@keyframes fadeOutIn {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}

/* ******************************************
 *
 * Holiday Background
 *
 * ****************************************** */


body.holiday {
   background: url('/res/img/ttv-holiday-bg.png');
}
   body.holiday #b_anchor,
   body.holiday #page {
      margin: 0 auto;

      background: #fff;
      border: 1px solid rgb( 199, 200, 202 );
      border-width: 0 1px;
   }

@media (min-width: 768px) {
   body.holiday #page, body.holiday #b_anchor { max-width: 768px; }
}
@media (min-width: 992px) {
   body.holiday #page, body.holiday #b_anchor { max-width: 992px; }
}
@media (min-width: 1200px) {
   body.holiday #page, body.holiday #b_anchor { max-width: 1200px; }
}


/* ******************************************
 *
 * Holiday Background
 *
 * ****************************************** */



body {
  font: normal 16px/28px "Source Sans Pro",sans-serif;
}

hr { 
  margin-top: 3em;
  margin-bottom: 3em;
}
  h2 > hr { margin-top: 2em; margin-bottom: 2em; }

img {
  max-width: 100%;
  height: auto;
}

a:hover, a:focus, a:active {
  text-decoration: none;
}

input, textarea, select {
  display: inline-block;
  padding: 0.75em 0.5em;

  color: #333;
  border: 1px solid #ddd;
  border-radius: 5px;
}
  input.is-default { color: #bbb; }

  .ttv-select {
    display: inline-block;
    position: relative;
  }
    .ttv-select.no-float { float: none; }

    .ttv-select select {
      position: relative;
      padding: 4px 3em 0 0;
      height: 48px;

      font-size: 12px;
      line-height: 18px;
    }

    .ttv-select-overlay {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;

      height: 48px;
      padding: 0.75em 4em 0.75em 0.5em;

      font: normal 1em/24px gesta,sans-serif;
      text-align: left;

      background: #fff;
      border: 1px solid #ddd;
      border-radius: 5px;

      outline: none;
      overflow: hidden;
    }
      .ttv-select-overlay:after {
        content: "\f078";
        position: absolute;
        top: 50%;
        right: 10px;

        margin-top: -8px;

        font: 15px/1 FontAwesome,sans-serif;

        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;

        color: #777;
      }


#b_top_ticker {
  padding: 12px 30px 7px;

  font-size: 14px;
  line-height: 18px;
  text-align: center;

  color: #fff;
  background: #f9423a;
}
  #b_top_ticker a {
    color: #fff;
    font-weight: bold;
  }

  #b_top_nav,
  #b_mid_nav {
    padding: 8px 0 5px;

    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;

    color: #1d252d;
    border-bottom: 1px solid #1d252d;
  }
    #b_mid_nav {
      position: relative;
      text-align: center;
      border-bottom: none;
    }
      #b_mid_nav a { margin: 0 12px; }  

      #ttv-registry-btn img {
        display: inline-block;
        position: relative;
        top: -2px;

        width: 15px;
        margin-left: 5px;
      }

      #b_search {
        display: none;
        position: absolute;
        top: 3em;
        right: 0;
        z-index: 99;

        width: 100%;
      }
        #b_search input[type="text"] {
          width: 200px;
          padding: 4px 0.5em;
          margin-right: 10px;

          outline: none;
        }

        #b_search_ac {
          display: none;

          position: absolute;
          top: 45px;
          right: 2.5%;

          width: 95%;
          padding: 0 20px;

          font-size: 0.9em;
          font-weight: 400;
          line-height: 1.25em;
          text-align: left;
          text-transform: none;

          background: #fff;
          border: 1px solid #e1e1e1;
          border-radius: 7px;
        }
          #b_search_ac > div {
            margin: 1px 0 0;
            padding: 15px 10px;
            background: #fff;
            border-bottom: 1px solid #f1f1f1;

            cursor: pointer;
          }

          #b_search_ac .ttv-search-ac-image {
            float: left;
            max-width: 60px;
            margin-right: 20px;
          }
            #b_search_ac .ttv-search-ac-image a {
              margin: 0;
            }

          #b_search_ac .ttv-search-ac-content h5 {
            margin-top: 0;
            margin-bottom: 3px;
          }
            #b_search_ac .ttv-search-ac-content h5 .ttv-search-ac-price {
              float: right;
              margin: 20px 0 0 10px;

              font-weight: 700;
              font-size: 1.2em;
              line-height: 1.2em;
            }
            #b_search_ac .ttv-search-ac-content h5 a {
              margin-left: 0;

              font-weight: 400;
              font-size: 1.2em;
              line-height: 1.2em;
            }
              #b_search_ac > div:hover .ttv-search-ac-content h5 a {
                color: #f9423a;
              }

            #b_search_ac .ttv-search-ac-more {
              margin: 30px -30px -20px;
              padding: 10px;

              text-align: center;
              text-transform: uppercase;

              color: #fff;
              background: #f9423a;
              border-radius: 0 0 7px 7px;
            }

      #ttv-basket-btn { position: relative; }
        #ttv-basket-btn img {
          width: 20px;
          height: 20px;
        }

        #basket_quantity {
          position: absolute;
          bottom: -7px;
          right: -7px;

          display: block;
          width: 16px;
          height: 16px;

          font-size: 10px;
          line-height: 16px;
          text-align: center;
          font-weight: normal;

          color: #fff;
          background: #f9423a;
          border-radius: 10px;
        }

    #b_top_nav a,
    #b_mid_nav a {
      font-weight: bold;

      color: #1d252d;
    }
        #b_top_nav a:hover, #b_top_nav a:focus, #b_top_nav a:active,
        #b_mid_nav a:hover, #b_mid_nav a:focus, #b_mid_nav a:active { color: #f9423a; }

    #b_header_nav ul {
      margin: 0;
      padding: 0;

      text-align: right;

      list-style: none;
    }
      #b_header_nav ul > li:first-child { display: none; }
      #b_header_nav li { display: inline-block; }
        #b_top_nav a:after {
          content: '\f061';

          display: inline-block;
          margin-left: 8px;

          font: 1em/1 FontAwesome,sans-serif;
        }

  #b_top_nav .ttv-your-store { display: inline-block; margin-right: 20px; }
    #b_top_nav .ttv-your-store > a { font-weight: normal; }
      #b_top_nav .ttv-your-store > a:after { display: none; }


  #b_main_nav { position: relative; margin-top: 25px; margin-bottom: 10px; }
    #b_foot .logo,
    #b_main_nav .logo {
      display: block;
      margin: 0 auto;
      width: 100%;
      height: 100px;

      text-indent: -9999px;

      background: url('/res/img/logo.png') no-repeat;
      background-size: contain;
      overflow: hidden;
    }
      #b_main_nav .logo.fr {
        background-image: url('/res/img/logo-fr.png');
      }
      #b_foot .logo {
        width: 352px;
        height: 30px;
        max-width: 100%;
        margin-bottom: 30px;

        background: url('/res/img/ttv-wordmark.svg') no-repeat;
      }
        #b_foot .logo.fr {
          background-image: url('/res/img/ttv-wordmark-fr.png');
        }

    #b_main_nav > .container > .row { position: relative; }
    #b_main_nav > .container > .row > .col-xs-8 { position: static; }

  #b_nav_main_mobile {
    position: absolute;
    right: 20px;
    top: 65px;

    font-size: 25px;
  }
  #b_nav {
    display: none;
    margin-top: 100px;

    font: bold 18px/34px "Source Sans Pro",sans-serif;
  }
    #b_nav > ul {
      position: static;

      margin: 0;
      padding: 0;

      text-align: right;

      list-style: none;
    }
      #b_nav > ul > li > ul {
        display: none;

        position: absolute;
        left: 0;
        width: 100%;
        z-index: 101;

        margin: 0;
        padding: 15px 30px;

        text-align: left;

        list-style: none;

        column-count: 2;
        column-gap: 60px;
        -moz-column-count: 2;
        -moz-column-gap: 60px;

        background: #f4f4f4;
      }
        #b_nav > ul > li > ul > li {
          break-inside: avoid;
          margin-bottom: 20px;
        }
        #b_nav > ul > li > ul > li > a {
          display: block;
          min-width: 45%;

          font-size: 16px;
          font-weight: 700;
          line-height: 30px;

          color: #f9423a;
        }
        #b_nav > ul > li > ul > li > ul {
          margin: 0;
          padding: 0;
          line-height: 1em;
          list-style: none;
        }
        #b_nav > ul > li > ul > li > ul > li > a {
          font-size: 14px;
          font-weight: 400;
          line-height: 26px;

          color: #333;
        }
        /*
          #b_nav > ul ul a:before {
            content: "\f078";
            display: inline-block;
            margin-right: 10px;
          
            font: 13px/1 FontAwesome,sans-serif;
            color: #000;

            transform: rotate(-90deg);
          }
        */

      #b_nav > ul > li {
        z-index: 100;

        display: block;
      
        line-height: 2em;
      }
        #b_nav > ul > li > a {
          text-transform: uppercase;

          color: #1d252d;
        }
        #b_nav > ul > li > a:hover, #b_nav > ul > li > a:focus, #b_nav > ul > li > a:active { color: #f9423a; }

        #b_nav > ul > li:hover > ul {
          display: block;
        }

        #b_nav > ul > li > a#ttv-nav-blog {
          color: #f9423a;
        }

  #b_main_nav.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    height: 57px;

    background: #fff;
  }
    #b_main_nav.sticky .logo {
      height: 45px;
      background-position: bottom center;
    }
    #b_main_nav.sticky #b_nav {
        margin-top: 10px;
    }

