@charset "UTF-8";
/* [Table of contents]
	1. Minxi
	2. Extend
	3. Global
	4. Header
	5. Footer
	6. Homepage
	7. Pages
	8. Shop
	9. Blog
	10. Shortcode
	11. Widgets
 	12. Sidebar
 	13. Responsive
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin:             0;
	padding:            0;
}

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

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

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

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

select {
	border: 1px solid #ccc;
}

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 6px 10px;
}

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip:     rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height:   1px;
	width:    1px;
	overflow: hidden;
}

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

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	float: left;
}

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

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

.alignright {
	float: right;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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, .navigation-menu .header-right, .navigation-menu .header-left, .page-not-found .page-detail, .warp-title-cat, .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, .deal-hp-2 .deal-content .wrap-countdown {
	display: flex;
	display: -webkit-flex;
}

special-heading, .wrapper-footer [id*="monster-widget-placeholder"] .widget-title, .wpb_heading.wpb_progress_bar_heading, .widget-area aside .widget-title {
	text-align:     left;
	position:       relative;
	padding-bottom: 15px;
	margin-bottom:  25px;
}

special-heading:before, .wrapper-footer [id*="monster-widget-placeholder"] .widget-title:before, .wpb_heading.wpb_progress_bar_heading:before, .widget-area aside .widget-title:before {
	position:         absolute;
	left:             0;
	content:          '';
	height:           2px;
	width:            50px;
	display:          block;
	bottom:           0;
	background-color: #e6e6e6;
}

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

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

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

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;
	display:            inline-block;
	line-height:        1;
	text-align:         center;
	font-weight:        400;
	position:           relative;
	border-radius:      5px;
	padding:            13px 35px;
	text-transform:     uppercase;
}

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

.au-btn:focus, .woocommerce a.button.alt:focus, .woocommerce .button.wc-backward:focus,
.woocommerce button.button:focus, .woocommerce input.button:focus, .sc-product-showcase .inner-item-product a.button:focus,
.woocommerce .button.wc-forward:focus, .woocommerce .woocommerce-info a.button:focus {
	outline: none;
}

#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:        13px 35px;
	color:          #333;
	white-space:    nowrap;
	text-transform: uppercase;
	font-weight:    500;
	border-radius:  5px;
}

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

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

.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;
	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-weight:        600;
	position:           relative;
	padding:            14px 35px;
	cursor:             pointer;
	border-radius:      5px;
}

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

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

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

.special-heading {
	font-weight:   700;
	color:         #333;
	margin-bottom: 60px;
}

.special-heading.text-left {
	text-align: left;
}

.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 {
	color:               #fff;
	background-image:  url(images/bg/1.jpg);
	ackground-color: rgba(0, 0, 0, 0.5);
	text-align:          center;
	background-size:     cover;
	background-position: center center;
	background-repeat:   no-repeat;
	margin-top: -2px;
}



.breadcrumb-section .breadcrumb-inner {
	padding-top:    95px;
	padding-bottom: 95px;
}

.breadcrumb-section .heading_primary {
	color:          inherit;
	font-weight:    500;
	margin-bottom:  5px;
	text-transform: uppercase;
}

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

.breadcrumb-section .phys-breadcrumb li {
	list-style: none;
	color:      inherit;
	display:    inline-block;
}

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

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

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

.breadcrumb-section .phys-breadcrumb a:hover {
	text-decoration: underline;
}

/* Back To Top Button */
.footer__arrow-top {
	color:              #333;
	position:           fixed;
	bottom:             -120px;
	right:              20px;
	text-align:         center;
	z-index:            999;
	height:             40px;
	width:              40px;
	line-height:        40px;
	border:             1px solid;
	cursor:             pointer;
	transition:         background-color 0.3s linear;
	-moz-transition:    background-color 0.3s linear;
	-webkit-transition: background-color 0.3s linear;
	-o-transition:      background-color 0.3s linear;
	-ms-transition:     background-color 0.3s linear;
}

/* End Back To Top Button */
/*Form*/
input,
select,
textarea,
.select-selected {
	width:                 100%;
	padding:               6px 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;
}

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*/
.navigation-menu {
	position: absolute;
	width:    100%;
}

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

.navigation-menu .hamburger {
	background: none;
	border:     none;
	float:      right;
}

.navigation-menu .hamburger:focus {
	outline: none;
}

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

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

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

.navigation-menu .hamburger--spin .hamburger-inner:before {
	top: -8px;
}

.navigation-menu .hamburger--spin .hamburger-inner:after {
	top: 8px;
}

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

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

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

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

.navigation-menu .header-right .search-btn-wrap .search-btn, .navigation-menu .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;
}

.navigation-menu .header-right .canvas-btn-wrap .canvas-btn, .navigation-menu .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;
}

.navigation-menu .header-right .widget, .navigation-menu .header-left .widget {
	margin: 0;
}

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

	.navigation-menu .navigation-menu-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;
		align-items:             center;
		-moz-align-items:        center;
		-webkit-align-items:     center;
		-o-align-items:          center;
		-ms-align-items:         center;
		position:                relative;
	}

	.navigation-menu .navigation-menu-inner .main-menu ul {
		margin: 0;
	}

	.navigation-menu .navigation-menu-inner .main-menu ul li {
		list-style: none;
	}

	.navigation-menu .navigation-menu-inner .main-menu .navmenu .show-submenu-mobile {
		display: none;
	}

	.navigation-menu .navigation-menu-inner .main-menu .navmenu > .menu-item {
		color:       #333;
		float:       left;
		font-weight: 500;
		font-size:   15px;
		padding:     30px 12px;
		position:    relative;
	}

	.navigation-menu .navigation-menu-inner .main-menu .navmenu > .menu-item.menu-right:before {
		content:     "";
		width:       1px;
		position:    absolute;
		left:        -6px;
		top:         25px;
		bottom:      35px;
		border-left: 1px solid;
		opacity:     0.3;
	}

	.navigation-menu .navigation-menu-inner .main-menu .navmenu > .menu-item.menu-right > div {
		display:        inline-block;
		margin-right:   15px;
		vertical-align: top;
	}

	.navigation-menu .navigation-menu-inner .main-menu .navmenu > .menu-item.menu-right > div:last-child {
		margin-right: 0;
	}

	.navigation-menu .navigation-menu-inner .main-menu .navmenu > .menu-item > a {
		padding:     6px 12px 5px;
		line-height: 1.1em;
		position:    relative;
		z-index:     1;
		color:       #333;
	}

	.navigation-menu .navigation-menu-inner .main-menu .navmenu > .menu-item.current-menu-item > a, .navigation-menu .navigation-menu-inner .main-menu .navmenu > .menu-item:hover > a, .navigation-menu .navigation-menu-inner .main-menu .navmenu > .menu-item.current-menu-parent > a {
		color: #f1593c;
	}

	.navigation-menu .navigation-menu-inner .main-menu .navmenu > .menu-item:hover > .sub-menu {
		display: block;
	}

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

	.navigation-menu .navigation-menu-inner .main-menu .navmenu > .menu-item .sub-menu > li.menu-item-has-children > a {
		position: relative;
	}

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

	.navigation-menu .navigation-menu-inner .main-menu .navmenu > .menu-item .sub-menu .sub-menu {
		float:    left;
		overflow: hidden;
		margin:   0;
	}

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

	.navigation-menu .navigation-menu-inner .main-menu .navmenu > .menu-item .sub-menu li {
		float:    none;
		position: relative;
	}

	.navigation-menu .navigation-menu-inner .main-menu .navmenu > .menu-item .sub-menu li:hover .sub-menu {
		display: block;
		left:    100%;
		top:     0;
		padding: 25px 0;
	}

	.navigation-menu .navigation-menu-inner .main-menu .navmenu > .menu-item .sub-menu li:hover a {
		color: #666;
	}

	.navigation-menu .navigation-menu-inner .main-menu .navmenu > .menu-item .sub-menu li:hover a:hover {
		color: #f1593b;
	}

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

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

@media only screen and (max-width: 1024px) {
	.navigation-menu .menu-mobile-effect {
		display: flex;
	}

	.navigation-menu .logo {
		margin: 0 auto;
	}

	.navigation-menu .main-menu {
		display:  none;
		position: absolute;
		top:      100%;
		left:     0;
		right:    0;
		z-index:  999;
	}

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

	.navigation-menu .navigation-menu-inner .main-menu ul {
		padding-left: 0;
		margin:       0;
	}

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

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

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

	.navigation-menu .navigation-menu-inner .main-menu ul li.menu-right .physc_search .wrapper-search {
		display: block;
	}

	.navigation-menu .navigation-menu-inner .main-menu ul li.menu-right .physc_search .wrapper-search .search-toggler {
		display: none;
	}

	.navigation-menu .navigation-menu-inner .main-menu ul li.menu-right .physc_search .wrapper-search .search-overlay {
		width:      100%;
		box-shadow: 0 0 0;
		position:   static;
		visibility: visible;
		opacity:    1;
		margin-top: 0;
	}

	.navigation-menu .navigation-menu-inner .main-menu ul li.menu-right .widget_shopping_cart {
		display: none;
	}

	.navigation-menu .navigation-menu-inner .main-menu ul li.menu-item-has-children {
		position: relative;
		z-index:  999999;
	}

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

	.navigation-menu .navigation-menu-inner .main-menu ul li.menu-item-has-children .sub-menu {
		display: none;
		margin:  0;
	}

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

	.navigation-menu .navigation-menu-inner .main-menu ul li.menu-item-has-children .sub-menu li a {
		padding:    13px 50px;
		background: #EC9605;
	}

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

.navigation-menu .logo-area-title a {
	font-size:   30px;
	font-weight: bold;
	line-height: 40px;
	padding:     24px 0;
	display:     inline-block;
}

.site-header {
	min-height: 87px;
}

.sticky_header .affix {
	position: fixed;
	z-index:  999;
	width:    100%;
	top:      0;
}

.sticky_header.admin-bar .affix {
	top: 32px;
}

.search-overlay {
	position:           absolute;
	right:              0;
	width:              320px;
	top:                auto;
	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;
	background:         #fff;
	margin-top:         30px;
	box-shadow:         0px 0 7px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 0 7px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0 7px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow:      0px 0 7px 0px rgba(0, 0, 0, 0.2);
	-ms-box-shadow:     0px 0 7px 0px rgba(0, 0, 0, 0.2);
}

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

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

.search-overlay .closeicon {
	position:   absolute;
	right:      -10px;
	width:      32px;
	height:     32px;
	opacity:    1;
	z-index:    999;
	cursor:     pointer;
	top:        -25px;
	background: #fff;
	display:    none;
}

.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:           24px;
	width:            2px;
	background-color: #333;
}

.search-overlay .modal-search-content {
	position: relative;
	padding:  20px;
}

.search-overlay .search-form {
	position: relative;
}

.search-overlay .search-form {
	*zoom: 1;
}

.search-overlay .search-form:before, .search-overlay .search-form:after {
	content: "";
	display: table;
}

.search-overlay .search-form:after {
	clear: both;
}

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

.search-overlay .search-form .search-field {
	font-weight:  normal;
	padding:      8px 15px;
	border:       1px solid #e6e6e6;
	border-right: none;
	background:   transparent;
	width:        calc(100% - 50px);
	float:        left;
	height:       45px;
}

.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 {
	width:      50px;
	background: #f1593c;
	color:      #fff;
	float:      left;
	border:     none;
	text-align: center;
	font-size:  24px;
	height:     45px;
}

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

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

.physc_search .wrapper-search:hover .search-overlay {
	z-index:    9999;
	visibility: visible;
	opacity:    1;
	margin-top: 0;
}

.physc_search .wrapper-search .search-toggler {
	font-size:  22px !important;
	cursor:     pointer;
	margin-top: -5px;
}

.header_v1 .header-right > div {
	margin-left: 20px;
}

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

.topbar-area {
	background: #EC9605;
	color:      #666;
	text-align: center;
}

.topbar-area aside {
	padding: 10px 0;
}

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

.navigation-menu-inner.container-fluid {
	max-width: 1600px;
}

.header-area-overlay .header-area {
	position: absolute;
	left:     0;
	width:    100%;
	z-index:  9;
}

.header-area-overlay .breadcrumb-section {
	padding-top: 132px;
}

.header-homepage2 nav .navmenu li > a {
	color: white !important;
}

.header-homepage2 nav .navmenu li > a:hover {
	color: #f1593b !important;
}

.header-homepage2 nav .navmenu li .sub-menu a {
	color: #666 !important;
}

.header-homepage2 nav .navmenu li .sub-menu a:hover {
	color: #f1593b !important;
}

.header-homepage2 nav .navmenu .active a {
	color: #f1593b !important;
}

.header-homepage2 .header-right .search-toggler span {
	color: white !important;
}

.header-homepage2 .header-right .minicart_hover .icon-bag {
	color: white !important;
}

@media screen and (max-width: 1024px) {
	.header-homepage2 nav .navmenu li > a {
		color: #333333 !important;
	}

	.header-homepage2 nav .navmenu li > a:hover {
		color: #f1593b !important;
	}
}

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

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

.wrapper-footer aside .textwidget p {
	padding-right: 30px;
}

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

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

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

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

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

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

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

.wrapper-footer ul {
	display:       inline-block;
	padding-right: 40px;
	margin:        0;
}

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

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

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

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

.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"] ul li {
	padding-top:    6px;
	padding-bottom: 6px;
}

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

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

.wrapper-footer [id*="monster-widget-placeholder"] table, .wrapper-footer [id*="monster-widget-placeholder"] th, .wrapper-footer [id*="monster-widget-placeholder"] td {
	border-color: rgba(0, 0, 0, 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) {
	.breadcrumb-section {
	margin-top: -10px !important;
}

	.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) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.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 .socials {
	padding-top: 20px;
}

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

.wrapper-footer .contact-us {
	margin-bottom: 20px;
}

.wrapper-footer .contact-us li {
	padding-left: 30px;
	position:     relative;
}

.wrapper-footer .contact-us li:before {
	font:     normal normal normal 22px/1 'Material-Design-Iconic-Font';
	position: absolute;
	left:     0;
	top:      3px;
}

.wrapper-footer .contact-us .address:before {
	content: '\f196';
}

.wrapper-footer .contact-us .phone:before {
	content: "";
}

.wrapper-footer .contact-us .email:before {
	content: "";
}

.wrapper-footer .social li {
	display: inline-block;
	padding: 0 3px;
}

.wrapper-footer .social li a:hover {
	opacity: 0.8;
}

.wrapper-footer .social li a:before {
	font:          normal normal normal 16px/1 'Material-Design-Iconic-Font';
	width:         44px;
	height:        44px;
	line-height:   44px;
	text-align:    center;
	color:         #fff;
	display:       block;
	border-radius: 50%;
}

.wrapper-footer .social li .face:before {
	content:    '\f343';
	background: #3b5999;
}

.wrapper-footer .social li .google:before {
	background: #dd4b39;
	content:    "";
}

.wrapper-footer .social li .twitter:before {
	background: #55acee;
	content:    "";
}

.wrapper-footer .social li .instagram:before {
	background: #e4405f;
	content:    "";
}

.copyright-text {
	text-align: center;
	padding:    15px;
	border-top: 1px solid;
}

.copyright-text p {
	margin: 0;
}

.mc4wp-form {
	max-width: 700px;
	margin:    0 auto;
}

.mc4wp-form {
	*zoom: 1;
}

.mc4wp-form:before, .mc4wp-form:after {
	content: "";
	display: table;
}

.mc4wp-form:after {
	clear: both;
}

.mc4wp-form .email {
	margin:        30px 0;
	position:      relative;
	background:    #fff;
	border-radius: 5px;
}

.mc4wp-form .email:after {
	content: "";
	clear:   both;
	display: table;
}

.mc4wp-form .email input {
	background:    transparent;
	border:        1px solid #e5e5e5;
	border-right:  none;
	padding:       9px 9px 9px 38px;
	color:         #999;
	float:         left;
	width:         calc(100% - 66px);
	border-radius: 5px 0 0 5px;
	height:        45px;
}

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

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

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

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

.mc4wp-form .email button {
	width:         66px;
	border:        none;
	padding:       12px 5px;
	float:         left;
	text-align:    center;
	background:    #f1593c;
	color:         #fff;
	font:          normal normal normal 21px/1 'FontAwesome';
	border-radius: 0 5px 5px 0;
}

.mc4wp-form .email button:hover {
	cursor: pointer;
}

.mc4wp-form .email:before {
	color:      #999;
	position:   absolute;
	left:       15px;
	top:        50%;
	display:    inline-block;
	font:       normal normal normal 14px/1 'Material-Design-Iconic-Font';
	content:    "\f15a";
	margin-top: -7px;
}

.footer-top {
	padding-top: 50px;
	background:  #fafafa;
	text-align:  center;
}

.footer-top .widget-title {
	font-size:   2.6em;
	padding:     0;
	font-weight: 700;
	margin-top:  0;
	color:       #333333;
}

.footer-top .null-instagram-feed .instagram-pics {
	margin: 0;
}

.footer-top .null-instagram-feed .instagram-pics li {
	width:   16.66%;
	padding: 0;
}

.footer-top aside {
	margin-bottom: 80px;
}

.footer-top aside:last-child {
	margin-bottom: 0;
}

/* 7. Pages ------------------------------------------------------------ */
.wpcf7-form .wpcf7-form-control-wrap {
	margin-bottom: 30px;
	display:       block;
}

.wpcf7-form .wpcf7-form-control-wrap input, .wpcf7-form .wpcf7-form-control-wrap textarea {
	padding:               7px 10px;
	border:                1px solid #e6e6e6;
	border-radius:         5px;
	-moz-border-radius:    5px;
	-webkit-border-radius: 5px;
	-o-border-radius:      5px;
	-ms-border-radius:     5px;
}

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

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

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

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

.wpcf7-form .wpcf7-form-control-wrap textarea {
	height:  120px;
	display: inherit;
}

.wpcf7-form .wpcf7-submit {
	background:     #333;
	color:          #fff;
	float:          right;
	border:         none;
	padding:        12px 50px;
	cursor:         pointer;
	text-transform: uppercase;
	border-radius:  5px;
}

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

.page-not-found {
	background-color: #7395ff;
	min-height:       400px;
	color:            #fff;
}

.page-not-found .page-detail {
	min-height:          100vh;
	padding:             50px 0;
	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:      560px;
	margin:     0 auto;
	transform:  translate(-50%, -50%);
	top:        50%;
	position:   absolute;
	left:       50%;
}

.page-not-found .page-detail .page-inner .title {
	color: #fff;
}

.page-not-found .page-detail .page-inner img {
	margin-bottom: 20px;
}

.page-not-found .page-detail .page-inner p {
	padding: 0 0 20px;
}

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

.page-not-found .page-detail .page-inner .btn-small {
	padding:        14px 25px;
	border:         none;
	background:     #fff;
	border-radius:  5px;
	text-transform: uppercase;
	color:          #333;
}

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

.page-not-found .page-detail .page-inner .search-form {
	max-width: 380px;
	margin:    0 auto 70px auto;
}

.page-not-found .page-detail .page-inner .search-form {
	*zoom: 1;
}

.page-not-found .page-detail .page-inner .search-form:before, .page-not-found .page-detail .page-inner .search-form:after {
	content: "";
	display: table;
}

.page-not-found .page-detail .page-inner .search-form:after {
	clear: both;
}

.page-not-found .page-detail .page-inner .search-form label {
	width: calc(100% - 100px);
	float: left;
}

.page-not-found .page-detail .page-inner .search-form label input {
	padding: 10px 12px;
	width:   100%;
	border:  none;
}

.page-not-found .page-detail .page-inner .search-form .search-submit {
	width:          100px;
	float:          left;
	border:         none;
	padding:        10px 12px;
	background:     #222;
	color:          #fff;
	text-transform: uppercase;
	font-weight:    600;
	font-family:    Raleway, Helvetica, Arial, sans-serif;
}

.page-not-found .page-detail .page-inner .search-form .search-submit:hover {
	background: #fecacc;
}

.error404 #masthead, .error404 .topbar-area, .page-template-comming-soon #masthead, .page-template-comming-soon .topbar-area {
	display: none;
}

.error404.admin-bar, .page-template-comming-soon.admin-bar {
	margin-top: -32px;
}

.error404.admin-bar #wpadminbar, .page-template-comming-soon.admin-bar #wpadminbar {
	display: none !important;
}

@media only screen and (max-width: 782px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.error404.admin-bar, .page-template-comming-soon.admin-bar {
		margin-top: -46px;
	}
}

.comming-soon {
	background-image:    url("images/Coming_Soon.jpg");
	height:              100vh;
	background-repeat:   no-repeat;
	background-position: center center;
	background-size:     cover;
	padding:             60px 0;
}

.comming-soon h2 {
	font-size:      90px;
	font-family:    'Poppins', sans-serif;
	font-weight:    bold;
	text-transform: uppercase;
	color:          #333333;
	margin-top:     140px;
}

.comming-soon .form-comming .email {
	border-bottom: 1px solid #cccccc;
}

.comming-soon .form-comming .email input {
	float:      left;
	width:      calc(100% - 60px);
	height:     45px;
	background: transparent;
	border:     none;
}

.comming-soon .form-comming .email input::placeholder {
	color:   #333333;
	opacity: 1;
}

.comming-soon .form-comming .email button {
	float:      left;
	width:      60px;
	height:     45px;
	background: transparent;
	border:     none;
}

.comming-soon .form-comming .email button i {
	font-size: 25px;
	color:     #f1593b;
}

.comming-soon .form-comming .email button i:hover {
	cursor: pointer;
}

.comming-soon .socials-commingsoon ul {
	margin-left: 0 !important;
	margin-top:  30px !important;
}

.comming-soon .socials-commingsoon ul li {
	list-style:   none;
	display:      inline-block;
	margin-right: 15px;
}

.comming-soon .socials-commingsoon ul li a i:hover {
	color: #f1593b;
}

@media screen and (max-width: 360px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.comming-soon {
		width: 100%;
	}

	.comming-soon h2 {
		margin-top: 40px !important;
		font-size:  40px;
	}
}

@media screen and (min-width: 361px) and (max-width: 767px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.comming-soon {
		width: 100%;
	}

	.comming-soon h2 {
		margin-top: 50px !important;
		font-size:  45px;
	}
}

