@charset "UTF-8";
.container.container-collection {
  width: 100%;
}

.main {
  margin: 0;
  padding: 0;
}

.shoppable {
  text-align: center;
  max-width: 916px;
}

.shoppable.ss16 {
  max-width: 768px;
}

.normal-spacing {
  margin-top: 0;
  margin-bottom: 25px;
}

.text-download {
  text-align: right;
  margin-top: 25px;
}

.img-centered {
  margin: 0 auto;
}

/* on mobile centered, else left */
.img-centered-sm {
  margin: 0 auto;
}

/* on mobile centered, else left */
.img-right-sm {
  margin: 0 auto;
}

.img-full-width {
  width: 100%;
  height: auto;
}

.text-centered {
  text-align: center;
}

.models-img {
  width: 100%;
}

.models-container {
  width: 247px;
  background: #fff;
  margin-right: 10px;
  margin-top: 0 !important;
}

.social {
  color: #303030;
  position: absolute;
  bottom: 25px;
  right: 8px;
  /* width: 85%;
   margin:0 auto;*/
  text-align: right;
  background-color: #ddd;
  padding-top: 25px;
}

img.ss17 {
  max-height: 446px;
}

/* media queries */
@media (min-width: 768px) {
  .img-centered-sm {
    margin: inherit;
  }

  .img-right-sm {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .shoppable.ss16 {
    max-width: 916px;
  }
}
@media (min-width: 1400px) {
  .shoppable.ss16 {
    max-width: 1280px;
  }
}
.og-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
  padding: 0 0 4rem 0;
  margin: 0 auto;
}

.og-grid li {
  display: inline-block;
  margin: 0;
  padding: 0.5rem;
  vertical-align: top;
  height: auto;
}

.og-grid li img {
  max-width: 100%;
}

.og-grid li > a,
.og-grid li > .og-grid-wrapper,
.og-grid li > a img {
  border: none;
  outline: none;
  display: block;
  position: relative;
}

.og-grid li.og-expanded > a::after {
  top: auto;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #1E1E1E;
  border-width: 15px;
  left: 50%;
  margin: -28px 0 0 -15px;
}

.og-expander {
  position: absolute;
  background-color: #1E1E1E;
  top: auto;
  left: 48px;
  right: 49px;
  margin: 0;
  text-align: left;
  height: 0;
  overflow: hidden;
}

.og-expander-inner {
  padding: 4rem 2rem;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.og-close {
  position: absolute;
  z-index: 100;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.og-close::before,
.og-close::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  height: 1px;
  background: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.og-close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.og-close:hover::before,
.og-close:hover::after {
  background: #888;
}

.og-arrow-right {
  position: absolute;
  right: 5px;
  top: 50%;
  width: 25px;
  height: 25px;
  cursor: pointer;
  color: #a7a7a7;
  text-align: center;
  padding: 5px;
}

.og-arrow-right:hover {
  color: #888;
}

.og-arrow-left {
  position: absolute;
  left: 5px;
  top: 50%;
  width: 25px;
  height: 25px;
  cursor: pointer;
  color: #a7a7a7;
  text-align: center;
  padding: 5px;
}

.og-arrow-left:hover {
  color: #888;
}

.og-fullimg,
.og-details {
  height: 100%;
  padding: 0 1rem;
}

.og-details .normal-spacing {
  display: none;
}

.og-details a {
  border: grey 3px solid;
  background-color: white;
  padding: 0;
  text-align: center;
  margin-right: 1rem;
  position: relative;
}

.og-details .models-container {
  margin: 0;
  padding: 0;
}

.og-details .big-spacing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.og-details .models-name {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.25em;
}

.og-details .models-price {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 2.4rem;
}

.og-details span.btn-primary {
  display: block;
}

.og-fullimg {
  text-align: right;
}

.og-fullimg img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
}

.og-fullimg.og-fullcenter {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  padding: 0;
}

.og-details h3 {
  font-weight: 300;
  font-size: 52px;
  padding: 40px 0 10px;
  margin-bottom: 10px;
}

.og-details p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #999;
}

.og-details a.shop {
  font-weight: 700;
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 20px;
  border: 3px solid #333;
  display: inline-block;
  margin: 30px 0 0;
  outline: none;
}

.og-details a.shop::before {
  content: "→";
  display: inline-block;
  margin-right: 10px;
}

.og-details a.shop:hover {
  border-color: #999;
  color: #999;
}

.og-loading {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #ddd;
  -webkit-box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
          box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  -webkit-animation: loader 0.5s infinite ease-in-out both;
  animation: loader 0.5s infinite ease-in-out both;
}

@-webkit-keyframes loader {
  0% {
    background: #ddd;
  }
  33% {
    background: #ccc;
    -webkit-box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
            box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
  }
  66% {
    background: #ccc;
    -webkit-box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
            box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
  }
}
@keyframes loader {
  0% {
    background: #ddd;
  }
  33% {
    background: #ccc;
    -webkit-box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
            box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
  }
  66% {
    background: #ccc;
    -webkit-box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
            box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
  }
}
@media screen and (max-width: 830px) {
  .og-expander h3 {
    font-size: 32px;
  }

  .og-expander p {
    font-size: 13px;
  }

  .og-expander a {
    font-size: 12px;
  }

  .og-grid li {
    height: auto !important;
  }

  .og-expander {
    position: relative;
    left: 0;
    right: 0;
  }

  .og-details .big-spacing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .og-details a {
    position: relative;
    margin: 20px auto 30px;
  }
}
@media screen and (max-width: 650px) {
  .empty_product {
    height: auto !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }

  .empty_product .og-expander {
    display: none;
  }

  .empty_product a:after {
    display: none;
  }

  .og-fullimg {
    display: none;
  }

  .og-details {
    float: none;
    width: 100%;
  }

  .og-expander-inner {
    padding: 50px 0;
    margin: 0 auto;
  }

  /*.og-fullcenter {display: none;}*/
  /*.og-grid li.og-expanded > a::after{display: none;}*/
}
.og-fullimg img {
  max-height: 376px;
  min-height: 376px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .og-fullimg img {
    max-height: 376px;
    min-height: 376px;
  }
}
@media screen and (min-width: 1024px) {
  .og-fullimg img {
    max-height: 450px;
    min-height: 450px;
  }
}
@media screen and (min-width: 1440px) {
  .og-fullimg img {
    max-height: 450px;
    min-height: 450px;
  }
}

/*# sourceMappingURL=world.css.map*/