
/* Important! This file is to only be edited through WebDAV or through the control panel by the client, not theme partners/designers. */
#CategoryBreadcrumb {
padding: 0px 0 0px 0px;
width: 500px;
float: left;
border: none;
}
.SortBox {
padding: 0;
margin: 0;
}
#Header #HeaderLower {
display: none; 
}
.flex-control-nav {
bottom: 5px !important;
height: 0;
}
.ProductList .RetailPriceValue {
display: none;
}
.PageMenu ul {
text-align: center;
width: 100%;
}

.PageMenu li {
margin: 0 1px 0 0;
}

@media screen and (max-width: 768px) {
.PageMenu li {
margin: 0 1px 0 0;
}
.PrimaryProductDetails .ProductMain h1 {
text-transform: none;
}
#CartContent .productAttributes label {
white-space: normal;
}
table.CartContents {
table-layout: fixed;
}
.popover {
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 1010;
    display: none;
    max-width: 220px;
    min-width: 220px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    background-clip: padding-box;
}

.popover.left {
    margin-left: -10px;
}

.popover-content {
    padding: 3px 5px !important;
}

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-left-color: #999;
    border-right-width: 0;
}

.popover .arrow {
    border-width: 11px;
    margin-left: 114px;
}

.popover .arrow::after {
    border-width: 10px;
    content: "";
}

.popover.left .arrow::after {
    right: 1px;
    bottom: -10px;
    border-left-color: #fff;
    border-right-width: 0;
    content: " ";
}

.popover .arrow, .popover .arrow::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover.bottom {
    margin-top: 10px;
    border-radius: 0px;
    border-color: #8ca7d9;
    text-align: left;
    font-size: 10px;
    border-color: #8ca7d9;
}

.popover.bottom .arrow {
    border: 2px solid #8ca7d9;
    display: inline-block;
    position: relative;
    top: -10px;
}

.popover.bottom .arrow::after, .popover.bottom .arrow:before {
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #FFF;
    top: -19px;
    content: '';
    left: 50%;
    margin-left: -20px;
    position: absolute;
}

.popover.bottom .arrow::before {
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid;
    border-bottom-color: inherit; 
    top: -11px;
    margin-left: -20px;
}

.popover.bottom h2 {
    font-size: 12px;
    text-align: left;
    margin: 0px;
    padding: 0px;
}
