/*
	Theme Name: BabyBoo
	Author: PerpetualDigital
	Version: Late 2016
*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@charset "UTF-8";
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
abbr, address, article, aside, audio, b, blockquote, body, canvas,
caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, p, pre, q, samp, section, small, span, strong, sub, summary,
sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video { margin: 0; padding: 0;  font-size: 100%; vertical-align: baseline; background-color: transparent; }
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }
address, cite, q, dfn { font-style: normal; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a, ins, del { text-decoration:none }
q, blockquote { quotes: none; }
th, td { vertical-align: top; }
th { text-align: left; }
nav li { display:inline-block; list-style:none; position: relative; }
img { display:inline-block; max-width:100%; height:auto; }
button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle;}
button,input{*overflow:visible;line-height:normal;}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
textarea{overflow:auto;vertical-align:top;height: 200px; }
label,input,button,select,textarea{font-size:14px;font-weight:normal;line-height:20px;}
label{margin-bottom:5px;font-size:16px;}
select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{display:inline-block;height:60px;padding:20px;font-size:18px;line-height:1;color:#555555;vertical-align:middle;width:100%;}
textarea{height:auto;padding:20px;}
textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{background-color:#ffffff;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-webkit-transition:border linear .2s, box-shadow linear .2s;-moz-transition:border linear .2s, box-shadow linear .2s;-o-transition:border linear .2s, box-shadow linear .2s;transition:border linear .2s, box-shadow linear .2s;}textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datef-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{border-color:rgba(82, 168, 236, 0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);}
input[type="radio"],input[type="checkbox"]{margin: -2px 4px 0;*margin-top:0;margin-top:1px \9;line-height:normal;cursor:pointer;}
input[type="file"],input[type="image"],input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]{width:auto;}
select,input[type="file"]{height:40px;*margin-top:4px;line-height:1;}
select{border:1px solid #aea39b;background-color:#ffffff;border-radius: 0;}
select[multiple],select[size]{height:auto;}
select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
	font: normal 17px 'Open Sans', sans-serif;
	color: #555;
}
p {
	padding-bottom: 35px;
}
hr {
	border: 0;
	height: 2px;
	background: #FAEEE2;
	margin-bottom: 60px;
}
h2 {
	color: #646464;
	font-size: 25px;
	padding: 20px 0;
}
h3 {
	font-size: 20px;
}
a {
	color: #555;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul {
	list-style-type: none;
}
section {
	padding: 30px 0;
}
p a {
	color: #000;
	text-decoration: underline;
}
p a:hover {
	color: #999;
}
input, textarea, select {
	border: 1px solid #aaa !important;
}
option {
	line-height: 1;
}
select {
	line-height: 1;
	font-size: 20px;
	padding: 5px;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
#header {
	width: 100%;
	background: #fff;
	padding: 20px 0 5px 0;
	font-size: 14px;
}
#main {
	min-height: 400px;
	padding: 20px 0;
}


/*--------------------------------------------------------------
# Specific
--------------------------------------------------------------*/
li.product .added_to_cart {
	float: right;
}
.products .product h3{
	text-align: center;
}
.products .product .price {
	display: block;
	text-align: center;
	font-size: 22px !important;
}
.single .product .price .amount {
	color: #10cfa4;
	width: 150px;
}

