@charset "UTF-8";
@charset "UTF-8";
.wt-mycoupons ul li {
box-sizing: border-box;
display: inline-block;
padding: 15px;
width: 170px;
min-height: 60px;
margin-bottom: 15px;
vertical-align: top;
line-height: 1.4;
}   
.wt_coupon_wrapper{ width:100%; position:relative; flex-direction:row; flex-wrap:wrap; display:flex; justify-content:flex-start; margin-bottom:15px; gap:26px;  padding:15px 4px 4px 4px; }
.wt_coupon_wrapper .wt-single-coupon, .wt_coupon_wrapper .wt-sc-hidden-coupon-box{ width: 30%; min-width: 314px; margin: 0px; flex: 1 0 30%; }
.wt_coupon_wrapper .wt-sc-hidden-coupon-box{ content:""; visibility:hidden; }
.wt_sc_pagination{ width:100%; clear:both; margin-bottom:15px; text-align:right; }
.wt_sc_pagination .woocommerce-pagination{ display:inline-block; float:none; }
.wt_sc_available_coupon_sort_by{ float:right; font-size:14px; }
.wt_sc_bogo_cart_item_discount, .wt_sc_bogo_cart_item_discount *{ color:green; font-size:small; }.search-results {
display: none;
position: absolute;
width: 200%;
background: #ffffff;
border: 1px solid rgba(189, 189, 189, 0.4);
z-index: 15;
transform: translateY(-0.1rem);
}
.widget.widget_product_search_widget .search-results {
position: relative;
}
.header-search-form .search-results {
width: 100%;
transform: translateY(4.1rem);
}
.search-results.active {
display: block;
}
.search-results ul {
list-style: none;
margin:0 !important;
padding: 0 !important;
}
.search-results ul li {
border-bottom: 1px solid #ccc;
overflow: hidden;
margin: 0 !important;
position: relative;
}
.search-results .product-ratings i {
color: #fed740;
}
.search-results .product-price {
font-weight: 600;
font-size: 1.5rem;
}
.search-results .fable_extra_result_link {
cursor: pointer;
padding: 8px;
height: 100%;
overflow: hidden;
text-decoration: none;
border: 0;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: space-between;
-ms-flex-item-align: stretch;
align-self: stretch;
width: 100%;
height: 100%;
}
.search-results .product-action {
margin: inherit;
}
.search-results .fable_extra_result_link a.product-title{
position: absolute;
z-index: 1;
white-space: nowrap;
text-indent: -9999px;
overflow: hidden;
top: 0;
bottom: 0;
left: 0;
right: 0;
opacity: 0;
outline: none;
text-decoration: none;
}
.search-results span.product-title {
display: block;
color: var(--wf-secondary-color);
font-size: 1.6rem;
line-height: 1.2;
font-weight: 500;
}
.search-results .product-desc {
margin-bottom: 0;
}
.search-results .product-desc, 
.search-results .product-categories, 
.search-results .product-sku {
font-size: 1.4rem;
}
.search-results ul li:last-child {
border-bottom: none;
}
.search-results ul li a {
display: table;
width: 100%;
}
.search-results ul li a > * {
display: table-cell;
vertical-align: top;
}
.search-results .product-image {
max-width: 40px;
display: block;
height: 100%;
float: left;
border: 1px solid rgba(189, 189, 189, 0.4);
border-radius: 50%;
overflow: hidden;
}
.search-results h3 {
display: block;
}
.product-data div:not(.product-categories) {
display: inline-block;
vertical-align: middle;
}
.price-stock {
text-align: center;
}
.price-stock .product-stock {
padding: 0 1rem;
background: #000;
border-radius: 10rem;
color: #ffffff;
font-size: 1.4rem;
}
.fable_extra_result_link .product-checkout {
color: #ff7301;
font-size: 1.6rem;
}
.fable_extra_result_link .product-checkout a {
text-decoration:none;
}
.fable_extra_result_link .product-checkout i {
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
}
.product-categories > span {
display: inline-block;
margin-right: 4px;
}
.product-categories > span:after {
content: ",";
}
.product-categories > span:last-child:after {
content: "";
}
.product-categories > span:last-child {
margin-right:0;
}
.product-search select,
.product-search input {
background: #ffffff;
border:1px solid rgba(189, 189, 189, 0.4);
}
.search-wrapper {
position: relative;
}
.search-wrapper svg {
position: absolute;
top: 1rem;
right: 1rem;
width: 2rem;
height: 2rem;
fill:#bdbdbd;
animation:loading 500ms 0ms infinite normal linear;
transform-origin: center;
opacity: 0;
}
.header-search-form .search-wrapper svg {
left: 64%;
}
.search-wrapper.loading svg {
opacity:1;
}
@keyframes loading {
from {transform: rotate(0deg);}
to {transform: rotate(360deg);}
}
.search-results.woocommerce .sale-ribbon {
position: absolute;
margin: 0;
font-size: 14px;
font-weight: 500;
text-align: center;
padding: 0 10px;
line-height: 24px;
display: inline-block;
border-radius: 4px 4px 0;
color: #fff;
background: var(--wf-main-color);
z-index: 1;
}
.search-results.woocommerce .sale-ribbon:after {
content: "";
position: absolute;
top: 100%;
right: 0;
width: 13px;
height: 8px;
background: var(--wf-main-color);
clip-path: polygon(100% 0, 0 0, 100% 100%);
z-index: -1;
}
.search-results.woocommerce form {
display: flex;
}
.search-results.woocommerce .quantity {
width: auto;
margin-right: 0;
}
.search-results.woocommerce .quantity .qty {
margin-right: 0.7rem;
padding: 0.3rem;
border-radius: 0.5rem;
}
.widget.widget_product_search_widget .search-results li, 
.widget.widget_product_search_widget .search-results,
.widget.widget_product_search_widget .search-results form.cart {
padding: 0;
}
.widget.widget_product_search_widget .search-results {
width: 170%;
}
@media (max-width: 991px) {
.widget.widget_product_search_widget .search-results {
width: 100%;
}
}
.widget.widget_product_search_widget .search-results .product-data {
padding-left: 0px;
}
.widget.widget_product_search_widget .price-stock .product-stock {
padding: 2px 5px;
font-size: 16px;
}
.widget.widget_product_search_widget .search-results form.cart{
display:inline;
}
.fable_extra_result_link button.add_to_cart_button.added {
min-width: 145px;
}.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//www.picprk.com/wp-content/themes/shopire/assets/vendors/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp-solid,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-name:fa-beat-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-name:fa-spin;animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}
.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-fill-drip:before{content:"\f576"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-at:before{content:"\40"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-text-height:before{content:"\f034"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-stethoscope:before{content:"\f0f1"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-info:before{content:"\f129"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-explosion:before{content:"\e4e9"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-wave-square:before{content:"\f83e"}.fa-ring:before{content:"\f70b"}.fa-building-un:before{content:"\e4d9"}.fa-dice-three:before{content:"\f527"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-door-open:before{content:"\f52b"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-atom:before{content:"\f5d2"}.fa-soap:before{content:"\e06e"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-pump-medical:before{content:"\e06a"}.fa-fingerprint:before{content:"\f577"}.fa-hand-point-right:before{content:"\f0a4"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-flag-checkered:before{content:"\f11e"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-crop:before{content:"\f125"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-users-rectangle:before{content:"\e594"}.fa-people-roof:before{content:"\e537"}.fa-people-line:before{content:"\e534"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-diagram-predecessor:before{content:"\e477"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-laptop:before{content:"\f109"}.fa-file-csv:before{content:"\f6dd"}.fa-menorah:before{content:"\f676"}.fa-truck-plane:before{content:"\e58f"}.fa-record-vinyl:before{content:"\f8d9"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-bong:before{content:"\f55c"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-jar-wheat:before{content:"\e517"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-pager:before{content:"\f815"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-strikethrough:before{content:"\f0cc"}.fa-k:before{content:"\4b"}.fa-landmark-flag:before{content:"\e51c"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-backward:before{content:"\f04a"}.fa-caret-right:before{content:"\f0da"}.fa-comments:before{content:"\f086"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-code-pull-request:before{content:"\e13c"}.fa-clipboard-list:before{content:"\f46d"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-user-check:before{content:"\f4fc"}.fa-vial-virus:before{content:"\e597"}.fa-sheet-plastic:before{content:"\e571"}.fa-blog:before{content:"\f781"}.fa-user-ninja:before{content:"\f504"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-toggle-off:before{content:"\f204"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-person-drowning:before{content:"\e545"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-spray-can:before{content:"\f5bd"}.fa-truck-monster:before{content:"\f63b"}.fa-w:before{content:"\57"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-rainbow:before{content:"\f75b"}.fa-circle-notch:before{content:"\f1ce"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-paw:before{content:"\f1b0"}.fa-cloud:before{content:"\f0c2"}.fa-trowel-bricks:before{content:"\e58a"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-hospital-user:before{content:"\f80d"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-binoculars:before{content:"\f1e5"}.fa-microphone-slash:before{content:"\f131"}.fa-box-tissue:before{content:"\e05b"}.fa-motorcycle:before{content:"\f21c"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-toilets-portable:before{content:"\e584"}.fa-hockey-puck:before{content:"\f453"}.fa-table:before{content:"\f0ce"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-users-slash:before{content:"\e073"}.fa-clover:before{content:"\e139"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-star-and-crescent:before{content:"\f699"}.fa-house-fire:before{content:"\e50c"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-helicopter:before{content:"\f533"}.fa-compass:before{content:"\f14e"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-file-circle-question:before{content:"\e4ef"}.fa-laptop-code:before{content:"\f5fc"}.fa-swatchbook:before{content:"\f5c3"}.fa-prescription-bottle:before{content:"\f485"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-people-group:before{content:"\e533"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-film:before{content:"\f008"}.fa-ruler-horizontal:before{content:"\f547"}.fa-people-robbery:before{content:"\e536"}.fa-lightbulb:before{content:"\f0eb"}.fa-caret-left:before{content:"\f0d9"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-sitemap:before{content:"\f0e8"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-memory:before{content:"\f538"}.fa-road-spikes:before{content:"\e568"}.fa-fire-burner:before{content:"\e4f1"}.fa-flag:before{content:"\f024"}.fa-hanukiah:before{content:"\f6e6"}.fa-feather:before{content:"\f52d"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-comment-slash:before{content:"\f4b3"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-compress:before{content:"\f066"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-ankh:before{content:"\f644"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-asterisk:before{content:"\2a"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-peseta-sign:before{content:"\e221"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-ghost:before{content:"\f6e2"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-cart-plus:before{content:"\f217"}.fa-gamepad:before{content:"\f11b"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-egg:before{content:"\f7fb"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-campground:before{content:"\f6bb"}.fa-folder-plus:before{content:"\f65e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-lock:before{content:"\f023"}.fa-gas-pump:before{content:"\f52f"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-house-flood-water:before{content:"\e50e"}.fa-tree:before{content:"\f1bb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-sack-dollar:before{content:"\f81d"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-car-side:before{content:"\f5e4"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-microscope:before{content:"\f610"}.fa-sink:before{content:"\e06d"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-mitten:before{content:"\f7b5"}.fa-person-rays:before{content:"\e54d"}.fa-users:before{content:"\f0c0"}.fa-eye-slash:before{content:"\f070"}.fa-flask-vial:before{content:"\e4f3"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-om:before{content:"\f679"}.fa-worm:before{content:"\e599"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-plug:before{content:"\f1e6"}.fa-chevron-up:before{content:"\f077"}.fa-hand-spock:before{content:"\f259"}.fa-stopwatch:before{content:"\f2f2"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-chess-bishop:before{content:"\f43a"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-road-circle-check:before{content:"\e564"}.fa-dice-five:before{content:"\f523"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-land-mine-on:before{content:"\e51b"}.fa-i-cursor:before{content:"\f246"}.fa-stamp:before{content:"\f5bf"}.fa-stairs:before{content:"\e289"}.fa-i:before{content:"\49"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-pills:before{content:"\f484"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-tooth:before{content:"\f5c9"}.fa-v:before{content:"\56"}.fa-bangladeshi-taka-sign:before{content:"\e2e6"}.fa-bicycle:before{content:"\f206"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-snowman:before{content:"\f7d0"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-road-barrier:before{content:"\e562"}.fa-school:before{content:"\f549"}.fa-igloo:before{content:"\f7ae"}.fa-joint:before{content:"\f595"}.fa-angle-right:before{content:"\f105"}.fa-horse:before{content:"\f6f0"}.fa-q:before{content:"\51"}.fa-g:before{content:"\47"}.fa-notes-medical:before{content:"\f481"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-dong-sign:before{content:"\e169"}.fa-capsules:before{content:"\f46b"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-hand-point-up:before{content:"\f0a6"}.fa-money-bill:before{content:"\f0d6"}.fa-bookmark:before{content:"\f02e"}.fa-align-justify:before{content:"\f039"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-helmet-un:before{content:"\e503"}.fa-bullseye:before{content:"\f140"}.fa-bacon:before{content:"\f7e5"}.fa-hand-point-down:before{content:"\f0a7"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-radiation:before{content:"\f7b9"}.fa-chart-simple:before{content:"\e473"}.fa-mars-stroke:before{content:"\f229"}.fa-vial:before{content:"\f492"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-e:before{content:"\45"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-user:before{content:"\f007"}.fa-school-circle-check:before{content:"\e56b"}.fa-dumpster:before{content:"\f793"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-building-user:before{content:"\e4da"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-highlighter:before{content:"\f591"}.fa-key:before{content:"\f084"}.fa-bullhorn:before{content:"\f0a1"}.fa-globe:before{content:"\f0ac"}.fa-synagogue:before{content:"\f69b"}.fa-person-half-dress:before{content:"\e548"}.fa-road-bridge:before{content:"\e563"}.fa-location-arrow:before{content:"\f124"}.fa-c:before{content:"\43"}.fa-tablet-button:before{content:"\f10a"}.fa-building-lock:before{content:"\e4d6"}.fa-pizza-slice:before{content:"\f818"}.fa-money-bill-wave:before{content:"\f53a"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-house-flag:before{content:"\e50d"}.fa-person-circle-minus:before{content:"\e540"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-camera-rotate:before{content:"\e0d8"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-star:before{content:"\f005"}.fa-repeat:before{content:"\f363"}.fa-cross:before{content:"\f654"}.fa-box:before{content:"\f466"}.fa-venus-mars:before{content:"\f228"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-charging-station:before{content:"\f5e7"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-mobile-retro:before{content:"\e527"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-spider:before{content:"\f717"}.fa-hands-bound:before{content:"\e4f9"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-x-ray:before{content:"\f497"}.fa-spell-check:before{content:"\f891"}.fa-slash:before{content:"\f715"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-server:before{content:"\f233"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-shop-lock:before{content:"\e4a5"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-blender-phone:before{content:"\f6b6"}.fa-building-wheat:before{content:"\e4db"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-venus:before{content:"\f221"}.fa-passport:before{content:"\f5ab"}.fa-thumb-tack-slash:before,.fa-thumbtack-slash:before{content:"\e68f"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-temperature-high:before{content:"\f769"}.fa-microchip:before{content:"\f2db"}.fa-crown:before{content:"\f521"}.fa-weight-hanging:before{content:"\f5cd"}.fa-xmarks-lines:before{content:"\e59a"}.fa-file-prescription:before{content:"\f572"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-chess-knight:before{content:"\f441"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-wheelchair:before{content:"\f193"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-toggle-on:before{content:"\f205"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-l:before{content:"\4c"}.fa-fire:before{content:"\f06d"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-folder-open:before{content:"\f07c"}.fa-heart-circle-plus:before{content:"\e500"}.fa-code-fork:before{content:"\e13b"}.fa-city:before{content:"\f64f"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-pepper-hot:before{content:"\f816"}.fa-unlock:before{content:"\f09c"}.fa-colon-sign:before{content:"\e140"}.fa-headset:before{content:"\f590"}.fa-store-slash:before{content:"\e071"}.fa-road-circle-xmark:before{content:"\e566"}.fa-user-minus:before{content:"\f503"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-clipboard:before{content:"\f328"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-underline:before{content:"\f0cd"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-signature:before{content:"\f5b7"}.fa-stroopwafel:before{content:"\f551"}.fa-bold:before{content:"\f032"}.fa-anchor-lock:before{content:"\e4ad"}.fa-building-ngo:before{content:"\e4d7"}.fa-manat-sign:before{content:"\e1d5"}.fa-not-equal:before{content:"\f53e"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-jedi:before{content:"\f669"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-mug-hot:before{content:"\f7b6"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-gift:before{content:"\f06b"}.fa-dice-two:before{content:"\f528"}.fa-chess-queen:before{content:"\f445"}.fa-glasses:before{content:"\f530"}.fa-chess-board:before{content:"\f43c"}.fa-building-circle-check:before{content:"\e4d2"}.fa-person-chalkboard:before{content:"\e53d"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-less-than-equal:before{content:"\f537"}.fa-train:before{content:"\f238"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-crow:before{content:"\f520"}.fa-sailboat:before{content:"\e445"}.fa-window-restore:before{content:"\f2d2"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-torii-gate:before{content:"\f6a1"}.fa-frog:before{content:"\f52e"}.fa-bucket:before{content:"\e4cf"}.fa-image:before{content:"\f03e"}.fa-microphone:before{content:"\f130"}.fa-cow:before{content:"\f6c8"}.fa-caret-up:before{content:"\f0d8"}.fa-screwdriver:before{content:"\f54a"}.fa-folder-closed:before{content:"\e185"}.fa-house-tsunami:before{content:"\e515"}.fa-square-nfi:before{content:"\e576"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-lemon:before{content:"\f094"}.fa-head-side-mask:before{content:"\e063"}.fa-handshake:before{content:"\f2b5"}.fa-gem:before{content:"\f3a5"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-smoking:before{content:"\f48d"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-monument:before{content:"\f5a6"}.fa-snowplow:before{content:"\f7d2"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-cannabis:before{content:"\f55f"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-tablets:before{content:"\f490"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-chair:before{content:"\f6c0"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-plate-wheat:before{content:"\e55a"}.fa-icicles:before{content:"\f7ad"}.fa-person-shelter:before{content:"\e54f"}.fa-neuter:before{content:"\f22c"}.fa-id-badge:before{content:"\f2c1"}.fa-marker:before{content:"\f5a1"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-helicopter-symbol:before{content:"\e502"}.fa-universal-access:before{content:"\f29a"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-lari-sign:before{content:"\e1c8"}.fa-volcano:before{content:"\f770"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-viruses:before{content:"\e076"}.fa-square-person-confined:before{content:"\e577"}.fa-user-tie:before{content:"\f508"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-certificate:before{content:"\f0a3"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-suitcase:before{content:"\f0f2"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-camera-retro:before{content:"\f083"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-box-open:before{content:"\f49e"}.fa-scroll:before{content:"\f70e"}.fa-spa:before{content:"\f5bb"}.fa-location-pin-lock:before{content:"\e51f"}.fa-pause:before{content:"\f04c"}.fa-hill-avalanche:before{content:"\e507"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-bomb:before{content:"\f1e2"}.fa-registered:before{content:"\f25d"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-subscript:before{content:"\f12c"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-burst:before{content:"\e4dc"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-money-bills:before{content:"\e1f3"}.fa-smog:before{content:"\f75f"}.fa-crutch:before{content:"\f7f7"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-palette:before{content:"\f53f"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-vest:before{content:"\e085"}.fa-ferry:before{content:"\e4ea"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-boxes-packing:before{content:"\e4c7"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-bowl-food:before{content:"\e4c6"}.fa-candy-cane:before{content:"\f786"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-file-word:before{content:"\f1c2"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-house-lock:before{content:"\e510"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-children:before{content:"\e4e1"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-envelope-open:before{content:"\f2b6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-mattress-pillow:before{content:"\e525"}.fa-guarani-sign:before{content:"\e19a"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-fire-extinguisher:before{content:"\f134"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-greater-than-equal:before{content:"\f532"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-virus:before{content:"\e074"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-layer-group:before{content:"\f5fd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-archway:before{content:"\f557"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-square:before{content:"\f0c8"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-couch:before{content:"\f4b8"}.fa-cedi-sign:before{content:"\e0df"}.fa-italic:before{content:"\f033"}.fa-table-cells-column-lock:before{content:"\e678"}.fa-church:before{content:"\f51d"}.fa-comments-dollar:before{content:"\f653"}.fa-democrat:before{content:"\f747"}.fa-z:before{content:"\5a"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-road-lock:before{content:"\e567"}.fa-a:before{content:"\41"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-p:before{content:"\50"}.fa-snowflake:before{content:"\f2dc"}.fa-newspaper:before{content:"\f1ea"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-locust:before{content:"\e520"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-person-dress-burst:before{content:"\e544"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-vector-square:before{content:"\f5cb"}.fa-bread-slice:before{content:"\f7ec"}.fa-language:before{content:"\f1ab"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-filter:before{content:"\f0b0"}.fa-question:before{content:"\3f"}.fa-file-signature:before{content:"\f573"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-house-chimney-user:before{content:"\e065"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-puzzle-piece:before{content:"\f12e"}.fa-money-check:before{content:"\f53c"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-code:before{content:"\f121"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-virus-covid:before{content:"\e4a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-f:before{content:"\46"}.fa-leaf:before{content:"\f06c"}.fa-road:before{content:"\f018"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-person-circle-plus:before{content:"\e541"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-sack-xmark:before{content:"\e56a"}.fa-file-excel:before{content:"\f1c3"}.fa-file-contract:before{content:"\f56c"}.fa-fish-fins:before{content:"\e4f2"}.fa-building-flag:before{content:"\e4d5"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-object-ungroup:before{content:"\f248"}.fa-poop:before{content:"\f619"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-kaaba:before{content:"\f66b"}.fa-toilet-paper:before{content:"\f71e"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-eject:before{content:"\f052"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-plane-circle-check:before{content:"\e555"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-object-group:before{content:"\f247"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-mask-ventilator:before{content:"\e524"}.fa-arrow-right:before{content:"\f061"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-cash-register:before{content:"\f788"}.fa-person-circle-question:before{content:"\e542"}.fa-h:before{content:"\48"}.fa-tarp:before{content:"\e57b"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-heart:before{content:"\f004"}.fa-mars-and-venus:before{content:"\f224"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-dumpster-fire:before{content:"\f794"}.fa-house-crack:before{content:"\e3b1"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-bottle-water:before{content:"\e4c5"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-kitchen-set:before{content:"\e51a"}.fa-r:before{content:"\52"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-cube:before{content:"\f1b2"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-shield-dog:before{content:"\e573"}.fa-solar-panel:before{content:"\f5ba"}.fa-lock-open:before{content:"\f3c1"}.fa-elevator:before{content:"\e16d"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-circle:before{content:"\f111"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-recycle:before{content:"\f1b8"}.fa-user-astronaut:before{content:"\f4fb"}.fa-plane-slash:before{content:"\e069"}.fa-trademark:before{content:"\f25c"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-satellite-dish:before{content:"\f7c0"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-users-rays:before{content:"\e593"}.fa-wallet:before{content:"\f555"}.fa-clipboard-check:before{content:"\f46c"}.fa-file-audio:before{content:"\f1c7"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-wrench:before{content:"\f0ad"}.fa-bugs:before{content:"\e4d0"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-file-image:before{content:"\f1c5"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-plane-departure:before{content:"\f5b0"}.fa-handshake-slash:before{content:"\e060"}.fa-book-bookmark:before{content:"\e0bb"}.fa-code-branch:before{content:"\f126"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-bridge:before{content:"\e4c8"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-truck-front:before{content:"\e2b7"}.fa-cat:before{content:"\f6be"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-truck-field:before{content:"\e58d"}.fa-route:before{content:"\f4d7"}.fa-clipboard-question:before{content:"\e4e3"}.fa-panorama:before{content:"\e209"}.fa-comment-medical:before{content:"\f7f5"}.fa-teeth-open:before{content:"\f62f"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-tags:before{content:"\f02c"}.fa-wine-glass:before{content:"\f4e3"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-house-signal:before{content:"\e012"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-faucet-drip:before{content:"\e006"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-terminal:before{content:"\f120"}.fa-mobile-button:before{content:"\f10b"}.fa-house-medical-flag:before{content:"\e514"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-tape:before{content:"\f4db"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-eye:before{content:"\f06e"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-audio-description:before{content:"\f29e"}.fa-person-military-to-person:before{content:"\e54c"}.fa-file-shield:before{content:"\e4f0"}.fa-user-slash:before{content:"\f506"}.fa-pen:before{content:"\f304"}.fa-tower-observation:before{content:"\e586"}.fa-file-code:before{content:"\f1c9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-bus:before{content:"\f207"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-window-maximize:before{content:"\f2d0"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-prescription:before{content:"\f5b1"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-vihara:before{content:"\f6a7"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-plant-wilt:before{content:"\e5aa"}.fa-diamond:before{content:"\f219"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-bacterium:before{content:"\e05a"}.fa-hand-pointer:before{content:"\f25a"}.fa-drum-steelpan:before{content:"\f56a"}.fa-hand-scissors:before{content:"\f257"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-biohazard:before{content:"\f780"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-mars-double:before{content:"\f227"}.fa-child-dress:before{content:"\e59c"}.fa-users-between-lines:before{content:"\e591"}.fa-lungs-virus:before{content:"\e067"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-phone:before{content:"\f095"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-child-reaching:before{content:"\e59d"}.fa-head-side-virus:before{content:"\e064"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-door-closed:before{content:"\f52a"}.fa-shield-virus:before{content:"\e06c"}.fa-dice-six:before{content:"\f526"}.fa-mosquito-net:before{content:"\e52c"}.fa-bridge-water:before{content:"\e4ce"}.fa-person-booth:before{content:"\f756"}.fa-text-width:before{content:"\f035"}.fa-hat-wizard:before{content:"\f6e8"}.fa-pen-fancy:before{content:"\f5ac"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-trash:before{content:"\f1f8"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-book-medical:before{content:"\f7e6"}.fa-poo:before{content:"\f2fe"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-cubes:before{content:"\f1b3"}.fa-divide:before{content:"\f529"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-headphones:before{content:"\f025"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-clapping:before{content:"\e1a8"}.fa-republican:before{content:"\f75e"}.fa-arrow-left:before{content:"\f060"}.fa-person-circle-xmark:before{content:"\e543"}.fa-ruler:before{content:"\f545"}.fa-align-left:before{content:"\f036"}.fa-dice-d6:before{content:"\f6d1"}.fa-restroom:before{content:"\f7bd"}.fa-j:before{content:"\4a"}.fa-users-viewfinder:before{content:"\e595"}.fa-file-video:before{content:"\f1c8"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-file-pdf:before{content:"\f1c1"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-o:before{content:"\4f"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-user-secret:before{content:"\f21b"}.fa-otter:before{content:"\f700"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-comment-dollar:before{content:"\f651"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-clipboard-user:before{content:"\f7f3"}.fa-child:before{content:"\f1ae"}.fa-lira-sign:before{content:"\f195"}.fa-satellite:before{content:"\f7bf"}.fa-plane-lock:before{content:"\e558"}.fa-tag:before{content:"\f02b"}.fa-comment:before{content:"\f075"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-envelope:before{content:"\f0e0"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-paperclip:before{content:"\f0c6"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-ribbon:before{content:"\f4d6"}.fa-lungs:before{content:"\f604"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-border-none:before{content:"\f850"}.fa-circle-nodes:before{content:"\e4e2"}.fa-parachute-box:before{content:"\f4cd"}.fa-indent:before{content:"\f03c"}.fa-truck-field-un:before{content:"\e58e"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\f254"}.fa-mountain:before{content:"\f6fc"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-square-virus:before{content:"\e578"}.fa-meteor:before{content:"\f753"}.fa-car-on:before{content:"\e4dd"}.fa-sleigh:before{content:"\f7cc"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-water:before{content:"\f773"}.fa-calendar-check:before{content:"\f274"}.fa-braille:before{content:"\f2a1"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-landmark:before{content:"\f66f"}.fa-truck:before{content:"\f0d1"}.fa-crosshairs:before{content:"\f05b"}.fa-person-cane:before{content:"\e53c"}.fa-tent:before{content:"\e57d"}.fa-vest-patches:before{content:"\e086"}.fa-check-double:before{content:"\f560"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-cookie:before{content:"\f563"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-dumbbell:before{content:"\f44b"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-tarp-droplet:before{content:"\e57c"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-calendar-plus:before{content:"\f271"}.fa-plane-arrival:before{content:"\f5af"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-chart-gantt:before{content:"\e0e4"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-dna:before{content:"\f471"}.fa-virus-slash:before{content:"\e075"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-chess:before{content:"\f439"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-plug-circle-check:before{content:"\e55c"}.fa-street-view:before{content:"\f21d"}.fa-franc-sign:before{content:"\e18f"}.fa-volume-off:before{content:"\f026"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-star-of-david:before{content:"\f69a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-vials:before{content:"\f493"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-place-of-worship:before{content:"\f67f"}.fa-grip-vertical:before{content:"\f58e"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-u:before{content:"\55"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-pallet:before{content:"\f482"}.fa-faucet:before{content:"\e005"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-s:before{content:"\53"}.fa-timeline:before{content:"\e29c"}.fa-keyboard:before{content:"\f11c"}.fa-caret-down:before{content:"\f0d7"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-plane-up:before{content:"\e22d"}.fa-piggy-bank:before{content:"\f4d3"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-mountain-city:before{content:"\e52e"}.fa-coins:before{content:"\f51e"}.fa-khanda:before{content:"\f66d"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-folder-tree:before{content:"\f802"}.fa-network-wired:before{content:"\f6ff"}.fa-map-pin:before{content:"\f276"}.fa-hamsa:before{content:"\f665"}.fa-cent-sign:before{content:"\e3f5"}.fa-flask:before{content:"\f0c3"}.fa-person-pregnant:before{content:"\e31e"}.fa-wand-sparkles:before{content:"\f72b"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-ticket:before{content:"\f145"}.fa-power-off:before{content:"\f011"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-flag-usa:before{content:"\f74d"}.fa-laptop-file:before{content:"\e51d"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-diagram-next:before{content:"\e476"}.fa-person-rifle:before{content:"\e54e"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-closed-captioning:before{content:"\f20a"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-venus-double:before{content:"\f226"}.fa-images:before{content:"\f302"}.fa-calculator:before{content:"\f1ec"}.fa-people-pulling:before{content:"\e535"}.fa-n:before{content:"\4e"}.fa-cable-car:before,.fa-tram:before{content:"\f7da"}.fa-cloud-rain:before{content:"\f73d"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-ship:before{content:"\f21a"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-download:before{content:"\f019"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-file-circle-check:before{content:"\e5a0"}.fa-forward:before{content:"\f04e"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-align-center:before{content:"\f037"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-calendar-week:before{content:"\f784"}.fa-laptop-medical:before{content:"\f812"}.fa-b:before{content:"\42"}.fa-file-medical:before{content:"\f477"}.fa-dice-one:before{content:"\f525"}.fa-kiwi-bird:before{content:"\f535"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-mill-sign:before{content:"\e1ed"}.fa-bowl-rice:before{content:"\e2eb"}.fa-skull:before{content:"\f54c"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-truck-pickup:before{content:"\f63c"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-stop:before{content:"\f04d"}.fa-code-merge:before{content:"\f387"}.fa-upload:before{content:"\f093"}.fa-hurricane:before{content:"\f751"}.fa-mound:before{content:"\e52d"}.fa-toilet-portable:before{content:"\e583"}.fa-compact-disc:before{content:"\f51f"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-caravan:before{content:"\f8ff"}.fa-shield-cat:before{content:"\e572"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-glass-water:before{content:"\e4f4"}.fa-oil-well:before{content:"\e532"}.fa-vault:before{content:"\e2c5"}.fa-mars:before{content:"\f222"}.fa-toilet:before{content:"\f7d8"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-sun:before{content:"\f185"}.fa-guitar:before{content:"\f7a6"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-horse-head:before{content:"\f7ab"}.fa-bore-hole:before{content:"\e4c3"}.fa-industry:before{content:"\f275"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-florin-sign:before{content:"\e184"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-less-than:before{content:"\3c"}.fa-angle-down:before{content:"\f107"}.fa-car-tunnel:before{content:"\e4de"}.fa-head-side-cough:before{content:"\e061"}.fa-grip-lines:before{content:"\f7a4"}.fa-thumbs-down:before{content:"\f165"}.fa-user-lock:before{content:"\f502"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-chess-pawn:before{content:"\f443"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-person-through-window:before{content:"\e5a9"}.fa-toolbox:before{content:"\f552"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-bug:before{content:"\f188"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-mountain-sun:before{content:"\e52f"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-dice-d20:before{content:"\f6cf"}.fa-truck-droplet:before{content:"\e58c"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-medal:before{content:"\f5a2"}.fa-bed:before{content:"\f236"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-podcast:before{content:"\f2ce"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-bell:before{content:"\f0f3"}.fa-superscript:before{content:"\f12b"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-star-of-life:before{content:"\f621"}.fa-phone-slash:before{content:"\f3dd"}.fa-paint-roller:before{content:"\f5aa"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-file:before{content:"\f15b"}.fa-greater-than:before{content:"\3e"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-arrow-down:before{content:"\f063"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-eraser:before{content:"\f12d"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-person-burst:before{content:"\e53b"}.fa-dove:before{content:"\f4ba"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-socks:before{content:"\f696"}.fa-inbox:before{content:"\f01c"}.fa-section:before{content:"\e447"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-envelope-open-text:before{content:"\f658"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-wine-bottle:before{content:"\f72f"}.fa-chess-rook:before{content:"\f447"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-dharmachakra:before{content:"\f655"}.fa-hotdog:before{content:"\f80f"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-drum:before{content:"\f569"}.fa-ice-cream:before{content:"\f810"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-fax:before{content:"\f1ac"}.fa-paragraph:before{content:"\f1dd"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-star-half:before{content:"\f089"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-tree-city:before{content:"\e587"}.fa-play:before{content:"\f04b"}.fa-font:before{content:"\f031"}.fa-table-cells-row-lock:before{content:"\e67a"}.fa-rupiah-sign:before{content:"\e23d"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-naira-sign:before{content:"\e1f6"}.fa-cart-arrow-down:before{content:"\f218"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-receipt:before{content:"\f543"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-chevron-down:before{content:"\f078"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-skull-crossbones:before{content:"\f714"}.fa-code-compare:before{content:"\e13a"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-school-lock:before{content:"\e56f"}.fa-tower-cell:before{content:"\e585"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-ranking-star:before{content:"\e561"}.fa-chess-king:before{content:"\f43f"}.fa-person-harassing:before{content:"\e549"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-arrow-up:before{content:"\f062"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-shrimp:before{content:"\e448"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-jug-detergent:before{content:"\e519"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-user-shield:before{content:"\f505"}.fa-wind:before{content:"\f72e"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-y:before{content:"\59"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-fish:before{content:"\f578"}.fa-user-graduate:before{content:"\f501"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-clapperboard:before{content:"\e131"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-jet-fighter-up:before{content:"\e518"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-copy:before{content:"\f0c5"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-hand-sparkles:before{content:"\e05d"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-child-combatant:before,.fa-child-rifle:before{content:"\e4e0"}.fa-gun:before{content:"\e19b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-expand:before{content:"\f065"}.fa-computer:before{content:"\e4e5"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-peso-sign:before{content:"\e222"}.fa-building-shield:before{content:"\e4d8"}.fa-baby:before{content:"\f77c"}.fa-users-line:before{content:"\e592"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-tractor:before{content:"\f722"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-lines-leaning:before{content:"\e51e"}.fa-ruler-combined:before{content:"\f546"}.fa-copyright:before{content:"\f1f9"}.fa-equals:before{content:"\3d"}.fa-blender:before{content:"\f517"}.fa-teeth:before{content:"\f62e"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-map:before{content:"\f279"}.fa-rocket:before{content:"\f135"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-folder-minus:before{content:"\f65d"}.fa-store:before{content:"\f54e"}.fa-arrow-trend-up:before{content:"\e098"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-bezier-curve:before{content:"\f55b"}.fa-bell-slash:before{content:"\f1f6"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-school-flag:before{content:"\e56e"}.fa-fill:before{content:"\f575"}.fa-angle-up:before{content:"\f106"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-holly-berry:before{content:"\f7aa"}.fa-chevron-left:before{content:"\f053"}.fa-bacteria:before{content:"\e059"}.fa-hand-lizard:before{content:"\f258"}.fa-notdef:before{content:"\e1fe"}.fa-disease:before{content:"\f7fa"}.fa-briefcase-medical:before{content:"\f469"}.fa-genderless:before{content:"\f22d"}.fa-chevron-right:before{content:"\f054"}.fa-retweet:before{content:"\f079"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-pump-soap:before{content:"\e06b"}.fa-video-slash:before{content:"\f4e2"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-radio:before{content:"\f8d7"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-traffic-light:before{content:"\f637"}.fa-thermometer:before{content:"\f491"}.fa-vr-cardboard:before{content:"\f729"}.fa-hand-middle-finger:before{content:"\f806"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-truck-moving:before{content:"\f4df"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-display:before{content:"\e163"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-trophy:before{content:"\f091"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-hammer:before{content:"\f6e3"}.fa-hand-peace:before{content:"\f25b"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-spinner:before{content:"\f110"}.fa-robot:before{content:"\f544"}.fa-peace:before{content:"\f67c"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-warehouse:before{content:"\f494"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-splotch:before{content:"\f5bc"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-dice-four:before{content:"\f524"}.fa-sim-card:before{content:"\f7c4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-mercury:before{content:"\f223"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-person-falling-burst:before{content:"\e547"}.fa-award:before{content:"\f559"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-building:before{content:"\f1ad"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-qrcode:before{content:"\f029"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-house-medical:before{content:"\e3b2"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-house-chimney-window:before{content:"\e00d"}.fa-pen-nib:before{content:"\f5ad"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tents:before{content:"\e582"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-dog:before{content:"\f6d3"}.fa-carrot:before{content:"\f787"}.fa-moon:before{content:"\f186"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-cheese:before{content:"\f7ef"}.fa-yin-yang:before{content:"\f6ad"}.fa-music:before{content:"\f001"}.fa-code-commit:before{content:"\f386"}.fa-temperature-low:before{content:"\f76b"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-broom:before{content:"\f51a"}.fa-shield-heart:before{content:"\e574"}.fa-gopuram:before{content:"\f664"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-hashtag:before{content:"\23"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-oil-can:before{content:"\f613"}.fa-t:before{content:"\54"}.fa-hippo:before{content:"\f6ed"}.fa-chart-column:before{content:"\e0e3"}.fa-infinity:before{content:"\f534"}.fa-vial-circle-check:before{content:"\e596"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-voicemail:before{content:"\f897"}.fa-fan:before{content:"\f863"}.fa-person-walking-luggage:before{content:"\e554"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-calendar:before{content:"\f133"}.fa-trailer:before{content:"\e041"}.fa-bahai:before,.fa-haykal:before{content:"\f666"}.fa-sd-card:before{content:"\f7c2"}.fa-dragon:before{content:"\f6d5"}.fa-shoe-prints:before{content:"\f54b"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-hand-holding:before{content:"\f4bd"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-clone:before{content:"\f24d"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-tornado:before{content:"\f76f"}.fa-file-circle-plus:before{content:"\e494"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-anchor:before{content:"\f13d"}.fa-border-all:before{content:"\f84c"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-cookie-bite:before{content:"\f564"}.fa-arrow-trend-down:before{content:"\e097"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-draw-polygon:before{content:"\f5ee"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-shower:before{content:"\f2cc"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-m:before{content:"\4d"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-book:before{content:"\f02d"}.fa-user-plus:before{content:"\f234"}.fa-check:before{content:"\f00c"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-house-circle-check:before{content:"\e509"}.fa-angle-left:before{content:"\f104"}.fa-diagram-successor:before{content:"\e47a"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-cloud-moon:before{content:"\f6c3"}.fa-briefcase:before{content:"\f0b1"}.fa-person-falling:before{content:"\e546"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-user-tag:before{content:"\f507"}.fa-rug:before{content:"\e569"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-baht-sign:before{content:"\e0ac"}.fa-book-open:before{content:"\f518"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-handcuffs:before{content:"\e4f8"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-database:before{content:"\f1c0"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-mask-face:before{content:"\e1d7"}.fa-hill-rockslide:before{content:"\e508"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-paper-plane:before{content:"\f1d8"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-dungeon:before{content:"\f6d9"}.fa-align-right:before{content:"\f038"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-life-ring:before{content:"\f1cd"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-calendar-day:before{content:"\f783"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-dice:before{content:"\f522"}.fa-bowling-ball:before{content:"\f436"}.fa-brain:before{content:"\f5dc"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-calendar-minus:before{content:"\f272"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-gifts:before{content:"\f79c"}.fa-hotel:before{content:"\f594"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-thumbs-up:before{content:"\f164"}.fa-user-clock:before{content:"\f4fd"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-file-invoice:before{content:"\f570"}.fa-window-minimize:before{content:"\f2d1"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-brush:before{content:"\f55d"}.fa-mask:before{content:"\f6fa"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-ruler-vertical:before{content:"\f548"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-train-tram:before{content:"\e5b4"}.fa-user-nurse:before{content:"\f82f"}.fa-syringe:before{content:"\f48e"}.fa-cloud-sun:before{content:"\f6c4"}.fa-stopwatch-20:before{content:"\e06f"}.fa-square-full:before{content:"\f45c"}.fa-magnet:before{content:"\f076"}.fa-jar:before{content:"\e516"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-bug-slash:before{content:"\e490"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-bone:before{content:"\f5d7"}.fa-table-cells-row-unlock:before{content:"\e691"}.fa-user-injured:before{content:"\f728"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-plane:before{content:"\f072"}.fa-tent-arrows-down:before{content:"\e581"}.fa-exclamation:before{content:"\21"}.fa-arrows-spin:before{content:"\e4bb"}.fa-print:before{content:"\f02f"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-x:before{content:"\58"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-person-military-pointing:before{content:"\e54a"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-umbrella:before{content:"\f0e9"}.fa-trowel:before{content:"\e589"}.fa-d:before{content:"\44"}.fa-stapler:before{content:"\e5af"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-kip-sign:before{content:"\e1c4"}.fa-hand-point-left:before{content:"\f0a5"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-barcode:before{content:"\f02a"}.fa-plus-minus:before{content:"\e43c"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-person-circle-check:before{content:"\e53e"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}
.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(//www.picprk.com/wp-content/themes/shopire/assets/vendors/fonts/fa-brands-400.woff2) format("woff2"),url(//www.picprk.com/wp-content/themes/shopire/assets/vendors/fonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:"\f3d0"}.fa-hooli:before{content:"\f427"}.fa-yelp:before{content:"\f1e9"}.fa-cc-visa:before{content:"\f1f0"}.fa-lastfm:before{content:"\f202"}.fa-shopware:before{content:"\f5b5"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-aws:before{content:"\f375"}.fa-redhat:before{content:"\f7bc"}.fa-yoast:before{content:"\f2b1"}.fa-cloudflare:before{content:"\e07d"}.fa-ups:before{content:"\f7e0"}.fa-pixiv:before{content:"\e640"}.fa-wpexplorer:before{content:"\f2de"}.fa-dyalog:before{content:"\f399"}.fa-bity:before{content:"\f37a"}.fa-stackpath:before{content:"\f842"}.fa-buysellads:before{content:"\f20d"}.fa-first-order:before{content:"\f2b0"}.fa-modx:before{content:"\f285"}.fa-guilded:before{content:"\e07e"}.fa-vnv:before{content:"\f40b"}.fa-js-square:before,.fa-square-js:before{content:"\f3b9"}.fa-microsoft:before{content:"\f3ca"}.fa-qq:before{content:"\f1d6"}.fa-orcid:before{content:"\f8d2"}.fa-java:before{content:"\f4e4"}.fa-invision:before{content:"\f7b0"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-centercode:before{content:"\f380"}.fa-glide-g:before{content:"\f2a6"}.fa-drupal:before{content:"\f1a9"}.fa-jxl:before{content:"\e67b"}.fa-dart-lang:before{content:"\e693"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-unity:before{content:"\e049"}.fa-whmcs:before{content:"\f40d"}.fa-rocketchat:before{content:"\f3e8"}.fa-vk:before{content:"\f189"}.fa-untappd:before{content:"\f405"}.fa-mailchimp:before{content:"\f59e"}.fa-css3-alt:before{content:"\f38b"}.fa-reddit-square:before,.fa-square-reddit:before{content:"\f1a2"}.fa-vimeo-v:before{content:"\f27d"}.fa-contao:before{content:"\f26d"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-deskpro:before{content:"\f38f"}.fa-brave:before{content:"\e63c"}.fa-sistrix:before{content:"\f3ee"}.fa-instagram-square:before,.fa-square-instagram:before{content:"\e055"}.fa-battle-net:before{content:"\f835"}.fa-the-red-yeti:before{content:"\f69d"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"\f3af"}.fa-edge:before{content:"\f282"}.fa-threads:before{content:"\e618"}.fa-napster:before{content:"\f3d2"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"\f2ad"}.fa-google-plus-g:before{content:"\f0d5"}.fa-artstation:before{content:"\f77a"}.fa-markdown:before{content:"\f60f"}.fa-sourcetree:before{content:"\f7d3"}.fa-google-plus:before{content:"\f2b3"}.fa-diaspora:before{content:"\f791"}.fa-foursquare:before{content:"\f180"}.fa-stack-overflow:before{content:"\f16c"}.fa-github-alt:before{content:"\f113"}.fa-phoenix-squadron:before{content:"\f511"}.fa-pagelines:before{content:"\f18c"}.fa-algolia:before{content:"\f36c"}.fa-red-river:before{content:"\f3e3"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-safari:before{content:"\f267"}.fa-google:before{content:"\f1a0"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-atlassian:before{content:"\f77b"}.fa-linkedin-in:before{content:"\f0e1"}.fa-digital-ocean:before{content:"\f391"}.fa-nimblr:before{content:"\f5a8"}.fa-chromecast:before{content:"\f838"}.fa-evernote:before{content:"\f839"}.fa-hacker-news:before{content:"\f1d4"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-adversal:before{content:"\f36a"}.fa-creative-commons:before{content:"\f25e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-fonticons:before{content:"\f280"}.fa-weixin:before{content:"\f1d7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-codepen:before{content:"\f1cb"}.fa-git-alt:before{content:"\f841"}.fa-lyft:before{content:"\f3c3"}.fa-rev:before{content:"\f5b2"}.fa-windows:before{content:"\f17a"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"\f2aa"}.fa-meetup:before{content:"\f2e0"}.fa-centos:before{content:"\f789"}.fa-adn:before{content:"\f170"}.fa-cloudsmith:before{content:"\f384"}.fa-opensuse:before{content:"\e62b"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"\f397"}.fa-codiepie:before{content:"\f284"}.fa-node:before{content:"\f419"}.fa-mix:before{content:"\f3cb"}.fa-steam:before{content:"\f1b6"}.fa-cc-apple-pay:before{content:"\f416"}.fa-scribd:before{content:"\f28a"}.fa-debian:before{content:"\e60b"}.fa-openid:before{content:"\f19b"}.fa-instalod:before{content:"\e081"}.fa-expeditedssl:before{content:"\f23e"}.fa-sellcast:before{content:"\f2da"}.fa-square-twitter:before,.fa-twitter-square:before{content:"\f081"}.fa-r-project:before{content:"\f4f7"}.fa-delicious:before{content:"\f1a5"}.fa-freebsd:before{content:"\f3a4"}.fa-vuejs:before{content:"\f41f"}.fa-accusoft:before{content:"\f369"}.fa-ioxhost:before{content:"\f208"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-app-store:before{content:"\f36f"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-itunes-note:before{content:"\f3b5"}.fa-golang:before{content:"\e40f"}.fa-kickstarter:before,.fa-square-kickstarter:before{content:"\f3bb"}.fa-grav:before{content:"\f2d6"}.fa-weibo:before{content:"\f18a"}.fa-uncharted:before{content:"\e084"}.fa-firstdraft:before{content:"\f3a1"}.fa-square-youtube:before,.fa-youtube-square:before{content:"\f431"}.fa-wikipedia-w:before{content:"\f266"}.fa-rendact:before,.fa-wpressr:before{content:"\f3e4"}.fa-angellist:before{content:"\f209"}.fa-galactic-republic:before{content:"\f50c"}.fa-nfc-directional:before{content:"\e530"}.fa-skype:before{content:"\f17e"}.fa-joget:before{content:"\f3b7"}.fa-fedora:before{content:"\f798"}.fa-stripe-s:before{content:"\f42a"}.fa-meta:before{content:"\e49b"}.fa-laravel:before{content:"\f3bd"}.fa-hotjar:before{content:"\f3b1"}.fa-bluetooth-b:before{content:"\f294"}.fa-square-letterboxd:before{content:"\e62e"}.fa-sticker-mule:before{content:"\f3f7"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-hips:before{content:"\f452"}.fa-behance:before{content:"\f1b4"}.fa-reddit:before{content:"\f1a1"}.fa-discord:before{content:"\f392"}.fa-chrome:before{content:"\f268"}.fa-app-store-ios:before{content:"\f370"}.fa-cc-discover:before{content:"\f1f2"}.fa-wpbeginner:before{content:"\f297"}.fa-confluence:before{content:"\f78d"}.fa-shoelace:before{content:"\e60c"}.fa-mdb:before{content:"\f8ca"}.fa-dochub:before{content:"\f394"}.fa-accessible-icon:before{content:"\f368"}.fa-ebay:before{content:"\f4f4"}.fa-amazon:before{content:"\f270"}.fa-unsplash:before{content:"\e07c"}.fa-yarn:before{content:"\f7e3"}.fa-square-steam:before,.fa-steam-square:before{content:"\f1b7"}.fa-500px:before{content:"\f26e"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"\f194"}.fa-asymmetrik:before{content:"\f372"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-gratipay:before{content:"\f184"}.fa-apple:before{content:"\f179"}.fa-hive:before{content:"\e07f"}.fa-gitkraken:before{content:"\f3a6"}.fa-keybase:before{content:"\f4f5"}.fa-apple-pay:before{content:"\f415"}.fa-padlet:before{content:"\e4a0"}.fa-amazon-pay:before{content:"\f42c"}.fa-github-square:before,.fa-square-github:before{content:"\f092"}.fa-stumbleupon:before{content:"\f1a4"}.fa-fedex:before{content:"\f797"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-shopify:before{content:"\e057"}.fa-neos:before{content:"\f612"}.fa-square-threads:before{content:"\e619"}.fa-hackerrank:before{content:"\f5f7"}.fa-researchgate:before{content:"\f4f8"}.fa-swift:before{content:"\f8e1"}.fa-angular:before{content:"\f420"}.fa-speakap:before{content:"\f3f3"}.fa-angrycreative:before{content:"\f36e"}.fa-y-combinator:before{content:"\f23b"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-google-scholar:before{content:"\e63b"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"\e5ae"}.fa-studiovinari:before{content:"\f3f8"}.fa-pied-piper:before{content:"\f2ae"}.fa-wordpress:before{content:"\f19a"}.fa-product-hunt:before{content:"\f288"}.fa-firefox:before{content:"\f269"}.fa-linode:before{content:"\f2b8"}.fa-goodreads:before{content:"\f3a8"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"\f264"}.fa-jsfiddle:before{content:"\f1cc"}.fa-sith:before{content:"\f512"}.fa-themeisle:before{content:"\f2b2"}.fa-page4:before{content:"\f3d7"}.fa-hashnode:before{content:"\e499"}.fa-react:before{content:"\f41b"}.fa-cc-paypal:before{content:"\f1f4"}.fa-squarespace:before{content:"\f5be"}.fa-cc-stripe:before{content:"\f1f5"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-bitcoin:before{content:"\f379"}.fa-keycdn:before{content:"\f3ba"}.fa-opera:before{content:"\f26a"}.fa-itch-io:before{content:"\f83a"}.fa-umbraco:before{content:"\f8e8"}.fa-galactic-senate:before{content:"\f50d"}.fa-ubuntu:before{content:"\f7df"}.fa-draft2digital:before{content:"\f396"}.fa-stripe:before{content:"\f429"}.fa-houzz:before{content:"\f27c"}.fa-gg:before{content:"\f260"}.fa-dhl:before{content:"\f790"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-xing:before{content:"\f168"}.fa-blackberry:before{content:"\f37b"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-playstation:before{content:"\f3df"}.fa-quinscape:before{content:"\f459"}.fa-less:before{content:"\f41d"}.fa-blogger-b:before{content:"\f37d"}.fa-opencart:before{content:"\f23d"}.fa-vine:before{content:"\f1ca"}.fa-signal-messenger:before{content:"\e663"}.fa-paypal:before{content:"\f1ed"}.fa-gitlab:before{content:"\f296"}.fa-typo3:before{content:"\f42b"}.fa-reddit-alien:before{content:"\f281"}.fa-yahoo:before{content:"\f19e"}.fa-dailymotion:before{content:"\e052"}.fa-affiliatetheme:before{content:"\f36b"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-bootstrap:before{content:"\f836"}.fa-odnoklassniki:before{content:"\f263"}.fa-nfc-symbol:before{content:"\e531"}.fa-mintbit:before{content:"\e62f"}.fa-ethereum:before{content:"\f42e"}.fa-speaker-deck:before{content:"\f83c"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-patreon:before{content:"\f3d9"}.fa-avianex:before{content:"\f374"}.fa-ello:before{content:"\f5f1"}.fa-gofore:before{content:"\f3a7"}.fa-bimobject:before{content:"\f378"}.fa-brave-reverse:before{content:"\e63d"}.fa-facebook-f:before{content:"\f39e"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"\f0d4"}.fa-web-awesome:before{content:"\e682"}.fa-mandalorian:before{content:"\f50f"}.fa-first-order-alt:before{content:"\f50a"}.fa-osi:before{content:"\f41a"}.fa-google-wallet:before{content:"\f1ee"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-periscope:before{content:"\f3da"}.fa-fulcrum:before{content:"\f50b"}.fa-cloudscale:before{content:"\f383"}.fa-forumbee:before{content:"\f211"}.fa-mizuni:before{content:"\f3cc"}.fa-schlix:before{content:"\f3ea"}.fa-square-xing:before,.fa-xing-square:before{content:"\f169"}.fa-bandcamp:before{content:"\f2d5"}.fa-wpforms:before{content:"\f298"}.fa-cloudversify:before{content:"\f385"}.fa-usps:before{content:"\f7e1"}.fa-megaport:before{content:"\f5a3"}.fa-magento:before{content:"\f3c4"}.fa-spotify:before{content:"\f1bc"}.fa-optin-monster:before{content:"\f23c"}.fa-fly:before{content:"\f417"}.fa-aviato:before{content:"\f421"}.fa-itunes:before{content:"\f3b4"}.fa-cuttlefish:before{content:"\f38c"}.fa-blogger:before{content:"\f37c"}.fa-flickr:before{content:"\f16e"}.fa-viber:before{content:"\f409"}.fa-soundcloud:before{content:"\f1be"}.fa-digg:before{content:"\f1a6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-letterboxd:before{content:"\e62d"}.fa-symfony:before{content:"\f83d"}.fa-maxcdn:before{content:"\f136"}.fa-etsy:before{content:"\f2d7"}.fa-facebook-messenger:before{content:"\f39f"}.fa-audible:before{content:"\f373"}.fa-think-peaks:before{content:"\f731"}.fa-bilibili:before{content:"\e3d9"}.fa-erlang:before{content:"\f39d"}.fa-x-twitter:before{content:"\e61b"}.fa-cotton-bureau:before{content:"\f89e"}.fa-dashcube:before{content:"\f210"}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-stack-exchange:before{content:"\f18d"}.fa-elementor:before{content:"\f430"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"\e01e"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-palfed:before{content:"\f3d8"}.fa-superpowers:before{content:"\f2dd"}.fa-resolving:before{content:"\f3e7"}.fa-xbox:before{content:"\f412"}.fa-square-web-awesome-stroke:before{content:"\e684"}.fa-searchengin:before{content:"\f3eb"}.fa-tiktok:before{content:"\e07b"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-renren:before{content:"\f18b"}.fa-linux:before{content:"\f17c"}.fa-glide:before{content:"\f2a5"}.fa-linkedin:before{content:"\f08c"}.fa-hubspot:before{content:"\f3b2"}.fa-deploydog:before{content:"\f38e"}.fa-twitch:before{content:"\f1e8"}.fa-flutter:before{content:"\e694"}.fa-ravelry:before{content:"\f2d9"}.fa-mixer:before{content:"\e056"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"\f203"}.fa-vimeo:before{content:"\f40a"}.fa-mendeley:before{content:"\f7b3"}.fa-uniregistry:before{content:"\f404"}.fa-figma:before{content:"\f799"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-dropbox:before{content:"\f16b"}.fa-instagram:before{content:"\f16d"}.fa-cmplid:before{content:"\e360"}.fa-upwork:before{content:"\e641"}.fa-facebook:before{content:"\f09a"}.fa-gripfire:before{content:"\f3ac"}.fa-jedi-order:before{content:"\f50e"}.fa-uikit:before{content:"\f403"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-phabricator:before{content:"\f3db"}.fa-ussunnah:before{content:"\f407"}.fa-earlybirds:before{content:"\f39a"}.fa-trade-federation:before{content:"\f513"}.fa-autoprefixer:before{content:"\f41c"}.fa-whatsapp:before{content:"\f232"}.fa-square-upwork:before{content:"\e67c"}.fa-slideshare:before{content:"\f1e7"}.fa-google-play:before{content:"\f3ab"}.fa-viadeo:before{content:"\f2a9"}.fa-line:before{content:"\f3c0"}.fa-google-drive:before{content:"\f3aa"}.fa-servicestack:before{content:"\f3ec"}.fa-simplybuilt:before{content:"\f215"}.fa-bitbucket:before{content:"\f171"}.fa-imdb:before{content:"\f2d8"}.fa-deezer:before{content:"\e077"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-jira:before{content:"\f7b1"}.fa-docker:before{content:"\f395"}.fa-screenpal:before{content:"\e570"}.fa-bluetooth:before{content:"\f293"}.fa-gitter:before{content:"\f426"}.fa-d-and-d:before{content:"\f38d"}.fa-microblog:before{content:"\e01a"}.fa-cc-diners-club:before{content:"\f24c"}.fa-gg-circle:before{content:"\f261"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-yandex:before{content:"\f413"}.fa-readme:before{content:"\f4d5"}.fa-html5:before{content:"\f13b"}.fa-sellsy:before{content:"\f213"}.fa-square-web-awesome:before{content:"\e683"}.fa-sass:before{content:"\f41e"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-buromobelexperte:before{content:"\f37f"}.fa-salesforce:before{content:"\f83b"}.fa-octopus-deploy:before{content:"\e082"}.fa-medapps:before{content:"\f3c6"}.fa-ns8:before{content:"\f3d5"}.fa-pinterest-p:before{content:"\f231"}.fa-apper:before{content:"\f371"}.fa-fort-awesome:before{content:"\f286"}.fa-waze:before{content:"\f83f"}.fa-bluesky:before{content:"\e671"}.fa-cc-jcb:before{content:"\f24b"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-rust:before{content:"\e07a"}.fa-wix:before{content:"\f5cf"}.fa-behance-square:before,.fa-square-behance:before{content:"\f1b5"}.fa-supple:before{content:"\f3f9"}.fa-webflow:before{content:"\e65c"}.fa-rebel:before{content:"\f1d0"}.fa-css3:before{content:"\f13c"}.fa-staylinked:before{content:"\f3f5"}.fa-kaggle:before{content:"\f5fa"}.fa-space-awesome:before{content:"\e5ac"}.fa-deviantart:before{content:"\f1bd"}.fa-cpanel:before{content:"\f388"}.fa-goodreads-g:before{content:"\f3a9"}.fa-git-square:before,.fa-square-git:before{content:"\f1d2"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"\f174"}.fa-trello:before{content:"\f181"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-get-pocket:before{content:"\f265"}.fa-perbyte:before{content:"\e083"}.fa-grunt:before{content:"\f3ad"}.fa-weebly:before{content:"\f5cc"}.fa-connectdevelop:before{content:"\f20e"}.fa-leanpub:before{content:"\f212"}.fa-black-tie:before{content:"\f27e"}.fa-themeco:before{content:"\f5c6"}.fa-python:before{content:"\f3e2"}.fa-android:before{content:"\f17b"}.fa-bots:before{content:"\e340"}.fa-free-code-camp:before{content:"\f2c5"}.fa-hornbill:before{content:"\f592"}.fa-js:before{content:"\f3b8"}.fa-ideal:before{content:"\e013"}.fa-git:before{content:"\f1d3"}.fa-dev:before{content:"\f6cc"}.fa-sketch:before{content:"\f7c6"}.fa-yandex-international:before{content:"\f414"}.fa-cc-amex:before{content:"\f1f3"}.fa-uber:before{content:"\f402"}.fa-github:before{content:"\f09b"}.fa-php:before{content:"\f457"}.fa-alipay:before{content:"\f642"}.fa-youtube:before{content:"\f167"}.fa-skyatlas:before{content:"\f216"}.fa-firefox-browser:before{content:"\e007"}.fa-replyd:before{content:"\f3e6"}.fa-suse:before{content:"\f7d6"}.fa-jenkins:before{content:"\f3b6"}.fa-twitter:before{content:"\f099"}.fa-rockrms:before{content:"\f3e9"}.fa-pinterest:before{content:"\f0d2"}.fa-buffer:before{content:"\f837"}.fa-npm:before{content:"\f3d4"}.fa-yammer:before{content:"\f840"}.fa-btc:before{content:"\f15a"}.fa-dribbble:before{content:"\f17d"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-internet-explorer:before{content:"\f26b"}.fa-stubber:before{content:"\e5c7"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-old-republic:before{content:"\f510"}.fa-odysee:before{content:"\e5c6"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"\f40c"}.fa-node-js:before{content:"\f3d3"}.fa-edge-legacy:before{content:"\e078"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-medrt:before{content:"\f3c8"}.fa-usb:before{content:"\f287"}.fa-tumblr:before{content:"\f173"}.fa-vaadin:before{content:"\f408"}.fa-quora:before{content:"\f2c4"}.fa-square-x-twitter:before{content:"\e61a"}.fa-reacteurope:before{content:"\f75d"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-amilia:before{content:"\f36d"}.fa-mixcloud:before{content:"\f289"}.fa-flipboard:before{content:"\f44d"}.fa-viacoin:before{content:"\f237"}.fa-critical-role:before{content:"\f6c9"}.fa-sitrox:before{content:"\e44a"}.fa-discourse:before{content:"\f393"}.fa-joomla:before{content:"\f1aa"}.fa-mastodon:before{content:"\f4f6"}.fa-airbnb:before{content:"\f834"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-buy-n-large:before{content:"\f8a6"}.fa-gulp:before{content:"\f3ae"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-strava:before{content:"\f428"}.fa-ember:before{content:"\f423"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-teamspeak:before{content:"\f4f9"}.fa-pushed:before{content:"\f3e1"}.fa-wordpress-simple:before{content:"\f411"}.fa-nutritionix:before{content:"\f3d6"}.fa-wodu:before{content:"\e088"}.fa-google-pay:before{content:"\e079"}.fa-intercom:before{content:"\f7af"}.fa-zhihu:before{content:"\f63f"}.fa-korvue:before{content:"\f42f"}.fa-pix:before{content:"\e43a"}.fa-steam-symbol:before{content:"\f3f6"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(//www.picprk.com/wp-content/themes/shopire/assets/vendors/fonts/fa-regular-400.woff2) format("woff2"),url(//www.picprk.com/wp-content/themes/shopire/assets/vendors/fonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(//www.picprk.com/wp-content/themes/shopire/assets/vendors/fonts/fa-solid-900.woff2) format("woff2"),url(//www.picprk.com/wp-content/themes/shopire/assets/vendors/fonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(//www.picprk.com/wp-content/themes/shopire/assets/vendors/fonts/fa-brands-400.woff2) format("woff2"),url(//www.picprk.com/wp-content/themes/shopire/assets/vendors/fonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(//www.picprk.com/wp-content/themes/shopire/assets/vendors/fonts/fa-solid-900.woff2) format("woff2"),url(//www.picprk.com/wp-content/themes/shopire/assets/vendors/fonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(//www.picprk.com/wp-content/themes/shopire/assets/vendors/fonts/fa-regular-400.woff2) format("woff2"),url(//www.picprk.com/wp-content/themes/shopire/assets/vendors/fonts/fa-regular-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//www.picprk.com/wp-content/themes/shopire/assets/vendors/fonts/fa-solid-900.woff2) format("woff2"),url(//www.picprk.com/wp-content/themes/shopire/assets/vendors/fonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//www.picprk.com/wp-content/themes/shopire/assets/vendors/fonts/fa-brands-400.woff2) format("woff2"),url(//www.picprk.com/wp-content/themes/shopire/assets/vendors/fonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//www.picprk.com/wp-content/themes/shopire/assets/vendors/fonts/fa-regular-400.woff2) format("woff2"),url(//www.picprk.com/wp-content/themes/shopire/assets/vendors/fonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(//www.picprk.com/wp-content/themes/shopire/assets/vendors/fonts/fa-v4compatibility.woff2) format("woff2"),url(//www.picprk.com/wp-content/themes/shopire/assets/vendors/fonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}
 .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounce {
from,
20%,
53%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
@keyframes bounce {
from,
20%,
53%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
from,
50%,
to {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
@keyframes flash {
from,
50%,
to {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
from,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
from,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.headShake {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-name: headShake;
animation-name: headShake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%,
20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%,
20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
from,
11.1%,
to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
@keyframes jello {
from,
11.1%,
to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes bounceIn {
from,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
from,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInLeft {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInRight {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%,
55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%,
55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -30%, 0);
transform: translate3d(0, -30%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%,
60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%,
80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%,
60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%,
80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
0% {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
0% {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
body.fancybox-active{overflow:hidden}body.fancybox-iosfix{position:fixed;left:0;right:0}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99992;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:0;font-size:13px;padding:0 10px;height:44px;min-width:44px;line-height:44px;color:#ccc;text-align:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased;mix-blend-mode:exclusion}.fancybox-toolbar{top:0;right:0;margin:0;padding:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-is-closing .fancybox-stage{overflow:visible}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:start;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide>base,.fancybox-slide>link,.fancybox-slide>meta,.fancybox-slide>script,.fancybox-slide>style,.fancybox-slide>title{display:none}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font-size:16px;line-height:20px}.fancybox-button{box-sizing:border-box;display:inline-block;vertical-align:top;width:44px;height:44px;margin:0;padding:10px;border:0;border-radius:0;background:rgba(30,30,30,.6);transition:color .3s ease;cursor:pointer;outline:none}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button[disabled]{color:#ccc;cursor:default;opacity:.6}.fancybox-button svg{display:block;position:relative;overflow:visible;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:currentColor;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--share svg path{stroke-width:1}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--zoom svg path{fill:transparent}.fancybox-navigation{display:none}.fancybox-show-nav .fancybox-navigation{display:block}.fancybox-navigation button{position:absolute;top:50%;margin:-50px 0 0;z-index:99997;background:transparent;width:60px;height:100px;padding:17px}.fancybox-navigation button:before{content:"";position:absolute;top:30px;right:10px;width:40px;height:40px;background:rgba(30,30,30,.6)}.fancybox-navigation .fancybox-button--arrow_left{left:0}.fancybox-navigation .fancybox-button--arrow_right{right:0}.fancybox-close-small{position:absolute;top:0;right:0;width:40px;height:40px;padding:0;margin:0;border:0;border-radius:0;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:22px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background-color:transparent;transition:background-color .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus{outline:none}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small{top:0;right:-40px}.fancybox-slide--iframe .fancybox-close-small:after,.fancybox-slide--image .fancybox-close-small:after{font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after,.fancybox-slide--image .fancybox-close-small:hover:after{color:#fff;background:transparent}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 2vw 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all;position:relative}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-slide>.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{padding:30px;border-radius:3px;background:#f4f4f4;max-width:90%;text-align:center}.fancybox-share h1{color:#222;margin:0 0 20px;font-size:35px;font-weight:700}.fancybox-share p{margin:0;padding:0}p.fancybox-share__links{margin-right:-10px}.fancybox-share__button{display:inline-block;text-decoration:none;margin:0 10px 10px 0;padding:0 15px;min-width:130px;border:0;border-radius:3px;background:#fff;white-space:nowrap;font-size:14px;font-weight:700;line-height:40px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff;transition:all .2s}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{position:relative;top:-1px;width:25px;height:25px;margin-right:7px;vertical-align:middle}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{box-sizing:border-box;width:100%;margin:10px 0 0;padding:10px 15px;background:transparent;color:#5d5b5b;font-size:14px;outline:none;border:0;border-bottom:2px solid #d7d7d7}.fancybox-thumbs{display:none;position:absolute;top:0;bottom:0;right:0;width:212px;margin:0;padding:2px 2px 4px;background:#fff;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-thumbs-x{overflow-y:hidden;overflow-x:auto}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0;white-space:nowrap}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{float:left;overflow:hidden;padding:0;margin:2px;width:100px;height:75px;max-width:calc(50% - 4px);max-height:calc(100% - 8px);position:relative;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
right: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
#content {
background-color: #fff;
}
#content[tabindex="-1"]:focus {
outline: 0;
}
.hidden {
visibility: hidden;
width: 0px !important;
height: 0px !important;
margin: 0px !important;
padding: 0px !important;
}
blockquote,
blockquote p {
color: var(--wf-secondary-color);
font-weight: 500;
letter-spacing: 0.5px;
}
blockquote {
border-radius: 2rem;
padding: 4rem 8rem 4rem 4rem;
margin: 4rem 0 4rem;
position: relative;
background: rgba(189, 189, 189, 0.2);
border: 0.1rem solid rgba(189, 189, 189, 0.4);
z-index: 0;
}
blockquote::after {
content: "\f10e";
font-weight: 700;
font-size: 5.2rem;
color: rgba(189, 189, 189, 0.4);
line-height: 1;
font-family: "Font Awesome 6 Free";
position: absolute;
right: 3.3rem;
top: 2.7rem;
z-index: -1;
}
blockquote p {
color: var(--wf-secondary-color);
font-size: 2.4rem;
line-height: 1.3;
font-weight: 700;
margin-bottom: 1.5rem;
}
blockquote cite {
font-size: 1.6rem;
font-weight: 700;
color: var(--wf-secondary-color);
}
blockquote a:not(:hover, :focus) {
text-decoration: none;
}
.single-post .react-order-list {
margin: 0;
list-style: none;
padding: 0;
}
.single-post .react-order-list li {
list-style: none;
position: relative;
padding-left: 2.9rem;
line-height: 1.25;
font-size: 1.8rem;
font-weight: 600;
margin-bottom: 1.5rem;
}
.single-post .react-order-list li:last-child {
margin-bottom: 0;
}
.single-post .react-order-list li:before {
position: absolute;
content: "\f058";
left: 0;
top: 50%;
transform: translate(0, -50%);
text-align: center;
font-family: 'Font Awesome 6 Free';
color: var(--wf-main-color);
font-size: 2.2rem;
font-weight: 900;
line-height: 1;
} .gallery .gallery-icon a {
display: block;
position: relative;
z-index: 1;
}
.gallery .gallery-icon img {
width: 100%;
object-fit: cover;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.gallery .gallery-item:hover .gallery-icon img,
.gallery .gallery-item:focus-within .gallery-icon img {
opacity: 0.8;
}
.gallery {
margin-top: -2.7%;
}
.gallery .gallery-item {
color:#fff;
background-color: var(--wf-secondary-color);
padding: 0;
margin-right: 2.7%;
margin-top: 2.7%;
text-align: center;
float: left;
position:relative;
z-index:0;
}
.gallery .gallery-item > figcaption {
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 100%;
background: rgba(0, 0, 0, 0.6);
margin: 0;
padding: 1rem;
z-index: 1;
}
.gallery-columns-1 .gallery-item {
width: 100%;
}
.gallery-columns-2 .gallery-item {
width: 45%;
}
.gallery-columns-3 .gallery-item {
width: 31.3%;
}
.gallery-columns-4 .gallery-item {
width: 20%;
}
.gallery-columns-5 .gallery-item {
width: 17.7%;
}
.gallery-columns-6 .gallery-item {
width: 13.6%;
}
.gallery-columns-7 .gallery-item {
width: 12.25%;
}
.gallery-columns-8 .gallery-item {
width: 10.5%;
}
.gallery-columns-9 .gallery-item {
width: 9.11%;
}
.gallery-columns-1 .gallery-item:nth-child(1n),
.gallery-columns-2 .gallery-item:nth-child(2n),
.gallery-columns-3 .gallery-item:nth-child(3n),
.gallery-columns-4 .gallery-item:nth-child(4n),
.gallery-columns-5 .gallery-item:nth-child(5n),
.gallery-columns-6 .gallery-item:nth-child(6n),
.gallery-columns-7 .gallery-item:nth-child(7n),
.gallery-columns-8 .gallery-item:nth-child(8n),
.gallery-columns-9 .gallery-item:nth-child(9n) {
margin-right: 0;
}
.gallery dl a {
display: block;
}
.gallery dl a img {
height: auto;
margin: 0 auto;
}
.gallery br+br {
display: none;
} .widget .gallery {
display: flow-root;
margin-top: -2.5%;
}
.widget .gallery .gallery-icon a::after {
position: absolute;
top: 50%;
left: 50%;
content: "\f08e";
font-family: 'fontAwesome';
font-weight: 400;
width: 4rem;
height: 4rem;
line-height: 4rem;
font-size: 2rem;
opacity: 0;
color: #fff;
border-radius: 10rem;
-webkit-transform: translate(-50%, 0%);
transform: translate(-50%, 0%);
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
z-index: 1;
}
.widget .gallery .gallery-icon a:hover::after,
.widget .gallery .gallery-icon a:focus::after {
opacity: 1;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.widget .gallery-item:hover .gallery-icon img,
.widget .gallery-item:focus-within .gallery-icon img {
opacity: 0.2;
} .clear .gallery:after,
.clear .gallery:before,
.clear:before,
.clear:after {
content: "";
display: table;
clear: both;
}
#attachment_907 {
width: 100%;
}
.alignnone {
max-width: 100%;
display: block;
float: none;
margin: 5px 20px 20px 0;
}
.alignleft {
display: inline;
float: left;
margin-right: 3.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 3.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
background-color: #f8f8f8;
border-color: #eee;
border-radius: 3px;
border-style: solid;
border-width: 1px;
max-width: 100%;
padding-left: 4px;
padding-right: 4px;
padding-top: 4px;
text-align: center;
display:inline-block;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
line-height: 1.5em;
margin: 0.75em 0;
}
.wp-caption>img {
max-width: 100%;
}
.wp-caption p.wp-caption-text {
font-size: 14px;
margin: 12px 0;
text-align: center;
font-weight: 400;
font-style: italic;
line-height: 1.5em;
}
.wp-caption .alignnone {
display: block;
margin: 0 auto;
height: auto;
width: 100%;
}
form.post-password-form label,
form.post-password-form input {
display: inline-block;
}
.wp-block-button {
display: inline;
}
.wp-block-button.is-style-squared .wp-block-button__link {
border-radius: inherit;
} body .is-layout-flex {
display: flex;
}
body .is-layout-flex {
flex-wrap: wrap;
align-items: center;
}
:where(.is-layout-flex) {
gap: 0.5em;
}
:where(.wp-block-columns.is-layout-flex) {
gap: 2em;
}
:where(.wp-block-columns.is-layout-flex) {
gap: 2em;
}
.wp-block-social-links.wp-container-1,
.wp-block-social-links.wp-container-2 {
justify-content: center;
}
.wp-block-gallery.wp-block-gallery-6 {
--wp--style--unstable-gallery-gap: var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );
gap: var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );
}
.widget .wp-block-gallery.has-nested-images figure.wp-block-image img {
min-height: 11.4rem;
}
.wf_widget-area .widget .wp-block-social-links.is-style-default:not(.is-style-logos-only) li a:not(:hover, :focus) {
color: #fff;
}:root {
--wp--style--block-gap: 2.6rem;
--wf-main-rgb: 254, 67, 34;
--wf-main-color: rgba(var(--wf-main-rgb));
--wf-secondary-color: #000;
--wf-text-color: #334770;
--wf-gray-color: #fcfbff;
--wf-title-family: "Jost", sans-serif;
--wf-base-family: "Jost", sans-serif;
--wf-gradient: linear-gradient(180deg,
rgba(255, 255, 255, 0.15),
rgba(255, 255, 255, 0));
} ::selection {
color: #fff;
background: var(--wf-main-color);
} ::-webkit-scrollbar {
width: 8px;
height: 2px;
} ::-webkit-scrollbar-track {
background: #f1f1f1;
} ::-webkit-scrollbar-thumb {
background: #888;
} ::-webkit-scrollbar-thumb:hover {
background: var(--wf-main-color);
}
::-webkit-input-placeholder {
color: #463838;
}
:-moz-placeholder {
color: #463838;
}
::-moz-placeholder {
color: #463838;
}
:-ms-input-placeholder {
color: #463838;
}
::-webkit-input-placeholder {
color: #d1d1d1;
opacity: 1;
transition: opacity 0.3s;
}
:-moz-placeholder {
color: #d1d1d1;
opacity: 1;
transition: opacity 0.3s;
}
::-moz-placeholder {
color: #d1d1d1;
opacity: 1;
transition: opacity 0.3s;
}
:-ms-input-placeholder {
color: #d1d1d1;
opacity: 1;
transition: opacity 0.3s;
}
*:focus::-webkit-input-placeholder {
opacity: 0;
}
*:focus:-moz-placeholder {
opacity: 0;
}
*:focus::-moz-placeholder {
opacity: 0;
}
*:focus:-ms-input-placeholder {
opacity: 0;
} *,
*::after,
*::before {
box-sizing: inherit;
-webkit-font-smoothing: antialiased;
word-break: break-word;
word-wrap: break-word;
}
*:not(table *) {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
word-break: break-word;
}
@media (prefers-reduced-motion: no-preference) {
:root {
scroll-behavior: inherit;
}
}
:root {
scroll-behavior: inherit;
}
html {
font-size: 62.5%;
overflow-x: hidden;
box-sizing: border-box;
}
@media (prefers-reduced-motion: reduce) {
html {
scroll-behavior: auto;
}
}
@media (max-width: 75em) {
html {
font-size: 62.5%;
}
}
@media only screen and (min-width: 62em) and (max-width: 77.313em) {
html {
font-size: 58.5936%;
}
}
@media (max-width: 61.95em) {
html {
font-size: 53%;
}
}
@media (max-width: 35.95em) {
html {
font-size: 55%;
}
}
@media (min-width: 120.063em) {
html {
font-size: 75%;
}
}
body {
margin: 0;
font-size: 1.6rem;
font-weight: 400;
line-height: 1.7;
font-family: var(--wf-base-family);
color: var(--wf-text-color);
letter-spacing: 0.01em;
background-color: #fff;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: transparent;
}
body:not(.admin-bar) {
position: relative;
}
.price ins {
text-decoration: none;
}
a {
color: var(--wf-main-color);
text-decoration: underline;
text-underline-offset: 0.3rem;
outline: none;
}
a:hover,
a:active,
a:focus {
color: var(--wf-main-color);
text-decoration-style: solid;
}
video {
max-width: 100%;
}
.clearfix:after,
.clearfix:before {
content: "";
display: block;
clear: both;
}
.wf-btn svg {
display: inline-block;
vertical-align: middle;
}
.wp-block-search__button {
flex-shrink: 0;
}
button[type="submit"],
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wf-btn,
.wf-load-more a,
.button {
font-size: 1.5rem;
font-weight: 600;
padding: 1.1rem 2rem;
line-height: 1.134;
letter-spacing: 0.03rem;
border-width: 0.1rem;
border-style: solid;
border-color: transparent;
border-radius: 10rem;
overflow: hidden;
display: inline-block;
vertical-align: middle;
white-space: nowrap;
text-transform: initial;
font-family: inherit;
text-decoration: none;
position: relative;
z-index: 0;
}
.wf-btn i {
margin-right: 0.4rem;
}
.wf-btn i.fa-arrow-right {
margin-left: 0.4rem;
margin-right: 0;
}
.wf-btn .fa-arrow-right::before {
transform: rotate(-45deg);
display: inline-block;
}
button[type="button"].mfp-close,
button[type="button"].mfp-arrow {
background-color: transparent;
}
.wf-load-more a:hover,
.wf-load-more a:focus,
a.wf-btn:hover,
a.wf-btn:focus,
.contact__body a:hover,
.contact__body a:focus {
text-decoration: none;
}
button[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"],
.wf-load-more a,
.wf-btn-primary {
color: #fff;
background-color: var(--wf-main-color);
border-color: var(--wf-main-color);
}
.wf-btn-border {
border-width: 0.2rem;
}
.wf-btn-primary.wf-btn-border {
color: var(--wf-main-color);
background-color: transparent;
border-color: var(--wf-main-color);
}
.wf-load-more a:hover,
.wf-load-more a:focus,
.wf-btn-primary.wf-btn-border:hover,
.wf-btn-primary.wf-btn-border:focus,
.wf-btn-primary:hover,
.wf-btn-primary:focus {
color: #fff;
background-color: rgba(var(--wf-main-rgb), 0.9);
border-color: rgba(var(--wf-main-rgb), 0.9);
}
button[type="button"].wf-btn-secondary,
button[type="submit"].wf-btn-secondary,
.wf-btn-secondary {
color: #fff;
background-color: var(--wf-secondary-color);
border-color: var(--wf-secondary-color);
}
.wf-btn-secondary.wf-btn-border {
color: var(--wf-secondary-color);
background-color: transparent;
border-color: var(--wf-secondary-color);
}
.wf-btn-secondary.wf-btn-border:hover,
.wf-btn-secondary.wf-btn-border:focus,
.wf-btn-secondary:hover,
.wf-btn-secondary:focus {
color: #fff;
background-color: var(--wf-secondary-color);
border-color: var(--wf-secondary-color);
}
.wf-btn-white {
color: var(--wf-secondary-color);
background-color: #fff;
}
.wf-btn-white.wf-btn-border {
color: #fff;
background-color: transparent;
border-color: #fff;
}
.wf-btn-white.wf-btn-border:hover,
.wf-btn-white.wf-btn-border:focus {
color: var(--wf-main-color);
background-color: #fff;
border-color: #fff;
box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05);
} .btn--effect-one .wf-btn {
will-change: transform;
transition: 0.2s transform ease-in-out;
}
.btn--effect-one .wf-btn:focus,
.btn--effect-one .wf-btn:hover {
color: #fff;
transform: scale(1.02);
will-change: transform;
}
.btn--effect-one .wf-btn::after {
content: "";
display: block;
height: 100%;
width: 100%;
position: absolute;
left: 0;
top: 0;
border-radius: 3rem;
background-color: var(--wf-secondary-color);
transform: translate(-100%, 0) rotate(10deg);
transform-origin: top left;
transition: 0.2s transform ease-out;
will-change: transform;
z-index: -1;
}
.btn--effect-one .wf-btn:focus::after,
.btn--effect-one .wf-btn:hover::after {
transform: translate(0, 0);
} .btn--effect-two .wf-btn {
padding: 1.4rem 1.7rem 1.4rem 1.9rem;
}
.btn--effect-two .wf-btn::before {
content: "";
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
width: 4.4rem;
height: 4.4rem;
background-color: var(--wf-secondary-color);
opacity: 0.15;
border-radius: 10rem;
z-index: -1;
transition: all 0.2s ease-in-out;
}
.btn--effect-two .wf-btn:hover:before,
.btn--effect-two .wf-btn:focus:before {
width: 100%;
}
.btn--effect-two .wf-btn::after {
content: "\f054";
font-family: "Font Awesome 6 Free";
font-weight: 700;
margin-left: 2.6rem;
}
.btn--effect-two .wf-btn-white.wf-btn-border::before {
background-color: #fff;
opacity: 1;
}
.btn--effect-two .wf-btn-white.wf-btn-border::after {
color: var(--wf-secondary-color);
}
.btn--effect-two .wf-btn-white.wf-btn-border:hover::after,
.btn--effect-two .wf-btn-white.wf-btn-border:focus::after {
color: var(--wf-main-color);
} .btn--effect-three .wf-btn::after {
content: "";
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='12' viewBox='0 0 19 12'%3E%3Cpath fill='%23fff' d='M17.752 6.68H1.246C.833 6.68.5 6.374.5 5.997c0-.378.333-.684.746-.684H15.95l-4.527-4.146a.644.644 0 0 1 0-.967.797.797 0 0 1 1.056 0l5.802 5.314a.639.639 0 0 1 .161.745.754.754 0 0 1-.69.42Z'/%3E%3Cpath fill='%23fff' d='M11.942 12a.771.771 0 0 1-.527-.2.644.644 0 0 1 0-.968l5.81-5.32a.797.797 0 0 1 1.056 0c.292.267.292.7 0 .967l-5.81 5.32a.781.781 0 0 1-.529.201Z'/%3E%3C/svg%3E");
width: 1.8rem;
height: 1.2rem;
margin-left: 1.2rem;
display: inline-block;
} .btn--effect-four .wf-btn::before,
.btn--effect-four .wf-btn::after {
content: "";
background-color: var(--wf-secondary-color);
width: 0;
height: 50%;
position: absolute;
-webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
z-index: -1;
}
.btn--effect-four .wf-btn::before {
top: 0;
left: 0;
}
.btn--effect-four .wf-btn::after {
bottom: 0;
right: 0;
}
.btn--effect-four .wf-btn:hover::before,
.btn--effect-four .wf-btn:focus::before,
.btn--effect-four .wf-btn:hover::after,
.btn--effect-four .wf-btn:focus::after {
width: 100%;
} .btn--effect-five .wf-btn::before {
position: absolute;
content: "";
background-color: var(--wf-secondary-color);
width: 120%;
height: 0;
padding-bottom: 120%;
top: -110%;
left: -10%;
border-radius: 50%;
-webkit-transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
z-index: -1;
}
.btn--effect-five .wf-btn:hover::before,
.btn--effect-five .wf-btn:focus::before {
-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.btn--effect-five .wf-btn::after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
background-color: var(--wf-secondary-color);
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
z-index: -1;
}
.btn--effect-five .wf-btn:hover::after,
.btn--effect-five .wf-btn:focus::after {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition-duration: 0.05s;
transition-duration: 0.05s;
-webkit-transition-delay: 0.4s;
transition-delay: 0.4s;
-webkit-transition-timing-function: linear;
transition-timing-function: linear;
} .btn--effect-six .wf-btn span {
display: inline-block;
pointer-events: none;
}
.btn--effect-six .wf-btn span.text-spin {
-webkit-animation: text-spin 0.5s 1;
animation: text-spin 0.5s 1;
} .wf-btn-play-one {
text-decoration: none;
display: inline-flex;
align-items: center;
color: var(--wf-secondary-color);
}
.wf-btn-play-one i {
width: 4.5rem;
height: 4.5rem;
display: flex;
align-items: center;
justify-content: center;
position: relative;
background-color: var(--wf-main-color);
border-radius: 50%;
color: #fff;
font-size: 1.8rem;
margin-right: 1.2rem;
box-shadow: 0 2rem 3rem rgba(0, 0, 0, 0.1);
}
.wf-btn-play-one i:after {
content: "";
position: absolute;
z-index: 0;
left: 0;
top: 0;
display: block;
width: 100%;
height: 100%;
background-color: rgba(var(--wf-main-rgb), 0.4);
border-radius: 50%;
animation: pulse_border_1 1500ms ease-out infinite;
z-index: -1;
border-radius: inherit;
}
.wf-btn-play-one span {
text-decoration: underline;
}
.wf-btn-play-two {
display: inline-flex;
align-items: center;
font-weight: 500;
font-size: 18px;
text-decoration: none;
}
.wf-btn-play-two i {
width: 72px;
height: 72px;
display: flex;
align-items: center;
justify-content: center;
background: var(--wf-main-color);
color: #fff;
border-radius: 50%;
font-size: 24px;
margin-right: 16px;
position: relative;
}
.wf-btn-play-two i::after {
content: "";
position: absolute;
left: 50%;
top: 50%;
width: 100%;
height: 100%;
border: 1px solid currentColor;
border-radius: 50%;
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
animation: pulse_border_2 1500ms ease-out infinite;
}
button[type="submit"]:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.wf-btn:focus {
outline-width: 0.1rem;
outline-offset: -0.3rem;
outline-style: dotted;
}
a,
area,
button,
input,
label,
select,
summary,
textarea {
touch-action: manipulation;
transition: all 0.2s ease-in-out;
}
button,
input,
optgroup,
select,
textarea {
margin: 0;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
img {
display: inline-block;
max-width: 100%;
height: auto;
vertical-align: middle;
border: 0;
transition-delay: 0.1s;
transition-timing-function: ease-in-out;
transition-duration: 0.7s;
transition-property: all;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
margin: 0;
padding: 0;
font-weight: 600;
line-height: 1.25;
font-family: var(--wf-title-family);
color: var(--wf-secondary-color);
word-break: break-word;
}
h1,
.h1 {
font-size: 5.5rem;
}
h2,
.h2 {
font-size: 4.5rem;
}
h3,
.h3 {
font-size: 3rem;
}
h4,
.h4 {
font-size: 2.6rem;
}
h5,
.h5 {
font-size: 2.2rem;
}
h6,
.h6 {
font-size: 1.6rem;
}
em,
cite,
q {
color: var(--wf-main-color);
font-style: italic;
font-weight: bold;
}
code,
kbd,
tt,
var,
samp,
pre {
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
background-color: var(--wf-secondary-color);
color: #fff;
padding: 0.1rem 0.5rem;
border-radius: 0;
font-size: 88%;
}
pre {
display: block;
margin: 0 0 1rem;
font-size: 1.3rem;
word-break: break-all;
word-wrap: break-word;
border: 0.1rem solid #ccc;
border-radius: 0;
overflow: auto;
}
table {
border: 0.1rem solid rgba(189, 189, 189, 0.4);
background-color: #fcfcfc;
border-spacing: 0;
letter-spacing: 0.05rem;
margin: 0 0 2rem;
text-align: start;
table-layout: fixed;
border-collapse: collapse;
}
table th {
border: 0.1rem solid rgba(189, 189, 189, 0.4);
}
table td {
border: 0.1rem solid #e9e9ea;
}
table th,
table td {
padding: 1.5rem;
}
table th {
background: var(--wf-main-color);
color: #fff;
}
table th a:not(button, .button, .wf-btn) {
color: inherit;
text-decoration: none;
}
p {
margin: 0 0 1.1rem;
word-break: break-word;
}
.widget_media_image>.wp-block-image,
figure {
margin: 0;
}
address,
table,
pre {
width: 100%;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
font-weight: 600;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.4rem;
}
sup {
top: -0.8rem;
}
fieldset {
border: 0.1rem solid #e9e9ea;
margin: 2.4rem 0.2rem;
padding: 1rem 2.5rem 2rem;
border-radius: 0;
}
iframe {
max-width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer;
appearance: button;
-moz-appearance: button;
-webkit-appearance: button;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
outline: 0.1rem dotted;
outline-offset: -0.2rem;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
position: relative;
border-radius: 0;
display: block;
line-height: 1.5;
font-size: 1.6rem;
font-weight: 500;
max-height: 4.2rem;
padding: 1.2rem 1.6rem;
vertical-align: middle;
width: 100%;
background-color: #f8f8f8;
border: 0.1rem solid rgba(189, 189, 189, 0.4);
outline: none;
letter-spacing: 0.05rem;
-webkit-box-shadow: none;
box-shadow: none;
transition: all 0.2s ease-in-out;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
border-color: var(--wf-main-color);
background-color: #fff;
}
button[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
color: #fff;
background-color: var(--wf-main-color);
}
[type="search"] {
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
outline-offset: -0.2rem;
}
select {
background-clip: padding-box;
border: 0.1rem solid rgba(189, 189, 189, 0.2);
border-radius: 0;
display: block;
font-size: 92%;
font-weight: 400;
padding: 0.6rem 1.2rem;
position: relative;
text-decoration: none;
white-space: nowrap;
width: 100%;
-webkit-box-shadow: none;
box-shadow: none;
overflow: auto !important;
outline: 0;
background-image: linear-gradient(#242424, #242424),
linear-gradient(#e9e9ea, #e9e9ea);
background-size: 0 0.1rem, 100% 0.1rem;
background-repeat: no-repeat;
background-position: center bottom, center calc(100% - -0.1rem);
background-color: #f8f8f8;
-moz-transition: background 0s ease-out;
-webkit-transition: background 0s ease-out;
-o-transition: background 0s ease-out;
transition: background 0s ease-out;
}
textarea {
height: 13.2rem;
overflow: auto;
resize: vertical;
max-height: 100%;
}
input[type="checkbox"],
input[type="radio"],
form[id*="give-form"] #give-gateway-radio-list>li input[type="radio"],
form[id*="give-form"] #give-gateway-radio-list>li input[type="checkbox"],
div.wpforms-container-full .wpforms-form input[type="radio"],
div.wpforms-container-full .wpforms-form input[type="checkbox"] {
border: 2px solid var(--wf-main-color);
background: #fff;
color: #555;
clear: none;
cursor: pointer;
display: inline-block;
line-height: 0;
height: 20px;
margin: -3px 3px 0 0;
outline: 0;
padding: 0;
text-align: center;
vertical-align: middle;
width: 20px !important;
max-width: 20px;
appearance: none !important;
-moz-appearance: none !important;
-webkit-appearance: none !important;
transition: 0.05s border-color ease-in-out;
}
input[type="radio"] {
border-radius: 50%;
margin-right: 4px;
line-height: 12px;
}
input[type="checkbox"]:checked:before,
input[type="radio"]:checked:before {
display: inline-block;
vertical-align: middle;
speak: none;
line-height: 1.1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transition: all 0.2s ease-in-out;
}
input[type="radio"]:checked:before {
content: "⬤";
text-indent: -9999px;
border-radius: 50px;
font-size: 24px;
width: 8px;
height: 8px;
margin: 4px;
line-height: 20px;
background: var(--wf-main-color);
}
input[type="checkbox"]:checked:before {
content: "✔";
font-weight: 900;
color: var(--wf-main-color);
}  .wf-grid-list dt {
padding: 0.8rem 0 0.8rem 0;
font-weight: 600;
}
.wf-grid-list dd {
margin: 0;
padding: 0.8rem 0 0.8rem 0;
}
@media (min-width: 34.375em) {
.wf-grid-list {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: auto;
}
.wf-grid-list dt {
grid-column-start: 1;
}
.wf-grid-list dd {
grid-column-start: 2;
}
.wf-grid-list dt+dd {}
} .wf-d-none,
div.wf-d-none {
display: none;
}
.wf-d-block,
div.wf-d-block {
display: block;
}
.wf-d-inline,
div.wf-d-inline {
display: inline;
}
.wf-d-inline-block,
div.wf-d-inline-block {
display: inline-block;
}
.wf-container,
.wf-container-fluid {
width: 100%;
padding-right: 1.6rem;
padding-left: 1.6rem;
margin-right: auto;
margin-left: auto;
}
@media (max-width: 35.95em) {
.wf-container,
.wf-container-fluid {
padding-right: 2.4rem;
padding-left: 2.4rem;
}
}
.wf-row {
--wf-gutter-x: 2.4rem;
--wf-gutter-y: 0;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: calc(var(--wf-gutter-y) * -1);
margin-right: calc(var(--wf-gutter-x) / -2);
margin-left: calc(var(--wf-gutter-x) / -2);
}
.wf-row>* {
flex-shrink: 0;
width: 100%;
max-width: 100%;
padding-right: calc(var(--wf-gutter-x) / 2);
padding-left: calc(var(--wf-gutter-x) / 2);
margin-top: var(--wf-gutter-y);
}
.wf-g-0,
.wf-gx-0 {
--wf-gutter-x: 0rem;
}
.wf-g-0,
.wf-gy-0 {
--wf-gutter-y: 0rem;
}
.wf-g-1,
.wf-gx-1 {
--wf-gutter-x: 0.4rem;
}
.wf-g-1,
.wf-gy-1 {
--wf-gutter-y: 0.4rem;
}
.wf-g-2,
.wf-gx-2 {
--wf-gutter-x: 0.8rem;
}
.wf-g-2,
.wf-gy-2 {
--wf-gutter-y: 0.8rem;
}
.wf-g-3,
.wf-gx-3 {
--wf-gutter-x: 1.6rem;
}
.wf-g-3,
.wf-gy-3 {
--wf-gutter-y: 1.6rem;
}
.wf-g-4,
.wf-gx-4 {
--wf-gutter-x: 2.4rem;
}
.wf-g-4,
.wf-gy-4 {
--wf-gutter-y: 2.4rem;
}
.wf-g-5,
.wf-gx-5 {
--wf-gutter-x: 4.8rem;
}
.wf-g-5,
.wf-gy-5 {
--wf-gutter-y: 4.8rem;
}
.wf-col-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.wf-col-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.wf-col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.wf-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.wf-col-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.wf-col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.wf-col-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.wf-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.wf-col-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.wf-col-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.wf-col-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.wf-col-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.wf-m-0 {
margin: 0;
}
.wf-mt-auto {
margin-top: auto;
}
.wf-mr-auto {
margin-right: auto;
}
.wf-mb-auto {
margin-bottom: auto;
}
.wf-ml-auto {
margin-left: auto;
}
.wf-my-auto {
margin-top: auto;
margin-bottom: auto;
}
.wf-mx-auto {
margin-left: auto;
margin-right: auto;
}
.wf-mt-0 {
margin-top: 0;
}
.wf-mt-1 {
margin-top: 0.4rem;
}
.wf-mt-2 {
margin-top: 0.8rem;
}
.wf-mt-3 {
margin-top: 1.6rem;
}
.wf-mt-4 {
margin-top: 2.4rem;
}
.wf-mt-5 {
margin-top: 3.2rem;
}
.wf-mt-6 {
margin-top: 4.8rem;
}
.wf-mr-0 {
margin-right: 0;
}
.wf-mr-1 {
margin-right: 0.4rem;
}
.wf-mr-2 {
margin-right: 0.8rem;
}
.wf-mr-3 {
margin-right: 1.6rem;
}
.wf-mr-4 {
margin-right: 2.4rem;
}
.wf-mr-5 {
margin-right: 3.2rem;
}
.wf-mr-6 {
margin-right: 4.8rem;
}
.wf-mb-0 {
margin-bottom: 0;
}
.wf-mb-1 {
margin-bottom: 0.4rem;
}
.wf-mb-2 {
margin-bottom: 0.8rem;
}
.wf-mb-3 {
margin-bottom: 1.6rem;
}
.wf-mb-4 {
margin-bottom: 2.4rem;
}
.wf-mb-5 {
margin-bottom: 3.2rem;
}
.wf-mb-6 {
margin-bottom: 4.5rem;
}
.wf-ml-0 {
margin-left: 0;
}
.wf-ml-1 {
margin-left: 0.4rem;
}
.wf-ml-2 {
margin-left: 0.8rem;
}
.wf-ml-3 {
margin-left: 1.6rem;
}
.wf-ml-4 {
margin-left: 2.4rem;
}
.wf-ml-5 {
margin-left: 3.2rem;
}
.wf-ml-6 {
margin-left: 4.8rem;
}
.wf-my-0 {
margin-top: 0;
margin-bottom: 0;
}
.wf-my-1 {
margin-top: 0.4rem;
margin-bottom: 0.4rem;
}
.wf-my-2 {
margin-top: 0.8rem;
margin-bottom: 0.8rem;
}
.wf-my-3 {
margin-top: 1.6rem;
margin-bottom: 1.6rem;
}
.wf-my-4 {
margin-top: 2.4rem;
margin-bottom: 2.4rem;
}
.wf-my-5 {
margin-top: 3.2rem;
margin-bottom: 3.2rem;
}
.wf-my-6 {
margin-top: 4.8rem;
margin-bottom: 4.8rem;
}
.wf-mx-0 {
margin-left: 0;
margin-right: 0;
}
.wf-mx-1 {
margin-left: 0.4rem;
margin-right: 0.4rem;
}
.wf-mx-2 {
margin-left: 0.8rem;
margin-right: 0.8rem;
}
.wf-mx-3 {
margin-left: 1.6rem;
margin-right: 1.6rem;
}
.wf-mx-4 {
margin-left: 2.4rem;
margin-right: 2.4rem;
}
.wf-mx-5 {
margin-left: 3.2rem;
margin-right: 3.2rem;
}
.wf-mx-6 {
margin-left: 4.8rem;
margin-right: 4.8rem;
}
.wf-pt-0 {
padding-top: 0;
}
.wf-pt-1 {
padding-top: 0.4rem;
}
.wf-pt-2 {
padding-top: 0.8rem;
}
.wf-pt-3 {
padding-top: 1.6rem;
}
.wf-pt-4 {
padding-top: 2.4rem;
}
.wf-pt-5 {
padding-top: 3.2rem;
}
.wf-pt-6 {
padding-top: 4.8rem;
}
.wf-pr-0 {
padding-right: 0;
}
.wf-pr-1 {
padding-right: 0.4rem;
}
.wf-pr-2 {
padding-right: 0.8rem;
}
.wf-pr-3 {
padding-right: 1.6rem;
}
.wf-pr-4 {
padding-right: 2.4rem;
}
.wf-pr-5 {
padding-right: 3.2rem;
}
.wf-pr-6 {
padding-right: 4.8rem;
}
.wf-pb-0 {
padding-bottom: 0;
}
.wf-pb-1 {
padding-bottom: 0.4rem;
}
.wf-pb-2 {
padding-bottom: 0.8rem;
}
.wf-pb-3 {
padding-bottom: 1.6rem;
}
.wf-pb-4 {
padding-bottom: 2.4rem;
}
.wf-pb-5 {
padding-bottom: 3.2rem;
}
.wf-pb-6 {
padding-bottom: 4.8rem;
}
.wf-pl-0 {
padding-left: 0;
}
.wf-pl-1 {
padding-left: 0.4rem;
}
.wf-pl-2 {
padding-left: 0.8rem;
}
.wf-pl-3 {
padding-left: 1.6rem;
}
.wf-pl-4 {
padding-left: 2.4rem;
}
.wf-pl-5 {
padding-left: 3.2rem;
}
.wf-pl-6 {
padding-left: 4.8rem;
}
.wf-p-0 {
padding: 0;
}
.wf-py-0 {
padding-top: 0;
padding-bottom: 0;
}
.wf-py-1 {
padding-top: 0.4rem;
padding-bottom: 0.4rem;
}
.wf-py-2 {
padding-top: 0.8rem;
padding-bottom: 0.8rem;
}
.wf-py-3 {
padding-top: 1.6rem;
padding-bottom: 1.6rem;
}
.wf-py-4 {
padding-top: 2.4rem;
padding-bottom: 2.4rem;
}
.wf-py-5 {
padding-top: 3.2rem;
padding-bottom: 3.2rem;
}
.wf-py-6 {
padding-top: 4.8rem;
padding-bottom: 4.8rem;
}
.wf-px-0 {
padding-left: 0;
padding-right: 0;
}
.wf-px-1 {
padding-left: 0.4rem;
padding-right: 0.4rem;
}
.wf-px-2 {
padding-left: 0.8rem;
padding-right: 0.8rem;
}
.wf-px-3 {
padding-left: 1.6rem;
padding-right: 1.6rem;
}
.wf-px-4 {
padding-left: 2.4rem;
padding-right: 2.4rem;
}
.wf-px-5 {
padding-left: 3.2rem;
padding-right: 3.2rem;
}
.wf-px-6 {
padding-left: 4.8rem;
padding-right: 4.8rem;
}
.wf-text-left {
text-align: start;
}
.wf-text-right {
text-align: end;
}
.wf-text-center {
text-align: center;
}
.wf-flex-10 {
-ms-flex: 1 1 10%;
flex: 1 1 10%;
}
.wf-flex-15 {
-ms-flex: 1 1 15%;
flex: 1 1 15%;
}
.wf-flex-20 {
-ms-flex: 1 1 20%;
flex: 1 1 20%;
}
.wf-flex-25 {
-ms-flex: 1 1 25%;
flex: 1 1 25%;
}
.wf-flex-30 {
-ms-flex: 1 1 30%;
flex: 1 1 30%;
}
.wf-flex-35 {
-ms-flex: 1 1 35%;
flex: 1 1 35%;
}
.wf-flex-40 {
-ms-flex: 1 1 40%;
flex: 1 1 40%;
}
.wf-flex-45 {
-ms-flex: 1 1 45%;
flex: 1 1 45%;
}
.wf-flex-50 {
-ms-flex: 1 1 50%;
flex: 1 1 50%;
}
.wf-flex-55 {
-ms-flex: 1 1 55%;
flex: 1 1 55%;
}
.wf-flex-60 {
-ms-flex: 1 1 60%;
flex: 1 1 60%;
}
.wf-flex-65 {
-ms-flex: 1 1 65%;
flex: 1 1 65%;
}
.wf-flex-70 {
-ms-flex: 1 1 70%;
flex: 1 1 70%;
}
.wf-flex-75 {
-ms-flex: 1 1 75%;
flex: 1 1 75%;
}
.wf-flex-80 {
-ms-flex: 1 1 80%;
flex: 1 1 80%;
}
.wf-flex-85 {
-ms-flex: 1 1 85%;
flex: 1 1 85%;
}
.wf-flex-90 {
-ms-flex: 1 1 90%;
flex: 1 1 90%;
}
.wf-flex-95 {
-ms-flex: 1 1 95%;
flex: 1 1 95%;
}
.wf-flex-100 {
-ms-flex: 1 1 100%;
flex: 1 1 100%;
}
.wf-flex-auto {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.wf-float-right {
float: right;
}
.wf-float-left {
float: left;
}
.wf-float-none {
float: none;
}
.wf-order-1 {
order: 1;
}
.wf-order-2 {
order: 2;
}
.wf-order-3 {
order: 3;
}
.wf-order-4 {
order: 4;
}
.wf-order-5 {
order: 5;
}
.wf-order-6 {
order: 6;
}
.wf-order-7 {
order: 7;
}
.wf-order-8 {
order: 8;
}
.wf-order-9 {
order: 9;
}
.wf-order-10 {
order: 10;
}
.wf-order-11 {
order: 11;
}
.wf-order-12 {
order: 12;
} .wf-masonry {
width: 100%;
-webkit-column-gap: 2.4rem;
-moz-column-gap: 2.4rem;
column-gap: 2.4rem;
-moz-column-gap: 2.4rem;
-webkit-column-gap: 2.4rem;
column-gap: 2.4rem;
}
.wf-masonry-4 {
-webkit-column-count: 4;
-moz-column-count: 4;
column-count: 4;
}
.wf-masonry-3 {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
}
.wf-masonry-2 {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
}
@media (max-width: 47.95em) {
.wf-masonry[class*="wf-masonry-"] {
-moz-column-count: 1;
-webkit-column-count: 1;
column-count: 1;
}
}
@media only screen and (min-width: 62em) and (max-width: 64em) {
.wf-masonry[class*="wf-masonry-"] {
-moz-column-count: 3;
-webkit-column-count: 3;
column-count: 3;
}
}
@media only screen and (min-width: 48em) and (max-width: 61.95em) {
.wf-masonry[class*="wf-masonry-"] {
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
}
}  @media (min-width: 36em) {
.wf-container,
.wf-container-sm {
max-width: 76rem; }
.wf-g-sm-0,
.wf-gx-sm-0 {
--wf-gutter-x: 0rem;
}
.wf-g-sm-0,
.wf-gy-sm-0 {
--wf-gutter-y: 0rem;
}
.wf-g-sm-1,
.wf-gx-sm-1 {
--wf-gutter-x: 0.4rem;
}
.wf-g-sm-1,
.wf-gy-sm-1 {
--wf-gutter-y: 0.4rem;
}
.wf-g-sm-2,
.wf-gx-sm-2 {
--wf-gutter-x: 0.8rem;
}
.wf-g-sm-2,
.wf-gy-sm-2 {
--wf-gutter-y: 0.8rem;
}
.wf-g-sm-3,
.wf-gx-sm-3 {
--wf-gutter-x: 1.6rem;
}
.wf-g-sm-3,
.wf-gy-sm-3 {
--wf-gutter-y: 1.6rem;
}
.wf-g-sm-4,
.wf-gx-sm-4 {
--wf-gutter-x: 2.4rem;
}
.wf-g-sm-4,
.wf-gy-sm-4 {
--wf-gutter-y: 2.4rem;
}
.wf-g-sm-5,
.wf-gx-sm-5 {
--wf-gutter-x: 4.8rem;
}
.wf-g-sm-5,
.wf-gy-sm-5 {
--wf-gutter-y: 4.8rem;
}
.wf-col-sm {
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.wf-col-sm-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
max-width: 100%;
width: auto;
}
.wf-col-sm-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.wf-col-sm-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.wf-col-sm-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.wf-col-sm-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.wf-col-sm-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.wf-col-sm-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.wf-col-sm-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.wf-col-sm-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.wf-col-sm-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.wf-col-sm-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.wf-col-sm-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.wf-col-sm-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.wf-d-sm-none,
div.wf-d-sm-none {
display: none;
}
.wf-d-sm-block,
div.wf-d-sm-block {
display: block;
}
.wf-d-sm-inline,
div.wf-d-sm-inline {
display: inline;
}
.wf-d-sm-inline-block,
div.wf-d-sm-inline-block {
display: inline-block;
}
.wf-text-sm-left {
text-align: start;
}
.wf-text-sm-right {
text-align: end;
}
.wf-text-sm-center {
text-align: center;
}
.wf-mt-sm-auto {
margin-top: auto;
}
.wf-mr-sm-auto {
margin-right: auto;
}
.wf-mb-sm-auto {
margin-bottom: auto;
}
.wf-ml-sm-auto {
margin-left: auto;
}
.wf-my-sm-auto {
margin-top: auto;
margin-bottom: auto;
}
.wf-mx-sm-auto {
margin-left: auto;
margin-right: auto;
}
.wf-m-sm-0 {
margin: 0;
}
.wf-mt-sm-0 {
margin-top: 0;
}
.wf-mt-sm-1 {
margin-top: 0.4rem;
}
.wf-mt-sm-2 {
margin-top: 0.8rem;
}
.wf-mt-sm-3 {
margin-top: 1.6rem;
}
.wf-mt-sm-4 {
margin-top: 2.4rem;
}
.wf-mt-sm-5 {
margin-top: 3.2rem;
}
.wf-mt-sm-6 {
margin-top: 4.8rem;
}
.wf-mr-sm-0 {
margin-right: 0;
}
.wf-mr-sm-1 {
margin-right: 0.4rem;
}
.wf-mr-sm-2 {
margin-right: 0.8rem;
}
.wf-mr-sm-3 {
margin-right: 1.6rem;
}
.wf-mr-sm-4 {
margin-right: 2.4rem;
}
.wf-mr-sm-5 {
margin-right: 3.2rem;
}
.wf-mr-sm-6 {
margin-right: 4.8rem;
}
.wf-mb-sm-0 {
margin-bottom: 0;
}
.wf-mb-sm-1 {
margin-bottom: 0.4rem;
}
.wf-mb-sm-2 {
margin-bottom: 0.8rem;
}
.wf-mb-sm-3 {
margin-bottom: 1.6rem;
}
.wf-mb-sm-4 {
margin-bottom: 2.4rem;
}
.wf-mb-sm-5 {
margin-bottom: 3.2rem;
}
.wf-mb-sm-6 {
margin-bottom: 4.8rem;
}
.wf-ml-sm-0 {
margin-left: 0;
}
.wf-ml-sm-1 {
margin-left: 0.4rem;
}
.wf-ml-sm-2 {
margin-left: 0.8rem;
}
.wf-ml-sm-3 {
margin-left: 1.6rem;
}
.wf-ml-sm-4 {
margin-left: 2.4rem;
}
.wf-ml-sm-5 {
margin-left: 3.2rem;
}
.wf-ml-sm-6 {
margin-left: 4.8rem;
}
.wf-my-sm-0 {
margin-top: 0;
margin-bottom: 0;
}
.wf-my-sm-1 {
margin-top: 0.4rem;
margin-bottom: 0.4rem;
}
.wf-my-sm-2 {
margin-top: 0.8rem;
margin-bottom: 0.8rem;
}
.wf-my-sm-3 {
margin-top: 1.6rem;
margin-bottom: 1.6rem;
}
.wf-my-sm-4 {
margin-top: 2.4rem;
margin-bottom: 2.4rem;
}
.wf-my-sm-5 {
margin-top: 3.2rem;
margin-bottom: 3.2rem;
}
.wf-my-sm-6 {
margin-top: 4.8rem;
margin-bottom: 4.8rem;
}
.wf-mx-sm-0 {
margin-left: 0;
margin-right: 0;
}
.wf-mx-sm-1 {
margin-left: 0.4rem;
margin-right: 0.4rem;
}
.wf-mx-sm-2 {
margin-left: 0.8rem;
margin-right: 0.8rem;
}
.wf-mx-sm-3 {
margin-left: 1.6rem;
margin-right: 1.6rem;
}
.wf-mx-sm-4 {
margin-left: 2.4rem;
margin-right: 2.4rem;
}
.wf-mx-sm-5 {
margin-left: 3.2rem;
margin-right: 3.2rem;
}
.wf-mx-sm-6 {
margin-left: 4.8rem;
margin-right: 4.8rem;
}
.wf-p-sm-0 {
padding: 0;
}
.wf-pt-sm-0 {
padding-top: 0;
}
.wf-pt-sm-1 {
padding-top: 0.4rem;
}
.wf-pt-sm-2 {
padding-top: 0.8rem;
}
.wf-pt-sm-3 {
padding-top: 1.6rem;
}
.wf-pt-sm-4 {
padding-top: 2.4rem;
}
.wf-pt-sm-5 {
padding-top: 3.2rem;
}
.wf-pt-sm-6 {
padding-top: 4.8rem;
}
.wf-pr-sm-0 {
padding-right: 0;
}
.wf-pr-sm-1 {
padding-right: 0.4rem;
}
.wf-pr-sm-2 {
padding-right: 0.8rem;
}
.wf-pr-sm-3 {
padding-right: 1.6rem;
}
.wf-pr-sm-4 {
padding-right: 2.4rem;
}
.wf-pr-sm-5 {
padding-right: 3.2rem;
}
.wf-pr-sm-6 {
padding-right: 4.8rem;
}
.wf-pb-sm-0 {
padding-bottom: 0;
}
.wf-pb-sm-1 {
padding-bottom: 0.4rem;
}
.wf-pb-sm-2 {
padding-bottom: 0.8rem;
}
.wf-pb-sm-3 {
padding-bottom: 1.6rem;
}
.wf-pb-sm-4 {
padding-bottom: 2.4rem;
}
.wf-pb-sm-5 {
padding-bottom: 3.2rem;
}
.wf-pb-sm-6 {
padding-bottom: 4.8rem;
}
.wf-pl-sm-0 {
padding-left: 0;
}
.wf-pl-sm-1 {
padding-left: 0.4rem;
}
.wf-pl-sm-2 {
padding-left: 0.8rem;
}
.wf-pl-sm-3 {
padding-left: 1.6rem;
}
.wf-pl-sm-4 {
padding-left: 2.4rem;
}
.wf-pl-sm-5 {
padding-left: 3.2rem;
}
.wf-pl-sm-6 {
padding-left: 4.8rem;
}
.wf-py-sm-0 {
padding-top: 0;
padding-bottom: 0;
}
.wf-py-sm-1 {
padding-top: 0.4rem;
padding-bottom: 0.4rem;
}
.wf-py-sm-2 {
padding-top: 0.8rem;
padding-bottom: 0.8rem;
}
.wf-py-sm-3 {
padding-top: 1.6rem;
padding-bottom: 1.6rem;
}
.wf-py-sm-4 {
padding-top: 2.4rem;
padding-bottom: 2.4rem;
}
.wf-py-sm-5 {
padding-top: 3.2rem;
padding-bottom: 3.2rem;
}
.wf-py-sm-6 {
padding-top: 4.8rem;
padding-bottom: 4.8rem;
}
.wf-px-sm-0 {
padding-left: 0;
padding-right: 0;
}
.wf-px-sm-1 {
padding-left: 0.4rem;
padding-right: 0.4rem;
}
.wf-px-sm-2 {
padding-left: 0.8rem;
padding-right: 0.8rem;
}
.wf-px-sm-3 {
padding-left: 1.6rem;
padding-right: 1.6rem;
}
.wf-px-sm-4 {
padding-left: 2.4rem;
padding-right: 2.4rem;
}
.wf-px-sm-5 {
padding-left: 3.2rem;
padding-right: 3.2rem;
}
.wf-px-sm-6 {
padding-left: 4.8rem;
padding-right: 4.8rem;
}
.wf-float-sm-right {
float: right;
}
.wf-float-sm-left {
float: left;
}
.wf-float-sm-none {
float: none;
}
.wf-order-sm-1 {
order: 1;
}
.wf-order-sm-2 {
order: 2;
}
.wf-order-sm-3 {
order: 3;
}
.wf-order-sm-4 {
order: 4;
}
.wf-order-sm-5 {
order: 5;
}
.wf-order-sm-6 {
order: 6;
}
.wf-order-sm-7 {
order: 7;
}
.wf-order-sm-8 {
order: 8;
}
.wf-order-sm-9 {
order: 9;
}
.wf-order-sm-10 {
order: 10;
}
.wf-order-sm-11 {
order: 11;
}
.wf-order-sm-12 {
order: 12;
}
}  @media (min-width: 48em) {
.wf-container,
.wf-container-md,
.wf-container-sm {
max-width: 84.907rem; }
.wf-g-md-0,
.wf-gx-md-0 {
--wf-gutter-x: 0rem;
}
.wf-g-md-0,
.wf-gy-md-0 {
--wf-gutter-y: 0rem;
}
.wf-g-md-1,
.wf-gx-md-1 {
--wf-gutter-x: 0.4rem;
}
.wf-g-md-1,
.wf-gy-md-1 {
--wf-gutter-y: 0.4rem;
}
.wf-g-md-2,
.wf-gx-md-2 {
--wf-gutter-x: 0.8rem;
}
.wf-g-md-2,
.wf-gy-md-2 {
--wf-gutter-y: 0.8rem;
}
.wf-g-md-3,
.wf-gx-md-3 {
--wf-gutter-x: 1.6rem;
}
.wf-g-md-3,
.wf-gy-md-3 {
--wf-gutter-y: 1.6rem;
}
.wf-g-md-4,
.wf-gx-md-4 {
--wf-gutter-x: 2.4rem;
}
.wf-g-md-4,
.wf-gy-md-4 {
--wf-gutter-y: 2.4rem;
}
.wf-g-md-5,
.wf-gx-md-5 {
--wf-gutter-x: 4.8rem;
}
.wf-g-md-5,
.wf-gy-md-5 {
--wf-gutter-y: 4.8rem;
}
.wf-col-md {
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.wf-col-md-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
max-width: 100%;
width: auto;
}
.wf-col-md-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.wf-col-md-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.wf-col-md-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.wf-col-md-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.wf-col-md-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.wf-col-md-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.wf-col-md-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.wf-col-md-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.wf-col-md-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.wf-col-md-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.wf-col-md-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.wf-col-md-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.wf-d-md-none,
div.wf-d-md-none {
display: none;
}
.wf-d-md-block,
div.wf-d-md-block {
display: block;
}
.wf-d-md-inline,
div.wf-d-md-inline {
display: inline;
}
.wf-d-md-inline-block,
div.wf-d-md-inline-block {
display: inline-block;
}
.wf-text-md-left {
text-align: start;
}
.wf-text-md-right {
text-align: end;
}
.wf-text-md-center {
text-align: center;
}
.wf-mt-md-auto {
margin-top: auto;
}
.wf-mr-md-auto {
margin-right: auto;
}
.wf-mb-md-auto {
margin-bottom: auto;
}
.wf-ml-md-auto {
margin-left: auto;
}
.wf-my-md-auto {
margin-top: auto;
margin-bottom: auto;
}
.wf-mx-md-auto {
margin-left: auto;
margin-right: auto;
}
.wf-m-md-0 {
margin: 0;
}
.wf-mt-md-0 {
margin-top: 0;
}
.wf-mt-md-1 {
margin-top: 0.4rem;
}
.wf-mt-md-2 {
margin-top: 0.8rem;
}
.wf-mt-md-3 {
margin-top: 1.6rem;
}
.wf-mt-md-4 {
margin-top: 2.4rem;
}
.wf-mt-md-5 {
margin-top: 3.2rem;
}
.wf-mt-md-6 {
margin-top: 4.8rem;
}
.wf-mr-md-0 {
margin-right: 0;
}
.wf-mr-md-1 {
margin-right: 0.4rem;
}
.wf-mr-md-2 {
margin-right: 0.8rem;
}
.wf-mr-md-3 {
margin-right: 1.6rem;
}
.wf-mr-md-4 {
margin-right: 2.4rem;
}
.wf-mr-md-5 {
margin-right: 3.2rem;
}
.wf-mr-md-6 {
margin-right: 4.8rem;
}
.wf-mb-md-0 {
margin-bottom: 0;
}
.wf-mb-md-1 {
margin-bottom: 0.4rem;
}
.wf-mb-md-2 {
margin-bottom: 0.8rem;
}
.wf-mb-md-3 {
margin-bottom: 1.6rem;
}
.wf-mb-md-4 {
margin-bottom: 2.4rem;
}
.wf-mb-md-5 {
margin-bottom: 3.2rem;
}
.wf-mb-md-6 {
margin-bottom: 4.8rem;
}
.wf-ml-md-0 {
margin-left: 0;
}
.wf-ml-md-1 {
margin-left: 0.4rem;
}
.wf-ml-md-2 {
margin-left: 0.8rem;
}
.wf-ml-md-3 {
margin-left: 1.6rem;
}
.wf-ml-md-4 {
margin-left: 2.4rem;
}
.wf-ml-md-5 {
margin-left: 3.2rem;
}
.wf-ml-md-6 {
margin-left: 4.8rem;
}
.wf-my-md-0 {
margin-top: 0;
margin-bottom: 0;
}
.wf-my-md-1 {
margin-top: 0.4rem;
margin-bottom: 0.4rem;
}
.wf-my-md-2 {
margin-top: 0.8rem;
margin-bottom: 0.8rem;
}
.wf-my-md-3 {
margin-top: 1.6rem;
margin-bottom: 1.6rem;
}
.wf-my-md-4 {
margin-top: 2.4rem;
margin-bottom: 2.4rem;
}
.wf-my-md-5 {
margin-top: 3.2rem;
margin-bottom: 3.2rem;
}
.wf-my-md-6 {
margin-top: 4.8rem;
margin-bottom: 4.8rem;
}
.wf-mx-md-0 {
margin-left: 0;
margin-right: 0;
}
.wf-mx-md-1 {
margin-left: 0.4rem;
margin-right: 0.4rem;
}
.wf-mx-md-2 {
margin-left: 0.8rem;
margin-right: 0.8rem;
}
.wf-mx-md-3 {
margin-left: 1.6rem;
margin-right: 1.6rem;
}
.wf-mx-md-4 {
margin-left: 2.4rem;
margin-right: 2.4rem;
}
.wf-mx-md-5 {
margin-left: 3.2rem;
margin-right: 3.2rem;
}
.wf-mx-md-6 {
margin-left: 4.8rem;
margin-right: 4.8rem;
}
.wf-p-md-0 {
padding: 0;
}
.wf-pt-md-0 {
padding-top: 0;
}
.wf-pt-md-1 {
padding-top: 0.4rem;
}
.wf-pt-md-2 {
padding-top: 0.8rem;
}
.wf-pt-md-3 {
padding-top: 1.6rem;
}
.wf-pt-md-4 {
padding-top: 2.4rem;
}
.wf-pt-md-5 {
padding-top: 3.2rem;
}
.wf-pt-md-6 {
padding-top: 4.8rem;
}
.wf-pr-md-0 {
padding-right: 0;
}
.wf-pr-md-1 {
padding-right: 0.4rem;
}
.wf-pr-md-2 {
padding-right: 0.8rem;
}
.wf-pr-md-3 {
padding-right: 1.6rem;
}
.wf-pr-md-4 {
padding-right: 2.4rem;
}
.wf-pr-md-5 {
padding-right: 3.2rem;
}
.wf-pr-md-6 {
padding-right: 4.8rem;
}
.wf-pb-md-0 {
padding-bottom: 0;
}
.wf-pb-md-1 {
padding-bottom: 0.4rem;
}
.wf-pb-md-2 {
padding-bottom: 0.8rem;
}
.wf-pb-md-3 {
padding-bottom: 1.6rem;
}
.wf-pb-md-4 {
padding-bottom: 2.4rem;
}
.wf-pb-md-5 {
padding-bottom: 3.2rem;
}
.wf-pb-md-6 {
padding-bottom: 4.8rem;
}
.wf-pl-md-0 {
padding-left: 0;
}
.wf-pl-md-1 {
padding-left: 0.4rem;
}
.wf-pl-md-2 {
padding-left: 0.8rem;
}
.wf-pl-md-3 {
padding-left: 1.6rem;
}
.wf-pl-md-4 {
padding-left: 2.4rem;
}
.wf-pl-md-5 {
padding-left: 3.2rem;
}
.wf-pl-md-6 {
padding-left: 4.8rem;
}
.wf-py-md-0 {
padding-top: 0;
padding-bottom: 0;
}
.wf-py-md-1 {
padding-top: 0.4rem;
padding-bottom: 0.4rem;
}
.wf-py-md-2 {
padding-top: 0.8rem;
padding-bottom: 0.8rem;
}
.wf-py-md-3 {
padding-top: 1.6rem;
padding-bottom: 1.6rem;
}
.wf-py-md-4 {
padding-top: 2.4rem;
padding-bottom: 2.4rem;
}
.wf-py-md-5 {
padding-top: 3.2rem;
padding-bottom: 3.2rem;
}
.wf-py-md-6 {
padding-top: 4.8rem;
padding-bottom: 4.8rem;
}
.wf-px-md-0 {
padding-left: 0;
padding-right: 0;
}
.wf-px-md-1 {
padding-left: 0.4rem;
padding-right: 0.4rem;
}
.wf-px-md-2 {
padding-left: 0.8rem;
padding-right: 0.8rem;
}
.wf-px-md-3 {
padding-left: 1.6rem;
padding-right: 1.6rem;
}
.wf-px-md-4 {
padding-left: 2.4rem;
padding-right: 2.4rem;
}
.wf-px-md-5 {
padding-left: 3.2rem;
padding-right: 3.2rem;
}
.wf-px-md-6 {
padding-left: 4.8rem;
padding-right: 4.8rem;
}
.wf-float-md-right {
float: right;
}
.wf-float-md-left {
float: left;
}
.wf-float-md-none {
float: none;
}
.wf-order-md-1 {
order: 1;
}
.wf-order-md-2 {
order: 2;
}
.wf-order-md-3 {
order: 3;
}
.wf-order-md-4 {
order: 4;
}
.wf-order-md-5 {
order: 5;
}
.wf-order-md-6 {
order: 6;
}
.wf-order-md-7 {
order: 7;
}
.wf-order-md-8 {
order: 8;
}
.wf-order-md-9 {
order: 9;
}
.wf-order-md-10 {
order: 10;
}
.wf-order-md-11 {
order: 11;
}
.wf-order-md-12 {
order: 12;
}
}  @media (min-width: 62em) {
.wf-container,
.wf-container-lg,
.wf-container-md,
.wf-container-sm {
max-width: 106.668rem; }
.wf-g-lg-0,
.wf-gx-lg-0 {
--wf-gutter-x: 0rem;
}
.wf-g-lg-0,
.wf-gy-lg-0 {
--wf-gutter-y: 0rem;
}
.wf-g-lg-1,
.wf-gx-lg-1 {
--wf-gutter-x: 0.4rem;
}
.wf-g-lg-1,
.wf-gy-lg-1 {
--wf-gutter-y: 0.4rem;
}
.wf-g-lg-2,
.wf-gx-lg-2 {
--wf-gutter-x: 0.8rem;
}
.wf-g-lg-2,
.wf-gy-lg-2 {
--wf-gutter-y: 0.8rem;
}
.wf-g-lg-3,
.wf-gx-lg-3 {
--wf-gutter-x: 1.6rem;
}
.wf-g-lg-3,
.wf-gy-lg-3 {
--wf-gutter-y: 1.6rem;
}
.wf-g-lg-4,
.wf-gx-lg-4 {
--wf-gutter-x: 2.4rem;
}
.wf-g-lg-4,
.wf-gy-lg-4 {
--wf-gutter-y: 2.4rem;
}
.wf-g-lg-5,
.wf-gx-lg-5 {
--wf-gutter-x: 4.8rem;
}
.wf-g-lg-5,
.wf-gy-lg-5 {
--wf-gutter-y: 4.8rem;
}
.wf-col-lg {
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.wf-col-lg-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
max-width: 100%;
width: auto;
}
.wf-col-lg-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.wf-col-lg-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.wf-col-lg-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.wf-col-lg-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.wf-col-lg-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.wf-col-lg-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.wf-col-lg-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.wf-col-lg-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.wf-col-lg-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.wf-col-lg-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.wf-col-lg-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.wf-col-lg-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.wf-d-lg-none,
div.wf-d-lg-none {
display: none;
}
.wf-d-lg-block,
div.wf-d-lg-block {
display: block;
}
.wf-d-lg-inline,
div.wf-d-lg-inline {
display: inline;
}
.wf-d-lg-inline-block,
div.wf-d-lg-inline-block {
display: inline-block;
}
.wf-text-lg-left {
text-align: start;
}
.wf-text-lg-right {
text-align: end;
}
.wf-text-lg-center {
text-align: center;
}
.wf-mt-lg-auto {
margin-top: auto;
}
.wf-mr-lg-auto {
margin-right: auto;
}
.wf-mb-lg-auto {
margin-bottom: auto;
}
.wf-ml-lg-auto {
margin-left: auto;
}
.wf-my-lg-auto {
margin-top: auto;
margin-bottom: auto;
}
.wf-mx-lg-auto {
margin-left: auto;
margin-right: auto;
}
.wf-m-lg-0 {
margin: 0;
}
.wf-mt-lg-0 {
margin-top: 0;
}
.wf-mt-lg-1 {
margin-top: 0.4rem;
}
.wf-mt-lg-2 {
margin-top: 0.8rem;
}
.wf-mt-lg-3 {
margin-top: 1.6rem;
}
.wf-mt-lg-4 {
margin-top: 2.4rem;
}
.wf-mt-lg-5 {
margin-top: 3.2rem;
}
.wf-mt-lg-6 {
margin-top: 4.8rem;
}
.wf-mr-lg-0 {
margin-right: 0;
}
.wf-mr-lg-1 {
margin-right: 0.4rem;
}
.wf-mr-lg-2 {
margin-right: 0.8rem;
}
.wf-mr-lg-3 {
margin-right: 1.6rem;
}
.wf-mr-lg-4 {
margin-right: 2.4rem;
}
.wf-mr-lg-5 {
margin-right: 3.2rem;
}
.wf-mr-lg-6 {
margin-right: 4.8rem;
}
.wf-mb-lg-0 {
margin-bottom: 0;
}
.wf-mb-lg-1 {
margin-bottom: 0.4rem;
}
.wf-mb-lg-2 {
margin-bottom: 0.8rem;
}
.wf-mb-lg-3 {
margin-bottom: 1.6rem;
}
.wf-mb-lg-4 {
margin-bottom: 2.4rem;
}
.wf-mb-lg-5 {
margin-bottom: 3.2rem;
}
.wf-mb-lg-6 {
margin-bottom: 4.8rem;
}
.wf-ml-lg-0 {
margin-left: 0;
}
.wf-ml-lg-1 {
margin-left: 0.4rem;
}
.wf-ml-lg-2 {
margin-left: 0.8rem;
}
.wf-ml-lg-3 {
margin-left: 1.6rem;
}
.wf-ml-lg-4 {
margin-left: 2.4rem;
}
.wf-ml-lg-5 {
margin-left: 3.2rem;
}
.wf-ml-lg-6 {
margin-left: 4.8rem;
}
.wf-my-lg-0 {
margin-top: 0;
margin-bottom: 0;
}
.wf-my-lg-1 {
margin-top: 0.4rem;
margin-bottom: 0.4rem;
}
.wf-my-lg-2 {
margin-top: 0.8rem;
margin-bottom: 0.8rem;
}
.wf-my-lg-3 {
margin-top: 1.6rem;
margin-bottom: 1.6rem;
}
.wf-my-lg-4 {
margin-top: 2.4rem;
margin-bottom: 2.4rem;
}
.wf-my-lg-5 {
margin-top: 3.2rem;
margin-bottom: 3.2rem;
}
.wf-my-lg-6 {
margin-top: 4.8rem;
margin-bottom: 4.8rem;
}
.wf-mx-lg-0 {
margin-left: 0;
margin-right: 0;
}
.wf-mx-lg-1 {
margin-left: 0.4rem;
margin-right: 0.4rem;
}
.wf-mx-lg-2 {
margin-left: 0.8rem;
margin-right: 0.8rem;
}
.wf-mx-lg-3 {
margin-left: 1.6rem;
margin-right: 1.6rem;
}
.wf-mx-lg-4 {
margin-left: 2.4rem;
margin-right: 2.4rem;
}
.wf-mx-lg-5 {
margin-left: 3.2rem;
margin-right: 3.2rem;
}
.wf-mx-lg-6 {
margin-left: 4.8rem;
margin-right: 4.8rem;
}
.wf-p-lg-0 {
padding: 0;
}
.wf-pt-lg-0 {
padding-top: 0;
}
.wf-pt-lg-1 {
padding-top: 0.4rem;
}
.wf-pt-lg-2 {
padding-top: 0.8rem;
}
.wf-pt-lg-3 {
padding-top: 1.6rem;
}
.wf-pt-lg-4 {
padding-top: 2.4rem;
}
.wf-pt-lg-5 {
padding-top: 3.2rem;
}
.wf-pt-lg-6 {
padding-top: 4.8rem;
}
.wf-pr-lg-0 {
padding-right: 0;
}
.wf-pr-lg-1 {
padding-right: 0.4rem;
}
.wf-pr-lg-2 {
padding-right: 0.8rem;
}
.wf-pr-lg-3 {
padding-right: 1.6rem;
}
.wf-pr-lg-4 {
padding-right: 2.4rem;
}
.wf-pr-lg-5 {
padding-right: 3.2rem;
}
.wf-pr-lg-6 {
padding-right: 4.8rem;
}
.wf-pb-lg-0 {
padding-bottom: 0;
}
.wf-pb-lg-1 {
padding-bottom: 0.4rem;
}
.wf-pb-lg-2 {
padding-bottom: 0.8rem;
}
.wf-pb-lg-3 {
padding-bottom: 1.6rem;
}
.wf-pb-lg-4 {
padding-bottom: 2.4rem;
}
.wf-pb-lg-5 {
padding-bottom: 3.2rem;
}
.wf-pb-lg-6 {
padding-bottom: 4.8rem;
}
.wf-pl-lg-0 {
padding-left: 0;
}
.wf-pl-lg-1 {
padding-left: 0.4rem;
}
.wf-pl-lg-2 {
padding-left: 0.8rem;
}
.wf-pl-lg-3 {
padding-left: 1.6rem;
}
.wf-pl-lg-4 {
padding-left: 2.4rem;
}
.wf-pl-lg-5 {
padding-left: 3.2rem;
}
.wf-pl-lg-6 {
padding-left: 4.8rem;
}
.wf-py-lg-0 {
padding-top: 0;
padding-bottom: 0;
}
.wf-py-lg-1 {
padding-top: 0.4rem;
padding-bottom: 0.4rem;
}
.wf-py-lg-2 {
padding-top: 0.8rem;
padding-bottom: 0.8rem;
}
.wf-py-lg-3 {
padding-top: 1.6rem;
padding-bottom: 1.6rem;
}
.wf-py-lg-4 {
padding-top: 2.4rem;
padding-bottom: 2.4rem;
}
.wf-py-lg-5 {
padding-top: 3.2rem;
padding-bottom: 3.2rem;
}
.wf-py-lg-6 {
padding-top: 4.8rem;
padding-bottom: 4.8rem;
}
.wf-px-lg-0 {
padding-left: 0;
padding-right: 0;
}
.wf-px-lg-1 {
padding-left: 0.4rem;
padding-right: 0.4rem;
}
.wf-px-lg-2 {
padding-left: 0.8rem;
padding-right: 0.8rem;
}
.wf-px-lg-3 {
padding-left: 1.6rem;
padding-right: 1.6rem;
}
.wf-px-lg-4 {
padding-left: 2.4rem;
padding-right: 2.4rem;
}
.wf-px-lg-5 {
padding-left: 3.2rem;
padding-right: 3.2rem;
}
.wf-px-lg-6 {
padding-left: 4.8rem;
padding-right: 4.8rem;
}
.wf-float-lg-right {
float: right;
}
.wf-float-lg-left {
float: left;
}
.wf-float-lg-none {
float: none;
}
.wf-order-lg-1 {
order: 1;
}
.wf-order-lg-2 {
order: 2;
}
.wf-order-lg-3 {
order: 3;
}
.wf-order-lg-4 {
order: 4;
}
.wf-order-lg-5 {
order: 5;
}
.wf-order-lg-6 {
order: 6;
}
.wf-order-lg-7 {
order: 7;
}
.wf-order-lg-8 {
order: 8;
}
.wf-order-lg-9 {
order: 9;
}
.wf-order-lg-10 {
order: 10;
}
.wf-order-lg-11 {
order: 11;
}
.wf-order-lg-12 {
order: 12;
}
}  @media (min-width: 75em) {
.wf-container,
.wf-container-lg,
.wf-container-md,
.wf-container-sm,
.wf-container-xl {
max-width: 127.2rem; }
.wf-g-xl-0,
.wf-gx-xl-0 {
--wf-gutter-x: 0rem;
}
.wf-g-xl-0,
.wf-gy-xl-0 {
--wf-gutter-y: 0rem;
}
.wf-g-xl-1,
.wf-gx-xl-1 {
--wf-gutter-x: 0.4rem;
}
.wf-g-xl-1,
.wf-gy-xl-1 {
--wf-gutter-y: 0.4rem;
}
.wf-g-xl-2,
.wf-gx-xl-2 {
--wf-gutter-x: 0.8rem;
}
.wf-g-xl-2,
.wf-gy-xl-2 {
--wf-gutter-y: 0.8rem;
}
.wf-g-xl-3,
.wf-gx-xl-3 {
--wf-gutter-x: 1.6rem;
}
.wf-g-xl-3,
.wf-gy-xl-3 {
--wf-gutter-y: 1.6rem;
}
.wf-g-xl-4,
.wf-gx-xl-4 {
--wf-gutter-x: 2.4rem;
}
.wf-g-xl-4,
.wf-gy-xl-4 {
--wf-gutter-y: 2.4rem;
}
.wf-g-xl-5,
.wf-gx-xl-5 {
--wf-gutter-x: 4.8rem;
}
.wf-g-xl-5,
.wf-gy-xl-5 {
--wf-gutter-y: 4.8rem;
}
.wf-col-xl {
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.wf-col-xl-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
max-width: 100%;
width: auto;
}
.wf-col-xl-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.wf-col-xl-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.wf-col-xl-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.wf-col-xl-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.wf-col-xl-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.wf-col-xl-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.wf-col-xl-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.wf-col-xl-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.wf-col-xl-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.wf-col-xl-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.wf-col-xl-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.wf-col-xl-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.wf-d-xl-none,
div.wf-d-xl-none {
display: none;
}
.wf-d-xl-block,
div.wf-d-xl-block {
display: block;
}
.wf-d-xl-inline,
div.wf-d-xl-inline {
display: inline;
}
.wf-d-xl-inline-block,
div.wf-d-xl-inline-block {
display: inline-block;
}
.wf-text-xl-left {
text-align: start;
}
.wf-text-xl-right {
text-align: end;
}
.wf-text-xl-center {
text-align: center;
}
.wf-mt-xl-auto {
margin-top: auto;
}
.wf-mr-xl-auto {
margin-right: auto;
}
.wf-mb-xl-auto {
margin-bottom: auto;
}
.wf-ml-xl-auto {
margin-left: auto;
}
.wf-my-xl-auto {
margin-top: auto;
margin-bottom: auto;
}
.wf-mx-xl-auto {
margin-left: auto;
margin-right: auto;
}
.wf-m-xl-0 {
margin: 0;
}
.wf-mt-xl-0 {
margin-top: 0;
}
.wf-mt-xl-1 {
margin-top: 0.4rem;
}
.wf-mt-xl-2 {
margin-top: 0.8rem;
}
.wf-mt-xl-3 {
margin-top: 1.6rem;
}
.wf-mt-xl-4 {
margin-top: 2.4rem;
}
.wf-mt-xl-5 {
margin-top: 3.2rem;
}
.wf-mt-xl-6 {
margin-top: 4.8rem;
}
.wf-mr-xl-0 {
margin-right: 0;
}
.wf-mr-xl-1 {
margin-right: 0.4rem;
}
.wf-mr-xl-2 {
margin-right: 0.8rem;
}
.wf-mr-xl-3 {
margin-right: 1.6rem;
}
.wf-mr-xl-4 {
margin-right: 2.4rem;
}
.wf-mr-xl-5 {
margin-right: 3.2rem;
}
.wf-mr-xl-6 {
margin-right: 4.8rem;
}
.wf-mb-xl-0 {
margin-bottom: 0;
}
.wf-mb-xl-1 {
margin-bottom: 0.4rem;
}
.wf-mb-xl-2 {
margin-bottom: 0.8rem;
}
.wf-mb-xl-3 {
margin-bottom: 1.6rem;
}
.wf-mb-xl-4 {
margin-bottom: 2.4rem;
}
.wf-mb-xl-5 {
margin-bottom: 3.2rem;
}
.wf-mb-xl-6 {
margin-bottom: 4.8rem;
}
.wf-ml-xl-0 {
margin-left: 0;
}
.wf-ml-xl-1 {
margin-left: 0.4rem;
}
.wf-ml-xl-2 {
margin-left: 0.8rem;
}
.wf-ml-xl-3 {
margin-left: 1.6rem;
}
.wf-ml-xl-4 {
margin-left: 2.4rem;
}
.wf-ml-xl-5 {
margin-left: 3.2rem;
}
.wf-ml-xl-6 {
margin-left: 4.8rem;
}
.wf-my-xl-0 {
margin-top: 0;
margin-bottom: 0;
}
.wf-my-xl-1 {
margin-top: 0.4rem;
margin-bottom: 0.4rem;
}
.wf-my-xl-2 {
margin-top: 0.8rem;
margin-bottom: 0.8rem;
}
.wf-my-xl-3 {
margin-top: 1.6rem;
margin-bottom: 1.6rem;
}
.wf-my-xl-4 {
margin-top: 2.4rem;
margin-bottom: 2.4rem;
}
.wf-my-xl-5 {
margin-top: 3.2rem;
margin-bottom: 3.2rem;
}
.wf-my-xl-6 {
margin-top: 4.8rem;
margin-bottom: 4.8rem;
}
.wf-mx-xl-0 {
margin-left: 0;
margin-right: 0;
}
.wf-mx-xl-1 {
margin-left: 0.4rem;
margin-right: 0.4rem;
}
.wf-mx-xl-2 {
margin-left: 0.8rem;
margin-right: 0.8rem;
}
.wf-mx-xl-3 {
margin-left: 1.6rem;
margin-right: 1.6rem;
}
.wf-mx-xl-4 {
margin-left: 2.4rem;
margin-right: 2.4rem;
}
.wf-mx-xl-5 {
margin-left: 3.2rem;
margin-right: 3.2rem;
}
.wf-mx-xl-6 {
margin-left: 4.8rem;
margin-right: 4.8rem;
}
.wf-p-xl-0 {
padding: 0;
}
.wf-pt-xl-0 {
padding-top: 0;
}
.wf-pt-xl-1 {
padding-top: 0.4rem;
}
.wf-pt-xl-2 {
padding-top: 0.8rem;
}
.wf-pt-xl-3 {
padding-top: 1.6rem;
}
.wf-pt-xl-4 {
padding-top: 2.4rem;
}
.wf-pt-xl-5 {
padding-top: 3.2rem;
}
.wf-pt-xl-6 {
padding-top: 4.8rem;
}
.wf-pr-xl-0 {
padding-right: 0;
}
.wf-pr-xl-1 {
padding-right: 0.4rem;
}
.wf-pr-xl-2 {
padding-right: 0.8rem;
}
.wf-pr-xl-3 {
padding-right: 1.6rem;
}
.wf-pr-xl-4 {
padding-right: 2.4rem;
}
.wf-pr-xl-5 {
padding-right: 3.2rem;
}
.wf-pr-xl-6 {
padding-right: 4.8rem;
}
.wf-pb-xl-0 {
padding-bottom: 0;
}
.wf-pb-xl-1 {
padding-bottom: 0.4rem;
}
.wf-pb-xl-2 {
padding-bottom: 0.8rem;
}
.wf-pb-xl-3 {
padding-bottom: 1.6rem;
}
.wf-pb-xl-4 {
padding-bottom: 2.4rem;
}
.wf-pb-xl-5 {
padding-bottom: 3.2rem;
}
.wf-pb-xl-6 {
padding-bottom: 4.8rem;
}
.wf-pl-xl-0 {
padding-left: 0;
}
.wf-pl-xl-1 {
padding-left: 0.4rem;
}
.wf-pl-xl-2 {
padding-left: 0.8rem;
}
.wf-pl-xl-3 {
padding-left: 1.6rem;
}
.wf-pl-xl-4 {
padding-left: 2.4rem;
}
.wf-pl-xl-5 {
padding-left: 3.2rem;
}
.wf-pl-xl-6 {
padding-left: 4.8rem;
}
.wf-py-xl-0 {
padding-top: 0;
padding-bottom: 0;
}
.wf-py-xl-1 {
padding-top: 0.4rem;
padding-bottom: 0.4rem;
}
.wf-py-xl-2 {
padding-top: 0.8rem;
padding-bottom: 0.8rem;
}
.wf-py-xl-3 {
padding-top: 1.6rem;
padding-bottom: 1.6rem;
}
.wf-py-xl-4 {
padding-top: 2.4rem;
padding-bottom: 2.4rem;
}
.wf-py-xl-5 {
padding-top: 3.2rem;
padding-bottom: 3.2rem;
}
.wf-py-xl-6 {
padding-top: 4.8rem;
padding-bottom: 4.8rem;
}
.wf-px-xl-0 {
padding-left: 0;
padding-right: 0;
}
.wf-px-xl-1 {
padding-left: 0.4rem;
padding-right: 0.4rem;
}
.wf-px-xl-2 {
padding-left: 0.8rem;
padding-right: 0.8rem;
}
.wf-px-xl-3 {
padding-left: 1.6rem;
padding-right: 1.6rem;
}
.wf-px-xl-4 {
padding-left: 2.4rem;
padding-right: 2.4rem;
}
.wf-px-xl-5 {
padding-left: 3.2rem;
padding-right: 3.2rem;
}
.wf-px-xl-6 {
padding-left: 4.8rem;
padding-right: 4.8rem;
}
.wf-float-xl-right {
float: right;
}
.wf-float-xl-left {
float: left;
}
.wf-float-xl-none {
float: none;
}
.wf-order-xl-1 {
order: 1;
}
.wf-order-xl-2 {
order: 2;
}
.wf-order-xl-3 {
order: 3;
}
.wf-order-xl-4 {
order: 4;
}
.wf-order-xl-5 {
order: 5;
}
.wf-order-xl-6 {
order: 6;
}
.wf-order-xl-7 {
order: 7;
}
.wf-order-xl-8 {
order: 8;
}
.wf-order-xl-9 {
order: 9;
}
.wf-order-xl-10 {
order: 10;
}
.wf-order-xl-11 {
order: 11;
}
.wf-order-xl-12 {
order: 12;
}
}  @media (min-width: 87.5em) {
.wf-container,
.wf-container-lg,
.wf-container-md,
.wf-container-sm,
.wf-container-xl,
.wf-container-xxl {
max-width: 144rem;
}
}  .font-normal {
font-weight: 400;
}
.font-bold {
font-weight: bold;
}
.font-bolder {
font-weight: bolder;
}
.lead {
font-size: 1.8rem;
line-height: 1.8;
} .wf_tabs .tabs {
padding: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
justify-content: center;
text-align: center;
margin: 0 0 4rem;
}
.wf_tabs .tabs .wf-btn-tab {
display: inline-block;
border: none;
font-weight: 500;
text-decoration: none;
color: var(--wf-secondary-color);
}
.wf_tabs.tab_style1 .tabs {
align-items: center;
border: 0.2rem solid rgba(189, 189, 189, 0.4);
max-width: max-content;
margin: auto;
border-radius: 10rem;
background-color: #fff;
box-shadow: 0 0.9rem 1.8rem rgba(24, 16, 16, 0.05);
margin-bottom: 1.6rem;
}
.wf_tabs.tab_style1 .tabs .wf-btn-tab {
background: 0 0;
border-radius: 10rem;
padding: 0.921rem 2.8rem;
}
.wf_tabs.tab_style1 .tabs .wf-btn-tab.active {
background-color: var(--wf-main-color);
border-color: var(--wf-main-color);
color: #fff;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.tab-content>.tab-pane {
display: none;
}
.tab-content>.active {
display: block;
}
.tab-content>.tab-pane>.wf-row {
animation: slide_down 2.5s ease-out;
justify-content: center;
}
.fade:not(.show) {
opacity: 0;
}
.fade {
transition: opacity 0.15s linear;
}
.wf-my-default {
margin-top: 6rem;
margin-bottom: 6rem;
}
.wf-mt-default {
margin-top: 6rem;
}
.wf-mb-default {
margin-bottom: 6rem;
}
.wf-p-default {
padding: 6rem;
}
.wf-py-default {
padding-top: 6px;
padding-bottom: 6px;
}
.wf-pt-default {
padding-top: 6rem;
}
.wf-pb-default {
padding-bottom: 6rem;
}
.off--layer {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACZSURBVHgBzZbbDYAgDEVbJ3BTRjCO4KZuUDXwY0TpO/bLKPccaSCARFQAYEbEFQKq8esD1VrAuS7mjf14ESEZfvCUsAd4SMQDPbIamfoHJUFzyzkAs4QDcpN8Ad0lPXCYpCMTSyb4W6W0LmUxpCzvlA0rAahlmqA4Y2kFO2vuNySdrkOWp+SVGSHpyApSu+CdF8gNAqpNYD8AOPsAu4AYqtUAAAAASUVORK5CYII=),
pointer;
background-color: #000000;
opacity: 0.5;
z-index: 0;
transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
-webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.overlay--enabled {
overflow: hidden;
}
.align-items-center {
align-items: center;
}
.align-items-end {
align-items: end;
}
.justify-content-center {
justify-content: center;
}
.list_none {
list-style: none;
margin: 0 0 -2rem;
padding: 0;
}
.list_none li {
margin-bottom: 2rem;
}
.list_none li i {
font-size: 135%;
vertical-align: middle;
}
.list_none li span {
display: inline-block;
vertical-align: top;
}
.list_none li a {
text-decoration: none;
}
.text-primary {
color: var(--wf-main-color);
}
.text-white {
color: #fff;
}
.text-secondary {
color: var(--wf-secondary-color);
}
.bg-primary {
background-color: var(--wf-main-color);
}
.bg-secondary {
background-color: var(--wf-secondary-color);
}
.bg-gray {
background-color: rgba(14, 25, 30, 0.03);
}  .accordion {
overflow: hidden;
-webkit-box-shadow: 0 0.1rem 3rem 0 rgba(0, 0, 0, 0.08);
box-shadow: 0 0.1rem 3rem 0 rgba(0, 0, 0, 0.08);
}
.accordion+.accordion {
margin-top: 1.8rem;
}
.accordion__title {
color: var(--wf-secondary-color);
background-color: #fff;
cursor: pointer;
margin: 0;
padding: 1.8rem 5rem 1.8rem 2rem;
font-size: 1.7rem;
line-height: 1.2;
position: relative;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.accordion__icon {
position: absolute;
top: 50%;
right: 2rem;
font-size: 3rem;
display: block;
width: 2.8rem;
height: 2.8rem;
pointer-events: none;
transform: translateY(-50%);
-webkit-transition: transform 0.3s cubic-bezier(0.4, 0.87, 0.31, 1);
transition: transform 0.3s cubic-bezier(0.4, 0.87, 0.31, 1);
}
.accordion--open>.accordion__title .accordion__icon {
margin-top: -2px;
}
.accordion__icon::after,
.accordion__icon::before {
content: "";
margin-top: -0.5rem;
position: absolute;
top: 50%;
width: 0.2rem;
height: 1.2rem;
background-color: var(--wf-secondary-color);
-webkit-transition: transform 0.3s cubic-bezier(0.4, 0.87, 0.31, 1);
transition: transform 0.3s cubic-bezier(0.4, 0.87, 0.31, 1);
}
.accordion__icon::before {
left: 0.9rem;
transform: rotate(-45deg);
}
.accordion--open>.accordion__title .accordion__icon::before {
transform: rotate(45deg);
}
.accordion__icon::after {
right: 0.9rem;
transform: rotate(45deg);
}
.accordion--open>.accordion__title .accordion__icon::after {
transform: rotate(-45deg);
}
.accordion--open>.accordion__title .accordion__icon::before,
.accordion--open>.accordion__title .accordion__icon::after {
background-color: #fff;
}
.accordion__content {
display: none;
}
.card-body p:last-child {
margin-bottom: 0;
} .accordion__content {
color: var(--wf-secondary-color);
border-top: 0.1rem solid #e4e7ee;
background-color: #fff;
padding: 2.4rem 2.2rem;
}
.accordion__content p {
margin: 0;
}
.accordion__content p+p {
margin-top: 1.6rem;
}
.accordion--open>.accordion__title {
background-color: var(--wf-main-color);
color: #fff;
}
.accordion--open>.accordion__title .line-01,
.accordion--open>.accordion__title .line-02 {
background-color: #fff;
}
.accordion--nested .accordion__title {
padding: 1.6rem;
font-size: 1.4rem;
}
.accordion--nested .accordion__content {
padding: 2.4rem 1.6rem 1.6rem;
} .wf_accordion--one {
background: var(--wf-secondary-color);
position: relative;
padding: 10rem 0;
overflow: hidden;
background-position: left center;
background-repeat: no-repeat;
}
.wf_accordion--one .accordion_img {
display: none;
}
@media (min-width: 62em) {
.wf_accordion--one .accordion_img {
position: absolute;
width: 50%;
height: 100%;
top: 0;
right: 0;
display: block;
}
}
.wf_accordion--one .accordion_img img {
width: 100%;
object-fit: cover;
height: 100%;
} .owl-theme.owl-carousel .owl-dots.disabled,
.owl-theme.owl-carousel .owl-nav.disabled {
display: none !important;
}
.owl-theme.owl-carousel:not(.slider) .owl-nav {
display: flex;
align-items: center;
justify-content: center;
margin-top: 2rem;
}
@media (min-width: 62em) {
.owl-theme.owl-carousel:not(.slider) .owl-nav {
margin-top: 3rem;
}
}
.owl-theme.owl-carousel:not(.slider) .owl-nav [class*="owl-"] {
margin: 0;
width: 4.5rem;
height: 4.5rem;
font-size: 2rem;
outline: none;
background: var(--wf-secondary-color);
color: #fff;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.1);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
border-radius: 50%;
}
.owl-theme.owl-carousel:not(.slider) .owl-nav [class*="owl-"]+[class*="owl-"] {
margin-left: 1rem;
}
.owl-theme.owl-carousel:not(.slider) .owl-nav [class*="owl-"]:hover {
background-color: var(--wf-main-color);
color: #fff;
} .owl-theme.owl-carousel .owl-dots {
display: flex;
align-items: center;
justify-content: center;
}
.owl-theme.owl-carousel .owl-dots .owl-dot {
outline: none;
margin: 0.4rem;
}
.owl-theme.owl-carousel .owl-dots .owl-dot span {
width: 1.3rem;
height: 1.3rem;
display: block;
background-color: transparent;
border: 0.3rem solid var(--wf-secondary-color);
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
}
.owl-theme.owl-carousel .owl-dots .owl-dot:hover span,
.owl-theme.owl-carousel .owl-dots .owl-dot.active span {
border-color: var(--wf-main-color);
background-color: var(--wf-main-color);
} .wf_preloader {
cursor: default;
height: 100vh;
position: fixed;
left: 0;
top: 0;
bottom: 0;
right: 0;
width: 100%;
z-index: 9999999;
}
.wf_preloader-close.site--close {
position: fixed;
z-index: 99;
background-color: var(--wf-main-color);
}
.wf_preloader-close.site--close:before,
.wf_preloader-close.site--close:after {
background-color: #fff;
}
.wf_preloader .wf_preloader-animation {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
transform: translate(-50%, -50%);
z-index: 1000;
}
.wf_preloader.loaded .wf_preloader-animation {
opacity: 0;
transition: 0.3s ease-out;
}
.wf_preloader .wf_preloader-animation .wf_preloader-spinner {
animation: floating--rotate 1s infinite linear;
border-radius: 50%;
height: 14.4rem;
width: 14.4rem;
margin: 0 auto 4.5rem auto;
border: 0.3rem solid rgba(0, 0, 0, 0.2);
border-top-color: var(--wf-main-color);
}
.wf_preloader .wf_preloader-animation .wf_preloader-text {
font: bold 5.5rem var(--wf-title-family);
text-align: center;
-webkit-user-select: none;
user-select: none;
}
.wf_preloader .wf_preloader-animation .wf_preloader-text .splitted {
color: var(--wf-main-color);
position: relative;
}
.wf_preloader .wf_preloader-animation .wf_preloader-text .splitted:nth-child(2):before {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
.wf_preloader .wf_preloader-animation .wf_preloader-text .splitted:nth-child(3):before {
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
.wf_preloader .wf_preloader-animation .wf_preloader-text .splitted:nth-child(4):before {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
.wf_preloader .wf_preloader-animation .wf_preloader-text .splitted:nth-child(5):before {
-webkit-animation-delay: 0.8s;
animation-delay: 0.8s;
}
.wf_preloader .wf_preloader-animation .wf_preloader-text .splitted:nth-child(6):before {
-webkit-animation-delay: 1s;
animation-delay: 1s;
}
.wf_preloader .wf_preloader-animation .wf_preloader-text .splitted:nth-child(7):before {
-webkit-animation-delay: 1.2s;
animation-delay: 1.2s;
}
.wf_preloader .wf_preloader-animation .wf_preloader-text .splitted:nth-child(8):before {
-webkit-animation-delay: 1.4s;
animation-delay: 1.4s;
}
.wf_preloader .wf_preloader-animation .wf_preloader-text .splitted::before {
animation: letters_loading 4s infinite;
color: var(--wf-secondary-color);
content: attr(data-char);
position: absolute;
top: -0.3rem;
left: 0;
opacity: 0;
-webkit-transform: rotateY(-90deg);
transform: rotateY(-90deg);
}
.wf_preloader p {
font-size: 15px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 8px;
text-align: center;
color: var(--wf-main-color);
}
.wf_preloader .loader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
font-size: 0;
z-index: 1;
pointer-events: none;
}
.wf_preloader .loader .wf-row {
height: 100%;
}
.wf_preloader .loader .loader-section {
padding: 0px;
}
.wf_preloader .loader .loader-section .bg {
background-color: #fff;
height: 100%;
left: 0;
width: 100%;
transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.wf_preloader.loaded .animation-preloader {
opacity: 0;
transition: 0.3s ease-out;
}
.wf_preloader.loaded .loader-section .bg {
width: 0;
transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}
@media (max-width: 767px) {
.wf_preloader .wf_preloader-animation .wf_preloader-spinner {
height: 12rem;
width: 12rem;
margin: 0 auto 1.5rem auto;
}
.wf_preloader .wf_preloader-animation .wf_preloader-text {
font-size: 4rem;
}
}  @keyframes letters_loading {
0%,
75%,
100% {
opacity: 0;
-webkit-transform: rotateY(-90deg);
transform: rotateY(-90deg);
}
25%,
50% {
opacity: 1;
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
}
@keyframes pulse_border_1 {
0% {
transform: scale(1);
opacity: 0.67;
}
100% {
transform: scale(2.2);
opacity: 0;
}
}
@keyframes pulse_border_2 {
0% {
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
opacity: 1;
}
100% {
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
opacity: 0;
}
}
@keyframes slide_down {
0% {
opacity: 0;
transform: translateY(15%);
}
50% {
opacity: 1;
transform: translateY(0);
}
}
@keyframes hamburger {
0% {
width: 100%;
}
50% {
width: 50%;
}
100% {
width: 100%;
}
}
@keyframes rightCaret {
0% {
-ms-transform: translateX(-1px);
-webkit-transform: translateX(-1px);
transform: translateX(-1px);
}
50% {
-ms-transform: translateX(2px);
-webkit-transform: translateX(2px);
transform: translateX(2px);
}
100% {
-ms-transform: translateX(-1px);
-webkit-transform: translateX(-1px);
transform: translateX(-1px);
}
}
@keyframes ripple {
70% {
-webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
@keyframes floating--rotate {
to {
-webkit-transform: rotateZ(360deg);
transform: rotateZ(360deg);
}
}
@keyframes topFromBottom {
49% {
transform: translateY(-100%);
}
50% {
opacity: 0;
transform: translateY(100%);
}
51% {
opacity: 1;
}
}
@keyframes circle_border {
0% {
border-color: transparent;
transform: rotate(0);
}
25% {
border-color: transparent rgba(168, 168, 168, 0.9) transparent transparent;
transform: rotate(-35deg);
}
50% {
border-color: transparent rgba(168, 168, 168, 0.9) rgba(168, 168, 168, 0.9) transparent;
}
75% {
border-color: transparent rgba(168, 168, 168, 0.9) rgba(168, 168, 168, 0.9) rgba(168, 168, 168, 0.9);
}
100% {
border-color: rgba(168, 168, 168, 0.9);
transform: rotate(-300deg);
}
}
@keyframes count {
50% {
opacity: 1;
-webkit-transform: translateY(-1.1rem);
transform: translateY(-1.1rem);
}
100% {
opacity: 1;
-webkit-transform: translateY(0.2rem);
transform: translateY(0.2rem);
}
}
@keyframes dash {
0% {
stroke-width: 0;
}
100% {
stroke-width: 200px;
}
}
@keyframes updown {
0% {
transform: rotateX(0deg) translateY(0px);
}
50% {
transform: rotateX(0deg) translateY(-50px);
}
100% {
transform: rotateX(0deg) translateY(0px);
}
}
@keyframes text-spin {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes scroll_top_effect {
0% {
transform: translateY(2px);
}
100% {
transform: translateY(-2px);
}
}
@keyframes animation-two {
0% {
-webkit-transform: translateY(0px) translateX(0) rotate(0);
transform: translateY(0px) translateX(0) rotate(0);
}
30% {
transform: translateY(15px) translateX(10px) rotate(5deg);
-webkit-transform-origin: center center;
transform-origin: center center;
}
50% {
transform: translateY(15px) translateX(10px) rotate(15deg);
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
}
80% {
transform: translateY(15px) translateX(10px) rotate(5deg);
-webkit-transform-origin: left top;
transform-origin: left top;
}
100% {
-webkit-transform: translateY(0px) translateX(0) rotate(0);
transform: translateY(0px) translateX(0) rotate(0);
-webkit-transform-origin: center center;
transform-origin: center center;
}
}
@keyframes rotate3d {
0% {
transform: rotateY(0deg);
}
100% {
transform: rotateY(360deg);
}
}
@keyframes ribbonRotate {
0%,
100% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
25%,
75% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
50% {
-webkit-transform: rotate(30deg);
transform: rotate(30deg);
}
}
@keyframes animationFramesOne {
0% {
transform: translate(0px, 0px) rotate(0deg);
}
20% {
transform: translate(73px, -1px) rotate(36deg);
}
40% {
transform: translate(141px, 72px) rotate(72deg);
}
60% {
transform: translate(83px, 122px) rotate(108deg);
}
80% {
transform: translate(-40px, 72px) rotate(144deg);
}
100% {
transform: translate(0px, 0px) rotate(0deg);
}
}
@keyframes glowing {
0% {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
50% {
opacity: 0.7;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
100% {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
}
@keyframes pulse-width {
50% {
width: 100%;
}
}
@keyframes link-fadeInLeft {
from {
transform: translate3d(-50px, 0, 0);
}
to {
transform: none;
}
}
@keyframes link-fadeOutRight {
from {
transform: none;
}
to {
transform: translate3d(50px, 0, 0);
}
}
@keyframes wf_fadeInTooltip {
from {
opacity: 0;
}
to {
opacity: 0.9;
}
}
@keyframes wf_to_left {
to {
left: 125%
}
}
@keyframes wf_to_opacity {
0% {
opacity: 1
}
40% {
opacity: 1
}
to {
width: 200%;
height: 200%;
opacity: 0
}
} .widget .wp-block-heading,
.widget .widget-title {
position: relative;
font-size: 2.2rem;
line-height: 3.2rem;
margin-bottom: 1.6rem;
}
.widget--left,
.widget--right,
.widget--center {
margin: 0;
width: 100%;
height: 100%;
min-height: 4.5rem;
display: inline-flex;
align-items: center;
}
.widget--left {
justify-content: flex-start;
}
.widget--center {
justify-content: center;
}
.widget--right {
justify-content: flex-end;
}
.widget--right li a {
margin-left: auto;
}
.widget--left li a {
margin-right: auto;
}
.widget--right .widget,
.widget--left .widget {
padding: 0 1.5rem;
position: relative;
} .widget--left .widget:first-child {
padding-left: 0;
}
.widget--right .widget:nth-child(n + 2) {
padding: 0 1.5rem;
}
.widget--right .widget:nth-child(2n + 4),
.widget--right .widget:first-child {
padding-left: 0;
}
.widget--right .widget:last-child:not(:first-child) {
padding-right: 0;
}
.widget_recent_comments ol,
.widget>ul,
.widget div>ul {
list-style: none;
margin: 0;
padding: 0;
}
.widget>*+ul,
.widget div>*+ul {
margin-top: 1.6rem;
}
.widget li {
list-style: none;
position: relative;
z-index: 0;
transition: all 0.2s ease-in-out;
}
.widget ul:not(.wp-block-social-links, .wp-block-latest-posts, .product_list_widget) li a {
position: relative;
z-index: 0;
display: inline-block;
outline: none;
}
.widget:not(.widget_payment, .widget_social) li a:not(:hover, :focus) {
text-decoration: none;
color: inherit;
}
.wf_widget-area .widget.widget_social:not(.widget_payment) li a:not(:hover, :focus),
.wf_footer .widget.widget_social:not(.widget_payment) li a:not(:hover, :focus) {
color: #fff;
}
.widget:not(.widget_payment, .widget_social) ol li a:hover span,
.widget:not(.widget_payment, .widget_social) ol li a:focus span {
text-decoration: underline;
}
.widget li a:before,
.widget li a:after {
font-family: "Font Awesome 6 Free";
position: absolute;
transition: all 0.2s ease-in-out;
}
.widget li a:hover,
.widget li a:focus {
color: var(--wf-main-color);
}
ol.wp-block-latest-comments {
padding: 0;
list-style: none;
margin-bottom: 0;
}
ol.wp-block-latest-comments li:last-child {
margin-bottom: 0;
}
.wp-block-search .wp-block-search__button,
.wp-block-search .wp-block-search__input {
border-radius: 0;
}
.wp-block-search .wp-block-search__button {
flex-shrink: 0;
padding: 0.125em 0.763em;
}
.company-presentation {
border-radius: 2rem;
padding: 3rem;
color: #fff;
background-color: var(--wf-main-color);
}
.company-presentation .title {
font-size: 1.8rem;
font-weight: 700;
margin-bottom: 1rem;
color: inherit;
}
.company-presentation .action {
margin-top: 2rem;
} .widget.widget_social {
position: relative;
z-index: 0;
}
.widget_social ul {
display: -ms-inline-flexbox;
display: inline-flex;
flex-wrap: wrap;
list-style: none;
margin: 0;
padding: 0;
}
.widget_social li {
position: relative;
display: -ms-inline-flexbox;
display: inline-flex;
align-self: center;
overflow: visible;
list-style: none;
margin: 0;
margin-left: 1rem;
overflow: visible;
list-style: none;
}
body .widget_social li:first-child {
margin-left: 0;
}
body .widget_social li {
margin-top: 1rem;
}
body .widget_social ul {
margin-top: -1rem;
}
.widget.widget_social li a {
width: 4rem;
height: 4rem;
text-align: center;
font-size: 1.6rem;
position: relative;
cursor: pointer;
border-radius: 50%;
display: inline-flex !important;
align-items: center;
justify-content: center;
background-color: var(--wf-main-color);
color: #fff;
text-decoration: none;
box-shadow: 0 1.4rem 4.7rem 0 rgba(13, 30, 53, 0.1);
}
.widget_social li a:focus,
.widget_social li a:hover {
color: #fff;
}
.widget.widget_social li a:after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
border-radius: 50%;
-webkit-transform: scaleX(0) rotateX(0deg);
transform: scaleX(0) rotateX(0deg);
background: #fff;
transition: all 0.2s ease-in-out;
box-shadow: 0 1.4rem 4.7rem 0 rgba(13, 30, 53, 0.1);
}
.widget.widget_social li a:hover:after,
.widget.widget_social li a:focus:after {
-webkit-transform: scaleX(1) rotateX(0deg);
transform: scaleX(1) rotateX(0deg);
}
.widget_social li a i:before {
display: inline-block;
transition: all 0.2s ease-in-out;
}
.widget_social li a:focus i:before,
.widget_social li a:hover i:before {
color: var(--wf-main-color);
-webkit-animation: wf_rubberBand 0.6s ease-in-out alternate;
animation: wf_rubberBand 0.6s ease-in-out alternate;
}
.widget_payment ul,
.widget_payment li {
list-style: none;
padding: 0;
line-height: 0;
}
.widget_payment li a {
line-height: 0;
font-size: 2.2rem;
}
.widget_payment li:not(:last-child) a {
margin-right: 1rem;
border-right: 0.1rem solid rgba(68, 68, 68, 0.75);
padding-right: 1.5rem;
}
.widget_payment li a i::before,
.widget_payment li a i {
line-height: 0.5;
}
.widget_payment li,
.widget_social li {
display: inline-block;
} .widget.widget_contact {
margin-top: -1rem;
}
.contact__list {
display: flex;
align-items: center;
margin-top: 1rem;
}
.contact__list img,
.contact__list i {
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
font-size: 2.2rem;
width: 2.2rem;
display: inline-flex;
align-items: center;
justify-content: center;
text-align: center;
margin-right: 1.5rem;
position: relative;
color: var(--wf-main-color);
-webkit-transform: translateY(0);
transform: translateY(0);
transition: all 0.2s ease-in-out;
}
.contact__body {
text-decoration: none;
display: inline-block;
text-align: start;
color: inherit;
}
.contact__body>* {
display: block;
line-height: normal;
}
.team .info h5 a,
.wf_work .work-item .work-text h3 a,
.nextprev-post .post-title a,
.wf_pagetitle .wf_pagetitle_content .wf_pagetitle_breadcrumb li a,
.wf_post_item .more-link,
.wf_post_item .title a,
.contact__body a {
color: inherit;
text-decoration: none;
background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0 100% / 0 1px no-repeat;
}
.team .info h5 a:hover,
.team .info h5 a:focus,
.wf_work .work-item .work-text h3 a:hover,
.wf_work .work-item .work-text h3 a:focus,
.nextprev-post .post-title a:hover,
.nextprev-post .post-title a:focus,
.wf_pagetitle .wf_pagetitle_content .wf_pagetitle_breadcrumb li a:hover,
.wf_pagetitle .wf_pagetitle_content .wf_pagetitle_breadcrumb li a:focus,
.wf_post_item .more-link:hover,
.wf_post_item .more-link:focus,
.wf_post_item .title a:hover,
.wf_post_item .title a:focus,
.contact__body a:hover,
.contact__body a:focus {
color: var(--wf-main-color);
background-size: 100% 1px;
}
.contact__body .title {
line-height: 1.2;
margin-bottom: 0;
}
.contact__body .description {
font-size: 1.6rem;
margin: 0;
word-break: break-word;
margin-top: 0.1rem;
}  .email-form-one,
.email-form-two,
.email-form-three,
.email-form-four,
.email-form-five,
.email-form-six {
position: relative;
}
.mc4wp-form .form-group {
position: relative;
margin: 0;
width: 100%;
}
.email-form-one .form-group {
padding-right: 4rem;
}
.email-form-two .form-group {
padding-right: 6rem;
}
.mc4wp-form .form-group input[type="text"],
.mc4wp-form .form-group input[type="email"] {
line-height: 4.3rem;
display: block;
font-size: 1.4rem;
height: 6rem;
width: 100%;
-webkit-box-shadow: inherit;
box-shadow: inherit;
border-radius: 0;
padding: 1rem 1.5rem 1rem 2rem;
}
.email-form-one .form-group input[type="text"],
.email-form-one .form-group input[type="email"] {
border-radius: 5rem;
padding: 1rem 1.5rem 1rem 3rem;
z-index: 1;
}
.email-form-three .form-group input[type="text"],
.email-form-three .form-group input[type="email"] {
min-height: 5.8rem;
}
.mc4wp-form .form-group .submit-btn {
position: absolute;
top: 0;
right: 0;
width: 6rem;
height: 4.2rem;
border: none;
display: block;
font-weight: 700;
font-size: 1.5rem;
color: #fff;
line-height: 4.2rem;
transition: all 0.2s ease-in-out;
background-color: var(--wf-main-color);
}
.mc4wp-form .form-group .submit-btn.wf-btn-white {
background-color: #fff;
color: var(--wf-main-color);
}
.mc4wp-form .form-group .submit-btn.wf-btn-secondary {
background-color: var(--wf-secondary-color);
color: #fff;
}
.email-form-one .form-group .submit-btn {
width: 7rem;
text-align: end;
padding: 0 1.8rem 0 0;
border-radius: 0 5rem 5rem 0;
}
.email-form-two .form-group .submit-btn {
text-align: center;
padding: 0;
border-radius: 0;
}
.email-form-three .form-group .submit-btn {
right: 1rem;
top: 50%;
width: 4rem;
height: 4rem;
line-height: 4rem;
padding: 0;
border-radius: 0;
transform: translateY(-50%);
}
.form-group .submit-btn.fa {
font-family: "Font Awesome 6 Free";
}
.form-group .submit-btn.fa:before {
display: inline-block;
}
.form-group .submit-btn.fa:hover:before,
.form-group .submit-btn.fa:focus:before {
animation: topFromBottom 0.3s forwards;
}
.mc4wp-form .email-form-four .form-group input[type="text"],
.mc4wp-form .email-form-four .form-group input[type="email"] {
width: 78%;
border-radius: 0.6rem;
}
.mc4wp-form .email-form-four .form-group .submit-btn {
padding: 0;
}
.mc4wp-form .email-form-six .form-group,
.mc4wp-form .email-form-five .form-group {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 1.6rem;
}
.mc4wp-form .email-form-five .form-group input[type="text"],
.mc4wp-form .email-form-five .form-group input[type="email"] {
border-radius: 0.6rem;
flex: 1;
}
.mc4wp-form .email-form-six .form-group .wf-btn,
.mc4wp-form .email-form-five .form-group .wf-btn {
flex: 0 0 auto;
}
.mc4wp-form .form-group .wf-btn.wf-btn-secondary {
background-color: var(--wf-secondary-color);
}
.mc4wp-form .email-form-six .form-group {
flex-wrap: wrap;
}
.mc4wp-form .email-form-six .form-group input[type="text"],
.mc4wp-form .email-form-six .form-group input[type="email"] {
border-radius: 100rem;
}
.mc4wp-form .email-form-six .form-group .wf-btn {
border-radius: 100rem;
}
@media (min-width: 36em) {
.mc4wp-form .email-form-six .form-group {
flex-wrap: nowrap;
gap: 0;
}
.mc4wp-form .email-form-six .form-group input[type="text"],
.mc4wp-form .email-form-six .form-group input[type="email"] {
border-radius: 100rem 0 0 100rem;
}
.mc4wp-form .email-form-six .form-group .wf-btn {
margin-left: -5rem;
}
}  .overlay-anim-black-bg,
.overlay-anim-primary-bg,
.overlay-anim-white-bg {
position: relative;
display: inline-block;
overflow: hidden;
}
.overlay-anim-black-bg:after,
.overlay-anim-primary-bg:after,
.overlay-anim-white-bg:after {
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
-webkit-transition: 1s cubic-bezier(0.858, 0.01, 0.068, 0.99);
transition: 1s cubic-bezier(0.858, 0.01, 0.068, 0.99);
z-index: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
.overlay-anim-primary-bg:after {
background: var(--wf-main-color);
}
.overlay-anim-black-bg:after {
background: var(--wf-secondary-color);
}
.overlay-anim-white-bg:after {
background: #fff;
}
.overlay-anim-black-bg.overlay-animation:after,
.overlay-anim-primary-bg.overlay-animation:after,
.overlay-anim-white-bg.overlay-animation:after {
-webkit-transform: translateX(110%);
transform: translateX(110%);
} .wf_header {
position: relative;
z-index: 9;
}
.wf_header-topbar {
font-size: 1.45rem;
}
@media (min-width: 75em) {
.wf_header-topbar {
font-size: 1.6rem;
}
}
.wf_header .wf-col-2.wf-my-auto {
-ms-flex: 0 0 18%;
flex: 0 0 18%;
max-width: 18%;
}
.wf_header .wf-col-2.wf-my-auto+.wf-col-10 {
-ms-flex: 0 0 82%;
flex: 0 0 82%;
max-width: 82%;
}
@media (min-width: 62em) {
.wf_header-widget .widget:not(:last-child):after {
position: absolute;
right: 0;
top: 50%;
content: "";
height: 4.5rem;
width: 0.1rem;
transform: translateY(-50%);
background: rgba(189, 189, 189, 0.4);
}
}
.wf_header-widget a:not(:hover, :focus) {
color: inherit;
}
.wf_header .widget.widget_nav_menu {
display: inline-flex;
align-items: center;
}
.wf_header .widget .wp-block-heading,
.wf_header .widget .wp-block-heading+div,
.wf_header .widget .widget-title+div,
.wf_header .widget .widget-title {
display: inline-block;
flex: auto;
}
.wf_header .widget .wp-block-heading,
.wf_header .widget .widget-title {
flex-shrink: 0;
font-size: 1.6rem;
line-height: 1.2;
margin-bottom: 0;
}
.wf_header .widget .wp-block-heading+p,
.wf_header .widget .widget-title+p {
margin-bottom: 0;
}
.wf_header .widget>*+ul,
.wf_header .widget div>*+ul {
margin-top: 0;
}
.wf_header .widget.widget_none {
padding: 5px 0;
line-height: 1;
}
.wf_header .widget.widget_none .wp-block-heading,
.wf_header .widget.widget_none .widget-title {
font-size: 1.5rem;
}
.wf_header .widget.widget_none p {
font-size: 1.4rem;
}
.wf_header .widget:not(.widget_social, .widget_nav_menu) li,
.widget_tag_cloud a,
.wp-block-tag-cloud a {
display: inline-block;
padding: 0;
}
.wf_header .widget:not(.widget_nav_menu, .widget_social) li {
margin: 0 1rem 0.5rem 0;
}
.wf_header .widget.widget_nav_menu .menu>li {
display: inline-block;
margin: 0 1rem 0 0;
}
.wf_header .widget.widget_nav_menu .menu>li ul a {
display: block;
}
.wf_header .widget.widget_nav_menu a img {
display: inline-block;
margin-right: 0.2rem;
vertical-align: 0px;
}
.wf_header .widget.widget_nav_menu a:not(:hover, :focus) {
color: var(--wf-secondary-color);
}
.wf_header .widget:not(.widget_social) li:last-child,
.widget_tag_cloud a:last-child,
.wp-block-tag-cloud a:last-child {
margin: 0;
}
.wf_header .widget_wmc_widget select {
padding: 0;
border: 0;
background-color: transparent;
}
.wf_header-widget ul li span,
.wf_header-widget a {
display: inline-block;
}
.wf_header-widget ul li span,
.wf_header-widget a,
.contact__body>* {
text-decoration: none;
position: relative;
transition: all 0.2s ease-in-out;
}
.wf_header-widget a:hover span.title,
.wf_header-widget a:focus span.title {
color: var(--wf-main-color);
}
.wf_header-widget .widget:not(.widget_social, .widget_contact) i,
.wf_header-widget .widget:not(.widget_social,
.widget_contact,
.widget-media-gallery,
.widget_media_image) img {
display: inline-block;
}
.wf_header-widget .widget:not(.widget_media_gallery,
.widget_social,
.widget_contact,
.widget-media-gallery,
.widget_media_image) img {
height: 2rem;
object-fit: cover;
}
.wf_header .widget li:last-child {
margin-right: 0;
}
.wf_header-widget .gallery .gallery-item a {
display: block;
height: 7rem;
}
.wf_header-widget .widget img {
width: 5rem;
}
.wf_header-widget .gallery {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.wf_header-widget .gallery .gallery-item {
-ms-flex: 1;
flex: 1;
margin: 0 0.6rem 0 0;
padding: 0;
}
.wf_header-widget .widget_media_video {
display: block;
width: 100%;
}
.wf_header-widget .widget_media_video .wp-video .mejs-container {
width: 100% !important;
max-height: 17rem;
}
.wf_header-widget .widget_media_video .wp-video-shortcode video,
.wf_header-widget .widget_media_video video.wp-video-shortcode {
max-height: 17rem;
}
.wf_header-widget .widget .title {
font-size: inherit;
color: inherit;
font-weight: 500;
}
.wf_header-widget .widget_meta a {
font-size: 1.2rem;
}
.wf_header-widget .widget.widget_social li a {
width: 2.6rem;
height: 2.6rem;
font-size: inherit;
background: transparent;
}
.wf_header-widget .widget.widget_social li a {
color: inherit;
}
.wf_header-widget .widget.widget_social li a:hover i:before,
.wf_header-widget .widget.widget_social li a:focus i:before {
color: var(--wf-main-color);
}
.wf_mobilenav,
.wf_header-navwrapper,
.wf_navbar {
width: 100%;
}
.wf_header-navwrapper {
position: relative;
}
.wf_header-navwrapperinner {
display: flex;
flex-direction: column;
justify-content: center;
flex-wrap: wrap;
}
.wf_header-navwrapperinner,
.wf_navbar-menu {
min-height: 9.4rem;
}
.wf_header-widget .contact__list i {
width: auto;
margin-right: 1rem;
} .site--logo img {
width: 100%;
max-height: 4rem;
}
.site--logo a {
display: inline-block;
font-size: 3rem;
font-weight: 700;
line-height: 1.2;
white-space: normal;
}
.site--logo a:not(:hover, :focus) {
color: inherit;
text-decoration: none;
}
.site--logo a:focus {
outline: 0.1rem dotted;
outline-offset: 0.5rem;
}
.site--logo .site-description {
font-size: 1.23rem;
margin-bottom: 0;
margin-top: 2px;
}
.is--sticky.on {
position: fixed;
right: 0;
left: 0;
top: 0;
z-index: 99999;
background-color: #fff;
-webkit-animation: fadeInDown 500ms linear 1;
animation: fadeInDown 500ms linear 1;
box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
}
.wf_navbar-wrapper.is--sticky.on {
padding: 0 0;
}
.wf_navbar-menu {
display: flex;
align-items: center;
flex-grow: 1;
justify-content: flex-end;
align-self: stretch;
width: 100%;
height: 100%;
}
.wf_navbar-nav {
text-align: end;
position: relative;
}
.wf_navbar-mainmenu {
list-style: none;
margin: 0;
padding: 0;
display: block;
}
.wf_navbar-nav .wf_navbar-mainmenu {
display: inline-block;
}
.wf_navbar-mainmenu li {
list-style: none;
position: relative;
}
.wf_navbar-nav .wf_navbar-mainmenu>li {
display: inline-block;
margin: 0 -0.3rem;
}
.wf_navbar-mainmenu>li>a,
.dropdown-menu li a {
position: relative;
display: block;
z-index: 0;
font-family: var(--wf-base-family);
font-weight: 600;
line-height: 1.5;
white-space: normal;
}
.wf_navbar-mainmenu .dropdown-menu li a {
color: var(--wf-secondary-color);
}
.wf_navbar-mainmenu li>a {
text-decoration: none;
outline: none;
color: inherit;
}
.wf_navbar-mainmenu li>a:focus {
text-decoration: underline;
text-underline-offset: 0.1rem;
}
.wf_navbar-mainmenu>li>a {
white-space: normal;
border: 0;
border-radius: 0;
}
.wf_navbar-nav .wf_navbar-mainmenu>li>a {
margin: 0 1.07rem;
display: inline-flex;
}
.product-categories .product-categories-more-btn i,
.wf_navbar-nav .wf_navbar-mainmenu>li>a>i {
font-size: 1.8rem;
min-width: 1.8rem;
min-height: 1.8rem;
text-align: center;
}
.wf_navbar-nav .wf_navbar-mainmenu>li:first-child>a {
margin-left: 0;
}
.wf_header .widget_nav_menu .menu-item-has-children>a,
.wf_footer .widget_nav_menu .menu-item-has-children>a,
.wf_footer .wf_navbar-mainmenu>.menu-item-has-children>a,
.wf_navbar-nav .wf_navbar-mainmenu>.menu-item-has-children>a {
padding-right: 1.42rem;
}
.product-categories .product-categories-btn::after,
.wf_header .widget_nav_menu .menu-item-has-children>a:after,
.wf_footer .widget_nav_menu .menu-item-has-children>a:after,
.wf_footer .wf_navbar-mainmenu .menu-item-has-children>a:after,
.wf_navbar-nav .wf_navbar-mainmenu .dropdown-menu .menu-item-has-children>a:after,
.wf_navbar-nav .wf_navbar-mainmenu .menu-item-has-children>a:after {
content: "";
position: absolute;
top: 39%;
right: 0;
display: inline-block;
border-width: 0 2px 2px 0;
border-style: solid;
border-color: var(--wf-secondary-color);
padding: 3px;
transform: translate(0, -39%) rotate(45deg) skewX(0) skewY(0) scaleX(1) scaleY(1);
transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.wf_header .widget_nav_menu .menu-item-has-children:hover>a:after,
.wf_footer .widget_nav_menu .menu-item-has-children:hover>a:after,
.wf_footer .wf_navbar-mainmenu .menu-item-has-children:hover>a:after,
.wf_navbar-nav .wf_navbar-mainmenu .dropdown-menu .menu-item-has-children:hover>a:after,
.wf_navbar-nav .wf_navbar-mainmenu .menu-item-has-children:hover>a:after,
.wf_header .widget_nav_menu .menu-item-has-children.focus>a:after,
.wf_footer .widget_nav_menu .menu-item-has-children.focus>a:after,
.wf_footer .wf_navbar-mainmenu .menu-item-has-children.focus>a:after,
.wf_navbar-nav .wf_navbar-mainmenu .dropdown-menu .menu-item-has-children.focus>a:after,
.wf_navbar-nav .wf_navbar-mainmenu .menu-item-has-children.focus>a:after,
.wf_header .widget_nav_menu .menu-item-has-children.active>a:after,
.wf_footer .widget_nav_menu .menu-item-has-children.active>a:after,
.wf_footer .wf_navbar-mainmenu .menu-item-has-children.active>a:after,
.wf_navbar-nav .wf_navbar-mainmenu .dropdown-menu .menu-item-has-children.active>a:after,
.wf_navbar-nav .wf_navbar-mainmenu .menu-item-has-children.active>a:after {
border-color: var(--wf-main-color);
}
.wf_navbar-nav .wf_navbar-mainmenu .dropdown-menu .menu-item-has-children>a {
padding-right: 3rem;
}
.wf_navbar-nav .wf_navbar-mainmenu .dropdown-menu .menu-item-has-children>a:after {
top: 50%;
right: 1.6rem;
transform: translate(0, -50%) rotate(-45deg) skewX(0) skewY(0) scaleX(1) scaleY(1);
}
.menu-wrap .dropdown-menu li a sup,
.menu-wrap .dropdown-menu li a sub,
.wf_mobilenav .wf_navbar-mainmenu li.active>a,
.wf_mobilenav .wf_navbar-mainmenu li.focus>a,
.wf_mobilenav .wf_navbar-mainmenu li:hover>a,
.wf_navbar-nav .wf_navbar-mainmenu li.active>a,
.wf_navbar-nav .wf_navbar-mainmenu>li.focus>a,
.wf_navbar-nav .wf_navbar-mainmenu>li:hover>a {
color: var(--wf-main-color);
}  .menu__active-one .wf_navbar-nav .wf_navbar-mainmenu>li>a::before {
position: absolute;
content: "";
left: 0;
bottom: -2px;
height: 0.2rem;
width: 0;
background: var(--wf-main-color);
transition: all linear 0.3s;
}
.menu__active-one .wf_navbar-nav .wf_navbar-mainmenu>li.active>a::before,
.menu__active-one .wf_navbar-nav .wf_navbar-mainmenu>li.focus>a::before,
.menu__active-one .wf_navbar-nav .wf_navbar-mainmenu>li:hover>a::before {
width: 1.6rem;
} .menu__active-two .wf_navbar-nav .wf_navbar-mainmenu>li>a:before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 0%;
height: 0.2rem;
background-color: var(--wf-main-color);
opacity: 0;
transition: all 0.2s ease-in-out;
}
.menu__active-two .wf_navbar-nav .wf_navbar-mainmenu>li.active>a:before,
.menu__active-two .wf_navbar-nav .wf_navbar-mainmenu>li.focus>a:before,
.menu__active-two .wf_navbar-nav .wf_navbar-mainmenu>li:hover>a:before {
opacity: 1;
width: 100%;
} .menu__active-three .wf_mobilenav-right>ul,
.menu__active-three .wf_navbar-right>ul {
padding-left: 1.8rem;
}
.menu__active-three .wf_navbar-list-right>li:not(:last-child) {
margin-right: 2rem;
}
.menu__active-three .wf_navbar-nav .wf_navbar-mainmenu>li>a {
margin: 0 0.62rem;
padding: 0 1.4rem;
line-height: 4rem;
}
.menu__active-three .wf_navbar-nav .wf_navbar-mainmenu>li>a:before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
width: 100%;
height: 3.5rem;
border-radius: 0.6rem;
background-color: var(--wf-main-color);
z-index: -1;
opacity: 0;
transition: all 0.2s ease-in-out;
}
.menu__active-three .wf_navbar-nav .wf_navbar-mainmenu>li.menu-item-has-children>a:before {
width: calc(100% + 0.8rem);
}
.menu__active-three .wf_navbar-nav .wf_navbar-mainmenu>li.active>a:before,
.menu__active-three .wf_navbar-nav .wf_navbar-mainmenu>li.focus>a:before,
.menu__active-three .wf_navbar-nav .wf_navbar-mainmenu>li:hover>a:before {
opacity: 0.15;
} .menu__active-four .wf_navbar-nav .wf_navbar-mainmenu>li>a:before {
position: absolute;
bottom: -80%;
left: 50%;
color: transparent;
content: "•";
text-shadow: 0 0 transparent;
font-size: 110%;
-webkit-transition: text-shadow 0.3s, color 0.3s;
transition: text-shadow 0.3s, color 0.3s;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
pointer-events: none;
}
.menu__active-four .wf_navbar-nav .wf_navbar-mainmenu>li.active>a:before,
.menu__active-four .wf_navbar-nav .wf_navbar-mainmenu>li.focus>a:before,
.menu__active-four .wf_navbar-nav .wf_navbar-mainmenu>li:hover>a:before {
color: var(--wf-main-color);
text-shadow: 1rem 0 var(--wf-main-color), -1rem 0 var(--wf-main-color);
} .wf_footer_copyright .widget_nav_menu .sub-menu,
.wf_footer .wf_navbar-mainmenu .dropdown-menu,
.wf_navbar-cart-item .wf_navbar-shopcart,
.wf_header .widget_nav_menu .sub-menu,
.wf_navbar-nav .wf_navbar-mainmenu .dropdown-menu {
position: absolute;
text-align: start;
color: var(--wf-secondary-color);
background-color: #fff;
width: 26rem;
opacity: 0;
visibility: hidden;
transform: scaleY(0);
-webkit-transform: scaleY(0);
transform-origin: center top 0;
-webkit-transform-origin: center top 0;
transition: all 300ms ease;
border-radius: 0;
box-shadow: 0 1rem 4rem rgba(24, 26, 32, 0.05);
}
.wf_navbar-cart-item .wf_navbar-shopcart,
.wf_header .widget_nav_menu .sub-menu,
.wf_navbar-nav .wf_navbar-mainmenu .dropdown-menu {
top: 100%;
padding: 0.5rem 0;
margin: 0;
list-style: none;
display: block;
z-index: 9;
}
.wf_footer_copyright .widget_nav_menu .sub-menu,
.wf_footer .wf_navbar-mainmenu .dropdown-menu {
top: auto;
right: auto;
bottom: 100%;
left: auto;
margin: 0 auto;
}
.wf_navbar-cart-item:hover .wf_navbar-shopcart,
.wf_navbar-cart-item:focus-within .wf_navbar-shopcart,
.wf_footer_copyright .widget_nav_menu .menu-item:hover>.sub-menu,
.wf_footer_copyright .widget_nav_menu .menu-item.focus>.sub-menu,
.wf_header .widget_nav_menu .menu-item:hover>.sub-menu,
.wf_header .widget_nav_menu .menu-item.focus>.sub-menu,
.wf_footer .wf_navbar-mainmenu .menu-item:hover>.dropdown-menu,
.wf_footer .wf_navbar-mainmenu .menu-item.focus>.dropdown-menu,
.wf_navbar-nav .wf_navbar-mainmenu .menu-item:hover>.dropdown-menu,
.wf_navbar-nav .wf_navbar-mainmenu .menu-item.focus>.dropdown-menu {
opacity: 1;
visibility: visible;
transform: scaleY(1);
-webkit-transform: scaleY(1);
}
.wf_footer_copyright .widget_nav_menu .sub-menu>li,
.wf_header .widget_nav_menu .sub-menu>li,
.wf_footer .wf_navbar-mainmenu .dropdown-menu>li,
.wf_navbar-nav .wf_navbar-mainmenu .dropdown-menu>li {
opacity: 0;
transform: translateY(1rem);
transition: all 500ms ease;
}
.wf_footer_copyright .widget_nav_menu .menu-item:hover>.sub-menu>li,
.wf_footer_copyright .widget_nav_menu .menu-item.focus>.sub-menu>li,
.wf_header .widget_nav_menu .menu-item:hover>.sub-menu>li,
.wf_header .widget_nav_menu .menu-item.focus>.sub-menu>li,
.wf_footer .wf_navbar-mainmenu .menu-item:hover>.dropdown-menu>li,
.wf_footer .wf_navbar-mainmenu .menu-item.focus>.dropdown-menu>li,
.wf_navbar-nav .wf_navbar-mainmenu .menu-item:hover>.dropdown-menu>li,
.wf_navbar-nav .wf_navbar-mainmenu .menu-item.focus>.dropdown-menu>li {
opacity: 1;
transform: translateY(0);
transition-delay: 70ms;
}
.wf_footer_copyright .widget_nav_menu .menu-item:hover>.sub-menu>li:nth-child(2),
.wf_footer_copyright .widget_nav_menu .menu-item.focus>.sub-menu>li:nth-child(2),
.wf_header .widget_nav_menu .menu-item:hover>.sub-menu>li:nth-child(2),
.wf_header .widget_nav_menu .menu-item.focus>.sub-menu>li:nth-child(2),
.wf_footer .wf_navbar-mainmenu .menu-item:hover>.dropdown-menu>li:nth-child(2),
.wf_footer .wf_navbar-mainmenu .menu-item.focus>.dropdown-menu>li:nth-child(2),
.wf_navbar-nav .wf_navbar-mainmenu .menu-item:hover>.dropdown-menu>li:nth-child(2),
.wf_navbar-nav .wf_navbar-mainmenu .menu-item.focus>.dropdown-menu>li:nth-child(2) {
transition-delay: 140ms;
}
.wf_footer_copyright .widget_nav_menu .menu-item:hover>.sub-menu>li:nth-child(3),
.wf_footer_copyright .widget_nav_menu .menu-item.focus>.sub-menu>li:nth-child(3),
.wf_header .widget_nav_menu .menu-item:hover>.sub-menu>li:nth-child(3),
.wf_header .widget_nav_menu .menu-item.focus>.sub-menu>li:nth-child(3),
.wf_footer .wf_navbar-mainmenu .menu-item:hover>.dropdown-menu>li:nth-child(3),
.wf_footer .wf_navbar-mainmenu .menu-item.focus>.dropdown-menu>li:nth-child(3),
.wf_navbar-nav .wf_navbar-mainmenu .menu-item:hover>.dropdown-menu>li:nth-child(3),
.wf_navbar-nav .wf_navbar-mainmenu .menu-item.focus>.dropdown-menu>li:nth-child(3) {
transition-delay: 210ms;
}
.wf_footer_copyright .widget_nav_menu .menu-item:hover>.sub-menu>li:nth-child(4),
.wf_footer_copyright .widget_nav_menu .menu-item.focus>.sub-menu>li:nth-child(4),
.wf_header .widget_nav_menu .menu-item:hover>.sub-menu>li:nth-child(4),
.wf_header .widget_nav_menu .menu-item.focus>.sub-menu>li:nth-child(4),
.wf_footer .wf_navbar-mainmenu .menu-item:hover>.dropdown-menu>li:nth-child(4),
.wf_footer .wf_navbar-mainmenu .menu-item.focus>.dropdown-menu>li:nth-child(4),
.wf_navbar-nav .wf_navbar-mainmenu .menu-item:hover>.dropdown-menu>li:nth-child(4),
.wf_navbar-nav .wf_navbar-mainmenu .menu-item.focus>.dropdown-menu>li:nth-child(4) {
transition-delay: 280ms;
}
.wf_footer_copyright .widget_nav_menu .menu-item:hover>.sub-menu>li:nth-child(5),
.wf_footer_copyright .widget_nav_menu .menu-item.focus>.sub-menu>li:nth-child(5),
.wf_header .widget_nav_menu .menu-item:hover>.sub-menu>li:nth-child(5),
.wf_header .widget_nav_menu .menu-item.focus>.sub-menu>li:nth-child(5),
.wf_footer .wf_navbar-mainmenu .menu-item:hover>.dropdown-menu>li:nth-child(5),
.wf_footer .wf_navbar-mainmenu .menu-item.focus>.dropdown-menu>li:nth-child(5),
.wf_navbar-nav .wf_navbar-mainmenu .menu-item:hover>.dropdown-menu>li:nth-child(5),
.wf_navbar-nav .wf_navbar-mainmenu .menu-item.focus>.dropdown-menu>li:nth-child(5) {
transition-delay: 350ms;
}
.wf_footer_copyright .widget_nav_menu .menu-item:hover>.sub-menu>li:nth-child(6),
.wf_footer_copyright .widget_nav_menu .menu-item.focus>.sub-menu>li:nth-child(6),
.wf_header .widget_nav_menu .menu-item:hover>.sub-menu>li:nth-child(6),
.wf_header .widget_nav_menu .menu-item.focus>.sub-menu>li:nth-child(6),
.wf_footer .wf_navbar-mainmenu .menu-item:hover>.dropdown-menu>li:nth-child(6),
.wf_footer .wf_navbar-mainmenu .menu-item.focus>.dropdown-menu>li:nth-child(6),
.wf_navbar-nav .wf_navbar-mainmenu .menu-item:hover>.dropdown-menu>li:nth-child(6),
.wf_navbar-nav .wf_navbar-mainmenu .menu-item.focus>.dropdown-menu>li:nth-child(6) {
transition-delay: 420ms;
}
.wf_footer_copyright .widget_nav_menu .menu-item:hover>.sub-menu>li:nth-child(7),
.wf_footer_copyright .widget_nav_menu .menu-item.focus>.sub-menu>li:nth-child(7),
.wf_header .widget_nav_menu .menu-item:hover>.sub-menu>li:nth-child(7),
.wf_header .widget_nav_menu .menu-item.focus>.sub-menu>li:nth-child(7),
.wf_footer .wf_navbar-mainmenu .menu-item:hover>.dropdown-menu>li:nth-child(7),
.wf_footer .wf_navbar-mainmenu .menu-item.focus>.dropdown-menu>li:nth-child(7),
.wf_navbar-nav .wf_navbar-mainmenu .menu-item:hover>.dropdown-menu>li:nth-child(7),
.wf_navbar-nav .wf_navbar-mainmenu .menu-item.focus>.dropdown-menu>li:nth-child(7) {
transition-delay: 490ms;
}
.wf_footer_copyright .widget_nav_menu .menu-item:hover>.sub-menu>li:nth-child(8),
.wf_footer_copyright .widget_nav_menu .menu-item.focus>.sub-menu>li:nth-child(8),
.wf_header .widget_nav_menu .menu-item:hover>.sub-menu>li:nth-child(8),
.wf_header .widget_nav_menu .menu-item.focus>.sub-menu>li:nth-child(8),
.wf_footer .wf_navbar-mainmenu .menu-item:hover>.dropdown-menu>li:nth-child(8),
.wf_footer .wf_navbar-mainmenu .menu-item.focus>.dropdown-menu>li:nth-child(8),
.wf_navbar-nav .wf_navbar-mainmenu .menu-item:hover>.dropdown-menu>li:nth-child(8),
.wf_navbar-nav .wf_navbar-mainmenu .menu-item.focus>.dropdown-menu>li:nth-child(8) {
transition-delay: 560ms;
}
.wf_footer_copyright .widget_nav_menu .menu-item:hover>.sub-menu>li:nth-child(9),
.wf_footer_copyright .widget_nav_menu .menu-item.focus>.sub-menu>li:nth-child(9),
.wf_header .widget_nav_menu .menu-item:hover>.sub-menu>li:nth-child(9),
.wf_header .widget_nav_menu .menu-item.focus>.sub-menu>li:nth-child(9),
.wf_footer .wf_navbar-mainmenu .menu-item:hover>.dropdown-menu>li:nth-child(9),
.wf_footer .wf_navbar-mainmenu .menu-item.focus>.dropdown-menu>li:nth-child(9),
.wf_navbar-nav .wf_navbar-mainmenu .menu-item:hover>.dropdown-menu>li:nth-child(9),
.wf_navbar-nav .wf_navbar-mainmenu .menu-item.focus>.dropdown-menu>li:nth-child(9) {
transition-delay: 630ms;
}
.wf_footer_copyright .widget_nav_menu .sub-menu li>a,
.wf_header .widget_nav_menu .sub-menu li>a,
.wf_footer .wf_navbar-mainmenu .dropdown-menu li>a,
.wf_navbar-nav .wf_navbar-mainmenu .dropdown-menu li>a {
padding: 1.2rem 1.8rem;
position: relative;
}
.wf_footer .wf_navbar-mainmenu .dropdown-menu li a:before,
.wf_navbar-nav .wf_navbar-mainmenu .dropdown-menu li a:before {
position: absolute;
content: "";
top: 5px;
left: 5px;
right: 5px;
bottom: 5px;
background-color: rgba(var(--wf-main-rgb), 0.08);
z-index: -1;
opacity: 0;
transform: scaleY(0);
-webkit-transform: scaleY(0);
transform-origin: center top 0;
-webkit-transform-origin: center top 0;
transition: all 300ms ease;
}
.wf_footer .wf_navbar-mainmenu .dropdown-menu li.active>a:before,
.wf_footer .wf_navbar-mainmenu .dropdown-menu li:hover>a:before,
.wf_footer .wf_navbar-mainmenu .dropdown-menu li.focus>a:before,
.wf_navbar-nav .wf_navbar-mainmenu .dropdown-menu li.active>a:before,
.wf_navbar-nav .wf_navbar-mainmenu .dropdown-menu li:hover>a:before,
.wf_navbar-nav .wf_navbar-mainmenu .dropdown-menu li.focus>a:before {
opacity: 1;
transform: scaleY(1);
-webkit-transform: scaleY(1);
}
.wf_footer .wf_navbar-mainmenu .menu-item .dropdown-menu .dropdown-menu,
.wf_navbar-nav .wf_navbar-mainmenu .menu-item .dropdown-menu .dropdown-menu {
top: 0;
left: 100%;
-webkit-transform: none;
transform: none;
}
.wf_header .widget_nav_menu .sub-menu li .sub-menu li .sub-menu,
.wf_navbar-nav .wf_navbar-mainmenu .dropdown-menu li .dropdown-menu li .dropdown-menu {
left: auto;
right: 100%;
}
.wf_header .widget_nav_menu .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu,
.wf_navbar-nav .wf_navbar-mainmenu .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
right: auto;
left: 100%;
}
.wf_header .widget_nav_menu .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu,
.wf_navbar-nav .wf_navbar-mainmenu .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
right: auto;
left: 100%;
}  button.hamburger {
background-color: transparent;
outline-offset: 5px;
outline-color: transparent;
}
button.hamburger:focus {
outline-color: var(--wf-secondary-color);
}
.hamburger {
width: 2.8rem;
height: 2.6rem;
vertical-align: middle;
overflow: hidden;
display: block;
padding: 0;
border: none;
border-radius: 0;
}
.hamburger span {
height: 2px;
width: 100%;
display: block;
margin: 0 0 6px;
background-color: var(--wf-secondary-color);
transition: all 0.2s ease-in-out;
}
.hamburger span:nth-child(2) {
width: 75%;
}
.hamburger span:first-child {
margin-top: 0;
}
.hamburger span:last-child {
margin-bottom: 0;
}
.hamburger:hover span,
.hamburger:focus span {
background-color: var(--wf-main-color);
}
.hamburger:not(.active):hover span:first-child,
.hamburger:not(.active):focus span:first-child {
-webkit-animation: hamburger 0.8s infinite ease-in-out alternate;
animation: hamburger 0.8s infinite ease-in-out alternate;
}
.hamburger:not(.active):hover span:nth-child(2),
.hamburger:not(.active):focus span:nth-child(2) {
-webkit-animation: hamburger 0.8s infinite ease-in-out alternate forwards 150ms;
animation: hamburger 0.8s infinite ease-in-out alternate forwards 150ms;
}
.hamburger:not(.active):hover span:last-child,
.hamburger:not(.active):focus span:last-child {
-webkit-animation: hamburger 0.8s infinite ease-in-out alternate forwards 300ms;
animation: hamburger 0.8s infinite ease-in-out alternate forwards 300ms;
}
.hamburger.active span {
position: absolute;
inset: 0;
margin: auto;
width: 100%;
}
.hamburger.active span:first-child {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.hamburger.active span:nth-child(2) {
opacity: 0;
visibility: hidden;
}
.hamburger.active span:last-child {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.wf_mobilenav-menu {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: space-between;
padding: 1.6rem 0;
}
.wf_mobilenav-menu>div {
flex: 0 0 33.3333333%;
}
.wf_mobilenav-menu ul,
.wf_mobilenav-menu ul li {
padding: 0;
list-style: none;
position: relative;
border: 0;
}
.wf_mobilenav-logo {
text-align: center;
}
.wf_mobilenav-toggles {
display: flex;
align-items: center;
flex-wrap: nowrap;
justify-content: flex-end;
}
.wf_mobilenav-right .wf_navbar-list-right {
padding-left: 1rem;
padding-right: 1rem;
}
.wf_mobilenav-topbar-toggle {
display: inline-block;
position: relative;
width: 2.5rem;
height: 2.5rem;
line-height: 2.8rem;
padding: 0;
cursor: pointer;
font-size: 1.5rem;
margin: 0.6rem 0;
border: 0.1rem solid rgba(189, 189, 189, 0.2);
border-radius: 100%;
overflow: hidden;
z-index: 0;
}
button.wf_mobilenav-topbar-toggle {
color: var(--wf-secondary-color);
outline-offset: -0.4rem;
background-color: #fff;
}
button.wf_mobilenav-topbar-toggle.active {
background-color: #fff;
}
.wf_mobilenav-topbar-toggle i {
vertical-align: 0.15rem;
transition: all 0.2s ease-in-out;
}
button.wf_mobilenav-topbar-toggle.active i {
color: var(--wf-main-color);
}
.wf_mobilenav-topbar-toggle.active i {
-webkit-transform: rotate(180deg) translateY(0.05rem);
transform: rotate(180deg) translateY(0.05rem);
}
.wf_mobilenav-mainmenu-content {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
display: none;
overflow: hidden;
z-index: 99999;
}
.wf_mobilenav-mainmenu-content:after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: inherit;
z-index: -1;
transition: all 0.2s ease-in-out;
}
.wf_mobilenav-mainmenu-inner {
position: absolute;
top: 0;
left: 0;
width: 90%;
max-width: 50rem;
height: 100%;
padding-top: 6.8rem;
padding-bottom: 2rem;
opacity: 0;
visibility: hidden;
overflow: hidden;
text-align: start;
color: var(--wf-secondary-color);
background: #fff;
-webkit-transform: translateX(-150%);
transform: translateX(-150%);
transition: all 0.2s ease-in-out;
box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.1);
}
@media (max-width: 25.875em) {
.wf_mobilenav-mainmenu-inner {
width: 100%;
}
}
.wf_mobilenav-mainmenu--active .wf_mobilenav-mainmenu-inner {
transform: translateX(0);
opacity: 1;
visibility: visible;
transition: all 0.2s ease-in-out;
}
.wf_mobilenav-mainmenu-inner .wf_mobilenav-mainmenu-wrap {
height: 100%;
overflow-x: hidden;
overflow-y: overlay;
-ms-touch-action: overlay;
touch-action: auto;
padding-bottom: 6rem;
}
.wf_mobilenav-mainmenu-inner .wf_mobilenav-mainmenu-wrap .title {
font-size: 1.2rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
opacity: 0.3;
margin-bottom: 1rem;
margin-top: 2rem;
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.wf_mobilenav-mainmenu-inner ul>li:first-child {
border-top: 0.1rem solid rgba(189, 189, 189, 0.2);
}
.wf_mobilenav-mainmenu-inner ul>li {
border-bottom: 0.1rem solid rgba(189, 189, 189, 0.2);
} .wf_mobilenav-mainmenu-inner .wf_navbar-mainmenu>li a {
width: 100%;
padding: 0;
padding-left: 1.5rem;
}
.wf_mobilenav-mainmenu-inner ul li.menu-item-has-children {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}
.wf_mobilenav-mainmenu-inner .dropdown-menu li:not(:last-child) {
border-bottom: 0.1rem solid rgba(189, 189, 189, 0.2);
}
.wf_mobilenav-mainmenu-inner li.menu-item-has-children ul.dropdown-menu li>a {
padding-left: 2.5rem;
width: 100%;
}
.wf_mobilenav-mainmenu-inner .menu-item-has-children>a {
flex: 1;
}
.wf_mobilenav-mainmenu-inner .dropdown-menu {
margin: 0;
float: none;
clear: both;
display: none;
background: none;
border-top: 0.1rem solid rgba(189, 189, 189, 0.2);
width: 100%;
padding: 0;
border-radius: 0;
box-shadow: none;
}
.wf_mobilenav-mainmenu-inner .menu-item a {
display: inline-block;
letter-spacing: 0.05rem;
line-height: 4.3rem;
}
.wf_mobilenav-mainmenu-inner .menu-item-has-children.current>a {
margin: 0;
color: var(--sp-primary);
}
.site--close {
padding: 0;
height: 5rem;
width: 5rem;
line-height: 5rem;
display: inline-block;
border-width: 0;
position: absolute;
top: 1.3rem;
right: 1.3rem;
background-color: transparent;
z-index: 1;
}
.site--close:before,
.site--close:after {
transform: rotate(-45deg);
content: "";
position: absolute;
top: 50%;
left: 50%;
margin-top: -0.1rem;
margin-left: -1.1rem;
display: block;
height: 2px;
width: 2.2rem;
background-color: var(--wf-secondary-color);
transition: all 0.2s ease-in-out;
}
.site--close:after {
transform: rotate(-135deg);
}
.site--close:hover:before,
.site--close:hover:after,
.site--close:focus:before,
.site--close:focus:after {
transform: rotate(0deg);
}
.wf_mobilenav-dropdown-toggle {
width: 100%;
max-width: 4.4rem;
text-align: center;
}
.wf_mobilenav-mainmenu-content .wf_mobilenav-dropdown-toggle button {
cursor: pointer;
flex-basis: 10%;
width: 100%;
text-align: center;
line-height: 4.4rem;
font-size: 1.8rem;
font-weight: 900;
padding: 0 0.72rem;
border: 0;
border-radius: 0;
color: var(--wf-secondary-color);
background: none;
border-left: 0.1rem solid rgba(189, 189, 189, 0.2);
display: flex;
align-items: center;
justify-content: center;
height: 100%;
}
.wf_mobilenav-mainmenu-content .wf_mobilenav-dropdown-toggle button:before {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
display: block;
transition: all 0.2s ease-in-out;
}
.wf_mobilenav-mainmenu-content .menu-item-has-children.current>.wf_mobilenav-dropdown-toggle>button:before {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.wf_footer .wf_mobilenav-dropdown-toggle {
display: none;
}
@media (min-width: 62em) {
.wf_mobilenav-dropdown-toggle {
display: none;
}
}
.wf_mobilenav-topbar {
display: flex;
flex-direction: column-reverse;
align-items: center;
justify-content: flex-start;
text-align: center;
background-color: var(--wf-main-color);
}
.wf_mobilenav-topbar-content {
display: none;
width: 100%;
height: auto;
padding: 1.7rem 0 1.8rem;
text-align: start;
color: var(--wf-secondary-color);
background-color: #fff;
border-bottom: 0.1rem solid rgba(189, 189, 189, 0.2);
}
.wf_mobilenav-topbar-content .wf_header-widget+.wf_header-widget {
display: none;
}
.wf_mobilenav-topbar-content .wf_header-widget>.wf-container {
padding: 0;
}
.wf_mobilenav-topbar-content .wf_header-widget .widget {
margin-bottom: 1.6rem;
}
.wf_mobilenav-topbar-content .widget--right .widget:last-child {
margin-bottom: 0;
}
.wf_mobilenav-topbar-content .widget--right .widget.widget_social:first-child:before {
background: none;
}
.wf_mobilenav-topbar-content .wf_header-widget .widget .contact__list {
padding-left: 0;
}
.wf_mobilenav-topbar-content .wf_header-widget .widget_wmc_widget select {
display: inline-block;
width: auto;
}
@media (max-width: 61.95em) {
.wf_mobilenav-topbar-content .widget--left,
.wf_mobilenav-topbar-content .widget--right,
.wf_mobilenav-topbar-content .widget--center {
justify-content: center;
text-align: center;
}
.wf_mobilenav-topbar-content .wf_header-widget .widget {
margin-bottom: 0;
}
.wf_mobilenav-topbar-content .wf_header-widget .widget--right .widget:not(:last-child):after {
display: none;
}
}
@media (max-width: 35.95em) {
.wf_mobilenav-topbar-content .widget--left,
.wf_mobilenav-topbar-content .widget--right,
.wf_mobilenav-topbar-content .widget--center {
flex-wrap: wrap;
}
.wf_mobilenav-topbar-content .wf_header-widget .widget .contact__list {
justify-content: center;
}
.wf_mobilenav-topbar-content .widget--right .widget,
.wf_mobilenav-topbar-content .widget--left .widget {
width: 100%;
padding: 0;
}
.wf_mobilenav-topbar-content .wf_header-widget .widget {
margin-bottom: 1.6rem;
}
}  @media (max-width: 44.938em) {
.wf_mobilenav-right {
padding-left: 1rem;
}
.wf_mobilenav-right .wf_navbar-info-contact {
display: none;
}
}
@media (max-width: 33.938em) {
.wf_mobilenav-right .wf_navbar-button-item {
display: none;
}
}
.widget_shopping_cart ul.product_list_widget,
.wf_navbar-shopcart ul,
.wf_mobilenav-right>ul,
.wf_navbar-right>ul {
list-style: none;
padding: 0;
margin: 0;
}
.wf_mobilenav-right>ul,
.wf_navbar-right>ul {
padding-left: 1.2rem;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
justify-content: end;
height: 100%;
}
@media (min-width: 62em) and (max-width: 74.95em) {
.wf_mobilenav-right>ul,
.wf_navbar-right>ul {
padding-left: 1rem;
}
.wf_navbar-nav .wf_navbar-mainmenu>li>a {
margin: 0 1rem;
}
}
.wf_navbar-list-right>li:not(:last-child) {
margin-right: 1.2rem;
}
.wf_mobilenav-right .wf_navbar-list-right>li:not(:last-child) {
margin-right: 1rem;
} .wf_navbar-cart-item {
position: relative;
z-index: 0;
}
.wf_navbar-cart-item .wf_navbar-shopcart {
width: 30.6rem;
padding: 2rem;
top: 140%;
right: 0;
}
.widget_shopping_cart ul.product_list_widget {
overflow-y: auto;
-webkit-overflow-scrolling: touch;
max-height: 50rem;
max-height: 50vh;
}
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li,
.widget_shopping_cart ul.product_list_widget li {
display: block;
list-style: none;
margin: 0;
padding: 1rem 0 0.5rem 7.5rem !important;
padding-right: 3rem;
min-height: 8rem;
position: relative;
overflow: hidden;
vertical-align: top;
line-height: 1.33;
border-bottom: none;
}
.wf_navbar-list-right ul.product_list_widget li {
margin-right: 0;
}
.widget_shopping_cart ul a.remove,
div.shopping-cart ul a.remove,
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove,
.woocommerce a.remove {
display: block;
width: 2.1rem !important;
height: 2.1rem !important;
line-height: 1.8rem !important;
border-radius: 100%;
font-size: 1.5rem !important;
text-align: center;
text-decoration: none;
color: #fff !important;
background-color: var(--wf-main-color) !important;
}
.widget_shopping_cart ul a.remove:hover,
.widget_shopping_cart ul a.remove:focus,
div.shopping-cart ul a.remove:hover,
div.shopping-cart ul a.remove:focus,
.woocommerce .widget_shopping_cart .cart_list li a.remove:hover,
.woocommerce .widget_shopping_cart .cart_list li a.remove:focus,
.woocommerce.widget_shopping_cart .cart_list li a.remove:hover,
.woocommerce.widget_shopping_cart .cart_list li a.remove:focus,
a.remove:hover,
a.remove:focus {
background-color: var(--wf-secondary-color);
}
.quantity {
opacity: 1;
display: inline-block;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
margin-right: 1.6rem;
white-space: nowrap;
vertical-align: top;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove,
.widget_shopping_cart ul.product_list_widget li a.remove {
left: 0;
top: 0;
z-index: 9;
}
.widget_shopping_cart ul.product_list_widget li a:not(.remove) {
display: block;
margin-bottom: 0.5rem;
padding: 0;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
line-height: 1.3;
text-decoration: none;
color: var(--wf-secondary-color);
}
.woocommerce .widget_shopping_cart .cart_list li a:not(.remove),
.woocommerce.widget_shopping_cart .cart_list li a:not(.remove) {
position: unset;
}
.widget_shopping_cart ul.product_list_widget li a:not(.remove):hover,
.widget_shopping_cart ul.product_list_widget li a:not(.remove):focus {
color: var(--wf-main-color);
}
.woocommerce .widget_shopping_cart .cart_list li a.remove:focus {
outline: 1px solid #000;
outline-offset: -1px;
}
body.woocommerce .widget_shopping_cart ul.cart_list li img,
body.woocommerce .widget_shopping_cart ul.product_list_widget li img,
.widget_shopping_cart ul.product_list_widget li img {
top: 1rem;
position: absolute;
left: 0;
width: 6rem;
height: 6rem;
float: none;
margin-right: 0;
margin-bottom: 0.5rem;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: 50% 50%;
object-position: 50% 50%;
}
.widget_shopping_cart ul.product_list_widget li .quantity {
display: block;
margin-top: 0.3rem;
font-size: 0.85em;
opacity: 0.6;
}
span.amount {
white-space: nowrap;
color: var(--wf-secondary-color);
font-weight: bold;
}
.woocommerce .widget_shopping_cart .cart_list li+li,
.woocommerce.widget_shopping_cart .cart_list li+li,
.widget_shopping_cart ul.product_list_widget li+li {
border-top: 0.1rem solid rgba(189, 189, 189, 0.2) !important;
}
.widget_shopping_cart p.total {
text-align: center;
padding: 1rem 0 !important;
border-top: 0.1rem solid rgba(189, 189, 189, 0.2) !important;
border-bottom: 0.2rem solid rgba(189, 189, 189, 0.2);
margin-bottom: 0.8rem;
}
.widget_shopping_cart .button {
width: 100%;
margin: 0.8rem 0 0;
text-align: center;
text-decoration: none;
}
.widget_shopping_cart .button:not(.checkout) {
border-color: var(--wf-secondary-color);
background-color: var(--wf-secondary-color);
color: #fff;
}
.widget_shopping_cart .button.checkout {
border-color: var(--wf-main-color);
background-color: var(--wf-main-color);
color: #fff;
}
.widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
margin: 0;
}
button.wf_navbar-sidebar-toggle,
.wf_navbar-compare-item .wf_compare_btn,
.wf_navbar-favourite-item .wf_favourite_btn,
.wf_navbar-user-item .wf_user_btn,
.wf_navbar-cart-item .wf_navbar-cart-icon,
.wf_navbar-search-item button.wf_navbar-search-toggle {
width: 3.5rem;
height: 3.5rem;
line-height: 3.5rem;
outline: 0.1rem solid rgba(189, 189, 189, 0.4);
border-radius: 50%;
position: relative;
text-decoration: none;
}
.wf_navbar-compare-item .wf_compare_btn:after,
.wf_navbar-favourite-item .wf_favourite_btn:after,
.wf_navbar-user-item .wf_user_btn:after,
.wf_navbar-cart-item .wf_navbar-cart-icon:after,
.wf_navbar-search-item button.wf_navbar-search-toggle:after {
content: "";
position: absolute;
width: 100%;
height: 100%;
display: block;
left: 0;
top: 0;
z-index: -1;
border: 0.1rem solid transparent;
border-radius: 50%;
box-sizing: border-box;
}
.wf_navbar-compare-item .wf_compare_btn:hover:after,
.wf_navbar-favourite-item .wf_favourite_btn:hover:after,
.wf_navbar-user-item .wf_user_btn:hover:after,
.wf_navbar-cart-item .wf_navbar-cart-icon:hover:after,
.wf_navbar-search-item button.wf_navbar-search-toggle:hover:after {
animation: circle_border 1s forwards;
}
.wf_navbar-compare-item .wf_compare_btn,
.wf_navbar-favourite-item .wf_favourite_btn,
.wf_navbar-user-item .wf_user_btn,
.wf_navbar-cart-item .wf_navbar-cart-icon {
font-weight: 500;
margin: 0;
color: var(--wf-secondary-color);
position: relative;
display: inline-block;
text-align: center;
transition: all 0.2s ease-in-out;
}
.wf_navbar-compare-item .wf_compare_btn:hover,
.wf_navbar-compare-item .wf_compare_btn:focus,
.wf_navbar-favourite-item .wf_favourite_btn:hover,
.wf_navbar-favourite-item .wf_favourite_btn:focus,
.wf_navbar-user-item .wf_user_btn:hover,
.wf_navbar-user-item .wf_user_btn:focus,
.wf_navbar-cart-item:hover .wf_navbar-cart-icon,
.wf_navbar-cart-item:focus-within .wf_navbar-cart-icon {
color: var(--wf-main-color);
}
.mobile-bottom-nav-wrapper .shopire-wcwl-items-count,
.wf_header li .shopire-wcwl-items-count,
.wf_navbar-cart-item .cart_count {
position: absolute;
top: -9px;
right: -3px;
width: 2.3rem;
height: 2.3rem;
margin: auto;
line-height: 2rem;
font-size: 1.2rem;
display: inline-block;
text-align: center;
color: #fff;
background-color: var(--wf-main-color);
border: 0.2rem solid #fff;
border-radius: 50%;
opacity: 0;
transform: scale(0.5) rotate(260deg);
-webkit-transform: scale(0.5) rotate(260deg);
}
.mobile-bottom-nav-wrapper .shopire-wcwl-items-count,
.wf_header li a.active .shopire-wcwl-items-count,
.wf_header li:hover .shopire-wcwl-items-count,
.wf_header li:focus-within .shopire-wcwl-items-count,
.wf_navbar-cart-icon.active .cart_count,
.wf_navbar-cart-item:hover .cart_count,
.wf_navbar-cart-item:focus-within .cart_count {
animation: count 1500ms 500ms forwards;
} .wf_navbar-wrapper.is--sticky.on>.wf-container>.wf-row+.wf-row {
display: none;
}
.product-categories {
position: relative;
z-index: 1;
}
.product-categories .product-categories-btn {
border-radius: 0;
width: 100%;
text-align: start;
padding: 1.6rem 2.2rem;
color: #fff;
background-color: var(--wf-main-color);
}
.product-categories .product-categories-btn::after {
right: 2.2rem;
border-color: #fff;
}
.product-categories .wf_navbar-nav {
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: auto;
z-index: 0;
--duration: 0.5s;
--easing: ease-in-out;
}
.product-categories .wf_navbar-nav .wf_navbar-mainmenu {
display: block;
border: 0;
border-radius: 0 0 4px 4px;
}
.product-categories .wf_navbar-nav .wf_navbar-mainmenu>li {
position: relative;
display: none;
}
.product-categories .wf_navbar-nav .wf_navbar-mainmenu>li.more {
display: block;
}
.product-categories .wf_navbar-nav .wf_navbar-mainmenu>li,
.product-categories .wf_navbar-nav .wf_navbar-mainmenu>li>a {
margin: 0;
}
.product-categories .wf_navbar-nav .wf_navbar-mainmenu>li>a {
display: flex;
align-items: center;
justify-content: start;
width: 100%;
}
.menu__active-one .product-categories .wf_navbar-nav .wf_navbar-mainmenu>li.active>a::before,
.menu__active-one .product-categories .wf_navbar-nav .wf_navbar-mainmenu>li.focus>a::before,
.menu__active-one .product-categories .wf_navbar-nav .wf_navbar-mainmenu>li:hover>a::before {
width: 100%;
}
.product-categories .wf_navbar-nav .wf_navbar-mainmenu>li a {
line-height: 4.9rem;
padding: 0 18px;
transform-origin: 0 0;
background-color: #fff;
border-bottom: 1px solid rgba(189, 189, 189, 0.4);
transition: transform var(--duration) var(--easing),
color var(--duration) var(--easing);
transition-delay: var(--delay-out);
}
.product-categories .wf_navbar-nav.closed .wf_navbar-mainmenu>li a {
transform: translateY(calc(var(--top) * -1)) scaleY(0.1) scaleX(0.2);
transition-delay: var(--delay-in);
color: transparent !important;
}
.product-categories .wf_navbar-nav .wf_navbar-mainmenu .menu-item-has-children>a {
padding-right: 2.8rem;
}
.product-categories .wf_navbar-nav .wf_navbar-mainmenu .dropdown-menu .menu-item-has-children>a:after,
.product-categories .wf_navbar-nav .wf_navbar-mainmenu .menu-item-has-children>a:after {
transform: rotate(-45deg);
right: 1.8rem;
}
.product-categories .wf_navbar-nav .wf_navbar-mainmenu .dropdown-menu {
top: 0;
left: 90%;
padding: 0;
border-radius: 0;
}
.product-categories .wf_navbar-nav .wf_navbar-mainmenu .dropdown-menu::before {
position: absolute;
content: "";
top: 2rem;
left: -0.8rem;
width: 1.5rem;
height: 1.5rem;
transform: rotate(45deg);
background-color: inherit;
border-left: 1px solid rgba(0, 0, 0, 0.2);
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.product-categories .wf_navbar-nav .wf_navbar-mainmenu .menu-item:hover>.dropdown-menu,
.product-categories .wf_navbar-nav .wf_navbar-mainmenu .menu-item:focus-within>.dropdown-menu {
left: 101%;
display: list-item;
visibility: visible;
opacity: 1;
}
.product-categories .product-categories-more-btn {
border-radius: 0;
width: 100%;
text-align: start;
padding-left: 1.8rem;
padding-right: 1.8rem;
line-height: 1.707;
color: #fff;
background-color: var(--wf-secondary-color);
}
.product-categories .product-categories-more-btn i {
margin-right: 0.8rem;
} button.wf_navbar-search-toggle {
border: 0;
padding: 0;
outline: none;
color: inherit;
background-color: transparent;
}
button.wf_navbar-search-toggle:hover,
button.wf_navbar-search-toggle:focus {
color: var(--wf-main-color);
}
.search--header {
position: fixed;
left: 0;
top: 0;
height: 100vh;
width: 100%;
z-index: 99999;
margin-top: -54rem;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
opacity: 0;
visibility: hidden;
backdrop-filter: blur(1rem);
background-color: rgba(0, 0, 0, 0.9);
-webkit-transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.wf_header-search--active .search--header {
transform: translateY(0%);
margin-top: 0;
opacity: 1;
visibility: visible;
}
.search--header:before {
content: "";
position: absolute;
left: 0;
top: 100%;
width: 100%;
height: 56rem;
background-image: url(data:image/png;base64,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);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
margin-top: 0;
}
.search--header .wf_search-close {
position: absolute;
left: 0;
right: 0;
top: 75%;
margin: 0 auto;
margin-top: -20rem;
border-radius: 50%;
text-align: center;
width: 7rem;
height: 7rem;
font-size: 3.2rem;
line-height: 7rem;
cursor: pointer;
border: none;
opacity: 0;
visibility: hidden;
padding: 0;
box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
transition: all 0.2s ease-in-out;
}
.search--header .wf_search-close i {
color: #fff;
background-color: var(--wf-main-color);
width: 100%;
height: 100%;
border-radius: inherit;
line-height: 7rem;
margin-top: 0.3rem;
transition: all 0.2s ease-in-out;
}
.search--header .wf_search-close:hover i,
.search--header .wf_search-close:focus i {
background-color: #fff;
color: var(--wf-main-color);
}
.wf_header-search--active .search--header .wf_search-close {
visibility: visible;
opacity: 1;
top: 50%;
transition-delay: 1500ms;
}
.search--header .wf_search-form {
position: absolute;
max-width: 70rem;
top: 50%;
left: 1.5rem;
right: 1.5rem;
overflow: hidden;
margin: -3.5rem auto 0;
transform: scaleX(0);
transform-origin: center;
background-color: var(--wf-secondary-color);
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
}
.wf_header-search--active .search--header .wf_search-form {
-webkit-transform: scaleX(1);
transform: scaleX(1);
transition-delay: 1200ms;
}
.search--header .wf_search-form input[type="text"],
.search--header .wf_search-form input[type="search"] {
position: relative;
display: block;
font-size: 1.8rem;
line-height: 5rem;
color: var(--wf-secondary-color);
height: 6rem;
min-height: 6rem;
width: 100%;
padding: 1rem 3rem;
font-weight: 500;
border-radius: 0;
text-transform: capitalize;
transition: all 0.2s ease-in-out;
}
.search--header .wf_search-form input[type="submit"],
.search--header .wf_search-form button {
position: absolute;
right: 0;
top: 50%;
width: 6rem;
height: 6.1rem;
background: transparent;
text-align: center;
font-size: 2rem;
padding: 0;
cursor: pointer;
border: none;
color: #fff;
background-color: var(--wf-main-color);
border-radius: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
transition: all 0.2s ease-in-out;
}
.search--header .wf_search-form button i {
position: relative;
z-index: 1;
} .search-wrapper {
position: relative;
}
.search-wrapper svg {
position: absolute;
top: 1rem;
right: 1rem;
width: 2rem;
height: 2rem;
fill: #bdbdbd;
animation: loading 500ms 0ms infinite normal linear;
transform-origin: center;
opacity: 0;
}
.header-search-form {
position: relative;
display: inline-block;
width: 100%;
padding-right: 4.2rem;
vertical-align: middle;
background-color: #ffffff;
}
.header-search-form input.header-search-input {
width: 70%;
display: inline-block;
float: left;
border-radius: 0;
position: relative;
padding-right: 35px;
line-height: 1.5;
}
.header-search-form .search-wrapper svg {
left: 65%;
}
.header-search-form .header-search-select-wrapper {
width: 30%;
display: inline-block;
float: right;
border-radius: 0;
border: 0.1rem solid rgba(189, 189, 189, 0.4);
}
.header-search-form .header-search-select {
cursor: pointer;
min-height: 4rem;
height: 4rem;
line-height: normal;
border-left: none;
border: none;
padding: 1.2rem 2.9rem 1.2rem 1.9rem;
-webkit-appearance: none;
-moz-appearance: none;
outline-offset: -5px;
background: url("data:image/svg+xml;utf8,<svg fill='rgb(36 39 46)' height='25' viewBox='0 0 24 24' width='25' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") no-repeat 92% 7px,
#f8f8f8;
}
.header-search-form .header-search-select:focus {
background: url("data:image/svg+xml;utf8,<svg fill='rgb(36 39 46)' height='25' viewBox='0 0 24 24' width='25' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") no-repeat 92% 7px,
#fff;
}
.header-search-form .header-search-button {
position: absolute;
right: 0;
width: 4.2rem;
height: 4.2rem;
padding: 0;
text-align: center;
top: 0;
border: none;
border-radius: 0;
color: #ffffff;
background-color: var(--wf-main-color);
} .mobile-bottom-nav-wrapper {
position: fixed;
left: 0;
right: 0;
bottom: 0;
width: 100%;
background-color: #fff;
box-shadow: -2px 2px 45px -20px rgba(0, 0, 0, 0.3);
max-height: 60px;
z-index: 9;
display: none;
transition: all 0.3s;
}
@media screen and (max-width: 991px) {
.mobile-bottom-nav-wrapper {
display: block;
}
}
.mobile-bottom-nav-wrapper .mobile-bottom-nav {
width: 100%;
overflow: hidden;
}
.mobile-bottom-nav-wrapper .mobile-bottom-nav>ul {
display: flex;
align-items: center;
justify-content: space-between;
flex-flow: row nowrap;
margin: 0;
padding: 1.264rem 2rem 0.9rem;
list-style: none;
white-space: nowrap;
overflow-x: auto;
}
.mobile-bottom-nav-wrapper .mobile-bottom-nav>ul>li+li {
margin-left: 1.6rem;
}
.mobile-bottom-nav-wrapper .mobile-bottom-nav>ul>li>a {
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
flex-direction: column;
text-decoration: none;
font-size: 12px;
color: var(--wf-secondary-color);
}
.mobile-bottom-nav-wrapper .mobile-bottom-nav>ul>li>a:focus,
.mobile-bottom-nav-wrapper .mobile-bottom-nav>ul>li>a.active {
color: var(--wf-main-color);
}
.mobile-bottom-nav-wrapper .mobile-bottom-nav>ul>li>a>i {
font-size: 2rem;
margin-bottom: 1px;
} .wf_navbar-listwidget .contact__list {
display: inline-flex;
}
.wf_navbar-listwidget .contact__list+.contact__list {
padding-left: 2.5rem;
margin-left: 2.5rem;
border-left: 0.1rem solid rgba(189, 189, 189, 0.4);
}
@media (min-width: 62em) and (max-width: 74.95em) {
.wf_navbar-listwidget .contact__list+.contact__list {
padding-left: 1.5rem;
margin-left: 1.5rem;
}
}
.wf_navbar-listwidget .contact__list i {
font-size: 4rem;
width: 4rem;
height: 4rem;
object-fit: cover;
margin-right: 1.2rem;
}
.wf_navbar-listwidget .contact__body .title {
font-size: 1.8rem;
}
.wf_navbar-listwidget .contact__list .description {
margin-top: 0.45rem;
} button.wf_navbar-sidebar-toggle {
cursor: pointer;
background: rgba(189, 189, 189, 0.15);
border: none;
padding: 8px 8px;
}
.wf_navbar-compare-item .wf_compare_btn:focus,
.wf_navbar-favourite-item .wf_favourite_btn:focus,
.wf_navbar-user-item .wf_user_btn:focus,
.wf_navbar-cart-item .wf_navbar-cart-icon:focus,
button.wf_navbar-sidebar-toggle:focus {
outline-color: #000;
}
button.wf_navbar-sidebar-toggle .lines {
width: 100%;
height: 13px;
position: relative;
display: flex;
flex-direction: column;
overflow: hidden;
transition: all 0.2s ease-in-out;
}
button.wf_navbar-sidebar-toggle .lines .lines-1,
button.wf_navbar-sidebar-toggle .lines .lines-2 {
height: 2px;
overflow: hidden;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
button.wf_navbar-sidebar-toggle .lines .lines-1 {
width: 24px;
transform: translate3d(0, 3px, 0);
margin: 0;
right: -5px;
}
button.wf_navbar-sidebar-toggle .lines .lines-2 {
width: 30px;
transform: translate3d(0, 8px, 0);
margin: 0;
}
button.wf_navbar-sidebar-toggle .lines .lines-1:after,
button.wf_navbar-sidebar-toggle .lines .lines-1:before,
button.wf_navbar-sidebar-toggle .lines .lines-2:after,
button.wf_navbar-sidebar-toggle .lines .lines-2:before {
content: " ";
position: absolute;
height: 2px;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-color: var(--wf-secondary-color);
opacity: 1;
width: 100%;
}
button.wf_navbar-sidebar-toggle .lines .lines-1:before,
button.wf_navbar-sidebar-toggle .lines .lines-2:before {
transform: translate3d(-100%, 0, 0);
}
button.wf_navbar-sidebar-toggle .lines .lines-1:after,
button.wf_navbar-sidebar-toggle .lines .lines-2:after {
transform: translate3d(0, 0, 0);
}
button.wf_navbar-sidebar-toggle:focus .lines .lines-1::before,
button.wf_navbar-sidebar-toggle:hover .lines .lines-1::before {
transform: translate3d(0, 0, 0);
opacity: 1;
transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms,
opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
}
button.wf_navbar-sidebar-toggle:focus .lines .lines-1::after,
button.wf_navbar-sidebar-toggle:hover .lines .lines-1::after {
transform: translate3d(36px, 0, 0);
opacity: 0;
transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s,
opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
button.wf_navbar-sidebar-toggle:focus .lines .lines-2::before,
button.wf_navbar-sidebar-toggle:hover .lines .lines-2::before {
transform: translate3d(0, 0, 0);
opacity: 1;
transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms,
opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
}
button.wf_navbar-sidebar-toggle:focus .lines .lines-2::after,
button.wf_navbar-sidebar-toggle:hover .lines .lines-2::after {
transform: translate3d(36px, 0, 0);
opacity: 0;
transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms,
opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
} @media (min-width: 48.95em) and (max-width: 61.95em) {
body.admin-bar .wf_mobilenav.is--sticky.on {
top: 32px;
}
}
@media (min-width: 37.563em) and (max-width: 48.875em) {
body.admin-bar .wf_mobilenav.is--sticky.on {
top: 46px;
}
}
body.admin-bar .wf_navbar-wrapper.is--sticky.on,
body.admin-bar .wf_navbar-sidebar-toggle+.wf_sidebar,
body.admin-bar .wf_mobilenav-mainmenu-content {
top: 46px;
}
@media (min-width: 62em) {
body.admin-bar .wf_navbar-wrapper.is--sticky.on {
top: 32px;
}
}
@media (min-width: 48.95em) {
body.admin-bar .wf_navbar-sidebar-toggle+.wf_sidebar,
body.admin-bar .wf_mobilenav-mainmenu-content {
top: 32px;
}
}
.wf_sidebar {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 9999999;
overflow: hidden;
display: flex;
justify-content: flex-end;
opacity: 0;
visibility: hidden;
background-color: rgba(0, 0, 0, 0.4);
backdrop-filter: blur(0.75rem);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition-duration: 1s;
}
.sidebar--active .wf_sidebar {
opacity: 1;
visibility: visible;
}
.wf_sidebar .off--layer {
right: -100%;
left: unset;
}
.sidebar--active .wf_sidebar .off--layer {
right: 0%;
}
.wf_sidebar .wf_sidebar-wrapper {
position: relative;
width: 40rem;
height: 100%;
padding: 4rem 3rem;
color: var(--wf-secondary-color);
background: linear-gradient(100.88deg, #f5f5f5 0.6%, #fff6eb 100%);
transform: translateX(100%);
-webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.sidebar--active .wf_sidebar .wf_sidebar-wrapper {
transform: translateX(0%);
}
.wf_sidebar .wf_sidebar-wrapper .wf_sidebar-close {
background-color: var(--wf-main-color);
}
.wf_sidebar .wf_sidebar-wrapper .wf_sidebar-close:before,
.wf_sidebar .wf_sidebar-wrapper .wf_sidebar-close:after {
background-color: #fff;
}
.wf_sidebar .wf_sidebar-wrapper .wf_sidebar-content {
position: relative;
top: 15rem;
width: 100%;
height: 100%;
padding: 1.8rem 0;
overflow-x: hidden;
overflow-y: auto;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease-in 0.3s;
transition: all 0.3s ease-in 0.3s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.sidebar--active .wf_sidebar-wrapper .wf_sidebar-content {
top: 0;
opacity: 1;
visibility: visible;
-webkit-transition: all 1s ease-out 1.2s;
transition: all 1s ease-out 1.2s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.wf_sidebar .wf_sidebar-wrapper .wf_sidebar-content .widget+.widget {
margin-top: 3rem;
}
.wf_sidebar .wf_sidebar-wrapper .wf_sidebar-content .widget .textwidget {
text-align: center;
}
.wf_sidebar .wf_sidebar-wrapper .wf_sidebar-content .widget .textwidget img {
border-radius: 2rem;
}
.wf_sidebar .wf_sidebar-wrapper .wf_sidebar-content .widget .textwidget p {
margin-top: 1.6rem;
}
.wf_sidebar .wf_sidebar-wrapper .wf_sidebar-content .widget .wp-block-heading,
.wf_sidebar .wf_sidebar-wrapper .wf_sidebar-content .widget .widget-title {
padding-left: 1.5rem;
}
.wf_sidebar .wf_sidebar-wrapper .wf_sidebar-content .widget .wp-block-heading:before,
.wf_sidebar .wf_sidebar-wrapper .wf_sidebar-content .widget .widget-title:before {
content: "";
width: 0.35rem;
position: absolute;
bottom: 0;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
height: 66%;
background-color: var(--wf-main-color);
}
.wf_navbar-info-contact .contact__list i {
width: 4.2rem;
height: 4.2rem;
background: rgba(189, 189, 189, 0.15);
color: var(--wf-main-color);
border-radius: 50%;
font-size: 2.2rem;
margin-right: 1rem;
}
.wf_navbar-info-contact .contact__body .title {
font-size: 1.6rem;
font-weight: 500;
line-height: 1;
margin-top: 3px;
margin-bottom: 1px;
}
.wf_navbar-info-contact .contact__body .description {
opacity: 0.9;
color: var(--wf-text-color);
line-height: 1.5;
font-size: 1.5rem;
} .header--one {
color: var(--wf-secondary-color);
}
.header--one .wf_header-topbar {
position: relative;
color: var(--wf-secondary-color);
background-color: rgba(189, 189, 189, 0.15);
z-index: 1;
}
.header--one .wf_navbar-menu {
justify-content: space-between;
}
.header--one .wf_navbar-nav {
text-align: start;
}
.header--one .wf-row+.wf-row .wf_navbar-right>ul {
padding-left: 0;
} .wf_footer {
padding: 0 0;
position: relative;
z-index: 0;
}
.wf_footer--one {
background-color: rgba(189, 189, 189, 0.15);
}
.wf_footer--one .footer-shape {
position: absolute;
top: 0;
bottom: 0;
left: -5%;
z-index: -1;
opacity: 0.15;
overflow: hidden;
}
.wf_footer--dark {
color: #b0a9c0;
overflow: hidden;
background-color: var(--wf-secondary-color);
}
.wf_footer--dark .widget_social li a {
color: #fff;
background: rgba(189, 189, 189, 0.2);
border: 0.1rem solid rgba(189, 189, 189, 0.2);
}
.wf_footer--dark .wf_footer_middle .widget .wp-block-heading,
.wf_footer--dark .wf_footer_middle .widget .widget-title {
color: #fff;
}
.wf_footer--one h1,
.wf_footer--one .h1,
.wf_footer--one h2,
.wf_footer--one .h2,
.wf_footer--one h3,
.wf_footer--one .h3,
.wf_footer--one h4,
.wf_footer--one .h4,
.wf_footer--one h5,
.wf_footer--one .h5,
.wf_footer--one h6,
.wf_footer--one .h6 {
color: inherit;
}
.wf_footer .widget .wp-block-image a {
display: inline-block;
vertical-align: middle;
font-size: 2.625rem;
font-weight: 500;
}
.wf_footer .widget .wp-block-image a:not(:hover, :focus) {
text-decoration: none;
} .wf_footer-top {
padding-top: 7.5rem;
padding-bottom: 6rem;
border-bottom: 0.1rem solid rgba(189, 189, 189, 0.4);
}
.wf_footer-top .contact__list i,
.wf_footer-top .contact__list img {
width: 5.5rem;
height: 5.5rem;
font-size: 2.5rem;
padding: 1rem;
object-fit: contain;
color: var(--wf-main-color);
outline: 2px solid var(--wf-main-color);
border-radius: 1rem;
} .wf_footer_middle {
position: relative;
padding-top: 7.5rem;
padding-bottom: 7.5rem;
margin-top: 0;
}
.wf_footer_middle .widget .wp-block-heading,
.wf_footer_middle .widget .widget-title {
position: relative;
padding-bottom: 1.4rem;
margin-bottom: 2.4rem;
}
.wf_footer_middle .widget .wp-block-heading:before,
.wf_footer_middle .widget .widget-title:before {
position: absolute;
content: "";
width: 5rem;
background-color: var(--wf-main-color);
height: 0.2rem;
left: 0;
bottom: 0;
border-radius: 0.5rem;
}
.wf_footer_middle .widget+.widget {
margin-top: 3rem;
}
.wf_footer_middle .widget .contact__list+.contact__list {
margin-top: 2rem;
}
.wf_footer_middle .widget .contact__list i {
font-size: 2.2rem;
width: 2.5rem;
height: 2.5rem;
}
.wf_footer_middle .widget .contact__list .contact__body .title {
color: inherit;
font-weight: 600;
font-size: 1.7rem;
}
.wf_footer_middle .widget ol li a,
.wf_footer_middle .widget:not(.widget_text):not(.widget_meta):not(.widget_recent_comments):not(.widget_payment):not(.widget_social):not(.widget_calender):not(.widget_tag_cloud) ul:not(.wp-block-social-links, .wp-block-latest-posts, .product_list_widget) li a {
display: block;
width: 100%;
}
.wf_footer_middle .widget:not(.widget_text):not(.widget_meta):not(.widget_recent_comments):not(.widget_payment):not(.widget_social):not(.widget_calender):not(.widget_tag_cloud) ul:not(.wp-block-social-links, .wp-block-latest-posts, .product_list_widget) li:not(:last-child) a {
margin-bottom: 1rem;
}
.wf_footer_middle .widget ol li a:hover,
.wf_footer_middle .widget ol li a:focus,
.wf_footer_middle .widget:not(.widget_text):not(.widget_meta):not(.widget_recent_comments):not(.widget_payment):not(.widget_social):not(.widget_calender):not(.widget_tag_cloud) ul:not(.wp-block-social-links, .wp-block-latest-posts, .product_list_widget) li a:hover,
.wf_footer_middle .widget:not(.widget_text):not(.widget_meta):not(.widget_recent_comments):not(.widget-info):not(.widget_payment):not(.widget_social):not(.widget_calender):not(.widget_tag_cloud) ul:not(.wp-block-social-links, .wp-block-latest-posts, .product_list_widget) li a:focus {
color: inherit;
opacity: 1;
}
.wf_footer .wf_footer_middle .widget.widget_social:not(.widget_text):not(.widget_meta):not(.widget_recent_comments):not(.widget_payment):not(.widget_calender):not(.widget_tag_cloud) ul:not(.wp-block-social-links, .wp-block-latest-posts, .product_list_widget) li a {
margin: 0;
padding: 0;
width: 4rem;
height: 4rem;
}
.wf_footer .wf_footer_middle .widget.widget_social:not(.widget_text):not(.widget_meta):not(.widget_recent_comments):not(.widget_payment):not(.widget_calender):not(.widget_tag_cloud) ul:not(.wp-block-social-links, .wp-block-latest-posts, .product_list_widget) li a::before {
display: none;
}
.wf_footer_middle .wp-block-gallery.has-nested-images figure.wp-block-image img {
min-height: 9.7rem;
}
.wf_business_hour .wf_business_schedule {
display: flex;
justify-content: space-between;
padding: 0.8rem;
font-size: 1.8rem;
}
.wf_footer .wf_footer_middle .widget_nav_menu .menu {
display: grid;
}
@media (min-width: 48em) {
.wf_footer .wf_footer_middle .widget_nav_menu .menu {
grid-template-columns: repeat(1, 1fr 1fr);
}
}
.wf_footer .wf_footer_middle .mc4wp-form .form-group input[type="text"],
.wf_footer .wf_footer_middle .mc4wp-form .form-group input[type="email"] {
background-color: rgba(189, 189, 189, 0.15);
color: inherit;
}
.wf_sidebar,
.wf_footer {
--wp--style--block-gap: 1.6rem;
} .wf_footer_copyright {
padding: 1.6rem 0 1.5rem;
background-color: rgba(189, 189, 189, 0.1);
border-top: 0.1rem solid rgba(189, 189, 189, 0.4);
}
.wf_footer_copyright .widget li {
display: inline-block;
margin-left: 0.85rem;
}
.wf_footer_copyright .widget li:first-child {
margin-left: 0;
}
.wf_footer_copyright .widget li a {
position: relative;
z-index: 0;
}
.wf_footer_copyright .widget.widget_payment li a {
font-size: 3rem;
}
.wf_footer_copyright .widget:not(.widget_text):not(.widget_meta):not(.widget_recent_comments):not(.widget_payment):not(.widget_social):not(.widget_calender):not(.widget_tag_cloud) ul:not(.wp-block-social-links, .wp-block-latest-posts, .product_list_widget) li a:hover,
.wf_footer_copyright .widget:not(.widget_text):not(.widget_meta):not(.widget_recent_comments):not(.widget-info):not(.widget_payment):not(.widget_social):not(.widget_calender):not(.widget_tag_cloud) ul:not(.wp-block-social-links, .wp-block-latest-posts, .product_list_widget) li a:focus,
.wf_footer_copyright .widget:not(.widget_text):not(.widget_meta):not(.widget_recent_comments):not(.widget_payment):not(.widget_social):not(.widget_calender):not(.widget_tag_cloud) ul:not(.wp-block-social-links, .wp-block-latest-posts, .product_list_widget) li a {
padding-left: 2rem;
}
.wf_footer_copyright .widget:not(.widget_text):not(.widget_meta):not(.widget_recent_comments):not(.widget_payment):not(.widget_social):not(.widget_calender):not(.widget_tag_cloud) ul:not(.wp-block-social-links, .wp-block-latest-posts, .product_list_widget) li a:before {
opacity: 0.75;
}
.wf_footer--one .wf_footer_copyright .widget .wp-block-image a,
.wf_footer--one .wf_footer_copyright .widget li:not(.widget_payment):not(.widget_social) a,
.wf_footer--one .wf_footer_copyright .wf_footer_copyright-text a {
color: inherit;
}
.wf_footer--one .wf_footer_copyright .wf_footer_copyright-text a:hover,
.wf_footer--one .wf_footer_copyright .wf_footer_copyright-text a:focus {
text-decoration-style: dotted;
}
@media (min-width: 36em) {
.wf_footer_copyright>.wf-container>.wf-row>* {
margin-top: auto;
margin-bottom: auto;
}
}
@media (max-width: 35.95em) {
.wf_footer_copyright>.wf-container>.wf-row>*:first-child {
margin-top: 0;
}
} button.wf_uptop {
position: fixed;
right: 3rem;
bottom: 3rem;
height: 4.5rem;
width: 4.5rem;
cursor: pointer;
display: block;
border-radius: 5rem;
padding: 0;
z-index: 10000;
opacity: 1;
visibility: hidden;
transform: translateY(10rem);
border: 0.2rem solid var(--wf-main-color);
transition: 1s ease;
}
.wf_uptop.active {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
transform: translateY(0);
}
@media (min-width: 48rem) {
.wf_uptop.active:hover {
transform: translateY(-0.8rem);
box-shadow: 0 0.3rem 1.6rem rgba(0, 0, 0, 0.25);
}
}
.wf_uptop:before {
position: absolute;
z-index: -1;
content: "";
top: 100%;
left: 5%;
height: 1rem;
width: 90%;
opacity: 1;
background: radial-gradient(ellipse at center,
rgba(0, 0, 0, 0.25) 0,
rgba(0, 0, 0, 0) 80%);
}
.wf_uptop:after {
position: absolute;
font-family: "Font Awesome 6 Free";
content: "\f148";
text-align: center;
line-height: 4.3rem;
font-size: 1.8rem;
color: var(--wf-main-color);
top: -1px;
left: -1px;
height: 4.5rem;
width: 4.5rem;
cursor: pointer;
display: block;
z-index: 1;
font-weight: 900;
box-shadow: none;
border-radius: 50% !important;
border-radius: 0.5rem;
animation: scroll_top_effect 1s ease infinite alternate;
}
.wf_uptop svg {
color: var(--wf-main-color);
border-radius: 50%;
background: #fff;
}
.wf_uptop svg path {
fill: none;
stroke: var(--wf-main-color);
stroke-width: 1rem;
transition: all 0.2s linear;
} .wf_post_item {
position: relative;
}
.wf_post_item .image {
position: relative;
overflow: hidden;
}
.wf_post_item .image img {
transition: 0.3s linear;
}
.wf_post_item:focus-within .image img,
.wf_post_item:hover .image img {
transform: scale(1.1);
}
.wf_post_item .image>a {
display: inline-block;
position: absolute;
inset: 0;
background-color: rgba(0, 0, 0, 0.5);
opacity: 0;
overflow: hidden;
transition: opacity 0.7s ease;
}
.wf_post_item:hover .image>a,
.wf_post_item:focus-within .image>a {
opacity: 1;
}
.wf_post_item .image .link {
position: absolute;
top: 50%;
left: 50%;
margin-top: -5px;
margin-left: -22px;
text-align: center;
font-size: 0;
}
.wf_post_item .image .link:after,
.wf_post_item .image .link:before,
.wf_post_item .image .link span {
display: inline-block;
margin-right: 7px;
width: 10px;
height: 10px;
border-radius: 50%;
background-color: #fff;
vertical-align: middle;
opacity: 0;
transition: opacity 0.2s ease;
animation: link-fadeOutRight 0.3s ease;
}
.wf_post_item .image .link:after,
.wf_post_item .image .link:before {
content: "";
}
.wf_post_item .image .link:before {
transition-delay: 0.15s;
animation-delay: 0.15s;
}
.wf_post_item .image .link:after {
margin-right: 0;
}
.wf_post_item .image .link span {
transition-delay: 0.1s;
animation-delay: 0.1s;
}
.wf_post_item:focus-within .image .link:after,
.wf_post_item:focus-within .image .link:before,
.wf_post_item:focus-within .image .link span,
.wf_post_item:hover .image .link:after,
.wf_post_item:hover .image .link:before,
.wf_post_item:hover .image .link span {
opacity: 1;
animation: link-fadeInLeft 0.3s ease;
}
.wf_post_item:focus-within .image .link:before,
.wf_post_item:hover .image .link:before {
transition-delay: 0.2s;
animation-delay: 0.2s;
}
.wf_post_item:focus-within .image .link span,
.wf_post_item:hover .image .link span {
transition-delay: 0.1s;
animation-delay: 0.1s;
}
.wf_post_item .image .date {
position: absolute;
top: 15px;
left: 15px;
z-index: 2;
display: inline-block;
min-width: 53px;
border-radius: 0;
padding: 0 6px;
background-color: #fff;
box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
color: #333;
text-align: center;
line-height: 1;
transform: translate3d(0, 0, 0);
}
.wf_post_item .image .date>span {
display: block;
}
.wf_post_item .image .date .day {
padding-top: 6px;
padding-bottom: 4px;
font-size: 24px;
}
.wf_post_item .image .date .month {
padding-top: 2px;
padding-bottom: 8px;
text-transform: uppercase;
font-weight: 600;
font-size: 12px;
}
.wf_post_item .inner {
background-color: #fff;
padding: 2.5rem 2.5rem 2.2rem;
transition: all 0.2s ease-in-out;
border: 0.1rem solid rgba(189, 189, 189, 0.4);
position: relative;
text-align: left;
}
.wf_post_item .image+.inner {
border-top: none;
}
.wf_post_item:not(.single-post):hover .inner,
.wf_post_item:not(.single-post):focus-within .inner {
border-color: transparent;
box-shadow: 0 1.2rem 6rem 0 rgba(0, 0, 0, 0.1);
}
.wf_post_item .inner .meta {
margin-bottom: 1.2rem;
}
.wf_post_item .meta ul {
display: inline-flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
list-style: none;
margin: -0.6rem 0 0 0;
padding: 0;
}
.wf_post_item .meta ul li {
margin-top: 0.6rem;
line-height: 1.2;
}
.wf_post_item .meta ul li:not(:first-child) {
margin-left: 1.2rem;
text-align: end;
}
.wf_post_item .meta ul li>div {
position: relative;
}
.wf_post_item .meta .reply {
display: inline-flex;
align-items: baseline;
position: relative;
}
.wf_post_item .meta .reply .count {
position: absolute;
top: -5px;
right: 0px;
width: 14px;
height: 14px;
border-radius: 50%;
background-color: var(--wf-text-color);
color: #fff;
text-align: center;
font-size: 9px;
line-height: 1.4rem;
}
.wf_post_item .meta .author a:not(:hover, :focus),
.wf_post_item .meta .reply a:not(:hover, :focus) {
color: inherit;
text-decoration: none;
}
.wf_post_item .meta .author i,
.wf_post_item .meta .reply i {
vertical-align: middle;
margin-right: 0.8rem;
}
.wf_post_item .meta .reply,
.wf_post_item .meta .author {
font-size: 1.4rem;
font-weight: 500;
transition: all 0.2s ease-in-out;
}
.wf_post_item .meta .author a {
display: inline-block;
vertical-align: middle;
}
.wf_post_item .meta .author img {
margin-right: 1px;
width: 2rem;
height: 2rem;
border-radius: 10rem;
object-fit: cover;
border: 0.1rem solid rgba(189, 189, 189, 0.4);
}
.wf_post_item .meta .social-share-tooltip {
position: relative;
}
.wf_post_item .meta .social-share-tooltip .social-share {
display: block;
padding: 5px;
height: auto;
line-height: 1;
pointer-events: auto;
max-width: fit-content;
position: absolute;
z-index: 1110;
visibility: hidden;
text-transform: none;
font-weight: 400;
font-size: 12px;
opacity: 0;
background-color: #000;
color: #fff;
text-align: center;
white-space: nowrap;
border-radius: 0;
bottom: 100%;
left: 50%;
transform: translateX(-50%);
margin-bottom: 8px;
}
.wf_post_item .meta .social-share-tooltip:hover .social-share,
.wf_post_item .meta .social-share-tooltip:focus-within .social-share {
visibility: visible;
opacity: 1;
animation: wf_fadeInTooltip 0.3s ease;
}
.wf_post_item .meta .social-share-tooltip .social-share:before {
content: "";
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-color: transparent;
left: 50%;
border-width: 5px 5px 0;
border-top-color: #000;
top: 100%;
margin-left: -5px;
}
.wf_post_item .meta .social-share-tooltip .social-share:after {
content: "";
position: absolute;
width: 100%;
height: 8px;
inset: auto 0 -8px 0;
}
.wf_post_item .meta .social-share-tooltip .social-share a {
text-decoration: none;
font-size: 1.4rem;
color: #fff;
padding: 6px;
display: inline-block;
}
.wf_post_item .meta .social-share-tooltip .social-share a:hover,
.wf_post_item .meta .social-share-tooltip .social-share a:focus {
opacity: 0.9;
}
.wf_post_item .image+.inner .catetag {
position: absolute;
top: -1.2rem;
left: 2%;
transform: translateX(-50%);
}
.wf_post_item .catetag {
color: #fff;
font-size: 12px;
background: var(--wf-main-color);
display: inline-block;
padding: 0.5rem 1rem;
margin-bottom: 1.8rem;
line-height: 1.25;
}
.wf_post_item .catetag i {
color: #fff;
vertical-align: middle;
}
.wf_post_item .catetag a {
text-decoration: none;
color: inherit;
font-weight: 700;
}
.wf_post_item .catetag a:hover,
.wf_post_item .catetag a:focus {
text-decoration: underline;
}
.wf_post_item .title {
font-size: 2rem;
margin-bottom: 1.1rem;
transition: all 0.2s ease-in-out;
}
.wf_post_item .more-link {
position: relative;
display: inline-block;
text-decoration: none;
line-height: 1.2;
color: var(--wf-secondary-color);
font-weight: 700;
text-transform: capitalize;
}
.wf_post_item .more-link:after {
content: "\f178";
font-family: "Font Awesome 6 Free";
font-weight: 400;
display: inline-block;
margin-left: 0.8rem;
}
.wf_post_item .more-link:hover,
.wf_post_item .more-link:focus {
color: var(--wf-main-color);
letter-spacing: 0.05rem;
} .single-post {
margin-bottom: 6rem;
}
.single-post .image {
margin-bottom: 3rem;
}
.single-post .image img {
width: 100%;
}
.single-post .wp-block-image img,
.single-post .image img {
border-radius: 2rem;
}
.single-post .inner .title {
font-size: 3.6rem;
}
.single-post .inner .meta {
margin-top: 2rem;
margin-bottom: 2.5rem;
}
.single-post .inner .meta ul {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 20px;
margin: 0;
padding: 0;
list-style: none;
}
.single-post .inner .meta li {
display: flex;
align-items: center;
font-weight: 600;
font-size: 16px;
color: var(--wf-secondary-color);
gap: 5px;
}
.single-post .inner .meta li i {
font-size: 2rem;
margin-right: 5px;
color: var(--wf-main-color);
}
.single-post .inner .meta li a:not(:hover, :focus) {
text-decoration: none;
color: inherit;
}
.single-post .inner .meta li a:not(:last-child) {
margin-right: 3px;
}
.single-post .meta_bottom {
margin-bottom: 0;
margin-top: 2.5rem;
display: flex;
align-items: center;
justify-content: space-between;
padding-top: 2.5rem;
padding-bottom: 2.5rem;
border: 0.1rem solid rgba(189, 189, 189, 0.4);
border-left: none;
border-right: none;
}
.single-post .meta_bottom .title {
font-size: 1.8rem;
display: inline-block;
margin-right: 1.2rem;
}
.single-post .meta_bottom .tags a {
font-size: 1.5rem;
border-radius: 5px;
margin-bottom: 0.3rem;
padding: 0.8rem 1.6rem;
font-weight: 500;
color: var(--wf-text-color);
display: inline-block;
text-decoration: none;
line-height: 1;
margin-right: 0.5rem;
background: rgba(14, 25, 30, 0.03);
border: 0.1rem solid rgba(189, 189, 189, 0.4);
}
.single-post .meta_bottom .tags a:hover,
.single-post .meta_bottom .tags a:focus {
border-color: var(--wf-main-color);
background-color: var(--wf-main-color);
color: #fff;
}
.single-post .meta_bottom .widget_social a {
width: 2rem;
height: auto;
color: var(--wf-text-color);
background-color: transparent;
}
.single-post .meta_bottom .widget.widget_social li a:after {
display: none;
}
.wp-block-heading {
margin-bottom: 1rem;
}
.wp-block-cover .wp-block-cover-is-layout-flow {
text-align: center;
}
.single-post p {
margin-bottom: 1.6rem;
} .author-details {
padding: 3rem;
background: rgba(var(--wf-main-rgb), 0.03);
border: 1px solid rgba(var(--wf-main-rgb), 0.2);
border-radius: 1rem;
}
.author-details .media {
width: 100%;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.author-details .media .auth-mata {
-ms-flex-item-align: start;
align-self: flex-start;
-ms-flex-negative: 1;
flex-shrink: 1;
-ms-flex-positive: 0;
flex-grow: 0;
margin-right: 3rem;
margin-top: 0;
}
.author-details .media .auth-mata img {
border-radius: 50%;
background-color: rgba(255, 255, 255);
box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.08);
width: 10rem;
height: 10rem;
}
.author-details .media .media-body {
flex: 1;
}
.author-details .media .media-body h5 {
letter-spacing: 0.025rem;
vertical-align: baseline;
}
.author-details .media .media-body h5 a:not(:hover, :focus) {
text-decoration: none;
color: var(--wf-secondary-color);
}
.author-details .media .media-body h5+p {
margin-bottom: 0;
margin-top: 0.8rem;
}
.nextprev-post-wrapper {
margin-top: 6rem;
}
.nextprev-post {
position: relative;
border: solid 1px rgba(189, 189, 189, 0.4);
border-radius: 10px;
padding: 30px;
display: flex;
align-items: center;
gap: 6px;
}
.nextprev-post .nextprev-text {
display: block;
margin-bottom: 6px;
}
.nextprev-post.next {
text-align: end;
}
.nextprev-post .post-title {
font-size: 18px;
margin: 0;
} .comments-area {
margin-top: 6rem;
border-radius: 8px;
padding: 35px 40px 50px;
background: rgba(14, 25, 30, 0.03);
border: 0.1rem solid rgba(189, 189, 189, 0.4);
}
.single-comments-title,
.comments-title {
margin-bottom: 3rem;
text-align: start;
}
.comments-title h3 {
font-size: 3.4rem;
}
.comment-list {
margin: 0 0 6rem;
padding: 0;
list-style: none;
}
.comments-area li {
list-style: none;
}
.comments-area .comment-body {
position: relative;
padding: 3rem;
min-height: 12rem;
word-wrap: break-word;
border-radius: 0;
z-index: 0;
margin-bottom: 4rem;
}
@media (min-width: 48rem) {
.comments-area .comment-body {
padding: 3rem 3rem 3rem 16.5rem;
}
}
.comments-area .comment-body:before {
content: "";
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
max-width: 100%;
z-index: -1;
border-radius: inherit;
}
@media (min-width: 48rem) {
.comments-area .comment-body:before {
max-width: calc(100% - 120px);
}
}
.comment-list .comment .comment-body:before {
background: rgba(189, 189, 189, 0.2);
border: 0.1rem solid rgba(189, 189, 189, 0.4);
}
.comments-area .comment-meta .comment-awaiting-moderation {
display: block;
width: 100%;
clear: both;
}
.comments-area .comment-meta .comment-author {
font-size: 1.6rem;
}
.comments-area .comment-meta .comment-author .fn {
font-weight: 700;
}
.comment-meta .comment-metadata>a,
.comments-area .comment-meta .comment-author a {
text-decoration: none;
color: var(--wf-secondary-color);
}
.comment-meta .comment-metadata>a:hover,
.comment-meta .comment-metadata>a:focus,
.comments-area .comment-meta .comment-author a:hover,
.comments-area .comment-meta .comment-author a:focus {
color: var(--wf-main-color);
}
.comments-area .comment-meta .comment-author img {
width: 6rem;
border-radius: 10rem;
}
@media (min-width: 48rem) {
.comments-area .comment-meta .comment-author img {
position: absolute;
z-index: 0;
left: 0;
top: 0.6rem;
width: 9rem;
border-radius: 10rem;
}
}
.comments-area .comment-meta .comment-author,
.comment-meta .comment-metadata {
line-height: 1.5;
font-size: 1.8rem;
display: inline-block;
}
.comment-content {
position: relative;
z-index: 0;
padding: 1.6rem 0;
line-height: 1.5;
}
.comment-content p {
margin-bottom: 0;
}
.comment-body .reply a,
.comment-body .edit a {
font-weight: 600;
letter-spacing: 0.03rem;
background: var(--wf-main-color);
color: #fff;
padding: 0.2rem 1.2rem;
}
.comment-body .reply a:not(:hover, :focus),
.comment-body .edit a:not(:hover, :focus) {
text-decoration: none;
}
.comment-list .comment .children .comment-body:before {
border: 0.1rem solid rgba(189, 189, 189, 0.4);
background: #fff;
}
.comment-reply-title {
font-size: 3.4rem;
}
.comment-form {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
gap: 1.2rem;
}
.comment-form>p>label {
display: block;
font-weight: 600;
margin-bottom: 3px;
color: var(--wf-secondary-color);
}
.comment-form input[type="checkbox"]+label {
display: inline-block;
}
.comment-form>p.comment-notes {
flex-basis: 100%;
width: 100%;
}
.comment-form>p:not(.comment-notes):not(.comment-form-comment):not(.comment-form-cookies-consent):not(.form-submit) {
flex: auto;
}
@media (max-width: 61.95em) {
.comment-form>p:nth-child(2n + 1):not(.comment-notes):not(.comment-form-comment):not(.comment-form-cookies-consent):not(.form-submit),
.comment-form>p:not(.comment-notes):not(.comment-form-comment):not(.comment-form-cookies-consent):not(.form-submit) {
max-width: 100%;
flex-basis: 100%;
}
}
.comment-form-comment {
max-width: 100%;
flex-basis: 100%;
}
.comment-form-cookies-consent,
.form-submit {
width: 100%;
}
.comment-form-cookies-consent label {
vertical-align: middle;
margin-left: 0.3rem;
} .navigation .nav-links {
display: flex;
gap: 16px;
justify-content: space-between;
}
.navigation .nav-links > * {
flex: 1;
}
.navigation .nav-links a {
text-decoration: none;
}
.navigation .nav-links .nextprev-post {
height: 100%;
}
.woocommerce nav.woocommerce-pagination,
.pagination {
position: relative;
text-align: center;
z-index: 0;
width: 100%;
max-width: fit-content;
display: block;
margin: 0 auto;
margin-top: 4rem;
}
.pagination h2 {
display: none;
}
.woocommerce nav.woocommerce-pagination ul {
line-height: 4rem;
border: none;
}
.woocommerce nav.woocommerce-pagination ul,
.pagination .nav-links {
display: inline-flex;
align-items: center;
}
.woocommerce nav.woocommerce-pagination ul li {
border: none;
}
.page-links .post-page-numbers,
.woocommerce nav.woocommerce-pagination ul li .page-numbers,
.pagination .page-numbers:not(.dots) {
font-weight: 600;
border-width: 0.2rem;
border-style: solid;
border-color: transparent;
display: flow-root;
font-size: 1.5rem;
font-weight: 700;
line-height: 3.24rem;
min-width: 3.9rem;
text-align: center;
padding: 0.2rem 1.2rem;
vertical-align: baseline;
white-space: nowrap;
border-radius: 50%;
text-decoration: none;
color: var(--wf-secondary-color);
border: 0.1rem solid rgba(189, 189, 189, 0.4);
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers i,
.pagination .page-numbers:not(.dots) i {
font-size: 1.3rem;
}
.page-links .post-page-numbers {
display: inline-block;
text-decoration: none;
text-align: center;
border-width: 0.1rem;
border-color: var(--wf-main-color);
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers:not(.current):hover,
.pagination .page-numbers:not(.dots, .current):hover {
color: var(--wf-main-color);
background-color: transparent;
}
.page-links .post-page-numbers:hover,
.page-links .post-page-numbers:focus,
.woocommerce nav.woocommerce-pagination ul li .page-numbers.current,
.pagination .page-numbers:not(.dots):hover,
.pagination .page-numbers:not(.dots):focus,
.pagination .nav-links .page-numbers.current {
color: #fff;
background-color: var(--wf-main-color);
}
.page-links .post-page-numbers:not(:last-child),
.pagination .page-numbers.dots,
.woocommerce nav.woocommerce-pagination ul li:not(:last-child),
.pagination .page-numbers:not(.dots):not(:last-child) {
margin-right: 1rem;
} .wf_widget-area .widget {
max-width: 100%;
overflow: hidden;
position: relative;
padding: 2.5rem 3rem 2.5rem;
border: 0.1rem solid rgba(189, 189, 189, 0.4);
border-radius: 1rem;
transition: all 0.2s ease-in-out;
}
.wf_widget-area .widget+.widget {
margin-top: 4rem;
}
.wf_widget-area .widget .wp-block-heading,
.wf_widget-area .widget .widget-title {
padding: 1.4rem 2rem 1.4rem 2rem;
margin-top: -2.5rem;
margin-right: -3rem;
margin-bottom: 2.5rem;
margin-left: -3rem;
text-align: center;
background-color: var(--wf-main-color);
color: #fff;
}
.wf_widget-area .widget .wp-block-heading:before,
.wf_widget-area .widget .widget-title:before {
position: absolute;
content: "";
background: var(--wf-main-color);
width: 100%;
height: 3px;
left: 0;
bottom: 0;
}
.wf_widget-area .widget ul:not(.wp-block-social-links) li {
border-bottom: 0.1rem dashed rgba(189, 189, 189, 0.4);
text-transform: capitalize;
padding: 10px 0;
}
.wf_widget-area .widget ul>li:first-child {
padding-top: 0;
}
.wf_widget-area .widget ul>li:last-child {
padding-bottom: 0;
border-bottom: 0;
}
.wf_widget-area .widget.widget_archive ul li a,
.wf_widget-area .widget.widget_categories ul li a,
.wf_widget-area .widget.widget_nav_menu ul li a {
position: relative;
padding-left: 2.2rem;
font-weight: 500;
display: inline-block;
}
.wf_widget-area .widget:not(.widget_payment):not(.widget_social) li a:not(:hover, :focus) {
color: var(--wf-secondary-color);
}
.wf_widget-area .widget.widget_archive ul li a::before,
.wf_widget-area .widget.widget_categories ul li a::before,
.wf_widget-area .widget.widget_nav_menu ul li a::before {
content: "\f061";
top: -0.16rem;
left: 0;
font-size: 1.8rem;
font-weight: normal;
color: var(--wf-main-color);
opacity: 0.4;
-webkit-transform: rotate(315deg);
transform: rotate(315deg);
} .widget_meta ul li a {
padding-right: 0;
padding-left: 25px !important;
}
.widget_meta ul li a:before {
left: 0;
font-family: FontAwesome;
color: var(--wf-main-color);
}
.widget_meta ul li:nth-child(1) a:before {
content: "\f007";
}
.widget_meta ul li:nth-child(2) a:before {
content: "\f08b";
}
.widget_meta ul li:nth-child(3) a:before {
content: "\f086";
}
.widget_meta ul li:nth-child(4) a:before {
content: "\f27a";
}
.widget_meta ul li:nth-child(5) a:before {
content: "\f19a";
}
.widget_meta li a:hover:before,
.widget_meta li a:focus:before {
-webkit-animation: rightCaret 600ms ease infinite;
animation: rightCaret 600ms ease infinite;
} .widget_recent_comments li {
padding: 0;
word-break: break-word;
} .wf_gallery--one .wp-block-gallery figure.wp-block-image,
.wf_gallery--one .wp-block-gallery figure.wp-block-image a {
border-radius: 2rem;
}
.wf_gallery--one .wp-block-gallery figure.wp-block-image a:before {
font-size: 5.5rem;
}
.wp-block-gallery figure.wp-block-image {
background-color: var(--wf-secondary-color);
}
.wp-block-gallery figure.wp-block-image,
.wp-block-gallery figure.wp-block-image a {
position: relative;
overflow: hidden;
border-radius: 1rem;
z-index: 0;
}
.wp-block-gallery figure.wp-block-image,
.wp-block-gallery figure.wp-block-image * {
height: 100%;
}
.wp-block-gallery figure.wp-block-image a {
display: inline-block;
}
.wp-block-gallery figure.wp-block-image a:before {
content: "\f065";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
font-family: "Font Awesome 6 Free";
font-weight: 900;
display: flex;
align-items: center;
justify-content: center;
font-size: 2.8rem;
color: #fff;
background-image: -moz-linear-gradient(90deg,
#161c2d 0%,
rgba(22, 28, 45, 0) 100%);
background-image: -webkit-linear-gradient(90deg,
#161c2d 0%,
rgba(22, 28, 45, 0) 100%);
background-image: -ms-linear-gradient(90deg,
#161c2d 0%,
rgba(22, 28, 45, 0) 100%);
transform: scale(1, 0);
transition: transform 500ms ease;
transform-origin: top center;
z-index: 0;
}
.wf_gallery .wp-block-gallery figure.wp-block-image a:before {
font-size: 5rem;
}
.wp-block-gallery figure.wp-block-image:hover a:before,
.wp-block-gallery figure.wp-block-image:focus-within a:before {
transform: scale(1, 1);
}
.wp-block-gallery figure.wp-block-image:hover a img,
.wp-block-gallery figure.wp-block-image:focus-within a img {
opacity: 0.5;
-webkit-transform: scale(1.1);
transform: scale(1.1);
} .tagcloud,
.wp-block-tag-cloud {
margin-bottom: -1rem;
}
.wp-block-tag-cloud a,
.widget_tag_cloud a {
font-size: 1.6rem !important;
display: inline-block;
line-height: 1.5;
padding: 0.6rem 1.6rem;
font-weight: 500;
position: relative;
text-decoration: none;
color: var(--wf-secondary-color);
background: rgba(14, 25, 30, 0.03);
border: 0.1rem solid rgba(189, 189, 189, 0.4);
margin-bottom: 1rem;
margin-right: 0.5rem;
border-radius: 5px;
}
.wp-block-tag-cloud a:hover,
.wp-block-tag-cloud a:focus,
.widget_tag_cloud a:hover,
.widget_tag_cloud a:focus {
color: #fff;
background-color: var(--wf-main-color);
border-color: var(--wf-main-color);
}
.wp-block-tag-cloud a:not(:hover, :focus),
.wf_footer .widget_calendar table th,
.wf_footer .widget_tag_cloud a:not(:hover, :focus) {
color: inherit;
} .calendar_wrap,
.wp-block-calendar {
position: relative;
background-color: none;
overflow: hidden;
border-radius: 0;
border-top: 0;
}
.wp-block-calendar table,
.widget_calendar table {
width: 100%;
background-color: #fff;
border: none;
margin: 0;
caption-side: top;
}
.wp-block-calendar table caption,
.widget_calendar table caption {
font-weight: 700;
color: #fff;
position: relative;
padding: 1.2rem 1.4rem;
text-align: center;
background-color: var(--wf-main-color);
}
.wp-block-calendar table th,
.wp-block-calendar table td,
.widget_calendar table th,
.widget_calendar table td {
line-height: 4rem;
padding: 0;
text-align: center;
}
.wp-block-calendar tbody td#today,
.wp-block-calendar table th,
.widget_calendar table th {
color: #fff;
background: var(--wf-main-color);
font-weight: 700;
}
.wp-block-calendar table td,
.widget_calendar table td {
font-weight: 600;
position: relative;
border-style: solid;
border-width: 0.1rem;
color: var(--wf-secondary-color);
border-color: rgba(189, 189, 189, 0.4);
}
.wp-block-calendar table tfoot,
.widget_calendar table tfoot {
background-color: rgba(14, 25, 30, 0.03);
}
.wp-calendar-nav {
font-weight: 600;
padding: 1.15rem 1.4rem;
background-color: var(--wf-main-color);
display: flex;
align-items: center;
justify-content: space-between;
}
.wp-calendar-nav a {
display: inline-block;
color: #fff;
}
.wp-calendar-nav a:not(:hover, :focus) {
text-decoration: none;
} .widget_product_search .woocommerce-product-search,
.widget_search .search-form {
display: flex;
align-items: center;
justify-content: flex-start;
gap: 1rem;
}
.widget_product_search .woocommerce-product-search button,
.widget_search .search-form .search-submit {
flex-shrink: 0;
}
.widget_search .search-form input[type="search"],
.widget_product_search .woocommerce-product-search input[type="search"] {
border-radius: 10rem;
} .wf_pagetitle {
position: relative;
padding: 4.5rem 0;
background-color: rgba(189, 189, 189, 0.15);
width: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
overflow: hidden;
z-index: 0;
}
.wf_pagetitle:not(.wf-text-center) .wf_pagetitle_content {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 1.6rem;
}
.wf_pagetitle.wf-text-right .wf_pagetitle_content {
flex-direction: row-reverse;
}
.wf_pagetitle .wf_pagetitle_content .title>* {
position: relative;
display: inline-block;
color: var(--wf-secondary-color);
line-height: 1.1;
letter-spacing: 0.02em;
}
@media (max-width: 61.95em) {
.wf_pagetitle .wf_pagetitle_content .title>* {
font-size: 4rem;
line-height: 5rem;
}
}
@media (max-width: 35.95em) {
.wf_pagetitle:not(.wf-text-center) .wf_pagetitle_content {
justify-content: center;
text-align: center;
}
.wf_pagetitle:not(.wf-text-center) .wf_pagetitle_content .title {
flex-basis: 100%;
max-width: 100%;
}
}
.wf_pagetitle .wf_pagetitle_content .wf_pagetitle_breadcrumb {
list-style: none;
margin: 0;
padding: 0;
display: inline-block;
}
.wf_pagetitle.wf-text-center .wf_pagetitle_content .wf_pagetitle_breadcrumb {
margin: 0.5rem 0 0 0;
}
.wf_pagetitle .wf_pagetitle_content .wf_pagetitle_breadcrumb li {
position: relative;
display: inline-block;
font-weight: 500;
color: var(--wf-secondary-color);
margin-right: 0.55rem;
}
.wf_pagetitle .wf_pagetitle_content .wf_pagetitle_breadcrumb li:last-child {
margin: 0;
}
.wf_pagetitle .wf_pagetitle_content .wf_pagetitle_breadcrumb li:not(:last-child, .active):after {
content: "";
display: inline-block;
width: 2rem;
height: 1px;
background-color: currentColor;
vertical-align: middle;
margin-left: 0.95rem;
}
.wf_pagetitle .wf_pagetitle_content .wf_pagetitle_breadcrumb li a:hover,
.wf_pagetitle .wf_pagetitle_content .wf_pagetitle_breadcrumb li a:focus,
.wf_pagetitle .wf_pagetitle_content .wf_pagetitle_breadcrumb li a {
color: var(--wf-secondary-color);
}
.wf_pagetitle .wf_pagetitle_content .wf_pagetitle_breadcrumb li:first-child a:not(:hover, :focus) {
opacity: 0.6;
} .patterns-layer {
position: absolute;
z-index: -1;
}
.pattern_1 {
bottom: 25%;
left: 5%;
opacity: 0.25;
animation: floating--rotate 10s infinite linear;
}
.pattern_1::before,
.pattern_1::after {
content: "";
width: 2.5rem;
height: 0.3rem;
background-color: var(--wf-main-color);
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.pattern_1::after {
-webkit-transform: translate(-50%, -50%) rotate(90deg);
transform: translate(-50%, -50%) rotate(90deg);
}
.pattern_2 {
width: 2rem;
height: 2rem;
top: 10%;
right: 3rem;
opacity: 0.25;
border-radius: 50%;
background-color: var(--wf-main-color);
animation: rotate3d 4s linear infinite;
}
@media (max-width: 767px) {
.patterns-layer {
display: none;
}
} .wf_slider {
position: relative;
overflow: hidden;
z-index: 0;
}
.wf_slider .slider {
width: 100%;
background-color: #f7f7f7;
}
.wf_slider .wf_owl_carousel,
.wf_slider .wf_slider-item,
.wf_slider .wf_slider-innercell,
.wf_slider .wf_slider-item>img {
width: 100%;
height: 100%;
min-height: 48rem;
max-height: 48rem;
object-fit: cover;
}
@media (min-width: 36em) {
.wf_slider .wf_owl_carousel,
.wf_slider .wf_slider-item,
.wf_slider .wf_slider-innercell,
.wf_slider .wf_slider-item>img {
min-height: 52rem;
max-height: 52rem;
}
}
@media (min-width: 62em) {
.wf_slider .wf_owl_carousel,
.wf_slider .wf_slider-item,
.wf_slider .wf_slider-innercell,
.wf_slider .wf_slider-item>img {
max-height: 52rem;
min-height: 52rem;
}
}
@media (min-width: 87.5em) {
.wf_slider .wf_owl_carousel,
.wf_slider .wf_slider-item,
.wf_slider .wf_slider-innercell,
.wf_slider .wf_slider-item>img {
max-height: 52rem;
min-height: 52rem;
}
}
.wf_slider .wf_slider-item img+.wf_slider-wrapper {
background-color: rgba(0, 0, 0, 0.6);
}
.wf_slider .wf_slider-wrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
z-index: 0;
}
@media (max-width: 47.938em) {
.wf_slider .wf_slider-wrapper {
padding-top: 2.4rem;
}
}
.wf_slider .wf_slider-inner {
overflow: hidden;
display: table;
width: 100%;
height: 100%;
}
.wf_slider .wf_slider-innercell {
display: table-cell;
vertical-align: middle;
}
.wf_slider .wf_slider-content {
position: relative;
margin-bottom: 5.4rem;
width: 100%;
max-width: 92rem;
z-index: 0;
}
.wf_slider .wf-text-left .wf_slider-content {
margin-right: auto;
}
.wf_slider .wf-text-center .wf_slider-content {
margin: auto;
margin-bottom: 5.4rem;
}
.wf_slider .wf-text-right .wf_slider-content {
margin-left: auto;
}
.wf_slider .wf_slider-content .subtitle {
opacity: 0;
transition: transform 1000ms ease, opacity 1000ms ease;
transform: translateY(-200px);
display: inline-block;
position: relative;
font-weight: 600;
margin-bottom: 1rem;
}
.wf_slider .active .wf_slider-content .subtitle {
opacity: 1;
transform: translateY(0);
transition-delay: 1000ms;
}
.wf_slider .wf_slider-content .title {
font-size: 4.2rem;
line-height: 1.2;
margin-bottom: 1rem;
opacity: 0;
transition: transform 1200ms ease, opacity 1200ms ease;
transform: translateX(200px);
}
.wf_slider .active .wf_slider-content .title {
opacity: 1;
transform: translateX(0);
transition-delay: 1300ms;
}
.wf_slider .wf_slider-content .text {
margin-bottom: 1.6rem;
opacity: 0;
transform: perspective(400px) rotateY(0deg) translateY(80px);
transform-origin: bottom;
transition: all 1500ms ease;
}
.wf_slider .active .wf_slider-content .text {
opacity: 1;
transform: perspective(400px) rotateY(0deg) translateY(0px);
transition-delay: 1500ms;
}
.wf_slider .wf_slider-content .wf_btn-group {
opacity: 0;
transform: perspective(400px) rotateY(0deg) translateY(80px);
transform-origin: bottom;
transition: all 1500ms ease;
}
.wf_slider .active .wf_slider-content .wf_btn-group {
opacity: 1;
transform: perspective(400px) rotateY(0deg) translateY(0px);
transition-delay: 1600ms;
}
.wf_slider .wf_slider-item img+.wf_slider-wrapper .wf_slider-content .title,
.wf_slider .wf_slider-item img+.wf_slider-wrapper .wf_slider-content .text {
color: #fff;
}
.wf_slider .wf_slider-item img+.wf_slider-wrapper .wf-btn-play-one {
color: #fff;
}
.wf_slider .wf_slider-item img+.wf_slider-wrapper .wf-btn-play-one i {
background-color: #fff;
color: var(--wf-main-color);
}
.wf_slider .wf_slider-item img+.wf_slider-wrapper .wf-btn-play-one i:after {
background-color: rgba(255, 255, 255, 0.4);
}
.wf_btn-group .wf-btn:not(:last-child) {
margin-right: 2.1rem;
}
@media screen and (min-width: 62em) and (max-width: 87.438em) {
.wf_slider .wf_slider-content .title {
font-size: 6rem;
}
}
@media (max-width: 61.95em) {
.wf_slider .wf_slider-content .title {
font-size: 3.2rem;
margin-bottom: 1.8rem;
}
.wf_slider .wf_slider-content .text {
margin-bottom: 1.8rem;
}
.wf_slider .wf_slider-content .wf-btn {
margin-bottom: 1rem;
}
.wf_btn-group .wf-btn:not(:last-child) {
margin-right: 1rem;
}
}
@media (max-width: 35.95em) {
.wf_slider .wf_slider-content .title,
.wf_slider .wf_slider-content .text {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
}
.wf_slider .wf-text-right .first {
order: 1;
}
.wf_slider .last {
text-align: start;
}
.wf_slider .last .banner-img {
margin-right: -5.5rem;
margin-left: -5.5rem;
} .wf_slider--two .wf_slider-content .subtitle,
.wf_slider--one .wf_slider-content .subtitle {
color: var(--wf-main-color);
background-color: rgba(var(--wf-main-rgb), 0.15);
display: inline-block;
padding: 6px 13px;
font-size: 1.5rem;
border-radius: 5rem;
}
@media (min-width: 992px) {
.wf_slider--one .wf_slider-item .wf_slider-wrapper .wf-row {
width: calc(100% - 334px);
margin-left: auto;
transition: width 0.7s ease;
}
} .slider.wf_owl_carousel .owl-nav [class*="owl-"] {
width: 4.6rem;
height: 4.6rem;
line-height: 4.6rem;
overflow: hidden;
font-size: 2rem;
position: absolute;
top: 50%;
border: none;
outline: none;
border-radius: 50%;
transform: translateY(-50%);
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.slider.wf_owl_carousel .owl-nav .owl-prev {
left: 2rem;
color: var(--wf-secondary-color);
background-color: #fff;
}
.slider.wf_owl_carousel .owl-nav .owl-next {
right: 2rem;
color: #fff;
background-color: var(--wf-main-color);
}
@media (max-width: 61.95em) {
.slider.wf_owl_carousel .owl-nav [class*="owl-"] {
width: 4.2rem;
height: 4.2rem;
line-height: 4.2rem;
}
.slider.wf_owl_carousel .owl-nav .owl-prev {
left: 1rem;
}
.slider.wf_owl_carousel .owl-nav .owl-next {
right: 1rem;
}
}
.slider.wf_owl_carousel .owl-nav [class*="owl-"]:hover {
opacity: 1;
color: #fff;
background-color: var(--wf-main-color);
} .wf_slider .owl-theme.owl-carousel .owl-dots {
position: absolute;
bottom: 3rem;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.wf_slider .owl-theme.owl-carousel .owl-dots .owl-dot span {
border-color: var(--wf-main-color);
}
.wf_slider .owl-theme.owl-carousel .owl-dots .owl-dot:hover span,
.wf_slider .owl-theme.owl-carousel .owl-dots .owl-dot.active span {
background: var(--wf-main-color);
}
.wf_slider .owl-theme.owl-carousel.owl-theme .owl-nav button.disabled {
opacity: 0;
visibility: hidden;
} .wf_slider--kenburn .wf_slider-item {
overflow: hidden;
}
.wf_slider--kenburn .owl-item .wf_slider-item>img {
display: block;
width: 100%;
height: 100%;
-webkit-transform-style: flat;
transform-style: flat;
-webkit-transition: all 20s;
transition: all 20s;
transition-timing-function: linear;
}
.wf_slider--kenburn .owl-item:nth-child(even) .wf_slider-item>img {
-webkit-transform: scale(1.4);
transform: scale(1.4);
-webkit-transform-origin: bottom right;
transform-origin: bottom right;
}
.wf_slider--kenburn .owl-item:nth-child(odd) .wf_slider-item>img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
-webkit-transform-origin: bottom left;
transform-origin: bottom left;
}
.wf_slider--kenburn .owl-item.active:nth-child(even) .wf_slider-item>img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.wf_slider--kenburn .owl-item.active:nth-child(odd) .wf_slider-item>img {
-webkit-transform: scale(1.4);
transform: scale(1.4);
} .section-title-one .section-title .sub-title {
display: inline-block;
color: var(--wf-main-color);
margin-bottom: 0.8rem;
}
.section-title-one .section-title .title {
font-size: 3.2rem;
line-height: 1.4;
margin-bottom: 0;
}
.section-title-one .section-title.text-white .title {
color: inherit;
}
@media (max-width: 767px) {
.section-title-one .section-title .title {
font-size: 2.2rem;
}
.section-title-one .section-title .title br {
display: none;
}
}
.section-title-one .section-title p {
margin-top: 0.7rem;
line-height: 1.4;
}
.more-link {
font-size: 95%;
line-height: 1.2;
font-weight: 500;
text-decoration: none;
color: var(--wf-main-color);
position: relative;
padding-bottom: 2px;
display: inline-block;
}
.more-link::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 82%;
height: 1px;
background-color: var(--wf-main-color);
transition: all ease 0.5s;
}
.more-link:focus::before,
.more-link:hover::before {
width: 100%;
}
.more-link i {
font-size: 18px;
position: relative;
top: 2.5px;
transform: rotate(-45deg);
}  .product-category {
text-align: center;
}
.product-category .category-inner {
position: relative;
}
.product-category .category-inner .category-image {
position: relative;
overflow: hidden;
border-radius: 50%;
}
.wf_product_category_one .product-category .category-inner .category-image {
margin-left: auto;
margin-right: auto;
max-width: 132px;
min-height: 132px;
display: flex;
align-items: center;
justify-content: center;
background-color: rgba(189, 189, 189, 0.15);
}
.product-category .category-inner .category-image a {
display: block;
margin: -1px;
transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
}
.product-category:focus-within .category-inner .category-image a,
.product-category:hover .category-inner .category-image a {
transform: scale3d(1.1, 1.1, 1);
}
.product-category .category-inner .category-image img {
width: 100%;
}
.product-category .category-inner .category-mask {
padding: 10px;
}
.product-category .category-inner .category-mask .title {
font-size: 18px;
}
.product-category .category-inner .category-mask a {
text-decoration: none;
}
.product-category .category-inner .category-link {
position: absolute;
inset: 0;
z-index: 1;
} .wf_hurry {
position: relative;
overflow: hidden;
z-index: 0;
background-color: #f7f7f7;
}
.hurry-content {
padding: 6rem 8rem;
}
.hurry-img-bg {
position: absolute;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
object-fit: cover;
z-index: -1;
}
@media only screen and (max-width: 767px) {
.hurry-content {
padding: 2.5rem;
}
.hurry-img-bg {
display: none;
}
} .about-content .about-video video {
width: 100%;
border-radius: 1.6rem;
}
.about-content .section-title p {
max-width: 60rem;
margin-left: auto;
margin-right: auto;
}
.iconbox {
text-align: center;
background-color: transparent;
border-radius: 1.6rem;
padding: 3rem 1.5rem 2rem 1.5rem;
transition: all 0.3s;
}
.iconbox:hover {
background-color: var(--wf-main-color);
color: #fff;
transform: translateY(-20px);
transition: all 0.3s;
}
.iconbox .icon {
font-size: 56px;
color: var(--wf-main-color);
line-height: 1;
margin-bottom: 1rem;
}
.iconbox .title {
font-size: 2rem;
margin-bottom: 1rem;
padding-top: 1rem;
}
.iconbox:hover .icon,
.iconbox:hover .title {
color: #fff;
transition: all 0.3s;
} .wf_work {
background-color: rgba(3, 6, 23, 0.03);
}
.wf_work .work-item {
display: flex;
gap: 2.4rem;
align-items: center;
}
@media (max-width: 991px) {
.wf_work .work-item {
display: block;
margin-bottom: 3rem;
}
}
.wf_work .work-item .work-content {
flex-basis: 49%;
}
.wf_work .work-item .work-content>div:not(:first-child) {
margin-top: 1.6rem;
}
.wf_work .work-item .work-content .title {
font-weight: 600;
font-size: 2rem;
}
.wf_work .work-item .work-content .years {
font-weight: 600;
font-size: 1.7rem;
}
.wf_work .work-item .work-img {
flex-basis: 51%;
margin: 1.6rem;
position: relative;
overflow: hidden;
border-radius: 1.6rem;
box-shadow: 8px 8px 0px 0px var(--wf-main-color);
transition: all 0.4s ease-in-out;
}
.wf_work .work-item .work-img:hover {
transform: translateY(-8px);
}
.wf_work .work-item .work-img:before,
.wf_work .work-item .work-img:after {
width: 50%;
position: absolute;
z-index: 1;
top: -100%;
left: 0;
height: 100%;
content: "";
opacity: 0.5;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
filter: alpha(opacity=25);
background: #000;
transition: all 0.7s ease-out 0s;
}
.wf_work .work-item .work-img:after {
left: inherit;
bottom: -100%;
top: inherit;
right: 0;
}
.wf_work .work-item .work-img:hover:before {
top: 0;
}
.wf_work .work-item .work-img:hover:after {
bottom: 0;
}
.wf_work .work-item .work-img img {
width: 100%;
height: 42rem;
object-fit: cover;
}
.wf_work .work-item:nth-child(odd) .work-img {
order: 1;
}
@media (max-width: 991px) {
.wf_work .work-item:nth-child(odd) .work-img {
order: unset;
}
}
.wf_work .work-item:nth-child(odd) .work-content {
order: 2;
}
@media (max-width: 991px) {
.wf_work .work-item:nth-child(odd) .work-content {
order: unset;
}
} .team .thumb {
border-radius: 1.6rem 1.6rem 0 0;
overflow: hidden;
border-bottom: 5px solid var(--wf-main-color);
}
.team .thumb img {
width: 100%;
}
.team .info {
margin-top: 1.5rem;
}
.team .info span {
margin-bottom: 0.9rem;
font-weight: 600;
text-transform: uppercase;
font-size: 1.4rem;
display: block;
line-height: 1.2;
opacity: 0.9;
}
.team .info h5 {
font-size: 2rem;
}
.team .info .widget.widget_social {
margin-top: 1.2rem;
}
.team .info .widget.widget_social li a {
width: 3rem;
height: 3rem;
font-size: 1.4rem;
} .review-card-inner {
background-color: #fff;
border: 1px solid rgba(189, 189, 189, 0.4);
border-radius: 5px;
min-height: 280px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.review-card-inner:hover,
.review-card-inner:hover .review-product {
border-color: var(--wf-main-color);
}
.review-card .top-row {
display: flex;
padding: 20px 0 10px;
border-bottom: 0;
margin: 0 15px;
align-items: center;
gap: 15px;
flex-wrap: wrap;
}
.review-card .review-thumbnail {
position: relative;
}
.review-card .review-thumbnail img {
max-width: 45px;
max-height: 45px;
border-radius: 100%;
}
.avatar-check {
position: absolute;
bottom: -6px;
right: 0;
width: 20px;
height: 20px;
background-color: #9be8d8;
display: flex;
align-items: center;
justify-content: center;
border-radius: 20px;
}
.avatar-check svg {
width: 15px;
height: 15px;
}
.avatar-check svg>* {
fill: var(--wf-secondary-color);
}
.review-card .reviewer {
text-align: start;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 10px;
flex-wrap: wrap;
}
.review-card .reviewer-name {
font-weight: 700;
font-size: 16px;
line-height: 23px;
text-transform: capitalize;
height: 50%;
display: flex;
align-items: center;
color: var(--wf-secondary-color);
}
.review-card .reviewer-verified {
border: 1px solid;
border-color: var(--wf-main-color);
color: var(--wf-main-color);
padding: 1px 7px 0;
border-radius: 5px;
text-transform: uppercase;
font-size: 8px;
max-height: 18px;
line-height: 2;
letter-spacing: 0.3px;
font-weight: 500;
}
.review-card .rating-row {
padding: 0 0 10px;
display: flex;
align-items: center;
margin: 0 15px;
}
.review-card .crstar-rating {
overflow: hidden;
position: relative;
height: 15px;
line-height: 1;
font-size: 14px;
width: 80px;
}
.review-card .crstar-rating:before {
content: "\f005\f005\f005\f005\f005";
font-family: "Font Awesome 6 Free";
font-weight: 900;
color: rgba(189, 189, 189, 0.4);
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.review-card .crstar-rating span:before {
content: "\f005\f005\f005\f005\f005";
font-family: "Font Awesome 6 Free";
font-weight: 900;
color: #ffdc00;
position: absolute;
top: 0;
left: 0;
width: 100%;
overflow: hidden;
}
.review-card .crstar-rating span {
display: block;
position: absolute;
top: 0;
left: 0;
height: 100%;
overflow: hidden;
color: #ffdc00;
font-size: 14px;
font-family: "Font Awesome 6 Free";
font-weight: 900;
}
.review-card .rating-label {
margin: 0 0 0 10px;
font-size: 9px;
line-height: 20px;
letter-spacing: 0.1em;
text-align: start;
color: #fff;
background: #019267;
height: 15px;
display: flex;
align-items: center;
justify-content: center;
padding: 0 4px;
border-radius: 3px;
}
.review-card .middle-row {
font-size: 13px;
margin: 0 15px;
}
.review-card .review-content {
margin: 0 0 12px;
}
.review-card .datetime {
font-weight: 500;
font-size: 10px;
text-transform: uppercase;
}
.review-card .review-product {
border-radius: 0;
display: flex;
align-items: center;
padding: 10px 15px;
margin-top: 10px;
line-height: 1;
border-top: 1px solid;
border-color: rgba(189, 189, 189, 0.4);
}
.review-card .product-thumbnail {
flex: 0 0 20%;
}
.review-card .product-thumbnail img {
width: 50px;
height: 50px;
max-width: none;
max-height: none;
border-radius: 0;
}
.review-card .product-title {
font-size: 13px;
font-weight: 700;
text-align: start;
color: var(--wf-secondary-color);
}
.review-card .product-title a {
text-decoration: none;
color: inherit;
} .contact-page-info .contact__list {
align-items: start;
}
.contact-page-info .contact__list i {
font-size: 3.2rem;
color: var(--wf-main-color);
width: 5.6rem;
height: 5.6rem;
background-color: rgba(189, 189, 189, 0.4);
border-radius: 5rem;
}
.contact-page-info .contact__body p+a,
.contact-page-info .contact__body .title {
font-size: 1.8rem;
font-weight: 600;
color: var(--wf-secondary-color);
}
.contact-page-info .contact__body p+a {
margin-top: 1rem;
}
.contact-page-info .contact__body a {
width: max-content;
}
.authentication-content {
padding: 5rem;
border-radius: 1.6rem;
border: 1px solid rgba(189, 189, 189, 0.4);
}
@media (max-width: 767px) {
.authentication-content {
padding: 3rem;
}
}
.authentication-content .image img {
width: 100%;
border-radius: 1.6rem;
}
.wf_form_inner .wpcf7 p {
margin-bottom: 0;
}
.wf_form_inner .wpcf7 p+p {
margin-top: 2rem;
} .not-found {
padding-left: 2rem;
padding-right: 2rem;
text-align: center;
margin: 0 auto;
max-width: 66rem;
}
.not-found .image-404 {
position: relative;
overflow: hidden;
text-align: center;
margin-bottom: 3rem;
}
.not-found .image-404 .text-clipping {
font-size: 10rem;
line-height: 0.7;
letter-spacing: 0.05em;
font-weight: bold;
text-align: center;
display: inline-block;
padding-top: 6px;
}
.not-found .image-404 .text-clipping+img {
width: 100%;
height: auto;
min-height: 100%;
object-fit: cover;
position: absolute;
top: 50%;
left: 50%;
height: 100%;
transform: translate(-50%, -50%);
max-width: none;
mix-blend-mode: lighten;
}
.not-found h4 {
font-size: 2rem;
margin-bottom: 20px;
line-height: 1.5;
letter-spacing: 2px;
}
body.error404 .not-found p {
line-height: 1.5;
margin-bottom: 32px;
}
@media (min-width: 401px) {
.not-found .image-404 .text-clipping {
font-size: 15rem;
}
}
@media (min-width: 768px) {
.not-found .image-404 .text-clipping {
font-size: 25rem;
}
.not-found h4 {
font-size: 2.6rem;
}
} .owl-filter-bar a {
color: var(--wf-secondary-color);
position: relative;
display: inline-block;
text-decoration: none;
margin-left: 1.6rem;
}
.owl-filter-bar a:hover,
.owl-filter-bar a:focus {
color: var(--wf-main-color);
}
.owl-filter-bar a:first-child {
margin-left: 0;
}
.owl-filter-bar a.current {
color: var(--wf-main-color);
text-decoration: underline;
}
.wf_popular-product .woocommerce {
position: relative;
}
#loading-indicator {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
background-color: rgba(255, 255, 255, 0.5);
margin: 0;
z-index: 1;
}
.spinner {
display: inline-block;
border: 5px solid #f3f3f3; border-top: 5px solid var(--wf-main-color); border-radius: 50%;
width: 30px;
height: 30px;
animation: floating--rotate 1s linear infinite;
}  .popular-products-carousel .owl-carousel .owl-nav button {
background-color: #ffffff;
outline: none;
border: 1px solid #e8e8e8;
width: 25px;
height: 25px;
line-height: 22px;
text-align: center;
border-radius: 0;
font-size: 18px;
font-weight: 600;
padding: 0;
position: absolute;
top: 50%;
margin: 0;
color: var(--wf-secondary-color);
transform: translateY(-50%);
}
.popular-products-carousel .owl-carousel .owl-nav .owl-prev {
left: 0;
}
.popular-products-carousel .owl-carousel .owl-nav .owl-next {
right: 0;
}
.popular-products-carousel .owl-carousel.owl-theme .owl-nav button:hover,
.popular-products-carousel .owl-carousel.owl-theme .owl-nav button:focus {
color: var(--wf-secondary-color);
background: #fff;
}  .deals-timer {
display: inline-flex;
align-items: center;
justify-content: flex-start;
flex-wrap: wrap;
}
.deals-timer .deals-item {
flex: 0 0 auto;
display: flex;
align-items: baseline;
position: relative;
z-index: 0;
padding-right: 15px;
margin-right: 12px;
}
.deals-timer .deals-item:after {
content: ":";
position: absolute;
right: 0;
top: -3px;
}
.deals-timer .deals-item:last-child:after {
display: none;
}
.deals-timer .deals-item:last-child {
padding-right: 0;
margin-right: 0;
}
.deals-timer .deals-item .deals-count h6 {
font-size: 20px;
font-weight: 600;
line-height: 1.1;
margin: 0;
}
.deals-timer .deals-item p {
font-weight: 500;
margin: 0 0 0 4px;
line-height: 1.4;
}  @media (min-width: 100em) {
body.background-boxed {
max-width: 1500px;
margin: 0 auto;
position: relative;
box-shadow: 0 0.6rem 4rem rgba(0, 0, 0, 0.15);
}
body.background-boxed .container-fluid {
max-width: 1470px;
padding-left: 1.5rem;
padding-right: 1.5rem;
}
}
@media (min-width: 75em) and (max-width: 99.95em) {
body.background-boxed {
max-width: 1200px;
margin: 0 auto;
position: relative;
box-shadow: 0 0.6rem 4rem rgba(0, 0, 0, 0.25);
}
}
@media (min-width: 62em) and (max-width: 74.95em) {
body.background-boxed {
width: 95%;
margin: 0 auto;
box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.2);
}
}
@media (max-width: 61.95em) {
body.background-boxed {
width: 100%;
}
}
.tablesaw th div a {
color: #000;;
}
.tablesaw th div a:hover,
.tablesaw th div a:focus {
color: var(--wf-main-color);
}
.tablesaw th div {
text-align: start;
}
.tablesaw .title {
color: var(--wf-secondary-color);
background: transparent;
text-transform: capitalize;
}input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
opacity:1;
}
.woocommerce-account {
color: #000;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul {
margin: 0;
padding-left: 0;
border-radius: 4px;
list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link {
border: 1px solid #eaeaea;
margin-bottom: 0;
border-bottom: 0;
font-weight: 600;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link:last-child  {
border: 1px solid #eaeaea;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul li a {
padding: 18px 30px 19px;
display: block;
color: var(--wf-secondary-color);
line-height: 1;
text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul li a:focus,
.woocommerce-account .woocommerce-MyAccount-navigation > ul li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation > ul li.is-active a {
color: #fff;
}
.woocommerce-MyAccount-content h3 {
color: var(--wf-secondary-color);
font-weight: 700;
font-size: 28px;
line-height: 40px
}
.woocommerce-account .woocommerce-MyAccount-navigation>ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation>ul li a:focus,
.woocommerce-account .woocommerce-MyAccount-navigation>ul li a:hover {
background: var(--wf-main-color)
}
.woocommerce-account .woocommerce-MyAccount-content p a:focus,
.woocommerce-account .woocommerce-MyAccount-content p a:hover {
color: var(--wf-main-color)
} .woocommerce #content input.button,
.woocommerce button.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce input.button.alt,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled[disabled],
.cart_totals .wc-proceed-to-checkout a.checkout-button {
font-size: 1.5rem;
font-weight: 600;
padding: 1.1rem 2rem;
line-height: 1.067;
text-align: center;
letter-spacing: 0.03rem;
border-width: 0.1rem;
border-style: solid;
border-color: transparent;
border-radius: 0;
overflow: hidden;
display: inline-block;
vertical-align: middle;
white-space: normal;
text-transform: initial;
font-family: inherit;
text-decoration: none;
position: relative;
z-index: 0;
color: #fff;
transition: all 0.2s ease-in-out;
}
.woocommerce .button:focus,
.woocommerce .button:hover {
color: #fff;
transition: all 0.2s ease-in-out;
}
.woocommerce #content input.button:focus,
.woocommerce #content input.button:hover,
.woocommerce a.button:focus,
.woocommerce a.button:hover,
.woocommerce button.button:focus,
.woocommerce button.button:hover,
.woocommerce input.button:focus,
.woocommerce input.button:hover,
.woocommerce-page #content input.button:focus,
.woocommerce-page #content input.button:hover,
.woocommerce-page a.button:focus,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:focus,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:focus,
.woocommerce-page input.button:hover,
.woocommerce input.button.alt:focus,
.woocommerce input.button.alt:hover,
.woocommerce input.button.disabled:focus,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled[disabled]:focus,
.woocommerce input.button:disabled[disabled]:hover,
.cart_totals .wc-proceed-to-checkout a.checkout-button:focus,
.cart_totals .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce button.button.alt:focus,
.woocommerce button.button.alt:hover {
color: #fff;
transition: all 0.2s ease-in-out;
}
.woocommerce #respond input#submit:focus,
.woocommerce #respond input#submit:hover,
.woocommerce-page #respond input#submit:focus,
.woocommerce-page #respond input#submit:hover {
color: #fff;
}
.woocommerce button.button:focus,
.woocommerce a.button:focus {
outline-offset: -3px;
outline: 1px dotted;
}
.cart_totals .wc-proceed-to-checkout a.checkout-button {
display: block;
margin-bottom: 0;
text-align: -webkit-auto;
float: left;
}
.cart-collaterals {
margin-top: 55px;
}/*/*//**/.woocommerce .widget.widget_product_categories li {
padding: 11px 0;
border-bottom: 1px solid #f7f7f7;
}
.woocommerce .widget.widget_product_categories li a {
font-weight: 600;
margin-bottom: 10px;
color: #171422;
padding-left: 28px;
position: relative;
}
.woocommerce .widget.widget_product_categories li a::before {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
content: "\f022";
font-family: FontAwesome;
font-weight: 600;
}
.widget.widget_product_tag_cloud .tagcloud:nth-child(2) {
padding-top: 10px;
}
.widget.widget_product_tag_cloud a.tag-cloud-link {
font-size: 13px !important;
color: #171422;
padding: 8px 12px;
display: inline-block;
text-decoration: none;
line-height: normal;
margin-bottom: 6px;
margin-right: 2px;
letter-spacing: 1px;
border-radius: 50px;
border: 0.1rem solid rgba(189, 189, 189, 0.4);
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.widget.widget_product_tag_cloud a.tag-cloud-link:focus,
.widget.widget_product_tag_cloud a.tag-cloud-link:hover {
color: #fff;
border-color: var(--wf-main-color);
background-color: var(--wf-main-color);
} .widget_shopping_cart ul.product_list_widget li {
font-size: 96%;
}
.woocommerce-mini-cart-item .variation {
display: grid;
grid-template-columns: 1fr 2fr;
gap: 0.8rem;
font-size: 1.5rem;
}
.woocommerce-mini-cart-item .variation dt, 
.woocommerce-mini-cart-item .variation dd,
.woocommerce-mini-cart-item .variation p {
margin: 0;
}
.woocommerce div.product form.cart+.fable-extra-wcwl-add-to-wishlist {
margin-bottom: 12px;
} #shopire-quick-view-modal .shopire-wcqv-wrapper {
display: inline-flex;
align-items: center;
}
#shopire-quick-view-modal div.shopire-wcqv-main {
padding: 25px;
max-width: 80%;
max-height: 80%;
box-shadow: none;
padding: 25px;
margin: auto;
overflow-x: hidden;
border-radius: 5px;
}
#shopire-quick-view-modal #shopire-quick-view-close {
top: 20px;
right: 20px;
width: 24px;
height: 24px;
line-height: 21px;
border-radius: 4px;
color: #fff;
background-color: var(--wf-main-color);
opacity: 1;
font-size: 80%;
font-weight: 600;
}
.widget_shopping_cart_content .cart-header i,
.cart-wrapper .cart-icon-wrap i {
display: inline-block;
color: inherit;
vertical-align: middle;
}
.cart-icon-wrap,
.cart-wrapper {
position: relative;
}
.cart-wrapper .cart-icon-wrap .cart-count span {
position: absolute;
top: 20px;
right: 0;
width: 20px;
height: 20px;
line-height: 2.05;
display: inline-block;
font-size: 10px;
color: #fff;
border-width: 1px;
border-style: solid;
border-radius: 50%;
text-align: center;
background-color: var(--wf-main-color);
}
.widget_shopping_cart_content .cart-header,
.shopping-cart .cart-header {
display: flex;
align-items: center;
justify-content: space-between;
color: var(--wf-main-color);
border-bottom: 1px solid rgba(189, 189, 189, 0.4);
padding-bottom: 15px;
}
.shopping-cart .cart-badge {
color: #fff;
font-size: 10px;
margin: 0;
width: 16px;
height: 16px;
line-height: 1.6;
text-align: center;
vertical-align: super;
border-radius: 100px;
display: inline-block;
background-color: var(--wf-main-color);
}
.widget_shopping_cart_content ul.cart-items,
div.shopping-cart ul.cart-items {
padding: 0;
margin: 0;
list-style: none;
max-height: 320px;
overflow-x: hidden;
overflow-y: auto;
}
.widget_shopping_cart ul.cart-items li,
div.shopping-cart ul.cart-items li {
display: inline-block;
width: 100%;
margin: 0;
padding: 30px !important;
list-style: none;
font-size: 15px;
position: relative;
border-bottom: 1px solid rgba(189, 189, 189, 0.4);
}
.widget_shopping_cart ul.cart-items li:last-child,
div.shopping-cart ul.cart-items li:last-child {
margin-bottom: 0;
border-bottom: 0;
}
.widget_shopping_cart ul.cart-items li a:not(.remove),
div.shopping-cart ul.cart-items li a:not(.remove) {
line-height: 10px;
}
.shopping-cart .cart-items .item-img {
float: left;
margin-right: 12px;
width: 68px;
height: 68px;
text-align: center;
border-radius: 0;
line-height: 4.5;
border: 1px solid rgba(189, 189, 189, 0.4);
}
.shopping-cart .cart-items .item-img img {
margin: 0;
width: 100%;
vertical-align: baseline;
border-radius: 0;
float: none;
}
.shopping-cart .cart-items .item-name {
display: block;
font-weight: 600;
font-size: 1rem;
}
.shopping-cart .cart-items a:not(:hover, :focus) .item-name {
color: var(--wf-secondary-color);
}
.shopping-cart .cart-items .amount {
font-size: 12px;
font-weight: 600;
margin-right: 0;
color: #222;
}
.shopping-cart .cart-items .item-price {
margin-top: 5px;
margin-right: 0;
color: var(--wf-secondary-color-dark);
display: inline-block;
font-size: 15px;
font-weight: 600;
vertical-align: text-bottom;
}
.shoppingcart-bottom .btn {
padding: 11px 60px;
line-height: 20px;
font-size: 97%;
letter-spacing: 0.35px;
}
.widget_shopping_cart .btn i,
.shopping-cart .btn i {
font-size: 12px;
margin-left: 2px;
position: relative;
top: -1px;
}
.widget_shopping_cart ul a.remove,
div.shopping-cart ul a.remove {
float: right;
margin-top: 0;
}
.shopping-cart-total {
display: flex;
font-size: 20px;
font-weight: 600;
justify-content: space-between;
align-items: center;
}
.shoppingcart-bottom {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 16px;
}
.widget_shopping_cart_content .shoppingcart-bottom .btn {
padding: 5px 20px;
} .select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
background-color: rgba(var(--wf-main-rgb), 0.2);
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
background-color: var(--wf-main-color);
}
.logo-content .container.woo-container {
padding: 0;
}
.woo-container .row {
width: 100%;
flex-basis: 100%;
}
.logo-content .woocommerce div.product {
margin-bottom: 0;
}
.woocommerce div.product:after {
content: "";
display: table;
clear: both;
}
.woocommerce form.woocommerce-ordering {
margin: 0 0 2em;
}
.logo-content .page-title {
font-size: 25px;
margin-bottom: 1.25rem;
}
#product-content .woocommerce-result-count {
display: inline-block;
vertical-align: middle;
} .woocommerce ul.products.owl-carousel li.product {
float: none;
width: 100%;
margin: 0;
}
.woocommerce .woocommerce-ordering select.orderby {
background-color: #fff;
border-color: rgba(189, 189, 189, 0.4);
cursor: pointer;
min-height: 4.5rem;
}
.woocommerce p.woocommerce-result-count {
margin: 0;
padding: 0.792rem 1.6rem;
float: right;
margin-left: 1.5rem;
background-color: #fff;
border: 1px solid rgba(189, 189, 189, 0.4);
}
.woocommerce .gridlist-toggle {
float: left;
display: inline-block;
line-height: 4.5rem;
}
.woocommerce .gridlist-toggle a {
width: 4.5rem;
height: 4.5rem;
display: inline-block;
text-align: center;
font-size: 1.7rem;
margin-right: 1rem;
color: var(--wf-secondary-color);
background-color: #fff;
border: 1px solid rgba(189, 189, 189, 0.4);
}
.woocommerce .gridlist-toggle a:hover,
.woocommerce .gridlist-toggle a:focus,
.woocommerce .gridlist-toggle a.active {
color: var(--wf-main-color);
}
.product-single {
background-color: #ffffff;
border: 1px solid rgba(189, 189, 189, 0.4);
border-radius: 12px;
position: relative;
z-index: 0;
overflow: hidden;
transition: all 0.2s ease-in-out;
}
.woocommerce ul.products.columns-1 li.product {
width: 100%;
float: none;
clear: both;
margin: 0 0 2.992em;
}
@media (min-width: 768px) and (max-width: 991px) {
.woocommerce ul.products.columns-3:not(.owl-carousel) li.product,
.woocommerce-page ul.products.columns-3:not(.owl-carousel) li.product,
.woocommerce ul.products.columns-4:not(.owl-carousel) li.product,
.woocommerce-page ul.products.columns-4:not(.owl-carousel) li.product {
width: 30.75%;
float: left;
margin: 0 2.58% 1.2em 0;
clear: none !important;
}
}
@media (min-width: 576px) and (max-width: 767px) {
.woocommerce ul.products.columns-3:not(.owl-carousel) li.product,
.woocommerce-page ul.products.columns-3:not(.owl-carousel) li.product,
.woocommerce ul.products.columns-4:not(.owl-carousel) li.product,
.woocommerce-page ul.products.columns-4:not(.owl-carousel) li.product {
width: 48%;
}
}
@media (max-width: 575px) {
.woocommerce ul.products.columns-2:not(.owl-carousel) li.product,
.woocommerce-page ul.products.columns-2:not(.owl-carousel) li.product,
.woocommerce ul.products.columns-3:not(.owl-carousel) li.product,
.woocommerce-page ul.products.columns-3:not(.owl-carousel) li.product,
.woocommerce ul.products.columns-4:not(.owl-carousel) li.product,
.woocommerce-page ul.products.columns-4:not(.owl-carousel) li.product {
width: 100%;
}
}
.product-img {
position: relative;
overflow: hidden;
text-align: center;
}
.woocommerce ul.products li.product a {
display: inline-block;
}
.product-single .product-content a {
color: var(--wf-secondary-color);
}
.product-single .product-content a:hover,
.product-single .product-content a:focus {
color: var(--wf-main-color);
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
text-decoration: none;
}
.woocommerce-Price-amount.amount,
ins .woocommerce-Price-amount.amount bdi {
color: var(--wf-main-color);
}
.woocommerce ul.products li.product .product-img a img {
margin-bottom: 0;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.woocommerce ul.products li.product .product-single:hover .product-img a img,
.woocommerce ul.products li.product .product-single:focus-within .product-img a img {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
.woocommerce ul.products li.product .product-single .product-img {
min-height: 200px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.woocommerce ul.products li.product .product-single .product-img > a {
width: 100%;
}
.woocommerce ul.products li.product .product-single .product-img img {
object-fit: cover;
height: 100%;
}
.woocommerce ul.products li.product .product-single .product-img .button.quickview-trigger {
position: absolute;
top: 15px;
right: 15px;
transform: translateX(50%);
margin: 0;
white-space: nowrap;
color: var(--wf-secondary-color);
background: var(--wf-secondary-color);
width: 40px;
height: 40px;
border-radius: 100%;
opacity: 0;
visibility: hidden;
padding: 0;
z-index: 0;
}
.woocommerce ul.products li.product .product-single .product-img .button.quickview-trigger:after {
content: "\f06e";
font-family: "Font Awesome 6 Free";
position: absolute;
font-size: 1.6rem;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #fff;
}
.woocommerce ul.products li.product .product-single:hover .product-img .button.quickview-trigger,
.woocommerce ul.products li.product .product-single:focus-within .product-img .button.quickview-trigger {
opacity: 1;
visibility: visible;
transform: translateX(0%);
}
.woocommerce ul.products li.product .product-single .product-content {
padding: 15px 12px 16px;
line-height: 1.25;
}
.woocommerce ul.products li.product .product-single .product-content-outer {
text-align: center;
position: relative;
z-index: 0;
}
.woocommerce .product .star-rating {
display: inline-block;
margin-bottom: 0;
height: 1.2em;
}
.woocommerce .star-rating span::before,
.woocommerce .star-rating::before {
color: #ffb919;
height: 1.2em;
top: 0.5px;
}
.woocommerce ul.products li.product .product-single h3 {
font-size: 16px;
padding: 0;
margin-bottom: 7px;
font-weight: 600;
}
.woocommerce ul.products li.product .product-single .a-list-item {
display: block;
margin-bottom: 7px;
}
.woocommerce ul.products li.product div.price {
font-size: 15px;
line-height: 1.2;
color: var(--wf-main-color);
}
.product-action {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: nowrap;
padding: 0;
transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
border-top: 1px solid rgba(189, 189, 189, 0.4);
margin: 0 auto;
height: max-content;
text-align: center;
z-index: 0;
}
.woocommerce .product-action>* {
flex: auto;
}
.woocommerce ul.products li.product .product-action .button.add_to_cart_button {
background-color: #ffff;
color: #303030;
}
.woocommerce ul.products li.product .product-action .button.add_to_cart_button.added {
display: none;
}
.woocommerce ul.products li.product .product-action .added_to_cart {
border-radius: 0;
line-height: 2.5;
white-space: nowrap;
}
.product-action a.button.shopire-wcqv-button {
display: none !important;
}
.woocommerce ul.products li.product .product-action .button.add_to_cart_button:hover,
.woocommerce ul.products li.product .product-action .button.add_to_cart_button:focus {
background-color: #303030;
color: #fff;
}
.woocommerce ul.products li.product .product-action a.button.product_type_external {
max-width: 45px;
white-space: nowrap;
color: var(--wf-main-color);
}
.woocommerce ul.products li.product .product-action a.button.product_type_external:before {
content: "\f19a";
font-family: "Font Awesome 6 Free";
margin-right: 0;
margin-left: 5px;
color: #ffffff;
}
.woocommerce ul.products li.product a.delete_item:hover,
.woocommerce ul.products li.product a.delete_item:focus {
color: var(--wf-main-color);
}
.woocommerce ul.products.list li.product.outofstock .product-action .button:before {
content: "\f06e";
font-family: "Font Awesome 6 Free";
margin-right: 5px;
color: #ffffff;
}
.woocommerce ul.products li.product a.wc-forward {
margin-top: 0;
margin-left: 5px;
font-weight: 600;
display: inline-block;
padding: 0 16px;
line-height: 35px;
border-radius: 3px;
white-space: nowrap;
background-color: var(--wf-secondary-color);
color: #ffffff;
}
.woocommerce div.product form.cart .group_table td, .woocommerce div.product form.cart .group_table td:first-child {
width: auto;
padding: .5em .15em;
vertical-align: middle;
}
.woocommerce-page.woocommerce-cart #content table.cart td.actions .coupon input.input-text[type="text"] {
min-height: 41px;
margin-right: 12px;
}
.woocommerce #reviews #comments h3 {
font-size: 28px;
letter-spacing: 0.5px;
margin-bottom: 20px;
}
.woocommerce div.product .woocommerce-tabs .panel h3 {
font-size: 30px;
margin-bottom: 10px;
}
.related.products h3 {
text-transform: capitalize;
}
.product .product-single ul.rate {
margin-top: 15px;
font-size: 16px;
}
.product .product-single ul.rate li i.fa.fa-star:before {
margin-right: 5px;
}
.product .product-single ul.rate {
transform: translateX(-100%);
margin-top: -40px;
font-size: 16px;
width: 100%;
text-align: left;
opacity: 0;
visibility: hidden;
-webkit-transition: .3s;
transition: .3s;
}
.product .product-single ul.rate li {
background-color: rgb(17 17 17 / 0.7);
display: inline-block;
text-align: center;
color: #fff;
min-height: 40px;
line-height: 40px;
padding: 0 17px;
border-radius: 0 20px 0 0;
}
.product .product-single:hover ul.rate,
.product .product-single:focus-within ul.rate {
opacity: 1;
visibility: visible;
transform: translateX(0);
}
p.woocommerce-notice.woocommerce-notice--success {
margin-bottom: 15px;
padding: 15px;
border-top: 2px solid transparent;
}
.woocommerce ul.order_details {
padding: 15px 15px 0;
background-color: #fff;
border: 1px solid #d3ced2;
}
.woocommerce ul.order_details li {
margin-bottom: 15px;
}
.woocommerce .woocommerce-order h2 {
font-size: 32px;
margin-bottom: 15px;
}
.woocommerce section.woocommerce-customer-details address {
border-radius: 0;
border: 1px solid #d3ced2;
padding: 22px;
}
p.woocommerce-notice.woocommerce-notice--success,
div.woocommerce-info,
p.woocommerce-info,
li.woocommerce-info {
line-height: 41px;
border: 0;
background-color: #f9f9f9;
box-shadow: none;
}
.woocommerce .woocommerce-info::before {
font-family: FontAwesome;
content: "\f096";
text-shadow: 5px 5px var(--wf-main-color);
}
p.woocommerce-notice.woocommerce-notice--success a,
div.woocommerce-info a,
p.woocommerce-info a,
li.woocommerce-info a,
p.woocommerce-notice.woocommerce-notice--success:before,
div.woocommerce-info:before,
p.woocommerce-info:before,
li.woocommerce-info:before {
color: var(--wf-main-color);
}
.product .product-single a.added_to_cart.wc-forward {
font-weight: 600;
letter-spacing: 0.5px;
display: block;
}
.dark-product .product-single {
background-color: var(--wf-main-color);
}
.dark-product .product-single h2,
.dark-product .product-single .woocommerce-Price-amount.amount {
color: #fff;
}
.woocommerce .dark-product div.product-single a.button,
.woocommerce div.product-single .dark-product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
color: var(--wf-main-color);
background-color: #fff;
}
.dark-product .product-single a.added_to_cart.wc-forward {
color: #fff;
}
.single-product .product .product_title.entry-title {
letter-spacing: 0.65px;
font-size: 3.2rem;
margin-bottom: 3px;
}
.single-product .product p.price {
margin-bottom: .5em;
}
.single-product .product .shopire-stocks {
margin-bottom: 1.8rem;
}
.single-product .product .product_meta>span {
display: block;
}
.single-product .product .product_meta .sku_wrapper .sku {
font-weight: 500;
}
.single-product .product .product_meta .posted_in a:not(:hover, :focus) {
text-decoration: none;
}
.single-product .product .single_add_to_cart_button {
margin-left: 6px;
}
span.woocommerce-input-wrapper {
width: 100%;
}
.select2-container--default span.select2-selection--single {
height: 34px;
border-radius: 0;
background-color: #fbfbfb;
border-color: #e9e9ea;
}
.select2-container--default .select2-selection--single span.select2-selection__rendered {
line-height: 34px;
}
.select2-container--default .select2-selection--single span.select2-selection__arrow {
height: 30px;
}
.woocommerce form p.form-row {
margin: 0 0 25px;
padding: 0;
}
.woocommerce form p.form-row:not(.form-row-first):not(.form-row-last) {
clear: both;
}
.woocommerce-checkout-review-order li {
position: relative;
}
.woocommerce-checkout-review-order li label {
margin-bottom: 0;
vertical-align: middle;
line-height: 1.5;
display: inline-flex;
align-items: center;
}
.woocommerce-checkout div#payment.woocommerce-checkout-payment {
background-color: #fff;
border: 1px solid #d8d8d8;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
body.woocommerce-checkout #payment div.payment_box {
background-color: rgba(var(--wf-main-rgb), 0.2);
border: 2px solid var(--wf-main-color);
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
body.woocommerce-checkout #payment div.payment_box::before {
border-color: var(--wf-main-color);
border-right-color: transparent !important;
border-left-color: transparent !important;
border-top-color: transparent !important;
top: -0.95em;
}
.woocommerce-checkout-review-order #payment ul.payment_methods label img {
height: 38px;
margin-left: 0.75em;
}
.woocommerce-checkout #payment .payment_method_paypal a.about_paypal {
padding: 0 10px;
background-color: #fff;
line-height: 30px;
border-radius: 20px;
font-weight: 600;
box-shadow: 0 0 10px -2px rgb(0 0 0 / 0.2);
}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
margin-bottom: 18px;
}
.woocommerce form .form-row textarea.input-text {
padding: 7px;
}
.woocommerce .quantity .qty {
padding: .25rem;
min-height: 34px;
}
.woocommerce form .form-row input.input-checkbox,
.woocommerce form .form-row input.input-checkbox#terms {
outline: none;
outline-offset: unset;
display: inline-block;
}
.woosl-button.add-to-cart,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.xoo-wsc-ft-buttons-cont a.button {
color: #fff;
background-color: var(--wf-main-color);
}
.woosl-button.add-to-cart {
border: none;
}
.woocommerce-page.woocommerce-cart #content table.cart td.actions .coupon input.input-text[type="text"] {
padding: 6px 16px 6px;
width: 100%;
max-width: 182px;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
color: #fff;
}
@media only screen and (min-width:992px) {
.woocommerce-checkout #payment .payment_method_paypal a.about_paypal {
position: absolute;
right: 0;
}
}
@media only screen and (max-width:991px) {
.woocommerce ul.order_details li {
float: none;
border-right: 0;
padding-bottom: 10px;
border-bottom: 1px dashed #d3ced2;
}
.woocommerce .gridlist-toggle {
float: none;
display: block;
margin-bottom: 12px;
}
.woocommerce p.woocommerce-result-count {
display: block;
text-align: center;
width: 100%;
margin-left: 0;
margin-bottom: 13px;
}
.woocommerce .woocommerce-ordering {
display: block;
width: 100%;
margin-top: 0.5em;
}
.woocommerce .col2-set div.col-2,
.woocommerce-page .col2-set div.col-2,
.woocommerce .col2-set div.col-1,
.woocommerce-page .col2-set div.col-1 {
width: 100%;
max-width: 100%;
}
}
.product .sale-ribbon {
top: 15px;
left: 15px;
}
.woocommerce span.onsale {
top: 35px;
left: 35px;
}
.product .sale-ribbon,
.woocommerce span.onsale {
position: absolute;
margin: 0;
font-size: 14px;
font-weight: 500;
text-align: center;
padding: 0 10px;
line-height: 24px;
display: inline-block;
border-radius: 6px;
color: #fff;
background: var(--wf-main-color);
z-index: 1;
}
.woocommerce ul.products li.product span.onsale {
top: 1.8rem;
left: 1.8rem;
right: unset;
}
.product-action .fable-extra-wcwl-add-button {
margin-bottom: 0;
}
.fable-extra-wcwl-add-to-wishlist .fable-extra-wcwl-add-button a span {
display: none;
}
.fable-extra-wcwl-add-to-wishlist .fable-extra-wcwl-add-button a,
.woocommerce a.compare.button {
display: inline-block;
vertical-align: middle;
width: 40px;
height: 40px;
line-height: 40px;
max-width: 40px;
white-space: nowrap;
text-align: center;
overflow: hidden;
background-color: #ffffff;
border: 1px solid rgba(189, 189, 189, 0.4);
border-radius: 100%;
padding: 0;
color: var(--wf-secondary-color);
font-size: 15px;
font-weight: 500;
text-decoration: none;
transition: all 0.2s ease-in-out;
}
.woocommerce a.compare.button:hover,
.woocommerce a.compare.button:focus {
border-color: var(--wf-main-color);
background-color: var(--wf-main-color);
color: #ffffff;
}
.woocommerce div.product .fable-extra-wcwl-add-to-wishlist {
max-width: max-content;
margin: 5px;
}
.woocommerce ul.products li.product a.add_to_wishlist,
.woocommerce ul.products li.product .add_to_wishlist {
border-radius: 0;
position: relative;
border: 0;
}
.woocommerce ul.products li.product .product-action .fable-extra-wcwl-add-to-wishlist,
.woocommerce ul.products li.product .product-action>a {
margin: 0;
}
.woocommerce ul.products li.product .compare.button {
position: relative;
color: #ffffff;
flex-shrink: 0;
background-color: #fff;
border: none;
border-radius: 0;
cursor: pointer;
}
.woocommerce ul.products li.product a.add_to_wishlist:before,
.woocommerce ul.products li.product .add_to_wishlist:before,
.woocommerce ul.products li.product a.compare.button:before {
content: "";
position: absolute;
top: 0;
right: 0;
width: 1px;
height: 100%;
background: rgba(189, 189, 189, 0.4);
}
.woocommerce ul.products li.product a.add_to_wishlist:before,
.woocommerce ul.products li.product .add_to_wishlist:before {
right: unset;
left: 0;
}
.woocommerce ul.products li.product a.compare.button:after {
content: "\f021";
color: var(--wf-secondary-color);
font-family: 'FontAwesome';
position: absolute;
inset: 0;
margin: auto;
transition: all 0.2s ease-in-out;
}
.woocommerce ul.products li.product a.compare.button:hover:after,
.woocommerce ul.products li.product a.compare.button:focus:after {
color: var(--wf-main-color);
}
.in_wishlist i::after,
.compare.in_compare i::after {
content: "\f058";
font-family: "FontAwesome";
position: absolute;
top: 2px;
right: 2px;
font-size: 12px;
}
.fable-extra-wcwl-add-to-wishlist span.feedback {
display: inline-block;
line-height: 34px;
}
.woocommerce ul.products li.product .fable-extra-wcwl-wishlistexistsbrowse i,
.woocommerce ul.products li.product .compare:hover,
.woocommerce ul.products li.product .add_to_wishlist:hover,
.woocommerce ul.products li.product .compare:focus,
.woocommerce ul.products li.product .add_to_wishlist:focus {
color: var(--wf-main-color);
}
.woocommerce ul.products li.product .fable-extra-wcwl-wishlistexistsbrowse i,
.woocommerce ul.products li.product .add_to_wishlist i {
margin-right: 0;
}
.woocommerce .fable-extra-wcwl-wishlistexistsbrowse span {
margin-left: 5px;
}
.fable_extra_magnifier_gallery {
padding: 0;
list-style: none;
margin-bottom: 0;
}
.fable_extra_magnifier_gallery li {
display: inline-block;
padding: 6px;
}
.fable_extra_magnifier_gallery li a {
padding: 5px;
border: 1px solid rgba(189, 189, 189, 0.4);
}
.fable_extra_magnifier_zoom_magnifier {
border: 5px solid #ffffff !important;
box-shadow: 0 0 25px rgb(0 0 0 / 15%);
}
.woocommerce div.product div.images .owl-nav button,
.single-product.woocommerce .thumbnails div#slider-prev,
.single-product.woocommerce .thumbnails div#slider-next {
width: 3.6rem;
height: 3.6rem;
overflow: hidden;
color: var(--wf-secondary-color);
background-color: #ffffff;
border-radius: 50%;
display: block;
font-size: 1.8rem;
border: 1px solid rgba(189, 189, 189, 0.4);
transition: all .35s cubic-bezier(.645, .045, .355, 1);
}
.woocommerce div.product div.images .owl-nav button:hover,
.single-product.woocommerce .thumbnails div#slider-prev:hover,
.single-product.woocommerce .thumbnails div#slider-next:hover {
background-color: var(--wf-main-color);
color: #ffffff;
}
.single-product.woocommerce .thumbnails div#slider-prev:after,
.single-product.woocommerce .thumbnails div#slider-next:after {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-family: "Font Awesome 6 Free";
}
.single-product.woocommerce .thumbnails div#slider-prev {
left: 0;
}
.single-product.woocommerce .thumbnails div#slider-next {
right: 0;
}
.single-product.woocommerce .thumbnails div#slider-prev:after {
content: "\f104";
}
.single-product.woocommerce .thumbnails div#slider-next:after {
content: "\f105";
}
.stock-progressbar-status {
margin-bottom: 6px;
line-height: 1.2;
font-size: 92%;
}
.stock-progressbar-status span.total-sold {
color: #82b735;
}
.stock-progressbar-status span.instock {
color: var(--wf-main-color);
}
.therm.outer-therm,
.therm.inner-therm {
border-radius: 100px;
}
.therm.outer-therm {
margin-top: 8px;
height: 11px !important;
background: #efefef !important;
}
.therm.outer-therm .therm.inner-therm {
height: 11px !important;
background-color: var(--wf-main-color) !important;
}
.therm.outer-therm .therm.inner-therm span {
font-size: 10px;
margin-top: -2px;
}
.fable-extra-wcwl-add-button {
margin-bottom: 0;
display: inline-block;
}
.woocommerce div.product .widget_social {
margin-top: 20px;
}
.woocommerce div.product .widget_social h6 {
margin-bottom: 1rem;
}
.woocommerce div.product .widget_social li a {
background-color: transparent;
color: var(--wf-secondary-color);
border: 1px solid rgba(189, 189, 189, 0.4);
}
.quickview-overlay div.product .widget_social li a {
width: 32px;
height: 32px;
}
.woocommerce div.product .widget_social li a:hover,
.woocommerce div.product .widget_social li a:focus {
border-color: var(--wf-main-color);
color: var(--wf-main-color);
}
.woocommerce .wishlist_table tr td,
.woocommerce .wishlist_table tr th.product-checkbox,
.woocommerce .wishlist_table tr th.wishlist-delete {
text-align: left;
}
.woosl-button.remove,
.woosl-button.add {
border: 1px solid rgba(189, 189, 189, 0.4);
background-color: #ffffff;
color: var(--wf-secondary-color);
border-radius: 5px;
line-height: 20px;
padding: 5px 10px;
font-size: 14px;
}
.woosl-button.add:hover,
.woosl-button.add:focus {
background-color: var(--wf-main-color);
border-color: var(--wf-main-color);
color: #ffffff;
}
.woosl-btn {
display: inline-block;
vertical-align: middle;
margin-left: 3px;
}
button.woosl-button.remove {
color: #ffffff;
width: 32px;
height: 32px;
padding: 0;
position: relative;
overflow: hidden;
white-space: nowrap;
z-index: 0;
transition: all 0.2s ease-in-out;
}
button.woosl-button.remove:after {
content: "\f014";
color: var(--wf-secondary-color);
font-family: 'FontAwesome';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
line-height: 1.9;
font-size: 1.6rem;
transition: all 0.2s ease-in-out;
}
.woosl-button.remove:hover,
.woosl-button.remove:focus {
background-color: var(--wf-main-color);
border-color: var(--wf-main-color);
color: var(--wf-main-color);
}
.woosl-button.remove:hover:after,
.woosl-button.remove:focus:after {
color: #ffffff;
} .woocommerce-account .addresses .title .edit,
.woocommerce table.my_account_orders td.woocommerce-orders-table__cell-order-number a,
.woocommerce-account .woocommerce-MyAccount-content p a {
color: var(--wf-main-color);
}
.woocommerce-MyAccount-navigation ul {
background-color: #f5f5f5;
border: 1px solid #e5e5e5;
padding: 0;
list-style: none;
margin: 0;
}
.woocommerce-MyAccount-navigation ul li a {
display: block;
padding: 10px 20px;
line-height: 1.5;
border-width: 0;
border-style: solid;
border-left-width: 2px;
border-left-color: transparent;
border-bottom-width: 1px;
border-bottom-color: #e5e5e5;
color: #2c3145;
-webkit-transition: .3s all;
transition: .3s all;
}
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li a:focus {
background-color: #fff;
border-left-color: var(--wf-main-color);
}
.woocommerce-account .woocommerce-MyAccount-content {
border: 1px solid #e5e5e5;
padding: 20px;
background-color: #fbfbfb;
min-height: 254px;
}
.woocommerce .woocommerce-Addresses {
margin-top: 15px;
}
.woocommerce .woocommerce-Addresses .woocommerce-Address {
border: 1px solid #e5e5e5;
padding: 15px;
}
.woocommerce-account .addresses address {
margin-bottom: 0;
}
.woocommerce-account .edit-account .woocommerce-form-row input.woocommerce-Input {
min-height: 38px;
padding: 8px 15px;
}
.woocommerce-account .edit-account .woocommerce-form-row em {
margin-top: 5px;
display: block;
}
.woocommerce-account .edit-account .woocommerce-form-row {
display: inline-block;
}
.woocommerce-account .edit-account .woocommerce-Button {
margin-top: 10px;
}
.woocommerce-Address-title {
position: relative;
}
.woocommerce-Address-title a.edit {
position: absolute;
top: 0;
right: 0;
}
@media only screen and (max-width:991px) {
.woocommerce .woocommerce-Addresses .woocommerce-Address {
width: 100% !important;
float: none !important;
}
.woocommerce .woocommerce-Addresses .woocommerce-Address:not(:last-child) {
margin-bottom: 15px;
}
} .woocommerce-account .post-content .woocommerce h2 {
font-size: 35px;
}
.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
top: .45em;
}
.woocommerce span.onsale {
min-height: auto;
}
.woocommerce form .form-row select,
.woocommerce form .form-row input.input-text {
min-height: 40px;
padding: 7px 16px;
border-radius: 4px;
}
.woocommerce table.shop_table th {
color: var(--wf-secondary-color);
background-color: #f9f9f9;
font-size: 20px;
font-weight: 500;
padding: 14px 16px;
border: none;
border-bottom: 0.1rem solid rgba(189, 189, 189, 0.4);
}
.woocommerce .blockUI.blockOverlay {
z-index: 1 !important;
}
.woocommerce form .woocommerce-address-fields .form-row label {
display: inline-block;
}
.woocommerce table.wishlist_table {
border: 0;
border-radius: 0;
border-collapse: collapse;
}
.woocommerce table.wishlist_table th {
font-size: 18px;
font-weight: 600;
}
.woocommerce table.wishlist_table td {
padding: 12.5px 12px;
}
.woocommerce .wishlist-title.wishlist-title-with-form {
margin-bottom: 21px;
}
.woocommerce .wishlist-title h2 {
line-height: 1.4;
font-size: 25px;
margin-bottom: 1.25rem;
display: inline-block;
vertical-align: sub;
}
.hidden-title-form {
margin-bottom: 30px !important;
}
.woocommerce .wishlist-title a.show-title-form {
margin-left: 10px;
margin-right: 10px;
display: inline-block;
vertical-align: middle;
}
.woocommerce .wishlist-title a.show-title-form i {
margin-right: 3px;
}
.woocommerce table.wishlist_table .button.fable-extra-wcqv-button {
color: #fff;
display: inline-block;
vertical-align: middle;
margin-left: 6px;
}
.wishlist_table .product-add-to-cart a {
padding: 8px 10px;
background-color: var(--wf-main-color);
color: #ffffff;
display: inline-block !important;
border-radius: 4px;
white-space: nowrap;
text-decoration: none;
}
.woocommerce table.wishlist_table .product-stock-status .wishlist-in-stock {
color: var(--wf-main-color);
position: relative;
z-index: 0;
}
.woocommerce table.wishlist_table .product-stock-status .wishlist-in-stock:before {
content: "\f00c";
font-family: 'FontAwesome';
margin-right: 5px;
}
a.save-title-form,
a.hide-title-form {
box-shadow: 0 0 7px 3px rgb(0 0 0 / 15%) !important;
border-radius: 100%;
font-size: 15px;
}
a.save-title-form:hover,
a.hide-title-form:hover,
a.save-title-form:focus,
a.hide-title-form:focus {
background-color: var(--wf-main-color);
color: #ffffff;
}
a.save-title-form {
margin-left: 3px;
}
.fable_extra_wcwl_wishlist_footer {
text-align: right;
}
.fable_extra_wcwl_wishlist_footer div.fable-extra-wcwl-share {
float: right;
clear: both;
}
.fable_extra_wcwl_wishlist_footer .fable-extra-wcwl-share .fable-extra-wcwl-share-title {
display: inline-block;
font-size: 16px;
padding: 10.42px;
}
.fable_extra_wcwl_wishlist_footer .fable-extra-wcwl-share ul {
display: inline-block;
list-style: none;
padding: 0;
margin: 0;
}
.fable_extra_wcwl_wishlist_footer .fable-extra-wcwl-share ul li.share-button {
display: inline-block;
}
.fable_extra_wcwl_wishlist_footer .fable-extra-wcwl-share ul li.share-button a {
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
border-radius: 4px;
display: inline-block;
border: 1px solid #d8d8d8;
color: var(--wf-secondary-color);
margin: 0 2px;
}
.fable_extra_wcwl_wishlist_footer .fable-extra-wcwl-share ul li.share-button a:hover,
.fable_extra_wcwl_wishlist_footer .fable-extra-wcwl-share ul li.share-button a:focus {
color: var(--wf-main-color);
border-color: var(--wf-main-color);
}
.fable_extra_wcwl_wishlist_footer .fable-extra-wcwl-share ul li.share-button a:hover i,
.fable_extra_wcwl_wishlist_footer .fable-extra-wcwl-share ul li.share-button a:focus i {
-webkit-animation: jello-horizontal 0.9s both;
animation: jello-horizontal 0.9s both;
}
.fable-extra-wcwl-share li a {
border-radius: 100%;
min-width: 34px;
min-height: 34px;
line-height: 1.5;
}
.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: 133px;
display: inline-block;
height: 34px;
min-height: 34px;
}
@media only screen and (max-width: 767px) {
.woocommerce table.wishlist_table thead {
display: none;
}
.woocommerce table.wishlist_table th,
.woocommerce table.wishlist_table td {
display: block;
text-align: right;
}
html .woocommerce table.wishlist_table td {
padding: 15.5px 12px;
}
.woocommerce table.wishlist_table tr:nth-child(2n) td,
.woocommerce-page table.wishlist_table tr:nth-child(2n) td {
background-color: rgba(0, 0, 0, .025);
}
} .woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
border: none;
padding: 0;
margin-top: .5em;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span {
vertical-align: middle;
margin-left: 2px;
}
.woocommerce-form-coupon-toggle {
margin-bottom: 1.5rem;
}
.woocommerce-notices-wrapper {
margin-bottom: 15px;
} .logo-deals-products .single-product {
padding: 20px;
border: 1px solid #e1e1e1;
border-radius: 4px;
}
.logo-deals-products .single-product div.product div.summary {
margin-bottom: 0;
}
.logo-deals-products div.product div.images {
width: 40%;
}
.logo-deals-products div.product div.summary {
width: 55%;
}
.woocommerce div.product form.cart {
margin-bottom: 0;
display: inline-block;
vertical-align: middle;
}
.woocommerce div.product form.cart+.button,
.woocommerce div.product form.cart+.button+div {
margin-left: 7px;
}
.woocommerce div.product .product_meta {
margin-top: 1.2rem
}
.woocommerce ul.products li.product span.price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
color: var(--wf-main-color);
margin-top: .5em;
} .woocommerce #content div.product div.summary {
margin-bottom: 2em;
} .woocommerce div.product .woocommerce-tabs .panel {
padding: 2em 1.75em;
margin-top: 0.75em;
border: 1px solid rgba(189, 189, 189, 0.4);
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
font-size: 20px;
margin-bottom: 18px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
padding: 0;
padding-top: 50px;
overflow: hidden;
margin: 0;
display: block;
width: 100%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
border: 0;
background-color: #ffffff;
padding: 0;
margin: 3px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
padding: 10px 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
background: var(--wf-secondary-color);
color: #ffffff;
}
.woocommerce table.shop_attributes tr th {
background: transparent;
color: var(--wf-secondary-color);
}
.woocommerce table.shop_attributes tr th,
.woocommerce table.shop_attributes td {
border-right: none;
border-left: none;
}
#tab-desc_tab {
background-color: #fafafa;
}
.fable_extra_fw-main-wrapper .accordion {
-webkit-box-shadow: none;
box-shadow: none;
border: 1px solid rgba(189, 189, 189, 0.4);
background-color: #fff;
} .woocommerce div.product form.cart.variations_form {
padding: 20px 0;
border-top: 1px solid;
border-bottom: 1px solid;
margin-top: 20px;
border-color: rgba(189, 189, 189, 0.4);
width: 100%;
margin-bottom: 20px;
}
.woocommerce div.product form.cart .variations {
margin-bottom: 20px;
z-index: 999;
}
.woocommerce div.product form.cart .variations td.label {
padding: 20px 0 20px;
width: 20%;
border-bottom: 1px solid rgba(189, 189, 189, 0.4);
}
.woocommerce div.product form.cart .variations tr:first-child td.label {
padding-top: 0;
}
.woocommerce div.product form.cart .variations td.value {
position: relative;
padding: 20px 0 20px;
border-bottom: 1px solid rgba(189, 189, 189, 0.4);
}
.woocommerce div.product form.cart .variations tr:first-child td.value {
padding-top: 0;
}
.woocommerce div.product form.cart .variations select {
min-height: 40px;
}
.woocommerce div.product form.cart .variations label {
line-height: 40px;
}
.woocommerce div.product form.cart .variations .reset_variations {
display: block;
float: left;
margin-top: 18px;
font-size: 13px;
color: #999;
font-weight: normal;
border: 2px solid rgba(189, 189, 189, 0.4);
padding: 0px 10px;
border-radius: 3px;
text-decoration: none;
visibility: hidden;
}
.woocommerce div.product form.cart .variations .reset_variations:before {
display: inline-block;
font-family: "fontawesome";
font-weight: normal;
font-style: normal;
letter-spacing: normal;
text-rendering: auto;
content: "\f00d";
margin-right: 5px;
color: red;
vertical-align: top;
font-style: normal;
letter-spacing: normal;
font-weight: 600;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.woocommerce div.product form.cart div.quantity {
margin-right: 10px;
}
.woocommerce div.product .alg-wc-cp-default-btn-wrapper {
margin-top: 26px;
}
.woocommerce div.product .woocommerce-review-link {
text-decoration: none;
color: var(--wf-secondary-color);
}
.woocommerce #content div.product div.images ol.product-control-nav,
.woocommerce.single-product div.images ol.product-control-nav {
display: block;
list-style: none;
padding: 0;
margin-top: 1.3rem;
margin-bottom: 0;
z-index: 0;
}
.woocommerce div.product div.images .owl-nav {
margin: 0;
}
.woocommerce div.product div.images .owl-nav button {
position: absolute;
bottom: -76px;
margin: 0;
z-index: 1;
}
.woocommerce div.product div.images .owl-nav button.owl-prev {
left: 0;
}
.woocommerce div.product div.images .owl-nav button.owl-next {
right: 0;
}
.woocommerce div.product div.images .product-control-nav li {
display: inline-block;
background: #f9f9f9;
height: 86px;
width: 86px;
margin: auto;
text-align: center;
overflow: hidden;
}
.woocommerce div.product div.images .product-control-nav li img {
cursor: pointer;
}
.woocommerce-product-gallery__wrapper.owl-carousel .woocommerce-product-gallery__image {
box-sizing: content-box;
padding: 30px;
background: #f9f9f9;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(1) {
max-height: 440px;
}
.woocommerce-product-gallery__image {
position: relative;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(1) img {
max-width: 100%;
margin: auto;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
width: 30%;
margin-top: 10px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
margin-right: 9px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:last-child {
margin-right: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) a {
border: 1px solid #e1e1e1;
border-radius: 4px;
display: inline-block;
-webkit-transition: all .35s cubic-bezier(.645, .045, .355, 1);
transition: all .35s cubic-bezier(.645, .045, .355, 1);
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) a:hover,
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) a:focus {
border-color: var(--wf-main-color);
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) img {
padding: 4px;
}
.woocommerce.widget_recent_reviews .product_list_widget li {
padding: 10px 16px;
}
.woocommerce div.product form.cart .variations td.label {
white-space: nowrap;
} ul.wishlist_table.mobile {
padding: 0;
}
.woocommerce #content table.cart .product-thumbnail a,
.woocommerce table.cart .product-thumbnail a,
.woocommerce-page #content table.cart .product-thumbnail a,
.woocommerce-page table.cart .product-thumbnail a {
display: inline-block;
background: #eee;
width: 70px;
height: 70px;
text-align: center;
padding: 10px;
}
.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
height: 48px;
width: auto;
display: inline-block;
}
.woocommerce table.shop_table td {
padding: 14px 16px;
border: 0;
}
.woocommerce table.shop_table td.woosl-name a:not(:hover, :focus) {
color: var(--wf-secondary-color);
text-decoration: none;
}
.woocommerce-cart .post-items {
border: none;
}
.woocommerce-cart .post-items .post-content {
padding: 0;
}
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
font-size: 20px;
text-align: center;
padding: 14px 16px;
background: #f9f9f9;
margin-bottom: 0;
font-weight: 500;
border: 0.1rem solid rgba(189, 189, 189, 0.4);
border-bottom: 0;
}
.woocommerce .cart-collaterals table.shop_table {
border-color: #d8d8d8;
border-radius: 0;
}
.woocommerce .cart-collaterals table.shop_table th {
background-color: transparent;
font-size: 18px;
font-weight: 600;
padding: 14px 16px;
}
.woocommerce .cart-collaterals table.shop_table .woocommerce-Price-amount.amount,
.woocommerce .cart-collaterals table.shop_table ins .woocommerce-Price-amount.amount bdi {
color: var(--wf-secondary-color);
}
.woocommerce .cart-collaterals table.shop_table .order-total .woocommerce-Price-amount.amount {
color: var(--wf-main-color);
}
.woocommerce .wc-proceed-to-checkout a.checkout-button.button {
display: inline-block;
font-size: 18px;
border-radius: 50px;
padding: 0.5395em 1.15em !important;
}
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
border: 0;
border-top: 0.1rem solid rgba(189, 189, 189, 0.4);
padding: 15px 28px;
}
.woocommerce table.shop_table td.product-name a {
text-decoration: none;
color: var(--wf-secondary-color);
font-weight: 500;
}
.woocommerce table.shop_table td.product-name p {
margin: 0;
}
.woocommerce table.shop_table td.product-price .woocommerce-Price-amount.amount {
color: var(--wf-secondary-color);
}
.woocommerce table.shop_table td.product-subtotal .woocommerce-Price-amount.amount {
font-weight: 700;
}
.woocommerce .quantity .qty {
padding: 0;
height: 40px;
line-height: 40px;
border-color: #d8d8d8;
border-radius: 0;
}
@media only screen and (max-width: 767px) {
.woocommerce table.shop_table_responsive .quantity input.qty,
.woocommerce-page table.shop_table_responsive .quantity input.qty {
float: right;
}
.woocommerce-page.woocommerce-cart #content table.cart td.actions .coupon input.input-text[type="text"] {
float: none;
width: 100%;
max-width: 100%;
display: inline-block;
margin-right: 0;
}
.woocommerce-page.woocommerce-cart #content table.cart td.actions .coupon .button {
float: none;
width: 100%;
margin-top: 15px;
display: inline-block;
}
.woocommerce .wc-proceed-to-checkout a.checkout-button.button {
width: 100%;
}
} .woocommerce ul.products.list li.product {
width: 100% !important;
float: none !important;
margin-right: 0 !important;
margin-bottom: 1.6rem !important;
}
.woocommerce ul.products.list li.product .product-single {
display: flex;
align-items: center;
justify-content: flex-start;
width: 100%;
height: 100%;
}
.woocommerce ul.products.list li.product .product-single .product-img,
.woocommerce ul.products.list li.product .product-single .product-content-outer {
display: inline-flex;
align-items: center;
}
.woocommerce ul.products.list li.product .product-single .product-img {
flex-shrink: 0;
padding: 20px;
flex-basis: 30%;
border-right: 1px solid rgba(189, 189, 189, 0.4);
}
.woocommerce ul.products.list li.product .product-single .product-content-outer {
flex: auto;
padding: 30px;
}
.woocommerce ul.products.list li.product .product-single .product-content-outer .product-content {
padding: 0;
flex: auto;
text-align: left;
}
.woocommerce ul.products.list li.product .product-single .product-content-outer .product-action {
flex-wrap: wrap;
width: 45px;
border: 0;
}
.woocommerce ul.products.list li.product a.add_to_wishlist:before,
.woocommerce ul.products.list li.product .add_to_wishlist:before,
.woocommerce ul.products.list li.product a.compare.button:before {
display: none;
}
.woocommerce ul.products.list li.product .product-action a.button.add_to_cart_button {
width: 45px;
white-space: nowrap;
color: #fff;
background-color: #fff;
height: 40px;
margin: 12px 0;
font-size: 0;
}
.woocommerce ul.products.list li.product .product-action a.button.add_to_cart_button:after {
content: "\f07a";
color: #000000;
font-family: 'FontAwesome';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
font-size: 18px;
text-align: center;
line-height: 40px;
}
.woocommerce ul.products.list li.product .product-action .button.add_to_cart_button,
.woocommerce ul.products.list li.product a.add_to_wishlist,
.woocommerce ul.products.list li.product .add_to_wishlist,
.woocommerce ul.products.list li.product a.compare.button {
border: 1px solid rgba(189, 189, 189, 0.4);
border-radius: 4px;
}
.woocommerce ul.products.list li.product .product-action a.button.add_to_cart_button:after,
.woocommerce ul.products.list li.product .product-action .button.add_to_cart_button,
.woocommerce ul.products.list li.product a.add_to_wishlist,
.woocommerce ul.products.list li.product .add_to_wishlist {
color: var(--wf-secondary-color);
}
.woocommerce ul.products.list li.product .product-action a.button.add_to_cart_button:hover:after,
.woocommerce ul.products.list li.product .product-action .button.add_to_cart_button:hover,
.woocommerce ul.products.list li.product a.add_to_wishlist:hover,
.woocommerce ul.products.list li.product .add_to_wishlist:hover,
.woocommerce ul.products.list li.product a.compare.button:hover:after {
color: #fff;
}
.woocommerce ul.products.list li.product .product-action a.button.add_to_cart_button:hover,
.woocommerce ul.products.list li.product .product-action .button.add_to_cart_button:hover,
.woocommerce ul.products.list li.product a.compare.button:hover {
background: var(--wf-main-color);
color: var(--wf-main-color);
}
.woocommerce ul.products.list li.product a.add_to_wishlist:hover,
.woocommerce ul.products.list li.product .add_to_wishlist:hover {
background: var(--wf-main-color);
color: #fff;
}
.woocommerce ul.products.list li.product .sale-ribbon {
min-width: 5rem;
max-width: 100px;
height: 5rem;
right: 20px;
left: auto;
word-break: break-all;
text-align: center;
line-height: 1.2;
display: flex;
align-items: center;
justify-content: center;
border-radius: 100px;
padding: 9px 6px;
}
.woocommerce ul.products.list li.product .sale-ribbon:after {
display: none;
} .woocommerce-checkout form.checkout {
display: inline-block;
width: 100%;
margin-top: 30px;
}
.woocommerce-checkout>.col2-set>.col-1 {
float: none;
width: 100%;
margin-bottom: 30px;
}
.woocommerce-checkout>.col2-set>.col-2 {
float: none;
width: 100%;
}
.woocommerce-checkout>.col2-set {
float: left;
width: 48%;
}
.woocommerce form.woocommerce-checkout h3#order_review_heading,
.woocommerce-checkout #order_review {
float: right;
width: 48%;
}
@media only screen and (max-width: 959px) {
.woocommerce-checkout>.col2-set>.col-1,
.woocommerce-checkout>.col2-set>.col-2,
.woocommerce-checkout>.col2-set,
.woocommerce form.woocommerce-checkout h3#order_review_heading,
.woocommerce-checkout #order_review {
float: none;
width: 100%;
}
.woocommerce-checkout #customer_details {
margin-bottom: 30px;
}
}
.woocommerce form.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce form.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce form.woocommerce-checkout .woocommerce-billing-fields {
padding: 25px;
border: 1px solid #d8d8d8;
border-radius: 5px;
}
.woocommerce form.woocommerce-checkout .woocommerce-form__label .input-checkbox,
.woocommerce form.woocommerce-checkout .woocommerce-form__label .input-checkbox+span {
display: inline-block;
vertical-align: middle;
}
.woocommerce form.woocommerce-checkout .woocommerce-shipping-fields+div {
margin-top: 30px;
}
.woocommerce form.woocommerce-checkout .woocommerce-form__label .input-checkbox {
margin-right: 3px;
}
.woocommerce form.woocommerce-checkout h3 {
font-size: 18px;
padding-bottom: 15px;
margin-bottom: 18px;
border-bottom: 1px solid #d8d8d8;
display: block;
width: 100%;
}
.woocommerce table.woocommerce-checkout-review-order-table {
border-collapse: collapse;
}
.woocommerce table.woocommerce-checkout-review-order-table th,
.woocommerce table.woocommerce-checkout-review-order-table td {
padding: 14.5px 12px;
background: transparent;
}
.woocommerce table.woocommerce-checkout-review-order-table td {
border-bottom: 1px solid rgb(216 216 216);
}
.woocommerce table.woocommerce-checkout-review-order-table th {
font-size: 16px;
font-weight: 600;
}
.woocommerce-checkout .post-items,
.woocommerce-checkout .post-items .post-content {
border: 0;
padding: 0;
background: transparent;
}
.woocommerce-checkout .woocommerce .woocommerce-info {
padding: 15px 20px 15px 47px;
}
.woocommerce-checkout .woocommerce .woocommerce-info::before {
content: "\f097";
text-shadow: none;
color: var(--wf-secondary-color);
} .up-sells > h2,
.related.products h2 {
font-size: 2.2rem;
line-height: 1.4;
margin-bottom: 2rem;
}
ul.products li.product a.compare.button.in_compare:after {
display: none;
}
#cart-add-check {
position: fixed;
top: 50%;
left: 50%;
transform: translate3d(-50%, -50%, 0);
box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
background-color: #ffffff;
border-radius: 4px;
z-index: 11;
padding: 2rem 2rem 1.5rem;
}
#cart-add-check svg.checkmark {
width: 4.5rem;
height: 4.5rem;
margin: 0px auto 0.6em;
}
#cart-add-check p {
font-size: 16px;
color: var(--wf-secondary-color);
margin-bottom: 0;
} svg>.checkmark-circle {
stroke-dasharray: 166;
stroke-dashoffset: 166;
stroke-width: 3;
stroke-miterlimit: 10;
stroke: var(--wf-main-color);
fill: none;
animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
svg>.checkmark-check {
transform-origin: 50% 50%;
stroke-dasharray: 48;
stroke-width: 3;
stroke-dashoffset: 48;
animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
svg.checkmark {
width: 75px;
height: 75px;
margin: 2em auto;
border-radius: 50%;
display: block;
stroke-width: 4;
stroke: var(--wf-main-color);
stroke-miterlimit: 10;
box-shadow: inset 0px 0px 0px #7ac142;
transition: 1s all ease;
}
@keyframes stroke {
100% {
stroke-dashoffset: 0;
}
}
.product-img .info {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-transition: opacity .2s linear, -webkit-transform 5s cubic-bezier(0.25,0.8,0.25,1);
transition: opacity .2s linear, -webkit-transform 5s cubic-bezier(0.25,0.8,0.25,1);
transition: opacity .2s linear, transform 5s cubic-bezier(0.25,0.8,0.25,1);
transition: opacity .2s linear, transform 5s cubic-bezier(0.25,0.8,0.25,1), -webkit-transform 5s cubic-bezier(0.25,0.8,0.25,1);
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
visibility: hidden;
opacity: 0;
}
.product-single:hover .info {
opacity: 1;
visibility: visible;
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
.footer-cart-wrapper .cart {
width: 55px;
line-height: 55px;
border-radius: 50%;
text-align: center;
background-color: var(--wf-main-color);
color: #ffffff;
position: relative;
}
.footer-cart-wrapper .cart a {
color: #ffffff;
}
.footer-cart-wrapper .cart:before {
position: absolute;
content: "";
inset: 0 0 0 0;
border-radius: 50%;
box-shadow: 0 0 rgb(247 124 41 / 20%), 0 0 0 5px rgb(247 124 41 / 20%), 0 0 0 10px rgb(247 124 41 / 20%), 0 0 0 15px rgb(247 124 41 / 20%);
z-index: -1;
animation: ripples 5s linear infinite;
transition: 0.7s;
transform: scale(0.5);
}
.footer-cart-wrapper .cart .count {
position: absolute;
height: 30px;
width: 30px;
background-color: var(--wf-secondary-color);
border-radius: 500px;
font-size: 14px;
display: inline-flex;
justify-content: center;
align-items: center;
top: 0px;
right: 0px;
color: #fff;
transform: translate(50%, -50%);
z-index: 1;
}
.add_to_cart_button .count {
position: absolute;
height: 20px;
width: 20px;
display: inline-flex;
top: 0;
left: 100%;
transform: translate(-50%, -50%);
background-color: #000;
justify-content: center;
align-items: center;
color: #212121;
font-size: 14px;
border-radius: 400px;
transition: all ease 1s;
z-index: 9999999;
}
.woocommerce.single-product div.product {
z-index: 0;
}
.footer-cart-wrapper {
position: fixed;
bottom: 125px;
left: 15px;
background: 0 0;
color: #000;
width: 46px;
height: 46px;
line-height: 46px;
text-align: center;
transition: .9s;
border-radius: 100%;
font-size: 30px;
border: none;
z-index: 5;
overflow: visible;
}
@keyframes ripples {
to {
box-shadow: 0 0 0 5px rgba(var(--wf-main-color), 0.2), 0 0 0 10px rgba(var(--wf-main-color), 0.2), 0 0 0 15px rgba(var(--wf-main-color), 0.2), 0 0 0 20px rgba(var(--wf-main-color), 0.2);
transform: scale(1);
}
}
.remaining-out-stock {
color: #ff0000;
font-size: 15px;
font-weight: 600;
}
.remaining-stock,
.remaining-low-stock {
color: var(--wf-secondary-color);
font-size: 14px;
font-weight: 600;
margin-bottom: 3px;
}
.shopire-stocks {
margin: 10px auto;
}
.stock-count {
color: var(--wf-main-color);
}
.barline {
height: 8px;
background: rgba(var(--wf-main-rgb), 0.2);
border-radius: 20px;
}
.stock-countbar {
height: 8px;
background: var(--wf-main-color);
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
position: relative;
}
.shopire-product-sharing .widget_social {
display: flex;
align-items: self-end;
justify-content: space-between;
}
.woocommerce-demo-store header {
top: 5rem;
}
.entry-summary .woo-multi-currency {
display: none;
}
.woocommerce ul.products.list li.product .product-action .button.product_type_grouped,
.woocommerce ul.products.list li.product.outofstock .product-action .button {
background: none;
border: 1px solid rgba(189, 189, 189, 0.4);
margin: 10px;
}
.woocommerce ul.products.list li.product .product-action .button.product_type_grouped:before,
.woocommerce ul.products.list li.product.outofstock .product-action .button:before {
color: var(--wf-secondary-color);
} .quickview-overlay {
display: none;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6);
z-index: 1000;
animation: fade_hide linear 0.5s forwards;
}
.quickview-overlay.active {
display: block;
animation: fade_show linear 0.5s forwards;
}
.quickview-model-details {
position: relative;
height: 55%;
width: 47%;
background-color: #fff;
margin: 12.65% auto;
border: 0;
overflow-y: auto;
border-radius: 0;
padding: 2%;
display: flex;
justify-content: center;
align-items: center;
}
.quickview-model-details .woocommerce.single-product {
width: 100%;
}
.quickview-model-details .quickview-close {
position: absolute;
background-color: var(--wf-main-color);
color: #fff;
width: 30px;
height: 30px;
line-height: 1.85;
font-size: 16px;
right: 2%;
top: 5.5%;
border-radius: 50%;
cursor: pointer;
z-index: 100;
text-align: center;
padding: 0 0;
}
.quickview-product .product-thumb.img-thumbnail {
width: 40%;
float: left;
position: relative;
}
.quickview-product .product-thumb.img-thumbnail .onsale {
left: auto;
right: 20px;
top: 20px;
}
.quickview-product .product-thumb.img-thumbnail .images {
width: 100%;
height: auto;
margin-bottom: 0;
}
.quickview-product .product-thumb.img-thumbnail .images img {
width: 100%;
height: 100%;
object-fit: cover;
}
.quickview-product .product-content.entry-summary {
width: 60%;
float: left;
padding-left: 30px;
}
.quickview-product.product .product_title.entry-title {
font-size: 1.8rem;
}
.quickview-product .owl-theme.owl-carousel:not(.slider) .owl-nav [class*="owl-"] {
width: 3.2rem;
height: 3.2rem;
font-size: 1.5rem;
}
.woocommerce .quickview-product.product p.price {
font-size: 14px;
margin-top: 14px;
}
@media(max-width: 767px) {
.quickview-model-details {
width: 75.2%;
}
}:root {
--wf-main-rgb: 254, 114, 69;
--wf-secondary-color: #0A214F;
}
.wf_navbar-list-right .wf_navbar-search-form {
width: 100%;
} .header--four .wf_mobilenav-topbar-content,
.header--four .wf_header-topbar,
.header--four .wf_navbar-wrapper {
color: #fff;
background-color: var(--wf-secondary-color);
}
.header--four .wf_mobilenav > .wf-container {
border-bottom: 1px solid rgba(189, 189, 189, 0.4);
}
.header--four .wf_header-topbar {
position: relative;
border-bottom: 1px solid rgba(189, 189, 189, 0.4);
z-index: 1;
}
.header--four .product-categories .wf_navbar-nav {
color: var(--wf-secondary-color);
}
.header--four.wf_header .widget.widget_nav_menu a:not(:hover, :focus),
.header--four .woo-multi-currency.wmc-shortcode .wmc-currency.wmc-active,
.header--four .woo-multi-currency.wmc-shortcode .wmc-current-currency {
color: currentColor;
}
.header--four .product-categories .product-categories-btn {
padding: 1.3rem 2rem;
border-radius: 6px;
background-color: rgba(255, 255, 255, 0.15);
border: 1px solid rgba(255, 255, 255, 0.15);
}
.header--four .product-categories.active .product-categories-btn {
border-radius: 6px 6px 0 0;
}
.header--four .product-categories .product-categories-btn::after {
top: 44%;
right: 2rem;
}
.product-categories .wf_navbar-nav .wf_navbar-mainmenu>li a {
line-height: 4.5rem;
}
.header--four .wf_navbar-wrapper {
transition: all 0.2s ease-in-out;
}
.header--four .wf_navbar-wrapper.is--sticky.on {
background-color: var(--wf-secondary-color);
}
.header--four .wf_navbar-menu {
min-height: 6rem;
padding-left: 1.6rem;
justify-content: space-between;
}
.header--four button.wf_navbar-sidebar-toggle,
.header--four .wf_navbar-info-contact .contact__list i {
width: 4.2rem;
height: 4.2rem;
line-height: 4.2rem;
padding: 0.9rem;
outline: none;
border-radius: 6px;
}
.header--four button.wf_navbar-sidebar-toggle {
border: 1px solid rgba(189, 189, 189, 0.4);
}
.header--four .wf_navbar-info-contact .contact__list i {
font-size: 2rem;
background-color: rgba(var(--wf-main-rgb), 0.2);
color: var(--wf-main-color);
}
.header--four .wf_navbar-wrapper button.wf_navbar-sidebar-toggle,
.header--four .wf_navbar-wrapper .wf_navbar-info-contact .contact__list i {
background-color: rgba(255, 255, 255, 0.15);
--wf-secondary-color: #fff;
}
.header--four button.wf_navbar-sidebar-toggle .lines {
transform: translateY(-1px);
}
.header--four .wf_navbar-menu .wf_navbar-nav .wf_navbar-mainmenu > .menu-item-has-children>a:after {
border-color: currentColor;
}
.header--four .wf_navbar-list-right>li:not(:last-child) {
margin-right: 1.8rem;
}
.header--four .wf_navbar-wrapper .wf_navbar-compare-item .wf_compare_btn,
.header--four .wf_navbar-wrapper .wf_navbar-favourite-item .wf_favourite_btn,
.header--four .wf_navbar-wrapper .wf_navbar-user-item .wf_user_btn,
.header--four .wf_navbar-wrapper .wf_navbar-cart-item .wf_navbar-cart-icon {
width: 2.2rem;
height: 2.2rem;
outline: none;
line-height: 1.3;
color: #fff;
font-size: 2rem;
}
.header--four .wf_navbar-wrapper .wf_navbar-compare-item .wf_compare_btn:after,
.header--four .wf_navbar-wrapper .wf_navbar-favourite-item .wf_favourite_btn:after,
.header--four .wf_navbar-wrapper .wf_navbar-user-item .wf_user_btn:after,
.header--four .wf_navbar-wrapper .wf_navbar-cart-item .wf_navbar-cart-icon:after,
.header--four .wf_navbar-wrapper .wf_navbar-search-item button.wf_navbar-search-toggle:after {
display: none;
}
.header--four .header-search-form .header-search-button:focus {
outline: 1px solid #fff;
outline-offset: -3px;
}
.header--four .wf_navbar-compare-item .wf_compare_btn:focus,
.header--four .wf_navbar-favourite-item .wf_favourite_btn:focus,
.header--four .wf_navbar-user-item .wf_user_btn:focus,
.header--four .wf_navbar-cart-item .wf_navbar-cart-icon:focus {
outline: 1px solid #fff;
outline-offset: 3px;
}
.header--four .wf_navbar-right .shopire-wcwl-items-count,
.header--four .wf_navbar-right .cart_count {
top: -12px;
right: -10px;
width: 2.1rem;
height: 2.1rem;
line-height: 2rem;
border: 1px solid rgba(255, 255, 255, 0.5);
}
.header--four .wf_navbar-wrapper .wf_navbar-menu .wf_navbar-right .wf_navbar-cart-item:after,
.header--four .wf_navbar-nav .wf_navbar-mainmenu>li:after {
content: "";
display: block;
width: 100%;
height: 1.7rem;
position: absolute;
}
.header--four .wf_mobilenav .wf_navbar-cart-item a .cart_count {
top: -11px;
right: -9px;
}
.header--four .header-search-form {
background-color: transparent;
padding-right: 0;
}
.header--four .header-search-form .header-search-select-wrapper {
float: left;
border-radius: 6px 0 0 6px;
overflow: hidden;
border-right: none;
}
.header--four .header-search-form input.header-search-input {
float: right;
border-radius: 0 6px 6px 0;
padding-right: 38px;
}
.header--four .header-search-form input.header-search-input:focus {
border: none;
outline-offset: -2px;
outline: 1px solid;
}
.header--four .header-search-form .header-search-select {
border-right: none;
min-height: 4rem;
height: 4rem;
}
.header--four .header-search-form .header-search-button {
width: 3.8rem;
height: 3.8rem;
top: 2px;
right: 3px;
border-radius: 6px;
}
.header--four .header-search-form .search-wrapper svg {
left: 88%;
}
@media (min-width: 62em) {
.header--four .wf_header-widget .widget:not(:last-child):after {
height: 2.5rem;
margin-top: 0.4rem;
background: rgba(189, 189, 189, 0.4);
}
} .wf_slider--ten .slider {
border-radius: 1.5rem;
overflow: hidden;
}
.wf_slider--ten.wf_slider_banner .wf_slider-content {
padding: 1.8rem;
margin-bottom: 0;
}
@media (min-width: 768px) {
.wf_slider--ten.wf_slider_banner .wf_slider-content {
padding: 6.5rem;
}
}
.wf_slider--ten .banner-wrapper .banner-wrapper-item .wf-image img {
height: 25.3rem;
}
.wf_slider--ten .wf_slider-content .subtitle {
color: #fff;
background-color: var(--wf-main-color);
padding: 6px 26px;
clip-path: polygon(100% 0, 96% 50%, 100% 100%, 0 100%, 4% 50%, 0 0);
margin-bottom: 10px;
text-transform: uppercase;
}
.wf_slider--ten .banner-wrapper .banner-wrapper-item {
border-radius: 8px;
}
.wf_slider--ten .banner-wrapper .banner-wrapper-item .wf-btn {
border-radius: 6px;
box-shadow: 0 4px 4px rgba(0,0,0,.25);
}
.wf_slider_banner {
margin-top: 2.4rem;
}
.wf_slider_banner .last {
display: none;
}
.wf_slider_banner .wf_owl_carousel,
.wf_slider_banner .wf_slider-item,
.wf_slider_banner .wf_slider-innercell,
.wf_slider_banner .wf_slider-item>img {
max-height: 51rem;
min-height: 51rem;
}
.wf_slider_banner .wf_slider-content {
padding: 1.2rem;
margin-bottom: 3rem;
}
.wf_slider_banner .wf_slider-content .title {
font-size: 3.8rem;
color: white;
}
.wf_slider_banner .wf_slider-content .subtitle {
color: #fff;
font-size: 1.8rem;
}
.wf_slider_banner .wf_slider-content .text {
color: #fff;
}
.banner-wrapper:not(.wf-row) {
display: grid;
grid-template-columns: auto auto;
grid-gap: 2.4rem;
}
.banner-wrapper .banner-wrapper-item .wf-image,
.banner-wrapper .banner-wrapper-item .wf-image a,
.banner-wrapper .banner-wrapper-item .wf-image img {
height: 100%;
}
.banner-wrapper .banner-wrapper-item .wf-image img {
object-fit: cover;
}
.banner-wrapper .banner-wrapper-item,
.wf-image {
position: relative;
overflow: hidden;
}
.banner-wrapper .banner-wrapper-item .wf-image a,
.banner-wrapper .banner-wrapper-item .wf-image img {
width: 100%;
display: inline-block;
}
.effect_1 .wf-image img {
backface-visibility: hidden;
filter: alpha(opacity = 100);
transition: opacity 1s ease 0s, transform 1s ease 0s;
}
.effect_1:focus-within .wf-image img,
.effect_1:hover .wf-image img {
filter: alpha(opacity = 80);
transform: scale3d(1.1, 1.1, 1);
}
.banner-wrapper .banner-wrapper-item .banner-wrapper-inner {
position: absolute;
top: 0;
left: 0;
bottom: auto;
transform: translateY(0);
width: 100%;
display: flex;
text-align: left;
justify-content: flex-start;
}
.banner-wrapper .banner-wrapper-item:nth-child(3) .banner-wrapper-inner {
text-align: center;
justify-content: center;
}
.banner-wrapper .banner-wrapper-item .banner-wrapper-inner .info {
padding: 2.6rem 2.4rem 0;
}
.banner-wrapper .banner-wrapper-item .banner-wrapper-inner .info .subtitle {
font-size: 1.4rem;
color: #fff;
font-weight: 700;
text-transform: uppercase;
margin: 0 0 1.2rem;
}
.banner-wrapper .banner-wrapper-item .banner-wrapper-inner .info .title {
font-size: 2.2rem;
text-transform: uppercase;
line-height: 1.2;
margin: 0 0 2.4rem;
}
.banner-wrapper .banner-wrapper-item .banner-wrapper-inner .info .title a {
color: #fff;
text-decoration: none;
}
.wc-block-grid__products .wc-block-components-product-button__button {
border-radius: 0;
text-decoration: none;
}
.wp-block-page-list {
list-style: none;
padding: 0;
}
.wp-block-page-list a {
color: var(--wf-secondary-color);
text-decoration: none;
font-weight: 600;
}
.wc-block-components-product-title a.wc-block-components-product-name:hover, 
.wc-block-components-product-title a.wc-block-components-product-name:focus {
color: var(--wf-main-color);
}
.wp-block-page-list a:hover,
.wp-block-page-list a:focus {
color: var(--wf-main-color);
}
.wp-block-list {
padding: 0;
}
.wc-block-components-product-name {
color: var(--wf-secondary-color);
text-decoration: none;
font-weight: 600;
}