﻿@import url(//fonts.googleapis.com/css?family=Pacifico);
@import url(//fonts.googleapis.com/css?family=Lato:400,700,900italic);
@import url(//fonts.googleapis.com/css?family=Arvo);
@import url("//hello.myfonts.net/count/2ef2eb");

/**
 * @license
 * MyFonts Webfont Build ID 3076843, 2015-08-17T14:38:11-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: MelanieBT-Roman by Bitstream
 * URL: http://www.myfonts.com/fonts/bitstream/melanie/bt-roman/
 * Copyright: Copyright 1990-2003 Bitstream Inc. All rights reserved.
 * Licensed pageviews: 10,000
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3076843
 * 
 * © 2015 MyFonts Inc
*/

@font-face {
    font-family: 'MelanieBT-Roman';
    src: url('../files/2EF2EB_0_0.eot');
    src: url('../files/2EF2EB_0_0.eot?#iefix') format('embedded-opentype'),url('../files/2EF2EB_0_0.woff2') format('woff2'),url('../files/2EF2EB_0_0.woff') format('woff'),url('../files/2EF2EB_0_0.ttf') format('truetype');
}

@font-face {
    font-family: 'Snickles';
    src: url('../files/Snickles-webfont.eot');
    src: url('../files/Snickles-webfont.eot?#iefix') format('embedded-opentype'), url('../files/Snickles-webfont.woff') format('woff'), url('../files/Snickles-webfont.ttf') format('truetype'), url('../files/Snickles-webfont.svg#snicklesregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

/** TABLE OF CONTENTS **/
/** 1. General
/** 1a. Forms
/** 2. Body
/** 3. Header
/** 4. Navigation
/** 4a. Submenu
/** 4b. Responsive Menu
/** 5. Banner
/** 6. Main
/** 7. Footer
/** 8. Responsive
/** 8a. 59.375em (950px)
/** 8b. 43.75em (700px)
/** 8c. 40.625em (650px)
/** 8d. 34.375em (550px)
/** 8e. 28.125em (450px)
/** 9. Touch


/*********************** 1. General ***********************/

body {
    background: #f9f8e1 url(../images/bg-yellow.jpg);
    color: #58534c;
    font: 1em/1.25 arial, sans-serif;
}

form#aspnetForm {
    height: 100%;
    position: relative;
}

p {
    margin: 7px 0 10px;
}

a {
    color: #009245;
}

    a:hover, a:focus {
        color: #ee4684;
    }

h1, h2, h3, h4, h5, h6, .SectionHeader, .subh, .btitle {
    color: #009245;
    font: 3em/1 'MelanieBT-Roman', "Georgia", "Times New Roman", times, serif; /*36*/
    margin: 0 0 7px;
    padding: 0;
    text-shadow: 2px 2px 0 #fff;
}

h2 {
    color: #ee4684;
    font: 700 1.75em 'Arvo', "Georgia", "Times New Roman", times; /*18*/
}

h3 {
    color: #009245;
    font-size: 1.75em; /*28*/
}

h4 {
    color: #ee4684;
    font: 2.125em/1.2 'Snickles', "Helvetica", arial, sans-serif; /*34*/
    letter-spacing: 1px;
}

h5, .SectionHeader {
    font: 1.875em/1.2 'Snickles', "Helvetica", arial, sans-serif; /*30*/
    letter-spacing: 1px;
}

h6 {
    color: #58534c;
    font: 700 1.25em 'Arvo', "Georgia", "Times New Roman", times; /*20*/
}

aside h6 {
    color: #009245;
    font-size: 1.25em; /*20*/
    line-height: 1.1;
    text-align: center;
}

.ht, .bx-controls a {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.SectionHeader {
    border-bottom: 1px solid #9c9c9c;
    display: block;
    margin: .6em 0;
}

img {
    max-width: 100%;
}

.inner {
    margin: 0 auto;
    max-width: 64.375em; /*1030*/
}

[class*="block-"] {
    float: left;
    padding: 0 1.25em; /*20*/
}

.block-16 {
    width: 16%;
}

.block-20 {
    width: 20%;
}

.block-25 {
    width: 25%;
}

.block-30 {
    width: 30%;
}

.block-40 {
    width: 40%;
}

.block-50 {
    width: 50%;
}

.block-60 {
    width: 60%;
}

.block-70 {
    width: 70%;
}

.block-84 {
    width: 84%;
}

.block-100 {
    float: none;
    width: 100%;
}

/*** 1a. Forms ***/

input[type="text"], input[type="password"], textarea, .DropDownList, .item input[type="email"], .item input[type="tel"] {
    background: #fff;
    border: 1px solid #ccc !important;
    height: 30px;
    margin-bottom: 5px;
    padding: 5px;
}

.DropDownList {
    font-size: 14px;
    height: auto;
}

textarea {
    height: 80px;
}

input[disabled] {
    opacity: .5;
}

label, .TableRowLabel {
    color: #515151;
    font: bold italic 1em 'Lato', "Century Gothic", "Helvetica Narrow", arial, sans-serif;
    padding-right: 7px;
    padding-bottom: 3px;
}

    label span {
        color: #ee4684 !important;
        font-size: 11px;
        font-weight: normal !important;
    }

.actions {
    padding: .625em 0; /*10*/
}

[class*='button-'], input[type="submit"], .Buttons {
    background: #ee4684;
    border: 4px double transparent;
    color: #fff;
    display: inline-block;
    font: 1.125em/1.2 'Lato', "Century Gothic", "Helvetica Narrow", arial, sans-serif; /*18*/
    margin: 0 0 .625em; /*10*/
    padding: .4444444444444444em .7222222222222222em; /*8 13*/
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0 #db3471;
    text-transform: uppercase;
}

    [class*='button-'].secondary, input[type="submit"].secondary, .Buttons.secondary {
        background: #87B79A;
    }

    [class*='button-']:hover, input[type="submit"]:hover, .Buttons:hover, [class*='button-']:active, input[type="submit"]:active, .Buttons:active[class*='button-']:focus, input[type="submit"]:focus, .Buttons:focus {
        background: #f6de96;
        border: 4px double #fff;
        color: #009245;
        text-shadow: 2px 2px 0 #fff;
    }

.item {
    margin-bottom: .9375em;
}

    .item input[type="text"], .item input[type="password"], .item input[type="email"], .item input[type="tel"], .item select, .item textarea {
        width: 100%;
    }

    .item label {
        display: block;
    }

.shorti {
    display: inline-block;
    padding-right: .625em; /*10*/
    vertical-align: top;
    width: 49%;
}

.placeholdersjs, placeholder {
    color: #58534c;
    font: italic 1em 'Lato', "Century Gothic", "Helvetica Narrow", arial, sans-serif;
}

::-webkit-input-placeholder {
    color: #58534c;
    font: italic 1em 'Lato', "Century Gothic", "Helvetica Narrow", arial, sans-serif;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #58534c;
    font: italic 1em 'Lato', "Century Gothic", "Helvetica Narrow", arial, sans-serif;
}

:-ms-input-placeholder {
    color: #58534c;
    font: italic 1em 'Lato', "Century Gothic", "Helvetica Narrow", arial, sans-serif;
}

:focus::-webkit-input-placeholder {
    color: #9b8770;
}

:focus::-moz-placeholder { /* Firefox 19+ */
    color: #9b8770;
}

:focus:-ms-input-placeholder {
    color: #9b8770;
}

/*********************** 2. Body ***********************/

.full {
    min-height: 100%;
    position: relative;
    width: 100%;
}

.wrapper {
    margin: 0 auto;
    padding: 0 .625em 28.125em; /*10 450*/
    position: relative;
    max-width: 64.375em; /*1030*/
}

.container {
    background: #fff;
}

    .container.blank {
        background: transparent;
    }

/*********************** 3. Header ***********************/

header.block-100 {
    padding-top: 1.25em; /*20*/
    padding-bottom: .3125em; /*5*/
}

.logo {
}

header .top {
    border-bottom: 1px solid #ee4684;
    padding-bottom: .625em; /*10*/
}

header .search {
    display: block;
}

.panel-search {
    padding: 15px;
}

header .search input, .panel-search input {
    padding: 5px 35px 5px 5px;
}

.panel-search input {
    width: 100%;
}

header .search button, .panel-search button {
    -webkit-appearance: none;
    width: 30px;
    height: 30px;
    color: #fff;
    background: #ee4684;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    border-color: transparent;
}

    header .search button:hover, header .search button:focus,
    .panel-search button:hover, .panel-search button:focus {
        background: #009245;
    }

header .search button .fa, .panel-search button .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.main {
    padding-bottom: 1.25em; /*20*/
    padding-top: 1.25em; /*20*/
}


.line {
    border-top: 1px solid #ee4684;
    margin: .9375em 0 0; /*15*/
    padding: .625em 1.25em; /*10 20*/
    width: 100%;
}

[class*="block-"].right {
    float: right;
    font: 1em/1.2 'Lato', "Century Gothic", "Helvetica Narrow", arial, sans-serif;
    text-align: right;
}

    [class*="block-"].right a {
        color: #58534c;
        text-decoration: none;
    }

        [class*="block-"].right a:hover {
            color: #ee4684;
        }


nav.shop-nav {
    margin: .625em 0; /*10*/
    padding-right: 25px;
}

    nav.shop-nav ul li {
        margin-right: 0;
        margin-left: .4375em; /*7*/
    }

    .cart:after {
        content: "";
        background: url(../images/icon-shop.png) no-repeat right center;
        position: absolute;
        width: 23px;
        height: 19px;
    }

    .cart a span {
        color: #ee4684 !important;
    }

    nav.shop-nav ul, nav.shop-nav .cart {
        display: inline-block;
    }

nav.shop-nav ul li.sep {
    margin: 0;
}

/*********************** 4. Navigation ***********************/
nav p {
    display: none;
}

header nav {
    clear: both;
    width: 100%;
}

    header nav.main-nav ul {
        border-bottom: 1px solid #ee4684;
        border-top: 1px solid #ee4684;
        margin: .3125em auto 0; /*5*/
        padding: .75em 0; /*12*/
        text-align: center;
    }

    header nav.main-nav {
        border-bottom: 1px solid #ee4684;
        padding-bottom: .3125em; /*5*/
    }

        header nav.main-nav ul li {
            font: 1.125em/1.2 'Lato', "Century Gothic", arial, sans-serif; /*18*/
            margin: 0 .7222222222222222em; /*13*/
            position: relative;
        }

    header nav ul li {
        display: inline-block;
        margin: 0 7px;
        position: relative;
    }

        header nav ul li a {
            color: #58534c;
            display: block;
            text-decoration: none;
        }

        header nav ul li:nth-child(4n+1):hover a {
            color: #ee4684;
        }

        header nav ul li:nth-child(4n+2):hover a {
            color: #009245;
        }

        header nav ul li:nth-child(4n+3):hover a {
            color: #ee4684;
        }

        header nav ul li:nth-child(4n+4):hover a {
            color: #009245;
        }

    /*** 4a. Submenu ***/
    header nav ul > li > ul {
        background: #fff;
        border-top: 0 !important;
        border-bottom: 0 !important;
        box-shadow: 0 5px 5px -5px #333;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        font-size: .8333333333333333em; /*15*/
        left: 0;
        line-height: 1.2 !important;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        padding: 5px !important;
        position: absolute;
        text-align: left;
        top: auto;
        -webkit-transition: max-height .7s ease-in-out 0s, opacity 200ms ease-in-out 0s;
        transition: max-height .7s ease-in-out 0s, opacity 200ms ease-in-out 0s;
        width: 200px;
        z-index: 9999;
    }

    header nav ul > li > ul {
        display: block;
        margin: 0;
        padding: 0;
        width: 200px;
    }

        header nav ul > li > ul li {
            border-bottom: 1px solid #ee4684;
            display: block;
            margin: 0 !important;
            padding: 0;
        }

        header nav ul > li > ul a {
            color: #202020 !important;
            display: block;
            padding: 10px;
            text-indent: 0 !important;
            width: 200px !important;
        }

    header nav ul li ul a:hover {
        background: #009245;
        color: #fff !important;
    }

    header nav ul li:nth-child(4n+1) ul a:hover {
        background: #ee4684 !important;
    }

    header nav ul li:nth-child(4n+2) ul a:hover {
        background: #009245;
    }

    header nav ul li:nth-child(4n+3) ul a:hover {
        background: #ee4684;
    }

    header nav ul li:nth-child(4n+4) ul a:hover {
        background: #009245;
    }

    header nav ul > li:hover > ul {
        max-height: 500px;
        opacity: 1;
    }

/*** 4b. Responsive Menu ***/
#pageProduct_adminEditLink {
    left: auto;
    right: 0.625em;
}

.toggle-menu {
    background: #009245;
    color: #fff;
    display: none;
    font: 700 17px "Arvo","Georgia","Times New Roman",times;
    left: 0;
    position: fixed;
    text-decoration: none;
    text-transform: uppercase;
    top: 0;
    width: 100%;
    z-index: 10;
}

    .toggle-menu li, .toggle-menu .icon, .toggle-menu .text {
        display: inline-block;
        vertical-align: middle;
    }

    .toggle-menu p {
        margin: 0;
    }

    .toggle-menu a {
        color: #fff;
        display: block;
        padding: 10px 15px;
        text-decoration: none;
    }

    .toggle-menu li:last-child {
        float: right;
    }

    /* Hamburger menu icon */
    .toggle-menu .icon, .toggle-menu .icon:after, .toggle-menu .icon:before {
        background: #fff;
        -webkit-transition: all 0s .3s;
        transition: all 0s .3s;
        width: 18px;
        height: 2px;
    }

        .toggle-menu .icon:after, .toggle-menu .icon:before {
            background: #fff;
            content: "";
            position: absolute;
            left: 0;
        }

        .toggle-menu .icon:before {
            bottom: 5px;
            -webkit-transition: bottom .3s .3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform .3s cubic-bezier(0.23, 1, 0.32, 1);
            transition: bottom .3s .3s cubic-bezier(0.23, 1, 0.32, 1), transform .3s cubic-bezier(0.23, 1, 0.32, 1);
        }

        .toggle-menu .icon:after {
            top: 5px;
            -webkit-transition: top .3s .3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform .3s cubic-bezier(0.23, 1, 0.32, 1);
            transition: top .3s .3s cubic-bezier(0.23, 1, 0.32, 1), transform .3s cubic-bezier(0.23, 1, 0.32, 1);
        }

    /* When clicked, hamburger icon animates into an X */
    .toggle-menu .is-clicked .icon {
        background: rgba(255, 255, 255, 0);
    }

        .toggle-menu .is-clicked .icon:after {
            background: #f6de96;
            top: 0;
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: top .3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform .3s .3s cubic-bezier(0.23, 1, 0.32, 1);
            transition: top .3s cubic-bezier(0.23, 1, 0.32, 1), transform .3s .3s cubic-bezier(0.23, 1, 0.32, 1);
        }

        .toggle-menu .is-clicked .icon:before {
            background: #f6de96;
            bottom: 0;
            -ms-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transition: bottom .3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform .3s .3s cubic-bezier(0.23, 1, 0.32, 1);
            transition: bottom .3s cubic-bezier(0.23, 1, 0.32, 1), transform .3s .3s cubic-bezier(0.23, 1, 0.32, 1);
        }

/* Mobile Nav Panels */
[id$="nav-copy"] {
    background: #fff;
    box-shadow: 5px 0 5px -5px rgba(0,0,0,.5);
    left: 0;
    overflow-y: auto;
    padding: 42px 0;
    position: fixed;
    top: 0;
    -webkit-transform: translateX(-280px);
    -ms-transform: translateX(-280px);
    transform: translateX(-280px);
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
    transition: transform .4s 0s, visibility 0s .4s;
    width: 230px;
    height: 100%;
    z-index: 9;
}

[id$="search-nav-copy"] {
    padding: 70px 15px 42px;
    -webkit-transform: translateX(280px);
    -ms-transform: translateX(280px);
    transform: translateX(280px);
    box-shadow: 0 -5px 5px 0 rgba(0,0,0,.5);
    left: auto;
    right: 0;
}

    [id$="nav-copy"] ul li a {
        border-bottom: 1px solid #e3e3e3;
        color: #202020;
        display: block;
        padding: 15px;
        text-decoration: none;
    }

        [id$="nav-copy"] ul li a:hover {
            background: #FAFAE5;
            color: #202020;
        }

    [id$="nav-copy"] ul li ul {
        font-size: 14px;
        line-height: 1.2;
    }

        [id$="nav-copy"] ul li ul li a {
            padding-left: 30px;
        }

    [id$="nav-copy"].open-menu {
        -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
        transform: translateX(0) !important;
        -webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
        transition: transform .4s 0s, visibility 0s 0s;
        -webkit-overflow-scrolling: touch;
    }

.dd-wrap {
    display: block;
    width: 100%;
}

.open-dd {
    background: #9b8770;
    color: #fff;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
    height: 100%;
    z-index: 10;
}

    /* Icon to indicate there's drop downs to open */
    .open-dd::after {
        content: "\f103";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .open-dd:hover, .open-dd:focus {
        background: #58534c;
        color: #fff;
    }

.has-sub ul {
    display: none;
}

.has-sub span {
    display: block;
}

.has-sub > span {
    height: 100%;
}

/*********************** 5. Banner ***********************/
.banner .bx-wrapper {
    margin: 0 auto;
    z-index: 8;
}

.banner .bx-viewport {
    z-index: 9;
}

.bx-wrapper .bx-caption {
    bottom: 26px;
    text-align: center;
}

.bx-wrapper .bx-controls-direction a {
    top: 10px;
    margin-top: 0;
}

.banner ul li img {
    box-shadow: #000 0em 0em 0em; /*fix for flickering image issue on FF when opacity is paired with resized image*/
}

.banner .bx-pager {
    bottom: 1.5625em; /*25*/
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 9;
}

.banner .bx-pager-item {
    display: inline-block;
    margin: 0 .25em; /*4*/
}

    .banner .bx-pager-item a {
        background: #009245;
        border-radius: 50%;
        box-shadow: 2px 2px 0 #fff;
        width: 12px;
        height: 12px;
    }

        .banner .bx-pager-item a.active {
            background: #ee4684;
        }

.banner .bx-controls {
    bottom: 0;
    position: absolute;
    width: 100%;
}

.banner .bx-controls-direction {
    width: 100%;
}

    .banner .bx-controls-direction a {
        background: #009245 url(../images/arrows.png) no-repeat 9px 5px;
        bottom: 1.25em; /*20*/
        display: block;
        left: 30px;
        position: absolute;
        top: auto;
        width: 34px;
        height: 34px;
        z-index: 9;
    }

        .banner .bx-controls-direction a.bx-next {
            background-position: -15px 5px;
            left: auto;
            right: 30px;
        }

        .banner .bx-controls-direction a:hover {
            background-color: #009245;
        }

            .banner .bx-controls-direction a:hover.bx-next {
            }


/*********************** 6. Main ***********************/

.blank {
    padding: 1.875em 0; /*30*/
}

.buckets li {
    border-bottom: 1px solid #ee4684;
    margin-bottom: .875em; /*14*/
    padding-bottom: .8125em; /*13*/
}

    .buckets li:last-child {
        border: 0;
    }

    .buckets li img {
        box-shadow: #000 0em 0em 0em; /*fix for flickering image issue on FF when opacity is paired with resized image*/
        display: block;
        transition: opacity .3s;
    }

    .buckets li:hover img {
        opacity: .85;
    }

    .buckets li .blurb {
        font: 1em/1.2 'Lato', "Century Gothic", arial, sans-serif;
        left: 0.8em; /*20*/
        position: absolute;
        text-shadow: 1px 1px 2px #fff;
        top: .625em; /*10*/
        max-width: 13.125em; /*210*/
    }

    .buckets li a[title^="View"] {
        color: #58534c;
        display: block;
        font-weight: 900;
        font-style: italic;
        margin-top: .1875em; /*3*/
        text-align: right;
        transition: margin-right .4s;
        text-decoration: none;
    }

        .buckets li a[title^="View"]:after {
            color: #ee4684;
            content: "\00a0\00a0\2014";
        }

        .buckets li a[title^="View"]:hover {
            margin-right: -.625em; /*10*/
        }

    .buckets li .blurb h1 {
        color: #ee4684;
        letter-spacing: -2px;
    }

    .buckets li:nth-child(2) .blurb h1, .buckets li:nth-child(2) a[title^="View"]:after {
        color: #009245;
    }

    .buckets li:nth-child(3) .blurb h1, .buckets li:nth-child(3) .blurb a[title^="View"]:after {
        color: #ee4684;
    }


    .buckets li:nth-child(4) .blurb h1, .buckets li:nth-child(4) .blurb a[title^="View"]:after {
        color: #009245;
    }

.newsletter input[type="text"], .newsletter input[type="email"] {
    background: #f6de96;
    border: 0 !important;
    width: 47%;
}

.newsletter input {
    margin: 0 .625em 0 0; /*10*/
}

.newsletter .actions {
    text-align: right;
}

.interior aside {
    border-right: 1px solid #ee4684;
    padding: 1.25em; /*20*/
}

#categories-content ul li {
    font: 1em/1.2 "Lato", 'Century Gothic', 'Helvetica Narrow', arial, sans-serif;
    padding-bottom: .625em; /*10*/
}

    #categories-content ul li a {
        color: #58534c;
        display: block;
        text-decoration: none;
    }

    #categories-content ul li:nth-child(4n+1) a:hover {
        color: #ee4684;
    }

    #categories-content ul li:nth-child(4n+2) a:hover {
        color: #009245;
    }

    #categories-content ul li:nth-child(4n+3) a:hover {
        color: #ee4684;
    }

    #categories-content ul li:nth-child(4n+4) a:hover {
        color: #009245;
    }

