/*!
Theme Name: STRINDBERG
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: strindberg
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

STRINDBERG is based on Underscores https://underscores.me/, (C) 2012-2020 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 https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@font-face {
  font-family: "TrajanPro-Regular";
  src: url("fonts/TrajanPro-Regular.woff") format("woff"), /* Modern Browsers */
    url("fonts/TrajanPro-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TrajanPro-Bold";
  src: url("fonts/TrajanPro-Bold.woff") format("woff"), /* Modern Browsers */
    url("fonts/TrajanPro-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'montserratregular';
    src: url('fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratsemibold';
    src: url('fonts/montserrat-semibold-webfont.woff2') format('woff2'),
         url('fonts/montserrat-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratbold';
    src: url('fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratmedium';
    src: url('fonts/montserrat-medium-webfont.woff2') format('woff2'),
         url('fonts/montserrat-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
	overflow: hidden;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

a:hover{
	opacity: .8;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'montserratmedium', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

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;
	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;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	font-family: 'montserratregular', sans-serif;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #f3e1b6;
	text-decoration: none !important;
}

a:visited {
	color: #f3e1b6;
}

a:hover,
a:focus,
a:active {
	color: #a30000;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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 {
	width: 100%;
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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: #111;
}

select {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 8px;
	width: 100%;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* 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 logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* 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;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/*CSS grid 2020*/
h1,
h2,
h3,
h4,
h5,
h6{
	font-family: "TrajanPro-Regular";
}
.top-area {
    display: block;
    width: 100%;
    background: #796a60;
    color: #f3e1b6;
}
.top-area ul {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}
.top-area ul li{
	position: relative;
    display: inline-block;
    font-size: 14px;
    margin: 0 15px;
    color: #f3e1b6;
    padding-left: 40px;
}
.top-area ul li:before{
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	left: -40px;
	top: 0;
}
.top-area ul li.phone:before {
    background: url(/wp-content/themes/strindberg/image/phone.png);
    background-size: 35%;
    background-repeat: no-repeat;
    left: 20px;
}
.top-area ul li.clock:before {
    background: url(/wp-content/themes/strindberg/image/clock.png);
    background-size: 60%;
    background-repeat: no-repeat;
    left: 10px;
}
.top-area ul li.email:before {
    background: url(/wp-content/themes/strindberg/image/email.png);
    background-size: 65%;
    background-repeat: no-repeat;
    top: 2px;
    left: 10px;
}
.top-area ul li a{
	color: #f3e1b6;
}
#sidebar-top-area {
	display: inline-block;
}
#sidebar-top-area .widget {
	display: inline-block;
    margin: 0;
}
.top-area .search {
	position: relative;
    display: inline-block;
    float: right;
    margin: 10px 0;
}
.top-area .search span {
    margin-right: 10px;
    color: #ffffff;
    font-family: "TrajanPro-Regular", sans-serif;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    padding: 15px 35px;
}
.navbar-light .navbar-brand {
    width: 250px;
}
.bg-light {
    background-color: #93102f!important;
}
#masthead .cart {
    position: absolute;
    top: 0;
    right: 0;
    width: 10%;
    height: 100%;
    background: #542a2a;
    padding: 8px 30px;
    list-style: none;
}
#masthead .cart li{
	display: inline-block;
	color: #fff;
}
#masthead .cart li:first-child {
    text-align: center;
    display: block;
}
#masthead .cart li:last-child {
    border: 1px solid #c2c599;
    display: block;
    width: 135px;
    padding: 5px 10px;
    margin: 14px auto;
    text-align: left;
}
.ubermenu-skin-grey-white {
    border: none;
    background: transparent !important;
}
.ubermenu-skin-grey-white .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target, .ubermenu-skin-grey-white .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target, .ubermenu-skin-grey-white .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target {
    color: #fff;
    background: transparent !important;
}
.ubermenu-skin-grey-white .ubermenu-item-level-0:hover > .ubermenu-target, .ubermenu-skin-grey-white .ubermenu-item-level-0.ubermenu-active > .ubermenu-target {
    background: transparent !important;
    color: #fff;
}
.ubermenu .ubermenu-item {
	position: relative !important;
    margin: 0 50px !important;
}
.ubermenu .ubermenu-item:before{
	content: '';
	position: absolute;
	background: url(/wp-content/themes/strindberg/image/menu-icon.png);
	background-size: 100%;
	width: 35px;
	height: 10px;
	right: -65px;
    top: 15px;
}
.ubermenu .ubermenu-item:last-child:before{
	display: none !important
}
.ubermenu .ubermenu-item span {
	font-family: 'montserratsemibold', sans-serif;
    font-size: 16px;
    color: #f3e1b6;
    text-transform: uppercase;
}
footer#colophon {
    background: #542a2a;
    padding: 35px 0 0;
    color: #f3e1b6;
}
.copyriht{
	padding: 10px 0;
	text-align: center;
	background: #796a60;
	color: #f3e1b6;
}
.widget_footer .widget-title {
    font-family: "TrajanPro-Regular";
    text-align: center;
    min-height: 70px;
    margin-bottom: 20px;
}
.widget_footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget_footer ul li{
	text-align: center;
}
.widget_footer ul li a{
	color: #f3e1b6;
}
.widget_media_image {
    margin: 0 0 35px;
}
.widget_footer.social{
	text-align: center;
}
.widget_footer.social ul li{
	    display: inline-block;
	    margin: 0 5px;
}
.widget_footer.social ul li img{
	    width: 35px;
}
.widget_footer.line_right {
    position: relative;
}
.widget_footer.line_right:before {
    content: '';
    position: absolute;
    background: #f3e1b6;
    width: 2px;
    height: 180px;
    top: 0;
    right: 0;
}
.widget_footer.line_right.right_2:before {
    right: -20px;
}
.widget_footer.line_right.right_3:before {
    right: -20px;
}
.psac-post-slider.psac-design-2 .psac-post-left {
    background-image: none !important;
}
#rev_slider_1_1_wrapper .hermes .tp-bullet{
	box-shadow: inset 0 0 0 2px #8d2337 !important;
}
#rev_slider_1_1_wrapper .hermes .tp-bullet:after {
    background-color: #8d2337 !important;
    box-shadow: 0 0 1px #8d2337 !important;
}
.box {
    width: 1366px;
    margin: 0 auto !important;
}
.flexslider {
    background: transparent !important;
    border: 0px solid #fff !important;
    box-shadow: none !important;
}
.flexslider .slides img {
    width: 50% !important;
    display: block !important;
    float: left !important;
    margin: 35px 0 !important;
}
.wpb_gallery .wpb_flexslider .link_image,
.wpb_gallery .wpb_flexslider .slides li img {
    display: block;
    width: 50%;
    float: left;
}
.wpb_gallery .wpb_flexslider .flex-caption {
    cursor: default;
    display: block;
    width: 50%;
    float: right;
}
.wpb_gallery .wpb_flexslider .flex-caption .post-title {
	font-family: "TrajanPro-Bold";
    display: block;
    width: 100%;
    float: left;
    color: #522728;
}
.wpb_gallery .wpb_flexslider .flex-caption .post-title .link_image {
    display: block;
    width: 55%;
    float: left;
    font-size: 2rem;
    line-height: 1em;
    clear: both;
    color: #522728;
    margin-bottom: 35px;
    text-decoration: none; 
}
.wpb_gallery .wpb_flexslider .flex-caption {
    cursor: default;
    height: 100%;
    padding: 140px 35px;
    background: transparent !important;
}
.wpb_gallery .wpb_flexslider .flex-caption p{
	font-family: 'montserratmedium';
	display: block;
    width: 75%;
    float: left;
    font-size: 1.2em;
    line-height: 1.2em;
    clear: both;
    color: #522728;
}
.flex-control-nav.flex-control-paging {
    display: none;
}
.novedades h2 {
    font-size: 3rem;
    color: #522728;
}
.box_social {
	font-family: 'montserratmedium';
    color: #f3e1b6;
}
.box_social h3 {
    font-size: 3rem;
    color: #f3e1b6;
}
/*sucursales*/
#sucursales h3{
	font-size: 3rem;
	color: #f3e1b6;
}
.panel-thumbnail {
    text-align: center;
}
.panel-thumbnail img{
	width: 10%;
	margin-bottom: 20px;
}
.panel-thumbnail h4{
	color: #f3e1b6;
}
.panel-thumbnail p{
	color: #f3e1b6;
	min-height: 100px;
}
.panel-thumbnail strong, 
.panel-thumbnail span{
	display: block;
}
.panel-thumbnail a{
	color: #f3e1b6 !important;
}
.carousel-control-next, .carousel-control-prev{
	width: 5% !important
}
/*Contacto*/
#contactenos h3{
	font-size: 3rem;
	color: #f3e1b6;
}
#contactenos p{
	font-size: 21px;
	color: #f3e1b6;
	font-family: 'montserratmedium';
}
#contactenos strong{
	font-family: 'montserratbold';
	font-weight: bold;
}
#contactenos .wpcf7-form{
	display: block;
	width: 80%;
	margin: 0 auto;
}
#contactenos .wpcf7-form p {
    margin: 0 0 0.75rem;
}
#contactenos p label {
    font-size: 16px;
    margin: 0;
}
.vc_row-has-fill{
	padding-top: 35px;
	padding-bottom: 35px;
}
#contactenos .wpcf7-form button, 
#contactenos .wpcf7-form input[type="button"], 
#contactenos .wpcf7-form input[type="reset"], 
#contactenos .wpcf7-form input[type="submit"]{
	display: block;
	font-size: 1.2rem;
	border: 1px solid;
    border-color: #efdab2;
    border-radius: 3px;
    background: transparent;
    color: #efdab2;
    line-height: 1;
    padding: 0.6em 1em 0.4em;
    text-align: center;
    margin: 0 auto;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #efdab2;
    color: #efdab2;
}
 /* Bootstrap Lightbox using Modal */

