/* Theme Name: La Maison Interiors
Theme URI: http://www.yellowboxmarketing.co.uk
Description: This website was developed with Forge Ecommerce by Yellow Box Marketing.
Author: Philip Whittle
Author URI: http://www.yellowboxmarketing.co.uk
Version: 1.0 */

/* Layout Containers Header */

.accountBar {
	width: 100%;
	float: left;
	background: #333333;
	color: #ffffff;
	font-size: 10pt;
}

.headerFixed {
	position: fixed;
	width: 100%;
	z-index: 1999;
	transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
header.large .headerFixed { border-bottom: 1px solid rgba(255,255,255,0); }
header.small .headerFixed { border-bottom: 1px solid #efefef; }
.logoBar {
    width: 100%;
    float: left;
    background: #ffffff;
	padding: 10px 0;
	height: 70px;
	font-size: 14px;
}

.logoLeft {
    text-align: left;
	margin-top: 6px;
}
.logoMiddle img, .woocommerce-page .logoMiddle img {
	height: 75px;
}
.logoRight {
	margin-top: 6px;
}
.menuBar {
    width: 100%;
    float: left;
    background: #ffffff;
    color: #52595e;
    z-index: 50;
    position: relative;
    font-size: 0.8em;
}
.uspBar {
    width: 100%;
    float: left;
    color: #ffffff;
    margin-top: 125px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #52595e;
    background: #f9f2f2;
    line-height: 40px;
    font-size: 0.8em;
}

.menuWidget {
    text-align: left;
}

/* Layout Defaults */

html{ scroll-behavior: smooth; }

body {
    text-align: center;
    background: #444444;
    color: #52595e;
    font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 0;
}

.bodyBar {
    width: 100%;
    float: left;
    background: #ffffff;
}

/* Layout Containers Footer */

.footerBar {
    width: 100%;
    float: left;
}

.ctaBar {
	width: 100%;
	float: left;
	background: #333333;
	padding: 12px 0;
}

.badgesBar {
    width: 100%;
    float: left;
    background: #ffffff;
}
.badgesWidget {
}

.detailsBar {
    width: 100%;
    float: left;
    background: #52595e;
    color: #ffffff;
    padding: 80px 0;
    font-size: 0.8em;
}
.detailsWidget {
	float: left;
	width: 23.2%;
	margin-right: 2.4%;
}
.detailsWidget:nth-of-type(4n) {
	margin-right: 0;
}

.guideBar {
	width: 100%;
	float: left;
	background: #ffffff;
	padding: 30px 0;
}

.copyrightBar {
    width: 100%;
    float: left;
    background: #52595e;
    color: #ffffff;
    font-size: 8pt;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 20px 0;
}
.copyrightWidget {
}

/* Layout Containers Popups */

.popupContent {
	position: fixed;
	background: rgba(0,0,0,0.75);
	float: left;
	width: 100%;
	height: 100%;
	bottom: -150%;
	z-index: 1001;
	transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}

.popupContent .ajax-loader { display: none !important; }

.popupContentActive {
	bottom: 0;
}

.popupClose {
	position: absolute;
	width: 50px;
	height: 50px;
	cursor: pointer;
	background: url('images/close.png') center center;
	background-size: cover;
	top: 50px;
	right: 50px;
}

.popupContentInside {
	width: 60%;
	color: #ffffff;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* Layout Containers Home Page */

.homepageBar {
    width: 100%;
    float: left;
}

.sliderBar {
    width: 100%;
    float: left;
    padding: 1px 0 0;
    position: relative;
    background: #ffffff;
}

.sliderScroll {
	display: none;
	width: 100px;
	bottom: 40px;
	color: #ffffff;
	position: absolute;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 10pt;
	z-index: 998;
	left: calc(50% - 50px);
}

.clickToCallBar {
    float: left;
    width: 100%;
    font-size: 15pt;
    font-weight: 700;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

.latestArrivalsBar {
    width: 100%;
    float: left;	
    background: #ffffff;
	padding: 30px 0 0;
}
.featureBar {
    width: 100%;
    float: left;
    background: #f9f2f2;
    padding: 10px 0;
}
.featureBar h4 { font-size: 1em; }

.featureWidget {
    background: #ffffff;
    margin: 19px;
    width: 30% !important;
	color: #333333;
}

.featureWidgetOverlay {
	width: 100%;
    height: 100%;
    float: left;
	border: 1px solid #dedede;
    background: rgba(0, 0, 0, 0.01);
    padding: 0 10px;
	height: 250px;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.featureWidgetText {
	background: rgba(255,255,255,1);
	display: inline-block;
	border: 1px solid #dedede;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.guideWidget {
	color:#ffffff;
    min-height: 0;
    background: #e4e3e3;
    margin: 21px;
    width: 30% !important;
}


.guideWidgetOverlay {
	width: 100%;
    height: 100%;
    float: left;
    background: rgba(0, 0, 0, 0.5);
	padding: 100px 0;
}

.picksBar {
    width: 100%;
    float: left;
    background: #ffffff;
    padding: 42px 0 20px;
}

.aboutBar {
    width: 100%;
    float: left;
	position: relative;
	color: #ffffff;
    background: #52595e;
}
.aboutLeft {
	float: left;
	text-align: left;
	width: 50%;
	padding: 100px;
	color: #52595e;
    background: #f9f2f2;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.aboutRight {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 50%;
	color: #ffffff;
	background: url('images/aboutBackground.jpg') center center;
	background-size: cover;
}

.aboutRightOverlay {
    width: 100%;
    height: 100%;
    float: left;
    background: rgba(0, 0, 0, 0.5);
}

.aboutRightText {
    float: left;
	width: 100%;
	padding: 113px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.newsBar {
	display: none;
	float: left;
	width: 100%;
	padding: 30px 0 40px;
	color: #52595e;
	background: #f9f2f2;
}
.newsWidget {
	float: left;
	display: block;
	width: 23.5%;
	height: 380px;
	font-size: 12pt;
	margin-right: 2%;
	position: relative;
	overflow: hidden;
	background: #dedede;
	background-size: cover;
	background-position: center center;
	transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
a.newsWidget, a:visited.newsWidget { color: #ffffff !important; }
.newsOverlay {
	opacity: 0;
	background: rgba(0,0,0,0.75) url('images/plusButton.png') center center;
	background-size: 40px 40px;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.newsWidget:hover .newsOverlay { opacity: 1; }
.newsTitle {
	position: absolute;
	opacity: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: rgba(0,0,0,0.8);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.newsWidget:hover .newsTitle { opacity: 0; }
/* .newsWidget1 { width: 46%; height: 505px; } */
.newsWidget:nth-of-type(4n) { margin-right: 0; }
.newsWidget small { text-transform: uppercase; letter-spacing: 1px; }

.brandsBar {
	float: left;
	width: 100%;
	padding: 30px 0;
}
.newsletterBar {
	float: left;
	width: 100%;
	padding: 30px 0;
	color: #ffffff;
	background: #444444;
}
.newsletterLeft {
	float: left;
	width: 38%;
	margin-top: 8px;
}
.newsletterCenter {
    float: left;
    width: 44%;
}
.newsletterRight {
    float: left;
    width: 18%;
}
.swatchBar {
	float: left;
	width: 100%;
	color: #ffffff;
	background: #dedede url('images/swatchBackground.jpg') center center;
	background-attachment: fixed;
}
.swatchBarOverlay {
	float: left;
	width: 100%;
	background: rgba(0,0,0,0.5);
	padding: 60px 0;
}

/* Layout Containers Content Page */

.pageBar {
    width: 100%;
    float: left;
	font-size: 14pt;
    text-align: left;
    padding: 30px 0;
}
.pageBarWhite {
	width: 100%;
	float: left;
	font-size: 14pt;
	background: #ffffff;
	text-align: left;
	padding: 30px 0;
}
.pageBarGrey {
	width: 100%;
	float: left;
	font-size: 14pt;
	background: #efefef;
	text-align: left;
	padding: 30px 0;
}
.pageTitleBar {
	width: 100%;
	float: left;
	background: #52595e;
	color: #ffffff;
	padding: 15px 0;
}

/* Layout Containers Blog Page */

.blogSidebar {
	float: left;
	width: calc(100% - 30px);
	margin: 10px 15px 0;
	color: #ffffff;
	background: #444444;
	padding: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.blogSidebar ul {
	width: calc(100% - 30px) !important;
	margin: 10px 15px !important;
	padding: 0 !important;
	display: block !important;
}
.blogSidebar ul li {
	list-style-type: none;
	display: block;
	width: 100% !important;
	padding: 0 0 10px !important;
	margin: 0 0 10px !important;
	border-bottom: 1px solid rgba(255,255,255,0.1)
}
.blogSidebar ul li:first-of-type {
	margin: 10px 0 10px !important;
	padding: 10px 0 10px !important;
	border-top: 1px solid rgba(255,255,255,0.1);
}
.blogSidebar ul li a, .blogSidebar ul li a:visited { width: 100%; color: #cccccc; }
.blogSidebar ul li a:hover, .blogSidebar ul li a:active { color: #ffffff; }
.blogSidebar .post-date {
	display: block;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 8pt;
}
.blogLeft {
}
.blogRight {
}

/* Layout Containers Contact Page */

.contactBar {
    width: 100%;
    float: left;
    text-align: left;
    padding: 12px 0;
}
.contactLeft {
}
.contactRight {
}

/* Layout Containers Gallery Page */

.galleryBar {
    width: 100%;
    float: left;
    text-align: left;
    padding: 12px 0;
}
.galleryLeft {}
.galleryRight {}
.galleryFull {}

.galleryWidget {
	float: left;
	width: 33.3%;
}

.galleryWidget:nth-of-type(3n+1) {
    clear: both;
}

/* Layout Containers Shop Page */

.shopBar {
    width: 100%;
    float: left;
    text-align: left;
    padding: 24px 0;
}
.shopBreadcrumbsBar {
    width: 100%;
    float: left;
    padding: 6px 0;
    color: #ffffff;
    background: #dedede;
    text-align: left;
}
.shopLeft {
}
.shopRight {
}
.shopFull {
}

/* Layout Alignment */

.paraGrid {
	width: auto;
	margin-left: 15px;
	margin-right: 15px;
}
.titleBar {
	width: 100%;
	float: left;
	padding-bottom: 12px;
}
.spacingBar {
	width: 100%;
	float: left;
	padding-bottom: 12px;
}

.grid1 { float: left; width: 100%; }
.grid2 { float: left; width: 50%; }
.grid3 { float: left; width: 33.3%; }
.grid3_2 { float: left; width: 66.7%; }
.grid3Middle { float: left; width: 33.4%; }
.grid4 { float: left; width: 25%; }
.grid4_3 { float: left; width: 75%; }
.grid5 { float: left; width: 20%; }
.grid5_2 { float: left; width: 40%; }
.grid5_3 { float: left; width: 60%; }
.grid5_4 { float: left; width: 80%; }

.gridInside { width: 90%; padding: 0 5%; }
.gridInsideBig { width: 70%; padding: 0 15%; }
.gridInsideSmall { width: 50%; padding: 0 25%; }

.grid970 {
    width: 970px;
    margin-left: auto;
    margin-right: auto;
}

.textLeft { text-align: left; }
.textCenter { text-align: center; }
.textRight { text-align: right; }

.textVertical {
	height: 259px;
	line-height: 259px
}
.textVertical span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

.attachment-post-thumbnail {
    height: auto;
    max-width: 100%;
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

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

a img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

a img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a img {
    border: 0;
}

.alignright { float: right; }
.alignleft { float: left; }

.clear { clear: both; margin: 0; padding: 0; }
.last { margin-right: 0 !important; margin-bottom: 0 !important; }
.nopadding { vertical-align: bottom; }

/* Content Text & Headers */

p {
    padding: 0 15px;
    margin: 10px 0;
	line-height: 1.5em;
}

.featureBar p {
    padding: 0 15px;
}

.copyrightBar p {
    margin: 0;
}
.detailsWidget p {
	line-height: 1.9em;
}

p.meta {
    margin: 0 0 10px;
    font-size: 9pt;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h1 {
    padding: 0 15px;
    margin: 10px 0;
    font-size: 2.2em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.aboutBar h1 { font-size: 1.5em; }

.taglineBar h1 {
    margin-bottom: 0;
}

h2 {
    padding: 0 15px;
    margin: 10px 0;
    font-size: 2em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.taglineBar h2 { font-size: 1.4em; margin-top: 0; }
.titleBar h2 { font-size: 2.2em; }

h3 {    
    padding: 0 15px;
    margin: 10px 0;
    font-size: 1.5em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.detailsBar h3 { margin-bottom: 20px; }

h4 {
    padding: 0 15px;
    margin: 10px 0;
    font-size: 1.4em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h5 {
    padding: 0 15px;
    margin: 10px 0;
    font-size: 1.3em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h6 {
    padding: 0 15px;
    margin: 10px 0;
    font-size: 1.2em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h6.meta {
    padding: 0 15px;
    margin: 10px 0 0;
}

.underline {
	width: 100%;
	height: 3px;
	background: url('images/underline.png') center center;
	background-repeat: no-repeat;
}

.underlineLight {
	width: 100%;
	height: 3px;
	background: url('images/underlineLight.png') center center;
	background-repeat: no-repeat;
}

.underlineDark {
	width: 100%;
	height: 3px;
	background: url('images/underlineDark.png') center center;
	background-repeat: no-repeat;
}

/* Content Images */

.bigIcon { font-size: 40pt; }

img {
    padding: 0px;
    margin: 0px;
	max-width: 100%;
    height: auto;
}

#postLeft img {
    max-width: 100px;
}

.featureWidget img {
	margin-bottom: 0;
}

/* Content Videos */

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden; max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Content Lists */

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

li {
    list-style-type: disc;
    margin-left: 15px;
}

.detailsBar ul {
	width: calc(100% - 30px);
	margin: 10px 15px;
}
.detailsBar li {
	width: 100%;
	padding: 0 0 10px;
	margin: 0 0 10px;
	list-style-type: none;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.detailsBar li a {
}

.bodyBar ul {
    padding-left: 15px;
}

.rev_slider ul {
    padding-left: 0 !important;
}

.tp-bullets {
	z-index: 750 !important;
}

.plain-select  {
	display:inline-block;
	vertical-align:middle;
	position:relative;
	width:100%;
}

.plain-select select {
	line-height:normal;
	height: 50px;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	appearance:none;
	width:200px;
	border-radius:6px;
	display:block;
	width:100%;
	border:1px solid #c8c8c8;
	background:#fff url(images/inpbg.png) repeat-x 0 0;
	color:#333333;
    font-size: 17px;
	padding:8px 20px 7px 10px;
	margin:0;
	line-height: auto;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	position: relative;
}

.plain-select select:focus {
	background: #f9f9f9;
	outline: none;
	border-color: #333333;
}

.plain-select select:hover {
	background: #f9f9f9;
	outline: none;
	border-color: #333333;
}

.plain-select:after{
	content: "";
	position: absolute;
	z-index: 2;
	right: 8px;
	top: 25px;
	height: 0;
	width: 0;
	border-top: 6px solid #333333;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	pointer-events: none;
}

/* Content Menus */

header, a, img { /* Header Test */
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

header {
    float: left;
    width: 100%;
}

.bodyBar header {
	position: relative;
}

header.large { /* Large Sticky Header */
    background: #ffffff;
	z-index: 999;
}

header.large ul li a {
    line-height: 35px;
    height: 35px; 
    padding: 0 35px;
    display: block;
    margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
    text-decoration: none;
    color: #333333;
    z-index: 999;
}

header.large ul li:hover > a {
}

header.large ul li a:hover {
    z-index: 999;
}

header.large ul li.current_page_item a {
    z-index: 999;
}

header.large ul { /* Menu Level 1 */
    display: inline-block;
    zoom: 1;
    *display: inline;
    z-index: 999;
    vertical-align: bottom;
}

header.large li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    list-style: none;
    position: relative;
    vertical-align: bottom;
    margin: 0;
    z-index: 999;
}

header.large ul li {
    padding: 0;
    display: block;
    float: left;
    line-height: 30px;
    z-index: 999;
}

header.large ul ul { /* Menu Level 2 */
    display: none;
    position: absolute;
    top: 35px;
    left: 0px;
    background: url('images/transparent.png');
    border: 1px solid #dedede;
	background: #ffffff;
}

header.large ul ul li {
    float: none;
    width: 300px;
    text-align: left;
}

header.large ul li.current_page_item ul li a, header.large ul ul li a {
    width: 270px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: #ffffff;
    background-position: center;
    color: #7d7f7e;
    margin: 0;
	height: auto;
    font-size: 10pt;
    letter-spacing: 0;
	line-height: 1.1em;
    padding: 10px 15px;
    z-index:999;
}

header.large ul li.current_page_item ul li a:hover, header.large ul ul li a:hover {
    color: #333333;
    background: #f9f2f2;
    background-position: center;
    padding: 10px 15px;
    line-height: 1.1em;
}

header.large ul li:hover > ul {
    display: block;
}

header.large ul ul li ul { /* Menu Level 3 */
    left: 180px;
    top: 0;
    padding-top: 0;
}

header.small { /* Small Sticky Header */
	background: #ffffff;
	z-index: 999;
}

header.small ul li a {
    line-height: 50px;
    height: 50px; 
    padding: 0 40px;
    display: block;
    margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
    text-decoration: none;
    color: #ffffff;
    z-index: 999;
}

header.small ul li:hover > a {
}

header.small ul li a:hover {
    z-index: 999;
}

header.small ul li.current_page_item a {
    z-index: 999;
}

header.small ul { /* Menu Level 1 */
    display: inline-block;
    zoom: 1;
    *display: inline;
    z-index: 999;
    vertical-align: bottom;
}

header.small li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    list-style: none;
    position: relative;
    vertical-align: bottom;
    margin: 0;
    z-index: 999;
}

header.small ul li {
    padding: 0;
    display: block;
    float: left;
    line-height: 30px;
    z-index: 999;
}

header.small ul ul { /* Menu Level 2 */
    display: none;
    position: absolute;
    top: 50px;
    left: 0px;
    background: url('images/transparent.png');
    border: 1px solid #dedede;
	background: #ffffff;
}

header.small ul ul li {
    float: none;
    width: 300px;
    text-align: left;
}

header.small ul li.current_page_item ul li a, header.small ul ul li a {
    width: 270px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: #ffffff;
    background-position: center;
    color: #7d7f7e;
    margin: 0;
	height: auto;
    font-size: 10pt;
    letter-spacing: 0;
    line-height: 1.1em;
    padding: 10px 15px;
    z-index:999;
}

header.small ul li.current_page_item ul li a:hover, header.small ul ul li a:hover {
    color: #ffffff;
    background: #eca87b;
    background-position: center;
    padding: 10px 15px;
    line-height: 1.1em;
}

header.small ul li:hover > ul {
    display: block;
}

header.small ul ul li ul { /* Menu Level 3 */
    left: 180px;
    top: 0;
    padding-top: 0;
}

/* Mobile Menu Button */

.logoMenuButton {
  width: 28px;
  height: 24px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.logoMenuButton span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #cec6c6;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.logoMenuButton span:nth-child(1) {
  top: 0px;
}

.logoMenuButton span:nth-child(2), .logoMenuButton span:nth-child(3) {
  top: 8px;
}

.logoMenuButton span:nth-child(4) {
  top: 16px;
}

.logoMenuButton.open span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}

.logoMenuButton.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.logoMenuButton.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.logoMenuButton.open span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}

/* Mobile Menu Level 1 */

.mobileMenuSearch {
	float: left;
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: 1px solid #dedede;
}

.mobileMenu {
	max-height: 0;
	opacity: 0;
	position: fixed;
	width: 100%;
	top: 70px;
	z-index: 2000;
	border-top: 1px solid #dedede;
	overflow: hidden;
	height: calc(100vh - 70px);
	background: #ffffff;
	overflow-y: scroll;
	transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.mobileMenuVisible {
	opacity: 1;
	max-height: 1000px;
}
.mobileMenu ul {
	width: 100%;
	padding: 0;
	margin: 0;
	transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.mobileMenu ul li {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: relative;
}
.mobileMenu ul li a {
	width: 100%;
	display: block;
	text-align: left;
	padding-left: 12px;
	padding-right: 50px;
	line-height: 42px;
	font-size: 10pt;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #333333;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: 1px solid #dedede;
}
.mobileMenu ul li.current-menu-item a { background: #ffffff; color: #333333; }
.mobileMenu ul li.current-menu-item li a { background: #ffffff; color: #333333; }

/* Mobile Menu Level 2 */

.mobileMenu ul li.menu-item-has-children a:first-of-type { width: calc(100% - 43px); }
.mobileMenu ul li.menu-item-has-children ul li a:first-of-type { width: calc(100%); }
.mobileMenu ul li.menu-item-has-children:after {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	content: " ";
	height: 42px;
	line-height: 42px;
	width: 42px;
	text-align: center;
    cursor: default;
	background: url('images/icon_down.png') center center;
	background-size: contain;
	border-left: 0px solid #dedede;
	border-bottom: 1px solid #dedede;
}
.mobileMenu ul li.has-children-active:after {
	content: " ";
	background: url('images/icon_up.png') center center;
	background-size: contain;
}
.mobileMenu ul li.menu-item-has-children ul { overflow: hidden; max-height: 0; opacity: 0; }
.mobileMenu ul li.has-children-active ul { max-height: 400px; opacity: 1; }
.mobileMenu ul ul li a { padding-left: 24px; }

/* Content UberMenu Style */

.ubermenu-skin-black-white-2.ubermenu-responsive-toggle { /* Toggle Button */
	background: #333333 !important;
    font-size: 15pt !important;
}

.ubermenu-skin-black-white-2.ubermenu-responsive-toggle:hover { /* Toggle Button Hover */
	background: #222222 !important;
}

.ubermenu-skin-black-white-2 { /* Drop Down First Level */
  border: 1px solid #000000 !important;
  background-color: #3d3d3d !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #3d3d3d), color-stop(50%, #3d3d3d), color-stop(50%, #212121)) !important;
  background: -webkit-linear-gradient(top, #3d3d3d, #212121) !important;
  background: -moz-linear-gradient(top, #3d3d3d, #212121) !important;
  background: -ms-linear-gradient(top, #3d3d3d, #212121) !important;
  background: -o-linear-gradient(top, #3d3d3d, #212121) !important;
  -webkit-box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.1) !important;
  -moz-box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.1) !important;
  box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.1) !important;
}

.ubermenu-skin-black-white-2 .ubermenu-item-level-0:hover > .ubermenu-target,
.ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-active > .ubermenu-target { /* Drop Down Hover */
  background: #222222 !important;
  color: #ffffff !important;
}

.ubermenu-skin-black-white-2 .ubermenu-submenu.ubermenu-submenu-drop { /* Second Level Drop Down */
	background: #ffffff !important;
}

#ubermenu-main-2-main_nav { /* Remove Invisible Border Below Button */
    border: 0 !important;
}

/* Content Links & Buttons */

a, a:visited {
    text-decoration: none;
    color: #999999;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

a:hover, a:active {
    color: #333333;
}

.aboutBar a, .aboutbar a:visited { color: #eca87b; }
.aboutBar a:hover, .aboutBar a:visited { color: #ffffff; }

.uspBar a, .uspBar a:visited { color: #ffffff; }
.uspBar a:hover, .uspBar a:active { color: #ffffff; }

.accountBar a, .accountBar a:visited, .detailsBar a, .detailsBar a:visited, .copyrightBar a, .copyrightBar a:visited {
    color: #cccccc;
}

.accountBar a:hover, .accountBar a:active, .detailsBar a:hover, .detailsBar a:active, .copyrightBar a:hover, .copyrightBar a:active {
    color: #ffffff;
}

button, input[type=submit] {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	cursor: pointer;
}

.buttonBasic {
    padding: 10px 20px;
    color: #ffffff;
    background: #333333;
    border: 2px solid #333333;
	margin-bottom: 6px;
    font-size: 10pt;
	display: inline-block;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.buttonBasic:hover{
    color: #ffffff;
    background: #333333;
    border: 2px solid #333333;
}

a.buttonBasic {
    color: #ffffff !important;
}

a:hover.buttonBasic {
    color: #ffffff !important;
}

.buttonTransparent {
    padding: 10px 20px;
    color: #333333;
    background: rgba(0,0,0,0) center;
    border: 2px solid #333333;
	margin-bottom: 6px;
    font-size: 10pt;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.buttonTransparent:hover{
    color: #ffffff;
    background: #333333;
    border: 2px solid #333333;
}

a.buttonTransparent {
    color: #333333 !important;
}

a:hover.buttonTransparent {
    color: #ffffff !important;
}

.buttonWhite {
    padding: 10px 20px;
    color: #333333;
    background: #ffffff;
    border: 2px solid #ffffff;
	margin-bottom: 6px;
    font-size: 10pt;
	display: inline-block;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.buttonWhite:hover{
    color: #ffffff;
    background: #333333;
    border: 2px solid #333333;
}

a.buttonWhite {
    color: #333333 !important;
}

a:hover.buttonWhite {
    color: #ffffff !important;
}

.buttonLogo {
    padding: 10px;
    color: #52595e;
    background: rgba(0,0,0,0) center;
    border: 2px solid #52595e;
	margin-bottom: 6px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1em;
	position: relative;
	display: inline-block;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.buttonLogo:hover{
    color: #ffffff;
    background: #52595e;
    border: 2px solid #52595e;
}
a.buttonLogo {
    color: #52595e !important;
}
a:hover.buttonLogo {
    color: #ffffff !important;
}
.buttonLogo span {
	position: absolute;
	top: -10px;
	right: -10px;
	background: #afafaf;
	color: #ffffff;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 4px 8px;
	font-size: 8pt;
}

.buttonNewsletter {
	padding: 0 20px;
	color: #ffffff;
	line-height: 44px;
	background: rgba(255,255,255,0);
	border: 2px solid #ffffff;
	font-size: 10pt;
	width: 100%;
	letter-spacing: 1px;
	text-transform: uppercase;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.buttonNewsletter:hover {
	color: #333333;
    background: #ffffff;
    border: 2px solid #ffffff;
}
a.buttonNewsletter {
    color: #ffffff !important;
}

a:hover.buttonNewsletter {
    color: #333333 !important;
}

.buttonWhiteTransparent {
    padding: 10px 20px;
    color: #333333;
    background: #ffffff;
    border: 2px solid #ffffff;
	margin-bottom: 6px;
    font-size: 10pt;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.buttonWhiteTransparent:hover{
    color: #52595e;
    background: #f9f2f2;
    border: 2px solid #52595e;
}

a.buttonWhiteTransparent {
    color: #52595e !important;
}

a:hover.buttonWhiteTransparent {
    color: #333333 !important;
}

.buttonColour {
    padding: 10px 20px;
    color: #ffffff;
    background: #f07622;
    border: 2px solid #f07622;
	margin-bottom: 6px;
    font-size: 10pt;
	display: inline-block;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.buttonColour:hover{
    color: #ffffff;
    background: #333333;
    border: 2px solid #333333;
}

a.buttonColour {
    color: #ffffff !important;
}

a:hover.buttonColour {
    color: #ffffff !important;
}

.buttonColourTransparent {
    padding: 10px 20px;
    color: #eca87b;
    background: rgba(0,0,0,0);
    border: 2px solid #eca87b;
	margin-bottom: 6px;
    font-size: 10pt;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	line-height: 25px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.buttonColourTransparent:hover{
    color: #ffffff;
    background: #eca87b;
    border: 2px solid #eca87b;
}

a.buttonColourTransparent {
    color: #eca87b !important;
}

a:hover.buttonColourTransparent {
    color: #ffffff !important;
}

.buttonFill, .buttonFill:visited {
    display: inline-block;
    padding: 10px 20px;
    position: relative;
    background: rgba(0,0,0,0);
    border: 2px solid #333333;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 0;
    font-size: 12pt;
    cursor: pointer;
    transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    color: #333333;
}
.buttonFill:hover, .buttonFill:active {
    color: #ffffff;
}

.buttonFill::before {
    background: #333333;
    display: block;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    left: -100%;
    top: 0;
    z-index: -1;
    transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
}

.buttonFill:hover::before {
    left: 0;
}

p.buttonSpace {
    margin: 15px 0;
	line-height: 1em;
}

.submitCenter {
    margin-left: 20px;
}

.clickToCallBar a {
    width: 100%;
    display: block;
    line-height: 2.5em;
    background: #333333 url('images/splitbg.png') center;
    color: #ffffff;
}

.socialButton {
    max-width: 42px !important;
}

/* Content Contact Forms */

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
    color:    #fff;
	opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder { 
    color:    #fff;
	opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder { 
    color:    #fff;
	opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
    color:    #fff;
	opacity: 1;
}

.sidebarForm input::-webkit-input-placeholder, .sidebarForm textarea::-webkit-input-placeholder { 
    color:    #888;
	opacity: 1;
}
.sidebarForm input:-moz-placeholder, .sidebarForm textarea:-moz-placeholder { 
    color:    #888;
	opacity: 1;
}
.sidebarForm input::-moz-placeholder, .sidebarForm textarea::-moz-placeholder { 
    color:    #888;
	opacity: 1;
}
.sidebarForm input:-ms-input-placeholder, .sidebarForm textarea:-ms-input-placeholder { 
    color:    #888;
	opacity: 1;
}

.contact, .input-text {
    width: 100%;
    padding: 15px;
    font-family: 'Lato', sans-serif;
    font-size: 10pt;
    border: 1px solid #dedede;
	color: #333;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.contact:hover, .input-text:hover {
    border: 1px solid #000000;
}

.contact2 {
    width: 100%;
    height: 120px;
    padding: 15px;
    resize: none;
    font-family: 'Lato', sans-serif;
    font-size: 10pt;
    border: 1px solid #dedede;
	color: #333;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.contact2:hover {
    border: 1px solid #000000;
}

.contact3 {
    width: 180px;
    padding: 15px;
    font-family: 'Lato', sans-serif;
    font-size: 10pt;
    border: 1px solid #dedede;
	color: #333;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.contact3:hover {
    border: 1px solid #000000;
}

.verification {
    padding: 0;
    margin: 0 0 8px;
    vertical-align: bottom;
}

.wpcf7 .wpcf7-validation-errors{
    border:none;
    background-color:#f4ae46;
    margin:0;
    padding:20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.wpcf7 .wpcf7-mail-sent-ok{
    border:none;
    background-color:#7ad33f;
    margin:0;
    padding:20px;
    
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.wpcf7 .wpcf7-mail-sent-ng{
    border:none;
    background-color:#cf2d38;
    margin:0;
    padding:20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: white;
}

.wpcf7 span.wpcf7-not-valid-tip{
    display: none;
}

.wpcf7-form .fleft{
  float: left;
}

.wpcf7-form .mright20{
  margin-right: 20px;
}

.wpcf7-form .mright40{
  margin-right: 40px;
}

.wpcf7-form .clear{
  clear: both;
}

form.invalid input.wpcf7-not-valid{
  border:1px solid red;
  background:#f0e3e3;
}

/* New Select Forms */

.select {
  display: inline-block;
  position: relative;
  height: 47.5px;
  background: white;
  width: 100%;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
}
.select:after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #efc337 transparent transparent transparent;
  pointer-events: none;
}
.select:before {
  width: 30px;
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background: whitesmoke;
  content: '';
  pointer-events: none;
}
.select:hover:before {
  background: #d9d9d9;
}
.select select {
  font-size: 14px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  height: 100%;
  width: 100%;
  cursor: pointer;
  outline: none;
  padding-right: 35px;
  padding-left: 15px;
  border: 1px solid #efc337;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.select select::-ms-expand {
  display: none;
}
.select select:focus {
  border-color: #efc337;
}

@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
  .select select {
    padding-right: 0;
  }
  .select:after, .select:before {
    display: none;
  }
}

/* Content Data Grids */

.dataRow {
	float: left;
	width: 100%;
}

.data2 {
	float: left;
	width: 50%;
}

.data3 {
	float: left;
	width: 33.3%;
}

.data3_2 {
	float: left;
	width: 66.6%;
}

.data4 {
	float: left;
	width: 25%;
}

.data4_3 {
	float: left;
	width: 75%;
}

.data5 {
	float: left;
	width: 20%;
}

.data5_2 {
	float: left;
	width: 40%;
}

.data5_3 {
	float: left;
	width: 60%;
}

.data5_4 {
	float: left;
	width: 80%;
}

.data6 {
	float: left;
	width: 16.66%;
}

.data6_2 {
	float: left;
	width: 33.33%;
}

.data6_3 {
	float: left;
	width: 50%;
}

.data6_4 {
	float: left;
	width: 66.66%;
}

.data6_5 {
	float: left;
	width: 83.33%;
}

.cellLight {
	width: 100%;
	float: left;
	background: #efefef;
}

.cellDark {
	width: 100%;
	float: left;
	background: #dedede;
}

.cellTitle {
	width: 100%;
	float: left;
	background: #B69EF1;
	color: #ffffff;
}

/* Content Animations */

@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}

@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}

@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}

@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}

.animate-flicker {
   -webkit-animation: flickerAnimation 4s infinite;
   -moz-animation: flickerAnimation 4s infinite;
   -o-animation: flickerAnimation 4s infinite;
    animation: flickerAnimation 4s infinite;
}

.animate-flicker-slow {
   -webkit-animation: flickerAnimation 10s infinite;
   -moz-animation: flickerAnimation 10s infinite;
   -o-animation: flickerAnimation 10s infinite;
    animation: flickerAnimation 10s infinite;
}

.fade {
    opacity: 1;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.fade:hover {
    opacity: 0.5;
}

.reveal {
	opacity: 0.5;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.reveal:hover {
	opacity: 1;
}

/* WooCommerce Core */

.accordion-content { line-height: normal !important; }
.accordion-content h2 { font-size: 12pt; }
.accordion-content h2:first-of-type { display: none; }

h1.product_title { font-size: 20pt; }

section.up-sells { clear: both; }

.woocommerce .page-title { display: none; }
p.woocommerce-result-count { padding: 0; }
p.price { padding: 0; }
p.stock.in-stock { padding: 0; }
.woocommerce-variation-availability p { padding: 0; }
.woocommerce-product-details__short-description p { padding: 0; }
.woocommerce-variation-description p { padding: 0; }
.woocommerce-variation-description h6, .woocommerce-variation-description h5, .woocommerce-variation-description h4, .woocommerce-variation-description h3, .woocommerce-variation-description h2, .woocommerce-variation-description h1 { padding: 0; }

.zoomImg { transition: none; }
.sku_wrapper { display: none; }

.woo-vari-titles {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	line-height: 3em !important;
}

.woo-vari-selectors .plain-select::after {
	margin-top: -17px;
}

.bodyBar .woocommerce-Price-amount {
	font-size: 1.5em;
	color: #52595e !important;
	font-weight: 700;
}
.bodyBar .entry-summary .woocommerce-Price-amount {
	font-size: 1.5em;
}

.woocommerce button.single_add_to_cart_button {
	background: #27ae60 !important;
	padding: 18px 25px !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10pt !important;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}

.woocommerce button.single_add_to_cart_button:hover {
	background-color: #333333 !important;
}

.add_to_cart_button { display: none !important; }

section.related { clear: both; }
section.related h2 { padding: 0; }

/* WooCommerce Owl Slider */

.wcps-container .owl-nav.middle-fixed .owl-next {
	background-color: #ffffff !important;
}

.wcps-container .owl-nav.middle-fixed .owl-prev {
	background-color: #ffffff !important;
}

.wcps-container:hover .owl-nav.middle-fixed .owl-prev, .wcps-container:hover .owl-nav.middle-fixed .owl-next {
	box-shadow: none !important;
}

#wcps-6879 .wcps-items { background: rgba(0,0,0,0) !important; }

.wcps-container .wcps-items-title a { font-weight: 400 !important; }

/* WooCommerce Search */

.product-search  {
	width: calc(100% - 30px);
	margin: 0 15px !important;
}
.product-search-field {
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.product-search-results {
	z-index: 1000;
}

/* WooCommerce Search Old */

.aws-container .aws-show-clear .aws-search-field {
	padding-left: 40px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
}
.aws-wrapper { position: relative; }
.aws-wrapper::after {
	position: absolute;
	left: 5px;
	top: 0;
	display: block;
	content: " ";
	width: 30px;
	height: 100%;
	background: url('images/searchIcon.png') center center;
	background-size: 26px 26px;
	background-repeat: no-repeat;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	z-index: 1000;
}

/* WooCommerce Errors */

ul.woocommerce-error {
	padding-left: 3.5em;
}

/* WooCommerce Category Page */

.term-description {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	padding: 15px;
	font-size: 12pt;
	background: #efefef;
	border: 1px solid #dedede;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

p.term-description {
	padding: 0;
}

a.woocommerce-LoopProduct-link {
    color: #333333 !important;
    text-align: center;
}
.woocommerce-LoopProduct-link .woocommerce-Price-amount {
    font-size: 1.5em;
	color: #52595e !important;
	font-weight: 700;
}

.wcps-container .wcps-items-title a {
	   font-size: 1.5em;
	color: #52595e !important;
	font-weight: 700;
}


.bodyBar .owl-item .woocommerce-Price-amount {
    font-size: 1.5em;
	color: #52595e !important;
	font-weight: 700;
}

.woocommerce-loop-product__link br { display: none; }

.woocommerce ul.products li.product a img {
	/* border: 1px solid #dedede; */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* WooCommerce Product Page */

.product-template-default .pageTitleBar { display: none; }
.product_meta { display: none; }

.productPageOptions {
    float: left;
    width: 100%;
	font-weight: 600;
    margin-bottom: 15px;
}

.productPageOptions a {
    margin-top: 6px;
    border: 2px solid #dedede;
    display: inline-block;
}

.productPageOptions img {
	width: 40px;
    border: 2px solid #ffffff;
	vertical-align: bottom;
}

.productPageOptions a:hover {
    border: 2px solid #eca87b;
}

a.productPageOptionCurrent {
    border: 2px solid #7d7f7e;
}


/* WooCommerce Cart */

.product-thumbnail img {
	width: 100px !important;
	border: 1px solid #dedede;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.product-remove { display: none; }

.woocommerce-shipping-calculator p { padding: 0; }

.cart_totals  h2 { padding: 0; }

.actions .coupon {
	width: 100% !important;
}

.actions .coupon #coupon_code {
	width: 50% !important;
	padding: 10px !important;
}

.actions .coupon .button {
	float: left !important;
}

.woocommerce .checkout-button {
	background: #27ae60 !important;
	padding: 18px 25px !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10pt !important;
	width: 100%;
	font-size: 15pt !important;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}

.woocommerce .checkout-button:hover {
	background-color: #333333 !important;
}

.shipping-calculator-form input::-webkit-input-placeholder, .shipping-calculator-form textarea::-webkit-input-placeholder { 
    color:    #333;
	opacity: 1;
}
.shipping-calculator-form input:-moz-placeholder, .shipping-calculator-form textarea:-moz-placeholder { 
    color:    #333;
	opacity: 1;
}
.shipping-calculator-form input::-moz-placeholder, .shipping-calculator-form textarea::-moz-placeholder { 
    color:    #333;
	opacity: 1;
}
.shipping-calculator-form input:-ms-input-placeholder, .shipping-calculator-form textarea:-ms-input-placeholder { 
    color:    #333;
	opacity: 1;
}

/* WooCommerce Checkout */

.woocommerce-billing-fields h3 { padding: 0; }
.woocommerce-shipping-fields h3 { padding: 0; }
.woocommerce-additional-fields h3 { padding: 0; }
#order_review_heading { padding: 0; }
ul.wc_payment_methods li { list-style-type: none; }
.select2-results__options li {	list-style-type: none; }

.checkoutTop {
	display: none;
}

.checkoutLeft {
    float: left;
	width: 49%;
}

.checkoutRight {
	float: right;
	width: 49%;
}

.checkoutBubble {
	float: left;
	width: 100%;
	padding: 16px;
	margin-bottom: 12px;
	border: 1px solid #dedede;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.place-order button {
	background: #27ae60 !important;
	padding: 18px 25px !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10pt !important;
	width: 100%;
	font-size: 15pt !important;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}

.place-order button:hover {
	background-color: #333333 !important;
}

.bodyBar .woocommerce-Price-amount { font-size: 1em !important; }

#add_payment_method #payment div.payment_box .form-row, .woocommerce-cart #payment div.payment_box .form-row, .woocommerce-checkout #payment div.payment_box .form-row { margin-bottom: 0 !important; }

	.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
		width: 50% !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

/* WooCommerce Quantity Increment */

.quantity .plus, .quantity .minus {
    position: relative !important;
    float: left !important;
    background: #efefef !important;
    border: 0 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    height: 50px !important;
    width: 38px !important;
    font-weight: normal !important;
}

.quantity .input-text {
    float: left !important;
    border: 0 !important;
    margin: 0 2px !important;
    background: #efefef !important;
    height: 50px !important;
    font-weight: normal !important;
}

/* WooCommerce Accordions */

.woocommerce-tabs {
	float: right;
	width: 48%;
	clear: right !important;
}

.accordion-header h1::first-letter {
	display: none;
}

.accordion-header h1::nth-letter(2) {
	display: none;
}

.accordion-header {
    min-height: 20px !important;
}

.accordion-header h1 {
    font-weight: bold !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    line-height: normal !important;
}

.drawer {
    margin-bottom: 12px;
}

/* Custom Tweaks */

.testimonial_rotator_wrap { padding: 0 !important; margin: 0 !important; }

.socialIcon {
	font-size: 3em;
	margin-left:20px;
}

.wcps-container .wcps-items-title a {
    font-weight: 700 !important;
}


#wcps-57 .wcps-items .wcps-items-title {
    text-align:center !important;
}

.wcps-container .wcps-items-title {
    text-align:center !important;
}

#wcps-57 .wcps-items .wcps-items-category, #wcps-57 .wcps-items .wcps-items-category a {
    text-align:center !important;
}

#wcps-57 .wcps-items .wcps-items-price {
    text-align:center !important;
}
.wcps-container .wcps-items div.wcps-items-price {
    text-align:center !important;
}

.wcps-container .wcps-items-excerpt {
    /* padding: 10px 12px; */
	padding: 0 !important;
}

#wcps-57 .wcps-items .wcps-items-title {
	text-transform: uppercase;
}

#wc-stripe-payment-request-button-separator { display: none !important; }
