a.referralUrl, a.action.towishlist span{
    background-color: rgb(255 193 7);
    border: 1px solid rgb(255 193 7);
    color: rgb(255 255 255);
    border-radius: 3px;
    padding: 5px 15px;
    text-align: center;
    line-height: 26px;
    vertical-align: top;
    display: inline-block;
    font-weight: 500;
    transition: all 250ms ease;
}
a.referralUrl:hover, a.action.towishlist span:hover{
   background-color: rgb(255 255 255);
   color: rgb(0 0 0);
}

a.action.tocompare {
    display: block;
    padding-top: 10px;
}

a.action.towishlist {
    display: block;
}
.action.continue, .action.primary, .action.secondary {
    width: 100%;
}
.owl-carousel .owl-item .product-item {
    width: 100% !important;
}
.owl-theme .owl-nav [class*='owl-'] > * {
    line-height: 30px;
}
.message.notice > *:first-child:before {
    top: 37px;
}
.product.actions.product-item-actions .actions-primary {
    margin-bottom: 10px;
}
.opc-block-summary .product-item {
    width: 100% !important;
    display: table-row !important;
}
.opc-block-summary .product-item .qty-wrapper .qty-wrap .input-text.update {
    padding: 0;
}