﻿/*Copyright 2013 Great Lakes Wholesale & Marketing L.L.C. */
@font-face {
    font-family: 'amblebold';
    src: url('../Content/fonts/Amble-Bold-webfont.eot');
    src: url('../Content/fonts/Amble-Bold-webfont.eot?#iefix') format('embedded-opentype'),url('../Content/fonts/Amble-Bold-webfont.woff') format('woff'),url('../Content/fonts/Amble-Bold-webfont.ttf') format('truetype'),url('../Content/fonts/Amble-Bold-webfont.svg#amblebold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'amblebold_italic';
    src: url('../Content/fonts/Amble-BoldItalic-webfont.eot');
    src: url('../Content/fonts/Amble-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),url('../Content/fonts/Amble-BoldItalic-webfont.woff') format('woff'),url('../Content/fonts/Amble-BoldItalic-webfont.ttf') format('truetype'),url('../Content/fonts/Amble-BoldItalic-webfont.svg#amblebold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ambleitalic';
    src: url('../Content/fonts/Amble-Italic-webfont.eot');
    src: url('../Content/fonts/Amble-Italic-webfont.eot?#iefix') format('embedded-opentype'),url('../Content/fonts/Amble-Italic-webfont.woff') format('woff'),url('../Content/fonts/Amble-Italic-webfont.ttf') format('truetype'),url('../Content/fonts/Amble-Italic-webfont.svg#ambleitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'amblelight';
    src: url('../Content/fonts/Amble-Light-webfont.eot');
    src: url('../Content/fonts/Amble-Light-webfont.eot?#iefix') format('embedded-opentype'),url('../Content/fonts/Amble-Light-webfont.woff') format('woff'),url('../Content/fonts/Amble-Light-webfont.ttf') format('truetype'),url('../Content/fonts/Amble-Light-webfont.svg#amblelight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'amblelight_condensed';
    src: url('../Content/fonts/Amble-LightCondensed-webfont.eot');
    src: url('../Content/fonts/Amble-LightCondensed-webfont.eot?#iefix') format('embedded-opentype'),url('../Content/fonts/Amble-LightCondensed-webfont.woff') format('woff'),url('../Content/fonts/Amble-LightCondensed-webfont.ttf') format('truetype'),url('../Content/fonts/Amble-LightCondensed-webfont.svg#amblelight_condensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ambleregular';
    src: url('../Content/fonts/Amble-Regular-webfont.eot');
    src: url('../Content/fonts/Amble-Regular-webfont.eot?#iefix') format('embedded-opentype'),url('../Content/fonts/Amble-Regular-webfont.woff') format('woff'),url('../Content/fonts/Amble-Regular-webfont.ttf') format('truetype'),url('../Content/fonts/Amble-Regular-webfont.svg#ambleregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bellotaregular';
    src: url('../Content/fonts/Bellota-Regular-webfont.eot');
    src: url('../Content/fonts/Bellota-Regular-webfont.eot?#iefix') format('embedded-opentype'),url('../Content/fonts/Bellota-Regular-webfont.woff') format('woff'),url('../Content/fonts/bellota-Regular-webfont.ttf') format('truetype'),url('../Content/fonts/bellota-Regular-webfont.svg#ambleregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*Fonts used under SIL Open Font License 1.10*/
/*http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL*/
body { /*background-image:url('../Images/sprinkles.png');*/
    background-color: #EAEDED; /*background-repeat:repeat;*/
}
/*AJAX Load Squares*/
#squaresWaveG {
    position: relative;
    width: 166px;
    height: 20px;
}

.squaresWaveG {
    position: absolute;
    top: 0;
    background-color: #072A60;
    width: 20px;
    height: 20px;
    -moz-animation-name: bounce_squaresWaveG;
    -moz-animation-duration: 1.3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: linear;
    -webkit-animation-name: bounce_squaresWaveG;
    -webkit-animation-duration: 1.3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    -ms-animation-name: bounce_squaresWaveG;
    -ms-animation-duration: 1.3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: linear;
    -o-animation-name: bounce_squaresWaveG;
    -o-animation-duration: 1.3s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: linear;
    animation-name: bounce_squaresWaveG;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    animation-direction: linear;
}

#squaresWaveG_1 {
    left: 0;
    -moz-animation-delay: 0.52s;
    -webkit-animation-delay: 0.52s;
    -ms-animation-delay: 0.52s;
    -o-animation-delay: 0.52s;
    animation-delay: 0.52s;
}

#squaresWaveG_2 {
    left: 21px;
    -moz-animation-delay: 0.65s;
    -webkit-animation-delay: 0.65s;
    -ms-animation-delay: 0.65s;
    -o-animation-delay: 0.65s;
    animation-delay: 0.65s;
}

#squaresWaveG_3 {
    left: 42px;
    -moz-animation-delay: 0.78s;
    -webkit-animation-delay: 0.78s;
    -ms-animation-delay: 0.78s;
    -o-animation-delay: 0.78s;
    animation-delay: 0.78s;
}

#squaresWaveG_4 {
    left: 63px;
    -moz-animation-delay: 0.91s;
    -webkit-animation-delay: 0.91s;
    -ms-animation-delay: 0.91s;
    -o-animation-delay: 0.91s;
    animation-delay: 0.91s;
}

#squaresWaveG_5 {
    left: 84px;
    -moz-animation-delay: 1.04s;
    -webkit-animation-delay: 1.04s;
    -ms-animation-delay: 1.04s;
    -o-animation-delay: 1.04s;
    animation-delay: 1.04s;
}

#squaresWaveG_6 {
    left: 105px;
    -moz-animation-delay: 1.17s;
    -webkit-animation-delay: 1.17s;
    -ms-animation-delay: 1.17s;
    -o-animation-delay: 1.17s;
    animation-delay: 1.17s;
}

#squaresWaveG_7 {
    left: 126px;
    -moz-animation-delay: 1.3s;
    -webkit-animation-delay: 1.3s;
    -ms-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

#squaresWaveG_8 {
    left: 147px;
    -moz-animation-delay: 1.43s;
    -webkit-animation-delay: 1.43s;
    -ms-animation-delay: 1.43s;
    -o-animation-delay: 1.43s;
    animation-delay: 1.43s;
}

