/* MODIFICACIONES MENU DESKTOP */
.cbp-horizontal > ul > li > a, .cbp-horizontal > ul > li > a:not([href]):not([tabindex]), .cbp-horizontal > ul > li > .cbp-main-link {
    border-left: none !important;
}
.cbp-horizontal .cbp-tab-title {
    font-size: 1rem;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    line-height: 1em;
	transition:1s;
}
#desktop-header-container .col.col-header-left.col-header-menu {
    max-width: 40%;
	width: 40%;
}
#desktop-header-container .col.col-auto.col-header-center {
    max-width: 20%;
	width: 20%;
}
#desktop-header-container .col.col-auto.col-header-right {
    max-width: 40%;
	width: 40%;
}
#desktop-header-container .row.align-items-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-top: 2rem;
    margin-bottom: 1.5rem;
}
div#desktop_logo {
    display: flex;
    justify-content: center;
}

.montenegro-text-login, .montenegro-right-menu {
    font-size: 1rem;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    line-height: 1em;
    color: white;
    text-transform: uppercase;
	transition: 1s;
}

#desktop-header-container .row.no-gutters.justify-content-end {
    align-items: center;
}

span.montenegro-right-menu {
    margin-right: 2rem;
}

img.cesta-montenegro-svg {
    padding-bottom: 3px;
	transition: 1s;
	filter: brightness(0);
}

span.montenegro-text-login {
    margin-right: 1.5rem;
	color:black;
}

img.icon-search-svg {
    margin-right: 1rem;
	transition: 1s;
	filter: brightness(0);
}

.ps-shoppingcart .cart-products-count-btn {
    display: none;
    text-align: center;
    line-height: 15px;
    border-radius: 30px;
    min-width: 16px;
    height: 16px;
    font-size: .8rem;
    position: absolute;
    top: -8px;
    right: -12px;
    padding: 1px 5px;
}

/* General styles */
#nl-montenegro-home {
    padding: 20px;
    width: 100%;
    max-width: 600px;
}

/* Form group layout */
#nl-montenegro-home .form-group {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

#nl-montenegro-home .input-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}

#nl-montenegro-home .input-container.full-width {
    flex: 1;
}

#nl-montenegro-home label {
    color: #aaa;
    margin-bottom: 5px;
    font-weight: 400;
}

#nl-montenegro-home input[type="text"],
#nl-montenegro-home input[type="email"] {
    border: none;
    border-bottom: 1px solid #000;
    padding: 5px 0;
    font-size: 14px;
    outline: none;
	background: #f5f5f5;
}

/* Checkbox styles */
#nl-montenegro-home .checkbox-container {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 20px 0px;
    font-size: 10px;
}

#nl-montenegro-home .checkbox-container input[type="checkbox"] {
    margin-top: 3px;
}

#nl-montenegro-home .checkbox-container a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

#nl-montenegro-home .checkbox-container a:hover {
    text-decoration: underline;
}

/* Submit button */
#nl-montenegro-home .submit-btn {
    width: 100%;
    padding: 10px;
    color: #000000;
    border: solid 1px black;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s;
    background: #ffffff00;
}

#nl-montenegro-home .submit-btn:hover {
    background-color: #000;
	color: #fff;
}

#footer .block-title, #checkout-footer .block-title {
    color: #333333;
    font-size: 1.1666666667rem;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 600;
	border: none;
    text-transform: none;
    margin-bottom: 2rem;
    padding-bottom: 0em;
}

.block-links ul>li a:before {
    content: "\f105";
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    font: 14px / 1 FontAwesome;
    line-height: inherit;
    font-size: 13px;
    transition: all .2s cubic-bezier(.7,0,.3,1);
}

.block-links ul>li a {
    display: inline-block;
    position: relative;
    padding-left: 0px;
    margin-bottom: 2rem;
}

#footer-container-main a, #checkout-footer a {
    color: #000000;
    text-transform: uppercase;
    font-weight: 400;
}

#footer-copyrights._footer-copyrights-2 .copyright-img, #footer-copyrights._footer-copyrights-2 .copyright-txt {
    margin-bottom: .8rem;
    border-top: solid 1px #dddbd9;
    padding-top: 1rem;
}

label[for=privacy] {
    color: black !important;
    font-weight: 300 !important;
}

#nl-montenegro-home label[for="privacy"] a {
    font-weight: 300;
    text-decoration: underline;
}

.cbp-hrmenu .cbp-hrsub-inner, .cbp-hrmenu ul.cbp-hrsub-level2 {
    background: #ffffffd6;
    border: none 1px #37a625;
    box-shadow: 0px 15px 25px 0px rgba(74, 63, 63, 0.15);
}

.cbp-horizontal > ul > li.cbp-hropen > a, .cbp-horizontal > ul > li.cbp-hropen > a:not([href]):not([tabindex]), .cbp-horizontal > ul > li.cbp-hropen > a:hover {
    background: #f8f8f800;
	color:black;
	
}

.sticky-desktop-wrapper #desktop-header.stuck-header.active-header {
    background-color: #ffffffd6;
	transition: 1s;
}

.cbp-horizontal .cbp-tab-title {
    color: black;
}

/*.active-header span.montenegro-right-menu, .active-header span.cbp-tab-title, .change-color-black span.montenegro-right-menu, .change-color-black span.cbp-tab-title {
    color: black;
	transition: 1s;
}*/

/*.active-header img.desktop-montenegro-logo, .active-header img.icon-search-svg, .active-header img.cesta-montenegro-svg, .active-header span.montenegro-text-login, .change-color-black img.desktop-montenegro-logo, .change-color-black img.icon-search-svg, .change-color-black img.cesta-montenegro-svg, .change-color-black span.montenegro-text-login, .change-color-black {
    filter: brightness(0);
	transition: 1s;
}*/

.montenegro-split-background {
    width: 100%; /* Ancho total */
    height: 100vh; /* Altura del div */
    background:
		linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.7) 100%),
        url('/img/cms/imagenes/home_opt/home_left.jpg') left center no-repeat, /* Imagen para la mitad izquierda */
        url('/img/cms/imagenes/home_opt/home_derecha.jpg') right center no-repeat; /* Imagen para la mitad derecha */
    background-size: 50%; /* Cada imagen ocupa la mitad del ancho y toda la altura */
    position: relative;
    display: flex;
    justify-content: center; /* Centra horizontalmente el texto */
    align-items: flex-end; /* Centra verticalmente el texto */
}

.montenegro-split-background-bottom {
    width: 100%; /* Ancho total */
    height: 100vh; /* Altura del div */
    background:
		linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.7) 100%),
        url('/img/cms/imagenes/home_opt/nm_bg.jpg') center no-repeat; 
    position: relative;
    display: flex;
    justify-content: center; /* Centra horizontalmente el texto */
    align-items: flex-end; /* Centra verticalmente el texto */
}

.montenegro-center-text {
    position: absolute;
    font-weight: 600;
    color: white;
    text-align: center;
    z-index: 1;
	margin-bottom: 20px;
	font-family: 'Jost';
	font-size: 1.5rem;
	line-height: 1.8rem
}

.montenegro-center-text span.outlined {
    text-decoration: underline;
    font-weight: 300;
}

#index #wrapper, #module-iqitelementor-Preview.elementor-landing-body #wrapper, #cms #wrapper, #module-iqitelementor-Preview.elementor-landing-body #wrapper {
    padding-top: 0;
    padding-bottom: 1.6666666667rem;
    margin-top: -100px;
}

.montenegro-instagram-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 columnas de igual ancho */
    gap: 2px; /* Espacio entre las columnas */
}

.montenegro-instagram.column {
    display: flex;
    flex-direction: column;
    gap: 2px; /* Espacio entre elementos dentro de cada columna */
}

.montenegro-instagram.subcolumn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px; /* Espacio entre imágenes en la subcolumna */
}

.montenegro-instagram img {
    width: 100%; /* Las imágenes ocupan todo el ancho de su contenedor */
    height: auto; /* Mantiene la proporción original de la imagen */
}

.montenegro-home-3 {
    width: 100%;
    height: 100vh; 
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
}  
.montenegro-home-column {
    display: flex;
    flex-direction: row; /* Espacio entre las columnas */
    justify-content: center; /* Centra horizontalmente el texto */
    align-items: center;
}

