@charset "UTF-8";


.lepopup-html-noscroll {
overflow: hidden !important;
}
.lepopup-form .fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.lepopup-form .fas, .lepopup-form .far {
font-family: "Font Awesome 5 Free" !important;
}
.lepopup-form .fas {
font-weight: 900 !important;
}
.lepopup-form .far {
font-weight: 400 !important;
}
.lepopup-form .fab {
font-family: "Font Awesome 5 Brands" !important;
font-weight: 400 !important;
}
.lepopup-popup-container {
display: none;
}
.lepopup-popup-container .lepopup-form {
position: fixed !important;
z-index: 1000001;
text-align: left; }
.lepopup-popup-container .lepopup-form-position-top-left {
top: 16px !important;
left: 16px !important;
transform: translate(0, 0);
}
.lepopup-popup-container .lepopup-form-position-top-center {
top: 16px !important;
left: 50% !important;
transform: translate(-50%, 0);
}
.lepopup-popup-container .lepopup-form-position-top-right {
top: 16px !important;
right: 16px !important;
transform: translate(0, 0);
}
.lepopup-popup-container .lepopup-form-position-middle-left {
left: 16px !important;
top: 50% !important;
transform: translate(0, -50%);
}
.lepopup-popup-container .lepopup-form-position-middle-center {
left: 50% !important;
top: 50% !important;
transform: translate(-50%, -50%);
}
.lepopup-popup-container .lepopup-form-position-middle-right {
right: 16px !important;
top: 50% !important;
transform: translate(0, -50%);
}
.lepopup-popup-container .lepopup-form-position-bottom-left {
bottom: 16px !important;
left: 16px !important;
transform: translate(0, 0);
}
.lepopup-popup-container .lepopup-form-position-bottom-center {
bottom: 16px !important;
left: 50% !important;
transform: translate(-50%, 0);
}
.lepopup-popup-container .lepopup-form-position-bottom-right {
bottom: 16px !important;
right: 16px !important;
transform: translate(0, 0);
}
.lepopup-form-page-closed .lepopup-element {
animation-duration: 500ms !important;
animation-delay: 0ms !important;
}
.lepopup-form-inner {
position: relative;
}
.lepopup-inline {
width: 100% !important;
max-width: 100% !important;
box-sizing: border-box;
margin: 0 auto;
}
.lepopup-inline>.lepopup-form {
margin: 0 auto;
}
.lepopup-element {
clear: both;
line-height: 1.4;
position: absolute !important;
}
.lepopup-element:before {
content: " ";
display: block;
}
.lepopup-element:after {
content: ".";
display: block;
font-size: 1px;
line-height: 0px;
visibility: hidden;
}
.lepopup-row.lepopup-element {
padding: 0 !important;
}
.lepopup-row.lepopup-element::after {
display: table;
content: ' ';
clear: both;
}
.lepopup-col {
float: left;
min-height: 1px;
}
.lepopup-collapsed .lepopup-col {
width: 100% !important;
}
.lepopup-collapsed .lepopup-cr-container {
width: 100% !important;
}
.lepopup-collapsed .lepopup-button {
display: block !important;
}
.lepopup-collapsed .lepopup-element-label-left .lepopup-column-label, .lepopup-collapsed .lepopup-element-label-left .lepopup-column-input {
width: 100%;
}
.lepopup-collapsed .lepopup-element-label-right .lepopup-column-label, .lepopup-collapsed .lepopup-element-label-right .lepopup-column-input {
width: 100%;
}
.lepopup-col .lepopup-element:first-of-type {
margin-top: 0;
}
.lepopup-col .lepopup-element:last-of-type {
margin-bottom: 0;
}
.lepopup-col-1 {
width: 8.33333333%;
}
.lepopup-col-2 {
width: 16.66666666%;
}
.lepopup-col-3 {
width: 25%;
}
.lepopup-col-4 {
width: 33.33333333%;
}
.lepopup-col-5 {
width: 41.66666666%;
}
.lepopup-col-6 {
width: 50%;
}
.lepopup-col-7 {
width: 58.33333333%;
}
.lepopup-col-8 {
width: 66.66666666%;
}
.lepopup-col-9 {
width: 75%;
}
.lepopup-col-10 {
width: 83.33333333%;
}
.lepopup-col-11 {
width: 91.66666666%;
}
.lepopup-col-12 {
width: 100%;
}
.lepopup-inherited {
display: block !important;
height: 100% !important; 
white-space: nowrap;
box-sizing: border-box !important;
padding: 0 !important;
top: 0;
bottom: 0;
left: 0;
right: 0;
position: absolute;
}
.lepopup-inherited::before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
padding-top: 3px;
}
.lepopup-inherited-red, .lepopup-inherited-red:visited {
border: 1px solid #B20000;
background-color: rgb(255,48,25);
background-image: linear-gradient(to bottom, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
}
.lepopup-inherited-green, .lepopup-inherited-green:visited {
border: 1px solid #307818;
background-color: rgb(72,180,36);
background-image: linear-gradient(to bottom, rgba(72,180,36,1) 0%,rgba(48,120,24,1) 100%);
}
.lepopup-inherited-blue, .lepopup-inherited-blue:visited {
border: 1px solid #306090;
background-color: rgb(40,80,200);
background-image: linear-gradient(to bottom, rgba(40,80,200,1) 0%,rgba(30,47,144,1) 100%);
}
.lepopup-inherited-yellow, .lepopup-inherited-yellow:visited {
border: 1px solid #E5A904;
background-color: rgb(255,210,90);
background-image: linear-gradient(to bottom, rgba(255,210,90,1) 0%,rgba(255,190,0,1) 100%);
}
.lepopup-inherited-orange, .lepopup-inherited-orange:visited {
border: 1px solid #E56E0D;
background-color: rgb(255,170,78);
background-image: linear-gradient(to bottom, rgba(255,170,78,1) 0%,rgba(255,120,10,1) 100%);
}
.lepopup-inherited-pink, .lepopup-inherited-pink:visited {
border: 1px solid #CC026A;
background-color: rgb(255,90,170);
background-image: linear-gradient(to bottom, rgba(255,90,170,1) 0%,rgba(240,0,120,1) 100%);
}
.lepopup-inherited-black, .lepopup-inherited-black:visited {
border: 1px solid #000000;
background-color: rgb(72,72,72);
background-image: linear-gradient(to bottom, rgba(72,72,72,1) 0%,rgba(10,10,10,1) 100%);
}
.lepopup-inherited-red:hover, .lepopup-inherited-red:focus, .lepopup-inherited-red:active,
.lepopup-inherited-green:hover, .lepopup-inherited-green:focus, .lepopup-inherited-green:active,
.lepopup-inherited-blue:hover, .lepopup-inherited-blue:focus, .lepopup-inherited-blue:active,
.lepopup-inherited-yellow:hover, .lepopup-inherited-yellow:focus, .lepopup-inherited-yellow:active,
.lepopup-inherited-pink:hover, .lepopup-inherited-pink:focus, .lepopup-inherited-pink:active,
.lepopup-inherited-black:hover, .lepopup-inherited-black:focus, .lepopup-inherited-black:active,
.lepopup-inherited-orange:hover, .lepopup-inherited-orange:focus, .lepopup-inherited-orange:active {
background-image: linear-gradient(to bottom, rgba(255,255,255,0.01) 0%,rgba(255,255,255,0.01) 100%);
}
.lepopup-element * {
font-family: inherit;
font-size: 15px;
font-weight: normal;
box-sizing: border-box;
}
.lepopup-element form {
margin: 0 !important;
padding: 0 !important;
border: none !important;
background: none !important;
outline: none !important;
box-shadow: none !important;
}
.lepopup-element .lepopup-input:after {
content: ".";
display: block;
font-size: 1px;
line-height: 0px;
visibility: hidden;
clear: both;
}
.lepopup-element-error:before,
.lepopup-uploader-error:before {
content: ' ';
background: inherit;
position: absolute;
width: 8px;
height: 8px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
z-index: 799;
margin-top: -3px;
margin-left: 5px;
}
.lepopup-element-error,
.lepopup-uploader-error {
background: red;
position: absolute;
line-height: 1.4;
z-index: 800;
border-radius: 4px;
margin-top: 5px;
display: none;
padding: 0;
left: 0;
margin-bottom: -5px;	
box-shadow: 1px 1px 10px -4px #000;
}
.lepopup-element-error span,
.lepopup-uploader-error span {
padding: 0.3em 0.7em;
font-size: inherit;
font-family: inherit;
color: inherit;
display: inline-block;
}
.lepopup-element label.lepopup-label {
line-height: 1em;
margin: 0 0 0.4em 0;
font-size: 16px;
display: block;
}
.lepopup-form .lepopup-element-label-left .lepopup-column-label {
padding-right: 0.5em;
}
.lepopup-form .lepopup-element-label-left .lepopup-column-label, .lepopup-form .lepopup-element-label-left .lepopup-column-input {
float: left;
}
.lepopup-form .lepopup-element-label-right .lepopup-column-label {
padding-left: 0.5em;
}
.lepopup-form .lepopup-element-label-right .lepopup-column-label, .lepopup-form .lepopup-element-label-right .lepopup-column-input {
float: right;
}
.lepopup-form .lepopup-element-label-none .lepopup-column-label {
display:none !important;
}
.lepopup-element label.lepopup-description {
line-height: 1em;
margin: 0.4em 0 0 0;
padding: 0;
font-size: 14px;
color: #888;
display: block;
}
.lepopup-form-description-none .lepopup-element label.lepopup-description {
display:none;
}
.lepopup-form .lepopup-element-description-none label.lepopup-description {
display:none !important;
}
.lepopup-form .lepopup-element-description-bottom label.lepopup-description {
display:block !important;
}
.lepopup-form .lepopup-element-label-none label.lepopup-description,
.lepopup-form .lepopup-element-label-top label.lepopup-description {
margin-left:0 !important;margin-right:0 !important;
}
.lepopup-element div.lepopup-input {
position: relative;
}
.lepopup-input div.airdatepicker {
z-index: 1000;
}
.lepopup-element div.lepopup-input {
height: inherit;
line-height: auto;
}
.lepopup-element div.lepopup-input input[type="text"],
.lepopup-element div.lepopup-input input[type="email"],
.lepopup-element div.lepopup-input input[type="password"],
.lepopup-element div.lepopup-input select,
.lepopup-element div.lepopup-input textarea {
border-spacing: 0;
vertical-align: top;
outline: none;
box-sizing: border-box;
box-shadow: none;
padding: 0 1em !important;
margin: 0;
min-width: 0px;
max-width: 100%;
min-height: 20px;	
width: 100%;
height: 100%;
line-height: inherit;
transition-property: border, background, color, box-shadow;
-webkit-transition-property: border, background, color, box-shadow;
transition-duration: .3s;
-webkit-transition-duration: .3s;
}
.lepopup-element div.lepopup-input textarea {
padding-top: 0.5em !important;
padding-bottom: 0.5em;
}
.lepopup-element div.lepopup-input.lepopup-icon-left input[type="text"],
.lepopup-element div.lepopup-input.lepopup-icon-left input[type="email"],
.lepopup-element div.lepopup-input.lepopup-icon-left input[type="password"],
.lepopup-element div.lepopup-input.lepopup-icon-left textarea {
padding-left: 48px !important;
}
.lepopup-element div.lepopup-input.lepopup-icon-right input[type="text"],
.lepopup-element div.lepopup-input.lepopup-icon-right input[type="email"],
.lepopup-element div.lepopup-input.lepopup-icon-right input[type="password"],
.lepopup-element div.lepopup-input.lepopup-icon-right textarea {
padding-right: 48px !important;
}
.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-left input[type="text"],
.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-left input[type="email"],
.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-left input[type="password"],
.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-left textarea {
padding-left: 1em !important;
margin-left: 40px;
width: calc(100% - 40px);
}
.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-right input[type="text"],
.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-right input[type="email"],
.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-right input[type="password"],
.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-right textarea {
padding-right: 1em !important;
margin-right: 40px;
width: calc(100% - 40px);
}
.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-left.lepopup-icon-right input[type="text"],
.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-left.lepopup-icon-right input[type="email"],
.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-left.lepopup-icon-right input[type="password"],
.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-left.lepopup-icon-right textarea {
width: calc(100% - 80px);
}
.lepopup-element div.lepopup-input>i {
position: absolute;
line-height: inherit;
width: 40px;
text-align: center;
font-size: 16px;
z-index: 102;
}
.lepopup-form-icon-outside .lepopup-element div.lepopup-input>i {
width: 40px;
} .lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-left+label.lepopup-description {
padding-left: 40px;
}
.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-right+label.lepopup-description {
padding-right: 40px;
}
.lepopup-element div.lepopup-input>i.lepopup-icon-left {
top: 0;
left: 0;
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.lepopup-element div.lepopup-input>i.lepopup-icon-right {
top: 0;
right: 0;
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
.lepopup-form-icon-inside .lepopup-element div.lepopup-input>i.lepopup-icon-left, .lepopup-form-icon-inside .lepopup-element div.lepopup-input>i.lepopup-icon-right {
display: table;
line-height: initial;
height: 100%;
}
.lepopup-form-icon-inside .lepopup-element div.lepopup-input>i.lepopup-icon-left::before, .lepopup-form-icon-inside .lepopup-element div.lepopup-input>i.lepopup-icon-right::before {
display: table-cell;
vertical-align: middle;
}
.lepopup-element .lepopup-button {
display: inline-block;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
user-select: none;
transition-property: border, background, color, box-shadow, width, height, font-size;
-webkit-transition-property: border, background, color, box-shadow, width, height, font-size;
transition-duration: .3s;
-webkit-transition-duration: .3s;
outline: none;
overflow: hidden;
display: block !important;
height: 100% !important;
white-space: nowrap;
box-sizing: border-box !important;
padding: 0 !important;	
}
.lepopup-element .lepopup-button::before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.lepopup-element .lepopup-button-full {
display: block;
}
.lepopup-element .lepopup-button.lepopup-button-tiny {
height: 20px;
line-height: 20px;
padding: 0 10px;
}
.lepopup-element .lepopup-button.lepopup-button-small {
height: 30px;
line-height: 30px;
padding: 0 15px;
}
.lepopup-element .lepopup-button.lepopup-button-medium {
height: 40px;
line-height: 40px;
padding: 0 20px;
}
.lepopup-element .lepopup-button.lepopup-button-large {
height: 50px;
line-height: 50px;
padding: 0 25px;
}
.lepopup-element .lepopup-button.lepopup-button-huge {
height: 60px;
line-height: 60px;
padding: 0 30px;
}
.lepopup-element .lepopup-button i {
font-size: inherit;
color: inherit;
width: 1em;
margin: 0 0.5em 0 0;
line-height: inherit;
display: inline-block;
vertical-align: middle;
transform: translateY(-1px);
text-align: center;
}
.lepopup-element .lepopup-button span+i {
margin: 0 0 0 0.5em;
text-align: right;
}
.lepopup-element .lepopup-button span {
font-size: inherit;
font-weight: inherit;
font-style: inherit;	
color: inherit;
padding: 0;
margin: 0;
text-decoration: inherit;
white-space: nowrap;
-webkit-user-select: none;
user-select: none;
outline: none;
line-height: inherit;
vertical-align: middle;
display: contents;
display: inline-block; }
.lepopup-element .lepopup-button.lepopup-button-zoom-in:active {
transform: scale(1.02);
-webkit-transform: scale(1.02);
}
.lepopup-element .lepopup-button.lepopup-button-zoom-out:active {
transform: scale(0.95);
-webkit-transform: scale(0.95);
}
.lepopup-element .lepopup-button.lepopup-button-shift-down:active {
transform:translateY(2px);
-webkit-transform:translateY(2px);
}
.lepopup-element .lepopup-button-disabled {
transform:none !important;
-webkit-transform:none !important;
opacity:0.7 !important;
}
.lepopup-element-html {
min-height: 20px;
min-width: 20px;
overflow-x: hidden;
overflow-y: hidden;
box-sizing: border-box;
}
.lepopup-element-rectangle {
overflow-x: hidden;
overflow-y: hidden;
box-sizing: border-box;
}
.lepopup-element-html-content {
position: relative;
}
.lepopup-element-html-content iframe {
width: 100%;
height: 100%;
height: -moz-available;
height: -webkit-fill-available;
height: fill-available;
}
.lepopup-element-html-scrollable {
overflow-x: hidden;
overflow-y: scroll;
scrollbar-color: rgba(0,0,0,0.1) rgba(0,0,0,0.05);
scrollbar-width: thin;
-ms-overflow-style: none;
}
.lepopup-element-html-scrollable::-webkit-scrollbar {
width: 5px;
}
.lepopup-element-html-scrollable::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0,0,0,0.05);
}
.lepopup-element-html-scrollable::-webkit-scrollbar-thumb {
background-color: rgba(0,0,0,0.1);
}
.lepopup-element-html strong, .lepopup-element-html b {
font-weight: 700;
font-size: inherit;
color: inherit;
text-shadow: none;
}
.lepopup-element-html em, .lepopup-element-html i {
font-style: italic;
font-size: inherit;
color: inherit;
text-shadow: none;
}
.lepopup-element-html span {
font-style: inherit;
font-size: inherit;
font-weight: inherit;
color: inherit;
text-shadow: none;
}
.lepopup-element-html h1,
.lepopup-element-html h2,
.lepopup-element-html h3,
.lepopup-element-html h4,
.lepopup-element-html h5,
.lepopup-element-html h6 {
font-weight: 700;
margin: 0.4em 0;
padding: 0;
line-height: 1.475;
text-shadow: none;
}
.lepopup-element-html h1 {
font-size: 32px
}
.lepopup-element-html h2 {
font-size: 24px
}
.lepopup-element-html h3 {
font-size: 20px
}
.lepopup-element-html h4 {
font-size: 18px
}
.lepopup-element-html h5 {
font-size: 16px
}
.lepopup-element-html h6 {
font-size: 14px
}
.lepopup-element-html p {
line-height: 1.475;
padding: 0;
margin: 0.4em 0;
font-style: inherit;
font-size: inherit;
font-weight: inherit;
color: inherit;
text-shadow: none;
}
.lepopup-element-html .aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.lepopup-element-html .alignleft {
float: left;
margin: 0.5em 1em 0.5em 0;
}
.lepopup-element-html .alignright {
float: right;
margin: 0.5em 0 0.5em 1em;
}
.lepopup-element-html img {
max-width: 100%;
}
.lepopup-element-html hr {
border: 0;
border-top: 1px solid #a0a0a0;
margin: 0.3em 0;
}
.lepopup-element-html ul {
list-style: disc inside;
margin: 0.3em 0;
padding: 0;
line-height: 1.475;
}
.lepopup-element-html ol {
list-style: decimal inside;
margin: 0.3em 0;
padding: 0;
line-height: 1.475;
}
.lepopup-element-html ul li,
.lepopup-element-html ol li {
margin: 0 0 0 1em;
padding: 0;
line-height: 1.475;
font-style: inherit;
font-size: inherit;
font-weight: inherit;
color: inherit;
text-shadow: none;
}
.lepopup-element-close span,
.lepopup-element-icon span,
.lepopup-element-icon a {
display: block;
text-align: center;
cursor: pointer;
font-family: arial !important;
line-height: 1 !important;
transition-property: color;
transition-duration: .2s;
text-decoration: none !important;
}
.lepopup-element-close span i,
.lepopup-element-icon span i,
.lepopup-element-icon a i {
transition-property: color;
transition-duration: .2s;
font-size: inherit;
}
.lepopup-confirmaton-message {
display: none;
}
.lepopup-ta-left {
text-align: left !important;
}
.lepopup-ta-center {
text-align: center !important;
}
.lepopup-ta-right {
text-align: right !important;
} .lepopup-tile-layout-inline div.lepopup-tile-container {
width: auto;
display: inline-block;
float: left;
}
div.lepopup-tile-container, div.lepopup-tile-box {
max-width: 100%;
}	
.lepopup-tile-layout-2 div.lepopup-tile-container,
.lepopup-tile-layout-3 div.lepopup-tile-container,
.lepopup-tile-layout-4 div.lepopup-tile-container,
.lepopup-tile-layout-6 div.lepopup-tile-container {
width: auto;
display: block;
float: left;
}
.lepopup-tile-layout-2 div.lepopup-tile-container {
width: 50%;
}
.lepopup-tile-layout-3 div.lepopup-tile-container {
width: 33.33333333%;
}
.lepopup-tile-layout-4 div.lepopup-tile-container {
width: 25%;
}
.lepopup-tile-layout-6 div.lepopup-tile-container {
width: 16.66666666%;
}
.lepopup-tile-layout-inline::after,
.lepopup-tile-layout-2::after,
.lepopup-tile-layout-3::after,
.lepopup-tile-layout-4::after,
.lepopup-tile-layout-6::after {
content: ' ';
display: table;
clear: both;
}
.lepopup-tile-layout-right div.lepopup-tile-container {
float: right !important;
text-align: right;
}
.lepopup-tile-layout-1.lepopup-tile-layout-right div.lepopup-tile-container {
clear: both;
}
input[type="checkbox"].lepopup-tile, input[type="radio"].lepopup-tile {
display: none !important;
}
input[type="checkbox"].lepopup-tile+label, input[type="radio"].lepopup-tile+label {
vertical-align: middle;
margin: 0;
}
input[type="checkbox"].lepopup-tile+label:before,
input[type="checkbox"].lepopup-tile+label:after,
input[type="radio"].lepopup-tile+label:before,
input[type="radio"].lepopup-tile+label:after {
content: '';
}
input[type="checkbox"].lepopup-tile+label:before,
input[type="radio"].lepopup-tile+label:before {
display: none !important;
}
input[type="checkbox"].lepopup-tile+label,
input[type="radio"].lepopup-tile+label {
appearance: none;
border-style: solid;
border-color: #ccc;
border-radius: 2px;
border-width: 1px;
max-width: 100%;
text-align: center;
background: #fff;
color: #444;
cursor: pointer;
display: block;
vertical-align: top;
position: relative;
transition-property: border, background, color, transform;
-webkit-transition-property: border, background, color, transform;
transition-duration: .2s;
-webkit-transition-duration: .2s;
white-space: nowrap;
overflow: hidden;
}
input[type="checkbox"].lepopup-tile:checked+label,
input[type="radio"].lepopup-tile:checked+label {
border-color: red;
}
.lepopup-tile-tiny+label {
line-height: 18px;
height: 20px;
}
.lepopup-tile-tiny+label {
padding: 0 0.6em;
}
.lepopup-tile-small+label {
line-height: 28px;
height: 30px;
}
.lepopup-tile-small+label {
padding: 0 0.8em;
}
.lepopup-tile-medium+label {
line-height: 38px;
height: 40px;
}
.lepopup-tile-medium+label {
padding: 0 1em;
}
.lepopup-tile-large+label {
line-height: 48px;
height: 50px;
}
.lepopup-tile-large+label {
padding: 0 1.2em;
}
.lepopup-tile-huge+label {
line-height: 58px;
height: 60px;
}
.lepopup-tile-huge+label {
padding: 0 1.4em;
}
.lepopup-tile-box {
display: inline-block;
padding: 0.3em;
}
.lepopup-tile-full .lepopup-tile-box {
display: block !important;
}
.lepopup-tile-transform-zoom-in .lepopup-tile-box input[type="checkbox"].lepopup-tile:checked+label,
.lepopup-tile-transform-zoom-in .lepopup-tile-box input[type="radio"].lepopup-tile:checked+label {
transform: scale(1.05);
}
.lepopup-tile-transform-zoom-out .lepopup-tile-box input[type="checkbox"].lepopup-tile:checked+label,
.lepopup-tile-transform-zoom-out .lepopup-tile-box input[type="radio"].lepopup-tile:checked+label {
transform: scale(0.95);
}
.lepopup-tile-transform-shift-down .lepopup-tile-box input[type="checkbox"].lepopup-tile:checked+label,
.lepopup-tile-transform-shift-down .lepopup-tile-box input[type="radio"].lepopup-tile:checked+label {
transform: translateY(2px);
}  .lepopup-cr-layout-inline div.lepopup-cr-container {
width: auto;
display: inline-block;
float: left;
}
.lepopup-cr-layout-2 div.lepopup-cr-container,
.lepopup-cr-layout-3 div.lepopup-cr-container,
.lepopup-cr-layout-4 div.lepopup-cr-container,
.lepopup-cr-layout-6 div.lepopup-cr-container {
width: auto;
display: block;
float: left;
}
.lepopup-cr-layout-2 div.lepopup-cr-container {
width: 50%;
}
.lepopup-cr-layout-3 div.lepopup-cr-container {
width: 33.33333333%;
}
.lepopup-cr-layout-4 div.lepopup-cr-container {
width: 25%;
}
.lepopup-cr-layout-6 div.lepopup-cr-container {
width: 16.66666666%;
}
.lepopup-cr-layout-inline::after,
.lepopup-cr-layout-2::after,
.lepopup-cr-layout-3::after,
.lepopup-cr-layout-4::after,
.lepopup-cr-layout-6::after {
content: ' ';
display: table;
clear: both;
}
.lepopup-cr-layout-inline.lepopup-cr-layout-right div.lepopup-cr-container {
float: right;
}
.lepopup-cr-layout-inline div.lepopup-cr-container div.lepopup-cr-label {
width: auto;
}
.lepopup-cr-layout-2.lepopup-cr-layout-right div.lepopup-cr-container-left div.lepopup-cr-label,
.lepopup-cr-layout-3.lepopup-cr-layout-right div.lepopup-cr-container-left div.lepopup-cr-label,
.lepopup-cr-layout-4.lepopup-cr-layout-right div.lepopup-cr-container-left div.lepopup-cr-label,
.lepopup-cr-layout-6.lepopup-cr-layout-right div.lepopup-cr-container-left div.lepopup-cr-label,
.lepopup-cr-layout-inline div.lepopup-cr-container-left div.lepopup-cr-label {
padding-right: 1.4em;
}
.lepopup-cr-layout-2.lepopup-cr-layout-left div.lepopup-cr-container-right div.lepopup-cr-label,
.lepopup-cr-layout-3.lepopup-cr-layout-left div.lepopup-cr-container-right div.lepopup-cr-label,
.lepopup-cr-layout-4.lepopup-cr-layout-left div.lepopup-cr-container-right div.lepopup-cr-label,
.lepopup-cr-layout-6.lepopup-cr-layout-left div.lepopup-cr-container-right div.lepopup-cr-label,
.lepopup-cr-layout-inline div.lepopup-cr-container-right div.lepopup-cr-label {
padding-left: 1.4em;
}
div.lepopup-cr-container {
display: table;
width: 100%;
margin: 0 0 5px 0;
}
div.lepopup-cr-container>div {
vertical-align: top;
}
div.lepopup-cr-container.lepopup-cr-container-small {
line-height: 16px;
}
div.lepopup-cr-container.lepopup-cr-container-medium {
line-height: 20px;
}
div.lepopup-cr-container.lepopup-cr-container-large {
line-height: 24px;
}
div.lepopup-cr-container.lepopup-cr-container-huge {
line-height: 28px;
}
div.lepopup-cr-container div.lepopup-cr-box {
display: table-cell;
}
div.lepopup-cr-container div.lepopup-cr-label {
display: table-cell;
width: 100%;
}
div.lepopup-cr-container div.lepopup-cr-label label {
margin: 0;
padding: 0;
display: block;
text-align: inherit;
}
div.lepopup-cr-container-left div.lepopup-cr-label {
padding-left: 0.7em;
}
div.lepopup-cr-container-right div.lepopup-cr-label {
padding-right: 0.7em;
}
input[type="checkbox"].lepopup-checkbox {
display: none !important;
}
input[type="checkbox"].lepopup-checkbox+label {
vertical-align: middle;
margin: 0;
}
input[type="checkbox"].lepopup-checkbox+label:before,
input[type="checkbox"].lepopup-checkbox+label:after {
content: '';
}
input[type="checkbox"].lepopup-checkbox+label:before {
display: none !important;
}
input[type="checkbox"].lepopup-checkbox-classic+label,
input[type="checkbox"].lepopup-checkbox-fa-check+label,
input[type="checkbox"].lepopup-checkbox-square+label {
appearance: none;
border-style: solid;
border-color: #aaa;
border-radius: 2px;
text-align: center;
font-weight: 700;
background: #fff;
color: #444;
padding: 0;
cursor: pointer;
display: inline-block;
position: relative;
transition-property: border, background, color, transform;
-webkit-transition-property: border, background, color, transform;
transition-duration: .2s;
-webkit-transition-duration: .2s;
}
input[type="checkbox"].lepopup-checkbox-classic:checked+label,
input[type="checkbox"].lepopup-checkbox-fa-check:checked+label,
input[type="checkbox"].lepopup-checkbox-square:checked+label {
transform: scale(1.1);
}
input[type="checkbox"].lepopup-checkbox-classic:checked+label:after {
font-family: arial;
content: '✔';
}
input[type="checkbox"].lepopup-checkbox-fa-check:checked+label:after {
font-family: lepopup-if;
content: "\e801";
}
input[type="checkbox"].lepopup-checkbox-square:checked+label:after {
position: absolute;
top: 4px;
left: 4px;
border-radius: 2px;
background: #aaa;
display: inline-block;
transition-property: border, background, color, transform;
-webkit-transition-property: border, background, color, transform;
transition-duration: .2s;
-webkit-transition-duration: .2s;
}
input[type="checkbox"].lepopup-checkbox-none+label {
appearance: none;
font-family: arial;
font-size: 16px;
color: #aaa;
}
input[type="checkbox"].lepopup-checkbox-none+label:after {
content: 'none';
}
input[type="checkbox"].lepopup-checkbox-tgl+label {
appearance: none;
border-style: solid;
border-color: #aaa;
background: #fff;
position: relative;
display: inline-block;
overflow: hidden;
transition: background 0.3s;
box-sizing: border-box;
border-radius: 100px;
outline: none;
box-shadow: none;
cursor: pointer;
margin: 0;
padding: 0;
}
input[type="checkbox"].lepopup-checkbox-tgl+label:after {
position: absolute;
top: 2px;
left: 2px;
background: #aaa;
border: none;
border-radius: 100px;
transition: left 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
input[type="checkbox"].lepopup-checkbox-tgl:checked+label {
background: #aaa;
}
input[type="checkbox"].lepopup-checkbox-tgl:checked+label:after {
background: #fff;
}
input[type="checkbox"].lepopup-checkbox-classic.lepopup-checkbox-huge+label,
input[type="checkbox"].lepopup-checkbox-fa-check.lepopup-checkbox-huge+label,
input[type="checkbox"].lepopup-checkbox-square.lepopup-checkbox-huge+label {
width: 28px;
height: 28px;
line-height: 28px;
border-width: 2px;
}
input[type="checkbox"].lepopup-checkbox-classic.lepopup-checkbox-huge:checked+label:after {
font-size: 28px;
line-height: 26px;
}
input[type="checkbox"].lepopup-checkbox-fa-check.lepopup-checkbox-huge:checked+label:after {
font-size: 25px;
line-height: 25px;
}
input[type="checkbox"].lepopup-checkbox-square.lepopup-checkbox-huge:checked+label:after {
width: 16px;
height: 16px;
}
input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-huge+label {
width: 48px;
height: 26px;
border-width: 2px;
}
input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-huge+label:after {
width: 18px;
height: 18px;
}
input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-huge:checked+label:after {
left: 24px;
}
input[type="checkbox"].lepopup-checkbox-classic.lepopup-checkbox-large+label,
input[type="checkbox"].lepopup-checkbox-fa-check.lepopup-checkbox-large+label,
input[type="checkbox"].lepopup-checkbox-square.lepopup-checkbox-large+label {
width: 24px;
height: 24px;
line-height: 24px;
border-width: 2px;
}
input[type="checkbox"].lepopup-checkbox-classic.lepopup-checkbox-large:checked+label:after {
font-size: 24px;
line-height: 22px;
}
input[type="checkbox"].lepopup-checkbox-fa-check.lepopup-checkbox-large:checked+label:after {
font-size: 21px;
line-height: 21px;
}
input[type="checkbox"].lepopup-checkbox-square.lepopup-checkbox-large:checked+label:after {
width: 12px;
height: 12px;
}
input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-large+label {
width: 44px;
height: 24px;
border-width: 2px;
}
input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-large+label:after {
width: 16px;
height: 16px;
}
input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-large:checked+label:after {
left: 22px;
}
input[type="checkbox"].lepopup-checkbox-classic.lepopup-checkbox-medium+label,
input[type="checkbox"].lepopup-checkbox-fa-check.lepopup-checkbox-medium+label,
input[type="checkbox"].lepopup-checkbox-square.lepopup-checkbox-medium+label {
width: 20px;
height: 20px;
line-height: 20px;
border-width: 1px;
}
input[type="checkbox"].lepopup-checkbox-classic.lepopup-checkbox-medium:checked+label:after {
font-size: 20px;
line-height: 19px;
}
input[type="checkbox"].lepopup-checkbox-fa-check.lepopup-checkbox-medium:checked+label:after {
font-size: 18px;
line-height: 18px;
}
input[type="checkbox"].lepopup-checkbox-square.lepopup-checkbox-medium:checked+label:after {
width: 10px;
height: 10px;
}
input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-medium+label {
width: 38px;
height: 20px;
border-width: 1px;
}
input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-medium+label:after {
width: 14px;
height: 14px;
}
input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-medium:checked+label:after {
left: 20px;
}
input[type="checkbox"].lepopup-checkbox-classic.lepopup-checkbox-small+label,
input[type="checkbox"].lepopup-checkbox-fa-check.lepopup-checkbox-small+label,
input[type="checkbox"].lepopup-checkbox-square.lepopup-checkbox-small+label {
width: 16px;
height: 16px;
line-height: 16px;
border-width: 1px;
}
input[type="checkbox"].lepopup-checkbox-classic.lepopup-checkbox-small:checked+label:after {
font-size: 16px;
line-height: 15px;
}
input[type="checkbox"].lepopup-checkbox-fa-check.lepopup-checkbox-small:checked+label:after {
font-size: 15px;
line-height: 14px;
}
input[type="checkbox"].lepopup-checkbox-square.lepopup-checkbox-small:checked+label:after {
width: 6px;
height: 6px;
}
input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-small+label {
width: 30px;
height: 16px;
border-width: 1px;
}
input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-small+label:after {
width: 10px;
height: 10px;
}
input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-small:checked+label:after {
left: 16px;
}
input[type="radio"].lepopup-radio {
display: none !important;
}
input[type="radio"].lepopup-radio+label {
vertical-align: middle;
margin: 0;
}
input[type="radio"].lepopup-radio+label:before,
input[type="radio"].lepopup-radio+label:after {
content: '';
}
input[type="radio"].lepopup-radio+label:before {
display: none !important;
}
input[type="radio"].lepopup-radio-classic+label,
input[type="radio"].lepopup-radio-fa-check+label,
input[type="radio"].lepopup-radio-dot+label {
appearance: none;
border-style: solid;
border-color: #aaa;
border-radius: 50%;
text-align: center;
font-weight: 700;
background: #fff;
color: #aaa;
cursor: pointer;
display: inline-block;
position: relative;
transition-property: border, background, color, transform;
-webkit-transition-property: border, background, color, transform;
transition-duration: .2s;
-webkit-transition-duration: .2s;
padding: 0;
}
input[type="radio"].lepopup-radio-classic:checked+label,
input[type="radio"].lepopup-radio-fa-check:checked+label,
input[type="radio"].lepopup-radio-dot:checked+label {
transform: scale(1.1);
}
input[type="radio"].lepopup-radio-classic:checked+label:after {
font-family: arial;
content: '✔';
}
input[type="radio"].lepopup-radio-fa-check:checked+label:after {
font-family: lepopup-if;
content: "\e801";
}
input[type="radio"].lepopup-radio-dot:checked+label:after {
position: absolute;
top: 4px;
left: 4px;
border-radius: 50%;
background: #aaa;
display: inline-block;
transition-property: border, background, color, transform;
-webkit-transition-property: border, background, color, transform;
transition-duration: .2s;
-webkit-transition-duration: .2s;
}
input[type="radio"].lepopup-radio-classic.lepopup-radio-huge+label,
input[type="radio"].lepopup-radio-fa-check.lepopup-radio-huge+label,
input[type="radio"].lepopup-radio-dot.lepopup-radio-huge+label {
width: 28px;
height: 28px;
line-height: 28px;
border-width: 2px;
}
input[type="radio"].lepopup-radio-classic.lepopup-radio-huge:checked+label:after {
font-size: 28px;
line-height: 28px;
}
input[type="radio"].lepopup-radio-fa-check.lepopup-radio-huge:checked+label:after {
font-size: 25px;
line-height: 29px;
}
input[type="radio"].lepopup-radio-dot.lepopup-radio-huge:checked+label:after {
width: 16px;
height: 16px;
}
input[type="radio"].lepopup-radio-classic.lepopup-radio-large+label,
input[type="radio"].lepopup-radio-fa-check.lepopup-radio-large+label,
input[type="radio"].lepopup-radio-dot.lepopup-radio-large+label {
width: 24px;
height: 24px;
line-height: 24px;
border-width: 2px;
}
input[type="radio"].lepopup-radio-classic.lepopup-radio-large:checked+label:after {
font-size: 24px;
line-height: 24px;
}
input[type="radio"].lepopup-radio-fa-check.lepopup-radio-large:checked+label:after {
font-size: 21px;
line-height: 23px;
}
input[type="radio"].lepopup-radio-dot.lepopup-radio-large:checked+label:after {
width: 12px;
height: 12px;
}
input[type="radio"].lepopup-radio-classic.lepopup-radio-medium+label,
input[type="radio"].lepopup-radio-fa-check.lepopup-radio-medium+label,
input[type="radio"].lepopup-radio-dot.lepopup-radio-medium+label {
width: 20px;
height: 20px;
line-height: 20px;
border-width: 1px;
}
input[type="radio"].lepopup-radio-classic.lepopup-radio-medium:checked+label:after {
font-size: 20px;
line-height: 20px;
}
input[type="radio"].lepopup-radio-fa-check.lepopup-radio-medium:checked+label:after {
font-size: 18px;
line-height: 18px;
}
input[type="radio"].lepopup-radio-dot.lepopup-radio-medium:checked+label:after {
width: 10px;
height: 10px;
}
input[type="radio"].lepopup-radio-classic.lepopup-radio-small+label,
input[type="radio"].lepopup-radio-fa-check.lepopup-radio-small+label,
input[type="radio"].lepopup-radio-dot.lepopup-radio-small+label {
width: 16px;
height: 16px;
line-height: 16px;
border-width: 1px;
}
input[type="radio"].lepopup-radio-classic.lepopup-radio-small:checked+label:after {
font-size: 16px;
line-height: 16px;
}
input[type="radio"].lepopup-radio-fa-check.lepopup-radio-small:checked+label:after {
font-size: 15px;
line-height: 15px;
}
input[type="radio"].lepopup-radio-dot.lepopup-radio-small:checked+label:after {
width: 6px;
height: 6px;
}
.lepopup-cr-box input[type="checkbox"]+label, .lepopup-cr-box input[type="radio"]+label {
vertical-align: top !important;
}  .lepopup-imageselect {
display: none !important;
}
.lepopup-imageselect+label {
display: inline-block;
width: 100px;
height: 100px;
vertical-align: middle;
margin: 5px;
cursor: pointer;
transition-property: border, transform, box-shadow, filter;
-webkit-transition-property: border, transform, box-shadow, filter;
transition-duration: .2s;
-webkit-transition-duration: .2s;
background-repeat: no-repeat;
background-position: 50% 50%;
overflow: hidden;
}
.lepopup-imageselect+label span.lepopup-imageselect-image {
display: block;
vertical-align: middle;
margin: 0;
cursor: pointer;
background-repeat: no-repeat;
background-position: 50% 50%;
}
.lepopup-imageselect+label span.lepopup-imageselect-label {
padding: 0.5em;
display: block;
}
.lepopup-ta-left .lepopup-imageselect+label {
margin: 5px 10px 5px 0;
}
.lepopup-ta-center .lepopup-imageselect+label {
margin: 5px 5px 5px 5px;
}
.lepopup-ta-right .lepopup-imageselect+label {
margin: 5px 0 5px 10px;
}
.lepopup-imageselect-grayscale .lepopup-imageselect+label {
-moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
-o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
-webkit-filter: grayscale(100%);
filter: gray;
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}
.lepopup-imageselect-grayscale .lepopup-imageselect+label:hover,
.lepopup-imageselect-grayscale .lepopup-imageselect:checked+label {
-moz-filter: none;
-o-filter: none;
-webkit-filter: none;
filter: none;
filter: none;
}
.lepopup-imageselect+label:before,
.lepopup-imageselect+label:after {
content: '';
}
.lepopup-imageselect:checked+label {
display: inline-block;
width: 100px;
height: 100px;
}  .lepopup-popup-message-overlay {
position: fixed !important;
z-index: 999999;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
height: 100%;
width: 100%;
background-color: rgba(0,0,0,0.8);
display: none;
}
.lepopup-popup-message {
position: fixed;
z-index: 1000000;
text-align: left;
display: none;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 50%;
min-width: 480px;
padding: 46px 40px 40px 40px;
box-sizing: border-box;
background-color: #ffffff;
border-radius: 5px;
box-shadow: 1px 1px 10px -3px rgba(0,0,0,0.8);
color: #444;
font-size: 18px;
line-height: 26px;
text-align: center;
}
.lepopup-popup-message-conntent {
position: relative;
}
.lepopup-popup-message-close {
position: absolute;
z-index: 1000001;
top: 8px;
right: 8px;
font-size: 20px;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
display: inline-block;
cursor: pointer;
font-family: lepopup-if;
transition: color 0.3s;
-webkit-transition: color 0.3s;
}
.lepopup-popup-message-close:active {
transform: translateY(2px);
-webkit-transform: translateY(2px);
}  .lepopup-popup-overlay {
position: fixed !important;
z-index: 999999;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
display: none;
animation-duration: 1000ms !important;
animation-delay: 0ms;	
overflow-y: scroll;
overflow-x: hidden;
-ms-overflow-style: scrollbar;
box-sizing: content-box;
padding-right: 20px;	
}
.lepopup-popup-loader {
width: 90px;
height: 90px;
z-index: 1000000;
position: fixed;
}
.lepopup-popup-loader-top-left {
top: 32px !important;
left: 32px !important;
transform: translate(0, 0);
}
.lepopup-popup-loader-top-center {
top: 32px !important;
left: 50% !important;
transform: translate(-50%, 0);
}
.lepopup-popup-loader-top-right {
top: 32px !important;
right: 32px !important;
transform: translate(0, 0);
}
.lepopup-popup-loader-middle-left {
left: 32px !important;
top: 50% !important;
transform: translate(0, -50%);
}
.lepopup-popup-loader-middle-center {
left: 50% !important;
top: 50% !important;
transform: translate(-50%, -50%);
}
.lepopup-popup-loader-middle-right {
right: 32px !important;
top: 50% !important;
transform: translate(0, -50%);
}
.lepopup-popup-loader-bottom-left {
bottom: 32px !important;
left: 32px !important;
transform: translate(0, 0);
}
.lepopup-popup-loader-bottom-center {
bottom: 32px !important;
left: 50% !important;
transform: translate(-50%, 0);
}
.lepopup-popup-loader-bottom-right {
bottom: 32px !important;
right: 32px !important;
transform: translate(0, 0);
}
.lepopup-popup-fh-container {
position: fixed;
z-index: 1000000;
top: 0;
left: 0;
bottom: 0;
right: 0;
height: 100%;
width: 100%;
overflow-y: scroll;
overflow-x: hidden;
scrollbar-color: transparent;
scrollbar-width: none;
-ms-overflow-style: none;
}
.lepopup-popup-fh-container::-webkit-scrollbar {
display: none;
width: 1px;
background-color: transparent;
}
.lepopup-popup-fh-container::-webkit-scrollbar-track {
display: none;
width: 1px;
background-color: transparent;
}
.lepopup-popup-fh-container::-webkit-scrollbar-thumb {
display: none;
width: 1px;
background-color: transparent;
}
.lepopup-popup-fh-container::-moz-scrollbar {
display: none;
width: 1px;
background-color: transparent;
}
.lepopup-popup-fh-container>.lepopup-form {
position: absolute !important;
top: 0 !important;
bottom: auto !important;
transform-origin: 50% 50%;
}
.lepopup-popup {
position: absolute;
z-index: 1000000;
text-align: left;
display: none;
left: 50%;
top: 50%;
width: 100%;
padding: 25px 10px 10px 10px;
box-sizing: border-box;
}
.lepopup-popup-close {
position: absolute;
top: 3px;
right: 10px;
font-size: 20px;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
display: inline-block;
cursor: pointer;
text-shadow: 1px 1px rgba(0,0,0,0.3);	
transition: color 0.3s;
-webkit-transition: color 0.3s;
}
.lepopup-popup-close:active {
transform: translateY(2px);
-webkit-transform: translateY(2px);
}  .lepopup-popup-loader-triple-spinner {
display: block;
position: relative;
width: 90px;
height: 90px;
border-radius: 50%;
border: 4px solid transparent;
border-top: 4px solid #FF5722;
-webkit-animation: lepopup-popup-loader-triple-spinner-spin 2s linear infinite;
animation: lepopup-popup-loader-triple-spinner-spin 2s linear infinite;
}
.lepopup-popup-loader-triple-spinner::before,
.lepopup-popup-loader-triple-spinner::after {
content: "";
position: absolute;
border-radius: 50%;
border: 4px solid transparent;
}
.lepopup-popup-loader-triple-spinner::before {
top: 5px;
left: 5px;
right: 5px;
bottom: 5px;
border-top-color: #FF9800;
-webkit-animation: lepopup-popup-loader-triple-spinner-spin 3s linear infinite;
animation: lepopup-popup-loader-triple-spinner-spin 3.5s linear infinite;
}
.lepopup-popup-loader-triple-spinner::after {
top: 15px;
left: 15px;
right: 15px;
bottom: 15px;
border-top-color: #FFC107;
-webkit-animation: lepopup-popup-loader-triple-spinner-spin 1.5s linear infinite;
animation: lepopup-popup-loader-triple-spinner-spin 1.75s linear infinite;
}
@-webkit-keyframes lepopup-popup-loader-triple-spinner-spin {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes lepopup-popup-loader-triple-spinner-spin {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}  div.lepopup-uploader {
position: relative;
}
div.lepopup-uploader-engine, div.lepopup-uploader-engine>form, div.lepopup-uploader-engine>form>input, div.lepopup-uploader-engine>iframe {
display: none !important;
width: 0 !important;
height: 0 !important;
margin: 0 !important;
padding: 0 !important;
visibility: hidden !important;
opacity: 0 !important;
}
div.lepopup-uploader-file {
margin: 0.5em 0;
line-height: 1.8;
position: relative;
}
div.lepopup-uploader-file>span {
font-size: 0.9em;
line-height: 1.8;
position: absolute;
cursor: pointer;
top: 0;
right: 0;
display: inline-block;
opacity: 0.7;
}
div.lepopup-uploader-file>span>i {
transition: color 0.3s;
-webkit-transition: color 0.3s;
}
div.lepopup-uploader-file>span:hover>i {
color: red !important;
}
div.lepopup-uploader-file>div.lepopup-uploader-file-title {
white-space: nowrap;
overflow: hidden;
font-size: 0.9em;
margin-right: 40px;
}
div.lepopup-uploader-file>div.lepopup-uploader-progress {
line-height: 0.8em;
height: 0.8em;
font-size: 0.8em;
opacity: 0.6;
}
div.lepopup-uploader-file>div.lepopup-uploader-progress>div.lepopup-uploader-progress-bar {
height: 4px;
background: green;
border-radius: 4px;
}
div.lepopup-uploader-file>div.lepopup-uploader-progress>div.lepopup-uploader-progress-error {
line-height: 1em;
height: 1em;
font-size: 1em;
color: red;
}  .lepopup-star-rating, .lepopup-star-rating>label { 
margin: 0 !important;
padding: 0 !important;
border: none;
display: inline-block;
}
.lepopup-star-rating>input {
display: none;
} 
.lepopup-star-rating>label:before {
content: "" !important;
}
.lepopup-star-rating>label:after {
cursor: pointer;
margin: 5px 0.4em 5px 0;
font-size: 1.25em;
font-family: lepopup-if;
display: inline-block;
content: "\e800";
}
.lepopup-ta-right .lepopup-star-rating>label:after {
margin: 5px 0 5px 0.4em;
}
.lepopup-ta-center .lepopup-star-rating>label:after {
margin: 5px 0.2em 5px 0.2em;
}
.lepopup-star-rating-tiny>label:after { 
font-size: 16px;
}
.lepopup-star-rating-small>label:after { 
font-size: 20px;
}
.lepopup-star-rating-medium>label:after { 
font-size: 24px;
}
.lepopup-star-rating-large>label:after { 
font-size: 28px;
}
.lepopup-star-rating-huge>label:after { 
font-size: 32px;
}
.lepopup-star-rating>label { 
color: #ddd; 
float: right;
transition-property: color, transform;
-webkit-transition-property: color, transform;
transition-duration: 0.3s;
-webkit-transition-duration: 0.3s;
}
.lepopup-star-rating>input:checked~label,
.lepopup-star-rating:not(:checked)>label:hover,
.lepopup-star-rating:not(:checked)>label:hover~label {
color: #FFD700;
transform: scale(1.2);
}
.lepopup-star-rating>input:checked+label:hover,
.lepopup-star-rating>input:checked~label:hover,
.lepopup-star-rating>label:hover~input:checked~label,
.lepopup-star-rating>input:checked~label:hover~label {
opacity: 0.7;
}  .lepopup-multiselect {
height: 100%;
overflow-x: hidden;
overflow-y: scroll;
padding: 0;
}
.lepopup-multiselect>input[type="checkbox"] {
display: none !important;
}
.lepopup-multiselect>label {
display: block !important;
vertical-align: middle;
margin: 0;
padding: 0.5em 0.7em;
color: inherit;
margin: 0;
text-align: inherit;
border-bottom: 1px dashed rgba(0,0,0,0.03);
transition: color, background 0.3s;
-webkit-transition: color, background 0.2s;
-webkit-touch-callout: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: pointer;
}
.lepopup-multiselect>label:nth-child(4n) {
background: rgba(0,0,0,0.02);
}
.lepopup-multiselect>label:before,
.lepopup-multiselect>label:after {
content: '' !important;
}
.lepopup-multiselect>label:hover {
background: rgba(0,0,0,0.1);
}
.lepopup-multiselect>input[type="checkbox"]:checked+label {
background: rgba(0,0,0,0.3);
}
.lepopup-multiselect>input[type="checkbox"]:disabled+label {
opacity: 0.5;
}
.lepopup-multiselect::-webkit-scrollbar {
width: 5px;
}
.lepopup-multiselect::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
}
.lepopup-multiselect::-webkit-scrollbar-thumb { opacity: 0.8;
} #lepopup-ready{width: 1px !important;}
.lepopup-dl {
text-align: right;
font-size: 14px;
font-family: arial;
}
.lepopup-dl a {
text-decoration: none !important;
outline: none !important;
box-shadow: none !important;
color: #52af00;
display: block;
}
.lepopup-dl a:hover {
text-decoration: underline !important;
}
.lepopup-dl a:active {
transform: translateY(2px);
} div.lepopup-progress {
padding: 10px 0;
margin: 0 auto;
}
div.lepopup-progress.lepopup-progress-outside {
display: none;
}
div.lepopup-progress::after {
content: ' ';
display: table;
clear: both;
}
div.lepopup-progress-t1>div {
width: 100%;
height: 18px;
line-height: 18px;
position: relative;
background-color: #e0e0e0;
border-radius: 5px;
overflow: hidden;
margin: 0px auto;
}
div.lepopup-progress-t1>div>div {
background: #bd4070;
position: absolute;
left: 0;
top: 0;
bottom: 0;
line-height: inherit;
text-align: right;
padding-right: 0.6em;
box-sizing: border-box;
font-size: 80%;
color: #fff;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
div.lepopup-progress-t1>div>div:after {
background-size: 40px 40px;
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
}
div.lepopup-progress-t1>label {
display: block;
font-size: 90%;
margin-top: 4px;
line-height: 1.2;
color: #444;
text-align: center;
cursor: default;
}
div.lepopup-progress-t1.lepopup-progress-stripes>div>div:after {
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9InJnYigwLDAsMCkiIHN0b3Atb3BhY2l0eT0iMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSJyZ2IoMCwwLDApIiBzdG9wLW9wYWNpdHk9IjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0icmdiKDI1NSwgMjU1LCAyNTUpIiBzdG9wLW9wYWNpdHk9IjAuMTUiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0icmdiKDI1NSwgMjU1LCAyNTUpIiBzdG9wLW9wYWNpdHk9IjAuMTUiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0icmdiKDAsMCwwKSIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSIzMDAlIiBzdG9wLWNvbG9yPSJyZ2IoMCwwLDApIiBzdG9wLW9wYWNpdHk9IjAiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
}
ul.lepopup-progress-t2 * {
margin: 0;
padding: 0;
box-shadow: none;
outline: none;
cursor: default;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
ul.lepopup-progress-t2 {
width: 100%;
height: 6px;
background-color: #e0e0e0;
border-radius: 5px;
display: block;
margin: 0px auto;
list-style: none;
padding: 0;
}
ul.lepopup-progress-t2>li {
float: left;
text-align: center !important;
margin: -10px 0 0 0;
padding: 0;
list-style: none;
}
ul.lepopup-progress-t2>li::before, ul.lepopup-progress-t2>li::after {
display:none !important;
}
ul.lepopup-progress-t2>li>span {
background-color: #e0e0e0;
font-size: 90%;
color: #fff;
width: 25px;
height: 25px;
line-height: 25px;
display: inline-block;
border-radius: 24px;
text-align: center;
}
ul.lepopup-progress-t2>li>label {
display: block;
font-size: 90%;
margin-top: 4px;
color: #e0e0e0;
text-align: center;
cursor: default;
line-height: 1.2;
}
ul.lepopup-progress-t2>li.lepopup-progress-t2-active>span {
background-color: #bd4070;
}
ul.lepopup-progress-t2>li.lepopup-progress-t2-active>label {
color: #444;
}
ul.lepopup-progress-t2>li.lepopup-progress-t2-passed>span {
background-color: #bd4070;
}
.lepopup-progress-t2.lepopup-progress-stripes>li>span {
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9InJnYigwLDAsMCkiIHN0b3Atb3BhY2l0eT0iMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSJyZ2IoMCwwLDApIiBzdG9wLW9wYWNpdHk9IjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0icmdiKDI1NSwgMjU1LCAyNTUpIiBzdG9wLW9wYWNpdHk9IjAuMTUiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0icmdiKDI1NSwgMjU1LCAyNTUpIiBzdG9wLW9wYWNpdHk9IjAuMTUiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0icmdiKDAsMCwwKSIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSIzMDAlIiBzdG9wLWNvbG9yPSJyZ2IoMCwwLDApIiBzdG9wLW9wYWNpdHk9IjAiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
}  .lepopup-signature-box {
height: 100%;
border-style: dashed !important;
position: relative;
}
.lepopup-signature-box canvas {
width: 1px;
height: 1px;
cursor: crosshair;
}
.lepopup-signature-box span {
position: absolute;
width: 18px;
height: 18px;
line-height: 18px;
cursor: pointer;
text-align: center;
left: 8px;
bottom: 6px;
font-size: 18px;
}  .lepopup-rangeslider .irs-from, .lepopup-rangeslider .irs-to, .lepopup-rangeslider .irs-single, .lepopup-rangeslider .irs-min, .lepopup-rangeslider .irs-max {
font-size: 13px !important;
}
.lepopup-rangeslider .irs-grid-text {
font-size: 12px !important;
}
.lepopup-rangeslider .irs-from:before, .lepopup-rangeslider .irs-to:before, .lepopup-rangeslider .irs-single:before {
display: none !important;
}  .lepopup-numspinner-minus,
.lepopup-numspinner-plus {
cursor: pointer;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.lepopup-numspinner-minus:before,
.lepopup-numspinner-plus:before {
font-size: 12px;
} .lepopup-xd-forbidden {
font-size: 16px;
font-family: arial;
text-align: center;
padding: 2em;
background-color: red;
color: #fff;
border-radius: 5px;
box-shadow: 2px 2px 10px -4px rgba(0,0,0,0.7);
}
.lepopup-global-message {
position: fixed;
top: 10px;
right: 10px;
display: none;
z-index: 9999999;
padding: 1em 1.5em;
border-radius: 3px;
font-family: arial;
font-size: 15px;
line-height: 1.4;
vertical-align: middle;
font-weight: 400;
box-shadow: 2px 2px 10px -6px #000000;
}
.lepopup-global-message-info {
color: #fff;
background: #5bc0de;
}
.lepopup-global-message-success {
color: #fff;
background: #5cb85c;
}
.lepopup-global-message-danger {
color: #fff;
background: #d9534f;
} span.lepopup-required-symbol {
}
span.lepopup-required-symbol-label-left {
margin-right: 0.2em;
}
span.lepopup-required-symbol-label-right {
margin-left: 0.2em;
}  @font-face {
font-family: 'lepopup-if';
src: url(//staging-yl.deadlinesigns.com/wp-content/plugins/halfdata-green-popups/fonts/lepopup-if.eot?95267912);
src: url(//staging-yl.deadlinesigns.com/wp-content/plugins/halfdata-green-popups/fonts/lepopup-if.eot?95267912#iefix) format('embedded-opentype'),
url(//staging-yl.deadlinesigns.com/wp-content/plugins/halfdata-green-popups/fonts/lepopup-if.woff2?95267912) format('woff2'),
url(//staging-yl.deadlinesigns.com/wp-content/plugins/halfdata-green-popups/fonts/lepopup-if.woff?95267912) format('woff'),
url(//staging-yl.deadlinesigns.com/wp-content/plugins/halfdata-green-popups/fonts/lepopup-if.ttf?95267912) format('truetype'),
url(//staging-yl.deadlinesigns.com/wp-content/plugins/halfdata-green-popups/fonts/lepopup-if.svg?95267912#lepopup-if) format('svg');
font-weight: normal;
font-style: normal;
}
span.lepopup-if, i.lepopup-if {
display: inline-block;
font: normal normal normal 14px/1 'lepopup-if';
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.lepopup-if-spin {
-webkit-animation: lepopup-if-spin 2s infinite linear;
animation: lepopup-if-spin 2s infinite linear;
}
@-webkit-keyframes lepopup-if-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes lepopup-if-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.lepopup-if-star:before { content: '\e800'; }
.lepopup-if-check:before { content: '\e801'; }
.lepopup-if-times:before { content: '\e802'; }
.lepopup-if-cancel-circled:before { content: '\e803'; }
.lepopup-if-cancel-circled2:before { content: '\e804'; }
.lepopup-if-help-circled:before { content: '\e805'; }
.lepopup-if-minus:before { content: '\e806'; }
.lepopup-if-plus:before { content: '\e807'; }
.lepopup-if-spinner:before { content: '\f110'; }
.lepopup-if-eraser:before { content: '\f12d'; }  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.lepopup-column-input {
display: inline-flex;
}
}  .lepopup-animated {
animation-duration: 1s;
animation-fill-mode: both;
}
.lepopup-animated.lepopup-infinite {
animation-iteration-count: infinite;
}
.lepopup-animated.lepopup-hinge {
animation-duration: 2s;
}
@keyframes lepopup-bounce {
0%, 20%, 53%, 80%, 100% {
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transform: translate3d(0,0,0);
}
40%, 43% {
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transform: translate3d(0, -30px, 0);
}
70% {
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transform: translate3d(0, -15px, 0);
}
90% {
transform: translate3d(0,-4px,0);
}
}
.lepopup-bounce {
animation-name: lepopup-bounce;
transform-origin: center bottom;
}
@keyframes lepopup-flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.lepopup-flash {
animation-name: lepopup-flash;
}
@keyframes lepopup-pulse {
0% {
transform: scale3d(1, 1, 1);
}
50% {
transform: scale3d(1.05, 1.05, 1.05);
}
100% {
transform: scale3d(1, 1, 1);
}
}
.lepopup-pulse {
animation-name: lepopup-pulse;
}
@keyframes lepopup-rubberBand {
0% {
transform: scale3d(1, 1, 1);
}
30% {
transform: scale3d(1.25, 0.75, 1);
}
40% {
transform: scale3d(0.75, 1.25, 1);
}
50% {
transform: scale3d(1.15, 0.85, 1);
}
65% {
transform: scale3d(.95, 1.05, 1);
}
75% {
transform: scale3d(1.05, .95, 1);
}
100% {
transform: scale3d(1, 1, 1);
}
}
.lepopup-rubberBand {
animation-name: lepopup-rubberBand;
}
@keyframes lepopup-shake {
0%, 100% {
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
transform: translate3d(10px, 0, 0);
}
}
.lepopup-shake {
animation-name: lepopup-shake;
}
@keyframes lepopup-swing {
20% {
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
transform: rotate3d(0, 0, 1, -5deg);
}
100% {
transform: rotate3d(0, 0, 1, 0deg);
}
}
.lepopup-swing {
transform-origin: top center;
animation-name: lepopup-swing;
}
@keyframes lepopup-tada {
0% {
transform: scale3d(1, 1, 1);
}
10%, 20% {
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
100% {
transform: scale3d(1, 1, 1);
}
}
.lepopup-tada {
animation-name: lepopup-tada;
}
@keyframes lepopup-wobble {
0% {
transform: none;
}
15% {
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
transform: none;
}
}
.lepopup-wobble {
animation-name: lepopup-wobble;
}
@keyframes lepopup-bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
20% {
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
transform: scale3d(.97, .97, .97);
}
100% {
opacity: 1;
transform: scale3d(1, 1, 1);
}
}
.lepopup-bounceIn {
animation-name: lepopup-bounceIn;
animation-duration: .75s;
}
@keyframes lepopup-bounceInDown {
0%, 60%, 75%, 90%, 100% {
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
transform: translate3d(0, 25px, 0);
}
75% {
transform: translate3d(0, -10px, 0);
}
90% {
transform: translate3d(0, 5px, 0);
}
100% {
transform: none;
}
}
.lepopup-bounceInDown {
animation-name: lepopup-bounceInDown;
}
@keyframes lepopup-bounceInLeft {
0%, 60%, 75%, 90%, 100% {
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
transform: translate3d(25px, 0, 0);
}
75% {
transform: translate3d(-10px, 0, 0);
}
90% {
transform: translate3d(5px, 0, 0);
}
100% {
transform: none;
}
}
.lepopup-bounceInLeft {
animation-name: lepopup-bounceInLeft;
}
@keyframes lepopup-bounceInRight {
0%, 60%, 75%, 90%, 100% {
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
transform: translate3d(-25px, 0, 0);
}
75% {
transform: translate3d(10px, 0, 0);
}
90% {
transform: translate3d(-5px, 0, 0);
}
100% {
transform: none;
}
}
.lepopup-bounceInRight {
animation-name: lepopup-bounceInRight;
}
@keyframes lepopup-bounceInUp {
0%, 60%, 75%, 90%, 100% {
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
transform: translate3d(0, -20px, 0);
}
75% {
transform: translate3d(0, 10px, 0);
}
90% {
transform: translate3d(0, -5px, 0);
}
100% {
transform: translate3d(0, 0, 0);
}
}
.lepopup-bounceInUp {
animation-name: lepopup-bounceInUp;
}
@keyframes lepopup-bounceOut {
20% {
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
transform: scale3d(1.1, 1.1, 1.1);
}
100% {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
}
.lepopup-bounceOut {
animation-name: lepopup-bounceOut;
animation-duration: .75s;
}
@keyframes lepopup-bounceOutDown {
20% {
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
transform: translate3d(0, -20px, 0);
}
100% {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
}
.lepopup-bounceOutDown {
animation-name: lepopup-bounceOutDown;
}
@keyframes lepopup-bounceOutLeft {
20% {
opacity: 1;
transform: translate3d(20px, 0, 0);
}
100% {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
}
.lepopup-bounceOutLeft {
animation-name: lepopup-bounceOutLeft;
}
@keyframes lepopup-bounceOutRight {
20% {
opacity: 1;
transform: translate3d(-20px, 0, 0);
}
100% {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
}
.lepopup-bounceOutRight {
animation-name: lepopup-bounceOutRight;
}
@keyframes lepopup-bounceOutUp {
20% {
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
transform: translate3d(0, 20px, 0);
}
100% {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
}
.lepopup-bounceOutUp {
animation-name: lepopup-bounceOutUp;
}
@keyframes lepopup-fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.lepopup-fadeIn {
animation-name: lepopup-fadeIn;
}
@keyframes lepopup-fadeInDown {
0% {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
transform: none;
}
}
.lepopup-fadeInDown {
animation-name: lepopup-fadeInDown;
}
@keyframes lepopup-fadeInLeft {
0% {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
transform: none;
}
}
.lepopup-fadeInLeft {
animation-name: lepopup-fadeInLeft;
}
@keyframes lepopup-fadeInRight {
0% {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
transform: none;
}
}
.lepopup-fadeInRight {
animation-name: lepopup-fadeInRight;
}
@keyframes lepopup-fadeInUp {
0% {
opacity: 0;
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
transform: none;
}
}
.lepopup-fadeInUp {
animation-name: lepopup-fadeInUp;
}
@keyframes lepopup-fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.lepopup-fadeOut {
animation-name: lepopup-fadeOut;
}
@keyframes lepopup-fadeOutDown {
0% {
opacity: 1;
}
100% {
opacity: 0;
transform: translate3d(0, 100%, 0);
}
}
.lepopup-fadeOutDown {
animation-name: lepopup-fadeOutDown;
}
@keyframes lepopup-fadeOutLeft {
0% {
opacity: 1;
}
100% {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
}
.lepopup-fadeOutLeft {
animation-name: lepopup-fadeOutLeft;
}
@keyframes lepopup-fadeOutRight {
0% {
opacity: 1;
}
100% {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
}
.lepopup-fadeOutRight {
animation-name: lepopup-fadeOutRight;
}
@keyframes lepopup-fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
}
.lepopup-fadeOutUp {
animation-name: lepopup-fadeOutUp;
}
@keyframes lepopup-flip {
0% {
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
animation-timing-function: ease-out;
}
40% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
animation-timing-function: ease-out;
}
50% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
animation-timing-function: ease-in;
}
80% {
transform: perspective(400px) scale3d(.95, .95, .95);
animation-timing-function: ease-in;
}
100% {
transform: perspective(400px);
animation-timing-function: ease-in;
}
}
.lepopup-animated.lepopup-flip {
backface-visibility: visible;
animation-name: lepopup-flip;
}
@keyframes lepopup-flipInX {
0% {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transition-timing-function: ease-in;
opacity: 0;
}
40% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transition-timing-function: ease-in;
}
60% {
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
transform: perspective(400px);
}
}
.lepopup-flipInX {
backface-visibility: visible !important;
animation-name: lepopup-flipInX;
}
@keyframes lepopup-flipInY {
0% {
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transition-timing-function: ease-in;
opacity: 0;
}
40% {
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transition-timing-function: ease-in;
}
60% {
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
transform: perspective(400px);
}
}
.lepopup-flipInY {
backface-visibility: visible !important;
animation-name: lepopup-flipInY;
}
@keyframes lepopup-flipOutX {
0% {
transform: perspective(400px);
}
30% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
100% {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.lepopup-flipOutX {
animation-name: lepopup-flipOutX;
animation-duration: .75s;
backface-visibility: visible !important;
}
@keyframes lepopup-flipOutY {
0% {
transform: perspective(400px);
}
30% {
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
100% {
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.lepopup-flipOutY {
backface-visibility: visible !important;
animation-name: lepopup-flipOutY;
animation-duration: .75s;
}
@keyframes lepopup-lightSpeedIn {
0% {
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
transform: skewX(20deg);
opacity: 1;
}
80% {
transform: skewX(-5deg);
opacity: 1;
}
100% {
transform: none;
opacity: 1;
}
}
.lepopup-lightSpeedIn {
animation-name: lepopup-lightSpeedIn;
animation-timing-function: ease-out;
}
@keyframes lepopup-lightSpeedOut {
0% {
opacity: 1;
}
100% {
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lepopup-lightSpeedOut {
animation-name: lepopup-lightSpeedOut;
animation-timing-function: ease-in;
}
@keyframes lepopup-rotateIn {
0% {
transform-origin: center;
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
transform-origin: center;
transform: none;
opacity: 1;
}
}
.lepopup-rotateIn {
animation-name: lepopup-rotateIn;
}
@keyframes lepopup-rotateInDownLeft {
0% {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
transform-origin: left bottom;
transform: none;
opacity: 1;
}
}
.lepopup-rotateInDownLeft {
animation-name: lepopup-rotateInDownLeft;
}
@keyframes lepopup-rotateInDownRight {
0% {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
transform-origin: right bottom;
transform: none;
opacity: 1;
}
}
.lepopup-rotateInDownRight {
animation-name: lepopup-rotateInDownRight;
}
@keyframes lepopup-rotateInUpLeft {
0% {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
transform-origin: left bottom;
transform: none;
opacity: 1;
}
}
.lepopup-rotateInUpLeft {
animation-name: lepopup-rotateInUpLeft;
}
@keyframes lepopup-rotateInUpRight {
0% {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
transform-origin: right bottom;
transform: none;
opacity: 1;
}
}
.lepopup-rotateInUpRight {
animation-name: lepopup-rotateInUpRight;
}
@keyframes lepopup-rotateOut {
0% {
transform-origin: center;
opacity: 1;
}
100% {
transform-origin: center;
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.lepopup-rotateOut {
animation-name: lepopup-rotateOut;
}
@keyframes lepopup-rotateOutDownLeft {
0% {
transform-origin: left bottom;
opacity: 1;
}
100% {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.lepopup-rotateOutDownLeft {
animation-name: lepopup-rotateOutDownLeft;
}
@keyframes lepopup-rotateOutDownRight {
0% {
transform-origin: right bottom;
opacity: 1;
}
100% {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.lepopup-rotateOutDownRight {
animation-name: lepopup-rotateOutDownRight;
}
@keyframes lepopup-rotateOutUpLeft {
0% {
transform-origin: left bottom;
opacity: 1;
}
100% {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.lepopup-rotateOutUpLeft {
animation-name: lepopup-rotateOutUpLeft;
}
@keyframes lepopup-rotateOutUpRight {
0% {
transform-origin: right bottom;
opacity: 1;
}
100% {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.lepopup-rotateOutUpRight {
animation-name: lepopup-rotateOutUpRight;
}
@keyframes lepopup-hinge {
0% {
transform-origin: top left;
animation-timing-function: ease-in-out;
}
20%, 60% {
transform: rotate3d(0, 0, 1, 80deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
}
40%, 80% {
transform: rotate3d(0, 0, 1, 60deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
opacity: 1;
}
100% {
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.lepopup-hinge {
animation-name: lepopup-hinge;
}
@keyframes lepopup-rollIn {
0% {
opacity: 0;
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
transform: none;
}
}
.lepopup-rollIn {
animation-name: lepopup-rollIn;
}
@keyframes lepopup-rollOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.lepopup-rollOut {
animation-name: lepopup-rollOut;
}
@keyframes lepopup-zoomIn {
0% {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.lepopup-zoomIn {
animation-name: lepopup-zoomIn;
}
@keyframes lepopup-zoomInDown {
0% {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.lepopup-zoomInDown {
animation-name: lepopup-zoomInDown;
}
@keyframes lepopup-zoomInLeft {
0% {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.lepopup-zoomInLeft {
animation-name: lepopup-zoomInLeft;
}
@keyframes lepopup-zoomInRight {
0% {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.lepopup-zoomInRight {
animation-name: lepopup-zoomInRight;
}
@keyframes lepopup-zoomInUp {
0% {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.lepopup-zoomInUp {
animation-name: lepopup-zoomInUp;
}
@keyframes lepopup-zoomOut {
0% {
opacity: 1;
}
50% {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
100% {
opacity: 0;
}
}
.lepopup-zoomOut {
animation-name: lepopup-zoomOut;
}
@keyframes lepopup-zoomOutDown {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.lepopup-zoomOutDown {
animation-name: lepopup-zoomOutDown;
}
@keyframes lepopup-zoomOutLeft {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
100% {
opacity: 0;
transform: scale(.1) translate3d(-2000px, 0, 0);
transform-origin: left center;
}
}
.lepopup-zoomOutLeft {
animation-name: lepopup-zoomOutLeft;
}
@keyframes lepopup-zoomOutRight {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
100% {
opacity: 0;
transform: scale(.1) translate3d(2000px, 0, 0);
transform-origin: right center;
}
}
.lepopup-zoomOutRight {
animation-name: lepopup-zoomOutRight;
}
@keyframes lepopup-zoomOutUp {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.lepopup-zoomOutUp {
animation-name: lepopup-zoomOutUp;
}
@font-face {
font-family: 'lepopup-fa';
src: url(//staging-yl.deadlinesigns.com/wp-content/plugins/halfdata-green-popups/fonts/lepopup-fa.eot?71162692);
src: url(//staging-yl.deadlinesigns.com/wp-content/plugins/halfdata-green-popups/fonts/lepopup-fa.eot?71162692#iefix) format('embedded-opentype'),
url(//staging-yl.deadlinesigns.com/wp-content/plugins/halfdata-green-popups/fonts/lepopup-fa.woff2?71162692) format('woff2'),
url(//staging-yl.deadlinesigns.com/wp-content/plugins/halfdata-green-popups/fonts/lepopup-fa.woff?71162692) format('woff'),
url(//staging-yl.deadlinesigns.com/wp-content/plugins/halfdata-green-popups/fonts/lepopup-fa.ttf?71162692) format('truetype'),
url(//staging-yl.deadlinesigns.com/wp-content/plugins/halfdata-green-popups/fonts/lepopup-fa.svg?71162692#lepopup-fa) format('svg');
font-weight: normal;
font-style: normal;
}
i.lepopup-fa {
display: inline-block;
font: normal normal normal 14px/1 'lepopup-fa';
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.lepopup-fa-spin {
-webkit-animation: lepopup-fa-spin 2s infinite linear;
animation: lepopup-fa-spin 2s infinite linear;
}
@-webkit-keyframes lepopup-fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes lepopup-fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.lepopup-fa-star:before { content: '\e800'; }
.lepopup-fa-star-o:before { content: '\e801'; }
.lepopup-fa-user:before { content: '\e802'; }
.lepopup-fa-check:before { content: '\e803'; }
.lepopup-fa-close:before { content: '\e804'; }
.lepopup-fa-upload:before { content: '\e805'; }
.lepopup-fa-download:before { content: '\e806'; }
.lepopup-fa-calendar:before { content: '\e807'; }
.lepopup-fa-clock-o:before { content: '\e808'; }
.lepopup-fa-chevron-left:before { content: '\e809'; }
.lepopup-fa-chevron-right:before { content: '\e80a'; }
.lepopup-fa-phone:before { content: '\e80b'; }
.lepopup-fa-envelope:before { content: '\f0e0'; }
.lepopup-fa-pencil:before { content: '\e80d'; }
.lepopup-fa-lock:before { content: '\e80e'; }
.lepopup-fa-picture-o:before { content: '\e80f'; }
.lepopup-fa-envelope-o:before { content: '\e80c'; }
.lepopup-fa-building-o:before { content: '\f0f7'; }
.lepopup-fa-angle-double-left:before { content: '\f100'; }
.lepopup-fa-angle-double-right:before { content: '\f101'; }
.lepopup-fa-spinner:before { content: '\f110'; }
.lepopup-fa-smile-o:before { content: '\f118'; }
.lepopup-fa-frown-o:before { content: '\f119'; }
.lepopup-fa-meh-o:before { content: '\f11a'; }
.lepopup-fa-send:before { content: '\f1d8'; }
.lepopup-fa-send-o:before { content: '\f1d9'; }
.lepopup-fa-user-o:before { content: '\f2c0'; }.airdatepicker--cell-day.-other-month-, .airdatepicker--cell-year.-other-decade- {
color: #dedede; }
.airdatepicker--cell-day.-other-month-:hover, .airdatepicker--cell-year.-other-decade-:hover {
color: #c5c5c5; }
.-disabled-.-focus-.airdatepicker--cell-day.-other-month-, .-disabled-.-focus-.airdatepicker--cell-year.-other-decade- {
color: #dedede; }
.-selected-.airdatepicker--cell-day.-other-month-, .-selected-.airdatepicker--cell-year.-other-decade- {
color: #fff;
background: #a2ddf6; }
.-selected-.-focus-.airdatepicker--cell-day.-other-month-, .-selected-.-focus-.airdatepicker--cell-year.-other-decade- {
background: #8ad5f4; }
.-in-range-.airdatepicker--cell-day.-other-month-, .-in-range-.airdatepicker--cell-year.-other-decade- {
background-color: rgba(92, 196, 239, 0.1);
color: #cccccc; }
.-in-range-.-focus-.airdatepicker--cell-day.-other-month-, .-in-range-.-focus-.airdatepicker--cell-year.-other-decade- {
background-color: rgba(92, 196, 239, 0.2); }
.airdatepicker--cell-day.-other-month-:empty, .airdatepicker--cell-year.-other-decade-:empty {
background: none;
border: none; } div.airdatepicker--cells {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
div.airdatepicker--cell {
border-radius: 4px;
box-sizing: border-box;
cursor: pointer;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
position: relative;
font-family: Tahoma, sans-serif;
font-size: 14px;
color: #4a4a4a;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
height: 32px;
z-index: 1; }
.airdatepicker--cell.-focus- {
background: #f0f0f0; }
.airdatepicker--cell.-current- {
color: #4EB5E6; }
.airdatepicker--cell.-current-.-focus- {
color: #4a4a4a; }
.airdatepicker--cell.-current-.-in-range- {
color: #4EB5E6; }
.airdatepicker--cell.-in-range- {
background: rgba(92, 196, 239, 0.1);
color: #4a4a4a;
border-radius: 0; }
.airdatepicker--cell.-in-range-.-focus- {
background-color: rgba(92, 196, 239, 0.2); }
.airdatepicker--cell.-disabled- {
cursor: default;
color: #aeaeae; }
.airdatepicker--cell.-disabled-.-focus- {
color: #aeaeae; }
.airdatepicker--cell.-disabled-.-in-range- {
color: #a1a1a1; }
.airdatepicker--cell.-disabled-.-current-.-focus- {
color: #aeaeae; }
.airdatepicker--cell.-range-from- {
border: 1px solid rgba(92, 196, 239, 0.5);
background-color: rgba(92, 196, 239, 0.1);
border-radius: 4px 0 0 4px; }
.airdatepicker--cell.-range-to- {
border: 1px solid rgba(92, 196, 239, 0.5);
background-color: rgba(92, 196, 239, 0.1);
border-radius: 0 4px 4px 0; }
.airdatepicker--cell.-range-from-.-range-to- {
border-radius: 4px; }
.airdatepicker--cell.-selected- {
color: #fff;
border: none;
background: #5cc4ef; }
.airdatepicker--cell.-selected-.-current- {
color: #fff;
background: #5cc4ef; }
.airdatepicker--cell.-selected-.-focus- {
background: #45bced; }
.airdatepicker--cell:empty {
cursor: default; }
.airdatepicker--days-names {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 8px 0 3px; }
div.airdatepicker--day-name {
color: #FF9A19;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: center;
text-transform: uppercase;
font-family: Tahoma, sans-serif;
font-size: 12px; }
.airdatepicker--cell-day {
width: 14.28571%; }
.airdatepicker--cells-months {
height: 170px; }
.airdatepicker--cell-month {
width: 33.33%;
height: 25%; }
.airdatepicker--years {
height: 170px; }
.airdatepicker--cells-years {
height: 170px; }
.airdatepicker--cell-year {
width: 25%;
height: 33.33%; }
.airdatepicker--cell-day.-other-month-, .airdatepicker--cell-year.-other-decade- {
color: #dedede; }
.airdatepicker--cell-day.-other-month-:hover, .airdatepicker--cell-year.-other-decade-:hover {
color: #c5c5c5; }
.-disabled-.-focus-.airdatepicker--cell-day.-other-month-, .-disabled-.-focus-.airdatepicker--cell-year.-other-decade- {
color: #dedede; }
.-selected-.airdatepicker--cell-day.-other-month-, .-selected-.airdatepicker--cell-year.-other-decade- {
color: #fff;
background: #a2ddf6; }
.-selected-.-focus-.airdatepicker--cell-day.-other-month-, .-selected-.-focus-.airdatepicker--cell-year.-other-decade- {
background: #8ad5f4; }
.-in-range-.airdatepicker--cell-day.-other-month-, .-in-range-.airdatepicker--cell-year.-other-decade- {
background-color: rgba(92, 196, 239, 0.1);
color: #cccccc; }
.-in-range-.-focus-.airdatepicker--cell-day.-other-month-, .-in-range-.-focus-.airdatepicker--cell-year.-other-decade- {
background-color: rgba(92, 196, 239, 0.2); }
.airdatepicker--cell-day.-other-month-:empty, .airdatepicker--cell-year.-other-decade-:empty {
background: none;
border: none; } .airdatepickers-container {
position: absolute;
left: 0;
top: 0; }
@media print {
.airdatepickers-container {
display: none; } }
div.airdatepicker {
background: #fff;
border: 1px solid #dbdbdb;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
border-radius: 4px;
box-sizing: content-box;
font-family: Tahoma, sans-serif;
font-size: 14px;
color: #4a4a4a;
width: 250px;
position: absolute;
left: -100000px;
display: none;
opacity: 0;
transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
z-index: 100; }
.airdatepicker.-from-top- {
-webkit-transform: translateY(-8px);
transform: translateY(-8px); }
.airdatepicker.-from-right- {
-webkit-transform: translateX(8px);
transform: translateX(8px); }
.airdatepicker.-from-bottom- {
-webkit-transform: translateY(8px);
transform: translateY(8px); }
.airdatepicker.-from-left- {
-webkit-transform: translateX(-8px);
transform: translateX(-8px); }
.airdatepicker.active {
display: block;
opacity: 1;
-webkit-transform: translate(0);
transform: translate(0);
transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease; }
.airdatepicker-inline .airdatepicker {
border-color: #d7d7d7;
box-shadow: none;
position: static;
left: auto;
right: auto;
opacity: 1;
-webkit-transform: none;
transform: none; }
.airdatepicker-inline .airdatepicker--pointer {
display: none; }
.airdatepicker--content {
box-sizing: content-box;
padding: 4px; }
.-only-timepicker- .airdatepicker--content {
display: none; }
.airdatepicker--pointer {
position: absolute;
background: #fff;
border-top: 1px solid #dbdbdb;
border-right: 1px solid #dbdbdb;
width: 10px;
height: 10px;
z-index: -1; }
.-top-left- .airdatepicker--pointer, .-top-center- .airdatepicker--pointer, .-top-right- .airdatepicker--pointer {
top: calc(100% - 4px);
-webkit-transform: rotate(135deg);
transform: rotate(135deg); }
.-right-top- .airdatepicker--pointer, .-right-center- .airdatepicker--pointer, .-right-bottom- .airdatepicker--pointer {
right: calc(100% - 4px);
-webkit-transform: rotate(225deg);
transform: rotate(225deg); }
.-bottom-left- .airdatepicker--pointer, .-bottom-center- .airdatepicker--pointer, .-bottom-right- .airdatepicker--pointer {
bottom: calc(100% - 4px);
-webkit-transform: rotate(315deg);
transform: rotate(315deg); }
.-left-top- .airdatepicker--pointer, .-left-center- .airdatepicker--pointer, .-left-bottom- .airdatepicker--pointer {
left: calc(100% - 4px);
-webkit-transform: rotate(45deg);
transform: rotate(45deg); }
.-top-left- .airdatepicker--pointer, .-bottom-left- .airdatepicker--pointer {
left: 10px; }
.-top-right- .airdatepicker--pointer, .-bottom-right- .airdatepicker--pointer {
right: 10px; }
.-top-center- .airdatepicker--pointer, .-bottom-center- .airdatepicker--pointer {
left: calc(50% - 10px / 2); }
.-left-top- .airdatepicker--pointer, .-right-top- .airdatepicker--pointer {
top: 10px; }
.-left-bottom- .airdatepicker--pointer, .-right-bottom- .airdatepicker--pointer {
bottom: 10px; }
.-left-center- .airdatepicker--pointer, .-right-center- .airdatepicker--pointer {
top: calc(50% - 10px / 2); }
.airdatepicker--body {
display: none; }
.airdatepicker--body.active {
display: block; }
.airdatepicker--cell-day.-other-month-, .airdatepicker--cell-year.-other-decade- {
color: #dedede; }
.airdatepicker--cell-day.-other-month-:hover, .airdatepicker--cell-year.-other-decade-:hover {
color: #c5c5c5; }
.-disabled-.-focus-.airdatepicker--cell-day.-other-month-, .-disabled-.-focus-.airdatepicker--cell-year.-other-decade- {
color: #dedede; }
.-selected-.airdatepicker--cell-day.-other-month-, .-selected-.airdatepicker--cell-year.-other-decade- {
color: #fff;
background: #a2ddf6; }
.-selected-.-focus-.airdatepicker--cell-day.-other-month-, .-selected-.-focus-.airdatepicker--cell-year.-other-decade- {
background: #8ad5f4; }
.-in-range-.airdatepicker--cell-day.-other-month-, .-in-range-.airdatepicker--cell-year.-other-decade- {
background-color: rgba(92, 196, 239, 0.1);
color: #cccccc; }
.-in-range-.-focus-.airdatepicker--cell-day.-other-month-, .-in-range-.-focus-.airdatepicker--cell-year.-other-decade- {
background-color: rgba(92, 196, 239, 0.2); }
.airdatepicker--cell-day.-other-month-:empty, .airdatepicker--cell-year.-other-decade-:empty {
background: none;
border: none; } .airdatepicker--nav {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
border-bottom: 1px solid #efefef;
min-height: 32px;
padding: 4px; }
.-only-timepicker- .airdatepicker--nav {
display: none; }
div.airdatepicker--nav-title,
div.airdatepicker--nav-action {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
font-family: Tahoma, sans-serif;
font-size: 14px;
color: #4a4a4a;
cursor: pointer;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center; }
.airdatepicker--nav-action {
width: 32px;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.airdatepicker--nav-action:hover {
background: #f0f0f0; }
.airdatepicker--nav-action.-disabled- {
visibility: hidden; }
.airdatepicker--nav-action svg {
width: 32px;
height: 32px; }
.airdatepicker--nav-action path {
fill: none;
stroke: #9c9c9c;
stroke-width: 2px; }
.airdatepicker--nav-title {
border-radius: 4px;
padding: 0 8px; }
.airdatepicker--nav-title i {
font-style: normal;
font-family: Tahoma, sans-serif;
font-size: 14px;
color: #9c9c9c;
margin-left: 5px; }
.airdatepicker--nav-title:hover {
background: #f0f0f0; }
.airdatepicker--nav-title.-disabled- {
cursor: default;
background: none; }
.airdatepicker--buttons {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding: 4px;
border-top: 1px solid #efefef; }
.airdatepicker--button {
color: #4EB5E6;
cursor: pointer;
border-radius: 4px;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
height: 32px; }
.airdatepicker--button:hover {
color: #4a4a4a;
background: #f0f0f0; }
.airdatepicker--cell-day.-other-month-, .airdatepicker--cell-year.-other-decade- {
color: #dedede; }
.airdatepicker--cell-day.-other-month-:hover, .airdatepicker--cell-year.-other-decade-:hover {
color: #c5c5c5; }
.-disabled-.-focus-.airdatepicker--cell-day.-other-month-, .-disabled-.-focus-.airdatepicker--cell-year.-other-decade- {
color: #dedede; }
.-selected-.airdatepicker--cell-day.-other-month-, .-selected-.airdatepicker--cell-year.-other-decade- {
color: #fff;
background: #a2ddf6; }
.-selected-.-focus-.airdatepicker--cell-day.-other-month-, .-selected-.-focus-.airdatepicker--cell-year.-other-decade- {
background: #8ad5f4; }
.-in-range-.airdatepicker--cell-day.-other-month-, .-in-range-.airdatepicker--cell-year.-other-decade- {
background-color: rgba(92, 196, 239, 0.1);
color: #cccccc; }
.-in-range-.-focus-.airdatepicker--cell-day.-other-month-, .-in-range-.-focus-.airdatepicker--cell-year.-other-decade- {
background-color: rgba(92, 196, 239, 0.2); }
.airdatepicker--cell-day.-other-month-:empty, .airdatepicker--cell-year.-other-decade-:empty {
background: none;
border: none; } .airdatepicker--time {
border-top: 1px solid #efefef;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
padding: 4px;
position: relative; }
.airdatepicker--time.-am-pm- .airdatepicker--time-sliders {
-webkit-flex: 0 1 138px;
-ms-flex: 0 1 138px;
flex: 0 1 138px;
max-width: 138px; }
.-only-timepicker- .airdatepicker--time {
border-top: none; }
.airdatepicker--time-sliders {
-webkit-flex: 0 1 153px;
-ms-flex: 0 1 153px;
flex: 0 1 153px;
margin-right: 10px;
max-width: 153px; }
.airdatepicker--time-label {
display: none;
font-size: 12px; }
.airdatepicker--time-current {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
font-size: 14px;
text-align: center;
margin: 0 0 0 10px; }
span.airdatepicker--time-current-colon {
margin: 0 2px 3px;
line-height: 1; }
div .airdatepicker--time-current-hours,
div .airdatepicker--time-current-minutes {
line-height: 1;
font-size: 19px;
font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
color: #4a4a4a;
position: relative;
z-index: 1; }
.airdatepicker--time-current-hours:after,
.airdatepicker--time-current-minutes:after {
content: '';
background: #f0f0f0;
border-radius: 4px;
position: absolute;
left: -2px;
top: -3px;
right: -2px;
bottom: -2px;
z-index: -1;
opacity: 0; }
.airdatepicker--time-current-hours.-focus-:after,
.airdatepicker--time-current-minutes.-focus-:after {
opacity: 1; }
span.airdatepicker--time-current-ampm {
text-transform: uppercase;
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
color: #9c9c9c;
margin-left: 6px;
font-size: 11px;
margin-bottom: 1px; }
.airdatepicker--time-row {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
font-size: 11px;
height: 17px;
background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat; }
.airdatepicker--time-row:first-child {
margin-bottom: 4px; }
.airdatepicker--time-row input[type='range'] {
border: none !important;
background: none;
cursor: pointer;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
height: 100%;
padding: 0;
margin: 0;
-webkit-appearance: none; }
.airdatepicker--time-row input[type='range']::-webkit-slider-thumb {
-webkit-appearance: none; }
.airdatepicker--time-row input[type='range']::-ms-tooltip {
display: none; }
.airdatepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
border-color: #b8b8b8; }
.airdatepicker--time-row input[type='range']:hover::-moz-range-thumb {
border-color: #b8b8b8; }
.airdatepicker--time-row input[type='range']:hover::-ms-thumb {
border-color: #b8b8b8; }
.airdatepicker--time-row input[type='range']:focus {
outline: none; }
.airdatepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
background: #5cc4ef;
border-color: #5cc4ef; }
.airdatepicker--time-row input[type='range']:focus::-moz-range-thumb {
background: #5cc4ef;
border-color: #5cc4ef; }
.airdatepicker--time-row input[type='range']:focus::-ms-thumb {
background: #5cc4ef;
border-color: #5cc4ef; }
.airdatepicker--time-row input[type='range']::-webkit-slider-thumb {
box-sizing: border-box;
height: 12px;
width: 12px;
border-radius: 3px;
border: 1px solid #dedede;
background: #fff;
cursor: pointer;
transition: background .2s; }
.airdatepicker--time-row input[type='range']::-moz-range-thumb {
box-sizing: border-box;
height: 12px;
width: 12px;
border-radius: 3px;
border: 1px solid #dedede;
background: #fff;
cursor: pointer;
transition: background .2s; }
.airdatepicker--time-row input[type='range']::-ms-thumb {
box-sizing: border-box;
height: 12px;
width: 12px;
border-radius: 3px;
border: 1px solid #dedede;
background: #fff;
cursor: pointer;
transition: background .2s; }
.airdatepicker--time-row input[type='range']::-webkit-slider-thumb {
margin-top: -6px; }
.airdatepicker--time-row input[type='range']::-webkit-slider-runnable-track {
border: none;
height: 1px;
cursor: pointer;
color: transparent;
background: transparent; }
.airdatepicker--time-row input[type='range']::-moz-range-track {
border: none;
height: 1px;
cursor: pointer;
color: transparent;
background: transparent; }
.airdatepicker--time-row input[type='range']::-ms-track {
border: none;
height: 1px;
cursor: pointer;
color: transparent;
background: transparent; }
.airdatepicker--time-row input[type='range']::-ms-fill-lower {
background: transparent; }
.airdatepicker--time-row input[type='range']::-ms-fill-upper {
background: transparent; }
.airdatepicker--time-row span {
padding: 0 12px; }
.airdatepicker--time-icon {
color: #9c9c9c;
border: 1px solid;
border-radius: 50%;
font-size: 16px;
position: relative;
margin: 0 5px -1px 0;
width: 1em;
height: 1em; }
.airdatepicker--time-icon:after, .airdatepicker--time-icon:before {
content: '';
background: currentColor;
position: absolute; }
.airdatepicker--time-icon:after {
height: .4em;
width: 1px;
left: calc(50% - 1px);
top: calc(50% + 1px);
-webkit-transform: translateY(-100%);
transform: translateY(-100%); }
.airdatepicker--time-icon:before {
width: .4em;
height: 1px;
top: calc(50% + 1px);
left: calc(50% - 1px); }
.airdatepicker--cell-day.-other-month-, .airdatepicker--cell-year.-other-decade- {
color: #dedede; }
.airdatepicker--cell-day.-other-month-:hover, .airdatepicker--cell-year.-other-decade-:hover {
color: #c5c5c5; }
.-disabled-.-focus-.airdatepicker--cell-day.-other-month-, .-disabled-.-focus-.airdatepicker--cell-year.-other-decade- {
color: #dedede; }
.-selected-.airdatepicker--cell-day.-other-month-, .-selected-.airdatepicker--cell-year.-other-decade- {
color: #fff;
background: #a2ddf6; }
.-selected-.-focus-.airdatepicker--cell-day.-other-month-, .-selected-.-focus-.airdatepicker--cell-year.-other-decade- {
background: #8ad5f4; }
.-in-range-.airdatepicker--cell-day.-other-month-, .-in-range-.airdatepicker--cell-year.-other-decade- {
background-color: rgba(92, 196, 239, 0.1);
color: #cccccc; }
.-in-range-.-focus-.airdatepicker--cell-day.-other-month-, .-in-range-.-focus-.airdatepicker--cell-year.-other-decade- {
background-color: rgba(92, 196, 239, 0.2); }
.airdatepicker--cell-day.-other-month-:empty, .airdatepicker--cell-year.-other-decade-:empty {
background: none;
border: none; }.awdr_free_product_text{
display: inline-block;
padding: 0px 10px;
background-color: #3d9cd2;
color: #fff;
border-radius: 3px;
}
.variation-wdr_free_product{
display: none !important;
}
.awdr_change_product{
cursor: pointer;
}
.awdr_free_product_variants{
padding: 5px;
}
.awdr-product-name{
padding-left: 10px;
}
.awdr_change_product{
display: flex;
}
.awdr-select-free-variant-product-toggle {
color: gray;
cursor: pointer;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 1.02em;
transition: 0.4s;
}
.awdr-select-free-variant-product-toggle-active, .awdr-select-free-variant-product-toggle:hover {
color: #444;
}
.awdr-select-variant-product {
padding: 0 18px;
display: none;
background-color: white;
overflow: hidden;
}
.awdr-select-free-variant-product-toggle:after {
content: '\02795'; font-size: 12px;
color: #777;
margin-left: 10px;
}
.awdr-select-free-variant-product-toggle-active:after {
content: "\2796"; }.woocommerce-variation-add-to-cart,form.cart{flex-wrap:wrap!important}.wapf{width:100%}.wapf-hide{display:none!important}.wapf-wrapper{margin:0 0 20px -5px;width:100%}.wapf-field-group,.wapf-section{display:flex;flex-wrap:wrap}.wapf-field-container{padding:0 5px 15px 5px;box-sizing:border-box}.wapf-cloner{margin-top:15px}.wapf-section .wapf-cloner{margin:0 0 15px 5px}.wapf-clone-title{margin:15px 0;padding-left:5px;width:100%}.wapf-field-label.wapf--above{margin-bottom:10px}.wapf-field-description{font-size:85%;opacity:.8;padding:5px 0 0 0;margin:0}.wapf-field-input label[for]{cursor:pointer}.wapf-field-input input[type=email],.wapf-field-input input[type=number],.wapf-field-input input[type=text],.wapf-field-input input[type=url],.wapf-field-input select,.wapf-field-input textarea{width:100%;box-sizing:border-box}.wapf-field-input input[type=checkbox],.wapf-field-input input[type=radio]{float:left;margin-top:5px}.wapf-input-label{font-weight:400}.wapf-label-text{padding-left:10px}.wapf-pricing-hint{opacity:.7}.wapf-checkable{clear:both}.wapf-swatch{box-sizing:border-box;cursor:pointer;position:relative}.wapf-swatch input[type=checkbox],.wapf-swatch input[type=radio]{position:absolute;opacity:0;pointer-events:none}.wapf-swatch img{max-width:100%}.wapf--circle{border-radius:50%}.wapf--rounded{border-radius:4px}.wapf-swatch-wrapper{display:flex;flex-wrap:wrap}.wapf-swatch--image{border:2px solid transparent;text-align:center;transition:all .1s}.wapf-swatch--image.wapf-checked{border-color:#353c4e}.wapf-swatch--image img{vertical-align:bottom}.wapf-swatch-label{text-align:center;padding:4px}@supports (display:grid){.wapf-field-container .wapf-swatch--image{width:100%}}.wapf-image-swatch-wrapper{display:grid;grid-template-columns:repeat(var(--wapf-cols),1fr);grid-auto-rows:auto;grid-gap:10px}@media all and (max-width:900px){.wapf-image-swatch-wrapper{grid-template-columns:repeat(var(--wapf-cols-t),1fr)}}@media all and (max-width:768px){.wapf-image-swatch-wrapper{grid-template-columns:repeat(var(--wapf-cols-m),1fr)}}.wapf-swatch--color{margin:0 15px 15px 0;position:relative;transition:all .1s}.wapf-swatch--color .wapf-color{margin:auto}.wapf-swatch--color.wapf-checked .wapf-color{border:3px solid #fff;color:#353c4e;box-shadow:0 0 0 2px}.wapf-swatch--text{padding:7px 11px;margin:0 15px 15px 0;border-radius:4px;border:1px solid #ccc}.wapf-swatch--text:hover{border-color:#353c4e}.wapf-swatch--text.wapf-checked{border-color:#353c4e;background:#353c4e;color:#fff}.wapf-product-totals{width:100%}.wapf-total{margin:0;padding:0}.wapf-product-totals .wapf--inner{margin-bottom:20px}.wapf-product-totals .wapf--inner>div{padding-bottom:10px;clear:both}.wapf-product-totals .wapf--inner>div:last-child{padding-bottom:0}.wapf-product-totals div span:first-child{font-weight:700}.wapf-product-totals div span:last-child{float:right}.wapf-ttp{padding:7px 15px;border-radius:4px;text-align:center;font-size:14px;line-height:1.2;position:absolute;bottom:100%;left:50%;z-index:9;transition:.15s ease;opacity:0;visibility:hidden;transform:translateX(-50%);white-space:nowrap;background:#353c4e;color:#353c4e}.wapf-ttp span{color:#fff}.wapf-ttp:after{content:'';position:absolute;left:50%;margin-left:-5px;bottom:-9px;border:5px solid transparent;border-top-color:currentColor}.wapf-swatch:hover .wapf-ttp{opacity:1;transform:translate(-50%,-10px);visibility:visible}@media screen and (min-width: 992px) {
.main-navigation ul li.smm-active {
position: static; }
.main-navigation ul li.smm-active.smm-doing-preview ul.sub-menu {
display: block; }
.main-navigation ul li.smm-active ul.sub-menu {
position: absolute;
width: 100%;
z-index: 9999999999;
border: 0;
top: auto; }
.main-navigation ul li.smm-active ul.sub-menu li {
display: inline; }
.main-navigation ul li.smm-active ul.sub-menu li a:not(.button) {
width: auto;
padding: 0; }
.main-navigation ul li.smm-active .widget {
margin-bottom: 3.631em;   }
.main-navigation ul li.smm-active .widget ul:not(.products) {
position: static;
left: auto;
display: block;
float: none; }
.main-navigation ul li.smm-active .widget ul:not(.products) li {
display: list-item;
background-color: transparent;
margin: 0;
padding: 0;
border: 0;
text-transform: none;
display: inherit;
width: auto;
font-weight: normal; }
.main-navigation ul li.smm-active .widget ul:not(.products) li:before, .main-navigation ul li.smm-active .widget ul:not(.products) li:after {
display: none; }
.main-navigation ul li.smm-active .widget ul:not(.products) li a {
background-color: transparent;
margin: 0;
padding: 0;
border: 0;
text-transform: none;
display: inherit;
width: auto;
font-weight: normal;
display: inline; }
.main-navigation ul li.smm-active .widget ul:not(.products) li a:after {
display: none; }
.main-navigation ul li.smm-active .widget ul:not(.products) li a:hover {
background-color: transparent; }
.main-navigation ul li.smm-active .widget ul:not(.products) li ul.children {
margin-top: 0;
margin-left: 1em;
font-size: .857em;
box-shadow: none;
background-color: transparent; }
.main-navigation ul li.smm-active .widget h3.widget-title {
font-size: 1em;
border: 0;
padding: 0; }
.main-navigation ul li.smm-active .widget table thead th {
padding: .618em; }
.main-navigation ul li.smm-active .widget table td,
.main-navigation ul li.smm-active .widget table th {
padding: .618em; }
.main-navigation ul li.smm-active .widget table td a,
.main-navigation ul li.smm-active .widget table th a {
background-color: transparent;
margin: 0;
padding: 0;
border: 0;
text-transform: none;
display: inherit;
width: auto;
font-weight: normal; }
.main-navigation ul li.smm-active .widget .tagcloud a {
background-color: transparent;
margin: 0;
padding: 0;
border: 0;
text-transform: none;
display: inherit;
width: auto;
font-weight: normal; }
.main-navigation ul li.smm-active .widget ul.product_list_widget li {
overflow: hidden;
zoom: 1;
margin-bottom: .618em; }
.main-navigation ul li.smm-active .widget ul.products {
position: static;
left: auto;
display: block;
float: none; }
.main-navigation ul li.smm-active .widget ul.products li {
margin: 0;
padding: 0;
background-color: transparent;
margin-bottom: 2.618em; }
.main-navigation ul li.smm-active .widget ul.products li:hover,
.main-navigation ul li.smm-active .widget ul.products li:hover a:first-of-type {
background-color: transparent; }
.main-navigation ul li.smm-active .widget ul.products li a:first-of-type:hover {
background-color: transparent; }
.main-navigation ul li.smm-active .widget ul.products li a {
width: auto; }
.main-navigation ul li.smm-active .widget ul.products li a:first-of-type {
padding: 0; }
.main-navigation ul li.smm-active .widget a.button,
.main-navigation ul li.smm-active .widget a.added_to_cart {
width: auto;
display: inline-block; }
.main-navigation ul li.smm-active .widget .columns-1 ul.products li.product {
width: 100%;
margin-right: 0;
float: none; }
.main-navigation ul li.smm-active .widget .columns-2 ul.products li.product {
width: 47.8260869565%;
float: left;
margin-right: 4.347826087%; }
.main-navigation ul li.smm-active .widget .columns-3 ul.products li.product {
width: 30.4347826087%;
float: left;
margin-right: 4.347826087%; }
.main-navigation ul li.smm-active .widget .columns-4 ul.products li.product {
width: 21.7391304348%;
float: left;
margin-right: 4.347826087%; }
.main-navigation ul li.smm-active .widget .columns-5 ul.products li.product {
width: 16.9%;
margin-right: 3.8%; }
.main-navigation ul li.smm-active .smm-row:last-child > div .widget:last-of-type {
margin-bottom: 0; }
.main-navigation ul li.smm-active:hover a.button,
.main-navigation ul li.smm-active:hover a.added_to_cart {
background-color: inherit; }
.smm-span-1 {
width: 4.347826087%;
float: left;
margin-right: 4.347826087%; }
.smm-pre-1 {
margin-left: 8.6956521739%; }
.smm-post-1 {
margin-right: 8.6956521739%; }
.smm-span-2 {
width: 13.0434782609%;
float: left;
margin-right: 4.347826087%; }
.smm-pre-2 {
margin-left: 17.3913043478%; }
.smm-post-2 {
margin-right: 17.3913043478%; }
.smm-span-3 {
width: 21.7391304348%;
float: left;
margin-right: 4.347826087%; }
.smm-pre-3 {
margin-left: 26.0869565217%; }
.smm-post-3 {
margin-right: 26.0869565217%; }
.smm-span-4 {
width: 30.4347826087%;
float: left;
margin-right: 4.347826087%; }
.smm-pre-4 {
margin-left: 34.7826086957%; }
.smm-post-4 {
margin-right: 34.7826086957%; }
.smm-span-5 {
width: 39.1304347826%;
float: left;
margin-right: 4.347826087%; }
.smm-pre-5 {
margin-left: 43.4782608696%; }
.smm-post-5 {
margin-right: 43.4782608696%; }
.smm-span-6 {
width: 47.8260869565%;
float: left;
margin-right: 4.347826087%; }
.smm-pre-6 {
margin-left: 52.1739130435%; }
.smm-post-6 {
margin-right: 52.1739130435%; }
.smm-span-7 {
width: 56.5217391304%;
float: left;
margin-right: 4.347826087%; }
.smm-pre-7 {
margin-left: 60.8695652174%; }
.smm-post-7 {
margin-right: 60.8695652174%; }
.smm-span-8 {
width: 65.2173913043%;
float: left;
margin-right: 4.347826087%; }
.smm-pre-8 {
margin-left: 69.5652173913%; }
.smm-post-8 {
margin-right: 69.5652173913%; }
.smm-span-9 {
width: 73.9130434783%;
float: left;
margin-right: 4.347826087%; }
.smm-pre-9 {
margin-left: 78.2608695652%; }
.smm-post-9 {
margin-right: 78.2608695652%; }
.smm-span-10 {
width: 82.6086956522%;
float: left;
margin-right: 4.347826087%; }
.smm-pre-10 {
margin-left: 86.9565217391%; }
.smm-post-10 {
margin-right: 86.9565217391%; }
.smm-span-11 {
width: 91.3043478261%;
float: left;
margin-right: 4.347826087%; }
.smm-pre-11 {
margin-left: 95.652173913%; }
.smm-post-11 {
margin-right: 95.652173913%; }
.smm-span-12 {
width: 100%;
float: left;
margin-left: 0;
margin-right: 0; }
.smm-pre-12 {
margin-left: 104.347826087%; }
.smm-post-12 {
margin-right: 104.347826087%; }
.smm-last {
float: right;
margin-right: 0; }
.smm-mega-menu {
padding: 2.618em; }
.smm-row:before, .smm-row:after {
content: "";
display: table; }
.smm-row:after {
clear: both; } }.prdctfltr_wc{position:relative;clear:both}.prdctfltr_wc:before,.prdctfltr_wc:after{content:'';display:table;clear:both}.prdctfltr_wc a{text-decoration:none;outline:none}.prdctfltr_wc img{display:block}.prdctfltr_wc .prdctfltr_woocommerce_ordering{position:relative;margin-left:-10px;margin-right:-10px}.prdctfltr_wc .prdctfltr_filter_inner{padding:0}.prdctfltr_wc .prdctfltr_filter{position:relative;float:left;display:block;padding-left:10px;padding-right:10px;padding-bottom:10px;box-sizing:border-box}.prdctfltr_wc .prdctfltr_add_inputs{display:none}.prdctfltr_wc.prdctfltr_mobile,.prdctfltr_wc.prdctfltr_mobile_show{display:none}.prdctfltr_filter_inner:before,.prdctfltr_filter_inner:after{content:'';display:table;clear:both}.prdctfltr_sc_products:before,.prdctfltr_sc_products:after{content:'';display:table;clear:both}.prdctfltr_overlay{position:fixed;top:0;right:100%;bottom:0;left:0;background:#000;background:linear-gradient(90deg, rgba(0,0,0,0.2875) 0%, rgba(0,0,0,0.1875) 100%);opacity:0;transition:opacity 200ms;z-index:2000;cursor:pointer}.prdctfltr_overlay.prdctfltr_prepare{right:0;opacity:0}.prdctfltr_overlay.prdctfltr_active{right:0;opacity:.2}.prdctfltr_title_added{color:#80c40f}.prdctfltr_customization_search{display:none}.prdctfltr_add_scroll.prdctfltr_max_height{overflow-y:auto;overflow-x:hidden}.prdctfltr_wc .pf_range_val{display:none}.prdctfltr_wc .prdctfltr_filter.prdctfltr_range .prdctfltr_add_scroll{overflow:visible}.prdctfltr_always_visible .prdctfltr_woocommerce_filter{cursor:default !important}.prdctfltr_woocommerce.prdctfltr_wc.prdctfltr_always_visible .prdctfltr_woocommerce_ordering{display:block}.pf_content_center .prdctfltr_regular_title,.pf_content_center .prdctfltr_description,.pf_content_center form>.prdctfltr_collector:first-child,.pf_content_center .prdctfltr_buttons,.pf_content_center .prdctfltr_filter_title{text-align:center}.pf_content_right .prdctfltr_regular_title,.pf_content_right .prdctfltr_description,.pf_content_right form>.prdctfltr_collector:first-child,.pf_content_right .prdctfltr_buttons,.pf_content_right .prdctfltr_filter_title{text-align:right}.prdctfltr_woocommerce_ordering>span{display:inline-block;margin-left:12px}.prdctfltr_woocommerce_ordering label{cursor:pointer}.prdctfltr_filter label{display:block;font-size:14px;line-height:24px}.prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper .prdctfltr_terms_customized:not(.prdctfltr_terms_customized_select) input[type="checkbox"]{display:none !important}.prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter label>span{position:relative}.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label>span:before{content:'';display:inline-block;width:9px;height:9px;padding:0;border-radius:50%;border:1px double #ccc;margin-top:3px;margin-bottom:6px;margin-right:12px;vertical-align:middle;box-sizing:content-box;background-color:#fff}.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label.prdctfltr_active>span:before{content:'';display:inline-block;width:5px;height:5px;padding:0;border-radius:50%;border:3px double #777;margin-top:3px;margin-right:12px;box-sizing:content-box}.prdctfltr_wc.prdctfltr_square .prdctfltr_filter label>span:before{content:'';display:inline-block;width:9px;height:9px;padding:0;border:1px double #ccc;margin-top:3px;margin-bottom:6px;margin-right:12px;vertical-align:middle;box-sizing:content-box;background-color:#fff}.prdctfltr_wc.prdctfltr_square .prdctfltr_filter label.prdctfltr_active>span:before{content:'';display:inline-block;width:5px;height:5px;padding:0;border:3px double #777;margin-top:3px;margin-right:12px;box-sizing:content-box}.prdctfltr_wc.prdctfltr_bold .prdctfltr_filter label.prdctfltr_active>span:before{content:''}.prdctfltr_wc .prdctfltr_filter label.prdctfltr_active>span{font-weight:600}.prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter label>span:before{content:'';display:inline-block;width:9px;height:9px;padding:0;border:1px double #ccc;margin-top:3px;margin-bottom:6px;margin-right:12px;vertical-align:middle;box-sizing:content-box;background-color:#fff}.prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter label.prdctfltr_active>span:after{content:"" !important;position:absolute;top:0;left:0;font-family:'prdctfltr';font-size:14px;line-height:18px;vertical-align:middle}.prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter label>span:before{content:'';display:inline-block;width:9px;height:9px;padding:0;border:1px double #ccc;margin-top:3px;margin-bottom:6px;margin-right:12px;vertical-align:middle;box-sizing:content-box;background-color:#fff}.prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter.prdctfltr_terms_customized.prdctfltr_terms_customized_select label.prdctfltr_active>span:after{content:"" !important}.prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter.prdctfltr_terms_customized label.prdctfltr_active>span:after{content:"" !important}.prdctfltr_wc .prdctfltr_filter input[type="checkbox"]{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;left:-99999px}.prdctfltr_wc.prdctfltr_system .prdctfltr_filter label>span:before{display:none}.prdctfltr_wc.prdctfltr_system .prdctfltr_woocommerce_ordering .prdctfltr_filter input[type="checkbox"]{position:relative;display:inline-block;vertical-align:middle;visibility:visible;width:auto;height:auto;margin-right:.25em;overflow:visible;z-index:auto;left:auto}.prdctfltr_wc.prdctfltr_system .prdctfltr_woocommerce_ordering .prdctfltr_filter.prdctfltr_terms_customized_select label input[type="checkbox"]+span,.prdctfltr_wc.prdctfltr_system .prdctfltr_woocommerce_ordering .prdctfltr_filter.prdctfltr_text label input[type="checkbox"]+span{margin-left:-15px;padding-left:20px}.prdctfltr-down,.prdctfltr-up{display:none}.prdctfltr_terms_customized_select .prdctfltr-down,.prdctfltr_terms_customized_select .prdctfltr-up,.pf_default_select .prdctfltr-down,.pf_default_select .prdctfltr-up,.pf_select .prdctfltr-down,.pf_select .prdctfltr-up{display:block}.pf_default_select .prdctfltr_filter_wrapper,.pf_select .prdctfltr_filter_wrapper{margin-bottom:-10px}.pf_default_select .prdctfltr_filter .prdctfltr_regular_title,.pf_select .prdctfltr_filter .prdctfltr_regular_title{overflow:hidden;border:1px solid #ddd;background-color:#fff;padding:10px 15px;padding-right:32px;white-space:nowrap;text-overflow:ellipsis;box-sizing:border-box;cursor:pointer;color:#444}.prdctfltr_terms_customized_system select{width:100%;max-width:320px}.prdctfltr_terms_customized_system .prdctfltr_checkboxes,.prdctfltr_terms_customized_selectize .prdctfltr_checkboxes{display:none}.prdctfltr_wc .button{margin-top:20px;margin-bottom:20px}.prdctfltr_wc .prdctfltr_buttons{margin-top:1em;margin-bottom:1em;padding:0 10px 0px}.prdctfltr_wc .prdctfltr_buttons label{position:relative}.prdctfltr_wc .prdctfltr_buttons label input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;margin:0;padding:0;cursor:pointer}.prdctfltr_wc .prdctfltr_buttons label,.prdctfltr_wc .prdctfltr_buttons span{display:inline-block;line-height:1;vertical-align:middle}.prdctfltr_wc .prdctfltr_filter_wrapper+.prdctfltr_buttons{padding-left:10px;padding-right:10px}.prdctfltr_wc.prdctfltr_wc_widget.pf_default_select .prdctfltr_buttons span,.prdctfltr_wc.prdctfltr_wc_widget.pf_default_inline .prdctfltr_buttons span,.prdctfltr_wc.prdctfltr_wc_widget.pf_default .prdctfltr_buttons span,.prdctfltr_wc.pf_sidebar_css_right .prdctfltr_buttons span,.prdctfltr_wc.pf_sidebar_css_right .prdctfltr_buttons span,.prdctfltr_wc.pf_sidebar_css .prdctfltr_buttons span,.prdctfltr_wc.pf_sidebar_right .prdctfltr_buttons span,.prdctfltr_wc.pf_sidebar .prdctfltr_buttons span{display:block;margin-bottom:.175em}.prdctfltr_wc.prdctfltr_wc_widget.pf_default_select .prdctfltr_woocommerce_filter_submit,.prdctfltr_wc.prdctfltr_wc_widget.pf_default_inline .prdctfltr_woocommerce_filter_submit,.prdctfltr_wc.prdctfltr_wc_widget.pf_default .prdctfltr_woocommerce_filter_submit,.prdctfltr_wc.pf_sidebar_css_right .prdctfltr_woocommerce_filter_submit,.prdctfltr_wc.pf_sidebar_css_right .prdctfltr_woocommerce_filter_submit,.prdctfltr_wc.pf_sidebar_css .prdctfltr_woocommerce_filter_submit,.prdctfltr_wc.pf_sidebar_right .prdctfltr_woocommerce_filter_submit,.prdctfltr_wc.pf_sidebar .prdctfltr_woocommerce_filter_submit{margin-top:0 !important;margin-bottom:20px !important}.prdctfltr_wc.pf_sidebar_css_right .prdctfltr_buttons,.prdctfltr_wc.pf_sidebar_css_right .prdctfltr_buttons,.prdctfltr_wc.pf_sidebar_css .prdctfltr_buttons,.prdctfltr_wc.pf_sidebar_right .prdctfltr_buttons,.prdctfltr_wc.pf_sidebar .prdctfltr_buttons{padding:0 20px 20px}.prdctfltr_wc .prdctfltr_sale{margin-right:6px}.prdctfltr_wc.prdctfltr_click_filter .prdctfltr_sale{margin-top:0}.prdctfltr_woocommerce_ordering .prdctfltr_sale span:before{content:'\f003';font-family:'prdctfltr';vertical-align:middle;font-size:24px;line-height:20px;margin-right:2px;width:24px;display:inline-block;text-align:center}.prdctfltr_woocommerce_ordering .prdctfltr_sale label.prdctfltr_active span:before{color:#fe4641}.prdctfltr_wc span.prdctfltr_instock{margin-right:6px}.prdctfltr_wc.prdctfltr_click_filter span.prdctfltr_instock{margin-top:0}.prdctfltr_woocommerce_ordering span.prdctfltr_instock span:before{content:'\f012';font-family:'prdctfltr';vertical-align:middle;font-size:22px;line-height:20px;margin-right:2px;width:24px;display:inline-block;text-align:center}.prdctfltr_woocommerce_ordering span.prdctfltr_instock label.prdctfltr_active span:before{color:#fe4641}.prdctfltr_wc span.prdctfltr_reset{margin-right:6px}.prdctfltr_wc.prdctfltr_click_filter span.prdctfltr_reset{margin-top:0}.prdctfltr_woocommerce_ordering span.prdctfltr_reset span:before{content:'\f013';font-family:'prdctfltr';vertical-align:middle;font-size:20px;line-height:20px;margin-right:3px;width:24px;display:inline-block;text-align:center}.prdctfltr_woocommerce_ordering span.prdctfltr_reset label.prdctfltr_active span:before{color:#fe4641}.prdctfltr_filter .prdctfltr_regular_title{display:block;font-weight:600;line-height:26px;padding-bottom:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.prdctfltr_wc .prdctfltr_description{font-size:90%;margin-bottom:10px}.prdctfltr_wc.pf_select .prdctfltr_description,.prdctfltr_wc.pf_default_select .prdctfltr_description,.prdctfltr_wc .prdctfltr_terms_customized_select .prdctfltr_description{margin-top:10px;margin-bottom:0}.prdctfltr_custom_scroll *{scrollbar-width:thin;scrollbar-color:#666666 #fff}.prdctfltr_custom_scroll *::-webkit-scrollbar{width:.6em;height:.6em}.prdctfltr_custom_scroll *::-webkit-scrollbar-track{background-color:#fff;border-radius:20px}.prdctfltr_custom_scroll *::-webkit-scrollbar-thumb{background-color:#666666;border-radius:20px;border:3px solid #fff}.prdctfltr_wc_regular.pf_default .prdctfltr_woocommerce_ordering{position:relative;padding:0}.prdctfltr_wc_regular.pf_default:not(.prdctfltr_always_visible) .prdctfltr_woocommerce_ordering{overflow:hidden;opacity:0;transition:opacity 200ms;transition-timing-function:ease-in-out;height:0;transform-origin:center top}.prdctfltr_wc_regular.pf_default:not(.prdctfltr_always_visible) .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper{opacity:0;transition:opacity 200ms}.prdctfltr_wc_regular.pf_default .prdctfltr_filter_wrapper{margin-bottom:0}.prdctfltr_wc_regular.pf_default .prdctfltr_woocommerce_filter_submit{margin-right:12px}.wc-prdctfltr-deflate .prdctfltr_wc_regular.pf_default .prdctfltr_woocommerce_ordering{height:auto;opacity:0}.wc-prdctfltr-deflate .prdctfltr_wc_regular.pf_default .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper{opacity:0}.wc-prdctfltr-active .prdctfltr_wc_regular.pf_default .prdctfltr_woocommerce_ordering{height:auto;opacity:1}.wc-prdctfltr-active .prdctfltr_wc_regular.pf_default .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper{opacity:1}.prdctfltr_wc.pf_arrow .prdctfltr_woocommerce_filter_submit{margin-right:12px}.prdctfltr_wc.pf_arrow .prdctfltr_buttons{padding:0px 20px}.prdctfltr_wc.pf_arrow .prdctfltr_woocommerce_ordering{position:absolute;left:0px;top:30px;z-index:-1;height:0;width:0;border:.5px solid #d2d6d8;border-radius:1em;box-shadow:-0.25em 0.125em 1em -0.15em rgba(0,0,0,0.1);background-color:#fafafa;overflow:hidden;opacity:0;transition:opacity 200ms}@media (max-width: 767px){.prdctfltr_wc.pf_arrow .prdctfltr_woocommerce_ordering{width:100%;max-width:100%;min-width:300px}}@media (min-width: 769px){.prdctfltr_wc.pf_arrow .prdctfltr_woocommerce_ordering{width:100%;min-width:840px;max-width:960px}}.prdctfltr_wc.pf_arrow .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper{background-color:#fff;padding:10px}.prdctfltr_wc.pf_arrow .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper .prdctfltr_filter{padding-left:18px;padding-right:18px}.prdctfltr_wc.pf_arrow .prdctfltr_woocommerce_ordering>.prdctfltr_collector{margin:0 20px 10px}.prdctfltr_wc.pf_arrow .prdctfltr_close_sidebar{display:inline-block;padding:10px 20px;cursor:pointer;text-transform:uppercase}.wc-prdctfltr-deflate .prdctfltr_wc.pf_arrow .prdctfltr_woocommerce_ordering{opacity:0;height:unset;z-index:101}.wc-prdctfltr-active .xwc--pf-show-sidebar.prdctfltr_wc.pf_arrow .prdctfltr_woocommerce_ordering{opacity:1;height:unset;z-index:101}.prdctfltr_wc .prdctfltr_woocommerce_filter_submit{margin-top:0 !important;margin-bottom:0 !important}.prdctfltr_wc.prdctfltr_woocommerce.pf_select .prdctfltr_filter_inner{padding-bottom:0;overflow:visible}.prdctfltr_wc.pf_select .prdctfltr_woocommerce_ordering{position:relative;padding:0}.prdctfltr_wc.pf_select:not(.prdctfltr_always_visible) .prdctfltr_woocommerce_ordering{overflow:hidden;opacity:0;transition:opacity 200ms;transition-timing-function:ease-in-out;height:0;transform-origin:center top}.prdctfltr_wc.pf_select:not(.prdctfltr_always_visible) .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper{opacity:0;transition:opacity 200ms}.wc-prdctfltr-deflate .prdctfltr_wc.pf_select .prdctfltr_woocommerce_ordering{overflow:visible;height:auto;opacity:0}.wc-prdctfltr-deflate .prdctfltr_wc.pf_select .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper{opacity:0}.wc-prdctfltr-active .prdctfltr_wc.pf_select .prdctfltr_woocommerce_ordering{overflow:visible;height:auto;opacity:1}.wc-prdctfltr-active .prdctfltr_wc.pf_select .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper{opacity:1}.prdctfltr_wc.prdctfltr_woocommerce.pf_select>span span{cursor:pointer}.prdctfltr_wc.pf_mod_row.pf_select .prdctfltr_filter_inner .prdctfltr_filter:first-child{padding-left:10px}.prdctfltr_terms_customized_select .prdctfltr_add_scroll,.pf_select .prdctfltr_add_scroll{overflow:auto}.prdctfltr_wc_regular.prdctfltr_wc.prdctfltr_woocommerce.prdctfltr_scroll_default .prdctfltr_terms_customized_select .prdctfltr_add_scroll .prdctfltr_checkboxes,.prdctfltr_wc.prdctfltr_woocommerce.pf_select.prdctfltr_scroll_default .prdctfltr_add_scroll .prdctfltr_checkboxes{display:block}.prdctfltr_wc_regular.prdctfltr_wc.prdctfltr_woocommerce.prdctfltr_scroll_default .prdctfltr_terms_customized_select .prdctfltr_add_scroll,.prdctfltr_wc.prdctfltr_woocommerce.pf_select.prdctfltr_scroll_default .prdctfltr_add_scroll{position:absolute;display:none;top:48px;margin-top:-1px;background-color:#fff;width:90%;width:-moz-calc(100% - 20px);width:-webkit-calc(100% - 20px);width:calc(100% - 20px);padding:15px;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-shadow:0px 0px 5px 0px rgba(128,128,128,0.2);-moz-box-shadow:0px 0px 5px 0px rgba(128,128,128,0.2);box-shadow:0px 0px 5px 0px rgba(128,128,128,0.2);border:1px solid #ddd;z-index:2}.prdctfltr_wc.prdctfltr_woocommerce.pf_select .prdctfltr_woocommerce_filter_submit{margin-right:12px}.prdctfltr_wc.prdctfltr_woocommerce.pf_select i.prdctfltr-down,.prdctfltr_wc.prdctfltr_woocommerce.pf_select i.prdctfltr-up{position:absolute;top:11px;right:18px}.prdctfltr_wc.prdctfltr_woocommerce.pf_select .prdctfltr_filter .prdctfltr_regular_title{cursor:pointer}.prdctfltr_wc.pf_select .prdctfltr_filter_inner{margin-bottom:0}.prdctfltr_wc.pf_select .prdctfltr_filter{margin-bottom:0}.prdctfltr_wc_regular .prdctfltr_terms_customized_select.prdctfltr_filter .prdctfltr-down,.prdctfltr_wc_regular .prdctfltr_terms_customized_select.prdctfltr_filter .prdctfltr-up{display:block}.prdctfltr_wc_regular .prdctfltr_terms_customized_select.prdctfltr_filter .prdctfltr_regular_title,.prdctfltr_wc_regular .prdctfltr_terms_customized_select.prdctfltr_filter .prdctfltr_regular_title{overflow:hidden;border:1px solid #ddd;background-color:#fff;padding:10px 15px;padding-right:32px;white-space:nowrap;text-overflow:ellipsis;box-sizing:border-box;cursor:pointer;color:#444}.prdctfltr_wc_regular .prdctfltr_terms_customized_select.prdctfltr_filter i.prdctfltr-down,.prdctfltr_wc_regular .prdctfltr_terms_customized_select.prdctfltr_filter i.prdctfltr-up{float:right;position:absolute;top:9px;right:18px;z-index:2}.prdctfltr_wc_regular.pf_mod_masonry .prdctfltr_terms_customized_select.prdctfltr_filter i.prdctfltr-down,.prdctfltr_wc_regular.pf_mod_masonry .prdctfltr_terms_customized_select.prdctfltr_filter i.prdctfltr-up{top:10px;right:23px}.prdctfltr_wc.prdctfltr_wc_regular .prdctfltr_terms_customized.prdctfltr_terms_customized_select .prdctfltr_checkboxes label{display:block}.prdctfltr_wc.prdctfltr_wc_regular .prdctfltr_filter.prdctfltr_terms_customized.prdctfltr_terms_customized_select .prdctfltr_checkboxes label>span:before{display:inline-block}.pf_select .prdctfltr_aftertitle,.prdctfltr_terms_customized_select .prdctfltr_aftertitle{margin-top:10px}body.wc-prdctfltr-active-fullscreen{overflow:hidden}.prdctfltr_wc.pf_fullscreen .prdctfltr_close_sidebar{padding:0 5px 0;margin-bottom:10px;cursor:pointer;text-transform:uppercase;max-width:1024px;display:block;margin-left:auto;margin-right:auto;box-sizing:border-box}.prdctfltr_wc.pf_fullscreen .prdctfltr_woocommerce_ordering{position:fixed;top:0;left:0;bottom:100%;right:0;z-index:9999999999;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;background-color:#fff;box-shadow:0 3px 15px rgba(0,0,0,0.3);margin-left:0;margin-right:0;opacity:0;transition:opacity 200ms}.prdctfltr_wc.pf_fullscreen .prdctfltr_woocommerce_ordering .prdctfltr_buttons{padding:0 10px 20px;max-width:1024px;display:block;margin-left:auto;margin-right:auto;box-sizing:border-box}.prdctfltr_wc.pf_fullscreen .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper{width:100%;max-width:1024px;padding:1em;display:block;box-sizing:border-box;overflow:hidden;overflow-y:auto}.prdctfltr_wc.pf_fullscreen .prdctfltr_woocommerce_filter_submit{margin-right:12px}.wc-prdctfltr-deflate .prdctfltr_wc.pf_fullscreen .prdctfltr_woocommerce_ordering{bottom:0;opacity:0}.wc-prdctfltr-active .xwc--pf-show-sidebar.prdctfltr_wc.pf_fullscreen .prdctfltr_woocommerce_ordering{bottom:0;opacity:1}.prdctfltr_close_sidebar{padding-left:10px;padding-right:10px;cursor:pointer;text-transform:uppercase;font-weight:500}.prdctfltr_wc.pf_sidebar .prdctfltr_woocommerce_ordering,.prdctfltr_wc.pf_sidebar_right .prdctfltr_woocommerce_ordering,.prdctfltr_wc.pf_sidebar_css .prdctfltr_woocommerce_ordering,.prdctfltr_wc.pf_sidebar_css_right .prdctfltr_woocommerce_ordering{position:fixed;top:0;left:0;width:320px;height:100%;background-color:#fff;overflow-y:auto;box-sizing:border-box;box-shadow:0 3px 15px rgba(0,0,0,0.3);z-index:99999;transition:transform 200ms;transform:translateX(-320px);opacity:0}.prdctfltr_wc.pf_sidebar .prdctfltr_woocommerce_ordering>.prdctfltr_collector,.prdctfltr_wc.pf_sidebar_right .prdctfltr_woocommerce_ordering>.prdctfltr_collector,.prdctfltr_wc.pf_sidebar_css .prdctfltr_woocommerce_ordering>.prdctfltr_collector,.prdctfltr_wc.pf_sidebar_css_right .prdctfltr_woocommerce_ordering>.prdctfltr_collector{margin:10px 20px 0}.prdctfltr_wc.pf_sidebar .prdctfltr_woocommerce_ordering .prdctfltr_close_sidebar,.prdctfltr_wc.pf_sidebar_right .prdctfltr_woocommerce_ordering .prdctfltr_close_sidebar,.prdctfltr_wc.pf_sidebar_css .prdctfltr_woocommerce_ordering .prdctfltr_close_sidebar,.prdctfltr_wc.pf_sidebar_css_right .prdctfltr_woocommerce_ordering .prdctfltr_close_sidebar{padding-top:10px}.prdctfltr_wc.pf_sidebar .prdctfltr_woocommerce_ordering .prdctfltr_close_sidebar,.prdctfltr_wc.pf_sidebar_right .prdctfltr_woocommerce_ordering .prdctfltr_close_sidebar,.prdctfltr_wc.pf_sidebar_css .prdctfltr_woocommerce_ordering .prdctfltr_close_sidebar,.prdctfltr_wc.pf_sidebar_css_right .prdctfltr_woocommerce_ordering .prdctfltr_close_sidebar{padding-left:20px;padding-right:20px}.wc-prdctfltr-deflate .prdctfltr_wc.pf_sidebar .prdctfltr_woocommerce_ordering,.wc-prdctfltr-deflate .prdctfltr_wc.pf_sidebar_css .prdctfltr_woocommerce_ordering{opacity:1;transform:translateX(-320px)}.wc-prdctfltr-active .xwc--pf-show-sidebar.prdctfltr_wc.pf_sidebar .prdctfltr_woocommerce_ordering,.wc-prdctfltr-active .xwc--pf-show-sidebar.prdctfltr_wc.pf_sidebar_css .prdctfltr_woocommerce_ordering{opacity:1;transform:translateX(10px)}.prdctfltr_wc.pf_sidebar_right .prdctfltr_woocommerce_ordering,.prdctfltr_wc.pf_sidebar_css_right .prdctfltr_woocommerce_ordering{left:auto;right:0;transform:translateX(320px);padding-left:0}.wc-prdctfltr-deflate .prdctfltr_wc.pf_sidebar_right .prdctfltr_woocommerce_ordering,.wc-prdctfltr-deflate .prdctfltr_wc.pf_sidebar_css_right .prdctfltr_woocommerce_ordering{opacity:1;transform:translateX(320px)}.wc-prdctfltr-active .xwc--pf-show-sidebar.prdctfltr_wc.pf_sidebar_right .prdctfltr_woocommerce_ordering,.wc-prdctfltr-active .xwc--pf-show-sidebar.prdctfltr_wc.pf_sidebar_css_right .prdctfltr_woocommerce_ordering{opacity:1;transform:translateX(-10px)}.prdctfltr_wc.pf_sidebar .prdctfltr_filter_wrapper,.prdctfltr_wc.pf_sidebar_right .prdctfltr_filter_wrapper,.prdctfltr_wc.pf_sidebar_css .prdctfltr_filter_wrapper,.prdctfltr_wc.pf_sidebar_css_right .prdctfltr_filter_wrapper{margin-bottom:0}.prdctfltr_wc.pf_sidebar .prdctfltr_woocommerce_filter_submit,.prdctfltr_wc.pf_sidebar_right .prdctfltr_woocommerce_filter_submit,.prdctfltr_wc.pf_sidebar_css .prdctfltr_woocommerce_filter_submit,.prdctfltr_wc.pf_sidebar_css_right .prdctfltr_woocommerce_filter_submit{margin-bottom:10px}.prdctfltr_wc.pf_sidebar .prdctfltr_filter_inner,.prdctfltr_wc.pf_sidebar_right .prdctfltr_filter_inner,.prdctfltr_wc.pf_sidebar_css .prdctfltr_filter_inner,.prdctfltr_wc.pf_sidebar_css_right .prdctfltr_filter_inner{padding:10px}@media (max-width: 900px){.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_arrow .prdctfltr_woocommerce_ordering,.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_ordering,.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_select .prdctfltr_woocommerce_ordering{margin:0 -10px !important}.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_arrow .prdctfltr_woocommerce_ordering .prdctfltr_filter,.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_ordering .prdctfltr_filter,.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_select .prdctfltr_woocommerce_ordering .prdctfltr_filter,.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_fullscreen .prdctfltr_woocommerce_ordering .prdctfltr_filter{float:left !important;display:block !important;width:50% !important;padding:0 10px !important;margin-right:-4px !important;margin-bottom:0}.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce .prdctfltr_woocommerce_ordering .prdctfltr_single_filter .prdctfltr_filter{float:left !important;display:block !important;width:100% !important;margin-right:0 !important;margin-bottom:0}.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce .prdctfltr_woocommerce_ordering .prdctfltr_filter_inner{white-space:normal}.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce .prdctfltr_woocommerce_ordering .prdctfltr_clear{display:none !important}.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce .prdctfltr_woocommerce_ordering .prdctfltr_clear:last-child{display:block !important}.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce .prdctfltr_woocommerce_filter_submit{margin-bottom:12px}.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.woocommerce.pf_select .prdctfltr_filter{margin-bottom:10px}}@media (max-width: 640px){.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_arrow .prdctfltr_woocommerce_ordering,.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_ordering,.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_select .prdctfltr_woocommerce_ordering{margin:0}.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_arrow .prdctfltr_woocommerce_ordering .prdctfltr_filter,.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_ordering .prdctfltr_filter,.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_select .prdctfltr_woocommerce_ordering .prdctfltr_filter,.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_fullscreen .prdctfltr_woocommerce_ordering .prdctfltr_filter{float:left !important;display:block !important;width:100% !important;padding:0;margin-right:0;margin-bottom:0}.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce .prdctfltr_woocommerce_ordering .prdctfltr_filter_inner{white-space:normal}.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_mod_row .prdctfltr_filter_inner{width:auto !important;margin:0 -36px 0 0}.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce .prdctfltr_woocommerce_ordering .prdctfltr_clear{display:none !important}.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce .prdctfltr_woocommerce_ordering .prdctfltr_clear:last-child{display:block !important}.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce .prdctfltr_woocommerce_filter_submit{margin-bottom:12px}.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.woocommerce.pf_select .prdctfltr_filter{margin-bottom:10px}.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_arrow .prdctfltr_woocommerce_ordering{width:auto}}@media (min-width: 321px){.prdctfltr_aside{display:flex;align-items:flex-start}.prdctfltr_aside .prdctfltr-widget{width:25%;min-width:16em;margin-right:2em}}.prdctfltr_round_swatches .prdctfltr_customize_block,.prdctfltr_round_swatches .prdctfltr_customize_image,.prdctfltr_round_swatches .prdctfltr_customize_color{border-radius:200px}.prdctfltr_clearnext+.prdctfltr_filter{clear:both}.prdctfltr_columns_1 .prdctfltr_filter{width:100%}.prdctfltr_columns_1 .prdctfltr_filter:before,.prdctfltr_columns_1 .prdctfltr_filter:after{content:'';display:table;clear:both}.prdctfltr_columns_2 .prdctfltr_filter{width:50%}.prdctfltr_columns_3 .prdctfltr_filter{width:33.33%}.prdctfltr_columns_4 .prdctfltr_filter{width:25%}.prdctfltr_columns_5 .prdctfltr_filter{width:20%}.prdctfltr_columns_6 .prdctfltr_filter{width:16.66%}.prdctfltr_columns_7 .prdctfltr_filter{width:14.28%}.prdctfltr_columns_8 .prdctfltr_filter{width:12.5%}.prdctfltr_columns_9 .prdctfltr_filter{width:11.11%}.prdctfltr_columns_10 .prdctfltr_filter{width:10%}.prdctfltr_wc_widget.prdctfltr_wc{position:relative}.prdctfltr_wc_widget.prdctfltr_wc .prdctfltr_filter_inner{overflow:visible}.prdctfltr_wc_widget.prdctfltr_wc .prdctfltr_filter_wrapper+.prdctfltr_buttons{margin:30px 0 0}.prdctfltr_wc_widget.prdctfltr_wc span.prdctfltr_reset{display:block}.prdctfltr_wc_widget.prdctfltr_wc .prdctfltr_filter{margin-bottom:20px}.prdctfltr_wc_widget.prdctfltr_wc .prdctfltr_filter:last-child{margin-bottom:0}.prdctfltr_wc_widget.prdctfltr_wc .prdctfltr_woocommerce_filter_submit{margin-top:0;margin-bottom:20px}.prdctfltr_wc_widget.prdctfltr_wc .prdctfltr_loader{position:absolute;top:0;right:0;height:30px;width:auto}.prdctfltr_woocommerce_filter_submit{margin-top:12px}.prdctfltr_scroll_default .prdctfltr_terms_customized_select .prdctfltr_add_scroll .prdctfltr_checkboxes,.prdctfltr_scroll_default.pf_default_select .prdctfltr_add_scroll .prdctfltr_checkboxes{padding-top:5px;padding-right:10px;box-sizing:border-box}.prdctfltr_terms_customized_select i.prdctfltr-down,.prdctfltr_terms_customized_select i.prdctfltr-up,.pf_default_select i.prdctfltr-down,.pf_default_select i.prdctfltr-up{float:right}.prdctfltr_terms_customized_select .prdctfltr_widget_title,.pf_default_select .prdctfltr_widget_title{cursor:pointer;display:block}.prdctfltr_terms_customized_select .prdctfltr_add_scroll,.pf_default_select .prdctfltr_add_scroll{display:none}.pf_adptv_default.prdctfltr_adoptive .pf_adoptive_hide{display:none !important}.prdctfltr_wc .pf_adptv_default.prdctfltr_adoptive .selectize-dropdown .option,.prdctfltr_wc .pf_adptv_default.prdctfltr_adoptive .selectize-dropdown [data-disabled],.prdctfltr_wc .pf_adptv_default.prdctfltr_adoptive .selectize-dropdown [data-disabled] [data-selectable].option{display:none !important}.prdctfltr_wc .pf_adptv_default.prdctfltr_adoptive .selectize-dropdown [data-selectable].option{display:block !important}.pf_adptv_unclick.prdctfltr_adoptive .pf_adoptive_hide{display:block;opacity:0.5 !important;cursor:default !important}.prdctfltr_woocommerce .prdctfltr_inline.pf_adptv_unclick.prdctfltr_adoptive .pf_adoptive_hide{position:relative !important;display:inline-block !important}.pf_adptv_click.prdctfltr_adoptive .pf_adoptive_hide{display:block;opacity:0.5 !important}.prdctfltr_woocommerce .prdctfltr_inline .prdctfltr_checkboxes .prdctfltr_sub{margin-left:0}.prdctfltr_filter_wrapper.mCustomScrollbar{padding-bottom:0}.prdctfltr_wc .mCS_no_scrollbar>div,.prdctfltr_wc .mCS_no_scrollbar>div>div{overflow:visible !important}.prdctfltr_wc .prdctfltr_filter.prdctfltr_range .prdctfltr_checkboxes input{position:absolute !important;display:block !important;top:0 !important;left:0 !important;width:0 !important;height:0 !important;font-size:0 !important;line-height:0 !important;padding:0 !important;margin:0 !important;outline:none !important;z-index:-9999 !important;background:none !important;border-style:solid !important;border-color:transparent !important}.pf_adoptive_hide .prdctfltr_tooltip{display:none !important}.prdctfltr_woocommerce .prdctfltr_reset_this{animation:none;animation-delay:0;animation-direction:normal;animation-duration:0;animation-fill-mode:none;animation-iteration-count:1;animation-name:none;animation-play-state:running;animation-timing-function:ease;backface-visibility:visible;background:0;background-attachment:scroll;background-clip:border-box;background-color:transparent;background-image:none;background-origin:padding-box;background-position:0 0;background-position-x:0;background-position-y:0;background-repeat:repeat;background-size:auto auto;border:0;border-style:none;border-width:medium;border-color:inherit;border-bottom:0;border-bottom-color:inherit;border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom-style:none;border-bottom-width:medium;border-collapse:separate;border-image:none;border-left:0;border-left-color:inherit;border-left-style:none;border-left-width:medium;border-radius:0;border-right:0;border-right-color:inherit;border-right-style:none;border-right-width:medium;border-spacing:0;border-top:0;border-top-color:inherit;border-top-left-radius:0;border-top-right-radius:0;border-top-style:none;border-top-width:medium;bottom:auto;box-shadow:none;box-sizing:content-box;caption-side:top;clear:none;clip:auto;color:inherit;columns:auto;column-count:auto;column-fill:balance;column-gap:normal;column-rule:medium none currentColor;column-rule-color:currentColor;column-rule-style:none;column-rule-width:none;column-span:1;column-width:auto;content:normal;counter-increment:none;counter-reset:none;cursor:auto;direction:ltr;display:inline;empty-cells:show;float:none;font:normal;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;height:auto;hyphens:none;left:auto;letter-spacing:normal;line-height:normal;list-style:none;list-style-image:none;list-style-position:outside;list-style-type:disc;margin:0;margin-bottom:0;margin-left:0;margin-right:0;margin-top:0;max-height:none;max-width:none;min-height:0;min-width:0;opacity:1;orphans:0;outline:0;outline-color:invert;outline-style:none;outline-width:medium;overflow:visible;overflow-x:visible;overflow-y:visible;padding:0;padding-bottom:0;padding-left:0;padding-right:0;padding-top:0;page-break-after:auto;page-break-before:auto;page-break-inside:auto;perspective:none;perspective-origin:50% 50%;position:static;quotes:'\201C' '\201D' '\2018' '\2019';right:auto;tab-size:8;table-layout:auto;text-align:inherit;text-align-last:auto;text-decoration:none;text-decoration-color:inherit;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-shadow:none;text-transform:none;top:auto;transform:none;transform-style:flat;transition:none;transition-delay:0s;transition-duration:0s;transition-property:none;transition-timing-function:ease;unicode-bidi:normal;vertical-align:baseline;visibility:visible;white-space:normal;widows:0;width:auto;word-spacing:normal;z-index:auto}.prdctfltr_woocommerce .prdctfltr_filter .prdctfltr_search_terms{position:relative;display:block;margin-top:0;margin-bottom:15px}.prdctfltr_woocommerce .prdctfltr_filter .prdctfltr_search_terms i{font-size:16px;opacity:0.33;width:20px;margin-right:-24px;position:relative;display:inline-block;text-align:center;padding:0 0 0 4px;color:#666;color:rgba(0,0,0,0.5)}.prdctfltr_woocommerce .prdctfltr_filter .prdctfltr_search_terms .prdctfltr_search_terms_input{display:inline-block !important;width:100% !important;box-sizing:border-box !important;border:1px solid #ccc !important;padding:.25em .5em !important}.prdctfltr_search .prdctfltr_checkboxes{position:relative}.prdctfltr_search .prdctfltr_checkboxes span{display:none}input.pf_search{width:100%;margin:0 !important;box-sizing:border-box}.pf_search_trigger{position:absolute;top:0;right:0;height:100%;width:32px;background:url(//staging-yl.deadlinesigns.com/wp-content/plugins/prdctfltr/includes/images/checked.svg) center center no-repeat;background-size:20px;display:none}.prdctfltr_woocommerce .prdctfltr_filter.prdctfltr_terms_customized .prdctfltr_search_terms{margin-bottom:15px}.prdctfltr_tooltip{position:absolute !important;bottom:100%;left:50%;margin-left:-50px;margin-bottom:0;width:100px !important;max-height:0;font-size:12px;line-height:14px;text-align:center;box-sizing:border-box;overflow:hidden;padding-bottom:10px;z-index:1;opacity:0;transition:all 150ms ease-in-out}.prdctfltr_tooltip *{box-sizing:border-box}.prdctfltr_tooltip>span{display:inline-block;position:relative;height:auto;width:auto;max-width:100%;min-width:32px;background-color:#222;color:#fff;border-radius:3px;padding:3px 6px}.prdctfltr_tooltip>span:after{content:'';border:10px solid transparent;border-top-color:#222;width:1px;height:1px;position:absolute;left:50%;bottom:-20px;margin-left:-10px}.prdctfltr_hover .prdctfltr_tooltip{max-height:300px;margin-bottom:5px;opacity:1}.prdctfltr_error{display:block;border:1px solid rgba(0,0,0,0.1);border-radius:7px;background-color:#fcc2c2;width:100%;margin-bottom:20px}.prdctfltr_error small{display:block;padding:10px;font-size:12px;line-height:15px}div.products h1.prdctfltr_not_found{margin-bottom:20px;color:#ccc;font-size:24px;line-height:28px}.prdctfltr_drillback .prdctfltr_checkboxes .prdctfltr_hiddenparent,.prdctfltr_subonlyback .prdctfltr_checkboxes .prdctfltr_hiddenparent{visibility:hidden;overflow:hidden;height:0}.prdctfltr_drill .prdctfltr_checkboxes>.prdctfltr_sub:first-child,.prdctfltr_drillback .prdctfltr_checkboxes>.prdctfltr_sub:first-child,.prdctfltr_subonly .prdctfltr_checkboxes>.prdctfltr_sub:first-child,.prdctfltr_subonlyback .prdctfltr_checkboxes>.prdctfltr_sub:first-child{margin-left:0;display:block}.prdctfltr_drill .prdctfltr_checkboxes .prdctfltr-plus,.prdctfltr_drillback .prdctfltr_checkboxes .prdctfltr-plus{display:none}.prdctfltr_checkboxes .prdctfltr-plus{padding-left:6px;z-index:1;position:relative;float:right;font-size:15px;line-height:inherit;color:#aaa;max-height:24px}.prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_color .prdctfltr_checkboxes .prdctfltr-plus,.prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_image .prdctfltr_checkboxes .prdctfltr-plus{line-height:inherit}.prdctfltr_terms_customized_text .prdctfltr_checkboxes .prdctfltr_sub,.prdctfltr_terms_customized_color .prdctfltr_checkboxes .prdctfltr_sub,.prdctfltr_terms_customized_image .prdctfltr_checkboxes .prdctfltr_sub{margin-top:0;margin-left:0}.prdctfltr_terms_customized_text .prdctfltr_checkboxes .prdctfltr-plus{float:none}.prdctfltr_checkboxes .prdctfltr_customize_round .prdctfltr-plus,.prdctfltr_terms_customized_color:not(.prdctfltr_side_lables) .prdctfltr_checkboxes .prdctfltr-plus,.prdctfltr_terms_customized_image:not(.prdctfltr_side_lables) .prdctfltr_checkboxes .prdctfltr-plus{position:absolute;bottom:-1px;right:-1px;width:16px;line-height:14px !important;height:14px;text-align:center;background-color:#fff;border:1px solid #aaa;color:#aaa;padding:0;border-radius:2px}.prdctfltr_hierarchy_circle .prdctfltr_checkboxes i.prdctfltr-plus:before{content:'\f007'}.prdctfltr_hierarchy_circle .prdctfltr_checkboxes .prdctfltr_show_subs i.prdctfltr-plus:before{content:'\f008'}.prdctfltr_hierarchy_filled .prdctfltr_checkboxes i.prdctfltr-plus:before{content:'\f018'}.prdctfltr_hierarchy_filled .prdctfltr_checkboxes .prdctfltr_show_subs i.prdctfltr-plus:before{content:'\f017'}.prdctfltr_hierarchy_lined .prdctfltr_checkboxes i.prdctfltr-plus:before{content:'\f016'}.prdctfltr_hierarchy_lined .prdctfltr_checkboxes .prdctfltr_show_subs i.prdctfltr-plus:before{content:'\f015'}.prdctfltr_hierarchy_arrow .prdctfltr_checkboxes i.prdctfltr-plus:before{content:'\f004'}.prdctfltr_hierarchy_arrow .prdctfltr_checkboxes .prdctfltr_show_subs i.prdctfltr-plus:before{content:'\f005'}.prdctfltr_hierarchy_hide i.prdctfltr-plus,.prdctfltr_hierarchy_hide i.prdctfltr-minus{display:none}.prdctfltr_wc .prdctfltr_expand_parents .prdctfltr_sub{display:block}.prdctfltr_wc .prdctfltr_expand_parents .prdctfltr-plus{display:none}.prdctfltr_checkboxes .prdctfltr_sub{margin-left:.5em;display:none}.prdctfltr_sub.prdctfltr_animate{opacity:1 !important}.prdctfltr_show_subs+.prdctfltr_sub{display:block;opacity:1}.prdctfltr_woocommerce .prdctfltr_2_columns.prdctfltr_filter label.prdctfltr_show_subs,.prdctfltr_woocommerce .prdctfltr_3_columns.prdctfltr_filter label.prdctfltr_show_subs{flex:0 0 100%}.prdctfltr_searching .prdctfltr_sub{margin-left:0}.prdctfltr_searching i.prdctfltr-plus{display:none}.prdctfltr_wc .prdctfltr_terms_customized_image .prdctfltr_checkboxes label,.prdctfltr_wc .prdctfltr_terms_customized_text .prdctfltr_checkboxes label,.prdctfltr_wc .prdctfltr_terms_customized_color .prdctfltr_checkboxes label{display:inline-block;vertical-align:top}.prdctfltr_wc .prdctfltr_filter.prdctfltr_terms_customized .prdctfltr_checkboxes label>span:before{display:none}.prdctfltr_wc .prdctfltr_filter.prdctfltr_terms_customized.prdctfltr_terms_customized_select .prdctfltr_checkboxes label>span:before{display:inline-block}.prdctfltr_terms_customized_text .prdctfltr_customize,.prdctfltr_terms_customized_color .prdctfltr_customize,.prdctfltr_terms_customized_image .prdctfltr_customize{position:relative;display:block;margin:0 5px 5px 0}.prdctfltr_customize_background .prdctfltr-plus{color:#fff !important}.prdctfltr_customize_background{color:#fff;padding:3px 10px}.prdctfltr_active .prdctfltr_customize_border{border-width:2px;padding:2px 9px}.prdctfltr_customize_border{border:1px solid transparent;border-radius:2px;padding:3px 10px;box-sizing:content-box}.prdctfltr_customize_round .prdctfltr_customize_name{line-height:42px;display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.prdctfltr_customize_round{width:42px;height:42px;padding:3px;text-align:center;color:#fff}.prdctfltr_customize_block{padding:3px;border:1px solid #ccc}.prdctfltr_customize_block .prdctfltr_customize_color{display:block;width:42px;height:42px}.prdctfltr_customize_block .prdctfltr_customize_image{display:block}.prdctfltr_customize_block .prdctfltr_customize_image img{display:block;height:42px;width:auto;margin:0 auto}.prdctfltr_terms_customized_color .prdctfltr_customize_block{background-color:#fff}.prdctfltr_terms_customized_image .prdctfltr_customize_block>.prdctfltr_customize_image,.prdctfltr_terms_customized_image .prdctfltr_customize_block>.prdctfltr_customize_image_text{background-color:#fff}.prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_color .prdctfltr_checkboxes label{display:block}.prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_color .prdctfltr_checkboxes label.prdctfltr_active .prdctfltr_customize_block{box-shadow:none}.prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_color .prdctfltr_customize_block{padding:0;border:0}.prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_color .prdctfltr_customize_block .prdctfltr_customize_color_text{display:inline-block;vertical-align:middle;padding:3px;border:1px solid #ccc;width:42px;height:42px;box-sizing:content-box}.prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_color label.prdctfltr_active .prdctfltr_customize_block .prdctfltr_customize_color_text{border:2px solid #222;padding:2px;box-shadow:0px 4px 9px -3px rgba(0,0,0,0.3)}.prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_color .prdctfltr_customize_block .prdctfltr_customize_color_text span{display:block;width:100%;height:100%}.prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_color .prdctfltr_customize_block .prdctfltr_customize_color_text_tip{margin-left:12px;vertical-align:middle}.prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_image .prdctfltr_checkboxes label{display:block}.prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_image .prdctfltr_checkboxes label.prdctfltr_active .prdctfltr_customize_block{box-shadow:none}.prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_image .prdctfltr_customize_block{padding:0;border:0}.prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_image .prdctfltr_customize_block .prdctfltr_customize_image_text{display:inline-block;vertical-align:middle}.prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_image .prdctfltr_customize_block .prdctfltr_customize_image_text img{display:block;width:auto;height:42px;padding:3px;border:1px solid #ccc}.prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_image label.prdctfltr_active .prdctfltr_customize_block .prdctfltr_customize_image_text img{padding:2px;border:2px solid #222;box-shadow:0px 4px 9px -3px rgba(0,0,0,0.3)}.prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_image .prdctfltr_customize_block .prdctfltr_customize_image_text_tip{margin-left:12px;vertical-align:middle}.prdctfltr_wc.prdctfltr_system .prdctfltr_woocommerce_ordering .prdctfltr_filter.prdctfltr_terms_customized.prdctfltr_terms_customized_text input[type="checkbox"],.prdctfltr_wc.prdctfltr_system .prdctfltr_woocommerce_ordering .prdctfltr_filter.prdctfltr_terms_customized.prdctfltr_terms_customized_color input[type="checkbox"],.prdctfltr_wc.prdctfltr_system .prdctfltr_woocommerce_ordering .prdctfltr_filter.prdctfltr_terms_customized.prdctfltr_terms_customized_image input[type="checkbox"]{display:none !important;visibility:hidden !important;width:0 !important;height:0 !important;z-index:-1 !important}label.prdctfltr_active .prdctfltr_customize_block{padding:2px;border:2px solid #222;box-shadow:0px 4px 9px -3px rgba(0,0,0,0.3)}.pf_adptv_click .prdctfltr_adoptive.prdctfltr_terms_customized .pf_adoptive_hide,.pf_adptv_unclick .prdctfltr_adoptive.prdctfltr_terms_customized .pf_adoptive_hide{display:inline-block !important}.prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter.prdctfltr_terms_customized label.prdctfltr_active>span:after{content:none}.prdctfltr_2_columns.prdctfltr_terms_customized_color label,.prdctfltr_3_columns.prdctfltr_terms_customized_color label{box-sizing:border-box}.prdctfltr_2_columns.prdctfltr_terms_customized_color label>span,.prdctfltr_3_columns.prdctfltr_terms_customized_color label>span{display:block}.prdctfltr_2_columns.prdctfltr_terms_customized_color label>span .prdctfltr_customize_color,.prdctfltr_3_columns.prdctfltr_terms_customized_color label>span .prdctfltr_customize_color{width:100%}.prdctfltr_2_columns.prdctfltr_terms_customized_text label,.prdctfltr_3_columns.prdctfltr_terms_customized_text label{display:flex;box-sizing:border-box}.prdctfltr_2_columns.prdctfltr_terms_customized_text label>span,.prdctfltr_3_columns.prdctfltr_terms_customized_text label>span{display:block;text-align:center}.prdctfltr_woocommerce .prdctfltr_3_columns.prdctfltr_filter .prdctfltr_checkboxes,.prdctfltr_woocommerce .prdctfltr_2_columns.prdctfltr_filter .prdctfltr_checkboxes{display:flex !important;flex-flow:wrap}.prdctfltr_woocommerce .prdctfltr_3_columns.prdctfltr_filter .prdctfltr_sub,.prdctfltr_woocommerce .prdctfltr_2_columns.prdctfltr_filter .prdctfltr_sub{width:100%;margin-left:0}.prdctfltr_woocommerce .prdctfltr_2_columns.prdctfltr_filter label{flex:0 0 50%}.prdctfltr_woocommerce .prdctfltr_3_columns.prdctfltr_filter.prdctfltr_text label,.prdctfltr_woocommerce .prdctfltr_2_columns.prdctfltr_filter.prdctfltr_text label{padding-right:10px;box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.prdctfltr_woocommerce .prdctfltr_3_columns.prdctfltr_filter label{flex:0 0 33.3%}.prdctfltr_woocommerce .prdctfltr_inline.prdctfltr_filter label{display:inline-block;margin-right:12px}.prdctfltr_woocommerce .prdctfltr_inline.prdctfltr_filter.prdctfltr_terms_customized label{margin-right:0}.prdctfltr_woocommerce.prdctfltr_wc .prdctfltr_inline.prdctfltr_filter label>span:before{margin-right:6px}.prdctfltr_terms_customized_image .prdctfltr_checkboxes>label .prdctfltr_customize_block,.prdctfltr_terms_customized_color .prdctfltr_checkboxes>label .prdctfltr_customize_block{position:relative}div.prdctfltr_terms_customized_image label.prdctfltr_ft_none .prdctfltr_customize_block:after,div.prdctfltr_terms_customized_color label.prdctfltr_ft_none .prdctfltr_customize_block:after{opacity:0.3}div.prdctfltr_terms_customized_image label.prdctfltr_ft_none .prdctfltr_customize_block:after,div.prdctfltr_terms_customized_color label.prdctfltr_ft_none .prdctfltr_customize_block:after,.pf_adptv_click .prdctfltr_woocommerce_ordering div.prdctfltr_terms_customized_image .pf_adoptive_hide .prdctfltr_customize_block:after,.pf_adptv_unclick .prdctfltr_woocommerce_ordering div.prdctfltr_terms_customized_image .pf_adoptive_hide .prdctfltr_customize_block:after,.pf_adptv_click .prdctfltr_woocommerce_ordering div.prdctfltr_terms_customized_color .pf_adoptive_hide .prdctfltr_customize_block:after,.pf_adptv_unclick .prdctfltr_woocommerce_ordering div.prdctfltr_terms_customized_color .pf_adoptive_hide .prdctfltr_customize_block:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(//staging-yl.deadlinesigns.com/wp-content/plugins/prdctfltr/includes/images/outofstock.svg);background-position:center center;background-size:100% 100%}.pf_select .prdctfltr_terms_customized_color .prdctfltr_checkboxes,.pf_select .prdctfltr_terms_customized_image .prdctfltr_checkboxes{margin-top:3px;margin-bottom:-8px}.prdctfltr_inline .prdctfltr_show_subs+.prdctfltr_sub,.prdctfltr_terms_customized_text .prdctfltr_show_subs+.prdctfltr_sub,.prdctfltr_terms_customized_color .prdctfltr_show_subs+.prdctfltr_sub,.prdctfltr_terms_customized_image .prdctfltr_show_subs+.prdctfltr_sub{display:inline}.prdctfltr_2_columns .prdctfltr_checkboxes>.prdctfltr_sub:first-child,.prdctfltr_3_columns .prdctfltr_checkboxes>.prdctfltr_sub:first-child,.prdctfltr_2_columns .prdctfltr_show_subs+.prdctfltr_sub,.prdctfltr_3_columns .prdctfltr_show_subs+.prdctfltr_sub{display:flex;flex-wrap:wrap}.prdctfltr_checkboxes .pf_more{display:block;width:100%;cursor:pointer;overflow:hidden;font-size:13px !important;line-height:20px !important;margin-top:6px;opacity:0.6;transition:200ms opacity}.prdctfltr_checkboxes .pf_more:hover{opacity:1}.prdctfltr_checkboxes .pf_more span{position:relative;display:inline-block;text-transform:uppercase}.prdctfltr_checkboxes .pf_more span:before{content:'';width:1000px;height:1px;background-color:rgba(128,128,128,0.6);position:absolute;top:50%;left:100%;margin-left:10px}.prdctfltr_sc_products.prdctfltr_fallback_css .products{margin-left:-10px !important;margin-right:-10px !important}.prdctfltr_sc_products.prdctfltr_fallback_css .products li,.prdctfltr_sc_products.prdctfltr_fallback_css .products .type-product{box-sizing:border-box !important;padding-left:10px !important;padding-right:10px !important;margin-left:0 !important;margin-right:0 !important}.prdctfltr_sc_products.prdctfltr_fallback_css.prdctfltr_columns_fallback_1 .products li,.prdctfltr_sc_products.prdctfltr_fallback_css.prdctfltr_columns_fallback_1 .products .type-product{width:100% !important}.prdctfltr_sc_products.prdctfltr_fallback_css.prdctfltr_columns_fallback_2 .products li,.prdctfltr_sc_products.prdctfltr_fallback_css.prdctfltr_columns_fallback_2 .products .type-product{width:50% !important}.prdctfltr_sc_products.prdctfltr_fallback_css.prdctfltr_columns_fallback_3 .products li,.prdctfltr_sc_products.prdctfltr_fallback_css.prdctfltr_columns_fallback_3 .products .type-product{width:33.33% !important}.prdctfltr_sc_products.prdctfltr_fallback_css.prdctfltr_columns_fallback_4 .products li,.prdctfltr_sc_products.prdctfltr_fallback_css.prdctfltr_columns_fallback_4 .products .type-product{width:25% !important}.prdctfltr_sc_products.prdctfltr_fallback_css.prdctfltr_columns_fallback_5 .products li,.prdctfltr_sc_products.prdctfltr_fallback_css.prdctfltr_columns_fallback_5 .products .type-product{width:20% !important}.prdctfltr_sc_products.prdctfltr_fallback_css.prdctfltr_columns_fallback_6 .products li,.prdctfltr_sc_products.prdctfltr_fallback_css.prdctfltr_columns_fallback_6 .products .type-product{width:16.66% !important}nav.prdctfltr-pagination.prdctfltr-pagination-load-more{clear:both;display:block;text-align:center}nav.prdctfltr-pagination.prdctfltr-pagination-load-more.prdctfltr-ignite{opacity:0.5}nav.prdctfltr-pagination.prdctfltr-pagination-load-more .button{width:auto !important;height:auto !important}nav.prdctfltr-pagination.prdctfltr-pagination-default{clear:both;display:block}nav.prdctfltr-pagination.prdctfltr-pagination-default ul{display:inline-block;white-space:nowrap;padding:0;margin:0;border:0}nav.prdctfltr-pagination.prdctfltr-pagination-default ul li{display:inline-block}nav.prdctfltr-pagination.prdctfltr-pagination-default ul li a,nav.prdctfltr-pagination.prdctfltr-pagination-default ul li span{display:inline-block;font-size:14px;line-height:16px;font-weight:bold;padding:6px 12px;color:#444;text-decoration:none;vertical-align:bottom;border:2px solid #444;border-radius:2px;box-sizing:border-box}nav.prdctfltr-pagination.prdctfltr-pagination-default ul li a:focus,nav.prdctfltr-pagination.prdctfltr-pagination-default ul li a:hover,nav.prdctfltr-pagination.prdctfltr-pagination-default ul li span.current{border-color:#f00;color:#f00}.prdctfltr_tabbed_selection .prdctfltr_filter{position:relative;opacity:.15;transition:opacity 150ms}.prdctfltr_tabbed_selection .prdctfltr_filter:after{content:'';position:absolute;display:block !important;top:0;left:0;bottom:0;right:0;width:100%;height:100%;z-index:2}.prdctfltr_tabbed_selection .prdctfltr_filter:first-child,.prdctfltr_tabbed_selection .prdctfltr_filter.prdctfltr_has_selection,.prdctfltr_tabbed_selection .prdctfltr_filter.prdctfltr_has_selection+.prdctfltr_filter,.prdctfltr_tabbed_selection .prdctfltr_filter.prdctfltr_has_selection+.prdctfltr_clear+.prdctfltr_filter{opacity:1}.prdctfltr_tabbed_selection .prdctfltr_filter:first-child:after,.prdctfltr_tabbed_selection .prdctfltr_filter.prdctfltr_has_selection:after,.prdctfltr_tabbed_selection .prdctfltr_filter.prdctfltr_has_selection+.prdctfltr_filter:after,.prdctfltr_tabbed_selection .prdctfltr_filter.prdctfltr_has_selection+.prdctfltr_clear+.prdctfltr_filter:after{content:none}.prdctfltr_collector{margin:10px;font-size:90%}.prdctfltr_collector>span{display:inline-block;white-space:nowrap;padding:.25em 1em;margin-right:.5em;margin-bottom:.5em}.prdctfltr_wc_widget .prdctfltr_collector{margin:0;margin-bottom:.5em}.prdctfltr_aftertitle{margin-bottom:.125em;font-size:90%}.prdctfltr_aftertitle:empty{margin-bottom:0}.prdctfltr_aftertitle:before,.prdctfltr_aftertitle:after{content:'';display:table;clear:both}.prdctfltr_aftertitle>span{display:inline-block;white-space:nowrap;padding:.25em 1em;margin-right:.5em;margin-bottom:.5em}.prdctfltr_collector_flat>span{background-color:#f4f4f4;background-color:rgba(0,0,0,0.05);border-radius:7px}.prdctfltr_collector_border>span{border:1px solid #777;border-color:rgba(0,0,0,0.05);border-radius:7px}.prdctfltr_regular_title>span:after,.prdctfltr_widget_title>span:after{content:'/';margin:0 4px}.prdctfltr_topbar{display:inline}.prdctfltr_topbar>span:before{content:'/';margin:0 4px}.prdctfltr_showing{cursor:pointer}.prdctfltr_showing:before{content:'/';margin:0 4px}.prdctfltr_always_visible .prdctfltr_showing{cursor:unset !important}.pfw-hidden-element{display:none !important}.prdctfltr_wc .prdctfltr_filter_title{display:flex;align-items:center;font-weight:600;font-size:16px}.prdctfltr_wc .prdctfltr_filter_title .prdctfltr_woocommerce_filter{display:flex;align-items:center;justify-content:center;font-size:24px;margin-right:.5em;width:1em;height:1em}.prdctfltr_wc .prdctfltr_filter_title>span.prdctfltr_woocommerce_filter_title{max-width:20em;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;cursor:pointer}.prdctfltr_wc.prdctfltr_always_visible .prdctfltr_filter_title>span.prdctfltr_woocommerce_filter_title{cursor:unset !important}.prdctfltr_woocommerce_filter i{transition:transform 1s;transform:scale(1)}.xwc--pf-loading .prdctfltr_woocommerce_filter{position:relative}.xwc--pf-loading .prdctfltr_woocommerce_filter:after{content:'';position:absolute;top:50%;left:50%;width:1.5em;height:1.5em;margin-top:-0.75em;margin-left:-0.75em;border-radius:100px;border:1px dashed transparent;border-bottom-color:#46586a;animation:spinner .6s linear infinite;box-sizing:border-box}.xwc--pf-loading .prdctfltr_woocommerce_filter i{transform:scale(0.925)}.xwc--pf-loader-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(255,255,255,0.75);z-index:99999}.xwc--pf-loader-overlay:after{content:'';position:absolute;top:50%;left:50%;width:3em;height:3em;margin-top:-1.5em;margin-left:-1.5em;border-radius:100px;border:1px dashed transparent;border-bottom-color:#46586a;animation:spinner .6s linear infinite;box-sizing:border-box}@keyframes spinner{to{transform:rotate(360deg)}}.prdctfltr_count{display:inline-block;vertical-align:middle;margin-left:4px;height:14px;line-height:14px;font-size:10px;padding:0 2px;border:1px solid #aaa;color:#aaa;background-color:#fff;border-radius:2px;min-width:12px;text-align:center}.prdctfltr_customize_count{padding:0 2px;margin-left:4px;min-width:12px;max-width:60px;height:14px;line-height:14px;text-align:center;color:#aaa;border:1px solid #aaa;background-color:#fff;font-size:10px;border-radius:2px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;vertical-align:middle}.prdctfltr_customize_round .prdctfltr_customize_count,.prdctfltr_customize_block .prdctfltr_customize_count{position:absolute;top:-1px;right:-1px}.prdctfltr_wc .prdctfltr_filter label.prdctfltr_active>span .prdctfltr_count{font-weight:600}.prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper input[type="checkbox"]:focus+span{color:#000}.prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper input[type="checkbox"]:focus+span:before{border-color:#000}ul.products li.out-of-stock a img.attachment-woocommerce_thumbnail{filter:grayscale(1) !important;opacity:.67 !important}.xwc--pf-outofstock{position:absolute;top:1em;left:1em;z-index:1;background-color:#f16726;color:#fff;font-size:13px;font-weight:500;line-height:1;padding:.5em .5em} @font-face{font-family:"prdctfltr";src:url(//staging-yl.deadlinesigns.com/wp-content/plugins/prdctfltr/includes/css/fonts/prdctfltr.eot);src:url(//staging-yl.deadlinesigns.com/wp-content/plugins/prdctfltr/includes/css/fonts/prdctfltr.svg#prdctfltr) format("svg"),url(//staging-yl.deadlinesigns.com/wp-content/plugins/prdctfltr/includes/css/fonts/prdctfltr.eot?#iefix) format("embedded-opentype"),url(//staging-yl.deadlinesigns.com/wp-content/plugins/prdctfltr/includes/css/fonts/prdctfltr.woff) format("woff"),url(//staging-yl.deadlinesigns.com/wp-content/plugins/prdctfltr/includes/css/fonts/prdctfltr.ttf) format("truetype");font-weight:normal;font-style:normal}[class^="prdctfltr-"]:before,[class*=" prdctfltr-"]:before{font-family:"prdctfltr" !important;font-style:normal !important;font-weight:normal !important;font-variant:normal !important;text-transform:none !important;vertical-align:middle;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.prdctfltr-bars:before{content:"\f001"}.prdctfltr-delete:before{content:"\f002"}.prdctfltr-sale:before{content:"\f003"}.prdctfltr-down:before{content:"\f004"}.prdctfltr-up:before{content:"\f005"}.prdctfltr-filter:before{content:"\f006"}.prdctfltr-plus:before{content:"\f007"}.prdctfltr-minus:before{content:"\f008"}.prdctfltr-instock:before{content:"\f012"}.prdctfltr-clear:before{content:"\f013"}.prdctfltr-check:before{content:"\f014"}.prdctfltr-minus-1:before{content:"\f015"}.prdctfltr-plus-1:before{content:"\f016"}.prdctfltr-minus-2:before{content:"\f017"}.prdctfltr-plus-2:before{content:"\f018"}.prdctfltr-search:before{content:"\f019"}.prdctfltr-style:before{content:"\f020"}.prdctfltr-update:before{content:"\f024"}.prdctfltr_wc .selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder{visibility:visible !important;background:#f2f2f2 !important;background:rgba(0,0,0,0.06) !important;border:0 none !important;-webkit-box-shadow:inset 0 0 12px 4px #fff;box-shadow:inset 0 0 12px 4px #fff}.prdctfltr_wc .selectize-control.plugin-drag_drop .ui-sortable-placeholder::after{content:'!';visibility:hidden}.prdctfltr_wc .selectize-control.plugin-drag_drop .ui-sortable-helper{-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.2);box-shadow:0 2px 5px rgba(0,0,0,0.2)}.prdctfltr_wc .selectize-dropdown-header{position:relative;padding:5px 8px;border-bottom:1px solid #d0d0d0;background:#f8f8f8;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0}.prdctfltr_wc .selectize-dropdown-header-close{position:absolute;right:8px;top:50%;color:#303030;opacity:0.4;margin-top:-12px;line-height:20px;font-size:20px !important}.prdctfltr_wc .selectize-dropdown-header-close:hover{color:#000000}.prdctfltr_wc .selectize-dropdown.plugin-optgroup_columns .optgroup{border-right:1px solid #f2f2f2;border-top:0 none;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.prdctfltr_wc .selectize-dropdown.plugin-optgroup_columns .optgroup:last-child{border-right:0 none}.prdctfltr_wc .selectize-dropdown.plugin-optgroup_columns .optgroup:before{display:none}.prdctfltr_wc .selectize-dropdown.plugin-optgroup_columns .optgroup-header{border-top:0 none}.prdctfltr_wc .selectize-control.plugin-remove_button [data-value]{position:relative;padding-right:24px !important}.prdctfltr_wc .selectize-control.plugin-remove_button [data-value] .remove{z-index:1;position:absolute;top:0;right:0;bottom:0;width:19px;text-align:center;font-weight:normal;font-size:16px;color:inherit;text-decoration:none;vertical-align:middle;display:inline-block;padding:4px;-webkit-border-radius:0 2px 2px 0;-moz-border-radius:0 2px 2px 0;border-radius:0 2px 2px 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:auto;line-height:inherit}.prdctfltr_wc .selectize-control.plugin-remove_button [data-value] .remove:hover{background:rgba(0,0,0,0.05)}.prdctfltr_wc .selectize-control.plugin-remove_button [data-value].active .remove{border-left-color:#cacaca}.prdctfltr_wc .selectize-control.plugin-remove_button .disabled [data-value] .remove:hover{background:none}.prdctfltr_wc .selectize-control.plugin-remove_button .disabled [data-value] .remove{border-left-color:#ffffff}.prdctfltr_wc .selectize-control.plugin-remove_button .remove-single{position:absolute;right:8px;top:0;font-size:23px}.prdctfltr_wc .selectize-control{position:relative}.prdctfltr_wc .selectize-dropdown,.prdctfltr_wc .selectize-input,.prdctfltr_wc .selectize-input input{color:#303030;font-family:inherit;font-size:13px;line-height:18px;-webkit-font-smoothing:inherit}.prdctfltr_wc .selectize-input,.prdctfltr_wc .selectize-control.single .selectize-input.input-active{background:#fff;cursor:text;display:inline-block}.prdctfltr_wc .selectize-input{border:1px solid #d0d0d0;padding:8px 8px;display:inline-block;width:100%;overflow:hidden;position:relative;z-index:1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.1);box-shadow:inset 0 1px 1px rgba(0,0,0,0.1);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.prdctfltr_wc .selectize-control.multi .selectize-input.has-items{padding:6px 8px 3px}.prdctfltr_wc .selectize-input.full{background-color:#fff}.prdctfltr_wc .selectize-input.disabled,.prdctfltr_wc .selectize-input.disabled *{cursor:default !important}.prdctfltr_wc .selectize-input.focus{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.15);box-shadow:inset 0 1px 2px rgba(0,0,0,0.15)}.prdctfltr_wc .selectize-input.dropdown-active{-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0}.prdctfltr_wc .selectize-input>*{vertical-align:baseline;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline}.prdctfltr_wc .selectize-control.multi .selectize-input>div{cursor:pointer;margin:0 3px 3px 0;padding:4px 8px;background:#69f;color:#fff;border-radius:7px}.prdctfltr_wc .selectize-control.multi .selectize-input>div.active{background:#17439b;color:#fff}.prdctfltr_wc .selectize-control.multi .selectize-input.disabled>div,.prdctfltr_wc .selectize-control.multi .selectize-input.disabled>div.active{color:#fff;background:#7d7d7d}.prdctfltr_wc .selectize-input>input{display:inline-block !important;padding:0 !important;min-height:0 !important;max-height:none !important;max-width:100% !important;margin:0 2px 0 0 !important;text-indent:0 !important;border:0 none !important;background:none !important;line-height:inherit !important;-webkit-user-select:auto !important;-webkit-box-shadow:none !important;box-shadow:none !important}.prdctfltr_wc .selectize-input>input::-ms-clear{display:none}.prdctfltr_wc .selectize-input>input:focus{outline:none !important}.prdctfltr_wc .selectize-input::after{content:' ';display:block;clear:left}.prdctfltr_wc .selectize-input.dropdown-active::before{content:' ';display:block;position:absolute;background:#f0f0f0;height:1px;bottom:0;left:0;right:0}.prdctfltr_wc .selectize-dropdown{position:absolute;z-index:10;border:1px solid #d0d0d0;background:#fff;margin:-1px 0 0 0;border-top:0 none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1);-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px}.prdctfltr_wc .selectize-dropdown [data-selectable]{cursor:pointer;overflow:hidden}.prdctfltr_wc .selectize-dropdown [data-selectable] .highlight{background:rgba(125,168,208,0.2);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.prdctfltr_wc .selectize-dropdown .option,.prdctfltr_wc .selectize-dropdown .optgroup-header{padding:5px 8px}.prdctfltr_wc .selectize-dropdown .option,.prdctfltr_wc .selectize-dropdown [data-disabled],.prdctfltr_wc .selectize-dropdown [data-disabled] [data-selectable].option{cursor:inherit;opacity:0.5}.prdctfltr_wc .selectize-dropdown [data-selectable].option{opacity:1;cursor:pointer}.prdctfltr_wc .selectize-dropdown .optgroup:first-child .optgroup-header{border-top:0 none}.prdctfltr_wc .selectize-dropdown .optgroup-header{color:#303030;background:#fff;cursor:default}.prdctfltr_wc .selectize-dropdown .active{background-color:#f5fafd;color:#495c68}.prdctfltr_wc .selectize-dropdown .active.create{color:#495c68}.prdctfltr_wc .selectize-dropdown .create{color:rgba(48,48,48,0.5)}.prdctfltr_wc .selectize-dropdown-content{overflow-y:auto;overflow-x:hidden;max-height:200px;-webkit-overflow-scrolling:touch}.prdctfltr_wc .selectize-control.single .selectize-input,.prdctfltr_wc .selectize-control.single .selectize-input input{cursor:pointer}.prdctfltr_wc .selectize-control.single .selectize-input.input-active,.prdctfltr_wc .selectize-control.single .selectize-input.input-active input{cursor:text}.prdctfltr_wc .selectize-control.single .selectize-input:after{content:' ';display:block;position:absolute;top:50%;right:15px;margin-top:-3px;width:0;height:0;border-style:solid;border-width:5px 5px 0 5px;border-color:#808080 transparent transparent transparent}.prdctfltr_wc .selectize-control.single .selectize-input.dropdown-active:after{margin-top:-4px;border-width:0 5px 5px 5px;border-color:transparent transparent #808080 transparent}.prdctfltr_wc .selectize-control.rtl.single .selectize-input:after{left:15px;right:auto}.prdctfltr_wc .selectize-control.rtl .selectize-input>input{margin:0 4px 0 -2px !important}.prdctfltr_wc .selectize-control .selectize-input.disabled{opacity:0.5;background-color:#fafafa}.prdctfltr_wc .irs{position:relative;display:block;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.prdctfltr_wc .irs-line{position:relative;display:block;overflow:hidden;outline:none !important}.prdctfltr_wc .irs-line-left,.prdctfltr_wc .irs-line-mid,.prdctfltr_wc .irs-line-right{position:absolute;display:block;top:0}.prdctfltr_wc .irs-line-left{left:0;width:11%}.prdctfltr_wc .irs-line-mid{left:9%;width:82%}.prdctfltr_wc .irs-line-right{right:0;width:11%}.prdctfltr_wc .irs-bar{position:absolute;display:block;left:0;width:0}.prdctfltr_wc .irs-bar-edge{position:absolute;display:block;top:0;left:0}.prdctfltr_wc .irs-shadow{position:absolute;display:none;left:0;width:0}.prdctfltr_wc .irs-slider{position:absolute;display:block;cursor:default;z-index:1}.prdctfltr_wc .irs-slider.from{cursor:pointer}.prdctfltr_wc .irs-slider.to{cursor:pointer}.prdctfltr_wc .irs-slider.type_last{z-index:2}.prdctfltr_wc .irs-min{position:absolute;display:block;left:0;cursor:default;white-space:nowrap}.prdctfltr_wc .irs-max{position:absolute;display:block;right:0;cursor:default;white-space:nowrap}.prdctfltr_wc .irs-from,.prdctfltr_wc .irs-to,.prdctfltr_wc .irs-single{position:absolute;display:block;top:0;left:0;cursor:default;white-space:nowrap}.prdctfltr_wc .irs-grid{position:absolute;display:none;bottom:0;left:0;width:100%;height:20px}.prdctfltr_wc .irs-with-grid .irs-grid{display:block}.prdctfltr_wc .irs-grid-pol{position:absolute;top:0;left:0;width:1px;height:8px;background:#000}.prdctfltr_wc .irs-grid-pol.small{height:4px}.prdctfltr_wc .irs-grid-text{position:absolute;bottom:0;left:0;white-space:nowrap;text-align:center;font-size:9px;line-height:9px;padding:0 3px;color:#000}.prdctfltr_wc .irs-disable-mask{position:absolute;display:block;top:0;left:-1%;width:102%;height:100%;cursor:default;background:rgba(0,0,0,0);z-index:2}.prdctfltr_wc .irs-disabled{opacity:0.4}.lt-ie9 .irs-disabled{filter:alpha(opacity=40)}.prdctfltr_wc .irs-hidden-input{position:absolute !important;display:block !important;top:0 !important;left:0 !important;width:0 !important;height:0 !important;font-size:0 !important;line-height:0 !important;padding:0 !important;margin:0 !important;outline:none !important;z-index:-9999 !important;background:none !important;border-style:solid !important;border-color:transparent !important}.pf_rngstyle_flat .irs-line-mid,.pf_rngstyle_flat .irs-line-left,.pf_rngstyle_flat .irs-line-right,.pf_rngstyle_flat .irs-bar,.pf_rngstyle_flat .irs-bar-edge,.pf_rngstyle_flat .irs-slider{background:url(//staging-yl.deadlinesigns.com/wp-content/plugins/prdctfltr/includes/images/sprite-skin-flat.png) repeat-x}.pf_rngstyle_flat .irs{height:40px}.pf_rngstyle_flat .irs-with-grid{height:60px}.pf_rngstyle_flat .irs-line{height:12px;top:25px}.pf_rngstyle_flat .irs-line-left{height:12px;background-position:0 -30px}.pf_rngstyle_flat .irs-line-mid{height:12px;background-position:0 0}.pf_rngstyle_flat .irs-line-right{height:12px;background-position:100% -30px}.pf_rngstyle_flat .irs-bar{height:12px;top:25px;background-position:0 -60px}.pf_rngstyle_flat .irs-bar-edge{top:25px;height:12px;width:9px;background-position:0 -90px}.pf_rngstyle_flat .irs-shadow{height:3px;top:34px;background:#000;opacity:0.25}.lt-ie9 .pf_rngstyle_flat .irs-shadow{filter:alpha(opacity=25)}.pf_rngstyle_flat .irs-slider{width:16px;height:18px;top:22px;background-position:0 -120px}.pf_rngstyle_flat .irs-slider.state_hover,.pf_rngstyle_flat .irs-slider:hover{background-position:0 -150px}.pf_rngstyle_flat .irs-min,.pf_rngstyle_flat .irs-max{color:#999;font-size:10px;line-height:1.333;text-shadow:none;top:0;padding:1px 3px;background:#e1e4e9;-moz-border-radius:4px;border-radius:4px}.pf_rngstyle_flat .irs-from,.pf_rngstyle_flat .irs-to,.pf_rngstyle_flat .irs-single{color:#fff;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background:#ed5565;-moz-border-radius:4px;border-radius:4px}.pf_rngstyle_flat .irs-from:after,.pf_rngstyle_flat .irs-to:after,.pf_rngstyle_flat .irs-single:after{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#ed5565}.pf_rngstyle_flat .irs-grid-pol{background:#e1e4e9}.pf_rngstyle_flat .irs-grid-text{color:#999}.pf_rngstyle_html5 .irs{height:55px}.pf_rngstyle_html5 .irs-with-grid{height:75px}.pf_rngstyle_html5 .irs-line{height:10px;top:33px;background:#EEE;background:linear-gradient(to bottom, #DDD -50%, #fff 150%);border:1px solid #CCC;border-radius:16px;-moz-border-radius:16px}.pf_rngstyle_html5 .irs-line-left{height:8px}.pf_rngstyle_html5 .irs-line-mid{height:8px}.pf_rngstyle_html5 .irs-line-right{height:8px}.pf_rngstyle_html5 .irs-bar{height:10px;top:33px;border-top:1px solid #428bca;border-bottom:1px solid #428bca;background:#428bca;background:linear-gradient(to top, #428bca 0%, #7fc3e8 100%)}.pf_rngstyle_html5 .irs-bar-edge{height:10px;top:33px;width:14px;border:1px solid #428bca;border-right:0;background:#428bca;background:linear-gradient(to top, #428bca 0%, #7fc3e8 100%);border-radius:16px 0 0 16px;-moz-border-radius:16px 0 0 16px}.pf_rngstyle_html5 .irs-shadow{height:2px;top:38px;background:#000;opacity:0.3;border-radius:5px;-moz-border-radius:5px}.lt-ie9 .pf_rngstyle_html5 .irs-shadow{filter:alpha(opacity=30)}.pf_rngstyle_html5 .irs-slider{top:25px;width:27px;height:27px;border:1px solid #AAA;background:#DDD;background:linear-gradient(to bottom, #fff 0%, #dcdcdc 20%, #fff 100%);border-radius:27px;-moz-border-radius:27px;box-shadow:1px 1px 3px rgba(0,0,0,0.3);cursor:pointer}.pf_rngstyle_html5 .irs-slider.state_hover,.pf_rngstyle_html5 .irs-slider:hover{background:#FFF}.pf_rngstyle_html5 .irs-min,.pf_rngstyle_html5 .irs-max{color:#333;font-size:12px;line-height:1.333;text-shadow:none;top:0;padding:1px 5px;background:rgba(0,0,0,0.1);border-radius:3px;-moz-border-radius:3px}.lt-ie9 .pf_rngstyle_html5 .irs-min,.lt-ie9 .pf_rngstyle_html5 .irs-max{background:#ccc}.pf_rngstyle_html5 .irs-from,.pf_rngstyle_html5 .irs-to,.pf_rngstyle_html5 .irs-single{color:#fff;font-size:14px;line-height:1.333;text-shadow:none;padding:1px 5px;background:#428bca;border-radius:3px;-moz-border-radius:3px}.lt-ie9 .pf_rngstyle_html5 .irs-from,.lt-ie9 .pf_rngstyle_html5 .irs-to,.lt-ie9 .pf_rngstyle_html5 .irs-single{background:#999}.pf_rngstyle_html5 .irs-grid{height:27px}.pf_rngstyle_html5 .irs-grid-pol{opacity:0.5;background:#428bca}.pf_rngstyle_html5 .irs-grid-pol.small{background:#999}.pf_rngstyle_html5 .irs-grid-text{bottom:5px;color:#99a4ac}.pf_rngstyle_modern .irs-line-mid,.pf_rngstyle_modern .irs-line-left,.pf_rngstyle_modern .irs-line-right,.pf_rngstyle_modern .irs-bar,.pf_rngstyle_modern .irs-bar-edge,.pf_rngstyle_modern .irs-slider{background:url(//staging-yl.deadlinesigns.com/wp-content/plugins/prdctfltr/includes/images/sprite-skin-modern.png) repeat-x}.pf_rngstyle_modern .irs{height:50px}.pf_rngstyle_modern .irs-with-grid{height:70px}.pf_rngstyle_modern .irs-line{height:6px;top:25px}.pf_rngstyle_modern .irs-line-left{height:6px;background-position:0 -30px}.pf_rngstyle_modern .irs-line-mid{height:6px;background-position:0 0}.pf_rngstyle_modern .irs-line-right{height:6px;background-position:100% -30px}.pf_rngstyle_modern .irs-bar{height:6px;top:25px;background-position:0 -60px}.pf_rngstyle_modern .irs-bar-edge{top:25px;height:6px;width:6px;background-position:0 -90px}.pf_rngstyle_modern .irs-shadow{height:5px;top:25px;background:#000;opacity:0.25}.lt-ie9 .pf_rngstyle_modern .irs-shadow{filter:alpha(opacity=25)}.pf_rngstyle_modern .irs-slider{width:11px;height:18px;top:31px;background-position:0 -120px}.pf_rngstyle_modern .irs-slider.state_hover,.pf_rngstyle_modern .irs-slider:hover{background-position:0 -150px}.pf_rngstyle_modern .irs-min,.pf_rngstyle_modern .irs-max{color:#999;font-size:10px;line-height:1.333;text-shadow:none;top:0;padding:1px 3px;background:#e1e4e9;-moz-border-radius:4px;border-radius:4px}.pf_rngstyle_modern .irs-from,.pf_rngstyle_modern .irs-to,.pf_rngstyle_modern .irs-single{color:#fff;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background:#20b426;-moz-border-radius:4px;border-radius:4px}.pf_rngstyle_modern .irs-from:after,.pf_rngstyle_modern .irs-to:after,.pf_rngstyle_modern .irs-single:after{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#20b426}.pf_rngstyle_modern .irs-grid{height:34px}.pf_rngstyle_modern .irs-grid-pol{background:#c0c0c0}.pf_rngstyle_modern .irs-grid-text{bottom:12px;color:#c0c0c0}.pf_rngstyle_white .irs-line-mid,.pf_rngstyle_white .irs-line-left,.pf_rngstyle_white .irs-line-right,.pf_rngstyle_white .irs-bar,.pf_rngstyle_white .irs-bar-edge,.pf_rngstyle_white .irs-slider{background:url(//staging-yl.deadlinesigns.com/wp-content/plugins/prdctfltr/includes/images/sprite-skin-nice.png) repeat-x}.pf_rngstyle_white .irs{height:40px}.pf_rngstyle_white .irs-with-grid{height:60px}.pf_rngstyle_white .irs-line{height:8px;top:25px}.pf_rngstyle_white .irs-line-left{height:8px;background-position:0 -30px}.pf_rngstyle_white .irs-line-mid{height:8px;background-position:0 0}.pf_rngstyle_white .irs-line-right{height:8px;background-position:100% -30px}.pf_rngstyle_white .irs-bar{height:8px;top:25px;background-position:0 -60px}.pf_rngstyle_white .irs-bar-edge{top:25px;height:8px;width:11px;background-position:0 -90px}.pf_rngstyle_white .irs-shadow{height:1px;top:34px;background:#000;opacity:0.15}.lt-ie9 .pf_rngstyle_white .irs-shadow{filter:alpha(opacity=15)}.pf_rngstyle_white .irs-slider{width:22px;height:22px;top:17px;background-position:0 -120px}.pf_rngstyle_white .irs-slider.state_hover,.pf_rngstyle_white .irs-slider:hover{background-position:0 -150px}.pf_rngstyle_white .irs-min,.pf_rngstyle_white .irs-max{color:#999;font-size:10px;line-height:1.333;text-shadow:none;top:0;padding:1px 3px;background:rgba(0,0,0,0.1);-moz-border-radius:3px;border-radius:3px}.lt-ie9 .pf_rngstyle_white .irs-min,.lt-ie9 .pf_rngstyle_white .irs-max{background:#ccc}.pf_rngstyle_white .irs-from,.pf_rngstyle_white .irs-to,.pf_rngstyle_white .irs-single{color:#fff;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background:rgba(0,0,0,0.3);-moz-border-radius:3px;border-radius:3px}.lt-ie9 .pf_rngstyle_white .irs-from,.lt-ie9 .pf_rngstyle_white .irs-to,.lt-ie9 .pf_rngstyle_white .irs-single{background:#999}.pf_rngstyle_white .irs-grid-pol{background:#99a4ac}.pf_rngstyle_white .irs-grid-text{color:#99a4ac}.pf_rngstyle_thin .irs-line-mid,.pf_rngstyle_thin .irs-line-left,.pf_rngstyle_thin .irs-line-right,.pf_rngstyle_thin .irs-bar,.pf_rngstyle_thin .irs-bar-edge,.pf_rngstyle_thin .irs-slider{background:url(//staging-yl.deadlinesigns.com/wp-content/plugins/prdctfltr/includes/images/sprite-skin-thin.png) repeat-x}.pf_rngstyle_thin .irs{height:50px}.pf_rngstyle_thin .irs-with-grid{height:70px}.pf_rngstyle_thin .irs-line{height:12px;top:35px}.pf_rngstyle_thin .irs-line-left{height:12px;background-position:0 -30px}.pf_rngstyle_thin .irs-line-mid{height:12px;background-position:0 0}.pf_rngstyle_thin .irs-line-right{height:12px;background-position:100% -30px}.pf_rngstyle_thin .irs-bar{height:12px;top:35px;background-position:0 -60px}.pf_rngstyle_thin .irs-bar-edge{top:35px;height:12px;width:11px;background-position:0 -90px}.pf_rngstyle_thin .irs-shadow{height:1px;top:34px;background:#000;opacity:0.15}.lt-ie9 .pf_rngstyle_thin .irs-shadow{filter:alpha(opacity=15)}.pf_rngstyle_thin .irs-slider{width:22px;height:23px;top:28px;background-position:0 -120px}.pf_rngstyle_thin .irs-slider.state_hover,.pf_rngstyle_thin .irs-slider:hover{background-position:0 -150px}.pf_rngstyle_thin .irs-min,.pf_rngstyle_thin .irs-max{color:#999;font-size:10px;line-height:1.333;text-shadow:none;top:5px;padding:1px 3px;background:rgba(0,0,0,0.1);-moz-border-radius:3px;border-radius:3px}.lt-ie9 .pf_rngstyle_thin .irs-min,.lt-ie9 .pf_rngstyle_thin .irs-max{background:#ccc}.pf_rngstyle_thin .irs-from,.pf_rngstyle_thin .irs-to,.pf_rngstyle_thin .irs-single{color:#fff;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background:#6699ff;-moz-border-radius:3px;border-radius:3px;top:5px}.lt-ie9 .pf_rngstyle_thin .irs-from,.lt-ie9 .pf_rngstyle_thin .irs-to,.lt-ie9 .pf_rngstyle_thin .irs-single{background:#999}.pf_rngstyle_thin .irs-grid-pol{background:#99a4ac}.pf_rngstyle_thin .irs-grid-text{color:#99a4ac}.pf_rngstyle_knob .irs-line-mid,.pf_rngstyle_knob .irs-line-left,.pf_rngstyle_knob .irs-line-right,.pf_rngstyle_knob .irs-bar,.pf_rngstyle_knob .irs-bar-edge,.pf_rngstyle_knob .irs-slider{background:url(//staging-yl.deadlinesigns.com/wp-content/plugins/prdctfltr/includes/images/sprite-skin-knob.png) repeat-x}.pf_rngstyle_knob .irs{height:50px}.pf_rngstyle_knob .irs-with-grid{height:70px}.pf_rngstyle_knob .irs-line{height:12px;top:35px}.pf_rngstyle_knob .irs-line-left{height:12px;background-position:0 -30px}.pf_rngstyle_knob .irs-line-mid{height:12px;background-position:0 0}.pf_rngstyle_knob .irs-line-right{height:12px;background-position:100% -30px}.pf_rngstyle_knob .irs-bar{height:12px;top:35px;background-position:0 -60px}.pf_rngstyle_knob .irs-bar-edge{top:35px;height:12px;width:11px;background-position:0 -90px}.pf_rngstyle_knob .irs-shadow{height:1px;top:34px;background:#000;opacity:0.15}.lt-ie9 .pf_rngstyle_knob .irs-shadow{filter:alpha(opacity=15)}.pf_rngstyle_knob .irs-slider{width:41px;height:50px;top:28px;background-position:0 -120px}.pf_rngstyle_knob .irs-slider.state_hover,.pf_rngstyle_knob .irs-slider:hover{background-position:-50px -120px}.pf_rngstyle_knob .irs-min,.pf_rngstyle_knob .irs-max{color:#999;font-size:10px;line-height:1.333;text-shadow:none;top:4px;padding:1px 3px;background:rgba(0,0,0,0.1);-moz-border-radius:1px;border-radius:1px}.lt-ie9 .pf_rngstyle_knob .irs-min,.lt-ie9 .pf_rngstyle_knob .irs-max{background:#ccc}.pf_rngstyle_knob .irs-from,.pf_rngstyle_knob .irs-to,.pf_rngstyle_knob .irs-single{color:#fff;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background:rgba(0,0,0,0.3);-moz-border-radius:1px;border-radius:1px;top:4px}.lt-ie9 .pf_rngstyle_knob .irs-from,.lt-ie9 .pf_rngstyle_knob .irs-to,.lt-ie9 .pf_rngstyle_knob .irs-single{background:#999}.pf_rngstyle_knob .irs-grid-pol{background:#99a4ac}.pf_rngstyle_knob .irs-grid-text{color:#99a4ac}.pf_rngstyle_metal .irs-line-mid,.pf_rngstyle_metal .irs-line-left,.pf_rngstyle_metal .irs-line-right,.pf_rngstyle_metal .irs-bar,.pf_rngstyle_metal .irs-bar-edge,.pf_rngstyle_metal .irs-slider{background:url(//staging-yl.deadlinesigns.com/wp-content/plugins/prdctfltr/includes/images/sprite-skin-metal.png) repeat-x}.pf_rngstyle_metal .irs{height:50px}.pf_rngstyle_metal .irs-with-grid{height:70px}.pf_rngstyle_metal .irs-line{height:12px;top:35px}.pf_rngstyle_metal .irs-line-left{height:12px;background-position:0 -30px}.pf_rngstyle_metal .irs-line-mid{height:12px;background-position:0 0}.pf_rngstyle_metal .irs-line-right{height:12px;background-position:100% -30px}.pf_rngstyle_metal .irs-bar{height:12px;top:35px;background-position:0 -60px}.pf_rngstyle_metal .irs-bar-edge{top:35px;height:12px;width:11px;background-position:0 -90px}.pf_rngstyle_metal .irs-shadow{height:1px;top:34px;background:#000;opacity:0.15}.lt-ie9 .pf_rngstyle_metal .irs-shadow{filter:alpha(opacity=15)}.pf_rngstyle_metal .irs-slider{width:23px;height:50px;top:28px;background-position:0 -120px}.pf_rngstyle_metal .irs-min,.pf_rngstyle_metal .irs-max{color:#999;font-size:10px;line-height:1.333;text-shadow:none;top:6px;padding:1px 3px;background:rgba(0,0,0,0.1);-moz-border-radius:1px;border-radius:1px}.lt-ie9 .pf_rngstyle_metal .irs-min,.lt-ie9 .pf_rngstyle_metal .irs-max{background:#ccc}.pf_rngstyle_metal .irs-from,.pf_rngstyle_metal .irs-to,.pf_rngstyle_metal .irs-single{color:#fff;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background:rgba(0,0,0,0.3);-moz-border-radius:1px;border-radius:1px;top:6px}.lt-ie9 .pf_rngstyle_metal .irs-from,.lt-ie9 .pf_rngstyle_metal .irs-to,.lt-ie9 .pf_rngstyle_metal .irs-single{background:#999}.pf_rngstyle_metal .irs-grid-pol{background:#99a4ac}.pf_rngstyle_metal .irs-grid-text{color:#99a4ac}