@-moz-keyframes bounce_squaresWaveG {
    0% {
        background-color: #072A60;
    }

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

@-webkit-keyframes bounce_squaresWaveG {
    0% {
        background-color: #072A60;
    }

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

@-ms-keyframes bounce_squaresWaveG {
    0% {
        background-color: #072A60;
    }

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

@-o-keyframes bounce_squaresWaveG {
    0% {
        background-color: #072A60;
    }

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

@keyframes bounce_squaresWaveG {
    0% {
        background-color: #072A60;
    }

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

#summary.cart-summary {
    background-color: #948F8F;
    color: #fff;
}

    #summary.cart-summary h2 {
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        border-bottom: 2px dotted #fff;
        padding: 3px 6px;
        margin-top: 6px;
        text-transform: uppercase;
    }

.glyphicon-shopping-cart {
    color: #408CB6;
}

#header-top {
    background-color: #fff;
}

.header-links a {
    font-family: 'ambleregular',Tahoma,sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #3b3838;
}

@media screen and (min-width:768px) {
    #header-sub > .container > .row {
        height: 113px;
    }

    #header-landing > .container > .row {
        height: 100px;
    }
}

.mainnav {
    font-family: 'ambleregular',Tahoma,Verdana,Geneva,'DejaVu Sans',sans-serif;
    font-size: 16px;
    letter-spacing: -1px;
    vertical-align: middle;
}

    .mainnav a {
        color: #4E4545;
    }

nav.mainnav.navbar-default {
    border-color: #fff;
}

#pcat-nav-container ul.nav li.active > a {
    font-family: 'amblebold';
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#pcat-nav-container .nav li.dropdown {
    border-right: dashed;
    border-right-color: lightgrey;
    border-right-width: thin;
    vertical-align: middle;
}

    #pcat-nav-container .nav li.dropdown:last-child {
        border: none;
    }

