.alertify-logs > * {
  padding: 12px 24px;
  color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 1px;
}

.alertify-logs > *,
.alertify-logs > *.default {
  background: rgba(0, 0, 0, 0.8);
}

.alertify-logs > *.error {
  background: rgba(244, 67, 54, 0.8);
}

.alertify-logs > *.success {
  background: rgba(76, 175, 80, 0.9);
}

.alertify {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.alertify.hide {
  opacity: 0;
  pointer-events: none;
}

.alertify,
.alertify.show {
  box-sizing: border-box;
  transition: all 0.33s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.alertify,
.alertify * {
  box-sizing: border-box;
}

.alertify .dialog {
  padding: 12px;
}

.alertify .dialog,
.alertify .alert {
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.alertify .dialog > *,
.alertify .alert > * {
  width: 400px;
  max-width: 95%;
  margin: 0 auto;
  text-align: center;
  padding: 12px;
  background: #fff;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.098), 0 1px 10px 0 rgba(0, 0, 0, 0.084);
}

.alertify .dialog .msg,
.alertify .alert .msg {
  padding: 12px;
  margin-bottom: 12px;
  margin: 0;
  text-align: left;
}

.alertify .dialog input:not(.form-control),
.alertify .alert input:not(.form-control) {
  margin-bottom: 15px;
  width: 100%;
  font-size: 100%;
  padding: 12px;
}

.alertify .dialog input:not(.form-control):focus,
.alertify .alert input:not(.form-control):focus {
  outline-offset: -2px;
}

.alertify .dialog nav,
.alertify .alert nav {
  text-align: right;
}

.alertify .dialog nav button:not(.btn):not(.pure-button):not(.md-button):not(.mdl-button),
.alertify .alert nav button:not(.btn):not(.pure-button):not(.md-button):not(.mdl-button) {
  background: transparent;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.87);
  position: relative;
  outline: 0;
  border: 0;
  display: inline-block;
  align-items: center;
  padding: 0 6px;
  margin: 6px 8px;
  line-height: 36px;
  min-height: 36px;
  white-space: nowrap;
  min-width: 88px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  border-radius: 2px;
}

.alertify .dialog nav button:not(.btn):not(.pure-button):not(.md-button):not(.mdl-button):hover,
.alertify .dialog nav button:not(.btn):not(.pure-button):not(.md-button):not(.mdl-button):active,
.alertify .alert nav button:not(.btn):not(.pure-button):not(.md-button):not(.mdl-button):hover,
.alertify .alert nav button:not(.btn):not(.pure-button):not(.md-button):not(.mdl-button):active {
  background-color: rgba(0, 0, 0, 0.05);
}

.alertify .dialog nav button:not(.btn):not(.pure-button):not(.md-button):not(.mdl-button):focus,
.alertify .alert nav button:not(.btn):not(.pure-button):not(.md-button):not(.mdl-button):focus {
  border: 1px dashed rgba(0, 0, 0, 0.1);
}

.alertify .dialog nav button.btn,
.alertify .alert nav button.btn {
  margin: 6px 4px;
}

.alertify-logs {
  position: fixed;
  z-index: 100;
}

.alertify-logs.bottom,
.alertify-logs:not(.top) {
  bottom: 16px;
}

.alertify-logs.left,
.alertify-logs:not(.right) {
  left: 16px;
}

.alertify-logs.left > *,
.alertify-logs:not(.right) > * {
  float: left;
  transform: translate3d(0, 0, 0);
  height: auto;
}

.alertify-logs.left > *.show,
.alertify-logs:not(.right) > *.show {
  left: 0;
}

.alertify-logs.left > *,
.alertify-logs.left > *.hide,
.alertify-logs:not(.right) > *,
.alertify-logs:not(.right) > *.hide {
  left: -110%;
}

.alertify-logs.right {
  right: 16px;
}

.alertify-logs.right > * {
  float: right;
  transform: translate3d(0, 0, 0);
}

.alertify-logs.right > *.show {
  right: 0;
  opacity: 1;
}

.alertify-logs.right > *,
.alertify-logs.right > *.hide {
  right: -110%;
  opacity: 0;
}

.alertify-logs.top {
  top: 0;
}

.alertify-logs > * {
  box-sizing: border-box;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  clear: both;
  backface-visibility: hidden;
  perspective: 1000;
  max-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.alertify-logs > *.show {
  margin-top: 12px;
  opacity: 1;
  max-height: 1000px;
  padding: 12px;
  pointer-events: auto;
}

.price {
  color: #222;
  font-weight: bold;
}

a.black-link {
  color: #000;
}

.usp-level {
  margin-top: 1.5rem;
}

@media screen and (max-width: 769px) {
  .usp-level p.heading {
    font-size: 8px;
  }
}

.usp-level p i {
  font-size: 2rem;
}

@media screen and (max-width: 769px) {
  .colors-links-container {
    text-align: center;
  }
}

.is-scrollable {
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
}

.first-section {
  padding-top: 0;
}

.level-section {
  padding: 1.5rem 0;
}

@media screen and (max-width: 1023px) {
  .navbar-menu {
    background-color: hsl(0, 0%, 4%);
  }
}

.crossed-price,
a .crossed-price {
  color: #6C7778 !important;
  font-weight: 600;
}

.no-scroll {
  overflow-y: hidden;
}

.margin-less-title {
  margin-bottom: 0.5rem !important;
}

.is-expanded {
  flex-grow: 1;
}

.py-2 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.px-1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.m-0 {
  margin: 0;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-grow {
  flex-grow: 1;
}

.flex {
  display: flex;
}

tr.centered-t-header th {
  text-align: center;
}

a.pagination-previous[disabled],
a.pagination-next[disabled] {
  color: black !important;
  opacity: 1;
}

@media only screen and (min-width: 1024px) {
  .desktop-container {
    padding: 0;
    width: 1024px;
    margin: 0 auto;
  }
}

.svg-icon,
.icon {
  fill: currentColor;
  stroke: currentColor;
}

.logo-link {
  padding-top: 0;
  padding-bottom: 0;
}

.logo-link img {
  height: 49px;
  width: auto;
  max-width: initial;
  max-height: initial;
}

.avatar {
  border-radius: 50%;
}

.footer-links li {
  padding: 2px 0;
}

.footer-links a {
  color: #505050;
  line-height: 28px;
}

.footer-links a:hover {
  color: #000;
  border-bottom: 1px solid #00d1b2;
}

.company-footer {
  font-size: 11px;
  background: #fafafa;
  padding-top: 1.5rem;
  padding-bottom: 3rem;
  color: #000;
  border-top: 1px solid #f2f2f2;
}

.company-footer a {
  color: blue;
}

.certifications-footer {
  background: #fafafa;
  border-top: 1px solid #737373;
  padding: 1.5rem 0;
}

.certifications-footer .level {
  border-bottom: 1px solid #ccc;
  min-height: 46px;
  padding: 4px 0px;
}

@media screen and (max-width: 769px) {
  .certifications-footer .level {
    padding: 4px 10px;
  }
}

.certifications-footer .level:last-child {
  border-bottom: none;
  padding: 0 0px;
}

@media screen and (max-width: 769px) {
  .certifications-footer .level:last-child {
    padding: 0px 10px;
  }
}

.footer .subtitle {
  color: #171717;
}

.bullet-selectors-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.bullet-selectors-list li {
  display: inline-block;
  border: 1px solid #444;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin: 0 3px;
}

.bullet-selectors-list li:hover {
  background-color: #444;
}

.bullet-selectors-list li.selected {
  background-color: #444;
}

.filters {
  text-align: left;
  padding: 15px;
}

.filters input[type=checkbox] {
  margin-right: 0.4rem;
  font-size: 1rem;
}

@media screen and (max-width: 1023px) {
  .filters {
    position: fixed;
    padding: 0.5rem;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: -100%;
    height: 100%;
    width: 100% !important;
    z-index: 1000;
  }
}

.filters #filters-shade {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  .filters #filters-shade {
    display: none;
  }
}

.filters .filters-wrapper {
  text-align: left;
  background: #fff;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  .filters .filters-wrapper {
    position: absolute;
    padding: 0.5rem;
    left: 0;
    top: 0;
    height: 100%;
    width: 70%;
    overflow-y: auto;
  }
}

.filters .filters-wrapper .close-filters-button {
  position: absolute;
  font-size: 7rem;
  line-height: 3rem;
  font-weight: 100;
  top: 0;
  right: 4px;
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  .filters .filters-wrapper .close-filters-button {
    display: none;
  }
}

.filters .filter-container {
  display: block;
  text-align: left;
  padding-right: 2em;
  padding-left: 0.5em;
  overflow: auto;
}

.filters .filter-container h3 {
  font-weight: 400;
}

.filters .filter-container label {
  font-weight: 300;
}

.filters-open {
  left: 0;
}

#open-filtes-mobile {
  position: fixed;
  color: #000;
}