#b_foot > .container {
  margin-top: 90px;
  padding: 40px 30px 75px;

  text-align: center;

  background: #f4f3f2;
  border-top: 1px solid #8f8f8f;
  border-bottom: 1px solid #8f8f8f;
}
  #b_foot h3 {
    margin-top: 0;

    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;

    color: #f9423a;
  }

  #b_foot nav ul {
    margin: 0;
    padding: 0;

    list-style: none;
  }
    #b_foot nav a,
    #b_foot .subscribe-newsletter a {
      font-size: 16px;
      line-height: 25px;
      font-weight: 600;

      color: #1d252d;
    }
      #b_foot nav a:hover, #b_foot nav a:focus, #b_foot nav a:active { color: #f9423a; }

  #b_foot .subscribe-newsletter {
    margin-bottom: 1em;
  }
    #b_foot .subscribe-newsletter input {
      width: 90%;
      padding: 10px 15px;

      font-size: 18px;
      line-height: 18px;

      border: 1px solid #d9d9d5;
      border-radius: 6px;

      outline: none;
    }
      #b_foot .subscribe-newsletter input.is-default {
        color: #b9b9b5;
      }

  #b_footer_social {
  }
    #b_footer_social ul {
      margin: 0;
      padding: 0;

      list-style: none;
    }
      #b_footer_social li {
        display: inline-block;
      }
        #b_footer_social a {
          display: inline-block;
          width: 30px;
          height: 30px;
          margin-right: 8px;
          
          overflow: hidden;
        }
          #b_footer_social a .icon {
            display: block;
            font: 30px/1 FontAwesome,sans-serif;

            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
          }

          #b_footer_social a.facebook .icon:before  { content: "\f082"; }
          #b_footer_social a.twitter .icon:before   { content: "\f081"; }
          #b_footer_social a.pinterest .icon:before { content: "\f0d3"; }
          #b_footer_social a.youtube .icon:before   { content: "\f166"; }
          #b_footer_social a.instagram .icon:before { content: "\f16d"; }



  .wtfo-logo {
    margin-top: 40px;
    padding-bottom: 30px;

    border-bottom: 1px solid #8f8f8f;
  }
    .wtfo-logo a {
      display: block;

      width: 150px;
      margin: 0 auto;
      padding-top: 70px;

      font-size: 15px;
      text-align: center;
      font-weight: 600;
      text-transform: uppercase;

      color: #1d252d;
      background: url('/shop/themes/ttv/css/img/wfto_logo_small.png') no-repeat;
      background-position: top center;
    }

  #copyright {
    font-size: 13px;
    line-height: 23px;
    font-weight: normal;
    text-transform: uppercase;
  }