.sidenav {
    font-family: 'amblebold';
    font-size: 13px;
}

    .sidenav a {
        color: #3b3838;
    }

#sidebar-pcat ul.nav li.active > a {
    font-family: 'amblebold';
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #3b3838;
}

#sidebar-pcat ul.nav li > a {
    padding: 3px 3px 3px 0;
}

#sidebar-pcat li.sub {
    border-bottom: dashed;
    border-bottom-color: grey;
    border-bottom-width: thin;
}

    #sidebar-pcat li.sub > a {
        font-size: 12px;
        font-family: Tahoma,Verdana,Geneva,'DejaVu Sans',sans-serif;
        font-weight: normal;
        padding: 2px 6px 2px 6px;
    }

#sidebar-pcat li.active.sub > a {
    font-size: 12px;
    font-family: Tahoma,Verdana,Geneva,'DejaVu Sans',sans-serif;
    font-weight: bold;
}
/*Without borders,we need this to center text vertically*/
@media screen and (min-width:1024px) {
    .nav > li > a {
        float: none;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
/*.nav-justified > li.divider{width:2px;padding-left:0;padding-right:0;vertical-align:middle;text-align:center;content:url("../Images/GLWNavBar_vertial.png")}
*/
/*.footer:after{background-color:#706A6A;}
*/
/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto; /* Negative indent footer by its height */
}

#footer {
    background-color: #706A6A;
    color: #fff;
}

#header-top.landing {
    background-color: #706A6A;
    color: #fff;
}

@media screen and (min-width:768px) {
    #wrap {
        margin: 0 auto -182px; /* Pad bottom by footer height */
        padding: 0 0 182px;
    }
    /* Set the fixed height of the footer here */
    #footer { /* height:170px;*/
    }
}
/* Wrapper for page content to push down footer */
@media screen and (max-width:767px) {
    /* #wrap{/* Negative indent footer by its height */
    /*margin:0 auto -302px;/* Pad bottom by footer height */
    /*padding:0 0 302px;}
/* Set the fixed height of the footer here */
    /*#footer{height:290px;}*/
}

.copyright {
    text-align: left;
    font-family: 'ambleregular',Tahoma,sans-serif;
    font-weight: lighter;
    font-size: 10px;
}

    .copyright > a {
        color: #fff;
    }

.about-us-link > a {
    font-family: "ambleregular",Tahoma,sans-serif;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    display: inline;
}

.about-us-title {
    font-family: "amblebold",Tahoma,sans-serif;
    font-size: 20px;
}

.hr {
    background-color: #B8B8B5;
    border: 0;
    height: 1px;
    padding: 0;
    margin-top: 1px;
    margin-bottom: 0px;
}

.section-divider {
    vertical-align: central;
    height: 26px;
    padding-top: 10px;
}

.section-title {
    text-align: center;
    height: 26px;
}

    .section-title.theme1 {
        background-color: #336F90;
        color: #fff;
    }

.AboutUs {
    color: #3b3838;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
}

    .AboutUs > a {
        color: #3b3838;
        text-decoration: none;
    }

.ExploreUs { /*color:#706A6A;*/
    color: #3b3838;
    font-family: 'ambleregular';
    font-size: 14px;
    line-height: 20px;
}

    .ExploreUs a {
        color: #706A6A;
        text-decoration: none;
    }

.ToggleDiv > a {
    color: #948F8F;
    text-decoration: none;
}

.BoldHyperLink > a {
    font-weight: bold;
}

a.hyperlink {
    color: #408cb6;
}

.category {
    background-color: #fff;
    overflow: hidden;
    margin-top: 6px;
    font-family: Tahoma,Verdana,Geneva,'DejaVu Sans',sans-serif;
    color: #706A6A;
    line-height: 18px;
}

div.category
{
    padding:1em;
}

div.category ul li {padding-bottom:1em;}

div.category ul {margin-top:1em;margin-bottom:1em;}

div.category p { line-height:1.4em;}

div.category h1 {
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 28px;
    font-family: 'amblebold';
    text-transform: uppercase;
}