.social {
	padding: 5px 0 0 0;
	margin: 0;
}
.social li {
	display: inline-block;
}
.social li a {
	background-repeat: no-repeat !important;
	background-position: center center !important;
	height: 30px;
	width: 30px;
	margin: 0 2px;
	display: block;
}
.hr {
	height: 1px !important;
	min-height: 1px !important;
	max-height: 1px !important;
}
::-webkit-input-placeholder {
	font-style: italic;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;

}
::-moz-placeholder {
	font-style: italic;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
:-ms-input-placeholder {
	font-style: italic;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
.alert {
	margin: 15px 0;
	padding: 15px;
	font-size: 15px;
}
.alert_info {
	color: #000;
	background: #eee;
	border-left: solid 3px #999;
}
#archives-2 {
	padding-top: 15px;
}
/* header */
#header div[class^='col'] {
	margin-bottom: 15px;
}
#header div[class^='col']:after {
	content: "";
	display: block;
	clear: both;
}
#header .header_card {
	width: auto;
	float: right;
	padding: 10px 0;
	margin-right: -15px;
}
#header .menu {
	width: auto;
	float: right;
	padding: 10px 0;
	margin-right: 8px;
}
#header .menu li {
	display: inline-block;
	padding: 0 20px;
	border-right: 1px #adafb0 solid;
	background-position: left center;
}
#header .menu li:nth-child(4) {
	padding-left: 25px;
	margin-left: 10px;
	background: url('images/icon_account.png') no-repeat;
}
#header .menu li:nth-child(5){
	padding-left: 25px;
	margin-left: 10px;
	background: url('images/icon_wishlist.png') no-repeat;
}
#header .menu li:last-child {
	padding-right: 0;
	padding-left: 25px;
	margin-left: 10px;
	background: url('images/icon_cart.png') no-repeat;
	border-right: none;
}
#header .social .facebook a {
	background: url('images/social_facebook.png');
}
#header .social .twitter a {
	background: url('images/social_twitter.png');
}
#header .social .instagram a {
	background: url('images/social_instagram.png');
}
#header .text {
	float: right;
	display: block;
	max-height: 80px;
	text-align: right;
	padding: 25px 0 12px 0;
}
#nav {
	background: #fbe456;
}
#nav ul {
	font-size: 0;
	border-left: 1px solid #fff;
}
#nav ul li {
	padding: 0;
	margin: 0;
}
#nav ul li a {
	margin: 0;
	font-family: 'Questrial', sans-serif;
	display: block;
	border-right: 1px solid #fff;
	padding: 8px 60px;
	font-size: 18px;
}
#nav .current-menu-item,
#nav ul li a:hover {
	background: #bbb;
	color: #fbe456;
	text-decoration: none;
}
#nav .sub-menu {
	display: none;
}
#nav ul li:hover .sub-menu {
	display: block;
	width: 100%;
	position: absolute;
	background: #eee;
	z-index: 999999999;
	top: 35px;
}
#nav ul li:hover .sub-menu li {
	border: none;
	width: 100%;
	display: block;
}
#intro .tp-leftarrow:before,
#intro .tp-rightarrow:before {
	font-size: 0;
}
#intro .tp-leftarrow {
	background: url('images/icon_prev.png') no-repeat;
}
#intro .tp-leftarrow:hover {
	background: url('images/icon_white_prev.png') no-repeat;
}
#intro .tp-rightarrow {
	background: url('images/icon_next.png') no-repeat;
}
#intro .tp-rightarrow:hover {
	background: url('images/icon_white_next.png') no-repeat;
}
.menu-bars {
	position: relative;
	content: "";
	display: none;
	z-index: 999;
	float: right;
	right: 20px;
	top: 20px;
	width: 60px;
	height: 60px;
	background-color: #bbb;
	border: 10px solid #bbb;
	cursor: pointer;
}
.menu-bars::after,
.menu-bars::before {
	display: block;
	position: absolute;
	left: -1px;
	width: 41px;
	height: 8px;
	background-color: #fff;
	content: "";
	 -webkit-transition: all .3s;
		-moz-transition: all .3s;
			 transition: all .3s;
}
.menu-bars::before {
	top: 8px;
}
.menu-bars::after {
	top: 24px;
}
.menu-active .menu-bars::after,
.menu-active .menu-bars::before {
	top: 17px;
	left: 4px;
	width: 32px;
	height: 6px;
}
.menu-active .menu-bars:before {
	 -webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
			 transform: rotate(135deg);
}
.menu-active .menu-bars:after {
	 -webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
			 transform: rotate(-135deg);
}


/* footer */
#footer {
	background: url('images/footer-bg.png');
	padding: 60px 0 20px 0;
	position: relative;
}
#footer:before {
	position: absolute;
	top: -20px;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 20px;
	background: url('images/footer-top.png');
}
#footer h4 {
	font-family: 'Leckerli One', cursive;
	font-size: 23px;
	padding: 15px 0;
	color: #646464;
	border-bottom: dashed 1px #888;
	margin-bottom: 15px;
}
#footer ul {
	padding: 0 0 0 22px;
	list-style-type: disc;
	font-size: 15px;
}
#footer .social {
	padding: 0 0 20px 0;
}
#footer .social .facebook a {
	background: url('images/social_footer_facebook.png');
}
#footer .social .twitter a {
	background: url('images/social_footer_twitter.png');
}
#footer .social .instagram a {
	background: url('images/social_footer_instagram.png');
}
#footer .aslovedby {
	float: right;
	margin-top: 20px;
}


