.image-gallery .main-view {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  border: 1px solid #8f8e8d;
  padding: 1px; }
  .image-gallery .main-view img {
    width: 100%;
    height: auto; }
.image-gallery .owl-carousel .item .preview {
  display: flex;
  align-items: center;
  border: 1px solid #8f8e8d;
  padding: 1px; }
.image-gallery .owl-carousel .item.active .preview {
  border-width: 2px;
  border-color: #f78f1e; }

.quantity {
  display: flex;
  width: auto !important; }
  .quantity .input-number-decrement {
    height: 34px;
    user-select: none;
    display: inline-block;
    width: 35px;
    line-height: 30px;
    color: #000000;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #f78f1e;
    background-color: #ebebeb; }
  .quantity .input-number-increment {
    height: 34px;
    user-select: none;
    display: inline-block;
    width: 35px;
    line-height: 30px;
    color: #000000;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #f78f1e;
    background-color: #ebebeb; }
  .quantity .input-number {
    width: 4em !important;
    padding: 0 12px;
    vertical-align: top;
    text-align: center !important;
    outline: none;
    height: 34px;
    user-select: none;
    border-width: 1px 0;
    border-style: solid;
    border-color: #f78f1e; }

.submit-button-1 {
  height: 100%;
  background-color: #f78f1e;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 8px 40px;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1px; }

.submit-button-2 {
  height: 100%;
  background-color: #c2c2c2;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 8px 25px;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1px; }

.title__center {
  text-align: center; }
.title__uppercase {
  text-transform: uppercase; }

.star-rating {
  border: 0;
  display: flex;
  flex-direction: row-reverse;
  font-size: 2em;
  justify-content: auto;
  text-align: center; }
  .star-rating input {
    display: none; }
    .star-rating input:checked ~ label {
      color: #f78f1e; }
  .star-rating label {
    color: #d7d7d7;
    cursor: pointer;
    margin-bottom: 0; }
    .star-rating label.checked {
      color: #f78f1e; }

.pagination a {
  text-decoration: none !important; }
.pagination__page-link {
  padding: 3px 8px;
  color: #000000 !important;
  font-weight: 600;
  border: 1px solid transparent; }
  .pagination__page-link--active, .pagination__page-link:hover {
    border-color: #bfbfbf; }
  .pagination__page-link:not(:last-child) {
    margin-right: 10px; }
.pagination__incrementer {
  font-weight: 900;
  color: #6f6f6f; }
  .pagination__incrementer--inactive {
    color: #b7b7b7; }
  .pagination__incrementer--prev {
    margin-right: 5px; }
  .pagination__incrementer--next {
    margin-left: 5px; }

.browse-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px; }
  .browse-navigation__sort-select {
    padding: 5px 10px;
    border-color: #bfbfbf; }

.page-title {
  display: flex;
  align-items: center; }
  .page-title .title {
    font-size: 32px;
    font-weight: 900; }
  .page-title .product-count {
    font-size: 28px;
    margin-left: 7px;
    color: #898989;
    font-weight: 300; }

.accordion {
  margin: 0 auto;
  border-bottom: 1px solid #8f8e8d; }
  .accordion .heading {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.8px;
    padding: 15px 0;
    cursor: pointer;
    border-top: 1px solid #8f8e8d; }
    .accordion .heading::before {
      font-family: "FontAwesome";
      content: "\f067";
      color: #000000;
      vertical-align: middle;
      display: inline-block;
      float: right;
      transform: rotate(0);
      transition: all 0.5s;
      margin-top: 2px;
      font-size: 8px; }
  .accordion .active.heading::before {
    content: "\f068"; }
  .accordion .not-active.heading::before {
    content: "\f068"; }
  .accordion .contents {
    display: none;
    padding: 0 0 15px;
    font-size: 13px;
    line-height: 1.5; }
    .accordion .contents a {
      color: #636363; }

.product-filters-accordion {
  margin-top: 25px;
  padding-right: 15px; }
  @media (max-width: 991px) {
    .product-filters-accordion {
      padding-right: 0; } }

.price-range-slider {
  width: 100%;
  padding-top: 7px; }
  .price-range-slider .range-display {
    display: flex;
    margin: 0;
    margin-top: 22px;
    margin-bottom: 10px; }
    .price-range-slider .range-display input {
      background: none;
      color: #000;
      font-weight: initial;
      box-shadow: none;
      border: 1px solid #bfbfbf;
      width: 100%;
      padding: 4px 5px; }
    .price-range-slider .range-display .range-value {
      display: flex;
      align-items: center;
      font-size: 12px; }
      .price-range-slider .range-display .range-value span {
        margin-right: 3px; }
      .price-range-slider .range-display .range-value:first-child {
        margin-right: 5px; }
  .price-range-slider .range-bar {
    border: none;
    background: #c2c2c2;
    height: 2px;
    width: 92%;
    margin: auto; }
    .price-range-slider .range-bar .ui-slider-range {
      background: #c2c2c2; }
    .price-range-slider .range-bar .ui-slider-handle {
      border: none;
      border-radius: 25px;
      background: #f78f1e;
      height: 15px;
      width: 15px;
      top: -0.52em;
      cursor: pointer; }
    .price-range-slider .range-bar .ui-slider-handle + span {
      background: #f78f1e; }

.owl-theme .owl-prev,
.owl-theme .owl-next {
  position: absolute;
  height: 50%;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
  top: 15%; }
  .owl-theme .owl-prev i,
  .owl-theme .owl-next i {
    font-size: 3.5rem;
    color: #cecece; }
.owl-theme .owl-prev {
  left: 0; }
.owl-theme .owl-next {
  right: 0; }

.sharethis-inline-share-buttons {
  margin-top: 20px; }

.product-tiles {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 45px; }
  .product-tiles > div {
    padding-right: 0; }

.product-tile {
  position: relative;
  border: 1px solid #bfbfbf;
  padding: 18px 7px 10px;
  margin-bottom: 20px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .product-tile--stock-status {
    position: absolute;
    top: 0;
    left: 0;
    color: #ffffff;
    border-radius: 0px 0 32px 32px;
    padding: 4px 11px 14px;
    font-size: 8px; }
    .product-tile--stock-status.in-stock {
      background-color: #2bb673; }
    .product-tile--stock-status.sold-out {
      background-color: #f78f1e; }
  .product-tile--sale-label {
    position: absolute;
    top: 0;
    left: 0;
    color: #ffffff;
    border-radius: 0px 0 32px 32px;
    padding: 4px 11px 14px;
    font-size: 8px;
    background-color: #f78f1e; }
  .product-tile--image img {
    width: 100%;
    height: auto; }
  .product-tile--title {
    text-align: center;
    margin-top: 10px; }
    .product-tile--title a {
      text-decoration: none !important;
      color: #000000;
      font-size: 15px; }
  .product-tile--price {
    text-align: center;
    margin-top: 5px;
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 18px; }
    .product-tile--price span {
      margin: 0 2px; }
    .product-tile--price .sale-price {
      font-weight: 600; }
    .product-tile--price .regular-price {
      font-weight: 600; }
      .product-tile--price .regular-price.sale-price {
        text-decoration: line-through;
        font-weight: 300;
        font-size: 0.9em; }
    .product-tile--price .savings {
      font-size: 12px; }
  .product-tile--sku {
    text-align: center;
    margin-top: 3px;
    font-size: 12px; }
  .product-tile--rating {
    display: flex;
    justify-content: center; }
    .product-tile--rating .star-rating label {
      font-size: 14px; }
  .product-tile--buttons a {
    text-decoration: none !important; }
  .product-tile--buttons .view-product,
  .product-tile--buttons .add-to-cart {
    font-size: 10px;
    text-align: center;
    padding: 7px;
    margin-top: 5px;
    font-weight: 600; }
  .product-tile--buttons .view-product {
    color: #000000;
    background-color: #d7d7d7; }
    .product-tile--buttons .view-product:hover {
      background-color: #f78f1e; }
  .product-tile--buttons .add-to-cart {
    background-color: #f78f1e;
    color: #ffffff; }

.product--main-section {
  padding-bottom: 64px; }
  .product--main-section .product-summary .page-title {
    margin-bottom: 15px; }
  .product--main-section .product-summary--sku {
    margin-bottom: 25px; }
  .product--main-section .product-summary--labels {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px; }
  .product--main-section .product-summary--stock-status {
    color: #ffffff;
    padding: 2px 35px;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px; }
    .product--main-section .product-summary--stock-status.in-stock {
      background-color: #2bb673; }
    .product--main-section .product-summary--stock-status.sold-out {
      background-color: #f78f1e; }
  .product--main-section .product-summary--sale-label {
    color: #ffffff;
    border-radius: 0px 0 55px 55px;
    padding: 4px 20px 14px;
    font-size: 22px;
    background-color: #f78f1e;
    margin-left: 25px;
    font-weight: 500;
    letter-spacing: 1px; }
  .product--main-section .product-summary--price-elements {
    display: flex;
    flex-wrap: wrap; }
    .product--main-section .product-summary--price-elements > div {
      margin-bottom: 10px; }
    .product--main-section .product-summary--price-elements .after-pay {
      display: flex; }
      .product--main-section .product-summary--price-elements .after-pay--payment p {
        font-size: 14px;
        font-weight: 900; }
      .product--main-section .product-summary--price-elements .after-pay--plan {
        font-weight: 400;
        font-size: 12px;
        color: #636363; }
      .product--main-section .product-summary--price-elements .after-pay--amount {
        color: #f78f1e; }
      .product--main-section .product-summary--price-elements .after-pay--info {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin-left: 35px; }
        .product--main-section .product-summary--price-elements .after-pay--info img {
          height: 27px;
          width: auto; }
        .product--main-section .product-summary--price-elements .after-pay--info a {
          text-decoration: underline;
          color: #636363;
          font-size: 12px; }
  .product--main-section .product-summary--price {
    font-size: 26px;
    margin-right: 35px;
    line-height: 26px; }
    .product--main-section .product-summary--price span {
      margin-right: 5px; }
    .product--main-section .product-summary--price .sale-price {
      font-weight: 600; }
    .product--main-section .product-summary--price .regular-price {
      font-weight: 600; }
      .product--main-section .product-summary--price .regular-price.sale-price {
        text-decoration: line-through;
        font-weight: 300 !important;
        font-size: 0.9em; }
    .product--main-section .product-summary--price .savings {
      font-size: 14px;
      color: #636363; }
  .product--main-section .product-summary--rating {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .product--main-section .product-summary--rating .star-rating {
      margin-right: 20px; }
      .product--main-section .product-summary--rating .star-rating label {
        font-size: 26px; }
    .product--main-section .product-summary--rating .review-links {
      margin-bottom: 0;
      color: #b7b7b7; }
      .product--main-section .product-summary--rating .review-links a {
        color: #000000;
        font-weight: 500; }
  .product--main-section .product-summary--shipping {
    margin-top: 15px; }
    .product--main-section .product-summary--shipping p {
      font-weight: 600; }
      .product--main-section .product-summary--shipping p .emphasis {
        color: #f78f1e; }
  .product--main-section .product-summary--cart {
    margin-top: 30px; }
    .product--main-section .product-summary--cart .cart-select-inputs {
      margin-bottom: 10px; }
      .product--main-section .product-summary--cart .cart-select-inputs select {
        padding: 10px;
        margin-right: 20px;
        margin-bottom: 20px;
        border-color: #bfbfbf; }
    .product--main-section .product-summary--cart .cart-tiles {
      display: flex;
      flex-wrap: wrap;
      margin-left: -10px;
      margin-right: -10px; }
      .product--main-section .product-summary--cart .cart-tiles > div {
        margin-bottom: 15px;
        margin-left: 10px;
        margin-right: 10px; }
      @media (max-width: 375px) {
        .product--main-section .product-summary--cart .cart-tiles {
          flex-direction: column;
          align-items: flex-start; } }
      .product--main-section .product-summary--cart .cart-tiles .quantity {
        float: none; }
      .product--main-section .product-summary--cart .cart-tiles .add-to-cart input {
        text-transform: uppercase; }
      .product--main-section .product-summary--cart .cart-tiles .add-to-wishlist a {
        text-decoration: none !important; }
      .product--main-section .product-summary--cart .cart-tiles .add-to-wishlist #add-to-wishlist {
        position: relative; }
@keyframes spinner {
  to {
    transform: rotate(360deg); } }
        .product--main-section .product-summary--cart .cart-tiles .add-to-wishlist #add-to-wishlist.adding:before {
          content: '';
          box-sizing: border-box;
          position: absolute;
          right: 7px;
          top: 12px;
          width: 10px;
          height: 10px;
          border-radius: 50%;
          border: 2px solid #fff;
          border-top-color: #ccc;
          animation: spinner .6s linear infinite; }
        .product--main-section .product-summary--cart .cart-tiles .add-to-wishlist #add-to-wishlist.added:before {
          content: "\2713";
          position: absolute;
          right: 7px;
          top: 8px; }
.product--related-products {
  background-color: #f1f1f1;
  padding: 15px 0 45px; }
  .product--related-products .products-carousel {
    margin-top: 32px; }

.product-info {
  padding-top: 42px; }
  .product-info--tabs {
    display: flex;
    align-items: center;
    background-color: #ebebeb;
    justify-content: space-around;
    flex-wrap: wrap; }
    .product-info--tabs a {
      color: #535353;
      padding: 2px 0;
      text-decoration: none !important; }
      .product-info--tabs a:hover {
        color: #f78f1e;
        border-bottom: 1px solid #f78f1e; }
    .product-info--tabs .info-tab {
      padding: 16px 25px;
      text-transform: uppercase;
      font-weight: 900; }
      .product-info--tabs .info-tab.active {
        font-size: 1.3em; }
        .product-info--tabs .info-tab.active a {
          color: #f78f1e; }
  .product-info--content .info-content {
    display: none;
    padding: 35px 20px; }
    .product-info--content .info-content.active {
      display: block; }

#info-size-charts img {
  max-width: 100%;
  height: auto; }

#review-overlay {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100000;
  top: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: none; }
  #review-overlay.active {
    display: flex; }

.review-popup {
  position: relative;
  background-color: white;
  border: 3px solid #000000;
  border-radius: 5px;
  padding: 10px;
  width: auto; }
  @media (min-width: 501px) {
    .review-popup {
      min-width: 400px; } }
  @media (max-width: 500px) {
    .review-popup {
      width: 100%; } }
  .review-popup > div {
    margin-bottom: 10px; }
  .review-popup #review-error-message {
    color: red; }
  .review-popup--close {
    position: absolute;
    right: -12px;
    top: -15px;
    background-color: #ffffff;
    border-radius: 100%;
    border: 2px solid #000000;
    padding: 2px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
  .review-popup--rating {
    position: relative; }
    .review-popup--rating p {
      margin-bottom: 0; }
    .review-popup--rating .star-rating {
      justify-content: flex-end; }
  .review-popup--summary input {
    width: 100%; }
  .review-popup--content textarea {
    width: 100%; }

.product-filters-accordion ul {
  list-style: none;
  padding-left: 0; }
.product-filters-accordion .filter.option {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  cursor: pointer; }
  .product-filters-accordion .filter.option:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid #bfbfbf; }
  .product-filters-accordion .filter.option.checked:before {
    background: #f78f1e; }
  .product-filters-accordion .filter.option.checked:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg); }

.reviews-overview {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 64px; }
  .reviews-overview h3 {
    margin-top: 0; }
  .reviews-overview .write-review {
    margin-top: 10px;
    text-decoration: none !important; }
    .reviews-overview .write-review:hover, .reviews-overview .write-review:active, .reviews-overview .write-review:focus {
      background-color: #bfbfbf;
      color: #000000; }

.product-reviews .review {
  margin-bottom: 32px; }
  .product-reviews .review--summary {
    display: block;
    font-size: 20px; }
  .product-reviews .review--rating {
    display: inline-block;
    margin-right: 8px; }
    .product-reviews .review--rating .star-rating {
      font-size: 20px; }
  .product-reviews .review--byline {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 30px;
    vertical-align: top; }
  .product-reviews .review--content {
    margin-top: 10px; }

.cart-tiles .add-to-cart .submit-button-1 {
  margin: 0;
  border: 0; }

.wekacommerce-cart .trolley-header {
  padding: 10px 0;
  font-weight: 600; }
  @media (max-width: 991px) {
    .wekacommerce-cart .trolley-header {
      display: none; } }
.wekacommerce-cart .item-details {
  border-top: 1px solid #bfbfbf;
  padding: 25px 0; }
  .wekacommerce-cart .item-details .image img {
    max-width: 100%;
    height: auto; }
  .wekacommerce-cart .item-details .title {
    margin-bottom: 15px; }
    .wekacommerce-cart .item-details .title a {
      font-size: 16px;
      color: #000000;
      font-weight: 600; }
      .wekacommerce-cart .item-details .title a:hover {
        color: #f78f1e; }
  .wekacommerce-cart .item-details .update.submit-button-2 {
    padding: 5px 10px; }
  .wekacommerce-cart .item-details .price {
    font-weight: 600;
    font-size: 16px; }
.wekacommerce-cart .submit-button-1 {
  justify-content: center;
  text-decoration: none !important;
  text-transform: uppercase; }
.wekacommerce-cart .total {
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  padding: 10px 0;
  margin-bottom: 14px;
  font-weight: 900; }

.wishlist-table {
  margin-top: 20px; }
  .wishlist-table .product-tile--price {
    text-align: left; }
  .wishlist-table .remove-wishlist-product {
    cursor: pointer; }
  .wishlist-table .submit-button-2 {
    text-decoration: none !important;
    color: #ffffff;
    display: inline-block; }
  .wishlist-table--name-column h4 a {
    color: #000000; }
    .wishlist-table--name-column h4 a:hover {
      color: #f78f1e; }
  .wishlist-table--name-column .product-tile--price {
    margin-bottom: 15px; }
  .wishlist-table--name-column .submit-button-2 {
    margin-bottom: 10px; }
  .wishlist-table--action-column, .wishlist-table--remove-column {
    vertical-align: middle !important;
    text-align: center; }
  .wishlist-table--mobile-only {
    display: none; }
  @media (max-width: 991px) {
    .wishlist-table--desktop-only {
      display: none; }
    .wishlist-table--mobile-only {
      display: block; } }

/*# sourceMappingURL=main.css.map */