.ajax_block_product {
  min-height: 400px;
  margin-bottom: 80px;
  padding-bottom: 25px;
}
  .ajax_block_product > div {
    width: 200px;
    margin: 0 auto;
  }
    #search .ajax_block_product > div.right_block {
      left: 50%;
      margin-left: -100px;
    }
    .ajax_block_product > div.right_block {
      position: absolute;
      bottom: 0;
      left: 15px;
    }

    .ajax_block_product .image_block {
      height: 200px;
      margin-bottom: 35px;

      overflow: hidden;
    }
    .ajax_block_product img,
    #image-block img {
      image-rendering: pixelated;
      image-rendering: crisp-edges;
      image-rendering: -webkit-optimize-contrast;
      -ms-interpolation-mode: nearest-neighbor;
    }

  .ajax_block_product .product_img_link {
    position: relative;
    display: block;
  }
    .ajax_block_product .hover-details {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
    }
    .ajax_block_product .product_img_link:hover .hover-details,
    .ajax_block_product .product_img_link:focus .hover-details,
    .ajax_block_product .product_img_link:active .hover-details {
      display: block;
    }

  #buy_block #old_price,
  .ajax_block_product .old_price,
  .ajax_block_product .price {
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;

    color: #1d252d;
    opacity: 0.8;
  }
    #buy_block #old_price,
    .ajax_block_product .old_price {
      margin-right: 5px;

      font-weight: 300;
      text-decoration: line-through;
    }
    #buy_block #old_price {
      font-size: 25px;
      line-height: 30px;
    }

  .out_of_stock {
   color: #f9423a;
  }

  .ajax_block_product .product-name {
    display: block;

    font-size: 18px;
    font-weight: 500;
    line-height: 22px;

    color: #1d252d;
    opacity: 0.8;
  }
    .ajax_block_product .product-star-rating {
      min-height: 22px;
      margin-bottom: 12px;

      font-size: 14px;
      color: #888;
    }

  .ajax_block_product .add_to_cart,
  .ajax_block_product .product_view_button,
  .ajax_block_product .add_to_wishlist {
    display: block;
    padding: 0 30px;

    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;

    color: #333;
    background: url('/res/img/product-cart.svg') no-repeat;
    background-size: 20px 20px;
    background-position: left center;
    border: 0;

    outline: none;

    animation: fadeOutIn 1s infinite;
    animation-play-state: paused;

    cursor: pointer;
  }
    .ajax_block_product .product_view_button {
      padding: 0;
      background: none;
    }
    .ajax_block_product .add_to_cart.processing,
    .ajax_block_product .add_to_wishlist.processing {
      animation-play-state: running;
    }

    .ajax_block_product .add_to_wishlist {
      display: none;
      margin-left: 10px;
      background: url('/res/img/product-registry.svg') no-repeat;
    }