/* home */
#boxes .box a {
	display: block;
	background: #fbe456;
	border-radius: 10px;
	font-weight: 600;
	font-size: 15px;
	padding-bottom: 5px;
}
#boxes .box a:hover {
	text-decoration: none;
	background: #999;
	color: #fbe456;
}
#boxes .box a img {
	height: 200px;
	width: 100%;
	border-radius: 10px;
}
#boxes .box article {
	margin: 5px 5px 5px 10px;
	background: url('images/icon_arrow_right.png') no-repeat right bottom;
}
#boxes .box a h4 {
	font-size: 19px;
	font-weight: 300;
}
#newsletter {
	text-align: center;
	background: url('images/background_section_newsletter.jpg');
	font-weight: 300;
}
#newsletter h2 {
	font-size: 35px;
	font-family: 'Leckerli One', cursive;
	padding-top: 0;
	padding-bottom: 10px;
}
#newsletter p {
	padding-bottom: 20px;
}
#searchform {
	text-align: center;
	padding: 30px 0;
}

.widget {
	margin-bottom: 30px;
}
.widget h2.widgettitle {
	padding: 0 0 20px 0;
	font-size: 20px;
}

.woocommerce-product-search {
	overflow: hidden;
}
.woocommerce-product-search input {
	margin-bottom: 10px;
	width: 70%;
	float: left;
}
.woocommerce-product-search input,
#searchform input,
#searchform button,
#newsletter form input {
	height: 40px;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #999;
}
#searchform input,
.woocommerce-product-search input[type=search],
#newsletter form input[type='email'] {
	background: #fff;
	color: #aaa;
	font-size: 15px;
	max-width: 350px;
}
#searchform button,
.woocommerce-product-search input[type='submit'],
#newsletter form input[type='submit'] {
	font-family: 'Leckerli One', cursive;
	font-size: 20px;
	color: #fff;
	background: #999;
	padding: 10px 20px;
}
.woocommerce-product-search input[type='submit']:hover,
#newsletter form input[type='submit']:hover {
	background: #fff;
	color: #999;
}
.woocommerce-product-search input[type='submit'] {
	float: right;
	width: 25%;
	padding: 0 5px;
}

#bestSellers .products,
#bestSellers {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}
#bestSellers h2 {
	font-size: 20px;
	font-family: 'Questrial', sans-serif;
	color: #646464;
}
#bestSellers .gema75_wc_wl_already_on_wishlist {
	display: none !important;
}
#instagram {
	background: url('images/background_section_instagram.jpg');
}
#instagram h2 {
	color: #fff;
	font-size: 20px;
	padding: 0 0 40px 40px;
	background: url('images/social_footer_instagram.png') no-repeat left top;
}
#instagram h2 span {
	font-weight: 400;
	font-size: 25px;
	font-family: 'Leckerli One', cursive;
	margin-right: 10px;
}
#instagram h2 button {
	float: right;
	padding: 5px 15px;
	font-size: 100;
	font-size: 20px;
	color: #fff;
	border: solid 3px #fff;
	border-radius: 10px;
	background: none;
	font-family: 'Leckerli One', cursive;
}
#news h2 {
	font-size: 20px;
}
#news .header img {
	max-height: 240px;
	width: 100%;
	border-radius: 10px 10px 0 0;
	margin: 0;
}
#news .header h4 {
	margin-top: -5px;
	font-size: 25px;
	background: #fbe456;
	padding: 10px;
}
#news .underHeader {
	padding: 10px 0;
	border-bottom: dashed 1px #aaa;
}
#news .underHeader .tags {
	display: inline-block;
	width: 80%;
	color: #bbb;
	font-size: 13px;
	font-style: italic;
	text-transform: uppercase;
}
#news .underHeader .tags a {
	color: #bbb;
}
#news .underHeader span {
	float: right;
	padding: 0 5px 0 45px;
	background: url('images/icon_comments.png') no-repeat left bottom;
}
#news p {
	padding: 22px 0;
	font-size: 15px;
}


/* pages */
.admin-bar h2,
.page h2 {
	font-size: 25px;
	padding: 15px 0;
}


