/*
Theme Name: BW2018
Theme URI: http://wordpress.org/themes/bw2018
Author: Round Creative
Author URI: http://round.com
Description: A custom made theme for Boutique Whitening
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: bw2018
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #373737;
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}
body {
	background: #efefef;
}
#page {
	background: #fff;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 1.625em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd, samp, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: -2px 0 0 -2px;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* =Quote
----------------------------------------------- */

.format-quote blockquote {
	color: #555;
	font-size: 17px;
	margin: 0;
}

/* =Media
-------------------------------------------------------------- */

audio,
video {
	display: inline-block;
	max-width: 100%;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}

/* =Comments
----------------------------------------------- */

#comments-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 68.9%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 68.9%;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}

/* ------------------------------------------------- CUSTOM STYLES FROM THIS POINT ON ----------------------------------------- */
/* IMAGE LIGHTBOX SELECTOR */
#imagelightbox-loading,
		#imagelightbox-loading div
		{
			border-radius: 50%;
		}
		#imagelightbox-loading
		{
			width: 2.6em !important; /* 40 */
			height: 2.6em !important; /* 40 */
			background-color: #444;
			background-color: rgba( 0, 0, 0, .5 );
			position: fixed;
			z-index: 10003;
			top: 50%;
			left: 50%;
			margin: -1.25em 0 0 -1.25em; /* 20 */
			text-align:center;
			-webkit-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
			box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
	box-sizing: border-box;
		}
			#imagelightbox-loading div
			{
				position:relative;
				top:50%;
				left:50%;
				width: 1.24em; /* 20 */
				height: 1.24em; /* 20 */
				background-color: #fff;
				margin-left:-0.62em;
				margin-top:-0.62em;
				
	box-sizing: border-box;
				-webkit-animation: imagelightbox-loading .5s ease infinite;
				animation: imagelightbox-loading .5s ease infinite;
			}

			@-webkit-keyframes imagelightbox-loading
			{
				from { opacity: .5;	-webkit-transform: scale( .75 ); }
				50%	 { opacity: 1;	-webkit-transform: scale( 1 ); }
				to	 { opacity: .5;	-webkit-transform: scale( .75 ); }
			}
			@keyframes imagelightbox-loading
			{
				from { opacity: .5;	transform: scale( .75 ); }
				50%	 { opacity: 1;	transform: scale( 1 ); }
				to	 { opacity: .5;	transform: scale( .75 ); }
			}
/* ARROWS */

		.imagelightbox-arrow
		{
			width: 3.75em; /* 60 */
			height: 7.5em; /* 120 */
			background-color: #444;
			background-color: rgba( 0, 0, 0, .5 );
			vertical-align: middle;
			display: none;
			position: fixed;
			z-index: 10001;
			top: 50%;
			margin-top: -3.75em; /* 60 */
		}
		.imagelightbox-arrow:hover,
		.imagelightbox-arrow:focus	{ background-color: rgba( 0, 0, 0, .75 ); }
		.imagelightbox-arrow:active { background-color: #111; }

			.imagelightbox-arrow-left	{ left: 2.5em; /* 40 */ }
			.imagelightbox-arrow-right	{ right: 2.5em; /* 40 */ }

			.imagelightbox-arrow:before
			{
				width: 0;
				height: 0;
				border: 1em solid transparent;
				content: '';
				display: inline-block;
				margin-bottom: -0.125em; /* 2 */
			}
				.imagelightbox-arrow-left:before
				{
					border-left: none;
					border-right-color: #fff;
					margin-left: -0.313em; /* 5 */
				}
				.imagelightbox-arrow-right:before
				{
					border-right: none;
					border-left-color: #fff;
					margin-right: -0.313em; /* 5 */
				}
    #imagelightbox-overlay {
      position:fixed;
      top:0;
      left:0;
      height:100%;
      width:100%;
      background-color:rgb(0,0,0);
      background-color: rgba(0,0,0,0.75);
    }
		#imagelightbox-loading,
		#imagelightbox-overlay,
		#imagelightbox-close,
		#imagelightbox-caption,
		#imagelightbox-nav,
		.imagelightbox-arrow
		{
			-webkit-animation: fade-in .25s linear;
			animation: fade-in .25s linear;
		}
			@-webkit-keyframes fade-in
			{
				from	{ opacity: 0; }
				to		{ opacity: 1; }
			}
			@keyframes fade-in
			{
				from	{ opacity: 0; }
				to		{ opacity: 1; }
			}

		@media only screen and (max-width: 41.250em) /* 660 */
		{
			#container
			{
				width: 100%;
			}
			#imagelightbox-close
			{
				top: 1.25em; /* 20 */
				right: 1.25em; /* 20 */
			}
			#imagelightbox-nav
			{
				bottom: 1.25em; /* 20 */
			}

			.imagelightbox-arrow
			{
				width: 2.5em; /* 40 */
				height: 3.75em; /* 60 */
				margin-top: -2.75em; /* 30 */
			}
			.imagelightbox-arrow-left	{ left: 1.25em; /* 20 */ }
			.imagelightbox-arrow-right	{ right: 1.25em; /* 20 */ }
		}

		@media only screen and (max-width: 20em) /* 320 */
		{
			.imagelightbox-arrow-left	{ left: 0; }
			.imagelightbox-arrow-right	{ right: 0; }
		}
#imagelightbox {
    cursor: pointer;
    position: fixed;
    z-index: 10000;
    top: 50%;
    touch-action: none;
    box-shadow: 0 0 3.125em rgba(0, 0, 0, .75); /* 50 */
}

.imagelightbox-open {
    user-select: none;
    overflow: hidden;
}

/* WITH ACTIVITY INDICATION */

.imagelightbox-loading,
.imagelightbox-loading div {
    border-radius: 9999px;
}

.imagelightbox-loading {
    background-color: rgb(128, 128, 128);
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    z-index: 10003;
    top: 50%;
    left: 50%;
    padding: 0.65em;
    margin: -1.3em 0 0 -1.3em;
    box-shadow: 0 0 2.5em rgba(0, 0, 0, .75); /* 40 */
}

.imagelightbox-loading div {
    width: 1.3em;
    height: 1.3em;
    background-color: #fff;
    animation: imagelightbox-loading .5s ease infinite;
}

@keyframes imagelightbox-loading {
    from {
        opacity: .5;
        transform: scale(.75);
    }
    50% {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: .5;
        transform: scale(.75);
    }
}

/* WITH OVERLAY */

.imagelightbox-overlay {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    position: fixed;
    z-index: 9998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/* WITH "CLOSE" BUTTON */
#locatoraid-search-form-button {
	font-size: 14px !important;
    text-transform: uppercase;
    padding: 15px !important;
    font-weight: 500 !important;
    border-radius: 0px !important;
    left: auto;
    color: #fff !important;
    background-color: #8cb0c3 !important;
}
#locatoraid-search-form-button:hover {
	background-color: #364551 !important;
	cursor:pointer;
}
.imagelightbox-close {
    cursor: pointer;
    width: 2.5em; /* 40 */
    height: 2.5em; /* 40 */
    background-color: #666;
    position: fixed;
    z-index: 10002;
    top: 2.5em; /* 40 */
    right: 2.5em; /* 40 */
    border-radius: 50%;
    transition: color .3s ease;
}

.imagelightbox-close:hover {
    background-color: #111;
}

.imagelightbox-close:before,
.imagelightbox-close:after {
    width: 2px;
    background-color: #fff;
    content: '';
    position: absolute;
    top: 20%;
    bottom: 20%;
    left: 50%;
    margin-left: -1px;
}

.imagelightbox-close:before {
    transform: rotate(45deg);
}

.imagelightbox-close:after {
    transform: rotate(-45deg);
}

/* WITH CAPTION */

.imagelightbox-caption {
    text-align: center;
    color: #fff;
    background-color: #666;
    position: fixed;
    z-index: 10001;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.625em; /* 10 */
}

