.notice .e-notice__dismiss {
    padding-right: 25px !important;
}


#adminmenu .toplevel_page_wondershop .wp-menu-image img {
    opacity: .6;
    width: 20px;
    padding-top: 10px;
}

a.toplevel_page_wondershop.wp-menu-open {
    background: linear-gradient(-45deg, #142850 0%, #14365f 14.29%, #13476f 28.57%, #125d80 42.86%, #107792 57.14%, #0d96a5 71.43%, #09b8b4 85.71%, #04ccb1 100%) !important;
    background-blend-mode: normal;
    transition: background 0.5s ease-in-out;

    color: #fff !important;
}

.wondershopheader {
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .03);
    display: none;
    position: relative;
    left: -20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: calc(100% + 20px);
    z-index: 1;
    margin-bottom: 15px;

}

.wondershopheader .menubar {
    align-items: center;
    display: inline-flex;
    justify-content: center;
}

.wondershopheader .menubar ul li a {
    color: #6c757d; /* Gris medio (Bootstrap text-secondary) */
    text-decoration: none;
    transition: color 0.3s ease; /* Transición suave en el hover */
}

.wondershopheader .menubar ul li a:hover {
    color: #495057; /* Gris más oscuro para el hover */
    text-decoration: underline; /* Opcional, para resaltar el enlace al pasar el cursor */
}


/* Estilo para el overlay del loader */
.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.lo-fixed {
    position: fixed !important;
}


/* Para el campo de fichero de previsualizacion */
.file-field {
    cursor: pointer;
    padding: 10px;
    text-align: center;
}

.file-field:hover {
    background-color: #fdfdfd;
}

.file-field:hover label {
    font-weight: 600;
}

.file-field.preview input[type="file"] {
    display: none;
}

.file-field.preview img {
    min-width: 100px;
    min-height: 100px;
    width: 100%;
    max-height: 250px;
}

/*select 2*/
.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 20px !important;
}

.select2-container--default .select2-selection--single {
    padding-top: 3px;
    padding-bottom: 5px;
    height: 35px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 10px !Important;
}

.hidecomponent {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
}

.wwselectpickerButton {
    border: 1px solid !important;
}

.ww-separator {
    height: 0;
    margin-left: 10px;
    margin-top: 20px !important;
    margin-bottom: 10px;
    border-bottom: 1px dashed #d7d7d7;
    width: 100%;
}

form .error {
    color: red;
    font-size: 13px;
    display: flex;
}

div:where(.swal2-container) h2:where(.swal2-title) {
    font-size: 1.4em !important;
    color: #ed7439 !important;
    font-size: 1.3em;
}

.btnspace {
    padding: 5px !important;
}

.wscolor, .wscolor a {
    color: #a343ff !important;
}

#adminmenu #toplevel_page_wondershop a[href="admin.php?page=go-wondershop-pro"] {
    background-color: #692fa1;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-weight: 600;
    margin: 3px 10px 0;
    text-align: center;
    transition: all .3s;
}

#adminmenu #toplevel_page_wondershop a[href="admin.php?page=go-wondershop-pro"]:focus, #adminmenu #toplevel_page_wondershop a[href="admin.php?page=go-wondershop-pro"]:hover {
    background-color: #a343ff;
    box-shadow: none;
}