/* woocommerce */
.woocommerce-MyAccount-navigation ul {
	padding: 5px 5px 10px 22px;
}
.woocommerce-MyAccount-navigation li {
	display: block;
	padding-left: 10px;
	list-style-type: circle;
}
.products {
	margin: 0 auto;
}
.products .product {
	position: relative;
	font-family: 'Questrial', sans-serif;
}
.products .product img {
	margin: 0;
	border-radius: 10px;
}
.products .product:hover img {
	opacity: .5;
}
.archive .addedToWishlistButton,
.archive .gema75_wc_wl_already_on_wishlist {
	display: none !important;
}
.product {
	display: block;
	position: relative;
}
.products .product .addToWishlistButton,
.products .product a.more,
.products .product .add_to_cart_button {
	position: absolute;
	display: none;
	font-size: 0;
	width: 50px;
	content: "";
	height: 50px;
	top: calc( 50% - 80px );
}
.products .product:hover .addToWishlistButton,
.products .product:hover a.more,
.products .product:hover .add_to_cart_button {
	display: block;
}
.products .product .add_to_cart_button {
	left: calc( 50% - 90px );
	background: url('images/to_cart.png') no-repeat center center !important;
}
.products .product a.more {
	left: calc( 50% + 50px );
	background: url('images/to_page.png') no-repeat center center;
}
.products .product .addToWishlistButton {
	left: calc( 50% - 20px );
	background: url('images/to_wish.png') no-repeat center center;
}
.woocommerce-breadcrumb {
	margin: 20px 0 40px !important;
	font-size: 14px !important;
	font-weight: 600;
}
.woocommerce-breadcrumb a {
	font-weight: 300;
}
.woocommerce-breadcrumb span {
	font-weight: 300;
	padding: 0 15px;
}
.woocommerce-page h1 {
	font-size: 25px;
}
.woocommerce-page .summary > .price {
/* 	display: inline-block; */
	position: relative;
}
.woocommerce-page .summary > .price::after {
	position: absolute;
	top: 0;
	margin-left: 15px;
	content: "In Stock";
	display: inline-block;
	height: 50px;
	width: 100px;
	padding: 5px 0 0 35px;
	background: #fff url('images/icon_in_stock.jpg') no-repeat left top;
	font-size: 15px;
	color: #10cfa4;
}
.woocommerce-page .product_title {
	font-size: 30px;
	margin-bottom: 15px;
}
.woocommerce-page .images img {
	border-radius: 10px;
}
.single .cart {
	width: auto;
	display: inline-block;
	position: relative;
}
.single .single_add_to_cart_button {
	position: absolute;
	bottom: -50px;
	left: -68px !important;
	background-color: #fbe456 !important;
	color: #888!important;
	font-weight: 100;
	border-radius: 10px;
}
.woocommerce-page .cart .single_add_to_cart_button:hover {
	background: #bbb !important;
	color: #fbe456 !important;
}
.woocommerce-page .summary p {
	/* padding: 0 !important; */
}
.woocommerce-page .quantity input {
	width: 30px;
	height: 40px;
	border: solid 1px #888;
	border-radius: 5px;
	padding: 0px;
	line-height: 50px;
}
.woocommerce-page .variations input {
	width: 30px;
	height: 40px;
	border: solid 1px #888;
	border-radius: 5px;
	padding: 0px;
	line-height: 50px;
}
.woocommerce-page input[type=number]::-webkit-inner-spin-button,
.woocommerce-page input[type=number]::-webkit-outer-spin-button {
	width: 10px;
	height: 100%;
	float: right;
	display: inline-block;
	display:block;
}
.reset_variations {
	display: none;
}
.woocommerce-page .quantity {
	display: inline-block;
}
.woocommerce-page .quantity:before  {
	display: inline-block;
	content: "Qty";
	font-weight: 100;
	font-size: 20px;
	color: #888;
	width: 40px;
	height: 20px;
}
.woocommerce-page .variations label {
	font-weight: 100 !important;
	font-size: 20px !important;
	color: #888;
}
.woocommerce div.product form.cart .variations td.label {
	padding-right: 6px !important;
}
.product_meta {
	display: none !important;
}
.woocommerce-page .addedToWishlistButton {
	position: relative;
	left: 200px;
	top: -27px;
	font-size: 0;
	width: 40px;
	display: inline-block;
	height: 40px;
	border-radius: 10px;
	background: #fbe456 url('images/icon_product_wishlist.png') no-repeat center center;
}
.woocommerce-page .summary .gema75_wc_wl_already_on_wishlist {
	position: relative;
	left: 80px;
	top: 17px;
	font-size: 0;
	width: 40px;
	display: inline-block;
	height: 40px;
	border-radius: 10px;
	background: #fbe456 url('images/icon_product_wishlist.png') no-repeat center center;
}
.product_type_bundle {
	display: none !important;
}
.single .summary .addToWishlistButton {
	position: relative;
	left: 200px;
	top: -27px;
	font-size: 0;
	width: 40px;
	display: inline-block;
	height: 40px;
	border: solid 1px #bbb;
	border-radius: 10px;
	background: url('images/icon_product_wishlist.png') no-repeat center center;
}
.woocommerce-page .addToWishlistButton:hover {
	background: url('images/to_wish.png') no-repeat center center;
}
.woocommerce-page .summary > .price {
	border-bottom: dashed 1px #bbb;
	margin-bottom: 30px;
	padding-bottom: 30px !important;

}
.woocommerce-page .woocommerce-product-details__short-description {
	border-top: dashed 1px #bbb;
	border-bottom: dashed 1px #bbb;
	padding: 20px 0;
	margin: 30px 0 20px;
}
.woo-social-buttons {
	float: right;
	display: inline-block;
}
.woocommerce-page .woocommerce-product-details__short-description ul {
    -moz-column-count: 2;
     -moz-column-gap: 20px;
     -webkit-column-count: 2;
     -webkit-column-gap: 20px;
     column-count: 2;
     column-gap: 20px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	padding: 0 7px;
	margin-bottom: 15px;
}
.woocommerce-page .product-pic {
	display: block;
	width: 100%;
	height: 600px !important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
	object-position: -99999px 99999px;
}

