#tbcompare-table {
  position: relative;
}

#module-tbcompare-comparator #wrapper {
	min-height: 412px;
}
#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-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;
}

#tbcompare-floating {
	position: fixed;
	bottom: 0;
	background: #2f2f2f;
	z-index: 98;
	padding: 10px 15px;
	right: 100px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#tbcompare-floating img{
  border: none;
}
#tbcompare-floating span {
  padding-right: 4px;
  font-weight: 500;
}

#tbcompare-floating a {
  display: block;
}

#tbcompare-floating img {
  max-width: 30px;
  padding: 0 4px;
}

/*# 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: #fff;
  font: 400 16px/18px 'Lexend', 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: #fff;
}

.tbcompare-product .pack-product-container .product-price {
	color: #ffbe00;
	font: 600 18px/20px 'Lexend', 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;
}


#tbcompare-table .tbcompare-table-actions a:is(:hover, :active, :focus),
#tbcompare-table .pack-product-container .js-tbcompare-remove:is(:hover, :active, :focus){
  color: #d81c1c;
}