@media screen and (max-width:767px) {
    div.category h1 {
        font-size: 18px;
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .category {
        line-height: 14px;
        font-size: 11px;
    }

    div.category h1 {
        font-size: 16px;
    }
}

@media screen and (min-width:1024px) {
    div.category h1 {
        padding-top: 6px;
    }
}

.category-2 a {
    font-family: 'amblebold',Tahoma,sans-serif;
    text-transform: uppercase;
    color: #706A6A;
    text-decoration: none;
}

.category-3 a {
    font-family: 'ambleregular',Tahoma,sans-serif;
    color: #706A6A;
    text-decoration: none;
}

.product-id {
    color: #a70303;
    font-weight: bold;
}

.product-description {
    font-family: 'amblebold',Tahoma,sans-serif;
    font-size: 21px;
    color: #408CB6;
    text-transform: capitalize;
    margin-top: 0;
}

.product-details dt {
    font-family: 'amblebold',Tahoma,sans-serif;
    font-size: 13px;
    color: #948F8F;
}

.product-details dd {
    font-family: Tahoma,sans-serif;
    font-size: 11px;
    color: #706A6A;
}

.product-details {
    font-family: Tahoma,Verdana,Geneva,'DejaVu Sans',sans-serif;
    font-size: 11px;
    color: #948F8F;
    line-height: 16px;
}

h1.product-details {
    font-family: 'amblebold',Tahoma,sans-serif;
    font-size: 13px;
    color: #948F8F;
}

.bs-sidebar .nav .nav > li > a {
    font-size: 90%;
}

.featured-callout {
    background: #32708f;
    /*padding: 2ex 1ex 1ex !important;*/
    padding: 1ex !important;
}

.splash-links {
    background-color: #fff;
}

.splash-description {
    font-family: Tahoma,Verdana,Geneva,'DejaVu Sans',sans-serif;
    font-size: 11px;
    color: #706A6A;
    height: 94px;
    width: 228px;
    position: relative;
    padding-left: 6px;
    overflow: hidden;
    line-height: normal;
}

    .splash-description .shop-now {
        font-family: 'amblebold',Tahoma,Verdana,Geneva,'DejaVu Sans',sans-serif;
        bottom: 5px;
        position: absolute;
    }

    .splash-description .callout-text {
        font-family: 'amblebold',Tahoma,Verdana,Geneva,'DejaVu Sans',sans-serif;
        text-transform: capitalize;
        color: #336F90;
    }

    .splash-description h3 {
        font-family: 'bellotaregular',Tahoma,Geneva,sans-serif;
        font-size: 18px;
        color: #003857;
        letter-spacing: 1px;
        margin-top: 12px;
        margin-bottom: 6px;
    }

/*.splash-banners #bannerCarousel{height:494px;width:663px;}*/
.splash-banners #bannerCarousel {
    height: 574px;
    width: 100%;
}

.carousel-wrapper.carousel-hero:before {
    border-color: #FFF;
    top: 50%;
}

.carousel-wrapper.carousel-hero:after {
    border-color: #FFF;
    top: 50%;
}

.carousel-wrapper.carousel-preview:before {
    border-color: #FFF;
}

.carousel-wrapper.carousel-preview:after {
    border-color: #FFF;
}
/*changed */
.carousel-wrapper .carousel-title {
    background-color: #336F90;
    color: #FFF;
    font-family: 'amblebold',sans-serif;
    font-size: 13px;
    letter-spacing: 0px;
    height: 5.4em; /* tracking 100 */
    line-height: 30px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    padding: 1ex 1em;
    z-index: 2;
}

    .carousel-wrapper .carousel-title a {
        text-decoration: none;
        color: #FFF;
    }

    /*.carousel-wrapper .carousel-title:before,
    .carousel-wrapper .carousel-title:after {
        border-color: #336F90;
        border-style: solid;
        border-width: 2.7em;
        margin-top: 0;
        bottom: 0;
        top: 0;
        content: " ";
        display: block;
        position: absolute;
        width: 20px;
        z-index: 2;
        -webkit-font-smoothing: antialiased;
    }

    .carousel-wrapper .carousel-title:before {
        right: 100%;
        border-left-color: transparent;
    }

    .carousel-wrapper .carousel-title:after {
        left: 100%;
        border-right-color: transparent;
    }*/
