body:not(#index) {
    background: #F8FAFC;
}
#header {
    position: relative;
    z-index: 999;
    background: white;
}
#_desktop_historyproducts img {
    mix-blend-mode: multiply;
}
div#_desktop_logo {

    align-items: center;
    gap: 5px;
}
#header .mobile {
    display: flex;
}
#header .mobile .subelements {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header .mobile .rightelements {
    display: flex;
    align-items: center;
        gap: 10px;
}

#header .mobile .rightelements .item {
    padding-right: 15px;
}

#header .mobile .rightelements .item#_mobile_wihslist {
    height: 25px;
    position: relative;
    padding: 0px 20px 0px 0px;
}

#header .mobile .rightelements .item#_mobile_wihslist .wishlistCount {
    top: -7px;
}

#header .mobile  div#_mobile_wihslist .wishlistCount {
    position: absolute;
}
div#_mobile_search input {
    
}
div#_mobile_logo h1 {
    margin-bottom: 0px;
}
#header #_desktop_logo .logo{
    max-height: 48px;
    max-width: 100%;
    width: auto;
    margin: 12px 0px;
}

 
header .blockcart {
    position: relative;
}
#header .header-top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    gap: 15px;
}
#header .header-top-right > *:not(.lateral-popup) {
    
}
header .blockcart .header {
    background: var(--bg-body);
    display: flex;
    align-items: center;
    border-radius: var(--border-radius-custom);
    padding: 0px 15px;
    height: 40px;
    justify-content: center;
    gap: 6px;
    position: relative;
    cursor: pointer;
}
header .blockcart .header > a {
    display: flex;
    justify-content: center;
    gap: 6px;
}

a.default_links,
a.mega-bell {
    background: var(--bg-body);
    padding: 0px 15px;
    border-radius: var(--border-radius-custom);
    max-width: 110px;
    text-align: center;
    height: 40px;
    display: flex;
    align-items: center;
}

.header-top-container {
    padding: 15px 15px;
    border-radius: var(--border-radius-custom);
    background: white;
    max-width: 1356px;
    box-shadow: var(--box-shadow);
        position: relative;
}

#header div#_desktop_search {
    max-width: 430px;
    margin: 0 auto;
}
span.customername.initials_name {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    background: var(--btn-primary);
    color: var(--btn-primary-text);
}

header .user-info .account {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.language-selector.dropdown.js-dropdown button {
    background: transparent;
    border: none;
    margin: 0;
    padding: 0px;
}

div#ecommbanners_displayBanner .item-html {
    text-align: center;
}

.extrapadding {
    padding-left: 15px;
    padding-right: 0px
}
div#ecommbanners_displayBanner p {
    font-size: 13px;
}
.container.header-top-container.doble {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.user-info a img {
    max-width: 40px;
    height: auto;
    border-radius: 50%;
}
span.cart-products-count {
    position: absolute;
    right: 5px;
    top: -5px;
    background: var(--btn-primary);
    color: var(--btn-primary-text);
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-weight: 600;
}
span.cart-products-count.cart-doble {
    right: 5px;
    font-size: 9px;
    width: 20px;
    height: 20px;
}
span.cart-products-count.cart-triple {
    font-size: 8px;
    right: 3px;
    width: 22px;
    height: 22px;
} 

@media(max-width: 991px){
    
    
    
    header .header-top-center{
        width: 100%
    }
    header#header {
        position: fixed;
        left: 0px;
        right: 0px;
        top: 0px;
        width: 100vw;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    header#header {
        position: fixed;
        left: 0px;
        right: 0px;
        top: 0px;
        width: 100vw;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        
    }
    #wrapper {
        padding-top: 121px
    }
    #header .header-nav {
        max-height: initial;
        border-bottom: none;
        padding: 10px 0px;
        border-radius: var(--border-radius-custom);
        background: white;
        max-width: 100%;
        box-shadow: none;
        margin: 0 auto;
    }
    #header .header-top{
        padding: 0px
    }
    #header .header-nav .user-info{
        margin: 0px
    }

    .user-info .islogged {display: none}
    #header .top-logo img {
        width: auto;
        max-height: 2rem;
    }
    .header-top-container{
        padding: 0px
    }
    body:not(#index) #wrapper {
        padding-top: 145px;
    }
    body.displaybannershow #wrapper {
        padding-top: 86px!important;
    }
    body.displaybannershow:not(#index) #wrapper {
        padding-top: 145px!important;
    }
    body:not(#index) #content-wrapper {
        width: 100%;
        padding-top: 10px;
    }

    body.page-customer-account #content-wrapper {
        padding: 15px;
    }

    header .language-selector-wrapper {
        display: none;
    }
    #header .mobile .rightelements .item {
        padding-right: 0px;
    }

	div#_mobile_logo {
    	display: flex;
    	align-items: center;
    	gap: 5px;
	}
    div#_mobile_search:after {
        width: 22px;
        height: 28px;
        margin: 0 auto;
        /* Eliminamos el content de la fuente antigua */
        content: "";
        display: block;

        /* Insertamos el SVG como imagen de fondo */
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
	#header .mobile .rightelements div#_mobile_search {
        background: var(--bg-body);
        padding: 0px 15px;
        border-radius: var(--border-radius-custom);
        text-align: center;
        height: 40px;
        display: flex;
        align-items: center;
    }
	.header-top-container {
    	max-width: calc(100% - 24px);
    	margin: 0 auto;
    	box-shadow: none;
	}
    
    
    
}
@media(max-width:767px) {
	a.default_links, #header .mobile .rightelements div#_mobile_search, a.mega-bell {
       padding: 0px 5px;
 	}
 	.user-info a img {
    	max-width: 30px;
    	height: auto;
	}

	#header .top-logo img {
        max-width: 150px;
    }
    span.customername.initials_name {
    	width: 25px;
    	height: 25px;
    	font-size: 11px;
	}
}

