@import url(//fonts.googleapis.com/css?family=Courgette|Josefin+Sans:100,100i,300,300i,400,400i,600,600i,700,700i|Lobster|Merriweather:300,300i,400,400i,700,700i,900,900i|Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Playfair+Display:400,400i,700,700i,900,900i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i|Vesper+Libre:400,500,700,900);
.global-button {
    font-size: 13px;
    font-weight: 700;
    -ms-border-radius: 3px;
    border-radius: 3px
}
.highlight-date {
    background-color: #34c962 !important;
    color: white !important;
    font-weight: bold
}

.standard-button {
    padding: 10px 16px;
    color: #fff !important;
    background: #a00003;
    border: 1px solid transparent;
    background-color: #ba3c43 !important;
    background-image: -webkit-linear-gradient(top, #ba3c43, #a00003);
    background-image: linear-gradient(to bottom, #ba3c43, #a00003)
}

.primary-button {
    color: #fff !important;
    border: 1px solid transparent !important;
    background-color: #ba3c43 !important;
    background-image: -webkit-linear-gradient(top, #ba3c43, #a00003);
    background-image: linear-gradient(to bottom, #ba3c43, #a00003)
}

.pink-primary-button {
    color: #fff !important;
    border: 1px solid transparent !important;
    background-color: #ba3c43 !important;
    background-image: -webkit-linear-gradient(top, #ba3c43, #F78181);
    background-image: linear-gradient(to bottom, #ba3c43, #F78181)
}

.green-primary-button {
    color: #fff !important;
    border: 1px solid transparent !important;
    background-color: #2ba726 !important;
    background-image: -webkit-linear-gradient(top, #2ba726, #049404);
    background-image: linear-gradient(to bottom, #2ba726, #049404)
}

.blue-primary-button {
    color: #fff !important;
    border: 1px solid transparent !important;
    background-color: #629ad5 !important;
    background-image: -webkit-linear-gradient(top, #629ad5, #3e83cc);
    background-image: linear-gradient(to bottom, #629ad5, #3e83cc)
}

.secondary-button {
    color: #fff !important;
    border: 1px solid #161616;
    background-color: #363636 !important;
    background-image: -webkit-linear-gradient(top, #363636, #161616);
    background-image: linear-gradient(to bottom, #363636, #161616)
}

body,
html {
    height: 100%
}

body {
    font-family: "Open Sans", Arial, sans-serif;
    line-height: 1;
    color: #161616;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.alert-dismissible .btn-close{
    padding: 1.00rem 1rem
}

h1,
h2,
h3,
h4 {
    margin: 0
}

h3 {
    margin: 0 0 20px;
    font-size: 19px;
    font-weight: 700;
    line-height: 21px
}

h4 {
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize
}

ul li {
    line-height: 15px
}

p {
    line-height: 1.3
}

a {
    text-decoration: none
}

a:link,
a:visited {
    color: #800002
}

a:active,
a:hover {
    color: #ba3c43;
    text-decoration: none
}

hr {
    border-top: 1px solid #666666
}

label {
    margin: 5px 0 5px 0;
    font-weight: 400
}

.well p {
    margin: 0
}

.font-bold {
    font-weight: 700
}

.pointer {
    cursor: pointer
}

.left {
    float: left
}

.right {
    float: right
}

.max-width {
    width: 100%
}

.max-width-250px {
    max-width: 250px
}

.max-width-600px {
    max-width: 600px
}

.max-width-375px {
    max-width: 375px
}

.max-width-350px {
    max-width: 350px
}

.field-validation-error {
    display: block
}

.no-js {
    margin: 0 15px;
    padding: 15px;
    display: block;
    color: #e80707;
    background-color: transparent;
    border: 1px solid #e80707;
    text-align: center
}

.btn {
    font-size: 13px;
    font-weight: 700;
    -ms-border-radius: 3px;
    border-radius: 3px
}

.btn.dropdown-toggle {
    color: #161616;
    background-color: #fff;
    border-color: #b0b0b0;
    text-align: left
}

.btn.dropdown-toggle:hover {
    color: #161616;
    background-color: #fff;
    border-color: #b0b0b0
}

.btn.dropdown-toggle .caret {
    position: absolute;
    top: 15px;
    right: 16px;
    border-top-color: #545454
}

.btn.dropdown-toggle .spinner {
    position: absolute;
    top: 13px;
    right: 36px
}

.btn:hover {
    background: #800002;
    border: 1px solid #800002;
    outline: 0
}

.btn:focus {
    outline: 0
}

.btn:active {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .15)
}

.btn.item-added {
    background: #545454;
    border: 1px solid #545454
}

.btn.disabled {
    color: #fff !important;
    border: 1px solid transparent !important;
    background-color: #ba3c43 !important;
    background-image: -webkit-linear-gradient(top, #ba3c43, #a00003);
    background-image: linear-gradient(to bottom, #ba3c43, #a00003)
}

.btn-lg {
    padding: 14px 16px
}

.btn-standard {
    padding: 10px 16px;
    color: #fff !important;
    background: #a00003;
    border: 1px solid transparent;
    background-color: #ba3c43 !important;
    background-image: -webkit-linear-gradient(top, #ba3c43, #a00003);
    background-image: linear-gradient(to bottom, #ba3c43, #a00003)
}

.btn-standard:hover {
    border: 1px solid #800002;
    background-color: #ba3c43 !important;
    background-image: -webkit-linear-gradient(top, #ba3c43, #800002);
    background-image: linear-gradient(to bottom, #ba3c43, #800002)
}

.btn-standard:active {
    background: #800002 !important
}

.btn-default {
    color: #161616 !important;
    background: #fff;
    border: 1px solid #b0b0b0
}

.btn-default:hover {
    background: #f0f0f0;
    border: 1px solid #b0b0b0
}

.btn-secondary {
    color: #fff !important;
    border: 1px solid #161616;
    background-color: #363636 !important;
    background-image: -webkit-linear-gradient(top, #363636, #161616);
    background-image: linear-gradient(to bottom, #363636, #161616)
}

.btn-secondary:hover {
    border: 1px solid #000;
    background-color: #363636 !important;
    background-image: -webkit-linear-gradient(top, #363636, #000);
    background-image: linear-gradient(to bottom, #363636, #000)
}

.btn-secondary:active {
    background: #000 !important
}

.btn-primary {
    color: #fff !important;
    border: 1px solid transparent !important;
    background-color: #ba3c43 !important;
    background-image: -webkit-linear-gradient(top, #ba3c43, #a00003);
    background-image: linear-gradient(to bottom, #ba3c43, #a00003)
}

.btn-primary.disabled,
.btn-primary:disabled {
    opacity: .5;
    background: #545454 !important;
    border: 1px solid #545454
}

.btn-primary:hover {
    border: 1px solid #800002;
    background-color: #ba3c43 !important;
    background-image: -webkit-linear-gradient(top, #ba3c43, #800002);
    background-image: linear-gradient(to bottom, #ba3c43, #800002)
}

.btn-primary:active {
    background: #800002 !important
}

.btn-green-primary {
    color: #fff !important;
    border: 1px solid transparent !important;
    background-color: #60F360 !important;
    background-image: -webkit-linear-gradient(top, #60F360, #049404);
    background-image: linear-gradient(to bottom, #2ba726, #049404)
}

.btn-green-primary:hover {
    border: 1px solid #048004;
    background-color: #2ba726 !important;
    background-image: -webkit-linear-gradient(top, #2ba726, #048004);
    background-image: linear-gradient(to bottom, #2ba726, #048004)
}

.btn-green-primary:active {
    background: #048004 !important
}

.btn-blue-primary {
    color: #fff !important;
    border: 1px solid transparent !important;
    background-color: #629ad5 !important;
    background-image: -webkit-linear-gradient(top, #629ad5, #3e83cc);
    background-image: linear-gradient(to bottom, #629ad5, #3e83cc)
}

.btn-blue-primary:hover {
    border: 1px solid #3673b2;
    background-color: #629ad5 !important;
    background-image: -webkit-linear-gradient(top, #629ad5, #3673b2);
    background-image: linear-gradient(to bottom, #629ad5, #3673b2)
}

.btn-blue-primary:active {
    background: #3673b2 !important
}

.open .dropdown-toggle.btn-default {
    color: #161616;
    background-color: #fff;
    border-color: #b0b0b0;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .15)
}

ul.dropdown-menu {
    padding: 7px 0
}

ul.dropdown-menu li {
    padding: 2px 0;
    font-size: 13px
}

ul.dropdown-menu li a {
    padding: 3px 16px
}

.custom-checkbox {
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: #0d6efd;
}

.custom-checkbox-primary {
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: #A00003; 
}

.form-control {
    padding: 6px 12px;
    vertical-align: middle;
    height: 30px;
    font-size: 13px;
    color: #161616;
    line-height: 1.4;
    background-color: #fff;
    background-image: none;
    border: 1px solid #b0b0b0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .03);
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .03)
}

.form-control.input-validation-error {
    margin-bottom: 0
}

.form-control:focus {
    border-color: #a00003;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control::-webkit-input-placeholder {
    color: #545454
}

.form-control:-moz-placeholder {
    color: #545454
}

.form-control::-moz-placeholder {
    color: #545454
}

.form-control:-ms-input-placeholder {
    color: #545454
}

.form-control-lg {
    height: 40px
}

.placeholder {
    color: #545454
}

.breadcrumb {
    margin: 0;
    padding: 0 0 0;
    background-color: transparent;
    -ms-border-radius: 0;
    border-radius: 0;
    font-size: 10px
}

.section-title h2 {
    padding: 0 0 10px;
    position: relative;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 12px;
    line-height: 21px;
    border-bottom: 1px solid #dadada;
    text-transform: capitalize
}

.section-title h2 span {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 13px;
    text-transform: none
}

@media (max-width:480px) {
    .section-title h2 span {
        margin: 10px 0 0;
        position: static;
        display: block
    }
}

.spinner {
    display: block;
    border: 2px solid #eee;
    font-size: 40px;
    width: .5em;
    height: .5em;
    border-radius: .5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top-color: #a00003
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

progress {
    height: 15px;
    width: 100%
}

.alert {
    margin: 30px 0 20px;
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 10px;
    border-radius: 0;
    -webkit-animation: fadeIn .2s linear forwards;
    -moz-animation: fadeIn .2s linear forwards;
    -o-animation: fadeIn .2s linear forwards;
    -ms-animation: fadeIn .2s linear forwards;
    animation: fadeIn .2s linear forwards
}

.alert.alert-danger {
    color: #e80707;
    background-color: transparent;
    border-color: #e80707
}

.alert.alert-danger .close {
    color: #e80707
}

.alert.alert-success {
    color: #049404;
    background-color: transparent;
    border-color: #049404
}

.alert.alert-success .close {
    color: #049404
}

.alert.alert-warning {
    color: #b49610;
    background-color: transparent;
    border-color: #b49610
}

.alert.alert-warning .close {
    color: #b49610
}

.alert.alert-info {
    color: #3e83cc;
    background-color: transparent;
    border-color: #3e83cc
}

.alert.alert-info .close {
    color: #3e83cc
}

.alert .close {
    line-height: 18px;
    opacity: .5
}

.alert .close:focus,
.alert .close:hover {
    opacity: 1
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-1px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-1px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-1px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-1px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-1px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

.carousel .carousel-inner {
    background: #000
}

.carousel .carousel-control {
    color: #fff
}

.carousel .carousel-control.left,
.carousel .carousel-control.right {
    background-image: none
}

.pagination-container {
    text-align: center
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #b0b0b0;
    color: #161616
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background-color: #eee;
    color: #161616;
    border-color: #b0b0b0
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #800002;
    border-color: #800002
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #b0b0b0
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    border: 1px solid #b0b0b0;
    border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #999;
    cursor: not-allowed;
    background-color: #fff
}

.pager:after,
.pager:before {
    display: table;
    content: " "
}

.pager:after {
    clear: both
}

#input-cc-number {
    position: relative
}

.input-cc-number:after {
    position: absolute;
    top: 3px;
    right: 10px;
    height: 24px;
    width: 36px;
    content: " ";
    background: url(//files.steinhafels.com/img/cc-types.png) 0 24px no-repeat
}

.cc-types:after {
    position: absolute;
    height: 24px;
    width: 36px;
    content: " ";
    background: url(//files.steinhafels.com/img/cc-types.png) 0 24px no-repeat
}

.cc-visa:after {
    background-position: 0 0
}

.cc-mastercard:after {
    background-position: 0 -24px
}

#input-cc-number.amex:after {
    background-position: 0 -48px
}

.cc-discover:after {
    background-position: 0 -72px
}

.cc-invalid:after {
    background-position: 0 -96px
}

.cc-jcb:after {
    background-position: 0 -118px
}

.cc-diners:after {
    background-position: 0 -142px
}

#ad a {
    display: block;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 27px;
    color: #fff;
    background: #a00003;
    text-transform: uppercase
}

#ad a b {
    margin: 0 15px 0 0;
    color: #fff387
}

#ad a strong {
    font-weight: 700
}

#ad a i {
    font-size: 21px;
    font-weight: 400;
    font-style: normal
}

#ad a .ad-details {
    position: relative;
    text-transform: none;
    background: #ba3c43
}

#ad a .ad-details i {
    padding: 0 30px 0 0
}

#ad a .ad-details i:after {
    position: absolute;
    top: 20px;
    right: 18px;
    content: " ";
    height: 0;
    width: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 11px solid #a00003
}

#ad a:after {
    content: " ";
    display: block;
    height: 0;
    clear: both
}

#cart-summary {
    padding: 25px;
    background: #f0f0f0
}

#cart-summary h3 {
    font-weight: 400
}

#cart-summary ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#cart-summary ul li {
    padding: 5px 0;
    overflow: hidden;
    clear: both
}

#cart-summary ul li:first-of-type {
    padding: 18px 0 5px;
    border-top: 1px solid #dadada
}

#cart-summary ul li.cart-subtotal {
    margin: 13px 0 0;
    padding: 18px 0 5px;
    border-top: 1px solid #dadada
}

#cart-summary ul li.cart-total {
    margin: 13px 0 5px;
    padding: 18px 0 0;
    border-top: 1px solid #dadada
}

#cart-summary ul li.cart-total .cart-item-price {
    font-size: 17px;
    font-weight: 700;
    color: #06a000
}

#cart-summary p {
    margin: 0
}

#cart-summary p.cart-item-name {
    float: left;
    font-size: 15px;
    font-weight: 700
}

#cart-summary p.cart-item-name span {
    font-size: 11px;
    font-weight: 400;
    color: #545454
}

#cart-summary p.cart-label {
    float: left
}

#cart-summary p.cart-item-price {
    float: right
}

.contact-us form {
    margin: 40px 0 0
}

@media (min-width:768px) {
    .contact-us form .control-label {
        text-align: left
    }
}

.special-order .panel-group {
    margin: 15px 0
}

.special-order .panel-group .panel-heading {
    background-color: #fff
}

.special-order .panel-group .panel-heading .panel-title {
    font-size: 13px;
    font-weight: 400;
    text-transform: none
}

.special-order .panel-group .panel-body {
    background-color: #f5f5f5
}

.special-order .panel-group .panel-body h3 {
    margin: 0 0 10px
}

.special-order .panel-group .panel-body p:last-of-type {
    margin: 0
}

.special-order table td {
    padding: 0 15px 10px 0;
    float: left;
    line-height: 15px;
    width: 240px
}

@media (max-width:1200px) {
    .special-order table td {
        width: 235px
    }
}

@media (max-width:991px) {
    .special-order table td {
        width: 240px
    }
}

@media (max-width:768px) {
    .special-order table td {
        width: 235px
    }
}

@media (max-width:670px) {
    .special-order table td {
        width: 260px
    }
}

@media (max-width:590px) {
    .special-order table td {
        width: 230px
    }
}

@media (max-width:505px) {
    .special-order table td {
        width: 100%
    }
}

.current-promotions .promo-single {
    margin: 20px 0 0;
    padding: 0 0 10px;
    border-bottom: 1px solid #dadada
}

.current-promotions .promo-single img {
    margin: 0 30px 15px 0;
    float: left;
    width: 100px
}

.current-promotions .promo-single .promo-description {
    float: left;
    width: 600px
}

@media (max-width:1200px) {
    .current-promotions .promo-single .promo-description {
        width: 400px
    }
}

@media (max-width:991px) {
    .current-promotions .promo-single .promo-description {
        width: 585px
    }
}

@media (max-width:768px) {
    .current-promotions .promo-single .promo-description {
        width: 75%
    }
}

@media (max-width:570px) {
    .current-promotions .promo-single .promo-description {
        width: 100%
    }
}

.current-promotions .promo-single .promo-description h3 {
    margin: 0 0 15px
}

.current-promotions .promo-single:after {
    content: " ";
    display: block;
    height: 0;
    clear: both
}

.current-promotions .promo-current-listing {
    margin: 20px 0 0
}

@media (max-width:991px) {
    .current-promotions .promo-current-listing table td:first-child {
        width: 300px
    }
}

@media (max-width:570px) {
    .current-promotions .promo-current-listing table td:first-child {
        width: auto
    }
}

.current-promotions .homepage-block {
    margin-top: 40px
}

.current-promotions .homepage-block>a {
    padding: 0
}

.current-promotions .homepage-block>a:hover img {
    box-shadow: none
}

@media (max-width:767px) {
    .current-promotions .homepage-block img {
        margin: 0 auto
    }
}

.current-ads-divider {
    margin: 15px 0 15px;
    overflow: hidden
}

.current-ads-banner {
    padding: 5px;
    float: left;
    width: 95%;
    height: 30px;
    font-size: 18px;
    color: #fff;
    background-color: #ba3c43
}

.decorating-solutions h1 {
    padding: 40px 0 25px
}

.decorating-solutions p.lead {
    padding: 0 25px 40px
}

.decorating-solutions .decorating-steps {
    text-align: center;
    color: #fff
}

.decorating-solutions .decorating-steps ol {
    margin: 0
}

.decorating-solutions .decorating-steps ol>li {
    margin: 0 -2px;
    padding: 40px 75px;
    position: relative;
    vertical-align: top;
    height: 337px;
    width: 33.3333%;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    background: #a00003
}

@media (max-width:1200px) {
    .decorating-solutions .decorating-steps ol>li {
        padding: 40px;
        height: 325px
    }
}

@media (max-width:991px) {
    .decorating-solutions .decorating-steps ol>li {
        padding: 30px 18px;
        height: 293px
    }
}

@media (max-width:768px) {
    .decorating-solutions .decorating-steps ol>li {
        margin: 0;
        padding: 40px;
        display: block;
        text-align: left;
        height: 175px;
        height: auto;
        width: 100%;
        border-right: none
    }
}

@media (max-width:768px) {
    .decorating-solutions .decorating-steps ol>li h3,
    .decorating-solutions .decorating-steps ol>li p {
        padding: 0 0 0 90px
    }
}

@media (max-width:480px) {
    .decorating-solutions .decorating-steps ol>li h3,
    .decorating-solutions .decorating-steps ol>li p {
        padding: 0 0 0 66px
    }
}

.decorating-solutions .decorating-steps ol>li:before {
    margin: 0 auto 25px;
    display: block;
    font-family: 'Glyphicons Halflings';
    font-size: 100px;
    font-weight: 400;
    content: "\e008";
    color: #fff;
    height: 107px
}

@media (max-width:991px) {
    .decorating-solutions .decorating-steps ol>li:before {
        margin: 0 auto 18px;
        font-size: 72px;
        height: 76px
    }
}

@media (max-width:768px) {
    .decorating-solutions .decorating-steps ol>li:before {
        margin: 0 18px 18px 0;
        float: left
    }
}

@media (max-width:480px) {
    .decorating-solutions .decorating-steps ol>li:before {
        font-size: 48px;
        height: auto
    }
}

.decorating-solutions .decorating-steps ol>li:last-child {
    border-right: none
}

.decorating-solutions .decorating-steps h3 {
    margin: 0 0 15px
}

.decorating-solutions .decorating-steps p {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px
}

@media (max-width:1200px) {
    .decorating-solutions .decorating-steps p {
        font-size: 11px;
        line-height: 16px
    }
}

.decorating-solutions .package-heading {
    padding: 40px 0;
    text-align: center;
    background: #161616
}

@media (max-width:768px) {
    .decorating-solutions .package-heading {
        text-align: left
    }
}

.decorating-solutions .package-heading h6 {
    margin: 0;
    font-size: 21px;
    font-weight: 700;
    color: #b0b0b0;
    text-transform: uppercase;
    letter-spacing: 2px
}

@media (max-width:991px) {
    .decorating-solutions .package-heading h6 {
        padding: 0 30px
    }
}

.decorating-solutions .package-heading p {
    margin: 15px 0 0;
    padding: 0 240px;
    font-weight: 700;
    color: #545454
}

@media (max-width:1200px) {
    .decorating-solutions .package-heading p {
        padding: 0 140px
    }
}

@media (max-width:991px) {
    .decorating-solutions .package-heading p {
        padding: 0 30px
    }
}

@media (max-width:480px) {
    .decorating-solutions .package-heading p {
        padding: 0 40px
    }
}

.decorating-solutions .package-single {
    padding: 45px 40px;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada
}

.decorating-solutions .package-single .package-info {
    float: left;
    width: 540px
}

.decorating-solutions .package-single .package-info table td {
    padding: 20px
}

.decorating-solutions .package-single .package-info table td:first-child {
    font-weight: 700
}

.decorating-solutions .package-single .package-info table td:last-child {
    text-align: right
}

@media (max-width:1200px) {
    .decorating-solutions .package-single .package-info {
        width: 475px
    }
}

@media (max-width:991px) {
    .decorating-solutions .package-single .package-info {
        width: 350px
    }
}

@media (max-width:768px) {
    .decorating-solutions .package-single .package-info {
        float: none;
        width: auto
    }
}

.decorating-solutions .package-single .package-thumb {
    float: right;
    width: 460px
}

@media (max-width:1200px) {
    .decorating-solutions .package-single .package-thumb {
        width: 330px
    }
}

@media (max-width:991px) {
    .decorating-solutions .package-single .package-thumb {
        width: 230px
    }
}

@media (max-width:768px) {
    .decorating-solutions .package-single .package-thumb {
        margin: 40px 0 0;
        float: none;
        width: auto
    }
}

.decorating-solutions .package-single .package-thumb img {
    margin: 0 0 20px;
    width: 100%;
    max-width: 275px
}

.decorating-solutions .package-single .package-thumb .package-details h3 {
    font-weight: 100
}

.decorating-solutions .package-single .package-thumb .package-details p {
    line-height: 13px
}

.decorating-solutions .package-single .package-thumb .package-details ul {
    margin: 0;
    padding: 0 0 0 15px;
    float: left;
    width: 225px
}

.decorating-solutions .package-single .package-thumb .package-details ul li {
    line-height: 25px
}

.decorating-solutions .package-single .package-thumb .package-details:after {
    content: " ";
    display: block;
    height: 0;
    clear: both
}

.decorating-solutions .package-single:nth-child(even) {
    background: #f0f0f0
}

.decorating-solutions .package-single:after {
    content: " ";
    display: block;
    height: 0;
    clear: both
}

.decorating-solutions .package-single .contact-decorator {
    padding: 25px 0 0;
    clear: both;
    text-align: center
}

.decorating-solutions .package-single .contact-decorator a {
    padding: 14px 56px
}

.field-validation-error,
.validation-summary-errors {
    color: #b94a48
}

.field-validation-valid,
.validation-summary-valid {
    display: none
}

.input-validation-error {
    border: 1px solid #b94a48
}

input[type=checkbox].input-validation-error {
    border: 0 none
}

.no-color {
    background-color: #fff;
    border-style: none
}

a:hover {
    text-decoration: none;
    cursor: pointer
}

.has-spinner.active {
    cursor: progress
}

.has-spinner.active .spinner {
    opacity: 1;
    width: auto
}

.has-spinner-mini.active .spinner {
    width: 10px
}

.has-spinner-small.active .spinner {
    opacity: 1;
    width: 13px
}

.has-spinner.btn.active .spinner {
    width: 16px
}

.has-spinner.btn-large.active .spinner {
    width: 19px
}

.cart-product-image {
    width: 150px
}

.cartHeader {
    display: inline;
    background-color: #A00003;
    border-radius: 50%;
    color: #FFF;
    font-size: 13px;
    padding: 0 5px 0 5px;
    position: relative;
    top: -10px;
    left: 15px
}

.qtyText {
    font-weight: 400;
    font-size: 10px;
    position: absolute;
    float: left;
    padding: 10px 0 0 2px
}

.line-thru-prc {
    text-decoration: line-through;
    color: #666;
    font-size: 11px
}

.reqfield {
    color: red;
    font-size: 10px;
    font-weight: 700
}

#delivery-availability-tabs {
    font-weight: 700
}

#zipcode-error {
    margin-top: 5px;
    display: none
}

#delivery-pickup-label {
    padding-left: 15px;
    line-height: 1.5;
    text-align: left
}

.delivery-pickup-options {
    padding-left: 10px;
    position: relative;
    display: inline-block;
    width: 300px
}

@media (max-width:480px) {
    .delivery-pickup-options {
        width: 275px
    }
}

@media (max-width:385px) {
    .delivery-pickup-options {
        padding-left: 15px;
        width: 90%
    }
}

.delivery-pickup-options #delivery-pickup-drop {
    position: relative;
    line-height: 1.5
}

.delivery-pickup-options #delivery-pickup-drop .caret {
    top: 15px
}

.delivery-pickup-options .dropdown-menu a {
    padding: 3px 12px
}

.delivery-pickup-options #delivery-pickup-drop,
.delivery-pickup-options .dropdown-menu {
    width: 100%
}

.delivery-pickup-info {
    font-size: 11px;
    font-weight: 700;
    color: #545454
}

.rating {
    cursor: default
}

.rating .star {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    cursor: default
}

.rating .star:before {
    font-family: 'Glyphicons Halflings';
    font-size: 15px;
    font-weight: 400;
    content: "\e006";
    color: #dadada;
    cursor: default
}

.rating .star.star-full:before {
    color: #ffaa29
}

.rating .rating-count {
    margin: 0 0 0 4px
}

.rating .rating-total,
.rating .rating-write {
    margin: 0 0 0 8px;
    font-weight: 700
}

.rating .rating-total a,
.rating .rating-write a {
    color: #161616
}

.swiftype-widget .autocomplete li {
    border-top: none;
    border-bottom: 1px solid #e5e5e5
}

.search-items .search-item-row {
    padding: 20px 0;
    border-top: 1px solid #dadada
}

.search-items .search-item-row .search-item-image {
    margin: 0 20px 0 0;
    float: left;
    width: 214px
}

.search-items .search-item-row .search-item-image a {
    display: block;
    position: relative;
    text-align: center
}

.search-items .search-item-row .search-item-image a img {
    vertical-align: bottom;
    max-width: 214px
}

@media (max-width:768px) {
    .search-items .search-item-row .search-item-image a img {
        max-width: 107px
    }
}

.search-items .search-item-row .search-item-image a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff
}

@media (max-width:768px) {
    .search-items .search-item-row .search-item-image {
        width: 107px
    }
}

.search-items .search-item-row .search-item-details {
    float: left;
    width: 50%
}

.search-items .search-item-row .search-item-details a {
    color: #161616
}

.search-items .search-item-row .search-item-details h3 {
    margin: 5px 0 15px
}

@media (max-width:768px) {
    .search-items .search-item-row .search-item-details h3 {
        margin: 0 0 15px
    }
}

.search-items .search-item-row .search-item-details .listing-price {
    font-size: 17px;
    font-weight: 700;
    color: #a00003
}

.search-items .search-item-row .search-item-details .listing-price span {
    margin: 0 0 0 5px;
    font-size: 13px;
    font-weight: 400;
    color: #545454;
    text-decoration: line-through
}

.search-items .search-item-row:after {
    content: " ";
    display: block;
    height: 0;
    clear: both
}

.slick-slider {
    margin-bottom: 0
}

.slick-slider .slick-list {
    margin: 0 10px
}

.slick-slider .slick-list .slick-slide img {
    padding: 0 10px;
    width: 100%
}

@media (max-width:991px) {
    .slick-slider .slick-list .slick-slide {
        margin: 0 5px
    }
}

@media (max-width:670px) {
    .slick-slider .slick-list .slick-slide {
        margin: 0
    }
}

.slick-slider .slick-list .slick-slide.item {
    padding: 0 10px 5px
}

.slick-slider .slick-list .slick-slide.item .item-image {
    position: relative
}

.slick-slider .slick-list .slick-slide.item .item-image a {
    display: block
}

.slick-slider .slick-list .slick-slide.item .item-image a img {
    padding: 0
}

.slick-slider .slick-list .slick-slide.item .item-image a:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: #fff
}

.slick-slider .slick-list .slick-slide.item h3 {
    margin: 10px 0;
    font-size: 13px
}

.slick-slider .slick-list .slick-slide.item h3 a {
    color: #161616
}

.slick-slider .slick-list .slick-slide.item .listing-price {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    color: #a00003
}

.slick-slider .slick-list .slick-slide.item .listing-price span {
    margin: 0 0 0 5px;
    font-size: 13px;
    font-weight: 400;
    color: #545454;
    text-decoration: line-through
}

.slick-slider .slick-list .slick-slide.item .rating {
    margin: 10px 0 0
}

.slick-slider .slick-list .slick-slide.item:after {
    height: 0
}

.slick-slider .slick-list .slick-slide:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: #fff
}

.slick-slider .slick-next,
.slick-slider .slick-prev {
    top: 42%;
    height: 45px;
    width: 29px
}

.slick-slider .slick-next:before,
.slick-slider .slick-prev:before {
    padding: 12px 6px;
    font-family: 'Glyphicons Halflings';
    font-size: 15px;
    color: #a00003;
    opacity: 1;
    border: 1px solid transparent;
    background: #fff
}

.slick-slider .slick-next:active:before,
.slick-slider .slick-prev:active:before {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .15)
}

.slick-slider .slick-next:hover:before,
.slick-slider .slick-prev:hover:before {
    border: 1px solid #b0b0b0
}

@media (max-width:1200px) {
    .slick-slider .slick-next,
    .slick-slider .slick-prev {
        top: 36%
    }
}

@media (max-width:991px) {
    .slick-slider .slick-next,
    .slick-slider .slick-prev {
        top: 32%
    }
}

@media (max-width:670px) {
    .slick-slider .slick-next,
    .slick-slider .slick-prev {
        display: none !important
    }
}

.slick-slider .slick-prev {
    left: -30px
}

.slick-slider .slick-next {
    right: -30px
}

#modal-signup {
    padding-right: 0 !important;
    text-align: center
}

#modal-signup .modal-content {
    border: none;
    border-radius: 0;
    background: #fff;
    -webkit-box-shadow: 0 2px 8px 2px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 2px 8px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px 2px rgba(0, 0, 0, .15)
}

#modal-signup .modal-header {
    padding: 40px 35px 30px;
    border-bottom: none
}

#modal-signup .modal-header .modal-title {
    font-size: 29px;
    font-weight: 700;
    color: #161616
}

#modal-signup .modal-header p {
    margin: 20px 0 0;
    font-size: 17px;
    font-style: italic;
    color: #545454;
    line-height: 1.5
}

#modal-signup .modal-header .close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 25px;
    font-weight: 400;
    color: #545454
}

