@charset "UTF-8";
@import url("//fonts.googleapis.com/earlyaccess/notosanstc.css");
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@-webkit-keyframes addCart {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 1
    }
    90% {
        opacity: 0
    }
    to {
        -webkit-transform: translate(-50%, -50%) scale(10);
        transform: translate(-50%, -50%) scale(10)
    }
}
@keyframes addCart {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 1
    }
    90% {
        opacity: 0
    }
    to {
        -webkit-transform: translate(-50%, -50%) scale(10);
        transform: translate(-50%, -50%) scale(10)
    }
}
div, span {
    text-align: left
}
@font-face {
    font-family: 'PingFangTC-Semibold', 'PingFangTC-Regular', 'PingFangTC-Medium';
    src: url(../font/PingFang.ttc)
}
body, html {
    margin: 0;
    padding: 0;
    word-break: normal;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    color: #4a4a4a;
    letter-spacing: .5px;
    font-family: 'PingFangTC-Medium', "PingFang TC", "微軟正黑體", "蘋果儷中黑", Arial;
    font-weight: normal;
    text-align: left
}
body {
    position: relative;
    min-height: 100vh;
    opacity: 1;
    -webkit-transition: 1s opacity ease-in;
    -o-transition: 1s opacity ease-in;
    transition: 1s opacity ease-in
}
body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
img {
    -ms-interpolation-mode: bicubic
}
.page-container {
    opacity: 1;
    -webkit-transition: 1.5s opacity ease-in;
    -o-transition: 1.5s opacity ease-in;
    transition: 1.5s opacity ease-in
}
.page-container.page-fade-out {
    opacity: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}
.u-test {
    border: .5px solid red
}
.u-test * {
    border: .5px solid red
}
.u-dn {
    display: none
}
a, h1, h2, h3, h4, h5, h6, li, p, span {
    letter-spacing: .5px;
    font-family: 'PingFangTC-Medium', "PingFang TC", "微軟正黑體", "蘋果儷中黑", Arial;
    font-weight: normal
}
a:hover {
    color: #4a4a4a
}
h1 {
    font-size: 56px
}
h2 {
    font-size: 48px
}
h3 {
    font-size: 24px
}
h4 {
    font-size: 18px
}
h5 {
    font-size: 12px
}
a, li, p, span {
    font-size: 16px
}
p {
    line-height: 1.7
}
@media (max-width:768px) {
    h1 {
        font-size: 40px
    }
    h2 {
        font-size: 36px
    }
    h3 {
        font-size: 24px
    }
    h4 {
        font-size: 16px
    }
    h5 {
        font-size: 12px
    }
    a, li, p, span {
        font-size: 14px
    }
}
.highlight-sty-1 {
    background-color: #ed143d;
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
    padding: 5px
}
.highlight-sty-2 {
    color: #ed143d
}
.link-sty-1 {
    color: #FEA1A1;
    margin: 5px 0;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    display: inline-block;
    text-decoration: underline
}
.link-sty-1:hover {
    color: #fe9292;
    text-decoration: underline
}
@-webkit-keyframes hintRight {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}
@keyframes hintRight {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}
.main-btn-warning {
    width: 100%;
    height: 48px;
    border: 1px solid #FEA1A1;
    background-color: #FEA1A1;
    text-align: center;
    margin: 10px 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}
.main-btn-warning a {
    display: block;
    color: #ffffff;
    line-height: 48px;
    font-size: 14px
}
.main-btn-warning:hover {
    background-color: #fe7979
}
.main-btn {
    width: 100%;
    height: 48px;
    width: 100%;
    height: 48px;
    border: 1px solid #FEA1A1;
    background-color: #FEA1A1;
    text-align: center;
    margin: 10px 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background-color: transparent
}
.main-btn a {
    display: block;
    color: #ffffff;
    line-height: 48px;
    font-size: 14px
}
.main-btn:hover {
    background-color: #fe7979
}
.main-btn a {
    color: #FEA1A1
}
.main-btn:hover {
    background-color: #FEA1A1
}
.main-btn:hover a {
    color: #ffffff
}
.back-btn-wrap {
    float: left
}
.back-btn-wrap a.back-btn {
    color: #FEA1A1;
    padding: 10px 15px 10px 40px;
    border: 1px solid #FEA1A1;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    position: relative;
    overflow: hidden
}
.back-btn-wrap a.back-btn span {
    color: #FEA1A1;
    z-index: 1;
    position: relative
}
.back-btn-wrap a.back-btn:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-left: 1px solid #FEA1A1;
    border-bottom: 1px solid #FEA1A1;
    top: 45%;
    left: 15px;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(45deg) translate(0, -50%);
    -ms-transform: rotate(45deg) translate(0, -50%);
    transform: rotate(45deg) translate(0, -50%);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}
.next-btn-wrap {
    float: right
}
.next-btn-wrap a.next-btn {
    color: #FEA1A1;
    padding: 10px 40px 10px 15px;
    border: 1px solid #FEA1A1;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    position: relative;
    overflow: hidden
}
.next-btn-wrap a.next-btn span {
    color: #FEA1A1;
    z-index: 1;
    position: relative
}
.next-btn-wrap a.next-btn:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-right: 1px solid #FEA1A1;
    border-bottom: 1px solid #FEA1A1;
    top: 50%;
    right: 15px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(-45deg) translate(-50%, -50%);
    -ms-transform: rotate(-45deg) translate(-50%, -50%);
    transform: rotate(-45deg) translate(-50%, -50%);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}
@media (min-width:768px) {
    .back-btn-wrap a.back-btn:before {
        content: '';
        position: absolute;
        width: 0%;
        height: 100%;
        background-color: #FEA1A1;
        left: 0;
        top: 0;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        z-index: 0
    }
    .back-btn-wrap a.back-btn:hover {
        border: 1px solid #FEA1A1;
        color: #fff
    }
    .back-btn-wrap a.back-btn:hover:after {
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        left: 10px
    }
    .back-btn-wrap a.back-btn:hover:before {
        width: 100%
    }
    .back-btn-wrap a.back-btn:hover span {
        color: #fff
    }
    .next-btn-wrap a.next-btn:before {
        content: '';
        position: absolute;
        width: 0%;
        height: 100%;
        background-color: #FEA1A1;
        left: 0;
        top: 0;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        z-index: 0
    }
    .next-btn-wrap a.next-btn:hover {
        border: 1px solid #FEA1A1;
        color: #fff
    }
    .next-btn-wrap a.next-btn:hover:after {
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        right: 10px
    }
    .next-btn-wrap a.next-btn:hover:before {
        width: 100%
    }
    .next-btn-wrap a.next-btn:hover span {
        color: #fff
    }
}
.container.po-r {
    position: relative
}
.required-sign:before {
    content: '*'
}
.error-hint {
    color: #f75454;
    margin-left: 0px;
    margin-top: 10px
}
.header-img-wrap {
    width: 100%;
    height: 450px
}
.header-img-wrap .header-img-box {
    width: 100%;
    height: 100%;
    background-image: url("../images/1x/banner.png");
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}
.header-img-wrap .header-img-box .title-box {
    width: 80%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.header-img-wrap .header-img-box .main-title {
    font-family: 'Arial black', 'Arial';
    font-size: 90px;
    font-weight: 900;
    letter-spacing: 35px;
    text-align: center;
    color: #ffffff;
    padding: 15px 80px;
    border: 10px solid #ffffff;
    display: inline-block
}
.header-img-wrap .header-img-box hr {
    width: 70px;
    height: 0px;
    border-bottom: 5px solid #ffffff;
    margin: 30px auto
}
.header-img-wrap .header-img-box .sub-title {
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: normal;
    color: #ffffff
}
@media (max-width:991px) {
    .header-img-wrap .header-img-box .title-box {
        top: 60%
    }
    .header-img-wrap .header-img-box .main-title {
        font-size: 60px;
        padding: 10px 50px;
        border-width: 7px;
        letter-spacing: 25px
    }
    .header-img-wrap .header-img-box hr {
        margin: 25px auto
    }
}
@media (max-width:768px) {
    .header-img-wrap {
        width: 100%;
        height: 240px
    }
    .header-img-wrap .header-img-box .main-title {
        font-size: 35px;
        padding: 10px 30px;
        border-width: 5px;
        letter-spacing: 12px
    }
    .header-img-wrap .header-img-box hr {
        width: 35px;
        margin: 15px auto;
        border-bottom-width: 2.5px
    }
    .header-img-wrap .header-img-box .sub-title {
        font-size: 14px
    }
}
.main-table-wrap {
    width: 83%;
    margin: 0 auto;
    text-align: center;
    overflow-x: auto
}
.main-table-wrap p {
    width: 70%;
    margin: 0 auto 15px auto;
    font-size: 14px;
    letter-spacing: 1.5px
}
.main-table-wrap p.main-title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.6px;
    color: #fff;
    padding: 5px 15px;
    background-color: #FEA1A1;
    border-radius: 20px;
    display: inline-block;
    width: unset;
    margin-top: 20px;
    min-width: 170px
}
.main-table-wrap .main-table {
    width: 100%;
    overflow: auto;
    background-color: #ffe9e9;
    border-radius: 5px;
    padding: 15px 0px
}
.main-table-wrap .main-table table {
    width: 100%;
    max-height: 530px
}
.main-table-wrap .main-table table tr {
    border-bottom: 1px solid #fff
}
.main-table-wrap .main-table table tr:last-child {
    border-bottom: 0px
}
.main-table-wrap .main-table table tr:last-child hr {
    margin: 0;
    width: 80%;
    border-bottom: 1px solid #fff
}
.main-table-wrap .main-table table tr td {
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 10px
}
.main-table-wrap .main-table table tr.title {
    background-color: #FFF
}
.main-table-wrap .main-table table tr.title th {
    padding: 4px 5px;
    color: #d77b7b;
    font-size: 12px;
    letter-spacing: 1.7px
}
.main-table-wrap .main-table table tr td, .main-table-wrap .main-table table tr th {
    text-align: center
}
.main-table-wrap .main-table table tr td.ta-l, .main-table-wrap .main-table table tr th.ta-l {
    text-align: left
}
.main-table-wrap .sub-title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 10px
}
.main-table-wrap .main-table.sec-table {
    background-color: transparent
}
.main-table-wrap .main-table.sec-table table tr {
    border-bottom: 0px
}
.main-table-wrap .main-table.sec-table table tr td, .main-table-wrap .main-table.sec-table table tr th {
    text-align: left;
    padding: 20px 5px
}
.main-table-wrap .main-table.sec-table table thead {
    border-bottom: 3px solid #FEA1A1
}
.main-table-wrap .main-table.sec-table table thead tr th {
    color: #d77b7b
}
.main-table-wrap .main-table.sec-table table tbody tr, .main-table-wrap .main-table.sec-table table tbody tr:last-child {
    border-bottom: 1px solid #FEA1A1
}
.main-table-wrap .main-table.sec-table table tbody tr:nth-child(2n) {
    background-color: rgba(255, 211, 211, 0.3)
}
.main-table-wrap .main-table.sec-table table tbody tr:hover {
    opacity: 0.8
}
.main-table-wrap.border-bottom {
    border-bottom: 1px solid #FEA1A1;
    padding-bottom: 30px
}
@media (min-width:991px) {
    .main-table-wrap .main-table tr.title th.p-l-set, .main-table-wrap .main-table tr td.p-l-set {
        padding-left: 35px
    }
}
@media (max-width:768px) {
    .main-table-wrap {
        width: 100%
    }
    .main-table-wrap p {
        width: 100%
    }
    .main-table-wrap p.main-title {
        font-size: 16px
    }
    .main-table-wrap .main-table {
        max-height: none;
        max-height: unset
    }
    .main-table-wrap .main-table table {
        max-height: none;
        max-height: unset;
        white-space: normal;
        word-break: break-word;
        word-wrap: break-word
    }
    .main-table-wrap .main-table.sec-table table {
        min-width: 100%
    }
    .main-table-wrap .main-table.sec-table table thead {
        display: none
    }
    .main-table-wrap .main-table.sec-table table tbody tr td {
        display: block;
        padding: 10px 5px
    }
    .main-table-wrap .main-table.sec-table table tbody td span {
        color: #d77b7b;
        font-weight: normal;
        display: inline-block;
        width: 30%
    }
}
.select-sty-1 {
    width: 55px;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    line-height: normal;
    padding: 5px 10px;
    text-align: center;
    cursor: pointer;
    background-image: url("../images/1x/ic_down.png");
    background-position: right center;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-color: rgba(244, 244, 244, 0);
    border: 1px solid #d3d3d3;
    border-radius: 25px
}
.select-sty-1::-ms-expand {
    display: none
}
.select-sty-1:focus {
    border: 1px solid #FEA1A1
}
.main-layout {
    min-height: 80vh;
    position: relative;
    background-image: url("../images/2x/watercolor.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed
}
.main-layout .container.po-r {
    z-index: 1
}
@media (max-width:1199px) {
    .main-layout {
        background-position: center top
    }
}
@media (max-width:768px) {
    .main-layout.eye-club {
        background-image: none;
        background-image: unset;
        padding-bottom: 80px
    }
    .main-layout.eye-club .mobile-bg {
        background-image: url("../images/1x/watercolor.png");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: contain
    }
}
.sec-layout {
    min-height: 500px;
    position: relative;
    background-image: url("../images/2x/watercolor.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70%;
    padding: 30px 0px
}
.sec-layout .container.po-r {
    z-index: 1
}
.sec-layout .main-title {
    text-align: center;
    border-bottom: 1px solid #FEA1A1;
    padding: 20px 0px;
    width: 50%;
    margin: 0 auto;
    letter-spacing: 2.2px;
    font-weight: normal;
    margin-bottom: 20px;
    font-size: 22px
}
.sec-layout .main-title.no-border {
    border-bottom: 0px;
    margin-bottom: 0px
}
.sec-layout .sec-title {
    font-size: 16px
}
.sec-layout .modal-content {
    width: 800px;
    min-height: 295px;
    margin: 0 auto
}
.sec-layout .main-paragraph {
    width: 60%;
    margin: 0 auto 15px auto
}
.sec-layout .main-paragraph p {
    font-size: 14px;
    letter-spacing: 1.5px
}
.sec-layout .main-paragraph p.title {
    position: relative;
    font-weight: 700;
    margin-left: 25px;
    display: inline-block
}
.sec-layout .main-paragraph p.title:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #4a4a4a;
    position: absolute;
    left: -18px;
    top: 5px
}
.sec-layout.no-bg {
    background-image: none
}
.sec-layout.bg-big {
    background-size: 80%;
    background-position: center top;
    background-attachment: fixed
}
@media (max-width:1199px) {
    .sec-layout {
        background-size: cover
    }
    .sec-layout .modal-content {
        width: 100%
    }
}
@media (max-width:768px) {
    .sec-layout .main-paragraph {
        width: 100%
    }
}
.flip-clock-dot {
    display: none
}
.flip-clock-divider {
    float: none;
    height: auto;
    width: auto;
    vertical-align: middle
}
.flip-clock-divider .flip-clock-label {
    position: relative;
    right: auto;
    color: #d77b7b;
    top: auto;
    font-size: 16px
}
.flip-clock-divider.days .flip-clock-label, .flip-clock-divider.hours .flip-clock-label, .flip-clock-divider.minutes .flip-clock-label, .flip-clock-divider.seconds .flip-clock-label {
    right: auto
}
.flip-clock-wrapper {
    margin: 1em 0
}
.flip-clock-wrapper .flip {
    -webkit-box-shadow: 0 2px 10px rgba(215, 123, 123, 0.5);
    box-shadow: 0 2px 10px rgba(215, 123, 123, 0.5)
}
.flip-clock-wrapper a {
    color: #FEA1A1
}
.flip-clock-wrapper ul {
    float: none;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    width: 45px;
    height: calc(45px / 60 * 70);
    line-height: calc(45px / 60 * 70 - 3px);
    border-radius: 15px;
    padding: 0
}
.flip-clock-wrapper ul li {
    line-height: calc(45px / 60 * 70 - 3px);
    border-radius: 15px
}
.flip-clock-wrapper ul li a div div.inn {
    font-size: 35px;
    color: #D16E6F;
    background-color: #fff;
    text-shadow: none;
    border-radius: 12px
}
.flip-clock-wrapper ul li a div.up {
    top: -0.5px
}
.flip-clock-wrapper ul li a div.up .shadow {
    border-radius: 12px 12px 0 0
}
.flip-clock-wrapper ul li a div.down {
    bottom: -0.5px
}
.flip-clock-wrapper ul li a div.down .shadow {
    border-radius: 0 0 12px 12px
}
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow, .flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(rgba(102, 102, 102, 0), 0%), color-stop(rgba(102, 102, 102, 0.2), 100%))
}
@media (max-width:767px) {
    .flip-clock-wrapper ul {
        width: 30px;
        height: calc(30px / 60 * 70);
        line-height: calc(30px / 60 * 70 - 3px);
        margin: 2px;
        border-radius: 12px
    }
    .flip-clock-wrapper ul li {
        line-height: calc(30px / 60 * 70 - 3px)
    }
    .flip-clock-wrapper ul li a div div.inn {
        font-size: 25px;
        border-radius: 8px
    }
    .flip-clock-wrapper ul li a div.up .shadow {
        border-radius: 8px 8px 0 0
    }
    .flip-clock-wrapper ul li a div.down .shadow {
        border-radius: 0 0 8px 8px
    }
    .flip-clock-divider .flip-clock-label {
        font-size: 14px
    }
}
@media (max-width:375px) {
    .flip-clock-wrapper ul {
        width: 22px;
        height: calc(22px / 60 * 70);
        line-height: calc(22px / 60 * 70 - 3px);
        margin: 2px;
        border-radius: 10px
    }
    .flip-clock-wrapper ul li {
        line-height: calc(22px / 60 * 70 - 3px)
    }
    .flip-clock-wrapper ul li a div div.inn {
        font-size: 18px;
        border-radius: 6px
    }
    .flip-clock-wrapper ul li a div.up .shadow {
        border-radius: 6px 6px 0 0
    }
    .flip-clock-wrapper ul li a div.down .shadow {
        border-radius: 0 0 6px 6px
    }
}
@media (-ms-high-contrast:active), (-ms-high-contrast:none) {
    .fade.modal .modal-dialog {
        -webkit-transition: initial;
        -o-transition: initial;
        transition: initial
    }
}
.modal {
    padding-right: 0px!important
}
.modal.fade .modal-dialog {
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%)
}
#product-content-modal.modal.fade .modal-dialog {
    top: 5vh;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%)
}
.modal.in .modal-dialog {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0
}
#product-content-modal.modal.in .modal-dialog {
    top: 5vh;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}
