/*
Theme Name: Aubergine262 base theme
Author: Aubergine 262
Author URI: https://aubergine262.com/
Description: A custom theme from aubergine 262
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0;
}

html,
button,
input,
select,
textarea {
	font-family: 'Lato', sans-serif;
}

body {
	color: #141412;
	line-height: 1.5;
	margin: 0;
	font-size: 14px;
}


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

a:visited {
	/*color: #ac0404;*/
}

a:focus {
	outline: thin dotted;
}

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

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Lato', sans-serif;
	line-height: 1.3;
}

h1 {
	font-size: 42px;
	margin: 33px 0;
}

h2 {
	font-size: 20px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 20px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 0px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

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

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

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

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

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

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

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	height: 1px;
	width: 1px;
}

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

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 1px solid #aababa;
	font-family: 'Lato', sans-serif;
	padding: 9px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 2px solid #c3c0ab;
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	border: none;
	display: inline-block;
	padding: 8px 24px 10px;
	text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	/*background: #d94412; /* Old browsers 
	background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%); /* Chrome 10+, Safari 5.1+ 
	background:   linear-gradient(to bottom, #d94412 0%, #e05d22 100%); /* W3C 
	border: none;
	border-top: 3px solid #b93207;
	padding: 10px 24px 11px; */
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

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

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */
* {
	outline:none !important;
}
#page {
	max-width: 1000px;
	margin: auto;
}
#primary-default {
	margin-bottom: 50px;
	color: #636363;
}
#primary {
	float: right;
	width: 80%;
	border-left: 1px solid #aababa;	
}
#secondary {
	float: left;
	width: 20%;
}
.clear {
	clear:both;
}
#primary-menu {
	margin: 0;
	padding: 0 0 0;
	float: left;
	width: 70%
}
#primary-menu li {
	float: left;
	margin-left: 3%;
	font-size: 14px;
	position: relative;
}

#primary-menu li:first-of-type {
	margin-left: 0;
}
#primary-menu li a {
	color: #636363;
	display: block;
	width: 100%;
	padding: 18px 0;
}
#primary-menu li a:hover {
	text-decoration: none;
}
#primary-menu li ul {
	display: none;
	position: absolute;
	top: 57px;
	left: 0;
	z-index: 999;
	background-color: #fff;
	width: 200px;
	border: 1px solid #636363;
	border-top: 0;
	padding: 0;
}
#primary-menu li .sub-menu li {
	float: none;
	margin-left: 0;
	display: block;
}	
#primary-menu li .sub-menu li a {
	width: 100%;
	display: block;
	padding: 5px 0 5px 20px;	

}
#primary-menu li:hover > ul{
	display:block;
}
.navbar {
	border-top: 1px solid #636363;
	border-bottom: 1px solid #636363;
	padding: 0 50px;
	margin: 40px 0 0;
}
.website-title {
	width: 60%;
	float: left;
	text-align: center;
}
.h1-doc {

}
.website-title h1{
	text-align: center;
	font-family: 'Lato', sans-serif;
	margin: 0;
}
.website-title a {
}
.website-title a:hover {
	text-decoration: none;
}
.search-form {
	float: right;
	width: 30%;
}
.product-search-button {
	float: left;

	color: #fff;
	width: 20%;
	height: 100%;
	text-align: center;
}
.product-search-button:hover {
}
.product-search-button a:hover {

}
.product-search-button a {
	color: #fff;
	width: 100%;
	display: block;
	padding: 4px 0;	
}
.woocommerce-product-search input[type="search"] {
	border: 0;
	width: 100%;
	padding: 6px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.search-products-wrap {
	float: right;
	margin: 12px 0;
	width: 27%;
}
.search-products-wrap form {
	width: 80%;
}
.woocommerce-product-search {
	float: left;

}
.woocommerce-product-search input[type="submit"] {
	display: none;
}
.user-wrap {
	float: left;
	width: 20%;
}
.user-wrap span {
	color: #636363;
}
.login-button {
	float: left;
	padding-right: 5px;
}
.login-button a:hover {
	text-decoration: none;
}
.user-wrap span {
	float: left;
}
.my-account-button {
	float: left;
	padding-left: 5px;
}
.cart {
	float: right;
	width: 20%;
	text-align: right;
}

.cart a:hover {
	text-decoration: none;
}
.site-header {
	margin: 50px 0 50px;
}
.site-footer {
}
.footer-wrap {
	max-width: 1250px;
	margin: auto;
	padding: 10px 0;
}
.footer-image-wrap {
	text-align: center;
}
.aubergine-wrapper {
	text-align: right;
	margin-right: 10%;
}
#menu-footer-menu {
	list-style: none;
	padding: 0;
	width: 100%;
	text-align: center;
}
#menu-footer-menu li {
	float: none;
	border-right: 1px solid #000;
	padding: 0 5px;
	display: inline-block;
}
#menu-footer-menu li a {
	color: #000;
}
#menu-footer-menu li a:hover {
	color: #467BAD;
}
#menu-footer-menu li:last-of-type {
	border: 0;
}

