
.catBanner {
   display: none !important;
}



@media screen and (min-width: 767px){

.sweettooth-launcher-container{
    margin-bottom: 27px !important;
    margin-right: -25px !important;
}

}

@media screen and (max-width: 767px){

.sweettooth-launcher-container{
    margin-bottom: -20px !important;
    margin-right: -25px !important;
}

}

/* Promo Bar*/
.top-promo-bar{
    position: fixed;
    z-index: 50000;
}

.header{
  /* padding-top: 40px; */
}



/* beeketing */
.bottom-right{
margin-bottom: 70px !important;
}

/* HEADER */

/* @import url(//fonts.googleapis.com/css?family=Pompiere|Amatic+SC:400,700); */
@import url(//fonts.googleapis.com/css?family=Wire+One|Dorsa|Open+Sans+Condensed:300);
@import url(//fonts.googleapis.com/css?family=Lustria|Snippet|Quicksand|Glass+Antiqua|Merriweather);

/* global */

.green{
    color:#acc237; !important;
}

a {
    color: #7c4873;
    cursor: pointer !important;
}


.slide-heading{
 font-family: 'Merriweather', sans-serif !important;
 font-size: 38px !important;
 font-weight: 700;
 text-shadow: 1px 1px 1px rgba(0,0,0,.5) !important;
 max-width: 13em;
 -webkit-font-smoothing: antialiased;
 /* -moz-font-smoothing: antialiased; - No longer available in FF */
 font-smoothing: antialiased;
}

/* Garden Flag Adjustment */
.garden-flag-thumb{
   max-width: 90% !important;
   max-height: 90% !important;
}

.mailbox-thumb{
   max-width: 70% !important;
   max-height: 70% !important;
}

.oversized-thumb{
   max-width: 110% !important;
   max-height: 110% !important;
}
/* beeketing */
.bottom-right{
margin-bottom: 75px !important;
}
/* Pagination*/

.CategoryPagination {
    margin-top: 17px !important;
    /* border: 3px solid #D4D4D3; */
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 25px;
}

a.navpage {
    background-color: #ACC237;
    border-radius: 20px;
    height: 34px;
    color: #FFF;
    padding: 0px 10px;
}

.CategoryPagination .PagingList, .CategoryPagination .PagingList li {
    list-style: none;
    padding: 0;
    margin: 0px 8px;
    font-size: 16px !important;
}



.CategoryPagination .PagingList a {
    color: #594255;
    padding: 3px 8px;
    border-radius: 25px;
}

a.navpage:hover {
background-color: #7C4873;
}

.product-nav.btm {
   border-top: 1px solid #ccc;
}


.CategoryPagination .PagingList .ActivePage{
    color: #fff;
    padding: 3px 8px;
    background-color: #7C4873;
    border-radius: 25px;
    font-weight: bold;
    border-color: #7C4873;
}


.SubCategoryListGrid > ul li{
  visibility:hidden;
}


.slide-button .btn{

}

.ErrorMessage {
    color: #ff5a00 !important;
    font-weight: bold;
    background-color: #FFE0CF !important;
    padding: 10px;
    border: 1px solid #ff5a00;
    margin: 10px 0px;
}

.ErrorMessage:before {
    content: "!";
    font-weight: bold;
    background-color: #ff5a00;
    color: #FFE0CF ;
    /* height: 10px !important; */
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 15px;
}


.SuccessMessage {
    background-color: #F8FBE7;
    color: #acc237;
    border: 1px solid #acc237;
    padding: 9px;
    margin: 10px 0px;
}

.SuccessMessage:before {
    content: "✓";
    font-weight: bold;
    background-color: #acc237;
    color: #F8FBE7;
    /* height: 10px !important; */
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 15px;
}

h1, h2{
    color: #7c4873;
}


.flex-viewport{
    box-shadow: 3px 3px 3px rgba(0,0,0,.5);
}

.flex-control-paging li a {
    border: 0px;
    background-color: rgba(255,255,255,.5);
}

.flex-control-paging li a.flex-active {
   background-color: rgba(255,255,255,1);
}


.slide-text {
    max-width: 20em;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5) !important;
    line-height: 1.1em;
    font-family: 'Quicksand', sans-serif !important;


}

#Header{
       background: url('../custom-images/ddf-header-bg.jpg'); 
      /* background: url('../custom-images/ddf-header-bg-xmas-2.jpg'); */
    padding

 25px 0px;
    box-shadow: 0px 5px 3px rgba(0,0,0,.6);

}