.modal-open {
    overflow-x: unset;
    overflow-y: unset;
    overflow: hidden
}
.modal-open .modal {
    z-index: 99999;
    background-color: rgba(41, 60, 82, 0.4)
}
.modal-backdrop {
    background-color: transparent
}
.modal-content {
    border-radius: 0px;
    border: 0px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3)
}
.close.close-btn {
    opacity: 1;
    float: none;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 1
}
.close.close-btn:hover {
    opacity: 1
}
.close.close-btn span {
    padding: 8px 15px 8px 35px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-radius: 35px;
    font-size: 13px;
    letter-spacing: 0.8px;
    font-weight: 500;
    vertical-align: center;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}
.close.close-btn span:after, .close.close-btn span:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: #FFF;
    left: 12px;
    top: 50%;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
}
.close.close-btn span:before {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}
.close.close-btn span:after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg)
}
.close.close-btn span:hover {
    background-color: rgba(0, 0, 0, 0.8)
}
body.modal-open {
    overflow-x: unset;
    overflow-y: unset;
    overflow: hidden;
    padding: 0;
    margin: 0
}
body.modal-open+html {
    overflow-x: unset;
    overflow-y: unset;
    overflow: hidden
}
.modal-content.main-pop-up {
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0px 30px 50px -30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0px 30px 50px -30px rgba(0, 0, 0, 0.5)
}
.modal-content.main-pop-up .content-wrap {
    width: 83%;
    margin: 0 auto;
    padding: 40px 0px
}
.main-pop-up {
    min-height: 230px;
    min-width: 560px;
    position: relative
}
.main-pop-up .icon-wrap {
    text-align: center;
    padding: 40px 3vw
}
.main-pop-up .icon-wrap img {
    margin-top: 20px
}
.main-pop-up .close.close-btn {
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}
.main-pop-up .cta-btn-wrap {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    background-color: #FEA1A1;
    min-height: 40px;
    min-width: 320px;
    font-size: 0px;
    text-align: center;
    -webkit-box-shadow: 0px 16px 35px -15px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 16px 35px -15px rgba(0, 0, 0, 0.7)
}
.main-pop-up .cta-btn-wrap .cta-btn {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    font-size: 0;
    cursor: pointer
}
.main-pop-up .cta-btn-wrap .cta-btn a {
    display: block;
    padding: 9px 0px;
    color: #fff;
    font-weight: 400;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}
.main-pop-up .cta-btn-wrap .cta-btn a:hover {
    background-color: rgba(255, 255, 255, 0.15)
}
.main-pop-up .cta-btn-wrap .cta-btn.cta-btn-2 {
    width: 49.9%
}
.main-pop-up .cta-btn-wrap .cta-btn.cta-btn-2:first-child:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 13px;
    border-radius: 1px;
    background-color: #FFF;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.main-pop-up .text-wrap {
    text-align: center;
    padding: 0px 30px
}
.main-pop-up .text-wrap.p-t-40 {
    padding: 40px 30px 0px 30px
}
.main-pop-up .text-wrap.p-t-20 {
    padding: 20px 30px 0px 30px
}
.main-pop-up h4.title {
    padding: 20px 0px;
    line-height: 1.8
}
.main-pop-up p.note {
    font-size: 14px;
    margin-bottom: 15px
}
.main-pop-up .notice-text{
    font-size: 13px;
}
@media (max-width:768px) {
    .main-pop-up {
        min-width: 0;
        min-width: unset;
        width: 100%
    }
    .close.close-btn, .main-pop-up .close.close-btn {
        top: 0;
        right: 0;
        -webkit-transform: translate(0, -250%);
        -ms-transform: translate(0, -250%);
        transform: translate(0, -250%)
    }
    .main-pop-up .icon-wrap {
        padding: 40px 20px;
    }
    .main-pop-up h4.title {
        font-size: 16px;
    }
    .main-pop-up.order-main h4.title{
        font-size: 16px;
        padding: 12px 0;
    }
    .main-pop-up .notice-text{
        font-size: 12px;
        transform: scale(0.9);
    }
}
@media (max-height:600px) {
    .modal.in .modal-dialog {
        top: 50px;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        left: 0
    }
    #product-content-modal.modal.in .modal-dialog {
        top: 50px
    }
}
.eye-club .key-view {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 0
}
.eye-club .key-view img {
    position: absolute;
    bottom: 0;
    right: 10%;
    max-width: 500px
}
.eye-club .home-text {
    display: inline-block;
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}
.eye-club .home-text .img-box {
    margin-bottom: 20px
}
.eye-club .home-text-arrow {
    display: inline-block;
    position: absolute;
    right: 75px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.eye-club .home-text-arrow img {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s
}
.eye-club .member-discount ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    text-align: left;
    margin-top: 15px
}
.eye-club .member-discount ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.9px;
    line-height: 2.2;
    padding: 0px 15px 0px 25px;
    position: relative
}
.eye-club .member-discount ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #4a4a4a;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}
.eye-club .member-discount .member-btn {
    margin-top: 30px;
    margin-right: 30px;
    text-align: right;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-animation: hintRight 1s infinite alternate ease-in-out;
    animation: hintRight 1s infinite alternate ease-in-out
}
.eye-club .member-discount .member-btn:hover {
    opacity: 0.8;
    -webkit-animation: none;
    animation: none
}
.eye-club .rose-btn-wrap {
    padding: 100px 0px
}
.eye-club .rose-btn-wrap .rose-btn {
    padding-left: 15px;
    display: inline-block
}
.eye-club .rose-btn-wrap .rose-btn a {
    display: block;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}
