/* Store part switch buttons styles */
#rec268300521 .t-store__parts-switch-btn {
    color:#000000 !important;
    font-size:16px;
    font-family:PT Sans;
    text-transform:uppercase;
    
    font-weight:600;
    margin-left:25px;margin-right:25px;
}

.b24-widget-button-pulse-animate {
    -webkit-animation: widgetPulse infinite 1.5s;
    animation: none !important;
}

.b24-widget-button-inner-mask {
    position: absolute;
    top: -8px;
    left: -8px;
    height: 0px !important;
    min-width: 66px;
    -webkit-width: calc(100% + 16px);
    width: calc(100% + 16px);
    border-radius: 100px;
    background: #00aeef;
    opacity: .2;
}

.b24-widget-button-position-bottom-right {
    right: 23px !important;
    bottom: 30px !important;
}
