.break-all {
    word-break: break-all;
}

.woocommerce-account .care-body {
    background: #FAFAFA;
    margin-top: -15px;
}

.woocommerce-account .care-body .care-body-outer {
    padding-top: 100px;
}

button.loading:after {
    right: 40% !important;
    left: 40% !important;
    top: 25% !important;
}


.timeline-time {
    font-size: 13px !important;
    padding-right: 0 !important;
}

.product-info {
    position: relative;
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    vertical-align: middle;
    height: auto;
    width: 100%;
    padding: 8px;
    overflow: hidden;
    /* background-color: #FFFFFF;*/
}

.product-thumb {
    //border-radius: 8px;
    margin: 6px 12px;
    overflow: hidden;
    height: 211px;
}

.product-info .product-link {
    display: flex;
    flex-flow: column;
    -webkit-box-flex: 1;
    flex-grow: 1;
    text-align: left;
}

.product-info .product-name {
    color: rgba(35, 65, 91, 1);
    max-width: 100%;
    max-height: 100%;
    white-space: pre-wrap;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
}

.product-info .product-price,
.product-info>span.price {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    color: rgba(35, 65, 91, 1);
    opacity: 1;
    align-items: flex-end;
    margin-bottom: 4px;
    font-family: Nunito;
    font-size: 16px;
    font-weight: 800;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
}

.product-info .product-discount-info {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 4px;
}

.product-info .product-discount-info .product-discount {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex: 0 0 30px;
    height: 20px;
    color: rgba(194, 40, 60, 1);
    background-color: rgba(255, 222, 222, 1);
    border-radius: 3px;
    margin: 0px 4px 0px 0px;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    padding: 4px 5px;
}

.product-info .product-discount-info .product-slash {
    color: rgba(146, 146, 146, 1);
    text-decoration: line-through;
    max-width: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: Nunito;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
}

.product-info .product-data {
    position: relative;
    margin-top: 12px;
}

.product-info .product-data .product-location {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: rgba(49, 53, 59, 0.54);
    margin-bottom: 4px;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
}

.product-info .product-data .shop-badge {
    position: relative;
    display: flex;
    flex: 0 0 20px;
    height: 16px;
    margin-right: 2px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../../images/svg/location-pink.svg);
}

.product .product-name.woocommerce-loop-product__title {
    height: 35px;
}

.product .price .product-info {
    padding: 0;
}

.product span.price {
    height: 55px;
}

.lima-products.sale span.product-sold {
    color: #ffffff;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../images/png/terjual.png);
    padding: 2px 20px 2px 20px;
    border-radius: 20px;
}

.lima-products.sale span.product-sold strong {
    color: #ffffff;
    font-weight: normal;
}

.shop-data span {
    height: auto;
    transition: transform 0.3s ease 0s;
    transform: translateY(0px);
    color: rgba(35, 65, 91, 1);
}

.shop-data .shop-location {
    display: block;
}

.shop-data .shop-name {
    display: none;
}

.product-item-inner:hover .shop-data .shop-location {
    display: none;
}

.product-item-inner:hover .shop-data .shop-name {
    display: block;
}

.product-more-option {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 4px;
}

.product-more-option .more-btn-tree {
    border-radius: 16px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    transform: translate(4px, 4px);
    position: absolute;
    bottom: 8px;
    right: 8px;
    overflow: hidden;
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.product-basic-title {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0px, 250px) minmax(0px, 250px) auto;
    grid-gap: 20px;
    margin-bottom: 20px;
}

.lima-discount-countdown {
    font-size: 1.2rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #c2283c;
    overflow: hidden;
    overflow-wrap: break-word;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0px;
}