/* WITH NAVIGATION */

.imagelightbox-nav {
    background-color: #444;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    z-index: 10001;
    left: 50%;
    bottom: 3.75em; /* 60 */
    padding: 0.313em; /* 5 */
    transform: translateX(-50%);
    border-radius: 20px;
}

.imagelightbox-nav a {
    position: relative;
    top: 0.2em;
    width: 1em; /* 20 */
    height: 1em; /* 20 */
    border: 1px solid #fff;
    display: inline-block;
    margin: 0 0.313em; /* 5 */
    border-radius: 50%;
}

.imagelightbox-nav .active {
    background-color: #fff;
}

/* WITH ARROWS */

.imagelightbox-arrow {
    cursor: pointer;
    width: 3.75em; /* 60 */
    height: 7.5em; /* 120 */
    background-color: #444;
    background-color: rgba( 0, 0, 0, .5 );
    vertical-align: middle;
    display: none;
    position: fixed;
    z-index: 10001;
    top: 50%;
    margin-top: -3.75em; /* 60 */
}
.imagelightbox-arrow:hover,
.imagelightbox-arrow:focus {
    background-color: #666;
    background-color: rgba( 0, 0, 0, .75 );
}
.imagelightbox-arrow:active {
    background-color: #111;
}
.imagelightbox-arrow-left {
    left: 2.5em; /* 40 */
}
.imagelightbox-arrow-right {
    right: 2.5em; /* 40 */
}
.imagelightbox-arrow:before {
    width: 0;
    height: 0;
    border: 1em solid transparent;
    content: '';
    display: inline-block;
    margin-bottom: -0.125em; /* 2 */
}
.imagelightbox-arrow-left:before {
    border-left: none;
    border-right-color: #fff;
    margin-left: -0.313em; /* 5 */
}
.imagelightbox-arrow-right:before {
    border-right: none;
    border-left-color: #fff;
    margin-right: -0.313em; /* 5 */
}

.imagelightbox-loading,
.imagelightbox-overlay,
.imagelightbox-close,
.imagelightbox-nav,
.imagelightbox-arrow {
    animation: fade-in .25s linear;
}

@keyframes fade-in {
    from	{ opacity: 0; }
    to		{ opacity: 1; }
}

@media only screen and (max-width: 41.250em) { /* 660 */
    #container {
        width: 100%;
    }
    .imagelightbox-close {
        top: 1.25em; /* 20 */
        right: 1.25em; /* 20 */
    }
    .imagelightbox-arrow {
        width: 2.5em; /* 40 */
        height: 3.75em; /* 60 */
        margin-top: -1.875em; /* 30 */
    }
    .imagelightbox-arrow-left {
        left: 1.25em; /* 20 */
    }
    .imagelightbox-arrow-right {
        right: 1.25em; /* 20 */
    }
}

@media only screen and (max-width: 20em) { /* 320 */
    .imagelightbox-arrow-left {
        left: 0;
    }
    .imagelightbox-arrow-right {
        right: 0;
    }
}
/* ---------- GLOBAL STYLES AND SET UP --------------- */
@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Medium.eot');
    src: url('fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-Medium.woff2') format('woff2'),
        url('fonts/Gotham-Medium.woff') format('woff'),
        url('fonts/Gotham-Medium.ttf') format('truetype'),
        url('fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Book';
    src: url('fonts/Gotham-Book.eot');
    src: url('fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-Book.woff2') format('woff2'),
        url('fonts/Gotham-Book.woff') format('woff'),
        url('fonts/Gotham-Book.ttf') format('truetype'),
        url('fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	padding:0px 0px 0px 0px;
	background-color:#efefef;
	overflow-x:hidden;
	margin:0px 0px 0px 0px;
}

body, html, .site-container {
	height:100%;
}
.woocommerce-pagination {
  display:none;
}
.col-1, .woocommerce-address-fields {
	overflow:hidden;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register, .lost_reset_password, .edit-account, .woocommerce-address-fields {
	border: 0px !important;
	padding: 30px;
	margin: 2em 0;
	text-align: left;
	border-radius: 0px !important;
	background-color: #fff !important;
  position:relative;
}
.woocommerce-LostPassword {
    position: absolute;
    bottom: 20px;
    left: 113px;
    color: #32C1C1;
    font-size: 13px;
}
.woocommerce-ResetPassword p {
  color:#000;
  width:100% !important;
}
.woocommerce-LostPassword a {
  color:#32C1C1 !important;
}
.edit-account {
	float:left;
	width:100%;
	margin:0px 0px 0px 0px;
	box-sizing: border-box;
}
.more-marg-top {
	margin:15px 0px 0px;
}
.woocommerce-address-fields {
	float:left;
	width:100%;
	margin:0px 0px 0px 0px;
	box-sizing: border-box;
}
p.woocommerce-notice {
	float:left;
	width:100%;
}
.hero {
	height:auto;
	min-height:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position: right top;
	font-family: 'Roboto', sans-serif;
	color:#fff;
	font-size:18px;
	line-height:27px;
	font-weight:300;
	box-sizing: border-box;
	position:relative;
	display:table;
	vertical-align: middle;
	padding:140px 40px;
	table-layout:fixed;
  background-attachment: fixed;
}

.hero-cell {
	display:table-cell;
	vertical-align: middle;
}

.inside {
	margin:0px auto;
	height:auto;
	padding:0px 0px;
	max-width:100%;
	box-sizing: border-box;
}

.inside-smaller {
	margin:0px auto;
	height:auto;
	padding:0px 0px;
	max-width:100%;
	width:1400px;
	box-sizing: border-box;
}

.inside-inside {
	float:left;
	width:100%;
	height:auto;
	padding:0px 20px;
	box-sizing: border-box;
}

.row {
	float:left;
	width:100%;
	height:auto;
}
h1 {
	color:#fff;
	font-size:48px;
	line-height:56px;
	font-weight:300;
	margin:0px 0px 30px;
  font-family: 'Gotham';
}
h2 {
	color:#5a6872;
	font-size:30px;
	line-height:35px;
	font-weight:300;
	margin:0px 0px 30px;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
}
h3 {
	color:#5a6872;
	font-size:26px;
	line-height:32px;
	font-weight:300;
	margin:0px 0px 30px;
	font-family: 'Raleway', sans-serif;
}	
.hero-text-contain {
	width:600px;
	max-width:100%;
	display:inline-block;
	padding:20px;
	box-sizing: border-box;
  font-family: 'Gotham Book';
  line-height:1.5;
}
.hero-text-contain.black, .hero-text-contain.black a {
  color:#000;
}
.hero-text-contain.black h1, .hero-text-contain.black h2 {
  color:#000;
}
.hero-text-contain a {
	color:#fff;
}
.hero-text-contain ul {
  margin-left:0;
  padding-left:1.5rem;
  list-style:disc;
}
.logo {
	position:absolute;
	top:40px;
	left:40px;
	z-index:200;
}
.wpcf7-list-item {
  margin:0 1rem 0 0 !important; 
}
.right-abs {
	position:absolute;
	top:15px;
	right:40px;
	z-index:200;
  padding-top:25px;
  overflow: hidden;
}

.dentist-head-link {
	opacity:1;
	float:left;
	color:#fff;
	border:2px solid #fff;
	padding:10px 17px;
	margin:0px 30px 0px 0px;
    font-family: 'Gotham Book';
	font-size:14px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius:6px;
	-webkit-animation: fadeInFromNone 0.5s ease-out;
  -moz-animation: fadeInFromNone 0.5s ease-out;
  -o-animation: fadeInFromNone 0.5s ease-out;
  animation: fadeInFromNone 0.5s ease-out;
}

.head-link {
	opacity:1;
	float:left;
	color:#fff;
	border:2px solid #fff;
	padding:10px 17px;
	margin:0px 30px 0px 0px;
    font-family: 'Gotham Book';
	font-size:14px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius:6px;
	-webkit-animation: fadeInFromNone 0.5s ease-out;
    -moz-animation: fadeInFromNone 0.5s ease-out;
    -o-animation: fadeInFromNone 0.5s ease-out;
    animation: fadeInFromNone 0.5s ease-out;
}

/* FORM */
.marg-form {
  margin:0 -10px;
}

.half-form {
  float:left;
  width:50%;
  padding:0 10px;
  box-sizing: border-box;
  margin:0 0 20px;
}

.full-form {
  float:left;
  width:100%;
  margin:0 0 20px;
  padding:0 10px;
  box-sizing: border-box;
}

.marg-form p {
  float:left;
  width:100%;
  padding:0 10px;
  box-sizing: border-box;
}

.half-form input, .full-form input {
  float: left;
  width: 100%;
  box-sizing: border-box;
  border: 0px;
  background-color: #f0f0f0;
  font-size: 14px !important;
  text-transform: uppercase;
  padding: 0px 2px 0px 15px !important;
  line-height: 14px;
  height: 44px;
  line-height: 44px;
  font-weight: 700;
  -webkit-appearance: none;
}

.full-form textarea {
  float: left;
  width: 100%;
  box-sizing: border-box;
  border: 0px;
  background-color: #f0f0f0;
  font-size: 14px !important;
  text-transform: uppercase;
  padding: 10px 2px 0px 15px !important;
  line-height: 14px;
  height: 144px;
  font-weight: 700;
  -webkit-appearance: none;
}

.full-form input[type="submit"] {
  float: left;
  width: 100%;
  box-sizing: border-box;
  border: 0px;
  border:2px solid #fff;
	color:#fff;
  background-color:transparent;
  font-size: 14px !important;
  text-transform: uppercase;
  padding: 0px 2px 4px 15px !important;
  line-height: 14px;
  height: 44px;
  line-height: 40px;
  font-weight: 700;
	border-radius:5px;
	-webkit-transition:all .25s ease-in-out;
	-moz-transition:all .25s ease-in-out;
	-o-transition:all .25s ease-in-out;
	transition:all .25s ease-in-out;
  cursor:pointer;
  -webkit-appearance: none;
}

.hero-text-contain.black .full-form input[type="submit"] {
  border:2px solid #000;
	color:#000;
}

.hero-text-contain.black .full-form input[type="submit"]:hover {
  background-color:#000;
	color:#fff;
}

.type-product {
	float:left;
	width:100%;
	background-color: #fff;
	padding:30px;
	box-sizing: border-box;
	margin:0px 0px 30px !important;
}

.dentist-head-link:hover, .head-link:hover {
	color:#364551;
	background-color:#fff;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.dentist-head-link.hide {
	opacity:0;
	-webkit-animation: fadeInFromNone 0.5s ease-out;
    -moz-animation: fadeInFromNone 0.5s ease-out;
    -o-animation: fadeInFromNone 0.5s ease-out;
    animation: fadeInFromNone 0.5s ease-out;
	margin-right:50px;
}

.dentist-head-wrap {
  float:left; 
  overflow:visible;
}

@media(min-width:540px) {
.dentist-head-wrap.hide, .currency-switch.hide {
	-webkit-animation: fadeInFromNone 0.5s ease-out;
    -moz-animation: fadeInFromNone 0.5s ease-out;
    -o-animation: fadeInFromNone 0.5s ease-out;
    animation: fadeInFromNone 0.5s ease-out;
	margin-right:50px;
}
.hide {
	display:none;
}
}

#menu-icon {
	float:left;
	width: 43px;
	height: 52px;
	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;
	text-align: center;
}

#menu-icon.fixed {
	position:fixed !important;
	right:40px;
}