.woocommerce div.product div.images .flex-control-thumbs {
	padding-top: 1em;
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
}
.single_variation_wrap .price {
	display: inline-block;
	margin-bottom: 10px;
}

.woocommerce-page .woocommerce-product-details__short-description li {
	font-size: 14px;
	padding: 0 0 10px 30px;
	background: url('images/icon_product_list.jpg') no-repeat top left;
}
.woocommerce-page .product_meta {
	font-size: 14px;
}
.woocommerce-page .product_meta span {
	color: #77a464;
	margin-right: 10px;
}
.woocommerce-page .woo-social-buttons:before {
	display: inline-block;
	content: "Share this!";
	font-family: 'Leckerli One', cursive;
	font-size: 15px;
	padding: 5px 10px 0 0;
	float: left;
}
.woocommerce-page .star-rating span {
	float: left;
	position: relative;
	left: 0;
}
.woocommerce-page .comment-reply-title {
	font-size: 20px;
}
.woocommerce-page .comment-form,
.woocommerce-page .comment-form-rating {
	width: 50%;
}
.woocommerce-page textarea#comment,
.comment-respond input {
	border: solid 1px #888;
}
.woocommerce-page .stars {
	margin: 0 0 15px 0;
	padding: 0 !important;
}
.woocommerce-page .comment-form-comment,
.woocommerce-page .comment-form-rating {
	padding: 0 !important;
}
#coupon_code,
#giftcard_code {
	height: 38px;
}
.woocommerce #content div.product div.thumbnails a {
	width: 23% !important;
	margin: 0 2.6% 1.5% 0 !important;
}
.woocommerce #content div.product div.thumbnails a:nth-child(4n+4) {
	margin: 0 0 1.5% 0 !important;
}
.first {
	clear: none !important;
}
.woocommerce .star-rating span:before {
	color: #fbe456 !important;
}
.woocommerce-review-link {
	font-size: 0;
	display: inline-block;
}
.woocommerce-review-link:before {
	font-size: 15px;
	content: "Read Revievs";
	float: left;
	text-decoration: underline;
	color: #bbb;
	position: relative;
	top: -20px;
}
.woocommerce-review-link:before:hover {
	color: #999 !important;
}
.wc-tabs a {
	text-transform: uppercase;
	font-weight: 100 !important;
	color: #fff !important;
}
.wc-tabs li {
	background: #aaa !important;
	color: #fff !important;
	margin-left: 10px !important;
	border-radius: 10px 10px 0 0 !important;
	padding: 5px 20px !important;
}
.wc-tabs li:before,
.wc-tabs li:after {
	display: none;
}
.wc-tabs li.active {
	background: #fff !important;
}
.wc-tabs li.active a {
	background: #fff !important;
	color: #888 !important;
}
.wc-tabs-wrapper h2 {
	display: none;
}
.wc-tabs-wrapper p {
	padding: 15px;
	font-size: 15px;
	width: 60%;
}
.woocommerce #reviews h3 {
	margin-top: 15px !important;
}
.comment-form p {
	margin: 0;
	padding: 0;
}
.tax-product_cat .page-title {
	padding: 0;
	font-weight: 200;
}
.tax-product_cat .term-description p {
	font-size: 21px;
	font-weight: 100;
	padding-bottom: 20px;
}
.sorting {
	display: none;
}
.woocommerce-result-count {
	margin: 0 !important;
	padding: 7px 0 0;
}
.tax-product_cat .woocommerce-ordering {
	display: none;
}
.tax-product_cat .woocommerce-ordering:before {
	content: "Sort By";
	display: inline-block;
	position: absolute;
	top: 10px;
	left: -80px;
	font-weight: 100;
	font-size: 17px;
}
.tax-product_cat .product {
	margin-bottom: 10px !important;
}
.tax-product_cat .product p {
	height: 1px;
	padding: 0 !important;
}
.tax-product_cat .woocommerce-pagination {
	margin: 10px 0;
	padding: 10px 0;
	border-top: solid #000 1px;
	text-align: right !important;

}
.tax-product_cat .woocommerce-pagination .page-numbers {
	border-left: solid 1px #000;
	display: inline-block;
	padding-top: 8px;
	text-align: center;
	width: 40px;
	height: 40px;
	overflow: none !important;
}
.tax-product_cat .woocommerce-pagination .page-numbers:first-child {
	border-left: none;
}
.tax-product_cat .woocommerce-pagination span + a,
.tax-product_cat .woocommerce-pagination span {
	border-left: none !important;
}
.tax-product_cat .woocommerce-pagination span.current {
	border-radius: 50%;
	background: #b7b7b7 !important;
	color: #fff !important;
}
.tax-product_cat .woocommerce-pagination a:hover {
	background: none !important;
	text-decoration: underline;
}
.tax-product_cat .woocommerce-pagination .prev,
.tax-product_cat .woocommerce-pagination .next {
	width: 55px;
}
.wpcf7-submit,
.button {
	background: #fbe456 !important;
	color: #888 !important;
	padding: 10px 20px !important;
	border: none !important;
	border-radius: 10px !important;
	font-weight: 100 !important;
	width: auto !important;

}
.wpcf7-submit:hover,
.button:hover {
	background: #888 !important;
	color: #fbe456 !important;
}
.handle {
	background-color: rgba(0,0,0,.0) !important;
}
del span {
	text-decoration: line-through;
}
ins span {
	text-decoration: underline;
}
.shop_table .actions {
	position: relative;
	padding: 10px !important;
	height: 100px;
}
.shop_table .actions input[name="update_cart"],
.shop_table .actions .coupon,
.shop_table .actions .giftcard {
	margin-top: -30px;
}
.shop_table .actions .giftcard {
	position: absolute;
	float: left;
	top: 80px;
}
.shop_table .actions .giftcard .button {
	margin-left: 5px;
}
.shop_table .actions input[name="coupon_code"],
.shop_table .actions input[name="giftcard_code"] {
	width: 150px !important;
	padding: 5px;
}