.lima-discount-countdown .lima_time {
    display: inline-flex;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.lima_count .days.box {
    margin-right: 10px;
    font-weight: 500;
}

.lima_count .hours.box,
.lima_count .minutes.box,
.lima_count .seconds.box {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0px 6px;
    background: #d6001c;
    border-radius: 4px;
    color: #ffffff;
    padding: 3px 6px;
    line-height: normal;
}

.product-basic-title .lima-show-link a {
    font-size: 1.14286rem;
    color: var(--1stcolor);
    -webkit-box-pack: center;
    justify-content: right;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    padding: 0;
    font-weight: 500;
    line-height: 1.5rem;
    text-align: right;
}

.product-basic-title .lima-show-link a:after {
    content: " ";
    display: inline-block;
    margin-left: 5px;
    background: url(../../images/svg/Icon-Chevron-Right-A.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 18px;
    height: 24px;
    transition-duration: .3s;
}

.product-basic-title .lima-widget-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-align-items: baseline;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    overflow: hidden;
}

.product-basic-title .lima-widget-title h2 {
    flex: 1 1 auto;
    font-size: 1.5rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 3rem;
    letter-spacing: normal;
    text-align: left;
    color: rgba(49, 53, 59, 0.96);
    overflow: hidden;
    overflow-wrap: break-word;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0px;
}

.product-basic-title .lima-show-link {
    display: flex;
    flex: 0 0 auto;
    flex-flow: column;
    overflow: hidden;
    margin: 10px 0px;
}

.product-item-wrap {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    min-height: 360px;
    margin-bottom: 10px;
    box-shadow: 0px 3px 12px 0px rgba(35, 65, 91, 0.1);
    background-color: rgba(255, 255, 255, 1);
}

.product-item-inner {
    position: relative;
}

.dilayani-care-dokter {
    background-color: rgba(255, 242, 242, 1);
}

.verfied-seller {
    background-color: rgba(235, 246, 244, 1);
}

.merchant-tier {
    position: absolute;
    height: 24px;
    top: 12px;
    border-radius: 0px 0px 12px 0px;
    padding: 0px;
    z-index: 10;
    box-shadow: 0px 3px 5px 0px rgba(35, 65, 91, 0.15);
    display: inline-block;
}

.tier-chip {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
}

.dilayani-care-dokter .tier-text {
    color: var(--1stcolor);
}

.verfied-seller .tier-text {
    color: rgba(72, 150, 131, 1);
}

.tier-text {
    height: 24px;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    vertical-align: top;
    flex-wrap: nowrap;
    padding: 4px 8px;
    text-overflow: ellipsis;
    transition: all 200ms cubic-bezier(0.63, 0.01, 0.29, 1) 0s;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

.merchant-tier.star-seller,
.badge-star-seller {
    background: #FFF7EC;
    color: #E68D0B !important;
}



/**
** Breadcrumb
**/
.pa-term-breadcrumb {
    box-shadow: 0px 3px 12px 0px rgba(35, 65, 91, 0.1);
    background: rgba(255, 255, 255, 1);
    padding: 12px 24px;
    border-radius: 6px;
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0px !important;
    color: rgba(35, 65, 91, 1);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
}

.woocommerce .woocommerce-breadcrumb a.detail-breadcrumb::after {
    content: "";
    width: 24px;
    height: 24px;
    background-size: 14px 14px;
    background-image: url(../../images/svg/Chevronsnext.svg);
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    padding: 0px 4px;
    margin: 0px 8px;
}

.woocommerce .woocommerce-breadcrumb a.detail-breadcrumb {
    color: var(--1stcolor);
}

.woocommerce .woocommerce-breadcrumb a.detail-breadcrumb:hover {
    color: rgba(35, 65, 91, 1);
}

.woocommerce-message {
    display: block;
    position: relative;
    padding: 16px;
    box-shadow: 0 1px 6px 0 rgba(49, 53, 59, 0.12);
    background-color: var(--1st, #FFFFFF);
    cursor: default;
    border-radius: 8px;
    margin: 16px 28px 28px;
    border: none;
    color: rgba(0, 0, 0, .54);
    min-height: 60px;
    line-height: 26px;
}

.woocommerce-message::before {
    content: "";
    color: #ffffff;
}

.woocommerce-message::after {
    content: " ";
    display: inline-block;
}

.woocommerce-message a.button {
    width: auto;
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 1rem;
    line-height: 20px;
    text-indent: initial;
    background-color: var(--1stcolor, #03AC0E);
    border: none;
    border-radius: 8px;
    display: inline-block;
    outline: none;
    cursor: pointer;
    position: relative;
    padding: 4px 16px;
    transition: background-color 300ms ease 0s;
}

.woocommerce-message a.button:hover {
    color: rgb(255, 255, 255);
    background-color: var(--2ndcolor, #03AC0E);
}

/**
** Poduct Rating
**/
.product-rating {
    color: #adadad;
    display: grid;
    grid-template-columns: repeat(2, minmax(40px, 200px));
    grid-gap: 0px;
    align-items: center;
    margin-top: 12px;
}

.product-rating .rating-count {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: rgba(35, 65, 91, 1);
    overflow: hidden;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
}

i.rating-star {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    background-image: url(../../images/svg/Star.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px;
    margin-left: 3px;
}

.total-sales span.product-sold strong {
    color: rgba(35, 65, 91, 1);
    margin-right: 4px;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
}

.total-sales {
    text-align: right;
}

span.rating-space {}

span.product-sold {
    /* font-size: 0.85rem; */
    /* font-weight: normal; */
    /* line-height: normal; */
    height: auto;
    margin-bottom: 0px;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
    color: rgba(146, 146, 146, 1);
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
}

/**
** Product single info
**/
.woocommerce div.product form.cart div.quantity,
.product-quantity div.quantity {
    margin-top: 4px;
    margin-bottom: 0px;
    display: inline-block;
}

.woocommerce div.product form.cart div.quantity .quantity-inner,
.product-quantity div.quantity .quantity-inner {
    display: flex;
}

.woocommerce div.product form.cart div.quantity .quantity-inner .btn-number[disabled="disabled"] svg,
.product-quantity div.quantity .quantity-inner .btn-number[disabled="disabled"] svg {
    fill: #BFC9D9;
    transition: fill 0.3s ease 0s, border-bottom;
}

.woocommerce div.product form.cart div.quantity .quantity-inner .btn-number,
.product-quantity div.quantity .quantity-inner .btn-number {
    width: 20px;
    height: 20px;
    display: inline-block;
    outline: 0px;
    border: 0px;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    top: -3px;
    cursor: pointer;
    padding: 0px;
}

.woocommerce div.product form.cart div.quantity .quantity-inner .qty,
.product-quantity div.quantity .quantity-inner .qty {
    vertical-align: top;
    display: inline-block;
    max-width: 90px;
    min-width: 25px;
    width: 55px;
    text-align: center;
    border: 0px;
    font-size: 14px;
    border-radius: 0px;
    padding: 0px 0px 3px;
    appearance: none;
    box-sizing: border-box;
    color: rgba(49, 53, 59, 0.68);
    user-select: auto;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    border-bottom: 1px solid rgb(243, 243, 243);
}

.single-product-summary .left-single-product-summary div.images {
    width: 100% !important;
}

.single-product-summary .product_title {
    margin: 0px 0px 4px;
    font-weight: bold;
    font-size: 1.28571rem;
    line-height: 24px;
    color: rgba(49, 53, 59, 0.96);
    word-break: break-word;
}

.single-product-summary .product-rating {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 16px;
}

.single-product-summary .rating-count,
.single-product-summary .product-sold {
    font-size: 1rem;
    line-height: 20px;
    color: #393d43;
}

.single-product-summary .rating-space {
    background: #6D7588;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin: 2px 10px 0px;
}

.single-product-summary .review-count,
.single-product-summary .product-sold span {
    font-size: 1rem;
    line-height: 20px;
    color: rgba(0, 0, 0, .54);
    padding-left: 2px;
}

.single-price .product-price {
    margin-bottom: 4px;
    font-size: 2rem;
    line-height: 34px;
    font-weight: bold;
    color: rgba(49, 53, 59, 0.96);
}

.single-price .product-discount-info {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.single-price .product-discount {
    padding: 2px 4px;
    font-size: 10px;
    line-height: 16px;
    background-color: rgb(255, 234, 239);
    color: var(--1stcolor);
    border-radius: 3px;
    font-weight: 600;
}

.product-slash {
    margin: 0px 8px 0px 4px;
    display: inline-block;
    color: rgba(49, 53, 59, 0.68);
    text-decoration-line: line-through;
}

.product-info-summary .woocommerce-tabs ul.tabs {
    display: flex;
    position: relative;
    white-space: nowrap;
    background-color: #FFFFFF;
    overflow: auto hidden;
    min-height: 38px;
    border-top: 1px solid #E5E7E9;
    border-bottom: 1px solid #E5E7E9;
}

.product-info-summary .woocommerce-tabs ul.tabs li {
    border: none !important;
    border-radius: unset !important;
    background-color: #ffffff !important;
}

.product-info-summary .woocommerce-tabs ul.tabs li::after,
.product-info-summary .woocommerce-tabs ul.tabs li::before {
    border: none !important;
    width: 0 !important;
    height: 0 !important;
}

.product-info-summary .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    z-index: 2;
    border-bottom: 3px solid var(--1stcolor) !important;
}

.product-info-summary .woocommerce-tabs ul.tabs li.active a {
    color: var(--1stcolor) !important;

}

.product-info-summary .woocommerce-tabs ul.tabs li a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    height: 38px;
    font-size: 1rem !important;
    font-weight: 700;
}

.product-info-summary .product_meta a {
    color: var(--1stcolor);
    font-weight: bold;
}

.woocommerce div.product .single-product-cart form.cart .button {
    vertical-align: middle;
    float: left;
    width: 100%;
    height: 40px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 1rem;
    line-height: 20px;
    text-indent: initial;
    background-color: var(--1stcolor);
    border: none;
    border-radius: 8px;
    display: block;
    outline: none;
    cursor: pointer;
    position: relative;
    padding: 0px 16px;
    transition: background-color 300ms ease 0s;
    margin: 8px 0px;
}

.woocommerce div.product .single-product-cart form.cart .button:hover {
    background-color: #df1a72;
}

.woocommerce div.product .single-product-cart p.stock {
    font-size: 1em;
    color: rgba(49, 53, 59, 0.96);
    line-height: 20px;
    margin: 10px 0px 0px 0px;
}

.woocommerce div.product .single-product-cart h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: rgba(49, 53, 59, 0.96);
    text-align: left;
    margin: 0 0 12px 0;
}

.shop-credibility .shop-credibility-line {
    background: #e5e7e9;
    height: 1px;
    margin: 16px 0;
}

.shop-credibility .shop-credibility-wrap>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.shop-credibility .shop-profil {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.shop-credibility .shop-profil img {
    width: 48px;
    height: 48px;
    margin: 0px 12px 0px 0px;
    object-fit: contain;
    border-radius: 50%;
}

.shop-credibility .profil-badge {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 4px;
}

.shop-credibility .profil-badge img {
    height: 16px;
    width: 16px;
    margin-right: 4px;
}

.shop-credibility .profil-badge h2 {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #31353B;
    margin: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.shop-credibility .profil-address {
    font-size: 14px;
    line-height: 20px;
    color: rgba(49, 53, 59, 0.96);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.shop-credibility .profil-address img {
    height: 16px;
    width: 16px;
    margin-right: 4px;
}

.shop-credibility .shop-credibility-rating {
    margin-top: 4px;
    padding-left: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.shop-credibility .profil-rating {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: rgba(49, 53, 59, 0.96);
}

.shop-credibility .profil-rating img {
    margin-right: 8px;
    height: 14px;
    width: 14px;
}

/*.shop-credibility .profil-rating:after {
    content: "";
    background-color: rgb(229, 231, 233);
    display: inline-block;
    height: 22px;
    margin: 0px 12px;
    vertical-align: middle;
    width: 1px;
}*/
.shop-credibility .profil-work {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: rgba(49, 53, 59, 0.96);
}

.shop-credibility .profil-work img {
    margin-right: 6px;
    height: 16px;
    width: 16px;
}

.shop-credibility .profil-rating span.star-rating {
    display: none;
}

/**
** woocommerce review
**/
.woocommerce #reviews #comments ol.commentlist li {
    margin: 0;
    padding: 24px 0px;
    border-bottom: 1px solid #E5E7E9;
}

.woocommerce #reviews #comments h2 {
    display: none;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 48px;
    height: 48px;
    margin-right: 20px;
    position: relative;
    padding: 0;
    border: none;
    object-fit: cover;
    border-radius: 50%;
}

.woocommerce #reviews #comments ol.commentlist li+li {
    margin-top: 0;
}

.woocommerce #reviews #comments ol.commentlist {
    padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li+li {
    margin-top: 30px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    border: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
    margin: 0 0 5px 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 12px;
    margin-bottom: 10px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
    font-size: 16px;
    color: #23415b;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .description p {
    margin-bottom: 20px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .description p:last-child {
    margin: 0;
}

.woocommerce #reviews #review_form_wrapper {
    margin-top: 60px;
}

.woocommerce #reviews h3 {
    margin-bottom: 30px;
}

.woocommerce #review_form #respond p.comment-form-rating {
    margin-bottom: 15px;
}

.woocommerce #reviews #comment {
    height: 150px;
}

.woocommerce #reviews .comment-form {
    margin: 0;
}

.woocommerce #reviews .comment-form .comment-notes,
.woocommerce #reviews .comment-form .form-submit,
.woocommerce #reviews .comment-form .logged-in-as {
    padding: 0;
}

