.img-container .sale {
    width: 25%;
    max-width: 60px;
    position: absolute;
    top: 10px;
    left: 10px;
  }

  .img-container img:not(.sale):hover {
    transform: scale(1.1);
  }


.comparar table {
    table-layout: fixed;
    border: 1px solid #EAEAEA;
  }
.comparar table .img-absolute {
    max-width: calc(100% - 30px);
    max-height: calc(100% - 30px);
}

.comparar .compare-product-card {
	position: relative;
}

.comparar .compare-product-card .ratio {
	position: relative;
	z-index: 1;
}

.comparar .compare-product-card .img-absolute {
	pointer-events: none;
}

.comparar .compare-product-card .compare-remove-table {
	z-index: 3;
	pointer-events: auto;
}
  .comparar table th, .comparar table td {
    vertical-align: top;
    padding: 15px 30px;
    border-bottom: 1px solid #EAEAEA;
    border-right: 1px solid #EAEAEA;
  }
  .comparar table.table-1 {
    width: 50%;
  }
  .comparar table.table-2 {
    width: 75%;
  }
  .comparar table.table-3 {
    width: 100%;
  }
  .comparar table th {
    background: #F3F5F6;
    text-transform: uppercase;
    font-weight: 500;
  }
  .comparar table .btn-remove {
    background: #F3F5F6;
    color: #bbb;
    left: auto;
    height: auto;
    right: 0;
    line-height: 2;
    font-size: .875em;
    z-index: 1;
    width: 2em;
    text-align: center;
    transform: translateX(15px);
  }
  .comparar table .text-muted {
    font-weight: normal;
    text-decoration: line-through;
    font-size: .875em;
    color: #bbb !important;
  }

  .btn-show-password {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 48px;
	height: 48px;
	border:0;
	background-color: transparent;
  }

  .form-control.control-password {
	background-size: 22px auto !important;
  }

  .form-control.control-password.control-password-show {
	background-image: url('../img/ico_password_show.svg') !important;
  }

  .cart-dropdown .dropdown-toggle::after {
	content:none;
  }

  .cart-dropdown .dropdown-menu {
	width: 470px;
	padding: 1.5rem;
	margin: 20px 0;
}

@media(max-width: 767px) {
	.cart-dropdown .dropdown-menu {
		width: 360px;
		padding: 1rem;
		margin: 20px 0;
	}
}

.cart-dropdown .dropdown-menu::after {
	bottom: 100%;
	right: 15%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: white;
	border-width: 8px;
	margin-left: -8px;
}

@media(max-width: 767px) {
	.cart-dropdown .dropdown-menu::after {
		right: 8px;
	}
}


.cart-dropdown .dropdown-menu .btn.btn-primary {
	background-color: #0171E3;
    border-color: #0171E3;
    color: #FFF;
    font-size: 0.9375rem;
    line-height: 1.125rem;
    padding: .5rem 1.25rem;
	font-family: "PT Sans", sans-serif;
    font-weight: 700;
    font-style: normal;

}

.cart-dropdown .dropdown-menu .btn.btn-secondary {
	background-color: #DBE3E7;
    border-color: #DBE3E7;
    color: #222;
    font-size: 0.9375rem;
    line-height: 1.125rem;
    padding: .5rem 1.25rem;
	font-family: "PT Sans", sans-serif;
    font-weight: 700;
    font-style: normal;

}

.cart-dropdown .dropdown-menu .btn-close {
	top: 18px;
	right: 18px;
	height: 0.75rem;
	width: 0.75rem;
	background-size: .75rem;
}

.cart-dropdown .dropdown-menu .cart-header h3 {
	font-size: 1rem;
	font-family: "PT Sans", sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 1.125rem;
	color:#000;
}

.cart-dropdown .dropdown-menu .cart-items .product-item  {
	padding: 0.875rem 0;
}

.cart-dropdown .dropdown-menu .cart-items .product-item .img-container {
	width: 54px;
	height: 54px;
	border: 1px solid #CCCCCC;
	border-radius: 0.25rem;
}