#open-filtes-mobile i {
  font-size: 2.5rem;
}

@media screen and (min-width: 1024px) {
  #open-filtes-mobile {
    display: none;
  }
}

.schema {
  border: 1px solid rgb(230, 231, 233);
  width: 100%;
  text-align: center;
  padding: 24px;
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  border: 0;
  -ms-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}

.schema h3 {
  border-bottom: 1px solid #dfdfdf;
}

.schema > div.schemas {
  position: relative;
  height: 140px;
  width: 280px;
  display: inline-block;
  max-width: 100%;
}

.schema > div.schemas img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 769px) {
  .schema > div.schemas {
    width: 220px;
    height: 110px;
  }
}

.schema > div.schemas .measurement {
  position: absolute;
  background-color: #fff;
  font-size: 13px;
}

@media screen and (max-width: 769px) {
  .schema > div.schemas .measurement {
    font-size: 11px;
  }
}

.schema > div.schemas .width {
  top: 0%;
  left: 40%;
}

.schema > div.schemas .lens_width_label {
  top: 37%;
  left: 58%;
  background-color: transparent;
}

.schema > div.schemas .lens_width {
  top: 53%;
  left: 66%;
}

.schema > div.schemas .lens_height_label {
  top: 38%;
  left: 17%;
}

.schema > div.schemas .lens_height {
  top: 53%;
  left: 19%;
}