#categories-content ul > li > ul {
    display: none;
    margin-top: .625em; /*10*/
    padding-left: 1.25em; /*20*/
}

    #categories-content ul > li > ul > li:last-child {
        padding-bottom: 0;
    }

.interior section.main {
    padding-left: 1.875em; /*30*/
}

.contact-content {
    float: left;
    padding-right: 20px;
    width: 50%;
}

.contact-form {
    float: left;
    width: 50%;
}

ul.ib {
    margin-bottom: 20px;
}

    ul.ib li {
        width: 100%;
        margin-bottom: 10px;
    }

@media only screen and (min-width: 500px) {
    ul.ib li {
        display: inline-block;
        margin-right: -5px;
        width: 50%;
    }
}

.mb-20 {
    margin-bottom: 20px;
}

/*********************** 7. Shopping ***********************/
.wishlist-entry {
    border-bottom: 4px double #ee4684;
}

/*** 7a. Catalog ***/
.catalog ul li {
    display: inline-block;
    margin: 0 -5px 3.125em 0; /*50*/
    padding: 0 .625em; /*10*/
    text-align: center;
    vertical-align: top;
    width: 33.3333%;
}

.catalog .pimage {
    margin-bottom: .625em; /*10*/
}

.price {
    font: 1em/1.2 "Lato", 'Century Gothic', 'Helvetica Narrow', arial, sans-serif;
    margin-bottom: .625em; /*10*/
}

