/*
Theme Name: Flatsome Child 02
Theme URI: http://flatsome.uxthemes.com
Template: flatsome
Author: UX-Themes
Author URI: https://uxthemes.com
Description: Multi-Purpose Responsive WooCommerce Theme
Version: 3.19.4.1747640522
Updated: 2025-05-19 09:42:02

*/

/* GENERAL */

/* Primary color: #ce287a */

.dropdown-uppercase.nav-dropdown .nav-column > li > a:hover, 
.nav-dropdown.dropdown-uppercase > li > a:hover,
li.current-menu-item.active > a {
    background-color: #ce287a;
    color: #ffffff;
}

.nav-dropdown.dropdown-uppercase > li {
    margin: 10px 0;
}

.nav-dropdown-default .nav-column li > a, 
.nav-dropdown.nav-dropdown-default > li > a {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.dropdown-uppercase.nav-dropdown .nav-column > li > a, 
.nav-dropdown.dropdown-uppercase > li > a,
.nav-dropdown-default .nav-column li > a, 
.nav-dropdown.nav-dropdown-default >li > a {
    padding: 10px;
}

.cn-button.bootstrap {
    color: #fff;
    background: #ce287a;
}

.secondary, .checkout-button, .button.checkout, .button.alt {
    background-color: #ce287a;
}

.button.is-outline, input[type='submit'].is-outline, input[type='reset'].is-outline, input[type='button'].is-outline {
    border: 2px solid #ce287a;
    background-color: transparent;
}

.back-to-top {
    bottom: 90px;
    color: #000000 !important;
    border-color: #000000 !important;
}

/* HEADER */

.html_topbar_left {
    padding: 0 !important;
}

ul.top-bar-nav li a {
    font-weight: 400 !important;
    font-size: 14px !important;
}

.headerCard__title___25uzD {
    display: -ms-flexbox!important;
    display: none!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    color: #ce287a!important;
    font-size: 12px!important;
    font-weight: 600!important;
    line-height: 17px!important;
    display: none;
    cursor: pointer!important;
}

.nav.header-nav > li > a {
    font-weight: 700 !important;
    color: #000000;
	letter-spacing: 1pt;
}

.nav.header-nav > li > a:active,
.header:not(.transparent) .header-bottom-nav.nav > li.active > a {
    color: #ffffff !important;
    padding: 0 10px;
    background-color: #ce287a;
}

.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
    padding-left: 0;
    padding-right: 0;
    margin: 0 10px;
    border-bottom: 1px solid #fff;
    font-size: 12px;
}

.nav .nav-dropdown {
    border: 1px solid #0a0a0a;
}

.has-dropdown .icon-angle-down {
    font-size: 16px;
    margin-left: .2em;
    opacity: .6;
    display: none;
}

ul.top-bar-nav li.current-menu-item.active > a {
    background-color: unset !important;
}

/* HOME */

.stk-slider img {
    height: 320px;
    object-fit: cover;
}

/* DESCUBRE MÁS */

body.page-id-276332 #content {
    background-color: #f9d9e8;
}

/* Feed Instagram */

.sbi_feedtheme_header_text h3, .sbi_feedtheme_header_text p.sbi_bio {
    color: #ffffff;
}

/* WOOCOMMERCE */

.woocommerce-error {
    margin: 20px 0;
    padding: 10px 0;
    padding-bottom: unset;
}

.woocommerce-error li {
    font-size: 14px !important;
    font-style: italic;
}

/* Cart */

body.page-id-8 .page-wrapper {
    padding-top: 0;
    padding-bottom: 0;
}

body.page-id-8 .page-wrapper .message-container ul {
    margin: 0 !important;
}

body.page-id-8 .page-wrapper .message-container li {
    margin-left: 0;
    margin-bottom: 0;
}

li.cart-item .cart-icon:hover strong {
    color: #ffffff !important;
}

.cart_totals tr.cart-price-original {
    font-size: 12px !important;
}

.cart-discount {
    background-color: #00ffff;
}

/* Sidebar Woocommerce */

#shop-sidebar li a {
    color: #ce287a !important;
}

/* BLOG */

/* Sidebar */

.post-sidebar a {
    color: #ce287a !important;

}

/* FOOTER */

.footer-1, .footer-2 {
    font-size: 13px;
}

