/*================================================
Em Products Compare Area CSS
=================================================*/
.em-products-compare-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.em-products-compare-table::-webkit-scrollbar-track {
  background-color: #EDE3E3;
  height: 5px;
}
.em-products-compare-table::-webkit-scrollbar {
  background-color: #EDE3E3;
  height: 5px;
}
.em-products-compare-table::-webkit-scrollbar-thumb {
  background-color: var(--main-color);
  height: 5px;
}
.em-products-compare-table .table {
  margin-bottom: 0;
}
.em-products-compare-table .table thead th {
  vertical-align: middle;
  white-space: nowrap;
  padding: 0 30px 30px 30px;
  border-right: 1px solid #EDE3E3;
  border-left: 1px solid #EDE3E3;
  border-bottom: none;
}
.em-products-compare-table .table thead th:first-child {
  border-left: none;
  padding: 0 130px;
}
.em-products-compare-table .table thead th .products-compare-card .compare-image {
  position: relative;
}
.em-products-compare-table .table thead th .products-compare-card .compare-image .dropdown {
  position: absolute;
  top: 10px;
  right: 10px;
}
.em-products-compare-table .table thead th .products-compare-card .compare-image .dropdown .dropdown-toggle {
  border: none;
  background-color: transparent;
}
.em-products-compare-table .table thead th .products-compare-card .compare-image .dropdown .dropdown-toggle i {
  display: inline-block;
  padding: 5px;
  background-color: var(--white-color);
  color: #2A174E;
  font-size: 25px;
  cursor: pointer;
  border-radius: 5px;
}
.em-products-compare-table .table thead th .products-compare-card .compare-image .dropdown .dropdown-toggle::after {
  display: none;
}
.em-products-compare-table .table thead th .products-compare-card .compare-image .dropdown .dropdown-menu {
  padding-left: 0;
  margin-bottom: 0;
  background-color: var(--white-color);
  border-radius: 5px;
  border: none;
  transform: translate(5px, 55px) !important;
}
.em-products-compare-table .table thead th .products-compare-card .compare-image .dropdown .dropdown-menu li {
  list-style-type: none;
  font-weight: 500;
  font-size: 14px;
  border-bottom: 1px solid #EBEAF7;
}
.em-products-compare-table .table thead th .products-compare-card .compare-image .dropdown .dropdown-menu li a {
  display: inline-block;
  color: #1A1A1A;
  padding: 10px 15px;
  width: 100%;
}
.em-products-compare-table .table thead th .products-compare-card .compare-image .dropdown .dropdown-menu li:last-child {
  border-bottom: none;
}
.em-products-compare-table .table thead th .products-compare-card .compare-content {
  padding: 25px 0 0 25px;
}
.em-products-compare-table .table thead th .products-compare-card .compare-content .price {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 10px;
  color: var(--main-color);
}
.em-products-compare-table .table thead th .products-compare-card .compare-content h3 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 15px;
}
.em-products-compare-table .table thead th .products-compare-card .compare-content h3 a {
  color: #161414;
}
.em-products-compare-table .table thead th .products-compare-card .compare-content .rating {
  padding-left: 0;
  margin-bottom: 0;
}
.em-products-compare-table .table thead th .products-compare-card .compare-content .rating li {
  list-style-type: none;
  display: inline-block;
  color: #646464;
  margin-right: 5px;
}
.em-products-compare-table .table thead th .products-compare-card .compare-content .rating li:last-child {
  margin-right: 0;
  position: relative;
  top: -2px;
}
.em-products-compare-table .table thead th .products-compare-card .compare-content .rating li i {
  color: #F0C005;
}
.em-products-compare-table .table thead th .products-compare-card .compare-content .rating li span {
  color: #161414;
  font-weight: 500;
}
.em-products-compare-table .table tbody .space-light-orange-color td {
  padding: 25px 30px;
  color: #161414;
  font-weight: 700;
  font-size: 18px;
  border: none;
  background: #FFE3DC !important;
}
.em-products-compare-table .table tbody tr td {
  font-weight: 500;
  font-size: 14px;
  color: #7E7E7E;
  padding: 25px 50px;
  border: 1px solid #EDE3E3;
}
.em-products-compare-table .table tbody tr td:first-child {
  border-left: none;
  padding: 25px 30px;
}
.em-products-compare-table .table tbody tr td .no {
  display: flex;
  align-items: center;
}
.em-products-compare-table .table tbody tr td .no i {
  display: inline-block;
  background: linear-gradient(125.56deg, #EF5350 6.42%, #C62828 93.44%);
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50px;
  text-align: center;
  color: var(--white-color);
  margin-right: 10px;
  font-size: 18px;
}
.em-products-compare-table .table tbody tr td .yes {
  display: flex;
  align-items: center;
}
.em-products-compare-table .table tbody tr td .yes i {
  display: inline-block;
  background: #3CBD96;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50px;
  text-align: center;
  color: var(--white-color);
  margin-right: 10px;
  font-size: 18px;
}
.em-products-compare-table .table tbody tr td .buy-btn {
  padding: 15px 20px;
  display: inline-block;
  background-color: var(--main-color);
  color: var(--white-color);
  border-radius: 5px;
  font-weight: 500;
  font-size: 15px;
  transition: var(--transition);
}
.em-products-compare-table .table tbody tr td .buy-btn:hover {
  background-color: #161414;
}
.em-products-compare-table .table tbody tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: none;
}
.em-products-compare-table .table tbody:not(:first-child) {
  border-top: unset;
}

