/*

Additional styling for Smily Play
Author: GeekRoom.pl

*/


/*******************************************************
***********************SOME STUFF
******************************************************/

* {
	background-repeat: no-repeat;
}

html, html a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

body,
html {
		margin: 0;
		padding: 0;
		background: #FFFFFF;
		font-family: 'Dosis', sans-serif;
		font-size: 18px;
		color: #333333;
		line-height: 1.4;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 1.1;
	color: #333333;
	font-weight: bold;
	font-family: 'Dosis', sans-serif;
	margin: .5em 0 .5em 0;
}

h1, .h1 {
	font-size: 56px;
}

h2, .h2 {
	font-size: 42px;
}

h3, .h3 {
	font-size: 32px;
}

h4, .h4 {
	font-size: 24px;
}

h5, .h5 {
	font-size: 18px;
}

h6, .h6 {
	font-size: 14px;
}

.title-color {
	color: #00ACDF;
	text-transform: uppercase;
	font-size: 42px;
}

a,
a:visited {
	color: #F81F2E;
	text-decoration: none;
	-webkit-transition: 0.2s background ease-out;
	-moz-transition: 0.2s background ease-out;
	transition: 0.2s background ease-out;
}

a:hover,
a:active,
a:focus,
a.hover {
	color: #F81F2E;
	text-decoration: none;
}

/* BUTTONS */

.btn,
.btn:visited,
input.btn,
button {
	border-radius: 0;
	border: 1px solid #ccc;
	font-size: 18px;
	padding: .4em 1.5em;
	color: #ccc;
	font-family: 'Dosis', sans-serif;
	-webkit-transition: 0.2s all ease-out;
	-moz-transition: 0.2s all ease-out;
	transition: 0.2s all ease-out;
	line-height: 1;
	background-color: #fff;
	box-sizing: border-box;
	text-decoration: none !important;
	font-weight: bold;
}

.btn-default,
.btn-default:visited,
input.btn-default {
	background-color: #fff;
	border-color: #ccc;
	color: #555;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default.hover {
	background-color: #eee;
	border-color: #ccc;
	color: #555;
}

.btn-primary,
.btn-primary:visited,
input.btn-primary {
	background-color: #F81F2E;
	border-color: #F81F2E;
	color: #fff;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.hover {
	background-color: #d41b27;
	border-color: #d41b27;
	color: #fff;
}

.btn-secondary,
.btn-secondary:visited,
input.btn-secondary {
	background-color: #00ACDF;
	border-color: #00ACDF;
	color: #fff;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary.hover {
	background-color: #0197c3;
	border-color: #0197c3;
	color: #fff;
}

.btn-white,
.btn-white:visited,
input.btn-white {
	background-color: #fff;
	border-color: #F81F2E;
	color: #F81F2E;
}

.btn-white:hover,
.btn-white:active,
.btn-white:focus,
.btn-white.hover {
	background-color: #F81F2E;
	border-color: #F81F2E;
	color: #fff;
}

.btn.disabled,
.btn.disabled:visited,
input.btn.disabled {
	background-color: #e6e6e6;
	border-color: #e6e6e6;
	color: #999;
	cursor: not-allowed;
}

.btn.disabled:hover,
.btn.disabled:active,
.btn.disabled:focus,
.btn.disabled.hover {
	background-color: #d6d6d6;
	border-color: #d6d6d6;
	color: #999;
}

.btn-xl,
input.btn-xl {
	font-size: 32px;
}

.btn-lg,
input.btn-lg {
	font-size: 24px;
}

.btn-sm,
input.btn-sm {
	font-size: 14px;
}

.btn-xs,
input.btn-xs {
	font-size: 11px;
}

