/*
Theme Name: woodendot
Theme URI: http://underscores.me/
Author: Pepe.pro
Author URI: http://www.pepe.pro
Description: Custom theme for Woodendot
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: woodendot
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

woodendot is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: none;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	outline: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 10px 0;
	padding: 10px;
}

.wc-terms-and-conditions a{
	padding-bottom: 1px;
	border-bottom: 1px solid #000;
}

.wc-terms-and-conditions a:hover{
	color: #ccc;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #1d1d1b;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lato', sans-serif;
	clear: both;
	font-weight: 700;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: none;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
	width: auto;
	float: left;
	margin-right: 10px;
}

dd {
	margin: 0;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

option[value="."]
{
color:white!important;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	border: 1px solid;
	border-color: #000;
	border-radius: 0px;
	background: #fff;
	color: rgba(0, 0, 0, 1);
	font-size: 16px;
	line-height: 1;
	padding: 7px 12px;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-bottom: 5px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #000;
	color: #fff
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {

}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #000;
	border: 1px solid #000;
	border-radius: 0px;
	height: 32px;
	margin-bottom: 5px;
	outline: none;
}

select {
	border: 1px solid #000;
	border-radius: 0;
  -webkit-border-radius: 0px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #000;
	box-shadow: none;
	border-color: #000;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 4px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #000;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
}

a:visited {
	color: #000;
}

a:hover,
a:focus,
a:active {
	color: #000;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* 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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/

/* comun *-------------------------------------------------------------------------------------------------- */

body{
	background: #fff
}
.site{
	margin: 127px 0 0 0; /*cambiar a 167px cuando haya Black Friday. Cuando está desactivado ha de tener 127px */
}

/* primary nav *-------------------------------------------------------------------------------------------------- */

.primary-nav ul {
	float: left;
	list-style: none;
	margin: 0 0 0 2%;
	padding-left: 0;
}

.primary-nav li {
	display: inline-block;
	position: relative;
}

.primary-nav a {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: block;
	margin-right: 30px;
	text-decoration: none;
	-webkit-backface-visibility: hidden;
	font-smoothing: antialiased !important;
}

.primary-nav a:after {
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background: #000;
	border-radius: 50%;
	content: "";
	display: block;
	height: 7px;
	left: 50%;
	margin-left: -20px;
	opacity: 0;
	position: absolute;
	width: 7px;
}

.primary-nav a:hover:after{
	opacity: 1;
}

.current-menu-item a:after,
.current_page_parent a:after,
.current-page-ancestor a:after{
	opacity: 1!important;
}

.woocommerce-page #menu-item-412 a:after{
	opacity: 1;
}

.page-id-18.woocommerce-page #menu-item-412 a:after{
	opacity: 0!important;
}

.page-id-18.woocommerce-page #menu-item-412 a:hover:after{
	opacity: 1!important;
}


/* Small menu. */
.menu-toggle,
.primary-nav.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.primary-nav ul {
		display: block;
	}
}

/* secundary nav *-------------------------------------------------------------------------------------------------- */

.secundary-nav ul {
	float: right;
	list-style: none;
	margin: 0 2% 0 0;
	padding-left: 0;
}

.secundary-nav li {
	float: left;
	position: relative;
}

.secundary-nav a {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: block;
	margin-left: 30px;
	text-decoration: none;
	-webkit-backface-visibility: hidden;
	font-smoothing: antialiased !important;
}

.secundary-nav a:after {
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background: #000;
	border-radius: 50%;
	content: "";
	display: block;
	height: 7px;
	margin-right: -20px;
	opacity: 0;
	position: absolute;
	right: 50%;
	width: 7px;
}

.secundary-nav a:hover:after{
	opacity: 1;
}

.secundary-nav .icon{
	height: 24px;
	width: auto;
	margin: 0 2px;
}


/* Small menu. */
.menu-toggle,
.secundary-nav.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.secundary-nav ul {
		display: block;
	}
}

a.festi-cart div.festi-cart-content img.festi-cart-icon{
	height: 24px!important;
	width: 28px!important;
}

.festi-cart-text-after-quantity{
	display: none;
}

/* head *-------------------------------------------------------------------------------------------------- */

.promo-header-1{ /* Black Friday*/
	display: block;
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #1b202b;
	color: #fff;
	font-size: 16px;
	text-align: center;
	z-index: 200;
	height: 40px;
	line-height: 40px;
}

header{
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background-color: rgba(255,255,255,1);
	padding: 40px 0 0 0;
	position: fixed;
	top: 0px; /*cambiar a 0px cuando no haya Black Friday. Cuando está activado ha de tener 40px */
	z-index: 100;
	width: 100%;
}

.shrink{
	padding: 20px 0 0 0;
	top: 0px; /*cambiar a 0px cuando no haya Black Friday. Cuando está activado ha de tener 40px */
}

.header-border{
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border-bottom: 1px solid #000;
	padding-top: 40px;
	max-width: 89.374rem;
	margin-left: auto;
	margin-right: auto;
}

.shrink .header-border{
	padding-top: 20px;
}

