/*
Theme Name: TheShop
Theme URI: http://athemes.com/theme/theshop
Author: aThemes
Author URI: http://athemes.com
Description: TheShop is a very easy to use e-commerce theme, compatible with the popular WooCommerce plugin. TheShop includes a custom front page, fonts and color options, two menus, a slider for your header and much more. 
Version: 1.09
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: theshop
Tags: e-commerce, two-columns, right-sidebar, custom-colors, custom-background, custom-header, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready

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

TheShop is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/


body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #8C8F94;
	word-wrap: break-word;
	line-height: 1.6;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1c1c1c;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
}
a,
a:hover {
	color: #9FAFF1;
}
mark {
	background-color: transparent;
}
/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
table {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #e0e0e0;
}
th {
	background-color: #f5f5f5;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
	padding: 10px;
	line-height: 1.42857143;
	vertical-align: top;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
	border: 1px solid #dddddd;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 15px 25px;
	border: 0;
	color: #fff;
	font-weight: 700;
	background-color: #9FAFF1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: none;

}
input[type="submit"] {
	margin-top: 5px;
}
button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #17191B;
	color: #fff;
	text-decoration: none;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: border-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 14px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 8px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}


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

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

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

/* Header contact */
.header-promo {
	background-color: #fff;
	text-align: center;
	border-bottom: 1px solid #f1f1f1;
	border-top: 1px solid #f1f1f1;
}
.promo-box {
	display: inline-block;
	padding: 30px 15px;
	width: 30%;
	border-right: 1px solid #f1f1f1;
	vertical-align: top;
	font-weight: 300;
}
.header-promo .container {
	display: block;
}
.promo-box span {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	position: relative;
    top: 3px;
}
.promo-box .fa {
	margin-right: 15px;
	font-size: 32px;
	color: #444446;
	vertical-align: middle;
}
.promo-box,
.promo-box a {
	color: #4c4c4c;
}
.promo-box:last-of-type {
	border-right: 0;
}

li.nav-cart {
	margin-left: 15px;
	background-color: #9FAFF1;
	border-radius: 5px;
	padding: 5px 15px;
	font-size: 13px;
}
/*--------------------------------------------------------------
## Homepage sections
--------------------------------------------------------------*/
.home-section {
	padding: 100px 0;
}

.home-section .container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex: 1;
}
.home-section.cta-section .container {
	display: block;
}
.section-title {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin: 0 0 80px;
	position: relative;
	text-transform: uppercase;
	justify-content: center;
	text-align: center;
	width: 25%;
	float: left;
}
.section-title span {
	padding: 15px;
	border-right: 2px solid;
	border-top: 2px solid;
	border-bottom: 2px solid;
}
.inner-section {
	width: 75%;
	float: left;
	padding-left: 30px;
}
/* Products */
.products-loop .woocommerce ul.products .owl-item li {
	width: 100% !important;
	margin: 0 !important;
}
.products-loop .owl-item {
	padding: 0 15px;
}
.products-loop .inner-section {
	padding-left: 15px;
}
/* CTA */
.cta-section {
	background-color: #2C292A;
	color: #fff;
	text-align: center;
	padding: 50px 0;
}
.cta-text {
	margin-bottom: 45px;
	font-size: 24px;
}
/* Categories */
.cats-loop {
	background-color: #f7f7f7;
}
.cats-loop .product-category.product {
	position: relative;
}
.cats-loop .product-category.product::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
}
.cats-loop .woocommerce .product.product-category .woocommerce-loop-category__title {
	position: absolute;
	top: 40%;
	width: 100%;
	text-align: center;
	z-index: 12;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}
.cats-loop mark {
	color: #fff;
}
/*--------------------------------------------------------------
## Preloader
--------------------------------------------------------------*/
.preloader {
    background-color: #fff;
    height: 100%;
    opacity: 1;
    position: fixed;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 9999;
}
.preloader .preloader-inner {
    left: 40%;
    position: relative;
    top: 45%;
    width: 20%;
    font-size: 32px;
    color: #9FAFF1;
    font-weight: 700;
    text-transform: uppercase;
}