#profile-grid { overflow: auto; white-space: normal; } 
#profile-grid .profile { padding-bottom: 40px; }
#profile-grid .panel { padding: 0 }
#profile-grid .panel-body { padding: 15px }
#profile-grid .profile-name { font-weight: bold; }
#profile-grid .thumbnail {margin-bottom:6px;}
#profile-grid .panel-thumbnail { overflow: hidden; }
#profile-grid .img-rounded { border-radius: 4px 4px 0 0;}

.ubermenu.ubermenu-disable-submenu-scroll .ubermenu-active>.ubermenu-submenu.ubermenu-submenu-type-mega {
    max-height: none;
    width: 1024px;
    left: -301%;
    top:  64px;
}
.ubermenu-main .ubermenu-row {
    max-width: 1024px !important;
    padding: 15px 0 !important;
}
.ubermenu .ubermenu-nav .ubermenu-column-1-3 {
    margin: 0 !important;
}
.ubermenu-skin-grey-white .ubermenu-submenu.ubermenu-submenu-drop {
    border: 0px solid #e0e0e0 !important;
    background: rgb(84 42 42 / .8) !important;
}
.ubermenu .ubermenu-nav .ubermenu-column-1-3:before,
.ubermenu .ubermenu-nav .ubermenu-column-1-3 ul li:before{
	display: none;
}
.heading a span {
	font-family: "TrajanPro-Regular" !important;
    background: #f3e1b6;
    color: #93102f !important;
    padding: 7px 0 5px;
    font-size: 16px !important;
    width: 100%;
    text-align: center;
}
#wpsp-slider-section.wpsp-slider-section img.wpsp-product-img {
    width: 100%;
}
.wpsp-product-image-area {
    max-height: 100%;
}
.wpsp-slider-section #sp-woo-product-slider-pro59.wpsp-product-section .wpsp-product .product-details,
.wpsp-slider-section #sp-woo-product-slider-pro176.wpsp-product-section .wpsp-product .product-details {
    padding: 20px !important;
    min-height: 180px;
}
.wpsp-slider-section #sp-woo-product-slider-pro59.wpsp-product-section .wpsp-product-title a,
.wpsp-slider-section #sp-woo-product-slider-pro176.wpsp-product-section .wpsp-product-title a{
	font-family: "TrajanPro-Regular" !important;
	font-size: 21px !important;
	color: #4d2626 !important;
}
.wpsp-slider-section #sp-woo-product-slider-pro59.wpsp-product-section .wpsp-product-title a:hover,
.wpsp-slider-section #sp-woo-product-slider-pro176.wpsp-product-section .wpsp-product-title a:hover{
    color: hsl(0 34% 23% / 0.8) !important;
    text-decoration: underline !important;
}
.wpsp-slider-section #sp-woo-product-slider-pro59.wpsp-product-section bdi,
.wpsp-slider-section #sp-woo-product-slider-pro176.wpsp-product-section bdi {
	font-family: "TrajanPro-Regular" !important;
    font-size: 28px;
    color: #4d2626 !important;
    display: block;
    margin: 10px 0;
}
.wpsp-slider-section #sp-woo-product-slider-pro59.wpsp-product-section .wpsp-cart-button a.button:not(.sp-wqvpro-view-button):not(.sp-wqv-view-button),
.wpsp-slider-section #sp-woo-product-slider-pro176.wpsp-product-section .wpsp-cart-button a.button:not(.sp-wqvpro-view-button):not(.sp-wqv-view-button){
	font-family: 'montserratregular' !important;
	font-size: 21px !important;
	color: #f3e6be !important;
	border: 1px solid #94102e !important;
	background: #94102e !important;
	padding: 10px 20px;
	margin: 20px 0;
}
.wpsp-slider-section #sp-woo-product-slider-pro59.wpsp-product-section .wpsp-cart-button a.button:not(.sp-wqvpro-view-button):not(.sp-wqv-view-button):hover,
.wpsp-slider-section #sp-woo-product-slider-pro176.wpsp-product-section .wpsp-cart-button a.button:not(.sp-wqvpro-view-button):not(.sp-wqv-view-button):hover{
	border: 1px solid #6f051d !important;
	background: #6f051d !important;
}
.ubermenu .ubermenu-nav .ubermenu-column-1-3 {
    width: 30.33% !important;
}
.rrss p {
    font-size: 1.5em;
}
/*single*/
.woocommerce .single-product {
    padding: 70px 0;
}
nav.navigation.post-navigation {
    display: none !important;
}
header.entry-header h1.entry-title {
    display: none;
}
.single-product .woocommerce {
    background: url(http://strindberg.grid-codes.com/wp-content/uploads/2020/12/1111111111.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}
.woocommerce .single-product .woocommerce-breadcrumb{
	color: #502a2a !important;
}
.woocommerce .single-product .woocommerce-breadcrumb a {
    color: #502a2a !important;
}
.woocommerce .single-product h1.product_title.entry-title{
	font-family: "TrajanPro-Bold";
	color: #502a2a !important;
	margin-bottom: 0;
}
.woocommerce .single-product span.woocommerce-Price-amount.amount{
	color: #502a2a !important;
	font-size: 2em;
	visibility: visible;
}
.woocommerce .single-product span.woocommerce-Price-amount.amount:nth-child(2) {
    display: none;
}
.woocommerce .single-product .quantity .qty {
    background: #93102f;
    border: 1px solid #93102f !important;
    color: #fff;
    font-size: 18px;
    height: 47px;
}
.woocommerce .single-product #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    font-family: 'montserratregular', sans-serif;
    background-color: #93102f !important;
    color: #f3e1b6;
    font-weight: normal;
    font-size: 21px;
}
.woocommerce .single-product .product_meta {
    display: none;
}
div#comments {
    display: none;
}
#personalizar{
	color: #502a2a;
	font-size: 14px;
}
#personalizar h3{
	font-size: 1.5em;
	color: #502a2a;
}
#personalizar form label{
	color: #502a2a;
	margin: 0;
}
#personalizar form input[type="submit"]{
	border: 1px solid;
    border-color: #502a2a;
    border-radius: 3px;
    background: #502a2a;
    color: rgb(220 197 153);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
    display: block;
    margin: 0 auto;
}
#post-9 {
	background: url(http://strindberg.grid-codes.com/wp-content/uploads/2020/12/1111111111.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.woocommerce-cart table.cart th{
	background: #542a2a;
	color: #decc98;
}
.woocommerce table.shop_table tbody tr:last-child {
    background: #542a2a;
}
.woocommerce table.shop_table tr.cart-subtotal {
    background: #542a2a;
    color: #dcc599;
}
.woocommerce table.shop_table tr.woocommerce-cart-form__cart-item.cart_item {
    background: #fff;
}
span.woocommerce-Price-amount.amount,
tr.order-total{
	color: #dcc599;
}
span.woocommerce-Price-amount.amount:nth-child(2) {
    display: none;
}
.cart_totals h2 {
    color: #542a2a;
}
.woocommerce-cart table.cart td a,
.woocommerce-cart table span.woocommerce-Price-amount.amount {
    color: #542a2a;
}
/*checkout*/
.woocommerce-info {
    margin: 0 0 35px !important;
    display: block;
    width: 100%;
}
.woocommerce-info a{
	color: #93102f;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48% !important;
    max-width: 48% !important;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48% !important;
    max-width: 48% !important;
}
.woocommerce form .form-row label {
    line-height: 2;
    display: block;
    width: 100%;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 10px;
    display: block;
    float: left;
}
.woocommerce form span.woocommerce-input-wrapper {
    width: 100%;
}
.select2-container .select2-selection--single {
    height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 20px;
    padding: 10px;
    height: 35px;
}
#order_review_heading {
    display: block;
    margin-top: 50px;
}
.woocommerce #order_review table.shop_table tbody tr:last-child {
    background: #ffffff;
}
.woocommerce-privacy-policy-text a{
	color: #93102f;
}
.woocommerce table.shop_table tr.order-total {
    background: #542a2a;
    color: #dcc599;
}
/*category*/
.subheader {
    display: block;
    margin: 35px 0;
    text-align: center;
}
.subheader h2{
    font-size: 3em;
    color: #732022;
}
.woocommerce #primary {
    background: url(http://strindberg.grid-codes.com/wp-content/uploads/2020/12/1111111111.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.woocommerce #primary .woocommerce {
    padding: 0;
}
.woocommerce .woocommerce-result-count, 
.woocommerce .woocommerce-ordering{
    display: none;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    background: #fff;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    background: #fff;
    text-align: center;
    padding-bottom: 35px;
    min-height: 565px;

}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link h2 {
	font-family: 'montserratsemibold';
    display: block;
    font-size: 1.3em;
    color: #301314;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link h2:hover {
    color: rgb(77 38 38 / .8) !important;
    text-decoration: underline;
}
.woocommerce ul.products li.product span.price{
	display: block;
    font-size: 1.3em;
    color: #301314;
}
.woocommerce ul.products li.product span.price .woocommerce-Price-amount.amount{
	font-family: 'montserratsemibold';
	color: #301314;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    color: #f3e1b1 !important;
    background-color: #941330 !important;
}
.woocommerce a.added_to_cart {
    font-family: 'montserratsemibold';
    padding-top: .5em;
    display: block;
    color: #941330;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
	font-family: 'montserratsemibold';
	color: #301314;
}
.woocommerce ul.products li.product a, .woocommerce-page ul.products li.product a{
	font-family: 'montserratsemibold';
	color: #301314;
}
.woocommerce ul.products li.product a .mask, .woocommerce-page ul.products li.product a .mask{
	display: block;
	position: relative;
}


