﻿.modal-backdrop.fade.in {
    opacity: 0.6;
    background-color: #D9D9D9;
}
#nxm-message-box {
    border: 0;
    border-radius: 6px;
    top: 20%;
    box-shadow: unset;
    width: 420px;
}
#nxm-message-box .visual.error .nxm-error-image{
    max-width: 130px;
}
.popup-custom-head {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 24px;
    color: #4f4f4f !important;
}
#nxm-message-box .button-cta {
    border: 0;
    box-shadow: none;
    background: #ffc900;
    font-size: 17px;
    font-weight: 600;
    border-radius: 50px;
    min-width: 200px;
    line-height: unset;
    height: unset;
    padding: 12px 30px;
    color: #232323;
}
.yc-hub-page-title {
    text-align: center;
    color: #000;
    font-size: 28px;
    font-weight: 700;
    margin: 30px 0;
}
.c-yc-tabs {
	display: flex;
	align-items: stretch;
	background: #f1f3f6;
	border-radius: 12px;
	width: 100%;
	margin-bottom: 60px;
	border: 1px solid rgba(189, 189, 189, .1);
    overflow: hidden;
}
.c-yc-tabs .c-yc-tab{
	flex: 1;
    border: 0;
    background: transparent;
    padding: 20px 18px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    position: relative;
    text-align: center;
}
.c-yc-tabs .c-yc-tab:hover{
  	background:rgba(255,255,255,.45);
}
.c-yc-tabs .c-yc-tab.active{
	background:#fff;
	font-weight:700;
	box-shadow:0 1px 2px rgba(0,0,0,.08);
}
.c-yc-tabs .c-yc-tab::before{
	content: "";
    position: absolute;
    background: #e8ebf0;
    height: 100%;
    top: 0;
    left: 0;
    width: 12px;   
}
.c-yc-tabs .c-yc-tab.active::before{
    background: #FDC511;     
}
.c-yc-tab-item{
    display: none;
}
.c-yc-tab-item.active{
    display: block;
}
.c-yc-tab-content {
    padding-bottom: 50px;
}
.yc-faq-item:first-child {
    border-top: 1px solid rgba(7, 55, 126, 0.2);
}
.yc-faq-item {
    border-bottom: 1px solid rgba(7, 55, 126, 0.2);
}
.yc-faq-item h2{
    color: #000;
    font-weight: 700;
    font-size: 22px;
    padding: 24px 0;
    cursor: pointer;
    padding-right: 40px;
    position: relative;
    letter-spacing: 0.5px;
    margin-top: 0;
    margin-bottom: .5rem;
}
.collapse:not(.show) {
    display: block;
}
.yc-faq-item p {
    font-size: 16px;
    letter-spacing: 0.5px;
    padding-bottom: 10px;
    color: #4d4d4d;
    margin-bottom: 0;
    margin-top: 0;
}
.yc-faq-item p:last-child{
    padding-bottom: 20px;
}
.yc-faq-item ul{
    padding-bottom: 20px;
}
.yc-faq-item ul li {
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #4d4d4d;
    list-style: disc;
    margin-left: 20px;
    line-height: 24px;
}
.yc-faq-item h2.collapsable:before {
    display: block;
    content: '+';
    height: 40px;
    width: 40px;
    background-image: none !important;
    position: absolute;
    bottom: 20px;
    right: 0px;
    background: #07377E;
    text-align: center;
    color: #fff;
    line-height: 30px;
    border-radius: 10px;
    font-size: 44px;
    border: 0;
    box-sizing: border-box;
}
.yc-faq-item h2.expanded:before {
    display: block;
    content: '-';
    height: 40px;
    width: 40px;
    background-image: none !important;
    position: absolute;
    bottom: 20px;
    right: 0px;
    text-align: center;
    color: #07377E;
    line-height: 20px;
    border-radius: 10px;
    font-size: 44px;
    border: 4px solid #07377E;
    background: #fff;
    box-sizing: border-box;
}
.yc-faq-item .content {
    padding: 0;
}
.yc-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.yc-info-row {
    margin-bottom: 80px;
}
.justify-content-center{
    justify-content: center;
}
.align-items-center {
    align-items: center;
}
.yc-info-img-wrap {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    box-sizing: border-box;
    padding-right: 75px;
}
.yc-info-text-wrap {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    box-sizing: border-box;
}
.alt-yc-info-row .yc-info-text-wrap {
    order: -1;
}
.alt-yc-info-row .yc-info-img-wrap {
    padding-right: 0;
    padding-left: 75px;
}
.yc-info-text-wrap h1 {
    font-size: 32px;
    letter-spacing: .2px;
    color: #000;
    font-weight: 700;
}
.yc-info-btn {
    color: #253342 !important;
    background: #ffc900;
    padding: 10px 30px;
    border-radius: 30px;
    display: inline-block;
    min-width: 150px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    border: 0;
}
.yc-info-text-wrap p {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 25px;
}
.yc-product-item-col {
    flex: 0 0 auto;
    width: 33.3333333333%;
    box-sizing: border-box;
    padding: 0 65px;
}
.yc-product-item {
    box-sizing: border-box;
    display: block;
    margin-bottom: 40px;
    transition: all .3s;
    border-radius: 10px;
}
.yc-product-item:hover {
    box-shadow: 0 .25rem .5rem 0 rgba(14, 31, 53, .161), 0 -.25rem 1rem 0 hsla(0, 0%, 100%, .239);
}
.yc-p-top-content {
    background: linear-gradient(135deg, #0b1fd9 0%, #2a3fd6 40%, #5f6fb0 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    aspect-ratio: 7 / 5;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.yc-hub-img-content {
    background: linear-gradient(135deg, #0b1fd9 0%, #2a3fd6 40%, #5f6fb0 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    aspect-ratio: 7 / 5;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.yc-modal-img-content {
    background: linear-gradient(135deg, #0b1fd9 0%, #2a3fd6 40%, #5f6fb0 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    aspect-ratio: 7 / 5;
    border-radius: 10px;
}

.yc-p-img-wrap {
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    aspect-ratio: 7 / 5;
    display: flex;
}
.yc-p-img-wrap img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.yc-p-value {
    color: #fff;
    font-size: 50px;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 15px;
}
.yc-p-value.discount{
    font-size: 45px;
}
.yc-p-value.unlimited{
    font-size: 40px;
}
html[lang=en] .yc-p-value.discount {
    font-size: 40px;
}
html[lang=en] .yc-p-value.unlimited {
    font-size: 35px;
}
.yc-p-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 0 15px;
}
.yc-p-bottom-content {
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.yc-p-summary {
    color: #828282;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    min-height: 80px;
    margin-bottom: 15px;
}
.yc-p-footer-wrap {
    display: flex;
    padding-top: 10px;
    justify-content: space-between;
    align-items: center;
}
.yc-point-value {
    font-size: 25px;
    color: #000;
    font-weight: 800;
}
.yc-point-label {
    color: #828282;
    font-size: 12px;
    font-weight: 500;
}
.c-yc-tabs-wrap{
    margin-top: 40px;
}
.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 20px 16px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-select.sort {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath fill='%23343a40' d='M6.293 4.293a1 1 0 0 1 1.414 0l4 4a1 1 0 0 1-1.414 1.414L8 7.414V19a1 1 0 1 1-2 0V7.414L3.707 9.707a1 1 0 0 1-1.414-1.414zM16 16.586V5a1 1 0 1 1 2 0v11.586l2.293-2.293a1 1 0 0 1 1.414 1.414l-4 4a1 1 0 0 1-1.414 0l-4-4a1 1 0 0 1 1.414-1.414z'/%3E%3C/svg%3E");
    background-size: 22px;
}
.yc-filter-parent {
    display: flex;
    justify-content: space-between;
    padding-left: 500px;
    padding-right: 500px;
    margin-right: -500px;
    margin-left: -500px;
    background: #f1f3f6;
    border: 1px solid rgba(189, 189, 189, .2);
}
.yc-filter-bar {
    display: flex;
}
.yc-filter-select select {
    height: auto;
    font-size: 15px;
    letter-spacing: .5px;
    font-weight: 600;
    padding: 20px 15px;
    border: 0;
    color: #000;
    outline: 0 !important;
    background-color: transparent;
    border-right: 1px solid rgba(189, 189, 189, .3);
    border-radius: 0;
    min-width: 200px;
}
.yc-filter-select select option {
    font-size: 18px;
}
.yh-user-info-wrap {
    display: flex;
    align-items: center;
}
.yc-hub-login-wrap {
    display: flex;
    align-items: center;
}
.yc-hub-login-text {
    font-weight: 600;
    color: #000;
    margin-right: 15px;
    font-size: 15px;
}
.yc-login-btn {
    min-width: 100px;
    padding: 12px 30px;
}
.c-yc-tab-item .dockable.dockable-docked {
    z-index: 9;
}
.yc-h-not-allowed {
    font-weight: 500;
    color: #000;
    font-size: 15px;
}
.yh-user-points-wrap {
    display: flex;
    align-items: center;
}
.yc-user-points {
    background: #ffc900;
    font-size: 24px;
    font-weight: 800;
    color: #000;
    padding: 15px;
}
.yc-detail-section .hero-module .hero-content{
    width: 55%; 
}
.yc-detail-section .hero-module h1 {
    margin-top: 40px;
    font-size: 42px;
    letter-spacing: 0;
    font-weight: 800;
    line-height: 45px;
    color: #000;
}
p.yc-detail-desc{
    font-weight: 500;
}
.yc-detail-points-wrap {
    margin-bottom: 25px;
    background: rgba(223, 227, 234, 0.44);
    max-width: 220px;
    text-align: center;
    border-radius: 6px;
    padding: 0px 10px;
    box-sizing: border-box;
}
.yc-detail-points-value {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    margin-right: 5px;
}
.yc-detail-points-label {
    font-size: 14px;
    font-weight: 500;
}
.yc-detail-apply-btn {
    min-width: 220px;
    padding: 15px 30px;
    box-sizing: border-box;
    transition: all .3s;
}
.yc-detail-apply-btn:hover{
    border-radius: 10px;
}
.yc-modal {
    max-width: 600px;
    box-shadow: unset;
    border: 0;
}
.yc-modal.fade.in, .yc-modal.in {
    top: 20%;
}
.yc-modal-btn-wrap{
    padding: 20px 0;
}
.yc-modal-error-title {
    color: #2D3F49;
    font-weight: 700;
    font-size: 18px;
    padding: 12px 0;
}
.yc-modal-error-desc {
    font-size: 14px;
    font-weight: 400;
}
.yc-modal-img-content {
    margin: 20px 80px;
}
.yc-modal-img-parent {
    margin: 20px 80px;
}
.yc-modal-img-content.error {
    margin-top: 40px;
}
.yc-modal-img-parent.error {
    margin-top: 40px;
}
.yc-modal .modal-body {
    max-height: unset;
}
.yc-modal-title {
    font-size: 26px;
    color: rgba(12, 75, 160, 1);
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
}
.yc-modal-btns-wrap {
    padding: 20px 0;
    display: flex;
    justify-content: center;
    gap: 15px;
}
.yc-modal-confirm-text {
    font-size: 16px;
    color: #000;
    padding: 10px 0;
}
.yc-modal-confirm-text span {
    font-weight: 700;
}
.yc-cancel-btn {
    color: #232323 !important;
    min-width: 180px;
    background: rgba(216, 216, 216, 1);
    font-weight: 500;
    padding: 12px 30px;
}
.yc-modal-buy-btn {
    min-width: 180px;
    color: #232323 !important;
    font-weight: 500;
    padding: 12px 30px;
}
.cselect{
    position:relative;
    width:100%;
}
.cselect__btn {
    font-size: 15px;
    letter-spacing: .5px;
    font-weight: 600;
    padding: 20px 15px;
    border: 0;
    color: #000;
    outline: 0 !important;
    background-color: transparent;
    border-right: 1px solid rgba(189, 189, 189, .3);
    border-radius: 0;
    min-width: 200px;
    height: 100%;
    width: 100%;
    text-align: left;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 20px 16px;
}
.cselect__btn.sort {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath fill='%23343a40' d='M6.293 4.293a1 1 0 0 1 1.414 0l4 4a1 1 0 0 1-1.414 1.414L8 7.414V19a1 1 0 1 1-2 0V7.414L3.707 9.707a1 1 0 0 1-1.414-1.414zM16 16.586V5a1 1 0 1 1 2 0v11.586l2.293-2.293a1 1 0 0 1 1.414 1.414l-4 4a1 1 0 0 1-1.414 0l-4-4a1 1 0 0 1 1.414-1.414z'/%3E%3C/svg%3E");
    background-size: 22px;
}
.cselect__menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-bottom-left-radius: 6px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
    display: none;
    max-height: 280px;
    overflow: auto;
    z-index: 9999;
    border-bottom-right-radius: 6px;
    outline: 0 !important;
}
.cselect.is-open .cselect__menu{ 
    display:block;
}
.cselect__opt {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 12px 15px;
    cursor: pointer;
    font-size: 15px;
    color: #000;
    text-align: left;
    letter-spacing: .5px;
}
.cselect__opt:hover {
    background: #f5f6f8;
}
.cselect__opt.is-selected{
    background:#f1f3f6;
    font-weight:600;
}
.cselect__opt[aria-disabled="true"]{
    opacity:.45;
    cursor:not-allowed;
}
@media screen and (max-width: 1025px) {
    .yc-product-item-col{
        padding: 0 30px;
    }
}
@media screen and (max-width: 600px) {
    .yc-filter-select select option {
        font-size: 16px;
    }
}