/* ///////////////////////////////////// */
/* friday Banner */
/* //////////////////////////////////// */  
.black-friday-banner {
  background-color: #0c1b32;
  background-image: url('./friday-banner-bg.jpg');
  background-size: cover;
  background-position: center center;
  text-align: center;
  text-transform: uppercase;
  font-family: "ff-tisa-sans-web-pro",sans-serif;
  font-weight: 500;
  position: relative;
  padding: 20px 0;
}

.black-friday-banner p {
  font-size: 17px;
  color: #fff;
  padding: 0 50px;
}

.black-friday-banner span {
  display: block;
  color: #f7cb2c;
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: 700;
}

.friday-up {
  width: 15px;
  fill: rgba(255,255,255,0.5);
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -8px;
}

.friday-up:hover {
  fill: #fff;
  cursor: pointer;
}

/* ///////////////////////////////// */



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  font-size: 100%;
  font-weight: 400;
  font-family: "ff-tisa-sans-web-pro",sans-serif;
  line-height: 1.4;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #f7cb2c; }

select {
  font-family: "ff-tisa-sans-web-pro",sans-serif; }

.large-width {
  max-width: 1800px;
  margin: 0 auto;
  position: relative;}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-size: 1em;
  line-height: 1.25;
  text-transform: uppercase;
  color: #363636; }

fieldset, img {
  border: none; }

a {
  text-decoration: none; }

input, textarea {
  font-size: 100%;
  outline: none; }

input[type=text], input[type=email], input[type=password], input[type=submit], textarea {
  background-color: transparent;
  outline: none;
  -webkit-appearance: none;
  border: none;
  box-shadow: none; }

input[type=submit]:hover {
  cursor: pointer; }

button {
  outline: none;
  border: none;
  -webkit-apperance: none; }
  button:hover {
    cursor: pointer; }