.btn-100,
input.btn-100 {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.btn-center,
input.btn-center {
	display: table;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.btn-arrow:after,
input.btn-arrow:after {
	content: '\f105';
	padding-left: .5em;
	font-family: 'FontAwesome';
	font-size: .75em;
}

.btn-no-border,
.no-border {
	border: none !important;
}

.btn-uppercase {
	text-transform: uppercase;
}


/* NO SELECT */


.no-select {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* IE/Edge */
  user-select: none;           /* non-prefixed version, currently
                                  not supported by any browser */
}

/* INPUTS */
input {
	color: #383838;
}

input[type=text],
input[type=url],
input[type=tel],
input[type=number],
input[type=color],
input[type=email],
input[type=search],
input[type=password],
input[type=file],
textarea,
textarea.form-control {
	border: 1px solid #ccc;
	border-radius: 0;
	font-size: 18px;
	padding: .3em .5em .2em .5em;
	color: #383838;
	line-height: 1em;
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: top;
}

.the-form input[type=text],
.the-form input[type=url],
.the-form input[type=tel],
.the-form input[type=number],
.the-form input[type=color],
.the-form input[type=email],
.the-form input[type=search],
.the-form input[type=password],
.the-form input[type=file],
.the-form textarea,
.the-form textarea.form-control {
	height: 32px;
}

textarea,
textarea.form-control {
	line-height: 1.2;
}

.navbar-brand {
	cursor: pointer;
}

.navbar {
	border-radius: 0px;
	border: none;
}

ul, ol {
	margin: 0;
}

ul {
	list-style-type: disc;
}

.clear {
	clear: both;
}

a.svg {
	position: relative;
	display: inline-block;
}

a.svg:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

label {
	font-weight: normal;
}

.wp-caption {
	border: none;
}

::selection {
	color: #fff;
  background: #FB5E66; /* WebKit/Blink Browsers */
}

::-moz-selection {
	color: #fff;
  background: #FB5E66; /* Gecko Browsers */
}

:focus {outline:none !important;}

::-moz-focus-inner {border:0;}

a:active, a:focus {
  outline: 0 !important;
}

.row.equal-columns {
	overflow: hidden;
}

.row.equal-columns > [class*="col-"]{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

/* RATIOS */

.ratio-16-9,
.ratio-4-3,
.ratio-2-1,
.ratio-1-1,
.ratio-a-4 {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.ratio-16-9:before{
	content: "";
	display: block;
	padding-top: 56.25%;
}
.ratio-4-3:before{
	content: "";
	display: block;
	padding-top: 75%;
}
.ratio-2-1:before{
	content: "";
	display: block;
	padding-top: 50%;
}
.ratio-1-1:before{
	content: "";
	display: block;
	padding-top: 100%;
}
.ratio-a-4:before{
	content: "";
	display: block;
	padding-top: 141%;
}

.ratio-16-9 > *,
.ratio-4-3 > *,
.ratio-2-1 > *,
.ratio-1-1 > * {
	position: absolute !important;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.ratio-a-4 > * {
	position: absolute !important;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}

.focus-outline {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
  outline: 2px solid #777 !important;
  outline-offset: 1px !important;
}

a.visible-on-focus:focus {
  width: auto;
  height: auto;
  font-size: 10px;
  border: none;
  padding-left: 5px !important;
  position: static;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}

/*******************************************************
*********************** HEADER && MENU
******************************************************/


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

	.dropdown-menu li:hover > .sub-menu {
	    visibility: visible;
	}

	.dropdown:hover > .dropdown-menu {
	    display: block;
	}

}

/* dropdown-submenus */

.dropdown-submenu {
	position:relative;
}

.dropdown-submenu >.dropdown-menu {
	top:0;left:100%;
	-webkit-border-radius:0 6px 6px 6px;
	-moz-border-radius:0 6px 6px 6px;
	border-radius:0 6px 6px 6px;
}

.dropdown-submenu:active > .dropdown-menu,
.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}

.dropdown-submenu > a:after {
	display:block;
	content:" ";
	float:right;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid;
	border-width:5px 0 5px 5px;
	border-left-color:#cccccc;
	margin-top:5px;
}

.dropdown-submenu:active > a:after{
	border-left-color:#ffffff;
}

.dropdown-submenu.pull-left {
	float:none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
	left:-100%;
	margin-left:10px;
	-webkit-border-radius:6px 0 6px 6px;
	-moz-border-radius:6px 0 6px 6px;
	border-radius:6px 0 6px 6px;
}

.last-of-menu {
  padding: 0 !important;
  margin: 0;
}

.navbar-nav > li > .dropdown-menu {
  z-index: 100000;
}

.navbar .custom-logo {
	height: 100px;
	width: auto;
	max-width: initial;
}

.navbar-default {
	background-color: #ffffff;
	margin-bottom: 0;
	border-bottom: none;
}

.woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb {
	color: #999999;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 18px;
}

.woocommerce-breadcrumb a {
	color: #F81F2E !important;
}

.header-top-links-cont {
	text-align: right;
	padding-top: 46px;
}

.header-top-links-cont a {
	font-size: 18px;
	color: #333333;
	text-transform: uppercase;
	padding: 0 15px;
	line-height: 1;
}

.header-top-links-cont > *:not(:last-child) {
	border-right: 1px solid #cccccc;
}


.js-wishlist-top-indicator,
.header-top-links-cont .tooltip {
	border-right: none !important;
}

.header-top-links-cont .wishlist-cnt-badge {
	display: inline-block;
	vertical-align: -9px;
	margin-left: 5px;
	color: #ffffff;
	position: relative;
	width: 32px;
	height: 32px;
	line-height: 1;
	transition: .2s ease-in-out opacity;
	opacity: 0;
}

.header-top-links-cont .wishlist-cnt-badge.active {
	opacity: 1;
}

.header-top-links-cont .wishlist-cnt-badge span {
	position: absolute;
    z-index: 2;
    text-align: center;
    top: 8px;
    left: 0;
    right: 0;
    font-weight: bold;
    font-size: 14px;
}

.header-top-links-cont .wishlist-cnt-badge:before {
	content: '\f004';
	font-family: 'FontAwesome';
	font-size: 32px;
	display: block;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	color: #00ACDF;
	z-index: 1;
}


.header-top-search-cont {
	margin-top: 40px;
}

.product-search-form > div {
	position: relative;
}

.product-search-form button {
	border: none;
	background-color: #333333;
	color: #ffffff;
	font-size: 32px;
	line-height: 1;
	padding: 0 10px;
	margin: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;

}

.product-search input[type="text"].product-search-field {
	width: 100% !important;
	font-size: 24px;
	line-height: 24px;
	height: 50px;
	box-sizing: border-box;
}

.product-search-form button:after {
	content: '\f002';
	font-family: FontAwesome;
	display: inline;
}

.product-search-results .entry a {
	color: #999999;
	font-size: 24px;
	text-decoration: none !important;
}

.product-search-results .entry a span.title:hover {
	text-decoration: none !important;
}

.product-search-results table.search-results tr td,
.entry-content .product-search-results table.search-results tr td {
	padding: 5px 10px !important;
}

.product-search-results .entry:hover,
.product-search-results .entry.active {
	background-color: #eeeeee !important;
}

.product-search-field::-webkit-input-placeholder {
  color: #999999;
}
.product-search-field::-moz-placeholder {
  color: #999999;
}
.product-search-field:-ms-input-placeholder {
  color: #999999;
}
.product-search-field:-moz-placeholder {
  color: #999999;
}

.header-top-logo-cont {
	margin: 15px 0;
}

/*******************************************************
*********************** GLOBAL
******************************************************/

.segment-title {
	text-transform: uppercase;
	font-size: 32px;
	color: #333333;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	background-color: #fafafa;
}

.woocommerce-info {
	border-top-color: #00ACDF;
}
.woocommerce-info::before {
	color: #00ACDF;
}

.search-form input {
	vertical-align: top;
}

#page {
	overflow-x: hidden;
}

/*******************************************************
*********************** FORMS
******************************************************/

form.the-form {
	margin-top: 30px;
}

form.the-form .control-group,
form.the-comments-form p {
	margin-bottom: 30px;
}

form.the-form .control-group .help-block {
	margin: 0;
}

form.the-form .control-group .help-block li {
	list-style-type: none;
	color: #F81F2E;
}

form.the-form input[type=text],
form.the-form input[type=email],
form.the-form textarea {
	width: 50%;
}

form.the-form textarea {
	max-width: 100%;
	width: 100%;
	min-height: 120px;
}
/*
form.the-form input[type=text],
form.the-form input[type=email],
form.the-form textarea {
	padding: .7em .5em;
}*/


form.the-form input::-webkit-input-placeholder,
form.the-form textarea::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #999999;
}
form.the-form input::-moz-placeholder,
form.the-form textarea::-moz-placeholder {
  text-transform: uppercase;
  color: #999999;
}
form.the-form input:-ms-input-placeholder,
form.the-form textarea:-ms-input-placeholder {
  text-transform: uppercase;
  color: #999999;
}
form.the-form input:-moz-placeholder,
form.the-form textarea:-moz-placeholder {
  text-transform: uppercase;
  color: #999999;
}

form.the-form .checkbox-label {
	color: #999999;
	margin-left: 5px;
	display: inline;
	max-width: 50%;
}

form.the-form label.file-label {
	text-transform: uppercase;
	color: #999999;
	display: block;
}

form.the-form .btn-send-left {
	float: left;
	min-width: 33%;
	clear: both;
	margin-left: 15px;
}

.form-infos,
form.the-form .form-infos {
	font-size: 14px;
	color: #999999;
}


/*******************************************************
*********************** HEADER NAVIGATION
******************************************************/

.top-navigation-cont {
	border-bottom: 1px solid #cccccc;
}

.top-rainbow {
	height: 10px;
	background: #00ABDE;
	background-image: url('./img/rainbow-bar.png');
	background-repeat: repeat-x;
	background-position: top center;
	background-size: auto 10px;
}

.ages-menu-title {
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 42px;
	letter-spacing: 7px;
	font-weight: normal;
	line-height: 1;
	margin-top: 20px;

}

ul.ages-menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: relative;
	margin-top: 20px;
}

ul.ages-menu li a:before {
	display: block;
	z-index: 1;
	height: 15px;
	content: '';
	top: 0;
	left: -10px;
	right: -10px;
	position: absolute;

	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */


}

ul.ages-menu > li {
	list-style-type: none;
	float: left;
	width: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-align: center;
	padding: 0;
	height: 60px;
	position: relative;
}

ul.ages-menu > li:not(:first-child) {
	border-left: 1px solid #cccccc;
}

ul.ages-menu > li:first-child {
	padding-left: 0;
}

ul.ages-menu > li:last-child {
	padding-right: 0;
}

ul.ages-menu > li > a {
	color: #ffffff;
	box-sizing: content-box;
	display: block;
	position: absolute;
	top: 1px;
	left: -1px;
	right: -1px;
	z-index: 1;
	background: #fff;
	border: 1px solid #cccccc;
	border-top: none;
}

ul.ages-menu > li > a .ages-menu-text {
	font-weight: bold;
	margin: 0 15px;
	line-height: 1;
	padding: 10px 5px;
	font-size: 24px;
	background: #F81F2E;
	margin-bottom: 15px;
	position: relative;
	z-index: 5;
}

ul.ages-menu > li > a .ages-menu-img-cont {
	max-height: 0;
	transition: .3s all ease-in-out;
	overflow: hidden;
	margin: 0 15px;
	opacity: 0;
	position: relative;
	z-index: 5;
}

ul.ages-menu > li:hover > a .ages-menu-img-cont {
	max-height: 200px;
	opacity: 1;
}

.page-template-front-page ul.ages-menu {
	position: relative;
	z-index: 100;
}

/* .page-template-front-page .ages-menu-title {
	display: none;
}

.page-template-front-page ul.ages-menu > li {
	height: auto;
	border-bottom: none;
}

.page-template-front-page ul.ages-menu > li > a {
	height: auto;
	position: relative;
	border: none;
	left: 0px;
    right: 0px;
}

.page-template-front-page ul.ages-menu > li > a .ages-menu-img-cont {
	max-height: initial !important;
	opacity: 1;
}

*/

.product-search-results table.search-results tr.undefined {
    display: none;
}

.woocommerce.search ul.products li.first,
.woocommerce-page.search ul.products li.first {
	clear: none;
}

.woocommerce.search ul.products li.first:first-child,
.woocommerce-page.search ul.products li.first:first-child {
	clear: both;
}

.woocommerce.search ul.products li:nth-child(3n),
.woocommerce-page.search ul.products li:nth-child(3n) {
	margin-right: 0;
}

/*******************************************************
*********************** MAIN PAGE
******************************************************/

.page-template-front-page .home-category-mobile img {
	margin: 0 auto;
	padding-bottom: 15px;
}

.home-shops-archives-links {
	background: #F81F2E;
	color: #fff;
	padding: 7px 15px;
	text-align: right;
}

a.home-shops-archives-link {
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1;
	margin: 0 15px 0 0;
	padding-left: 15px;
}

a.home-shops-archives-link:not(:first-child) {
	border-left: 1px solid #cccccc;
}

