/*.sub-menu.mfn-megamenu {width:auto!important;}
.image_links.double .add_to_cart_button{display:none!important;}
.image_links.double .link{width:100%!important;}

.term-napkins .image_links.double .add_to_cart_button{display:inline-block!important;}
.term-napkins .image_links.double .link{width:50%!important;}
.term-christmas-napkins .image_links.double .add_to_cart_button{display:inline-block!important;}
.term-christmas-napkins .image_links.double .link{width:50%!important;}


*** Switch on and off closed note on checkout ***
.closed-note{background: #F47174!important; color:#fff; font-size: 22px; line-height: 28px; font-weight: 400;}
.closed-note p.normal{font-weight:400!important;}
*/
.closed-note{display:none!important;}


/* Home Slider */
.home-slider {
  width: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
	z-index: 10;
}

.page-slider {
  width: 100%;
  float: left;
  clear: both;
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.page-slider .mc-image {
  background-position: 50% 50%;
  height: 100% !important
}

.home-panel {
  border: none;
  box-sizing: border-box;
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  overflow: auto;
  padding: 20px;
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(0,0,0,0.25);
}

.page-slider .home-panel {
  padding: 20px 20px 60px;
}

body .mc-cycle {
  z-index: 2 !important;
}

.home-panel .table {
  display: table;
  height: 100%;
  width: 100%;
}


.home-panel h4 {
  font-size: 26px;
  line-height: 32px;
  margin: 0px 0 15px;
color:#666
  font-weight: 400;
  margin-top: 30px;

}
.logo-holder {
  display: table;
  height: 100%;
  width: 100%;
}

.home-panel .slider-box {
  width: 60%;
  text-align: center;
  margin: 0 20%;
    padding: 100px;
-webkit-box-sizing: border-box;
  box-sizing: border-box;
-moz-box-sizing: border-box;
background: rgba(255,255,255,0.6);
}

.slide-next, .slide-prev {
  color: #fff;
  cursor: pointer;
  display: block;
  height: 30px;
  margin: -15px 0 0;
  position: absolute;
  top: 50%;
  width: 30px;
  font-size: 30px;
  z-index: 999;
}

.page .slide-next, .page .slide-prev {
  top: 462px;
}

.slide-next {
  right: 20px;
}

.slide-prev {
  left: 20px;
}

.slide-next .fa {
  float: left;
}

.slide-prev .fa {
  float: right;
}

.cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.logo-holder img {
  width: 60%;
  height: auto;
  display: inline-block;
  max-width: 660px;
}

.cell h2 {
  display: block;
  margin: 10px 0 0;
  font-family:'Great Vibes',Arial,Tahoma,sans-serif;
  font-size: 95px;
    line-height: 95px;
    font-weight: 400;
   
    color: #444;
}



.read-more {
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
  margin: 30px 0px 0 0;
  cursor: pointer;
  background: none;
  font-weight: 600;
  color: #fff;
  background: #444;
  border: none;
  padding: 15px 20px;
  -moz-transition: all 0.5s ease !important;
  -o-transition: all 0.5s ease !important;
  -ms-transition: all 0.5s ease !important;
  font-size: 18px;
  border-radius:3px;

}
 .read-more:hover {
  background: #666666;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 1140px) {
    
    .home-panel .slider-box {
          margin: 0 10%;
  width: 80%;
}}
@media screen and (max-width: 1023px) {
.home-panel .slider-box {
 
 
    padding: 60px;

}
.cell h2 {

  font-size: 75px;
    line-height: 75px;
 
}
}

@media screen and (max-width: 767px) {
.home-panel .slider-box {
 
 
    padding: 30px;

}
.cell h2 {

  font-size: 55px;
    line-height: 55px;
 
}

/* End Home Slider */