.catalog h1 {
    color: #009245;
    font: 1.375em/1.2 "Lato", 'Century Gothic', 'Helvetica Narrow', arial, sans-serif; /*22*/
}

    .catalog h1 a, .catalog a h1 {
        color: #009245;
        text-decoration: none;
    }

        .catalog h1 a:hover {
            color: #009245;
        }

.stock {
    font-size: .875em;
    margin: .625em 0 1.25em; /*10 20*/
}

[id*="_Discount"] {
    color: #009245;
    font-weight: bold;
}

.discount {
    clear: both;
    display: block;
    font-weight: 700;
    margin-left: .3125em; /*5*/
}

.page-sort {
    border-bottom: 4px double #ee4684;
    margin-bottom: .9375em; /*15*/
}

    .page-sort.bottom {
        border-bottom: 0;
        border-top: 4px double #ee4684;
        margin-top: .9375em; /*15*/
        padding-top: .625em; /*10*/
    }

.sort-by, .pagination {
    float: left;
    margin-bottom: .3125em; /*5*/
}

.sort-by {
    text-align: right;
    width: 40%;
}

.pagination {
    padding-right: 1.25em; /*20*/
    width: 60%;
}

div.pagination label {
    float: left;
}

div.pagination a, div.pagination span.current {
    border: 0;
    border-radius: 50%;
    display: inline-block;
    float: none;
    font-size: .875em;
    margin-right: -5px;
    padding: .1875em .5em; /*3 8*/
    text-decoration: none;
    transition: background .3s;
}

    div.pagination a:hover {
        background-color: #ebebeb;
        text-decoration: none;
    }

