body {
    font-family: 'Open Sans', sans-serif;
    color: #282828;
}

a {
    color: #abcbd6;
    transition: 0.3s ease-in-out;
}

a:hover, a:focus, a:active {
    color: #abcbd6;
}

*:focus {
    outline: none;
}

*::-moz-selection {
    background: rgba(40,40,40,0.5);
    color: #fff;
}

*::selection {
    background: rgba(40,40,40,0.5);
    color: #fff;
}

body {
    overflow-x: hidden;
    background: #fff;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

input[type="text"], input[type="password"], input[type="email"], textarea {
    font-size: 14px;
    height: auto;
}

address {
    font-style: normal;
}

hr {
    border-bottom: 1px solid #555;
    margin: 15px 0;
}

form label {
    color: #282828;
    font-size: 14px;
    line-height: 1.4;
    padding: 5px 0 8px;
}

form input {
    background: #fff;
    box-shadow: none;
    font-size: 14px;
    padding: 8px 10px;
    height: auto;
    border-radius: 3px !important;
}

.row {
    max-width: 1200px;
}

.inline li {
    display: inline-block;
}

.inline li a {
    padding: 10px;
}

.wrapper {
    padding: 50px 0;
}

.button, #store-locator .result-item button {
    background: #282828;
}

.button:hover, #store-locator .result-item button:hover {
    background: #353535;
}

.button:focus, #store-locator .result-item button:focus, .button:active, #store-locator .result-item button:active, .button:visited, #store-locator .result-item button:visited {
    background: #424242;
}

.hero {
    background-color: #ecf0f1;
    background-image: url("");
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 50px 0;
    text-align: center;
}

.hero h1 {
    color: #fff;
    text-transform: capitalize;
}

.breadcrumbs {
    background: -webkit-radial-gradient(40% 30%, circle farthest-side, #737776, #737776),#737776;
    padding: 10px 0 50px;
}

.breadcrumbs ul li {
    font-size: 12px;
    text-transform: lowercase;
    color: #ccc;
}

.breadcrumbs ul li a {
    color: #fff;
    text-transform: capitalize;
    font-weight: bolder;
}

.breadcrumbs ul li a:hover {
    text-decoration: underline;
}

.fa-heart {
    color: #abcbd6;
}

#to-top {
    display: none;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 999;
}

#to-top .button, #to-top #store-locator .result-item button, #store-locator .result-item #to-top button {
    background: #282828;
    margin: 0;
}

#to-top .button:hover, #to-top #store-locator .result-item button:hover, #store-locator .result-item #to-top button:hover {
    background: #424242;
}

.product-filter p {
    font-size: 14px;
}

.product-filter ul li {
    display: block;
    max-width: 80%;
}

@media screen and (max-width: 63.9375em) {
    .product-filter ul li {
        max-width: 100%;
    }
}

.product-filter ul li hr {
    margin: 0;
    width: 30px !important;
    border-bottom: 1px solid #ddd;
}

.product-filter ul li select {
    font-size: 14px;
    font-weight: bold;
    color: #282828;
    border: 0;
    margin: 0;
    padding-left: 0;
    cursor: pointer;
    text-transform: capitalize;
}

.product-filter .reset-filters {
    display: none;
    cursor: pointer;
    color: #9d261d;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}

.validation-summary-errors {
    color: tomato;
    margin: 10px 0;
}

.p-container {
    background: #fff;
    margin-top: -55px;
    border-radius: 5px 5px 0 0;
}

@media screen and (max-width: 39.9375em) {
    .p-container {
        border-radius: 0;
    }
}

.p-container h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    text-transform: capitalize;
}

.p-container hr {
    border-bottom: 1px solid #ccc;
}

#container {
    padding: 50px 0;
}

#container .item {
    padding: 15px;
    text-align: center;
    border-radius: 3px;
    transition: 0.2s ease-in-out;
}

#container .item:hover {
    box-shadow: 0 0 5px 0 rgba(40,40,40,0.5);
}

#container .item .img-container {
    position: relative;
    padding-bottom: 85.7142857%;
    height: 0;
    overflow: hidden;
}

#container .item .img-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#container .item h3 {
    margin-top: 15px;
    font-size: 15px;
    font-weight: bold;
    color: #282828;
}

header #desktop-h {
    display: block;
}

@media screen and (max-width: 63.9375em) {
    header #desktop-h {
        display: none;
    }
}

header #h-top {
    background: #f3f3f3;
    border-bottom: 1px solid #e0e0e0;
    padding: 5px 5px 8px;
}

@media screen and (max-width: 63.9375em) {
    header #h-top {
        background: none;
        text-align: center;
    }
}

header #h-top p {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    color: #727272;
    font-family: Helvetica, Arial, sans-serif;
}

header #h-top a {
    margin: 0;
    padding: 5px;
    font-size: 13px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #88b5c9;
}

header #h-top .usermenu {
    display: inline-block;
}

header #h-mid img {
    margin: 0;
    padding: 20.5px;
}

header #h-bot {
    background: linear-gradient(to bottom, #fff, #f2f2f2);
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0 1px 4px rgba(0,0,0,0.15);
    text-align: center;
}

header #h-bot .row {
    position: relative;
}

