﻿body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.checkout {
    color: #000000;
    text-decoration: none;
    font-size: 13px;
    display: block;
    line-height: 28px;
}
.continue {
    color: #000000;
    text-decoration: none;
    font-size: 13px;
    display: block;
}
.dataGrid {
    border: 0;
}
.style1 {
    font-size: 9px;
}
.gridfooter {
    border-top: 2px solid #f5f5f5;
    padding: 5px 0;
    font-size: 13px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.cartquantity {
    text-align: right;
}
.quantitypad {
    padding-left: 5px;
}
.updatequantitytop {
    vertical-align: top;
    position: relative;
    top: -2px;
}
.relativeminustwo {
    position: relative;
    top: -2px;
}
.add-on-selection {
    font-size: 11px;
}
.markitdot {
    position: relative;
    top: -4px;
}
.valance {
    position: relative;
    top: -2px;
}
.shoppingCart {
    font-size: 13px;
    color: #FF0000;
    font-weight: normal;
}
a.buttonlink:link {
    text-decoration: none;
    color: #000000;
}
a.buttonlink:active {
    text-decoration: none;
    color: #000000;
}
a.buttonlink:visited {
    text-decoration: none;
    color: #000000;
}
a.buttonlink:hover {
    text-decoration: none;
    color: #000000;
}
a.textlink:link {
    text-decoration: underline;
    color: #000000;
}
a.textlink:active {
    text-decoration: underline;
    color: #000000;
}
a.textlink:visited {
    text-decoration: underline;
    color: #000000;
}
a.textlink:hover {
    text-decoration: underline;
    color: #000000;
}
.cartLink {
    color: #428eef;
    font-size: 12px;
    text-decoration: none;
}
.cartLink img {
    border-width: 0px;
}
div.addToCartLink {
    float: left;
    width: 100px;
}
div.addToCartLink a {
    color: #428eef;
    font-size: 14px;
    text-decoration: none;
}
div.addToCartLink a img {
    border-width: 0px;
}
.ellipsis {
    font-size: 13px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 275px;
}
.nodisplay {
    display: none;
}
.pointer {
    cursor: pointer;
}

.OdysseyQuoterLink
{
    background-color: #ededed;
    border: 1px solid #ababab;
    font-family: Arial;
    font-size: 12px;
    left: 5px;
    line-height: 20px;
    height: 20px;
    padding: 10px;
    position: fixed;
    top: 5px;
}

.OdysseyQuoterLink a
{
    color: #000000;
    text-decoration: none;
}

.OdysseyQuoterLink a:hover
{
    text-decoration: underline;
}

.cursorpointer {
    cursor: pointer;
}

/*=========HAMBURGER MENU AND BREADCRUMBS=========*/
 div.smallbreadcrumbs {
    font-family: Verdana;
    border-bottom: 2px solid #e6e6e6;
    color: #666;
    font-size: 11px;
    line-height: 40px;
    width: 100%;
    height: 44px;
    margin: 0 auto;
}
.hamburger-menu {
    margin-left: 5px;
}
.hamburger-menu > span {
    display: flex;
    background-color: #428eef;
    justify-content: space-between;
    align-items: center;
    width: 77px;
    height: 30px;
    padding: 0 10px 0 8px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    z-index: 999;
}
/*#left-nav-hamburger {
    cursor: pointer;
}*/
.smallbreadcrumbs .indent {
    display: flex;
    align-items: center;
    height: 25px;
}
.smallbreadcrumbs .indent > div:nth-of-type(2) {
    margin-left: 25px;
}
.smallbreadcrumbs a, .smallbreadcrumbs .indent > div:nth-of-type(2) span{
    color: #666;
    font-size: 11px;
    line-height: 40px;
    text-decoration: none;
}
.smallbreadcrumbs a:hover {
    text-decoration: underline;
}
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 60000;
    width: 100%;
    height: 100%;
    background-color: transparent;
}
