﻿/* product info table */
table.tableizer-table 
{
	font-size: 12px;
	border: 1px solid #CCC; 
	font-family: Arial, Helvetica, sans-serif;
} 
.tableizer-table td {
	padding: 4px;
	margin: 3px;
	border: 1px solid #CCC;
}
.tableizer-table th {
	background-color: #104E8B; 
	color: #FFF;
	font-weight: bold;
}
.table-row-title{
	font-size: 20px;
    font-weight: 500;
    background-color: #104d89;
    color: white;
}


.fs-20{
	font-size: 20px;
}
.fs-10{
	font-size: 12px;
	color: #253d4e;
}

.product-image-figure {
	position: relative;
	overflow: hidden;
	margin: 0;
	border-radius: 16px;
	border: 0;
	cursor: zoom-in;
	background-color: #fff;
}

.product-image-figure.is-zooming {
	cursor: crosshair;
}

.product-main-image {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 16px;
	user-select: none;
	opacity: 1;
	transition: opacity 0.15s ease;
}

.product-main-image.is-hidden {
	opacity: 0;
}

.image-zoom-overlay {
	position: absolute;
	inset: 0;
	background-repeat: no-repeat;
	pointer-events: none;
}

.product-thumbnails-wrapper {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 14px;
	flex-wrap: nowrap;
}

.thumbnail-item {
	border: 0;
	border-radius: 15px;
	padding: 0;
	background: transparent;
	flex: 1 1 0;
	max-width: 120px;
	overflow: hidden;
	cursor: pointer;
}

.thumbnail-item.is-active {
	border: 0;
}

.product-thumbnail-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 17px;
	border: 1px solid transparent;
}

.thumbnail-item.is-active .product-thumbnail-image {
	border: 2px solid #f36a6e;
}

.product-image-slider {
	position: relative;
	background-color: #fff;
	margin-bottom: 30px;
	border-radius: 15px;
	border: 1px solid #ececec;
	overflow: hidden;
}

.product-slider-arrow {
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 50%;
	background: #f36a6e;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	flex-shrink: 0;
}

.product-slider-arrow:hover {
	background: #f36a6e;
	color: #fff;
}

.product-thumbnails-nav {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 14px;
}

.product-thumb-arrow {
	position: static;
	transform: none;
	z-index: 1;
}

.product-thumbnails-nav .product-thumbnails-wrapper {
	margin-top: 0;
	flex: 1;
}

.product-thumbnails-wrapper .thumbnail-item {
	opacity: 1 !important;
}

.checkout-react-select .checkout-select__control {
	height: 64px;
	min-height: 64px;
	border: 1px solid #ececec;
	border-radius: 10px;
	box-shadow: none;
	background-color: #fff;
}

.checkout-react-select .checkout-select__control--is-focused {
	border-color: #3bb77e;
	box-shadow: none;
}

.checkout-react-select .checkout-select__value-container {
	padding: 0 20px;
}

.checkout-react-select .checkout-select__placeholder,
.checkout-react-select .checkout-select__single-value,
.checkout-react-select .checkout-select__input-container {
	font-size: 16px;
	color: #253d4e;
}

.checkout-react-select .checkout-select__indicators {
	height: 62px;
}

.checkout-react-select .checkout-select__indicator-separator {
	display: none;
}

.checkout-react-select .checkout-select__menu {
	border: 1px solid #ececec;
	border-radius: 10px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	z-index: 20;
}

.checkout-react-select .checkout-select__option {
	font-size: 14px;
	padding: 10px 14px;
}

.checkout-react-select .checkout-select__option--is-focused {
	background-color: #f4f6fa;
	color: #253d4e;
}

.checkout-react-select .checkout-select__option--is-selected {
	background-color: #3bb77e;
	color: #fff;
}

.payment_option .custome-radio input[type=radio]:checked + .form-check-label::before {
	border-color: #f36a6e;
}

.payment_option .custome-radio input[type=radio]:checked + .form-check-label {
	color: #f36a6e;
}