.montenegro-home-subcolumn{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.montenegro-home-column.column-right {
    background:url('/img/cms/imagenes/home_opt/boda_right.jpg') center no-repeat; 
	display:flex;
    align-items:flex-end;
}

span.montenegro-black-text {
    font-family: 'Jost';
    font-size: 1rem;
    font-weight: 600;
    color: black;
    text-align: center;
	margin-top: 8rem;
}

span.montenegro-black-text .outlined {
    text-decoration: underline;
    font-weight: 300;
}

.desktop-montenegro-logo{
	transition: 1s;
}

.row.footer-montenegro {
    margin-top: 8rem;
}

/* START CMS STYLE */

#cms header.page-header {
    display: none;
}

#cms nav.breadcrumb {
    display: none !important;
}

#cms .sticky-desktop-wrapper #desktop-header.stuck-header, #cms .stuck-menu {
    background: rgb(255 255 255 / 90%);
}

#cms span.montenegro-right-menu, #cms span.cbp-tab-title, #cms span.montenegro-right-menu, #cms span.cbp-tab-title {
    color: black;
	transition: 1s;
}

#cms img.desktop-montenegro-logo, #cms img.icon-search-svg, #cms img.cesta-montenegro-svg, #cms span.montenegro-text-login, #cms img.desktop-montenegro-logo, #cms img.icon-search-svg, #cms img.cesta-montenegro-svg, #cms span.montenegro-text-login {
    filter: brightness(0);
	transition: 1s;
}

/* END GENERAL CMS STYLE */

/* START NOVIAS CMS STYLE*/
.montenegro-home-novias {
    width: 100%;
    height: 100vh; 
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
}  
.montenegro-home-column {
    display: flex;
    flex-direction: row; /* Espacio entre las columnas */
    justify-content: center; /* Centra horizontalmente el texto */
    align-items: center;
}

.montenegro-home-subcolumn{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.montenegro-home-column.column-left-novias {
    background:url('/img/cms/imagenes/novias/novias_left_2.jpg') center no-repeat; 
    background-size: 100% 100%;
	display:flex;
    align-items:flex-end;
}

span.montenegro-black-text {
    font-family: 'Jost';
    font-size: 1rem;
    font-weight: 600;
    color: black;
    text-align: center;
	margin-top: 8rem;
}

span.montenegro-black-text .thin {
    font-weight: 300;
}

.form-container.novias {
    width: 90%;
    padding: 20px;
    border: none;
    text-align: left;
}

.form-container.novias h2 {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: left;
    color: #000;
}

.form-container.novias label {
    font-size: 12px;
    color: #bfbfbf;
    display: block;
    margin-top: 15px;
}

.form-container.novias input[type="text"],
.form-container.novias input[type="email"],
.form-container.novias input[type="tel"] {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border: none;
    border-bottom: 1px solid #000;
    font-size: 14px;
    color: #000;
}

.form-container.novias input::placeholder {
    color: #000;
}

.form-container.novias .checkbox-group {
    margin: 10px 0;
}

.form-container.novias .checkbox-group label {
    font-size: 12px;
    color: #000;
    display: block;
    margin-top: 5px;
}

.form-container.novias button {
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    background-color: #fff;
    border: 1px solid #000;
    font-size: 14px;
    cursor: pointer;
}

.form-container.novias button:hover {
    background-color: #000;
    color: #fff;
}
.form-container.novias p {
    color: black;
    margin-top: 2rem;
}

.form-container.novias .checkbox-group {
    margin: 10px 0;
    display: flex;
}

label.novias-checkbox {
    margin-right: 5rem;
}

.montenegro-novias-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 4 columnas de igual ancho */
    gap: 2px; /* Espacio entre las columnas */
}

.montenegro-novias.column {
    display: flex;
    flex-direction: column;
    gap: 2px; /* Espacio entre elementos dentro de cada columna */
}

.montenegro-novias img {
    width: 100%; /* Las imágenes ocupan todo el ancho de su contenedor */
    height: auto; /* Mantiene la proporción original de la imagen */
}
/* END NOVIAS CMS STYLE */

/* START MONTENEGRO BEAUTY */
.montenegro-beauty-background {
    width: 100%; /* Ancho total */
    height: 100vh; /* Altura del div */
    background: white; 
    background-size: 100% 100%; /* Cada imagen ocupa la mitad del ancho y toda la altura */
    position: relative;
    display: flex;
    justify-content: center; /* Centra horizontalmente el texto */
    align-items: center; /* Centra verticalmente el texto */
}

.montenegro-center-text-beauty {
    position: absolute;
    font-weight: 600;
    color: black;
    text-align: center;
    z-index: 1;
	margin-bottom: 20px;
	font-family: 'Jost';
	font-size: 1.5rem;
	line-height: 1.8rem
}

.montenegro-center-text-beauty span.outlined {
    margin-top: 10rem;
	font-weight: 400;
}
/* END MONTENEGRO BEAUTY */

/* START MONTENEGRO BE INSPIRED */
.montenegro-beinspired-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr); /* 4 columnas de igual ancho */
    gap: 2px; /* Espacio entre las columnas */
}

.montenegro-beinspired.column {
    display: flex;
    flex-direction: column;
    gap: 2px; /* Espacio entre elementos dentro de cada columna */
}

.montenegro-beinspired.subcolumn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px; /* Espacio entre imágenes en la subcolumna */
}

.montenegro-beinspired img {
    width: 100%; /* Las imágenes ocupan todo el ancho de su contenedor */
    height: auto; /* Mantiene la proporción original de la imagen */
}

p.celeb-name {
    margin-top: 1rem;
    font-family: 'Jost';
    font-size: 1.2rem;
    color: black;
    font-weight: 400;
}

p.event-name {
    color: black;
    font-weight: 400;
}
/* END MONTENEGRO BE INSPIRED */

/* START NM */

.montenegro-bottom-left-text {
    position: absolute;
    font-weight: 600;
    color: white;
    text-align: left;
    z-index: 1; /* Asegúrate de que el texto esté sobre el video */
    margin-bottom: 20px;
    font-family: 'Jost';
    font-size: 1.5rem;
    line-height: 1.8rem;
	padding-left: 1.5rem;
	/* padding-left: 3rem;
    padding-bottom: 4rem; */
}

.montenegro-bottom-left-text span.outlined {
    margin-top: 10rem;
    font-weight: 400;
}
/* END NM*/

/* START CATEGORY STYLE */

#category header.page-header {
    display: none;
}

#category nav.breadcrumb {
    display: none !important;
}

#category .sticky-desktop-wrapper #desktop-header.stuck-header, #category .stuck-menu {
    background: rgb(255 255 255 / 90%);
}

#category span.montenegro-right-menu, #category span.cbp-tab-title, #category span.montenegro-right-menu, #category span.cbp-tab-title {
    color: black;
	transition: 1s;
}

#category img.desktop-montenegro-logo, #category img.icon-search-svg, #category img.cesta-montenegro-svg, #category span.montenegro-text-login, #category img.desktop-montenegro-logo, #category img.icon-search-svg, #category img.cesta-montenegro-svg, #category span.montenegro-text-login {
    filter: brightness(0);
	transition: 1s;
}

#category div#js-product-list-header {
    display: none;
}
#category .h3.product-title a {
    color: black;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Jost';
}

.montenegro-product-sizes ul {
    display: flex;
}

.montenegro-product-sizes li {
    margin-left: 0.5rem;
    color: black;
    font-weight: 400;
}
/* END GENERAL CATEGORY STYLE */

/* START PRODUCT STYLE */

#product header.page-header {
    display: none;
}

#product nav.breadcrumb {
    display: none !important;
}

#product .sticky-desktop-wrapper #desktop-header.stuck-header, #product .stuck-menu {
    background: rgb(255 255 255 / 90%);
}

#product span.montenegro-right-menu, #product span.cbp-tab-title, #product span.montenegro-right-menu, #product span.cbp-tab-title {
    color: black;
	transition: 1s;
}

#product img.desktop-montenegro-logo, #product img.icon-search-svg, #product img.cesta-montenegro-svg, #product span.montenegro-text-login, #product img.desktop-montenegro-logo, #product img.icon-search-svg, #product img.cesta-montenegro-svg, #product span.montenegro-text-login {
    filter: brightness(0);
	transition: 1s;
}