/* 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:  16px;
	position:   absolute;
	right:      25px;
	left:       auto;
	top:        30px;
	background: #40b322;
	z-index:    9;
}

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

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

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

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

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

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

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

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

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

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

.woocommerce .shop-single-v1-section .summary .product_title {
	margin-bottom: 25px;
}

.woocommerce .shop-single-v1-section .summary .woocommerce-product-rating {
	margin-bottom: 25px;
}

.woocommerce .shop-single-v1-section .summary .woocommerce-product-rating .star-rating {
	margin-bottom: 0 !important;
	margin-top:    6px !important;
}

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

.woocommerce .shop-single-v1-section .summary .price {
	font-size:     30px;
	padding:       0;
	color:         inherit;
	font-weight:   600;
	margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

.woocommerce .shop-single-v1-section .summary .cart .button {
	padding:            13px 35px;
	cursor:             pointer;
	transition:         0.3s;
	-moz-transition:    0.3s;
	-webkit-transition: 0.3s;
	-o-transition:      0.3s;
	-ms-transition:     0.3s;
	border:             none;
	display:            inline-block;
	line-height:        1;
	text-align:         center;
	color:              #fff;
	background:         #333;
	text-transform:     uppercase;
	font-weight:        600;
	border-radius:      5px;
}

.woocommerce .shop-single-v1-section .summary .cart .button:hover {
	color:      #fff;
	background: #999;
}

.woocommerce .shop-single-v1-section .summary .product_meta {
	margin-bottom: 10px;
}

.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: 10px;
	font-weight:   600;
}

.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;
	font-weight:  normal;
}

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

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

.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;
	display:     inline-block;
	font-weight: 600;
}

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

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

.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, .woocommerce .shop-single-v1-section .upsells {
	margin: 60px 0 0;
}

.woocommerce .shop-single-v1-section .related > h2, .woocommerce .shop-single-v1-section .upsells > h2 {
	margin-bottom: 25px;
}

.woocommerce .shop-single-v1-section .woocommerce-tabs {
	margin-top: 48px;
	border:     1px solid #e6e6e6;
	padding:    40px;
}

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

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

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

.woocommerce .shop-single-v1-section .woocommerce-tabs ul.tabs li a {
	color:       inherit !important;
	padding:     3px 0 !important;
	display:     inline-block;
	margin:      0;
	background:  transparent !important;
	font-weight: normal !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) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.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) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.woocommerce .shop-single-v1-section .woocommerce-tabs ul.tabs li {
		border-radius: 0;
		display:       block;
		margin-bottom: 8px;
	}

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

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

.order-tracking-section .order-content .woocommerce .track-order label {
	font-size:     18px;
	font-weight:   500;
	color:         #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 {
	text-align:    left;
	margin-bottom: 20px;
	font-weight:   500;
	color:         #333;
	position:      relative;
}

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

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

.woocommerce #customer_login .woocommerce-Button {
	margin-top:   35px;
	padding:      10px 30px;
	cursor:       pointer;
	margin-right: 20px;
}

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

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

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

.woocommerce .woocommerce-form-row input::-webkit-input-placeholder {
	color: #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: 15px;
}

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

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

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

.woocommerce .woocommerce-input-wrapper input::-webkit-input-placeholder {
	color: #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:    none !important;
	padding:       15px 15px 15px 58px;
	position:      relative;
	line-height:   50px;
	color:         #666666;
}

.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%);
	display:           none !important;
}

.woocommerce .woocommerce-info a {
	color:  #333;
	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 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:  1px solid #e6e6e6;
	padding: 9px 10px;
}

.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-right: 25px;
	padding-top:  25px;
}

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

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

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

.woocommerce form.checkout-login input {
	margin-bottom: 30px;
}

.woocommerce form.checkout-login button {
	padding:      11px 30px;
	cursor:       pointer;
	background:   #f1593b;
	margin-right: 30px;
	color:        white;
}

.woocommerce form.checkout-login button:hover {
	background: #333333;
}

.woocommerce form.checkout-login a {
	color:           #999999;
	text-decoration: underline !important;
}

.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);
	padding-right: 30px;
}

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

.woocommerce form.checkout_coupon .form-row-first input::-webkit-input-placeholder {
	color: #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 button {
	padding:    11px 20px;
	cursor:     pointer;
	background: #f1593b;
	color:      white;
}

.woocommerce form.checkout_coupon .form-row-last button:hover {
	background: #333333;
}

.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:        1px solid #e6e6e6;
	padding:       9px 10px;
	margin-bottom: 20px;
}

.woocommerce .woocommerce-checkout .woocommerce-billing-fields .input-text::-webkit-input-placeholder,
.woocommerce .woocommerce-checkout .woocommerce-billing-fields select::-webkit-input-placeholder, .woocommerce .woocommerce-checkout .woocommerce-shipping-fields .input-text::-webkit-input-placeholder,
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields select::-webkit-input-placeholder {
	color: #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 {
	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:  1px solid #e6e6e6;
	padding: 9px 10px;
}

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

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

.woocommerce .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper textarea::-webkit-input-placeholder {
	color: #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 #order_review_heading {
	margin-top:    40px;
	margin-bottom: 15px;
}

.woocommerce .woocommerce-checkout-review-order {
	*zoom: 1;
}

.woocommerce .woocommerce-checkout-review-order:before, .woocommerce .woocommerce-checkout-review-order:after {
	content: "";
	display: table;
}

.woocommerce .woocommerce-checkout-review-order:after {
	clear: both;
}

.woocommerce .woocommerce-checkout-review-order table {
	width:           49%;
	float:           left;
	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;
	padding:       10px 0;
	border-bottom: 1px dashed #e6e6e6;
}

.woocommerce .woocommerce-checkout-review-order table .product-total {
	text-align: right;
}

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

.woocommerce .woocommerce-checkout-review-order table tfoot td {
	font-weight: normal;
	text-align:  right;
}

.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 table tfoot .order-total td, .woocommerce .woocommerce-checkout-review-order table tfoot .order-total th {
	border: none;
}

.woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment {
	width:        50%;
	float:        right;
	padding-left: 30px;
}

.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 .wc_payment_method.active .payment_box {
	display: block;
}

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

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

.woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods label:before {
	position:   absolute;
	content:    '';
	width:      18px;
	height:     18px;
	top:        2px;
	left:       0;
	border:     1px solid #e6e6e6;
	background: #EC9605;
}

.woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods label:after {
	content:            "\f26b";
	font:               400 18px/1 'Material-Design-Iconic-Font';
	position:           absolute;
	color:              #f1593c;
	opacity:            0;
	left:               5px;
	top:                0;
	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 input[type=radio]:checked + label:before {
	background: #fff;
}

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

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

.woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order {
	margin:                  0 auto;
	position:                relative;
	justify-content:         flex-end;
	-moz-justify-content:    flex-end;
	-webkit-justify-content: flex-end;
	-o-justify-content:      flex-end;
	-ms-justify-content:     flex-end;
}

.woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper {
	margin-top:              25px;
	border-bottom:           1px solid #e5e5e5;
	padding-bottom:          10px;
	width:                   100%;
	justify-content:         flex-start;
	-moz-justify-content:    flex-start;
	-webkit-justify-content: flex-start;
	-o-justify-content:      flex-start;
	-ms-justify-content:     flex-start;
}

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

@media only screen and (max-width: 993px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.woocommerce .woocommerce-checkout-review-order table {
		width: 40%;
	}

	.woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment {
		width: 60%;
	}
}

@media only screen and (max-width: 768px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.woocommerce .woocommerce-checkout-review-order table, .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment {
		width: 100%;
		float: none;
	}

	.woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment {
		padding-left: 0;
	}
}

.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 {
	box-shadow: 0 0 3px #ddd;
	padding:    20px;
}

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

.woocommerce .woocommerce-cart-form .shop_table thead tr th {
	font-weight: normal;
	padding:     15px 20px;
}

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

.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item td {
	padding: 25px 20px 0 20px;
}

.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item:last-child td {
	padding-bottom: 25px;
}

.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .product-quantity .btn-group {
	background:    transparent !important;
	border:        1px solid #cccccc;
	border-radius: 4px;
}

.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .product-quantity .btn-group button {
	background: transparent !important;
	width:      40px;
}

.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .product-quantity .btn-group button:focus {
	box-shadow: none;
	outline:    none;
}

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

.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 {
	width: 120px;
}

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

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

.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-name p {
	margin-top: 10px;
	color:      #333333;
}

.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .product-name p i {
	color: #333333;
}

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

.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .quantity {
	position:      relative;
	width:         120px;
	float:         left;
	margin-right:  12px;
	padding-left:  40px;
	border:        1px solid #999;
	text-align:    left;
	border-radius: 5px;
}

.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .modify-qty {
	position:   absolute;
	text-align: center;
	height:     40px;
	z-index:    9;
	width:      40px;
	cursor:     pointer;
	border:     none;
	color:      #333;
	background: transparent;
	padding:    0;
	top:        0;
	bottom:     0;
	font-size:  18px;
}

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

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

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

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

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

.woocommerce .woocommerce-cart-form .shop_table .actions .clear-all {
	float: left;
}

.woocommerce .woocommerce-cart-form .shop_table .actions .clear-all a {
	color:       #cccccc;
	font-family: 'Poppins', sans-serif;
	font-size:   15px;
	font-weight: 400;
}

.woocommerce .woocommerce-cart-form .shop_table .actions .clear-all a:hover {
	color: #f1593b;
}

.woocommerce .woocommerce-cart-form .shop_table .actions .update-cart button {
	border:        none;
	background:    none;
	border-bottom: 1px solid #a9a9a9 !important;
}

.woocommerce .woocommerce-cart-form .shop_table .actions .update-cart button:hover {
	cursor: pointer;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.cart-collaterals .cart_totals {
		width: 50% !important;
	}
}

@media screen and (max-width: 767px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.cart-collaterals .cart_totals {
		float: left;
		width: 100% !important;
	}

	.cart-collaterals .cart_totals h2 {
		text-align: left !important;
	}

	.cart-collaterals .cart_totals .wc-proceed-to-checkout {
		text-align: left !important;
	}

	.shop_table .product-subtotal {
		color: #f1593b !important;
	}

	.product-thumbnail {
		width: 100% !important;
	}
}

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

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

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

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

.woocommerce ul.products li.product .product-image .box-hover, .woocommerce ul.products div.product .product-image .box-hover, .woocommerce div.products li.product .product-image .box-hover, .woocommerce div.products div.product .product-image .box-hover, .woocommerce-page ul.products li.product .product-image .box-hover, .woocommerce-page ul.products div.product .product-image .box-hover, .woocommerce-page div.products li.product .product-image .box-hover, .woocommerce-page div.products div.product .product-image .box-hover {
	position:           absolute;
	z-index:            2;
	top:                50%;
	transform:          scale(0);
	-moz-transform:     scale(0);
	-webkit-transform:  scale(0);
	-o-transform:       scale(0);
	-ms-transform:      scale(0);
	margin-top:         -21px;
	text-align:         center;
	left:               0;
	right:              0;
	opacity:            0;
	transition:         all 0.35s ease;
	-moz-transition:    all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	-o-transition:      all 0.35s ease;
	-ms-transition:     all 0.35s ease;
}

.woocommerce ul.products li.product .product-image .box-hover:before, .woocommerce ul.products div.product .product-image .box-hover:before, .woocommerce div.products li.product .product-image .box-hover:before, .woocommerce div.products div.product .product-image .box-hover:before, .woocommerce-page ul.products li.product .product-image .box-hover:before, .woocommerce-page ul.products div.product .product-image .box-hover:before, .woocommerce-page div.products li.product .product-image .box-hover:before, .woocommerce-page div.products div.product .product-image .box-hover:before {
	transform:         rotate(-45deg);
	-moz-transform:    rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform:      rotate(-45deg);
	-ms-transform:     rotate(-45deg);
	content:           "";
	width:             150px;
	height:            150px;
	display:           block;
	border:            1px solid #fff;
	border-radius:     5px;
	top:               50%;
	left:              50%;
	margin-top:        -75px;
	margin-left:       -75px;
	position:          absolute;
	opacity:           0;
}

.woocommerce ul.products li.product .product-image .box-hover .quick-view, .woocommerce ul.products li.product .product-image .box-hover a.button, .woocommerce ul.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist a, .woocommerce ul.products li.product .product-image .box-hover .wc-forward, .woocommerce ul.products div.product .product-image .box-hover .quick-view, .woocommerce ul.products div.product .product-image .box-hover a.button, .woocommerce ul.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist a, .woocommerce ul.products div.product .product-image .box-hover .wc-forward, .woocommerce div.products li.product .product-image .box-hover .quick-view, .woocommerce div.products li.product .product-image .box-hover a.button, .woocommerce div.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist a, .woocommerce div.products li.product .product-image .box-hover .wc-forward, .woocommerce div.products div.product .product-image .box-hover .quick-view, .woocommerce div.products div.product .product-image .box-hover a.button, .woocommerce div.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist a, .woocommerce div.products div.product .product-image .box-hover .wc-forward, .woocommerce-page ul.products li.product .product-image .box-hover .quick-view, .woocommerce-page ul.products li.product .product-image .box-hover a.button, .woocommerce-page ul.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist a, .woocommerce-page ul.products li.product .product-image .box-hover .wc-forward, .woocommerce-page ul.products div.product .product-image .box-hover .quick-view, .woocommerce-page ul.products div.product .product-image .box-hover a.button, .woocommerce-page ul.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist a, .woocommerce-page ul.products div.product .product-image .box-hover .wc-forward, .woocommerce-page div.products li.product .product-image .box-hover .quick-view, .woocommerce-page div.products li.product .product-image .box-hover a.button, .woocommerce-page div.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist a, .woocommerce-page div.products li.product .product-image .box-hover .wc-forward, .woocommerce-page div.products div.product .product-image .box-hover .quick-view, .woocommerce-page div.products div.product .product-image .box-hover a.button, .woocommerce-page div.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist a, .woocommerce-page div.products div.product .product-image .box-hover .wc-forward {
	display:          inline-block;
	vertical-align:   middle;
	background-color: #fff;
	color:            #333;
	width:            42px;
	height:           42px;
	padding:          0;
	text-align:       center;
	line-height:      42px;
	font-size:        0;
	border-radius:    50%;
	border:           0;
	position:         relative;
}

.woocommerce ul.products li.product .product-image .box-hover .quick-view:before, .woocommerce ul.products li.product .product-image .box-hover a.button:before, .woocommerce ul.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist a:before, .woocommerce ul.products li.product .product-image .box-hover .wc-forward:before, .woocommerce ul.products div.product .product-image .box-hover .quick-view:before, .woocommerce ul.products div.product .product-image .box-hover a.button:before, .woocommerce ul.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist a:before, .woocommerce ul.products div.product .product-image .box-hover .wc-forward:before, .woocommerce div.products li.product .product-image .box-hover .quick-view:before, .woocommerce div.products li.product .product-image .box-hover a.button:before, .woocommerce div.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist a:before, .woocommerce div.products li.product .product-image .box-hover .wc-forward:before, .woocommerce div.products div.product .product-image .box-hover .quick-view:before, .woocommerce div.products div.product .product-image .box-hover a.button:before, .woocommerce div.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist a:before, .woocommerce div.products div.product .product-image .box-hover .wc-forward:before, .woocommerce-page ul.products li.product .product-image .box-hover .quick-view:before, .woocommerce-page ul.products li.product .product-image .box-hover a.button:before, .woocommerce-page ul.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist a:before, .woocommerce-page ul.products li.product .product-image .box-hover .wc-forward:before, .woocommerce-page ul.products div.product .product-image .box-hover .quick-view:before, .woocommerce-page ul.products div.product .product-image .box-hover a.button:before, .woocommerce-page ul.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist a:before, .woocommerce-page ul.products div.product .product-image .box-hover .wc-forward:before, .woocommerce-page div.products li.product .product-image .box-hover .quick-view:before, .woocommerce-page div.products li.product .product-image .box-hover a.button:before, .woocommerce-page div.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist a:before, .woocommerce-page div.products li.product .product-image .box-hover .wc-forward:before, .woocommerce-page div.products div.product .product-image .box-hover .quick-view:before, .woocommerce-page div.products div.product .product-image .box-hover a.button:before, .woocommerce-page div.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist a:before, .woocommerce-page div.products div.product .product-image .box-hover .wc-forward:before {
	font: normal normal normal 20px/42px 'Material-Design-Iconic-Font';
}

.woocommerce ul.products li.product .product-image .box-hover .quick-view:hover, .woocommerce ul.products li.product .product-image .box-hover a.button:hover, .woocommerce ul.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist a:hover, .woocommerce ul.products li.product .product-image .box-hover .wc-forward:hover, .woocommerce ul.products div.product .product-image .box-hover .quick-view:hover, .woocommerce ul.products div.product .product-image .box-hover a.button:hover, .woocommerce ul.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist a:hover, .woocommerce ul.products div.product .product-image .box-hover .wc-forward:hover, .woocommerce div.products li.product .product-image .box-hover .quick-view:hover, .woocommerce div.products li.product .product-image .box-hover a.button:hover, .woocommerce div.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist a:hover, .woocommerce div.products li.product .product-image .box-hover .wc-forward:hover, .woocommerce div.products div.product .product-image .box-hover .quick-view:hover, .woocommerce div.products div.product .product-image .box-hover a.button:hover, .woocommerce div.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist a:hover, .woocommerce div.products div.product .product-image .box-hover .wc-forward:hover, .woocommerce-page ul.products li.product .product-image .box-hover .quick-view:hover, .woocommerce-page ul.products li.product .product-image .box-hover a.button:hover, .woocommerce-page ul.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist a:hover, .woocommerce-page ul.products li.product .product-image .box-hover .wc-forward:hover, .woocommerce-page ul.products div.product .product-image .box-hover .quick-view:hover, .woocommerce-page ul.products div.product .product-image .box-hover a.button:hover, .woocommerce-page ul.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist a:hover, .woocommerce-page ul.products div.product .product-image .box-hover .wc-forward:hover, .woocommerce-page div.products li.product .product-image .box-hover .quick-view:hover, .woocommerce-page div.products li.product .product-image .box-hover a.button:hover, .woocommerce-page div.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist a:hover, .woocommerce-page div.products li.product .product-image .box-hover .wc-forward:hover, .woocommerce-page div.products div.product .product-image .box-hover .quick-view:hover, .woocommerce-page div.products div.product .product-image .box-hover a.button:hover, .woocommerce-page div.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist a:hover, .woocommerce-page div.products div.product .product-image .box-hover .wc-forward:hover {
	color: #f1593c;
}

.woocommerce ul.products li.product .product-image .box-hover .quick-view, .woocommerce ul.products div.product .product-image .box-hover .quick-view, .woocommerce div.products li.product .product-image .box-hover .quick-view, .woocommerce div.products div.product .product-image .box-hover .quick-view, .woocommerce-page ul.products li.product .product-image .box-hover .quick-view, .woocommerce-page ul.products div.product .product-image .box-hover .quick-view, .woocommerce-page div.products li.product .product-image .box-hover .quick-view, .woocommerce-page div.products div.product .product-image .box-hover .quick-view {
	margin: 0 5px 0 9px;
}

.woocommerce ul.products li.product .product-image .box-hover .quick-view:before, .woocommerce ul.products div.product .product-image .box-hover .quick-view:before, .woocommerce div.products li.product .product-image .box-hover .quick-view:before, .woocommerce div.products div.product .product-image .box-hover .quick-view:before, .woocommerce-page ul.products li.product .product-image .box-hover .quick-view:before, .woocommerce-page ul.products div.product .product-image .box-hover .quick-view:before, .woocommerce-page div.products li.product .product-image .box-hover .quick-view:before, .woocommerce-page div.products div.product .product-image .box-hover .quick-view:before {
	content: '\f1c3';
}

.woocommerce ul.products li.product .product-image .box-hover .quick-view.loading:before, .woocommerce ul.products div.product .product-image .box-hover .quick-view.loading:before, .woocommerce div.products li.product .product-image .box-hover .quick-view.loading:before, .woocommerce div.products div.product .product-image .box-hover .quick-view.loading:before, .woocommerce-page ul.products li.product .product-image .box-hover .quick-view.loading:before, .woocommerce-page ul.products div.product .product-image .box-hover .quick-view.loading:before, .woocommerce-page div.products li.product .product-image .box-hover .quick-view.loading:before, .woocommerce-page div.products div.product .product-image .box-hover .quick-view.loading:before {
	content:           '\f3ec' !important;
	-webkit-animation: fa-spin 2s infinite linear;
	animation:         fa-spin 2s infinite linear;
	line-height:       40px;
}

.woocommerce ul.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist, .woocommerce ul.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist, .woocommerce div.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist, .woocommerce div.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist, .woocommerce-page ul.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist, .woocommerce-page ul.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist, .woocommerce-page div.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist, .woocommerce-page div.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist {
	display:        inline-block;
	vertical-align: middle;
	margin:         0 !important;
}

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

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

.woocommerce ul.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist a, .woocommerce ul.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist a, .woocommerce div.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist a, .woocommerce div.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist a, .woocommerce-page ul.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist a, .woocommerce-page ul.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist a, .woocommerce-page div.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist a, .woocommerce-page div.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist a {
	margin: 0;
}

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

.woocommerce ul.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a, .woocommerce ul.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .woocommerce ul.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a, .woocommerce ul.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .woocommerce div.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a, .woocommerce div.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .woocommerce div.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a, .woocommerce div.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .woocommerce-page ul.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a, .woocommerce-page ul.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .woocommerce-page ul.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a, .woocommerce-page ul.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .woocommerce-page div.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a, .woocommerce-page div.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .woocommerce-page div.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a, .woocommerce-page div.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
	color: #f1593c;
}

.woocommerce ul.products li.product .product-image .box-hover a.add_to_cart_button:before, .woocommerce ul.products div.product .product-image .box-hover a.add_to_cart_button:before, .woocommerce div.products li.product .product-image .box-hover a.add_to_cart_button:before, .woocommerce div.products div.product .product-image .box-hover a.add_to_cart_button:before, .woocommerce-page ul.products li.product .product-image .box-hover a.add_to_cart_button:before, .woocommerce-page ul.products div.product .product-image .box-hover a.add_to_cart_button:before, .woocommerce-page div.products li.product .product-image .box-hover a.add_to_cart_button:before, .woocommerce-page div.products div.product .product-image .box-hover a.add_to_cart_button:before {
	content: '\f1cb';
}

.woocommerce ul.products li.product .product-image .box-hover a.add_to_cart_button.added, .woocommerce ul.products div.product .product-image .box-hover a.add_to_cart_button.added, .woocommerce div.products li.product .product-image .box-hover a.add_to_cart_button.added, .woocommerce div.products div.product .product-image .box-hover a.add_to_cart_button.added, .woocommerce-page ul.products li.product .product-image .box-hover a.add_to_cart_button.added, .woocommerce-page ul.products div.product .product-image .box-hover a.add_to_cart_button.added, .woocommerce-page div.products li.product .product-image .box-hover a.add_to_cart_button.added, .woocommerce-page div.products div.product .product-image .box-hover a.add_to_cart_button.added {
	display: none;
}

.woocommerce ul.products li.product .product-image .box-hover a.add_to_cart_button.loading, .woocommerce ul.products div.product .product-image .box-hover a.add_to_cart_button.loading, .woocommerce div.products li.product .product-image .box-hover a.add_to_cart_button.loading, .woocommerce div.products div.product .product-image .box-hover a.add_to_cart_button.loading, .woocommerce-page ul.products li.product .product-image .box-hover a.add_to_cart_button.loading, .woocommerce-page ul.products div.product .product-image .box-hover a.add_to_cart_button.loading, .woocommerce-page div.products li.product .product-image .box-hover a.add_to_cart_button.loading, .woocommerce-page div.products div.product .product-image .box-hover a.add_to_cart_button.loading {
	opacity: 1 !important;
}

.woocommerce ul.products li.product .product-image .box-hover a.add_to_cart_button.loading:before, .woocommerce ul.products div.product .product-image .box-hover a.add_to_cart_button.loading:before, .woocommerce div.products li.product .product-image .box-hover a.add_to_cart_button.loading:before, .woocommerce div.products div.product .product-image .box-hover a.add_to_cart_button.loading:before, .woocommerce-page ul.products li.product .product-image .box-hover a.add_to_cart_button.loading:before, .woocommerce-page ul.products div.product .product-image .box-hover a.add_to_cart_button.loading:before, .woocommerce-page div.products li.product .product-image .box-hover a.add_to_cart_button.loading:before, .woocommerce-page div.products div.product .product-image .box-hover a.add_to_cart_button.loading:before {
	content:           '\f3ec' !important;
	-webkit-animation: fa-spin 2s infinite linear;
	animation:         fa-spin 2s infinite linear;
	line-height:       40px;
}

.woocommerce ul.products li.product .product-image .box-hover a.product_type_external:before, .woocommerce ul.products li.product .product-image .box-hover a.product_type_grouped:before, .woocommerce ul.products div.product .product-image .box-hover a.product_type_external:before, .woocommerce ul.products div.product .product-image .box-hover a.product_type_grouped:before, .woocommerce div.products li.product .product-image .box-hover a.product_type_external:before, .woocommerce div.products li.product .product-image .box-hover a.product_type_grouped:before, .woocommerce div.products div.product .product-image .box-hover a.product_type_external:before, .woocommerce div.products div.product .product-image .box-hover a.product_type_grouped:before, .woocommerce-page ul.products li.product .product-image .box-hover a.product_type_external:before, .woocommerce-page ul.products li.product .product-image .box-hover a.product_type_grouped:before, .woocommerce-page ul.products div.product .product-image .box-hover a.product_type_external:before, .woocommerce-page ul.products div.product .product-image .box-hover a.product_type_grouped:before, .woocommerce-page div.products li.product .product-image .box-hover a.product_type_external:before, .woocommerce-page div.products li.product .product-image .box-hover a.product_type_grouped:before, .woocommerce-page div.products div.product .product-image .box-hover a.product_type_external:before, .woocommerce-page div.products div.product .product-image .box-hover a.product_type_grouped:before {
	content: '\f1a3';
}

.woocommerce ul.products li.product .product-image .box-hover .wc-forward, .woocommerce ul.products div.product .product-image .box-hover .wc-forward, .woocommerce div.products li.product .product-image .box-hover .wc-forward, .woocommerce div.products div.product .product-image .box-hover .wc-forward, .woocommerce-page ul.products li.product .product-image .box-hover .wc-forward, .woocommerce-page ul.products div.product .product-image .box-hover .wc-forward, .woocommerce-page div.products li.product .product-image .box-hover .wc-forward, .woocommerce-page div.products div.product .product-image .box-hover .wc-forward {
	color: #f1593c;
}

.woocommerce ul.products li.product .product-image .box-hover .wc-forward:before, .woocommerce ul.products div.product .product-image .box-hover .wc-forward:before, .woocommerce div.products li.product .product-image .box-hover .wc-forward:before, .woocommerce div.products div.product .product-image .box-hover .wc-forward:before, .woocommerce-page ul.products li.product .product-image .box-hover .wc-forward:before, .woocommerce-page ul.products div.product .product-image .box-hover .wc-forward:before, .woocommerce-page div.products li.product .product-image .box-hover .wc-forward:before, .woocommerce-page div.products div.product .product-image .box-hover .wc-forward:before {
	content: '\f1a3';
}

.woocommerce ul.products li.product .product-image .box-hover a.added, .woocommerce ul.products div.product .product-image .box-hover a.added, .woocommerce div.products li.product .product-image .box-hover a.added, .woocommerce div.products div.product .product-image .box-hover a.added, .woocommerce-page ul.products li.product .product-image .box-hover a.added, .woocommerce-page ul.products div.product .product-image .box-hover a.added, .woocommerce-page div.products li.product .product-image .box-hover a.added, .woocommerce-page div.products div.product .product-image .box-hover a.added {
	display: none;
}

.woocommerce ul.products li.product .wrapper-content-item, .woocommerce ul.products div.product .wrapper-content-item, .woocommerce div.products li.product .wrapper-content-item, .woocommerce div.products div.product .wrapper-content-item, .woocommerce-page ul.products li.product .wrapper-content-item, .woocommerce-page ul.products div.product .wrapper-content-item, .woocommerce-page div.products li.product .wrapper-content-item, .woocommerce-page div.products div.product .wrapper-content-item {
	position:   relative;
	text-align: center;
	margin:     30px 0 25px 0;
}

.woocommerce ul.products li.product .wrapper-content-item, .woocommerce ul.products div.product .wrapper-content-item, .woocommerce div.products li.product .wrapper-content-item, .woocommerce div.products div.product .wrapper-content-item, .woocommerce-page ul.products li.product .wrapper-content-item, .woocommerce-page ul.products div.product .wrapper-content-item, .woocommerce-page div.products li.product .wrapper-content-item, .woocommerce-page div.products div.product .wrapper-content-item {
	*zoom: 1;
}

.woocommerce ul.products li.product .wrapper-content-item:before, .woocommerce ul.products li.product .wrapper-content-item:after, .woocommerce ul.products div.product .wrapper-content-item:before, .woocommerce ul.products div.product .wrapper-content-item:after, .woocommerce div.products li.product .wrapper-content-item:before, .woocommerce div.products li.product .wrapper-content-item:after, .woocommerce div.products div.product .wrapper-content-item:before, .woocommerce div.products div.product .wrapper-content-item:after, .woocommerce-page ul.products li.product .wrapper-content-item:before, .woocommerce-page ul.products li.product .wrapper-content-item:after, .woocommerce-page ul.products div.product .wrapper-content-item:before, .woocommerce-page ul.products div.product .wrapper-content-item:after, .woocommerce-page div.products li.product .wrapper-content-item:before, .woocommerce-page div.products li.product .wrapper-content-item:after, .woocommerce-page div.products div.product .wrapper-content-item:before, .woocommerce-page div.products div.product .wrapper-content-item:after {
	content: "";
	display: table;
}

.woocommerce ul.products li.product .wrapper-content-item:after, .woocommerce ul.products div.product .wrapper-content-item:after, .woocommerce div.products li.product .wrapper-content-item:after, .woocommerce div.products div.product .wrapper-content-item:after, .woocommerce-page ul.products li.product .wrapper-content-item:after, .woocommerce-page ul.products div.product .wrapper-content-item:after, .woocommerce-page div.products li.product .wrapper-content-item:after, .woocommerce-page div.products div.product .wrapper-content-item:after {
	clear: both;
}

.woocommerce ul.products li.product .wrapper-content-item .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 {
	margin: 5px 0 15px 0;
}

.woocommerce ul.products li.product .wrapper-content-item .woocommerce-loop-product_title a, .woocommerce ul.products div.product .wrapper-content-item .woocommerce-loop-product_title a, .woocommerce div.products li.product .wrapper-content-item .woocommerce-loop-product_title a, .woocommerce div.products div.product .wrapper-content-item .woocommerce-loop-product_title a, .woocommerce-page ul.products li.product .wrapper-content-item .woocommerce-loop-product_title a, .woocommerce-page ul.products div.product .wrapper-content-item .woocommerce-loop-product_title a, .woocommerce-page div.products li.product .wrapper-content-item .woocommerce-loop-product_title a, .woocommerce-page div.products div.product .wrapper-content-item .woocommerce-loop-product_title a {
	font-size: 18px;
}

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

.woocommerce ul.products li.product .wrapper-content-item span.price del, .woocommerce ul.products div.product .wrapper-content-item span.price del, .woocommerce div.products li.product .wrapper-content-item span.price del, .woocommerce div.products div.product .wrapper-content-item span.price del, .woocommerce-page ul.products li.product .wrapper-content-item span.price del, .woocommerce-page ul.products div.product .wrapper-content-item span.price del, .woocommerce-page div.products li.product .wrapper-content-item span.price del, .woocommerce-page div.products div.product .wrapper-content-item span.price del {
	margin-right: 5px;
	color:        #ccc;
	opacity:      1;
}

.woocommerce ul.products li.product .wrapper-content-item span.price ins, .woocommerce ul.products div.product .wrapper-content-item span.price ins, .woocommerce div.products li.product .wrapper-content-item span.price ins, .woocommerce div.products div.product .wrapper-content-item span.price ins, .woocommerce-page ul.products li.product .wrapper-content-item span.price ins, .woocommerce-page ul.products div.product .wrapper-content-item span.price ins, .woocommerce-page div.products li.product .wrapper-content-item span.price ins, .woocommerce-page div.products div.product .wrapper-content-item span.price ins {
	font-weight: normal;
}

.woocommerce ul.products li.product a img, .woocommerce ul.products div.product a img, .woocommerce div.products li.product a img, .woocommerce div.products div.product a img, .woocommerce-page ul.products li.product a img, .woocommerce-page ul.products div.product a img, .woocommerce-page div.products li.product a img, .woocommerce-page div.products div.product a img {
	margin-bottom: 0;
}

.woocommerce ul.products li.product:last-child, .woocommerce ul.products div.product:last-child, .woocommerce div.products li.product:last-child, .woocommerce div.products div.product:last-child, .woocommerce-page ul.products li.product:last-child, .woocommerce-page ul.products div.product:last-child, .woocommerce-page div.products li.product:last-child, .woocommerce-page div.products div.product:last-child {
	margin-bottom: 0;
}

.woocommerce ul.products li.product span.onsale, .woocommerce ul.products div.product span.onsale, .woocommerce div.products li.product span.onsale, .woocommerce div.products div.product span.onsale, .woocommerce-page ul.products li.product span.onsale, .woocommerce-page ul.products div.product span.onsale, .woocommerce-page div.products li.product span.onsale, .woocommerce-page div.products div.product span.onsale {
	left:           0;
	right:          auto;
	margin:         0;
	top:            20px;
	text-transform: uppercase;
	padding:        5px 9px;
	background:     #40b322;
	font-size:      12px;
	line-height:    1.1;
}

.woocommerce ul.products li.product a.wp-post-image, .woocommerce ul.products div.product a.wp-post-image, .woocommerce div.products li.product a.wp-post-image, .woocommerce div.products div.product a.wp-post-image, .woocommerce-page ul.products li.product a.wp-post-image, .woocommerce-page ul.products div.product a.wp-post-image, .woocommerce-page div.products li.product a.wp-post-image, .woocommerce-page div.products div.product a.wp-post-image {
	position: relative;
	display:  block;
}

.woocommerce ul.products li.product a.wp-post-image:before, .woocommerce ul.products div.product a.wp-post-image:before, .woocommerce div.products li.product a.wp-post-image:before, .woocommerce div.products div.product a.wp-post-image:before, .woocommerce-page ul.products li.product a.wp-post-image:before, .woocommerce-page ul.products div.product a.wp-post-image:before, .woocommerce-page div.products li.product a.wp-post-image:before, .woocommerce-page div.products div.product a.wp-post-image:before {
	content:            "";
	background:         #222;
	opacity:            0;
	position:           absolute;
	left:               0;
	right:              0;
	top:                0;
	bottom:             0;
	z-index:            1;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition:    opacity 0.2s ease-in-out;
	transition:         opacity 0.2s ease-in-out;
	border-radius: 15px;
}

.woocommerce ul.products li.product .product-change-images, .woocommerce ul.products div.product .product-change-images, .woocommerce div.products li.product .product-change-images, .woocommerce div.products div.product .product-change-images, .woocommerce-page ul.products li.product .product-change-images, .woocommerce-page ul.products div.product .product-change-images, .woocommerce-page div.products li.product .product-change-images, .woocommerce-page div.products div.product .product-change-images {
	position:           absolute;
	top:                0;
	right:              100%;
	transition:         all 0.3s linear;
	-moz-transition:    all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition:      all 0.3s linear;
	-ms-transition:     all 0.3s linear;
}

.woocommerce ul.products li.product:hover a.wp-post-image:before, .woocommerce ul.products div.product:hover a.wp-post-image:before, .woocommerce div.products li.product:hover a.wp-post-image:before, .woocommerce div.products div.product:hover a.wp-post-image:before, .woocommerce-page ul.products li.product:hover a.wp-post-image:before, .woocommerce-page ul.products div.product:hover a.wp-post-image:before, .woocommerce-page div.products li.product:hover a.wp-post-image:before, .woocommerce-page div.products div.product:hover a.wp-post-image:before {
	opacity: 0.7;
}

.woocommerce ul.products li.product:hover .product-change-images, .woocommerce ul.products div.product:hover .product-change-images, .woocommerce div.products li.product:hover .product-change-images, .woocommerce div.products div.product:hover .product-change-images, .woocommerce-page ul.products li.product:hover .product-change-images, .woocommerce-page ul.products div.product:hover .product-change-images, .woocommerce-page div.products li.product:hover .product-change-images, .woocommerce-page div.products div.product:hover .product-change-images {
	right: 0;
}

.woocommerce ul.products li.product:hover .product-image .box-hover, .woocommerce ul.products div.product:hover .product-image .box-hover, .woocommerce div.products li.product:hover .product-image .box-hover, .woocommerce div.products div.product:hover .product-image .box-hover, .woocommerce-page ul.products li.product:hover .product-image .box-hover, .woocommerce-page ul.products div.product:hover .product-image .box-hover, .woocommerce-page div.products li.product:hover .product-image .box-hover, .woocommerce-page div.products div.product:hover .product-image .box-hover {
	transform:         scale(1);
	-moz-transform:    scale(1);
	-webkit-transform: scale(1);
	-o-transform:      scale(1);
	-ms-transform:     scale(1);
	opacity:           1;
}

.woocommerce ul.products li.product:hover .product-image .box-hover:before, .woocommerce ul.products div.product:hover .product-image .box-hover:before, .woocommerce div.products li.product:hover .product-image .box-hover:before, .woocommerce div.products div.product:hover .product-image .box-hover:before, .woocommerce-page ul.products li.product:hover .product-image .box-hover:before, .woocommerce-page ul.products div.product:hover .product-image .box-hover:before, .woocommerce-page div.products li.product:hover .product-image .box-hover:before, .woocommerce-page div.products div.product:hover .product-image .box-hover:before {
	opacity: 1;
}

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

.woocommerce-grouped-product-list.group_table {
	padding-bottom: 20px;
}

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

.widget_shopping_cart .minicart_hover {
	margin-top:    0;
	margin-bottom: 0;
}

.widget_shopping_cart .minicart_hover .icon-bag {
	display: inline-block;
}

.widget_shopping_cart .minicart_hover .icon-bag:before {
	content: '\f195';
	font:    normal normal normal 22px/1 'Material-Design-Iconic-Font';
}

.widget_shopping_cart .minicart_hover .cart-items-number {
	display:       inline-block;
	position:      relative;
	text-align:    left;
	cursor:        pointer;
	padding-right: 11px;
}

.widget_shopping_cart .minicart_hover .cart-items-number span.wrapper-items-number {
	border-radius: 3px;
	display:       block;
	font-size:     12px;
	padding:       2px 5px;
	position:      absolute;
	text-align:    center;
	left:          11px;
	bottom:        -2px;
	line-height:   1;
	background:    #ec2525;
	color:         #fff;
}

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

.widget_shopping_cart .widget_shopping_cart_content .buttons a {
	margin:         0 10px;
	padding:        13px 26px;
	color:          #fff;
	background:     #333;
	border-radius:  6px;
	text-transform: uppercase;
	line-height:    1;
}

.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:        8px 15px;
	font-size:      1em !important;
	float:          right !important;
	text-transform: uppercase;
	border-radius:  5px;
}

.woocommerce .widget_price_filter .price_slider_amount button:before, .woocommerce .widget_price_filter .price_slider_amount button:after, .woocommerce-page .widget_price_filter .price_slider_amount button:before, .woocommerce-page .widget_price_filter .price_slider_amount button:after {
	display: none;
}

.woocommerce .widget_price_filter .price_slider_amount .price_label, .woocommerce-page .widget_price_filter .price_slider_amount .price_label {
	float:       left;
	padding-top: 4px;
}

.woocommerce a.remove, .woocommerce-page a.remove {
	line-height: 17px;
}

.woocommerce .single_variation_wrap .woocommerce-variation-price, .woocommerce-page .single_variation_wrap .woocommerce-variation-price {
	margin-bottom: 25px;
	margin-top:    10px;
}

.woocommerce-wishlist.woocommerce .wishlist-title {
	display: none;
}

.woocommerce-wishlist.woocommerce .product-remove, .woocommerce-wishlist.woocommerce .product-price, .woocommerce-wishlist.woocommerce .product-stock-status {
	text-align: center;
}

.woocommerce-wishlist.woocommerce .product-remove a.remove {
	margin: 0 auto;
}

.woocommerce-wishlist.woocommerce table.wishlist_table {
	width:           100%;
	border-radius:   0;
	font-size:       100%;
	border:          none;
	border-collapse: collapse;
	margin:          0 0 25px 0;
}

.woocommerce-wishlist.woocommerce table.wishlist_table td, .woocommerce-wishlist.woocommerce table.wishlist_table th {
	border: none;
}

.woocommerce-wishlist.woocommerce table.wishlist_table .product-name {
	padding-left: 15px !important;
}

.woocommerce-wishlist.woocommerce table.wishlist_table thead th {
	padding:       10px 0;
	border-top:    none;
	border-bottom: 1px solid #e5e5e5;
}

.woocommerce-wishlist.woocommerce table.wishlist_table tbody td {
	padding:       16px 0;
	border-bottom: 1px solid #e5e5e5;
}

.woocommerce-wishlist.woocommerce table.wishlist_table .product-remove .remove_from_wishlist {
	width:       50px;
	color:       #999 !important;
	font-size:   0;
	line-height: 1;
	height:      auto;
}

.woocommerce-wishlist.woocommerce table.wishlist_table .product-remove .remove_from_wishlist:before {
	display: inline-block;
	font:    normal normal normal 18px/1 'Material-Design-Iconic-Font';
	content: '\f136';
}

.woocommerce-wishlist.woocommerce table.wishlist_table .product-remove .remove_from_wishlist:hover {
	background: transparent !important;
	color:      #333 !important;
}

.woocommerce-wishlist.woocommerce table.wishlist_table .product-thumbnail a {
	display:    block;
	max-width:  100px;
	max-height: 150px;
}

.woocommerce-wishlist.woocommerce table.wishlist_table .product-thumbnail a img {
	width:  100%;
	height: 100%;
}

.woocommerce-wishlist.woocommerce table.wishlist_table .product-stock-status .wishlist-in-stock {
	color: #f1593b;
}

.woocommerce-wishlist.woocommerce table.wishlist_table .yith-wcwl-share ul {
	margin-left: 0;
}

.woocommerce-wishlist.woocommerce table.wishlist_table .yith-wcwl-share ul li a i {
	font-size: 30px;
}

.woocommerce-wishlist.woocommerce table.wishlist_table .yith-wcwl-share ul li a i.fa-facebook-square {
	color: #39599f;
}

.woocommerce-wishlist.woocommerce table.wishlist_table .yith-wcwl-share ul li a i.fa-twitter-square {
	color: #45b0e3;
}

.woocommerce-wishlist.woocommerce table.wishlist_table .yith-wcwl-share ul li a i.fa-pinterest-square {
	color: #b0292f;
}

.woocommerce-wishlist.woocommerce table.wishlist_table .yith-wcwl-share ul li a i.fa-google-plus-square {
	color: #e36044;
}

.woocommerce-wishlist.woocommerce table.wishlist_table .yith-wcwl-share ul li a i.fa-envelope-square {
	color: #feb100;
}

.woocommerce-wishlist.woocommerce .product-add-to-cart {
	max-width: 100px;
}

.woocommerce-wishlist.woocommerce .product-add-to-cart a {
	background: #f1593b;
	color:      white;
}

.woocommerce-notices-wrapper .woocommerce-error, .woocommerce-notices-wrapper .woocommerce-info, .woocommerce-notices-wrapper .woocommerce-message {
	line-height: 40px;
}

.woocommerce-notices-wrapper .woocommerce-error .button, .woocommerce-notices-wrapper .woocommerce-info .button, .woocommerce-notices-wrapper .woocommerce-message .button {
	padding: 12px 30px;
}

/**
 * Styling begins
 */
