  html, body {
    height: 100%;
    width: 100%;
  }

  body {
    color: #817c7b;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  header {
    position: relative;
  }

  a:hover {
    color: #E86209;
    text-decoration: none;
  }

  table {
    width: 100%;
    vertical-align: middle;
    border: medium none;
    border-collapse: collapse;
    border-spacing: 0;
  }

  table tr.order-total {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }

  .text-green {
  color: #749706;
  }

  #page-banner {
    height: 500px;
    margin-bottom: 120px;
    background-position: center center;
    background-size: cover;
  }

  #title-bar {
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 50px;
  }

  #title-bar.default {
    background-image: url('/img/header_bg_orange.png');
  }

  #title-bar.yellow {
    background-image: url('/img/header_bg_yellow.png');
  }

  #title-bar.red {
    background-image: url('/img/header_bg_red.png');
  }

  #title-bar.orange {
    background-image: url('/img/header_bg_orange.png');
  }

  #title-bar.blue {
    background-image: url('/img/header_bg_blue.png');
  }

  #title-bar.cyan {
    background-image: url('/img/header_bg_cyan.png');
  }

  #title-bar.purple {
    background-image: url('/img/header_bg_purple.png');
  }

  #title-bar.green {
    background-image: url('/img/header_bg_green.png');
  }

  #page-content {
    flex: 1 0 auto;
  }

  #sticky-footer {
    flex-shrink: none;
    margin-top: 80px;
    background-image: url(/img/footer_bg.png);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 0 80px 0;
  }

  .screen-reader-text {
    position: absolute!important;
    width: 1px;
    height: 0;
    line-height: 1;
    clip: rect(1px,1px,1px,1px);
    word-wrap: normal!important;
    overflow: hidden;
  }

  /* Back to top */

  #back-to-top {
    position: fixed;
    border: 1px solid #fff;
    background: #E86209;
    color: #fff;
    width: 58px;
    height: 58px;
    top: 63px;
    right: -60px;
    margin: 0;
    z-index: 1000;
    transition: all 0.5s ease-out;
  }

  #back-to-top > div {
    height: 52px;
  }

  #back-to-top .util-count {
    background: #fff;
    color: #E86209;
  }

  .hidden {
    display: none;
  }

  /* Type adjustmnets */

  .lead {
    font-size: 21px;
    font-weight: 300;
    font-style: italic;
    color: #E86209;
  }

  .title {
    padding-top: 110px;
    padding-bottom:40px;
  }

  .strike {
    display: inline-block;
    margin-left: 6px;
    text-decoration: line-through;
    color: #e33a25;
  }

  /* Breadcrumbs */

  .breadcrumb {
    background: transparent;
    margin: 0;
  }

  .breadcrumb-item {
    color: #2b2824;
    font-style: italic;
    font-size: 14px;
  }

  .breadcrumb-item + .breadcrumb-item::before {
    color: #2b2824;
    content: "~";
  }

  .breadcrumb .active {
    color: #2b2824;
  }

  /* Footer Links */
  footer {
    color: #2b2824;
    font-size: 1rem;
  }

  footer input[type="text"] {
    border: 0;
  }

  footer .email-input-wrap button.btn-primary {
    color: #2b2824;
  }

   footer .email-input-wrap button.btn-primary:hover {
    background-color: #e57e28;
    border-color: #e57e28;
  }

  footer a {
    color: #2b2824;
  }

  footer a:hover {
    color: rgba(255,255,255,0.85);
    text-decoration: none;
  }

  footer a.social-link:hover {
    opacity: 0.8;
  }



  /* Buttons */

  .btn {
    font-family: "Spectral SC", sans-serif;
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 1px;
  }

  .btn-outline {
    background-color: transparent;
    border-width: 1px;
    border-color: #2b2824;
    clear:left;
  }

  .btn-outline:hover {
    background-color: #fff;
    border-color: #E86209;
    color: #E86209;
  }

  .btn-outline-orange {
    background-color: transparent;
    border-width: 1px;
    color: #E86209;
    border-color: #E86209;
    clear:left;
  }

  .btn-outline-orange:hover {
    background-color: #E86209;
    color: #fff;
  }

  .btn-verify {
    background-color: #fff;
    border: 3px solid #817c7b;
    font-size: 18px;
    color: #817c7b;
    padding: 15px 60px;
    margin: 10px;
    font-weight: 600;
  }

  .btn-verify:hover {
    background-color: #fff;
    border: 3px solid #E86209;
    color: #E86209;
  }

  .btn-printnote span {
    position: relative;
    top: 0.125rem;
  }

  .btn-pre {
    background-color: #a95a7f;
    border-color: #a95a7f;
    color: #fff;
  }

  .btn-pre:hover {
    background-color: #BF7DA1;
  }

  .btn-green {
    background-color: #82aa03;
    color: #2b2824;
  }

  .btn-green:hover {
    background-color: #E9AF0A;
  }





  /* Multi-level Navigation

  ul.dropdown-menu li > ul.dropdown-menu {
    left: 100%;
    top: 0;
  }

  ul.dropdown-menu li:hover > ul.dropdown-menu,
  ul.dropdown-menu li:focus > ul.dropdown-menu {
    display: block;
  } */

  /* Main Navigation */

  .navbar {
    padding: 10px 0;
  }

  .navbar-brand img {
    width: 120px;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    font-family: "Spectral SC", sans-serif;
    color: #2b2824;
    padding: 0.5rem 1.75rem;
  }

  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #2b2824;
  }

  .navbar-nav {
    background-image: url('../img/bg-tile.jpg');
    background-size: cover;
    padding: 1rem 0;
  }

  .navbar-toggler {
    border: 0;
  }

  .nav-item > .nav-link {
    padding: 5px 0 5px 0;
  }

  .nav-item {
    height: 100%;
  }

  .nav-item > .nav-link::before, .tabbed .nav-link::before {
    margin-right: 5px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 1px;
    margin-top: -1px;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0;
    background-color: currentColor;
  }

  .nav-item > .nav-link::after, .deco-link::after, .tabbed .nav-link::after {
    margin-left: 5px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 1px;
    margin-top: -1px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    opacity: 0;
    background-color: currentColor;
  }

  .nav-item:active, .nav-link:active {
    outline: 0;
    border: 0;
  }



  .nav-link:hover::after, .nav-link:hover::before, .deco-link:hover::after, .tabbed .active::before, .tabbed .active::after {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: .3s cubic-bezier(.22,.75,.39,.92);
    -o-transition: .3s cubic-bezier(.22,.75,.39,.92);
    transition: .3s cubic-bezier(.22,.75,.39,.92);
  }

  .nav-item.dropdown.show > a{
    background-color: #e0ddd7;
  }

  .dropdown-menu {
    background-color: transparent;
    border-width: 0;
    border-radius: 1px;
  }

  .dropdown-menu .dropdown-item {
    padding: 0.3rem 4.5rem;
  }

  .dropdown-item a {
    color: #817c7b;
  }

  .dropdown-item a:hover {
    color: #2b2824;
  }

  .dropdown-menu .dropdown-item .nav-item {
    font-family: "Spectral", sans-serif;
    color: #817c7b;
  }

  .dropdown:hover > .dropdown-menu {
    transition: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  }

  .dropdown-toggle::after {
    border: 0;
  }

  .menu-products .dropdown-item:hover, .menu-products .dropdown-item:focus {
    background-color: #82aa03;
  }

  .menu-gifts .dropdown-item:hover, .menu-gifts .dropdown-item:focus {
    background-color:#578CC5;
  }

  .menu-tastings .dropdown-item:hover, .menu-tastings .dropdown-item:focus {
    background-color: #E86209;
  }

  .menu-learn .dropdown-item:hover, .menu-learn .dropdown-item:focus {
    background-color: #E9AF0A;
  }

  .menu-about .dropdown-item:hover, .menu-about .dropdown-item:focus {
    background-color: #2DB4D3;
  }

  .menu-help .dropdown-item:hover, .menu-help .dropdown-item:focus {
    background-color: #BF7DA1;
  }

  .icon-holder {
    display: flex;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    min-width: 58px;
    max-height: 58px;
    line-height: 58px;
    align-items: center;
    border: 1px solid transparent;
    margin: 0 -1px 0 0;
    font-size: 21px;
  }

  .icon-holder:hover {
    background: #E86209;
    border: 1px solid #E86209;
    color: #fff;
  }

  .icon-holder > a {
    display: flex;
    position: relative;
    width: 58px;
    height: 58px;
    justify-content: center;
    align-items: center;
    color: #2b2824;
  }

  .icon-holder > a:hover {
    color: #fff;
    text-decoration: none;
  }

  .icon-wrap {
    position: relative;
    font-size: 22px;
    line-height: 24px;
  }

  .util-icon {
    display: flex;
    align-items: center;
  }

  .util-icon-lg {
    font-size:18px;
    display: flex;
    align-items: center;
  }

  .util-count {
    width: 15px;
    height: 15px;
    background-color: #E86209;
    border-radius: 50%;
    font-size: 10px;
    line-height: 17px;
    text-align: center;
    position: absolute;
    left: -5px;
    bottom: -6px;
    color: #fff;
  }

  .icon-holder a:hover .util-count {
    color: #E86209;
    background-color: #fff;
  }

  .profile-dropdown {
    width: 300px;
    line-height: 17px;
    background-image: url('../img/bg-tile.jpg');
    background-repeat: repeat;
  }

  /* Top Navbar */

  .top-bar {
    color: #ffff;
    background: #E9AF0A;
  }

  .top-bar a:hover {
    opacity: 0.75;
  }

  .top-bar .top-bar-icon {
    height: 16px;
  }



  /* Search Bar */

  .search-bar {
    position: absolute;
    background-image: url('../img/cart-background.jpg');
    z-index: 9999;
    width: 100%;
    top: 0;
    height: auto;
  }

  .search-bar .search-input {
    font-size: 18px;
    border: 0;
    color: #E86209;
  }

  .search-bar a {
    color: #2b2824;
    font-size: 24px;
  }

  .search-bar a:hover {
    color: #E86209;
  }

  /*  Cart Dropdown */
  .cart-dropdown {
    width: 300px;
    line-height: 17px;
    background-image: url('../img/bg-tile.jpg');
    background-repeat: repeat;
  }

  .cart-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cart-item h6, .cart-item p {
    margin: 0;
    padding-bottom: 6px;
  }

  .cart-item-img {
    flex-shrink: 0;
    width: 64px;
    min-height: 112px;
    margin-right: 17px;
  }

  .cart-item-img img {
    min-height: 112px;
    object-fit: cover;
  }

  .cart-item-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-right: 25px;
  }

  .cart-item-price {
    font-size: 18px;
    font-style: italic;
  }

  .cart-item-qty {
    font-size: 13px;
    color: #817c7b;
  }

  .cart-item-qty-input {

  }

  .cart-item-remove {
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 20px;
    line-height: 1;
    color: #817c7b;
  }

  .cart-item-remove:hover {
    color: #E86209;
  }

  .order-details {
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .order-label {
  color: #817c7b;
  font-size: 17px;
  padding: 0;
  }

  .order-amount {
    font-size: 20px;
    font-style: italic;
    text-align: right;
    padding: 0;
  }

  .cart-action {
    display: flex;
  }


  /* Swiper JS Slider */

  .swiper {
    width: 100%;
    min-height: 600px;
    margin-bottom: 5px;
  }

  .swiper-slide {
    text-align: left;
    font-size: 17px;
    font-weight: 300;
    height: auto;
    background-size: cover;
    background-position: center center;
    color: #fff;
  }

  .swiper-overlay {
    background: rgba(0,0,0,0.4);
    height: 100%;
    padding: 45px 20px;
    display: flex;
    align-content: center;
  }

  .swiper-slide h1 {
    color: #fff;
  }

  .swiper-content {
    align-self: center;
  }

  .swiper-pagination-bullet {
    background-color:#fff;
    opacity: 0.6;
  }

  .swiper-pagination-bullet-active {
    background-color:#fff;
    opacity: 1;
  }

  .swiper-button-prev, .swiper-button-next {
    color:white;
    opacity: 0.75;
    width: 46px;
  }

  .swiper-button-prev:hover, .swiper-button-next:hover {
    opacity: 1;
  }

  .swiper-button-next::after, .swiper-button-prev::after {
    font-family: linea-arrows-10!important;
    text-transform: none!important;
    color: inherit;
    font-size: 45px;
    display: block;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }

  .swiper-button-next {
    right: 55px;
  }

  .swiper-button-next::after {
    content: "\e068";
  }

  .swiper-button-next:hover::after {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
  }

  .swiper-button-prev {
    left: 55px;
  }

  .swiper-button-prev::after {
    content: "\e066";
  }

  .swiper-button-prev:hover::after {
    -webkit-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    transform: translateX(-3px);
  }

  .swiper-slide .btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: "Spectral SC",serif;
    font-size: 15px;
    letter-spacing: .13em;
    line-height: 2em;
    border-radius: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    -o-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    padding: 14px 67px 12px;
  }

  /* Promo Tiles */

  .promo-tiles  {
    background-image: url(../img/tile_bg.png);
    background-position: center top;
    background-size: 100% 80%;
    background-repeat: no-repeat;
    padding-top: 20px;
  }

  .promo-wrap {
    position: relative;
    border: 6px solid rgba(232,164,10,1);
    transition: all .35s ease-out;
  }

  .promo-img {
    position: relative;
  }

  .promo-img-default {
    display: block;
    width: 100%;
    height: 100%;
  }

  .promo-img-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    background: #fbfaf6;
    transition: all .35s ease-out;
  }

  .promo-wrap:hover {
    border-color: #e57e28;
  }

  .promo-wrap:hover .promo-img-hover {
    opacity: 0.65;
  }


  .promo-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 35% 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .promo-content h4 {
    font-family: 'Dawning of a New Day', cursive;
    opacity: 0.5;
  }

  .promo-content p {
    font-size: 15px;
    font-style: italic;
    color: #E86209;
  }

  .promo-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
  }


  /* Product Tiles */

  .filter-icon img {
    height: 120px;
  }

  .product-wrap {
    position:relative;
    width: 100%;
    margin-bottom: 40px;
  }

  .product-img {
    position: relative;
    display: block;
    max-width: 100%;
  }

  .product-img img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    transition: all .2s ease-in;
  }

  .product-img-makefit {
    display: block;
    border: 1px solid lightgrey;
    width: 100%;
    text-align: center;
  }

  .product-badge {
    position: absolute;
    top: 8px;
    right: 4px;
    font-size: 15px;
    line-height: 1;
    letter-spacing: .08em;
    font-family: "Spectral SC",serif;
    color: #E86209;
    z-index: 5;
  }



  .product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    text-align: center;
    background-color: rgba(250,249,245,.8);
    opacity: 0;
    transition: .5s;
  }

  .product-button-holder {
    font-size: 0;
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    transform: translateY(10px);
    transition: .3s;
    z-index: 5;
  }

  .product-wrap:hover .product-overlay {
    opacity: 1;
  }

  .product-wrap:hover .product-button-holder {
    transform: translateY(0px);
  }

  .product-button-holder > * {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    width: 57px;
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    background: 0 0;
    transition: all .2s ease-in-out;
    z-index: 3;
    cursor: pointer;
    position: relative;
    border: 1px solid #615b55;
    color: #2b2824;
    cursor: pointer;
  }

  .product-button-holder > :hover {
    background-color: #E86209;
    border-color: #E86209;
    color: #fff;
  }

  .product-button-holder > :first-child {
    transform: translateX(1px);
  }

  .product-button-holder > :last-child {
    transform: translateX(-1px);
  }

  .btn-cart::before {
    font-family: linea-ecommerce-10;
    text-transform: none;
    content: "m";
    font-size: 22px;
    display: block;
  }

  .btn-cart-added::before {
    font-family: linea-ecommerce-10;
    text-transform: none;
    content: "n";
    font-size: 22px;
    display: block;
    margin-right:5px;
  }

  .btn-wishlist::before {
    font-family: linea-basic-10;
    content: "W";
    font-size: 24px;
    display: block;
  }

  .btn-wishlist-added::before {
      font-family: linea-basic-elaboration-10;
      src: url("../fonts/basicelaboration/fonts/linea-basic-elaboration-10.eot");
      content: "C";
      font-size: 24px;
      display: block;
  }

  .btn-view::before {
    font-family: linea-basic-10;
    content: "H";
    font-size: 24px;
    display: block;
  }

  .product-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 25px 0 13px;
    text-align: center;
  }

  .product-content h6 {
    font-family: Spectral, sans-serif;
    font-size: 18px;
  }

  .product-tags {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 4px;
  }

  .product-tags a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    font-style: italic;
    color: #E86209;
    z-index: 3;
  }

  .product-tags .tag-separator {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 2px;
    font-size: 15px;
    color: #E86209;
  }

  .product-tags .tag-separator::after {
    content: '~';
  }

  .inventory-out {
    color: #e21919;
  }

  .inventory-pre {
    color: #a95a7f;
  }

  .inventory-low {
    color: #E9AF0A;
  }


  .product-content .inventory-out, .product-content .inventory-pre .inventory-low {
    text-transform: uppercase;
  }



  .product-price {
    justify-content: center;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-style: italic;
    margin: 6px 0 0;
    color: #2b2824;
  }

  .product-price strike{
    display: inline-block;
    margin-left: 6px;
    color: #817c7b;
  }

  .product-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .product-search {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .product-search input {
    height: 55px;
    line-height: 24px;
    padding: 0;
    border-radius: 0;
    outline: 0;
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #afa8a7;
    background-color: transparent;
    border-width: 0px;
    transition: border-color .2s ease-out;
  }

  .product-search-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 66px;
    font-size: 14px;
    color: #afa8a7;
    background-color: transparent;
    border: 1px solid #e6e6e6;
    -webkit-transition: border-color .2s ease-out;
    -o-transition: border-color .2s ease-out;
    transition: border-color .2s ease-out;
  }

  .product-search button {
    position: absolute;
    top: 0px;
    right: 0;
    width: 66px;
    font-size: 20px;
    text-align: center;
    padding: 16px;
    color: #817c7b;
    background-color: transparent;
    border: 0;
    cursor: pointer;
  }

  .sidebar .filter-cat {
    position: relative;
    border-bottom: 1px solid #afa8a7;
    margin-bottom: 1rem;
  }

  .sidebar .filter-icon-toggle {
    position: absolute;
    right: 0;
    top: 0;
  }

  .sidebar .filter-icon-toggle.active {
    transform: rotate(90deg);
  }

  .sidebar h5 a {
    color: #2b2824;
  }

  .sidebar .card {
    border: 0;
    padding: 0;
    margin-bottom: 1rem;
  }

  .sidebar .card li {
    padding-left: 30px;
    text-indent: -20px;
  }

  .search_results_heading {
    font-family: "Spectral SC",serif;
    color: #2b2824;
  }

  /* Gift Tiles */
  #gift-package-tiles {
    height: 550px;
    overflow-y: auto;
  }

  #gift-package-tiles .product-img {
    height: 150px;
    vertical-align: center;
    overflow-y: hidden;
  }

  #gift-package-tiles .product-wrap {
    margin-bottom: 0px;
  }

  #gift-package-tiles .product-content {
    margin-top: 12px;
  }

  #gift-package-tiles .product-content h6{
    font-size: 14px;
    margin-bottom: 0px;
  }

  #gift-package-tiles .product-content .product-price {
    font-size: 14px;
    margin-top: 3px;
  }

  #gift-package-tiles .highlight .product-img {
    border: 1px solid #E86209;
    box-shadow: 0px 0px 6px #E86209;
  }

  /* Product Badges */

  .badge-icon {
    display: block;
    width: 44px;
    border: 0;
    height: 30px;
    background-color: transparent;
    background-position: top center;
    background-repeat: no-repeat;
    opacity: 0.25;
    margin-bottom: 0.3em;
  }

  .badge-icon:hover {
    background-position: bottom center;
    cursor: pointer;
    opacity: 1;
  }

  .badge-cc {
    background-image: url('../images/badges/icon_cc.png');
  }

  .badge-excl {
    background-image: url('../images/badges/icon_exclusive.png');
  }

  .badge-org {
    background-image: url('../images/badges/icon_organic.png');
  }

  .badge-staff {
    background-image: url('../images/badges/icon_staff.png');
  }

  .badge-peated {
    background-image: url('../images/badges/icon_peated.png');
  }

  .badge-smws {
    background-image: url('../images/badges/icon_smws.png');
  }

  .badge-new {
    background-image: url('../images/badges/icon_new.png');
    height: 35px;
    opacity: 1;
  }

  .badge-canada {
    background-image: url('../images/badges/icon_canada.png');
  }

  .badge-alberta {
    background-image: url('../images/badges/icon_alberta.png');
  }

  .badge-icon.badge-sale {
    background-image: url('../images/badges/icon_sale.png');
    display: block;
    position: relative;
    width: 44px;
    height: 35px;
    background-position: top center;
    background-repeat: no-repeat;
    margin-bottom: 0.3em;
    opacity: 1;
  }

  .badge-sale{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
    background-image: url('../images/badges/icon_sale_lg.png');
    width: 78px;
    height: 78px;
    opacity: 1;
  }

  /* SMWS */

  .bg-toast {
    background-image: url('../img/toast-smws.png');
    background-size: cover;
    background-position: center center;
  }

  .btn-toggle-smws {
    position: relative;
    color: #749706;
    border: 2px solid #749706;
    background-color: #f8f8f8;
    padding: 0;
    border-radius: 60px;
    font-size: 2.6rem;
    width: 50px;
    height: 50px;
    bottom: -30px;
  }

  .btn-toggle-smws:hover {
    color: #f8f8f8;
    border: 2px solid #749706;
    background-color: #749706;
  }

  #smws-membership-pack img {
    border: 1px solid #ededed;
  }


  /* Product Detail */

  .product-info h1 {
    margin-bottom: 30px;
  }

  .product-info .h3 {
    font-style: italic;
    margin-bottom: 30px;
  }

  .product-main-desc {
    padding-top: 50px;
  }

  .qty-btn-wrap {
    width: 100%;
    vertical-align: top;
    margin-top: 52px;
    display: flex;
    align-items: flex-start;
  }

  .qty-input-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 93px;
    margin-right: 15px;
    border: 1px solid #dfdede;
  }

  .qty-input {
    position: relative;
    vertical-align: middle;
    text-align: center;
    line-height: 55px;
    min-width: 86px;
    padding: 0;
    border: 0;
    margin: 0;
    outline: 0;
    font-size: 16px;
    color: #817c7b;
    user-select: none;
    z-index: 3;
  }

  .qty-input-btn::before {
    content: 'Quantity:';
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #999;
    font-size: 16px;
  }

  .cart-qty-input-btn::before {
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #999;
    font-size: 16px;
  }

  .cart-qty-input-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #dfdede;
  }

  .cart-qty-input-btn .qty-input {
    min-width: 84px;
    margin-bottom: 0;
    line-height: 48px;
  }

  .qty-btn-wrap .qty-input {
    margin-bottom: 0;
    border-width: 0;
  }

  .qty-increase, .qty-decrease {
    position: absolute;
    top: 50%;
    right: 0;
    width: 25px;
    height: 25px;
    line-height: 23px;
    cursor: pointer;
    -webkit-transition: color .15s ease-in-out;
    -o-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
    z-index: 5;
    font-size: 23px;
  }

  .delivery_city_msg{
    margin-top:0px;
    margin-bottom:20px;
  }

  .qty-decrease {
    text-align: right;
    -ms-transform: translate(-50px,-50%);
    transform: translate(-50px,-50%);
  }

  .qty-increase {
    text-align: left;
    -ms-transform: translate(-10px,-50%);
    transform: translate(-10px,-50%);
  }

  .btn-add-to-cart {
    display: flex;
    text-align: center;
    align-items: center;
    min-height: 55px;
    padding: 0 60px;
  }

  .prod-detail-favorite {
    display: flex;
    font-family: "Spectral SC", sans-serif;
    color: #2b2824;
    font-size: 14px;
    vertical-align: baseline;
  }

  .prod-detail-favorite::before {
    font-family: linea-basic-10!important;
    content: "W";
    font-size: 15px;
    display: block;
    margin-right: 6px;
    color: #E86209;
  }

  .fav-added::before {
    content: "";
    display: inline-flex;
    width: 15px;
    height: 100%;
    background: url('/images/icon_heart.svg') center center no-repeat;
    margin-right: 6px;
    color: #E86209;
  }



  .prod-detail-favorite span {
    color: #E86209;
    font-size: 16px;
  }

  .prod-detail-print {
    display: flex;
    font-family: "Spectral SC", sans-serif;
    color: #2b2824;
    letter-spacing: 0.1em;
    font-size: 14px;
    vertical-align: baseline;
    margin-left:20px;
  }

  .prod-detail-print::before {
    font-family: linea-basic-10!important;
    content: "}";
    font-size: 15px;
    display: block;
    margin-right: 6px;
    color: #E86209;
  }

  .prod-detail-print span {
    color: #E86209;
    font-size: 16px;
  }

  .checkout-alert {
    display: flex;
    font-family: "Spectral SC", sans-serif;
    color: #2b2824;
    letter-spacing: 0.1em;
    font-size: 14px;
    vertical-align: baseline;
    margin-left:2px;
  }

  .checkout-alert::before {
    font-family: linea-basic-10!important;
    content: "G";
    font-size: 15px;
    display: block;
    margin-right: 6px;
    color: #E86209;
  }

  .checkout-alert span {
    color: #E86209;
    font-size: 16px;
  }

  .product-meta {
    margin-top: 50px;
    font-size: 14px;
  }

  .product-meta div {
    margin-bottom: 8px;
  }

  .product-meta .breadcrumb {
    padding: 0;
    display: inline-flex;
  }

  .product-meta .breadcrumb-item {
    color: #E86209;
    padding-left: 3px;
  }

  .product-meta .breadcrumb-item + .breadcrumb-item::before {
      color: #E86209;
      padding-right: 3px;
  }

  .product-tabs {
    margin-top: 60px;
    border-bottom: 1px solid #dfdede;
  }

  .product-tabs .nav-link {
    font-family: "Spectral SC", sans-serif;
    font-size: 17px;
    padding: 15px 30px 15px 0;
    color: #2b2824;
    white-space: nowrap;
  }

  .product-tabbed-content {
    padding: 40px 15px;
  }

  #product-tab-content img {
    max-width: 100%;
    height: auto;
  }

 .gift-q {
  font-size: 20px;
}