div.pagination span.current {
    font-weight: normal;
    background-color: #ee4684;
    color: #fff;
}

/*** 7b. Product Page ***/
.options {
    margin: 1.25em 0 0; /*20*/
}

    .options td {
        padding-bottom: .625em; /*10*/
    }

#mainProductDetails {
    width: calc(100% - 160px);
    float: left;
}

    #mainProductDetails .actions {
        text-align: right;
    }

#mainProductImage {
    float: left;
    margin: 0 1.25em 0 0; /*20*/
    width: 140px;
    z-index: 9;
}

input[type="submit"]#ctl00_ctl00_Cph_Cph_AddToWishList {
    background: #009245;
    color: #fff;
    text-shadow: 1px 1px 0 #96CCAB;
}

input:hover[type="submit"]#ctl00_ctl00_Cph_Cph_AddToWishList {
    background: #f6de96;
    border: 4px double #fff;
    color: #009245;
    text-shadow: 2px 2px 0 #fff;
}

#mainProductImage td {
    text-align: center;
    vertical-align: top;
    max-width: 125px;
    display: inline-block;
}

    #mainProductImage td a {
        display: block;
    }

    #mainProductImage td img {
        width: 100%;
        margin: 0;
    }

#mainProductImage#mainProductImage ul {
    text-align: center;
}

    #mainProductImage#mainProductImage ul li {
        display: inline-block;
        max-width: 150px;
        width: 100%;
    }