.wc-sc-product {
	padding:    0 50px;
	margin-top: 100px;
}

.wc-sc-product-tab {
	margin: 100px 0;
}

.wc-sc-product-tab .special-heading {
	font-size:     40px !important;
	margin-bottom: 30px !important;
}

.woocommerce, .woocommerce-page {
	/**
   * General layout styles
   */
	/**
   * Product page
   */
	/**
   * Product loops
   */
	/**
   * Cart page
   */
	/**
   * Forms
   */
	/**
   * oEmbeds
   */
}

.woocommerce h2, .woocommerce-page h2 {
	display:    block;
	text-align: center;
}

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

.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;
	clear:        none;
	padding-left: 15px;
}

@media only screen and (max-width: 768px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.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 -10px;
}

.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 10px;
	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 {
	padding-top: 20px;
}

.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 .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
	width: 65%;
	float: left;
}

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

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	width:      32%;
	float:      right;
	box-shadow: 0 0 3px #dddd;
	padding:    25px;
}

.woocommerce .cart-collaterals .cart_totals h2, .woocommerce-page .cart-collaterals .cart_totals h2 {
	font-size:      22px !important;
	padding-bottom: 15px;
	text-align:     left;
	font-weight:    400;
}

.woocommerce .cart-collaterals .cart_totals .shop_table, .woocommerce-page .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, .woocommerce-page .cart-collaterals .cart_totals .shop_table td, .woocommerce-page .cart-collaterals .cart_totals .shop_table th {
	border: none;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tbody tr, .woocommerce-page .cart-collaterals .cart_totals .shop_table tbody tr {
	border: none;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.update-total-cart, .woocommerce-page .cart-collaterals .cart_totals .shop_table tbody tr.update-total-cart {
	display: none;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.update-total-cart td, .woocommerce-page .cart-collaterals .cart_totals .shop_table tbody tr.update-total-cart td {
	padding:       20px 0 50px 0;
	border-bottom: 1px solid #e5e5e5;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.update-total-cart td input, .woocommerce-page .cart-collaterals .cart_totals .shop_table tbody tr.update-total-cart td input {
	margin:        5px 0;
	border-radius: 4px;
	text-indent:   10px;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.update-total-cart td select, .woocommerce-page .cart-collaterals .cart_totals .shop_table tbody tr.update-total-cart td select {
	margin:        5px 0;
	border-radius: 4px;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.update-total-cart td button, .woocommerce-page .cart-collaterals .cart_totals .shop_table tbody tr.update-total-cart td button {
	margin-top: 15px;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tbody th, .woocommerce-page .cart-collaterals .cart_totals .shop_table tbody th {
	font-weight: 500;
	padding:     5px 0;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tbody td, .woocommerce-page .cart-collaterals .cart_totals .shop_table tbody td {
	padding:    5px 0;
	text-align: right;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tbody td.shipping-cart select, .woocommerce-page .cart-collaterals .cart_totals .shop_table tbody td.shipping-cart select {
	border:         none !important;
	font-weight:    bold !important;
	background:     none !important;
	width:          80% !important;
	text-transform: uppercase !important;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tbody .order-total td, .woocommerce-page .cart-collaterals .cart_totals .shop_table tbody .order-total td {
	padding-top: 20px;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tbody .order-total td span, .woocommerce-page .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, .woocommerce-page .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, .woocommerce-page .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, .woocommerce-page .cart-collaterals .cart_totals .shop_table tbody .shipping .shipping-calculator-form .form-row-wide {
	position:      relative;
	margin-bottom: 15px;
	padding:       0;
}

.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, .woocommerce-page .cart-collaterals .cart_totals .shop_table tbody .shipping .shipping-calculator-form .form-row-wide select, .woocommerce-page .cart-collaterals .cart_totals .shop_table tbody .shipping .shipping-calculator-form .form-row-wide input {
	border:  1px solid #e6e6e6;
	padding: 9px 10px;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tbody .shipping .shipping-calculator-form .form-row-wide select, .woocommerce-page .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 .caculate-shipping a, .woocommerce-page .cart-collaterals .cart_totals .shop_table tbody .caculate-shipping a {
	text-decoration: underline !important;
	color:           #333333 !important;
}

.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout, .woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout {
	padding-top: 20px;
	text-align:  right;
}

.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button, .woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
	margin:        0;
	border-radius: 5px;
	border:        none;
	background:    #f1593c;
	color:         #fff;
	font-size:     1em;
	font-weight:   normal;
}

.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 {
	padding: 0;
}

.woocommerce form .form-row, .woocommerce-page form .form-row {
	*zoom: 1;
}

.woocommerce form .form-row:before, .woocommerce form .form-row:after, .woocommerce-page form .form-row:before, .woocommerce-page form .form-row:after {
	content: "";
	display: table;
}

.woocommerce form .form-row:after, .woocommerce-page form .form-row:after {
	clear: both;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
	display: block;
}

.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
	display: inline;
}

.woocommerce form .form-row select, .woocommerce-page form .form-row select {
	width: 100%;
}

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
	box-sizing: border-box;
	width:      100%;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last, .woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
	width:    47%;
	overflow: visible;
}

.woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
	float: left;
	/*rtl:raw:
    float: right;
    */
}

.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
	float: right;
}

.woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {
	clear: both;
}

.woocommerce #payment .form-row select, .woocommerce-page #payment .form-row select {
	width: auto;
}

.woocommerce #payment .wc-terms-and-conditions, .woocommerce #payment .terms, .woocommerce-page #payment .wc-terms-and-conditions, .woocommerce-page #payment .terms {
	text-align: left;
	padding:    0 1em 0 0;
	float:      left;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	float:      right;
	margin-top: 30px;
	background: #f1593b !important;
	color:      white;
}

.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover {
	background: #333333 !important;
}

.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) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.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) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.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) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
		float: none !important;
		width: 100% !important;
	}

	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 100% !important;
	}

	.woocommerce ul.products.columns-3 li.product, .woocommerce ul.products .columns-4 li.product, .woocommerce ul.products.columns-5 li.product, .woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-3 li.product, .woocommerce-page ul.products .columns-4 li.product, .woocommerce-page ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-6 li.product {
		width: 100% !important;
	}

	.woocommerce.columns-3 ul.products li.product, .woocommerce.columns-5 ul.products li.product, .woocommerce.columns-4 ul.products li.product, .woocommerce.columns-6 ul.products li.product, .woocommerce-page.columns-3 ul.products li.product, .woocommerce-page.columns-5 ul.products li.product, .woocommerce-page.columns-4 ul.products li.product, .woocommerce-page.columns-6 ul.products li.product {
		width: 100% !important;
	}
}

.woocommerce table.shop_attributes td p, .woocommerce-page table.shop_attributes td p {
	padding: 8px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	float: left;
	width: 30%;
}

.woocommerce-account .woocommerce-MyAccount-content {
	float: right;
	width: 68%;
}

.select2-container--default .select2-selection--single {
	border:        1px solid #e6e6e6;
	border-radius: 0;
}

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

.select2-container .select2-selection--single:focus {
	outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 6px;
}

.select2-dropdown, .select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #e6e6e6 !important;
}

