.yith-wcbm-badge-6091{--badge-discount-text : 'Discount';--badge-up-to-text : 'Up to';--badge-primary-color : #3f302b;--badge-text-color : #ffffff;--badge-secondary-color : #251c19;--badge-secondary-light-color : #2c211e;--badge-secondary-dark-color : #1f1815;--badge-tertiary-color : #191311;--badge-triadic-positive-color : hsl(104 , 18% , 20% );--badge-triadic-negative-color : hsl(-76 , 18% , 20% );--badge-analogous-positive-color : hsl(44 , 18% , 20% );--badge-analogous-negative-color : hsl(-16 , 18% , 20% );--badge-complementary-color : hsl(194 , 18% , 20% );}
.yith-wcbm-badge.yith-wcbm-badge-css-10 {
flex-direction: row;
}
.yith-wcbm-badge.yith-wcbm-badge-css-10 .yith-wcbm-badge__wrap {
padding: 15px 15px;
position: relative;
}
.yith-wcbm-badge.yith-wcbm-badge-css-10 div.yith-wcbm-css-s1 {
position: absolute;
top: 50%;
left: 50%;
width: 90%;
padding-top: 90%;
z-index: -1;
transform: translate(-50%, -50%);
border-radius: 50%;
background-color: var(--badge-primary-color, #e73e08);
}
.yith-wcbm-badge.yith-wcbm-badge-css-10 div.yith-wcbm-css-s1:before {
content: '';
position: absolute;
background-color: inherit;
width: 100%;
height: 100%;
top: 50%;
left: 50%;
transform: translate(-60%, -50%);
border-radius: 50%;
opacity: 50%;
}
.yith-wcbm-badge.yith-wcbm-badge-css-10 div.yith-wcbm-css-s1:after {
content: '';
position: absolute;
background-color: inherit;
width: 100%;
height: 100%;
top: 50%;
left: 50%;
transform: translate(-70%, -50%);
border-radius: 50%;
opacity: 50%;
}
.yith-wcbm-badge.yith-wcbm-badge-css-10 div.yith-wcbm-css-text {
color: var(--badge-text-color, #ffffff);
}