/*!
Theme Name: Prestige Exhaust
Theme URI: http://underscores.me/
Author: Devstetic
Author URI: http://www.devstetic.com
Description: Prestige Exhaust & Mufflers website
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: prestigeexhaust
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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

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

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

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

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

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

body {
	margin: 0;
	font-family: Montserrat;
	overflow-x: hidden;
}


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

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

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

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

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

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

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

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

a {
	background-color: transparent;
}

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

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

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

b,
strong {
	font-weight: bolder;
}

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

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

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

small {
	font-size: 80%;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

img {
	border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
	vertical-align: baseline;
}

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

textarea {
	overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
	display: block;
}

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

summary {
	display: list-item;
}

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

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

template {
	display: none;
}

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

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

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

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

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

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

.bypostauthor {
	display: block;
}

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

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

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## General custom styles
--------------------------------------------------------------*/

button {
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	padding: 10px 20px;
	border: none;
}

/*--------------------------------------------------------------
## Custom styles
--------------------------------------------------------------*/


.site-header {
	background: transparent;
	padding: 20px 0;
	position: absolute;
	width: 100%;
	padding-top: 0;
	z-index: 999;
}

.site-header nav ul {
	margin: 0;
	padding: 0;
}

.site-header nav li {
	padding-right: 20px;
}

.site-header nav li:last-child {
	padding-right: 0;
}

.site-header nav li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
}

.site-header nav li a:hover {
	color: #E25CA0;
	text-decoration: none;
}

.site-header.wooheader nav li a {
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
}

.site-header.wooheader nav li a:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.site-header.wooheader nav li.current-menu-item a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}


.site-header nav li.current-menu-item a {
	font-weight: 600;
}

body, html {
	font-family: Montserrat, sans-serif!important;
}

.site-header a.search {
	color: #fff;
	margin-right: 15px;
}


.site-header.wooheader a.search {
	color: #E25CA0;
	margin-right: 15px;
}

.site-header a.search:last-child {
	margin-right: 0;
}

.site-header a.search i {
	margin-top: 20px;
	font-size: 18px;
}

.site-footer {
	background-color: #fff;
}

.site-footer .site-info {
	font-size: 14px;
	line-height: 24px;
	color: #000;
}

.site-footer .site-info a {
	color: #000;
}

.site-footer .site-info a:hover {
	color: #E25CA0;
	text-decoration: none;
}

@media screen and (max-width: 576px) {
	.site-footer .site-info {
		font-size: 12px;
		line-height: 18px;
	}
}

section {
	padding: 60px 0;
}

.slick-track {
	display: table;
}

.slick-slide {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.slick-slide img {
    vertical-align: middle;
    display: table-cell;
}

#hero {
	background-size: cover;
	padding-top: 200px;
	background-position: center;
}

#hero h4 {
	color: #E25CA0;
	font-size: 22px;
	line-height: 27px;
	font-weight: 500;
}

#hero h1 {
	color: #FFFFFF;	
	font-size: 54px;
	font-weight: 900;
	line-height: 53px;
	max-width: 500px;
}

#hero p {
	color: #FFFFFF;	
	font-size: 14px;	
	line-height: 26px;
	max-width: 500px;
}

#hero button {
	color: #fff;
	background-color: #E25CA0;
	font-size: 14px;
	border-radius: 3px;
}

#popular h2 {
	color: #000000;	
	font-size: 46px;
	font-weight: 900;
	line-height: 57px;
	text-align: center;
}

#popular p {
	color: #E25CA0;
	font-size: 22px;
	font-weight: 500;
	line-height: 27px;
	text-align: center;
	max-width: 500px;
	margin: 10px auto;
}

#popular h4 {
	color: #E25CA0;	
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
}

#popular .left {
	border-bottom: none;
}

#popular .left h4 {	
	text-align: right;
	width: 70%;
	display: inline-block;
	padding-right: 20px;
}

#popular .left img {
 	display: inline-block;
}
#popular .right {
	text-align: center;
}

#popular .right h4 {
	padding-top: 20px;
	text-align: left;
}

#popular .right .short-desc {
	margin: 20px 0;
	text-align: left;
}