.big-button {
  display: inline-block;
  background-color: #f7cb2c;
  line-height: 46px;
  color: white;
  padding: 0 25px;
  font-weight: 600;
  border-radius: 23px;
  margin-top: 30px;
  font-size: 22px;
  text-transform: uppercase; }
  .big-button:hover {
    background-color: #ffae2d; }

.button {
  display: inline-block;
  background-color: #f7cb2c;
  line-height: 34px;
  font-size: 14px;
  color: white;
  padding: 0 20px;
  font-weight: 600;
  border-radius: 17px; }
  .button:hover {
    background-color: #ffae2d; }

.width-wrapper {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px; }

.yellow-text {
  color: #f7cb2c; }

a.yellow-text:hover {
  color: #ffae2d; }

.cross {
  text-decoration: line-through;
  display: inline-block;
  margin-left: 5px; }

.index-price {
  display: inline; }

.master-header {
  position: absolute;
  padding-top: 30px;
  padding-bottom: 30px;
  left: 0;
  width: 100%;
  z-index: 100; }

.master-header.black {
  background: white; }
  .master-header.black a {
    color: black; }
  .master-header.black .cart-count {
    color: white; }

h1 {
  float: left; }
  h1 a {
    display: block;
    background-image: url(logo.svg);
    background-size: cover;
    width: 128px;
    height: 53px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }

.master-nav {
  float: right;
  margin-top: 14px; }
  .master-nav li {
    display: inline; }
  .master-nav li + li {
    margin-left: 30px; }
  .master-nav a {
    color: white;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase; }
    .master-nav a:hover {
      color: #f7cb2c; }
      .master-nav a:hover .cart-count {
        color: white; }

.billboard {
  background-color: #333;
  display: block;
  position: relative; }
  .billboard .width-wrapper {
    position: relative;
    height: 500px; }

.slideshow {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2; }
  .slideshow:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); }
  .slideshow img {
    position: absolute;
    z-index: -1;
    height: 100%;
    right: 0; }

.billboard-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  padding-top: 50px; }
  .billboard-text h2 {
    font-size: 45px;
    font-size: 700;
    color: white;
    line-height: 1.1; }

.cart-count {
  background-color: #f7cb2c;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  margin-left: 5px; }

@media only screen and (min-width: 700px) {
  .billboard .width-wrapper {
    height: 600px; }
  .billboard-text h2 {
    font-size: 53px; } }

@media only screen and (min-width: 900px) {
  .billboard .width-wrapper {
    height: 700px; }
  .billboard-text h2 {
    font-size: 60px; } }

@media only screen and (min-width: 1023px) {
  .slideshow img {
    height: auto;
    width: 100%;
    top: 50%;
    transform: translateY(-50%); } }

.index-products {
  overflow: hidden;
  background: white; }

.index-product {
  width: 100%;
  position: relative;
  display: block;
  background: black; }
  .index-product:hover img {
    opacity: .85; }
  .index-product:hover h3 {
    color: #f7cb2c; }
  .index-product:hover .button {
    background-color: #ffae2d; }
  .index-product img {
    max-width: 100%;
    display: block; }

.index-product-overlay {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 20px 20px;
  background-color: black;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  overflow: hidden; }
  .index-product-overlay h3 {
    color: white;
    font-size: 17px; }
  .index-product-overlay p {
    color: #d5d5d5;
    font-size: 15px; }
  .index-product-overlay span {
    float: right; }

.product-text-left {
  float: left; }

@media only screen and (min-width: 600px) {
  .index-product {
    width: 50%;
    float: left; } }

@media only screen and (min-width: 900px) {
  .index-product {
    width: 33.333333333%;
    float: left; } }

@media only screen and (min-width: 1600px) {
  .index-product {
    width: 20%;
    float: left; } }

#packs {
  overflow: hidden; }
  #packs .index-product {
    width: 100%;
    height: 300px;
    position: relative;
    display: block;
    background-color: black;
    background-size: cover;
    background-position: center center; }
    #packs .index-product:after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    #packs .index-product:hover:after {
      background: rgba(0, 0, 0, 0.15); }

#packs .index-product-overlay {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 20px 20px;
  background: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  text-align: center; }
  #packs .index-product-overlay h3 {
    color: white;
    font-size: 32px; }
  #packs .index-product-overlay p {
    color: #d5d5d5;
    font-size: 20px;
    margin-bottom: 15px;
    display: block; }
  #packs .index-product-overlay span {
    float: none; }
  #packs .index-product-overlay .product-text-left {
    float: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.pack-target {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20; }

@media only screen and (min-width: 600px) {
  #packs .index-product {
    width: 50%; } }

@media only screen and (min-width: 900px) {
  #packs .index-product {
    width: 50%;
    height: 350px; } }

@media only screen and (min-width: 1040px) {
  #packs .index-product {
    width: 50%;
    height: 400px; } }

@media only screen and (min-width: 1200px) {
  #packs .index-product {
    width: 50%; } }

@media only screen and (min-width: 1600px) {
  #packs .index-product {
    width: 50%; } }

.product-background {
  background: white; }

.product-single {
  padding-top: 120px;
  max-width: 500px;
  margin: 0 auto;
  padding-bottom: 60px;
  overflow: hidden; }
  .product-single img {
    width: 100%;
    display: block; }
  .product-single select {
    height: 46px;
    width: 100%;
    padding: 0 0 0 20px;
    font-weight: 700;
    border-radius: 23px;
    border: 1px solid #ccc;
    background-color: transparent;
    font-size: 16px;
    -webkit-appearance: none;
    outline: none;
    background-image: url('./dropdown.jpg');
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: right 20px center; }

.dropper {
  width: 50%;
  float: left;
  margin: 0 !important; }

.dropper.one {
  padding-right: 5px; }

.dropper.two {
  padding-left: 5px; }

.selector-wrapper label {
  display: none; }
.selector-wrapper select {
  width: 100%; }