header #h-bot ul {
    display: inline-block;
    margin: 0 auto;
}

header #h-bot ul li:last-of-type a:after {
    width: 0;
    height: 0;
}

header #h-bot ul li a {
    position: relative;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #999;
    padding: 18.5px 14px;
    text-shadow: 0 1px 0 white;
    line-height: 19px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

header #h-bot ul li a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 23px;
    width: 1px;
    height: 11px;
    background: #e0e0e0;
}

header #h-bot ul li a:hover {
    color: #333;
}

header #h-bot form {
    display: inline-block;
    position: absolute;
    right: 15px;
    width: 100px;
    margin-top: 12px;
}

header #h-bot form input {
    margin: 0;
    padding: 5px 8px;
}

header #h-bot form button {
    padding: 5px;
    font-size: 13px;
    float: right;
    margin-top: -27px;
    margin-right: 8px;
}

header #h-bot form button i {
    color: #777;
}

@media screen and (max-width: 63.9375em) {
    header {
        background: linear-gradient(to bottom, #fff, #f2f2f2);
    }
}

header .dd-menu {
    position: relative;
}

header .dd-content {
    display: none;
    position: absolute;
    background: #e5e5e5;
    padding: 0;
    margin: 0;
    min-width: 175px;
    text-align: left;
    z-index: 9999;
}

header .dd-content ul {
    padding: 0;
    margin: 0;
}

header .dd-content li {
    display: block;
}

header .dd-content li:hover {
    background: #cccccc;
}

header .dd-content li a {
    margin: 0;
    padding: 8px 10px !important;
    display: block;
    text-shadow: none !important;
}

header .dd-content li a:hover {
    color: #444;
}

#mobile-h {
    display: none;
}

@media screen and (max-width: 63.9375em) {
    #mobile-h {
        display: block;
    }
}

#mobile-h img {
    filter: opacity(50%);
    padding: 10px;
    height: 80px;
}

#mobile-h #toggle-mobile {
    font-size: 20px;
    padding: 13px 18px;
    border-radius: 3px;
    margin-top: 17px;
    margin-right: 10px;
    float: right;
    color: #666;
    background: #abcbd6;
    color: #fff;
}

#mobile-h #mobile-dd {
    display: none;
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
    padding-bottom: 20px;
}

#mobile-h #mobile-dd li a {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #999;
    padding: 5px;
}

#mobile-h #mobile-dd form button {
    float: right;
    margin-top: -47px;
    margin-right: 5px;
    padding: 5px;
}

footer #f-top {
    border-top: 1px solid #e0e0e0;
    padding: 50px;
}

footer #f-top h3 {
    margin-bottom: 25px;
    font-size: 26px;
    font-weight: bold;
}

footer #f-top h3 a {
    color: #282828;
}

@media screen and (max-width: 39.9375em) {
    footer #f-top {
        text-align: center;
    }

    footer #f-top img {
        margin: 15px 0;
    }
}

footer #f-mid {
    background: #484648;
    color: #fff;
    padding: 35px 0;
}

footer #f-mid h5 {
    font-weight: bold;
}

footer #f-mid h4 {
    font-weight: bold;
}

footer #f-mid p, footer #f-mid address {
    color: #ccc;
    font-size: 13px;
    margin: 5px 0;
}

footer #f-mid a {
    font-weight: bold;
}

footer #f-mid form input {
    display: inline-block;
    margin: 0;
    background: #282828;
    outline: 0;
    border: 0;
    max-width: 300px;
}

footer #f-mid form input::-webkit-input-placeholder {
    color: #888;
}

footer #f-mid form input::-moz-placeholder {
    color: #888;
}

footer #f-mid form input:-ms-input-placeholder {
    color: #888;
}

footer #f-mid form input::placeholder {
    color: #888;
}

footer #f-mid form .button, footer #f-mid form #store-locator .result-item button, #store-locator .result-item footer #f-mid form button {
    margin: 0;
    background: #abcbd6;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 1px 1px rgba(40,40,40,0.5);
    border-radius: 3px;
    border-bottom: 2px solid #78abbd;
    padding: 0 10px;
    height: 35px;
}

footer #f-bot {
    background: #222222;
    padding: 10px;
}

footer #f-bot p {
    display: inline-block;
    color: #999;
    margin: 0;
    font-size: 13px;
}

footer #f-bot p:last-of-type {
    float: right;
}

footer #f-bot p a {
    color: #fff;
    font-weight: bold;
}

#login-container {
    background: #fff;
}

#login {
    max-width: 530px;
    padding: 100px 0;
    margin: 0 auto;
}

#login h3 {
    margin: 0 0 40px;
    font-size: 24px;
    line-height: 1;
}

#login form {
    text-align: left;
}

#login form label {
    color: #282828;
    font-size: 14px;
    line-height: 1.4;
    padding: 5px 0 8px;
}

#login form input {
    background: none;
    box-shadow: none;
    font-size: 14px;
    padding: 8px 10px;
    height: 40px;
}

#login form a {
    color: #78abbd;
}

#login .button, #login #store-locator .result-item button, #store-locator .result-item #login button {
    width: 100%;
    font-size: 16px;
    padding: 11px;
    margin: 20px 0;
    transition: all 0.2s ease;
}