/*end changed */

.carousel-wrapper > .carousel-inner {
    margin-top: -15px;
    overflow: visible;
    padding: 20px;
}

.carousel-wrapper.carousel-hero > .carousel-inner {
    background-color: #FFF;
    padding-bottom: 20px;
}

.carousel-wrapper > .carousel-inner .bx-prev,
.carousel-wrapper > .carousel-inner .bx-next {
    font-weight: lighter;
}

.carousel-wrapper.carousel-hero > .carousel-inner .bx-prev,
.carousel-wrapper.carousel-hero > .carousel-inner .bx-next {
    color: #888;
}

.carousel-wrapper.carousel-hero > .carousel-inner .carousel > .slide {
    height: 250px;
    float: left;
}

.carousel-wrapper.carousel-half > .carousel-inner .carousel > .slide {
    height: 150px;
}

.carousel-wrapper.carousel-hero > .carousel-inner .carousel > .slide:first-child {
    margin-left: 0;
}

.carousel-wrapper.carousel-preview > .carousel-inner .carousel > .slide {
    height: 150px;
}





.hero-text {
    color: #00274C;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 10px;
    line-height: 14px;
    padding: 12px 4px 0;
    text-align: center;
    min-height: 100px;
}

    .hero-text > .title {
        color: #4D4545;
        font-family: Signika Bold,sans-serif;
        font-size: 12px;
        font-weight: bold;
        /*letter-spacing: 1px;  tracking 50  */
        line-height: normal;
        text-transform: uppercase;
    }

.carousel-wrapper.carousel-preview > .carousel-inner {
    background-color: #FFF;
}

    .carousel-wrapper.carousel-preview > .carousel-inner .bx-prev,
    .carousel-wrapper.carousel-preview > .carousel-inner .bx-next {
        color: #888;
    }

    .carousel-wrapper.carousel-preview > .carousel-inner .carousel > .slide {
        margin-left: 20px;
    }

        .carousel-wrapper.carousel-preview > .carousel-inner .carousel > .slide:first-child {
            margin-left: 0;
        }



.carousel-wrapper.carousel-half > .carousel-inner {
    background-color: #FFF;
    padding-top: 36px;
}

    .carousel-wrapper.carousel-half > .carousel-inner .bx-prev,
    .carousel-wrapper.carousel-half > .carousel-inner .bx-next {
        color: #888;
    }

    .carousel-wrapper.carousel-half > .carousel-inner .carousel > .slide {
        margin-left: 20px;
    }

        .carousel-wrapper.carousel-half > .carousel-inner .carousel > .slide:first-child {
            margin-left: 0;
        }

.carousel-wrapper > .carousel-inner .bx-prev:hover,
.carousel-wrapper > .carousel-inner .bx-next:hover {
    color: #4D4545;
}
/*Explore us links header*/
.explore.section-title.theme2 {
    background-color: #e09422;
    color: #00274C;
    font-family: 'amblebold',sans-serif;
    font-size: 13px;
    height: 31px;
    letter-spacing: 2px; /* tracking 100 */
    line-height: 30px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    max-width: 200px;
    z-index: 2;
}

    .explore.section-title.theme2:before,
    .explore.section-title.theme2:after { /*background-color:#706A6A;*/
        color: #e09422;
        border-style: solid;
        border-width: 1.2em;
        margin-top: 0;
        bottom: 0;
        top: 0;
        content: " ";
        display: block;
        position: absolute;
        width: 20px;
        z-index: 2;
        -webkit-font-smoothing: antialiased;
    }

    .explore.section-title.theme2:before {
        left: -20px;
        border-left-color: transparent;
    }

    .explore.section-title.theme2:after {
        right: -20px;
        border-right-color: transparent;
    }

.my-account button {
    font-family: Tahoma,Verdana,Geneva,'DejaVu Sans',sans-serif;
    color: #948F8F;
    text-decoration: none;
}