.compare-widget-area {
  padding-left: 15px;
}
.compare-widget-area .widget {
  margin-bottom: 30px;
}
.compare-widget-area .widget:last-child {
  margin-bottom: 0;
}
.compare-widget-area .widget .widget-title {
  font-size: 18px;
  margin-bottom: 25px;
}
.compare-widget-area .compare_search form {
  position: relative;
}
.compare-widget-area .compare_search form .search-field {
  height: 55px;
  background: #F5F5F5;
  border: 1px solid #F2F1F3;
  display: block;
  width: 100%;
  border-radius: 5px;
  padding: 15px 20px;
  font-weight: 500;
  font-size: 14px;
  outline: 0;
  color: #656262;
}
.compare-widget-area .compare_search form .search-field::-moz-placeholder {
  color: #656262;
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.compare-widget-area .compare_search form .search-field::placeholder {
  color: #656262;
  transition: var(--transition);
}
.compare-widget-area .compare_search form .search-field:focus::-moz-placeholder {
  color: transparent;
}
.compare-widget-area .compare_search form .search-field:focus::placeholder {
  color: transparent;
}
.compare-widget-area .compare_search form button {
  border: none;
  background-color: transparent;
  color: var(--black-color);
  font-size: 18px;
  position: absolute;
  right: 18px;
  top: 12px;
  transition: var(--transition);
}
.compare-widget-area .compare_search form button:hover {
  color: var(--main-color);
}
.compare-widget-area .compare_products {
  position: relative;
  overflow: hidden;
  background: #F8F8F8;
  border-radius: 5px;
  padding: 35px 30px;
}
.compare-widget-area .compare_products .item {
  overflow: hidden;
  margin-bottom: 25px;
}
.compare-widget-area .compare_products .item:last-child {
  margin-bottom: 0;
}
.compare-widget-area .compare_products .item .thumb {
  float: left;
  width: 120px;
  height: 120px;
  overflow: hidden;
  display: block;
  position: relative;
  margin-right: 20px;
  z-index: 1;
}
.compare-widget-area .compare_products .item .thumb .fullimage {
  width: 120px;
  height: 120px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}
.compare-widget-area .compare_products .item .thumb .fullimage.bg1 {
  background-image: url(../../assets/images/compare/img1.jpg);
}
.compare-widget-area .compare_products .item .thumb .fullimage.bg2 {
  background-image: url(../../assets/images/compare/img2.jpg);
}
.compare-widget-area .compare_products .item .thumb .fullimage.bg3 {
  background-image: url(../../assets/images/compare/img3.jpg);
}
.compare-widget-area .compare_products .item .thumb .fullimage.bg4 {
  background-image: url(../../assets/images/compare/img4.jpg);
}
.compare-widget-area .compare_products .item .thumb .fullimage.bg5 {
  background-image: url(../../assets/images/compare/img5.jpg);
}
.compare-widget-area .compare_products .item .info {
  overflow: hidden;
  position: relative;
  top: 5px;
}
.compare-widget-area .compare_products .item .info .title {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 15px;
  color: #161414;
  line-height: 1.4;
}
.compare-widget-area .compare_products .item .info .title a {
  display: inline-block;
}
.compare-widget-area .compare_products .item .info .rating {
  padding-left: 0;
  line-height: 1;
  margin-top: 12px;
  margin-bottom: 10px;
}
.compare-widget-area .compare_products .item .info .rating li {
  display: inline-block;
  margin-right: 5px;
}
.compare-widget-area .compare_products .item .info .rating li:last-child {
  margin-right: 0;
}
.compare-widget-area .compare_products .item .info .rating li i {
  color: #F0C005;
  font-size: 18px;
}
.compare-widget-area .compare_products .item .info .price {
  font-weight: 300;
  font-size: 12.5px;
  color: #757575;
}
.compare-widget-area .compare_products .item .info .price span {
  font-weight: 700;
  font-size: 15px;
  color: var(--main-color);
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
  .em-products-compare-area .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    max-width: 540px;
  }
  .em-products-compare-table .table thead th {
    border-left: 1px solid #EDE3E3 !important;
  }
  .em-products-compare-table .table tbody tr td {
    border-left: 1px solid #EDE3E3 !important;
  }
  .compare-widget-area {
    padding-left: 0;
    margin-top: 30px;
  }
  .compare-widget-area .compare_products {
    padding: 20px;
  }
  .compare-widget-area .compare_products .item .thumb {
    width: 65px;
    height: 65px;
    margin-right: 10px;
  }
  .compare-widget-area .compare_products .item .thumb .fullimage {
    width: 65px;
    height: 65px;
  }
  .compare-widget-area .compare_products .item .info {
    top: 0;
  }
}
/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .em-products-compare-area .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    max-width: 720px;
  }
  .em-products-compare-table .table thead th {
    border-left: 1px solid #EDE3E3 !important;
  }
  .em-products-compare-table .table tbody tr td {
    border-left: 1px solid #EDE3E3 !important;
  }
  .compare-widget-area {
    padding-left: 0;
    margin-top: 30px;
  }
}
/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .em-products-compare-area .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    max-width: 960px;
  }
  .compare-widget-area {
    padding-left: 0;
    margin-top: 30px;
  }
}
/* Min width 1200px to Max width 1399px */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .compare-widget-area {
    padding-left: 0;
  }
  .compare-widget-area .compare_products {
    padding: 20px;
  }
  .compare-widget-area .compare_products .item .thumb {
    width: 65px;
    height: 65px;
    margin-right: 10px;
  }
  .compare-widget-area .compare_products .item .thumb .fullimage {
    width: 65px;
    height: 65px;
  }
  .compare-widget-area .compare_products .item .info {
    top: 0;
  }
}
/* Min width 1600px */
@media only screen and (min-width: 1600px) {
  .em-products-compare-area .container-fluid {
    max-width: 1920px;
    padding-left: 100px;
    padding-right: 100px;
  }
}/*# sourceMappingURL=product-compare.css.map */