.btn-cart:hover span,
.btn-cart:focus span {
    color: #ffffff !important;
}

.star-rating {
    line-height: 32px;
    font-size: 1.25em;
    margin-top: 17px;
}

.star-rating .fa-star {
    color: yellow
}

.star-rating .fa-star-o {
    color: green;
}

.comment {
    margin: -7px;
    padding: 0px;
}

.card-text {
    margin-top: 5px;
}

.centered {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

    z-index: 100;
}

.my-custom-scrollbar {
    position: relative;
    width: 800px;
    height: 400px;
    overflow: auto;
}

.comment-right {
    padding-right: 0px;
    margin-right: 0px;
}

.custom-pagination {
    display: flex;
    text-align: center;
    width: 100%;
}

.custom-pagination nav {
    display: block;
    margin: 0 auto;
}

.btn-cart:hover span,
.btn-cart:focus span {
    color: #f7f7f7;
    box-shadow: 0 1px 0 0 #FF66C4;
}

.product-detail-carousel .owl-item {
    cursor: pointer;
}

.btn-wishlist-1,
.btn-compare-1 {
    background: none !important;
    display: inline !important;
    padding: 15px;
}

#add-to-cart {
    background: #FF66C4;
    color: white;
    border: none;
    margin-right: 5px;
}

#buy-now {
    background: #333333;
    color: white;
    border: none;
    text-decoration: none;
}

#buy-now:hover span {
    box-shadow: none !important;
}

.small-img {
    padding: 0 10px;
}

#review-link,
#q-a-text {
    font-weight: bold
}

@media (min-width: 320px) and (max-width: 768px) {
    .review-star {
        text-align: right;
        margin-right: 15px;
    }
}

.features {
    border: 1px solid #ddd;
    border-top: 4px solid #131522;
    padding: 10px 10px 20px 10px;
    display: none;
}

.feature-products p {
    margin-bottom: 0;
    font-size: 14px;
    background-color: #FF66C4;
    color: white;
    text-align: center;
    padding: 3px 0;
}

.feature-products-wrapper {
    padding: 5px;
    border: 1px solid #FF66C4
}

.feature-products tr {
    height: 55px;
}

.feature-products .img {
    width: 55px;
}

.feature-products .title {
    font-size: 14px;
}


#buy-now {
    width: 100%;
    color: white;
    background-color: #F3B735;
    height: 45px;
    font-size: 18px;
}

#buy-now:hover {
    background-color: #F3B735;
    border: 1px solid #F3B735;
}

#add-to-cart {
    width: 100%;
    color: white;
    background-color: #2C3E50;
    height: 45px;
    font-size: 18px;
    border: 1px solid #2C3E50 !important;
}

#add-to-cart:hover {
    background-color: #2C3E50;
    border: 1px solid #2C3E50;
}

.companyPhoneNumber {
    width: 100%;
    color: rgb(250, 250, 250);
    font-size: 14px;
    background: #2A7B9B;
    background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(44, 62, 80, 1) 56%, rgba(243, 183, 53, 1) 96%);
    border: none !important;
}

.aadons-card-wrapper {
    position: relative;
    border-radius: 14px;
}

.aadons-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 14px;
    padding: 2px;
    background: linear-gradient(120deg, #2c3e50, #f3b735);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
    pointer-events: none;
}

.aadons-card-wrapper:hover .aadons-card::before,
.aadons-card-wrapper.active .aadons-card::before {
    opacity: 1;
}

.aadons-card {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    /*width: 350px;*/
    padding: 12px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.aadons-card img {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    object-fit: cover;
    margin-right: 16px;
}

.aadons-card-content {
    display: flex;
    flex-direction: column;
}

.aadons-card-title {
    font-size: 13.6px;
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 4px;
}

.aadons-card-price {
    font-size: 16px;
    color: #f3b735;
    font-weight: 500;
}


/* Product Description  */

.pd-card {
    display: flex;
    flex-direction: row;
    border: 1px solid #ddd;
    border-radius: 12px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    padding: 16px;
    /* max-width: 600px; */
    background-color: #fff;
  }
  .pd-card-content {
    display: flex;
    flex-direction: column;
  }
  .pd-card-label {
    font-size: 12px;
    font-weight: bold;
    color: #555;
    margin-bottom: 8px;
    text-transform: uppercase;
  }
  .pd-card-description {
    font-size: 14px;
    color: #333;
  }