.cart-dropdown .dropdown-menu .cart-items .product-item h4 {
	font-size: 0.875rem;
	color:#0171E3;
	line-height: 1.25rem;
	margin:0;
	font-family: "PT Sans", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.cart-dropdown .dropdown-menu .cart-items .product-item .price {
	margin-left: auto;
	font-size: 0.875rem;
	font-family: "PT Sans", sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 1.25rem;
	text-align: right;
	display: block;
	color:#000;
}

.cart-dropdown .dropdown-menu .cart-items .product-item .price i {
	display: block;
	font-family: "PT Sans", sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 0.875rem;
	text-decoration: line-through;
	color:#717584;
}

.product-search-item  {
	padding: 0.875rem 1.5rem !important;
}

.product-search-item.ui-state-active {
	border:0 !important;
	background-color: #F7F7F7 !important;
	margin:0;
}


.product-search-item .img-holder {
	height: 76px;
	width: 76px;
	border: 1px solid rgba(24, 24, 24, .2);
	border-radius: 0.375rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #FFF;
}

.product-search-item .img-holder img {
	width: 55px;
	padding: 0.65625rem;
}

.product-search-item h3 {
	font-size: 15px;
	line-height: 20px;
	margin:0 0 .5rem 0;
	padding:0;
	font-family: "PT Sans", sans-serif;
	font-weight: 700;
	color:#0171E3;
}

.product-search-item span.price {
	display: block;
	font-size: 14px;
	line-height: 20px;
	margin:0;
	padding:0;
	font-family: "PT Sans", sans-serif;
	font-weight: 700;
	color:#000;
}

.ui-widget.ui-widget-content {
	border:0;
	border-radius: 1.125rem;
	box-shadow: var(--bs-box-shadow) !important;
}

.ui-menu .ui-menu-item:first-child .product-search-item.ui-state-active {
	border-radius: 1.125rem 1.125rem 0 0;
}

.ui-menu .ui-menu-item:last-child .product-search-item.ui-state-active {
	border-radius: 0 0 1.125rem 1.125rem ;
}

#comparator-selector {
	background-color: #F7F7F7;
	box-shadow: 0 -1px 16px 0 rgba(0, 0, 0, .16);
	border-radius: 12px 12px 0 0;
	padding: 0.75rem 1rem 0.75rem 2.5rem;
}

#comparator-selector .btn-close-comparator-grid-selector {
	top: 50%;
	left: 10px;
	right: auto;
	transform: translateY(-50%);
}

#comparator-selector .comparator-bar {
	min-height: 72px;
}

#comparator-selector .comparator-items {
	flex: 1 1 auto;
	overflow-x: auto;
	overflow-y: visible;
	padding-right: 0.5rem;
}

#comparator-selector .comparator-item {
	position: relative;
	background-color: #FFF;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 10px;
	padding: 0.35rem 0.5rem;
	min-width: 160px;
	overflow: visible;
}

#comparator-selector .comparator-item .compare-remove {
	top: 6px;
	right: 6px;
	transform: none;
	z-index: 2;
}

#comparator-selector .comparator-item.is-empty {
	background-color: transparent;
	border-style: dashed;
	color: #6c6a67;
	min-width: 140px;
}

#comparator-selector .comparator-thumb {
	width: 48px;
	height: 48px;
	border-radius: 8px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

#comparator-selector .comparator-title {
	font-family: "PT Sans", sans-serif;
	font-weight: 700;
	color: #000;
	font-size: 0.85rem;
	line-height: 1.1rem;
	max-width: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#comparator-selector .comparator-placeholder {
	font-size: 0.8rem;
}

#comparator-selector .comparator-actions {
	flex: 0 0 auto;
	gap: 0.75rem;
}

#comparator-selector .comparator-copy {
	min-width: 170px;
}

#comparator-selector .comparator-title-cta {
	font-family: "PT Sans", sans-serif;
	font-weight: 700;
	color: #000;
	font-size: 0.9rem;
	line-height: 1.1rem;
}

#comparator-selector .comparator-subtitle {
	color: #6c6a67;
	font-size: 0.75rem;
}

#comparator-selector .comparator-buttons {
	min-width: 140px;
}

@media (max-width: 991.98px) {
	#comparator-selector .comparator-bar {
		flex-direction: column;
		align-items: stretch;
		gap: 0.75rem;
	}

	#comparator-selector .comparator-items {
		padding-right: 0;
		gap: 0.5rem;
	}

	#comparator-selector .comparator-actions {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	#comparator-selector .comparator-copy {
		min-width: auto;
	}

	#comparator-selector .comparator-buttons {
		min-width: 160px;
	}
}

@media (max-width: 575.98px) {
	#comparator-selector {
		padding: 0.75rem 0.75rem 0.75rem 2.25rem;
	}

	#comparator-selector .comparator-items {
		flex-wrap: wrap;
		overflow-x: visible;
	}

	#comparator-selector .comparator-item {
		min-width: 0;
		flex: 1 1 calc(50% - 0.5rem);
	}

	#comparator-selector .comparator-title {
		max-width: none;
		white-space: normal;
	}

	#comparator-selector .comparator-thumb img {
		max-width: 100%;
		max-height: 100%;
		object-fit: contain;
	}

	#comparator-selector .comparator-actions {
		flex-direction: column;
		align-items: stretch;
		gap: 0.5rem;
	}

	#comparator-selector .comparator-copy {
		display: block;
	}

	#comparator-selector .comparator-buttons {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 0.5rem;
		width: 330px;
	}

	#comparator-selector .comparator-buttons .btn {
		margin-top: 0;
		height: 34px;
		line-height: 34px;
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 1.1rem;
		padding-right: 1.1rem;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	#comparator-selector .comparator-copy {
		text-align: left;
	}
}

/*.bg-brand-custom-color { background-color: #40341c; }*/
.bg-brand-custom-color { background-color: #2e0d35; }
