/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */


/*GENERAL*/

.header-top .container>.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.pos_title h2 {
    line-height: 1.2;
}

#_desktop_megamenu,
#_desktop_megamenu .pos-menu-horizontal,
#_desktop_megamenu .pos-menu-horizontal .menu-content {
    float: left;
    background-color: transparent;
}

.bottom_header .content_megamenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

#_desktop_staticnav1 {
    min-width: 20%;
    margin-right: 0;
}

#_mobile_staticnav1 .icon {
    display: block;
}

#_mobile_staticnav1 .icon img {
    display: block;
    margin: 0 auto;
}

#_mobile_staticnav1 .text {
    padding-left: 0;
}

@media (min-width: 1200px) {
    #pos_search_top {
        min-width: 600px;
    }
}

@media (min-width: 768px) {
    .menu-content .sub_menu_title {
        display: none !important;
    }
}

#header .pos-sub-menu .ul-column a {
    color: #000;
    line-height: 2em;
}


/* HOME */

.pos_bannerslide,
.pos_bannerslide .slideshow_container,
.pos_bestseller_product,
.img_top,
.poslistcategories {
    margin-bottom: 60px;
}


/* CMS */

#cms #wrapper {
    max-width: 1140px;
    margin: 0 auto;
}


/* BLOG EARPRO */

#blog-container h2 {
    text-align: center;
    margin-bottom: 1.5rem;
}

#blog-container .blog-item {
    position: relative;
    margin-bottom: 1.563rem;
    height: 318px;
    width: 257px;
    background: #fff;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    margin: 0 .625rem;
    margin-bottom: 1rem;
}

#blog-container .blog-item img {
    width: 100%;
}

#blog-container .blog-item .blog-item-description {
    padding: 15px 0;
}

#blog-container .blog-item.blog-load-more-content {
    text-align: center;
}

#blog-container .blog-item.blog-load-more-content .blog-load-more {
    display: table-cell;
    vertical-align: middle;
    height: 318px;
    width: 257px;
}

#blog-container .all-blog-link {
    clear: both;
    color: #7a7a7a;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}


/* Header */

#header .header-nav {
    margin-bottom: 5px;
}

#header .display-top-content {
    padding-top: 1rem;
}

#search_widget {
    float: right;
}

#header #contact_us {
    margin-right: 25px;
}

#header .js-top-menu {
    display: inline-block;
    width: 100%;
    padding-top: 20px;
}


/*product-additional-info */

#brand .thumbnail-container {
    height: 190px;
}

#brand a.thumbnail.product-thumbnail {
    text-align: center;
    padding-top: 10px;
}

div.product-additional-info {
    float: right;
}

div.product-information a.nav-link {
    border-bottom: 2px solid #2fb5d2;
    padding-bottom: 2px;
    margin-bottom: 1em;
}

.product-reference .label {
    font-size: 1rem;
    color: #232323;
    font-weight: 700;
}

#attachments a.nav-link {
    border-bottom: 2px solid #2fb5d2;
    padding-bottom: 2px;
    margin-bottom: 1em;
}

.product-features>dl.data-sheet dd.value,
.product-features>dl.data-sheet dt.name {
    background: #ffff;
}

a.dropdown-item.hide {
    display: none;
}

#products .highlighted-informations.no-image {
    width: 810px;
    height: 150px;
}

#js-product-list .product-price-and-shipping {
    text-align: right;
    float: none;
    margin-top: 1rem;
    padding-right: 42px;
}


.order_reference {
    float: left;
}

#products .product-description.no-image {
    width: 810px;
    height: 150px;
}

#products .product-description {
    position: unset;
    width: auto;
}

.product-description-short {
    color: #232323;
    margin-right: 25px;
}

#products .product-miniature .thumbnail-container {
    width: 100%;
    height: 250px;
}

#products img,
.list img {
    width: auto;
    padding-top: 1rem;
    height: 150px;
    padding-bottom: 1rem;
}

#products .product-miniature .thumbnail-container div.col-sm-3 {
    padding-right: 0px;
}

#products .product-miniature .thumbnail-container div.col-sm-2 {
    padding-left: 0px;
}

#category .product-actions,
#search .product-actions {
    padding-top: 0px;
    float: right;
    padding-right: 42px;
}

#category .product-add-to-cart,
#search .product-add-to-cart {
    padding-right: 0px;
}

#products .thumbnail-container.no-image {
    width: 100%;
    height: 250px;
}

.mini_image img {
    height: 50px;
    float: right;
}

#description-short p {
    text-align: justify;
    padding: 1rem;
}


/* Product featured product list */