.woocommerce ul.products li.product a:hover .mask:before {
    content: '';
    position: absolute;
    background: rgb(147 16 47 / .5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.woocommerce ul.products li.product a:hover .mask i.more{
    position: absolute;
    color: #f3e1b6;
    width: 20px;
    height: 20px;
    top: 45%;
    left: 45%;
    right: 45%;
    bottom: 45%;
    z-index: 9999;
}
.woocommerce ul.products li.product a:hover .mask i.more:before{
	content: '+';
	position: absolute;
	font-size: 35px;
}
#wpsp-slider-section.wpsp-slider-section a .mask{
	display: block;
	position: relative;
}
#wpsp-slider-section.wpsp-slider-section a:hover .mask:before{
	content: '';
    position: absolute;
    background: rgb(147 16 47 / .5);
    top: 0;
    left: 0;
    width: 100%;
    height: 67.5%;
}
#wpsp-slider-section.wpsp-slider-section a:hover .mask i.more{
	position: absolute;
    color: #f3e1b6;
    width: 20px;
    height: 20px;
    top: 30%;
    left: 47%;
    right: 47%;
    bottom: 30%;
    z-index: 9999;
}
#wpsp-slider-section.wpsp-slider-section a:hover .mask i.more:before{
	content: '+';
	position: absolute;
	font-size: 35px;
}
.single article .woocommerce span.posted_in {
    display: none;
}
.especial_cart {
    padding: 11% 0;
    margin-bottom: 0;
}
tr.cart-subtotal span.woocommerce-Price-amount.amount {
    color: #dcc599 !important;
}
tr.order-total span.woocommerce-Price-amount.amount{
	color: #dcc599 !important;
}
/*related*/
.woocommerce .single-product .related h2{
	color: #301314;
	margin-bottom: 35px;
}
.related .cat_links {
    padding: 0 10px;
}
.woocommerce .single-product .related span.woocommerce-Price-amount.amount {
    font-size: 1em;
}
.woocommerce .related ul.products li.product .woocommerce-loop-product__title {
	font-family: 'montserratsemibold';
    font-size: 1.3em;
    color: #502a2a;
}
/*cart*/
a.cart_custom {
    position: relative;
}
a.cart_custom span.woocommerce-Price-amount.amount {
    font-size: 20px;
}
i.cart_icon{
	position: relative;
}
i.cart_icon:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 5px;
    width: 15px;
    height: 15px;
    background: url(image/cart.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.cart_custom>span:last-child {
    position: absolute;
    top: -10px;
    right: -38px;
    color: #efdab2;
    background: #93102f;
    width: 20px;
    height: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 6.5px;
    border-radius: 60%;
}
/*slider productos*/
.product-details-inner .categorias .posted_in a{
	font-family: 'montserratsemibold';
    color: #522728;
}
.n2-section-smartslider {
    border-bottom: 25px solid #542a2a;
}
#error-page {
    margin-top: 50px;
    max-width: 100%;
    width: 100%;
    margin: 0;
    display: block;
    float: left;
    padding: 0;
}
/*especial sub menu*/
nav.ubermenu div.ubermenu-submenu ul li .ubermenu-submenu ul {
    display: none !important;
}
nav.ubermenu div.ubermenu-submenu ul li .ubermenu-submenu ul.ubermenu-active{
	display: block !important;
}
.nextend-bullet-bar .n2-bullet.n2-active,
.nextend-bullet-bar .n2-bullet:hover {
    cursor: default !important;
    background: #93102f !important;
}
.nextend-bullet-bar .n2-bullet{
	background: transparent !important;
	border: 1px solid #93102f !important;
}
.nextend-bullet-bar .n2-bullet {
    width: 10px !important;
    height: 10px !important;
}
#menu-item-221{
    position: relative;
}
#menu-item-221:before{
	content: '+';
	position: absolute;
	top: 0;
	right: 0;
}
#menu-item-221.ubermenu-menos:before{
	content: '-'
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link h2 {
    color: #4d2626 !important;
}
.woocommerce ul.products li.product span.price .woocommerce-Price-amount.amount {
    color: #4d2626 !important;
}
.woocommerce ul.products li.product a, .woocommerce-page ul.products li.product a {
    color: #4d2626 !important;
}
.woocommerce ul.products li.product a.button, .woocommerce-page ul.products li.product a.button{
	color: #f3e1b1 !important;
	background-color: #941330 !important;
	border-radius: 0;
}
.woocommerce ul.products li.product a.button:hover, .woocommerce-page ul.products li.product a.button:hover{
	background-color: #6f051d !important;
}