/* END GENERAL PRODUCT STYLE */

/* START CART STYLE */
.close {
    float: right;
    font-weight: 700;
    line-height: 0.5;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    font-weight: 300;
}

#blockcart-content {
    padding: 1rem;
    text-align: left;
    max-width: 100%;
    width: 50%;
}

.modal-title {
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    float: left;
    margin-left: 50%;
}

#blockcart-content .cart-title .close {
    margin-top: 0rem;
}

.cart-title {
    padding: 2rem;
}

.cart-products .col.col-info {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.montenegro-col-left, .montenegro-col-right {
    max-width: 50%;
}

.cart-products .row.no-gutters .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.montenegro-input-cart {
    display: flex;
    align-items: center;
    flex-direction: row;
}

span.montenegro-quantity-text {
    text-transform: uppercase;
    margin-right: 1rem;
}

.montenegro-input-cart .bootstrap-touchspin .btn-touchspin {
    background-color: #ffffff;
    color: #000000;
    border: none !important;
}

.montenegro-input-cart .fa-plus:before {
    content: "+" !important;
}

.montenegro-input-cart .fa-minus:before {
    content: "-" !important;
}

.montenegro-input-cart .input-group>.form-control {
    position: relative;
    flex: 0.1 0 auto;
    width: 1%;
    margin-bottom: 0;
    border: none;
}

span.montenegro-delete-text {
    text-transform: uppercase;
    text-decoration: underline;
    color: black;
}

.montenegro-remove-product {
    margin-top: 1rem;
}

.montenegro-col-left .pb-1 a {
    text-transform: uppercase;
    font-weight: 600;
    color: black !important;
    font-family: 'Jost';
}

.product-line-info {
    font-family: 'Jost';
    font-size: 1rem;
    text-transform: uppercase;
    margin: 0.3rem 0rem;
    color: black;
    font-weight: 400;
}

button.btn.btn-touchspin.js-touchspin.js-increase-product-quantity.bootstrap-touchspin-down {
    padding: 0rem;
}

button.btn.btn-touchspin.js-decrease-product-quantity.bootstrap-touchspin-up {
    padding: 0rem;
}

.montenegro-input-cart .block-cart-product-quantity {
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */
    text-align: center;
}

#blockcart-content .cart-buttons.text-center {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

a.btn.btn-block.montenegro-cesta {
    border: solid 1px black;
}

a.btn.btn-block.montenegro-checkout {
    margin-left: 0.25rem;
    background-color: black;
    color: white;
    margin-top: 0rem;
}

.cart-subtotals div#cart-subtotal-products {
    display: none;
}

#blockcart-content .cart-subtotals {
    padding: .875rem 0;
    border-top: none;
}

#blockcart-content .cart-totals {
    font-size: 1.5rem;
    line-height: 1.2em;
    padding: .875rem 0;
    border-top: none;
}
/* END CART STYLE */

/* *  CART  * */
.ps-shoppingcart.dropdown #blockcart-content{
    z-index: 1000;
}


/* *  CUSTOM CSS NiMo  * */


/* *** COMMON DEVICE SYTLES (Mobile & PC) *** */

/* COMMON estilo enlace */
body#index a.outlined {
    font-family: 'Jost';
    line-height: 19px;
    letter-spacing: 3%;
    text-align: center;
    color: white;
    font-weight: 400;
    text-underline-offset: 3px;
    text-decoration: underline;
    transition: all 0.6s ease-in-out;
} 
body#index a.outlined:hover {
    text-decoration: none;
    font-weight: 500;
}  
body#index a.outlinedblack {
    color: black;
    font-weight: 400;
    letter-spacing: 3%;
    text-underline-offset: 3px;
    text-decoration: underline;
    transition: all 0.6s ease-in-out;
} 
body#index a.outlinedblack:hover {
    color: #222;
    text-decoration: none;
    font-weight: 500;
}

/* COMMON CATEGORIES */

/* COMMON categorias - filtros cabecera */
body#category .products-selection {
    border-top: 0px solid white;
    border-bottom: 0px solid white;
}
body#category .products-selection .products-sort-order,
body#category .products-selection .products-nb-per-page,
body#category .products-selection a.form-control {
    border: solid 0px white;
}
body#category .products-selection .products-sort-order,
body#category .products-selection .products-nb-per-page {
    border: solid 0px white;
}

/* miniatura - contenedor texto */
article.product-miniature-layout-1 .product-description {
    text-align: left;
}
/* miniatura - descripcion */
article.product-miniature-layout-1 .product-description-short {
    color: #111 !important;
    white-space: nowrap;      
    overflow: hidden;        
    text-overflow: ellipsis; 
    width: 200px;            
    display: block;  
}
article.product-miniature-layout-1 .product-description-short > a {
    color: black !important;
}


/* COMMON FICHA PRODUCTO */

/* COMMON ficha producto info producto - Precio impuestos */
body#product #inner-wrapper .col-product-info .product-prices .tax-shipping-delivery-label {
    display:none;
}
/* COMMON ficha producto info producto - variantes (tallas) color */
body#product #inner-wrapper .col-product-info .product-variants {
    color: #111;
}
/* COMMON ficha producto info producto - variantes (tallas) oculta etiqueta */
body#product #inner-wrapper .col-product-info .product-variants-item > .form-control-label,
body#product #inner-wrapper .col-product-info #add-to-cart-or-refresh .form-control-label {
    display: none;
}
/* COMMON ficha producto info producto - variantes (tallas) primer elemento */
body#product #inner-wrapper .col-product-info #group_4 {
	height: 30px;
}
/* COMMON ficha producto info producto - variantes (tallas) primer elemento 
body#product #inner-wrapper .col-product-info #group_4 > li:nth-child(1) > span {
    padding-top: 4px;
}*/



/* COMMON ficha producto info producto - variantes (tallas) nº de tallas */
body#product #inner-wrapper #col-product-info .product-variants span.radio-label,
body#product #inner-wrapper .col-product-info #add-to-cart-or-refresh span.radio-label {
    border: 0px !important;
    font-weight: 400 !important;
    font-size: 0.9em;
    outline: 0px solid white;
    transition: all 0.4s ease-in-out;
    line-height:1;
}
/* COMMON ficha producto info producto - variantes (tallas) nº de tallas hover */
body#product #inner-wrapper #col-product-info .product-variants span.radio-label:hover,
body#product #inner-wrapper .col-product-info #add-to-cart-or-refresh span.radio-label:hover {
    text-decoration: underline !important;
    border: 0px !important;
    font-weight: 400 !important;
    font-size: 0.9em;
}
/* COMMON ficha producto info producto - variantes (tallas) nº de talla seleccionada */
body#product #inner-wrapper #col-product-info .product-variants .input-radio:checked+span,
body#product #inner-wrapper .col-product-info #add-to-cart-or-refresh .product-variants .input-radio:checked+span {
    outline: 0px solid white;
    border: 2px solid white;
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 3px;
}
   
/* COMMON ficha producto Acordeon - titulos */
body#product #productdaas-accordion .title {
    color: black !important;
    cursor: pointer;
    font-weight: 400;
    padding: 12px;
    margin-top: 5px;
    display: flex;
    justify-content: space-between; 
    align-items: center;
    text-align: left;
    border-bottom: 0px solid white;
    text-transform: uppercase;
    transition: background 0.3s ease;
}
/* COMMON ficha producto Acordeon - alinea icono a la izq */
body#product #productdaas-accordion .title > a {
    width: 100%;
    color: black !important;
    transition: all 0.6s ease-in-out;
}
/* COMMON ficha producto Acordeon - efecto hover */
body#product #productdaas-accordion .title > a:hover {
    font-weight: 500 !important;
}
/* COMMON ficha producto Acordeon - alinea icono a la izq */
body#product #productdaas-accordion .title > a > i {
    transform: rotate(-90deg); 
}

/* COMMON ficha producto Acordeon - Contenedor del contenido del acordeón */
body#product #productdaas-accordion #productdaas-accordion-description {
    display: none;
    padding: 10px;
    border: 1px solid #ddd;
    border-top: none;
}
/* COMMON ficha producto Acordeon - Mostrar solo la primera sección activa */
body#product #productdaas-accordion #productdaas-accordion-description.show {
    display: block;
}
body#product .arrow {
    font-size: 18px;
    transition: transform 0.3s ease;
}
/* COMMON ficha producto Acordeon - Rotar la flecha cuando se abre el acordeón */
body#product .accordion-title.active .arrow {
    transform: rotate(90deg); 
}

