/* css overrides */

/*
h1,h2,h3,h4,h5,h6 {
	font-family: 'Didact Gothic', sans-serif;
}
*/

h1,h2,h3,h4,h5,h6 {
font-family: 'Comfortaa', sans-serif;
}

.sfnt-promo:hover a:after {
	border:skyblue 2px solid;
	background: none;
	padding:5px;
}

.category-product:hover .category-product-image-wrapper img { 
	opacity:0.8;
}

.product-carousel {
    padding-top: 0;
}

.featured-product-bottom {
	padding:0 15% 0 15%;
}

.new-arrivals {
    font-size: 1.2em;
    margin-bottom: 0;
}

.promo-text {
	font-size: 1.2em;
}

a:hover {
    color: deepskyblue;
}

.mini-basket-inner {
    border: 2px solid deepskyblue;
}

.mini-basket-inner:after {
    border-right-color: deepskyblue;
}

.mini-basket-count {
    background: deepskyblue;
}

.navigation-set .level-1:hover > span a {
	box-shadow:inset 0 -4px 0 0 deepskyblue
}

.product-attributes label,.product-swatches label,.swatch-name {
    font-size: 1rem;
    text-align:left;
}

#js-inventory-message {
    padding-top: 10px;
    padding-bottom: 10px;
}

legend {
    font-size: 1.2em;
    padding-bottom: 4px;
}

/* nav bar */

.navigation-set .level-1 > span > a {
    color: #000;
}

.nav-item-1--left {
    background: #fff;
}

.navigation-bar {
	background: #fff;
}

.nav-item-1 > a {
    color: #000;
}

.pre-header {
	background: #801e00;
}
.footer {
	background: #801e00;
}

/* Home - Featured Categories */
#feat-categories {
    background: #FFF7EC;
    display: block;
    display: inline-block !importANT;
    width: 100%;
}
#feat-categories h2 {
    color: #000;
    font-weight: normal;
    text-align: center;
}
@media screen and (max-width:959px) {
    #feat-categories ul {
        opacity: 100;
        padding: 0;
    }
    #feat-categories .half {
        width: 100%;
        padding: 0 0 1em;
    }
    #feat-categories .feat_categories ul li {
        width: 90%;
        margin: 0 auto 0.5em;
    }
    #feat-categories .featcat-512 {
        display: none !important;
    }
}
@media screen and (min-width:960px) {
    #feat-categories .half {
        max-width: 50%;
        float: left;
        min-height: 28.15em;
    }
    #feat-categories .feat_categories ul li {
        width: 90%;
        margin: 0 0 1em 1.75em;
    }
    #feat-categories .half img {
        height: 100%;
    }
    #feat-categories .featcat-768 {
        display: none !important;
    }
    #feat-categories h2 {
        margin-top: 0.5em;
    }
}
@media screen and (min-width:961px) and (max-width:1100px) {
    #feat-categories ul {
        margin-left: 1em;
    }
}
#featCatPicture {
    padding: 0;
}
#featCatCategories {
    padding-left: 0;
}
#feat-categories .feat_categories ul {}
#feat-categories .feat_categories ul li {
    text-align: center;
    /*border:1px solid #24364a;*/
    border-bottom: 1px dashed #24364a;
    display: block;
    line-height: 2.5;
}
#feat-categories .feat_categories ul li a {
    display: inline-block;
    color: #000;
    font-size: 1.2em;
    width: 100%;
    text-align: left;
}
#feat-categories .feat_categories ul li a:hover {
    color: #fff;
    background: #24364a;
}