#login #existing-user .button:hover, #login #existing-user #store-locator .result-item button:hover, #store-locator .result-item #login #existing-user button:hover {
    background: #4e4e4e;
}

#login #new-user hr {
    margin: 10px 0 0;
    border-bottom: 1px solid #ccc;
}

#login #new-user p {
    margin: -14px auto 0;
    background: #fff;
    width: 50px;
}

#login #new-user .button, #login #new-user #store-locator .result-item button, #store-locator .result-item #login #new-user button {
    background: none;
    border: 1px solid #707070;
    color: #282828;
}

#login #new-user .button:hover, #login #new-user #store-locator .result-item button:hover, #store-locator .result-item #login #new-user button:hover {
    border: 1px solid #282828;
}

#forgot-password {
    background: #fff;
}

#forgot-password .row {
    max-width: 530px;
    padding: 150px 0;
    margin: 0 auto;
}

#forgot-password h3 {
    margin: 0 0 40px;
    font-size: 24px;
    line-height: 1;
}

#forgot-password form {
    text-align: left;
}

#forgot-password form label {
    color: #282828;
    font-size: 14px;
    line-height: 1.4;
    padding: 5px 0 8px;
}

#forgot-password form input {
    background: none;
    box-shadow: none;
    font-size: 14px;
    padding: 8px 10px;
    height: 40px;
    margin: 0;
}

#forgot-password .button, #forgot-password #store-locator .result-item button, #store-locator .result-item #forgot-password button {
    width: 100%;
    font-size: 16px;
    padding: 11px;
    margin: 20px 0;
    transition: all 0.2s ease;
}

#forgot-password #err-msg {
    display: none;
    color: tomato;
    max-width: 600px;
    font-size: 14px;
    margin: 0 auto 20px;
}

#forgot-password #forgot-sent {
    display: none;
}

#salesrep-container {
    padding: 50px 0;
    background: #eee;
}

#myaccount-info .content-block, #order-history .content-block {
    min-height: 350px;
    padding: 25px;
}

#myaccount-info .content-block:hover, #order-history .content-block:hover {
    box-shadow: none;
}

#myaccount-info .content-block form, #order-history .content-block form {
    margin-top: 25px;
}

#myaccount-info .content-block .total, #order-history .content-block .total {
    color: #abcbd6;
    font-weight: bold;
}

#myaccount-info .border-small, #order-history .border-small {
    margin: 0 0 25px;
    background: #707070;
}

#myaccount-info h4 {
    margin-bottom: 20px;
}

#myaccount-info p {
    font-weight: bold;
    margin: 2px 0;
}

#myaccount-info span {
    font-weight: normal;
}

#myaccount-info input {
    display: none;
    margin: 0;
    font-weight: normal;
}

#myaccount-info .proceed {
    margin-top: 10px;
}

#myaccount-info .proceed .button, #myaccount-info .proceed #store-locator .result-item button, #store-locator .result-item #myaccount-info .proceed button {
    padding: 10px 15px;
    background: #abcbd6;
    color: #fff;
}

#myaccount-info .proceed #error-msg p {
    font-weight: normal;
    font-style: italic;
}

#myaccount-info .proceed .save {
    display: none;
}

#order-history {
    margin-bottom: 50px;
}

#order-history h4 {
    margin-bottom: 20px;
}

#shipTo-list {
    max-width: 300px;
}

#shipTo-list span:last-of-type {
    float: right;
    font-size: 12px;
}

#shipTo-popup-bg {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(40,40,40,0.5);
    z-index: 9999;
}

#shipTo-popup {
    display: none;
    position: absolute;
    top: 5vh;
    margin-bottom: 5vh;
    width: 100%;
    z-index: 9999;
}

#shipTo-popup #shipTo-content {
    position: relative;
    padding: 25px;
    background: #fff;
    max-width: 800px;
    box-shadow: 0 0 10px 0 rgba(40,40,40,0.6);
    margin: 0 auto;
    z-index: 999;
}

#shipTo-popup #shipTo-content #shipTo-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 19px;
    z-index: 9999;
    cursor: pointer;
    background: #abcbd6;
    color: #fff;
    transition: 0.3s ease-in-out;
}

#shipTo-popup #shipTo-content #shipTo-close:hover {
    background: #deebef;
}

#shipTo-popup #shipTo-content .switch input:first-of-type {
    display: none;
}

#shipTo-popup #shipTo-content .switch .switch-paddle {
    padding: 19px;
}

#shipTo-popup #shipTo-content .switch .switch-paddle:after {
    height: 30px;
}

#shipTo-popup #shipTo-content .switch input:checked ~ .switch-paddle {
    background: #abcbd6;
}

#view-order {
    padding: 50px 0;
}

#view-order p {
    margin: 2px 0;
    font-size: 16px;
}

#view-order .row {
    margin-bottom: 50px;
}

#cart {
    padding: 75px 0;
    min-height: 500px;
}

@media screen and (max-width: 39.9375em) {
    #cart {
        min-height: 300px;
    }
}

#cart h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

#cart table tbody {
    border: 0;
}

#cart table tbody tr:nth-child(even) {
    background: #fff;
}

