.compare-success-alert {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #4CAF50;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.compare-success-alert .compare-success-close {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.compare-success-alert .compare-success-close:hover {
    color: #ccc;
}


.wps_compare_td_cart .add_to_cart_inline{
	border:none!important;
	padding:0px!important;
	font-size:0px;
}

.wps_compare_td_cart  a.button{
 

    font-size: 13px!important;;
    line-height: 15px!important;;
    font-weight: 400!important;;
    text-align: center!important;;
    z-index: 1;
    background-color: #000!important;;
    width: 100px!important;;
    border: 1px solid #d8d8d8!important;;
    vertical-align: middle!important;;
}
.wps_compare_td_button .cpc-remove-button{
    background: #ffffff;
    padding: 20px;
    color: black;
    border: 1px solid #ececec;
    border-radius: 4px;
    margin: 0 auto;
}
.wps_compare_td_cat a{
    background: #f0f0f0;
    padding: 2px 10px;
    border-radius: 4px;
    color: #000;
    border: 1px solid #e2e2e2;
    font-size: 12px;
    margin-bottom: 7px;
    line-height: 26px;
}
.wps_compare_td_tag a{
    background: #f0f0f0;
    padding: 2px 10px;
    border-radius: 4px;
    color: #000;
    border: 1px solid #e2e2e2;
    font-size: 12px;
    margin-bottom: 7px;
    line-height: 26px;
}




/* Styles for Add to Cart button in the wishlist */
.wps_wishlist_td_cart .add_to_cart_inline {
    border: none !important;
    padding: 0 !important;
    font-size: 0;
}

.wps_wishlist_td_cart a.button {
    font-size: 13px !important;
    line-height: 15px !important;
    font-weight: 400 !important;
    text-align: center !important;
    z-index: 1;
    background-color: #000 !important;
    width: 100px !important;
    border: 1px solid #d8d8d8 !important;
    vertical-align: middle !important;
}

/* Styles for Remove button in the wishlist */
.wps_wishlist_td_button .cpc-remove-button {
    background: #ffffff;
    /* padding: 10px 20px; */
    color: black;
    border: 1px solid #ececec;
    border-radius: 50%;
    margin: 0 auto;
    cursor: pointer; /* Added cursor style for better UX */
    height: 40px;
    width: 40px;
    text-align: center;
}

/* Styles for Categories in the wishlist */
.wps_wishlist_td_cat a {
    background: #f0f0f0;
    padding: 2px 10px;
    border-radius: 4px;
    color: #000;
    border: 1px solid #e2e2e2;
    font-size: 12px;
    margin-bottom: 7px;
    line-height: 20px;
    display: inline-block; /* Added display for proper alignment */
}

/* Styles for Tags in the wishlist */
.wps_wishlist_td_tag a {
    background: #f0f0f0;
    padding: 2px 10px;
    border-radius: 4px;
    color: #000;
    border: 1px solid #e2e2e2;
    font-size: 12px;
    margin-bottom: 7px;
    line-height: 20px;
    display: inline-block; /* Added display for proper alignment */
}

/* Optional: Hover effects for categories and tags */
.wps_wishlist_td_cat a:hover,
.wps_wishlist_td_tag a:hover {
    background: #e0e0e0; /* Slightly darker on hover */
    border-color: #d0d0d0; /* Slightly darker border on hover */
}
.cpc-wishlist-table table {
    width: 100%;
}

.cpc-wishlist-table table tbody tr td {
    vertical-align: middle!important;
    text-align: center;
}
.wps_wishlist_td_thumb{
    width: 132px;
    text-align: center;
}

.wps_wishlist_td_button .cpc-remove-button:hover {
    background: #e2dede;
 
}









/** css **/ 

.compare-section{
  position: relative;
}

.compare-section .inner-container{
  position: relative;
  border: 1px solid #E5E5E5;
}

.compare-section .content-block{
  position: relative;
  float: left;
  border-right: 1px solid #E5E5E5;
}

.compare-section .content-block:last-child{
  border-right: none;
}

.compare-section .content-block .image-box{
  position: relative;
  padding: 30px;
  padding-bottom: 50px;
  min-height: 417px;
}

.compare-section .content-block .image-box span{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  padding-top: 30px;
}

.compare-section .content-block .image-box .image{
  max-width: 250px;
  margin: 0 auto;
}

.compare-section .content-block .search-box{
  position: relative;
  margin-bottom: 37px;
}

.compare-section .content-block .search-box .form-group{
  position: relative;
  margin-bottom: 0px;
}

.compare-section .content-block .search-box .form-group input[type='search']{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #E5E5E5;
  border-radius: 50px;
  font-size: 16px;
  color: var(--text-color);
  padding: 10px 50px 10px 20px;
  transition: all 500ms ease;
}

.compare-section .content-block .search-box .form-group input:focus{

}

.compare-section .content-block .search-box .form-group button[type='submit']{
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 16px;
  color: var(--title-color);
  cursor: pointer;
  transition: all 500ms ease;
}

.compare-section .content-block .search-box .form-group input:focus + button,
.compare-section .content-block .search-box .form-group button:hover{

}

.compare-section .content-block .list-item li{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  padding: 12px 30px;
  border-bottom: 1px solid #f6f6f6;
}

.compare-section .content-block .list-item li span{
  font-weight: 600;
}

.compare-section .content-block .list-item li:nth-child(odd){
  /* background: #F7F7F7; */
}

.compare-section .content-block .btn-box{
  position: relative;
  display: block;
  padding: 30px;
  min-height: 110px;
}

.compare-section .content-block .btn-box .theme-btn{
  width: 100%;
  background: transparent;
  border: solid;
  border-width: 1px;
  color: var(--theme-color) !important;
  padding: 9px 30px;
}

.compare-section .content-block .btn-box .theme-btn:hover{
  color: #fff !important;
}











.wps_compare_table_wrapper {
    overflow-x: auto;
    margin: 20px 0;
    width: 100%;
}

.wps_compare_table {
    width: 100%;
    border-collapse: collapse;
}

.wps_compare_table th,
.wps_compare_table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

.wps_compare_thead {
    background-color: #f5f5f5;
    font-weight: bold;
}

.wps_compare_tbody_label {
    background-color: #f9f9f9;
    font-weight: bold;
    width: 20%;
}

.wps_compare_tbody_value {
    width: 80%;
    text-align: center;
}
.compare-section {
    padding-bottom: 80px;
}

.large-container {
    max-width: 1200px;
    margin: 0 auto;
}

.inner-container {
    overflow-x: auto;
}

.wps_compare_table {
    width: 100%;
    border-collapse: collapse;
}

.wps_compare_table th,
.wps_compare_table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

.wps_compare_table th {
    background-color: #f5f5f5;
    font-weight: bold;
    text-align: center;
}

.wps_compare_table td {
    text-align: center;
}

.wps_compare_table img {
    max-width: 100px;
    height: auto;
}

.cpc-remove-button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: #f00;
}
/* Font Awesome spinner class */
.fa-spin {
    animation: fa-spin 2s infinite linear;
}

@keyframes fa-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.wps-remove-area{
    position: relative;
    float: right;
    background: #f4f4f4;
    padding: 12px;
    width: 40px;
    height: 40px;
    line-height: 15px;
	z-index:999;
	text-align:center;
}
.wps_compare_td_cart .add_to_cart_button {
    padding: 8px 0!important;
    opacity: 1 !important;
}
.wps_compare_td_cart .woocommerce a.added_to_cart {
    left: 0;
    bottom: -18px;
}