.featured-product-miniature {
    position: relative;
}

.featured-product-miniature .mini_image {
    position: absolute;
    top: 0;
    right: 0;
}

.featured-product-miniature .mini_image img {
    float: inherit;
}

.categoryproducts .js-product-miniature,
.bestsellerSlide .js-product-miniature,
.product-accessories .js-product-miniature,
.accessories-products .js-product-miniature {
    margin: 0 auto;
}

.categoryproducts .js-product-miniature img,
.bestsellerSlide .js-product-miniature img,
.product-accessories .js-product-miniature img {
    max-height: 150px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    display: block;
}


/* Product list */

#category .js-product-miniature,
#search .js-product-miniature {
    margin-right: auto;
    margin-left: auto;
    padding: 15px 0;
}

#category .js-product-miniature img,
#search .js-product-miniature img,
.categoryproducts .js-product-miniature img {
    max-height: 150px;
    width: auto;
    margin: 10px auto 0;
    display: block;
}

body.category-id-parent-80 .block-category .category-image {
    width: 233px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
body.category-id-parent-80 .block-category .category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
body.category-id-parent-80 .block-category.card{
    margin-bottom: 0px;
}

#category .product-miniature .product-title,
#search .product-miniature .product-title {
    text-align: left;
}

#category .product-miniature .product-title a,
#search .product-miniature .product-title a {
    font-weight: bold;
}

#category .product-miniature .bullet,
#search .product-miniature .bullet {
    display: inline-block;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    position: absolute;
    top: 0;
    right: 20px;
}

#category #products .thumbnail-container:hover .product-description:after,
#category .featured-products .thumbnail-container:hover .product-description:after,
#category .product-accessories .thumbnail-container:hover .product-description:after,
#category .product-miniature .thumbnail-container:hover .product-description:after,
#manufacturer .product-miniature .thumbnail-container:hover .product-description:after,
#search .product-miniature .thumbnail-container:hover .product-description:after {
    content: none;
}

#category .product-miniature .bullet.red_bullet,
#search .product-miniature .bullet.red_bullet {
    background-color: #ff4c4c;
    margin-top: 30px;
}

#category .product-miniature .bullet.green_bullet,
#search .product-miniature .bullet.green_bullet {
    background-color: #3bd626;
    margin-top: 30px;
}

#category .product-add-to-cart,
#search .product-add-to-cart {
    margin-top: 1rem;
}

#category .product-add-to-cart .product-quantity,
#search .product-add-to-cart .product-quantity {
    display: inline;
}

#category .product-description-short,
#manufacturer .product-description-short,
#search .product-description-short {
    color: #000;
    font-size: 12px;
}

#category .product-description-short p,
#manufacturer .product-description-short p,
#search .product-description-short p {
    color: #000;
    font-size: 14px;
}

#category .product-description,
#manufacturer .product-description,
#search .product-description {
    color: #000;
    font-size: 12px;
    height: auto;
}

#category .product-description p,
#search .product-description p {
    color: #000;
    font-size: 12px;
    height: auto;
}

#category .product-without-price-image .guest-price-content,
#search .product-without-price-image .guest-price-content {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #232323;
    font-weight: 700;
    padding-right: 42px;
}

#category .product-without-price-image .guest-price-content .taxLabel,
#search .product-without-price-image .guest-price-content .taxLabel {
    font-size: 10px;
    color: #2592a9;
}

#category .category_item .thumbnail-container,
#search .category_item .thumbnail-container {
    background: #fff;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    text-align: center;
    margin-bottom: 10px;
}

#category .category_item .thumbnail-container .category-description,
#search .category_item .thumbnail-container .category-description {
    padding-bottom: 10px;
    color: #000;
    font-size: 12px;
    height: auto;
}

#category .category_item .thumbnail-container img,
#search .category_item .thumbnail-container img {
    padding: 10px
}

#products .product-miniature {
    width: 100%;
}

#category .product-stock-info,
#search .product-stock-info {
    padding-top: 10px;
    text-align: right;
}
#category .zoom-product-list,
#search .zoom-product-list{
    display: none;
}

#category .product-stock-info p,
#search .product-stock-info p {
    font-size: 14px;
    text-align: right;
    margin-top: 10px;
}

#category .product-stock-info p strong,
#search .product-stock-info p strong {
    color: #000;
}

#category .extraInfo strong,
#search .extraInfo strong {
    color: #4d2564 !important;
}

#category .feature_content,
#search .feature_content {
    margin-top: 1rem;
}