#modal-signup .modal-body {
    padding: 35px 35px 40px;
    background: #f0f0f0
}

#modal-signup .modal-body button {
    padding: 15px 0;
    width: 100%;
    height: 48px;
    color: #fff;
    letter-spacing: 1px;
    background: #a00003;
    text-transform: uppercase
}

#modal-signup .modal-body button:hover {
    color: #fff !important;
    border: 1px solid transparent !important;
    background-color: #629ad5 !important;
    background-image: -webkit-linear-gradient(top, #629ad5, #3e83cc);
    background-image: linear-gradient(to bottom, #629ad5, #3e83cc)
}

#modal-signup .modal-body .form-group {
    margin-bottom: 20px
}

#modal-signup .modal-body .form-group .form-control {
    height: 48px;
    font-weight: 600;
    border: 1px solid transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

#modal-signup #email-signup-error {
    margin: 5px 0 0;
    text-align: left;
    color: red
}

#modal-signup #email-signup-success {
    color: green
}

#modal-signup.fade .modal-dialog {
    -webkit-transform: translate(0, -5%);
    -ms-transform: translate(0, -5%);
    -o-transform: translate(0, -5%);
    transform: translate(0, -5%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

#modal-signup.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open {
    padding-right: 0 !important
}

.modal-backdrop.in {
    opacity: .25
}

.modal-backdrop{
    z-index: -1!important;
}

.modal-backdrop.show{
    z-index: 0!important;
}

@media (max-width:768px) {
    .modal-body {
        padding: 5px
    }
}

@media (min-width:768px) {
    #modal-signup.in .modal-dialog {
        top: 25%
    }
}

@media (max-width:480px) {
    #modal-signup.in .modal-dialog {
        margin: 0;
        position: fixed;
        bottom: 0
    }
}

.modal-open {
    padding-right: 0 !important
}

.modal-dialog {
    margin: 0;
    bottom: 0;
    width: 100%
}

.modal-backdrop.in {
    opacity: .25
}

@media (min-width:768px) {
    #modal-signup .modal-header {
        padding: 40px 80px 30px
    }
    #modal-signup .modal-header .close {
        top: 25px;
        right: 30px
    }
    #modal-signup .modal-body {
        padding: 35px 80px 40px
    }
    .modal-dialog {
        margin: 10% auto;
        position: static;
        width: 450px
    }
}

#wrap {
    margin: 0 auto;
    padding: 0;
    max-width: 1170px
}

@media (max-width:1200px) {
    #wrap {
        padding: 0 30px
    }
}

@media (max-width:768px) {
    #wrap {
        padding: 0
    }
}

@media (max-width:768px) {
    #block-layout .homepage-block img {
        margin: 0 auto
    }
}

@media (max-width:767px) {
    .homepage-block {
        margin-bottom: 30px
    }
}

.page-header {
    z-index: 999;
    margin: 0 15px 0 15px;
    padding-bottom: 0;
    position: relative
}

.page-header h1 a {
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
    text-indent: 100%;
    background: url(//files.steinhafels.com/img/logo2%402x.png) no-repeat 0 0;
    background-size: 250px 52px;
    width: 250px;
    height: 52px
}

@media (max-width:991px) {
    .page-header h1 a {
        background-size: 250px 52px;
        width: 250px;
        height: 52px
    }
}

@media (max-width:480px) {
    .page-header h1 a {
        background-size: 200px 42px;
        width: 200px;
        height: 42px
    }
}

.page-header .header-ad {
    font-weight: 500;
    text-transform: uppercase
}

.page-header .header-ad a {
    padding: 5px 9px;
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 11px;
    color: #fff;
    background: #a00003
}

.page-header .header-ad a b {
    font-weight: 400;
    color: #fff387
}

.page-header .header-ad a i {
    font-weight: 400;
    font-style: normal;
    text-decoration: underline
}

@media (max-width:320px) {
    .page-header .header-ad a {
        right: 0
    }
}

@media (max-width:768px) {
    #header-cart {
        margin: 10px
    }
    .page-header {
        padding: 5px 0 0
    }
}

.swiftype-widget li p:last-child {
    font-size: 11px;
    line-height: 23px
}

.swiftype-widget li.active {
    border-top: #ba3c43 !important;
    border-bottom: #ba3c43 !important;
    background-color: #ba3c43 !important;
    background: #ba3c43 !important;
    box-shadow: none !important
}

section#content {
    margin: 0 15px 30px;
    max-width: 1366px
}

section#content .banner-image {
    margin: 0 0 35px;
    overflow: hidden;
    height: 275px
}

section#content .banner-image img {
    margin: -126px 0 0
}

@media (max-width:1200px) {
    section#content .banner-image img {
        margin: -126px 0 0 -226px
    }
}

@media (max-width:991px) {
    section#content .banner-image img {
        margin: -126px 0 0 -311px
    }
}

@media (max-width:767px) {
    section#content .banner-image img {
        margin: -126px 0 0 -319px
    }
}

@media (max-width:670px) {
    section#content .banner-image img {
        margin: -126px 0 0 -380px
    }
}

@media (max-width:590px) {
    section#content .banner-image img {
        margin: -126px 0 0 -455px
    }
}

@media (max-width:480px) {
    section#content .banner-image img {
        margin: -137px 0 0 -590px
    }
}

section#content.home {
    margin: 10px 15px;
    position: relative;
    margin-left: auto;
    margin-right: auto
}

#footer {
    padding: 30px 0 30px;
    color: #161616
}

#footer .footer-marketing {
    float: left;
    width: 100%
}

#footer .footer-marketing .form-inline .input-group {
    min-width: 250px
}

#footer .footer-marketing .form-inline .input-group input[type=text] {
    height: 40px
}

#footer .footer-social {
    float: right
}

#footer .mobile-footer-col {
    margin-bottom: 10px;
    padding: 0 10px;
    border: 1px solid #dadada
}

#footer .mobile-footer-col h6 {
    margin: 0;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #161616
}

#footer .mobile-footer-col a {
    text-decoration: none
}

#footer .mobile-footer-col ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#footer .mobile-footer-col ul li {
    margin: 0;
    padding: 10px;
    border-top: 1px solid #dadada
}

#footer .mobile-footer-col ul li a {
    font-size: 13px;
    color: #161616
}

#footer .mobile-footer-col:nth-of-type(1) {
    margin-top: 10px
}

#footer .container>section {
    padding-top: 30px;
    border-top: 1px solid #dadada
}

#footer .container>section .row .footer-marketing h6 {
    margin: 10px 10px 8px 0;
    display: inline-block;
    float: left
}

#footer .container>section .row .footer-marketing form .form-group {
    margin: 0 3px 0 0;
    width: 175px
}

@media (max-width:767px) {
    #footer .container>section .row .footer-marketing form .form-group {
        margin: 0 0 6px;
        display: block;
        width: auto
    }
}

@media (max-width:480px) {
    #footer .container>section .row .footer-marketing form .form-group {
        width: auto
    }
}

#footer .container>section .row .footer-marketing form .form-group:last-child {
    margin: 0;
    width: auto
}

#footer .container>section .row .footer-marketing form .form-group:last-child button {
    padding: 10px 15px;
    height: 40px
}

@media (max-width:767px) {
    #footer .container>section .row .footer-marketing form .form-group:last-child button {
        width: 100%
    }
}

#footer .container>section .row .footer-marketing form input {
    width: 100%
}

#footer .container>section .row .footer-marketing .form-inline .input-group input[type=text] {
    height: 40px
}

#footer .container>section .row .footer-social {
    float: right
}

#footer .container>section .row .footer-social h6 {
    margin: 10px 10px 8px 0;
    display: inline-block;
    float: left
}

#footer .container>section .row .footer-social ul {
    margin: 3px 0 0;
    float: left
}

#footer .container>section .row .footer-social li {
    padding-left: 3px;
    padding-right: 3px
}

#footer .container>section .row .footer-social a {
    padding: 0;
    display: block;
    float: none;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    position: relative;
    height: 30px;
    width: 30px;
    background: url(//files.steinhafels.com/img/socials@2x.png);
    background-size: 240px 30px;
    background-repeat: no-repeat;
    opacity: .6
}

#footer .container>section .row .footer-social a.footer-houzz {
    height: 31px;
    width: 31px;
    background: url(//files.steinhafels.com/img/Houzz_50x50.png);
    background-size: 31px 31px
}

#footer .container>section .row .footer-social a.footer-pinterest {
    height: 31px;
    width: 31px;
    background: url(//files.steinhafels.com/img/Pinterest_50x50.png);
    background-size: 31px 31px
}

#footer .container>section .row .footer-social a.footer-instagram {
    height: 31px;
    width: 31px;
    background: url(//files.steinhafels.com/img/Instagram_50x50.png);
    background-size: 31px 31px
}

#footer .container>section .row .footer-social a.footer-facebook {
    height: 31px;
    width: 31px;
    background: url(//files.steinhafels.com/img/Facebook_50x50.png);
    background-size: 31px 31px
}

#footer .container>section .row .footer-social a.footer-twitter {
    height: 31px;
    width: 31px;
    background: url(//files.steinhafels.com/img/Twitter_50x50.png);
    background-size: 31px 31px
}

#footer .container>section .row .footer-social a.footer-youtube {
    height: 31px;
    width: 31px;
    background: url(//files.steinhafels.com/img/Youtube_50x50.png);
    background-size: 31px 31px
}

#footer .container>section .row .footer-social a.footer-linkedin {
    height: 31px;
    width: 31px;
    background: url(//files.steinhafels.com/img/Linkedin_50x50.png);
    background-size: 31px 31px
}

#footer .container>section .row .footer-social a.footer-blog {
    height: 31px;
    width: 31px;
    background: url(//files.steinhafels.com/img/Blog_50x50.png);
    background-size: 31px 31px
}

#footer .container>section .row .footer-social a:hover {
    opacity: 1
}

@media (max-width:767px) {
    #footer .container>section .row .footer-social {
        margin: 30px 0;
        display: inline-block;
        float: none;
        width: 100%;
        text-align: center
    }
    #footer .container>section .row .footer-social ul {
        display: inline-block;
        overflow: hidden;
        float: none
    }
}

#footer .container>section .row .footer-awards-social ul {
    margin: 0
}

#footer .container>section .row .footer-awards-social ul a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    background-repeat: no-repeat
}

#footer .container>section .row .footer-awards-social ul a.footer-top-places {
    height: 42px;
    width: 32px;
    background: url(//files.steinhafels.com/img/top-work-places@2x.png);
    background-size: 32px 42px
}

#footer .container>section .row .footer-awards-social ul a.footer-local-first {
    height: 40px;
    width: 40px;
    background: url(//files.steinhafels.com/img/local-first.png);
    background-size: 40px 40px
}

#footer .container>section .row .footer-awards-social ul a.footer-bbb {
    height: 40px;
    width: 100px;
    background: url(//files.steinhafels.com/img/bbb@2x.png);
    background-size: 100px 41px
}

#footer .container>section .row .footer-awards-social ul a.footer-recommended {
    margin-right: 4px;
    height: 45px;
    width: 45px;
    background: url(//files.steinhafels.com/img/badge_20_7.png);
    background-size: 45px 45px
}

#footer .container>section .row .footer-column h6 {
    margin: 40px 0 20px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase
}

#footer .container>section .row .footer-column ul.footer-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

#footer .container>section .row .footer-column ul.footer-nav li {
    margin: 0 0 10px
}

#footer .container>section .row .footer-column ul.footer-nav li a {
    font-size: 13px;
    color: #161616
}

#footer .container>section .row .footer-column ul.footer-nav li a.promote {
    color: #800002
}

@media (max-width:480px) {
    #footer .container>section .row .footer-column {
        width: 50%
    }
}

#footer .container>section .row:first-child h6 {
    margin: 11px 15px 0 0;
    float: left;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 17px;
    font-weight: 700
}

@media (min-width:768px) and (max-width:992px) {
    #footer .container>section .row:first-child h6 {
        margin: 11px 15px 10px 0;
        float: none
    }
}

@media (max-width:767px) {
    #footer .container>section .row:first-child h6 {
        margin: 11px 15px 10px 0
    }
}

@media (max-width:484px) {
    #footer .container>section .row:first-child h6 {
        margin: 11px 0 10px
    }
}

@media (max-width:380px) {
    #footer .container>section .row:first-child h6 {
        line-height: 1.5
    }
}

#footer .container>section .row:last-child ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1
}

#footer .container>section .row:last-child ul a {
    font-size: 13px;
    color: #161616
}

#footer .container>section .row:last-child ul a:hover {
    color: #161616
}

#footer .container>section .row:last-child p {
    margin: 0;
    text-align: right;
    font-size: 13px;
    line-height: 1
}

@media (max-width:590px) {
    #footer .container>section .row:last-child p {
        text-align: left
    }
}

#footer .container>section .row:last-child>div {
    margin: 30px 0 0
}

@media (max-width:590px) {
    #footer .container>section .row:last-child>div {
        float: none;
        width: 100%
    }
}

#footer .container>section .row:last-child>div:last-child {
    margin: 44px 0 0
}

#footer .container>section .row:last-child>div:last-child ul {
    float: right
}

#footer .container>section .row:last-child>div:last-child li:last-child {
    padding-right: 0
}

@media (max-width:360px) {
    #footer .container>section .row:last-child>div:last-child li:last-child p {
        line-height: 1.5
    }
}

#footer .container>section .row:last-child>div:last-child li:last-child br {
    display: none
}

@media (max-width:360px) {
    #footer .container>section .row:last-child>div:last-child li:last-child br {
        display: block
    }
}

#footer .container>section .row:last-child>div:last-child li:nth-child(3) {
    padding-right: 40px
}

@media (max-width:992px) {
    #footer .container>section .row:last-child>div:last-child ul {
        float: none
    }
}

@media (max-width:670px) {
    #footer .container>section .row:last-child>div:last-child .list-inline>li {
        margin: 0 0 10px
    }
}

@media (max-width:590px) {
    #footer .container>section .row:last-child>div:last-child {
        margin: 15px 0 0
    }
}

#footer>.container {
    max-width: 1170px;
    width: auto !important
}

.embed-responsive-match {
    padding-bottom: 100%
}

.embed-responsive-location {
    padding-bottom: 50%
}

@media and (max-width:767px) {
    .homepage-block a>:hover {
        box-shadow: none !important
    }
}

.navbar {
    margin-bottom: 0;
    border: none
}

.navbar .navbar-nav {
    margin: 20px 0 0 0
}

.navbar .navbar-nav>li>a {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    font-weight: 700;
    font-size: 11px;
    color: #161616;
    line-height: 27px;
    text-transform: uppercase;
    border-left: 1px solid #dadada
}

.navbar .navbar-nav>li>a:focus,
.navbar .navbar-nav>li>a:hover {
    color: #800002;
    background-color: transparent
}

.navbar .navbar-nav>li:first-child>a {
    border-left: none
}

.navbar .navbar-nav>li:last-child>a {
    height: 30px
}

.navbar .navbar-nav>li .dropdown-menu {
    padding: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .15);
    border: 1px solid #b0b0b0
}

.navbar .navbar-nav>li .dropdown-menu li:first-child a {
    padding: 10px 20px 5px
}

.navbar .navbar-nav>li .dropdown-menu li:last-child a {
    padding: 5px 20px 10px
}

.navbar .navbar-nav>li .dropdown-menu li a {
    padding: 5px 20px;
    font-size: 11px;
    color: #161616
}

.navbar .navbar-nav>li .dropdown-menu li a:focus,
.navbar .navbar-nav>li .dropdown-menu li a:hover {
    color: #161616
}

.navbar .navbar-nav>li.nav-cart>a {
    position: relative
}

.navbar .navbar-nav>li.nav-cart .dropdown-menu {
    padding: 15px;
    width: 285px
}

.navbar .navbar-nav>li.nav-cart .dropdown-menu h3 {
    margin: 0 0 5px;
    font-weight: 400
}

.navbar .navbar-nav>li.nav-cart .dropdown-menu ul {
    padding: 0 0 15px 0;
    list-style: none
}

.navbar .navbar-nav>li.nav-cart .dropdown-menu ul li {
    clear: both
}

.navbar .navbar-nav>li.nav-cart .dropdown-menu ul li a {
    padding: 15px 0;
    overflow: hidden;
    display: block
}

.navbar .navbar-nav>li.nav-cart .dropdown-menu ul li a.added-item {
    background: #ecffe6
}

.navbar .navbar-nav>li.nav-cart .dropdown-menu ul li.cart-item {
    border-bottom: 1px solid #dadada
}

.navbar .navbar-nav>li.nav-cart .dropdown-menu ul li.cart-total {
    padding: 15px 0
}

.navbar .navbar-nav>li.nav-cart .dropdown-menu ul li.cart-total p {
    float: right
}

.navbar .navbar-nav>li.nav-cart .dropdown-menu ul li.cart-total p.cart-item-name {
    margin: 0 15px 0 0;
    font-weight: 400
}

.navbar .navbar-nav>li.nav-cart .dropdown-menu ul li.cart-total p.cart-item-price {
    color: #06a000
}

.navbar .navbar-nav>li.nav-cart .dropdown-menu img {
    margin: 0 5px 0 0;
    float: left;
    max-width: 75px
}

.navbar .navbar-nav>li.nav-cart .dropdown-menu p {
    margin: 0
}

.navbar .navbar-nav>li.nav-cart .dropdown-menu p.cart-item-name {
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 142px
}

.navbar .navbar-nav>li.nav-cart .dropdown-menu p.cart-item-name span {
    font-weight: 400
}

.navbar .navbar-nav>li.nav-cart .dropdown-menu p.cart-item-price {
    float: right;
    font-weight: 700
}

.navbar .navbar-nav>li.nav-cart .dropdown-menu .cart-buttons {
    text-align: right
}

.navbar .navbar-nav>li.nav-cart .dropdown-menu .cart-buttons button {
    margin: 0 0 0 5px
}

.navbar .navbar-nav>li.nav-cart .dropdown-menu .cart-buttons.no-items {
    display: none
}

.navbar .navbar-nav>li.nav-cart.open .dropdown-menu {
    display: block
}

@media (max-width:768px) {
    .navbar .navbar-nav>li.nav-cart.open .dropdown-menu {
        display: none
    }
}

.navbar .navbar-nav>.open>a:focus .caret,
.navbar .navbar-nav>.open>a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.navbar .navbar-nav>.open>a .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.navbar .navbar-nav>.dropdown>a .caret {
    border-top-color: #800002;
    border-bottom-color: #800002
}

@media (max-width:768px) {
    .navbar .navbar-nav {
        margin: 0;
        float: right
    }
    .navbar .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #161616;
        background-color: transparent
    }
    .navbar .navbar-nav .open .dropdown-menu>.active>a,
    .navbar .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #b0b0b0;
        background-color: transparent
    }
}

.navbar .navbar-toggle {
    display: none;
    border-color: #b0b0b0
}

.navbar .navbar-toggle:active {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .15)
}

.navbar .navbar-toggle .icon-bar {
    background-color: #800002
}

@media (max-width:768px) {
    .navbar .navbar-toggle {
        display: block;
        margin-right: 0
    }
}

@media (max-width:768px) {
    .navbar .navbar-header {
        margin: 0 0 20px 0;
        float: none
    }
}

@media (max-width:480px) {
    .navbar .navbar-header {
        margin: 0 0 10px 0
    }
}

.navbar .navbar-collapse,
.navbar .navbar-form {
    border: none
}

.navbar .collapse {
    display: none !important
}

.navbar .collapse.in {
    display: block !important
}

@media (min-width:769px) {
    .navbar .collapse.in {
        display: none !important
    }
}

.navbar .navbar-collapse.collapsing {
    -webkit-transition: height .15s ease;
    transition: height .15s ease
}

.navbar #nav-search {
    margin: 20px 5px 0 0;
    padding: 0;
    width: 400px
}

@media (max-width:991px) {
    .navbar #nav-search {
        margin: 20px 10px 0 0;
        width: 300px
    }
}

@media (max-width:768px) {
    .navbar #nav-search {
        margin: 0 5px 15px 0;
        float: none !important;
        width: auto
    }
}

.navbar #nav-search .form-control {
    height: 30px
}

.navbar #nav-search button {
    margin-left: -1px;
    position: relative;
    height: 30px;
    width: 30px;
    line-height: 20px;
    border-radius: 0;
    padding-right: 22px
}

.navbar #nav-search button:hover {
    background: #fff
}

.navbar .nav-small {
    margin: 0 auto 30px;
    display: none;
    width: 100%
}

@media (max-width:768px) {
    .navbar .nav-small {
        display: block
    }
}

@media (max-width:480px) {
    .navbar .nav-small {
        margin: 0 auto 20px
    }
}

.nav>li>a {
    padding: 5px 5px
}

.nav-small-text {
    text-align: center;
    font-size: 18px
}

