#co-shipping-method-form .buttons-set .button,
.button,
.button.button-secondary,
.cart-table .product-cart-actions .button,
.footer .button {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /* background: #fff; */
    display: inline-block;
    padding: 12px 40px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-family: "OpenSans", sans-serif;
    /* reemplazado de Open Sans */
    line-height: 20px;
    text-align: center;
    text-transform: none;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.5s !important;
    transition: 0.5s !important;
    /* background: #ccff90; verde chillon original */
    background: #8cc4b2;
    border: none;
}

#co-shipping-method-form .buttons-set .button span,
.button span,
.button.button-secondary span,
.cart-table .product-cart-actions .button span,
.footer .button span {
    z-index: 9;
    position: relative;
}

#livechat-wrapper {
    height: 71px !important;
    color: #34515e !important;
    background-color: transparent !important;
}

#co-shipping-method-form .buttons-set .button::after,
#co-shipping-method-form .buttons-set .button::before,
.button.button-secondary::after,
.button.button-secondary::before,
.button::after,
.button::before,
.cart-table .product-cart-actions .button::after,
.cart-table .product-cart-actions .button::before,
.footer .button::after,
.footer .button::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0;
    position: absolute;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 2;
}

#co-shipping-method-form .buttons-set .button::before,
.button.button-secondary::before,
.button::before,
.cart-table .product-cart-actions .button::before,
.footer .button::before {
    border-color: transparent transparent transparent #77b4a1;
    bottom: 0;
    left: 0;
}

#co-shipping-method-form .buttons-set .button::after,
.button.button-secondary::after,
.button::after,
.cart-table .product-cart-actions .button::after,
.footer .button::after {
    border-color: transparent #77b4a1 transparent transparent;
    top: 0;
    right: 0;
}

#co-shipping-method-form .buttons-set .button:hover,
.button:hover,
.cart-table .product-cart-actions .button:hover {
    cursor: pointer;
    color: #fff;
    /* background: #77b4a1; */
    background: #77b4a1;
}

#co-shipping-method-form .buttons-set .button:hover::before,
.button:hover::before,
.cart-table .product-cart-actions .button:hover::before {
    border-width: 300px 0 0 300px;
}

#co-shipping-method-form .buttons-set .button:hover::after,
.button:hover::after,
.cart-table .product-cart-actions .button:hover::after {
    border-width: 0 300px 300px 0;
}

#co-shipping-method-form .buttons-set .button:hover span span::before,
.button:hover span span::before,
.cart-table .product-cart-actions .button:hover span span::before {
    color: #fff;
}

#co-shipping-method-form .buttons-set .button:active::after,
.button:active::after,
.cart-table .product-cart-actions .button:active::after {
    background: #77b4a1;
    color: #fff;
}

#co-shipping-method-form .buttons-set .button:focus,
.button:focus,
.cart-table .product-cart-actions .button:focus {
    background: #77b4a1;
    color: #fff;
}

.button.button-secondary {
    background: #fff;
    color: #000;
    text-shadow: none;
}

.button.button-secondary:hover {
    background: #f2f2f2;
    cursor: pointer;
    color: #fff;
}

.button.button-secondary:focus {
    background: #77b4a1;
    outline: 0;
}

#co-shipping-method-form .buttons-set .button:hover,
.button:hover,
.cart-table .product-cart-actions .button:hover {
    z-index: 999;
}

.btn-previous:hover::after,
.btn-remove:hover::after,
.pages ol li a:hover,
.sorter>.sort-by .sort-by-switcher:hover,
.sorter>.view-mode a.grid:hover,
.sorter>.view-mode a.list:hover {
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2);
    z-index: 999;
}

.btn-previous:active::after,
.btn-remove:active::after,
.pages ol li a:active,
.sorter>.sort-by .sort-by-switcher:active,
.sorter>.view-mode a.grid:active,
.sorter>.view-mode a.list:active {
    opacity: 0.8;
}

.toolbar .dropdown {
    width: 100%;
    background-color: #f5f5f5;
    border: solid 1px #dfdfdf;
    border-radius: 0;
}

.toolbar .dropdown:hover {
    box-shadow: none;
    background: #ededed;
}

.toolbar .dropdown .validation-advice {
    position: relative !important;
    height: auto;
    opacity: 1;
    padding: 0 0 10px !important;
    background: #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    top: -1px;
    left: -1px;
    margin-right: -2px;
}

.toolbar .dropdown div {
    background-color: #f5f5f5;
    border: solid 1px #dfdfdf;
}

.toolbar .dropdown div ul {
    z-index: 12;
}

.toolbar .dropdown div ul li {
    margin: 0;
}

.toolbar .dropdown div ul li.focus {
    background: #ededed;
    color: #333;
}

.toolbar .dropdown div ul li.active {
    font-weight: 400;
    background: #ededed;
}

.toolbar .dropdown .selected,
.toolbar .dropdown li {
    font-size: 14px;
    color: #555;
    padding: 13px 20px;
}

.toolbar .dropdown .selected {
    color: #333;
}

.toolbar .dropdown .selected::after {
    box-shadow: none;
}

.toolbar .dropdown .carat {
    border-width: 6px;
    border-color: #777 transparent transparent;
    right: 20px;
}

.toolbar .dropdown.open {
    z-index: 15;
}

.toolbar .dropdown.open .carat {
    border-bottom: 6px solid #777;
    border-top: 6px solid transparent;
    margin-top: -10px;
}

.toolbar .dropdown.open div {
    padding: 10px 0;
    height: auto !important;
}

.toolbar .dropdown.open div ul {
    position: relative;
    z-index: 12;
}

.table-bordered,
.theme-border {
    border-top: solid 2px #77b4a1;
}

.theme-color {
    color: #77b4a1;
}

.title-border {
    border-bottom: solid 2px #dfdfdf;
    padding-bottom: 10px !important;
    margin-bottom: 40px !important;
}


/* .zoid-context-iframe{ height:94px!important }*/

@media only screen and (max-width: 767px) {
    .title-border {
        padding-bottom: 10px !important;
    }
}

.theme-block {
    border: solid 1px #dfdfdf;
    border-top: solid 2px #77b4a1;
    padding: 30px 29px;
    margin-bottom: 60px;
}

.no-theme-block {
    border: none;
    padding: 0;
    margin-bottom: 0;
}

label {
    text-transform: uppercase;
    color: #333;
    font-weight: 400;
}

.table-bordered thead>tr>td,
.table-bordered thead>tr>th {
    font-size: 16px;
    line-height: 1.667em;
    color: #333;
    text-transform: uppercase;
    font-weight: 500;
}

@media only screen and (max-width: 991px) {
    .theme-block {
        padding: 15px;
        margin-bottom: 30px;
    }
    label {
        font-size: 12px;
    }
}

.table-bordered thead>tr>td,
.table-bordered thead>tr>th {
    border-bottom-width: 1px;
}

.table-bordered td,
.table-bordered th {
    border: solid 1px #dfdfdf;
}

.ink {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 9999;
}