/*Quienes somos*/
.no_margin .wpb_single_image{
	margin-bottom: 0 !important;
	border-bottom: 25px solid #542a2a;
}
.mision_vision .novedades h2 {
    color: #f2dab2;
}
.mision_vision h4{
	color: #f2dab2;
}
.mision_vision p{
	color: #f2dab2;
}
.mision_vision img {
    margin-bottom: 35px !important;
}
.box_contacto h2 {
    color: #542a2a;
    font-size: 3em;
}
.box_contacto p{
	color: #542a2a;
    font-size: 1.2em;
}
.box_contacto p a{
	color: #542a2a;
}
.box_contacto input, .box_contacto textarea, .box_contacto select {
    border: 1px solid #962034 !important;
    box-shadow: none;
    border-radius: 10px;
   	padding: 10px;
}
.box_contacto input.wpcf7-form-control.wpcf7-submit{
	background: #962034;
	color: #dcc599;
	border-radius: 10px;
	display: block;
    margin: 0 auto;
}
.sucursales h2{
	color: #dcc599;
    font-size: 3em;
}
.ubermenu .ubermenu-active .ubermenu-item:before{
	display: none;
}
.ubermenu .ubermenu-nav .ubermenu-column-1-4 {
    margin: 0 !important;
}
.ubermenu .ubermenu-submenu .ubermenu-column{
	margin: 0 !important;
}
nav.ubermenu div.ubermenu-submenu ul li .ubermenu-submenu ul.ubermenu-active {
    padding-left: 25px;
}
.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
    border: none;
}
.woocommerce nav.woocommerce-pagination ul {
    border: none;
}
.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: #941330;
    color: #dcc599;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    padding: 10px 15px;
    border-radius: 35px;
    color: #941330;
}
.woocommerce nav.woocommerce-pagination {
	margin-bottom: 35px;
}
.woocommerce div.product form.cart .variations label {
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin: 0;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    width: 100%;
    display: block;
    line-height: 1.2em !important;
}
.woocommerce div.product form.cart .variations select {
    border-color: #93102f;
    border-radius: 10px;
    background: #fff;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	position: relative;
    color: #542a2a;
    font-size: 1.25em;
    visibility: hidden;
}