#menu-icon i {
	text-transform: uppercase;
	font-style: normal;
	color:#fff;
	display:block;
	position:absolute;
	bottom:0px;
	width:100%;
	text-align: center;
    font-family: 'Gotham Book';
	font-size:14px;
}

#menu-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  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;
}
#menu-icon span:nth-child(1) {
  top: 0px;
}

#menu-icon span:nth-child(2),#menu-icon span:nth-child(3) {
  top: 11px;
}

#menu-icon span:nth-child(4) {
  top: 22px;
}

#menu-icon.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

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

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

#menu-icon.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.slide-menu {
	position:fixed;
	right:-300px;
	height: -moz-calc(100% -  26px);
    height: -webkit-calc(100% -  26px);
    height: calc(100% - 26px );
	width:300px;
	float:left;
	z-index:199;
	background-color:rgb(35,53,73);
	background-color: rgba(35,53,73, 0.78);
  -webkit-transition:all .25s ease-in-out;
  -moz-transition:all .25s ease-in-out;
  -o-transition:all .25s ease-in-out;
  transition:all .25s ease-in-out;
	overflow:auto;
}

.slide-menu.active {
	right:0px;
	  -webkit-transition:all .25s ease-in-out;
	  -moz-transition:all .25s ease-in-out;
	  -o-transition:all .25s ease-in-out;
	  transition:all .25s ease-in-out;
}

.slide-menu ul {
	float:left;
	width:100%;
	height:auto;
	box-sizing: border-box;
	list-style:none;
	margin:0px 0px 0px 0px;
}

.slide-menu ul.dentist-menu {
	display:none;
}

.slide-menu > ul {
	padding:100px 40px;
}

.slide-menu ul li {
	float:left;
	width:100%;
	height:auto;
	margin:0px 0px 7px;
}

.slide-menu ul li a {
	color:#fff;
	text-transform: uppercase;
	font-size:17px;
    font-family: 'Gotham';
	text-decoration: none;
}

.slide-menu ul li.more-marg-top {
	margin:35px 0px 0px 0px;
}

.head-bar-inside {
	position:relative;
	max-width:100%;
	margin:0px auto;
}

.head-bar {
	float:left;
	width:100%;
	/*background-image:url(images/head-bg.jpg);*/
	background-repeat: no-repeat;
	background-position: right top;
	height:130px;
	background-size:cover;
	position:relative;
}

.header-bar-over-wrap {
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	float:left;l
	background-color:rgb(0,0,0);
	background-color:rgba(0,0,0, 0.85);
}

body.home .head-bar, .head-bar.hider {
	height:0px;
}

.page-content {
	padding:60px 40px 140px;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	line-height:26px;
}

.page-content h1 {
	color:#596774;
}

.page-content .inside {
	width:1800px;
	max-width:100%;
}

.hero-button {
	float:left;
	width:135px;
	border-radius:5px;
	box-sizing: border-box;
	text-align: center;
	padding:9px 15px;
	margin:0px 25px 0px 0px;
	text-transform: uppercase;
	font-size:17px;
    font-family: 'Gotham';
	text-decoration: none;
	line-height:21px;
	-webkit-transition:all .25s ease-in-out;
	-moz-transition:all .25s ease-in-out;
	-o-transition:all .25s ease-in-out;
	transition:all .25s ease-in-out;
}

.hero-button:hover {
	-webkit-transition:all .25s ease-in-out;
	-moz-transition:all .25s ease-in-out;
	-o-transition:all .25s ease-in-out;
	transition:all .25s ease-in-out;
}

.hero-button.white {
	border:2px solid #fff;
	color:#fff;
}

.hero-button.white:hover, .full-form input[type="submit"]:hover {
	background-color:#fff;color:#000;
}

.hero-button.orange {
	background-color:#dc9c62;
	border:2px solid #dc9c62;
	color:#fff;
}

.hero-button.orange:hover {
	background-color:#d87552;
	border:2px solid #d87552;
}

.hero-button.blue {
	border:2px solid #dc9c62;
	color:#fff;
}

.hero-button.blue:hover {
	color:#fff;
	background-color: #dc9c62;
}

