/*Product Lists*/
img.paypal-logo {
    width: 50px;
}
img.klarna-img{
	max-width:39px !important; 
	margin-left:2px !important;
}
span.custom-info {
    border-bottom: solid 1px #bcb6b659;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    padding: 4px 0px;
}

/*Single Product Page*/
.color-green {
    background-color: #f7f7f7 !important;
}

.text-black {
    color: #000 !important;
}

.font-18 {
    font-size: 16px;
}

ul.badges-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.badges-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-around;
    align-items: center;
}

li.badge-list {
    border: solid 1px #000;
    padding: 10px 10px 8px 10px;
    border-radius: 10px;
    margin: 2px;
}

.badge-container {
    column-gap: 4px;
    display: flex;
    align-content: space-around;
    justify-content: space-around;
    align-items: center;
}

img.badge-img {
    width: 30px;
}
/* Adjust the position of the badge on the single product pages */
.custom-product-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgb(255, 0, 0);
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
    z-index: 10;
    border-radius: 10px;
}

/* Adjust the position of the badge on the product list (archive) pages */
.custom-product-badge-archive {
    text-align: center;
    font-size: 13px;
    background-color: rgb(255, 0, 0);
    color: #fff;
    padding: 4px;
    border-radius: 10px;
}