.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;
}.wpcf7-not-valid-tip {
direction: rtl;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
right: 1em;
}
.wpcf7-list-item {
margin: 0 1em 0 0;
}#side-menu nav .lf-current-menu::after {
content: "•";
margin: 0 5px;
color: red;
} :root{
--maincolor: #000000;
--mainbackgroundcolor: #ffffff;
}
svg, path {
outline: none;
}
input:not([type=radio],[type=checkbox]) {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
body {
box-sizing: border-box;
margin: 0px;
color: var(--main_text_color);
background-color: var(--pagebackgroundcolor);
}
#main-content {
background-color: var(--pagebackgroundcolor);
}
#main:not(.has-sidebar, .lf-blog-has-sidebar) {
float: left;
width: 100%;
}
.container {
max-width: var(--linker_continer_size);
width: 100%;
margin: auto;
padding: 0 10px;
}
.alignleft {
text-align: left;
}
.alignright {
text-align: right;
}
.aligncenter {
text-align: center;
}
.no-padding {
padding: 0!important;
}
.height-150 {
height: 150px;
overflow: hidden;
}
.height-200 {
height: 200px;
overflow: hidden;
}
.height-300 {
height: 300px;
overflow: hidden;
}
.height-350 {
height: 350px;
overflow: hidden;
}
.height-450 {
height: 450px;
overflow: hidden;
}
.top-content {
float: left;
width: 100%;
background-color: #747474;
color: #ffffff;
padding: 10px 0;
}
.no-link {
cursor: default;
}
.noselect {
-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.lf-center-img {
position: relative;
float: right;
width: 100%;
height: 250px;
overflow: hidden;
}
.lf-center-img img {
position: absolute;
top: 50%;
left: 50%;
width: auto;
min-width: 100%;
height: 100%;  transform: translate(-50%, -50%);
object-fit: cover;
-o-object-fit: cover;
}
#lf-dark-screen {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 120%;
background-color: rgba(0, 0, 0, 0.55);
z-index: 99; display: none;
}
#lf-dark-screen.lf-dark-screen-show {
display: block;  }
@keyframes lf_dark_screen {
from {opacity: 0;}
to {opacity: 1;}
}
.lf-page-message-container {
float: left;
width: 100%;
}
.lf-page-message {
float: left;
width: 100%;
min-height: 60vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.lf-page-message-line-1 {
font-size: 30px;
line-height: 30px;
color: #777;
}
.lf-page-message-line-1 i {
float: left;
font-size: 30px;
line-height: 30px;
color: #777;
margin: 0 5px;
}
.lf-page-message-line-2 {
font-size: 40px;
color: #54595f;
}
h1.lf-page-title,
.lf-page-title h1 {
float: left;
height: 30px;
margin: 0 0 10px 0;
line-height: 30px;
font-size: 30px;
color: #54595f;
font-weight: normal;
}
.wp-block-table {
float: left;
width: 100%;
} .lf-breadcrumbs {
float: left;
width: 100%;
line-height: 20px;
margin: 5px 0;
color: #777;
font-size: 16px;
}
.top-page-area .lf-breadcrumbs {
position: absolute;
right: 0;
top: 0;
line-height: 30px;
margin: 0;
padding: 0 10px;
color: white;
filter: drop-shadow(1px 1px #000);
font-size: 20px;
}
.lf-breadcrumbs ol {
float: left;
width: 100%;
margin: 0;
padding: 0;
}
.lf-breadcrumbs li {
display: inline-block;
}
.lf-breadcrumbs span + span:before,
.lf-breadcrumbs .breadcrumb_last:before {
content: '>';
margin: 0 5px;
}
.lf-breadcrumbs a, .lf-breadcrumbs span {
color: #777;
font-size: 16px;
text-decoration: none;
}
.top-page-area .lf-breadcrumbs a, .top-page-area .lf-breadcrumbs span {
color: white;
font-size: 20px;
text-decoration: none;
} .customize-support header, .customize-support #side-menu {
top: 32px;
}
header ul {
margin: 0;
padding: 0;
}
header li {
margin: 0;
list-style-type: none;
} #side-menu ul {
margin: 0;
padding: 0;
}
#side-menu li {
margin: 0;
list-style-type: none;
} footer ul {
margin: 0;
padding: 0;
}
footer li {
margin: 0;
list-style-type: none;
}
.lf-scroll-up-container {
position: fixed;
left: 50px;
bottom: 20px;
z-index: 99;
}
.lf-scroll-up {
float: left;
width: 40px;
height: 40px;
border-radius: 100px;
background-color: #c6c6c6;
display: none;
cursor: pointer;
outline: 0;
}
.lf-scroll-up i {
float: left;
width: 40px;
height: 40px;
animation: arrow_up 0.5s infinite alternate-reverse;
}
.lf-scroll-up i svg {
fill: #ffffff;
}
@keyframes arrow_up {
from {transform: translate(0px, -2px);}
to {transform: translate(0px, 2px);}
} .navigation.pagination {
float: left;
width: 100%;
text-align: center;
margin-bottom: 5px;
}
.navigation.pagination a, .navigation.pagination span {
display: inline-block;
width: 30px;
line-height: 30px;
text-align: center;
font-size: 16px;
color: white;
background-color: #000000;
border-radius: 2px;
text-decoration: none;
}
.page-numbers.current {
background-color: #9d9d9d;
}
.lf-top-page {
float: left;
width: 100%;
}  .top-page-area {
float: left;
position: relative;
width: 100%;
height: 200px;
margin-bottom: 5px;
overflow: hidden;
}
.top-page-area img {
width: 100%;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
}
.top-page-area .top-page-title {
position: absolute;
left: 0;
bottom: 20px;
line-height: 50px;
padding: 0 10px;
background-color: #144788;
color: white;
font-size: 36px;
min-width: 30%;
}
.top-page-area .top-page-title:after {
content: "";
border-bottom: 50px solid rgba(255, 255, 255, 0);
border-right: 40px solid #144788;
float: left;
position: absolute;
left: -40px;
top: 0px;
z-index: 9;
} .more-sub-menu-left,
.more-sub-menu-right {
display: none;
}
header .sub-menu .more-sub-menu-left {
display: block;
position: absolute;
left: 5px;
top: 5px;
width: 20px;
height: 20px;
text-align: center;
color: #000000;
}
header .sub-menu .more-sub-menu-right {
display: block;
position: absolute;
right: 5px;
top: 5px;
width: 20px;
height: 20px;
text-align: center;
color: #000000;
}
header .sub-menu .more-sub-menu-right i,
header .sub-menu .more-sub-menu-left i {
float: left;
width: 20px;
height: 20px;
line-height: 20px;
font-size: 18px;
} .cart-items-list-container {
position: absolute;
top: 50px;
left: 0;
width: 300px;
max-height: 470px;
background-color: whitesmoke;
border: 1px solid white;
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
z-index: 9;
display: none;
}
.cart-container:hover .cart-items-list-container {
display: block;
}
.cart-list {
float: left;
width: 100%;
max-height: 420px;
overflow: auto;
padding: 5px 0;
direction: ltr;
}
.cart-list::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 10px;
background-color: #F5F5F5;
}
.cart-list::-webkit-scrollbar {
width: 5px;
background-color: #F5F5F5;
}
.cart-list::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #727272;
}
.cart-list li {
float: left;
width: 100%;
direction: rtl;
}
.cart-list li + li {
border-top: 1px solid white;
}
.cart-list li a {
float: left;
width: 100%;
height: 100px;
padding: 5px;
}
.cart-actions {
float: left;
width: 100%;
height: 50px;
padding: 5px;
}
.cart-actions a {
float: right;
width: 50%;
}
.product-image-cart-list {
float: right;
width: 90px;
height: 90px;
text-align: center;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
overflow: hidden;
}
.product-image-cart-list img {
margin: auto;
width: 100%;
}
.product-info-cart-list {
float: right;
width: calc(100% - 120px);
}
.product-title-cart-list {
float: right;
width: 100%;
height: 50px;
overflow: hidden;
text-align: center;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
color: black;
}
.product-title-cart-list span {
margin: auto;
font-weight: bold;
}
.product-price-cart-list {
float: right;
width: 100%;
height: 50px;
text-align: center;
overflow: hidden;
}
.remove-product-from-cart {
float: right;
width: 30px;
height: 90px;
overflow: hidden;
text-align: center;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
color: black;
cursor: pointer;
}
.remove-product-from-cart i {
margin: auto;
width: 30px!important;
height: 30px!important;
line-height: 30px!important;
font-size: 20px!important;
text-align: center!important;
color: black!important;
}
.remove-product-from-cart:hover i {
border-radius: 100%;
background-color: #d0d0d0;
} .animated-loader {
float: left;
color: #00559d;
font-size: 30px;
text-indent: -9999em;
overflow: hidden;
width: 1em;
height: 1em;
border-radius: 50%;
margin: -15px;
top: 50%;
left: 50%;
position: relative;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
img.lazy {
opacity: 0;
}
img.lazy.fadeIn {
opacity: 1;
transition: 0.5s all;
}  .mobile-contact-options {
position: fixed;
bottom: 20px;
left: 20px;
display: none;
width: 50px;
height: 50px;
border-radius: 5px;
color: white;
z-index: 999;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.mobile-contact-open {
position: absolute;
top: 0;
left: 0;
z-index: 9;
}
.mobile-contact-open i {
float: right;
width: 50px;
height: 50px;
background-color: #000000;
color: white;
font-size: 40px;
line-height: 50px;
text-align: center;
border-radius: 100%;
-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.mobile-contact-options i svg {
width: 40px;
height: 40px;
fill: #ffffff;
}
.mobile-contact-active .mobile-contact-open i {
-ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg);
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.mobile-contact-call {
position: absolute;
top: 0;
left: 0;
opacity: 0;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.mobile-contact-call i {
float: right;
width: 50px;
height: 50px;
border-radius: 100%;
}
.mobile-contact-whatsapp {
position: absolute;
top: 0;
left: 0;
opacity: 0;
-webkit-transition: all 0.5s;
transition: all 0.5s;
width: 50px;
height: 50px;
background-color: #000000;
color: white;
font-size: 40px;
line-height: 50px;
text-align: center;
border-radius: 100%;
}
.mobile-contact-whatsapp svg {
width: 32px;
height: 32px;
}
.mobile-contact-active .mobile-contact-whatsapp {
top: -120px;
opacity: 1;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.mobile-contact-waze {
position: absolute;
top: 0;
left: 0;
opacity: 0;
-webkit-transition: all 0.5s;
transition: all 0.5s;
width: 50px;
height: 50px;
background-color: #000000;
color: white;
font-size: 40px;
line-height: 50px;
text-align: center;
border-radius: 100%;
}
.mobile-contact-waze svg {
width: 32px;
height: 32px;
}
.mobile-contact-active .mobile-contact-waze {
top: -120px;
opacity: 1;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.mobile-contact-newsletter {
position: absolute;
top: 0;
left: 0;
opacity: 0;
-webkit-transition: all 0.5s;
transition: all 0.5s;
width: 50px;
height: 50px;
background-color: #000000;
color: white;
font-size: 40px;
line-height: 50px;
text-align: center;
border-radius: 100%;
}
.mobile-contact-newsletter i {
float: right;
width: 50px;
height: 50px;
border-radius: 100%;
}
.mobile-contact-active span {
opacity: 1;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.mobile-contact-active span:nth-child(1) {
top: -60px;
}
.mobile-contact-active span:nth-child(2) {
top: -120px;
}
.mobile-contact-active span:nth-child(3) {
top: -180px;
}
.mobile-contact-active span:nth-child(4) {
top: -240px;
}
.mobile-contact-active span:nth-child(5) {
top: -300px;
}
.mobile-contact-active .mobile-contact-open {
top: 0!important;
}
.always-open .mobile-contact-open {
display: none;
}
.always-open span:nth-child(1) {
top: -0px;
}
.always-open span:nth-child(2) {
top: -60px;
}
.always-open span:nth-child(3) {
top: -120px;
}
.always-open span:nth-child(4) {
top: -180px;
}
.always-open span:nth-child(5) {
top: -240px;
} .newsletter-dialog-box .md-dialog-title {
text-align: center;
}
.newsletter-dialog-box .dialog-content {
text-align: center;
}
.newsletter-close-button {
position: absolute;
top: 0;
left: 0;
width: 30px;
height: 30px;
text-align: center;
font-size: 20px;
padding: 2px;
cursor: pointer;
background-color: transparent;
border: 0;
outline: 0;
}
.newsletter-dialog input {
width: 100%;
margin: auto;
font-size: 20px;
border: 0;
border-bottom: 1px solid #adadad;
outline: 0;
}
.newsletter-dialog input.mailpoet_submit {
display: block;
width: 100%;
margin: auto;
padding: 10px;
font-size: 20px;
color:var(--linker_action_button_text);
background-color: var(--linker_action_button_background);
border: 0;
}
.newsletter-dialog p {
margin: 5px 0;
}
.md-dialog-title {
font-size: 24px;
color: #144788;
}
.parsley-errors-list.filled {
padding: 0 5%;
} .lf-video-container {
height: 700px;
overflow: hidden;
}
.lf-video {
max-width: 100%;
width: 100%;
margin: 0;
line-height: 1;
border: none;
object-fit: cover;
}
.lf-video-lazy {
display: none;
} .lf-loader-container {
display: none;
float: right;
width: 100%;
height: 200px;
}
.lf-loader {
color: var(--maincolor);
font-size: 80px;
text-indent: -9999em;
overflow: hidden;
width: 1em;
height: 1em;
border-radius: 50%;
margin: -40px auto;
top: 50%;
position: relative;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
0% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
5%,
95% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
10%,
59% {
box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
}
20% {
box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
}
38% {
box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
}
100% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
}
@keyframes load6 {
0% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
5%,
95% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
10%,
59% {
box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
}
20% {
box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
}
38% {
box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
}
100% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
}
@-webkit-keyframes round {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes round {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.lf-page-loader {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.3);
z-index: 9999999;
} .fix-heights {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}
.blog .fix-heights .md-card {
height: 100%;
}
.lf-loading,
.lf-loading a,
.lf-loading svg {
fill: transparent!important;
color:  transparent!important;
}
.lf-loading::after {
content: "";
position: absolute;
top: calc(50% - 9px);
left: calc(50% - 9px);
width: 18px;
height: 18px;
border: 1px solid rgba(255,255,255,.3);
border-left-color: #ffffff;
border-radius: 50%;
opacity: 1!important;
-webkit-animation: lf-rotate 450ms infinite linear;
animation: lf-rotate 450ms infinite linear;
}
@-webkit-keyframes lf-rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes lf-rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} .lf-social-links-container {
position: relative;
float: left;
width: 100%;
padding: 5px 0;
}
.lf-social-link {
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
background-color: #000000;
color: #ffffff;
border-radius: 50px;
margin: 0 5px;
padding: 0;
border: 0;
}
.lf-social-link .md-parent-tooltip {
display: inline-block;
width: 40px;
height: 40px;
margin: 0;
font-size: 22px;
}
.lf-social-link svg {
width: 40px;
height: 40px;
padding: 8px;
fill: #ffffff;
} .lf-image-compare img.icv__img-a {
height: auto;
position: static;
z-index: 1;
left: 0px;
max-width: initial;
}
.lf-image-compare img.icv__img-b {
height: 100%;
position: absolute;
z-index: 2;
left: auto;
right: 0px;
width: auto;
max-width: initial;
}
.lf-image-compare.icv__icv--vertical img.icv__img-b {
width: 100%;
height: auto;
}
.lf-image-compare.icv__icv--vertical img.icv__img-a {
height: auto;
position: static;
z-index: 1;
left: 0px;
max-width: initial;
} .lf-flex-row {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
}
.lf-flex-column {
display: flex;
align-items: center;
flex-direction: row;
max-height: inherit;
}
.lf-flex-column-start {
display: flex;
align-items: flex-start;
flex-direction: column;
max-height: inherit;
}
.lf-flex-col-left {
justify-content: flex-start;
}
.lf-flex-col-right {
justify-content: flex-end;
}
.lf-flex-col-center {
flex: 1 1 0%;
}
.lf-flex-col-full-width {
flex: 1 1 auto;
} @media screen and (min-width: 950px) {
.lf-desktop-hidden {
display: none;
}
}
@media screen and (max-width: 950px) {
.lf-tablet-hidden {
display: none;
}
.tab-scroll-continer {
overflow-x: scroll;
}
.mobile-contact-options {
display: block;
}
.top-page-area {
height: 150px;
margin-top: 5px;
}
.top-page-area img {
height: 100%!important;
object-fit: cover;
-o-object-fit: cover;
}
.top-page-area .top-page-title {
line-height: 40px;
font-size: 26px;
}
.lf-breadcrumbs {
display: none;
}
.lf-mobile-hiddden {
display: none;
}
#lf-dark-screen {
z-index: 9999;
}
h1.lf-page-title,
.lf-page-title h1 {
height: auto;
margin: 5px 0;
line-height: 24px;
font-size: 18px;
}
}
@media screen and (max-width: 782px) {
.customize-support header, .customize-support #side-menu {
top: 46px;
}
}
@media screen and (min-width: 600px) {
.lf-only-mobile {
display: none;
}
}
@media screen and (max-width: 600px) {
.lf-mobile-hidden {
display: none;
}
}.lf-page-message-line-1 i {
float: right;
}
h1.lf-page-title,
.lf-page-title h1 {
float: right;
} .lf-breadcrumbs {
float: right;
}
.lf-breadcrumbs span + span:before,
.lf-breadcrumbs .breadcrumb_last:before { }   .lf-scroll-up-container {
left: auto;
right: 50px;
}  .top-page-area .top-page-title {
left: auto;
right: 0;
}           .icv__theme-wrapper {
flex-direction: row-reverse;
} @media screen and (max-width: 950px) {
.top-page-area .top-page-title:after {
border-bottom: 40px solid rgba(255, 255, 255, 0);
}
}
@media screen and (max-width: 600px) {
}.pswp {
display: none;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
-ms-touch-action: none;
touch-action: none;
z-index: 1500;
-webkit-text-size-adjust: 100%; -webkit-backface-visibility: hidden;
outline: none; }
.pswp * {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.pswp img {
max-width: none; } .pswp--animate_opacity { opacity: 0.001;
will-change: opacity; -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }
.pswp--open {
display: block; }
.pswp--zoom-allowed .pswp__img { cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.pswp--zoomed-in .pswp__img { cursor: -webkit-grab;
cursor: -moz-grab;
cursor: grab; }
.pswp--dragging .pswp__img { cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: grabbing; } .pswp__bg {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-backface-visibility: hidden;
will-change: opacity; }
.pswp__scroll-wrap {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: hidden; }
.pswp__container,
.pswp__zoom-wrap {
-ms-touch-action: none;
touch-action: none;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0; } .pswp__container,
.pswp__img {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.pswp__zoom-wrap {
position: absolute;
width: 100%;
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top; -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }
.pswp__bg {
will-change: opacity; -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
-webkit-transition: none;
transition: none; }
.pswp__container,
.pswp__zoom-wrap {
-webkit-backface-visibility: hidden; }
.pswp__item {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
overflow: hidden; }
.pswp__img {
position: absolute;
width: auto;
height: auto;
top: 0;
left: 0; } .pswp__img--placeholder {
-webkit-backface-visibility: hidden; } .pswp__img--placeholder--blank {
background: #222; }
.pswp--ie .pswp__img {
width: 100% !important;
height: auto !important;
left: 0;
top: 0; } .pswp__error-msg {
position: absolute;
left: 0;
top: 50%;
width: 100%;
text-align: center;
font-size: 14px;
line-height: 16px;
margin-top: -8px;
color: #CCC; }
.pswp__error-msg a {
color: #CCC;
text-decoration: underline; }.pswp__button {
width: 44px;
height: 44px;
position: relative;
background: none;
cursor: pointer;
overflow: visible;
-webkit-appearance: none;
display: block;
border: 0;
padding: 0;
margin: 0;
float: right;
opacity: 0.75;
-webkit-transition: opacity 0.2s;
transition: opacity 0.2s;
-webkit-box-shadow: none;
box-shadow: none; }
.pswp__button:focus, .pswp__button:hover {
opacity: 1; }
.pswp__button:active {
outline: none;
opacity: 0.9; }
.pswp__button::-moz-focus-inner {
padding: 0;
border: 0; } .pswp__ui--over-close .pswp__button--close {
opacity: 1; }
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
background: url(//i-superclean.co.il/wp-content/plugins/linker-framework/linker-framework/plugins/photoswipe/PhotoSwipe-4.1.3/default-skin/default-skin.png) 0 0 no-repeat;
background-size: 264px 88px;
width: 44px;
height: 44px; }
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) { .pswp--svg .pswp__button,
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
background-image: url(//i-superclean.co.il/wp-content/plugins/linker-framework/linker-framework/plugins/photoswipe/PhotoSwipe-4.1.3/default-skin/default-skin.svg); }
.pswp--svg .pswp__button--arrow--left,
.pswp--svg .pswp__button--arrow--right {
background: none; } }
.pswp__button--close {
background-position: 0 -44px; }
.pswp__button--share {
background-position: -44px -44px; }
.pswp__button--fs {
display: none; }
.pswp--supports-fs .pswp__button--fs {
display: block; }
.pswp--fs .pswp__button--fs {
background-position: -44px 0; }
.pswp__button--zoom {
display: none;
background-position: -88px 0; }
.pswp--zoom-allowed .pswp__button--zoom {
display: block; }
.pswp--zoomed-in .pswp__button--zoom {
background-position: -132px 0; } .pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
visibility: hidden; } .pswp__button--arrow--left,
.pswp__button--arrow--right {
background: none;
top: 50%;
margin-top: -50px;
width: 70px;
height: 100px;
position: absolute; }
.pswp__button--arrow--left {
left: 0; }
.pswp__button--arrow--right {
right: 0; }
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
content: '';
top: 35px;
background-color: rgba(0, 0, 0, 0.3);
height: 30px;
width: 32px;
position: absolute; }
.pswp__button--arrow--left:before {
left: 6px;
background-position: -138px -44px; }
.pswp__button--arrow--right:before {
right: 6px;
background-position: -94px -44px; } .pswp__counter,
.pswp__share-modal {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.pswp__share-modal {
display: block;
background: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
top: 0;
left: 0;
padding: 10px;
position: absolute;
z-index: 1600;
opacity: 0;
-webkit-transition: opacity 0.25s ease-out;
transition: opacity 0.25s ease-out;
-webkit-backface-visibility: hidden;
will-change: opacity; }
.pswp__share-modal--hidden {
display: none; }
.pswp__share-tooltip {
z-index: 1620;
position: absolute;
background: #FFF;
top: 56px;
border-radius: 2px;
display: block;
width: auto;
right: 44px;
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
-webkit-transform: translateY(6px);
-ms-transform: translateY(6px);
transform: translateY(6px);
-webkit-transition: -webkit-transform 0.25s;
transition: transform 0.25s;
-webkit-backface-visibility: hidden;
will-change: transform; }
.pswp__share-tooltip a {
display: block;
padding: 8px 12px;
color: #000;
text-decoration: none;
font-size: 14px;
line-height: 18px; }
.pswp__share-tooltip a:hover {
text-decoration: none;
color: #000; }
.pswp__share-tooltip a:first-child { border-radius: 2px 2px 0 0; }
.pswp__share-tooltip a:last-child {
border-radius: 0 0 2px 2px; }
.pswp__share-modal--fade-in {
opacity: 1; }
.pswp__share-modal--fade-in .pswp__share-tooltip {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); } .pswp--touch .pswp__share-tooltip a {
padding: 16px 12px; }
a.pswp__share--facebook:before {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
top: -12px;
right: 15px;
border: 6px solid transparent;
border-bottom-color: #FFF;
-webkit-pointer-events: none;
-moz-pointer-events: none;
pointer-events: none; }
a.pswp__share--facebook:hover {
background: #3E5C9A;
color: #FFF; }
a.pswp__share--facebook:hover:before {
border-bottom-color: #3E5C9A; }
a.pswp__share--twitter:hover {
background: #55ACEE;
color: #FFF; }
a.pswp__share--pinterest:hover {
background: #CCC;
color: #CE272D; }
a.pswp__share--download:hover {
background: #DDD; } .pswp__counter {
position: absolute;
left: 0;
top: 0;
height: 44px;
font-size: 13px;
line-height: 44px;
color: #FFF;
opacity: 0.75;
padding: 0 10px; } .pswp__caption {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
min-height: 44px; }
.pswp__caption small {
font-size: 11px;
color: #BBB; }
.pswp__caption__center {
text-align: left;
max-width: 420px;
margin: 0 auto;
font-size: 13px;
padding: 10px;
line-height: 20px;
color: #CCC; }
.pswp__caption--empty {
display: none; } .pswp__caption--fake {
visibility: hidden; } .pswp__preloader {
width: 44px;
height: 44px;
position: absolute;
top: 0;
left: 50%;
margin-left: -22px;
opacity: 0;
-webkit-transition: opacity 0.25s ease-out;
transition: opacity 0.25s ease-out;
will-change: opacity;
direction: ltr; }
.pswp__preloader__icn {
width: 20px;
height: 20px;
margin: 12px; }
.pswp__preloader--active {
opacity: 1; }
.pswp__preloader--active .pswp__preloader__icn { background: url(//i-superclean.co.il/wp-content/plugins/linker-framework/linker-framework/plugins/photoswipe/PhotoSwipe-4.1.3/default-skin/preloader.gif) 0 0 no-repeat; }
.pswp--css_animation .pswp__preloader--active {
opacity: 1; }
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
-webkit-animation: clockwise 500ms linear infinite;
animation: clockwise 500ms linear infinite; }
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
-webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }
.pswp--css_animation .pswp__preloader__icn {
background: none;
opacity: 0.75;
width: 14px;
height: 14px;
position: absolute;
left: 15px;
top: 15px;
margin: 0; }
.pswp--css_animation .pswp__preloader__cut { position: relative;
width: 7px;
height: 14px;
overflow: hidden; }
.pswp--css_animation .pswp__preloader__donut {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 14px;
height: 14px;
border: 2px solid #FFF;
border-radius: 50%;
border-left-color: transparent;
border-bottom-color: transparent;
position: absolute;
top: 0;
left: 0;
background: none;
margin: 0; }
@media screen and (max-width: 1024px) {
.pswp__preloader {
position: relative;
left: auto;
top: auto;
margin: 0;
float: right; } }
@-webkit-keyframes clockwise {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes clockwise {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@-webkit-keyframes donut-rotate {
0% {
-webkit-transform: rotate(0);
transform: rotate(0); }
50% {
-webkit-transform: rotate(-140deg);
transform: rotate(-140deg); }
100% {
-webkit-transform: rotate(0);
transform: rotate(0); } }
@keyframes donut-rotate {
0% {
-webkit-transform: rotate(0);
transform: rotate(0); }
50% {
-webkit-transform: rotate(-140deg);
transform: rotate(-140deg); }
100% {
-webkit-transform: rotate(0);
transform: rotate(0); } }  .pswp__ui {
-webkit-font-smoothing: auto;
visibility: visible;
opacity: 1;
z-index: 1550; } .pswp__top-bar {
position: absolute;
left: 0;
top: 0;
height: 44px;
width: 100%; }
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
-webkit-backface-visibility: hidden;
will-change: opacity;
-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); } .pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
visibility: visible; }
.pswp__top-bar,
.pswp__caption {
background-color: rgba(0, 0, 0, 0.5); } .pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
background-color: rgba(0, 0, 0, 0.3); } .pswp__ui--idle .pswp__top-bar {
opacity: 0; }
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
opacity: 0; } .pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right { opacity: 0.001; } .pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
display: none; }
.pswp__element--disabled {
display: none !important; }
.pswp--minimal--dark .pswp__top-bar {
background: none; }@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.lf-slider-container {
position: relative;
width: 100%;
overflow: hidden;
}
.swiper-container {
width: 100%;
height: 300px;
}
.swiper-thumbnails {
display: inline-block;
height: 100px;
width: 100%;
}
.swiper-thumbnails lazy-image {
float: right;
width: 16.6666%;
}
.swiper-thumbnails img {
float: right;
width: 16.666%;
}
.swiper-vertical > .swiper-wrapper,
.swiper-container-vertical > .swiper-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-container-vertical > .swiper-pagination-bullets {
right: 10px;
top: 50%;
-webkit-transform: translate3d(0,-50%,0);
transform: translate3d(0,-50%,0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet ,
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 5px 0;
display: block;
}
.swiper-wrapper .lf-image-container {
position: relative;
width: 100%;
height: 400px;
overflow: hidden;
}
.swiper-wrapper .lf-image-container img {
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
object-fit: cover;
-o-object-fit: cover;
}
.swiper-pagination {
width: 100%;
}
.swiper-pagination-bullet {
margin: 0 2px;
}
.swiper-pagination-bullet-active {
background: #000000;
}
.swiper-container-horizontal .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
bottom: 5px;
left: 0;
width: 100%;
}figure {
margin: 0;
}
.lf-blog-col-1 {
float: left;
width: 100%;
}
.lf-blog-col-2 {
float: left;
width: 50%;
}
.lf-blog-col-3 {
float: left;
width: 33.33%;
}
.lf-blog-col-4 {
float: left;
width: 25%;
}
.lf-blog-col-5 {
float: left;
width: 20%;
}
.lf-blog-col-6 {
float: left;
width: 16.66%;
}
.lf-blog-col {
padding: 2px;
}
.lf-blog-grid {
position: relative;
float: left;
width: 100%;
display: inline-block;
height: 200px;
overflow: hidden;
}
.lf-blog-grid img {
width: 100%!important;
height: 100%!important;
object-fit: cover;
-o-object-fit: cover;
min-height: 180px!important;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
}
.lf-blog-grid-title {
position: absolute;
bottom: 20px;
right: 0;
width: 100%;
height: 50px;
padding: 0 15px;
background-color: rgba(0, 0, 0, 0.8);
color: white;
font-size: 18px;
line-height: 20px;
display: -webkit-flex;
display: flex;
-ms-flex-align: center;
-webkit-align-items: center;
-webkit-box-align: center;
align-items: center;
flex-wrap: wrap;
}
.lf-blog-continer {
float: left;
width: 100%;
color: var(--main_text_color); }
.lf-blog-continer a {
color: var(--main_text_color);
}
.lf-blog-title-container {
float: left;
width: 100%;
}
.lf-blog-main-col {
float: left;
width: 70%;
}
.lf-blog-main-col {
float: left;
width: 70%;
padding: 2px;
}
.lf-blog-list-col {
float: left;
width: 30%;
max-height: 1000px;
padding: 2px;
overflow: auto;
}
.lf-blog-main-post-container {
float: left;
width: 100%;
}
.lf-blog-secondary-container {
float: left;
width: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.lf-blog-main-post-image {
position: relative;
float: left;
width: 100%;
display: inline-block;
height: 400px;
overflow: hidden;
}
.lf-blog-main-post-image img {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
min-width: 100%;
max-width: none!important; height: auto; margin-right: -50%;
transform: translate(-50%, -50%);
object-fit: contain;
-o-object-fit: contain;
}
.lf-blog-main-post-label {
float: left;
width: 100%;
padding: 0 10px;
font-size: 30px;
line-height: 34px;
display: flex;
align-items: flex-start;
overflow: hidden;
}
.lf-blog-main-post-info-container {
float: left;
width: 100%;
padding: 0 10px;
display: flex;
align-items: center;
}
.lf-blog-main-post-info { font-size: 14px;
}
.lf-blog-main-post-info-divider {
font-size: 12px;
margin: 0 5px;
}
.lf-blog-main-post-excerpt {
float: left;
width: 100%;
padding: 10px;
}
.lf-blog-secondary-image {
position: relative;
float: left;
width: 100%;
display: inline-block;
height: 120px;
overflow: hidden;
}
.lf-blog-secondary-image img {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
min-width: 100%;
max-width: none!important;
height: auto;
min-height: 100%;
margin-right: -50%;
transform: translate(-50%, -50%);
}
.lf-blog-secondary-post-label {
float: left;
width: 100%;
padding: 0 5px;
}
.lf-blog-secondary-info-container {
float: left;
width: 100%;
padding: 0 5px;
display: flex;
align-items: center;
}
.lf-blog-secondary-info {
font-size: 14px;
}
.lf-blog-secondary-info-divider {
font-size: 10px;
margin: 0 5px;
}
.lf-blog-list-post {
padding: 2px;
}
.lf-blog-list-title {
float: left;
width: 100%;
text-align: center;
font-size: 20px;
height: 30px;
background-color: #ededed;
margin-bottom: 5px;
}
.lf-blog-list-post {
float: left;
width: 100%;
display: flex;
}
.lf-blog-list-image {
position: relative;
float: left;
width: 120px;
height: 68px;
overflow: hidden;
}
.lf-blog-list-image img {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
min-width: 100%;
max-width: none!important;
height: auto;
min-height: 100%;
margin-right: -50%;
transform: translate(-50%, -50%);
}
.lf-blog-list-content-container {
float: left;
width: calc(100% - 68px);
padding: 2px;
}
.lf-blog-list-post-label {
font-size: 15px;
}
.lf-blog-list-info-container {
float: left;
width: 100%;
padding: 0;
display: flex;
align-items: center;
}
.lf-blog-list-info {
font-size: 14px;
}
.lf-blog-list-info-divider {
font-size: 10px;
margin: 0 5px;
}
.lf-blog-has-sidebar {
float: left;
width: calc(100% - 340px);
}
.lf-blog-sidebar {
float: left;
width: 340px;
padding: 0 10px;
margin: 5px 0;
} .wp-block-categories-list {
float: left;
width: 100%;
list-style: none;
padding: 5px;
margin: 5px 0;
}
li.cat-item {
float: left;
width: 100%;
}
li.cat-item + li.cat-item{
margin-top: 6px;
}
li.cat-item a {
float: left;
width: 100%;
padding: 8px;
border: 1px solid #dddddd;
border-radius: 6px;
font-size: 16px;
line-height: 16px;
color: var(--main_text_color);
text-decoration: none;
}
li.cat-item a:hover {
background-color: #fafafa;
}
.wp-block-latest-posts {
float: left;
width: 100%;
padding: 5px;
margin: 5px 0;
}
.wp-block-latest-posts__featured-image {
float: left;
width: 75px;
height: 75px;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
float: left;
width: 100%;
padding: 5px;
margin: 5px 0;
background-color: #fafafa;
}
.wp-block-latest-posts__featured-image img {
padding: 0 5px 0 0;
}
.wp-block-latest-posts__post-title {
color: var(--main_text_color);
}
.lf-blog-related-posts-continer {
float: left;
width: 100%;
}
.lf-blog-related-posts-list {
float: left;
width: 100%;
list-style: none;
padding: 0;
}
.lf-blog-related-posts-item {
float: left;
width: 100%;
padding: 5px;
margin: 5px 0;
background-color: #fafafa;
color: var(--main_text_color);
}
.lf-blog-related-posts-image {
float: left;
width: 75px;
height: 75px;
}
.lf-blog-related-posts-image img {
float: left;
width: 75px;
height: 75px;
}
.lf-blog-related-posts-info {
float: left;
width: calc(100% - 75px);
padding: 0 5px;
}
.lf-blog-related-posts-title {
font-size: 16px;
text-decoration: underline;
}
.lf-blog-related-posts-author,
.lf-blog-related-posts-date {
font-size: 14px;
opacity: 0.9;
} @media screen and (max-width: 950px) {
.lf-blog-col-5,
.lf-blog-col-6 {
width: 33.33%;
}
.lf-blog-main-post-image {
height: 300px;
}
.lf-blog-secondary-image {
height: 100px;
}
.lf-blog-list-image {
width: 100px;
height: 60px;
}
.lf-blog-list-post-label {
font-size: 13px;
}
.lf-blog-list-info-container { }
.lf-blog-list-info {
font-size: 12px;
}
.lf-blog-list-info-divider { }
.lf-blog-has-sidebar,
.lf-blog-sidebar {
width: 100%;
}
}
@media screen and (max-width: 600px) {
.lf-blog-col-3,
.lf-blog-col-4,
.lf-blog-col-5,
.lf-blog-col-6 {
width: 50%;
}
.lf-blog-main-col,
.lf-blog-list-col {
width: 100%;
padding: 2px 0;
}
.lf-blog-main-post-image {
height: 240px;
}
.lf-blog-list-image {
width: 100px;
height: 60px;
}
.lf-blog-continer {
display: block;
}
.lf-blog-main-post-label {
padding: 0 5px;
font-size: 24px;
line-height: 30px;
}
.lf-blog-main-post-info-container {
padding: 0 5px;
}
.lf-blog-main-post-excerpt {
padding: 0 5px;
}
.lf-blog-secondary-post-label {
font-size: 14px;
}
.lf-blog-secondary-info {
font-size: 12px;
}
.lf-blog-secondary-info-container {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.lf-blog-secondary-info-divider {
display: none;
}
}.lf-blog-col-1,
.lf-blog-col-2,
.lf-blog-col-3,
.lf-blog-col-4,
.lf-blog-col-5,
.lf-blog-col-6 {
float: right;
}
.lf-blog-main-col,
.lf-blog-list-col {
float: right;
}
.lf-blog-list-image {
float: right;
}
.lf-blog-has-sidebar,
.lf-blog-sidebar {
float: right;
} .wp-block-latest-posts__featured-image {
float: right;
}
.wp-block-latest-posts__featured-image img {
padding: 0 0 0 5px;
}
.lf-blog-related-posts-image {
float: right;
}
.lf-blog-related-posts-info {
float: right;
}header li.menu-item:hover > .sub-menu,
header li.menu-item:hover > .lf-mega-menu-container,
header li.menu-item:hover > .lf-mega-menu-container > .sub-menu,
header li.menu-item:focus > .sub-menu,
header li.menu-item:focus > .lf-mega-menu-container,
header li.menu-item:focus > .lf-mega-menu-container > .sub-menu,
header li.menu-item:focus-within > .lf-mega-menu-container,
header li.menu-item:focus-within > .lf-mega-menu-container > .sub-menu,
header li.menu-item:focus-within > .sub-menu {
display: block;
z-index: 9;
}
.lf-hide-menu-only > :first-child,
.lf-hide-all-menus,
.lf-hide-submenu-only > .sub-menu,
.lf-menu-hide-this {
display: none!important;
}
.lf-item-title {
float: left;
}
.lf-mega-menu-image {
display: none;
}
header .menu-item-has-children > a {
position: relative;
padding: 0 22px 0 5px;
}
header nav ul:not(.sub-menu) > .menu-item-has-children > a::after {
content: "";
width: 8px;
height: 8px;
display: inline-block;
position: absolute;
right: 6px;
bottom: calc(50% - 4px);
background-position: center;
border-right: 1px solid var(--main_text_color);
border-bottom: 1px solid var(--main_text_color);
transform: rotate(45deg);
opacity: 0.6;
}
header nav ul:not(.sub-menu) > .menu-item-has-children[class*="current"] > a::after,
header nav ul:not(.sub-menu) > .menu-item-has-children > a:hover::after {
border-right: 1px solid var(--header_hover_select_color);
border-bottom: 1px solid var(--header_hover_select_color);
}
#lf-menu-side-container {
display: block;
position: fixed;
top: 0;
width: 340px;
height: 100%;
background-color: #ffffff;
box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
z-index: 999999;
-webkit-transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#lf-menu-side-container.open {
-ms-transform: translateX(0px)!important;
-webkit-transform: translateX(0px)!important;
transform: translateX(0px)!important;
}
.lf-menu-side-left {
left: 0;
-ms-transform: translateX(-340px);
-webkit-transform: translateX(-340px);
transform: translateX(-340px);
}
.lf-menu-side-right {
right: 0;
-ms-transform: translateX(340px);
-webkit-transform: translateX(340px);
transform: translateX(340px);
}
.lf-menu-side-dark-screen {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 120%;
background-color: rgba(0, 0, 0, 0.55); z-index: 999;
display: none;
}
.lf-menu-side-dark-screen.show {
display: block;
background-color: rgba(0, 0, 0, 0.55);
}
.lf-menu-side-top {
position: relative;
float: left;
width: 100%;
height: 50px;
}
.lf-menu-side-close-button {
position: absolute;
top: 0;
width: 50px;
height: 50px;
padding: 5px;
}
.lf-menu-side-left .lf-menu-side-close-button {
right: 0;
}
.lf-menu-side-right .lf-menu-side-close-button {
left: 0;
}
.lf-menu-side-menu {
float: left;
width: 100%;
height: calc(100vh - 100px);
}
.lf-main-menu-container {
overflow: auto;
height: 100%;
}
.open-sub-menu,
.close-sub-menu {
position: absolute;
top: 0;
right: 0;
width: 40px;
height: 50px;
background-color: var(--header_mobile_sub_menu_toggle_background_color);
cursor: pointer;
}
.close-sub-menu {
display: none;
}
.open-sub-menu i svg,
.close-sub-menu i svg {
fill: var(--header_mobile_sub_menu_toggle_color);
}
#lf-menu-side-container ul.sub-menu {
float: right;
width: 100%;
display: none;
}
#lf-menu-side-container .sub-menu li a {
}
#lf-menu-side-container nav {
overflow: auto;
padding: 0 30px;
}
#lf-menu-side-container nav li {
float: left;
width: 100%;
}
#lf-menu-side-container i {
line-height: unset;
}
#lf-menu-side-container .sub-menu {
background-color: white;
}
#lf-menu-side-container .sub-menu a {
font-size: 16px;
}
#lf-menu-side-container nav a,
#lf-menu-side-container nav span {
float: left;
width: 100%;
height: 50px;
font-size: 16px;
line-height: 20px;
color: var(--main_text_color);
text-decoration: none;
outline: 0;
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
align-items: center;
}
#lf-menu-side-container .menu-item-has-children a {
width: calc(100% - 40px);
}
#lf-menu-side-container nav li + li {
border-top: 1px solid #eeeeee;
}
#lf-menu-side-container nav li span:hover,
#lf-menu-side-container nav li span:hover i,
#lf-menu-side-container nav li a:hover,
#lf-menu-side-container nav li a:hover i,
#lf-menu-side-container nav li i:hover,
#lf-menu-side-container nav li span:hover i.md-icons svg,
#lf-menu-side-container nav li a:hover i.md-icons svg {
background-color: var(--header_hover_select_background_color);
color: var(--header_hover_select_color);
fill: var(--header_hover_select_color);
}
#lf-menu-side-container li.menu-item {
margin: 0;
padding: 0;
position: relative;
}
#lf-menu-side-container nav li i.md-icons {
width: 40px;
height: 50px;
padding: 12px 7px;
}
#lf-menu-side-container nav li i.md-icons svg {
width: 26px;
height: 26px;
fill: #000000;
}
.header-main-menu ul:not(.sub-menu) > li[class*="current"] {
border-bottom: 5px solid;
border-bottom-color: var(--header_hover_select_background_color);
}
.header-main-menu ul.menu > li[class*="current"] > span,
.header-main-menu ul.menu > li[class*="current"] > span i,
.header-main-menu ul.menu > li[class*="current"] > a,
.header-main-menu ul.menu > li[class*="current"] > a i {
margin-bottom: -5px;
}
.header-main-menu li[class*="current"] .sub-menu li[class*="current"] > a,
.header-main-menu li[class*="current"] .sub-menu li[class*="current"] > i {
background-color: var(--header_hover_select_background_color);
color: var(--header_hover_select_color);
}
#lf-menu-side-container li > .sub-menu .sub-menu {
display: none;
position: absolute;
left: 100%;
top: 0;
width: 250px;
border-top: 0;
}
#lf-menu-side-container .sub-menu li {
float: right;
width: 100%;
background-color: white;
}
#lf-menu-side-container .sub-menu li a,
#lf-menu-side-container .sub-menu li span {
float: right;
width: 100%;
height: 46px;
padding: 0 10px;
font-size: 14px;
line-height: 16px;
display: flex;
flex-direction: row;
align-items: center;
opacity: 0.7;
}
#lf-menu-side-container .sub-menu li i {
float: right;
font-size: 22px;
line-height: 30px;
}
.sub-menu li + li {
border-top: 1px solid #f9f9f9;
}
.lf-menu-side-bottom {
position: relative;
float: left;
width: 100%;
height: 50px;
border-top: 1px solid #eeeeee;
}
#lf-menu-side-container nav .lf-current-menu::after {
content: "•";
margin: 0 5px;
color: red;
}
@media screen and (min-width: 950px) {
.lf-mega-menu-parent {
position: static!important;
}
.lf-mega-menu-container {
position: absolute;
top: 36px;
left: 0;
width: 100%;
border-top: 4px solid transparent;
display: none;
}
header .lf-sub-mega-menu-container {
position: absolute;
float: left;
width: var(--linker_continer_size);
background-color: #ffffff;
}
.lf-sub-mega-menu-container > li {
padding: 2px!important;
}
.lf-mega-menu-col-1 > li {
width: 100%!important;
}
.lf-mega-menu-col-2 > li {
width: 50%!important;
}
.lf-mega-menu-col-3 > li {
width: 33.33%!important;
}
.lf-mega-menu-col-4 > li {
width: 25%!important;
}
.lf-mega-menu-col-5 > li {
width: 20%!important;
}
.lf-mega-menu-col-6 > li {
width: 16.66%!important;
}
.lf-sub-mega-menu-container > li > span,
.lf-sub-mega-menu-container > li > a {
font-size: 22px!important; background-color: #eeeeee;
padding: 0 2px;
}
.lf-mega-menu-small-image {
float: left;
width: 36px;
height: 36px;
margin: 0 5px 0 0;
}
.lf-sub-mega-menu-container > li + li {
border-top: 0!important;
}
.lf-sub-mega-menu-container li + li {
border-right: 0!important;
border-left: 0!important;
}
.lf-sub-mega-menu-container > li > .sub-menu { }
.lf-mega-menu-container > .lf-sub-mega-menu-container > li > .more-sub-menu-left,
.lf-mega-menu-container > .lf-sub-mega-menu-container > li > .more-sub-menu-right {
display: none!important;
}
.sub-menu li.current-menu-ancestor {
border-bottom: 0!important;
}
li.menu-item:hover > .lf-mega-menu-container > .sub-menu {
display: block;
z-index: 9;
} .lf-mega-menu-container > .lf-sub-mega-menu-2-container > li > .more-sub-menu-left {
display: none!important;
}
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container .sub-menu {
display: none;
}
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container .menu-item:hover ~ .menu-item .sub-menu {
display: none;
}
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container {
width: 260px;
min-height: 450px;
}
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container .sub-menu {
position: absolute;
top: 0;
width: calc(var(--linker_continer_size) - 240px);
min-height: 450px;
right: 100%;
left: auto;
background-color: #ffffff;
}
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container li.menu-item {
position: static;
}
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container > li > span,
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container > li > a {
height: 46px;
display: flex;
flex-direction: row;
align-items: center;
border-bottom: 0;
}
.lf-mega-menu-type-2-container .lf-mega-menu-small-image {
float: left;
width: 46px;
height: 46px;
margin: 0 5px 0 0;
}
.lf-mega-menu-type-2-container li i.md-icons {
width: 46px;
height: 46px;
margin: 0 5px 0 0;
padding: 3px;
}
.lf-mega-menu-type-2-container li i.md-icons svg {
width: 40px;
height: 40px;
fill: #000000;
}
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container .sub-menu li {
float: left;
width: 20%;
height: 225px;
}
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container .sub-menu li a,
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container .sub-menu li span,
.header-main-menu li[class*="current"] .lf-mega-menu-type-2-container .lf-sub-mega-menu-container .sub-menu li[class*="current"] a,
.header-main-menu li[class*="current"] .lf-mega-menu-type-2-container .lf-sub-mega-menu-container .sub-menu li[class*="current"] span {
height: 225px;
color: var(--main_text_color);
background-color: transparent;
flex-direction: column;
}
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container .sub-menu .lf-item-title {
float: left;
width: 100%;
height: 50px;
padding: 5px 0;
margin: 5px 0;
line-height: 20px;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
overflow: hidden;
border-bottom: 2px solid var(--header_hover_select_background_color);
border-top: 2px solid var(--header_hover_select_background_color);
}
.lf-mega-menu-type-2-container .lf-mega-menu-image {
display: block;
height: 160px;
}
}
@media screen and (max-width: 950px) {
.sub-menu {
display: none;
}
.top-header-container,
.main-menu-container {
display: none!important;
}
.lf-menu-start-open-mobile > div > .sub-menu,
.lf-menu-start-open-mobile > .sub-menu {
display: block;
}
.lf-menu-start-open-mobile > .open-sub-menu,
.lf-menu-start-open-mobile > .close-sub-menu {
display: none!important;
} .lf-mega-menu-small-image {
float: left;
width: 40px;
height: 40px;
margin: 0 5px 0 0;
}
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container > li > span,
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container > li > a {
border-bottom: 1px solid #f9f9f9;
}
}
@media screen and (max-width: 950px) {
#lf-menu-side-container {
width: 90%;
max-width: 340px;
}
.lf-menu-side-left {
-ms-transform: translateX(-100%);
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.lf-menu-side-right {
-ms-transform: translateX(100%);
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}.lf-mega-menu-small-image {
float: right;
margin: 0 0 0 5px;
}
.lf-item-title {
float: right;
}
.open-sub-menu,
.close-sub-menu {
left: 0;
right: inherit;
}
header .menu-item-has-children > a {
padding: 0 5px 0 22px;
}
header nav ul:not(.sub-menu) > .menu-item-has-children > a::after {
right: auto;
left: 6px;
}
#lf-menu-side-container nav a,
#lf-menu-side-container nav span {
float: right;
}
@media screen and (min-width: 950px) {
.lf-mega-menu-type-2-container .lf-mega-menu-small-image {
float: right;
margin: 0 0 0 5px;
}
} .lf-mega-menu-type-2-container li i.md-icons {
margin: 0 0 0 5px;
}
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container .sub-menu li {
float: right;
}
}
@media screen and (max-width: 950px) { .lf-mega-menu-type-2-container .lf-mega-menu-small-image {
float: right;
margin: 0 0 0 5px;
}
}.lf-search-loading {
display: none;
float: right;
width: 100%;
height: 200px;
}
.lf-search-loader {
color: #00559d;
font-size: 80px;
text-indent: -9999em;
overflow: hidden;
width: 1em;
height: 1em;
border-radius: 50%;
margin: -40px auto;
top: 50%;
position: relative;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
.lf-search-container {
position: relative;
float: right;
width: 100%;
max-width: 300px;
height: 50px;
margin: 5px 0;
border: 1px solid #e9e9e9;
transition: 0.5s all;
}
.lf-search-container:hover {
box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
transition: 0.5s all;
}
.lf-search-input {
float: right;
width: calc(100% - 50px);
height: 48px;
border: 0;
padding: 5px;
font-size: 20px;
outline: 0;
}
.lf-search-toggle {
float: left;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
cursor: pointer;
}
.lf-search-toggle i {
width: 50px;
height: 50px;
}
.lf-search-results-container {
position: absolute;
top: 40px;
left: 0;
width: 100%;
background-color: #f5f5f5;
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
z-index: 9;
display: none;
}
.lf-search-group {
float: left;
width: 100%;
padding: 0 5px;
font-size: 14px;
}
.lf-search-page .lf-search-group {
padding: 10px;
margin: 5px 0;
font-size: 20px;
}
.lf-search-row {
float: left;
width: 100%;
}
.lf-search-image {
float: left;
position: relative;
width: 50px;
height: 50px;
overflow: hidden;
}
.lf-search-image img {
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
object-fit: cover;
height: 100%!important;
-o-object-fit: cover;
}
.lf-search-title {
float: left;
width: calc(100%);
font-size: 16px;
line-height: 20px;
padding: 5px;
}
.lf-search-item-has-image {
width: calc(100% - 50px);
}
#main-content .no-search-results {
display: flex;
justify-content: center;
align-items: center;
height: 400px;
font-size: 32px;
} @media screen and (max-width: 950px) {
.lf-search-page .lf-search-group {
padding: 5px;
margin: 5px 0;
font-size: 16px;
}
}.lf-search-image {
float: right;
}
.lf-search-title {
float: right;
}.lf-share-bottons-container {
position: relative;
float: left;
width: 100%;
height: 50px; padding: 5px 0;
}
.lf-share-button {
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
background-color: #000000;
color: #ffffff;
border-radius: 50px;
margin: 0 5px;
padding: 0;
border: 0;
}
.lf-share-button:hover, .lf-share-button:active {
background-color: #000000;
color: #ffffff;
}
.lf-share-button .md-parent-tooltip {
display: inline-block;
width: 40px;
height: 40px;
margin: 0;
font-size: 22px;
}
.lf-share-button svg {
width: 40px;
height: 40px;
padding: 8px;
fill: #ffffff;
}
.lf-share-button-copy {
position: absolute;
left: 9999999px; }
.lf-share-button-copy-animation {
animation: copy-animation linear 0.5s;
}
@keyframes copy-animation {
0%, 100% {transform: translateY(0);}
50% {transform: translateY(-5px);}
}.lf-wf-form-title {
float: left;
width: 100%;
padding: 0 10px;
margin: 0 0 5px 0;
line-height: 30px;
font-size: 14px;
font-weight: normal;
background-color: #eeeeee;
}
.lf-wf-title {
float: left;
width: 100%;
height: 22px;
line-height: 22px;
font-size: 14px;
font-weight: normal;
margin: 0;
padding: 0 5px;
}
.lf-wf-row {
float: left;
width: 100%;
padding: 5px 0px 10px 0px;
border-bottom: 1px solid #d8d8d8;
}
.checkbox:before {
border: 1px solid #d8d8d8!important;
border-radius: 3px!important;
}
.checkbox:after {
border-radius: 3px!important;
}
.checkbox:checked:before {
border: 2px solid #000000!important;
border-top-style: none!important;
border-right-style: none!important;
}
.lf-wf-count-products {
display: inline-block;
margin: 0 5px;
font-size: 14px;
color: #6d6d6d;
} @media screen and (max-width: 950px) {
.lf-wf-price-container + .lf-wf-price-container,
.lf-wf-manufacturer-container + .lf-wf-manufacturer-container,
.lf-wf-attribute-container + .lf-wf-attribute-container {
margin-top: 5px;
}
}.lf-wpc-buttons-container {
float: left;
width: 100%;
text-align: center;
display: flex;
flex-direction: row;
justify-content: space-between;
}
.lf-wpc-buttons-container a {
font-size: 14px;
color: #909090;
} .wpc-content {
float: left;
width: 100%;
} .table-container.wpc-col-2 {
width: 60%;
}
.table-container.wpc-col-3 {
width: 70%;
}
.table-container.wpc-col-4 {
width: 80%;
}
.table-container.wpc-col-5 {
width: 90%;
}
.table-container.wpc-col-6 {
width: 100%;
}
.flex-table {
display: flex;
flex-wrap: wrap;
}
.flex-col {
padding: 5px;
}
.wpc-col-2 .flex-col {
width: 50%;
}
.wpc-col-3 .flex-col {
width: 33.33%;
}
.wpc-col-4 .flex-col {
width: 25%;
}
.wpc-col-5 .flex-col {
width: 20%;
}
.wpc-col-6 .flex-col {
width: 16.66%;
}
.wpc-col-image {
width: 100%;
height: 100px;
}
.wpc-col-image .lf-center-img {
float: none;
display: block;
width: 100px;
height: 100px;
margin: auto;
}
.wpc-col-title {
float: left;
width: 100%;
text-align: center;
}
.wpc-col-title h2 {
margin: 0;
font-size: 18px;
font-weight: normal;
}
.wpc-cell {
float: left;
width: 100%;
text-align: center;
}
.flex-col:not(.wpc-col-header) .wpc-cell {
min-height: 30px;
display: flex;
justify-content: center;
align-items: center;
}
.wpc-col-header .wpc-cell {
display: flex;
flex-direction: column;
justify-content: space-between;
background-color: #ffffff;
min-height: 100%;
padding: 10px;
}
.wpc-cell-link {
color: var(--main_text_color);
text-decoration: none;
}
.group-col {
padding: 5px 0;
}
.group-col .wpc-cell {
height: 100%;
background-color: #eeeeee;
}
.attribute-col {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}
.attribute-col .wpc-cell {
background-color: #ffffff;
} .lf-wpc-empty-container {
float: left;
width: 100%;
}
.lf-wpc-empty {
float: left;
width: 100%;
min-height: 40vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.lf-wpc-empty-line-1 {
font-size: 30px;
line-height: 30px;
color: #777;
}
.lf-wpc-empty-line-1 i {
float: left;
font-size: 30px;
line-height: 30px;
color: #777;
margin: 0 5px;
}
.lf-wpc-empty-line-2 {
font-size: 40px;
color: #54595f;
}
.lf-wpc-empty-line-3 {
font-size: 20px;
color: #777;
}.lf-wpc-empty-line-1 i {
float: right;
}.lf-woo-search-form-container {
position: relative;
}
.lf-woo-search-results-container {
position: absolute;
top: 36px;
left: 0;
width: 100%;
background-color: #ffffff;
max-height: calc(100vh - 50px);
overflow-y: auto;
z-index: 9;
}
.lf-woo-search-results-row {
float: left;
width: 100%;
height: 60px;
padding: 5px;
color: var(--main_text_color);
}
.lf-woo-search-results-row + .lf-woo-search-results-row {
border-top: 1px solid #d8d8d8;
}
.lf-woo-search-product-image {
float: left;
width: 50px;
height: 50px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
margin: 0 5px 0 0;
}
.lf-woo-search-product-image img {
max-width: 50px;
max-height: 50px;
}
.lf-woo-search-product-info {
float: left;
width: calc(100% - 55px);
}
.lf-woo-search-product-name {
float: left;
width: 100%;
height: 30px;
line-height: 16px;
font-size: 16px;
display: flex;
flex-direction: row;
align-items: center;
text-align: left;
}
.lf-woo-search-product-sku {
float: left;
font-size: 14px;
height: 20px;
}
.lf-woo-search-product-price,
.lf-woo-search-no-price {
float: right;
height: 20px;
}
#lf-dark-screen.lf-ws-dark-screen-show {
display: block;
}
.lf-woo-search-no-results {
float: left;
width: 100%;
height: 50px;
padding: 5px;
font-size: 18px;
color: var(--main_text_color);
background-color: #eeeeee;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.lf-woo-search-more-results {
float: left;
width: 100%;
height: 50px;
padding: 5px;
font-size: 18px;
color: var(--main_text_color);
background-color: #ffffff;
border: 0;
box-shadow: none;
cursor: pointer;
outline: 0;
display: flex;
justify-content: center;
align-items: center;
} .lf-woo-type-keywords-container {
float: left;
width: 100%;
}
.lf-woo-type-keywords {
float: left;
width: 100%;
min-height: 40vh;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.lf-woo-type-keywords-line-1 {
font-size: 30px;
line-height: 30px;
color: #777;
}
.lf-woo-type-keywords-line-1 i {
float: left;
height: 30px;
width: 30px;
line-height: 30px;
color: #777;
padding: 2px;
margin: 0 5px;
}
.lf-woo-type-keywords-line-1 i.md-icons svg {
width: 26px;
height: 26px;
fill: #777;
}
.lf-woo-type-keywords-line-2 {
font-size: 40px;
color: #54595f;
} @media screen and (max-width: 950px) {
.lf-ws-dark-screen-show {
top: 40px!important;
}
.admin-bar .lf-ws-dark-screen-show {
top: 86px!important;
}
.lf-woo-search-results-row {
height: 50px;
padding: 2px;
}
.lf-woo-search-product-image {
width: 46px;
height: 46px;
}
.lf-woo-search-product-image img {
max-width: 46px;
max-height: 46px;
}
.lf-woo-search-product-info {
float: left;
width: calc(100% - 51px);
}
.lf-woo-search-product-name {
line-height: 15px;
font-size: 14px;
}
.lf-woo-search-product-sku {
height: 16px;
font-size: 14px;
}
.lf-woo-search-product-price,
.lf-woo-search-no-price {
height: 16px;
font-size: 14px;
}
.lf-woo-search-no-results {
font-size: 16px;
}
.lf-woo-search-more-results {
font-size: 16px;
}
.lf-woo-type-keywords-line-1,
.lf-woo-no-results-line-1 {
font-size: 20px;
line-height: 20px;
}
.lf-woo-type-keywords-line-1 i,
.lf-woo-no-results-line-1 i {
float: left;
height: 20px;
width: 20px;
line-height: 20px;
padding: 1px;
margin: 0 2px;
}
.lf-woo-type-keywords-line-1 i.md-icons svg,
.lf-woo-no-results-line-1 i.md-icons svg {
width: 18px;
height: 18px;
}
.lf-woo-type-keywords-line-2,
.lf-woo-type-keywords-line-1 {
font-size: 22px;
}
}.lf-woo-search-product-image {
float: right;
margin: 0 0 0 5px;
}
.lf-woo-search-product-sku {
float: right;
}
.lf-woo-search-product-price,
.lf-woo-search-no-price {
float: left;
}
.lf-woo-search-product-name {
text-align: right;
} .lf-woo-type-keywords-line-1 i {
float: right;
}.lf-woo-product-has-stickers {
position: relative;
}
.lf-woo-product-stickers-container {
float: left;
width: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
align-items: center;
}
.lf-woo-product-sticker {
position: relative;
float: left;
height: 20px;
font-size: 14px;
line-height: 20px;
padding: 0 15px;
}
.lf-woo-product-sticker span {
float: left;
}
.lf-woo-product-sticker:after {
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 10px 5px 10px 0;
border-right-color: transparent;
border-left-color: transparent;
background-color: transparent!important;
position: absolute;
right: -5px;
top: 0;
}
.lf-woo-product-sticker.lf-woo-product-sale-sticker:after,
.lf-woo-product-sticker.lf-woo-product-sale-sticker:before {
border-top-color: #c01d17;
border-bottom-color: #c01d17;
}
.lf-woo-product-sticker + .lf-woo-product-sticker {
margin: 0 0 0 15px;
}
.lf-woo-product-sale-sticker {
color: #ffffff;
background-color: #c01d17;
}
.lf-woo-product-savings-sticker {
direction: ltr;
margin: 0 0 0 5px;
}
.lf-woo-product-sticker.lf-woo-product-stock-sticker:after,
.lf-woo-product-sticker.lf-woo-product-stock-sticker:before {
border-top-color: #707070;
border-bottom-color: #707070;
}
.lf-woo-product-stock-sticker {
color: #ffffff;
background-color: #707070;
}
.lf-woo-products-page-stickers-container {
position: absolute;
top: 10px;
left: 0;
width: 100%;
padding: 0 5px;
display: flex;
flex-direction: column;
align-items: flex-start;
z-index: 9;
}
.lf-woo-products-page-sticker {
position: relative;
float: left;
height: 20px;
font-size: 14px;
line-height: 20px;
padding: 0 5px;
margin: 0 15px 4px 0;
}
.lf-woo-products-page-sticker span {
float: left;
}
.lf-woo-products-page-sticker:last-child {
margin-left: 0;
margin-right: 0;
}
.lf-woo-products-page-sticker:after {
content: '';
box-sizing: border-box;
width: 5px;
height: 20px;
border-style: solid;
border-width: 10px 5px 10px 0;
border-right-color: transparent;
border-left-color: transparent;
background-color: transparent!important;
position: absolute;
right: -5px;
top: 0;
}
.lf-woo-products-page-sticker.lf-woo-product-sale-sticker:after,
.lf-woo-products-page-sticker.lf-woo-product-sale-sticker:before {
border-top-color: #c01d17;
border-bottom-color: #c01d17;
}
.lf-woo-products-page-sticker.lf-woo-product-stock-sticker:after,
.lf-woo-products-page-sticker.lf-woo-product-stock-sticker:before {
border-top-color: #707070;
border-bottom-color: #707070;
}.lf-woo-product-sticker {
float: right;
}
.lf-woo-product-sticker span {
float: right;
}
.lf-woo-product-sticker:before {
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 10px 0 10px 5px;
border-right-color: transparent;
border-left-color: transparent;
background-color: transparent!important;
position: absolute;
left: -5px;
top: 0;
}
.lf-woo-product-sticker:after {
display: none;
}
.lf-woo-product-sticker + .lf-woo-product-sticker {
margin: 0 15px 0 0;
}
.lf-woo-product-savings-sticker {
margin: 0 5px 0 0;
}
.lf-woo-products-page-sticker {
float: right;
margin: 0 0 4px 15px;
}
.lf-woo-products-page-sticker span {
float: right;
}
.lf-woo-products-page-sticker:before {
content: '';
box-sizing: border-box;
width: 5px;
height: 20px;
border-style: solid;
border-width: 10px 0 10px 5px;
border-right-color: transparent;
border-left-color: transparent;
background-color: transparent!important;
position: absolute;
left: -5px;
top: 0;
}
.lf-woo-products-page-sticker:after {
display: none;
}dt.variation-Upgrades {
float: left;
width: 100%;
font-size: 14px;
line-height: 14px;
}
.woocommerce td.product-name dl.variation {
margin-top: 0px;
} .lf-wup-cart-upgrades {
float: left;
width: 100%;
font-size: 14px;
line-height: 16px;
}
.lf-woo-upgrades-container {
float: left;
width: 100%;
background-color: #ffffff;
padding-bottom: 10px;
border-bottom: 1px solid #eeeeee;
margin-bottom: 10px;
}
.lf-woo-upgrades-container h3 {
float: left;
width: 100%;
font-size: 18px;
font-weight: bold;
margin: 0;
padding: 0 0 5px 0;
color: var(--secondarycolor);
}
.lf-woo-upgrades-content-container {
float: left;
width: 100%;
padding: 20px;
margin: 10px 0 0 0;
border: 10px solid #f3f3f3;
}
.lf-woo-upgrades-group-title {
float: left;
width: 100%;
font-size: 16px; }
.lf-woo-group-radio .lf-woo-upgrades-group-title, .lf-woo-group-checkbox .lf-woo-upgrades-group-title {
border-bottom: 1px solid #e0e0e0;
margin-bottom: 5px;
}
.lf-woo-group-upgrades input {
float: left;
height: 22px;
margin: 0 4px;
}
.lf-woo-group-upgrades label {
float: left;
width: calc(100% - 30px);
min-height: 22px;
font-size: 14px;
line-height: 22px;
}
.lf-woo-group-upgrades label span,
.lf-woo-group-upgrades label del {
float: left;
margin: 0 0 0 4px;
}
.lf-woo-group-upgrades label .price {
font-size: 14px!important;
line-height: 20px!important;
}
.lf-product-upgrades-price {
font-size: 18px;
}
.lf-woo-upgrades-col {
float: left;
width: 50%;
padding: 0 5px;
}
.lf-woo-group-upgrades select {
float: left;
width: 100%;
height: 28px;
margin: 5px 0;
padding: 4px 10px;
font-size: 14px;
line-height: 20px;
border: 1px solid #e0e0e0;
outline: 0;
}
.lf-woo-group-container {
float: left;
width: calc(100% - 150px);
}
.lf-woo-group-image {
float: left;
width: 150px;
padding: 10px;
}
.lf-woo-upgrades-actoins-container {
float: left;
width: 100%;
}
.lf-woo-upgrades-actoins-container {
float: left;
width: 100%;
padding: 30px;
background-color: #f3f3f3;
min-height: 110px;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-end;
}
.lf-woo-upgrades-actoins-container .lf-woo-upgrades-price-container {
display: block;
float: left;
width: 100%;
max-width: 300px;
}
.lf-woo-upgrades-actoins-container .lf-woo-upgrades-price-container span {
float: left;
}
.lf-woo-upgrades-actoins-container .lf-woo-upgrades-price-container .lf-product-price-label {
width: 100%;
}
.lf-woo-upgrades-actoins-container .lf-product-upgrades-price {
font-size: 30px;
}
.lf-woo-upgrades-actoins-container .single_add_to_cart_button {
float: right;
width: 200px;
}
.lf-woo-upgrades-add-to-cart-button {
position: relative;
} @media screen and (max-width: 950px) {
.lf-woo-upgrades-col {
width: 100%;
}
}
@media screen and (max-width: 600px) {
}.lf-woo-upgrades-col {
float: right;
}
.lf-woo-group-container {
float: right;
}
.lf-woo-group-image {
float: right;
}
.lf-woo-group-upgrades input {
float: right;
}
.lf-woo-group-upgrades label {
float: right;
}
.lf-woo-group-upgrades label span,
.lf-woo-group-upgrades label del {
float: right;
margin: 0 4px 0 0;
}
.lf-woo-upgrades-actoins-container .lf-woo-upgrades-price-container {
float: right;
}
.lf-woo-upgrades-actoins-container .lf-woo-upgrades-price-container span {
float: right;
}
.lf-woo-upgrades-actoins-container .single_add_to_cart_button {
float: left;
}.cross-sells {
float: left;
width: 100%;
}.lf-woo-attributes-container {
float: left;
width: 100%;
background-color: #ffffff;
margin-top: 10px;
padding: 5px;
}
.lf-woo-attributes-container h2 {
float: left;
width: 100%;
font-size: 18px;
font-weight: bold;
margin: 0;
padding: 0 0 5px 0;
color: var(--secondarycolor);
}
.lf-woo-attribute-row {
float: left;
width: 100%;
padding: 5px 20px;
}
.lf-woo-attribute-row + .lf-woo-attribute-row {
border-top: 1px solid #ededed;
}
.lf-woo-attribute-row:nth-child(2n+1) { }
.lf-woo-attribute-group-container {
float: left;
width: 50%;
padding: 5px;
}
.lf-woo-attribute-group-title {
float: left;
width: 100%;
padding: 10px;
background-color: #ededed;
}
@media screen and (max-width: 950px) {
.lf-woo-attributes-container {
margin-top: 0;
}
}
@media screen and (max-width: 600px) {
.lf-woo-attributes-container {
margin-top: 10px;
}
.lf-woo-attribute-group-container {
width: 100%;
}
}.lf-woo-attributes-container {
float: right;
}
.lf-woo-attribute-group-container {
float: right;
}.lf-woo-product-cross-sell-title {
width: 100%;
font-size: 18px;
margin: 0;
padding: 10px;
color: #131313;
}
.cross-sell-cat-title {
width: 100%;
font-size: 18px;
margin: 0;
padding: 10px;
background-color: #ededed;
color: #131313;
}
.cross-sell-container {
float: left;
width: 50%;
padding: 5px;
}
.cross-sell-container + .cross-sell-cat-title {
margin-top: 20px;
}
.cross-sell-product-container {
float: left;
width: 100%;
padding: 5px 10px;
font-size: 14px;
}
.cross-sell-product-container + .cross-sell-product-container {
border-top: 1px solid #f9f9f9;
}
.cross-sell-product-image {
float: left;
width: 65px;
min-width: 65px;
height: 45px;
}
.cross-sell-product-info {
float: left;
width: calc(100% - 245px);
min-width: 100px;
padding: 0 5px;
display: flex;
flex-direction: column;
justify-content: center;
overflow: hidden;
}
.pcs-no-add {
width: calc(100% - 65px);
}
.cross-sell-product-name {
float: left;
width: 100%;
font-size: 14px;
line-height: 20px;
color: #000000;
text-decoration: underline;
}
.cross-sell-product-sku {
float: left;
width: 100%;
font-size: 14px;
line-height: 16px;
color: #000000;
text-decoration: none;
}
.cross-sell-product-price {
float: left;
font-size: 16px;
line-height: 18px;
}
.cross-sell-product-price-lable {
font-size: 14px;
}
.cross-sell-product-actions {
position: relative;
float: right;
width: auto;
height: 45px;
width: 180px;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-content: center;
justify-content: flex-end;
align-items: center;
}
.cross-sell-product-quantity {
float: left;
width: 40px;
}
.cross-sell-product-quantity input {
float: left;
width: 35px;
height: 30px;
margin: 0;
outline: 0;
}
.cross-sell-product-add {
position: relative;
float: left;
margin: 0 0 0 5px;
width: 50px;
min-width: 50px;
max-width: 50px;
height: 30px;
line-height: 30px;
text-align: center;
text-decoration: none; color: #ffffff;
padding: 0;
}
.cross-sell-product-add:hover,
.cross-sell-product-add:focus { }
.cross-sell-product-add i {
width: 50px;
height: 30px;
padding: 3px;
display: flex;
flex-direction: row;
justify-content: center;
}
.cross-sell-product-add i.md-icons svg {
float: right;
width: 26px;
height: 26px;
fill: #ffffff;
}
.product-cross-sell-action-container {
float: left;
width: 100%; margin-top: 10px;
border: 1px solid #ededed;
padding: 5px;
}
.lf-woo-product-cross-sell-container {
float: left;
width: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.lf-woo-product-cross-sell-one-title-container {
float: left;
width: 50%;
padding: 5px;
}
.lf-woo-product-cross-sell-one-title-container .cross-sell-container {
width: 100%;
padding: 0;
} @media screen and (max-width: 950px) {
.cross-sell-container {
width: 100%;
}
.cross-sell-product-actions {
padding: 0 0 0 100px;
}
.cross-sell-product-price {
font-size: 16px;
}
}.product-cross-sell-action-container {
float: right;
}
.cross-sell-container {
float: right;
}
.cross-sell-product-actions {
float: left; }
.cross-sell-product-price {
float: right;
}
.cross-sell-product-image {
float: right;
}
.cross-sell-product-info {
float: right;
}
.cross-sell-product-quantity {
float: right;
}
.cross-sell-product-add {
float: right;
margin: 0 5px 0 0;
}
.lf-woo-product-cross-sell-one-title-container {
float: right;
} @media screen and (max-width: 950px) {
.cross-sell-product-actions {
padding: 0 100px 0 0;
}
}:root{--woocommerce:#720eec;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button{float:left}.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}.woocommerce .col2-set::after,.woocommerce .col2-set::before,.woocommerce-page .col2-set::after,.woocommerce-page .col2-set::before{content:" ";display:table}.woocommerce .col2-set::after,.woocommerce-page .col2-set::after{clear:both}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:right;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:left;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:right;width:48%}.woocommerce #content div.product div.thumbnails::after,.woocommerce #content div.product div.thumbnails::before,.woocommerce div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::before,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::before,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::before{content:" ";display:table}.woocommerce #content div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::after{clear:both}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:right;width:30.75%;margin-left:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-left:0}.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first{clear:both}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-left:0;float:none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:left;width:48%;clear:none}.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before{content:" ";display:table}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce #content div.product #reviews .comment::after,.woocommerce #content div.product #reviews .comment::before,.woocommerce div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::before,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::before,.woocommerce-page div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::before{content:" ";display:table}.woocommerce #content div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::after{clear:both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:left;height:auto}.woocommerce ul.products,.woocommerce-page ul.products{clear:both}.woocommerce ul.products::after,.woocommerce ul.products::before,.woocommerce-page ul.products::after,.woocommerce-page ul.products::before{content:" ";display:table}.woocommerce ul.products::after,.woocommerce-page ul.products::after{clear:both}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:right;margin:0 0 2.992em 3.8%;padding:0;position:relative;width:22.05%;margin-right:0}.woocommerce ul.products li.first,.woocommerce-page ul.products li.first{clear:both}.woocommerce ul.products li.last,.woocommerce-page ul.products li.last{margin-left:0}.woocommerce ul.products.columns-1 li.product,.woocommerce-page ul.products.columns-1 li.product{width:100%;margin-left:0}.woocommerce ul.products.columns-2 li.product,.woocommerce-page ul.products.columns-2 li.product{width:48%}.woocommerce ul.products.columns-3 li.product,.woocommerce-page ul.products.columns-3 li.product{width:30.75%}.woocommerce ul.products.columns-5 li.product,.woocommerce-page ul.products.columns-5 li.product{width:16.95%}.woocommerce ul.products.columns-6 li.product,.woocommerce-page ul.products.columns-6 li.product{width:13.5%}.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product{width:100%;margin-left:0}.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product{width:48%}.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product{width:30.75%}.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product{width:16.95%}.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product{width:13.5%}.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{float:right}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:left}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce .woocommerce-pagination ul.page-numbers::before,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::before{content:" ";display:table}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::after{clear:both}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:left}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:80px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:right}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{width:100%}.woocommerce .cart-collaterals::after,.woocommerce .cart-collaterals::before,.woocommerce-page .cart-collaterals::after,.woocommerce-page .cart-collaterals::before{content:" ";display:table}.woocommerce .cart-collaterals::after,.woocommerce-page .cart-collaterals::after{clear:both}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:right}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:right}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:48%}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;clear:left;float:left}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce .cart-collaterals .shipping_calculator::before,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::before{content:" ";display:table}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::after{clear:both}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:left;width:48%}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.cart_list li::before,.woocommerce-page ul.product_list_widget li::after,.woocommerce-page ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:left;height:auto}.woocommerce form .form-row::after,.woocommerce form .form-row::before,.woocommerce-page form .form-row::after,.woocommerce-page form .form-row::before{content:" ";display:table}.woocommerce form .form-row::after,.woocommerce-page form .form-row::after{clear:both}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:47%;overflow:visible}.woocommerce form .form-row-first,.woocommerce-page form .form-row-first{float:right;float:right}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:left}.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide{clear:both}.woocommerce form .password-input,.woocommerce-page form .password-input{display:flex;flex-direction:column;justify-content:center;position:relative}.woocommerce form .password-input input[type=password],.woocommerce-page form .password-input input[type=password]{padding-left:2.5rem}.woocommerce form .password-input input::-ms-reveal,.woocommerce-page form .password-input input::-ms-reveal{display:none}.woocommerce form .show-password-input,.woocommerce-page form .show-password-input{background-color:transparent;border-radius:0;border:0;color:var(--wc-form-color-text,#000);cursor:pointer;font-size:inherit;line-height:inherit;margin:0;padding:0;position:absolute;left:.7em;text-decoration:none;top:50%;transform:translateY(-50%);-moz-osx-font-smoothing:inherit;-webkit-appearance:none;-webkit-font-smoothing:inherit}.woocommerce form .show-password-input::before,.woocommerce-page form .show-password-input::before{background-repeat:no-repeat;background-size:cover;background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z" fill="%23111111"/></svg>');content:"";display:block;height:22px;width:22px}.woocommerce form .show-password-input.display-password::before,.woocommerce-page form .show-password-input.display-password::before{background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.3 9.49999C15 4.89999 8.50002 3.79999 3.90002 7.19999C2.70002 8.09999 1.70002 9.29999 0.900024 10.6C1.10002 11 1.40002 11.4 1.70002 11.8C5.00002 16.4 11.3 17.4 15.9 14.2C16.8 13.5 17.6 12.8 18.3 11.8C18.6 11.4 18.8 11 19.1 10.6C18.8 10.2 18.6 9.79999 18.3 9.49999ZM10.1 7.19999C10.6 6.69999 11.4 6.69999 11.9 7.19999C12.4 7.69999 12.4 8.49999 11.9 8.99999C11.4 9.49999 10.6 9.49999 10.1 8.99999C9.60003 8.49999 9.60003 7.69999 10.1 7.19999ZM10 14.9C6.90002 14.9 4.00002 13.3 2.30002 10.7C3.50002 8.99999 5.10002 7.79999 7.00002 7.19999C6.30002 7.99999 6.00002 8.89999 6.00002 9.89999C6.00002 12.1 7.70002 14 10 14C12.2 14 14.1 12.3 14.1 9.99999V9.89999C14.1 8.89999 13.7 7.89999 13 7.19999C14.9 7.79999 16.5 8.99999 17.7 10.7C16 13.3 13.1 14.9 10 14.9Z" fill="%23111111"/></svg>')}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions{text-align:right;padding:0 0 0 1em;float:right}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:left}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-billing-fields::before,.woocommerce .woocommerce-shipping-fields::after,.woocommerce .woocommerce-shipping-fields::before,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-billing-fields::before,.woocommerce-page .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-shipping-fields::before{content:" ";display:table}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-shipping-fields::after{clear:both}.woocommerce .woocommerce-terms-and-conditions,.woocommerce-page .woocommerce-terms-and-conditions{margin-bottom:1.618em;padding:1.618em}.woocommerce .woocommerce-oembed,.woocommerce-page .woocommerce-oembed{position:relative}.woocommerce-account .woocommerce-MyAccount-navigation{float:right;width:30%}.woocommerce-account .woocommerce-MyAccount-content{float:left;width:68%}.woocommerce-account .woocommerce-MyAccount-content mark{background-color:transparent;color:inherit;font-weight:700}.woocommerce-page.left-sidebar #content.twentyeleven{width:58.4%;margin:0 7.6%;float:left}.woocommerce-page.right-sidebar #content.twentyeleven{margin:0 7.6%;width:58.4%;float:right}.twentyfourteen .tfwc{padding:12px 10px 0;max-width:474px;margin:0 auto}.twentyfourteen .tfwc .product .entry-summary{padding:0!important;margin:0 0 1.618em!important}.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail{margin-top:0}@media screen and (min-width:673px){.twentyfourteen .tfwc{padding-left:30px;padding-right:30px}}@media screen and (min-width:1040px){.twentyfourteen .tfwc{padding-left:15px;padding-right:15px}}@media screen and (min-width:1110px){.twentyfourteen .tfwc{padding-left:30px;padding-right:30px}}@media screen and (min-width:1218px){.twentyfourteen .tfwc{margin-left:54px}.full-width .twentyfourteen .tfwc{margin-left:auto}}.twentyfifteen .t15wc{padding-right:7.6923%;padding-left:7.6923%;padding-top:7.6923%;margin-bottom:7.6923%;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.15)}.twentyfifteen .t15wc .page-title{margin-right:0}@media screen and (min-width:38.75em){.twentyfifteen .t15wc{margin-left:7.6923%;margin-right:7.6923%;margin-top:8.3333%}}@media screen and (min-width:59.6875em){.twentyfifteen .t15wc{margin-right:8.3333%;margin-left:8.3333%;padding:10%}.single-product .twentyfifteen .entry-summary{padding:0!important}}.twentysixteen .site-main{margin-left:7.6923%;margin-right:7.6923%}.twentysixteen .entry-summary{margin-left:0;margin-right:0}#content .twentysixteen div.product div.images,#content .twentysixteen div.product div.summary{width:46.42857%}@media screen and (min-width:44.375em){.twentysixteen .site-main{margin-left:23.0769%}}@media screen and (min-width:56.875em){.twentysixteen .site-main{margin-left:0;margin-right:0}.no-sidebar .twentysixteen .site-main{margin-left:15%;margin-right:15%}.no-sidebar .twentysixteen .entry-summary{margin-left:0;margin-right:0}}.rtl .woocommerce .col2-set .col-1,.rtl .woocommerce-page .col2-set .col-1{float:left}.rtl .woocommerce .col2-set .col-2,.rtl .woocommerce-page .col2-set .col-2{float:right}