.instafeed {
   position: relative;
   margin: 2em 0 3em;

   overflow: hidden;
}
   .instafeed ul {
      position: relative;

      margin: 0;
      padding: 0;

      list-style: none;

      white-space: nowrap;
   }
      .instafeed li {
         position: relative;
         display: inline-block;
         width: 256px;
         height: 256px;
      }
         .instafeed li:hover .instafeed-overlay {
            background-color: rgba( 0, 0, 0, 0.3 );
            opacity: 1;
         }

      .instafeed .instafeed-overlay {
         position: absolute;
         top: 0;
         left: 0;
         right: 0;
         bottom: 0;

         transition: opacity 0.5s ease;

         color: #fff;
         opacity: 0;
      }

         .instafeed .instafeed-overlay .instafeed-likes {
            position: absolute;
            right: 10%;
            bottom: 0;

            display: block;
            width: 80%;
            padding: 15px 0;

            font-size: 24px;
            line-height: 24px;
            text-align: right;
         }

   .carousel-next,
   .instafeed .instafeed-prev,
   .instafeed .instafeed-next {
      position: absolute;
      top: 50%;
      z-index: 10;

      height: 80px;
      margin-top: -40px;

      font-size: 30px;

      background: rgba( 255, 255, 255, 0.5 );

      cursor: pointer;
      outline: none;
   }
      .carousel-next {
         display: block;
         top: 35%;
         background: rgba( 200, 200, 200, 0.5 );
      }

      .carousel-next:focus, .carousel-next:hover, .instafeed .instafeed-next:focus, .instafeed .instafeed-prev:focus, .instafeed .instafeed-next:hover, .instafeed .instafeed-prev:hover { background: rgba( 255, 255, 255, 0.7 ); }
      .carousel-next:active, .instafeed .instafeed-next:active, .instafeed .instafeed-prev:active { background: rgba( 255, 255, 255, 0.9 ); }
      .instafeed .instafeed-prev { left: 0; padding: 0 14px 0 2px; border-radius: 0 120px 120px 0; }
      .carousel-next, .instafeed .instafeed-next { right: 0; padding: 0 2px 0 14px; border-radius: 120px 0 0 120px; }
         .carousel-next { right: -60px; }
               
      .carousel-next .fa:before,
      .instafeed .instafeed-next i.fa:before,
      .instafeed .instafeed-prev i.fa:before {
         line-height: 80px;
      }


