#comparison-bar {
    position: fixed;
    top: 35px;
    width: 100%;
    background: #f1eeff;
    z-index: 100;
    border-bottom: 2px solid #ddd;
    padding-top: 10px;
    padding-right: 10px;
}

.filter-by {
    margin: 10px 0;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    padding: 5px;
}

.filter-by-subcategory a {
    padding: 5px;
    width: 20%;
    color: #2a6496;
    display: inline-block;
}

.filter-by h2 {
    margin: 0;
    background-color: #fff;
    color: #2E1F4C;
    padding: 5px 2px;
    font-size: 1.3em;
    width: 100%;
}

.filter-by-chain {
    overflow: hidden;
}

.filter-by-chain h2 {
	margin: 3px;
}

.filter-by-chain .table {
    display: table;
    position: relative;
    left: 0;
    transition: left .5s;
}

.filter-by-chain:after {
    content: ' ';
    display: block;
    clear: both;
}
.filter-by-chain .chain {
    display: table-cell;
    width: 200px;
    height: 80px;
}

.filter-by-chain .chain.active {
    background-color: red;
}

.filter-by-chain > a {
    width: 30px;

}
.filter-by-chain .chain a {
    width: inherit;
    height: inherit;
}

.filter-by-chain .chain img {
    width: inherit;
    height: inherit;
    margin: 5px;
}

.filter-by-chain .move-right, .filter-by-chain .move-left {
    font-size: 3em;
    position: relative;
    z-index: 15;
    margin: 0;
    margin-bottom: -100px;
    padding: 5px;
    padding-top: 30px;
    height: 100px;
    background-color: #F6F8F0;
    cursor: pointer;
}

.filter-by-chain .move-right:focused, .filter-by-chain .move-left:focused {
    background-color: red;
}
.filter-by-chain .move-right {
    float: right;
}

.filter-by-chain .move-left {
    float: left;
}

#city-filter {
    width: 100px;
}

.filter-by-city {
}

.picker {
}
    margin: 20px auto !important;
}

.picker h2 {
    margin: 0;
}

.errors {
    margin: 10px;
    padding: 5px;
}

.box-error {
    background-color: #a94442;
    padding: 5px;
    border-radius: 10px;
    color: #fff;
    margin: 5px;
}

.location {
    margin: 10px;
}

.carts {
    margin: 10px;
}

.cart-name {
    width: 25%;
    float: right;
    margin: 4px;
    vertical-align: top;
}

.cart-name input[type="radio"] {
    position: relative !important;
    top: 3px !important;
    margin: 5px !important;
}

.details {
    padding: 5px;
}

.chain-logo {
    max-width: 100%;
    max-height: 250px;
}


.compare-img {
    width: 400px;
    position: relative;
}

.compare-img img {
    width: inherit;
    border-radius: 30px !important;
}
#products {
	text-align: center;
}

.order-by a {
}

.order-by a:hover {
    text-decoration: none;
}

.in-cart-product, .in-cart-product:hover, .in-cart-product:focus {
     text-decoration: line-through;
}

.main-title {
    margin: 0;
    width: 80%;

}
.page {
	width: 80%;
	margin: 0 auto;
    padding: 0;
}

body .page-title {
    width: 80%;
    margin: 15px auto;

}

.page .page-title {
	margin: 5px;
	display: inline-block;
}

.page .page-title  + i {
	display: inline-block;
}

.right-panel {
    vertical-align: top;
    max-height: 200px;
    height: 150px;
}

.left-panel {
   vertical-align: top;
   text-align: center;
   padding-right: 10px;
}

.product-view .product-details {
    display: inline-block;
    vertical-align: top;
    width: 45%;
}

.product-view .product-details > * {
    display: inline-block;
}
.product-view .product-img {
    display: inline-block;
    vertical-align: top;
    position: relative;
    float: left;
    max-height: 100%;
    height: inherit;
}

.product-view .product-img img {
    vertical-align: top;
    width: 100%;
    max-height: inherit;
}

.product-view p {
    margin: 0;
    padding: 10px 0;
    font-size: 1.3em;
}
.product-view .label {
    color: #333;
    font-size: 1em;
}

.similar-products, .mailing-list {
    vertical-align: top;
    height: 170px;
}

.similar-products {
    height: 170px;
    text-align: center;
}

.similar-products h2 {
	margin: 0;
	position: relative;
	top: -10px;
}

.similar-products .similar {
    display: inline-block;
    padding: 5px;
    text-align: center;
}

