@font-face {
  font-family: "Font Awesome 6 Brands";
  src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype");
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fa-solid-900.woff2?v=1') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-VariableFont_wght.ttf") format("truetype");
}
body {
    background-color: #ffffff;
    color: #222222;
}

a {
    color: #b04d4d;
}

a:hover,
a:focus,
a:active {
    color: #000000;
}

.grid-container {
    max-width: 1400px;
}

.wp-block-group__inner-container {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) and (min-width: 769px) {
    .inside-header {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .site-logo,
    .site-branding {
        margin-bottom: 1.5em;
    }

    #site-navigation {
        margin: 0 auto;
    }

    .header-widget {
        margin-top: 1.5em;
    }
}

.generate-back-to-top {
    font-size: 20px;
    border-radius: 100px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    z-index: 100;
    transition: opacity 300ms ease-in-out;
    opacity: 0.1;
    transform: translateY(1000px);
}

.generate-back-to-top__show {
    opacity: 1;
    transform: translateY(0);
}

:root {
    --contrast: #222222;
    --contrast-2: #575760;
    --contrast-3: #b2b2be;
    --base: #f0f0f0;
    --base-2: #f7f8f9;
    --base-3: #ffffff;
    --accent: #1e73be;
    --fondo-pos:0px;
}

:root .has-contrast-color {
    color: var(--contrast);
}

:root .has-contrast-background-color {
    background-color: var(--contrast);
}

:root .has-contrast-2-color {
    color: var(--contrast-2);
}

:root .has-contrast-2-background-color {
    background-color: var(--contrast-2);
}

:root .has-contrast-3-color {
    color: var(--contrast-3);
}

:root .has-contrast-3-background-color {
    background-color: var(--contrast-3);
}

:root .has-base-color {
    color: var(--base);
}

:root .has-base-background-color {
    background-color: var(--base);
}

:root .has-base-2-color {
    color: var(--base-2);
}

:root .has-base-2-background-color {
    background-color: var(--base-2);
}

:root .has-base-3-color {
    color: var(--base-3);
}

:root .has-base-3-background-color {
    background-color: var(--base-3);
}

:root .has-accent-color {
    color: var(--accent);
}

:root .has-accent-background-color {
    background-color: var(--accent);
}

body,
button,
input,
select,
textarea {
    font-family: "Outfit", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

body {
    line-height: 1.5;
}

.entry-content>[class*="wp-block-"]:not(:last-child):not(.wp-block-heading) {
    margin-bottom: 1.5em;
}

.main-navigation .main-nav ul ul li a {
    font-size: 14px;
}

.sidebar .widget,
.footer-widgets .widget {
    font-size: 17px;
}

@media (max-width:768px) {
    h1 {
        font-size: 31px;
    }

    h2 {
        font-size: 27px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 19px;
    }
}

.top-bar {
    background-color: #636363;
    color: #ffffff;
}

.top-bar a {
    color: #ffffff;
}

.top-bar a:hover {
    color: #303030;
}

.site-header {
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    
}

.main-title a,
.main-title a:hover {
    color: #222222;
}

.site-description {
    color: #757575;
}

.mobile-menu-control-wrapper .menu-toggle,
.mobile-menu-control-wrapper .menu-toggle:hover,
.mobile-menu-control-wrapper .menu-toggle:focus,
.has-inline-mobile-toggle #site-navigation.toggled {
    background-color: transparent;
}

/*.main-navigation,
.main-navigation ul ul {
    background-color: #ffffff;
}*/

.main-navigation .main-nav ul li a,
.main-navigation .menu-toggle,
.main-navigation .menu-bar-items {
    color: #000000;
}

.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover>a,
.main-navigation .main-nav ul li:not([class*="current-menu-"]):focus>a,
.main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"])>a,
.main-navigation .menu-bar-item:hover>a,
.main-navigation .menu-bar-item.sfHover>a {
    color: #4a8a5a;
    background: #e9f2eb;
}

button.menu-toggle:hover,
button.menu-toggle:focus {
    color: #515151;
}

.main-navigation .main-nav ul li[class*="current-menu-"]>a {
        background: #4a8a5a;
    color: #fff;
}

.navigation-search input[type="search"],
.navigation-search input[type="search"]:active,
.navigation-search input[type="search"]:focus,
.main-navigation .main-nav ul li.search-item.active>a,
.main-navigation .menu-bar-items .search-item.active>a {
    color: #7a8896;
    background-color: #ffffff;
}

.main-navigation ul ul {
    background-color: #eaeaea;
}

.main-navigation .main-nav ul ul li a {
    color: #515151;
}

.main-navigation .main-nav ul ul li:not([class*="current-menu-"]):hover>a,
.main-navigation .main-nav ul ul li:not([class*="current-menu-"]):focus>a,
.main-navigation .main-nav ul ul li.sfHover:not([class*="current-menu-"])>a {
    color: #7a8896;
    background-color: #eaeaea;
}

.main-navigation .main-nav ul ul li[class*="current-menu-"]>a {
    color: #7a8896;
    background-color: #eaeaea;
}

.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.one-container .container,
.separate-containers .paging-navigation,
.inside-page-header {
    background-color: #ffffff;
}

.entry-title a {
    color: #222222;
}

.entry-title a:hover {
    color: #55555e;
}

.entry-meta {
    color: #595959;
}

.sidebar .widget {
    background-color: #ffffff;
}

.footer-widgets {
    /* background-color: #555555; */
}

.footer-widgets .widget-title {
    color: #E7D59F;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
}
.site-footer a{ 
    color:#77a783;
}
.site-footer a:hover{ 
    color:#fff;
}
.site-footer p, 
.site-footer li{ 
    color:#77a783;
    margin-bottom: 0;
    font-size: 14px;
}
.site-info {
    color: #ffffff;
    /* background-color: #555555; */
}

.site-info a {
    color: #ffffff;
}

.site-info a:hover {
    color: #d3d3d3;
}

.footer-bar .widget_nav_menu .current-menu-item a {
    color: #d3d3d3;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select {
    color: #666666;
    background-color: #F2F4F2;
    border-color: #cccccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
    color: #666666;
    background-color: #ffffff;
    border-color: #bfbfbf;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
a.button,
a.wp-block-button__link:not(.has-background) {
    color: #ffffff;
    background-color: #912f35;
    border-radius: 5px;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
a.button:hover,
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
a.button:focus,
a.wp-block-button__link:not(.has-background):active,
a.wp-block-button__link:not(.has-background):focus,
a.wp-block-button__link:not(.has-background):hover {
    color: #ffffff;
    background-color: #3f4047;
}

a.generate-back-to-top {
    background-color: rgba(151, 48, 55, 1);
    color: #ffffff;
}

a.generate-back-to-top:hover,
a.generate-back-to-top:focus {
    background-color: rgba(151, 48, 55, 0.8);
    color: #ffffff;
}

:root {
    --gp-search-modal-bg-color: var(--base-3);
    --gp-search-modal-text-color: var(--contrast);
    --gp-search-modal-overlay-bg-color: rgba(0, 0, 0, 0.2);
}

@media (max-width:768px) {

    .main-navigation .menu-bar-item:hover>a,
    .main-navigation .menu-bar-item.sfHover>a {
        background: none;
        color: #515151;
    }
}

.nav-below-header .main-navigation .inside-navigation.grid-container,
.nav-above-header .main-navigation .inside-navigation.grid-container {
    padding: 0px 20px 0px 20px;
}

.site-main .wp-block-group__inner-container {
    padding: 40px;
}

.separate-containers .paging-navigation {
    padding-top: 20px;
    padding-bottom: 20px;
}

.entry-content .alignwide,
body:not(.no-sidebar) .entry-content .alignfull {
    margin-left: -40px;
    width: calc(100% + 80px);
    max-width: calc(100% + 80px);
}

.rtl .menu-item-has-children .dropdown-menu-toggle {
    padding-left: 20px;
}

.rtl .main-navigation .main-nav ul li.menu-item-has-children>a {
    padding-right: 20px;
}

@media (max-width:768px) {

    .separate-containers .inside-article,
    .separate-containers .comments-area,
    .separate-containers .page-header,
    .separate-containers .paging-navigation,
    .one-container .site-content,
    .inside-page-header {
        padding: 30px;
    }

    .site-main .wp-block-group__inner-container {
        padding: 30px;
    }

    .inside-top-bar {
        padding-right: 30px;
        padding-left: 30px;
    }

    .inside-header {
        padding-right: 30px;
        padding-left: 30px;
    }

    .widget-area .widget {
        padding-top: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
    }

    .footer-widgets-container {
        padding-top: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
    }

    .inside-site-info {
        padding-right: 30px;
        padding-left: 30px;
    }

    .entry-content .alignwide,
    body:not(.no-sidebar) .entry-content .alignfull {
        margin-left: -30px;
        width: calc(100% + 60px);
        max-width: calc(100% + 60px);
    }

    .one-container .site-main .paging-navigation {
        margin-bottom: 20px;
    }
}

/* End cached CSS */
.is-right-sidebar {
    width: 30%;
}

.is-left-sidebar {
    width: 30%;
}

.site-content .content-area {
    width: 100%;
}

@media (max-width:768px) {

    .main-navigation .menu-toggle,
    .sidebar-nav-mobile:not(#sticky-placeholder) {
        display: block;
    }

    /* .main-navigation ul, */
    .gen-sidebar-nav,
    /*.main-navigation:not(.slideout-navigation):not(.toggled) .main-nav>ul,*/
    .has-inline-mobile-toggle #site-navigation .inside-navigation>*:not(.navigation-search):not(.main-nav) {
        display: none;
    }
.main-navigation:not(.slideout-navigation):not(.toggled) .main-nav>ul {
    display: block;
}
    .nav-align-right .inside-navigation,
    .nav-align-center .inside-navigation {
        justify-content: space-between;
    }

    .has-inline-mobile-toggle .mobile-menu-control-wrapper {
        display: flex;
        flex-wrap: wrap;
        z-index: 999;
        margin: 0;
    }

    .has-inline-mobile-toggle .inside-header {
        flex-direction: row;
        text-align: left;
        flex-wrap: wrap;
    }

    .has-inline-mobile-toggle .header-widget,
    .has-inline-mobile-toggle #site-navigation {
        flex-basis: 100%;
    }

    .nav-float-left .has-inline-mobile-toggle #site-navigation {
        order: 10;
    }
}

blockquote,
body,
dd,
dl,
dt,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
legend,
li,
ol,
p,
pre,
textarea,
ul {
    margin: 0;
    padding: 0;
    border: 0
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

main {
    display: block
}

progress {
    vertical-align: baseline
}

html {
    box-sizing: border-box
}

*,
::after,
::before {
    box-sizing: inherit
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

/* :-moz-focusring {
    outline: 1px dotted ButtonText
} */

body,
button,
input,
select,
textarea {
    font-family: "Outfit", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    text-transform: none;
    font-size: 16px;
    line-height: 1.5
}

p {
    margin-bottom: 15px;
    font-weight: 300;
    /* font-size: 18px; */
}
p:last-child{
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit
}

pre {
    background: rgba(0, 0, 0, .05);
    font-family: inherit;
    font-size: inherit;
    line-height: normal;
    margin-bottom: 1.5em;
    padding: 20px;
    overflow: auto;
    max-width: 100%
}

blockquote {
    border-left: 5px solid rgba(0, 0, 0, .05);
    padding: 20px;
    font-size: 1.2em;
    font-style: italic;
    margin: 0 0 1.5em;
    position: relative
}

blockquote p:last-child {
    margin: 0
}

table,
td,
th {
    border: 1px solid rgba(0, 0, 0, .1)
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.5em;
    width: 100%
}

td,
th {
    padding: 8px
}

th {
    border-width: 0 1px 1px 0
}

td {
    border-width: 0 1px 1px 0
}

hr {
    background-color: rgba(0, 0, 0, .1);
    border: 0;
    height: 1px;
    margin-bottom: 40px;
    margin-top: 40px
}

fieldset {
    padding: 0;
    border: 0;
    min-width: inherit
}

fieldset legend {
    padding: 0;
    margin-bottom: 1.5em
}

h1 {
    font-size: 48px;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-weight: 500;
    text-transform: none
}

h2 {
    /* font-size: 35px; */
    margin-bottom: 20px;
    line-height: 1.2em;
    text-transform: none;
    font-size: 30px;
    font-weight: 600;
    color: #8b2e33;
}

h3 {
    font-size: 27px;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: none
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 20px
}

h4,
h5,
h6 {
    margin-bottom: 20px
}

ol,
ul {
    margin: 0 0 1.5em 3em
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li>ol,
li>ul {
    margin-bottom: 0;
    margin-left: 1.5em
}

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

b,
strong {
    font-weight: 700
}

cite,
dfn,
em,
i {
    font-style: italic
}

address {
    margin: 0 0 20px
}

code,
kbd,
tt,
var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

ins,
mark {
    text-decoration: none
}

sub,
sup {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    bottom: 1ex
}

sub {
    top: .5ex
}

small {
    font-size: 75%
}

big {
    font-size: 125%
}

figure {
    margin: 0
}

table {
    margin: 0 0 1.5em;
    width: 100%
}

th {
    font-weight: 700
}

img {
    height: auto;
    max-width: 100%
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    background: #000000;
    color: #fff;
    border: 1px solid transparent;
    cursor: pointer;
    -webkit-appearance: button;
    padding: 10px 20px;
    border-radius: 5px;
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    border: 1px solid;
    border-radius: 0;
    padding: 10px 15px;
    max-width: 100%
}

textarea {
    width: 100%
}

a,
button,
input {
    transition: color .1s ease-in-out, background-color .1s ease-in-out
}

a {
    text-decoration: none
}

.button,
.wp-block-button .wp-block-button__link {
    padding: 10px 20px;
    display: inline-block
}

.wp-block-button .wp-block-button__link {
    font-size: inherit;
    line-height: inherit
}

.using-mouse :focus {
    outline: 0
}

.using-mouse ::-moz-focus-inner {
    border: 0
}

.alignleft {
    float: left;
    margin-right: 1.5em
}

.alignright {
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto
}

.no-sidebar .entry-content .alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    width: auto
}

.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, .6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: .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
}

#primary[tabindex="-1"]:focus {
    outline: 0
}

.main-navigation {
    z-index: 100;
    padding: 0;
    clear: both;
    display: block
}

.main-navigation a {
    display: block;
    text-decoration: none;
    font-weight: 500;
    text-transform: none;
    font-size: 15px;
    letter-spacing: 0.02rem;
}

.main-navigation ul, .menu_tienda_moviltop ul {
    list-style: none;
    margin: 0;
    padding-left: 0
}

.main-navigation .main-nav ul li a {
    padding: 23px 10px;
    line-height: 1;
}
.main-navigation .main-nav ul li.destacado a {
    background-color: #C18387;
    color: #fff;
}
.main-navigation .main-nav ul li.destacado a:hover {
    background-color: #541b02;
    color: #fff;
}
.inside-navigation {
    position: relative
}

.main-navigation .inside-navigation {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between
}

.main-navigation .main-nav>ul, .menu_tienda_moviltop ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
}

.main-navigation li, .menu_tienda_moviltop li {
    position: relative
}

.main-navigation .menu-bar-items {
    display: flex;
    align-items: center;
    font-size: 15px
}

.main-navigation .menu-bar-items a {
    color: inherit
}

.main-navigation .menu-bar-item {
    position: relative
}

.main-navigation .menu-bar-item.search-item {
    z-index: 20
}

.main-navigation .menu-bar-item>a {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 60px
}

.sidebar .main-navigation .main-nav {
    flex-basis: 100%
}

.sidebar .main-navigation .main-nav>ul {
    flex-direction: column
}

.sidebar .main-navigation .menu-bar-items {
    margin: 0 auto
}

.sidebar .main-navigation .menu-bar-items .search-item {
    order: 10
}

.nav-align-center .inside-navigation {
    justify-content: center
}

.nav-align-center .main-nav>ul {
    justify-content: center
}

.nav-align-right .inside-navigation {
    justify-content: flex-end
}