.ttv-feed {
   margin: 3em 0;
   padding: 0;

   list-style: none;
}
   .ttv-feed li {
      display: block;
      margin-bottom: 2em;
   }

      .ttv-feed-img a {
         display: block;
         height: 300px;

         background-size: cover;
         background-position: 50% 50%;
      }

      .ttv-feed-content {
         position: relative;

         height: auto;
         overflow: hidden;

         text-align: center;

         margin-bottom: 1em;
      }
         .ttv-feed-content:after {
            content: ' ';

            display: none;

            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;

            height: 80px;

            background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.01) 1%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
         }

         .ttv-feed-content h3 {
           margin-top: 0;
            font-size: 1.3em;
            font-weight: 300;
         }
            .ttv-feed-content h3 a {
               text-decoration: none;
               color: inherit;
            }

      .ttv-feed-link a.btn-teal {
         display: block;
         text-align: center;
      }

.bf-feed h2,
.ttv-instagram h2 {
   margin: 2em 0;

   font-size: 26px;
   font-weight: 300;
   text-align: center;
}
   .bf-feed h2 a, .ttv-instagram h2 a { color: inherit; text-decoration: none; }
   .bf-feed h2 a:hover, .ttv-instagram h2 a:hover { color: #000; }

   .ttv-instagram h2 a {
      display: inline-block;
      padding-left: 30px;

      background: url('https://www.tenthousandvillages.ca/res/pub/instagram.png') no-repeat;
      background-size: contain;
      background-position: 0 0;
   }

   .bf-feed-btn {
      margin: 1em 0 10em;
      text-align: center;
   }



.btn-red,
.btn-teal,
.btn-brown,
.btn-facebook,
.bf-form-submit {
  display: inline-block;
  padding: 0.5em 1.5em;

  line-height: 1em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;

  color: #231f20;
  background: #fff;
  border: 3px solid #231f20;
  border-radius: 5px;

  outline: none;
  cursor: pointer;
}
  .btn-red,
  .bf-form-submit {
    color: #fff;
    background: #f9423a;
    border-color: #f9423a;
  }
  .btn-facebook {
    padding-left: 0.5em;
    padding-right: 1em;

    color: #fff;
    background: #3b5998;
    border-color: #3b5998;
  }
    .btn-facebook i.fa {
      margin-right: 8px;
    }

  .btn-red:hover, .btn-red:focus, .btn-red:active, 
  .btn-teal:hover, .btn-teal:focus, .btn-teal:active, 
  .btn-brown:hover, .btn-brown:focus, .btn-brown:active,
  .btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active,
  .bf-form-submit:hover, .bf-form-submit:focus, .bf-form-submit:active {
    color: #fff;
    background: #231f20;
    border-color: #231f20;
  }

#pagination_inf_scroll {
  margin-top: -40px;
  text-align: center;
}
  #inf_scroll { font-size: 1.3em; }