.similar-products .similar img {
    height: inherit;
    max-height: 100px;
    max-width: 100px;
}

.mailing-list {
    width: 35%;
    text-align: center;
}

.mailing-list h2 {
    margin: 0;
	padding: 5px;
	font-size: 1.3em;
	position: relative;
	top: -10px;
}

.mailing-list .form-control {
    width: 60%;
    display: inline-block;
}

.mailing-list button {
    width: 25%;
}

.mailing-list p {
    font-size: 1em;
    text-align: right;
    margin-right: 20px;
}
/*
.register-mailing-list {
    width: 44%;
}

.register-mailing-list > form > * {
    display: inline-block;
}

.register-mailing-list .form-control {
    width: 200px;
}
*/
.box-highlight {
    -webkit-animation-name: highlightColorChange;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 4s;
    -webkit-animation-fill-mode: both;

    -moz-animation-name: highlightColorChange;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-in color-change;
    -moz-animation-duration: 4s;
    -moz-animation-fill-mode: both;

    animation-name: highlightColorChange;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 4s;
    animation-fill-mode: both;
}

.box-highlight * {
    color: #333;
}

@-moz-keyframes highlightColorChange {
     0% {
        background-color: #fff;
        color: #000;
     }

     5% {
        background-color: #337ab7;
        color: #fff;
     }

     100% {
          background-color: #fff;
     }
}

.product-view  .image {
    display: inline-block;
    width: 20%;
}

.product-view .image img {
    height: 200px;
    max-width: 100%;
}

.product-view .details {
    display: inline-block;
    vertical-align: top;
    width: 75%;
}

.product-view .details .buttons > span {
    margin: 5px;
}

.product-view .details .buttons a:hover {
    color: #3c8dbc;
}
.product-view .details h1 {
    font-size: 1.7em;
    margin: 0;
    position: relative;
    top: -5px;
}

.product-view .details h1 a {
    color: #1f84e0;
}

.product-view .details .price {
    color: #333;
    font-weight: bold;
    font-size: 1.3em;
}

.product-view .details .num-stores {
    font-size: .8em;
}

#id_city {
    margin: 20px;
}

.cart-helptext {
    font-size: 1.5em;
}

.cart-choice {
    margin: 10px;
    width: 30%;
    float: right;
    text-align: center;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-size: 1.2em;

}

.cart-choice input[type="radio"] ~ a {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 10px;
    background-color: #f9f9f9;
}

.cart-choice input[type="radio"] ~ a:hover {
    background-color: #f3f3f3;
    color: inherit;
    text-decoration: none;
}

.cart-choice input[type="radio"]:checked {
    outline: 0;
}

.cart-choice input[type="radio"]:checked  ~ a {
    background: #f3f3f3;
    transition: .3s background-color;
}

.cart-choice.self {
    background-color: #d8e8f2;
}

.cart-choice > a {
    margin-right: Gt20px;
    text-align: center;
    display: block;
}

.carts {
    width: 100%;
    display: block;
    font-size: 1.2em;
}

.carts:after {
     display: block;
     content: " ";
     clear: both;
}
html, body {
	margin: 0;
	padding: 0;
	border-color: #ddd;
	font-family: Arial, sans-serif, arial;
	background-color: #f5f8fa !important;
    min-height: 100%;
    color: #666;
}

a {
	color: #3c8dbc;
	text-decoration: none;
}


ul, li {
	list-style: none;
}

noscript {
	text-align: center;
	color: red;
	background-color: #FFC8C4 !important;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.form input {
	border: 1px solid #ddd;
	padding: 5px;
}

.form label {
	display: none;
}

.form button {
	border: none;
	padding: 5px;
}

.form .errorlist {
	background: #FFE6E6;
}


.required-field:before {
	content: "*";
	color: red;
	float: right;
}

.fa-chevron-left {
    font-size: smaller;
}

.sys-message {
	background-color: #FFFFBE;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 10px;
}

.sys-message .close {
	float: left;
	cursor: pointer;
}

.simple-content {
	margin: 10px auto;
	width: 80%;
	height: 80vh;
	background: #fff;
	text-align: center;
	display: table;
}

.simple-content img {
	width: 40%;
}

.simple-content .left {
	background-color: #fafafa;
	color: #333;
	display: table;
}

.simple-content > * {
	display: table-cell;
	vertical-align: top;
	height: 100%;
}

.simple-content form {
	padding: 10px;
	width: 20%;
	text-align: center;
}