.animate {
    -webkit-animation: ripple 0.65s linear;
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

.icon-sprite,
.icon-sprite-for-modules,
.ratings .rating-box,
.ratings .rating-box .rating {
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
}

.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 4 / 2),
(min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
(min-resolution: 2dppx) {
    .icon-sprite,
    .icon-sprite-for-modules,
    .ratings .rating-box,
    .ratings .rating-box .rating {
        background-image: url(../images/icon_sprite@2x.png);
        background-size: 100px 1000px;
    }
}


/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

.nav-container-mobile {
    display: none;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    overflow-x: hidden;
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

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

h1 {
    font-size: 2em;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    /* font-weight: 700 */
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: "\201C""\201D""\2018""\2019";
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
}

body {
    background: #fff;
    color: #34515e;
    line-height: 1;
}

abbr,
acronym,
body,
fieldset,
html,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400;
}

caption,
cite,
code,
th {
    font-weight: 400;
    font-style: normal;
    text-align: left;
}

address {
    font-style: normal;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

img {
    display: block;
    aspect-ratio: attr(width) / attr(height);
}

ol,
ul {
    list-style: none;
}

q:after,
q:before {
    content: "";
}

input:focus,
input[type="search"]:focus {
    outline-offset: -2px;
}

input[type="search"] {
    -webkit-appearance: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

.header-row,
.page-header {
    font-family: "OpenSans", sans-serif;
    /* reemplazado de Open Sans */
    border: none;
    margin: 0 auto !important;
}

a,
button {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    outline: 0 !important;
}

body,
button,
input,
select,
table,
textarea {
    font-family: "OpenSans", sans-serif;
    /* DANI: Oculto por no mostrar correctamente la negrita */
    color: #34515e;
    /* font-size: 14px; */
    font-size: 17px;
    line-height: 1.5;
}

a {
    color: #8CC4B2;
    /* color: #6fa036; */
    text-decoration: none;
}

a.parentCategory {
    color: #34515e;
    font-weight: bold;
}

a:hover {
    color: #77b4a1;
    text-decoration: none;
}

a:focus {
    outline: 0;
    outline-color: none;
    text-decoration: none;
    color: inherit;
    color: #77b4a1;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.h1,
h1 {
    margin: 0;
    margin-bottom: 0.7em;
    color: #000;
    font-family: "OpenSans", sans-serif;
    /* reemplazado de Open Sans */
    font-size: 28px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
}

.h2,
h2 {
    margin: 0;
    /* margin-bottom: 1.5em; */
    /* color: #000; */
    font-family: "OpenSans", sans-serif;
    /* font-size: 24px; */
    font-weight: 500;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    /* text-transform: uppercase */
}

.h3,
h3 {
    margin: 0;
    margin-bottom: 10px;
    color: #000;
    font-family: "OpenSans", sans-serif;
    /* reemplazado de Open Sans */
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
}

.h4,
h4 {
    margin: 0;
    margin-bottom: 10px;
    color: #000;
    font-family: "OpenSans", sans-serif;
    /* reemplazado de Open Sans */
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
}

.h5,
h5 {
    margin: 0;
    margin-bottom: 10px;
    color: #000;
    font-family: "OpenSans", sans-serif;
    /* reemplazado de Open Sans */
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
}

.h6,
h6 {
    margin: 0;
    margin-bottom: 5px;
    color: #000;
    font-family: "OpenSans", sans-serif;
    /* reemplazado de Open Sans */
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
}

.address-list address {
    margin-bottom: 1em;
}

.availability {
    margin-bottom: 0;
}

.product-details .availability {
    color: #8a9498;
    float: left;
    width: 100%;
    clear: left;
    display: block;
}

.availability.in-stock {
    color: #54b70b;
    font-weight: 500;
}

.availability.available-soon,
.availability.out-of-stock {
    color: #ee372a;
}

.availability-only {
    color: #333;
    margin-bottom: 0;
}

.label {
    display: inline;
    font-size: 1em;
    font-weight: 400;
    text-transform: none;
    padding: 0;
    text-align: left;
    border-radius: 0;
    line-height: inherit;
    white-space: normal;
    color: #607d8b;
}

.clear {
    clear: both;
}

.page-title,
.widget-title {
    text-align: center;
}

.page-title h1,
.page-title h2,
.widget-title h1,
.widget-title h2 {
    font-size: 28px;
    font-weight: 400;
    color: #000;
    padding-bottom: 0;
    margin-bottom: 23px;
    text-transform: none;
}

@media only screen and (max-width: 767px) {
    .page-title h1,
    .page-title h2,
    .widget-title h1,
    .widget-title h2 {
        font-size: 20px;
    }
}

.sidebar .actions button.button {
    white-space: normal;
}

a.button {
    text-decoration: none;
}

a.button:hover {
    color: #fff;
}

.button.disabled,
.button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.button+.button {
    margin-left: 5px;
}

.button2 {
    border: 0;
    padding: 0 5px;
    margin: 0;
    font-size: 16px;
    color: #6fa036;
    font-weight: 500;
    background: 0 0;
    cursor: pointer;
    vertical-align: middle;
}

.button2:hover {
    color: #555;
}

.button2:focus {
    outline: 0;
}

.button2 span,
.button2 span span {
    line-height: 30px;
    height: 30px;
    text-transform: none;
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .col2-set .buttons-set .button,
    .col2-set .buttons-set .button2 {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .col2-set .buttons-set .back-link {
        display: none;
    }
    .col2-set .buttons-set .required {
        display: none;
    }
}

@media only screen and (max-width: 479px) {
    #blackfridayimage1 {
        display: none !important;
    }
    #blackfridayimage2 {
        display: block !important;
    }
    .buttons-set .button {
        float: none;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 7px;
    }
    .buttons-set .back-link {
        display: none;
    }
    .buttons-set .required {
        display: none;
    }
}

.paypal-logo.paypal-after {
    float: left;
}

.paypal-after .paypal-or {
    float: left;
}

.paypal-or {
    line-height: 34px;
    margin: 0 10px 5px;
}

.paypal-after .paypal-button {
    float: left;
}

.paypal-button {
    line-height: 0;
}

.paypal-button img {
    display: inline;
}

@media only screen and (max-width: 740px) {
    .paypal-or {
        line-height: 20px;
    }
    .paypal-button,
    .paypal-logo,
    .paypal-or {
        text-align: center;
        display: inline-block;
        margin: 15px 0 0;
        float: none;
    }
}

.buttons-set {
    clear: both;
    margin: 10px 0;
    text-align: right;
}

.buttons-set p.required {
    margin: 0;
    margin-left: 10px;
    line-height: 33px;
    float: right;
}

.buttons-set .back-link {
    float: left;
    margin: 0;
    line-height: 33px;
}

.buttons-set .back-link small {
    display: none;
}

.buttons-set .back-link::before {
    display: inline-block;
    font-family: material-design;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 23px;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
    color: #77b4a1;
}

.buttons-set a:not(.button) {
    line-height: 20px;
    display: inline-block;
    padding: 5px;
}

.buttons-set button.button {
    float: right;
    margin-left: 5px;
    margin-bottom: 5px;
}

.buttons-set:after {
    content: "";
    display: table;
    clear: both;
}

.icon-sprite,
.icon-sprite-for-modules,
.ratings .rating-box,
.ratings .rating-box .rating {
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 4 / 2),
(min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
(min-resolution: 2dppx) {
    .icon-sprite,
    .icon-sprite-for-modules,
    .ratings .rating-box,
    .ratings .rating-box .rating {
        background-image: url(../images/icon_sprite@2x.png);
        background-size: 100px 1000px;
    }
}

.breadcrumbs {
    overflow: hidden;
    padding: 14px 0 13px;
}

.breadcrumbs li {
    float: left;
    font-size: 15px;
    font-family: "OpenSans", sans-serif;
    /* reemplazado de Open Sans */
    text-transform: none;
}

.breadcrumbs li a {
    display: inline-block;
    color: #555;
}

.breadcrumbs li a:hover {
    color: #333;
}

.breadcrumbs li.home a {
    font-size: 0;
    line-height: 0;
    color: #77b4a1;
}

.breadcrumbs li.home a::before {
    font-size: 18px;
    line-height: 20px;
    display: inline-block;
    display: inline-block;
    font-family: material-design;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
}

.breadcrumbs li.home a:hover::before {
    color: #cc7400;
}

.breadcrumbs strong {
    color: #555;
    font-weight: 400;
}

.breadcrumbs span {
    padding: 0 10px;
    line-height: 14px;
    color: #c7c7c7;
}


/* @media only screen and (max-width: 767px) {
    .breadcrumbs {
        display: none;
    }
} */

.footer-container,
.main-container {
    position: relative;
    margin: 0 auto;
    padding: 10px 0;
}

.footer-container:after,
.main-container:after {
    content: "";
    display: table;
    clear: both;
}

.btn-previous,
.btn-remove {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    position: relative;
}

.btn-remove:after {
    display: inline-block;
    font-family: material-design;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    color: #77b4a1;
    line-height: 20px;
    width: 100%;
    font-size: 18px;
}

.btn-remove2 {
    border: none;
    width: auto;
    height: auto;
}

.btn-remove2:before {
    display: inline-block;
    font-family: material-design;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 22px;
    color: #77b4a1;
}

.btn-remove2:after {
    display: none;
}

.btn-remove2:hover {
    background-color: transparent;
    opacity: 0.6;
}

.btn-previous:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #333;
    border-left: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -2px;
    margin-top: -4px;
}

.btn-previous:hover:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #fff;
    border-left: none;
}

#compare-items .btn-previous,
#compare-items .btn-remove,
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove,
.mini-products-list .btn-previous,
.mini-products-list .btn-remove {
    float: right;
    margin-left: 6px;
}

@font-face {
    font-family: "Material Design Icons";
    src: url(../fonts/materialdesignicons-webfont.eot?v=3.8.95);
    src: url(../fonts/materialdesignicons-webfont.eot?#iefix&v=3.8.95) format("embedded-opentype"), url(../fonts/materialdesignicons-webfont.woff2?v=3.8.95) format("woff2"), url(../fonts/materialdesignicons-webfont.woff?v=3.8.95) format("woff"), url(../fonts/materialdesignicons-webfont.ttf?v=3.8.95) format("truetype");
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

.mdi-set,
.mdi:before {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body [class^="sequra"] .icon-info:before {
    content: "\F2FD" !important;
    font-family: "Material Design Icons" !important;
    font-size: 16px;
    line-height: normal;
}

.checkout-agreements li {
    margin-bottom: 20px;
}

.checkout-agreements .agreement-content {
    overflow-y: auto;
    max-width: 670px;
    max-height: 125px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    background: #f5f5f5;
}

.cvv-what-is-this {
    margin: 7px 0 0;
    font-size: 14px;
    color: #ee372a;
    line-height: 24px;
    display: inline-block;
}

.footer-container,
.main-container {
    position: relative;
    margin: 0 auto;
    padding: 10px 0;
}

.footer-container:after,
.main-container:after {
    content: "";
    display: table;
    clear: both;
}

@media only screen and (min-width: 480px) {
    .footer-container,
    .main-container {
        padding: 10px 0 30px;
    }
}

.footer-container:before {
    position: absolute;
    /* background: #8eacbb; */
    /* background: #5e5846;   Santi */
    background: #34515e;
    content: "";
    width: 300%;
    left: -300%;
    height: 100%;
    display: block;
    top: 0;
}

.footer-container {
    padding-top: 0;
    position: relative;
    /* background: #8eacbb; */
    /* background: #5e5846;   Santi */
    background: #34515e;
}

.footer-container:after {
    position: absolute;
    /* background: #8eacbb; */
    /* background: #5e5846;   Santi */
    background: #34515e;
    content: "";
    width: 300%;
    right: -300%;
    height: 100%;
    display: block;
    top: 0;
}

.col-left {
    float: left;
}

.col2-left-layout .col-main,
.col3-layout .col-main {
    float: right;
}

@media only screen and (min-width: 768px) {
    .top-container {
        max-width: 1230px;
        margin: 0 auto;
        padding: 0 30px;
    }
}

.global-site-notice {
    background: #333;
    color: #e6e6e6;
    font-size: 11px;
}

.global-site-notice .notice-inner {
    padding-left: 120px;
    width: 100%;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    line-height: 11px;
    min-height: 40px;
    padding-top: 14.5px;
    padding-bottom: 14.5px;
    background-image: url(../images/demo-logo.png);
    background-position: left;
    background-repeat: no-repeat;
}

.global-site-notice p {
    margin-bottom: 0;
}

.promo-msg {
    color: #333;
    text-align: center;
    margin: 10px;
    text-transform: uppercase;
    font-family: "OpenSans", sans-serif;
    /* reemplazado de Open Sans */
}

.grid:after {
    content: "";
    display: table;
    clear: both;
}

.success {
    color: #54b70b;
}

.error {
    color: #ee372a;
    font-weight: 700;
}

.notice {
    color: #e26703;
    font-weight: 700;
}

.messages {
    margin-bottom: 25px;
}

.messages li li {
    position: relative;
    margin-bottom: 5px;
    padding: 7px 10px 7px 20px;
    background: #f5f5f5;
    font-size: 15px;
}

.messages li li:before {
    top: 50%;
    left: 0;
    margin-top: -6px;
}

.messages .error-msg li {
    color: #000;
    border-left: 5px solid #ee372a;
    background-color: #faebe7;
}

.messages .error-msg li:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #ee372a;
    border-right: none;
}

.messages .notice-msg li {
    color: #000;
    border-left: 5px solid #e26703;
    background-color: #f9ebe6;
}

.messages .notice-msg li:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #e26703;
    border-right: none;
}

.messages .success-msg li {
    color: #000;
    border-left: 5px solid #54b70b;
    background-color: #eff5ea;
}

.messages .success-msg li:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #54b70b;
    border-right: none;
}

@media only screen and (min-width: 915px) {
    .order-list-grid .col-1 {
        width: 30%;
    }
    .order-list-grid .col-2 {
        width: 50%;
        padding-right: 20px;
    }
    .order-list-grid .col-3 {
        clear: none;
        width: 20%;
        padding-top: 0;
    }
}

.page-popup {
    padding: 20px;
    background: #fff;
    height: auto;
}

.page-popup h1 {
    margin: 0 0 0.5em;
    font-size: 36px;
}

.payment-methods {
    margin-bottom: 20px;
}

.payment-methods dt {
    padding: 5px 0;
}

.payment-methods dd {
    padding-top: 10px;
}

.payment-methods .form-list {
    position: relative;
    display: inline-block;
    max-width: 100%;
    margin: 5px 15px 15px;
    padding: 15px;
    border: 1px solid #ccc;
    background: #f5f5f5;
}

.payment-methods .form-list:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 10px solid transparent;
    border-left: none;
    border-bottom: 10px solid #ccc;
    border-top: none;
    top: -11px;
    left: 30px;
}

.payment-methods .form-list:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 10px solid transparent;
    border-left: none;
    border-bottom: 10px solid #f5f5f5;
    border-top: none;
    top: -10px;
    left: 30px;
}

.payment-methods .form-list li:last-child {
    margin-bottom: 0;
}

.please-wait {
    display: inline-block;
    margin-left: 10px;
    margin-top: 5px;
    line-height: 24px;
    height: 24px;
    white-space: nowrap;
}

.please-wait img {
    float: left;
    margin-right: 5px;
    width: 24px;
}


/* Dani sequra widget */

.regular-price {
    color: #77b4a1;
    margin: 10px 0 5px;
}

.price-box p {
    margin-bottom: 0;
}

.price-notice {
    color: #909090;
}

.price-box .price {
    color: #34515e;
    font-size: 20px;
}

.price-box .price-label {
    color: #909090;
    white-space: nowrap;
}

.price-box .minimal-price-link {
    padding-left: 1em;
    color: #333;
    display: block;
}

.price-box .minimal-price-link .label {
    color: #909090;
}

.price-box .old-price,
.price-box .special-price {
    display: block;
}

.price-box .old-price .price-label,
.price-box .special-price .price-label {
    display: none;
}

.price-box .old-price .price,
.price-box .special-price .price {
    display: inline-block;
}

.price-box .old-price .price {
    color: #9b9b9b;
    text-decoration: line-through;
    font-size: 18px;
}

.price-box .special-price .price {
    color: #34515e;
    font-weight: 500;
}

.price-box .special-price .price-label {
    color: #d84d3c;
}

.price-box .price-excluding-tax,
.price-box .price-including-tax {
    display: block;
}

span.weee {
    display: block;
}

.product-pricing,
.tier-prices,
.tier-prices-grouped {
    display: inline-block;
    padding: 4px 8px;
    background: #fbf4de;
    border: 1px solid #e2d4c7;
    margin-top: 7px;
}

.product-pricing li,
.tier-prices li,
.tier-prices-grouped li {
    font-size: 12px;
}

.product-pricing .benefit,
.tier-prices .benefit,
.tier-prices-grouped .benefit {
    font-style: italic;
}

.product-pricing .price,
.tier-prices .price,
.tier-prices-grouped .price {
    font-weight: 700;
}

.item-options {
    font-size: 12px;
    font-family: "OpenSans", sans-serif;
    /* reemplazado de Open Sans */
    color: #555;
    font-weight: 400;
    text-transform: capitalize;
}

.item-options:after {
    content: "";
    display: table;
    clear: both;
}

.item-options dt {
    float: left;
    clear: left;
    padding-right: 0;
    color: #333;
    font-weight: 400;
}

.item-options dt:after {
    content: ": ";
}

.item-options dd {
    float: left;
    text-transform: none;
    padding-left: 10px;
    margin: 0 0 6px;
}

.truncated,
.truncated a.dots {
    cursor: help;
}

.truncated a.details {
    cursor: help;
    background-color: #fff;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    display: inline-block;
    padding: 4px 35px 2px 16px;
    position: relative;
}

.truncated a.details::before {
    display: inline-block;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    position: absolute;
    right: 5px;
    top: 4px;
    font-size: 16px;
    font-style: normal;
}

.truncated a.details:hover {
    text-decoration: none;
    color: #fff;
    background: #77b4a1;
}

.truncated a.details:hover::before {
    color: #fff;
}

.truncated .truncated_full_value {
    position: relative;
    z-index: 300;
}

.truncated .truncated_full_value .item-options {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 300;
    width: 200px;
    padding: 18px;
    border: 1px solid #dfdfdf;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    background-color: #f6f6f6;
    top: 31px;
    word-break: break-word;
    right: -80px;
}

.truncated .truncated_full_value .item-options::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 14px solid transparent;
    border-left: none;
    border-bottom: 14px solid #dfdfdf;
    border-top: none;
    top: -14px;
    left: 50px;
}

.truncated .truncated_full_value .item-options::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 14px solid transparent;
    border-left: none;
    border-bottom: 14px solid #f5f5f5;
    border-top: none;
    top: -12px;
    left: 51px;
}

.truncated .truncated_full_value .item-options>p {
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.truncated .show .item-options {
    visibility: visible;
    opacity: 1;
}

@media only screen and (max-width: 479px) {
    .truncated {
        cursor: inherit;
    }
    .truncated a.details {
        display: none;
    }
    .truncated .truncated_full_value .item-options {
        display: block;
        visibility: visible;
        opacity: 1;
        position: static;
        padding: 10px 0;
        z-index: 1;
        width: 100%;
        border: none;
        background-color: transparent;
        box-shadow: none;
    }
    .truncated .truncated_full_value .item-options p {
        float: none;
    }
    .truncated .truncated_full_value .item-options dl {
        overflow: hidden;
        margin-bottom: 0;
    }
    .truncated .truncated_full_value .item-options:after,
    .truncated .truncated_full_value .item-options:before {
        display: none !important;
    }
}

.page-print {
    width: 6.5in;
    margin: 20px;
    background: #fff;
}

.sales-order-print .col-1,
.sales-order-print .col-2 {
    float: left;
    width: 45%;
    margin-right: 2%;
    margin-bottom: 30px;
}

.sales-order-print .col-1 h2,
.sales-order-print .col-2 h2 {
    margin-bottom: 10px;
}

.sales-order-print .product-name {
    font-size: 16px;
    text-transform: none;
}

.add-to-links {
    margin: 7px 0;
    font-size: 14px;
}

.add-to-links a {
    display: inline-block;
    padding: 0 3px 3px;
    font-weight: 500;
}

.add-to-links a:hover {
    color: #000;
}

.link-compare,
.link-wishlist {
    font-weight: 500;
}

.link-compare::before,
.link-wishlist::before {
    font-size: 18px;
    padding-right: 5px;
}

.link-compare::before {
    display: inline-block;
    font-family: material-design;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
}

.link-wishlist::before {
    display: inline-block;
    font-family: material-design;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
}

.add-to-links .separator {
    display: none;
}

.no-touch .product-img-box .product-image:not(.zoom-available):hover,
.product-image {
    position: relative;
    display: block;
    background-color: #fff;
    border: none;
    text-align: center;
    margin-bottom: 15px;
}

.no-touch .product-img-box .product-image:not(.zoom-available):hover img,
.product-image img {
    margin: 0 auto;
    border-radius: 12px;
    max-width: 100%;
}

@media only screen and (max-width: 767px) {
    body .product-img-box .product-image:hover {
        border-color: #dfdfdf;
    }
}

.ratings {
    margin: 7px 0;
}

.ratings .rating-box,
.ratings .rating-links {
    margin: 5px 0;
    font-size: 12px;
    line-height: 26px;
}

.ratings .rating-box {
    width: 65px;
    height: 13px;
    background-repeat: repeat-x;
    background-position: 0 -615px;
    overflow: hidden;
}

.ratings .rating-box .rating {
    float: left;
    height: 13px;
    background-repeat: repeat-x;
    background-position: 0 -600px;
}

.ratings .amount {
    display: block;
    margin: 5px auto;
}

.ratings .rating-links a {
    vertical-align: middle;
}

.ratings .separator {
    margin: 0 10px;
    overflow: hidden;
    text-indent: -999em;
    position: relative;
    line-height: 26px;
    display: inline-block;
    width: 2px;
    vertical-align: middle;
}

.ratings .separator.temp {
    float: left;
}

.ratings .separator::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #dfdfdf;
}

