@charset "UTF-8";

#productos-row {
	margin-top: 10px;
}

.detailed-row {
	width: 180px;
	height: 350px;
	/*height: 380px;*/
	position: relative;
}

.thumbnail-wrapper {
	position: relative;
	display: inline-block; /*显示禁用文字设置*/
	width: 170px; /* 与#imgproducto宽度相同 */
	height: 220px; /* 与#imgproducto高度相同 */
}

.disabled-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0); /* 设置最后面背景框颜色 */
	display: flex;
	align-items: center;
	justify-content: center;
}

.disabled-text {
	/*显示禁用文字设置*/
	color: red; /* Red font color */
	font-weight: bold; /* Bold font */
	border: 2px solid red; /* Red border */
	border-radius: 5px; /* Rounded corners */
	padding: 5px 10px; /* Some padding */
	background-color: rgba(255, 255, 255, 0.5); /* 文字后面背景框颜色 */
	transform: rotate(45deg); /* Rotate 45 degrees */
	font-size: 20px; /* Font size adjustment */
	display: inline-block;
	white-space: nowrap; /* Prevents the text from wrapping */
}

#imgproducto {
	height: 220px;
	width: 170px;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5); /* 半透明背景 */
	color: red; /* 红色字体 */
	display: none; /* 默认不显示 */
	justify-content: center;
	align-items: center;
	font-size: 20px; /* 字体大小 */
	flex-direction: column; /* 确保文本垂直居中 */
}

.overlay-content {
	transform: rotate(-45deg); /* 对角旋转 */
	border: 2px solid red; /* 文字边框 */
	padding: 5px; /* 边框内填充 */
}

/*.thumbnail>caption {
	height: 1100px;
}*/
.codigo-precio, .contado {
	padding: 4px 6px;
}

#codigo-producto {
	font-size: 12px;
}

#precio-producto {
	font-size: 14px;
}

#nombreproducto {
	padding: 5px;
}

.add-row {
	width: 100%;
	position: absolute;
	bottom: 3px;
	text-align: center;
}

.producto-cant {
	width: 30px;
	color: #0F0F0F;
	text-align: center;
}

.jump-page label {
	font-size: 14px;
}

.jump-page button {
	margin-left: 6px;
}

.jump-page input {
	margin-left: 6px;
	width: 42px;
	font-size: 16px;
	color: #0F0F0F;
	text-align: center;
}

#pagination {
	margin-top: 2px;
}