.woocommerce .quantity .qty {
    width: 5.1em !important;
}

.categories-home {
	list-style: none;
	padding: 0;
	margin: 0;
}
.categories-home li {
	width: 15%;
	float: left;
	border: 1px solid #aababa;
	padding: 5px;
	margin: 0 2% 20px 0;
	min-height: 220px;
	position: relative;
}
.categories-home li:nth-child(6n) {
	/*margin-right: 0;*/
}
.categories-home li a { 
	color: #636363;
}
.categories-home li a:hover {
	text-decoration: none;
}
.categories-img-wrap {
	border: 1px solid #aababa;
	overflow: hidden;
}
.categories-img-wrap img {
	width: 100%;
}
.categories-name {
	text-align: center;
	font-size: 16px;	
	line-height: 18px;
	margin-top: 8px;
}
.categories-view-all {
	width: 95%;
	text-align: center;
	left: 2.5%;
	bottom: 3px;
	position: absolute;
}
.categories-view-all:hover {

}
.slider-banner-wrap {

	color: #fff;
	padding: 10px 0;
	margin-bottom: 20px;	
}
.slider-banner {
	width: 62%;
	margin:auto;
}
.slider-banner-1 {
	float: left;
	margin: 10px 0 0;
	font-size: 26px;
}
.slider-banner-2 {
	margin: 10px 0 0;
	text-align: center;
}
.replacement-key-form {
	float: left;
}
.replacement-key-form input[type="search"] {
	border: none;	
	border: 1px solid #ECECEC;
	width: 100%;
}
.replacement-key-form input[type="submit"] {
	display: none;
}
.key-search-button {
	float: right;

	width: 20%;
	text-align: center;
}
.key-search-button a {

	width: 100%;
	display: block;
	padding: 8px 0;	
}
.key-search-button:hover {
	background-color: #ECECEC;	
}
.replacement-key-form input[type="submit"]:hover {
}
.products-and-offers {
	color: #fff;
	margin-top: 10px;
	font-size: 20px;
	padding: 10px;
}
.products-and-offers-link {
	width: auto;
	border: 1px solid #aababa;
	float: right;
	text-align: center;
	margin-right: 20px;
	padding: 0 5px;
	font-size: 16px;
}
.products-and-offers-link:hover {
	background-color: #fff;
}
.products-and-offers-link a {
	color: #fff;	
	width: 100%;
	display: block;
}
.products-and-offers-link a:hover {
	text-decoration: none;

}
.homepage-side {
	width: 29%;
	float: right;
	margin-top: 31px;
}
.homepage-side img {
	width: 100%;
}
.homepage-side div {
	width: 100%;

	color: #fff;
	text-align: center;
	padding: 0 20px;
}
.featured-products {
	width: 100%;
	float: left;
}
.tab-product-section {
	width: 70%;
	float: left;
}
.woocommerce ul.products li.product {
	list-style: none;
	margin: 0 0 10px 0;
	border: 1px solid #aababa;
	float:left;
	width: 22%;
	padding: 5px;
	margin-right: 3%;
	text-align: center;
}
.woocommerce ul.products li.product p {
	margin: 0;
}
.woocommerce ul.products li.product h3 {
	padding: 5px 0 0;
}
.woocommerce ul.products li.product:nth-child(4n-7) {
	margin-left: 3%;
}
.woocommerce ul.products li.product:nth-child(4n) {
	margin-right: 0;
}
.featured-products ul li:first-of-type {
	margin-left: 0 !important;
}