.login-form {
	margin: 20px auto !important;
	width: 500px;
	background-color: #fff;
	text-align: center;
	padding-bottom: 10px;
}

.login-form h2 {
	margin: 0;
    margin-bottom: 10px;
	padding: 5px;
	text-align: center;
	background: #5098c3;
    color: #D8E8F2;
}

.login-form input {
	width: auto;
}

div.search h1 {
	font-size: 1.2em;
	color: #333;
}

.breadcrumbs {
    width: 90%;
    margin: 0 auto;
    padding: 5px;
    color: #7fc2ce;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    background-color: #fff;
    position: relative;
    top: 15px;
    margin-bottom: 20px;

-webkit-box-shadow: 0px 2px 14px -9px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 14px -9px rgba(0,0,0,0.75);
box-shadow: 0px 2px 14px -9px rgba(0,0,0,0.75)

}

.breadcrumbs .fa {
    z-index: 1;
}

.breadcrumbs .glyphicon {
    font-size: smaller;
}

#cart-overlay {
	display: none;
	position: fixed;
	width: 100vw;
    height: 100vh;
	background-color: rgba(255,255,255,0.6);
	z-index: 1001;

}

.compare-button button {
    font-size: 2em;
    border: none;
    background-color: #c92635;
    color: #fff;
}

.add-cart {
    background-color: #333;
    margin-bottom: -5px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 10px !important;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}

header.fixed+#market-banner {
    background-position: center;
}

header.fixed #top-header {
	height: 50px;
	margin: 0;
	padding: 2px 10px;
}

header.fixed #chains-menu {
	line-height: .7em;
}


#top-navbar {
    background-color: #3c8dbc;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: inset 2px -4px 2px -3px rgba(3c,8d,bc,1);
    -moz-box-shadow: inset 2px -4px 2px -3px rgba(3c,8d,bc,1);
    box-shadow: inset 2px -4px 2px -3px rgba(3c,8d,bc,1);
    font-size: 1.2em;
}

#top-navbar button {
    background-color: inherit;
    border: 0;
    color: #fff;
    padding: 10px 15px;
}

#top-navbar button:press {
}

#top-navbar .dropdown-menu {
    left: auto;
    background-color: #5098C3;
    text-align: right;
    margin-top: -1px;
}


#top-navbar .presentation {
	z-index: 200;
}

#top-navbar a {
    color: #fff;
}

#top-navbar .glyphicon {
    color: #ddd;
}

#top-navbar .brand {
    background-color:#337ab7 ;
    text-decoration: none;
    padding: 10px;
    display: inline-block;
}

#top-navbar .brand img {
    width: 100px;
    height: 100%;
}

#top-navbar .chains .dropdown-menu {
    padding: 10px;
    width: 350px;
}

#top-navbar .chains .dropdown-menu li {
    display: inline-block;
    width: 40%;
    direction: rtl;
    margin: 0;
    padding: 0;
}

#top-header {
	background-color: #fff;
	padding: 10px;
	margin: 0;
	position: relative;
}

#top-header li {
	display: inline-block;
	vertical-align: middle;
}

#top-header .logo img{
	max-width: 100px;
	margin-left: 20px;
}

header .dropdown {
    display: inline-block;
}

header .dropdown a {
    text-decoration: none;
}

#top-menu {
	font-size: 1.1em;
    background-color: #f4f7ee;
    margin: 0;
    text-align: center;
}

#top-menu > li {
    display: inline-block;
    padding: 10px;
}


#top-menu a {
	color: #034500 ;
	margin: 0 4px;
}

#top-menu a:focus {
	outline: none;
}

#top-menu a:hover {
	text-decoration: none;
	border-bottom: 4px solid #ddd;
}

#top-header #top-menu .glyphicon {
	color: #ddd;
}

#top-header #top-menu #top-menu-counter {
	color: #fff;
}

#top-navbar .login-buttons {
	padding: 10px 20px;
	color: #dfdfdf;
    display: inline-block;
}

#chains-menu {
	list-style: none;
    background-color: rgba(33, 33, 33, 0.9);
    color: #ddd;
	margin: 0;
	padding: 0;
	text-align: center;
    position: fixed;
    top: 38px;
    width: 100%;
    height: 40px;
    z-index: 20;
}


#chains-menu li {
	list-style: none;
    display: inline-block;
	margin: 0;
	padding: 0;
}

#chains-menu li a {
	color: #999;
	display: inline-block;
	margin: 0;
	padding: 10px;
}