.eye-club .rose-btn-wrap .rose-btn a:hover {
    opacity: 0.8
}
.eye-club .content-wrap {
    padding: 120px 0px 30px 0px
}
@media (max-width:1600px) {
    .eye-club .key-view img {
        max-width: 30vw;
        min-width: 0;
        right: 5vw
    }
}
@media (max-width:1199px) {
    .eye-club .content-wrap {
        padding: 60px 0px 30px 0px
    }
}
@media (max-width:991px) {
    .eye-club .home-text {
        text-align: center
    }
    .eye-club .home-text .img-box {
        width: 100%;
        text-align: center
    }
    .eye-club .home-text .img-box img:nth-child(2) {
        width: 60%;
        height: auto;
        max-width: 300px;
        display: block;
        margin: 0 auto
    }
    .eye-club .home-text .img-box img:nth-child(3) {
        width: 80%;
        min-width: 320px;
        height: auto;
        max-width: 450px
    }
    .eye-club .home-text-arrow {
        display: block;
        position: relative;
        text-align: center;
        padding: 15px 0px;
        right: 0;
        top: 0;
        -webkit-transform: translateY(0) rotate(90deg);
        -ms-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg)
    }
    .eye-club .home-text-wrap {
        text-align: center
    }
    .eye-club .sm-ta-c {
        text-align: center
    }
    .eye-club .member-discount .member-btn {
        text-align: center;
        margin: 15px 0px 0px 10px;
        margin-top: 25px
    }
    .eye-club .member-discount ul {
        margin-left: 10px
    }
    .eye-club .member-discount ul li {
        display: inline-block
    }
    .eye-club .rose-btn-wrap {
        padding: 20px 0px;
        margin-top: 40px;
        left: 15%;
        position: relative
    }
    .eye-club .rose-btn-wrap .rose-btn-wrap-col {
        text-align: center
    }
    .eye-club .rose-btn-wrap .rose-btn {
        position: relative;
        display: block
    }
    .eye-club .member-login-wrap {
        text-align: center
    }
    .eye-club .key-view img {
        min-width: 240px;
        max-width: 25vw;
        right: 15vw
    }
}
@media (max-width:768px) {
    .eye-club .member-discount.mobile {
        margin-left: 20vw
    }
}
@media (max-width:658px) {
    .eye-club .key-view img {
        right: -10px
    }
    .eye-club .rose-btn-wrap {
        padding: 20px 0px;
        margin-top: 40px;
        left: 0
    }
}
@media (max-width:480px) {
    .eye-club .member-discount ul {
        margin-left: 10px
    }
    .eye-club .member-discount ul li {
        padding-right: 0px;
        padding-left: 15px
    }
    .eye-club .member-discount ul li:before {
        left: 3px
    }
    .eye-club .member-discount.mobile {
        padding-bottom: 50px;
        margin-left: 0
    }
    .eye-club .rose-btn-wrap .rose-btn img {
        height: 20px
    }
    .eye-club .rose-btn-wrap .rose-btn img.rose-icon {
        height: 55px
    }
}
.ec-index {
    padding-top: 55px
}
.top-wrap {
    position: relative
}
.main-swiper .swiper-slide {
    height: 490px;
    width: 100%
}
.main-swiper .swiper-slide .img-box {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top
}
.main-swiper .swiper-pagination.swiper-pagination-bullets {
    margin-bottom: 15px
}
.main-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: black;
    opacity: 0.3;
    vertical-align: middle
}
.main-swiper .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    opacity: 1
}
.main-swiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px
}
@media (max-width:991px) {
    .ec-index {
        padding-top: 100px
    }
    .main-swiper .swiper-slide {
        height: 280px
    }
    .main-swiper .swiper-pagination.swiper-pagination-bullets {
        margin-bottom: 5px
    }
    .main-swiper .swiper-pagination-bullet {
        width: 8px;
        height: 8px
    }
    .main-swiper .swiper-pagination-bullet-active {
        width: 10px;
        height: 10px
    }
    .main-swiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px
    }
}
@media (max-width:768px) {
    .main-swiper .swiper-slide {
        height: 185px
    }
    .main-swiper .swiper-pagination-bullet {
        width: 4px;
        height: 4px
    }
    .main-swiper .swiper-pagination-bullet-active {
        width: 6px;
        height: 6px
    }
    .main-swiper .swiper-pagination.swiper-pagination-bullets {
        margin-bottom: 0px
    }
}
.main-features {
    padding: 20px 0px;
    border-bottom: 1px solid #FEA1A1;
    margin-bottom: 20px
}
.select-wrap {
    float: left
}
.select-wrap.for-pc {
    padding: 15px 0px
}
.select-wrap.for-pc label {
    color: #a4aab3;
    font-size: 14px;
    letter-spacing: 1.2px;
    cursor: pointer;
    padding-right: 15px;
    font-weight: normal
}
.select-wrap.for-pc label:hover {
    color: #d77b7b;
    font-size: 16px;
    letter-spacing: 1.3px
}
.select-wrap.for-pc input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
@media (-ms-high-contrast:active), (-ms-high-contrast:none) {
    .select-wrap.for-pc input[type=radio] {
        opacity: 0;
        filter: alpha(opacity=0)
    }
}
.select-wrap.for-pc input[type=radio]:checked+label {
    color: #d77b7b;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1.3px
}
.select-wrap.for-mobile {
    width: 60%;
    height: 30px;
    margin-top: 10px;
    position: relative
}
.select-wrap.for-mobile:after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4.5px 0 4.5px;
    border-color: #4a4a4a transparent transparent transparent
}
.select-wrap.for-mobile select {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0px 10px;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#eeeeee));
    background: -webkit-linear-gradient(top, #fdfdfd, #eeeeee);
    background: -o-linear-gradient(top, #fdfdfd, #eeeeee);
    background: linear-gradient(to bottom, #fdfdfd, #eeeeee);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), inset 0 2px 0 0 #ffffff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), inset 0 2px 0 0 #ffffff;
    border: solid 1px #bfbfbf;
    color: #bfbfbf
}
.select-wrap.for-mobile select::-ms-expand {
    display: none
}
.select-wrap.for-mobile select:focus {
    outline: 0px
}
.order-wrap {
    float: right
}
.order-wrap ul {
    margin: 0;
    padding: 0
}
.order-icon {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}
.order-item {
    cursor: pointer;
    display: inline-block;
    padding: 0px 15px;
    position: relative
}
.order-item p {
    color: #d3d3d3;
    font-size: 12px;
    text-align: center
}
.order-item a {
    display: block
}
.order-item:first-child:after, .order-item:nth-child(2):after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 20px;
    background-color: #d3d3d3
}
.order-icon.popular {
    background-image: url("../images/1x/popular.png")
}
.order-icon.new {
    background-image: url("../images/1x/new.png")
}
.order-icon.price {
    background-image: url("../images/1x/price.png")
}
.order-item.active .order-icon.popular, .order-item:hover .order-icon.popular {
    background-image: url("../images/1x/popular_react.png")
}
.order-item.active .order-icon.new, .order-item:hover .order-icon.new {
    background-image: url("../images/1x/new_react.png")
}
.order-item.active .order-icon.price, .order-item:hover .order-icon.price {
    background-image: url("../images/1x/price_react.png")
}
.order-item.active p, .order-item:hover p {
    color: #d77b7b
}
@media (max-width:768px) {
    .main-features {
        padding: 10px 0px;
        margin-bottom: 10px
    }
    .order-icon {
        width: 25px;
        height: 25px
    }
    .order-item:first-child:after, .order-item:nth-child(2):after {
        width: 2px;
        height: 10px
    }
    .select-wrap.for-mobile {
        height: 26px;
        margin-top: 0
    }
}
@media (max-width:480px) {
    .select-wrap.for-mobile {
        width: 55%
    }
    .order-item {
        padding: 0px 10px
    }
}
.filter-wrap {
    padding-bottom: 20px
}
.filter-wrap ul {
    margin: 0;
    padding: 0
}
.filter-wrap li {
    display: inline-block;
    margin-right: 15px;
    overflow: hidden;
    border: 1px solid #d77b7b;
    border-radius: 20px
}
.filter-wrap a {
    display: block;
    padding: 5px 15px;
    min-width: 90px;
    color: #d77b7b;
    text-align: center
}
.filter-wrap li.active, .filter-wrap li:hover {
    background-color: #d77b7b
}
.filter-wrap li.active a, .filter-wrap li:hover a {
    color: #ffffff
}
@media (max-width:768px) {
    .filter-wrap {
        text-align: center;
        padding-bottom: 10px
    }
    .filter-wrap a {
        min-width: 70px
    }
}
@media (max-width:480px) {
    .filter-wrap li {
        margin-right: 5px
    }
}
@media (min-width:768px) {
    .product-wrap .row {
        margin-left: -30px; 
        padding-right: 15px;

    }
    .limited-sales-wrap.index-sales-wrap .product-wrap .row{
        display: flex;
        justify-content: center;
    }
}
.product-item {
    cursor: pointer;
    margin-bottom: 35px
}
@media (max-width:768px) {
    .product-item {
        margin-bottom: 10px;
        margin-left: -5px;
        margin-right: -5px;
        margin-left: -10px;
        margin-right: -10px
    }
    .extra-product-buy-wrap .product-item, .extra-product-gift-wrap .product-item {
        margin-left: -5px;
        margin-right: -5px
    }
}
@media (max-width:480px) {
    .product-item {
        margin-left: 5px;
        margin-right: 5px;
        margin-left: -10px;
        margin-right: -10px
    }
    .extra-product-buy-wrap .product-item, .extra-product-gift-wrap .product-item {
        margin-left: -5px;
        margin-right: -5px
    }
}
.product-item {
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}
.product-item:hover {
    -webkit-box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01)
}
.product-item .product-content {
    position: relative;
    padding: 12px 12px 12px 12px
}
.product-item .product-content .tag {
    position: absolute;
    display: inline-block;
    padding: 4px 25px 4px 10px;
    color: #ffffff;
    left: -10px;
    top: 15px;
    background-image: url("../images/1x/label.png");
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    width: 105px;
    height: 35px;
    overflow: hidden
}
.product-item .product-content .tag span {
    max-width: 75px
}
.product-item .product-content .add-to-favorite {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 1
}
.product-item .product-content .add-to-favorite input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
    outline: 0;
    border: 0;
    background-color: transparent;
    width: 25px;
    height: 25px;
    background-image: url("../images/1x/favorite.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer
}
.product-item .product-content .add-to-favorite input::-ms-check {
    display: none
}
.product-item .product-content .add-to-favorite input:focus {
    outline: 0
}
.product-item .product-content .add-to-favorite input:checked {
    background-image: url("../images/1x/favorite_filled.png")
}
.product-item .product-content .img-box {
    width: 100%;
    height: auto
}
.product-item .product-content .img-box img {
    width: 100%;
    height: auto
}
.product-item .product-content p.name {
    font-weight: normal;
    font-size: 18px;
    color: #4a4a4a;
    margin-top: 8px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}
.product-item .product-content p.note {
    font-size: 18px
}
.product-item .product-content .price-box {
    margin: 15px 0px 0px 0px
}
.product-item .product-content .tag-box {
    font-size: 0;
    letter-spacing: 0;
    margin: 10px -2.5px -2.5px
}
.product-item .product-content .tag-box span {
    color: #fff;
    background-color: #d77b7b;
    padding: 0px 5px;
    margin: 0 2.5px 2.5px;
    position: relative;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top
}
.product-item .product-content .tag-box span:hover {
    background-color: #d77b7b;
    color: #ffffff
}
.product-item .product-content span.price-on-sale {
    font-size: 18px;
    font-size: 20px;
    font-weight: bold;
    font-weight: 500;
    letter-spacing: 0.6px;
    color: #d77b7b
}
.product-item .product-content span.price-origin {
    font-size: 14px;
    font-size: 16px;
    letter-spacing: 0.4px;
    color: #86898E;
    text-decoration: line-through
}
.product-item .product-content span.tag-on-sale {
    float: right;
    color: #d77b7b;
    border: 1px solid #d77b7b;
    padding: 0px 5px;
    position: relative;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-size: 18px;
    font-weight: 400
}
.product-item .product-content span.tag-on-sale:hover {
    background-color: #d77b7b;
    color: #ffffff
}
.product-item .product-content span.tag-on-sale a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}
.product-item .product-content a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    filter: alpha(opacity=0)
}
.product-item .product-content:hover {
    background-color: #fafafa
}
.product-item .add-to-cart {
    border-top: 1.5px dashed #d3d3d3;
    padding: 12px;
    position: relative
}
.product-item .add-to-cart a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}
.product-item .add-to-cart p {
    display: inline-block;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-size: 18px
}
.product-item .add-to-cart span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #4a4a4a;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
}
.product-item .add-to-cart span:after, .product-item .add-to-cart span:before {
    content: '';
    width: 60%;
    height: 1px;
    background-color: #4a4a4a;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.product-item .add-to-cart span:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}
.product-item .add-to-cart:hover {
    background-color: #fafafa
}
.product-item .add-to-cart:hover span {
    border: 2px solid #d77b7b;
    -webkit-transform: scale(1.1) translateY(-50%);
    -ms-transform: scale(1.1) translateY(-50%);
    transform: scale(1.1) translateY(-50%)
}
.product-item .add-to-cart:hover span:after, .product-item .add-to-cart:hover span:before {
    width: 60%;
    height: 2px;
    background-color: #d77b7b
}
@media (max-width:991px) {
    .product-item .product-content .img-box {
        width: 100%;
        height: none;
        height: unset
    }
    .product-item .product-content .add-to-cart p, .product-item .product-content p.name, .product-item .product-content p.note, .product-item .product-content span.tag-on-sale {
        font-size: 16px
    }
    .product-item .product-content span.price-on-sale {
        font-size: 18px
    }
    .product-item .product-content span.price-origin {
        font-size: 14px
    }
    .product-item .add-to-cart p {
        font-size: 16px
    }
}
@media (max-width:768px) {
    .product-item .product-content span {
        display: inline-block
    }
    .product-item .product-content span.price-origin {
        margin-right: 15px
    }
    .product-item .product-content span.tag-on-sale {
        display: inline-block;
        float: none;
        margin-top: 10px
    }
    .product-item .product-content .tag-box {
        margin: 10px -2px -2px
    }
    .product-item .product-content .tag-box span {
        margin: 0 2px 2px;
        font-size: 12px
    }
}
@media (max-width:480px) {
    .product-item .product-content p.name, .product-item .product-content p.note, .product-item .product-content span.tag-on-sale {
        font-size: 12px
    }
    .product-item .product-content span.price-on-sale {
        font-size: 12px
    }
    .product-item .product-content span.price-origin {
        font-size: 10px
    }
    .product-item .add-to-cart p {
        font-size: 12px
    }
}
#product-content-modal .modal-dialog {
    min-width: 930px
}
#product-content-modal .modal-content {
    padding: 10px;
    background-color: #FFF
}
#product-content-modal .modal-content .product-content {
    padding: 20px
}
#product-content-modal .modal-content .product-content h4.title {
    font-weight: normal;
    letter-spacing: 1px;
    padding: 10px 0px 15px 0px
}
#product-content-modal .modal-content .product-content .intro {
    color: #a4aab3;
    line-height: 2
}
#product-content-modal .modal-content .product-content .intro li {
    color: #a4aab3;
    padding-left: 20px;
    position: relative;
    letter-spacing: 0.9px;
    width: 90%;
    text-align: left
}
#product-content-modal .modal-content .product-content .intro li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #a4aab3
}
.product-img-swiper-wrap .swiper-container {
    width: 100%;
    height: 100%;
    position: relative
}
.product-img-swiper-wrap .swiper-slide {
    width: 100%;
    position: relative;
    max-height: 520px;
    overflow: hidden
}
.product-img-swiper-wrap .swiper-slide .img-box {
    height: 100%
}
.product-img-swiper-wrap .swiper-slide img {
    width: 100%;
    height: auto
}
.product-img-swiper-wrap .swiper-slide a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}
.product-img-swiper-wrap .swiper-pagination.swiper-pagination-bullets {
    text-align: right;
    left: unset;
    right: 30px;
    bottom: 25px
}
.product-img-swiper-wrap .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #d8d8d8;
    opacity: 1;
    vertical-align: middle
}
.product-img-swiper-wrap .swiper-pagination-bullet-active {
    background-color: #FEA1A1;
    opacity: 1
}
.product-img-swiper-wrap .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2.5px
}
.product-img-swiper-wrap .swiper-button-next, .product-img-swiper-wrap .swiper-button-prev {
    z-index: 2;
    width: 20px;
    height: 40px;
    background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.product-img-swiper-wrap .swiper-button-prev {
    background-image: url("../images/1x/previous.png")
}
.product-img-swiper-wrap .swiper-button-next {
    background-image: url("../images/1x/next.png")
}
@media (max-width:1190px) {
    #product-content-modal .modal-dialog {
        min-width: 90%
    }
}
.main-pop-up .product-img-box {
    text-align: center;
    padding: 20px 20px 0px 20px;
    max-width: 80%;
    min-height: 200px;
    position: relative
}
.main-pop-up .product-img-box img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%
}
.main-pop-up .add-to-cart-form {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    padding-left: 10px
}
.main-pop-up .add-to-cart-form input, .main-pop-up .add-to-cart-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent
}
.main-pop-up .add-to-cart-form select::-ms-expand {
    display: none
}
.main-pop-up .add-to-cart-form input:focus, .main-pop-up .add-to-cart-form select:focus {
    outline: 0
}
.main-pop-up .add-to-cart-form .input-num-wrap, .main-pop-up .add-to-cart-form .select-wrap {
    display: inline-block;
    width: 145px;
    height: 35px;
    margin: 0px 10px;
    border-radius: 25px;
    border: 2px solid #d3d3d3;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}
.main-pop-up .add-to-cart-form .input-num-wrap:hover, .main-pop-up .add-to-cart-form .select-wrap:hover {
    border: 2px solid #d77b7b
}
.main-pop-up .add-to-cart-form .select-wrap {
    overflow: hidden;
    background-color: #FFF;
    position: relative
}
.main-pop-up .add-to-cart-form .select-wrap:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-right: 1px solid #4a4a4a;
    border-bottom: 1px solid #4a4a4a;
    top: 50%;
    right: 15px;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(45deg) translate(0, -55%);
    -ms-transform: rotate(45deg) translate(0, -55%);
    transform: rotate(45deg) translate(0, -55%)
}
.main-pop-up .add-to-cart-form .select-wrap select {
    cursor: pointer;
    width: 100%;
    height: 100%;
    font-size: 14px;
    padding-left: 15px
}
.main-pop-up .add-to-cart-form .select-wrap select::-ms-expand {
    display: none
}
.main-pop-up .add-to-cart-form .input-num-wrap {
    text-align: center;
    line-height: 35px;
    overflow: hidden;
    position: relative
}
.main-pop-up .add-to-cart-form .input-num-wrap input {
    width: 50%;
    height: 100%;
    text-align: center;
    padding: 0;
    font-size: 14px
}
.main-pop-up .add-to-cart-form .input-num-wrap input.soldout {
    color: #C00000;
    font-size: 18px
}
.main-pop-up .add-to-cart-form .input-num-wrap .num-add, .main-pop-up .add-to-cart-form .input-num-wrap .num-minus {
    cursor: pointer;
    padding: 15px 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.main-pop-up .add-to-cart-form .input-num-wrap .num-add {
    left: 5px
}
.main-pop-up .add-to-cart-form .input-num-wrap .num-add:after, .main-pop-up .add-to-cart-form .input-num-wrap .num-add:before {
    content: '';
    width: 10px;
    height: 1px;
    background-color: #4a4a4a;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
}
.main-pop-up .add-to-cart-form .input-num-wrap .num-add:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}
.main-pop-up .add-to-cart-form .input-num-wrap .num-add:hover:after, .main-pop-up .add-to-cart-form .input-num-wrap .num-add:hover:before {
    width: 10px;
    height: 2px;
    background-color: #d77b7b
}
.main-pop-up .add-to-cart-form .input-num-wrap .num-minus {
    right: 5px
}
.main-pop-up .add-to-cart-form .input-num-wrap .num-minus:before {
    content: '';
    width: 10px;
    height: 1px;
    background-color: #4a4a4a;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
}
.main-pop-up .add-to-cart-form .input-num-wrap .num-minus:hover:before {
    width: 10px;
    height: 2px;
    background-color: #d77b7b
}
@media (min-width:768px) {
    .main-pop-up .product-img-box {
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin-bottom: -20%
    }
}
@media (max-width:767px) {
    .main-pop-up .product-img-box {
        margin-left: auto;
        margin-right: auto
    }
}
#add-to-cart-modal .modal-content.main-pop-up, #plus-add-to-cart-modal .modal-content.main-pop-up {
    padding: 20px 20px 0px 20px
}
@media (max-width:768px) {
    #add-to-cart-modal .main-pop-up .product-img-box, #plus-add-to-cart-modal .main-pop-up .product-img-box {
        max-width: 100%;
        width: 100%;
        -webkit-transform: translate(0, 0px);
        -ms-transform: translate(0, 0px);
        transform: translate(0, 0px);
        margin-bottom: 0
    }
}
@media (min-width:768px) and (max-height:700px) {
    #add-to-cart-modal .main-pop-up .product-img-box, #plus-add-to-cart-modal .main-pop-up .product-img-box {
        max-width: 100%;
        width: 100%;
        left: 0;
        margin-bottom: 0;
        -webkit-transform: translate(0, 0px);
        -ms-transform: translate(0, 0px);
        transform: translate(0, 0px)
    }
}
@media (max-width:768px) {
    .main-pop-up .add-to-cart-form .input-num-wrap input.soldout {
        font-size: 14px
    }
}
@media (max-width:480px) {
    #add-to-cart-modal .main-pop-up .text-wrap {
        padding: 0
    }
    .main-pop-up .add-to-cart-form .input-num-wrap, .main-pop-up .add-to-cart-form .select-wrap {
        width: 40%;
        vertical-align: middle
    }
    .main-pop-up .add-to-cart-form .input-num-wrap input.soldout {
        font-size: 16px
    }
}
@keyframes loader-bar-ani {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}
@-webkit-keyframes loader-bar-ani {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}
.product-loader-wrap {
    position: relative;
    height: 55px;
    margin-top: 20px;
    margin-bottom: 45px
}
.product-loader-wrap p {
    text-align: center;
    position: absolute;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
    text-indent: 8px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}