/* COMMON ficha producto - info - color negro */
body#product #col-product-info {
    color: black !important;
}

/* COMMON ficha producto info producto - oculta elementos */
body#product #add-to-cart-or-refresh > button,
body#product button[data-target="#iqitsizecharts-modal"],
body#product #inner-wrapper .category-products,
body#product #inner-wrapper #product-comments-list,
body#product #inner-wrapper #product-comments-list-header,
body#product #inner-wrapper .col-product-info .product-additional-info,
body#product #inner-wrapper .col-product-info .product-add-to-cart .qty,
body#product #inner-wrapper .col-product-info .product-add-to-cart .col-add-wishlist,
body#product #inner-wrapper .col-product-info .product-add-to-cart .col-add-compare,
body#product #main > div.block.block-section {
    display: none !important;
}

/* *** MEDIA QUERIES *** */

@media only screen and (max-width: 639.99px) {

    /* MOBILE COMMON STYLES */
 
	.ocultaMovil {
		display: none !important;
	}
	
    /* MOBILE Common styles - parrafo */
    .pCustom {
        font-family: 'Jost';
        font-weight: 400;
        font-size: 12px;
        line-height:20px;
        letter-spacing: 3%;
    }

    /* MOBILE HEADER */

    /* MOBILE header */
    #mobile-header .col-mobile-btn-account .fa.fa-user {
        display: none;
    }
    /* MOBILE header - menu icon */
    #mobile-header .col-mobile-btn-menu {
        padding-left: 10px;
    }
    /* MOBILE header - logo */
    #mobile-header img.logo {
        max-width: 80%;
    }
    /*body#category #mobile-header img.logo {
        filter: brightness(0) invert(0) !important;
    }*/
    /* MOBILE header - search icon */
    #mobile-header #mobile-btn-search {
        margin-right: -10px;
        padding-left: 10px;
    }
    /* MOBILE header - cart icon */
    #mobile-header #mobile-cart-toogle #mobile-cart-products-count {
        display: inline !important;
        margin-right: 8px;
        margin-top: 1px;
    }

    /* MOBILE VIDEO */

    /* MOBILE video */
    body#index .montenegro-nm-background { 
		height: auto;
        max-width: 700px; 
        margin-top: 99px; 
        text-align: center; 
    }
    /* MOBILE texto video */
    body#index .montenegro-bottom-left-text-container {
        position: relative;
        margin-top: -99px;
        margin-right: 100%; /* MOBILE Alinea a la izq */
    }

    /* MOBILE COTAINERS */

    /* MOBILE contenido de fila a columna */
    body#index .montenegro-split-container {
        margin-top: 94px;
        min-height: 200vh;
        display: flex;
        flex-direction: column;
    }
    body#index .montenegro-split-container .textContainer1 {
        position: absolute;
        top: 530px;
        left: 50%; 
        transform: translateX(-50%); 
        padding: 10px 20px; 
        text-align: center; 
        width: 100%;
    }
    body#index .montenegro-split-container .textContainer2 {
        position: absolute;
        bottom: 40px;
        left: 50%; 
        transform: translateX(-50%); 
        padding: 10px 20px; 
        text-align: center; 
        width: 100%;
    }
    body#index .montenegro-split-container .textContainer1 .montenegro-center-text,
    body#index .montenegro-split-container .textContainer2 .montenegro-center-text {
        position: relative;
    }
    body#index .montenegro-center-text {
		margin-bottom: 80px !important;
    }
    body#index .montenegro-section {
        flex: 1;
        width: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    body#index .montenegro-top, .montenegro-bottom {
        height: 100%;
    } 
    body#index .montenegro-home-3 {
        grid-template-columns: auto;
        height: 200vh;
    }
    body#index .montenegro-home-3 .montenegro-home-column.column-left {
        height: 100vh;
    }
    body#index .montenegro-home-3 .montenegro-home-column.column-right {
        height: 100vh;
        background-size: cover !important;
        background-position: center center !important;
    }
    body#index .montenegro-home-3 .montenegro-home-subcolumn {
        padding-top: 100px;
        padding-bottom: 100px;
    }
	body#index .montenegro-split-background-bottom {
    	background-size: cover;
		background-position: left;
	}
    body#index .montenegro-home-column.column-right {
    	background-size: auto; 
	}

    /* MOBILE NEWSLETTER FORM */

    /* MOBILE newsletter top footer title */
    .elementor-element-5zx0zo4 h2.elementor-heading-title {
        text-align: center;
    }
    /* MOBILE newsletter top footer description */
    .elementor-element-4v37yjz .elementor-widget-container {
        margin: 42px 0px 10px 0px !important;
        padding: 0px 2rem 0px 2rem !important;
        text-align: center;
    }

    /* MOBILE FOOTER */

    /* MOBILE footer menu */
    footer .block-iqitlinksmanager.block-links {
        text-align: center;
    }
    footer #footer-container-main {
        margin-bottom: 65px;
    }
    /* MOBILE footer copyright */
    #footer-copyrights .copyright-txt {
        margin-top: -65px;
    }

    /* MOBILE BOTTOM STICKY */

    /* MOBILE boton coger cita */
    .widucogecita-container {
        bottom: 0px;
        right: 0px;
    }
    .widucogecita-button {
        width: 100%;
        position: fixed;
        bottom: 0px; 
        left: 50%;
        transform: translateX(-50%); 
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
        transition: all 0.3s ease-in-out;
    }
    .widucogecita-button:hover {
        background-color: #333; 
    }
    .widucogecita-text {
        margin-right: -10px;
        font-size: 1.05em;
    }
    .widucogecita-icon {
        margin-right: 10px;
        margin-left: -10px;
    }

    /* MOBILE SINGLE PRODUCT */

    /* MOBILE ficha producto header */
    body#product #mobile-header {
        border-bottom: solid 0px #e3e3e3;
    }
    /* MOBILE ficha producto container principal */
    body#product section#wrapper {
        margin-top: -70px;
        padding-top: 0rem;
    }
    /* MOBILE ficha producto subcontainer principal */
    body#product #inner-wrapper {
        padding-right: 0px;
        padding-left: 0px;
    }
    /* MOBILE ficha producto imagen producto */
    body#product #inner-wrapper img.img-fluid {
        min-width: 100%;
    }
    /* MOBILE ficha producto imagen producto - contenedor de los bullets */ 
    body#product #main-product-wrapper .swiper-pagination-product {
        display: flex;
        justify-content: center;
        gap: 1px;
    }
    /* MOBILE ficha producto imagen producto - estilos para transformar los bullets en líneas */
    body#product #main-product-wrapper .swiper-pagination-bullet {
        flex: 1 1 auto; 
        max-width: /*calc(100% / 5)*/ 100%; 
        margin: 0 0px;
        height: 5px; 
        background-color: #999; 
        border-radius: 0px;
        opacity: 0.9;
        transition: background-color 0.3s ease-in-out;
    }
    /* MOBILE ficha producto imagen producto - bullet activo */
    body#product #main-product-wrapper .swiper-pagination-bullet-active {
        background-color: #111 !important; 
    }

    /* MOBILE ficha producto info producto contenedor */
    body#product #inner-wrapper .col-product-info {
        margin-left: 2rem;
        margin-right: 2rem;
    }
    /* MOBILE ficha producto info producto subcontenedor */
    body#product #inner-wrapper .col-product-info .product_header_container {
        border-bottom: 0px solid white;
		padding-bottom: 0rem;
    }
    /* MOBILE ficha producto info producto - Titulo */
    body#product #inner-wrapper .col-product-info h1.page-title {
        width: 70%;
        padding-bottom: 0.5rem;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 1.1em;
    }
    /* MOBILE ficha producto info producto - Precio - container */
    body#product #inner-wrapper .col-product-info .product-prices {
        text-align: right;
        float: right;
        width: 30%;
        margin-top: -45px;
    }
	body#product #col-product-info .product_p_price_container {
        border-top: 0px solid rgba(160, 160, 160, .25) !important;
    }
    /* MOBILE ficha producto info producto - Precio - texto */
    body#product #inner-wrapper .product_header_container .product-price {
        font-size: 1.1rem;
        font-weight: 400;
    }
    /* MOBILE ficha producto info producto - Precio - impuestos */
    body#product #inner-wrapper .col-product-info .product-prices .tax-shipping-delivery-label {
        display:none;
    }
    /* MOBILE ficha producto info producto - resumen */
    body#product #inner-wrapper .product_header_container > .product-description {
        margin-top: -1.8rem;
    } 
    /* MOBILE ficha producto info producto - descripcion 
    body#product #inner-wrapper .product-information > .product-description {
        margin-top: 3rem;
        margin-bottom: 0.5rem;
    }*/
    /* MOBILE ficha producto info producto - variantes (tallas) color */
    body#product #inner-wrapper .col-product-info .product-variants {
    	color: black;
        /*margin-top: -6.5rem;
        margin-bottom: 2.5rem;*/
    }
	/* MOBILE ficha producto info producto - guia de tallas - enlace */
    body#product #inner-wrapper .product-variants .size-guide-link-container .size-guide-link {
        text-decoration: underline;
        text-underline-offset: 3px;
        color: black;
        transition: all 0.3s ease-in-out;
    }
    /* MOBILE ficha producto info producto - guia de tallas - enlace hover */
    body#product #inner-wrapper .product-variants .size-guide-link-container .size-guide-link:hover {
        color: #222;
        text-decoration: none;
        font-weight: 600;
    }
    /* MOBILE ficha producto info producto - guia de tallas - container */
    body#product #inner-wrapper .col-product-info .product-variants .size-guide-link-container {
        float: right;
        padding-top: 0.5rem;
        margin-top: 0px;
    }
    /* MOBILE ficha producto info producto - guia de tallas - enlace */
    body#product #inner-wrapper .col-product-info .product-variants .size-guide-link-container a {
        color: black;
    }
    
    /* MOBILE ficha producto - boton comprar */
    body#product #inner-wrapper .col-product-info .product-add-to-cart .add-to-cart {
        letter-spacing: 2px;
    }
    /* MOBILE ficha producto - texto bajo boton comprar */
    body#product #inner-wrapper .col-product-info .textoBajoBoton {
        text-align: center;
        color: #111;
        padding-top: 1rem;
        margin-bottom: -50px;
    }

    /* MOBILE ficha producto Acordeon - Contenedor del contenido del acordeón */
    body#product #productdaas-accordion {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
        margin-top: 5rem;
    } 
    body#product .buttonPanel {
        width: 100%;
    }
    /* MOBILE oculta primer item del acordeon (descrip) */
    body#product #productdaas-accordion .card:nth-child(1) {
        display: none;
    }

    /* MOBILE ficha producto relacionados titulo */
    body#product section.viewed-products .section-title {
        text-align: center;
        text-transform: uppercase;
        font-weight: 500;
        border-bottom: solid 0px #e3e3e3;
    }

	
	/* MOBILE SIDE PANEL */

    /* MOBILE ficha producto - common - contenedor */
    body#product .sidePanel {
        color: black !important;
		background-color: rgba(255, 255, 255, 0.95) !important;
    }
    /* MOBILE ficha producto - guia de tallas - contenido */
    body#product .sidePanel.open .modal-content {
        opacity: 1 !important;
        color: black !important;
        transform: scale(1) !important;
    } 
    /* MOBILE ficha producto - guia de tallas - oculta titulo en panel deslizante */
    body#product #sidePanel .modal-content .modal-header .modal-title, 
    body#product #sidePanel .modal-content .modal-header button.close {
        display: none !important;
    }
    body#product #sidePanel .modal-content .nav-tabs {
        border-bottom: solid 0px white !important;
    }
    /* MOBILE ficha producto - guia de tallas - tabla tallas */
    body#product #sidePanel .modal-content table.table-sizegudie td {
        border: 0px solid #dee2e6 !important;
        border-left: 0px solid #dee2e6 !important;
        border-right: 0px solid #dee2e6 !important;
        border-top: 1px solid #dee2e6 !important;
        border-bottom: 1px solid #dee2e6 !important;
        
    }
    
    /* MOBILE ficha producto - guia de tallas - posiciona y estiliza nuevo titulo */
    body#product #sidePanel .modal-content  a.nav-link[href="#iqitcharts-tab-0"] {
        margin-left: 72%;
        min-width: 180px;
        margin-top: -3rem;
        font-size: 1.05em;
        font-weight: 600;
        color: #000000;
        border-bottom: solid 0px #ca5058 !important;
    }
    /* MOBILE ficha producto - guia de tallas - posiciona y estiliza nuevo subtitulo */
    body#product #sidePanel .modal-content .subtitleGuiaTallas1 {
        margin-bottom: 3rem;
    }
    body#product #sidePanel .modal-content .subtitleGuiaTallas2 {
        margin-top: 2.5rem;
        margin-bottom: 3.1rem;
    }
	
	/* MOBILE ficha producto - acordeon por defecto */
    body#product .iqit-accordion .content {
        display: none !important;
    }

    /* MOBILE ficha producto - slider container cerrado */
    body#product aside#notifications .sidePanel {
        position: fixed;
        top: 0px;
        right: -100vh; 
        width: 100%; 
        height: 100%;
        background-color: white;
        box-shadow: 0px 0 0px rgba(0, 0, 0, 0);
        transition: right 0.4s ease-in-out; 
        z-index: 9999; 
        overflow-y: auto; 
    }
    /* MOBILE ficha producto - slider container */
    body#product aside#notifications .sidePanel.open {
        position: fixed;
        right: 0px;
        background-color: white;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
        z-index: 100 !important;
    }
    /* MOBILE ficha producto - slider Cerrar el panel (botón "×") */
    body#product aside#notifications .sidePanel .close-panel {
        opacity: 0;
    }
    body#product aside#notifications .sidePanel.open .close-panel {
        opacity: 1;
        position: fixed;
        top: 25px;
        right: 30px;
        font-size: 28px;
        cursor: pointer;
        color: #000;
    }
    /* MOBILE ficha producto - slider - estilos para el contenido dentro del panel */
    body#product aside#notifications #sidePanelContent {
        padding: 0rem 1.5rem 1rem 1.5rem;
        overflow: auto;
        margin-top: 4rem;
    }
    body#product div.titleDetalles {
        text-align: center;
        margin-bottom: 3rem;
    }
    body#product p.titleDetalles {
        font-weight: bolder; 
    }
    body#product aside#notifications #sidePanelContent .rte-content p.pCustom.pTiempoEnvio {
        margin-top: 3rem;
    }
    /*body#product .buttonPanel {
        width: 75%;
    }*/
    body#product aside#notifications #sidePanelContent dt.name {
        font-weight: 400;
    }
    body#product aside#notifications #sidePanelContent .product-quantities .label {
        font-weight: 400;
        text-transform: uppercase;
    }   
	
	body#product aside#notifications #sidePanelContent .tab-content .tab-pane {
        display: block !important;
    }
	
	/* MOBILE ficha productos - productos relacionados */
    body#product section.viewed-products .swiper-pagination.swiper-pagination-product.swiper-pagination-bullets {
        display: none !important;
    }

    /* MOBILE ficha producto footer */
    body#product #footer {
        margin-top: -10rem !important;
    }

    /* MOBILE PRODUCT CATEGORIES */

    /* MOBILE Product Categories container */
    body#category #inner-wrapper {
        padding-right: 0px;
        padding-left: 0px;
    }
	
	/* MOBILE categorias - miniaturas */
    body#category .products.row .js-product-miniature-wrapper {
        margin-bottom: 4rem;
    }

    /* MOBILE miniatura - titulo */ 
    article.product-miniature-layout-1 .h3.product-title {
        margin-top: 2rem;
        min-height: 3rem;
		text-transform: uppercase;
    }
	/* MOBILE miniatura - titulo */ 
    article.product-miniature-layout-1 .h3.product-title > a {
		color: black !important;
    }
	
	/* MOBILE miniatura - tallas */
	article.product-miniature-layout-1 .iqitsizeguide-avaiable-sizes {
		transform: translateY(0%) !important;
		opacity: 1 !important;
		margin-top: -9rem;
		margin-bottom: 6rem;
		color: black;
	}
	/* MOBILE - bookmark */
	img.mybookmark { display: none !important; }
	
	/* MOBILE - logo login 
	body#authentication #mobile-header img.logo {
		filter: brightness(0) invert(0) !important;
	}*/
	
	/* MOBILE BEAUTY - cambia a negro 
    body.cms-id-13 #mobile-header img.logo {
        filter: brightness(0) invert(0) !important;
    }*/
	/* MOBILE BE INSPIRED - cambia a negro 
    body.cms-id-7 #mobile-header img.logo {
        filter: brightness(0) invert(0) !important;
    }*/
	/* MOBILE NM - cambia a negro 
    body.cms-id-8 #mobile-header img.logo {
        filter: brightness(0) invert(0) !important;
    }*/
	
	
	/* MOBILE NOVIAS */

    /* MOBILE novias - header */
    #mobile-header {
        border-bottom: solid 0px #e3e3e3 !important;
    }
	/* MOBILE NOVIAS - cambia a negro 
    body.cms-id-6 #mobile-header a.m-nav-btn > img {
        filter: brightness(0) invert(0) !important;
    }*/

    /* MOBILE novias - contenedor */
    body.cms-id-6 .montenegro-home-novias {
        grid-template-columns: auto !important;
    }
    /* MOBILE novias - subcontenedor */
    body.cms-id-6 .montenegro-home-column {
        min-height: 100vh;
        background-size: cover;
    }
    /* MOBILE novias - contenedor de texto */
    body.cms-id-6 .elementor-element-r22q2mc {
        margin-top: 100vh;
    }
	/* MOBILE novias - formulario */
    body.cms-id-6 .form-container.novias,
    body.cms-id-14 .form-container.novias {
        width: 100%;
    }
    body.cms-id-6 .form-container.novias .checkbox-group,
    body.cms-id-14 .form-container.novias .checkbox-group {
        display: grid !important;
        grid-template-columns: 60% 40%;
        gap: 10px 0px;
    }
	/* MOBILE novias - subcontenedor */
    body.cms-id-6 .montenegro-novias-grid {
        /*grid-template-columns: auto !important;*/
        display: flex;
		flex-direction: column; 
        height: 100vh;
		overflow: hidden;
    }
    body.cms-id-6 .montenegro-novias {
        flex: 1; 
    }
    body.cms-id-6 .montenegro-novias img {
        width: 100%;
        height: 100vh; 
        object-fit: cover; 
    }
	.height300 {
        min-height: 300vh
    }
	
	/* MOBILE CARRITO */
    #_mobile_blockcart-content #blockcart-content {
        width: 100%;
        padding-bottom: 1rem !important;
    }
    .ps-shoppingcart.side-cart #blockcart-content .cart-products {
        min-height: 69vh;
    }
    .cart-title {
        text-align: center;
    }
    .cart-title .modal-title {
        float: none;
        margin-left: 5%;
    }
	
	/* TOP FOOTER INSTAGRAM */
    .montenegro-instagram-grid {
        grid-template-columns: auto !important;
    }
	
	/* BLOG MOBILE */
    body.cms-id-7 .montenegro-beinspired-grid {
        grid-template-columns: auto !important;
    }
	
}

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

    /* PC COMMON STYLES */

    .ocultaPC { display:none; }

    /* PC VIDEO */

    /* video */
    .montenegro-nm-background {
        position: relative;
        width: 100%;
        height: 100vh; 
        overflow: hidden;
        display: flex;
        justify-content: left; 
        align-items: flex-end;
    }
	.montenegro-nm-background .background-video {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: auto; 
        transform: translate(-50%, -50%);
        object-fit: cover; 
        z-index: -1; 
	}

    /* PC CONTAINERS */

    /* contenido de fila a columna */
    .montenegro-split-container {
        display: flex;
        flex-direction: row;
    }
    .montenegro-split-container .textContainer2 {
        position: absolute;
        bottom: 40px;
        left: 50%; 
        transform: translateX(-50%); 
        padding: 10px 20px; 
        text-align: center; 
        width: 100%;
    }
    .montenegro-split-container .textContainer2 .montenegro-center-text {
        position: relative;
    }
    .montenegro-section {
        flex: 1;
        width: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .montenegro-top {
        background-image: url(/img/cms/imagenes/home_opt/home_left.jpg);
    }
    .montenegro-bottom {
        background-image: url(/img/cms/imagenes/home_opt/home_derecha.jpg);
    }
    .montenegro-split-background-bottom {
        background-size: auto ;
    }
	.montenegro-split-background-bottom,
	.montenegro-home-column.column-right {
    	background-size: 100%; 
	}

    /* PC FICHA PRODUCTO */

    /* PC ficha producto - container ppal */
    body#product #wrapper {
        padding-top: 0rem;
    }
    /* PC ficha producto - subcontainer ppal */
    body#product #wrapper #main-product-wrapper {
        margin-left: -15px;
        margin-top: -40px;
    }
    /* PC ficha producto - subcontainer */
    body#product #wrapper #main-product-wrapper .col-product-info {
        padding-top: 8rem;
        margin-left: 8%;
    }
    /* PC ficha producto - imagen de producto */
    body#product .col-product-image {
        width: 100%;
    }
    body#product .product-cover {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center; 
        justify-content: center; 
    }
    body#product .product-images-large {
        width: 100%;
        height: 100%;
    }
    body#product .product-lmage-large picture,
    body#product .product-lmage-large img {
        width: 100%;
        height: 100%;
        object-fit: cover; 
    }
    body#product .easyzoom.easyzoom-product {
        display: none;
    }

    /* PC ficha producto - titulo */
    body#product #content-wrapper .page-title {
        text-transform: uppercase !important;
        font-weight: 600 !important;
        font-size: 1.2em !important;
        margin-bottom: 0.5rem;
    }

    /* PC ficha producto - subtitulo (resumen) */
    body#product #col-product-info .product-description {
        margin-bottom: 0.8rem;
    }
	
	/* PC ficha producto - bookmark icon */
    .mybookmark {
        float: right;
        margin-top: -2rem;
    }

	
	/* PC ficha producto - contenedor precio */
    body#product #col-product-info .product-prices {
        float: none !important;
        margin-top: -1rem;
    }
    body#product #col-product-info .product_p_price_container {
        border-top: 0px solid rgba(160, 160, 160, .25) !important;
		padding-top: 1rem;
        margin-top: 0rem;
    }

    /* PC ficha producto - precio */
    body#product #col-product-info .product-price {
        margin-top:0.8rem;
        font-size: 1.25rem;
        font-style: normal;
        text-transform: none;
        font-weight: 400;
    }

    /* PC ficha producto - seccion */
    body#product #col-product-info .product_header_container {
        border-bottom: 0px solid white;
        padding-bottom: 0.8rem;
    }

    /* PC ficha producto - common - contenedor */
    body#product .sidePanel {
        color: black !important;
    }
    /* PC ficha producto - guia de tallas - contenido */
    body#product .sidePanel.open .modal-content {
        opacity: 1 !important;
        color: black !important;
        transform: scale(1) !important;
    } 
    /* PC ficha producto - guia de tallas - oculta titulo en panel deslizante */
    body#product #sidePanel .modal-content .modal-header {
        display: none !important;
    }
    body#product #sidePanel .modal-content .nav-tabs {
        border-bottom: solid 0px white !important;
    }
    /* PC ficha producto - guia de tallas - tabla tallas */
    body#product #sidePanel .modal-content table.table-sizegudie td {
        border: 0px solid #dee2e6 !important;
        border-left: 0px solid #dee2e6 !important;
        border-right: 0px solid #dee2e6 !important;
        border-top: 1px solid #dee2e6 !important;
        border-bottom: 1px solid #dee2e6 !important;
        
    }
    
    /* PC ficha producto - guia de tallas - posiciona y estiliza nuevo titulo */
    body#product #sidePanel .modal-content  a.nav-link[href="#iqitcharts-tab-0"] {
        margin-left: 100%;
        min-width: 180px;
        margin-top: -4rem;
        font-size: 1.05em;
        font-weight: 600;
        color: #000000;
        border-bottom: solid 0px #ca5058 !important;
    }
    /* PC ficha producto - guia de tallas - posiciona y estiliza nuevo subtitulo */
    body#product #sidePanel .modal-content .subtitleGuiaTallas1 {
        margin-bottom: 3rem;
    }
    body#product #sidePanel .modal-content .subtitleGuiaTallas2 {
        margin-top: 2.5rem;
        margin-bottom: 3.1rem;
    }


    /* PC ficha producto - boton comprar */
    body#product .col-product-info .product-add-to-cart .col-add-btn {
        width: 100%;
        letter-spacing: 2px; 
    }
    body#product .col-product-info .product-add-to-cart .add {
        width: 100%;
    }
    body#product .col-product-info .product-add-to-cart .add .add-to-cart {
        letter-spacing: 2px;
        width: 100%;
        display: block; 
    }


    /* PC ficha producto - slider container cerrado */
    body#product aside#notifications .sidePanel {
        position: fixed;
        top: 60px;
        right: -100vh; 
        width: 51.8%; 
        height: 100%;
        background-color: rgba(255, 255, 255, 0.95);
        box-shadow: 0px 0 0px rgba(0, 0, 0, 0);
        transition: right 0.4s ease-in-out; 
        z-index: 9999; 
        overflow-y: auto; 
    }
    /* PC ficha producto - slider container */
    body#product aside#notifications .sidePanel.open {
        position: fixed;
        right: 0px;
        background-color: rgba(255, 255, 255, 0.95);
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
        z-index: 100 !important;
    }
    /* PC ficha producto - slider Cerrar el panel (botón "×") */
    body#product aside#notifications .sidePanel .close-panel {
        opacity: 0;
    }
    body#product aside#notifications .sidePanel.open .close-panel {
        opacity: 1;
        position: fixed;
        top: 75px;
        right: 30px;
        font-size: 28px;
        cursor: pointer;
        color: #000;
    }
    /* PC ficha producto - slider - estilos para el contenido dentro del panel */
    body#product aside#notifications #sidePanelContent {
        padding: 0rem 10.5rem 5rem 10rem;
        overflow: auto;
        margin-top: 4rem;
    }
    body#product div.titleDetalles {
        text-align: center;
        margin-bottom: 3rem;
    }
    body#product p.titleDetalles {
        font-weight: bolder; 
    }
    body#product aside#notifications #sidePanelContent .rte-content p.pCustom.pTiempoEnvio {
        margin-top: 3rem;
    }
    body#product .buttonPanel {
        width: 75%;
    }
    body#product aside#notifications #sidePanelContent dt.name {
        font-weight: 400;
    }
    body#product aside#notifications #sidePanelContent .product-quantities .label {
        font-weight: 400;
        text-transform: uppercase;
    }    
    /* PC ficha producto - slider Capa overlay */
    body#product .overlay {
        display: none; 
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: right 0.4s ease-in-out; 
        background: rgba(255, 255, 255, 0.5); 
        z-index: 99; 
    }
    /* PC ficha producto - slider Overlay activo (cuando se añade la clase "active") */
    body#product .overlay.active {
        display: block;
    }


    /* PC ficha producto - slider - oculta contenido acordeon */
    body#product .card div:nth-child(2) {
        display: none !important;
    }

    /* PC ficha producto info producto - variantes (tallas) color */
    body#product #inner-wrapper .col-product-info .product-variants {
        color: black !important;
        margin-top: 1.5rem;
    }
    /* PC ficha producto info producto - guia de tallas - container */
    body#product #inner-wrapper .col-product-info .product-variants .size-guide-link-container {
        float: right;
        padding-top: 0.5rem;
        color: black !important;
    }
    /* PC ficha producto info producto - guia de tallas - enlace */
    body#product #inner-wrapper .col-product-info .product-variants .size-guide-link-container .size-guide-link {
        text-decoration: underline;
        text-underline-offset: 3px;
        color: black;
        transition: all 0.3s ease-in-out;
    }
    /* PC ficha producto info producto - guia de tallas - enlace hover */
    body#product #inner-wrapper .col-product-info .product-variants .size-guide-link-container .size-guide-link:hover {
        color: #222;
        text-decoration: none;
        font-weight: 600;
    }
    /* PC ficha producto Acordeon - Contenedor del contenido del acordeón */
    body#product #productdaas-accordion {
        margin-left: 0rem;
        margin-right: 0rem;
    } 

    /* PC oculta primer item del acordeon (descrip) */
    body#product #productdaas-accordion .card:nth-child(1) {
        display: none;
    }
    

    /* PC ficha producto info producto - guia de tallas */
    body#product #inner-wrapper #col-product-info .pEnvioGratuito {
        text-align: right;
    }
	

    /* PC ficha producto relacionados container */
    body#product section.viewed-products {
        margin-top: 1rem !important;
        margin-bottom: 0rem !important;
    }
    /* PC ficha producto relacionados titulo */
    body#product section.viewed-products .section-title {
        color: black !important;
        text-align: center;
        margin-bottom: 3rem;
        text-transform: uppercase;
        font-weight: 500 !important;
        border-bottom: solid 0px #e3e3e3;
    }
    body#product section.viewed-products .swiper-pagination.swiper-pagination-product.swiper-pagination-bullets {
        display: none !important;
    }

    /* PC ficha producto footer */
    body#product #footer {
        margin-top: -10rem !important;
    }
    body#product #footer h2.elementor-heading-title {
        font-size: 1.4em;
    }
	
	/* PC CATEGORIES */

    /* PC categorias - filtros cabecera */
    body#category .products-selection .col:nth-child(2) {
        width: 100%;
    }
    body#category .products-selection .products-sort-order {
        float: right;
    }
    body#category .products-selection .products-nb-per-page {
        float: left;
    }
    body#category .products-selection .showing {
        display: none !important;
    }
	/* PC categorias - miniaturas */
    body#category .products.row .js-product-miniature-wrapper {
        margin-bottom: 4rem;
    }
    /* PC categorias - miniatura - titulo */ 
    article.product-miniature-layout-1 .h3.product-title {
        margin-top: 2rem;
        min-height: auto;
		text-transform: uppercase;
    }
	/* PC categorias - miniatura - titulo */ 
    article.product-miniature-layout-1 .h3.product-title > a {
		color: black !important;
    }
	/* PC miniatura - tallas */
	article.product-miniature-layout-1 .iqitsizeguide-avaiable-sizes {
		transform: translateY(0%) !important;
		opacity: 1 !important;
		margin-top: -7.5rem;
		margin-bottom: 6rem;
		color: black;
	}
	
	/* PC START NOVIAS CMS STYLE*/
	body.cms-id-6 .montenegro-home-novias {
        height: 115vh !important; 
    }

    /* PC BLOG */

    .scale05 * {
        transform: scale(1.05) !important;
    }
	
    /* PC oculta primer post */
    body.cms-id-7 .ocultaElPrimero div.simpleblog-posts > div.simpleblog-posts-column:nth-child(1) {
        display: none !important;
    }
    body.cms-id-7 .muestraElPrimero {
        display: block !important;
    }
    body.cms-id-7 .muestraElPrimero img {
        width: 100% !important;
    }

    body.cms-id-7 h3.simpleblog__listing__post__wrapper__content__headline.post-title > a {
    color: black !important;
    font-size: 1.6em;
    font-weight: 500;
    }
    
    body.cms-id-7 p[itemprop="description"] {
        color: black !important;
        font-size: 1.2em;
    }
		
}