.home-newest-posts .post-box:nth-child(3n+1),
.home-newest-posts .home-newest-posts-column-thin .row div:first-child,
.home-post-big {
	clear: both;
}

.home-newest-posts .hentry {
	margin-bottom: 12px;
}

.home-newest-posts .home-newest-posts-column-thin .ratio-16-9:before {
	padding-top: 50%;
}

.home-section-title {
	font-size: 32px;
	line-height: 1;
	font-weight: normal;
	color: #999999;
	text-align: center;
	position: relative;
	padding: 0;
	margin: 45px auto 30px auto;
}

.home-section-title:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	border-top: 1px solid #cccccc;
}

.home-section-title > span {
	background: #ffffff;
	position: relative;
	z-index: 2;
	padding: 5px 30px
}

.home-category:nth-child(2n+1) {
	clear: both;
}

.home-category:nth-child(7) {
	clear: initial;
}

.home-shops-slider {
	line-height: 40px;
}

.home-shops-slider li.the-slide {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.home-shops-slider img {
	max-height: 40px;
	width: auto !important;
	max-width: 100%;
	vertical-align: middle;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    margin: 0 auto;
    display: block;
}

.bx-wrapper {
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	margin-bottom: 0;
}

.home-section-title + .bx-wrapper {
	margin-bottom: 45px;
}

.home-shops-slider-cont .bx-wrapper .bx-controls-direction a {
    width: 35px;
    height: 35px;
    top: 0%;
    margin: 0;
    margin: 0 auto;
}

.bx-wrapper .bx-next {
	background-image: url(./img/arrow-right.png);
	background-position: 0;
    background-size: cover;
}

.bx-wrapper .bx-prev {
	background: url(./img/arrow-left.png) no-repeat 0 0;
    background-size: cover;
}

.home-shops-slider-cont .bx-wrapper .bx-next {
    right: -75px;
    background-color: #fff;
}
.home-shops-slider-cont .bx-wrapper .bx-prev {
    left: -35px;
    background-color: #fff;
}

.the-slider-cont,
#product-thumbnails-carousel {
	opacity: 0;
	transition: .2s opacity ease-in-out;
}

.the-slider-cont.ready,
#product-thumbnails-carousel.ready {
	opacity: 1;
}

.the-slider-cont .bx-wrapper .bx-next {
    right: 25px;
}

.the-slider-cont .bx-wrapper .bx-prev {
    right: 95px;
    left: initial;
}

.the-slider-cont .bx-wrapper .bx-controls-direction a {
    bottom: 10%;
    top: initial;
}

.the-slider-cont .bx-wrapper .bx-prev, .the-slider-cont .bx-wrapper .bx-next {
    border-radius: 50%;
    padding: 26px;
    background-color: rgba(255,255,255,0.7);
    background-size: 32px;
    background-position: 8px 10px;
}

.home-shops-slider-cont .bx-wrapper .bx-next:hover, .home-shops-slider-cont .bx-wrapper .bx-next:focus {
    background-position: 0;
}

.the-slider-cont .bx-wrapper .bx-next:hover, .the-slider-cont .bx-wrapper .bx-next:focus {
   	background-position: 8px 10px;
}

.hentry {
    margin: 0 0 30px;
}

.the-slider-mobile img {
	display: none;
}



/*******************************************************
*********************** STORES MAP
******************************************************/

.stores-map-title {
	font-size: 42px;
	color: #999999;
	margin-bottom: 0;
}

.stores-list-cont {
	margin-top: 30px;
}

.table > tbody > tr.sl-row,
.table > tbody > tr.sl-row > td {
	color: #999999;
	font-size: 24px;
	padding: 25px 5px;
	line-height: 1;
	vertical-align: middle;
}

.table > tbody > tr.sl-row > td.sl-name {
	font-weight: bold;
}

.table > tbody > tr.sl-row > td.sl-dir {
	text-align: right;
	font-size: 18px;
}

.map-marker-store-name {
	font-weight: bold;
	font-size: 18px;
}

.gm-style-iw {
	font-family: 'Dosis', sans-serif;
}

.post-type-archive-store .fa.fa-angle-right {
	font-size: .8em;
	vertical-align: 1px;
}

.find-place-form {
	margin-bottom: 30px;
}

input.input-find-place {
	vertical-align: top;
	height: 42px;
	font-size: 24px;
	width: 100%;
	max-width: 500px;
}

.btn-find-place {
	background: #999999 !important;
	padding: 0 20px;
	border: none !important;
	vertical-align: top;
	height: 56px;
	box-sizing: border-box;

}

.js-print-btn-cont {
	float: right;
}

.js-no-stores {
	margin-top: 30px;
	font-size: 24px;
	color: #999999;
}

/*******************************************************
*********************** ARCHIVES
******************************************************/

.bottom_pagination {
	margin: 50px auto;
	text-align: center;
}

.bottom_pagination > a,
.bottom_pagination > span {
	text-decoration: none;
	font-weight: 400;
	font-size: 15px;
	border-radius: 8px;
	border: 1px solid #ddd;
	padding: 5px 15px;
	margin-left: 10px;
	color: #F81F2E;
	margin-bottom: 10px;
  	display: inline-block;
}

.bottom_pagination > span {
	font-weight: bold;
	color: #333;
}

.blog-banner {
	margin: 0 auto;
}

.btn-pagination-bottom {
	margin-top: 30px;
	margin-bottom: 30px;
}

.featured_posts-mobile-cont {
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 30px;
}

.featured_posts-mobile-cont hr {
	border-color: #F81F2E;
	margin-top: 0;
}

.featured_posts-mobile {
	text-transform: uppercase;
	background-color: #F81F2E;
	color: #fff;
	font-size: 24px;
	padding: 2px 10px 0;
	display: inline-block;
	font-weight: bold;
}

/*******************************************************
*********************** ARTICLE
******************************************************/

.entry-title {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-weight: 400;
}

.entry-content {
	margin: 0;
}

.entry-content > *:not(img) {
	max-width: 800px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 1.5em 0 .5em 0;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child {
	margin-top: 0;
}

.entry-content,
.entry-content p {
	font-size: 18px;
}

.entry-content blockquote {
	font-size: 18px;
}

.entry-content ul,
.entry-content ol {
	max-width: 600px;
	padding-left: 2em;
}

.entry-content ul {
	list-style-type: circle;
}

.entry-content ul li,
.entry-content ol li {
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 10px;
}

.entry-content img {
	max-width: 100%;
	height: auto !important;
}

.edit-link {
	display: block;
	margin-top: 1em;
}

.edit-link,
.edit-link a {
	color: #555;
}

.edit-link a:hover {
	color: #333333;
}

.entry-content .color-blue {
	color: #00ACDF !important;
	font-weight: bold !important;
}

.entry-excerpt p {
	font-weight: bold;
}

.single-post .entry-title {
	color: #999999;
	margin-top: 30px;
	margin-bottom: 45px;
}

.entry-excerpt p,
.entry-content p,
.entry-content ul,
.entry-content ol {
	margin-bottom: 30px;
}

.article-related-products-title {
	margin-top: 0;
	margin-bottom: 30px;
}

.comment-reply-title {
	margin-bottom: 10px;
	color: #999999;
}

form.the-comments-form p.comment-form-comment {
	margin-bottom: 15px;
}

.article-see-also-title {
	margin-top: 60px;
	margin-right: -15px;
}

.comments-area {
	margin-top: 45px;
	margin-bottom: 30px;
    padding-bottom: 15px;
}

.comments-cont {
	margin-left: 15px;
}

.comments-header {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 30px;
	margin-bottom: 15px;
}

.comments-title {
	margin: 0;
}

.comments-add-link .fa {
	font-size: .7em;
	vertical-align: 2px;
}

.comments-add-link {
	letter-spacing: .5px;
	text-transform: uppercase;
	text-align: right;
	font-size: 24px;
}

.comments-header.row {
    margin-left: 0;
    margin-right: 0;
}

.comments-header.row > * {
	padding: 0;
}

.comment-text {
	padding-top: 15px;
	color: #999999;
	border-left: 1px solid #cccccc;
	padding-left: 30px;
}

.comment-rating {
	text-align: center;
}

.comment-rating .star-rating {
	font-size: 24px;
	float: none;
	margin: 0 auto;
	margin-top: 15px;
}

.commentmetadata a {
	color: #999999 !important;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
}

.comment {
	margin-top: 30px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 30px;
}

.comment-list,
.woocommerce #reviews #comments ol.commentlist {
	margin-bottom: 45px;
}