.schema > div.schemas .bridge {
  top: 79%;
  left: 35%;
}

.schema > div.schemas .temple {
  top: 3%;
  left: 40%;
}

.product-layout .ug-gallery-wrapper .ug-slider-wrapper {
  background: #fff !important;
}

.product-layout .ug-bullets.ug-skin-default .ug-bullet {
  width: 15px;
  height: 15px;
  margin-left: 15px;
  background: #000;
  border-radius: 50%;
}

.product-layout .ug-bullets.ug-skin-default .ug-bullet.ug-bullet-active {
  background: #999;
}

.carrito-layout .shopping-cart-items .columns {
  position: relative;
}

.carrito-layout .exit-container {
  position: relative;
}

.carrito-layout .remove-item {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .carrito-layout .exit-container {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.contact-header {
  background-color: hsl(0, 0%, 29%);
  color: hsl(0, 0%, 29%);
  text-align: left;
  padding: 0 20%;
  font-size: 12px;
  line-height: 26px;
}

@media screen and (max-width: 700px) {
  .contact-header {
    padding: 0 0 0 4px;
  }
}

.contact-header img {
  vertical-align: middle;
  margin-top: -3px;
}

#email-harvester {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2001;
  text-align: center;
}

@media screen and (min-width: 800px) {
  #email-harvester {
    background: rgba(0, 0, 0, 0.4);
  }
}

#email-harvester .hrv-wrapper {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 60%;
  background: rgba(100, 100, 100, 0.85);
  color: #fff;
}

@media screen and (min-width: 800px) {
  #email-harvester .hrv-wrapper {
    top: 50%;
    left: 50%;
    width: 600px;
    height: 600px;
    margin-top: -300px;
    margin-left: -300px;
    border-radius: 50%;
    background: #E66233;
  }
}

#email-harvester .hrv-wrapper > div {
  position: absolute;
  width: 90%;
  left: 5%;
}

@media screen and (min-width: 800px) {
  #email-harvester .hrv-wrapper > div {
    width: 60%;
    left: 20%;
  }
}

#email-harvester .hrv-wrapper #hrv-close {
  top: 3%;
  width: 20%;
  height: 10%;
  left: 40%;
  cursor: pointer;
}

@media screen and (max-width: 800px) {
  #email-harvester .hrv-wrapper #hrv-close {
    width: 100%;
    left: 0;
    top: 0;
  }
}

#email-harvester .hrv-wrapper #hrv-message {
  top: 15%;
  height: 45%;
  font-size: 18px;
}

@media screen and (min-width: 800px) {
  #email-harvester .hrv-wrapper #hrv-message {
    font-size: 22px;
  }
}

#email-harvester .hrv-wrapper #hrv-form {
  position: absolute;
  width: 60%;
  height: 25%;
  bottom: 10%;
  left: 20%;
}

@media screen and (min-width: 800px) {
  #email-harvester .hrv-wrapper #hrv-form {
    height: 20%;
    bottom: 15%;
  }
}

#email-harvester .hrv-wrapper #hrv-form input {
  height: 42px;
  width: 100%;
}

#email-harvester .hrv-wrapper #hrv-form input::-webkit-input-placeholder {
  font-style: italic;
}

#email-harvester .hrv-wrapper #hrv-form input::-moz-placeholder {
  font-style: italic;
}

#email-harvester .hrv-wrapper #hrv-form input:-ms-input-placeholder {
  font-style: italic;
}

#email-harvester .hrv-welcome {
  font-size: 24px;
  font-style: italic;
  border-bottom: 1px solid #fff;
  width: 6.5em;
  margin: 0 auto;
  font-weight: bold;
}

@media screen and (min-width: 800px) {
  #email-harvester .hrv-welcome {
    font-size: 40px;
  }
}

@media screen and (max-width: 800px) {
  .hrv-close-text {
    display: none;
  }
  .hrv-close-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    border: 1px solid #000;
    height: 32px;
    width: 30px;
    line-height: 32px;
    background: #666;
    border-radius: 4px;
    text-align: center;
  }
}

#hrv-open {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 66px;
  background: rgba(100, 100, 100, 0.85);
  color: #fff;
  z-index: 2000;
}

@media screen and (min-width: 800px) {
  #hrv-open {
    background: #F22A42;
    width: 120px;
    height: 120px;
    bottom: 30px;
    left: 2px;
    border-radius: 50%;
    text-align: center;
  }
}

