@-webkit-keyframes check {
  0% {
    height: 0;
    width: 0;
    opacity: 0; }
  1% {
    opacity: 1; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@-moz-keyframes check {
  0% {
    height: 0;
    width: 0;
    opacity: 0; }
  1% {
    opacity: 1; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@-ms-keyframes check {
  0% {
    height: 0;
    width: 0;
    opacity: 0; }
  1% {
    opacity: 1; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@keyframes check {
  0% {
    height: 0;
    width: 0;
    opacity: 0; }
  1% {
    opacity: 1; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@-webkit-keyframes reversecheck {
  0% {
    height: 13px;
    width: 7px; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 0;
    width: 0; } }
@-moz-keyframes reversecheck {
  0% {
    height: 13px;
    width: 7px; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 0;
    width: 0; } }
@-ms-keyframes reversecheck {
  0% {
    height: 13px;
    width: 7px; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 0;
    width: 0; } }
@keyframes reversecheck {
  0% {
    height: 13px;
    width: 7px; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 0;
    width: 0; } }
@-webkit-keyframes inside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@-moz-keyframes inside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@-ms-keyframes inside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes inside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@-webkit-keyframes outside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 1000; }
  40% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@-moz-keyframes outside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 1000; }
  40% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@-ms-keyframes outside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 1000; }
  40% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes outside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 1000; }
  40% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@-webkit-keyframes polygon-right-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  80% {
    width: 700px; }
  100% {
    width: 700px; } }
@-moz-keyframes polygon-right-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  80% {
    width: 700px; }
  100% {
    width: 700px; } }
@-ms-keyframes polygon-right-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  80% {
    width: 700px; }
  100% {
    width: 700px; } }
@keyframes polygon-right-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  80% {
    width: 700px; }
  100% {
    width: 700px; } }
@-webkit-keyframes polygon-left-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  60% {
    width: 700px; }
  100% {
    width: 700px; } }
@-moz-keyframes polygon-left-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  60% {
    width: 700px; }
  100% {
    width: 700px; } }
@-ms-keyframes polygon-left-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  60% {
    width: 700px; }
  100% {
    width: 700px; } }
@keyframes polygon-left-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  60% {
    width: 700px; }
  100% {
    width: 700px; } }
.ok-loading g {
  animation: rotate 1.4s linear infinite;
  transform-origin: center; }