.woocommerce div.product form.cart .variations{
	margin: 0 !important;
}
a.reset_variations {
    color: #542a2a;
    display: none !important;
}
.search_btn {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border: none;
    cursor: pointer;
}
button.search_btn:focus {
    outline: none;
}
.search_btn img {
	position: relative;
	bottom: 4px;
    width: 15px;
}
nav.navigation.posts-navigation {
    display: none;
}
.privacy-policy .entry-content h1,
.privacy-policy .entry-content h2,
.privacy-policy .entry-content h3,
.privacy-policy .entry-content h4,
.privacy-policy .entry-content h5,
.privacy-policy .entry-content h6{
	color: #732022;
}
.privacy-policy .entry-content p{
	color: #542a2a;
}
.privacy-policy .entry-content ul li{
	color: #542a2a;
}
.privacy-policy .entry-content a{
	color: #542a2a;
	font-weight: bold;
}
.privacy-policy .type-page {
    margin-bottom: 5em;
}
.perfil {
    display: inline-block;
    float: right;
}
.woocommerce-message {
    position: relative;
    top: -70px;
}
#order_review table.shop_table tbody tr.cart_item {
    background: white !important;
    color: #542a2a !important;
}
#order_review table.shop_table tbody tr.cart_item span.woocommerce-Price-amount.amount {
    color: #542a2a !important;
}
#order_review table.shop_table tbody tr.cart_item{
	color: #dcc599;
}
.woocommerce td.product-name dl.variation dt, .wcpa_cart_val {
    color: #542a2a;
}
#masthead {
	display: inline-block;
    position: sticky;
    top: 0;
    z-index: 999999;
    width: 100%;
    transition: all 1s ease 0s;
}
#masthead.is-sticky {
    top: 0;
}
#primary {
    margin-top: 0;
}
.wpsp-slider-section .wpsp-product-section .wpsp-product-title {
    min-height: 75px;
}
.pswp {
    z-index: 999999 !important;
}
.pswp__bg {
    background: rgb(0 0 0 / 75%);
}
.woocommerce-MyAccount-content .woocommerce-message {
    position: relative;
    top: 0;
}
.u-column1.col-1.woocommerce-Address {
    padding: 0;
}
.u-column1.col-1.woocommerce-Address address {
    background: #542a2a;
    color: #dcc599;
    padding: 10px;
}
.page-id-11 #primary {
    padding: 0 35px;
}
.woocommerce-cart .woocommerce-message:first-child {
    margin-top: 35px;
}
dt.variation-Escribeladedicatoria, dd.variation-Escribeladedicatoria {
    display: none !important;
}
.woocommerce-variation.single_variation {
    display: block !important;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    margin-top: 15px;
}
label.wcpa_form_item.label {
    margin: 0;
    color: #000 !important;
}
.woocommerce-order .woocommerce-message {
    top: 0;
}
#sucursales_carousel .owl-item, 
#sucursales_carousel .owl-item h4{
	color: #efdab2;
}
#sucursales_carousel .owl-item img.img-fluid.mx-auto.d-block {
    width: 50px;
    margin-bottom: 35px;
}
#sucursales_carousel .owl-item a{
	color: #efdab2 !important;
}
#sucursales_carousel .owl-item a:hover{
	opacity: .75;
}
#sucursales_carousel .owl-dots{
	display: none !important;
}
#sucursales_carousel .owl-nav .owl-next {
    background: rgba(0,0,0,0) url(https://strindberg.gridcodes10.com/wp-content/plugins/slide-anything/images/icon_next.png) no-repeat center center !important;
}
#sucursales_carousel .owl-nav .owl-prev {
    background: rgba(0,0,0,0) url(https://strindberg.gridcodes10.com/wp-content/plugins/slide-anything/images/icon_prev.png) no-repeat center center !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #efdab2;
    color: #efdab2;
    font-weight: bold;
}
.page-id-254 .wpcf7 form.sent .wpcf7-response-output {
    border-color: #962034;
    color: #962034;
    font-weight: bold;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #962034;
    color: #962034;
    font-weight: bold;
}
/*nuevas modificaciones*/
.wpsp-slider-section .wpsp-product-section .wpsp-product-price{
	visibility: hidden;
}
span.woocommerce-Price-amount.amount{
	visibility: visible;
}
.product_cat-tortas span.woocommerce-Price-amount.amount:before,
#wpsp-slider-section span.woocommerce-Price-amount.amount:before{
    content: 'Desde: ';
    font-size: 21px;
    font-weight: bold;
}
.woocommerce-variation-price span.woocommerce-Price-amount.amount:before{
	display: none;
}
@media (max-width:  1920px){
	.woocommerce #primary .woocommerce .box{
		width: 90%;
	}
}
@media (max-width:  1575px){
	.woocommerce #primary {
	    padding: 0 35px;
	}
	.ubermenu .ubermenu-item {
	    margin: 0 20px !important;
	}
	.ubermenu .ubermenu-item:before {
	    right: -40px;
	}
	#masthead .cart{
		width: 12%;
		margin: 0 !important;
	}
	#masthead .cart li:last-child{
		width: 105px;
	}

}
@media (max-width:  1366px){
	.ubermenu .ubermenu-item {
	    margin: 0 20px !important;
	}
	.ubermenu .ubermenu-item:before {
	    right: -40px;
	}
	#masthead .cart{
		height: 84px;
		width: 15%;
	}
	#masthead .cart li:last-child{
		width: auto;
	}
	.ubermenu.ubermenu-disable-submenu-scroll #menu-item-3507.ubermenu-active>.ubermenu-submenu.ubermenu-submenu-type-mega {
	    max-height: none;
	    width: 1024px;
	    left: -724px;
	}
	.wpb_gallery .wpb_flexslider .flex-caption .post-title{
		font-size: 32px;
	}
	#wpsp-slider-section.wpsp-slider-section img.wpsp-product-img {
	    width: 423px;
	    height: 276px;
	}
	.wpb_gallery .wpb_flexslider .flex-caption p{
		width: 100%;
	}
	.box {
	    width: 100%;
	    margin: 0 auto !important;
	}
	.woocommerce #primary {
	    padding: 0 35px;
	}
	.search #primary, .privacy-policy #primary{
	    padding: 0 35px;
	}
}
@media (max-width: 1350px){
	.top-area{float: left;}
	.top-area ul li{margin: 0 5px;}
	.ubermenu .ubermenu-item {
	    margin: 0px 10px !important;
	}
	.ubermenu .ubermenu-item:before {
	    right: -22px;
	    width: 25px;
	    height: 10px;
	}
}
@media (min-width: 991px) {
    /* show 3 items */
    .carousel-inner .active,
    .carousel-inner .active + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item  {
        display: block;
    }
    
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }
    
    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
      position: relative;
      transform: translate3d(0, 0, 0);
    }
    
    .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        z-index: 1;
        display: block;
        visibility: visible;
    }
    
    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    
    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        display: block;
        visibility: visible;
    }
    
    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

}

 /* Bootstrap Lightbox using Modal */