.woocommerce #review_form #respond .form-submit input {
    padding: 7px 20px;
    width: 100%;
}

.woocommerce #respond input#submit {
    display: inline-block;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    text-transform: uppercase;
    border: 2px solid;
    padding: 1px 18px !important;
    font-size: 12px;
    background-color: var(--2ndcolor);
    border-color: var(--2ndcolor);
    color: #FFFFFF;
    line-height: 2;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.woocommerce #respond input#submit:hover {
    background-color: var(--1stcolor);
    border-color: var(--1stcolor);
    color: #fff;
}

.woocommerce .products .star-rating,
.woocommerce .star-rating {
    float: none;
    font-size: 12px;
    width: 85px;
    height: 14px;
    letter-spacing: 5px;
}

.woocommerce .products .star-rating:before,
.woocommerce .star-rating:before {
    color: #cfcfcf;
    content: "\53\53\53\53\53";
}

.woocommerce .products .star-rating span,
.woocommerce .star-rating span {
    color: #ffb600;
}

.woocommerce #review_form #respond p a {
    color: #ffb600;
}

.comment-reply-title {
    display: block;
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.woocommerce #reviews #comments ol.commentlist ul.children {
    list-style: none outside;
    margin: 18px 0 0 70px;
    padding: 12px 16px;
    border-radius: 16px;
    background-color: #F3F4F5;
}