#popular .right a {
	color: #E25CA0;
	font-size: 14px;
	font-weight: 500;
	line-height: 26px;
}

#popular .right a:hover {
	font-weight: 700;
	text-decoration: none;
}

#popular a.more {
	color: #E25CA0;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	text-transform: uppercase;
	text-align: center;
	width: 160px;
	margin: 10px auto;
}

#slider {
	background-color: #E8EFF7;
	padding: 50px 0;
}

#slider h2 {
	color: #000000;
	font-size: 46px;
	font-weight: 900;
	line-height: 57px;
}

#slider h4 {
	color: #E25CA0;
	font-size: 22px;
	font-weight: 500;
	line-height: 27px;
}

#slider .slick-track {
	display: flex;
    align-items: center;
}

#contact {
	padding-bottom: 0;
	margin-top: 50px;
	padding-top: 50px;
	background: #efefef;
}

#contact h2 {
	font-size: 46px;
	font-weight: 900;
	line-height: 57px;
	text-align: center;
	margin-bottom: 30px;
}

#contact .contact-info p {
	font-size: 14px;
	line-height: 20px;
}

#contact .contact-info .item {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 15px;
}

#contact .contact-info .item i {
	font-size: 20px;
	color: #E25CA0;
	margin-right: 15px;
}


#contact .contact-form {
	border: 1px solid #000;
	padding: 30px;
	z-index: 999;
	background-color: #fff;
}

#contact .contact-form h3 {
	color: #E25CA0;	
	font-size: 22px;
	font-weight: 500;
	line-height: 27px;
	text-align: center;
	padding-bottom: 20px;
}

#contact .contact-form input[type="text"], 
#contact .contact-form input[type="email"],
#contact .contact-form textarea {
	border: 1px solid #000;
	padding: 15px 15px 15px 20px;
	font-size: 14px;
	font-weight: normal;
	resize: none;
	width: 100%;
	border-radius: 0;
	display: block;
	max-width: 300px;
	margin: 0 auto;
}

#contact .contact-form textarea {
	height: 120px;
}

#contact .contact-form input[type="submit"] {
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	padding: 15px 20px;
	color: #fff;
	background-color: #E25CA0;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 3px;
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}

#contact .row.map {
	margin-top: -200px;
	z-index: -1;
}

::placeholder {
	color: #333;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	color: #333;
}
::-moz-placeholder { /* Firefox 19+ */
  	color: #333;
}
:-ms-input-placeholder { /* IE 10+ */
  	color: #333;
}
:-moz-placeholder { /* Firefox 18- */
  	color: #333;
}

.breadcrumbs span {
	color: #E25CA0;
}

.breadcrumbs .current-item {
	color: #E25CA0;
}

.breadcrumbs {
	color: #fff;
	font-size: 20px;
}

.breadcrumbs a {
	color: #fff;
}

.breadcrumbs a span {
	color: #fff;
}

.page-template-default #hero h1 {
	font-size: font-size: 40px;
	text-transform: uppercase;
}

.site-header .mainheader {
	padding-bottom: 10px;
}

.site-header.wooheader {
	padding-bottom: 0;
}

.site-header.wooheader {
	background: rgba(255,255,255,0.5);
}

.site-header .filter {
	background: rgba(255,255,255,0.5);
	padding: 10px 0;
}

.site-header.wooheader .filter {
	background: transparent;
}

.site-header .filter .find {
	line-height: 38px;
}

.site-header.wooheader 
#hero {
	background-color: rgba(0,0,0,0.8);
}

h2.subtitle {
	text-align: center;
}

.projects .item img {
	margin-bottom: 10px;
}

.projects .item a.title {
	font-size: 20px;
	color: #E25CA0;
	font-weight: 600;
	text-decoration: none;
}

.projects .item p.description {
	margin-top: 10px;
}

.projects .modal .modal-dialog {
	max-width: 900px!important;
}

p, h1, h2, h3, h4, h5, h6 {
	font-family: Montserrat, sans-serif!important;
}

.site-footer .aboveinfo {
	padding: 25px 0;
	border-bottom: 1px solid #E25CA0;
}