#profile-grid { overflow: auto; white-space: normal; } 
#profile-grid .profile { padding-bottom: 40px; }
#profile-grid .panel { padding: 0 }
#profile-grid .panel-body { padding: 15px }
#profile-grid .profile-name { font-weight: bold; }
#profile-grid .thumbnail {margin-bottom:6px;}
#profile-grid .panel-thumbnail { overflow: hidden; }
#profile-grid .img-rounded { border-radius: 4px 4px 0 0;}
header.entry-header {
    display: none;
}
.search #primary,
.wp-custom-logo #primary{
    background-image: url(/wp-content/uploads/2020/12/1111111111.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: 50vh;
}
.search #primary h1.page-title{
	display: block;
	color: #4d2626 !important;
	font-weight: bold;
}
.search #primary article {
    display: block;
    background: #fff;
    padding-bottom: 35px;
    float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 21.05%;
    margin-left: 0;
    min-height: 565px;
}
.search #primary article .entry-summary {
    text-align: center;
}
.search #primary article .entry-summary span.posted_in {
    margin: 10px 0;
    display: block;
}
.search #primary article .entry-summary a{
	color: #4d2626 !important;
	font-weight: bold;
	margin: 5px 0;
}
.search #primary article .entry-summary h4,
.search #primary article .entry-summary h4 a{
	display: block;
	color: #4d2626 !important;
	font-weight: bold;
	height: 90px;
    overflow: hidden;
}
.search #primary article .entry-summary a.btn-more {
    color: #f3e1b1 !important;
    background-color: #941330 !important;
    border-radius: 0;
    padding: 10px 35px;
    display: block;
    width: 50%;
    margin: 35px auto;
}
.search #primary article .entry-summary a.btn-more:hover{
	opacity: .8;
}
a.btn-consulta{
    background: #962034;
    color: #f3e1b6;
    border-radius: 0;
    padding: 10px 35px;
    font-weight: bold;
    cursor: pointer;
}
.elementor-heading-title {
    width: 80%;
    margin: 0 auto;
    display: block;
	color: #4d2626 !important;
	font-weight: bold;
}
.sg-popup-builder-content h2{
	margin-bottom: 15px;
	font-size: 1.5em;
}
.sg-popup-builder-content .wpcf7-form {
    width: 80%;
    margin: 0 auto;
}
.sg-popup-builder-content .wpcf7-form label {
    display: block;
	color: #4d2626 !important;
	font-weight: bold;
	font-size: 14px;
}
.sg-popup-builder-content .wpcf7-form input,
.sg-popup-builder-content .wpcf7-form textarea {
    border: 1px solid #962034 !important;
    box-shadow: none;
    border-radius: 10px;
    padding: 10px;
}
.sg-popup-builder-content .wpcf7-form textarea {
    height: 65px;
}
.sg-popup-builder-content .wpcf7-form input.wpcf7-form-control.wpcf7-submit {
    background: #962034;
    color: #f3e1b6;
    border-radius: 0;
    padding: 10px 35px;
    font-weight: bold;
    cursor: pointer;
}
.woocommerce div.product p.stock {
    display: none;
}
tr.woocommerce-shipping-totals.shipping,
tr.shipping{
	background: #542a2a;
    color: #dcc599;
}
tr.woocommerce-shipping-totals.shipping bdi,
tr.shipping bdi{
	color: #dcc599;
}
#customer_login h2 {
    color: #542a2a;
}
.woocommerce form .wooccm-type-radio .woocommerce-radio-wrapper label {
    display: inline-block;
    width: auto;
    position: relative;
    top: 2px;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
    background: #fff !important;
}
.woocommerce form .form-row label {
    color: #542a2a;
    font-weight: bold;
}
p.woocommerce-LostPassword.lost_password a{
	color: #542a2a;
}
nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
}
nav.woocommerce-MyAccount-navigation ul li a {
    display: block;
    width: 100%;
    padding: 5px;
    background: #542a2a;
    margin-bottom: 9px;
    text-transform: uppercase;
}
.woocommerce-MyAccount-content{
    color: #542a2a;
    background: #fff;
    padding: 35px;
    margin-bottom: 35px;
}
.woocommerce-MyAccount-content,
.woocommerce-MyAccount-content a {
    color: #542a2a;
}
.woocommerce-MyAccount-content a:hover{
	opacity: .8;
}
.u-column1.col-1.woocommerce-Address {
    width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 100%;
    max-width: 100%;
}
#billing_country_field {
    display: none;
}
.woocommerce table.shop_table {
    background: #542a2a;
    color: #dcc599;
}
#order_review table.shop_table tbody tr.cart_item{
	background: white !important;
    color: #dcc599; 
}
.search #primary article a.post-thumbnail {
    position: relative;
    display: block;
}
.search #primary article a.post-thumbnail:hover:before {
    content: '';
    position: absolute;
    background: rgb(147 16 47 / .5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.search #primary article a.post-thumbnail:hover:after {
    content: '+';
    position: absolute;
    color: #f3e1b6;
    width: 20px;
    height: 20px;
    top: 41%;
    left: 45%;
    right: 45%;
    bottom: 45%;
    z-index: 9999999;
    font-weight: bold;
    font-size: 2.5em;
}
.woocommerce-product-details__short-description {
    margin-bottom: 35px;
}
.woocommerce-MyAccount-content .woocommerce-table__line-item.order_item a {
    color: #dcc599;
}
.fpf-fields-config-wrapper {
    display: none;
}