@media screen and (max-width: 767px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.wc-sc-product {
		padding:    0 15px;
		margin-top: 50px;
	}

	.wc-sc-product-tab {
		margin-top: 50px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.wc-sc-product {
		padding:    0 15px;
		margin-top: 70px;
	}

	.wc-sc-product-tab {
		margin-top: 50px;
	}
}

/* -- quick view button -- */
.mfp-bg {
	top:        0;
	left:       0;
	width:      100%;
	height:     100%;
	z-index:    9999999;
	overflow:   hidden;
	position:   fixed;
	background: black;
	opacity:    0.8;
	filter:     alpha(opacity=80);
	display:    none;
}

.mfp-wrap {
	top:                         0;
	left:                        0;
	width:                       100%;
	height:                      100%;
	z-index:                     99999999;
	position:                    fixed;
	outline:                     none !important;
	-webkit-backface-visibility: hidden;
	display:                     none;
}

.mfp-container {
	height:             100%;
	text-align:         center;
	position:           absolute;
	width:              100%;
	left:               0;
	top:                0;
	padding:            30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

.mfp-content {
	position:       relative;
	display:        inline-block;
	vertical-align: middle;
	margin:         0 auto;
	text-align:     left;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width:  100%;
	cursor: auto;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none;
}

.mfp-preloader {
	color:      #cccccc;
	position:   absolute;
	top:        50%;
	width:      auto;
	text-align: center;
	margin-top: -0.8em;
	left:       8px;
	right:      8px;
}

.mfp-preloader a {
	color: #cccccc;
}

.mfp-preloader a:hover {
	color: white;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close, button.mfp-arrow {
	overflow:           visible;
	cursor:             pointer;
	background:         transparent;
	-webkit-appearance: none;
	display:            block;
	padding:            0;
}

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

.mfp-close {
	position:        absolute;
	right:           5px;
	top:             5px;
	text-decoration: none;
	text-align:      center;
	font-size:       24px;
}

.mfp-close:hover, .mfp-close:focus {
	opacity:    0.8;
	background: none;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: black !important;
	right: 0;
	top:   40px;
}

.my-mfp-zoom-in .mfp-content {
	opacity:                  0;
	-webkit-transition:       all 0.2s ease-in-out;
	-moz-transition:          all 0.2s ease-in-out;
	-o-transition:            all 0.2s ease-in-out;
	transition:               all 0.2s ease-in-out;
	-webkit-transform:        scale(0.5);
	-moz-transform:           scale(0.5);
	-ms-transform:            scale(0.5);
	-o-transform:             scale(0.5);
	transform:                scale(0.5);
	-webkit-transform-origin: top center;
	-moz-transform-origin:    top center;
	-o-transform-origin:      top center;
	transform-origin:         top center;
}

.my-mfp-zoom-in.mfp-ready .mfp-content {
	opacity:           1;
	-webkit-transform: scale(1);
	-moz-transform:    scale(1);
	-ms-transform:     scale(1);
	-o-transform:      scale(1);
	transform:         scale(1);
}

.my-mfp-zoom-in.mfp-removing .mfp-content {
	-webkit-transform: scale(0.8);
	-moz-transform:    scale(0.8);
	-ms-transform:     scale(0.8);
	-o-transform:      scale(0.8);
	transform:         scale(0.8);
	opacity:           0;
}

.my-mfp-zoom-in.mfp-bg .mfp-content {
	opacity:            0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition:    opacity 0.3s ease-out;
	-o-transition:      opacity 0.3s ease-out;
	transition:         opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg .mfp-content {
	opacity: 0.8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg .mfp-content {
	opacity: 0;
}

.product-lightbox {
	background: #FFF;
	width:      90%;
	max-width:  990px;
	margin:     50px auto 0 auto;
	position:   relative;
	padding:    10px;
}

.product-lightbox .flexslider ul.slides li {
	display: none;
}

.product-lightbox .product {
	*zoom: 1;
}

.product-lightbox .product:before, .product-lightbox .product:after {
	content: "";
	display: table;
}

.product-lightbox .product:after {
	clear: both;
}

.product-lightbox table, .product-lightbox tr, .product-lightbox td {
	border: none;
}

.product-lightbox button.mfp-close {
	width:       30px;
	height:      30px;
	line-height: 100%;
	color:       #999;
	border:      none;
}

.product-lightbox button.mfp-close:hover {
	color: #181818;
}

.product-lightbox .images_quick_view {
	margin-bottom: 0 !important;
}

.product-lightbox .summary_quick_view {
	padding-top:   60px;
	margin-bottom: 0 !important;
}

.loading.dark {
	z-index: 99999;
	float:   left;
	width:   40px;
	height:  40px;
	margin:  0 10px;
}

/* 9. Blog ------------------------------------------------------------ */
/* Blog Section Of Blog Right Sidebar */
.content-area .single-blog-content .final-blog {
	border-top:  1px solid #e6e6e6;
	padding-top: 25px;
	margin:      45px 0;
}

.content-area .single-blog-content h1 {
	font-weight: 600 !important;
	font-size:   45px !important;
}

.content-area .related-posts .post-formats-wrapper {
	margin-bottom: 0 !important;
}

.content-area .wrapper-blog-content {
	*zoom: 1;
}

.content-area .wrapper-blog-content:before, .content-area .wrapper-blog-content:after {
	content: "";
	display: table;
}

.content-area .wrapper-blog-content:after {
	clear: both;
}

.content-area .wrapper-blog-content .post-formats-wrapper {
	margin-bottom: 30px;
	position:      relative;
}

.content-area .wrapper-blog-content .post-formats-wrapper a.post-image {
	position: relative;
	display:  inline-block;
	z-index:  1;
}

.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 .post-formats-wrapper .date {
	position:    absolute;
	bottom:      0;
	left:        0;
	z-index:     2;
	background:  #f1593b;
	font-size:   16px;
	color:       white;
	text-align:  center;
	padding:     20px;
	line-height: 1;
}

.content-area .wrapper-blog-content .post-formats-wrapper .date b {
	font-size:     40px;
	display:       block;
	font-weight:   600;
	margin-bottom: 5px;
	line-height:   1;
}

.content-area .wrapper-blog-content .entry-title {
	padding:            0 0 15px 0;
	margin-bottom:      0;
	line-height:        1.4;
	position:           relative;
	text-transform:     capitalize;
	font-weight:        400;
	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 a:hover {
	color: #f1593b;
}

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

.content-area .wrapper-blog-content .calendar i {
	padding-right: 8px;
}

.content-area .wrapper-blog-content .calendar .byline, .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: #999;
}

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

.content-area .wrapper-blog-content .final-blog {
	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;
	padding:            10px 30px;
	display:            inline-block;
	border-radius:      5px;
	background:         #333333;
	color:              white;
}

.content-area .wrapper-blog-content .final-blog .read-more:hover {
	background: #f1593b;
	color:      white;
}

.content-area .wrapper-blog-content .final-blog .tags-links a {
	font-size:      12px;
	color:          white;
	padding:        5px 10px;
	background:     #f1593b;
	border-radius:  5px;
	margin:         0 5px;
	text-transform: capitalize;
}

.content-area .wrapper-blog-content .final-blog .product-share {
	display:        inline-block;
	vertical-align: middle;
	float:          right;
}

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

.content-area .wrapper-blog-content .final-blog .product-share a {
	font-size: 18px;
	color:     #666;
	padding:   0 10px;
}

.content-area .wrapper-blog-content .list-item {
	padding-bottom: 30px;
	margin-bottom:  30px;
}

.content-area .wrapper-blog-content .list-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.content-area .wrapper-blog-content .list-item.sticky {
	background: #f7f7f7;
	padding:    20px 30px 30px;
	border:     4px solid #e6e6e6;
}

.content-area .content-blog-standard h2 {
	font-weight: 600 !important;
	font-size:   35px !important;
}

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

.content-area .wrapper-view-move {
	text-align:  center;
	padding-top: 40px;
}

.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;
	display:       inline-block;
}

.content-area .content-blog-masonry .content-item {
	background:    #fff;
	text-align:    left;
	margin-bottom: 60px;
}

.content-area .content-blog-masonry .content-item .cat-links {
	margin-bottom: 5px;
}

.content-area .content-blog-masonry .content-item .cat-links a {
	text-transform: uppercase;
	color:          #f1593b;
}

.content-area .content-blog-masonry .content-item .entry-title {
	line-height: 1.4;
	text-align:  left;
}

.content-area .content-blog-masonry .content-item .entry-title:before {
	display: none !important;
}

.content-area .content-blog-masonry .content-item p {
	padding: 0 10px 10px 0;
}

.content-area .content-blog-masonry .content-item .date {
	color: #999;
}

.content-area .content-blog-masonry .content-item .date a {
	color: #999;
}

.content-area .content-blog-masonry .content-item .date a:hover {
	color: #333;
}

.content-area .content-blog-masonry .content-item .date div {
	display: inline-block;
}

.content-area .content-blog-masonry .content-item .date .time {
	position:    relative;
	margin-left: 20px;
}

.content-area .content-blog-masonry .content-item .date .time:before {
	content:  ' / ';
	position: absolute;
	top:      0;
	bottom:   0;
	left:     -10px;
	display:  block;
}

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

.content-blog-masonry .grid-item {
	width:   50%;
	float:   left;
	padding: 0 15px 30px 15px;
}

.content-blog-masonry.masonry-column-2 .grid-item {
	width: 50%;
}

.content-blog-masonry.masonry-column-3 .grid-item {
	width: 33.333%;
}

.content-blog-masonry.masonry-column-4 .grid-item {
	width: 25%;
}

@media only screen and (max-width: 767px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.content-blog-masonry.masonry-column-3 .grid-item, .content-blog-masonry.masonry-column-4 .grid-item {
		width: 50%;
	}
}


@media only screen and (max-width: 575px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.content-blog-masonry .grid-item {
		width: 100%;
	}

	.content-blog-masonry.masonry-column-3 .grid-item, .content-blog-masonry.masonry-column-4 .grid-item, .content-blog-masonry.masonry-column-2 .grid-item {
		width: 100%;
	}
}

.warp-title-cat {
	position:                relative;
	margin-bottom:           30px;
	justify-content:         space-between;
	-moz-justify-content:    space-between;
	-webkit-justify-content: space-between;
	-o-justify-content:      space-between;
	-ms-justify-content:     space-between;
	align-items:             center;
	-moz-align-items:        center;
	-webkit-align-items:     center;
	-o-align-items:          center;
	-ms-align-items:         center;
}

.warp-title-cat .entry-title {
	padding: 0 10px 0 0 !important;
}

.warp-title-cat .cat-links a {
	text-transform: uppercase;
	padding:        12px 25px;
	color:          #fff;
	background:     #f1593b;
	border-radius:  5px;
	line-height:    1;
	display:        inline-block;
	white-space:    nowrap;
}

.warp-title-cat .cat-links a:hover {
	background: #333333;
}

@media only screen and (max-width: 768px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.warp-title-cat {
		display: block;
	}

	.warp-title-cat .entry-title {
		padding-right: 0 !important;
		margin-bottom: 10px;
	}
}

/* Blog Section Of Standard Post */
.single-blog-content {
	padding-bottom: 8px;
}

.single-blog-content .entry-title {
	-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 {
	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 .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;
	position: relative;
	z-index:  1;
}

.single-blog-content blockquote:before {
	float:        left;
	margin-top:   -15px;
	margin-right: 10px;
	font:         normal normal normal 44px/1 FontAwesome;
	content:      "\f10d";
	position:     absolute;
	left:         20px;
	z-index:      -1;
}

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

.single-blog-content blockquote cite {
	font-weight: 500;
	font-style:  normal;
	color:       #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;
}

.single-blog-content .links-next-post {
	margin-bottom: 50px;
	margin-left:   0 !important;
	width:         100%;
	padding:       20px;
	background:    #f7f7f7;
}

.single-blog-content .links-next-post {
	*zoom: 1;
}

.single-blog-content .links-next-post:before, .single-blog-content .links-next-post:after {
	content: "";
	display: table;
}

.single-blog-content .links-next-post:after {
	clear: both;
}

.single-blog-content .links-next-post .nav-previous {
	float: left;
}

.single-blog-content .links-next-post .nav-previous i {
	padding-right: 8px;
}

.single-blog-content .links-next-post .nav-next {
	float: right;
}

.single-blog-content .links-next-post .nav-next i {
	padding-left: 8px;
}

@media (min-width: 782px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.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) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.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. Shortcode ------------------------------------------------------------ */
/* 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 .special-heading {
	text-align: center;
}

.wc-sc-product.featured-layout-1 .view-all {
	text-align:    center;
	padding:       30px 0;
	margin-bottom: 100px;
}

.wc-sc-product.featured-layout-1 .view-all .au-btn {
	padding:    22px 50px;
	background: #f1593b;
	color:      white;
}

.wc-sc-product.featured-layout-1 .view-all .au-btn:hover {
	background: #333333;
}

.wc-sc-product.featured-layout-1 .view-all i {
	display: none;
}

.wc-sc-product.featured-layout-2 .wrapper-content-item .cat_product {
	display: none;
}

.wc-sc-product.featured-layout-2 .inner-sc-product div.product {
	margin-bottom: 0 !important;
}

.wc-sc-product.featured-layout-2 .slick-dots {
	text-align: center;
	width:      100%;
	margin:     0;
}

.wc-sc-product.featured-layout-2 .slick-dots li {
	display: inline-block;
}

.wc-sc-product.featured-layout-2 .slick-dots li button {
	width:                 9px;
	height:                9px;
	margin:                0 5px;
	background:            #ccc;
	border-radius:         50%;
	-moz-border-radius:    50%;
	-webkit-border-radius: 50%;
	-o-border-radius:      50%;
	-ms-border-radius:     50%;
	text-indent:           -9999px;
	border:                none;
	outline:               none;
	-moz-outline:          none;
	-webkit-outline:       none;
	-o-outline:            none;
	-ms-outline:           none;
}

.wc-sc-product.featured-layout-2 .slick-dots li.slick-active button {
	width:                 28px;
	border-radius:         10px;
	-moz-border-radius:    10px;
	-webkit-border-radius: 10px;
	-o-border-radius:      10px;
	-ms-border-radius:     10px;
	background:            #ccc;
}

@media only screen and (max-width: 768px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.wc-sc-product.featured-layout-2 .inner-sc-product .products {
		margin: 0 -7px;
	}

	.wc-sc-product.featured-layout-2 .inner-sc-product .products div.product {
		padding: 0 7px;
	}
}

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

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

.wc-sc-product.featured-layout-3 .special-heading:before {
	left:        0;
	margin-left: 0;
	width:       90px;
}

.wc-sc-product.featured-layout-3 .es-nav {
	position:      absolute;
	top:           10px;
	right:         0;
	border:        1px solid #ccc;
	border-radius: 20px;
	overflow:      hidden;
}

.wc-sc-product.featured-layout-3 .es-nav span {
	font-size:    18px;
	color:        #ccc;
	padding:      5px 15px;
	border-right: 1px solid #ccc;
	cursor:       pointer;
}

.wc-sc-product.featured-layout-3 .es-nav span.es-nav-next {
	border:       none;
	padding-left: 8px;
}

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

.wc-sc-product.featured-layout-3 .inner-sc-product .product .wrapper-content-item {
	float:      left;
	width:      60%;
	padding:    0 0 0 30px;
	text-align: left;
	margin:     0;
}

.wc-sc-product.featured-layout-3 .inner-sc-product .product .wrapper-content-item > .clear {
	display: none;
}

.wc-sc-product.featured-layout-3 .inner-sc-product .product .wrapper-content-item .woocommerce-loop-product_title {
	margin-bottom: 8px;
}

.wc-sc-product.featured-layout-3 .inner-sc-product .product .wrapper-content-item .description {
	margin-bottom:      20px;
	overflow:           hidden;
	text-overflow:      ellipsis;
	display:            -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height:         50px;
}

.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:                   44px;
	height:                  44px;
	border:                  1px solid #ccc;
	color:                   #ccc;
	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-color: #333;
	color:        #fff;
}

.wc-sc-product.featured-layout-3 .inner-sc-product .product a.button, .wc-sc-product.featured-layout-3 .inner-sc-product .product a.wc-forward {
	position:       static !important;
	vertical-align: middle;
	background:     transparent;
	border-radius:  0;
	margin-right:   5px;
	font-weight:    normal;
	text-transform: uppercase;
	padding:        14px 22px 13px;
	border:         1px solid #ccc;
	color:          #ccc;
	line-height:    1;
}

.wc-sc-product.featured-layout-3 .inner-sc-product .product a.button.added, .wc-sc-product.featured-layout-3 .inner-sc-product .product a.wc-forward.added {
	display: none;
}

.wc-sc-product.featured-layout-3 .inner-sc-product .product a.button:hover, .wc-sc-product.featured-layout-3 .inner-sc-product .product a.wc-forward:hover {
	background:   #333;
	border-color: #333;
	color:        #fff;
}

.wc-sc-product.featured-layout-3 .inner-sc-product .product a.wc-forward {
	background:   #333;
	border-color: #333;
	color:        #fff;
}

.wc-sc-product.featured-layout-3 .inner-sc-product .product:hover a.wp-post-image:before {
	display: none;
}

@media only screen and (max-width: 380px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.wc-sc-product.featured-layout-3 .inner-sc-product .product .product-image {
		width: 100%;
	}

	.wc-sc-product.featured-layout-3 .inner-sc-product .product .wrapper-content-item {
		width:   100%;
		padding: 20px 0 0 0;
	}

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

.inner-sc-product .products li.first {
	clear: none !important;
}

/*
tab product
 */
.wc-sc-product-tab .nav-tabs {
	margin:     0 0 30px 0;
	text-align: center;
	border:     none;
	display:    block;
}

.wc-sc-product-tab .nav-tabs li {
	display: inline-block;
	margin:  0;
	padding: 0 15px;
}

.wc-sc-product-tab .nav-tabs li a {
	background:    transparent;
	border:        none;
	padding:       0 0 3px;
	border-bottom: 2px solid transparent;
	cursor:        pointer;
}

.wc-sc-product-tab .nav-tabs li a.active, .wc-sc-product-tab .nav-tabs li a:hover {
	border-bottom-color: #f1593c;
	color:               #f1593c;
}

.wc-sc-product-tab .view-all {
	text-align: center;
	padding:    30px 0;
}

.wc-sc-product-tab .view-all .au-btn {
	padding:    22px 50px;
	background: #f1593b;
	color:      white;
}

.wc-sc-product-tab .view-all .au-btn:hover {
	background: #333333;
}

.wc-sc-product-tab .view-all i {
	display: none;
}

.category-homepage {
	padding: 0 50px;
}

.category-homepage img {
	width: 100%;
}

.category-homepage .center2 {
	display: none;
}

.category-homepage .banner-section {
	margin: 15px 0;
}

.category-hp5 .banner-section {
	margin: 15px 0 !important;
}

.category-hp5 .banner-section .font-large {
	font-family: 'Permanent Marker', cursive;
}

.category-hp9 .banner-section {
	margin: 15px 0 !important;
}

.category-hp7 {
	display: block;
	padding: 0 50px;
}

.category-hp7 .banner-section {
	height: 100%;
}

.category-hp7 .banner-section .banner-layout-1 {
	height: 100%;
}

.category-hp7 .banner-section .banner-layout-1 .wrap-image {
	height: 100%;
}

.category-hp7 .banner-section .banner-layout-1 .wrap-image .bg-image {
	height: 100%;
}

.category-hp7 .banner-section .banner-layout-1 .wrap-image .bg-image img {
	width:  100%;
	height: 100%;
}

.category-hp7 .banner-section-hp7 {
	background-size:     cover;
	background-position: center center;
	background-repeat:   no-repeat;
	padding-left:        50px;
	padding-top:         120px;
	padding-bottom:      100px;
	height:              100%;
	text-align:          left;
}

.category-hp7 .banner-section-hp7 h2 {
	font-family:    'Permanent Marker', cursive;
	font-size:      70px;
	color:          white;
	padding-bottom: 50px;
	line-height:    1;
	font-weight:    400 !important;
}

.category-hp7 .banner-section-hp7 a {
	font-size:      16px;
	font-family:    'Poppins', sans-serif;
	color:          #333333;
	line-height:    1;
	padding:        15px 40px;
	background:     white;
	text-transform: uppercase;
	border-radius:  5px;
	margin-top:     50px;
}

.category-hp7 .banner-section-hp7 a:hover {
	background: #333333;
	color:      white;
}

.banner-hp-2 {
	background-image:    url("images/bg/1.jpg");
	background-repeat:   no-repeat;
	background-position: center center;
	background-size:     cover;
	margin:              0;
}

.banner-hp-2 .content-banner-hp2 {
	text-align:  center;
	font-family: 'Poppins', sans-serif;
	margin:      10px 0;
	padding:     48px;
	display:     block;
}

.banner-hp-2 .content-banner-hp2 h2 {
	font-size:      60px;
	font-weight:    700;
	color:          #ffffff;
	text-transform: uppercase;
	padding-top: 10px;
}

.banner-hp-2 .content-banner-hp2 p {
	font-size: 18px;
	color:     #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.banner-hp-2 .content-banner-hp2 button {
	font-size:      16px;
	line-height:    1;
	padding:        20px 40px;
	color:          white;
	text-transform: uppercase;
	background:     #f1593b;
	border-radius:  5px;
	margin-top:     20px;
}

.banner-hp-2 .content-banner-hp2 button:hover {
	cursor:     pointer;
	background: #333333;
}

.banner-hp-2 .content-banner-hp2 button:focus {
	outline: none;
}

.banner-hp-4 {
	padding-top:50px;
	padding-bottom: 90px;
	
}

.banner-section {
	line-height: 1.7;
	overflow:    hidden;
	position:    relative;
}

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

.banner-section .button-more {
	padding:            5px 0;
	border-bottom:      1px solid;
	line-height:        1;
	transition:         0.3s;
	-moz-transition:    0.3s;
	-webkit-transition: 0.3s;
	-o-transition:      0.3s;
	-ms-transition:     0.3s;
	display:            inline-block;
	color:              inherit;
}

.banner-section .button-more:hover {
	border-bottom-color: transparent;
}

.banner-section .bg-image {
	position: relative;
	overflow: hidden;
	display:  block;
}

.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 {
	position: relative;
}

.banner-section .banner-layout-1 {
	*zoom: 1;
}

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

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

.banner-section .banner-layout-1 .text-1 {
	text-transform: uppercase;
	position:       relative;
	margin-bottom:  15px;
}

.banner-section .banner-layout-1 .text-2 {
	text-transform: uppercase;
	margin-bottom:  25px;
}

.banner-section .banner-layout-1 .font-default {
	font-size: 28px !important;
}

.banner-section .banner-layout-1 .font-large {
	font-size: 45px !important;
}

.banner-section .banner-layout-1 .font-xl {
	font-size: 55px !important;
}

.banner-section .banner-layout-1 .font-xxl {
	font-size: 70px;
}

.banner-section .banner-layout-1 .font-lg {
	font-size: 40px;
}

.banner-section .banner-layout-1 .font-sm {
	font-size: 16px;
}

.banner-section .banner-layout-1 .font-md {
	font-size: 33px;
}

.banner-section .banner-layout-1 .info {
	position: absolute;
	z-index:  2;
}

.banner-section .banner-layout-1.text_left .info {
	left: 35px;
}

.banner-section .banner-layout-1.text_right .info {
	right:      35px;
	text-align: right;
}

.banner-section .banner-layout-1.text_center .info {
	left:          0;
	width:         100%;
	text-align:    center;
	padding-left:  20px;
	padding-right: 20px;
}

.banner-section.content-middle .banner-layout-1 .info {
	top:               50%;
	transform:         translateY(-50%);
	-moz-transform:    translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform:      translateY(-50%);
	-ms-transform:     translateY(-50%);
}

.banner-section.content-top .banner-layout-1 .info {
	top: 30px;
}

.banner-section.content-bottom .banner-layout-1 .info {
	bottom: 20px;
}

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

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

.banner-section.hover-style-show_button .text-1, .banner-section.hover-style-show_button .text-2 {
	transition:         transform 0.35s;
	-moz-transition:    transform 0.35s;
	-webkit-transition: transform 0.35s;
	-o-transition:      transform 0.35s;
	-ms-transition:     transform 0.35s;
	transform:          translate3d(0, 25px, 0);
	-moz-transform:     translate3d(0, 25px, 0);
	-webkit-transform:  translate3d(0, 25px, 0);
	-o-transform:       translate3d(0, 25px, 0);
	-ms-transform:      translate3d(0, 25px, 0);
}

.banner-section.hover-style-show_button.content-top .text-1, .banner-section.hover-style-show_button.content-top .text-2 {
	transform:         translate3d(0, 0, 0);
	-moz-transform:    translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-o-transform:      translate3d(0, 0, 0);
	-ms-transform:     translate3d(0, 0, 0);
}

.banner-section.hover-style-show_button .button-more {
	transition:         transform 0.35s;
	-moz-transition:    transform 0.35s;
	-webkit-transition: transform 0.35s;
	-o-transition:      transform 0.35s;
	-ms-transition:     transform 0.35s;
	opacity:            0;
	transform:          translate3d(0, -5px, 0);
	-moz-transform:     translate3d(0, -5px, 0);
	-webkit-transform:  translate3d(0, -5px, 0);
	-o-transform:       translate3d(0, -5px, 0);
	-ms-transform:      translate3d(0, -5px, 0);
}

.banner-section.hover-style-show_button .bg-overlay {
	top:                10px;
	bottom:             0;
	position:           absolute;
	opacity:            0.8;
	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.hover-style-show_button.bg_overlay_always_show .bg-overlay {
	left:  -2000px;
	right: -2000px;
}

.banner-section.hover-style-show_button:hover .text-1, .banner-section.hover-style-show_button:hover .text-2 {
	transform:         translate3d(0, 0, 0);
	-moz-transform:    translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-o-transform:      translate3d(0, 0, 0);
	-ms-transform:     translate3d(0, 0, 0);
}

.banner-section.hover-style-show_button:hover .button-more {
	opacity:           1;
	transform:         translate3d(0, 0, 0);
	-moz-transform:    translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-o-transform:      translate3d(0, 0, 0);
	-ms-transform:     translate3d(0, 0, 0);
}

.banner-section.hover-style-show_button:hover .bg-overlay {
	top:    -2000px;
	bottom: -2000px;
	left:   -2000px;
	right:  -2000px;
}

.banner-section .banner-layout-2 {
	position:      relative;
	border:        15px solid #EC9605;
	margin-bottom: 30px;
	padding:       60px 30px;
}

.banner-section .banner-layout-2 .wrap-image {
	text-align: center;
}

.banner-section .banner-layout-2 .bg-image {
	overflow:       hidden;
	vertical-align: middle;
}

.banner-section .banner-layout-2 .bg-image img {
	transition:         transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition:    transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition:      transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition:     transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.banner-section .banner-layout-2 .text-1 {
	font-size:      40px;
	padding-bottom: 15px;
	margin-bottom:  20px;
	line-height:    1;
}

.banner-section .banner-layout-2 .text-1:before {
	width:       110px;
	margin-left: -55px;
}

.banner-section .banner-layout-2:before, .banner-section .banner-layout-2:after {
	transition:         0.3s all 0.14s;
	-moz-transition:    0.3s all 0.14s;
	-webkit-transition: 0.3s all 0.14s;
	-o-transition:      0.3s all 0.14s;
	-ms-transition:     0.3s all 0.14s;
	content:            "";
	height:             15px;
	top:                -15px;
	position:           absolute;
	display:            block;
	background:         #fecbcc;
	z-index:            1;
}

.banner-section .banner-layout-2:before {
	left:  -15px;
	right: 110%;
}

.banner-section .banner-layout-2:after {
	top:        auto;
	right:      -15px;
	left:       110%;
	bottom:     -15px;
	background: #c6e5ee;
}

.banner-section .banner-layout-2 .line:before, .banner-section .banner-layout-2 .line-1:before {
	content:            "";
	width:              15px;
	background:         #c6e5ee;
	left:               -15px;
	bottom:             -15px;
	position:           absolute;
	transition:         0.3s all 0.14s;
	-moz-transition:    0.3s all 0.14s;
	-webkit-transition: 0.3s all 0.14s;
	-o-transition:      0.3s all 0.14s;
	-ms-transition:     0.3s all 0.14s;
	opacity:            0;
}

.banner-section .banner-layout-2 .line:after, .banner-section .banner-layout-2 .line-1:after {
	content:            "";
	width:              15px;
	background:         #fecbcc;
	left:               -15px;
	top:                -15px;
	bottom:             70%;
	position:           absolute;
	transition:         0.3s all 0.14s;
	-moz-transition:    0.3s all 0.14s;
	-webkit-transition: 0.3s all 0.14s;
	-o-transition:      0.3s all 0.14s;
	-ms-transition:     0.3s all 0.14s;
	opacity:            0;
}

.banner-section .banner-layout-2 .line:before {
	top:         100%;
	border-left: 15px solid transparent;
	border-top:  15px solid #fecbcc;
}

.banner-section .banner-layout-2 .line:after {
	top:    100%;
	bottom: 0;
}

.banner-section .banner-layout-2 .line-1:before {
	top:    -15px;
	bottom: 100%;
	left:   auto;
	right:  -15px;
}

.banner-section .banner-layout-2 .line-1:after {
	left:          auto;
	right:         -15px;
	bottom:        100%;
	border-right:  15px solid transparent;
	border-bottom: 15px solid #c6e5ee;
}

.banner-section .banner-layout-2:hover .bg-image img {
	transform:         scale(1.1);
	-moz-transform:    scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform:      scale(1.1);
	-ms-transform:     scale(1.1);
}

.banner-section .banner-layout-2:hover:before {
	right: -15px;
}

.banner-section .banner-layout-2:hover:after {
	left: -15px;
}

.banner-section .banner-layout-2:hover .line:before {
	top:     30%;
	opacity: 1;
	z-index: 1;
}

.banner-section .banner-layout-2:hover .line:after {
	top:     -15px;
	opacity: 1;
}

.banner-section .banner-layout-2:hover .line-1:before {
	bottom:  -15px;
	opacity: 1;
}

.banner-section .banner-layout-2:hover .line-1:after {
	bottom:  30%;
	opacity: 1;
}

@media only screen and (max-width: 767px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.banner-section .banner-layout-1 .wrap-image .bg-image img {
		width: 100%;
	}
}

@media screen and (width: 1366px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.category-homepage .banner-section {
		margin: 12px 0 !important;
	}

	.category-homepage .banner-section .font-xl {
		font-size: 40px !important;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.category-homepage .center1 {
		display: none;
	}

	.category-homepage .center2 {
		display: block;
	}

	.category-hp7 .banner-section-hp7 {
		padding-top:  90px !important;
		padding-left: 25px !important;
	}

	.category-hp7 .banner-section-hp7 h2 {
		font-size:      50px !important;
		padding-bottom: 20px !important;
	}

	.category-hp7 .banner-section-hp7 a {
		padding: 10px 30px !important;
	}
}

@media screen and (min-width: 576px) and (max-width: 1023px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.category-homepage .center1 {
		display: none;
	}

	.category-homepage .center2 {
		display: block;
	}

	.banner-hp-2 .content-banner-hp2 {
		padding: 30px;
	}

	.banner-hp-2 .content-banner-hp2 h2 {
		font-size: 40px;
	}
}

@media screen and (max-width: 360px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.banner-layout-1 .info {
		padding: 0 10px !important;
	}

	.category-hp5 .new-arrivals .font-sm {
		margin-bottom: 10px !important;
	}

	.category-hp5 .new-arrivals .font-large {
		font-size:     20px !important;
		margin-bottom: 10px !important;
	}
}

@media screen and (max-width: 767px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.category-homepage {
		padding: 0 15px !important;
	}

	.category-homepage .banner-section {
		margin: 15px 0;
	}

	.category-homepage .banner-section .banner-layout-1 .font-xl {
		font-size: 40px !important;
	}

	.banner-hp-2 .content-banner-hp2 {
		padding: 30px;
	}

	.banner-hp-2 .content-banner-hp2 h2 {
		font-size: 30px;
	}

	.banner-hp-2 .content-banner-hp2 button {
		padding: 15px 30px !important;
	}

	.banner-hp-4 .banner-section {
		margin: 15px 0;
	}

	.banner-hp-4 .banner-section .font-large {
		font-size: 38px !important;
	}

	.category-hp5 .new-arrivals {
		display: none !important;
	}

	.category-hp7 {
		padding: 0 15px !important;
	}

	.category-hp7 .banner-section-hp7 {
		padding: 50px 0 50px 25px !important;
		margin:  30px 0 !important;
		height:  auto !important;
	}

	.category-hp7 .banner-section-hp7 h2 {
		font-size:      40px !important;
		padding-bottom: 20px !important;
	}

	.category-hp7 .banner-section-hp7 a {
		padding: 10px 30px !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.category-homepage {
		padding: 0 15px !important;
	}

	.category-homepage .banner-section .font-xl {
		font-size: 45px !important;
	}

	.category-hp7 {
		padding: 0 15px !important;
	}

	.category-hp7 .banner-section .font-xxl {
		font-size: 40px !important;
	}

	.category-hp7 .banner-section .font-md {
		font-size: 25px !important;
	}

	.category-hp7 .banner-section-hp7 {
		padding-top:  50px !important;
		padding-left: 25px !important;
	}

	.category-hp7 .banner-section-hp7 h2 {
		font-size:      35px !important;
		padding-bottom: 20px !important;
	}

	.category-hp7 .banner-section-hp7 a {
		padding: 5px 20px !important;
	}
}

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

.physcode_social_links {
	margin: 0 -10px;
}

.physcode_social_links li {
	list-style: none;
	display:    inline-block;
	padding:    10px;
}

.physcode_social_links li a {
	font-size: 18px;
	opacity:   0.7;
}

.physcode_social_links li a:hover {
	opacity: 1;
}

.vc_progress_bar.wpb_content_element .vc_single_bar {
	border-radius: 0;
	margin-top:    50px;
	height:        10px;
	background:    transparent;
	box-shadow:    0 0 0;
	border:        1px solid #666;
}

.vc_progress_bar.wpb_content_element .vc_single_bar .vc_label {
	top:       -30px;
	left:      0;
	right:     0;
	padding:   0;
	font-size: 100%;
}

.vc_progress_bar.wpb_content_element .vc_single_bar .vc_label .vc_label_units {
	float: right;
}

.vc_progress_bar.wpb_content_element .vc_single_bar .vc_bar {
	background:    #666;
	border-radius: 0;
}

.wpb_heading.wpb_progress_bar_heading {
	text-align: left;
}

.wpb_heading.wpb_progress_bar_heading:before {
	left:        0;
	margin-left: 0;
}

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

.categories-hp-1.product_cat-layout-1 .categories-detail .images img {
	width: 100%;
}

.categories-hp-1.product_cat-layout-1 .categories-detail .product .name {
	position:         absolute;
	display:          inline-block;
	top:              0;
	left:             0;
	transform:        rotate(90deg) translateX(10%);
	transform-origin: 10% 50%;
	text-transform:   uppercase;
	line-height:      1;
	color:            #fff;
	font-weight:      600;
}

.categories-hp-1.product_cat-layout-1 .categories-detail .product .name .line {
	display: none;
}

.categories-hp-1.product_cat-layout-1 .categories-detail .product .quantity {
	position:   absolute;
	bottom:     0;
	right:      0;
	padding:    10px 20px;
	background: #ef593e;
	color:      #fff;
}

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

.categories-hp-1.product_cat-layout-2 .categories-detail .images {
	display: block;
}

.categories-hp-1.product_cat-layout-2 .categories-detail .images img {
	width: 100%;
}

.categories-hp-1.product_cat-layout-2 .categories-detail .product {
	position:   absolute;
	right:      10px;
	bottom:     10px;
	text-align: right;
	color:      #fff;
}

.categories-hp-1.product_cat-layout-2 .categories-detail .product .name {
	font-weight:    700;
	text-transform: uppercase;
}

.categories-hp-1.product_cat-layout-2 .categories-detail .product span {
	display: block;
	color:   #fff;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.categories-hp-1.product_cat-layout-1 .categories-detail .product .name {
		font-size: 13px;
	}
}

/* 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:                 120px 0 100px;
}

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

.deal-hp-2 .deal-content .special-heading:before {
	background-color: #fff;
}

.deal-hp-2 .deal-content .wrap-countdown {
	align-items:             center;
	-moz-align-items:        center;
	-webkit-align-items:     center;
	-o-align-items:          center;
	-ms-align-items:         center;
	justify-content:         center;
	-moz-justify-content:    center;
	-webkit-justify-content: center;
	-o-justify-content:      center;
	-ms-justify-content:     center;
	line-height:             1.67;
}

.deal-hp-2 .deal-content .wrap-countdown .countdown-section {
	margin:                    0 30px;
	padding:                   5px 0 25px 0;
	display:                   inline-block;
	background:                #fff;
	border-top:                12px solid #8ce6ff;
	text-align:                center;
	width:                     120px;
	position:                  relative;
	border-bottom-left-radius: 18px;
}

.deal-hp-2 .deal-content .wrap-countdown .countdown-section .countdown-amount {
	margin:      0;
	padding:     0;
	font-size:   70px;
	display:     block;
	line-height: 1.2;
	font-weight: 600;
}

.deal-hp-2 .deal-content .wrap-countdown .countdown-section .countdown-period {
	font-size:   17px;
	padding:     0;
	line-height: 1.2;
	display:     block;
}

.deal-hp-2 .deal-content .wrap-countdown .countdown-section:before {
	content:       " ";
	height:        12px;
	background:    #EC9605;
	width:         100%;
	z-index:       300;
	position:      absolute;
	bottom:        0;
	right:         -15px;
	display:       block;
	border-radius: 0 0 15px 0;
	transform:     skewX(-10deg);
}

.deal-hp-2 .deal-content .wrap-countdown .countdown-section::after {
	content:       " ";
	height:        20px;
	width:         25px;
	bottom:        1px;
	background:    #fff;
	position:      absolute;
	border-radius: 26px 3px 30px 10px;
	left:          10px;
	z-index:       301;
}

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

.deal-hp-2 .deal-content .shop .btn-small {
	padding:        13px 30px;
	background:     #fff;
	border-color:   #fff;
	text-transform: uppercase;
	font-weight:    500;
}

.deal-hp-2 .deal-content .shop .btn-small:hover {
	background:   #333;
	border-color: #333;
}

.deal-hp-2 .deal-content .shop i {
	display: none;
}

@media only screen and (max-width: 767px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.deal-hp-2 .deal-content {
		padding: 60px 0 40px;
	}

	.deal-hp-2 .deal-content .wrap-countdown .countdown-section {
		margin: 0 15px 20px 15px;
		width:  110px;
	}

	.deal-hp-2 .deal-content .wrap-countdown .countdown-section .countdown-amount {
		font-size: 60px;
	}

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

	.deal-hp-2 .deal-content .special-heading {
		margin-bottom: 45px;
	}
}

/* End Deal Off Section  */
.sc-list-posts .news-details .post-title a {
	font-weight:    400;
	text-transform: capitalize;
}

.lastest-new {
	margin: 100px 0 110px 0;
}

.sc-list-posts .special-heading:before {
	display: none;
}

.sc-list-posts .special-heading {
	text-align:  center;
	font-size:   40px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
}

.sc-list-posts .news-details .info .cat-links {
	padding: 15px 0 10px 0;
}

.sc-list-posts .news-details .info .cat-links a {
	color: #f1593b;
}

.sc-list-posts .news-details .info .date {
	margin-top: 20px;
	color:      #999;
}

.sc-list-posts .news-details .info .date a {
	color: #999;
}

.sc-list-posts .news-details .info .date a:hover {
	color: #333;
}

.sc-list-posts .news-details .info .date > div {
	display: inline-block;
}

.sc-list-posts .news-details .info .date .time {
	display:      inline-block;
	padding-left: 5px;
}

.sc-list-posts .news-details .info .date .time:before {
	content:       '/';
	padding-right: 5px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.sc-list-posts .news-details {
		padding: 15px 0 !important;
	}

	.lastest-new {
		margin: 50px 0 50px 0;
	}
}

.testimonials-content {
	position:   relative;
	padding:    100px 15px;
	background: #fafafa;
}

.testimonials-content .special-heading {
	text-align:  center;
	font-size:   40px;
	font-family: 'Poppins', sans-serif;
}

.testimonials-content .sc-testimonials {
	max-width: 780px;
	margin:    0 auto;
	position:  static;
}

.testimonials-content .sc-testimonials .testimonials-detail {
	text-align: center;
}

.testimonials-content .sc-testimonials .testimonials-detail .images {
	max-width:     60px;
	border-radius: 5px;
	margin:        35px auto 20px auto;
	overflow:      hidden;
}

.testimonials-content .owl-nav button {
	position:   absolute;
	top:        50%;
	left:       5px;
	font-size:  34px !important;
	margin-top: -17px;
}

.testimonials-content .owl-nav button:focus {
	outline: none;
}

.testimonials-content .owl-nav button.owl-next {
	left:  auto;
	right: 5px;
}

.testimonials-content .owl-dots {
	display: none !important;
}

.flash-sale-countdown {
	display: flex;
	display: -webkit-flex;
}

.flash-sale-countdown {
	*zoom: 1;
}

.flash-sale-countdown:before, .flash-sale-countdown:after {
	content: "";
	display: table;
}

.flash-sale-countdown:after {
	clear: both;
}

.flash-sale-countdown .wrap-image, .flash-sale-countdown .content-right {
	width:    50%;
	flex:     1 0;
	position: relative;
}

.flash-sale-countdown .wrap-image img {
	width:  100%;
	height: 100%;
}

.flash-sale-countdown .wrap-countdown {
	position:   absolute;
	z-index:    1;
	bottom:     50px;
	left:       10px;
	right:      10px;
	text-align: center;
}

.flash-sale-countdown .wrap-countdown .countdown-section {
	margin:         0 15px;
	display:        inline-block;
	background:     #fff;
	border:         3px solid #f1593c;
	text-align:     center;
	width:          80px;
	position:       relative;
	border-radius:  5px;
	overflow:       hidden;
	padding-top:    20px;
	padding-bottom: 20px;
	color:          #333;
}

.flash-sale-countdown .wrap-countdown .countdown-section .countdown-amount {
	margin:      0;
	padding:     0;
	font-size:   28px;
	display:     block;
	line-height: 1;
	font-weight: 600;
}

.flash-sale-countdown .wrap-countdown .countdown-section .countdown-period {
	padding: 0;
	display: block;
	color:   #666;
}

.flash-sale-countdown .content-inner {
	padding: 45px 45px 100px;
	height:  100%;
}

.flash-sale-countdown .content-inner .price {
	position:    absolute;
	bottom:      40px;
	left:        45px;
	font-size:   32px;
	font-weight: 600;
}

.flash-sale-countdown .content-inner .price del {
	font-weight: normal;
	font-size:   20px;
	opacity:     0.7;
}

.flash-sale-countdown .content-inner .title {
	text-transform: uppercase;
	font-weight:    normal;
}

.flash-sale-countdown .content-inner .woocommerce-loop-product_title, .flash-sale-countdown .content-inner .woocommerce-loop-product_title a {
	color:       inherit;
	font-weight: 600;
	font-size:   45px;
	line-height: 1.3;
}

.flash-sale-countdown .content-inner .woocommerce-loop-product_title {
	margin-bottom: 25px;
}

.flash-sale-countdown .content-inner a.button, .flash-sale-countdown .content-inner .wc-forward {
	position:    absolute;
	bottom:      40px;
	right:       45px;
	font-size:   0;
	line-height: 1;
}

.flash-sale-countdown .content-inner a.button:before, .flash-sale-countdown .content-inner .wc-forward:before {
	content:       '\f1cb';
	font:          normal normal normal 24px/58px 'Material-Design-Iconic-Font';
	width:         58px;
	height:        58px;
	border-radius: 50%;
	background:    #f1593c;
	color:         #fff;
	display:       block;
	text-align:    center;
}

.flash-sale-countdown .content-inner a.button.loading:before, .flash-sale-countdown .content-inner .wc-forward.loading:before {
	content:           '\f3ec' !important;
	-webkit-animation: fa-spin 2s infinite linear;
	animation:         fa-spin 2s infinite linear;
	line-height:       58px;
}

.flash-sale-countdown .content-inner a.added {
	display: none;
}

.flash-sale-countdown .content-inner .wc-forward:before {
	content: '\f1a3';
}

.flash-sale-countdown .content-inner .onsale {
	position:    absolute;
	top:         0;
	right:       0;
	font-size:   55px;
	font-weight: bold;
	line-height: 1;
}

@media screen and (max-width: 360px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.flash-sale-countdown {
		display: block;
	}

	.flash-sale-countdown .wrap-image, .flash-sale-countdown .content-right {
		width:   100%;
		display: block;
	}

	.flash-sale-countdown .wrap-image .wrap-countdown, .flash-sale-countdown .content-right .wrap-countdown {
		top:    13px;
		bottom: 10%;
	}

	.flash-sale-countdown .wrap-image .content-inner .button, .flash-sale-countdown .content-right .content-inner .button {
		right: 10px;
	}

	.flash-sale-countdown .wrap-image .content-inner .woocommerce-loop-product_title a, .flash-sale-countdown .content-right .content-inner .woocommerce-loop-product_title a {
		font-size: 35px !important;
	}

	.flash-sale-countdown .wrap-image .content-inner .price, .flash-sale-countdown .content-right .content-inner .price {
		font-size: 28px !important;
	}
}

@media screen and (min-width: 361px) and (max-width: 767px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.flash-sale-countdown {
		display: block;
	}

	.flash-sale-countdown .wrap-image, .flash-sale-countdown .content-right {
		width:   100%;
		display: block;
	}

	.flash-sale-countdown .wrap-image .wrap-countdown, .flash-sale-countdown .content-right .wrap-countdown {
		bottom: 20px;
	}

	.flash-sale-countdown .wrap-image img, .flash-sale-countdown .content-right img {
		width:     100%;
		max-width: 100%;
	}

	.flash-sale-countdown .wrap-image .content-inner .button, .flash-sale-countdown .content-right .content-inner .button {
		right: 10px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.flash-sale-countdown {
		display: block;
	}

	.flash-sale-countdown .wrap-image, .flash-sale-countdown .content-right {
		width:   100%;
		display: block;
	}

	.flash-sale-countdown .wrap-image img, .flash-sale-countdown .content-right img {
		width:     100%;
		max-width: 100%;
	}

	.flash-sale-countdown .wrap-image .wrap-countdown, .flash-sale-countdown .content-right .wrap-countdown {
		bottom: 100px;
	}
}

/* 11. Widgets ------------------------------------------------------------ */
.widget-list-posts .widget-title {
	margin-bottom: 30px;
}

.widget-list-posts .list-unstyled {
	margin: 0;
}

.widget-list-posts .list-unstyled li {
	list-style:     none;
	margin-bottom:  20px;
	overflow:       hidden;
	border-bottom:  1px solid #e6e6e6;
	padding-bottom: 20px;
}

.widget-list-posts .list-unstyled li {
	*zoom: 1;
}

.widget-list-posts .list-unstyled li:before, .widget-list-posts .list-unstyled li:after {
	content: "";
	display: table;
}

.widget-list-posts .list-unstyled li:after {
	clear: both;
}

.widget-list-posts .list-unstyled li:last-child {
	border-bottom:  none;
	padding-bottom: 0;
	margin-bottom:  0;
}

.widget-list-posts .list-unstyled .feature-image {
	position: relative;
	width:    90px;
	float:    left;
}

.widget-list-posts .list-unstyled .feature-image a {
	display:  block;
	position: relative;
}

.widget-list-posts .list-unstyled .feature-image a:after {
	content:    "";
	background: rgba(0, 0, 0, 0.2);
	opacity:    0;
	position:   absolute;
	top:        0;
	left:       0;
	right:      0;
	bottom:     0;
}

.widget-list-posts .list-unstyled .feature-image a:hover:after {
	opacity: 1;
}

.widget-list-posts .list-unstyled .post-description {
	margin-left: 106px;
	margin-top:  6px;
}

.widget-list-posts .list-unstyled .post-description .day {
	font-size:      13px;
	padding-bottom: 4px;
	display:        block;
}

.widget-list-posts .list-unstyled .post-description a {
	font-size:          1.05em;
	font-weight:        600;
	overflow:           hidden;
	text-overflow:      ellipsis;
	display:            -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* 12. Sidebar ------------------------------------------------------------ */
.widget-area .widget-inner {
	background: #fff;
	padding:    25px;
}

@media only screen and (max-width: 768px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.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: 30px;
}

.widget-area aside .widget-title {
	margin-top:  0;
	font-weight: 500;
}

.widget-area aside ul li {
	padding-top:    8px;
	padding-bottom: 8px;
	list-style:     none;
}

.widget-area aside ul li a:hover {
	color: #f1593b;
}
.active{
	color: #f1593b !important ;
}

.widget-area aside select {
	max-width: 100%;
	width:     100%;
	border:    1px solid #e6e6e6;
	padding:   6px 10px;
}

.widget-area aside select:focus {
	outline:    none;
	box-shadow: 0 0 0;
}

.widget-area aside.widget_archive ul li .count, .widget-area aside .product-categories li .count, .widget-area aside.widget_categories ul li .count, .widget-area aside.widget_recent_entries ul li .count, .widget-area aside.widget_recent_comments ul li .count, .widget-area aside.widget_archive ul li .count {
	float: right;
}

.widget-area aside.widget_categories ul li.cat-item, .widget-area aside.widget_categories ul li, .widget-area aside.widget_archive ul li.cat-item, .widget-area aside.widget_archive ul li {
	text-align: right;
	overflow:   hidden;
}

.widget-area aside.widget_categories ul li.cat-item a, .widget-area aside.widget_categories ul li a, .widget-area aside.widget_archive ul li.cat-item a, .widget-area aside.widget_archive ul li a {
	float: left;
}

.widget-area aside.widget_search {
	padding: 0;
	border:  none !important;
}

.widget-area .screen-reader-text {
	display: none;
}

.widget-area .widget_tag_cloud .tagcloud a, .widget-area .widget_product_tag_cloud .tagcloud a {
	position:  relative;
	margin:    4px;
	border:    1px solid #e6e6e6;
	padding:   3px 10px;
	font-size: 100% !important;
	display:   inline-block;
}

.widget-area .widget_tag_cloud .tagcloud a:hover, .widget-area .widget_product_tag_cloud .tagcloud a:hover {
	background: #f1593b;
	color:      #ffffff;
}

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

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

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

/* search */
.widget-area .search-form, .not-found .search-form {
	position: relative;
}

.widget-area .search-form:before, .not-found .search-form:before {
	content:    "\f1c3";
	font:       normal normal normal 18px/1 'Material-Design-Iconic-Font';
	position:   absolute;
	right:      13px;
	top:        50%;
	margin-top: -8px;
	z-index:    1;
	color:      #999;
	cursor:     pointer;
}

.widget-area .search-form:after, .not-found .search-form:after {
	content: "";
	clear:   both;
	display: table;
}

.widget-area .search-form label, .not-found .search-form label {
	margin: 0;
	width:  100%;
}

.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%;
	box-shadow:    none;
	border:        1px solid #e6e6e6;
	padding:       10px;
	border-radius: 5px;
}

.widget-area .search-form label .search-submit, .not-found .search-form label .search-submit {
	margin-left:  0;
	margin-right: 0;
}

.widget-area .search-form .search-submit, .not-found .search-form .search-submit {
	margin:     0;
	padding:    9px 2px;
	text-align: center;
	font-size:  0;
	width:      40px;
	height:     38px;
	background: #999;
	color:      #fff;
	position:   absolute;
	float:      left;
	border:     none;
	right:      0;
	display:    none;
}

.widget-area .woocommerce-product-search {
	position: relative;
}

.widget-area .woocommerce-product-search .search-field {
	width:         calc(100% - 40px);
	border-radius: 0;
	float:         left;
	box-shadow:    none;
	border:        1px solid #999;
	padding:       9px 10px;
	border-right:  none;
	height:        38px;
}

.widget-area .woocommerce-product-search button {
	margin:     0;
	padding:    9px 2px;
	text-align: center;
	font-size:  0;
	width:      38px;
	height:     38px;
	background: #999;
	color:      #fff;
	position:   absolute;
	float:      left;
	border:     none;
}

.widget-area .woocommerce-product-search button:after {
	content:    "\f002";
	font:       normal normal normal 14px/1 FontAwesome;
	position:   absolute;
	right:      13px;
	top:        50%;
	margin-top: -7px;
}

.not-found {
	text-align: center;
}

.not-found .search-form {
	max-width: 300px;
	margin:    20px auto;
}

.widget_rss .rsswidget {
	font-weight: bold;
}

.widget_rss .rss-date {
	display:    block;
	font-style: italic;
	font-size:  90%;
}

.widget_rss cite {
	color:       #000;
	font-weight: bold;
}

.widget_nav_menu ul li,
.widget_recent_comments ul li, .widget_recent_entries ul li {
	display:       block;
	border-bottom: 1px solid #e6e6e6;
}

.widget_nav_menu ul li:last-child,
.widget_recent_comments ul li:last-child, .widget_recent_entries ul li:last-child {
	border-bottom: 0;
}

.widget_nav_menu ul li ul,
.widget_recent_comments ul li ul, .widget_recent_entries ul li ul {
	border-top: 1px solid #e6e6e6;
	margin-top: 8px;
}

.widget_nav_menu ul li ul li,
.widget_recent_comments ul li ul li, .widget_recent_entries ul li ul li {
	padding:    0;
	margin-top: -1px;
}

.widget_nav_menu ul li ul li a,
.widget_recent_comments ul li ul li a, .widget_recent_entries ul li ul li a {
	padding: 8px 0;
	display: block;
}

.widget_nav_menu ul li ul a:empty,
.widget_recent_comments ul li ul a:empty, .widget_recent_entries ul li ul a:empty {
	display: none !important;
}

.widget_nav_menu ul ul,
.widget_recent_comments ul ul, .widget_recent_entries ul ul {
	margin: 0 0 0 20px;
}

.widget_nav_menu ul ul li,
.widget_recent_comments ul ul li, .widget_recent_entries ul ul li {
	margin:  0;
	display: block;
}

.widget_nav_menu .sub-menu,
.widget_recent_comments .sub-menu, .widget_recent_entries .sub-menu {
	text-transform: none;
}

.widget_nav_menu li.menu-item-has-children,
.widget_recent_comments li.menu-item-has-children, .widget_recent_entries li.menu-item-has-children {
	padding-bottom: 0;
}

.widget_nav_menu .nav_desc,
.widget_recent_comments .nav_desc, .widget_recent_entries .nav_desc {
	display: none;
}

.widget_recent_entries ul li .post-date {
	font-style: italic;
	display:    block;
}

.widget_tag_cloud .tagcloud {
	margin: 0 -5px;
}

.widget_tag_cloud .tagcloud a {
	display: inline-block;
	margin:  5px;
}

.pagination-post .pagination {
	margin-left: 0 !important;
}

.pagination-post .pagination li {
	margin-right: 10px;
}

.pagination-post .pagination li a {
	min-width:     20px;
	padding:       10px;
	text-align:    center;
	border-radius: 50%;
	background:    #e5e5e5;
	color:         #999999;
}

.pagination-post .pagination li a.active {
	color:      white;
	background: #f1593b;
}

.flexslider {
	position:      relative;
	margin:        20px 0 0 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 'Material-Design-Iconic-Font';
}

.flexslider .flex-direction-nav a.flex-prev:before {
	content: "\f2fa";
}

.flexslider .flex-direction-nav a.flex-next:before {
	content: "\f2fb";
}

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

#carousel .slides li {
	margin-right: 20px;
}

#flex-carousel .slides li {
	margin-right: 20px;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
	display:                     none;
	width:                       100%;
	-webkit-tap-highlight-color: transparent;
	position:                    relative;
	z-index:                     1;
}

.owl-carousel .owl-stage {
	position:                 relative;
	-ms-touch-action:         pan-Y;
	-moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
	content:     ".";
	display:     block;
	clear:       both;
	visibility:  hidden;
	line-height: 0;
	height:      0;
}

.owl-carousel .owl-stage-outer {
	position:          relative;
	overflow:          hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	-webkit-transform:           translate3d(0, 0, 0);
	-moz-transform:              translate3d(0, 0, 0);
	-ms-transform:               translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position:                    relative;
	min-height:                  1px;
	float:                       left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout:       none;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor:              pointer;
	cursor:              hand;
	-webkit-user-select: none;
	-khtml-user-select:  none;
	-moz-user-select:    none;
	-ms-user-select:     none;
	user-select:         none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select:    none;
	-ms-user-select:     none;
	user-select:         none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-controls {
	-webkit-user-select:         none;
	-khtml-user-select:          none;
	-moz-user-select:            none;
	-ms-user-select:             none;
	user-select:                 none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	margin:                      10px 0;
}

.owl-theme .owl-controls .owl-dot {
	display:  inline-block;
	zoom:     1;
	*display: inline;
	/*IE7 life-saver */
}

.owl-theme .owl-controls .owl-dot span {
	display:       block;
	width:         12px;
	height:        12px;
	margin:        0 4px;
	border:        2px solid #fff;
	border-radius: 50%;
}

.comments-area {
	margin-top: 35px;
}

.comments-area .comments-title, .comments-area .comment-reply-title {
	margin-bottom: 25px;
	font-weight:   normal;
	color:         #333333;
}

.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 #e6e6e6;
	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 #e6e6e6;
	padding-bottom: 35px;
	margin-bottom:  35px;
}

.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;
	border-radius: 50%;
	overflow:      hidden;
}

.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;
	padding-bottom: 15px;
	display:        block;
}

.comments-area .comment-list-inner li .comment-extra-info {
	*zoom: 1;
}

.comments-area .comment-list-inner li .comment-extra-info:before, .comments-area .comment-list-inner li .comment-extra-info:after {
	content: "";
	display: table;
}

.comments-area .comment-list-inner li .comment-extra-info:after {
	clear: both;
}

.comments-area .comment-list-inner li .comment-extra-info i {
	margin-right: 5px;
}

.comments-area .comment-list-inner li .comment-extra-info .author, .comments-area .comment-list-inner li .comment-extra-info .date, .comments-area .comment-list-inner li .comment-extra-info .comment-edit-link {
	float:   none;
	display: block;
}

.comments-area .comment-list-inner li .comment-extra-info .author a, .comments-area .comment-list-inner li .comment-extra-info .author {
	font-weight: 600;
	color:       #333;
}

.comments-area .comment-list-inner li .comment-extra-info .date {
	color:        #999;
	padding-left: 10px;
}

.comments-area .comment-list-inner li .comment-extra-info .info-left {
	float: left;
}

.comments-area .comment-list-inner li .comment-extra-info .info-left .author, .comments-area .comment-list-inner li .comment-extra-info .info-left .date {
	display: inline-block;
}

.comments-area .comment-list-inner li .comment-extra-info .info-right {
	float: right;
}

.comments-area .comment-list-inner li .comment-extra-info .info-right > a {
	display:      inline-block;
	padding-left: 10px;
}

.comments-area .comment-list-inner li .comment-extra-info .info-right > a.comment-reply-link {
	text-transform: uppercase;
	font-weight:    600;
	font-size:      90%;
}

.comments-area .comment-list-inner li .comment-extra-info .info-right > a:hover {
	color: #333;
}

.comments-area .comment-list-inner li .content-comment .comment-reply-link:before {
	font:         normal normal normal 14px/1 'Material-Design-Iconic-Font';
	content:      "\f193";
	margin-right: 8px;
	display:      inline-block;
}

.comments-area .comment-list-inner li .children {
	margin-top:  35px;
	margin-left: 60px;
}

.comments-area .comment-list-inner li .children li.comment {
	list-style:     none;
	border-bottom:  none;
	padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.comments-area .comment-list-inner li .children {
		margin-left: 25px;
	}
}

@media only screen and (max-width: 575px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.comments-area .comment-list-inner li .children {
		margin-left: 0;
	}
}

@media only screen and (max-width: 380px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.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:       9px 10px;
	border:        1px solid #e6e6e6;
	border-radius: 5px;
}

.comments-area .comment-respond .comment-form-author input::-webkit-input-placeholder, .comments-area .comment-respond .comment-form-email input::-webkit-input-placeholder, .comments-area .comment-respond .comment-form-url input::-webkit-input-placeholder {
	color: #999999;
}

.comments-area .comment-respond .comment-form-author input::-moz-placeholder, .comments-area .comment-respond .comment-form-email input::-moz-placeholder, .comments-area .comment-respond .comment-form-url input::-moz-placeholder {
	color: #999999;
}

.comments-area .comment-respond .comment-form-author input:-ms-input-placeholder, .comments-area .comment-respond .comment-form-email input:-ms-input-placeholder, .comments-area .comment-respond .comment-form-url input:-ms-input-placeholder {
	color: #999999;
}

.comments-area .comment-respond .comment-form-author input:-moz-placeholder, .comments-area .comment-respond .comment-form-email input:-moz-placeholder, .comments-area .comment-respond .comment-form-url input:-moz-placeholder {
	color: #999999;
}

.comments-area .comment-respond textarea {
	height:        150px;
	padding:       9px 10px;
	border:        1px solid #e6e6e6;
	border-radius: 5px;
}

.comments-area .comment-respond textarea::-webkit-input-placeholder {
	color: #999999;
}

.comments-area .comment-respond textarea::-moz-placeholder {
	color: #999999;
}

.comments-area .comment-respond textarea:-ms-input-placeholder {
	color: #999999;
}

.comments-area .comment-respond textarea:-moz-placeholder {
	color: #999999;
}

.comments-area .comment-respond .form-submit {
	text-align:    left;
	margin-bottom: 0;
}

.comments-area .comment-respond .form-submit input#submit {
	background:     #f1593b;
	color:          #fff;
	border:         none;
	padding:        14px 60px;
	font-weight:    400;
	border-radius:  5px;
	cursor:         pointer;
	width:          auto;
	text-shadow:    none;
	box-shadow:     none;
	text-transform: uppercase;
}

.comments-area .comment-respond .form-submit input#submit:focus {
	outline: none;
}

.comments-area .comment-respond .form-submit input#submit:hover {
	background: #333333;
}

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

.elementor-widget-progress {
	margin-top: 30px;
}

.elementor-widget-progress .elementor-progress-wrapper {
	height:        10px;
	line-height:   10px;
	border-radius: 0;
}

.elementor-widget-progress .elementor-progress-bar {
	border-radius: 0;
	font-size:     100%;
}

.elementor-widget-progress .elementor-progress-text {
	position:     absolute;
	top:          -20px;
	color:        #333;
	padding-left: 0;
	line-height:  1;
}

.elementor-widget-progress .elementor-progress-percentage {
	padding-right: 0;
	position:      absolute;
	right:         0;
	color:         #333;
	top:           -30px;
	line-height:   1;
}

.wrapper-container {
	*zoom: 1;
}

.wrapper-container:before, .wrapper-container:after {
	content: "";
	display: table;
}

.wrapper-container:after {
	clear: both;
}

.boxed-area .wrapper-container {
	max-width: 1400px;
	margin:    0 auto;
	position:  relative;
}

.boxed-area .affix {
	max-width: 1400px;
	margin:    0 auto;
}

.content-area {
	padding-top:    100px;
	padding-bottom: 100px;
}

.content-area.content-no-padding {
	padding-top:    0;
	padding-bottom: 0;
}

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

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

.padding-lr-60 {
	padding-left:  80px;
	padding-right: 80px;
}

.padding-bt-3x {
	padding-bottom: 30px;
}

.wpb_gmaps_widget .wpb_wrapper {
	padding: 0 !important;
}

.navigation, .woocommerce nav.woocommerce-pagination {
	margin: 20px 0 0;
}

.navigation, .woocommerce nav.woocommerce-pagination {
	*zoom: 1;
}

.navigation:before, .navigation:after, .woocommerce nav.woocommerce-pagination:before, .woocommerce nav.woocommerce-pagination:after {
	content: "";
	display: table;
}

.navigation:after, .woocommerce nav.woocommerce-pagination:after {
	clear: both;
}

.navigation ul, .woocommerce nav.woocommerce-pagination ul {
	margin:     0;
	text-align: center;
	border:     none;
}

.navigation ul li, .woocommerce nav.woocommerce-pagination ul li {
	display:    inline-block;
	list-style: none;
	border:     none;
	margin:     0 5px;
}

.navigation ul li .page-numbers, .woocommerce nav.woocommerce-pagination ul li .page-numbers {
	font-size:          1.1em;
	padding:            0;
	width:              35px;
	height:             35px;
	display:            inline-block;
	text-align:         center;
	vertical-align:     middle;
	line-height:        35px;
	background:         transparent;
	border:             1px solid #e6e6e6;
	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;
	border-radius:      5px;
	overflow:           hidden;
}

.navigation ul li .page-numbers.next, .navigation ul li .page-numbers.prev, .woocommerce nav.woocommerce-pagination ul li .page-numbers.next, .woocommerce nav.woocommerce-pagination ul li .page-numbers.prev {
	text-decoration: none !important;
	font-size:       0 !important;
}

.navigation ul li .page-numbers.next:before, .navigation ul li .page-numbers.prev:before, .woocommerce nav.woocommerce-pagination ul li .page-numbers.next:before, .woocommerce nav.woocommerce-pagination ul li .page-numbers.prev:before {
	font:    normal normal normal 18px/35px 'Material-Design-Iconic-Font';
	content: '\f2fb';
}

.navigation ul li .page-numbers.prev:before, .woocommerce nav.woocommerce-pagination ul li .page-numbers.prev:before {
	content: '\f2fa';
}

.navigation ul li .dots, .woocommerce nav.woocommerce-pagination ul li .dots {
	border:     none !important;
	background: transparent !important;
}

.navigation ul li .dots:hover, .woocommerce nav.woocommerce-pagination ul li .dots:hover {
	background:      transparent !important;
	color:           #555 !important;
	text-decoration: none;
}

.navigation ul li a:hover, .navigation ul li a:focus, .navigation ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li span.current {
	background:   #f1593c;
	color:        #fff;
	border-color: #f1593c;
}

.paging-navigation ul {
	margin:     0 -5px;
	text-align: left;
}

.paging-navigation ul li .page-numbers {
	border-radius: 50%;
	width:         46px;
	height:        46px;
	border:        none;
	background:    #e6e6e6;
	line-height:   46px;
}

.paging-navigation ul li .page-numbers.next:before, .paging-navigation ul li .page-numbers.prev:before {
	line-height: 46px;
}

.list-unstyled {
	margin-left: 0;
	padding-top: 10px;
}

.list-unstyled li {
	margin-bottom: 10px;
}

.list-unstyled li:last-child {
	margin-bottom: 0;
}

.null-instagram-feed {
	text-align: center;
}

.null-instagram-feed .clear a {
	color:     #999;
	display:   block;
	font-size: 1.2em;
}

.null-instagram-feed .instagram-pics {
	margin: 0 -7px;
}

.null-instagram-feed .instagram-pics {
	*zoom: 1;
}

.null-instagram-feed .instagram-pics:before, .null-instagram-feed .instagram-pics:after {
	content: "";
	display: table;
}

.null-instagram-feed .instagram-pics:after {
	clear: both;
}

.null-instagram-feed .instagram-pics li {
	list-style: none;
	width:      20%;
	float:      left;
	padding:    7px;
	cursor:     pointer;
}

.null-instagram-feed .instagram-pics li a {
	position: relative;
}

.null-instagram-feed .instagram-pics li a:before {
	content:    "";
	position:   absolute;
	background: rgba(0, 0, 0, 0.2);
	top:        0;
	bottom:     0;
	left:       0;
	right:      0;
	opacity:    0;
}

.null-instagram-feed .instagram-pics li a:hover:before {
	opacity: 1;
}

.wp-block-archives.wp-block-archives-dropdown {
	margin-bottom: 15px;
}

.wp-block-latest-posts.is-grid {
	margin-left: 0;
}

.single-blog-content h2, .single-blog-content h3, .single-blog-content h4, .single-blog-content h5, .single-blog-content h6 {
	margin-top:    10px;
	margin-bottom: 10px;
}

.height-equal-item .elementor-widget-image-box .elementor-widget-container {
	min-height: 235px;
}

.elementor-widget-toggle .elementor-toggle-item {
	margin-bottom: 25px;
	border-radius: 5px;
	overflow:      hidden;
}

.elementor-widget-toggle .elementor-toggle .elementor-tab-content {
	border-top: 1px solid #e6e6e6 !important;
	padding:    20px;
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon + .elementor-icon-list-text {
	padding-left: 12px;
}

.inner-cms .mc4wp-form .email input {
	border: none;
}

.position-static .elementor-widget-wrap {
	position: static;
}

.button-scroll {
	position:   absolute !important;
	bottom:     10px;
	text-align: center;
}

@keyframes rev-ani-mouse {
	0% {
		opacity: 1;
		top:     29%;
	}
	15% {
		opacity: 1;
		top:     50%;
	}
	50% {
		opacity: 0;
		top:     50%;
	}
	100% {
		opacity: 0;
		top:     29%;
	}
}

.scroll-down {
	width:            30px;
	border:           2px solid #fff;
	border-radius:    23px;
	margin:           0 auto;
	height:           50px;
	transform:        matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	transform-origin: 50% 50% 0;
	display:          inline-block;
}

.scroll-down:before {
	content:       "";
	position:      absolute;
	display:       block;
	top:           29%;
	left:          50%;
	width:         6px;
	height:        5px;
	margin:        -3px 0 0 -3px;
	background:    #FFF;
	border-radius: 50%;
	animation:     rev-ani-mouse 2.5s linear infinite;
}

.content-area .row {
	display: block;
}

.content-area .row {
	*zoom: 1;
}

.content-area .row:before, .content-area .row:after {
	content: "";
	display: table;
}

.content-area .row:after {
	clear: both;
}

/* 13. Responsive ------------------------------------------------------------ */
/* 1200px <= X <= 1500px --- Extra Large */
@media screen and (max-width: 1500px) and (min-width: 1200px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
		width: 25%;
	}

	.woocommerce ul.products.columns-5 li.product:nth-child(5n+1), .woocommerce-page ul.products.columns-5 li.product:nth-child(5n+1) {
		clear: none !important;
	}

	.woocommerce ul.products.columns-5 li.product:nth-child(4n+1), .woocommerce-page ul.products.columns-5 li.product:nth-child(4n+1) {
		clear: both;
	}
}

/*X >= 1200px Extra Large */
@media (min-width: 1200px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.container {
		max-width: 1200px;
	}

	.show-mobile-header {
		display: none;
	}
}

/* X < = 1199px */
@media (max-width: 1199px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	/* Footer */
	.wrapper-footer {
		margin: 0;
	}

	.wrapper-footer aside {
		margin-bottom: 40px;
	}

	.wrapper-footer aside:last-child {
		margin-bottom: 0;
	}

	.newsletter-hp-4 {
		margin: 0;
	}
}

@media screen and (max-width: 1025px) and (min-width: 575px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.fix-responsive .elementor-widget-physc-banner-html {
		width:   50% !important;
		float:   left;
		padding: 0 15px;
	}
}

/* 992px <= X <= 1199px --- Large */
@media screen and (max-width: 1199px) and (min-width: 992px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	/* Page Not Found */
	.page-not-found .page-detail .page-inner {
		width: 55%;
	}

	.woocommerce form.checkout_coupon .form-row-first {
		width: 74%;
	}
}

@media (min-width: 576px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.container {
		max-width: 100%;
	}
}

@media (min-width: 768px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.container {
		max-width: 100%;
	}

	.wp-block-gallery {
		margin: 0;
	}

	.wp-block-cover.alignleft, .wp-block-cover-image.alignleft, .wp-block-button.alignleft, .wp-block-gallery.alignleft {
		margin-right: 25px;
	}

	.wp-block-cover.alignright, .wp-block-cover-image.alignright, .wp-block-button.alignright, .wp-block-gallery.alignright {
		margin-left: 25px;
	}
}

@media (min-width: 992px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.container {
		max-width: 100%;
	}
}

@media (min-width: 1200px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.container {
		max-width: 1200px;
	}
}

/* X <= 991 --- Medium */
@media (max-width: 992px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.padding-lr-60 {
		padding-left:  15px;
		padding-right: 15px;
	}

	.content-area .site-main.col-sm-9 {
		-ms-flex:  0 0 100%;
		flex:      0 0 100%;
		max-width: 100%;
		float:     none;
	}

	.content-area .widget-area.col-sm-3 {
		padding-top: 30px;
		float:       none;
		-ms-flex:    0 0 100%;
		flex:        0 0 100%;
		max-width:   100%;
	}

	.content-blog-masonry.masonry-column-3 .grid-item, .content-blog-masonry.masonry-column-4 .grid-item, .content-blog-masonry.masonry-column-5 .grid-item {
		width: 50%;
	}

	.woocommerce #customer_login {
		max-width: 480px;
		margin:    0 auto;
	}

	.woocommerce #customer_login .col-1, .woocommerce #customer_login .col-2 {
		padding-right: 0;
		padding-left:  0;
	}

	.woocommerce #customer_login .u-column1 {
		margin-bottom: 40px;
	}
}