.product-header {
    border-bottom: 4px double #ee4684;
    margin-bottom: 1.25em; /*20*/
    padding-bottom: .625em; /*10*/
    text-align: center;
}

.bow-making#mainProductImage {
    float: left;
    width: 68%;
}

.options label {
    padding-bottom: 5px;
}

.options select {
    max-width: 200px;
    width: 100%;
}

.steps {
    margin-bottom: 20px;
    text-align: center;
}

    .steps ul li {
        display: inline-block;
        margin: 0 10px 5px 0;
        z-index: 2;
    }

        .steps ul li:last-child {
            margin: 0 0 5px 0;
        }

        .steps ul li span {
            background: #f6de96 none repeat scroll 0 0;
            display: block;
            min-width: 30px;
            padding: 5px 7px;
            z-index: 2;
        }

            .steps ul li span::after {
                background: #f6de96;
                content: "";
                display: block;
                right: -15px;
                position: absolute;
                top: 50%;
                -ms-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                width: 16px;
                height: 4px;
                z-index: 1;
            }

        .steps ul li:last-of-type span::after {
            display: none;
        }

        .steps ul li span.visited, .steps ul li span.active {
            background: #009245;
            color: #fff;
        }

            .steps ul li span.active::after, .steps ul li span.visited::after {
                background: #009245;
            }