.featured-products ul li {
	width: 30% ;
	margin-right: 3.3%;	
}

.woocommerce ul.products li.product .button {
	width: 100%;
	border-radius: 0;

	font-weight: 400;
	padding: 7px;
	font-size: 14px;
	margin: 5px 0 0;
}
.custom_keycode label {
	text-align: left;
	color: #636363;
	float: left;
}
.custom_keycode .custom-options {
	border: 0;
	border: 1px solid #aababa;
	padding: 6px;
	width: 100%;
	text-align: center;
}
.featured-products .custom_keycode {
	margin: 5px 0;
}
.woocommerce ul.products li.product .custom_keycode .custom-options{
	text-align: center;
}
.woocommerce ul.products li.product .price {
	font-size: 14px;
	margin: 0;
	padding: 0 0 5px;
}
.woocommerce ul.products li.product a {
	color: #636363;
}
.woocommerce ul.products li.product .button:hover {

}
.woocommerce ul.products li.product h3 {
	font-size: 14px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	min-height: 59px;
}
.woocommerce ul.products li.product a img {
	margin: 0;
	border: 1px solid #aababa;
}
.featured-products li a img {
	border: 1px solid #aababa;
	width: 100%;
}
.featured-products li a {
	color: #000;
}
.featured-products li h3 {
	margin: 10px 0;
	font-size: 14px;
	color: #636363;
	font-weight: 400;
}
.featured-products .price {
	font-size: 14px;
}
.count {
	margin: 15px 0;
}
.bottom-banner {
	width: 100%;
	margin: 16px 0 0;
	position: relative;
	height: 350px;
	overflow: hidden;
}
.bottom-banner img {
	float: right;
}
.bottom-banner div {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	padding: 0 20px;
	color: #fff;
}
.bottom-banner h4, .bottom-banner h5, .bottom-banner h3, .bottom-banner h2 {
	margin: 20px 0;
	font-family: 'Lato', sans-serif;
}
.left-page-form {
	float: left;
	width: 48%;
	margin-bottom: 50px;
}
.right-page-form {
	float: right;
	width: 48%;
	margin-bottom: 50px;
}
.row-elm input { 
	width: 50%;
	float: right;
}
.row-elm {
	margin: 0 0 20px;
}
.login-username input,
.login-password input,
.login-submit input {
	float: right;
	width: 50%;
}
.lost-password {
	float: right;
	width: 50%;
	margin-top: 10px;
}

.login-remember {
	display: none;
}
.login {
	width: 50%;
}
.woocommerce form .form-row label.inline {
	display: none;
}
.woocommerce .login .form-row .button {
	width: 100%;

	border-radius: 0;
}
.woocommerce .login .form-row .button:hover {

}
.product-side-ad {
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 5px;
}
.product-side-ad-link {
	border: 1px solid #aababa;
	width: 50%;
	margin: auto;
	text-align: center;	
	background-color: #fff;
}
.product-side-ad-link a {
	width: 100%;
	display: block;
}
.product-side-ad-link:hover {
	background-color: #ECECEC;
}
.product-side-ad-link a {
}
.tab-sections {
	display: none;
}
.tabs-titles-wrap {
	width: 40%;
	float: right;
}
.controls, .featured-products-title {
	float: left;
}
.controls {
	border: 1px solid #aababa;
	width: 9%;
	margin-top: 5px;
}
.featured-products-title {
	width: 81%;
	text-align: center;
	font-size: 20px
}
.tabs-titles-most-popular {
	border-bottom: 1px solid #aababa;
	font-size:20px;
	padding: 0 0 10px;
	margin-bottom: 15px;
	color: #636363;
}
.controls a {
	width: 100%;
	display: block;
	padding: 5px;	
}
.arrow-left {
	width: 0; 
	height: 0; 
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent; 

	margin: auto;
}
.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	

	margin: auto;
}
.woocommerce form.login { 
	border-radius: 0;
}
.woocommerce form .form-row input.input-text {
	line-height: unset;
}

