/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.bk-variation-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
	font-weight: 900 !important;
}
.bk-variation-table th, .bk-variation-table td {
  border: 1px solid #e0e0e0;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
	font-weight: 900 !important;
}
.bk-variation-table th {
  background: #f7f7f7;
	font-weight: 900;
}
.bk-variation-table img {
  width: 50px !important;
	height: 50px !important;;
  border-radius: 6px;
	font-weight: 900 !important;
}

.bk-sticky-cart {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-top: 1px solid #eee;
    padding: 12px 20px;
    z-index: 9999;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);

    /* Center horizontally */
    display: flex;
    justify-content: center;
    align-items: center;

    /* Optional: control width */
    width: fit-content;   /* Shrinks to content */
    max-width: 90%;       /* Prevent overflow on small screens */
    border-radius: 40px;  /* Smooth corners */
}

.bk-sticky-inner {
    display: flex;
    align-items: center;
    gap: 15px;
}

@media (max-width: 768px) {
    .bk-sticky-inner {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
}


span.bk-discount {
    font-weight: 900 !important;
}