.woocommerce #reviews #comments ol.commentlist ul.children li {
    margin: 0;
    padding: 10px 0px;
    border-bottom: none;
}

table.variations tr th,
table.variations tr td {
    width: 100%;
    display: block;
    text-align: left;
}

.woocommerce div.product form.cart .variations select {
    float: left;
    width: 70px;
    height: 35px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--1stcolor);
    background: none;
    outline: none;
    border: none;
    -webkit-box-align: center;
    align-items: center;
    border: solid 1px #BFC9D9;
    border-radius: 4px;
    padding: 3px 10px;
    transition: border 120ms cubic-bezier(0.2, 0.64, 0.21, 1) 0s;
}

.woocommerce div.product form.cart .variations label {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: rgba(49, 53, 59, 0.96);
    text-align: left;
    margin: 0 0 12px 0;
}

/**
**Archive Product
**/
.pa-term-title {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 40px 5px 5px 0px;
    FONT-WEIGHT: 200;
}

.pa-term-icon {
    margin: 4px 12px 4px 4px;
}

.pa-term-content {
    min-width: 0px;
    flex: 1 1 0%;
}

.pa-term-content h3 {
    color: rgba(35, 65, 91, 1);
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 0px;
}

.pa-cat-slider {
    margin-top: -180px;
    margin-bottom: 20px;
}

.pa-subcategory .sf-quick-items {
    max-width: calc(100% - 130px) !important;
}

.pa-subcategory .sf-next-btn {
    right: 30px;
}

.pa-title h3 {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #23415B;
    padding: 10px;
}

.term-icon {
    width: 42px;
    height: 42px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0;
    overflow: hidden;
    display: block;
    position: relative;
    padding: 10px;
}

.product-listing.woocommerce.clearfix {
    position: relative;
    float: left;
}

section.related.products {

    padding: 2px;
    margin-bottom: 50px;
}

.lima-woocommerce-sidebar {
    background: #f1f1f1;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
}

.woocommerce .woocommerce-ordering select {
    color: rgba(49, 53, 59, 0.96);
    background: none;
    outline: none;
    -webkit-box-align: center;
    align-items: center;
    border: solid 1px #BFC9D9;
    border-radius: 4px;
    padding: 6px;
    transition: border 120ms cubic-bezier(0.2, 0.64, 0.21, 1) 0s;
}

.woocommerce .woocommerce-result-count {
    margin: 0 0 1em;
    color: rgba(0, 0, 0, .54);
    background: none;
    padding: 6px;
}

.dokan-store-wrap .dokan-store-sidebar {
    background: #f1f1f1;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
}

/**
**mini cart
**/
.cart-overlay-header {
    position: absolute;
    top: 50px;
    left: -50px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 0px 10px 10px;
    box-shadow: rgb(0 0 0 / 12%) 0px 2px 8px 0px;
    transform: translate3d(0px, 0px, 0px);
    width: 400px;
    z-index: 10001;
    overflow: hidden;
    padding: 0px;
    animation-name: animation-1b9fd8r;
    animation-duration: 0.4s;
    height: auto;
}

.cart-header-wrapper {
    display: flex;
    flex-direction: column;
}

.cart-header-info {
    display: flex;
    font-size: 14px;
    font-weight: 800;
    background-color: rgb(255, 255, 255);
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 1px solid rgb(229, 231, 233);
    padding: 16px 0px 8px;
    margin: 0px 16px;
}

.cart-header-count {
    color: rgba(0, 0, 0, 0.7);
    font-size: inherit;
    line-height: 20px;
    margin-right: auto;
}

.cart-header-text {
    color: var(--1stcolor);
    font-size: 12px;
    line-height: 16px;
    margin-left: auto;
}

.cart-header-text a {
    color: var(--1stcolor);
    font-size: 12px;
    line-height: 16px;
    margin-left: auto;
}

.cart-header-list {
    max-height: 295px;
    overflow: auto;
}

.product-cart-list {
    font-size: 14px;
    color: rgba(49, 53, 59, 0.96);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-decoration: none;
    border-bottom: 1px solid rgb(229, 231, 233);
    padding: 8px 0px;
    margin: 0px 16px;
    transition: color 280ms ease 0s;
}

.product-cart-image {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    margin: 4px 12px 4px 4px;
}

.product-cart-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-cart-content {
    min-width: 0px;
    flex: 1 1 0%;
}

.product-cart-title {
    font-weight: 700;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}

.product-cart-title:hover a {
    color: var(--1stcolor);
}

.product-cart-qty {
    color: rgba(49, 53, 59, 0.96);
    font-size: 10px;
    line-height: 16px;
    display: block;
    margin-top: 2px;
}

.product-cart-price {
    color: var(--2ndcolor);
    font-weight: 700;
    line-height: 20px;
    margin-left: 8px;
}

.cart-header-overlay {
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: 1;
    position: fixed;
    top: 0px;
    left: 0px;
    overflow: hidden;
    z-index: 10000;
    will-change: opacity;
    transition: opacity 300ms cubic-bezier(0, 0, 0.3, 1) 0s;
}