.pagination > li > a, .pagination > li > span:not(.pagination_separator) {
  display: inline-block;
  margin: 0 8px;

  font-size: 1.25em;

  color: #333;
  background: #f4f4f4;
  border-width: 0;

  cursor: pointer;
}
.pagination > li.current > span {
  color: #fff;
  background: #aaa;
}

.pagination {
  display: block;
}
  #pagination_top .pagination {
    margin: -30px 0 40px;
    font-size: 0.9em;
  }
  #pagination_top .pagination > li > a, #pagination_top .pagination > li > span:not(.pagination_separator) {
    margin: 0 5px;
  }

.pagination > li > span.pagination_separator,
.pagination > li#pagination_previous > span,
.pagination > li#pagination_previous > a,
.pagination > li#pagination_next > span,
.pagination > li#pagination_next > a {
  font-size: 1.25em;
  color: #333;
  background :#fff !important;
  border-width: 0;
}
.pagination > li#pagination_previous > span,
.pagination > li#pagination_next > span {
  display: none;
}

span.product-flag {
  position: relative;
  z-index: 1;

  display: block;
  width: 85px;
  height: 24px;
  padding-left: 8px;
  margin-bottom: 15px;

  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  text-transform: uppercase;
}

  span.product-flag svg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
    span.product-flag svg polygon { fill: #f1f2f2; }
    span.product-flag.on_sale svg polygon { fill: #f9423a; }

  span.product-flag.on_sale { color: #fff; }



.ttv_form_field {
  margin-bottom: 25px;
  clear: both;
}
  .ttv_form_field.col-md-6 { clear: none; }
  .ttv_form_field label {
    display: block;
  }
  .ttv_form_field input[type="checkbox"] { float: left; margin-right: 10px; margin-bottom: 15px; }

  .ttv_form_field input[type="text"],
  .ttv_form_field input[type="email"],
  .ttv_form_field input[type="number"],
  .ttv_form_field input[type="password"],
  .ttv_form_field select {
    width: 100%;
  }


.fg-red {
  color: #f9423a;
}


#b_cart_added {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;

  width: 100%;
  padding: 20px 30px;

  background: #fff;
  box-shadow: 0 0 10px rgba( 0, 0, 0, 0.15 );
}
  #b_cart_added .ttv-cart-added-image { float: left; }
    #b_cart_added .ttv-cart-added-image img {
      width: 100px;
      height: 100px;
      margin-right: 30px;

      background: #f4f3f2;
    }

  #b_cart_added h4 {
    margin-top: 17px;

    font-size: 1em;
    font-weight: bold;
  }

.breadcrumb {
  padding: 5px 15px 0;
  margin-bottom: 30px;

  font-size: 0.8em;
  font-weight: normal;
  text-transform: uppercase;

  color: #1d252d;
  background: transparent;
  border-top: 1px solid #1d252d;
  border-radius: 0;
}
  .breadcrumb .navigation-pipe {
    display: inline-block;
    margin: 0 8px;
  }
  .breadcrumb a { color: #1d252d; }
  .breadcrumb a:hover, .breadcrumb a:focus, .breadcrumb a:active { color: #f9423a; }

#more_info_block {
  margin: 20px 0 40px;
}

.payment-error {
  padding: 15px 30px;

  border: 3px solid #f9423a;
  border-radius: 5px;
}

#ttv-foot-store.active {
/*
  width: 45%;
  margin-right: 5%;
  float: left;
*/

  font-weight: 600;
  text-align: right;
}
  #ttv-foot-store .tfs-active-store { display: none; }
  #ttv-foot-store .tfs-phone { margin-top: 0.75em; }
  #ttv-foot-store .tfs-email { margin-bottom: 0.75em; word-wrap: break-word; }
  #ttv-foot-store a:not(.btn-red) {
    color: #333;
  }
#ttv-foot-store-map {
  display: none;

  margin-top: 25px;
  width: 50%;
  height: 190px;

  border: 2px solid #e6e6e6;
  border-radisu: 7px;
}