.footer-bar {
	padding:5px 0px;
	background-color:rgb(35,53,73);
	background-color:rgba(35,53,73, 0.3);
	text-align: right;
	font-size:10px;
	text-transform: uppercase;
    font-family: 'Gotham Book';
	color:#fff;
	position:fixed;
	bottom:0px;
	left:0px;
	z-index:200;
}

.footer-bar ul {
  float:right;
  list-style: none;
  margin:0 0 0 3px;
  padding:0 0 0 0;
}

.footer-bar ul li {
  float:left;
}

.footer-bar ul li:after {
  content:' | ';
}

.footer-bar ul li:last-of-type:after {
  display:none;
}

.footer-bar a {
	color:#fff;
	text-decoration: none;
}

.site-container {
	float:left;
	width:100%;
  -webkit-transition:all .25s ease-in-out;
  -moz-transition:all .25s ease-in-out;
  -o-transition:all .25s ease-in-out;
  transition:all .25s ease-in-out;
  position:relative;
}

.marg {
	margin:0px -10px;
}

.half {
	float:left;
	width:50% !important;
	padding:0px 10px;
	box-sizing: border-box;
	margin:0px 0px 20px;
}

.quart {
  float:left;
  width:25%;
	padding:0px 10px;
  margin:0 0 20px;
	box-sizing: border-box;
}

.half-image {
	float:left;
	width:50%;
}

.half-image img, .quart img {
	float:left;
	max-width:100%;
}

#login-pop {
	position:fixed;
	top:0;
	left:0;
	float:left;
	width:100%;
	height:100%;
	z-index:500;
	overflow:auto;
	background-color:rgb(0,0,0);
	background-color:rgba(0,0,0, 0.75);
	box-sizing: border-box;
	padding:40px 20px;
	display:none;
}

#pop-box-table {
	height:100%;
	width:100%;
	float:left;
	display:table;
	vertical-align: middle;
	table-layout: fixed;
}

#pop-box-cell {
	display:table-cell;
	vertical-align: middle;
	text-align: center;
}

#login-pop-inner {
	display:inline-block;
	vertical-align: middle;
	width:420px;
	max-width:100%;
	text-align: left;
	position:relative;
	z-index:502;
}

#login-pop-close {
	position:fixed;
	top:0;
	left:0;
	float:left;
	width:100%;
	height:100%;
	z-index:501;
}

#login-form {
	padding:20px 10px 0px;
	background-color:#fff;
	box-sizing: border-box;
}

#login-logo {
	padding:0px 0px 0px 25px;	
	box-sizing: border-box;
}

#login-logo img {
	max-width:100%;
}

#login-form-title {
	background-color:#8cb0c3;
	padding:15px 25px;
	color:#fff;
	font-weight:700;
	text-transform: uppercase;
	font-size:18px;
	box-sizing: border-box;
	margin:20px 0px 0px;
}

#login-form label {
	color:#7f7f7f;
	font-size:18px;
	float:left;
	width:100%;
	font-weight:500;
	box-sizing: border-box;
	padding:0px 0px 12px 15px;
}

#login {
	float:left;
	width:100%;
	height:auto;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #e6e6e6 inset;
}

#login-form input[type="text"], #login-form input[type="password"] {
	background-color: #e6e6e6;
	border:0px;
	height:auto;
	font-size:18px;
	color:#7f7f7f;
	padding:14px 15px;
	font-family: 'Roboto', sans-serif;
	box-sizing: border-box;
	float:left;
	width:100%;
	margin:0px 0px 12px;
}

#login-form input[type="submit"] {
	float:left;
	width:auto;
	border:0px;
	color:#fff;
	text-transform: uppercase;
	font-size:11px;
	cursor:pointer;
	background-color: #364551;
	padding:10px 14px;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
}

#login-form input[type="submit"]:hover {
	background-color:#8cb0c3;
}

.login-btn {
	margin:15px 0px 0px;
}

#login-form a {
	float:right;
	color:#364551;
	margin:8px 0px 0px;
	font-weight:500;
	text-decoration: none;
	font-size:11px;
	text-transform: uppercase;
}

#login-form a:hover {
	color:#8cb0c3;
}

p.status {
	float:left;
	width:100%;
	height:auto;
	margin:10px 0px 15px 0px;
	font-weight:500;
	color:#8cb0c3;
}
/* ----------------------------------- WOOCOMMERCE ----------------------------------------- */
.entry-summary {
  padding:40px 0 0;
}

.entry-summary h2 {
	font-size:22px !important;
	line-height:22px;
	font-weight:700;
	text-transform: none;
	color:#354551;
	padding:0px 0px 0px 30px;
	box-sizing: border-box;
}
.entry-summary h5 {
    font-size: 15px !important;
    line-height: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #32c1c1;
    padding: 0px 0px 20px 30px;
	  box-sizing: border-box;
    margin-top:-20px;
}
.login-hero h2 {
  display:none;
}
h1.blue {color: #32c1c1 !important;
    font-weight: 300 !important;
    margin: 0 0 -20px !important;
    font-family: 'Roboto', sans-se
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    color: #000;
}
.woocommerce-billing-fields h2, .woocommerce-billing-fields h3, .woocommerce-shipping-fields h2, .woocommerce-shipping-fields h3 {
	font-size:18px !important;
	line-height:22px;
	font-weight:700;
	text-transform: none;
	color:#354551;
	box-sizing: border-box;
}
.entry-summary h2 a, .pricer a {
	float:right;
}
.pricer {
	position:relative;
}
.pricer a {
	position:absolute !important;
	right:0px;
	top:15px;
}
.woocommerce .product-remove a.remove {
    color: #32C1C1!important;
}
.woocommerce .product-remove a.remove:hover {
    background-color:#32C1C1!important;
}
hr.make-full {
	height:2px;
	background-color: #f1f2f3;
	margin:0px -30px;
}
.prod-details {
	padding:0px 0px 0px 30px;
	box-sizing: border-box;
  font-size:14px;
  line-height:19px;
}
.variations td {
	width:100%;
	display:block !important;
}
.quantity .screen-reader-text {
	height:auto !important;
	width:100% !important;
	position:static !important;
	float:left;
	font-size:13px;
	font-weight:700;
	line-height:2em !important;
}
.woocommerce-cart-form .screen-reader-text, .wc_payment_methods {
	display:none !important;
}
.pricer {
	font-weight:700 !important;
	color:#364551 !important;
	padding:0px 0px 0px 30px;
	box-sizing: border-box;
}
.pricer p.price {
	color:#364551 !important;
	margin:20px 0px 0px 0px !important;
	float:left;
	width:100%;
	font-size:36px !important;
	line-height:36px !important;
}
.prod-cats {
	margin:40px 0px 0px;
	font-weight:700;
	color:#364551;
	font-size:15px;
}
.prod-cats a {
	text-decoration: none;
	color:#364551;
}
.woocommerce div.product div.images {
    margin-bottom:0px !important;
}
.prod-details {
	margin:15px 0px 0px 0px;
	font-size:13px;
	line-height:17px;
}
.prod-details h4 {
	font-size:15px;
	margin:0px 0px 10px !important;
  font-weight:700;
  color:#354551;
}
.prod-desc {
  border-top:1px solid #8ab0c2;
  margin:15px 0 0;
  padding:30px 0 0;
}
.woocommerce .prod-details .quantity {
  float:left;
  width:auto;
  margin:0 10px 0 0 !important;
}
.woocommerce .prod-details .quantity input {
  width:40px !important;
  height:37px !important;
  line-height:37px !important;
  font-size:12px !important;
}
.woocommerce .prod-details .quantity label {
  display:none;
}
.woocommerce .prod-details .button {
  font-size:11px !important;
  width:auto;
  padding:13px 25px !important;
  float:left;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	width:50% !important;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 50% !important;
    clear: none;
	box-sizing: border-box;
}
.person-left {
	background-color:#1a1a1a;
	color:#fff;
	font-size:23px;
	line-height:27px;
	font-weight:300;
	box-sizing: border-box;
	padding:20px 25px;
	font-weight:500;
}