.comment-head {
	padding-left: 20px;
}

.article-see-also {
	margin-top: 15px;
}

/*******************************************************
*********************** POST BOX
******************************************************/

.no-thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #eeeeee;
	background-image: url('./img/admin-logo.png');
	background-size: 120px;
	background-position: center center;
	opacity: .4;
}

.post-box .entry-title {
	margin: 0;
	margin-bottom: 15px;
}

.post-box .entry-title,
.post-box .entry-title a {
	color: #333333;
	font-size: 24px;
}

.post-box-basic .entry-infos {
	margin-top: 7.5px;
}

.post-box-extended .entry-thumbnail-cont,
.post-box-extended .entry-infos {
	float: left;
	width: 46%;
}

.post-box-extended .entry-thumbnail-cont {
	margin-right: 30px;
}

.entry-thumbnail-cont {
	background-color: #ffffff;
}

.entry-thumbnail-cont:after {
	position: absolute;
	z-index: 2;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	content: '';
	-webkit-filter: blur(5px); /* Safari */
    filter: blur(5px);
    display: none;
    background-size: cover;
    background-position: center center;
    opacity: .7;
}

.entry-thumbnail-cont .entry-thumbnail {
	top: 50%;
	left: 50%;
	right: initial;
	bottom: initial;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index: 3;
}

.post-box-extended .entry-excerpt p {
	color: #999999;
	font-weight: normal;
	margin-bottom: 0;
}

.post-box-featured .featured-label {
	top: 15px;
	left: 0;
	right: initial;
	bottom: initial;
	padding: 7px 30px;
	text-transform: uppercase;
	font-size: 32px;
	color: #ffffff;
	background: #F81F2E;
	opacity: .8;
	z-index: 4;
}

.post-box-featured .entry-infos {
	margin-top: 7px;
}

.post-box-featured {
	margin-bottom: 45px;
}

/*******************************************************
*********************** PRODUCT BOX
******************************************************/

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	width: 30.8%;
	box-shadow: 1px 1px 5px rgba(0,0,0,0);
	transition: .3s box-shadow ease-in-out;
	border: 1px solid #eeeeee;
}

.woocommerce ul.products li.product > a,
.woocommerce-page ul.products li.product > a {
	overflow: hidden;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
	box-shadow: 1px 1px 5px rgba(0,0,0,.2);
}

.woocommerce .product-loop-rating-cont {
	padding: 25px 15px;
	text-align: center;
	height: 74px;
}

.woocommerce .products .star-rating {
	margin: 0 auto;
}

.woocommerce .star-rating::before {
	color: #eeeeee;
}

.woocommerce .star-rating span::before,
.woocommerce p.stars a::before {
	color: #FFCC36;
}

.woocommerce ul.products li.product .star-rating {
    font-size: 24px;
    letter-spacing: .042em;
}

.woocommerce p.stars a {
	font-size: 32px;
}

.woocommerce #review_form #respond p.stars {
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 1;
}

.product-loop-hover-cont {
	position: absolute;
	top: 74px;
	background: rgba(255,255,255,.98);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 5px;
	text-align: center;
	opacity: 0;
	transition: .3s opacity ease-in-out;
	z-index: 4;
}

li.product:hover .product-loop-hover-cont {
	opacity: 1;
}

.woocommerce .product-loop-hover-title {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.1;
}

.woocommerce .product-loop-hover-desc {
	margin-top: 15px;
	line-height: 1.4;
	font-size: 16px;
	color: #333333;
	padding: 0 10px;
}

.woocommerce .product-loop-hover-btn-cont {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
}

.woocommerce li.product .product-loop-rating-new-label {
    position: absolute;
    top: 270px;
    left: -10px;
    right: initial;
    bottom: initial;
    padding: 4px 15px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    background: #00acdf;
    opacity: .8;
    z-index: 1;
    transition: .3s opacity ease-in-out;
}

.woocommerce li.product:hover .product-loop-rating-new-label {
	opacity: 0;
}

.woocommerce li.product .product-loop-rating-sale-label {
    position: absolute;
    top: 75px;
    left: -10px;
    right: initial;
    bottom: initial;
    padding: 4px 15px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    background: #F81F2E;
    opacity: .8;
    z-index: 1;
    transition: .3s opacity ease-in-out;
}

.woocommerce li.product:hover .product-loop-rating-sale-label {
	opacity: 0;
}

.woocommerce ul.products li.product a img {
	margin-bottom: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	margin-top: 15px;
	font-size: 18px;
	text-align: center;
	padding: 0 15px;
	margin-bottom: 5px;
	font-weight: normal;
}

.woocommerce ul.products li.product:not(.product-wide) .woocommerce-loop-product__title {
	min-height: 57px;
}

.woocommerce ul.products li.product .product-from-price {
	font-size: 18px;
	text-align: center;
	padding: 0 15px;
	width: 100%;
	display: inline-block;
	font-weight: bold;
	margin-bottom: 15px;
}

.woocommerce ul.products li.product .product-from-price.no-product-offers {
	font-weight: normal;
}

.single-post .article-related-products ul.products li.product {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.woocommerce ul.products li.product.product-wide {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	border: none;
	padding-top: 40px;
	border-top: 1px solid #999;
	margin-bottom: 30px;
}

.woocommerce ul.products li.product.product-wide:hover {
	box-shadow: none;
}

.woocommerce ul.products li.product.product-wide .woocommerce-loop-product__title {
	text-align: left;
	font-size: 32px;
	font-weight: bold;
	padding: 0;
	margin-top: 0;
}

.woocommerce li.product.product-wide .product-loop-hover-desc {
	text-align: left;
	font-size: 20px;
	line-height: 1.3;
	padding: 0;
	max-width: 85%;
}

.woocommerce li.product.product-wide .product-loop-rating-new-label {
	position: static;
	opacity: 1 !important;
	display: inline-block;
	margin-bottom: 10px;
	padding: 1px 15px;
}

.woocommerce li.product.product-wide .product-loop-rating-sale-label {
	position: static;
	opacity: 1 !important;
	display: inline-block;
	margin-bottom: 10px;
	padding: 1px 15px;
}

.woocommerce li.product.product-wide .product-loop-rating-cont {
	padding: 0;
	text-align: left;
	height: auto;
}

.woocommerce ul.products li.product.product-wide .product-wide-miscs {
	margin-top: 15px;
}

.woocommerce .products li.product.product-wide .star-rating {
	margin: 0;
}

.woocommerce .products li.product.product-wide .product-wide-price-cont {
	text-align: right;
}

.woocommerce ul.products li.product.product-wide .product-from-price {
	text-align: right;
	padding: 0;
	color: #999999;
	font-weight: normal;
	font-size: 24px;
	margin: 0;
}

.woocommerce ul.products li.product.product-wide .product-from-price .amount {
	color: #F81F2E;
	font-weight: bold;
}

.woocommerce ul.products li.product.product-wide .product-loop-age-label,
.woocommerce .single-product-description-cont .product-loop-age-label {
	position: absolute;
	top: 0;
	right: 0;
	color: #ffffff;
	font-size: 24px;
	background: #B9CF4C;
	font-weight: bold;
	line-height: 1;
	padding: 5px 15px 7px 15px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.product-loop-podkategorie-label {
	position: absolute;
	top: 5px;
	right: 100px;
}

.woocommerce ul.products li.product.product-wide .product-wide-wishlist-btn-cont {
	font-size: 18px;
	text-align: right;
}

.woocommerce ul.products li.product.product-wide .product-wide-wishlist-btn-cont .btn-wishlist {
	font-size: 14px;
}

.product-wide-offers {
	padding-top: 15px;
}

#products center {
	position: fixed;
	display: block;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background: #ffffff;
	padding: 15px 30px;
	text-transform: uppercase;
	font-size: 21px;
	box-shadow: 1px 1px 5px rgba(0,0,0,.2);
	text-align: center;
	bottom: initial;
	right: initial;
	min-height: initial !important;
	z-index: 1000;
}

.fade-bckg {
	transition: none;
	content: '';
	z-index: 999;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,1);
}

/*******************************************************
*********************** PRODUCT ARCHIVES
******************************************************/

.woocommerce-products-per-page {
	float: right;
	margin-left: 15px;
}

.product-ordering-label {
	color: #999999;
	padding-right: 10px;
}

.page-title .wc-page-title-search {
	font-size: 42px;
	font-weight: normal;
	margin-top: 0;
	color: #999999;
}