.site-footer .site-info {
	padding: 15px 0;
}

.post, .page {
    margin: 0;
}

#menu-footer-menu li {
	margin-right: 15px;
}

#menu-footer-menu li:last-child {
	margin-right: 0;
}

#menu-footer-menu li a {
	color: #4A4A4A;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 24px;
}

nav.footer-menu {
	padding: 0;
}

.site-footer .socials {
	text-align: right;
}

.site-footer .socials a {
	width: 28px;
	height: 28px;
	background-color: #E25CA0;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
}

.site-footer .socials a i {
	color: #fff;
	font-size: 16px;
	line-height: 28px;
}

.site-footer .socials a:hover {
	background-color: #fff;
	transition: 0.3s all ease;
}

.site-footer .socials a:hover i {
	color: #E25CA0;
	font-size: 16px;
	transition: 0.3s all ease;
}

.widget_product_categories {
	padding-top: 0;
}

.widget_product_categories ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

.widget_product_categories h2 {
	display: none;
}

.widget_product_categories ul li {
	display: block;
	border: 1px solid #E25CA0;
	border-bottom: none;
}

.widget_product_categories ul li:last-child {
	border-bottom: 1px solid #E25CA0;
}


.widget_product_categories ul li a {
	color: #E25CA0;
	font-weight: bold;
	font-size: 18px;
	display: block;
	width: 100%;
	padding: 10px;
	position: relative;
}

.widget_product_categories ul li a::after {
	content: '+';
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 22px;
	line-height: 50px;
	font-weight: bold;
}

.widget_product_categories ul.children li {
	padding: none;
	border: none;
}

.widget_product_categories ul.children li a::after {
	display: none;
}

.widget_product_categories ul.children li a {
	color: #4A4A4A;
	font-weight: 400;
	font-size: 16px;
	display: inline;
	width: unset;
	padding: 5px 10px;
}


.woocommerce-result-count {
	display: none;
}

.woocommerce-ordering {
	margin-bottom: 10px;
}

.woocommerce-loop-product__title {
	color: #4A4A4A;
	font-weight: bold;
	padding: 5px 0;
}

.post-type-archive-product .product .add_to_cart_button, .tax-product_cat .product .add_to_cart_button {
	display: none!important;
}

.woocommerce-LoopProduct-link .price {
	color: #E25CA0;
	font-weight: bold;
}

.related.products {
	display: none;
}

.product-content {
	padding-bottom: 0;
}

#popular .product-left {
	margin-bottom: 10px;
}

#popular .section-title {
	margin-bottom: 30px;
}


.site-branding .sitelogo {
	padding: 10px 0;
	display: block;
}

.site-branding .sitelogo img {
	width: 220px;
	height: auto;
}

.site-branding .shoplogo img {
	width: 150px;
	height: auto;
}

.site-header.wooheader a.search i {
	margin-top: 22px;
}

.product-right img {
	width: auto;
	max-height: 200px;
	margin: 0 auto;
}

#popular .left {
	border-right: 1px solid #a4a4a4;
}

#popular .left .nav-item {
	margin-right: -18px;
	opacity: 0.5;
	display: block;
	border-right: 6px solid transparent;
}

#popular .left .nav-item.active {
	opacity: 1;
	border-right: 6px solid #E25CA0;
}

.home #slider .slick-slide img {
    max-width: 150px;
}

#poptabs a.nav-item {
	text-decoration: none;
	outline: none!important;
}

#popular .direction {
	font-size: 24px;
	position: absolute;
	top: 90px;
}

#popular .direction i {
	font-size: 24px;
}

#popular .btnPrev {
	left: 20px;
}

#popular .btnNext {
	right: 20px;
}

.slick-prev:before {
	content: "\f053"!important;
}

.slick-next:before {
	content: "\f054"!important;
}

.slick-prev:before, .slick-next:before {
    font-family: "Font Awesome 5 Free"!important;
	font-weight: 900;
    font-size: 24px!important;
    color: #E25CA0!important;
    line-height: 1;
    opacity: .75;
}

.slick-next {
    right: 20px!important;
}

.filter .find {
	font-weight: 700;
}

