/* line 6, ../sass/lightbox.scss */
.lightbox-container {
  display: none;
  position: fixed;
  justify-content: center;
  align-items: center;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.1);
  z-index: 99;
  overflow-y: scroll;
}
/* line 19, ../sass/lightbox.scss */
.lightbox-container .lightbox-body {
  position: absolute;
  background: #EEEEEE;
  -webkit-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.75);
  width: 100%;
  max-width: 480px;
  margin: 80px 0;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
/* line 32, ../sass/lightbox.scss */
.lightbox-container .lightbox-body .new-item {
  padding: 35px;
}
/* line 34, ../sass/lightbox.scss */
.lightbox-container .lightbox-body .new-item .main-title {
  font-size: 26px;
  font-family: "Rajdhani-semibold";
  text-align: center;
  color: #333333;
  padding-bottom: 25px;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.5);
}
/* line 43, ../sass/lightbox.scss */
.lightbox-container .lightbox-body .new-item .cart-body {
  padding: 0px;
  margin-top: 50px;
}
/* line 47, ../sass/lightbox.scss */
.lightbox-container .lightbox-body .new-item .cart-body .li .info {
  margin-right: 60px;
}
/* line 49, ../sass/lightbox.scss */
.lightbox-container .lightbox-body .new-item .cart-body .li .info .title {
  font-size: 35px;
  line-height: 25px;
  margin-bottom: 10px;
}
/* line 58, ../sass/lightbox.scss */
.lightbox-container .lightbox-body .new-item .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 63, ../sass/lightbox.scss */
.lightbox-container .lightbox-body .new-item .buttons .button {
  margin: 0px 42px;
  width: 156px;
}
/* line 67, ../sass/lightbox.scss */
.lightbox-container .lightbox-body .new-item .buttons .button.btn-transparent {
  background: transparent;
  border: 1px solid #8D0E57;
  color: #8D0E57;
}
/* line 73, ../sass/lightbox.scss */
.lightbox-container .lightbox-body .new-item .buttons .button.btn-red {
  background: #8D0E57;
  color: #fff;
}
/* line 81, ../sass/lightbox.scss */
.lightbox-container .lightbox-body .triangles {
  position: absolute;
  bottom: 100%;
  width: 100%;
  height: 10px;
  left: 0px;
  margin-bottom: -3px;
  background-repeat-x: repeat;
}
/* line 91, ../sass/lightbox.scss */
.lightbox-container .lightbox-body .lightbox-close {
  position: absolute;
  top: 35px;
  right: 34px;
  cursor: pointer;
}
/* line 98, ../sass/lightbox.scss */
.lightbox-container .lightbox-body .thank-you {
  text-align: center;
  padding: 80px 70px;
}
/* line 102, ../sass/lightbox.scss */
.lightbox-container .lightbox-body .thank-you .title {
  font-size: 32px;
  font-family: "Oswald-medium";
  color: #8D0E57;
}
/* line 107, ../sass/lightbox.scss */
.lightbox-container .lightbox-body .thank-you .text {
  margin-top: 10px;
}
/* line 112, ../sass/lightbox.scss */
.lightbox-container .lightbox-body .login {
  padding: 40px 80px;
}
/* line 115, ../sass/lightbox.scss */
.lightbox-container .lightbox-body .login .main-title {
  color: #8D0E57;
  text-transform: uppercase;
  font-size: 32px;
  font-family: "Oswald-medium";
  text-align: center;
}
/* line 123, ../sass/lightbox.scss */
.lightbox-container .lightbox-body .login .main-sub {
  font-family: "Rajdhani-bold";
  font-size: 16px;
  color: #333333;
  text-align: center;
}
/* line 130, ../sass/lightbox.scss */
.lightbox-container .lightbox-body .login .form {
  margin-top: 25px;
}
/* line 133, ../sass/lightbox.scss */
.lightbox-container .lightbox-body .login .form .forgot-pass {
  color: #8D0E57;
  font-size: 12px;
  font-family: "Raleway-semi";
  margin-top: 10px;
  text-align: center;
}
/* line 140, ../sass/lightbox.scss */
.lightbox-container .lightbox-body .login .form .forgot-pass.text-left {
  text-align: left;
}
/* line 145, ../sass/lightbox.scss */
.lightbox-container .lightbox-body .login .form .separater {
  border-bottom: 1px dotted #8D0E57;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 151, ../sass/lightbox.scss */
.lightbox-container .lightbox-body .login .form .button {
  text-transform: uppercase;
  margin: auto;
  float: none;
  margin-top: 10px;
}
/* line 157, ../sass/lightbox.scss */
.lightbox-container .lightbox-body .login .form .button.transparent {
  background: transparent;
  color: #8D0E57;
  border: 1px solid #8D0E57;
}

/* line 169, ../sass/lightbox.scss */
#lightbox-loader .lightbox-body {
  background: transparent;
  box-shadow: none;
}
/* line 173, ../sass/lightbox.scss */
#lightbox-loader .lightbox-body img {
  margin: auto;
}

/* line 180, ../sass/lightbox.scss */
#lightbox-new-item .lightbox-body {
  max-width: 1170px;
  margin-right: 30px;
  margin-left: 30px;
}
/* line 185, ../sass/lightbox.scss */
#lightbox-new-item .lightbox-body .new-item .cart-body {
  background: transparent;
}