.ttv-news-ticker.tnt-bottom {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999;

  text-align: center;

  background: #fff;
}
  .ttv-news-ticker.tnt-bottom .tnt-toggle {
    background: #f3f3f3;
    border-top: 1px solid #999;

    cursor: pointer;
  }
  .ttv-news-ticker.tnt-bottom .tnt-toggle { padding: 12px 0 4px; }
  .ttv-news-ticker.tnt-bottom .tnt-content {
    padding: 5px;

    font-size: 14px;
    font-weight: 700;
  }
    .ttv-news-ticker.tnt-bottom .tnt-content p {
      display: inline-block;
      margin-left: 15px;
    }
  .ttv-news-ticker.tnt-bottom .tnt-content,
  .ttv-news-ticker.tnt-bottom .tnt-expanded {
    position: relative;
    top: 0;
    margin: 0 auto;
  }
  .ttv-news-ticker.tnt-bottom .tnt-expanded {
    top: 500px;
    padding: 20px;
  }

  .ttv-news-ticker-carousel {
    position: relative;
    top: 3px;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 2em;

    list-style: none;

    overflow: hidden;
  }
    .ttv-news-ticker-carousel p { margin: 0; }

    .ttv-news-ticker-carousel li {
      position: absolute;
      top: 0;
      left: 3000px;
      bottom: 0;

      width: 100%;
      height: 2em;

      z-index: 1;

      text-align: center;
      transition: left 1s;
    }
      .ttv-news-ticker-carousel li.no-trans { transition: none !important; }
      .ttv-news-ticker-carousel li.on { left: 0; }
      .ttv-news-ticker-carousel li.prev { left: -3000px; }

  .ttv-news-ticker-carousel-control {
    position: absolute;
    top: 12px;
    z-index: 2;

    width: 40px;
    height: 2em;

    cursor: pointer;

    text-align: center;
  }
    .ttv-news-ticker-carousel-control.next { right: 1em; }
    .ttv-news-ticker-carousel-control.prev { left: 1em; }


.error,
.flash_message_error {
  padding: 15px 30px;

  color: #fff;
  background: #f9423a;
}
  .flash_message_error > a {
    font-weight: bold;
    text-transform: uppercase;

    color: #fff;
  }


#customer_support strong {
  color: #f9423a;
}

#ttv-us-redirect {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999999;

  width: 450px;
  height: 222px;
  margin: -111px 0 0 -225px;

  font-size: 18px;
  font-weight: normal;
  text-align: center;

  color: #000;
  background: #fff;
}

  #ttv-us-redirect .inner {
    padding: 10px 12px;
  }

  #ttv-us-redirect-cancel {
    display: block;
    text-align: right;
  }

  #ttv-us-redirect h2 {
    margin-top: 15px;

    font-size: 21px;
    line-height: 33px;
    font-weight: bold;
    text-transform: none;

    color: #bf2e1a;
  }

  #ttv-us-redirect a {
    text-decoration: underline;
  }

  #ttv-us-redirect .flags { margin: 15px 0; }
  #ttv-us-redirect .flags a { margin: 0 10px; }


#ttv-us-redirect-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999998;

  background: #000;
  opacity: 0.4;
}