/* 768px <= X <= 991px --- Large */
@media screen and (max-width: 991px) and (min-width: 768px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	/* Page Not Found */
	.page-not-found .page-detail .page-inner {
		width: 65%;
	}

	.woocommerce form.checkout_coupon .form-row-first {
		width: 64%;
	}

	.woocommerce .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper textarea {
		height: 65px;
	}

	/* Shop Cart */
	.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .product-subtotal {
		padding: 30px 10px;
	}

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

	/* Wishlist Page */
	.woocommerce .woocommerce-cart-form .shop_table thead tr th {
		font-size: 18px;
	}

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

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

	.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .product-remove {
		width: 30px;
	}

	.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .product-remove .remove {
		width: 20px;
	}

	/* Shop Single v1*/
	.shop-single-v1-section .woocommerce .woocommerce-product-gallery {
		padding-right: 0;
	}

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

	.wrapper-footer aside {
		-ms-flex:  0 0 50%;
		flex:      0 0 50%;
		max-width: 50%;
	}

	.column-tablet .vc_col-sm-4 {
		width: 100%;
	}
}

/* 576px <= X <= 991px --- Large */
@media screen and (max-width: 991px) and (min-width: 576px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.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) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	/* Page Not Found */
	.page-not-found .page-detail .page-inner {
		width:     100%;
		transform: translate(0, 0);
		position:  static;
		padding:   0 15px;
	}

	/* Shop Cart */
	.woocommerce .woocommerce-cart-form .shop_table thead {
		display: none;
	}

	.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item {
		border-left:   none;
		border-right:  none;
		border-bottom: 1px solid #e5e5e5;
	}

	.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item td {
		display:    block;
		text-align: right !important;
		background: rgba(0, 0, 0, 0.025);
		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;
		height:   20px;
	}

	.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .product-remove .remove {
		position: absolute;
		top:      -20px;
		right:    3px;
	}

	.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .product-name {
		width:    100%;
		position: relative;
	}

	.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .product-thumbnail {
		text-align: center !important;
	}

	.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .product-thumbnail:before {
		display: none;
	}

	.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .product-name img {
		margin-right:      0;
		position:          absolute;
		bottom:            100%;
		left:              50%;
		transform:         translateX(-50%);
		-moz-transform:    translateX(-50%);
		-webkit-transform: translateX(-50%);
		-o-transform:      translateX(-50%);
		-ms-transform:     translateX(-50%);
	}

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

	.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .product-subtotal {
		clear: both;
	}

	.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .product-quantity:after {
		clear:   both;
		display: table;
		content: "";
	}

	.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .product-quantity .quantity {
		margin-left: 20px;
	}

	.woocommerce .woocommerce-cart-form .shop_table tbody .actions {
		text-align: center;
		margin:     0 auto;
		max-width:  300px;
	}

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

	.woocommerce .woocommerce-cart-form .shop_table tbody .actions .button {
		margin:        0 auto;
		width:         100% !important;
		float:         none !important;
		min-width:     200px;
		margin-bottom: 15px;
	}

	.cart-collaterals table.shop_table_responsive tr:nth-child(2n) td {
		background: transparent !important;
	}

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

	.woocommerce .woocommerce-cart-form .shop_table tbody .actions .coupon .input-text {
		float:  none;
		margin: 0 0 20px;
		width:  100%;
	}

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

	/* Shop Single v1*/
	.shop-single-v1-section .woocommerce .woocommerce-product-gallery {
		padding-right: 0;
	}

	.shop-single-v1-section .woocommerce .summary {
		padding-left: 0;
		margin-top:   60px;
	}

	.null-instagram-feed .instagram-pics li,
	.footer-top .null-instagram-feed .instagram-pics li {
		width: 50%;
		float: left;
	}

	.content-area {
		padding-top:    60px;
		padding-bottom: 60px;
	}

	.wp-block-column {
		flex-basis: 100%;
		margin:     0 0 20px 0 !important;
	}

	.categories-hp-1 .categories-detail {
		margin-bottom: 7px;
	}

	.woocommerce .woocommerce-info {
		line-height: inherit;
	}

	.woocommerce-checkout #order_review_heading {
		margin-top: 40px;
	}

	.mfp-container {
		padding: 30px 10px;
	}

	.mfp-container .product-lightbox {
		width:   100%;
		padding: 12px;
	}

	.inner-cms .elementor-column-wrap {
		max-width: 400px;
	}

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

	.home-content .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
		padding-right: 0;
		padding-left:  0;
	}

	.woocommerce .shop-single-v1-section .woocommerce-tabs {
		border:  none;
		padding: 0;
	}
}