h2.woocommerce-column__title,
h2.woocommerce-order-details__title,
.woocommerce-checkout h2{
	color: #542a2a;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received,
.woocommerce ul.order_details{
	color: #542a2a;
}
.wcpa_form_item label {
    font-weight: bold;
    color: #000;
    margin: 0;
}
.wcpa_form_outer .wcpa_form_item select {
    border-color: #93102f;
    border-radius: 10px;
    background: #fff;
}
.wcpa_form_outer .wcpa_form_item .wcpa_file_outer {
    border-color: #93102f;
    border-radius: 10px;
    background: #fff;
}
.wcpa_form_item textarea{
	border-color: #93102f !important;
    border-radius: 10px;
    background: #fff !important;
}
.wcpa_form_outer .wcpa_form_item .wcpa_price {
    display: none;
}
.wcpa_price_summary li {
    border-top: 1px solid #dcc599;
    color: #dcc599;
    background: #542a2a;
}
.wcpa_form_outer .wcpa_form_item .wcpa_file_wrap {
    background: #542a2a;
    color: #dcc599;
}
address {
    background: #542a2a;
    color: #dcc599;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a {
    color: #dcc599;
}
.single-product div.product.wcpa_has_options form.cart .wcpa_form_outer,
.single-product div.product.wcpa_has_options form.cart .wcpa_price_summary{
	display: none!important;
}

.logged-in.single-product div.product.wcpa_has_options form.cart .wcpa_form_outer,
.logged-in.single-product div.product.wcpa_has_options form.cart .wcpa_price_summary{
	display: block!important;
}
.wcpa_form_outer .wcpa_form_item .wcpa_file_wrap:hover {
    background: #542a2a;
    opacity: .8;
}
.woocommerce table.shop_table tbody tr {
    background: white !important;
    color: #542a2a !important;
}
.woocommerce table.shop_table tbody tr .wc-item-meta-label,
.woocommerce-table__line-item .wc-item-meta li {
    color: #542a2a;
}
.woocommerce table.shop_table td a{
	color: #542a2a !important;
}
.woocommerce table.shop_table span.woocommerce-Price-amount.amount{
	color: #542a2a !important;
}
.box-login {
    display: block;
    width: 100%;
    margin: 20px 0 35px;
}
.desktop{
	display: block;
}
.mobile{
	display: none;
}
input[readonly] {
  cursor: pointer !important;
  background-color: #ccc !important;
}
.product_cat-tortas li span.woocommerce-Price-amount.amount:before{
	display: none;
}
.product_cat-tortas li.product_cat-tortas span.woocommerce-Price-amount.amount:before{
	display: none;
}
@media(max-width: 1366px){
	.wpsp-slider-section #sp-woo-product-slider-pro59.wpsp-product-section .wpsp-product .product-details, .wpsp-slider-section #sp-woo-product-slider-pro176.wpsp-product-section .wpsp-product .product-details{
		min-height: 180px;
	}
}
@media(max-width: 1250px){
	.top-area ul li {
	    margin: 0 5px;
	    display: block;
	}
	
}
@media (min-width: 991px){
	
	.ubermenu .ubermenu-item span {
	    font-family: 'montserratsemibold', sans-serif;
	    font-size: 14px;
	    color: #f3e1b6;
	}
	
}
@media (max-width: 768px){
	.top-area{
		display: none;
	}
	.wpsp-slider-section #sp-woo-product-slider-pro59.wpsp-product-section .wpsp-product .product-details, .wpsp-slider-section #sp-woo-product-slider-pro176.wpsp-product-section .wpsp-product .product-details{
		min-height: 180px;
	}
	.ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column, .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column-auto {
	    min-width: 100% !important;
	}
	.ubermenu-responsive-default.ubermenu-responsive .ubermenu-item-level-0 {
	    width: 100% !important;
	}
	.navbar-brand img {
	    display: block;
	    margin: 0 auto;
	    width: 70%;
	}
	.navbar-light .navbar-brand {
	    width: 100%;
	    display: block;
	    margin: 0;
	}
	#page {
	    overflow: hidden;
	}
	.box{
		width: 100%;
	}
	.top-area{
    	display: none;
    }
    .navbar-light .navbar-brand {
	    width: 100%;
	    display: block;
	}
	.ubermenu-skin-grey-white.ubermenu-responsive-toggle{
		z-index: 999;
	}
	#masthead .cart {
	    position: relative;
	    top: 7px;
	    right: 20px;
	    width: auto;
	    height: 0;
	    background: transparent;
	    padding: 0;
	    list-style: none;
	    display: block;
	    float: right;
	    align-items: flex-end;
	    z-index: 9999;
	}
	.cart_custom>span:last-child {
	    position: absolute;
	    top: -15px;
	    right: -40px;
	    color: #efdab2;
	    background: #93102f;
	    border: 1px solid #efdab2;
	    width: 20px;
	    height: 20px;
	    font-size: 14px;
	    display: flex;
	    align-items: center;
	    padding: 5px;
	    border-radius: 60%;
	}
	#masthead .cart li:first-child {
	    display: none;
	}
	#masthead .cart li:last-child span.woocommerce-Price-amount.amount {
	    display: none;
	}
	#masthead .cart li:last-child {
	    border: 0px solid #c2c599;
	    display: block;
	    width: auto;
	    padding: 0;
	    text-align: left;
	    margin: 0;
	    position: relative;
	    top: 0;
	}
	.ubermenu-skin-grey-white.ubermenu-responsive-toggle {
	    color: #eed8b1 !important;
	    width: 100%;
	    margin: 0;
	    text-align: center;
	}
	.ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column {
	    margin: 0 !important;
	}
	.ubermenu .ubermenu-item:before{
		display: none;
	}
	.ubermenu-skin-grey-white .ubermenu-submenu.ubermenu-submenu-drop {
	    border: 0px solid #e0e0e0 !important;
	    background: rgb(84 42 42 / 1) !important;
	}
	#menu-item-28 {
	    z-index: 5;
	}
	.ubermenu div.ubermenu-submenu ul li .ubermenu-submenu ul {
	    display: block !important;
	    padding-left: 35px;
	}
	.flexslider .slides img {
	    width: 100% !important;
	    display: block !important;
	    float: left !important;
	    margin: 35px 0 0 !important;
	}
	.wpb_gallery .wpb_flexslider .flex-caption {
	    width: 100%;
	    float: left;
	}
	.wpb_gallery .wpb_flexslider .flex-caption {
	    padding: 15px;
	    background: rgb(249 249 249 / .6) !important;
	}
	.novedades h2 {
	    font-size: 1.8rem;
	    color: #522728;
	}
	.wpb_gallery .wpb_flexslider .flex-caption p{
		display: none;
	}
	.widget_media_image img {
	    display: block;
	    margin: 0 auto;
	}
	.photo-feed.photo-feed-grid {
	    padding: 15px;
	}
	#destacados .vc_column-inner {
	    padding: 0;
	}
	.home .type-page {
	    padding: 0;
	}
	/*category*/
	.subheader {
	    margin: 35px;
	}
	.subheader h2 {
	    font-size: 2.4em;
	}
	.type-page {
	    padding: 0;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
		width: 48% !important;
		min-height: 600px;
	}
	/*single*/
	.type-product {
	    padding: 0 15px;
	}
	.woocommerce .single-product {
	    padding: 35px 0;
	}
	.widget_footer .widget-title{
		min-height: auto;
	}
	.widget {
	    margin: 0 0 2.5em;
	}
	.product-details-inner .categorias {
	    display: none;
	}
	nav.ubermenu div.ubermenu-submenu ul li .ubermenu-submenu ul {
	    display: block !important;
	    padding-left: 35px;
	}
	.especial_cart {
	    padding: 0 0 5% 0;
	    margin-bottom: 0 !important;
	}
	.especial_cart h4 {
	    font-size: 1em;
	}
	/*checkout*/
	.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	    float: left;
	    width: 100% !important;
	    max-width: 100% !important;
	}
	.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	    float: right;
	    width: 100% !important;
	    max-width: 100% !important;
	    margin: 35px 0;
	}
	.search	#primary {
	    padding: 35px;
	}
	.search #primary article{
		width: 100% !important;
	}
	#primary{
		margin-top: 112px;
	}
	.ubermenu-responsive-default.ubermenu-responsive .ubermenu-item.ubermenu-active>.ubermenu-submenu.ubermenu-submenu-type-mega {
	    height: 350px !important;
	    overflow: scroll !important;
	    position: relative !important;
	}
	#masthead {
		position: fixed;
	    top: auto;
	}
	.ubermenu-responsive-toggle .fas {
	    display: none;
	}
	.ubermenu-skin-grey-white.ubermenu-responsive-toggle:after {
	    content: '+';
	    margin-left: 8px;
	    background: #dcc599;
	    color: #93102f;
	    padding: 0px 5px;
	    border-radius: 15px;
	    font-size: 20px;
	    line-height: 0;
	}
	.ubermenu-skin-grey-white.ubermenu-responsive-toggle.ubermenu-responsive-toggle-open:after{
		content: '-';
		padding: 0px 7px;
	}
	.ubermenu-responsive-default.ubermenu-responsive.ubermenu {
	    position: absolute;
	    top: 126px;
	    left: 0;
	    border: 0px solid #e0e0e0 !important;
    	background: rgb(84 42 42 / .8) !important;
	}
	.ubermenu-skin-grey-white .ubermenu-item-level-0 > .ubermenu-target span.ubermenu-target-title.ubermenu-target-text {
		position: relative;
	    border-bottom: 1px solid #dcc599 !important;
	    width: 100%;
	    padding: 5px 0 10px 0px;
	}
	.ubermenu-skin-grey-white .ubermenu-item-level-0 > .ubermenu-target span.ubermenu-target-title.ubermenu-target-text:after {
	    content: '';
	    position: absolute;
	    top: 0px;
	    right: 0;
	    width: 20px;
	    height: 20px;
	    margin-left: 8px;
	    background: #dcc599;
	    color: #93102f;
	    padding: 0px 5px;
	    border-radius: 15px;
	    font-size: 20px;
	    line-height: 0;
	}
	.ubermenu-skin-grey-white .ubermenu-item-level-0 > .ubermenu-target span.ubermenu-target-title.ubermenu-target-text:before {
	    content: '+';
	    position: absolute;
	    top: 4px;
	    right: 3px;
	    color: #93102f;
	    z-index: 9;
	    font-size: 24px;
	}
	.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator{
		display: none !important;
	}
	.ubermenu-responsive-default.ubermenu.ubermenu-submenu-indicator-closes .ubermenu-active>.ubermenu-target>.ubermenu-sub-indicator-close{
		display: none !important;
	}
	.desktop{
		display: none;
	}
	.mobile{
		display: block;
	}
	.collapsing {
	    position: absolute !important;
	    left: 0;
	    top: 112px;
	    width: 100%;
	    background: rgb(77 38 38 / 80%) !important;
	}
	.collapse {
	    position: absolute !important;
	    left: 0;
	    top: 112px;
	    width: 100%;
	    background: rgb(77 38 38 / 80%) !important;
	}
	#menu-menu-mobile {
	    margin: 0 3em;
	    display: block;
	    width: 80%;
	}
	#menu-menu-mobile li span {
		position: relative;
		font-size: 18px;
	    display: block;
	    color: #ecd0ac;
	    padding-bottom: 5px;
	    border-bottom: 1px solid #ecd0ac;
	    width: 100%;
	    text-transform: uppercase;
	}
	#menu-menu-mobile li .dropdown-menu.show li span:after{
		display: none;
	}
	#menu-menu-mobile li.menu-item-has-children span:after{
		content: '';
		position: absolute;
		top: 5px;
	    right: 0;
	    width: 20px;
	    height: 20px;
		background: url(/wp-content/themes/strindberg/image/icons/icon-mas-brown.png);
		background-size: 100%;
	}
	#menu-menu-mobile li.menu-item-has-children.show span:after{
		display: block;
		background: url(/wp-content/themes/strindberg/image/icons/icon-menos-brown.png);
		background-size: 100%;
	}
	#menu-menu-mobile li .dropdown-menu li.menu-item-has-children.dropdown span:after{
		display: block;
		background: url(/wp-content/themes/strindberg/image/icons/icon-mas-brown.png);
		background-size: 100%;
	}

	#menu-menu-mobile li .dropdown-menu li.menu-item-has-children.dropdown ul li span:after,
	#menu-menu-mobile li .dropdown-menu li.menu-item-has-children.dropdown ul li ul li span:after{
		display: none;
	}

	.dropdown-toggle::after{
		display: none;
	}

	.dropdown-menu {
	    background: transparent !important;
	    border: none;
	}
	#menu-menu-mobile li .dropdown-menu li span{
		border-bottom: 1px dashed #ecd0ac;
	}
	#menu-menu-mobile li .dropdown-menu li.menu-item-has-children span:after{
		display: none;
	}
	#menu-menu-mobile li .dropdown-menu li.menu-item-has-children.dropdown ul li.menu-item-has-children.dropdown span:after{
		display: block;
		content: '';
		position: absolute;
		top: 5px;
	    right: 0;
	    width: 20px;
	    height: 20px;
		background: url(/wp-content/themes/strindberg/image/icons/flecha.png);
		background-size: 100%;
	}
	#menu-menu-mobile li .dropdown-menu li.menu-item-has-children.dropdown ul li.menu-item-has-children.dropdown ul li span:after{
		display: none;
	}
	.dropdown-item {
	    padding: .25rem 0rem;
	}
	.dropdown-item.active, .dropdown-item:active {
	    color: #ccae91;
	    background-color: transparent !important;
	    text-decoration: none;
	}
	.dropdown-item:focus, .dropdown-item:hover {
	    color: #ecd0ac;
	    text-decoration: none;
	    background-color: transparent;
	    opacity: .8;
	}
	.nav-link {
	    display: block;
	    padding: .5rem 0 !important;
	}
	#navbarSupportedContent {
	    max-height: 550px;
	    overflow-y: scroll;
	}
	.btn-search img {
	    width: 30px;
	}
	form.form-inline.my-2.my-lg-0 {
    	margin: 1rem !important;
    	position: relative;
	}
	.navbar-light .navbar-toggler {
		text-transform: uppercase;
		position: relative;
	    color: rgb(220 197 153);
	    border-color: rgba(0,0,0,.1);
	    border: none !important;
	    font-size: 16px;
	}
	.navbar-light .navbar-toggler:after{
		content: '';
		position: absolute;
		top: 0;
	    right: -15px;
	    width: 20px;
	    height: 20px;
	    background: url(/wp-content/themes/strindberg/image/icons/icon-menos-red.png);
		background-size: 100%;
	}
	.navbar-light .navbar-toggler.collapsed:after{
		background: url(/wp-content/themes/strindberg/image/icons/icon-mas-red.png);
		background-size: 100%;
	}
	.navbar-light .navbar-toggler:focus {
	    outline: none !important;
	}
	.woocommerce-cart .woocommerce-message:first-child {
	    margin-top: 75px;
	}
	.sg-popup-builder-content .wpcf7-form label{
		margin-bottom: 0;
	}
	.button.wc-forward {
	    font-size: 14px;
	}
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before{
		content: '' !important;
	}
	.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td:nth-child(1),
	.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td:nth-child(2){
	    display: none;
	}
	.woocommerce-page table.shop_table_responsive tr:nth-child(3n) td:nth-child(1),
	.woocommerce-page table.shop_table_responsive tr:nth-child(3n) td:nth-child(2){
	    display: none;
	}
	#place_order {
	    margin-top: 30px;
	}
	.woocommerce ul.order_details li{
		border-right: none !important;
	}
	.widget_footer.line_right:before{
		display: none;
	}
	.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
	    float: right;
	    clear: both;
	    display: block;
	    width: 100%;
	    margin-bottom: 15px;
	    text-align: center;
	}
	.cart_custom span.monto {
	    display: none;
	}
	a.btn-consulta {
	    padding: 10px 20px;
	}
	.single.woocommerce #primary {
	    padding: 0;
	}
}
@media(max-width: 480px){
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
		width: 100% !important;
		min-height: auto;
	}
}