#category .product-add-to-cart,
#search .product-add-to-cart {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
}
#category .product-add-to-cart div:nth-child(3),
#search .product-add-to-cart div:nth-child(3) {
    width: 100%; /* Hace que el tercer div ocupe toda la línea y se alinee a la derecha */
}

/* Outlet */

#category .product_outlet .thumbnail-container.no-image {
    height: auto;
}

#category .product_outlet h1 {
    font-size: 14px;
}

#category .product_outlet .product-description-short {
    padding-top: 13px;
}

#category .product_outlet .desc_outlet .product-description-short {
    padding-top: 0px;
    margin-right: 0px;
}

#category .product_outlet .thumbnail-container {
    padding: 0 15px;
}

#category .product_outlet .product-quantity .qty {
    float: left;
    margin-right: 0;
}

#category .product_outlet .product-quantity #quantity_wanted {
    font-size: 12px;
}

#category .product_outlet .product-actions .add-to-cart {
    float: right;
    font-size: 14px;
}

#category #products .thumbnail-container,
#category .featured-products .thumbnail-container,
#category .product-accessories .thumbnail-container,
#category .product-miniature .thumbnail-container,
#manufacturer .product-miniature .thumbnail-container,
#search .product-miniature .thumbnail-container {
    height: auto;
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
    box-shadow: none;
}

#category .product-actions .add-to-cart:hover,
#search .product-actions .add-to-cart:hover {
    background-color: #4d2564;
}
.btn-primary.active, .btn-primary:active, .open > .btn-primary.dropdown-toggle {
    background-color: #000;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
    background-color: #000;
}

#category #products .product-description,
#category .featured-products .product-description,
#category .product-accessories .product-description,
#category .product-miniature .product-description,
#manufacturer .product-miniature .product-description,
#search .product-miniature .product-description {
    position: initial;
    width: auto;
}

@media (min-width: 360px) and (max-width: 543px) {
    #js-product-list .product_content.grid .item-product {
        width: 100%;
    }
}


/* Search oportunidades */

.pos_search_top_oportunidades #pos_search_top {}

.pos_search_top_oportunidades #pos_search_top .form_search,
.pos_search_top_oportunidades #pos_search_top .form_search .form-control,
.pos_search_top_oportunidades #pos_search_top .form_search .search_submit {
    height: 40px;
}

.pos_search_top_oportunidades #pos_search_top .form_search .search_submit {
    line-height: 47px;
    width: 60px;
}

.pos_search_top_oportunidades #pos_search_top .form_search .search_submit i {
    font-size: 22px;
}

.pos_search_top_oportunidades #pos_search_top .form_search .form-control {
    border: 1px solid #ddd;
}


/*manufacturer Prodcut list*/

#manufacturer .product-miniature .product-title {
    text-align: left;
}

#manufacturer .product-miniature .product-title a {
    font-weight: bold;
}

#manufacturer .product-miniature .bullet {
    display: inline-block;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}

#manufacturer .product-miniature .bullet.red_bullet {
    background-color: #ff4c4c;
    margin-top: 30px;
}

#manufacturer .product-miniature .bullet.green_bullet {
    background-color: #3bd626;
    margin-top: 30px;
}

#manufacturer .product-add-to-cart {
    margin-top: 1rem;
}

#manufacturer .product-add-to-cart .product-quantity {
    display: inline;
}

#manufacturer .product-description-short {
    color: #000;
    font-size: 14px;
}

#manufacturer .product-description {
    color: #000;
    font-size: 12px;
    height: auto;
}

#manufacturer .product-description p {
    color: #000;
    font-size: 12px;
    height: auto;
}

#manufacturer .product-without-price-image .guest-price-content {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #232323;
    font-weight: 700;
}

#manufacturer .product-without-price-image .guest-price-content .taxLabel {
    font-size: 10px;
    color: #2592a9;
}


/* Product */

#product .product-add-to-cart .product-quantity {
    display: inline;
}

#product .product-prices .taxLabel {
    font-size: 10px;
}

#product .bullet.red_bullet {
    background-color: #ff4c4c;
    display: inline-block;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}

#product .bullet.green_bullet {
    background-color: #3bd626;
    display: inline-block;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}

#product .customer_price a{
    color: #000 !important;
}
#product .customer_price {
    font-weight: 700;
    color: #4d2564;
}

#product .guest_price {
    color: #000;
}


body#category .price-guest,
body#search .price-guest,
body#category .price-guest-tax-label,
body#search .price-guest-tax-label {
    color: #000;
}
body#category .price-guest-tax-label,
body#search .price-guest-tax-label {
    font-size: 12px;
}
.js-product-miniature .product-price-and-shipping .price,
body#category .price-guest,
body#search .price-guest,
#search .product-without-price-image .guest-price-content {
    font-size: 18px;
    font-weight: bold;
    padding-right: 0px;
}

