@charset "UTF-8";
.error-page {
  height: 700px; }

.hero-slider {
  margin-top: 100px; }
  .hero-slider .slide:first-child h2 {
    color: black;
    font-size: 42px;
    line-height: 42px;
    text-transform: uppercase;
    letter-spacing: normal; }
    .hero-slider .slide:first-child h2 span {
      position: relative;
      display: block; }
      .hero-slider .slide:first-child h2 span::before {
        content: '';
        position: absolute;
        top: -4px;
        bottom: -4px;
        left: -4px;
        right: -4px;
        background: #1cadfc;
        z-index: -1; }
  .hero-slider .slide:first-child p {
    color: black; }
  .hero-slider .slide:nth-child(2) h2 {
    color: white;
    font-size: 42px;
    line-height: 54px; }
  .hero-slider .slide:nth-child(2) p {
    color: white; }
  .hero-slider .slide:nth-child(3) h2 {
    color: white;
    font-size: 42px;
    line-height: 54px; }
  .hero-slider .slide:nth-child(3) p {
    color: white; }

.featured-section.featured1 h2.page-title {
  color: white; }
.featured-section.featured1 p {
  color: white; }
.featured-section.featured1 .btn-primary {
  color: #d0ac59 !important;
  border-color: #d0ac59 !important; }

.featured-section.featured2 h2.page-title {
  color: white; }
.featured-section.featured2 p {
  color: white; }
.featured-section.featured2 .btn-primary {
  color: #d0ac59 !important;
  border-color: #d0ac59 !important; }

#sidebar-categories .last {
  border-bottom: none; }
#sidebar-categories .second-level:first-of-type {
  border-top: 1px solid #f1f1f1;
  margin-top: 10px; }
#sidebar-categories .second-level a {
  padding-left: 20px; }
#sidebar-categories .third-level:first-of-type {
  border-top: 1px solid #f1f1f1;
  margin-top: 10px; }
#sidebar-categories .third-level a {
  padding-left: 40px; }
#sidebar-categories .parent h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 0;
  position: relative; }
  #sidebar-categories .parent h3:after {
    content: "\f067";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 0;
    top: 8px;
    color: #8d8d8d; }
  #sidebar-categories .parent h3:focus {
    outline: none !important; }
#sidebar-categories .parent .ui-accordion-header-active:after {
  content: "\f068";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: 0;
  top: 8px;
  color: #8d8d8d; }

/* style.scss */
/* CONTENTS
 * 1. General Styles
 * 2. Typography 
 * 3. Form & inputs 
 * 4. Offscreen Navigation
 * 5. Icon font
 * 6. Home
 * 7. About
 * 8. Catalog
 * 9. Blog
 * 10. Contact
 * 11. Bootstrap Theme
 * 12. Buttons
 * 13. Slick Carousel
 * 14. Slick Carousel Theme
 * 15. Colors
 * 16. Lightbox */
/* GENERAL STYLES */
a,
button span {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease; }

section,
.section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden; }

section.featured-section {
  padding-top: 120px;
  padding-bottom: 120px; }
  section.featured-section h2 {
    font-size: 42px;
    line-height: 54px; }

.section-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 10px;
  overflow: hidden; }
  .section-title .title-sep-container {
    position: relative;
    height: 6px;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .section-title .title-sep-container .title-sep {
      border-bottom: 1px solid #F1F1F1; }
  .section-title h2 {
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin: 0 !important;
    line-height: 48px;
    padding: 0 15px; }

.section-subtitle {
  text-align: center;
  margin-bottom: 70px !important; }

h2.h1-size {
  font-size: 42px !important;
  line-height: 44px !important; }

section.no-padding-top,
.section.no-padding-top {
  padding-top: 0; }

section.no-padding-bottom {
  padding-bottom: 0; }

section.small-padding {
  padding: 40px 0px; }

img {
  max-width: 100%; }

input {
  width: 100%;
  border: none;
  border-radius: 30px;
  height: 43px; }

header {
  position: relative;
  overflow: hidden; }
  header .container {
    position: relative;
    z-index: 3; }
  header p {
    margin-bottom: 10px; }

header.secondary {
  height: 450px; }

header.secondary.small {
  height: 104px; }
  header.secondary.small .overlay {
    top: 0%; }

.background-image-holder,
.parallax {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  z-index: 0;
  background-position: 100% 20%;
  background-repeat: no-repeat; }
  .background-image-holder p,
  .parallax p {
    margin-bottom: 15px !important; }

.background-image-holder.on-page {
  background-position: 50% 50% !important; }

@media screen and (max-width: 768px) {
  .background-image-holder.overlay:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    content: '';
    opacity: 0.7;
    z-index: 2;
    background-color: #fff; } }

.background-image-holder.parallax-background {
  height: 100%; }

.main-container {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  overflow: hidden;
  width: 100%; }

.thumbnail {
  padding: 0;
  border-radius: 0;
  border: none;
  margin: 0;
  position: relative; }

.thumbnail.with-info {
  position: relative;
  margin-bottom: 90px; }
  .thumbnail.with-info .info {
    position: absolute;
    left: 30px;
    bottom: -30px;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 15px; }
    .thumbnail.with-info .info span {
      font-size: 18px;
      font-weight: bold;
      display: block; }
      .thumbnail.with-info .info span:nth-child(2) {
        font-size: 11px; }

.error h1 {
  font-size: 120px;
  line-height: 130px;
  font-weight: 900; }

body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #4d4d4d;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1,
h2,
h3,
h4,
h5,
h5,
h6 {
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #323237;
  margin: 0px; }

h1, h2.product-title {
  font-size: 42px;
  line-height: 54px;
  margin-bottom: 20px;
  color: black; }

h2.page-title {
  font-size: 32px;
  line-height: 34px;
  margin-bottom: 20px;
  font-weight: 700;
  color: black;
  text-transform: uppercase;
  letter-spacing: 0.04em; }

h2 {
  font-size: 28px;
  line-height: 40px;
  color: black; }

h3 {
  font-size: 26px;
  line-height: 38px;
  color: #323237;
  font-weight: 400;
  margin-bottom: 15px; }

h4 {
  font-size: 18px;
  line-height: 30px;
  color: black;
  font-weight: 500;
  margin-bottom: 20px; }

h5 {
  font-size: 16px;
  line-height: 28px;
  color: black;
  font-weight: 600;
  margin-bottom: 16px; }

h6 {
  font-size: 14px;
  line-height: 26px;
  color: black;
  font-weight: 600;
  margin-bottom: 16px; }

strong {
  font-weight: 600; }

p {
  color: #4d4d4d;
  font-size: 18px;
  line-height: 28px;
  margin: 0px 0px 30px; }

p.lead {
  font-size: 20px;
  line-height: 34px;
  font-weight: normal; }

p.hint {
  font-size: 14px;
  line-height: 24px;
  font-style: italic; }

p:last-child {
  margin-bottom: 0px; }

p.subtitle {
  margin-bottom: 30px; }

.inpage-title {
  margin-bottom: 80px; }

p.description {
  margin-bottom: 10px; }

p.strong {
  font-weight: 700; }

p strong {
  color: #323237; }

input[type="text"],
input[type="email"],
input[type="month"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="number"],
input[type="file"],
input[type="password"],
input[type="time"],
input[type="week"],
input[type="url"],
input[type="tel"],
input[type="search"],
textarea {
  border: 2px solid #f2f3f5;
  border-radius: 0;
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  font-family: "Roboto Condensed", sans-serif; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="month"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="number"]:focus,
  input[type="file"]:focus,
  input[type="password"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="url"]:focus,
  input[type="tel"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    outline: none;
    border-color: #DCDCDC; }

textarea {
  resize: none; }

input[type="color"] {
  border: 2px solid #f2f3f5;
  border-radius: 0;
  margin-bottom: 30px;
  font-size: 16px;
  background: none;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease; }
  input[type="color"]:focus {
    outline: none;
    border-color: #DCDCDC; }

input[type="image"] {
  border: none;
  border-radius: 0;
  margin-bottom: 30px;
  font-size: 16px;
  background: none;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  width: auto;
  display: block;
  margin: 20px auto; }
  input[type="image"]:focus {
    outline: none;
    border-color: #DCDCDC; }

.additional_checkout_buttons input[type="image"] {
  background: #fff;
  border-radius: 3px;
  padding-top: 5px;
  padding-left: 3px;
  padding-right: 4px; }

input[type="text"],
input[type="email"] {
  height: 50px; }

textarea {
  width: 100%;
  min-height: 150px;
  padding-top: 10px; }

input[type="button"],
input[type="submit"],
input[type="reset"] {
  max-width: 180px;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease; }
  input[type="button"]:focus,
  input[type="submit"]:focus,
  input[type="reset"]:focus {
    outline: none; }

.contact-form input[type="submit"] {
  float: right; }
@media screen and (max-width: 768px) {
  .contact-form {
    margin-top: 40px; } }

.table-wrap {
  margin-top: 20px; }
  @media screen and (max-width: 420px) {
    .table-wrap {
      overflow: auto; } }

.form-control.filter {
  width: auto;
  border-radius: 0;
  box-shadow: none;
  border: 2px solid #f2f3f5;
  color: #8D8D8D;
  font-weight: bold;
  margin-bottom: 40px; }

.filter-form {
  text-align: center;
  display: table;
  width: 100%; }
  .filter-form label {
    display: inline;
    margin-right: 20px; }
  .filter-form select {
    display: inline; }

select.form-control {
  border-radius: 0;
  box-shadow: none;
  border: 2px solid #f2f3f5;
  color: #8D8D8D;
  font-weight: bold; }

#comments .comments-title {
  margin-bottom: 60px; }
#comments .notice {
  margin-bottom: 40px; }

#comment-list {
  padding: 0; }
  #comment-list li {
    list-style: none;
    margin-bottom: 50px; }
  #comment-list .comment-details {
    float: left;
    margin-right: 30px;
    width: 145px;
    text-align: right; }
    #comment-list .comment-details span {
      display: block; }
    #comment-list .comment-details .comment-author {
      color: #333; }
    #comment-list .comment-details .comment-date {
      font-size: 13px; }
  #comment-list .comment {
    padding-left: 175px; }