.std p {
    margin: 0 0 1.5em;
}

.std ol {
    list-style: decimal outside;
    margin-bottom: 1.5em;
}

.std ol li {
    margin-left: 2em;
}

.std ul {
    list-style: disc outside;
    margin-bottom: 1.5em;
}

.std ul li {
    margin-left: 2em;
}

.std .note {
    color: #909090;
    font-size: 13px;
}

.tabs {
    margin-bottom: 10px;
    background: #fff;
}

.toolbar {
    margin-bottom: 5px;
    background-color: #f5f5f5;
    padding: 0;
    clear: both;
}

.toolbar:after {
    content: "";
    display: table;
    clear: both;
}

.toolbar select {
    width: auto;
    display: inline-block;
    float: left;
    vertical-align: middle;
    margin: 7px;
}

.toolbar .dropdown {
    border-top: none;
    border-left: none;
    border-bottom: none;
    float: left;
    width: 270px;
}

.toolbar .dropdown .selected,
.toolbar .dropdown li {
    padding: 18px 20px 17px;
}

.toolbar .dropdown .carat {
    margin: 0;
}

@media only screen and (max-width: 1199px) {
    .toolbar .dropdown {
        width: auto;
        min-width: 130px;
    }
    .toolbar .dropdown .selected {
        padding-right: 40px;
    }
    .toolbar .dropdown div {
        top: 104%;
        left: -1px;
        min-width: 100%;
        width: auto;
    }
    .toolbar .dropdown div ul {
        width: auto;
        min-width: 100%;
    }
}

.pager-no-toolbar {
    margin-bottom: 10px;
}

.pager-no-toolbar~.pager-no-toolbar {
    margin-top: 10px;
}

.pager,
.toolbar {
    font-family: "OpenSans", sans-serif;
    /* reemplazado de Open Sans */
    color: #555;
    line-height: 30px;
    font-size: 12px;
}

.pager li,
.toolbar li {
    border: none;
    margin-right: 2px;
}

.pager li>a,
.pager li>span,
.toolbar li>a,
.toolbar li>span {
    display: inline-block;
    padding: 0;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 0;
    vertical-align: top;
}

.pager-no-toolbar label,
.toolbar label {
    float: left;
    font-weight: 400;
    text-transform: none;
    font-size: 14px;
    color: #333;
}

.sorter {
    float: left;
}

.sorter label {
    float: left;
    margin-right: 5px;
    display: none;
}

.sorter label:after {
    content: ":";
}

.sorter>.sort-by {
    float: left;
    margin-left: 0;
}

.sorter>.sort-by .selectboxit-container .selectboxit-list {
    margin-left: -1px;
}

.sorter>.sort-by .sort-by-switcher {
    float: left;
    position: relative;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    vertical-align: top;
    padding-top: 2px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #77b4a1;
    border-right: solid 1px #dfdfdf;
    background-color: #f5f5f5;
}

.sorter>.sort-by .sort-by-switcher::before {
    font-size: 24px;
    line-height: 46px;
    -webkit-transition: all, 0.3s, ease-in-out;
    -o-transition: all, 0.3s, ease-in-out;
    transition: all, 0.3s, ease-in-out;
    display: inline-block;
    font-family: material-design;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
}

.sorter>.sort-by .sort-by-switcher:hover::before {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sorter>.sort-by .sort-by-switcher--desc:before {
    display: inline-block;
    font-family: material-design;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sorter>.sort-by .sort-by-switcher--desc:hover::before {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.sorter>.view-mode {
    float: left;
    margin-bottom: 0;
}

.sorter>.view-mode .grid,
.sorter>.view-mode .list {
    float: left;
    font-size: 0;
    position: relative;
    border-right: solid 1px #dfdfdf;
    background-color: #f5f5f5;
    line-height: 0;
    padding: 10px 13px 10px 13px;
    -webkit-transition: all, 0.1s, ease-in-out;
    -o-transition: all, 0.1s, ease-in-out;
    transition: all, 0.1s, ease-in-out;
    color: #909090;
    height: 50px;
    overflow: hidden;
}

.sorter>.view-mode .grid:before {
    display: inline-block;
    font-family: material-design;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 24px;
    line-height: 28px;
    font-weight: 100;
}

.sorter>.view-mode strong.grid {
    color: #77b4a1;
}

.sorter>.view-mode .list:before {
    display: inline-block;
    font-family: material-design;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 24px;
    line-height: 28px;
    font-weight: 100;
}

.sorter>.view-mode strong.list {
    color: #77b4a1;
}

.pager {
    float: right;
    margin: 0;
}

.pager .selectboxit-container .selectboxit-btn {
    width: 120px !important;
    border-right: none;
    border-left: solid 1px #dfdfdf;
}

.pager .selectboxit-container .selectboxit-list {
    width: 120px;
}

.pager .selectboxit-container .selectboxit-list li {
    margin: 0;
}

.pager>.count-container {
    float: left;
}

.pager .amount {
    float: left;
    white-space: nowrap;
    margin: 10px 20px 0 0;
    color: #77b4a1;
    font-size: 14px;
}

.pager .amount strong {
    font-weight: 400;
}

.pager .limiter {
    float: left;
    height: 50px;
    line-height: 50px;
}

.pager .limiter>label {
    padding-right: 20px;
}

.pager .limiter>label:after {
    content: ":";
}

.pager .dropdown {
    text-align: left;
    border: none;
    border-left: solid 1px #dfdfdf;
    width: 120px;
}

.pager .dropdown .selected,
.pager .dropdown li {
    padding: 18px 20px 17px;
}

.category-products .pages {
    display: none;
}

.pages {
    float: left;
    margin: 0;
}

.pages strong {
    display: none;
}

.pages li {
    display: inline-block;
    margin: 0;
    float: left;
    position: relative;
}

.pages ol li a,
.pages ol li.current {
    display: inline-block;
    border: 0;
    font-size: 14px;
    text-align: center;
    position: relative;
    line-height: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    overflow: hidden;
    border-right: 1px solid #dfdfdf;
    -webkit-transition: all, 0.3s, ease-in-out;
    -o-transition: all, 0.3s, ease-in-out;
    transition: all, 0.3s, ease-in-out;
}

.pages ol li a.next,
.pages ol li.current.next {
    border-right: none;
}

.pages ol li a {
    color: #555;
    background-color: #f5f5f5;
}

.pages ol li a:hover {
    color: #333;
    background-color: #ededed;
}

.pages ol li.current,
.pages ol li.current a {
    color: #333;
    background-color: #ededed;
}

.pages .next,
.pages .previous {
    font: 0/0 a;
    text-shadow: none;
    position: relative;
}

.pages .next:before,
.pages .previous:before {
    color: #77b4a1;
    font-size: 18px;
    line-height: 50px;
}

.pages .next:before {
    display: inline-block;
    font-family: material-design;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
}

.pages .previous:before {
    display: inline-block;
    font-family: material-design;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
}

.toolbar-bottom .toolbar {
    background: #fff;
    margin-top: 30px;
}

.toolbar-bottom .toolbar .pager {
    float: none;
}

.toolbar-bottom .toolbar .count-container,
.toolbar-bottom .toolbar .sorter {
    display: none;
}

.category-products .toolbar-bottom .toolbar .pages {
    display: block;
    float: none;
    margin: 0 auto;
}

.category-products .toolbar-bottom .toolbar .pages ol {
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media only screen and (max-width: 479px) {
    .pager .amount--has-pages {
        display: none;
    }
    .pages {
        float: left;
    }
    .pages ol li a,
    .pages ol li.current {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .pages .next:before,
    .pages .previous:before {
        line-height: 30px;
    }
    .limiter label {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .col1-layout .pager,
    .col1-layout .sorter {
        width: 100%;
    }
    .col1-layout .pager {
        float: left;
        clear: both;
    }
    .col1-layout .pager .pages {
        float: left;
        margin-top: 10px;
        margin-left: 0;
    }
    .col1-layout .pager .count-container {
        float: right;
    }
}

@media only screen and (max-width: 991px) {
    .sorter {
        border-bottom: solid 1px #dfdfdf;
    }
    .sorter>.sort-by {
        float: right;
    }
    .col2-left-layout .pager,
    .col2-left-layout .sorter,
    .col2-right-layout .pager,
    .col2-right-layout .sorter,
    .col3-layout .pager,
    .col3-layout .sorter {
        width: 100%;
    }
    .col2-left-layout .pager,
    .col2-right-layout .pager,
    .col3-layout .pager {
        float: left;
        clear: both;
    }
    .col2-left-layout .pager .pages,
    .col2-right-layout .pager .pages,
    .col3-layout .pager .pages {
        float: left;
        margin-left: 0;
    }
    .col2-left-layout .pager .count-container,
    .col2-right-layout .pager .count-container,
    .col3-layout .pager .count-container {
        float: right;
    }
}

@media only screen and (max-width: 1279px) {
    .toolbar .view-mode>label {
        display: none;
    }
}

#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
    position: relative;
    cursor: pointer;
}

#checkout-review-table .summary-collapse:before,
#shopping-cart-totals-table .summary-collapse:before,
body.customer-account .data-table .summary-collapse:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 7px solid #39c;
    border-bottom: none;
    position: static;
    display: inline-block;
    margin-right: 5px;
}

#checkout-review-table .summary-collapse:hover:before,
#shopping-cart-totals-table .summary-collapse:hover:before,
body.customer-account .data-table .summary-collapse:hover:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 7px solid #0d0d0d;
    border-bottom: none;
    position: static;
    display: inline-block;
    margin-right: 5px;
}

#checkout-review-table .show-details .summary-collapse:before,
#shopping-cart-totals-table .show-details .summary-collapse:before,
body.customer-account .data-table .show-details .summary-collapse:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: none;
    border-bottom: 7px solid #39c;
    border-top: none;
    position: static;
    display: inline-block;
    margin-right: 5px;
}

#checkout-review-table .show-details .summary-collapse:hover:before,
#shopping-cart-totals-table .show-details .summary-collapse:hover:before,
body.customer-account .data-table .show-details .summary-collapse:hover:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: none;
    border-bottom: 7px solid #0d0d0d;
    border-top: none;
    position: static;
    display: inline-block;
    margin-right: 5px;
}

#shopping-cart-totals-table tfoot td .summary-collapse:before,
#shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
    margin-bottom: 5px;
}

.a-center {
    text-align: center;
}

.a-right,
.align-right {
    text-align: right;
}

.f-right {
    float: right;
}

.f-left {
    float: left;
}

.no-display {
    display: none !important;
}

.nobr,
.nowrap {
    white-space: nowrap;
}

.width-full {
    width: 100%;
}

.hidden {
    display: none;
}

.page-print .print-head {
    margin: 0 0 15px;
}

.page-print .print-head .logo {
    float: none;
    max-height: 50px;
    width: auto;
}

.owl-controls .owl-buttons div {
    background: 0 0;
    opacity: 1;
}

.owl-controls .owl-buttons div.owl-next,
.owl-controls .owl-buttons div.owl-prev {
    position: absolute;
    top: 45%;
    left: -15px;
    right: auto;
    background: 0 0;
    padding: 0;
    text-align: center;
    margin: 0;
    font-size: 0;
    opacity: 1;
}

.owl-controls .owl-buttons div.owl-next::before,
.owl-controls .owl-buttons div.owl-prev::before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    line-height: normal;
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    font-size: 26px;
    color: #607d8b;
    background: 0 0;
    margin: 0 auto;
    text-align: center;
    opacity: 1;
}

.owl-controls .owl-buttons div.owl-next:hover::before,
.owl-controls .owl-buttons div.owl-prev:hover::before {
    color: #77b4a1;
}

.owl-controls .owl-buttons div.owl-next {
    right: -15px;
    left: auto;
}

.owl-controls .owl-buttons div.owl-prev:before {
    content: "";
}

.owl-controls .owl-buttons div.owl-next:before {
    content: "";
}

#header-cart,
.block .product-image,
.btn-remove:after,
.button,
.button span span::before,
.button::after,
.button::before,
.skip-cart .count,
.skip-cart .count::before,
.swatch-link,
.swatch-link .swatch-label,
.swatch-link .swatch-text,
.swatch-link.has-image .swatch-label::before,
a,
a::after,
a::before,
label:after {
    -webkit-transition: all, 0.2s, ease-in-out;
    -o-transition: all, 0.2s, ease-in-out;
    transition: all, 0.2s, ease-in-out;
}

.button.btn-details span span::before {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.truncated .truncated_full_value .item-options,
img {
    -webkit-transition: all, 0.8s, ease-in-out;
    -o-transition: all, 0.8s, ease-in-out;
    transition: all, 0.8s, ease-in-out;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: 99;
    opacity: 0;
    -webkit-transition: all, 0.2s, ease-in-out;
    -o-transition: all, 0.2s, ease-in-out;
    transition: all, 0.2s, ease-in-out;
}

#overlay.active {
    opacity: 0.5;
    display: block;
}

.fieldset p {
    margin-bottom: 7px;
}