.nav-small-list {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.nav-small-box {
    border: 1px solid #B0B0B0
}

.nav-small-link {
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 700
}

.nav-tabs-wrapper {
    margin: 0 15px 10px;
    position: relative;
    text-align: center
}

.nav-tabs-wrapper .nav-tabs {
    margin: 0;
    padding: 10px 0 5px;
    display: table;
    position: relative;
    border-bottom: none;
    width: 100%
}

.nav-tabs-wrapper .nav-tabs>li {
    display: table-cell;
    float: none
}

.nav-tabs-wrapper .nav-tabs>li>a {
    margin: 0;
    font-weight: 700;
    border: none;
    border-radius: 0;
    color: #000
}

.nav-tabs-wrapper .nav-tabs>li>a:hover {
    color: white !important;
    border: none;
    background-color: #A00003 !important
}

.nav-tabs-wrapper .nav-tabs>li.nav-find-store .sub-menu {
    left: auto;
    right: 0;
    width: 300px
}

.nav-tabs-wrapper .nav-tabs>li .sub-menu a {
    font-size: 14px;
    color: #a00003
}

.nav-tabs-wrapper .nav-tabs>li .sub-menu>ul {
    padding: 0;
    float: left;
    list-style: none;
    width: 100%
}

.nav-tabs-wrapper .nav-tabs>li .sub-menu>ul li {
    padding: 13px 0 13px 13px
}

.nav-tabs-wrapper .nav-tabs>li .sub-menu>ul li:hover {
    font-weight: 700;
    cursor: pointer
}

.nav-tabs-wrapper.nav-tabs-small {
    margin: 0 0 30px;
    display: none;
    text-align: left
}

.nav-tabs-wrapper.nav-tabs-small .nav-tabs {
    margin: 0
}

.nav-tabs-wrapper.nav-tabs-small .nav-tabs li {
    margin: 0;
    display: block
}

.nav-tabs-wrapper.nav-tabs-small .nav-tabs li a {
    padding: 10px;
    border-bottom: 1px solid #dadada
}

.nav-tabs-wrapper.nav-tabs-small .nav-tabs li:last-child a {
    border-bottom: none
}

.nav-tabs-wrapper.nav-tabs-small .nav-tabs li.nav-find-store a {
    color: #161616
}

.nav-tabs-wrapper.nav-tabs-small .nav-tabs li.nav-find-store a:hover {
    color: #fff
}

@media (max-width:800px) {
    .nav-tabs-wrapper .nav-tabs>li>a {
        height: auto
    }
}

@media (max-width:768px) {
    .nav-tabs-wrapper {
        margin: 0
    }
    .nav-tabs-wrapper .nav-tabs {
        display: none
    }
    .nav-tabs-wrapper.nav-tabs-small {
        margin: 0 0 20px;
        display: block
    }
    .nav-tabs-wrapper.nav-tabs-small .nav-tabs {
        display: block
    }
    .nav-tabs-wrapper:after {
        display: none
    }
}

.user-menu {
    margin: 0;
    padding: 5px 0 0 0;
    overflow: hidden;
    list-style: none;
    text-align: right
}

.user-menu li {
    margin: 0 0 0 15px;
    display: inline-block
}

.user-menu li a {
    font-size: 11px;
    color: #161616;
    text-transform: uppercase
}

@media (max-width:768px) {
    .user-menu {
        margin: 0 0 15px;
        padding: 0
    }
}

@media (max-width:480px) {
    .user-menu {
        padding: 0;
        text-align: left
    }
    .user-menu li {
        margin: 0;
        display: inline-block;
        width: auto;
        padding-right: 3px
    }
    .user-menu li a {
        font-weight: 700
    }
}

@media (max-width:414px) {
    .user-menu li a {
        font-size: 10px
    }
}

@media (max-width:320px) {
    .user-menu li a {
        font-size: 9px
    }
}

#mobile-tabs {
    display: none
}

#mobile-tabs>li {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd
}

#mobile-tabs>li>a {
    margin-right: 0;
    color: #161616;
    border-radius: 0
}

#mobile-tabs>li>a:hover {
    color: #800002
}

#mobile-tabs>li:not(:first-child) {
    border-left: 0
}

.mobile-tab-selected {
    color: #800002;
    background-color: #eee;
    border-color: #eee #eee #ddd;
    border: 1px solid transparent
}

.mobile-tab-selected>strong {
    color: #800002
}

.mobile-legend img {
    height: 20px
}

.mobile-legend #legend-furniture {
    float: left;
    font-size: 1em
}

.mobile-legend #legend-mattress {
    float: right;
    font-size: 1em
}

input[type=radio]+label {
    color: #161616;
    vertical-align: text-top;
    padding-left: 5px
}

input[type=radio]+label span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid gray
}

input[type=radio]:checked+label span {
    background-color: gray;
    border: 1px solid gray
}

input[type=radio]+label span,
input[type=radio]:checked+label span {
    transition: background-color .4s linear
}

input[id^=quantity-] {
    margin: 0 10px;
    float: left;
    text-align: center;
    height: 47px;
    width: 55px;
    font-weight: 700;
    color: #545454
}

.home .tpl>div {
    padding-top: 15px;
    padding-bottom: 15px
}

.home .tpl>div a {
    display: block
}

.home .tpl>div a img {
    width: 100%
}

.home .tpl>div a img:hover {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .1)
}

.home .tpl h2 {
    margin: 10px 15px;
    position: relative;
    z-index: 2;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase
}

.home .tpl h2 span {
    margin: 0;
    padding: 0 10px;
    display: inline-block;
    background: #fff
}

.home .tpl h2:after {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    content: " ";
    border-top: 1px solid #dadada;
    z-index: -1
}

.home .tpl p {
    padding: 15px;
    float: right;
    clear: both
}

.home .tpl p a {
    color: #161616
}

#item {
    margin: 10px 0 0
}

#item:after {
    content: " ";
    display: block;
    height: 0;
    clear: both
}

#item #item-gallery .item-image-container {
    padding: 0 30px 10px 0;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #dadada;
    border-right: 1px solid #dadada
}

@media (max-width:670px) {
    #item #item-gallery .item-image-container {
        padding: 0 0 25px;
        border-right: none
    }
}

#item #item-gallery .item-image-container a {
    display: block
}

#item #item-gallery .item-image-container a img {
    max-width: 100%
}

#item #item-gallery .item-image-container a .spinner-wrapper {
    padding: 75px;
    display: none
}

#item #item-gallery .item-image-container a .spinner-wrapper .spinner {
    margin: 0 auto;
    width: 1em;
    height: 1em
}

#item #item-gallery .item-image-container.legacy-images a {
    height: 100%
}

@media (max-width:1200px) {
    #item #item-gallery .item-image-container.legacy-images a {
        height: 100%
    }
}

@media (max-width:991px) {
    #item #item-gallery .item-image-container.legacy-images a {
        height: 100%
    }
}

#item #item-gallery .item-image-container.no-carousel-main {
    padding: 0 30px 0 0;
    border-bottom: none
}

@media (max-width:670px) {
    #item #item-gallery .item-image-container.no-carousel-main {
        padding: 0
    }
}

#item #item-gallery .item-image-container.no-img>a {
    cursor: default
}

#item #item-gallery .item-image-container.no-img>a .spinner-wrapper {
    display: block
}

#item #item-gallery .item-image-bottom .item-social {
    margin: 10px 0 0;
    padding: 0;
    float: left;
    list-style: none
}

#item #item-gallery .item-image-bottom .item-social li {
    margin: 0 5px 0 0;
    float: left
}

#item #item-gallery .item-image-bottom .item-social li.item-social-email a {
    padding: 0 5px 0 20px;
    position: relative;
    font-size: 12px;
    font-weight: 700;
    color: #a00003;
    line-height: 18px;
    height: 20px;
    border: 1px solid #b0b0b0;
    border-radius: 3px;
    background-color: #f0f0f0;
    background-image: -webkit-linear-gradient(top, #fff, #f0f0f0);
    background-image: linear-gradient(to bottom, #fff, #f0f0f0)
}

#item #item-gallery .item-image-bottom .item-social li.item-social-email a:before {
    position: absolute;
    top: 3.5px;
    left: 5px;
    font-family: 'Glyphicons Halflings';
    content: "\2709";
    font-weight: 400;
    line-height: 1
}

#item #item-gallery .item-image-bottom .item-social li.item-social-email a:hover {
    border: 1px solid #8d8d8d
}

#item #item-gallery .item-image-bottom .item-social li:last-child {
    margin: 0
}

#item #item-gallery .item-image-bottom .item-social:after {
    content: " ";
    display: block;
    height: 0;
    clear: both
}

#item #item-gallery .item-image-bottom .item-zoom {
    margin: 10px 0 0;
    padding: 0 0 0 18px;
    position: relative;
    float: right;
    font-size: 16px;
    font-weight: 600;
    color: #b0b0b0
}

#item #item-gallery .item-image-bottom .item-zoom:before {
    position: absolute;
    left: 0;
    font-family: 'Glyphicons Halflings';
    content: "\E003";
    font-weight: 700;
    line-height: 21px
}

#item #item-gallery .item-image-bottom:after {
    content: " ";
    display: block;
    height: 0;
    clear: both
}

#item #item-gallery .item-image-thumbnails {
    padding: 5px 60px 5px 30px;
    position: relative;
    text-align: center;
    border-right: 1px solid #dadada
}

@media (max-width:670px) {
    #item #item-gallery .item-image-thumbnails {
        margin: 0 0 10px;
        padding: 10px 0;
        border-right: none;
        border-bottom: 1px solid #dadada
    }
}

#item #item-right .item-title h3 {
    margin: 0;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600
}

#item #item-right .item-title .item-sku {
    margin: 4px 0 0;
    font-size: 11px;
    color: #545454;
    line-height: 1
}

#item #item-right ul {
    list-style: none
}

#item #item-right .item-price-details {
    margin: 15px 0 0
}

#item #item-right .item-price-details tr:first-child td {
    padding: 0 0 5px
}

#item #item-right .item-price-details tr td {
    padding: 3px 0
}

#item #item-right .item-price-details tr td:first-child {
    width: 92px
}

#item #item-right .item-price-details tr td:last-child {
    color: #a00003
}

#item #item-right .item-price-details tr td.sale-price-value {
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 10px
}

#item #item-right .item-price-details tr td.list-price-value {
    text-decoration: line-through;
    color: #161616
}

#item #item-right .item-price-details tr td.available-status-value {
    padding: 20px 0 3px;
    position: relative;
    font-weight: 700;
    color: #545454
}

#item #item-right .item-price-details tr td.available-status-value .available-status {
    display: inline-block;
    font-size: 18px
}

#item #item-right .item-price-details tr td.available-status-value .spinner {
    position: absolute;
    top: 18px;
    left: 0
}

#item #item-right .item-price-details tr td.available-status-value.in-stock {
    color: #06a000
}

#item #item-right .item-price-details tr td.available-status-value.out-of-stock {
    color: #b0b0b0
}

#item #item-right .item-price-details tr td.available-status-value.low-stock {
    color: #06a000
}

#item #item-right .item-price-details tr td.available-status-value .available-status-details {
    margin: 0 0 0 10px;
    padding: 0 0 0 18px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    font-size: 13px;
    line-height: 16px;
    color: #e80707
}

#item #item-right .item-price-details tr td.available-status-value .available-status-details:before {
    position: absolute;
    left: 0;
    font-family: 'Glyphicons Halflings';
    content: "\E101";
    font-weight: 400;
    line-height: 18px
}

#item #item-right .item-attributes {
    margin: 15px 0 0
}

#item #item-right .item-attributes span {
    display: inline-block;
    width: 48px;
    height: 48px;
    background: url(//files.steinhafels.com/img/item-attributes@8x.png) 0 0 no-repeat;
    background-size: 48px
}

#item #item-right .item-attributes span:last-of-type {
    margin: 0
}

#item #item-right .item-attributes span.item-attr-usa {
    background-position: 0 -1px
}

#item #item-right .item-attributes span.item-attr-special-sofa {
    background-position: 0 -51px
}

#item #item-right .item-attributes span.item-attr-special-wood {
    background-position: 0 -102px
}

#item #item-right .item-attributes span.item-attr-maple {
    background-position: 0 -152px
}

#item #item-right .item-attributes span.item-attr-oak {
    background-position: 0 -203px
}

#item #item-right .item-attributes span.item-attr-cherry {
    background-position: 0 -253px
}

#item #item-right .item-attributes span.item-attr-wood {
    background-position: 0 -304px
}

#item #item-right .item-attributes span.item-attr-birch {
    background-position: 0 -353px
}

#item #item-right .item-attributes span.item-attr-leather {
    background-position: 0 -405px
}

#item #item-right .item-attributes span.item-attr-small {
    background-position: 0 -454px
}

#item #item-right .item-attributes span.item-attr-power {
    background-position: 0 -506px
}

#item #item-right .item-attributes span.item-attr-360 {
    background-position: 0 -557px
}

#item #item-right .item-attributes span.item-attr-video {
    background-position: 0 -607px;
    cursor: pointer
}

#item #item-right .item-attributes span.item-attr-limit-200 {
    background-position: 0 -656px
}

#item #item-right .item-attributes span.item-attr-limit-250 {
    background-position: 0 -706px
}

#item #item-right .item-attributes span.item-attr-limit-300 {
    background-position: 0 -757px
}

#item #item-right .item-attributes span.item-attr-limit-350 {
    background-position: 0 -806px
}

#item #item-right .item-attributes span.item-attr-limit-400 {
    background-position: 0 -854px
}

#item #item-right .item-attributes span.item-attr-limit-450 {
    background-position: 0 -904px
}

#item #item-right .item-attributes span.item-attr-limit-500 {
    background-position: 0 -954px
}

#item #item-right .item-attributes span.item-attr-lifttop {
    background-position: 0 -1003px
}

#item #item-right .item-attributes span.item-attr-castered {
    background-position: 0 -1052px
}

#item #item-right .item-attributes span.item-attr-leather-seating {
    background-position: 0 -1099px
}

#item #item-right .item-attributes span.item-attr-sitstand-power {
    background-position: 0 -1148px
}

#item #item-right .item-attributes span.item-attr-sitstand-adj {
    background-position: 0 -1196px
}

#item #item-right .item-attributes span.item-attr-power-hdrest {
    background-position: 0 -1246px
}

#item #item-right .item-attributes span.item-attr-power-lumbar {
    background-position: 0 -1294px
}

#item #item-right .item-options {
    margin: 15px 0 0;
    border-top: 1px solid #dadada
}

#item #item-right .item-options .btn-group {
    margin: 10px 0 0;
    width: 100%
}

#item #item-right .item-options .btn-group h6 {
    margin: 0 0 12px;
    font-weight: 600
}

#item #item-right .item-options .btn-group button {
    font-weight: 400;
    width: 100%;
    border-radius: 3px
}

#item #item-right .item-options .btn-group .dropdown-menu {
    margin: -1px 0 0;
    padding: 0;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #b0b0b0;
    border-radius: 0 0 3px 3px
}

#item #item-right .item-options .btn-group .dropdown-menu .divider {
    margin: 0;
    padding: 0;
    background: #dadada
}

#item #item-right .item-options .btn-group .dropdown-menu li {
    padding: 0
}

#item #item-right .item-options .btn-group .dropdown-menu li a {
    padding: 15px 5px 10px 0
}

#item #item-right .item-options .btn-group .dropdown-menu>li>a {
    white-space: normal
}

#item #item-right .item-options .btn-group .dropdown-menu .dropdown-content img {
    float: left
}

#item #item-right .item-options .btn-group .dropdown-menu .dropdown-content .dropdown-content-right {
    padding: 0 0 0 115px
}

#item #item-right .item-options .btn-group .dropdown-menu .dropdown-content h4 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 600
}

#item #item-right .item-options .btn-group .dropdown-menu .dropdown-content h4:last-of-type {
    margin: 0;
    font-size: 21px;
    font-weight: 700
}

#item #item-right .item-options .btn-group .dropdown-menu .dropdown-content p {
    margin: 0 0 8px
}

#item #item-right .item-options .btn-group .dropdown-menu .dropdown-content:after {
    content: " ";
    display: block;
    height: 0;
    clear: both
}

#item #item-right .item-options .btn-group.open button {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px 3px 0 0
}

#item #item-right .item-cart-buttons {
    margin: 10px 0 5px;
    padding: 15px 0 0;
    position: relative;
    border-top: 1px solid #dadada
}

#item #item-right .item-cart-buttons button {
    width: 48%
}

@media (max-width:991px) {
    #item #item-right .item-cart-buttons button {
        float: none;
        width: 100%
    }
}

#item #item-right .item-cart-buttons button#add-to-cart,
#item #item-right .item-cart-buttons button#continue-shopping {
    margin: 0 10px 0 0;
    float: left
}

@media (max-width:991px) {
    #item #item-right .item-cart-buttons button#add-to-cart,
    #item #item-right .item-cart-buttons button#continue-shopping {
        margin: 0 0 10px
    }
}

#item #item-right .item-cart-buttons.item-cart-buttons-added {
    display: none
}

#item #item-right .item-cart-buttons:after {
    content: " ";
    display: block;
    height: 0;
    clear: both
}

#item #item-right .rating {
    margin: 15px 0 0
}

#item-details {
    padding: 30px 0;
    border-top: 1px solid #dadada
}

#item-details h2 {
    margin: 0 0 10px;
    padding: 0;
    display: block;
    height: auto;
    border-bottom: none
}

#item-details h4 {
    margin: 15px 0 10px
}

#item-details p {
    margin: 0 0 10px
}

#item-details p+p {
    margin: 10px 0 0
}

#item-details ul {
    margin: 0;
    padding: 0 0 0 15px
}

#item-details ul li {
    padding: 4px 0
}

#item-details #item-desc-tabs {
    margin: 0 30px 0 0;
    padding: 0
}

#item-details #item-desc-tabs li {
    padding: 0
}

#item-details #item-desc-tabs li a {
    margin-right: 5px;
    padding: 7px;
    font-weight: 700;
    color: #545454;
    background: #e5e5e5;
    border-radius: 0
}

#item-details #item-desc-tabs li a:hover {
    color: #161616
}

#item-details #item-desc-tabs li.active a {
    color: #161616;
    background: #fff
}

@media (max-width:768px) {
    #item-details #item-desc-tabs {
        margin: 0
    }
}

#item-details .tab-content {
    margin: 0 30px 0 0;
    padding: 30px 0 0
}

@media (max-width:768px) {
    #item-details .tab-content {
        margin: 0 0 30px
    }
}

#item-details .spinner {
    position: absolute;
    top: 25px;
    left: 0
}

#item-details #chatLink {
    margin: 0 0 30px
}

#item-details .item-info td {
    padding: 0 10px 8px 0;
    line-height: 19px
}

#item-reviews {
    margin: 0;
    padding: 40px 0 0;
    border-top: 1px solid #dadada
}

#item-reviews h2 {
    margin: 0;
    padding: 0 0 30px;
    border-bottom: none
}

#item-reviews .reviews-top .reviews-overview {
    float: left;
    width: 285px;
    border-right: 1px solid #dadada
}

#item-reviews .reviews-top .reviews-overview .rating {
    margin: 0 0 15px
}

#item-reviews .reviews-top .reviews-overview #rating-breakdown td.rating-breakdown-label {
    padding: 0 5px 0 0;
    height: 25px
}

#item-reviews .reviews-top .reviews-overview #rating-breakdown td.rating-breakdown-count {
    height: 25px;
    width: 216px;
    background: #dadada
}

#item-reviews .reviews-top .reviews-overview #rating-breakdown td.rating-breakdown-count .count-fill {
    height: 100%;
    background: #ffaa29
}

@media (max-width:768px) {
    #item-reviews .reviews-top .reviews-overview #rating-breakdown td.rating-breakdown-count {
        width: 93%
    }
}

@media (max-width:670px) {
    #item-reviews .reviews-top .reviews-overview #rating-breakdown td.rating-breakdown-count {
        width: 93%
    }
}

@media (max-width:590px) {
    #item-reviews .reviews-top .reviews-overview #rating-breakdown td.rating-breakdown-count {
        width: 91%
    }
}

@media (max-width:480px) {
    #item-reviews .reviews-top .reviews-overview #rating-breakdown td.rating-breakdown-count {
        width: 216px
    }
}

@media (max-width:768px) {
    #item-reviews .reviews-top .reviews-overview {
        float: none;
        width: auto;
        border-right: none
    }
}

#item-reviews .reviews-top .reviews-write {
    padding: 0 0 0 30px;
    float: left
}

#item-reviews .reviews-top .reviews-write h3 {
    margin: 0 0 15px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px
}

#item-reviews .reviews-top .reviews-write textarea {
    display: block;
    height: 55px;
    width: 810px
}

@media (max-width:1200px) {
    #item-reviews .reviews-top .reviews-write textarea {
        width: 612px
    }
}

@media (max-width:991px) {
    #item-reviews .reviews-top .reviews-write textarea {
        width: 390px
    }
}

@media (max-width:768px) {
    #item-reviews .reviews-top .reviews-write textarea {
        width: 100%
    }
}

#item-reviews .reviews-top .reviews-write .form-group input {
    margin: 0 6px 10px 0;
    width: 528px
}

@media (max-width:1200px) {
    #item-reviews .reviews-top .reviews-write .form-group input {
        width: 330px
    }
}

@media (max-width:991px) {
    #item-reviews .reviews-top .reviews-write .form-group input {
        width: 190px
    }
}

@media (max-width:768px) {
    #item-reviews .reviews-top .reviews-write .form-group input {
        width: 100%
    }
}

#item-reviews .reviews-top .reviews-write .form-group .review-write-rate {
    float: left
}

#item-reviews .reviews-top .reviews-write .form-group .review-write-rate .rating,
#item-reviews .reviews-top .reviews-write .form-group .review-write-rate p {
    margin: 10px 6px 0 0;
    display: inline-block
}

#item-reviews .reviews-top .reviews-write .form-group p {
    color: #545454
}

#item-reviews .reviews-top .reviews-write .form-group button {
    margin: 0 0 0 10px
}

@media (max-width:768px) {
    #item-reviews .reviews-top .reviews-write .form-group button {
        float: right
    }
}

#item-reviews .reviews-top .reviews-write .form-group:first-child input {
    width: 272px
}

@media (max-width:991px) {
    #item-reviews .reviews-top .reviews-write .form-group:first-child input {
        width: 190px
    }
}

@media (max-width:768px) {
    #item-reviews .reviews-top .reviews-write .form-group:first-child input {
        width: 100%
    }
}

#item-reviews .reviews-top .reviews-write .form-group:last-child {
    margin: 10px 0 0;
    width: 100%
}

@media (max-width:768px) {
    #item-reviews .reviews-top .reviews-write .form-group:last-child {
        margin: 15px 0 0
    }
}

#item-reviews .reviews-top .reviews-write .form-group:after {
    content: " ";
    display: block;
    height: 0;
    clear: both
}

@media (max-width:768px) {
    #item-reviews .reviews-top .reviews-write {
        margin: 40px 0 0;
        padding: 0;
        float: none
    }
}

#item-reviews .reviews-top .reviews-write #reviews-write-login .form-group {
    margin-bottom: 0
}

#item-reviews .reviews-top .reviews-write #reviews-write-login .form-group input {
    width: 810px
}

@media (max-width:1200px) {
    #item-reviews .reviews-top .reviews-write #reviews-write-login .form-group input {
        width: 612px
    }
}

@media (max-width:991px) {
    #item-reviews .reviews-top .reviews-write #reviews-write-login .form-group input {
        width: 390px
    }
}

@media (max-width:768px) {
    #item-reviews .reviews-top .reviews-write #reviews-write-login .form-group input {
        width: 100%
    }
}

#item-reviews .reviews-top .reviews-write #reviews-write-login .form-group button {
    margin: 0
}

@media (max-width:768px) {
    #item-reviews .reviews-top .reviews-write #reviews-write-login .form-group button {
        float: none
    }
}

#item-reviews .reviews-top .reviews-write #reviews-write-login .form-group p {
    padding-left: 10px;
    display: inline-block
}

#item-reviews .reviews-top .reviews-write #reviews-write-login .form-group p a {
    font-weight: 700
}

#item-reviews .reviews-top .reviews-write #reviews-write-login .form-group p.login-reset-password a {
    font-weight: 400
}

#item-reviews .reviews-top .reviews-write #reviews-write-login .checkbox {
    margin-top: 5px;
    margin-bottom: 0;
    vertical-align: middle;
    line-height: 21px
}

#item-reviews .reviews-top:after {
    content: " ";
    display: block;
    height: 0;
    clear: both
}

#item-reviews .reviews-listing {
    margin: 40px 0 0
}

#item-reviews .reviews-listing .reviews-listing-header {
    margin: 0 0 15px
}

#item-reviews .reviews-listing .reviews-listing-header .listing-results-count {
    float: right
}

#item-reviews .reviews-listing .reviews-listing-header:after {
    content: " ";
    display: block;
    height: 0;
    clear: both
}

#item-reviews .reviews-listing #reviewsTable {
    border-bottom: none
}

#item-reviews .reviews-listing #reviewsTable td {
    padding: 0
}

#item-reviews .reviews-listing #reviewsTable_paginate {
    padding: 40px 0 20px;
    float: none;
    text-align: center
}

#item-reviews .reviews-listing #reviewsTable_paginate a {
    color: #161616
}

#item-reviews .reviews-listing .review-item {
    padding: 15px 0;
    border-top: 1px solid #dadada
}

#item-reviews .reviews-listing .review-item h3 {
    margin: 8px 0 0
}

#item-reviews .reviews-listing .review-item p {
    margin: 10px 0 0
}

#item-reviews .reviews-listing .review-item p.review-author {
    margin: 4px 0 0;
    color: #545454;
    text-transform: capitalize
}

#item-reviews .reviews-listing .review-item .review-item-header .rating {
    float: left
}

#item-reviews .reviews-listing .review-item .review-item-header .review-date {
    float: right
}

#item-reviews .reviews-listing .review-item .review-item-header:after {
    content: " ";
    display: block;
    height: 0;
    clear: both
}

.product-listing .list-group {
    font-size: 11px
}

.product-listing .list-group h4 {
    margin: 0 0 8px;
    padding: 0 0 5px;
    line-height: 18px;
    text-transform: uppercase;
    color: #161616 !important;
    border-bottom: 1px solid #dadada
}

.product-listing .list-group h4 a {
    padding: 0 0 5px;
    display: block;
    color: #161616 !important
}

.product-listing .list-group .list-group-item {
    padding: 8px 5px;
    clear: both;
    line-height: 15px;
    color: #545454;
    border: none
}

.product-listing .list-group .list-group-item span {
    float: left
}

.product-listing .list-group .list-group-item span.list-group-check {
    margin: 0 6px 0 0;
    height: 14px;
    width: 14px;
    background-color: #fff;
    border: 1px solid #b0b0b0;
    -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .03);
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .03)
}