.main-navigation ul ul {
    display: block;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
    float: left;
    position: absolute;
    left: -99999px;
    opacity: 0;
    z-index: 99999;
    width: 200px;
    text-align: left;
    top: auto;
    transition: opacity 80ms linear;
    transition-delay: 0s;
    pointer-events: none;
    height: 0;
    overflow: hidden
}

.main-navigation ul ul a {
    display: block
}

.main-navigation ul ul li {
    width: 100%
}

.main-navigation .main-nav ul ul li a {
    line-height: normal;
    padding: 10px 20px;
    font-size: 14px
}

.main-navigation .main-nav ul li.menu-item-has-children>a {
    padding-right: 0;
    position: relative
}

.main-navigation.sub-menu-left ul ul {
    box-shadow: -1px 1px 0 rgba(0, 0, 0, .1)
}

.main-navigation.sub-menu-left .sub-menu {
    right: 0
}

.main-navigation:not(.toggled) ul li.sfHover>ul,
.main-navigation:not(.toggled) ul li:hover>ul {
    left: auto;
    opacity: 1;
    transition-delay: 150ms;
    pointer-events: auto;
    height: auto;
    overflow: visible
}

.main-navigation:not(.toggled) ul ul li.sfHover>ul,
.main-navigation:not(.toggled) ul ul li:hover>ul {
    left: 100%;
    top: 0
}

.main-navigation.sub-menu-left:not(.toggled) ul ul li.sfHover>ul,
.main-navigation.sub-menu-left:not(.toggled) ul ul li:hover>ul {
    right: 100%;
    left: auto
}

.nav-float-right .main-navigation ul ul ul {
    top: 0
}

.menu-item-has-children .dropdown-menu-toggle {
    display: inline-block;
    height: 100%;
    clear: both;
    padding-right: 20px;
    padding-left: 10px
}

.menu-item-has-children ul .dropdown-menu-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -10px
}

.sidebar .menu-item-has-children .dropdown-menu-toggle,
nav ul ul .menu-item-has-children .dropdown-menu-toggle {
    float: right
}

.widget-area .main-navigation li {
    float: none;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0
}

.sidebar .main-navigation.sub-menu-right ul li.sfHover ul,
.sidebar .main-navigation.sub-menu-right ul li:hover ul {
    top: 0;
    left: 100%
}

.sidebar .main-navigation.sub-menu-left ul li.sfHover ul,
.sidebar .main-navigation.sub-menu-left ul li:hover ul {
    top: 0;
    right: 100%
}

.site-main .comment-navigation,
.site-main .post-navigation,
.site-main .posts-navigation {
    margin: 0 0 2em;
    overflow: hidden
}

.site-main .post-navigation {
    margin-bottom: 0
}

.paging-navigation .nav-next,
.paging-navigation .nav-previous {
    display: none
}

.paging-navigation .nav-links>* {
    padding: 0 5px
}

.paging-navigation .nav-links .current {
    font-weight: 700
}

.nav-links>:first-child {
    padding-left: 0
}
.site-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}
div#page {
    margin-top: 83px;
}
.inside-header {
    padding: 0
}

.main-title {
    margin: 0;
    font-size: 25px;
    line-height: 1.2em;
    word-wrap: break-word;
    font-weight: 700;
    text-transform: none
}

.site-description {
    margin: 0;
    line-height: 1.5;
    font-weight: 400;
    text-transform: none;
    font-size: 15px
}

.site-logo {
    display: inline-block;
    max-width: 100%;
    padding: 5px 5px 5px 20px;
}

.site-header .header-image {
    vertical-align: middle
}

.inside-header {
    display: flex;
    align-items: center
}

.header-widget {
    margin-left: auto
}

.header-widget p:last-child {
    margin-bottom: 0
}

.nav-float-right .header-widget {
    margin-left: 20px
}

.nav-float-right #site-navigation {
    margin-left: auto
}

.nav-float-left #site-navigation {
    margin-right: auto;
    order: -10
}

.nav-float-left .header-widget {
    margin-left: 0;
    margin-right: 20px;
    order: -15
}

.header-aligned-center:not([class*=nav-float-]) .inside-header {
    justify-content: center;
    flex-direction: column;
    text-align: center
}

.header-aligned-center:not([class*=nav-float-]) .header-widget {
    margin-left: auto;
    margin-right: auto
}

.header-aligned-center:not([class*=nav-float-]) .inside-header>:not(:first-child) {
    margin-top: 1em
}

.header-aligned-right:not([class*=nav-float-]) .inside-header {
    justify-content: flex-end
}

.header-aligned-right:not([class*=nav-float-]) .header-widget {
    margin-right: auto;
    margin-left: 0;
    order: -10
}

.site-branding-container {
    display: inline-flex;
    align-items: center;
    text-align: left;
    flex-shrink: 0
}

.site-branding-container .site-logo {
    margin-right: 1em
}

.sticky {
    display: block
}

.entry-header .gp-icon,
.posted-on .updated {
    display: none
}

.byline,
.entry-header .cat-links,
.entry-header .comments-link,
.entry-header .tags-links,
.group-blog .byline,
.single .byline {
    display: inline
}

footer.entry-meta .byline,
footer.entry-meta .posted-on {
    display: block
}

.entry-content:not(:first-child),
.entry-summary:not(:first-child),
.page-content:not(:first-child) {
    margin-top: 10px
}

.page-links {
    clear: both;
    margin: 0 0 1.5em
}

.archive .format-aside .entry-header,
.archive .format-status .entry-header,
.archive .format-status .entry-meta,
.archive .format-status .entry-title,
.blog .format-aside .entry-header,
.blog .format-status .entry-header,
.blog .format-status .entry-meta,
.blog .format-status .entry-title {
    display: none
}

.archive .format-aside .entry-content,
.archive .format-status .entry-content,
.blog .format-aside .entry-content,
.blog .format-status .entry-content {
    margin-top: 0
}

.archive .format-status .entry-content p:last-child,
.blog .format-status .entry-content p:last-child {
    margin-bottom: 0
}

.entry-header,
.site-content {
    word-wrap: break-word
}

.entry-title {
    margin-bottom: 0
}

.author .page-header .page-title {
    display: flex;
    align-items: center
}

.author .page-header .avatar {
    margin-right: 20px
}

.page-header .author-info>:last-child,
.page-header>:last-child {
    margin-bottom: 0
}

.entry-meta {
    font-size: 85%;
    margin-top: .5em;
    line-height: 1.5
}

footer.entry-meta {
    margin-top: 2em
}

.cat-links,
.comments-link,
.tags-links {
    display: block
}

.entry-content>p:last-child,
.entry-summary>p:last-child,
.page-content>p:last-child,
.read-more-container,
.taxonomy-description p:last-child {
    margin-bottom: 0
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
    position: relative
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin: 0 auto 0;
    max-width: 100%
}

.wp-caption .wp-caption-text {
    font-size: 75%;
    padding-top: 5px;
    opacity: .8
}

.wp-caption img {
    position: relative;
    vertical-align: bottom
}

.wp-block-image figcaption {
    font-size: 13px;
    text-align: center
}

.wp-block-gallery,
ul.blocks-gallery-grid {
    margin-left: 0
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    background: rgba(255, 255, 255, .7);
    color: #000;
    padding: 10px;
    box-sizing: border-box
}

.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
}

.site-main .gallery {
    margin-bottom: 1.5em
}

.gallery-item img {
    vertical-align: bottom
}

.gallery-icon {
    padding: 5px
}

embed,
iframe,
object {
    max-width: 100%
}

.wp-block-post-template {
    margin-left: 0
}

.widget-area .widget {
    padding: 40px
}

.widget select {
    max-width: 100%
}

.footer-widgets .widget :last-child,
.sidebar .widget :last-child {
    margin-bottom: 0
}

.widget-title {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    text-transform: none
}

.widget ol,
.widget ul {
    margin: 0
}

.widget .search-field {
    width: 100%
}

.widget .search-form {
    display: flex
}

.widget .search-form button.search-submit {
    font-size: 15px
}

.footer-widgets .widget {
    margin-bottom: 30px
}

.footer-widgets .widget:last-child,
.sidebar .widget:last-child {
    margin-bottom: 0
}

.widget ul li {
    list-style-type: none;
    position: relative;
    margin-bottom: .5em
}

.widget ul li ul {
    margin-left: 1em;
    margin-top: .5em
}
#content .inside-article ul li {
    list-style-type: unset;
    position: relative;
    margin-bottom: .5em;
    margin-left: 2em;
    list-style-image: url(../img/lista.svg);
        font-weight: 300;
}
.wp-calendar-table {
    table-layout: fixed
}

.site-content {
    display: flex
}

.grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1270px
}

.page-header,
.sidebar .widget,
.site-main>* {
    margin-bottom: 20px
}

.both-left .inside-left-sidebar,
.both-right .inside-left-sidebar {
    margin-right: 10px
}

.both-left .inside-right-sidebar,
.both-right .inside-right-sidebar {
    margin-left: 10px
}

.one-container.both-right .site-main,
.one-container.right-sidebar .site-main {
    margin-right: 40px
}

.one-container.both-left .site-main,
.one-container.left-sidebar .site-main {
    margin-left: 40px
}

.one-container.both-sidebars .site-main {
    margin: 0 40px 0 40px
}

.one-container.archive .post:not(:last-child):not(.is-loop-template-item),
.one-container.blog .post:not(:last-child):not(.is-loop-template-item) {
    padding-bottom: 40px
}

.one-container .site-content {
    padding: 40px
}

.separate-containers .comments-area,
.separate-containers .inside-article,
.separate-containers .page-header,
.separate-containers .paging-navigation {
    padding: 40px
}

.separate-containers .site-main {
    margin: 20px
}

.separate-containers.no-sidebar .site-main {
    margin-left: 0;
    margin-right: 0
}

.separate-containers.both-right .site-main,
.separate-containers.right-sidebar .site-main {
    margin-left: 0
}

.separate-containers.both-left .site-main,
.separate-containers.left-sidebar .site-main {
    margin-right: 0
}

.separate-containers .inside-left-sidebar,
.separate-containers .inside-right-sidebar {
    margin-top: 20px;
    margin-bottom: 20px
}

.inside-page-header {
    padding: 40px
}

.widget-area .main-navigation {
    margin-bottom: 20px
}

.one-container .site-main>:last-child,
.separate-containers .site-main>:last-child {
    margin-bottom: 0
}

.full-width-content .container.grid-container {
    max-width: 100%
}

.full-width-content.no-sidebar.separate-containers .site-main {
    margin: 0
}

.full-width-content.one-container .site-content,
.full-width-content.separate-containers .inside-article {
    padding: 0
}

.full-width-content .entry-content .alignwide {
    margin-left: 0;
    width: auto;
    max-width: unset
}

.contained-content.one-container .site-content,
.contained-content.separate-containers .inside-article {
    padding: 0
}

.sidebar .grid-container {
    max-width: 100%;
    width: 100%
}

.both-left .is-left-sidebar,
.both-sidebars .is-left-sidebar,
.left-sidebar .sidebar {
    order: -10
}

.both-left .is-right-sidebar {
    order: -5
}

.both-right .is-left-sidebar {
    order: 5
}

.both-right .is-right-sidebar,
.both-sidebars .is-right-sidebar {
    order: 10
}

.inside-site-info {
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 20px 40px
}

.site-info {
    text-align: center;
    font-size: 13px
}

.post-image:not(:first-child) {
    margin-top: 2em
}

.featured-image {
    line-height: 0
}

.separate-containers .featured-image {
    margin-top: 20px
}

.separate-containers .inside-article>.featured-image {
    margin-top: 0;
    margin-bottom: 2em
}

.one-container .inside-article>.featured-image {
    margin-top: 0;
    margin-bottom: 2em
}

.gp-icon {
    display: inline-flex;
    align-self: center
}

.gp-icon svg {
    height: 23px;
    width: 23px;
    top: 5px;
    position: relative;
    fill: currentColor
}

.close-search .icon-search svg:first-child,
.icon-menu-bars svg:nth-child(2),
.icon-search svg:nth-child(2),
.toggled .icon-menu-bars svg:first-child {
    display: none
}

.close-search .icon-search svg:nth-child(2),
.toggled .icon-menu-bars svg:nth-child(2) {
    display: block
}

.entry-meta .gp-icon {
    margin-right: .6em;
    opacity: .7
}

nav.toggled .icon-arrow-left svg {
    transform: rotate(-90deg)
}

nav.toggled .icon-arrow-right svg {
    transform: rotate(90deg)
}

nav.toggled .sfHover>a>.dropdown-menu-toggle .gp-icon svg {
    transform: rotate(180deg)
}

nav.toggled .sfHover>a>.dropdown-menu-toggle .gp-icon.icon-arrow-left svg {
    transform: rotate(-270deg)
}

nav.toggled .sfHover>a>.dropdown-menu-toggle .gp-icon.icon-arrow-right svg {
    transform: rotate(270deg)
}

.container.grid-container {
    width: auto
}

.menu-toggle,
.mobile-bar-items,
.sidebar-nav-mobile {
    display: none
}

.menu-toggle {
    padding: 0 20px;
    line-height: 60px;
    margin: 0;
    font-weight: 400;
    text-transform: none;
    font-size: 15px;
    cursor: pointer
}

.menu-toggle .mobile-menu {
    padding-left: 3px
}

.menu-toggle .gp-icon+.mobile-menu {
    padding-left: 9px
}

.menu-toggle .mobile-menu:empty {
    display: none
}

button.menu-toggle {
    background-color: transparent;
    flex-grow: 1;
    border: 0;
    text-align: center
}

button.menu-toggle:active,
button.menu-toggle:focus,
button.menu-toggle:hover {
    background-color: transparent
}

.has-menu-bar-items button.menu-toggle {
    flex-grow: 0
}

nav.toggled ul ul.sub-menu {
    width: 100%
}

.toggled .menu-item-has-children .dropdown-menu-toggle {
    padding-left: 20px
}

.main-navigation.toggled .main-nav {
    flex-basis: 100%;
    order: 3
}

.main-navigation.toggled .main-nav>ul {
    display: block
}

.main-navigation.toggled .main-nav li {
    width: 100%;
    text-align: left
}

.main-navigation.toggled .main-nav ul ul {
    transition: 0s;
    visibility: hidden;
    box-shadow: none;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.main-navigation.toggled .main-nav ul ul li:last-child>ul {
    border-bottom: 0
}

.main-navigation.toggled .main-nav ul ul.toggled-on {
    position: relative;
    top: 0;
    left: auto !important;
    right: auto !important;
    width: 100%;
    pointer-events: auto;
    height: auto;
    opacity: 1;
    display: block;
    visibility: visible;
    float: none
}

.main-navigation.toggled .menu-item-has-children .dropdown-menu-toggle {
    float: right
}

.mobile-menu-control-wrapper {
    display: none;
    margin-left: auto;
    align-items: center
}

/* .has-inline-mobile-toggle #site-navigation.toggled {
    margin-top: 1.5em
} */


.has-inline-mobile-toggle #site-navigation.has-active-search {
    margin-top: 1.5em
}

.has-inline-mobile-toggle #site-navigation.has-active-search .nav-search-active {
    position: relative
}

.has-inline-mobile-toggle #site-navigation.has-active-search .navigation-search input {
    outline: auto
}