.fieldset p.required {
    margin-bottom: 5px;
    float: right;
    font-size: 14px;
    margin-top: 5px;
    margin-right: 5px;
}

.fieldset+.fieldset {
    margin-top: 5px;
}

form .legend {
    margin: 0;
    margin-bottom: 10px;
    color: #000;
    font-family: "OpenSans", sans-serif;
    /* reemplazado de Open Sans */
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 500;
}

.input-box {
    padding-top: 2px;
    position: relative;
}

.input-box .input-box:after {
    content: "";
    display: table;
    clear: both;
}

li.centinel-logos div.input-box img {
    display: inline;
    vertical-align: middle;
}

.input-box .v-fix {
    float: left;
    margin-right: 5px;
    max-width: 100%;
}

label {
    margin: 0;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

label.required:after,
span.required:after {
    content: " * ";
    color: #ee372a;
    font-weight: 400;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px;
}

label.required em,
span.required em {
    display: none;
}

.input-hint {
    color: #909090;
    font-size: 12px;
}

select {
    font-size: 14px;
}

select+select {
    margin-left: 5px;
}

select[multiple] {
    width: 270px;
    border: 1px solid #dfdfdf;
    font-size: 15px;
    padding: 5px;
}

textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 450px;
    padding: 5px;
}

.input-text,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #dfdfdf;
    background: #f5f5f5;
    font-size: 14px;
    font-style: italic;
}

.input-text:focus,
textarea:focus {
    border: 1px solid #cdcdcd;
    outline: 0;
}

.input-text.validation-failed {
    border-color: #ee372a;
}

.input-text.validation-failed:focus {
    outline-color: #f79b95;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"] {
    height: 40px;
    padding: 0 8px;
    border: solid 1px #dfdfdf;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"] {
    width: 230px;
    max-width: 100%;
}

select {
    max-width: 100%;
    width: 92%;
    height: 40px;
    background: #f5f5f5;
    border: solid 1px #dfdfdf;
    margin-top: 0;
}

select option {
    padding: 5px 10px;
}

@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
    input[type="email"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    input[type="text"],
    select {
        font-size: 16px;
    }
}

.ie8 .input-text {
    max-width: none;
}

input[type="number"].qty,
input[type="text"].qty {
    width: 3em;
    text-align: center;
    vertical-align: middle;
}

::-webkit-input-placeholder {
    color: #909090;
}

input:-moz-placeholder {
    color: #909090;
}

input::-webkit-input-placeholder {
    opacity: 0.3;
}

input::-moz-placeholder {
    opacity: 0.3;
}

input:-moz-placeholder {
    opacity: 0.3;
}

input:-ms-input-placeholder {
    opacity: 0.3;
}

input:focus::-webkit-input-placeholder {
    opacity: 0.3;
}

input:focus::-moz-placeholder {
    opacity: 0.3;
}

input:focus:-moz-placeholder {
    opacity: 0.3;
}

input:focus:-ms-input-placeholder {
    opacity: 0.3;
}

.checkbox,
.radio {
    position: relative;
    top: -1px;
    display: inline-block;
}

.checkbox+label,
.radio+label {
    width: auto;
    max-width: 85%;
    padding: 0 0 0 8px;
    font-size: 14px;
    font-weight: 400;
    vertical-align: top;
}

.validation-advice,
p.required {
    margin: 5px 0 0;
    color: #ee372a;
    font-size: 14px;
}

p.required {
    font-size: 14px;
}

.form-list>li {
    margin-bottom: 10px;
}

.form-list select {
    margin-top: 4px;
    width: 300px;
    max-width: 100%;
}

.form-list .input-range .input-text {
    width: 74px;
}

.form-list .control,
.form-list .field,
.form-list .wide {
    margin-bottom: 15px;
}

.form-list .control div.input-box,
.product-options ul.options-list div.input-box,
.sp-methods dt div.input-box {
    display: inline;
    float: left;
}

.form-list .control div.input-box:after,
.product-options ul.options-list div.input-box:after,
.sp-methods dt div.input-box:after {
    display: none;
}

.form-list .control input.checkbox,
.form-list .control input.radio,
.product-options ul.options-list input.checkbox,
.product-options ul.options-list input.radio,
.sp-methods dt input.checkbox,
.sp-methods dt input.radio {
    float: left;
    margin-right: -40px;
    margin-top: 10px;
    margin-left: 15px;
}

.form-list .control label,
.product-options ul.options-list label,
.sp-methods dt label {
    color: #555;
    background-color: #f5f5f5;
    padding: 5px 10px;
    display: inline-block;
    width: auto;
    max-width: none;
    min-width: 250px;
    float: none;
    padding: 6px 10px 6px 40px;
}

.form-list .control label:hover,
.product-options ul.options-list label:hover,
.sp-methods dt label:hover {
    background-color: #ededed;
}

.form-list .control .no-display+label,
.product-options ul.options-list .no-display+label,
.sp-methods dt .no-display+label {
    padding-left: 10px;
    background-color: transparent;
}

.form-list .control .no-display+label:hover,
.product-options ul.options-list .no-display+label:hover,
.sp-methods dt .no-display+label:hover {
    background-color: transparent;
}

.col2-set .form-list .control label,
.product-options ul.options-list label {
    min-width: inherit;
    width: 100%;
    max-width: 100%;
}

.form-list .control.remember-me-box label {
    width: auto;
    max-width: none;
    min-width: inherit;
}

.form-list .control {
    margin-top: 15px;
}

.form-list .control label {
    float: none;
}

.form-list .control .checkbox,
.form-list .control .radio {
    margin-right: 6px;
}

.form-list .control .input-box {
    clear: none;
    display: inline-block;
    width: auto;
    padding: 0;
}

form .form-instructions {
    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 13px;
    color: #909090;
}

.hide-th {
    text-indent: -9999px;
}

.data-table {
    width: 100%;
    margin-bottom: 30px;
}

.data-table td,
.data-table th {
    padding: 10px 15px;
    vertical-align: middle;
}

.data-table th {
    background: #f4f4f4;
    text-transform: uppercase;
    font-family: "OpenSans", sans-serif;
    /* reemplazado de Open Sans */
    line-height: 1.4;
    white-space: nowrap;
}

.data-table tbody td,
.data-table thead th {
    border-bottom: 1px solid #dfdfdf;
}

.data-table tbody td,
.data-table tfoot td {
    font-family: "OpenSans", sans-serif;
    /* reemplazado de Open Sans */
}

.data-table tfoot tr {
    background: #f4f4f4;
}

.data-table tbody td .item-options {
    margin-top: 10px;
}

.data-table tbody td .item-options dt:after {
    content: ":";
}

.info-box {
    border: 1px solid #dfdfdf;
    padding: 12px 15px;
    margin: 0 0 15px;
}

.info-box h2 {
    font-weight: 700;
    font-size: 13px;
}

.info-table td,
.info-table th {
    vertical-align: top;
}

.info-table th {
    font-weight: 700;
    padding: 4px 20px 4px 0;
}

.info-table td {
    padding: 4px 0;
}

.zebra-table th:first-child,
.zebra-table tr:first-child {
    border-top: 1px solid #dfdfdf;
}

.zebra-table td,
.zebra-table th {
    border-bottom: 1px solid #dfdfdf;
    padding: 6px;
    background-color: transparent;
}

.zebra-table tr {
    background-color: #eeeded;
}

.zebra-table tr:nth-child(odd) {
    background-color: #f8f7f5;
}

@media only screen and (max-width: 479px) {
    .linearize-table td,
    .linearize-table th,
    .linearize-table tr {
        display: block;
    }
    .linearize-table thead {
        display: none;
    }
    .linearize-table thead th {
        border-right: 0;
        border-left: 0;
    }
    .linearize-table thead th.lin-hide {
        display: none;
    }
    .linearize-table thead th:nth-child(1n + 2) {
        display: none;
    }
    .linearize-table tbody tr {
        position: relative;
        border-bottom: 1px solid #ccc;
    }
    .linearize-table tbody td {
        padding: 0 10px 4px;
        border-right: 0;
        border-bottom: 0;
    }
    .linearize-table tbody td.lin-hide {
        display: none;
    }
    .linearize-table tbody td:first-child {
        padding-top: 10px;
    }
    .linearize-table tbody td:first-child,
    .linearize-table tbody td:first-child h3 {
        font-weight: 700;
    }
    .linearize-table tbody td[data-rwd-label] {
        text-align: left;
        padding-left: 30px;
    }
    .linearize-table tbody td[data-rwd-label]:before {
        content: attr(data-rwd-label) ":";
        font-size: 12px;
        font-family: "OpenSans", sans-serif;
        /* reemplazado de Open Sans */
        padding: 5px 5px 5px 0;
        text-transform: uppercase;
    }
    .linearize-table tfoot tr {
        display: block;
        text-align: right;
    }
    .linearize-table tfoot tr:after {
        content: "";
        display: table;
        clear: both;
    }
    .linearize-table tfoot td {
        display: block;
        float: left;
    }
    .linearize-table tfoot td.lin-hide {
        display: none;
    }
    .linearize-table tfoot td:nth-child(odd) {
        clear: left;
        width: 60%;
    }
    .linearize-table tfoot td:nth-child(even) {
        text-align: left;
        width: 40%;
    }
    .linearize-table .linearize-hide {
        display: none;
    }
    .linearize-table .linearize-unpad {
        padding: 0;
    }
    .linearize-table .linearize-show {
        display: block;
    }
}

@media only screen and (max-width: 599px) {
    .linearize-table-large td,
    .linearize-table-large th,
    .linearize-table-large tr {
        display: block;
    }
    .linearize-table-large thead {
        display: none;
    }
    .linearize-table-large thead th {
        border-right: 0;
        border-left: 0;
    }
    .linearize-table-large thead th.lin-hide {
        display: none;
    }
    .linearize-table-large thead th:nth-child(1n + 2) {
        display: none;
    }
    .linearize-table-large tbody tr {
        position: relative;
        border-bottom: 1px solid #ccc;
    }
    .linearize-table-large tbody td {
        padding: 0 10px 4px;
        border-right: 0;
        border-bottom: 0;
    }
    .linearize-table-large tbody td.lin-hide {
        display: none;
    }
    .linearize-table-large tbody td:first-child {
        padding-top: 10px;
    }
    .linearize-table-large tbody td:first-child,
    .linearize-table-large tbody td:first-child h3 {
        font-weight: 700;
    }
    .linearize-table-large tbody td[data-rwd-label] {
        text-align: left;
        padding-left: 30px;
    }
    .linearize-table-large tbody td[data-rwd-label]:before {
        content: attr(data-rwd-label) ":";
        font-size: 12px;
        font-family: "OpenSans", sans-serif;
        /* reemplazado de Open Sans */
        padding: 5px 5px 5px 0;
        text-transform: uppercase;
    }
    .linearize-table-large tfoot tr {
        display: block;
        text-align: right;
    }
    .linearize-table-large tfoot tr:after {
        content: "";
        display: table;
        clear: both;
    }
    .linearize-table-large tfoot td {
        display: block;
        float: left;
    }
    .linearize-table-large tfoot td.lin-hide {
        display: none;
    }
    .linearize-table-large tfoot td:nth-child(odd) {
        clear: left;
        width: 60%;
    }
    .linearize-table-large tfoot td:nth-child(even) {
        text-align: left;
        width: 40%;
    }
    .linearize-table-large .linearize-hide {
        display: none;
    }
    .linearize-table-large .linearize-unpad {
        padding: 0;
    }
    .linearize-table-large .linearize-show {
        display: block;
    }
}

@media only screen and (min-width: 600px) {
    .linearize-table .linearize-collapse {
        display: none;
    }
}

div.calendar table {
    border-collapse: separate;
}

div.calendar table td.button {
    display: table-cell;
    background: inherit;
    color: inherit;
    text-transform: none;
}

.header-wishlist a:hover {
    color: #77b4a1;
}

.header-wishlist a {
    color: #000;
    display: block;
    text-transform: none;
}

.header-wishlist {
    float: left;
    padding: 10px 8px 8px 8px;
    margin: 0 20px 0 0;
    font-family: "OpenSans", sans-serif;
    /* reemplazado de Open Sans */
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}

.header-wishlist .links ul li a.wishlist-link::before {
    display: inline-block;
    font-family: material-design;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: scale(1.1);
    content: "\e080";
    font-size: 30px;
    line-height: normal;
    position: relative;
    left: auto;
    top: auto;
    display: block;
}

.header-wishlist .links ul li a.wishlist-link:hover:before {
    content: "";
    font-family: material-design;
    transform: scale(1.1);
}

.header-wishlist .links ul li a.wishlist-link:hover {
    color: #77b4a1;
}

body .stickysidebar {
    border: none !important;
    background-color: #77b4a1;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-align: center;
    z-index: 9999;
}

body .stickysidebar p {
    margin: 0;
}

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

.toolbar .product-filter {
    background: #fff;
    padding: 5px 0;
}

.toolbar .product-filter .selector .hld {
    background: #77b4a1;
}

.toolbar .product-filter .selector .icon::before {
    border-color: #fff transparent transparent transparent;
}

.wrapper-hover .netreviews-stars-list {
    margin: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 100px;
    width: 22%;
}

body .product-filter .reset-filter,
body .product-filter-param .filter-reset-all,
body .product-filter-param .filter_options_attr .filter_options_item .close-fo {
    color: #77b4a1;
}

.ug-gallery-wrapper .ug-handle-tip-right.ug-skin-alexis,
.ug-gallery-wrapper .ug-textpanel-title {
    display: none;
}

.product-view .product-img-box .link-wishlist.add-wishlist:before,
.product-view .product-img-box .link-wishlist:hover:before {
    content: "";
}

.product-view .product-img-box .link-wishlist.add-wishlist,
.product-view .product-img-box .link-wishlist:hover {
    color: #77b4a1;
    background: #fff;
}

.product-view .product-img-box .link-wishlist {
    position: absolute;
    bottom: 24%;
    z-index: 1;
    left: 25px;
    width: 50px;
    height: 50px;
    background: #fff;
    text-align: center;
    color: #000;
    border-radius: 50%;
}