.logo{
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background-size: 302px 36px;
	background-image: url(https://woodendot.gmedia.ovh/wp-content/uploads/logo-woodendot-1.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 302px;
	height: 36px;
	left: 50%;
	margin-left: -151px;
	margin-top: -7px;
	padding: 20px 0;
	position: absolute;
	text-indent: -9999px;
	z-index: 100;
}

.shrink .logo{
	background-size: 180px 21px;
	background-image: url(https://woodendot.com/wp-content/uploads/logo-woodendot.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-left: -90px;
	margin-top: 0px;
	width: 180px;
	height: 21px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){
	.logo{
		background-size: 226px 26px;
		background-image: url(https://woodendot.com/wp-content/uploads/logo-woodendot@2x.png);
		background-repeat: no-repeat;
	}
	.shrink .logo{
		background-size: 180px 21px;
		background-image: url(https://woodendot.com/wp-content/uploads/logo-woodendot@2x.png);
		background-repeat: no-repeat;
	}
}


/* product home  *-------------------------------------------------------------------------------------------------- */

.microvideo{
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

video{
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%,-50%);
}

video.supervertical{
	position: absolute;
	width: 75%;
	height: 75%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%,-50%);
}

.hover {
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}

.bg-zoom{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	border: 0px solid #fff;
	display: inline-block;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}

.img-zoom{
	border: 0px solid #fff;
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.img-zoom img {
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	vertical-align: middle;
}

.img-zoom:hover img{
	-moz-transform:scale(1.05);
	-ms-transform:scale(1.05);
	-o-transform:scale(1.05);
	-webkit-transform:scale(1.05);
	transform:scale(1.05);
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.overlay-product{
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background: rgba(255,255,255,.4);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.meta-product{
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	opacity: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	z-index: 11;
}

.meta-product.visible,
.overlay-product.visible{
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	opacity: 1!important;
	-moz-transition: none;
	-ms-transition: none;
	-webkit-transition: none;
	transition: none;
	background: rgba(255,255,255,0);
}
.bg-zoom:hover .meta-product.visible,
.bg-zoom:active .meta-product.visible,
.bg-zoom:hover .overlay-product.visible,
.bg-zoom:active .overlay-product.visible{
	opacity: 1;
}

.meta-product.up-left{
	top: 12%;
	left: 10%;
}

.meta-product.up-right{
	top: 12%;
	right: 10%;
}

.meta-product.down-left{
	bottom: 12%;
	left: 10%;
}

.meta-product.down-right{
	bottom: 12%;
	right: 10%;
}

.meta-product.center{
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.bg-zoom:hover .meta-product,
.bg-zoom:active .meta-product,
.bg-zoom:hover .overlay-product,
.bg-zoom:active .overlay-product{
		opacity: 1;
}

.title-product{
	font-size: 34px;
	letter-spacing: 2px;
	margin: 0 0 0 0;
	font-weight: 900;
}

.title-product span{
	font-size: 24px;
	vertical-align: middle;
}

.title-product:before,
.title-product:after  {
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background: #000;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 7px;
	width: 7px;
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: 14%;
}

.excerpt-product p{
	font-style: italic;
	font-size: 18px;
	margin: -5px 0 15px 0;
	padding: 0;
}

.price-product{
	font-style: italic;
	font-weight: 700;
	margin-bottom: 20px;
}

.price-product del{
	font-weight: 300;
	margin: 0 5px;
}

.shopnow-product{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border:1px #000 solid;
	margin: auto;
	padding: 3px 0;
	text-align: center;
	width: 90px;
	background: #fff;
}

.shopnow-product:hover{
	background-color: #000;
	color: #fff;
	padding: 3px 0;
}

.sale-and-new-icons{
	position: absolute;
	left: 50%;
	bottom: 5%;
	-webkit-transform: translate(-50%,-5%);
	transform: translate(-50%,-5%);
	z-index: 90;
	text-align: center;
}

.new-icon{
	background: url(https://woodendot.com/wp-content/uploads/NEW-icon-woodendot-x2.png) no-repeat center;
	background-size:  50px 50px;
	text-indent: -9999px;
	font-size: 18px;
	font-style: italic;
	color: #fff;
	border-radius: 25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-weight: 300;
	margin: 10px;
	display: inline-block;
	float: left;
}

.sale-icon{
	background: url(https://woodendot.com/wp-content/uploads/SALE-icon-woodendot-x2-1.png) no-repeat center;
	background-size:  50px 50px;
	text-indent: -9999px;
	font-size: 18px;
	font-style: italic;
	color: #fff;
	border-radius: 25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-weight: 300;
	margin: 10px;
	display: inline-block;
	float: left;
}

.meta-post{
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	opacity: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	z-index: 11;
	width: 60%;
}

.overlay-post{
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background: rgba(255,255,255,.4);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.meta-post.visible,
.overlay-post.visible{
	opacity: 1;
	-moz-transition: none;
	-ms-transition: none;
	-webkit-transition: none;
	transition: none;
}
.bg-zoom:hover .meta-post.visible,
.bg-zoom:active .meta-post.visible,
.bg-zoom:hover .overlay-post.visible,
.bg-zoom:active .overlay-post.visible{
	opacity: 1;
}

.bg-zoom:hover .meta-post,
.bg-zoom:active .meta-post,
.bg-zoom:hover .overlay-post,
.bg-zoom:active .overlay-post{
		opacity: 1;
}

.meta-post.up-left{
	top: 12%;
	left: 10%;
}

.meta-post.up-right{
	top: 12%;
	right: 10%;
}

.meta-post.down-left{
	bottom: 12%;
	left: 10%;
}

.meta-post.down-right{
	bottom: 12%;
	right: 10%;
}

.meta-post.center{
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.title-post{
	font-size: 28px;
	margin: 0 auto 12px auto;
	padding: 0 10px 7px 10px;
	text-align: center;
	border-bottom: 2px solid #000;
	letter-spacing: 2px;
	width: auto;
	display: inline-block;
}

.content-post p{
	font-size: 20px;
	margin: 10px 0 10px 0;
	padding: 0;
}

.content-post h4 a{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border:1px #000 solid;
	margin: auto;
	padding: 3px 0;
	text-align: center;
	width: 100px;
	display: block;
	background: #fff;
}

.content-post h4 a:hover{
	background: #000;
	color: #fff;
}

/*
@media screen and  (max-width: 767px) {
	.meta-product{
		opacity: 1;
	}
}*/

.separator1{
	margin: 50px auto 50px auto;
	width: 100%;
	background: url(https://woodendot.com/wp-content/uploads/black-point@2x.png) no-repeat center;
	background-size: 14px 14px;
	height: 14px;
}

.section-wrapper{
	position: relative;
	top: 45%;
	-webkit-transform: translateY(-45%);
	transform: translateY(-45%);
	text-align: center;
}

.love h5{
	font-size: 28px;
	margin: 0 auto 12px auto;
	padding: 0 10px 7px 10px;
	text-align: center;
	border-bottom: 2px solid #000;
	letter-spacing: 2px;
	width: auto;
	display: inline-block;
}

.love p{
	text-align: center;
	width: 80%;
	margin: auto;
	font-size: 18px;
}

.love h4{
	text-align: center;
}

.love h4 a{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border: 1px #000 solid;
	margin: auto;
	padding: 3px 0;
	text-align: center;
	width: 90px;
	display: block;
	background: #fff;
}

.love h4 a:hover{
	background: #000;
	color: #fff;
}


/* blocks home *-------------------------------------------------------------------------------------------------- */

.grid {
	background: #fff;
	max-width: 90rem;
}

.grid:after {
	content: '';
	display: block;
	clear: both;
}

.grid-sizer,
.grid-item {
	width:50%;
}

.grid-item {
	height: 406px;
	float: left;
	border: 0px solid #000;
	border-radius: 0px;
}

.grid-item-video {
	width: 50%;
	height: 406px;
	float: left;
	border: 0px solid #000;
	border-radius: 0px;
}

.grid-wrapper{
	margin:5px;
	width: -moz-calc(100% - 10px);
	width: -webkit-calc(100% - 10px);
	width: -o-calc(100% - 10px);
	width: calc(100% - 10px);
	height: -moz-calc(100% - 10px);
	height: -webkit-calc(100% - 10px);
	height: -o-calc(100% - 10px);
	height: calc(100% - 10px);
}

.grid-wrapper2{
	margin:5px;
	width: -moz-calc(100% - 10px);
	width: -webkit-calc(100% - 10px);
	width: -o-calc(100% - 10px);
	width: calc(100% - 10px);
	height: -moz-calc(100% - 5px);
	height: -webkit-calc(100% - 5px);
	height: -o-calc(100% - 5px);
	height: calc(100% - 5px);
}


.color1{background:#808080!important;}
.color2{background:#dd90bc!important;}
.color3{background:#90dd92!important;}
.color4{background:#91d8db!important;}

.width2 { width:  100%; }
.height2 { height: 812px; }

/* newsletter *-------------------------------------------------------------------------------------------------- */

.newsletter{
	padding: 20px 80px;
	background: url(https://woodendot.com/wp-content/uploads/newsletter-woodendot-horizontal.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
	overflow: hidden;
	width: 100%;
	height: 100%;
	max-width: 900px;
	max-height: 700px;
	margin: auto;
}

.newsletter h1{
	font-size: 3em;
	font-weight: 700;
	margin: 0 auto 10px auto;
	text-align: center;
}

.newsletter h2{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 22px;
	font-weight: 600;
	margin: 0 auto 50px auto;
	width: 80%;
}

.newsletter h3{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-weight: 300;
	font-style: italic;
	text-align: right;
	margin-top: 20px;
}

.newsletter h4{
	text-align: right;
}

.newsletter h4 a{
	padding-bottom: 3px;
	border-bottom: 1px solid #555;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-style:italic;
	color: #555;
	font-size: 14px;
}

.newsletter label{
	margin: 0 10px 0 10px;
}

.newsletter label span{
	font-size: 16px;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: none!important;
		 -moz-box-shadow: none!important;
					box-shadow: none!important;
}

.newsletter p{
	text-align: right;
}

.mc4wp-alert,
.mc4wp-success{
	font-size: 20px;
	font-weight: 400;
	margin: 0;
	text-align: right;
	width: 100%;
	color: #fff;
}

.mc4wp-alert p,
.mc4wp-success p{
	margin:0;
}

input[type="submit"]{
	background: #000;
	color: #fff;
}

input[type="submit"]:hover{
	background: #555;
	color: #fff;
}


/* switcher *-------------------------------------------------------------------------------------------------- */

.switcher{
	padding: 20px 80px;
	text-align: center;
	overflow: hidden;
	width: 100%;
	height: 100%;
	max-width: 900px;
	max-height: 700px;
	margin: auto;
	border: 1px solid #ccc;
}

.wcumcs-text{
	display: none;
}

.switcher h4 a {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: 1px #000 solid;
  margin: 40px auto 0 auto;
  padding: 3px 0;
  text-align: center;
  width: 100px;
  display: block;
  background: #000;
  color: #fff;
}

.switcher h4 a:hover {
    background: #fff;
    color: #000;
}

.switcher h1{
	margin-bottom: 60px;
}

.switcher h2{
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 30px;
}

.switcher p{
	font-size: 18px;
}

.switcher strong{
	font-size: 20px;
}

/* single-product *-------------------------------------------------------------------------------------------------- */

.single-product-border{
	border-bottom: 1px solid #000;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.single-product-border2{
	border-bottom: 1px solid #000;
	padding-bottom: 40px;
	margin-bottom: 40px;
	max-width: 89.374rem;
	margin-left: auto;
	margin-right: auto;
}

.single-product-border-share{
	border-bottom: 1px solid #000;
	padding-bottom: 15px;
	margin-bottom: 50px;
}

.single-product-border-share2{
	border-bottom: 1px solid #000;
	padding-bottom: 15px;
	margin-bottom: 50px;
	max-width: 89.374rem;
	margin-left: auto;
	margin-right: auto;
}

.single-product-title{
	margin: 30px 0 30px 0;
}

.single-product-title h1{
	text-align: center;
	font-size: 34px;
	letter-spacing: 2px;
	margin: 0 0 0 0;
	font-weight: 900;
}

.sigle-product-excerpt p{
	text-align: center;
	font-style: italic;
	font-size: 18px;
	margin: -5px 0 15px 0;
	padding: 0;
}

.single-product-description{
	text-align: center;
	font-size: 18px;
	margin-top: 0px;
}

.single-product-description p{
	margin-top: 0;
}

.single-product-description strong{
	font-weight: 600;
	font-size: 20px;
}

.single-product-gallery{
	text-align: center;
}

.single-product-gallery .thumbnails{
	display: none;
}

.single-product-shipping-and-returns{
	text-align: center;
	width: auto;
	clear: both;
	margin-top: 20px;
}

.single-product-shipping-and-returns li{
	margin-bottom: 12px;
}

.single-product-shipping-and-returns a{
	padding-bottom: 1px;
	border-bottom: 1px solid #000;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.single-product-shipping-and-returns a:hover{
	color: #555;
}

.single-product-featured-image{
	position: relative;
}

.single-product-featured-image img{
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.single-product-addtocart-container{

}

.single-product-addtocart{
	text-align: center;
	width: 100%;
}

.single-product-addtocart.flotante{
	text-align: center;
	z-index: 50;
	padding: 1% .5%;
	background-color: rgba(255,255,255,1);
	position: fixed;
	top: 79px; /*cambiar a 79px cuando no haya Black Friday. Cuando está activado ha de tener 119px */
	height: 60px;
	left: 0;
	right: 0;
	max-width: 90rem;
	margin-left: auto;
	margin-right: auto;
}

.single-product-addtocart.flotante .variations_form{
	text-align: right;
	float: right;
}

.single-product-addtocart.flotante .ql-visual-attributes{
	float: left;
	width: 720px;
}

.single-product-addtocart.flotante .single_variation_wrap{
	float: left;
	margin-top: 0;
}

.single-product-addtocart.flotante .va-pickers{
	float: right;
	width: auto;
	margin-right: 20px;
}

.single-product-addtocart.flotante .woocommerce-variation-price{
	display: none;
}

.single-product-addtocart.flotante .va-separator {
	display: none!important;
}

.woocommerce-variation-availability{
	display: none;
}

.single-product-share-buttons span,
.addthis_toolbox{
	display: inline-block;
	vertical-align: middle;
}

.single-product-share-buttons span{
	margin-right: 5px;
}

.single-product-concept{
	font-size: 18px;
	text-align: center;
}

.single-product-concept h2{
	font-size: 26px;
	text-align: center;
}

.single-product-concept .title-little-bottom h2{
	margin-top: 100px;
}

.single-product-selected-image{
	border-bottom: 1px solid #000;
}

.single-product-designers{
	border-bottom: 1px solid #000;
}

.single-product-shipping{
	text-align: center;
	font-size: 18px;
}

.single-product-shipping h2{
	text-align: center;
	font-size: 26px;
}

.single-product-shipping h3{
	margin-bottom: 2px;
	font-size: 18px;
}

.single-product-shipping p{
	margin-top: 0;
}

.single-product-shipping p strong{
	font-family: 'Lato', sans-serif;
}


.single-product-shipping a{
	padding-bottom: 1px;
	border-bottom: 1px solid #000;
}

.single-product-specifications{
	text-align: center;
	font-size: 18px;
}

.single-product-specifications h2{
	text-align: center;
	font-size: 26px;
}

.single_add_to_cart_button{
	background: #000;
	color: #fff;
	padding: 12px 20px;
	margin-right: 5px;
	-moz-transition: background .2s ease-in-out;
	-ms-transition: background .2s ease-in-out;
	-webkit-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}

.single_add_to_cart_button:hover{
	background: #555;
	border-color: #555;
}

.single-product-related-products .column{
	text-align: center;
	vertical-align: middle;
}

.single-product-related-products img{
	width: 60%;
	vertical-align: bottom;
	margin:auto;
	line-height: 100%;
}

.single-product-autocad{
	text-align: center;
}

.single-product-autocad img{
	height: 270px;
	vertical-align: bottom;
	margin:auto;
	line-height: 100%;
}

.single-product-space-section1{
	min-height: 430px;
}

.flotante .single_add_to_cart_button{
	background: #000;
	color: #fff;
	padding: 6px 10px;
	margin-right: 5px;
	-moz-transition: background .2s ease-in-out;
	-ms-transition: background .2s ease-in-out;
	-webkit-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}

.quantity{
	display: inline-block;
}

input[type="number"].qty{
	height: 42px!important;
	width: 42px!important;
	min-width: 42px!important;
	text-align: center;
}

.flotante input[type="number"].qty{
	height: 30px!important;
	width: 30px!important;
	min-width: 30px!important;
	text-align: center;
}

.single-product-sale-and-new-icons{
	position: absolute;
	left: 50%;
	bottom: 0%;
	-webkit-transform: translate(-50%,0%);
	transform: translate(-50%,0%);
	z-index: 50;
	text-align: center;
}

.single-product-new-icon{
	background: url(https://woodendot.com/wp-content/uploads/NEW-icon-woodendot-x2.png) no-repeat center;
	background-size:  55px 55px;
	text-indent: -9999px;
	font-size: 15px;
	font-style: italic;
	color: #fff;
	border-radius: 28px;
	border: 0px solid #fff;
	width: 55px;
	height: 55px;
	line-height: 55px;
	font-weight: 400;
	margin: 10px;
	display: inline-block;
	float: left;
}

.single-product-sale-icon{
	background: url(https://woodendot.com/wp-content/uploads/SALE-icon-woodendot-x2-1.png) no-repeat center;
	background-size:  55px 55px;
	text-indent: -9999px;
	font-size: 15px;
	font-style: italic;
	color: #fff;
	border-radius: 28px;
	border: 0px solid #fff;
	width: 55px;
	height: 55px;
	line-height: 55px;
	font-weight: 400;
	margin: 10px;
	display: inline-block;
	float: left;
}
.woocommerce-variation-description { display:none; }

.va-attribute-label,
.reset_variations{
	display: none!important;
	visibility: hidden!important;
}

.woocommerce .va-picker{
	margin: 0 3px 5px 0!important;
}

.woocommerce .va-picker .va-text{
	font-size: 18px!important;
}

.woocommerce .flotante .va-picker .va-text{
	font-size: 16px!important;
}

.woocommerce .va-picker .va-picker-item{
	border: none!important;
	padding: 2px!important;
}

.woocommerce .va-picker.va-hidden .va-picker-item {
  cursor: default;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"!important;
  opacity: 1!important;
}

.woocommerce .ql-visual-attributes .reset_variations{
	border: none!important;
	color: #fff!important;
}

.woocommerce .va-separator{
	border: none!important;
}

.va-picker-image img{
	height: 38px!important;
}

.flotante .va-picker-image img{
	height: 28px!important;
}

.va-picker-image.va-selected .va-image{
	border-width: 2px!important;
	border-color: #000!important;
	border-radius: 19px!important;
	border-style: solid!important;
}

.va-picker-text.va-selected .va-text {
	border-width: 0px!important;
	border-color: transparent!important;
	border-radius: 0px!important;
	border-style: solid!important;
	font-weight: 700!important;
}

.va-tooltip .va-info{
	font-size: 18px;
}

.flotante .va-tooltip .va-info{
	display: none;
}

.price{
	font-size: 27px;
	font-weight: 900;
	font-family: 'Lato', sans-serif;
	display: inline-block;
	margin-right: 10px;
}

.price del span{
	font-size: 21px;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
	display: inline-block;
	margin-right: 5px;
	text-decoration: line-through;
}

.price-vat{
	font-size: 14px;
	color: #555;
	display: inline-block;
}

.price-var-desc{
	font-size: 14px;
	color: #555;
	margin-bottom: 20px;
}

.woocommerce-variation-add-to-cart {
	text-align: center;
}

.related-products h3{
	text-align: center;
	font-size: 24px;
	font-weight: 300;
}

.woocommerce-message{
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	padding: 10px;
	background: #f7f7f7;
}

.woocommerce-message a{
	padding-bottom: 1px;
	border-bottom: 1px solid #000;
}

.wpcf7-mail-sent-ok{
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	background: #f7f7f7;
	padding: 15px!important;
	margin-top: 20px!important;
	background-color: #f7f7f7;
	border: 1px solid #aaaaaa!important;
}

.wpcf7-validation-errors{
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	background: #f7f7f7;
	padding: 15px!important;
	margin-top: 20px!important;
	background-color: #f7f7f7;
	border: 1px solid #aaaaaa!important;
}

/* cart *-------------------------------------------------------------------------------------------------- */

#order_review .cart_totals {
	display: none;
}

.template-default-title{
	text-align: center;
}

.template-default-title h1{
	text-align: center;
	margin: 1.5em auto;
	padding-bottom: 7px;
	border-bottom: 2px solid #000;
		letter-spacing: 2px;
		width: auto;
		display: inline-block;
}

.basket-table{
	margin-left: 50px;
}

.basket-table thead{
	font-size: 14px;
	font-weight: 400;
	color: #333;
}

.basket-table th{
	font-weight: 400;
}

.basket-table h3{
	margin-top: 27px;
	font-size: 21px;
}

.basket-table .product-name a{
	font-size: 15px;
}

.basket-table .product-price .amount{
	font-size: 18px;
}

.product-thumbnail{
	padding: 0 0 0 1rem;
	max-width: 120px;
}

.product-thumbnail img{
	width: 120px;
}

.product-name{
	font-size: 21px;
	font-weight: 400;
}

.product-name a{
	padding-bottom: 1px;
	border-bottom: 1px solid #000;
}

thead .product-name{
	font-size: 14px;
}

.variation{
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 0;
}

.variation p{
	margin: 0;
}

.product-price .amount{
	font-size: 21px;
}

.product-subtotal{
	text-align: right;
}

.product-subtotal .amount{
	font-size: 18px;
	font-weight: 600;
}

.update-basket-last-tr{
	border-bottom: none;
}

.actions{
	text-align: right;
	padding: 2rem 0.313rem 0.313rem;
}

.coupon{
	margin-bottom: 20px;
	text-align: left;
	float: left;
	width: 60%;
}

.coupon label{
	display: none;
}

.coupon input[type="text"]{
	border:none;
	border-bottom: 1px solid #aaaaaa;
	min-width: 120px;
	width: 120px;
	display: inline-block;
	float: left;
}

.coupon input[type="submit"] {
	background: #fff;
	color: #777;
	border:none;
	display: inline-block;
	float: left;
	font-weight: 400;
}

.cart_totals{
	text-align: right;
	width: 60%;
	float: right;
}

.cart_totals.calculated_shipping table.shop_table.shop_table_responsive{
	width: 100%;
}

.cart_totals.calculated_shipping .shop_table tr{
	border: none;
	text-align: left;
}

.cart_totals.calculated_shipping .shop_table th{
	width: 50%;
	border-bottom: 1px solid #aaaaaa;
}

.cart_totals.calculated_shipping .shop_table td{
  padding: 0.5rem 0 0.5rem 0;
  text-align: right;
}

.cart_totals h2{
	display: none;
}

.cart_totals td{
	border-bottom: 1px solid #aaaaaa;
}

.cart_totals .order-total td{
	border-bottom: 2px solid #000;
}

.cart_totals .order-total th{
	border-bottom: 2px solid #000!important;
	text-transform: uppercase;
}

.shipping td{

}

.cart-subtotal .amount,
.shipping .amount{
	font-size: 18px;
	color: #000;
}

.order-total .amount{
	font-size: 21px;
	font-weight: 600;
}

.order-total th{
	font-weight: 600;
}

.wc-proceed-to-checkout{
	display: none;
}

.shipping-calculator-button{
	padding-bottom: 1px;
	border-bottom: 1px solid #000;
	font-weight: 600;
}

.checkout-table{
	margin-top: 27px;
	margin-right: 40px;
}

.col-1,.col-2{
	width: 100%;
	margin-bottom: 50px;
}

.paypal-checkout-express{
	display: block;
	clear: both;
	width: 72%;
	height: 42px;
	margin-left: 28%;
}

.paypal-checkout-express-title{
  margin-left: 28%;
  font-size: 21px;
}

.dw_button img{
	max-width: 134px;
	display: block;
}

.checkout.woocommerce-checkout .wp-caption-text{
	text-align: center;
	width: 100%;
	display: inline-block;
	font-weight: 600;
}

.checkout.woocommerce-checkout .wp-caption-text span{
	border-bottom: 2px solid #000;
	margin-bottom: 5px;
	width: 44%;
	display: inline-block;
}

.checkout.woocommerce-checkout .wp-caption-text .one-left{
	margin-right: 1%;
}

.checkout.woocommerce-checkout .wp-caption-text .one-right{
	margin-left: 1%;
}

.woocommerce-thankyou-order-received{
	text-align: center;
	font-size: 21px;
}

.payment_method_stripe fieldset{
	margin: 0;
	border: none;
}

.payment_method_stripe fieldset fieldset{
	border: none;
	margin: 0;
	padding: 0;
}

.payment_method_stripe label{
	width: 90%;
	margin-right: 0;
	text-align: left;
}

.payment_method_stripe input[type="text"]{
	width: 90%;
	font-size: 16px;
	font-weight: 400;
	padding: 5px;
	height: auto;
	background-color: #fff;
	border: 1px solid #aaaaaa;
}

.payment_method_stripe p{
	margin-left: 27%;
}

.payment_method_stripe img{

}

.woocommerce-billing-fields p,
.woocommerce-shipping-fields p{
	margin: 12px 0;
}

.woocommerce-billing-fields p:last-child,
.woocommerce-shipping-fields p:last-child{
}

.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3{
	margin-left: 28%;
	font-size: 21px;
}

.woocommerce-billing-fields .clear,
.woocommerce-shipping-fields .clear{
	display: none;
	visibility: hidden;
}

.woocommerce-billing-fields label,
.woocommerce-shipping-fields label{
	display: inline-block;
	width: 25%;
	margin-right: 3%;
	margin-top: 5px;
	text-align: right;
	float: left;
}

#ship-to-different-address label{
	display: inline-block;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	text-align: left;
	float: left;
}

#ship-to-different-address input{
	margin-left: 0;
}

.vertical-line{
	border-right: 1px solid #aaaaaa;
}

.woocommerce-billing-fields input,
.woocommerce-shipping-fields input,
.woocommerce-shipping-fields textarea{
	width: 70%;
	font-size: 16px;
	font-weight: 400;
	padding: 5px;
	height: auto;
	background-color: #fff;
	border: 1px solid #aaaaaa;
}

.select2-container{
	display: inline-block!important;
	margin-bottom: 12px
}

.select2-container,
.select2-choice{
	padding: 3px 0 3px 0px!important;
	min-height: 30px;
	width: 70%!important;
}

.select2-choice{
	padding: 0 0 0 8px!important;
	width: 100%!important;
}

.woocommerce-checkout-review-order-table{
	visibility: hidden;
	display: none;
}

.woocommerce-checkout-payment{
	clear: both;
	display: block;
	margin-top: 50px;
}

.woocommerce-checkout .secundary-nav{
	display: none;
}

.woocommerce-checkout .primary-nav ul{
	display: none;
}

.woocommerce-checkout .header-border{
	padding-top: 78px;
}

.woocommerce-checkout .shrink .header-border{
	padding-top: 60px;
}

.woocommerce-checkout .mini-footer{
	display: none;
}

.woocommerce-checkout footer{
	padding: 1.4% 2% 0 2%;
}

.woocommerce-checkout footer .gris-legal{
	padding: 0 0 10px 0;
}

.woocommerce-error{
	padding: 15px;
	margin: 20px auto 0 auto;
	background-color: #f7f7f7;
	border: 1px solid #ff0000;
	color: #ff0000;
	width: 70%;
}

.woocommerce-error li{
	font-size: 16px;
	font-weight: 400;
}

.woocommerce-message{
	padding: 15px;
	margin: 20px auto 0 auto;
	background-color: #f7f7f7;
	border: 1px solid #aaaaaa;
	width: 70%;
}

#place_order input[type="submit"] {
	padding: 10px 15px;
}

.cart-empty{
	text-align: center;
}

.payment_method_paypal img{
	height: 21px;
	margin-left: 33px;
}

.about_paypal{
	display: none;
}

body div.festi-cart-products div.festi-cart-products-content{
	border: 1px solid #ccc!important;
	padding: 20px!important;
}

.festi-cart-products .festi-cart-products-content{
	min-width: 320px!important;
}

.festi-cart-products .festi-cart-products-content{
	font-family: 'Source Sans Pro', sans-serif!important;
}

.festi-cart-quantity{
	color: #fff;
	background: #000;
	border-radius: 50%;
	padding-top: 4px;
	width: 18px;
	height: 18px;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	display: inline-block;
	margin-left: -12px;
	margin-top: 12px;
}

div.festi-cart-products div.festi-cart-products-content {
	font-size: 15px!important;
}

.festi-cart-title{
	font-size: 19px!important;
	font-weight: 600!important;
	padding-bottom: 1px!important;
	border-bottom: 1px solid #000!important;
	margin-bottom: 10px!important;
	display: inline-block!important;
}

.festi-cart-total{
	font-size: 18px!important;
}

.festi-cart-product-variation-attribut,
.festi-cart-product-count,
.festi-cart-product-price{
	font-size: 14px!important;
}

body div.festi-cart-products-content > p.festi-cart-buttons a.festi-cart-view-cart{
	font-size: 16px!important;
	font-family: 'Lato', sans-serif!important;
	font-weight: 400!important;
}

body div.festi-cart-pop-up-products-content  p.festi-cart-buttons a.festi-cart-view-cart{
	font-size: 16px!important;
	font-family: 'Lato', sans-serif!important;
	font-weight: 400!important;
}

div.festi-cart-pop-up-body div.festi-cart-pop-up-header span.festi-cart-added-to-cart-msg{
	font-size: 21px!important;
	font-weight: 400!important;
}

div.festi-cart-pop-up-content  div.festi-cart-pop-up-products-content{
	font-family: 'Source Sans Pro', sans-serif!important;
}

div#festi-cart-pop-up-content div.festi-cart-pop-up-body{
	border: 1px solid #ccc!important;
}

body div.festi-cart-pop-up-products-content  p.festi-cart-buttons a.festi-cart-checkout
{
     font-size: 20px!important!important;
}

/* Account page *-------------------------------------------------------------------------------------------------- */

.account-page a{
	padding-bottom: 1px;
	border-bottom: 1px solid #000;
	display: inline-block;
	clear: both;
}

.account-page table{
	margin-top: 0;
	margin-bottom: 0;
}

.account-page h2{
	margin-top: 50px;
	margin-bottom: 0;
}

.account-page .col-1.address,
.account-page .col-2.address{
	width: 50%;
	float: left;
}

.order-status{
	font-weight: 400;
	font-style: italic;
}

.account-page .order-total .amount{
	font-size: 24px;
}

.order-actions a{
	margin-right: 15px;
}


/* Account edit page *-------------------------------------------------------------------------------------------------- */

.account-edit-page p{
	margin: 7px 0;
	text-align: center;
}

.account-edit-page label{
	display: block;
}

.account-edit-page input[type="text"],
.account-edit-page input[type="email"],
.account-edit-page input[type="password"]{
	width: 50%;
	max-width: 300px;
	background: #fff;
	font-size: 16px;
	font-weight: 400;
	padding: 5px;
	height: auto;
}

.account-edit-page fieldset{
	margin: 50px 0;
	border: none;
}

.account-edit-page fieldset legend{
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
}

/* Account edit billing *-------------------------------------------------------------------------------------------------- */

.account-edit-billing h3{
	text-align: center;
}

.account-edit-billing p{
	margin: 7px 0;
	text-align: center;
}

.account-edit-billing label{
	display: block;
}

.account-edit-billing input[type="text"],
.account-edit-billing input[type="tel"],
.account-edit-billing input[type="email"],
.account-edit-billing input[type="password"]{
	width: 50%;
	max-width: 300px;
	background: #fff;
	font-size: 16px;
	font-weight: 400;
	padding: 5px;
	height: auto;
}

.account-edit-billing .select2-container{
	width: 38%!important;
	margin:auto;
}

/* Account view order details *-------------------------------------------------------------------------------------------------- */

.account-view-order-details{

}

.account-view-order-details table{
	margin-top: 0;
	margin-bottom: 60px;
}


/* Account form login *-------------------------------------------------------------------------------------------------- */

.account-login-form{
	text-align: center;
}

.account-login-form label{
	display: block;
	width: 100%;
}

.account-login-form a{
	border-bottom: 1px solid #000;
	padding-bottom: 1px;
}

.account-login-form a:hover{
	color: #ccc;
}

/* Account form lost password *-------------------------------------------------------------------------------------------------- */

.account-login-lost{
	text-align: center;
}

.account-login-lost label{
	display: block;
	width: 100%;
}

/* Collection page *-------------------------------------------------------------------------------------------------- */

.submenu{
	margin: 30px 0 50px 0;
	text-align: center;
}

.submenu li{
	display: inline-block;
	position: relative;
}

.submenu a{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: block;
	margin: 0 15px;
	text-decoration: none;
	-webkit-backface-visibility: hidden;
	font-smoothing: antialiased !important;
}

.submenu a:after {
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background: #000;
	border-radius: 50%;
	content: "";
	display: block;
	height: 7px;
	left: 50%;
	margin-left: 0;
	opacity: 0;
	position: absolute;
	width: 7px;
}

.submenu a:hover:after {
		opacity: 1;
}

.submenu li.current-cat a:after{
	opacity: 1;
}

.post-type-archive-product .submenu li:first-child a:after{
	opacity: 1;
}

.blog .submenu li:first-child a:after{
	opacity: 1;
}

.collection-meta-product{
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	opacity: 1;
	padding: 0;
	position: absolute;
	text-align: left;
	z-index: 11;
	top: 9%;
	left: 8%;
}

.collection-title-product{
	font-size: 30px;
	letter-spacing: 2px;
	margin: 0 0 0 0;
	font-weight: 900;
}

.collection-excerpt-product p{
	font-style: italic;
	font-size: 18px;
	margin: -5px 0 15px 0;
	padding: 0;
}

.collection-price-product{
	font-style: italic;
	font-weight: 700;
	margin-bottom: 50px;
}

.collection-price-product del{
	font-weight: 300;
	margin: 0 5px;
}

.collection-shopnow-product{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border:1px #000 solid;
	margin: 0;
	padding: 3px 0;
	text-align: center;
	width: 90px;
	background: #fff;
}

.bg-zoom:hover .collection-shopnow-product{
	background-color: #000;
	color: #fff;
	padding: 3px 0;
}

.collection-sale-and-new-icons{
	position: absolute;
	right: 5%;
	top: 7%;
	z-index: 99;
	text-align: center;
}

.collection-new-icon{
	background: url(https://woodendot.com/wp-content/uploads/NEW-icon-woodendot-x2.png) no-repeat center;
	background-size:  50px 50px;
	text-indent: -9999px;
	font-size: 18px;
	font-style: italic;
	color: #fff;
	border-radius: 25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-weight: 300;
	margin: 10px;
	display: inline-block;
	float: left;
}

.collection-sale-icon{
	background: url(https://woodendot.com/wp-content/uploads/SALE-icon-woodendot-x2-1.png) no-repeat center;
	background-size:  50px 50px;
	text-indent: -9999px;
	font-size: 18px;
	font-style: italic;
	color: #fff;
	border-radius: 25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-weight: 300;
	margin: 10px;
	display: inline-block;
	float: left;
}

.collection-available-colours{
	margin-top: 100px;
}

.collection-available-colours img{
	height: 28px;
	margin-right: 5px;
}


/* About - Our Story *-------------------------------------------------------------------------------------------------- */

.about-content{
	font-size: 21px;
}

.about-content h2{
	font-size: 18px;
	margin: 0 auto 12px auto;
	padding: 0 10px 0px 10px;
	text-align: center;
	border-bottom: 2px solid #000;
	letter-spacing: 1px;
	width: auto;
	display: inline-block;
	text-transform: uppercase;
}

.about-ourstory-photo {
	position: relative;
}

.about-ourstory-photo img{
	max-width: 60%;
	margin: 50px 0;
}

.about-ourstory-photo h2{
	position: absolute;
	width: 40%;
	left: 50%;
	font-size: 2em;
	font-style: italic;
	text-align: center;
	margin-top: 100px;
}

.about-cabecera{
	text-align: center;
}

.about-cabecera-title h1{
	text-align: center;
	margin: 1em auto 1.5em auto;
	padding-bottom: 7px;
	border-bottom: 2px solid #000;
	letter-spacing: 2px;
	width: auto;
	display: inline-block;
}

/* About - Design *-------------------------------------------------------------------------------------------------- */

.about-design-title h2{
	font-size: 2em;
	font-style: italic;
	text-align: center;
	max-width: 50%;
	margin: 0 auto;
}

.about-design-block{
	margin: 10% 5%;
	font-size: 21px;
}

/* About - Made *-------------------------------------------------------------------------------------------------- */

.about-made{
	font-size: 21px;
}

.about-made img{
	width: 90%;
	margin-top: 10px;
	margin-bottom: 40px;
}

.about-made h2{
	font-size: 1.5em;
	font-style: italic;
	text-align: center;
	max-width: 90%;
	margin: 0 auto;
}

.about-made h3{
	font-size: 18px;
	margin: 0 auto 12px auto;
	padding: 0 10px 0px 10px;
	text-align: center;
	border-bottom: 2px solid #000;
	letter-spacing: 1px;
	width: auto;
	display: inline-block;
	text-transform: uppercase;
}

/* About - Footprint *-------------------------------------------------------------------------------------------------- */

.about-footprint{
	font-size: 21px;
	text-align: center;
}

.about-footprint h2{
	font-size: 1.8em;
	font-style: italic;
	text-align: center;
	max-width: 100%;
	margin: 0 auto;
}

.about-footprint h3{
	font-size: 18px;
	margin: 0 auto 12px auto;
	padding: 0 10px 0px 10px;
	text-align: center;
	border-bottom: 2px solid #000;
	letter-spacing: 1px;
	width: auto;
	display: inline-block;
	text-transform: uppercase;
}

.about-footprint img{
	width: 70%;
	text-align: center;
}

.about-footprint-foot{
	font-size: 21px;
	text-align: center;
	border-top: 2px solid #000;
	padding-top: 20px;
	margin-top: 50px;
}


/* Blackfriday *-------------------------------------------------------------------------------------------------- */

.blackfriday-content{
	font-size: 21px;
}

.blackfriday-content h2{
	font-size: 18px;
	margin: 0 auto 2em auto;
	padding: 0 10px 0px 10px;
	text-align: center;
	border-bottom: 2px solid #000;
	letter-spacing: 1px;
	width: auto;
	display: inline-block;
	text-transform: uppercase;
}

.blackfriday-content li{
	margin-bottom: 1em;
}

.blackfriday-ourstory-photo {
	position: relative;
}

.blackfriday-ourstory-photo img{
	max-width: 60%;
	margin: 50px 0;
}

.blackfriday-ourstory-photo h2{
	position: absolute;
	width: 40%;
	left: 50%;
	font-size: 2em;
	font-style: italic;
	text-align: center;
	margin-top: 100px;
}

.blackfriday-cabecera{
	text-align: center;
}

.blackfriday-cabecera-title h1{
	text-align: center;
	margin: 2em auto 1.5em auto;
	padding-bottom: 7px;
	border-bottom: 2px solid #000;
	letter-spacing: 2px;
	width: auto;
	display: inline-block;
}


/* latest index *-------------------------------------------------------------------------------------------------- */

.latest-grid {
}

.latest-grid:after {
	content: '';
	display: block;
	clear: both;
}

.latest-grid-sizer,
.latest-grid-item {
	width:50%;
}

.latest-grid-item {
	height: auto;
	float: left;
	border: 0px solid #000;
	border-radius: 0px;
}

.latest-grid-wrapper{
	margin:50px;
	width: -moz-calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
	width: -o-calc(100% - 100px);
	width: calc(100% - 100px);
	height: -moz-calc(100% - 100px);
	height: -webkit-calc(100% - 100px);
	height: -o-calc(100% - 100px);
	height: calc(100% - 100px);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.latest-grid-sizer,
	.latest-grid-item {
		width:100%;
	}
}

.wp-pagenavi{
	text-align: center;
	margin: 10px;
	font-size: 18px;
}

.latest-grid h2{
	font-size: 1.4em;
	text-align: center;
}

.latest-grid p{
	font-size: 18px;
}

.latest-grid a img{
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.latest-grid a:hover img{
	opacity: .8;
}

.latest-grid-meta{
	color: #555;
	text-align: center;
	margin-top: 10px;
}

.latest-grid-meta span{
	margin: 0 10px;
}

.latest-grid-button {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border: 1px #000 solid;
	margin: 0 auto;
	padding: 4px 7px;
	text-align: center;
	width: 100px;
	background: #fff;
	text-align: center;
	font-size: 14px!important;
}

.latest-grid-button:hover{
	background-color: #000;
	color: #fff;
	padding: 4px 7px;
}

/* single post *-------------------------------------------------------------------------------------------------- */

.single-post h2{
	font-size: 2em;
	text-align: center;
	margin-bottom: 0;
}

.single-post p{
	font-size: 20px;
	margin: 1em 2em 1.5em 2em;
}

.single-post .single-img{
	text-align: center;
	margin: 0 auto;
}

.single-post-share-buttons{
	text-align: center;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #000;
}

.single-post-share-buttons span,
.addthis_toolbox{
	display: inline-block;
	vertical-align: middle;
}

.single-post-share-buttons span{
	margin-right: 5px;
}


/* faq *-------------------------------------------------------------------------------------------------- */

.faq-grey-submenu{
	background-color: #f7f7f7;
	margin-top: 5px;
	padding-top: 35px;
	padding-bottom: 25px;
}

.faq-submenu{
	padding: 40px;
}

.faq-submenu-title{
	text-align: center;
	padding: 40px;
}

.faq-submenu-title h2{
	margin: 0 0 0.4em 0;
	font-size: 2em;
}


.faq-submenu-title p{
	text-align: center;
	width: 60%;
	margin: auto;
	font-size: 20px;
	font-style: italic;
}

.faq-submenu-title p a{
	margin-bottom: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #000;
}

.faq-submenu p{
	font-size: 20px;
	margin: 1em 2em 1.5em 2em;
}

.faq-submenu li{
	display: inline-block;
	margin: 0 20px 20px 0;
}

.faq-submenu li a{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border: 1px #000 solid;
	margin: 0 auto;
	padding: 7px 7px;
	text-align: center;
	width: 150px;
	background: #fff;
	text-align: center;
	font-size: 14px!important;
	text-transform: uppercase;
	display: inline-block;
}

.faq-submenu li a:hover,
.faq-submenu li.current-menu-item a{
	background-color: #000;
	color: #fff;
	padding: 7px 7px;
}

.faq-content{
	font-size: 18px;
	text-align: center;
}

.faq-content p{
	margin-top: 0;
}

.faq-content h1{
	text-align: center;
	margin: 1.5em auto .8em auto;
	padding-bottom: 7px;
	border-bottom: 2px solid #000;
	letter-spacing: 2px;
	width: auto;
	display: inline-block;
}

.faq-content h3{
	margin-bottom: .3em;
	margin-top: 3em;
}


/* professional *-------------------------------------------------------------------------------------------------- */

#dsloc-wrap.dsloc-wrap .dsloc-map-canvas, #dsloc-wrap.dsloc-wrap .dsloc-map-wrap__col-list {
	height: 500px !important;
	width: 100%!important;
}
#dsloc-wrap {
	width: 500px !important;
	width: 100%!important;
}


/* onlineStores *-------------------------------------------------------------------------------------------------- */

.onlinestores-content{
	text-align: center;
}

.onlinestores-content p{
	margin-bottom: 2.5em;
}

.onlinestores-content h2{
	font-size: 22px;
	margin: 0 auto 25px auto;
	padding: 0 10px 0px 10px;
	text-align: center;
	border-bottom: 2px solid #000;
	letter-spacing: 1px;
	width: auto;
	display: inline-block;
}

.onlinestores-content table tbody tr{
	border-bottom: none;
}

.onlinestores-content table tbody td{
	width: 50%
}

.onlinestores-content table {
	margin:0 auto;
	max-width: 500px;
	text-align: center;
}

.onlinestores-content table strong {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
}

#dsloc-wrap.dsloc-wrap .dsloc-infobox-gradient {
	background: #000!important;
}

#dsloc-wrap.dsloc-wrap .dsloc-infobox-header{
	min-height: 50px!important;
}

#dsloc-wrap.dsloc-wrap .dsloc-infobox-header-text{
	padding: 15px 10px 15px 15px!important;
}

/* Contact us page *-------------------------------------------------------------------------------------------------- */

.contact-us{
	text-align: center;
}

.contact-us em{
	font-size: 24px;
}

.contact-us textarea{
	width: 480px;
	height: 100px;
}

.contact-us input[type="text"],
.contact-us input[type="email"]{
	width: 480px;
}

.contact-us span.wpcf7-list-item{
	margin-left: 25px;
}

.contact-us-icons{
	text-align: left;
	width: 100%;
}

.contact-us-icons .alignleft{
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
}

.contact-us-icons h3{
	clear: none;
	margin:0;
}

.contact-us-icons p{
	margin-bottom: 5px;
	margin-top: 0;
}

.contact-us-icons.vertical-line{
	border-right: 1px solid #aaaaaa;
}


/* survey page *-------------------------------------------------------------------------------------------------- */

.survey p{
	font-size: 22px;
	font-style: italic;
}

.pafb-feedback-title{
	display: none;
}

.pafb-survey-question{
	font-size: 20px;
	font-weight: 600;
}

#pafb-feedback-form .items ul{
	font-size: 18px;
}

#pafb-survey-questions textarea, #pafb-survey-questions input[type='text'] {
  font-size: 18px;
  border: 1px solid #000!important;
  width: 100%;
  padding: 0.5em;
  height: 45px;
}

#pafb-feedback-form .items .pafb-rating-karma{
	font-size: 18px!important;
	max-width: 92%!important;
	margin-top: 30px;
}

.pafb-rating-items{
	margin: 0 auto!important;
}

.pafb-survey-question span{
	font-weight: 300!important;
	font-size: 18px!important;
	clear: both!important;
	display: block!important;
}

#pafb-survey-questions [data-type="rating"] label{
	width: 5em!important;
	height: 3em!important;
	line-height: 3em!important;
	margin-right: 3px!important;
}

@media screen and  (max-width: 767px) {

	#pafb-survey-questions [data-type="rating"] label{
		width: 3em!important;
		height: 3em!important;
		line-height: 3em!important;
		margin-right: 3px!important;
	}

}


.page-template-page-survey .secundary-nav{
	display: none;
}

.page-template-page-survey .primary-nav ul{
	display: none;
}

.page-template-page-survey .header-border{
	padding-top: 78px;
}

.page-template-page-survey.shrink .header-border{
	padding-top: 60px;
}

.page-template-page-survey .mini-footer{
	display: none;
}

.page-template-page-survey footer{
	padding: 1.4% 2% 0 2%;
}

.page-template-page-survey footer .gris-legal{
	padding: 0 0 10px 0;
}

/* press-kit page *-------------------------------------------------------------------------------------------------- */

.press-grid h2,
.press-grid h3,
.press-grid p{
	text-align: center;
}

.press-grid p{
	font-style: italic;
}

.press-catalogue img{
	border: 1px solid #ccc;
}

img.main-collection-catalogue{
	width: 90%;
	height:auto;
}

.press-catalogue-subtitle{
	font-weight: 700;
	font-style: italic;
	margin-bottom: 20px;
}

.press-logotipes{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px;
}

.press-logotipes h2{
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}

.press-logotipes p{
	margin-top: 0;
}

.press-logotipes .hover-download{
	opacity: 0.5;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-bottom: 20px;
}
x
.press-logotipes .hover-download:hover{
	opacity: 1;
}

.form-over-container{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255,255,255,.5);
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 500;
	padding: 12em 2em 0em 2em;
}

.form-over{
	background: rgba(255,255,255,1);
	padding: 80px 80px;
	text-align: center;
	overflow: hidden;
	width: 100%;
	height: 100%;
	max-width: 800px;
	max-height: 500px;
	margin: auto;
	border: 1px solid #ccc;
}

div.wpcf7-response-output {
  margin: 0!important;
  padding: 0.2em 1em!important;
  display: none!important;
}

.wpcf7-validation-errors{
	font-size: 16px!important;
}

/* footer *-------------------------------------------------------------------------------------------------- */

.magazines{
	margin: 100px 0 20px 0;
	text-align: center;
}

a.pepepro{
	color: #f7f7f7;
}

.magazines-lo{
	background-image: url(https://woodendot.gmedia.ovh/wp-content/uploads/assets-Woodendot-escritorio2.png);
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	min-height: 90px;
	width: 100%;
}

.magazines h2{
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	font-style: italic;
}

.magazines img{
}

footer{
	background: #f7f7f7;
	margin: 60px 0 0 0;
	max-width: 90rem;
	margin-left: auto;
	margin-right: auto;
	padding: 3% 2% 0 2%;
	font-family: 'Lato', sans-serif;
}

footer strong{
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 2px;
}

footer .right{
	text-align: right;
}

footer ul{
	margin-left: 10%;
}

footer ul li{
	font-size: 16px;
	padding: 3px 0;
	position: relative;
}

footer ul li a:before{
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background: #000;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 7px;
	left: 0;
	margin-left: -14px;
	opacity: 0;
	position: absolute;
	top: 12px;
	width: 7px;
}

footer ul li a:hover:before{
	opacity: 1;
}

footer ul li:first-child a:hover:before{
	opacity: 0;
}

.boton-suscripcion{
	text-align: center;
}

.boton-suscripcion button{
	padding: 12px 18px;
	margin-top: 20px;
}

.boton-suscripcion-title{
	font-weight: 700;
}

.social-icons{
	margin-top: 50px;
	text-align: center;
}

.social-icon{
	margin-right: 10px;
	display: inline-block;
	width: 41px;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.social-icon:hover{
	opacity: .5;
}

footer .gris-legal{
	background: #f7f7f7;
	margin-bottom: 0;
	padding: 80px 0 10px 0;
	font-size: 12px;
}

.cards-icons{
	text-align: center;
}

.cards-icons img{
	margin: 0 5px;
	max-width: 50px;
	opacity: .8;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.paypal-card-icon{
	opacity: 1!important;
}

.scrollup {
	background-image: url(https://woodendot.com/wp-content/uploads/icon-scrollup@2x.png);
	background-repeat: no-repeat;
	background-size: 41px 41px;
	bottom: 60px;
	display: none;
	width: 41px;
	height: 41px;
	opacity: 0.3;
	outline: none !important;
	position: fixed;
	right: 20px;
	text-indent: -9999px;
	z-index: 100;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.scrollup:hover{
	opacity: 1;
}

.single-product-featured-image .images img {
	display: none;
}

#cookie-notice{
	background-color: rgba(255,255,255,.8)!important;
	font-size:13px!important;
}

.cn-set-cookie{
	font-weight: 700;
}

.ui-widget.ui-widget-content {
   border: 0px solid #c5c5c5!important;
   font-size: 12px!important;
}

input.quantitySpinner[type=number]{
	border: 0px solid #c5c5c5!important;
}

input.quantitySpinner {
  padding-right: 0px!important;
  width: 2em!important;
}

.ui-spinner a.ui-spinner-button{
	display: none!important;
}

div.festi-cart-pop-up-content div.festi-cart-pop-up-products-content div#popup-nav-wrapper{
	margin-top: 30px!important;
}

body div.festi-cart-pop-up-products-content p.festi-cart-buttons a.festi-cart-checkout{
	font-size: 16px!important;
}

div#popup-nav-wrapper .festi-cart-buttons a{
	padding: 4px 20px!important;
}


/* moviles @media *-------------------------------------------------------------------------------------------------- */

@media screen and  (max-width: 767px) {
	p{
		font-size: 15px;
	}

	.site {
		margin: 0 0 0 0;
	}

	header{
		-moz-transition: none;
		-webkit-transition: none;
		transition: none;
		background-color: #fff;
		border-bottom: 0px solid #000;
		padding: 0;
		margin-top: 10px;
		margin-bottom: 35px;
		position: relative;
		width: 100%;
		z-index: 100;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
	}

	.shrink header{
		border-bottom: 0px solid #000;
	}

	.header-border{
		padding-top: 0px;
	}

	.shrink .header-border{
		padding-top: 0px;
	}

	.shrink{
		-moz-transition: none;
		-webkit-transition: none;
		transition: none;
		background-color: #fff;
		border-bottom: 0px solid #000;
		padding: 0;
		margin-top: 30px;
		position: relative;
		width: 100%;
		z-index: 100;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
	}

	.logo{
		-moz-transition: none;
		-webkit-transition: none;
		transition: none;
		background-size: 175px 21px;
		background-image: url(https://woodendot.com/wp-content/uploads/logo-woodendot.png);
		background-repeat: no-repeat;
		background-position: center;
		margin: 0;
		left: 50%;
		right: 0;
		top: 35px;
		bottom: 0;
		padding: 0;
		width: 175px;
		height: 21px;
		margin-left: -87px;
		position: absolute;
		text-indent: -9999px;
		z-index: 100;
		display: inline-block;
		float: left;
	}

	.shrink .logo{
		-moz-transition: none;
		-webkit-transition: none;
		transition: none;
		background-size: 175px 21px;
		background-image: url(https://woodendot.com/wp-content/uploads/logo-woodendot.png);
		background-repeat: no-repeat;
		background-position: center;
		margin: 0;
		left: 50%;
		right: 0;
		top: 35px;
		bottom: 0;
		padding: 0;
		width: 175px;
		height: 21px;
		margin-left: -87px;
		position: absolute;
		text-indent: -9999px;
		z-index: 100;
		display: inline-block;
		float: left;
	}

	.primary-nav ul {
		list-style: none;
		margin: 45px 0 20px 0;
		padding: 0;
		text-align: center;
		display: block;
		width: 100%;
		float: left;
	}

	.primary-nav li {
		display: inline-block;
		position: relative;
		text-align: center;
		float: none;
	}

	.primary-nav a {
		font-size: 15px;
		font-family: 'Lato', sans-serif;
		font-weight: 400;
		-moz-transition: none;
		-ms-transition: none;
		-webkit-transition: none;
		transition: none;
		display: block;
		margin-right: 10px;
		margin-left: 10px;
		text-decoration: none;
		-webkit-backface-visibility: visible;
		font-smoothing: antialiased !important;
	}

	.primary-nav a:after {
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		background: #000;
		border-radius: 50%;
		content: "";
		display: block;
		height: 7px;
		left: 50%;
		margin-left: -2px;
		opacity: 0;
		position: absolute;
		width: 7px;
	}

	.secundary-nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
		text-align: center;
		display: block;
		width: 100%;
		float: none;
	}

	.secundary-nav li {
		display: inline-block;
		position: relative;
		text-align: center;
		float: none;
	}

	.secundary-nav a {
		font-size: 14px;
		font-family: 'Lato', sans-serif;
		font-weight: 400;
		-moz-transition: none;
		-ms-transition: none;
		-webkit-transition: none;
		transition: none;
		display: block;
		margin-right: 3px;
		margin-left: 3px;
		text-decoration: none;
		-webkit-backface-visibility: visible;
		font-smoothing: antialiased !important;
	}

	.secundary-nav a:after {
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		background: #000;
		border-radius: 50%;
		content: "";
		display: block;
		height: 7px;
		margin-right: -3px;
		opacity: 0;
		position: absolute;
		right: 50%;
		width: 7px;
	}

	.secundary-nav .icon{
		height: 18px;
	}

	a.festi-cart div.festi-cart-content img.festi-cart-icon{
		height: 18px!important;
		width: 20px!important;
	}

	#menu-item-91{
		float: left;
		top: 0;
	}

	#menu-item-720{
		float: left;
	}

	.secundary-nav li:last-child{
		float: right;
	}

	.festi-cart-content{
		line-height: 14px!important;
	}

	.meta-product,
	.meta-post{
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		opacity: 0;
		padding: 0;
		width: 100%;
		position: absolute;
		text-align: center;
		z-index: 11;
	}

	.meta-product.up-left{
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
	}

	.meta-product.up-right{
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
	}

	.meta-product.down-left{
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
	}

	.meta-product.down-right{
		right: 0;
		bottom: 0;
		left: 50%;
		top: 45%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
	}

	.meta-product.center{
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
	}

	.sale-and-new-icons{
		position: absolute;
		left: 78%;
		bottom: 5%;
		transform: none;
		z-index: 110;
		text-align: center;
	}

	.sale-icon,
	.new-icon{
		background-size: 40px 40px;
		font-size: 15px;
		font-style: italic;
		color: #fff;
		border-radius: 20px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-weight: 300;
		margin: 10px;
		display: inline-block;
		float: left;
	}

	.section-wrapper {
		position: relative;
		top: 35%;
		-webkit-transform: translateY(-35%);
		transform: translateY(-35%);
		text-align: center;
		margin-bottom: 30px;
		display: block;
	}

	.title-post{
		font-size: 18px;
		margin: 0 auto 6px auto;
		padding: 0 10px 4px 10px;
	}

	.content-post p{
		font-size: 15px;
	}

	.newsletter{
		padding: 10px 10px;
		background: none;
		background: #f7f7f7;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		text-align: center;
		overflow: hidden;
		width: 100%;
		height: 100%;
		max-width: 900px;
		max-height: 720px;
		margin: auto;
	}

	.newsletter p{
		text-align: center;
	}

	.newsletter h1{
		font-size: 21px;
		font-weight: 700;
		margin: 0 auto 10px auto;
		text-align: center;
	}

	.newsletter h2{
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 14px;
		font-weight: 600;
		margin: 0 auto 10px auto;
		width: 100%;
	}

	.newsletter h3{
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 13px;
		font-weight: 300;
		font-style: italic;
		text-align: right;
		margin-top: 20px;
	}

	.newsletter h4{
		text-align: right;
	}

	.newsletter h4 a{
		padding-bottom: 3px;
		border-bottom: 1px solid #555;
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 300;
		font-style:italic;
		color: #555;
		font-size: 14px;
	}

	.newsletter label{
		display: inline-block;
		text-align: left;

	}

	.newsletter label span{
		font-size: 14px;
		font-weight: 400;
	}

	.newsletter input[type="email"]{
		min-width: 200px;
	}

	.magazines-lo{
		background-image: url(https://woodendot.com/wp-content/uploads/assets-Woodendot-moviles2.png);
		background-position: center;
		background-size: 80% auto;
		background-repeat: no-repeat;
		min-height: 180px;
	}

	.scrollup {
		background-image: url(https://woodendot.com/wp-content/uploads/icon-scrollup@2x.png);
		background-repeat: no-repeat;
		background-size: 25px 25px;
		bottom: 10px;
		display: none;
		width: 25px;
		height: 25px;
		opacity: 0.4;
		outline: none !important;
		position: fixed;
		right: 10px;
		text-indent: -9999px;
		z-index: 100;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.love p{
		font-size: 15px;
	}

	footer{
		margin: 10px 0 0 0;
	}

	footer ul li{
		font-size: 14px;
		text-align: center;
	}

	footer ul li a:before{
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		background: #000;
		border-radius: 50%;
		content: "";
		display: inline-block;
		height: 7px;
		left: 0;
		margin-left: -999px;
		opacity: 0;
		position: absolute;
		top: 12px;
		width: 7px;
	}

	footer ul {
		margin-bottom: 30px;
		margin-left: 0;
	}

	.footer-terms{
		text-align: center;
		margin-bottom: 20px;
	}

	.footer-copy{
		text-align: center!important;
		float: none!important;
		margin-top: 12px;
	}

	.submenu{
		margin: 30px 0 30px 0;
	}

	.submenu li{
		display: inline-block;
		margin-bottom: 20px;
	}

	.submenu a{
		margin: 0 5px;
	}

	.collection-excerpt-product p{
		font-size: 15px;
		width: 50%;
		line-height: 15px;
	}

	.collection-price-product{
		font-style: italic;
		font-weight: 700;
		margin-bottom: 25px;
	}

	.single-product-description{
		margin-top: 20px;
	}

	.single-product-description strong{
		font-size: 16px;
	}

	.single-product-share-buttons{
		margin: 70px 0 30px 0;
		text-align: center;
	}

	.variations_form .va-pickers{
		width: 100%!important;
	}

	body div#festi-cart-pop-up-content div.festi-cart-pop-up-body{
		width: 90%!important;
		margin: 20px auto!important;
	}

	.basket-table{
		margin-left: 0;
	}

	.coupon{
		width: 100%;
	}

	.vertical-line{
		border-right: none;
	}

	.checkout-table{
		margin-top: 50px;
		margin-right: 0;
	}

	.basket-table h3{
		margin: 27px auto 0 auto;
		text-align: center;
	}

	.woocommerce-billing-fields h3, .woocommerce-shipping-fields h3{
		margin: 0 auto;
		text-align: center;
	}

	.about-ourstory-photo img {
    max-width: 100%;
    margin: 20px 0;
	}

	.about-ourstory-photo h2{
		position: relative;
		width: 100%;
		left: 0;
		font-size: 1.3em;
	}

	.about-design-title h2{
    font-size: 1.3em;
    font-style: italic;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
	}

	.about-made h2 {
    font-size: 1.3em;
    font-style: italic;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
	}

	.faq-submenu{
		text-align: center;
		padding: 0;
	}

	.faq-submenu li {
    display: inline-block;
    margin: 0 5px 15px 5px;
	}

	.faq-submenu li a {
    width: 125px;
    font-size: 12px!important;
	}

	.faq-submenu-title p {
	  width: 100%;
	}

	.latest-grid-item.width1{
		width: 100%;
		margin-bottom: 50px;
	}

	.latest-grid-wrapper {
    margin: 5px;
    width: -moz-calc(100% - 10px);
    width: -webkit-calc(100% - 10px);
    width: -o-calc(100% - 10px);
    width: calc(100% - 10px);
    height: -moz-calc(100% - 10px);
    height: -webkit-calc(100% - 10px);
    height: -o-calc(100% - 10px);
    height: calc(100% - 10px);
	}

	.latest-grid a img{
		text-align: center;
		margin: 0 auto!important;
		display: block;
	}

	.single-post p {
   	font-size: 15px;
    margin: 1em 0.5em 1.5em 0.5em;
	}

	.single-product-related-products img{
		width: 100%;
		vertical-align: bottom;
		margin:auto;
		line-height: 100%;
	}

	.social-icon{
		width: 31px;
		margin-left: 5px;
		margin-right: 5px;
	}

	.cards-icons img{
		width: 40px;
		height: auto;
	}

	.single-product-autocad img{
		height: 200px;
		max-width: auto;
		width: auto;
		vertical-align: bottom;
		margin:auto;
		line-height: 100%;
	}

	.contact-us span.wpcf7-list-item{
		clear: both;
		display: block;
		margin-left: 0;
		margin-bottom: 10px;
	}

	.contact-us-icons .alignleft{
		width: 40%;
		margin-bottom: 50px;
	}

	.contact-us textarea{
		width: 90%;
	}

	.contact-us input[type="text"],
	.contact-us input[type="email"]{
		width: 90%;
	}

	.switcher{
		padding: 10px;
		background-color: #f7f7f7;
	}

	.switcher h1{
		font-size: 18px;
	}

	.switcher .space{
		margin-bottom: 20px;
	}

	.switcher .important-notice{
		display: none;
	}

	.collection-sale-icon,
	.collection-new-icon{
		background-size: 40px 40px;
		width: 40px;
		height: 40px;
		font-size: 16px;
		line-height: 40px;
	}

	.single-product-sale-icon,
	.single-product-new-icon{
		background-size: 50px 50px;
		width: 50px;
		height: 50px;
		margin: 5px 5px 20px 5px;
	}

	.single-product-space-section1{
		min-height: 230px;
	}

	.collection-available-colours{
		display: none;
	}

	.form-over-container{
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(255,255,255,.5);
		width: 100%;
		height: 100%;
		text-align: center;
		z-index: 500;
		padding: 2em 2em 2em 2em;
	}

	.form-over{
		background: rgba(255,255,255,1);
		padding: 10px 10px;
		text-align: center;
		overflow: hidden;
		width: 100%;
		height: 100%;
		max-width: 800px;
		max-height: 350px;
		margin: auto;
		border: 1px solid #ccc;
	}

	.form-over h2{
		font-size: 1em;
	}

	.form-over input{
		width: 100%;
	}

	.promo-header-1{ /* Black Friday*/
		font-size: 14px!important;
	}

}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.grid-item { height: 300px;	}
	.height2 { height: 600px; }

	.latest-grid-sizer,
	.latest-grid-item {
		width:50%;
	}

	.latest-grid{
		max-width: 100rem;
	}

	.single-product-space-section1{
		min-height: 330px;
	}

	.collection-excerpt-product p{
		font-size: 15px;
		width: 70%;
		line-height: 15px;
	}

	.collection-available-colours{
		margin-top: 10px;
	}

	.faq-submenu-title p {
	  width: 100%;
	}

	.faq-submenu li a {
    width: 125px;
    font-size: 12px!important;
	}
	.single-product-addtocart.flotante .ql-visual-attributes{
		width: 600px;
	}

	.primary-nav a{
		margin-right: 12px;
	}

	.form-over-container{
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(255,255,255,.5);
		width: 100%;
		height: 100%;
		text-align: center;
		z-index: 500;
		padding: 5em 3em 2em 3em;
	}

	.form-over{
		background: rgba(255,255,255,1);
		padding: 30px 30px;
		text-align: center;
		overflow: hidden;
		width: 100%;
		height: 100%;
		max-width: 800px;
		max-height: 450px;
		margin: auto;
		border: 1px solid #ccc;
	}

	.form-over h2{
		font-size: 1em;
	}

	.form-over input{
		width: 100%;
	}

}

@media screen and (max-width: 375px){
	.grid-item {
		height: 250px;
	}

	.height2 {
		height: 400px;
	}

	.grid-sizer,
	.grid-item {
		width:100%;
	}
}

@media screen and (min-width: 376px) and (max-width: 767px){
	.grid-item {
		height: 250px;
	}

	.height2 {
		height: 400px;
	}

	.width2{
		width: 100%!important;
	}

	.grid-sizer,
	.grid-item {
		width:50%;
	}
}