.search-no-results #products .woocommerce-info {
	display: none;
}

.search-no-results .widget_gk_offer_ranges_widget {
	display: none;
}

.page-title .wc-page-title-search-query {
	font-weight: bold;
	color: #00acdf;
	text-transform: uppercase;
}

body.search .woocommerce-breadcrumb {
	display: none;
}

.search-section-title {
	margin-bottom: 10px;
    color: #999999;
    font-size: 42px;
    font-weight: 400;
    margin-top: 0;
    display: inline-block;
}

.gk-infs-loader {
	margin: 0 auto;
	text-align: center;
	height: 40px;
}

.woocommerce .woocommerce-pagination {
	opacity: 1;
	margin-bottom: 30px;
}

.woocommerce .woocommerce-pagination ul.page-numbers {
	border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: none !important;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	font-size: 28px;
	font-weight: bold;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: #ffffff;
	color: #999999;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
	font-size: 41px;
	padding-top: 4px;
	font-weight: bold;
}

.search .widget_product_categories {
	display: none;
}

.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span {
	padding-left: 30px;
    text-indent: -30px;
    display: block;
    line-height: 1;
}

.woocommerce .widget_layered_nav ul li a::before,
.woocommerce .widget_layered_nav ul li span::before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 10px;
    content: "";
    text-decoration: none;
    color: #a00;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    text-indent: 0;
}

.woocommerce .widget_layered_nav ul li span {
	cursor: not-allowed;
	color: #999999;
}


.woocommerce .widget_layered_nav ul li.chosen a::before {
    margin-right: 10px;
    color: #00ACDF;
    font-family: 'FontAwesome';
    content: '\f00c';
}

.widget_product_categories .widget-title {
	display: none;
}

.widget_product_categories .product-categories {
	list-style-type: none;
}


.widget_product_categories .product-categories li  {
	margin-bottom: 7px;
}

.widget_product_categories .product-categories li a {
	font-size: 18px;
	text-transform: uppercase;
}

.widget_product_categories .product-categories li a:after {
	content: '\f101';
	font-family: 'FontAwesome';
	display: inline;
	padding-left: 5px;
	font-size: .8em;
	vertical-align: 0;
}

.search .woocommerce-products-per-page {
	margin-top: 7px;
}

.search-no-results .woocommerce-products-per-page {
	display: none;
}

.search-no-results .woocommerce-ordering {
	display: none;
}

.search-results .woocommerce-products-header__title {
    color: #999;
}

.search-results  #shop-sidebar {
	margin-top: 0;
}

.search-results #shop-sidebar section.widget_text:nth-child(2) {
	margin-top: 11px;
}

.search-results.woocommerce .woocommerce-ordering {
    display: inline-block;
    margin-top: 15px;
}

#shop-sidebar .widget_layered_nav {
	border-right: 1px solid #eeeeee;
	padding-right: 30px;
}

#shop-sidebar .widget_text {
	padding: 0 30px 0 0;
    margin: 30px 0 15px 0;
}

#shop-sidebar .widget_text h2.widget-title {
	margin: 0;
    padding: 0;
    border: none;
    color: #333333;
    font-weight: bold;
    font-size: 32px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
}

#shop-sidebar .widget_text + .widget_layered_nav > h2 {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

.woocommerce .widget_layered_nav ul li {
    padding: 0 0 1px;
    list-style: none;
}

/*******************************************************
*********************** WISHLIST
******************************************************/

.wishlist-title-cont {
	margin-top: 15px;
	margin-bottom: 15px;
}

.wishlist-page-title {
	color: #00ACDF;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 42px;
	float: left;
}

.toggle-wishlist-offers {
	cursor: pointer;
}

.btn-print-wishlist {
	float: right;
	margin-top: 25px;
	color: #999999;
	cursor: pointer;
}

.btn-print-wishlist .fa {
	font-size: .9em;
	vertical-align: 0;
	margin-right: 5px;
}

.js-toggle-wishlist-offers {
	color: #F81F2E;
	text-transform: uppercase;
}

.js-toggle-wishlist-offers .fa-spin {
	font-size: .9em;
	vertical-align: 2px;
}

.btn-wishlist {
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
	color: #F81F2E;
	font-size: 24px;
	text-transform: uppercase;
}

.btn-wishlist .fa-plus {
	font-size: .7em;
	vertical-align: 3px;
	margin-left: 2px;
}

.btn-wishlist .fa-check {
	font-size: .7em;
	vertical-align: 3px;
	margin-right: 5px;
}

.woocommerce .woocommerce-single-product-wishlist-btn-cont {
	text-align: right;
	float: right;
	margin-top: 15px;
}

/*******************************************************
*********************** SINGLE PRODUCT
******************************************************/

.wc360-placeholder-image {
	cursor: pointer;
}

.woocommerce-product-gallery__wrapper .threesixty .spinner {
	display: none;
}

.woocommerce-product-gallery__wrapper .threesixty .nav_bar {
	bottom: 10px;
    left: 50%;
    top: initial;
    right: initial;
    transform: translateX(-50%);
}

.woocommerce-product-gallery__wrapper .threesixty .nav_bar span {
  display: block;
  width: 32px;
  height: 32px;
  float: left;
  background: url(./img/360-sprites.png) no-repeat;
  text-indent: -99999px;
  cursor: pointer;
}
.woocommerce-product-gallery__wrapper .threesixty .nav_bar span.nav_bar_play {
  background-position: 0 0 !important;
}
.woocommerce-product-gallery__wrapper .threesixty .nav_bar span.nav_bar_previous {
  background-position: 0 -73px !important;
}
.woocommerce-product-gallery__wrapper .threesixty .nav_bar span.nav_bar_stop {
  background-position: 0 -37px !important;
}
.woocommerce-product-gallery__wrapper .threesixty .nav_bar span.nav_bar_next {
  background-position: 0 -104px !important;
}

.wc360-placeholder-image:after {
	display: block;
	position: absolute;
	content: '';
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transition: .3s opacity ease-in-out;
	background: #000000;
}

.wc360-placeholder-image:hover:after {
	opacity: .2;
}

.wc360-placeholder-label {
	top: 50%;
	left: 50%;
	right: initial;
	bottom: initial;
	transform: translateY(-50%) translateX(-50%);
	padding: 5px 20px;
	background: rgba(0,0,0,.8);
	color: #fff;
	text-align: center;
	font-size: 24px;
	z-index: 3;
	border-radius: 5px;
}

.wc360-placeholder-label .fa {
	font-size: .8em;
	margin-right: 15px;
	vertical-align: 2px;
}

.woocommerce div.product .product_title {
	font-weight: bold;
	font-size: 56px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #999999;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
	margin-bottom: 15px;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce #content div.product div#product-thumbnails-carousel,
.woocommerce div.product div#product-thumbnails-carousel,
.woocommerce-page #content div.product div#product-thumbnails-carousel,
.woocommerce-page div.product div#product-thumbnails-carousel
 {
	width: 100%;
	padding-right: 0;
	float: none;
	clear: both;
}

#product-thumbnails-carousel {
	position: relative;
	height: 130px;
}

#product-thumbnails-carousel li {
	cursor: pointer;
	border: 1px solid #eeeeee;
	box-sizing: border-box;
	transition: border .3s ease-in-out;
}

#product-thumbnails-carousel li:hover {
	border: 1px solid #666666;
}

#product-thumbnails-carousel li.flex-active-slide {
	border: 1px solid #F81F2E;
}

#product-thumbnails-carousel .flex-direction-nav {
	margin: 0;
    padding: 0;
    list-style: none;
}


#product-thumbnails-carousel .flex-direction-nav li {
	border: none;
}

#product-thumbnails-carousel .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 16px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 45%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none !important;
}

#product-thumbnails-carousel .flex-direction-nav .flex-prev {
    left: -30px;
    padding-right: 4px;
    width: 20px;
}

#product-thumbnails-carousel .flex-direction-nav a:before {
    font-family: "FontAwesome";
    font-size: 40px;
    display: inline-block;
    content: '\f104';
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

#product-thumbnails-carousel .flex-direction-nav .flex-next {
    right: -30px;
    text-align: right;
    padding-left: 4px;
    width: 20px;
}

#product-thumbnails-carousel .flex-direction-nav a.flex-next:before {
    content: '\f105';
}

#product-thumbnails-carousel:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: -20px;
}

#product-thumbnails-carousel:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: -20px;
}