.product-view .product-img-box .link-wishlist::before {
    padding: 0;
    font-size: 34px;
    content: "\e080";
    line-height: 50px;
}

.header-wishlist .links ul li a.wishlist-link {
    display: block;
}

.header-wishlist .links ul li a {
    display: none;
    line-height: 1.5;
    letter-spacing: 0.3px;
}

.products-grid .add-to-links li {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.info-box-container {
    position: relative;
    min-height: 600px;
    min-width: auto;
}

@media only screen and (max-width: 800px) {
    .info-box-container {
        min-height: 300px;
        min-width: 360px;
    }
}

.catalog-product-view .breadcrumbs {
    margin-bottom: 0;
}

.cms-page-view .banner-block {
    margin-bottom: 40px;
}

.catalog-product-view .product-shop {
    margin-top: 20px;
}

.product-manufacturer-block {
    float: left;
    clear: left;
}

.my-account h3.product-name {
    font-size: 14px;
}

#header-nav .mobile-menu-title {
    display: none;
}

.product-view .mobile-related-products #block-related,
.product-view .mobile-viewed-products #block-viewed {
    display: none;
}

#product-options-wrapper.product-options .swatches-container img {
    margin-right: 10px;
    border-radius: 5px;
}

#product-options-wrapper.product-options .swatches-container {
    margin-left: 20px;
}

.swatches-container .swatch-link {
    display: inline-block;
}

#product-options-wrapper.product-options label {
    text-transform: none;
    color: #77b4a1;
    font-weight: 400;
    font-size: 19px;
}

.modal-wrap.fade.in {
    visibility: visible;
    z-index: 9999;
}

.modal {
    display: none;
    /* Por defecto, estará oculto */
    position: fixed;
    /* Posición fija */
    z-index: 1;
    /* Se situará por encima de otros elementos de la página*/
    padding-top: 200px;
    /* El contenido estará situado a 200px de la parte superior */
    left: 0;
    top: 0;
    width: 100%;
    /* Ancho completo */
    height: 100%;
    /* Algura completa */
    overflow: auto;
    /* Se activará el scroll si es necesario */
    background-color: rgba(0, 0, 0, 0.5);
    /* Color negro con opacidad del 50% */
}

.contenido-modal {
    position: relative;
    /* Relativo con respecto al contenedor -modal- */
    background-color: white;
    margin: auto;
    /* Centrada */
    padding: 20px;
    width: 60%;
    -webkit-animation-name: animarsuperior;
    -webkit-animation-duration: 0.5s;
    animation-name: animarsuperior;
    animation-duration: 0.5s;
}

.close {
    color: black;
    float: right;
    font-size: 30px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


/* Animación */

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animarsuperior {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

.sidebar .block-content .product-details .details:before {
    display: none;
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url(../images/bxslider/bx_loader.gif) no-repeat center center;
}

.contenedor-cama .product-info h2.product-name {
    margin-bottom: 10px;
    margin-top: 10px;
}

.contenedor-cama .foto_base a img {
    border-radius: 12px;
}

.contenedor-cama {
    display: inline-block;
    vertical-align: top;
    /*  width: 32.111%;  */
    /* DANI: Comentado para categoria responsive */
    padding: 0 15px;
}

.contenedor-quienes-somos {
    display: inline-block;
    vertical-align: top;
    /*     width: 33.111%; DANI: Comentado para mostrar cuadricula en Quienes-somos*/
    padding: 0 15px;
}

.contenedor-cama .foto_base {
    position: relative;
}

.contenedor-cama .foto_base .label-sale {
    position: absolute;
    top: 15px;
    background: #ffffc2;
    left: 15px;
    margin: 0;
    padding: 3px 15px;
    border-radius: 3px;
    color: #607d8b;
    font-size: 16px;
    line-height: normal;
}

.contenedor-camas {
    margin: 0 -15px;
}

body #sequra_partpayment_teaser fieldset {
    border-top: solid #dfdfdf 1px !important;
}

body .netreviews_global_rating {
    border-right: none;
}

body .netreviews_review_part {
    border-bottom: 1px solid #dfdfdf;
}

body .netreviews_review_part:last-child {
    border-bottom: none;
}

body #netreviews_reviews_tab {
    background: #ffffdf;
}

body #netreviews_rating_section {
    border-bottom: none;
}

.data-table img {
    width: 100%;
}

.add-to-cart-wrapper .countdown p#cd_text {
    padding: 0;
}

.button-onestepcheckout.mobile_block,
.mobile_block_review {
    display: none;
}

.onestepcheckout-payment-methods dl.sp-methods dt label[for="p_method_sequrapartpayment"]:after,
.onestepcheckout-payment-methods dl.sp-methods dt label[for="p_method_sequrapayment"]:after {
    display: none;
}

#one-step-checkout-form .order-review-section .payment-method .sp-methods dt label:after,
.onestepcheckout-payment-methods dl.sp-methods dt label:after {
    content: "\F2FD" !important;
    font-family: "Material Design Icons" !important;
    font-size: 16px;
    color: #64b03c !important;
    line-height: normal;
    font-weight: 500;
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: inline-block;
    z-index: 9999;
}

.closeable .sequra_popup_box_close,
.closeable .sequra_popup_box_close span,
.closeable .sequra_popup_box_close_delegatedless,
.closeable .sequra_popup_box_close_delegatedless span {
    color: #64b03c;
    text-transform: capitalize;
    font-weight: 700;
    text-decoration: none;
}

.closeable .sequra_popup_box_close,
.closeable .sequra_popup_box_close_delegatedless {
    position: absolute;
    right: 5px;
    bottom: 5px;
    background: #70ba45;
    text-decoration: none;
    color: #fff;
    padding: 0 8px;
    border-radius: 6px;
    float: right;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    cursor: pointer;
}

.closeable .sequra_popup_box_close:hover,
.closeable .sequra_popup_box_close_delegatedless:hover {
    background: #dedede;
}

.sequra_popup_box {
    display: none;
    min-width: 320px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99998;
    overflow: auto;
}

.sequra_popup_box ol,
.sequra_popup_box ul {
    margin: 0;
    margin-bottom: 9px;
    list-style: none;
    padding: 0;
}

.sequra_white_content {
    background: #fff;
    text-align: left;
    max-width: 320px;
    margin: 40px auto;
    position: relative;
    border-radius: 6px;
}

#sequra_identity_partpayment_form_popup h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}

#sequra_identity_partpayment_form_popup h2 small {
    color: #009352;
    text-decoration: underline;
    font-size: 90%;
    margin-left: 5px;
}

.sequra_more_info .icon-info {
    display: none;
    font-weight: 100;
    color: #64b03c !important;
    cursor: pointer;
}

.sequra_popup_box ol {
    list-style-type: decimal;
    list-style-position: outside;
    padding: 10px 30px;
}

.sequra_content_popup li {
    margin: 10px 0;
}

.sequra-content-box {
    border-top: 1px solid rgb(199, 199, 198);
    border-bottom: 1px solid rgb(199, 199, 198);
    padding-bottom: 3px;
    padding-top: 15px;
}

.sequra-header-acordeon {
    cursor: pointer;
}

.hiddenContent {
    border-top: 1px solid rgb(199, 199, 198);
    padding-bottom: 20px;
}

.sequra-angle-icon {
    float: right;
    font-size: 28px;
    color: rgb(112, 112, 112);
}

.sequra_popup_box * {
    box-sizing: border-box !important;
    line-height: 20px;
    font-size: 13px;
}

.sequra_white_content h4 {
    width: 100%;
    margin-left: 0 !important;
    font-size: 26px !important;
    font-weight: 400 !important;
    text-align: center;
    padding: 15px 0 !important;
    margin: 0 !important;
    color: #64b03c !important;
    line-height: 24px;
    text-transform: none;
}

.sequra_white_content h5 {
    margin: 15px;
}

.sequra_content_popup {
    padding: 0 0 40px 0;
    color: #000;
}

.sequra_content_popup #sequra-wrapper {
    margin: 15px auto;
}

.sequra-promotion-widget {
    /* height: 15px !important; */
    clear: both;
}

.sequra_content_popup ol {
    color: #64b03c;
}

.sequra_content_popup ol span {
    color: #000;
}

.sequra_content_popup ul li {
    margin: 2px 5%;
}

.sequra_content_popup ul li ul {
    border: 0 !important;
}

.sequra_content_popup .small {
    font-size: 10px;
    text-align: center;
}

#sequra_pp_example p,
.sequra_costs p {
    background: #e8e8e8;
    padding: 15px 10px;
    text-align: center;
}

#sequra_payment_teaser {
    padding-top: 20px;
}

.sequra_popup_box .sq-modal-head .sq-head-title {
    background: #70ba45;
    color: #fff;
    padding: 8px 20px;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
}

.sequra_popup_box .sq-modal-head .sq-head-title .sq-product-logo {
    float: right;
    position: relative;
    top: 2px;
}

.sequra_popup_box .sq-modal-head .sq-head-title {
    background: #70ba45;
    color: #fff;
    padding: 8px 20px;
    display: flex;
    justify-content: center;
}

.sequra_popup_box .sq-modal-head .sq-head-title .sq-product-name {
    font-size: 20px;
    float: left;
}

.sequra_popup_box .sq-modal-head .sq-head-info .sq-claim {
    width: 50%;
    float: left;
    line-height: 25px;
}

.sequra_popup_box .sq-modal-head .sq-head-info .sq-info-link {
    width: 50%;
    float: left;
}

.my-account .my-wishlist+.buttons-set {
    display: none;
}

.my-account .my-wishlist ul.messages {
    display: none;
}

.header-wishlist .header-wishlist-count .count:before {
    content: "";
    position: absolute;
    background: #dd2c00;
    border-radius: 50%;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    z-index: 2;
}

.header-wishlist .header-wishlist-count .count {
    background: #000;
    border-radius: 50%;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 0;
    right: 20%;
}

#wishlist-table td.customer-wishlist-item-cart .button.link-edit {
    display: none;
}

@media (max-width: 960px) {
    [class^="sequra"] .icon-info:before {
        font-size: 22px;
    }
}

#sequra_partpayment_teaser {
    font-size: 13px;
    display: block;
    max-width: 300px;
    clear: both;
    white-space: normal;
    padding-top: 20px;
}

#sequra_partpayment_teaser fieldset {
    padding: initial;
    padding-left: 10px;
    margin: initial;
    border: 0;
    border-top: solid #000 1px !important;
    color: #000;
    text-align: left;
}

#sequra_partpayment_teaser fieldset legend {
    width: auto;
    padding: 0 5px 0 5px;
    border: 0;
    font-size: 13px;
    margin-left: -5px;
    display: block;
}

#sequra_partpayment_teaser li span {
    padding-left: 0;
    margin-left: 0;
}

#sequra_teaser_head {
    margin: 0;
}

#sequra_partpayment_teaser ul {
    margin-top: 3px;
    margin-bottom: 5px;
    list-style: square;
    list-style-position: inside;
    color: #64b03c;
}

#sequra_partpayment_teaser ul span {
    color: #34515e;
}

#sequra_partpayment_teaser .down_payment_total-js,
#sequra_partpayment_teaser .installment_fee-js {
    font-size: 200%;
}

#sequra_partpayment_teaser select {
    background: #fff;
    border-radius: 3px;
    width: 4em;
}

#sequra_partpayment_teaser #sequra_partpayment_teaser_low {
    background: 0 0;
    width: 100%;
    text-align: center;
    padding: 8px 0;
}

.sequra_loading {
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
    opacity: 0.6;
    -webkit-animation: blur 3s linear forwards;
    -moz-animation: blur 3s linear forwards;
    -ms-animation: blur 3s linear forwards;
    -o-animation: blur 3s linear forwards;
    animation: blur 3s linear forwards;
}

@-webkit-keyframes blur {
    to {
        -webkit-filter: blur(1px);
        filter: blur(1px);
        opacity: 0.9;
    }
}

@-moz-keyframes blur {
    to {
        -moz-filter: blur(1px);
        filter: blur(1px);
        opacity: 0.9;
    }
}

@keyframes blur {
    to {
        -webkit-filter: blur(1px);
        -moz-filter: blur(1px);
        filter: blur(1px);
        opacity: 0.9;
    }
}

.sequra_white_content h3 {
    width: 100%;
    text-align: center;
    padding: 0 15px;
    font-weight: 700;
    font-size: 17px;
    line-height: normal;
}

.sequra_popup_box {
    display: none;
}

body .iconoct8-widgets-chat:before {
    content: "\e805";
    font-family: fontello !important;
}

body #icon-chat {
    font-size: 60px;
}

.nb-qty-wrap {
    position: relative;
}

.nb-qty-wrap span.dn {
    position: absolute;
    top: 0;
    width: 15px;
    height: 25px;
}

.nb-qty-wrap span.up {
    position: absolute;
    top: 25px;
    width: 15px;
    height: 25px;
    bottom: 0;
}

.nb-qty-wrap span.dn input,
.nb-qty-wrap span.up input {
    width: 100%;
    border-right: solid 1px #dfdfdf;
    height: 100%;
    background: 0 0;
    border-top: solid 1px #dfdfdf;
    border-left: none;
    border-bottom: solid 1px #dfdfdf;
    position: absolute;
    z-index: 1;
    outline: 0;
}

.nb-qty-wrap span.dn:before {
    content: "\f077";
    position: absolute;
    font-family: FontAwesome;
    cursor: pointer;
    font-size: 12px;
    line-height: 25px;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    background: #f5f5f5;
    outline: 0;
}

.nb-qty-wrap span.up:before {
    content: "\f078";
    position: absolute;
    font-family: FontAwesome;
    cursor: pointer;
    font-size: 12px;
    line-height: 25px;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    background: #f5f5f5;
    outline: 0;
}