/* woocommerce */
.woocommerce .woocommerce-breadcrumb {
	border-top: 1px solid #aababa;
	border-bottom: 1px solid #aababa;
	margin: 0;
	padding: 10px 0;
	font-size: 14px;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
	float: none;
	border-top: 1px solid #aababa;
	border-bottom: 1px solid #aababa;
	padding-left: 3%;
	clear: both;
	color: #636363;
}
.woocommerce nav.woocommerce-pagination ul {
	float: right;
	clear: both;
	border: 1px solid #aababa;
	margin: 1px 1px 16px;
}
.woocommerce nav.woocommerce-pagination ul li a {
	color: #aababa;
	
}
.woocommerce nav.woocommerce-pagination ul li {
	border-right: 1px solid #aababa;
}
.woocommerce nav.woocommerce-pagination ul li:last-of-type {
	border: 0;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
	color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
	color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a:focus {
	color: #fff;
}
.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
	width: 32px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	float: left;
	width: 30%;
	padding-left: 25px;
	text-transform: uppercase;
	overflow: visible;
}
.woocommerce div.product .woocommerce-tabs .panel {
	float: right;
	width: 70%;
	border: 1px solid #636363;
	padding: 0 20px 20px;
	color: #636363;
	min-height: 86px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	display: block;
	border-radius: 0;
	border-bottom: 1px solid #aababa;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:last-of-type {
	border-bottom: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	border: 1px solid #636363;
	border-right: #fff;
	margin-right: -1px;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
	display: block;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	width: 100%;
	display: block;
	padding: 0;
	padding: 10px 0;
	font-weight: 400;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	border: 0;
	width: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	border: 0;
}
.woocommerce div.product form.cart {
	float: left;
	width: 100%;
}
.woocommerce div.product form.cart .quantity input {
	border: 0;
	border: 1px solid #aababa;
}
.woocommerce div.product form.cart .button {

	font-weight: 400;
	color: #636363;
	border-radius: 0;
	padding: 12px;
}
.single.woocommerce div.product form.cart .button.single_add_to_cart_button {
	font-weight: 400;

	border-radius: 0;
	padding: 12px;
}
.woocommerce div.product form.cart .button:hover {

}
.woocommerce div.product p.price {

	font-size: 20px;
}
.single-price p.price{
	display: inline;
}
.single-price .productSKU{
	display: inline;
	margin-left: 30px;
}
.single-price{
	margin-bottom: 30px;
}
.woocommerce div.product .product_meta .posted_in {
	float: left;
}
.woocommerce div.product .product_title {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 20px;
	margin-top: 5px;
}

.woocommerce div.product div.images img {
	width: 100%;
	float: right;
	border: 1px solid #aababa;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	padding: 20px 0 0 20px;
}
.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-top: 10px;
}
.woocommerce #content div.product div.related h2 {
	margin-left: 20px;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
	border-radius: 0;

	color: #636363;
	font-weight: 400;
}
.woocommerce .cart .button, .woocommerce .cart input.button:hover {

}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	float: left;
	width: 50%;
}
.woocommerce a.button.alt {

}
.woocommerce a.button.alt:hover {

}
.woocommerce .return-to-shop a {
	border-radius: 0;
	font-weight: 400;
}
.woocommerce .return-to-shop a:hover {

}
.woocommerce .page-title {
	margin: 15px 0 10px 0;
	font-size: 32px;
	font-family: 'Lato', sans-serif;
	color: #636363;
	float: right;
    width: 81.5%;
	clear: none;
}
.description-wrapper {
	border-bottom: 1px solid #aababa;
	padding-bottom: 12px;
	margin-bottom: 10px;
}

.tax-product_cat .product-archive-header .inner .page-title{
	max-width: 307px;
}