.ok-loading circle {
  animation: spin 1.4s ease-in-out infinite,colors 5.6s ease-in-out infinite;
  fill: none;
  stroke: #8ac9ce;
  stroke-dasharray: 100;
  stroke-dashoffset: 0;
  stroke-linecap: square;
  stroke-width: 4;
  transform-origin: center;
  -webkit-transform-origin: center; }
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@-moz-keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@-ms-keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@-webkit-keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@-moz-keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@-ms-keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@-webkit-keyframes colors {
  0% {
    stroke: #8ac9ce; }
  25% {
    stroke: #299065; }
  50% {
    stroke: #9b9258; }
  75% {
    stroke: #d55232; }
  100% {
    stroke: #d5a5c1; } }
@-moz-keyframes colors {
  0% {
    stroke: #8ac9ce; }
  25% {
    stroke: #299065; }
  50% {
    stroke: #9b9258; }
  75% {
    stroke: #d55232; }
  100% {
    stroke: #d5a5c1; } }
@-ms-keyframes colors {
  0% {
    stroke: #8ac9ce; }
  25% {
    stroke: #299065; }
  50% {
    stroke: #9b9258; }
  75% {
    stroke: #d55232; }
  100% {
    stroke: #d5a5c1; } }
@keyframes colors {
  0% {
    stroke: #8ac9ce; }
  25% {
    stroke: #299065; }
  50% {
    stroke: #9b9258; }
  75% {
    stroke: #d55232; }
  100% {
    stroke: #d5a5c1; } }
.ok-loading-white g {
  animation: rotate 1.4s linear infinite;
  transform-origin: center; }
.ok-loading-white circle {
  animation: spin 1.4s ease-in-out infinite,opacity 5.6s ease-in-out infinite;
  fill: none;
  stroke: #FFF;
  stroke-dasharray: 100;
  stroke-dashoffset: 0;
  stroke-linecap: square;
  stroke-width: 4;
  transform-origin: center;
  -webkit-transform-origin: center; }
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@-moz-keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@-ms-keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@-webkit-keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@-moz-keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@-ms-keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@-webkit-keyframes opacity {
  0% {
    stroke: rgba(255, 255, 255, 0.8); }
  25% {
    stroke: white; }
  50% {
    stroke: rgba(255, 255, 255, 0.5); }
  75% {
    stroke: rgba(255, 255, 255, 0.7); }
  100% {
    stroke: white; } }
@-moz-keyframes opacity {
  0% {
    stroke: rgba(255, 255, 255, 0.8); }
  25% {
    stroke: white; }
  50% {
    stroke: rgba(255, 255, 255, 0.5); }
  75% {
    stroke: rgba(255, 255, 255, 0.7); }
  100% {
    stroke: white; } }
@-ms-keyframes opacity {
  0% {
    stroke: rgba(255, 255, 255, 0.8); }
  25% {
    stroke: white; }
  50% {
    stroke: rgba(255, 255, 255, 0.5); }
  75% {
    stroke: rgba(255, 255, 255, 0.7); }
  100% {
    stroke: white; } }
@keyframes opacity {
  0% {
    stroke: rgba(255, 255, 255, 0.8); }
  25% {
    stroke: white; }
  50% {
    stroke: rgba(255, 255, 255, 0.5); }
  75% {
    stroke: rgba(255, 255, 255, 0.7); }
  100% {
    stroke: white; } }
.slideFade-enter-active, .slideFade-leave-active {
  transition: all 1s ease;
  height: auto;
  max-height: 10000px;
  opacity: 1; }

.slideFade-leave-active {
  transition: all .5s ease; }

.slideFade-enter, .slideFade-leave-to {
  height: auto;
  max-height: 0px;
  overflow: hidden;
  padding: 0;
  opacity: 0; }

.fade-enter-active, .fade-leave-active {
  transition: all 1s ease;
  opacity: 1; }

.fade-leave-active {
  transition: all .5s ease; }

.fade-enter, .fade-leave-to {
  opacity: 0; }

/* Colors */
/* Margin & Padding */
/* Fonts */
/* Thumb */
/* Borders */
.catalog-product-view .breadcrumbs .btn {
  min-width: 120px;
  margin-right: 15px; }
.catalog-product-view .collapsable {
  margin: 0 -15px !important; }
  @media (min-width: 768px) {
    .catalog-product-view .collapsable {
      margin: 0 !important; }
      .catalog-product-view .collapsable .title {
        margin-top: 30px;
        margin-bottom: 0; }
      .catalog-product-view .collapsable .content {
        padding: 30px 15px 0; } }
@media (min-width: 1200px) {
  .catalog-product-view .product-container .col-xl-8 {
    padding-right: 15px !important; } }
.catalog-product-view .product-container .product-title {
  margin-top: -15px;
  justify-content: space-between; }
  .catalog-product-view .product-container .product-title .row {
    width: 100%; }
  .catalog-product-view .product-container .product-title .col.atc-stars {
    color: #9b9258;
    flex-grow: 0;
    flex-direction: column;
    height: 30px; }
    @media (min-width: 768px) {
      .catalog-product-view .product-container .product-title .col.atc-stars {
        height: auto; } }
    .catalog-product-view .product-container .product-title .col.atc-stars .star-open {
      color: #e6e6e6; }
    .catalog-product-view .product-container .product-title .col.atc-stars svg {
      width: 22px;
      height: 22px;
      margin-right: 5px; }
  @media (min-width: 768px) {
    .catalog-product-view .product-container .product-title .col .atc-star-container svg {
      margin-right: 3px; } }
  .catalog-product-view .product-container .product-title .col .atc-star-container .ok-icon-review-filled {
    color: #9b9258; }
  @media (min-width: 768px) {
    .catalog-product-view .product-container .product-title .col .atc-star-container {
      display: flex;
      flex-shrink: 0;
      flex-grow: 1;
      justify-content: flex-end; }
    .catalog-product-view .product-container .product-title .col .atc-write-review {
      justify-content: flex-end; } }
  @media (min-width: 576px) {
    .catalog-product-view .product-container .product-title .col.atc-stars svg {
      width: 30px;
      height: 30px; } }
  .catalog-product-view .product-container .product-title .col h3 {
    text-transform: none;
    font-weight: 300;
    margin-bottom: 15px; }
  .catalog-product-view .product-container .product-title .color-indicator {
    color: #FFF;
    font-size: .8rem;
    margin-left: 15px;
    padding: 0 15px;
    overflow: hidden; }
    .catalog-product-view .product-container .product-title .color-indicator span {
      overflow: hidden;
      text-overflow: ellipsis;
      min-width: 0;
      white-space: nowrap;
      flex-grow: 1;
      text-align: center; }
.catalog-product-view .product-container .product-gallery-mob {
  margin: 0 -15px 15px; }
  .catalog-product-view .product-container .product-gallery-mob iframe {
    width: calc(100% - 60px); }
  .catalog-product-view .product-container .product-gallery-mob .single-img-container {
    height: 35vh;
    width: 100%;
    text-align: center; }
    .catalog-product-view .product-container .product-gallery-mob .single-img-container .single-img {
      max-height: 100%; }
      @media (min-width: 768px) {
        .catalog-product-view .product-container .product-gallery-mob .single-img-container .single-img {
          border: 1px solid #e6e6e6; } }
.catalog-product-view .product-container .product-gallery {
  flex-wrap: nowrap;
  height: 525px; }
  .catalog-product-view .product-container .product-gallery .product-image .photoframe {
    justify-content: center;
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%; }
    .catalog-product-view .product-container .product-gallery .product-image .photoframe img {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%; }
.catalog-product-view .product-container .product-gallery-mob, .catalog-product-view .product-container .product-gallery {
  position: relative; }
  .catalog-product-view .product-container .product-gallery-mob .permanently-out-of-stock, .catalog-product-view .product-container .product-gallery .permanently-out-of-stock {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    z-index: 600;
    display: flex;
    justify-content: center;
    align-items: center; }
    .catalog-product-view .product-container .product-gallery-mob .permanently-out-of-stock div, .catalog-product-view .product-container .product-gallery .permanently-out-of-stock div {
      background: rgba(255, 255, 255, 0.8);
      padding: 15px;
      border: 1px solid #e6e6e6;
      border-left: none;
      border-right: none; }
  .catalog-product-view .product-container .product-gallery-mob .swiper-container, .catalog-product-view .product-container .product-gallery .swiper-container {
    height: 35vh;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 30px; }
    @media (min-width: 576px) {
      .catalog-product-view .product-container .product-gallery-mob .swiper-container, .catalog-product-view .product-container .product-gallery .swiper-container {
        height: 50vh; } }
  .catalog-product-view .product-container .product-gallery-mob .swiper-wrapper, .catalog-product-view .product-container .product-gallery .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    text-align: center; }
  .catalog-product-view .product-container .product-gallery-mob .swiper-wrapper, .catalog-product-view .product-container .product-gallery .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .catalog-product-view .product-container .product-gallery-mob .swiper-slide, .catalog-product-view .product-container .product-gallery .swiper-slide {
    float: left;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 0;
    box-sizing: content-box;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform; }
    @media (min-width: 768px) {
      .catalog-product-view .product-container .product-gallery-mob .swiper-slide, .catalog-product-view .product-container .product-gallery .swiper-slide {
        display: block; } }
    .catalog-product-view .product-container .product-gallery-mob .swiper-slide img, .catalog-product-view .product-container .product-gallery .swiper-slide img {
      max-height: 100%; }
    .catalog-product-view .product-container .product-gallery-mob .swiper-slide .img-thumbnail, .catalog-product-view .product-container .product-gallery .swiper-slide .img-thumbnail {
      border: none !important;
      border-radius: 0; }
  .catalog-product-view .product-container .product-gallery-mob .swiper-button-prev, .catalog-product-view .product-container .product-gallery-mob .swiper-button-next, .catalog-product-view .product-container .product-gallery .swiper-button-prev, .catalog-product-view .product-container .product-gallery .swiper-button-next {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 100%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: none; }
    .catalog-product-view .product-container .product-gallery-mob .swiper-button-prev.swiper-button-disabled, .catalog-product-view .product-container .product-gallery-mob .swiper-button-next.swiper-button-disabled, .catalog-product-view .product-container .product-gallery .swiper-button-prev.swiper-button-disabled, .catalog-product-view .product-container .product-gallery .swiper-button-next.swiper-button-disabled {
      display: none; }
    .catalog-product-view .product-container .product-gallery-mob .swiper-button-prev svg, .catalog-product-view .product-container .product-gallery-mob .swiper-button-next svg, .catalog-product-view .product-container .product-gallery .swiper-button-prev svg, .catalog-product-view .product-container .product-gallery .swiper-button-next svg {
      padding: 5px;
      width: 35px;
      height: 30px;
      background: rgba(44, 43, 43, 0.5);
      color: #FFF; }
      @media (min-width: 768px) {
        .catalog-product-view .product-container .product-gallery-mob .swiper-button-prev svg, .catalog-product-view .product-container .product-gallery-mob .swiper-button-next svg, .catalog-product-view .product-container .product-gallery .swiper-button-prev svg, .catalog-product-view .product-container .product-gallery .swiper-button-next svg {
          background: #FFF;
          color: #2b2b2b;
          padding: 0; } }
  .catalog-product-view .product-container .product-gallery-mob .swiper-button-next, .catalog-product-view .product-container .product-gallery .swiper-button-next {
    top: 0;
    right: 0;
    left: auto; }
  .catalog-product-view .product-container .product-gallery-mob .swiper-pagination, .catalog-product-view .product-container .product-gallery .swiper-pagination {
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 15px 15px 0 !important; }
  .catalog-product-view .product-container .product-gallery-mob .swiper-pagination-bullet, .catalog-product-view .product-container .product-gallery .swiper-pagination-bullet {
    width: 100%;
    height: 8px;
    border-radius: 2px;
    background: #e6e6e6;
    margin-right: 7.5px;
    opacity: 1; }
    .catalog-product-view .product-container .product-gallery-mob .swiper-pagination-bullet.swiper-pagination-bullet-active, .catalog-product-view .product-container .product-gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #2b2b2b; }
  @media (min-width: 768px) {
    .catalog-product-view .product-container .product-gallery-mob .swiper-container, .catalog-product-view .product-container .product-gallery .swiper-container {
      height: 525px;
      box-sizing: content-box;
      padding-bottom: 0; }
    .catalog-product-view .product-container .product-gallery-mob .swiper-wrapper, .catalog-product-view .product-container .product-gallery .swiper-wrapper {
      position: relative;
      width: 100%;
      height: 100%;
      z-index: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      -o-transition-property: transform;
      transition-property: transform;
      transition-property: transform,-webkit-transform;
      -webkit-box-sizing: content-box;
      box-sizing: content-box; }
    .catalog-product-view .product-container .product-gallery-mob .swiper-container-vertical > .swiper-wrapper, .catalog-product-view .product-container .product-gallery .swiper-container-vertical > .swiper-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .catalog-product-view .product-container .product-gallery-mob .swiper-button-prev, .catalog-product-view .product-container .product-gallery-mob .swiper-button-next, .catalog-product-view .product-container .product-gallery .swiper-button-prev, .catalog-product-view .product-container .product-gallery .swiper-button-next {
      position: absolute;
      top: 22px;
      width: 100%;
      height: 30px;
      z-index: 10;
      cursor: pointer;
      background: #FFF;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #e6e6e6;
      border-bottom: 2px solid #2b2b2b; }
      .catalog-product-view .product-container .product-gallery-mob .swiper-button-prev.swiper-button-disabled, .catalog-product-view .product-container .product-gallery-mob .swiper-button-next.swiper-button-disabled, .catalog-product-view .product-container .product-gallery .swiper-button-prev.swiper-button-disabled, .catalog-product-view .product-container .product-gallery .swiper-button-next.swiper-button-disabled {
        display: none; }
      .catalog-product-view .product-container .product-gallery-mob .swiper-button-prev svg, .catalog-product-view .product-container .product-gallery-mob .swiper-button-next svg, .catalog-product-view .product-container .product-gallery .swiper-button-prev svg, .catalog-product-view .product-container .product-gallery .swiper-button-next svg {
        width: 25px;
        height: 25px; }
    .catalog-product-view .product-container .product-gallery-mob .swiper-button-next, .catalog-product-view .product-container .product-gallery .swiper-button-next {
      bottom: 0;
      top: auto;
      background: #FFF;
      border: 1px solid #e6e6e6;
      border-top: 2px solid #2b2b2b; }
    .catalog-product-view .product-container .product-gallery-mob .swiper-slide:last-of-type, .catalog-product-view .product-container .product-gallery .swiper-slide:last-of-type {
      height: 120px !important; }
      .catalog-product-view .product-container .product-gallery-mob .swiper-slide:last-of-type span, .catalog-product-view .product-container .product-gallery .swiper-slide:last-of-type span {
        margin-bottom: 0; } }
  .catalog-product-view .product-container .product-gallery-mob .product-thumbs, .catalog-product-view .product-container .product-gallery .product-thumbs {
    width: 120px;
    min-height: 120px; }
    .catalog-product-view .product-container .product-gallery-mob .product-thumbs span, .catalog-product-view .product-container .product-gallery .product-thumbs span {
      width: 120px;
      height: 120px;
      border: 1px solid #e6e6e6;
      display: flex;
      margin-bottom: 15px;
      justify-content: center;
      align-items: center;
      padding: 15px; }
      .catalog-product-view .product-container .product-gallery-mob .product-thumbs span.active, .catalog-product-view .product-container .product-gallery .product-thumbs span.active {
        border-color: #2b2b2b; }
      .catalog-product-view .product-container .product-gallery-mob .product-thumbs span .img-thumbnail, .catalog-product-view .product-container .product-gallery .product-thumbs span .img-thumbnail {
        border: none;
        padding: 0;
        max-height: 100%; }
  .catalog-product-view .product-container .product-gallery-mob .product-image, .catalog-product-view .product-container .product-gallery .product-image {
    height: 525px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px; }
    @media (min-width: 768px) {
      .catalog-product-view .product-container .product-gallery-mob .product-image, .catalog-product-view .product-container .product-gallery .product-image {
        border: 1px solid #e6e6e6; } }
    .catalog-product-view .product-container .product-gallery-mob .product-image img, .catalog-product-view .product-container .product-gallery .product-image img {
      height: 100%; }
.catalog-product-view .product-container .product-nav ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  font-family: "Lato", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  justify-content: space-between;
  font-size: 18px;
  margin-top: 30px;
  flex-wrap: wrap; }
  .catalog-product-view .product-container .product-nav ul li {
    cursor: pointer; }
    .catalog-product-view .product-container .product-nav ul li.divider {
      cursor: default;
      margin: 7.5px;
      display: none; }
      @media (min-width: 576px) {
        .catalog-product-view .product-container .product-nav ul li.divider {
          display: inline;
          margin: 0; } }
    .catalog-product-view .product-container .product-nav ul li a {
      color: #2b2b2b; }
.catalog-product-view .product-container #product-reviews .content {
  margin-top: 0;
  padding-top: 0; }
.catalog-product-view .product-container #product-reviews .reviews-container {
  background: #f4f4f4;
  margin: 0 -15px;
  padding: 15px; }
  @media (min-width: 768px) {
    .catalog-product-view .product-container #product-reviews .reviews-container {
      margin: 0 -15px;
      padding: 15px 30px; } }
  .catalog-product-view .product-container #product-reviews .reviews-container .reviews-title h3 {
    font-size: 16px;
    font-weight: 700;
    padding: 0;
    line-height: 22px; }
    .catalog-product-view .product-container #product-reviews .reviews-container .reviews-title h3 span {
      font-weight: 300; }
  .catalog-product-view .product-container #product-reviews .reviews-container .reviews-summary.row {
    margin: 0; }
  .catalog-product-view .product-container #product-reviews .reviews-container .reviews-summary .reviews-average {
    border: 1px solid #e6e6e6;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
    overflow: hidden; }
    @media (min-width: 768px) {
      .catalog-product-view .product-container #product-reviews .reviews-container .reviews-summary .reviews-average {
        padding: 15px; } }
    .catalog-product-view .product-container #product-reviews .reviews-container .reviews-summary .reviews-average h4 {
      font-size: 16px;
      display: inline-block;
      font-weight: 700;
      text-transform: uppercase;
      flex-grow: 0;
      margin-bottom: 0; }
      .catalog-product-view .product-container #product-reviews .reviews-container .reviews-summary .reviews-average h4 span {
        text-transform: none;
        font-weight: 400; }
    .catalog-product-view .product-container #product-reviews .reviews-container .reviews-summary .reviews-average .score {
      position: relative;
      flex-grow: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0; }
      .catalog-product-view .product-container #product-reviews .reviews-container .reviews-summary .reviews-average .score .star-container {
        position: absolute;
        height: 100%;
        width: 100%; }
      .catalog-product-view .product-container #product-reviews .reviews-container .reviews-summary .reviews-average .score span {
        display: flex;
        position: relative;
        z-index: 11;
        color: #FFF;
        font-size: 28px;
        font-weight: 700;
        font-family: "Lato", Arial, sans-serif;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        padding-bottom: 7.5px; }
      .catalog-product-view .product-container #product-reviews .reviews-container .reviews-summary .reviews-average .score svg {
        color: #9b9258;
        position: relative;
        height: 100% !important;
        z-index: 10;
        padding-bottom: 15px; }
  @media (min-width: 768px) {
    .catalog-product-view .product-container #product-reviews .reviews-container .reviews-summary .review-charts {
      margin-left: 30px; } }
  .catalog-product-view .product-container #product-reviews .reviews-container .reviews-summary .score-row {
    height: 30px;
    margin-bottom: 7.5px;
    align-items: center; }
    .catalog-product-view .product-container #product-reviews .reviews-container .reviews-summary .score-row .progress {
      height: 100%;
      border-radius: 0;
      background: #e6e6e6 !important; }
      .catalog-product-view .product-container #product-reviews .reviews-container .reviews-summary .score-row .progress span {
        padding: 0 7.5px; }
      .catalog-product-view .product-container #product-reviews .reviews-container .reviews-summary .score-row .progress .bg-success {
        background-color: #299065 !important; }
      .catalog-product-view .product-container #product-reviews .reviews-container .reviews-summary .score-row .progress .progress-bar-striped {
        background-size: 2rem 2rem; }
      .catalog-product-view .product-container #product-reviews .reviews-container .reviews-summary .score-row .progress.progress-5 .bg-success {
        background-color: rgba(42, 144, 102, 0.85) !important; }
      .catalog-product-view .product-container #product-reviews .reviews-container .reviews-summary .score-row .progress.progress-4 .bg-success {
        background-color: rgba(42, 144, 102, 0.7) !important; }
      .catalog-product-view .product-container #product-reviews .reviews-container .reviews-summary .score-row .progress.progress-3 .bg-success {
        background-color: rgba(42, 144, 102, 0.55) !important; }
      .catalog-product-view .product-container #product-reviews .reviews-container .reviews-summary .score-row .progress.progress-2 .bg-success {
        background-color: rgba(42, 144, 102, 0.4) !important; }
    .catalog-product-view .product-container #product-reviews .reviews-container .reviews-summary .score-row > span {
      flex-grow: 0;
      font-size: 18px; }
      @media (min-width: 768px) {
        .catalog-product-view .product-container #product-reviews .reviews-container .reviews-summary .score-row > span {
          font-size: 20px; } }
      .catalog-product-view .product-container #product-reviews .reviews-container .reviews-summary .score-row > span:first-of-type {
        font-weight: 700;
        position: relative;
        min-width: 65px;
        padding: 0 22px 0 0;
        display: flex;
        justify-content: left; }
      .catalog-product-view .product-container #product-reviews .reviews-container .reviews-summary .score-row > span:last-of-type {
        min-width: 50px;
        text-align: right;
        padding-right: 0; }
        @media (min-width: 768px) {
          .catalog-product-view .product-container #product-reviews .reviews-container .reviews-summary .score-row > span:last-of-type {
            justify-content: center; } }
      .catalog-product-view .product-container #product-reviews .reviews-container .reviews-summary .score-row > span svg {
        margin-left: 5px;
        width: .9em;
        height: .9em;
        transform: translateY(4.5px); }
    .catalog-product-view .product-container #product-reviews .reviews-container .reviews-summary .score-row:last-of-type {
      margin-bottom: 0; }
    .catalog-product-view .product-container #product-reviews .reviews-container .reviews-summary .score-row .reviews-percentage-container {
      display: flex;
      background: #FFF;
      height: 100%;
      padding: 0; }
    .catalog-product-view .product-container #product-reviews .reviews-container .reviews-summary .score-row .percentage {
      width: 0%;
      background: #299065; }
  .catalog-product-view .product-container #product-reviews .reviews-container .reviews-summary .btn {
    width: 100%;
    margin: 15px 0;
    color: #FFF; }
  .catalog-product-view .product-container #product-reviews .reviews-container .reviews-summary .left-col {
    height: 200px;
    margin-bottom: 15px;
    justify-content: space-around;
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .catalog-product-view .product-container #product-reviews .reviews-container .reviews-summary .left-col {
        height: auto;
        margin-bottom: 0; } }
    .catalog-product-view .product-container #product-reviews .reviews-container .reviews-summary .left-col .reviews-average {
      padding: 15px; }