.limaclick-overlay {
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: 1;
    position: fixed;
    top: 0px;
    left: 0px;
    overflow: hidden;
    z-index: 1;
    will-change: opacity;
    transition: opacity 300ms cubic-bezier(0, 0, 0.3, 1) 0s;
}

.limaclick-overlay {
    visibility: hidden;
}

.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: 0.202em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: 1.5em;
    left: 1.5em;
    margin: 0;
    background-color: var(--1stcolor);
    color: #fff;
    font-size: .857em;
    z-index: 9;
    border-radius: 8px;
}

/**
**My account page
**/

.woocommerce-account .woocommerce-MyAccount-navigation {
    grid-area: account_navigation;
    width: 250px !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    display: block;
    box-shadow: 0px 3px 12px 0px #23415B1A !important;
    border-radius: 24px !important;
    background: #FAFAFA !important;
}

.woocommerce-account nav.woocommerce-MyAccount-navigation.care-myaccount ul li {
    margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-content {
    grid-area: account_content;
    width: 100%;
}

.woocommerce-account h1.entry-title {
    display: none;
}

.woocommerce-info {
    border-top: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    background-color: rgb(243 244 245 / 50%);
}

.woocommerce a.button,
.woocommerce button.button {
    background: var(--1stcolor);
    color: #ffffff;
    font-weight: 600;
    border-radius: 8px;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover {
    background: var(--2ndcolor);
    color: #ffffff;
}

.woocommerce-account .addresses .title h3 {
    text-transform: uppercase;
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 1rem;
    line-height: 20px;
    color: rgba(49, 53, 59, 0.68);
    text-decoration: initial;
    margin-bottom: 24px;
}

.woocommerce-account .addresses .title .edit {
    float: right;
    display: block;
    position: relative;
    font-size: 1rem;
    line-height: 20px;
    color: var(--1stcolor);
    text-decoration: initial;
    margin: 14px 0px 24px 0px;
}

.my-pesanan #btn-filter-pesanan {
    font-size: 12px;
    border-radius: 24px !important;
    height: 32px;
}

.my-pesanan #urutan-pesanan {
    border-radius: 24px;
    font-size: 12px;
}

.my-pesanan .section-filter #owl-carousel-text-filter .item {
    padding-right: 20px;
    padding-left: 10px;
}

.my-pesanan .item-filter {
    font-size: 12px;
    position: relative;
}

.my-pesanan .item-filter a {
    position: absolute;
    right: -14px;
    top: -1px;
}


.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
    color: rgba(49, 53, 59, 0.96);
    border: none;
    outline: none;
    height: auto;
    font-size: 14px;
    padding: 8px;
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0px 1px 6px var(--color-shadow, rgba(49, 53, 59, 0.12));
    line-height: 1.5;
}

.woocommerce form .form-row .select2-container {
    border: none !important;
}

.woocommerce form .form-row .select2-container--default .select2-selection--single {
    color: rgba(49, 53, 59, 0.96);
    border: none;
    outline: none;
    height: auto;
    font-size: 14px;
    padding: 8px;
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0px 1px 6px var(--color-shadow, rgba(49, 53, 59, 0.12));
    line-height: 1.5;
}

.woocommerce form .form-row .select2-dropdown {
    background-color: #fff;
    border: 1px solid rgba(49, 53, 59, 0.12);
}

.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: 6px;
    position: absolute;
    top: 50%;
    width: 0;
}

