:root {
    --white: #ffffff;
    --pink: #DD1346;
    --dark-pink:#7F0B28;
    --light-pink: #f1c2d0;
    --soft-pink: #FDF7F9;
    --grey: #6F7072;
    --black: #000000;
    --very-light-pink:#FDF7F9;
}

html,
body {
    margin: 0 !important;
    padding: 0 !important;
    font-family: "Loew", sans-serif;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
}
#wpadminbar {
    display: none !important;
}
.chromeperfectpixel-overlay {
    pointer-events: none !important;
}
.chromeperfectpixel-overlay-container {
    pointer-events: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
}
p {
    margin-top: 0;
}
p:last-of-type {
    margin-bottom: 0;
}
.disabled {
    pointer-events: none;
    opacity: 0.35;
}
table {
    border-collapse: collapse;
}
*[data-anim] {
    animation-timing-function: linear;
}
*[data-animold] {
    animation-timing-function: linear;
}
.body-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    position: relative;
}
*[data-fancybox]{
    cursor:zoom-in;
}

.holder {
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0 auto;
    width: 1192px;
}
.book {
    width: 1192px;
    height: 842px;
    margin-left: auto;
    margin-right: auto;
}
.book-spliter {
    position: relative;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.book-item {
    width: 100%;
    height: 100%;
    border: 1px solid #dddddd;
    background: #ffffff;
    overflow: hidden;
}

.book-item.item-on-right {
    border-left: none;
}
.book-item.item-on-left {
    border-left: right;
}

.book-item.book-cover {
    -webkit-box-shadow: inset 0px 0 30px 0px rgba(36, 10, 3, 0.5),
        -2px 0 5px 2px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 0 30px 0px rgba(36, 10, 3, 0.5),
        -2px 0 5px 2px rgba(0, 0, 0, 0.4);
}

.book-item .book-shadow {
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 100%;
    top: 0;
}
.book-item.item-on-right .book-shadow {
    right: 0;
    -webkit-box-shadow: inset 7px 0 30px -7px rgba(0, 0, 0, 0.4);
    box-shadow: inset 7px 0 30px -7px rgba(0, 0, 0, 0.4);
}
.book-item.item-on-left .book-shadow {
    left: 0;
    -webkit-box-shadow: inset -7px 0 30px -7px rgba(0, 0, 0, 0.4);
    box-shadow: inset -7px 0 30px -7px rgba(0, 0, 0, 0.4);
}
.book-holder {
    height: 100%;
    width: 100%;
    position: relative;
}

.align-right{
    text-align: right !important; 
}
.pr-90{
    padding-right: 90px;
}

/* bottom navigation bar */
.navigation-bar {
    position: fixed;
    left: 50%;
    bottom: 15px;
    height: 30px;
    min-width: 30px;
    background: #ffffff;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding-top: 3px;
}

.nav-button {
    margin: 0 12px;
    cursor: pointer;
}

.nav-button svg {
    height: 24px;
}

.pagenav-text-holder {
    font-size: 11px;
}
.pagenav-text-holder select {
    font-size: inherit;
    font-weight: 700;
}
.pagenav-text-holder option {
    font-size: inherit;
    font-weight: 700;
}
.page-nav-text {
    position: absolute;
    left: 0;
    top: 0;
    font-size: inherit;
    line-height: 24px;
    cursor: pointer;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.navpage-menu-list {
    position: absolute;
    top: 0%;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    background: #ffffff;
    font-size: 11px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    max-height: 0;
}
.navpage-menu-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.navpage-menu-list ul li {
    padding: 0px;
}
.navpage-menu-list ul li a:hover {
    background: #00a8e1;
    color: #ffffff !important;
}
.navpage-menu-list ul li a {
    text-decoration: none !important;
    color: inherit !important;
    display: block;
    padding:3px 6px;
}

.navpage-menu-list ul li > ul a{
  padding-left:24px;
}
#navpage-check:checked + .navpage-menu-list {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    max-height: 500px;
}
.active-nav {
    font-weight: 700;
}

/* zoom */

.body-holder.full-zoom {
    overflow: auto !important;
}

.body-holder.full-zoom .holder {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
    width: 1192px !important;
    margin: 0 auto;
}

.body-holder.full-zoom .parent-holder {
    height: 942px !important;
    overflow: auto !important;
    -webkit-box-pack: unset !important;
    -ms-flex-pack: unset !important;
    justify-content: unset !important;
    width: 100% !important;
    min-width: 1300px;
}

.body-holder.full-zoom .book-spliter {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
    width: 100% !important;
    height: 100% !important;
}

.expand-button svg:last-of-type {
    display: none;
}

.body-holder.full-zoom .expand-button svg:last-of-type {
    display: initial;
}
.body-holder.full-zoom .expand-button svg:first-of-type {
    display: none;
}

/* image */

.image-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.image-cover {
    position: relative;
    width: 100%;
    height: 100%;
}

.image-cover > img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}
.image-cover > video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    background: #000000;
}

