.comparison {}



.content__menu {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.content__menu>label {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    /* identical to box height, or 133% */

    letter-spacing: 0.3px;

    color: #B5B5B9;
}

.content__button {
    background: #FFFFFF;
    border: 1px solid #B5B5B9;
    border-radius: 10px;
    margin-right: 89px;

    display: flex;
    align-items: center;
    text-align: center;

    color: #B5B5B9;
    padding: 4px 12px 4px 12px;
    cursor: pointer;


    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    /* identical to box height, or 160% */

    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-around;


}
.content__button:hover{
    color: #6b6b6b;
    border-color: #6b6b6b;
}
.content__checkbox {}

.content__body>table {
    width: 100%;
    table-layout: fixed;

}

.td {
    /* width: 202px; */
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}


.main-td {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    /* identical to box height, or 100% */
    /* width: 200px; */

    color: #333333;

}

.picture-td {
    position: relative;
    justify-content: center;
}

.pi-remove {
    top: 0px !important;
    right: 0px !important;
}

.category-td {
    margin-right: 17px;
        padding-top: 10px;
    padding-bottom: 10px;

}

.category-td,
.main-td {
    /* display: flex;
    width: 200px; */
}

.main-td,
.picture-td {
    margin-bottom: 30px;
}
.row3{
    grid-column: 1/5;
    display: grid;
    grid-template-columns: repeat(3, 200px) 1fr;
    column-gap: 20px;
}
.row,.row2{
    grid-column: 1/6;
    display: grid;
    grid-template-columns: 18px repeat(3, 200px) 1fr;
    column-gap: 20px;
}
.grid-hover .row:hover{
background: #F5F5F6;
}
.pi-cart {}

.pi_icon {}

.pi-fav {}

.pi-h2 {
    width: 100%;
    padding: 0px 20px 0px 5px;
    justify-content: space-between !important;
}

.rating {}

.star-icon {}

.reviews {}

.grid {
    display: grid;
    grid-template-columns: 18px repeat(3, 200px) 1fr;
    column-gap: 20px;

}

.price-text {
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 16px;
    /* identical to box height, or 100% */

    letter-spacing: 0.3px;

    color: #333333;
    margin-bottom: 20px;
}

.td-column {
    flex-direction: column;
    justify-content: flex-start;


}

.td,
.category-td {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    /* or 133% */

    letter-spacing: 0.3px;

    color: #333333;
}

.td-column>div {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.pi-cart {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    /* identical to box height, or 100% */
    color: #FFFFFF;
    width: 132px !important;
    height: 36px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0 !important;
}

.pi-fav {}

.divider {
    margin-bottom: 30px;
    margin-top: 30px;
    border: 0.5px solid #F3F3F3;

}

.content__header {
    margin-top: 30px;
}

.tooltip {
    position: relative;
    display: inline-block;
    top: 3px;
    right: -3px;
}

.tooltip .tooltiptext {
    visibility: hidden;
    background-color: #FFFFFF;
    color: #333333;
    text-align: center;
    padding: 2px 10px;
    gap: 15px;

    white-space: nowrap;
    /* Position the tooltip */
    position: absolute;
    top: -25px;
    left: -20px;
    z-index: 1;
    box-shadow: 0px 4px 24px rgba(0, 67, 101, 0.08);
    border-radius: 2px;

    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    /* identical to box height, or 120% */
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
.custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 12px;
    color: #737B7D;
}
.custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    flex-grow: 0;
    background: #FFFFFF;
    border: 0.5px solid #6B6B6B;
    border-radius: 4px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.custom-checkbox:checked+label::before {
  border-color: #E41434;
  background-color: #E41434;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.titit{
    cursor: pointer;
}
.titit:hover{
    color: #E41434;
}
.content__button:hover >svg path{
  fill:#6b6b6b;
}
.custom-checkbox+label:hover{
    color: #333333
}