#hrv-open #hrv-open-text {
  font-weight: 900;
  margin-top: 6px;
}

@media screen and (min-width: 800px) {
  #hrv-open #hrv-open-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 800px) {
  #hrv-open #hrv-open-text {
    line-height: 66px;
    padding-left: 3em;
    font-weight: 100;
    margin: 0;
  }
}

@media screen and (min-width: 800px) {
  #hrv-open #hrv-open-text #hrv-suscribe {
    color: #F22A42;
    background: #fff;
    width: 70%;
    margin: 0 auto;
    height: 28px;
    line-height: 28px;
  }
  #hrv-open div span {
    display: block;
  }
}

#hrv-open .hrv-close-icon {
  top: 17px;
  right: initial;
  left: 10px;
}

#hrv-open #hrv-close-open {
  cursor: pointer;
}

#new-pb-layout {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4000;
}

#new-pb-layout #pb-ui {
  border: 1px solid #000;
  width: 100%;
  background: #fff;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 769px) {
  #new-pb-layout #pb-ui {
    width: 100%;
  }
}

#new-pb-layout #pb-ui #pb-loader {
  height: 100px;
  width: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
  z-index: 9999;
  padding-top: 28px;
  background: #fff;
  border-radius: 4px;
}

#new-pb-layout #pb-ui #camera-container {
  width: 100%;
  text-align: center;
  height: 100%;
}

#new-pb-layout #pb-ui #my_camera {
  margin: 0 auto;
  max-width: 100%;
  height: 100% !important;
}

#new-pb-layout #pb-ui #my_camera video {
  max-width: 100% !important;
  max-height: 100% !important;
}

#new-pb-layout #pb-ui #pb-header {
  position: absolute;
  top: 0;
  left: 0;
  height: 56px;
  line-height: 52px;
  width: 100%;
  border-bottom: 1px solid #000;
  text-align: center;
}

#new-pb-layout #pb-ui #pb-header .pb-exit {
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #000;
  height: 100%;
  padding: 0 1.5em 0 1.5em;
}

#new-pb-layout #pb-ui #pb-header .pb-exit i {
  vertical-align: baseline;
  font-size: 28px;
}

@media screen and (max-width: 769px) {
  #new-pb-layout #pb-ui #pb-header .pb-exit {
    padding: 0 5px;
  }
}

#new-pb-layout #pb-ui #pb-header .pb-exit:hover {
  background: #86dfda;
}

#new-pb-layout #pb-ui #pb-header .pb-main-fn {
  border: 1px solid #000;
  height: 40px;
  display: inline-block;
  width: 86px;
  cursor: pointer;
  line-height: 38px;
  font-size: 26px;
  vertical-align: middle;
}

#new-pb-layout #pb-ui #pb-header .pb-main-fn i {
  vertical-align: baseline;
  font-size: 28px;
}

#new-pb-layout #pb-ui #pb-header .pb-main-fn:hover {
  background: #86dfda;
}

@media screen and (max-width: 769px) {
  #new-pb-layout #pb-ui #pb-header .pb-main-fn {
    width: 75px;
    max-width: 20%;
  }
}

#new-pb-layout #pb-ui #pb-header .pb-selected-main-fn {
  background: #86dfda;
}

#new-pb-layout #pb-ui .pb-body {
  position: absolute;
  top: 56px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  overflow: auto;
}

#new-pb-layout .user-photo {
  width: 33.3333%;
  cursor: pointer;
  position: relative;
  padding: 4px;
  background: #F9FCFC;
  float: left;
}

#new-pb-layout .user-photo a {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 34px;
}

#new-pb-layout .user-photo a#fb-gallery-sharer-bn {
  right: 50px;
}

@media screen and (max-width: 769px) {
  #new-pb-layout .user-photo {
    width: 100%;
  }
}

#new-pb-layout #editor {
  width: 100%;
  height: 100%;
}

#new-pb-layout #editor > div {
  float: left;
}

#new-pb-layout #editor #jointer-container {
  width: 80%;
  height: 100%;
  text-align: center;
  border: 1px solid #000;
  overflow: hidden;
}

@media screen and (max-width: 769px) {
  #new-pb-layout #editor #jointer-container {
    width: 100%;
    height: 44%;
  }
}

#new-pb-layout #editor #jointer-controls {
  font-size: 25px;
  letter-spacing: 3px;
  height: 0%;
  width: 100%;
}

@media screen and (max-width: 769px) {
  #new-pb-layout #editor #jointer-controls {
    width: 100%;
    height: 0%;
  }
}

#new-pb-layout #editor #jointer-controls > i {
  cursor: pointer;
}

#new-pb-layout #editor .pb-jointer {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 4px;
  border: 1px solid transparent;
}

#new-pb-layout #editor .pb-frames {
  width: 20%;
  overflow: hidden;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}

