.tbl td:first-child {
    width: 45%;
    padding: 6px 10px;
    color: black;
}

.tbl td:last-child {
    width: 65%;
    padding: 6px 10px;
    color: black;
}

.tbl {
    width: 95% !important;
}

.product-title {
    margin-top: 0 !important;
}

.accordion-item {
    border: 1px solid rgb(255 255 255 / 13%) !important;
}

.accordion-button {
    padding: 10px !important;
    border: 1px solid #c4c0c0 !important;
    margin-top: 5px;
}

.accordion-header {
    margin-bottom: 0;
    line-height: 24px;
}

.accordion-body {
    padding: 0 !important;
}

.card-wrapper {
    display: flex;
    justify-content: center;
}

.card {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem;
}

.product-imgs {
    display: flex;
    flex-direction: column;
}

img {
    /* width: 100%; */
    /* display: block; */
}

.img-display {
    overflow: hidden;
}

.img-showcase {
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}

.img-showcase1 {
    width: 50%;
    transition: all 0.5s ease;
}

.rentalDes {
    color: black;
    font-size: 10pt;
}

.img-display1 {
    overflow: hidden;
    /* text-align: center; */
    display: flex;
    justify-content: center;
}

.img-showcase img {
    min-width: 100%;
}

.img-select {
    display: flex;
}

.img-item {
    margin: 0.3rem;
    border: 1px solid #ddd;
    width: 100px;
    height: 100px;
}

.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3) {
    margin-right: 0;
}

.img-item:hover {
    opacity: 0.8;
}

.product-title {
    font-size: 2rem;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    color: #12263a;
    margin: 1rem 0;
}

.product-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 80px;
    background: #12263a;
}

.product-link {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 0.5rem;
    background: #256eff;
    color: #fff;
    padding: 0 0.3rem;
    transition: all 0.5s ease;
}

.product-link:hover {
    opacity: 0.9;
}

.product-rating {
    color: #ffc107;
}

.product-rating span {
    font-weight: 600;
    color: #252525;
}

.new-price {
    margin-top: 10px;
}

.product-price {
    margin: 1rem 0;
    font-size: 1rem;
    font-weight: 700;
}

.product-price span {
    font-weight: 600;
    color: black;
    display: flex;
    align-items: center;
}

.new-price span {
    color: #ff6700;
    font-size: 20pt;
}

.product-detail h2 {
    text-transform: capitalize;
    color: #12263a;
    padding-bottom: 0.6rem;
}

.product-detail p {
    font-size: 0.9rem;
    padding-top: 1rem;
    color: black;
}

.product-detail ul {
    margin: 1rem 0;
    font-size: 0.9rem;
    padding: 0;
}

.product-detail ul li {
    margin: 0;
    list-style: none;
    background: url(https://fadzrinmadu.github.io/hosted-assets/product-detail-page-design-with-image-slider-html-css-and-javascript/checked.png) left center no-repeat;
    background-size: 18px;
    padding-left: 1.7rem;
    margin: 0.4rem 0;
    color: #000000;
}

.product-detail ul li span {
    font-weight: 400;
}

.otherDetails {
    padding: 30px 15px;
}

.otherDetails h2 {
    text-transform: capitalize;
    color: #12263a;
    padding-bottom: 0.6rem;
}

.otherDetails p {
    font-size: 0.9rem;
    padding-top: 1rem;
    color: black;
}

.otherDetails ul {
    margin: 1rem 0;
    font-size: 0.9rem;
    padding: 0;
}

.otherDetails ul li {
    margin: 0;
    list-style: none;
    background: url(https://fadzrinmadu.github.io/hosted-assets/product-detail-page-design-with-image-slider-html-css-and-javascript/checked.png) left center no-repeat;
    background-size: 18px;
    padding-left: 1.7rem;
    margin: 0.4rem 0;
    color: #000000;
}

.otherDetails ul li span {
    font-weight: 400;
}

.purchase-info {
    margin: 1.5rem 0;
}

.purchase-info input,
.purchase-info .btn {
    border: 1.5px solid #01054c;
    border-radius: 5px;
    text-align: center;
    padding: 0.45rem 0.8rem;
    outline: 0;
    margin-right: 0.2rem;
    margin-bottom: 1rem;
}

.purchase-info input {
    width: 60px;
}

.purchase-info .btn {
    cursor: pointer;
    color: #fff;
}

.purchase-info .btn:first-of-type {
    background: #01054c;
    color: white !important;
}

.purchase-info .btn:last-of-type {
    background: #ffffff;
    color: #01054c;
}

.purchase-info .btn:hover {
    opacity: 0.9;
}

.social-links {
    display: flex;
    align-items: center;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #000;
    border: 1px solid #000;
    margin: 0 0.2rem;
    border-radius: 50%;
    text-decoration: none;
    font-size: 0.8rem;
    transition: all 0.5s ease;
}

.social-links a:hover {
    background: #000;
    border-color: transparent;
    color: #fff;
}

.fw6,
.jk-contact-info .contact-content a span {
    font-weight: 600;
}