#product .current_price {
    font-size: 1.2rem;
}

#product .product-box .box_header>a {
    color: #2fb5d2;
    border-bottom: 1px solid #2fb5d2;
    padding: 0 5px;
    font-weight: 600;
    margin-bottom: 10px;
}

#product .product-accessories {
    margin-top: 2rem;
}

#product .product-stock-info p {
    font-size: 1rem;
}

#product .product-stock-info p strong {
    color: #000;
}

#product .extraInfo strong {
    color: #4d2564 !important;
    font-size: .9375rem;
}

.manufacturer_image_content {
    position: absolute;
    right: 10px;
    top: 10px;
}

#category .manufacturer_image_content img,
#search .manufacturer_image_content img {
    width: 50px !important;
}

.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#product .outlet-content strong {
    color: #000;
}

#product .outlet-content .current-price span {
    font-size: 24px;
}

#product .outlet-content .current-price span.taxLabel {
    font-size: 10px;
}

p {
    color: #000 !important;
}

#product .tabs .nav-tabs .nav-item .nav-link.active {
    color: #000;
    font-weight: 700;
}

@media (max-width: 767px) {
    #product .tabs .nav-tabs .nav-item {
        width: 100%;
    }
    #product .tabs .nav-tabs .nav-item .nav-link {
        padding-top: 11px;
        width: 100%;
    }
}


/* My account */

#my-account #contact-link .icon-content {
    display: block;
    width: 100%;
    color: #232323;
    height: 2.6rem;
    margin-bottom: 0.8rem;
}

#my-account #contact-link .icon-content {
    display: inline-block;
    font-size: 2.6rem;
    width: 100%;
    color: #232323;
}
#my-account #contact-link .icon-content img {
    width: 40px;
    padding-bottom: 18px;
}

#my-account #contact-link .icon-content img.icon-image-hover {
    display: none;
}

#my-account #contact-link:hover .icon-content img.icon-image-hover {
    display: inline;
}

#my-account #contact-link:hover .icon-content img.icon-image {
    display: none;
}

#history .comment-column {
    width: 200px;
}

/* My account menu styles */
#my-account-menu{
    justify-content: space-between !important;
    justify-content: space-between !important;
    display: block;
    flex-wrap: wrap;
}

#my-account-menu.links .tabs a {
    color: #4d2564;
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    display: inline;
    text-transform: inherit;
    padding: inherit;
}

#my-account-menu.links a span.link-item {
    display: block;
    height: 100%;
    box-shadow: none !important;
    margin: 0px 10px 0 0;
}

#my-account-menu.links a {
    text-align: center;
    display: flex;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding: 0.5rem;
    align-items: center;
}
#my-account-menu.links a.active{
    border-bottom: 1px solid #4d2564;
}
#my-account-menu.links a.active,
#my-account-menu.links a.active span,
#my-account-menu.links a span.active{
    background-color: #000;
    color: #fff;
}

#my-account-menu a.active .link-item .link-item-circle{
    border: 1px solid #fff;
}

#my-account-menu .link-item .link-item-circle{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 65px;
    margin: auto;
    height: 65px;
    border: 1px solid #fff;
    border-radius: 50%;
}

#my-account-menu .link-item img{
    width: 100%;
    margin-bottom: 20px;
}
#my-account-menu.links a:hover{
    border-bottom: 1px solid #4d2564;
}

#my-account-menu.links a:hover,
#my-account-menu.links a:hover span,
#my-account-menu.links a span:hover{
    background-color: #000;
    color: #fff;
}

#my-account-menu a:hover .link-item .link-item-circle{
    border: 1px solid #fff;
}

.private-menu.row{
    margin: 1.8rem 0;
}
.private-menu.row,
.private-menu.row span.link-item,
.private-menu.row span.link-item-circle
{
    background-color: #4d2564;
}

body#cms.cms-id-49 section#main header.page-header,
body#module-ep_intranet-dashboard section#main header.page-header,
body#module-ep_intranet-dashboardCustomer section#main header.page-header,
body#identity section#main header.page-header,
body#history section#main header.page-header
{
    display: none;
}

.page-my-account #content .links{
    display: block;
}
/* Checkout */

#cart .product-line-info .taxLabel {
    font-size: 10px;
}

#cart .product-line-grid {
    font-size: 14px;
}

#cart .js-cart-line-product-quantity {
    width: 50px;
    font-size: 14px;
}