/* 576 <= X <= 767px --- Small */
@media screen and (max-width: 767px) and (min-width: 576px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.single-blog-content .single-post-author .author-info h5 {
		padding: 0;
	}

	.single-blog-content .single-post-author .author-info p {
		padding: 5px 0 10px;
	}

	.wrapper-footer aside {
		max-width: 50%;
		-ms-flex:  0 0 50%;
		flex:      0 0 50%;
	}

	.fix-responsive .elementor-widget-physc-banner-html:first-child {
		padding-left: 0;
	}

	.fix-responsive .elementor-widget-physc-banner-html:last-child {
		padding-right: 0;
	}
}

@media screen and (max-width: 600px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.sticky_header .affix {
		top: 0;
	}
}

/* X <= 575px --- Extra small */
@media (max-width: 575px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	/* Page Not Found */
	.page-not-found .page-detail .page-inner h2 {
		font-size:      100px;
		padding-bottom: 15px;
		margin-bottom:  20px;
	}

	/* Blog Section Of Blog Right Sidebar */
	.widget-area .widget-best-team .info .signature {
		width: 45%;
	}

	.single-blog-content .single-post-author .author-image {
		float:  none;
		margin: 0 auto;
	}

	.single-blog-content .single-post-author .author-info {
		margin-left: 0;
		width:       100%;
		float:       none;
		text-align:  center;
	}

	.woocommerce .woocommerce-checkout .woocommerce-billing-fields .form-row-first {
		width:        100%;
		float:        none;
		margin-right: 0;
	}

	.woocommerce .woocommerce-checkout .woocommerce-billing-fields .form-row-last {
		width: 100%;
	}

	.woocommerce .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper textarea {
		height: 57px;
	}

	.woocommerce form.woocommerce-form-login .form-row-first {
		width:        100%;
		float:        none;
		margin-right: 0;
	}

	.woocommerce form.woocommerce-form-login .form-row-last {
		width: 100%;
	}

	.woocommerce form.checkout_coupon .form-row-first {
		width:  100%;
		float:  none;
		margin: 17px 0 30px 0;
	}

	.woocommerce form.checkout_coupon .form-row-last {
		width: 100%;
	}

	.woocommerce .woocommerce-info {
		padding: 15px 10px 15px 40px;
	}

	.woocommerce .woocommerce-info:before {
		left: 15px;
	}

	/* Shop Cart */
	.woocommerce .cart-collaterals .cart_totals .shop_table tbody th {
		width: 130px;
	}

	.woocommerce .cart-collaterals .cart_totals .shop_table tbody .shipping .shipping-calculator-form .btn-small {
		padding: 17px 15px;
	}

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

	.single-blog-content .final-blog .socials, .single-blog-content .final-blog .product-share {
		margin-bottom: 0;
		margin-top:    10px;
	}

	.single-blog-content .final-blog .socials a, .single-blog-content .final-blog .product-share a {
		padding-right: 15px;
		padding-left:  0;
	}

	.tp-bullets, .tparrows {
		display: none !important;
	}

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

@media (max-width: 480px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.content-blog-masonry.masonry-column-3 .grid-item, .content-blog-masonry.masonry-column-4 .grid-item, .content-blog-masonry.masonry-column-5 .grid-item {
		width: 100%;
	}

	.special-heading {
		margin-bottom: 30px;
	}
}

@media (max-width: 380px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.woocommerce .shop-single-v1-section .summary .cart .button {
		padding: 12px 25px;
	}

	.woocommerce .shop-single-v1-section .summary .cart .button:before, .woocommerce .shop-single-v1-section .summary .cart .button:after {
		display: none;
	}

	.woocommerce #review_form #respond .form-submit input,
	.comments-area .comment-respond .form-submit input#submit {
		padding: 12px 25px;
	}

	.content-area .wrapper-view-move .view-more-button {
		padding: 14px 25px;
	}
}

