.compaire-page {
    margin: 0 auto;
    max-width: 1366px;
    min-width: 978px;
    background: #fff;
    padding-top: 14px;
    position: relative;
    opacity: 1;
    transition: opacity .05s ease-in;
}

/* Flexbox layout for comparison rows and columns */
.compaire-product-row {
    display: flex;
    width: 100%;
    box-sizing: border-box;
}

.compaire-product-col {
    flex: 0 0 20%;
    padding: 0 16px;
    position: relative;
    width: 20%;
    box-sizing: border-box;
    border-right: 1px solid #e0e0e0;
}

/* Remove border for the last column */
.compaire-product-details .compaire-product-row .compaire-product-col:last-child {
    border-right: 0;
}

/* Center alignment for product images */
.compaire-product-img {
    text-align: center;
}

.compaire-product-img a {
    display: block;
}

/* Styling for product images */
.product-image {
    max-height: 184px;
    max-width: 184px;
    margin: auto;
    object-fit: contain;
}

/* Remove product button styling */
.remove-compare-product {
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 23px;
    font-size: 12px;
    line-height: 0;
    color: #878787;
    text-align: center;
    cursor: pointer;

}
/* Product name styling */
.product-name {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    margin: 10px 0;
    display: inline-block;
}

/* Price and discount styling */
.compaire-product-price div, .new-price {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #212121;
}

.old-price {
    font-size: 14px !important;
    text-decoration: line-through;
    margin: 0 3px;
    color: #878787;
}

.discount, .discount span {
    color: #388e3c;
    font-size: 13px;
    letter-spacing: -.2px;
    font-weight: 500;
}

/* Assured badge styling */
.assured {
    display: inline-block;
    vertical-align: bottom;
    font-size: 0;
    padding: 8px 0 0 0;
}

.assured img {
    height: 21px;
    width: 100%;
    object-fit: contain;
}

/* Rating and review styling */
.rating-content p {
    display: block;
    padding-left: 0;
    font-size: 14px;
    padding-top: 8px;
    font-weight: 500;
    color: #878787;
    margin: 0;
}

.Product-details-review {
    line-height: normal;
    display: inline-block;
    color: #fff;
    padding: 2px 4px 2px 6px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 12px;
    vertical-align: middle;
    background-color: #388e3c;
    margin: 10px 0 0;
}

/* Review link styling */
.all-review {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
}

/* Product details heading styling */
.Product-details-heading {
    font-size: 14px;
}

/* Product details section styling */
.compaire-product-details {
    border-top: 1px solid #e0e0e0;
}

/* Highlights content styling */
.highlights-content {
    color: #878787;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.71;
}

.highlights-content div span {
    font-weight: 600;
    color: #000;
}

/* Buy now button styling */
.buyNow-btn {
    color: #fff;
    background-color: #878787;
/*    cursor: not-allowed;*/
    width: 100%;
    border: 0;
    padding: 8px 8px;
    border-radius: 4px;
/*    margin: 32px 0;*/
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.buyNow-btn span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.compaire-product-row.diffrence-product-row {
    margin-bottom: 16px;
}
.compaire-product .compaire-product-row .compaire-product-col {
    border: 0;
}
.compaire-product-row.compaire-product-details-row .compaire-product-col{
    padding-top: 16px;
}
/* Responsive styles for smaller screens */
@media only screen and (max-width: 991px) {
    .compaire-product-col {
        padding: 0 5px;
    }

    .compaire-product-col p,
    .product-content-wrapper-text,
    .product-name,
    .compaire-product-price div,
    .old-price,
    .show-only-differences,
    .Product-details-heading,
    .Product-details-heading-text,
    .all-review {
        font-size: 12px !important;
    }

    .compaire-product-details .compaire-product-row .compaire-product-col {
        padding: 10px 10px;
    }

    .Product-details-review {
        margin-top: 0;
    }

    .highlights-content {
        font-size: 11px;
    }

    .buyNow-btn {
        font-size: 12px;
        margin: 15px 0;
        padding: 8px 5px;
        gap: 4px;
    }

    .total-items span {
        font-size: 14px;
    }

    .buyNow-btn span svg {
        width: 5px;
    }
}

@media only screen and (max-width: 768px) {
    .product-image {
        width: 80%;
        padding: 0;
    }
}


/*footer-css */

.compaire-footer {
    position: fixed;
    z-index: 3;
    bottom: 24px;
    right: 24px;
    will-change: transform;
}
.compaire-product-btn {
    position: relative;
}
.compaire-footer-img ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-left: 0;
    margin:0 0 30px 0;
}
.compaire-footer-img ul li {
    text-align: center;
    list-style: none;
    display: inline-block;
    width: 140px;
}