#product-thumbnails-carousel .flex-direction-nav .flex-prev.flex-disabled,
#product-thumbnails-carousel .flex-direction-nav .flex-next.flex-disabled {
	opacity: 0 !important;
}

.woocommerce .product-gallery-wrapper {
	width: 41.66666667%;
	padding-right: 15px;
	float: left;
	margin-bottom: 30px;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	width: 58.33333333%;
	padding-left: 15px;
	margin-top: 0;
}

.woocommerce-single-product-sku-cont {
	text-align: right;
	color: #666666;
	margin-top: -10px;
	padding-right: 5px;
}

.woocommerce .woocommerce-product-rating .star-rating {
	font-size: 32px;
	margin-top: 0;
	letter-spacing: 0.031em;
}

.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 10px;
}

.single-product-rating-cont {
	color: #999999;
	margin-bottom: 45px;
}

.woocommerce-single-product-rating {
	margin-top: 10px;
}

.single-product-rating-cont .woocommerce-review-link {
	margin-left: 10px;
}

.woocommerce-single-product-offers-cont .vendors-offers-title {
	font-size: 24px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

.vendors-offers-table td {
	font-size: 24px;
}

.vendors-offers-table .woocommerce-Price-amount.amount {
	font-weight: bold;
	color: #F81F2E;
}

.vendors-offers-table .woocommerce-Price-currencySymbol {
	color: #333333;
}

.vendors-offers-table .fa-angle-right {
	font-size: .8em;
	vertical-align: 1px;
}

.vendors-offers-table a.vendor-offer-link,
.vendors-offers-table a.vendor-no-logo-title {
	color: #333333;
}

.vendor-offer-link-td {
	text-align: right;
	line-height: 1;
}

.single-product-section-title,
.woocommerce .product .related.products > h2 {
	font-size: 32px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.woocommerce .product .related.products {
	margin-top: 60px;
}

.woocommerce .product .related.products > h2 {
	margin-bottom: 30px;
}

.single-product-description-title {
	border-bottom: 1px solid #999999;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.single-product-age-cont {
	margin-top: -15px;
	position: relative;
	height: 55px;
}

.single-product-funkcje-title {
	color: #999999;
	text-transform: uppercase;
	font-size: 24px;
	margin: 0;
}

.single-product-funkcje-cont {
	margin-top: 15px;
	margin-bottom: 30px;
}

.single-product-funkcja {
	width: 80px;
    height: 80px;
	line-height: 1;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
	line-height: 100px;
	text-align: center;
}

.single-product-funkcja span {
	vertical-align: middle;
	line-height: 1.2;
	display: inline-block;
	color: #999999;
}

.single-product-add-review-link {
	text-align: right;
}

.single-product-add-review-link a {
	text-transform: uppercase;
	font-size: 24px;
}

.single-product-add-review-link .fa {
	font-size: .7em;
	vertical-align: 3px;
	margin-right: 5px;
}

.single-product-reviews-title-cont {
	margin-top: 60px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #999999;
}

.single-product-read-also-title {
	margin-bottom: 30px;
	margin-top: 30px;
}

.woocommerce .related.products ul.products li.product {
	width: 22.05%;
}

.woocommerce-Reviews-title {
	display: none;
}

.woocommerce-product-gallery .flex-viewport {
	border: 1px solid #666 !important;
}

.flex-control-thumbs > li > img {
	border: 1px solid #666;
}

.flex-control-thumbs > li > img.flex-active {
	border: 4px solid #ff2439;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	width: 30%;
}

.woocommerce div.product div.images .flex-control-thumbs li:nth-child(2) {
	margin: 0 5%;
}

.flex-control-thumbs {
	margin-top: 10px !important;
}

.tooltip-inner {
    color: #333 !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    padding: 15px 8px !important;
    max-width: 200px !important;
    font-size: 12px !important;
}
.tooltip-arrow {
	border-top-color: #ccc !important;
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=1);
}

#reviews p.form-submit {
	display: inline-block;
	vertical-align: bottom;
}
.woocommerce #review_form #respond p.comment-form-comment  {
    display: inline-block;
    width: 75%;
}

.woocommerce-single-product-below-meta {
	width: 58.33333333%;
    padding-left: 15px;
    margin-top: 0;
    float: right;
}

a.wc-single-product-lightbox-toggle {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	cursor: pointer;
	cursor: zoom-in;
}


/*******************************************************
*********************** COMPETITION
******************************************************/

.competition-banner {
	margin: 0 auto;
}

.competition-title {
	color: #00ACDF;
}

.single-competition .entry-content p {
	font-size: 24px;
}

.competition-header {
	margin-bottom: 30px;
}

form.the-form .competition-form-message {
	margin: 15px 0;
	padding: 15px;
}

form.the-form.competition-form .form-infos {
	margin-top: 30px;
}

.competition-terms-head {
	color: #999999;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 30px;
}

.competition-terms-head span {
	text-transform: none;
}

section.related ul.products li {
	clear: none !important;
}

section.related .bx-wrapper .bx-prev {
	left: -50px;
}

section.related .bx-wrapper .bx-next {
	right: -50px;
}

.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
	background-position: 0 !important;
}

.woocommerce #respond select[name=rating] {
	display: block !important;
	opacity: 0;
	transform: translateY(-35px);
	margin-bottom: -30px;
	position: relative;
    z-index: -1;
}


/*******************************************************
*********************** COUPON
******************************************************/

.coupon-banner {
	margin: 0 auto;
}

.coupon-title {
	color: #00ACDF;
}

.single-coupon .entry-content p {
	font-size: 24px;
}

.coupon-header {
	margin-bottom: 30px;
}

form.the-form.coupon-form {
	margin-top: 0;
}

form.the-form.coupon-form .form-infos {
	margin-top: 30px;
}

/*******************************************************
*********************** VENDORS ARCHIVE
******************************************************/

.post-type-archive-vendor .page-title {
	text-transform: uppercase;
	color: #999999;
}

.vendors-table tr:first-child td {
	border: none;
}

table.vendors-table > tbody > tr > td {
	height: 120px;
	vertical-align: middle;
}

.vendors-table .vendor-logo {
	max-height: 75px;
}

.vendors-table a {
	font-size: 32px;
}

.vendors-table-col-name a {
	color: #333333;
}

.vendors-table .fa {
	font-size: .8em;
}

/*******************************************************
*********************** PAGE
******************************************************/

.page-header {
	border-bottom: none;
}


/*******************************************************
*********************** COLOURINGS
******************************************************/

.page-template-colourings .entry-header .entry-title {
	font-size: 42px;
}

.colouring-box-cont:nth-child(4n+1) {
	clear: both;
}

.colouring-box {
	border: 1px solid #e2e2e2;
	margin-bottom: 30px;
	text-align: center;
	padding: 15px;
}

.colouring-title {
	font-size: 21px;
	margin: 0;
	margin-top: 15px;
}

/*******************************************************
*********************** FOOTER
******************************************************/

.site-footer,
.site-footer a {
	color: #ffffff;
}

.footer-newsletter-cont {
	background: #63CDF6;
	padding: 30px 0;
}

.newsletter-form {
	text-align: center;
}

.newsletter-form select {
	color: #63CDF6;
	margin-right: 5px;
}

.newsletter-form label {
	font-weight: bold;
	vertical-align: middle;
	margin: 0 7px 0 0;
}

.newsletter-form .newsletter-form-part {
	display: inline-block;
	vertical-align: middle;
}

.newsletter-form .newsletter-form-part:not(:first-child) {
	margin-left: 30px;
}

.newsletter-form select.js-newsletter-error,
.newsletter-form input.js-newsletter-error {
 box-shadow: 0 0 4px 1px rgba(255,0,0,.9);
}

.js-newsletter-error-msg {
	display: block;
	text-align: center;
	margin: 0 auto 15px auto;
	padding: 5px 10px;
	background: #fafafa;
	color: #333333;
	border-left: 4px solid #F81F2E;
}

.footer_newsletter-title {
	color: #ffffff;
	font-size: 32px;
	text-align: center;
	margin: 0 auto;
}

form.the-form.newsletter-form input[type=email] {
	width: 300px;
	height: 23px;
}

.footer-cont {
	background: #ED1C24;
	padding: 30px 0;
}

.footer-title {
	color: #eeeeee;
	font-size: 32px;
}

.footer-title:not(:first-child) {
	margin-top: 30px;
}

.footer-see-also-link {
	display: block;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
	margin-top: 10px;
	line-height: 1.1;
}

