/* Enter Your Custom CSS Here */
.product-type-simple p.price > del {
    display: block;
}

.product-type-simple p.price > ins {
    display: block;
}

.product-type-simple p.price > del:before {
    content: 'Price:';
}

.product-type-simple p.price > ins:before {
    content: 'Sale Price:';
}

.product-type-simple .price > del {
    display: block;
    padding-bottom: 14px;
    opacity: 1 !important;
    text-decoration: none;
}

.product-type-simple .price > del > span {
    opacity: 0.5 !important;
    text-decoration: line-through;
}

.product-type-simple .price > ins {
    display: block;
}

.product-type-simple .price > del:before {
    content: 'Price : ';
    display: block;
}

.product-type-simple .price > ins:before {
    content: 'Sale Price : ';
    color: white;
}

.product-type-variable .price > del {
    text-decoration: none;
}

.product-type-variable .price > del {
    text-decoration: none;
}

.product-type-variable .price > del > span {
    text-decoration: line-through;
}

ul.msg.woocommerce-info{
  display:none !important;
}

img.instr {
  position: absolute;
top: 880px;
right: 25px;
  
}