/* -- 外部字型
--------------------------------------------------*/
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

/* -- Universal Setting
--------------------------------------------------*/
html {
	display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

body {
	display: block;
	position: relative;
    width: 100%;
    height: 100%;
    font-family: "Jost", Arial, "TaipeiSansTCBeta", "Noto Sans TC", "PingFang TC", "黑體-繁", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "msjh", sans-serif;
	font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #24354b;
    background-color: #fbfbfb;
}

html:lang(en) body {
    letter-spacing: normal !important;
}

header,
section,
footer {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6,
p {
    margin: 0;
    padding: 0;
    line-height: inherit;
}

pre {
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    border: none;
    background: none;
}

a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
	outline: none;
	text-decoration: none;
}

img {
    width: 100%;
    height: auto;
}


/* -- Common Usage
--------------------------------------------------*/
.uppercase {
    text-transform: uppercase !important;
}

.lowercase {
    text-transform: lowercase !important;
}

.capitalize {
    text-transform: capitalize !important;
}

.line-through {
    text-decoration: line-through !important;
}

.underline {
    text-decoration: underline !important;
}

div.no-content-div-15px {
	margin: 0 !important;
	padding-bottom: 15px !important;
}

div.no-content-div-30px {
	margin: 0 !important;
	padding-bottom: 30px !important;
}

div.no-content-div-45px {
	margin: 0 !important;
	padding-bottom: 45px !important;
}

div.no-content-div-60px {
	margin: 0 !important;
	padding-bottom: 60px !important;
}

@media only screen and (orientation: portrait) {
    .portrait-img {
        display: block !important;
    }
    
    .landscape-img {
        display: none !important;
    }
}

@media only screen and (orientation: landscape) {
    .portrait-img {
        display: none !important;
    }
    
    .landscape-img {
        display: block !important;
    }
}


/* -- Color & Font
--------------------------------------------------*/
.site-font-48px { font-size: 48px; }
.site-font-40px { font-size: 40px; }
.site-font-36px { font-size: 36px; }
.site-font-32px { font-size: 32px; }
.site-font-28px { font-size: 28px; }
.site-font-24px { font-size: 24px; }
.site-font-20px { font-size: 20px; }
.site-font-18px { font-size: 18px; }
.site-font-16px { font-size: 16px; }
.site-font-14px { font-size: 14px; }
.site-font-13px { font-size: 13px; }
.site-font-12px { font-size: 12px; }

.color-font-main-blue {
    color: #122360;
}

.color-bg-main-blue {
    background-color: #122360;
}

.color-border-main-blue {
    border-color: #122360;
}

.color-font-main-brown {
    color: #c2a48c;
}

.color-bg-main-brown {
    background-color: #c2a48c;
}

.color-border-main-brown {
    border-color: #c2a48c;
}

.color-font-white {
    color: #fff;
}

.color-bg-white {
    background-color: #fff;
}

.color-border-white {
    border-color: #fff;
}

.color-font-black {
    color: #000;
}

.color-bg-black {
    background-color: #000;
}

.color-border-black {
    border-color: #000;
}

.color-font-red {
    color: #ff5252;
}

.color-bg-red {
    background-color: #ff5252;
}

.color-border-red {
    border-color: #ff5252;
}


/* -- Font Setting
--------------------------------------------------*/
.JostMedium {
    font-family: "Jost", Arial, "TaipeiSansTCBeta", "Noto Sans TC", "PingFang TC", "黑體-繁", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "msjh", sans-serif;
    font-weight: 700;
}

.JostBold {
    font-family: "Jost", Arial, "TaipeiSansTCBeta", "Noto Sans TC", "PingFang TC", "黑體-繁", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "msjh", sans-serif;
    font-weight: 900;
}

form label,
#siteHeader,
#siteFooter,
#bannerFAQs .banner-heading,
#containerFAQsNav_PC ul.nav > li.tab > a,
#sideNavUser > ul > li > a,
table.styled-table-order .table-order-price > span:last-child,
.banner-fp .banner-intro .banner-heading .heading-title,
.cart-summary-container table.cart-summary > tbody > tr:last-child > td:last-child,
.content-section .section-heading .heading-title,
.styled-modal .modal-heading .heading-title,
.table-item .item-price,
.styled-block-figure-detail .block-detail-container .block-title,
.styled-block-figure-detail .block-detail-container .block-title > span,
.styled-block-product-detail .block-heading .heading-title,
.styled-block-product-detail .block-price,
.styled-card-warranty .card-title,
.styled-btn {
    font-family: "Jost", Arial, "TaipeiSansTCBeta", "Noto Sans TC", "PingFang TC", "黑體-繁", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "msjh", sans-serif;
    font-weight: 900;
}

.styled-modal .modal-divider,
.styled-block-about .block-subtitle,
.styled-card-blog .card-subtitle,
.styled-card-faqs .card-content,
.styled-card-product .card-price,
.styled-card-blog .card-title,
.styled-card-warranty ul.card-main-detail {
    font-family: "Jost", Arial, "TaipeiSansTCBeta", "Noto Sans TC", "PingFang TC", "黑體-繁", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "msjh", sans-serif;
    font-weight: 700;
}


/* -- Customized Style
--------------------------------------------------*/
html:lang(en) .d-none-en {
    display: none;
}

.site-fixed-width {
    width: 1180px !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.bg-shop::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

@media only screen and (orientation: portrait) {
    .bg-shop::before {
        background-image: linear-gradient(rgba(251,251,251,0.71), rgba(251,251,251,0.71)), url(../images/m-bg-shop.jpg);
        background-repeat: no-repeat, no-repeat;
        background-position: center center, center center;
        background-size: auto auto, cover;
        background-attachment: fixed, fixed;
    }
}

@media only screen and (orientation: landscape) {
    .bg-shop::before {
        background-image: linear-gradient(rgba(251,251,251,0.71), rgba(251,251,251,0.71)), url(../images/bg-shop.jpg);
        background-repeat: no-repeat, no-repeat;
        background-position: center center, center bottom;
        background-size: auto auto, 100% auto;
        background-attachment: fixed, fixed;
    }
}
.banner-fp {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.banner-fp ul.banner-image-slider{
    /* transition: transform 0.4s ease-in-out; */
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    padding: 0;
    
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y pinch-zoom;
    overscroll-behavior-x: none;
    scroll-behavior: smooth;
}
.banner-fp ul.banner-image-slider > .banner-bg-img{
    list-style: none;
    flex: 0 0 100%;
    width: 100%;
    scroll-snap-align: start;
}
.banner-dot{
    display: flex;
    gap: 1rem;
    padding: 0;
    width: fit-content;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15.75%;
    margin: auto;
    z-index: 10;

    @media screen and (max-width: 575px) {
        display: none;
    }
}
.banner-dot > li{
    list-style: none;
    background-color: #FFFFFF;
    border: 1px solid #122360;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}
.banner-dot > li._active{
    background-color: #122360;
    border-color: #FFFFFF;
}
.banner-dot > li:hover{
    cursor: pointer;
}
.banner-arrow{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 112px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0; 
    z-index: 11;
}
.banner-arrow div{
    height: 100%;
    width: 112px;
}
.banner-arrow div:hover, 
.banner-arrow div:focus{
    background-color: #c4c5c55d;
}

@media only screen and (orientation: portrait) {
    .banner-fp .banner-bg-img {
        position: relative;
        width: 100%;
        height: 100%;
        background-image: none;
        overflow: hidden;
    }
    
    .banner-fp .banner-bg-img > .m-banner-bg-img {
        position: relative;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        overflow: hidden;
    }
}

@media only screen and (orientation: landscape) {
    .banner-fp .banner-bg-img {
        position: relative;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        overflow: hidden;
    }
    
    .banner-fp .banner-bg-img > .m-banner-bg-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        line-height: 0;
        overflow: hidden;
    }
}

.banner-fp .banner-bg-img > img,
.banner-fp .m-banner-bg-img > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.banner-fp .banner-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.banner-fp .banner-cover .banner-content {
    position: absolute;
    top: 50%;
    left: 17.5%;
    z-index: 15;
    text-align: center;
    white-space: nowrap;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.banner-fp .banner-title {
    color: #fff; /* #122360; */
}

.banner-fp .banner-title > img {
    display: block;
    width: auto;
    height: 1em;
    margin: 0 auto;
}

.banner-fp .banner-subtitle {
    margin-top: 0.25em;
    font-style: italic;
    color: #fff;
}

.banner-fp .banner-content .banner-watch-video {
    margin-top: 4.5em;
}

#pageHome #homeIndicatorContainer .banner-watch-video {
    display: none;
}

.banner-fp .banner-cover .banner-intro {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 49em;
    max-width: 100%;
    margin: auto;
    padding-left: 2em;
    padding-right: 2em;
    color: #fff;
    -webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.banner-fp .banner-intro .banner-heading .heading-title {
    display: inline-block;
    position: relative;
    margin: 0 auto 1.5em;
    font-size: 4.5vh;
    line-height: normal;
    vertical-align: bottom;
}

.banner-fp .banner-intro .banner-heading .heading-title::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    margin: auto;
    background-color: #c2a48c;
}

.banner-fp .banner-intro .banner-text {
    font-size: 2.25vh;
    line-height: 1.75;
}

.banner-fp .banner-cover .banner-slogan {
    position: absolute;
    right: 12.5vw;
    bottom: 10vh;
    max-width: 100%;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 1em;
    color: #fff;
}

.banner-fp .banner-slogan .slogan-title {
    margin: 0 auto;
    font-size: 4vh;
    font-weight: 600;
}

.banner-fp .banner-slogan .slogan-subtitle {
    margin: 0 auto;
    font-size: 3.333333vh;
    font-weight: 600;
}

.banner-fp .banner-cover .banner-subLogo {
    position: absolute;
    right: 13vw;
    bottom: 5vh;
    margin: auto;
    color: #fff;
    text-align: right;
}
.banner-fp .banner-cover .banner-list-img {
    display: flex;
    column-gap: 8px;
    list-style: none;
    padding-right: 1.5rem;
}

.banner-fp .banner-cover ul.banner-list-img > li > img {
    display: block;
    width: auto;
    height: 56px;
}

.banner-fp .banner-cover .banner-list-text {
    color: #fff;
    text-wrap: nowrap;
    font-size: 3.2em;
    font-weight: 700;
    height: 65px;
}

.banner-normal .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 2.5vw;
    margin: auto;
    -webkit-transform: translateX(-50%) translateY(50%);
	-moz-transform: translateX(-50%) translateY(50%);
    -ms-transform: translateX(-50%) translateY(50%);
    -o-transform: translateX(-50%) translateY(50%);
	transform: translateX(-50%) translateY(50%);
}

.lightbox-gallery {
    position: relative;
}

.lightbox-gallery .gallery-btn-favorite {
    position: absolute;
    top: 1em;
    right: 1em;
    width: 2em;
    height: 2em;
    margin: auto;
    padding: 0;
    text-align: center;
    background: none;
    outline: none;
    border: none;
    z-index: 1;
}

.lightbox-gallery .gallery-btn-favorite:not(:disabled) {
    cursor: pointer;
}

.lightbox-gallery .gallery-btn-favorite::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.lightbox-gallery .gallery-btn-favorite::before {
    background-image: url(../images/icon-heart-red.svg);
}

.lightbox-gallery .gallery-btn-favorite._active::before,
body.hasHover .lightbox-gallery .gallery-btn-favorite:hover::before,
body.hasHover .lightbox-gallery .gallery-btn-favorite._active:hover::before {
    background-image: url(../images/icon-heart-filled.svg);
}

.lightbox-gallery .gallery-img-container {
    margin-bottom: 10px;
    border-bottom: 5px solid #c2a48c;
}

.lightbox-gallery .lightbox-img {
    position: relative;
    margin-bottom: 6px;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.2);
}

.lightbox-gallery .lightbox-img::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 2px solid transparent;
}

.lightbox-gallery .lightbox-img._active::after {
    border-color: #c2a48c;
}

.embedded-video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
}

.embedded-video ~ .embedded-video {
    margin-top: 5vh;
}

.embedded-video > .video-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.embedded-video > .video-wrapper > iframe {
    width: 100%;
    height: 100%;
}

#comingSoon {
    width: 15em;
    min-height: 20vw;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 4em;
    text-align: center;
}

#comingSoon > img {
    display: block;
    width: 100%;
    height: auto;
}

#comingSoon > p {
    margin: 1.5em auto 0;
    font-size: 1.25em;
    font-weight: 600;
}

#modalLogin.styled-modal .modal-block-btns > a {
    width: 12.5em;
    max-width: 100%;
}

html:lang(en) #modalLogin.styled-modal .modal-block-btns > a {
    width: 14.5em;
}

/* -- Home -- */
#pageHome #pseudoHeader {
    display: none !important;
}

#pageHome #homeSection {
    position: relative;
    height: 100%;
}

#pageHome #homePageContainer {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    min-height: 100%;
    margin: auto;
}

#pageHome #homeBody {
    background-image: url(../images/bg-home-best-coffee-beans.jpg), linear-gradient(#fbfbfb, #fbfbfb);
    background-repeat: no-repeat, no-repeat;
    background-position: center bottom, center center;
    background-size: contain, auto auto;
}

#pageHome .banner-fp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#pageHome #homeBody .content-section-container .content-section ~ .content-section {
    padding-top: 7.5em;
}

#pageHome #homeBody .section-heading {
    text-align: left;
}

#pageHome #homeBody .section-heading .heading-title {
    margin-top: 0;
}

#pageHome #homeIndicatorContainer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1%;
    margin: auto;
    text-align: center;
}

#pageHome #homeIndicator {
    display: inline-block;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 2em;
    line-height: 1.25;
    vertical-align: bottom;
    color: #24354b;
    font-weight: 500;
    font-style: italic;
    cursor: pointer;
}

#pageHome #homeIndicator::after {
    content: '';
    display: block;
    /* position: absolute;
    top: 1em;
    left: 0;
    right: 0; */
    width: 1.75em;
    height: 1.75em;
    margin: auto;
    background-image: url(../images/icon-triangle-down-dark.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    -webkit-animation: animation-home-indicator 2s linear infinite;
    -moz-animation: animation-home-indicator 2s linear infinite;
    -ms-animation: animation-home-indicator 2s linear infinite;
    -o-animation: animation-home-indicator 2s linear infinite;
    animation: animation-home-indicator 2s linear infinite;
}

@-webkit-keyframes animation-home-indicator {
    0% {
        top: 1em;
        opacity: 1;
    }
    100% {
        top: 1.5em;
        opacity: 0;
    }
}

@keyframes animation-home-indicator {
    0% {
        top: 1em;
        opacity: 1;
    }
    100% {
        top: 1.5em;
        opacity: 0;
    }
}

#sectionHomeFeatures,
#sectionHomeOurAdvantages,
#sectionHomeAppConnection {
    background-color: #fbfbfb;
}

#homeNews {
    padding-top: 2em;
    padding-bottom: 1em;
    background-color: #efefef;
    overflow: hidden;
}

#homeNews .section-container {
    position: relative;
}

#homeNews .section-container::after {
    content: '';
    display: block;
    clear: both;
}

#homeNews .section-heading {
    float: left;
    max-width: 20em;
    /* max-width: 12em; */
    overflow: hidden;
}

#homeNews .section-body {
    float: right;
    max-width: -webkit-calc(100% - 20em);
    max-width: -moz-calc(100% - 20em);
    max-width: calc(100% - 20em);
    /* max-width: -webkit-calc(100% - 12em);
    max-width: -moz-calc(100% - 12em);
    max-width: calc(100% - 12em); */
}

#homeNews #containerHomeNews {
    width: 100vw;
    padding-bottom: 2em;
}

#homeNews .styled-btn {
    position: absolute;
    left: 0;
    bottom: -webkit-calc(2em + 6px);
    bottom: -moz-calc(2em + 6px);
    bottom: calc(2em + 6px);
}

#containerHomeNews .styled-card {
    margin-bottom: 6px;
    width: 480px;
}

#containerHomeNews .styled-card .card-main-img,
#containerHomeNews .styled-card .card-content {
    float: left;
    width: 50%;
}

#containerHomeNews .styled-card .card-main-img {
    padding-top: 26.25%;
}

#containerHomeNews .styled-card .card-content {
    padding: 9px;
}

#containerHomeNews .styled-card .card-content .card-content-container {
    padding: 12px 10px;
}

#containerHomeNews .styled-card .card-title {
    margin: 0 auto;
    font-size: 16px;
}

#containerHomeNews .styled-card .card-date-more {
    font-size: 14px;
    line-height: 20px;
}

#containerHomeNews .owl-dots {
    position: absolute;
    left: 0;
    bottom: -2em;
}

#homeFeatures {
    position: relative;
    height: 100vh;
    padding-top: 5em;
    overflow: hidden;
}

#homeFeatures .section-container,
#homeFeatures .section-body,
#homeFeatures .feature-content {
    height: 100%;
}

#homeFeatures .section-container {
    position: relative;
}

#homeFeatures .feature-intro-container {
    margin: 13px;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 3px 3px 10px 0 rgba(0,0,0,0.21);
}

#homeFeatures .feature-intro {
    padding: 3em 4em;
    overflow: hidden;
}

#homeFeatures .feature-intro .feature-title {
    margin-bottom: 2em;
    font-size: 1.25em;
    font-weight: 500;
    text-align: left;
}

#homeFeatures .feature-intro .feature-title span {
    display: inline-block;
    position: relative;  
}

#homeFeatures .feature-intro .feature-title span::before,
#homeFeatures .feature-intro .feature-title span::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50vw;
    height: 2px;
    margin: auto;
    background-color: #c2a48c;
}

#homeFeatures .feature-intro .feature-title span::before {
    right: 100%;
    margin-right: 1em;
}

#homeFeatures .feature-intro .feature-title span::after {
    left: 100%;
    margin-left: 1em;
}

#homeFeatures .feature-intro .feature-table {
    display: table;
    width: 100%;
    margin-top: 3em;
}

#homeFeatures .feature-intro .feature-table > .feature-table-cell:first-child {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}

#homeFeatures .feature-intro .feature-table > .feature-table-cell:last-child {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}

#homeFeatures .feature-img {
    position: relative;
    width: 100%;
    padding-top: 75%;
    overflow: hidden;
}

#homeFeatures .feature-img > img {
    position: absolute;
    /* width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%; */
    margin: auto;
}

#homeFeatures #containerHomeFeaturesPhoto {
    z-index: 0;
}

@media only screen and (orientation: portrait) {
    #homeFeatures .feature-intro .feature-title {
        text-align: center;
    }
    
    #homeFeatures .feature-img > img {
        top: 0;
        left: 0;
        right: 0;
    }
    
    #homeFeatures #containerHomeFeaturesIntro {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 37.5em;
        max-width: 100%;
        margin: auto;
    }

    #homeFeatures #containerHomeFeaturesPhoto {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 60em;
        max-width: 100%;
        margin: auto;
    }
    
    @media only screen and (max-width: 991px) {
        #sectionHomeFeatures {
            padding-top: 0 !important;
        }
        
        #homeFeatures {
            height: auto;
            padding-top: 0;
        }
        
        #homeFeatures #containerHomeFeaturesPhoto {
            position: relative;
            top: auto;
            left: auto;
            right: auto;
            margin-bottom: 10em;
        }
        
        #homeFeatures #containerHomeFeaturesIntro {
            bottom: -10em;
        }
    }
    
    @media only screen and (max-width: 767px) {
        #homeFeatures .feature-intro {
            padding: 3em 4em 2em;
        }
        
        #homeFeatures .feature-intro .feature-content {
            margin-left: -2em;
            margin-right: -2em;
        }
    }
    
    @media only screen and (max-width: 575px) {
        #homeFeatures .feature-intro-container {
            margin-left: 0;
        }
        
        #homeFeatures #containerHomeFeaturesPhoto {
            margin-bottom: 0;
        }
        
        #homeFeatures #containerHomeFeaturesIntro {
            position: relative;
            top: auto;
            bottom: auto;
            left: auto;
            right: auto;
            max-width: -webkit-calc(100% - 20px * 2 + 13px);
            max-width: -moz-calc(100% - 20px * 2 + 13px);
            max-width: calc(100% - 20px * 2 + 13px);
            margin: 0 auto 0 20px;
        }
    }
    
    @media only screen and (max-width: 320px) {
        #homeFeatures #containerHomeFeaturesIntro {
            max-width: -webkit-calc(100% - 15px * 2 + 13px);
            max-width: -moz-calc(100% - 15px * 2 + 13px);
            max-width: calc(100% - 15px * 2 + 13px);
            margin: 0 auto 0 15px;
        }
    }
}

@media only screen and (orientation: landscape) {
    #homeFeatures .feature-img > img {
        top: 0;
        bottom: 0;
        right: 1px;
    }
    
    #homeFeatures #containerHomeFeaturesIntro {
        position: absolute;
        top: 50%;
        left: 10%;
        width: 33.333333%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #homeFeatures #containerHomeFeaturesPhoto {
        position: absolute;
        top: 50%;
        right: 0;
        width: 60%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    @media only screen and (max-width: 991px) {
        #sectionHomeFeatures {
            padding-top: 0 !important;
        }
        
        #homeFeatures {
            padding-top: 60px;
        }
    }
    
    @media only screen and (max-width: 767px) {
        #homeFeatures {
            padding-top: 40px;
        }
        
        #homeFeatures .feature-intro {
            padding: 3em 3em 1em;
        }

        #homeFeatures .feature-intro .feature-title {
            margin-bottom: 0.5em;
        }

        #homeFeatures .feature-intro .feature-table {
            margin-top: 1em;
        }
        
        #homeFeatures #containerHomeFeaturesIntro {
            left: 2.5%;
            width: 60%;
        }
    }
}