#cart table .item-info {
    border-bottom: 1px solid #eee;
}

#cart table .product img {
    vertical-align: bottom;
}

#cart table .product p, #cart table .product form {
    display: inline-block;
}

#cart table .product p {
    font-size: 16px;
    margin-right: 10px;
}

#cart table .product div {
    display: inline-block;
}

#cart table .product div:first-of-type {
    margin-right: 10px;
}

#cart table h3 {
    font-size: 16px;
    font-weight: bold;
    color: #686868;
}

#cart table h4 {
    font-size: 18px;
    color: #282828;
}

#cart table h5 {
    font-size: 16px;
}

#cart table p {
    font-size: 12px;
}

#cart table form input {
    display: inline-block;
    width: 35px;
    height: 30px;
    padding: 0;
    margin: 0;
    text-align: center;
    outline: 0;
    border: 0;
    box-shadow: none;
    font-size: 14px;
}

#cart table form .button, #cart table form #store-locator .result-item button, #store-locator .result-item #cart table form button {
    padding: 0;
    width: 15px;
    height: 30px;
    margin: 0;
    background: none;
    vertical-align: middle;
    color: #282828;
}

#cart table form .button i, #cart table form #store-locator .result-item button i, #store-locator .result-item #cart table form button i {
    color: #282828;
    font-size: 16px;
}

#cart table form .remove-item {
    position: relative;
    width: 15px;
    height: 15px;
}

#cart table form .remove-item span {
    position: absolute;
    width: 15px;
    height: 2px;
    right: -1px;
    background: #707070;
}

#cart table form .remove-item span:first-of-type {
    transform: rotate(45deg);
}

#cart table form .remove-item span:last-of-type {
    transform: rotate(-45deg);
}

#cart table form .update-cart {
    display: none;
    width: auto;
    font-size: 14px;
    margin-left: 11px;
}

#cart table form .update-cart:hover {
    color: #707070;
}

#cart .confirm-remove {
    cursor: pointer;
    font-size: 14px;
}

#cart-info #cart-checkout {
    background: #eee;
    border: 1px solid #ddd;
}

#cart-info #cart-checkout h4 {
    padding: 11px 15px;
    font-size: 18px;
}

#cart-info #cart-checkout h5 {
    padding: 15px;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}

#cart-info #cart-checkout span {
    float: right;
}

#cart-info .button, #cart-info #store-locator .result-item button, #store-locator .result-item #cart-info button {
    margin-top: 15px;
    width: 100%;
}

#cart-empty {
    padding: 200px 0;
}

@media screen and (max-width: 39.9375em) {
    #cart-empty {
        padding: 100px 0;
    }
}

#checkout {
    padding: 75px 0;
    min-height: 500px;
}

@media screen and (max-width: 39.9375em) {
    #checkout {
        min-height: 300px;
    }
}

#checkout h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

#checkout-info .button, #checkout-info #store-locator .result-item button, #store-locator .result-item #checkout-info button {
    margin-top: 15px;
    width: 100%;
}

#checkout-info table tbody {
    border: 0;
}

#checkout-info table tbody tr:nth-child(even) {
    background: #fff;
}

#checkout-info table .item-info {
    border-bottom: 1px solid #eee;
}

#checkout-info table .product img {
    vertical-align: middle;
}

#checkout-info table .product p, #checkout-info table .product form {
    display: inline-block;
}

#checkout-info table .product p {
    font-size: 12px;
    max-width: 220px;
}

#checkout-info table .product div {
    display: inline-block;
}

#checkout-info table .product div:first-of-type {
    margin-right: 10px;
}

#checkout-info table h3 {
    font-size: 16px;
    font-weight: bold;
    color: #686868;
}

#checkout-info table p {
    font-size: 12px;
}

#checkout-info #orderInformationForm label {
    display: inline-block;
}

#checkout-info #orderInformationForm span {
    display: none;
    margin-left: 10px;
    color: #abcbd6;
}

#checkout-info #cart-checkout {
    background: #eee;
    border: 1px solid #ddd;
}

#checkout-info #cart-checkout h4 {
    padding: 11px 15px;
    font-size: 18px;
}

#checkout-info #cart-checkout h5 {
    padding: 15px;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}

#checkout-info #cart-checkout span {
    float: right;
}

#form-setcard table th {
    font-size: 0.9em;
    padding: 5px;
}

#form-setcard table td {
    font-size: 0.9em;
    padding: 5px;
    vertical-align: middle;
}

#form-setcard table input {
    margin: 0;
}

#add-new-card {
    background: #5da423;
    color: #fff;
}

#add-new-card:hover {
    background: #4a831c;
}

#new-card-container #error-message {
    display: none;
    color: tomato;
    font-weight: bold;
    font-size: 0.9em;
    position: relative;
    top: -8px;
    left: 0;
}

#form-add-payment-profile .columns {
    position: relative;
}

#form-add-payment-profile span {
    position: absolute;
    right: 25px;
    top: 5px;
}

#form-add-payment-profile .error-msg {
    display: block;
    border: 1px solid tomato;
}

#form-add-payment-profile #exp-date-error, #form-add-payment-profile #cvv-error {
    display: none;
    color: tomato;
    font-size: 0.8em;
}