.product-loader {
    position: absolute;
    -webkit-transform: translate(-50%, 0) scale(0.3);
    -ms-transform: translate(-50%, 0) scale(0.3);
    transform: translate(-50%, 0) scale(0.3);
    left: 50%;
    top: 0
}
.product-loader div {
    position: absolute;
    -webkit-animation: loader-bar-ani linear 1s infinite;
    animation: loader-bar-ani linear 1s infinite;
    background: #ffada6;
    width: 3px;
    height: 18px;
    -webkit-transform-origin: 2px 38px;
    -ms-transform-origin: 2px 38px;
    transform-origin: 2px 38px
}
.product-loader div:first-child {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-delay: -0.916666666666667s;
    animation-delay: -0.916666666666667s
}
.product-loader div:nth-child(2) {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-animation-delay: -0.833333333333333s;
    animation-delay: -0.833333333333333s
}
.product-loader div:nth-child(3) {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-delay: -0.75s;
    animation-delay: -0.75s
}
.product-loader div:nth-child(4) {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation-delay: -0.666666666666667s;
    animation-delay: -0.666666666666667s
}
.product-loader div:nth-child(5) {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
    -webkit-animation-delay: -0.583333333333333s;
    animation-delay: -0.583333333333333s
}
.product-loader div:nth-child(6) {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s
}
.product-loader div:nth-child(7) {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-delay: -0.416666666666667s;
    animation-delay: -0.416666666666667s
}
.product-loader div:nth-child(8) {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
    -webkit-animation-delay: -0.333333333333333s;
    animation-delay: -0.333333333333333s
}
.product-loader div:nth-child(9) {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
    -webkit-animation-delay: -0.25s;
    animation-delay: -0.25s
}
.product-loader div:nth-child(10) {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-animation-delay: -0.166666666666667s;
    animation-delay: -0.166666666666667s
}
.product-loader div:nth-child(11) {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
    -webkit-animation-delay: -0.083333333333333s;
    animation-delay: -0.083333333333333s
}
.product-loader div:nth-child(12) {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}
.ec-sale .limited-sales-wrap {
    margin: 0
}
.limited-sales-wrap {
    padding: 4vh 0;
    position: relative;
    background-color: #FDECED
}
.limited-sales-wrap.soldout .next-btn, .limited-sales-wrap.soldout .product-wrap {
    pointer-events: none
}
.limited-sales-wrap.soldout .product-wrap {
    position: relative
}
.limited-sales-wrap.soldout .soldout-img {
    display: block
}
.limited-sales-wrap .soldout-img {
    display: none;
    position: absolute;
    width: 100vw;
    background-color: rgba(254, 161, 161, 0.7);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    max-height: 350px;
    height: 75%
}
.limited-sales-wrap .head {
    font-size: 0;
    letter-spacing: 0;
    margin-bottom: 3.5vh
}
.limited-sales-wrap .countdown-timer {
    font-size: 32px;
    text-align: center;
    margin-top: 3.5vh
}
.limited-sales-wrap .countdown-timer span {
    font-size: 65%;
    display: inline-block;
    padding: 0;
    margin: 0
}
.limited-sales-wrap .countdown-timer .highlight {
    font-size: 100%;
    min-width: 1.32em;
    color: #FEA1A1;
    font-weight: bold;
    text-align: center
}
.limited-sales-wrap .banner-wrap {
    text-align: center
}
.limited-sales-wrap .banner-wrap img {
    max-width: 100%
}
.limited-sales-wrap a.next-btn {
    min-width: 120px;
    display: inline-block;
    text-transform: capitalize
}
@media (min-width:1200px) {
    .limited-sales-wrap .banner-wrap {
        width: 50%;
        margin-left: auto;
        margin-right: auto
    }
}
@media (max-width:1199px) {
    .limited-sales-wrap.index-sales-wrap .product-item-col:nth-child(4) {
        display: none
    }
}
@media (max-width:991px) {
    .limited-sales-wrap.index-sales-wrap .product-item-col:nth-child(3), .limited-sales-wrap.index-sales-wrap .product-item-col:nth-child(4) {
        display: none
    }
}
@media (max-width:768px) {
    .limited-sales-wrap .next-btn-wrap {
        margin-right: 5px;
        margin-top: 15px
    }
}
@media (max-width:576px) {
    .limited-sales-wrap .soldout-img {
        height: 67%
    }
}
.ec-order .select-wrap {
    float: none
}
.ec-order .main-features-wrap {
    margin: 10px auto;
    padding: 0px;
    margin-top: 5px;
    width: 100vw;
    left: 0
}
@media (min-width:768px) {
    .ec-order .main-features-wrap {
        width: 750px
    }
}
@media (min-width:992px) {
    .ec-order .main-features-wrap {
        width: 970px
    }
}
@media (min-width:1200px) {
    .ec-order .main-features-wrap {
        width: 1170px
    }
}
.ec-order .main-features {
    padding: 0;
    margin-bottom: 30px
}
.ec-order .main-features ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.ec-order .main-features ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block
}
.ec-order .main-features ul li a {
    display: block;
    color: #a4aab3;
    font-size: 12px;
    cursor: pointer;
    padding: 30px 0px
}
.ec-order .main-features ul li a.active, .ec-order .main-features ul li a:hover {
    color: #d77b7b;
    font-size: 14px;
    font-weight: normal
}
.ec-order .main-features ul li:first-child a {
    margin-right: 30px
}
.ec-order a.anchor-set {
    border: 1px solid red;
    color: #fff;
    opacity: 0;
    padding-top: 100px;
    font-size: 0px
}
.ec-order .product-wrap {
    background-color: #ffe9e9;
    border-radius: 5px;
    margin-bottom: 20px
}
.ec-order .product-wrap .title {
    padding: 15px 15px 10px 15px
}
.ec-order .product-wrap .title h4 {
    display: inline-block;
    font-weight: normal;
    letter-spacing: 2.2px;
    color: #000;
    vertical-align: middle
}
.ec-order .product-wrap .title img {
    vertical-align: middle;
    margin-right: 10px
}
.ec-order .product-wrap .activity-note {
    padding: 15px 15px 10px 15px
}
.ec-order .product-wrap .activity-note .highlight-sty-2 {
    text-indent: -16px;
    padding-left: 16px
}
.ec-order .product-wrap .product-item-wrap {
    padding: 0px 10px;
    margin-bottom: 30px
}
.ec-order .product-wrap .total-note {
    display: block;
    color: #d77b7b;
    padding: 0px 10px 10px 50px
}
.ec-order .product-wrap .total-note span {
    padding: 0px 5px;
    font-weight: normal
}
.ec-order .product-wrap .total-note .unchosen-note {
    display: block
}
.ec-order .product-wrap .total-note .chosen-note {
    display: none
}
.ec-order .product-wrap .total-note.chosen .unchosen-note {
    display: none
}
.ec-order .product-wrap .total-note.chosen .chosen-note {
    display: block
}
.ec-order .product-wrap .product-item {
    margin-bottom: 0px
}
.ec-order .product-wrap .subtotal-note-wrap {
    position: relative;
    margin: 10px 0px
}
.ec-order .product-wrap .subtotal-note-wrap .dlt-btn, .ec-order .product-wrap .subtotal-note-wrap .subtotal-note {
    display: none
}
.ec-order .product-wrap .subtotal-note-wrap.active .dlt-btn {
    display: block;
    float: right;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}
