.ecommerce-buttons{
	display: none !important;
	margin-top: -15px;
	padding: 0 15px 15px !important;
}
.ecommerce-card:hover .ecommerce-buttons{
	display: flex !important;
}
.ecommerce-ref{
	color: var(--kt-primary);
	font-weight: 600;
}
.ecommerce-de{
	/* margin-top: 7px; */
	color: var(--bs-gray-500);
	font-weight: 600;
	font-size: 1.0rem;
	text-decoration: line-through;
}
.ecommerce-por{
	/* margin-top: -8px; */
	color: var(--kt-primary-active);
	font-weight: 700;
	font-size: 1.1rem;
}
.ecommerce-sdcd{
	margin-top: 5px;
	font-weight: 600;
}
.ecommerce-ribbon {
	z-index: 2 !important;
	top: 7% !important;
}
.ecommerce-ribbon-foralinha {
	z-index: 2 !important;
	top: 15% !important;
}
.ecommerce-ribbon-left {
	z-index: 2 !important;
	top: 7% !important;
	left: -5px;
	width: 50px;
	height: 30px;
  }  
.ecommerce-card {
	position: relative;
	/* width: 100%; */
	min-height:420px;
	overflow: hidden;
}
.ecommerce-card .imgBx {
	position: relative;
	width: 100%;
	height: 235px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	z-index: 1;
}
.ecommerce-card .imgBx img {
	max-width: 90%;
	transition: 0.5s;
}
/* .ecommerce-card:hover .imgBx img {
	max-width: 70%;
}
.ecommerce-card:hover .contextBx {
	height: 85% !important;
	font-size: 80% !important;
}
.ecommerce-card:hover .contextBx h6 {
	font-size: 95% !important;
} */
.ecommerce-card .contextBx {
	position: relative;
	padding: 20px;
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	z-index: 1;
}
.ecommerce-card .contextBx h3 {
	text-transform: uppercase;
}
.ecommerce-bt {
	position: relative;
	padding: 10px 30px;
	color: #fff;
	text-decoration: none;
	border-radius: 20px;
	font-weight: 600;
}
.bt-detalhes {
	background: linear-gradient(
		30deg,
		var(--bs-gray-400) 30%,
		var(--bs-gray-700) 100%
	);
}
.bt-detalhes:hover {
	background: var(--bs-gray-700);
}
.bt-vender-verde {
	background: linear-gradient(
		30deg,
		var(--bs-green) 30%,
		var(--bs-success) 100%
	);
}
.bt-vender-verde:hover {
	background: var(--bs-green);
}
.bt-vender {
	background: var(--degrade_tera);
}
.bt-vender:hover {
	background: var(--kt-primary);
}






ol, ul, li {
	list-style: none;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.item_box .item_ref {
	display: block;
	font-size: .8em;
}
.item_box .item_save {
	display: block;
}
.item_box {
	position: relative;
	height: 100%;
	padding: 2px 2px 2px;
	background: #fff;
	text-align: left;
	transition: all .2s linear;
}
.item_box .item_img {
	/* margin-bottom: 5px; */
	text-align: center;
}
.item_box .item_txt, .item_box .item_aggregateRating{
	max-width: 300px;
	margin: auto;
}
.item_box .item_status_3, .item_box .item_status_2 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	padding: 0 7px;
	background: #c33;
	line-height: 20px;
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
}
.item_box .item_status_3{
	background: #0099CC;
}
.item_box .product_promotion_name {
	display: flex;
	margin:0 0 5px 25px;
	line-height: 20px;
	font-size: .8em;
	font-weight: 600;
	color: #c33;
	text-transform: uppercase;
}
.item_box .product_promotion_name:before {
	content: '\f02b';
	margin-right: 5px;
	font-family: 'Font Awesome 5 Pro';
	font-size: 1.3em;
	font-weight:300
}
.item_box .item_name {
	display: block;
	margin-bottom: 20px;
	line-height: 20px;
	font-size: .8em;
	text-transform: uppercase;
}
.item_box .item_listPrice label {
	font-size: .7rem;
	font-weight: 600;	
}
.item_box .item_listPrice {
	font-size: .9em;
	color: rgb(87, 86, 86);
	text-decoration: line-through;
}
.item_box .item_ourPrice {
	display: block;
	font-size: 1em;
	font-weight: 700;
	color: rgb(5, 60, 226);
}
.item_box .item_ourPrice label {
	font-size: .7rem;
	font-weight: 600;
}
.item_box .item_saldo {
	display: block;
	font-size: 1em;
	font-weight: 700;
}
.item_box .item_saldo label {
	font-size: .7rem;
	font-weight: 600;
}
.item_box .item_or {
	margin-top: 5px;
	font-weight: 600;
	color: #c00;
	font-size: 10px;
}
.item_box .item_discount {
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	background: #c00;
	text-align: center;
	line-height: 20px;
	font-size: 11px;
	font-weight: 600;
	color: #fff;
}
.item_discount_percentage:before {
	content: '-';
}
.item_box .item_aggregateRating {
	margin-top: 20px;
}
.item_box .item_buttons, .item_box .item_inStockNotification a {
	opacity: 0;
	transition: opacity .2s linear;
}
.item_box .item_availability_2 {
	display: block;
	font-size: 1.1em;
	font-weight: 600;
	color: #666;
}
.item_box .item_availability_2:before {
	content: ':( Produto ';
}
.item_box .item_inStockNotification a, .item_box .item_btn_info a {
	position: absolute;
	right: 10px;
	bottom: 10px;
	left: 10px;
	padding: 0 10px;
	background: #393;
	text-align: right;
	line-height: 30px;
    color: #fff;
}
.item_box .item_inStockNotification a {
   background: #c33;
}
li:hover .item_box {
	margin: -5px -5px 5px;
	padding-right: 20px;
	padding-left: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .25);
}
li:hover .item_box .item_buttons, li:hover .item_box .item_inStockNotification a {
   opacity: 1
}

.zoom_imagem {
	position: relative;
	overflow: hidden;
	width: 100%;
  }
  .zoom_imagem img {
	max-width: 100%;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
  }
  .zoom_imagem:hover img {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
  }

.verde-status {
  background: #22c55e;
  border-radius: 12px;
  color: white;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  box-shadow: 0 2px 8px rgba(34, 197, 94, 0.35);
}

.ecommerce-chip {
  text-decoration: none;
  margin-top: auto;
  border: 1px solid #dee2e6;
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 12px;
  color: #6c757d;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.ecommerce-thumbnails-wrapper {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  gap: 8px;
  max-height: 452px;
  overflow-y: auto;
  min-width: 100px !important;
}

.ecommerce-thumbnails-wrapper::-webkit-scrollbar {
  width: 4px;
}

.ecommerce-thumbnails-wrapper::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}

.ecommerce-thumbnail {
  width: 70px;
  height: 70px;
  border: 2px solid #e0e0e0;
  border-radius: 6px;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s;
  flex-shrink: 0;
}

.ecommerce-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ecommerce-thumbnail:hover {
  border-color: #999;
}

.ecommerce-thumbnail.active {
  border-color: #9b59b6;
}

.ecommerce-card-wrapper {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.ecommerce-card {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
}

.imgBx img {
  max-width: 270px;
  max-height: 270px;
  object-fit: contain;
}