.ss {
    display: flex;
    align-items: center; /* Aligns items vertically in the center */
  }
.sid {
    position: fixed;
    right: 10px;
    width: 389px;
    height: 43px;
    color: #fff;
    transition: left 0.3s ease-in-out;
    font-family: 'Open Sans', sans-serif;
  }
  
  .sidebar2 {
    right: -400px;
    background-color: #999966;
    z-index: 656;

  }
  
  .sidebar2.open {
    right: 30px;
    border-radius: 10px; /* Adjust the radius as needed for more or less curve */
    padding: 5px;
    font-size: 16px;
    border: 1px solid rgb(28, 27, 27);
    outline: none;
    resize: none; /* Prevent resizing */
  }
  .btnS2 {
    position: relative;
    z-index: 756; /* Ensure this is above the textarea */
    display: flex;
    align-items: center;
    margin-right: 10px; /* Space between button and textarea */
}

.btnS2 img {
    display: block;
    width: 44px; /* Adjust size as needed */
    height: 44px;
}
  .btnS {
    position: fixed;
    /* left: 10px; */
    background-color: transparent;
    border: 1em;
    outline: none;
    cursor: pointer;
    z-index: 2;
    /* color: rgb(245, 12, 12); */
    /* background-color: #2f4255; */
    /* font-size: 20px; */
    padding: 10px;   
  }
  .btnO {
    position: fixed;
    /* left: 10px; */
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 2;
    color: #fff;
    background-color: #070A0D;
    font-size: 16px;
    padding: 10px;
  }
/* Keyframes for fly-to-cart animation */
@keyframes flyToCart {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 1;
    }
    50% {
        opacity: 0.8;
        transform: translate(calc(var(--cartX) * 0.5), calc(var(--cartY) * 0.5)) scale(0.5);
    }
    100% {
        opacity: 0;
        transform: translate(var(--cartX), var(--cartY)) scale(0);
    }
}

/* Flying image setup */
.flying-image {
    position: absolute;
    width: 150px;
    height: 150px;
    opacity: 0.8;
    z-index: 1000;
    animation: flyToCart 1s ease-in-out forwards;
}


/* /////////////////////////////////////////////// */
/* /////////////////////////////////////////////// */
.giuseart-mobile-contact-bar {
    display: none
}

.giuseart-pc-contact-bar {
    /* left: 0px; */
    right: 0;
    bottom: 80px;
    position: fixed;
    z-index: 998;
    margin-bottom: 0;
    padding: 0;
    /* Remove all padding */
    list-style: none;
}
.giuseart-pc-contact-bar ul {
    left: 0px;
    bottom: 80px;
    position: fixed;
    z-index: 998;
    margin-bottom: 0;
    padding: 0 !important;
}
.giuseart-pc-contact-bar li {
    width: 44px;
    height: 46px;
    overflow: hidden;
    margin-bottom: 1;
    list-style: none;
}

.giuseart-pc-contact-bar li.gioHang2pc {
    margin-top: 5px;
    padding: 0 18px;
    background: url(../images/sys/gh2.png);
    background-repeat: no-repeat;
}
.giuseart-pc-contact-bar li.map {
    margin-bottom: 5px;
    background: url(../images/sys/widget_icon_map.svg);
    background-repeat: no-repeat;
}
.giuseart-pc-contact-bar li.ss {
    margin-bottom: 5px;
    /* background: url(../images/sys/find-icon43.svg);
    background-repeat: no-repeat; */

}
.giuseart-pc-contact-bar li.login {
    margin-bottom: 5px;
    background: url(../images/sys/login44.svg);
    background-repeat: no-repeat;
}


.giuseart-pc-contact-bar li.gioHang2pc:hover {
    cursor: pointer;
    /* Change the cursor to a pointer on hover */
}

.giuseart-pc-contact-bar a {
    margin: 0px;
}
.giuseart-pc-contact-bar li a {
    display: block;
    width: 44px;
    height: 44px;
}