.footer-1 p{
    color: #ffffff !important;
}

.footer-2 {
    border-top: unset !important;
}

.footer-primary {
    margin-top: 10px !important;
}

.stk-block {
    padding-top: 10px;
}

.stk-block img:nth-of-type(2) {
    padding-left: 10px;
}

.stk-send-footer .wpcf7-submit {
    background-color: #ffffff !important;
    color: #ce287a !important;
}

/* IFRAME RESPONSIVE */

.stk-responsive-iframe-container {
  position: relative;
  width: 100%;
  min-height: 300px;
  overflow: hidden;
}

.stk-responsive-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 0;
}

/* MARQUEE */

.stk_marquee {
    position: relative;
    background: #ce287a; /* fondo rosa */
    overflow: hidden;
    height: 2vw;
    padding: 0.5vw 0;
    box-sizing: border-box;
    z-index: 1;
}

.stk_marquee::before,
.stk_marquee::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-image: repeating-linear-gradient(
        to right,
        #ffffff,
        #ffffff 10px,
        transparent 10px,
        transparent 20px
    );
    z-index: 100;
}

.stk_marquee::before {
    top: 0.15vw;
}

.stk_marquee::after {
    bottom: 0.15vw; 
}

.stk_marquee div {
    display: flex;
    width: 200%;
    position: absolute;
    animation: stk_marquee 15s linear infinite;
    top: 50%;
    transform: translateY(-50%);
}

.stk_marquee span {
    flex: 0 0 auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5vw;
    color: #ffffff;
    text-shadow:
        0 0 3px #ffffff, 
        0 0 1px #ffffff, 
        0 0 2px #ffffff, 
        0 0 1px #ffffff, 
        0 0 1px #ffffff;
    font-weight: 600;
    white-space: nowrap;
    margin-right: 5vw;
}

@media screen and (max-width: 768px) {
    .stk_marquee {
        height: 6vw;
        padding: 1vw 0;
    }

    .stk_marquee::before {
        top: 0.5vw;
    }

    .stk_marquee::after {
        bottom: 0.5vw;
    }

    .stk_marquee span {
        font-size: 3vw;
        width: 100%;
    }

    .stk_marquee div {
        width: 50%;
    }
}

@keyframes stk_marquee {
    0% { left: 0; }
    100% { left: -100%; }
}

/* MEDIA QUERYS */

@media (max-width: 480px) {
    .off-canvas .sidebar-menu {
        padding: 75px 0 !important
    }

    .off-canvas .sidebar-inner {
        padding: 75px 20px !important;
    }

    .footer-1 #text-2, .footer-1 #text-3,
    .footer-1 #text-4, .footer-1 #text-5 {
        width: 50% !important;
    }

}


.woocommerce-result-count {
    display: inline-block;
    margin: 0 1em 0 auto;
    display: none;
}

.woocommerce-ordering, .woocommerce-ordering select {
    margin: 5px 0;
    display: inline-block;
    display: none;
}



.price ins .woocommerce-Price-amount {
    color: red !important;
}

.stars a:hover:after, .stars a.active:after {
    color: #e74588;
}

.badge-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: #ce287a!important;
    line-height: .85;
    color: #fff;
    font-weight: bolder;
    padding: 2px;
    white-space: nowrap;
    -webkit-transition: background-color .3s, color .3s, border .3s;
    -o-transition: background-color .3s, color .3s, border .3s;
    transition: background-color .3s, color .3s, border .3s;
	display: none;
}

#video-thumbnail:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "\f01d";
    font-family: FontAwesome;
    font-size: 70px;
    color: #f05;
    opacity: 0.5;
    z-index: 1;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}

.wishlist-icon {
    position: relative;
    display: none;
}





.product-content .yith-wcwl-add-to-wishlist a.add_to_wishlist.button {
    background-color: transparent !important;
    padding: 40px 40px;
    border-radius: 0;
    border: 1px solid;
}

.product-info .yith-wcwl-add-button {
    margin-top: 0px;
    margin-left: 340px;
}

.products .yith-wcwl-add-button a {
	padding: 0px;
	width: 24px;
}

.add-to-cart-button > a {
    margin-left: 15px !important;
    padding-left: 7px;
    padding-right: 7px;
}