#containerHomeFeaturesIntro .carousel-index-total-nav {
    position: absolute;
    top: 0.5em;
    right: 1em;
}

#homeOurAdvantages {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 4.5em;
    padding-bottom: 4.5em;
}

/* #homeOurAdvantages::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(0,0,0,0.5);
    z-index: 0;
} */

#homeOurAdvantages .section-container {
    position: relative;
}

#homeOurAdvantages .section-container::after {
    content: '';
    display: block;
    clear: both;
}

#homeOurAdvantages .section-heading {
    float: left;
    width: 52%;
}

#homeOurAdvantages .section-heading .heading-title {
    color: #fff;
}

#homeOurAdvantages .section-heading > .imgBox {
    height: fit-content;
    display: flex;
    justify-content: center;
    position: relative;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;

    @media screen and (max-width: 520px) {
        flex-direction: column;
        align-items: center;
    }
}
#homeOurAdvantages .section-heading > .imgBox .roaster-img {
    width: 20em;  /* width: 16em; */
    max-width: 100%;
    height: auto;
}

#homeOurAdvantages .section-heading > .imgBox .roaster-img > img {
    width: 100%;
    height: auto;
    transform: scale(1.2);
}
#homeOurAdvantages .section-heading > .imgBox .text {
    position: absolute;
    top: -2.5rem;
    left: -1.5rem;
    z-index: 5;
    width: 7rem;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

#homeOurAdvantages .section-body {
    float: left;
    width: 42%;
    margin-left: 5%;
}

/* 首頁全方位烘豆機介紹 */
#containerHomeAdvantages .styled-card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: space-between;
}

#containerHomeAdvantages .styled-card-container > .styled-card {
    /* float: left;
    width: -webkit-calc((100% - 3em) / 2 - 0.01px);
    width: -moz-calc((100% - 3em) / 2 - 0.01px);
    width: calc((100% - 3em) / 2 - 0.01px); */
    width: 100%;
}

/* 首頁專屬APP */
#homeAppConnection .section-heading {
    width: 40%;
}

#homeAppConnection .section-body {
    padding-top: 3em;
    padding-bottom: 4.5em;
    background-color: #c8b599;
}

#homeAppConnection .app-content {
    position: relative;
}

#homeAppConnection .app-content::after {
    content: '';
    display: block;
    clear: both;
}

#homeAppConnection .app-content .app-intro {
    float: left;
    width: 40%;
}

#homeAppConnection .app-content .app-intro .links-container {
    display: flex;
    justify-content: space-between;
    column-gap: 3rem;
    padding: 2.5rem 0;
    text-align: right;
    text-wrap: nowrap;
}

#homeAppConnection .app-content .app-intro .roaster-link p.roaster-model {
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: white;
    font-size: 24px;
    font-weight: 600;
    display: inline;
}

#homeAppConnection .app-content .app-intro .roaster-link button {
    all: unset;
    margin-left: 1em;
}

#homeAppConnection .app-content .app-intro ul.app-list {
    position: relative;
    margin: 2em 0.5em auto 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

#homeAppConnection .app-content .app-intro ul.app-list > li {
    display: inline-block;
    width: 8em;
    vertical-align: bottom;
}

#homeAppConnection .app-content .app-intro ul.app-list > li ~ li {
    margin-left: 1em;
}

#homeAppConnection .app-content .app-btn {
    margin-top: 5em;
    text-align: right;
}

#homeAppConnection .app-content .app-figure {
    float: left;
    width: 45%;
    margin-top: -9em;
    margin-left: 15%;
}

#containerHomeFeedbacks .styled-card {
    display: block;
    width: 22em;
    max-width: 100%;
}
#homeMasterRecommend {
    overflow: hidden;
    padding-top: 4.5em;
    padding-bottom: 4.5em;

    /* @media screen and (max-width: 575px) {
        height: 800px;
    } */
}

#homeMasterRecommend .bg-img {
    position: relative;
    background-repeat: no-repeat;
    background-position: center 80%;
    
    background-size: cover;
    background-image: url(../images/bg-home-master-recommend.jpg);
    color: #fff;
    width: 100%;
    min-height: 550px;
    height: 100%;
    overflow: hidden;
}

#homeMasterRecommend .section-body {
    float: left;
    width: 100%;
}

@media only screen and (orientation: portrait) and (max-width: 767px) {
    
    #homeMasterRecommend .bg-img {
        background-size: cover;
        background-position: center 70%;
        background-image: url(../images/bg-home-m-master-recommend.jpg);
        min-height: 700px;
    }

    #homeMasterRecommend .section-body {
        float: none;
        width: auto;
        margin: 0 auto ;
        width: 65%;
    }
}

@media only screen and (orientation: landscape) {
    #homeMasterRecommend .bg-img {
        background-position: center 80%;
        background-image: url('/images/bg-home-master-recommend.jpg');
        min-height: 550px;
    }
}

#homeMasterRecommend .section-container {
    position: relative;
}

#homeMasterRecommend .section-heading {
    float: left;
    width: 45%;
}

#homeMasterRecommend .section-heading .heading-title {
    color: #fff;
}

#homeMasterRecommend .master-content {
    width: 100%;
    max-width: 100%;
    margin-left: 2em;
}
#homeMasterRecommend .master-content .master-text {
    width: 95%;
    max-width: 100%;
    margin-top: 13em;
    white-space: pre-wrap;
}

/* -- Roaster / Product -- */

#pageRoaster .site-main-container,
#pageProduct .site-main-container {
    padding-top: 3em;
    padding-bottom: 7.5em;
}

#pageRoaster .content-section-container .content-section ~ .content-section,
#pageProduct .content-section-container .content-section ~ .content-section {
    margin-top: 7.5em;
}

#pageRoaster .content-section-container .content-section .section-heading .heading-title,
#pageProduct .content-section-container .content-section .section-heading .heading-title {
    margin-top: 0;
}

#containerRoasterInfo .block-buy > .styled-btn,
#containerProductInfo .block-buy > .styled-btn {
    font-size: 1.43em;
}

/* ============ 產品頁圖片 (比較圖 和 功能圖) ============= */
#containerRoasterFeature #imgRoasterFeature #imgRoasterPC.imgPC,
#sectionRoasterCompareImg .section-container .section-body .imgPC {
    display: block;
}
#containerRoasterFeature #imgRoasterFeature #imgRoasterM.imgM,
#sectionRoasterCompareImg .section-container .section-body .imgM {
    display: none;
}

/* 烘豆機機型比較圖 */
#sectionRoasterCompareImg img {
    display: block;
    width: 80vh;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
#sectionRoasterCompareImg {
    background-image: url(../images/bg-roaster-mode-flip.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
}

#containerRoasterTutorialVideo .styled-card-container > .styled-card {
    float: left;
}

#containerRoasterTutorialVideo .styled-card-container.col-videos-2 > .styled-card {
    width: -webkit-calc((100% - 3em * 1) / 2 - 0.01px);
    width: -moz-calc((100% - 3em * 1) / 2 - 0.01px);
    width: calc((100% - 3em * 1) / 2 - 0.01px);
}

#containerRoasterTutorialVideo .styled-card-container.col-videos-2 > .styled-card ~ .styled-card {
    margin-left: 3em;
}

#containerRoasterTutorialVideo .styled-card-container.col-videos-2 > .styled-card:nth-child(n+3) {
    margin-top: 3em;
}

#containerRoasterTutorialVideo .styled-card-container.col-videos-2 > .styled-card:nth-child(2n+1) {
    margin-left: auto;
    clear: both;
}

#containerRoasterTutorialVideo .styled-card-container.col-videos-3 > .styled-card {
    width: -webkit-calc((100% - 30px * 2) / 3 - 0.01px);
    width: -moz-calc((100% - 30px * 2) / 3 - 0.01px);
    width: calc((100% - 30px * 2) / 3 - 0.01px);
}

#containerRoasterTutorialVideo .styled-card-container.col-videos-3 > .styled-card ~ .styled-card {
    margin-left: 30px;
}

#containerRoasterTutorialVideo .styled-card-container.col-videos-3 > .styled-card:nth-child(n+4) {
    margin-top: 3em;
}

#containerRoasterTutorialVideo .styled-card-container.col-videos-3 > .styled-card:nth-child(3n+1) {
    margin-left: auto;
    clear: both;
}

#containerRoasterFeature {
    padding-top: 3em;
    padding-bottom: 3em;
    background-color: #c8b599;
}
#containerRoasterFeature.bgColor-bb100 {
    background-color: rgba(177, 194, 201, 0.6);
}

#containerRoasterFeature #imgRoasterFeature {
    position: relative;
    width: 400px;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
}

#containerRoasterFeature #imgRoasterFeature #listRoasterFeature {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    list-style: none;
    color: #fff;
}

#containerRoasterFeature #imgRoasterFeature #listRoasterFeature > li {
    position: absolute;
    width: -webkit-calc((100vw - 400px - 30px * 2) * 0.5);
    width: -moz-calc((100vw - 400px - 30px * 2) * 0.5);
    width: calc((100vw - 400px - 30px * 2) * 0.5);
    height: auto;
    margin: auto;
    font-weight: 500;
}

#containerRoasterFeature #imgRoasterFeature #listRoasterFeature > li:nth-child(1) {
    top: 9%;
    left: 100%;
    padding-left: 10px;
    text-align: left;
}

#containerRoasterFeature #imgRoasterFeature #listRoasterFeature > li:nth-child(2) {
    top: 13%;
    right: 100%;
    padding-right: 10px;
    text-align: right;
}

#containerRoasterFeature #imgRoasterFeature #listRoasterFeature > li:nth-child(3) {
    top: 34.25%;
    right: 100%;
    padding-right: 10px;
    text-align: right;
}

#containerRoasterFeature #imgRoasterFeature #listRoasterFeature > li:nth-child(4) {
    top: 35.25%;
    left: 100%;
    padding-left: 10px;
    text-align: left;
}

#containerRoasterFeature #imgRoasterFeature #listRoasterFeature > li:nth-child(5) {
    top: 59%;
    left: 100%;
    padding-left: 10px;
    text-align: left;
}

#containerRoasterFeature #imgRoasterFeature #listRoasterFeature > li:nth-child(6) {
    top: 55.25%;
    right: 100%;
    padding-right: 10px;
    text-align: right;
}

#containerRoasterFeature #imgRoasterFeature #listRoasterFeature > li:nth-child(7) {
    top: 87.5%;
    left: 100%;
    padding-left: 10px;
    text-align: left;
}

#containerRoasterFeature #imgRoasterFeature #listRoasterFeature > li:nth-child(8) {
    top: 76.25%;
    right: 100%;
    padding-right: 10px;
    text-align: right;
}

#sectionRoasterMode {
    background-image: url(../images/bg-roaster-mode.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
}

#containerRoasterMode > img {
    display: block;
    width: 80vh;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

#sectionRoasterSpec .section-body {
    position: relative;
    background-image: url(../images/bg-roaster-spec.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}
#sectionRoasterSpec.bg-1 .section-body {
    background-image: url(../images/bg-roaster-spec-01.jpg);
}

#sectionRoasterSpec .section-body::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(35, 34, 34, 0.6); 
    /* rgba(0,0,0,0.6); */
}

#containerRoasterSpec {
    width: 1180px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 4em;
    padding-bottom: 4em;
    color: #fff;
}

#containerRoasterSpec #listRoasterSpec {
    position: relative;
    margin: 0 auto;
    padding: 0;
    font-size: 16px;
    list-style: none;
    overflow: hidden;
}

#containerRoasterSpec #listRoasterSpec > li {
    float: left;
    width: 47.5%;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #6b6b6b;
    border-bottom: 1px solid #6b6b6b;
}

#containerRoasterSpec #listRoasterSpec > li ~ li {
    margin-left: 5%;
}

#containerRoasterSpec #listRoasterSpec > li > ul {
    position: relative;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

#containerRoasterSpec #listRoasterSpec > li > ul > li {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    line-height: 1.5;
}

#containerRoasterSpec #listRoasterSpec > li > ul > li ~ li {
    border-top: 1px solid #6b6b6b;
}


#containerRoasterSpec li.bb100-plus-en-spec-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 120px 90px 1.5rem 90px 1.5rem 90px;
    gap: 4px;
    align-items: center;
}

#containerRoasterGuarantee .styled-card-container {
    padding: 4em 0;
}

#containerRoasterGuarantee .styled-card-container > .styled-card {
    float: left;
    width: -webkit-calc((100% - 5em * 3) / 4 - 0.01px);
    width: -moz-calc((100% - 5em * 3) / 4 - 0.01px);
    width: calc((100% - 5em * 3) / 4 - 0.01px);
    margin-left: auto;
    margin-right: auto;
}

html:lang(en) #containerRoasterGuarantee .styled-card-container > .styled-card {
    width: -webkit-calc((100% - 5em * 2) / 3 - 0.01px);
    width: -moz-calc((100% - 5em * 2) / 3 - 0.01px);
    width: calc((100% - 5em * 2) / 3 - 0.01px);
}

#containerRoasterGuarantee .styled-card-container > .styled-card ~ .styled-card {
    margin-left: 5em;
}

#containerProductDetail,
#containerMasterDetail {
    width: 45em;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#detailInstallment table.styled-table {
    table-layout: fixed;
}

#detailInstallment table.styled-table th,
#detailInstallment table.styled-table td {
    text-align: center;
}

#detailInstallment table.styled-table td ~ td {
    text-align: left;
}

#detailInstallment table.styled-table colgroup > col:nth-child(1) { width: 18em; max-width: 50%; }

/* -- APP -- */
#pageApp #pseudoHeader {
    display: none !important;
}

#pageApp #appSection {
    position: relative;
    height: 100%;
}

#pageApp #appPageContainer {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    min-height: 100%;
    margin: auto;
}

#pageApp #appPageContainer #appBody {
    background-color: #fbfbfb;
}

#pageApp .banner-fp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#appSection.plus > #appBanner > .banner-bg-img {
    background-image:
        /* linear-gradient(rgba(251, 251, 251, 0.71), rgba(251, 251, 251, 0.71)), */
        url(../images/demo/banner-app-plus.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

#appBanner.banner-fp .banner-cover::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(0,0,0,0.26);
    z-index: 0;
}

#pageApp .content-section-container .content-section ~ .content-section {
    margin-top: 7.5em;
}

#sectionAppIntro .styled-block-figure-detail .block-detail::before,
#sectionAppIntro .styled-block-figure-detail .block-detail::after {
    display: none;
}

#containerAppGif .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -2em;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
	transform: translateX(-50%);
}

/* #containerAppGif .owl-carousel .owl-item img  {
    transform: scale(1.3), translateY(-10px);
} */

#containerAppDetail {
    padding-top: 15vh;
    padding-bottom: 15vh;
}

#containerAppDetail .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -15vh;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
	transform: translateX(-50%);
}

#containerAppDetail .owl-nav {
    width: 100%;
}

#containerAppDetail .owl-nav > button {
    position: absolute;
    top: 0;
    bottom: 0;
    width: -webkit-calc((100% - 30vw) * 0.5);
    width: -moz-calc((100% - 30vw) * 0.5);
    width: calc((100% - 30vw) * 0.5);
    margin: auto;
    padding: 0;
    background: #b1c2c9;
    outline: none;
    border: none;
}

#containerAppDetail .owl-nav > button:not(.disabled) {
    cursor: pointer;
}

#containerAppDetail .owl-nav > .nav-prev {
    left: 0;
}

#containerAppDetail .owl-nav > .nav-prev:not(.disabled) {
/*     background-image: -webkit-linear-gradient(left, #b1c2c9, rgba(177,194,201,0.5));
    background-image: -moz-linear-gradient(left, #b1c2c9, rgba(177,194,201,0.5));
    background-image: -ms-linear-gradient(left, #b1c2c9, rgba(177,194,201,0.5));
    background-image: -o-linear-gradient(left, #b1c2c9, rgba(177,194,201,0.5));
    background-image: linear-gradient(to right, #b1c2c9, rgba(177,194,201,0.5)); */
}

#containerAppDetail .owl-nav > .nav-next {
    right: 0;
}

#containerAppDetail .owl-nav > .nav-next:not(.disabled) {
/*     background-image: -webkit-linear-gradient(right, #b1c2c9, rgba(177,194,201,0.5));
    background-image: -moz-linear-gradient(right, #b1c2c9, rgba(177,194,201,0.5));
    background-image: -ms-linear-gradient(right, #b1c2c9, rgba(177,194,201,0.5));
    background-image: -o-linear-gradient(right, #b1c2c9, rgba(177,194,201,0.5));
    background-image: linear-gradient(to left, #b1c2c9, rgba(177,194,201,0.5)); */
}

#sectionAppFeature {
    background-image: url(../images/bg-roaster-mode.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
}

#sectionAppStore {
    padding-bottom: 7.5em;
}
/* for BeanBon BB100 plus */
#sectionAppStore.plus {
    background-image:
        linear-gradient(rgba(251, 251, 251, 0.71), rgba(251, 251, 251, 0.71)),
        url(../images/bg-app-plus-store.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

/* #containerAppDetail .owl-carousel {
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

#containerAppDetail .owl-carousel .item {
    -webkit-transform: rotateZ(-90deg);
    -moz-transform: rotateZ(-90deg);
    -ms-transform: rotateZ(-90deg);
    -o-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
} */

/* -- SHOP -- */
#containerProducts,
#containerCollections {
    z-index: 1;
}

#containerProducts .styled-card-container > .styled-card,
#containerCollections .styled-card-container > .styled-card {
    float: left;
    width: -webkit-calc((100% - 60px * 2) / 3);
    width: -moz-calc((100% - 60px * 2) / 3);
    width: calc((100% - 60px * 2) / 3);
    margin-left: auto;
    margin-right: auto;
}

#containerProducts .styled-card-container > .styled-card ~ .styled-card,
#containerCollections .styled-card-container > .styled-card ~ .styled-card {
    margin-left: 60px;
}

#containerProducts .styled-card-container > .styled-card:nth-child(n+4),
#containerCollections .styled-card-container > .styled-card:nth-child(n+4) {
    margin-top: 4em;
}

#containerProducts .styled-card-container > .styled-card:nth-child(3n+1),
#containerCollections .styled-card-container > .styled-card:nth-child(3n+1) {
    margin-left: auto;
    clear: both;
}

#containerHotProducts .styled-card {
    display: block;
    width: 280px;
    max-width: 100%;
}

#containerHotProducts #comingSoon,
.coming-soon {
    width: 15em;
    min-height: 20vw;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 4em;
    text-align: center;
}

#containerHotProducts #comingSoon > img,
.coming-soon > img {
    display: block;
    width: 100%;
    height: auto;
}

#containerHotProducts #comingSoon > p,
.coming-soon > p {
    margin: 1.5em auto 0;
    font-size: 1.25em;
    font-weight: 600;
}

/* -- NEWS -- */
#containerNews .styled-card-container.news-type-1 {
    width: 960px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#containerNews .styled-card-container.news-type-1 > .styled-card:nth-child(1) {
    float: left;
    width: -webkit-calc((100% - 20px * 1) / 2);
    width: -moz-calc((100% - 20px * 1) / 2);
    width: calc((100% - 20px * 1) / 2);
}

#containerNews .styled-card-container.news-type-1 > .styled-card:nth-child(2),
#containerNews .styled-card-container.news-type-1 > .styled-card:nth-child(3) {
    float: left;
    width: -webkit-calc((100% - 20px * 1) / 2);
    width: -moz-calc((100% - 20px * 1) / 2);
    width: calc((100% - 20px * 1) / 2);
    margin-left: 20px;
}

#containerNews .styled-card-container.news-type-1 > .styled-card:nth-child(3) {
    margin-top: 20px;
}

#containerNews .styled-card-container.news-type-1 > .styled-card:nth-child(4) {
    clear: both;
}

#containerNews .styled-card-container.news-type-1 > .styled-card:nth-child(n+4) {
    float: left;
    width: -webkit-calc((100% - 30px * 2) / 3);
    width: -moz-calc((100% - 30px * 2) / 3);
    width: calc((100% - 30px * 2) / 3);
    margin-top: 5em;
}

#containerNews .styled-card-container.news-type-1 > .styled-card:nth-child(n+4) ~ .styled-card {
    margin-left: 30px;
}

#containerNews .styled-card-container.news-type-1 > .styled-card:nth-child(n+7) {
    margin-top: 3em;
}

#containerNews .styled-card-container.news-type-1 > .styled-card:nth-child(n+4) ~ .styled-card:nth-child(3n+4) {
    margin-left: auto;
    clear: both;
}

