
	Theme Name: Hanak
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	/*font-size:62.5%;*/
}
body {
	/*font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
	font-family: 'Raleway', sans-serif;
	/*color:#444;*/
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	/*color:#444;*/
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
body .header {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:100;
	width:100%;
}

body.home #header-background {
	display:none;
}

#header-background {
    height: 250px;
    background-size: cover;
    background-position-y: 20%;
    margin-bottom:50px;
}


.bold-700 {
	font-weight:700 !important;
}

.ls-1 {
	letter-spacing: 1px;
}

.ls-2 {
	letter-spacing: 2px;
}

.ls-3 {
	letter-spacing: 3px;
}

.ls-5 {
	letter-spacing: 5px;
}

/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}

.woocommerce-breadcrumb {
	font-size:14px;
}

/* sidebar */
.sidebar {
	background-color: #F2F2F2;
	padding:25px 20px;
}

.sidebar ul {
	padding:0px;
}

.sidebar li {
	list-style: none;
	border-bottom: 1px solid #e5e5e5;
	line-height:37px;
	font-weight:200;
}

.sidebar li:last-child {
	border-bottom: 0px;
}

.sidebar li a {
	display:block;
	width:80%;
	display:inline-block;
}

.sidebar li .toggle {
	display:inline-block;
	width:20%;
	text-align:center;
	cursor:pointer;
}

.sidebar li .toggle .fa-plus:before {
	content: "\f067" !important;
}

.sidebar li ul.children {
	display:none;
}

ul.products li.product {
	border: 1px solid #D6D6D6;
    padding: 20px !important;
    text-align: center;
}

ul.products li.product img { 
	width: 80%;
	margin:0 auto;
}

.free-shipping .fa-truck {
	font-size:70px;
}

/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {
	.footer-links {
		height:auto;
	}
	.footer-contacts li {
		display:block;
		text-align:center;
	}

	#header-background {
	    height: 150px;
	}
}
@media only screen and (min-width:480px) {

	.footer-contacts {
		text-align: right;
	}

	.footer-contacts li {
		display:inline;
	}

	.footer-contacts li a {
		margin:0 20px;
	}

	.footer-contacts li:after {
	    content: "|";
	}
	.footer-contacts li:last-child:after {
		content: "";
	}
	
}
@media only screen and (min-width:768px) {
	#header-background {
	    height: 200px;
	}

}
/* Bootstrap tablet breakpoint */
@media only screen and (min-width:992px) {
	header {
		margin-bottom:50px;
	}

	#header-background {
	    height: 250px;
	}

	.navbar-brand {
		position: absolute;
		bottom:-43px;
		z-index:100;
	}
	
	.footer-links {
		height:130px;
	}

	footer li {
		display:inline;
	}

	footer ul li a {
		margin:0 20px;
	}

	footer ul li:after {
	    content: "|";
	}
	footer ul li:last-child:after {
		content: "";
	}

	.footer-logo {
	    position: absolute;
	    bottom: -38px;
	    /*left:0px;*/
	    z-index: 100;
	}
	
	.nav-item {
		line-height:110px;
		padding:0 20px;
	}

	.nav-item.current_page_item {
		border-bottom:3px solid #0082C9;
	}

	.nav-item:hover {
		border-bottom:3px solid #0082C9;
	}

	.single-product .woocommerce-breadcrumb {
		margin-left:52%;
	}

	#home-carousel .carousel-container { 
		height: calc(100% - 130px);
	}
}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/* Target bootstrap navbar breakpoint */
@media only screen and (max-width:992px) {
	.navbar-brand {
		position: initial !important;
	}

	body .header {
		position: initial;
	}

	#home-carousel .carousel-container { 
		height:100%;
	}

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

.featured-categories {
	margin-top:15px;
	margin-bottom:15px;
}

.featured-categories-img {
	height:285px;
	position: relative;
	background-size:cover;
	/*background-position-x: center;*/
	background-position: center;
}

