
/* Lookbook */
@media (max-width: 767px) {
  .col-md-6 .lookbook.type-3 {
    height: 76.4vw;
  }
}
.lookbok3-heading {
  text-align: center;
  padding: 37px 20px 42px 20px;
}
@media (max-width: 767px) {
  .lookbok3-heading {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.lookbok3-heading p {
  padding: 0px;
  margin: 0px;
  font-size: 30px;
  font-weight: 300;
}
@media (max-width: 1098px) {
  .lookbok3-heading p {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .lookbok3-heading p {
    font-size: 20px;
  }
}
.lookbok3-heading h4 {
  font-size: 80px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 1098px) {
  .lookbok3-heading h4 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .lookbok3-heading h4 {
    font-size: 32px;
  }
}
.lookbok3-heading h4 span {
  color: #06bec7;
  text-decoration: underline;
}
.lookbook {
  margin: 72px 0px 0px 0px;
  height: 448px;
  position: relative;
}
@media (max-width: 767px) {
  .lookbook {
    height: 200px;
    margin-top: 40px;
  }
}
.lookbook.type-3 {
  height: 38.2vw;
  margin-top: 20px;
}
.lookbook.type-2 {
  height: 30.58vw;
}
@media (max-width: 767px) {
  .lookbook.type-2 {
    height: 170px;
  }
}
.lookbook.type-2 .lookbook-content {
  left: 0;
  right: 0;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  text-align: left;
}
.lookbook.type-2 .lookbook-content h3 {
  max-width: 1240px;
  padding: 0px 50px;
  margin: 0px auto;
}
@media (max-width: 767px) {
  .lookbook.type-2 .lookbook-content h3 {
    padding: 0px 20px;
  }
}
.lookbook .lookbook-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}
.lookbook .lookbook-content {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 83px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  text-align: center;
}
@media (max-width: 1098px) {
  .lookbook .lookbook-content {
    bottom: 60px;
  }
}
@media (max-width: 767px) {
  .lookbook .lookbook-content {
    bottom: 30px;
  }
}
.lookbook .lookbook-content h3 {
  font-size: 50px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0px;
  margin: 0px;
}
@media (max-width: 1098px) {
  .lookbook .lookbook-content h3 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .lookbook .lookbook-content h3 {
    font-size: 20px;
  }
}
.lookbook .pin {
  position: absolute;
}
.lookbook .pin .open-pin {
  display: block;
  width: 42px;
  height: 42px;
  background: #06bec7;
  border: 3px solid #fff;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .lookbook .pin .open-pin {
    width: 24px;
    height: 24px;
    border: 2px solid #fff;
    line-height: 20px;
    font-size: 14px;
  }
}
.lookbook .pin.active {
  z-index: 4;
}
.lookbook .pin.active .open-pin {
  z-index: 4;
}
.lookbook .pin.active .pin-content {
  display: block;
  z-index: 3;
}
.lookbook .pin .pin-content {
  margin: -21px 0px 0px 21px;
  width: 212px;
  background: #fff;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  display: none;
}
@media (max-width: 767px) {
  .lookbook .pin .pin-content {
    margin: -12px 0px 0px -88px;
    width: 200px;
  }
}
.lookbook .pin .pin-content .product-content {
  padding: 15px 20px 10px 20px;
  text-align: center;
}
.lookbook .pin .pin-content .price {
  font-weight: bold;
}
.lookbook .pin .pin-content ul {
  list-style: none;
  padding: 10px 0px 0px 0px;
  margin: 0px;
}
.lookbook .pin .pin-content ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0px 10px;
}
.lookbook .pin .pin-content .add-to-cart a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  text-align: center;
  padding: 9px 10px;
  background: #06bec7;
}

