.remodal-close:before,
.remodal-share-main-aside-icon:before,
.remodal-gallery-side .swiper-button-prev:before,
.remodal-gallery-side .swiper-button-next:before,
.remodal-gallery-side .swiper-slide.is-video:after,
.remodal-login-form-input:before,
.remodal-notify-icon:before,
.remodal-comment-icon-success:before,
.remodal-comment-icon-failed:before {
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    line-height: 1;
}
html.remodal-is-locked {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}
.remodal,
[data-remodal-id] {
    display: none;
}
.remodal-overlay {
    position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    display: none;
}
.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
    display: inline-block;
    height: 100%;
    margin-left: -0.05em;
    content: "";
}
.remodal-overlay,
.remodal-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.remodal {
    position: relative;
    outline: none;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
.remodal-is-initialized {
    display: inline-block;
}
.remodal-bg.remodal-is-opened,
.remodal-bg.remodal-is-opening {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}
.remodal-overlay {
    background: hsla(0, 0%, 53%, 0.5);
}
.remodal-overlay.remodal-is-closing,
.remodal-overlay.remodal-is-opening {
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
    animation-name: opap;
}
.remodal-overlay.remodal-is-closing {
    animation-name: opa;
}
.remodal-wrapper {
    padding: 10px 10px 0;
}
.remodal {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    transform: translateZ(0);
    color: #2b2e38;
    background: #fff;
}
.remodal.remodal-is-closing,
.remodal.remodal-is-opening {
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
    animation-name: scale;
}
.remodal.remodal-is-closing {
    animation-name: scales;
}
.remodal,
.remodal-wrapper:after {
    vertical-align: middle;
}
.remodal-close {
    position: absolute;
    top: 10px;
    left: 17px;
    display: block;
    overflow: visible;
    margin: 0;
    padding: 0;
    cursor: pointer;
    transition: color 0.2s;
    text-decoration: none;
    color: #989898;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 23px;
    line-height: 1;
    padding: 5px;
    z-index: 100;
}
.remodal-close:before {
    content: "\E026";
    vertical-align: top;
}
.woocommerce-account .woocommerce {
    margin-top: 20px;
}
.remodal-address-main {
    margin-top: 0!important;
}
.remodal-close:focus,
.remodal-close:hover {
    color: #009ec9;
}
.lt-ie9 .remodal-overlay {
    background: #2b2e38;
}
.lt-ie9 .remodal {
    width: 700px;
}
.remodal-overlay {
    z-index: 10001;
}
.remodal-wrapper {
    z-index: 100002;
}
.remodal-wrapper .remodal {
    max-height: 95vh;
    overflow: auto;
}
.remodal {
    line-height: 22px;
    max-width: 820px;
}
.btn-remodal-primary,
.btn-remodal-secondary {
    display: inline-block;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    line-height: 22px;
}
.btn-remodal-primary {
    font-size: 14px;
    line-height: 1.571;
    border-radius: 8px;
    background-color: #00bfd6;
    border: 1px solid #41a7b4;
    padding: 14px 31px;
    color: #fff;
}
.btn-remodal-secondary {
    font-size: 14px;
    line-height: 1.571;
    border-radius: 8px;
    background-color: #7a7a7a;
    border: 1px solid #7a7a7a;
    padding: 14px 31px;
    color: #fff;
}
.btn-remodal-primary:not(.disabled):not(.is-inactive):not([disabled]) {
    overflow: hidden;
}
.btn-remodal-primary:not(.disabled):not(.is-inactive):not([disabled]):after,
.btn-remodal-secondary:not(.disabled):not(.is-inactive):not([disabled]):after {
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: hsla(0, 0%, 100%, 0.21);
    content: "";
    opacity: 0;
}
.btn-remodal-primary:not(.disabled):not(.is-inactive):not([disabled]):hover:after,
.btn-remodal-secondary:not(.disabled):not(.is-inactive):not([disabled]):hover:after {
    opacity: 1;
}
.remodal-share {
    text-align: right;
    max-width: 719px;
}
.remodal-share-main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}
.remodal-share-main-aside,
.remodal-share-main-content {
    position: relative;
    width: 100%;
    min-height: 1px;
    -webkit-box-flex: 0;
}
.remodal-share-main-aside {
    -ms-flex: 0 0 43%;
    flex: 0 0 43%;
    max-width: 43%;
    padding: 15px 30px;
}
.remodal-share-main-aside-title {
    font-size: 17px;
    line-height: 1.294;
    letter-spacing: -0.4px;
    color: #565656;
}
.remodal-share-main-aside-icon {
    height: 389px;
    position: relative;
}
.remodal-share-main-aside-icon:before {
    content: "\E09D";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 196px;
    color: #e0e0e0;
}
.remodal-share-main-content {
    -ms-flex: 0 0 57%;
    flex: 0 0 57%;
    max-width: 57%;
    background: #fcfcfc;
    padding: 46px 21px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.remodal-gallery {
    text-align: left;
    max-width: 90vw;
    direction: ltr;
    height: 650px;
    overflow: visible !important;
}
.remodal-gallery-main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    height: 100%;
}
.remodal-gallery-content {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
    -ms-flex: 0 0 85.5%;
    flex: 0 0 85.5%;
    max-width: 85.5%;
    height: 100%;
}
.remodal-gallery-content .swiper-container {
    height: 100%;
}
.remodal-gallery-content .swiper-slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-height: 100%;
    position: relative;
}
.remodal-gallery-content .swiper-slide img {
    max-width: 100%;
    max-height: 90%;
    overflow: hidden;
}
.remodal-gallery-side {
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 14.5%;
    flex: 0 0 14.5%;
    max-width: 14.5%;
    padding: 13px 27px 13px 0;
    border-left: 1px solid #eaeaea;
    text-align: center;
    height: 100%;
}
.remodal-gallery-side .swiper-button-next,
.remodal-gallery-side .swiper-button-prev {
    background: hsla(0, 0%, 100%, 0.8);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 69px;
    height: 69px;
    top: auto;
    bottom: auto;
    left: 50%;
    right: auto;
    margin-top: 0;
    margin-left: -35px;
}
.remodal-gallery-side .swiper-button-next {
    color: #a8a8a8;
    bottom: -25px;
}
.remodal-gallery-side .swiper-button-prev {
    color: #a8a8a8;
    top: -25px;
}
.remodal-gallery-side .swiper-button-next:before,
.remodal-gallery-side .swiper-button-prev:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -13px 0 0 -13px;
    font-size: 26px;
    transform: rotate(-90deg);
}
.remodal-gallery-side .swiper-button-next:before {
    content: "\E00F";
}
.remodal-gallery-side .swiper-button-prev:before {
    content: "\E011";
}
.remodal-gallery-side .swiper-container {
    height: 100%;
}
.remodal-gallery-side .swiper-slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 20%;
    cursor: pointer;
    position: relative;
}
.remodal-gallery-side .swiper-slide:before {
    height: 100%;
    width: 2px;
    left: 0;
    position: absolute;
    content: "";
}
.remodal-gallery-side .swiper-slide.swiper-slide-active:before {
    background: #00bfd6;
}
.remodal-gallery-side .swiper-slide img {
    opacity: 0.45;
    max-width: 100%;
    max-height: 100%;
}
.remodal-gallery-side .swiper-slide.swiper-slide-active img {
    opacity: 1;
}
.remodal-gallery-side .swiper-slide.is-video:after {
    content: "\E075";
    position: absolute;
    font-size: 48px;
    color: #878787;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.remodal-login {
    text-align: right;
    max-width: 479px;
    overflow: visible !important;
}
.remodal-login-header {
    border-bottom: 1px solid #ececec;
    color: #656565;
    padding: 14px 40px;
    font-size: 18px;
    line-height: 1.222;
    font-weight: 700;
}
.remodal-login-content {
    padding: 0 40px;
}
.remodal-login-form {
    margin: 20px 0;
}
.remodal-login-form .shop-message-one {
    margin-bottom: 20px;
}
.remodal-login-form-title {
    color: #656565;
    margin-bottom: 11px;
    letter-spacing: -0.6px;
    font-size: 15px;
    line-height: 1.467;
}
.remodal-login-form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px 10px;
}
.remodal-login-form-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.remodal-login-form-input {
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 22px;
    direction: ltr;
    text-align: left;
}
.remodal-login-form-input:before {
    position: absolute;
    right: 17px;
    top: 12px;
    color: #929292;
    font-size: 26px;
}
.remodal-login-form-input.username:before {
    content: "\E002";
}
.remodal-login-form-input.password:before {
    content: "\E06E";
}
.remodal-login-form-input .nikikala-input {
    padding: 16px 52px 15px 12px;
    font-size: 18px;
    line-height: 21px;
    text-align: left;
}
.remodal-login-form-agree {
    padding-right: 30px;
    position: relative;
    font-size: 13px;
    line-height: 2.77;
    margin: -7px 0 15px;
}
.remodal-login-form-agree .login-checkbox {
    position: absolute;
    right: 0;
    top: 8px;
    width: 22px;
    height: 21px;
    display: inline-block;
}
.remodal-login-forget-link {
    font-size: 13px;
    line-height: 1.692;
    margin-top: 10px;
    margin-bottom: 10px;
}
.remodal-login-forget-link a,
.remodal-login-footer a {
    color: #1ca2bd;
    padding: 0;
    line-height: 2;
    display: inline-block;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    text-align: center;
    white-space: nowrap;
}
.remodal-login-forget-link a:after,
.remodal-login-footer a:after {
    left: 0;
    right: 0;
    top: 50%;
    margin-top: 0.85em;
    content: "";
    position: absolute;
    border-bottom: 1px dashed #1ca2bd;
}
.remodal-login-footer {
    border-top: 1px solid rgba(0, 190, 214, 0.13);
    padding: 25px 40px 28px;
    background: rgba(0, 190, 214, 0.04);
    text-align: center;
    font-size: 15px;
    line-height: 1.467;
}
.remodal-login-footer.is-highlighted {
    background: rgba(93, 214, 0, 0.06);
    border-top: 1px solid #d7e6bb;
}
.remodal-notify {
    text-align: right;
    max-width: 719px;
}
.remodal-notify-main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}
.remodal-notify-side {
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 43%;
    flex: 0 0 43%;
    max-width: 43%;
    padding: 15px 30px;
}
.remodal-notify-title {
    font-size: 17px;
    line-height: 1.294;
    letter-spacing: -0.4px;
    color: #565656;
}
.remodal-notify-icon {
    height: 389px;
    position: relative;
}
.remodal-notify-icon:before {
    content: "\E009";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 196px;
    color: #e0e0e0;
}
.remodal-notify-content {
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 57%;
    flex: 0 0 57%;
    max-width: 57%;
    background: #fcfcfc;
    padding: 43px 25px 55px;
}
.remodal-notify-content-title {
    margin-bottom: 15px;
    color: #aaa;
    font-size: 14px;
    line-height: 1.571;
    letter-spacing: -0.3px;
}
.remodal-notify-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px 20px;
}
.remodal-notify-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.remodal-notify-status {
    border-bottom: 1px solid #eee;
    padding-bottom: 29px;
    color: #565656;
    letter-spacing: -0.4px;
    font-size: 20px;
    line-height: 1.1;
}
.remodal-notify-options {
    list-style: none;
    padding: 0;
}
.remodal-notify-options li {
    position: relative;
}
.remodal-notify-options-label {
    padding-right: 35px;
    position: relative;
}
.remodal-notify-options .notify-checkbox {
    position: absolute;
    right: 0;
    top: 2px;
    width: 19px;
    height: 18px;
    display: inline-block;
}
.remodal-notify-row-submit {
    margin-top: 30px;
    margin-bottom: 0;
}
.remodal-notify .btn-remodal-primary {
    margin-left: 10px;
}
.remodal-loading {
    width: 330px;
    height: auto;
    padding: 38px 0 34px;
    text-align: center;
    overflow: hidden !important;
    line-height: 22px;
}
.remodal-loading img {
    margin-bottom: 15px;
    max-width: 50%;
    height: auto;
}
.remodal-loading-bullets {
    margin: auto auto auto -21px;
    opacity: 0;
    filter: alpha(opacity=0);
    animation: Ab 0.5s linear forwards;
    direction: ltr;
}
.remodal-loading-bullet {
    border-radius: 100%;
    overflow: hidden;
    background-color: #ef5662;
    width: 7px;
    height: 7px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
    animation: Cb 0.5s ease-in-out infinite;
}
.remodal-loading-bullet:first-child {
    animation: Bb 0.5s ease-in-out infinite;
    opacity: 0;
    transform: translate(-14px);
}
.remodal-loading-bullet:last-child {
    animation: Db 0.5s ease-in-out infinite;
}
.remodal-alert {
    text-align: right;
    max-width: 590px;
    background-color: #fff;
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.25);
}
.remodal-alert-main {
    width: 100%;
    padding: 25px;
}
.remodal-alert-content {
    width: 100%;
    margin-bottom: 34px;
    font-size: 18px;
    line-height: 1.222;
    color: #737373;
    line-height: 32px;
}
.remodal-alert-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.remodal-alert-button {
    min-width: 124px;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 3px;
}
.remodal-alert-button:first-of-type {
    margin-left: 20px;
}
.remodal-alert-button-yes {
    background-color: #63d0df;
}
.remodal-alert-button-no {
    background-color: #979ba7;
}
.remodal-remove-next {
    text-align: right;
    max-width: 590px;
    background-color: #fff;
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.25);
}
.remodal-remove-next-main {
    width: 100%;
    padding: 25px;
}
.remodal-remove-next-content {
    width: 100%;
    margin-bottom: 34px;
    font-size: 18px;
    line-height: 1.222;
    color: #737373;
    line-height: 32px;
}
.remodal-remove-next-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.remodal-remove-next-button {
    min-width: 124px;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 3px;
}
.remodal-remove-next-button:first-of-type {
    margin-left: 20px;
}
.remodal-remove-next-button-next {
    background-color: #63d0df;
}
.remodal-remove-next-button-remove {
    background-color: #979ba7;
}
.remodal-general-information {
    text-align: right;
    max-width: 325px;
    background-color: #fff;
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.25);
}
.remodal-general-information-main {
    width: 100%;
    padding: 25px;
}
.remodal-general-information-content {
    width: 100%;
    margin-bottom: 34px;
}
.remodal-general-information-content p {
    font-size: 18px;
    line-height: 1.222;
    color: #737373;
    line-height: 32px;
    margin: 0;
}
.remodal-general-information-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.remodal-general-information-button {
    margin-left: 20px;
    border-radius: 3px;
    background-color: #63d0df;
    min-width: 124px;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}