#cart .price-text .taxLabel {
    font-size: 10px;
    color: #2592a9;
}

#cart .card-header h1 {
    padding-top: 2rem;
}

#cart .card-header .cart-detailed-actions {
    padding-top: 2rem;
}

#cart table.cart-items {
    font-size: 12px;
}

#cart table.cart-items td {
    vertical-align: middle;
}

#cart table.cart-items td.qty {
    width: 120px;
}

#cart table.cart-items td a {
    color: #232323;
}

#cart table.cart-items td a i {
    color: #232323;
}

#cart table.cart-items td a:hover {
    color: #4d2564;
}

#cart table.cart-items .short_description-text {
    font-size: 12px;
}

#cart table.cart-items .short_description-text p {
    font-size: 12px;
}

#checkout #checkout-personal-information-step {
    display: none;
}

#checkout #checkout-addresses-step {
    display: none;
}

#checkout h1.step-title {
    display: none;
}

#order-confirmation #order-details {
    padding: 1.25rem;
    font-size: 14px;
}

#order-confirmation #order-items table {
    font-size: 12px;
}

#order-confirmation #order-items table td p {
    font-size: 12px;
}

#order-confirmation .order_message .order_message-text {
    font-size: 12px;
}

.payment-options .payment-option.disabled span.custom-radio{
    border: 2px solid #dedede;
}
.payment-options .payment-option.disabled label span{
    color: #808080;
}
.payment-options .payment-option.disabled label img{
    filter: grayscale(100%);
}

.payment-options .payment-option.disabled label span.message {
    color: #000;    
}


/* Brand */

#manufacturer .brand_item {
    text-align: center;
}

#manufacturer .brand_item .brand-container {
    height: 250px;
}

#manufacturer .brand_item .brand-container .product-description {
    padding: 0 10px;
}

#order-detail #order-infos {
    font-size: 14px;
}

#order-detail #order-infos .order_message-text {
    font-size: 12px;
}

#order-detail .cart-items {
    font-size: 12px;
}

#order-detail .reorder-content {
    padding: 10px 0;
    border-top: 3px solid #f6f6f6;
}

.icon-tarifa {
    max-width: 64px;
    text-align: center;
}


/* Colors */

#header {
    background: #000;
}

#header .user-info-block a {
    color: #fff;
    border: 2px solid transparent;
    padding-bottom: 5px;
    text-decoration: none;
    transition: none;

}

#header .user-info-block a:hover {
    border-bottom: solid 2px white;
}
.selector-block .localiz_block {
    margin: 0 !important;
    display: flex; 
}
    
.selector-block .localiz_block a{
    display: flex; 
    flex-direction: column; 
    align-items: center;
}

#header .dropdown-menu a {
    color: #000;
}

#header .js-sub-menu a {
    color: #000;
}

#header .dropdown .expand-more {
    /*color: #fff;*/
}

#header .header-nav .cart-preview.active {
    background: #4d2564;
}

#header .header-nav {
    border-bottom: 2px solid #000000;
}

a {
    color: #4d2564;
}

a:hover {
    color: #4d2564;
}

.btn-primary {
    background-color: #4d2564;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary:disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled:hover {
    background-color: #4d2564;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover,
.product-actions .add-to-cart:hover {
    background-color: #4d2564;
}



.product-price {
    color: #4d2564;
}

#js-product-list .product-price-and-shipping .taxLabel{
    color: #4d2564;
    font-size: 12px;
}

.pagination .current a {
    color: #4d2564;
}

.pagination .current a:hover {
    color: #4d2564;
}

#blockcart-modal .modal-header {
    background: #4d2564;
}

#blockcart-modal .product-name {
    color: #4d2564;
}

#product .product-box .box_header>a {
    color: #4d2564;
    border-bottom: 1px solid #4d2564;
}

#header .top-menu a[data-depth="0"]:hover {
    color: #4d2564;
}

.pos-menu-vertical {
    background: #ffffff;
}

.selector-block .localiz_block button:hover,
.selector-block .localiz_block button:hover .expand-more {
    color: #4d2564;
}

#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item>a:hover,
#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item.active>a,
#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-item:hover>a,
#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-dropdown .submenu-item .category-sub-menu a:hover,
#_desktop_vegamenu .pos-menu-vertical .menu-content .menu-dropdown .submenu-item a:hover {
    color: #4d2564;
}