#ComparePrice {
  color: #eee;
  font-size: 25px;
  font-weight: 700;
  margin-left: 10px;
  line-height: 1; }

.quantity-share {
  margin: 10px 0 0 0;
  overflow: hidden; }

.product-single__quantity {
  display: block;
  float: left; }

#ProductPhotoImg {
  padding: 0 3px; }

.product-left {
  margin-bottom: 25px; }
  .product-left #ProductThumbs {
    overflow: hidden; }
  .product-left li {
    display: block;
    float: left;
    width: 25%;
    padding: 6px 3px 0 3px; }

.product-right h2 {
  font-size: 40px;
  line-height: 1; }
.product-right p {
  color: #363636; }
.product-right .product-single__price {
  color: #f7cb2c;
  font-size: 25px;
  font-weight: 700; }
.product-right .big-button {
  display: block;
  width: 100%;
  margin-top: 25px; }

.product-description p {
  margin-top: 25px; }

#ProductPrice {
  margin-top: 5px;
  display: inline-block; }

#AddToCart {
  line-height: 56px;
  margin-top: 15px; }

#AddToCartText {
  font-weight: 700; }

@media only screen and (min-width: 800px) {
  .product-single {
    max-width: none; }
  .product-left {
    float: left;
    width: 50%;
    padding-right: 20px; }
  .product-right {
    float: right;
    width: 50%;
    padding-left: 20px; }
  .product-single__quantity {
    margin-right: 20px; } }

.as-seen-on {
  background-color: #f3f5f7;
  padding: 60px 0; }
  .as-seen-on .width-wrapper {
    max-width: 1120px; }
  .as-seen-on h3 {
    font-size: 34px;
    text-align: center;
    display: block;
    margin-bottom: 40px; }
  .as-seen-on ul {
    text-align: center; }
  .as-seen-on li {
    display: inline-block; }
    .as-seen-on li img {
      padding: 5px;
      width: 150px;
      height: 55px; }

.tag-photos {
  background-color: white;
  padding: 100px 0; }
  .tag-photos h3 {
    font-size: 34px;
    text-align: center; }

.instagram {
  overflow: hidden; }

.instagram .instagram-photo:nth-child(11), .instagram .instagram-photo:nth-child(12) {
  display: none; }

.instagram-photo {
  width: 50%;
  height: 200px;
  background-size: 170%;
  background-position: center center;
  position: relative;
  float: left; }
  .instagram-photo img {
    max-width: 100%;
    display: block; }

.instagram-photo:hover .instagram-photo-overlay {
  opacity: 1; }

.instagram-photo-overlay {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  transition: opacity 0.15s; }

.instagram-photo-text {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  font-size: 30px;
  font-weight: 600;
  margin-top: -10px; }
  .instagram-photo-text svg {
    fill: white;
    width: 30px;
    margin-bottom: -10px; }

@media only screen and (min-width: 500px) {
  .instagram .instagram-photo:nth-child(10) {
    display: none; }
  .instagram-photo {
    width: 33.333333333%;
    height: 186px; } }

@media only screen and (min-width: 700px) {
  .instagram .instagram-photo:nth-child(9) {
    display: none; }
  .instagram-photo {
    width: 25%;
    background-size: 170%; } }

@media only screen and (min-width: 900px) {
  .instagram .instagram-photo:nth-child(9), .instagram .instagram-photo:nth-child(10) {
    display: block; }
  .instagram-photo {
    width: 20%; } }

@media only screen and (min-width: 1100px) {
  .instagram .instagram-photo:nth-child(11), .instagram .instagram-photo:nth-child(12) {
    display: block; }
  .instagram-photo {
    width: 16.6666666667%; } }

.mailinglist {
  background-color: #f3f5f7;
  padding: 60px 0; }
  .mailinglist h3 {
    font-size: 34px;
    margin-bottom: 40px;
    text-align: center; }

.form-error {
  margin-top: 10px;
  color: #333;
  font-size: 15px; }