.term-special-offers .key-application {
	display: none;
}
.cat-archive-img {
    width: 17%;
    float: left;
    padding: 10px;
    margin: 12px 0 10px 1.5%;
}
.woocommerce .term-description {
	float: right;
	width: 81.5%;
	margin-bottom: 22px;
	color: #636363;
}
.woocommerce .term-description p {
	margin: 0;
}
.woocommerce p.stars a.star-3, .star-1, .star-2, .star-4, .star-5 {

}
.woocommerce #review_form #respond .form-submit input {
	border-radius: 0;
	font-weight: 400;

	color: #636363;
}
.woocommerce #review_form #respond .form-submit input:hover {

}
.product-meta-wrap {
	width: 100%;
}
.product-meta-name {
	width: 30%;
	float: left;
}
.product-meta-detail {
	width: 70%;
	float: right;
}
.product-meta-wrapper {
	margin-top: 20px;
}
.woocommerce .upsells h2 {
	margin-left: 20px;
}
.woocommerce a.button {
	border-radius: 0;
	font-weight: 400;
}

.add_another_key_textbox{
	width: 70% !important;
	float: left !important;
}
.custom_number_of_keys {
	width: 19%;
	float: left;
	margin-left: 1%;
	padding: 11px;
	text-align: center;
}
.remove_another_number {
	line-height: 40px;
	padding-right: 12px;
}
.master-key-col-1 {
	width: 100%;
}
.master-key-col-2 {
	width: 100%;
}
.master-key-col-3 {
	width: 100%;
	padding-right: 5px;
	margin-top: 7px;
}
.master-key-col-1 h3 {
	margin: 0;
	font-size: 14px;
}
.master-key-col-1 a {
	font-size: 11px;
}
#master-qty {
	width: 26%;
}
.master-key-col-2 button {

	padding: 8px 19px 10px;

	color: #636363;
	width: 49%;
}
.master-key-col-2 button:hover {

}
#master-key-option {
	margin-top: 10px;
}
#quantity-discount-available h3 {

	font-weight: 400;
	margin: 0 0 15px 0;
}
.mobile-menu {
	display: none;
}
.mobile-nav {
	display: none;
}
.tablet-clear {
	display: none;
}
.page-thumbnail {
	width: 20%;
	float: right;
}
.page-thumbnail img {
	width: 100%;
}
.page-entry-content {
	float: left;
	width: 80%;
	padding: 0 10px 0 10px;
}
.custom_keycode label {
	text-align: left;
}
.contact-form-row {
	width: 100%;
}
.contact-form-row input, .contact-form-row textarea {
	width: 100%;
}
.contact-form-submit {
	margin: 10px 0 0;
}
.page-id-13 .page-thumbnail {
	display: none;
}
.page-id-13 .page-entry-content {
	width: 100%;
}
.contact-left {
	float: left;
	width: 50%;
	padding: 0 10px;
}
.contact-right {
	float: right;
	width: 50%;
	padding: 0 10px;
}
.homepage-headings {
	font-weight: 700;
    font-size: 26px;

}
.woocommerce .view-product-button {
    width: 100%;
    border-radius: 0;
    font-weight: 400;
    padding: 3px;
    font-size: 14px;
    margin: 5px 0 0;
	display: block;
}
.woocommerce .view-product-button:hover {

}
.extra-key-exact-code {
	display: none;
}
#master-key-option {
	width: 50%;
	float: left;
}
#extra-qty {
	width: 26%;
}
.extra-col-2 {
	margin-top: 21px;
}
.featured-products ul div li {
	position: relative;
}
#tabs ul div li {
	float: left;
	border: 1px solid #aababa;
	padding: 5px;
	text-align: center;
}
#tabs ul {
	list-style: none;
	padding: 0;
	border: 0;
}
#tabs ul.ui-tabs-nav {
	border-bottom: 1px solid #aababa;
}
#tabs a {
	width: 100%;
	display: block;
}
#tabs ul div li a.button {
	padding: 7px;
	font-size: 14px;
}
#tabs ul div li a.button:hover {

}
.featured {
	float: left;
	margin-bottom: -1px;
	padding-right: 10px;
}