.catalog-product-view .product-container #product-reviews .reviews-top {
  padding: 22.5px 0; }
  .catalog-product-view .product-container #product-reviews .reviews-top > .row {
    margin: 0; }
    @media (min-width: 768px) {
      .catalog-product-view .product-container #product-reviews .reviews-top > .row {
        margin: 0 -15px; } }
  .catalog-product-view .product-container #product-reviews .reviews-top .row > .row {
    border-bottom: 2px solid #e6e6e6; }
    @media (min-width: 768px) {
      .catalog-product-view .product-container #product-reviews .reviews-top .row > .row:nth-child(odd) {
        margin-right: 30px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }
      .catalog-product-view .product-container #product-reviews .reviews-top .row > .row:nth-child(1), .catalog-product-view .product-container #product-reviews .reviews-top .row > .row:nth-child(2) {
        margin-top: 0; } }
  .catalog-product-view .product-container #product-reviews .reviews-top .review {
    margin: 15px 0 0;
    padding: 0; }
    @media (max-width: 767.98px) {
      .catalog-product-view .product-container #product-reviews .reviews-top .review {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
    .catalog-product-view .product-container #product-reviews .reviews-top .review:nth-child(1) {
      margin-top: 0; }
    .catalog-product-view .product-container #product-reviews .reviews-top .review .rating {
      color: #9b9258; }
      .catalog-product-view .product-container #product-reviews .reviews-top .review .rating svg {
        margin-right: 1.5px; }
      .catalog-product-view .product-container #product-reviews .reviews-top .review .rating .ok-star-open {
        color: #2b2b2b; }
  .catalog-product-view .product-container #product-reviews .reviews-top .avatar {
    flex-grow: 0; }
    .catalog-product-view .product-container #product-reviews .reviews-top .avatar img {
      width: 70px; }
    .catalog-product-view .product-container #product-reviews .reviews-top .avatar .ok-avatar {
      width: 70px;
      height: 70px; }
  .catalog-product-view .product-container #product-reviews .reviews-top .show-more {
    border-top: 2px solid #e6e6e6;
    margin-top: -2px;
    justify-content: center;
    padding: 15px; }
    .catalog-product-view .product-container #product-reviews .reviews-top .show-more .btn {
      border: 0;
      color: #499d9a !important;
      background: transparent; }
  .catalog-product-view .product-container #product-reviews .reviews-top .reviews-border:after {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    background: #e6e6e6;
    margin-top: -2px; }
.catalog-product-view .product-container #product-specs .title {
  margin-bottom: 0; }
.catalog-product-view .product-container #product-specs span {
  font-weight: 600; }
.catalog-product-view .product-container #product-specs .row {
  margin: 0;
  padding: 0; }
.catalog-product-view .product-container #product-specs .content {
  border-bottom: 2px solid #e6e6e6;
  padding: 0 15px; }
  .catalog-product-view .product-container #product-specs .content h1 {
    text-transform: none;
    font-size: 16px;
    line-height: 24px;
    font-family: "Catamaran", Arial, sans-serif;
    font-weight: 600; }
  .catalog-product-view .product-container #product-specs .content > .col {
    border-bottom: 2px solid #e6e6e6;
    margin: 0;
    min-width: calc(50% - 30px);
    padding: 22.5px 0; }
    .catalog-product-view .product-container #product-specs .content > .col:nth-child(odd) {
      margin-right: 30px; }
    .catalog-product-view .product-container #product-specs .content > .col:nth-last-child(-n+2) {
      margin-bottom: -2px; }
    .catalog-product-view .product-container #product-specs .content > .col * {
      margin: 0;
      padding-left: 0; }
.catalog-product-view .product-container #product-specs .brand-logo {
  height: 40px;
  width: auto;
  max-width: 80%; }
.catalog-product-view .product-container .product-title-container h2 {
  margin-bottom: 0;
  text-transform: none;
  font-weight: 700;
  margin-bottom: 5px; }
.catalog-product-view .product-container .product-title-container h3 {
  text-transform: none;
  font-weight: 300;
  font-size: 18px; }