.woocommerce-account .woocommerce-MyAccount-navigation:not(.is_stuck), .woocommerce-MyAccount-navigation:not(.is_stuck) {
	width:24% !important;
	float:left;
}

.woocommerce-MyAccount-content, .woocommerce-cart-form, .shop-wrapper {
	width:76% !important;
	box-sizing: border-box;
	padding:0px 0px 0px 30px;
	float:left;
}

.return-to-shop {
	width:76% !important;
	box-sizing: border-box;
	padding:0px 0px 0px 30px;
	float:right;
}

.acct {
	background-color:#efefef;	
}

.restore-item {
	color: #8cb0c3 !important;
}

.woocommerce-message {
	float:left;
	width:100% !important;
	box-sizing: border-box;
}

.woocommerce-MyAccount-navigation ul {
	float:left;
	width:100%;
	height:auto;
	padding:25px;
	background-color:#fff;
	margin:0px 0px 0px 0px;
	list-style: none;
	box-sizing: border-box;
}

.woocommerce-MyAccount-navigation ul li a {
	text-decoration: none;	
}

.open-sub {
	color:#364551;
	font-weight:700;
	font-size:18px;
	position:relative;
	cursor:pointer;
	line-height:18px;
	margin:20px 0px 0px 0px;
	float:left;
	width:100%;
}

.open-sub::after{
    content: '';
    position: absolute;
    right:0px;
    top: 4px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #364551;
    clear: both;
}

li.overview-link a {
	font-size:18px;
	text-transform:uppercase;
	color:#8cb0c3;
	font-weight:600;
}

.open-sub ul {
	float:left;
	width:100%;
	padding:7px 0px 0px 0px;
}

.open-sub ul li {
	margin:10px 0px 0px;
}

.open-sub ul li a {
	color:#808080;
	font-weight:400 !important;
}

.open-sub ul li a:hover, .open-sub ul li.current a {
	color:#8cb0c3;
}

.woocommerce-info {
	background-color:#1a1a1a !important;
	color:#fff !important;
	border-top:0px !important;
	font-weight:700;
	font-size:18px;
	padding:18px 15px 18px 65px !important;
	margin:0px 0px 25px 0px !important;
}

.woocommerce-info::before {
    color: #8cb0c3 !important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .custom-button, .woocommerce a.button.order-again:hover, .woocommerce p.order-again a.button:hover {
    font-size:14px !important;
	text-transform: uppercase;
	padding:15px !important;
    font-weight: 500 !important;
    border-radius: 0px !important;
    left: auto;
    color: #fff !important;
	/*background-color: #8cb0c3 !important;*/
  background-color: #32C1C1 !important;
}

.woocommerce button.button.add_to_cart_button {
	padding:15px 2px !important;
}

.woocommerce a.button.smaller, .woocommerce button.button.single_add_to_cart_button, .woocommerce .coupon button.button {
    font-size:11px !important;
	text-transform: uppercase;
	padding:15px 11px !important;
    font-weight: 500 !important;
    border-radius: 0px !important;
    left: auto;
    color: #fff !important;
	/*background-color: #8cb0c3 !important;*/
  background-color: #32C1C1 !important;
}
.single_add_to_cart_button, .woocommerce .coupon button.button {
	float:left !important;
	width:auto !important;
}
.woocommerce-cart-form__contents button {
	width:auto !important;
}
.quantity {
	width:100%;
	margin:0px 0px 20px !important; 
}
.cart button { 
	font-size:14px !important;
	line-height:14px;
	text-transform: uppercase;
	padding:15px 1px!important;
    font-weight: 500 !important;
    border-radius: 0px !important;
    float:right;
	width:75%;
	box-sizing: border-box;
    color: #fff !important;
	background-color: #8cb0c3 !important;
	border:0px;
}
#ship-to-different-address {
	margin-bottom:27px !important;
}
.cart .qty {
	float:left;
	width:25%;
	box-sizing: border-box;
	border:0px;
	background-color: #f0f0f0;
	font-size:14px !important;
	text-transform: uppercase;
	padding:0px 2px 0px 15px !important;
	line-height:14px;
	height:44px;
	line-height:44px;
	font-weight:700;
}
.woocommerce form .form-row input.input-text, .hc-field {
	float:left;
	box-sizing: border-box;
	border:0px;
	background-color: #f0f0f0;
	font-size:14px !important;
	padding:0px 15px !important;
	line-height:14px;
	height:44px;
	line-height:44px;
	font-weight:500;
}
.hc-field {
	height:54px;
	line-height:54px;
}
#hclc_search_form {
	padding:20px 20px 7px;
	background-color: #fff;
}
#locatoraid-map-list-container {
	padding:20px;
	background-color: #fff;
}
.woocommerce form .form-row textarea {
	float:left;
	box-sizing: border-box;
	border:0px;
	background-color: #f0f0f0;
	font-size:14px !important;
	padding:15px !important;
	line-height:14px;
	font-weight:500;
	height:200px !important;
}
#customer_details {
	background-color: #fff;
	padding:30px;
	box-sizing: border-box;
}
#coupon_code {
	float:left;
	width:175px;
	box-sizing: border-box;
	border:0px;
	background-color: #f0f0f0;
	font-size:11px !important;
	text-transform: none;
	padding:0px 15px !important;
	line-height:14px;
	height:41px;
	line-height:41px;
	font-weight:500;
}

.woocommerce a.button.order-again, .woocommerce p.order-again a.button {
	background-color: #364551 !important;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .custom-button:hover, .cart button:hover {
	background-color: #364551 !important;
}

.woo-custom-message {
	background-color:#1a1a1a;
	color:#fff !important;
	font-weight:700 !important;
	font-size:18px !important;
	box-sizing: border-box;
	padding:18px 15px 18px 65px !important;
	margin:0px 0px 25px 0px !important;
}

.woo-custom-message.no-marg {
	margin:0px 0px 0px 0px !important;
}

.woocommerce-Address-title {
	background-color:#1a1a1a;
	color:#fff !important;
	font-weight:700 !important;
	font-size:18px !important;
	box-sizing: border-box;
	padding:18px 15px 18px 65px !important;
	margin:0px 0px 0px 0px !important;
}

address {
	background-color: #fff;
	float:left;
	width:100%;
	padding:20px;
	box-sizing: border-box;
}

span.right {
	float:right;
}

.woocommerce-Address-title h3 {
	margin-bottom:0px !important;
	color:#fff !important;
	font-weight:700 !important;
	font-size:18px !important;
	line-height:18px !important;
}

.woocommerce-MyAccount-content h2, .cart_totals h2 {
	font-weight:700 !important;
	font-size:24px !important;
	color:#8cb0c3;
	text-transform: none !important;
}

.woocommerce .woocommerce-customer-details address {
    font-style: normal;
    margin-bottom: 0;
    border: 1px solid rgba(0,0,0,.1);
    border-bottom-width: 1px !important;
    border-right-width: 1px !important;
    text-align: left;
    width: 100%;
    border-radius: 0px !important;
}

.woocommerce table.shop_table {
    border-radius: 0px !important;
	background-color: #fff;
}

.woo-custom-message.acct {
	background-image: url(images/details-icon.png);
	background-repeat: no-repeat;
	background-position:14px center;
	background-size:auto 62%;
}

.woo-custom-message.add, .woocommerce-Address-title {
	background-image: url(images/address-icon.png);
	background-repeat: no-repeat;
	background-position:14px center;
	background-size:auto 62%;
}

.woo-custom-message.orders {
	background-image: url(images/orders-icon.png);
	background-repeat: no-repeat;
	background-position:14px center;
	background-size:auto 62%;
}