.gift-q input[type="checkbox"] {
  display: inline-block;
  margin-right: 10px;
  width: 16px;
  height: 16px;

}

  /* Events */

  .event-section .event-month {
    border-bottom: 1px solid #e6e6e6;
  }

  .event-section .event-icon {
  color: #E86209;
  }

  .event-section .event-wrap {
    padding: 35px;
    border: 7px solid #f5f4ee;
  }

  .event-section .event-wrap:not(:last-child) {
    margin-bottom: 20px;
  }

  .event-section .event-thumb {
    display: block;
    width: 105px;
  }

  .event-section .event-content {
    padding-left: 30px;
  }

  .event-section .event-content small {
    font-size: 14px;
    color: #E86209;
  }

  .event-section .event-details {
    font-size: 14px;
  }

  .event-section .event-details .event-icon {
    display: inline-block;
    margin-right: 6px;
    font-size: 16px;
  }

  .event-section .event-right-img {
    background-image: url('../img/event-home.jpg');
    background-position: center;
    background-size: cover;
  }

  .deco-link {
    font-family: "Spectral SC", sans-serif ;
    font-size: 14px;
    color: #2b2824;
  }



  /* Newsletter Signup */

  .newsletter-signup {
    position: relative;
    background-image: url('../img/b3.jpg');
    background-size:cover;
    padding: 100px 0;
    margin-bottom: 200px;
  }

  .newsletter-signup .container {
    position: relative;
    top: 250px;
    padding-bottom: 100px;
    background-image: url('../images/signup-bg.jpg');
    background-size:cover;
  }

  .newsletter-signup input.newsletter-signup-input {
    padding: 0.5rem;
    border-width: 0 0 1px 0;
    border-bottom: 1px solid #afa8a7;
    margin: 40px 0;
  }

  #newsletter-signup {
    position: fixed;
    text-align: center;
    z-index: 999;
    width: 100%;
    padding: 20px;
    background-color: #FFA274;
    color: #583C17;
    border-top: 10px solid #E56424;
    bottom: 0;
  }

  .email-input-wrap {
    border: 4px solid #E56424;
  }

  .email-input-wrap input[type="text"] {
    background: #fff;
    margin-right: 6px;
  }

  .closeme {
    position: absolute;
    top: 14px;
    right: 20px;
    width: 16px;
    height: 16px;
    padding: 0;
  }

  /* Instagram */

  .insta-home {
    height: 30px;
  }


  /* Modal */
  .modal {

  }

  .modal .modal-dialog-centered {
    min-height: 600px;
  }

  .modal .close {
    position: absolute;
    top: 10px;
    right: 16px;
  }

  #age-gate .verify-body {
    font-size: 20px;
    background-image: url('../images/bg-agegate.png');
    background-size: cover;
  }


  /* Favorites */

  .shop-totals th {
    min-width: 230px;
  }

  .shop-table th, .shop-table td {
    padding: 4px 55px 4px 0px;
    vertical-align: middle;
    text-align: left;
  }

  .shop-table th, .shop-table .table-name a {
    font-family: "Spectral SC", sans-serif;
    font-size: 15px;
    line-height: 1.277em;
    font-weight: 400;
    letter-spacing: .08em;
    color: #2b2824;
  }

  .table-name a:hover {
    color: #E86209;
  }

  .shop-table .table-remove {
    width: 30px;
    padding-left: 0;
  }

  .shop-table .btn-remove {
    font-family: arial, sans-serif;
    font-size: 10px;
    color: #2b2824;
  }

  .shop-table .table-thumbnail {
    width: 72px;
    padding-right: 15px;
  }

  .shop-totals th {
    width: 20%;
  }

  .shop-table .table-thumbnail, .shop-table .table-subtotal {
      display: none;
    }

  .shop-form {
    width: auto;
    margin-right: 20px;
    line-height: 34px;
  }

  .shop-form .coupon {
    font-family: "Spectral", serif;
    font-size: 13px;
    padding: 2px 16px;
    color: #e6e6e6;
    border: 1px solid #e6e6e6;
  }

  .shop-form .coupon:focus {
    color: #817c7b;
    border-color: #E86209;
  }


  /* Forms */

  label, legend {
    font-family: "Spectral SC", sans-serif;
    color: #2b2824;
  }

  input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], textarea {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 15px;
    padding: 16px 20px;
    font-family: inherit;
    font-size: 14px;
    line-height: 24px;
    font-weight: inherit;
    color: #2b2824;
    background-color: transparent;
    border: 1px solid #afa8a7;
    border-radius: 0;
    outline: 0;
    cursor: pointer;
    transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
  }

  select {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 15px;
    padding: 16px 40px 16px 20px;
    font-family: inherit;
    font-size: 14px;
    line-height: 24px;
    font-weight: inherit;
    color: #2b2824;
    background-color: transparent;
    border: 1px solid #afa8a7;
    border-radius: 0;
    outline: 0;
    appearance: none;
    background-image: url('../images/select-arrow.svg');
    background-position: right;
    background-repeat: no-repeat;
    background-size: 35px;
    -webkit-appearance: none;
    cursor: pointer;
    transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
  }

  input.h-req {
  border: 1px solid #E86209;
  box-shadow: 0px 0px 6px #E86209;
  }


  /* Checkout */

  .nav-pills.nav-delivery .nav-link {
    color: #2b2824;
    background-color: #F6F6F6;
    font-size: 20px;
    vertical-align: middle;
    padding: 20px 45px 20px 30px;
    margin-right: 10px;
  }

  .nav-pills.nav-delivery .nav-link:hover {
    color: #fff;
    background-color: #E86209;
    font-size: 20px;
    margin-right: 10px;
  }

  .nav-pills.nav-delivery .nav-link.active {
    color: #fff;
    background-color: #E86209;
  }

  .nav-delivery .icon {
    position: relative;
    font-size: 24px;
    margin-right: 12px;
  }

  .nav-delivery .icon-custom-bag {
    top: 4px;
  }

  #deliver-panel input.postal {
    display: inline-block;
    width: 40%;
    margin-right: 2%;
  }

  #deliver-panel input.province {
    display: inline-block;
    width: 40%;
  }

  #payment-panel input.expiredate {
    display: inline-block;
    width: 180px;
    margin-right: 2%;
  }

  #payment-panel input.cvvnum {
    display: inline-block;
    width: 100px;
  }

  .text-dark {
    color: #2b2824;
    font-size: 20px;
  }

  select {
    color: #2b2824;
  }

  .checkout-info {
    display: block;
    background-color: #f6f6f6;
    padding: 1rem;
  }

  .checkout-prefill tr {
    border: 0;
  }

  .checkout-prefill td {
    border: 0;
    padding: 6px 0;
    vertical-align: top;
  }

  .checkout-progress {
    margin-bottom: 50px;
    border-bottom: 1px solid #dedede;
    font-family: "Spectral SC", serif;
    font-size: 14px;
  }

  .checkout-progress a {
    position: relative;
    text-align: center;
    color: #817c7b;
  }

  .checkout-progress a:hover {
    color: #E86209;
  }

  .checkout-progress a.active {
    color: #E86209;
  }

  .checkout-progress a.disabled {
    color: #dfdfdf;
  }

  .checkout-progress a:hover .indicator {
    background-color: #fff;
    border: 2px solid #E86209;
  }

  .checkout-progress .active .indicator, .checkout-progress .active a:hover .indicator {
    background-color: #E86209;
    border: 0px solid #fff;
  }

  .checkout-progress a.disabled .indicator {
    border: 2px solid #dfdfdf;

  }

  .checkout-progress .indicator {
    position: relative;
    color: #817c7b;
    top: 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #817c7b;
    background: #fff;
  }

  .coupon-wrap input {
    padding: 10px 12px;
  }

  /* Blog */

  .blog-links .nav-link {
    padding: 4px 0;
  }

  .blog-links .nav-link:hover {
    text-decoration: underline;
  }

  .filter_on{
    font-weight:bold;
  }
  #search-box .container {
    position: relative;
  }

  #gsuggestion-box {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 50px;
    padding: 5px;
    border: 1px solid #E9E9E9;
    background-color: #fff;
    z-index:999 !important;
  }

  .product-search-wrap #suggestion-box {
    position: absolute;
    width: 100.5%;
    margin-left:-21px;
    padding: 5px;
    border: 1px solid #E9E9E9;
    background-color: #fff;
    z-index:999 !important;
  }

  #term-list {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
  }

  #term-list li {
    cursor: pointer;
    padding: 4px 4px;
  }

  #term-list li.search_results {
    margin-left:10px;
  }

  #term-list li:hover {
    background-color: #cccccc;
    color:#333;
  }

  #term-list li.search_results_heading {
    cursor: text;
    background-color:#f6f6f6;
    border-top: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
    color:#2b2824;
  }

  /* Responsive  */

  @media (min-width: 768px) {
    .product-info-modal .product-main-desc {
      padding-top: 0;
    }

    .shop-table .table-thumbnail, .shop-table .table-subtotal {
      display: table-cell;
    }

    .navbar-brand img {
      width: 100%;
    }

    #newsletter-signup {
      width: 450px;
      right: 16px;
      bottom: 80px;
      border: 10px solid #E56424;
    }

  }

  @media (min-width: 992px) {
    .swiper-overlay {
      padding: 80px 150px;
    }

    .product-main-desc {
      padding-top: 0px;
    }

    .product-info-modal .product-main-desc {
      padding-top: 0;
    }

    .btn-add-to-cart {
      min-height: 55px;
      padding: 0 30px;
    }

  }

  @media (min-width: 1024px) {

    .product-main-desc {
      padding-top: 0px;
    }

  }

  @media (min-width: 1200px) {

    #title-bar {
      margin-bottom: 120px;
    }

    /* Navigation  */
    .navbar-nav {
      background-image: none;
      padding: 0;
    }

    .navbar-nav .nav-item > .nav-link {
      padding: 47px 0 48px 0;
    }

    .nav-item.dropdown.show > a{
      background-color: transparent;
    }

    .dropdown-menu {
      background-image: url('../img/bg-tile.jpg') ;
      background-size: cover;
    }

    .dropdown-menu .dropdown-item {
      padding: 0.4rem 1.5rem;
    }

    .dropdown-menu .dropdown-item a {
      color: #2b2824;
    }

    .dropdown:hover > .dropdown-menu.cart-dropdown {
      margin-top: 1px;
    }

    .dropdown:hover > .dropdown-menu.profile-dropdown {
      margin-top: 1px;
    }

    .dropdown-toggle::after {
      margin-left: 0;
    }

    .dropdown-toggle path {
      fill: #2b2824;
    }

    .dropdown-toggle:hover path {
      fill: #fff;
    }

    .icon-holder {
      border: 1px solid #2b2824;
    }


  }

  @media print
  {
      .no-print, .no-print *
      {
          display: none !important;
      }

      .yes-print, .yes-print * {
        display: block !important;
      }
  }


  div.credit_cards input{
    display: none;
  }

  div.credit_cards label{
    display: inline-block;
    position: relative;
    border: 3px solid #fff;
  }
  div.credit_cards  input:checked + label{
    border: 3px solid #E86209;
    background-color: #E86209;
    border-radius: 4px;
  }

  div.credit_cards img{
    max-width:40px;
  }

  .current{
    background-color:#e86209;
    color:#fff;
  }

  .addgiftwrap{
    white-space:nowrap;
  }

  .span-items-bold{
    border-bottom:1px solid #ccc;
    font-weight:bold;
  }

  .span-items{
    border-bottom:0px solid #ccc;
    font-weight:normal;
  }


  .span-accessories-bold{
    margin-top:15px;
    border-bottom:1px solid #ccc;
    font-weight:bold;
  }

  .span-accessories{
    margin-top:0px;
    border-bottom:0px solid #ccc;
    font-weight:normal;
  }

  .page-items-text{
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #2b2824;
    background-color: #fff;
    border: 1px solid #dee2e6;
  }

  .process_payment_confirm{
    padding-top:15px;
    margin-top:15px;
    clear:both;
    font-weight: bold;
  }

  @-webkit-keyframes opacity {
    0% { opacity: 1; }
    100% { opacity: 0; }
  }
  @-moz-keyframes opacity {
    0% { opacity: 1; }
    100% { opacity: 0; }
  }

  #loading {
    padding-left:10px;
    color:#e86;
    font-weight: bold;
  }

  #loading span {
    -webkit-animation-name: opacity;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: opacity;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
  }

  #loading span:nth-child(2) {
    -webkit-animation-delay: 100ms;
    -moz-animation-delay: 100ms;
  }

  #loading span:nth-child(3) {
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
  }