#seller_name {
    font-size: 1.64REM !important;
}

#seller_image {
    width: 120px;
    height: 120px;
    margin-right: 8px;
}

#banner_upload {
    width: 100%;
    position: relative;
    background: white;
    border: 1px solid var(--border-color);
}

.banner-index {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    background: var(--line-color);
    color: white;
}

.banner-index.banner-uploaded {
    background: var(--thaitrade-primary);
}

.seller-name-wrapper {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

#seller_website {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#ditp_badge {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.text-orange {
    color: #f6931d;
}

.slim-label {
    font-size: xx-large;
}

.banner-container {
    background: #F2F2F2 0% 0% no-repeat padding-box;
    padding-bottom: 16px;
}

.banner-wrapper {
    height: calc(100vw / 4);
    object-fit: cover;
}

.owl-carousel .owl-dots {
    text-align: center;
    z-index: 2;
    position: absolute;
    width: 100%;
    bottom: 10px;
}

.owl-carousel button.owl-dot {
    border: none;
    opacity: 0.3;
    background-color: #d92128;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 2px;
    margin-left: 2px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow;
    transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
    transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
    transition-delay: 0s, 0s, 0s, 0s;
}

.owl-carousel button.owl-dot.active {
    /* border-color: gray; */
    background-color: #d92128;
    opacity: 0.8;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow;
    transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
    transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
    transition-delay: 0s, 0s, 0s, 0s;
}

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

.product-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: 1px solid var(--border-color);
    max-height: 400px;
}

.product-main-info-wrapper {
    display: flex;
    flex-direction: column;
}

.product-header-info {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
}

.total-price {
    color: var(--thaitrade-color-da2128);
}

.shop-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
}

.shop-details-wrapper {
    display: flex;
    flex: 1;
}

/* .more-product-image {
    width: 100px;
    max-height: 140px;
    object-fit: contain;
    display: flex;
    margin: 0 auto;
} */

.shop-small-image {
    width: 30px;
    height: 30px;
    border: 1px solid var(--border-color);
    border-radius: 50%;
}

.card {
    border: 1px solid var(--border-color) !important;
}

.card-body,
.card-footer {
    padding: 8px !important;
}

.shop-container {
display: flex;
}

/* .more-products-wrapper {
    flex: 2;
} */

.fav-wrapper {
    border: 1px solid var(--border-color);
    border-radius: 50%;
    padding: 4px;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fav-wrapper.fav {
    border: 1px solid var(--thaitrade-color-da2128);
}

.more-product-price {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

main.c-main .fa-heart {
    color: var(--border-color);
    cursor: pointer;
}

main.c-main .fa-heart.fav {
    color: var(--thaitrade-color-da2128);
}


.variant-item {
    border: 1px solid var(--border-color);
    padding: 0 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.variant-item.active {
    border: 2px solid var(--thaitrade-color-da2128);
}

.tier-item {
    border: 1px solid lightgrey;
    padding: 2px 4px;
    margin: 0;
}

.tier-item.active {
    background: var(--thaitrade-color-da2128);
    color: white;
}

.slider-card-wrapper {
    height: 100%;
}

.currency-list-container {
    background-color: #eee;
}

.currency-item {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.primary-slider {
    border: 1px solid var(--border-color);
    margin-right: 8px;
    width: 80%;
    vertical-align: center;
}

.secondary-slider {
    flex: 1;
}

.image-card {
    width: 100%;
    object-fit: contain;
    height: 100%;
    padding: 8px;
}

.splide__track {
    height: 100% !important;
    display: flex;
    justify-content: center;
}

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
    border: 3px solid var(--border-color) !important;
}

.splide--nav > .splide__track > .splide__list > .splide__slide {
    border: 1px solid #eee !important;
}

.image-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0;
}

.splide__pagination__page.is-active {
    background: var(--thaitrade-color-da2128) !important;
}

#more-product-wrapper-list {
    width: 100%;
}

.btn-qty {
    width: 25px;
    height: 25px;
}

.price-wrapper {
    font-size: 16px;
}

.unit-of-measure {
    font-size: 11px;
}

.promotion-wrapper {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 80px;
    height: 80px;
}

.promotion-sticker {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
}

.promotion-percentage {
    position: absolute;
    font-size: 38px;
    color: white;
    font-weight: 500;
    z-index: 10;
    top: 10px;
    left: 2px;
}

.more-product-promotion-wrapper {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 40px;
    height: 40px;
}

.more-product-promotion-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
}

.more-product-promotion-percentage {
    position: absolute;
    font-size: 18px;
    color: white;
    z-index: 10;
    top: 6px;
    left: 4px;
}

.search-icon {
    cursor: pointer;
}

.text-over-flow-dot {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.text-over-flow-dot-2-line {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* new ui product card */

.text-over-flow-dot-2-line {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.seller-name-color-info {
	color : #023F88 !important;
}

.product-link-custom:hover {
    text-decoration: none;
}

.thaitrade-color-white {
    color: #FFFFFF;
}

.see-detail-product{
    cursor: pointer; 
    color: #CDCCCC;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow;
    transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
    transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
    transition-delay: 0s, 0s, 0s, 0s;
}

.see-detail-product *{
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow;
    transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
    transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
    transition-delay: 0s, 0s, 0s, 0s;
}

.see-detail-product:not(.disabled):hover i.fa-circle{
    color: var(--thaitrade-primary);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow;
    transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
    transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
    transition-delay: 0s, 0s, 0s, 0s;
}

.more-product-image {
    max-height: 195px;
    max-width: initial;
    width: 100%;
    width: -webkit-fill-available;
    min-width: initial;
    object-fit: contain;
    display: flex;
    margin: 0 auto;
}

.product-name-fix-height {
    height: 82px;
}

.fas.fa-heart.fav-icon-product {
	color: var(--thaitrade-primary);
}

.fav-icon-product {
	font-size: 24px;
}

.fav-icon-product {
    cursor: pointer; 
    color: #CDCCCC;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow;
    transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
    transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
    transition-delay: 0s, 0s, 0s, 0s;
}

.fav-icon-product *{
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow;
    transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
    transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
    transition-delay: 0s, 0s, 0s, 0s;
}

.fav-icon-product:not(.disabled):hover {
    color: var(--thaitrade-primary);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow;
    transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
    transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
	transition-delay: 0s, 0s, 0s, 0s;
}

.btn-ask-for-price {
    background-color: rgb(2 63 136);
    color: white;
    height: 23px !important;
    line-height: 14px;
    font-size: 12px;
}

.btn-ask-for-price:hover {
    color: white;
    background-color: rgb(0 72 160);
    box-shadow: 0 2px 2px 0 rgba(60, 75, 100, .14), 0 3px 1px -2px rgba(60, 75, 100, .12), 0 1px 5px 0 rgba(60, 75, 100, .20) !important;
}

.font-site-product {
    font-size: 11px;
}

.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1320px;
}

.border-right-show {
    border-right: 1px solid #C8CED2;
}

@media (max-width: 991.98px) {
    .border-right-show {
        border-right: none;
    }
}