.filter-list{
	float: none;
	width: 100%;
	clear: both;
}
.filter-list a{
	display: block;
}
.active-refine {

}
.filter-list {
	display: none;
}
.filter-opener {
	border-top: 1px solid #aababa;
	padding: 10px 0;
}
.filter-opener a {

	display: block;
	width: 100%;
	padding: 10px 0;
}
.filter-opener i {
	padding-right: 5px;
}
.border {
	border-bottom: 1px solid #aababa;
}
.widget_search_refine_widget ul {
	padding: 0;
	margin: 0 0 10px;
	list-style: none;
	padding-left: 27px;
	line-height: 23px;
}

.widget_search_refine_widget ul li a:before {
	content: '';
	background-image: url('/site/wp-content/themes/lockdoctor/images/bullet-points.png');
	background-repeat: no-repeat;
	padding: 8px;
	background-position: -17px;
	margin-left: -18px;
	margin-right: 5px;
}
.widget_search_refine_widget ul li .active-refine:before {
	background-position: 0;
}
.remove-bubble{
	display: inline-block;
	margin: 1px 5px 2px 1px;

	padding: 2px 6px 2px 6px;
}
.remove-bubble:hover{

}
.after_remove_links{
	display: block;
	width:100%;
	height:20px;
}
.border-top {
	display: block;
	width: 100%;
	border-bottom: 1px solid #aababa;;
}
.s_none {
	display: none;
}
.page-id-87 {
	color: #636363;
}
.contacts {
	float: right;
	text-align: right;
	color: #636363;
}
.phone span {

}
.email span {

}
.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
	margin-top: 15px;
	margin-right: 3.8%;
}
.no-results-product-filter {
	padding-left: 10px;
}
.search-no-results .page-title {
	display: none;
}
.remove-breadcrumbs-widget-title {
	color: #636363;
}
.search ul.products {
	margin-top: 20px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
}
.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover {

}
.widget-link {
	width: 100%;
	display: block;
	color: #fff;
}
.pp_gallery ul {
	height: 55px;
}
.pp_gallery ul a {
	height: 53px;
}
.pp_gallery {
	margin-top: -2px;
}
.woocommerce .category-archive-title {
	width: 100%;
}
.archive-details {
	float: left;
	width: 81.5%;
	margin-left: 3%;
}
.page-template-template-category_archive .categories-home li {
	width: 23%;
	min-height: 253px;
}
.page-template-template-category_archive .categories-home {
	padding: 20px 0 0 3%;
	border-top: 1px solid #aababa;
}
.mobile-toggle-refine{
	margin-left: 2% !important;
	
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){
	width: 33%;
	margin-right: 0.5%;
	margin-top: 3px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+4){
	margin-right: 0;
}
@media screen and (max-width: 1020px) {
	.featured {
		padding-left: 10px;
	}
	.woocommerce nav.woocommerce-pagination ul {
		margin-right: 5px;
	}
	.entry-title {
		margin-left: 10px;
	}
}
@media screen and (max-width: 1000px) {
	.count {
		padding: 0 10px;
	}
	.categories-home {
		padding: 0 10px;
	}
	.categories-name {
		min-height: 38px;
	}
	.cart {
		padding-right: 10px;
	}
	.user-wrap {
		padding-left: 10px;
	}
	.contacts {
		padding-right: 10px;
	}
}
@media screen and (max-width: 990px) {
	.search-products-wrap {
		float: none; 
		margin: 0 auto 12px;
		width: 50%;
	}
	#primary-menu {
		width: 100%;
	}
	.tablet-clear {
		clear: both;
		display: block;
	}
	.slider-banner-1 {
		width: 100%;
		text-align: center;
	}
}
@media screen and (max-width: 890px) {
	.featured {
		width: 100%;
	}
	.slider-banner {
	 	width: 72%;
	}
	.page-template-template-category_archive .categories-home li {
		min-height: 220px;
	}	
}