.compaire-footer-img ul li .compaire-footer-img-wrapper .compaire-footer-img {
    position: relative;
    width: auto;
}
.compaire-footer-img ul li .compaire-footer-img-wrapper .compaire-footer-img .remove-btn {
    margin: 0 0 10px 0;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #878787;
    background-color: #fff;
    border-radius: 50%;
    text-align: right;
    line-height: 1;
}
.removeAll {
    float: right;
    color: #212121;
    margin: 20px 0 0 0;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    bottom:18px;
    right: 188px;
}
.compaire-btn {
    transition: background-color .2s ease-in;
    font-size: 14px;
    border-radius: 2px;
    color: #fff;
    position: absolute;
    bottom: 13px;
    right: 8px;
    cursor: pointer;
    font-weight: 500;
    height: 40px;
    width: 144px;
    background-color: #2874F0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    border: 0;
    z-index: 9;
}
.compaire-product-btn > .compaire-footer-img{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
    width: auto;
    background: #fff;
    padding: 8px 24px 20px 24px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    position: absolute;
    bottom: 0;
    right: 0;
    border: 1px solid #F0F0F0;
    flex-flow: column;
    z-index: 9;
    transition: opacity .2s cubic-bezier(0,0,.3,1), -webkit-transform .2s cubic-bezier(0,0,.3,1);
    transition: transform .2s cubic-bezier(0,0,.3,1), opacity .2s cubic-bezier(0,0,.3,1);
    transition: transform .2s cubic-bezier(0,0,.3,1), opacity .2s cubic-bezier(0,0,.3,1), -webkit-transform .2s cubic-bezier(0,0,.3,1);
    pointer-events: all;
    webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
}
.compaire-footer-img.aico-compare {
    transform: scale(1);
    opacity: 1;
}
.compaire-footer-img-wrapper > .compaire-footer-img {
    padding: 0;
}
.compaire-footer-img-wrapper > .compaire-footer-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.compaire-footer-img a {
    display: inline-block;
    height: 112px;
}

.compaire-footer-img ul li .compaire-footer-img-wrapper p {
    font-size: 12px;
    margin-top: 15px;
    overflow: hidden;
}



#toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
}

.toast {
    min-width: 300px;
    max-width: 400px;
    background-color: #333;
    color: #fff;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 0.5s, transform 0.5s;
}

.toast.show {
    opacity: 1;
    transform: translateX(0);
}

.toast .close-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.icon-compare-active svg path{
    fill: #e60e0e;
}

/*toggle button*/
.add-compare-switch{
    display:flex;
    align-items:center;
    gap:10px;
}
.add-compare-title {
  position: relative;
  display: inline-block;
  width: 40px;
  height:20px;
  display:flex;
}
.add-compare-title input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.add-compare-title .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.add-compare-title .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.add-compare-title input:checked + .slider {
  background-color: #39C177;
}
.add-compare-title input:focus + .slider {
  box-shadow: 0 0 1px #39C177;
}
.add-compare-title input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}
/* Rounded sliders */
.add-compare-title .slider.round {
  border-radius: 34px;
}
.add-compare-title .slider.round:before {
  border-radius: 50%;
}