.woo-custom-message.pw {
	background-image: url(images/lock-icon.png);
	background-repeat: no-repeat;
	background-position:18px center;
	background-size:auto 62%;
}

.woocommerce form .form-row {
    padding: 0px !important;
    margin: 0 0 25px !important;
}

.woocommerce-message {
    border-top-color: #8cb0c3 !important;
}

.woocommerce-message::before {
    color: #8cb0c3 !important;
}

.form-row input[type="text"], .form-row input[type="email"], .form-row input[type="password"] {
	background-color: #fff;
	font-family: 'Roboto', sans-serif;
	color:#808080;
	font-size:18px;
	padding:18px 15px;
	border:0px;
}

#ship-to-different-address {
	display:none;
}

.woocommerce #shipping_address_1_field, .woocommerce #shipping_city_field {
	width: 47%;
	float:left;
    overflow: hidden;
	clear:none !important;
}

.woocommerce #shipping_city_field label {
	float:left;
}

.woocommerce #shipping_state_field {
	width: 47%;
	float:left;
    overflow: hidden;
	clear:none !important;
}

.woocommerce #shipping_address_2_field {
	float:right;	
	width: 47%;
    overflow: hidden;
	clear:right !important;
	margin:26px 0px 25px !important;
}

.woocommerce #shipping_state_field {
	float:right;	
	width: 47%;
    overflow: hidden;
	clear:right !important;
}

a.edit, .order-number a, .product-name a, a.shipping-calculator-button, .item-added, .reset_variations, .woocommerce-privacy-policy-text a, .lost_password a, .lpr-location-website a {
	font-weight:700;
	text-decoration: none;
	color:#8cb0c3;
}

a.edit {
    display:none;
}

.item-added {
	margin:3px 0px 10px 0px;
}

form.cart {
	float:left;
	width:100%;
}
form.woocommerce-checkout {
	float:left;
}
.woocommerce table.shop_table tr.order td {
    border-top: 0px !important;
}

.woocommerce table.shop_table tr.order:nth-child(odd) td {
	background-color:#e6e6e6;	
}

.woocommerce table.shop_table tr.order, .woocommerce-MyAccount-orders {
	border-collapse: collapse;
	border-spacing: 0px !important;
}

.woocommerce-MyAccount-orders th {
	display:none;
}

.form-row label {
	font-weight:400 !important;
	font-size:18px;
	color:#808080;
	font-family: 'Roboto', sans-serif;
}

.woocommerce-error {
	background-color: #fff !important;
}

.third {
	float:left;
	width:33.333333333%;
	padding:0px 10px;
	box-sizing: border-box;
	margin:0px 0px 20px;
}

.third.shop-list-item {
	width:33.333333333%;	
}

.shop-list-item {
	width:25%;
	float:left;
	padding:0px 10px;
	box-sizing: border-box;
	margin:0px 0px 20px;
  position:relative;
}

.white-acct-box {
	float:left;
	width:100%;
	height:auto;
	background-color: #fff;
	padding:20px 20px 80px;
	box-sizing: border-box;
	margin-top:-25px;
  position:relative;
}
.white-acct-box a {
	color:#373737;
}
.white-acct-box strong {
	color:#8cb0c3;
}

.white-acct-box.no-marg-minus {
	margin-top:0px;
}

.shop-list-item a {
	color:#364551;
	font-weight:700;
	text-decoration:none;
}

.shop-list-item .amount, .prod-hero .amount {
    color: #364551 !important;
    font-weight:700;
}

.shop-list-item a:hover {
	color:#8cb0c3;	
}

.shop-list-item img {
	float:left;
	max-width: 100%;
}

.added_to_cart.wc-forward {
	height:0px !important;
	display:none !important;
	width:0px !important;
	overflow:hidden;
	padding-top:0px !important;
}

a.basket {
	background-image: url(images/cart-icon.png);
	float:left;
	width:50px;
	height:45px;
	background-size:50px auto;
	margin:0px 30px 0px 0px;
	text-align: center;
	position:relative;
	background-repeat: no-repeat;
  overflow:visible;
}

a.my-acct {
	background-image: url(images/details-icon-white.png);
	float:left;
	width:44px;
	height:44px;
	background-size:44px auto;
	margin:0px 30px 0px 0px;
	text-align: center;
	position:relative;
	background-repeat: no-repeat;
}

#mini-cart-count {
	float:left;
	background-color: #8cb0c3;
	height:26px;
	width:26px;
	border-radius:50%;
	text-align: center;
	line-height:25px;
	color:#fff;
	font-weight:700;
	font-size:11px;
	position:absolute;
	bottom:90%;
	left:50%;
	font-family: 'Roboto', sans-serif;
	margin-left:-8px;
}
.woocommerce div.product div.summary {
    margin-bottom: 0px !important;
}
.prod-details .half, .woocommerce div.product form.cart, .woocommerce div.product form.cart .variations {
	margin-bottom:0px !important;
}
.reset_variations {
	line-height:12px;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
	line-height:normal !important;
}
.woocommerce-billing-fields .nice-select, .woocommerce-shipping-fields .nice-select, .woocommerce-shipping-calculator .nice-select, .woocommerce-input-wrapper .nice-select {
	width:100% !important;
	margin:0px 0px 0px 0px !important;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #fff !important;
    border-radius: 0px !important;
}
.woocommerce form .form-row.place-order {
	padding:1em 1em 1em !important;
}
.wrap-item-bottom {
   position: absolute;
    bottom: 20px;
    float: left;
    left: 0;
    float: left;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box; 
}
.woocommerce-privacy-policy-text {
	font-size:14px;
	font-weight:400;
}
.payment_method_invoice label {
	font-weight:700;
	font-size:24px;
}
.payment_method_invoice label {
	font-size:0px;
}
.payment_method_invoice label:before {
	content:'Please be aware';
	font-size:24px;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 0px !important;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color:transparent !important;
    color: #515151;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    display: none !important;
}
#order_review_heading {
	margin:30px 0px 10px 0px;
	font-size: 24px !important;
    line-height: 27px;
    font-weight: 700;
    text-transform: none;
    color: #354551;
    box-sizing: border-box;
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color:#364551;
  border-radius: 0px;
  width:80% !important;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  margin:5px 20% 0px 0px;
  font-family: inherit;
  font-size: 14px;
  font-weight:700;
  height: 32px;
  color:#fff !important;
  line-height: 30px;
  outline: none;
	clear:both !important;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
	background-color:#364551;
	color:#fff;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #fff;
  height: 38px;
  user-select: none;
border:0px;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
	background-color:#364551;
  color: #bf6f2d;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
   border-bottom: 2px solid #a56633;
    border-right: 2px solid #a56633;
    content: '';
    display: block;
    height: 15px;
    margin-top: -12px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 15px;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}