@media screen and (max-width: 769px) {
  #new-pb-layout #editor .pb-frames {
    width: 100%;
    height: 50%;
  }
}

#new-pb-layout #editor .pb-frames > div {
  float: left;
}

#new-pb-layout #editor .pb-frames #pb-frames-controls {
  width: 100%;
  font-size: 0;
}

#new-pb-layout #editor .pb-frames #pb-frames-controls > a {
  color: #000;
  display: block;
  height: 39px;
  line-height: 38px;
  font-size: 1rem;
  border-right: none;
  border-bottom: 1px solid;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
}

@media screen and (max-width: 769px) {
  #new-pb-layout #editor .pb-frames #pb-frames-controls > a {
    width: 50%;
    display: inline-block;
  }
}

@media screen and (min-width: 769px) {
  #new-pb-layout #editor .pb-frames #pb-frames-controls > a {
    border-left: 1px solid;
  }
}

#new-pb-layout #editor .pb-frames #pb-frames-controls > a > img {
  vertical-align: middle;
  width: 34px;
}

#new-pb-layout #editor .pb-frames #pb-frames-controls > a:hover {
  background: #86dfda;
}

@media screen and (max-width: 769px) {
  #new-pb-layout #editor .pb-frames #pb-frames-controls > a#fb-share-button {
    width: 50%;
    display: inline-block;
  }
}

#new-pb-layout #editor .pb-frames #pb-frames-controls > a#wp-share-button {
  width: 50%;
  display: inline-block;
}

@media screen and (min-width: 769px) {
  #new-pb-layout #editor .pb-frames #pb-frames-controls > a#wp-share-button {
    display: none;
  }
}

#new-pb-layout #editor .pb-frames #pb-frames-controls > a i {
  font-size: 18px;
  margin: 0 8px;
}

#new-pb-layout #editor .pb-frames #pb-catalog-frames {
  cursor: pointer;
  height: 66%;
  width: 100%;
  overflow: auto;
  padding-top: 16px;
}

#new-pb-layout #editor .pb-frames #pb-catalog-frames > div {
  float: left;
  width: 50%;
  padding: 6px;
  height: 40px;
  text-align: center;
}

#new-pb-layout #editor .pb-frames #pb-catalog-frames > div img {
  max-height: 100%;
}

#new-pb-layout #editor .pb-frames #pb-catalog-frames #pb-load-more {
  width: 100%;
  cursor: pointer;
  padding: 8px 0;
  text-align: center;
  height: initial;
}

#new-pb-layout #editor .pb-frames #pb-catalog-frames #pb-load-more:hover {
  background: #86dfda;
}

#new-pb-layout #canvas-container {
  border: 1px solid #000;
}

#new-pb-layout canvas {
  max-width: 100%;
  max-height: 100%;
}

#new-pb-layout .pb-capture-control {
  cursor: pointer;
  float: left;
  width: 50%;
  height: 100%;
  text-align: center;
  padding: 4px;
  padding-top: 12px;
}

@media screen and (max-width: 769px) {
  #new-pb-layout .pb-capture-control:nth-child(2) {
    width: 100%;
  }

  #new-pb-layout .pb-capture-control:nth-child(1) {
    display: none;
  }
}

#new-pb-layout .pb-capture-control i {
  font-size: 34px;
}

@media screen and (min-width: 769px) {
  #new-pb-layout .pb-capture-control i {
    font-size: 45px;
  }
}

#new-pb-layout .pb-capture-control:hover {
  background: #86dfda;
}

#new-pb-layout .pb-capture {
  text-align: center;
  position: relative;
}

#new-pb-layout #pb-file-input {
  width: initial;
}

#new-pb-layout #pb-file-input #pb-file-container {
  height: 100px;
  line-height: 100px;
}

#new-pb-layout #pb-file-input input[type=file] {
  display: initial;
  width: initial;
}

#new-pb-layout #pb-capture-controls-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15%;
}

#new-pb-layout #pb-capture-inputs-container {
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  height: 70%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

#new-pb-layout #pb-capture-submit-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  padding: 4px;
}

#new-pb-layout .empty-photos {
  text-align: center;
  padding: 12px;
}

.probador-open-button {
  width: 40px;
  height: 120px;
  position: fixed;
  right: 0px;
  top: 50%;
  margin-top: -60px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 769px) {
  .probador-open-button {
    width: 24px;
    line-height: 22px;
  }
}

.probador-open-button .button-content {
  transform: rotate(-90deg);
  transform-origin: left top 0;
  height: 40px;
  width: 120px;
  margin-top: 120px;
  background: #000;
  color: #fff;
  font-weight: bold;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

@media screen and (max-width: 769px) {
  .probador-open-button .button-content {
    font-size: 14px;
    height: 24px;
    width: 84px;
  }
}

.probador-open-button-not-display {
  display: none;
}

.promotions-layout #promo-app {
  margin: 0rem auto;
  width: 1000px;
  max-width: 100%;
  overflow: auto;
}

