:root {
  --ptext-50: #afbbcc;
  --ptext-100: #606c7d;
  --ptext-200: #1f2023;
  --pbg-50: #f8f9ff;
  --pb-100: #eff3fe;
  --pbg-primary: #2b69fa;
  --pborder-primary: #d8e3ff;
}
td.qsd-table-td-img img {
  width: 200px;
  height: 180px;
  object-fit: contain;
}
.qsd-dash-action-btns button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background: none;
  border: 0;
}

.qsd-thead-tr {
  width: 200px;
}

.qsd-stars span {
  color: #f2994a;
  text-shadow: 0 0 1px #f2994a;
  font-size: 17px;
  width: 18px;
}

button.qsd-compare-poopup-trigger {
  position: fixed;
  bottom: 50%;
  transform: translateY(50%);
  z-index: 15;
  color: var(--color-white);
  width: 60px;
  height: 60px;
  right: 10px;
  border-radius: 50%;
  background: var(--color-primary);
  border:none;

}

.qsd-com-none {
  display: none !important;
}

.qsd-comapre-wrapper {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

.qsd-compare-inner-section {
  width: 900px;
  background-color: white;
  height: auto;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.qsd-dash-action-btns {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.qsd-compare-listing-wrapper {
	background: #fff;
	padding: 30px;
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
	max-height: 80vh;
	overflow-y: auto;
}
.qsd-compare-listing-wrapper .qsd-compare-table-wrapper {
  overflow-x: auto;
}
.qsd-compare-listing-wrapper .qsd-compare-table-wrapper.active {
  cursor:grab;
}
.qsd-compare-table {
  border: 1px solid var(--pborder-primary);
}
.qsd-compare-table tbody td {
  border: none;
  border-bottom: 1px solid var(--pborder-primary) !important;
  border-right: 1px solid var(--pborder-primary) !important;
}
.qsd-compare-table tbody tr:hover > td,
.qsd-compare-table tbody tr:hover > th,
.qsd-compare-table tbody > tr:nth-child(odd) > td,
.qsd-compare-table tbody > tr:nth-child(odd) > th {
  background: none;
  min-width: 269px;
}
.qsd-compare-table tr td:first-child {
  min-width: 247px;
  padding: 0 10px;
  font-size: 18px;
  font-weight: 500;
  color: #606c7d;
  text-transform: capitalize;
  vertical-align: middle;
  background: #f8faff !important;
}
.qsd-compare-table tr td {
  padding: 15px;
  vertical-align: middle;
  text-align: start;
}
.qsd-compare-table tr td p {
  margin: 0;
}
.qsd-compare-table-col-delete {
  color: #eb5757;
}
.qsd-compare-table-col-delete:focus {
  background: none;
  outline: 0;
  color: #eb5757;
}
.qsd-compare-table-wrapper
  .qsd-compare-table
  .qsd-compare-thumb-wrapper
  .qsd-compare-thumb {
  width: 100%;
  height: 159px;
  margin-bottom: 10px;
  border-radius: 4px;
  overflow: hidden;
}
.qsd-compare-table-wrapper
  .qsd-compare-table
  .qsd-compare-thumb-wrapper
  .qsd-compare-thumb
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.qsd-compare-table-wrapper
  .qsd-compare-table
  .qsd-compare-thumb-wrapper
  .qsd-listing-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: var(--ptext-200);
  text-align: start;
}
.qsd-compare-text {
  font-size: 18px;
  line-height: 22px;
  color: var(--ptext-200);
  font-weight: 400;
}
.qsd-compare-location.qsd-compare-text {
  color: var(--pbg-primary);
}
.qsd-compare-price.qsd-compare-text span {
  display: inline-block;
  color: #606c7d;
  margin-right: 16px;
}
.qsd-compare-price.qsd-compare-text span:last-child {
  margin: 0;
  color: #eb5757;
}

.qsd-com-close-btn {
  position: relative;
  top: 20px;
  right: -32px;
  background: gray;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}

.qsd-com-list-wrapper.qsd-compare-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

span.qsd-field-com-label {
  color: black;
}

span.qsd-field-com-value {
  color: #787878;
}
.qsd-compare-poopup-trigger:not(.active){
  display: none !important;
}
.qsd-compare-count{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: no-wrap;
    gap: 0;
    position: absolute;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #fff;
    left: 0;
    top: 0;
    font-size: 9px;
    color: var(--pbg-primary);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);

}
.qsd-compare-count:empty{display: none;}
td.adqs-compare-removing{
  background:rgba(255, 0, 0, 0.1) !important;
}