#chains-menu li a:hover {
	color: #ddd;
}

#content {
    position: relative;
    top: 45px;
}

.center-block {
	margin: 0 auto;
	display: table;
	border-collapse: separate;
	border-spacing: 10px;
    background: #fff;
    width: 90%;
}

.row {
	display: table-row;
}

.product-list {
    text-align: center;
}

.product-list h2 {
    background: #737C73;
    margin: 0;
    color: #fff;
    padding: 10px;
}

#map {
    width: 50%;
    height: 300px;
    float: left;
}

.recommended {
	vertical-align: top;
	width: 50%;
	margin-right: 50px;
	padding: 0;
	padding-bottom: 20px;
	display: table-cell;
	background-color: #fff;
}

.recommended > li:first-child {
	width: 100%;
	display: block;
	background-color: #f5f5f5;
	color: #333;
	padding:  0 10px;
}

.recommended > li > h1:nth-child(odd) {
}

.recommended > li:first-child h1 {
	margin: 0;
	padding: 0;
}

.recommended > li {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	padding: 20px;
}

.recommended > li > h3 {
	margin: 0;
}

.recommended > li ul {
	padding: 0;
	margin: 0;
}

.recommended > li li a {
	color: #596A56;
}

.more-chains {
    text-align: center;
}

.more-chains img {
    max-width: 228px;
    max-height: 100px;
}

.product-view .details .price-range {
    font-size: 1.3em;
}

.product-view .details .label {
     font-weight: bold;
     font-size: 1.2em;
     color: #333 !important;
}

.store-list {
    border-bottom: 1px solid #dfdfdf;
    font-size: 1.2em;
    width: 100%;
}

.center-free-floating {
    width: 80%;
    margin: 0 auto;
}

.standard-width {
    width: 80%;
}

.store-list a {
    color: #1f84e0  ;
}

.store-list caption {
    text-align: center;
    border: 1px solid #ddd;
    background-color: #fafafa;
}

.store-list tr:nth-child(odd) {
    background-color: #fafafa;
}

.store-list th {
    background-color: #d8e8f2;
    color: #666;
    padding: 10px;
    text-align: right;
    white-space: nowrap;
}

.store-list tr {
    background-color: #fff;
}

.store-list td {
     padding: 5px;
     vertical-align: middle;
}

.store-list td .chain-logo {
    width: 128px;
    height: 40px;
}

#compare-results.store-list {
     font-size: 1.1em;
}

.top-search {
    padding: 5px 10px;
}

.top-search input[type=text] {
    line-height: 1.3em;
	width: 30em;
    border: 1px solid #fff;
    color: #222;
    padding: 5px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.top-search input[type=text]:focus {
	box-shadow: 0 0 2px rgb(255, 249, 248);
	border: 1px solid rgb(249, 251, 251);
}

.top-search button {
    left: 40px;
    position: relative;
    padding: 10px 15px;
    background-color: inherit;
    color: #333 !important;
}

.search .top-search {
    display: block;
    margin: 0 auto;
    width: 600px;
    font-size: 1.2em;
    margin: 20px auto;
}

.search .top-search input[type=text] {
    width: 500px;
    background-color: #D8E8F2;
    color: #09093B;
}

.pagination {
    display: block;
    clear: both;
    text-align: center;
}

.messages {
    position: relative;
    top: 80px;
    margnin-bottom: 10px;
    width: 80%;
    margin: 5px auto;
    padding: 5px;
    color: #fff;
}

.messages li {
    padding: 5px;
    border-radius: 15px;
}

.box-msg {
    margin: 5px auto;
    color: #fff;
    padding: 10px;
    border-radius: 10px;

}

.success {
    background-color: #337ab7;
}

.fail {
    background-color: red;
}

.top-level {
    width: 80%;
    margin: 0 auto !important;
}

.secondary {
    font-size: .7em;
    font-style: italic;
    color: #888;
}


.read-section {
    width: 80%;
    margin: 0 auto;
    padding: 10px 120px;
    font-size: 1.4em;
}

.read-section h1 {
    text-align: center;
}

table thead .header {
    cursor: pointer;
}

table thead .header:after {
    content: " ◀ ";
}

table thead .header.headerSortDown:after {
    content: " ▼ ";
}

table thead .header.headerSortUp:after {
    content: " ▲ ";
}

.user-location-box {
    float: left;
    margin-left: 100px;
    background-color: #ddd;
    padding: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.user-location-box h2 {
    margin: 5px;
}

.push-right {
    float: right;

}