.header-table{
    border: 0px;
    margin: 0px;
}

.header-table td{
    margin: 0px;
    border: 0px;
}

.TopMenu .inner, .searchArea{
    max-width: 1250px;
    margin: 0px auto;
    padding: 10px 15px !important;  
}

#Header .inner{
    max-width: 1250px;
    margin: 0px auto;
}

.TopMenu{
    margin-bottom: 0px;
    font-size: 13px !important;
}

.TopMenu input{
 background-color: #fff;
 padding: .5em;

}

.promo-bar{
    display:block;
    text-align:center;
    padding: 8px 0px;
    color:#fff;
    border-top: 1px solid #594255;
}

.promo-bar a{
    color: #fff !important;
}

.promo-bar strong{
 color: #acc237;
 font-family: 'Merriweather', sans-serif !important;

}

.logo{
    max-width: 30%;
    display: table-cell;
    vertical-align: center;
    height: 100px;
    float:left;
}


#SearchForm {
    visibility: hidden;
}


#SearchForm input.Textbox {
 border-bottom: 1px solid #fff !important;
 border-radius: 0px !important;
 margin-left: 10px;
 padding: 0px;
}


#LogoImage{
    min-width: 300px;
}

.FreeShippingMessage_homepage{
    text-align:Center;
    font-size: 1.25em;
    color:#acc237; !important;
    font-weight:bold;
}

.free-shipping-promo{
    color: #fff !important;
    width: 40%;
    text-align:center;
    line-height: 2em;
    display: inline-block;
    border-right: 1px dotted #594255;
    height: 130px;
    padding: 3em 2em;
    float:left;
    box-sizing: border-box;

}

.free-shipping-promo h2{
    font-size: 21px;
    color: #acc237;
    padding: 0px;
    line-height: 1.1em;
    margin-bottom: .3em;
}

.free-shipping-promo .number{
    font-size: 32px;
    font-family: 'Merriweather', sans-serif !important;

}

.free-shipping-promo p{
    line-height: 1.15em;
    font-size: 14px;
    margin: .5em 0px;
}

.free-shipping-promo .small-font{
    font-size: 11px;
    color: #826085;
}


.mobile-shipping-promo{
    font-size: 12px;
    color:#fff;
    text-align:center;
}

.mobile-shipping-promo .small-font{
   color: #735875;
   font-size: 8px;
}

.TitleHeading{
    font-family: 'Merriweather', sans-serif !important;
    font-size: 2.25em;
    text-transform: uppercase;
}



.DDFLogo{
    max-width: 335px;
    padding: 10px 0px;
}

.page{
    background-image: url('../custom-images/ddf-site-bg-3.jpg') !important; 
   /*  background-image: url('../custom-images/ddf-site-bg-xmas.jpg') !important; */
    /* background: url('../custom-images/bf19-bg.gif') !important; */
   /*  background-image: url('../custom-images/ddf-site-bg-fall-2.jpg') !important; */
   /* background-image: url('../custom-images/cm-bg3.jpg') !important; */
}

.main{
    max-width:1250px;
    margin: 0px auto;
    background-color: #fff;
}

.main .inner{
    padding: 0px;
    width: 100%;
}



.main .Left{
    padding-right: 0px;
}

.main #LayoutColumn1{
    padding: 20px !important;
    box-shadow: -5px 0px 5px rgba(0,0,0,.2);
}

.TopMenu li a, .TopMenu li div{
    font-size: 15px;
}

.TopMenu li img{
    float:right;    
}

.TopMenu li a:hover{
    color: #fff;
    text-decoration:underline;
}

.TopMenu li{
    border-right: 1px solid #8F6C89;
}

/*
.searchArea{
    display: block;
    padding: 10px 0px !important;
    width: 1500px;
}


#SearchForm form{
    padding: 0px 10px;
    margin: 0px 20px;
}
*/