/* Mobile Menu */

div#_mobile_iqitmegamenu-mobile {
    width: 100% !important;
}

li.mobile-menu__tab.d-flex.align-items-center.js-mobile-menu__tab {
    text-align: left;
    font-family: 'Jost';
    border: none !important;
    padding-left: 4rem;
}

.js-top-menu-bottom.mobile-menu__footer.justify-content-between {
    display: none;
}

.mobile-menu__header-wrapper {
    color: #595050;
    background-color: #f4f4f400;
    border-bottom: none 1px;
}

div#iqitmegamenu-mobile {
    background-color: white;
    opacity: 95%;
}

span.js-mobile-menu__tab-title {
    font-family: 'Jost';
    font-size: 15px;
    font-weight: 500;
}

.mobile-menu__link {
    color: #595050 !important;
    padding-top: 0;
    padding-bottom: 0;
}	

.mobile-menu__tab {
    min-height: 17px;
}

/* MOBILE - primary menu items margin */
.mobile-menu__tab a[href="/iniciar-sesion"] {
    margin-top: 3rem !important;
}
ul.mm-panel__scroller.mobile-menu__scroller > li.js-mobile-menu__tab:nth-child(2) {
    margin-bottom: 3rem !important;
}
ul.submenu-hidden > li.mobile-menu__tab:last-child {
    margin-bottom: 3rem !important;
}
ul.submenu-hidden > li.mobile-menu__tab > a > span {
    font-size: 12px !important;
    text-transform: uppercase;
	font-weight: 400 !important;
}