.ec-order .product-wrap .subtotal-note-wrap.active .dlt-btn img {
    padding: 8px 0px
}
.ec-order .product-wrap .subtotal-note-wrap.active .dlt-btn:hover {
    opacity: 0.8
}
.ec-order .product-wrap .subtotal-note-wrap.active .subtotal-note {
    float: left;
    width: 85%;
    display: block;
    padding: 8px 5px;
    background-color: #fff;
    border-radius: 5px;
    font-size: 0px;
    text-align: center;
    position: relative;
    vertical-align: middle
}
.ec-order .product-wrap .subtotal-note-wrap.active .subtotal-note p {
    display: inline-block;
    width: 45%;
    font-size: 16px;
    text-align: center;
    position: relative
}
.ec-order .product-wrap .subtotal-note-wrap.active .subtotal-note p:first-child {
    width: 40%
}
.ec-order .product-wrap .subtotal-note-wrap.active .subtotal-note p:nth-child(2) {
    width: 59%
}
.ec-order .product-wrap .subtotal-note-wrap.active .subtotal-note span {
    color: #d77b7b
}
.ec-order .product-wrap .subtotal-note-wrap.active .subtotal-note img {
    vertical-align: middle
}
@media (min-width:768px) {
    .ec-order .product-wrap .row {
        margin-left: -15px;
        padding-right: 40px;
        padding-left: 10px ;
        display: flex ;
        flex-wrap: wrap ;
    }
}
@media (max-width:1199px) {
    .ec-order .product-wrap .activity-note {
        padding: 10px 10px 20px 50px
    }
}
@media (max-width:768px) {
    .ec-order .main-features-wrap {
        margin-top: 5px;
        width: 100vw;
        left: 0
    }
    .ec-order .main-features {
        padding: 0;
        margin-bottom: 30px;
        margin-top: 5px;
        border-bottom: 0px
    }
    .ec-order .main-features ul {
        font-size: 0px;
        border-top: 1px solid #FEA1A1;
        border-bottom: 1px solid #FEA1A1
    }
    .ec-order .main-features ul li {
        display: inline-block;
        width: 49.9%;
        text-align: center
    }
    .ec-order .main-features ul li a {
        color: #d3d3d3;
        font-size: 14px;
        margin: 0;
        padding: 15px 0px
    }
    .ec-order .main-features ul li a.active, .ec-order .main-features ul li a:hover {
        color: #ffffff;
        font-size: 14px;
        font-weight: 500;
        background-color: #ffafaf
    }
    .ec-order .main-features ul li:first-child a {
        margin-right: 0px
    }
    .ec-order .product-wrap .activity-note .highlight-sty-2 {
        text-indent: -14px;
        padding-left: 14px
    }
    .ec-order .product-wrap .subtotal-note-wrap.active {
        position: relative
    }
    .ec-order .product-wrap .subtotal-note-wrap.active .dlt-btn {
        position: absolute;
        float: none;
        right: 10px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        z-index: 1
    }
    .ec-order .product-wrap .subtotal-note-wrap.active .subtotal-note {
        float: none;
        width: 100%;
        display: block;
        padding: 8px 10px
    }
    .ec-order .product-wrap .subtotal-note-wrap.active .subtotal-note p {
        display: block;
        text-align: left
    }
    .ec-order .product-wrap .subtotal-note-wrap.active .subtotal-note p:first-child, .ec-order .product-wrap .subtotal-note-wrap.active .subtotal-note p:nth-child(2) {
        width: 100%
    }
    .ec-order .product-wrap .subtotal-note-wrap.active .subtotal-note p, .ec-order .product-wrap .subtotal-note-wrap.active .subtotal-note p span {
        font-size: 12px
    }
}
.step-bar-wrap {
    height: 70px;
    font-size: 0px;
    text-align: center;
    margin-bottom: 35px
}
.step-bar-wrap .step-bar {
    display: inline-block;
    width: 33%;
    height: 100%;
    position: relative;
    text-align: center
}
.step-bar-wrap .step-bar img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%
}
.step-bar-wrap .step-bar p {
    color: #FEA1A1;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 14px
}
.step-bar-wrap .step-bar.active p {
    color: #ffffff
}
@media (max-width:991px) {
    .step-bar-wrap {
        height: 45px
    }
}
@media (max-width:480px) {
    .step-bar-wrap {
        height: 40px
    }
}
.order-list-col {
    overflow: hidden;
    border-bottom: 1px solid #FEA1A1
}
.order-list-wrap [class^=col-] {
    padding: 0px
}
.order-list-wrap>.row.order-list {
    border-top: 1px solid #FEA1A1
}
.order-list-wrap>.row {
    padding-top: 15px;
    padding-bottom: 15px
}
.order-list-wrap>.row:first-child {
    border-top: 0px
}
.order-list-wrap>.row.plus-proudut-list {
    border-top: 0px solid #FEA1A1;
    position: relative;
    padding-bottom: 15px
}
.order-list-wrap>.row.plus-proudut-list:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50px;
    width: 100%;
    height: 1px;
    background-color: #FEA1A1;
    clear: both
}
.order-list-wrap .order-list-header {
    color: #aaa;
    font-size: 12px
}
.order-list-wrap .order-list-header [class^=col-] {
    vertical-align: middle
}
.order-list-wrap .product-img {
    height: auto;
    width: 50px;
    vertical-align: top
}
.order-list-wrap a {
    color: #4a4a4a;
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px
}
.order-list-wrap a:hover {
    opacity: 0.8
}
.order-list-wrap .product-title a {
    font-weight: bold;
    font-weight: normal;
    padding: 5px 0px;
    margin-right: 5px;
    text-align: left;
    display: block;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1.3px
}
.order-list-wrap .tag-on-sale {
    color: #FEA1A1;
    border: 1px solid #FEA1A1;
    padding: 0px 5px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    text-align: left
}
.order-list-wrap .border-0 {
    border: 1px solid transparent
}
.order-list-wrap .product-title, .order-list-wrap .tag-on-sale {
    display: inline-block
}
.order-list-wrap .product-intro {
    font-size: 12px;
    letter-spacing: 1.3px;
    font-weight: 500;
    line-height: 1.8;
    text-align: left
}
.order-list-wrap .sm-product-info {
    word-break: break-word;
    line-height: 1.8
}
.order-list-wrap .sm-product-info span {
    font-weight: 500;
    font-size: 14px
}
.order-list-wrap .sm-product-info span.number {
    font-weight: bold;
    font-weight: normal
}
.bonus-list-wrap {
    border-top: 0;
    background-color: #ffeded;
    border-radius: 12px;
    padding: 15px
}
.bonus-list-wrap .title {
    margin-bottom: 15px
}
.bonus-list-wrap .title img {
    margin-right: 10px
}
.bonus-list-wrap .title h4 {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    letter-spacing: 2.2px;
    color: #000;
    vertical-align: middle
}
.bonus-list-wrap .tag-title {
    margin-bottom: 15px
}
.bonus-list-wrap .tag-title p {
    margin: 5px 0;
    font-size: 12px;
    color: #888
}
.bonus-list-wrap .tag-title span {
    padding: 3px 8px;
    font-size: 14px;
    border-radius: 4px;
    background-color: #FEA1A1;
    color: #fff
}
.bonus-list-wrap .bonus-item {
    padding: 0 15px
}
.bonus-list-wrap .bonus-item:not(:last-child) {
    margin-bottom: 10px
}
.bonus-list-wrap .quantity-wrap {
    display: block;
    width: 100%;
    font-size: 0;
    letter-spacing: 0;
    text-align: right
}
.bonus-list-wrap .quantity-wrap .select-sty-1 {
    width: 100%;
    max-width: 120px
}
.bonus-list-wrap .quantity-wrap>div {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 10px);
    margin: 0 5px 10px;
    font-size: 14px;
    letter-spacing: .5px
}
.total-wrap-pc {
    padding: 0px 15px
}
.total-box-wrap {
    padding: 10px 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    display: inline-block;
    margin-bottom: 25px;
    width: 100%
}
.total-box-wrap table {
    width: 100%
}
.total-box-wrap .total-box td {
    padding: 15px 0px
}
.total-box-wrap .total-box td.point-text {
    color: #d0021b
}
.total-box-wrap .total-box tr td:last-child {
    text-align: right;
    font-weight: normal
}
.total-box-wrap .total-box tr {
    border-bottom: 1px dashed #eee
}
.total-box-wrap .total-box tr:last-child {
    border-bottom: 0px
}
.total-box-wrap .total-box td span {
    font-weight: bold;
    font-weight: normal
}
.total-box-wrap .total-box td span.point {
    color: #d0021b;
}
.cart-error-text{
    color: #ed143d;
    font-size: 14px;
    font-weight: bold;
}
@media (min-width:992px) {
    .order-list-wrap .sm-product-info {
        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
    }
}
@media (max-width:991px) {
    .order-list-wrap .sm-product-info {
        text-align: left
    }
    .order-list-wrap .product-title {
        width: 65%
    }
    .order-list-wrap>.row:nth-child(2) {
        border-top: 1px solid #FEA1A1
    }
    .order-list-wrap .plus-proudut-list .product-title {
        width: 100%
    }
    .bonus-list-wrap .product-title {
        width: 100%
    }
}
@media (max-width:768px) {
    .order-list-wrap .product-title a {
        font-size: 14px
    }
    .order-list-wrap .product-img {
        width: 40px
    }
}
@media (max-width:480px) {
    .order-list-wrap .sm-product-info {
        font-size: 12px;
        padding: 2px 0px
    }
    .order-list-wrap .sm-product-info span {
        font-size: 12px
    }
}
.delivery-info-wrap .subtitle {
    font-size: 14px;
    color: #9b9b9b;
    letter-spacing: 1px
}
.delivery-info-wrap .delivery-info {
    padding: 5px 0px 15px 0px;
    border-top: 1px solid #FEA1A1;
    border-bottom: 1px solid #FEA1A1;
    margin: 10px 0px
}
.delivery-info-wrap label.subtitle {
    width: 15%;
    vertical-align: top;
    text-align: left
}
.delivery-info-wrap input::-webkit-input-placeholder, .delivery-info-wrap textarea::-webkit-input-placeholder {
    color: #bfbfbf
}
.delivery-info-wrap input:-ms-input-placeholder, .delivery-info-wrap textarea:-ms-input-placeholder {
    color: #bfbfbf
}
.delivery-info-wrap input::-ms-input-placeholder, .delivery-info-wrap textarea::-ms-input-placeholder {
    color: #bfbfbf
}
.delivery-info-wrap input::placeholder, .delivery-info-wrap textarea::placeholder {
    color: #bfbfbf
}
.delivery-info-wrap .input-list {
    margin-top: 10px
}
.delivery-info-wrap .input-wrap {
    width: 351px;
    height: 36px;
    position: relative;
    display: inline-block
}
.delivery-info-wrap .input-wrap input {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    border: solid 1px #bfbfbf;
    padding: 0px 15px
}
.delivery-info-wrap .input-wrap input:focus, .delivery-info-wrap .input-wrap select:focus {
    outline: 0px;
    border: 2px solid #FEA1A1;
    border-radius: 3px
}
.delivery-info-wrap .input-wrap input[type=checkbox] {
    width: none;
    width: unset;
    height: none;
    height: unset;
    margin-right: 15px;
    width: auto;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
.delivery-info-wrap .input-wrap.check-item {
    vertical-align: bottom
}
.delivery-info-wrap .input-wrap.select:after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4.5px 0 4.5px;
    border-color: #4a4a4a transparent transparent transparent
}
.delivery-info-wrap .input-wrap.select select {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0px 10px;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#eeeeee));
    background: -webkit-linear-gradient(top, #fdfdfd, #eeeeee);
    background: -o-linear-gradient(top, #fdfdfd, #eeeeee);
    background: linear-gradient(to bottom, #fdfdfd, #eeeeee);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), inset 0 2px 0 0 #ffffff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), inset 0 2px 0 0 #ffffff;
    border: solid 1px #bfbfbf;
    color: #bfbfbf
}
.delivery-info-wrap .input-wrap.select select::-ms-expand {
    display: none
}
.delivery-info-wrap .input-wrap.select-sm {
    width: 160px
}
.delivery-info-wrap .input-wrap.select-half {
    width: 168px;
    margin-right: 10px
}
.delivery-info-wrap .link-wrap a {
    padding: 0px 10px;
    position: relative;
    font-size: 13px;
    letter-spacing: 1.2px;
    text-decoration: underline;
    color: #4a4a4a;
    cursor: pointer
}
.delivery-info-wrap .link-wrap a:hover {
    opacity: 0.8
}
.delivery-info-wrap .link-wrap a:first-child:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background-color: #d3d3d3
}
.delivery-info-wrap .link-wrap:first-child {
    border-right: 1px solid #d3d3d3
}
.delivery-info-wrap textarea {
    width: 84%;
    height: 150px;
    border-radius: 3px;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    border: solid 1px #bfbfbf;
    padding: 15px;
    resize: none
}
.delivery-info-wrap textarea:focus {
    outline: 0px;
    border: 2px solid #FEA1A1;
    border-radius: 3px
}
.delivery-info-wrap .error-hint {
    color: #f75454;
    margin-left: 15%;
    margin-top: 10px
}
@media (max-width:991px) {
    .delivery-info-wrap .input-wrap.select-sm {
        width: 150px
    }
    .delivery-info-wrap .input-wrap.select-half {
        width: 39%;
        margin-right: 0px
    }
    .delivery-info-wrap label.subtitle {
        width: 20%
    }
    .delivery-info-wrap .error-hint {
        margin-left: 20%
    }
    .delivery-info-wrap .input-wrap {
        width: 79%
    }
    .delivery-info-wrap textarea {
        width: 79%
    }
}
@media (max-width:480px) {
    .delivery-info-wrap .input-wrap.select-sm {
        width: 100%;
        margin-bottom: 10px
    }
    .delivery-info-wrap .input-wrap.select-half {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px
    }
    .delivery-info-wrap .link-wrap {
        display: block;
        margin: 10px 0px
    }
    .delivery-info-wrap label.subtitle {
        width: 100%
    }
    .delivery-info-wrap .error-hint {
        margin-left: 0
    }
    .delivery-info-wrap .input-wrap {
        width: 100%
    }
    .delivery-info-wrap textarea {
        width: 100%
    }
}
.delivery-content-wrap {
    background-color: #ffe9e9;
    border-radius: 5px;
    margin: 0px -15px;
    padding: 20px
}
.delivery-content-wrap .header {
    margin-bottom: 5px
}
.delivery-content-wrap .header .subtitle {
    font-weight: normal;
    letter-spacing: 2.2px;
    color: #000;
    vertical-align: middle
}
.delivery-content-wrap .header .subtitle img {
    margin-right: 10px;
    vertical-align: middle
}
.delivery-content-wrap .body {
    margin-left: 40px
}
.delivery-content-wrap .body h5 {
    font-size: 14px;
    letter-spacing: 1.8px;
    color: #9b9b9b;
    margin-top: 20px
}
.delivery-content-wrap .body p {
    font-weight: normal;
    letter-spacing: 2px
}
@media (max-width:768px) {
    .delivery-content-wrap {
        border-radius: 0px
    }
}
.member-list-wrap {
    width: 75%;
    margin: 0 auto
}
.member-list-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.member-list-wrap .member-list-item {
    position: relative;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    margin: 0;
    padding: 0;
    list-style: none
}
.member-list-wrap .member-list-item:after {
    content: '';
    width: 10px;
    height: 10px;
    border-right: 2px solid #d77b7b;
    border-bottom: 2px solid #d77b7b;
    -webkit-transform-origin: cneter center;
    -ms-transform-origin: cneter center;
    transform-origin: cneter center;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg)
}
.member-list-wrap .member-list-item a {
    display: block;
    padding: 15px;
    border-bottom: 1px solid #FEA1A1;
    color: #714242;
    letter-spacing: 0px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background-color: transparent
}
.member-list-wrap .member-list-item span.list-style {
    display: inline-block;
    font-family: 'Vollkorn';
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 7px;
    color: #d77b7b;
    min-width: 60px
}
.member-list-wrap .member-list-item:hover:after {
    right: 15px
}
.member-list-wrap .member-list-item:hover a {
    opacity: 0.9;
    background-color: rgba(254, 161, 161, 0.1)
}
.text-wrap.member .title {
    padding: 35px 0px;
    text-align: center
}
.text-wrap.member .title span {
    position: relative
}
.text-wrap.member .title .hello-mark {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate(-100%, -100%);
    -ms-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%)
}
.text-wrap.member .title .member-name {
    color: #d77b7b
}
.text-wrap.member .input-wrap {
    width: 80%;
    margin: 0 auto
}
.text-wrap.member .input-wrap label {
    width: 15%;
    text-align: right;
    padding-right: 15px
}
.text-wrap.member .input-wrap .input-item {
    width: 84%;
    height: 36px;
    margin-bottom: 25px;
    display: inline-block
}
.text-wrap.member .input-wrap .input-item input {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    border: solid 1px #bfbfbf;
    padding: 0px 15px
}
.text-wrap.member .input-wrap .input-item input::-webkit-input-placeholder {
    color: #bfbfbf
}
.text-wrap.member .input-wrap .input-item input:-ms-input-placeholder {
    color: #bfbfbf
}
.text-wrap.member .input-wrap .input-item input::-ms-input-placeholder {
    color: #bfbfbf
}
.text-wrap.member .input-wrap .input-item input::placeholder {
    color: #bfbfbf
}
.text-wrap.member .input-wrap .input-item input:focus {
    outline: 0;
    border: 2px solid #FEA1A1
}
.text-wrap.member .input-wrap .input-item .verification-row {
    margin-right: -5px;
    margin-left: -5px
}
.text-wrap.member .input-wrap .input-item .verification {
    height: 36px;
    vertical-align: middle;
    padding-right: 5px;
    padding-left: 5px
}
.text-wrap.member .input-wrap .input-item .verification .img-box {
    display: inline-block;
    height: 36px;
    width: 130px;
    border-radius: 3px;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    border: solid 1px #bfbfbf;
    text-align: center;
    position: relative;
    vertical-align: middle
}
.text-wrap.member .input-wrap .input-item .verification .img-box img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%
}
.text-wrap.member .input-wrap .input-item .verification a {
    font-size: 13px;
    letter-spacing: 2px;
    color: #4a4a4a;
    cursor: pointer;
    margin-left: 15px;
    line-height: 36px
}
.text-wrap.member .input-wrap .input-item .verification a img {
    margin-right: 10px
}
.text-wrap.member .input-wrap .input-item .verification a:hover {
    opacity: 0.8
}
.text-wrap.member .input-wrap .verification-label {
    vertical-align: top;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%)
}
@media (max-width:768px) {
    .text-wrap.member .input-wrap .verification-label {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}
.text-wrap.member .features-wrap {
    float: right;
    padding: 2px 0px
}
.text-wrap.member .features-wrap a {
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #4a4a4a;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    padding: 0px 10px;
    border-right: 1px solid #4a4a4a
}
.text-wrap.member .features-wrap a:hover {
    color: #FEA1A1
}
.text-wrap.member .features-wrap a:last-child {
    border-right: 0px
}
.main-pop-up .cta-btn-wrap.btn-seperate {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    min-width: 520px
}
.main-pop-up .cta-btn-wrap.btn-seperate .cta-btn {
    -webkit-box-shadow: 0px 16px 35px -15px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 16px 35px -15px rgba(0, 0, 0, 0.7);
    background-color: #FEA1A1;
    margin: 0px 5px
}
.main-pop-up .cta-btn-wrap.btn-seperate .cta-btn.cta-btn-2 {
    width: 45%
}
.main-pop-up .cta-btn-wrap.btn-seperate .cta-btn.cta-btn-2:first-child:before {
    display: none
}
.main-pop-up .cta-btn-wrap.btn-seperate .cta-btn.facebook-color {
    background-color: #4267a7
}
@media (max-width:768px) {
    .main-pop-up .cta-btn-wrap.btn-seperate {
        min-width: 450px
    }
    .text-wrap.member .input-wrap label {
        width: auto
    }
    .text-wrap.member .input-wrap .input-item {
        display: block;
        width: 100%
    }
    .text-wrap.member .features-wrap {
        float: none;
        clear: both;
        text-align: center
    }
    .member-list-wrap {
        width: 90%
    }
}
@media (max-width:480px) {
    .main-pop-up .cta-btn-wrap.btn-seperate {
        min-width: 350px
    }
    .text-wrap.member .input-wrap {
        width: 100%
    }
}
.text-wrap.member.subscribe .input-wrap label {
    width: 100%;
    text-align: left
}
.text-wrap.member.subscribe .input-wrap .input-item {
    width: 100%
}
.sec-layout .modal-content.eyedegree {
    min-height: 0
}
.sec-layout .main-title .point-num {
    color: #d77b7b;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Helvetica';
    letter-spacing: 2px;
    padding: 0px 10px
}
.tab-wrap {
    width: 500px;
    margin: 0 auto;
    margin-bottom: 20px
}
.tab-wrap .nav-tabs {
    font-size: 0px;
    position: relative;
    border-bottom: 0
}
.tab-wrap .nav-tabs li {
    float: none;
    display: inline-block;
    width: 49.9%;
    text-align: center;
    border: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}
.tab-wrap .nav-tabs li a {
    color: #4a4a4a;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 700;
    border: 0;
    padding: 5px 5px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}
.tab-wrap .nav-tabs li a:hover {
    border-color: transparent;
    background-color: rgba(254, 161, 161, 0.1)
}
.tab-wrap .nav-tabs li.active {
    border: 0
}
.tab-wrap .nav-tabs li.active a {
    background-color: rgba(254, 161, 161, 0.1);
    border: 0
}
.tab-wrap .nav-tabs:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1px;
    height: 20px;
    background-color: #FEA1A1
}
.tab-wrap .nav-tabs .point-num {
    color: #d77b7b;
    font-size: 26px;
    font-weight: 700;
    font-family: 'Helvetica';
    letter-spacing: 1.7px;
    padding: 0px 5px
}
.note-wrap {
    margin-top: 15px
}
.note-wrap p {
    width: 100%;
    text-align: left
}
.note-wrap .note-list li, .note-wrap p {
    color: #9b9b9b;
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 1.8
}
.note-wrap .note-list li p, .note-wrap p p {
    margin-bottom: 0px
}
.note-wrap.color-black .note-list li, .note-wrap.color-black p {
    color: #4a4a4a
}
.note-wrap.color-black .note-list li:before, .note-wrap.color-black p:before {
    background-color: #4a4a4a
}
.note-list li {
    margin-left: 18px;
    position: relative
}
.note-list li:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #9b9b9b;
    position: absolute;
    left: -18px;
    top: 5px
}
@media (max-width:768px) {
    .tab-wrap {
        width: 100%;
        margin: 0;
        margin-bottom: 20px
    }
    .tab-wrap .nav-tabs .point-num {
        font-size: 16px;
        word-break: break-word;
        word-wrap: break-word
    }
}
.list-text-wrap {
    margin: 0 auto;
    width: 80%
}
.list-text-wrap .note-list {
    padding: 70px 0px 50px 0px
}
.list-text-wrap .note-list li {
    margin-bottom: 20px;
    font-size: 13px
}
.list-text-wrap .note-list li:before {
    background-color: #4a4a4a
}
.list-text-wrap .note-list li a {
    color: #d77b7b;
    font-size: 13px;
    text-decoration: underline;
    font-weight: normal
}
.list-text-wrap .note-list li a:hover {
    opacity: 0.8
}
.list-text-wrap .note-list.no-list-style {
    padding: 0
}
.list-text-wrap .note-list.no-list-style li {
    list-style-type: none;
    text-indent: -18px
}
.list-text-wrap .note-list.no-list-style li:before {
    display: none
}
.text-wrap.points-redeem {
    padding: 45px 0px 20px 0px
}
.text-wrap.points-redeem .no-point-wrap {
    display: none;
    text-align: center
}
.text-wrap.points-redeem.no-point .no-point-wrap {
    display: block
}
.list-text-wrap.points-redeem .note-list {
    position: relative;
    padding: 20px 0px 40px 0px
}
.list-text-wrap.points-redeem .note-list li {
    margin-bottom: 10px
}
.list-text-wrap.points-redeem .note-list:before {
    content: '';
    width: 80%;
    height: 1px;
    background-color: #FEA1A1;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}
.redeem-select-field {
    margin-bottom: 5px
}
.have-point-wrap .row {
    margin: 0
}
.have-point-wrap .point-list {
    font-size: 0;
    letter-spacing: 0
}
.have-point-wrap .point-item {
    padding: 0px 10px;
    margin-bottom: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 3)
}
.have-point-wrap .point-item .subtitle {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 2px
}
.have-point-wrap .point-item .subtitle .point-num {
    letter-spacing: 1.7px;
    font-size: 26px;
    color: #d77b7b;
    font-weight: 700;
    padding: 0px 5px;
    vertical-align: middle
}
.have-point-wrap .point-item .img-box {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 15px;
    max-width: 350px
}
.have-point-wrap .point-item .img-box img {
    width: 100%;
    height: auto
}
.have-point-wrap .point-item .product-title {
    margin-bottom: 10px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    height: 48px
}
.have-point-wrap .point-item .check-wrap label {
    display: block;
    padding: 5px 5px;
    background-image: url("../images/1x/select.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto;
    cursor: pointer
}
.have-point-wrap .point-item .check-wrap input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 0
}
.have-point-wrap .point-item .check-wrap input:checked+label {
    background-image: url("../images/1x/select_filled.png")
}
@media (max-width:991px) {
    .have-point-wrap .point-item {
        width: calc(100% / 2)
    }
}
@media (max-width:576px) {
    .have-point-wrap .point-item {
        width: 100%
    }
}
.main-pop-up .have-point-wrap .add-to-cart-form {
    padding: 0
}
.main-pop-up .have-point-wrap .add-to-cart-form .input-num-wrap, .main-pop-up .have-point-wrap .add-to-cart-form .select-wrap {
    width: 46%;
    margin: 0
}
.main-pop-up .have-point-wrap .add-to-cart-form .select-wrap {
    margin-right: 5px
}
.input-num-wrap.for-one {
    display: block!important;
    margin: 0 auto 5px auto!important
}
.points-redeem-rules .main-table-wrap .main-table {
    max-height: none;
    max-height: unset
}
.points-redeem-rules .main-table-wrap .main-table table tr th:first-child {
    width: 45%
}
.broadcast-bar {
    background-color: #FEA1A1;
    position: relative;
    padding: 12px 15px;
    margin-bottom: 20px
}
.broadcast-bar:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #FEA1A1;
    top: -5px;
    left: 0
}
.broadcast-bar p {
    text-align: center;
    color: #fff;
    letter-spacing: 0.7px
}
.broadcast-bar img {
    padding-right: 15px
}
@media (max-width:991px) {
    .broadcast-bar p {
        text-indent: -45px;
        margin-left: 45px;
        text-align: left
    }
}
@media (max-width:768px) {
    .sec-layout .main-title.no-border {
        width: 100%
    }
}
.eye-code .form-wrap {
    width: 83%;
    margin: 0 auto
}
.eye-code .g-recaptcha>div {
    margin: 0 auto
}
.eye-code .input-wrap {
    height: 36px;
    position: relative;
    margin-bottom: 25px
}
.eye-code .input-wrap input {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    border: solid 1px #bfbfbf;
    padding: 0px 15px
}
.eye-code .input-wrap input::-webkit-input-placeholder {
    color: #bfbfbf
}
.eye-code .input-wrap input:-ms-input-placeholder {
    color: #bfbfbf
}
.eye-code .input-wrap input::-ms-input-placeholder {
    color: #bfbfbf
}
.eye-code .input-wrap input::placeholder {
    color: #bfbfbf
}
.eye-code .input-wrap input:focus {
    outline: 0;
    border: 1.5px solid #FEA1A1
}
.eye-code .verification-wrap .img-box {
    display: inline-block;
    height: 36px;
    width: 130px;
    border-radius: 3px;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    border: solid 1px #bfbfbf;
    text-align: center;
    position: relative;
    vertical-align: middle
}
.eye-code .verification-wrap .img-box img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%
}
.eye-code .verification-wrap a {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #4a4a4a;
    cursor: pointer;
    margin-left: 15px
}
.eye-code .verification-wrap a img {
    margin-right: 10px
}
.eye-code .verification-wrap a:hover {
    opacity: 0.8
}
.eye-code .form-wrap .link-sty-1 {
    margin-bottom: 30px
}
.eye-code .form-wrap .cta-btn-wrap {
    min-height: 40px;
    text-align: center;
    margin: 20px 0px
}
.eye-code .form-wrap .cta-btn-wrap .cta-btn {
    display: inline-block;
    width: 250px;
    background-color: #FEA1A1;
    text-align: center;
    font-size: 0;
    cursor: pointer
}
.eye-code .form-wrap .cta-btn-wrap .cta-btn a {
    display: block;
    padding: 9px 0px;
    color: #fff;
    font-weight: normal;
    background-color: rgba(255, 255, 255, 0);
    -webkit-box-shadow: 0px 16px 35px -15px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 16px 35px -15px rgba(0, 0, 0, 0.3);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}