.nav-float-left .mobile-menu-control-wrapper {
    order: -10;
    margin-left: 0;
    margin-right: auto;
    flex-direction: row-reverse
}
.inf_movil, .sup_movil, .inf_2_movil, #social-menu a span, #menu-menu-social a span, #menu-menu-social-1 a span, 
.main-navigation .menu_tienda_pc .main-nav ul li.boton_carrito a span, .main-navigation .menu_tienda_pc .main-nav ul li.boton_cuenta a span, .menu_tienda_moviltop ul li.boton_carrito a span, .menu_tienda_moviltop ul li.boton_cuenta a span, .menu_tienda_moviltop ul li:first-child{
    display: none;
}
.logo_mv2 {
    text-align: right;
}
.logo_mv2 img {width: 210px;}
.sup_movil h2 {
    color: #fff;
    font-weight: 800;
    font-size: 38px;
    margin-top: 35px;
    margin-bottom: -20px;
}
.has-inline-mobile-toggle #site-navigation p{
    margin: 0;
}
ul#menu-menu-social,
ul#menu-menu-social-1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
        margin-left: -6px;
}
#social-menu li, #social-menu ul, #menu-menu-social, #menu-menu-social li, #menu-menu-social-1, #menu-menu-social-1 li, #menu-menu-social-1 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}
#legal-menu li, #social-menu li, #menu-menu-social li, #menu-menu-social-1 li {
    display: inline;
    width: auto;
    margin: 0 !important;
}
#social-menu li a, #menu-menu-social li a, #menu-menu-social-1 li a{
    padding: 3px;

}
#menu-menu-social-1 li a, #social-menu li a, #menu-menu-social li a{   
    position: relative;
    display: inline-flex;
    font-size: 0;
    line-height: 1;
}
#menu-menu-social-1 li a:hover, #social-menu li a:hover, #menu-menu-social li a:hover{   
    text-decoration: none;
}
#menu-menu-social-1 li a:hover:before, #social-menu li a:hover:before, #menu-menu-social li a:hover:before{   
    color: #ffffff;
}