#containerNews .styled-card-container.news-type-1 > .styled-card:nth-child(2) .card-main-img,
#containerNews .styled-card-container.news-type-1 > .styled-card:nth-child(3) .card-main-img,
#containerNews .styled-card-container.news-type-1 > .styled-card:nth-child(2) .card-content,
#containerNews .styled-card-container.news-type-1 > .styled-card:nth-child(3) .card-content {
    float: left;
    width: 50%;
}

#containerNews .styled-card-container.news-type-1 > .styled-card:nth-child(2) .card-main-img,
#containerNews .styled-card-container.news-type-1 > .styled-card:nth-child(3) .card-main-img {
    padding-top: 50%;
}

#containerNews .styled-card-container.news-type-1 > .styled-card:nth-child(2) .card-content,
#containerNews .styled-card-container.news-type-1 > .styled-card:nth-child(3) .card-content {
    padding: 8px;
}

#containerNews .styled-card-container.news-type-1 > .styled-card:nth-child(2) .card-content .card-content-container,
#containerNews .styled-card-container.news-type-1 > .styled-card:nth-child(3) .card-content .card-content-container {
    padding: 7px;
}

#containerNews .styled-card-container.news-type-1 > .styled-card:nth-child(1) .card-text {
    height: 6em;
}

#containerNews .styled-card-container.news-type-1 > .styled-card:nth-child(2) .card-text,
#containerNews .styled-card-container.news-type-1 > .styled-card:nth-child(3) .card-text {
    height: 7.5em;
}

#containerNews .styled-card-container.news-type-2 > .styled-card:nth-child(1),
#containerNews .styled-card-container.news-type-2 > .styled-card:nth-child(2) {
    float: left;
    width: -webkit-calc((100% - 3em * 1) / 2);
    width: -moz-calc((100% - 3em * 1) / 2);
    width: calc((100% - 3em * 1) / 2);
}

#containerNews .styled-card-container.news-type-2 > .styled-card:nth-child(2) {
    margin-left: 3em;
}

#containerNews .styled-card-container.news-type-2 > .styled-card:nth-child(3) {
    clear: both;
}

#containerNews .styled-card-container.news-type-2 > .styled-card:nth-child(n+3) {
    float: left;
    width: -webkit-calc((100% - 30px * 2) / 3);
    width: -moz-calc((100% - 30px * 2) / 3);
    width: calc((100% - 30px * 2) / 3);
    margin-top: 5em;
}

#containerNews .styled-card-container.news-type-2 > .styled-card:nth-child(n+3) ~ .styled-card {
    margin-left: 30px;
}

#containerNews .styled-card-container.news-type-2 > .styled-card:nth-child(n+6) {
    margin-top: 3em;
}

#containerNews .styled-card-container.news-type-2 > .styled-card:nth-child(n+3) ~ .styled-card:nth-child(3n+3) {
    margin-left: auto;
    clear: both;
}

#containerBlog {
    width: 1180px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* -- EVENTS -- */
#pageEvents .content-section-container .content-section ~ .content-section {
    margin-top: 7.5em;
}

#containerEventsRecent .styled-card-container > .styled-card:nth-child(1),
#containerEventsRecent .styled-card-container > .styled-card:nth-child(2) {
    float: left;
    width: -webkit-calc((100% - 3em * 1) / 2);
    width: -moz-calc((100% - 3em * 1) / 2);
    width: calc((100% - 3em * 1) / 2);
}

#containerEventsRecent .styled-card-container > .styled-card:nth-child(2) {
    margin-left: 3em;
}

#containerEventsRecent .styled-card-container > .styled-card:nth-child(3) {
    clear: both;
}

#containerEventsRecent .styled-card-container > .styled-card:nth-child(n+3) {
    float: left;
    width: -webkit-calc((100% - 30px * 2) / 3);
    width: -moz-calc((100% - 30px * 2) / 3);
    width: calc((100% - 30px * 2) / 3);
    margin-top: 5em;
}

#containerEventsRecent .styled-card-container > .styled-card:nth-child(n+3) ~ .styled-card {
    margin-left: 30px;
}

#containerEventsRecent .styled-card-container > .styled-card:nth-child(n+6) {
    margin-top: 3em;
}

#containerEventsRecent .styled-card-container > .styled-card:nth-child(n+3) ~ .styled-card:nth-child(3n+3) {
    margin-left: auto;
    clear: both;
}

#containerEventsOld .styled-card-container > .styled-card {
    float: left;
    width: -webkit-calc((100% - 30px * 2) / 3);
    width: -moz-calc((100% - 30px * 2) / 3);
    width: calc((100% - 30px * 2) / 3);
}

#containerEventsOld .styled-card-container > .styled-card ~ .styled-card {
    margin-left: 30px;
}

#containerEventsOld .styled-card-container > .styled-card:nth-child(n+4) {
    margin-top: 3em;
}

#containerEventsOld .styled-card-container > .styled-card:nth-child(3n+1) {
    margin-left: auto;
    clear: both;
}

/* -- ABOUT -- */
#containerReports .styled-card-container > .styled-card {
    float: left;
    width: -webkit-calc((100% - 30px * 2) / 3);
    width: -moz-calc((100% - 30px * 2) / 3);
    width: calc((100% - 30px * 2) / 3);
}

#containerReports .styled-card-container > .styled-card ~ .styled-card {
    margin-left: 30px;
}

#containerReports .styled-card-container > .styled-card:nth-child(n+4) {
    margin-top: 3em;
}

#containerReports .styled-card-container > .styled-card:nth-child(3n+1) {
    margin-left: auto;
    clear: both;
}

#siteBody.aboutus-wrapper .block-body.body-aboutUs p{
    white-space: pre-wrap;
}

.aboutus-wrapper .block-about-content .block-title img.imgPC {
    display: block;
}

.aboutus-wrapper .block-about-content .block-title img.imgM {
    display: none;
}

/* -- FAQS -- */
#bannerFAQs {
    position: relative;
}

#bannerFAQs::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(255,255,255,0.5);
    z-index: 0;
}

#bannerFAQs > img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

#bannerFAQs .banner-pc {
    display: block;
}

#bannerFAQs .banner-tablet,
#bannerFAQs .banner-mobile {
    display: none;
}

#bannerFAQs .banner-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	transform: translateY(-50%);
    z-index: 1;
}

#bannerFAQs .banner-heading {
    text-align: center;
}

#bannerFAQs .banner-heading .heading-title {
    display: inline-block;
    position: relative;
    margin-bottom: 7.5%;
    line-height: normal;
    vertical-align: bottom;
    color: #122360;
}

#bannerFAQs .banner-heading .heading-title::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    margin: auto;
    background-color: #c2a48c;
}

#bannerFAQs #containerFAQsSearch {
    width: 30em;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#containerFAQsNav {
    padding-top: 3em;
}

#containerFAQsNav_PC ul.nav {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

#containerFAQsNav_PC ul.nav > li {
    float: left;
    width: 22%;
    margin-left: auto;
    margin-right: auto;
}

html:lang(en) #containerFAQsNav_PC ul.nav > li {
    width: 30%;
}

#containerFAQsNav_PC ul.nav > li ~ li {
    margin-left: 4%;
}

html:lang(en) #containerFAQsNav_PC ul.nav > li ~ li {
    margin-left: 5%;
}

#containerFAQsNav_PC ul.nav > li:nth-child(n+5) {
    margin-top: 1.75em;
}

html:lang(en) #containerFAQsNav_PC ul.nav > li:nth-child(n+4) {
    margin-top: 1.75em;
}

#containerFAQsNav_PC ul.nav > li:nth-child(4n+1) {
    margin-left: auto;
    clear: both;
}

html:lang(en) #containerFAQsNav_PC ul.nav > li:nth-child(4n+1) {
    margin-left: 5%;
    clear: none;
}

html:lang(en) #containerFAQsNav_PC ul.nav > li:nth-child(3n+1) {
    margin-left: auto;
    clear: both;
}

#containerFAQsNav_PC ul.nav > li > a {
    display: block;
    padding: 1em 0.5em;
    line-height: normal;
    text-align: center;
    color: #122360;
    background-color: #fff;
    border: 2px solid #b1c2c9;
    border-radius: 0.5em;
    -webkit-transition: color 0.4s cubic-bezier(0.445,0.05,0.55,0.95), background-color 0.4s cubic-bezier(0.445,0.05,0.55,0.95);
	-moz-transition: color 0.4s cubic-bezier(0.445,0.05,0.55,0.95), background-color 0.4s cubic-bezier(0.445,0.05,0.55,0.95);
    -ms-transition: color 0.4s cubic-bezier(0.445,0.05,0.55,0.95), background-color 0.4s cubic-bezier(0.445,0.05,0.55,0.95);
    -o-transition: color 0.4s cubic-bezier(0.445,0.05,0.55,0.95), background-color 0.4s cubic-bezier(0.445,0.05,0.55,0.95);
	transition: color 0.4s cubic-bezier(0.445,0.05,0.55,0.95), background-color 0.4s cubic-bezier(0.445,0.05,0.55,0.95);
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
	overflow: hidden;
}

#containerFAQsNav_PC ul.nav > li.tab > a.active,
body.hasHover #containerFAQsNav_PC ul.nav > li.tab > a:hover {
    color: #fff;
    background-color: #b1c2c9;
}

#containerFAQsNav_M {
    display: none;
}

#containerFAQsTabContent {
    width: 630px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 6em;
}

#containerFAQsTabContent .styled-card-container {
    display: table;
    width: -webkit-calc(100% + 1em * 2);
    width: -moz-calc(100% + 1em * 2);
    width: calc(100% + 1em * 2);
    margin-left: -1em;
    margin-right: -1em;
    border-collapse: separate;
    border-spacing: 1em 0;
}

#containerFAQsTabContent .styled-card-container::after {
    display: none;
}

#containerFAQsTabContent .styled-card-container ~ .styled-card-container {
    margin-top: 1.5em;
}

#containerFAQsTabContent .styled-card-container > .styled-card {
    display: table-cell;
    width: 50%;
}

#containerFAQsTabContent .styled-card-container > .styled-card ~ .styled-card {
    margin-left: 1em;
}

#containerMoreFAQs .styled-card {
    display: block;
    width: 24em;
    max-width: 100%;
}

#containerFAQsTabContent .styled-accordion .accordion-item .accordion-body > p {
    white-space: pre-line;
}

/* -- CART -- */
#containerNoItems {
    width: 16em;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#containerNoItems > img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 2em;
}

#containerNoItems > p {
    font-size: 1.125em;
    font-weight: 600;
    line-height: normal;
    color: #122360;
}

#containerNoItems .styled-btn {
    margin-top: 5em;
}

#containerNewOrder {
    width: 25em;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 7.5em;
    text-align: center;
}

#containerNewOrder > img {
    display: block;
    width: 64%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
}

#containerNewOrder > p {
    font-size: 1.125em;
    font-weight: 600;
    line-height: normal;
    color: #122360;
}

#containerNewOrder > p > img {
    display: block;
    width: 2.5em;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.25em;
}

#containerNewOrder .btns-container {
    margin-top: 2.75em;
    text-align: center;
}

#containerNewOrder .styled-btn-container {
    display: inline-block;
    vertical-align: bottom;
}

#containerNewOrder .styled-btn-container > .styled-btn {
    float: left;
    padding-left: 3em;
    padding-right: 3em;
}

#containerNewOrder .styled-btn-container > .styled-btn ~ .styled-btn {
    margin-left: 2.5em;
}

#containerNewOrder .styled-btn-container > br {
    display: none;
}

#containerOrdersNav_PC ul.nav {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    overflow-y: hidden;
}

#containerOrdersNav_PC ul.nav > li {
    display: inline-block;
    vertical-align: bottom;
    border-top: 1px solid #b1c2c9;
    border-bottom: 1px solid #b1c2c9;
    border-left: 1px solid #b1c2c9;
}

#containerOrdersNav_PC ul.nav > li:last-child {
    border-right: 1px solid #b1c2c9;
}

#containerOrdersNav_PC ul.nav > li > a {
    display: block;
    min-width: 8.5em;
    padding: 0.75em 1.5em;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    color: #122360;
    background-color: #fff;
    -webkit-transition: color 0.4s cubic-bezier(0.445,0.05,0.55,0.95), background-color 0.4s cubic-bezier(0.445,0.05,0.55,0.95);
	-moz-transition: color 0.4s cubic-bezier(0.445,0.05,0.55,0.95), background-color 0.4s cubic-bezier(0.445,0.05,0.55,0.95);
    -ms-transition: color 0.4s cubic-bezier(0.445,0.05,0.55,0.95), background-color 0.4s cubic-bezier(0.445,0.05,0.55,0.95);
    -o-transition: color 0.4s cubic-bezier(0.445,0.05,0.55,0.95), background-color 0.4s cubic-bezier(0.445,0.05,0.55,0.95);
	transition: color 0.4s cubic-bezier(0.445,0.05,0.55,0.95), background-color 0.4s cubic-bezier(0.445,0.05,0.55,0.95);
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
	overflow: hidden;
}

#containerOrdersNav_PC ul.nav > li.tab > a.active,
body.hasHover #containerOrdersNav_PC ul.nav > li.tab > a:hover {
    color: #fff;
    background-color: #b1c2c9;
}

#containerOrdersNav_M {
    display: none;
}

#containerOrdersTabContent {
    padding-top: 3em;
}

#containerOrdersTabContent .container-without-items {
    width: 14em;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2.5em;
    text-align: center;
}

#containerOrdersTabContent .container-without-items > img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 1em;
}

#containerOrdersTabContent .container-without-items > p {
    font-size: 1em;
    font-weight: 500;
    line-height: normal;
    color: #122360;
}

#containerOrdersTabContent .container-without-items .styled-btn {
    margin-top: 2.5em;
}

#containerMoreDelivery {
    margin-top: 2em;
}

#containerMoreDelivery.form-group-1-1 .form-group {
    margin-bottom: 0;
}

.cart-summary-container {
    padding-left: 1.25em;
    padding-right: 1.25em;
    text-align: right;
}

.cart-summary-container table.cart-summary {
    width: auto;
    max-width: 100%;
    margin: 0 0 0 auto;
    font-size: 1.125em;
    border-spacing: 0;
    color: #122360;
}

.cart-summary-container table.cart-summary > tbody > tr > td {
    padding-top: 0.3125em;
    padding-bottom: 0.3125em;
    font-weight: 600;
    vertical-align: middle;
}

.cart-summary-container table.cart-summary > tbody > tr > td:first-child {
    text-align: left;
}

.cart-summary-container table.cart-summary > tbody > tr > td:not(:first-child) {
    padding-left: 5em;
}

.cart-summary-container table.cart-summary > tbody > tr:last-child > td {
    padding-top: 30px;
}

.cart-summary-container table.cart-summary > tbody > tr:last-child > td:last-child {
    font-size: 1.5em;
}

.cart-summary-container .cart-btns {
    margin-top: 2.5em;
}

.cart-summary-container .cart-btns .cart-btns-wrapper {
    display: inline-block;
    vertical-align: bottom;
}

.cart-summary-container .cart-btns .cart-btns-wrapper > br {
    display: none;
}

.cart-summary-container .cart-btn {
    min-width: 10em;
}

.cart-summary-container .cart-fixed-btn-wrapper {
    display: inline-block;
}

.cart-summary-container .cart-btn ~ .cart-btn,
.cart-summary-container .cart-btn ~ .cart-fixed-btn-wrapper {
    margin-left: 3em;
}

img.payment-img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: -webkit-calc(2.5em + 2px);
    max-height: -moz-calc(2.5em + 2px);
    max-height: calc(2.5em + 2px);
}

/* -- WARRANTY -- */
#sectionProductRegistration .section-container {
    /* width: 800px; */
}

#sectionProductRegistration .section-heading .heading-title {
    margin-bottom: 0;
    -webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
	transform: translateY(50%);
    z-index: 1;
}

#sectionProductRegistration .section-body {
    position: relative;
    margin-left: 10%;
    margin-right: 10%;
    padding: 7.5em 15%;
    color: #fff;
    background-color: #b1c2c9;
}

#sectionProductRegistration .section-body #imgMainProduct {
    position: absolute;
    left: 0;
    width: 25%;
    -webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
	transform: translateX(-50%);
}

#formWarrantySerialImg {
    padding-top: 3.5em;
}

#formWarrantySerialImg .input-file-upload,
#formWarrantySerialImg .input-file-upload .file-container {
    overflow: visible;
}

#formWarrantySerialImg .input-file-upload .file-container > .file-upload-btn {
    top: -3.5em;
    -webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
	transform: translateX(-50%);
}

/* -- USER -- */
#sectionMyAccount,
#sectionMyOrder,
#sectionMyFavorite,
#sectionWarrantyRecord {
    margin-left: -webkit-calc(15em + 5%);
    margin-left: -moz-calc(15em + 5%);
    margin-left: calc(15em + 5%);
    margin-right: 5%;
}

#sectionMyAccount .section-container,
#sectionMyOrder .section-container,
#sectionMyFavorite .section-container,
#sectionWarrantyRecord .section-container {
    padding-left: 0;
    padding-right: 0;
}

#sectionMyAccount .section-body {
    position: relative;
    padding: 3em;
    color: #fff;
    background-color: #b1c2c9;
}

#sectionMyOrder .section-body {
    position: relative;
    color: #fff;
}

#sectionMyFavorite .section-body {
    position: relative;
    color: #fff;
}

#sectionWarrantyRecord .section-body {
    position: relative;
}

#sideNavUser {
    position: fixed;
    top: 5em;
    bottom: 0;
    left: 0;
    width: 15em;
    margin: auto;
    padding-left: 2em;
    padding-right: 2em;
    background-color: #b1c2c9;
}

#sideNavUser > ul {
    display: block;
    margin: auto;
    padding: 0;
    list-style: none;
}

#sideNavUser > ul > li {
    position: relative;
    padding-left: 2em;
}

#sideNavUser > ul > li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1.5em;
    height: 1.5em;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

#sideNavUser > ul > li.nav-account::before {
    background-image: url(../images/icon-person-circle-dark.svg);
}

#sideNavUser > ul > li.nav-order::before {
    background-image: url(../images/icon-order-circle-dark.svg);
}

#sideNavUser > ul > li.nav-favorite::before {
    background-image: url(../images/icon-heart-circle-dark.svg);
}

#sideNavUser > ul > li.nav-warranty::before {
    background-image: url(../images/icon-warranty-circle-dark.svg);
}

#sideNavUser > ul > li ~ li {
    margin-top: 2.5em;
}

#sideNavUser > ul > li > a {
    color: #fff;
    -webkit-transition: color 0.4s cubic-bezier(0.445,0.05,0.55,0.95);
	-moz-transition: color 0.4s cubic-bezier(0.445,0.05,0.55,0.95);
    -ms-transition: color 0.4s cubic-bezier(0.445,0.05,0.55,0.95);
    -o-transition: color 0.4s cubic-bezier(0.445,0.05,0.55,0.95);
	transition: color 0.4s cubic-bezier(0.445,0.05,0.55,0.95);
}

#sideNavUser > ul > li > a._active,
body.hasHover #sideNavUser > ul > li > a:hover {
    color: #122360;
}

#containerFavorites .styled-card-container > .styled-card {
    float: left;
    width: -webkit-calc((100% - 60px * 2) / 3);
    width: -moz-calc((100% - 60px * 2) / 3);
    width: calc((100% - 60px * 2) / 3);
    margin-left: auto;
    margin-right: auto;
}

#containerFavorites .styled-card-container > .styled-card ~ .styled-card {
    margin-left: 60px;
}

#containerFavorites .styled-card-container > .styled-card:nth-child(n+4) {
    margin-top: 4em;
}

#containerFavorites .styled-card-container > .styled-card:nth-child(3n+1) {
    margin-left: auto;
    clear: both;
}

#containerWarranties {
    width: 62em;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#containerWarranties .styled-card-container > .styled-card {
    float: left;
    width: -webkit-calc((100% - 2em * 1) / 2 - 0.01px);
    width: -moz-calc((100% - 2em * 1) / 2 - 0.01px);
    width: calc((100% - 2em * 1) / 2 - 0.01px);
}

#containerWarranties .styled-card-container > .styled-card ~ .styled-card {
    margin-left: 2em;
}

#containerWarranties .styled-card-container > .styled-card:nth-child(n+3) {
    margin-top: 2em;
}

#containerWarranties .styled-card-container > .styled-card:nth-child(2n+1) {
    margin-left: auto;
    clear: both;
}


/* -- Header
--------------------------------------------------*/
#siteHeader {
    position: fixed;
    width: 100%;
    padding: 0 2.5em;
    top: 0;
    left: 0;
    height: 5em;
    z-index: 88888;
}

#pseudoHeader {
    height: 5em;
}

#siteHeader._scrolled {
    background-color: #fff;
}

#siteHeader._scrolled::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.4);
    z-index: -1;
}

#siteHeader #siteAlert {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    padding: 1.5em 2.5em;
    font-weight: 600;
    text-align: center;
    color: #122360;
    background-color: #b1c2c9;
    opacity: 0;
    -webkit-transition: opacity 1s cubic-bezier(0.445,0.05,0.55,0.95);
	-moz-transition: opacity 1s cubic-bezier(0.445,0.05,0.55,0.95);
    -ms-transition: opacity 1s cubic-bezier(0.445,0.05,0.55,0.95);
    -o-transition: opacity 1s cubic-bezier(0.445,0.05,0.55,0.95);
	transition: opacity 1s cubic-bezier(0.445,0.05,0.55,0.95);
    visibility: hidden;
    z-index: -1;
}

