#tbcompare-table {
  position: relative;
}

#tbcompare-table>.tbcompare-table-container {
  overflow-x: auto;
  overflow-y: hidden;
}

#tbcompare-table>.tbcompare-table-actions {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(160, 160, 160, 0.25);
}

#tbcompare-table .tbcompare-product-td {
  border: none !important;
}

#tbcompare-table td {
  width: 200px;
  min-width: 200px;
}

#tbcompare-table tbody {
  float: left;
  width: 100%;
}

#tbcompare-table .tbcompare-product-tr {
  background: none !important;
}

#tbcompare-table .tbcompare-table-actions a:is(:hover, :active, :focus) {
	color: #dd1a1a;
}

#tbcompare-table .tbcompare-product {
  /* padding-top: 2.0rem; */
  position: relative;
}

#tbcompare-table .tbcompare-product .tbcompare-remove {
	position: absolute;
	right: 10px;
	top: 10px;
}
.tbcompare-remove i {
	font-size: 20px;
}

.btn-tbcompare-add .added {
  display: none;
}

.btn-tbcompare-add.tbcompare-added .added {
  display: inline-block;
}

.btn-tbcompare-add.tbcompare-added .not-added {
  display: none;
}

.input-group-add-cart .btn-primary::after{
  display: none;
}

#tbcompare-floating {
  position: fixed;
  bottom: 0;
  background: #fff;
  z-index: 98;
  padding: 10px 15px;
  right: 100px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#tbcompare-floating span {
	padding-right: 4px;
	font-weight: 600;
}

#tbcompare-floating a {
  display: block;
}

#tbcompare-floating img {
  max-width: 30px;
  padding: 0 4px;
  border: none;
  /* border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; */
}

/*# sourceMappingURL=front.css.map*/
.btn-tbcompare-add {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #111;
  margin: 0 3px !important;
  border-radius: 0;
  padding: 0;
  justify-content: center;
  display: grid;
  padding: 0 !important;
  display: flex;
  align-items: center;
}

.btn-tbcompare-add i {
  font-size: 20px;
  line-height: 45px;
}

.thumb-mask {
	margin: 0 0 10px 0;
	border: none;
}

.pack-product-name a {
	color: #555;
	font: 400 16px/20px "Josefin Sans", Helvetica, sans-serif;
	text-decoration: none;
	margin: 0 0 10px;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 200px;
	width: 200px;
}

.pack-product-name a:hover,
.pack-product-name a:active,
.pack-product-name a:focus {
  color: #111;
}

.tbcompare-product .pack-product-container .product-price {
	color: #c01a44;
	font: 600 18px/20px "Josefin Sans", Helvetica, sans-serif;
	margin: 0;
	text-align: center;
	-webkit-transition: all 0.3s 0.1s;
	-moz-transition: all 0.3s 0.1s;
	-ms-transition: all 0.3s 0.1s;
	-o-transition: all 0.3s 0.1s;
	transition: all 0.3s 0.1s;
}

.tbcompare-product .pack-product-container .product-add-cart .input-group-add-cart .d-none {
  margin: 10px 0 20px 0;
}