.product-listing .list-group .list-group-item span.list-group-check.checked {
    position: relative;
    border: 1px solid #a00003
}

.product-listing .list-group .list-group-item span.list-group-check.checked:before {
    position: absolute;
    top: 1px;
    left: 1px;
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    line-height: 1;
    content: "\e013";
    color: #a00003
}

.product-listing .list-group .list-group-item span.caret {
    float: none
}

.product-listing .list-group .list-group-item.selected {
    font-weight: 700;
    color: #161616
}

.product-listing .list-group .list-group-item:active span.list-group-check {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #a00003
}

.product-listing .list-group.list-feature .list-group-item.selected {
    color: #545454
}

.product-listing .list-group.list-toggle a {
    padding: 8px 5px 8px 0;
    display: inline-block;
    position: relative;
    font-size: 13px;
    font-weight: 700
}

.product-listing .list-group.list-toggle a .caret {
    margin-top: -1px
}

.product-listing .list-group.list-toggle a:focus,
.product-listing .list-group.list-toggle a:hover {
    background-color: transparent
}

.product-listing .list-group.list-toggle a .fewer {
    display: inline-block
}

.product-listing .list-group.list-toggle a.more {
    display: none
}

@media (max-width:991px) {
    .product-listing .list-group.list-toggle a {
        border: none
    }
}

.product-listing .list-group.list-toggle.collapsed .fewer {
    display: none
}

.product-listing .list-group.list-toggle.collapsed .more {
    display: inline-block
}

.product-listing .list-group.list-toggle.collapsed .caret {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 0;
    border-left: 4px solid
}

@media (max-width:767px) {
    .product-listing .list-group {
        margin-top: 20px
    }
}

.product-listing .list-secondary.collapsed {
    display: none
}

.product-listing .listing-header {
    margin-bottom: 10px;
    padding-bottom: 15px;
    line-height: 18px
}

.product-listing .listing-header label {
    float: left
}

.product-listing .listing-header .listing-results-count {
    float: none
}

@media (max-width:767px) {
    .product-listing .category-banner>div,
    .product-listing .landing-categories>div,
    .product-listing .listing-item-row>div {
        padding-bottom: 0
    }
}

.product-listing .category-banner .item,
.product-listing .landing-categories .item,
.product-listing .listing-item-row .item {
    position: relative;
    padding-bottom: 5px
}

.product-listing .category-banner .item .item-image,
.product-listing .landing-categories .item .item-image,
.product-listing .listing-item-row .item .item-image {
    background: #f0f0f0
}

.product-listing .category-banner .item .item-image img,
.product-listing .landing-categories .item .item-image img,
.product-listing .listing-item-row .item .item-image img {
    margin: 0 auto;
    display: block;
    height: auto;
    width: 100%
}

.product-listing .category-banner .item h3,
.product-listing .landing-categories .item h3,
.product-listing .listing-item-row .item h3 {
    margin: 10px 0 5px;
    font-size: 13px
}

.product-listing .category-banner .item h3 a,
.product-listing .landing-categories .item h3 a,
.product-listing .listing-item-row .item h3 a {
    color: #161616
}

.product-listing .category-banner .item .listing-price,
.product-listing .landing-categories .item .listing-price,
.product-listing .listing-item-row .item .listing-price {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    color: #a00003
}

.product-listing .category-banner .item .listing-price span,
.product-listing .landing-categories .item .listing-price span,
.product-listing .listing-item-row .item .listing-price span {
    margin: 0 0 0 5px;
    font-size: 13px;
    font-weight: 400;
    color: #545454;
    text-decoration: line-through
}

.product-listing .category-banner .item .rating,
.product-listing .landing-categories .item .rating,
.product-listing .listing-item-row .item .rating {
    margin: 10px 0 0
}

.product-listing .category-banner,
.product-listing .landing-categories {
    margin-bottom: 30px;
    border-bottom: 1px solid #dadada
}

.product-listing .category-banner .category-banner-blurb {
    padding: 10px 15px;
    position: absolute;
    bottom: 15px;
    right: 30px;
    color: #161616;
    width: 45%;
    background: rgba(255, 255, 255, .85)
}

@media (max-width:1200px) {
    .product-listing .category-banner .category-banner-blurb {
        width: 69%
    }
}

@media (max-width:991px) {
    .product-listing .category-banner .category-banner-blurb {
        width: 69%
    }
}

@media (max-width:670px) {
    .product-listing .category-banner .category-banner-blurb {
        margin: 15px 0 0;
        padding: 0;
        position: static;
        bottom: auto;
        right: auto;
        width: auto;
        background: 0 0
    }
}

.product-listing .category-banner .category-banner-blurb h2 {
    margin: 0 0 10px;
    font-size: 21px;
    line-height: 25px
}

.product-listing .category-banner .category-banner-blurb p {
    margin: 0;
    line-height: 21px
}

@media (max-width:991px) {
    .product-listing .category-banner .category-banner-blurb p {
        font-size: 12px
    }
}

.product-listing .landing-categories img {
    margin: 0 0 10px
}

.product-listing .landing-categories h3 {
    margin: 0 0 10px;
    font-size: 13px;
    color: #161616
}

.product-listing .landing-categories h3 span {
    font-weight: 400;
    font-size: 11px
}

.product-listing .landing-categories .row {
    padding-bottom: 20px
}

.product-listing .landing-categories .row>div {
    padding-bottom: 10px
}

.product-listing .landing-categories .row>div:last-child h3 {
    margin: 0
}

.product-listing .listing-item-row {
    margin: 0
}

.product-listing .listing-item-row .item .item-image {
    overflow: hidden
}

.product-listing .listing-item-row .item .item-image a {
    display: block;
    position: relative
}

.product-listing .listing-item-row .item .item-image a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff
}

.col-lg-4.col-md-4.col-sm-6.col-xs-12.product-tile {
    padding-bottom: 10px
}

.product-tile {
    transition: .2s
}

.product-tile:hover .cart-control {
    visibility: visible
}

.product-tile:hover div.item {
    box-shadow: 0 0 4px rgba(0, 0, 0, .5)
}

section.listing-items div.product-listing div.item {
    padding: 5px;
    border: 1px solid #eee
}

#sort-table select {
    font-size: 14px
}

#filter-dropdown {
    float: left;
    display: none
}

#sort-dropdown {
    float: right;
    display: none
}

#sort-table {
    display: none
}

.filter-tag {
    background-color: #efefef;
    border: 0
}

.dropdown-menu h4 {
    font-size: 15px
}

#current-filter-list {
    display: none;
    margin-top: 20px
}

#current-filter-list button {
    margin-top: 5px;
    margin-right: 5px;
    border: 1px solid #CCC
}

#sort-dropdown li {
    font-size: 14px;
    padding: 8px 5px;
    line-height: 15px;
    color: #545454
}

#large-result-count {
    display: none;
    float: right
}

#noresults-text {
    display: none
}

.listing-results-count {
    display: none
}

.dropdown-menu .list-group a {
    font-size: 14px
}

#filter-dropdown .dropdown-menu {
    width: 300px;
    padding: 0 5px
}

.product-listing .category-banner,
.product-listing .landing-categories {
    border: 0;
    margin-bottom: 0
}

a.sort label {
    cursor: pointer
}

a.sort.active label {
    font-weight: 700;
    color: #A00003;
    cursor: pointer
}

@media (max-width:767px) {
    .listing-items .product-tile {
        margin: 0
    }
    .product-tile:hover {
        box-shadow: none !important;
        outline: 0 !important
    }
}

.checkout {
    margin-top: 15px
}

.checkout .checkout-option h3 {
    font-size: 21px;
    line-height: 25px
}

.checkout .checkout-option p {
    float: left;
    width: 300px
}

.checkout .checkout-option .btn {
    float: right;
    width: 179px
}

@media (max-width:1200px) {
    .checkout .checkout-option .btn {
        width: 170px
    }
}

.checkout .checkout-option .checkbox {
    margin: 20px 0 0
}

.checkout .checkout-option .form-control {
    width: 230px
}

@media (max-width:1200px) {
    .checkout .checkout-option .form-control {
        width: 176px
    }
}

.checkout .checkout-option:after {
    content: " ";
    display: block;
    height: 0;
    clear: both
}

.checkout .checkout-option:first-of-type {
    padding: 0 0 35px
}

.checkout .checkout-option:last-of-type {
    padding: 35px 0 0;
    border-top: 1px solid #dadada
}

.checkout ol {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: li
}

.checkout ol>li {
    /*margin: 20px 0 0;*/
    position: relative
}

.checkout ol>li:first-of-type {
    margin: 0
}

/*.checkout ol>li:before {
    padding: 5px 8px;
    position: absolute;
    top: 12px;
    left: 12px;
    content: counter(li);
    counter-increment: li;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    background: #b0b0b0;
    -ms-border-radius: 50%;
    border-radius: 50%
}*/

.checkout ol>li .checkout-steps-header {
    padding: 12px 12px 12px 46px;
    background: #f0f0f0
}

.checkout ol>li .checkout-steps-header:after {
    content: " ";
    display: block;
    height: 0;
    clear: both
}

.checkout ol>li .checkout-steps-header h3 {
    margin: 0;
    float: left;
    color: #545454
}

.checkout ol>li .checkout-steps-header .checkout-edit {
    margin: 0;
    float: right;
    display: none;
    cursor: pointer;
    font-weight: 700;
    line-height: 21px;
    color: #800002
}

{
    margin: 10px 0 0;
    position: relative;
    display: none;
    line-height: 1.5
}

@media (max-width:768px) {
    .mm-yy-slash {
        display: none
    }
}

.input-x-small {
    margin: 0 4px 10px 0;
    width: 50px
}

.input-x-small:last-of-type {
    margin: 0 6px 10px 1px
}

@media (max-width:768px) {
    .input-x-small {
        width: 100%
    }
}

.input-small {
    margin: 0 6px 10px 0;
    width: 154px
}

@media (max-width:1200px) {
    .input-small {
        width: 124px
    }
}

@media (max-width:991px) {
    .input-small {
        margin: 0 6px 10px 0;
        width: 171px
    }
}

@media (max-width:768px) {
    .input-small {
        width: 100%
    }
}

.input-medium {
    margin: 0 6px 10px 0;
    width: 318px
}

@media (max-width:1200px) {
    .input-medium {
        width: 259px
    }
}

@media (max-width:991px) {
    .input-medium {
        width: 352px
    }
}

@media (max-width:768px) {
    .input-medium {
        width: 100%
    }
}

.input-large {
    margin: 0 6px 10px 0;
    width: 646px
}

@media (max-width:1200px) {
    .input-large {
        width: 528px
    }
}

@media (max-width:991px) {
    .input-large {
        width: 714px
    }
}

@media (max-width:768px) {
    .input-large {
        width: 100%
    }
}

.cc-expire-dropdown {
    position: relative;
    vertical-align: top;
    height: 40px;
    width: 75px
}

@media (max-width:991px) {
    .cc-expire-dropdown {
        width: 100px
    }
}

@media (max-width:768px) {
    .cc-expire-dropdown {
        width: 100%
    }
}

.cc-expire-dropdown select {
    position: absolute;
    top: 0;
    left: 0;
    color: #545454;
    height: 40px;
    width: 75px;
    border: 1px solid #b0b0b0
}

@media (max-width:991px) {
    .cc-expire-dropdown select {
        width: 100px
    }
}

@media (max-width:768px) {
    .cc-expire-dropdown select {
        width: 100%
    }
}

.cc-code input {
    margin: 0 6px 10px;
    width: 144px
}

@media (max-width:1200px) {
    .cc-code input {
        width: 86px
    }
}

@media (max-width:991px) {
    .cc-code input {
        width: 128px
    }
}

@media (max-width:768px) {
    .cc-code input {
        margin: 0 6px 10px 0;
        width: 100%
    }
}

.btn-group .btn {
    margin: 0 6px 10px 0;
    padding: 6px 12px;
    font-weight: 400;
    line-height: 1.2em;
    height: 40px;
    width: 70px
}

.btn-group .btn .caret {
    margin-top: -2px
}

.order-processing {
    margin: 20px 6px 0 0;
    clear: both;
    text-align: center;
    width: 225px
}

.order-processing p {
    margin: 0 0 11px;
    line-height: 13px;
    color: #545454
}

.calendar {
    float: left;
    position: relative
}

@media (max-width:991px) {
    .calendar {
        float: none
    }
}

.calendar .ui-datepicker {
    padding: 0;
    text-align: center;
    background: #fff
}

.calendar .ui-datepicker .ui-datepicker-header {
    position: relative;
    line-height: 2.5em;
    background: #545454
}

.calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    font-size: 15px;
    font-weight: 700;
    color: #fff
}

.calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next,
.calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    top: 0;
    color: #f0f0f0;
    height: auto;
    width: auto
}

.calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next span,
.calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span {
    margin-top: auto;
    margin-left: auto;
    position: static;
    left: auto;
    top: auto
}

.calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    position: absolute;
    left: 8px
}

.calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    position: absolute;
    right: 8px
}

.calendar .ui-datepicker .ui-datepicker-calendar thead {
    border-left: 1px solid #b0b0b0;
    border-right: 1px solid #b0b0b0;
    background: #f0f0f0
}

.calendar .ui-datepicker .ui-datepicker-calendar thead th {
    padding: 0;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    color: #161616;
    line-height: 1.5;
    height: 40px;
    width: 100px;
    border-left: 1px solid #b0b0b0;
    border-bottom: 1px solid #b0b0b0;
    text-transform: uppercase
}

.calendar .ui-datepicker .ui-datepicker-calendar thead th:last-child {
    border-right: 1px solid #b0b0b0
}

.calendar .ui-datepicker .ui-datepicker-calendar tbody tr td {
    padding: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    color: #161616;
    height: 38px;
    width: 40px;
    border-left: 1px solid #b0b0b0;
    border-bottom: 1px solid #b0b0b0
}

.calendar .ui-datepicker .ui-datepicker-calendar tbody tr td span {
    padding: 0;
    text-align: center
}

.calendar .ui-datepicker .ui-datepicker-calendar tbody tr td:hover {
    cursor: pointer;
    background: #800002
}

.calendar .ui-datepicker .ui-datepicker-calendar tbody tr td:hover a,
.calendar .ui-datepicker .ui-datepicker-calendar tbody tr td:hover a:hover {
    color: #fff
}

.calendar .ui-datepicker .ui-datepicker-calendar tbody tr td:active {
    background: #800002;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .5)
}

.calendar .ui-datepicker .ui-datepicker-calendar tbody tr td:active a,
.calendar .ui-datepicker .ui-datepicker-calendar tbody tr td:active a:hover {
    color: #fff
}

.calendar .ui-datepicker .ui-datepicker-calendar tbody tr td:last-child {
    border-right: 1px solid #b0b0b0
}

.calendar .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day {
    color: #fff;
    background: #800002;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .5)
}

.calendar .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day:hover {
    color: #fff;
    background: #800002
}

.calendar .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day .ui-state-active,
.calendar .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day .ui-state-hover {
    color: #fff !important;
    background: #800002
}

.calendar .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-unselectable {
    color: #b0b0b0
}

.calendar .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-unselectable.ui-state-disabled.ui-datepicker-other-month {
    color: #dadada;
    background: #f0f0f0
}

.calendar .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-unselectable.ui-state-disabled.ui-datepicker-other-month:hover {
    color: #dadada;
    cursor: default;
    background: #f0f0f0
}

.calendar .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-unselectable.ui-state-disabled.ui-datepicker-today {
    color: #fff;
    background: #161616
}

.calendar .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-unselectable.ui-state-disabled.ui-datepicker-today:hover {
    color: #fff;
    background: #161616
}

.calendar .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-unselectable.ui-state-disabled:hover {
    color: #b0b0b0;
    cursor: text;
    background: 0 0
}

.calendar .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-unselectable.ui-state-disabled:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .4);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .4);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .4)
}

.calendar .no-delivery {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 281px;
    background: rgba(0, 0, 0, .85)
}

.calendar .no-delivery p {
    margin-top: 40%;
    text-align: center;
    font-weight: 700;
    color: #fff
}

.calendar .no-delivery p a {
    display: block;
    color: #49a4ff
}

.calendar .no-delivery .spinner {
    display: none
}

.calendar .no-delivery.loading {
    background: rgba(176, 176, 176, .75)
}

.calendar .no-delivery.loading p {
    display: none
}

.calendar .no-delivery.loading .spinner {
    margin: 50% auto 0;
    display: block;
    position: static;
    top: auto;
    right: auto
}

.date-selected {
    margin: 0 0 0 50px;
    padding: 25px;
    float: left;
    position: relative;
    display: none;
    font-size: 15px;
    height: 245px;
    width: 315px;
    border: 1px solid #b0b0b0
}

@media (max-width:1200px) {
    .date-selected {
        margin: 0 0 0 38px;
        width: 210px
    }
}

@media (max-width:991px) {
    .date-selected {
        margin: 25px 0 0;
        float: none;
        width: 282px
    }
}

.date-selected .date-selected-confirm {
    margin: 0 0 20px;
    font-weight: 700
}

.date-selected ul {
    padding: 0;
    list-style: none
}

.date-selected ul li {
    margin: 15px 0 0;
    padding: 0 0 0 10px;
    position: relative;
    line-height: 19px
}

.date-selected ul li:before {
    position: absolute;
    left: 0;
    content: "-"
}

.date-selected:before {
    position: absolute;
    left: -32px;
    top: 50%;
    content: "\00BB";
    font-size: 21px
}

@media (max-width:1200px) {
    .date-selected:before {
        left: -26px
    }
}

@media (max-width:991px) {
    .date-selected:before {
        display: none
    }
}

.btn-standard,
.btn-warning {
    margin: 10px 6px 0 0;
    clear: both;
    width: 225px
}

@media (max-width:991px) {
    .btn-standard {
        float: none;
        width: 100%
    }
}

.checkout ol>li .checkout-steps-content:after {
    content: " ";
    display: block;
    height: 0;
    clear: both
}

.checkout ol>li .checkout-steps-summary {
    padding: 15px 12px;
    display: none;
    background: #fafafa
}

.checkout ol>li .checkout-steps-summary p {
    margin: 0
}

.checkout ol>li .checkout-steps-summary input {
    padding: 0;
    border: none;
    background: 0 0;
    height: auto;
    font-weight: 700;
    cursor: text;
    width: 70px
}

.checkout ol>li .checkout-steps-summary input:focus {
    outline: 0
}

.checkout ol>li.schedule-delivery .spinner {
    position: absolute;
    top: 34%;
    right: 15%;
    height: 1em;
    width: 1em
}

@media (max-width:1200px) {
    .checkout ol>li.schedule-delivery .spinner {
        right: 18%
    }
}

@media (max-width:991px) {
    .checkout ol>li.schedule-delivery .spinner {
        margin-right: -.5em;
        right: 50%
    }
}

.checkout ol>li.payment-information .spinner {
    margin-top: 20px;
    margin-right: 100px;
    float: right;
    height: 1em;
    width: 1em
}

@media (max-width:991px) {
    .checkout ol>li.payment-information .spinner {
        margin-left: auto;
        margin-right: auto;
        float: none
    }
}

.checkout ol>li.review-order .checkout-steps-content {
    margin: 0;
    padding: 15px 0
}

.checkout ol>li .billing-address-form {
    margin: 10px 0 0
}

.checkout ol>li.editable .checkout-edit {
    display: block
}

.checkout ol>li.editable .checkout-steps-summary {
    display: block;
    border: solid 1px #ccc;
    padding: 15px;
}

.checkout ol>li.expanded .checkout-steps-header {
    background: 0 0
}

.checkout ol>li.expanded .checkout-steps-content {
    display: block;
    border: solid 1px #ccc;
    padding:15px
}

.checkout ol>li #orderList {
    margin: 20px 0 0
}

.checkout ol>li #orderList tbody>tr {
    border: solid 1px #dadada;
    vertical-align: top
}

.checkout ol>li #orderList td {
    padding: 10px;
    line-height: 18px
}

.checkout ol>li #orderList td td {
    padding: 10px 0 0
}

.checkout ol>li #orderList td:first-of-type {
    padding: 15px 0 0 15px
}

.checkout ol>li #orderList .order-list-heading tr {
    border: solid 1px #dadada;
    vertical-align: top
}

.checkout ol>li #orderList .order-list-heading td {
    padding: 10px;
    font-size: 15px;
    background: #e5e5e5
}

.shopping-cart {
    margin-top: 0
}

.shopping-cart:after {
    content: " ";
    display: block;
    height: 0;
    clear: both
}

.shopping-cart h2 {
    margin: 3px 0 0;
    float: left;
    font-weight: 400
}

@media (max-width:570px) {
    .shopping-cart h2 {
        margin: 3px 0 40px;
        float: none
    }
}

.shopping-cart .cart-buttons {
    float: right
}

@media (max-width:480px) {
    .shopping-cart .cart-buttons {
        float: none
    }
}

.shopping-cart .cart-buttons button {
    margin: 0 0 0 6px
}

@media (max-width:480px) {
    .shopping-cart .cart-buttons button {
        margin: 0;
        width: 100%
    }
}

@media (max-width:480px) {
    .shopping-cart .cart-buttons button.cart-print {
        display: none
    }
}

@media (max-width:480px) {
    .shopping-cart .cart-buttons button:last-child {
        margin: 10px 0 0
    }
}

.shopping-cart>table {
    clear: both
}

.shopping-cart .form-inline {
    float: left
}

.shopping-cart .form-inline label {
    display: block
}

.shopping-cart .form-inline input {
    width: 169px
}

.shopping-cart .form-inline button {
    vertical-align: bottom
}

.shopping-cart .form-inline:last-of-type {
    margin: 0 0 0 354px;
    width: 100%
}

.shopping-cart tr h3 {
    margin: 0
}

.shopping-cart tr p {
    margin: 0
}

.shopping-cart tr th {
    padding: 0 0 15px;
    font-weight: 400
}

.shopping-cart tr td {
    padding: 20px 0;
    vertical-align: top
}

.shopping-cart tr td.cart-item-info a {
    color: #161616
}

.shopping-cart tr td.cart-item-info .cart-item-image {
    margin: 0 20px 0 0;
    padding: 10px;
    float: left;
    text-align: center;
    border: 1px solid #dadada
}

@media (max-width:991px) {
    .shopping-cart tr td.cart-item-info .cart-item-image {
        width: 120px;
        margin: 0 5px 5px 0;
        float: none
    }
}

.shopping-cart tr td.cart-item-info .cart-item-image img {
    max-width: 95px
}

.shopping-cart tr td.cart-item-info .cart-item-details>p {
    margin: 5px 0 0
}

.shopping-cart tr td.cart-item-info .cart-item-details .cart-item-details-price {
    margin: 6px 0 0;
    font-weight: 700
}

.shopping-cart tr td.cart-quantity input {
    margin: 0 10px 0 0;
    padding: 8px;
    float: left;
    text-align: center;
    height: 31px;
    width: 35px;
    font-weight: 400;
    color: #545454;
    border: 1px solid #dadada
}

.shopping-cart tr td.cart-quantity a {
    cursor: pointer;
    font-weight: 700;
    line-height: 32px;
    color: #161616
}

.shopping-cart tr td.cart-quantity .no-quantity {
    margin: 0 0 10px;
    float: left;
    font-size: 11px;
    color: #e80707
}

.shopping-cart tr.cart-item .cart-price {
    font-weight: 700;
    line-height: 32px
}

.shopping-cart tr.cart-shipping td,
.shopping-cart tr.cart-taxes td {
    padding: 0 0 20px
}

.shopping-cart tr .cart-label,
.shopping-cart tr .cart-quantity {
    width: 275px
}

.shopping-cart tr .cart-price {
    text-align: right;
    width: 140px
}

.shopping-cart tr.cart-total td {
    padding: 20px 0 0;
    font-size: 17px;
    font-weight: 700
}

.shopping-cart tr.cart-total td.cart-price {
    color: #06a000
}

.shopping-cart tbody tr {
    border-top: 1px solid #dadada
}

.shopping-cart tfoot .cart-subtotal,
.shopping-cart tfoot .cart-total {
    border-top: 1px solid #dadada
}

.order-confirm p strong {
    font-size: 15px
}

.order-confirm hr {
    margin-top: 0;
    border-style: dashed none none
}

.order-confirm .login-register .account-signup {
    margin: 40px 0 0
}

#cart-summary {
    padding: 25px;
    background: #f0f0f0
}

#cart-summary ul li.cart-total .cart-item-price {
    color: #161616
}

#cart-summary ul li:first-of-type {
    padding: 0 0 5px;
    border-top: none
}

#cart-summary .cart-savings .cart-item-name {
    font-size: 13px
}

#addressUnverified,
#addressVerified {
    margin-left: 10px
}

#cart-footer {
    float: right;
    padding-right: 0
}

#cart-footer div {
    margin: 0 0 .5em;
    font-size: 14px
}

#cart-footer input[type=radio] {
    display: none
}

#cart-footer .cart-line.first-line {
    padding-top: 15px
}

#cart-footer .cart-delivery-options {
    display: inline-block;
    margin: .5em 0 1.25em;
    padding: 15px;
    width: 100%;
    border: none;
    background-color: #f0f0f0
}

#cart-footer .cart-delivery-options>span {
    font-size: 16px;
    font-weight: 600
}

#cart-footer .cart-delivery-options #pickup-btn {
    padding: 8px 16px;
    font-weight: 400
}

#cart-footer .cart-delivery-options #pickup-btn i {
    margin: 0 0 0 5px
}

#cart-footer .cart-delivery-options #zipcode-enter {
    padding: 8px 16px;
    width: 125px
}

#cart-footer .cart-delivery-options .row {
    margin: 0;
    height: 36px
}

#cart-footer .cart-delivery-options .row label span {
    margin-right: 10px
}

#cart-footer .cart-delivery-options .row:last-of-type {
    margin: 0
}

#cart-footer .cart-checkout-button {
    margin: 0;
    width: 100%;
    height: 50px;
    font-size: 18px;
    font-weight: 700
}

.modal-body ul {
    padding: 0
}

.modal-body li {
    padding: 10px 0;
    overflow: hidden;
    clear: both;
    list-style: none
}

.modal-body img {
    margin: 0 10px 0 0;
    float: left;
    max-width: 48px
}

.modal-body a {
    color: #161616
}

