@charset "UTF-8";
.ajax-loading-panel {
  margin: 0;
  padding: 30px;
  margin: 30px;
  text-align: center;
  background: url("../img/ajax/square.svg") no-repeat center center;
  display: none;
}

.paac-offer-panel {
  margin-top: 100px;
  margin-left: -15px;
  margin-right: -15px;
  padding: 40px 0 0 0;
  height: 250px;
  background-color: #484747;
  text-align: center;
  color: #ffffff;
}
.paac-offer-panel .title {
  font-family: "Noe Display";
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.paac-offer-panel .text {
  margin-top: 15px;
  font-family: "Circular Std Book";
  font-size: 28px;
}
.paac-offer-panel .btn-group {
  margin-top: 35px;
}

.paac-panel-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.paac-plan-panel {
  color: #413537;
  text-align: center;
  min-height: 388px;
  padding: 15px;
}
.paac-plan-panel .grayed ul {
  color: #aaaaaa;
}
.paac-plan-panel.yellow-bg {
  background: url("../img/bg/white-line-1x300.png") #faf8f2 repeat-x left top;
}
.paac-plan-panel h3.title {
  margin-bottom: 40px;
}
.paac-plan-panel .paac-card-content-collapse .collapse-data[aria-expanded=true] .collapse-data-arrow {
  content: url("/img/icons/mdi_keyboard_arrow_up.png");
}
.paac-plan-panel .paac-card-content-collapse .collapse-data {
  width: 100%;
  display: flex;
  align-items: center;
  border: none;
}
.paac-plan-panel .paac-card-content-collapse .collapse-data .collapse-data-arrow {
  content: url("/img/icons/mdi_keyboard_arrow_down.png");
}
.paac-plan-panel .paac-card-content-collapse .collapse-button {
  background-color: #fff;
  font-family: "Circular Std";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #911254;
}
.paac-plan-panel .card-panel {
  position: relative;
  z-index: 1;
  margin: 15px;
  padding: 15px;
  max-width: 365px;
  background-color: #ffffff;
  border-radius: 5px;
  text-align: center;
  transition: box-shadow 0.3s ease-in-out;
  cursor: pointer;
  opacity: 0.6;
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
}
.paac-plan-panel .card-panel.shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  opacity: 1;
  border-style: solid;
  border-width: 2px;
  border-color: #911254;
}
.paac-plan-panel .card-panel .popular {
  width: 200px;
  height: 30px;
  background-color: #fec601;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 535px) {
  .paac-plan-panel .card-panel .popular {
    display: none;
  }
}
.paac-plan-panel .card-panel .popular-overlay {
  width: 152px;
  height: 24px;
  background-color: #fec601;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  margin: auto;
  position: absolute;
  top: 0;
  left: calc(50% - 76px);
  margin-top: -12px;
}
.paac-plan-panel .card-panel .title-container {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 8px;
}
.paac-plan-panel .card-panel .title-container .title {
  font-family: Elgoc;
  font-weight: 200;
  font-size: 28px;
  line-height: 24px;
  margin: 0;
}
.paac-plan-panel .card-panel .title-container .title-alternative {
  font-family: Elgoc;
  font-weight: bold;
  font-size: 28px;
  line-height: 24px;
  margin-left: 4px;
  color: #911254;
}
.paac-plan-panel .card-panel .price {
  font-family: Circular Std;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 32px;
  text-align: left;
}
.paac-plan-panel .card-panel .price-renew {
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #484747;
  text-align: left;
}
.paac-plan-panel .card-panel .title {
  font-family: "Noe Display";
  font-size: 26px;
}
.paac-plan-panel .card-panel .subtitle {
  font-size: 22px;
  font-weight: normal;
}
.paac-plan-panel .card-panel hr {
  width: 90%;
  margin: 10px auto 20px auto;
}
.paac-plan-panel .card-panel .sub-subtitle {
  font-family: "Noe Display";
  font-size: 16px;
  font-weight: bold;
  margin-top: 40px;
  text-align: left;
}
.paac-plan-panel .card-panel ul {
  text-align: left;
  list-style: none;
  margin: 30px 0 40px 0;
  padding: 0px 0px 0px 10px;
  position: relative;
}
.paac-plan-panel .card-panel ul li {
  padding: 6px 5px 6px 40px;
  font-family: Circular Std;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 991px) {
  .paac-plan-panel .card-panel ul li {
    padding: 6px 5px 20px 40px;
  }
}
.paac-plan-panel .card-panel ul li:before {
  content: "✓";
  position: absolute;
  left: 20px;
}
.paac-plan-panel .card-panel ul li.disabled {
  color: #aaaaaa;
  text-decoration: line-through;
}
.paac-plan-panel .card-panel ul li.disabled:before {
  content: "";
}
.paac-plan-panel .card-panel .btn-panel {
  margin-top: 0;
}

