.computy_skidka_container {
max-width: 400px;
overflow: hidden;
transition: max-height .3s ease;
margin-top: 10px;
}
.computy_skidka_form{
display: flex;
align-items: center;
flex-wrap: wrap;
gap:5px;
}
.computy_skidka_form form, .take_coupon_form{
display: flex;
flex-wrap: wrap;
gap: 5px;
}
.computy_skidka_form .write_points_form{
display: flex;
gap: 5px;
flex-wrap: wrap;
}
.opacity05{
opacity: 0.5;
}
.loading_button{
pointer-events: none;
cursor: default;
}
.write_points {
position: relative;
border: none;
outline: none;
border-radius: 2px;
cursor: pointer;
}
.button__text {
color: #ffffff;
transition: all 0.2s;
}
.loading_button .button__text {
visibility: hidden;
opacity: 0;
}
.loading_button::after {
content: "";
position: absolute;
width: 25px;
height: 25px;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
border: 4px solid transparent;
border-top-color: #ffffff;
border-radius: 50%;
animation: button-loading-spinner 1s ease infinite;
}
@keyframes button-loading-spinner {
from {
transform: rotate(0turn);
}
to {
transform: rotate(1turn);
}
}
.computy_skidka_form .input-text, .take_coupon_form .input-text {
max-width: 90px;
padding: 10px;
}
.computy_skidka_form .button, .computy_skidka_form .remove_points, .code_coupon_submit{
padding: 10px;
cursor: pointer;
color: #fff;
border: none;
}
.computy_skidka_form .button, .code_coupon_submit{
background: #4CAF50;
}
.computy_skidka_form .remove_points{
background: #F44336;
position: relative;
}
.computy_skidka_link{
border-bottom: dashed 1px;
cursor: pointer;
}
#bfw_remove_cart_point{
background-image: url(//gorod-buketov.ru/wp-content/plugins/bonus-for-woo/img/remove.svg);
font-size: 0;
width: 25px;
height: 25px;
background-size: contain;
background-repeat: no-repeat;
display: inline-block;
float: right;
margin: -3px 0 0 5px;
}
#bfw_remove_cart_point:hover{
opacity: 0.8;
cursor: pointer;
}
.woocommerce-variation-price .bfw_social_links{
display: none;
}
.bfw_not_participant{
color: #F44336;
font-weight: bold;
} .bonus_computy_account.add_coupon{
margin: 10px 0;
}
.coupon_form{
max-width: 100%;
}
.loading_coupon{
background-image:  url(//gorod-buketov.ru/wp-content/plugins/bonus-for-woo/img/spiner.svg);
background-repeat: no-repeat;
background-position: 10% 50%;
}
.loading_coupon input{
opacity: 0.3;
pointer-events: none;
cursor: default;
}
.bonus_computy_account.add_coupon .title{
font-weight: 500;
display: inline-block;
}
.related.products .bfw_social_links{
display: none;
}
.table-bfw th{border: 1px solid;padding: 5px}
.table-bfw{border-collapse: collapse}
.table-bfw thead {
font-weight: bold;
}
.table-bfw td{border: 1px solid;padding: 5px}
.bfw-spisanie-blocks-button-text::before{
content: '';
background-image: url(//gorod-buketov.ru/wp-content/plugins/bonus-for-woo/img/coin.svg);
display: inline-block;
width: 15px;
height: 15px;
background-size: contain;
background-repeat: no-repeat;
margin-right: 5px;
}
#copy_referal{
display: inline-block;
background: url(//gorod-buketov.ru/wp-content/plugins/bonus-for-woo/img/copy.svg);
width: 25px;
height: 25px;
background-size: cover;
margin: 0 0 -7px 4px;
cursor: pointer;
}
#copy_good{
font-size: 12px;
padding: 10px;
color: #009688;
}
.bfw_social_link_item{
width: 25px;
height: 25px;
background-repeat: no-repeat;
background-size: cover;
display: inline-block;
margin: 0 10px 0 0;
}
.bfw_ref_icon_vk{
background-image: url(//gorod-buketov.ru/wp-content/plugins/bonus-for-woo/img/social/009-vk.svg);
}
.bfw_ref_icon_viber{
background-image: url(//gorod-buketov.ru/wp-content/plugins/bonus-for-woo/img/social/viber.svg);
}
.bfw_ref_icon_fb{
background-image: url(//gorod-buketov.ru/wp-content/plugins/bonus-for-woo/img/social/043-facebook.svg);
}
.bfw_ref_icon_tw{
background-image: url(//gorod-buketov.ru/wp-content/plugins/bonus-for-woo/img/social/013-twitter.svg);
}
.bfw_ref_icon_tg{
background-image: url(//gorod-buketov.ru/wp-content/plugins/bonus-for-woo/img/social/telegram.svg);
background-size: cover;
}
.bfw_ref_icon_whatsapp{
background-image: url(//gorod-buketov.ru/wp-content/plugins/bonus-for-woo/img/social/007-whatsapp.svg);
}
.copy_referal_single{
display: inline-block;
background: url(//gorod-buketov.ru/wp-content/plugins/bonus-for-woo/img/copy.svg);
width: 25px;
height: 25px;
background-size: cover;
cursor: pointer;
}
.goodcopy{
opacity: 0.5;
}
#bfw-progressbar {
background-color: #f3f3f3;
border-radius: 13px;
padding: 3px;
}
#bfw-progressbar > div {
background: #badb73 linear-gradient(90deg, rgb(161 244 185 / 30%), rgb(159 250 142 / 30%), rgb(3 255 8 / 30%), rgb(20 255 0 / 63%));
animation: gradient 20s ease infinite;
transform: translate3d(0, 0, 0);
height: 20px;
border-radius: 10px;
position: relative;
}
#bfw-progressbar > div > span{
font-size: 14px;
position: absolute;
top: -2px;
font-weight: bold;
color: #626262;
min-width: 50px;
width: max-content;
}
.bfw-progressbar-title{
display: flex;
justify-content: space-between;
font-size: 14px;
margin-top: 20px;
line-height: 1.5;
color: #53a318;
font-weight: 600;
white-space: nowrap;
}
.bfw-progress-bar{
display: flex;
justify-content: space-between;
list-style: none;
padding: 0;
margin: 0 0 1rem 0;
}
.bfw-progress-bar li {
flex: 2;
margin: 0;
position: relative;
padding: 0 0 16px 0;
font-size: .875rem;
line-height: 1.5;
color: #53a318;
font-weight: 600;
white-space: nowrap;
overflow: visible;
min-width: 0;
text-align: center;
border-bottom: 4px solid #e8e8e8;
}
.bfw-progress-bar li:first-child,
.bfw-progress-bar li:last-child {
flex: 1;
}
.bfw-progress-bar li:last-child {
text-align: right;
}
.bfw-progress-bar li:before {
content: "";
display: block;
width: 8px;
height: 8px;
background-color: #e8e8e8;
border-radius: 50%;
border: 8px solid #fff;
position: absolute;
left: calc(50% - 6px);
bottom: -13px;
z-index: 3;
transition: all .2s ease-in-out;
box-sizing: unset;
}
.bfw-progress-bar li:first-child:before {
left: 0;
}
.bfw-progress-bar li:last-child:before {
right: 0;
left: auto;
}
.bfw-progress-bar span {
transition: opacity .3s ease-in-out;
}
.bfw-progress-bar li:not(.is-active) span {
opacity: 0;
}
.bfw-progress-bar .is-complete:not(:first-child):after,
.bfw-progress-bar .is-active:not(:first-child):after {
content: "";
display: block;
width: 100%;
position: absolute;
bottom: -4px;
left: -50%;
z-index: 2;
border-bottom: 4px solid #53a318;
}
.bfw-progress-bar li:first-child{
text-align: left;
}
.bfw-progress-bar li:last-child span {
width: 200%;
display: inline-block;
position: absolute;
left: -100%;
}
.bfw-progress-bar .is-complete:last-child:after,
.bfw-progress-bar .is-active:last-child:after {
width: 200%;
left: -100%;
}
.bfw-progress-bar .is-complete:before {
background-color:#53a318;
}
.bfw-progress-bar .is-active:before,
.bfw-progress-bar li:hover:before,
.bfw-progress-bar .is-hovered:before {
background-color: #fff;
border-color: #53a318;
}
.bfw-progress-bar li:hover:before,
.bfw-progress-bar .is-hovered:before {
transform: scale(1.33);
}
.bfw-progress-bar li:hover span,
.bfw-progress-bar li.is-hovered span {
opacity: 1;
}
.bfw-progress-bar:hover li:not(:hover) span {
opacity: 0;
}
.bfw-progress-bar .has-changes {
opacity: 1 !important;
}
.bfw-progress-bar .has-changes:before {
content: "";
display: block;
width: 8px;
height: 8px;
position: absolute;
left: calc(50% - 4px);
bottom: -20px;
background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%208%208%22%3E%3Cpath%20fill%3D%22%23ed1c24%22%20d%3D%22M4%200l4%208H0z%22%2F%3E%3C%2Fsvg%3E');
}
.computy_copyright{
text-align: right;
font-size: 12px;
}
.computy_copyright a:before{
content: '';
display: inline-block;
background: url(//gorod-buketov.ru/wp-content/plugins/bonus-for-woo/img/logo-svg.svg) no-repeat;
background-size: contain;
width: 9px;
height: 18px;
margin: 0 0 -5px 0;
}
.woocommerce-order-received #computy-bonus-message-cart{
display:none;
}
.bfw-card {
color: #000;
box-shadow: 0 0 3px 0 rgba(0,0,0,1);
border: 1px solid #faeeee;
font-weight: bold;
max-width: 290px;
border-radius: 7px;
padding: 8px 15px;
background: linear-gradient(90deg, rgba(238, 119, 82, 0.3), rgba(231, 60, 126, 0.3), rgba(35, 166, 213, 0.3), rgba(35, 213, 171, 0.3));
background-size: 400% 400%;
animation: gradient 20s ease infinite;
transform: translate3d(0, 0, 0);
}
.bfw-account_status_name{
font-size: 21px;
}
.bfw-account_count_points{
font-size: 21px;
margin-top: 20px;
display: flex;
justify-content: space-between;
}
.bfw-help-tip{
position: relative;
display: inline-block;
margin: 0 0 -5px 5px;
cursor: help;
}
.bfw-help-tip.faq:after{
display: block;
content: '?';
color: #fff;
font-size: 11px;
text-align: center;
line-height: 15px;
background: #333333;
border-radius: 50%;
height: 16px;
width: 16px;
}
.bfw-help-tip.danger:after{
display: block;
content: '!';
color: #fff;
font-size: 11px;
text-align: center;
line-height: 15px;
background: #c62222;
border-radius: 50%;
height: 16px;
width: 16px;
}
.bfw-help-tip.info:after{
display: block;
content: 'i';
color: #fff;
font-size: 11px;
text-align: center;
line-height: 15px;
background: #2250c6;
border-radius: 50%;
height: 16px;
width: 16px;
}
.bfw-help-tip:before {
opacity: 0;
content: attr(data-tip);
display: block;
line-height: 13px;
color: #fff;
font-size: .8em;
width: 150px;
background: #333;
border-radius: 3px;
padding: 0;
box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
position: absolute;
top: 17px;
height: 0;
overflow: hidden;
transition-delay: .1s;
transition-duration: .2s;
z-index: 9;
}
.bfw-help-tip.danger:before{
background:#c62222;
}
.bfw-account_referral{
margin-top: 40px;
}
.bfw-help-tip:hover:before{
opacity: 1;
height: auto;
padding: 0.618em 1em;
visibility: visible;
transition-delay: .1s;
transition-duration: .2s;
}
.card_link_rulles{
font-size: 0;
width: 22px;
height: 22px;
position: absolute;
right: 4px;
top: 4px;
background: url(//gorod-buketov.ru/wp-content/plugins/bonus-for-woo/img/qwestion.svg) no-repeat;
background-size: cover;
}
.bfw-account_expire_points{
background: url(//gorod-buketov.ru/wp-content/plugins/bonus-for-woo/img/fire.svg) no-repeat center left;
background-size: 24px;
font-size: 13px;
display: flex;
align-items: center;
padding: 0 0 0 23px;
}
.list_role_computy .delete_role-bfw {
color: red;
font-size: 30px;
line-height: 0;
font-weight: bold;
transform: rotate(45deg);
display: block;
padding: 0;
margin: 0;
border: 0;
width: 19px;
height: 21px;
background: none;
}
.list_role_computy .delete_role-bfw:hover{
background: none;
cursor: pointer;
color: red;
}
.bfw-account_expire_points.bfw-help-tip.danger::after{
content: none;
}
.bfw-account_percent{margin-top: 8px;  font-size: 16px;}
@keyframes gradient {
0% {
background-position: 0 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0 50%;
}
}
.is-large .bfw-order-cashback-blocks{
padding: 16px 16px;
}
.bfw-order-cashback-blocks{
display: flex;
justify-content: space-between;
padding: 16px 0;
font-weight: 500;
}
.bfw-spisanie-blocks-button{
display: flex;
align-items: center;
justify-content: space-between;
padding: 16px;
cursor: pointer;
border: 1px solid #000;
}
.computy_skidka_form{
opacity: 0;
padding: 0 15px;
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease, padding 0.3s ease, opacity 0.3s ease;
}
.computy_skidka_form.open{
opacity: 1;
max-height: 500px;
padding: 16px;
border: 1px solid #000;
border-top: none;
}
.flipped {
transform: rotateX(180deg);
transform-box: fill-box;
transform-origin: center;
}
.text_how_many_points{
margin-bottom: 10px;
width: 100%;
}
.text_total_points{
color: #757575;
margin-top: 6px;
width: 100%;
}
@media (max-width: 767px ) {
.dtr-details .dtr-data{
display: block;
}
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.premmerce-filter-loader-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(110, 110, 110, 0.21);
z-index: 9999999999;
}
.premmerce-filter-loader-wrapper::after {
content: '';
position: absolute;
opacity: 0.6;
border: 5px solid #f3f3f3;
border-top: 5px solid #484848;
border-radius: 50%;
width: 40px;
height: 40px;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: auto;
animation: premmerce-filter-spin 0.5s linear infinite;
}
@keyframes premmerce-filter-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.filter {
}
.filter .disabled {
cursor: default;
}
.filter__item {
margin: 30px 0;
}
.filter__header {
display: table;
width: 100%;
}
.filter__header[data-filter-drop-handle] {
cursor: pointer;
}
.filter__title {
display: table-cell;
vertical-align: middle;
}
.filter__handle {
position: relative;
display: table-cell;
width: 20px;
text-align: right;
vertical-align: middle;
cursor: pointer;
}
.filter__handle-ico {
position: relative;
height: 100%;
width: 14px;
display: block;
fill: #333333;
color: #333333;
}
.filter__handle-ico svg {
margin: auto;
}
.filter__handle-ico--plus {
height: 14px;
} .filter__slider-form {
margin: 0;
}
.filter__slider-control-group {
margin: 0 -15px 15px -15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.filter__slider-control-column {
padding: 0 15px;
width: 50%;
}
.filter__slider-control {
width: 100%;
text-align: center;
}
.filter__handle-ico--minus {
height: 14px;
}
.filter__inner {
margin-top: .8em;
}
.filter__inner::after {
content: "";
clear: both;
display: table;
}
.filter__inner--js-hidden {
display: none;
}
.filter__inner--scroll {
max-height: 180px;
overflow-y: auto;
padding-right: 5px;
}
.filter__properties-list {
margin: 0;
list-style: none;
}
.filter__properties-item:not(:last-child) {
margin-bottom: 3px;
}
.filter__scroll {
width: 100%;
max-width: 100%;
}
.filter__checkgroup {
display: table;
}
.filter__checkgroup-check,
.filter__checkgroup-body,
.filter__checkgroup-title,
.filter__checkgroup-count,
.filter__checkgroup-aside {
display: table-cell;
vertical-align: top;
}
.filter__checkgroup-control {
width: initial!important;
height: initial!important;
margin: initial !important;
} .filter__checkgroup-control[type='radio'] + .filter__checkgroup-check:before,
.filter__checkgroup-control[type='radio'] + .filter__checkgroup-check {
border-radius: 50%;
}
.filter__checkgroup-control[disabled] + .filter__checkgroup-check + .filter__checkgroup-title,
.filter__checkgroup-control[disabled] + .filter__checkgroup-check {
cursor: not-allowed;
opacity: 0.7;
}
.filter__checkgroup-control[type='checkbox'] + .filter__checkgroup-check {
}
.filter__checkgroup-control[type='radio']:checked + .filter__checkgroup-check:before,
.filter__checkgroup-control[type='checkbox']:checked + .filter__checkgroup-check:before {
opacity: 1;
}
.filter__checkgroup-control:checked + .filter__checkgroup-check {
-webkit-box-shadow: none;
box-shadow: none;
}
.filter__checkgroup-check {
display: none!important;
background: #fff;
border: 1px solid #6d6d6d;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
width: 16px!important;
height: 16px!important;
position: relative;
cursor: pointer;
flex-shrink: 0;
}
.filter__checkgroup-check:before {
opacity: 0;
content: '';
background: #6d6d6d;
-webkit-transition: .05s ease-in-out;
-o-transition: .05s ease-in-out;
transition: .05s ease-in-out;
width: 10px;
height: 10px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
} .filter__checkgroup-title {
padding-right: 4px;
padding-left: 4px;
color: #333;
text-decoration: none;
cursor: pointer;
margin: 0;
}
.filter__checkgroup-count {/*/*/font-size: 0.9em;
position: relative;
top: 2px;
display: flex;
}
.filter__checkgroup-count::before {
content: '(';
display: inline;
}
.filter__checkgroup-count::after {
content: ')';
display: inline;
}
.filter__checkgroup-link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
text-decoration: none;
}
.filter__range-field {
padding-bottom: 15px;
}
.filter__range-slider {
}
.filter__price-form {
margin: 0;
}
.filter__price-control-group {
margin: 0 -15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 15px;
}
.filter__price-control-column {
padding: 0 15px;
width: 50%;
}
.filter__price-control {
width: 100%;
text-align: center;
}
.filter__icon-minus,
.filter__icon-plus {
width: 20px;
height: 20px;
position: relative;
}
.filter__icon-minus:before,
.filter__icon-plus:before,
.filter__icon-plus:after {
background: #000;
position: absolute;
content: '';
}
.filter__icon-plus {
}
.filter__icon-minus:before,
.filter__icon-plus:before {
height: 3px;
width: 100%;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.filter__icon-plus:after {
width: 3px;
height: 100%;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}/**/.pc-range-slider__wrapper {
position: relative;
height: 20px;
overflow: hidden;
}
.pc-range-slider__control {
background: #fff;
border: 1px solid #c7c7c7;
height: 4px;
margin-top: 8px;
}
.pc-range-slider__control .ui-slider-handle {
display: block;
width: 8px!important;
height: 20px!important;
background: #000;
cursor: pointer;
-ms-touch-action: none;
touch-action: none;
position: absolute;
top: 0;
}
.pc-range-slider__control .ui-slider-handle:after,
.pc-range-slider__control .ui-slider-handle:before {
display: none!important;
}
.pc-range-slider__control .ui-slider-handle:focus {
outline: 0;
}
.pc-range-slider__control .ui-slider-handle:last-of-type {
margin-left: -8px!important;
}
.pc-range-slider__control .ui-slider-range {
position: absolute;
top: 50% !important;
margin-top: -2.5px;
height: 5px!important;
background: #999;
} .pc-active-filter {
}
.pc-active-filter__list {
}
.pc-active-filter__list-item {
margin-bottom: 5px;
}
.pc-active-filter__item-link {
text-decoration: none !important;
color: #333;
font-weight: 400;
}
.pc-active-filter__item-link:hover {
text-decoration: underline !important;
}
.pc-active-filter__item-link:after {
display: table;
content: '';
clear: both;
}
.pc-active-filter__item-delete {
width: 18px;
height: 18px;
text-align: center;
line-height: 12px;
border: 1px solid #6d6d6d;
float: right;
color: #6d6d6d;
font-weight: bold;
} .hidden {
display: none;
}
.filter__colors-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: -10px -5px 0;
}
.filter__colors-box .filter__checkgroup-control {
display: none!important;
}
.filter__colors-item {
padding: 10px 5px 0;
border-radius: 1px;
}
.filter__checkgroup-control:checked + .filter__color-button,
.filter__checkgroup-control:not([disabled]) + .filter__color-button:hover {
outline: 1px solid #dcdcdc;
}
.filter__checkgroup-control[disabled] + .filter__color-button {
cursor: not-allowed;
} .filter input[type=checkbox] + label {
margin: 0;
}
.filter__color-button {
display: block !important;
border: 3px solid #fff;
-webkit-box-shadow: inset 0 0 0 1px #dcdcdc;
box-shadow: inset 0 0 0 1px #dcdcdc;
cursor: pointer;
text-align: center;
font-size: 14px;
position: relative;
width: 36px !important;
height: 36px !important;;
background: linear-gradient(to bottom, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0));
}
.filter__checkgroup-control:checked + .filter__color-button:before {
content: '✓';
position: absolute;
display: block;
color: #fff;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.filter__labels-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: -10px;
margin-left: -10px;
}
.filter__labels-box .filter__checkgroup-control {
display: none!important;
}
.filter__label-item {
margin-top: 10px;
margin-left: 10px;
}
.filter__label-button {
display: block;
border: 1px solid #dcdcdc;
font-size: 13px;
font-weight: bold;
background-color: #fff;
padding: 5px 12px;
cursor: pointer;
margin: 0;
}
.filter__checkgroup-control:checked + .filter__label-button {
color: #fff;
background: #000;
border-color: #000;
}
.filter__checkgroup-control[disabled] + .filter__label-button {
cursor: not-allowed;
opacity: 0.7;
}
.filter__checkgroup-control:not([disabled]):not(:checked) + .filter__label-button:hover {
background-color: #f6f6f6;
} .filter--style-premmerce {
font-size: 0.9rem;
}
.filter--style-premmerce .filter__item {
border: 1px solid #c7c7c7;
margin: 0;
padding: 15px;
margin-top: -1px;
}
.filter--style-premmerce .filter__title {
font-weight: bold;
color: #333333;
text-transform: uppercase;
font-size: 1rem;
}
.filter--style-premmerce .filter__checkgroup-control {
display: none !important;
}
.filter--style-premmerce .filter__checkgroup-check {
display: block!important;
}
.filter--style-premmerce .filter__checkgroup-link {
align-items: flex-start;
}
.filter--style-premmerce .filter__checkgroup-check {
top: .2em;
}
.filter--style-premmerce .filter__checkgroup-title {
font-weight: normal;
font-size: 13px;
}body .extendedwopts-show{display:none}body .widgetopts-hide_title .widget-title{display:none}body .extendedwopts-md-right{text-align:right}body .extendedwopts-md-left{text-align:left}body .extendedwopts-md-center{text-align:center}body .extendedwopts-md-justify{text-align:justify}@media screen and (min-width: 769px){body .extendedwopts-hide.extendedwopts-desktop{display:none !important;}body .extendedwopts-show.extendedwopts-desktop{display:block}body .widget.clearfix-desktop{clear:both}}@media screen and (max-width: 768px) and (min-width: 737px){body .extendedwopts-hide.extendedwopts-tablet{display:none !important;}body .extendedwopts-show.extendedwopts-tablet{display:block}body .widget.clearfix-desktop{clear:none}body .widget.clearfix-tablet{clear:both}}@media screen and (max-width: 736px){body .extendedwopts-hide.extendedwopts-mobile{display:none !important;}body .extendedwopts-show.extendedwopts-mobile{display:block}body .widget.clearfix-desktop,body .widget.clearfix-tablet{clear:none}body .widget.clearfix-mobile{clear:both}}