#home {
    padding-bottom: 50px;
}

#home #home-slideshow {
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
}

#home #home-slideshow .prevSlide, #home #home-slideshow .nextSlide {
    background: rgba(40,40,40,0.3);
    border-radius: 5px;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 43%;
    margin: 0;
    z-index: 999;
    cursor: pointer;
}

#home #home-slideshow .prevSlide:hover, #home #home-slideshow .nextSlide:hover {
    background: #282828;
}

#home #home-slideshow .prevSlide:hover i, #home #home-slideshow .nextSlide:hover i {
    color: #fff;
}

#home #home-slideshow .prevSlide:visited, #home #home-slideshow .nextSlide:visited {
    background: rgba(40,40,40,0.3);
}

#home #home-slideshow .prevSlide i, #home #home-slideshow .nextSlide i {
    font-size: 40px;
    padding: 10px;
    color: rgba(255,255,255,0.5);
    transition: 0.3s ease-in-out;
}

#home #home-slideshow .prevSlide {
    left: 20px;
    padding-right: 5px;
}

#home #home-slideshow .nextSlide {
    right: 20px;
    padding-left: 5px;
}

#home #home-slideshow .slider {
    position: relative;
    margin-bottom: 50px;
    height: 460px;
    overflow: hidden;
    margin: 0 auto;
}

@media screen and (max-width: 39.9375em) {
    #home #home-slideshow .slider {
        height: 200px;
    }
}

#home #home-slideshow .slider .slide {
    display: none;
    position: absolute;
    height: 460px;
    text-align: center;
    color: #fff;
    cursor: initial;
}

@media screen and (max-width: 39.9375em) {
    #home #home-slideshow .slider .slide {
        height: 200px;
    }
}

#home #home-slideshow .slider .slide:first-of-type {
    display: block;
}

#home #home-slideshow .slider .slide .change-img, #home #home-slideshow .slider .slide .bgImg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 500;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

@media screen and (max-width: 39.9375em) {
    #home #home-content {
        text-align: center;
    }

    #home #home-content img {
        margin: 15px auto;
    }
}

#home #home-content h3 {
    margin-top: 25px;
}

#home #home-content h3, #home #home-content h5 {
    font-size: 18px;
    color: #34353e;
    letter-spacing: -0.03em;
    font-weight: bold;
    line-height: 1.2;
}

#home #home-content h5 {
    margin-bottom: 50px;
}

#home #home-content img {
    max-height: 370px;
    width: 100%;
}

#landing-page {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    color: #888;
    padding: 50px 0;
    overflow-y: scroll;
    height: 100%;
    font-family: 'Didact Gothic', sans-serif;
}

#landing-page .close-landingpage {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

#landing-page .close-landingpage:hover i {
    color: #282828;
}

#landing-page .close-landingpage i {
    padding: 5px;
    font-size: 32px;
    -webkit-text-stroke: 4px #fff;
}

#landing-page #lp-header h2 {
    font-size: 2.5em;
    color: #b1c8d0;
}

#landing-page #lp-content .columns {
    margin-bottom: 25px;
    padding: 0 5px;
}

#landing-page #lp-content .lp-logo {
    display: block;
    margin-bottom: 10px;
    height: 50px;
}

#landing-page #lp-content .lp-logo img {
    max-height: 50px;
    margin: 0 auto;
}

#landing-page #lp-content .lp-images div {
    background: #ccc;
    height: 400px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.15s;
}

#landing-page #lp-content .lp-images div:hover {
    opacity: 0.8;
}

#landing-page #lp-content .lp-info {
    font-weight: bold;
    min-height: 80px;
    font-size: 14px;
}

#landing-page #lp-content .lp-footer {
    font-size: 14px;
}

#product {
    position: relative;
}

#product .row {
    margin: 0 auto;
}

@media screen and (max-width: 39.9375em) {
    #product {
        text-align: center;
    }
}

#product #main-product {
    border-radius: 5px 5px 0 0;
    padding-top: 25px;
    padding-bottom: 50px;
}

#product h1 {
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 30px;
    font-family: Helventica, Arial, sans-serif;
}

#product h3 {
    margin-top: -20px;
    color: #282828;
}

#product h5 {
    font-family: Helventica, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 13px;
    margin: 0;
    color: #34353e;
}

#product .modifiers p, #product .modifiers-img-container p {
    color: #999;
    font-weight: bold;
    font-size: 13px;
    font-family: Helvetica, Arial, sans-serif;
    margin: 0;
}

#product .modifiers select, #product .modifiers-img-container select {
    max-width: 250px;
    font-size: 14px;
    border-radius: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: auto;
}

#product .modifiers-img-container {
    margin-bottom: 10px;
}

#product #mods-container {
    position: relative;
    margin-bottom: 20px;
}

@media screen and (max-width: 39.9375em) {
    #product #mods-container {
        text-align: left !important;
    }
}

#product #mods-container .selectboxit-container .selectboxit, #product #mods-container .selectboxit-container .selectboxit-options {
    border-radius: 3px;
    width: 250px !important;
}

#product #mods-container .ui-state-default, #product #mods-container .selectboxit-container .selectboxit-options {
    border: 1px solid #cacaca;
    background: #fff;
}

