/* Purple & rounded button */
.berocket_single_filter_widget .bapf_purple_rounded_button .bapf_button {
    background: #5d00cf;
    border: 0;
    border-radius: 21px;
    padding: 15px 20px;
    width: 300px;
    max-width: 100%;
    font-size: 16px;
    color: white;
    text-shadow: 0 1px 1px #460b2175;
}
.berocket_single_filter_widget .bapf_purple_rounded_button .bapf_button:hover {
    background: #6d1dce;
}

/* Link-like button */
.berocket_single_filter_widget .bapf_linklike_button  .bapf_button {
    background: none;
    border: 0;
    border-radius: 0;
    padding: 0 0 0 38px;
    width: auto;
    max-width: 100%;
    font-size: 14px;
    color: #2a293b;
    position: relative;
    font-weight: 700;
}
.berocket_single_filter_widget .bapf_linklike_button .bapf_button:before {
    content: "";
    display: block;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    width: 7px;
    height: 7px;
    rotate: -45deg;
    border-radius: 0;
    position: absolute;
    left: 10px;
    top: 6px;
    z-index: 10;
    transition: all 0.3s ease-in-out;
}
.berocket_single_filter_widget .bapf_linklike_button .bapf_button:after {
    content: "";
    display: block;
    background: #2a293b;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    position: absolute;
    left: 0;
    top: -5px;
    z-index: 9;
    transition: all 0.3s ease-in-out;
}
.berocket_single_filter_widget .bapf_linklike_button .bapf_button:hover:before {
    left: 15px;
}
.berocket_single_filter_widget .bapf_linklike_button .bapf_button:hover:after {
    left: 13px;
    width: 16px;
}

/* Purple & rounded button */
.berocket_single_filter_widget .dark_blue_button .bapf_button {
    background: #3f425c;
    border: 2px solid #3f425c;
    border-radius: 5px;
    padding: 17px 30px;
    max-width: 100%;
    font-size: 16px;
    color: white;
}
.berocket_single_filter_widget .dark_blue_button .bapf_button:hover {
    box-shadow: inset 0 0 0 1px white;
}

/* Pink labels checkbox */
.berocket_single_filter_widget .pink_labels_checkbox_class ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.berocket_single_filter_widget .pink_labels_checkbox_class li.pink_labels_checkbox_class_item input {
    display: none;
}
.berocket_single_filter_widget .pink_labels_checkbox_class li.pink_labels_checkbox_class_item label {
    background: #edeffc;
    border-radius: 5px;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 500;
    display: block !important;
    color: #222;
}
.berocket_single_filter_widget .pink_labels_checkbox_class li.pink_labels_checkbox_class_item label:hover,
.berocket_single_filter_widget .pink_labels_checkbox_class li.pink_labels_checkbox_class_item.checked label {
    background: #f369fd;
    color: #fff;
}

/* Circle with border color */
.berocket_single_filter_widget .circle_with_border_color_class li.circle_with_border_color_class_item label {
    font-size: 26px;
    margin: 0;
}
.berocket_single_filter_widget .circle_with_border_color_class li.circle_with_border_color_class_item label span.bapf_clr_span  {
    border-width: 1px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 0 white;
    display: flex !important;
    justify-content: center;
    align-items: center;
    transform: none;
    border-color: transparent;
}
.berocket_single_filter_widget .circle_with_border_color_class li.circle_with_border_color_class_item.checked label span.bapf_clr_span,
.berocket_single_filter_widget .circle_with_border_color_class li.circle_with_border_color_class_item label:hover span.bapf_clr_span  {
    border-radius: 50%;
    box-shadow: inset 0 0 0 4px white;
}
.berocket_single_filter_widget .circle_with_border_color_class li.circle_with_border_color_class_item label .bapf_clr_span_abslt {
    position: relative;
    line-height: 1;
    border-radius: 50%;
    font-size: 14px;
}
.berocket_single_filter_widget .circle_with_border_color_class li.circle_with_border_color_class_item .bapf_clr_text {
    font-size: 18px;
    padding-left: 10px;
    color: #222;
    transition: all 0.2s ease-in;
}
.berocket_single_filter_widget .circle_with_border_color_class li.circle_with_border_color_class_item:hover .bapf_clr_text {
    padding-left: 1px;
}

/* Square with shadow color */
.berocket_single_filter_widget .square_with_shadow_color_class li.square_with_shadow_color_class_item label {
    font-size: 26px;
    margin: 0;
}
.berocket_single_filter_widget .square_with_shadow_color_class li.square_with_shadow_color_class_item label span.bapf_clr_span  {
    border-width: 0;
    border-radius: 9px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transform: none;
    margin-bottom: 0;
    transition: all 0.2s ease-out;
}
.berocket_single_filter_widget .square_with_shadow_color_class li.square_with_shadow_color_class_item.checked label span.bapf_clr_span,
.berocket_single_filter_widget .square_with_shadow_color_class li.square_with_shadow_color_class_item label:hover span.bapf_clr_span,
.berocket_single_filter_widget .square_with_shadow_color_class li.square_with_shadow_color_class_item label:focus span.bapf_clr_span{
    border-color: transparent;
    box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.7);
}
.berocket_single_filter_widget .square_with_shadow_color_class li.square_with_shadow_color_class_item label .bapf_clr_span_abslt {
    position: absolute;
    line-height: 16px;
    font-size: 14px;
    background: #ffffffd9;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #00000029;
    right: 1px;
    top: 1px;
    text-shadow: none;
}
.berocket_single_filter_widget .square_with_shadow_color_class li.square_with_shadow_color_class_item.checked label .bapf_clr_span_abslt,
.berocket_single_filter_widget .square_with_shadow_color_class li.square_with_shadow_color_class_item:hover label .bapf_clr_span_abslt {
    box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.7);
}
.berocket_single_filter_widget .square_with_shadow_color_class li.square_with_shadow_color_class_item .bapf_clr_text {
    font-size: 18px;
    padding-left: 10px;
    color: #222;
    transition: all 0.2s ease-in;
}
.berocket_single_filter_widget .square_with_shadow_color_class li.square_with_shadow_color_class_item:hover .bapf_clr_text {
    padding-left: 1px;
}