.mailing-list-form {
  max-width: 550px;
  margin: 0 auto; }
  .mailing-list-form input[type=email] {
    background-color: white;
    height: 60px;
    display: block;
    width: 100%;
    padding: 0 20px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    font-size: 23px;
    font-weight: 700; }
  .mailing-list-form input[type=submit] {
    background-color: #f7cb2c;
    color: white;
    width: 100%;
    height: 60px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 23px;
    text-align: center;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px; }
    .mailing-list-form input[type=submit]:hover {
      background-color: #ffae2d; }

@media only screen and (min-width: 500px) {
  .mailing-list-form {
    overflow: hidden; }
    .mailing-list-form input[type=email] {
      border-top-right-radius: 0;
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
      float: left;
      width: 75%; }
    .mailing-list-form input[type=submit] {
      border-bottom-right-radius: 10px;
      border-top-right-radius: 10px;
      border-bottom-left-radius: 0;
      float: right;
      width: 25%; } }

.master-footer {
  background-color: #f7cb2c;
  padding: 40px 0 20px 0; }
  .master-footer .width-wrapper {
    position: relative; }
    .master-footer .width-wrapper:after {
      background-repeat: no-repeat;
      background-image: url('logo-black.svg');
      background-size: 200px;
      content: "";
      position: absolute;
      top: 0;
      right: 20px;
      background-position: right top;
      width: 400px;
      height: 200px;
      opacity: .03; }

.footer-box {
  text-align: center;
  position: relative;
  z-index: 2; }
  .footer-box h3 {
    margin-bottom: 8px; }
  .footer-box li {
    list-style: none;
    line-height: 28px; }
  .footer-box a {
    color: #7d6200; }
    .footer-box a:hover {
      color: black; }

.footer-box + .footer-box {
  margin-top: 30px; }

.footer-bottom {
  text-align: center;
  padding-top: 25px;
  margin-top: 45px;
  border-top: 1px solid #e3b616; }

.needwant a {
  position: relative;
  display: block;
  padding-left: 80px;
  line-height: 31px;
  display: inline-block;
  color: #a58201; }
  .needwant a svg {
    fill: #a58201;
    width: 70px;
    position: absolute;
    left: 0; }

@media only screen and (min-width: 600px) {
  .master-footer .width-wrapper:after {
    background-size: 250px;
    opacity: 0.1; }
  .footer-top {
    overflow: hidden; }
  .footer-box {
    text-align: left;
    float: left; }
  .footer-box + .footer-box {
    margin: 0 0 0 60px; }
  .footer-bottom {
    margin-top: 60px;
    text-align: left; } }

@media only screen and (min-width: 800px) {
  .master-footer .width-wrapper:after {
    background-size: 320px; } }

#share {
  padding-top: 2px;
  display: block;
  float: left;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-right: 5px; }

.twitter-share-button {
  margin-right: 5px; }

.social {
  max-height: 25px;
  overflow: hidden;
  display: inline-block;
  margin-top: 20px; }

@media only screen and (min-width: 800px) {
  #share {
    margin-right: 20px; }
  .twitter-share-button {
    margin-right: 20px; } }

.other-masks {
  background-color: #f3f5f7; }
  .other-masks .other-head {
    text-align: center;
    font-size: 34px;
    color: #363636;
    padding: 60px 0; }

.cart-page {
  padding-top: 113px;
  background-color: white; }
  .cart-page h2 {
    font-size: 34px;
    padding-top: 10px;
    color: #363636;
    padding-bottom: 30px; }
  .cart-page form {
    background-color: #f3f5f7;
    padding: 60px 20px; }
    .cart-page form .width-wrapper {
      margin: 0 auto; }

.cart-empty {
  background-color: #f3f5f7; }
  .cart-empty p {
    font-size: 18px;
    text-align: center;
    padding: 40px; }

.cart-empty-head {
  background: white; }

.cart-row {
  border-bottom: 1px solid #dadcde;
  padding-bottom: 30px;
  margin-bottom: 30px; }

.cart-col {
  text-align: center; }
  .cart-col h3 {
    font-size: 18px; }

.cart-image {
  margin-bottom: 10px; }
  .cart-image img {
    max-width: 180px;
    margin: 0 auto 15px auto;
    display: block; }

.cart-price {
  color: #7b7b7b;
  font-size: 18px;
  margin-bottom: 15px; }

.quant-remove {
  overflow: hidden;
  width: 130px;
  margin: 0 auto;
  position: relative; }
  .quant-remove .cart-col {
    float: left; }
  .quant-remove .cart-remove {
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    right: 0;
    top: 50%;
    margin-top: -7px; }

.cart-remove {
  width: 15px;
  opacity: .3; }
  .cart-remove:hover {
    opacity: .6; }

.cart__quantity-selector {
  height: 46px;
  width: 100px;
  padding: 0 0 0 20px;
  font-weight: 700;
  border-radius: 23px;
  border: 1px solid #ccc;
  background-color: transparent;
  font-size: 16px;
  -webkit-appearance: none;
  outline: none;
  background-image: url('./dropdown.jpg');
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: right 20px center; }

.sub-total {
  text-align: center;
  margin-bottom: 30px; }
  .sub-total p span {
    font-weight: 700; }

.cart-actions .button.yellow {
  background-color: #f7cb2c;
  font-size: 21px;
  line-height: 56px;
  display: block;
  width: 100%;
  margin-top: 8px; }
.cart-actions .button.grey {
  background-color: #d9d9d9;
  color: #363636;
  font-size: 21px;
  line-height: 56px;
  display: block;
  width: 100%; }

@media only screen and (min-width: 700px) {
  .cart-row {
    overflow: hidden;
    position: relative; }
  .cart-center {
    position: absolute;
    top: 50%;
    width: 85%;
    right: 0;
    -webkit-transform: translateY(-65%);
    -moz-transform: translateY(-65%);
    -ms-transform: translateY(-65%);
    -o-transform: translateY(-65%);
    transform: translateY(-65%); }
  .cart-col {
    text-align: left;
    float: left; }
  .cart-image {
    width: 15%;
    margin-bottom: 0; }
    .cart-image img {
      max-width: 100%;
      margin: 0;
      display: block; }
  .cart-item {
    width: 45%;
    padding-left: 35px; }
  .cart-price {
    margin-bottom: 15px; }
  .quant-remove {
    overflow: hidden;
    width: 40%;
    margin: 0 auto; }
    .quant-remove .cart-col {
      float: left; }
    .quant-remove .cart-remove {
      float: right; }
  .cart__quantity-selector {
    height: 46px;
    width: 100px;
    padding: 0 0 0 20px;
    font-weight: 700;
    border-radius: 23px;
    border: 1px solid #ccc;
    background-color: transparent;
    font-size: 16px;
    -webkit-appearance: none;
    outline: none;
    background-image: url('./dropdown.jpg');
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: right 20px center; }
  .sub-total {
    text-align: center;
    margin-bottom: 30px; }
    .sub-total p span {
      font-weight: 700; }
  .cart-actions {
    overflow: hidden; }
    .cart-actions .button.yellow {
      margin-top: 0; }
    .cart-actions .button-space-1, .cart-actions .button-space-2 {
      float: left;
      width: 50%; }
    .cart-actions .button-space-1 {
      padding-right: 9px; }
    .cart-actions .button-space-2 {
      padding-left: 9px; } }

.ann-banner {
  background-color: #f7cb2c; }
  .ann-banner .width-wrapper {
    position: relative; }
  .ann-banner p {
    padding: 20px 40px;
    color: white;
    text-align: center;
    font-size: 17px;
    font-weight: 700; }

.banner-up {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  width: 18px;
  fill: white;
  opacity: .7; }
  .banner-up:hover {
    opacity: 1;
    cursor: pointer; }