#product #mods-container .selectboxit-option-first {
    border-radius: 3px 3px 0 0;
}

#product #mods-container #modifier-closeup {
    display: none;
    position: absolute;
    top: 0;
    left: -200px;
    box-shadow: 0 0 5px 0 rgba(40,40,40,0.5);
    padding: 5px;
    background: #fff;
    z-index: 999;
}

@media screen and (max-width: 39.9375em) {
    #product #mods-container #modifier-closeup {
        left: 0;
        top: -125px;
    }
}

#product .tearsheet-links {
    position: absolute;
    top: 45px;
    right: 5px;
}

#product .tearsheet-links a {
    margin-right: 10px;
    color: #66a1b5;
    font-size: 12px;
}

#product #details {
    position: relative;
    border: 1px solid #ccc;
    padding: 10px 15px;
    margin-bottom: 15px;
}

#product #details .border {
    position: absolute;
    top: 0;
    left: 0;
    background: #abcbd6;
    height: 3px;
    width: 120px;
}

#product #details p {
    font-size: 13px;
    font-weight: normal;
    color: #999;
    font-family: Helventica, Arial, sans-serif;
}

#product #details ul {
    list-style: disc;
    padding: 0;
    margin: 0 0 9.5px 25px;
}

#product #details ul li {
    color: #999;
    font-size: 13px;
    font-family: Helventica, Arial, sans-serif;
}

#product #social-media {
    background: #F3F3F3;
    font-size: 13px;
    padding: 10px;
    color: #6a6a6a;
    font-family: Helventica, Arial, sans-serif;
}

#product #social-media ul li:first-of-type {
    margin-right: 25px;
}

#product #social-media ul a {
    padding: 5px;
    color: #89b6c5;
}

#product #social-media ul i {
    font-size: 20px;
    vertical-align: bottom;
}

#product #main-images {
    position: relative;
}

#product .item-img {
    border: 1px solid #ddd;
}

#product #alt-slideshow {
    margin-bottom: 0;
}

@media screen and (max-width: 39.9375em) {
    #product #alt-slideshow {
        display: none;
    }
}

#product #alt-slideshow .slick-active {
    filter: opacity(50%);
}

#product #alt-slideshow .slick-current {
    filter: opacity(100%);
    border: 3px solid #abcbd6;
}

#product #modifiersConfig {
    margin: 15px 0;
}

#product #modifiersConfig .columns {
    padding: 0;
}

#product #modifiersConfig p {
    color: #999;
    font-weight: bold;
    font-size: 13px;
    font-family: Helvetica, Arial, sans-serif;
    margin: 0;
}

#product #modifiersConfig select {
    background: #fff;
}

#product #modifiersConfig select option {
    background: #fff;
}

#product #modifiersConfig .selectboxit .modifiers .ui-state-enabled .ui-widget .ui-state-default {
    background: #fff;
}

#product .wishlist {
    background: 0;
    color: #282828;
    margin: 0 0 0 10px;
    float: right;
    font-size: 14px;
}

#productsContainer {
    position: relative;
    padding: 50px 0;
    background: url("../../../b2bbucket.s3.amazonaws.com/1448/cms/jagged-border-top.png") repeat-x top,url("../../../b2bbucket.s3.amazonaws.com/1448/cms/box-bg.jpg") repeat;
}

#productsContainer .item {
    margin-bottom: 0 !important;
}

#productsContainer .item:hover img {
    box-shadow: 0 0 5px 0 rgba(40,40,40,0.5);
}

#productsContainer .item h4 {
    color: #282828 !important;
    font-weight: bold;
    padding: 15px;
    transition: 0.2s ease;
    font-family: Helventica, Arial, sans-serif;
    font-size: 15px !important;
}

#productsContainer h3 {
    color: #282828;
    font-size: 26px;
    margin-bottom: 40px;
}

#productsContainer #related-slideshow {
    margin: 0 auto;
}

#products {
    padding: 0 0 50px;
}

#productsContainer .item {
    margin-bottom: 25px;
}

#productsContainer .item:hover .quickview-btn {
    opacity: 1 !important;
    left: 0 !important;
}

#productsContainer .item h4 {
    font-size: 1em;
    margin: 0;
    color: #8c8c8c;
}

#productsContainer .item h5 {
    font-size: 0.9em;
    margin: 0;
}

#productsContainer .item p {
    font-size: 0.9em;
    margin: 0;
    color: #333;
}

#productsContainer .item .item-info {
    position: relative;
}

#productsContainer .item .quickview-container {
    position: relative;
    overflow: hidden;
    height: 25px;
}

#productsContainer .item .quickview-container p {
    position: absolute;
    cursor: pointer;
    transition: all 0.2s ease;
}

#productsContainer .item .quickview-container .quickview-btn {
    opacity: 0;
    left: -10px;
    border-bottom: 1px solid #aaa;
    background: #fff;
    z-index: 10;
}

#productsContainer .item .quickview-container .quickview-btn:hover {
    color: #abcbd6;
}

#productsContainer .item .wishlist {
    position: absolute;
    top: -5px;
    right: 0;
    padding: 5px;
    cursor: pointer;
    color: #8c8c8c;
}

#productsContainer .item .wishlist:hover {
    color: #737373;
}