/* MOBILE - primary menu items size */
.js-mobile-menu__tab a[href="/8-nm"] .js-mobile-menu__tab-title, 
.js-mobile-menu__tab a[href="/6-novias"] .js-mobile-menu__tab-title,
.js-mobile-menu__tab a[href="/7-be-inspired"] .js-mobile-menu__tab-title,
.js-mobile-menu__tab a[href="/10-puntos-de-venta"] .js-mobile-menu__tab-title,
.js-mobile-menu__tab a[href="/16-coleccion-rinascere"] .js-mobile-menu__tab-title,
.js-mobile-menu__tab a[href="/iniciar-sesion"] .js-mobile-menu__tab-title {
    font-size: 15px;
}
.js-mobile-menu__tab a[href="/tienda-2"] .js-mobile-menu__tab-title, 
.js-mobile-menu__tab a[href="/vestidos-171"] .js-mobile-menu__tab-title, 
.js-mobile-menu__tab a[href="/chaquetas-178"] .js-mobile-menu__tab-title, 
.js-mobile-menu__tab a[href="/top-y-blusas-186"] .js-mobile-menu__tab-title,
.js-mobile-menu__tab a[href="/15-coleccion-novias"] .js-mobile-menu__tab-title,
.submenu-hidden .js-mobile-menu__tab a[href="/faldas-y-pantalones-243"] .js-mobile-menu__tab-title,
.submenu-hidden .js-mobile-menu__tab a[href="/6-novias"] .js-mobile-menu__tab-title {
    font-size: 12px !important;
    text-transform: uppercase;
	font-weight: 400 !important;
}


