.bambora_message {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
-ms-border-radius: 4px;
border-radius: 4px;
}
.bambora_error {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.bambora_success {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.bambora_payment_description {
font-size: 20px;
}
.bambora_payment_types {
margin-top: 8px;
display: flex;
gap: 6px;
flex-wrap: wrap;
align-items: center;
}
.bambora_payment_label_icon {
display: flex;
align-items: center;
}
.bambora_payment_icon {
width: 100px;
height: 24px;
margin-left: 20px;
}.wpml-ls-menu-item .wpml-ls-flag{display:inline;vertical-align:baseline}.wpml-ls-menu-item .wpml-ls-flag+span{margin-left:.3em}.rtl .wpml-ls-menu-item .wpml-ls-flag+span{margin-left:0;margin-right:.3em}ul .wpml-ls-menu-item a{display:flex;align-items:center}.filter-container {
padding: 0px 75px 0px 75px;
display: flex;
flex-direction: column;
align-items: center;
} .filter-container .filter {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
max-width: 700px;
} .slider-range {
min-width: 700px;
margin-top: 50px;
}
.slider-range .range-amount {
display: flex;
justify-content: space-between;
color: #777;
}
.ui-slider-handle {
outline: none;
}
.slider-range .ui-widget.ui-widget-content {
border: unset;
}
.slider-range .ui-widget-content {
background-color: #5e5c61;
}
.ui-slider-handle .tooltip-inner {
background-color: white;
color: black;
border-radius: 20%;
}
.bs-tooltip-top .tooltip-arrow::before {
border-top-color: #fff !important;
}
.slider-range .ui-widget-header {
background: #008dbd;
}
.slider-range .ui-state-default, .slider-range .ui-widget-content .ui-state-default {
border-radius: 50%;
background-color: #64edff;
border: 0px;
} .filter-container .button-group {
margin-top: 25px;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
column-gap: 10px;
width: 100%;
}
.filter-container .button-group.format {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
.filter-container .button-group-search {
margin-top: 25px;
display: flex;
justify-content: center;
}
.filter-container .button-container {
margin-top: 25px;
width: 100%;
}
.button-group button,
.button-group button:hover,
.button-group button:focus {
background-color: #404040;
border-color: #404040;
color: white;
}
.button-group button.active,
.button-group button.active:hover,
.button-group button.active:focus {
background-color: #009f72;
border-color: #009f72;
color: white;
border-radius: 0px;
}
#search {
background-color: #19bded;
color: white;
border: none;
border-radius: 0px;
font-size: 14px;
padding: 0.533rem 1.933rem;
line-height: 1.42857;
transition: color 0.15s,background-color 0.15s,border-color 0.15s,box-shadow 0.15s,transform 0.2s;
}
#search:hover {
background-color: #404040;
transition: color 0.15s,background-color 0.15s,border-color 0.15s,box-shadow 0.15s,transform 0.2s;
} .product-container {
margin-top: 40px;
width: 100%;
}
@media (max-width: 768px) {
.filter-container {
padding: 20px 10px 0px 10px;
}
.filter-container .filter {
width: 100%;
}
.slider-range {
min-width: unset;
width: 100%;
}
}.spinner {
display: inline-block;
opacity: 0;
width: 0;
-webkit-transition: opacity 0.25s, width 0.25s;
-moz-transition: opacity 0.25s, width 0.25s;
-o-transition: opacity 0.25s, width 0.25s;
transition: opacity 0.25s, width 0.25s;
}
.has-spinner.active {
cursor:progress;
}
.has-spinner.active .spinner {
opacity: 1;
width: auto;
}
.has-spinner.btn.active .spinner {
min-width: 20px;
}