.megatopbar {
    width: 100%;
    font-size: 12px;
    line-height: 1;
}

.megatopbar .container {
    padding-top: 0;
    padding-bottom: 0;
}

.megatopbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 32px;
    gap: 16px;
}

.megatopbar-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.megatopbar-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.megatopbar-item {
    display: flex;
    align-items: center;
    gap: 5px;
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
    white-space: nowrap;
}

a.megatopbar-item:hover {
    color: var(--topbar-hover, #ecc673);
    text-decoration: none;
}

.megatopbar-icon {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    fill: currentColor;
}

.megatopbar-social .block-social {
    margin: 0;
    padding: 0;
    width: auto !important;
}

.megatopbar-social .block-social h4,
.megatopbar-social .block-social .h4 {
    display: none;
}

.megatopbar-social .block-social ul {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.megatopbar-social .block-social ul li {
    display: block;
    margin: 0;
    padding: 0;
}

.megatopbar-social .block-social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.85) !important;
    opacity: 0.85;
    transition: color 0.2s ease, opacity 0.2s ease;
    font-size: 0 !important;
    line-height: 0;
    width: 20px !important;
    height: 20px !important;
    background-image: none !important;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
}

.megatopbar-social .block-social ul li a:hover {
    color: var(--topbar-hover, #ecc673) !important;
    opacity: 1;
}

.megatopbar-social .block-social ul li.facebook a::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z'/%3E%3C/svg%3E");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    flex-shrink: 0;
    text-indent: 0;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}

.megatopbar-social .block-social ul li.instagram a::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.052.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98C8.333 23.986 8.741 24 12 24c3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 100 12.324 6.162 6.162 0 000-12.324zM12 16a4 4 0 110-8 4 4 0 010 8zm6.406-11.845a1.44 1.44 0 100 2.881 1.44 1.44 0 000-2.881z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.052.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98C8.333 23.986 8.741 24 12 24c3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 100 12.324 6.162 6.162 0 000-12.324zM12 16a4 4 0 110-8 4 4 0 010 8zm6.406-11.845a1.44 1.44 0 100 2.881 1.44 1.44 0 000-2.881z'/%3E%3C/svg%3E");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    flex-shrink: 0;
    text-indent: 0;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}

