.pcwc-single-releted-products .pcwc-remove {
    display: none !important;
}

#pcwc-fixed-form-container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100;
    text-align: center;
    margin: 0 auto;
    z-index: 99;
}
  
#pcwc-fixed-form-container .pcwc-compare-sticky-bar-btn {
    font-size: 18px;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px 5px 0px 0px;
    padding: 6px 25px 7px 22px;
    color: #fff;
    display: inline-block;
    background-color: black;
}
  
#pcwc-fixed-form-container .pcwc-sticky-compare {
    /* border-radius: 5px; */
    border-top: 2px solid black;
    padding: 10px;
    background-color: white;
 }
  
.pcwc-sticky-compare .pcwc-compare-product img {
    max-width: 65px;
}

.pcwc-sticky-compare {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.pcwc-sticky-compare .pcwc_product-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.pcwc-sticky-compare .pcwc_compare_btn{
    padding: 7px 15px;
    font-size: 14px;
    border-radius: 5px;
}

.pcwc_product-wrapper .pcwc-compare-product{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0;
    margin: 0;
}

.pcwc_product-wrapper .pcwc-compare-product img{
    width: 100%;
    border: 1px solid #eaeaea;
}

.pcwc_product-wrapper .pcwc-compare-product a{
    font-size: 14px;
}

.pcwc-sticky-compare .pcwc_compare-wrapper {
    display: flex;
    flex-direction: column;
}

.pcwc-sticky-compare .pcwc-more-product {
    height: 60px;
    width: 60px;
    border: 2px dashed;
}

tr:has(td.highlight-difference) {
    background-color: #d9d9d9ac;
}

.pcwc-highlight-difference, .pcwc-hide-similarities {
    /* background-color: black; */
    /* padding: 7px 10px; */
    color: black;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    margin: 0 !important;
    display: flex;
    align-items: center;
}

.pcwc-highlight-difference input[type="checkbox"],
.pcwc-hide-similarities input[type="checkbox"] {
    margin-right: 5px;
    width: 12px;
    height: 12px;
    cursor: pointer;
}

.pcwc_filter_btn_wrapper {
    display: flex;
    flex-direction: column;
}

.pcwc-compare-icon-popup{
    width: 35px;
}

.pcwc-horizontal-table .pcwc-check {
    margin: 0 0 10px 0;
}

.pcwc-horizontal-table .pcwc-name{
    margin: 0;
    padding: 0;
}

.pcwc-comparison-table.pcwc-horizontal-table th,
.pcwc-comparison-table.pcwc-horizontal-table td {
    padding: 15px;
}

.pcwc-single-releted-products .pcwc-horizontal-table .remove-td {
    display: none !important;
}

.pcwc-copy-wrapper {
    padding: 0 20px;
}




/*-------------------------- Compare Table Style 2 Start -----------------------------*/

.pcwc-comparison-table.pcwc-vertical-table.style-2 th.image-th {
    background-color: #6b55ec;
    height: 220px;
}

.pcwc-comparison-table.pcwc-vertical-table.style-2 .title-tr,
.pcwc-comparison-table.pcwc-vertical-table.style-2 .title-tr th,
.pcwc-comparison-table.pcwc-vertical-table.style-2 .title-tr td{
    background-color: #2d1e86;
    color: white;
    font-size: 16px;
}

.pcwc-comparison-table.pcwc-vertical-table.style-2 .fa-long-arrow-alt-right{
    margin-right: 10px;
    color: #C3CCDC !important;
    font-weight: 900 !important;
}

.pcwc-comparison-table.pcwc-vertical-table.style-2 th,
.pcwc-comparison-table.pcwc-vertical-table.style-2 td{
    font-size: 16px;
    padding: 23px;
    font-family: "Poppins", Sans-serif;
    background-color: white;
}

.pcwc-comparison-table.pcwc-vertical-table.style-2 .pcwc-compare-add-to-cart a{
    background-color: #6752e5;
    color: #fefefe;
    padding: 15px 15px 15px 15px;
    line-height: 1;
    border-radius: 5px;
}

.pcwc-comparison-table.pcwc-vertical-table.style-2 td {
    max-width: 260px;
    color: #727272;
}

.pcwc-comparison-table.pcwc-vertical-table.style-2 .pcwc-info{
    color: #252525;
    font-weight: 400;
}
  
/*-------------------------- Compare Table Style 2 End -----------------------------*/
  
  
/*-------------------------- Compare Table Style 3 Start -----------------------------*/
  
  

.pcwc-comparison-table.pcwc-vertical-table.style-3 tr:nth-child(odd) td {
    background-color: #fbf8f7;
}

.pcwc-comparison-table.pcwc-vertical-table.style-3 tr:nth-child(even) td{
    background-color: #ffffff;
}

.pcwc-comparison-table.pcwc-vertical-table.style-3 th.image-th {
    background-color: transparent;
    height: 220px;
}

.pcwc-comparison-table.pcwc-vertical-table.style-3 .title-tr,
.pcwc-comparison-table.pcwc-vertical-table.style-3 .title-tr th,
.pcwc-comparison-table.pcwc-vertical-table.style-3 .title-tr td{
    background-color: #fd9352 !important;
    color: #fffbfb;
    font-size: 16px;
}

.pcwc-comparison-table.pcwc-vertical-table.style-3 .fa-long-arrow-alt-right{
    margin-right: 15px;
    color: #C3CCDC !important;
    font-weight: 900 !important;
}

.pcwc-comparison-table.pcwc-vertical-table.style-3 th,
.pcwc-comparison-table.pcwc-vertical-table.style-3 td{
    font-size: 16px;
    padding: 23px;
    font-family: "Poppins", Sans-serif;
    border: 1px solid #dee0e6;
}

.pcwc-comparison-table.pcwc-vertical-table.style-3 .pcwc-compare-add-to-cart a{
    background-color: #fd9352;
    color: #fefefe;
    padding: 15px 15px 15px 15px;
    line-height: 1;
    border-radius: 5px;
}

.pcwc-comparison-table.pcwc-vertical-table.style-3 td {
    max-width: 260px;
    color: #727272;
}

.pcwc-comparison-table.pcwc-vertical-table.style-3 .pcwc-info{
    color: #252525;
    font-weight: 400;
}

.pcwc-comparison-table.pcwc-vertical-table.style-3 .first-th{
    border: none;
    background-color: transparent;
}

.pcwc-comparison-table.pcwc-vertical-table.style-3 .pcwc-rate .star-rating:before {
    color: black;
}
  
/*-------------------------- Compare Table Style 3 End -----------------------------*/
  
  
/*-------------------------- Compare Table Style 4 Start -----------------------------*/
  
  
.pcwc-comparison-table.pcwc-vertical-table.style-4 th.image-th {
    background-color: transparent;
    height: 220px;
}

.pcwc-comparison-table.pcwc-vertical-table.style-4 .fa-long-arrow-alt-right{
    margin-right: 15px;
    color: #C3CCDC !important;
    font-weight: 900 !important;
}

.pcwc-comparison-table.pcwc-vertical-table.style-4 th,
.pcwc-comparison-table.pcwc-vertical-table.style-4 td{
    font-size: 16px;
    padding: 23px;
    font-family: "Poppins", Sans-serif;
    border: 1px solid #dee0e6;
    background-color: transparent;
}

.pcwc-comparison-table.pcwc-vertical-table.style-4 .pcwc-info{
    background-color: white;
}

.pcwc-comparison-table.pcwc-vertical-table.style-4 .pcwc-compare-add-to-cart a{
    background-color: #613de6;
    color: #fefefe;
    padding: 15px 15px 15px 15px;
    line-height: 1;
    border-radius: 5px;
}

.pcwc-comparison-table.pcwc-vertical-table.style-4 .pcwc-info{
    color: #252525;
    font-weight: 400;
}

.pcwc-comparison-table.pcwc-vertical-table.style-4 .first-th{
    border: none;
    background-color: white;
}

.pcwc-comparison-table.pcwc-vertical-table.style-4 .pcwc-rate .star-rating:before {
    color: black;
}

.pcwc-comparison-table.pcwc-vertical-table.style-4 .style-4-title {
    color: #252525;
    margin: 15px 0 10px 0;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
}

.pcwc-comparison-table.pcwc-vertical-table.style-4 .style-4-price span.woocommerce-Price-amount.amount {
    color: #613de6;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.pcwc-comparison-table.pcwc-vertical-table.style-4 td.pcwc-info,
.pcwc-comparison-table.pcwc-vertical-table.style-4 th.pcwc-info {
    background: #613de6;
    color: white;
}

.pcwc-comparison-table.pcwc-vertical-table.style-4 .style-4-price {
    line-height: 1;
}
  
  /*-------------------------- Compare Table Style 4 End -----------------------------*/
  
  /*-------------------------- Compare Table Style 5 Start -----------------------------*/
  
  
.pcwc-comparison-table.pcwc-vertical-table.style-5 th,
.pcwc-comparison-table.pcwc-vertical-table.style-5 td{
    font-size: 16px;
    padding: 23px;
    font-family: "Poppins", Sans-serif;
    border: 1px solid #dee0e6;
    background-color: transparent;
}

.pcwc-comparison-table.pcwc-vertical-table.style-5 i.fas.fa-long-arrow-alt-right {
    display: none;
}
  
.pcwc-comparison-table.pcwc-vertical-table.style-5 .title-th:nth-of-type(3n+2),
.pcwc-comparison-table.pcwc-vertical-table.style-5 .pcwc-compare-add-to-cart:nth-of-type(3n+2) a {
    background-color: #6a3ee8;
}
  
.pcwc-comparison-table.pcwc-vertical-table.style-5 .title-th:nth-of-type(3n+3),
.pcwc-comparison-table.pcwc-vertical-table.style-5 .pcwc-compare-add-to-cart:nth-of-type(3n+3) a {
    background-color: #3e5ae8;
}

.pcwc-comparison-table.pcwc-vertical-table.style-5 .title-th:nth-of-type(3n+4),
.pcwc-comparison-table.pcwc-vertical-table.style-5 .pcwc-compare-add-to-cart:nth-of-type(3n+4) a {
    background-color: #15e9c9;
}

.pcwc-comparison-table.pcwc-vertical-table.style-5 .image-th:nth-of-type(3n+2){
    background-color: #f4f0ff;
    height: 300px;
}

.pcwc-comparison-table.pcwc-vertical-table.style-5 .image-th:nth-of-type(3n+3){
    background-color: #eaedff;
}

.pcwc-comparison-table.pcwc-vertical-table.style-5 .image-th:nth-of-type(3n+4){
    background-color: #e5fffb;
}

.pcwc-comparison-table.pcwc-vertical-table.style-5 .title-th{
    min-width: 200px;
}
  
.pcwc-comparison-table.pcwc-vertical-table.style-5 .title-th:nth-of-type(2){
    min-width: 400px;
}

.pcwc-comparison-table.pcwc-vertical-table.style-5 .image-th:nth-of-type(2) .pcwc-compare-product .pcwc-compare-img{
    max-width: 400px;
    width: 320px;
}
  
.pcwc-comparison-table.pcwc-vertical-table.style-5 .title-th{
    font-size: 20px;
    font-weight: 400;
    color: white;
}
  
  
.pcwc-comparison-table.pcwc-vertical-table.style-5 .pcwc-info{
    background-color: white;
    border: none;
}
  
.pcwc-comparison-table.pcwc-vertical-table.style-5 .pcwc-compare-add-to-cart a{
    color: white;
    border-radius: 5px;
    font-weight: 600;
    padding: 15px;
    line-height: 1;
}
  
  /*-------------------------- Compare Table Style 5 End -----------------------------*/
  
  
  /*-------------------------- Compare Table Style 6 Start -----------------------------*/
  
  
.pcwc-comparison-table.pcwc-vertical-table.style-6 td,
.pcwc-comparison-table.pcwc-vertical-table.style-6 th{
    font-size: 18px;
    color: white;
    border: none;
}

table.pcwc-comparison-table.pcwc-vertical-table.style-6 thead {
    background-color: #f0eff6;
}
  
.pcwc-comparison-table.pcwc-vertical-table.style-6 .pcwc-info{
    text-align: left;
    color: #000;
    background-color: #f0eff6;
    font-weight: 400;
}

.pcwc-comparison-table.pcwc-vertical-table.style-6 i.fas.fa-long-arrow-alt-right{
    display: none;
}
  
table.pcwc-comparison-table.pcwc-vertical-table.style-6 th {
    padding: 15px;
    font-weight: bold;
    text-align: center;
    color: #727272;
    border: none;
}

table.pcwc-comparison-table.pcwc-vertical-table.style-6 tr.title-td {
    background: #fd907b;
    color: #fff;
}

table.pcwc-comparison-table.pcwc-vertical-table.style-6 tr:nth-of-type(even), 
.pcwc-comparison-table.pcwc-vertical-table.style-6 .opacity-row {
    background: #f0eff6;
    opacity: 0.7;
}

table.pcwc-comparison-table.pcwc-vertical-table.style-6 tr:nth-of-type(odd) {
    background: #edecf3;
}

table.pcwc-comparison-table.pcwc-vertical-table.style-6 td:nth-of-type(3n+1),
table.pcwc-comparison-table.pcwc-vertical-table.style-6 th:nth-of-type(3n+2) {
    background: #fd907b;
}

table.pcwc-comparison-table.pcwc-vertical-table.style-6 td:nth-of-type(3n+2),
table.pcwc-comparison-table.pcwc-vertical-table.style-6 th:nth-of-type(3n+3) {
    background: #7f6cf4;
}

table.pcwc-comparison-table.pcwc-vertical-table.style-6 td:nth-of-type(3n+3),
table.pcwc-comparison-table.pcwc-vertical-table.style-6 th:nth-of-type(3n+4) {
    background: #3ae281;
}

table.pcwc-comparison-table.pcwc-vertical-table.style-6 tr.image td:nth-of-type(3n+1) {
    background: #f4f0ff;
}

table.pcwc-comparison-table.pcwc-vertical-table.style-6 tr.image td:nth-of-type(3n+2) {
    background: #eaedff;
}

table.pcwc-comparison-table.pcwc-vertical-table.style-6 tr.image td:nth-of-type(3n+3) {
    background: #e5fffb;
}

table.pcwc-comparison-table.pcwc-vertical-table.style-6 .pcwc-compare-product img {
    max-width: 280px;
    width: 100%;
    border-radius: 6px;
}

.pcwc-comparison-table.pcwc-vertical-table.style-6 .pcwc-rate .star-rating:before {
    color: #000000;
}

.pcwc-comparison-table.pcwc-vertical-table.style-6 .pcwc-compare-add-to-cart .add_to_cart_button{
    background-color: #ffffff;
    padding: 15px 15px 15px 15px;
    line-height: 1;
    border-radius: 5px;
}

.pcwc-comparison-table.pcwc-vertical-table.style-6 .pcwc-compare-add-to-cart:nth-of-type(3n+1)  .add_to_cart_button{
    color: #fd907b;
}

.pcwc-comparison-table.pcwc-vertical-table.style-6 .pcwc-compare-add-to-cart:nth-of-type(3n+2) .add_to_cart_button{
    color: #7f6cf4;
}

.pcwc-comparison-table.pcwc-vertical-table.style-6 .pcwc-compare-add-to-cart:nth-of-type(3n+3) .add_to_cart_button{
    color: #3ae281;
}

.pcwc-comparison-table.pcwc-vertical-table.style-6 td {
    color: #fff;
    border-right: 20px solid #fff
}

@media only screen and (min-width: 1170px) {
    .pcwc-comparison-table.pcwc-vertical-table.style-6 th, 
    .pcwc-comparison-table.pcwc-vertical-table.style-6 td {
        width: 230px;
        min-width: 230px;
    }
}

.pcwc-comparison-table.pcwc-vertical-table.style-6 .image-th{
    padding: 10px;
}

.pcwc-comparison-table.pcwc-vertical-table.style-6 .pcwc-compare-product{
    padding: 0;
}

.pcwc-comparison-table.pcwc-vertical-table.style-6 .pcwc-compare-product img{
    margin: 0;
}

  /*-------------------------- Compare Table Style 6 End -----------------------------*/




  /*  Compare horizontal style 2    */

.pcwc-comparison-table.pcwc-horizontal-table.compare-table2 thead tr .pcwc-info {
    background-color: #2d1e86;
    color: white !important;    
}

.pcwc-comparison-table.pcwc-horizontal-table.compare-table2 th.image-th {
    background-color: #6b55ec;
    height: 220px;
}

.pcwc-comparison-table.pcwc-horizontal-table.compare-table2 .title-tr,
.pcwc-comparison-table.pcwc-horizontal-table.compare-table2 .title-tr th,
.pcwc-comparison-table.pcwc-horizontal-table.compare-table2 .title-tr td{
    background-color: #2d1e86;
    color: white;
    font-size: 16px;
}

.pcwc-comparison-table.pcwc-horizontal-table.compare-table2 .fa-long-arrow-alt-right{
    margin-right: 10px;
    color: #C3CCDC !important;
    font-weight: 900 !important;
}

.pcwc-comparison-table.pcwc-horizontal-table.compare-table2 th,
.pcwc-comparison-table.pcwc-horizontal-table.compare-table2 td{
    font-size: 16px;
    padding: 23px;
    font-family: "Poppins", Sans-serif;
    background-color: white;
    text-align: center;
    vertical-align: middle;
}

.pcwc-comparison-table.pcwc-horizontal-table.compare-table2 .pcwc-compare-add-to-cart a{
    background-color: #6752e5;
    color: #fefefe;
    padding: 15px 15px 15px 15px;
    line-height: 1;
    border-radius: 5px;
}

.pcwc-comparison-table.pcwc-horizontal-table.compare-table2 td {
    max-width: 260px;
    color: #727272;
}

.pcwc-comparison-table.pcwc-horizontal-table.compare-table2 .pcwc-info{
    color: #252525;
    font-weight: 400;
}

.pcwc-comparison-table.pcwc-horizontal-table .pcwc-rate .star-rating {
    right: 18%;
}

.pcwc-comparison-table.pcwc-horizontal-table .pcwc-rate .star-rating:before{
    color: black;
}

/*   compare horizontal style 2 end   */


/*   compare horizontal style 3 start   */

.pcwc-comparison-table.pcwc-horizontal-table.compare-table3 thead tr th {
    background-color: #fd9352;
    color: white !important;    
}

.pcwc-comparison-table.pcwc-horizontal-table.compare-table3 tr:nth-child(odd) td {
    background-color: #fbf8f7;
}

.pcwc-comparison-table.pcwc-horizontal-table.compare-table3 tr:nth-child(even) td{
    background-color: #ffffff;
}

.pcwc-comparison-table.pcwc-horizontal-table.compare-table3 th.image-th {
    background-color: transparent;
    height: 220px;
}

.pcwc-comparison-table.pcwc-horizontal-table.compare-table3 .title-tr,
.pcwc-comparison-table.pcwc-horizontal-table.compare-table3 .title-tr th,
.pcwc-comparison-table.pcwc-horizontal-table.compare-table3 .title-tr td{
    background-color: #fd9352 !important;
    color: #fffbfb;
    font-size: 16px;
}

.pcwc-comparison-table.pcwc-horizontal-table.compare-table3 .fa-long-arrow-alt-right{
    margin-right: 15px;
    color: #C3CCDC !important;
    font-weight: 900 !important;
}

.pcwc-comparison-table.pcwc-horizontal-table.compare-table3 th,
.pcwc-comparison-table.pcwc-horizontal-table.compare-table3 td{
    font-size: 16px;
    padding: 23px;
    font-family: "Poppins", Sans-serif;
    border: 1px solid #dee0e6;
    text-align: center;
    vertical-align: middle;
}

.pcwc-comparison-table.pcwc-horizontal-table.compare-table3 .pcwc-compare-add-to-cart a{
    background-color: #fd9352;
    color: #fefefe;
    padding: 15px 15px 15px 15px;
    line-height: 1;
    border-radius: 5px;
}

.pcwc-comparison-table.pcwc-horizontal-table.compare-table3 td {
    max-width: 260px;
    color: #727272;
}

.pcwc-comparison-table.pcwc-horizontal-table.compare-table3 .pcwc-info{
    color: #252525;
    font-weight: 400;
}

.pcwc-comparison-table.pcwc-horizontal-table.compare-table3 .first-th{
    border: none;
    background-color: transparent;
}

.pcwc-comparison-table.pcwc-horizontal-table.compare-table3 .pcwc-rate .star-rating:before {
    color: black;
}

/*   compare horizontal style 3 end   */

/*   compare horizontal style 4 start   */

.pcwc-comparison-table.pcwc-horizontal-table.compare-table4 th,
.pcwc-comparison-table.pcwc-horizontal-table.compare-table4 td{
    font-size: 16px;
    padding: 23px;
    font-family: "Poppins", Sans-serif;
    border: 1px solid #dee0e6;
    background-color: transparent;
    text-align: center;
    vertical-align: middle;
}

.pcwc-comparison-table.pcwc-horizontal-table.compare-table4 .pcwc-info{
    background-color: #613de6;
    color: white;
    font-weight: 400;
}

.pcwc-comparison-table.pcwc-horizontal-table.compare-table4 .pcwc-compare-add-to-cart a{
    background-color: #613de6;
    color: #fefefe;
    padding: 15px 15px 15px 15px;
    line-height: 1;
    border-radius: 5px;
}

/* .pcwc-comparison-table.pcwc-horizontal-table.compare-table4 tbody tr:nth-child(even) td{
    background-color: #cad1ff;
} */

.pcwc-comparison-table.pcwc-horizontal-table.compare-table4 .pcwc-name {
    color: #727272;
    font-size: 20px;
    font-weight: 400;
}

/*   compare horizontal style 4 end   */

/*   compare horizontal style 5 Start   */

.pcwc-comparison-table.pcwc-horizontal-table.compare-table5 th,
.pcwc-comparison-table.pcwc-horizontal-table.compare-table5 td{
    font-size: 16px;
    padding: 23px;
    font-family: "Poppins", Sans-serif;
    border: 1px solid #dee0e6;
    background-color: transparent;
    text-align: center;
    vertical-align: middle;
}

.pcwc-comparison-table.pcwc-horizontal-table.compare-table5 .pcwc-info{
    background-color: white;
    /* color: white; */
    font-weight: 400;
}

.pcwc-comparison-table.pcwc-horizontal-table.compare-table5 .pcwc-compare-add-to-cart a{
    color: #fefefe;
    padding: 15px;
    line-height: 1;
    border-radius: 5px;
}

.pcwc-comparison-table.pcwc-horizontal-table.compare-table5 tbody tr:nth-child(3n+1) td{
    background-color: #f4f0ff;
}

.pcwc-comparison-table.pcwc-horizontal-table.compare-table5 tbody tr:nth-child(3n+2) td{
    background-color: #fbf8f7;
}

.pcwc-comparison-table.pcwc-horizontal-table.compare-table5 tbody tr:nth-child(3n) td{
    background-color: #eaedff;
}

.pcwc-comparison-table.pcwc-horizontal-table.compare-table5 tbody tr:nth-child(3n+1) .pcwc-compare-add-to-cart a{
    background-color: #6947e7;
}

.pcwc-comparison-table.pcwc-horizontal-table.compare-table5 tbody tr:nth-child(3n+2) .pcwc-compare-add-to-cart a{
    background-color: orange;
}

.pcwc-comparison-table.pcwc-horizontal-table.compare-table5 tbody tr:nth-child(3n) .pcwc-compare-add-to-cart a{
    background-color: #15e9c9;
}


.pcwc-comparison-table.pcwc-horizontal-table.compare-table5 .pcwc-name {
    color: #727272;
    font-size: 20px;
    font-weight: 400;
}
/*   compare horizontal style 5 End   */


/*   compare horizontal style 6 start   */

.pcwc-comparison-table.pcwc-horizontal-table.compare-table6 th,
.pcwc-comparison-table.pcwc-horizontal-table.compare-table6 td{
  font-size: 16px;
  padding: 23px;
  font-family: "Poppins", Sans-serif;
  background-color: white;
  text-align: center;
  vertical-align: middle;
}

.pcwc-comparison-table.pcwc-horizontal-table.compare-table6 .pcwc-compare-add-to-cart a{
  background-color: #000;
  color: #fefefe;
  padding: 15px 15px 15px 15px;
  line-height: 1;
}

.pcwc-comparison-table.pcwc-horizontal-table.compare-table6 .pcwc-info{
    color: #252525;
    background-color: #f0eff6;
    font-weight: 400;
}

table.pcwc-comparison-table.pcwc-horizontal-table.compare-table6 tbody td,
table.pcwc-comparison-table.pcwc-horizontal-table.compare-table6 tbody th{
    border-bottom: 20px solid white
}

table.pcwc-comparison-table.pcwc-horizontal-table.compare-table6 tbody tr th:nth-child(even),
table.pcwc-comparison-table.pcwc-horizontal-table.compare-table6 tbody tr td:nth-child(even) {
    opacity: 0.7;
}

table.pcwc-comparison-table.pcwc-horizontal-table.compare-table6 tbody tr:nth-child(3n+1) .pcwc-compare-add-to-cart a {
    background-color: #ffffff;
    color: #fd907b;
}

table.pcwc-comparison-table.pcwc-horizontal-table.compare-table6 tbody tr:nth-child(3n+2) .pcwc-compare-add-to-cart a {
    background-color: #ffffff;
    color: #7f6cf4;
}

table.pcwc-comparison-table.pcwc-horizontal-table.compare-table6 tbody tr:nth-child(3n) .pcwc-compare-add-to-cart a {
    background-color: #ffffff;
    color: #3ae281;
}

.pcwc-comparison-table.pcwc-horizontal-table.compare-table6 tbody tr:nth-child(3n+1) td {
    background: #fd907b;
}

.pcwc-comparison-table.pcwc-horizontal-table.compare-table6 tbody tr:nth-child(3n+2) td {
    background: #7f6cf4;
}

.pcwc-comparison-table.pcwc-horizontal-table.compare-table6 tbody tr:nth-child(3n) td {
    background: #3ae281;
}
/*   compare horizontal style 6 end   */

table.pcwc-comparison-table tr:has(td.highlight-difference) td,
table.pcwc-comparison-table tr:has(td.highlight-difference) th {
    background-color: #171f89ac !important;
    color: white !important;
}

@media (max-width: 768px) {
    .pcwc-comparison-table.pcwc-vertical-table.style-2 th, 
    .pcwc-comparison-table.pcwc-vertical-table.style-2 td,
    .pcwc-comparison-table.pcwc-vertical-table.style-2 .title-tr td,
    .pcwc-comparison-table.pcwc-vertical-table.style-3 th, 
    .pcwc-comparison-table.pcwc-vertical-table.style-3 td,
    .pcwc-comparison-table.pcwc-vertical-table.style-3 .title-tr td,
    .pcwc-comparison-table.pcwc-vertical-table.style-4 th, 
    .pcwc-comparison-table.pcwc-vertical-table.style-4 td,
    .pcwc-comparison-table.pcwc-vertical-table.style-4 .title-tr td,
    .pcwc-comparison-table.pcwc-vertical-table.style-5 th, 
    .pcwc-comparison-table.pcwc-vertical-table.style-5 td,
    .pcwc-comparison-table.pcwc-vertical-table.style-5 .title-tr td,
    .pcwc-comparison-table.pcwc-vertical-table.style-6 th, 
    .pcwc-comparison-table.pcwc-vertical-table.style-6 td,
    .pcwc-comparison-table.pcwc-vertical-table.style-6 .title-tr td {
        padding: 12px;
        font-size: 12px;
        max-width: 160px;
    }
    .pcwc-compare-product .pcwc-compare-img{
        max-width: 100px;
    }

    .pcwc-comparison-table.pcwc-vertical-table.style-2 th.image-th,
    .pcwc-comparison-table.pcwc-vertical-table.style-3 th.image-th,
    .pcwc-comparison-table.pcwc-vertical-table.style-4 th.image-th,
    .pcwc-comparison-table.pcwc-vertical-table.style-5 th.image-th,
    .pcwc-comparison-table.pcwc-vertical-table.style-6 th.image-th{
        height: auto;
    }

}