#_desktop_megamenu .pos-menu-horizontal .menu-content .menu-item>a:hover,
#_desktop_megamenu .pos-menu-horizontal .menu-content .menu-item.active>a,
#_desktop_megamenu .pos-menu-horizontal .menu-content .menu-item:hover>a,
#_desktop_megamenu .pos-menu-horizontal .menu-content .menu-dropdown .submenu-item a:hover,
#_desktop_megamenu .pos-menu-horizontal .menu-content .menu-dropdown .submenu-item .category-sub-menu a:hover {
    color: #4d2564;
}

#_desktop_megamenu .pos-menu-horizontal .menu-content .menu-item>a:after {
    background: #4d2564;
}

.slideshow_container .pos-slideshow .nivo-controlNav a.active,
.slideshow_container .pos-slideshow .nivo-controlNav a:hover,
.slideshow_container .pos-slideshow .nivo-directionNav a:hover {
    background: #4d2564;
}

.back-top a {
    background: #4d2564;
}

.back-top a:hover {
    background: #000000;
}

.poslistcategories .list-categories .desc-listcategoreis .shop_now a:after,
.poslistcategories .list-categories .desc-listcategoreis .name_categories:hover a,
.poslistcategories .list-categories .desc-listcategoreis .shop_now a:hover {
    color: #4d2564;
}


#pos_search_top .form_search .search_submit:hover {
    color: #000;
}
#pos_search_top .form_search .search_submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 36px;
    line-height: 46px;
    text-align: center;
    width: 56px;
    text-align: center;
    color: #4d2564;
    border-radius: 0 3px 3px 0;
    padding: 0;
    border: 0;
    background: #ffffff;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in; 
}
#pos_search_top .form_search .form-control {
    padding: 10px 70px 10px 20px;
    width: 100%;
    height: 36px;
    font-size: 14px;
    background: #fff;
    color: #253237;
    border-width: 2px;
    border-radius: 5px;
    border: 2px solid #fff; 
}
#pos_search_top .form_search .search_submit i {
    font-size: 23px; 
}
.home_blog_post_area .blog_slider .item .blog_post a.read-more:after {
    color: #4d2564;
}

.js-product-miniature .img_block .quick_view:hover {
    background: #4d2564;
}

.home_blog_post_area .blog_slider .item .blog_post .meta_category,
.home_blog_post_area .blog_slider .item .blog_post:hover .post_content {
    background: #000000;
}

.home_blog_post_area .blog_slider .item .blog_post:hover .post_content a.read-more:hover,
.home_blog_post_area .blog_slider .item .blog_post:hover .post_content .post_title:hover,
.home_blog_post_area .blog_slider .item .blog_post:hover .post_content a.read-more:hover:after {
    color: #4d2564;
}

.home_blog_post_area .blog_slider .item .blog_post:hover .post_content .meta_category:hover {
    background: #4d2564;}

    .home_blog_post_area .blog_slider .item .blog_post .meta_category,
    .home_blog_post_area .blog_slider .item .blog_post:hover .post_content {
        background: #000000;
    }
    
    .home_blog_post_area .blog_slider .item .blog_post:hover .post_content a.read-more:hover,
    .home_blog_post_area .blog_slider .item .blog_post:hover .post_content .post_title:hover,
    .home_blog_post_area .blog_slider .item .blog_post:hover .post_content a.read-more:hover:after {
        color: #4d2564;
    }
    
    .home_blog_post_area .blog_slider .item .blog_post:hover .post_content .meta_category:hover {
        background: #4d2564;
    }
    
    #footer .footer_about_us .cocial_follow ul li a:hover {
        color: #4d2564;
    }
    
    #footer .footer_bottom .copyright a:hover,
    #footer .footer_block .footer_list li a:hover {
        color: #4d2564;
    }
    
    #footer .footer_block h3:after {
        background: #4d2564;
    }
    
    .ft_newsletter form .btn {
        background: #000000;
    }
    
    .ft_newsletter form .btn:hover {
        background: #4d2564;
    }
    
    .breadcrumb_container .breadcrumb ol li:last-child a,
    .breadcrumb_container .breadcrumb ol li:last-child span,
    .breadcrumb_container .breadcrumb ol li a:hover {
        color: #4d2564;
    }
    
    .block-categories .category-sub-menu li[data-depth="0"]>a:hover,
    .block-categories .category-sub-menu li a:hover {
        color: #4d2564;
    }
    
    .js-product-miniature .product_desc .product_name:hover {
        color: #4d2564;
    }
    
    .products-selection .products-sort-order .dropdown-menu .select-list:hover {
        background: #4d2564;
    }
    
    .js-product-miniature:hover {
        border-color: #4d2564;
    }
    
    .pagination a:hover {
        color: #4d2564;
    }
    
    .owl-nav>div:hover {
        background: #4d2564;
        border-color: #4d2564;
    }
    
    .product-cover .layer .zoom-in {
        color: #4d2564;
    }
    
    .f