.grid-items-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1176px;
}
@media (min-width: 991px) {
  .grid-items-list.start-lg {
    justify-content: flex-start;
  }
}

.grid-item {
  cursor: pointer;
  margin-left: 7.5px;
  margin-right: 7.5px;
  margin-top: 15px;
  width: 163px;
}
@media (min-width: 991px) {
  .grid-item {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 30px;
    width: 264px;
    height: 360px;
  }
  .grid-item.xs {
    height: 240px;
    width: 163px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.grid-item.xs {
  margin-left: 2px;
  margin-right: 2px;
}
.grid-item.selected .grid-item-content .image {
  filter: brightness(50%);
  transition: filter linear 0.4s;
}
.grid-item.selected-not .grid-item-content .image {
  /*filter: opacity(50%);
              transition: filter linear 0.4s;*/
}
.grid-item .grid-item-title {
  color: #0a0908;
}
.grid-item .grid-item-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.grid-item .grid-item-content img {
  width: 100%;
  object-fit: cover;
}
.grid-item .grid-item-content .selected-icon {
  position: absolute;
  width: 48px;
  height: 48px;
  z-index: 5;
}

.grid-container.styles {
  max-width: 1176px;
}
.grid-container.styles .grid-item {
  width: 264px;
}

.grid-container.tones {
  max-width: 1188px;
}
.grid-container.tones .grid-item {
  width: 366px;
}

.masonry-items-list {
  display: none;
}

.masonry-container {
  margin: 20px auto 0 auto;
}
.masonry-container .masonry-item {
  position: relative;
  float: left;
  margin: 15px;
  cursor: pointer;
}
.masonry-container .masonry-item .masonry-item-title {
  color: #0a0908;
}
.masonry-container .masonry-item .masonry-item-content {
  position: relative;
}
.masonry-container .masonry-item .masonry-item-content img.image {
  display: block;
}
.masonry-container .masonry-item .masonry-item-content img.selected-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
}
.masonry-container .masonry-item.selected img.image {
  filter: brightness(50%);
  transition: filter linear 0.4s;
}
.masonry-container .masonry-item.selected-not img.image {
  /*filter: opacity(50%);
  transition: filter linear 0.4s;*/
}

.masonry-container.styles {
  max-width: 1176px;
}
.masonry-container.styles .masonry-item {
  width: 264px;
}

.masonry-container.tones {
  max-width: 1188px;
}
.masonry-container.tones .masonry-item {
  width: 366px;
}

.register-modal .modal-body h5 {
  font-family: "Noe Display";
  color: #911254;
  font-size: 16px;
  font-weight: bold;
}
.register-modal .modal-body h6 {
  margin-top: 30px;
  font-family: "Circular Std Book";
  color: #0a0908;
  font-size: 20px;
  font-weight: normal;
}

form.form-register {
  margin-top: 20px;
}
form.form-register label {
  font-size: 0.8em;
}
form.form-register .register-panel-tos {
  margin-top: 10px;
  text-align: center;
  font-family: "Circular Std Book";
  font-size: 12px;
}

.form-control:focus {
  z-index: 0 !important;
  border-color: #495057;
  box-shadow: none;
}

.section-title-panel {
  height: 120px;
  margin: 80px 0 0 0;
  background-color: #911254;
  text-align: center;
  padding-top: 30px;
}
.section-title-panel .breadcrumb-panel {
  font-family: "Circular Std Book";
  font-weight: normal;
  font-size: 14px;
  color: #ffffff;
}
.section-title-panel .breadcrumb-panel .breadcrumb {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  display: inline-block;
  text-align: center;
  color: #ffffff;
}
.section-title-panel .breadcrumb-panel .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.2rem;
}
.section-title-panel .breadcrumb-panel .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  padding-right: 0.3rem;
}
.section-title-panel .breadcrumb-panel .breadcrumb .breadcrumb-item,
.section-title-panel .breadcrumb-panel .breadcrumb .breadcrumb-item.active,
.section-title-panel .breadcrumb-panel .breadcrumb .breadcrumb-item + .breadcrumb-item::before,
.section-title-panel .breadcrumb-panel .breadcrumb a,
.section-title-panel .breadcrumb-panel .breadcrumb a:link,
.section-title-panel .breadcrumb-panel .breadcrumb a:hover,
.section-title-panel .breadcrumb-panel .breadcrumb a:visited {
  display: inline;
  color: #ffffff;
}
.section-title-panel .title-panel {
  margin-top: 5px;
  font-family: "Noe Display";
  font-weight: bold;
  font-size: 30px;
  color: #ffffff;
}