.my-account a {
    font-family: Tahoma,Verdana,Geneva,'DejaVu Sans',sans-serif;
    color: #3b3838;
    text-decoration: none;
}

.my-account .dropdown-menu > li > a {
    font-family: Tahoma,Verdana,Geneva,'DejaVu Sans',sans-serif;
    color: #948F8F;
    text-decoration: none;
    text-transform: capitalize;
}

.product-filters {
    height: 3.6em;
    background-color: #6DAED0;
    color: #fff;
}

    .product-filters .description {
        background-color: #33669A;
        color: #fff;
        font-size: 13px;
        font-family: Tahoma,Verdana,Geneva,'DejaVu Sans',sans-serif;
        height: 100%;
        float: left;
        width: 180px;
        padding-top: 6px;
        padding-left: 3px;
        display: inline-block;
    }

    .product-filters .right-arrow {
        width: 0;
        height: 0;
        border-top: 1.8em solid transparent;
        border-bottom: 1.8em solid transparent;
        border-left: 1.4em solid #33669A;
        display: inline-block;
        vertical-align: top;
    }

    .product-filters .filters {
        display: inline-block;
        height: 3.6em;
        font-family: 'ambleregular',Tahoma,Verdana,Geneva,'DejaVu Sans',sans-serif;
        font-style: normal;
        vertical-align: top;
    }

    .product-filters table {
        display: inline-block;
        border-right: 1px dashed #33669A;
        height: 100%;
        padding: 6px 5px 0;
        margin: 0;
    }

        .product-filters table td {
            text-align: center;
            font-size:12px;
            padding:0;
        }

        .product-filters table.clear {
            border-right: none;
            text-align: center;
        }

h1.group-description {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 3px;
    font-size: 24px;
}

.splash-description .col-left {
    padding-left: 1px;
    padding-right: 1px;
}

div.splash-description {
    padding-right: 3px;
}
/*.splash .col-left{padding:0 0 0 1px;}
*/
ol.pcat {
    background-color: transparent;
    font-family: Tahoma,Verdana,Geneva,'DejaVu Sans',sans-serif;
    padding: 4px 0 3px 0;
    margin: 0;
}

    ol.pcat a {
        text-decoration: none;
    }

h1.pcat {
    font-family: 'amblebold',Tahoma,Verdana,Geneva,'DejaVu Sans',sans-serif;
    padding: 4px 0 3px 0;
    margin: 0;
    font-size: 14px;
    color: #4D4545;
}

.quick-add .inner {
    background-color: #fff;
    padding: 3px 6px 6px 6px;
}

.quick-add h3 {
    background-color: #948F8F;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 6px 3px 6px 12px;
}

.quick-add button {
    text-transform: uppercase;
}

#cart-left-col {
    padding-right: 12px;
}

span.addToCart-title {
    background-color: #408CB6;
    color: #fff;
    font-family: 'ambleregular',Tahoma,Verdana,Geneva,'DejaVu Sans',sans-serif;
    font-size: 15px;
}

    span.addToCart-title:after {
        content: " ";
        display: block;
        width: 12px;
        height: 0;
        margin-top: 0;
        top: 0;
        bottom: 0;
        border-top-color: transparent;
        border-top-style: solid;
        border-top-width: 1em;
        border-bottom-color: transparent;
        border-bottom-style: solid;
        border-bottom-width: 1em;
        border-left-color: #408CB6;
        border-left-style: solid;
        border-left-width: 1em;
        position: absolute;
        left: 100%;
        z-index: 2;
    }

#checkout button[type="submit"] {
    padding: 1px 6px 4px 6px;
    background-color: #99CC33;
    color: #fff;
    font-weight: bold;
    border-color: #99CC33;
    text-transform: uppercase;
    position: relative;
    line-height: 16px;
    height: 31px;
    margin-bottom: 6px;
    margin-top: 6px;
    border: none;
}

    #checkout button[type="submit"]:focus {
        outline: 0;
    }

body > div.container.clearfix.body.landing p {
    font-size: 14px;
}

body > div.container.clearfix.body.landing li {
    font-size: 14px;
}

body > div.container.clearfix.body.landing h4 {
    font-size: 16px;
}

