.prodbox {
  margin-left:0px;
}

.prodlabel {
  font-size: 14px;
}

.prodspanlabel {
  position:relative;
  top: -10px;
}

input.prodcheck {
    -webkit-appearance: none;
    padding:12px;
    display:inline-block;
    position:relative;
    top:0px;
    left:0;
    border:1px solid #b4b4b4;
    width:16px;
    height:22px;
    vertical-align:baseline;
    float:none;
}

input.prodcheck:checked {
    background-color: #C21735;
    border-color: #C21735;
    }

input.prodcheck:checked:before {
    content: '';
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
    margin-left:-12px;
    margin-top:-12px;
    padding-top:2px;
    font-size:21px;
    color: #fff;
    position: absolute;
    width:100%;
    height:100%;
    line-height: 100%;
    background-image:url('../images/assets/global/checkbox-red1.png');
    background-position:center center;

    }

.tabs {
  position: relative;
  padding: 0px;
  display: block;
  text-align: center;
  width: 100%;
  float: left;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease; }

.tabs .button {
  color: #e2231a; }`
  .tabs.button:hover {
    color: white; }

.tabs input {
  z-index: 1000;
  width: 1px;
  height: 1px;
  left: 0px;
  top: 0px;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease; }

.tabs label {
  font-size: 18px;
  position: relative;
  padding: 0px 0px 5px 0px;
  margin: 0px 15px;
  display: inline-block;
  text-align: left;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease; }

.tabs input:hover + label {
  color: #e2231a; }

.tabs label:first-of-type {
  z-index: 4; }

.tab-label-2 {
  z-index: 3; }

.tab-label-3 {
  z-index: 2; }

.tabs input:checked + label {
  color: #e2231a;
  z-index: 6; }

.clear-shadow {
  clear: both;
  height: 1px;
  width: 100%;
  background: #d1d1d1; }

.content {
  margin: auto;
  width: 85%;
  position: relative;
  display: block;
  z-index: 5;
 }
  @media (max-width: 1250px) {
    .content {
      width: 95%; } }
  @media (max-width: 767px) {
    .content {
      width: 100%;
       } }

.content .content-1,
.content .content-2,
.content .content-3 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity linear 0.1s;
  -moz-transition: opacity linear 0.1s;
  -o-transition: opacity linear 0.1s;
  -ms-transition: opacity linear 0.1s;
  transition: opacity linear 0.1s; }
  .content .content-1 h4,
  .content .content-2 h4,
  .content .content-3 h4 {
    margin-bottom: 0px; }
  .content .content-1 h5,
  .content .content-2 h5,
  .content .content-3 h5 {
    margin: 8px 0px 5px 0px;
    float: left;
    width: 100%;
    display: block;
    text-align: left; }
    .content .content-1 h5 span,
    .content .content-2 h5 span,
    .content .content-3 h5 span {
      display: inline-block;
      width: 14px;
      height: 14px;
      margin-right: 3px;
      background: url(../images/assets/product/star.png);
      cursor: pointer; }
      .content .content-1 h5 span.red,
      .content .content-2 h5 span.red,
      .content .content-3 h5 span.red {
        background: url(../images/assets/product/star-red.png); }

.tabs input.tab-selector-1:checked ~ .content .content-1,
.tabs input.tab-selector-2:checked ~ .content .content-2,
.tabs input.tab-selector-3:checked ~ .content .content-3 {
  width: 100%;
  /*z-index: 100;*/
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: opacity ease-out 0.2s 0.1s;
  -moz-transition: opacity ease-out 0.2s 0.1s;
  -o-transition: opacity ease-out 0.2s 0.1s;
  -ms-transition: opacity ease-out 0.2s 0.1s;
  transition: opacity ease-out 0.2s 0.1s; }

ol.specs {
  text-align: left;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 14px;
  line-height: 20px;
  border: none !important;
  padding-left: 20px; }
  ol.specs li {
    text-align: left;
    text-transform: normal !important;
    padding: 8px 0px; }




.product p {
  font-size: 14px;
  line-height: 20px; }
.product h4 {
  font-size: 16px;
  letter-spacing: 1px; }
  .product h4 span {
    color: #e2231a;
    text-decoration: underline; }
.product h5 {
  font-family: "Oswald", "Helvetica", sans-serif;
  text-transform: uppercase;
  color: #d1d1d1;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 14px;
  line-height: normal;
  margin: 0; }
.product a {
  color: #e2231a;
  text-decoration: none;
  cursor: pointer; }
  .product a:hover {
    color: #7e0c1e; }
.product section {
  background: white;
  width: 100%;
  position: relative;
  display: block;
  float: left;
  }
.product .clear {
  clear: both; }
.product .feature {
  padding: 250px 0px 100px 0px; }
  @media (max-width: 960px) {
    .product .feature {
      padding: 150px 0px 100px 0px; } }
  @media (max-width: 767px) {
    .product .feature {
      padding: 125px 0px 50px 0px; } }
  .product .feature .twocol {
    width: 50%;
    padding: 0px 5%;
    position: relative;
    display: block;
    float: left; }
    @media (max-width: 960px) {
      .product .feature .twocol {
        width: 100%; } }
  .product .feature .main {
    display: block;
    position: relative;
    width: 80%;
    height: auto;
    margin: 50px auto; }
    @media (max-width: 960px) {
      .product .feature .main {
        width: 50%; } }
    @media (max-width: 450px) {
      .product .feature .main {
        width: 90%;
        margin: 10px auto;
      }
    }

    .product-image-zoom {
      overflow: auto;
      min-height: 200px;
    }

  .product .feature ul.product-image-thumbs {
    margin: 0;
    padding: 0;
    text-align: center; }
    .product .feature ul.product-image-thumbs li {
      list-style-type: none;
      list-style: none;
      display: inline-block;
      margin: 0px 5px;
      width: 80px;
      height: 70px;
      border: 1px solid #d1d1d1; }
      .product .feature ul.product-image-thumbs li a {
        display: block;
        width: 78px;
        height: 68px;
        position: absolute; }
        .product .feature ul.product-image-thumbs li a:hover {
          opacity: 0.5; }
        .product .feature ul.product-image-thumbs li a img {
          display: block;
          position: relative;
          width: 50px;
          height: 50px;
          margin: 5px auto; }
      @media (max-width: 450px) {
        .product .feature ul.product-image-thumbs li {
          width: 70px;
          margin: 0px 2px; }
          .product .feature ul.product-image-thumbs li a {
            width: 68px; } }
  .product .feature .social h5 {
    margin: 0;
    padding-top: 10px;
    width: 50%;
    float: left;
    display: block; }
  .product .feature .social ul {
    margin: 0;
    padding: 0;
    text-align: right;
    width: 50%;
    float: left;
    display: block; }
    .product .feature .social ul li {
      list-style-type: none;
      list-style: none;
      display: inline-block;
      margin: 0px 5px;
      border: none; }
      @media (max-width: 450px) {
        .product .feature .social ul li {
          margin: 0px 2px; } }
      .product .feature .social ul li img {
        width: 20px;
        height: 20px; }
        .product .feature .social ul li img:hover {
          opacity: 0.5; }
  .product .feature .reviews {
    border-bottom: 1px solid #d1d1d1;
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 15px; }
    .product .feature .reviews h1 {
      padding-bottom: 0;
      margin-bottom: 0;
      font-size: 1.2em;
    }

    .product .feature .reviews h4 {
      margin: 0;
      width: 50%;
      float: left;
      display: block; }
      .product .feature .reviews h4 a {
        text-decoration: underline; }
    .product .feature .reviews h5 {
      /*margin: 8px 0px 0px 0px; */
      width: 50%;
      float: left;
      display: block;
      text-align: right; }
      .product .feature .reviews h5 span {
        display: inline-block;
        width: 14px;
        height: 14px;
        margin-right: 3px;
        background: url(../images/assets/global/star.png);
        cursor: pointer; }
        .product .feature .reviews h5 span.red {
          background: url(../images/assets/global/star-red.png); }
    @media (max-width: 767px) {
        .product .feature .reviews h5 {
          width: initial;
        }
        .product .feature .reviews h4 {
            width: 100%;
        }
        .product p.availability {
          font-size: 0.8em;
          margin-top: 2px;
        }
    }
  .product .feature .desc {
    display: block;
    float: left;
    margin: 50px 0px; }
  .product .feature .checkout {
    border-bottom: 1px solid #d1d1d1;
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 50px;
    margin-bottom: 20px; }
    .product .feature .checkout h2,
    .product__price--mobile,
    .product__price--dekstop {
      margin: 0;
      padding-top: 5px;
      width: 67%;
      float: left;
      display: block;
      color: #e2231a;
    }

      .product-gallery {
        display: block;
        float: left;
        margin: 0 auto;
        width: 100%;
      }
      .product-gallery--mobile {
        display: none;
      }
      .product .feature .twocol {
        float: right;
      }


    h4.product-desc__availability p {
      margin-top: 0;
    }

    @media screen and (max-width: 767px) {
      .product__price {
        font-size: 0.9em;
        padding: 0;
      }

      h4.product-desc__availability p {
        font-size: 0.8em;
        margin: 0;
      }
      .product .feature .desc {
        margin: 20px 0;
      }
    }

    @media screen and (max-width: 960px) {
      .product .feature .reviews {
        padding-bottom: 0;
        border: none;
      }
    }
    .product .feature .checkout .button {
      font-size: 16px;
      width: 30%;
      margin-left: 3%;
      float: right;
      display: block;
      padding: 12px 15px;
      text-align: center;
      color: black; }
      @media (max-width: 450px) {
        .product .feature .checkout .button {
          padding: 10px 0px !important;
          font-size: 14px;
          width: 100%;
          margin-top: 2%;} }
    .product .feature .checkout select {
      padding: 15px; }
      .product .feature .checkout select.button5,
      .product__form--mobile select.button5 {
        height: 53px;
        background: white url(../images/assets/global/arrow-down.png) no-repeat;
        background-position: 90% center;
        color: #d1d1d1;
        border-color: #d1d1d1;
        border-radius: 0px !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        font-size: 14px;
        width: 100%;
        text-transform: uppercase;
        border: 3px solid #d1d1d2;}
        @media screen and (max-width: 450px) {
          .product .feature .checkout select.button5 {
            font-size: 12px;
          }
        }
        .product .feature .checkout select.button5:focus {
          outline: none;
          border-color: #b7b7b7; }
        .product .feature .checkout select.button5:hover {
          color: #b7b7b7;
          border-color: #e2231a; }

      @media screen and (max-width: 960px) {
        .last * {
          margin-bottom: 0;
        }
        .product .feature .checkout select.button5 {
          padding: 0 24px 0px 7px;
          height: 40px;
        }

        .product .feature .checkout .input-box {
          margin-left: 10px;
        }
      }

      .product-options .last {
        overflow: hidden;
      }

      @media screen and (max-width: 960px) {
        .product .feature .twocol.product-gallery--desktop {
          display: none;
        }
        .product-gallery--mobile {
          display: block;
          clear: left;
        }
        .product__options--desktop {
          display: none;
        }
        .product__options--mobile {
          display: none;
        }
        .product__price--mobile {
          display: block;
          margin-top: -10px;
        }

        .product-options .last {
          margin: 5px auto 0;
        }

        .product-options select.button5 {
          height: 40px;
          padding: 0 20px 0 5px;
          font-size: 12px;
        }
      }

.product .imagegrid {
  width: 100%;
  height: 500px; }
  .product .imagegrid.seven {
    height: 750px; }
  @media (max-width: 767px) {
    .product .imagegrid {
      height: 1000px; } }
  .product .imagegrid .panel .hover-info {
    -webkit-transition: all .2s;
    opacity: 0;
    width: 100%;
    height: 250px;
    display: block;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    background-image: url(../images/assets/global/mountains-hover.png);
    background-repeat: no-repeat;
    background-position: right 500px; }
    .product .imagegrid .panel .hover-info:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
    .product .imagegrid .panel .hover-info:hover {
      -webkit-transition: 1.5s all cubic-bezier(0.23, 1, 0.32, 1);
      -moz-transition: 1.5s all cubic-bezier(0.23, 1, 0.32, 1);
      transition: 1.5s all cubic-bezier(0.23, 1, 0.32, 1);
      opacity: 1;
      background-position: right bottom; }
  .product .imagegrid .video {
    background: url(../images/assets/product/product-feature1.jpg);
    background-size: cover;
    background-position: center;
    width: 33%;
    height: 500px;
    float: left;
    display: block;
    text-align: center; }
    @media (max-width: 960px) {
      .product .imagegrid .video {
        width: 50%; } }
    @media (max-width: 767px) {
      .product .imagegrid .video {
        width: 100%; } }
    .product .imagegrid .video .play {
      margin-top: 185px;
      height: 125px;
      width: 125px;
      border-radius: 1000px;
      background: rgba(255, 255, 255, 0.4);
      transition: .2s;
      z-index: 200; }
      .product .imagegrid .video .play:hover {
        background: rgba(196, 18, 47, 0.9); }
    .product .imagegrid .video .hover-info {
      -webkit-transition: all .2s;
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 33%;
      height: 500px;
      display: block;
      text-align: center;
      background: rgba(0, 0, 0, 0.5);
      background-image: url(../images/assets/global/mountains-hover.png);
      background-repeat: no-repeat;
      background-position: right 500px;
      }
      @media (max-width: 960px) {
        .product .imagegrid .video .hover-info {
          width: 50%; } }
      @media (max-width: 767px) {
        .product .imagegrid .video .hover-info {
          width: 100%; } }
      .product .imagegrid .video .hover-info:hover {
        -webkit-transition: 1.5s all cubic-bezier(0.23, 1, 0.32, 1);
        -moz-transition: 1.5s all cubic-bezier(0.23, 1, 0.32, 1);
        transition: 1.5s all cubic-bezier(0.23, 1, 0.32, 1);
        opacity: 1;
        background-position: right bottom; }

            .product .imagegrid .panel .hover-info .play {
      margin-top: 63px;
      height: 125px;
      width: 125px;
      border-radius: 1000px;
      background: rgba(180, 0, 0, 0.9);
      transition: .2s;
      z-index: 200; }
      .product .imagegrid .panel .hover-info .play:hover {
        background: rgba(196, 18, 47, 0.9); }

       .product .imagegrid .one-third.tall .play {
        margin-top: 200px; }

  .product .imagegrid .images {
    width: 67%;
    float: left;
    display: block; }
    @media (max-width: 960px) {
      .product .imagegrid .images {
        width: 50%; } }
    @media (max-width: 767px) {
      .product .imagegrid .images {
        width: 100%; } }
    .product .imagegrid .images.seven {
      width: 100%; }
  .product .imagegrid .two-third {
    width: 67%;
    height: 250px;
    float: left;
    display: block; }
    .product .imagegrid .two-third img {
      width: 100%;
      height: auto; }
    @media (max-width: 960px) {
      .product .imagegrid .two-third {
        width: 50%; } }
  .product .imagegrid .one-third {
    width: 33%;
    height: 250px;
    float: left;
    display: block; }
    .product .imagegrid .one-third.tall {
      margin-top: -250px;
      height: 500px; }

            .product .imagegrid .one-third.tall.top {
        margin-top: 0px; }
        @media (max-width: 960px) {
          .product .imagegrid .one-third.tall.top {
            width: 50%; } }
        @media (max-width: 767px) {
          .product .imagegrid .one-third.tall.top {
            width: 100%; } }
/*        @media (max-width: 960px) {
          .product .imagegrid .one-third.tall.top .hover-info {
            width: 50%; } } */
        @media (max-width: 767px) {
          .product .imagegrid .one-third.tall.top .hover-info {
            width: 100%; } }



      .product .imagegrid .one-third.tall.panel .hover-info {
        height: 500px; }
    @media (max-width: 960px) {
      .product .imagegrid .one-third {
        width: 50%; } }
  .product .imagegrid .one-half {
    width: 50%;
    height: 500px;
    float: left;
    display: block; }
    .product .imagegrid .one-half.panel .hover-info {
      height: 500px; }
  .product .imagegrid .one-full {
    width: 100%;
    height: 500px;
    float: left;
    display: block; }
    .product .imagegrid .one-full.panel .hover-info {
      height: 500px; }
.product .specs .top {
  background: #eff0f0; }
  .product .specs .top .tabs ul {
    margin: 0;
    padding: 30px 0;
    text-align: center;
     }
    .product .specs .top .tabs ul li {
      list-style-type: none;
      list-style: none;
      display: inline-block;
      margin: 0px 25px;
       }
      .product .specs .top .tabs ul li a {
        color: black; }
        .product .specs .top .tabs ul li a:hover {
          color: #d1d1d1; }
          
  @media (max-width: 767px) {
    .product .specs .top .tabs ul li {
        margin: 0;
    }
    .product .specs .top {
      background: white; } }
.product .specs .top .slider {
    position: relative;
    margin-top: 7%;
    width: 40%;
    margin-right:15%;
    height: auto;
    background-size: cover;
    background-position: center;
    float: right; }
  @media (max-width: 1600px) {
    .product .specs .top .slider {
      width: 60%;
      margin-right:auto;
    }

  }
    .product .specs .top .slider .featureimage{
      width:100%;
      padding-bottom:66.66%;
     /* background: url(../img/product-feature6.jpg);*/
      background-size: cover !important;
      background-position: center;
    }
    @media (max-width: 767px) {
      .product .specs .top .slider {
        display: none; } }
.product .specs .one-third {
  text-align: left;
  position: relative;
  width: 23%;
  margin: 5%;
  float: left;
  display: block; }
  @media (max-width: 767px) {
    .product .specs .one-third {
      width: 90%; } }
.product .specs .two-third {
  width: 67%;
  float: left;
  display: block; }
  .product .specs .two-third img {
    width: 100%;
    height: auto; }
  @media (max-width: 767px) {
    .product .specs .two-third {
      width: 90%;
      margin: auto; } }
.product .related {
  text-align: center;
  z-index: 1;
  font-size:17px;
   }
  .product .related .title {
    padding: 30px 0px;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1; }
  .product .related .panel {
    width: 25%;
    float: left;
    position: relative;
    display: block;
    border-right: 1px solid #d1d1d1;
    padding: 60px 0px 100px 0px; }
    @media (max-width: 960px) {
      .product .related .panel {
        width: 50%;
        border-bottom: 1px solid #d1d1d1; } }
    @media (max-width: 450px) {
      .product .related .panel {
        width: 100%; } }
    .product .related .panel:last-child {
      border: none; }
    .product .related .panel img {
      width: auto;
      height: 140px;
      margin: 30px auto; }
    .product .related .panel h4, .product .related .panel p {
      margin: 0; }
    .product .related .panel p {
      color: #e2231a;
      font-weight: 500; }
    .product .related .panel .hover-info {
      -webkit-transition: all .2s;
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      height: 100%;
      width: 100%;
      text-align: center;
      background: rgba(0, 0, 0, 0.3);
      background-image: url(../images/assets/global/relatedproduct-hover.png);
      background-repeat: no-repeat;
      background-position: right 300px; }
      .product .related .panel .hover-info:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle; }
      .product .related .panel .hover-info .button {
        padding: 10px 40px;
        font-family: "Oswald", "Helvetica", sans-serif;
        background: #e2231a;
        display: inline-block;
        vertical-align: middle;
        font-weight: 300;
        font-size: 16px;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase; }
      .product .related .panel .hover-info:hover {
        -webkit-transition: 1.5s all cubic-bezier(0.23, 1, 0.32, 1);
        -moz-transition: 1.5s all cubic-bezier(0.23, 1, 0.32, 1);
        transition: 1.5s all cubic-bezier(0.23, 1, 0.32, 1);
        opacity: 1;
        background-position: right bottom; }

.fullmodal {
  position: fixed;
  overflow: scroll;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  text-align: center;
  z-index: 1001;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all; }
  .fullmodal .modal-content {
    background: #fff;
    width: 60%;
    margin: 10% auto; }
    @media (max-width: 960px) {
      .fullmodal .modal-content {
        width: 80%; } }
    @media (max-width: 767px) {
      .fullmodal .modal-content {
        width: 100%; } }
    .fullmodal .modal-content h3 {
      text-align: center;
      font-size: 18px;
      width: 100%;
      padding: 20px 0px 20px 50px;
      background: #efeff0; }
      @media (max-width: 767px) {
        .fullmodal .modal-content h3 {
          font-size: 14px; } }
      @media (max-width: 450px) {
        .fullmodal .modal-content h3 {
          font-size: 12px;
          padding: 20px 0px 20px 10px; } }
    .fullmodal .modal-content p {
      padding: 20px 50px; }
      @media (max-width: 450px) {
        .fullmodal .modal-content p {
          font-size: 12px;
          padding: 20px 10px; } }
    .fullmodal .modal-content ul {
      margin: 30px 0px;
      padding: 0;
      display: block;
      width: 100%;
      float: left; }
      .fullmodal .modal-content ul li {
        width: 100%;
        list-style-type: none;
        list-style: none;
        border-bottom: 1px solid #d1d1d1;
        text-align: left;
        float: left;
        font-family: "Oswald", "Helvetica", sans-serif;
        text-transform: uppercase;
        color: #d1d1d1;
        font-size: 14px;
        padding: 10px 50px; }
        @media (max-width: 767px) {
          .fullmodal .modal-content ul li {
            font-size: 12px; } }
        @media (max-width: 450px) {
          .fullmodal .modal-content ul li {
            padding: 10px 10px; } }
        .fullmodal .modal-content ul li span {
          text-align: right;
          float: right;
          color: black;
          font-weight: 500; }
          .fullmodal .modal-content ul li span.red {
            color: #e2231a; }
        .fullmodal .modal-content ul li:last-child {
          border: none; }
  .fullmodal .close {
    cursor: pointer; }
    .fullmodal .close img {
      margin: 10px 50px 0px 0px; }
      @media (max-width: 450px) {
        .fullmodal .close img {
          margin: 10px 10px 0px 0px; } }
    .fullmodal .close:hover {
      border: none; }
  .fullmodal.active {
    visibility: visible;
    opacity: 1; }

/* New mobile product gallery */

/* 'More' overlay. */
section.feature .product-img-box ul.thumbs li a::before {
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  display:block;
  background-color:rgba(0,0,0,0.6);
  font-size:16px;
  z-index:10;
  line-height: 70px;
  vertical-align:middle;
  height:100%;
  color: #fff;
  font-family: "Oswald";
  font-weight:400;
}

section.feature .product-img-box ul.thumbs { max-height: 160px; overflow: hidden; }

section.feature .product-img-box ul.thumbs {
	margin-left:auto;
	margin-right:auto;
}
@media (min-width: 2031px) {
	section.feature .product-img-box ul.thumbs { max-width: 740px; }
	section.feature .product-img-box ul.thumbs.more-than-12 li.gallery-position-12 a::before { content:"MORE"; }
}
@media (max-width: 2030px) {
	section.feature .product-img-box ul.thumbs { max-width: 640px; }
	section.feature .product-img-box ul.thumbs.more-than-10 li.gallery-position-10 a::before { content:"MORE"; }
	section.feature .product-img-box ul.thumbs li.gallery-position-11 ,
	section.feature .product-img-box ul.thumbs li.gallery-position-12 { display: none; }
}
@media (max-width: 1700px) {
	section.feature .product-img-box ul.thumbs { max-width: 540px; }
	section.feature .product-img-box ul.thumbs.more-than-8 li.gallery-position-8 a::before { content:"MORE"; }
	section.feature .product-img-box ul.thumbs li.gallery-position-9 ,
	section.feature .product-img-box ul.thumbs li.gallery-position-10 { display: none; }
}
@media (max-width: 1540px) {
	section.feature .product-img-box ul.thumbs { max-width: 440px; }
	section.feature .product-img-box ul.thumbs.more-than-6 li.gallery-position-6 a::before {  content:"MORE"; }
	section.feature .product-img-box ul.thumbs li.gallery-position-7 ,
	section.feature .product-img-box ul.thumbs li.gallery-position-8 { display: none; }
}

@media (max-width: 960px) {
  section.feature #image-main {
    margin:0 auto;
    width: 100%;
    max-width: 430px;
    padding-bottom:1em;
    padding-top:1em;
  }
  section.feature .product-img-box ul.thumbs {
    font-size:0;
    line-height:0;
    /*text-align:justify;*/
    max-width:100%;
    margin: auto;
    /* Trick to keep the boxes aligned even if the browser wants to wrap. */
    white-space: nowrap;
    /* This removes annoying horizontal scrolling on the page when this goes too wide. */
    overflow: hidden;
  }
  /* Justification trickery */
  /*section.feature .product-img-box ul.thumbs::after {
    content:"";
    display:inline-block;
    width:100%;
  }*/
  section.feature .product-img-box ul.thumbs li {
    border:0;
    margin:0;
    margin:auto 1%;
    max-width:23%;
    display:none;
  }
  section.feature .product-img-box ul.thumbs li.gallery-position-1 {
    margin-left:0;
  }
  section.feature .product-img-box ul.thumbs li.gallery-position-4 {
    margin-right:0;
  }

  section.feature .product-img-box ul.thumbs li.gallery-position-1 ,
  section.feature .product-img-box ul.thumbs li.gallery-position-2 ,
  section.feature .product-img-box ul.thumbs li.gallery-position-3 ,
  section.feature .product-img-box ul.thumbs li.gallery-position-4 {
    display:inline-block;
  }
  section.feature .product-img-box ul.thumbs li a {
    margin:0;
    padding:0;
    display: block;
    position: relative;
    width:auto;
    text-align:center;
    border:1px solid #ccc;
  }
  section.feature .product-img-box ul.thumbs li a img {
    height: auto;
    max-height: 66px;
    margin: auto;
    position: absolute;
    bottom:0;
    top:0;
    left:0;
    right:0;
  }
  /* Only overlaid when content has contents. */
  section.feature .product-img-box ul.thumbs.more-than-4 li.gallery-position-4 a::before {
    content:"MORE";
  }
}

@media (max-width: 450px) {
  section.feature #image-main {
    margin:0 auto;
    width: 100%;
    max-width: 312px;
  }
  section.feature .product-img-box ul.thumbs.more-than-3 li.gallery-position-3 {
    margin-right:0;
  }

  section.feature .product-img-box ul.thumbs li.gallery-position-3 a::before {
    content:"MORE";
  }
  section.feature .product-img-box ul.thumbs li {
    /*width:33%;*/
    max-width:30%;
  }
  section.feature .product-img-box ul.thumbs li.gallery-position-4 {
    display:none;
  }
}

/* End of : New mobile product gallery */

.revfullmodal {
  position: fixed;
  overflow: scroll;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  text-align: center;
  z-index: 1001;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all; }
  .revfullmodal .modal-content {
    background: #fff;
    width: 60%;
    margin: 10% auto; }
    @media (max-width: 960px) {
      .revfullmodal .modal-content {
        width: 80%; } }
    @media (max-width: 767px) {
      .revfullmodal .modal-content {
        width: 100%; } }
    .revfullmodal .modal-content h3 {
      text-align: center;
      font-size: 18px;
      width: 100%;
      padding: 20px 0px 20px 50px;
      background: #efeff0; }
      @media (max-width: 767px) {
        .revfullmodal .modal-content h3 {
          font-size: 14px; } }
      @media (max-width: 450px) {
        .revfullmodal .modal-content h3 {
          font-size: 12px;
          padding: 20px 0px 20px 10px; } }
    .revfullmodal .modal-content p {
      padding: 20px 50px; }
      @media (max-width: 450px) {
        .revfullmodal .modal-content p {
          font-size: 12px;
          padding: 20px 10px; } }
    .revfullmodal .modal-content ul {
      margin: 30px 0px;
      padding: 0;
      display: block;
      width: 100%;
      float: left; }
      .revfullmodal .modal-content ul li {
        width: 100%;
        list-style-type: none;
        list-style: none;
        border-bottom: 1px solid #d1d1d1;
        text-align: left;
        float: left;
        font-family: "Oswald", "Helvetica", sans-serif;
        text-transform: uppercase;
        color: #d1d1d1;
        font-size: 14px;
        padding: 10px 50px; }
        @media (max-width: 767px) {
          .revfullmodal .modal-content ul li {
            font-size: 12px; } }
        @media (max-width: 450px) {
          .revfullmodal .modal-content ul li {
            padding: 10px 10px; } }
        .revfullmodal .modal-content ul li span {
          text-align: right;
          float: right;
          color: black;
          font-weight: 500; }
          .revfullmodal .modal-content ul li span.red {
            color: #e2231a; }
        .revfullmodal .modal-content ul li:last-child {
          border: none; }
  .revfullmodal .close {
    cursor: pointer; }
    .revfullmodal .close img {
      margin: 10px 50px 0px 0px; }
      @media (max-width: 450px) {
        .revfullmodal .close img {
          margin: 10px 10px 0px 0px; } }
    .revfullmodal .close:hover {
      border: none; }
  .revfullmodal.active {
    visibility: visible;
    opacity: 1; }



@media (max-width: 450px) {
      .dropnav.cart {
        width: 100%; }
      .dropnav.cart ul.products li {
        padding: 10px 10px; }
      .dropnav.cart ul.products li h3 {
        width: 150px; }
      .dropnav.cart {
        right: 0px; }
    }

.product-view .sharing-links {
  float: left;
}
.product-view .sharing-links:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .sharing-links li {
  float: left;
  padding: 0px 7px 7px;
}
.product-view .sharing-links a {
  text-indent: -9999px;
  display: block;
  width: 26px;
  height: 26px;
}
.product-view .sharing-links a:hover {
  opacity: 0.8;
}
.product-view .sharing-links a.link-wishlist {
  background-position: 0px -225px;
}
.product-view .sharing-links a.link-compare {
  background-position: 0px -250px;
}
.product-view .sharing-links a.link-email-friend {
  background-position: 0px -322px;
}
.product-view .sharing-links a.link-facebook {
  background-position: 0px -425px;
}
.product-view .sharing-links a.link-twitter {
  background-position: 0px -372px;
}

.reviewz {
	opacity: 1 !important;
}

.reviewz input[type="radio"] {
    display:none;
}
.reviewz input[type="radio"] + label {
    color: $DarkBrown;
    font-family:Arial, sans-serif;
    font-size:14px;
}
.reviewz input[type="radio"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    cursor:pointer;
    -moz-border-radius:  50%;
    border-radius:  50%;
}

.reviewz input[type="radio"] + label span {
     background-color:$DarkBrown;
}

.reviewz input[type="radio"]:checked + label span{
     background-color:$Orange;
}

.reviewz input[type="radio"] + label span,
.reviewz input[type="radio"]:checked + label span {
  -webkit-transition:background-color 0.4s linear;
  -o-transition:background-color 0.4s linear;
  -moz-transition:background-color 0.4s linear;
  transition:background-color 0.4s linear;
}

.old-price {
  text-decoration: line-through;
  display: inline-block;
}

.special-price {
  display:inline-block;
}

 .shipping .modal-content .button {
  text-align: center; }
 .shipping .modal-content ul {
  margin: 30px 0px;
  padding: 0;
  display: block;
  width: 100%;
  float: left; }
 .shipping  .modal-content ul li {
    width: 100%;
    list-style-type: none;
    list-style: none;
    border-bottom: 1px solid #d1d1d1;
    text-align: left;
    float: left;
    font-family: "Oswald", "Helvetica", sans-serif;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    padding: 10px 0px; }
    @media (max-width: 767px) {
       .shipping .modal-content ul li {
        font-size: 12px; } }
    @media (max-width: 450px) {
       .shipping .modal-content ul li {
        padding: 10px 10px; } }
     .shipping .modal-content ul li span {
      text-align: right;
      float: right;
      color: black;
      font-weight: 500; }
       .shipping .modal-content ul li span.red {
        color: #e2231a; }
     .shipping .modal-content ul li:last-child {
      border: none; }


      /* Bundle Styling for Options */
label.bundle {
  font-size: 14px;
}

label.selectionbox {
      height: 53px;
    background: white url(../images/assets/global/arrow-down.png) no-repeat;
    background-position: 90% center;
    color: #d1d1d1;
    border-color: #d1d1d1;
    border-radius: 0px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 14px;
    width: 100%;
    text-transform: uppercase;
    border: 3px solid #d1d1d2;
    margin-left: 0px;
}

select.bundle-option-select {
      height: 53px;
    background: white url(../images/assets/global/arrow-down.png) no-repeat;
    background-position: 90% center;
    color: #d1d1d1;
    border-color: #d1d1d1;
    border-radius: 0px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 14px;
    width: 100%;
    text-transform: uppercase;
    border: 3px solid #d1d1d2;
    margin-left: 0px;
}

span.bundle-product-name {
  height: 53px;
    background-position: 90% center;
    color: #d1d1d1;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 16px;
    width: 100%;
    text-transform: uppercase;
    font-family: "Open Sans", "Helvetica", sans-serif;
    font-weight: 400;
    line-height: 36px;
    margin-left: 0px

}

@media screen and (max-width: 960px) {
  .hidden-sm {
    display: none !important;
  }
}

@media screen and (min-width: 961px) {
  .hidden-lg {
    display: none !important;
  }
}

/* Sticky add to cart button */
/* Use the same rules used for "phone-sized" stuff. */
@media screen and (max-width: 960px) and (orientation: portrait) {
  #product_addtocart_form .hidden-lg.mobile-portrait-add-to-cart {
    display: none !important;
  }
  /* Wrapper for all the sections the add to cart button should show over. */
  div.sticky_add_to_cart_range {
    position: relative;
    width: 100%;
  }
  #sticky_add_to_cart {
    border: 10px solid transparent;
    width: 100%;
    left: 0;
    right:0;
    bottom:0;
    z-index:98;
    padding: 10px;
    padding-bottom:0;
    width: 100%;
    max-width: 100%;
    transform: translate3d( 0, 0, 0); /* Hack for ios9 troubles http://stackoverflow.com/a/32891079/134494 */
  }
  /* When it's stuck */
  #sticky_add_to_cart {
    position: fixed; /* */
  }
  /* When it should be stopped. */
  #sticky_add_to_cart.is_stopped {
    position: absolute; /* */
  }
  #sticky_add_to_cart button {
    display: block;
    width: 100%;
    color: #000;
    background-color:#fff;
    z-index:99;
    margin: 0px;
  }
  #sticky_add_to_cart button * {
  }
  /* Since all elements are floated, we need to force the wrapper to take the height. */
  div.sticky_add_to_cart_end {
    height:82px;
    clear:both;
  }
}
.response{
  font-family: "Oswald", "Helvetica", sans-serif;
  text-transform: uppercase;
  font-weight : 600;
  color: #c4122f;
  font-size: 14px;
  line-height: normal;

}