/* mobile */
.header-logo-mobile {
    background-color: rgba(60,34,54,1) !important;
    width: 100% !important;
    padding: 0px !important;
    border: none !important;
    box-shadow: 5px 0px 5px rgba(0,0,0,.5);
}

.header-promos{
    float:right;
    display:inline-block;
    box-sizing: border-box;
    width: 66%;
}

.free-shipping{
    text-align: center;
    width: 180px;
}

.header-logo-mobile img{
    max-width: 220px;
    padding: 10px 0px 0px 0px !important;
}

.header-logo-mobile p{
    padding: 5px 0px !important;
    margin: 0px !important;
    border-top: 1px dotted #594255;

}


#ToggleMenu {
  color: #dcd3da;
}

#ToggleMenu.active {
    background-color: #594255;
}

#DrawerMenu{
  background-color: #dcd3da;
}

#DrawerMenu a {
  color: #7c4873;
}

#DrawerMenu li > ul {
    background-color: #fff;
}

#DrawerMenu .main-menu a, #DrawerMenu .CategoryList a {
    border-bottom: 1px solid #7c4873;
}

#DrawerMenu h5 {
    color: #fff;
    background: #594255;
}

.CartLink {
    /* background-color:#594255; */
    background-color: #7c4873;
    width: 60px;
    height: 60px;
    margin-top: 10px;
    box-shadow: 2px 2px 0px rgba(0,0,0,0.5);
}



.CartLink .icon {
    margin: -8px 0 0 -8px;
    position: absolute;
    z-index: 1;
    left: 41%;
    top: 50%;
    font-size: 27px;
    background: none;
}

@media screen and (max-width: 767px){

.top-promo-bar{
    display: none;
}
 .CartLink {
   width: 20px;
   height: 20px;
   margin: 0;
}

.CartLink .icon {
   top: 2px;
   right: -25px !important;
   left: inherit;
   height: 16px;
   margin: 0;
   font-size: 20px;
}

.SubCategoryListGrid > ul li{
   visibility:visible !important;
   display:inline-block;
   width: 33% !important;
}

@media screen and (max-width:900px){
#limited-promo{ 
   background-position: 0% 0% !important; 
   text-align:right !important; 
}

.limited-h{
   font-size: 17px !important;
}

.limited-t{
   font-size: 12px !important;
}


@media screen and (max-width: 810px){


    /*swap searches */
    #sideSearch {
        display: none;
    }

    #SearchForm{
       visibility:visible;
   }

   .CartLink .icon {
    color: #fff;
}

#Header #SearchForm .Button{
  color: #fff;
}

#Header .search-mobile #SearchForm input.Textbox {
   max-width: 120px;
   color: #dcd3da;
   padding: 0px;
}

.slide-heading{
  font-size: 20px !important;
  line-height: 1.1em !important;
  text-align:center !important;
  width: 100% !important;
  max-width: 80% !important;
  margin: 0px auto;
}

.slide-text{
 max-width: 90% !important;
 margin: 0px auto;
}

.slide-show .slide-overlay{
  background-color: #594255;
}

.slides {
   background-color:#594255; !important;
}

.slide-button .btn {
   background-color: #87c967;
   border-radius: 5px;
}

.header-promos{
   display: none;
}

.promo-bar{
   display:none;
}




} 

@media screen and (max-width: 1070px){

    .free-shipping-promo {
        padding-top: 2em;
    }

    .free-shipping-promo h2{
     font-size: 19px;
 }

 .DDFLogo {
     max-width: 260px;
     padding: 20px 0px; 
 }

}

/*homepage*/
#shop-by-theme{
 margin-bottom: 50px !important;
 visibility:hidden;

}

#shop-by-theme h2{
    text-align: center;
    display:block;
    width: 100%;
    font-size: 26px;
    line-height: 34px;
}

#shop-by-theme .item{
    text-align: center;
    float:left;
}




.slick-slide img {
    display: block;
    -webkit-transition: all .25s; /* For Safari 3.1 to 6.0 */
    transition: all .25s;
    clear:right;
    margin:0px auto;
}

.slick-slide img:hover {
    transform:scale(1.1,1.1);
}