#siteHeader #siteAlert._active {
    opacity: 1;
    visibility: visible;
}

#siteHeader #siteAlert > span {
    display: inline-block;
    position: relative;
    padding-left: 1.75em;
    vertical-align: middle;
}

#siteHeader #siteAlert > span::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1.25em;
    height: 1.25em;
    margin: auto;
    background-image: url(../images/icon-failure.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

#siteHeader #siteHeaderContainer {
    width: 1440px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#siteHeader #siteHeaderContainer::after {
    content: '';
    display: block;
    clear: both;
}

#siteHeader #siteBrand,
#siteHeader #siteNav {
    float: left;
}

#siteHeader #siteBrand {
    height: 5em;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
}

#siteHeader #siteHeaderCart {
    position: relative;
    float: right;
    width: 2em;
    height: 5em;
    margin-right: 2.5em;
}

#siteHeader #siteHeaderCart::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    padding-top: 100%;
    background-image: url(../images/icon-cart-dark.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#siteHeader #siteHeaderCart:not(._empty)::after {
    content: '';
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 0;
    width: 5px;
    height: 5px;
    margin-top: -50%;
    background-color: #ff5252;
    border-radius: 50%;
}

#siteHeader #siteHeaderCart #cartCount {
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 0;
    width: 1.25em;
    height: 1.25em;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    color: #122360;
    background-color: #ceb6a3;
    border-radius: 50%;
    -webkit-transform: translateY(-125%);
    -moz-transform: translateY(-125%);
    -ms-transform: translateY(-125%);
    -o-transform: translateY(-125%);
    transform: translateY(-125%);
    overflow: hidden;
}

#siteHeader #siteHeaderMember {
    position: relative;
    float: right;
    margin-right: 2em;
}

#siteHeader #siteHeaderMember button {
    position: relative;
    line-height: 5;
    text-align: center;
    color: #122360;
    background: none;
    outline: none;
    border: none;
}

#siteHeader #siteHeaderMember #memberLogin {
    padding: 0 0.5em 0 3em;
    font-weight: 600;
    cursor: pointer;
}

#siteHeader #siteHeaderMember #memberLogin::before {
    content: '';
    position: absolute;
    top: 1.5em;
    left: 0.5em;
    width: 2em;
    height: 2em;
    margin: auto;
    background-image: url(../images/icon-person-dark.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

#siteHeader #siteHeaderMember #memberAccount {
    max-width: 12em;
    padding: 0 0.5em 0 4em;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
	overflow: hidden;
}

#siteHeader #siteHeaderMember #memberAccount > img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.5em;
    width: 3em;
    height: auto;
    margin: auto;
    border-radius: 50%;
}

body:not(.hasHover) #siteHeader #siteHeaderMember #memberAccount._open + ul.nav-dropdown,
body.hasHover #siteHeader #siteHeaderMember #memberAccount:hover + ul.nav-dropdown,
body.hasHover #siteHeader #siteHeaderMember #memberAccount + ul.nav-dropdown:hover {
    max-height: 200vh;
    opacity: 1;
}

#siteHeader #siteHeaderLang {
    position: relative;
    float: right;
    margin-right: 2em;
}

#siteHeader #siteHeaderLang > button {
    position: relative;
    padding: 0 1.5em 0 0.5em;
    line-height: 5;
    text-align: center;
    color: #122360;
    background: none;
    outline: none;
    border: none;
}

#siteHeader #siteHeaderLang > button::before {
    content: '';
    position: absolute;
    top: 2em;
    right: 0.5em;
    width: 1em;
    height: 1em;
    margin: auto;
    background-image: url(../images/icon-caret-down-dark.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    -webkit-transition: transform 0.4s cubic-bezier(0.445,0.05,0.55,0.95);
	-moz-transition: transform 0.4s cubic-bezier(0.445,0.05,0.55,0.95);
    -ms-transition: transform 0.4s cubic-bezier(0.445,0.05,0.55,0.95);
    -o-transition: transform 0.4s cubic-bezier(0.445,0.05,0.55,0.95);
	transition: transform 0.4s cubic-bezier(0.445,0.05,0.55,0.95);
}

#siteHeader #siteHeaderLang > ul.nav-dropdown {
    min-width: 6em;
}

body:not(.hasHover) #siteHeader #siteHeaderLang > button._open + ul.nav-dropdown,
body.hasHover #siteHeader #siteHeaderLang > button:hover + ul.nav-dropdown,
body.hasHover #siteHeader #siteHeaderLang > ul.nav-dropdown:hover {
    max-height: 200vh;
    opacity: 1;
}

#siteHeader #siteHeaderBtnBuy {
    float: right;
    padding-top: -webkit-calc(1.25em - 2px);
    padding-top: -moz-calc(1.25em - 2px);
    padding-top: calc(1.25em - 2px);
    padding-bottom: -webkit-calc(1.25em - 2px);
    padding-bottom: -moz-calc(1.25em - 2px);
    padding-bottom: calc(1.25em - 2px);
}

.site-brand {
    display: inline-block;
    position: relative;
    vertical-align: bottom;
}

.site-brand .brand-name {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.site-brand .brand-img {
    width: auto;
    height: 100%;
}

.site-brand .brand-img > img {
    display: block;
    width: auto;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}


/* -- Nav
--------------------------------------------------*/
ul.nav-main {
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

ul.nav-main::after {
    content: '';
    display: block;
    clear: both;
}

/* nav bar item */
ul.nav-main > li {
    position: relative;
    float: left;
    margin-left: 2em;
}

ul.nav-main > li > a {
    display: block;
    position: relative;
    padding: 0 0.5em;
    line-height: 5;
    color: #122360;
}

ul.nav-main > li > a::before {
    content: '';
    position: absolute;
    bottom: 1.75em;
    left: 0.5em;
    width: 0;
    height: 2px;
    margin: auto;
    background-color: #c2a48c;
    -webkit-transition: width 0.4s cubic-bezier(0.445,0.05,0.55,0.95);
	-moz-transition: width 0.4s cubic-bezier(0.445,0.05,0.55,0.95);
    -ms-transition: width 0.4s cubic-bezier(0.445,0.05,0.55,0.95);
    -o-transition: width 0.4s cubic-bezier(0.445,0.05,0.55,0.95);
	transition: width 0.4s cubic-bezier(0.445,0.05,0.55,0.95);
}

ul.nav-main > li._active > a::before,
body.hasHover ul.nav-main > li > a:hover::before {
    width: -webkit-calc(100% - 0.5em * 2);
    width: -moz-calc(100% - 0.5em * 2);
    width: calc(100% - 0.5em * 2);
}

ul.nav-dropdown,
ul.nav-product-dropdown {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    max-height: 0;
    max-width: fit-content; /*255px;*/
    /* margin: 0 auto; */
    padding: 0;
    text-align: center;
    list-style: none;
    background-color: #fff;
    box-shadow: 1px 2px 4px 0 rgba(0,0,0,0.4);
    opacity: 0;
    -webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
	transform: translateX(-50%);
    -webkit-transition: all 0.4s cubic-bezier(0.445,0.05,0.55,0.95);
	-moz-transition: all 0.4s cubic-bezier(0.445,0.05,0.55,0.95);
    -ms-transition: all 0.4s cubic-bezier(0.445,0.05,0.55,0.95);
    -o-transition: all 0.4s cubic-bezier(0.445,0.05,0.55,0.95);
	transition: all 0.4s cubic-bezier(0.445,0.05,0.55,0.95);
    overflow: hidden;
    z-index: -5;
}

/* sub lists for each nav project START */
ul.nav-product-dropdown {
    background-color: #F2F2F2;
    width: 100%;
    max-width: 200px;
    max-height: 0;
    opacity: 0;
    list-style: none;

    z-index: 2;
    left: 101%;
    top: 0;
    transform: translateX(0);
    -webkit-transition: all 0.25s cubic-bezier(0.445, 0.05,0.55,0.95);
	-moz-transition: all 0.25s cubic-bezier(0.445, 0.05,0.55,0.95);
    -ms-transition: all 0.25s cubic-bezier(0.445, 0.05,0.55,0.95);
    -o-transition: all 0.25s cubic-bezier(0.445, 0.05,0.55,0.95);
    transition: all 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    margin: 0;
    padding: 0;
}

/* sub lists for each nav project END */

ul.nav-main > li.with-dropdown > a {
    cursor: default;
}
ul.nav-main > li.with-dropdown > a:hover,
ul.nav-product-dropdown > li > a:hover {
    cursor: pointer;
}

/* added nav project list*/
ul.nav-dropdown > li.with-dropdown {
    position: relative;
    white-space: wrap;
    text-align: center;
}

/* product dropdown list arrow icon START */
.js-nav-product-list.with-dropdown  > a::after{
    content: '';
    background-image: url(../images/icon-chevron-right.svg);
    padding-top: 5px;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    font-weight: 600;
    transition: transform 0.3s ease;
}

a.js-nav-projects-btn._open::after,
a.js-nav-projects-btn:hover::after{
    transform: rotateY(180deg);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 -5 24 24' fill='none' stroke='%23c2a48c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
}
/* product dropdown list arrow icon END */

ul.nav-main > li.with-dropdown > a._open + ul.nav-dropdown,
body:not(.hasHover) ul.nav-main > li.with-dropdown > a._open + ul.nav-dropdown,
body.hasHover ul.nav-main > li.with-dropdown > ul.nav-dropdown:hover,
a.js-nav-projects-btn._open + ul.nav-product-dropdown {
    max-height: 200vh;
    opacity: 1;    
    overflow: visible;
}

/* NAV： hover 顯示dropdown功能只限裝置寬991px以上 */
body.hasHover ul.nav-main > li.with-dropdown > a:hover + ul.nav-dropdown,
a.js-nav-projects-btn:hover + ul.nav-product-dropdown,
ul.nav-product-dropdown:hover {
    @media screen and (min-width: 991px) {
        max-height: 200vh;
        opacity: 1;    
        overflow: visible;
    }
}

ul.nav-dropdown > li {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

ul.nav-dropdown > li > a,
ul.nav-product-dropdown > li > a {
    display: block;
    /* min-width: 9em; */
    padding: 0.5em 1.5em;
    font-size: 0.875em;
    line-height: 1.5;
    white-space: nowrap;
    color: #122360;
    -webkit-transition: color 0.4s cubic-bezier(0.445,0.05,0.55,0.95);
	-moz-transition: color 0.4s cubic-bezier(0.445,0.05,0.55,0.95);
    -ms-transition: color 0.4s cubic-bezier(0.445,0.05,0.55,0.95);
    -o-transition: color 0.4s cubic-bezier(0.445,0.05,0.55,0.95);
	transition: color 0.4s cubic-bezier(0.445,0.05,0.55,0.95);
}

body.hasHover ul.nav-dropdown > li > a:hover,
ul.nav-product-dropdown li a:hover { 
    color: #c2a48c;
}

.styled-hamburger {
    display: inline-block;
    width: 20px;
    height: 22px;
    margin: auto;
    vertical-align: bottom;
    cursor: pointer;
}

.styled-hamburger .bar {
    display: block;
    width: 100%;
    height: 2px;
    margin: 4px auto;
    background-color: #122360;
    border-radius: 4px;
    -webkit-transition: all 0.4s cubic-bezier(0.445,0.05,0.55,0.95);
	-moz-transition: all 0.4s cubic-bezier(0.445,0.05,0.55,0.95);
    -ms-transition: all 0.4s cubic-bezier(0.445,0.05,0.55,0.95);
    -o-transition: all 0.4s cubic-bezier(0.445,0.05,0.55,0.95);
	transition: all 0.4s cubic-bezier(0.445,0.05,0.55,0.95);
}

.styled-hamburger._active .bar.top {
    -webkit-transform: translateY(6px) rotateZ(45deg);
    -moz-transform: translateY(6px) rotateZ(45deg);
    -ms-transform: translateY(6px) rotateZ(45deg);
    -o-transform: translateY(6px) rotateZ(45deg);
    transform: translateY(6px) rotateZ(45deg);
}

.styled-hamburger._active .bar.bottom {
    -webkit-transform: translateY(-6px) rotateZ(-45deg);
    -moz-transform: translateY(-6px) rotateZ(-45deg);
    -ms-transform: translateY(-6px) rotateZ(-45deg);
    -o-transform: translateY(-6px) rotateZ(-45deg);
    transform: translateY(-6px) rotateZ(-45deg);
}

.styled-hamburger._active .bar.middle {
    width: 0;
}

/* -- Section
--------------------------------------------------*/
.site-main-container {
    padding-bottom: 7.5em;
}

.content-section .section-container.fixed-width,
.content-section .section-container.fixed-width-pc,
.content-section .section-container.fixed-width-tablet {
    width: 1180px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.content-section .section-heading {
    text-align: center;
}

.content-section .section-heading .heading-title {
    display: inline-block;
    position: relative;
    margin: 2em auto 1.2em;
    line-height: normal;
    vertical-align: bottom;
    color: #122360;
}

.content-section .section-heading .heading-title::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    margin: auto;
    background-color: #c2a48c;
}


/* -- Footer
--------------------------------------------------*/
#siteFooter {
    padding: 4em 2.5em 2em;
    color: #fff;
    background-color: #122360;
}

#siteFooter #siteFooterContainer {
    width: 1440px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#siteFooter .footer-row {
    display: table;
    position: relative;
    width: 100%;
}

#siteFooter .footer-col {
    display: table-cell;
    position: relative;
    vertical-align: middle;
}

#siteFooter .footer-col::after {
    content: '';
    display: block;
    clear: both;
}

#siteFooter .footer-col:nth-child(1) {
    width: 20%;
    text-align: center;
}

#siteFooter .footer-col:nth-child(2) {
    width: 60%;
    text-align: center;
}

#siteFooter .footer-col:nth-child(3) {
    width: 20%;
}

#siteFooter .footer-col-title {
    margin: 0 auto 1em;
    font-size: 1.125em;
    line-height: 1.5;
}

#siteFooter .footer-logo {
    width: 12.5em;
    max-width: 100%;
    height: auto;
}

#siteFooter ul.footer-list {
    /* display: inline-block; */
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 1.5rem;
    text-align: left;
    vertical-align: bottom;
}

#siteFooter ul.footer-list,
#siteFooter ul.footer-list ul {
    position: relative;
    padding: 0;
    list-style: none;
}

#siteFooter ul.footer-list::after,
#siteFooter ul.footer-list ul::after {
    content: '';
    display: block;
    clear: both;
}

#siteFooter ul.footer-list > li {
    flex-basis: 100px;
    position: relative;
    float: left;
}

#siteFooter ul.footer-list > li ~ li {
    margin-left: 5.5em;
}

/* footer-list 小標題 p */
#siteFooter ul.footer-list > li > p {
    font-size: 0.75rem;
    font-weight: 500;
    margin-bottom: 1.75rem;
}

#siteFooter ul.footer-list ul > li ~ li {
    margin-top: 1.5em;
}

#siteFooter ul.footer-list ul > li > a {
    display: block;
    color: #fff;
}

body.hasHover #siteFooter ul.footer-list ul > li > a:hover {
    color: #c2a48c;
}

#siteFooter ul.footer-media {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

#siteFooter ul.footer-media::after {
    content: '';
    display: block;
    clear: both;
}

#siteFooter ul.footer-media > li {
    position: relative;
    float: left;
}

#siteFooter ul.footer-media > li ~ li {
    margin-left: 2.5em;
}

#siteFooter ul.footer-media > li > a {
    display: block;
    position: relative;
    width: 2em;
    height: 2em;
}

#siteFooter ul.footer-media > li > a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 2em;
    height: 2em;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

#siteFooter ul.footer-media > li > a.media-facebook::before {
    background-image: url(../images/icon-facebook-white.svg);
}

body.hasHover #siteFooter ul.footer-media > li > a.media-facebook:hover::before {
    background-image: url(../images/icon-facebook-brown.svg);
}

#siteFooter ul.footer-media > li > a.media-line::before {
    background-image: url(../images/icon-line-white.svg);
}

body.hasHover #siteFooter ul.footer-media > li > a.media-line:hover::before {
    background-image: url(../images/icon-line-brown.svg);
}

#siteFooter ul.footer-media > li > a.media-instagram::before {
    background-image: url(../images/icon-instagram-white.svg);
}

body.hasHover #siteFooter ul.footer-media > li > a.media-instagram:hover::before {
    background-image: url(../images/icon-instagram-brown.svg);
}

#siteFooter ul.footer-info {
    display: block;
    position: relative;
    margin: 2em auto 0.5em;
    padding: 0;
    list-style: none;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

#siteFooter ul.footer-info > li {
    display: inline-block;
    position: relative;
    padding: 0 1em;
    vertical-align: bottom;
}

#siteFooter ul.footer-info > li ~ li {
    padding-left: -webkit-calc(1em + 1px);
    padding-left: -moz-calc(1em + 1px);
    padding-left: calc(1em + 1px);
}

#siteFooter ul.footer-info > li ~ li::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 1.125em;
    margin: auto;
    background-color: #fff;
}

#siteFooter .footer-copyright {
    /* margin-top: 2em; */
    font-size: 12px;
    text-align: center;
    color: #fff;
}

#siteFooter #footerNewsletter > form {
    position: relative;
    width: 20em;
    max-width: 100%;
    border-radius: 0.375em;
}

#siteFooter #footerNewsletter > form::after {
    content: '';
    display: block;
    clear: both;
}

#siteFooter #footerNewsletter > form > input {
    float: left;
    width: 81.25%;
    height: 2.5em;
    margin: 0 auto;
    padding: 0.5em 1em;
    font-size: 1em;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    border: none;
    border-radius: 0;
}
#siteFooter #footerNewsletter > form > input:nth-child(1){
    border-radius: 5px 0 0 5px;
}

#siteFooter #footerNewsletter > form > button {
    position: relative;
    float: left;
    width: 18.75%;
    max-width: 60px;
    height: 2.5em;
    padding: 0;
    background-color: #c2a48c;
    outline: none;
    border: none;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

#siteFooter #footerNewsletter > form > button::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 40%;
    height: 40%;
    margin: auto;
    background-image: url(../images/icon-arrow-right-white.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    overflow: hidden;
}

body.hasHover #siteFooter #footerNewsletter > form > button:hover::before {
    background-image: url(../images/icon-arrow-right-dark.svg);
}

#siteFooter #footerNewsletter > form > input.error {
    border-color: #ff5252;
}

#siteFooter #footerNewsletter > form .error-message {
	display: block;
    position: absolute;
    right: 0;
    bottom: 100%;
	max-height: 0;
	font-size: 12px;
    line-height: 1.5;
    opacity: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.445,0.05,0.55,0.95);
    -moz-transition: all 0.4s cubic-bezier(0.445,0.05,0.55,0.95);
    -ms-transition: all 0.4s cubic-bezier(0.445,0.05,0.55,0.95);
    -o-transition: all 0.4s cubic-bezier(0.445,0.05,0.55,0.95);
    transition: all 0.4s cubic-bezier(0.445,0.05,0.55,0.95);
	overflow: hidden;
}

#siteFooter #footerNewsletter > form .error-message.visible {
    max-height: -webkit-calc(2em + 4px);
    max-height: -moz-calc(2em + 4px);
    max-height: calc(2em + 4px);
    opacity: 1;
}

#siteFooter #footerNewsletter > form .error-message label.error {
	display: block;
    position: relative;
    margin: 0 auto 4px;
    padding: 0.25em 0.5em;
    font-size: 1em;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(34,34,34,0.8);
}

#siteFooter #footerNewsletter > form .error-message label.error::before {
    content: '';
    position: absolute;
    top: 100%;
    right: 9px;
    width: 0;
    height: 0;
    margin: auto;
    border-width: 3px 3px 0 3px;
    border-style: solid;
    border-color: rgba(0,0,0,0.7) transparent transparent transparent;
}

#siteFooter #footerMedia {
    margin-top: 3.5em;
}


/* -- Main Content
--------------------------------------------------*/


/* -- Components
--------------------------------------------------*/
/* -- Quill -- */
.ql-editor {
    padding: 0;
    line-height: inherit;
}

.ql-editor .ql-video-wrap {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
}

.ql-editor .ql-video-wrap > .ql-video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
}

/* -- Owl Carousel -- */
.owl-carousel-dots .owl-dots .owl-dot {
    display: inline-block;
    position: relative;
    width: 1.25em;
    height: 1.25em;
    line-height: inherit;
    vertical-align: bottom;
}

.owl-carousel-dots .owl-dots .owl-dot:focus {
    outline: none;
}

.owl-carousel-dots .owl-dots .owl-dot::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1em;
    height: 1em;
    margin: auto;
    background-color: #fff;
    border: 1px solid #c2a48c;
    border-radius: 50%;
}

body.hasHover .owl-carousel-dots .owl-dots .owl-dot:hover::before,
.owl-carousel-dots .owl-dots .owl-dot.active::before {
    background-color: #c2a48c;
}

.owl-carousel-dots .owl-dots .owl-dot ~ .owl-dot {
    margin-left: 1em;
}

.owl-carousel-dots-line .owl-dots {
    display: inline-block;
    line-height: 1;
    vertical-align: bottom;
}