.eye-code .form-wrap .cta-btn-wrap .cta-btn a:hover {
    background-color: rgba(255, 255, 255, 0.15)
}
.eye-code .form-wrap .cta-btn-wrap .cta-btn a:active {
    -webkit-box-shadow: 0px 10px 25px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 25px -5px rgba(0, 0, 0, 0.3)
}
.member-coupon.eye-code .input-wrap {
    margin-bottom: 0
}
@media (min-width:991px) {
    .eye-code {
        text-align: left
    }
    .eye-code .form-wrap {
        text-align: center
    }
    .eye-code .input-item {
        display: inline-block
    }
    .eye-code .input-item, .eye-code .input-wrap, .eye-code .verification-wrap {
        display: inline-block
    }
    .eye-code .input-item label, .eye-code .input-wrap label, .eye-code .verification-wrap label {
        display: block
    }
    .eye-code .input-item {
        width: 304px
    }
    .eye-code .input-wrap {
        width: 100%
    }
    .eye-code .verification-wrap {
        margin-top: 25px
    }
}
@media (max-width:768px) {
    .eye-code .form-wrap {
        width: 100%
    }
    .eye-code .main-table-wrap .main-table table tr th:first-child {
        width: 45%
    }
}
.member-rights .modal-content.main-pop-up {
    padding: 0px 10px 40px 10px
}
.member-rights .main-table-wrap {
    padding: 10px 0px
}
.member-rights .main-table-wrap .main-paragraph {
    width: 100%
}
.member-rights .main-table-wrap .main-paragraph p {
    width: 80%;
    font-weight: 500
}
.member-rights .main-table-wrap .main-paragraph p.title {
    width: auto;
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 10px;
    font-weight: 700;
    text-align: center
}
.member-rights .main-table-wrap .main-paragraph a.link-color {
    font-size: 14px;
    color: #d77b7b
}
.member-rights .main-table-wrap .main-paragraph a.link-color:hover {
    opacity: 0.8
}
.member-rights .member-activity-list {
    width: 75%;
    font-size: 0px;
    padding: 0;
    margin: 30px auto 15px auto
}
.member-rights .member-activity-list li {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    position: relative
}
.member-rights .member-activity-list li .img-box {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    text-align: center
}
.member-rights .member-activity-list li .img-box img {
    vertical-align: middle;
    width: auto;
    height: auto;
    max-width: 60px
}
.member-rights .member-activity-list li p {
    vertical-align: bottom;
    margin-top: 5px;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 15px;
    width: 100%
}
.member-rights .member-activity-list li span {
    font-size: 14px;
    color: #a4aab3
}
.member-rights .member-activity-list li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}
.member-rights .member-activity-list.big {
    width: 100%
}
.member-rights .member-activity-list.big li .img-box {
    width: 100%;
    height: auto;
    max-width: 240px;
    margin-bottom: 20px
}
.member-rights .member-activity-list.big li img {
    width: 100%;
    height: auto;
    max-width: none;
    max-width: initial
}
.member-rights .member-activity-list.big a {
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    z-index: 1
}
.member-rights .member-activity-list.big a:hover {
    background-color: rgba(255, 255, 255, 0.3)
}
@media (max-width:768px) {
    .member-rights .member-activity-list {
        width: 100%
    }
    .member-rights .member-activity-list li {
        display: block;
        width: 60%;
        margin: 0 auto 25px auto
    }
    .member-rights .main-table-wrap .main-paragraph p {
        width: unset
    }
}
.text-wrap.member.signup {
    font-size: 0px;
    padding-top: 45px;
    padding-bottom: 45px
}
.text-wrap.member.signup label {
    font-size: 16px;
    display: block;
    width: 100%;
    text-align: left
}
.text-wrap.member.signup input, .text-wrap.member.signup select {
    font-size: 16px
}
.text-wrap.member.signup .input-wrap {
    width: 70%
}
.text-wrap.member.signup .input-wrap .input-item {
    width: 100%
}
.text-wrap.member.signup .input-wrap .row.bd-wrap {
    margin-left: -5px;
    margin-right: -5px
}
.text-wrap.member.signup .input-wrap .row.bd-wrap .col-xs-4 {
    padding-right: 5px;
    padding-left: 5px
}
.text-wrap.member.signup .input-wrap .row.add-wrap .input-item {
    margin-bottom: 10px
}
.text-wrap.member.signup .check-item, .text-wrap.member.signup .select-item {
    margin-bottom: 25px
}
.text-wrap.member.signup .check-item label, .text-wrap.member.signup .select-item label {
    display: inline-block;
    width: auto
}
.text-wrap.member.signup .check-item {
    margin-left: 15px
}
.text-wrap.member.signup .check-item label {
    margin-right: 15px;
    padding: 0px 10px 0px 0px
}
.text-wrap.member.signup .check-item input {
    margin-right: 10px
}
.text-wrap.member.signup .check-item.multiple-line {
    white-space: nowrap
}
.text-wrap.member.signup .check-item.multiple-line input {
    display: inline-block;
    vertical-align: top
}
.text-wrap.member.signup .check-item.multiple-line span {
    display: inline-block;
    vertical-align: top;
    white-space: normal
}
.text-wrap.member.signup .check-item.multiple-line span.error {
    display: block;
    padding-left: 20px;
    padding-top: 5px
}
.text-wrap.member.signup .select-item {
    margin-right: 15px;
    width: 100%
}
.text-wrap.member.signup .select-item .select-wrap {
    float: none;
    width: 100%;
    height: 36px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    border: solid 1px #bfbfbf;
    border-radius: 3px
}
.text-wrap.member.signup .select-item .select-wrap:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-right: 2px solid #d77b7b;
    border-bottom: 2px solid #d77b7b;
    top: 45%;
    right: 15px;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(45deg) translate(0, -50%);
    -ms-transform: rotate(45deg) translate(0, -50%);
    transform: rotate(45deg) translate(0, -50%)
}
.text-wrap.member.signup .select-item .select-wrap select::-ms-expand {
    display: none
}
.text-wrap.member.signup .select-item .select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border: 0;
    padding: 0px 15px
}
.text-wrap.member.signup .select-item .select-wrap select:focus {
    outline: 0
}
.text-wrap.member.signup .select-item label {
    margin-right: 15px
}
.sec-layout .modal-content.signup-fb {
    min-height: 0
}
.signup-fb.modal-content {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0px 30px 50px -30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0px 30px 50px -30px rgba(0, 0, 0, 0.2)
}
.signup-fb .main-btn-wrap {
    text-align: center
}
.signup-fb .main-btn-wrap i {
    margin-right: 10px;
    font-size: 1.3em;
    display: inline-block;
    vertical-align: middle
}
.signup-fb .main-btn-warning {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 13px 40px;
    max-width: 320px;
    width: 80%;
    -webkit-box-shadow: 0px 16px 35px -15px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 16px 35px -15px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    border: 1px solid #3C5A99;
    background-color: #3C5A99
}
.signup-fb .main-btn-warning:hover {
    background-color: #324b7f
}
.signup-fb .main-btn-warning a {
    display: inline-block;
    line-height: normal;
    font-size: 18px
}
.member_signup .modal-content {
    text-align: center;
    padding: 30px 0
}
.member_signup .modal-content .title {
    text-align: center;
    font-size: 18px
}
@media (max-width:768px) {
    .text-wrap.member.signup .input-wrap {
        width: 100%
    }
    .text-wrap.member.signup label {
        font-size: 14px
    }
    .text-wrap.member.signup input, .text-wrap.member.signup select {
        font-size: 14px
    }
    .text-wrap.member.signup .select-item.d-ib {
        width: 100%
    }
}
@media (min-width:991px) {
    .text-wrap.member.signup .check-item.multiple-line span a {
        -webkit-transition: opacity .5s ease;
        -o-transition: opacity .5s ease;
        transition: opacity .5s ease
    }
    .text-wrap.member.signup .check-item.multiple-line span a:hover {
        color: #337ab7;
        opacity: 0.6
    }
}
.ec-order.member .main-features-wrap {
    width: 100%
}
.member-order .main-table-wrap .main-table {
    overflow: hidden
}
.member-order .main-table-wrap .main-table tr td:first-child {
    margin-top: 15px
}
.member-order .main-table-wrap .main-table tr td:last-child {
    margin-bottom: 15px
}
.member-order .contact-btn {
    display: inline-block
}
.member-order .delete-btn {
    display: none
}
.member-order .can-cancel .delete-btn {
    display: inline-block
}
.member-order .can-cancel .contact-btn {
    display: none
}
.member-order table td a {
    color: #d77b7b;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-size: 14px
}
.member-order table td a:hover {
    color: #FEA1A1
}
@media (max-width:768px) {
    .ec-order.member .main-features ul {
        border: 1px solid #FEA1A1;
        border-radius: 3px;
        font-size: 0;
        white-space: nowrap
    }
    .ec-order.member .main-features ul li {
        width: 50%
    }
    .ec-order.member .main-features ul li a {
        color: #a4aab3
    }
    .ec-order.member .main-features ul li a:hover {
        color: #FEA1A1;
        background-color: transparent
    }
    .ec-order.member .main-features ul li a.active {
        color: #fff
    }
    .ec-order.member .main-features ul li a.active:hover {
        background-color: #FEA1A1
    }
}
.member-order-detail .delivery-content-wrap .body {
    margin-left: 0px
}
.member-order-detail .order-list-col {
    border-bottom: 0px
}
.member-order-detail .order-list-wrap>.row {
    border: 0px
}
.member-order-detail .order-list-wrap>.row.plus-proudut-list:after {
    left: unset;
    right: 20px;
    width: 80%;
    height: 1px
}
.member-order-detail .info-list .item {
    padding: 20px 0px;
    border-top: 1px solid #fff
}
.member-order-detail .info-list .item h5 {
    padding-bottom: 10px;
    color: #d77b7b
}
@media (max-width:991px) {
    .member-order-detail .order-list-col {
        padding: 0px 30px
    }
}
@media (max-width:768px) {
    .member-order-detail .delivery-content-wrap {
        border-radius: 5px;
        margin: 0px
    }
}
.favorite .favorite-table-wrap table {
    width: 100%
}
.favorite .favorite-table-wrap table a {
    cursor: pointer
}
.favorite .favorite-table-wrap table .col-fst {
    width: 30%
}
.favorite .favorite-table-wrap table .col-fst img {
    width: 50%;
    height: auto
}
.favorite .favorite-table-wrap table .col-snd {
    width: 40%
}
.favorite .favorite-table-wrap table .col-fst, .favorite .favorite-table-wrap table .col-snd {
    padding: 30px 0px
}
.favorite .favorite-table-wrap table .col-last, .favorite .favorite-table-wrap table .col-trd {
    width: 15%
}
.favorite .favorite-table-wrap .product-title {
    padding: 10px 0px
}
.favorite .favorite-table-wrap .product-title a {
    color: #4a4a4a;
    font-size: 18px
}
.favorite .favorite-table-wrap .point-text {
    font-weight: bold;
    font-weight: normal;
    font-size: 18px
}
.favorite .favorite-table-wrap .add-to-cart a {
    color: #FEA1A1;
    font-weight: bold;
    font-weight: normal;
    text-decoration: none;
    font-size: 18px;
    display: block
}
.favorite .favorite-table-wrap tr {
    border-bottom: 1px solid #FEA1A1
}
.favorite .favorite-table-wrap tr:hover {
    background-color: rgba(255, 211, 211, 0.2)
}
@media (max-width:991px) {
    .favorite .favorite-table-wrap table tr td {
        display: inline-block
    }
    .favorite .favorite-table-wrap table .col-snd {
        width: 70%
    }
    .favorite .favorite-table-wrap table .add-to-cart {
        text-align: left
    }
    .favorite .favorite-table-wrap table td {
        vertical-align: top
    }
    .favorite .favorite-table-wrap table .col-fst, .favorite .favorite-table-wrap table .col-snd {
        padding: 0px;
        padding-top: 30px
    }
    .favorite .favorite-table-wrap table .col-last, .favorite .favorite-table-wrap table .col-trd {
        width: 30%;
        text-align: left;
        vertical-align: middle;
        padding-bottom: 30px
    }
    .favorite .favorite-table-wrap table .col-trd {
        margin-left: 30%
    }
    .favorite .favorite-table-wrap table .col-last {
        margin-left: 10%
    }
    .favorite .favorite-table-wrap table .add-to-cart a, .favorite .favorite-table-wrap table .point-text, .favorite .favorite-table-wrap table .product-title a {
        font-size: 14px
    }
}
@media (max-width:991px) and (-ms-high-contrast:active), (max-width:991px) and (-ms-high-contrast:none) {
    .favorite .favorite-table-wrap table tr td {
        float: left
    }
    .favorite .favorite-table-wrap table .col-snd {
        padding-bottom: 40px
    }
}
@media (max-width:991px) {
    .favorite .favorite-table-wrap table tr td, _:-ms-lang(x) {
        float: left
    }
    .favorite .favorite-table-wrap table .col-snd, _:-ms-lang(x) {
        padding-bottom: 40px
    }
}
@media (max-width:480px) {
    .favorite .favorite-table-wrap table .col-fst img {
        width: 90%
    }
    .favorite .favorite-table-wrap table .col-snd, .favorite .favorite-table-wrap table .col-trd {
        padding-left: 15px
    }
}
.resent-mail .main-title {
    margin-bottom: 66px
}
.resent-mail .list-text-wrap .note-list p {
    margin: 0 auto;
    max-width: 500px;
    padding: 0px 50px;
    font-size: 16px;
    line-height: 1.56;
    letter-spacing: 2px;
    color: #4a4a4a;
    text-align: left
}
.resent-mail .list-text-wrap .note-list p a {
    font-weight: normal;
    color: #6da6e8;
    position: relative
}
.resent-mail .list-text-wrap .note-list p a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #6da6e8;
    left: 0;
    bottom: 1px
}
.sec-layout.resent-mail {
    min-height: 610px;
    background-position: top center
}
.modal-dialog.choose-store-wrap {
    min-height: 400px;
    width: 860px;
    margin: 0 auto
}
.modal-dialog.choose-store-wrap .main-pop-up {
    min-height: 400px;
    width: 860px;
    margin: 0 auto;
    position: relative
}
.modal-dialog.choose-store-wrap .main-pop-up .row {
    margin: 0
}
#add-to-cart-modal p.note {
    margin-top: -10px;
    font-weight: bold
}
#add-to-cart-modal .redeem-select-field {
    margin-bottom: 5px
}
.choose-store-wrap .choose-wrap {
    font-size: 0px;
    padding: 15px 10px 0px 10px;
    overflow: hidden
}
.choose-store-wrap .choose-wrap .select-wrap {
    width: 49.9%;
    height: 36px;
    display: inline-block;
    font-size: 13px;
    padding: 0px 5px;
    position: relative
}
.choose-store-wrap .choose-wrap .select-wrap:after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4.5px 0 4.5px;
    border-color: #4a4a4a transparent transparent transparent
}
.choose-store-wrap .choose-wrap .select-wrap select {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0px 10px;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#eeeeee));
    background: -webkit-linear-gradient(top, #fdfdfd, #eeeeee);
    background: -o-linear-gradient(top, #fdfdfd, #eeeeee);
    background: linear-gradient(to bottom, #fdfdfd, #eeeeee);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), inset 0 2px 0 0 #ffffff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), inset 0 2px 0 0 #ffffff;
    border: solid 1px #bfbfbf;
    color: #4a4a4a
}
.choose-store-wrap .choose-wrap .select-wrap select:focus {
    outline: 0
}
.choose-store-wrap .choose-wrap .select-wrap select::-ms-expand {
    display: none
}
.scrollbar-outer::-webkit-scrollbar {
    height: 0;
    width: 0;
    display: none;
}
.choose-store-wrap .select-list-wrap {
    overflow-y: auto;
    height: 300px;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 20px;
    padding-bottom: 30px !important;
}

.scrollbar-outer > .scroll-element .scroll-bar{
    background-color: grey;
}

.choose-store-wrap .select-list-wrap .select-list {
    background-color: #FFF;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}
.choose-store-wrap .select-list-wrap .select-item {
    padding: 8px 20px;
    color: #4a4a4a;
    position: relative
}
.choose-store-wrap .select-list-wrap .select-item.active, .choose-store-wrap .select-list-wrap .select-item:hover {
    background-color: #FEA1A1;
    color: #fff
}
.choose-store-wrap .select-list-wrap .select-item p {
    font-size: 13px;
    letter-spacing: 0.8px
}
.choose-store-wrap .select-list-wrap .select-item p.title {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.9px;
    line-height: 1.5
}
.choose-store-wrap .select-list-wrap .select-item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}
.choose-store-wrap .map-wrap {
    padding: 0
}
.choose-store-wrap .map-wrap .map-rwd {
    position: relative;
    height: 0;
    padding-bottom: 370px;
    overflow: hidden;
    width: 100%
}
@media(max-width:576px){
    .choose-store-wrap .map-wrap .map-rwd{
        padding-bottom: 253px;
    }
}
.choose-store-wrap .map-wrap .map-rwd h4.sub-title {
    padding: 5px 10px;
    font-size: 14px;
    font-weight: normal;
    border-radius: 15px;
    background-color: #fff;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 1
}
.choose-store-wrap .map-wrap .map-rwd #map {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    width: 100%;
    height: 100%
}
#on-sale-activities-modal .main-pop-up .text-wrap.p-t-20 {
    padding: 25px 65px 75px 65px
}
#on-sale-activities-modal h4.title {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1.3px;
    text-align: left;
    vertical-align: middle
}
#on-sale-activities-modal h4.title img {
    margin-right: 15px;
    vertical-align: middle;
    width: 20px;
    height: 20px
}
.on-sale-tags {
    text-align: left;
    font-size: 0px;
    margin: 0;
    padding: 0
}
.on-sale-tags li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    border: 1px solid #d77b7b;
    border-radius: 20px;
    color: #d77b7b;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-align: center;
    min-width: 100px
}
.on-sale-tags li:hover {
    background-color: rgba(215, 123, 123, 0.1);
    color: #d77b7b;
    cursor: default
}
#exchange-success {
    min-height: 260px
}
@media (max-width:991px) {
    .modal-dialog.choose-store-wrap {
        min-width: unset;
        width: auto;
        margin: 10px
    }
    .modal-dialog.choose-store-wrap .main-pop-up {
        width: 100%
    }
    .choose-store-wrap .select-list-wrap {
        height: 135px
    }
    .choose-store-wrap .map-wrap {
        margin: 15px 0px 35px 0px
    }
}
@media (-ms-high-contrast:active) and (max-width:991px), (-ms-high-contrast:none) and (max-width:991px) {
    .modal-dialog.choose-store-wrap .main-pop-up {
        width: 95%
    }
}
@media (max-width:768px) {
    .modal-dialog.choose-store-wrap {
        min-width: unset;
        width: auto;
        margin: 10px
    }
    .modal-dialog.choose-store-wrap .main-pop-up {
        width: 100%
    }
}
@media (-ms-high-contrast:active) and (max-width:768px), (-ms-high-contrast:none) and (max-width:768px) {
    .modal-dialog.choose-store-wrap .main-pop-up {
        width: 95%
    }
}
@media(max-width: 576px){
    .choose-store-wrap .select-list-wrap {
        margin-top: 5px;
        height: 252px;
        padding-bottom: 20px !important;
    }
}
@media (max-width:480px) {
    #on-sale-activities-modal .main-pop-up .text-wrap.p-t-20 {
        padding: 25px 30px 75px 30px
    }
    .on-sale-tags li {
        width: 100%;
        margin-right: 0px
    }
    .on-sale-tags li:hover {
        background-color: #fff
    }
    .on-sale-tags li:nth-child(odd) {
        background-color: rgba(215, 123, 123, 0.1)
    }
    .on-sale-tags li:nth-child(odd):hover {
        background-color: rgba(215, 123, 123, 0.1)
    }
}
.free-edit-wrap img {
    max-width: 100%;
    height: auto!important
}
.free-edit-wrap .free-edit-block {
    padding: 10px 10px 25px 10px;
    border-bottom: 1px solid #FEA1A1
}
.free-edit-wrap .free-edit-block:last-child {
    border-bottom: 0px
}
.free-edit-wrap .free-edit-block.center {
    text-align: center
}
.free-edit-wrap .free-edit-block.left {
    text-align: left
}
.free-edit-wrap .free-edit-block.right {
    text-align: right
}
.free-edit-wrap .free-edit-title {
    display: inline-block;
    padding: 5px 15px;
    background-color: #FEA1A1;
    border-radius: 20px;
    display: inline-block;
    margin: 20px 0px
}
.free-edit-wrap .free-edit-paragraph a, .free-edit-wrap .free-edit-paragraph li, .free-edit-wrap .free-edit-paragraph p, .free-edit-wrap .free-edit-paragraph span {
    font-size: initial
}
@media (-o-min-device-pixel-ratio:2/1), (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
    .product-item .product-content .tag {
        background-image: url("../images/2x/label.png")
    }
    .product-item .product-content .add-to-favorite input {
        background-image: url("../images/2x/favorite.png")
    }
    .product-item .product-content .add-to-favorite input:checked {
        background-image: url("../images/2x/favorite_filled.png")
    }
    .product-img-swiper-wrap .swiper-button-prev {
        background-image: url("../images/2x/previous.png")
    }
    .product-img-swiper-wrap .swiper-button-next {
        background-image: url("../images/2x/next.png")
    }
    .header-img-wrap .header-img-box {
        background-image: url("../images/2x/banner.png")
    }
    .have-point-wrap .check-wrap label {
        background-image: url("../images/2x/select.png")
    }
    .have-point-wrap .check-wrap input:checked+label {
        background-image: url("../images/2x/select_filled.png")
    }
}
.bonus-text {
    font-size: 14px;
    color: #888;
    padding-bottom: 5px;
    letter-spacing: 0;
}
@media screen and (max-width:576px) {
    .bonus-text {
        font-size: 12px;
    }
}