.promotions-layout #promo-app section {
  margin-bottom: 2em;
}

.promotions-layout #promo-app .color-selector {
  float: left;
  width: 50%;
  text-align: center;
}

.promotions-layout #promo-app .color-selector:nth-child(2) {
  border-left: none;
}

.promotions-layout #promo-app h2 {
  font-size: 1.5rem;
}

.promotions-layout #promo-app .colors-container span {
  display: inline-block;
  margin-right: 2px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

.promotions-layout #promo-app .colors-container span.selected {
  border: 2px solid #006b5b;
}

.promotions-layout #preview-container {
  text-align: center;
  position: relative;
  font-size: 0;
}

.promotions-layout #preview-container img {
  width: 100%;
}

.promotions-layout #preview-container svg {
  position: absolute;
  top: 0;
  left: 0;
}

.promotions-layout #promo-description {
  padding: 10px;
}

.promotions-layout #promo-configurator {
  overflow: auto;
}

.promotions-layout #promo-head {
  background: url("https://s3.amazonaws.com/colgafas-dev/public/promotions/aviadoras/aviador_playa.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: -100px -33px;
  background-size: 117% auto;
  min-height: 446px;
  position: relative;
  overflow: auto;
  color: #2D8EA7;
}

@media screen and (max-width: 640px) {
  .promotions-layout #promo-head {
    background-position: -275px -18px;
    background-size: 170% auto;
    min-height: 226px;
  }
}

@media screen and (max-width: 400px) {
  .promotions-layout #promo-head {
    background-position: -170px -18px;
    background-size: 170% auto;
  }
}

.promotions-layout #promo-head h1 {
  font-size: 52px;
  margin-top: 100px;
  margin-left: 40px;
  color: #2D8EA7;
  font-weight: 300;
  font-family: "Source Sans Pro", sans-serif;
  position: absolute;
  top: 0px;
  left: 0px;
}

@media screen and (max-width: 800px) {
  .promotions-layout #promo-head h1 {
    margin-top: 105px;
    font-size: 33px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 531px) {
  .promotions-layout #promo-head h1 {
    margin-top: 59px;
    font-size: 20px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 360px) {
  .promotions-layout #promo-head h1 {
    font-size: 17px;
  }
}

.promotions-layout #promo-head p {
  position: absolute;
  top: 0px;
  left: 0px;
  margin-left: 40px;
  margin-top: 194px;
  font-size: 31px;
  font-family: "Source Sans Pro", sans-serif;
}

@media screen and (max-width: 800px) {
  .promotions-layout #promo-head p {
    margin-top: 168px;
    font-size: 20px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 531px) {
  .promotions-layout #promo-head p {
    margin-top: 83px;
    font-size: 15px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 360px) {
  .promotions-layout #promo-head p {
    font-size: 12px;
    margin-top: 94px;
  }
}

.promotions-layout #promo-formula-configurator #formula-radios {
  overflow: auto;
  margin-top: 12px;
  text-align: center;
  font-size: 0;
}

.promotions-layout #promo-formula-configurator .radio-formula {
  width: 25%;
  border: 1px solid #2D8EA7;
  color: #2D8EA7;
  font-size: 18px;
  font-weight: 100;
  text-align: center;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .promotions-layout #promo-formula-configurator .radio-formula {
    width: 49%;
  }
}

.promotions-layout #promo-formula-configurator .radio-formula:hover {
  background-color: #1d5b6b;
  color: #fff;
}

.promotions-layout #promo-formula-configurator .radio-formula:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: none;
}

.promotions-layout #promo-formula-configurator .radio-formula:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.promotions-layout #promo-formula-configurator .selected {
  background: #2D8EA7;
  color: #fff;
}

.promotions-layout table {
  width: 90%;
  margin: 10px auto;
}

.promotions-layout table td,
.promotions-layout table th {
  text-align: center;
  border: 1px solid #444;
}

.promotions-layout table input[type=text] {
  display: inline-block;
  border: 1px solid #444;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .promotions-layout table input[type=text] {
    width: 60%;
  }
}

.promotions-layout table #formula-preview-container {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.promotions-layout table #formula-preview-container i {
  font-size: 24px;
}

.promotions-layout table #formula-preview-container #delete-icon {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

.promotions-layout #promo-extras {
  overflow: auto;
  margin: 10px 0 10px 0;
  padding-bottom: 10px;
  font-size: 0;
}

.promotions-layout #promo-extras #check-extras-container {
  font-size: 56px;
  cursor: pointer;
}

.promotions-layout #promo-extras > div {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  text-align: center;
  font-size: 1rem;
  width: 100%;
}

.promotions-layout #promo-extras > div:first-child img {
  width: 520px;
}

.promotions-layout .promo-resume-item {
  margin: 10px;
  position: relative;
  overflow: auto;
}

.promotions-layout .promo-resume-item > div {
  float: left;
  margin-top: 20px;
}