.selectric-hover .selectric .button {
  color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #c4c4c4;
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}
.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}
.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}
  .nice-select:after {
    border-bottom: 2px solid #a56633;
    border-right: 2px solid #a56633;
    content: '';
    display: block;
    height: 15px;
    margin-top: -12px;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 15px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    border-radius: 0px;
	  border-top:1px solid #fff;
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
	  padding:0px 0px 0px 0px;
	  margin:0px 0px 0px 0px;
	  color:#fff !important;
	      background-color: #364551;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 700;
    line-height: 30px;
    list-style: none;
    min-height: 30px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #8cb0c3; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

.wc-tabs {
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.wc-tabs li {
	float:left;
	width:49.5%;
}

.wc-tabs li:first-of-type {	
	margin:0px 0.5% 5px 0px;
}

.wc-tabs li:last-of-type {	
	margin:0px 0px 5px 0.5%;
}

.wc-tabs li a {
	float:left;
	width:100%;
	height:auto;
	color:#fff;
	font-weight:700;
	/*background-color: #8cb0c3;*/
  background-color: #32C1C1;
	font-size:18px;
	text-decoration: none;
	padding:15px 10px 15px 30px;
	box-sizing: border-box;
}

.wc-tabs li.active {
	position:relative;
	width:50%;
	margin:0px 0px 5px 0px;
}

.wc-tabs li.active:after {
	content:'';
	background-color:#fff;
	top:100%;
	left:0px;
	height:10px;
	float:left;
	position:absolute;
	width:100%;woocommerce-cart-formscreen
}

.wc-tabs li.active a {
	background-color: #fff;
	color:#364551;
}

.woocommerce-Tabs-panel {
	background-color: #fff;
	float:left;
	width:100%;
}

.woocommerce-Tabs-panel p, .woocommerce-Tabs-panel h2 {
	padding:0px 30px;
	float:left;
	width:100%;
	box-sizing: border-box;
}

.woocommerce-Tabs-panel h2 {
	margin:30px 0px 0px;
	font-size:13px;
	font-weight:700 !important;
	color:#364551;
	text-transform: none !important;
}

.woocommerce-billing-fields label, .woocommerce-shipping-fields label, .woocommerce-additional-fields label, .woocommerce form .form-row label, .woocommerce-page form .form-row label {
	margin:0px 0px 0px;
	font-size:13px;
	font-weight:700 !important;
	color:#364551;
	text-transform: none !important;
}

.woocommerce .quantity .qty {
	width:50px !important;
	padding-left:2px !important;
	padding-right:2px !important;
}

.woocommerce-Addresses {
	margin:0px 0px 20px 0px;
}

.delete-address-button {
	display:none !important;
}

.ad-row {
	margin:0px 0px 17px;	
}

p.center {
	float:left;
	width:100%;
	text-align: center;
}

#customer_details .col-1, #shipping_country_field {
	display:none;
}

.woocommerce-page #customer_details .col-2 {
	width:100% !important;
	float:left !important;
}

.woocommerce-shipping-destination {
	display:none !important;
}

.woocommerce ul#shipping_method li {
	margin-bottom:0px !important;
}

.wc-proceed-to-checkout .checkout-button.button.alt.wc-forward {
  /*background-color: #FFAB00 !important; !important;*/
  background-color: #32C1C1 !important;
}

#place_order {
	/*background-color: #8cb0c3 !important;*/
  background-color: #32C1C1 !important;
	width:66.666666666%;
}

#ms_shipping_addresses_field label {
	font-size:0px;
}

#ms_shipping_addresses_field label:before {
	content:'Delivery Address';
	font-size:13px;
}
#ms_shipping_addresses_field {
  display:none !important; 
}
.shipping_address input {
  cursor:not-allowed;
}
.half.white-info.no-padd  {
	background-color: #fff;
	position:relative;
	padding: 30px;
    box-sizing: border-box;
}

.half.no-padd {
	padding:0px 0px;
}

.half img {
	float:left;
}

.white-info h2 {
	font-size: 18px !important;
    line-height: 22px;
    font-weight: 700;
    text-transform: none;
    color: #354551;
    box-sizing: border-box;
}

.make-bottom {
	position:absolute;
	bottom:30px;
	float:left;
	width:calc(100% - 60px);
	left:30px;
}

.step-menu {
  list-style-type:none;
  width:100%;
  margin:0 auto;
	margin:0px 0px 25px;
	float:left;
	padding:0px 0px 0px 0px;
  }
.step-menu li {
    box-sizing: border-box; 
    float: left;
        background-color: #faefdc;
    color: #000 !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    height: 30px;
	  width:calc(33.333333333%);
    text-align: center;
    padding: 5px 2px;
    position: relative;
	line-height:20px;
  text-transform: uppercase;
    }
.step-menu li span {
  margin:0 7px 0 0;
  display: inline-block;
  vertical-align: middle;
  line-height: 13px;
}
.step-menu li i {
  font-size:10px;
}
    /*.step-menu li:before {
      content: '';
      position: absolute;
      border: 15px solid transparent;
      border-left-color: #efefef;
      top:0px;
      right: -40px;
    }
    .step-menu li:after {
      content: '';
      position: absolute;
      border: 15px solid transparent;
      border-left-color: #1a1a1a;
      top:0px;
      right: -30px;
    }
    .step-menu li:nth-child(1) {
      z-index:600;
      margin-left: 0;
      padding-left: 30px
    }
    .step-menu li:nth-child(2) {
      z-index:500;
    }
    .step-menu li:nth-child(3) {
      z-index:400;
    }
    .step-menu li:nth-child(4) {
      z-index:300;
    }
    .step-menu li:nth-child(5) {
      z-index:200;      
    }
    .step-menu li:nth-child(6) {
      z-index:100;
      padding-right:30px
    }
    .step-menu li:nth-child(6):after,
    .step-menu li:nth-child(6):before {
      border: none
    }*/
.step-menu li.current {
  background: #f2ae3c;
  color: white !important;
}
.step-menu li.current:after {
  border-left-color: #f2ae3c;
}
.step-menu li.complete {
  background: #f2ae3c;
  color: white !important;
}
.step-menu li.complete:after {
  border-left-color: #f2ae3c;
}

#translucent {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:130px;
  background-color: rgba(35,53,73, 0.58);
  z-index:100;
  -webkit-transition:all .25s ease-in-out;
  -moz-transition:all .25s ease-in-out;
  -o-transition:all .25s ease-in-out;
  transition:all .25s ease-in-out;
  display:none;
}

#translucent.active {
  margin-left:-300px; 
  -webkit-transition:all .25s ease-in-out;
  -moz-transition:all .25s ease-in-out;
  -o-transition:all .25s ease-in-out;
  transition:all .25s ease-in-out;
}

.dentist-menu-link-wrap, .header-quickcart img {
  display:none;  
}

.header-quickcart {
  float: left;
  width: 100%;
  height: auto;
  padding: 25px;
  background-color: #fff;
  box-sizing: border-box;
}

.header-quickcart .button.wc-forward {
  display: none;
}

.header-quickcart .button.checkout.wc-forward {
  display:inline-block !important;
  float:right;
  font-size:11px !important;
  padding:9px 15px !important;
}

.woocommerce-mini-cart-item {
  border-bottom:1px solid #000;
  float:left;
  width:100%;
}

.woocommerce-mini-cart-item a, .woocommerce-mini-cart-item span.quantity {
  float:left;
  vertical-align: top;
  color:#000 !important;
  width:auto !important;
}

.woocommerce-mini-cart-item a {
  width:calc(60% - 12.5px) !important;
  font-size:12px;
  text-transform: uppercase;
}

.woocommerce-mini-cart-item span.quantity {
  width:calc(40% - 12.5px) !important;
  font-size:12px;
  text-transform: uppercase;
  text-align: right;
}

.woocommerce .woocommerce-mini-cart-item a.remove {
  width:15px !important;
  height:15px !important;
  color:#fff !important;
  border-radius: 0 !important;
  margin:5px 10px 0 0;
  font-size:20px;
  line-height:15px;
  text-align: center;
  background-color: #32C1C1 !important;
}

.woocommerce-mini-cart__total.total {
  padding:10px 0;
  float:left;
  width:100%;
  font-size:15px;
  text-transform: uppercase;
  text-align: right;
  margin-bottom:0;
}

.currency-switch {
  float:right;
  color:#fff;
  border:2px solid #fff;
  border-radius:6px;
  font-family: 'Gotham Book';
  font-size: 14px;
  text-transform: uppercase;
  margin:40px 410px 0 0;
  position:relative;
  box-sizing: border-box;
}

.currency-switch.active {
  border-bottom-right-radius:00;
  border-bottom-left-radius:0;
}

.currency-list {
  position:absolute;
  left:-2px;
  top:100%;
  border-bottom-right-radius:6px;
  border-bottom-left-radius:6px;
  width:calc(100% + 4px);
  float:left;
  box-sizing: border-box;
  z-index:1001;
  display:none;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.85);
  border:2px solid #fff;
}