.make-actions {
    padding: 5px 0;
}

    .make-actions .secondary {
        display: block;
    }

.comments-textarea textarea {
    max-width: 500px;
    width: 100%;
    height: 150px;
}

/*** 7c. Check Out ***/
.gridview td, .gridview th {
    border: 0;
}

    .gridview td:nth-child(2n+2), .cart-contents td:nth-child(2n) {
        background: rgba(246,222,150,.3);
    }

.cart-contents td.cart-item {
    max-width: 487px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.gridview th {
    background: #58534c;
    color: #eaeaea;
    padding: .625em; /*10*/
}

tr.even {
    background: #FCF5DF;
}

    tr.even td {
        border: 1px solid #fff;
    }

h2.breadcrumbs {
    color: #9b8770;
}

    h2.breadcrumbs strong {
        color: #ee4684;
    }

    h2.breadcrumbs a {
        text-decoration: none;
    }

/*********************** 7. Footer ***********************/
footer {
    background: #fec3d9;
    bottom: 0;
    clear: both;
    color: #3a3a3a;
    font: 1em/1.2 'Lato', "Century Gothic", "Helvetica Narrow", arial, sans-serif;
    left: 0;
    padding: 2.5em 0; /*40*/
    position: absolute;
    text-shadow: 1px 1px 0 rgba(255,255,255,.5);
    width: 100%;
    min-height: 20em;
    overflow: hidden;
}

    footer .block {
        float: left;
        font-size: .875em; /*14*/
        padding: 0 .7142857142857143em; /*10*/
        width: 50%;
    }

    footer a {
        color: #3a3a3a;
    }

        footer a:hover {
            color: #ee4684;
        }

    footer nav ul li {
        display: block;
        margin: 0 0 .3571428571428571em; /*5*/
    }

        footer nav ul li a {
            text-decoration: none;
        }

            footer nav ul li a:hover {
                text-decoration: underline;
            }

    footer h6 {
        color: #ee4684;
        text-shadow: none;
    }

    footer strong {
        color: #ee4684;
    }

    footer .socials img {
        margin: 0 .2142857142857143em; /*3*/
        width: 25px;
    }

    footer .watermark {
        opacity: .6;
        position: absolute;
        bottom: -25px;
        right: 25px;
    }

/************************ 8. Modal Popups ***********************/
.modalBackDrop {
    display: none;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 0;
    border: 0;
    border-radius: 0;
    overflow: auto;
}

.modalPopUp {
    display: none;
    background: #fff;
    width: 50%;
    padding: 0;
    margin: 0 0 0 -25%;
    position: absolute;
    top: 5%;
    left: 50%;
    font-size: 1em;
    box-shadow: 0 0 10px #000;
    z-index: 1001;
}

.modalTitle {
    background: #ee4684;
    font-size: 1.375em;
    line-height: 1.875;
    text-align: center;
    color: #fff;
    margin: 0 0 0.5em;
    position: relative;
}

.modalClose {
    background: #009245;
    color: #fff;
    display: block;
    font-size: 18px;
    position: absolute;
    top: 0.25em;
    right: 0.25em;
    border-radius: 15px;
    line-height: 1;
    padding: 0 5px;
    text-decoration: none;
}

    .modalClose:hover {
        background: #009245;
        color: #fff;
        text-decoration: none;
    }

    .modalClose:active {
        border-color: #fff;
        background: #000;
        color: #fff;
        text-decoration: none;
    }

.modalContent {
    margin-bottom: 0.5em;
    position: relative;
    padding: 0 2% 0.5em;
}

    .modalContent:before, .modalContent:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .modalContent:after {
        clear: both;
    }

    .modalContent ul {
        padding-left: 30px;
    }

/*********************** 9. Responsive ***********************/
/*** 8a. 61.25em (980px) ***/
@media only screen and (max-width : 61.25em) {
    header nav.main-nav ul li {
        font-size: 1em;
        margin: 0 .625em; /*10*/
    }

    .buckets li .blurb h1 {
        font-size: 1.5625em;
    }

    .interior aside.block-16 {
        width: 20%;
    }

    .interior section.main.block-84 {
        width: 80%;
    }

    #mainProductImage.bow-making, .main-product-details.bow-making {
        float: none;
        margin: auto;
        max-width: 470px;
        width: 100%;
    }
}

