.search_text p {
    color: #575757;
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.search_text {
    margin-top: 35px;
    margin-bottom: 27px;
}

.search_text h3 {
    color: #000;
    font-family: Nunito;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.pagination {
    margin-top: 45px;
    margin-bottom: 145px;
    gap: 10px;
    justify-content: center;
}

.page-item {
    border-radius: 6px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-link {
    border: none;
    background-color: transparent;
}

.page-link:hover {
    background-color: transparent;
}

.page-item.active .page-link {
    background-color: transparent;
    color: var(--Light, #FFF);
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 6px;

}

.page-link {
    color: #414141;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
}

.page-item.active {
    background: var(--Primary-color-1, #2055A1);
    display: flex;
    justify-content: center;
    align-items: center;
}


/* product details */
.product-image {
    border-radius: 10px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    padding: 5px;
}

.product-info h2 {
    color: var(--Heading, #222);
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 38px;
}

.product_price {
    margin-top: 42px;
}

.product_price span {
    color: var(--Paragraph, #414141);
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.product_price p {
    color: var(--Heading, #222);
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.product_price h6 {
    margin-bottom: 42px;
    color: var(--Primary-color-1, #2055A1);
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.product_price a {
    color: var(--Primary-color-1, #2055A1);
    text-decoration: underline;
}

.product_price strong {
    color: var(--Heading, #222);
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.product-info {
    margin-top: 38px;
}

.product-info span {
    color: #414141;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
    width: 150px;
}

.product-info p {
    font-family: 'Poppins', sans-serif;
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.breadcrumb a {
    text-decoration: none;
    color: #007bff;
}

.price {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.small-thumbnails img {
    width: 76px;
    height: 76px;
    border-radius: 12px;
    cursor: pointer;
    margin-right: 12px;
    margin-top: 16px;
}

.breadcrumb a {
    color: var(--Primary-color-1, #2055A1);
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 20px;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, ">");
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 20px;
}

.breadcrumb-item.active {
    color: var(--Paragraph, #414141);
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.breadcrumb {
    margin-bottom: 32px;
}

.get_price {
    border-radius: 12px;
    background: #009BDB;
    display: flex;
    padding: 15px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FAFAFA;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.container_btn{
    color: #FAFAFA !important;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    padding: 15px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    text-decoration: none !important;
    background: var(--Primary-color-1, #2055A1);
}


.details_wrapper {
    border-radius: 12px;
    background: #FFF;

    /* Card Shadow */
    box-shadow: 0px 1px 2px 0px rgba(160, 160, 160, 0.30);
    padding: 24px;
}

/*  */
.section-container {
    /* padding: 20px; */
    margin-top: 24px;
}

.section-buttons {
    display: flex;
    margin-bottom: 24px;
}

.section-buttons button {
    background-color: transparent;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-weight: 500;
    color: #495057;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.3s ease;
}

.section-buttons button.active {
    border-radius: 6px;
    background: var(--Secondary, #009BDB);
    box-shadow: 0px 1px 2px 0px rgba(160, 160, 160, 0.30);
    width: 124px;
    height: 40px;
    flex-shrink: 0;
    color: var(--Light, #FFF);
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section-content {
    background-color: #f8f9fa;
    padding: 24px 30px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(160, 160, 160, 0.30);
    margin-bottom: 233px;
}

.section-content h5 {
    color: var(--Primary-color-1, #2055A1);
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 14px;
}

.section-content h2 {
    color: var(--Heading, #222);
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 4px;
}

.section-content p {
    color: var(--Paragraph, #414141);
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.96px;
    margin-bottom: 20px;
}

.section-buttons button {
    border-radius: 6px;
    background: var(--Light, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(160, 160, 160, 0.30);
    color: var(--Heading, #222);
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-right: 12px;
}
.nav-tabs .nav-link.active {
    background-color: #009BDB !important;
    color: white;
  }


 .product_image{
    height: 495px;
}

.data_button .border_button {
    color: var(--Primary-color-1, #2055A1);
    text-align: center;
    font-family: 'Roboto',sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    padding-top: 12px;
    line-height: normal;
    border-radius: 134px;
    border: 1px solid var(--Primary-color-1, #2055A1);width: 128px;
    height: 40px;
    display: block;
    flex-shrink: 0;
}
.data_button .fill_button{
    color:white;
    text-align: center;
    font-family: 'Roboto',sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 134px;
    border-radius: 134px;
    padding-top: 12px;
    display: block;
    background: var(--Primary-color-1, #2055A1);
    width: 128px;
    height: 40px;
    flex-shrink: 0;
}