.filter select {
	border-radius: 0!important;
	border: 1px solid #000;
	padding: 5px;
	padding-left: 15px;
	height: 32px;
}

.filter input {
	border-radius: 0!important;
	border: 1px solid #000;
	padding: 5px;
	padding-left: 15px;
	height: 32px;
}

.shop_table {
	width: 90%;
	margin: 0 auto;
}

.shop_table_responsive.cart {
	margin: 20px auto;
	width: 90%;
}

.shop_table_responsive.cart thead {
	padding: 20px 0;
	background-color: #E25CA0;
	color: #fff;
	text-transform: uppercase;
}

.shop_table_responsive.cart thead th {
	padding: 10px 0;
	font-size: 16px;
}

.shop_table_responsive.cart td {
	padding: 10px 0;
}

.shop_table_responsive.cart .product-name a {
	color: #E25CA0;
	font-weight: 500;
}

.shop_table_responsive.cart .product-name a:hover {
	color: #333;
	transition: 0.3s;
	text-decoration: none;
}

.shop_table_responsive.cart td .quantity {
	max-width: 100px;
}

.shop_table_responsive.cart td .quantity input {
	max-width: 100px;
}


.shop_table_responsive.cart .product-remove {
    text-align: center;
}

.shop_table_responsive.cart .product-remove a {
    font-size: 32px;
    font-weight: 700;
    color: #e25ca0;
    text-decoration: none;
}

.shop_table_responsive.cart .product-remove a:hover {
    color: #000;
    text-decoration: none;
    transition: 0.25s;
}


.shop_table_responsive.cart .product-thumbnail img {
	max-height: 100px;
	width: auto;
}

.shop_table_responsive.cart .product-subtotal {
	text-align: right;
	padding-right: 20px;
}

.shop_table_responsive.cart .product-subtotal .amount {
	font-weight: 700;
}

.cart-collaterals {
	width: 90%;
	margin: 0 auto;
}

.cart-collaterals .cart_totals h2 {
	font-size: 18px;
	padding: 10px 0;
	background-color: #e25ca0;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	padding-left: 20px;
}

.order-total th, .cart-subtotal th {
	padding: 5px 20px;
}

.order-total td, .cart-subtotal td {
	text-align: right!important;
	padding: 5px 20px;
}

button[type="submit"] {
	color: #fff;
	background-color: #E25CA0;
	font-size: 14px;
	border-radius: 3px;
}

button[type="submit"]:hover {
	color: #E25CA0;
	background-color: #eee;
	transition: 0.3s;
}

.shop_table_responsive.cart .actions {
	text-align: right;
}

.wc-proceed-to-checkout {
	text-align: right;
}

.wc-proceed-to-checkout a {
	color: #fff;
	background-color: #E25CA0;
	font-size: 14px;
	border-radius: 3px;
	padding: 10px 20px;
	font-weight: 700;
	text-decoration: none;
	float: right;
}

.wc-proceed-to-checkout a:hover {
	color: #E25CA0;
	background-color: #eee;
	transition: 0.3s;
	text-decoration: none;
}

.prestigeproducts {
	list-style-type: none;
    padding-left: 0;
}

.prestigeproducts li {
	margin-bottom: 15px;
}

.prestigeproducts li a:hover {
	text-decoration: none;
}

.prestigeproducts li a h2 {
	font-size: 20px;
	text-decoration: none;
}

.prestigeshop {
	margin-top: 30px;
}

.woocommerce-MyAccount-navigation {
	max-width: 1140px;
	margin: 10px auto;
}

.woocommerce-MyAccount-navigation ul {
	padding-left: 0;
	margin-left: 0;
	padding: 10px 15px;
	width: 100%;
	list-style-type: none;
	background-color: #E25CA0;
}

.woocommerce-MyAccount-navigation ul li {
	display: inline-block;
	margin-right: 15px;
}

.woocommerce-MyAccount-navigation ul li a {
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
}


.woocommerce-MyAccount-navigation ul li a:hover {
	color: #333;
	text-decoration: none;
	transition: 0.3s;
}