#footer .footer_about_us .cocial_follow ul li a:hover {
    color: #4d2564;
}

#footer .footer_bottom .copyright a:hover,
#footer .footer_block .footer_list li a:hover {
    color: #4d2564;
}

#footer .footer_block h3:after {
    background: #4d2564;
}

.ft_newsletter form .btn {
    background: #000000;
}

.ft_newsletter form .btn:hover {
    background: #4d2564;
}

.breadcrumb_container .breadcrumb ol li:last-child a,
.breadcrumb_container .breadcrumb ol li:last-child span,
.breadcrumb_container .breadcrumb ol li a:hover {
    color: #4d2564;
}

.block-categories .category-sub-menu li[data-depth="0"]>a:hover,
.block-categories .category-sub-menu li a:hover {
    color: #4d2564;
}

.js-product-miniature .product_desc .product_name:hover {
    color: #4d2564;
}

.products-selection .products-sort-order .dropdown-menu .select-list:hover {
    background: #4d2564;
}

.js-product-miniature:hover {
    border-color: #4d2564;
}

.pagination a:hover {
    color: #4d2564;
}

.owl-nav>div:hover {
    background: #4d2564;
    border-color: #4d2564;
}

.product-cover .layer .zoom-in {
    color: #4d2564;
}

.form-control:focus {
    border-color: #4d2564;
}

.js-product-miniature .add-to-links .ajax_add_to_cart_button:hover {
    color: #4d2564;
    border-color: #4d2564;
}

.page-my-account #content .links a:hover span.link-item,
.page-my-account #content .links a:hover i {
    color: #4d2564;
}
#my-account-menu.links a:hover{
    color: #ffffff
}

.form-control:focus,
.input-group.focus,
.input-group .form-control:focus {
    outline: none !important;
}


/* END colors*/

/*Mobile*/

#mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper {
    padding: 0rem .625rem .625rem .625rem;
}

#mobile_top_menu_wrapper #_mobile_logout_link {
    padding: .625rem;
    width: 100%;
    border-bottom: 1px solid #f6f6f6;
    border-top: 1px solid #f6f6f6;
}

#_mobile_user_info .user-info a {
    margin-right: 10px;
}


/* XIP Blog */

.page-module-xipblog-single .carousel,
.page-module-xipblog-single #content,
.page-module-xipblog-archive .carousel,
.page-module-xipblog-archive #content {
    box-shadow: none;
    border: none;
}


/* Media query */

@media (max-width: 767px) {
    /* Header */
    #header .header-nav {
        background-color: #000;
    }
    #header .header-nav i {
        color: #fff;
    }
    #header .display-top-content {
        padding-top: 0px;
        padding: 0.5rem;
    }
    #search_widget {
        float: none;
        width: 100%;
    }
    #mobile_top_menu_wrapper a {
        color: #000;
    }
    #header .header-nav .user-info .logged {
        color: #4d2564;
    }
    /* HOME */
    .pos_bannerslide,
    .pos_bannerslide .slideshow_container,
    .pos_bestseller_product,
    .img_top,
    .poslistcategories {
        margin-bottom: 40px;
    }
    #banner-outlet .image-content img {
        max-height: 170px;
        margin: 0 auto;
        display: block;
    }
    /* Product list */
    #category .category_item .thumbnail-container img,
    #search .category_item .thumbnail-container img {
        max-width: 200px;
    }
    #products .product-miniature {
        padding: 0 15px;
    }
    #products .product-miniature .thumbnail-container {
        height: auto;
        overflow: hidden;
    }
    #products .product-miniature .product-thumbnail {
        text-align: center;
    }
    #products .thumbnail-container .product-description {
        box-shadow: none;
    }
    #js-product-list .product-price-and-shipping {
        text-align: center;
    }
    /* Brands */
    .product-accessories .thumbnail-container {
        width: 100%;
    }
    .product-accessories .product-description {
        width: 100%;
    }
    /* Checkout - Cart summary */
    .cart-grid-body .cart-overview {
        overflow-x: scroll;
        width: 100%;
    }
    /* Checkout - Order steps */
    .card-block {
        padding: 0 15px;
    }
    /* Checkout - Order confirmation */
    #order-confirmation .card-block {
        overflow-x: scroll;
    }
    #order-confirmation .h1 {
        font-size: 1.1rem;
    }
}

.menu-links-mobile {
    padding-top: 30px;
}