.promotions-layout .promo-resume-item > div.resume-preview {
  width: 20%;
}

@media screen and (max-width: 769px) {
  .promotions-layout .promo-resume-item > div.resume-preview {
    width: 50%;
  }
}

.promotions-layout .promo-resume-item > div.resume-list {
  width: 40%;
  padding-left: 1.5em;
}

.promotions-layout .promo-resume-item > div.resume-list span {
  vertical-align: middle;
  height: 15px !important;
  width: 15px !important;
}

@media screen and (max-width: 769px) {
  .promotions-layout .promo-resume-item > div.resume-list {
    width: 100%;
  }
}

.promotions-layout .promo-resume-item > div.resume-formula {
  width: 40%;
}

@media screen and (max-width: 769px) {
  .promotions-layout .promo-resume-item > div.resume-formula {
    width: 50%;
  }
}

.promotions-layout .promo-resume-item span.edit-icon {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 20px;
  width: 20px;
  cursor: pointer;
}

.promotions-layout .promo-resume-item span.delete-icon {
  right: 20px;
}

.promotions-layout .promo-resume-item table {
  border: 1px solid #666;
  width: 90%;
  margin: 0 auto;
}

.promotions-layout .promo-resume-item table tr {
  height: 20px;
}

.promotions-layout .promo-resume-item table td,
.promotions-layout .promo-resume-item table th {
  border: 1px solid #666;
  padding: 0 2px;
}

.promotions-layout .promo-resume-item section {
  float: left;
  width: 33.33%;
}

.promotions-layout #shopper-data {
  padding: 10px;
}

.promotions-layout .section-title {
  font-size: 22px;
  color: #000;
  font-weight: bold;
  text-align: center;
}

.promotions-layout #cart-buttons {
  margin: 20px 1% 20px 1%;
  text-align: center;
}

.promotions-layout #cart-buttons button {
  width: 50%;
  background-color: #2D8EA7;
  font-weight: 100;
  color: #fff;
  font-size: 18px;
  height: 40px;
  font-family: Helvetica, Arial, sans-serif;
  border-radius: 4px;
  border: none;
}

@media screen and (max-width: 640px) {
  .promotions-layout #cart-buttons button {
    width: 100%;
  }
}

.promotions-layout #cart-buttons button:hover {
  background-color: #1d5b6b;
}

.promotions-layout .probador-open-button {
  display: none;
}

.promotions-layout #total-items {
  text-align: center;
  margin-top: 10px;
}

#audiocontent {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 15;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

#audiocontent #progressBar {
  color: #fff;
  width: 100%;
  height: 48px;
  margin-top: 100px;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: left;
  background: rgb(236, 236, 236);
  z-index: 19;
  display: none;
}

#audiocontent #progressBar.playing {
  display: block;
}

#audiocontent #progressBar #episode-profile-image {
  height: 48px;
  width: 48px;
}

#audiocontent #progressBar #animated-bars {
  position: absolute;
  bottom: -12px;
  left: -15px;
  width: 80px;
  opacity: 0.3;
  display: none;
}

#audiocontent #progressBar #animated-bars.playing {
  display: block;
}

#audiocontent #progressBar #barPlayPause {
  height: 48px;
  width: 48px;
  background: rgb(32, 32, 32);
  position: absolute;
  left: 48px;
  bottom: 0px;
  cursor: pointer;
}

#audiocontent #progressBar #barPlayPause .butt {
  width: 30px;
  margin: 10px 9px;
}

#audiocontent #progressBar #barPlayPause .pause-butt {
  display: none;
}

#audiocontent #progressBar #barPlayPause.playing .play-butt {
  display: none;
}

#audiocontent #progressBar #barPlayPause.playing .pause-butt {
  display: block;
}

#audiocontent #progressBar .showing {
  display: block;
}

#audiocontent #progressBar .hidden {
  display: none;
}

#audiocontent #progressBar #volume {
  height: 48px;
  width: 32px;
  background: rgb(32, 32, 32);
  position: absolute;
  left: 96px;
  bottom: 0px;
  cursor: pointer;
}

#audiocontent #progressBar #volume img {
  padding: 3px;
  margin-top: 4px;
  margin-left: 4px;
  margin-bottom: -11px;
}

#audiocontent #progressBar #volume #speed {
  font-weight: 300;
  font-size: 12px;
  padding: 3px 0px;
  width: 28px;
  margin-left: -0.5px;
  text-align: center;
  margin-top: 2px;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: transparent;
  color: rgb(201, 201, 201);
}

#audiocontent #progressBar #volume .volume-icon-wrapper {
  padding: 1px 0px;
}

#audiocontent #progressBar #volume #volumeindicator .range-wrapper {
  position: absolute;
  top: 0px;
  left: 22px;
  background: rgb(32, 32, 32);
  z-index: 30;
  width: 0;
  overflow: hidden;
  transition: width 200ms ease-out 95ms;
  padding: 8px 0px 5px;
  text-align: center;
}

