.capitalize{
    text-transform:capitalize;
}
.offset-top{
    margin-top : 33px;
    margin-left:4px;
}
.selectedm, .selectedm-grey, .unselectedm{
    display: inline-block;
    height: 24px;
    padding: 0 0 0 25px;
    color: #de6626;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 24px 22px !important;
    /*margin-bottom: 20px;*/
}

.selectedm { color: #de6626;}
.selectedm-grey { color: grey; }
.unselectedm { color: grey; }

.selectedm { background-image: url(../images/icons/utilities/selected.png); background-image: url(../images/icons/utilities/selected.svg), none; }
.selectedm-grey { background-image: url(../images/icons/utilities/selected-grey.png); background-image: url(../images/icons/utilities/selected-grey.svg), none; }
.unselectedm { background-image: url(../images/icons/utilities/unselected-grey.png); background-image: url(../images/icons/utilities/unselected-grey.png), none; color: #bcc1c6;}
/*#compare-table tr:nth-child(9) td, #compare-table tr:nth-child(9) td { text-align: left ; }*/

.is-sticky #sticky-compare .button-inactive { 
	border-color: #c2c2c2;
	color: #c2c2c2;
    cursor: default;
    background-color: #fff;
}

.cart-dropdown-hover {
    background: #ffffff;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}

.cart-dropdown-menu-hover {
    visibility: visible !important;
    opacity: 1 !important;
} 

.textboxaslabel
{
   border: none !important; 
   background-color: #fff;
   background: transparent;
}