div.landing-graphic {
    font-size: 14px;
}

p.landing.footer > a {
    color: #fff;
}

p.landing {
    text-align: center;
}

div.row.landing-graphic {
    margin-top: 1em;
    margin-bottom: 2em;
}

h3.landing-graphic {
    margin-bottom: 1em;
}

div.why-buy {
    padding-left: 1em;
}

h4.why-buy {
    margin-bottom: 1em;
}
/*#checkout button[type="submit"]:after{content:" ";display:block;width:12px;height:0;top:-3%;border-top-color:transparent;border-top-style:solid;border-top-width:16px;border-bottom-color:transparent;border-bottom-style:solid;border-bottom-width:14px;border-left-color:#99CC33;border-left-style:solid;border-left-width:16px;position:absolute;left:100%;z-index:2;}
*/
#checkout a {
    background-color: #99CC33;
    color: #fff;
    font-weight: bold;
    border-color: #99CC33;
    text-transform: uppercase;
    position: relative;
}

#checkout .checkout-right-arrow {
    padding: 0 0 0 0;
    margin: 0 0 -12px -5px;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 24px solid #99CC33;
}

#checkout a:active, #checkout a:focus, #checkout a.active, #checkout a:hover {
    border-color: #99CC33;
}
/*#checkout a:after{content:" ";display:block;width:12px;height:0;top:-3%;border-top-color:transparent;border-top-style:solid;border-top-width:16px;border-bottom-color:transparent;border-bottom-style:solid;border-bottom-width:15px;border-left-color:#99CC33;border-left-style:solid;border-left-width:16px;position:absolute;left:100%;z-index:2;}
*/
table.checkout thead {
    background-color: #706A6A;
    color: #fff;
}

    table.checkout thead a {
        color: #fff;
        font-size: 10px;
        font-family: Tahoma,Verdana,Geneva,'DejaVu Sans',sans-serif;
    }

div.continue-to a {
    color: #99CC33;
    font-family: 'bellotaregular',Tahoma,Verdana,Geneva,'DejaVu Sans',sans-serif;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
}

    div.continue-to a:active, div.continue-to a:focus {
        border-color: #00274C;
    }

.terms {
    background-color: #00274C;
    color: #fff;
}

    .terms a {
        color: #fff;
        text-decoration: none;
    }

    .terms div {
        padding: 0;
        margin: 0;
        display: inline-block;
        vertical-align: middle;
    }

        .terms div.left {
            padding-left: 2px;
        }

        .terms div.center {
            margin-left: 1px;
            text-align: center;
            line-height: 12px;
        }

@media screen and (min-width:768px) {
    .terms div.center {
        text-wrap: normal;
        width: 48%;
    }

    .terms div.big {
        font-family: bellotaregular;
        font-size: 28px;
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .terms div.left {
        display: none;
    }

    .terms div.center:before {
        content: "Note:";
    }

    .terms div.center {
        text-wrap: normal;
        width: 67%;
    }
}

@media screen and (min-width:1023px) {
    .terms div.left {
        font-family: bellotaregular;
        font-size: 31px;
    }
}

#productList div.thumbnail {
    border: none;
}

.product-price {
    font-weight: bold;
    font-size: 14px;
}

#summary div.estimate-freight a {
    color: #408CB6;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'amblebold';
    text-decoration: none;
}

a.back-button {
    font-family: bellotaregular;
    font-size: 15px;
    color: #99CC33;
    font-weight: bold;
}

dt .may-we-suggest {
    font-family: bellotaregular;
    font-size: 15px;
    color: #99CC33;
    font-weight: bold;
}

a.replaced-by {
    font-weight: bold;
    color: #706A6A;
}

div.search-container form button[type="submit"] {
    background-color: #336F90;
    color: #fff;
}

a.continue-shopping {
    font-family: bellotaregular;
    color: #99CC33;
    font-size: 16px;
    font-weight: bold;
}

h3.related-products {
    color: #408CB6;
    font-size: 18px;
    font-family: 'amblebold';
}

div.progress.cart {
    background-color: #948F8F;
}