#shop-by-category{
background: url('../custom-images/sbc-icons/sbc-bg-2.jpg');
/* background: url('../custom-images/sbc-icons/sbc-bg-winter.jpg'); */
 background-position: bottom;
 background-repeat: repeat-x;
 visibility:hidden;
}

#shop-by-category h2, #HomeNewProducts h2{
    text-align: center;
    display:block;
    width: 100%;
    font-size: 26px;
    line-height: 34px;
}

#shop-by-category .item{
    text-align: center;
    float:left;
}

#shop-by-category .label{
    padding: 5px;
    color: #fff !important;
    background-color: rgba(69,52,72,.85);
}

p{
    max-width: 45em;
}

/*modal*/
#ModalContainer {
    width: 90% !important;
    margin-left: 5% !important;
}

.ProductImageName {
    color:#7c4873 !important;
}

/*free ship*/
.FreeShippingMessage_cartpage{
    font-weight: bold;
    display:block;
    text-align: center;
    font-size: 1.25em;
}

/*search */


#sideSearch .searchField{

    width: 97%;
    border-radius: 4px;
    font-style: italic;
    border: 3px solid #7c4873 !important;
    box-shadow: inset 2px 2px 1px rgba(0,0,0,.25);
    padding: 0px;
    color: #7c4873;
    border: none;
    background-color: #fff;
    display:block;
}

#sideSearch input {
    width: 82%;
    font-style: italic;
    /* border: 1px solid #7c4873; */
    padding: 1em;
    color: #7c4873;
    border: none;
    background: none;
    font-size: 17px;
    height: 48px;
}

#sideSearch{
    /*background-image: url('../custom-images/ddf-site-bg-3.jpg') !important;*/
    padding: 10px 5px;
}

#sideSearch .searchButton{
    background: none;
    border: none;
    cursor: pointer;
    font-size: 17px;
    color: #acc237;
    float:right;
    margin-right:8px;
    margin-top: 13px;
}

#sideSearch .searchButton:hover{
    font-size: 17px;
    color: #7c4873;

}


/* Quick Buy */
.fastCartTop h4{
    font-size: 25px;
    font-family: 'Merriweather', sans-serif !important;
    color:#7c4873;
    max-width: 70%;
    line-height: 1.25em;
}


.specialalert{
    display:block;
    padding: 15px;
    margin: 15px 0px;
    border: 1px solid #ccc;
}


.ContinueShopping {
    border-color: #7c4873 !important;
}

/* Coupon Code Box */
.CartCode .CouponCode h4, .CartCode .GiftCertificate h4 {
    background: #7c4873 !important;
    color: #fff;
}

.RedeemCouponWrapper {
    /* background: #dcd3da; */
    border: 3px solid #87477c;
    text-align: left;
    float: right;
    margin: 10px;
    padding: 10px;
    clear: both;
    color: #87477c;
    font-weight: bold;
    line-height: 3em;
}

.RedeemCouponWrapper .btn.alt {
    background-color: #acc237;
    color: #454545;
    border: 2px solid #f0efee;
    color: #fff;
}



/* hacks for images without text 

.HomeSlideShowMobile, .slides, .flexslider{
  background: none !important;
}

.slide-overlay > h2:empty{
 display:none;
}

.slide-overlay > p:empty{
 display:none;
}

.slide-overlay {
 padding: 0px !important;
}

.slide-overlay > h2{
 padding-top: 20px !important;
}

.slide-overlay > .slide-button{
 padding-bottom: 20px !important;
}

*/






/* review panel */

/* THEME-691 */
.icon-instagram
{ background-position: 0 -360px; }
.is-disabled.icon-instagram
{ background-position: -65px -360px; }
.icon-instagram:hover,
.icon-instagram:focus
{ background-position: -130px -360px; }

/* search */
.SearchContainer .CategoryPagination {
    margin-top: 59px !important;
}

/* subnav */

.SubCategoryList.mobile {
  width: 100% !important;
  text-align: center;
}

.SubCategoryList.mobile > select{
  border: 1px solid #666;
  padding: 10px;
  width: 100% !important;
  font-weight: bold !important;
}

.SubCategoryListGrid img {
    width: 75%;
}