#productsContainer .item .img-container {
    position: relative;
    padding-bottom: 116.666667%;
    height: 0;
    overflow: hidden;
}

#productsContainer .item .img-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#quickview-bg {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(40,40,40,0.5);
    z-index: 9999;
}

#quickview-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

#quickview-container #quickview-content {
    position: relative;
    max-width: 1080px !important;
    height: 100vh;
    background: #fff;
    overflow: auto;
}

#quickview-container #quickview-content #quickview-mobile {
    display: none;
}

#quickview-container #quickview-content .columns {
    padding: 35px 30px;
    height: 100vh;
}

#quickview-container #quickview-content .columns:first-of-type {
    background: #eee;
}

#quickview-container #quickview-content .columns:last-of-type {
    padding: 10px;
}

#quickview-container #quickview-content h2 {
    font-size: 24px;
    margin: 0;
}

#quickview-container #quickview-content h2:last-of-type {
    color: #abcbd6;
    margin: 0;
}

#quickview-container #quickview-content p {
    font-size: 16px;
    line-height: 1.8;
    margin: 150px 0 0;
    color: #666;
}

#quickview-container #quickview-content a {
    display: block;
    color: #abcbd6;
    margin: 10px 0;
}

#quickview-container #quickview-content form {
    margin-top: 20px;
    width: 100%;
}

#quickview-container #quickview-content form input {
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 11px;
    font-size: 16px;
    color: #777;
    background: none;
    box-shadow: none;
}

#quickview-container #quickview-content form .add-to-cart {
    width: 100%;
    font-size: 16px;
    padding: 11px;
}

#quickview-container #quickview-content .button, #quickview-container #quickview-content #store-locator .result-item button, #store-locator .result-item #quickview-container #quickview-content button {
    width: 100%;
    font-size: 16px;
    padding: 11px;
}

#quickview-container #quickview-content .wishlist {
    height: 40px;
    width: auto;
    padding: 5px 10px;
    vertical-align: bottom;
}

#quickview-container #quickview-content #quickview-close {
    position: absolute;
    width: auto;
    top: 10px;
    right: 10px;
    padding: 5px 6px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 9999;
}

#quickview-container #quickview-content #quickview-close:hover span {
    background: #303030;
}

#quickview-container #quickview-content #quickview-close span {
    position: absolute;
    right: 0;
    top: 10px;
    width: 20px;
    height: 1px;
    background: #707070;
    transition: 0.1s ease;
}

#quickview-container #quickview-content #quickview-close span:first-of-type {
    transform: rotate(45deg);
}

#quickview-container #quickview-content #quickview-close span:last-of-type {
    transform: rotate(-45deg);
}

@media screen and (max-width: 39.9375em) {
    #quickview-container #quickview-content #quickview-close {
        position: fixed;
        top: 15px;
        right: 15px;
        border-radius: 0;
    }
}

@media screen and (max-width: 39.9375em) {
    #quickview-container #quickview-content {
        margin-top: 0;
        padding: 20px;
        width: 100%;
        height: 100vh;
        overflow: auto;
        text-align: center;
    }

    #quickview-container #quickview-content .quickview-large {
        display: none;
    }

    #quickview-container #quickview-content #quickview-mobile {
        display: block;
    }

    #quickview-container #quickview-content p {
        margin-top: 15px;
    }

    #quickview-container #quickview-content img {
        max-height: 400px;
        margin: 0 auto;
    }

    #quickview-container #quickview-content form {
        max-width: 400px;
        margin: 15px auto;
    }
}

#dealer-locator-title {
    margin-bottom: 0;
}

#dealer-locator-title h3 {
    font-size: 28px;
    background: #f3f3f3;
    padding: 14px 30px;
}

#store-locator {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    max-width: 1170px;
    margin: 0 auto;
}

#store-locator form {
    max-width: 1200px;
}

#store-locator form input, #store-locator form select {
    display: inline-block;
    max-width: 250px;
    height: 40px;
    vertical-align: top;
}

#store-locator #gmap .columns:first-of-type {
    position: relative;
}

#store-locator #gmap .gm-style-iw h5 {
    margin: 0 0 5px;
    font-size: 1.2em;
}

#store-locator #gmap .gm-style-iw p {
    margin: 0;
}

#store-locator #gmap #loadingImg {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    background: rgba(225,225,225,0.5);
    z-index: 500;
}

#store-locator #gmap #loadingImg i {
    position: absolute;
    top: 40%;
    left: 45%;
    font-size: 5em;
    padding: 0;
    margin: 0;
    color: #282828;
}

#store-locator #gmap #loadingImg .fa-pulse {
    filter: blur(0);
    transform-origin: 49% 48.5%;
}

#store-locator #results, #store-locator #no-results {
    display: none;
    height: 500px;
    overflow: auto;
}

#store-locator .result-item {
    padding: 20px 0;
    border-bottom: 1px solid #707070;
}

#store-locator .result-item h5 {
    font-size: 1.2em;
    font-weight: 700;
    margin: 0 0 5px;
}

#store-locator .result-item p {
    margin: 0;
}

#store-locator .result-item button {
    padding: 10px;
    color: #fff;
    margin: 10px 0 0;
    font-size: 14px;
}