.pagination {
    text-align: center;
    font-size: 0;
    padding: 50px 0;
}
.pagination li {
	display: inline-block;
}
.pagination h2 {
    font-size: 16px;
    color: #ddd;
    font-weight: normal;
}
.pagination .prev,
.pagination .next {
    width: 100px;
}
.pagination a,
.pagination span {
    margin: 0 2px 4px;
	display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    padding: 0 15px;
}
.pagination a {
	text-decoration: none;
	background: #efefef;
	color: #999;
}
.pagination a:hover,
.pagination .active a {
	background: #ffd302;
	color: #000;
}

/* blog */
article.post {
	padding: 10px 0;
	margin: 0 0 20px 0;
	border-top: 1px dashed #888;
}
article.post img {
	border-radius: 10px;
}
.post-single time {
	font-style: italic;
	font-size: 14px;
	margin-top: 20px;
	display: block;
}
article.post time {
	font-style: italic;
	font-size: 14px;
}
.post-single h2,
article.post h3 {
	font-size: 30px;
	padding: 0 0 10px 0;
}
aside {
	font-size: 0;
}
aside .widget {
	font-size: 16px;
}
aside .widget li {
	list-style-type: circle;
	margin-left: 20px;
}
.post-single article {
	padding: 15px 0;
}