/* video part */
.video-player {
    width: 100%;
    height: 100%;
    position: relative;
}

.video-player.use-iframe video {
    display: none;
}

.video-player video,
.video-player iframe {
    width: 100%;
    height: 100%;
}

.video-player .overlay-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.video-player .overlay-video:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.1;
}
.video-player .overlay-video svg {
    cursor: pointer;
    position: relative;
}
.video-player.video-play .overlay-video:before {
    background: transparent;
}

.video-player.video-play .overlay-video svg {
    visibility: hidden;
}

.poster {
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.poster > img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.video-player.video-play .poster {
    visibility: hidden;
}

*[data-anim*="fade"] {
    opacity: 0;
}
/* book popup */
.book-popup {
    position: fixed;
    left: 0px;
    bottom: 0px;
    overflow: hidden;
    width: 100%;
    height: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.book-popup.popup-active {
    height: 100vh;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

*[role="menuitem"] a.focus-element{
    outline: none !important;
    background-color: #f1c2d0;
}
.book-popup-holder {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 620px;
}
.book-popup-shadow {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    height: 20px;
    background-image: -o-linear-gradient(transparent, #888888);
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(transparent),
        to(#888888)
    );
    background-image: linear-gradient(transparent, #888888);
}
.book-popup-container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    background: #ffffff;
    padding-top: 20px;
    position: relative;
    height: 100%;
}

.book-popup-content {
    width: 100%;
    height: 100%;
    display: none;
}

.book-popup-content.active-content {
    display: block;
}
.book-popup-close {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* layout */

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -8px;
    margin-right: -8px;
}
*[class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .col-md-12 {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .col-md-6 {
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

/* button */
.pink-hover:hover{
    color:var(--pink) !important;
}
.button {
    display: inline-block;
    background-color: var(--pink);
    color: #ffffff;
    text-align: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    padding: 12px 24px 14px 24px;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.5s;
}
.button:hover{
    background-color: var(--dark-pink);
    transition: all 0.5s;
}
.button *{
  line-height: 1;
}
.button-icon{
  display:inline-block;
  align-items:center;
  padding: 12px 28px 14px 9px;
  line-height:1;
  position: relative;
  font-size:10px;
  font-weight: 700;
}
.button > div:first-of-type{
  position: absolute;
  top:50%;
  transform: translate(0,-50%);
}
.button > div:last-of-type{
  line-height:1;
  padding-left:40px;
}
.button.book-popup-close {
    background-color: var(--pink) !important;
}
.button-long {
    padding-left: 36px;
    padding-right: 36px;
}
.button-transparent {
    background: transparent !important;
}
/*.button.button-transparent:hover{
    background: var(--soft-pink) !important;
}*/
.button-fit {
    padding: 0 !important;
}
.button.button-transparent-border {
    background: transparent;
    border: 1px solid var(--pink);
    color: var(--pink);
}
.button.button-transparent-border:hover{
    background: var(--soft-pink);
}
/* typografi */
.title {
    color: var(--pink);
    font-family: "Loew";
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 54px; /* 67.5% */
    letter-spacing: -0.8px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.title-small {
    color: var(--pink);
    font-family: Loew;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 16px;
}

.subtitle {
    color: var(--grey);
    font-family: Loew;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 28.8px; /* 120% */
    letter-spacing: -0.48px;
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

.subtitle-small {
    font-size: 21px;
    letter-spacing: initial;
}

.subtitle-small-pink {
    font-size: 18px;
    color: var(--pink);
    font-style: normal;
    font-weight: 900;
    line-height: 1.25;
}

.thin-weight{
    font-weight:500 !important;
}

.medium-weight{
    font-weight:700 !important;
}

.subheading {
    color: var(--pink);
    font-family: Loew;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 145.455% */
}

.subheading-big {
    color: var(--pink);
    font-family: Loew;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 21.6px; /* 120% */
}

.text {
    color: var(--grey);
    font-family: Loew;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
}

.text-small {
    color: var(--grey);
    font-family: Loew;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

input {
    color: var(--grey);
    font-family: Loew;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0.5px solid #595b61;
    line-height: 30px;
    margin-top: 7px;
    margin-bottom: 3px;
    padding-left: 4px;
    padding-right: 4px;
}
input:not([type="submit"]) {
    width: 100%;
}
input[type="submit"] {
    border: none;
    line-height: 1;
    margin-top: 0px;
    padding-left: 52px;
    padding-right: 52px;
    padding-top: 12px;
    padding-bottom: 12px;
}

select {
    color: var(--grey);
    font-family: Loew;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    width: 100%;
    line-height: 30px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-top: 7px;
    margin-bottom: 3px;
    padding-left: 4px;
    padding-right: 16px;
    background-image: url("arrow.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 4px) 10px;
    background-size: 10px 10px;
    border: 0.5px solid #595b61;
}

option {
    color: var(--grey);
    font-family: Loew;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
textarea {
    color: var(--grey);
    font-family: Loew;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    width: 100%;
    line-height: 1.2;
    resize: none;
    height: 73px;
    margin-top: 7px;
    margin-bottom: 3px;
    padding-left: 4px;
    padding-right: 4px;
    border: 0.5px solid #595b61;
}

form label {
    display: block;
}

.body-holder.stop-animation *[data-anim] {
    opacity: 1 !important;
}

.body-holder .nav-button.play-button svg:last-of-type {
    display: none;
}
.body-holder.stop-animation .nav-button.play-button svg:first-of-type {
    display: none;
}
.body-holder.stop-animation .nav-button.play-button svg:last-of-type {
    display: block;
}

/*form span[data-name] {
  line-height: 32px;
}
form[data-status="invalid"] span[data-name] {
  line-height: 1;
}*/
/* slide */
.text-total {
    color: #fff;
    text-align: center;
    font-family: Loew;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.6px;
    background: var(--grey);
    padding: 8px 14px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.text-total span:first-of-type {
    font-weight: 900;
}

.icon-text {
    color: var(--grey);
    font-family: Loew;
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
    line-height: 11px;
}

.track {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.data-select.focus-element{
    outline: none !important;
    background-color: #f1c2d0;
}

.slide-arrow {
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    visibility: hidden;
}
.slide-arrow.show-arrow {
    opacity: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    visibility: visible;
}

/*Background color Variables*/
.bg-white {
    background-color: #ffffff;
}
.bg-pink {
    background-color: var(--pink);
}
.bg-soft-pink {
    background-color: #fcf2f5;
}
.bg-light-pink {
    background-color: #f1c2d0;
}
.bg-grey {
    background-color: var(--grey);
}
.wpcf7-not-valid-tip {
    font-size: 8px;
    color: var(--pink);
}
.wpcf7-form-control-wrap {
    line-height: 10px;
}
.load-cover {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    z-index: 999;
}
/*End of background color variables*/
/**[tabindex]:focus{
    outline: #aaaaaa solid 1px !important;
}
a:focus{
    outline: #aaaaaa solid 1px !important;
}*/
.focus-element{
    /* outline: #000000 solid 1px !important; */
    outline: 1px solid var(--pink) !important;
    outline-offset: 3px;   
    border-radius: 1px;
}

.has-scroll.focus-element{
    border: 1px solid var(--pink) !important;
}

.focus-element.next-con{
    outline: none !important;
}
.focus-element.next-con .next-con{
    outline: 1px solid var(--pink) !important;
    outline-offset: 3px;   
    border-radius: 1px;
}

.image-souvenir.focus-element {
    outline: none !important;;
}

.image-souvenir > div > img{
    width:80%;
    left:10%;
}

.image-souvenir.focus-element > div > img{
    transform: scale(1.2);
}

.image-souvenir:hover > div > img{
    transform: scale(1.2);
}

.button-slide-up.focus-element, .button-slide-down.focus-element{
    outline: 1px solid #fff !important;
}
.chk-content.focus-element{
    outline: none !important;
}

.chk-content.focus-element:before{
    outline: #000000 solid 1px !important;
}
.navlist-select{
    background:var(--soft-pink);
}
.illist-select{
    background:var(--soft-pink);
}

.wedding-theme .color-list img{
    opacity: 0;
    transition: all 1s;
}

.wedding-theme .color-list img.active{
    opacity: 1;
    transition: all 1s;
}