/* Parallax slide */
.parallax-slide .item {
  height: 100vh;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  position: relative;
}
.parallax-slide .item:first-of-type {
  height: calc(100vh - 141px);
}
@media (max-width: 767px) {
  .parallax-slide .item:first-of-type {
    height: calc(100vh - 66px);
  }
}
.parallax-slide .item .item-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.parallax-slide .item .item-content .slider-text {
  max-width: 1340px;
  padding: 0px 100px;
  margin: 0px auto;
}
@media (max-width: 767px) {
  .parallax-slide .item .item-content .slider-text {
    padding: 0px 20px;
  }
}
@media (max-width: 767px) {
  .parallax-slide .item .item-content .slider-text .first-heading {
    font-size: 20px;
  }
}
@media (max-width: 1098px) {
  .parallax-slide .item .item-content .slider-text .second-heading {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .parallax-slide .item .item-content .slider-text .second-heading {
    font-size: 42px;
  }
}
@media (max-width: 1098px) {
  .parallax-slide .item .item-content .slider-text .second-heading span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .parallax-slide .item .item-content .slider-text .second-heading span {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .parallax-slide .item .item-content .slider-text .slider-button {
    padding-top: 40px;
  }
  .parallax-slide .item .item-content .slider-text .slider-button a {
    font-size: 14px;
    padding: 12px 35px;
  }
}
/* @group Cookie*/




.fashionmodern6-parallax-1 {
  background-size: cover;
  background-color: #000;
  background-attachment: fixed;
  height: 1000px;
  position: relative;
  background-position: top right;
  
}
@media (max-width: 1098px) {
  .fashionmodern6-parallax-1 {
    height: 800px;
  }
}
@media (max-width: 991px) {
  .fashionmodern6-parallax-1 {
    height: 700px;
  }
}
@media (max-width: 767px) {
  .fashionmodern6-parallax-1 {
    height: 600px;
  }
}
.fashionmodern6-parallax-1 .text {
  position: absolute;
  right: 170px;
  width: 670px;
  padding: 0px 0px 0px 100px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
@media (max-width: 1098px) {
  .fashionmodern6-parallax-1 .text {
    width: 600px;
  }
}
@media (max-width: 991px) {
  .fashionmodern6-parallax-1 .text {
    width: 540px;
  }
}
@media (max-width: 767px) {
  .fashionmodern6-parallax-1 .text {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        right: 0px;
  }
}
.fashionmodern6-parallax-1 .text h3 {
  font-size: 50px;
  line-height: 1.08;
  color: #7dbd5d;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}
@media (max-width: 1098px) {
  .fashionmodern6-parallax-1 .text h3 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .fashionmodern6-parallax-1 .text h3 {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .fashionmodern6-parallax-1 .text h3 {
         font-size: 24px;
        color: #7dbd5d;
  }
}
.fashionmodern6-parallax-1 .text h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  padding: 16px 0px 0px 0px;
  margin: 0px;
}
@media (max-width: 1098px) {
  .fashionmodern6-parallax-1 .text h4 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .fashionmodern6-parallax-1 .text h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .fashionmodern6-parallax-1 .text h4 {
    font-size: 21px;
  }
}
.fashionmodern6-parallax-1 .text .btn {
  background: #7dbd5d !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 2px 20px 7px !important;
  text-transform: none !important;
  margin-top: 36px !important;
}
@media (max-width: 767px) {
  .fashionmodern6-parallax-1 .text .btn {
    margin-top: 25px !important;
    font-size: 15px !important;
  }
}
.fashionmodern6-parallax-2 {
  background-size: cover;
  background-color: #000;
  background-attachment: fixed;
  position: relative;
  background-position: top left;
  
}
.fashionmodern6-parallax-2 .box {
  margin: 0px 170px;
  padding: 140px 0px 155px 0px;
  max-width: 638px;
}
@media (max-width: 991px) {
  .fashionmodern6-parallax-2 .box {
    margin: 0px 100px;
  }
}
@media (max-width: 767px) {
  .fashionmodern6-parallax-2 .box {
    margin: 0px 20px;
    padding: 40px 0px;
  }
}
.fashionmodern6-parallax-2 .box .box-heading {
  font-size: 50px;
  line-height: 1.08;
  color: #7dbd5d;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
  text-align: left;
 
}
@media (max-width: 1098px) {
  .fashionmodern6-parallax-2 .box .box-heading {
    font-size: 55px;
  }
}
@media (max-width: 991px) {
  .fashionmodern6-parallax-2 .box .box-heading {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .fashionmodern6-parallax-2 .box .box-heading {
   font-size: 25px;
        color: #7dbd5d;
  }
}
.fashionmodern6-parallax-2 .box .box-content {
  padding: 60px 0px 0px 0px;
}
@media (max-width: 767px) {
  .fashionmodern6-parallax-2 .box .box-content {
    padding: 40px 0px 0px 0px;
  }
}
.fashionmodern6-parallax-2 .box .box-content .row {
      margin: 0px -5px;
    display: flex;
    align-content: center;
    flex-wrap: wrap-reverse;
    justify-content: center;
}
.fashionmodern6-parallax-2 .box .box-content .row > div {
  padding: 0px 5px;
}
.fashionmodern6-parallax-2 .box .box-content .product {
  background: #fff;
}
@media (max-width: 767px) {
  .fashionmodern6-parallax-2 .box .box-content .product {
    margin-top: 10px;
  }
}
.fashionmodern6-parallax-2 .box .box-content .product img {
  width: 100%;
}
.fashionmodern6-parallax-2 .box .box-content .product .right {
  padding: 5px 20px 15px 20px;
}
.fashionmodern6-parallax-2 .box .box-content .btn {
  background: #7dbd5d !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 2px 20px 7px !important;
  text-transform: none !important;
  margin-top: 70px !important;
}
@media (max-width: 767px) {
  .fashionmodern6-parallax-2 .box .box-content .btn {
    margin-top: 40px !important;
    font-size: 15px !important;
  }
}
.lookbook {
  margin: 0px;
  padding: 0px;
  height: 52vw;
}
.lookbook .pin .open-pin {
  background: #7dbd5d;
}
.lookbook .pin .pin-content .add-to-cart a {
  background: #7dbd5d;
}
.lookbook .lookbook-content {
  bottom: 1050px;
  width: 90%;
}
@media (max-width: 1280px) {
  .lookbook .lookbook-content {
    bottom: 670px;
  }
}
@media (max-width: 1199px) {
  .lookbook .lookbook-content {
    bottom: 580px;
  }
}
@media (max-width: 1098px) {
  .lookbook .lookbook-content {
    bottom: 560px;
  }
}
@media (max-width: 991px) {
  .lookbook .lookbook-content {
    bottom: 540px;
  }
}
@media (max-width: 767px) {
  .lookbook .lookbook-content {
    bottom: 220px;
  }
}
.lookbook .lookbook-content h3 {
  font-size: 70px;
  line-height: 1.08;
  color: #000;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}
@media (max-width: 1098px) {
  .lookbook .lookbook-content h3 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .lookbook .lookbook-content h3 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .lookbook .lookbook-content h3 {
    font-size: 18px;
  }
}
.lookbook .lookbook-content h4 {
  font-size: 28px;
  color: #7dbd5d;
  font-weight: 400;
  padding: 16px 0px 0px 0px;
  margin: 0px;
}
@media (max-width: 1098px) {
  .lookbook .lookbook-content h4 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .lookbook .lookbook-content h4 {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .lookbook .lookbook-content h4 {
    font-size: 14px;
    padding-top: 8px;
  }
}
/* 28.12.2019 */





.jewelry7-banners-01 {
  position: relative;
}
.jewelry7-banners-01 .row {
  margin: 0px;
}
.jewelry7-banners-01 .row > div {
  padding: 0px;
}
.jewelry7-banners-01 .banner {
  margin: 0px;
  position: relative;
  height: 40vw;
  overflow: hidden;
}
@media (max-width: 767px) {
  .jewelry7-banners-01 .banner {
    height: 150vw;
  }
}
.jewelry7-banners-01 .banner:hover .banner-image {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
}
.jewelry7-banners-01 .banner:hover .banner-image:before {
  top: 50%;
  opacity: 0.5;
}
.jewelry7-banners-01 .banner .banner-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
}
.jewelry7-banners-01 .banner .banner-image:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  bottom: 0;
  background: rgba(212, 228, 239, 0);
  background: -moz-linear-gradient(top, rgba(212, 228, 239, 0) 0%, #ffffff 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(212, 228, 239, 0)), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, rgba(212, 228, 239, 0) 0%, #ffffff 100%);
  background: -o-linear-gradient(top, rgba(212, 228, 239, 0) 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, rgba(212, 228, 239, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(212, 228, 239, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4e4ef', endColorstr='#ffffff', GradientType=0);
  opacity: 0;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
}
.jewelry7-banners-01 .banner .banner-content {
        text-align: center;

  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.jewelry7-banners-01 .banner .banner-content h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  padding: 0px;
  margin: 0px;
}
@media (max-width: 1098px) {
  .jewelry7-banners-01 .banner .banner-content h4 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .jewelry7-banners-01 .banner .banner-content h4 {
    font-size: 20px;
  }
}
.jewelry7-banners-01 .banner .banner-content .btn {
  margin-top: 20px;
      background: #7dbd5d;
}
@media (max-width: 767px) {
  .jewelry7-banners-01 .banner .banner-content .btn {
    margin-top: 12px;
  }
}