.modal-body .cart-item-name {
    margin: 0;
    padding: 0;
    float: left;
    display: block;
    width: 55%;
    box-sizing: border-box
}

.modal-body .cart-item-price {
    float: right;
    margin: 0
}

.modal-body .cart-item {
    border-bottom: 1px solid #dadada
}

.modal-body .cart-total {
    padding: 15px 0;
    font-size: 14px;
    font-weight: 700
}

.modal-body .cart-total .cart-item-price {
    color: #06a000
}

.item-cart-buttons input[id^=quantity-] {
    margin: 0 10px;
    float: left;
    text-align: center;
    height: 31px;
    width: 35px;
    font-weight: 700;
    color: #545454
}

#pickup-btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.delivery-pickup-charge {
    float: right;
    font-weight: 700;
    color: #A00003;
    display: inline-block
}

.cart-savings {
    color: #06a000;
    font-weight: 700
}

#pickup-selection span {
    display: inline-block;
    height: 100%;
    padding: 9px 0
}

#quantity-text {
    float: left;
    font-size: 16px;
    font-weight: 700;
    color: #a9a9a9;
    display: inline-block;
    padding: 8px 0;
    text-align: center
}

#WarrantyBox {
    margin-top: 30px
}

#WarrantyBox .WarrantyBox-text {
    padding: 15px;
    font-size: 14px
}

#WarrantyBox .WarrantyBox-link {
    font-weight: 700;
    color: #A00003
}

@media (max-width:480px) {
    .current-promotions .col-xs-12 {
        margin: 10px 0
    }
    #Password,
    .checkout-option #UserName {
        width: 100%
    }
    .checkout-option .btn.btn-standard {
        float: none;
        width: 100%
    }
    .checkout-option .form-group {
        margin: 0 0 8px
    }
    .checkout .checkout-option .checkbox {
        margin: 12px 0 0
    }
}

.locations {
    margin-top: 15px
}

@media (max-width:480px) {
    .locations>div {
        width: 100%
    }
}

.locations .location-info h4 {
    font-size: 16px;
    text-transform: capitalize
}

.locations .store-hours h4 {
    font-size: 13px
}

.locations .locations-single {
    padding: 20px 0;
    clear: both;
    height: 275px;
    border-bottom: 1px solid #dadada
}

.locations .locations-single .store-hours {
    margin: 15px 0 0
}

@media (max-width:320px) {
    .locations .locations-single .store-hours {
        width: 100%
    }
}

.locations .locations-single .store-hours td {
    padding: 3px 0
}

.locations .locations-single .store-hours td.store-hours-time {
    text-align: right
}

.locations .locations-single .location-address,
.locations .locations-single .location-directions {
    margin: 10px 0 0
}

.locations .locations-single .location-phone {
    margin: 5px 0 0;
    font-weight: 700
}

.locations .locations-single:after {
    content: " ";
    display: block;
    height: 0;
    clear: both
}

.locations .locations-single:last-of-type {
    border-bottom: none
}

.locations .locations-map {
    margin: 0 0 20px;
    background: #a9cbff
}

.locations .locations-map img {
    width: 100%
}

@media (max-width:991px) {
    .locations .locations-map {
        margin: 40px 0 20px
    }
}

.locations .locations-more-info {
    padding: 25px;
    background: #f0f0f0
}

.locations .locations-more-info .row:first-child {
    border-bottom: 1px solid #dadada
}

.locations .locations-more-info .row:first-child>div {
    margin-top: 0;
    margin-bottom: 20px
}

.locations .locations-more-info .row:first-child>div:last-child {
    margin-top: 5px
}

@media (max-width:991px) {
    .locations .locations-more-info .row:first-child>div:last-child {
        margin-top: 0
    }
}

@media (max-width:768px) {
    .locations .locations-more-info .row:first-child>div:last-child {
        margin-top: 5px
    }
}

.locations .locations-more-info .row>div {
    margin-top: 20px
}

@media (max-width:480px) {
    .locations .locations-more-info .row>div {
        width: 100%
    }
}

.locations .locations-more-info .row p {
    margin: 0;
    padding: 3px 0;
    color: #545454;
    line-height: 13px
}

.locations .locations-more-info .row td {
    padding: 3px 0;
    color: #545454
}

.locations .locations-more-info .row tr td:first-child {
    width: 100px
}

.locations .locations-more-info .row tr td:last-child {
    text-align: right
}

.locations.locations-detail h3 {
    font-size: 21px;
    line-height: 25px
}

.locations.locations-detail .locations-single {
    height: 162px
}

@media (max-width:380px) {
    .locations.locations-detail .locations-single {
        height: auto
    }
}

.locations.locations-detail .locations-single .location-info {
    float: left
}

@media (max-width:380px) {
    .locations.locations-detail .locations-single .location-info {
        float: none
    }
}

.locations.locations-detail .locations-single .store-hours {
    float: right
}

@media (max-width:380px) {
    .locations.locations-detail .locations-single .store-hours {
        float: none
    }
}

@media (max-width:991px) {
    .locations.locations-detail .locations-map {
        margin: 0 0 20px
    }
}

#location-listing {
    display: none;
    line-height: 1.3
}

#location-listing h4 {
    margin-top: 20px;
    color: #800002;
    clear: both
}

#location-listing hr {
    padding-top: 1px;
    padding-bottom: 1px;
    clear: both
}

#location-listing .location-title {
    font-size: 15px
}

#location-listing .col-sm-3,
#location-listing .col-sm-4 {
    margin: 40px 0 0;
    height: auto
}

#location-listing .col-sm-3 span,
#location-listing .col-sm-4 span {
    display: inline-block;
    width: 100%
}

#location-listing .col-sm-3 table,
#location-listing .col-sm-4 table {
    width: 75% !important
}

#location-listing .col-sm-3 table td,
#location-listing .col-sm-4 table td {
    width: 50%
}

#location-listing table tr td+td {
    text-align: right
}

#map-canvas {
    display: none
}

.storelocator-panel .directions-panel,
.storelocator-panel .store-list li {
    padding: 5px 8px
}

.storelocator-panel .location-search {
    padding: 8px 8px 5px
}

.storelocator-panel .location-search h4 {
    margin: 0 0 2px
}

#map-refresh {
    margin: 5px 0 5px 8px;
    display: block;
    font-size: .8em
}

.location-address,
.location-hours {
    float: left;
    width: 50%;
    font-size: .85em;
    box-sizing: border-box
}

.location-hours {
    float: right
}

.location-hours td+td {
    text-align: right
}

.location-stores {
    padding: 10px 0;
    height: 255px;
    border-bottom: solid 1px #DADADA
}

#legend {
    margin-bottom: 10px;
    margin-right: 10px;
    display: none;
    font-weight: 700;
    background-color: #eee;
    border: 1px solid #a9a9a9
}

#legend>div {
    margin: 10px;
    font-size: 1.2em
}

.about h2 {
    margin: 30px 0 15px;
    padding: 0 0 15px;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 21px;
    text-transform: capitalize;
    border-bottom: 1px solid #dadada
}

.about .list-inline {
    margin-top: 30px;
    padding: 6px 12px;
    display: inline-block;
    line-height: 21px;
    font-weight: 400;
    background: #800002
}

.about .list-inline li {
    padding-left: 10px;
    padding-right: 10px
}

.about .list-inline li a {
    color: #fff
}

.about .list-inline li a.active {
    font-weight: 700
}

.about ul {
    padding: 0 0 0 40px;
    list-style: disc
}

.about ul li {
    margin: 0
}

.about ul strong {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase
}

.about .carousel {
    margin: 0 0 30px
}

.about .carousel .item {
    height: 400px
}

.about .carousel .item .carousel-caption {
    text-shadow: 0 1px 2px rgba(0, 0, 0, .8)
}

.about .carousel .item .carousel-caption h3 {
    font-size: 24px;
    line-height: 24px
}

.about .carousel .item .carousel-caption p {
    font-size: 16px;
    font-weight: 700
}

.about .about-history {
    padding: 5% 0;
    text-align: left
}

.about .about-top {
    padding: 0 0 15px;
    margin: 0 0 30px;
    text-align: center
}

.about .about-top p {
    text-align: left
}

.about .about-bottom {
    margin: 20px 0 0;
    padding: 30px 0 0;
    text-align: center;
    border-top: 1px solid #dadada
}

.about .about-bottom img {
    margin: 0 0 10px
}

.about .about-bottom p {
    margin: 0 0 20px;
    text-align: center
}

.about .about-with-img .about-left {
    float: left;
    width: 75%
}

@media (max-width:991px) {
    .about .about-with-img .about-left {
        width: 65%
    }
}

@media (max-width:768px) {
    .about .about-with-img .about-left {
        width: 60%
    }
}

@media (max-width:590px) {
    .about .about-with-img .about-left {
        width: auto
    }
}

.about .about-with-img img {
    float: right;
    max-width: 200px
}

@media (max-width:590px) {
    .about .about-with-img img {
        display: none
    }
}

.about .about-with-img:after {
    content: " ";
    display: block;
    height: 0;
    clear: both
}

.about form {
    margin: 40px 0 0
}

@media (min-width:768px) {
    .about form .control-label {
        text-align: left
    }
}

.account h4,
.customer-service h4 {
    margin: 15px 0 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    text-transform: uppercase
}

.account .list-group h4,
.customer-service .list-group h4 {
    margin: 20px 0 12px;
    font-weight: 700
}

.account .list-group a,
.customer-service .list-group a {
    margin: 0;
    padding: 8px 0;
    color: #161616;
    background-color: transparent;
    border: none
}

.account .list-group a,
.customer-service .list-group a {
    margin: 0;
    padding: 8px 0;
    color: #161616;
    background-color: transparent;
    border: none
}

.account .list-group a:hover,
.customer-service .list-group a:hover {
    color: #A00003
}

.account .list-group #chatLink,
.customer-service .list-group #chatLink {
    height: 99px;
    width: 165px;
    border: 1px solid #800002
}

.account .list-group #chatLink a,
.customer-service .list-group #chatLink a {
    padding: 0;
    display: block;
    height: 97px;
    width: 163px;
    font-size: 0
}

.account .list-group #chatLink a.nav-chat-offline,
.customer-service .list-group #chatLink a.nav-chat-offline {
    background: url(//files.steinhafels.com/img/chat-offline.jpg)
}

.account .list-group #chatLink a.nav-chat-online,
.customer-service .list-group #chatLink a.nav-chat-online {
    display: none;
    background: url(//files.steinhafels.com/img/chat-online.jpg)
}

.account .order-lookup,
.customer-service .order-lookup {
    margin: 20px 0 0;
    padding: 30px;
    border: 1px solid #dadada
}

.account .order-lookup .form-inline:first-of-type,
.customer-service .order-lookup .form-inline:first-of-type {
    margin: 0 0 30px
}

.account .order-lookup .form-inline:first-of-type button,
.customer-service .order-lookup .form-inline:first-of-type button {
    padding: 10px 20px
}

.account .order-lookup .form-inline input,
.customer-service .order-lookup .form-inline input {
    margin: 0 8px 0 0;
    width: 375px
}

@media (max-width:1200px) {
    .account .order-lookup .form-inline input,
    .customer-service .order-lookup .form-inline input {
        width: 250px
    }
}

@media (max-width:768px) {
    .account .order-lookup .form-inline input,
    .customer-service .order-lookup .form-inline input {
        margin: 0;
        width: 100%
    }
}

.account .order-lookup .form-inline button,
.customer-service .order-lookup .form-inline button {
    margin: 0 8px 0 0;
    padding: 10px 50px;
    text-transform: uppercase
}

@media (max-width:768px) {
    .account .order-lookup .form-inline button,
    .customer-service .order-lookup .form-inline button {
        margin: 0;
        width: 100%
    }
}

.account .make-payment,
.account .make-payment-form,
.account .schedule-delivery,
.customer-service .make-payment,
.customer-service .make-payment-form,
.customer-service .schedule-delivery {
    margin: 20px 0 0;
    padding: 15px;
    border: 1px solid #dadada
}

.account .make-payment .form-group .btn-standard,
.account .make-payment-form .form-group .btn-standard,
.account .schedule-delivery .form-group .btn-standard,
.customer-service .make-payment .form-group .btn-standard,
.customer-service .make-payment-form .form-group .btn-standard,
.customer-service .schedule-delivery .form-group .btn-standard {
    padding: 10px 20px;
    text-transform: uppercase
}

@media (max-width:768px) {
    .account .make-payment .form-group .btn-standard,
    .account .make-payment-form .form-group .btn-standard,
    .account .schedule-delivery .form-group .btn-standard,
    .customer-service .make-payment .form-group .btn-standard,
    .customer-service .make-payment-form .form-group .btn-standard,
    .customer-service .schedule-delivery .form-group .btn-standard {
        margin: 0;
        width: 100%;
        margin-top: 15px
    }
}

.account .make-payment .form-group .spinner,
.account .make-payment-form .form-group .spinner,
.account .schedule-delivery .form-group .spinner,
.customer-service .make-payment .form-group .spinner,
.customer-service .make-payment-form .form-group .spinner,
.customer-service .schedule-delivery .form-group .spinner {
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle
}

.account .make-payment .form-group:last-of-type,
.account .make-payment-form .form-group:last-of-type,
.account .schedule-delivery .form-group:last-of-type,
.customer-service .make-payment .form-group:last-of-type,
.customer-service .make-payment-form .form-group:last-of-type,
.customer-service .schedule-delivery .form-group:last-of-type {
    margin-bottom: 0
}

.account .make-payment #delivery-pickup-label,
.account .make-payment-form #delivery-pickup-label,
.account .schedule-delivery #delivery-pickup-label,
.customer-service .make-payment #delivery-pickup-label,
.customer-service .make-payment-form #delivery-pickup-label,
.customer-service .schedule-delivery #delivery-pickup-label {
    padding-left: 0
}

.account .make-payment .delivery-pickup-info,
.account .make-payment-form .delivery-pickup-info,
.account .schedule-delivery .delivery-pickup-info,
.customer-service .make-payment .delivery-pickup-info,
.customer-service .make-payment-form .delivery-pickup-info,
.customer-service .schedule-delivery .delivery-pickup-info {
    margin: 43px 0 0
}

.account .make-payment .input-x-small,
.account .make-payment-form .input-x-small,
.account .schedule-delivery .input-x-small,
.customer-service .make-payment .input-x-small,
.customer-service .make-payment-form .input-x-small,
.customer-service .schedule-delivery .input-x-small {
    margin: 0 4px 10px 0;
    width: 50px
}

.account .make-payment .input-x-small:last-of-type,
.account .make-payment-form .input-x-small:last-of-type,
.account .schedule-delivery .input-x-small:last-of-type,
.customer-service .make-payment .input-x-small:last-of-type,
.customer-service .make-payment-form .input-x-small:last-of-type,
.customer-service .schedule-delivery .input-x-small:last-of-type {
    margin: 0 6px 10px 1px
}

@media (max-width:768px) {
    .account .make-payment .input-x-small,
    .account .make-payment-form .input-x-small,
    .account .schedule-delivery .input-x-small,
    .customer-service .make-payment .input-x-small,
    .customer-service .make-payment-form .input-x-small,
    .customer-service .schedule-delivery .input-x-small {
        width: 100%
    }
}

.account .make-payment .input-small,
.account .make-payment-form .input-small,
.account .schedule-delivery .input-small,
.customer-service .make-payment .input-small,
.customer-service .make-payment-form .input-small,
.customer-service .schedule-delivery .input-small {
    margin: 0 6px 10px 0;
    width: 154px
}

@media (max-width:1200px) {
    .account .make-payment .input-small,
    .account .make-payment-form .input-small,
    .account .schedule-delivery .input-small,
    .customer-service .make-payment .input-small,
    .customer-service .make-payment-form .input-small,
    .customer-service .schedule-delivery .input-small {
        width: 124px
    }
}

@media (max-width:991px) {
    .account .make-payment .input-small,
    .account .make-payment-form .input-small,
    .account .schedule-delivery .input-small,
    .customer-service .make-payment .input-small,
    .customer-service .make-payment-form .input-small,
    .customer-service .schedule-delivery .input-small {
        margin: 0 6px 10px 0;
        width: 171px
    }
}

@media (max-width:768px) {
    .account .make-payment .input-small,
    .account .make-payment-form .input-small,
    .account .schedule-delivery .input-small,
    .customer-service .make-payment .input-small,
    .customer-service .make-payment-form .input-small,
    .customer-service .schedule-delivery .input-small {
        width: 100%
    }
}

.account .make-payment .input-medium,
.account .make-payment-form .input-medium,
.account .schedule-delivery .input-medium,
.customer-service .make-payment .input-medium,
.customer-service .make-payment-form .input-medium,
.customer-service .schedule-delivery .input-medium {
    margin: 0 6px 10px 0;
    width: 318px
}

@media (max-width:1200px) {
    .account .make-payment .input-medium,
    .account .make-payment-form .input-medium,
    .account .schedule-delivery .input-medium,
    .customer-service .make-payment .input-medium,
    .customer-service .make-payment-form .input-medium,
    .customer-service .schedule-delivery .input-medium {
        width: 259px
    }
}

@media (max-width:991px) {
    .account .make-payment .input-medium,
    .account .make-payment-form .input-medium,
    .account .schedule-delivery .input-medium,
    .customer-service .make-payment .input-medium,
    .customer-service .make-payment-form .input-medium,
    .customer-service .schedule-delivery .input-medium {
        width: 352px
    }
}

@media (max-width:768px) {
    .account .make-payment .input-medium,
    .account .make-payment-form .input-medium,
    .account .schedule-delivery .input-medium,
    .customer-service .make-payment .input-medium,
    .customer-service .make-payment-form .input-medium,
    .customer-service .schedule-delivery .input-medium {
        width: 100%
    }
}

.account .make-payment .input-large,
.account .make-payment-form .input-large,
.account .schedule-delivery .input-large,
.customer-service .make-payment .input-large,
.customer-service .make-payment-form .input-large,
.customer-service .schedule-delivery .input-large {
    margin: 0 6px 10px 0;
    width: 646px
}

@media (max-width:1200px) {
    .account .make-payment .input-large,
    .account .make-payment-form .input-large,
    .account .schedule-delivery .input-large,
    .customer-service .make-payment .input-large,
    .customer-service .make-payment-form .input-large,
    .customer-service .schedule-delivery .input-large {
        width: 528px
    }
}

@media (max-width:991px) {
    .account .make-payment .input-large,
    .account .make-payment-form .input-large,
    .account .schedule-delivery .input-large,
    .customer-service .make-payment .input-large,
    .customer-service .make-payment-form .input-large,
    .customer-service .schedule-delivery .input-large {
        width: 714px
    }
}

@media (max-width:768px) {
    .account .make-payment .input-large,
    .account .make-payment-form .input-large,
    .account .schedule-delivery .input-large,
    .customer-service .make-payment .input-large,
    .customer-service .make-payment-form .input-large,
    .customer-service .schedule-delivery .input-large {
        width: 100%
    }
}

.account .make-payment-form,
.customer-service .make-payment-form {
    padding: 0
}

.account .make-payment-form .make-payment-summary,
.customer-service .make-payment-form .make-payment-summary {
    padding: 15px 30px;
    background: #f0f0f0
}

.account .make-payment-form .make-payment-summary table,
.customer-service .make-payment-form .make-payment-summary table {
    margin-bottom: 0
}

.account .make-payment-form .make-payment-summary table th,
.customer-service .make-payment-form .make-payment-summary table th {
    padding: 0 0 2px;
    border-bottom: 1px solid #dadada
}

.account .make-payment-form .make-payment-summary table td,
.customer-service .make-payment-form .make-payment-summary table td {
    padding: 4px 0 0;
    border-top: none
}

.account .make-payment-form .make-payment-form-info,
.customer-service .make-payment-form .make-payment-form-info {
    padding: 0 30px 30px
}

.account .make-payment-form .make-payment-form-info h3,
.customer-service .make-payment-form .make-payment-form-info h3 {
    margin: 30px 0 20px
}

.account .make-payment-form .make-payment-form-info button.btn-lg,
.customer-service .make-payment-form .make-payment-form-info button.btn-lg {
    margin: 20px 0 0;
    display: block;
    width: 225px
}

.account .make-payment-form .make-payment-form-info .payment-processing,
.customer-service .make-payment-form .make-payment-form-info .payment-processing {
    margin: 20px 0 0;
    text-align: center;
    width: 225px
}

.account .make-payment-form .make-payment-form-info .payment-processing p,
.customer-service .make-payment-form .make-payment-form-info .payment-processing p {
    margin: 0 0 11px;
    line-height: 13px;
    color: #545454
}

.account .make-payment-form .make-payment-form-info #amount-status,
.customer-service .make-payment-form .make-payment-form-info #amount-status {
    display: none;
    color: #e80707
}

.account .make-payment-form .make-payment-form-info form .form-group:first-of-type input,
.customer-service .make-payment-form .make-payment-form-info form .form-group:first-of-type input {
    margin: 0
}

@media (max-width:768px) {
    .account .make-payment-form .make-payment-form-info .mm-yy-slash,
    .customer-service .make-payment-form .make-payment-form-info .mm-yy-slash {
        display: none
    }
}

.account .make-payment-form .make-payment-form-info .input-x-small,
.customer-service .make-payment-form .make-payment-form-info .input-x-small {
    margin: 0 4px 10px 0;
    width: 50px
}

.account .make-payment-form .make-payment-form-info .input-x-small:last-of-type,
.customer-service .make-payment-form .make-payment-form-info .input-x-small:last-of-type {
    margin: 0 6px 10px 1px
}

@media (max-width:768px) {
    .account .make-payment-form .make-payment-form-info .input-x-small,
    .customer-service .make-payment-form .make-payment-form-info .input-x-small {
        width: 100%
    }
}

.account .make-payment-form .make-payment-form-info .input-small,
.customer-service .make-payment-form .make-payment-form-info .input-small {
    margin: 0 6px 0 0;
    width: 208px
}

@media (max-width:1200px) {
    .account .make-payment-form .make-payment-form-info .input-small,
    .customer-service .make-payment-form .make-payment-form-info .input-small {
        width: 145px
    }
}

@media (max-width:991px) {
    .account .make-payment-form .make-payment-form-info .input-small,
    .customer-service .make-payment-form .make-payment-form-info .input-small {
        margin: 0 6px 10px 0;
        width: 152px
    }
}

@media (max-width:768px) {
    .account .make-payment-form .make-payment-form-info .input-small,
    .customer-service .make-payment-form .make-payment-form-info .input-small {
        width: 100%
    }
}

.account .make-payment-form .make-payment-form-info .input-medium,
.customer-service .make-payment-form .make-payment-form-info .input-medium {
    margin: 0 6px 10px 0;
    width: 425px
}

@media (max-width:1200px) {
    .account .make-payment-form .make-payment-form-info .input-medium,
    .customer-service .make-payment-form .make-payment-form-info .input-medium {
        width: 300px
    }
}

@media (max-width:991px) {
    .account .make-payment-form .make-payment-form-info .input-medium,
    .customer-service .make-payment-form .make-payment-form-info .input-medium {
        width: 315px
    }
}

@media (max-width:768px) {
    .account .make-payment-form .make-payment-form-info .input-medium,
    .customer-service .make-payment-form .make-payment-form-info .input-medium {
        width: 100%
    }
}

.account .make-payment-form .make-payment-form-info .input-large,
.customer-service .make-payment-form .make-payment-form-info .input-large {
    margin: 0 6px 10px 0;
    width: 860px
}

@media (max-width:1200px) {
    .account .make-payment-form .make-payment-form-info .input-large,
    .customer-service .make-payment-form .make-payment-form-info .input-large {
        width: 610px
    }
}

@media (max-width:991px) {
    .account .make-payment-form .make-payment-form-info .input-large,
    .customer-service .make-payment-form .make-payment-form-info .input-large {
        width: 640px
    }
}

@media (max-width:768px) {
    .account .make-payment-form .make-payment-form-info .input-large,
    .customer-service .make-payment-form .make-payment-form-info .input-large {
        width: 100%
    }
}

.account .make-payment-form .make-payment-form-info .cc-expire-dropdown,
.customer-service .make-payment-form .make-payment-form-info .cc-expire-dropdown {
    position: relative;
    vertical-align: top;
    height: 40px;
    width: 75px
}

@media (max-width:991px) {
    .account .make-payment-form .make-payment-form-info .cc-expire-dropdown,
    .customer-service .make-payment-form .make-payment-form-info .cc-expire-dropdown {
        width: 100px
    }
}

@media (max-width:768px) {
    .account .make-payment-form .make-payment-form-info .cc-expire-dropdown,
    .customer-service .make-payment-form .make-payment-form-info .cc-expire-dropdown {
        width: 100%
    }
}

.account .make-payment-form .make-payment-form-info .cc-expire-dropdown select,
.customer-service .make-payment-form .make-payment-form-info .cc-expire-dropdown select {
    position: absolute;
    top: 0;
    left: 0;
    color: #545454;
    height: 40px;
    width: 75px;
    border: 1px solid #b0b0b0
}

@media (max-width:991px) {
    .account .make-payment-form .make-payment-form-info .cc-expire-dropdown select,
    .customer-service .make-payment-form .make-payment-form-info .cc-expire-dropdown select {
        width: 100px
    }
}

@media (max-width:768px) {
    .account .make-payment-form .make-payment-form-info .cc-expire-dropdown select,
    .customer-service .make-payment-form .make-payment-form-info .cc-expire-dropdown select {
        width: 100%
    }
}

.account .make-payment-form .make-payment-form-info .cc-code input,
.customer-service .make-payment-form .make-payment-form-info .cc-code input {
    margin: 0 6px 10px;
    width: 253px
}

@media (max-width:1200px) {
    .account .make-payment-form .make-payment-form-info .cc-code input,
    .customer-service .make-payment-form .make-payment-form-info .cc-code input {
        width: 128px
    }
}

@media (max-width:991px) {
    .account .make-payment-form .make-payment-form-info .cc-code input,
    .customer-service .make-payment-form .make-payment-form-info .cc-code input {
        width: 93px
    }
}

@media (max-width:768px) {
    .account .make-payment-form .make-payment-form-info .cc-code input,
    .customer-service .make-payment-form .make-payment-form-info .cc-code input {
        margin: 0 6px 10px 0;
        width: 100%
    }
}