.owl-carousel-dots-line .owl-dots .owl-dot {
    display: inline-block;
    position: relative;
    width: 4.5em;
    height: 1em;
    line-height: inherit;
    vertical-align: bottom;
}

.owl-carousel-dots-line .owl-dots .owl-dot:focus {
    outline: none;
}

.owl-carousel-dots-line .owl-dots .owl-dot::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    margin: auto;
    background-color: #bebebe;
}

body.hasHover .owl-carousel-dots-line .owl-dots .owl-dot:hover::before,
.owl-carousel-dots-line .owl-dots .owl-dot.active::before {
    background-color: #122360;
}

.owl-carousel-dots-line .owl-dots .owl-dot ~ .owl-dot {
    margin-left: 0.5em;
}

.owl-carousel .carousel-index-total-nav {
    position: relative;
    color: #24354b;
}

.owl-carousel .carousel-index-total-nav::before {
    content: '/';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1em;
    height: 2em;
    margin: auto;
    line-height: 2;
    text-align: center;
}

.owl-carousel .carousel-index-total-nav .nav-prev,
.owl-carousel .carousel-index-total-nav .nav-next {
    position: relative;
    height: 2em;
    margin: 0 auto;
    padding: 0;
    line-height: 2;
    background: none;
    outline: none;
    border: none;
    overflow: hidden;
}

.owl-carousel .carousel-index-total-nav .nav-prev:not(.disabled),
.owl-carousel .carousel-index-total-nav .nav-next:not(.disabled) {
    cursor: pointer;
}

.owl-carousel .carousel-index-total-nav .nav-prev {
    margin-right: 0.5em;
    padding-left: 1.5em;
}

.owl-carousel .carousel-index-total-nav .nav-next {
    margin-left: 0.5em;
    padding-right: 1.5em;
}

.owl-carousel .carousel-index-total-nav .nav-prev img,
.owl-carousel .carousel-index-total-nav .nav-next img {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1.5em;
    height: auto;
    margin: auto;
}

.owl-carousel .carousel-index-total-nav .nav-prev img {
    left: 0;
}

.owl-carousel .carousel-index-total-nav .nav-next img {
    right: 0;
}

.owl-carousel .carousel-index-total-nav .nav-prev.disabled img,
.owl-carousel .carousel-index-total-nav .nav-next.disabled img {
    visibility: hidden;
}

/* -- PhotoSwipe -- */
.pswp {
    z-index: 99998;
}

.pswp .pswp__bg {
    background-color: #24354b;
}

.pswp .pswp__top-bar,
.pswp .pswp__caption {
    background-color: rgba(36,53,75,0.5);
}

.pswp .pswp__ui--fit .pswp__top-bar,
.pswp .pswp__ui--fit .pswp__caption {
    background-color: rgba(36,53,75,0.3);
}

.pswp .pswp__ui--fit .pswp__caption {
    min-height: 0;
    background-color: #fff;
}

.pswp .pswp__button--arrow--left,
.pswp .pswp__button--arrow--right {
    position: absolute;
    top: 50%;
    width: 3em;
    height: 3em;
    margin: auto;
    background: none;
    outline: none;
    border: none;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	transform: translateY(-50%);
}

body:not(.hasHover) .pswp .pswp__button--arrow--left,
body:not(.hasHover) .pswp__button--arrow--right {
    display: none;
}

.pswp .pswp__button--arrow--left {
    left: 2.5vw;
}

.pswp .pswp__button--arrow--right {
    right: 2.5vw;
}

.pswp .pswp__button--arrow--left:before,
.pswp .pswp__button--arrow--right:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    margin: auto;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.pswp .pswp__button--arrow--left:before {
    background-image: url(../images/icon-circle-arrow-left.svg);
}

.pswp .pswp__button--arrow--right:before {
    background-image: url(../images/icon-circle-arrow-right.svg);
}

/* -- typehead -- */
.twitter-typeahead {
    display: block !important;
    height: 100% !important;
}

.twitter-typeahead .tt-hint {
    color: #a8a8a8 !important;
}

.twitter-typeahead .tt-menu {
    top: -webkit-calc(100% + 2px) !important;
    top: -moz-calc(100% + 2px) !important;
    top: calc(100% + 2px) !important;
    text-align: left !important;
}

.twitter-typeahead .tt-menu.tt-open {
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
}

.twitter-typeahead .tt-menu .tt-dataset {
    background-color: #fff !important;
    box-shadow: 1px 1px 0.25em 0 rgba(0,0,0,0.2) !important;
}

.twitter-typeahead .tt-menu .tt-dataset .tt-suggestion {
    padding: 0.5em 2em !important;
    color: #a8a8a8 !important;
    cursor: pointer !important;
}

body.hasHover .twitter-typeahead .tt-menu .tt-dataset .tt-suggestion:hover {
    background-color: #f2f2f2 !important;
}

.twitter-typeahead .tt-menu .tt-dataset .tt-suggestion .tt-highlight {
    color: #122360 !important;
}

/* -- Modal -- */
.styled-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    z-index: 88889;
}

.styled-modal.styled-modal-alert {
    z-index: 88890
}

.styled-modal .window-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(0,0,0,0.5);
    cursor: pointer;
    z-index: 0;
}

.styled-modal.styled-modal-alert .window-overlay,
.styled-modal.styled-modal-info .window-overlay {
    background-color: rgba(0,0,0,0.8);
    cursor: auto;
}

.styled-modal .modal-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1000px;
    max-width: -webkit-calc(100% - 40px * 2);
    max-width: -moz-calc(100% - 40px * 2);
    max-width: calc(100% - 40px * 2);
    height: 800px;
    max-height: -webkit-calc(100% - 40px * 2);
    max-height: -moz-calc(100% - 40px * 2);
    max-height: calc(100% - 40px * 2);
    margin: auto;
    padding: 24px 24px 24px 280px;
    color: #fff;
    background-color: #b1c2c9;
    z-index: 1;
}

.styled-modal .modal-container::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 20px;
    border: 4px solid #122360;
}

.styled-modal .modal-container::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 280px;
    margin: auto;
    background-image: url(../images/bg-modal.png), url(../images/bg-triangle-dark.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: right center, left top;
    background-size: 100% auto, cover;
}

.styled-modal .modal-container .modal-close-btn {
    position: absolute;
    top: -1.25em;
    right: -1.25em;
    width: 2.5em;
    height: 2.5em;
    margin: auto;
    padding: 0;
    background-color: #122360;
    outline: none;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

.styled-modal .modal-container .modal-close-btn::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 40%;
    height: 40%;
    margin: auto;
    background-image: url(../images/icon-close-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.styled-modal .modal-container .modal-content-container {
    max-height: 100%;
    padding: 2em 30px;
    overflow-x: hidden;
}

.styled-modal .modal-heading {
    text-align: center;
}

.styled-modal .modal-heading .heading-title {
    display: inline-block;
    position: relative;
    margin: 0 auto 1.2em;
    line-height: normal;
    vertical-align: bottom;
    color: #122360;
}

.styled-modal .modal-heading .heading-title::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    margin: auto;
    background-color: #c2a48c;
}

.styled-modal .modal-body {
    width: 25em;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

.styled-modal .modal-block-btns {
    text-align: center;
}

.styled-modal .modal-block-btns > button,
.styled-modal .modal-block-btns > a {
    display: inline-block;
    position: relative;
    padding: 0.5em 1em 0.5em 2.5em;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    vertical-align: bottom;
    letter-spacing: normal;
    color: #122360;
    background-color: #fff;
    outline: none;
    border: 2px solid #122360;
    border-radius: 0.625em;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.26);
    cursor: pointer;
}

.styled-modal .modal-block-btns > button::before,
.styled-modal .modal-block-btns > a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 2px;
    left: 1em;
    width: 1em;
    height: 1em;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.styled-modal .modal-block-btns > .btn-apple::before {
    background-image: url(../images/icon-apple-dark.svg);
}

.styled-modal .modal-block-btns > .btn-facebook::before {
    background-image: url(../images/icon-facebook-dark.svg);
}

.styled-modal .text-btn {
    display: inline;
    padding: 0;
    font-weight: 600;
    line-height: inherit;
    text-decoration: underline;
    color: #122360;
    background: none;
    outline: none;
    border: none;
    border-radius: 0;
    cursor: pointer;
}

body.hasHover .styled-modal .text-btn:hover {
    color: #c2a48c;
}

.styled-modal .modal-divider {
    position: relative;
    margin: 1em auto;
    text-align: center;
    overflow: hidden;
}

.styled-modal .modal-divider > span {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    color: #fff;
}

.styled-modal .modal-divider > span::before,
.styled-modal .modal-divider > span::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50vw;
    height: 1px;
    margin: auto;
    background-color: #fff;
}

.styled-modal .modal-divider > span::before {
    right: 100%;
    margin-right: 2em;
}

.styled-modal .modal-divider > span::after {
    left: 100%;
    margin-left: 2em;
}

.styled-modal hr {
    margin-top: 2em;
    margin-bottom: 1em;
    border-color: #fff;
}

.styled-modal .modal-video-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1360px;
    max-width: -webkit-calc(100% - 40px * 2);
    max-width: -moz-calc(100% - 40px * 2);
    max-width: calc(100% - 40px * 2);
    height: 765px;
    max-height: -webkit-calc(100% - 40px * 2);
    max-height: -moz-calc(100% - 40px * 2);
    max-height: calc(100% - 40px * 2);
    margin: auto;
    z-index: 1;
}