.megatopbar-social .block-social ul li.youtube a::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M23.495 6.205a3.007 3.007 0 00-2.088-2.088c-1.87-.501-9.396-.501-9.396-.501s-7.507-.01-9.396.501A3.007 3.007 0 00.527 6.205a31.247 31.247 0 00-.522 5.805 31.247 31.247 0 00.522 5.783 3.007 3.007 0 002.088 2.088c1.868.502 9.396.502 9.396.502s7.506 0 9.396-.502a3.007 3.007 0 002.088-2.088 31.247 31.247 0 00.5-5.783 31.247 31.247 0 00-.5-5.805zM9.609 15.601V8.408l6.264 3.602z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M23.495 6.205a3.007 3.007 0 00-2.088-2.088c-1.87-.501-9.396-.501-9.396-.501s-7.507-.01-9.396.501A3.007 3.007 0 00.527 6.205a31.247 31.247 0 00-.522 5.805 31.247 31.247 0 00.522 5.783 3.007 3.007 0 002.088 2.088c1.868.502 9.396.502 9.396.502s7.506 0 9.396-.502a3.007 3.007 0 002.088-2.088 31.247 31.247 0 00.5-5.783 31.247 31.247 0 00-.5-5.805zM9.609 15.601V8.408l6.264 3.602z'/%3E%3C/svg%3E");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    flex-shrink: 0;
    text-indent: 0;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}

.megatopbar-social .block-social ul li a i {
    font-size: 14px;
}

@media (max-width: 480px) {
    .megatopbar-email {
        display: none !important;
    }
    .megatopbar-schedule {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .megatopbar {
        display: none;
    }
}

.megatopbar-language {
    position: relative;
    display: flex;
    align-items: center;
}

.megatopbar-language #language-selector-label {
    display: none !important;
}

.megatopbar-language .language-selector-wrapper {
    margin: 0;
    padding: 0;
}

.megatopbar-language .language-selector.dropdown button {
    display: flex;
    align-items: center;
    gap: 4px;
    color: inherit !important;
    background: transparent !important;
    border: none !important;
    padding: 0 4px !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    cursor: pointer;
    opacity: 0.85;
    transition: opacity 0.2s ease;
    white-space: nowrap;
}

.megatopbar-language .language-selector.dropdown button:hover,
.megatopbar-language .language-selector.dropdown button:focus {
    opacity: 1;
    outline: none;
    box-shadow: none !important;
}

.megatopbar-language .language-selector.dropdown button .expand-more:first-child {
    font-size: 12px;
    color: inherit;
}

.megatopbar-language .language-selector.dropdown button .material-icons.expand-more {
    font-size: 14px !important;
    color: inherit;
    line-height: 1;
}

.megatopbar-language .language-selector.dropdown .dropdown-menu {
    top: calc(100% + 8px) !important;
    right: 0 !important;
    left: auto !important;
    min-width: 120px;
    background: #1f2d47;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 4px;
    padding: 4px 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    z-index: 9999;
}

.megatopbar-language .language-selector.dropdown .dropdown-menu li a.dropdown-item {
    color: rgba(255,255,255,0.85) !important;
    font-size: 12px !important;
    padding: 6px 12px !important;
    display: block;
    transition: background 0.2s ease, color 0.2s ease;
    background: transparent !important;
}

.megatopbar-language .language-selector.dropdown .dropdown-menu li a.dropdown-item:hover {
    background: rgba(255,255,255,0.1) !important;
    color: #fff !important;
}

.megatopbar-language .language-selector.dropdown .dropdown-menu li.current a.dropdown-item {
    color: #fff !important;
    font-weight: 600;
}

.header-banner {
    background: #1C1C1C !important;
    padding: 0 !important;
}

.header-banner #ecommbanners_displayBanner {
    background: #1C1C1C;
}

.header-banner ul.htmlcontent {
    display: block !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #1C1C1C;
    border-bottom: none !important;
}

.header-banner ul.htmlcontent li {
    display: block !important;
    background: #1C1C1C;
}

.header-banner figure {
    margin: 0 !important;
    background: #1C1C1C;
}

.header-banner .item-html.onlytext {
    background: #1C1C1C !important;
    padding: 10px 16px !important;
    text-align: center !important;
}

.header-banner .announce {
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    margin: 0 !important;
}
body.cbp-spmenu-push-toright a.megawa-btn {
    display: none;
}
.header-banner .announce strong,
.header-banner .announce b {
    color: #ffffff !important;
    font-weight: 700 !important;
}

.header-banner .announce a {
    color: #3498DB !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}
.header-banner .announce a:hover {
    text-decoration: underline !important;
}

@media (max-width: 600px) {
    .header-banner .item-html.onlytext {
        padding: 8px 12px !important;
    }
    .header-banner .announce {
        font-size: 12px !important;
    }
}

#_desktop_user_info .user-info {
    display: flex;
    align-items: center;
}