.account .make-payment-form .make-payment-form-info .btn-group .btn,
.customer-service .make-payment-form .make-payment-form-info .btn-group .btn {
    margin: 0 6px 10px 0;
    padding: 6px 12px;
    font-weight: 400;
    line-height: 1.2em;
    height: 40px;
    width: 70px
}

.account .make-payment-form .make-payment-form-info .btn-group .btn .caret,
.customer-service .make-payment-form .make-payment-form-info .btn-group .btn .caret {
    margin-top: -2px
}

.account .service-footer,
.customer-service .service-footer {
    margin: 20px 0 0;
    padding: 0 30px 30px;
    border: 1px solid #dadada
}

.account .service-footer .footer-column,
.customer-service .service-footer .footer-column {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    width: 195px
}

.account .service-footer .footer-column h6,
.customer-service .service-footer .footer-column h6 {
    margin: 30px 0 16px;
    font-size: 13px;
    font-weight: 700
}

.account .service-footer .footer-column ul.footer-nav,
.customer-service .service-footer .footer-column ul.footer-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.account .service-footer .footer-column ul.footer-nav li,
.customer-service .service-footer .footer-column ul.footer-nav li {
    margin: 0 0 16px
}

.account .service-footer .footer-column ul.footer-nav li td:first-child,
.customer-service .service-footer .footer-column ul.footer-nav li td:first-child {
    width: 46px
}

.account .service-footer .footer-column ul.footer-nav li:last-child,
.customer-service .service-footer .footer-column ul.footer-nav li:last-child {
    margin: 0
}

.account .service-footer .footer-column:last-of-type,
.customer-service .service-footer .footer-column:last-of-type {
    margin: 0
}

@media (max-width:1200px) {
    .account .service-footer .footer-column,
    .customer-service .service-footer .footer-column {
        width: 195px
    }
}

@media (max-width:768px) {
    .account .order-lookup .form-inline input {
        margin-bottom: 15px
    }
}

.account .order-lookup .form-inline:first-of-type {
    margin: 0
}

.account .order-lookup .form-inline #view-orders {
    padding: 10px 100px
}

@media (max-width:1200px) {
    .account .order-lookup .form-inline #view-orders {
        padding: 10px 40px
    }
}

.account .order-lookup .form-inline .form-separator {
    padding: 0 8px 0 0;
    vertical-align: bottom
}

@media (max-width:768px) {
    .account .order-lookup .form-inline .form-separator {
        display: none
    }
}

.login-register h3,
.register h3 {
    text-transform: uppercase
}

.login-register .checkbox,
.register .checkbox {
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
    line-height: 21px
}

.login-register button,
.register button {
    padding: 10px 20px;
    text-transform: uppercase
}

.login-register .account-login,
.login-register .account-signup,
.register .account-login,
.register .account-signup {
    margin: 20px 0 0;
    padding: 30px
}

.login-register .account-login .form-group p,
.register .account-login .form-group p {
    padding-left: 10px;
    display: inline-block;
    font-weight: 700
}

.login-register .account-login .form-group p.login-reset-password,
.register .account-login .form-group p.login-reset-password {
    font-weight: 400
}

.login-register .col-lg-5:last-of-type,
.register .col-lg-5:last-of-type {
    float: right
}

@media (max-width:768px) {
    .login-register .col-lg-5:last-of-type,
    .register .col-lg-5:last-of-type {
        float: none
    }
}

@media (min-width:992px) {
    .login-register .col-lg-5,
    .register .col-lg-5 {
        width: 47.6%
    }
}

@media (min-width:1200px) {
    .login-register .col-lg-5,
    .register .col-lg-5 {
        width: 48%
    }
}

@media (max-width:768px) {
    .login-register .col-lg-2,
    .login-register .col-md-2,
    .login-register .col-sm-2,
    .register .col-lg-2,
    .register .col-md-2,
    .register .col-sm-2 {
        float: none
    }
}

@media (min-width:992px) {
    .login-register .col-lg-2,
    .login-register .col-md-2,
    .login-register .col-sm-2,
    .register .col-lg-2,
    .register .col-md-2,
    .register .col-sm-2 {
        padding: 0 22px;
        width: 1px
    }
}

.login-register .col-lg-2 .form-separator,
.login-register .col-md-2 .form-separator,
.login-register .col-sm-2 .form-separator,
.register .col-lg-2 .form-separator,
.register .col-md-2 .form-separator,
.register .col-sm-2 .form-separator {
    margin: 25px 0 5px;
    height: 1px;
    background: #dadada
}

@media (max-width:768px) {
    .login-register .col-lg-2 .form-separator,
    .login-register .col-md-2 .form-separator,
    .login-register .col-sm-2 .form-separator,
    .register .col-lg-2 .form-separator,
    .register .col-md-2 .form-separator,
    .register .col-sm-2 .form-separator {
        margin: 25px 0
    }
}

@media (min-width:992px) {
    .login-register .col-lg-2 .form-separator,
    .login-register .col-md-2 .form-separator,
    .login-register .col-sm-2 .form-separator,
    .register .col-lg-2 .form-separator,
    .register .col-md-2 .form-separator,
    .register .col-sm-2 .form-separator {
        margin: 20px 0 0;
        height: 286px;
        width: 1px
    }
}

.login-register .col-lg-2 .form-separator p,
.login-register .col-md-2 .form-separator p,
.login-register .col-sm-2 .form-separator p,
.register .col-lg-2 .form-separator p,
.register .col-md-2 .form-separator p,
.register .col-sm-2 .form-separator p {
    margin: 0 0 0 -14px;
    position: absolute;
    top: 12px;
    left: 50%;
    text-align: center;
    height: 28px;
    width: 28px;
    line-height: 26px;
    background: #fff
}

@media (min-width:992px) {
    .login-register .col-lg-2 .form-separator p,
    .login-register .col-md-2 .form-separator p,
    .login-register .col-sm-2 .form-separator p,
    .register .col-lg-2 .form-separator p,
    .register .col-md-2 .form-separator p,
    .register .col-sm-2 .form-separator p {
        margin: 0 0 0 -13px;
        top: 50%
    }
}

@media (max-width:768px) {
    .login-register .col-lg-2 .form-separator p,
    .login-register .col-md-2 .form-separator p,
    .login-register .col-sm-2 .form-separator p,
    .register .col-lg-2 .form-separator p,
    .register .col-md-2 .form-separator p,
    .register .col-sm-2 .form-separator p {
        top: -13px
    }
}

.login-register .account-login,
.register .account-login {
    background: #f0f0f0
}

.login-register .account-signup,
.register .account-signup {
    border: 1px solid #dadada
}

.login-register .account-signup .form-group:last-of-type,
.register .account-signup .form-group:last-of-type {
    margin-bottom: 0
}

.login-register .account-signup .form-group:last-of-type p,
.register .account-signup .form-group:last-of-type p {
    margin: 0
}

.register .account-signup {
    height: auto
}

.register .account-signup .form-group {
    margin-bottom: 20px
}

.register .account-signup .form-group.has-feedback .form-control-feedback {
    top: 3px
}

.register .account-signup .form-group.has-success .form-control {
    border-color: #b0b0b0
}

.register .account-signup .form-group.has-success .form-control:focus {
    border-color: #a00003;
    -webkit-box-shadow: none;
    box-shadow: none
}

.register .account-signup .form-group:last-child {
    margin-top: 30px
}

@media (min-width:768px) {
    .register .account-signup {
        margin: 20px auto 0;
        padding: 60px 60px 40px;
        width: 650px
    }
}

#order-history #loaderModal {
    margin: 20px 0 16px;
    line-height: 22px
}

#order-history #loaderModal strong {
    margin: 0 0 0 5px;
    vertical-align: top
}

#order-history .order-history-header {
    margin: 30px 0 0
}

#order-history .order-history-header #order-filters {
    float: left
}

#order-history .order-history-header #order-filters input {
    margin: 3px 6px 0 0
}

#order-history .order-history-header #order-filters span {
    margin: 0 10px 0 0
}

#order-history .order-history-header .sort-by-label {
    float: right
}

#order-history .order-history-header:after {
    content: " ";
    display: block;
    height: 0;
    clear: both
}

#order-history #orders {
    margin: 0;
    padding: 0;
    list-style: none
}

#order-history #orders .order-history-item {
    margin: 20px 0 0;
    border: 1px solid #dadada
}

#order-history #orders .order-history-item .order-history-item-header {
    padding: 15px 0;
    background: #f5f5f5;
    border-bottom: 1px solid #dadada
}

#order-history #orders .order-history-item .order-history-item-header h3 {
    margin: 0;
    font-size: 19px;
    line-height: 21px;
    padding-bottom: 5px
}

#order-history #orders .order-history-item .order-history-item-header:after {
    content: " ";
    display: block;
    height: 0;
    clear: both
}

#order-history #orders .order-history-item .order-history-item-header>div:last-child {
    display: flex;
    justify-content: flex-end
}

#order-history #orders .order-history-item .order-history-item-content {
    padding: 15px 0
}

#order-history #orders .order-history-item .order-history-item-content .order-history-item-single {
    margin: 0 0 15px
}

#order-history #orders .order-history-item .order-history-item-content .order-history-item-single img {
    margin: 0 15px 0 0;
    float: left;
    border: 1px solid #dadada;
    width: 90px
}

#order-history #orders .order-history-item .order-history-item-content .order-history-item-single:after {
    content: " ";
    display: block;
    height: 0;
    clear: both
}

#order-history #orders .order-history-item .order-history-item-content .order-history-item-single:last-child {
    margin: 0
}

#order-history #orders .order-history-item .order-history-item-content:after {
    content: " ";
    display: block;
    height: 0;
    clear: both
}

table#gift-table {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    font-family: Agenda-Light, sans-serif;
    font-weight: 100;
    background: #333;
    color: #fff;
    text-rendering: optimizeLegibility;
    border-radius: 5px
}

table#gift-table thead th {
    font-weight: 600
}

table#gift-table tbody td,
table#gift-table thead th {
    padding: .8rem;
    font-size: 1.4rem
}

table#gift-table tbody td {
    padding: .8rem;
    font-size: 1.4rem;
    color: #444;
    background: #eee
}

table#gift-table tbody tr:not(:last-child) {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

#registry-print-btn {
    display: block;
    margin: 0 auto
}

@media screen and (max-width:600px) {
    table#gift-table caption {
        background-image: none
    }
    table#gift-table thead {
        display: none
    }
    table#gift-table tbody td {
        display: block;
        padding: .6rem
    }
    table#gift-table tbody tr td:first-child {
        background: #DADADA;
        color: #fff;
        border-bottom: 1px solid #999;
        border-top: 1px solid #999
    }
    table#gift-table tbody td:before {
        content: attr(data-th);
        font-weight: 700;
        display: inline-block;
        width: 8rem
    }
    #gift-table img {
        max-width: 150px;
        margin: 0 auto;
        position: relative;
        top: 50%;
        transform: translateY(-9%);
        border: 1px solid #999
    }
    #registry-print-btn {
        position: relative;
        top: 50%;
        transform: translateY(-25%)
    }
}

#gift-table td {
    vertical-align: middle
}

#registry-info {
    width: 250px
}

#gift-table .item-image-thumbnail a {
    margin: 0 auto;
    display: block;
    max-width: 150px
}

#gift-table .item-image-thumbnail img {
    max-width: 150px;
    border: solid 1px #999
}

.guarantee-heading {
    margin: 0 0 15px;
    font-size: 19px;
    font-weight: 700
}

@media (max-width:767px) {
    .guarantee-heading {
        margin: 15px 0;
        text-align: center
    }
}

.guarantee-container {
    margin-bottom: 25px;
    padding-bottom: 15px;
    overflow: hidden;
    border-bottom: 1px solid #dadada
}

.guarantee-container p {
    font-size: 15px;
    line-height: 1.5
}

.guarantee-container:last-of-type {
    border-bottom: none
}

.error-404 {
    margin: 50px 0
}

.error-404 .error-figure {
    display: flex;
    justify-content: center
}

.error-404 .error-content {
    margin: 0 auto;
    padding: 30px 0 0;
    width: 565px
}

@media (max-width:670px) {
    .error-404 .error-content {
        text-align: center;
        width: auto
    }
}

.error-404 .error-content h2 {
    margin: 0 0 20px
}

.error-404 .error-content p {
    font-size: 16px;
    line-height: 1.5
}

#chatLink {
    border: solid 1px #ccc
}

#checkout #chatLink {
    margin-top: 30px
}

.chatlink-text {
    font-size: 13px;
    padding: 20px
}

.chatlink-link {
    font-style: italic;
    font-weight: 700;
    color: green
}

.st-result-listing {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 13px;
    letter-spacing: .8px;
    margin-top: 40px
}

form input.st-search-input {
    font-size: 12px;
    padding: 5px 9px 5px 27px;
    height: 18px;
    width: 200px;
    color: #666;
    border: 1px solid #ccc;
    outline: 0;
    background: #fcfcfc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUFJREFUeNqU0j0oRWEcx/Hj3ifvlMHL7C1lY7mDwUBKkoksBjKJxWIQu7xlOybDLVGukhhMZDFbxGBS8nIjKR3E96nf0dPjuuVfn+6tc35P//P8/yYMw8CpbgygGQlcYw8H+Ai8MvotxQImgt81hk1M4cEPF2IV43jCGo7wjk5MYhhlGMKbG+7BKO4wiGPn8DO1vIN+jGA9fpjQaUksecG4zjGPL3VQ5IZb9OAw+LtO1FkjatxwUuEoTzjSbRu9/xO+0W97nnArqvXuoxve1/9p1OUIlmNGU7EX9+KGt3GKNuyiC5WoQAe2NJFP3PpzzmoR0khpxle6h3pnkeKJPCPjbtglerVFfWhSVxfqJtK4qrChTMY4XdjVm9O21aIA92LrFcv6HHtAsclxQVnxa0WfsqgDUib4X9muStCA2W8BBgDJ0EeGeFZ8WAAAAABJRU5ErkJggg==) no-repeat 7px 7px
}

div.st-search-summary {
    border-bottom: 1px solid #ccc;
    padding-bottom: 7px;
    margin: 12px 0
}

div.st-result-listing {
    width: 600px
}

div.st-result-listing h2 {
    font-size: 13px;
    font-weight: 400;
    color: #333;
    margin: 0
}

div.st-result-listing h2 .st-query {
    font-style: italic;
    color: #666
}

div.st-result-listing h3 {
    font-size: 12px;
    margin: 5px 0
}

div.st-result {
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
    margin-bottom: 12px
}

div.st-result.final {
    border-bottom: none;
    margin-bottom: 0
}

div.st-result .st-snippet {
    color: #333
}

div.st-result .st-date {
    color: #999
}

#careersTable_wrapper #careers-dropdown {
    margin-bottom: 15px
}

#careersTable_wrapper #careers-dropdown .dropdown-header {
    padding-left: 5px;
    font-weight: 600;
    color: #161616
}

#careersTable_wrapper #careers-dropdown .dropdown-toggle i {
    margin: 0 0 0 5px
}

#careersTable_wrapper #careersTable_length select {
    width: 75px
}

#careersTable_wrapper #careersTable thead>tr {
    background: #e5e5e5
}

#careersTable_wrapper #careersTable_paginate {
    margin: 15px 0 0;
    padding-top: 0
}

.st-pagination {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #ccc
}

.st-prev {
    margin-right: 20px
}

.st-loading-message {
    margin: 10px auto;
    font-size: 16px;
    font-style: italic;
    color: #999
}

.reviewsRedirect {
    padding-left: 5px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
}

.display-attr-off {
    display: none !important
}

.display-attr-on {
    display: block !important
}

.display-attr-inline {
    display: inline !important
}

.display-attr-inline-block {
    display: inline-block !important
}

.selected-tab {
    font-style: italic;
    text-decoration: underline
}

.svcTabs {
    padding: 4px 0
}

div#icovia_html {
    margin-top: 10px
}

.x-pad {
    padding: 15px 5px 10px 0;
    cursor: pointer
}

.technician-card {
    height: auto;
    overflow: hidden
}

.tech-img {
    padding-bottom: 5px
}

.tech-subheading-exp {
    text-decoration: underline;
    margin-bottom: 5px;
    font-weight: 700
}

.tech-subheading {
    margin-bottom: 5px;
    margin-top: 10px;
    text-decoration: underline;
    font-weight: 700
}

.tech-testimonial-customer {
    margin-bottom: 10px;
    color: #333;
    font-weight: 700;
    font-size: 11px;
    display: inline-block
}

.tech-selected {
    box-shadow: 0 0 6px #888
}

.tech-selected .panel-heading .panel-title {
    font-weight: 600
}

.tech-selected>.panel-heading {
    background-color: #58D3F7
}

.tech-fun-img {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px
}

.pickup-hours {
    padding-bottom: 10px
}

.leading-repair-list {
    margin-bottom: 0
}

#oow-repair-img {
    margin-right: 5px
}

.footer-blog {
    padding-left: 8px;
    padding-top: 4px;
    float: right
}

#scroll-top-btn {
    display: none;
    display: block;
    margin: 0 auto
}

#scroll-top-btn:hover {
    outline: 0;
    border: 0;
    background: #ddd;
    line-height: 1.5
}

div.col-lg-4.col-md-4.col-sm-6.col-xs-12 h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.no-reviews {
    visibility: hidden
}

#unsupported-browser-warning {
    display: none
}

.contact-label {
    padding-left: 0;
    padding-right: 0
}

.contact-form {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px
}

#comments {
    width: 85%;
    height: 7em;
    vertical-align: top
}

#required-legend {
    margin-bottom: 15px;
    margin-top: 15px
}

.form-control.input-validation-error {
    background-color: #ffffe0
}

.icon-right {
    float: right
}

#mobile-footer-links {
    display: none
}

#mobile-quick-links {
    padding-top: 30px
}

#contact-us-comments .input-validation-error {
    border-color: #b94a48
}

.csSubject .input-validation-error {
    border-color: #b94a48
}

.alert.alert-danger {
    border-color: #b94a48;
    color: #e80707
}

.no-render {
    display: none
}

.no-render-important {
    display: none !important
}

#registry-controls {
    display: table;
    width: 100%;
    margin-bottom: 10px
}

#emp-login-container {
    display: table-cell;
    vertical-align: middle
}

#emp-login-link {
    float: right
}

#emp-login-link:focus {
    outline: 0
}

#update-registry-btn {
    display: none
}

#emp-modal label {
    margin-bottom: 5px
}

.img-360 {
    position: relative;
    display: inline-block;
    width: 100%
}

.overlay-360 {
    position: absolute;
    width: 100%
}

.list-inline>li {
    padding-right: 2px;
    padding-left: 1px
}

#cartInfo {
    width: 100%;
    table-layout: auto;
    border-bottom: 1px solid #dadada
}

.cart-subtotal .cart-price {
    font-weight: 700
}

.cart-total .cart-price {
    color: #161616
}

.pad-right-10 {
    padding-right: 10px
}

#zip-input input:focus {
    border: 1px solid #b0b0b0
}

.cart-control {
    visibility: hidden
}

#delivery-btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

#early-checkout {
    display: none
}

.alert-cart {
    color: #e80707;
    background-color: transparent;
    border-color: #e80707
}

.cart-line {
    overflow: hidden
}

#zip-input.input-group {
    margin: 0;
    float: right
}

#zip-input input {
    height: 100%;
    width: 80px
}

#delivery-selection span {
    display: inline-block;
    height: 100%;
    padding: 9px 0
}

.cart-totals {
    font-size: 18px;
    font-weight: 700
}

.first-line {
    padding-top: 10px;
    padding-bottom: 10px
}

.divider {
    border-top: 1px solid #dadada
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 10px solid #ba3c43
}

.ad-policy-img {
    margin: 0 auto
}

.highlight {
    background-color: #ffffe0
}

.item-image-thumbnail {
    cursor: pointer
}

.item-image-thumbnail:hover {
    opacity: .5
}

.youtube-ad:nth-of-type(n+7) {
    margin-top: 10px
}

.promotion-plan {
    margin-bottom: 15px
}

.promotion-plan-container {
    text-align: center
}

.promotion-plan-header {
    margin-bottom: 5px
}

.promotion-plan-threshold {
    display: inline-block;
    margin-bottom: 5px
}

#finance-details-banner {
    margin: 20px 0;
    text-align: center;
    background-color: #950F44;
    height: 56px
}

#finance-details-banner span {
    color: #fff;
    display: inline-block;
    font-size: 35px;
    padding: 10px 0
}

.main-sitemap .category-banner-blurb {
    padding: 10px 15px;
    position: absolute;
    bottom: 15px;
    right: 30px;
    color: #161616;
    background: rgba(255, 255, 255, .85)
}

.main-sitemap .category-banner-blurb h2 {
    font-size: 21px
}

.store-type {
    color: gray;
    margin-bottom: 5px;
    font-size: 11px
}

.location-phone {
    margin: 10px 0 10px 0
}

.location-details-link {
    margin: 10px 0;
    font-size: 12px
}

#panel.storelocator-panel {
    border-top: none
}

.bold {
    font-weight: 700
}
.bold-600 {
    font-weight: 600
}
#store-details {
    font-size: 14px;
    margin: 10px 0 0 0;
    line-height: 1.3
}

#store-details table {
    margin: 8px 0
}

.store-details-phone {
    margin: 8px 0
}

.store-details-subheading {
    margin: 0 0 8px;
    font-weight: 700
}

#store-canvas-container {
    padding: 0 0 20px 10px
}

#store-details-canvas {
    height: 200px;
    width: 100%
}

#mobile-nearest-location {
    line-height: 1.2;
    padding: 15px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

#mobile-nearest-location .store-name {
    color: #A00003
}

#mobile-nearest-location .open-until {
    font-size: 15px;
    margin: 2px 0
}

.other-stores-btn {
    float: right;
    background-color: #fff;
    border-radius: 0;
    color: gray;
    line-height: 1;
    font-weight: 400;
    font-size: 12px;
    border: 1px solid #ccc
}

.other-stores-btn:hover {
    background: #fff;
    border: 1px solid #ccc
}

@media screen and (max-width:767px) {
    .survey-content .survey-question input[type=radio]+label {
        margin-top: 5px
    }
}

@media screen and (min-width:768px) {
    .survey-second-row {
        margin-top: 10px
    }
}

#policy ul li {
    padding: 5px
}

.text-testimonial-container {
    padding-top: 5px;
    padding-bottom: 5px
}

.search-items .search-item-row .search-item-details .search-location {
    color: #A00003
}

.survey-content {
    font-size: 14px
}

.survey-content input[type=radio] {
    display: none;
    margin: 10px
}

.survey-content .survey-question {
    margin: 0 0 15px
}

.survey-content .survey-question div {
    padding-left: 0
}

.survey-content textarea {
    line-height: 1.2
}

.survey-content input[type=radio]+label {
    display: inline-block;
    padding: 10px 12px;
    background-color: #e7e7e7;
    border-color: #ddd;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    opacity: .8
}

.survey-content input[type=radio]+label:hover {
    cursor: pointer;
    background-color: lightblue;
    font-weight: 700
}

.survey-content input[type=radio]:checked+label {
    background-image: none;
    background-color: #A00003;
    color: #fff;
    font-weight: 700;
    opacity: 1
}

.remove-side-padding {
    padding-left: 0;
    padding-right: 0
}

.checkout ol>li #orderList td:first-of-type {
    padding: 15px 0 0 15px
}

.checkout ol>li #orderList .order-list-heading td {
    padding: 10px
}

.col-lg-4.col-md-4.col-sm-6.col-xs-12.product-tile {
    padding-bottom: 10px
}

.greyBar {
    border-bottom: solid 1px #dadada;
    padding-bottom: 5px
}

.nav-title {
    font-size: 16px
}

.homepage-block {
    margin-bottom: 30px
}

.homepage-block a>:hover {
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .5);
    box-shadow: 0 0 25px rgba(0, 0, 0, .5)
}

.homepage-block>a {
    display: block;
    transition: .2s
}

.homepage-block>a:hover img {
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, .25);
    transition: .2s
}

.homepage-block>a>img {
    width: 100%
}

.text-content-link {
    text-decoration: none;
    color: #161616;
    position: relative
}

a.text-content-link:hover {
    text-decoration: none;
    color: #161616
}

.category-block-text {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px
}

.category-block-text:hover {
    box-shadow: none !important;
    outline: 0 !important
}

.category-block-background {
    margin: -43px;
    height: 43px;
    position: absolute;
    left: 43px;
    text-decoration: none;
    width: 100%;
    background-color: #666;
    vertical-align: middle;
    display: table;
    z-index: 1000;
    background: rgba(83, 83, 83, .83)
}

.category-block-background:hover {
    box-shadow: none !important;
    outline: 0 !important;
    text-decoration: none
}

.category-block-background>span {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px 0 10px
}

.product-listing .landing-categories>div,
.product-listing .listing-item-row>div {
    padding-bottom: 30px
}

.video-image-thumbnail {
    cursor: pointer
}

.video-image-thumbnail:hover {
    opacity: .5
}

.item-attr-360 {
    cursor: pointer
}

#pVideos .row .col-xs-12 {
    padding-bottom: 15px
}

.delivery-pickup-buttons .btn-standard {
    width: 100%
}

#cart-footer .cart-delivery-options #zipcode-enter-ship {
    padding: 8px 16px;
    width: 125px
}

#zip-input-ship input {
    height: 100%;
    width: 80px
}

#shipping-selection span {
    display: inline-block;
    height: 100%;
    padding: 9px 0
}

#zip-input-ship input:focus {
    border: 1px solid #b0b0b0
}

.misc table tr td:last-child {
    padding-left: 20px;
    text-align: right
}

.location-title {
    font-weight: 700;
    font-size: 14px
}

.delivery-side-img {
    margin: 0 auto;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 200px !important
}

.delivery-side-list li {
    line-height: 2
}

.ship-plus-info {
    background-color: #08027e;
    color: #fff;
    text-align: center;
    padding: 10px 0 5px 0;
    font-size: 14px
}

.col-lg-4.col-md-4.col-sm-6.col-xs-12.product-tile {
    padding-bottom: 10px
}

.product-tile {
    transition: .2s
}

.product-tile:hover img {
    transition: .2s
}

.inline {
    display: inline !important
}

.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer
}

.youtube img {
    width: 100%;
    top: -16.84%;
    left: 0;
    opacity: .7
}

.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    z-index: 1;
    opacity: .8;
    border-radius: 6px
}