#emptyWishlist {
    display: none;
    padding: 100px;
}

#wishlist-container {
    min-height: 500px;
}

#wishlist-container h3 {
    font-size: 28px;
}

#wishlist-container #open-tearsheet-popup {
    margin-top: 10px;
    font-size: 14px;
}

#wishlist-container .button, #wishlist-container #store-locator .result-item button, #store-locator .result-item #wishlist-container button {
    font-size: 16px;
    padding: 9px 15px;
    margin: 0;
}

#wishlist-products {
    display: none;
    min-height: 300px;
    background: #fff;
    margin-bottom: 50px;
}

#wishlist-products table {
    text-align: center;
}

#wishlist-products table thead {
    border: 0;
}

#wishlist-products table thead th {
    font-size: 16px;
    font-weight: normal;
}

#wishlist-products table tbody {
    border: 0;
}

#wishlist-products table tr {
    background: #fff;
    border-bottom: 1px solid #eee;
}

#wishlist-products table .product {
    text-align: left;
}

#wishlist-products table .product div {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

#wishlist-products table .product div h2 {
    font-size: 16px;
    margin: 0;
    color: #282828;
}

#wishlist-products table .product div a {
    font-size: 14px;
}

#wishlist-products table .remove {
    margin-top: 15px;
}

#wishlist-products table tbody tr:nth-child(even) {
    background: #fff;
}

#wishlist-products table tbody td {
    vertical-align: middle;
}

#open-tearsheet-popup {
    vertical-align: bottom;
    height: 40px;
}

.wishlist-popup-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(40,40,40,0.5);
    z-index: 9999;
    cursor: pointer;
}

.wishlist-popup-container {
    display: none;
    position: fixed;
    top: 10vh;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 10px 0px rgba(40,40,40,0.5);
    max-width: 450px;
    padding: 10px 20px;
    z-index: 9999;
}

.wishlist-popup-container .wishlist-popup-close {
    position: absolute;
    top: -15px;
    right: -15px;
    color: #fff;
    background: #4a4a4a;
    border: 5px solid rgba(255,255,255,0.4);
    border-radius: 50%;
    padding: 5px 7px;
    cursor: pointer;
    z-index: 210;
    transition: 0.3s ease-in-out;
}

.wishlist-popup-container .wishlist-popup-close:hover {
    background: #636363;
}

.wishlist-popup-container .wishlist-popup-content h5 {
    padding-bottom: 10px;
    border-bottom: 1px solid #707070;
}

.wishlist-popup-container .wishlist-popup-content label {
    color: #282828;
}

.wishlist-popup-container .wishlist-popup-content textarea {
    height: 150px;
}

.wishlist-popup-container .wishlist-popup-content textarea[name="items"] {
    height: 0;
    padding: 0;
    margin: 0;
}

#cms-account {
    padding: 150px 0;
    min-height: 400px;
    text-align: center;
}

#cms {
    padding-bottom: 50px;
}

#cms .p-container {
    margin-bottom: 50px;
}

#cms .p-container h3 {
    font-size: 28px;
    background: #f3f3f3;
    padding: 14px 30px;
}

#cms p {
    font-size: 13px;
    font-family: Helvetica, Arial, sans-serif;
}

#cms h6 {
    color: #282828;
    font-weight: bold;
}

#cms-catalogs {
    max-width: 900px;
    margin: 0 auto;
}

#cms-catalogs .columns {
    margin-bottom: 15px;
    transition: 0.2s;
    padding-bottom: 15px;
}

#cms-catalogs .columns:hover {
    box-shadow: 0 0 5px 0 rgba(40,40,40,0.5);
}

#cms-catalogs img {
    max-width: 300px;
}

#cms-custom h6 {
    color: #727272;
    font-size: 13px;
    font-family: Helvetica, Arial, sans-serif;
}

#cms-custom hr {
    border-bottom: 1px solid #ccc;
}

#cms-contact address, #cms-contact p {
    font-size: 14px;
    margin: 5px 0;
}

#cms-contact img {
    max-width: 200px;
}

#cms-contact a {
    color: #89b6c5;
}

#cms-contact form input {
    max-width: 300px;
}

#cms-contact form textarea {
    max-width: 600px;
    min-height: 250px;
}

#cms-contact form .button, #cms-contact form #store-locator .result-item button, #store-locator .result-item #cms-contact form button {
    border-radius: 3px;
    padding: 8px 10px;
    background: #e5e5e5;
    color: #282828;
    border-bottom: 2px solid #cccccc;
}

#tearsheet {
    padding: 50px;
}

#tearsheet h2 {
    font-size: 1.8em;
    margin: 0;
}

#tearsheet h4 {
    font-size: 1.2em;
    margin: 0 0 15px;
}

#tearsheet p {
    font-size: 1em;
    margin: 0 0 15px;
}

.bx-wrapper img{max-height:394px;height:394px !important;}
.bx-wrapper{margin-bottom:10px !important;}
/*# sourceMappingURL=americanbrands.css.map */

/* custom dev css start*/
@media screen and (max-width: 30.125em) {
	#landing-page #lp-header h2 { font-size: 2.0em; }
}
/* custom dev css end*/