.footer-desc {
	line-height: 1.3;
	padding-right: 30px;
}

.site-footer {
	margin-top: 50px;
}

.site-designer {
	text-align: right;
}

.footer-logo-cont {
	width: 150px;
	margin-bottom: 15px;
}

.footer-contact {
	font-size: 24px;
	line-height: 1.2;
	font-weight: bold;
}

.footer-logo-cont img {
	max-width: 100% !important;
	height: auto !important;
}

.footer-social-link-img {
	width: 80px;
	padding: 0 15px 15px 0;
}

.footer-cont h2 {
	font-weight: normal;
}

/*******************************************************
*********************** WOOCOMMERCE STORE
******************************************************/

#shop-sidebar .widget-title {
	text-transform: uppercase;
	color: #999;
	font-weight: 400;
	font-size: 24px;
	padding-top: 20px;
	border-top: 1px solid #eeeeee;
}

#shop-sidebar li.wc-layered-nav-term a{
	color: #333;
}

#shop-sidebar li a {
	padding-bottom: 10px;
}

#shop-sidebar li.wc-layered-nav-term  span {
	display: none;
}

.widget {
    margin: 0;
}

.shop-category-description {
	margin-top: 30px;
}

.shop-category-description p {
	font-size: 16px;
	line-height: 1.3;
	color: #999999;
}

.switch-filters {
	color: #999;
    font-weight: 400;
    font-size: 32px;
    padding: 10px 0px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    cursor: pointer;
}

.switch-filters:nth-child(2) {
	border-left: 1px solid #ccc;
}

.switch-filters-cont .switch-filters {
	width: 50%;
	padding: 10px 15px;
}

.woocommerce-products-header__title {
	font-size: 42px;
	color: #F81F2E;
}

.newsletter-form-rwd-break {
	display: none;
	height: 15px;
}

/*******************************************************
*********************** MEDIA
******************************************************/

/* md */
@media(max-width:1199px){

	ul.ages-menu > li > a .ages-menu-text {
	    margin: 0px;
	}
	:not(.home) ul.ages-menu li a:before {
		display: none;
	}

	.header-top-links-cont .wishlist-cnt-badge {
	    width: 18px;
	}
	.header-top-links-cont .wishlist-cnt-badge span {
	    left: 13px;
	}

	.newsletter-form .newsletter-form-part:not(:first-child) {
	    margin-left: 10px;
	}

	ul.ages-menu > li {
		height: 45px;
	}

	.page-template-front-page ul.ages-menu > li {
		padding-bottom: 15px;
	}

	#shop-sidebar .widget_layered_nav,
	#shop-sidebar .widget_text {
		padding-right: 15px;
	}

	.newsletter-form-rwd-break {
		display: block;
	}

}

/* sm */
@media(max-width:991px){

	/** menu **/

    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
        margin-top: 15px;
        background: #fff !important;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }

    .navbar-nav > li > .dropdown-menu {
		display: block;
		position: static;
		width: 100%;
		border: none;
		border-radius: 0;
		box-shadow: none;
		min-width: auto;
		float: none;
  	}
	.dropdown-menu > li {
		margin: 0;
		font-size: 18px;
		border-bottom: 1px solid #eee;
		padding: 10px 0 10px 30px;
	}

	.ages-menu-title {
		display: none;
	}

	.ages-menu-img-cont img {
		display: none;
	}

	.header-top-search-cont {
	    margin-top: 0px;
	}

	.container-mobile-nogutter, .container-mobile-nogutter .row > div {
		padding: 0;
	}

	.container-mobile-nogutter .row  {
		margin: 0;
	}

	ul.ages-menu > li > a .ages-menu-text {
		margin: 0;
	}

	ul.ages-menu li a:before {
		display: none;
	}

	.top-navigation-cont {
	    border-bottom: none;
	}

    /** --- menu **/

	.header-top-search-cont {
		margin-bottom: 30px;
	}
	.home-shops-slider-cont .bx-wrapper .bx-next {
	    right: -30px;
	}
	.featured-posts .featured-label {
		display: none;
	}
	.post-box-featured .entry-title, .post-box-featured .entry-title a {
	    font-size: 24px;
	}
	ul.ages-menu > li > a, ul.ages-menu > li:not(:first-child)  {
		border: none;
	}

	.single-post .article-related-products ul.products li.product {
	    width: 30%;
	    float: left;
	    margin-left: 15px;
	}

	.segment-title {
		text-align: center;
	}
	.woocommerce li.product .product-loop-rating-new-label {
	    top: 62%;
	}
	.woocommerce li.product .product-loop-rating-sale-label {
	    top: 74px;
	}

	ul.ages-menu > li {
		height: 60px;
	}

	.page-template-front-page ul.ages-menu > li {
		padding-bottom: 0;
	}

	.search-results .woocommerce-products-header {
		margin-top: 30px;
	}

	.home-newest-posts > div:nth-child(2n+1) {
		clear: both;
	}

	.home-post-big {
		clear: none;
	}

	.search .search-section-title {
		width: 100%;
	}

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

	.search .woocommerce-products-per-page {
		margin-right: 7px;
		margin-left: 0;
	}

	.colouring-box-cont:nth-child(4n+1) {
		clear: none;
	}

	.colouring-box-cont:nth-child(3n+1) {
		clear: both;
	}

}

/* xs */
@media(max-width:767px){

	.site-designer,
	.site-info {
		text-align: center;
	}

	.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	 max-height: initial;
	}

	form.the-form input[type=text],
	form.the-form input[type=email] {
		width: 95%;
	}

	form.the-form .btn-send-right {
		float: none;
	    display: table;
	    margin-top: 30px;
	    min-width: 50%;
	}

	.blog-banner {
		display: none;
	}

	.home-section-title {
		font-size: 22px;
	}

	.top-rainbow {
		display: none;
	}

	.header-top-search-cont {
		margin-bottom: 0px;
	}

	.the-slider-desktop img {
		display: none;
	}
	.the-slider-mobile img {
		display: block;
	}
	.home-shops-slider-cont .bx-wrapper .bx-prev {
	    left: -10px;
	}
	.home-shops-slider-cont .bx-wrapper .bx-next {
	    right: -10px;
	}
	a.home-shops-archives-link {
	    font-size: 18px;
	    display: inline-block;
	}
	.post-box-extended {
		margin-bottom: 30px;
	}
	.footer-cont {
		text-align: center;
	}

	.footer-logo-cont {
		margin: 0 auto;
		width: auto;
	}
	.row.article-see-also .col-sm-4.col-xs-6:nth-child(3){
		display: none;
	}
	.woocommerce .product-gallery-wrapper {
	    width: 100% !important;
	    float: none;
	    margin-bottom: 0;
	    padding-right: 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 {
	    width: 100%;
	}
	section.related.products {
		display: none;
	}

	section.related.products + .row {
		display: none;
	}
	.comment-rating .star-rating {
	    margin: 15px 0 0;
	}

	.vendors-table-col-name a {
		color: #F81F2E;
		font-weight: bold;
	}

	.vendors-table-col-name a:after {
		color: #F81F2E;
		content: ' \f101';
		font-family: 'FontAwesome';
		font-size: 18px;
		vertical-align: middle;
	}
	.stores-list-cont .sl-row{
		border-left: none;
		border-right: none;
	}
	.stores-list-cont {
		border: none;
	}
	input.input-find-place {
	    width: 77%;
	}
	.form-infos {
		float: left;
	}

	#coupon-signup-form .btn {
		float: right;
		margin-top: 15px;
	}

	#competition-form .btn {
		float: right;
		margin-top: 15px;
	}
	.newsletter-form .newsletter-form-part {
	    display: block;
	    vertical-align: middle;
	    text-align: right;
	    margin-bottom: 15px;
	    padding-right: 15px;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    	width: 48%;
	}

	#shop-sidebar {
		-moz-column-count: 2;
	    -webkit-column-count: 2;
	    column-count: 2;
	}

	.switch-filters-cont .switch-filters {
		display: inline-block !important;
	}

	#shop-sidebar .widget_layered_nav, #shop-sidebar .widget_product_categories {
		height: 0;
		transition: .3s height ease-out;
		overflow: hidden;
		clear: both;
	}
	#shop-sidebar .widget_layered_nav.active, #shop-sidebar .widget_product_categories.active {
		height: auto;
	}

	#shop-sidebar .widget-title:first-child {
		border-top: none;
		padding-top: 15px;
	}
	.woocommerce-products-per-page {
	    float: left;
	    margin-right: 15px;
	    margin-left: 0;
	    margin-bottom: 5px;
	}
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	    float: left;
	}

	.search-section-title, .search-results.woocommerce .woocommerce-ordering {
		display: block;
	}
	#reviews p.form-submit {
		display: block;
	}
	#reviews .btn-send-left {
		margin-left: 0;
	}
	.woocommerce #review_form #respond p.comment-form-comment  {
	    display: block;
	    width: 98%;
	}
	.form-infos {
		margin-top: 15px;
		clear: both;
	}

	.woocommerce-single-product-float-cont,
	.woocommerce-single-product-float-cont > div {
		-webkit-transform: scaleY(-1);
	    transform: scaleY(-1);
	}

	.woocommerce-single-product-float-cont .entry-summary {
		padding-left: 0 !important;
	}

	.woocommerce-single-product-below-meta {
		width: 100%;
		float: none;
		padding-left: 0;
	}

	.single-product-description-cont {
		margin-top: 30px;
	}

	.search-results h1.woocommerce-products-header__title,
	.page-title .wc-page-title-search {
	    font-size: 28px !important;
	}
	.woocommerce ul.products li.product.product-wide .woocommerce-loop-product__title {
		font-size: 28px;
	}
	.woocommerce ul.products li.product:nth-child(2n+1), .woocommerce-page ul.products li.product:nth-child(2n+1), .woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n+1), .woocommerce[class*=columns-] ul.products li.product:nth-child(2n+1) {
		clear: both !important;
	}
	.search-section-title {
	    font-size: 24px;
	}
	.search-results #shop-sidebar {
		margin-top: 0px;
	}

	#shop-sidebar {
		margin-bottom: 15px;
	}

	#shop-sidebar .widget_text {
		display: none;
	}

	#shop-sidebar .widget_layered_nav {
		padding-right: 0;
		border: none;
	}

	.wishlist-page-title,
	body.blog .title-color,
	.single-post .entry-title,
	.footer-title,
	.woocommerce-products-header__title,
	.comment-reply-title {
		font-size: 28px;
	}

	.single-post .entry-title {
		margin-top: 15px;
		margin-bottom: 30px;
	}

	.article-see-also-title {
		margin-top: 0;
	}

	form.the-comments-form p.form-submit {
		clear: both;
    	padding-top: 1px;
	}

	.wishlist-title-cont .col-md-5 {
		width: 100%;
	    display: block;
	    clear: both;
	}

	.btn-print-wishlist {
		float: none;
	}

	a.wc-single-product-lightbox-toggle {
		display: none;
	}


}