.section-content-panel {
  max-width: 1024px;
  padding: 40px 60px 60px 60px;
  margin: auto;
  text-align: justify;
}
.section-content-panel div,
.section-content-panel p {
  margin: 5px 0;
}
.section-content-panel h1,
.section-content-panel h2 {
  margin: 35px 0 15px 0;
}
.section-content-panel h3 {
  margin: 25px 0 10px 0;
}
.section-content-panel h4,
.section-content-panel h5 {
  margin: 15px 0 5px 0;
}
.section-content-panel ul {
  margin: 5px 0;
}

.shop-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 16px;
}
.shop-card .shop-card-top {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  width: 100%;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 991px) {
  .shop-card .shop-card-top {
    height: 352px;
  }
}
.shop-card .shop-card-top.dark {
  background-color: #000;
}
.shop-card .shop-card-top.dark img {
  opacity: 0.7;
}
.shop-card .shop-card-top .shop-item-image {
  position: relative;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 200px;
  width: 100%;
}
@media (min-width: 991px) {
  .shop-card .shop-card-top .shop-item-image {
    height: 352px;
  }
}
.shop-card .shop-card-top .shop-item-button {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 40%;
  background-color: #faf8f2;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #faf8fa;
  height: 32px;
  width: 135px;
  font-family: Circular Std;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #1f1818;
}
.shop-card .shop-card-top .shop-item-button-edit {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 16px;
  right: 16px;
  background-color: #0A0908;
  height: 32px;
  width: 89px;
  font-family: Circular Std;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #F4F4F4;
}
.shop-card .shop-card-top .shop-card-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 8px;
  position: relative;
  top: -200px;
}
@media (min-width: 991px) {
  .shop-card .shop-card-top .shop-card-header {
    top: -352px;
  }
}
.shop-card .shop-card-top .shop-card-header .sale {
  background-color: #fff;
  border-radius: 2px;
  padding: 8px;
  font-family: Circular Std;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: -0.01em;
  color: #000000;
}
.shop-card .shop-card-top .shop-card-size {
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in;
  position: relative;
  top: -79px;
}
.shop-card .shop-card-top .shop-card-size.active {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.7);
}
.shop-card .shop-card-bottom {
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}
.shop-card .shop-card-bottom .title {
  font-family: "Elgoc";
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 4px;
  margin-top: 4px;
}
.shop-card .shop-card-bottom .text {
  font-size: 16px;
  color: #484747;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}
.shop-card .shop-card-bottom .price-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 8px;
}
.shop-card .shop-card-bottom .price-container .discount {
  font-size: 14px;
  font-weight: 400;
  font-family: "Circular Std";
  line-height: 17.71px;
  text-decoration: line-through;
  color: #919190;
  margin-right: 4px;
}
.shop-card .shop-card-bottom .price-container .price {
  font-size: 16px;
  font-weight: 500;
  font-family: "Circular Std";
  line-height: 20.24px;
}
.shop-card .shop-card-bottom .button-cart {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.shop-card .shop-card-bottom .buy-container {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

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