@media only screen and (max-width: 991px) {
    .header-wishlist {
        display: none;
    }
    body #icon-chat {
        font-size: 28px;
        text-align: center;
        float: none;
    }
    form#product_addtocart_form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    form#product_addtocart_form .f-right {
        order: 2;
    }
    form#product_addtocart_form .product-img-box.f-left {
        order: 1;
    }
    form#product_addtocart_form #block-viewed {
        display: none;
    }
    .one-step-checkout .onestepcheckout-login-link,
    .one-step-checkout h1.checkout_header {
        display: block;
    }
    .button-onestepcheckout.mobile_block,
    .mobile_block_review,
    .onestepcheckout-discount.mobile_block,
    .onestepcheckout-terms-condition.mobile_block {
        display: block;
    }
    .button-onestepcheckout,
    .mobile_block_review #checkout-review-load #checkout-review-table-wrapper .contenedor-review {
        display: none;
    }
    .mobile_block_review #checkout-review-load #checkout-review-table-wrapper table#checkout-review-table tfoot tr {
        background: 0 0;
    }
    .mobile_block_review #checkout-review-load #checkout-review-table-wrapper table#checkout-review-table tbody {
        display: none;
    }
    .mobile_block_review .checkout-review-load .data-table tfoot td,
    .mobile_block_review .checkout-review-load .data-table tfoot th {
        border-bottom: none !important;
        font-size: 22px;
        background: #fff !important;
        padding: 3px 0 !important;
        font-weight: 400;
    }
    .mobile_block_review .checkout-review-load .data-table td .price {
        font-size: 26px;
        line-height: normal;
        font-weight: 700;
        color: #333;
    }
    .mobile_block_review .data-table tfoot strong,
    .mobile_block_review .data-table tfoot strong .price {
        font-size: 22px !important;
        color: #333 !important;
    }
    .mobile_block_review .data-table tfoot strong .price,
    .mobile_block_review .data-table tfoot strong span {
        font-weight: 700 !important;
    }
    #checkout-review-table-wrapper table tfoot tr td.a-right:nth-child(2) {
        text-align: right;
    }
    .onestepcheckout-terms-conditions {
        bottom: 93px;
        z-index: 999;
        /* position: absolute */
    }
    .warning_aviso_fecha {
        bottom: 140px;
        z-index: 999;
        /* position: absolute */
    }
    .product-view .add-to-cart-buttons .button.scroll-to-fixed-fixed {
        top: auto !important;
        bottom: 70px;
        width: auto !important;
        left: 0 !important;
        z-index: 999 !important;
    }
    header .header-row-background {
        display: none;
    }
    header.page-header {
        padding-top: 20px;
    }
    .footer-col ul.social-links {
        position: relative !important;
        display: block !important;
    }
    body .std ul.banner-block li.custom-width.col-xs-6 {
        width: 100%;
    }
    body .std ul.banner-block li.custom-width.col-xs-4 {
        width: 50%;
    }
    body .std ul.banner-block li {
        width: 50%;
        margin-bottom: 15px;
    }
    body .std ul.banner-block li.blackfriday {
        width: 50% !important;
        margin-bottom: 15px;
    }
    body .banner-block .banner-desc .banner-title {
        max-width: 70%;
        margin-top: 3px;
        font-size: 16px;
    }
    body .banner-block .banner-desc .banner-price {
        font-size: 19px;
    }
    body .banner-block .banner-desc .banner-price span {
        font-size: 13px;
    }
    body .std ul.banner-block {
        margin-bottom: 0;
    }
    body .std ul.banner-block li:last-child {
        width: 100%;
    }
    .footer #back-top {
        display: none !important;
    }
    .footer-col ul.social-links {
        text-align: center;
        margin-top: 20px;
    }
    body div#oct8ne-viewer-wrapper {
        bottom: 10px !important;
    }
    .footer-container {
        padding-bottom: 70px;
    }
    #header-nav .mobile-menu-title {
        display: block;
        background: #34515e;
        color: #fff;
        position: relative;
        font-size: 20px;
        padding: 20px;
    }
    #livechat-wrapper {
        background: 0 0 !important;
        bottom: 20px !important;
        color: #fff !important;
        width: 100px !important;
        right: 5% !important;
        height: 55px !important;
        text-align: center;
    }
    body .chat-widget-text {
        float: none;
        display: block;
        width: 100%;
        text-align: center;
        overflow: visible;
        line-height: normal !important;
        font-weight: 400;
        font-size: 14px !important;
    }
    #livechat-wrapper .chat-oct8ne-ball-icon:before {
        top: -8px;
        font-size: 28px;
        position: relative;
        content: "\e805" !important;
        font-family: fontello !important;
    }
    #livechat-wrapper .chat-oct8ne-ball-icon:after {
        content: "Chat";
        color: #fff;
        font-size: 14px;
        display: block;
        line-height: normal;
        margin-top: -20px;
    }
    .onestepcheckout-review-info.scroll-to-fixed-fixed li.order-review-info h3 {
        display: none;
    }
    #livechat-wrapper .chat-oct8ne-ball-icon {
        color: #fff !important;
        position: relative;
    }
    .toolbar .pager,
    .toolbar .sorter {
        display: none;
    }
    .product-view .product-img-box .link-wishlist {
        bottom: 3%;
    }
    .videoWrapper iframe {
        width: 100%;
    }
    .ug-arrow-left.ug-skin-alexis,
    .ug-arrow-right.ug-skin-alexis {
        opacity: 1 !important;
        display: block !important;
    }
    .product-view #block-related {
        display: none;
    }
    .product-view .mobile-related-products #block-related,
    .product-view .mobile-viewed-products #block-viewed {
        display: block;
    }
    .mobile-related-products .owl-carousel .owl-item,
    .mobile-viewed-products .owl-carousel .owl-item {
        padding: 0 5px;
    }
    body .order-review-section .payment-method .onestepcheckout-payment-methods .sp-methods .form-list {
        width: 93%;
    }
    body.cms-foto-concurso .col-xs-6 {
        width: 100%;
    }
    .top_account_block {
        display: none !important;
    }
    #livechat-wrapper.state-down,
    #livechat-wrapper.state-partially {
        bottom: 20px !important;
    }
    #livechat-wrapper.state-up.state-bottom {
        bottom: 20px !important;
    }
    #livechat-wrapper.state-up {
        bottom: -80px !important;
    }
    .skip-container.mobile.scroll-to-fixed-fixed {
        background: #fff;
        width: 100% !important;
    }
    .skip-container.mobile.scroll-to-fixed-fixed+div,
    .skip-container.mobile.scroll-to-fixed-fixed+div+div {
        height: auto !important;
    }
    #oct8ne-alerts-numbers-wrapper {
        display: none !important;
    }
    #header .skip-container.mobile {
        border-top: none;
        border-bottom: none;
        float: right;
        min-width: 57%;
        margin-top: -20px;
    }
    #header .main-menu {
        position: fixed !important;
        z-index: 99;
    }
    #header>.container {
        float: left;
        max-width: 50%;
        min-width: 50%;
    }
    #header .skip-link {
        border-right: none;
        z-index: 1;
    }
    header.page-header,
    header.page-header.scroll-to-fixed-fixed {
        background: #fff;
        float: left;
        border-bottom: solid 1px #ebebeb;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
    }
    header.page-header+div {
        height: auto !important;
    }
    .main-container {
        padding-top: 70px;
    }
    #header .skip-container.mobile .container {
        width: auto;
    }
    .category-description table td {
        display: block;
        height: auto !important;
        width: 50% !important;
        padding: 5px;
        float: left;
        text-align: left !important;
    }
}

@media only screen and (max-width: 767px) {
    .contenedor-cama {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .ug-slider-wrapper .gallery-zoom {
        display: none !important;
    }
    body #header-cart.skip-active {
        right: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #livechat-wrapper {
        bottom: 16px !important;
    }
    form#product_addtocart_form {
        display: block;
    }
    form#product_addtocart_form #block-viewed {
        display: block;
    }
    .onestepcheckout-terms-conditions {
        bottom: 95px;
    }
    .warning_aviso_fecha {
        bottom: 135px;
    }
    .chat-widget-text {
        text-align: center !important;
        width: 100% !important;
        float: none !important;
        display: block !important;
        margin-top: -12px !important;
        line-height: normal !important;
    }
    .product-view .mobile-related-products #block-related,
    .product-view .mobile-viewed-products #block-viewed {
        display: none;
    }
    #icon-chat:before {
        top: -5px;
        position: relative;
    }
    #icon-chat {
        font-size: 28px !important;
        float: none !important;
        line-height: normal !important;
        text-align: center !important;
        display: block !important;
    }
    .product-view .product-img-box .link-wishlist {
        bottom: auto;
        position: relative;
    }
    .logo img {
        margin-bottom: 10px;
        max-width: 80%;
    }
    header.page-header,
    header.page-header.scroll-to-fixed-fixed {
        background: #fff;
        float: left;
        border-bottom: solid 1px #ebebeb;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .main-container {
        padding-top: 100px;
    }
    .contenedor-cama {
        width: 49%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 995px) {
    .contenedor-review .a-center {
        width: 100px;
    }
    body #coupon_code_onestepcheckout {
        width: 100% !important;
    }
    .onestepcheckout-place,
    button.button2.btn-continue {
        width: 100%;
    }
    .product-view .product-img-box .link-wishlist {
        bottom: auto;
        position: relative;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    header .header-wishlist,
    header .top_account_block {
        display: block;
        margin: 0 15px 0 0;
    }
    .contenedor-cama {
        width: 49%;
    }
    header .logo {
        max-width: 200px;
    }
    .order-review-info button.button2.btn-continue {
        text-align: left;
        float: left;
    }
    .producto-review-box h2.product-name {
        margin-bottom: 5px;
    }
}

@media only screen and (min-width: 996px) and (max-width: 1199px) {
    body .grid-full>li {
        margin: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    header .logo {
        max-width: 225px;
    }
    /*   DANI: Comentado ya que ahora el buscador ocupa el 100% del contenedor
  header .header-search .skip-content {
        width: 280px
    } */
    body .stickysidebar {
        width: 1.6%;
    }
    body .banner-block .banner-desc .banner-price {
        font-size: 24px;
    }
    body .banner-block .banner-desc .banner-title {
        font-size: 16px;
        max-width: 65%;
    }
    .wrapper {
        overflow: hidden;
    }
    body #header-cart.skip-active {
        right: auto;
    }
    body #wishlist-table td.customer-wishlist-item-image {
        width: 80px;
        display: block;
    }
    body .onestepcheckout-place,
    body button.button2.btn-continue {
        width: 300px !important;
    }
    body .onestepcheckout-place span,
    body button.button2.btn-continue span,
    body button.onestepcheckout-btn-checkout span span {
        font-size: 18px !important;
    }
    body .order-review-section .payment-method .onestepcheckout-payment-methods {
        box-sizing: border-box;
    }
    .product-view .product-img-box .link-wishlist {
        bottom: 40%;
    }
}

@media only screen and (max-width: 1450px) {
    .wrapper-hover .netreviews-stars-list {
        margin: 0;
        position: relative;
        right: 0;
        text-align: left;
        top: auto;
        width: 30%;
    }
}

.centrarElemento {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 768px) {
    div.centrarElemento {
        width: 50%;
    }
}

.black-friday-label {
    font-size: 22px;
    color: #81faff;
    /* color: orange; */
    background-color: black;
    border-radius: 8px;
    text-align: center;
    padding: 8px 12px 8px 12px;
}

.black-friday-label-product {
    font-size: 22px;
    color: #81faff;
    /* color: orange; */
    background-color: black;
    border-radius: 8px;
    text-align: center;
    padding: 8px 12px 8px 12px;
}

@media only screen and (max-width: 991px) {
    .black-friday-label {
        font-size: 18px;
        padding: 10px 12px 10px 12px;
    }
}

@media only screen and (max-width: 991px) {
    body .std ul.banner-block li.bfcol {
        width: 100%;
        margin-bottom: 30px;
    }
}

#mascarilla {
    pointer-events: none;
}

.products-grid .product-image img {
    margin: 0 auto;
    height: auto;
    width: 100% !important;
}

h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
    color: #607d8b;
}

.products-grid .product-name,
.products-list .product-name {
    line-height: normal;
    font-family: "OpenSans", sans-serif;
    /* reemplazado de Open Sans */
    text-transform: none;
}

.mainTooltip {
    position: relative;
    display: inline-block;
    color: #77b4a1;
}


/* Tooltip text */

.mainTooltip .tooltiptext,
.mainTooltip .tooltiptextRight {
    /* visibility: hidden; */
    width: 220px;
    background-color: #555;
    color: #fff;
    text-align: center;
    /* padding: 5px 0; */
    border-radius: 6px;
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -13px;
    /* Fade in tooltip */
    /* opacity: 0; */
    transition: opacity 0.3s;
}

.mainTooltip .tooltiptextRight {
    top: 45%;
    width: 150px;
    height: 32px;
    left: 140%;
}


/* black friday */

#blackfridayimage1 {
    display: block;
    max-width: 100%;
}

#blackfridayimage2 {
    display: none;
}

.bloque20,
.bloque16,
.bloque12,
.bloque25,
.bloque30,
.bloque35 {
    background-color: #0195a9 !important;
    color: #fff !important;
    font-size: 17px !important;
    top: 41% !important;
    height: 25.5px !important;
}


/* Lista */

.mainTooltipList .tooltiptext {
    background-color: #555;
    color: #fff;
    text-align: center;
    /* padding: 5px; */
    border-radius: 6px;
    width: 100%;
    display: inline-block;
    position: relative;
}

.mainTooltipList .tooltiptextRight::after {
    color: #0195a9;
}


/* .mainTooltipList .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
} */

@media only screen and (min-width: 991px) {
    .mainTooltipList .tooltiptext {
        top: 4px;
        left: 5%;
    }
    .mainTooltipList .tooltiptextRight::after {
        /* content: " "; */
        position: absolute;
        top: 50%;
        right: 100%;
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent #555 transparent transparent;
    }
    .mainTooltipList div.col-xs-6 {
        padding: 0 !important;
    }
    /* Tooltip arrow */
    .mainTooltip .tooltiptext::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }
    .mainTooltip .tooltiptextRight::after {
        content: " ";
        position: absolute;
        top: 50%;
        right: 100%;
        /* To the left of the tooltip */
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent #555 transparent transparent;
    }
    .bloque20::after,
    .bloque12::after,
    .bloque16::after,
    .bloque25::after,
    .bloque30::after,
    .bloque35::after {
        border-color: transparent black transparent transparent !important;
    }
}