.comment-form {
  margin-top: 50px; }
  .comment-form input, .comment-form textarea {
    margin-bottom: 20px; }
  .comment-form h3 {
    margin-bottom: 30px; }
  .comment-form label {
    font-weight: normal;
    margin-bottom: 10px; }

.ajaxcart {
  margin-bottom: 60px;
  padding: 15px !important; }
  .ajaxcart p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px; }
  .ajaxcart .js-qty input, .ajaxcart .ajaxcart__qty input {
    display: block;
    background: none;
    text-align: center;
    width: 100%;
    padding: 5px 25px;
    margin: 0;
    height: 30px;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.1); }
  .ajaxcart .ajaxcart__qty-adjust {
    color: #fff;
    background: none; }
  .ajaxcart .js-qty__adjust, .ajaxcart .ajaxcart__qty-adjust {
    cursor: pointer;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    border: 0 none;
    padding: 0 10px;
    background: none;
    text-align: center;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .ajaxcart .js-qty__adjust--minus, .ajaxcart .ajaxcart__qty--minus {
    left: 0;
    border-right: 1px solid; }
  .ajaxcart .ajaxcart__qty--minus {
    border-color: rgba(255, 255, 255, 0.1); }
  .ajaxcart .js-qty, .ajaxcart .ajaxcart__qty {
    position: relative;
    margin-bottom: 10px;
    max-width: 100px;
    min-width: 75px;
    overflow: visible; }
  .ajaxcart .js-qty__adjust--plus, .ajaxcart .ajaxcart__qty--plus {
    right: 0;
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.1); }
  .ajaxcart .ajaxcart__product p {
    margin-bottom: 10px; }
  .ajaxcart .cart__checkout {
    display: block;
    width: 100%; }
  .ajaxcart .display-table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none; }
  .ajaxcart .col-xs-8 {
    padding-left: 0; }
  .ajaxcart .one-half {
    width: 50%; }
  .ajaxcart .ajaxcart__row {
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .ajaxcart .strong {
    font-weight: bolder; }
  .ajaxcart .ajaxcart__footer p {
    margin-bottom: 10px; }
  .ajaxcart #CartSpecialInstructions {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
    line-height: 20px;
    min-height: 100px;
    margin-bottom: 10px; }

.js-qty {
  position: relative;
  margin-bottom: 1em;
  max-width: 100px;
  min-width: 75px;
  overflow: visible; }
  .js-qty input {
    display: block;
    background: none;
    text-align: center;
    width: 100%;
    padding: 5px 25px;
    margin: 0;
    height: 36px; }