.bonus-list-wrap .quantity-wrap .select-sty-1.width-auto{
    max-width: unset ;
}
@media(max-width: 576px){
    .bonus-list-wrap .quantity-wrap .select-sty-1.width-auto{
        padding: 5px 5px;
    }
}

.bonus-list-wrap .quantity-wrap .drop-down-wrapper{
    display: flex ;
    margin-bottom: 10px;
    width: auto ;
}

.drop-down-wrapper .number:nth-of-type(1){
    max-width: 55% ; 
    flex-basis: 55%;
}
.drop-down-wrapper .number:nth-of-type(2){
    max-width: 45% ; 
    flex-basis: 45%;
}
@media(max-width: 1000px){
    .drop-down-wrapper .number:nth-of-type(1){
        max-width: 120px ; 
        flex-basis: 120px;
        margin-right: 10px ;
    }
    .drop-down-wrapper .number:nth-of-type(2){
        max-width: 120px ; 
        flex-basis: 120px;
    }
}
/* login */
.text-danger{
    color: red ;
}
.main-pop-up .add-to-cart-form .input-num-wrap input.soldout{
    color: red ;
}


.input-group{
    display: flex ; 
    align-items: center ; 
    margin-bottom: 25px ;
    position: relative ; 

}

.text-wrap.member .input-wrap .input-group .input-item{
    margin-bottom: 0;
}
/* forget member */
.text-wrap.member.forget .input-wrap{
    display: flex ; 
    align-items: center;
    margin-bottom: 25px; 
    flex-wrap: wrap ;
}
.text-wrap.member .input-wrap .input-item.input-group{
    margin-bottom: 0 ;
}