/*** 8b. 54.375em (870px) ***/
@media only screen and (max-width : 54.375em) {
    .toggle-menu {
        display: block;
    }

    header .search {
        display: none;
    }

    .full {
        padding-top: 44px;
    }

    .wrapper {
        padding-bottom: 1.25em; /*20*/
    }

    header nav.main-nav, #categories-content ul {
        display: none;
    }

    nav.shop-nav {
        padding-right: 0;
    }

    .main [class*="block-"], .interior aside.block-16, .interior section.main.block-84 {
        width: 100%;
    }

    .interior aside.block-16 {
        display: none;
        border: 0;
        border-bottom: 1px solid #ee4684;
        float: none;
        margin: 0 auto 1em;
        padding: .625em .9375em .9375em; /*10*/
        text-align: center;
    }

    .banner .bx-wrapper {
        max-width: 35.3125em !important; /*565*/
    }

    .buckets li {
        float: left;
        width: 50%;
    }

        .buckets li:last-child {
            border-bottom: 1px solid #ee4684;
        }

    .sort-by, .pagination {
        float: none;
        padding: 0;
        text-align: left;
        width: 100%;
    }

    .pagination {
        margin-bottom: .9375em; /*15*/
    }

    .contact-form, .contact-content {
        float: none;
        padding: 0;
        width: 100%;
    }

    .contact-form {
        margin-top: 1.875em; /*30*/
    }

    footer {
        margin-top: 3.125em; /*50*/
        position: relative;
    }
}

