.wpsr-fm-chat-wrapper .wpsr-fm-chat-bubble {
    right: -25px;
    bottom: -10px;
}
.wpsr-fm-chat-wrapper .wpsr-fm-chat-bubble .wpsr-fm-bubble-btn.wpsr-fm-bubble-btn-has-text {
    padding: 0px 20px;
}

/*Primary Btn Gradient hover*/

.button-atom--primary:hover::before {
    transform: scaleX(1);
}

.button-atom--primary::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90.99deg, #fdce39 0.27%, #fd8963 30%, #ed5174 98.69%);
    z-index: -1;
    transform: scaleX(0);
    transition: 0.4s;
    border-radius: 10px;
}

/*Secondary Btn Gradient hover*/

.button-atom--secondary:hover::before {
    transform: scaleX(1);
}

.button-atom--secondary::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #fa26ca 0%, #712af9 100%);
    z-index: -1;
    transform: scaleX(0);
    transition: 0.4s;
    border-radius: 10px;
}

.woocommerce-checkout .shop_table {
    background-color: #28213C;
}

.breakdance-woocommerce input[type=radio]:checked {
    background-image: url(data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e);
    background: #DA712E;
    border: 2px solid white;
}

.breakdance-woocommerce input[type=checkbox]:checked {
    background-image: url(data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e);
  background: #DA712E;
    border: 2px solid white;
}

.payment_methods img {
  width: 50px;
  margin-left: 20px;
}

/*social ninja button*/

.wpsr-ig-load-more.wpsr-load-more-default {
  	font-size: var(--bde-body-font-size);
  	font-weight: var(--bde-body-font-weight);
}

.wpsr-ig-load-more.wpsr-load-more-default:hover {
    background-color: #712af9!important;
	opacity: 1;
}

.breakdance-woocommerce input[type=radio]:checked {
    background-color: #DA712E!important;
}

.breakdance-woocommerce input[type=checkbox] {
    background-color: #DA712E!important;
}