.featured-categories-text {
	background:rgba(0,0,0,0.7);
	padding:15px 30px;
	color: #fff;
	position: absolute;
	bottom:0%;
	left:0%;
	letter-spacing: 5px;
}

#home-carousel .carousel-caption {
	/*top: 65%;*/
	margin:0 auto;
	/*transform: translateY(-50%);*/
	bottom: initial;
	background:rgba(0,0,0,0.7);
	width: 720px;
}

#home-carousel .carousel-item {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

#home-carousel .carousel-caption h1 {
	text-transform: uppercase;
	text-shadow: 3px 5px 2px rgba(0,0,0,0.22);
	letter-spacing:5px;
}

#home-carousel .carousel-container {
	position: absolute;
    bottom: 0px;
    color: #fff;
}

header.header {
	background:rgba(0,0,0, 0.7);
}

.navbar {
	min-height: 130px;
}

.navbar-dark .navbar-nav .nav-link {
	color:#fff;
}

.navbar-collapse .menu-item {
	text-align:center;
}

footer {
	height:225px;
}

.footer-links {
	background-color:#000;
	color:#fff;
	position: relative;
	padding-top:10px;
}

.footer-links a {
	color:#fff;
}

.footer-links li {
	list-style:none;
}

#latest-products {
	/*padding:15px;*/
}

#latest-products li {
	list-style: none;
	margin:15px 0px;
	/*border:1px solid #ccc;*/
}

#latest-products .products-button {
	border-radius: 0px;
	letter-spacing: 1px;
}

.product-listing {
	border:1px solid #ccc;
	text-align:center;
	height:100%;
}

.product-listing img {
	width:80%;
	margin:0 auto;
}

.product-listing .product-listing-title {
	line-height:normal;
}

.product-listing .price {
	color:#0082c9;
}

.product-listing .added_to_cart {
	display:none;
}

.button:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.button:hover {
	text-decoration: none;
}

.add_to_cart_button:hover, a.add_to_cart_button:hover, .woocommerce a.add_to_cart_button:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.add_to_cart_button,.woocommerce a.add_to_cart_button {
    color: #fff;
    background-color: #0082c9;
    border-color: #0082c9;
}
.btn-primary {
	color: #fff;
    background-color: #0082c9;
    border-color: #0082c9;
}
.add_to_cart_button {
    display: inline-block;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    /*border-radius: .25rem;*/
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/*.header-menu-cart:after {*/
.cart-contents {
	display:block;
}
/* WooCommerce form/tables fix */
.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row,.woocommerce form .form-row {
	display: block;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	max-width: unset;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: inherit;
}
.woocommerce nav.woocommerce-pagination {
	text-align:left;
}

.woocommerce #latest-products h1 {
	text-transform: uppercase;
}


/* Archive product page */

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	float:left;
}

.woocommerce-result-count {
	clear:left;
}

.woocommerce-perpage {
	float:right;
}

.woocommerce-perpage select {
	display:inline;
	width:auto;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}

.archive .woocommerce-breadcrumb {
	float:right;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-weight:bold;
	text-transform: uppercase;
}

/* Single product page */

.single-product.woocommerce div.product .product_title {
	text-transform: uppercase;
}

.single-product.woocommerce div.product .product_meta {
	margin:30px 0px;
}


.free-shipping table tr td {
	border:5px solid #fff;
	padding:5px 15px;
}

.free-shipping table tr td:nth-child(2) {
	padding:5px 15px;
}

.free-shipping {
	min-height:200px;
	padding:20px;
	height:auto;
}


/* WooCommerce form/ tables fix end  */


/*@media (max-width: 768px) and (min-width: 320px) {
#navigation .nav li.parent>a:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0d7";
    color: inherit;
    font-size: .857em;
    margin-top: 2px;
    speak: none;
    width: 1.387em;
    display: inline-block;
    text-align: right;
    line-height: 1;
}
}*/