/* product_details.php */
.flex {
    display: flex;
}

.detail {
    display: flex;
    /* justify-content: center; */
    align-content: flex-end;
    align-items: flex-end;
    height: 73%;
}

.img {
    width: 55px;
    margin: 2px auto;
}

.user-icon {
    width: 17px;
}

.user-name {
    margin-left: 10px;
}
.carousel-item img {
    height: 225px;
    /* Set the desired fixed height */
    object-fit: cover;
    /* Ensure the image covers the entire height while maintaining aspect ratio */
    width: 100%;
    /* Ensure the image takes the full width of its container */
}

.one {
    font-size: 13px;
    margin-top: 13px;

}

.two {
    font-size: 16px;
}
.font-12 {
    font-size: 12px;
}

.visit {

    font-weight: 600;
}

.space-between {
    justify-content: space-between;
}

.product-rating {

    margin-right: 10px;
    margin-left: 10px;
    align-content: center;
}

.checked {
    color: #c55321;
}

.main-price {
    font-size: 28px;
    font-weight: 600;

}

.rupee-symbol {
    padding-top: 5px;
    /* padding: 5px; */
    padding-right: 3px;
    font-weight: 500;
}

.line-through {
    text-decoration: line-through;
}

.color-red {
    color: red;
}

.italic {
    font-style: italic;
    color: red;
}

.shadow-bottom {
    box-shadow: 0px 4px 1px -3px rgba(0, 0, 0, 0.2);

}

.wish {
    background: green;
    font-size: 18px;
    padding: 13px;
    border-radius: 29px;
    margin-top: 23px;
}

.report {
    background: #dddddd;
    font-size: 18px;
    padding: 13px;
    border-radius: 29px;
    margin-top: 20px;
    color: black;
}

.description {
    margin-top: 25px;
}

.w-30 {
    width: 30px;
}

.pro-icons {
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
    padding-bottom: 12px;
}

.center {
    margin: 2px auto;
    width: 50%;

}

.p-ico-name {
    font-size: 12px;
}

.w-fix {
    width: 80px;
    text-align: center;
}
.sliderone-head{
    font-size: 14px;
    font-weight: 600;
}
.slider-one-price .price{
    font-weight:600;
}
.slider-one-mrp{
    font-size:12px;
}
.slider-one-flex{
    display:flex;
    justify-content: space-between;
}
.color-red{
    color:red;
}
.slider-one-shop-name{
    font-size: 12px;
    font-weight: 600;
}
.horizontal-line {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #dddd;
    margin-top: 30px;
    margin-bottom: 30px
  }
  
  .centered-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff; /* Optional: background color for better readability */
    padding: 0 10px; /* Optional: add padding for the text */
    font-weight:600;
    font-size:13px;
    text-transform: uppercase;
  }
  .fa-star {
    font-size: 11px;
}
.checked {
    color: orange;
}
.product-name {
    font-size: 15px !important;
    font-weight: 600;
}
.price {
    font-size: 13px;
    font-weight: 600;
}
.seller-name {
    font-size: 12px;
    font-weight: 400;
    color: black;
}
.seller-location {
    font-size: 12px;
    font-weight: 400;
    color: black;
}


/* user-widhlist.php */
.remove-wishlist-btn{
    color:white;
    width:100%;
    text-align:center;
    background:#c7511f;
    border-radius:0px;
}

.border-top-left-radius-6px{
    border-top-left-radius:6px;
}
.border-top-right-radius-6px{
    border-top-right-radius:6px;
}
.h-100{
    height: 100%;
}
.product-rating-wish{
    font-size: 3px;
    align-content: center;
    margin-right: 10px;
}
.main-price-wish {
    font-size: 18px;
    font-weight: 600;

}
/* user_request.php  */
.req-border{
    border: 5px solid #0c2d58;
}
.align-content-center{
    align-content: center;
}