.woocommerce-account .woocommerce-MyAccount-content fieldset {
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(224, 224, 224);
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: var(--1stcolor);
    -webkit-transition: background-color 300ms;
    transition: background-color 300ms;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: var(--2ndcolor);
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #F3F4F5;
    border-radius: 5px;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    margin: 0;
    list-style: none outside;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom: 6px solid rgb(219 220 222);
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: rgb(219 220 222);
    color: #515151;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid rgb(219 220 222);
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -0.75em;
    left: 0;
    margin: -1em 0 0 2em;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
    padding: 1em;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.kuota-paket_treatment {
    font-size: 12px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 4px;
    border: 1px solid var(--1stcolor);
    border-left: 2px solid var(--1stcolor);
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    padding: 0px 10px 0px 5px;
}

.kuota-paket_treatment svg {
    height: 16px;
    width: 16px;
    background-size: 16px;
    background-position: 50%;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0px 3px 0;
}

/**
** daftar alamat
**/
.header-alamat {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.alamat-title h1 {
    font-size: 1.42857rem;
    font-weight: 600;
    color: rgba(49, 53, 59, 0.96);
    margin-bottom: 12px;
}

.daftar-alamat-item,
.pilih-alamat-item {
    margin: 16px 4px 4px !important;
    padding: 16px 24px;
    border-radius: 8px;
    box-shadow: 0 1px 6px 0 rgb(49 53 59 / 12%);
    background-color: #FFFFFF;
    cursor: default;
    position: relative;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    color: #212121;
}

.da-content {
    padding: 0px 16px;
}

.da-name {
    position: relative;
    font-weight: 600;
    font-size: 1.14286rem;
    line-height: 18px;
    letter-spacing: 0px;
    color: var(--primary-biru-care-dokter);
    text-decoration: initial;
    margin: 0px;
}

.alamat-utama {
    position: relative;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 700;
    border-radius: 3px;
    line-height: 16px;
    padding: 0px 8px;
    height: 20px;
    font-size: 0.714286rem;
    margin: 0px;
    overflow: initial;
    -webkit-box-pack: center;
    justify-content: center;
    transition: all 280ms ease-out 0s;
    color: #c2283c;
    background-color: #fff2f2;
}

.da-item-action {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 20px;
}

.da-item-action a {
    color: var(--1stcolor);
    font-size: 0.857143rem;
    text-decoration: none;
    cursor: pointer;
}

.da-item-action div+div {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.da-item-action div+div::before {
    content: "";
    display: block;
    width: 2px;
    height: 16px;
    margin: 0px 12px;
    background-color: #E5E7E9;
}

.box-address-heading {
    font-weight: 700;
    padding-bottom: 14px;
    color: #31353B;
}

.box-address-item {
    padding: 10px 0px 15px;
}

.box-footer {
    padding: 15px 0px 15px;
}

/**
Alamat modal
**/
.daftar-alamat-overlay,
.pilih-alamat-overlay {
    width: 100%;
    height: 100%;
    background-color: var(--color-overlay, rgba(49, 53, 59, 0.68));
    opacity: 1;
    position: fixed;
    top: 0px;
    left: 0px;
    overflow: hidden;
    z-index: 10000;
    will-change: opacity;
    transition: opacity 300ms cubic-bezier(0, 0, 0.3, 1) 0s;
}

.daftar-alamat-modal,
.pilih-alamat-modal {
    display: block;
    z-index: 10010;
    opacity: 1;
    min-width: 700px;
    background-color: var(--color-card, #FFFFFF);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    padding: 40px 0px 0px;
    text-align: center;
    transition: opacity 0.2s ease 0s;
    box-shadow: 0px 1px 6px var(--color-shadow, rgba(49, 53, 59, 0.12));
}

.tutup-daftar-alamat-modal,
.tutup-pilih-alamat-modal {
    display: block;
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 16px;
    background-image: url(../../images/svg/close.svg);
    background-position: center center;
    background-size: 16px;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    appearance: none;
}

.daftar-alamat-modal-title,
.pilih-alamat-modal-title {
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 1.42857rem;
    line-height: 26px;
    letter-spacing: -0.1px;
    color: rgba(49, 53, 59, 0.96);
    text-decoration: initial;
    margin: 0px 0px 16px;
}

.address-list-body-padder {
    padding: 0px 16px 32px;
}

.address-list-adder {
    padding: 20px;
    text-align: center;
    font-size: 16px;
    color: #c2283c;
    font-weight: 600;
    border: dashed 1px #c2283c;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 18px;
    background: #fff2f2;
}

.address-list-items-wrapper {
    text-align: left;
}

.address-list-scrolling-inner-padder a {
    text-decoration: none !important;
}

.choose-daftar-alamat {
    padding: 8px 16px;
    font-weight: 600;
    border-radius: 8px;
    font-size: 12px;
    background: white;
    color: #ffffff;
    cursor: pointer;
    border: 1px solid var(--primary-pink-care-dokter);
    text-align: center;
    background: var(--primary-pink-care-dokter);
    display: inline;
    width: auto;
}

.choose-daftar-alamat:hover {
    color: var(--primary-pink-care-dokter);
    background: #FFF;
}

.da-msg {
    background-color: rgb(248, 248, 248);
    padding: 16px;
}

.box-footer a {
    text-decoration: none;
}

.top-header-info {
    cursor: pointer;
}

.lima-default-address {
    color: var(--1stcolor);
    font-size: 0.857143rem;
    text-decoration: none;
    cursor: pointer;
}

.product-rating .yith-wcwl-add-to-wishlist {
    margin-top: 0px;
}

.pa-tabs {
    position: relative;
    display: flex;
    border-bottom: 2px solid rgba(228, 228, 228, 1);
    margin-bottom: 4px;
    margin-top: 50px;
}

.pa-tab-list {
    /* margin-top: 20px; */
    display: flex;
    /* -webkit-box-align: center; */
    /* align-items: center; */
    /* -webkit-box-pack: center; */
    /* justify-content: center; */
    cursor: pointer;
    /* width: 50% !important; */
    margin-right: 20px;
}

.pa-tab-text {
    color: rgba(35, 65, 91, 1) !important;
    margin-bottom: 0px;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    /* padding: 0px 12px; */
}

.pa-tab-text.active {
    color: var(--1stcolor) !important;
    font-weight: 700;
}

.pa-tab-text:after {
    content: "";
    width: 100%;
    display: block;
    height: 6px;
    border-radius: 4px;
    top: 41px;
    background: transparent;
    margin-top: 10px;
    margin-bottom: -2px;
}

.pa-tab-text.active:after {
    background: var(--1stcolor);
}

.pa-tab-text p {
    padding: 0px 12px;
}

.lima-sort-filter {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
}

.sf-wrapper {
    position: relative;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: block;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    -webkit-transition: all 2s;
    transition: all 2s;
    min-width: 0px;
}

.sf-title {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin: 20px 0px 10px 0px;
}

.sf-chips-wrap {
    display: flex;
    margin: 20px 0px;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.sf-chips-sort {
    display: flex;
}

.sf-chips-filter {
    display: flex;
}

.sf-select {
    position: relative;
}

.sf-select select {
    color: rgba(35, 65, 91, 1) !important;
    padding: 12px 16px 12px 16px !important;
    width: 100%;
    border: 1px solid rgba(228, 228, 228, 1) !important;
    border-radius: 16px !important;
    background: #fff;
    box-shadow: 0 1px 3px -2px #9098a9;
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    transition: all 150ms ease;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    margin-left: 8px;
}

.sf-select svg {
    position: absolute;
    right: 12px;
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    stroke-width: 2px;
    stroke: #C1C1C1;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
}

.sf-select select option {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(35, 65, 91, 1);
}

.sf-chip-button {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    vertical-align: top;
    margin-bottom: 8px;
    margin-right: 8px;
    background-color: #FFFFFF;
    border: 1px solid rgba(228, 228, 228, 1) !important;
    border-radius: 16px !important;
    /* border-radius: 16px; */
    /* border-width: 1px; */
    /* border-color: var(--NN300,#BFC9D9); */
    /* border-style: solid; */
    color: rgba(35, 65, 91, 1);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px !important;
    letter-spacing: 0em;
    text-align: left;
    padding: 12px 16px;
    flex: 1 1 0%;
    /* flex-wrap: nowrap; */
    /* line-height: 1.28571rem; */
    /* text-overflow: ellipsis; */
    transition: all 200ms cubic-bezier(0.63, 0.01, 0.29, 1) 0s;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* cursor: pointer; */
    /* min-width: 90px; */
    /* position: sticky; */
    /* left: 0px; */

}

.eclipse137 {
    width: 16px;
    height: 16px;
    font-weight: 600;
    line-height: 16px;
    margin-right: 4px;
    /* margin-left: -4px; */
    background-image: url(../../images/svg/eclipse137.svg);
    background-position: right center;
    background-size: 16px;
    border-radius: 4px;
    background-repeat: no-repeat;
}

.sf-chips-cont {
    display: flex;
    margin: 20px 0px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sf-reset {
    display: flex;
}

.sf-quick-items {
    display: flex;
    overflow: scroll;
    -webkit-box-align: center;
    max-width: 80%;
    margin-left: 60px;
}

.sf-quick-items::-webkit-scrollbar {
    display: none;
}

.sf-chip-filter {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    vertical-align: top;
    margin-bottom: 8px;
    margin-right: 8px;
    background-color: #ffffff;
    border: 1px solid rgba(228, 228, 228, 1) !important;
    border-radius: 16px !important;
    /* border-width: 1px; */
    /* border-color: var(--NN300,#BFC9D9); */
    /* border-style: solid; */
    font-family: Montserrat;
    font-weight: 500;
    color: rgba(35, 65, 91, 1);
    flex: 1 1 0%;
    flex-wrap: nowrap;
    font-size: 14px;
    line-height: 17.07px;
    height: 32px;
    padding: 8px 12px;
    text-overflow: ellipsis;
    transition: all 200ms cubic-bezier(0.63, 0.01, 0.29, 1) 0s;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    /* border-radius: 12px; */
}

.sf-clearable-filter {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    /* max-width: 140px; */
    /* padding: 5px; */
}

.sf-fill-clear {}

.sf-fill-clear {
    float: right;
    /* height: 16px; */
    /* width: 16px; */
    padding: 0px 0px 0px 4px;
}

.sf-xclose {
    display: inline-block;
    /* border-width: 0px 3px 3px 0px; */
    /* padding: 20px 0px; */
    width: 16px;
    height: 16px;
    /* font-weight: 600; */
    /* line-height: 16px; */
    margin-top: 3px;
    /* margin-right: 4px; */
    /* margin-left: -4px; */
    background-image: url(../../images/svg/xclose.svg);
    background-position: right center;
    background-size: 16px;
    /* border-radius: 4px; */
    background-repeat: no-repeat;
}

.sf-reset {
    display: flex;
}

.sf-filter-wrap {
    display: block;
    position: relative;
}

.sf-reset-btn {
    margin-bottom: 8px;
    margin-right: 8px;
    background-color: #ffffff;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-weight: 700;
    /* height: 40px; */
    line-height: 17px;
    outline: none;
    position: relative;
    padding: 0px 16px;
    text-indent: initial;
    transition: background-color 300ms ease 0s;
    width: auto;
    font-size: 14px;
    color: var(--1stcolor);
}

.sf-prev-btn {
    border-radius: 50%;
    border: 1px solid rgba(228, 228, 228, 1);
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(32%, -50%);
    height: 40px;
    width: 40px;
    cursor: pointer;
    padding: 7.6px;
}

.sf-next-btn {
    border-radius: 50%;
    border: 1px solid rgba(228, 228, 228, 1);
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translate(32%, -50%);
    height: 40px;
    width: 40px;
    cursor: pointer;
    padding: 7.6px;
}

.sf-nav-prev {
    background: url(../../images/svg/Chevronsprev.svg) center center / contain no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.sf-nav-next {
    background: url(../../images/svg/Chevronsnext.svg) center center / contain no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.mf-modal {
    position: fixed;
    display: flex;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 24px;
    pointer-events: none;
    z-index: 10006;
}

.mf-search-product {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: var(--NN0, #FFFFFF);
    border-radius: 8px;
    transition: opacity 0.2s ease 0s;
    box-shadow: rgba(141, 150, 170, 0.4) 0px 1px 4px;
    pointer-events: all;
    max-height: 100%;
    min-width: 500px;
    max-width: 100%;
    opacity: 1;
}

.mf-header {
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    margin-bottom: 16px;
    gap: 16px;
    padding: 16px 24px;
    box-shadow: rgba(35, 65, 91, 0.1) 0px 3px 12px 0px;
}

.mf-title {
    margin-top: 4px;
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.mf-title-txt {
    display: block;
    position: relative;
    font-weight: 700;
    font-family: 'montserrat';
    font-size: 20px;
    line-height: 24.38px;
    letter-spacing: -0.1px;
    color: rgba(35, 65, 91, 1);
    text-decoration: initial;
    margin: 0px;
}

.mf-close-btn {
    width: 32px;
    height: 32px;
    background-color: transparent;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    padding: 0px;
}

.mf-body {
    height: 100%;
    overflow-y: auto;
    padding: 16px 24px 40px 24px;
}

.ms-bottom-menu {
    background-color: white;
    position: absolute;
    bottom: 12px;
    width: 92%;
    padding: 10px 0px 0px;
    border-top: 1px solid rgba(228, 228, 228, 1);
}

.ms-filter {
    min-height: 380px;
    width: 550px;
    /* max-height: 400px; */
    /* overflow-y: scroll; */
    padding-bottom: 20px;
    max-width: 100%;
}

.ms-selection {
    display: block;
    width: 100%;
    flex-direction: column;
    padding-bottom: 8px;
}

.ms-label {
    display: flex;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(99, 99, 99, 1);
}

.ms-field {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
}

.ms-select {
    position: relative;
}

.ms-select select {
    color: rgba(146, 146, 146, 1) !important;
    padding: 12px 12px 12px 16px !important;
    width: 100%;
    border: 1px solid rgba(228, 228, 228, 1) !important;
    border-radius: 4px !important;
    background: #fff;
    cursor: pointer;
    transition: all 150ms ease;
    margin-left: 0px;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
}

.ms-select select option {
    color: rgba(35, 65, 91, 1) !important;

}

.ms-select svg {
    position: absolute;
    right: 12px;
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    stroke-width: 2px;
    stroke: #C1C1C1;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
}

.ms-select {
    width: 100%;
}

.ms-price-range {
    text-align: left;
    width: 50%;
}

.ms-price-range.left {
    padding-right: 15px;
}

.ms-price-wrap {
    margin-bottom: 8px;
}

.ms-price-txt {
    color: rgba(35, 65, 91, 1);
    display: inline-block;
    pointer-events: none;
    margin-bottom: 4px;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
}

.ms-price-input {
    position: relative;
}

.ms-price {
    height: 40px;
    border-radius: 4px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex: 1 1 0%;
    position: relative;
    overflow: hidden;
    transition: border-color 280ms ease 0s;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(228, 228, 228, 1);
}

.ms-price-cat {
    white-space: nowrap;
    display: flex;
    align-self: stretch;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 12px;
    background-color: #fff;
    color: rgba(35, 65, 91, 1);
    padding-right: 8px;
    margin: 4px;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    border-right: 1px solid rgba(228, 228, 228, 1);
}

.ms-price-val {
    min-width: 0;
    min-height: 0;
    width: 100%;
    color: rgba(35, 65, 91, 1);
    background-color: transparent;
    border: none;
    outline: none;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
}

.ms-price-range.right {
    padding-left: 15px;
}

.ms-price-val::-webkit-input-placeholder,
.ms-price-val::-moz-placeholder,
.ms-price-val:-ms-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(146, 146, 146, 1);
}

button.ms-chips {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    vertical-align: top;
    margin-bottom: 8px;
    background-color: #ffffff;
    border-radius: 8px;
    border-width: 1px;
    border-color: rgba(228, 228, 228, 1);
    border-style: solid;
    color: rgba(35, 65, 91, 1);
    flex-wrap: nowrap;
    height: 32px;
    padding: 4px 8px;
    text-overflow: ellipsis;
    transition: all 200ms cubic-bezier(0.63, 0.01, 0.29, 1) 0s;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    margin-right: 8px;
    flex: inherit;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
}

.ms-chip-item {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

button.ms-chips.active {
    background-color: rgba(255, 242, 242, 1);
    color: rgba(178, 0, 84, 1);
    border-color: rgba(178, 0, 84, 1);
    font-weight: 700;
    box-shadow: 0px 3px 5px 0px rgba(35, 65, 91, 0.15);

}

.ms-bm-left {
    float: left;
}

.ms-bm-right {
    float: right;
}

.ms-reset {
    background-color: #ffffff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    outline: none;
    position: relative;
    text-indent: initial;
    transition: background-color 300ms ease 0s;
    width: auto;
    float: left;
    color: var(--1stcolor);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
}

.ms-reset span {
    display: block;
    font-size: inherit;
    opacity: 1;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    top: 0px;
    transition: opacity 300ms linear 0s, top 300ms linear 0s;
    white-space: nowrap;
}

.ms-cancel {
    background-color: #ffffff;
    border-radius: 12px;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    outline: none;
    position: relative;
    padding: 0px 12px;
    text-indent: initial;
    transition: background-color 300ms ease 0s;
    width: auto;
    float: left;
    color: var(--1stcolor);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    border: 1px solid var(--1stcolor);
}

.ms-cancel:hover {
    background-color: var(--1stcolor);
    color: #FFF;
}



.ms-apply {
    background-color: var(--1stcolor);
    border-radius: 12px;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    outline: none;
    position: relative;
    padding: 5px;
    text-indent: initial;
    transition: background-color 300ms ease 0s;
    width: auto;
    float: left;
    color: rgba(255, 255, 255, 1);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    border: 1px solid var(--1stcolor);
    margin-left: 12px;
}

.ms-apply:hover {
    background-color: var(--2ndcolor);
}

#scroll-top {
    background-color: rgba(255, 255, 255, 1);
    border: none;
    cursor: pointer;
    position: fixed;
    right: 6%;
    bottom: 0px;
    padding: 8px;
    border-radius: 50%;
    z-index: 100;
    transition: all 0.2s ease-in-out 0s;
    transform: translateY(-40px);
    opacity: 1;
    box-shadow: 0px 3px 5px 0px rgba(35, 65, 91, 0.15);
    width: 42px;
    height: 42px;
}


.voucher-item h3 {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
}


.voucher-icon img {
    margin: 0 auto;
}

.cart-icon img {
    max-width: 24px;
    max-height: 24px;
    margin: 0 auto;
}

.cart-icon.GratisOngkir,
.voucher-icon.GratisOngkir {
    /*background:#28a745;*/
}

.cart-icon.Diskon,
.voucher-icon.Diskon {
    /*background: #dc3545;*/
}

.cart-icon.Cashback,
.voucher-icon.Cashback {
    /*background: #ffc107;*/
}


/** Style Timeline Track */
.transaksi-detail .transaksi-item i.fa {
    color: #FFDEDE;
}

.transaksi-detail .transaksi-item.index-0 i.fa {
    color: #F17686
}

.transaksi-detail .transaksi-item i:before {
    border: 5px solid transparent;
}

.transaksi-detail .transaksi-item.index-0 i:before {
    border-color: #FFDEDE;
    border-radius: 50%;
    margin: 0;
}

.transaksi-detail .transaksi-item i.fa {
    font-size: 16px;
}

.transaksi-detail .bullet-container {
    border-right: 1px solid #C1C1C1;
    position: relative;
}

.transaksi-detail .bullet-container i {
    position: absolute;
    left: 42%;
}

.transaksi-detail>div .transaksi-item:first-child .bullet-container {
    padding-top: 0 !important;
}

.transaksi-detail>div .transaksi-item:last-child .bullet-container {
    padding-bottom: 0 !important;
    max-height: 16px;
}

/** End Timeline */


.tagged_as a {
    margin-bottom: 4px;
    display: inline-block;
}


.bayar-sekarang {
    cursor: pointer;
}



@media screen and (max-width: 768px) {
    body .woocommerce nav.woocommerce-MyAccount-navigation.care-myaccount {
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 8px !important;
    }
}