#_desktop_user_info .user-info a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: transparent;
    color: #3D3D3D;
    text-decoration: none !important;
    transition: background 0.25s ease, color 0.25s ease;
    position: relative;
    min-width: 40px;
    width: initial;
}

#_desktop_user_info .user-info a:hover {
    background: #F1F5F9;
    color: #1C1C1C;
}

#_desktop_user_info .user-info a .icon-user {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    font-size: 0 !important; 
}

#_desktop_user_info .user-info a .icon-user::before, #_mobile_user_info .icon-user:before {
    content: '' !important;
    display: block;
    width: 26px;
    height: 26px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233D3D3D' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21v-2a4 4 0 00-4-4H8a4 4 0 00-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    font-size: 0 !important;
}
#_mobile_user_info .icon-user:before {
    width: 23px;
    height: 23px;
}
#_desktop_user_info .user-info a:hover .icon-user::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231C1C1C' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21v-2a4 4 0 00-4-4H8a4 4 0 00-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
}

#iqitmegamenu-horizontal {
    background: #ffffff !important;

}

.iqit-menu-wrapper-content {
    border-top: 1px solid #E2E8F0;
    padding: 4px 0px;
    border-bottom: 1px solid #E2E8F0;
}
.container-iqit-menu {
    background: #ffffff !important;
}

#cbp-hrmenu {
    background: #ffffff !important;
}

#cbp-hrmenu > ul {
    display: flex !important;
    align-items: center !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #ffffff !important;
    overflow-x: auto;
    scrollbar-width: none;
}

#cbp-hrmenu > ul::-webkit-scrollbar {
    display: none;
}

#cbp-hrmenu > ul > li {
    display: flex !important;
    align-items: center !important;
    background: transparent !important;
    border: none !important;
}

#cbp-hrmenu > ul > li > a {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    padding: 16px 12px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #3D3D3D !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    border-bottom: 2px solid transparent !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    transition: color 0.2s ease, border-bottom-color 0.2s ease !important;
    background: transparent !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    line-height: 1.4 !important;
}

#cbp-hrmenu > ul > li > a:hover,
#cbp-hrmenu > ul > li.cbp-hrmenu-tab-active > a,
#cbp-hrmenu > ul > li:hover > a {
    color: #3498DB !important;
    border-bottom-color: #3498DB !important;
    background: transparent !important;
}

#cbp-hrmenu > ul > li > a .cbp-tab-title {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: inherit !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

#cbp-hrmenu > ul > li > a .cbp-tab-arrow,
#cbp-hrmenu > ul > li > a::after {
    opacity: 0.5;
    font-size: 12px !important;
}

.cbp-submenu-aindicator {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 14px !important;
    height: 14px !important;
    font-size: 0 !important;          
    opacity: 0.5 !important;
    flex-shrink: 0 !important;
    vertical-align: middle !important;
    margin-left: 2px !important;
    position: relative !important;
    top: 0 !important;
    color: currentColor !important;
    transition: opacity 0.2s ease, transform 0.2s ease !important;
}

.cbp-submenu-aindicator::before {
    content: '' !important;
    display: block !important;
    width: 14px !important;
    height: 14px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233D3D3D' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
    font-size: 0 !important;
    flex-shrink: 0 !important;
}

#cbp-hrmenu > ul > li:hover .cbp-submenu-aindicator,
#cbp-hrmenu > ul > li.cbp-hrmenu-tab-active .cbp-submenu-aindicator {
    opacity: 0.8 !important;
}

#cbp-hrmenu > ul > li:hover .cbp-submenu-aindicator::before,
#cbp-hrmenu > ul > li.cbp-hrmenu-tab-active .cbp-submenu-aindicator::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233498DB' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") !important;
}

header .blockcart .header {
    background: #3498DB !important;
    border-radius: 100px !important;
    padding: 0 16px !important;
    height: 40px !important;
    width: auto !important;
    min-width: 52px !important;
    gap: 6px !important;
    transition: background 0.2s ease !important;
}

header .blockcart .header:hover {
    background: #2980B9 !important;
}

header .blockcart .header .icon-cart {
    color: #ffffff !important;
    font-size: 18px !important;
}

header .blockcart .header .icon-cart::before {
    color: #ffffff !important;
}