.remodal-price-chart {
    transform: unset;
    max-width: 900px;
}
.remodal-price-chart-main {
    padding: 15px 30px;
}
.remodal-price-chart-title {
    font-size: 18px;
    line-height: 1.222;
    opacity: 0.96;
    color: #6a6a6a;
    text-align: center;
}
.remodal-satisfy {
    text-align: right;
    max-width: 805px;
    position: relative;
}
.remodal-satisfy-main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}
.remodal-satisfy-side,
.remodal-satisfy-content {
    position: relative;
    width: 100%;
    min-height: 1px;
    -webkit-box-flex: 0;
}
.remodal-satisfy-side {
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%;
    padding: 20px 30px;
}
.remodal-satisfy-side-title {
    color: #565656;
    font-size: 17px;
    line-height: 1.294;
    letter-spacing: -0.4px;
}
.remodal-satisfy-side-img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
    height: 332px;
    padding: 30px 0;
    position: relative;
}
.remodal-satisfy-side-img img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
    overflow: hidden;
}
.remodal-satisfy-content {
    -ms-flex: 0 0 54%;
    flex: 0 0 54%;
    max-width: 54%;
    background: #fcfcfc;
    padding: 50px 32px 25px 40px;
}
.remodal-satisfy-form-title {
    margin-bottom: 8px;
    color: #565656;
    font-size: 15px;
    line-height: 1.467;
    letter-spacing: -0.3px;
}
.remodal-satisfy-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px 25px;
    position: relative;
}
.remodal-satisfy-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.input-warp {
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 22px;
}
.remodal-satisfy-online {
    padding: 0;
    margin: 15px 0 0;
    list-style: none;
    font-size: 14px;
    line-height: 1.571;
}
.remodal-satisfy-online li {
    display: inline-block;
    margin-left: 20px;
}
.remodal-satisfy-online .nikikala-radio {
    vertical-align: middle;
    color: #3b3b3b;
    margin-left: 3px;
    margin-top: 5px;
}
.remodal-satisfy-row-submit {
    margin-top: 25px;
    margin-bottom: 0;
    position: relative;
}
.woocommerce-checkout .remodal-login-form-agree {
    padding: 0 !important;
}
.woocommerce-checkout .remodal-login-form-agree label {
    width: auto !important;
    display: inline-block !important;
}
.remodal-compare {
    max-width: 980px;
    text-align: right;
    background-color: #f8f8f8;
}
.remodal-compare-header {
    background: #ececec;
    border-bottom: 1px solid #dedede;
    padding: 19px 37px 20px 63px;
}
.remodal-comment {
    text-align: right;
    max-width: 640px;
    padding: 52px 130px 58px;
}
.remodal-comment-icon {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    display: none;
}
.remodal-comment-icon-success {
    background-color: #ebffde;
}
.remodal-comment-icon-success:before {
    content: "\E027";
    font-size: 81px;
    position: absolute;
    left: 50px;
    top: 50px;
    color: #72c240;
}
.remodal-comment-icon-failed {
    background-color: rgba(251, 52, 73, 0.18);
}
.remodal-comment-icon-failed:before {
    content: "\E053";
    font-size: 81px;
    position: absolute;
    left: 50px;
    top: 50px;
    color: #ff637d;
}
.remodal-comment-message {
    text-align: center;
    font-size: 17px;
    line-height: 2;
    margin-top: 20px;
}
.remodal-quick-view {
    max-width: 920px;
    overflow: visible;
}
@keyframes opap {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes opa {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes scale {
    0% {
        transform: scale(1.05);
        opacity: 0;
    }
    to {
        transform: none;
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}
@keyframes scales {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    to {
        transform: scale(0.95);
        opacity: 0;
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}