.text-wrap .label-title{
    margin-bottom: 0; 
    position: relative ; 
}

.label-title .text-danger{
    position: absolute ; 
    left: 20px ; 
    top: 24px ; 
}

/* forget password */
.text-wrap.member .input-wrap.new-group{
    display: flex;
    align-items: center ; 
}
.text-wrap.member .input-wrap .input-item.new-item{
    margin-bottom: 0 ; 
}

@media(max-width: 768px){
    .input-group{
        flex-wrap: wrap ;
    }
    .text-wrap.member .input-wrap{
        flex-wrap: wrap ;
    }
    .text-wrap.member .input-wrap label.label-title{
        width: 100% ;
        text-align: left ;
    }
    .label-title .text-danger{
        position: relative ; 
        left: 0  ; 
        top: 0 ; 
    }
}

.ec-index.pt-0{
    padding-top: 0 ;
}


.bottom-btn-block{
    display: flex ;
    justify-content: center ;
}

.bottom-btn-block .eye-code .form-wrap{
    width: 100% ;
}

input[type="checkbox"].form-mr{
    margin-right: 8px ;
}

.line-modal .main-pop-up .icon-wrap{
    
    padding: 70px 3vw;
}

.line-modal .main-pop-up{
    min-height: unset ;
}

.line-modal .main-pop-up .cta-btn-wrap{
    display: flex ;
}

.line-modal .cta-btn:nth-of-type(1){
    position: relative ;
}

.line-modal .main-pop-up .title{
    font-size: 18px ;
}

.line-modal .cta-btn:nth-of-type(1) ::after{
    content: "" ;
    position: absolute ;
    top: 50% ;
    right: 0 ;
    width: 1px ;
    height: 15px ;
    background-color: white ;
    transform: translate(-50% , -50%) ;
}

.sec-layout .bg-big.privacy{
    padding-top: 0 ;
}