@media screen and (max-width: 796px) {
	.contacts {
		width: 100%;
		text-align: center;
		padding: 5px 0;
	}
	.contacts .phone{
		display: inline-block;
	}.contacts .email {
		display: inline-block;
		margin-left: 2%;
	}

}
@media screen and (max-width: 767px) {
	.woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n) {
		float: left;
	}
	.woocommerce ul.products li.product {
		width: 45%;
	}
	.woocommerce ul.products li.product:nth-child(4n-1) {
		margin-left: 2.5%;
	}
	.woocommerce ul.products li.product:nth-child(4n-7) {
		margin-left: 2.5%;
	}
	.website-title {
		width: 100%;
	}
	.cart {
		width: 50%;
	}
	.user-wrap {
		width: 50%;
	}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		padding-left: 20px;
	}
	.woocommerce div.product .product_title {
		margin-left: 0;
	}
}
@media screen and (max-width: 630px) {
	.page-id-22905 .page-entry-content table,
	.page-id-22905 .page-entry-content table * {
		display: block;
		word-wrap: break-word;
	}
}
@media screen and (max-width: 600px) {
	.widget_search_refine_widget{
		width: 96%;
		margin:0 auto;
	}
	.page-template-template-category_archive .categories-home li {
		width: 48%;
		min-height: 315px;
	}
	.s_none {
		display: block;
	}
	.m_none {
		display: none;
	}
	.mobile-menu #primary-menu li  {
		background: rgb(255, 255, 255);
		background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 36%, rgb(242, 242, 242) 100%);
		background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 36%, rgb(242, 242, 242) 100%);
		background: -o-linear-gradient(90deg, rgb(255, 255, 255) 36%, rgb(242, 242, 242) 100%);
		background: -ms-linear-gradient(90deg, rgb(255, 255, 255) 36%, rgb(242, 242, 242) 100%);
		background: linear-gradient(180deg, rgb(255, 255, 255) 36%, rgb(242, 242, 242) 100%);
	}
	.menu-sub-on a {
		background: rgb(242, 242, 242);
		background: -moz-linear-gradient(90deg, rgb(242, 242, 242) 36%, rgb(234, 234, 234) 100%);
		background: -webkit-linear-gradient(90deg, rgb(242, 242, 242) 36%, rgb(234, 234, 234) 100%);
		background: -o-linear-gradient(90deg, rgb(242, 242, 242) 36%, rgb(234, 234, 234) 100%);
		background: -ms-linear-gradient(90deg, rgb(242, 242, 242) 36%, rgb(234, 234, 234) 100%);
		background: linear-gradient(180deg, rgb(242, 242, 242) 36%, rgb(234, 234, 234) 100%);
	}
	#primary-menu li a:hover {
		background: rgb(252, 252, 252);
		background: -moz-linear-gradient(90deg, rgb(252, 252, 252) 36%, rgb(229, 229, 229) 100%);
		background: -webkit-linear-gradient(90deg, rgb(252, 252, 252) 36%, rgb(229, 229, 229) 100%);
		background: -o-linear-gradient(90deg, rgb(252, 252, 252) 36%, rgb(229, 229, 229) 100%);
		background: -ms-linear-gradient(90deg, rgb(252, 252, 252) 36%, rgb(229, 229, 229) 100%);
		background: linear-gradient(180deg, rgb(252, 252, 252) 36%, rgb(229, 229, 229) 100%);
	}
	.mobile-menu #primary-menu li ul li {
		background-color: #000;
	}
	.mobile-menu #primary-menu li {
		margin: 0;		
	}
	#primary-menu li a {
		padding:10px 0 10px 10px;
	}
	.mobile-nav {
		padding-left: 10px;
	}
	.navbar {
		padding: 0 10px;
		margin: 0;
	}
	.navbar #primary-menu {
		display: none;
	}
	.mobile-menu #primary-menu li {
		float: none;
	}
	.mobile-menu #primary-menu li:first-of-type {
		
		margin: 0;
	}
	#primary-menu li .sub-menu li a {
		background: rgb(255, 255, 255);
		background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 36%, rgb(242, 242, 242) 100%);
		background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 36%, rgb(242, 242, 242) 100%);
		background: -o-linear-gradient(90deg, rgb(255, 255, 255) 36%, rgb(242, 242, 242) 100%);
		background: -ms-linear-gradient(90deg, rgb(255, 255, 255) 36%, rgb(242, 242, 242) 100%);
		background: linear-gradient(180deg, rgb(255, 255, 255) 36%, rgb(242, 242, 242) 100%);
		padding: 10px 0 10px 20px;
	}
	.mobile-menu #primary-menu li ul {
		top: 0;
		position: relative;
		border: 0;
		width: 100%;
	}
	#primary-menu li:hover > ul{
		display: none;
	}
	#primary-menu {
		width: 100%;
		list-style: none;
	}
	#primary-menu li .sub-menu li {
		margin-left: 0 !important;
	}
	.site-header {
		margin: 10px 0 12px;
	}
	.mobile-nav {
		display: block;
		font-size: 22px;
		margin-bottom: 8px;
	}
	.mobile-nav i {
		font-size: 24px;
		color: #fff;
		padding: 4px 5px;
	}
	.search-products-wrap {
		margin-top: 12px;
		width: 100%;
	}
	.featured-products {
		width: 100%;
	}
	.homepage-side {
		display: none;
	}
	.categories-home li {
		width: 30%;
	}
	.bottom-banner {
		display: none;
	}
	#secondary {
		display: none;
	}
	#primary {
		border: 0;
		width: 100%;
	}
	.featured-products ul li {
		width: 95% !important;
		margin: 10px 2.5% !important;
	}
	.featured-products ul li:first-of-type {
		margin: 0 2.5% !important;
	}
	.cart-amount-count {
		display: none;
	}
	.cart-items {
		display: none;
	}
	.woocommerce ul.products li.product {
		margin: 20px 3% 0 0;
	}
	.woocommerce ul.products li.product:nth-child(2n) {
		margin: 20px 3% 0 0;
	}
	.tabs-titles-wrap {
		width: 50%;
	}
	.featured-products ul li:first-of-type {
		margin-left: 2.5% !important;
	}
	.products-and-offers {
		text-align: center;
	}
	.products-and-offers-link {
		width: 90%;
		float: none;
		margin: auto;
	}
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
		padding: 20px 10px 0;
	}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		padding: 0 10px;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs {
		padding: 0; 
		width: 100%;
		margin: 0;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
		border: 0;
		margin: 0;
	}
	.woocommerce div.product .woocommerce-tabs .panel {
		border: 0;
		width: 100%;
	}
	.woocommerce .woocommerce-breadcrumb {
		padding: 10px 10px;
	}
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
		width: 100%;
	}
	.woocommerce table.shop_table {
		margin: 0;
	}
	.left-page-form {
		width: 100%;
		padding: 0 10px;
	}
	.right-page-form {
		width: 100%;
		padding: 0 10px;
	}

	.contact-left {
		width: 100%;
	}
	.contact-right {
		width: 100%;
	}
	.tab-product-section {
		width: 100%;
		padding: 10px 0;
	}
	.cat-archive-img {
		display: none;
	}
	.woocommerce .page-title {
		width: 98%;
	}
	.woocommerce .term-description {
		width: 96%;
		margin-right: 2%;
	}
	.featured {
		margin-bottom: 5px;
	}
	.categories-home li {
		min-height: 190px;
	}
	.page-thumbnail {
		float: left;
		margin: 0 0 10px 10px;
		width: 30%;
	}
	.page-entry-content {
		width: 100%;
	}
}
@media screen and (max-width: 515px) {
	.tabs-titles-most-popular {
		padding: 0 10px;
	}
	.tabs-titles-wrap {
		width: 100%;
	}
	.page-template-template-category_archive .categories-home li {
		min-height: 270px;
	}
}
@media screen and (max-width: 420px) {
	.woocommerce ul.products li.product {
		width: 95%;
		margin: 20px 2.5% 0;
	}
	.woocommerce ul.products li.product:nth-child(2n) {
		width: 95%;
		margin: 20px 2.5% 0;
	}
	.page-template-template-category_archive .categories-home li {
		min-height: 246px;
	}
}
@media screen and (max-width: 380px) {
	.row-elm input {
		width: 100%;
	}
	.login-username input, .login-password input, .login-submit input {
		width: 100%;
	}
	.page-template-template-category_archive .categories-home li {
		min-height: 216px;
	}
}
@media screen and (max-width: 380px) {
	.website-title h1 {
		font-size: 26px;
	}
	h1 {
		font-size: 28px;
		margin: 20px 0;
	}
}