@media(max-width:599px){
	ul.ages-menu > li > a .ages-menu-text {
		font-size: 16px;
		padding: 15px 10px;
	}
	.product-search input[type="text"].product-search-field {
	    font-size: 18px;
	}
	.product-search-form button {
		font-size: 24px;
	}
	.footer_newsletter-title {
	    font-size: 18px;
	}

	.header-top-links-cont .wishlist-cnt-badge:before {
    	content: '\f111';
	}
	.header-top-links-cont a {
	    font-size: 16px;
	}

	.single-post .article-related-products ul.products li.product {
	    width: 40%;
	    float: left;
	    margin-left: 15px;
	}

	.article-related-products.woocommerce ul.products li {
		display: none;
	}

	.article-related-products.woocommerce ul.products li:first-child, .article-related-products.woocommerce ul.products li:nth-child(2) {
		display: block;
	}

	.vendors-table .vendor-logo {
	    max-width: 110px;
	}
	.table > tbody > tr.sl-row, .table > tbody > tr.sl-row > td {
	    display: block;
	    text-align: left !important;
	}
	a.home-shops-archives-link:not(:first-child) {
	    border-left: none;
	}
	.newsletter-form-part > select, .newsletter-form-part > label {
		display: block;
		float: right;
	    clear: right;
	    margin-bottom: 15px;
	    width: 100%;
	}
	form.the-form.newsletter-form input[type=email] {
    	width: 100%;
	}

	.newsletter-form-rwd-break + div {
		padding-right: 34px !important;
	}
}

/* xxs */
@media(max-width:479px){
	.header-top-links-cont .wishlist-cnt-badge span {
	    top: 12px;
	    font-size: 12px;
	}
	.header-top-links-cont .wishlist-cnt-badge:before {
	    font-size: 22px;
	    top: 5px;
	}
	.header-top-links-cont .wishlist-cnt-badge span {
	    top: 11px;
	    font-size: 12px;
	    left: 7px;
	}
	.header-top-links-cont a:not(:last-child) {
	    border-right: none;
	}
	.header-top-links-cont a {
		padding: 0px;
		display: block;
	}
	.header-top-links-cont .wishlist-cnt-badge {
	    width: 12px;
	}

	a.home-shops-archives-link {
	    display: block;
	    padding: 10px 0;
	}
	.single-post .article-related-products ul.products li.product {
	    width: 100%;
	}
	.woocommerce div.product .product_title {
	    font-size: 43px;
	}
	.newsletter-form .newsletter-form-part:not(:first-child) {
	    margin-left: 0px;
	    margin-right: 30px;
	}

	.vendors-offers-table td {
		font-size: 18px;
	}

	#shop-sidebar {
		-moz-column-count: auto;
	    -webkit-column-count: auto;
	  	column-count: auto;
	}

	.footer-social-link-img {
		width: 45px;
		padding-right: 5px;
		padding-bottom: 5px;
	}

	.footer-cont h2 {
		font-size: 21px;
	}

	.footer-cont,
	.footer-contact,
	.footer-see-also-link {
		font-size: 13px;
	}

	.footer-cont .col-md-3:first-child {
		padding-right: 0;
		padding-left: 7px;
	}

	.footer-cont .col-md-3:nth-child(3) {
		padding-left: 0;
		padding-right: 7px;
	}

	input.input-find-place {
		width: 60%;
	}

	.colouring-box-cont:nth-child(4n+1) {
		clear: none;
	}

	.colouring-box-cont:nth-child(3n+1) {
		clear: none;
	}

	.colouring-box-cont:nth-child(2n+1) {
		clear: both;
	}

}


@media(max-width: 400px){
	ul.ages-menu > li > a .ages-menu-text {
	    font-size: 12px;
	    padding-left: 3px;
	    padding-right: 3px;
	}
	.post-box-extended .entry-thumbnail-cont, .post-box-extended .entry-infos {
	    width: 100%;
	}
	.vendors-table a {
	    font-size: 24px;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	    width: 100%;
	}

	.switch-filters-cont .switch-filters {
		font-size: 24px;
	    padding: 10px 5px;
	}
}

@media(min-width: 600px){
	.form-inline .form-control {
	    display: inline-block;
	    width: auto;
	    vertical-align: middle;
	}
}

/*******************************************************
*********************** PRINT STYLES
******************************************************/

@page {
  size: A4;
}

@media print {

	html, body, .container {
		width: 1000px !important;
	}

	a[href]:after {
	    content: none !important;
	}

    .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 {
  	float: left;
	}
	.col-sm-12 {
	  width: 100%;
	}
	.col-sm-11 {
	  width: 91.66666666666666%;
	}
	.col-sm-10 {
	  width: 83.33333333333334%;
	}
	.col-sm-9 {
	  width: 75%;
	}
	.col-sm-8 {
	  width: 66.66666666666666%;
	}
	.col-sm-7 {
	  width: 58.333333333333336%;
	}
	.col-sm-6 {
	  width: 50%;
	}
	.col-sm-5 {
	  width: 41.66666666666667%;
	}
	.col-sm-4 {
	  width: 33.33333333333333%;
	 }
	 .col-sm-3 {
	   width: 25%;
	 }
	 .col-sm-2 {
	   width: 16.666666666666664%;
	 }
	 .col-sm-1 {
	  width: 8.333333333333332%;
	 }

	/* MENU */

	.top-navigation-cont, .site-footer {
		display: none;
	}


	/* STORES LIST */

	 #map_canvas,
	 #find-place,
	 .stores-map-title,
	 .post-type-archive-store footer,
	 .js-print-btn-cont,
	 .js-no-stores, td.sl-dir, #dimensions {
	 	display: none !important;
	 }


	 /* WISHLIST */

	 .wishlist-title-cont {
	 	display: none !important;
	 }

	 .wishlist-contents .wp-post-image {
	 	max-width: 200px !important;
	 	height: auto !important;
	 }
}