.catalog-product-view .product-container .brand-logo-container {
  border: 1px solid #e6e6e6;
  padding: 5px 7.5px; }
  .catalog-product-view .product-container .brand-logo-container .brand-logo {
    width: 120px;
    color: #2b2b2b; }
.catalog-product-view .product-container .add-to-cart-container, .catalog-product-view .product-container .add-to-cart-mobile, .catalog-product-view .product-container .product-variables {
  min-height: 525px;
  border: 1px solid #e6e6e6;
  padding: 15px 15px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #FFF; }
  @media (min-width: 992px) {
    .catalog-product-view .product-container .sticky.add-to-cart-container, .catalog-product-view .product-container .sticky.add-to-cart-mobile, .catalog-product-view .product-container .sticky.product-variables {
      position: -webkit-sticky;
      position: sticky;
      top: 130px;
      /*max-height: calc(100vh - 160px);*/ } }
  .catalog-product-view .product-container .add-to-cart-container h2, .catalog-product-view .product-container .add-to-cart-mobile h2, .catalog-product-view .product-container .product-variables h2 {
    text-transform: none;
    font-weight: 300;
    margin-bottom: 15px; }
  .catalog-product-view .product-container .add-to-cart-container .color-indicator, .catalog-product-view .product-container .add-to-cart-mobile .color-indicator, .catalog-product-view .product-container .product-variables .color-indicator {
    color: #FFF;
    font-size: .8rem;
    margin-left: 15px;
    padding: 0 15px;
    overflow: hidden;
    font-weight: 700; }
    .catalog-product-view .product-container .add-to-cart-container .color-indicator span, .catalog-product-view .product-container .add-to-cart-mobile .color-indicator span, .catalog-product-view .product-container .product-variables .color-indicator span {
      overflow: hidden;
      text-overflow: ellipsis;
      min-width: 0;
      white-space: nowrap;
      flex-grow: 1;
      text-align: center; }
  .catalog-product-view .product-container .add-to-cart-container .top-part, .catalog-product-view .product-container .add-to-cart-mobile .top-part, .catalog-product-view .product-container .product-variables .top-part {
    flex-grow: 0;
    margin: -15px;
    padding: 15px; }
    .catalog-product-view .product-container .add-to-cart-container .top-part h2, .catalog-product-view .product-container .add-to-cart-mobile .top-part h2, .catalog-product-view .product-container .product-variables .top-part h2 {
      width: 100%;
      font-size: 20px;
      margin-bottom: 0;
      font-weight: 700; }
    .catalog-product-view .product-container .add-to-cart-container .top-part h3, .catalog-product-view .product-container .add-to-cart-mobile .top-part h3, .catalog-product-view .product-container .product-variables .top-part h3 {
      width: 100%;
      font-size: 18px;
      margin-bottom: 7.5px;
      font-weight: 300; }
    .catalog-product-view .product-container .add-to-cart-container .top-part .brand-logo-container, .catalog-product-view .product-container .add-to-cart-mobile .top-part .brand-logo-container, .catalog-product-view .product-container .product-variables .top-part .brand-logo-container {
      border: 1px solid #e6e6e6;
      margin-bottom: 15px;
      padding: 5px 7.5px; }
      .catalog-product-view .product-container .add-to-cart-container .top-part .brand-logo-container .brand-logo, .catalog-product-view .product-container .add-to-cart-mobile .top-part .brand-logo-container .brand-logo, .catalog-product-view .product-container .product-variables .top-part .brand-logo-container .brand-logo {
        width: 90px;
        color: #2b2b2b;
        min-height: 35px;
        max-height: 60px; }
  .catalog-product-view .product-container .add-to-cart-container .bottom-part, .catalog-product-view .product-container .add-to-cart-mobile .bottom-part, .catalog-product-view .product-container .product-variables .bottom-part {
    background: #f4f4f4;
    margin: 0 -15px;
    display: flex;
    flex-direction: column;
    padding: 0 15px; }
    .catalog-product-view .product-container .add-to-cart-container .bottom-part .usp-container, .catalog-product-view .product-container .add-to-cart-mobile .bottom-part .usp-container, .catalog-product-view .product-container .product-variables .bottom-part .usp-container {
      background: #e6e6e6; }
      .catalog-product-view .product-container .add-to-cart-container .bottom-part .usp-container .usp, .catalog-product-view .product-container .add-to-cart-mobile .bottom-part .usp-container .usp, .catalog-product-view .product-container .product-variables .bottom-part .usp-container .usp {
        margin-bottom: 7.5px; }
        .catalog-product-view .product-container .add-to-cart-container .bottom-part .usp-container .usp strong, .catalog-product-view .product-container .add-to-cart-mobile .bottom-part .usp-container .usp strong, .catalog-product-view .product-container .product-variables .bottom-part .usp-container .usp strong {
          display: block;
          line-height: 16px;
          font-size: 14px; }
      .catalog-product-view .product-container .add-to-cart-container .bottom-part .usp-container small, .catalog-product-view .product-container .add-to-cart-mobile .bottom-part .usp-container small, .catalog-product-view .product-container .product-variables .bottom-part .usp-container small {
        display: flex;
        line-height: 15px; }
      .catalog-product-view .product-container .add-to-cart-container .bottom-part .usp-container .icon-container, .catalog-product-view .product-container .add-to-cart-mobile .bottom-part .usp-container .icon-container, .catalog-product-view .product-container .product-variables .bottom-part .usp-container .icon-container {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 35px;
        width: 35px;
        padding: 5px;
        background: #299065;
        color: #FFF;
        margin-right: 7.5px;
        border-radius: 17.5px; }
        .catalog-product-view .product-container .add-to-cart-container .bottom-part .usp-container .icon-container svg, .catalog-product-view .product-container .add-to-cart-mobile .bottom-part .usp-container .icon-container svg, .catalog-product-view .product-container .product-variables .bottom-part .usp-container .icon-container svg {
          width: 20px;
          height: 20px; }
  .catalog-product-view .product-container .add-to-cart-container .atc-stars, .catalog-product-view .product-container .add-to-cart-mobile .atc-stars, .catalog-product-view .product-container .product-variables .atc-stars {
    white-space: nowrap;
    align-items: center; }
    .catalog-product-view .product-container .add-to-cart-container .atc-stars div, .catalog-product-view .product-container .add-to-cart-mobile .atc-stars div, .catalog-product-view .product-container .product-variables .atc-stars div {
      color: #9b9258;
      flex-grow: 0; }
      .catalog-product-view .product-container .add-to-cart-container .atc-stars div.atc-write-review, .catalog-product-view .product-container .add-to-cart-mobile .atc-stars div.atc-write-review, .catalog-product-view .product-container .product-variables .atc-stars div.atc-write-review {
        padding-left: 0;
        transform: translateY(2px); }
      .catalog-product-view .product-container .add-to-cart-container .atc-stars div svg, .catalog-product-view .product-container .add-to-cart-mobile .atc-stars div svg, .catalog-product-view .product-container .product-variables .atc-stars div svg {
        width: 22px;
        height: 22px; }
      .catalog-product-view .product-container .add-to-cart-container .atc-stars div .star-open, .catalog-product-view .product-container .add-to-cart-mobile .atc-stars div .star-open, .catalog-product-view .product-container .product-variables .atc-stars div .star-open {
        color: #e6e6e6; }
  .catalog-product-view .product-container .add-to-cart-container .variable-title, .catalog-product-view .product-container .add-to-cart-mobile .variable-title, .catalog-product-view .product-container .product-variables .variable-title {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 15px;
    display: inline-block; }
  .catalog-product-view .product-container .add-to-cart-container .variables, .catalog-product-view .product-container .add-to-cart-mobile .variables, .catalog-product-view .product-container .product-variables .variables {
    margin-right: 0; }
    .catalog-product-view .product-container .add-to-cart-container .variables label, .catalog-product-view .product-container .add-to-cart-mobile .variables label, .catalog-product-view .product-container .product-variables .variables label {
      border: 1.5px solid #e6e6e6;
      padding: 7.5px 15px;
      margin-left: 15px;
      display: flex;
      font-family: "Lato", Arial, sans-serif;
      justify-content: center;
      font-weight: 300;
      cursor: pointer;
      user-select: none;
      text-align: center; }
      @supports (-webkit-overflow-scrolling: touch) {
        .catalog-product-view .product-container .add-to-cart-container .variables label:first-of-type, .catalog-product-view .product-container .add-to-cart-mobile .variables label:first-of-type, .catalog-product-view .product-container .product-variables .variables label:first-of-type {
          margin-left: 14px; } }
      .catalog-product-view .product-container .add-to-cart-container .variables label.color, .catalog-product-view .product-container .add-to-cart-mobile .variables label.color, .catalog-product-view .product-container .product-variables .variables label.color {
        color: #FFF;
        /* border-width: 3px; border-color: transparent; */
        border: none; }
      .catalog-product-view .product-container .add-to-cart-container .variables label.more-colors, .catalog-product-view .product-container .add-to-cart-mobile .variables label.more-colors, .catalog-product-view .product-container .product-variables .variables label.more-colors {
        border: none;
        padding: 0;
        display: flex;
        align-items: center;
        background: #2b2b2b; }
      .catalog-product-view .product-container .add-to-cart-container .variables label span, .catalog-product-view .product-container .add-to-cart-mobile .variables label span, .catalog-product-view .product-container .product-variables .variables label span {
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 0;
        white-space: nowrap;
        flex-grow: 1;
        text-align: center; }
        .catalog-product-view .product-container .add-to-cart-container .variables label span.other-colors, .catalog-product-view .product-container .add-to-cart-mobile .variables label span.other-colors, .catalog-product-view .product-container .product-variables .variables label span.other-colors {
          width: 3px;
          height: 100%;
          flex-grow: 0; }
      .catalog-product-view .product-container .add-to-cart-container .variables label .border-fix, .catalog-product-view .product-container .add-to-cart-mobile .variables label .border-fix, .catalog-product-view .product-container .product-variables .variables label .border-fix {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        border: 3px solid transparent; }
    .catalog-product-view .product-container .add-to-cart-container .variables input:checked + label, .catalog-product-view .product-container .add-to-cart-mobile .variables input:checked + label, .catalog-product-view .product-container .product-variables .variables input:checked + label {
      background: #299065;
      border-color: #299065;
      color: #FFF;
      font-weight: 700; }
      .catalog-product-view .product-container .add-to-cart-container .variables input:checked + label.color, .catalog-product-view .product-container .add-to-cart-mobile .variables input:checked + label.color, .catalog-product-view .product-container .product-variables .variables input:checked + label.color {
        border-color: rgba(255, 255, 255, 0.5) !important; }
      .catalog-product-view .product-container .add-to-cart-container .variables input:checked + label .border-fix, .catalog-product-view .product-container .add-to-cart-mobile .variables input:checked + label .border-fix, .catalog-product-view .product-container .product-variables .variables input:checked + label .border-fix {
        border: 3px solid rgba(255, 255, 255, 0.6); }
    .catalog-product-view .product-container .add-to-cart-container .variables .two-cols label.color, .catalog-product-view .product-container .add-to-cart-mobile .variables .two-cols label.color, .catalog-product-view .product-container .product-variables .variables .two-cols label.color, .catalog-product-view .product-container .add-to-cart-container .variables .two-cols label.volume, .catalog-product-view .product-container .add-to-cart-mobile .variables .two-cols label.volume, .catalog-product-view .product-container .product-variables .variables .two-cols label.volume {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: calc(50% - 15px); }
    .catalog-product-view .product-container .add-to-cart-container .variables .three-cols label.color, .catalog-product-view .product-container .add-to-cart-mobile .variables .three-cols label.color, .catalog-product-view .product-container .product-variables .variables .three-cols label.color, .catalog-product-view .product-container .add-to-cart-container .variables .three-cols label.volume, .catalog-product-view .product-container .add-to-cart-mobile .variables .three-cols label.volume, .catalog-product-view .product-container .product-variables .variables .three-cols label.volume {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
      flex: 0 0 33%;
      max-width: calc(33% - 15px); }
    .catalog-product-view .product-container .add-to-cart-container .variables .four-cols label.color, .catalog-product-view .product-container .add-to-cart-mobile .variables .four-cols label.color, .catalog-product-view .product-container .product-variables .variables .four-cols label.color, .catalog-product-view .product-container .add-to-cart-container .variables .four-cols label.volume, .catalog-product-view .product-container .add-to-cart-mobile .variables .four-cols label.volume, .catalog-product-view .product-container .product-variables .variables .four-cols label.volume {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: calc(25% - 15px); }
  .catalog-product-view .product-container .add-to-cart-container .price-block, .catalog-product-view .product-container .add-to-cart-mobile .price-block, .catalog-product-view .product-container .product-variables .price-block {
    padding: 15px;
    text-transform: uppercase;
    font-weight: 700;
    align-items: center; }
    .catalog-product-view .product-container .add-to-cart-container .price-block span, .catalog-product-view .product-container .add-to-cart-mobile .price-block span, .catalog-product-view .product-container .product-variables .price-block span {
      font-weight: 400;
      text-transform: none; }
    .catalog-product-view .product-container .add-to-cart-container .price-block .old-price, .catalog-product-view .product-container .add-to-cart-mobile .price-block .old-price, .catalog-product-view .product-container .product-variables .price-block .old-price {
      text-decoration: line-through;
      font-weight: 700;
      font-family: "Lato", Arial, sans-serif; }
    .catalog-product-view .product-container .add-to-cart-container .price-block .current-price, .catalog-product-view .product-container .add-to-cart-mobile .price-block .current-price, .catalog-product-view .product-container .product-variables .price-block .current-price {
      font-family: "Lato", Arial, sans-serif;
      font-size: 34px;
      line-height: 34px;
      color: #2b2b2b;
      text-align: right;
      flex-grow: 0; }
    .catalog-product-view .product-container .add-to-cart-container .price-block strong, .catalog-product-view .product-container .add-to-cart-mobile .price-block strong, .catalog-product-view .product-container .product-variables .price-block strong {
      font-family: "Lato", Arial, sans-serif; }
  .catalog-product-view .product-container .add-to-cart-container .gwp, .catalog-product-view .product-container .add-to-cart-mobile .gwp, .catalog-product-view .product-container .product-variables .gwp {
    color: #FFF;
    background: #8ac9ce;
    padding: 15px;
    margin: 0 0 15px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center; }
    @media (min-width: 576px) {
      .catalog-product-view .product-container .add-to-cart-container .gwp, .catalog-product-view .product-container .add-to-cart-mobile .gwp, .catalog-product-view .product-container .product-variables .gwp {
        margin-right: 15px; } }
    @media (min-width: 1200px) {
      .catalog-product-view .product-container .add-to-cart-container .gwp, .catalog-product-view .product-container .add-to-cart-mobile .gwp, .catalog-product-view .product-container .product-variables .gwp {
        margin-right: 0; } }
    .catalog-product-view .product-container .add-to-cart-container .gwp .gift-image, .catalog-product-view .product-container .add-to-cart-mobile .gwp .gift-image, .catalog-product-view .product-container .product-variables .gwp .gift-image {
      flex-grow: 0; }
      .catalog-product-view .product-container .add-to-cart-container .gwp .gift-image .gift-circle, .catalog-product-view .product-container .add-to-cart-mobile .gwp .gift-image .gift-circle, .catalog-product-view .product-container .product-variables .gwp .gift-image .gift-circle {
        width: 80px;
        height: 80px;
        border-radius: 75px;
        background-color: #FFF;
        display: flex;
        align-items: center;
        color: #2b2b2b;
        overflow: hidden; }
        @media (min-width: 576px) {
          .catalog-product-view .product-container .add-to-cart-container .gwp .gift-image .gift-circle, .catalog-product-view .product-container .add-to-cart-mobile .gwp .gift-image .gift-circle, .catalog-product-view .product-container .product-variables .gwp .gift-image .gift-circle {
            width: 120px;
            height: 120px; } }
        .catalog-product-view .product-container .add-to-cart-container .gwp .gift-image .gift-circle:before, .catalog-product-view .product-container .add-to-cart-mobile .gwp .gift-image .gift-circle:before, .catalog-product-view .product-container .product-variables .gwp .gift-image .gift-circle:before {
          content: '\e923';
          font-family: "oathkeeper";
          display: block;
          margin-left: 5px;
          margin-right: 3.75px;
          font-size: 18px; }
          @media (min-width: 576px) {
            .catalog-product-view .product-container .add-to-cart-container .gwp .gift-image .gift-circle:before, .catalog-product-view .product-container .add-to-cart-mobile .gwp .gift-image .gift-circle:before, .catalog-product-view .product-container .product-variables .gwp .gift-image .gift-circle:before {
              margin-left: 15px;
              font-size: 28px; } }
        .catalog-product-view .product-container .add-to-cart-container .gwp .gift-image .gift-circle img, .catalog-product-view .product-container .add-to-cart-mobile .gwp .gift-image .gift-circle img, .catalog-product-view .product-container .product-variables .gwp .gift-image .gift-circle img {
          max-width: 55%; }
    .catalog-product-view .product-container .add-to-cart-container .gwp .gift-text, .catalog-product-view .product-container .add-to-cart-mobile .gwp .gift-text, .catalog-product-view .product-container .product-variables .gwp .gift-text {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      min-width: 155px; }
      .catalog-product-view .product-container .add-to-cart-container .gwp .gift-text span, .catalog-product-view .product-container .add-to-cart-mobile .gwp .gift-text span, .catalog-product-view .product-container .product-variables .gwp .gift-text span {
        font-weight: 700; }
      .catalog-product-view .product-container .add-to-cart-container .gwp .gift-text span, .catalog-product-view .product-container .add-to-cart-mobile .gwp .gift-text span, .catalog-product-view .product-container .product-variables .gwp .gift-text span, .catalog-product-view .product-container .add-to-cart-container .gwp .gift-text small, .catalog-product-view .product-container .add-to-cart-mobile .gwp .gift-text small, .catalog-product-view .product-container .product-variables .gwp .gift-text small {
        flex-grow: 0; }
  .catalog-product-view .product-container .add-to-cart-container .cart-btns, .catalog-product-view .product-container .add-to-cart-mobile .cart-btns, .catalog-product-view .product-container .product-variables .cart-btns {
    padding-right: 15px;
    min-height: 50px; }
    .catalog-product-view .product-container .add-to-cart-container .cart-btns .btn, .catalog-product-view .product-container .add-to-cart-mobile .cart-btns .btn, .catalog-product-view .product-container .product-variables .cart-btns .btn {
      margin: 0 0 0 15px;
      justify-content: center;
      align-items: center;
      display: flex;
      min-height: 50px;
      font-size: .9rem;
      background: #e15a00; }
      @media (min-width: 576px) {
        .catalog-product-view .product-container .add-to-cart-container .cart-btns .btn, .catalog-product-view .product-container .add-to-cart-mobile .cart-btns .btn, .catalog-product-view .product-container .product-variables .cart-btns .btn {
          font-size: 1rem; } }
      .catalog-product-view .product-container .add-to-cart-container .cart-btns .btn.pre-order, .catalog-product-view .product-container .add-to-cart-mobile .cart-btns .btn.pre-order, .catalog-product-view .product-container .product-variables .cart-btns .btn.pre-order {
        background: #f05d61 !important; }
      .catalog-product-view .product-container .add-to-cart-container .cart-btns .btn svg, .catalog-product-view .product-container .add-to-cart-mobile .cart-btns .btn svg, .catalog-product-view .product-container .product-variables .cart-btns .btn svg {
        height: 25px;
        width: 25px;
        margin-right: 15px; }
  .catalog-product-view .product-container .add-to-cart-container .stock-notification, .catalog-product-view .product-container .add-to-cart-mobile .stock-notification, .catalog-product-view .product-container .product-variables .stock-notification {
    text-align: center;
    justify-content: center;
    padding: 15px; }
.catalog-product-view .product-container .product-logo svg, .catalog-product-view .product-container .product-logo img {
  width: auto;
  max-width: 100%;
  height: auto; }
.catalog-product-view .product-container .product-logo a {
  width: 100%;
  border: 1px solid #e6e6e6;
  margin-top: 30px;
  padding: 15px 30px;
  display: flex;
  justify-content: center;
  color: #2b2b2b;
  align-items: center; }
  .catalog-product-view .product-container .product-logo a:hover {
    color: #2b2b2b; }
.catalog-product-view .product-container .add-to-cart-container h1 {
  text-transform: none;
  margin-top: 0; }
.catalog-product-view .product-container .add-to-cart-container .cart-btns .btn {
  margin: 0 0 0 15px;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 50px; }
  .catalog-product-view .product-container .add-to-cart-container .cart-btns .btn#cart svg {
    transform: translateY(-2px); }
  .catalog-product-view .product-container .add-to-cart-container .cart-btns .btn#wishlist {
    flex-grow: 0;
    max-width: 50px; }
    .catalog-product-view .product-container .add-to-cart-container .cart-btns .btn#wishlist svg {
      margin-right: 0; }
      .catalog-product-view .product-container .add-to-cart-container .cart-btns .btn#wishlist svg.red {
        color: #f05d61; }
.catalog-product-view .product-container .add-to-cart-container .stock-notification .indicator:before {
  content: '';
  display: inline-flex;
  width: 3px;
  height: 80%;
  margin-right: 7.5px;
  background: #f4f4f4; }
.catalog-product-view .product-container .add-to-cart-container .stock-notification .indicator.out-of-stock:before {
  background: #d55232; }
.catalog-product-view .product-container .add-to-cart-container .stock-notification .indicator.in-stock:before {
  background: #299065; }
.catalog-product-view .product-container .add-to-cart-container .stock-notification .indicator.pre-order:before {
  background: #9b9258; }
.catalog-product-view .product-container .add-to-cart-container .stock-notification .indicator.permanently-out-of-stock:before {
  background: #f05d61; }
.catalog-product-view .product-container .add-to-cart-mobile {
  margin: 15px -15px;
  padding: 15px 15px 0;
  background: #f4f4f4;
  min-height: auto; }
  @media (min-width: 768px) {
    .catalog-product-view .product-container .add-to-cart-mobile {
      margin: 15px -30px;
      padding: 15px 30px 0; } }
  .catalog-product-view .product-container .add-to-cart-mobile .row {
    margin: 0; }
    .catalog-product-view .product-container .add-to-cart-mobile .row.usp-container {
      margin: 0 -15px;
      background: #e6e6e6;
      padding: 15px 15px 0; }
      @media (min-width: 768px) {
        .catalog-product-view .product-container .add-to-cart-mobile .row.usp-container {
          margin: 0 -30px;
          padding: 15px 0 0 15px; } }
      .catalog-product-view .product-container .add-to-cart-mobile .row.usp-container > div .col {
        line-height: 15px; }
      .catalog-product-view .product-container .add-to-cart-mobile .row.usp-container svg {
        height: 20px;
        width: 20px;
        transform: translateY(-2px); }
      .catalog-product-view .product-container .add-to-cart-mobile .row.usp-container .icon-container {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 35px;
        width: 35px;
        padding: 5px;
        background: #299065;
        color: #FFF;
        margin-right: 7.5px;
        border-radius: 17.5px; }
        .catalog-product-view .product-container .add-to-cart-mobile .row.usp-container .icon-container svg {
          width: 20px;
          height: 20px; }
  .catalog-product-view .product-container .add-to-cart-mobile .price-block {
    margin: 0;
    padding: 0; }
  .catalog-product-view .product-container .add-to-cart-mobile .stock-notification {
    padding: 15px 0 0; }
    .catalog-product-view .product-container .add-to-cart-mobile .stock-notification .indicator:before {
      content: '';
      display: inline-flex;
      width: 3px;
      height: 80%;
      margin-right: 7.5px;
      background: #f4f4f4; }
    .catalog-product-view .product-container .add-to-cart-mobile .stock-notification .indicator.out-of-stock:before {
      background: #d55232; }
    .catalog-product-view .product-container .add-to-cart-mobile .stock-notification .indicator.in-stock:before {
      background: #299065; }
    .catalog-product-view .product-container .add-to-cart-mobile .stock-notification .indicator.pre-order:before {
      background: #9b9258; }
    .catalog-product-view .product-container .add-to-cart-mobile .stock-notification .indicator.permanently-out-of-stock:before {
      background: #f05d61; }
  .catalog-product-view .product-container .add-to-cart-mobile .cart-btns {
    flex-direction: row;
    padding: 0; }
    .catalog-product-view .product-container .add-to-cart-mobile .cart-btns .btn {
      margin-bottom: 15px;
      margin-left: 0; }
      @media (min-width: 768px) {
        .catalog-product-view .product-container .add-to-cart-mobile .cart-btns .btn#wishlist {
          margin-left: 15px; } }
      .catalog-product-view .product-container .add-to-cart-mobile .cart-btns .btn svg {
        transform: translateY(0); }
      .catalog-product-view .product-container .add-to-cart-mobile .cart-btns .btn.wishlist {
        border: none;
        min-height: auto; }
        .catalog-product-view .product-container .add-to-cart-mobile .cart-btns .btn.wishlist svg {
          width: 25px !important; }
        .catalog-product-view .product-container .add-to-cart-mobile .cart-btns .btn.wishlist.onWishlist {
          background: transparent !important;
          border: 1px solid #e6e6e6;
          color: #2b2b2b !important;
          padding: 0 !important;
          border: none;
          text-transform: none;
          min-height: 0; }
          @media (max-width: 767.98px) {
            .catalog-product-view .product-container .add-to-cart-mobile .cart-btns .btn.wishlist.onWishlist {
              margin-top: -7.5px; } }
          @media (min-width: 768px) {
            .catalog-product-view .product-container .add-to-cart-mobile .cart-btns .btn.wishlist.onWishlist {
              justify-content: flex-start; } }
          .catalog-product-view .product-container .add-to-cart-mobile .cart-btns .btn.wishlist.onWishlist span span {
            text-decoration: underline; }
          .catalog-product-view .product-container .add-to-cart-mobile .cart-btns .btn.wishlist.onWishlist svg {
            width: 18px !important;
            transform: translateY(-2px);
            color: #f05d61;
            margin-right: 5px; }
  .catalog-product-view .product-container .add-to-cart-mobile .withgwp .cart-btns {
    flex-direction: column; }
    .catalog-product-view .product-container .add-to-cart-mobile .withgwp .cart-btns .btn {
      margin-left: 0;
      width: 100%; }
      @media (min-width: 768px) {
        .catalog-product-view .product-container .add-to-cart-mobile .withgwp .cart-btns .btn#wishlist {
          margin-left: 0; } }
.catalog-product-view .product-container .product-variables {
  min-height: auto;
  border: none;
  padding: 0; }
  .catalog-product-view .product-container .product-variables .variables label {
    text-align: center;
    align-items: center; }
.catalog-product-view .add-to-cart-float {
  position: fixed;
  display: flex;
  width: 100%;
  min-height: 70px;
  background: #f4f4f4;
  bottom: 0;
  left: 0;
  z-index: 995;
  align-items: center;
  padding: 15px;
  justify-content: space-between;
  transform: translateY(100%); }
  .catalog-product-view .add-to-cart-float.isOpen {
    transform: translateY(0); }
  .catalog-product-view .add-to-cart-float .btn {
    margin-left: 15px; }
    .catalog-product-view .add-to-cart-float .btn.green {
      background: #e15a00; }
    .catalog-product-view .add-to-cart-float .btn .plus {
      height: 15px;
      width: 15px;
      margin-right: 5px; }
  .catalog-product-view .add-to-cart-float .txt-overflow {
    overflow: hidden; }
  .catalog-product-view .add-to-cart-float .title {
    font-weight: 700;
    line-height: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block; }
  .catalog-product-view .add-to-cart-float .oldprice {
    font-family: "Lato", Arial, sans-serif;
    text-decoration: line-through;
    margin-right: 15px; }
  .catalog-product-view .add-to-cart-float .currentprice {
    font-family: "Lato", Arial, sans-serif;
    color: #299065;
    font-weight: 700;
    font-size: 1.2rem; }
.catalog-product-view .vue-star-rating {
  margin-bottom: 7.5px; }
.catalog-product-view .volumes-list {
  background: #f4f4f4;
  margin-right: -15px;
  padding-right: 15px;
  margin-top: 15px; }
  @media (max-width: 991.98px) {
    .catalog-product-view .volumes-list .col {
      padding-left: 0;
      padding-right: 0; } }
  .catalog-product-view .volumes-list input + label {
    border: 2px solid #e6e6e6;
    border-width: 2px !important;
    background: transparent;
    color: #2b2b2b;
    margin-bottom: 0;
    margin-top: -2px;
    border-color: #e6e6e6 #f4f4f4 !important;
    font-size: 1.25em;
    align-items: center; }
    .catalog-product-view .volumes-list input + label small {
      font-size: .65em; }
    .catalog-product-view .volumes-list input + label:before {
      display: inline-block;
      content: '';
      width: 20px;
      height: 20px;
      border: 1px solid #e6e6e6;
      border-radius: 10px;
      margin-right: 15px;
      flex-grow: 0;
      flex-shrink: 0; }
    .catalog-product-view .volumes-list input + label:after {
      display: inline-block;
      content: '';
      width: 0px;
      height: 0px;
      border-radius: 6px;
      position: absolute;
      transition: .2s all;
      transform: translateX(6px);
      left: 16px; }
    .catalog-product-view .volumes-list input + label .label-volume {
      width: 100%;
      padding-top: 5px;
      padding-bottom: 5px; }
      .catalog-product-view .volumes-list input + label .label-volume .row:before, .catalog-product-view .volumes-list input + label .label-volume .row:after {
        display: none; }
      .catalog-product-view .volumes-list input + label .label-volume .row .col.flex-grow-0 {
        min-width: auto;
        overflow: initial; }
      .catalog-product-view .volumes-list input + label .label-volume .row .col svg {
        margin-left: 5px; }
    .catalog-product-view .volumes-list input + label .price-per-ml {
      opacity: .5;
      padding: 0 0 0 7.5px; }
    .catalog-product-view .volumes-list input + label .indicator {
      display: flex;
      align-items: center;
      padding: 0; }
      .catalog-product-view .volumes-list input + label .indicator:before {
        content: '';
        display: inline-flex;
        background: #e6e6e6;
        width: 3px;
        height: 80%;
        margin-right: 7.5px; }
      .catalog-product-view .volumes-list input + label .indicator.out-of-stock:before {
        background: #d55232; }
      .catalog-product-view .volumes-list input + label .indicator.in-stock:before {
        background: #299065; }
      .catalog-product-view .volumes-list input + label .indicator.pre-order:before {
        background: #9b9258; }
      .catalog-product-view .volumes-list input + label .indicator.permanently-out-of-stock:before {
        background: #f05d61; }
    .catalog-product-view .volumes-list input + label .best-deal {
      display: inline-block;
      border: 1px solid #499d9a;
      text-transform: uppercase;
      padding: 0 5px;
      color: #499d9a;
      font-size: .55em;
      margin-right: 7.5px;
      white-space: nowrap; }
      @media (min-width: 768px) {
        .catalog-product-view .volumes-list input + label .best-deal {
          margin-right: 0; } }
  .catalog-product-view .volumes-list input:checked + label {
    background: #FFF !important;
    color: #2b2b2b !important;
    font-weight: normal !important;
    border: 2px solid #e6e6e6 !important; }
    .catalog-product-view .volumes-list input:checked + label:before {
      border-color: #8ac9ce; }
    .catalog-product-view .volumes-list input:checked + label:after {
      background: #8ac9ce;
      width: 12px;
      height: 12px;
      left: 19px;
      transform: translateX(0px); }

/*# sourceMappingURL=product.css.map */

@-webkit-keyframes check {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@-moz-keyframes check {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@-ms-keyframes check {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@keyframes check {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@-webkit-keyframes reversecheck {
  0% {
    height: 13px;
    width: 7px; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 0;
    width: 0; } }
@-moz-keyframes reversecheck {
  0% {
    height: 13px;
    width: 7px; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 0;
    width: 0; } }
@-ms-keyframes reversecheck {
  0% {
    height: 13px;
    width: 7px; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 0;
    width: 0; } }
@keyframes reversecheck {
  0% {
    height: 13px;
    width: 7px; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 0;
    width: 0; } }
@keyframes inside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes outside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 1000; }
  40% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes polygon-right-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  80% {
    width: 700px; }
  100% {
    width: 700px; } }
@keyframes polygon-left-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  60% {
    width: 700px; }
  100% {
    width: 700px; } }
.ok-loading g {
  animation: rotate 1.4s linear infinite;
  transform-origin: center; }
.ok-loading circle {
  animation: spin 1.4s ease-in-out infinite,colors 5.6s ease-in-out infinite;
  fill: none;
  stroke: #8ac9ce;
  stroke-dasharray: 100;
  stroke-dashoffset: 0;
  stroke-linecap: square;
  stroke-width: 4;
  transform-origin: center;
  -webkit-transform-origin: center; }
@keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@keyframes colors {
  0% {
    stroke: #8ac9ce; }
  25% {
    stroke: #299065; }
  50% {
    stroke: #9b9258; }
  75% {
    stroke: #d55232; }
  100% {
    stroke: #d5a5c1; } }
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@-webkit-keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@-webkit-keyframes colors {
  0% {
    stroke: #8ac9ce; }
  25% {
    stroke: #299065; }
  50% {
    stroke: #9b9258; }
  75% {
    stroke: #d55232; }
  100% {
    stroke: #d5a5c1; } }
.slideFade-enter-active, .slideFade-leave-active {
  transition: all 1s ease;
  height: auto;
  max-height: 10000px;
  opacity: 1; }

.slideFade-leave-active {
  transition: all .5s ease; }

.slideFade-enter, .slideFade-leave-to {
  height: auto;
  max-height: 0px;
  overflow: hidden;
  padding: 0;
  opacity: 0; }

/* Colors */
/* Margin & Padding */
/* Fonts */
/* Thumb */
/* Borders */
.customer-account-index .btn {
  display: flex;
  justify-content: center;
  align-items: center; }
  .customer-account-index .btn svg {
    margin-right: 7.5px;
    transform: translateY(-2px); }
.customer-account-index .content {
  overflow: hidden; }
.customer-account-index .profile-start .btn {
  padding: 15px; }
.customer-account-index .profile-start .title {
  width: 100%;
  text-transform: uppercase;
  font-size: 17px;
  margin-top: 15px; }
  @media (min-width: 768px) {
    .customer-account-index .profile-start .title {
      margin-top: 0; } }
.customer-account-index .profile-start .content {
  border: 1px solid #e6e6e6;
  width: 100%;
  padding: 15px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .customer-account-index .profile-start .content {
      padding: 30px; } }
  .customer-account-index .profile-start .content .row {
    margin: 0; }
  .customer-account-index .profile-start .content h3 {
    font-size: 19px;
    font-weight: 700; }
.customer-account-index .profile-start .profile-icon {
  flex-grow: 0; }
  .customer-account-index .profile-start .profile-icon svg {
    width: 50px;
    height: 50px; }
.customer-account-index .collapsable {
  margin: 0; }
  .customer-account-index .collapsable .container {
    max-width: 1400px; }
  .customer-account-index .collapsable .title {
    margin-bottom: 0; }
    .customer-account-index .collapsable .title .container {
      display: flex;
      justify-content: space-between;
      width: 100%; }
      .customer-account-index .collapsable .title .container:before, .customer-account-index .collapsable .title .container:after {
        display: none; }
  .customer-account-index .collapsable .content {
    width: 100%; }
    .customer-account-index .collapsable .content .filter {
      background: #f4f4f4;
      margin: -15px -15px 0;
      padding: 15px 0; }
      @media (min-width: 768px) {
        .customer-account-index .collapsable .content .filter {
          margin: -30px -15px 0; } }
      .customer-account-index .collapsable .content .filter ul {
        margin: 0;
        padding-left: 0; }
        .customer-account-index .collapsable .content .filter ul li {
          list-style: none;
          margin-left: 0;
          display: inline;
          cursor: pointer; }
          .customer-account-index .collapsable .content .filter ul li a {
            color: #2b2b2b; }
            .customer-account-index .collapsable .content .filter ul li a:hover {
              color: #499d9a; }
          .customer-account-index .collapsable .content .filter ul li.current-filter {
            font-weight: 700; }
            .customer-account-index .collapsable .content .filter ul li.current-filter a:hover {
              color: #2b2b2b;
              cursor: default; }
    .customer-account-index .collapsable .content .message {
      background: #8ac9ce;
      color: #FFF;
      padding: 15px 0; }
    .customer-account-index .collapsable .content article {
      border-bottom: 1px solid #e6e6e6;
      padding: 30px 0; }
      .customer-account-index .collapsable .content article .thumb-container {
        padding: 15px 0;
        display: flex; }
        .customer-account-index .collapsable .content article .thumb-container img, .customer-account-index .collapsable .content article .thumb-container svg {
          border: 1px solid #e6e6e6;
          width: 120px;
          height: 120px;
          margin-right: 15px; }
        .customer-account-index .collapsable .content article .thumb-container img {
          padding: 15px; }
        .customer-account-index .collapsable .content article .thumb-container svg {
          padding: 20px; }
      .customer-account-index .collapsable .content article .nav a {
        margin-right: 15px; }
    .customer-account-index .collapsable .content .status {
      display: flex;
      margin: 15px 0; }
      .customer-account-index .collapsable .content .status .payment, .customer-account-index .collapsable .content .status .shipment {
        border: 1px solid #e6e6e6;
        padding: 7.5px 15px;
        margin-right: 15px;
        margin-bottom: 7.5px;
        display: flex;
        justify-content: center;
        align-items: center;
        white-space: nowrap; }
        .customer-account-index .collapsable .content .status .payment svg, .customer-account-index .collapsable .content .status .shipment svg {
          margin-right: 7.5px;
          width: 20px; }
          .customer-account-index .collapsable .content .status .payment svg.ok-check, .customer-account-index .collapsable .content .status .shipment svg.ok-check {
            margin-right: 0;
            margin-left: 7.5px;
            color: #299065;
            width: 17px; }
          .customer-account-index .collapsable .content .status .payment svg.ok-partner-visa, .customer-account-index .collapsable .content .status .shipment svg.ok-partner-visa {
            width: 35px; }
    .customer-account-index .collapsable .content .full-width-btn {
      background: #f4f4f4;
      display: flex;
      width: 100%;
      padding: 15px;
      justify-content: center;
      text-transform: uppercase;
      align-items: center;
      line-height: 25px;
      color: #2b2b2b; }
      .customer-account-index .collapsable .content .full-width-btn .icon-holder {
        height: 25px; }
      .customer-account-index .collapsable .content .full-width-btn svg {
        margin-right: 7.5px;
        height: 25px;
        width: 25px; }
  .customer-account-index .collapsable#personal-information article .row div {
    display: flex;
    align-items: center; }
  .customer-account-index .collapsable#personal-information article .icon-holder {
    background: #9b9258;
    min-width: 35px;
    width: 35px;
    height: 35px;
    display: inline-flex;
    color: #FFF;
    border-radius: 17.5px;
    justify-content: center;
    align-items: center;
    margin-right: 15px; }
    .customer-account-index .collapsable#personal-information article .icon-holder svg {
      width: 20px;
      height: 20px; }
  .customer-account-index .collapsable#ticketing img {
    width: 50px;
    border-radius: 50%;
    border: 1px solid #e6e6e6; }
    @media (min-width: 768px) {
      .customer-account-index .collapsable#ticketing img {
        width: 70px; } }
  .customer-account-index .collapsable#ticketing .subject {
    font-weight: 700;
    font-size: 18px; }
    @media (min-width: 768px) {
      .customer-account-index .collapsable#ticketing .subject {
        font-size: 16px; } }
.customer-account-index .modal-body .title {
  margin-bottom: 0;
  cursor: default; }
.customer-account-index .modal-body .content {
  padding: 15px;
  border: 1px solid #e6e6e6;
  border-top: none;
  margin-bottom: 30px; }
.customer-account-index .modal-body .overview label {
  font-weight: bold; }
.customer-account-index .modal-body .ok-check {
  color: #299065;
  transform: translateY(2px); }
.customer-account-index .modal-body .payment, .customer-account-index .modal-body .shipment {
  display: inline-flex !important; }
.customer-account-index .modal-body .totals {
  font-size: 120%; }
.customer-account-index .modal-body .progress-steps {
  display: flex;
  width: 100%;
  margin: 0 0 15px; }
  .customer-account-index .modal-body .progress-steps div {
    display: block;
    width: 100%;
    text-align: center;
    border: 1px solid #e6e6e6;
    padding: 5px;
    background: #f4f4f4;
    overflow: hidden; }
    .customer-account-index .modal-body .progress-steps div.status-step-done {
      background: #299065;
      border-color: #299065;
      border-right: 1px solid #FFF;
      color: #FFF; }
    .customer-account-index .modal-body .progress-steps div.status-step-active {
      background: #9b9258;
      border-color: #9b9258;
      border-right: 1px solid #FFF;
      color: #FFF; }
    .customer-account-index .modal-body .progress-steps div span {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      width: 100%;
      display: block; }
.customer-account-index .modal-body table .no-wrap {
  white-space: nowrap; }
.customer-account-index .modal-body table tr td svg {
  width: 100px;
  height: 50px; }
.customer-account-index .modal-footer {
  margin-top: 0 !important; }
.customer-account-index .icon-holder {
  flex-grow: 0; }
  .customer-account-index .icon-holder svg {
    width: 32px;
    height: 32px; }
.customer-account-index .swiper-container {
  height: auto;
  padding-bottom: 0; }
  .customer-account-index .swiper-container .swiper-slide {
    width: auto;
    height: auto; }
  .customer-account-index .swiper-container .swiper-button-next {
    background: -webkit-linear-gradient(right, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(right, white 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); }
  .customer-account-index .swiper-container .swiper-button-prev {
    background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); }
.customer-account-index #conversation .date {
  text-align: center; }
  .customer-account-index #conversation .date span {
    font-family: "Lato", Arial, sans-serif;
    border: 1px solid #e6e6e6;
    background: #f4f4f4;
    display: inline-block;
    padding: 1px 7.5px;
    font-size: 80%; }
.customer-account-index #conversation .you .txt-bubble, .customer-account-index #conversation .us .txt-bubble {
  border: 1px solid #e6e6e6;
  margin: 15px 0;
  max-width: 80%;
  padding: 7.5px 15px;
  display: inline-block; }
  .customer-account-index #conversation .you .txt-bubble .name, .customer-account-index #conversation .us .txt-bubble .name {
    font-weight: bold; }
.customer-account-index #conversation .avatar {
  margin-top: 15px;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  border-radius: 50%; }
  .customer-account-index #conversation .avatar img {
    width: 100%;
    border: none;
    border-radius: 0; }
.customer-account-index #conversation .you {
  justify-content: flex-end;
  display: flex; }
  .customer-account-index #conversation .you .txt-bubble {
    border-color: #299065;
    background: #e9f4ef;
    margin-right: 15px;
    position: relative; }
    .customer-account-index #conversation .you .txt-bubble:before {
      display: block;
      content: '';
      top: -1px;
      right: -16px;
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 16px 16px 0 0;
      border-color: #299065 transparent transparent transparent; }
    .customer-account-index #conversation .you .txt-bubble:after {
      display: block;
      content: '';
      top: 0;
      right: -14px;
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 15px 15px 0 0;
      border-color: #e9f4ef transparent transparent transparent; }
    .customer-account-index #conversation .you .txt-bubble .name {
      color: #299065; }
.customer-account-index #conversation .us {
  display: flex; }
  .customer-account-index #conversation .us .txt-bubble {
    border-color: #8ac9ce;
    margin-left: 15px;
    position: relative; }
    .customer-account-index #conversation .us .txt-bubble:before {
      display: block;
      content: '';
      top: -1px;
      left: -16px;
      position: absolute;
      z-index: 199;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 16px 16px 0;
      border-color: transparent #8ac9ce transparent transparent; }
    .customer-account-index #conversation .us .txt-bubble:after {
      display: block;
      content: '';
      top: 0;
      left: -14px;
      position: absolute;
      z-index: 999;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 15px 15px 0;
      border-color: transparent #FFF transparent transparent; }
    .customer-account-index #conversation .us .txt-bubble .name {
      color: #499d9a; }

/*# sourceMappingURL=profile.css.map */

@-webkit-keyframes check {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@-moz-keyframes check {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@-ms-keyframes check {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@keyframes check {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@keyframes inside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes outside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 1000; }
  40% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes polygon-right-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  80% {
    width: 700px; }
  100% {
    width: 700px; } }
@keyframes polygon-left-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  60% {
    width: 700px; }
  100% {
    width: 700px; } }
.ok-loading g {
  animation: rotate 1.4s linear infinite;
  transform-origin: center; }
.ok-loading circle {
  animation: spin 1.4s ease-in-out infinite,colors 5.6s ease-in-out infinite;
  fill: none;
  stroke: #8ac9ce;
  stroke-dasharray: 100;
  stroke-dashoffset: 0;
  stroke-linecap: square;
  stroke-width: 4;
  transform-origin: center; }
@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(270deg); } }
@keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg); } }
@keyframes colors {
  0% {
    stroke: #8ac9ce; }
  25% {
    stroke: #299065; }
  50% {
    stroke: #9b9258; }
  75% {
    stroke: #d55232; }
  100% {
    stroke: #d5a5c1; } }
.slideFade-enter-active, .slideFade-leave-active {
  transition: all 1s ease;
  height: auto;
  max-height: 10000px;
  opacity: 1; }

.slideFade-leave-active {
  transition: all .5s ease; }

.slideFade-enter, .slideFade-leave-to {
  height: auto;
  max-height: 0px;
  overflow: hidden;
  padding: 0;
  opacity: 0; }

/* Colors */
/* Margin & Padding */
/* Fonts */
/* Thumb */
/* Borders */
.login-page section {
  margin: 30px;
  padding: 30px;
  border: 1px solid #e6e6e6; }
  .login-page section h5 {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0;
    padding-bottom: 7.5px;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 600; }
  .login-page section input {
    margin-bottom: 15px; }

/*# sourceMappingURL=login.css.map */

@-webkit-keyframes check {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@-moz-keyframes check {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@-ms-keyframes check {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@keyframes check {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@keyframes inside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes outside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 1000; }
  40% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes polygon-right-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  80% {
    width: 700px; }
  100% {
    width: 700px; } }
@keyframes polygon-left-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  60% {
    width: 700px; }
  100% {
    width: 700px; } }
.ok-loading g {
  animation: rotate 1.4s linear infinite;
  transform-origin: center; }
.ok-loading circle {
  animation: spin 1.4s ease-in-out infinite,colors 5.6s ease-in-out infinite;
  fill: none;
  stroke: #8ac9ce;
  stroke-dasharray: 100;
  stroke-dashoffset: 0;
  stroke-linecap: square;
  stroke-width: 4;
  transform-origin: center; }
@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(270deg); } }
@keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg); } }
@keyframes colors {
  0% {
    stroke: #8ac9ce; }
  25% {
    stroke: #299065; }
  50% {
    stroke: #9b9258; }
  75% {
    stroke: #d55232; }
  100% {
    stroke: #d5a5c1; } }
.slideFade-enter-active, .slideFade-leave-active {
  transition: all 1s ease;
  height: auto;
  max-height: 10000px;
  opacity: 1; }

.slideFade-leave-active {
  transition: all .5s ease; }

.slideFade-enter, .slideFade-leave-to {
  height: auto;
  max-height: 0px;
  overflow: hidden;
  padding: 0;
  opacity: 0; }

/* Colors */
/* Margin & Padding */
/* Fonts */
/* Thumb */
/* Borders */
.order-feedback .success-intro span {
  font-weight: 700; }
.order-feedback h3 {
  font-size: 1.1em;
  font-weight: 700; }
.order-feedback h4 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2em; }
.order-feedback .ok-icon {
  width: 30px;
  height: 30px; }
.order-feedback .traffic-light {
  width: 140px;
  height: 140px;
  display: flex;
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  color: #FFF; }
  .order-feedback .traffic-light.green {
    background: #299065; }
  .order-feedback .traffic-light.orange {
    background: #d55232; }
  .order-feedback .traffic-light svg {
    width: 50px;
    height: 50px; }
.order-feedback .follow-up-step {
  border: 1px solid #e6e6e6;
  padding: 15px; }
  .order-feedback .follow-up-step p {
    margin-bottom: 0; }
.order-feedback .newsletter {
  background: #f4f4f4;
  padding: 30px; }
  .order-feedback .newsletter input[type=submit] {
    padding: 0 7.5px; }
.order-feedback .insta-btn, .order-feedback .fb-btn {
  padding: 15px;
  display: flex;
  align-items: center;
  color: #FFF !important; }
  .order-feedback .insta-btn svg, .order-feedback .fb-btn svg {
    margin-right: 15px; }
.order-feedback .insta-btn {
  background: #e4405f; }
.order-feedback .fb-btn {
  background: #3b5998; }

/*# sourceMappingURL=success.css.map */

@-webkit-keyframes check {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@-moz-keyframes check {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@-ms-keyframes check {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@keyframes check {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@keyframes inside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes outside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 1000; }
  40% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes polygon-right-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  80% {
    width: 700px; }
  100% {
    width: 700px; } }
@keyframes polygon-left-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  60% {
    width: 700px; }
  100% {
    width: 700px; } }
.ok-loading g {
  animation: rotate 1.4s linear infinite;
  transform-origin: center; }
.ok-loading circle {
  animation: spin 1.4s ease-in-out infinite,colors 5.6s ease-in-out infinite;
  fill: none;
  stroke: #8ac9ce;
  stroke-dasharray: 100;
  stroke-dashoffset: 0;
  stroke-linecap: square;
  stroke-width: 4;
  transform-origin: center; }
@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(270deg); } }
@keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg); } }
@keyframes colors {
  0% {
    stroke: #8ac9ce; }
  25% {
    stroke: #299065; }
  50% {
    stroke: #9b9258; }
  75% {
    stroke: #d55232; }
  100% {
    stroke: #d5a5c1; } }
.slideFade-enter-active, .slideFade-leave-active {
  transition: all 1s ease;
  height: auto;
  max-height: 10000px;
  opacity: 1; }

.slideFade-leave-active {
  transition: all .5s ease; }

.slideFade-enter, .slideFade-leave-to {
  height: auto;
  max-height: 0px;
  overflow: hidden;
  padding: 0;
  opacity: 0; }

/* Colors */
/* Margin & Padding */
/* Fonts */
/* Thumb */
/* Borders */
.rma-rma-new-step2 h3, .rma-rma-new-success h3, .rma-rma-index h3, .rma-rma-view h3 {
  font-size: 1.1em;
  font-weight: 700; }
.rma-rma-new-step2 h4, .rma-rma-new-success h4, .rma-rma-index h4, .rma-rma-view h4 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2em; }
.rma-rma-new-step2 .ok-icon, .rma-rma-new-success .ok-icon, .rma-rma-index .ok-icon, .rma-rma-view .ok-icon {
  width: 30px;
  height: 30px; }
.rma-rma-new-step2 .traffic-light, .rma-rma-new-success .traffic-light, .rma-rma-index .traffic-light, .rma-rma-view .traffic-light {
  width: 140px;
  height: 140px;
  display: flex;
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  color: #FFF; }
  .rma-rma-new-step2 .traffic-light.green, .rma-rma-new-success .traffic-light.green, .rma-rma-index .traffic-light.green, .rma-rma-view .traffic-light.green {
    background: #299065; }
  .rma-rma-new-step2 .traffic-light.orange, .rma-rma-new-success .traffic-light.orange, .rma-rma-index .traffic-light.orange, .rma-rma-view .traffic-light.orange {
    background: #d55232; }
  .rma-rma-new-step2 .traffic-light svg, .rma-rma-new-success .traffic-light svg, .rma-rma-index .traffic-light svg, .rma-rma-view .traffic-light svg {
    width: 50px;
    height: 50px; }
.rma-rma-new-step2 .follow-up-step, .rma-rma-new-success .follow-up-step, .rma-rma-index .follow-up-step, .rma-rma-view .follow-up-step {
  border: 1px solid #e6e6e6;
  padding: 15px; }
  .rma-rma-new-step2 .follow-up-step p, .rma-rma-new-success .follow-up-step p, .rma-rma-index .follow-up-step p, .rma-rma-view .follow-up-step p {
    margin-bottom: 0; }
.rma-rma-new-step2 .title .ok-icon, .rma-rma-new-success .title .ok-icon, .rma-rma-index .title .ok-icon, .rma-rma-view .title .ok-icon {
  width: 1em;
  height: 1em; }
.rma-rma-new-step2 td.order, .rma-rma-new-success td.order, .rma-rma-index td.order, .rma-rma-view td.order {
  min-width: 200px; }
.rma-rma-new-step2 td.price, .rma-rma-new-success td.price, .rma-rma-index td.price, .rma-rma-view td.price {
  white-space: nowrap; }
.rma-rma-new-step2 #return-polity-rma .fieldset, .rma-rma-new-success #return-polity-rma .fieldset, .rma-rma-index #return-polity-rma .fieldset, .rma-rma-view #return-polity-rma .fieldset {
  border: 1px solid #e6e6e6;
  border-top: none;
  padding: 15px; }
  .rma-rma-new-step2 #return-polity-rma .fieldset li, .rma-rma-new-success #return-polity-rma .fieldset li, .rma-rma-index #return-polity-rma .fieldset li, .rma-rma-view #return-polity-rma .fieldset li {
    font-size: .8em; }
    .rma-rma-new-step2 #return-polity-rma .fieldset li ul li, .rma-rma-new-success #return-polity-rma .fieldset li ul li, .rma-rma-index #return-polity-rma .fieldset li ul li, .rma-rma-view #return-polity-rma .fieldset li ul li {
      font-size: 1em;
      list-style: disc;
      margin-left: 15px; }

/*# sourceMappingURL=rma.css.map */

body #mage_global_messages {display:none !important;}
@CHARSET "ISO-8859-1";
body{font-family: Arial;}
*{ padding: 0px; margin: 0px;}
/*-------------------------Form search-----------------------*/
.mw_formsearch{
	background: #dce7ea;
	border: 1px solid #c2d5dc;
	padding: 15px 5px;
	font-family: arial;
	float: left;
	font-family: Tahoma;
	margin-bottom: 30px;
	width: 100%;
}
#searchform{
	width: auto;
	margin: auto;
}
.inline {
    clear: both;
    height: auto;
    position: relative;
    overflow: hidden;
}
.mw_formsearch label{
	font-family: Tahoma;
	font-size: 14px;
	color: #1e7ec8;
	text-transform: uppercase;
	float: left;
	padding-bottom: 5px;
	width: 100%;
}

.mw_formsearch .input_text{
	border: 1px solid #d1d1d1;
	float: left;
	width: 80%;
    
	height: 26px;
	margin-top: 5px;
    margin-bottom: 5px;
}
.mw_formsearch  .mw_btn {
	background: url(https://www.parfumswinkel.nl/skin/frontend/oathkeeper/default/images/faq/right-bt-search.gif) no-repeat right;
	height: 26px;
	cursor: pointer;
	border: 1px solid #d1d1d1;    
	width: 18%;  
	margin-top: 5px;  margin-bottom: 5px;
}
.mw_formsearch  .mw_btn span{
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	cursor: pointer;
}
a.bt_submit, a:hover.bt_submit{
	background: url(https://www.parfumswinkel.nl/skin/frontend/oathkeeper/default/images/faq/left-submit.gif) no-repeat left top;
	clear:both;
	float:left;
	height:40px;
	margin-top:10px;
	padding-left:33px;
	text-decoration: none;
}
a.bt_submit span, a:hover.bt_submit span{
	background: url(https://www.parfumswinkel.nl/skin/frontend/oathkeeper/default/images/faq/right-submit.gif) no-repeat right top;
	float:left;
	height:40px;
	line-height:37px;
	padding:0 18px 0 10px;
	color: #444;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}
/*---------------------------end form search----------------*/

/*---------------------------faq----------------*/
.mw_faq{
	border-bottom:1px solid #E4E7E2;
	clear:both;
	margin-bottom:30px;
	padding-bottom:10px;
	color: #737373;
}
.mw_faq_name{
	color: #1e7ec8;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 10px;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.mw_faq_description {
	font-size:12px;
}
.mw_question {
	background: url(https://www.parfumswinkel.nl/skin/frontend/oathkeeper/default/images/faq/bg-question.gif) no-repeat 0% 50%;
	font-size: 12px;
	font-weight: normal;
	padding-left: 15px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 20px;
}
.mw_question a{
	text-decoration: none;
	color: #737373;
	font-size: 12px;
}
.mw_question a:hover{
	text-decoration: underline;
	color: #2b85ca;
	font-size: 12px;
}
.mw_question_a_selected{
	background: url(https://www.parfumswinkel.nl/skin/frontend/oathkeeper/default/images/faq/bg-answer.gif) no-repeat 0% 50%;
	font-size: 12px;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 20px;
}
.mw_question_a_selected a{
	color: #0a263c;
}
/*---------------------------end faq----------------*/
#mw_result{
	clear:both;
	color:#1E7EC8;
	float:left;
	font-size:24px;
	font-weight:normal;
	margin-bottom:17px;
}
.mw_submit{
	clear: both;
	font-size: 12px;
	font-family: Arial; 
	color: #737373;
}
.mw_submit h4{
	font-size: 14px;
	font-weight: normal;
	color: #1e7ec8;
	text-transform: capitalize;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
.mw_submit h4.title{
	color:#1E7EC8;
	font-family:tahoma;
	font-size:14px;
	font-weight:bold;
	margin-bottom:0;
	padding-bottom:15px;
	text-transform:uppercase;
}
.mw_field{
	clear: both;
	padding-bottom: 15px;
}
.mw_field select{
	width: 214px;
}
.mw_field textarea{
	width: 465px;
}
.mw_code{
	clear: both;
}
.mw_code input{
	float: left;
	width: 214px;
}
.mw_code img{
	float: left;
}
.box_bt{
	clear: both;
	margin-top: 10px;
	float: left;
}
/*.mw_button{
	background:transparent url(https://www.parfumswinkel.nl/skin/frontend/oathkeeper/default/images/faq/left-btn.gif) no-repeat scroll left top;
	border:medium none;
	display:block;
	float:left;
	height:28px;
	margin:0 6px 0 0;
	padding-left:10px;
}
.mw_button span{
	background:transparent url(https://www.parfumswinkel.nl/skin/frontend/oathkeeper/default/images/faq/right-btn.gif) no-repeat scroll right top;
	color:#FFFFFF;
	display:block;
	float:left;
	font-weight:bold;
	height:28px;
	line-height:28px;
	padding-right:15px;
	text-transform:capitalize;
	cursor: pointer;
	position: relative;
	top: -1px;
}*/
button.mw_button{
	border:none;
	background:none;
	padding:0px;
	margin:0px;
}
button.mw_button span{
	background:url(https://www.parfumswinkel.nl/skin/frontend/oathkeeper/default/images/faq/left-btn.gif) no-repeat scroll 0% 0%;
	padding:0px 0px 0px 15px;
	display:block;
	float:left;
	/*font: normal 12px/28px Arial;*/
	font: bold 12px/28px Arial;
	height:28px;
	color:#FFFFFF;
}
button.mw_button span span{
	background:url(https://www.parfumswinkel.nl/skin/frontend/oathkeeper/default/images/faq/right-btn.gif) no-repeat scroll 100% 0%;
	padding:0px 15px 0px 0px;
	color:#FFFFFF;
}
* html .mw_button span{
	background:transparent url(https://www.parfumswinkel.nl/skin/frontend/oathkeeper/default/images/faq/right-btn.gif) no-repeat scroll right top;
	color:#FFFFFF;
	display:block;
	float:left;
	font-weight:bold;
	height:28px;
	line-height:28px;
	padding-right:15px;
	text-transform:capitalize;
	cursor: pointer;
	position: relative;
	top: 0px;
}
#magestore-bannerslider-popup{
	padding: 2px;
    position: fixed;
    z-index: 19990;
	background: #fff;
	border: 2px;
}
#magestore-bannerslider-popup-close{
	cursor: pointer;
    height: 22px;
	width:22px;
    position: absolute;
    right: 0px;
    top: -25px;   
    z-index: 19999;
	background:url(https://www.parfumswinkel.nl/skin/frontend/base/default/css/magestore/bannerslider/image/close-tiny.png) no-repeat center;
}
#bg_fade {
    background-color: #000000;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 1000;
	opacity: 0.7;
}
.rma-confirmation-form {
  border: solid 1px #cccccc;
  background: #fff;
  position: fixed;
  top: 10%;
  left: 20%;
  width: 60%;
  padding: 20px;
  z-index: 1001;
}

.rma-confirmation-form .close {
  width: 40px;
  float: right;
  display: block;
  color: #636363;
  text-decoration: none;
  font-weight: normal;
  font-size: 30px;
  position: absolute;
  top: -8px;
  right: -14px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  cursor: pointer;
}


.rma-confirmation-form-overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100000px;
    height: 100000px;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

.pagebreak { page-break-before:always !important; } 

.rma-rma-new-step1 .field{
	width:67%;
}

.rma-rma-new-step1 .value{
	width:47%;
	float:left;
}

.rma-rma-new-step1 {

}

#return-polity-rma .title {
	display: flex;
	padding: 15px;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 700;
	font-family: "Lato", Arial, sans-serif;
	border: 1px solid #e6e6e6;
	justify-content: space-between;
	align-items: center;
	background: #FFF;
	cursor: pointer;
	width: 100%;
}

.rma-rma-new-step2 textarea, .rma-guest-view textarea{
	width:100%;
	height:7em;
	padding:5px;
	margin-left:-5px;
}


.rma-rma-new-step2 #additional-information{
	margin-left:-5px;
}
.rma-rma-view textarea, .helpdesk-satisfaction-form textarea{
	width:100%;
	height:7em;	
}

.rma-guest-view .fieldset {
	display:block;
	
} 
 

 
 .rma-guest-guest .validation-failed, .rma-rma-new-step2 .validation-failed {
    outline: 1px solid red!important;
} 	

.rma-rma-new-step1 th{
	font-weight:normal;
}

.rma-guest-view .rma-view,
.rma-rma-new-step1 ul.form-list li div.input-box, 
.rma-rma-new-step2 ul.form-list li div.input-box,  
.rma-view ul.form-list li div.input-box
{
	width:100%!important;
}

.rma-rma-new-step1 .fieldset, .rma-new-step2, .rma-rma-new-step2 .fieldset, .rma-history, .rma-view .fieldset
{
	width:100%!important;
	
}

#rma-table, .data-table{
	width:100%;
		
}

#rma-table {
	margin-bottom:20px!important;
}

#rma-table .order .order_column1 {
	display:block;
}

#rma-table td, #my-orders-reason-table td, #history_grid td{
	padding:10px 7px;
}


#my-orders-reason-table{
	padding-bottom:20px;
}

#rma-table td.productname {
	width: 250px;
}

#rma-table td.price {
	min-width: 100px;
}

.rma-guest-print .orders {
	display:block;
}

#rma-table td.img img {
	border: solid 1px #dfdfdf;
	padding: 2px;
	background-color: #FFFFFF;
}

.rma-rma-new-step2 .rma__guest-gift{
	margin-bottom:0px!important;
	margin-left:20px;
}

.rma__customer-option{
	display:block;
	margin-bottom:5px;
	
}

.rma__customer-option label {
	width:90%;
	display:inline-block;
}

.orders

.rma-history div.fieldset.customer{
	display:block;
}


.rma-guest-print address{
	margin:10px;
}

.rma-guest-print #helpdesk-contact-form-button{
	display:none;
}

.borderzero {
	border:0!important;
}

.rma-guest-view #request-information{
	margin-top:60px;
}

#items-rma-request-for, 
#rma-history, 
#request-information,
.rma-rma-index .no_returns_available,
.rma-rma-new-success #flow_title{
	margin:25px 0px 15px 0px;
}

.rma-rma-index #flow_title{
	margin-bottom:15px;
}

.rma-rma-view #flow_title, 
.rma-rma-new-step1 #flow_title, 
.rma-rma-new-step2 #flow_title 
{
	margin-top:0px;
	margin-bottom:15px;
}


#downloadDiv p{
	margin:10px;
	width:100%;
}

#downloadDiv ul{
	margin-bottom:0!important;
	padding:5px!important;
}

#downloadDiv ul li {
	padding-top:20px;
	padding-bottom:20px;
}

#rma-form-validate .messages {
    width: 100%;
    padding:0px;
    	
}

.rma-view #rma-form-validate ul.messages > li.success-msg {
	list-style-type: none;
    list-style-position:inside;
    margin-left:0px;
    margin-right:0px;
} 

#rma-form-validate ul.messages {
	list-style: none;
}

#rma-form-validate h2.legend{
	font-family:Arial;
	font-size:15px;
}

.frmbutton.tinyorange{background-position:-341px -1px}

.rma-rma-new-success .frmbutton.large {
	margin-top:20px;
}

.rma-view .buttons-set{
	display:block;
}

.rma-view h2, .rma-rma-new-step2 h2{
	font-size:15px;
}

.rma-history div.fieldset {
    padding: 5px 10px;
    border-radius: 0px 5px 5px 0px;
    font-size: 13px;
    margin-bottom:20px;
  	width:100%;
}    

.rma-history .fieldset.user {
  border: 1px solid #8eb589;
  border-left: 5px solid #8eb589;
  background-color: #fefffe;
  background-image: -moz-linear-gradient(top, #fdfffd, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfffd), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #fdfffd, #ffffff);
  background-image: -o-linear-gradient(top, #fdfffd, #ffffff);
  background-image: linear-gradient(to bottom, #fdfffd, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfffd', endColorstr='#ffffffff', GradientType=0);
}
.rma-history .fieldset.customer {
  border: 1px solid #9cb4c5;
  border-left: 5px solid #9cb4c5;
  background-color: #fcfdff;
  background-image: -moz-linear-gradient(top, #fafcff, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafcff), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #fafcff, #ffffff);
  background-image: -o-linear-gradient(top, #fafcff, #ffffff);
  background-image: linear-gradient(to bottom, #fafcff, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafcff', endColorstr='#ffffffff', GradientType=0);
}

.rma-guest-print h2 {
	margin-top:10px;	
}

.print-rma-details{
	width:30%; 
	min-height:200px; 
	float:left;	
}

.print-rma-details .details_container{
	margin-top:20px;
}

.print-address-customer{
	width:45%;  
	min-height:200px;
	margin-left:20%
}

.print-return-address{
	width:60%;  
	min-height:200px;
	margin-left:20%;
	text-align:center;
	font-size:20px;
	font-weight:bold;
}
.print-return-address h2 {
	font-size:24px;
	font-weight:bold;
	padding-bottom:40px;
}

.mright20{
	margin-right:20px;
}

.rma-guest-list th {
	text-align:left;
}

#downloadDiv ul {
    	margin-bottom: 0!important;
    	padding: 0px!important;
	}
	
	#downloadDiv ul.messages > li.success-msg, #downloadDiv .std {
    	margin: 0;
    	padding:20px!important;
   }
   
	.width100percent{
		width:100%;
	}

#my-orders-table {
	margin-top:15px;
}	

.rma-guest-print #my-orders-table td{
	padding: 9px 9px 9px 0px;
	vertical-align:top;
}
	
.rma-guest-print #my-orders-table th {
	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding-left:0px;
	padding-bottom:9px;
}

#rma-table th, #my-orders-reason-table th, .rma_table_heading th{
	background-color: #f3f3f3;
    padding: 10px 7px;
    margin: 0px;
    font-weight: bold;
    text-align:left;
    font-size:1em
}

#rma-table td, #my-orders-reason-table td {
    text-align: left;
    padding: 10px 7px;
    margin: 0px;
    vertical-align: top;
}
.rma_table_heading{
	border-style:solid;
	border-left: 2px solid #d2d1d1;
	border-right: 2px solid #d2d1d1;
	border-top: 2px solid #d2d1d1;
	border-bottom: 0px;
    border-collapse: collapse;
    width:100%;
}

.rma-rma-new-step1 .rma_table_heading th{
	font-size:1em;
	text-align:left;
	padding: 10px 7px;
}

.rma-rma-new-step1 #rma-table th{
	font-weight: normal;
	font-size:12px;
}


.rma-view .messages {
    margin-bottom: 20px!important;
    vertical-align:top;
}

.rma-rma-new-step1 .shipping_flow_container,
.rma-rma-new-step2 .shipping_flow_container, 
.rma-rma-new-success .shipping_flow_container, 
.rma-guest-list .shipping_flow_container,
.rma-guest-view .shipping_flow_container
{
		text-align:center;
}

/*
.shipping_flow_container{
	display: table-cell;
	vertical-align: top;
	
}

*/

@media only screen and (min-width:992px) {
	.shipping_flow_container {
		width: 100%;
		height: auto;
		display: -webkit-flex;
		-webkit-justify-content: center;
		-ms-box-orient: horizontal;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		flex-wrap: nowrap;
		-webkit-flex-wrap: nowrap;
	}

	.shipping_flow_step_medium {
		width:20% !important;
		flex: 0 0 20% !important;
		max-width:20% !important;
		padding: 0px !important;
	}
}

@media only screen and (min-width:992px) {

	.shipping_flow_step_medium {
		width:20% !important;
		flex: 0 0 20% !important;
		padding: 0px !important;
	}
}

@media only screen and (max-width:767px) {
	.shipping_flow_container {
		width: 100%;
		height: auto;
		display: -webkit-flex;
		-webkit-justify-content: center;
		-ms-box-orient: horizontal;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}

	.shipping_flow_step_medium {
		width:40% !important;
		margin: 0px 10px;
	}
}

.shipping_flow_container {
	display:flex !important;
}

.step_text_medium {
	margin-top:5px;
	min-width:134px;
	width:100%;
	text-align:center;
}

.step1, .step2, .step3, .step4, .step5 {
	margin-left:auto;
	margin-right: auto;
}

.rma-rma-index .container section {
	margin-top:30px;
}

.rma_flow_parent{
	text-align:center;
}
.shipping_flow_step_medium{
	width:25%;
	min-width:134px !important;
	display:inline-block;
	vertical-align:top;
	text-align:left;
	padding:0px 10px !important;
}

.shipping_flow_step_medium .step1 {
	background-image: url(https://www.parfumswinkel.nl/skin/frontend/labelx/images/sprites/flow_medium.png);
	background-repeat: no-repeat;
	background-position:-1px 0px;
	width:134px;
	height:134px;
	
}

.shipping_flow_step_medium .step2 {
	background-image: url(https://www.parfumswinkel.nl/skin/frontend/labelx/images/sprites/flow_medium.png);
	background-repeat: no-repeat;
	background-position:-150px 0px;
	width:134px;
	height:134px;
	
}

.shipping_flow_step_medium .step3 {
	background-image: url(https://www.parfumswinkel.nl/skin/frontend/labelx/images/sprites/flow_medium.png);
	background-repeat: no-repeat;
	background-position:-301px 0px;
	width:134px;
	height:134px;
	
}

.shipping_flow_step_medium .step4 {
	background-image: url(https://www.parfumswinkel.nl/skin/frontend/labelx/images/sprites/flow_medium.png);
	background-repeat: no-repeat;
	background-position:-452px 0px;
	width:134px;
	height:134px;
	
}

.shipping_flow_step_medium .step5 {
	background-image: url(https://www.parfumswinkel.nl/skin/frontend/labelx/images/sprites/flow_medium.png);
	background-repeat: no-repeat;
	background-position:-602px 1px;
	width:134px;
	height:134px;
}

.rma-rma-new-step2 #downloadDiv {
	padding-bottom:20px;
	display:none;
}


.rma-guest-view #downloadDiv{
	padding-top:20px;	
}

.rma-guest-view .fieldset.rma-history{
	padding-top:20px;
	clear:both;
}	      

.rma-rma-view #downloadDiv{
	padding-bottom:20px;	
}

.print-overlay {
    position:absolute;
    left:0%;
    top:0%;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    border:none!important;
}

ul.form-list li {
	list-style: none;
}

.UI-ORDER-BLOCK {
	font-size:12px !important;
}

.UI-ORDER-BLOCK tbody > tr {
	border-bottom: 1px solid #b3b3b3;
	background-color: #ffffff;
}

.UI-ORDER-BLOCK tbody > tr > td > input,
.UI-ORDER-BLOCK tbody > tr > th > input,
.UI-ORDER-BLOCK thead > tr > th > input {
	display:block;
}

.UI-ORDER-BLOCK tbody > tr > td > input:disabled,
.UI-ORDER-BLOCK tbody > tr > th > input:disabled,
.UI-ORDER-BLOCK thead > tr > th > input:disabled {
	display:none;
}

.UI-ORDER-BLOCK thead {
	background-color: #f3f3f3;
}

.rma-rma-new-step2 input[type=checkbox] {
	display:inline-block;
}

.success-page-button {
	display:inline-block; margin-right:20px; margin-top: 10px;
}
	
@media only screen and (max-width: 1023px), only screen and (max-device-width: 1023px) { 
	#rma-table, .rma-rma-new-step1 #rma-table th {
		font-size:0.9em;
	}
	
	
	ul.messages{
		padding: 20px 20px;
	}
	
	.rma-guest-print .registration_container h1 {
		font-size:2em;
	}
	
	.rma-rma-index .menu, .rma-rma-view .menu, .rma-rma-new-step1 .menu, .rma-rma-new-step2 .menu, .rma-rma-new-success .menu {
		display:none;
	}
	
	.rma-rma-index .ccontainer .right, 
	.rma-rma-new-step1 .ccontainer .right, 
	.rma-rma-new-step2 .ccontainer .right, 
	.rma-rma-new-success .ccontainer .right, 
	.rma-rma-index .ccontainer .right .frm-block{
		width:100%;
	}
	
	.rma-rma-view .ccontainer .right, .rma-rma-view .ccontainer .right .frm-block, .rma-rma-new-success .fieldset{
		width:100%!important;
	}
	
	.rma-rma-index .page-title, .rma-rma-view .page-title, .back-link {
    padding-top: 0;
    padding-left:0;
    padding-bottom:20px;
    
	}

	.rma-rma-index .page-title h1, 
	.rma-rma-view .page-title h1, 
	.ccontainer h2, 
	h3.product-name, 
	.rma-guest-guest 
	.page-title h1, 
	.rma-guest-list .page-title h1,
	.rma-guest-view .page-title h1,
	.rma-rma-new-step1 .page-title h1,
	.rma-rma-new-step2 .page-title h1,
	.rma-rma-new-success .page-title h1
	 {
		font-size:1em!important;
	}
	
	.rma-rma-index .order, 
	.rma-rma-new-step1 #rma-table .made_by, 
	#rma-table .sku, 
	#rma-table .date,
	.rma-rma-new-step2 #my-orders-reason-table .img,
	.rma-rma-new-step2 #my-orders-reason-table .order,
	.rma_table_heading .date, .rma_table_heading .made_by
	 {
		display:none;
	}
	
	
	
	.rma-rma-index .mobile-navigation-cont, 
	.rma-rma-view .mobile-navigation-cont, 
	.rma-rma-new-step1 .mobile-navigation-cont, 
	.rma-rma-new-step2 .mobile-navigation-cont, 
	.rma-rma-new-success .mobile-navigation-cont {
		padding:0;
	}
	
	.rma-rma-index .mobile-navigation-cont{
		padding-top:20px;
	}
	
		
	.rma-rma-new-success .large-orange, .rma-rma-new-step2 .large-orange {
		margin-bottom:20px;
	}
	 
	 
	 
	.rma-rma-new-step1 .mobile-navigation-cont, 
	.rma-rma-new-success.mobile-navigation-cont {
			padding-top:20px;
	}
	
	#rma-table .img, #rma-table .sku, #rma-table .price, #rma-table .condition, #rma-table .resolution, #rma-table .reason{
		display:none;
	}
	
	.rma-rma-new-step1 #rma-table .price {
		display:inline-block;
		text-align:right
	}
	
	.rma-rma-view #comment, .rma-rma-new-step2 #comment, .rma-guest-view #comment {
		width:100%;
	}
	
	/*
	.frmbutton.large{
		margin-top:20px;
	}
	*/
	
	.submit {
		margin-left:auto;
		margin-right:auto;
	}
	
	
	#downloadDiv ul {
    	margin-bottom: 0!important;
    	padding: 0px!important;
	}
	
	#downloadDiv ul.messages > li.success-msg {
    	margin: 0px;
   }
	
	.shipping_flow_step_medium{
		display:block;
	}
	
	.step_text_medium{
		margin-bottom:20px;
	} 
	
}

