.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);
    max-width: 80px;
    max-height: 80px;
}

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

.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 {
    border: var(--border-color);
    cursor: pointer;
    color: #CDCCCC;
}

main.c-main .fav-wrapper.fav {
    border: 1px solid var(--thaitrade-primary);
}

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

.fav-icon-product-detail {
    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-detail * {
    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-detail: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;
}


/* .fa-heart.fav {
	color: var(--thaitrade-color-da2128);
  } */

.you-may-like-header {}

.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;
}

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


/* for image zoom */

.img-zoom-container {
    position: absolute;
    left: 50%;
}

.img-zoom-lens {
    cursor: zoom-in;
    position: absolute;
    border: 1px solid #d4d4d4;
    /*set the size of the lens:*/
    width: 200px;
    height: 200px;
}

.img-zoom-result {
    border: 1px solid #d4d4d4;
    /*set the size of the result div:*/
    width: 500px;
    height: 500px;
}

#render_zone_img_zoom {
    z-index: 1;
}

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

.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;
}

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

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

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

.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;
}

.favorite-product-detail:not(.disabled):hover {
    border: 1px solid 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;
}

.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;
}

.splide__slide__container {
    max-height: 330px;
    max-width: 200px;
}

.link-to-other-project-icon {
    cursor: pointer;
}


/* .splide__list {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
	-webkit-transform: none;
  	transform: none !important;
} */

@media (max-width: 992px) {
    .img-zoom-result {
        border: 1px solid #d4d4d4;
        /*set the size of the result div:*/
        width: 400px;
        height: 400px;
    }
}

@media (max-width: 850px) {
    .img-zoom-result {
        border: 1px solid #d4d4d4;
        /*set the size of the result div:*/
        width: 350px;
        height: 350px;
    }
}

@media (max-width: 768px) {
    .img-zoom-container {
        display: none !important;
    }
}

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