/* Show the tooltip text when you mouse over the tooltip container */

.mainTooltip:hover .tooltiptext,
.tooltiptextRight {
    visibility: visible;
    opacity: 1;
}

.tooltipFR {
    font-size: 16px;
}

.tooltipNL {
    left: 133% !important;
}

.std {
    margin-bottom: 15px;
    margin-top: 30px;
}

.expressDate {
    font-weight: bold;
}

.footertitle {
    font-family: "OpenSans", sans-serif;
    /* reemplazado de Open Sans */
    color: #fff;
    font-size: 20px;
    display: block;
    font-weight: 500;
    padding: 0 0 15px;
    margin: 0;
    text-transform: none;
    border-bottom: 1px solid #607d8b;
    margin-bottom: 15px;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
}


/* .aviso { DANI ELIMINADO PARA NO DEJAR TANTO HUECO EN PAG PRODUCTO
    margin-top: 25px;
} */

.envio_rapido {
    color: #77b4a1;
    font-size: 20px;
}


/* Color Picker*/

.colorPicker {
    text-align: center;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    border: 2px solid #5d5b5a;
    margin-bottom: 10px;
}

.sizePicker {
    color: #607d8b;
    width: 28px;
    height: 28px;
    border-radius: 5px;
    border: 2px solid #5d5b5a;
    margin-bottom: 10px;
    padding: 2px;
}

.colorPicker:hover {
    border: 2px solid #77b4a1;
}

.sizePicker:hover {
    border: 2px solid #77b4a1;
    color: #77b4a1;
}

.skuMatch {
    border: 2px solid #77b4a1;
    color: #77b4a1;
}

.APBL {
    background: rgb(0, 0, 0);
    background: linear-gradient( 135deg, rgba(0, 0, 0, 1) 50%, rgb(125, 60, 2) 50%);
}

.AZAZ {
    background: #4e677d;
}

.WHWH,
.WBWB,
.WMWM {
    background: #ffffff;
}

.WHGR,
.WBGR {
    background: rgb(255, 255, 255);
    background: linear-gradient( 135deg, rgba(255, 255, 255, 1) 50%, rgba(193, 193, 193, 1) 50%);
}

.WHM2 {
    background: rgb(255, 255, 255);
    background: linear-gradient( 45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 1) 50%, rgba(165, 165, 165, 1) 50%, rgba(165, 165, 165, 1) 75%, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 1) 100%);
}

.WHM3 {
    background: rgb(255, 255, 255);
    background: linear-gradient( 45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(230, 171, 78, 1) 50%, rgba(230, 171, 78, 1) 66%, rgba(165, 165, 165, 1) 66%, rgba(165, 165, 165, 1) 82%, rgba(0, 0, 0, 1) 82%, rgba(0, 0, 0, 1) 100%);
}

.WHGC,
.WHCE {
    background: rgb(255, 255, 255);
    background: linear-gradient( 135deg, rgba(255, 255, 255, 1) 50%, rgba(166, 171, 167, 1) 50%);
}

.WHBL,
.WBBB,
.WMBM {
    background: rgb(255, 255, 255);
    background: linear-gradient( 135deg, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 1) 50%);
}

.WBGC,
.CEWH {
    background: rgb(255, 255, 255);
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 50%, #a6aba7 50%);
}

.WHSO,
.WBSO,
.WHAR,
.WMSO {
    background: linear-gradient( 135deg, rgba(255, 255, 255, 1) 50%, rgb(193, 177, 164, 0) 50%), url("https://www.mueblesbonitos.com/media/wysiwyg/color/so.png");
}

.WHRO,
.WHAP {
    background: url("https://www.mueblesbonitos.com/media/wysiwyg/color/ro.png");
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 50%, #a87442 50%);
}

.WHOX {
    background: rgb(255, 255, 255);
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 50%, #594c4a 50%);
}

.SPSP {
    background: url("https://www.mueblesbonitos.com/media/wysiwyg/color/sp.png");
}

.LOLO {
    background: url("https://www.mueblesbonitos.com/media/wysiwyg/color/lo.png");
}

.MOMO {
    background: url("https://www.mueblesbonitos.com/media/wysiwyg/color/mo.png");
}

.HOHO {
    background: url("https://www.mueblesbonitos.com/media/wysiwyg/color/ho.png");
}

.NONO {
    background: url("https://www.mueblesbonitos.com/media/wysiwyg/color/no.png");
}

.NOGR {
    background: linear-gradient(135deg, rgba(193, 193, 193, 1) 50%, rgba(0, 0, 0, 0) 50%), url("https://www.mueblesbonitos.com/media/wysiwyg/color/no.png");
}

.NOBE {
    background: linear-gradient(135deg, rgba(183, 172, 155, 1) 50%, rgba(0, 0, 0, 0) 50%), url("https://www.mueblesbonitos.com/media/wysiwyg/color/no.png");
}