@media only screen and (max-width: 499px) {
    .giuseart-pc-contact-bar {
        display: none
    }
    .giuseart-mobile-contact-bar {
        display: block
    }
    .giuseart-mobile-contact-bar {
        /* left: 10px; */
        right: 0px;
        bottom: 80px;
        position: fixed;
        z-index: 888;
        margin-bottom: 0;
        padding: 0;
        /* Remove all padding */
        list-style: none;
    }
    .giuseart-mobile-contact-bar ul {
        left: 0px;
        bottom: 80px;
        position: fixed;
        z-index: 888;
        margin-bottom: 0;
        padding: 0 !important;
    }
    .giuseart-mobile-contact-bar li {
        width: 44px;
        height: 46px;
        overflow: hidden;
        margin-bottom: 1;
        list-style: none;
    }

    
    .giuseart-mobile-contact-bar li.gioHang2 {
        margin-top: 5px;
        padding: 0 18px;
        background: url(../images/sys/gh2.png);
        background-repeat: no-repeat;
    }

    .giuseart-mobile-contact-bar li.map {
        margin-bottom: 15px;
        background: url(../images/sys/widget_icon_map.svg);
        background-repeat: no-repeat;
    }
    .giuseart-mobile-contact-bar li.ss {
        margin-bottom: 5px;
        /* background: url(../images/sys/find-icon43.svg);
        background-repeat: no-repeat; */
    
    }
    .giuseart-mobile-contact-bar li.login {
        margin-bottom: 5px;
        background: url(../images/sys/login44.svg);
        background-repeat: no-repeat;
    }
    .giuseart-mobile-contact-bar li.gioHang2:hover {
        cursor: pointer;
        /* Change the cursor to a pointer on hover */
    }
    
    .giuseart-mobile-contact-bar a {
        margin: 0px;
    }
    .giuseart-mobile-contact-bar li a {
        display: block;
        width: 44px;
        height: 44px;
    }
}

/* //////////////////////////////////////////// */
/* //////////////////////////////////////////// */
.hotline-phone-ring-wrap {
    position: fixed;
    /* top: 0; */
    bottom: 0; 
    left: 0;
    z-index: 888;
    }
    .hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 100px;
    height: 100px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
    }
    .hotline-phone-ring-circle {
        width: 85px;
    height: 85px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e60808;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
    }
    .hotline-phone-ring-circle-fill {
        width: 55px;
    height: 55px;
    top: 25px;
    left: 25px;
    position: absolute;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    }
    .hotline-phone-ring-img-circle {
        background-color: #e60808;
        width: 33px;
    height: 33px;
    top: 37px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    .hotline-phone-ring-img-circle .pps-btn-img {
        display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    }
    .hotline-phone-ring-img-circle .pps-btn-img img {
        width: 20px;
        height: 20px;
    }
    .hotline-bar {
    position: absolute;
    background: rgba(230, 8, 8, 0.55);
    height: 20px;
    width: 150px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px !important;
    /* width: 175px !important; */
    left: 40px;
    bottom: 37px;
    }
    .hotline-bar > a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    text-indent: 40px;
    display: block;
    letter-spacing: 1px;
    line-height: 20px;
    font-family: Arial;
    }
    .hotline-bar > a:hover,
    .hotline-bar > a:active {
    color: #fff;
    }
    @-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }
    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
    }
    @-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
    }
    @-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    }
    @media (max-width: 768px) {
    .hotline-bar {
        display: none;
    }
    }
    #btnZaloChat {
        animation: pulse-blue 2s infinite;
        background-color: #028fe3;
        border-radius: 50%;
        bottom: 50px;
        box-shadow: 0 0 0 0 #028fe3;
        display: flex;
        height: 45px;
        overflow: hidden;
        position: fixed;
        right: calc(50% - 600px);
        transform: scale(1);
        width: 45px;
        z-index: 100;
    }
    a {
        color: #485fc7;
        cursor: pointer;
        -webkit-text-decoration: none;
        text-decoration: none;
    }
    img {
        overflow-clip-margin: content-box;
        overflow: clip;
    }
    a:hover {
        color: #363636;
    }

/* ///////////////////////////////////// */
/* ///////////////////////////////////// */
.cartCount {
    color: #f209f6;
    display: inline-block;
    padding: 0;
    font-size: 120%;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    border-radius: 0;
    position: relative;
    /* top: -4px; 
    left: -2px;  */
}


.gioHang2 {
    display: flex;
    align-items: flex-start;
    /* Align items at the top */
    position: relative;
    padding-top: 4px;
    /* Add padding to ensure visibility */
}

.CartCount2 {
    color: #f209f6;
    font-size: 150%;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    position: relative;
    top: -2px;
    /* Adjust as needed */
    left: -2px;

}
.CartCount2pc {
    color: #f209f6;
    font-size: 150%;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    position: relative;
    top: -2px;
    /* Adjust as needed */
    left: -2px;

}