.styled-modal .modal-video-container .modal-close-btn {
    position: absolute;
    top: -1.25em;
    right: -1.25em;
    width: 2.5em;
    height: 2.5em;
    margin: auto;
    padding: 0;
    background-color: #122360;
    outline: none;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

.styled-modal .modal-video-container .modal-close-btn::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 40%;
    height: 40%;
    margin: auto;
    background-image: url(../images/icon-close-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.styled-modal .modal-video-container .modal-video-body {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.styled-modal .modal-video-container .modal-video-body .modal-video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.styled-modal .modal-video-container .modal-video-body .modal-video .video-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.styled-modal .modal-video-container .modal-video-body .modal-video .video-wrapper > iframe {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.styled-modal .modal-alert-container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 20em;
    max-width: -webkit-calc(100% - 40px * 2);
    max-width: -moz-calc(100% - 40px * 2);
    max-width: calc(100% - 40px * 2);
    max-height: 100%;
    margin: auto;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    background-color: #f2f2f2;
    border-radius: 1em;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	transform: translateY(-50%);
    z-index: 1;
}

.styled-modal .modal-alert-container .modal-close-btn {
    position: absolute;
    top: -1.25em;
    right: -1.25em;
    width: 2.5em;
    height: 2.5em;
    margin: auto;
    padding: 0;
    background-color: #122360;
    outline: none;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

.styled-modal .modal-alert-container .modal-close-btn::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 40%;
    height: 40%;
    margin: auto;
    background-image: url(../images/icon-close-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.styled-modal .modal-alert-container .modal-alert-body {
    position: relative;
    width: 100%;
    max-height: -webkit-calc(100vh - 40px * 2);
    max-height: -moz-calc(100vh - 40px * 2);
    max-height: calc(100vh - 40px * 2);
    padding: 0 2em;
    overflow-x: hidden;
}

.styled-modal .modal-alert-container .modal-alert-body .modal-alert {
    font-weight: 600;
    text-align: center;
}

.styled-modal .modal-alert-container .modal-alert-icon {
    width: 5em;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
}

.styled-modal .modal-alert-container .modal-alert-icon[data-icon="coming"] {
    width: 8em;
    margin-bottom: 1em;
}

.styled-modal .modal-alert-container .modal-alert-icon::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.styled-modal .modal-alert-container .modal-alert-icon[data-icon="success"]::before {
    background-image: url(../images/icon-success.svg);
}

.styled-modal .modal-alert-container .modal-alert-icon[data-icon="failure"]::before {
    background-image: url(../images/icon-failure.svg);
}

.styled-modal .modal-alert-container .modal-alert-icon[data-icon="coming"]::before {
    background-image: url(../images/icon-coming-soon.svg);
}

.styled-modal .modal-info-container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 50em;
    max-width: 80%;
    max-height: -webkit-calc(100% - 2.5em);
    max-height: -moz-calc(100% - 2.5em);
    max-height: calc(100% - 2.5em);
    margin: auto;
    background-color: #f2f2f2;
    border: 4px solid #c2a48c;
    border-radius: 10px;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	transform: translateY(-50%);
    z-index: 1;
}

.styled-modal .modal-info-container .modal-close-btn {
    position: absolute;
    top: -1.25em;
    right: -1.25em;
    width: 2.5em;
    height: 2.5em;
    margin: auto;
    padding: 0;
    background-color: #122360;
    outline: none;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

.styled-modal .modal-info-container .modal-close-btn::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 40%;
    height: 40%;
    margin: auto;
    background-image: url(../images/icon-close-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.styled-modal .modal-info-container .modal-info-body {
    position: relative;
    width: 100%;
    max-height: -webkit-calc(100vh - 2.5em);
    max-height: -moz-calc(100vh - 2.5em);
    max-height: calc(100vh - 2.5em);
    overflow-x: hidden;
}

/* -- Alert -- */
.styled-alert {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    overflow: hidden;
    z-index: 88889;
}

.styled-alert .window-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(0,0,0,0.5);
    cursor: pointer;
    z-index: 0;
}

.styled-alert .alert-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 35em;
    max-width: -webkit-calc(100% - 30px * 2);
    max-width: -moz-calc(100% - 30px * 2);
    max-width: calc(100% - 30px * 2);
    height: 28em;
    max-height: -webkit-calc(100% - 30px * 2);
    max-height: -moz-calc(100% - 30px * 2);
    max-height: calc(100% - 30px * 2);
    margin: auto;
    padding: 0;
    color: #122360;
    background-color: #fff;
    z-index: 1;
}

.styled-alert .alert-container .alert-close-btn {
    position: absolute;
    top: -1.25em;
    right: -1.25em;
    width: 2.5em;
    height: 2.5em;
    margin: auto;
    padding: 0;
    background-color: #122360;
    outline: none;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

.styled-alert .alert-container .alert-close-btn::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 40%;
    height: 40%;
    margin: auto;
    background-image: url(../images/icon-close-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.styled-alert .alert-container .alert-content-container {
    height: 100%;
    padding: 2em 1em;
    overflow-x: hidden;
}

.styled-alert .alert-body {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.styled-alert .alert-body .alert-icon {
    display: block;
    width: 4.5em;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.5em;
}

.styled-alert .alert-body .alert-text {
    margin: 0 auto;
    font-size: 1.125em;
    font-weight: 600;
    line-height: normal;
}

.styled-alert .alert-body .alert-btn-container {
    margin-top: 5em;
    text-align: center;
}

.styled-alert .alert-body .alert-btn-container > .styled-btn {
    min-width: 10em;
}

/* -- Table -- */
table {
    width: 100%;
    word-break: break-word;
    border-collapse: separate;
}

table > tbody > tr > th,
table > tbody > tr > td {
    vertical-align: top;
    border: none;
}

table.table-fixed-width {
    table-layout: fixed;
}

table.styled-table-modal-info {
    border-collapse: collapse;
}

table.styled-table-modal-info th {
    font-size: 1.125em;
}

table.styled-table-modal-info th,
table.styled-table-modal-info td {
    padding: 2em 3em;
    vertical-align: middle;
    border: 1px solid #c2a48c;
}

table.styled-table-modal-info tr:first-child th {
    border-top: 0;
}

table.styled-table-modal-info tr:last-child td {
    border-bottom: 0;
}

table.styled-table-modal-info tr th:first-child,
table.styled-table-modal-info tr td:first-child {
    border-left: 0;
}

table.styled-table-modal-info tr th:last-child,
table.styled-table-modal-info tr td:last-child {
    border-right: 0;
}

table.styled-table-cart {
    table-layout: fixed;
    border-spacing: 0 1.25em;
}

table.styled-table-cart .col-unit-price { width: 10em; }
table.styled-table-cart .col-quantity { width: 15em; }
table.styled-table-cart .col-total { width: 10em; }
table.styled-table-cart .col-delete { width: 5em; }

table.styled-table-cart > thead > tr {
    background-color: #b1c2c9;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.3);
}

table.styled-table-cart > tbody > tr {
    background-color: #b1c2c9;
    box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.3);
}

table.styled-table-cart > thead > tr > th,
table.styled-table-cart > tbody > tr > td {
    padding-left: 1.25em;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color: #b1c2c9;
    border: none;
}

table.styled-table-cart > thead > tr > th {
    padding-top: 1em;
    padding-bottom: 1em;
    font-weight: 500;
}

table.styled-table-cart > tbody > tr > td {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
}

table.styled-table-cart > thead > tr > th:last-child,
table.styled-table-cart > tbody > tr > td:last-child {
    padding-right: 1.25em;
}

table.styled-table-order {
    table-layout: fixed;
    border-spacing: 0;
}

table.styled-table-order .col-number { width: 15em; }
table.styled-table-order .col-date {}
table.styled-table-order .col-status {}
table.styled-table-order .col-method {}

table.styled-table-order > thead > tr {
    background-color: #b1c2c9;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.3);
}

table.styled-table-order > tbody > tr:not(:nth-child(4n+1)) {
    background-color: #b1c2c9;
}

table.styled-table-order > thead > tr > th,
table.styled-table-order > tbody > tr > td {
    padding: 0.5em;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border: none;
}

table.styled-table-order > thead > tr > th {
    font-size: 1.125em;
    font-weight: 500;
}

table.styled-table-order > thead > tr > th:first-child,
table.styled-table-order > tbody > tr:not(:nth-child(4n+1)) > td:first-child {
    padding-left: 2.5em;
}

table.styled-table-order > thead > tr > th:last-child,
table.styled-table-order > tbody > tr:not(:nth-child(4n+1)) > td:last-child {
    padding-right: 2.5em;
}

table.styled-table-order > tbody > tr:nth-child(4n+1) > td {
    padding: 1.25em 0 0 0;
}

table.styled-table-order > tbody > tr:nth-child(4n+2) > td {
    padding-top: 1em;
    padding-bottom: 1em;
}

table.styled-table-order > tbody > tr:nth-child(4n+3) > td {
    position: relative;
    padding-top: 1.5em;
    padding-bottom: 1em;
}

table.styled-table-order > tbody > tr:nth-child(4n+3) > td::before {
    content: '';
    position: absolute;
    top: 0;
    left: 2.5em;
    right: 2.5em;
    margin: auto;
    border-top: 1px solid #fff;
}

table.styled-table-order > tbody > tr:nth-child(4n+4) > td {
    padding-top: 0.75em;
    padding-bottom: 1em;
}

table.styled-table-order .table-order-price {
    display: table;
    width: 100%;
}

table.styled-table-order .table-order-price > span {
    display: table-cell;
    font-size: 1em;
    font-weight: 500;
    text-align: right;
    vertical-align: middle;
    color: #122360;
}

table.styled-table-order .table-order-price > span:last-child {
    width: 10em;
    padding-left: 2em;
    font-size: 1.25em;
    vertical-align: middle;
}

table.styled-table-order .table-btns {
    text-align: right;
}

table.styled-table-order .table-btns > .table-btns-wrapper {
    display: inline-block;
    vertical-align: bottom;
}

table.styled-table-order .table-btns > .table-btns-wrapper::after {
    content: '';
    display: block;
    clear: both;
}

table.styled-table-order .table-btns .table-btn {
    float: left;
}

table.styled-table-order .table-btns .table-btn ~ .table-btn {
    margin-left: 1em;
}

.table-item .item-product {
    display: table;
    width: 100%;
    text-align: left;
    color: #fff;
    border-spacing: 0;
}

body.hasHover .table-item .item-product:hover {
    color: #122360;
}

.table-item .item-product .item-main-img {
    display: table-cell;
    width: 10em;
}

.table-item .item-product .item-info {
    display: table-cell;
    padding-left: 2em;
    vertical-align: middle;
}

.table-item .item-product .item-title {
    margin: 0 auto;
    font-size: 1em;
    font-weight: 500;
    line-height: normal;
}

.table-item .item-product .item-text {
    margin: 0 auto;
    font-size: 0.875em;
    font-weight: 400;
    line-height: normal;
}

.table-item .item-price {
    font-size: 1.125em;
}

.table-item .item-quantity {
    position: relative;
    width: 10em;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3em;
    padding-right: 3em;
    overflow: hidden;
}

.table-item .item-quantity > input {
    width: 100%;
    height: -webkit-calc(2.5em + 2px);
    height: -moz-calc(2.5em + 2px);
    height: calc(2.5em + 2px);
    margin: 0 auto;
    padding: 0.5em 1em;
    line-height: 1.5;
    text-align: center;
    color: #122360;
    background-color: #fff;
    border: 1px solid #8b95a2;
    border-radius: 0.375em;
    box-shadow: none;
}

.table-item .item-quantity > input::-webkit-outer-spin-button,
.table-item .item-quantity > input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.table-item .item-quantity > input[type=number] {
    -moz-appearance: textfield;
}

.table-item .item-quantity > button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2em;
    height: 2em;
    background-color: #122360;
    outline: none;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
}

.table-item .item-quantity > button.remove-one {
    left: 0;
}

.table-item .item-quantity > button.add-one {
    right: 0;
}

.table-item .item-quantity > button::before,
.table-item .item-quantity > button.add-one::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
}

.table-item .item-quantity > button::before {
    width: 50%;
    height: 2px;
}

.table-item .item-quantity > button.add-one::after {
    width: 2px;
    height: 50%;
}

.table-item .item-btn {
    display: inline-block;
    position: relative;
    width: 2em;
    height: 2em;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    vertical-align: bottom;
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
}

.table-item .item-btn::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 75%;
    height: 75%;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.table-item .item-btn.btn-delete::before {
    background-image: url(../images/icon-trash-can-white.svg);
}

body.hasHover .table-item .item-btn.btn-delete:hover::before {
    background-image: url(../images/icon-trash-can-red.svg);
}

/* -- Form -- */
form label {
    position: relative;
    margin-bottom: 0.5em;
    line-height: 1.5;
}

form .input-wrapper {
    position: relative;
}

form .form-group-1-0 {
    display: table;
    width: 100%;
}

form .form-group-1-0 .form-group:nth-child(1) {
    display: table-cell;
    width: 45%;
    vertical-align: middle;
}

form .form-group-1-0 .form-group:nth-child(2) {
    display: table-cell;
    width: 55%;
    padding-left: 2.5em;
    vertical-align: middle;
}

form .form-group-1-0 .form-group.invisible {
    margin: 0 auto;
    padding: 0;
}

form .form-group-1-0 .form-group.invisible > * {
    display: none;
}

form .form-group-1-1::after {
    content: '';
    display: block;
    clear: both;
}

form .form-group-1-1 .form-group:nth-child(1) {
    float: left;
    width: 45%;
}

form .form-group-1-1 .form-group:nth-child(2) {
    float: left;
    width: 45%;
    margin-left: 10%;
}

form .form-group-1-1-and-2::after {
    content: '';
    display: block;
    clear: both;
}

form .form-group-1-1-and-2 .form-group:nth-child(1) {
    float: left;
    width: 20%;
}

form .form-group-1-1-and-2 .form-group:nth-child(2) {
    float: left;
    width: 20%;
    margin-left: 5%;
}

form .form-group-1-1-and-2 .form-group:nth-child(3) {
    float: left;
    width: 45%;
    margin-left: 10%;
}

form .form-group {
    position: relative;
    margin-bottom: 2em;
}

form .form-control,
form .form-control[readonly] {
    height: -webkit-calc(2.5em + 2px);
    height: -moz-calc(2.5em + 2px);
    height: calc(2.5em + 2px);
    margin: 0 auto;
    padding: 0.5em 1em;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    border-color: #fff;
    border-radius: 0.375em;
    box-shadow: none;
}

form textarea.form-control {
    height: auto;
    border-radius: 0;
}

form .form-control:focus {
    color: #122360;
    background-color: #fff;
    border-color: #122360;
    box-shadow: none;
}

form .form-control:disabled {
    padding-left: 0;
    padding-right: 0;
    color: #122360;
    background: none;
    border-color: transparent;
}

form .form-control.error {
    border-color: #ff5252;
}

form .form-group .error-message {
	display: block;
    position: absolute;
    right: 0;
    bottom: 100%;
	max-height: 0;
	font-size: 12px;
    line-height: 1.5;
    opacity: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.445,0.05,0.55,0.95);
    -moz-transition: all 0.4s cubic-bezier(0.445,0.05,0.55,0.95);
    -ms-transition: all 0.4s cubic-bezier(0.445,0.05,0.55,0.95);
    -o-transition: all 0.4s cubic-bezier(0.445,0.05,0.55,0.95);
    transition: all 0.4s cubic-bezier(0.445,0.05,0.55,0.95);
	overflow: hidden;
}

form .form-group .error-message.visible {
    max-height: -webkit-calc(2em + 4px);
    max-height: -moz-calc(2em + 4px);
    max-height: calc(2em + 4px);
    opacity: 1;
}

form .form-group .error-message label.error {
	display: block;
    position: relative;
    margin: 0 auto 4px;
    padding: 0.25em 0.5em;
    font-size: 1em;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(34,34,34,0.8);
}

form .form-group .error-message label.error::before {
    content: '';
    position: absolute;
    top: 100%;
    right: 9px;
    width: 0;
    height: 0;
    margin: auto;
    border-width: 3px 3px 0 3px;
    border-style: solid;
    border-color: rgba(0,0,0,0.7) transparent transparent transparent;
}

/* -- Form | Input -- */
::-webkit-input-placeholder { color: #a8a8a8 !important; }
:-moz-placeholder { color: #a8a8a8 !important; opacity: 1 !important; }
::-moz-placeholder { color: #a8a8a8 !important; opacity: 1 !important; }
:-ms-input-placeholder { color: #a8a8a8 !important; }
::-ms-input-placeholder { color: #a8a8a8 !important; }
::placeholder { color: #a8a8a8 !important; }

input[type="checkbox"].form-check-input,
input[type="radio"].form-check-input {
    display: none;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

input[type="checkbox"].form-check-input ~ .check {
    display: inline-block;
    position: absolute;
    top: 0.125em;
    left: 0;
    width: 1.25em;
    height: 1.25em;
    margin: auto;
    text-align: initial;
    border: 2px solid #979797;
    border-radius: 0.25em;
    cursor: pointer;
}

input[type="checkbox"].form-check-input ~ .check::before,
input[type="checkbox"].form-check-input ~ .check::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 2px;
    height: 0;
    margin: auto;
    background-color: #000;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}

input[type="checkbox"].form-check-input ~ .check::before {
    top: 11px;
    left: 0;
    right: 0;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

input[type="checkbox"].form-check-input ~ .check::after {
    top: 7px;
    left: 2px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

input[type="checkbox"].form-check-input:checked ~ .check::before {
    height: 8px;
}

input[type="checkbox"].form-check-input:checked ~ .check::after {
    height: 5px;
}

input[type="radio"].form-check-input ~ .check {
    display: inline-block;
    position: absolute;
    top: -webkit-calc((2em - 15px) * 0.5);
    top: -moz-calc((2em - 15px) * 0.5);
    top: calc((2em - 15px) * 0.5);
    left: 0;
    width: 15px;
    height: 15px;
    margin: auto;
    text-align: initial;
    background-color: #fff;
    border: 1px solid #b1b1b1;
    border-radius: 50%;
    cursor: pointer;
}

input[type="radio"].form-check-input ~ .check::before {
    content: '';
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 9px;
    height: 9px;
    margin: auto;
    background-color: #000;
    border-radius: 50%;
}

input[type="radio"].form-check-input:checked ~ .check::before {
    display: inline-block;
}

.form-check-container::after {
    content: '';
    display: block;
    clear: both;
}

.form-check-container > .form-check-inline {
    float: left;
}

.form-check-container > .form-check-inline:not(:last-child) {
    margin-right: 2em;
}

.form-check-container > .form-check-inline:last-child {
    margin-right: auto;
}

.form-check-label {
    position: relative;
    padding-top: 0;
    padding-left: 1.5em;
    font-weight: 400;
    line-height: 1.5;
    cursor: pointer;
}

.form-check-label a {
    font-weight: 600;
    color: #122360;
    text-decoration: underline;
}

.input-select-option {
    position: relative;
    margin: 0 auto;
}

.input-select-option .form-control.input-select {
    padding-right: 2em;
    background-image: url(../images/icon-caret-down-brown.svg);
    background-repeat: no-repeat;
    background-position: right 1em center;
    background-size: 1em auto;
    cursor: pointer;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
	overflow: hidden;
}

.input-select-option .form-control.input-select._focus {
    background-image: url(../images/icon-caret-up-brown.svg);
}

.input-select-option .error + .input-select,
body.hasHover .input-select-option .error + .input-select:hover {
    border-color: #ff5252;
}

body.hasHover .input-select-option .input-select:hover {
    border-color: #907c64;
}

.input-select-option .input-option {
    display: none;
    position: absolute;
    top: -webkit-calc(100% + 2px);
    top: -moz-calc(100% + 2px);
    top: calc(100% + 2px);
    left: 0;
    right: 0;
    max-height: 15em;
    margin: auto;
    color: #a8a8a8;
    background-color: #fff;
    border: 1px solid #907c64;
    border-top: none;
    box-shadow: 1px 1px 0.25em 0 rgba(0,0,0,0.2);
    overflow-x: hidden;
    z-index: 999;
}

.input-select-option .input-select._focus ~ .input-option {
    display: block;
}

.input-select-option .input-option .form-check {
    display: block;
    margin: 0 auto;
    padding: 0.5em 1.25em;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    color: inherit;
    cursor: pointer;
}

body.hasHover .input-select-option .input-option .form-check:hover {
    color: #fff;
    background-color: #000;
}

.input-select-option .input-option .form-check input {
    display: none;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

.m-input-select-option .form-control.input-select {
    display: none;
}

.m-input-select-option .input-option {
    position: relative;
    overflow: hidden;
}

.m-input-select-option .input-option .form-check {
    float: left;
    min-width: 7em;
    margin: 0 auto;
    padding: 0;
    font-size: 0.875em;
    cursor: pointer;
}

.m-input-select-option .input-option .form-check:not(:last-child) {
    margin-right: 1em;
}

.m-input-select-option .input-option .form-check input {
    display: none;
}

.m-input-select-option .input-option .form-check input + .check {
    padding: 1em 1.5em;
    text-align: center;
    color: #122360;
    background-color: #fff;
    border: 1px solid #122360;
    border-radius: 0.5em;
}

.m-input-select-option .input-option .form-check input:checked + .check,
body.hasHover .m-input-select-option .input-option .form-check:hover input + .check {
    color: #fff;
    background-color: #122360;
}

.input-search-normal {
    position: relative;
}

.input-search-normal input {
    width: 100%;
    height: 3em;
    margin: 0 auto;
    padding: 0 4em 0 1em;
    line-height: 3;
    color: #000;
    background-color: #fff;
    border: none;
    border-radius: 0.375em;
}

.input-search-normal button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3em;
    height: 3em;
    margin: auto;
    padding: 0;
    background-color: #c2a48c;
    outline: none;
    border: none;
    border-top-right-radius: 0.375em;
    border-bottom-right-radius: 0.375em;
    cursor: pointer;
}

.input-search-normal button::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50%;
    height: 50%;
    margin: auto;
    background-image: url(../images/icon-search-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

body.hasHover .input-search-normal button:hover::before {
    background-image: url(../images/icon-search-dark.svg);
}

.input-file-upload {
    position: relative;
    width: 100%;
    padding-top: 75%;
    overflow: hidden;
}

.input-file-upload .file-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border: 2px dashed #fff;
    border-radius: 0.375em;
    overflow: hidden;
}

body.hasHover .input-file-upload._selected:hover .file-container,
body:not(.hasHover) .input-file-upload._selected .file-container {
    background-color: rgba(0,0,0,0.3);
    z-index: 1;
}

.input-file-upload .file-container > .file-upload-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    white-space: nowrap;
    -webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
    border-radius: 3em;
}

.input-file-upload._selected .file-container > .file-upload-btn {
    z-index: -1;
}

body.hasHover .input-file-upload._selected:hover .file-container > .file-upload-btn,
body:not(.hasHover) .input-file-upload._selected .file-container > .file-upload-btn {
    z-index: auto;
}

.input-file-upload .file-container > .file-upload-btn > input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: none;
    pointer-events: none;
    opacity: 0;
    overflow: hidden;
}

.input-file-upload > img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0 auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.input-thumb-upload .input-thumb {
    position: relative;
    width: 12em;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    overflow: hidden;
}

.input-thumb-upload .input-thumb .thumb-bg-img {
    position: relative;
    width: 100%;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.input-thumb-upload .input-thumb .thumb-bg-img > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.input-thumb-upload .input-upload {
    margin-top: 2.5em;
    text-align: center;
}

.input-thumb-upload .thumb-upload-btn {
    margin: 0 auto;
}

.input-thumb-upload .thumb-upload-btn > input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: none;
    pointer-events: none;
    opacity: 0;
    overflow: hidden;
}

.input-with-btn {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: bottom;
}

.input-with-btn::after {
    content: '';
    display: block;
    clear: both;
}

.input-with-btn > input {
    float: left;
    width: -webkit-calc(100% - 4em);
    width: -moz-calc(100% - 4em);
    width: calc(100% - 4em);
    height: -webkit-calc(2.5em + 2px);
    height: -moz-calc(2.5em + 2px);
    height: calc(2.5em + 2px);
    margin: 0 auto;
    padding: 0.5em 2em;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    border: 1px solid #a8a8a8;
    border-right: none;
    border-top-left-radius: 0.375em;
    border-bottom-left-radius: 0.375em;
    box-shadow: none;
}

.input-with-btn > input:focus {
    color: #122360;
    border-color: #122360;
    outline: none;
}

.input-with-btn > button {
    position: relative;
    float: left;
    width: 4em;
    height: -webkit-calc(2.5em + 2px);
    height: -moz-calc(2.5em + 2px);
    height: calc(2.5em + 2px);
    padding: 0;
    text-align: center;
    color: #fff;
    background-color: #c2a48c;
    outline: none;
    border: none;
    border-top-right-radius: 0.375em;
    border-bottom-right-radius: 0.375em;
    cursor: pointer;
}

/* -- Styled Accordion -- */
.styled-accordion .accordion-item {
    padding-top: 1em;
    padding-bottom: 1em;
}

.styled-accordion .accordion-item:first-child {
    padding-top: 0;
}

.styled-accordion .accordion-item:last-child {
    padding-bottom: 0;
}

.styled-accordion .accordion-title {
    margin: 0 auto;
    font-size: 1.125em;
}

.styled-accordion .accordion-title > a {
    display: block;
    position: relative;
    padding-right: 1.5em;
    color: inherit;
}

.styled-accordion .accordion-title > a:not(.collapsed),
body.hasHover .styled-accordion .accordion-title > a:hover {
    color: #c2a48c;
}

.styled-accordion .accordion-title > a::before,
.styled-accordion .accordion-title > a::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1.5em;
    height: 1.5em;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1em, 1em;
    -webkit-transition: opacity 0.3s cubic-bezier(0.445,0.05,0.55,0.95);
    -moz-transition: opacity 0.3s cubic-bezier(0.445,0.05,0.55,0.95);
    -ms-transition: opacity 0.3s cubic-bezier(0.445,0.05,0.55,0.95);
    -o-transition: opacity 0.3s cubic-bezier(0.445,0.05,0.55,0.95);
    transition: opacity 0.3s cubic-bezier(0.445,0.05,0.55,0.95);
}

.styled-accordion .accordion-title > a::before {
    background-image: url(../images/icon-circle-plus-dark.svg);
    opacity: 0;
}

.styled-accordion .accordion-title > a::after {
    background-image: url(../images/icon-circle-minus-dark.svg);
    opacity: 1;
}

.styled-accordion .accordion-title > a.collapsed::before {
    opacity: 1;
}

.styled-accordion .accordion-title > a.collapsed::after {
    opacity: 0;
}

body.hasHover .styled-accordion .accordion-title > a:hover::before {
    background-image: url(../images/icon-circle-plus-brown.svg);
}

.styled-accordion .accordion-title > a:not(.collapsed)::after,
body.hasHover .styled-accordion .accordion-title > a:hover::after {
    background-image: url(../images/icon-circle-minus-brown.svg);
}

.styled-accordion .accordion-body {
    position: relative;
    padding: 1em 0 0 2.3125em;
    font-size: 1em;
    white-space: pre-wrap;
}

.styled-accordion .accordion-body::before {
    content: '';
    position: absolute;
    width: 2px;
    top: 1.25em;
    bottom: 0.25em;
    left: -webkit-calc(1.125em - 1px);
    left: -moz-calc(1.125em - 1px);
    left: calc(1.125em - 1px);
    margin: auto;
    background-color: #ceb6a3;
}

.styled-accordion .accordion-body img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/* -- Styled List -- */
.styled-list::after {
    content: '';
    display: block;
    clear: both;
}

ul.styled-list-normal {
    display: block;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

ul.styled-list-normal > li {
    display: block;
    position: relative;
    padding-left: 16px;
    line-height: 1.5;
}

ul.styled-list-normal > li::before {
    content: '';
    position: absolute;
    top: -webkit-calc((1.5em - 6px) * 0.5);
    top: -moz-calc((1.5em - 6px) * 0.5);
    top: calc((1.5em - 6px) * 0.5);
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #c2a48c;
    border-radius: 50%;
}

ul.styled-list-normal > li ~ li {
    margin-top: 0.5em;
}

ul.styled-list-table {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    word-break: break-word;
}

ul.styled-list-table > li {
    display: table;
}

ul.styled-list-table > li ~ li {
    margin-top: 0.5em;
}

ul.styled-list-table > li > span {
    display: table-cell;
}

/* -- Styled Block -- */
.styled-block-figure-detail {
    height: 100vh;
    overflow: hidden;
}

.styled-block-figure-detail::after {
    content: '';
    display: block;
    clear: both;
}

.styled-block-figure-detail .block-figure {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
}

.styled-block-figure-detail .block-figure .block-content {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40%;
    -webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.styled-block-figure-detail .block-detail {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    text-align: center;
    background-color: #b1c2c9;
}

.styled-block-figure-detail .block-detail::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: -webkit-calc((100% - 30vw) * 0.5);
    width: -moz-calc((100% - 30vw) * 0.5);
    width: calc((100% - 30vw) * 0.5);
    margin: auto;
    background-image: -webkit-linear-gradient(left, #b1c2c9, rgba(177,194,201,0.5));
    background-image: -moz-linear-gradient(left, #b1c2c9, rgba(177,194,201,0.5));
    background-image: -ms-linear-gradient(left, #b1c2c9, rgba(177,194,201,0.5));
    background-image: -o-linear-gradient(left, #b1c2c9, rgba(177,194,201,0.5));
    background-image: linear-gradient(to right, #b1c2c9, rgba(177,194,201,0.5));
    z-index: 1;
}

.styled-block-figure-detail .block-detail::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: -webkit-calc((100% - 30vw) * 0.5);
    width: -moz-calc((100% - 30vw) * 0.5);
    width: calc((100% - 30vw) * 0.5);
    margin: auto;
    background-image: -webkit-linear-gradient(right, #b1c2c9, rgba(177,194,201,0.5));
    background-image: -moz-linear-gradient(right, #b1c2c9, rgba(177,194,201,0.5));
    background-image: -ms-linear-gradient(right, #b1c2c9, rgba(177,194,201,0.5));
    background-image: -o-linear-gradient(right, #b1c2c9, rgba(177,194,201,0.5));
    background-image: linear-gradient(to left, #b1c2c9, rgba(177,194,201,0.5));
    z-index: 1;
}

.styled-block-figure-detail .block-detail .block-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	transform: translateY(-50%);
    overflow: hidden;
}

.styled-block-figure-detail .block-detail-container {
    width: 30vw;
}

.styled-block-figure-detail .block-detail-container .block-title {
    display: inline-block;
    position: relative;
    margin: 0 auto 0.5em;
    padding-bottom: 4px;
    font-size: 8vh;
    line-height: 1.625;
    vertical-align: middle;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.15);
}

.styled-block-figure-detail .block-detail-container .block-title::before {
    content: '';
    position: absolute;
    left: 0.8125em;
    right: 0;
    bottom: 12.5%;
    height: 4px;
    background-color: #c2a48c;
}

.styled-block-figure-detail .block-detail-container .block-title > span {
    float: left;
    min-width: 1em;
    margin-right: -0.5em;
    font-size: 1.625em;
    line-height: 1;
    text-align: center;
    color: rgba(18,35,96,0.6);
    text-shadow: none;
}

.styled-block-figure-detail .block-detail-container .block-subtitle {
    margin: 0 auto 0.75em;
    font-size: 1.25em;
    font-weight: 700;
    color: #fff;
}

.styled-block-figure-detail .block-detail-container .block-text {
    margin: 0 auto;
    font-size: 1em;
    font-weight: 400;
    text-align: left;
    color: #24354b;
    white-space: pre-wrap;
}
/* .styled-block-figure-detail {
    height: 100vh;
    overflow: hidden;
}

.styled-block-figure-detail::after {
    content: '';
    display: block;
    clear: both;
}

.styled-block-figure-detail .block-figure {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
}

.styled-block-figure-detail .block-figure .block-content {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40%;
    -webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.styled-block-figure-detail .block-detail {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    background-color: #b1c2c9;
}

.styled-block-figure-detail .block-detail::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: -webkit-calc((100% - 25em) * 0.5);
    height: -moz-calc((100% - 25em) * 0.5);
    height: calc((100% - 25em) * 0.5);
    margin: auto;
    background-image: -webkit-linear-gradient(top, #b1c2c9, rgba(177,194,201,0.5));
    background-image: -moz-linear-gradient(top, #b1c2c9, rgba(177,194,201,0.5));
    background-image: -ms-linear-gradient(top, #b1c2c9, rgba(177,194,201,0.5));
    background-image: -o-linear-gradient(top, #b1c2c9, rgba(177,194,201,0.5));
    background-image: linear-gradient(to bottom, #b1c2c9, rgba(177,194,201,0.5));
    z-index: 1;
}

.styled-block-figure-detail .block-detail::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: -webkit-calc((100% - 25em) * 0.5);
    height: -moz-calc((100% - 25em) * 0.5);
    height: calc((100% - 25em) * 0.5);
    margin: auto;
    background-image: -webkit-linear-gradient(bottom, #b1c2c9, rgba(177,194,201,0.5));
    background-image: -moz-linear-gradient(bottom, #b1c2c9, rgba(177,194,201,0.5));
    background-image: -ms-linear-gradient(bottom, #b1c2c9, rgba(177,194,201,0.5));
    background-image: -o-linear-gradient(bottom, #b1c2c9, rgba(177,194,201,0.5));
    background-image: linear-gradient(to top, #b1c2c9, rgba(177,194,201,0.5));
    z-index: 1;
}

.styled-block-figure-detail .block-detail .block-content {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100vh;
    -webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.styled-block-figure-detail .block-detail-container {
    position: relative;
    width: 25em;
    padding-top: 25em;
    overflow: hidden;
}

.styled-block-figure-detail .block-detail-container .block-detail-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.styled-block-figure-detail .block-detail-container .block-title {
    display: inline-block;
    position: relative;
    margin: 0 auto 0.5em;
    padding-bottom: 4px;
    font-size: 4em;
    line-height: 1.625;
    vertical-align: middle;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.15);
}

.styled-block-figure-detail .block-detail-container .block-title::before {
    content: '';
    position: absolute;
    left: 0.8125em;
    right: 0;
    bottom: 12.5%;
    height: 4px;
    background-color: #c2a48c;
}

.styled-block-figure-detail .block-detail-container .block-title > span {
    float: left;
    min-width: 1em;
    margin-right: -0.5em;
    font-size: 1.625em;
    line-height: 1;
    text-align: center;
    color: #122360;
    text-shadow: none;
}

.styled-block-figure-detail .block-detail-container .block-subtitle {
    margin: 0 auto 0.75em;
    padding-left: 2.6em;
    font-size: 1.25em;
    font-weight: 700;
    color: #fff;
}

.styled-block-figure-detail .block-detail-container .block-text {
    margin: 0 auto;
    padding-left: 3.25em;
    font-size: 1em;
    font-weight: 400;
    color: #24354b;
} */

.styled-block-app-figure {
    display: table;
    width: 100%;
    color: #24354b;
}

.styled-block-app-figure .block-app {
    display: table-cell;
    position: relative;
    width: 50%;
    text-align: left;
    vertical-align: middle;
}

.styled-block-app-figure .block-app .block-text {
    width: 20em;
    max-width: 100%;
}

.styled-block-app-figure .block-figure {
    display: table-cell;
    position: relative;
    width: 50%;
    text-align: right;
    vertical-align: middle;
}

.styled-block-app-figure .block-figure ul.block-list-figure {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    vertical-align: middle;
    list-style: none;
}

.styled-block-app-figure .block-figure ul.block-list-figure > li {
    display: inline-block;
    width: 40%;
    vertical-align: bottom;
}

.styled-block-app-figure .block-figure ul.block-list-figure > li ~ li {
    margin-left: 15%;
}

.styled-block-app-figure .block-figure ul.block-list-app {
    position: absolute;
    left: -webkit-calc(20em - 100%);
    left: -moz-calc(20em - 100%);
    left: calc(20em - 100%);
    bottom: 0;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    -webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
	transform: translateX(-100%);
}

.styled-block-app-figure .block-figure ul.block-list-app > li {
    display: inline-block;
    width: 8em;
    vertical-align: bottom;
}

.styled-block-app-figure .block-figure ul.block-list-app > li ~ li {
    margin-left: 1em;
}

.styled-block-product-detail::after {
    content: '';
    display: block;
    clear: both;
}

.styled-block-product-detail .block-gallery {
    float: left;
    width: -webkit-calc(50% - 1.5em);
    width: -moz-calc(50% - 1.5em);
    width: calc(50% - 1.5em);
}

.styled-block-product-detail .block-detail {
    float: left;
    width: -webkit-calc(50% + 1.5em);
    width: -moz-calc(50% + 1.5em);
    width: calc(50% + 1.5em);
    padding-left: 1.5em;
}

.styled-block-product-detail .block-heading {
    text-align: center;
}

.styled-block-product-detail .block-heading .heading-title {
    display: inline-block;
    position: relative;
    margin: 0 auto 1em;
    padding-bottom: 0.125em;
    line-height: normal;
    vertical-align: bottom;
    color: #122360;
}

.styled-block-product-detail .block-heading .heading-title::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    margin: auto;
    background-color: #c2a48c;
}

.styled-block-product-detail .block-text {
    font-size: 0.9375em;
}

.styled-block-product-detail .block-price {
    margin: 0 auto;
    padding: 0.7em;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    color: #122360;
    border-top: 1px solid #c2a48c;
    border-bottom: 1px solid #c2a48c;
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    /* margin: 0 auto;
    padding: 0.5em 1em;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    background-color: #122360;
    border-left: 4px solid #c2a48c;
    border-right: 4px solid #c2a48c; */
}
.styled-block-product-detail .block-price.en{
    flex-direction: column;
    gap: 1px;
    
}
.block-price:nth-child(2){
    border-top: none;
}
.block-model-name, .block-price-number{
    margin: unset;
}
.styled-block-product-detail .block-price-note .block-price .block-price-orgprice{
    text-decoration: line-through;
    font-family: "Jost", serif;
    font-size: 0.75rem;
    font-weight: 400;
    color: #A9A9A9;
}
.block-price .block-model-name{
    font-size: 0.8rem;
    line-height: 1;
    font-size: 700;
}
.styled-block-product-detail .block-note {
    font-size: 0.875em;
}

.styled-block-product-detail .block-title-content {
    position: relative;
    font-size: 0.875em;
    color: #949494;
    overflow: hidden;
}

.styled-block-product-detail .block-title-content > span:first-child {
    float: left;
    max-width: 8em;
}

.styled-block-product-detail .block-title-content > span:last-child {
    float: left;
    max-width: -webkit-calc(100% - 8em);
    max-width: -moz-calc(100% - 8em);
    max-width: calc(100% - 8em);
}

.styled-block-product-detail .block-price-note-buy {
    position: relative;
}

.styled-block-product-detail .block-price-note-buy::after {
    content: '';
    display: block;
    clear: both;
}

.styled-block-product-detail .block-price-note-buy .block-price-note {
    position: relative;
    float: left;
    left: 25%;
    max-width: 50%;
    -webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.styled-block-product-detail .block-price-note-buy .block-price-note .block-note {
    margin-top: 1.25em;
}

.styled-block-product-detail .block-price-note-buy .block-buy {
    position: relative;
    float: right;
    top: 3.75em;
    left: -25%;
    max-width: 50%;
    -webkit-transform: translateX(50%) translateY(-100%);
	-moz-transform: translateX(50%) translateY(-100%);
    -ms-transform: translateX(50%) translateY(-100%);
    -o-transform: translateX(50%) translateY(-100%);
	transform: translateX(50%) translateY(-100%);
}

.styled-block-product-detail .block-quantity-btns {
    display: table;
    width: 100%;
}

.styled-block-product-detail .block-quantity-btns .block-quantity {
    display: table-cell;
    vertical-align: middle;
}

.styled-block-product-detail .block-quantity-btns .block-quantity .block-quantity-wrapper {
    display: inline-block;
    position: relative;
    width: 10em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3em;
    padding-right: 3em;
    vertical-align: middle;
    overflow: hidden;
}

.styled-block-product-detail .block-quantity-btns .block-quantity .block-quantity-wrapper > input {
    width: 100%;
    height: -webkit-calc(2.5em + 2px);
    height: -moz-calc(2.5em + 2px);
    height: calc(2.5em + 2px);
    margin: 0 auto;
    padding: 0.5em 1em;
    line-height: 1.5;
    text-align: center;
    color: #122360;
    background-color: #fff;
    border: 1px solid #8b95a2;
    border-radius: 0.375em;
    box-shadow: none;
}

.styled-block-product-detail .block-quantity-btns .block-quantity .block-quantity-wrapper > input::-webkit-outer-spin-button,
.styled-block-product-detail .block-quantity-btns .block-quantity .block-quantity-wrapper > input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.styled-block-product-detail .block-quantity-btns .block-quantity .block-quantity-wrapper > input[type=number] {
    -moz-appearance: textfield;
}

.styled-block-product-detail .block-quantity-btns .block-quantity .block-quantity-wrapper > button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2em;
    height: 2em;
    background-color: #122360;
    outline: none;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
}

.styled-block-product-detail .block-quantity-btns .block-quantity .block-quantity-wrapper > button.remove-one {
    left: 0;
}

.styled-block-product-detail .block-quantity-btns .block-quantity .block-quantity-wrapper > button.add-one {
    right: 0;
}

.styled-block-product-detail .block-quantity-btns .block-quantity .block-quantity-wrapper > button::before,
.styled-block-product-detail .block-quantity-btns .block-quantity .block-quantity-wrapper > button.add-one::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
}

.styled-block-product-detail .block-quantity-btns .block-quantity .block-quantity-wrapper > button::before {
    width: 50%;
    height: 2px;
}

.styled-block-product-detail .block-quantity-btns .block-quantity .block-quantity-wrapper > button.add-one::after {
    width: 2px;
    height: 50%;
}

.styled-block-product-detail .block-quantity-btns .block-btns {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}

.styled-block-product-detail .block-quantity-btns .block-btns .block-btns-wrapper {
    display: inline-block;
    vertical-align: middle;
}

.styled-block-product-detail .block-quantity-btns .block-btns .block-btns-wrapper::after {
    content: '';
    display: block;
    clear: both;
}

.styled-block-product-detail .block-quantity-btns .block-btns .block-btn {
    float: left;
}

.styled-block-product-detail .block-quantity-btns .block-btns .block-btn ~ .block-btn {
    margin-left: 1.5em;
}

.styled-block-product-detail .block-options-quantity {
    position: relative;
    z-index: 1;
}

.styled-block-product-detail .block-options-quantity::after {
    content: '';
    display: block;
    clear: both;
}

.styled-block-product-detail .block-options-quantity .block-options {
    position: relative;
    float: left;
    left: 25%;
    max-width: 50%;
    -webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.styled-block-product-detail .block-options-quantity .block-options .input-select-option .form-control.input-select {
    border-color: rgba(0,0,0,0.3);
}

.styled-block-product-detail .block-options-quantity .block-options .input-select-option .error + .input-select,
body.hasHover .styled-block-product-detail .block-options-quantity .block-options .input-select-option .error + .input-select:hover {
    border-color: #ff5252;
}

body.hasHover .styled-block-product-detail .block-options-quantity .block-options .input-select-option .input-select:hover {
    border-color: #907c64;
}

.styled-block-product-detail .block-options-quantity .block-quantity {
    position: relative;
    float: right;
    left: -25%;
    max-width: 50%;
    -webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
	transform: translateX(50%);
}

.styled-block-product-detail .block-options-quantity .block-quantity .block-quantity-wrapper {
    display: inline-block;
    position: relative;
    width: 10em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3em;
    padding-right: 3em;
    vertical-align: middle;
    overflow: hidden;
}

.styled-block-product-detail .block-options-quantity .block-quantity .block-quantity-wrapper > input {
    width: 100%;
    height: -webkit-calc(2.5em + 2px);
    height: -moz-calc(2.5em + 2px);
    height: calc(2.5em + 2px);
    margin: 0 auto;
    padding: 0.5em 1em;
    line-height: 1.5;
    text-align: center;
    color: #122360;
    background-color: #fff;
    border: 1px solid #8b95a2;
    border-radius: 0.375em;
    box-shadow: none;
}

.styled-block-product-detail .block-options-quantity .block-quantity .block-quantity-wrapper > input::-webkit-outer-spin-button,
.styled-block-product-detail .block-options-quantity .block-quantity .block-quantity-wrapper > input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.styled-block-product-detail .block-options-quantity .block-quantity .block-quantity-wrapper > input[type=number] {
    -moz-appearance: textfield;
}

.styled-block-product-detail .block-options-quantity .block-quantity .block-quantity-wrapper > button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2em;
    height: 2em;
    background-color: #122360;
    outline: none;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
}

.styled-block-product-detail .block-options-quantity .block-quantity .block-quantity-wrapper > button.remove-one {
    left: 0;
}

.styled-block-product-detail .block-options-quantity .block-quantity .block-quantity-wrapper > button.add-one {
    right: 0;
}

.styled-block-product-detail .block-options-quantity .block-quantity .block-quantity-wrapper > button::before,
.styled-block-product-detail .block-options-quantity .block-quantity .block-quantity-wrapper > button.add-one::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
}

.styled-block-product-detail .block-options-quantity .block-quantity .block-quantity-wrapper > button::before {
    width: 50%;
    height: 2px;
}

.styled-block-product-detail .block-options-quantity .block-quantity .block-quantity-wrapper > button.add-one::after {
    width: 2px;
    height: 50%;
}

.styled-block-product-detail .block-content {
    display: table;
    width: 100%;
    clear: both;
}

.styled-block-product-detail .block-content .block-content-left {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

.styled-block-product-detail .block-content .block-content-right {
    display: table-cell;
    width: 50%;
    padding-left: 3em;
    vertical-align: middle;
}

.styled-block-product-detail .block-content ul.styled-list > li::before {
    background-color: #122360;
}

.styled-block-product-detail .block-content-title {
    margin: 0 auto 1em;
    font-size: 1.25em;
    font-weight: 600;
}

.styled-block-product-detail .block-content-title > span {
    display: inline-block;
    position: relative;
    padding-left: 0.5em;
    padding-right: 0.5em;
    vertical-align: bottom;
}

.styled-block-product-detail .block-content-title > span::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 1em;
    margin: auto;
    background-color: #212529;
}

.styled-block-product-detail .block-content-title > span::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 1em;
    margin: auto;
    background-color: #212529;
}

.styled-block-product-detail .block-title-list-container {
    margin-top: 1.5em;
    margin-bottom: 2em;
}

.styled-block-product-detail .block-title-list-container::after {
    content: '';
    display: block;
    clear: both;
}

.styled-block-product-detail .block-title-list-container .block-title-list {
    float: left;
    width: -webkit-calc((100% - 1em) / 2 - 0.01px);
    width: -moz-calc((100% - 1em) / 2 - 0.01px);
    width: calc((100% - 1em) / 2 - 0.01px);
}

.styled-block-product-detail .block-title-list-container .block-title-list ~ .block-title-list {
    margin-left: 1em;
}

.styled-block-product-detail .block-title-list .block-title {
    margin: 0 auto 0.5em;
    font-size: 1em;
    font-weight: 500;
    color: #122360;
}

.styled-block-product-detail .block-title-list .block-list {
    font-size: 0.875em;
}

.styled-block-product-detail ul.block-list-items {
    display: block;
    margin: 0 auto;
    padding: 0 2em;
    font-weight: 500;
    list-style: none;
}

.styled-block-product-detail ul.block-list-items > li ~ li {
    margin-top: 0.5em;
}

.styled-block-product-spec::after {
    content: '';
    display: block;
    clear: both;
}

.styled-block-product-spec .block-product-photo {
    float: right;
    width: 40%;
}

.styled-block-product-spec .block-spec {
    float: left;
    width: 60%;
    padding: 0 5em 0 3.5em;
}

.styled-block-product-spec .block-spec ul.block-spec-list {
    position: relative;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    color: #24354b;
}

.styled-block-product-spec .block-spec ul.block-spec-list > li {
    position: relative;
    overflow: hidden;
}

.styled-block-product-spec .block-spec ul.block-spec-list > li ~ li {
    margin-top: 1.125em;
}

.styled-block-product-spec .block-spec ul.block-spec-list > li > span {
    float: left;
}

.styled-block-product-spec .block-spec ul.block-spec-list > li > span:first-child {
    max-width: 6em;
    font-weight: 600;
}

.styled-block-product-spec .block-spec ul.block-spec-list > li > span:last-child {
    max-width: -webkit-calc(100% - 6em);
    max-width: -moz-calc(100% - 6em);
    max-width: calc(100% - 6em);
    font-weight: 400;
}

.styled-block-about {
    position: relative;
    overflow: hidden;
}

.styled-block-about::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    padding-top: 51.111111%;
    margin: auto;
    background-image: url(../images/bg-about.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    z-index: -2;
}

.styled-block-about::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fbfbfb;
    opacity: 0.8;
    z-index: -1;
}

.styled-block-about .block-about-img {
    float: left;
    width: 50%;
    margin-bottom: -88888px;
    padding-bottom: 88888px;
}

.styled-block-about .block-about-img .block-bg-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.styled-block-about .block-about-img .block-bg-img > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.styled-block-about .block-about-content {
    float: right;
    width: 50%;
    margin-bottom: -88888px;
    padding-left: 7.5%;
    padding-right: 7.5%;
    padding-bottom: 88888px;
}

.styled-block-about .block-about-content .block-content-container {
    margin-top: 5em;
    margin-bottom: 3em;
}

.styled-block-about .block-header {
    margin-bottom: 5em;
    text-align: center;
}

.styled-block-about .block-body {
    margin-bottom: 3.5em;
    font-weight: 600;
    color: #24354b;
}

.styled-block-about .block-footer {
    font-weight: 600;
    color: #24354b;
}

.styled-block-about .block-title {
    color: #122360;
}

.styled-block-about .block-title > img {
    display: block;
    width: auto;
    height: 1em;
    margin: 0 auto;
}

.styled-block-about .block-subtitle {
    margin-top: 0.25em;
    font-style: italic;
    color: #24354b;
}

.styled-block-about ul.block-list {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.styled-block-about ul.block-list > li {
    display: block;
    position: relative;
    overflow: hidden;
}

.styled-block-about ul.block-list > li ~ li {
    margin-top: 2em;
}

.styled-block-about ul.block-list > li > p {
    float: left;
}

.styled-block-about ul.block-list > li > a {
    float: left;
    color: inherit;
}

.styled-block-account::after {
    content: '';
    display: block;
    clear: both;
}

.styled-block-account .block-account-info {
    float: left;
    width: 50%;
}

.styled-block-account .block-account-thumb {
    float: right;
    width: 50%;
}

.styled-block-account .block-btn-container {
    padding-top: 2em;
    text-align: center;
    clear: both;
}

.styled-block-account .block-btn-container .block-btn {
    min-width: 10em;
}

.styled-block-cart {
    padding: 2.5em;
    color: #fff;
    background-color: #b1c2c9;
    box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.3);
}

.styled-block-cart.block-dashed-container {
    color: inherit;
    background-color: transparent;
    border: 2px dashed #122360;
    border-radius: 0.375em;
    box-shadow: none;
}

.styled-block-cart ~ .styled-block-cart {
    margin-top: 1.25em;
}

.styled-block-cart .block-title {
    margin: 0 auto 1.5em;
    font-weight: 600;
    color: #122360;
}

.styled-block-cart > hr {
    margin-top: 3em;
    margin-bottom: 3em;
    border-color: rgba(255,255,255,0.5);
}

/* -- Styled Card -- */
.styled-card-container::after {
    content: '';
    display: block;
    clear: both;
}

.styled-card-video .card-title {
    margin: 0.5em auto;
    font-size: 1.5em;
    font-weight: 600;
    color: #122360;
}

.styled-card-product-photo {
    position: relative;
    width: 100%;
    padding-top: -webkit-calc(100% + 20px);
    padding-top: -moz-calc(100% + 20px);
    padding-top: calc(100% + 20px);
    overflow: hidden;
}

.styled-card-product-photo .card-cover {
    position: absolute;
    top: 0;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
}

.styled-card-product-photo .card-content {
    position: relative;
    width: 75%;
    height: 100%;
    margin-left: auto;
    margin-right: 0;
    background-color: #b1c2c9;
}

.styled-card-product-photo .card-content::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    width: 100%;
    height: 100%;
    border: 4px solid #c2a48c;
}

.styled-card-product-photo .card-content > img {
    position: absolute;
    top: 50%;
    width: 66.666667%;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.styled-card-news {
    display: block;
    color: inherit;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.3);
}

.styled-card-news::after {
    content: '';
    display: block;
    clear: both;
}

.styled-card-news .card-main-img {
    position: relative;
    width: 100%;
    padding-top: 52.5%;
    overflow: hidden;
}

.styled-card-news .card-main-img .card-bg-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.styled-card-news .card-main-img .card-bg-img > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.styled-card-news .card-content {
    padding: 10px;
    background-color: #b1c2c9;
}

.styled-card-news .card-content .card-content-container {
    padding: 20px;
    border: 2px solid #122360;
}

.styled-card-news .card-title {
    height: 2.5em;
    margin: 0 auto 15px;
    font-weight: 600;
    line-height: 1.25;
    color: #122360;
    overflow: hidden;
}

.styled-card-news .card-text {
    height: 4.5em;
    margin: 0 auto;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    overflow: hidden;
}

.styled-card-news .card-date-more {
    display: table;
    width: 100%;
    margin-top: 20px;
}

.styled-card-news .card-date {
    display: table-cell;
    width: 50%;
    text-align: left;
    color: #fff;
}

.styled-card-news .card-more {
    display: table-cell;
    width: 50%;
    text-align: right;
    color: #fff;
}

.styled-card-blog img.card-main-img {
    display: block;
}

.styled-card-blog .card-title {
    position: relative;
    width: 70%;
    margin: 2em auto 1.2em;
    line-height: normal;
    text-align: center;
    color: #122360;
}

.styled-card-blog .card-subtitle {
    margin: 0 auto;
    line-height: normal;
    color: #122360;
}

.styled-card-blog .card-link {
    color: #b1c2c9;
    text-decoration: underline;
}

.styled-card-blog .card-content {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.styled-card-blog .card-date-share {
    display: table;
    width: 100%;
    margin-top: 5em;
    font-weight: 600;
}

.styled-card-blog .card-date-share .card-date {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

.styled-card-blog .card-date-share .card-share {
    display: table-cell;
    width: 50%;
    text-align: right;
    vertical-align: middle;
}

.styled-card-blog .card-date-share .card-share .card-share-wrapper {
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: bottom;
}

.styled-card-blog .card-date-share .card-share-wrapper > p {
    float: left;
    height: 2em;
    line-height: 2;
    overflow: hidden;
}

.styled-card-blog .card-date-share .card-share-wrapper > ul {
    position: relative;
    float: left;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.styled-card-blog .card-date-share .card-share-wrapper > ul::after {
    content: '';
    display: block;
    clear: both;
}

.styled-card-blog .card-date-share .card-share-wrapper > ul > li {
    position: relative;
    float: left;
    margin-left: 2em;
}

.styled-card-blog .card-date-share .card-share-wrapper > ul > li > a {
    display: block;
    position: relative;
    width: 2em;
    height: 2em;
}

.styled-card-blog .card-date-share .card-share-wrapper > ul > li > a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 2em;
    height: 2em;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.styled-card-blog .card-date-share .card-share-wrapper > ul > li > a.share-facebook::before {
    background-image: url(../images/icon-facebook-light.svg);
}

.styled-card-blog .card-date-share .card-share-wrapper > ul > li > a.share-line::before {
    background-image: url(../images/icon-line-light.svg);
}

.styled-card-blog hr {
    margin-top: 3em;
    margin-bottom: 3em;
    border-color: #b1c2c9;
}

.styled-card-blog .card-qa-container {
    text-align: center;
}

.styled-card-blog .card-btns {
    margin: 1.5em auto 3em;
}

.styled-card-blog .card-btns .card-btns-wrapper {
    display: inline-block;
    vertical-align: bottom;
}

.styled-card-blog .card-btn {
    float: left;
    width: 6em;
    margin: 0 1em;
    padding: 0.25em 1em;
    line-height: normal;
    color: #122360;
    background-color: #fff;
    border: 1px solid #122360;
    border-radius: 0.25em;
    box-shadow: none;
}

body.hasHover .styled-card-blog .card-btn:hover {
    color: #fff;
    background-color: #122360;
}

.styled-card-faqs {
    position: relative;
    background-color: #b1c2c9;
}

.styled-card-faqs::before {
    content: '';
    position: absolute;
    top: 0.5em;
    bottom: 0.5em;
    left: 0.5em;
    right: 0.5em;
    margin: auto;
    border: 1px solid #122360;
    -webkit-transition: border-color 0.3s cubic-bezier(0.445,0.05,0.55,0.95);
    -moz-transition: border-color 0.3s cubic-bezier(0.445,0.05,0.55,0.95);
    -ms-transition: border-color 0.3s cubic-bezier(0.445,0.05,0.55,0.95);
    -o-transition: border-color 0.3s cubic-bezier(0.445,0.05,0.55,0.95);
    transition: border-color 0.3s cubic-bezier(0.445,0.05,0.55,0.95);
}

body.hasHover .styled-card-faqs:hover::before {
    border-color: #fff;
}

.styled-card-faqs .card-content {
    padding-top: -webkit-calc(1.75em + 1px);
    padding-top: -moz-calc(1.75em + 1px);
    padding-top: calc(1.75em + 1px);
    padding-bottom: -webkit-calc(1.75em + 1px);
    padding-bottom: -moz-calc(1.75em + 1px);
    padding-bottom: calc(1.75em + 1px);
    padding-left: -webkit-calc(1.5em + 1px);
    padding-left: -moz-calc(1.5em + 1px);
    padding-left: calc(1.5em + 1px);
    padding-right: -webkit-calc(1.5em + 1px);
    padding-right: -moz-calc(1.5em + 1px);
    padding-right: calc(1.5em + 1px);
    line-height: normal;
    color: #122360;
    -webkit-transition: color 0.3s cubic-bezier(0.445,0.05,0.55,0.95);
    -moz-transition: color 0.3s cubic-bezier(0.445,0.05,0.55,0.95);
    -ms-transition: color 0.3s cubic-bezier(0.445,0.05,0.55,0.95);
    -o-transition: color 0.3s cubic-bezier(0.445,0.05,0.55,0.95);
    transition: color 0.3s cubic-bezier(0.445,0.05,0.55,0.95);
}

body.hasHover .styled-card-faqs:hover .card-content {
    color: #fff;
}

.styled-card-product {
    position: relative;
}

.styled-card-product .card-link {
    color: inherit;
}

.styled-card-product .card-wrapper {
    position: relative;
    margin-bottom: 8px;
    border-radius: 0.75em;
    box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.3);
    overflow: hidden;
}

.styled-card-product .card-btn.card-btn-favorite {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 1.5em;
    height: 1.5em;
    background: none;
    border: none;
    border-radius: 0;
    z-index: 1;
}

.styled-card-product .card-btn.btn-heart.card-btn-favorite::before {
    width: auto;
    height: auto;
    background-image: url(../images/icon-heart-red.svg);
}

body.hasHover .styled-card-product .card-btn.btn-heart.card-btn-favorite:hover::before {
    background-image: url(../images/icon-heart-filled.svg);
}

.styled-card-product .card-btn.card-btn-cart {
    position: absolute;
    bottom: 10px;
    right: 15px;
    width: 1.5em;
    height: 1.5em;
    background: none;
    border: none;
    border-radius: 0;
    z-index: 1;
}

.styled-card-product .card-btn.btn-cart.card-btn-cart::before {
    width: auto;
    height: auto;
}

.styled-card-product .card-label {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -4px;
    padding: 4px 6px;
    font-size: 12px;
    font-weight: 500;
    background-color: #b1c2c9;
    -webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
	transform: translateY(-100%);
    z-index: 1;
}

.styled-card-product .card-main-img {
    position: relative;
    width: 100%;
    padding-top: 75%;
    overflow: hidden;
}

.styled-card-product .card-main-img .card-bg-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.styled-card-product .card-main-img .card-bg-img > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.styled-card-product .card-content {
    position: relative;
    padding: 10px 50px 10px 20px;
    color: #24354b;
    background-color: #fff;
    border-top: 4px solid #c2a48c;
}

.styled-card-product .card-title {
    margin: 0 auto;
    font-weight: 600;
    line-height: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
	overflow: hidden;
}

.styled-card-product .card-text {
    height: 1.5em;
    margin: 0 auto;
    line-height: 1.5;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.styled-card-product .card-price-buy {
    display: table;
    width: 100%;
    margin-top: 10px;
}

.styled-card-product .card-price {
    display: table-cell;
    vertical-align: middle;
    color: #122360;
    font-weight: 600;
    font-family: "Jost", serif;
    font-size: 1.5rem;
}

.styled-card-product .card-price .card-content-orgPrice {
    display: block;
    text-decoration: line-through;
    font-size: 0.75rem;
    font-weight: 400;
    color: #A9A9A9;
    margin-right: 0.75rem;
}

.styled-card-product .card-btns {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}

.styled-card-product .card-btns-wrapper {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    overflow: hidden;
}

.styled-card-product .card-btn {
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    background-color: #fff;
    outline: none;
    border: 1px solid #b1c2c9;
    border-radius: 50%;
}

.styled-card-product .card-btn:not(:disabled) {
    cursor: pointer;
}

.styled-card-product .card-btn ~ .card-btn {
    margin-left: 10px;
}

.styled-card-product .card-btn::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 60%;
    height: 60%;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.styled-card-product .card-btn.btn-heart::before {
    background-image: url(../images/icon-heart.svg);
}

body.hasHover .styled-card-product .card-btn.btn-heart:hover::before {
    background-image: url(../images/icon-heart-red.svg);
}

.styled-card-product .card-btn.btn-heart._active::before,
body.hasHover .styled-card-product .card-btn.btn-heart._active:hover::before {
    background-image: url(../images/icon-heart-filled.svg);
}

.styled-card-product .card-btn.btn-cart::before {
    background-image: url(../images/icon-cart.svg);
}

body.hasHover .styled-card-product .card-btn.btn-cart:hover::before {
    background-image: url(../images/icon-cart-filled.svg);
}

.styled-card-add-item {
    display: inline-block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    vertical-align: bottom;
    border: 2px dashed #979797;
}

.styled-card-add-item .card-inner {
    position: relative;
    width: 100%;
    padding-top: 75%;
    overflow: hidden;
}

.styled-card-add-item .card-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 2em;
    overflow-x: hidden;
}

.styled-card-add-item .card-content .content-wrapper {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.styled-card-add-item .card-text {
    margin: 0 auto;
    font-weight: 600;
    color: #122360;
}

.styled-card-add-item .card-btn-container {
    margin-top: 5em;
}

.styled-card-warranty {
    display: inline-block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    vertical-align: bottom;
}

.styled-card-warranty .card-inner {
    position: relative;
    width: 100%;
    padding-top: 75%;
    background-color: #b1c2c9;
    overflow: hidden;
}

.styled-card-warranty .card-inner .card-content-container {
    position: absolute;
    top: 0.5em;
    bottom: 0.5em;
    left: 0.5em;
    right: 0.5em;
    margin: auto;
    padding: 1em;
    border: 2px solid #122360;
    overflow-x: hidden;
}

.styled-card-warranty .card-content {
    position: relative;
    margin-top: 1em;
    overflow: hidden;
}

.styled-card-warranty .card-main-img {
    float: left;
    width: 37.5%;
}

.styled-card-warranty .card-main-img > img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.styled-card-warranty ul.card-main-detail {
    float: right;
    width: 13em;
    max-width: 62.5%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -webkit-calc((62.5% - 13em) / 3 * 2);
    margin-left: -moz-calc((62.5% - 13em) / 3 * 2);
    margin-left: calc((62.5% - 13em) / 3 * 2);
    margin-right: -webkit-calc((62.5% - 13em) / 3 - 0.01px);
    margin-right: -moz-calc((62.5% - 13em) / 3 - 0.01px);
    margin-right: calc((62.5% - 13em) / 3 - 0.01px);
    padding: 0 0 0 1em;
    list-style: none;
    word-break: break-all;
}

.styled-card-warranty ul.card-main-detail > li {
    margin-top: 1em;
}

.styled-card-warranty ul.card-main-detail > li ~ li {
    margin-top: 2em;
}

.styled-card-warranty .card-title {
    margin: 0 auto;
    font-size: 1.5em;
    text-align: center;
    color: #122360;
}

.styled-card-warranty .card-subtitle {
    margin: 0 auto;
    font-size: 1em;
    font-weight: 600;
    color: #fff;
}

.styled-card-warranty .card-text {
    margin: 0.5em auto 0;
    padding-left: 1em;
    font-size: 1em;
    color: #122360;
}

.styled-card-icon-title-text {
    text-align: center;
}

.styled-card-icon-title-text img.card-icon-img {
    display: block;
    width: 11em;
    max-width: 80%;
    height: auto;
    margin: 0 auto;
}

.styled-card-icon-title-text .card-title {
    display: inline-block;
    margin: 1em auto 0;
    font-size: 1.25em;
    font-weight: 600;
    line-height: 2;
    vertical-align: bottom;
    color: #122360;
    border-bottom: 2px solid #c2a48c;
}

.styled-card-icon-title-text .card-text {
    margin: 1.25em auto 0;
    font-size: 1em;
    font-weight: 600;
    text-align: left;
    color: #24354b;
}

.styled-card-our-advantages {
    position: relative;
    /* padding: 4px; */
    overflow: hidden;
    max-width: 45%;
}

.styled-card-our-advantages .card-content {
    /* position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0.5em;
    text-align: center;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	transform: translateY(-50%);
    z-index: 2; */
    /* flex: 0 0 45%; */
    
    /* width: 50%; */
    /* height: 100%; */
    position: relative;
    text-align: center;
}

html:lang(en) .styled-card-our-advantages .card-content {
    /* padding: 1em; */
}

.styled-card-our-advantages .card-main-img {
    /* position: relative;
    width: 66.666667%;
    margin: 0 auto;
    padding-top: 66.666667%;
    overflow: hidden; */
}

.styled-card-our-advantages .card-bg-img {
    /* position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    overflow: hidden; */
    /* width: 100%;
    object-fit: fill; */
}

/* .styled-card-our-advantages .card-main-img .card-bg-img > img, */
.styled-card-our-advantages .card-bg-img > img {
    /* position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    line-height: 0;
    overflow: hidden; */
    transform: scale(1.32);
}

.styled-card-our-advantages .card-title {
    /* margin: 0.5em auto 0; */
    font-size: 1em;
    font-weight: 400;
    color: #fff;
    opacity: 0.75;
    position: absolute;
    bottom: 1em;
    left: 50%;
    -webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    width: 90%;
    overflow-wrap: break-word;
}

.styled-card-feedback .card-content {
    margin: 4em 10px 10px;
    padding: 0 2em 2em;
    color: #fff;
    background-color: #122360;
    border-top: 0.25em solid #c2a48c;
    border-bottom: 0.25em solid #c2a48c;
    border-left: 0.5em solid #c2a48c;
    border-right: 0.5em solid #c2a48c;
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.3);
}

html:lang(en) .styled-card-feedback .card-content {
    padding: 0 1em 2em;
}

.styled-card-feedback .card-main-img {
    position: relative;
    top: -4em;
    width: 8em;
    height: 8em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -3em;
    border: 0.25em solid #c2a48c;
    border-radius: 50%;
    overflow: hidden;
}

.styled-card-feedback .card-main-img > img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: auto;
}

.styled-card-feedback .card-title {
    height: 3em;
    margin: 0 auto 1em;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    overflow: hidden;
}

.styled-card-feedback .card-text {
    height: 10.5em;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.5;
    overflow: hidden;
}

html:lang(en) .styled-card-feedback .card-text {
    height: 19.5em;
}

.styled-card-feedback .card-bg-img {
    position: relative;
    width: 100%;
    padding-top: 20%;
    overflow: hidden;
}

.styled-card-feedback .card-bg-img > img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: auto;
}

.styled-card-feedback hr {
    margin-top: 2em;
    margin-bottom: 1em;
    border-color: #b1c2c9;
}

.styled-card-error {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(../images/bg-error.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 50%;
}

.styled-card-error .card-inner {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    width: 45em;
    max-width: 100%;
    margin: auto;
}

.styled-card-error .card-main-img {
    display: block;
    width: 32.5em;
    max-width: 100%;
    margin: 0 0 0 auto;
}

.styled-card-error .card-content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 18em;
    max-width: 100%;
    margin: 0 auto 0 0;
    -webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
	transform: translateY(-100%);
}

.styled-card-error .card-text {
    line-height: 1.5;
    color: #8a8a8a;
}

.styled-card-error .card-btn-container {
    margin-top: 2.5em;
    text-align: left;
}

.styled-card-normal {
    padding: 2.5em;
    background-color: #b1c2c9;
}

.styled-card-normal .card-content {
    padding: 3.75em 5em;
    border: 0.25em solid #122360;
}

/* -- Styled Button -- */
.styled-btn-container::after {
    content: '';
    display: block;
    clear: both;
}

.styled-btn:disabled {
    opacity: 0.3;
    cursor: auto;
}

.styled-btn-normal {
    display: inline-block;
    position: relative;
    padding: 0.5em 2em;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    vertical-align: bottom;
    letter-spacing: normal;
    color: #fff;
    background-color: #ceb6a3;
    outline: none;
    border: 2px solid #ceb6a3;
    border-radius: 0.625em;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.26);
    cursor: pointer;
}

.styled-btn-blue {
    display: inline-block;
    position: relative;
    padding: 0.5em 2em;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    vertical-align: bottom;
    letter-spacing: normal;
    outline: none;
    border-radius: 0.625em;
    border: 1px solid #122360;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.26);
    cursor: pointer;
    background-color: #122360;
    color: #fff;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.styled-btn-blue:hover,
.styled-btn-blue:active {
    background-color: #fff;
    border-color: #122360;
    color: #122360;
}

body.hasHover .styled-btn-normal:not(:disabled):hover {
    color: #122360;
    background-color: #fff;
    border-color: #122360;
}

.styled-btn-normal._inverted {
    color: #ceb6a3;
    background-color: #fff;
    border: 2px solid #ceb6a3;
}

body.hasHover .styled-btn-normal._inverted:not(:disabled):hover {
    color: #122360;
    background-color: #fff;
    border-color: #122360;
}

.styled-btn-icon {
    display: inline-block;
    position: relative;
    width: -webkit-calc(2.5em + 2px * 2);
    width: -moz-calc(2.5em + 2px * 2);
    width: calc(2.5em + 2px * 2);
    height: -webkit-calc(2.5em + 2px * 2);
    height: -moz-calc(2.5em + 2px * 2);
    height: calc(2.5em + 2px * 2);
    padding: 0;
    line-height: 1.5;
    vertical-align: bottom;
    letter-spacing: normal;
    background-color: #ceb6a3;
    outline: none;
    border: 2px solid #ceb6a3;
    border-radius: 0.625em;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.26);
    cursor: pointer;
}

.styled-btn-icon::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50%;
    height: 50%;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.styled-btn-icon._inverted {
    background-color: #fff;
    border: 2px solid #ceb6a3;
}

.styled-btn-icon._inverted.icon-heart::before {
    background-image: url(../images/icon-heart.svg);
}

body.hasHover .styled-btn-icon._inverted.icon-heart:hover::before {
    background-image: url(../images/icon-heart-red.svg);
}

.styled-btn-icon._inverted.icon-heart._active::before,
body.hasHover .styled-btn-icon._inverted.icon-heart._active:hover::before {
    background-image: url(../images/icon-heart-filled.svg);
}

.styled-btn-text {
    display: inline;
    padding: 0;
    font-weight: 600;
    line-height: inherit;
    text-decoration: underline;
    color: #122360;
    background: none;
    outline: none;
    border: none;
    border-radius: 0;
    cursor: pointer;
}

a.styled-btn-text {
    text-decoration: underline;
}

body.hasHover .styled-btn-text:hover {
    color: #c2a48c;
}

.styled-btn-watch-video {
    display: inline-block;
    position: relative;
    padding: 0.5em 3em 0.5em 1em;
    font-weight: 500;
    line-height: 1.5;
    vertical-align: bottom;
    color: #24354b;
    background-color: #fff;
    outline: none;
    border: none;
    border-radius: 2em;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.styled-btn-watch-video::before,
.styled-btn-watch-video::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.375em;
    width: 2em;
    height: 2em;
    margin: auto;
    background-image: url(../images/icon-play-btn-dark.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.styled-btn-watch-video::after {
    background-image: url(../images/icon-play-btn-white.svg);
    opacity: 0;
}

.styled-btn-watch-video::before {
    -webkit-animation: animation-video-btn-before 1s cubic-bezier(0.445,0.05,0.55,0.95) 2s infinite;
    -moz-animation: animation-video-btn-before 1s cubic-bezier(0.445,0.05,0.55,0.95) 2s infinite;
    -ms-animation: animation-video-btn-before 1s cubic-bezier(0.445,0.05,0.55,0.95) 2s infinite;
    -o-animation: animation-video-btn-before 1s cubic-bezier(0.445,0.05,0.55,0.95) 2s infinite;
    animation: animation-video-btn-before 1s cubic-bezier(0.445,0.05,0.55,0.95) 2s infinite;
}

.styled-btn-watch-video::after {
    -webkit-animation: animation-video-btn-after 1s cubic-bezier(0.445,0.05,0.55,0.95) 2s infinite;
    -moz-animation: animation-video-btn-after 1s cubic-bezier(0.445,0.05,0.55,0.95) 2s infinite;
    -ms-animation: animation-video-btn-after 1s cubic-bezier(0.445,0.05,0.55,0.95) 2s infinite;
    -o-animation: animation-video-btn-after 1s cubic-bezier(0.445,0.05,0.55,0.95) 2s infinite;
    animation: animation-video-btn-after 1s cubic-bezier(0.445,0.05,0.55,0.95) 2s infinite;
}

@-webkit-keyframes animation-video-btn-before {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes animation-video-btn-before {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes animation-video-btn-after {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes animation-video-btn-after {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* -- Animation Effect -- */
.effect-zoom-in .zoom-in-img {
    -webkit-transition: transform 0.3s cubic-bezier(0.445,0.05,0.55,0.95);
    -moz-transition: transform 0.3s cubic-bezier(0.445,0.05,0.55,0.95);
    -ms-transition: transform 0.3s cubic-bezier(0.445,0.05,0.55,0.95);
    -o-transition: transform 0.3s cubic-bezier(0.445,0.05,0.55,0.95);
    transition: transform 0.3s cubic-bezier(0.445,0.05,0.55,0.95);
}

body.hasHover .effect-zoom-in:hover .zoom-in-img {
    -webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