/*** 8c. 50em (800px) ***/
@media only screen and (max-width : 50em) {
    header .block-40, header .block-60 {
        float: none;
        text-align: center !important;
        width: 100%;
    }

    .cart {
        margin: 1.5625em 0 .625em 0; /*25 10*/
    }
}

/*** 8c. 43.75em (700px) ***/
@media only screen and (max-width : 43.75em) {

    .blank .block-70 {
        width: 60%;
    }

    .blank .block-30 {
        width: 40%;
    }

    .newsletter input {
        margin-right: 0;
    }

        .newsletter input[type="text"], .newsletter input[type="email"] {
            margin-bottom: .625em; /*10*/
            width: 100%;
        }

    .catalog ul li {
        width: 49%;
    }

    footer {
        overflow: visible;
        margin-top: 4.125em;
    }

        footer .block-20 {
            float: none;
            margin-bottom: 1.25em; /*20*/
            width: 100%;
        }

        footer .block-30 {
            width: 50%;
        }

        footer nav ul {
            text-align: center;
        }

            footer nav ul li {
                display: inline-block;
                margin: 0 .5em .3125em; /*8 5*/
            }

        footer .watermark {
            opacity: 1;
            position: relative;
            bottom: auto;
            right: auto;
            max-width: 150px;
            margin: -100px auto 25px;
        }
}

@media only screen and (max-width : 675px) {
    #mainProductImage table {
        table-layout: fixed;
        text-align: center;
        margin: 0 auto;
    }

    #mainProductImage#mainProductImage ul li {
        max-width: 100px;
    }

    #mainProductImage td {
        max-width: 100px;
    }
}

/*** 8c. 37.5em (600px) ***/
@media only screen and (max-width : 37.5em) {
    .buckets li {
        float: none;
        margin-left: auto;
        margin-right: auto;
        max-width: 24.6875em; /*395*/
        width: auto;
    }

    .main {
        padding-bottom: 0;
    }

    .blank .block-40, .blank .block-30 {
        float: none;
        margin-bottom: 20px;
        width: 100%;
    }

    #mainProductImage, #mainProductDetails {
        float: none;
        margin: 0;
        width: 100%;
    }

    .steps ul li span {
        font-size: 12px;
        padding: 6px 10px;
    }
}

/*** 8c. 34.375em (550px) ***/
@media only screen and (max-width : 34.375em) {

    .shorti {
        display: block;
        padding-right: 0;
        width: 100%;
    }

    textarea {
        width: 100%;
    }

    .content img {
        float: none !important;
        margin-top: .625em; /*10*/
    }

    footer [class*="block-"] {
        float: none;
        margin-bottom: 1.428571428571429em; /*20*/
        text-align: center;
        width: 100%;
    }

    footer nav ul li {
        margin-bottom: .7142857142857143em; /*10*/
    }
}

/*** 8e. 31.25em (500px) ***/
@media only screen and (max-width : 31.25em) {
    h1 {
        font-size: 1.875em; /*30*/
    }

    h2 {
        font-size: 1.5em; /*24*/
    }

    h4, h5, .SectionHeader {
        font: 1.75em/1.2 'Snickles', "Helvetica", arial, sans-serif; /*32*/
    }

    .catalog ul li {
        border-bottom: 4px double #ee4684;
        padding-bottom: 1.5625em; /*25*/
        width: 100%;
    }

        .catalog ul li:last-child {
            border-bottom: 0;
        }
}

/*** 8e. 25em (400px) ***/
@media only screen and (max-width : 25em) {
    .buckets ul {
        text-align: left;
    }

    .buckets li a[title^="View"] {
        text-align: left;
    }

    .banner .bx-controls-direction a {
        left: 10px;
    }

        .banner .bx-controls-direction a.bx-next {
            right: 10px;
        }

    #mainProductImage table {
        table-layout: fixed;
        display: block;
        text-align: center;
        margin: 0 auto;
        width: 12.5em !important; /*200*/
    }
}

.order-list {
    width:100%;
}

.order-list .SectionHeader {
    display:table-cell;
}


.btn {
    background: #ee4684;
    border: 4px double transparent;
    color: #fff;
    display: inline-block;
    font: 1.125em/1.2 'Lato', "Century Gothic", "Helvetica Narrow", arial, sans-serif;
    margin: 0 0 .625em;
    padding: .4444444444444444em .7222222222222222em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0 #db3471;
    text-transform: uppercase;
}

.btn:hover {
    background: #f6de96;
    border: 4px double #fff;
    color: #009245;
    text-shadow: 2px 2px 0 #fff;
}


.catalog-product ul li {
    display: inline-block;
    margin: 0 -5px 1.5em 0;
    padding: 0 .625em;
    text-align: center;
    vertical-align: top;
    width: 33.3333%;
}