/* X <= 320px --- Extra small */
@media (max-width: 320px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	/* Shop Single v1 */
	.shop-single-v1-section .woocommerce .summary .product_title {
		font-size: 28px;
	}

	.shop-single-v1-section .woocommerce .woocommerce-tabs .tab-content .woocommerce-Reviews #comments .comment-item .comment-author {
		flex-direction:         column;
		-moz-flex-direction:    column;
		-webkit-flex-direction: column;
		-o-flex-direction:      column;
		-ms-flex-direction:     column;
	}

	.woocommerce .woocommerce-checkout-review-order table tbody .cart_item .product-name .review-wrap {
		padding-left: 0;
	}

	.woocommerce .woocommerce-checkout-review-order table tbody .cart_item .product-name img {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.product-remove-1 {
		display: block;
	}

	.product-remove-1 .remove {
		top: 10px !important;
	}

	.product-remove-2 {
		display: none !important;
	}
}

@media screen and (min-width: 768px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.product-remove-1 {
		display: none !important;
	}
}

.sliceshow1 .sliceshow {
	margin-bottom: 50px;
}

.sliceshow1 .sliceshow .carousel-item {
	background-size:     cover;
	background-position: center center;
	background-repeat:   no-repeat;
	min-height:          780px;
}

.sliceshow1 .sliceshow .carousel-item .content-slide {
	padding-top:    250px;
	padding-bottom: 100px;
	color:          white;
	display:        block;
}

.sliceshow1 .sliceshow .carousel-item .content-slide h2 {
	font-family:   'Permanent Marker', cursive;
	font-size:     55px;
	line-height:   1;
	margin-bottom: 0;
	color:         white !important;
}

.sliceshow1 .sliceshow .carousel-item .content-slide p {
	font-family:    'Poppins', sans-serif;
	font-size:      28px;
	text-transform: capitalize;
}

.sliceshow1 .sliceshow .carousel-item .content-slide a {
	margin-top:     40px !important;
	font-family:    'Poppins', sans-serif;
	font-size:      16px;
	color:          white;
	text-transform: uppercase;
	padding:        20px 50px;
	line-height:    1;
	background:     #f1593b;
	border-radius:  5px;
}

.sliceshow1 .sliceshow .carousel-item .content-slide a:hover {
	color:      #333333;
	background: white;
}

.sliceshow1 .sliceshow .carousel-item .slice2 {
	text-align: center;
	margin:     0 auto;
}

.sliceshow1 .sliceshow .carousel-item .slice2 h2 {
	background: #222222;
	padding:    10px 35px;
	display:    inline-block;
}

.sliceshow1 .sliceshow .carousel-item .slice2 p {
	margin-top:    20px;
	margin-bottom: 50px;
}

.sliceshow1 .sliceshow .carousel-item .slice3 p {
	margin-bottom: 0;
}

.sliceshow1 .sliceshow .carousel-item .slice3 h2 {
	margin-bottom: 60px;
}

.sliceshow4 .content-slide {
	padding-top: 250px !important;
	text-align:  center !important;
}

.sliceshow4 .content-slide h2 {
	background:  none !important;
	font-family: 'Permanent Marker', cursive;
	font-size:   75px !important;
	display:     block !important;
	color:       white !important;
}

.sliceshow4 .content-slide p {
	display: block !important;
}

.sliceshow4 .content-slide .null {
	display: block !important;
	height:  50px;
}

.sliceshow4 .content-slide a {
	background: none !important;
	border:     1px solid white !important;
}

.sliceshow4 .content-slide a:hover {
	background: white !important;
	color:      #333333;
	border:     1px solid white;
}

.sliceshow8 .content-slide h2 {
	line-height: 1.3 !important;
}

.sliceshow8 .content-slide a {
	background: #f1593b !important;
	border:     none !important;
}

.sliceshow8 .content-slide a:hover {
	color:      #333333 !important;
	background: white !important;
}

@media screen and (max-width: 360px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.sliceshow1 .sliceshow .carousel-item {
		max-height: 100vh !important;
		min-height: 50vh !important;
	}

	.sliceshow1 .sliceshow .carousel-item .content-slide {
		padding: 70px 0;
	}

	.sliceshow1 .sliceshow .carousel-item .content-slide h2 {
		font-size: 30px;
	}

	.sliceshow1 .sliceshow .carousel-item .content-slide p {
		font-size: 20px;
	}

	.sliceshow1 .sliceshow .carousel-item .content-slide a {
		padding:    10px 25px;
		margin-top: 20px !important;
	}

	.sliceshow1 .sliceshow .carousel-item .slice3 {
		margin:     0 auto;
		text-align: center;
	}

	.sliceshow1 .sliceshow .carousel-item .slice3 p {
		margin-top: 20px;
	}

	.sliceshow1 .sliceshow .carousel-item .slice3 h2 {
		margin-bottom: 30px;
	}

	.sliceshow4 .content-slide {
		padding-top: 70px !important;
	}

	.sliceshow4 .content-slide h2 {
		font-size: 40px !important;
	}

	.sliceshow4 .content-slide .null {
		height: 30px;
	}

	.sliceshow8 .content-slide h2 {
		font-size: 35px !important;
	}
}

@media screen and (min-width: 361px) and (max-width: 767px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.sliceshow1 .sliceshow .carousel-item {
		max-height: 100vh !important;
		min-height: 50vh !important;
	}

	.sliceshow1 .sliceshow .carousel-item .content-slide {
		padding: 80px 0;
	}

	.sliceshow1 .sliceshow .carousel-item .content-slide h2 {
		font-size: 30px;
	}

	.sliceshow1 .sliceshow .carousel-item .content-slide p {
		font-size: 20px;
	}

	.sliceshow1 .sliceshow .carousel-item .content-slide a {
		padding:    10px 25px;
		margin-top: 20px !important;
	}

	.sliceshow1 .sliceshow .carousel-item .slice3 {
		margin:     0 auto;
		text-align: center;
	}

	.sliceshow1 .sliceshow .carousel-item .slice3 p {
		margin-top: 40px;
	}

	.sliceshow1 .sliceshow .carousel-item .slice3 h2 {
		margin-bottom: 40px;
	}

	.sliceshow4 .content-slide {
		padding-top: 100px !important;
	}

	.sliceshow4 .content-slide h2 {
		font-size: 40px !important;
	}

	.sliceshow4 .content-slide .null {
		height: 30px;
	}
}

.partner {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 100px;
}

.partner .owl-theme .owl-dots {
	display: none;
}

.partner-hp9 {
	border:        none !important;
	margin-bottom: 0 !important;
}

.service .content-service {
	margin-top:  20px;
	text-align:  center;
	font-family: 'Poppins', sans-serif;
	padding:     0 0 60px 0;
}

.service .content-service i {
	display:   block;
	font-size: 40px;
	color:     #333333;
}

.service .content-service h4 {
	display:        block;
	margin:         30px 0;
	text-transform: uppercase;
	font-size:      18px;
	color:          #333333;
}

.service .content-service p {
	display:   block;
	font-size: 15px;
	color:     #666666;
}

.service-hp7 {
	background:  #b282ed;
	padding-top: 50px;
	margin-top:  100px;
}

.service-hp7 i {
	color: white !important;
}

.service-hp7 h4 {
	color: white !important;
}

.service-hp7 p {
	color: white !important;
}

.service-about {
	padding-top: 50px !important;
}

.contact {
	margin: 100px 0;
}

.contact .item-contact {
	text-align:    center;
	border:        1px solid #cccccc;
	padding:       50px 10px;
	margin:        15px 30px 15px 0;
	font-family:   'Poppins', sans-serif;
	min-height:    270px;
	border-radius: 5px;
	word-wrap:     break-word;
	overflow:      hidden;
}

.contact .item-contact h4 {
	font-size:      22px;
	text-transform: uppercase;
	font-weight:    bold;
}

.contact .item-contact p {
	font-size: 15px;
}

.contact .item-contact:hover {
	box-shadow: 2px 2px 4px 2px #cccccc;
}

.contact .item-contact:nth-child(2) {
	margin: 15px 0 !important;
}

.contact .item-contact:nth-child(4) {
	margin: 15px 0 !important;
}

.contact .form-contact {
	font-family: 'Poppins', sans-serif;
}

.contact .form-contact h2 {
	font-size:   30px;
	font-weight: 400;
}

.contact .form-contact input[type="submit"] {
	background: #f1593b;
	color:      white;
}

.contact .form-contact input[type="submit"]:hover {
	background: #333333;
}

.my-account .woocommerce h2 {
	text-align: left !important;
}

.my-account .woocommerce span {
	color: red;
}

.my-account .woocommerce .form-row .button {
	margin-top:   20px !important;
	margin-right: 20px;
	background:   #f1593b;
	color:        white;
}

.my-account .woocommerce .form-row .button:hover {
	background: #333333;
}

.map-responsive {
	margin-bottom:  100px;
	overflow:       hidden;
	padding-bottom: 35%;
	position:       relative;
	height:         0;
}

.map-responsive iframe {
	left:     0;
	top:      0;
	height:   100%;
	width:    100%;
	position: absolute;
}

@media screen and (max-width: 767px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.wishlist_table_desktop thead {
		display: none !important;
	}

	.wishlist_table_desktop tr {
		padding:       15px 0;
		background:    rgba(0, 0, 0, 0.025);
		border-bottom: 1px solid #e5e5e5;
	}

	.wishlist_table_desktop td {
		display:    block;
		border:     none !important;
		text-align: center;
		position:   relative;
	}

	.wishlist_table_desktop td.product-add-to-cart {
		max-width: 100% !important;
		width:     100% !important;
	}

	.wishlist_table_desktop td.product-thumbnail a {
		margin: 0 auto;
	}

	.wishlist_table_desktop td.product-remove a {
		text-align:   right !important;
		margin-right: 20px !important;
	}

	.wishlist_table_desktop td.product-name {
		text-align:    right !important;
		padding-right: 20px !important;
	}

	.wishlist_table_desktop td.product-name:before {
		content:     'Product Name:';
		position:    absolute;
		left:        10px;
		font-weight: 600;
	}

	.wishlist_table_desktop td.product-price {
		text-align:    right !important;
		padding-right: 20px !important;
	}

	.wishlist_table_desktop td.product-price:before {
		content:     'Unit Price:';
		position:    absolute;
		left:        10px;
		font-weight: 600;
	}

	.wishlist_table_desktop td.product-stock-status {
		text-align:    right !important;
		padding-right: 20px !important;
	}

	.wishlist_table_desktop td.product-stock-status:before {
		content:     'Stock Status:';
		position:    absolute;
		left:        10px;
		font-weight: 600;
	}

	.product-hp8 {
		padding: 0 15px !important;
	}

	.contact .item-contact {
		margin: 15px 0 !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.wishlist_table_desktop .product-add-to-cart a.button {
		padding: 13px 15px !important;
	}

	.product-hp8 {
		padding: 0 15px !important;
	}
}

.about {
	margin: 100px 0;
}

.about .content-about h2 {
	margin-top:     25px;
	font-size:      40px;
	font-family:    'Poppins', sans-serif;
	font-weight:    700;
	line-height:    1.5;
	text-align:     left !important;
	color:          #333333;
	text-transform: uppercase;
}

.about .content-about em {
	font-size:  18px;
	font-style: italic;
}

.our-story {
	display:  block;
	position: relative;
}

.our-story .play-video {
	position:       absolute;
	text-align:     center;
	vertical-align: middle;
	top:            40%;
	width:          100%;
}

.our-story .play-video .inner-video {
	width:         100px;
	height:        100px;
	border:        3px solid white;
	border-radius: 50%;
	margin:        0 auto;
}

.our-story .play-video .inner-video i {
	color:     white;
	font-size: 30px;
	position:  absolute;
	top:       30%;
	left:      5px;
	right:     0;
}

.our-story .modal {
	z-index: 999999999;
}

.our-story .modal-body {
	position: relative;
	padding:  0 !important;
}

.our-story .modal-body span {
	position:  absolute;
	top:       10px;
	right:     10px;
	font-size: 20px;
	color:     #333333 !important;
}

@media screen and (max-width: 360px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.about {
		margin: 50px 0 !important;
	}

	.our-story .play-video {
		top: 30%;
	}

	.our-story .play-video .inner-video {
		width:  50px !important;
		height: 50px !important;
	}

	.our-story .play-video .inner-video i {
		font-size: 15px !important;
	}

	.our-story .modal-content iframe {
		height:     300px !important;
		min-height: 300px !important;
	}
}

@media screen and (min-width: 361px) and (max-width: 767px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.about {
		margin: 50px 0 !important;
	}

	.our-story .play-video {
		top: 30%;
	}

	.our-story .play-video .inner-video {
		width:  50px !important;
		height: 50px !important;
	}

	.our-story .play-video .inner-video i {
		font-size: 15px !important;
	}

	.our-story .modal-content iframe {
		height:     300px !important;
		min-height: 300px !important;
	}
}

@media screen and (min-width: 768px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.our-story .modal-dialog {
		min-width: 640px !important;
	}

	.our-story .modal-dialog .modal-content {
		min-width: 600px !important;
	}

	.our-story .modal-dialog .modal-content .close {
		display: none !important;
	}
}

.faq {
	margin: 100px 0;
}

.faq .shipping {
	margin-bottom: 70px;
}

.faq .inner-content i {
	font-size: 25px;
	color:     #333333 !important;
}

.faq .inner-content span {
	font-family:    'Poppins', sans-serif;
	font-size:      35px;
	text-transform: capitalize;
	color:          #333333 !important;
}

.faq .faq-item {
	margin:        20px 0;
	border:        1px solid #d4d4d4;
	border-radius: 5px;
	box-shadow:    -1px 1px 2px 1px #d4d4d4;
}

.faq .faq-item div {
	padding:       20px;
	border-bottom: 1px solid #d4d4d4;
}

.faq .faq-item div i {
	color:        #f1593b;
	margin-right: 20px;
}

.faq .faq-item div a {
	color: #666666;
}

.faq .faq-item a[aria-expanded="true"] {
	color: #333333 !important;
}

.faq .faq-item p {
	padding: 20px;
}

.home-pagev6 {
	margin:  0;
	padding: 0;
}

.home-pagev6 section {
	background-size:     cover;
	background-position: center center;
	background-repeat:   no-repeat;
	height:              100vh;
	min-height:          100vh !important;
	position:            relative;
	color:               white;
}

.home-pagev6 section h2 {
	color: #ffffff !important;
}

.home-pagev6 section#section-1 .content-hp6 {
	text-align: center;
	width:      100%;
}

.home-pagev6 section#section-1 .content-hp6 h2 {
	font-family:   'Permanent Marker', cursive;
	font-size:     110px;
	margin-bottom: 50px;
}

.home-pagev6 section#section-2 .content-hp6 {
	text-align:   left;
	padding-left: 15px;
}

.home-pagev6 section#section-2 .content-hp6 h2 {
	font-family:   'Poppins', sans-serif;
	font-size:     80px;
	margin-bottom: 40px;
}

.home-pagev6 section#section-2 .content-hp6 p {
	font-size:     18px;
	font-family:   'Poppins', sans-serif;
	margin-bottom: 50px;
}

.home-pagev6 section#section-3 .content-hp6 {
	text-align: center;
	width:      100%;
}

.home-pagev6 section#section-3 .content-hp6 p {
	font-size:     18px;
	font-family:   'Poppins', sans-serif;
	margin-bottom: 20px;
}

.home-pagev6 section#section-3 .content-hp6 h2 {
	font-family:    'Permanent Marker', cursive;
	font-size:      80px;
	margin-bottom:  50px;
	text-transform: uppercase;
}

.home-pagev6 section#section-4 .content-hp6 {
	text-align: center;
	width:      100%;
}

.home-pagev6 section#section-4 .content-hp6 h2 {
	font-family:    'Poppins', sans-serif;
	font-size:      80px;
	margin-bottom:  50px;
	text-transform: uppercase;
}

.home-pagev6 section .scroll-down {
	position: absolute;
	bottom:   20px;
	left:     50%;
}

.home-pagev6 section .content-hp6 {
	position: absolute;
	top:      35%;
}

.home-pagev6 section .content-hp6 .shop-now {
	padding:        15px 30px;
	font-size:      15px;
	border-radius:  4px;
	background:     white;
	text-transform: uppercase;
	color:          #333333;
}

.home-pagev6 section .content-hp6 .shop-now:hover {
	background: #f1593b;
	color:      white;
}

@media screen and (max-width: 360px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.home-pagev6 section .content-hp6 h2 {
		font-size: 40px !important;
	}
}

@media screen and (max-width: 767px) and (min-width: 361px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.home-pagev6 section .content-hp6 h2 {
		font-size: 50px !important;
	}
}

.summary-quick-view {
	padding: 50px 15px 0 15px !important;
}

.summary {
	padding: 50px;
}

.summary .title-product-single {
	position: relative;
}

.summary .title-product-single h1 {
	font-size:   35px;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	max-width:   80%;
	line-height: 1;
}

.summary .title-product-single .price {
	position:    absolute;
	top:         0;
	right:       0;
	line-height: 1;
}

.summary .title-product-single .price span {
	color: #f1593b;
}

.summary form.cart .size {
	margin-right: 30px;
	display:      inline-block;
}

.summary form.cart .size a {
	margin-right: 15px !important;
	color:        #999999;
}

.summary form.cart .size a:hover {
	cursor: pointer;
	color:  #333333 !important;
}

.summary form.cart .size a:focus {
	color:           #333333 !important;
	text-decoration: underline !important;
}

.summary form.cart .color {
	margin-right: 30px;
	display:      inline-block;
}

.summary form.cart .color p {
	display:      inline-block;
	margin-right: 5px;
}

.summary form.cart .color p input {
	height: 20px !important;
	width:  20px !important;
	border: 1px solid white !important;
}

.summary form.cart .color p input[type=radio]:checked {
	border:     3px solid #ffffff !important;
	box-shadow: 0 1px 2px 4px #ececec !important;
}

.summary form.cart .color p input[type=radio]:checked:before {
	float:      none !important;
	background: transparent !important;
}

.summary form.cart .add-number-product {
	display:    block;
	box-shadow: 2px 2px 4px 2px #cccccc;
	border:     1px solid #cccccc;
	padding:    30px;
	margin:     20px 0;
}

.summary form.cart .add-number-product .quality {
	display: block;
}

.summary form.cart .add-number-product .quality p {
	display:      inline-block;
	margin-right: 20px;
	color:        #333333;
	font-weight:  bold;
}

.summary form.cart .add-number-product .quality .btn-group {
	background:    transparent !important;
	border:        1px solid #cccccc;
	border-radius: 4px;
}

.summary form.cart .add-number-product .quality .btn-group button {
	background: transparent;
	width:      40px;
}

.summary form.cart .add-number-product .quality .btn-group button:focus {
	outline:    none !important;
	box-shadow: none !important;
}

.summary form.cart .add-number-product .quality span {
	display:     inline-block;
	margin-left: 15px;
}

.summary form.cart .add-number-product .quality span i {
	color: #3fbf45;
}

.summary form.cart .add-number-product .add_to_cart {
	display:    block;
	text-align: right;
	margin-top: 20px;
}

.summary form.cart .add-number-product .add_to_cart a {
	margin-left:   10px;
	border-radius: 4px;
}

.summary form.cart .add-number-product .add_to_cart a:first-child {
	background: none;
	border:     1px solid #cccccc;
	height:     40px;
	padding:    8px 10px;
}

.summary form.cart .add-number-product .add_to_cart a:first-child:hover i {
	color: #f1593b;
}

.summary form.cart .add-number-product .add_to_cart a:last-child {
	padding:        8px 40px;
	background:     #f1593b;
	color:          white;
	height:         40px;
	text-transform: uppercase;
}

.summary form.cart .add-number-product .add_to_cart a:focus {
	box-shadow: none !important;
}

.summary .product_meta .posted_in:first-child a {
	margin: 0 10px;
}

.summary .product_meta .posted_in:first-child a i:hover {
	color: #f1593b;
}

.description-single {
	margin:  60px 0;
	padding: 60px;
	border:  1px solid #cccccc;
}