#audiocontent #progressBar #volume #volumeindicator .range-wrapper input {
  width: 80%;
  cursor: pointer;
}

@media screen and (min-width: 430px) {
  #audiocontent #progressBar #volume #volumeindicator:hover .range-wrapper {
    width: 170px;
  }
}

#audiocontent #progressBar .buffer-wrapper {
  height: 48px;
  position: absolute;
  left: 128px;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

#audiocontent #progressBar .buffer-wrapper #progress {
  background-color: #00ffa3;
  height: 48px;
  display: inline-block;
  position: relative;
  z-index: 23;
  transition: width 0.25s ease-in-out;
}

#audiocontent #progressBar .buffer-wrapper #buffer {
  background-color: #96ffd9;
  height: 48px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  z-index: 22;
  transition: width 0.15s ease-in-out;
}

#audiocontent #progressBar .buffer-wrapper #time {
  position: absolute;
  right: 30px;
  top: 16px;
  z-index: 23;
  color: rgb(161, 161, 161);
  font-size: 13px;
  background: rgba(236, 236, 236, 0.74);
  padding: 2px;
}

#audiocontent #progressBar .buffer-wrapper #closebutt {
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  right: 3px;
  margin: 0px;
  padding: 0px;
  color: #535353;
  font-size: 13.5px;
  z-index: 25;
  height: 22px;
  width: 22px;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
}

#audiocontent #progressBar .buffer-wrapper #closebutt:hover {
  color: #ff4343;
}

.navigation-progress {
  position: fixed;
  top: 0;
  left: -20%;
  background: #66e2d5;
  z-index: 100;
  height: 43px;
  width: 0%;
}

.navigation-progress.showing {
  display: block;
  width: 140%;
  animation: grow-width 3200ms ease-out, pulsate 1.4s infinite ease-in-out;
}

@keyframes grow-width {
  0% {
    width: 0%;
  }

  100% {
    width: 140%;
  }
}

.blog .blog-section {
  padding: 0;
}

@media screen and (max-width: 769px) {
  .blog .blog-section {
    padding: 0;
  }
}

.blog .blog-header-container {
  max-width: 720px;
}

.blog .blog-header-container img {
  max-width: 200px;
}

.blog .blog-header-container h1 {
  font-size: 450%;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.001rem;
  text-transform: uppercase;
  line-height: 1.25;
}

.blog .blog-header-container h2 {
  font-size: 95%;
  font-style: italic;
  color: #F8E71C !important;
}

.blog .blog-header-container a {
  text-decoration: underline;
}

@media screen and (max-width: 720px) {
  .blog .blog-header-container h1 {
    font-size: 250%;
  }
}

.blog .post {
  overflow: hidden;
  padding-top: 1rem;
  margin-bottom: 2.5rem;
}

.blog .post .title a {
  color: #000;
}

.blog .post-data {
  font-size: 1rem;
  font-style: italic;
}

.blog .post-body {
  font-size: 22px;
  padding: 0 0.5rem;
}

.blog .post-title {
  font-size: 2.2rem;
}

@media screen and (min-width: 769px) {
  .blog .post-title {
    font-size: 3.5rem;
  }
}

.blog .blog-column {
  padding: 0;
}

.blog .blog-columns {
  margin: 0;
}

.blog .blog-home-link {
  width: 120px;
  height: 120px;
  display: block;
  background: #0a0a0a;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 2rem;
  align-items: center;
}

.blog .blog-home-link img {
  width: 80%;
}

.blog .avatar-level {
  display: flex;
}

.blog .avatar-level .avatar-stripe {
  border-top: 3px solid #F8E71C;
  flex-grow: 1;
}

.blog .avatar-level img {
  border: 3px solid #F8E71C;
  border-radius: 50%;
  width: 5em;
  flex-shrink: 1;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/

/* pswp = photoswipe */

.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */

.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/

.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */

.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/

.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/

.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/

.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */

/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/

/*

	1. Buttons

 */

/* <button> css reset */

.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */

.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(/images/vendor/photoswipe/src/css/default-skin/default-skin.png?0ff4d62150facee6b7dec616100ad3da) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */

  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(/images/vendor/photoswipe/src/css/default-skin/default-skin.svg?f64c3af3d0d25b9e4e003a8c03e4f70a);
  }

  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}

.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/

.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

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

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

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */

.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0);
}

/* increase size of share links on touch devices */

.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */

.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*

	4. Caption

 */

.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */

.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */

.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(/images/vendor/photoswipe/src/css/default-skin/preloader.gif?14d740b6ee64510747b03b411d46f200) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /* 
  	The idea of animating inner circle is based on Polymer ("material") loading indicator 
  	 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
  */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}

@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(-140deg);
  }

  100% {
    transform: rotate(0);
  }
}

/*

	6. Additional styles

 */

/* root element of UI */

.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */

.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}


