.row{
    float: left;
    width: 100%;
}

.row.title{
    font-size: 18px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}

.row.title.rewrite a{
    color: #000;
}

.row.title.rewrite a:hover{
    text-decoration: underline;
}

.row.subTitle{
    font-size: 16px;
    margin: 0px 0px 10px 0px;
}

.row.disabled{
    text-decoration: line-through;
}

.row.product{
    width: 100% !important;
}

.optionChooser{
    margin: 0px 0px 35px 0px;
}

.optionChooser div{
    float: left;
    width: 32%;
}

.optionChooser div:nth-of-type(2){
    margin: 0px 30px;
}

.productOrder{
    float: left;
    width: 100%;
}

.productOrder div.tiles{
    float: left;
    width: 80%;
}

.productOrder div.products{
    float: right;
    width: 18%;
}

.productOrder div.products.fixed{
    position: fixed;
    right: 2%;
    top: 55px;
    height: calc(100% - 55px);
    overflow-y: scroll;
}

.productOrder div.span{
    float: left;
    width: 100%;
}

.productOrder div.tile{
    float: left;
    width: 32%;
    height: 500px;
    overflow: hidden;
    margin: 0px 2% 2% 0px;
    padding: 20px;
    border: 1px solid;
}

.productOrder div.tile:nth-of-type(3n){
    margin: 0px 0px 2% 0px;
}

.disNone {
    display: none;
}

.combinationExists{
    padding: 10px;
    font-weight: bold;
}

.searchQuery{
    padding: 8px 10px !important;
    margin: 0px 0px 10px 0px;
}

/* PRODUCT GRID */
.productGrid .grid {
    padding: 20px 0 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.productGrid .grid .item {
    width: 100%;
    float: left;
    border-color: transparent;
    border-style: solid;
    background-clip: padding-box;
}

.productGrid .grid .item a {
    border: 1px solid #eee;
    padding: 20px;
    -webkit-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s;
    width: 100%;
}

.productGrid .grid .item .brand {
    height: 12px;
    overflow: hidden;
}

h2, .subTitle {
    font-weight: 700;
    font-family: "Open sans",sans-serif;
    color: #282828;
    margin: 0 0 15px 0;
    margin-bottom: 15px;
    line-height: 1.1em;
    display: block;
    font-size: 1.65em;
}

h3, .smallTitle {
    font-weight: 700;
    font-family: "Open sans",sans-serif;
    color: #282828;
    margin: 0 0 15px 0;
    margin-bottom: 15px;
    line-height: 1.1em;
    display: block;
    font-size: 1.3em;
    height: 18px;
    overflow: hidden;
}

.productGrid .grid .item a .contents {
    height: 30px;
    overflow: hidden;
}

.productGrid .grid .item a .image {
    margin-top: 5px;
    padding-bottom: 60%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.productGrid .grid .item a .price > .subTitle {
    padding-right: 155px;
}

.currentPrice small {
    font-size: 12px;
    line-height: 1.5em;
}

.productGrid .grid .item a .price .labels {
    right: 0;
    width: 145px;
}

.productGrid .grid .item a .price .labels > span {
    font-size: 11px;
    margin: 0 0 3px;
    padding: 3px 5px 3px 3px;
    position: relative;
}

.productGrid .grid .item a .price .labels > span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    border-top: 10px solid transparent;
    border-right: 5px solid #f5f5f5;
    border-bottom: 10px solid transparent;
}

.productGrid .grid .item a .stock {
    line-height: 1.25em;
}

.productGrid .grid .item a .image .sticker {
    top: -15px;
    left: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    font-weight: 700;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.productGrid .grid .item a .image .sticker {
    line-height: 1;
    font-size: 10px;
    font-weight: 700;
}

.productGrid .grid .item a .image .sticker span {
    -ms-flex-item-align: center;
    align-self: center;
}

.productGrid .grid .item a .price.action {
    padding: 10px;
    color: #fff;
    background: #751961;
    margin: -10px 0 10px;
}

.cGreen {
    color: #6fbf3f;
}

.cRed {
    color: #ff4136;
}

.cWhite {
    color: #fff;
}

strong, b, .bold {
    font-weight: 700;
}

.smallTxt, small {
    font-size: 0.85em;
}

.mb20 {
    margin-bottom: 20px;
}

.leftTxt {
    text-align: left;
}

.cFont {
    color: #3a3a3a;
}

.lh1 {
    line-height: 1;
}

.mb5 {
    margin-bottom: 5px;
}

.centerTxt {
    text-align: center;
}

.bgMain {
    background-color: #751961;
}

.bgSilver {
    background-color: #f5f5f5;
}

.posAbs {
    position: absolute;
}

.cBlack {
    color: #282828;
}

.fLeft {
    float: left;
}

.fRight {
    float: right;
}

.posRel {
    position: relative;
}