.menu-links-mobile a {
    align-items: center;
    width: 50%;
    min-height: 47px;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff !important;
}

.menu-links-mobile div.box {
    padding: .5em;
    border-right: 1px solid #9d9d9d;
    border-bottom: 1px solid #9d9d9d;
    background: #333333;
}

#_desktop_megamenu .pos-menu-horizontal .menu-content .menu-item>a,
#_desktop_megamenu .pos-menu-horizontal .menu-content .menu-item.menu-item2>a {
    font-size: 18px;
}

@media (min-width: 767px) {
    #header .pos-sub-menu .ul-column a {
        font-size: 16px;
    }
}

.page-category-list-product-flag-attribute-estado,
.page-product-flag-attribute-estado{
    color: white;
    font-size: 12px;
    text-align: center;
    display: block;
    line-height: 25px;
    font-weight: 500;
    box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 20%);
    width: fit-content;
    padding: 0 4px;
}
.page-product-flag-attribute-estado{
    margin-bottom: 10px;
}
.flag-attibute-estado-nuevo{
    background: #008f39;
}
.flag-attibute-estado-semi-nuevo,
.flag-attibute-estado-seminuevo{
    background: #4d2564;
}
.flag-attibute-estado-ex-demo{
    background: #000000;
}

div.product-description ul li {
    list-style-type: square;
    margin: 10px 0;
}
div.product-description ul{
    padding: revert;
    font-size: 14px;
}
pos-sub-menu menu-dropdown{
    width: fit-content;
}

body#index h2.poslogo-heading-title,
body#index .prestablog h2.title{
	font-family:"Open Sans", sans-serif;
	font-size: 25px;
	font-weight: 600;
	text-align: center;
}
body#index .prestablog h2.title{
    margin-bottom: 10px;
}


.h1.namne_details,.product_name_h1 {
    font-size: 28px !important;
}

body#product .primary_block .content-title-product .img-desktop-brand-product img{
    padding: 0 10px 0 0;
}

body.grupo-ventas-Empleado .elementor-product-miniature .elementor-price-wrapper{
    display: none;
}

.block-categories .arrows .arrow-right{
    display: none;
}

#js-product-list .product .product-list-brand{
    color: #4d2564;
    font-size: 0.8em;
    font-weight: 600;
}
body#category.category-id-parent-80 #js-product-list  .product .product-list-brand,
body#search.category-id-parent-80 #js-product-list  .product .product-list-brand{
    display: none;
}

body#search #js-product-list .product-description-short,
body#category #js-product-list #product-description-short,
body#category #js-product-list .product-description-short{
    font-size: 14px !important;
}
body#category #js-product-list .thumbnail-container .quick_view,
body#search #js-product-list .thumbnail-container .quick_view{
    display: none !important;
 }

 body#index section.prestablog .line-separator{
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #7a7a7a;
    width: 100%;
}
body#index section.prestablog .line-separator-container{
    padding-top: 15px;
    padding-bottom: 15px;
}
body#index section.prestablog .title{
    font-weight: 600;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 31px;
    color: #000000;
}

/* Stock information */

p.info-container{
    color: #62ad23 !important;
    font-size: 14px !important;
}
.info-container {
    display: inline-block;
    position: relative;
}
#category .product-add-to-cart .info-container.no-stock,
#category .js-product-miniature .info-container.no-stock,
#product .product-add-to-cart .info-container.no-stock,
#product .product-stock-info .info-container.no-stock{
    color: #e0af0b!important;
}
.cursor-pointer{
    cursor: pointer !important;
}
.info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: bold;
}

.tooltip {
    visibility: hidden;
    width: 300px;
    background-color: #4D2564;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 99;
}

.info-container:hover .tooltip {
    visibility: visible;
    opacity: 1;
}
li.out_of_stock{
    display: none;
}

/* CMS titles */
.page-content.page-cms h1, .page-content.page-cms h2, .page-content.page-cms h3, .page-content.page-cms h4, .page-content.page-cms h5, .page-content.page-cms h6, .page-content.page-cms .h1, .page-content.page-cms .h2, .page-content.page-cms .h3, .page-content.page-cms .h4, .page-content.page-cms .h5, .page-content.page-cms .h6{
    font-weight: 700 !important;
}
/* flag black month */
body#category .category-flag {
    position: absolute;
    top: -19px;
    right: -2px;
    z-index: 1;
}
body#category  .category-flag img {
    width: 59px !important;
    height: auto;
}

body#product .product-flag {
    position: absolute;
    top: 0px;
    right: 13px;
    z-index: 1;
}
body#product  .product-flag img {
    width: 70px !important;
    height: auto;
}