/*EDICIÓN DE ESTILO DEL LABEL DE RETAILER*/

.theme-product-details-style-07 .theme-product-detail-container .theme-product-detail-varients-container .theme-product-detail-price-area span.theme-product-old-price {
	font-size: 14px;
    text-decoration: none;
	margin-inline-start: 15px
}

.theme-product-list-style-07 .theme-prod-old-price {
    color: #000000;
    font-size: 14px;
    text-decoration: none;
    margin-inline-start: 10px;
}

.theme-product-details-style-07 .theme-product-detail-container .theme-product-detail-varients-container .theme-product-detail-price-area span.theme-product-old-price:before {
  content: "RRP ";
}

.theme-product-list-style-07 .theme-prod-old-price:before {
  content: "RRP ";
  font-size: 12px;
}

.theme-cart-label-price {
    text-decoration: none;
}

.theme-cart-label-price:before {
   content: "| RRP "
}
.theme-cart-label-price:after {
   content: " |"
}

/*EDICIÓN DE ESTILO DEL LABEL DE PRECIO*/


.theme-checkout-breadcrum {

    color: #000000;
    
}

.theme-header-topbar .theme-portal-login .theme-portal-container .theme-portal-content.theme-portal-username-content .theme-username-dropdown-list li {
    background-color: white;
}