.description-single .nav-tabs {
	border:     none !important;
	display:    block !important;
	text-align: center;
}

.description-single .nav-tabs li {
	display: inline-block !important;
}

.description-single .nav-tabs li a {
	color: #999999 !important;
}

.description-single .nav-tabs li a.active {
	border: none !important;
	color:  #333333 !important;
}

.description-single .tab-content {
	margin-top: 30px;
}

.description-single .tab-content .tab-pane h2 {
	text-align: left !important;
	color:      #333333;
}

.description-single .tab-content .tab-pane .form-submit input {
	background: #f1593b !important;
	color:      white !important;
}

.description-single .tab-content .tab-pane .form-submit input:hover {
	background: #333333 !important;
}

@media screen and (max-width: 360px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.summary {
		padding: 15px 0 !important;
	}

	.summary .title-product-single {
		position: inherit !important;
	}

	.summary .title-product-single h1 {
		display:   block !important;
		max-width: 100% !important;
	}

	.summary .title-product-single .price {
		position: inherit !important;
		display:  block !important;
	}

	.summary form.cart .add-number-product {
		padding: 30px 10px !important;
	}

	.summary form.cart .add-number-product .add_to_cart {
		text-align: left !important;
	}

	.summary form.cart .add-number-product .add_to_cart a {
		margin-right: 10px !important;
		margin-left:  0 !important;
	}

	.summary form.cart .add-number-product .add_to_cart a:last-child {
		padding: 8px 20px;
	}

	.description-single {
		padding: 30px 10px !important;
	}

	.description-single .nav-tabs {
		margin-left: 0 !important;
		text-align:  left !important;
	}

	.description-single .tab-content .tab-pane:first-child p {
		text-align: left !important;
	}
}

@media screen and (min-width: 361px) and (max-width: 767px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.summary {
		padding: 15px 0 !important;
	}

	.summary .title-product-single {
		position: inherit !important;
	}

	.summary .title-product-single h1 {
		display:   block !important;
		max-width: 100% !important;
	}

	.summary .title-product-single .price {
		position: inherit !important;
		display:  block !important;
	}

	.summary form.cart .add-number-product {
		padding: 30px 10px !important;
	}

	.summary form.cart .add-number-product .add_to_cart {
		text-align: left !important;
	}

	.summary form.cart .add-number-product .add_to_cart a {
		margin-right: 10px !important;
		margin-left:  0 !important;
	}

	.description-single {
		padding: 30px 15px !important;
	}

	.description-single .nav-tabs {
		margin-left: 0 !important;
		text-align:  left !important;
	}

	.description-single .tab-content .tab-pane:first-child p {
		text-align: left !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.summary {
		padding: 50px 15px 50px 15px !important;
	}
}

body {
	font-family: Poppins, Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 27px;
	color:       #666;
	font-size:   15px;
}

a {
	color: #666;
}

a:hover {
	color: #f1593b;
}

h1, h2, h3, h4, h5, h5, h6 {
	font-family: Poppins, Helvetica, Arial, sans-serif;
	font-weight: 600;
	color:       #333;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h5 a, h6 a {
	color: #333;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h5 a:hover, h6 a:hover {
	color: #f1593b;
}

.wc-sc-product.featured-layout-3 .es-nav span:hover {
	color: #f1593b;
}

.content-area .wrapper-blog-content .post-formats-wrapper .date {
	background: #f1593b;
	color:      #fff;
}

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

.content-area .wrapper-blog-content .read-more {
	background: #333;
	color:      #fff;
}

.content-area .wrapper-blog-content .read-more:hover {
	background: #f1593b;
	color:      #fff;
}

.content-area .content-blog-masonry .entry-title {
	font-size: 22px;
}

h1, .content-blog-standard .entry-title {
	font-size: 36px;
}

h2, .single .content-area .wrapper-blog-content .entry-title, .woocommerce .shop-single-v1-section .summary .product_title, .woocommerce .shop-single-v1-section .summary .price {
	font-size: 30px;
}

h3 {
	font-size: 25px;
}

h4 {
	font-size: 22px;
}

.font-small, .font-size-small .special-heading, .elementor-widget-heading .elementor-widget-container .elementor-heading-title.elementor-size-small {
	font-size: 11px;
}

.font-medium, .font-size-medium .special-heading, .elementor-widget-heading .elementor-widget-container .elementor-heading-title.elementor-size-medium {
	font-size: 15px;
}

.font-large, .font-size-large .special-heading, .elementor-widget-heading .elementor-widget-container .elementor-heading-title.elementor-size-large {
	font-size: 28px;
}

.font-xl, .font-size-xl .special-heading, .elementor-widget-heading .elementor-widget-container .elementor-heading-title.elementor-size-xl {
	font-size: 40px;
}

.font-xxl, .font-size-xxl .special-heading, .elementor-widget-heading .elementor-widget-container .elementor-heading-title.elementor-size-xxl {
	font-size: 55px;
}

.page-not-found {
	background-color: #7395ff;
}

.page-not-found .page-detail .page-inner .btn-small:hover, .page-not-found .page-detail .page-inner .search-form .search-submit:hover {
	background: #333;
	color:      #fff;
}

h5, .single .content-area .single-blog-content .related-posts .post-inner h5, .font-size-h5, .testimonials-detail p, .woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-size: 18px;
}

h6, .wc-sc-product.featured-layout-1 .view-all .au-btn, .wc-sc-product-tab .view-all .au-btn, .testimonials-detail .regency {
	font-size: 16px;
}

.woocommerce .star-rating:before, .woocommerce-page .star-rating:before, .woocommerce .star-rating span, .woocommerce-page .star-rating span, .woocommerce p.stars a, .woocommerce-page p.stars a {
	color: #f1593b;
}

.woocommerce .related > h2, .woocommerce-page .related > h2, .woocommerce .upsells > h2, .woocommerce-page .upsells > h2 {
	font-size: 25px;
}

.woocommerce .woocommerce-info {
	border-top-color: #f1593b;
}

.single-blog-content blockquote:before {
	color: #f1593b;
}

.testimonials-content .owl-nav button:hover {
	color: #f1593b;
}

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

.categories-hp-1.product_cat-layout-1 .categories-detail .product .quantity {
	background: #f1593b;
	color:      #fff;
}

.search-overlay .search-form .search-submit {
	background: #f1593b;
	color:      #fff;
}

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

.topbar-area {
	background: #EC9605;
	color:      #666;
}

.error {
	border-color: #f1593b;
}

.error.placeholder {
	color: #f1593b;
}

.error:-moz-placeholder {
	color: #f1593b;
}

.error::-webkit-input-placeholder {
	color: #f1593b;
}

.error:-ms-input-placeholder {
	color: #f1593b;
}

.page-links > span:not(.page-links-title), .page-links a:hover > span {
	color:        #f1593b;
	border-color: #f1593b;
}

.footer-area {
	background-color: #000;
	color:            #fff;
}

.footer-area .copyright-text {
	border-color: #e5e5e5;
}

.footer-area a {
	color: #ffffff;
}

.footer-area a:hover {
	color: #d75e13;
}

.footer-area .widget-title {
	color:     #fff;
	font-size: 22px;
}

.footer-area .widget-social a:hover {
	border-color: #f1593b;
	color:        #f1593b;
}

.footer-top {
	background: #fafafa;
	color:      #666;
}

.footer-top .widget-title {
	font-size: 40 pxpx;
}

.footer__arrow-top {
	color: #f1593b;
}

.footer__arrow-top:hover {
	color: #666;
}

.navigation-menu {
	background: black;
}

.navigation-menu .logo {
	width: 150px;
}

.sticky_custom_menu .navigation-menu.affix {
	background: white;
}

.comments-area .comment-respond .form-submit input#submit {
	background: #f1593b;
	color:      #fff;
}

.comments-area .comment-respond .form-submit input#submit:hover {
	background: #333;
	color:      #fff;
}

.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, .woocommerce #review_form #respond .form-submit input, .wpcf7-form .wpcf7-submit, .woocommerce-wishlist .wishlist_table .product-add-to-cart .button {
	background: #f1593b;
	color:      #fff !important;
}

.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, .woocommerce #review_form #respond .form-submit input:hover, .wpcf7-form .wpcf7-submit:hover, .woocommerce-wishlist .wishlist_table .product-add-to-cart .button:hover {
	background: #333;
	color:      #fff !important;
}

.woocommerce .woocommerce-error, .woocommerce-page .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info, .woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message {
	border-top-color: #f1593b;
}

.woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-message:before {
	color: #f1593b;
}

.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover, .woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
	background: #333;
}

.wishlist_table tr td.product-stock-status span.wishlist-in-stock {
	color: #f1593b;
}

.woocommerce .woocommerce-cart-form .shop_table tbody .actions > button, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	background: #333;
	color:      #fff;
}

.woocommerce .woocommerce-cart-form .shop_table tbody .actions > button:hover, .woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover {
	background: #f1593b;
	color:      #fff;
}

.woocommerce .woocommerce-checkout-review-order table tfoot .woocommerce-Price-amount, .woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .product-subtotal {
	color: #f1593b;
}

.woocommerce ul.products li.product .wrapper-content-item .cat_product a:hover, .woocommerce-page ul.products li.product .wrapper-content-item .cat_product a:hover, .woocommerce div.products li.product .wrapper-content-item .cat_product a:hover, .woocommerce-page div.products li.product .wrapper-content-item .cat_product a:hover, .woocommerce ul.products div.product .wrapper-content-item .cat_product a:hover, .woocommerce-page ul.products div.product .wrapper-content-item .cat_product a:hover, .woocommerce div.products div.product .wrapper-content-item .cat_product a:hover, .woocommerce-page div.products div.product .wrapper-content-item .cat_product a:hover {
	color: #f1593b;
}

.woocommerce ul.products li.product .wrapper-content-item .woocommerce-loop-product_title, .woocommerce-page ul.products li.product .wrapper-content-item .woocommerce-loop-product_title, .woocommerce div.products li.product .wrapper-content-item .woocommerce-loop-product_title, .woocommerce-page div.products li.product .wrapper-content-item .woocommerce-loop-product_title, .woocommerce ul.products div.product .wrapper-content-item .woocommerce-loop-product_title, .woocommerce-page ul.products div.product .wrapper-content-item .woocommerce-loop-product_title, .woocommerce div.products div.product .wrapper-content-item .woocommerce-loop-product_title, .woocommerce-page div.products div.product .wrapper-content-item .woocommerce-loop-product_title {
	font-size:   18px;
	font-weight: 400;
}

.woocommerce ul.products li.product .wrapper-content-item .woocommerce-loop-product_title a:hover, .woocommerce-page ul.products li.product .wrapper-content-item .woocommerce-loop-product_title a:hover, .woocommerce div.products li.product .wrapper-content-item .woocommerce-loop-product_title a:hover, .woocommerce-page div.products li.product .wrapper-content-item .woocommerce-loop-product_title a:hover, .woocommerce ul.products div.product .wrapper-content-item .woocommerce-loop-product_title a:hover, .woocommerce-page ul.products div.product .wrapper-content-item .woocommerce-loop-product_title a:hover, .woocommerce div.products div.product .wrapper-content-item .woocommerce-loop-product_title a:hover, .woocommerce-page div.products div.product .wrapper-content-item .woocommerce-loop-product_title a:hover {
	color: #f1593b;
}

.woocommerce ul.products li.product .wrapper-content-item span.price, .woocommerce-page ul.products li.product .wrapper-content-item span.price, .woocommerce div.products li.product .wrapper-content-item span.price, .woocommerce-page div.products li.product .wrapper-content-item span.price, .woocommerce ul.products div.product .wrapper-content-item span.price, .woocommerce-page ul.products div.product .wrapper-content-item span.price, .woocommerce div.products div.product .wrapper-content-item span.price, .woocommerce-page div.products div.product .wrapper-content-item span.price {
	font-size: 16px;
}

.woocommerce ul.products li.product .product-image .box-hover .quick-view:hover, .woocommerce-page ul.products li.product .product-image .box-hover .quick-view:hover, .woocommerce div.products li.product .product-image .box-hover .quick-view:hover, .woocommerce-page div.products li.product .product-image .box-hover .quick-view:hover, .woocommerce ul.products div.product .product-image .box-hover .quick-view:hover, .woocommerce-page ul.products div.product .product-image .box-hover .quick-view:hover, .woocommerce div.products div.product .product-image .box-hover .quick-view:hover, .woocommerce-page div.products div.product .product-image .box-hover .quick-view:hover, .woocommerce ul.products li.product .product-image .box-hover a.button:hover, .woocommerce-page ul.products li.product .product-image .box-hover a.button:hover, .woocommerce div.products li.product .product-image .box-hover a.button:hover, .woocommerce-page div.products li.product .product-image .box-hover a.button:hover, .woocommerce ul.products div.product .product-image .box-hover a.button:hover, .woocommerce-page ul.products div.product .product-image .box-hover a.button:hover, .woocommerce div.products div.product .product-image .box-hover a.button:hover, .woocommerce-page div.products div.product .product-image .box-hover a.button:hover, .woocommerce ul.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist a:hover, .woocommerce-page ul.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist a:hover, .woocommerce div.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist a:hover, .woocommerce-page div.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist a:hover, .woocommerce ul.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist a:hover, .woocommerce-page ul.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist a:hover, .woocommerce div.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist a:hover, .woocommerce-page div.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist a:hover, .woocommerce ul.products li.product .product-image .box-hover .wc-forward:hover, .woocommerce-page ul.products li.product .product-image .box-hover .wc-forward:hover, .woocommerce div.products li.product .product-image .box-hover .wc-forward:hover, .woocommerce-page div.products li.product .product-image .box-hover .wc-forward:hover, .woocommerce ul.products div.product .product-image .box-hover .wc-forward:hover, .woocommerce-page ul.products div.product .product-image .box-hover .wc-forward:hover, .woocommerce div.products div.product .product-image .box-hover .wc-forward:hover, .woocommerce-page div.products div.product .product-image .box-hover .wc-forward:hover {
	color: #f1593b;
}

.woocommerce ul.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a, .woocommerce-page ul.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a, .woocommerce div.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a, .woocommerce-page div.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a, .woocommerce ul.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a, .woocommerce-page ul.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a, .woocommerce div.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a, .woocommerce-page div.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a, .woocommerce ul.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .woocommerce-page ul.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .woocommerce div.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .woocommerce-page div.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .woocommerce ul.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .woocommerce-page ul.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .woocommerce div.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .woocommerce-page div.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .woocommerce ul.products li.product .product-image .box-hover .wc-forward, .woocommerce-page ul.products li.product .product-image .box-hover .wc-forward, .woocommerce div.products li.product .product-image .box-hover .wc-forward, .woocommerce-page div.products li.product .product-image .box-hover .wc-forward, .woocommerce ul.products div.product .product-image .box-hover .wc-forward, .woocommerce-page ul.products div.product .product-image .box-hover .wc-forward, .woocommerce div.products div.product .product-image .box-hover .wc-forward, .woocommerce-page div.products div.product .product-image .box-hover .wc-forward {
	color: #f1593b;
}

.woocommerce .shop-single-v1-section .summary .cart .button, .woocommerce-page .shop-single-v1-section .summary .cart .button {
	background: #333;
	color:      #fff;
}

.woocommerce .shop-single-v1-section .summary .cart .button:hover, .woocommerce-page .shop-single-v1-section .summary .cart .button:hover {
	background: #f1593b;
	color:      #fff;
}

.widget_shopping_cart .minicart_hover .cart-items-number span.wrapper-items-number {
	background: #f1593b;
}

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

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

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

.warp-title-cat .cat-links a {
	background: #f1593b;
	color:      #fff;
}

.warp-title-cat .cat-links a:hover {
	background: #333;
	color:      #fff;
}

.sc-list-posts .news-details .info .cat-links a {
	color: #f1593b;
}

.mc4wp-form .email input[type="submit"] {
	background: #f1593b;
	color:      #fff;
}

.mc4wp-form .email input[type="submit"]:hover {
	background: #333;
	color:      #fff;
}

.navigation ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:hover, .navigation ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:focus, .navigation ul li span.current, .woocommerce nav.woocommerce-pagination ul li span.current {
	background:   #f1593b;
	border-color: #f1593b;
}

.flash-sale-countdown .wrap-countdown .countdown-section {
	border-color: #f1593b;
}

.flash-sale-countdown .content-inner a.button:before, .flash-sale-countdown .content-inner .wc-forward:before {
	background: #f1593b;
	color:      #fff;
}

.flash-sale-countdown .content-inner a.button:hover:before, .flash-sale-countdown .content-inner .wc-forward:hover:before {
	background: #333;
	color:      #fff;
}

.isw-swatch--isw_text .isw-term.isw-selected {
	color: #f1593b;
}

@media (min-width: 1025px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.navigation-menu .navigation-menu-inner .main-menu .navmenu > .menu-item > a {
		text-transform: uppercase;
		color:          #fff;
		font-weight:    500;
		font-size:      14px;
	}

	.navigation-menu .navigation-menu-inner .main-menu .navmenu > .menu-item.current-menu-item > a, .navigation-menu .navigation-menu-inner .main-menu .navmenu > .menu-item:hover > a, .navigation-menu .navigation-menu-inner .main-menu .navmenu > .menu-item.current-menu-parent > a {
		color: #f1593b;
	}

	.navigation-menu .navigation-menu-inner .main-menu .navmenu > .menu-item .sub-menu {
		color:      #666;
		background: #fff;
	}

	.navigation-menu .navigation-menu-inner .main-menu .navmenu > .menu-item .sub-menu li.current-menu-item > a {
		color: #f1593b;
	}

	.navigation-menu .navigation-menu-inner .main-menu .navmenu > .menu-item .sub-menu li:hover a {
		color: #666;
	}

	.navigation-menu .navigation-menu-inner .main-menu .navmenu > .menu-item .sub-menu li:hover a:hover {
		color: #f1593b;
	}

	.navigation-menu .navigation-menu-inner .main-menu .navmenu > .menu-item .sub-menu a {
		font-weight: 500;
		font-size:   15px;
		color:       #666;
	}

	.navigation-menu .navigation-menu-inner .main-menu .navmenu > .menu-item .sub-menu a:before {
		background: #f1593b;
	}

	.sticky_custom_menu .navigation-menu.affix .navigation-menu-inner .main-menu .navmenu > .menu-item > a {
		color: #333;
	}

	.sticky_custom_menu .navigation-menu.affix .navigation-menu-inner .main-menu .navmenu > .menu-item.current-menu-item > a, .sticky_custom_menu .navigation-menu.affix .navigation-menu-inner .main-menu .navmenu > .menu-item:hover a, .sticky_custom_menu .navigation-menu.affix .navigation-menu-inner .main-menu .navmenu > .menu-item.current-menu-parent > a {
		color: #f1593b;
	}
}

@media only screen and (max-width: 1024px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.navigation-menu .hamburger--spin .hamburger-inner {
		background-color: #fff;
	}

	.navigation-menu .hamburger--spin .hamburger-inner:before, .navigation-menu .hamburger--spin .hamburger-inner:after {
		background-color: #fff;
	}

	.navigation-menu .navigation-menu-inner .main-menu {
		background-color: #fff;
	}

	.navigation-menu .navigation-menu-inner .main-menu ul li {
		border-top: 1px solid #e9e9e9;
	}

	.navigation-menu .navigation-menu-inner .main-menu ul li .show-submenu-mobile {
		color: #333;
	}

	.navigation-menu .navigation-menu-inner .main-menu ul li.current-menu-item > a, .navigation-menu .navigation-menu-inner .main-menu ul li > a:hover, .navigation-menu .navigation-menu-inner .main-menu ul li.current-menu-parent > a {
		color: #f1593b;
	}

	.navigation-menu .navigation-menu-inner .main-menu ul li a {
		background-color: #fff;
		color:            #333;
	}

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

	.navigation-menu .navigation-menu-inner .main-menu ul li.menu-item-has-children .sub-menu li a {
		background-color: #EC9605;
	}

	.navigation-menu .logo {
		width: 100px;
	}
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}

	.font-large, .font-size-large .special-heading, .elementor-widget-heading .elementor-widget-container .elementor-heading-title.elementor-size-large {
		font-size: 24px;
	}

	.font-xl, .font-size-xl .special-heading, .elementor-widget-heading .elementor-widget-container .elementor-heading-title.elementor-size-xl {
		font-size: 36px;
	}

	.font-xxl, .font-size-xxl .special-heading, .elementor-widget-heading .elementor-widget-container .elementor-heading-title.elementor-size-xxl {
		font-size: 50px;
	}

	h1, .content-blog-standard .entry-title {
		font-size: 32px;
	}

	h2, .single .content-area .wrapper-blog-content .entry-title, .woocommerce .shop-single-v1-section .summary .product_title, .woocommerce .shop-single-v1-section .summary .price {
		font-size: 29px;
	}
}

@media (max-width: 768px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.woocommerce .shop-single-v1-section .summary .price {
		font-size: 25px;
	}

	.font-large, .font-size-large .special-heading, .elementor-widget-heading .elementor-widget-container .elementor-heading-title.elementor-size-large {
		font-size: 22px;
	}

	.font-xl, .font-size-xl .special-heading, .elementor-widget-heading .elementor-widget-container .elementor-heading-title.elementor-size-xl {
		font-size: 32px;
	}

	.font-xxl, .font-size-xxl .special-heading, .elementor-widget-heading .elementor-widget-container .elementor-heading-title.elementor-size-xxl {
		font-size: 46px;
	}

	h1, .content-blog-standard .entry-title {
		font-size: 28px;
	}

	h2, .single .content-area .wrapper-blog-content .entry-title, .woocommerce .shop-single-v1-section .summary .product_title, .woocommerce .shop-single-v1-section .summary .price {
		font-size: 24px;
	}

	h3 {
		font-size: 22px;
	}

	h4 {
		font-size: 18px;
	}

	h5 {
		font-size: 16px;
	}

	h6 {
		font-size: 15px;
	}
}

@media (max-width: 380px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		font-size: 15px;
	}

	h3 {
		font-size: 22px;
	}

	h4, .content-area .wrapper-blog-content .entry-title {
		font-size: 18px;
	}

	h5 {
		font-size: 16px;
	}
}

.wrapper-container {
	background-color: #fff;
}

.header-area-overlay .navigation-menu {
	background-color: transparent;
}

.page-id-7262 .navigation-menu .navigation-menu-inner .main-menu .navmenu > .menu-right,
.page-id-7614 .navigation-menu .navigation-menu-inner .main-menu .navmenu > .menu-right,
.page-id-7772 .navigation-menu .navigation-menu-inner .main-menu .navmenu > .menu-right,
.page-id-7491 .navigation-menu .header-right {
	display: none;
}

.page-id-7491 .navigation-menu-inner.container-fluid {
	max-width: 1200px;
}

.page-id-7655 .navigation-menu-inner.container {
	max-width: 1600px;
}

.header-area-overlay .navigation-menu .hamburger--spin .hamburger-inner,
.header-area-overlay .navigation-menu .hamburger--spin .hamburger-inner:before,
.header-area-overlay .navigation-menu .hamburger--spin .hamburger-inner:after {
	background-color: #fff;
}

@media (min-width: 1025px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.header-area-overlay .navigation-menu .navigation-menu-inner .main-menu .navmenu > .menu-item > a,
	.header-area-overlay .navigation-menu .navigation-menu-inner .main-menu .navmenu > .menu-item, .header-right {
		color: #fff;
	}
}

.men-collection {
	padding: 0 50px;
}

.men-collection h2 {
	display:       block;
	text-align:    center;
	font-family:   'Poppins', sans-serif;
	font-size:     40px;
	color:         #333333;
	font-weight:   600;
	margin-bottom: 35px;
}

.men-collection .item-collection {
	height:  15px !important;
	display: block;
}

.men-collection .content-middle .text_center img {
	width: 100%;
}

.men-collection-1 {
	margin: 100px 0 50px 0;
}

.men-collection-2 {
	margin: 50px 0 100px 0;
}

@media screen and (max-width: 767px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.men-collection-1 {
		margin: 50px 0 !important;
	}

	.men-collection {
		margin-top: 70px !important;
		padding:    15px !important;
	}

	.men-collection h2 {
		margin-bottom: 30px !important;
		font-size:     35px !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.men-collection-1 {
		margin: 50px 0 !important;
	}

	.men-collection {
		margin-top: 70px !important;
		padding:    15px !important;
	}

	.men-collection h2 {
		margin-bottom: 30px !important;
	}

	.men-collection .content-bottom .text_center img {
		width: 100%;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.men-collection .content-bottom .text_center {
		margin-bottom: -10px;
	}
}

@media screen and (min-width: 1500px) and (max-width: 1920px) {
	.breadcrumb-section {
	margin-top: -10px !important;
}
	.men-collection .content-bottom .text_center {
		margin-bottom: -10px;
	}
}
#scrollToTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #EC9605;
  color: #fff;
  padding: 10px 15px;
  text-decoration: none;

  cursor: pointer;
  border-radius: 50%;
  font-size: 18px;
  display: flex;
  align-items: center;
}