/* MOBILE - primary menu items color */
.js-mobile-menu__tab a {
    color: black !important;
}

/* MOBILE - primary menu iconos buscar y carrito */
.menuMobileContain {
    position: absolute;
    right: 10px;
    top: 5px;
}
.menuMobileContain #mobile-btn-search {
    margin-left: -30px;
    margin-top: 12px;
}

.menuMobileContain .col-mobile-btn-cart {
    margin-top: -27px;
    padding-right: 0px;
}

/*.menuMobileContain img {
    filter: brightness(0) invert(0) !important;
}*/

/* MOBILE - muestra boton 'reserva tu cita' */ 
#_mobile_iqitmegamenu-mobile.dropdown-menu {
    max-height: 94.5vh !important;
}

.mobile-menu__header {
    display: none;
}
button.btn.btn-icon.mobile-menu__close.js-mobile-menu__close {
    margin-right: 100%;
}

#iqitmegamenu-horizontal nav#cbp-hrmenu {
    display: flex;
    justify-content: center;
}

.sticky-desktop-wrapper #desktop-header.stuck-header, .stuck-menu {
    background: rgb(255 255 255 / 85%);
}

.desktop-montenegro-logo {
    transition: 1s;
    filter: brightness(0);
    width: 25rem;
}

#desktop-header-container .col.col-auto.col-header-left {
    max-width: 30%;
    width: 30%;
}