body.openLateralPopup a.megawa-btn {
    display: none;
}

header .blockcart .header span.cart-products-count {
    background: #ffffff !important;
    color: #3498DB !important;
    font-weight: 700 !important;
    top: -6px !important;
    right: 4px !important;
}

header .blockcart .header span.hidden-md-down {
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 14px !important;
}

header .blockcart .header .icon-cart::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 2L3 6v14a2 2 0 002 2h14a2 2 0 002-2V6l-3-4z'/%3E%3Cline stroke-linecap='round' stroke-linejoin='round' stroke-width='2' x1='3' y1='6' x2='21' y2='6'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M16 10a4 4 0 01-8 0'/%3E%3C/svg%3E") !important;
}

nav.breadcrumb {
    padding: 12px 0 12px;
    background: transparent;
    border: none;
    margin-bottom: 0;
}

nav.breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

nav.breadcrumb ol li {
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 1.4;
    color: #888;
}

nav.breadcrumb ol li + li::before {
    content: '>';
    margin: 0 7px;
    opacity: 0.45;
    font-size: 14px;
    color: #aaa;
    font-weight: 400;
    line-height: 1;
}

nav.breadcrumb ol li a {
    color: #6b7280;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    transition: color 0.18s ease;
}

nav.breadcrumb ol li a:hover {
    color: #3498DB;
    text-decoration: none;
}

nav.breadcrumb ol li:last-child span,
nav.breadcrumb ol li span[itemprop="name"] {
    color: #1C1C1C;
    font-weight: 600;
    font-size: 13px;
}
@media (max-width: 991px) {
    header a.megawa-hdr-btn {
        display: none;
    }
    div#approsearch-trigger {
        width: 100%;
        display: none;
        margin-bottom: 10px;
    }
    .iqit-menu-wrapper-content{
        padding: 0px;
        border: none
    }
}
@media (max-width: 767px) {
    nav.breadcrumb {
        padding: 10px 0 8px;
    }
    nav.breadcrumb ol li,
    nav.breadcrumb ol li a {
        font-size: 12px;
    }
    nav.breadcrumb ol li + li::before {
        margin: 0 5px;
        font-size: 13px;
    }

}


body#module-prestablog-blog div#content-wrapper {
    width: 100%;
}

.item-html i.fa.fa-star {font-size: 0px;}

.item-html i.fa.fa-star:before {
    font-size: 14px;
}
.user-info span.labeltxt {
    background-color: var(--color3);
    color: white;
    border-radius: 20px;
    line-height: 39px;
    font-size: 14px;
    padding: 0 15px;
}
.specialtitle {
    font-weight: bold;
}

.specialtitle2 {
    font-style: italic;
    text-decoration: underline;
    margin: 15px 0px 10px;
}

/* Contenedor principal de la sección B2B */
.specialb2b {
    background-color: #f8fafc; /* Un gris muy suave y limpio */
    border: 1px solid #1A74E2;
    border-radius: 8px;
    padding: 30px;
    max-width: 650px;
    margin: 20px 0px;
    font-family: system-ui, -apple-system, sans-serif;
}

/* Título principal */
.specialtitle {
    color: #1A74E2; /* Azul corporativo/profesional */
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
}

/* Subtítulo */
.specialtitle2 {
    color: #475569;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

/* --- ESTILOS DE LA LISTA CON CHECKS --- */
.specialb2b ul {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0; /* Margen inferior para separarlo del bloque de aviso */
}

.specialb2b ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 14px;
    font-size: 15px;
    color: #334155;
    line-height: 1.4;
}

/* El check verde */
.specialb2b ul li::before {
    content: "\2713"; /* Código Unicode del check */
    position: absolute;
    left: 0;
    top: -1px; /* Ajuste sutil para alinearlo verticalmente con el texto */
    color: #10b981; /* Verde esmeralda profesional */
    font-weight: 900;
    font-size: 18px;
}

/* Bloque de aviso/restricción inferior */
.specialblock {
    background-color: #f2f8ff; /* Fondo sutil amarillo/alerta */
    border-left: 4px solid #1A74E2; /* Línea lateral de advertencia */
    padding: 15px;
    border-radius: 0 6px 6px 0;
    font-size: 13px;
    color: #1A74E2; /* Texto marrón/dorado oscuro */
    line-height: 1.5;
}