.rose-product-add-to-card{background:transparent;border:none;font-family:inherit;font-size:1.5rem;cursor:pointer;color:#ccc;transition:color 0.2s ease-in-out;}
.rose-product-add-to-card:hover{color:inherit;}
.rose-product-add-to-card.active{color:#ef3340;}
#rose-product-card-button{position:fixed;bottom:100px;right:20px;padding:14px 17px;background:rgba(23, 24, 26, 0.7);color:#fff;border:none;z-index:1030;cursor:pointer;transition:all 0.2s ease-in-out;display:none;}
#rose-product-card-button.active{display:block;}
#rose-product-card-button:hover{background:#ef3340;}
.rose-product-card-wrapper{position:relative;}
.rose-product-card-button-badge{z-index:99;}
.rose-product-card-wrapper .rose-product-card-button-badge{position:absolute;top:80%;left:50%;transform:translate(-50%, -50%);font-size:12px;}
@media screen and (min-width:990px){
.rose-product-card-wrapper .rose-product-card-button-badge{top:50%;left:0;}
}
.rose-product-card-wrapper .rose-product-card-button-badge-border{width:25px;height:25px;background:#ef3340;border-radius:50%;}
.rose-product-card-wrapper .rose-product-card-button-badge-count{color:#fff;}
#rose-card-form{display:none;}
.rose-product-quantity-container{justify-content:center;align-items:center;margin:20px 20px;}
.rose-product-quantity{display:flex;flex-direction:row;background-color:rgba(220, 220, 220, .2);padding:2px;}
.rose-product-quantity-button{background:transparent;border:none;font-size:16px;padding:0 12px;color:#333;cursor:pointer;}
.rose-product-quantity-input{background-color:#fff !important;text-align:center;padding:0 50px;}
#custom_styling_rose_card {
.rose-card-list th:nth-child(4),
.rose-card-list td:nth-child(4) {
width: 50%;
}
.rose-card-list th:nth-child(1),
.rose-card-list td:nth-child(1) {
width: 20%;
}
}