.addToBasketContainer h5 {
    /* is contracted - show [+] icon */
    cursor: pointer;
	/*background:url("/sites/all/themes/owb/images/prodPlusInactive.png") center 90% no-repeat;*/
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    -o-user-select: none;
    user-select: none;

    border-top: 3px solid #e3e3e5;
    border-bottom: 3px solid #e3e3e5;
}

.owb-product .addToBasketContainer .pane-content h5:hover {
    /* show [+] icon in hover state */
	/*background:url("/sites/all/themes/owb/images/prodPlusActive.png") center 90% no-repeat;*/
}

.addToBasketContainer h5.expanded {
    /* is expanded - show [-] icon */
	/*background:url("/sites/all/themes/owb/images/prodPlusCollapse.png") center 90% no-repeat;*/
}

#edit-product-id {
    display: none;
}

.commerce-add-to-cart .price-amount {
    font-size: 42px;
}

.commerce-add-to-cart .p_and_p {
    font-size: 0.9em;
}

.commerce-add-to-cart .tooltip-icon {
    cursor: help;
    margin-left: 10px;
    color: white;
    background: #0e90d3;
    border: 3px solid #0e90d3;
    width: 2em;
    height: 2em;
    border-radius: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    display: inline-block;
}


.commerce-add-to-cart .tooltip-icon:hover {
    background: #fff !important;
    color: #5d6365;
    border: 3px solid #5d6365 !important;
}

/* flash the post and packaging price when the user updates the qty */

.flash{

    -moz-animation: flash 1s ease-out;
    -moz-animation-iteration-count: 1;

    -webkit-animation: flash 1s ease-out;
    -webkit-animation-iteration-count: 1;

    -ms-animation: flash 1s ease-out;
    -ms-animation-iteration-count: 1;

}

@-webkit-keyframes flash {
    0% { background-color:none;}
    50% { background-color:#fbf8b2;}
    100% {background-color:none;}
}

@-moz-keyframes flash {
    0% { background-color:none;}
    50% { background-color:#fbf8b2;}
    100% {background-color:none;}
}

@-ms-keyframes flash {
    0% { background-color:none;}
    50% { background-color:#fbf8b2;}
    100% {background-color:none;}
}

.trail-buy-now-highlight{
    border-top: 3px solid red !important;
    border-bottom: 3px solid red !important;
}

.addToBasketContainer .trail-format-wrapper {
    border:1px solid orangered;
}

.addToBasketContainer .form-radios {
    display: none;
}