.woocommerce-EditAccountForm label {
	width: 50%;
	display: block;
	font-weight: 500;
}

.woocommerce-EditAccountForm legend {
	margin-left: -5px;
}

form.woocommerce-checkout {
	padding-top: 20px;
}

.woocommerce-checkout .woocommerce-input-wrapper {
	float: right;
}

.woocommerce-billing-fields h3 {
	padding: 10px;
	width: 100%;
	list-style-type: none;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	background-color: #E25CA0;
}

.woocommerce-additional-fields h3 {
	padding: 10px;
	width: 100%;
	list-style-type: none;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	background-color: #E25CA0;
}

#order_review_heading {
	padding: 10px;
	width: 100%;
	list-style-type: none;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	background-color: #E25CA0;
}

.form-row {
	margin-left: 0!important;
	display: block!important;
    padding-right: 5px;
}

.woocommerce-checkout .select2-selection {
	width: 250px;
}

.woocommerce-checkout .input-text  {
    width: 250px;
    resize: none;
}

#billing_city_field {
	margin-top: 60px;
}

ul.wc_payment_methods {
	margin-left: 0;
	padding-left: 0;
}

#order_review .shop_table {
	width: 100%;
}

h2.subtitle {
	font-size: 2.5rem;
	font-weight: 700;
}

.woocommerce-account .woocommerce {
	max-width: 1140px;
	margin: 0 auto;
}

.woocommerce-notices-wrapper {
	margin: 0 auto;
	margin-top: 20px;
	max-width: 1140px;
}

.woocommerce-form-login {
	max-width: 1140px;
	margin: 0 auto;
}

.woocommerce-account .woocommerce h2 {
	padding: 10px;
	width: 100%;
	list-style-type: none;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	background-color: #E25CA0;
}

.lost_password a {
	color: #E25CA0;
	text-decoration: none;
}

.lost_password a:hover {
	color: #333;
	text-decoration: none;
	transition: 0.3s;
}


.return-to-shop a {
	color: #E25CA0;
	text-decoration: none;
}

.return-to-shop a:hover {
	color: #333;
	text-decoration: none;
	transition: 0.3s;
}

.woocommerce-product-gallery__trigger {
	display: none;
}

.product-content .woocommerce-notices-wrapper {
	margin-top: 0;
}

.product-content .entry-summary {
    margin: 0;
}

.product-content .quantity {
	display: inline-block;
	margin-right: 10px;
}

.product-content .input-text.qty {
	width: 100px;
	padding: 7px 10px;
}

button .single_add_to_cart_button {
	display: inline-block;
}

.beforesummary {
	padding-left: 0!important;
}

.descheading {
	padding: 10px;
	width: 100%;
	list-style-type: none;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	background-color: #E25CA0;
}

.galleryslider .slick-prev {
	left: 0;
	z-index: 999;
}

.galleryslider .slick-next {
	right: 0!important;
	z-index: 999;
}

.galleryslider .slick-prev::before, .galleryslider .slick-next::before {    
    background-color: #fff!important;
    padding: 5px;    
}

.modal-backdrop {
    z-index: 999!important;
}

.searchmodal {
	z-index: 1080!important;
}

.searchmodal .modal-dialog {
	margin-top: 40vh;
    max-width: 400px;
    text-align: center;
}

.searchmodal .modal-content {
	padding: 50px 0;
    border: none;
    border-radius: 0;
    z-index: 1081!important;
    outline: 3px solid #E25CA0;
}


/* # WooCommerce Cart Icon CSS with FontAwesome 5
---------------------------------------------------------------------------------------------------- */

.carticon {
    display: inline-block;
    position: relative;
}

.carticon:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;	
    content: "\f07a" !important;
    font-size: 18px;
}

.carticon:hover {
    text-decoration: none;
}

.carticon-count {
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    padding: 0;
    line-height: 1.5;
    font-family: Montserrat, sans-serif;
    vertical-align: bottom;
    height: 15px;
    width: 15px;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    position: absolute;
    right: -10px;
    bottom: 0;
    background-color: #333;
}