#social-menu a:before, #menu-menu-social a:before, #menu-menu-social-1 a:before{
    font-family: 'Font Awesome 6 Brands';
    font-size: 24px !important;
    padding: 4px;
    color: #77a783;;
    transition: all .1s ease-out;
    -webkit-transition: all .1s ease-out;
    -o-transition-: all .1s ease-out;
    -moz-transition-: all .1s ease-out;
}
#social-menu a[href*="facebook.com"]:before, #menu-menu-social a[href*="facebook.com"]:before, #menu-menu-social-1 a[href*="facebook.com"]:before {
    content: "\f09a";
}
#social-menu a[href*="instagram.com"]:before, #menu-menu-social a[href*="instagram.com"]:before, #menu-menu-social-1 a[href*="instagram.com"]:before {
    content: "\f16d";
}
#social-menu a[href*="x.com"]:before, #menu-menu-social a[href*="x.com"]:before, #menu-menu-social-1 a[href*="x.com"]:before {
    content: "\e61b";
}
#social-menu a[href*="youtube.com"]:before, #menu-menu-social a[href*="youtube.com"]:before, #menu-menu-social-1 a[href*="youtube.com"]:before {
    content: "\f167";
}  
#social-menu a[href*="tiktok.com"]:before, #menu-menu-social a[href*="tiktok.com"]:before, #menu-menu-social-1 a[href*="tiktok.com"]:before {
    content: "\e07b";
}  
#social-menu a[href*="mailto:"]:before, #menu-menu-social a[href*="mailto:"]:before, #menu-menu-social-1 a[href*="mailto:"]:before {
    content: "\40";
}  
.inf_movil {
    margin-top: auto;
    padding-bottom: 20px;
    font-size: 14px;
}
.main-navigation .menu_tienda_pc .main-nav ul li a {
    color: #fff;
    background: #973037;
}
.main-navigation .menu_tienda_pc .main-nav ul li a:hover {
    background: #541b02;
    color: #fff;
    text-decoration: none;
}
.menu_tienda_pc {
    display: flex;
}
.wpml-ls-legacy-list-horizontal>ul {
    display: inline-flex;
}
.wpml-ls-legacy-list-horizontal {
    border: 0 !important;
    padding: 0 10px !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-transform: uppercase;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item {
    display: inline-flex !important;
}
.wpml-ls-legacy-list-horizontal a {
    padding: 4px !important;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
}
.wpml-ls-legacy-list-horizontal a:hover {
    text-decoration: underline;
}
.wpml-ls-legacy-list-horizontal li:after {
    content: "/";
    font-size: 14px;
    color: #fff;
}
.wpml-ls-legacy-list-horizontal li:last-child:after {
    content: "";
}
.wpml-ls-legacy-list-horizontal .wpml-ls-current-language a{
    font-weight: bold;
}
.main-navigation .menu_tienda_pc .main-nav ul li.boton_carrito a,
.main-navigation .menu_tienda_pc .main-nav ul li.boton_cuenta a, 
.menu_tienda_moviltop ul li.boton_carrito a, 
.menu_tienda_moviltop ul li.boton_cuenta a{
    background: #ffffff;
    padding: 13px;
}
.boton_descarga:before{
    font-family: 'FontAwesome';
    font-size: 24px !important;
    color: #fff;
    content: "\f07a";
    font-weight: 500;
}

.main-navigation .menu_tienda_pc .main-nav ul li.boton_carrito a:before,
.menu_tienda_moviltop ul li.boton_carrito a:before {
    content: "";
    filter: grayscale(1);
    background-image: url(../img/ico-carrito.svg);
    width: 24px;
    display: inline-block;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
}
.main-navigation .menu_tienda_pc .main-nav ul li.boton_cuenta a:before, 
.menu_tienda_moviltop ul li.boton_cuenta a:before{
    content: "";
    filter: grayscale(1);
    background-image: url(../img/ico-usuario.svg);
    width: 24px;
    display: inline-block;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
}
.main-navigation .menu_tienda_pc .main-nav ul li.boton_carrito a:hover:before,
.main-navigation .menu_tienda_pc .main-nav ul li.boton_cuenta a:hover:before{
    filter: grayscale(0);
}
.footer_top_logo img {
    max-width: 270px;
}
.inside-footer-widgets>div{ flex: unset;}
.footer-widget-1 {
    width: 25%;
}
.footer-widget-2, .footer-widget-3 {
    width: 20%;
}
.footer-widget-4 {
    width: 30%;
}
.woocommerce div.product div.images .flex-control-thumbs {
    position: absolute;
    top: 20px;
    left: 20px;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(1n+1) {
    clear: left;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100%;
    margin: 5px;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    max-width: 70px;border-radius: 5px;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    overflow: hidden;
    border-radius: 10px;
    background-color: #f8f7f2;
        max-width: 520px;
        margin-left: 65px;
}
.variations .value .hidden-select {
    display: none !important;
}
.formato-selector-wrapper {
    display: flex;
    gap: 2px;
    flex-wrap: wrap;
}
.formato-option {
    background: #f2f4f2;
    /* border: 1px solid #acacac; */
    padding: 5px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 18px;
    font-weight: bold;
    color: #7c7d7a;
    min-width: 70px;
    font-weight: 500;
}

.formato-option:first-child{
    border-radius: 5px 0 0 5px ;
}
.formato-option:last-child{
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.formato-option img {
    height: 32px; /* Ajusta el tamaño de tus iconos */
    width: auto;
}
.formato-option img[src*="botella.svg"] {
    height: 24px; /* Ajusta el tamaño de tus iconos */
}
.formato-option.selected {
    background-color: #7c7d7a;
    color: #ffffff;
}
.formato-option.selected img {
    filter: brightness(10);
}
.formato-option:not(.selected):hover {
    border-color: #aaa;
}
.single-product div.product .summary .single_variation_wrap .woocommerce-variation-price, div#tab-description h2:first-child, ul.products .woocommerce-variation.single_variation .woocommerce-variation-price, ul.products table.variations {
    display: none !important;
}
.woocommerce div.product form.cart label {
    font-weight: 400 !important;
    text-align: left;
    color: #646464;
    font-size: 15px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #000000;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 0;
}
span.price-prefix {
    display: block;
    font-size: 14px;
    line-height: 1;
    margin-bottom: -5px;
    font-weight: 400;
    color: #646464;
}
.woocommerce div.product form.cart .variations {
    margin-bottom: 0;
    width: auto;
    float: left;
    margin-right: 20px;
}
.woocommerce .button {
    width: 100%;
    border-radius: 8px !important;
    padding: 15px !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.woocommerce .woocommerce-info .button{
    width: auto;
}
.woocommerce div.product form.cart .button:before {
    font-size: 17px !important;
}
.quantity-wrapper {
    background: transparent;
    display: flex;
    align-items: center;
    /* border: 1px solid #acacac; */
    border-radius: 5px;
    overflow: hidden;
    width: fit-content;
    /*float:right !important;*/
    margin: 0 0 20px 0 !important;
}
.single-product .quantity-wrapper {
    margin: 7px 0 7px 0 !important;
}
/* .woocommerce-variation-add-to-cart.variations_button label {
    margin-left: 35px;
} */
.quantity-wrapper .minus, .quantity-wrapper .plus {
    border: none;
    padding: 1px 10px;
    cursor: pointer;
    font-size: 32px;
    color: #1d6d31;
    line-height: 40px;
    transition: background-color 0.2s;
    background-color: #ffffff;
    font-weight: 200;
    padding: 3px 4px;
    font-size: 24px;
    line-height: 15px;
    border: 1px solid #a5c5ad;
    font-weight: 400;
}
.quantity-wrapper .minus:hover,
.quantity-wrapper .plus:hover {
    background-color: #4a8a5a;
    color: #fff;
    border-color: #4a8a5a;
}
.woocommerce .quantity .qty, .productos_home li .qty {
    width: 30px;
    text-align: center;
    padding: 0;
    border: 0;
    background: unset;
    font-size: 18px;
    color: #000000;
}
.quantity-wrapper .quantity .input-text::-webkit-outer-spin-button,
.quantity-wrapper .quantity .input-text::-webkit-inner-spin-button, 
.quantity-wrapper .input-text::-webkit-outer-spin-button,
.quantity-wrapper .input-text::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity-wrapper .quantity .input-text, .quantity-wrapper .input-text {
    -moz-appearance: textfield; /* Para Firefox */
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: left;
    width: 48%;
    max-width: 370px;
    padding-left: 30px;
    margin-left: 60px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.guardar_direccion, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.verde, .productos_home .button {
    background-color: #1d6d31;
}
.single-product.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt{
    background-color: #973037;
    font-size: 19px !important;
    letter-spacing: 0.05rem;
}
.single-product.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, button.woocommerce-button.button.woocommerce-form-login__submit:hover{
    background: #541b02;
    color:#ffffff;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover, button.guardar_direccion:hover, .productos_home .button:hover {
    background-color: #4a8a5a;
    color: #fff;
    border-color: #4a8a5a !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover{
    /* background-color: #cccccc;
    border-color: #e5e5e5 !important;
    color: #4a4a4a; */
    background-color: #e9f2eb;
    border-color: #e9f2eb !important;
    color: #4a8a5a;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_variation_wrap button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_variation_wrap button.button.alt.disabled:hover{
background-color: #cccccc;
    border-color: #e5e5e5 !important;
    color: #4a4a4a;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    color: #fff;
    background-color: #973037;
}
.woocommerce ul.products li.product .button {
    border: 2px solid;
}
.woocommerce form .form-row label, .select2-container .select2-selection--single .select2-selection__rendered {
    text-align: left;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    font-size: 14px;
    text-align: left;
}
form.cart .reset_variations {
    visibility: hidden;
    font-size: 12px;
    color: #fff;
    background: #ccc;
    padding: 2px 6px;
    display: inline-block;
    margin: 5px 0;
    border-radius: 3px;
}
.info_tienda {
    background: #f8f7f2;
    padding: 15px 20px;
    width: 100%;
    border-radius: 10px;
}
.info_tienda p.li_infotienda:last-child{
    margin: 0 !important;
}
p.li_infotienda {
    margin-bottom: 10px !important;
    display: grid;
    align-items: center;
    gap: 20px;
    grid-template-columns: 35px 1fr;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #707070;
}
p.li_infotienda img{
    margin: auto;
}
.pestanas_producto {
    width: 100%;
    float: left;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    display: flex;
    gap: 15px;
    margin: 0 0 15px;
}
p.li_infotienda span{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #50524D;
    line-height: 1.2;
    font-size: 12px;
}
p.li_infotienda img[src*="visa-mastercard"] {
    width: 90px;margin-left: 0; mix-blend-mode: darken;
}
.info_adicional h5, .info_adicional p {
    margin: 0;
}
.info-li {
    display: grid;
    grid-template-columns: 130px 1fr;
    grid-gap: 20px;
    padding: 20px ;
    background: #f8f7f2;
    width: 100%;
    border-radius: 10px;
    margin-top: 10px;
    align-items: center;
    /* border-bottom: 2px solid #e7e7e7; */
}
.info-li:first-child {
    /* border-top: 2px solid #e7e7e7; */
        margin-top: 0px;
} 
.info_adicional h5 {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #707070;
}
.info_adicional p {
    font-size: 14px;
}
.info-li_titulo {
    text-align: center;
}
.info-li_titulo img{
    margin: 5px 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 500;
    color: #1D6D31;
    padding: 10px 5px;
    letter-spacing: 1px;
    width: 100%;
    line-height: 1.1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover, 
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
    color: #ffffff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0;
    border-radius: 7px !important;
    background-color: #D2E2D6;
    margin:0 ;
    padding: 0 10px;
    font-size: 16px;
    flex: auto;
    text-align: center;
}
.woocommerce div.product .woocommerce-tabs.mitades ul.tabs li {
    flex: 50%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
    background-color: #77A783;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #ffffff;
    
    
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    color: #ffffff;
 
    background-color: #1D6D31;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce #content div.product .woocommerce-tabs ul.tabs::after, .woocommerce #content div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs::after, .woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before, .woocommerce-page div.product .woocommerce-tabs ul.tabs::after, .woocommerce-page div.product .woocommerce-tabs ul.tabs::before{
    content: none;
}
.contenedor_detalles {
    display: grid;
        grid-template-columns: calc(50% - 7.5px) calc(50% - 7.5px);
    grid-gap: 15px;
}
.detalles_detalle {
    border-radius: 7px;
    background: #f8f7f2;
    display: flex;
    gap: 20px;
    padding: 9px 20px;
    align-items: center;
    min-height: 83px;
}
.detalles_detalle p {
    margin: 0;
    color:#000;
    line-height: 1.1;
    font-size: 15px;
}
.detalles_detalle p.titulo_detalles_detalle {
    font-size: 14px;
    color: #973037;
}
.img_detalles_detalle img {
    max-width: 45px;
    max-height: 45px;
        display: block;
}
.txt_detalles_detalle.detalle_puntuaciones {
    gap: 5px;
    display: flex;
    flex-wrap: wrap;
}
p.puntuaciones, .puntuaciones_top p {
    display: flex;
    align-items: center;
    flex-direction: column;
    float: left;
    font-size: 8px;
    text-transform: uppercase;
    font-weight: 500;
    max-width: 40px;
    text-align: center;
    margin: 5px;
        line-height: 1;
        word-wrap: normal;
}
.txt_detalles_detalle.detalle_puntuaciones p.titulo_detalles_detalle {
    flex-basis: 100%;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    display: inline-flex;
    align-items: center;
}
p.puntuaciones span, .puntuaciones_top p span {
    font-size: 11px;
    background: linear-gradient(#971856, #c61e20);
    color: #fff;
    display: flex;
    padding: 5px;
    border-radius: 100%;
    margin-bottom: 3px;
    min-width: 25px;
    width: auto;
    height: 25px;
    align-items: center;
    justify-content: center;
}
p.puntuaciones:nth-child(odd) span, .puntuaciones_top.listadopunt p:nth-child(odd) span{
    background: #bf2226;
}
.puntuaciones_top.listadopunt p:nth-child(even) span{
    background: #5c2a24;
}
.header_producto {
    width: 100%;
    display: flex;
    float: left;
}
.puntuaciones_top {
    margin-left: auto;
    display: flex;
    gap: 10px;
    margin-right: 30px;
}
.puntuaciones_top.listadopunt {
    flex-direction: column;
    width: fit-content;
    position: absolute;
    top: 10px;
    right: 0;
    margin-right: 0;
        gap: 5px;
}
.puntuaciones_top p {
    font-size: 14px;
    max-width: 70px;
    margin: 0;
}
.puntuaciones_top p span {
    font-size: 14px;
    padding: 10px;
    margin-bottom: 7px;
    min-width: 35px;
    width: auto;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.puntuaciones_top.listadopunt p span {
    font-size: 9px;
    padding: 6px;
    margin-bottom: 2px;
    width: 25px;
    height: 25px;
    min-width: unset;
}
.puntuaciones_top.listadopunt p {
    font-size: 8px;    max-width: 40px;
}
.contenedor_titulo_prod {
    position: relative;
}
.contenedor_titulo_prod.con_puntuaciones a, .productos_home li .contenedor_titulo_prod.con_puntuaciones a {
    max-width: calc(100% - 50px);
        display: block;
}
.header_producto {
    width: 100%;
    display: flex;
    margin: 0 auto 30px;
    max-width: 1000px;
    float: none;
}
.titulos_producto h1 {
    margin-bottom: 10px;
    font-weight: 300;
    color: #912f35;
    line-height: 1.2;
}
.titulos_producto h2 {
    margin-bottom: 0;
    color: #2b6d2e;
    font-weight: 700;
}
.boton_descarga {
    width: fit-content !important;
    padding: 15px !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: left !important;
    gap: 10px !important;
    background-color: #2b6d2e !important;
    color: #fff !important;
    border-radius: 5px !important;
    padding: 14px 20px !important;
}
.boton_descarga:hover {
    background-color: #646464 !important;
}
.boton_descarga:before {
    content: "\f063";
    font-size: 16px !important;
}
/* Fondo oscuro y contenedor del modal (ocultos por defecto) */
.mi-modal-overlay,
.mi-modal-container {
    display: none;
}

.mi-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99998;
}

.mi-modal-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    max-width: 1000px;
    width: 90%;
    z-index: 99999;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    border-radius: 4px;
}

/* Cabecera del modal */
.mi-modal-header {
    background-color: #e9f7e4;
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #5cb932;
    font-weight: 700;
    font-size: 18px;
}
.product-details {
    display: flex;
    gap: 20px;
        align-items: flex-start;
}
.product-details img {
    height: auto;
    width: auto;
    max-width: 240px;
        max-height: 240px;
}
.mi-modal-title {
    margin: 0;
    font-size: 1em;
}

.mi-modal-close-button {
    background: none;
    border: none;
    font-size: 2em;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    color: #666;
}
.mi-modal-close-button:hover {
    color: #000;
}

/* Contenido del modal */
.mi-modal-content {
    padding: 30px;
    position: relative;
    min-height: 200px;
}

/* Spinner de carga */
.loading-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db; /* Puedes cambiar este color */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.woocommerce ul.products li.product a img {
    margin: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title, .productos_home li h2{
    padding: .5em 0 0 0;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
}
.product-loop-categories {
    font-size: 14px;
    line-height: 1.2;
    max-width: calc(100% - 50px);
}
.product-loop-categories a {
    color: #646464;
}
form.cart .label {
    font-size: 14px;
}
.woocommerce span.onsale {
    font-size: 0.75em;
    font-weight: 500;
    background-color: #ff0000;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price, .productos_home li .price {
    color: #000000;
    font-weight: 700;
    font-size: 32px;
        margin: 0;
}
.woocommerce ul.products li.product .price del, .product-price del {
    opacity: .3;
    display: block;
    line-height: 1;
    font-size: 20px;
    margin-bottom: -8px;
}
.product-price del {
    font-size: 16px;
    margin-bottom: -6px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .productos_home li {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
        margin: 0 15px 15px 0;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: calc(33.33333% - 10px);
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 0 !important;
}
.variation-row {
    position: relative;
}
ul.products form.cart .reset_variations {
    position: absolute;
    top: -1px;
    margin: 0;
    right: 6px;
    padding: 0px 5px;
}
ul.products .formato-option img[src*="caja"] {
    height: 26px;
}
ul.products .formato-option img {
    height: 22px;
}
ul.products .formato-option {
    font-size: 14px;
    min-width: calc(33.33333% - 5px);    
    padding: 4px;
    gap: 4px;
}
ul.products .formato-selector-wrapper {
    gap: 2px;
}
ul.products .quantity-wrapper .minus, ul.products .quantity-wrapper .plus, .product-quantity .quantity-wrapper .minus, .product-quantity .quantity-wrapper .plus {
    padding: 3px 4px;
    font-size: 24px;
    line-height: 15px;
    border: 1px solid #7c7d7a;
    font-weight: 400;
}
ul.products .quantity-wrapper .minus, ul.products .quantity-wrapper .plus {
    padding: 2px 3px;
    font-size: 22px;
    line-height: 13px;
}
.product-quantity .quantity .qty {
    width: 30px;
    font-size: 18px;
}
ul.products .quantity .qty {
    width: 22px;
    font-size: 18px;
}
ul.products span.price-prefix {
    font-size: 11px;
    margin-bottom: -10px;
    margin-top: 5px;
}
ul.products .quantity-wrapper,.product-quantity .quantity-wrapper{
    margin: 0 !important;
}
ul.products button.single_add_to_cart_button.button {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 33.33333%;
}
ul.products .variations {
    float: left;
    margin-right: 10px;
    width: calc(66% - 10px);
        margin-bottom: 15px;
}
.product-loop-saber-mas {
    margin-top: 15px;
    width: calc(66.66666% - 20px) !important;
}
.product-loop-saber-mas a.button {
    background-color: #fff;
    border: 2px solid #1d6d31;
    color: #1d6d31;
        width: 100%;
    text-align: center;
}

.woocommerce ul.products li.product .product-loop-saber-mas  .button{
    margin: 0;
    text-align: center;
    padding: 5px !important;
    min-height: 50px;
}
.woocommerce ul.products button[name="add-to-cart"],
.woocommerce ul.products button.single_add_to_cart_button,
.woocommerce ul.products a.add_to_cart_button, .productos_home li  button.single_add_to_cart_button {
    font-size: 0;
    color: transparent;
    padding: 23px !important;
    font-size: 0 !important;
}

.woocommerce ul.products button[name="add-to-cart"]::before,
.woocommerce ul.products button.single_add_to_cart_button::before,
.woocommerce ul.products a.add_to_cart_button::before, .productos_home li  button.single_add_to_cart_button::before{
    /* content: '\f07a';
    font-family: 'FontAwesome'; */
    font-size: 26px; 
    color: white;    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1; 
     content:url(../img/ico-carrito-w.svg);
}
.woocommerce div.product form.cart .button:before{
    content:url(../img/ico-carrito-w.svg);
}
span.iva-incluido {
    display: block;
    line-height: 1;
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 400;
    margin-top: -5px;
    color: #707070;
}
.product-info h4 {
    margin-top: 0px;
    margin-bottom: 5px;
    line-height: 1.2;
    font-size: 20px;
    font-weight: 600;
}
.mi-modal-content .product-price {
    font-size: 1.8em;
}
.mi-modal-content .cart-totals,
.mi-modal-content .cart-totals td,
.mi-modal-content .cart-totals th{
    border: 0;
}
.product-category a {
    color: #666;
}
.product-category {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 5px;    line-height: 1.2;
}
.product-price{
    font-size: 1.3em; font-weight: bold; margin-bottom: 5px;
}
.cart-summary{
    flex: 1; min-width: 250px; border-left: 1px solid #eee; padding-left: 30px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
    list-style: none;
}
.product-info p {
    margin-bottom: 0;
}
.modal-body-content{
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
a.carritolleno:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: red;
    border-radius: 100%;
    top: 10px;
    right: 13px;
}
.cart_totals{
    background-color: #fff;
}
button.button[name="update_cart"] {
    display: none !important;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    float: none;
    background: #F5F2F2;
}
.woocommerce .cart-collaterals .cont_cart_totals, .woocommerce-page .cart-collaterals .cont_cart_totals {
    width: 100%;
    position: sticky;
    top: 20px;
}

.contenedor_cart > form {
    display: grid;
    grid-template-columns: calc(65% - 7.5px) calc(35% - 7.5px);
    grid-gap: 15px;
}
.woocommerce-cart table.cart img {
    width: auto;
    box-shadow: none;
    height: 70px !important;
}
.woocommerce table.shop_table {
    border: 0;
    margin: 0;
    text-align: left;
    width: 100%;
    border-collapse: unset;
    border-radius: 10px;
    background: #fff;
}
.woocommerce .cart_totals table.shop_table {
    margin-top: 20px;
    background: transparent;
}
.woocommerce table.shop_table td {
    border-top: 0;
    line-height: 1.2;
        border-right: 0;
}
.woocommerce-cart .wc-proceed-to-checkout {
    padding-bottom: 0;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    margin-bottom: 0;
    background-color: #973037;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #541b02;
}
.cart-collaterals p, .cart-collaterals table {
    margin: 0;
    font-size: 14px;
}
.woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table td{
    padding:5px;
}
#add_payment_method .cart-collaterals .cart_totals table td, #add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table td, .woocommerce-checkout .cart-collaterals .cart_totals table th {
    line-height: 1.2;
    border: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table td{
    text-align: right;
    font-weight: bold;
}
.woocommerce-cart .cart-collaterals .cart_totals table th{
    font-weight: 400;
}
.woocommerce-cart .cart-collaterals .cart_totals table tbody {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals table tbody tr {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
tr.order-total {
    background: #EAD6D7;
    border-radius: 5px !important;
    padding: 5px 8px;
}
.cont_cart_totals .info_tienda {
    margin-top: 10px;
    background:#f5f2f2;
    padding: 20px;
    border-radius: 10px;
}
.cont_cart_totals .info_tienda img[src*="visa-mastercard"] {
    filter: brightness(1.05);
}
.woocommerce table.shop_table th {
    font-weight: 400;
    padding: 15px 10px;
    line-height: 1.2;
    font-size: 13px;
    border-right: 0;
    color: #7C7D7A;
}
#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
    text-align: center;
}
td.product-name a {
    color: #000;
    font-weight: 700;
}
td.product-name p.product-attribute {
    font-size: 14px;
    margin-top: 3px;
    margin-bottom: 0;
}
td.product-name span.woocommerce-Price-amount {
    display: block;
    font-weight: 700;
    font-size: 14px;
    color: #7a7a7a;
    margin-top: 3px;
}
td.product-quantity label {
    display: none;
}
td.product-subtotal {
    font-weight: 600;
    font-size: 20px;
}
.woocommerce a.remove {
    display: flex;
    height: 35px;
    width: 35px;
    align-items: center;
    justify-content: center;
}
.woocommerce a.remove:hover {
    background: #000000;
}
.woocommerce a.remove svg{
    fill: #646464;
}
.woocommerce a.remove:hover svg{
    fill: #fff;
}
.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    display: flex;
}
.woocommerce-page table.cart td.actions .coupon .input-text {
    width: auto !important;
    border-radius: 5px;
    font-size: 14px;
    padding: 0 15px;
}
.shipping-calculator-form button.button {
    margin: 15px 4px 10px;
    padding: 12px !important;
    font-size: 14px !important;
    background: #5e5e5e;
    width: calc(100% - 8px);
}
.woocommerce table.shop_table tr:last-child td {
    border: 0;
}
a.wc-back {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}
a.wc-back:before {
    content: "\f060";
    font-family: "FontAwesome";
    font-size: 16px;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout {
    width: 100%;
    max-width: unset;
    margin: 0;
}

.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url], .wc-blocks-components-select .wc-blocks-components-select__select{
    border: 0 !important;
}
.wc-block-components-title.wc-block-components-title {
    font-weight: 700;
}
.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
    box-shadow: unset !important;
    background: #fff;
}
.wc-block-components-radio-control--highlight-checked.wc-block-components-radio-control--highlight-checked--last-selected:after, .wc-block-components-textarea {
    border: 0 !important;
}
.wp-block-woocommerce-checkout-order-summary-block {
    background: #F5F2F2;
    border: 0 !important;
    border-radius: 8px !important;
    padding-top: 1px;
}
p.wc-block-components-checkout-order-summary__title-text {
    font-weight: 700 !important;
}
.wc-block-checkout__sidebar .wc-block-components-product-name {
    font-weight: 700 !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.2 !important;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices {
    padding-top: 5px !important;
    font-size: 13px;
    line-height: 1 !important;
}
.wc-block-components-product-details.wc-block-components-product-details {
    margin: 0 !important;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__description .wc-block-components-product-metadata, .wc-block-components-order-summary .wc-block-components-order-summary-item__description p {
    line-height: 1.2 !important;
    margin-top: 5px !important;
    font-size: 12px !important;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-formatted-money-amount {
    font-weight: 700;
}
span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-product-price__value.wc-block-components-order-summary-item__individual-price {
    font-weight: 600;
}
.wp-block-woocommerce-checkout-order-summary-coupon-form-block.wc-block-components-totals-wrapper, .wp-block-woocommerce-checkout-order-summary-totals-block {
    font-size: 14px;
}
.wc-block-components-address-card {
    border: 0 !important;
    background: #fff;
}
.woocommerce .woocommerce-customer-details .woocommerce-column__title, h2.woocommerce-order-details__title {
    margin-top: 0;
    font-size: 22px !important;
    font-weight: 700;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select, .contenido_pagina_newsletter input {
    padding: 15px;
    border: 0;
    border-radius: 5px;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 0;
    padding: 0;
    margin: 0;
}
.wc-block-components-text-input.wc-block-components-totals-coupon__input input[type=text]{
    background-color: #fff !important;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    min-height: unset !important;
}
div#customer_login {
    max-width: 900px;
    margin: 0 auto;
}
form.woocommerce-form.woocommerce-form-register.register p {
    font-size: 12px;
    line-height: 1.2;
}
form.woocommerce-form.woocommerce-form-register.register p.woocommerce-form-row {
    font-size: 15px;
}
.woocommerce form .form-row {
    padding: 0;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 45%;
}
.site-footer {
    background: url(../img/bg-footer.jpg) no-repeat center bottom #003200;
}
.cantidad_cart {
    background-color: #973037;
    color: #ffffff;
    border-radius: 50%;
    padding: 0px;
    font-size: 10px;
    position: absolute;
    top: 8px;
    left: unset;
    display: flex !important;
    right: 5px;
    width: 15px;
    height: 15px;
    line-height: 1;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.barra_superior {
    background: #541b02;
}
span.cart-counter-container {
    display: flex !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    color: #973037;
        font-size: 16px;
}
i.fas.fa-angle-right:before {
    font-family: 'FontAwesome';
    font-size: 11px !important;
    color: #bfbfbf;
    content: "\f105";
    font-style: normal;
    margin: 0 5px;
}
.copyright-bar {
    text-align: left;
    margin: 0 !important;
}
h1.entry-title, .woocommerce-products-header__title.page-title {
    font-weight: 300;
    color: #1d6d31;
    text-align: center;
        line-height: 1;
}
.contenedor_micuenta {
    display: grid;
    grid-template-columns: 210px 1fr;
    grid-gap: 40px;
}
.woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
}
.woocommerce-MyAccount-navigation-link a {
    background: #F5F2F2;
    display: flex;
    padding: 10px 15px;
    border-radius: 7px;
    color: #000;
    gap: 10px;
    align-items: center;
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a{
    background: #E9F2EB;
    color: #1D6D31;
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a:hover{
    background-color: #4a8a5a;
    color:#fff;
}
.woocommerce-MyAccount-navigation-link a:before{
    content: "";
    display: inline-block;
    width: 17px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.woocommerce-MyAccount-navigation-link.is-active a:before, .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a:hover:before{
    filter: brightness(10);
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard a:before{
    background-image: url(../img/ico-pedidos.svg);
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders a:before{
    background-image: url(../img/ico-pedidos.svg);
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads a:before{
    background-image: url(../img/ico-descargas2.svg);
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address a:before{
    background-image: url(../img/ico-direcciones.svg);
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account a:before{
    background-image: url(../img/ico-usuario2.svg);
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a:before{
    background-image: url(../img/ico-salir.svg);
}
.woocommerce-MyAccount-navigation-link a:hover {
    background: #eec9cb;
}
.woocommerce-MyAccount-navigation-link.is-active a {
    background: #912f35;
    color: #ffffff;
}
.woocommerce-MyAccount-navigation-link {
    margin-bottom: 5px;
}
.woocommerce-MyAccount-navigation-link:last-child {
    margin-bottom: 0;
}

.woocommerce table.my_account_orders {
    font-size: 15px;
}
tr.woocommerce-orders-table__row th, tr.woocommerce-orders-table__row td {
    border: 0 !important;
}
tr.woocommerce-orders-table__row {
    border-radius: 10px;
    background: #F2F4F2;
    display: grid;
    grid-template-columns: 90px 150px 130px 110px 1fr;
    width: 100%;
    margin-bottom: 8px;
    align-items: center;
    padding: 3px 5px 3px 15px;
}
.woocommerce-orders-table.woocommerce-MyAccount-orders thead tr{
    display: grid;
    grid-template-columns: 90px 150px 130px 110px 1fr;
    padding: 0 15px;
}
.woocommerce-orders-table.woocommerce-MyAccount-orders thead th{
    border: 0;
        padding: 5px 10px;
}
.woocommerce-orders-table.woocommerce-MyAccount-orders, .woocommerce-orders-table.woocommerce-MyAccount-orders thead, .woocommerce-orders-table.woocommerce-MyAccount-orders tbody, table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents, table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead, table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody {
    display: block;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a {
    color: #000;
    font-size: 17px;
    font-weight: 600;
}
span.articulos_pedido {
    font-size: 12px;
    color: #7C7D7A;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-date {
    font-size: 13px;
    color: #7C7D7A;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total {
    font-size: 18px;
    font-weight: 600;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
    color: #000;
    text-decoration: underline;
    font-size: 14px;
    margin-right: 10px;
    display: inline-block;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a:hover {
    color: #973037;
    text-decoration: none;
}
.woocommerce-MyAccount-content {
    max-width: 760px;
    margin: 0 auto;
}
.woocommerce-view-order .woocommerce-MyAccount-content {
    max-width: unset;
}
h2.titulo_micuenta {
    font-size: 30px;
    font-weight: 600;
    color: #8b2e33;
}
h3.historial_pedidos {
    font-size: 20px;
    margin-bottom: 5px;
}
.tabla-ultimo-pedido{
    margin-bottom: 25px !important;;
}
.woocommerce form .form-row .input-text, .contenido_pagina_newsletter input, .contenido_pagina_newsletter input:focus{
    background-color:#F2F4F2;
}
.custom-order-details-column h3, .comunicaciones_pedido h2 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
    color: #A73604;
}
.custom-order-details-column > div {
    margin-bottom: 30px;
}
.informacion_cliente {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
.custom-order-details-column p {
    margin: 0;
    font-size: 15px;
    line-height: 1.3;
}
.custom-order-details-column span.date {
    display: block;
    font-size: 12px;
    color: #828282;
}
.columnas_detalle_pedido {
    display: grid;
    grid-template-columns: calc(60% - 5px) calc(40% - 5px);
    gap: 10px;
}
.custom-order-products-container, .comunicaciones_pedido {
    color: #333;
    background-color: #F5F2F2;
    padding: 10px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.3;
}
.custom-order-item {
    display: grid;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    gap: 10px;
    grid-template-columns: 50px 1fr 80px;
    line-height: 1;
}
.custom-order-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.custom-order-item .product-image img {
    width: 50px; /* Tamaño de la imagen del producto */
    height: auto;
    margin-right: 15px;
    border-radius: 4px;
}
.custom-order-item .product-details {
    flex-grow: 1;
}
.custom-order-item .product-name {
    font-weight: bold;
    margin: 0;
}
.custom-order-item .product-meta {
    font-size: 0.9em;
    color: #777;
}
.custom-order-item .product-price {
    font-weight: bold;
    font-size: 1.1em;
    min-width: 80px;
    text-align: right;
}
.custom-order-totals {
    margin-top: 10px;
}
.custom-order-totals .total-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 10px;
    
}
.total-row.order-total{
background-color: #EAD6D7;
border-radius: 5px;
}
.custom-order-totals .total-row span {
    font-weight: normal;
}
.custom-order-totals .grand-total {
    font-weight: bold;
    background-color: #f3eae4; /* Color de fondo para la fila del total */
    padding: 15px;
    margin: 10px -15px -15px -15px; /* Ajuste para que ocupe todo el ancho */
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.custom-order-totals .grand-total span {
    font-weight: bold;
}
.comunicaciones_pedido, .estado_pedido {
    padding:15px 20px;
    margin-bottom: 10px;
    background-color: #F5F2F2;
    border-radius: 8px;
}
.comunicaciones_pedido ol {
    margin: 0px 0px 0 25px;
}
.estado_pedido p {
    margin: 0;
}
.estado_pedido.amarillo {
    background: #fef6e3;
    color: #684d0d;
}
.estado_pedido.rojo {
    background: #ead6d7;
    color: #973037;
}
.estado_pedido.verde {
    background: #e9f2eb;
    color: #1d6d31;
}
.custom-order-products-container p.order-again {
    margin-top: 10px;
    margin-bottom: 0;
}
p.subtitulo_pedido {
    font-size: 14px;
    color: #767676;
    margin-top: -15px;
    margin-bottom: 10px;
}
.woocommerce-notices-wrapper, .woocommerce-message{
    outline: 0 !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
        background-color: #f5f2f2;
}
.woocommerce-error li:last-child, .woocommerce-info li:last-child, .woocommerce-message li:last-child{
    margin-bottom: 0 !important;
}
.woocommerce-error:focus-visible,
.woocommerce-info:focus-visible,
.woocommerce-message:focus-visible {
    outline: none !important;
}
header.woocommerce-Address-title.title h2, h2.direccion, span.titulo_cuadro_newsletter {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #973037;
    font-weight: 600;
}
a.edit, .continuar_mv a {
    display: block;
    border: 2px solid #868686;
    border-radius: 8px;
    padding: 10px 15px;
    line-height: 1;
    width: fit-content;
    color: #000;
    text-align: center;
}
a.edit:hover, .continuar_mv a:hover {
    background-color: #4a8a5a;
    color: #fff;
    border-color: #4a8a5a;
}
button.button.guardar_direccion{
    margin-top: 15px;
}
.select2-container .select2-dropdown, .select2-container .select2-selection {
    background-color: #f2f4f2;
    border: 0;
    border-radius: 8px;
    padding: 5px;
    font-size: 14px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 10px;
}
.navegacion_post_movil {
    display: none;
}
tr.woocommerce-cart-form__cart-item.cart_item, table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead tr {
    border-radius: 8px;
    background: #F2F4F2;
    display: grid;
    grid-template-columns: 110px 1fr min-content 130px 60px;
    width: 100%;
    margin-bottom: 5px;
    align-items: center;
    padding: 5px;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead tr{
    grid-template-columns: 110px 1fr 100px 130px 60px;
    padding: 0;
}
.woocommerce-cart table.cart td, .woocommerce-cart table.cart th{ border: 0;}
tr.woocommerce-cart-form__cart-item.cart_item td, table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead tr th{
    padding: 6px;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .product-subtotal {
    text-align: right;
}
th.product-quantity {
    text-align: center;
}
.cart-collaterals {
    max-width: 370px;
    margin-left: auto;
}
form.woocommerce-cart-form > table {
    max-width: 700px;
}
.woocommerce-page .col2-set.formularios_login .col-1 {
    width: 55%;
}
.woocommerce-page .col2-set.formularios_login .col-2 {
    width: 40%;
}
.inicio_sess {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.inicio_sess .woocommerce-LostPassword{
    margin-right: auto;
    font-size: 14px;
}
.woocommerce-LostPassword a{
    color:#000;
    text-decoration: underline;
}
form.woocommerce-ResetPassword.lost_reset_password {
    max-width: 500px;
    margin: 0 auto;
}
form.woocommerce-ResetPassword.lost_reset_password .form-row-first, 
form.woocommerce-ResetPassword.lost_reset_password .form-row-last{
    width: 100%;
    margin-bottom: 10px;
}
.footer-widgets-container {
    padding: 40px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .productos_home li {
    width: calc(25% - 11.25px);
    box-shadow: 0px 0px 7px rgb(0 0 0 / 11%);
    border-radius: 10px;
    overflow: hidden;
}
.site-header .header-image {
    width: 100%;
    max-width: 155px;
}
.menu_tienda_moviltop, .continuar_mv, .widget_sow-editor:has(> .conocermas_mv){ display: none;}
/* .coupon button.button {
    max-width: 140px !important;
} */
#add_payment_method .cart-collaterals .cart_totals table small, .woocommerce-cart .cart-collaterals .cart_totals table small, .woocommerce-checkout .cart-collaterals .cart_totals table small {
    color: #767676;
    display: block;
}
button.button[name="apply_coupon"] {
    background: #242721;
    width: 100%;
    padding: 5px !important;
}
.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url], .wc-blocks-components-select .wc-blocks-components-select__select, .wc-block-checkout__add-note .wc-block-components-textarea{
    background:#F2F4F2 !important;
}
.wc-block-components-form .wc-block-checkout__order-notes.wc-block-components-checkout-step {
    margin-bottom: 25px;
}
.wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
    padding-top: 15px;
}
.wc-block-checkout__terms {
    margin: 0 0 25px;
}
body.has-highlighted-shipping-section div.woocommerce form .fc-step__substep[data-substep-id=shipping_address], body.has-highlighted-billing-section div.woocommerce form .fc-step__substep[data-substep-id=billing_address] {
    background-color: #F5F2F2 !important;
}
/* .fc-wrapper .fc-checkout-step {
    border: 0;
} */
div.woocommerce form .woocommerce-billing-fields__field-wrapper:not(:last-child), div.woocommerce form .woocommerce-billing-only-fields__field-wrapper:not(:last-child) {
    padding-bottom: 0;
}
div.woocommerce form .woocommerce-billing-only-fields__field-wrapper {
    margin-top: 0;
}
button.fc-step__next-step, button.fc-step__substep-save.button {
    background: #1D6D31 !important;
}
button.fc-step__next-step:hover, button.fc-step__substep-save.button:hover{
    background: #e9f2eb !important;
}
.fc-progress-bar .fc-progress-bar__count {
    color: #2b6d2e;
    font-weight: 500;
    text-transform: none;
}
body.woocommerce-checkout div.woocommerce .fc-wrapper .fc-step__substep .fc-step__substep-title {
    color: #912f35 !important;
    font-size: 22px !important;
    text-transform: unset !important;
}
.has-checkout-layout--multi-step.woocommerce-checkout form .fc-wrapper .fc-checkout-step[data-step-complete] .fc-step__substep .fc-step__substep-title {
    font-size: 16px !important;
}
.has-checkout-layout--multi-step.woocommerce-checkout form .fc-wrapper .fc-checkout-step[data-step-complete] .fc-step__substep .fc-step__substep-title:before {
    background-color: #2b6d2e !important;
}
section.fc-step__substep, .fc-wrapper .fc-checkout-step {
    border-color: #f0f0f0 !important;
}
div.woocommerce .fc-wrapper .fc-checkout-order-review .fc-checkout-order-review__inner {
    border: 0 !important;
    background: #f5f2f2 !important;
}
div.woocommerce .fc-wrapper #order_review table.woocommerce-checkout-review-order-table .cart-item__element {
    margin-top: 0;
}
body.woocommerce-checkout div.woocommerce .fc-wrapper .fc-checkout-order-review-title {
    color: #912f35 !important;
    font-size: 16px !important;
    text-transform: unset !important;
}
tr.cart_item.cart-item, div.woocommerce .fc-wrapper #order_review table.woocommerce-checkout-review-order-table tr {
    border-color: #e4dada !important;
}
.wp-block-woocommerce-checkout, .fc-sidebar__inner{
    padding-top: 0 !important;
}
body.woocommerce-checkout form.woocommerce-checkout {
    margin-top: -90px !important;
    float: left !important;
    width: 100%;
} 
.fc-sidebar__inner {
    padding-top: 100px !important;
}
.fc-inside {
    margin-top: 95px;
}
.fc-progress-bar--bars .fc-progress-bar__steps{
    overflow: unset !important;
    position: relative;
}
.fc-progress-bar--bars .fc-progress-bar__steps, .fc-progress-bar--bars .fc-progress-bar__steps .fc-progress-bar__step {
    height: auto !important;
    background: unset !important;
    text-align: center;
}
.fc-progress-bar--bars .fc-progress-bar__steps .fc-progress-bar__step {
    border-top: 2px solid #A7A9A6;
    font-size: 13px;
    color: #A7A9A6;
    position: relative;
    padding-top: 7px;
        width: 25% !important;
}
.fc-progress-bar--bars .fc-progress-bar__steps .fc-progress-bar__step.is-complete, .fc-progress-bar--bars .fc-progress-bar__steps .fc-progress-bar__step.is-current {
    border-top: 2px solid #346d2a;
    color: #346d2a;
}
.fc-progress-bar--bars .fc-progress-bar__steps .fc-progress-bar__step.is-current {
    font-weight: 700;
}

.fc-progress-bar--bars .fc-progress-bar__steps .fc-progress-bar__step:before{
    content: "";
    position: absolute;
    left: calc(-50% + 6px);
    top: -1.5px;
    width: 50%;
    height: 1.5px;
    background: #a7a9a6;
}
 .blanco_final{
    content: "";
    position: absolute;
    top: 0px;
    background: #fff;
    width: calc(12.5% - 6px);
    right: 0;
    z-index: 1;
    height: 2px;
}
.blanco_final.blanco_iscurrent{
    width: calc(12.5% - 8.5px);
}
.fc-progress-bar--bars .fc-progress-bar__steps .fc-progress-bar__step:after {
    content: "";
    position: absolute;
    left: calc(50% - 6px);
    top: -6px;
    width: 12px;
    height: 12px;
    background: #a7a9a6;
    border-radius: 100px;
}

.fc-progress-bar--bars .fc-progress-bar__steps .fc-progress-bar__step.is-complete:after, 
.fc-progress-bar--bars .fc-progress-bar__steps .fc-progress-bar__step.is-complete:before,
.fc-progress-bar--bars .fc-progress-bar__steps .fc-progress-bar__step.is-current:before {
    background: #346d2a;
}
.fc-progress-bar--bars .fc-progress-bar__steps .fc-progress-bar__step:first-child:before {
    background: #fff !important;
    left: 0 !important;
}
.fc-progress-bar--bars .fc-progress-bar__steps .fc-progress-bar__step.is-current:after {
    background: #346d2a;
    outline: 3px solid #A5C5AD;
}
.fc-progress-bar .fc-progress-bar__count {
        margin: 0 0 15px !important;
        font-size: 14px;
        text-transform: unset !important;
        color: #912f35 !important;
    }
 .ts-wrapper.single .ts-control {
    border-radius: 5px !important;
    border: 0 !important;
}
#billing_solicitar_factura_field span.optional {
    display: none;
}
body.has-highlighted-order-totals div.woocommerce .fc-wrapper #order_review table.woocommerce-checkout-review-order-table tfoot tr.order-total{
    background: #EAD6D7 !important;
}
body.woocommerce-checkout .fc-content.fc-container {
        padding: 0 !important;
    }
h1.fc-checkout__title.screen-reader-text {
    width: auto;
    height: auto;
    position: relative !important;
    clip: unset;
    clip-path: unset;
    text-align: center;
    font-weight: 300;
    color: #1d6d31;
    margin-bottom: 20px;
}
.post-type-archive nav.woocommerce-breadcrumb , .woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count{
    display: none;
}
.navegacion-inferior-container {
    padding: 30px;
    background: #F5FAF6;
    text-align: center;
}
.navegacion-inferior-container h2 {
    color: #528a58;
    font-weight: 300;
}
div#navegacion-ft {
    margin: 0 auto;
    max-width: 900px;
}
ul#menu-navegacion-footer, ul#menu-navegacion-footer li, ul#menu-navegacion-footer li a {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
 ul#menu-navegacion-footer li{
    border-radius: 8px;
    overflow: hidden;
    transition: all .1s ease-in-out;
    position: relative;
 }
 ul#menu-navegacion-footer li:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .1s ease-in-out;
 }
ul#menu-navegacion-footer li a{
    width:200px;
    height: 200px;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
}
ul#menu-navegacion-footer li:hover a{
    background: rgba(0, 0, 0, 0.1);
}
ul#menu-navegacion-footer li:hover:before{
    transform: scale(110%);
}
ul#menu-navegacion-footer li a span{
    color:#fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 2px 2px 3px #000;
}
ul#menu-navegacion-footer li.btn_nosotros:before{ background-image: url(../img/bg-nosotros1.jpg);}
ul#menu-navegacion-footer li.btn_nuestrosvinos:before{ background-image: url(../img/bg-nuestrosvinos1.jpg);}
ul#menu-navegacion-footer li.btn_sostenibilidad:before{ background-image: url(../img/bg-sostenibilidad1.jpg);}
ul#menu-navegacion-footer li.btn_tienda_ft:before{ background-image: url(../img/bg-tienda1.jpg);}
.siteorigin-widget-tinymce.textwidget h3 {
    font-weight: 600;
    color: #8b2e33;
}
.siteorigin-widget-tinymce.textwidget h2 {
    color: #1D6D31;
    font-weight: 300;
    font-size: 40px;
        line-height: 1;
}
 #page.grid-container{
    max-width: unset;
}
.panel-grid > div {
    max-width: 1270px;
    margin: 0 auto;
        padding:0 40px;
}
.panel-grid:first-child > div {
        padding-top: 40px;
}
.panel-grid > div:has(.parallax-container) {
        padding: 0;
}
/* .woocommerce  #page.grid-container,
.woocommerce-page  #page.grid-container {
    max-width: 1270px;
    margin: 83px auto 0 auto;
    padding: 40px;
} */
.one-container .site-content{
    padding: 0;
}
/* .woocommerce.one-container .site-content{
    padding: 40px;
} */
.panel-grid > div.cont_video_home,
.panel-grid > div.cont_foto_header {
    max-width: unset;
    padding: 0;
}
.home .panel-grid:has(> .fila_sostenibilidad_h){
    background: #eaf2eb;
}
.home .panel-grid:has(> .fila_vinos_h){
    background-image: url(../img/bg-nuestrosvinos_h.jpg);
        background-size: cover;
    background-position: center;
    padding: 35px;
}
.fila_vinos_h .panel-grid-cell:first-child .siteorigin-widget-tinymce.textwidget {
    background: #ffffff;
    padding: 35px !important;
}
.video_home {
    min-height: 55vw;
    background: url(https://magnavides.com/wp-content/uploads/revslider/video-media/Video-Cabecera-Editado_1.jpeg) no-repeat center;
    background-size: cover;
}
.video_home video {
    max-height: calc(100vh - 84px);
    overflow: hidden;
}
.fila_nosotros_h .sow-image-container,
.fila_nosotros .sow-image-container {
    overflow: hidden;
    border-radius: 100%;
}
.parallax-container, .video_home {
    min-height: 80vh;
    height: 80vh;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    left: 0;
    max-width: unset;
    position: relative;
}
.header_pagina, .contenido_texto_videohome {
    position: absolute;
    top: 0;
    left: calc(50vw - 560px);
        width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
    padding: 40px;
    max-width: 1120px;
    text-align: center;
}
.imagen_header {
    transform: translateY(var(--fondo-pos));
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.fade-in, .video_home:after {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.fade-in.visible, .video_home.visible:after {
  opacity: 1;
}
.contenido_texto_videohome h2 {
    text-align: center;
    color: #fff5d7;
    font-size: 5.5vw;
    line-height: 1;
    font-weight: 300;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
.video_home:after, .parallax-container:after {
    /* content: ""; */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.2);
}
.piedefoto h3, .piedefoto p {
    margin-bottom: 0;
    color: #8b2e33;
    font-weight: 300 !important;
    line-height: 1.2;
}
.sow-image-container {
    justify-content: center;
}
.header_pagina h1 {
    color: #fff !important;
    font-weight: 300;
    font-size: 5.5vw;
    line-height: 1;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
.page-template-default .panel-grid {
    max-width: 1140px;
    margin: 0 auto;
}
.page-template-default .panel-grid:has(> .cont_foto_header),
.page-template-default.home .panel-grid  {
    max-width: unset;
}
#content .inside-article ul.sow-slider-images li{
    margin: 0;
    list-style: none;
}
.woocommerce ul li{
    margin-left: 0 !important;
    list-style: none !important;
}
    
.sow-slider-base {
    margin-bottom: 50px;
    background: #F5F2F2;
        overflow: unset;
}
.sow-slider-base .sow-slider-pagination {
    bottom: -30px !important;
    background: #F5F2F2;
    border-radius: 4px;
    width: fit-content;
    padding: 4px;
    left: 50%;
    transform: translateX(-50%);
    line-height: unset !important;
    z-index: 1;
}
.sow-slider-base .sow-slider-pagination li a{
    opacity: 1 !important;
    background-color: #EAD6D7 !important;
}
.sow-slider-base .sow-slider-pagination li.sow-active a{
    background-color: #973037 !important;
}
.sow-slider-base .sow-slide-nav:hover{
    opacity: 1;
}
.sow-slider-base .sow-slide-nav a {
    color: #912f35 !important;
    background: #fff;
    border-radius: 100%;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.sow-slider-base [class^="sow-sld-icon-"], .sow-slider-base [class*=" sow-sld-icon-"] {
    font-family: 'FontAwesome';
}
.sow-slider-base .sow-sld-icon-thin-right:before {
    content: "\f054";
}
.sow-slider-base .sow-sld-icon-thin-left:before {
    content: "\f053";
}
.doble_columna .siteorigin-widget-tinymce {
    column-count: 2;
    gap: 30px;
}
/* .doble_columna p{
    display: inline-block;
} */
.fila_nosotros {
    gap: 100px;
}
.mapamundi .siteorigin-widget-tinymce.textwidget {
    max-width: 600px;
    margin: 0 auto;
}
.mapamundi .siteorigin-widget-tinymce.textwidget {
    max-width: 640px;
    margin: 10px auto;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
}
.mapamundi .siteorigin-widget-tinymce.textwidget p{
    color:#973037;
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
}
.mapamundi {
    padding-top: 31vw !important;
    background-repeat: no-repeat;
    background-position: top center !important;
}
.sow-tabs-tab-container {
    justify-content: center;
    gap: 20px;
    background: unset !important;
    padding: 0 !important;
}
.sow-tabs-tab.sow-tabs-tab-selected {
    background: #AC595F !important;
    color: #fff !important;
}
.sow-tabs-tab {
    color: #a6585e !important;
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: 600;
    padding: 14px 30px !important;
    border-radius: 6px;
}
.sow-tabs-tab:hover {
    background: #d88186 !important;
    color: #fff !important;
}
.sow-tabs-panel {
    padding: 30px 0px 30px 0px !important;
}
.sow-tabs-panel-container {
    background: unset !important;
}
.sow-tabs-panel .panel-grid > div{
    padding: 0 !important;
}
.imagenes_elaboracion .panel-grid-cell {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}
.imagenes_elaboracion .panel-grid-cell > div {
    margin: 0 !important;
}
.imagenes_elaboracion .panel-grid-cell > div:nth-child(2){
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 2;
}
.imagenes_elaboracion .panel-grid-cell > div:nth-child(3){
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 2;
    grid-column-end: 3;
}
.imagenes_elaboracion .panel-grid-cell > div .so-widget-sow-image, .imagenes_elaboracion .panel-grid-cell > div .so-widget-sow-image .sow-image-container {
    height: 100%;
}
.imagenes_elaboracion .panel-grid-cell > div .so-widget-sow-image .sow-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.interseccionada1 > div:first-child {
    margin-bottom: -280px;
}
.interseccionada2 > div:first-child {
    margin-top: 220px;
}
.slider_videos_altos li.sow-slider-image {
    max-height: 720px;
    height: 720px;
}
.video_anfibios li.sow-slider-image {
    max-height: 645px;
}
.slider_videos_altos li.sow-slider-image video,
.video_anfibios li.sow-slider-image video:has(> source[src*="Charca-Anfibios"]) {
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}
.slider_videos_altos li.sow-slider-image video:has(> source[src*="sost_2a_1"]){
    object-fit: unset;
    width: auto !important;
    margin: auto;
}
.video_anfibios li.sow-slider-image video:has(> source[src*="Charca-Anfibios"]) {
    object-fit: contain !important;
    /* height: 100%; */
    max-height: 645px;
}
.contenedor_li_vinos {
    display: flex;
    gap: 13%;
    max-width: 420px;
    margin: 0 auto;
}
.vino_li {
    max-width: 100px;
    text-align: center;
    line-height: 1;
    margin: 0;
    font-size: 14px;
}
.li_imagen_vino img {
    max-height: 340px;
    transition: all .2s ease-in-out;
}
.vino_li a {
    color: #000;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
}
span.li_boton {
    display: block;
    padding: 10px 7px;
    color: #ffffff;
    background: #973037;
    width: fit-content;
    margin: auto auto 0;
    border-radius: 5px;
    transition: all .2s ease-in-out;
}
.vino_li a:hover span.li_boton {
    background: #541b02;
}
.vino_li a:hover .li_imagen_vino img{
        transform: scale(103%);
}
.fila_vinos {
    align-items: center !important;
    padding: 30px !important;
    max-width: 1140px !important;
    margin: 0 auto;
}
.panel-grid:has(> .fila_vinos){
    margin-bottom: 0 !important;
}
.panel-layout .panel-grid:has(> .fila_vinos){
background-repeat: no-repeat;
}
.panel-layout .panel-grid:has(> .fila_vinos):nth-child(even){
    background-color:#F8F7F2;
}
.page-id-3029.page-template-default .panel-grid,
.page-id-340.page-template-default .panel-grid{
    max-width: unset;
}
.panel-layout .panel-grid:has(> .fila_vinos):nth-child(2) {
    background-image: url(../img/bg-historicos.png);
    background-position: calc(100% + 80px) 20px;
    background-size: 290px;
}
.panel-layout .panel-grid:has(> .fila_vinos):nth-child(3) {
    background-image: url(../img/bg-magnavides.png);
    background-position: calc(100% - 30px) 100%;
    background-size: 340px;
}
.panel-layout .panel-grid:has(> .fila_vinos):nth-child(4) {
    background-image: url(../img/bg-almadecantaro.png);
    background-position: calc(100% + 80px) 100%;
    background-size: 350px;
}
.panel-layout .panel-grid:has(> .fila_vinos):nth-child(5) {
    background-image: url(../img/bg-veravides.png);
    background-position: calc(100% + 80px) 100%;
    background-size: 440px;
}
.inside-article h1 {
    font-weight: 200;
    color: #973037;
    font-size: 64px;
    line-height: 1;
}

.enoturismo_prox {
    min-height: 50vh;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    margin-top: 50px;
}
.site-content:has(.enoturismo_prox){
    background-image: url(../img/bg-proximamente.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.enoturismo_prox h1{
    color: #fff;
}
.enoturismo_prox h2 {
    background-color: #fff;
    color: #973037 !important;
    padding: 10px 25px;
    width: fit-content;
    margin: 0 auto;
}
.site-content:has(.fila_contacto){
    background-image: url(../img/bg-contacto.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.fila_contacto {

}
.fila_contacto a {
    color: #000;
    text-decoration: underline;
}
.fila_contacto a:hover {
    text-decoration: none;
}
.fila_contacto h3 {
    margin-bottom: 5px;
    font-size: 18px;
    text-transform: uppercase;
    color: #A73604;
    font-weight: 600;
}
.fila_contacto .menu-social-contacto a{
    text-decoration: none;
}
.fila_contacto .menu-social-contacto a:before{
    color: #000 !important;
}
.fila_contacto .menu-social-contacto a:hover:before{
    color: #973037 !important;
}
.cuadro_newsletter {
    background: #fff;
    padding: 20px 25px;
    border-radius: 10px;
    max-width: 420px;
    margin: 0 auto;
}
a.button.btn_newletter {
    color: #fff;
    text-decoration: none;
    background: #1D6D31;
    letter-spacing: 1px;
    font-weight: 500;
    display: flex;
    width: fit-content;
    gap: 10px;
        align-items: center;
}
a.button.btn_newletter:before{
    content: "";
        width: 19px;
    height: 14px;
    background-image: url(../img/ico-newsletter.svg);
    background-repeat: no-repeat;
    background-size: contain;
    filter: brightness(10);
        transition: all .1s ease-in-out;
}
a.button.btn_newletter:hover{
        color: #4a8a5a;
    background: #e9f2eb;
}
a.button.btn_newletter:hover:before{
    filter: none;
}
body:not(.siteorigin-panels) .site-content,
body.page-id-2365 .site-content,
body.page-id-3083 .site-content  {
    padding: 40px;
}
body:not(.siteorigin-panels) #page.grid-container {
    max-width: 1270px;
}
.woocommerce-product-gallery__image, .woocommerce-product-gallery__wrapper {
    mix-blend-mode: darken;
}
.info-marca-producto img {
    width: 100%;
    max-width: 460px;
    margin: 35px 0;
}
ul.products li.product p.stock.out-of-stock {
    font-size: 13px;
    line-height: 1.2;
    margin-top: 10px;
    max-width: calc(100% - 50px);
    color: #a6a6a6;
}
h1.woocommerce-products-header__title.page-title {
    margin-bottom: 40px;
}
.info_tienda.pagina_arch {
    margin: 20px auto 0 auto;
    width: fit-content;
    padding: 20px 30px;
}
.info_tienda.pagina_arch p.li_infotienda {
    grid-template-columns: 40px 1fr;
    font-size: 18px;
}
.info_tienda.pagina_arch p.li_infotienda img[src*="visa-mastercard"]{
    width: 100px;
}
.age-gate {
    background-image: url(../img/bg-footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    border-radius: 10px;
    background-color: #082e00 !important;
    padding: 25px !important;
}
.age-gate:after {
    content: "";
    width: 180px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/logo-magnavides-blanco.svg);
    display: block;
    margin: 20px auto 0 auto;
}
.age-gate h2 {
    color: #fff;
    font-size: 32px;
    max-width: 320px;
    margin-bottom: 0;
}
.age-gate p{
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.2;
}
button.age-gate-button, button.age-gate-submit-no, button.age-gate-submit-yes, button.age-gate__button, button.age-gate__submit--no, button.age-gate__submit--yes {
    background: #E9F2EB;
    color: #1D6D31;
}
button.age-gate-button:active, button.age-gate-button:focus, button.age-gate-button:hover, button.age-gate-submit-no:active, button.age-gate-submit-no:focus, button.age-gate-submit-no:hover, button.age-gate-submit-yes:active, button.age-gate-submit-yes:focus, button.age-gate-submit-yes:hover, button.age-gate__button:active, button.age-gate__button:focus, button.age-gate__button:hover, button.age-gate__submit--no:active, button.age-gate__submit--no:focus, button.age-gate__submit--no:hover, button.age-gate__submit--yes:active, button.age-gate__submit--yes:focus, button.age-gate__submit--yes:hover{
    background: #1D6D31;
    color: #E9F2EB;

}
.age-gate-error, .age-gate__error {
    color: #ff7878;
    font-size: 18px !important;
}
.woocommerce-variation.single_variation {
    position: relative;
}
.productos_home .woocommerce-variation.single_variation {
    position: unset;
}
.woocommerce-variation-availability {
    position: absolute;
    top: 75px;
    z-index: 2;
    background: rgb(255 255 255 / 85%);
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-around;
    padding: 8px;
    height: 60px;
} 
.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 {
    width: auto;
}
.woocommerce-variation-add-to-cart-enabled .woocommerce-variation-availability {
    display: none;
}
.woocommerce-variation-availability p.stock.out-of-stock {
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px !important;
}
.swal2-content {
    padding: 0 !important;
}
.cwg_iagree_checkbox {
    font-size: 14px;
    text-align: left;
    margin: -5px 0 10px 0;
}
.cwginstock-panel-heading h4 {
    margin: 0 !important;
    line-height: 1 !important;
    font-size: 21px !important;
    color: #2b6d2e !important;
}
.cwginstock-subscribe-form .panel-primary>.panel-heading {
    color: #000 !important;
    background-color: #cdded1 !important;
    border-color: #cdded1 !important;
}
.cwginstock-subscribe-form .panel-primary {
    border: 0 !important;
    margin: 0 !important;
}
.cwginstock-subscribe-form .center-block {
    margin-bottom: 0 !important;
}
.swal2-close {
    top: 5px !important;
    right: 5px !important;
    width: 30px !important;
    height: 30px !important;
    padding: 16px !important;
    border-radius: 100% !important;
    color: #000000 !important;
    background: #ffffff !important;
}
.swal2-close:hover {
    background: #973037 !important;
    color: #fff !important;
}
.cwginstockerror {
    font-size: 14px;
    margin-top: 10px;
}
.cwginstock-panel-body input:not(.cwgstock_button) {
    background-color: #F2F4F2;
    border: 0;
    border-radius: 5px;
}
.cwginstock-panel-body input.cwgstock_button {
    background-color: #1D6D31;
}
.cwginstock-panel-body input.cwgstock_button:hover {
    background-color: #000;
}
.cwginstock_google_credit {
    line-height: 1;
    font-size: 16px;
    margin-top: 5px;
}
.woocommerce-variation-availability{
    display: none;
}
.woocommerce-variation-availability:has(.out-of-stock){
    display: flex;
}
.woocommerce ul.products li.product .woocommerce-variation.single_variation, .woocommerce-page ul.products li.product .woocommerce-variation.single_variation{
    position: unset;
}
.woocommerce ul.products li.product .woocommerce-variation-availability:has(.out-of-stock), .woocommerce-page ul.products li.product .woocommerce-variation-availability:has(.out-of-stock) {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 270px;
    flex-direction: column;
    justify-content: center;
    background: rgb(61 64 57 / 40%);
    border-radius: 10px;
}
/* .outofstock .price, .outofstock .woocommerce-loop-product__title{
    opacity: 0.2;
} */
ul.products li.product .woocommerce-variation-availability p.stock.out-of-stock, ul.products li.product .contenido_agotado p.stock.out-of-stock {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
    text-align: center;
        text-transform: uppercase;
        margin-top: 0;
}
ul.products li.product input.cwg_popup_submit{
    background-color: #fff;
    color: #000;
}
ul.products li.product input.cwg_popup_submit:hover{
    color: #fff;
    background-color: #000;
}
ul.products li.product.product-type-simple.outofstock .woocommerce-loop-product__link,
ul.products li.product.product-type-simple.outofstock .contenedor_titulo_prod,
ul.products li.product.product-type-simple.outofstock .product-loop-categories,
ul.products li.product.product-type-simple.outofstock .product-loop-saber-mas, 
li.prod_agotado .woocommerce-loop-product__link,
li.prod_agotado .contenedor_titulo_prod,
li.prod_agotado .product-loop-categories,
li.prod_agotado .product-loop-saber-mas,
li.prod_agotado .price,
li.prod_agotado .variations,
li.prod_agotado .quantity.quantity-wrapper
/* , 
li.outofstock .woocommerce-loop-product__link,
li.outofstock .contenedor_titulo_prod,
li.outofstock .product-loop-categories,
li.outofstock .product-loop-saber-mas,
li.outofstock .price,
li.outofstock .variations,
li.outofstock .quantity.quantity-wrapper */
{
    opacity: 0.75;
    filter: grayscale(1);
}
ul.products li.product.product-type-simple.outofstock .woocommerce-loop-product__link,
li.prod_agotado .woocommerce-loop-product__link
/* ,
li.outofstock .woocommerce-loop-product__link */
{
    opacity: 0.4;
}
ul.products li.product .contenido_agotado, .productos_home .woocommerce-variation-availability:has(.out-of-stock) {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 270px;
    flex-direction: column;
    justify-content: center;
    background: rgb(61 64 57 / 40%);
    border-radius: 10px;
        position: absolute;
}
ul.products li.product .contenido_agotado p.stock.out-of-stock {
    text-align: center;
    width: 100%;
    max-width: unset;
        margin-bottom: 40px;
}
ul.products li.product.product-type-simple.outofstock .cwg_popup_submit {
    position: absolute;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
}
ul.products.productos_home {
    margin: 0;
    padding: 0;
    list-style-image: none;
    list-style-type: none;
}
 #content .inside-article ul.products.productos_home li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
}
ul.products.productos_home li {
    width: calc(25% - 25px);
    margin: 10px !important;
}
ul.products.productos_home .flickity-page-dots li {
    margin: 0px 2px !important;
}
ul.products.productos_home li .woocommerce-loop-product__link img {
    height: auto;
    max-width: 100%;
    max-width: unset;
    width: 100%;
}
.woocommerce-shipping-calculator .select2-selection {
    background-color: #ffffff;
    padding: 0px;
}
.woocommerce-shipping-calculator .select2-container .select2-dropdown{
    background-color: #ffffff;
}
.woocommerce form.woocommerce-shipping-calculator  .form-row .input-text {
    background-color: #ffffff;
    padding: 10px;
}
.woocommerce-page div.product .woocommerce-tabs ul.tabs.tabsiguales li{
    width: 50%;
}
li.custom-html-element .cuadro_newsletter {
    background: #F4F0E6;
    display: flex;
    padding: 15px;
    flex-direction: column;
    gap: 10px;
    line-height: 1.2;
    font-size: 13px;
}
li.custom-html-element .cuadro_newsletter a.button.btn_newletter {
    background: #f4f0e6;
    border: 1px solid #8b2e33;
    width: 100%;
    color: #8b2e33;
}
li.custom-html-element .cuadro_newsletter a.button.btn_newletter:before {
    filter: hue-rotate(251deg);
}
li.custom-html-element .cuadro_newsletter a.button.btn_newletter:hover {
    color: #ffffff;
    background: #8b2e33;
}
li.custom-html-element .cuadro_newsletter a.button.btn_newletter:hover:before {
        filter: brightness(10);
}
span.titulo_cuadro_newsletter {
    margin-bottom: -5px;
}
header.entry-header {
    margin-bottom: 30px;
}
.cuadro_newsletter.cuadrofooter{
    display: flex;
    flex-direction: column;
    gap: 14px;
    font-size: 14px;
    padding: 0;
    background: unset;
    color: #77a783;
}
.cuadro_newsletter.cuadrofooter span.titulo_cuadro_newsletter {
    color: #E7D59F;
    font-size: 14px;
    font-weight: 600;
}
.cuadro_newsletter.cuadrofooter a.button.btn_newletter {
    background: transparent;
    border: 1px solid #77a783;
    color: #77a783;
}
.cuadro_newsletter.cuadrofooter a.button.btn_newletter:hover {
    color: #072a00;
    border: 1px solid #77a783;
    background: rgb(199 250 212 / 34%);
}
.cuadro_newsletter.cuadrofooter a.button.btn_newletter:before {
     filter: unset;
}
.cuadro_newsletter.cuadrofooter a.button.btn_newletter:hover:before {
     filter: brightness(0.3);
}
.contenido_pagina_newsletter {
    max-width: 600px;
    margin: 0 auto 35px;
}
.contenido_pagina_newsletter label {
    display: none
}
.contenido_pagina_newsletter input{
    width: 100%;
}
.campos_newsletter > div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.contenido_pagina_newsletter label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    display: grid;
    grid-template-columns: 13px 1fr;
    gap: 10px;
    align-items: center;
    margin: 10px 10px !important;
}
.contenido_pagina_newsletter input[type="submit"] {
    background: #1D6D31;
}
.contenido_pagina_newsletter h3{    font-size: 30px;
    font-weight: 600;
    color: #8b2e33;
text-align: center
;}
.sow-slider-images img, .sow-slider-images li {
    max-height: 750px;
    width: auto;
}
.coupon-en-totales .coupon {
    display: grid;
    grid-template-columns: calc(55% - 3px) calc(45% - 3px);
    gap: 6px;
}
.coupon-en-totales .coupon input[type="text"] {
    width: 100%;
    border-radius: 8px;
    border-color: #acacac;
    color: #acacac;
    background: #fff;
    padding: 7px;
}

.coupon-en-totales {
    margin: 5px 0 10px;
    display: block;
    float: left;
}
.coupon p {
    grid-column-start: 1;
    grid-column-end: 3;
}
 p#coupon-error-notice {
    color: #912f35;
}
section.fc-step__substep[data-substep-id="coupon_codes"] {
    display: none !important;
}
.wp-block-woocommerce-checkout > .woocommerce > .woocommerce-notices-wrapper {
    display: none !important;
}
.fc-wrapper tr.coupon-form-in-totals-row [data-collapsible].fc-expansible-form-section__content, 
.fc-wrapper tr.coupon-form-in-totals-row [data-collapsible].is-collapsed:not(.is-transitioning)>.collapsible-content__inner {
    display: block !important;
    height: auto !important;
    overflow: unset !important;
}
body.page-id-1705 div.woocommerce .fc-expansible-form-section .expansible-section__toggle-plus {
    display: none !important;
}
body.page-id-1705 .fc-wrapper .fc-coupon-code-messages .woocommerce-error, body.page-id-1705 .fc-wrapper .fc-coupon-code-messages .woocommerce-message {
    display: flex !important;
    gap: 10px;
    flex-direction: row;
    border: 0;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 0 0 0 !important;
}
body.page-id-1705 .fc-wrapper .fc-step__substep-text-content--coupon-codes:not(:empty) {
    margin: 10px;
}
 .fc-coupon-code-messages .woocommerce-error::before,  .fc-coupon-code-messages .woocommerce-info::before,  .fc-coupon-code-messages .woocommerce-message::before {
    top: 0;
    left: 0;
    position: relative;
}
body .fc-wrapper .fc-coupon_code__collapsible input#coupon_code {
    height: unset;
    background: #fff;
    width: 55% !important;
    padding: 12px 10px;
    border: 1px solid #acacac;
    border-radius: 8px;
}
body.page-id-1705 div.woocommerce .fc-wrapper .fc-coupon_code__collapsible .fc-coupon-code__apply {
    /* position: relative !important; */
    width: calc(45% - 10px);
    top: 0 !important;
    padding: 5px !important;
    height: auto !important;
    min-height: 42px !important;
    background: #000;
}
body.page-id-1705 div.woocommerce .fc-wrapper .fc-coupon_code__collapsible .fc-coupon-code__apply:hover{
        background: #e9f2eb;
}
#shipping-calculator-form .select2-container .select2-dropdown, #shipping-calculator-form .select2-container .select2-selection {
    background: #fff;
    padding: 0;
}
.woocommerce form #shipping-calculator-form .input-text {
    background-color: #fff;
    padding: 10px;
}
@media (min-width:1450px) {
    .header_pagina h1, .contenido_texto_videohome h2 {font-size: 64px;}
}
@media (min-width: 700px) {
    .wc-block-checkout__sidebar.is-sticky {
        top: 100px;
    }
}
@media (min-width:769px) and (max-width:1024px) {
    .hide-on-tablet {display: none !important}
}
@media (min-width:1025px) {
    .hide-on-desktop {display: none !important}
}
@media (max-width:1270px) {
    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {margin-left: calc(50% - 500px);}
    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {margin-left: calc(50% - 43vw);}
    .puntuaciones_top {margin-right: calc(650px - 50vw);}
    .woocommerce ul.products li.product .woocommerce-variation-availability:has(.stock), .woocommerce-page ul.products li.product .woocommerce-variation-availability:has(.stock), ul.products li.product .contenido_agotado, .productos_home .woocommerce-variation-availability {height: calc(25vw - 50px);}
    ul.products li.product.product-type-simple.outofstock .cwg_popup_submit {top: 12vw;}
}
@media (max-width:1175px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs li {padding: 0 8px;font-size: 14px;}
}
@media (max-width:1120px) {
    .header_pagina, .contenido_texto_videohome {left: 0;}
}
@media (max-width:1080px) {
    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {margin-left: 0;}
    .puntuaciones_top {margin-right: calc(650px - 50vw);}
    .columnas_detalle_pedido {grid-template-columns: calc(52% - 5px) calc(48% - 5px);}
    .interseccionada1 > div:first-child {margin-bottom: calc(200px - 45vw);}
    .interseccionada2 > div:first-child {margin-top: 100px;}
}
@media (max-width:1020px) {
    .main-navigation .main-nav ul li a {padding: 23px 8px;font-size: 14px;}
    .main-navigation .menu_tienda_pc .main-nav ul li.boton_carrito a:before, .main-navigation .menu_tienda_pc .main-nav ul li.boton_cuenta a:before {width: 20px;height: 20px;}
    .main-navigation .menu_tienda_pc .main-nav ul li.boton_carrito a, .main-navigation .menu_tienda_pc .main-nav ul li.boton_cuenta a{padding: 13px 10px;}
}
@media (max-width:999px) {
    .fc-sidebar__inner {padding-top: 0px !important;}
}
@media (max-width:990px) {
    .inside-footer-widgets {flex-wrap: wrap;}
    .footer-widget-1 {width: 100%;display: flex; margin-bottom: 20px;gap:30px}
    .footer-widget-2, .footer-widget-3, .footer-widget-4{width: 33.333333%;}
    .pestanas_producto { grid-template-columns: 100%;}
    .puntuaciones_top {margin-right: 0;}
    .columnas_detalle_pedido {grid-template-columns: 100%;gap: 0;}
}
@media (max-width:940px) {
    .modal-body-content {flex-direction: column;gap: 30px;}
    .product-details img {max-width: 110px;}
    .cart-summary{min-width: unset; border-left: 0; padding-left: 0;}
    .product-details {justify-content: center;}
    .custom-order-products-container .product-details {justify-content: left;}
    .cart-summary{ font-size: 14px;}
    .cart-summary p {margin-bottom: 5px;}
    .product-info h4 {    margin-bottom: 0px;   font-size: 20px;}
    .mi-modal-header {padding: 7px 15px;}
    .product-info p {line-height: 1;font-size: 12px !important;}
    .main-navigation .main-nav ul li a {padding: 23px 7px;font-size: 13px;}
    .site-header .header-image {max-width: 150px;}
}
@media (max-width:920px) {
    .woocommerce-variation-add-to-cart {float: left;}
    .woocommerce ul.products li.product,.woocommerce-page ul.products li.product {width: calc(50% - 7.5px) !important;clear: none !important;}
    .woocommerce ul.products li.product:nth-child(2n),.woocommerce-page ul.products li.product:nth-child(2n) {margin-right: 0;}
    .woocommerce ul.products li.product:nth-child(2n+3),.woocommerce-page ul.products li.product:nth-child(2n+3) {clear: both !important;margin-right: 15px !important;}
    .woocommerce ul.products li.product .woocommerce-variation-availability:has(.stock), .woocommerce-page ul.products li.product .woocommerce-variation-availability:has(.stock), ul.products li.product .contenido_agotado, .productos_home .woocommerce-variation-availability {height: calc(50vw - 60px);    }
    ul.products li.product.product-type-simple.outofstock .cwg_popup_submit {top: calc(24vw);}
    ul.products.productos_home li{width: calc(50% - 25px);}
}

@media (max-width:890px) {
    div#navegacion-ft {max-width: 600px;}
}
@media (max-width:870px) {
    .main-navigation .main-nav ul li a {padding: 22px 4px;font-size: 12px;}
    .site-header .header-image {max-width: 125px;}
    .contenedor_cart > form { grid-template-columns: 100%;}
    form.woocommerce-cart-form, .cart-collaterals {max-width: unset;}
    p.continuar_pc {display: none;}
    p.continuar_mv {display: block;}
    .continuar_mv a {width: 100%;margin-top: 10px;}
}
@media (max-width:780px) {
    .page .panel-grid {padding:0 40px;}
    .page .sow-tabs-panel .panel-grid {padding:0;}
    .page .panel-grid:has(> .cont_foto_header), .page.home .panel-grid {padding:0px;}
    .columnas_inversas {flex-direction: column-reverse !important;}
    .so-widget-image[src*="secanos-vivos"] {max-width: 140px !important;}
    .fila_nosotros {gap: 10px;}
    .fila_nosotros_h .so-widget-sow-image, .fila_nosotros .so-widget-sow-image {max-width: 370px !important;margin: 0 auto;}
    .imagenes_elaboracion .panel-grid-cell {grid-template-columns: 100%;}
    .imagenes_elaboracion .panel-grid-cell > div:nth-child(3) {grid-row-start: unset;grid-row-end: unset;grid-column-start: unset;    grid-column-end: unset;}
    .interseccionada1 > div:first-child {margin-bottom: 0;}
    .interseccionada2 > div:first-child {margin-top: 0;}
    .fila_vinos {padding: 30px 0 !important;}
    .contenedor_li_vinos {justify-content: space-around; gap: unset;} 
    .panel-layout .panel-grid:has(> .fila_vinos):nth-child(2) {background-position: 50% calc(100% + 70px);padding-bottom: 80px;}
    .panel-layout .panel-grid:has(> .fila_vinos):nth-child(3) {        background-position: 50% calc(100% + 100px);padding-bottom: 80px;background-size: 240px;}
    .panel-layout .panel-grid:has(> .fila_vinos):nth-child(4) {background-position: 50% 100%;padding-bottom: 30px;background-size: 340px;}
    .panel-layout .panel-grid:has(> .fila_vinos):nth-child(5) {background-position: 50% calc(100% + 70px);padding-bottom: 40px;background-size: 470px;}
    span.li_nombre_vino {background: rgba(255, 255, 255, 1);border-radius: 5px;padding: 5px;}
    .panel-layout .panel-grid:has(> .fila_vinos):nth-child(even) span.li_nombre_vino {background-color:#F8F7F2;}
    .sow-slider-images img, .sow-slider-images li {max-height: 80vh;}
    
}
@media (max-width:768px) {
    .menu_tienda_moviltop ul li.boton_carrito a, .menu_tienda_moviltop ul li.boton_cuenta a {padding: 16px 7px;line-height: 1;display: block;}
    .menu_tienda_moviltop ul li.boton_carrito a span{right: 0;}
    .hide-on-mobile {display: none !important}
    a,body,button,input,select,textarea {transition: all 0s ease-in-out    }
    .inside-header {flex-direction: column;text-align: center}
    .site-header .header-widget {margin-top: 1.5em; margin-left: auto; margin-right: auto; text-align: center  }
    .site-content { flex-direction: column}
    .container .site-content .content-area {width: auto}
    .is-left-sidebar.sidebar,.is-right-sidebar.sidebar {width: auto;order: initial}
    .is-left-sidebar+.is-right-sidebar .inside-right-sidebar {margin-top: 0    }
    .both-left .inside-left-sidebar,
    .both-left .inside-right-sidebar,
    .both-right .inside-left-sidebar,
    .both-right .inside-right-sidebar {margin-right: 0;margin-left: 0}
    #main {margin-left: 0;margin-right: 0}
    body:not(.no-sidebar) #main {margin-bottom: 0}
    .alignleft,.alignright {float: none;display: block;margin-left: auto;margin-right: auto}
    .comment .children {padding-left: 10px;margin-left: 0}
    .entry-meta {font-size: inherit}
    .entry-meta a {line-height: 1.8em}
     .has-inline-mobile-toggle #site-navigation {margin-top: 0;position: fixed;
    top: 0;left: 100%;   width: 100%;height: 100%;    background-image: url(../img/mobile_menu_backg.jpg);background-position: bottom;background-size: cover;background-repeat: no-repeat;background-color: #375d1c;
    transition: all 0.33s ease-in-out;    display: flex;    flex-direction: column;}
    .has-inline-mobile-toggle #site-navigation.toggled {position: fixed;    top: 0;    left: 0;    width: 100%;    height: 100%;    background-image: url(../img/mobile_menu_backg.jpg);overflow-y: scroll;background-position: bottom;background-size: cover;background-repeat: no-repeat;background-color: #375d1c;}
    .site-header {position: fixed;width: 100%;top: 0; z-index: 9999;}
    div#page {margin-top: 75px;}
    .main-navigation .inside-navigation {margin: 20px 0 0 0;}
    .main-navigation .main-nav ul li a {padding: 8px 20px;line-height: 1;font-weight: 500;font-size: 1.5rem;color: #fff;}
    .toggled .gp-icon svg {fill: rgb(255 255 255);border: 1px solid #fff;padding: 5px;height: 23px;width: 23px;border-radius: 100px;top: 3px;right: 0px;}
    .inf_movil, .sup_movil, .inf_2_movil {display: block;color: #fff;    padding: 10px 20px;}
    .inf_2_movil {padding: 0;}
    .inf_2_movil a, .main-navigation .main-nav ul li.destacado a{font-weight: 800 !important;display: flex;gap: 10px;align-items: center;}
    .inf_2_movil a:after, .main-navigation .main-nav ul li.destacado a:after{content:""; background-image: url(../img/flecha-derecha.svg); background-repeat: no-repeat; background-position: center; background-size: contain;width: 12px;height: 16px;margin-top: 5px;}
    .menu_tienda_pc{ display: none;}
    .wpml-ls-legacy-list-horizontal {border: 0 !important;padding: 0 !important;background: unset;}
    .wpml-ls-legacy-list-horizontal a {padding: 0px 5px !important;}
    .wpml-ls-legacy-list-horizontal li:after {padding-top: 0; }
    .inside-footer-widgets {flex-direction: row ;    }
    .footer-widget-2, .footer-widget-3{width: 50%;}
    .footer-widget-4{width: 100%;}
    .footer-widget-3 {padding-left: 30px;}
    .woocommerce-variation-add-to-cart {float: unset;}
    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {float: none;width: 100%;    max-width: unset;padding-left: 0;}
    .header_producto {flex-direction: column;}
    .puntuaciones_top {margin-left: unset;margin-top: 15px;}
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {width: calc(50% - 7.5px);margin: 0 0 15px;    }
    .product-quantity .quantity-wrapper {margin-left: auto !important;}
    .woocommerce a.remove {margin-left: auto;}
    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {font-size: 13px;}
    .woocommerce .cart_totals table.shop_table_responsive tr td::before, .woocommerce-page .cart_totals table.shop_table_responsive tr td::before {font-size: 15px;}
    .woocommerce-cart .cart-collaterals .cart_totals table td {width: 100%;}
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {width: 100%;}
    .contenedor_micuenta {grid-template-columns: 100%;grid-gap: 10px;}
    .woocommerce-account nav.woocommerce-MyAccount-navigation {/*grid-row-start: 2;*/}
    .navegacion_post_movil, .menu_tienda_moviltop {display: block;}
    .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a {justify-content: center;}
    li.woocommerce-MyAccount-navigation-link a:after{content: "";width: 16px;height: 9px;background-image: url(../img/flecha-abajo.svg);background-repeat:no-repeat;background-size: contain;margin-left: auto;}
    li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a:after,  li.custom-html-element .cuadro_newsletter a.button.btn_newletter:after{content: unset;}
    li.woocommerce-MyAccount-navigation-link.is-active a:after{background-image: url(../img/flecha-arriba.svg);}
    .woocommerce-edit-account .navegacion_pre_movil li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders,
    .woocommerce-edit-account .navegacion_pre_movil li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address,
    .navegacion_pre_movil li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout,
    .woocommerce-edit-account .navegacion_post_movil li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account,
    .woocommerce-orders .navegacion_pre_movil li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address,
    .woocommerce-orders .navegacion_post_movil li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account,
    .woocommerce-orders .navegacion_post_movil li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders, 
    .woocommerce-orders .navegacion_post_movil li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account,
    .woocommerce-view-order .navegacion_pre_movil li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address,
    .woocommerce-view-order .navegacion_post_movil li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account,
    .woocommerce-view-order .navegacion_post_movil li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders, 
    .woocommerce-view-order .navegacion_post_movil li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account,
    .woocommerce-edit-address .navegacion_post_movil li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders,
    .woocommerce-edit-address .navegacion_post_movil li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account,
    .woocommerce-edit-address .navegacion_post_movil li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address, 
    .woocommerce-dashboard .navegacion_pre_movil, td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number br, .navegacion_pre_movil li.woocommerce-MyAccount-navigation-link.custom-html-element
    {display: none;}
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {background-color: unset;    }
    tr.woocommerce-orders-table__row{ padding: 3px;}
    td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number {width: 100px;}
    td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-date:before, td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions:before{content: unset !important;}
    .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {display: grid;grid-template-columns: min-content 1fr 1fr;align-items: self-start;}
    td.woocommerce-orders-table__cell {display: inline-flex !important;flex-direction: column;align-items: flex-start;text-align: left;}
    td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number {grid-row-start: 1;grid-row-end: 3;}
    td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total {grid-row-start: 1;grid-row-end: 3;}
    td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status {grid-row-start: 1;grid-row-end: 2;    padding-bottom: 0 !important;}
    td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-date {    grid-row-start: 2;    grid-row-end: 3;    padding-top: 0 !important;}
    td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {    grid-row-start: 3;    grid-row-end: 4;    grid-column-end: 4;    grid-column-start: 1;    flex-direction: row;    justify-content: flex-end;}
    .woocommerce.woocommerce-account table.shop_table_responsive tr td::before, .woocommerce-page.woocommerce-account table.shop_table_responsive tr td::before{font-weight: 400; color: #7C7D7A;}
     .woocommerce table.shop_table_responsive tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-date {    text-align: left !important;}
    td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total {align-items: flex-end;}
    .woocommerce-Address {margin-bottom: 20px;}
    .main-navigation .main-nav ul li.destacado a, .main-navigation .main-nav ul li[class*="current-menu-"]>a {background-color: unset;color: #fff;}
    #tienda-movil .cantidad_cart{left: 7px;}
    .menu_tienda_moviltop{ margin-left: auto;}
    .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail, .widget_sow-editor:has(> .conocermas_mv) {display: block;}
    .woocommerce table.cart td:before, .woocommerce-page #content table.cart td:before, .woocommerce-page table.cart td:before{content: unset;}
    .woocommerce table.shop_table_responsive tr.post_carrito, .woocommerce-page table.shop_table_responsive tr.post_carrito {    grid-template-columns: 100%;}
    .woocommerce-page table.cart .product-thumbnail {grid-row-start: 1;grid-row-end: 3;}
    .woocommerce-page table.cart .product-name {grid-row-start: 1;grid-row-end: 2;grid-column-start: 2;grid-column-end: 3;text-align: left !important;}
    .woocommerce-page table.cart .product-quantity {grid-row-start: 2;grid-row-end: 3;grid-column-start: 2;grid-column-end: 3;}
    .woocommerce-page table.cart .product-subtotal {grid-row-start: 2;grid-row-end: 3;grid-column-start: 3;grid-column-end: 4;        font-size: 26px;}
    .woocommerce-page table.cart .product-remove {grid-row-start: 1;grid-row-end: 2;grid-column-start: 3;grid-column-end: 4;}
    .woocommerce-page table.cart tr{grid-template-columns: 80px 1fr min-content;}
    .woocommerce-page table.cart .product-quantity .quantity-wrapper {margin-right: auto ; margin-left: unset !important;}
    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead{ display: none;}
    .contenido_texto_videohome h2 {font-size: 46px;}
    .conocermas_mv {margin-top: 30px;}
    .fila_vinos_h {padding: 0 !important;}
    .home .panel-grid:has(> .fila_vinos_h) {padding: 20px 20px 100vw 20px;background-image: url(../img/bg-nuestrosvinos2.jpg); background-position: bottom center;}
    .doble_columna .siteorigin-widget-tinymce {column-count: 1;}
    .mapamundi {background-size: contain !important;padding-top: 37vw !important;}
    .mapamundi .siteorigin-widget-tinymce.textwidget p {font-size: 16px;line-height: 1.5;}
    .inside-article h1{font-size: 44px;}
    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{ max-width: unset;}
    ul.products li.product .contenido_agotado, .productos_home .woocommerce-variation-availability {height: calc(66vw - 60px);    }
    ul.products.productos_home li{width: calc(85% - 25px);}
    li.custom-html-element .cuadro_newsletter {max-width: unset;}
}
@media (max-width:610px) {
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {width: 100% !important;}
    .woocommerce ul.products li.product .woocommerce-variation-availability:has(.stock), .woocommerce-page ul.products li.product .woocommerce-variation-availability:has(.stock), ul.products li.product .contenido_agotado {height: calc(100vw - 95px);    }
    ul.products li.product.product-type-simple.outofstock .cwg_popup_submit {top: calc(48vw);}
}
@media (max-width:580px) {
    .footer-widget-1 {flex-direction: column;gap: 0;}
    .footer_top_logo img {max-width: 190px;}
    h1, .inside-article h1 {font-size: 34px;}
    h2 {font-size: 22px;}
    .puntuaciones_top p span {font-size: 12px;padding: 8px;margin-bottom: 5px;}
    .puntuaciones_top p {font-size: 10px;max-width: 50px;}
    .woocommerce div.product .woocommerce-tabs ul.tabs li {font-size: 14px;}
    .contenedor_detalles, .info-li { grid-template-columns: 100%;}
    .modal-body-content {gap: 10px;}
    .contenido_texto_videohome h2, .header_pagina h1{font-size: 10vw;}
    .header_pagina, .contenido_texto_videohome{ padding: 20px;}
    .sow-tabs-tab {padding: 10px 15px !important;}
}
@media (max-width:520px) {
    .one-container .site-content, body:not(.siteorigin-panels) .site-content {padding: 20px;}
    .woocommerce div.product .woocommerce-tabs ul.tabs li {padding: 0 1.5vw;font-size: 2.9vw;}
    .informacion_cliente {grid-template-columns: 100%;grid-gap: 0;}
     .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon button { width: 50% !important; max-width: unset !important;}
     .woocommerce-page table.cart td.actions .coupon button{padding: 5px !important; height: 43px;}
     .post_carrito td{ padding-right: 0 !important;}
     .panel-grid > div {padding: 0;}
     .video_home, .parallax-container {margin: -20px -20px 0px -20px;width: calc(100% + 40px);}
     .panel-grid:has(> .fila_sostenibilidad_h), .panel-grid:has(> .fila_vinos_h), .panel-layout .panel-grid:has(> .fila_vinos) {margin: 0 -20px !important;}
    .page .panel-grid{ padding: 0 ;}
    .mapamundi {padding-top: 34vw !important;}
    .woocommerce #page.grid-container, .woocommerce-page #page.grid-container {margin-top: 75px; padding: 0;}
    .slider_videos_altos li.sow-slider-image {max-height: unset;height: auto;}
    .li_imagen_vino img {max-height: 280px;}
    .fila_vinos {padding: 20px !important;}
    .woocommerce div.product div.images .flex-control-thumbs li img {max-width: 50px;}
    .woocommerce ul.products li.product .woocommerce-variation-availability:has(.stock), .woocommerce-page ul.products li.product .woocommerce-variation-availability:has(.stock), ul.products li.product .contenido_agotado {height: calc(100vw - 50px);}
    .puntuaciones_top {flex-wrap: wrap;gap: 5px;}
}
@media (max-width:470px) {
    ul#menu-navegacion-footer li a{width: calc(50vw - 35px);height: calc(50vw - 35px);}
    ul#menu-navegacion-footer li a span {font-size: 4.2vw;}
}
@media (max-width:410px) {
   
    .woocommerce #content table.cart td.actions .coupon .button, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon input, .woocommerce table.cart td.actions .coupon .button, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon input, .woocommerce-page #content table.cart td.actions .coupon .button, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon input, .woocommerce-page table.cart td.actions .coupon .button, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon input {width: 100%;}
    .woocommerce-page table.cart td.actions .coupon .input-text {padding: 10px 15px;margin-bottom: 10px;}
    .woocommerce div.product form.cart .variations {margin-right: 16px;}
    .formato-option {min-width: 62px;}
}