.checkout_diamonds{
    display: block;
    clear: both;
    text-align: center;
}
.usage_diamonds, .remove_diamonds{
    margin-bottom: 10px;
    line-height: 2 !important;
    width: 100%;
    cursor: pointer;
}
.wrapper_usage_diamonds,.wrapper_remove_diamonds{
    display: none;
}
.wrapper_usage_diamonds.active,.wrapper_remove_diamonds.active{
    display: block;
}
.error_diamonds_message{
    font-size: 14px;
    color: #B82825;
    line-height: 18px;
    margin-bottom: 10px;
}
.diamonds_header_item {
  display: flex; 
  flex-direction: row; 
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;

    padding: 0px 20px;
    background-color: #304973;
    text-align: left;
    color: white;
    font-size: 14px;
    border-radius: 25px;
    font-weight: bold;
    height: 50px;
    position: relative;
    padding-left: 56px;
    vertical-align: middle;
}
.banner_diamonds_items{
    display: flex;
    width: 100%;
    margin-top: 30px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.banner_diamonds_items > div{
    margin: 0px 20px;
}

.diamonds_header_item img{
    position: absolute;
    left: -2px;
    top: -2px;
    height: 56px;
}
.header_diamond_play img{
    position: absolute;
    left: -2px;
    top: -2px;
    height: 54px !important;
}
.diamonds_header_item:first-child img{
    position: absolute;
    object-fit: contain;
    left: -30px;
    top: -19px;
    height: 80px;
}
.header_diamond_icon img{
    position: absolute;
    left: -30px;
    top: -19px;
    width: 74px;
}
.diamond_item_padding span{
    display: block;
    line-height: 1;
}
.header_diamond_play span{
    padding-top: 8px;
    display: block;
}
@media (max-width: 560px) {
.diamonds_header_item {
  padding-inline: 10px;
  padding-block: 5px;
  height: auto;

}


  .diamonds_header_item:first-child img {
    position: static;
    left: 10px;
    top: -2px;
   height: 30px;
   width: 30px;
}
}
.usage_diamonds.disabled{
    background-color: #9D9D9D !important;
    pointer-events: none;
}
.hidden {
    display: none !important;
}
.woocommerce-checkout-review-order-table .fee:not(.panrest-fee), .shop_table.shop_table_responsive .fee:not(.panrest-fee){
    display: none !important;
}