.compare-product-count {
    margin-left: 8px;
    background-color: rgba(0, 0, 0, .2);
    height: 20px;
    width: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


/*.quick-add__submit span {
    background: #39c177;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-decoration: none;
    padding: 9px 10px !important;
    width: 100%;
    display: inline-block !important;
}*/
.quick-add__submit::after {
   box-shadow: none;
}
.quick-add__submit {padding: 0;}
.quick-add__submit:hover:after {
    border: 0;
    box-shadow: none !important;
}

/*.uwl-col-wishlist.aico-wishlist svg {
    position: absolute;
    top: 2px;
    line-height: 0;
    left: 20px;
    cursor: pointer;
}
.uwl-col-wishlist.aico-wishlist svg {
    width: 15px !important;
}

.uwl-col-wishlist.aico-wishlist svg path {
    fill: transparent;
    stroke: #878787 !important;
}

.uwl-col-wishlist.aico-wishlist {
    width: fit-content !important;
}

.uwl-col-wishlist.aico-wishlist.red-wishlist svg path {
    fill: red;
    stroke: red !important;
}*/



.expandable-label {
    cursor: pointer;
    position: relative;
}

.expandable-label .expandable-arrow {
    position: absolute;
/*    right: -10px;  */
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.expanded-label {
    display: none;
}

.expandable-label.expanded .expanded-label {
    display: inline;
}

.expandable-label.expanded .expandable-arrow {
    transform: translateY(-50%) rotate(180deg);
}

.compaire-page .compare-wishlist {
    position: absolute;
    left: 21px;
    top: 1px;
}

.compaire-page .compare-wishlist svg {
    width: 12px;
}

.compaire-page .fixed-header {
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #fff;
    width: 100%;
}

.compaire-product-row.checkbox-row {
    align-items: end;
    margin-bottom: 10px;
}

#product-comparison .compare-wishlist {
    left: 50px;
    top: -8px;
}

#product-comparison .remove-compare-product {
    right: 46px;
    top: 17px;
}

.heading-share-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px; /* Adjust spacing as needed */
}

.share-button-container {
  display: flex;
  align-items: center;
}

.share-text {
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
}

.share-buttons {
  display: flex;
  gap: 10px; /* Spacing between buttons */
}

.share-button {
  padding: 8px 12px;
  font-size: 14px;
  color: white;
  background-color: #0073e6; /* Button color */
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.share-button:hover {
  background-color: #005bb5; /* Hover color */
}

.share-button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 115, 230, 0.5); /* Focus outline */
}

a.quick-add__submit.button.button--full-width.button--secondary {
    /* background: #39c177; */
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    padding: 9px 10px !important;
    width: 100%;
    text-align: center;
    min-height: auto;
    line-height: 18px;
    border: 1px solid #39c177;
    color: #39c177;
    transition: all 0.4s;
}
a.quick-add__submit.button.button--full-width.button--secondary:hover {
    background: #39c177;
    color: #fff;
}
html body button.btn-yellow.button,
html body a.btn-yellow.button,
a.quick-add__submit.button.button--full-width.button--secondary{
    background-color: #ffd332 !important;
    color: #ffffe6 !important;  
    border: none !important;
    border-radius: 20px !important;
    transition: all 0.5s !important;
}
html body button.btn-yellow.button span,
html body a.btn-yellow.button span{
    background-color: transparent !important;
    color: inherit !important;
    border: none !important;
    transition: none !important;
}
html body button.btn-yellow.button span:hover,
html body a.btn-yellow.button span:hover{
    background-color: transparent !important;
    color: #ffd332 !important;
}
html body button.btn-yellow.button:hover,
html body a.btn-yellow.button:hover,
a.quick-add__submit.button.button--full-width.button--secondary:hover{
    background-color: #FFFFE6 !important;
    color: #ffd332 !important;  
}