#ttv-newsletter-popup {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000000;

  width: 100%;
  height: 358px;
  margin-left: 0;
  margin-top: 0;

  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  text-align: center;

  color: #000;
  background: #1d252d;
  border-top: 10px solid #1d252d;
  border-bottom: 10px solid #1d252d;
}
   #ttv-newsletter-popup.layout-vertical {
      height: 550px;

      background: #9e4725;
      border-color: #fff;
   }

   #ttv-newsletter-popup.lang-fr { height: 428px; }

   #ttv-newsletter-popup .ttv-np-sm { font-size: 14px; }
   #ttv-newsletter-popup .ttv-np-xsm { font-size: 10px; }

   #ttv-newsletter-popup .ttv-np-main {
      color: #fff;
      background: transparent;
   }

     #ttv-newsletter-popup .ttv-np-inner { padding: 22px 30px; }
     #ttv-newsletter-popup header .ttv-np-inner { padding: 0; }
     #ttv-newsletter-popup footer .ttv-np-inner { padding-bottom: 10px; }

  #ttv-newsletter-popup header {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    font-weight: normal;

    color: #fff;
  }
      #ttv-newsletter-popup header .ttv-np-inner { display: none; }
      #ttv-newsletter-popup.layout-vertical header .ttv-np-inner { display: block; }

  #ttv-newsletter-popup .ttv-np-close {
    position: absolute;
    top: 7px;
    right: 8px;

    width: 20px;
    height: 20px;

    font-weight: bold;

    color: #fff;
    background: none;
    cursor: pointer;
  }
   #ttv-newsletter-popup.layout-vertical .ttv-np-close { color: #333; }
   #ttv-newsletter-popup .ttv-np-close:before {
      content: 'X';
   }

    #ttv-newsletter-popup header h2,
    #ttv-newsletter-popup .ttv-np-main h2 {
      display: block;
      width: 100%;
      margin: 5px auto;

      font-size: 27px;
      font-weight: 700;
      line-height: 28px;
      text-transform: uppercase;

      color: #fff;

      overflow: hidden;
    }
      #ttv-newsletter-popup.layout-vertical .ttv-np-main h2 { margin: 0; }
      #ttv-newsletter-popup.layout-vertical .ttv-np-main h2 + p { margin-top: 0; }

  #ttv-newsletter-popup footer {
    padding-top: 2.5em;

    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    text-align: center;

    color: #fff;
    background: transparent;
  }
   #ttv-newsletter-popup.layout-vertical footer {
      width: 80%;
      margin: 0 auto;
      padding-top: 1.5em;
   }

  #ttv-newsletter-popup .ttv-np-main p { margin-bottom: 0; }
  #ttv-newsletter-popup footer p { margin-top: 0; }

  #ttv-newsletter-popup .btn-white {
   display: block;
   width: 100%;
   height: 36px;
   padding: 0 15px;

   font-size: 15px;
   line-height: 36px;

   color: #1d252d !important;
   background: #fff;
   opacity: 1;

   box-sizing: border-box;
  }

  #ttv-newsletter-popup footer input[type="email"] {
   display: block;
   box-sizing: border-box;

   width: 100%;
   height: 36px;

   font-size: 16px;
   text-align: center;
  }

  #ttv-newsletter-popup .ttv-np-main .ttv-np-inner {
    padding-top: 9px;
    padding-bottom: 6px;
  }

  #ttv-newsletter-popup footer .ttv-np-inner {
    padding-top: 0;
  }

#ttv-newsletter-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;

  background: #000;
  opacity: 0.5;
}


.recipe-featurette {
   clear: both;
   color: #fff;
   background: #111;
}
   .recipe-featurette > .container-fluid {
      padding: 0;
   }
   .recipe-featurette .recipe-description {
      padding: 20px 30px 20px 10px;

      font-weight: 300;
      text-align: center;
   }
      .recipe-featurette .recipe-description h4 {
         font-size: 24px;
         font-weight: 400;
         line-height: 36px;
         font-style: italic;
      }

#back-to-top {
  display: block;
  z-index: 99999;

  position: fixed;
  bottom: 20px;
  right: 15px;

  width: 35px;
  height: 35px;

  background: url('/res/css/img/back-to-top.png') no-repeat;

  cursor: pointer;
}


.cart_product_attribs {
  margin-top: -0.6em;

  font-size: 0.8em;
  line-height: 1.25em;
}
  .p-attr {
    display: inline-block;
    margin-right: 1.5em;

    color: #333;
  }
    .order-sidebar .p-attr { display: block; }

    .p-attr-name {
      font-weight: bold;
    }



#password-reset label {
  display: block;
  margin-bottom: 5px;

  font-weight: 700;
}


#ttv-nav-giving-change {
   display: inline-block;
   width: 130px;

   color: transparent !important;
   background: url('/res/pub/Giving_Change/TTV_Giving_Change_Logo-Red.svg') no-repeat center;
   background-size: 121%;
}