.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26px;
    border-color: transparent transparent transparent #fff
}

.youtube img,
.youtube .play-button {
    cursor: pointer
}

.youtube .play-button,
.youtube .play-button:before,
.youtube iframe,
.youtube img {
    position: absolute
}

.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0)
}

.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.softgrey {
    color: #b0b0b0
}

.baseline {
    vertical-align: baseline
}

.WarrantyBox-text p {
    padding-left: 20px
}

#enter-code {
    width: 100%
}

#promo-container {
    width: 100%
}

#Details td {
    padding: 5px
}

#Payments td {
    padding: 5px
}

#webChatLink {
    color: #A00003
}

.mustassemble {
    font-weight: 700;
    background-color: lightyellow
}

.shopping-cart {
    line-height: 1.3
}

.shopping-cart h3 {
    font-size: 16px
}

.shopping-cart table thead .cart-quantity {
    width: 200px
}

@media (max-width:767px) {
    .shopping-cart table thead th {
        display: none
    }
}

#WarrantyBox h3 {
    font-size: 14px
}

#WarrantyBox p {
    margin: 0 0 10px
}

#WarrantyBox button {
    margin-right: 5px
}

#WarrantyBox .panel {
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none
}

#WarrantyBox .panel-heading {
    padding: 0;
    border: 0
}

#WarrantyBox .panel-body {
    padding: 0
}

#WarrantyBox .panel-body img {
    width: 100%
}

#WarrantyBox .WarrantyBox-text {
    padding-bottom: 0
}

.cart-item td {
    width: auto !important
}

.cart-item .cart-item-image img {
    width: 100%
}

.cart-item .cart-item-details {
    padding: 0 30px 0 0
}

.cart-item .cart-item-price span {
    display: block
}

.cart-item .cart-item-price span:first-of-type {
    font-size: 17px;
    font-weight: 700;
    color: #a00003
}

.cart-item .cart-item-price span:last-of-type {
    text-decoration: line-through
}

.cart-item .cart-item-price p:last-of-type {
    font-size: 14px;
    font-weight: 700;
    color: green
}

.cart-item .cart-item-price-mobile {
    display: none
}

.cart-item .cart-item-price-mobile span:first-of-type {
    font-weight: 700;
    color: #a00003
}

.cart-item .cart-item-price-mobile span:last-of-type {
    text-decoration: line-through
}

.cart-item .cart-price {
    font-size: 17px;
    line-height: normal !important;
    color: #a00003
}

.cart-item .cart-item-sku,
.cart-item .cart-item-attr {
    font-size: 11px
}

.cart-item .cart-item-sku {
    padding: 0 0 10px
}

.cart-item .cart-item-attr {
    font-weight: 700;
    padding: 2px
}

.cart-item .cart-item-attr.ineligible {
    color: #b0b0b0
}

.cart-item .cart-item-attr.promo {
    display: inline-block;
    background: lightgreen
}

.cart-item .cart-item-attr.protected {
    color: #06a000
}

@media (max-width:767px) {
    .cart-item .cart-item-image {
        padding: 0 !important;
        border: 0 !important
    }
    .cart-item .cart-item-price,
    .cart-item .cart-price {
        display: none
    }
    .cart-item .cart-item-price-mobile {
        display: block
    }
    .cart-item .cart-quantity {
        text-align: center
    }
    .cart-item .cart-quantity input {
        margin: 0 auto !important;
        display: block;
        float: none !important
    }
    .cart-item .cart-quantity a {
        display: block
    }
}

#cart-footer {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px
}

#cart-footer #CurrentPromoCode>div {
    padding: 5px 7px;
    position: relative;
    font-size: 12px;
    line-height: 1.3;
    background: #fff387
}

#cart-footer #CurrentPromoCode .removePromoButton {
    padding: 5px;
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 10px
}

#cart-footer .cart-buttons {
    margin: 10px 0 30px
}

.shopping-cart #chatLink {
    margin-left: 15px
}

#PromoCodeDiv {
    margin: 0
}

#PromoCodeDiv strong {
    display: block
}

#miniCart {
    padding: 15px 15px 20px;
    width: 400px;
    margin-top: 7px
}

#miniCart .cart-item-name {
    width: 200px
}

#miniCart .cart-item-name b {
    font-size: 12px
}

#cartModal .modal-content {
    border-radius: 0
}

#cartModal .modal-footer {
    padding: 15px 15px 20px
}

#promo-message {
    font-size: small;
    color: #A00003;
    padding: 3px
}

@media (max-width:768px) {
    .section-title h2 {
        border: none
    }
    .cart-item .cart-item-price-mobile span:last-of-type {
        text-decoration: line-through;
        padding: 10px;
        font-size: 11px
    }
}

.account .make-payment-form .make-payment-summary table,
.customer-service .make-payment-form .make-payment-summary table td {
    padding-right: 12px
}

.form-cc-mmyy {
    margin: 0 6px 10px 0
}

@media (max-width:480px) {
    #modal-signup.in .modal-dialog {
        position: fixed;
        bottom: 0;
        margin: 0
    }
}

@media (min-width:760px) {
    #modal-signup.in .modal-dialog {
        top: 25%
    }
}

#tabCoverage td {
    border-top: none;
    padding: 0 0 5px 0;
    font-size: 14px !important
}

#tabCoverage th {
    border-top: none;
    padding: 0 0 5px 0;
    font-size: 14px !important
}

#tabCoverage a {
    color: #011844
}

#tabCoverage hr {
    margin: 5px 0 5px 0;
    border-color: #fff
}

#guardWell a {
    color: red;
    font-style: italic
}

.main-left-col {
    background: #fff;
    margin-bottom: -99999px;
    padding-bottom: 99999px
}

.main-right-col {
    background: #eee;
    margin-bottom: -99999px;
    padding-bottom: 99999px
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
    font-family: slick;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.play-button {
    width: 30px;
    height: 20px;
    background-color: #333;
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    z-index: 1;
    opacity: .8;
    border-radius: 6px
}

.play-button:before {
    content: "";
    border-style: solid;
    border-width: 5px 0 5px 12px;
    border-color: transparent transparent transparent #fff
}

.play-button,
.play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    position: absolute
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

.slick-slider {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-loading .slick-list {
    background: url(//files.steinhafels.com/img/ajax-loader.gif) center center no-repeat #fff
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slide,
.slick-slide img,
.slick-slider .slick-list,
.slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    left: 0;
    top: 0;
    zoom: 1
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

@font-face {
    font-family: slick;
    src: url(~/Content/fonts/slick.eot);
    src: url(~/Content/fonts/slick.eot?#iefix) format("embedded-opentype"), url(~/Content/fonts/slick.woff) format("woff"), url(~/Content/fonts/slick.ttf) format("truetype"), url(~/Content/fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75
}

.slick-prev {
    left: -25px
}

.slick-prev:before {
    content: "\2190"
}

.slick-next {
    right: -25px
}

.slick-next:before {
    content: "\2192"
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
    width: 20px;
    height: 20px;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

[dir=rtl] .slick-next:before {
    content: "\2190"
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

[dir=rtl] .slick-prev:before {
    content: "\2192"
}

[dir=rtl] .slick-slide {
    float: right
}

.storelocator-panel {
    border: 1px solid #ccc;
    overflow: auto
}

.storelocator-panel .store-list {
    margin: 0;
    padding: 0
}

.storelocator-panel .directions-panel,
.storelocator-panel .location-search,
.storelocator-panel .store-list li {
    padding: 5px 10px
}

.storelocator-panel .directions-panel {
    font-size: .8em
}

.storelocator-panel .store-list li.store:hover {
    cursor: pointer;
    background: #eee
}

.storelocator-panel .store-list li.highlighted {
    background: #bcedff
}

.storelocator-panel .directions {
    display: none
}

.storelocator-panel .location-search input {
    box-sizing: border-box;
    float: left;
    height: inherit
}

.storelocator-panel .location-search h4 {
    font-size: .8em;
    margin: 0 0 5px;
    padding: 0
}

.storelocator-panel .store-list .no-stores {
    color: grey
}

.storelocator-panel .store .features li {
    padding: 0;
    font-size: 1.4em
}

.storelocator-panel .store ul {
    margin-bottom: 7px
}

.storelocator-panel .feature-filter {
    overflow: hidden;
    clear: both
}

.storelocator-panel .feature-filter label {
    display: block;
    font-size: .9em;
    margin: .2em .4em;
    float: left
}

.store .title {
    font-weight: 700;
    font-size: 14px
}

.store .address,
.store .misc,
.store .phone,
.store .web {
    margin-top: .2em;
    display: block;
    line-height: 1.3
}

.store .distance,
.store .feature,
.store .features {
    color: grey;
    margin: 0;
    max-width: 250px;
    overflow: hidden
}

.store .zoomhere {
    float: right;
    padding-right: .8em
}

.store .features {
    padding: 0;
    font-size: 65%
}

.store .feature {
    padding: 0 0 5px;
    font-size: 90%
}

.store .distance {
    float: right;
    padding: 0 11px 5px 0
}

.store .features li {
    display: inline;
    float: left;
    padding-right: .8em;
    font-size: 1.2em;
    clear: both;
    line-height: 14px
}

.store .web a {
    color: green
}

.store .action {
    color: #A00003
}

#map-canvas {
    width: auto;
    height: 575px
}

#panel {
    float: left;
    height: 560px;
    width: 250px;
    margin-right: 10px
}

.directions-panel {
    float: left;
    max-width: 250px
}

.no-stores {
    display: none
}

.feature-filter {
    margin-bottom: 1em
}

#map-canvas .store {
    width: 100%;
    overflow: hidden
}

.feature-filter label {
    clear: both;
    line-height: 15px;
    color: #545454;
    border: none;
    vertical-align: middle
}

.feature-filter input[type=checkbox] {
    margin-right: 3px
}

.feature-filter span {
    margin: 0 6px 0 1px;
    height: 14px;
    width: 14px;
    float: left;
    background-color: #fff;
    border: 1px solid #b0b0b0;
    -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .03);
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .03);
    vertical-align: middle
}

.location-hours {
    margin-bottom: 20px
}

@media(min-width:768px) {
    #orderModal .modal-dialog {
        width: 550px
    }
}

.cart-item .cart-item-attr.backorder {
    color: #fff;
    display: inline-block;
    background: #999
}

.cart-item .cart-item-attr.madetoorder {
    color: #000;
    display: inline-block;
    background: #fff
}

.cart-item .cart-item-attr.outofstock {
    color: red;
    display: inline-block;
    background: #fff
}

#BannerTextContainer {
    padding: 10px 0 8px
}

#BannerTextContainer div {
    font-size: 12px;
    font-weight: 700
}

#DiscountInfo {
    margin: 5px 0 5px 0
}

#DiscountInfo div:nth-child(1) {
    padding-top: 5px;
    font-size: 11px;
    font-weight: 700;
    color: #161616
}

#DiscountInfo div:nth-child(2) {
    padding: 5px 0 5px 2px;
    color: #A00003;
    font-size: 11px
}

#DiscountInfo div:nth-child(3) {
    padding: 0 0 5px 2px;
    color: #A00003;
    font-size: 11px
}

#DiscountInfo div:nth-child(4) {
    padding: 0 0 5px 2px;
    color: #A00003;
    font-size: 11px
}

#DiscountInfo div:nth-child(5) {
    padding: 0 0 5px 2px;
    color: #A00003;
    font-size: 11px
}

#contact-info-block {
    margin: 5px 0 10px 0;
    padding: 15px 15px 5px;
    border: 0;
    background: #f0f0f0
}

#contact-info-block h3 {
    margin: 0 0 15px;
    font-size: 16px
}

#contact-info-block p {
    font-size: 12px
}

.text-of-ellipsis {
    text-overflow: ellipsis
}

.text-underline {
    text-decoration: underline
}

.font-size-11 {
    font-size: 11px
}

.font-size-14 {
    font-size: 14px
}

.padding-5 {
    padding: 5px
}

.padding-left-15 {
    padding-left: 15px
}

.margin-0 {
    margin: 0
}

.margin-top-5 {
    margin-top: 5px
}

.margin-top-8 {
    margin-top: 8px
}

.margin-top-10 {
    margin-top: 10px
}

.margin-top-15 {
    margin-top: 15px
}

.margin-top-20 {
    margin-top: 20px
}

.margin-bottom-10 {
    margin-bottom: 10px
}

.margin-bottom-15 {
    margin-bottom: 15px
}

.margin-bottom-20 {
    margin-bottom: 20px
}

.margin-left-10 {
    margin-left: 10px
}

.margin-left-15 {
    margin-left: 15px
}

.margin-left-20 {
    margin-left: 20px
}

.margin-right-5 {
    margin-right: 5px
}

.margin-right-30 {
    margin-right: 30px
}

.margin-bottom-30 {
    margin-bottom: 30px
}

.margin-right-10 {
    margin-right: 10px
}

.margin-right-15 {
    margin-right: 15px
}

.margin-right-20 {
    margin-right: 20px
}

.back-to-top {
    text-decoration: underline;
    font-size: 10px
}

.no-border {
    border: none
}

.width-90pct {
    width: 90%
}

.width-100pct {
    width: 100%
}

.width-100px {
    width: 100px !important
}

.width-200px {
    width: 200px !important
}

.table-border {
    padding-bottom: 4px;
    border-bottom: solid 1px gray
}

.table-collapse {
    width: 100%;
    border-collapse: collapse
}

.white {
    color: #fff
}

.guardsman-bg-color {
    background-color: #be9a5c
}

.font-size-14 {
    font-size: 14px !important
}

.font-size-16 {
    font-size: 16px
}

.font-size-sm {
    font-size: small
}

.font-size-lg {
    font-size: large
}

.bg-white {
    background-color: #fff
}

.italic {
    font-style: italic
}

.no-padding {
    padding: 0
}

.text-center {
    text-align: center
}

.text-caps {
    text-transform: capitalize
}

.bg-blue {
    background-color: #003
}

.line-height-1-25 {
    line-height: 1.25
}

.line-height-17px {
    line-height: 17px
}

.guardsman-row {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.guardsman-column-wrap {
    overflow: hidden !important
}

.padding-10 {
    padding: 10px
}

.padding-bottom-10 {
    padding-bottom: 10px
}

.blue {
    color: #008be2
}

.no-decoration {
    text-decoration: none
}

.navBar-border-bottom {
    border-bottom: solid 1px #dadada
}

.red {
    color: red!important
}

.dark-red {
    color: #a00003
}

.whitespace-nowrap {
    white-space: nowrap
}

.overflow-hidden {
    overflow: hidden
}

.float-right {
    float: right
}

.opacity-0-3 {
    opacity: .3
}

.width-173px {
    width: 173px
}

.height-75px {
    height: 75px
}

.height-130px {
    height: 130px
}

.color-salmon {
    color: #f66
}

.font-size-10 {
    font-size: 10px
}

.dark-purple {
    color: #554450
}

.border-bot-1-dashed-lightgrey {
    border-bottom: dashed 1px #ccc
}

.blue {
    color: #00f
}

.margin-10px-6px-0-0 {
    margin: 10px 6px 0 0
}

.clear-both {
    clear: both
}

.width-225px {
    width: 225px
}

.float-left {
    float: left
}

.padding-top-15 {
    padding-top: 15px
}

.padding-bottom-15 {
    padding-bottom: 15px
}

.padding-top-5 {
    padding-top: 5px
}

.height-100px {
    height: 100px
}

.padding-5px-5px-5px-0 {
    padding: 5px 5px 5px 0
}

.text-decoration-off {
    text-decoration: none !important
}

.black {
    color: #000
}

.padding-top-20 {
    padding-top: 20px
}

.padding-top-30 {
    padding-top: 30px
}

.border-top-none {
    border-top: none !important
}

.padding-left-22 {
    padding-left: 22px
}

.font-size-15 {
    font-size: 15px
}

.margin-bottom-n20 {
    margin-bottom: -20px
}

.green {
    color: green
}

.border-1-solid-lightgrey {
    border: solid 1px #ccc
}

.vertical-align-top {
    vertical-align: top
}

.padding-30 {
    padding: 30px
}

.margin-20px-0-0 {
    margin: 20px 0 0
}

.border-1-solid-dadada {
    border: solid 1px #dadada
}

.padding-left-5 {
    padding-left: 5px
}

.vertical-align-mid {
    vertical-align: middle
}

.width-35px {
    width: 35px
}

.cursor-pointer {
    cursor: pointer
}

.height-400px {
    height: 400px
}

.bg-red {
    background-color: #fe0000
}

.bg-lightgrey {
    background-color: #ccc
}

.height-200px {
    height: 200px
}

.margin-unset {
    margin: unset
}

.width-300px {
    width: 300px
}

.font-size-12 {
    font-size: 12px
}

.font-normal {
    font: normal
}

.max-width-40 {
    max-width: 40px
}

.margin-auto {
    margin: auto
}

.width-150px {
    width: 150px
}

.height-125px {
    height: 125px
}

.height-160px {
    height: 160px
}

.max-width-500px {
    max-width: 500px
}

.margin-left-18 {
    margin-left: 18px
}

.padding-top-10 {
    padding-top: 10px
}

.font-size-13 {
    font-size: 13px
}

.font-weight-700 {
    font-weight: 700
}

.padding-bottom-5 {
    padding-bottom: 5px
}

.nav-chat-online {
    display: block !important
}

#shareBtn {
    font-size: 11px !important
}

.width-auto {
    width: auto
}

.width-32pct {
    width: 32%
}

#invalid-zipcode-error {
    margin: 5px 5px 5px 0;
    width: 32%
}

#order-lookup-errorDiv,
#order-lookupBold,
#order-lookupNormal {
    display: none
}

.nav-tabs-wrapper .nav-tabs>li .sub-menu a:hover {
    font-weight: 700
}

.navSelected a {
    color: #a00003 !important
}

.opacity-0-7 {
    opacity: .7
}

#decor-and-accents {
    width: 350px !important;
    max-width: 350px
}

#decor-and-accents>ul>li>table>tbody>tr>td {
    width: 150px !important;
    padding: 6px 0
}

.dark-red-imp {
    color: #a00003 !important
}

.disclaimer-container p {
    font-size: 10px;
    line-height: 1.5
}

.issue3d-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.issue3d-container iframe {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.nav-tabs-wrapper .nav-tabs>li .sub-menu>table tr td:hover {
    font-weight: 700;
    cursor: pointer
}

.nav-tabs-wrapper .nav-tabs>li .sub-menu>table tr td {
    padding: 13px 0 13px 13px;
    width: 150px
}

.nav-tabs-wrapper .nav-tabs>li .sub-menu>table {
    width: 100%
}

.nav-tabs-wrapper .nav-tabs>li .sub-menu>table tr td:hover:after {
    position: absolute;
    padding-left: 2px;
    content: "\00bb"
}

@font-face {
    font-weight: 700;
    font-family: steinhafels;
    src: url(../Content/fonts/Benguiat.ttf)
}

.blog-entry-content,
.overflow-wrap-bw {
    overflow-wrap: break-word
}

.blog-author-pic,
.btn-group>button {
    text-align: center
}

#sidebar-search,
.reply,
.view-replies {
    outline: 0;
    border: none
}

#filtered-container>ul>li,
.list-style-off {
    list-style: none
}

#blog-main {
    background-color: #f0f0f0;
    padding: 15px;
    float: right
}

.blog-entry-content {
    font-size: 15px;
    font-family: "Open Sans", Arial, sans-serif !important;
    line-height: 1.5
}

#archive-filter {
    display: inline-block;
    width: 80% !important
}

#archive-filter:hover {
    background-color: #5dcf7d;
    border: 1px solid #fff
}

.blog-entry-footer {
    font-size: 18px;
    color: #545454;
    background-color: #f0f0f0;
    padding: 15px
}

.blog-entry-footer>div>form>span>button,
.blog-entry-footer>form>span>button {
    color: #545454;
    border: none;
    background-color: #f0f0f0 !important
}

.blog-entry-footer>div>form>span>button:hover,
.blog-entry-footer>form>span>button:hover {
    color: #757575;
    text-decoration: underline
}

.blog-entry-footer>div>form>span>button,
.linked-terms span>button {
    color: #545454;
    border: none;
    background-color: #f0f0f0 !important
}

.linked-terms span>button {
    background-color: #fff !important;
    color: #a00003;
    font-weight: 700;
    display: inline-block
}

.blog-entry-footer>div>form>span>button:hover,
.linked-terms span>button:hover {
    color: #757575;
    text-decoration: underline
}

.blog-entry-footer>form {
    display: inline-block;
    margin: 0
}

.blog-entry-footer>div>form {
    margin: 0;
    padding: 0
}

.display-attr-flex {
    display: flex
}

.flex-dir-row {
    flex-direction: row
}

.flex-dir-column {
    flex-direction: column
}

.justify-content-sa {
    justify-content: space-around
}

.padding-0-40-0-0 {
    padding: 0 40px 0 0
}

#blog-search>form {
    display: inline-block;
    margin-top: 20px
}

.surrounding-headers {
    margin: 0
}

.blog-entry-content iframe,
.blog-entry-content img {
    max-height: 500px
}

.padding-15 {
    padding: 15px
}

.line-height-1-25 {
    line-height: 1.25
}

.margin-0-75-15-0 {
    margin: 0 75px 15px 0
}

.blog-author-pic {
    font-size: 80px !important;
    margin-right: 20px;
    width: 56px !important;
    height: 56px !important;
    color: #535353
}

.blog-entry-author>h2 {
    color: grey
}

.padding-top-0 {
    padding-top: 0
}

.color-darkgray {
    color: #535353
}

.font-size-20 {
    font-size: 20px
}

.margin-bottom-0 {
    margin-bottom: 0
}

#related-posts form {
    display: inline-block;
    margin: 0
}

#blog-main a {
    text-decoration: underline;
    font-weight: 700
}

.margin-left-5pct {
    margin-left: 5%
}

.padding-left-20 {
    padding-left: 20px
}

.margin-5-0-15 {
    margin: 5px 0 15px
}

.padding-5-0-15 {
    padding: 5px 0 15px
}

.margin-tb-5pct {
    margin-top: 5%;
    margin-bottom: 5%
}

.border-left-8px {
    border-left: solid 8px #000
}

.padding-30-0-30-0 {
    padding: 30px 0
}

.paddingv-4-0-0-4 {
    padding: 4px 0 0 4px
}

.required-blog-field {
    color: red;
    position: absolute;
    float: right
}

.font-size-24 {
    font-size: 24px
}

.color-gray {
    color: #bababa
}

#blog-recent-comments>ul li,
#blog-recent-posts>ul li {
    padding: 7px 0;
    border-bottom: solid 1px #dedede;
    list-style: none
}

#add-comment,
#comment-author,
#comment-author-email {
    outline: 0;
    resize: none;
    border: none;
    border-bottom: 2px solid #d7d7d7;
    font-size: 15px;
    width: 100%;
    height: auto;
    overflow: hidden
}

#add-comment:focus,
#comment-author-email:focus,
#comment-author:focus {
    border-bottom: 2px solid #000;
    transition: opacity .3s ease-in-out
}

#add-comment:not(:focus),
#comment-author-email:not(:focus),
#comment-author:not(:focus) {
    border-bottom: 2px solid #d7d7d7
}

#comment-author,
#comment-author-email {
    width: 95%;
    margin-bottom: 5px
}

.reply {
    margin-top: 5px;
    margin-bottom: 1px;
    background: 0 0;
    box-shadow: none;
    font-weight: 700;
    color: #04baff;
    padding: 5px
}

.reply:hover {
    -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 1);
    -moz-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 1);
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 1)
}

.close-comment {
    color: #a00003;
    opacity: .5
}

.view-replies {
    background: 0 0;
    font-weight: 700
}

.submit-div-loader-container {
    display: flex;
    flex-direction: row;
    align-content: center
}

.about a {
    line-height: 1.2
}

#archives>* {
    margin-bottom: 10px;
    margin-right: 10px
}

.recent-comments {
    padding: 3px 0 !important
}

.recent-comments+hr {
    margin: 0 !important
}

#sidebar-search {
    background-color: #fff;
    border-bottom: 2px solid #000;
    margin-right: 10px;
    width: auto
}

#sidebar-submit {
    background: 0 0;
    border: none;
    font-size: 20px;
    padding: 3px;
    color: #676a6c
}

#sidebar-submit:hover {
    color: #a00003;
    transform: scale(1.2)
}

#search-group {
    justify-content: flex-end !important
}

.line-height-1-5 {
    line-height: 1.5
}

.margin-top-2 {
    margin-top: 2px
}

.margin-bottom-neg {
    margin-bottom: -99999px
}

.padding-bottom-max {
    padding-bottom: 99999px
}

.margin-bottom-20pct {
    margin-bottom: 20%
}

.margin-top-10pct {
    margin-top: 10%
}

.padding-top-3pct {
    padding-top: 3%
}

.font-size-40 {
    font-size: 40px
}

.height-100pct {
    height: 100%
}

#blog-sidebar ul {
    padding: 0
}

.blog-post-title {
    text-transform: none !important
}

.blog-post-title,
.blog-text-decoration-off {
    text-decoration: none !important
}

.padding-30-0-5-0 {
    padding: 30px 0 5px 0
}

.padding-bottom-25 {
    padding-bottom: 25px
}

#blog-post-title {
    margin-top: 15px !important;
    font-weight: 700 !important
}

.blog-entry-content p>span[style] {
    font-size: 15px !important;
    font-family: "Open Sans", Arial, sans-serif !important;
    line-height: 1.5 !important
}

#bad-fields-alert,
#r-bad-fields-alert {
    display: none
}

#blog-bad-fields {
    margin-left: 3%
}

.ladda-button[data-style=expand-right][data-loading] {
    padding-right: 56px !important
}

#living-room-nav {
    width: 300px !important;
    max-width: 300px
}

.viewable-location {
    outline: 0;
    width: 200px !important
}

.view-loc-hours {
    margin: 0 auto 0 auto !important
}

.padding-right-15 {
    padding-right: 15px
}

.position-abs {
    position: absolute
}

.margin-5 {
    margin: 5px
}

.display-attr-inline-flex {
    display: inline-flex
}

.width-240px {
    width: 240px
}

.max-height-width-200px {
    max-width: 200px;
    max-height: 200px
}

.flex-wrap {
    flex-wrap: wrap
}

.max-width-700px {
    max-width: 700px
}

.height-30px {
    height: 30px
}