.related-products-wrapper .yith-wcwl-add-button {
    margin: 0 auto;	
	position: relative;
	top: -18px;
}

.related-products-wrapper .yith-wcwl-add-button a.add_to_wishlist {
	display: block;
	margin: 0px;
}

.related-products-wrapper .yith-wcwl-icon {
	width: 20px;	
}

.add_to_wishlist {
	background-color: #fff!important;
}

.button, input[type='submit'], input[type='submit'].button, input[type='reset'].button, input[type='button'].button {
    color: #fff;
    background-color: #446084;
    background-color: var(--primary-color);
    border-color: rgb(0 0 0 / 0%);
}

/*

.pull-left {
    float: left;
    color: #fff;
}
    */

/*

.button.icon.circle {
    padding-left: 0;
    padding-right: 0;
    background-color: #ce287a00;
}
    */

.star-rating:before, .woocommerce-page .star-rating:before {
    content: '\e006\e006\e006\e006\e006';
    color: #ce287a!important;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

/*
.quantity+.button {
    margin-right: 0;
    font-size: 1em;
    border: 1px solid;
}
    */

.header, .header-wrapper {
    width: 100%!important; /* Asegura ancho completo */
    margin: 0!important;
    padding: 0!important;
}

.slider-nav-light .flickity-prev-next-button {
    color: #ce287a;
}

.slider-nav-light .flickity-prev-next-button svg, .slider-nav-light .flickity-prev-next-button .arrow {
    fill: #ce287a;
}

.sliderinstagram {
	margin-top: 31px;
    text-align: center;
    position: relative;
    background-image: linear-gradient(#f7f7f700 210px,#f7f7f7 165px);
    padding-bottom: 15px;
}

.boton_personalizado {
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    color: #ce287a;
    background-color: #ffffff;
    border-radius: 0px;
    border: 5px solid #ce287a;
}
  
.yith-wcwl-add-button {
    margin-top: px!important;
	max-width: 200px!important;
}

.gh .bg.bg-loaded {
	background-image: url(https://tulipannegro.es/wp-content/uploads/2020/12/banner1.jpg);
}

@media only screen and (max-width: 440px) {
	.product-small div.yith-wcwl-add-to-wishlist .wishlist-fragment .on-first-load {
		position: relative;
		top: 0px;
		width: 100%;
	}

	.related-products-wrapper .yith-wcwl-add-button {
		top: 0px !important;
	}

	.flickity-viewport div.yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
		margin-right: 0px !important;
        margin-top: -29px !important;
		text-align: center;
	}
	
	.add_to_wishlist {
		margin: 40px !important;
		background: transparent !important;
        margin-top: 40px !important;
	}
}

@media only screen and (max-width: 600px) {
	#top-bar {
		display: none!important;
	}
}

/* snippet dto precio */
span.snippet-dto-porcentaje {
    color: #ff0d0d;
}

span.snippet-dto-ahorro {
    color: #3c3c3c;
}

span.snippet-dto-precio {
    color: #ff0d0d;
}



/* Sticky header solo para móviles */
@media only screen and (max-width: 768px) {
    .header {
        position: sticky; 
        top: 0; 
        z-index: 9999; 
        background-color: white; 
        transition: background-color 0.3s ease, opacity 0.3s ease;
    }

    .header-wrapper {
        background-color: inherit;
    }

    .header-main {
        position: relative;
    }

    .has-sticky .header-main.sticky-jump {
        position: sticky;
        top: 0;
        z-index: 9999;
    }

    .header-main.sticky-active {
        position: fixed;
        top: 0;
        z-index: 9999;
        width: 100%;
        background-color: white;
        box-shadow: 0 40px 60px rgba(0, 0, 0, 0.1);
    }

    .header, .header-wrapper {
        margin: 0 !important;
        padding: 0 !important;
        width: 100%;
        left: 0;
    }
}

/* Desactiva el sticky en escritorio */
@media only screen and (min-width: 769px) {
    .header {
        position: static;
        box-shadow: none;
    }

    .header-main {
        position: relative;
    }
}

/* LOADER */

.stk-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  background: #f9f9f9;
}

.stk-spinner {
  border: 5px solid #eee;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.stk-responsive-iframe-container iframe {
  display: none; /* oculto hasta que cargue */
  width: 100%;
  border: none;
}