@media screen and (max-width: 576px) {
	.filter .form-control {
		margin-bottom: 10px;
	}

	#hero {
		padding-top: 300px;
	}

	#hero h1 {
		font-size: 30px;
		line-height: 36px;
	}

	#hero h4 {
	    font-size: 20px;
	    line-height: 25px;
	}

	#hero button:first-child {
		margin-bottom: 10px;
	}

	#hero p {
	    font-size: 14px;
	    line-height: 18px;
	}

	.home #slider .slick-slide {
		text-align: center;
	}

	.home #slider .slick-slide img {
	    width: 250px;
	    max-width: unset;
	    margin: 0 auto;
	}

	#slider .slick-arrow {
		display: none!important;
	}

	#slider .slider-desc {
		margin-top: 20px;
		text-align: center;
	}
}

.page-numbers {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	text-align: center;
}

.page-numbers li {
	display: inline-block;
	margin-right: 10px;
	font-size: 16px;
}

.page-numbers li a {
	font-weight: bold;
	color: #E25CA0;
	font-size: 16px;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
    background-color: #E25CA0!important;
    color: #fff;
    padding: 5px 10px;
    margin-left: 0;
    margin-bottom: 10px;
    margin-left: -15px;
}

.woocommerce-message a, .woocommerce-info a, .woocommerce-error a, .woocommerce-noreviews a, p.no-comments a {
    color: #fff!important;
    font-weight: bold;
    margin-right: 20px;
}

.upsells h2 {
	font-size: 24px;
	font-weight: bold;
}

h1.product_title.entry-title {
	font-size: 32px;
	font-weight: bold;
}

.sku_wrapper {
	display: block;
	clear: both;
	margin-top: 10px;
}

.posted_in {
	display: block;
	clear: both;
	margin-top: 5px;
}

.posted_in a {
	color: #E25CA0;
}

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

.freeship {
	background-color: #E25CA0;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	float: right;
	width: 160px;
	text-align: right;
	padding: 0 10px;
	line-height: 32px;
	margin-top: 5px;
	margin-right: 10px;
	border-radius: 10px 0 0 10px;
	position: relative;
	height: 32px;
}

.freeship::after{
	content: '';
	position: absolute;
	right: -6px;
	top: 0;
	height: 32px;
	width: 4px;
	background-color: #333;
}

.freeship.hidden { display: none; }

.searchpage {
	padding-top: 0;
}

.searchresults {
	padding-top: 50px;
}

.searchresults .result {
	margin-bottom: 20px;
}

.searchresults .result a.result-title {
	color: #E25CA0;
	text-decoration: none;
}

.searchresults .result a.result-title:hover {
	color: #333;
	text-decoration: none;
}

.searchresults .result a.result-title h2 {
	font-size: 24px!important;
	font-weight: bold;
}

.posts-navigation {
	padding-left: 15px;
	width: 100%;
}

.posts-navigation a {
	color: #E25CA0;
	font-weight: bold;
	text-decoration: none;
}

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

.flex-control-nav.flex-control-thumbs {
	margin-left: 0;
	padding-left: 0;
	margin-top: 10px;
}

.flex-control-nav.flex-control-thumbs li {
	list-style-type: none;
	display: inline-block;
	width: 70px;
	margin-right: 10px;
	cursor: pointer;
	border: 2px solid #E25CA0;
	margin-bottom: 10px;
}

.flex-control-nav.flex-control-thumbs li:hover {
	border: 2px solid #333;
}

.flex-control-nav.flex-control-thumbs li img {
	width: 100%;
	height: auto;
}

#dist {
	text-align: center;
}

#dist h4 {
	color: #000000;
    font-size: 46px;
    font-weight: 900;
    line-height: 57px;
    margin-bottom: 30px;
    text-align: center;
}

#dist .image {
	margin-top: 20px;
}


#topbar {
	background-color: #E25CA0;
	color: #fff;
	margin-bottom: 10px;
	padding: 5px 0;
}

#topbar .left {
	text-align: left;
}

#topbar .right {
	text-align: right;
}

#topbar span {
	font-size: 16px;
	font-weight: 300;
	color: #fff;
}

#topbar .right span {
	text-transform: uppercase;
	font-weight: 600;
}