.currency-list:after {
  content:'';
  width:2px;
  height:100%;
  background-color: #fff;
  left:50%;
  margin-left:-1px;
  top:0;
  float:left;
  position:absolute;
}

.currency-other-select {
  padding: 10px 7px;
  float:left;
  width:50%;
  box-sizing: border-box;
  border-bottom:2px solid #fff;
  cursor:pointer;
  text-align: center;
}

.currency-other-select:last-of-type {
  border-bottom-right-radius:6px;
  border-bottom:0;
}

.currency-other-select:nth-last-child(2) {
  border-bottom-left-radius:6px;
  border-bottom:0;
}

.currency-other-select:hover, .current-currency:hover {
  background-color:#8cb0c3;
}

.currency-switch span, .currency-switch img {
  display:inline-block;
  vertical-align: middle;
}

.currency-switch img {
  width:30px;
}

.current-currency span:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #fff;
    clear: both;
}

.current-currency {
  float:left;
  width:auto;
  cursor:pointer;
  padding: 10px 47px 10px 17px;
}

.currency-swicth-price {
  display:none;
}

.currency-swicth-price:first-of-type {
  display:block; 
}

@media(max-width:1880px) {
.hero {
	padding:140px 40px;
}
}

@media(max-width:1450px) {
.hero {
    padding: 140px 40px;
	background-position: left top;
}
.prod-details .half {
	width:100%;
}
.prod-details .half:first-of-type {
	margin:0px 0px 15px !important;
}
}

@media(max-width:1310px) {
.cart button { 
	width:75%;
}
.cart .qty {
	width:25%;
}
.shop-list-item {
	width:50%;	
}
}

@media(max-width:1150px) {
.person-left {
    font-size: 18px;
    line-height: 23px;
}
.page-content.acct {
	padding:60px 0px 100px;
}
#translucent {
  display:block; 
}
}

@media(max-width:950px) {
.third, .third.shop-list-item {
	width:50%;
}
.third.shop-list-item:last-of-type {
	width:100%;
}
.third.shop-list-item:last-of-type img {
	width:100%;
}
.quart {
  width:50%;
}
}
	
@media(max-width:850px) {
.third, .third.shop-list-item, .third.shop-list-item:last-of-type {
	width:33.333333333%;
}
.make-bottom {
	position:static;
}
.white-info {
	margin-top:-20px;
}
.half {
	width:100%;
}
#menu-icon.fixed {
	position:static !important;
}
body.active, html.active {
	overflow:hidden;
}
.site-container.active {	
  -webkit-transition:all .25s ease-in-out;
  -moz-transition:all .25s ease-in-out;
  -o-transition:all .25s ease-in-out;
  transition:all .25s ease-in-out;
	margin-left:-300px;
}
}

@media(max-width:840px) {
.currency-switch {
    font-size: 14px;
    margin: 23px 215px 0 0;
}
.currency-list {
    width: calc(200% + 5px);
}
.currency-switch img {
  width:22px;
}
.current-currency {
    padding: 5px 27px 5px 7px;
}
.current-currency span:after {
    right: 9px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	width:100% !important;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	margin:20px 0px 0px;
}
.entry-summary h2, .pricer, .prod-details {
    padding: 0px 0px 0px 0px;
}
.right-abs-inner { 
  padding:25px 5px 5px;
}
.wc-tabs li a {
    float: left;
    width: 100%;
    height: auto;
    color: #fff;
    font-weight: 700;
    background-color: #8cb0c3;
    font-size: 14px;
    text-decoration: none;
    padding: 10px 5px 10px 10px;
    box-sizing: border-box;
}
.quantity {
	display:block;
	width:auto;
	margin-bottom:0px !important;
}
.prod-details .quantity {
	width:100%;
	margin-bottom:15px !important;
}
.woocommerce-cart-form__cart-item .qty {
	float:none;
}
.woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-MyAccount-navigation {
	width:100% !important;
	margin:0px 0px 30px;
	float:left !important;
}
.woocommerce-MyAccount-content, .woocommerce-cart-form, .shop-wrapper {
    width: 100% !important;
    box-sizing: border-box;
    padding: 0px 0px 0px 0px;
    float: left;
}
.dentist-head-link {
	display:none;  
}
#translucent.active {
  margin-left:0px; 
}
.dentist-menu-link-wrap {
  display:block;  
  border-bottom:1px solid #fff;
	box-sizing: border-box;
}
.dentist-menu-link-wrap a {
  color: #fff;
  padding: 26.5px 40px;
  float:left;
  width:100%;
	box-sizing: border-box;
  text-transform: uppercase;
  font-size: 17px;
  font-family: 'Gotham';
  text-decoration: none;  
}
.inside-inside {
	padding:0px 20px;
}
.hero {
    padding: 140px 0px;
}
.page-content {
	padding: 30px 0px 60px;
}
.inside {
	padding:0px 0px;
}
#translucent { 
  height:80px;  
}
.head-bar, .head-bar.hider {
	height:auto;
	height:80px;
	box-sizing: border-box;
}
.head-bar-inside {
	float:left;
	width:100%;
}
.logo {
    top: 20px;
    left: 20px;
	max-width:180px;
}
.logo img {
	float:left;
	max-width:100%;
}
.right-abs {
	right:20px;
	top:2px;
  overflow:visible;
}
#menu-icon {
	margin-top:-7px;
}
.head-link {
    margin: 0px 10px 0px 0px;
	height:30px;
	width:28px;
	font-size:0px;
	border:0px;
	padding:0px 0px 0px 0px;
	background-image:url(images/logout.png);
	background-repeat: no-repeat;
	background-size:28px auto;
}
.head-link:hover {
  background-color: transparent !important;
}
a.basket {
	background-image: url(images/cart-icon.png);
	float:left;
	width:33px;
	height:30px;
	background-size:33px auto;
	margin:0px 25px 0px 0px;
	text-align: center;
	position:relative;
	background-repeat: no-repeat;
}

a.my-acct {
	background-image: url(images/details-icon-white.png);
	float:left;
	width:30px;
	height:30px;
	background-size:30px auto;
	margin:0px 10px 0px 0px;
	text-align: center;
	position:relative;
	background-repeat: no-repeat;
}

#mini-cart-count {
	float:left;
	background-color: #8cb0c3;
	height:20px;
	width:20px;
	border-radius:50%;
	text-align: center;
	line-height:20px;
	color:#fff;
	font-weight:700;
	font-size:11px;
	position:absolute;
	bottom:70%;
	left:90%;
	font-family: 'Roboto', sans-serif;
	margin-left:-8px;
}
.step-menu li {
    font-size: 14px !important;
	padding-left:25px;
}
.step-menu li:nth-child(1) {
    z-index: 600;
    margin-left: 0;
    padding: 5px 2px !important;
}
}

@media(max-width:720px) {
.third, .third.shop-list-item {
	width:50%;
}
.third.shop-list-item:last-of-type {
	width:100%;
}	
}

@media(max-width:540px) {
.quart {
  width:100%;
}
.third, .third.shop-list-item, .shop-list-item {
	width:100% !important;
}
/*.logo, .right-abs {
  width:100%;
  float:left;
  max-width:100%;
  position:static;
}*/
.right-abs {
  padding:15px 0 0 75px;  
}
.logo {
  top: 10px;
  left: 0px;
}
.right-abs {
  right: 0px;
  top: -6px;
}
#menu-icon, #menu-icon.fixed {
  right:0;
  top:0;
  margin-top:16px;
  position:absolute !important;
}
.currency-switch {
  position:absolute;
  bottom:-2px;
  left:0;
}
.head-bar {
  height:auto;
  padding:10px 20px;
}
.logo img {
  max-width:180px !important;
}
}