#desktop-header-container .col.col-header-center {
    width: 40%;
}

#desktop-header-container .col.col-auto.col-header-right {
    max-width: 30%;
    width: 30%;
	padding-right: 25px;
}

li#cbp-hrmenu-tab-14::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    height: 28%;
    width: 0.1px;
    background-color: #000000;
    transform: translateY(-50%);
}

li#cbp-hrmenu-tab-14 {
    position: relative;
}

ul.cbp-links.cbp-valinks.cbp-valinks-vertical {
    display: flex;
    flex-direction: column;
}

.cbp-hrmenu .cbp-links.cbp-valinks-vertical li {
    margin: 12px 0px 0px 0px;
}

.cbp-hrmenu .cbp-links li a:before {
    content: "" !important;
}

.sticky-desktop-wrapper {
    height: 12rem !important;
}
/* ajuste altura img novias */
body.cms-id-15 .elementor-row .elementor-column:nth-child(1) img, 
body.cms-id-15 .elementor-row .elementor-column:nth-child(3) img { clip-path: inset(0 0 2px 0) !important; }

/* Nuestras tiendas */
.atlas-map.svelte-1j2r4za .locations.svelte-1j2r4za {
    width: 45%;
}

@media (max-width: 768px) {
    .be_inspired_grid .elementor-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; 
    }

    .be_inspired_grid .elementor-column {
        width: 48%; 
        margin-bottom: 15px; 
    }

    .be_inspired_grid .elementor-widget-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
	.atlas-map.svelte-1j2r4za .locations.svelte-1j2r4za {
    	width: 100%;
	}
}

div#mobile-header-sticky {
    background: #fffffff2 !important;
}

@media only screen and (max-width: 639.99px) {
    #mobile-header img.logo {
        max-width: 80%;
        filter: brightness(0) !important;
    }

    /* ajuste mobile cms 'atelier' */
    body.cms-id-14 .montenegro-home-novias {
        grid-template-columns: auto;
        height: 200vh;
    }
    body.cms-id-14 .montenegro-home-column.column-left-novias {
        background-size: cover;
        height: 100vh;
    }
    body.cms-id-14 .montenegro-home-column.column-right-novias {
        height: 100vh;
    }
    body.cms-id-14 .montenegro-novias-grid {
        grid-template-columns: auto !important;
        min-height: auto !important;
    }
    body.cms-id-14 h2.elementor-heading-title {
        margin-bottom: 2rem;
    }
	
	/* ajuste mobile cms 'montenegro beauty' */
    body.cms-id-13 .montenegro-novias-grid {
        grid-template-columns: auto !important;
        min-height: auto !important;
    }
    body.cms-id-13 h2.elementor-heading-title {
        margin-bottom: 2rem;
    }
}

.cms-id-14 .montenegro-home-column.column-left-novias {
    background: url(/img/cms/imagenes/atelier/montenegro-banner-web.jpg) center no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: flex-end;
}

ul.mm-panel__scroller.mobile-menu__scroller > li.js-mobile-menu__tab:nth-child(2) {
    margin-bottom: 0rem;
}

.cms-id-18 .form-invitadas{
		margin-top: 10rem;
		padding: 3rem;
}

.cms-id-18 .itemfield_wp {
		font-size: 1.2rem;
		color: black;
		font-family: 'Jost';
	}

div#html_23325 {
	margin: 1.5rem 0rem 1.5rem 0rem;
	text-align: center;
}

@media only screen and (max-width: 639.99px) {
	.cms-id-18 .form-invitadas{
		margin-top: 10rem;
		padding: 1rem;
	}
	.cms-id-18 .itemfield_wp {
		font-size: 1.2rem;
		color: black;
		font-family: 'Jost';
	}

	div#html_23325 {
		margin: 2rem 0rem 2rem 0rem;
		text-align: center;
	}
}	

#iqitpopup .iqitpopup-newsletter-form {
    background-position: center;
	background-size: cover;
}

form.form-inline.justify-content-center {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
}

span.iqitpopup-newsletter-message {
    font-size: 1.5rem;
    /*text-shadow: 1px 1px 0px black;*/
    color: black;
    font-weight: 600;
}

.iqitpopup-newsletter-form::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-image: url('/img/cms/textura.jpeg');*/
  background-size: cover;
  opacity: 0.55; /* Cambia este valor según tu necesidad */
  z-index: 0;
}

input.inputNew.form-control.grey.newsletter-input.mr-3 {
    margin-bottom: 1rem;
}

a.m-nav-btn img {
    width: 65%;
}

@media only screen and (max-width: 639.99px) {
	.cms-id-1 .rte-content {
		margin-top: 28%;
	}
}

@media only screen and (min-width: 640px) {
	.cms-id-1 .rte-content {
		margin-top: 12%;
	}
}