.bwc-item-select {
    width: 300px;
    margin-right: 5px
}

.bwc-item {
    width: auto;
    min-height: 175px
}

.max-height-width-100 {
    max-height: 100px;
    max-width: 100px
}

#matt-pad {
    margin: auto 5px auto 0
}

.text-transform-off {
    text-transform: none !important
}

.margin-left-0i {
    margin-left: 0 !important
}

.position-rel {
    position: relative
}

.form-continue {
    margin-bottom: 10px
}

.matt-pad-switch,
.switch {
    max-width: 100px
}

.margin-top-0 {
    margin-top: 0
}

.no-resize {
    resize: none
}

.bwc-summary {
    display: block;
    background-color: #f9f9f9;
    padding: 15px 12px
}

.padding-left-0 {
    padding-left: 0
}

.width-50pct {
    width: 50%
}

@media print {
    a[href]:after {
        display: none;
        visibility: hidden
    }
    #_GUARANTEE_SealSpan {
        display: none;
        visibility: hidden
    }
}

.StickyTopHeaderDropdown {
    position: relative;
    float: left;
    width: 256px;
    background: #fff
}

.StickyTopHeader {
    visibility: hidden;
    height: 0;
    width: 100%;
    overflow: hidden;
    background: #fff;
    transform: translate3d(0, -200%, 0)
}

.StickyTopHeader-searchBox,
.StickyTopHeader-siteNav {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    top: 2px
}

@media screen and (min-width:768px) {
    .StickyTopHeader.is-active {
        transition: transform .35s cubic-bezier(.4, 0, .2, 1);
        visibility: visible;
        height: 35px;
        overflow: visible;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        transform: translateZ(0);
        z-index: 1001;
        border-bottom: 1px solid #dedede;
        box-shadow: 0 4px 1px hsla(0, 0%, 44%, .05)
    }
}

.StickyTopHeader.has-subheader {
    box-shadow: none
}

.StickyTopHeader-nav {
    display: table;
    margin: 0 auto;
    width: 1120px;
    position: relative;
    right: 5px
}

@media screen and (max-width:1200px) {
    .StickyTopHeader-nav {
        width: 100%;
        padding: 0 20px
    }
    .StickyTopHeader-nav,
    .StickyTopHeader-nav *,
    .StickyTopHeader-nav:after,
    .StickyTopHeader-nav:before {
        box-sizing: border-box
    }
}

.StickyFa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.StickyTopHeader-nav .cart-buttons {
    display: inline;
    float: right;
    padding-right: 20px;
    padding-top: 7px
}

.word-break {
    word-break: break-all
}

#WarrantyBoxMatt {
    margin-top: 30px
}

#WarrantyBoxMatt .WarrantyBox-text {
    padding: 15px;
    font-size: 14px
}

#WarrantyBoxMatt .WarrantyBox-link {
    font-weight: 700;
    color: #a00003
}

#WarrantyBoxMatt h3 {
    font-size: 14px
}

#WarrantyBoxMatt p {
    margin: 0 0 10px
}

#WarrantyBoxMatt button {
    margin-right: 5px
}

#WarrantyBoxMatt .panel {
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none
}

#WarrantyBoxMatt .panel-heading {
    padding: 0;
    border: 0
}

#WarrantyBoxMatt .panel-body {
    padding: 0
}

#WarrantyBoxMatt .panel-body img {
    width: 100%
}

#WarrantyBoxMatt .WarrantyBox-text {
    padding-bottom: 0
}

.nav-cart {
    padding-left: 5px
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    border: none
}

#nav-links {
    width: 540px;
    padding-top: 25px;
    padding-left: 25px;
    float: left;
    font-size: 14px
}

@media (max-width:1200px) {
    #nav-links {
        width: 425px !important
    }
}

@media (max-width:895px) {
    .nav-tabs-wrapper .nav-tabs>li .sub-menu {
        right: 0;
        left: -330px
    }
}

@media (max-width:1080px) {
    .nav-accents .sub-menu {
        right: auto !important;
        left: -352px !important;
        width: 100% !important;
        max-width: 850px;
        min-width: 650px
    }
    #nav-links {
        width: 100% !important
    }
    .nav-furniture .sub-menu {
        right: auto !important;
        left: -45px !important;
        width: 100% !important;
        max-width: 900px;
        min-width: 705px
    }
    .nav-mattress .sub-menu {
        right: auto !important;
        left: -271px !important;
        width: 100% !important;
        max-width: 900px;
        min-width: 705px
    }
}

.margin-top-23 {
    margin-top: 23px !important
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #fff
}

.navSelected li a {
    color: #a00003 !important
}

.nav-furniture .sub-menu {
    padding: 10px;
    display: none;
    position: absolute;
    left: -275px;
    top: 30px;
    z-index: 10;
    text-align: left;
    width: 850px;
    color: #a00003;
    background: #fff;
    border: 1px solid #a00003
}

.nav-mattress .sub-menu {
    padding: 10px;
    display: none;
    position: absolute;
    left: -315px;
    top: 30px;
    z-index: 10;
    text-align: left;
    width: 850px;
    color: #a00003;
    background: #fff;
    border: 1px solid #a00003
}

.nav-accents .sub-menu {
    padding: 10px;
    display: none;
    position: absolute;
    left: -305px;
    top: 30px;
    z-index: 10;
    text-align: left;
    width: 750px;
    color: #a00003;
    background: #fff;
    border: 1px solid #a00003
}

.nav-outlet .sub-menu {
    padding: 10px;
    display: none;
    position: absolute;
    left: -65px;
    top: 30px;
    z-index: 10;
    text-align: left;
    width: 215px;
    color: #a00003;
    background: #fff;
    border: 1px solid #a00003
}

.sub-menu hr {
    margin: 10px 0 0 0
}

.sub-menu li {
    padding: 5px
}

@media (max-width:1200px) {
    .nav-furniture .sub-menu {
        padding: 10px;
        display: none;
        position: absolute;
        left: -275px;
        top: 30px;
        z-index: 10;
        text-align: left;
        width: 990px;
        color: #a00003;
        background: #fff;
        border: 1px solid #a00003
    }
    .nav-mattress .sub-menu {
        padding: 10px;
        display: none;
        position: absolute;
        left: -315px;
        top: 30px;
        z-index: 10;
        text-align: left;
        width: 850px;
        color: #a00003;
        background: #fff;
        border: 1px solid #a00003
    }
    .nav-accents .sub-menu {
        padding: 10px;
        display: none;
        position: absolute;
        left: -502px;
        top: 30px;
        z-index: 10;
        text-align: left;
        width: 990px;
        color: #a00003;
        background: #fff;
        border: 1px solid #a00003
    }
}

@media (max-width:480px) {
    .navbar #nav-search {
        margin: 0 5px 15px 0
    }
}

#floating-hr-chat {
    position: absolute;
    float: right;
    height: 135px;
    width: 380px;
    z-index: 10000;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border: 1px solid #000;
    display: none
}

#floating-hr-chat:hover {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, .75);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .75)
}

.cartHeader-mini {
    display: inline;
    background-color: #a00003;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    top: 0;
    padding: 0 5px 0 5px;
    position: relative
}

.beautyrest-collections h1,
.beautyrest-promotions h1 {
    font-family: ApercuPro-Bold, Helvetica, Arial, serif;
    font-size: 30px;
    color: rgba(0, 0, 0, 1);
    letter-spacing: .07px;
    line-height: 36px;
    text-align: center;
    margin: 20px 0
}

.beautyrest-collections>div>div>a:hover,
.beautyrest-promotions>div>a:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .75)
}

.coll-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%
}

.del-pickup-view-more {
    position: relative
}

.del-pickup-view-more p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto
}

.p-w-r,
.pr-category-snippet {
    margin-left: 0 !important
}

.p-w-r .pr-subheadline,
.pr-rd-star-rating section.items-carousel .pr-snippet-rating-decimal,
section#item-right .pr-snippet-stars-reco-reco,
section.items-carousel section.pr-category-snippet__total.pr-category-snippet__item {
    display: none !important
}

.pr-histogram-label,
section#item-right .pr-snippet-read-and-write .pr-snippet-review-count {
    color: #000 !important
}

.pr-rd-review-headline,
h2.pr-faceoff-title {
    width: 100% !important;
    padding: 0 !important
}

.pr-rd-review-headline {
    margin-top: 7px !important
}

section#item-right .pr-snippet-read-and-write {
    margin-top: 0 !important
}

.pr-ratings-histogram-barValue {
    background-color: #a00003 !important
}

.pr-rd-flag-review-container a {
    color: #a00003 !important
}

.items-carousel .pr-no-reviews,
div.product-tile .pr-no-reviews,
div.product-tile section.pr-category-snippet__total.pr-category-snippet__item {
    display: none !important
}

.items-carousel div.pr-rating-stars>*,
div.product-tile div.pr-rating-stars>* {
    width: 15px !important;
    height: 15px !important
}

.items-carousel div.pr-snippet-rating-decimal,
div.product-tile div.pr-snippet-rating-decimal {
    padding: 0 2px !important;
    margin-top: 1px !important;
    font-size: 12px !important
}

.cid-BF .dot,
.cid-CM .dot {
    position: absolute;
    top: -15px;
    right: -27px;
    width: 1em;
    display: block;
    height: 83%;
    overflow: hidden
}

.cid-BF {
    background-color: #fff
}

.cid-BF .mbr-section-subtitle {
    color: #767676;
    font-weight: 300
}

.cid-BF .dot,
.cid-BF .number {
    font-style: normal;
    font-weight: 700;
    text-transform: none;
    word-spacing: 0;
    color: #fff
}

.cid-BF .row {
    margin: 0 !important
}

.cid-BF .number-wrap {
    color: #fff;
    padding: 5px 15px 0 0
}

.cid-BF .number {
    letter-spacing: -2px;
    font-size: 55px;
    line-height: 1.2
}

.cid-BF .period {
    display: block;
    padding-top: 2px;
    border-top: 1px solid #fff
}

.cid-BF .dot {
    font-size: 50px;
    line-height: 89.65px;
    letter-spacing: 0
}

.cid-BF .countdown-cont {
    background: #A00003;
    max-width: 360px;
    border-radius: 3px;
    margin: 0 auto
}

@media (max-width:543px) {
    .cid-BF .number-wrap {
        margin-bottom: 15px
    }
}

@media (max-width:550px) {
    .cid-BF .col-xs-3 {
        padding-left: 0;
        padding-right: 0
    }
    .cid-BF .number-wrap {
        min-width: auto
    }
}

@media (max-width:440px) {
    .cid-BF .dot,
    .cid-BF .number {
        font-size: 40px
    }
}

@media (max-width:380px) {
    .cid-BF .period {
        font-size: .8rem
    }
}

.cid-BF B {
    color: #232323
}

.cid-CM {
    background-color: #fff
}

.cid-CM .mbr-section-subtitle {
    color: #767676;
    font-weight: 300
}

.cid-CM .dot,
.cid-CM .number {
    font-style: normal;
    font-weight: 700;
    text-transform: none;
    word-spacing: 0;
    color: #fff
}

.cid-CM .row {
    margin: 0 !important
}

.cid-CM .number-wrap {
    color: #fff;
    padding: 5px 15px 0 0
}

.cid-CM .number {
    letter-spacing: -2px;
    font-size: 55px;
    line-height: 1.2
}

.cid-CM .period {
    display: block;
    padding-top: 2px;
    border-top: 1px solid #fff
}

.cid-CM .dot {
    font-size: 50px;
    line-height: 89.65px;
    letter-spacing: 0
}

.cid-CM .countdown-cont {
    background: linear-gradient(45deg, #232d56, #232d56);
    max-width: 360px;
    border-radius: 3px;
    margin: 0 auto
}

@media (max-width:543px) {
    .cid-CM .number-wrap {
        margin-bottom: 15px
    }
}

@media (max-width:550px) {
    .cid-CM .col-xs-3 {
        padding-left: 0;
        padding-right: 0
    }
    .cid-CM .number-wrap {
        min-width: auto
    }
}

@media (max-width:440px) {
    .cid-CM .dot,
    .cid-CM .number {
        font-size: 40px
    }
}

@media (max-width:380px) {
    .cid-CM .period {
        font-size: .8rem
    }
}

.cid-CM B {
    color: #232323
}

@media(max-width:768px) {
    #guestcheckout {
        float: none !important
    }
}

#cw-container,
#cw-open {
    float: right;
    position: fixed;
    z-index: 3
}

#cw-close,
#cw-min {
    width: 25px;
    cursor: pointer
}

#cw-close,
#cw-min,
#cw-open {
    cursor: pointer
}

#cw-open {
    bottom: 15px;
    right: 5%;
    width: 70px;
    height: 70px;
    background-color: #a00003;
    border-radius: 50%;
    text-align: center
}

#cw-open>span {
    font-size: 45px;
    padding-top: 13px;
    color: #fff
}

#cw-container {
    bottom: 0;
    right: 30px;
    width: auto
}

#chat-window {
    width: 350px;
    height: 35px;
    background-color: #fff;
    border: 1px solid #a00003;
    display: none
}

#chat-window>.row {
    height: 35px;
    margin-right: -1px;
    margin-left: 0;
    text-align: center;
    background-color: #a00003;
    border-bottom: solid 3px #060606
}

#chat-window>.row>div {
    margin: 0 auto;
    color: #fff
}

#cw-min {
    height: 25px;
    font-size: 16px;
    padding-left: 5px;
    padding-top: 8px
}

#cw-title {
    width: calc(100% - 50px);
    height: 25px;
    font-size: 20px;
    padding-top: 6px;
    font-weight: 600
}

#cw-close {
    height: 25px;
    font-size: 16px;
    padding-right: 5px;
    padding-top: 7px
}

#cw-enter-info>p {
    margin: 25% auto auto auto;
    font-weight: 600;
    font-size: 18px
}

#cw-main {
    display: none;
    height: 94%
}

#cw-main iframe {
    display: block;
    width: 100%;
    height: 102%;
    border: none
}

#cw-open img {
    max-width: 40px;
    margin: auto auto;
    padding-top: 17px
}

@media only screen and (max-width:420px) {
    #cw-container {
        width: 100%;
        right: 0
    }
    #chat-window {
        width: 100%
    }
    #cw-open {
        width: 60px;
        height: 60px
    }
    #cw-open img {
        max-width: 42px;
        padding-top: 11px
    }
}

@media (min-width:768px) {
    #mainImg {
        min-height: 500px
    }
}

#hits .pr-category-snippet__total,
#hits .pr-no-reviews {
    display: none
}

#hits .pr-star-v4 {
    height: 15px !important;
    width: 15px !important
}

#hits .pr-snippet-rating-decimal {
    padding: 2px !important;
    font-size: 10px !important
}

#hits .product-desc-wrapper .product-price span {
    margin: 0 0 0 10px;
    font-size: 13px;
    font-weight: 400 !important;
    color: #545454;
    text-decoration: line-through
}

.dreams-link img:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .75)
}

.max-width-85pct {
    max-width: 85%
}

.margin-0-auto {
    margin: 0 auto
}

.margin-20-auto {
    margin: 20px auto
}

.font-size-17 {
    font-size: 17px
}

.line-height-1-8 {
    line-height: 1.8
}

.store-type-small {
    color: gray;
    margin-bottom: 5px;
    font-size: 10px
}

div#order-tabs li.ui-tabs-active a {
    color: #fff;
    font-weight: 500;
    background-color: #a00003
}

div#order-tabs li a {
    outline: 0
}

ul.ui-tabs-nav {
    background-color: #fff;
    border: none;
    border-bottom: solid 1px #ccc
}

.nav-bar-headerlink {
    color: #a00003 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase
}

.nav-bar-header-title {
    color: #000 !important;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}

.dropdown-menu-arrow::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -8px;
    right: 10px;
    border-bottom: 7px solid rgba(0, 0, 0, .2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent
}

.padding-right-0 {
    padding-right: 0
}

.store-list>li {
    border-top: 1px #dadada solid
}

.store .hours {
    padding-bottom: 5px
}

@media(min-width:1200px) {
    .mainNavbar a {
        float: left;
        font-size: 13px;
        font-weight: 600;
        color: #000;
        text-align: center;
        padding: 10px 16px;
        text-decoration: none;
        text-transform: uppercase
    }
    .mainDropDown .mainDropBtn {
        font-size: 14px;
        border: none;
        outline: 0;
        color: #000;
        padding: 9px 14px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
        text-transform: uppercase;
        line-height: 1.1
    }
}

@media(max-width:1199px) and (min-width:769px) {
    .mainNavbar a {
        float: left;
        font-size: 13px;
        font-weight: 600;
        color: #000;
        text-align: center;
        padding: 10px 11px;
        text-decoration: none;
        text-transform: uppercase
    }
    .mainDropDown .mainDropBtn {
        font-size: 11px;
        border: none;
        outline: 0;
        color: #000;
        padding: 10px 11px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
        text-transform: uppercase
    }
}

.mainNavbar {
    overflow: hidden
}

.mainDropDown {
    float: left;
    overflow: hidden
}

.mainDropDown:hover .mainDropBtn,
.mainNavbar a:hover {
    background-color: #a00003;
    color: #fff !important
}

.mainDropDown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .15);
    z-index: 1;
    border: 1px solid #a00003
}

.mainDropDown-content a {
    float: none;
    color: #000;
    padding: 10px 11px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-weight: unset
}

.mainDropDown-content a:hover {
    background-color: #a00003;
    color: #fff
}

.mainDropDown:hover .mainDropDown-content {
    display: block
}

@media(max-width:768px) {
    .mainNavbar {
        display: none
    }
}

.outletButton {
    color: red !important
}

.outletButton:hover {
    color: #fff !important
}

.mainDropDown-content hr {
    color: #a00003;
    border-color: #a00003;
    margin: 8px 0
}

.mainDropDown-header {
    font-size: 16px;
    font-weight: 600;
    padding: 5px 12px;
    text-transform: uppercase
}

.locations-panel>div {
    border: 1px solid #ccc;
    overflow: auto;
    height: 494px
}

.locations-panel ul {
    list-style: none;
    padding-left: 0
}

.locations-panel ul li {
    padding-left: 10px;
    padding-top: 10px
}

.location-search-form {
    padding: 6px 6px 6px 6px
}

.location-search-form h4 {
    font-size: 11px;
    font-weight: 700
}

.locations-panel li:first-child {
    background: #bcedff
}

.locations-panel li:hover {
    cursor: pointer
}

.abs-5 {
    position: absolute;
    top: 5px;
    right: 0
}

.disabled {
    background: #dadada;
    cursor: not-allowed
}

.error-404 .error-figure>img {
    width: 150px;
    max-width: 150px
}

.bedgear-btn {
    border: solid;
    background-color: #fff;
    height: 25px;
    width: auto;
    color: #00ced1 !important;
    padding: 5px 10px 5px 10px
}

.bedgear-btn:hover {
    color: cornflowerblue !important
}

.bedgear-spacer {
    padding-top: 30px;
    padding-bottom: 15px;
    background-color: lightgrey
}

.bedgear-img {
    padding-right: 0;
    padding-left: 0
}

.width-75pct {
    width: 75%
}

.width-50pct {
    width: 50%
}

.height-75pct {
    height: 75%
}

.lvlsleep-btn {
    border: solid;
    background-color: #009bd8;
    height: 25px;
    width: auto;
    color: #fff !important;
    padding: 5px 10px 5px 10px
}

.lvlsleep-btn:hover {
    background-color: #005bd8 !important
}

.height-50px {
    height: 50px
}

.img-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning {
    background-image: linear-gradient(to bottom, #d58512, #C78F40);
    padding: 10px 16px
}

.radio-toolbar {
    margin: 10px
}

.radio-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0
}

.radio-toolbar label {
    display: inline-block;
    background-color: #fff;
    padding: 10px;
    font-size: 14px;
    border: 2px solid #A00003;
    border-radius: 4px;
    font-weight: 700;
    width: 65px;
    text-align: center
}

.radio-toolbar label:hover {
    background-color: #ccc
}

.radio-toolbar input[type="radio"]:checked+label {
    background-color: #A00003;
    border: dashed 1px #fff;
    text-align: center;
    color: #fff
}

.rb-container {
    display: block;
    position: relative;
    padding-left: 35px;
    padding-top:7px;
    margin-bottom: 12px;
    cursor: pointer;
    font-weight: 600;
    font-size: smaller;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.rb-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #dadada;
    border-radius: 50%
}

.rb-container:hover input~.checkmark {
    background-color: #ccc
}

.rb-container input:checked~.checkmark {
    background-color: #A00003
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.rb-container input:checked~.checkmark:after {
    display: block
}

.rb-container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff
}

._GUARANTEE_Kicker_Container {
    display: none;
    visibility: hidden
}

.center-55 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 55%;
    text-align: center
}

.opt-select:hover {
    background-color: #EDEDFF;
    cursor: pointer
}

.calendar .no-pickup {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 281px;
    background: rgba(0, 0, 0, .85)
}

.calendar .no-pickup p {
    margin-top: 40%;
    text-align: center;
    font-weight: 700;
    color: #fff
}

.calendar .no-pickup p a {
    display: block;
    color: #49a4ff
}

.calendar .no-pickup .spinner {
    display: none
}

.calendar .no-pickup.loading {
    background: rgba(176, 176, 176, .75)
}

.calendar .no-pickup.loading p {
    display: none
}

.calendar .no-pickup.loading .spinner {
    margin: 50% auto 0;
    display: block;
    position: static;
    top: auto;
    right: auto
}

.header-container a,
.footer-container a {
    color: #414141;
    text-decoration: none;
    font-size: 13px;
    line-height: normal;
    text-transform: capitalize
}

.header-container a:hover,
.header-container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    border-bottom: 1px solid #ccc
}

.header-logo-link,
.header-nav {
    display: none;
    font-size: 13px;
    margin-right: 40px
}

.header-link {
    color: #414141;
    font-weight: 600;
    margin-left: 16px;
    padding-right: 16px;
    padding-bottom: 3px;
    text-decoration: none;
    text-transform: uppercase
}

.header-link[href$="/sale"] {
    color: #ad033b
}

.header-icons {
    margin-left: auto
}

.header-icon-link+.header-icon-link {
    margin-left: 16px
}

.header-icons a {
    text-decoration: none;
    color: #FFF !important
}

.header-icon {
    height: 20px
}

.header-icon+.header-icon {
    margin-left: 16px
}

@media (min-width:768px) {
    .header-container {
        border-bottom: none
    }
    .header-logo-link,
    .header-nav {
        display: block;
        position: relative;
        left: 30px;
        top: 12px
    }
    .header-icon+.header-icon {
        margin-left: 32px
    }
}

.content-container {
    min-height: 500px
}

.footer-container {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% - 30px);
    max-width: 1366px
}

.more-information-accordion-shelf {
    border: 1px solid #414141;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
    padding: 16px;
    text-align: center;
    width: 80%;
    background-color: white
}

.more-information-title-container {
    cursor: pointer;
    display: flex
}

.more-information-accordion-title {
    font-weight: 600;
    flex-grow: 1;
    margin-right: -20px;
    text-transform: uppercase;
    padding-top: 3px
}

.more-information-accordion-toggle {
    fill: #414141;
    flex-basis: 20px;
    flex-grow: 0;
    flex-shrink: 0;
    height: 20px;
    transform: none
}

.more-information-accordion-content {
    display: none
}

.open {
    display: block
}

.flip-icon {
    transform: scale(1, -1)
}

.more-information-link-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 16px
}

.more-information-accordion-link {
    cursor: pointer;
    line-height: 2.3
}

.menu-content-container {
    text-align: center;
    margin-bottom: 48px;
    display: none
}

.menu-content {
    border: none;
    margin: 0
}

.menu-content ul,
.menu-content li {
    margin: 0;
    padding: 0
}

.menu-title {
    margin: 0;
    padding: 0 0 11px;
    font-weight: 500;
    font-size: 14px;
    color: #333
}

.menu-content:last-of-type .menu-title {
    display: none
}

.menu-nodes {
    list-style: none
}

.menu-node-item {
    line-height: 1.6
}

.contact-container {
    text-align: center;
    margin-bottom: 48px
}

.contact-text {
    margin: 0
}

.contact-title {
    text-transform: uppercase;
    padding-bottom: 6px;
    font-weight: 600
}

.hours-text {
    text-transform: capitalize;
    padding-bottom: 24px;
    font-weight: 500;
    font-size: 14px
}

.icons-text-container {
    display: grid;
    row-gap: 25px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "chat-icon phone-icon mail-icon" "chat-link phone-link email-link"
}

.chat-icon {
    grid-area: chat-icon;
    place-self: center;
    height: 35px
}

.phone-icon {
    grid-area: phone-icon;
    place-self: center;
    height: 45px
}

.mail-icon {
    grid-area: mail-icon;
    place-self: center;
    height: 35px
}

.chat-link {
    grid-area: chat-link;
    place-self: center
}

.phone-link {
    grid-area: phone-link;
    place-self: center
}

.email-link {
    grid-area: email-link;
    place-self: center
}

a.link-text {
    text-transform: capitalize;
    color: #A00003
}

..social-icon {
    height: 28px;
    width: 28px;
    fill: #414141
}

.copyright-container {
    text-align: center;
    padding-bottom: 32px
}

.copyright-container a {
    color: #3a78b2
}

@media (min-width:992px) {
    .footer-container {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-content: flex-start;
        align-items: flex-start;
        margin-bottom: 32px
    }
    .more-information-accordion-shelf {
        display: none
    }
    .menu-content-container,
    .copyright-container {
        flex-basis: 58%;
        flex-grow: 0;
        flex-shrink: 0
    }
    .contact-container,
    .social-media-icon-container {
        flex-basis: 40%;
        flex-grow: 0;
        flex-shrink: 0
    }
    .copyright-container {
        margin-bottom: 0;
        align-self: flex-end
    }
    .menu-content-container {
        order: -1;
        display: block
    }
    .social-media-icon-container {
        order: 5;
        width: 38%
    }
    .menu-content-container {
        display: flex;
        flex-flow: row nowrap;
        text-align: left
    }
    .menu-content {
        border: none;
        margin: 0;
        flex: 1
    }
    .menu-content:last-of-type {
        margin-right: auto
    }
    .menu-content:last-of-type .menu-title {
        display: block
    }
    .menu-title-text {
        font-weight: 600;
        font-size: 14px;
    }
}