/* wishlist */
.slide-out-div {
	padding: 15px !important;
	background: url(images/background_section_instagram.jpg) !important;
	height: 400px !important;
}
.slide-out-div .owl-wrapper {
	width: auto !important;
}
.slide-out-div .owl-item {
	width: auto !important;
}
.slide-out-div .owl-item div {
	padding: 10px 0 !important;
	margin: 0 10px !important;
	background: none !important;
}
.slide-out-div .owl-item div img {
	border-radius: 10px;
}
.slide-out-div .owl-item div a {
	color: #fff;
}
.slide-out-div .owl-item div a.add_to_cart_button {
	margin-top: -40px;
	display: block;
}
.slide-out-div .owl-item div .removeFromWishlistButton {
	margin-top: -20px;
}
.buy-them-all {
	display: inline-block;
}
.buy-them-all .link {
	background: none;
	font-size: 19px;
	margin: 0 5px !important;
	padding: 0;
	background: none;
	color: #fff;
}
.buy-them-all .link:hover {
	text-decoration: underline;
}

/* =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%; /* Image does not overflow the content area */
    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 p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

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

.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-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


/*--------------------------------------------------------------
 	Grid
--------------------------------------------------------------*/
.clearfix::before, .container::before, .row::before, .clearfix::after, .container::after, .row::after {
  content: "";
  display: table;
}

.clearfix::after, .container::after, .row::after {
  clear: both;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  float: left;
  padding: 0 1.5%;
}

.container {
  	margin: 0 auto;
  	padding: 0 15px;
	position: relative;
}

.row {
	margin: 0 -1.5%;
}

@media (min-width: 544px) {
  .container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 940px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}


.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

@media (min-width: 544px) {
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl-1 {
    width: 8.33333%;
  }
  .col-xl-2 {
    width: 16.66667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.33333%;
  }
  .col-xl-5 {
    width: 41.66667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.33333%;
  }
  .col-xl-8 {
    width: 66.66667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.33333%;
  }
  .col-xl-11 {
    width: 91.66667%;
  }
  .col-xl-12 {
    width: 100%;
  }
}


/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	margin: 0 auto;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: -50px;
	background: url(images/icon_white_prev.png) no-repeat;
}

.bx-wrapper .bx-next {
	right: -70px;
	background: url(images/icon_white_next.png) no-repeat;
}
.bx-wrapper .bx-prev:hover {
	background: url(images/icon_prev.png) no-repeat;
}
.bx-wrapper .bx-next:hover {
	background: url(images/icon_next.png) no-repeat;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 45px;
	height: 45px;
	text-indent: -9999px;
	z-index: 88;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
.bxslider .instagramPic {
	border-radius: 10px;
}
.bxslider li {
	width: 150px !important;
	margin: 0 10px;
}


/* Currency Switcher */
#sidebar h2,
#sidebar p {
	display: none;
}
#sidebar .currency_switcher a {
	width: 30px;
	height: 30px;
	border: none;
	background: #aaa;
	color: #fff;
	display: block;
	font-size: 0;
	padding: 1px 0 0 9px;
	margin-left: 5px;
}
#sidebar .currency_switcher .currency-GBP:before {
	content: "£";
	font-size: 20px;
}
#sidebar .currency_switcher .currency-USD:before {
	content: "$";
	font-size: 20px;
}
#sidebar .currency_switcher .currency-EUR:before {
	content: "€";
	font-size: 20px;
}
#sidebar .currency_switcher .active {
	background: #fbe456;
	color: #aaa;
}


/*--------------------------------------------------------------
# RWD
--------------------------------------------------------------*/