.WHHO {
    background: linear-gradient( 135deg, #ffffff 50%, rgba(0, 0, 0, 0) 50%), url("https://www.mueblesbonitos.com/media/wysiwyg/color/ho.png");
}

.BLZO {
    background: linear-gradient( 135deg, #000000 50%, rgba(0, 0, 0, 0) 50%), url("https://www.mueblesbonitos.com/media/wysiwyg/color/zo.png");
}


/* Muebles tricolor
background: rgb(255,255,255);
 background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(0,0,0,1) 50%, rgba(165,165,165,1) 50%, rgba(165,165,165,1) 75%, rgba(0,0,0,1) 75%, rgba(0,0,0,1) 100%); */

.GRGR,
.GBGB {
    background: rgb(193, 193, 193);
}

.GCGC {
    background: #a6aba7;
}

.GZGZ {
    background: #534f53;
}

.TRGR {
    background: rgb(184, 184, 184);
    background: linear-gradient( 135deg, rgba(184, 184, 184, 1) 50%, rgba(160, 146, 137, 1) 50%);
}

.TWWH {
    background: rgb(92, 87, 83);
    background: linear-gradient( 135deg, rgba(92, 87, 83, 1) 50%, rgba(255, 255, 255, 1) 50%);
}

.GRWH {
    background: rgb(193, 193, 193);
    background: linear-gradient( 135deg, rgba(193, 193, 193, 1) 50%, rgba(255, 255, 255, 1) 50%);
}

.GRBL {
    background: rgb(193, 193, 193);
    background: linear-gradient( 135deg, rgba(193, 193, 193, 1) 50%, rgba(0, 0, 0, 1) 50%);
}

.GRRO {
    background: linear-gradient( 135deg, rgba(193, 193, 193, 1) 50%, rgba(168, 116, 66, 0) 50%), url("https://www.mueblesbonitos.com/media/wysiwyg/color/ro.png");
}

.BLBL,
.BBBB,
.BMBM {
    background: #000000;
}

.BEBE {
    background: #b7ac9b;
}

.BLWH,
.BBWB,
.BMWM {
    background: rgb(0, 0, 0);
    background: linear-gradient( 135deg, rgba(0, 0, 0, 1) 50%, rgba(255, 255, 255, 1) 50%);
}

.BLGR {
    background: rgb(0, 0, 0);
    background: linear-gradient( 135deg, rgba(0, 0, 0, 1) 50%, rgb(193, 193, 193) 50%);
}

.BBWB {
    background: rgb(0, 0, 0);
    background: linear-gradient( 135deg, rgba(0, 0, 0, 1) 50%, rgba(255, 255, 255, 1) 50%);
}

.BLSO,
.BMSO {
    background: linear-gradient( 135deg, rgba(0, 0, 0, 1) 50%, rgb(193, 177, 164) 50%), url("https://www.mueblesbonitos.com/media/wysiwyg/color/so.png");
}

.BLRO {
    background: linear-gradient(135deg, rgb(0, 0, 0, 1) 50%, (#a87442, 0) 50%), url("https://www.mueblesbonitos.com/media/wysiwyg/color/ro.png")
}

.BLDW {
    background: linear-gradient( 135deg, rgba(0, 0, 0, 1) 50%, rgb(193, 177, 164, 0) 50%), url("https://www.mueblesbonitos.com/media/wysiwyg/color/dw.png");
}

.OXOX {
    background: #594c4a;
}

.RORO {
    /* background: #a87442; */
    background: url("https://www.mueblesbonitos.com/media/wysiwyg/color/ro.png");
}

.BKBK {
    background: #674f30;
    background-image: url("");
}

.APAP {
    background: #ab886f;
}

.RNWH {
    background: #a87442;
    background: linear-gradient(135deg, #a87442 50%, rgba(255, 255, 255, 1) 50%);
}

.RKRK {
    background: #b2a795;
}

.RKWH {
    background: rgb(178, 167, 149);
    background: linear-gradient( 135deg, rgba(178, 167, 149, 1) 50%, rgba(255, 255, 255, 1) 50%);
}

.ROBL {
    background: linear-gradient( 135deg, rgba(168, 116, 66, 0) 50%, rgba(0, 0, 0, 1) 50%), url("https://www.mueblesbonitos.com/media/wysiwyg/color/ro.png");
}

.RARA {
    background: #caa6a6;
}

.SOSO {
    background: url("https://www.mueblesbonitos.com/media/wysiwyg/color/so.png");
}

.SOWH,
.SOWB {
    background: linear-gradient( 135deg, rgba(193, 177, 164, 0) 50%, rgba(255, 255, 255, 1) 50%), url("https://www.mueblesbonitos.com/media/wysiwyg/color/so.png");
}

.SOBL {
    background: linear-gradient( 135deg, rgba(193, 177, 164, 0) 50%, rgba(0, 0, 0, 1) 50%), url("https://www.mueblesbonitos.com/media/wysiwyg/color/so.png");
}

.VRVR {
    background: #7f9f9a;
}

.MRMR {
    background: #a68e6c;
}

.CHCH {
    background: #4e4138;
}

.RERE {
    background: #d12e43;
}

.GNGN {
    background: #272b2f;
}

.VCVC {
    background: rgb(58, 127, 180);
    background: linear-gradient( 90deg, rgba(58, 127, 180, 1) 0%, rgba(251, 100, 100, 1) 50%, rgba(250, 201, 133, 1) 100%);
}

.CTPL {
    background: rgb(235, 251, 255);
    background: linear-gradient( 135deg, rgba(235, 251, 255, 1) 50%, rgba(166, 171, 167, 1) 50%);
}

.CTWH {
    background: rgb(235, 251, 255);
    background: linear-gradient( 135deg, rgba(235, 251, 255, 1) 50%, rgba(255, 255, 255, 1) 50%);
}

.CRCR {
    background: #e7ded9;
}

.colorPickerSeparator {
    display: none;
}

@media only screen and (max-width: 991px) {
    .colorPickerSeparator {
        display: block;
    }
}


/* COOKIES */

th.cookieTableHeader {
    text-align: center;
    border: 1px solid black;
    background-color: #e4ffc6;
}

td.cookieTableField {
    border: 1px solid black;
}

h4.informacionLegal {
    font-weight: bold;
    color: #619c1c;
}


/* TICKET */

.tixContainer {
    background: url("/media/wysiwyg/cupon/combined-shape.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 406px;
    height: 79px;
    object-fit: contain;
}

.cuponLine {
    position: relative;
    top: -21px;
    left: 36px;
    height: 79px;
    object-fit: contain;
    /*     border: solid 2px #fffcfc; */
}

.CUPN {
    display: inline-block;
    position: relative;
    width: 56px;
    height: 18px;
    object-fit: contain;
    transform: rotate(270deg);
    font-family: HelveticaNeue;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #77b4a1;
    top: -73px;
    right: 6px;
}

.OFERTAMUBON {
    width: 109px;
    height: 17px;
    object-fit: contain;
    font-family: HelveticaNeue;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #77b4a1;
    position: relative;
    right: -178px;
    top: -86px;
}

.precioDespues {
    position: relative;
    width: 253px;
    height: 20px;
    object-fit: contain;
    font-family: HelveticaNeue;
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.53px;
    color: #fdfeff;
    top: 50px;
    left: 46px;
}

.descuentoCupon {
    position: relative;
    width: 112px;
    height: 25px;
    object-fit: contain;
    font-family: HelveticaNeue;
    font-size: 19px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fdfeff;
    top: -87px;
    right: 141px;
}

.descuentoCupon .porcentajeCupon {
    font-size: 23px;
}

@media only screen and (max-width: 991px) {
    .tixContainer {
        width: 350px;
    }
    .CUPN {
        top: -77px;
        right: 6px;
    }
    .OFERTAMUBON {
        right: -145px;
        top: -88px;
    }
    .descuentoCupon {
        top: -89px;
        right: 139px;
        font-size: 16px;
    }
    .precioDespues {
        font-size: 10px;
        top: 39px;
        left: 48px;
    }
    .cuponLine {
        top: -33px;
        left: 37px;
    }
}

@media only screen and (max-width: 1199px) {
    .tixContainer {
        width: 350px;
    }
    .CUPN {
        top: -77px;
        right: 6px;
    }
    .OFERTAMUBON {
        right: -145px;
        top: -88px;
    }
    .descuentoCupon {
        top: -89px;
        right: 139px;
        font-size: 16px;
    }
    .precioDespues {
        font-size: 10px;
        top: 39px;
        left: 48px;
    }
    .cuponLine {
        top: -33px;
        left: 37px;
    }
}

@media only screen and (max-width: 1199px) {
    .tixContainer {
        font-size: 14px;
        width: 398px;
    }
}

@media only screen and (max-width: 1299px) {
    .tixContainer {
        width: 398px;
    }
}


/* 
.leftCupon {
    border: 1px orange solid;
    border-right: 1px orange dashed;
}

.rightCupon {
    border: 1px orange solid;
    border-left: 1px orange dashed;
}

.porcentajeExtraCupon {
    font-size: 14px;
    color: lightgray;
}

.cantidadPorcentaje {
    color: orange;
}
 */


/* .combined-shape {
    height: 37px;
    padding: 0px 0 0px;
    border: solid 1.7px #e95739;
    background-color: #fff;
} */

.combined-shape {
    margin: 9px 0px 9px 0px;
    width: 100%;
}

span.leftCupon {
    padding: 5px;
    width: 52px;
    height: 20px;
    margin: 0px 6px 5px 0;
    font-family: HelveticaNeue;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #8b8a8a;
    border: solid 2px #e95739;
    border-right: dashed 1.7px #e95739;
    border-radius: 5px;
}

span.rightCupon {
    padding: 5px;
    margin-left: -7px;
    font-family: HelveticaNeue;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.1px;
    color: #000;
    border: solid 2px #e95739;
    /* border-left: dashed 1.7px #e95739; */
    border-left: none;
    border-radius: 5px;
}

div.leftCupon {
    display: inline-block;
    padding: 7px;
    height: 100%;
    width: 25%;
    margin: 4px 6px 5px 0;
    font-size: 17px;
    letter-spacing: normal;
    color: #8b8a8a;
    border: solid 2px #e95739;
    border-right: dashed 1.7px #e95739;
    border-radius: 5px;
}

div.rightCupon {
    display: inline-block;
    padding: 7px;
    width: 75%;
    margin-left: -10px;
    font-size: 17px;
    letter-spacing: -0.1px;
    color: #000;
    border: solid 2px #e95739;
    /* border-left: dashed 1.7px #e95739; */
    border-left: none;
    border-radius: 5px;
}

div.cuponDivider {
    margin-bottom: 9px;
}

.cuponPriceTag {
    float: right;
}

@media only screen and (max-width: 1299px) {
    div.cuponDivider {
        margin-bottom: 9px;
    }
}

@media only screen and (max-width: 1199px) {
    div.cuponDivider {
        margin-bottom: 34px;
    }
}

@media only screen and (max-width: 991px) {
    div.cuponDivider {
        margin-bottom: 35px;
    }
    .combined-shape {
        width: 125%;
    }
}

@media only screen and (max-width: 850px) {
    div.cuponDivider {
        margin-bottom: 9px;
    }
    .combined-shape {
        width: 100%;
    }
}

.extraCupon {
    width: 39px;
    height: 20px;
    /*     margin: 4px 0 5px 4px; */
    font-family: HelveticaNeue;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #8b8a8a;
}

.porcentajeStyle {
    font-size: 14px;
    font-weight: normal;
}

.cantidadPorcentaje {
    width: 45px;
    height: 24px;
    /* margin: 1px 4px 4px 13px; */
    font-family: HelveticaNeue;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #f14d2d;
}

.labelCupon {
    border: 1px solid #77b4a1;
    border-radius: 3px;
    color: #8b8a8a;
}

.noMargin {
    margin: 0;
}

.cupon-checkout {
    float: right;
}

.sequra-widget-container {
    justify-content: left !important;
}

.assembly-video-iframe {
    height: 168px;
    border-radius: 15px;
}

@media only screen and (min-width: 100px) {
    .assembly-video-iframe {
        width: 100%;
        height: 255px;
    }
}

@media only screen and (min-width: 450px) {
    .assembly-video-iframe {
        width: 100%;
        height: 400px;
    }
}

@media only screen and (min-width: 764px) {
    .assembly-video-iframe {
        width: 100%;
        height: 360px;
    }
}

@media only screen and (min-width: 1060px) {
    .assembly-video-iframe {
        width: 100%;
        height: 400px;
    }
}

.banner_segundavida_pc {
    width: 100%;
    margin-bottom: 10px;
}

.banner_segundavida_movil {
    width: 100%;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1199px) {
    .banner_segundavida_pc {
        display: none;
    }
}

@media only screen and (min-width: 1200px) {
    .banner_segundavida_movil {
        display: none;
    }
}

.cupon-banner {
    width: 150px;
    height: auto;
}

.cupon-banner img {
    border-radius: 0 !important;
}


/* 
  .tix:before {
    content: "";
    display: block;
    width: 200px;
    height: 100px;
    position: absolute;
    left: 0px;
    z-index: 0;
    background: 
      -webkit-radial-gradient(0 100%, circle, rgba(204,102,153,0) 14px, #c69 15px),
           -webkit-radial-gradient(100% 100%, circle, rgba(204,102,153,0) 14px, #c69 15px),
           -webkit-radial-gradient(100% 0, circle, rgba(204,102,153,0) 14px, #c69 15px),
           -webkit-radial-gradient(0 0, circle, rgba(204,102,153,0) 14px, #c69 15px);
  }
  
  .tixInner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  
  .tixInner:before {
      z-index: 0;
      content: "";
      display: block;
      width: 186px;
      height: 86px;
      position: absolute;
      left: 8px; 
      top: 8px;
          
      background:
           -webkit-radial-gradient(0 100%, circle, rgba(255,255,255,0) 14px, white 15px),
           -webkit-radial-gradient(100% 100%, circle, rgba(255,255,255,0) 14px, white 15px),
           -webkit-radial-gradient(100% 0, circle, rgba(255,255,255,0) 14px, white 15px),
           -webkit-radial-gradient(0 0, circle, rgba(255,255,255,0) 14px, white 15px);
  }
  
  .tixInner:after {
      z-index: 0;
      content: "";
      display: block;
      width: 182px; 
      height: 82px;
      position: absolute;
      left: 10px; 
      top: 10px; 
          
      background:
           -webkit-radial-gradient(0 100%, circle, rgba(204,102,153,0) 14px, #c69 15px),
           -webkit-radial-gradient(100% 100%, circle, rgba(204,102,153,0) 14px, #c69 15px),
           -webkit-radial-gradient(100% 0, circle, rgba(204,102,153,0) 14px, #c69 15px),
           -webkit-radial-gradient(0 0, circle, rgba(204,102,153,0) 14px, #c69 15px);
  }
  
  
  .tix,
  .tix:before,
  .tix:after,
  .tixInner:before,
  .tixInner:after {
      background-position: bottom left, bottom right, top right, top left;
      -webkit-background-size: 50% 50%;
      background-size: 50% 50%;
      background-repeat: no-repeat;
  }
  
  .tixInner {
    span {
       z-index: 10;
       position: relative;
      color: #fff;
    }
  }
  
  a {text-decoration: none;}
  
  body {
    font-family: Helvetica, arial;
    
  } */

.mapasitio-list {
    list-style-type: none;
    margin-bottom: 8px;
}

.mapasitio-indent {
    text-indent: 1em;
}

.blackFridayHome {
    width: 280px;
    height: 395px;
    padding: 6px;
    border-radius: 2px;
    background-color: #262626;
    margin-bottom: 15px;
}

.blackText {
    width: 75px;
    height: 25px;
    margin-right: 8px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 21px;
    color: #fff;
}

.fridayText {
    width: 63px;
    height: 19px;
    /* margin: 4px 0 2px 4px; */
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.Rec-BF {
    text-align: center;
    width: 214px;
    height: 35px;
    /*     margin: 9px 91px 0 90px; */
    margin-left: 25px;
    margin-top: 10px;
    border-radius: 2px;
    border: solid 1px #fffdfd;
}

.Porcentaje-BF {
    text-align: center;
    /* margin-top: 10px;
    width: 214px;
    margin-left: 25px; */
    height: 35px;
    /*     margin: 9px 91px 0 90px; */
    padding: 4px 5px 6px;
    border-radius: 2px;
    color: #81faff;
    font-size: 24px;
}

.Precio-BF {
    padding: 4px 5px 6px;
    font-size: 24px;
    text-align: right;
    color: #e30613;
}

.blackFridayHome:hover {
    opacity: 0.7;
}


/* Dani Eliminado por no ser responsive
@media only screen and (min-width: 1199px) {
    .fotos-equipo {
        width: 1388px;
    }
} */

.equipoCard {
    width: 310px;
    height: 465px;
    border-radius: 12px;
    margin: 15px;
    background-color: rgba(205, 218, 225, 0.5);
    padding: 10px;
}

.equipoCardSmall {
    width: 310px;
    height: 155px;
    border-radius: 12px;
    margin: 15px;
    background-color: rgba(205, 218, 225, 0.5);
    padding: 10px;
}

.equipoGrande {
    /*
    width: 643px;
    height: 455px; 
    margin-right: 36px;
    margin-left: 15px;
    */
    margin-bottom: 25px;
    padding: 18px;
    display: flex;
    justify-content: center;
}

.equipoConjunto {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 25px;
    padding: 18px;
    border-radius: 12px;
    background-color: rgba(205, 218, 225, 0.5);
}

.equipoGrande img {
    border-radius: 12px;
    border: 15px solid rgba(205, 218, 225, 0.5);
}

.equipoCard .nombre,
.equipoGrande .nombre,
.equipoCardSmall .nombre {
    font-size: 21px;
    color: #050506;
    padding-left: 5px;
}

.equipoCard .puesto,
.equipoCardSmall .puesto {
    font-size: 18px;
    color: #607d8b;
    padding-left: 5px;
}

.bandera {
    display: inline-block;
    width: 27px;
    height: 18px;
    margin: 0 0 0 7px;
}

.foto-equipo {
    border-radius: 12px;
    margin-bottom: 3px;
}

.b_alemania {
    background-image: url("/media/wysiwyg/quienes_somos/b_alemania.png");
}

.b_espana {
    background-image: url("/media/wysiwyg/quienes_somos/b_espana.png");
}

.b_francia {
    background-image: url("/media/wysiwyg/quienes_somos/b_francia.png");
}

.b_inglaterra {
    background-image: url("/media/wysiwyg/quienes_somos/b_inglaterra.png");
}

.b_italia {
    background-image: url("/media/wysiwyg/quienes_somos/b_italia.png");
}

.b_paises_bajos {
    background-image: url("/media/wysiwyg/quienes_somos/b_paises_bajos.png");
}

.b_portugal {
    background-image: url("/media/wysiwyg/quienes_somos/b_portugal.png");
}

@media only screen and (max-width: 1199px) {
    .equipoGrande {
        width: 311px;
    }
}

@media only screen and (max-width: 1199px) {
    .tarjeta-home {
        width: 364px;
    }
}


/* @media only screen and (max-width: 965px) { */

@media only screen and (max-width: 991px) {
    .foto-oculta {
        display: none;
    }
}

.tarjeta-comprar {
    height: 420px;
    padding: 19px 37px 83px 38px;
    border-radius: 27px;
    background-color: #fff;
    font-size: 18px;
    color: #607d8b;
    margin-bottom: 25px;
}

.tarjeta-comprar span {
    color: #88bdd6;
}

.circuloNum {
    font-family: Phosphate-Inline;
    color: #34515e;
    font-size: 65px;
    border-radius: 100%;
    width: 87px;
    height: 87px;
    /*     margin: 7px 55px 27px 54px; */
    margin-bottom: 20px;
    text-align: center;
    background-color: #daf6b9;
    box-shadow: 8px -7px #f1ffe1;
}

.fondoGris {
    background-color: #efefef;
    padding-top: 20px;
}

.fondoVerde {
    background-color: #83a65c;
    padding-top: 135px;
    padding-bottom: 42px;
}

.foto-normal {
    top: 50px;
}

.foto-normal img,
.foto-alineada img {
    width: 100%;
}

.foto-alineada {
    top: 103px;
}

@media only screen and (max-width: 1340px) {
    .tarjeta-comprar {
        height: 620px;
    }
}

@media only screen and (max-width: 991px) {
    .tarjeta-comprar {
        height: 420px;
    }
    .foto-normal {
        width: auto;
        float: none;
    }
    .foto-alineada img {
        width: 240px;
    }
}

@media only screen and (max-width: 382px) {
    .tarjeta-comprar {
        height: 520px;
    }
}

#cd_text {
    margin: 0;
}

element.style {
    font-size: 17px;
    color: rgb(53, 55, 53);
    background-color: transparent;
}

.widget-content-title {
    color: #34515e !important;
    font-size: 17px !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
}

#container_payment_method_sequrapartpayment {
    display: inline-block;
}

#container_payment_method_sequrainvoice {
    display: inline-block;
    font-size: small;
    margin-left: 20px;
}

#sequra_partpayment_info_container {
    font-size: small;
    margin-left: 20px;
}

#p_method_sequrapartpayment+label {
    display: flex;
}

#p_method_sequrainvoice+label {
    display: flex;
}

#sequra_partpayment_info_container+b {
    margin-left: 20px;
    font-size: small;
}

.ventajasHeader {
    color: #2b4957;
    font-weight: bold;
    font-size: 19px;
    text-align: center;
    margin-bottom: 2px !important;
}

.ventajasText {
    color: #2b4957;
    font-size: 16px;
    text-align: center;
}

.ventajasImg {
    height: 35px;
    display: inline-block;
    border-radius: 0 !important;
}

@media only screen and (max-width: 1199px) {
    .ventajasHeader {
        line-height: 1;
        font-size: 12px;
    }
    .ventajasText {
        display: none;
    }
    .ventajasImg {
        height: 25px;
    }
}

.col-custom {
    float: left;
}

.home-link:hover .banner-title {
    color: #77b4a1;
    text-decoration: none;
    transition: all 0.3s ease;
}

.home-img:hover {
    opacity: 0.75;
    transition: all 0.3s ease;
}

@media only screen and (max-width: 767px) {
    .foto_base img {
        width: 330px !important;
        height: auto !important;
    }
}

@media screen and (max-width: 821px) {
    .nav-container-mobile {
        display: block;
    }
}

.wrapper-hover-hiden {
    margin: 10px 0 0 0;
    padding: 0;
}

.df-card__title {
    color: #34515e !important;
}

.df-card__price:not(.df-card__price--old),
.df-card__price--new {
    font-size: 24px;
    color: #34515e !important;
}

.df-card__price--old {
    text-decoration: line-through;
    color: #6b7e86;
}

a.df-card__main:hover {
    color: #77b4a1;
}

.df-card__image img {
    border-radius: 15px;
}

.nav-content.skip-active .sf-menu-phone {
    display: block !important;
}