.btnc {
    display: inline-block;
    /* font-weight: 400; */
    /* line-height: 1.5; */
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 0px solid transparent;
    padding: 0;
    margin: 0;
    font-size: 20px;
    color: black !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.ndDivQreg {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.label-textQreg {
    width: 100px;
    /* Set a fixed width for all spans */
    text-align: right;
    /* Align the text inside the span to the right */
    margin-right: 10px;
}

.input-textQreg {
    width: 100%;
    /* Make input fields take up the remaining space */
    padding: 5px;
    /* Add some padding for better readability */
    text-align: left;
    /* Align text inside the input field to the left */
    box-sizing: border-box;
    /* Ensure padding and width work together */
}


/* rộng giỏ hàng */
.giohangW {
    /* max-width: 500px; */
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.custom-close-btn {
    width: 40px;
    /* Increase size */
    height: 25px;
    /* Increase size */
    background-color: red;
    /* Red background */
    border-radius: 5%;
    /* Make it circular */
    opacity: 1;
    /* Ensure button is fully visible */
    position: relative;
    /* Optional: adjust based on modal layout */
    border: none;
    /* Remove border */
}

.custom-close-btn::before {
    content: '×';
    /* Cross symbol for the close button */
    color: white;
    /* White color for the cross */
    font-size: 24px;
    /* Adjust the size of the cross */
    font-weight: bold;
    /* Bold cross */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-close-btn:hover {
    background-color: darkred;
    /* Darker red on hover */
    cursor: pointer;
    /* Change cursor to pointer */
}

.fly-cart2 {
    z-index: 9999;
    /*   transition: 2s; */
    filter: brightness(200%);
    width: 200px;
}

#show_fly {
    position: absolute;
    /* This ensures it can fly across the screen */
    opacity: 0;
    /* Initially hidden until animation starts */
    z-index: 9999;
    /* Ensure it's above other elements */
    filter: brightness(120%);
    width: 200px;
}


.sizeGiohang {
    width: 100% !important;
    height: 100% !important;
    max-width: 100%;
    /* Change this value to your desired width */
    max-height: 100% !important;
    /* Change this value to your desired height */
    padding-right: 0px;
    display: block;
    padding-left: 0px
        /* transform: none;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: calc(100% - 3.5rem);
    height: calc(100% - 3.5rem);
    margin: 1.75rem auto;
    display: flex;
    align-items: center;
    position: relative;
    pointer-events: none; */
}

.ndDiv {
    margin: 0px 0px 0px 0px;
}

.btn-I-giohang {
    border-radius: .25rem;
    color: rgb(255, 255, 255) !important;
    background-color: #e79c9c;
    width: 20px;
    /* Set the desired width */
    height: 20px;
    /* Set the desired height */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    /* Remove padding */
    border-radius: 50%;
    /* Optional: Make the button round */
    font-size: 12px;
    /* Adjust font size to fit the button */
}

.btn-I-giohang i {
    font-size: 12px;
    /* Adjust the icon size */
}

.btn-D-giohang {
    border-radius: .25rem;
    color: rgb(255, 255, 255) !important;
    background-color: #81f696;
    width: 20px;
    /* Set the desired width */
    height: 20px;
    /* Set the desired height */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    /* Remove padding */
    border-radius: 50%;
    /* Optional: Make the button round */
    font-size: 12px;
    /* Adjust font size to fit the button */
}

.btn-D-giohang i {
    font-size: 12px;
    /* Adjust the icon size */
}

.btn_action {
    border-radius: 0;
    color: rgb(246, 10, 10) !important;
    border-color: #ed10ab;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5);

    width: 100px;
    /* Set the desired width */
    height: 25px;
    /* Set the desired height */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    padding: 0px;
    /* Remove padding */
    margin-right: 5px;
    margin-left: 5px;
    font-size: 12px;
    /* Adjust font size to fit the button */
}


/* CSS */
.button-1 {
    /* background-color: #EA4C89; */
    border-radius: 8px;
    border-style: none;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 30px;
    line-height: 20px;
    list-style: none;
    outline: none;
    padding: 2px 2px;
    margin-right: 2px;
    margin-left: 2px;

    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color 100ms;
    vertical-align: baseline;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-1:hover,
.button-1:focus {
    background-color: #F082AC;
}


.cl1 {
    background-color: #EA4C89;
}

.cl2 {
    background-color: #0095ff;
}

.cl3 {
    background-color: #fa6400;
}

/* CSS */
.button-5 {
    align-items: center;
    background-clip: padding-box;
    background-color: #fa6400;
    border: 1px solid transparent;
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: system-ui, -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    margin: 0;
    min-height: 3rem;
    padding: calc(.875rem - 1px) calc(1.5rem - 1px);
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
}

.button-5:hover,
.button-5:focus {
    background-color: #fb8332;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.button-5:hover {
    transform: translateY(-1px);
}

.button-5:active {
    background-color: #c85000;
    box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
    transform: translateY(0);
}

/* CSS */
.button-7 {
    background-color: #0095ff;
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: rgba(255, 255, 255, .4) 0 1px 0 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, system-ui, "Segoe UI", "Liberation Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.15385;
    margin: 0;
    outline: none;
    padding: 8px .8em;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
}

.button-7:hover,
.button-7:focus {
    background-color: #07c;
}

.button-7:focus {
    box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
}

.button-7:active {
    background-color: #0064bd;
    box-shadow: none;
}

.row_gh {
    display: -ms-flexbox;
    display: flex;
    /* -ms-flex-wrap: wrap; */
    /* flex-wrap: wrap; */
    margin-right: 5px;
    margin-left: 5px;
    /* width: 100% !important; */

}

/* .column_gh {
    -ms-flex: 1 0 50%; 
    flex: 1 0 50%; 
    padding: 5px; 
    box-sizing: border-box;
} */
.column {
    flex: 1;
    /* Each column takes up equal width */
    display: flex;
    align-items: center;
    width: 100%;
    /* Ensure they take the full width */

}

.column-left {
    justify-content: center;
    /* Align items to the left */
    /* Ensure they take the full width */
    width: 40%;

}

.column-right {
    /* justify-content: flex-end; Align items to the right */
    justify-content: center;
    width: 40%;
    /* Ensure they take the full width */
}

.column-right>div,
.column-right>h4 {
    display: block;
    margin: 0;
    /* Adjust margins as needed */
}

.column-right h4 {
    margin: 5px 0;
    /* Adjust margins between h4 elements */
}

.flex-container {
    /* display: flex;  */
    height: 100%;
    /* flex-flow: column nowrap;  */
    /* background-color: green;  */
}

.flex-containerL>div {
    background-color: #fff;
    width: 100%;
    margin: 0px;
    text-align: right;
    line-height: 75px;
    font-size: 30px;
    align-content: flex-start;
}

.flex-containerR>div {
    background-color: #fff;
    width: 100%;
    margin: 0px;
    text-align: right;
    line-height: 75px;
    font-size: 30px;
    align-content: flex-end;
}

/* Table GioHang */
/* Set fixed width for specific columns */
/* Target only the table inside #cart_tabel */
#cart_tabel th {
    background-color: #5e96e4
}

#cart_tabel th:nth-child(1),
#cart_tabel td:nth-child(1)

/* - */
    {
    width: 10px;
    /* Adjust the width as needed */
}

#cart_tabel th:nth-child(2),
#cart_tabel td:nth-child(2)

/* - */
    {
    width: 10%;
}

#cart_tabel td:nth-child(2) img {
    width: 100%;
    /* Make the image fit the cell */
    height: auto;
    /* Maintain the aspect ratio */
    max-width: 60px;
    /* Set a max width */
    max-height: 60px;
    /* Set a max height */
    object-fit: contain;
    /* Ensure the image fits within the dimensions */
}

#cart_tabel th:nth-child(3),
#cart_tabel td:nth-child(3)

/* - */
    {
    width: 20% !important;
    white-space: nowrap !important;
    margin: 0;
    padding: 0;
}

#cart_tabel th:nth-child(4),
#cart_tabel td:nth-child(4),
/* + */

#cart_tabel th:nth-child(6),
#cart_tabel td:nth-child(6)

/* - */
    {
    width: 20px;
    text-align: center;
    padding: 10px;

}

#cart_tabel th:nth-child(5),
#cart_tabel td:nth-child(5)

/* SL */
    {
    width: 50px;
    text-align: center;
    margin: 0;
    padding: 10px;
}

#cart_tabel th:nth-child(7)

/* prize */
    {
    width: 80px;
    text-align: center;
    background: yellow;
}

#cart_tabel td:nth-child(7)

/* prize */
    {
    width: 80px;
    text-align: right;
    background: yellow;
    margin-right: 2px;
    /* padding-right: 2px; */
    padding: 10px 2px 10px 0px;
    /* top / right / bottom / left*/
}


#cart_tabel th:nth-child(8) {
    width: 80px;
    text-align: right;
}

#cart_tabel td:nth-child(8) {
    width: 80px;
    text-align: right;
    margin-right: 2px;
    /* padding-right: 2px; */
    padding: 10px 2px 10px 0px;
}

#cart_tabel td:nth-child(9) {
    text-align: left;
    margin-right: 2px;
    /* padding-right: 2px; */
    padding: 10px 2px 10px 0px;
}

/* Set padding for td elements to 0 */
/* td {
    padding: 0 !important;
} */
.table {
    padding: 0rem 0rem;
}

.table>thead {
    vertical-align: center;
}

.table-primary {
    height: 30px;
    /* Set the height of the row */
}

.table-primary td {
    height: 30px;
    /* Set the height of the cells */
    overflow: hidden;
    /* Hide overflow content */
    padding: 0;
    /* Remove padding for cells */
}

.table-primary img {
    width: 15px;
    height: 30px;
}