@media (max-width: 1200px) {

	#header .logo {
		margin-left: 10px;
	}
	#header #nav_header,
	#nav {
		display: none;
	}
	li.product p {
		display: none;
	}
	#header.menu-active #nav_header,
	#nav.menu-active,
	#nav.menu-active .sub-menu,
	#header .menu-bars {
		display: block;
	}
	#boxes {
		padding: 0 10px 15px;
	}
	#boxes .box {
		padding: 5px 5px;
	}
	#newsletter form input[type='email'] {
		width: 205px;
	}
	.woocommerce ul.products li.product {
		width: 100% !important;
	}
	#footer,
	#main .container {
		padding: 0 10px;
	}
	#nav ul {
		border: none;
	}
	#nav.menu-active li,
	#nav.menu-active li li {
		text-align: center;
		width: 100%;
		display: block;
	}
	.sub-menu a {
		font-size: 16px !important;
	}
	#nav ul li a {
		border-bottom: solid 1px #fff;
		border-right: none;
	}
	#nav ul li:hover .sub-menu {
		display: block;
		width: 100%;
		position: relative;
		background: #fbe456;
		z-index: 1;
		top: 0;
	}
	ul.social {
		float: left;
	}
	ul.currency_switcher {
		float: right;
		margin-top: -15px;
	}
	.text {
		float: none !important;
		text-align: center !important;
		width: 80%;
		margin: 5px auto 0;
		padding: 0 !important;
	}
	#header .menu {
		margin-left: 15px;
		float: none;
	}
	#header div[class^='col'] {
		margin-bottom: 0;
	}
	#menu-header li {
		width: 31%;
		border-right: none !important;
		text-align: center;
		padding: 5px 0 !important;
		margin: 0 !important;
		display: inline-block;
	}
	#menu-header li a {
		font-size: 12px  !important;
	}
	#header .header_card {
		font-size: 12px;
		position: relative;
		right: 40px;
		top: 35px;
	}
	#instagram .bx-wrapper .bx-prev {
		left: 5px !important;
	}
	#instagram .bx-wrapper .bx-next {
		right: -15px !important;
	}
	#instagram .bx-viewport {
		width: 81% !important;
		margin: 0 auto;
	}
	.aslovedby {
		display: block;
		float: none !important;
		margin: 10px auto;
	}
}
@media( max-width: 1200px ) and ( min-width: 544px) {
	#bestSellers li.product {
		width: 46% !important;
		margin: 10px 1%;
	}
	#header .menu li {
		background-position: 20% center !important;
	}
	#header .header_card {
		right: 15%;
	}
}
@media (max-width: 544px) {
	.products .product .add_to_cart_button {
		font-size: 16px;
		top: 0;
		right: 0;
		left: 0;
		margin: 0 !important;
		text-align: center;
		background: #fbe456 !important;
		display: block !important;
		height: auto;
		border-radius: 0 !important;
		top: 0;
		}
		.products .product .add_to_cart_button:hover {
			background: #fff !important;
		}
	#header .menu li {
		background-position: left center !important;
	}
	.sorting {
		height: 100px;
	}
	.woocommerce-ordering  {
		display: block !important;
		float: none !important;
		margin: 0 auto !important;
	}
	#bestSellers li.product {
		padding: 5px 40px;
		margin-bottom: 0 !important;
	}
	#boxes .box {
		padding: 5px 40px;
	}
	.shop_table .actions {
		position: relative;
		padding: 10px !important;
		height: 200px;
	}
	.shop_table .actions input[name="update_cart"] {
		position: absolute;
		top: 170px;
		left: 10px;
	}
	.shop_table .actions .coupon,
	.shop_table .actions .giftcard {
		width: 100%;
		margin-top: 0px;
		text-align: left;
	}
	.shop_table .actions .giftcard {
		position: absolute;
		float: left;
		top: 80px;
		left: 10px;
	}
	.shop_table .actions .button {
		font-size: 16px;
		margin-left: 0;
		display: inline-block !important;
	}
	.shop_table .actions input[name="apply_coupon"] {
		float: left !important;
	}
	.shop_table .actions input[name="coupon_code"],
	.shop_table .actions input[name="giftcard_code"] {
		display: inline-block !important;
		width: 150px !important;
		padding: 5px;
	}
}

/* ----- */
.woocommerce div.product p.stock {
	display: none;
}
.woocommerce .products ul,
.woocommerce ul.products {
    margin: 0 -1% !important;
	display: flex !important;
	flex-wrap: wrap !important;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	float: none !important;
	width: 25% !important;
	margin: 0 !important;
	padding: 0 1% 20px !important;
}


@media (max-width: 992px) {
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 50% !important;
	}
}

@media (max-width: 480px) {
	.more {
		display: none !important;
	}
	.woocommerce .products ul, .woocommerce ul.products {
		margin: 0 !important;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 100% !important;
		padding: 0 !important;
	}
}


span.amount, span.gema75_wc_wl_already_on_wishlist {
	color: #2a2 !important;
}


/*.component .component_inner {
	display: block !important;
}*/
span.amount {
	color: #000 !important;
}