.js-qty__adjust {
  cursor: pointer;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  border: 0 none;
  padding: 0 8px;
  background: none;
  text-align: center;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.js-qty__adjust--minus {
  left: 0;
  border-right: 2px solid #F2F3F5; }

.js-qty__adjust--plus {
  right: 0;
  border-left: 2px solid #F2F3F5; }

.page-cart .cart-row {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid #ebebeb; }
.page-cart .cart-row .btn-default {
  background-color: #1dadfc; }
.page-cart .cart-item-title {
  position: relative;
  padding-right: 40px; }
@media screen and (min-width: 768px) {
  .page-cart .cart-item {
    display: table;
    width: 100%; }
    .page-cart .cart-item .col-sm-4, .page-cart .cart-item .col-sm-2, .page-cart .cart-item .col-sm-3, .page-cart .cart-item .col-sm-3 {
      display: table-cell;
      vertical-align: middle;
      float: none; } }
@media screen and (min-width: 768px) {
  .page-cart .cart-item .cart-item-title h4, .page-cart .cart-item .cart-item-title p {
    margin-bottom: 0; } }
.page-cart .datepicker-height {
  min-height: 262px !important;
  margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .page-cart .datepicker-height {
      margin-bottom: 30px;
      margin-top: 30px; } }
.page-cart .cart-remove {
  position: absolute;
  top: 0;
  right: 10px; }
  @media screen and (min-width: 768px) {
    .page-cart .cart-remove {
      right: 0; } }
.page-cart .action-row {
  padding-top: 65px; }
.page-cart .update-cart {
  margin-right: 20px; }
.page-cart p {
  margin-bottom: 30px; }
.page-cart h4.line-total {
  font-size: 24px; }
.page-cart .btn {
  padding: 6px 20px !important;
  max-width: 150px; }
.page-cart label {
  color: #333;
  margin-bottom: 15px; }
.page-cart .cart__subtotal {
  margin-left: 30px;
  color: #E74C3C;
  font-weight: 900; }

.empty-side-cart {
  padding: 15px; }
  .empty-side-cart p {
    font-size: 14px; }

#sidr {
  display: none; }

.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 300px;
  overflow-x: none;
  overflow-y: auto;
  font-size: 13px;
  background: #000;
  color: #fff; }

.sidr p {
  color: #c1d4ff; }

.sidr .sidr-inner {
  padding: 0 0 15px; }

.sidr.right {
  left: auto;
  right: -300px; }

.sidr.left {
  left: -300px;
  right: auto; }

.sidr ul {
  display: block;
  margin: 0px;
  padding: 0;
  margin-top: 30px; }

.sidr ul li {
  display: block;
  margin: 0;
  line-height: 45px;
  border: none; }

.sidr ul li:hover,
.sidr ul li.active,
.sidr ul li.sidr-class-active {
  border: none;
  line-height: 45px; }

.sidr ul li.divider span {
  height: 2px;
  background-color: #fff;
  opacity: .1;
  margin: 20px 40px;
  line-height: 49px; }

.sidr ul li a,
.sidr ul li span {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #fff;
  border: none; }

.sidr ul li a {
  text-transform: uppercase;
  font-weight: bold; }

.sidr ul li:first-child {
  margin-bottom: 20px; }

.sidr ul li:first-child > a {
  text-transform: none; }

.sidr ul li ul {
  border-bottom: none;
  margin: 0; }

.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px; }

.sidr ul li ul li:last-child {
  border-bottom: none; }

.sidr ul li ul li:hover,
.sidr ul li ul li.active,
.sidr ul li ul li.sidr-class-active {
  border-top: none;
  line-height: 41px; }

.sidr ul li ul li a,
.sidr ul li ul li span {
  color: rgba(255, 255, 255, 0.8);
  padding-left: 30px; }

.side-menu-opener .bars {
  display: block;
  width: 34px;
  height: 21px;
  float: left;
  position: relative;
  -webkit-transition: background 0.15s ease-out;
  -moz-transition: background 0.15s ease-out;
  -o-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out; }

.side-menu-opener .bars .top,
.side-menu-opener .bars .middle,
.side-menu-opener .bars .bottom {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8.5px;
  margin-top: -1px;
  -webkit-transition: opacity 0.15s ease-out,margin 0.15s ease-out,-webkit-transform 0.15s ease-out;
  -webkit-transition-delay: 0.25s,0.25s,0s;
  -moz-transition: opacity 0.15s ease-out 0.25s,margin 0.15s ease-out 0.25s,-moz-transform 0.15s ease-out;
  -o-transition: opacity 0.15s ease-out 0.25s,margin 0.15s ease-out 0.25s,-o-transform 0.15s ease-out;
  transition: opacity 0.15s ease-out 0.25s,margin 0.15s ease-out 0.25s,transform 0.15s ease-out; }

.side-menu-opener .bars .top {
  margin-top: -8px; }

.side-menu-opener .bars .bottom {
  margin-top: 6px; }

.sidr-open .side-menu-opener .bars .bottom {
  margin-top: -1px;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg); }

.sidr-open .side-menu-opener .bars .top {
  margin-top: -1px;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg); }

.sidr-open .side-menu-opener .bars .middle {
  opacity: 0; }

.side-menu-opener .bars .middle {
  -webkit-transition-property: all;
  -webkit-transition-duration: .4s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: .4s;
  -moz-transition-timing-function: ease-out;
  -ms-transition-property: all;
  -ms-transition-duration: .4s;
  -ms-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: .4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: ease-out; }

.sidr-open .side-menu-opener .bars .middle {
  height: 0px;
  -webkit-transition-property: height;
  -webkit-transition-duration: .1s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-property: height;
  -moz-transition-duration: .1s;
  -moz-transition-timing-function: ease-out;
  -ms-transition-property: height;
  -ms-transition-duration: .1s;
  -ms-transition-timing-function: ease-out;
  -o-transition-property: height;
  -o-transition-duration: .1s;
  -o-transition-timing-function: ease-out;
  transition-property: height;
  transition-duration: .1s;
  transition-timing-function: ease-out; }

.side-logo {
  font-size: 26px;
  font-size: 26px;
  font-weight: bold; }

.sidr ul li .logo-dot {
  width: 4px;
  height: 4px;
  display: inline-block !important;
  padding: 0;
  margin-left: 1px; }

.sidr ul li.title {
  font-size: 24px; }

.side-social {
  padding: 0px 40px; }

.side-social a {
  margin-right: 14px;
  color: #fff; }

@font-face {
  font-family: "linea-basic-10";
  src: url("//cdn.shopify.com/s/files/1/1009/2710/t/3/assets/linea-basic-10.eot");
  src: url("//cdn.shopify.com/s/files/1/1009/2710/t/3/assets/linea-basic-10.eot?#iefix") format("embedded-opentype"), url("//cdn.shopify.com/s/files/1/1009/2710/t/3/assets/linea-basic-10.woff") format("woff"), url("//cdn.shopify.com/s/files/1/1009/2710/t/3/assets/linea-basic-10.ttf") format("truetype"), url("//cdn.shopify.com/s/files/1/1009/2710/t/3/assets/linea-basic-10.svg#linea-basic-10") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "linea-basic-10" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "linea-basic-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-basic-accelerator:before {
  content: "a"; }

.icon-basic-alarm:before {
  content: "b"; }

.icon-basic-anchor:before {
  content: "c"; }

.icon-basic-anticlockwise:before {
  content: "d"; }

.icon-basic-archive:before {
  content: "e"; }

.icon-basic-archive-full:before {
  content: "f"; }

.icon-basic-ban:before {
  content: "g"; }

.icon-basic-battery-charge:before {
  content: "h"; }

.icon-basic-battery-empty:before {
  content: "i"; }

.icon-basic-battery-full:before {
  content: "j"; }

.icon-basic-battery-half:before {
  content: "k"; }

.icon-basic-bolt:before {
  content: "l"; }

.icon-basic-book:before {
  content: "m"; }

.icon-basic-book-pen:before {
  content: "n"; }

.icon-basic-book-pencil:before {
  content: "o"; }

.icon-basic-bookmark:before {
  content: "p"; }

.icon-basic-calculator:before {
  content: "q"; }

.icon-basic-calendar:before {
  content: "r"; }

.icon-basic-cards-diamonds:before {
  content: "s"; }

.icon-basic-cards-hearts:before {
  content: "t"; }

.icon-basic-case:before {
  content: "u"; }

.icon-basic-chronometer:before {
  content: "v"; }

.icon-basic-clessidre:before {
  content: "w"; }

.icon-basic-clock:before {
  content: "x"; }

.icon-basic-clockwise:before {
  content: "y"; }

.icon-basic-cloud:before {
  content: "z"; }

.icon-basic-clubs:before {
  content: "A"; }

.icon-basic-compass:before {
  content: "B"; }

.icon-basic-cup:before {
  content: "C"; }

.icon-basic-diamonds:before {
  content: "D"; }

.icon-basic-display:before {
  content: "E"; }

.icon-basic-download:before {
  content: "F"; }

.icon-basic-exclamation:before {
  content: "G"; }

.icon-basic-eye:before {
  content: "H"; }

.icon-basic-eye-closed:before {
  content: "I"; }

.icon-basic-female:before {
  content: "J"; }

.icon-basic-flag1:before {
  content: "K"; }

.icon-basic-flag2:before {
  content: "L"; }

.icon-basic-floppydisk:before {
  content: "M"; }

.icon-basic-folder:before {
  content: "N"; }

.icon-basic-folder-multiple:before {
  content: "O"; }

.icon-basic-gear:before {
  content: "P"; }

.icon-basic-geolocalize-01:before {
  content: "Q"; }

.icon-basic-geolocalize-05:before {
  content: "R"; }

.icon-basic-globe:before {
  content: "S"; }

.icon-basic-gunsight:before {
  content: "T"; }

.icon-basic-hammer:before {
  content: "U"; }

.icon-basic-headset:before {
  content: "V"; }

.icon-basic-heart:before {
  content: "W"; }

.icon-basic-heart-broken:before {
  content: "X"; }

.icon-basic-helm:before {
  content: "Y"; }

.icon-basic-home:before {
  content: "Z"; }

.icon-basic-info:before {
  content: "0"; }

.icon-basic-ipod:before {
  content: "1"; }

.icon-basic-joypad:before {
  content: "2"; }

.icon-basic-key:before {
  content: "3"; }

.icon-basic-keyboard:before {
  content: "4"; }

.icon-basic-laptop:before {
  content: "5"; }

.icon-basic-life-buoy:before {
  content: "6"; }

.icon-basic-lightbulb:before {
  content: "7"; }

.icon-basic-link:before {
  content: "8"; }

.icon-basic-lock:before {
  content: "9"; }

.icon-basic-lock-open:before {
  content: "!"; }

.icon-basic-magic-mouse:before {
  content: "\""; }

.icon-basic-magnifier:before {
  content: "#"; }

.icon-basic-magnifier-minus:before {
  content: "$"; }

.icon-basic-magnifier-plus:before {
  content: "%"; }

.icon-basic-mail:before {
  content: "&"; }

.icon-basic-mail-multiple:before {
  content: "'"; }

.icon-basic-mail-open:before {
  content: "("; }

.icon-basic-mail-open-text:before {
  content: ")"; }

.icon-basic-male:before {
  content: "*"; }

.icon-basic-map:before {
  content: "+"; }

.icon-basic-message:before {
  content: ","; }

.icon-basic-message-multiple:before {
  content: "-"; }

.icon-basic-message-txt:before {
  content: "."; }

.icon-basic-mixer2:before {
  content: "/"; }

.icon-basic-mouse:before {
  content: ":"; }

.icon-basic-notebook:before {
  content: ";"; }

.icon-basic-notebook-pen:before {
  content: "<"; }

.icon-basic-notebook-pencil:before {
  content: "="; }

.icon-basic-paperplane:before {
  content: ">"; }

.icon-basic-pencil-ruler:before {
  content: "?"; }

.icon-basic-pencil-ruler-pen:before {
  content: "@"; }

.icon-basic-photo:before {
  content: "["; }

.icon-basic-picture:before {
  content: "]"; }

.icon-basic-picture-multiple:before {
  content: "^"; }

.icon-basic-pin1:before {
  content: "_"; }

.icon-basic-postcard:before {
  content: "{"; }

.icon-basic-postcard-multiple:before {
  content: "|"; }

.icon-basic-printer:before {
  content: "}"; }

.icon-basic-rss:before {
  content: "\\"; }

.icon-basic-server:before {
  content: "\e000"; }

.icon-basic-server2:before {
  content: "\e001"; }

.icon-basic-server-cloud:before {
  content: "\e002"; }

.icon-basic-server-download:before {
  content: "\e003"; }

.icon-basic-server-upload:before {
  content: "\e004"; }

.icon-basic-settings:before {
  content: "\e005"; }

.icon-basic-share:before {
  content: "\e006"; }

.icon-basic-sheet:before {
  content: "\e007"; }

.icon-basic-sheet-multiple:before {
  content: "\e008"; }

.icon-basic-sheet-pen:before {
  content: "\e009"; }

.icon-basic-sheet-pencil:before {
  content: "\e00a"; }

.icon-basic-sheet-txt:before {
  content: "\e00b"; }

.icon-basic-signs:before {
  content: "\e00c"; }

.icon-basic-smartphone:before {
  content: "\e00d"; }

.icon-basic-spades:before {
  content: "\e00e"; }

.icon-basic-spread:before {
  content: "\e00f"; }

.icon-basic-spread-bookmark:before {
  content: "\e010"; }

.icon-basic-spread-text:before {
  content: "\e011"; }

.icon-basic-spread-text-bookmark:before {
  content: "\e012"; }

.icon-basic-star:before {
  content: "\e013"; }

.icon-basic-tablet:before {
  content: "\e014"; }

.icon-basic-target:before {
  content: "\e015"; }

.icon-basic-todo:before {
  content: "\e016"; }

.icon-basic-todo-pen:before {
  content: "\e017"; }

.icon-basic-todo-pencil:before {
  content: "\e018"; }

.icon-basic-todo-txt:before {
  content: "\e019"; }

.icon-basic-todolist-pen:before {
  content: "\e01a"; }

.icon-basic-todolist-pencil:before {
  content: "\e01b"; }

.icon-basic-trashcan:before {
  content: "\e01c"; }

.icon-basic-trashcan-full:before {
  content: "\e01d"; }

.icon-basic-trashcan-refresh:before {
  content: "\e01e"; }

.icon-basic-trashcan-remove:before {
  content: "\e01f"; }

.icon-basic-upload:before {
  content: "\e020"; }

.icon-basic-usb:before {
  content: "\e021"; }

.icon-basic-video:before {
  content: "\e022"; }

.icon-basic-watch:before {
  content: "\e023"; }

.icon-basic-webpage:before {
  content: "\e024"; }

.icon-basic-webpage-img-txt:before {
  content: "\e025"; }

.icon-basic-webpage-multiple:before {
  content: "\e026"; }

.icon-basic-webpage-txt:before {
  content: "\e027"; }

.icon-basic-world:before {
  content: "\e028"; }

.fullscreen-element {
  position: relative; }

.hero-loader {
  background: #fff;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 99; }
  .hero-loader img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -16px;
    margin-top: -16px; }

.hero-slider {
  height: 100%;
  position: relative;
  display: block; }
  .hero-slider .slide, .hero-slider .slick-list, .hero-slider .slick-track {
    height: 100%; }
  .hero-slider .slide {
    background-repeat: no-repeat !important;
    background-color: #f5f5f7 !important;
    background-size: cover !important; }
    .hero-slider .slide:focus {
      outline: none; }
  .hero-slider .slick-dots {
    bottom: 25px; }

.action-bar {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
  border-bottom: 1px solid #f1f1f1;
  border-top: 1px solid #f1f1f1;
  margin-top: 47px; }
  .action-bar .col-md-4, .action-bar .col-sm-4 {
    padding: 0;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .action-bar .col-md-4:last-child, .action-bar .col-sm-4:last-child {
        border-right: 1px solid #f1f1f1; } }
  .action-bar a {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    display: block;
    position: relative;
    line-height: 55px;
    text-align: center; }
    .action-bar a i {
      font-size: 28px;
      color: #323237; }
    .action-bar a:hover, .action-bar a:focus {
      text-decoration: none;
      opacity: 1; }
      .action-bar a:hover i, .action-bar a:focus i {
        color: #fff; }
    @media screen and (min-width: 768px) {
      .action-bar a {
        border-left: 1px solid #f1f1f1; } }
    @media screen and (max-width: 768px) {
      .action-bar a {
        border-bottom: 1px solid #f1f1f1; } }
    .action-bar a span.icon {
      position: relative;
      top: 13px;
      left: -9px;
      margin-top: -6px;
      display: inline-block; }
    .action-bar a span.text {
      color: #323237; }
  .action-bar .icon {
    font-size: 42px; }
  @media screen and (max-width: 768px) {
    .action-bar {
      border: none; } }

.featured-collections {
  padding: 80px 0px; }
  .featured-collections h3 {
    margin-bottom: 0;
    margin-top: 30px;
    text-transform: uppercase; }
    .featured-collections h3 a {
      color: #333;
      position: relative;
      padding-bottom: 20px; }
      .featured-collections h3 a:after {
        content: '';
        height: 1px;
        width: 100%;
        background: #f1f1f1;
        position: absolute;
        left: 0;
        bottom: 0px; }

.continue-shopping {
  margin-top: 20px;
  cursor: pointer; }
  .continue-shopping:hover {
    opacity: .7; }

section.newsletter {
  padding-top: 50px;
  padding-bottom: 50px; }
  section.newsletter input, section.newsletter a {
    margin-top: 15px; }
  section.newsletter input:first-of-type {
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      section.newsletter input:first-of-type {
        margin-top: 10px; } }
  section.newsletter .overlay.accent:before {
    background-color: #000; }
  section.newsletter input {
    font-size: 16px;
    padding-left: 25px;
    border-radius: 0;
    border: none;
    margin-bottom: 0;
    height: 43px;
    color: #8D8D8D; }
  section.newsletter #fc-response {
    font-size: 13px;
    padding-left: 20px;
    padding-top: 4px; }
  section.newsletter h2.page-title {
    margin-bottom: 10px;
    line-height: 1.1; }
  @media screen and (max-width: 991px) {
    section.newsletter input {
      margin-top: 30px; }
    section.newsletter a {
      margin-top: 30px; }
    section.newsletter .row {
      text-align: center; }
    section.newsletter h2 {
      margin-top: 20px; }
    section.newsletter .text-left {
      text-align: center; } }
  @media screen and (max-width: 992px) {
    section.newsletter .newsletter-form input.btn {
      margin: 30px auto !important; } }

section.products-grid {
  padding-bottom: 90px;
  padding-top: 50px; }
  @media screen and (min-width: 768px) {
    section.products-grid {
      padding-top: 100px; } }
  section.products-grid .product {
    position: relative;
    overflow: hidden;
    height: 300px;
    margin-bottom: 30px; }
    section.products-grid .product:hover .product-details {
      opacity: 1; }
    section.products-grid .product .thumbnail {
      height: 300px;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover; }
    section.products-grid .product .thumbnail.with-info .info {
      top: 20px;
      left: 20px; }
    section.products-grid .product .product-details {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      opacity: 0;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      transition: all 500ms ease;
      padding-left: 16px;
      padding-right: 16px; }
      section.products-grid .product .product-details:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: .75; }
      section.products-grid .product .product-details h3 {
        color: #fff;
        font-weight: bold; }
        section.products-grid .product .product-details h3 a {
          color: #fff; }
      section.products-grid .product .product-details a.btn,
      section.products-grid .product .product-details button.btn {
        color: #fff;
        border-color: #1dadfc;
        background: #1dadfc;
        margin-bottom: 20px;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 700; }
        section.products-grid .product .product-details a.btn:hover, section.products-grid .product .product-details a.btn:focus,
        section.products-grid .product .product-details button.btn:hover,
        section.products-grid .product .product-details button.btn:focus {
          opacity: .8; }
    section.products-grid .product .product-price {
      color: #fff;
      font-weight: bold; }
    @media screen and (max-width: 768px) {
      section.products-grid .product {
        margin-bottom: 15px; } }
  section.products-grid .product .thumbnail.with-info .info {
    display: block; }

.product.type-3 {
  height: auto !important; }

.product.type-3 .image {
  position: relative; }
.product.type-3 h2 {
  margin-bottom: 10px;
  margin-top: 20px;
  font-size: 24px;
  line-height: 34px; }
  .product.type-3 h2 a {
    color: #333; }
.product.type-3 .rating {
  margin-bottom: 15px;
  margin-bottom: 10px; }
.product.type-3 .spr-badge-caption {
  display: none; }
.product.type-3 .price {
  font-weight: 900;
  font-size: 12px;
  line-height: 2rem;
  margin-bottom: 1.1857rem;
  padding-top: 0px;
  position: relative;
  color: #b7c2ca;
  text-transform: uppercase;
  letter-spacing: 1px; }

.product.type-3 .description .rating {
  margin-top: 30px;
  font-size: 14px;
  letter-spacing: 1px; }

.notify {
  width: 65px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  background: #b7c2ca;
  color: #fff;
  font-weight: 900;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.3em; }

.info-sold-out,
.info-on-sale {
  border-radius: 50%; }

.info-sold-out .align-vertical span:first-child {
  font-size: 14px;
  margin-top: 2px; }

footer.footer {
  background: #f2f3f5;
  padding: 35px 0px 85px;
  border-top: 1px solid #ddd; }
  footer.footer .container {
    max-width: 940px; }
  footer.footer .footer__logo {
    display: block;
    max-width: 170px;
    margin-bottom: 15px;
    margin-left: -8px; }
  footer.footer [class^="icon-"], footer.footer [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("https://s3.amazonaws.com/s3.moveon.org/moui/img/assets/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat; }
  footer.footer .icon-link-narrow {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 14px;
    height: 40px;
    text-align: left;
    padding-top: 5px;
    padding-left: 40px;
    margin-right: 15px;
    width: 60px;
    display: inline-block;
    box-sizing: content-box; }
  footer.footer .icon-start {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 14px;
    height: 40px;
    text-align: left;
    padding-top: 5px;
    padding-left: 40px;
    margin-right: 15px;
    background: url(https://s3.amazonaws.com/s3.moveon.org/moui/img/assets/icon-start.svg) no-repeat; }
  footer.footer .icon-managepetitions {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 14px;
    height: 40px;
    text-align: left;
    padding-top: 5px;
    padding-left: 40px;
    margin-right: 15px;
    background: url(https://s3.amazonaws.com/s3.moveon.org/moui/img/assets/icon-manage.svg) no-repeat; }
  footer.footer p {
    margin: 0px 0px 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px; }
  footer.footer .paid_for_by {
    outline: 1px solid #222;
    text-align: center;
    line-height: 1.2;
    padding: 0.5em; }
  footer.footer .footer-navigation {
    display: block;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    margin-top: 10px;
    line-height: 1.6; }
    footer.footer .footer-navigation li {
      list-style-type: none;
      font-size: 12px;
      font-weight: bold; }
      footer.footer .footer-navigation li:hover, footer.footer .footer-navigation li:focus {
        background-color: #eeeeee; }
      footer.footer .footer-navigation li a {
        color: black;
        text-transform: uppercase; }
        @media screen and (max-width: 768px) {
          footer.footer .footer-navigation li a {
            padding: 10px 0px;
            display: block; } }
      footer.footer .footer-navigation li:first-child {
        margin-left: 0px; }
      @media screen and (max-width: 768px) {
        footer.footer .footer-navigation li {
          float: none;
          margin: 0;
          border-top: 1px solid #e8eced; } }
    @media screen and (max-width: 768px) {
      footer.footer .footer-navigation {
        display: block; } }
  footer.footer .mo-social {
    font-size: 12px;
    list-style-type: none;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 30px; }
    footer.footer .mo-social a {
      display: block;
      position: relative; }
      footer.footer .mo-social a:before {
        display: block;
        position: absolute;
        background-image: url("mo-social-sprite.gif");
        background-size: 66px 22px;
        background-repeat: no-repeat;
        top: 3px;
        left: -30px;
        content: "";
        width: 22px;
        height: 22px; }
    footer.footer .mo-social .mo-fb-icn:before {
      background-position: -22px; }
    footer.footer .mo-social .mo-em-icn:before {
      background-position: -44px; }
  footer.footer .accepted-payments {
    clear: both;
    display: table;
    position: relative;
    padding: 40px 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    border-top: 1px solid #3c3c3c;
    border-bottom: 1px solid #3c3c3c;
    width: 100%; }
    footer.footer .accepted-payments li {
      list-style-type: none;
      float: left;
      font-size: 38px;
      width: 50%;
      text-align: center; }
      footer.footer .accepted-payments li a {
        color: gray; }
      footer.footer .accepted-payments li:first-child {
        margin-left: 0px; }
      @media screen and (max-width: 768px) {
        footer.footer .accepted-payments li {
          font-size: 26px; } }
  footer.footer .copyright {
    clear: both;
    margin-top: 40px; }
    footer.footer .copyright p {
      text-align: center;
      color: #979797;
      font-size: 14px; }
      footer.footer .copyright p a {
        font-size: 18px;
        padding: 2px;
        color: #565656; }
      footer.footer .copyright p span {
        font-size: 13px;
        color: #565656; }

.team-carousel .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  opacity: .3;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .team-carousel .slick-slide:focus {
    outline: none !important; }
  .team-carousel .slick-slide .member-info {
    padding: 0px 30px;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 50px; }
    .team-carousel .slick-slide .member-info .position {
      margin-bottom: 20px; }
.team-carousel .slick-slide.slick-current {
  opacity: 1; }
  .team-carousel .slick-slide.slick-current .member-info {
    opacity: 0; }

a .custom-icon {
  width: 20px;
  height: 17px;
  position: relative;
  margin: 19px auto;
  display: table; }
  a .custom-icon span {
    position: absolute;
    background: #b3b3b3;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease; }
a:hover, a:focus {
  outline: none; }
  a:hover .custom-icon span, a:focus .custom-icon span {
    background: white !important; }
a .icon-list span:first-child {
  width: 6px;
  height: 5px;
  top: 0;
  left: 0; }
a .icon-list span:nth-child(2) {
  width: 6px;
  height: 5px;
  top: 6px;
  left: 0; }
a .icon-list span:nth-child(3) {
  width: 6px;
  height: 5px;
  top: 12px;
  left: 0; }
a .icon-list span:nth-child(4) {
  width: 13px;
  height: 5px;
  top: 0px;
  right: 0px; }
a .icon-list span:nth-child(5) {
  width: 13px;
  height: 5px;
  top: 6px;
  right: 0px; }
a .icon-list span:nth-child(6) {
  width: 13px;
  height: 5px;
  top: 12px;
  right: 0px; }
a .icon-grid span:first-child {
  width: 6px;
  height: 7px;
  top: 0px;
  left: 0px; }
a .icon-grid span:nth-child(2) {
  width: 6px;
  height: 7px;
  top: 8px;
  left: 0px; }
a .icon-grid span:nth-child(3) {
  width: 6px;
  height: 9px;
  top: 0px;
  left: 7px; }
a .icon-grid span:nth-child(4) {
  width: 6px;
  height: 7px;
  top: 10px;
  left: 7px; }
a .icon-grid span:nth-child(5) {
  width: 6px;
  height: 5px;
  top: 0px;
  right: 0px; }
a .icon-grid span:nth-child(6) {
  width: 6px;
  height: 7px;
  top: 6px;
  right: 0px; }
a .icon-full-width span:first-child {
  width: 20px;
  height: 13px;
  top: 0px;
  left: 0px; }
a .icon-full-width span:nth-child(2) {
  width: 6px;
  height: 8px;
  bottom: 0px;
  left: 2px;
  border: 1px solid #fff; }

a.load-more {
  width: 41px;
  height: 41px;
  background: #e7e7e7;
  color: #323237;
  display: block;
  text-align: center;
  line-height: 41px;
  border-radius: 50%;
  margin: 0 auto; }

.product-list {
  padding-top: 50px; }
  .product-list .product {
    margin-bottom: 120px; }
    .product-list .product .product-details h2 {
      margin-bottom: 20px;
      display: block !important;
      margin-top: 10px; }
      .product-list .product .product-details h2 a {
        color: #323237; }
    .product-list .product .product-details p {
      margin-bottom: 20px; }
    .product-list .product .product-details .btn {
      margin-top: 10px; }
    .product-list .product .product-details .product-price {
      font-weight: bold; }
      .product-list .product .product-details .product-price .new-price {
        margin-right: 20px; }
      .product-list .product .product-details .product-price .old-price {
        color: #aaa; }
    .product-list .product .thumbnail {
      margin-bottom: 0px; }
      @media screen and (max-width: 992px) {
        .product-list .product .thumbnail {
          margin-bottom: 30px; } }
    .product-list .product .thumbnail.with-info .info {
      border-radius: 0 !important; }
    @media screen and (max-width: 992px) {
      .product-list .product {
        margin-bottom: 40px; } }
  .product-list .row:last-child {
    margin-bottom: 0; }
    .product-list .row:last-child .product {
      margin-bottom: 0; }
      .product-list .row:last-child .product .thumbnail {
        margin-bottom: 0; }
        @media screen and (max-width: 768px) {
          .product-list .row:last-child .product .thumbnail {
            margin-bottom: 40px; } }

.product-full-width {
  padding-top: 50px; }
  @media screen and (max-width: 768px) {
    .product-full-width .row .product {
      margin-bottom: 30px; } }
  .product-full-width .row:last-child .product .product-details {
    margin-bottom: 0; }
  .product-full-width .product .thumbnail {
    position: relative; }
    .product-full-width .product .thumbnail .product-details {
      position: relative;
      display: block;
      max-width: 530px;
      padding: 40px;
      opacity: .9;
      margin-bottom: 120px; }
      .product-full-width .product .thumbnail .product-details h2, .product-full-width .product .thumbnail .product-details .product-price, .product-full-width .product .thumbnail .product-details p, .product-full-width .product .thumbnail .product-details .btn, .product-full-width .product .thumbnail .product-details li {
        color: #fff; }
        .product-full-width .product .thumbnail .product-details h2 a, .product-full-width .product .thumbnail .product-details .product-price a, .product-full-width .product .thumbnail .product-details p a, .product-full-width .product .thumbnail .product-details .btn a, .product-full-width .product .thumbnail .product-details li a {
          color: #fff; }
          .product-full-width .product .thumbnail .product-details h2 a:hover, .product-full-width .product .thumbnail .product-details h2 a:focus, .product-full-width .product .thumbnail .product-details .product-price a:hover, .product-full-width .product .thumbnail .product-details .product-price a:focus, .product-full-width .product .thumbnail .product-details p a:hover, .product-full-width .product .thumbnail .product-details p a:focus, .product-full-width .product .thumbnail .product-details .btn a:hover, .product-full-width .product .thumbnail .product-details .btn a:focus, .product-full-width .product .thumbnail .product-details li a:hover, .product-full-width .product .thumbnail .product-details li a:focus {
            color: #fff; }
      .product-full-width .product .thumbnail .product-details p {
        margin-bottom: 10px; }
      .product-full-width .product .thumbnail .product-details .btn {
        border-color: #fff; }
      .product-full-width .product .thumbnail .product-details .product-price {
        font-weight: bold;
        font-size: 23px;
        margin-bottom: 22px; }
      @media screen and (max-width: 768px) {
        .product-full-width .product .thumbnail .product-details {
          margin-bottom: 30px; } }
    .product-full-width .product .thumbnail .product-details.left {
      left: 60px;
      float: left; }
      @media screen and (max-width: 768px) {
        .product-full-width .product .thumbnail .product-details.left {
          left: 0;
          margin-top: 0px !important;
          width: 100% !important;
          max-width: none;
          float: none; } }
    .product-full-width .product .thumbnail .product-details.right {
      right: 60px;
      float: right; }
      @media screen and (max-width: 768px) {
        .product-full-width .product .thumbnail .product-details.right {
          right: 0;
          margin-top: 0px !important;
          width: 100% !important;
          max-width: none;
          float: none; } }

.secondary-images .active {
  opacity: 1 !important; }

.product-single .product-main-image {
  position: relative;
  display: block; }
.product-single .product-details {
  padding-left: 20px; }
  @media screen and (max-width: 991px) {
    .product-single .product-details {
      margin-top: 30px;
      padding-left: 0px; } }
  .product-single .product-details .btn {
    margin-top: 10px; }
  .product-single .product-details .product-price {
    font-size: 22px;
    font-weight: bold;
    float: left;
    margin-right: 20px; }
  .product-single .product-details .product-description {
    display: block;
    clear: both; }
  .product-single .product-details .product-social {
    margin-bottom: 20px;
    margin-top: 20px; }
    .product-single .product-details .product-social a {
      margin-right: 20px; }
  .product-single .product-details p {
    margin-bottom: 20px; }
.product-single .AddToCartForm {
  margin-top: 20px;
  clear: both; }
.product-single .secondary-images a {
  opacity: .4; }
  .product-single .secondary-images a img {
    margin-top: 30px; }
  .product-single .secondary-images a:hover, .product-single .secondary-images a:focus {
    opacity: .8; }

.blog-list .post {
  margin-bottom: 120px;
  display: block; }
  .blog-list .post .product-details h2 {
    margin-bottom: 20px;
    margin-top: 10px; }
  .blog-list .post .product-details p {
    margin-bottom: 20px; }
  .blog-list .post .product-details .btn {
    margin-top: 10px; }
  .blog-list .post .product-details .product-price {
    font-weight: bold; }
  .blog-list .post .thumbnail {
    margin-bottom: 0; }
  @media screen and (max-width: 992px) {
    .blog-list .post .thumbnail {
      margin-bottom: 60px; } }
.blog-list .row:last-child .post {
  margin-bottom: 0; }
  .blog-list .row:last-child .post .thumbnail {
    margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      .blog-list .row:last-child .post .thumbnail {
        margin-bottom: 60px; } }

@media screen and (min-width: 768px) {
  .blog-list.alternative .row:nth-child(2n) .col-md-6 {
    float: right; } }

.blog-item .main_content {
  text-align: center; }
  .blog-item .main_content span {
    font-size: 14px;
    display: block;
    margin-bottom: 0px;
    opacity: .8; }
.blog-item h3 {
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 0px; }
  .blog-item h3 a {
    color: #8d8d8d;
    font-weight: 500; }
.blog-item .featured-image {
  margin-bottom: 15px; }
@media screen and (max-width: 768px) {
  .blog-item {
    margin-bottom: 30px; } }

.article.date {
  display: block;
  margin-bottom: 30px; }

.page-title.text-center {
  margin-bottom: 50px; }

.inline-list {
  padding: 0;
  list-style: none; }

.single-post .inpage-title {
  margin-bottom: 30px; }
  .single-post .inpage-title h2 {
    font-size: 32px; }
.single-post .right {
  float: right; }
.single-post .left {
  float: left; }
.single-post .no-bullets li {
  font-size: 14px;
  display: inline-block;
  margin-left: 10px; }
  .single-post .no-bullets li:first-child {
    margin-left: 0; }
  .single-post .no-bullets li a {
    font-size: 14px;
    color: #8d8d8d; }
.single-post .block ul li a {
  color: #8d8d8d; }
.single-post .block .block-title span {
  color: #333;
  margin-bottom: 10px;
  font-size: 21px;
  display: block; }

.secondary h1 {
  font-size: 32px;
  margin-bottom: 0px; }

.tags-list li {
  font-size: 14px; }
  .tags-list li .fa-tag {
    margin-left: 10px; }
  .tags-list li a {
    font-size: 14px;
    color: #8d8d8d; }

.sidebar .block {
  border: none;
  margin-bottom: 30px;
  padding: 0px; }

.sidebar.blog {
  padding: 0; }

.single-featured-image img {
  margin-bottom: 30px; }

.post-details h3 {
  font-weight: 500;
  margin-bottom: 23px; }

#map {
  height: 600px;
  width: 100%; }

.map-wrapper {
  position: relative; }
  .map-wrapper .directions {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    display: block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    left: 30px;
    bottom: -30px; }

.navbar {
  background: white;
  border: none;
  margin: 0;
  position: absolute;
  z-index: 5;
  width: 100%;
  border-radius: 0 !important; }
  @media screen and (min-width: 768px) {
    .navbar .navbar-header {
      height: 95px; } }
  .navbar .navbar-header .navbar-brand {
    font-size: 26px;
    color: #323237;
    font-weight: 700;
    letter-spacing: 1px;
    display: table;
    height: 100%; }
    @media screen and (min-width: 768px) {
      .navbar .navbar-header .navbar-brand {
        padding: 0px 15px; } }
    .navbar .navbar-header .navbar-brand .logo-dot {
      width: 4px;
      height: 4px;
      display: inline-block;
      margin-left: 1px; }
    .navbar .navbar-header .navbar-brand img {
      max-height: 55px; }
      @media screen and (min-width: 768px) {
        .navbar .navbar-header .navbar-brand img {
          width: auto;
          display: inline-block;
          vertical-align: middle;
          padding-left: 15px;
          padding-right: 15px; } }
    @media screen and (max-width: 768px) {
      .navbar .navbar-header .navbar-brand {
        max-width: 170px;
        margin: 0 auto !important;
        display: table;
        float: left;
        padding-top: 12px !important; } }
  @media screen and (min-width: 768px) {
    .navbar .navbar-header .navbar-brand.text-logo {
      padding: 40px 15px; } }
  .navbar .navbar-header .navbar-brand.image-logo {
    position: relative;
    line-height: 95px;
    padding-left: 0;
    padding-right: 0; }
  @media screen and (min-width: 768px) {
    .navbar .navbar-header {
      width: auto; } }

.navbar-default {
  border-bottom: 1px solid #f1f1f1; }
  .navbar-default .navbar-nav {
    font-family: "Roboto Condensed", sans-serif; }
    .navbar-default .navbar-nav li a {
      font-size: 16px;
      color: #000;
      font-weight: 700;
      letter-spacing: 1px;
      text-transform: uppercase; }
      @media screen and (min-width: 768px) {
        .navbar-default .navbar-nav li a {
          padding: 42px 15px; } }
      @media screen and (min-width: 768px) and (max-width: 992px) {
        .navbar-default .navbar-nav li a {
          font-size: 11px;
          padding: 42px 8px; } }
    .navbar-default .navbar-nav .active a {
      background: none; }
  .navbar-default .navbar-toggle {
    border: none;
    float: left; }
    .navbar-default .navbar-toggle .icon-bar {
      background: #323237;
      height: 2px;
      width: 18px;
      margin-bottom: 5px;
      display: block; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background: none; }
  .navbar-default .search-icon.mobile {
    display: inline-block;
    margin-right: 0;
    margin-left: 15px;
    padding: 11px 0px 6px;
    margin-top: 6px;
    margin-bottom: 8px;
    float: right; }
    @media screen and (min-width: 768px) {
      .navbar-default .search-icon.mobile {
        display: none !important; } }

.navbar .dropdown-menu {
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  background: #000;
  padding: 20px 0;
  margin-top: -20px !important; }
  .navbar .dropdown-menu li a,
  .navbar .dropdown-menu li.active a {
    padding: 8px 25px;
    color: #fff; }
    .navbar .dropdown-menu li a:hover, .navbar .dropdown-menu li a:focus, .navbar .dropdown-menu li a:active,
    .navbar .dropdown-menu li.active a:hover,
    .navbar .dropdown-menu li.active a:focus,
    .navbar .dropdown-menu li.active a:active {
      background: none;
      opacity: 1;
      color: #eee !important; }
.navbar .open a.dropdown-toggle {
  background-color: transparent !important; }

.side-menu-opener span {
  background: #323237;
  height: 2px;
  width: 18px;
  margin-bottom: 4px;
  display: block; }
.side-menu-opener .bars {
  display: none; }
  @media screen and (min-width: 768px) {
    .side-menu-opener .bars {
      display: block; } }
.side-menu-opener .fa {
  font-size: 22px; }

.side-menu-opener.mobile {
  display: inline-block;
  margin-right: 0;
  margin-left: 15px;
  padding: 11px 10px 6px;
  margin-top: 8px;
  margin-bottom: 8px;
  float: right; }
  @media screen and (min-width: 768px) {
    .side-menu-opener.mobile {
      display: none; } }

@media screen and (max-width: 768px) {
  .navbar-right {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block; } }

@media screen and (min-width: 768px) {
  .nav-tabs .dropdown-menu,
  .nav-pills .dropdown-menu,
  .navbar .dropdown-menu {
    margin-top: 0; } }

.btn-group.full-width {
  width: 100%; }

.btn-default.disabled {
  background: #cccccc !important; }

.btn-group .btn {
  max-width: inherit;
  width: auto;
  letter-spacing: 0; }

.btn, .btn.btn-primary, .btn-default {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0;
  border: none; }

.btn {
  /* padding: $btn-padding; */
  margin-top: 20px;
  letter-spacing: 1px;
  font-size: 18px !important; }

.button-group .btn:first-child {
  margin-right: 20px; }

.btn.btn-primary {
  border: 2px solid;
  padding: 10px 35px; }
  @media screen and (max-width: 991px) {
    .btn.btn-primary {
      padding: 10px 20px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: white url("ajax-loader.gif?8853115690660859706") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("slick.eot");
  src: url("slick.eot?#iefix") format("embedded-opentype"), url("slick.woff") format("woff"), url("slick.ttf") format("truetype"), url("slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px;
  margin-top: 105px; }
  @media screen and (min-width: 768px) {
    .slick-slider {
      margin-top: 151px; } }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.pagination {
  display: inline-block;
  padding-left: 0;
  border-radius: 4px;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 100px; }
  .pagination:hover .current, .pagination:focus .current {
    color: #323237; }
  .pagination .page {
    margin: 0px 10px; }
  .pagination .current {
    color: #323237; }

.helper-section {
  display: table;
  width: 100%;
  height: 100%; }
  .helper-section:hover:before {
    content: "";
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1; }

.errors ul {
  padding-left: 0;
  margin-bottom: 20px; }
  .errors ul li {
    list-style: none; }

.visually-hidden {
  display: none !important; }

.center-btn-group {
  display: table;
  margin: 0 auto; }
  @media screen and (max-width: 420px) {
    .center-btn-group .btn {
      font-size: 12px; } }

/* Search */
.search-bar {
  margin-bottom: 80px;
  margin-top: 50px; }
  .search-bar input, .search-bar .btn {
    margin: 0;
    height: 60px; }
  .search-bar input {
    text-indent: 10px; }

.search-item {
  margin-bottom: 80px; }
  @media screen and (max-width: 992px) {
    .search-item .search-item-thumbnail {
      margin-bottom: 40px; } }

/* Account */
.table-wrap table {
  width: 100%; }

.address {
  padding-bottom: 50px; }
  .address p {
    margin-bottom: 5px; }
  .address .action-btns {
    margin-top: 20px; }
    .address .action-btns a:first-child {
      margin-right: 10px; }
    .address .action-btns a:last-child {
      margin-left: 10px; }

.addresses {
  margin-bottom: 60px; }

.account-address p {
  margin-bottom: 5px; }
.account-address h5 {
  margin-top: 30px; }

.table-wrap {
  margin-bottom: 40px; }

#RecoverPassword {
  display: block;
  margin-top: 30px;
  font-size: 14px;
  font-style: italic; }

#ResetSuccess {
  margin-bottom: 30px; }

#AddAddress form,
.edit-address form {
  margin-top: 40px; }
  #AddAddress form input,
  .edit-address form input {
    margin-bottom: 20px; }
  #AddAddress form input[type="checkbox"],
  .edit-address form input[type="checkbox"] {
    width: auto;
    margin: 0;
    line-height: 0;
    height: 16px;
    margin-right: 20px; }
  #AddAddress form select,
  .edit-address form select {
    width: 100%;
    margin-bottom: 30px;
    height: 50px;
    background-color: #FFF;
    text-indent: 10px;
    border: 2px solid #F2F3F5;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative; }
  #AddAddress form h2,
  .edit-address form h2 {
    margin-bottom: 30px; }

/* Jquery ui datepicker */
.ui-datepicker {
  border: none !important;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }
  @media screen and (max-width: 768px) {
    .ui-datepicker {
      margin-bottom: 30px;
      margin-top: 30px; } }
  .ui-datepicker .ui-datepicker-title,
  .ui-datepicker th {
    font-size: 14px !important; }

.ui-datepicker-header {
  background: none !important;
  border: none !important; }

.ui-datepicker .ui-state-default {
  background-color: #f2f3f5 !important;
  background-image: none !important;
  border: none !important;
  text-align: center !important;
  font-size: 15px !important; }

#delivery-date {
  position: relative; }

#delivery-date .ui-datepicker {
  width: 100%; }

.ui-datepicker .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-next:focus,
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-prev:focus {
  border: none !important;
  background-image: none !important; }

.AddToCartForm .selector-wrapper {
  float: none;
  margin-right: 20px; }
  .AddToCartForm .selector-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background: white url("ico-select.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-color: transparent;
    padding-right: 28px;
    text-indent: 0.01px;
    text-overflow: '';
    cursor: pointer;
    border: 2px solid #F2F3F5;
    border-radius: 0px;
    height: 36px;
    padding-left: 10px;
    margin-left: 10px;
    margin-bottom: 10px; }
.AddToCartForm .js-qty {
  float: left; }
.AddToCartForm .btn-default.AddToCart {
  display: block; }

.addtocart-wrapper {
  display: inline-block;
  width: 100%;
  padding: 20px 0px;
  border-top: 2px solid #f2f3f5;
  clear: both; }
  .addtocart-wrapper .AddToCart {
    clear: none !important;
    float: left;
    display: block;
    margin-left: 20px; }
  .addtocart-wrapper .js-qty {
    margin-top: 13px; }

.variant-options {
  padding: 20px 0px;
  border-top: 2px solid #F2F3F5; }

/*
	Tabs
*/
#product-tabs {
  padding: 0px;
  clear: both;
  position: relative;
  overflow: hidden;
  z-index: 0; }
  #product-tabs .nav-tabs {
    line-height: 40px;
    margin: 0 !important;
    position: relative;
    z-index: 0;
    border-bottom: 0;
    padding: 0;
    display: table;
    width: 100%; }
    #product-tabs .nav-tabs li {
      border: none;
      float: left;
      margin: 0;
      padding: 0px;
      outline: medium none;
      position: relative;
      border-right: #F2F3F5 solid 2px;
      border-top: #F2F3F5 solid 2px;
      list-style: none;
      list-style: none; }
      @media screen and (max-width: 768px) {
        #product-tabs .nav-tabs li {
          float: none;
          border-left: 2px solid #F2F3F5; } }
      #product-tabs .nav-tabs li a {
        display: block;
        padding: 0px 30px;
        line-height: 50px;
        text-decoration: none;
        margin: 0;
        outline: none;
        font-size: 14px;
        background: #ededed;
        border-left: none;
        border-top: none;
        border-bottom: none;
        border-radius: 0 0 0 0;
        border-right: 2px solid #ffffff;
        background: none;
        text-transform: uppercase;
        color: #5C5C61;
        font-weight: 600;
        letter-spacing: 1px; }
        #product-tabs .nav-tabs li a:hover:before {
          width: 100%; }
      #product-tabs .nav-tabs li.ui-state-active a:after {
        border-top: 4px solid #fff;
        content: "";
        left: 0;
        position: absolute;
        bottom: -3px;
        width: 100%; }
      #product-tabs .nav-tabs li:first-child {
        border-left: #F2F3F5 solid 2px; }
  #product-tabs .tab-content {
    margin: 0;
    padding: 0;
    border: 2px solid #F2F3F5;
    border-top: 0; }
    #product-tabs .tab-content .tab-pane {
      outline: medium none;
      padding: 30px 30px 30px;
      text-align: left;
      border-top: 2px solid #F2F3F5;
      clear: both !important;
      font-size: 15px;
      line-height: 27px;
      letter-spacing: 0.5px; }
      #product-tabs .tab-content .tab-pane h3, #product-tabs .tab-content .tab-pane h4 {
        font-size: 100%; }
      #product-tabs .tab-content .tab-pane p {
        font-size: 15px;
        line-height: 27px;
        letter-spacing: 0.5px; }
      #product-tabs .tab-content .tab-pane .product-tabs-content-inner {
        font-size: 12px;
        letter-spacing: 0.01em;
        color: #9aa7af;
        line-height: 24px; }
        #product-tabs .tab-content .tab-pane .product-tabs-content-inner .spr-container {
          border: none;
          padding: 0; }

#shopify-product-reviews {
  margin: 0 !important; }

.spr-container {
  border: none !important;
  padding: 0 !important; }

.spr-icon {
  margin-right: 3px !important; }

/* 
   Swatches Styles
*/
.swatch {
  margin: 1em 0; }

/* Label */
.swatch .header {
  margin: 0.5em 0;
  margin-top: 0;
  display: none; }

/* Hide radio buttons.*/
.swatch input {
  display: none; }

.swatch label {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  float: left;
  min-width: 35px !important;
  height: 35px !important;
  margin: 0;
  border: #ccc 1px solid;
  background-color: #F7F8F9;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 5px !important;
  border: 3px solid #fff !important;
  border-color: transparent;
  border-radius: 0;
  outline: 2px solid #F2F3F5;
  cursor: pointer; }

.swatch-element label {
  padding: 0 10px; }

.color.swatch-element label {
  padding: 0;
  cursor: pointer; }

/* Styling selected swatch */
/* Slightly raised */
.swatch input:checked + label {
  border-color: transparent;
  outline: 2px solid gainsboro;
  background-color: #234797;
  color: white; }

.swatch .swatch-element {
  float: left;
  -webkit-transform: translateZ(0);
  /* webkit flicker fix */
  -webkit-font-smoothing: antialiased;
  /* webkit text rendering fix */
  /* Spacing between buttons */
  margin: 0px 10px 10px 0;
  /* To position the sold out graphic and tooltip */
  position: relative; }

/* Image with the cross in it */
.crossed-out {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.swatch .swatch-element .crossed-out {
  display: none; }

.swatch .swatch-element.soldout .crossed-out {
  display: block; }

.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60);
  /* internet explorer */
  -khtml-opacity: 0.6;
  /* khtml, old safari */
  -moz-opacity: 0.6;
  /* mozilla, netscape */
  opacity: 0.6;
  /* fx, safari, opera */ }

/* Tooltips */
.swatch .tooltip {
  text-align: center;
  background: black;
  color: #fff;
  font-size: 11px;
  bottom: 100%;
  padding: 10px;
  display: block;
  position: absolute;
  width: 50px;
  left: 50%;
  margin-left: -25px;
  margin-bottom: 15px;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.swatch .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%; }

/* CSS triangle */
.swatch .tooltip:after {
  border-left: solid transparent 5px;
  border-right: solid transparent 5px;
  border-top: solid black 5px;
  bottom: -5px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  width: 0; }

.swatch .swatch-element:hover .tooltip {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px); }

.swatch.error {
  background-color: #e8d2d2 !important;
  color: #333333 !important;
  padding: 1em;
  border-radius: 5px; }

.swatch.error p {
  margin: 0.7em 0; }

.swatch.error p:first-child {
  margin-top: 0; }

.swatch.error p:last-child {
  margin-bottom: 0; }

.swatch.error code {
  font-family: monospace; }

/* Instafeed */
#instafeed {
  height: 100px;
  background: #fff;
  display: none; }
  #instafeed a {
    opacity: .4; }
    #instafeed a:hover {
      opacity: 1; }

#instafeed a {
  margin-right: 0px;
  vertical-align: top;
  display: block;
  width: 100px;
  height: 100px;
  float: left; }
  #instafeed a img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    max-width: 100%; }
  #instafeed a:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0); }

/* Explicitly set height/width of each list item */
.simply-scroll .simply-scroll-list li {
  float: left;
  /* Horizontal scroll only */
  width: 100px;
  height: 100px; }

.simply-scroll-clip {
  height: 100px; }

/* Container DIV - automatically generated */
.simply-scroll-container {
  position: relative; }

/* Clip DIV - automatically generated */
.simply-scroll-clip {
  position: relative;
  overflow: hidden; }

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none; }

.simply-scroll-list li {
  padding: 0;
  margin: 0;
  list-style: none; }

.simply-scroll-list li img {
  border: none;
  display: block; }

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */
/* Container DIV */
.simply-scroll {
  width: 100%;
  height: 100px;
  margin-bottom: 1em; }

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
  width: 100%;
  height: 100px; }

simply-scroll-list {
  height: 100px; }

/* Master button styles - note that up and down versions 
have been removed in this example */
.simply-scroll-btn {
  position: absolute;
  width: 42px;
  height: 100%;
  z-index: 3;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.3); }

.simply-scroll-btn-left {
  left: 0;
  bottom: 0; }
  .simply-scroll-btn-left:before {
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    font-size: 28px;
    color: #fff;
    left: 50%;
    margin-left: -5px;
    top: 50%;
    margin-top: -14px; }

.simply-scroll-btn-left.disabled {
  opacity: 0.3 !important; }

.simply-scroll-btn-left:hover {
  opacity: 0.8 !important; }

.simply-scroll-btn-right {
  right: 0px;
  bottom: 0px; }
  .simply-scroll-btn-right:before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    font-size: 28px;
    color: #fff;
    left: 50%;
    margin-left: -5px;
    top: 50%;
    margin-top: -14px; }

.simply-scroll-btn-right.disabled {
  opacity: 0.3 !important; }

.simply-scroll-btn-right:hover {
  opacity: 0.8 !important; }

.spinner {
  width: 40px;
  height: 40px;
  margin: 0;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  position: absolute;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out; }

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0); }

  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

/* Sidebar */
.sidebar {
  padding: 50px 0px 100px; }
  .sidebar h2 {
    margin-bottom: 10px; }
  .sidebar ul {
    padding: 0;
    margin: 0; }
    .sidebar ul li {
      list-style: none;
      cursor: pointer;
      padding-top: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid #f1f1f1;
      font-size: 16px; }
      .sidebar ul li a {
        color: #8d8d8d; }
  .sidebar h4 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: normal; }

.navbar-default.sticky {
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  border-radius: 0; }
  @media screen and (min-width: 768px) {
    .navbar-default.sticky .navbar-nav > li > a {
      padding: 22px 15px; } }
  .navbar-default.sticky .navbar-brand {
    line-height: 55px !important; }
  .navbar-default.sticky .navbar-header {
    height: 55px !important; }

.navbar-default.sticky .navbar-header .navbar-brand.text-logo {
  padding: 4px 15px; }

.slick-dots li.slick-active button:before,
.slick-dots li button:before {
  color: white !important; }

.page-cart .cart__subtotal {
  color: #00abff !important; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

/* MoveOn Customizations*/
@media screen and (max-width: 768px) {
  .hero-slider .slide {
    background-size: 120% !important;
    background-position: right bottom !important; } }
@media screen and (max-width: 505px) {
  .hero-slider .slide {
    background-size: 170% !important;
    background-position: right bottom !important; } }
@media screen and (max-width: 375px) {
  .hero-slider .slide {
    background-size: 150% !important;
    background-position: right bottom !important; } }

.slide .text-left {
  margin-bottom: 160px; }
  @media screen and (min-width: 375px) {
    .slide .text-left {
      margin-bottom: 200px; } }
  @media screen and (min-width: 405px) {
    .slide .text-left {
      margin-bottom: 260px; } }
  @media screen and (min-width: 505px) {
    .slide .text-left {
      margin-bottom: 160px; } }

@media screen and (max-width: 1200px) {
  .cart-row .pull-right {
    float: none !important; } }

.page-cart .cart-row .mo-cart-submit .btn-primary {
  border: none;
  color: #9e9e9e; }

.page-cart .cart-row .mo-cart-submit .btn-default,
.page-cart .cart-row .mo-cart-submit .btn-primary {
  width: 100%;
  display: block;
  max-width: 100%; }

.newsletter .pitch {
  display: inline-block;
  padding-bottom: 20px;
  line-height: 1.2; }

.newsletter a.btn {
  background-color: #1dadfc;
  color: white;
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 0; }

.newsletter hr {
  margin-top: 40px;
  margin-bottom: 30px;
  border: 0;
  background: rgba(255, 255, 255, 0.2);
  height: 2px;
  position: relative; }

section.product-single {
  padding-top: 0; }
  @media screen and (min-width: 768px) {
    section.product-single {
      padding-top: 70px; } }
  @media screen and (min-width: 993px) {
    section.product-single {
      padding-top: 100px; } }

.cart-row small {
  line-height: 1.2;
  display: block;
  font-size: 12px;
  text-align: left;
  margin-top: 5px;
  opacity: 0.8; }
  @media screen and (min-width: 768px) {
    .cart-row small {
      margin-top: 35px;
      margin-bottom: 10px; } }

.clearfix {
  overflow: auto;
  zoom: 1; }

.tablet-plus {
  display: none; }
  @media screen and (min-width: 768px) {
    .tablet-plus {
      display: inline; } }

section.newsletter label#fc-response {
  display: block;
  padding-top: 0;
  margin-top: 0; }

.donate-btn {
  background-color: #1dadfc;
  float: right;
  display: inline-block;
  padding: 0.5em 1.5em; }
  @media screen and (min-width: 768px) {
    .donate-btn {
      padding: 0.7em 1.5em; } }

.fec-legal p,
.fec-legal ol {
  margin-bottom: 0.8em;
  font-size: 14px;
  line-height: 1.3em; }

.fec-legal h3 {
  font-size: 20px;
  line-height: 38px;
  margin-bottom: 10px;
  margin-top: 30px;
  border-top: 1px solid #f1f1f1;
  padding-top: 20px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: bold;
  color: #000; }

.ajaxcart__inner a {
  color: white;
  font-weight: 700; }

.screen-reader {
  left: -9999em;
  position: absolute;
  top: -9999em; }

.navbar-toggle {
  padding: 15px 10px 0px; }

.container > .navbar-header {
  background-color: white; }

.slick-slide {
  background-position: center center !important; }

.hero .row {
  padding: 4rem 0 10rem; }
  @media screen and (min-width: 1200px) {
    .hero .row {
      padding: 10rem 0 5rem; } }

.category-nav {
  background-color: #000;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold; }

.category-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0.25em; }
  @media screen and (min-width: 768px) {
    .category-nav ul {
      padding: 0.5em; } }

.category-nav li {
  display: inline-block;
  margin-right: 20px; }

.category-nav a {
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease; }
  @media screen and (min-width: 768px) {
    .category-nav a {
      font-size: 14px; } }
  .category-nav a:hover, .category-nav a:focus {
    color: #eee; }

.inpage-title h1 {
  font-weight: 700;
  text-transform: uppercase; }

.page-cart .cart-row {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ebebeb; }

.page-cart .inpage-title {
  margin-bottom: 30px; }

.cart-head h3 {
  font-size: 24px;
  margin-bottom: 0; }

.cart__image img {
  max-width: 105px; }

input[type="text"].fec-input {
  background-color: #f3f3f3;
  border-radius: 0;
  margin-bottom: 0; }

.page-cart .cart-donation label {
  margin-bottom: 10px; }

.cart-donation {
  position: relative;
  margin-bottom: 20px; }

.cart-donation .clear-don {
  position: absolute;
  bottom: -44px;
  right: 0; }

.cart-donation .clear-don label {
  padding: 0;
  border-radius: 0;
  color: #a0a0a0;
  background-color: white;
  padding-left: 10px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.07em; }

.cart-donation .clear-don input:checked + label {
  background-color: white;
  color: #a0a0a0; }

.cart-donation p {
  text-align: left;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 20px;
  color: #000; }

.cart-donation input {
  visibility: hidden; }

.cart-donation label {
  display: block;
  border-radius: 30px;
  background-color: #f3f3f3;
  text-align: center;
  color: #1dadfc;
  padding: 0.65em 0; }

.cart-donation input:checked + label {
  background-color: #1dadfc;
  color: white; }

p.cart-attribute__field {
  margin-bottom: 10px; }

input::-webkit-input-placeholder {
  color: #444; }

input::-moz-placeholder {
  color: #444; }

input:-moz-placeholder {
  color: #444; }

input:-ms-input-placeholder {
  color: #444; }

.small-notice {
  font-size: 0.8em;
  margin-top: -20px; }

@media screen and (min-width: 992px) {
  .cart-donation .col-xs-6 {
    padding-left: 10px;
    padding-right: 10px; }

  .cart-donation .col-xs-6:first-of-type {
    padding-left: 15px;
    padding-right: 5px; }

  .cart-donation .col-xs-6:last-of-type {
    padding-right: 15px;
    padding-left: 5px; } }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* Footer */
.footer {
  display: block;
  padding: 24px 16px;
  background-color: black; }

.footer__logo {
  width: 85px; }

.footer__logo img {
  width: 100%; }

.footer__top {
  margin-top: 30px; }

.footer__nav {
  position: relative;
  display: block;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 14px; }

.footer__nav__column:first-child .footer__nav__column-heading {
  display: none; }

.footer__nav__column-heading {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: 700; }

.footer__nav__column-links {
  margin-top: 6px; }

.footer__nav__column-links a {
  display: block;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  font-weight: 700; }

.footer__nav__column-links a:hover {
  color: #00abff; }

.footer__nav__cta {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-top: 41px; }

.footer__nav__cta__copy {
  display: block;
  padding-top: nul;
  padding-bottom: 18px; }

.footer__nav_cta__copy {
  color: #fff; }

.footer__nav__cta a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  width: 100%;
  height: 36px;
  font-size: 14px;
  color: #fff;
  margin-top: 6px; }

.footer__nav__cta a:hover {
  color: #00abff; }

.footer__nav__cta svg {
  fill: #fff;
  display: inline-block; }

.footer__nav__cta svg:first-child {
  width: 24px;
  height: 24px;
  margin-left: 0;
  margin-right: 24px; }

.footer__nav__cta svg:last-child {
  width: 7.4px;
  height: 12px;
  margin-left: auto; }

.footer__text {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 14px 0; }

.footer__text a,
.footer__text a:active,
.footer__text a:visited {
  color: inherit;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color 0.3s; }

.footer__text a:active:hover,
.footer__text a:hover,
.footer__text a:visited:hover {
  color: #00abff; }

.footer__text__item {
  font-size: 13px;
  line-height: 19px;
  color: white; }

.footer__text__item:not(:first-child) {
  margin-top: 18px; }

.footer__text__cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  font-weight: bolder; }

.footer__text__cta:active,
.footer__text__cta:link,
.footer__text__cta:visited {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  height: 48px;
  font-size: 16px;
  line-height: 20px;
  margin-top: 1em;
  color: white; }

.footer__text__cta:hover {
  color: #00abff; }

.footer__text__cta svg {
  width: 8px;
  height: 12px;
  fill: #fff;
  margin-left: auto; }

.footer__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.footer__social {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1; }

.footer__social a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px; }

.footer__social a:not(:first-child) {
  margin-left: 10px; }

.footer__social svg {
  fill: #fff;
  width: 18px;
  height: 18px; }

.footer__fineprint {
  font-family: "Roboto", sans-serif;
  border: 1px solid #979797;
  font-size: 11px;
  line-height: 20px;
  color: #fff;
  padding: 8px 20px;
  text-align: left; }

.footer__fineprint a:active,
.footer__fineprint a:link,
.footer__fineprint a:visited {
  color: inherit;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color 0.3s; }

.footer__fineprint a:active:hover,
.footer__fineprint a:link:hover,
.footer__fineprint a:visited:hover {
  color: #00abff; }

.footer__fineprint strong {
  font-weight: bolder;
  color: inherit;
  font-weight: 500;
  font-family: "Roboto", sans-serif; }

@media (min-width: 1008px) {
  .footer {
    padding: 0;
    padding-top: 40px; }

  .footer__logo {
    margin-left: 3.86905%; }

  .footer__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 3.86905%;
    padding-right: 3.86905%; }

  .footer__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 46.18644%;
    padding-bottom: 0;
    margin-right: 4.66102%; }

  .footer__nav__column {
    width: 27.52294%; }

  .footer__nav__column:first-child .footer__nav__column-heading {
    display: block; }

  .footer__nav__cta {
    width: 100%;
    margin-top: 46px; }

  .footer__nav__cta__copy {
    display: none;
    padding-top: 18px;
    color: #fff; }

  .footer__nav__cta a {
    width: auto;
    margin-top: 0; }

  .footer__nav__cta svg:first-child {
    margin-right: 2px; }

  .footer__nav__cta svg:last-child {
    margin-left: 9px; }

  .footer__text {
    width: 49.15254%;
    padding: 0; }

  .footer__text__item:not(:first-child) {
    margin-top: 40px; }

  .footer__text__cta:active,
  .footer__text__cta:link,
  .footer__text__cta:visited {
    height: 1em;
    font-size: inherit;
    line-height: inherit; }

  .footer__text__cta svg {
    margin-left: 10px; }

  .footer__bottom {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 3.86905% 40px; }

  .footer__social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

  .footer__fineprint {
    width: 49.15254%;
    padding: 11px 0;
    text-align: center; } }
@media (min-width: 1440px) {
  .footer__top {
    padding-top: 30px;
    padding-bottom: 39px;
    padding-left: 9.02778%;
    padding-right: 9.02778%; }

  .footer__bottom {
    padding: 0 9.02778% 40px; } }
@media (max-width: 1007px) {
  .footer__nav__column:not(:first-child) {
    margin-top: 30px; } }
