@charset "UTF-8";
#cookie-law-info-bar {
font-size: 15px;
margin: 0 auto;
padding: 12px 10px;
position: absolute;
text-align: center;
box-sizing: border-box;
width:100%;
z-index: 9999; display: none;
left:0px;
font-weight:300;
box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
}
#cookie-law-info-again {
font-size: 10pt;
margin: 0;
padding:5px 10px;
text-align: center;
z-index: 9999;
cursor: pointer;
box-shadow: #161616 2px 2px 5px 2px;
}
#cookie-law-info-bar span {
vertical-align: middle;
} .cli-plugin-button, .cli-plugin-button:visited {
display: inline-block;
padding: 9px 12px;
color: #fff;
text-decoration: none;
position: relative;
cursor: pointer;
margin-left: 5px;
text-decoration: none;
}
.cli-plugin-main-link {
margin-left:0px;
font-weight: 550; text-decoration: underline;
}
.cli-plugin-button:hover {
background-color: #111;
color: #fff;
text-decoration: none;
}
.small.cli-plugin-button, .small.cli-plugin-button:visited {
font-size: 11px;
}
.cli-plugin-button, .cli-plugin-button:visited,
.medium.cli-plugin-button, .medium.cli-plugin-button:visited {
font-size: 13px;
font-weight: 400;
line-height: 1;
}
.large.cli-plugin-button, .large.cli-plugin-button:visited {
font-size: 14px;
padding: 8px 14px 9px;
}
.super.cli-plugin-button, .super.cli-plugin-button:visited {
font-size: 34px;
padding: 8px 14px 9px;
}
.pink.cli-plugin-button, .magenta.cli-plugin-button:visited {
background-color: #e22092;
}
.pink.cli-plugin-button:hover {
background-color: #c81e82;
}
.green.cli-plugin-button, .green.cli-plugin-button:visited {
background-color: #91bd09;
}
.green.cli-plugin-button:hover {
background-color: #749a02;
}
.red.cli-plugin-button, .red.cli-plugin-button:visited {
background-color: #e62727;
}
.red.cli-plugin-button:hover {
background-color: #cf2525;
}
.orange.cli-plugin-button, .orange.cli-plugin-button:visited {
background-color: #ff5c00;
}
.orange.cli-plugin-button:hover {
background-color: #d45500;
}
.blue.cli-plugin-button, .blue.cli-plugin-button:visited {
background-color: #2981e4;
}
.blue.cli-plugin-button:hover {
background-color: #2575cf;
}
.yellow.cli-plugin-button, .yellow.cli-plugin-button:visited {
background-color: #ffb515;
}
.yellow.cli-plugin-button:hover {
background-color: #fc9200;
}
.cli-plugin-button{ margin-top:5px; }
.cli-bar-popup{
-moz-background-clip: padding;
-webkit-background-clip: padding;
background-clip: padding-box;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;
padding:20px;
}
.cli-powered_by_p{width:100% !important; display:block !important; color:#333; clear:both; font-style:italic !important; font-size:12px !important; margin-top:15px !important; }
.cli-powered_by_a{color:#333; font-weight:600 !important; font-size:12px !important;} .cli-plugin-main-link.cli-plugin-button {
text-decoration: none;
}
.cli-plugin-main-link.cli-plugin-button {
margin-left: 5px;
}.gdpr-container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.gdpr-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.gdpr-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.gdpr-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.gdpr-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.gdpr-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.gdpr-px-0 {
padding-left: 0;
padding-right: 0;
}
.modal-backdrop.show {
opacity: .8;
}
.modal-open {
overflow: hidden
}
.modal-open .gdpr-modal {
overflow-x: hidden;
overflow-y: auto
}
.gdpr-modal.fade .gdpr-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.gdpr-modal.show .gdpr-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1039;
background-color: #000
}
.modal-backdrop.fade {
opacity: 0
}
.modal-backdrop.show {
opacity: .5
}
.gdpr-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
outline: 0
}
.gdpr-modal a {
text-decoration: none;
}
.gdpr-modal .gdpr-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.gdpr-modal .gdpr-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2));
}
}
@media (min-width: 992px) {
.gdpr-modal .gdpr-modal-dialog {
max-width: 900px;
}
}
.gdpr-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,.2);
border-radius: .3rem;
outline: 0
}
.gdpr-modal .row {
margin: 0 -15px;
}
.gdpr-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.gdpr-modal .close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.gdpr-modal .close:focus {
outline: 0;
}
.gdpr-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.gdpr-switch input[type="checkbox"] {
display:none;
}
.gdpr-switch .gdpr-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.gdpr-switch .gdpr-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.gdpr-switch input:checked + .gdpr-slider {
background-color:rgb(99, 179, 95);
}
.gdpr-switch input:checked + .gdpr-slider:before {
transform: translateX(26px);
}
.gdpr-switch .gdpr-slider {
border-radius: 34px;
}
.gdpr-switch .gdpr-slider:before {
border-radius: 50%;
}
.gdpr-tab-content>.gdpr-tab-pane {
display: none;
}
.gdpr-tab-content>.active {
display: block;
}
.gdpr-fade {
transition: opacity .15s linear;
}
.gdpr-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column !important;
flex-direction: column !important;
align-items: stretch !important;
-ms-align-items: stretch !important;
}
.nav.gdpr-nav-pills, .gdpr-tab-content {
width: 100%;
padding: 30px;
}
.nav.gdpr-nav-pills {
background: #f3f3f3;
}
.nav.gdpr-nav-pills .gdpr-nav-link {
border: 1px solid #0070ad;
margin-bottom: 10px;
color: #0070ad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active, .nav.gdpr-nav-pills .show>.gdpr-nav-link {
background-color: #0070ad;
border: 1px solid #0070ad;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active {
color: #ffffff;
}
.gdpr-tab-content .gdpr-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.gdpr-tab-content .gdpr-button-wrapper .btn-gdpr {
background-color: #0070ad;
border-color: #0070ad;
color: #ffffff;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.gdpr-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.gdpr-tab-content h4 {
font-size: 20px;
margin-bottom: .5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
}
.cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
display: none;
}
.cli-modal-backdrop.cli-fade {
opacity: 0
}
.cli-modal-backdrop.cli-show {
opacity: .5;
display: block;
}
.cli-modal.cli-show {
display: block;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 900px;
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .3rem;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent !important;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.cli-switch input:checked + .cli-slider {
background-color: #00acad
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(26px);
}
.cli-switch .cli-slider {
border-radius: 34px;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-tab-content>.cli-active {
display: block;
}
.cli-fade {
transition: opacity .15s linear;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding: 30px;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #f3f3f3;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #00acad;
margin-bottom: 10px;
color: #00acad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #00acad;
border: 1px solid #00acad;
}
.cli-nav-pills .cli-nav-link.cli-active {
color: #ffffff;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} .cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
flex-direction: column;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
-webkit-transform:scale(0);
transform:scale(0);
transition: opacity ease-in-out 0.5s;
}
.cli-modal-backdrop.cli-fade {
opacity: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .5;
-webkit-transform:scale(1);
transform:scale(1);
}
.cli-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99999;
transform: scale(0);
overflow: hidden;
outline: 0;
display: none;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: inherit;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .2rem;
box-sizing: border-box;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 38px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 20px;
width: 38px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 15px;
left: 3px;
position: absolute;
transition: .4s;
width: 15px;
}
.cli-switch input:checked + .cli-slider {
background-color: #61a229;
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(18px);
}
.cli-switch .cli-slider {
border-radius: 34px;
font-size:0;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding:5px 30px 5px 5px;
box-sizing: border-box;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #fff;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #cccccc;
margin-bottom: 10px;
color:#2a2a2a;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #f6f6f9;
border: 1px solid #cccccc;
}
.cli-nav-pills .cli-nav-link.cli-active {
color:#2a2a2a;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} #cookie-law-info-bar .cli-nav-pills,#cookie-law-info-bar .cli-tab-content,#cookie-law-info-bar .cli-nav-pills .cli-show>.cli-nav-link,#cookie-law-info-bar a.cli-nav-link.cli-active{
background: transparent;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active,#cookie-law-info-bar  .cli-nav-link,#cookie-law-info-bar .cli-tab-container p,#cookie-law-info-bar span.cli-necessary-caption,#cookie-law-info-bar .cli-switch .cli-slider:after
{
color:inherit;
}
#cookie-law-info-bar .cli-tab-header a:before
{
border-right: 1px solid currentColor;
border-bottom: 1px solid currentColor;
}
#cookie-law-info-bar .cli-row
{
margin-top:20px;
}
#cookie-law-info-bar .cli-col-4
{
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
#cookie-law-info-bar .cli-col-8
{
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.cli-wrapper {
max-width: 90%;
float: none;
margin: 0 auto;
}
#cookie-law-info-bar .cli-tab-content h4
{
margin-bottom:0.5rem;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link
{
padding: .2rem 0.5rem;
}
#cookie-law-info-bar .cli-tab-container
{
display:none;
text-align:left;
} .cli-tab-footer .cli-btn {
background-color: #00acad;
padding: 10px 15px;
text-decoration:none;
}
.cli-tab-footer .wt-cli-privacy-accept-btn {
background-color: #61a229;
color: #ffffff;
border-radius: 0;
}
.cli-tab-footer {
width:100%;
text-align:right;
padding: 20px 0;
} .cli-col-12
{
width:100%;
}
.cli-tab-header
{
display: flex;
justify-content: space-between;
}
.cli-tab-header a:before {
width: 10px;
height: 2px;
left: 0;
top: calc(50% - 1px);
}
.cli-tab-header a:after {
width: 2px;
height: 10px;
left: 4px;
top: calc(50% - 5px);
-webkit-transform: none;
transform: none;
}
.cli-tab-header a:before {
width: 7px;
height: 7px;
border-right: 1px solid #4a6e78;
border-bottom: 1px solid #4a6e78;
content: " ";
transform: rotate(-45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-right:10px;
}
.cli-tab-header a.cli-nav-link  {
position: relative;
display: flex;
align-items: center;
font-size:14px;
color:#000;
text-transform: capitalize;
}
.cli-tab-header.cli-tab-active .cli-nav-link:before
{
transform: rotate(45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.cli-tab-header {
border-radius: 5px;
padding: 12px 15px;
cursor: pointer;
transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;
background-color:#f2f2f2;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 0;
top: 0;
z-index: 1;
-webkit-appearance: none;
width: 40px;
height: 40px;
padding: 0;
border-radius: 50%;
padding: 10px;
background: transparent;
border:none;
min-width: 40px;
}
.cli-tab-container h4,.cli-tab-container h1 {
font-family: inherit;
font-size: 16px;
margin-bottom: 15px;
margin:10px 0;
}
#cliSettingsPopup .cli-tab-section-container {
padding-top: 12px;
}
.cli-tab-container p ,.cli-privacy-content-text{
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}
.wt-cli-privacy
{
display:none;
}
.cli-tab-content
{
display:none;
}
.cli-tab-section .cli-tab-content
{
padding: 10px 20px 5px 20px;
}
.cli-tab-section
{
margin-top:5px;
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 645px;
}
}
.cli-switch .cli-slider:after{
content: attr(data-cli-disable);
position: absolute;
right: 50px;
color: #000;
font-size:12px;
text-align:right;
min-width: 80px;
}
.cli-switch input:checked + .cli-slider:after
{
content: attr(data-cli-enable);
}
.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
max-height: 60px;
transition: max-height 0.15s ease-out;
overflow: hidden;
}
a.cli-privacy-readmore {
font-size: 12px;
margin-top: 12px;
display: inline-block;
padding-bottom: 0;
cursor: pointer;
color:#000;
text-decoration: underline;
}
.cli-modal-footer {
position: relative;
}
a.cli-privacy-readmore:before {
content: attr(data-readmore-text);
}
.cli-collapsed a.cli-privacy-readmore:before {
content: attr(data-readless-text);
}
.cli-collapsed .cli-privacy-content
{
transition: max-height 0.25s ease-in;
}
.cli-privacy-content p
{
margin-bottom:0;
}
.cli-modal-close svg {
fill: #000;
}
span.cli-necessary-caption {
color: #000;
font-size: 12px;
}
.cli-tab-section.cli-privacy-tab {
display: none;
}
#cookie-law-info-bar .cli-tab-section.cli-privacy-tab {
display: block;
}
#cookie-law-info-bar .cli-privacy-overview {
display: none;
}
.cli-tab-container .cli-row
{
max-height: 500px;
overflow-y: auto;
}
.cli-modal.cli-blowup.cli-out {
z-index: -1;
}
.cli-modal.cli-blowup {
z-index: 999999;
transform: scale(1);
}
.cli-modal.cli-blowup .cli-modal-dialog {
animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.cli-modal.cli-blowup.cli-out .cli-modal-dialog
{
animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes blowUpContent {
0% {
transform: scale(1);
opacity: 1;
}
99.9% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(0);
}
}
@keyframes blowUpContentTwo {
0% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@keyframes blowUpModal {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes blowUpModalTwo {
0% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(0.5);
opacity: 0;
}
100% {
transform: scale(0);
opacity: 0;
}
}
.cli-tab-section .cookielawinfo-row-cat-table td, .cli-tab-section .cookielawinfo-row-cat-table th {
font-size: 12px;
}
.cli_settings_button
{
cursor: pointer;
} .wt-cli-sr-only
{
display: none;
font-size:16px;
} a.wt-cli-element.cli_cookie_close_button {
text-decoration: none;
color: #333333;
font-size: 22px;
line-height: 22px;
cursor: pointer;
position: absolute;
right: 10px;
top: 5px;
} .cli-bar-container{
float: none;
margin: 0 auto;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: space-between;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.cli-bar-btn_container {
margin-left: 20px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
flex-wrap: nowrap;
}
.cli-style-v2 a
{
cursor: pointer;
}
.cli-bar-btn_container a {
white-space: nowrap;
}
.cli-style-v2 .cli-plugin-main-link
{
font-weight:inherit;
}
.cli-style-v2
{
font-size: 11pt;
line-height: 18px;
font-weight:normal;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-container{
display: block;
}
.cli-style-v2 .cli-bar-message {
width: 70%;
text-align: left;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-message,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-message
{
width:100%;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-btn_container {
margin-top:8px;
margin-left: 0px;
flex-wrap: wrap;
} #cookie-law-info-bar[data-cli-type="popup"] .cli-style-v2 .cli-bar-btn_container {
margin-top:8px;
margin-left: 0px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head{
text-align: left; margin-bottom: 5px;
margin-top: 0px;
font-size: 16px;
} .cli-style-v2 .cli-bar-message .wt-cli-ccpa-element,.cli-style-v2 .cli-bar-message .wt-cli-ccpa-checkbox {
margin-top: 5px;
}
.cli-style-v2 .cli-bar-btn_container .cli_action_button ,
.cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link,
.cli-style-v2 .cli-bar-btn_container .cli_settings_button
{
margin-left: 5px;
}
.wt-cli-ccpa-checkbox label {
font-size: inherit;
cursor: pointer;
margin: 0px 0px 0px 5px;
} #cookie-law-info-bar[data-cli-style="cli-style-v2"]
{
padding: 14px 25px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"]
{
padding:32px 30px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
padding: 32px 45px;
}
.cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button), .cli-style-v2 .cli_settings_button:not(.cli-plugin-button),.cli-style-v2 .cli_action_button:not(.cli-plugin-button){
text-decoration: underline;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
margin-top: 5px;
margin-bottom: 5px;
}
a.wt-cli-ccpa-opt-out {
white-space: nowrap;
text-decoration: underline;
}
.wt-cli-necessary-checkbox {
display: none !important;
}
@media (max-width: 985px) {
.cli-style-v2 .cli-bar-message
{
width:100%;
}
.cli-style-v2.cli-bar-container
{
justify-content:left;
flex-wrap: wrap;
}
.cli-style-v2 .cli-bar-btn_container {
margin-left:0px;
margin-top: 10px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"]
{
padding: 25px 25px;
}
} .wt-cli-ckyes-brand-logo {
display: flex;
align-items: center;
font-size: 9px;
color: #111111;
font-weight: normal;
}
.wt-cli-ckyes-brand-logo img{
width: 65px;
margin-left: 2px;
}
.wt-cli-privacy-overview-actions {
padding-bottom:0;
}
@media only screen and (max-width: 479px) and (min-width: 320px){
.cli-style-v2 .cli-bar-btn_container {
flex-wrap: wrap;
}
} .wt-cli-cookie-description {
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}

.wpfnl-orderbump_reset a,
.wpfnl-orderbump_reset p,
.wpfnl-orderbump_reset div {
font-size: 14px;
color: #7A8B9A;
font-weight: 400;
line-height: 1.4;
}
body.wpfunnel_steps-template {
padding: 0;
margin: 0;
}
body.wpfnl-theme-style-removed {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.wpfnl-container {
width: 100%;
max-width: 1280px;
margin: 0 auto;
padding: 0 15px;
}
.wpfnl-container-fluid {
width: 100%;
max-width: 100%;
padding: 0 15px;
}
.wpfnl-row {
margin-left: -15px;
margin-right: -15px;
}
.wpfnl-col {
padding: 0 15px;
}
.wpfunnel_steps-template figure {
margin: 0;
}
.wpfnl-checkout * {
padding: 0;
margin: 0;
box-sizing: border-box;
}
.wpfnl-checkout p {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
line-height: 1.5;
}
.wpfnl-checkout h1, .wpfnl-checkout h2, .wpfnl-checkout h3, .wpfnl-checkout h4, .wpfnl-checkout h5, .wpfnl-checkout h6, .wpfnl-checkout p, .wpfnl-checkout figur, .wpfnl-checkout a {
margin: 0px;
text-transform: none;
}
.wpfnl-checkout h1, .wpfnl-checkout h2, .wpfnl-checkout h3, .wpfnl-checkout h4, .wpfnl-checkout h5, .wpfnl-checkout h6 {
font-weight: normal;
-webkit-font-variant-ligatures: common-ligatures;
font-variant-ligatures: common-ligatures;
}
.wpfnl-checkout table {
border-collapse: collapse;
border-spacing: 0;
}
.wpfnl-checkout small {
font-size: 80%;
}
.wpfnl-checkout sub,
.wpfnl-checkout sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
.wpfnl-checkout sub {
bottom: -0.25em;
}
.wpfnl-checkout sup {
top: -0.5em;
}
.wpfnl-checkout img {
vertical-align: middle;
border-style: none;
display: block;
}
.wpfnl-checkout svg {
overflow: hidden;
vertical-align: middle;
display: block;
height: auto;
max-width: 100%;
}
.wpfnl-checkout del {
opacity: 1 !important;
}
.wpfunnel_steps-template-default .wpfnl-checkout input[type=text],
.wpfunnel_steps-template .wpfnl-checkout input[type=text],
.wpfunnel_steps-template-default .wpfnl-checkout input[type=email],
.wpfunnel_steps-template .wpfnl-checkout input[type=email],
.wpfunnel_steps-template-default .wpfnl-checkout input[type=password],
.wpfunnel_steps-template .wpfnl-checkout input[type=password],
.wpfunnel_steps-template-default .wpfnl-checkout input[type=number],
.wpfunnel_steps-template .wpfnl-checkout input[type=number],
.wpfunnel_steps-template-default .wpfnl-checkout input[type=tel],
.wpfunnel_steps-template .wpfnl-checkout input[type=tel],
.wpfunnel_steps-template-default .wpfnl-checkout input[type=date],
.wpfunnel_steps-template .wpfnl-checkout input[type=date],
.wpfunnel_steps-template-default .wpfnl-checkout input[type=month],
.wpfunnel_steps-template .wpfnl-checkout input[type=month],
.wpfunnel_steps-template-default .wpfnl-checkout input[type=week],
.wpfunnel_steps-template .wpfnl-checkout input[type=week],
.wpfunnel_steps-template-default .wpfnl-checkout input[type=time],
.wpfunnel_steps-template .wpfnl-checkout input[type=time],
.wpfunnel_steps-template-default .wpfnl-checkout input[type=datetime],
.wpfunnel_steps-template .wpfnl-checkout input[type=datetime],
.wpfunnel_steps-template-default .wpfnl-checkout select,
.wpfunnel_steps-template .wpfnl-checkout select,
.wpfunnel_steps-template-default .wpfnl-checkout textarea,
.wpfunnel_steps-template .wpfnl-checkout textarea {
border: 1px solid #E5E8F3;
outline: none;
padding: 11px 14px;
outline-offset: 0;
border-radius: 5px;
font-size: 16px;
background-color: #FFFFFF;
color: rgba(54, 59, 78, 0.8);
box-shadow: none;
letter-spacing: normal;
}
.wpfunnel_steps-template-default .wpfnl-checkout input[type=text]:focus,
.wpfunnel_steps-template .wpfnl-checkout input[type=text]:focus,
.wpfunnel_steps-template-default .wpfnl-checkout input[type=email]:focus,
.wpfunnel_steps-template .wpfnl-checkout input[type=email]:focus,
.wpfunnel_steps-template-default .wpfnl-checkout input[type=password]:focus,
.wpfunnel_steps-template .wpfnl-checkout input[type=password]:focus,
.wpfunnel_steps-template-default .wpfnl-checkout input[type=number]:focus,
.wpfunnel_steps-template .wpfnl-checkout input[type=number]:focus,
.wpfunnel_steps-template-default .wpfnl-checkout input[type=tel]:focus,
.wpfunnel_steps-template .wpfnl-checkout input[type=tel]:focus,
.wpfunnel_steps-template-default .wpfnl-checkout input[type=date]:focus,
.wpfunnel_steps-template .wpfnl-checkout input[type=date]:focus,
.wpfunnel_steps-template-default .wpfnl-checkout input[type=month]:focus,
.wpfunnel_steps-template .wpfnl-checkout input[type=month]:focus,
.wpfunnel_steps-template-default .wpfnl-checkout input[type=week]:focus,
.wpfunnel_steps-template .wpfnl-checkout input[type=week]:focus,
.wpfunnel_steps-template-default .wpfnl-checkout input[type=time]:focus,
.wpfunnel_steps-template .wpfnl-checkout input[type=time]:focus,
.wpfunnel_steps-template-default .wpfnl-checkout input[type=datetime]:focus,
.wpfunnel_steps-template .wpfnl-checkout input[type=datetime]:focus,
.wpfunnel_steps-template-default .wpfnl-checkout select:focus,
.wpfunnel_steps-template .wpfnl-checkout select:focus,
.wpfunnel_steps-template-default .wpfnl-checkout textarea:focus,
.wpfunnel_steps-template .wpfnl-checkout textarea:focus {
border-color: #6E42D3;
outline: none;
outline-offset: 0;
box-shadow: none;
}
.wpfunnel_steps-template-default .wpfnl-checkout select,
.wpfunnel_steps-template .wpfnl-checkout select {
padding: 8px 14px;
}
.wpfunnel_steps-template-default .wpfnl-checkout textarea,
.wpfunnel_steps-template .wpfnl-checkout textarea {
height: auto;
}
.wpfunnel_steps-template-default .wpfnl-checkout form .form-row input.input-text,
.wpfunnel_steps-template-default .wpfnl-checkout form .form-row textarea,
.wpfunnel_steps-template .wpfnl-checkout form .form-row input.input-text,
.wpfunnel_steps-template .wpfnl-checkout form .form-row textarea {
box-sizing: border-box;
width: 100%;
margin: 0;
outline: 0;
line-height: normal;
}
.wpfunnel_steps-template-default .wpfnl-checkout form .form-row-wide,
.wpfunnel_steps-template .wpfnl-checkout form .form-row-wide {
clear: both;
}
.wpfunnel_steps-template-default .wpfnl-checkout form .form-row-first,
.wpfunnel_steps-template .wpfnl-checkout form .form-row-first {
float: left;
}
.wpfunnel_steps-template-default .wpfnl-checkout form .form-row-last,
.wpfunnel_steps-template .wpfnl-checkout form .form-row-last {
float: right;
}
.wpfunnel_steps-template-default #add_payment_method .checkout .col-2 .form-row-first,
.wpfunnel_steps-template-default .woocommerce-cart .checkout .col-2 .form-row-first,
.wpfunnel_steps-template-default .woocommerce-checkout .checkout .col-2 .form-row-first,
.wpfunnel_steps-template #add_payment_method .checkout .col-2 .form-row-first,
.wpfunnel_steps-template .woocommerce-cart .checkout .col-2 .form-row-first,
.wpfunnel_steps-template .woocommerce-checkout .checkout .col-2 .form-row-first {
clear: left;
}
.wpfunnel_steps-template-default .btn-default,
.wpfunnel_steps-template .btn-default {
transition: all 0.3s ease;
border: none;
border-radius: 5px;
font-weight: 700;
line-height: 1.2;
outline: none;
padding: 10px 20px;
text-decoration: none;
vertical-align: middle;
font-size: 15px;
display: inline-block;
cursor: pointer;
background-color: #6E42D3;
color: #fff;
text-transform: none;
letter-spacing: normal;
box-shadow: none;
text-shadow: none;
text-align: center;
}
.wpfunnel_steps-template-default .btn-default:hover,
.wpfunnel_steps-template .btn-default:hover {
background-color: #4C25A5;
color: #fff;
}
.wpfunnel_steps-template-default .wpfunnels_offer_button,
.wpfunnel_steps-template .wpfunnels_offer_button {
transition: all 0.3s ease;
border: none;
border-radius: 5px;
font-weight: 700;
line-height: 1.2;
outline: none;
padding: 10px 20px;
text-decoration: none;
vertical-align: middle;
font-size: 15px;
display: inline-block;
cursor: pointer;
background-color: #6E42D3;
color: #fff;
}
.wpfunnel_steps-template-default .wpfunnels_offer_button:hover,
.wpfunnel_steps-template .wpfunnels_offer_button:hover {
background-color: #4C25A5;
color: #fff;
}
.wpfnl-oxy-next-step-btn .wpfnl-loader {
position: relative;
top: 3px;
}
#wpfunnels_next_step_controller.elementor-button {
display: inline-flex;
align-items: center;
justify-content: center;
}
.et_divi_builder #et_builder_outer_content .et_pb_button.btn-optin.disabled,
#wpfunnels_next_step_controller.disabled {
pointer-events: none;
cursor: default;
opacity: 0.7;
}
.et-db #et-boc .et-l .et_pb_module input[type=text],
.et-db #et-boc .et-l .et_pb_module input[type=email],
.et-db #et-boc .et-l .et_pb_module input[type=url],
.et-db #et-boc .et-l .et_pb_module input[type=password],
.et-db #et-boc .et-l .et_pb_module input[type=search],
.et-db #et-boc .et-l .et_pb_module input[type=number],
.et-db #et-boc .et-l .et_pb_module input[type=tel],
.et-db #et-boc .et-l .et_pb_module input[type=range],
.et-db #et-boc .et-l .et_pb_module input[type=date],
.et-db #et-boc .et-l .et_pb_module input[type=month],
.et-db #et-boc .et-l .et_pb_module input[type=week],
.et-db #et-boc .et-l .et_pb_module input[type=time],
.et-db #et-boc .et-l .et_pb_module input[type=datetime],
.et-db #et-boc .et-l .et_pb_module input[type=datetime-local],
.et-db #et-boc .et-l .et_pb_module input[type=color],
.et-db #et-boc .et-l .et_pb_module select,
.et-db #et-boc .et-l .et_pb_module textarea {
border: 1px solid #E5E8F3 !important;
outline: none !important;
padding: 11px 14px !important;
outline-offset: 0;
border-radius: 5px;
font-size: 16px;
background: #FFFFFF;
color: rgba(54, 59, 78, 0.8);
box-shadow: none !important;
width: 100% !important;
}
.et-db #et-boc .et-l .et_pb_module input[type=text]:focus,
.et-db #et-boc .et-l .et_pb_module input[type=email]:focus,
.et-db #et-boc .et-l .et_pb_module input[type=url]:focus,
.et-db #et-boc .et-l .et_pb_module input[type=password]:focus,
.et-db #et-boc .et-l .et_pb_module input[type=search]:focus,
.et-db #et-boc .et-l .et_pb_module input[type=number]:focus,
.et-db #et-boc .et-l .et_pb_module input[type=tel]:focus,
.et-db #et-boc .et-l .et_pb_module input[type=range]:focus,
.et-db #et-boc .et-l .et_pb_module input[type=date]:focus,
.et-db #et-boc .et-l .et_pb_module input[type=month]:focus,
.et-db #et-boc .et-l .et_pb_module input[type=week]:focus,
.et-db #et-boc .et-l .et_pb_module input[type=time]:focus,
.et-db #et-boc .et-l .et_pb_module input[type=datetime]:focus,
.et-db #et-boc .et-l .et_pb_module input[type=datetime-local]:focus,
.et-db #et-boc .et-l .et_pb_module input[type=color]:focus,
.et-db #et-boc .et-l .et_pb_module select:focus,
.et-db #et-boc .et-l .et_pb_module textarea:focus {
border-color: #E5E8F3 !important;
outline: none !important;
outline-offset: 0;
box-shadow: none !important;
}
.et-db #et-boc .et-l .et_pb_module select {
padding: 8px 14px;
}
.et-db #et-boc .et-l .et_pb_module textarea {
height: auto;
}
.wpfnl-checkout .select2-container .select2-selection--single {
height: auto;
}
.wpfnl-checkout .select2-container .select2-selection--single .select2-selection__rendered {
line-height: normal;
padding: 11px 14px;
}
.wpfnl-checkout .select2-container .select2-selection--single .select2-selection__rendered:focus {
outline: none;
}
.wpfnl-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 100%;
right: 8px;
}
.wpfnl-checkout .select2-container--default .select2-selection--single {
border: 1px solid #E5E8F3;
border-radius: 5px;
font-size: 16px;
padding: 0;
}
.wpfnl-checkout .select2-container--default .select2-search--dropdown .select2-search__field {
border-color: #E5E8F3;
}
.wpfnl-checkout .select2-container--focus .select2-selection {
border-color: #E5E8F3;
outline: none;
padding: 0;
}
.wpfnl-checkout .select2-dropdown {
border: 1px solid #aaa;
border-radius: 5px;
}
.wpfnl-checkout .select2-search--dropdown {
padding: 12px;
}
.wpfnl-checkout .select2-container--default .select2-results > .select2-results__options {
max-height: 190px;
}
.wpfnl-checkout .select2-container .select2-results__option {
padding: 6px 14px;
font-size: 16px;
line-height: normal;
}
.wpfnl-checkout .select2-container .select2-results__option:focus {
outline: none;
}
.select2-results__options .select2-results__option {
padding: 3px 12px;
}
.wpfnl-loader {
border: 2px solid #8265c5;
border-radius: 50%;
border-top: 2px solid #fff;
width: 13px;
height: 13px;
animation: spin 0.7s linear infinite;
display: none;
margin-left: 4px;
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.wpfnl-alert {
color: #383d41;
text-transform: capitalize;
font-size: 13px;
font-weight: 500;
border-radius: 3px;
cursor: default;
display: none;
}
.wpfnl-alert.box {
background-color: #e2e3e5;
padding: 6px 12px;
border: 1px solid #d6d8db;
}
.wpfnl-alert.wpfnl-success {
color: #269c41;
}
.wpfnl-alert.wpfnl-success.box {
background-color: #d4edda;
border-color: #c3e6cb;
}
.wpfnl-alert.wpfnl-error {
color: #d63342;
}
.wpfnl-alert.wpfnl-error.box {
background-color: #f8d7da;
border-color: #f5c6cb;
}
.wpfnl-alert.wpfnl-warn {
color: #856404;
}
.wpfnl-alert.wpfnl-warn.box {
background-color: #fff3cd;
border-color: #ffeeba;
}
#wpadminbar .wpf-admin-bar-edit-funnel-menu-item .ab-item {
display: flex;
align-items: center;
}
.wpfunnel_steps-template .wpfnl-checkout form .form-row input#billing_address_1 {
background-repeat: no-repeat;
background-position: calc(100% - 10px) center;
background-size: 20px 20px;
}
.wpfnl-checkbox input[type=checkbox] {
display: none;
}
.wpfnl-checkbox.no-title label {
height: 14px;
}
.wpfnl-checkbox label {
font-size: 12px;
line-height: 14px;
font-weight: 400;
color: #7A8B9A;
position: relative;
padding-left: 29px;
display: inline-block;
text-transform: capitalize;
cursor: pointer;
}
.wpfnl-checkbox label:before {
content: "";
position: absolute;
left: 0;
top: -3px;
width: 18px;
height: 18px;
border-radius: 4px;
border: 1px solid #E5E8F3;
background-color: #f6f6f8;
transition: all 0.3s ease;
}
.wpfnl-checkbox label:after {
content: "";
position: absolute;
left: 5px;
top: 3px;
width: 9px;
height: 4px;
transform: rotate(-45deg);
border-bottom: 2px solid #fff;
border-left: 2px solid #fff;
transition: all 0.3s ease;
opacity: 0;
visibility: hidden;
}
.wpfnl-checkbox input[type=checkbox]:checked + label::before {
background-color: #6E42D3;
border-color: #6E42D3;
}
.wpfnl-checkbox input[type=checkbox]:checked + label::after {
opacity: 1;
visibility: visible;
}
.wpfnl-radiobtn input[type=radio] {
display: none;
}
.wpfnl-radiobtn.no-title label {
height: 16px;
}
.wpfnl-radiobtn label {
font-size: 12px;
line-height: 14px;
font-weight: 400;
color: #7A8B9A;
position: relative;
padding-left: 29px;
display: inline-block;
text-transform: capitalize;
cursor: pointer;
}
.wpfnl-radiobtn label::before {
content: "";
position: absolute;
left: 0;
top: -3px;
width: 18px;
height: 18px;
border-radius: 100%;
background: #F7F7FA;
border: 1px solid #E5E8F3;
transition: all 0.3s ease;
}
.wpfnl-radiobtn label::after {
content: "";
position: absolute;
left: 5px;
top: 2px;
width: 10px;
height: 10px;
border-radius: 100%;
background: #6E42D3;
transform: scale(0);
transition: all 0.3s ease;
}
.wpfnl-radiobtn input[type=radio]:checked + label::before {
border-color: #6E42D3;
}
.wpfnl-radiobtn input[type=radio]:checked + label::after {
transform: scale(1);
}
.wpfnl-checkout .woocommerce-error,
.wpfnl-checkout .woocommerce-info,
.wpfnl-checkout .woocommerce-message {
margin-bottom: 1rem;
padding: 10px 15px;
}
.wpfnl-checkout .woocommerce-error li,
.wpfnl-checkout .woocommerce-info li,
.wpfnl-checkout .woocommerce-message li {
line-height: 1.3;
}
.wpfnl-checkout .woocommerce-error:before,
.wpfnl-checkout .woocommerce-info:before,
.wpfnl-checkout .woocommerce-message:before {
display: none;
}
.wpfnl-checkout .subtotal-text-for-mobile {
display: none;
}
.wpfnl-checkout .wpfnl-multistep-wizard {
display: none;
}
.wpfnl-checkout .wpfnl-multistep-navigation {
display: none;
}
.wpfnl-checkout .wcml_currency_switcher {
width: 100% !important;
}
.wpfnl-checkout .woocommerce-NoticeGroup {
width: 100%;
}
.wpfnl-checkout .woocommerce-form-login-toggle .woocommerce-info,
.wpfnl-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
font-size: 16px;
color: #363B4E;
background: #F7F7FA;
border-radius: 10px;
padding: 15px 20px;
margin-bottom: 0 !important;
border: 1px solid #E5E8F3;
}
.wpfnl-checkout .woocommerce-form-login-toggle .woocommerce-info::before,
.wpfnl-checkout .woocommerce-form-coupon-toggle .woocommerce-info::before {
display: none;
}
.wpfnl-checkout .woocommerce-form-login-toggle .woocommerce-info a,
.wpfnl-checkout .woocommerce-form-coupon-toggle .woocommerce-info a {
color: #6E42D3;
text-decoration: underline;
opacity: 1;
}
.wpfnl-checkout .woocommerce-form-login-toggle.show-form .woocommerce-info,
.wpfnl-checkout .woocommerce-form-coupon-toggle.show-form .woocommerce-info {
border-radius: 10px 10px 0px 0px;
}
.wpfnl-checkout .woocommerce-form-login.login,
.wpfnl-checkout .checkout_coupon.woocommerce-form-coupon {
margin: -1px 0 0;
border: 1px solid #E5E8F3;
background: #fff;
border-radius: 0 0 10px 10px;
width: 100%;
max-width: 100%;
padding: 20px;
}
.wpfnl-checkout .woocommerce-form-login.login > p,
.wpfnl-checkout .checkout_coupon.woocommerce-form-coupon > p {
font-size: 16px;
line-height: 1.3;
margin-bottom: 10px;
}
.wpfnl-checkout .woocommerce-form-login.login .form-row,
.wpfnl-checkout .checkout_coupon.woocommerce-form-coupon .form-row {
margin-bottom: 0;
}
.wpfnl-checkout .woocommerce-form-login.login button[type=submit],
.wpfnl-checkout .checkout_coupon.woocommerce-form-coupon button[type=submit] {
padding: 13px 25px;
background-color: #6E42D3;
font-weight: 400;
border-radius: 4px;
color: #fff;
}
.wpfnl-checkout .woocommerce-billing-fields {
margin-top: 0;
margin-bottom: 0;
}
.wpfnl-checkout .woocommerce-checkout-review-order #order_review_heading,
.wpfnl-checkout .woocommerce-billing-fields > h3,
.wpfnl-checkout .woocommerce-additional-fields > h3,
.wpfnl-checkout .woocommerce-shipping-fields > #ship-to-different-address,
.wpfnl-checkout .wpfnl-checkout-variable-product .variable-product-title {
background: #F7F7FA;
color: #363B4E;
box-sizing: border-box;
border-radius: 10px 10px 0px 0px;
margin: 0;
font-size: 22px;
line-height: 1.2;
font-weight: 500;
padding: 15px 20px;
border: 1px solid #E5E8F3;
float: none !important;
display: block;
width: 100% !important;
}
.wpfnl-checkout .woocommerce-shipping-fields .shipping_address,
.wpfnl-checkout .woocommerce-additional-fields__field-wrapper,
.wpfnl-checkout .woocommerce-billing-fields__field-wrapper {
background: #fff;
padding: 16px 20px 20px;
border: 1px solid #E5E8F3;
border-radius: 0 0 10px 10px;
margin-bottom: 20px;
}
.wpfnl-checkout .woocommerce-additional-fields__field-wrapper {
margin-top: -1px;
}
.wpfnl-checkout .woocommerce-additional-fields__field-wrapper.extra-field {
border-radius: 10px;
}
.wpfnl-checkout .wpfnl-checkout-variable-product {
margin-top: 20px;
}
.wpfnl-checkout .woocommerce-shipping-fields .shipping_address {
border-radius: 0;
margin-bottom: 0;
}
.wpfnl-checkout .woocommerce form .form-row {
padding: 0;
margin: 0 0 19px;
position: relative;
}
.wpfnl-checkout .woocommerce form .form-row:last-child {
margin: 0;
}
.wpfnl-checkout .woocommerce .form-row label {
font-size: 16px;
line-height: 1.2;
margin-bottom: 8px;
color: #363B4E;
}
.wpfnl-checkout .woocommerce .form-row .field-required {
color: #a00;
font-size: 13px;
font-style: italic;
text-transform: capitalize;
display: block;
margin-top: 2px;
font-weight: 400;
}
.wpfnl-checkout #cl_gdpr_message > span {
font-size: 12px;
}
.wpfnl-checkout .form-row .select2-container {
width: 100% !important;
}
.wpfnl-checkout .wpfnl-form-row.field-radio .woocommerce-input-wrapper input[type=radio] {
display: none;
}
.wpfnl-checkout .wpfnl-form-row.field-radio .woocommerce-input-wrapper label.radio {
display: inline-block;
position: relative;
font-size: 16px;
line-height: 1.2;
position: relative;
padding-left: 28px;
cursor: pointer;
margin: 0 24px 0 0;
}
.wpfnl-checkout .wpfnl-form-row.field-radio .woocommerce-input-wrapper label.radio:last-child {
margin-right: 0;
}
.wpfnl-checkout .wpfnl-form-row.field-radio .woocommerce-input-wrapper label.radio:before {
content: "";
position: absolute;
top: 2px;
left: 0;
width: 18px;
height: 18px;
border: 2px solid #72737e;
border-radius: 50px;
transition: all 0.3s ease;
}
.wpfnl-checkout .wpfnl-form-row.field-radio .woocommerce-input-wrapper label.radio:after {
content: "";
position: absolute;
top: 7px;
left: 5px;
width: 8px;
height: 8px;
background: #72737e;
border-radius: 50px;
opacity: 0;
transform: scale(0);
transition: all 0.3s ease;
}
.wpfnl-checkout .wpfnl-form-row.field-radio .woocommerce-input-wrapper input[type=radio]:checked + label.radio:before {
border-color: #6E42D3;
}
.wpfnl-checkout .wpfnl-form-row.field-radio .woocommerce-input-wrapper input[type=radio]:checked + label.radio:after {
background-color: #6E42D3;
opacity: 1;
transform: scale(1);
}
.wpfnl-checkout .wpfnl-form-row.field-checkbox .woocommerce-input-wrapper input[type=checkbox] {
border: 2px solid #72737e;
border-radius: 3px;
width: 18px;
height: 18px;
display: inline-block;
-webkit-appearance: none;
-moz-appearance: none;
position: relative;
}
.wpfnl-checkout .wpfnl-form-row.field-checkbox .woocommerce-input-wrapper input[type=checkbox]:focus {
outline: none;
outline-offset: 0;
}
.wpfnl-checkout .wpfnl-form-row.field-checkbox .woocommerce-input-wrapper input[type=checkbox]:after {
content: "";
display: block;
position: absolute;
top: 1px;
left: 4px;
width: 7px;
height: 11px;
background: transparent;
border-radius: 2px;
opacity: 0;
transform: rotate(45deg) skewX(15deg);
transition: all 0.3s ease;
border: 3px solid #fff;
border-left: none;
border-top: none;
}
.wpfnl-checkout .wpfnl-form-row.field-checkbox .woocommerce-input-wrapper input[type=checkbox]:checked {
background-color: #6E42D3;
border-color: #6E42D3;
}
.wpfnl-checkout .wpfnl-form-row.field-checkbox .woocommerce-input-wrapper input[type=checkbox]:checked:after {
opacity: 1;
}
.wpfnl-checkout .wpfnl-form-row.field-checkbox.woocommerce-invalid input[type=checkbox] {
border-color: #a00;
}
.wpfnl-checkout .woocommerce-password-strength {
padding: 5px;
text-align: center;
margin-top: 6px;
border-radius: 5px;
}
.wpfnl-checkout form .show-password-input,
.wpfnl-checkout form .show-password-input {
right: 0;
top: 0;
}
.wpfnl-checkout table.woocommerce-checkout-review-order-table {
background: #fff;
border: 1px solid #E5E8F3;
border-top: none !important;
border-radius: 0 0 10px 10px;
margin: 0 0 20px;
}
.wpfnl-checkout table.woocommerce-checkout-review-order-table th,
.wpfnl-checkout table.woocommerce-checkout-review-order-table td {
border: none;
border-top: 1px solid #E5E8F3;
text-align: left;
font-size: 16px;
color: #363B4E;
padding: 14px 12px !important;
background: transparent;
}
.wpfnl-checkout table.woocommerce-checkout-review-order-table th.product-name,
.wpfnl-checkout table.woocommerce-checkout-review-order-table td.product-name {
padding-left: 12px;
width: calc(100% - 180px);
}
.wpfnl-checkout table.woocommerce-checkout-review-order-table th.product-total,
.wpfnl-checkout table.woocommerce-checkout-review-order-table td.product-total {
padding-right: 12px;
width: 180px;
}
.wpfnl-checkout table.woocommerce-checkout-review-order-table .product-name input {
height: 40px;
width: 60px;
padding: 7px;
line-height: 1;
margin: 0;
}
.wpfnl-checkout table.woocommerce-checkout-review-order-table .product-name input[type=number]::-webkit-inner-spin-button,
.wpfnl-checkout table.woocommerce-checkout-review-order-table .product-name input[type=number]::-webkit-outer-spin-button {
opacity: 1;
}
.wpfnl-checkout table.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals td {
font-size: 16px;
font-weight: 600;
}
.wpfnl-checkout table.woocommerce-checkout-review-order-table tfoot td strong {
font-weight: 700;
}
.wpfnl-checkout .woocommerce-shipping-methods input[type=radio] {
display: none;
}
.wpfnl-checkout .woocommerce-shipping-methods li label {
font-size: 16px;
line-height: 1.2;
position: relative;
padding-left: 28px;
cursor: pointer;
}
.wpfnl-checkout .woocommerce-shipping-methods li label:before {
content: "";
position: absolute;
top: 3px;
left: 0;
width: 18px;
height: 18px;
border: 2px solid #72737e;
border-radius: 50px;
transition: all 0.3s ease;
}
.wpfnl-checkout .woocommerce-shipping-methods li label:after {
content: "";
position: absolute;
top: 8px;
left: 5px;
width: 8px;
height: 8px;
background: #72737e;
border-radius: 50px;
opacity: 0;
transform: scale(0);
transition: all 0.3s ease;
}
.wpfnl-checkout .woocommerce-shipping-methods li input[type=radio]:checked + label:before {
border-color: #6E42D3;
}
.wpfnl-checkout .woocommerce-shipping-methods li input[type=radio]:checked + label:after {
background-color: #6E42D3;
opacity: 1;
transform: scale(1);
}
.wpfnl-checkout .woocommerce-shipping-methods li input[type=hidden] + label {
padding-left: 0;
}
.wpfnl-checkout .woocommerce-shipping-methods li input[type=hidden] + label:after,
.wpfnl-checkout .woocommerce-shipping-methods li input[type=hidden] + label:before {
display: none;
}
.wpfnl-checkout .woocommerce-checkout #payment {
background: #ffffff;
border-radius: 10px;
border: 1px solid #E5E8F3;
padding: 0;
}
.wpfnl-checkout .woocommerce-checkout #payment .woocommerce-SavedPaymentMethods > li,
.wpfnl-checkout .woocommerce-checkout #payment ul.payment_methods > li {
border-bottom: 1px solid #E5E8F3;
padding: 18px 0 14px;
line-height: 1;
background: transparent;
}
.wpfnl-checkout .woocommerce-checkout #payment .woocommerce-SavedPaymentMethods > li > input[type=radio],
.wpfnl-checkout .woocommerce-checkout #payment ul.payment_methods > li > input[type=radio] {
display: none;
}
.wpfnl-checkout .woocommerce-checkout #payment .woocommerce-SavedPaymentMethods > li > label,
.wpfnl-checkout .woocommerce-checkout #payment ul.payment_methods > li > label {
font-size: 16px;
position: relative;
cursor: pointer;
padding: 0 0 0 30px;
width: 100%;
display: block;
line-height: 1.2;
min-height: 14px;
margin: 0;
background: none !important;
}
.wpfnl-checkout .woocommerce-checkout #payment .woocommerce-SavedPaymentMethods > li > label img,
.wpfnl-checkout .woocommerce-checkout #payment ul.payment_methods > li > label img {
width: 50px;
float: right;
}
.wpfnl-checkout .woocommerce-checkout #payment .woocommerce-SavedPaymentMethods > li > label a,
.wpfnl-checkout .woocommerce-checkout #payment ul.payment_methods > li > label a {
line-height: 1;
position: relative;
top: 7px;
}
.wpfnl-checkout .woocommerce-checkout #payment .woocommerce-SavedPaymentMethods > li > label:before,
.wpfnl-checkout .woocommerce-checkout #payment ul.payment_methods > li > label:before {
content: "" !important;
position: absolute;
top: 0;
left: 0;
width: 18px;
height: 18px;
border: 2px solid #72737e;
border-radius: 50px;
transition: all 0.3s ease;
}
.wpfnl-checkout .woocommerce-checkout #payment .woocommerce-SavedPaymentMethods > li > label:after,
.wpfnl-checkout .woocommerce-checkout #payment ul.payment_methods > li > label:after {
content: "" !important;
position: absolute;
top: 5px;
left: 5px;
width: 8px;
height: 8px;
background: #72737e;
border-radius: 50px;
opacity: 0;
transform: scale(0);
transition: all 0.3s ease;
}
.wpfnl-checkout .woocommerce-checkout #payment .woocommerce-SavedPaymentMethods > li > input[type=radio]:checked + label:before,
.wpfnl-checkout .woocommerce-checkout #payment ul.payment_methods > li > input[type=radio]:checked + label:before {
border-color: #6E42D3;
}
.wpfnl-checkout .woocommerce-checkout #payment .woocommerce-SavedPaymentMethods > li > input[type=radio]:checked + label:after,
.wpfnl-checkout .woocommerce-checkout #payment ul.payment_methods > li > input[type=radio]:checked + label:after {
background-color: #6E42D3;
opacity: 1;
transform: scale(1);
}
.wpfnl-checkout .woocommerce-checkout #payment .woocommerce-SavedPaymentMethods > li .payment_method_authorize_net_cim_credit_card > .form-row > input[type=radio],
.wpfnl-checkout .woocommerce-checkout #payment ul.payment_methods > li .payment_method_authorize_net_cim_credit_card > .form-row > input[type=radio] {
display: none;
}
.wpfnl-checkout .woocommerce-checkout #payment .woocommerce-SavedPaymentMethods > li .payment_method_authorize_net_cim_credit_card > .form-row > label,
.wpfnl-checkout .woocommerce-checkout #payment ul.payment_methods > li .payment_method_authorize_net_cim_credit_card > .form-row > label {
font-size: 16px;
position: relative;
cursor: pointer;
padding: 0 0 0 30px;
width: 100%;
display: block;
line-height: 1.2;
min-height: 14px;
margin: 0;
}
.wpfnl-checkout .woocommerce-checkout #payment .woocommerce-SavedPaymentMethods > li .payment_method_authorize_net_cim_credit_card > .form-row > label:before,
.wpfnl-checkout .woocommerce-checkout #payment ul.payment_methods > li .payment_method_authorize_net_cim_credit_card > .form-row > label:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 18px;
height: 18px;
border: 2px solid #72737e;
border-radius: 50px;
transition: all 0.3s ease;
}
.wpfnl-checkout .woocommerce-checkout #payment .woocommerce-SavedPaymentMethods > li .payment_method_authorize_net_cim_credit_card > .form-row > label:after,
.wpfnl-checkout .woocommerce-checkout #payment ul.payment_methods > li .payment_method_authorize_net_cim_credit_card > .form-row > label:after {
content: "";
position: absolute;
top: 5px;
left: 5px;
width: 8px;
height: 8px;
background: #72737e;
border-radius: 50px;
opacity: 0;
transform: scale(0);
transition: all 0.3s ease;
}
.wpfnl-checkout .woocommerce-checkout #payment .woocommerce-SavedPaymentMethods > li .payment_method_authorize_net_cim_credit_card > .form-row > input[type=radio]:checked + label:before,
.wpfnl-checkout .woocommerce-checkout #payment ul.payment_methods > li .payment_method_authorize_net_cim_credit_card > .form-row > input[type=radio]:checked + label:before {
border-color: #6E42D3;
}
.wpfnl-checkout .woocommerce-checkout #payment .woocommerce-SavedPaymentMethods > li .payment_method_authorize_net_cim_credit_card > .form-row > input[type=radio]:checked + label:after,
.wpfnl-checkout .woocommerce-checkout #payment ul.payment_methods > li .payment_method_authorize_net_cim_credit_card > .form-row > input[type=radio]:checked + label:after {
background-color: #6E42D3;
opacity: 1;
transform: scale(1);
}
.wpfnl-checkout .woocommerce-checkout #payment .woocommerce-SavedPaymentMethods-saveNew #wc-stripe-new-payment-method {
display: none;
}
.wpfnl-checkout .woocommerce-checkout #payment .woocommerce-SavedPaymentMethods-saveNew > label {
font-size: 16px;
line-height: 1.2;
position: relative;
cursor: pointer;
padding-left: 30px;
width: 100%;
display: block !important;
min-height: 14px;
}
.wpfnl-checkout .woocommerce-checkout #payment .woocommerce-SavedPaymentMethods-saveNew > label:before {
content: "";
position: absolute;
top: 2px;
left: 0;
width: 18px;
height: 18px;
border: 2px solid #72737e;
border-radius: 3px;
transition: all 0.3s ease;
}
.wpfnl-checkout .woocommerce-checkout #payment .woocommerce-SavedPaymentMethods-saveNew > label:after {
content: "";
position: absolute;
top: 4px;
left: 6px;
width: 7px;
height: 11px;
background: transparent;
border-radius: 2px;
opacity: 0;
transform: rotate(45deg) skewX(15deg);
transition: all 0.3s ease;
border: 3px solid #fff;
border-left: none;
border-top: none;
}
.wpfnl-checkout .woocommerce-checkout #payment .woocommerce-SavedPaymentMethods-saveNew > input[type=checkbox]:checked + label:before {
border-color: #6E42D3;
background-color: #6E42D3;
}
.wpfnl-checkout .woocommerce-checkout #payment .woocommerce-SavedPaymentMethods-saveNew > input[type=checkbox]:checked + label:after {
opacity: 1;
}
.wpfnl-checkout .woocommerce-checkout #payment ul.payment_methods {
padding: 10px 20px 10px 20px;
border-bottom: none;
}
.wpfnl-checkout .woocommerce-checkout #payment ul.payment_methods .stripe-source-errors {
width: 100%;
}
.wpfnl-checkout .woocommerce-checkout #payment ul.payment_methods .stripe-source-errors .woocommerce-error {
margin-bottom: 10px;
}
.wpfnl-checkout .woocommerce-checkout #payment ul.payment_methods .stripe-source-errors .woocommerce-error::before {
display: none;
}
.wpfnl-checkout .woocommerce-checkout #payment ul.payment_methods .stripe-source-errors .woocommerce-error li {
padding: 10px ​12px !important;
}
.wpfnl-checkout .woocommerce-checkout #payment div.payment_box {
margin-bottom: 0;
margin-top: 16px;
padding: 10px 15px;
color: rgba(54, 59, 78, 0.8);
background: #F5F5FF;
border-radius: 10px;
font-size: 16px;
}
.wpfnl-checkout .woocommerce-checkout #payment div.payment_box:before {
border: 9px solid #F5F5FF;
border-right-color: transparent;
border-left-color: transparent;
border-top-color: transparent;
top: -18px;
left: 20px;
margin: 0;
}
.wpfnl-checkout .woocommerce-checkout #payment ul.wc-saved-payment-methods li {
padding-left: 0;
padding-right: 0;
margin-bottom: 0 !important;
}
.wpfnl-checkout .woocommerce-checkout #payment ul.wc-saved-payment-methods li:last-child {
border-bottom: none;
}
.wpfnl-checkout .woocommerce-checkout #payment ul.wc-saved-payment-methods li label:before {
top: 0;
}
.wpfnl-checkout .woocommerce-checkout #payment ul.wc-saved-payment-methods li label:after {
top: 5px;
}
.wpfnl-checkout .woocommerce-checkout #payment .wc-credit-card-form {
display: flex;
flex-flow: row wrap;
}
.wpfnl-checkout .woocommerce-checkout #payment .wc-credit-card-form #wcpay-card-element {
width: 100%;
}
.wpfnl-checkout .woocommerce-checkout #payment .wc-credit-card-form div.form-row {
padding: 0;
width: 100%;
}
.wpfnl-checkout .woocommerce-checkout #payment .wc-credit-card-form div.form-row.form-row-first {
width: 50%;
padding-right: 10px;
}
.wpfnl-checkout .woocommerce-checkout #payment .wc-credit-card-form div.form-row.form-row-last {
width: 50%;
padding-left: 10px;
}
.wpfnl-checkout .woocommerce-checkout #payment .wc-credit-card-form div.form-row label {
padding-left: 0;
}
.wpfnl-checkout .woocommerce-checkout #payment .wc-credit-card-form div.form-row label::before, .wpfnl-checkout .woocommerce-checkout #payment .wc-credit-card-form div.form-row label::after {
display: none;
}
.wpfnl-checkout .woocommerce-checkout #payment .wc-credit-card-form div.form-row .wc-stripe-elements-field,
.wpfnl-checkout .woocommerce-checkout #payment .wc-credit-card-form div.form-row .wc-stripe-iban-element-field {
border: 1px solid #E5E8F3;
margin: 5px 0 0;
padding: 13px 15px 12px;
background-color: #fff;
outline: 0;
border-radius: 5px;
}
.wpfnl-checkout .woocommerce-checkout #payment fieldset {
border: none;
}
.wpfnl-checkout .woocommerce-checkout #payment .woocommerce-privacy-policy-text p {
font-size: 16px;
}
.wpfnl-checkout .woocommerce-checkout #payment #place_order {
float: none;
background: #6E42D3;
border-radius: 6px;
color: #fff;
font-weight: 600;
font-size: 16px;
text-transform: uppercase;
padding: 15px 22px;
margin-top: 20px;
width: 100%;
}
.wpfnl-checkout .checkout-order-review-wrapper {
position: relative;
}
.wpfnl-checkout #mailpoet_woocommerce_checkout_optin_field .woocommerce-form__label {
display: block;
position: relative;
padding-left: 30px;
min-height: 14px;
}
.wpfnl-checkout #mailpoet_woocommerce_checkout_optin_field #mailpoet_woocommerce_checkout_optin {
display: inline-block;
margin: initial;
text-align: inherit;
vertical-align: inherit;
width: 18px;
height: 18px;
border: 2px solid #72737e;
border-radius: 3px;
position: absolute;
top: 3px;
left: 0;
outline: none;
}
.wpfnl-checkout #mailpoet_woocommerce_checkout_optin_field #mailpoet_woocommerce_checkout_optin:checked {
background-color: #6E42D3;
border-color: #6E42D3;
}
.wpfnl-checkout #mailpoet_woocommerce_checkout_optin_field #mailpoet_woocommerce_checkout_optin:after {
left: 4px;
top: 1px;
width: 7px;
height: 11px;
border-color: #fff;
border-radius: 2px;
}
.wpfnl-checkout.floating-label #customer_details .form-row:not(.create-account) input.input-text:not(#billing_address_2, #shipping_address_2), .wpfnl-checkout.floating-label form.woocommerce-form-login .form-row-last input.input-text:not(#billing_address_2, #shipping_address_2),
.wpfnl-checkout.floating-label form.woocommerce-form-login .form-row-first input.input-text:not(#billing_address_2, #shipping_address_2),
.wpfnl-checkout.floating-label #customer_details .form-row:not(.create-account) textarea,
.wpfnl-checkout.floating-label form.woocommerce-form-login .form-row-last textarea,
.wpfnl-checkout.floating-label form.woocommerce-form-login .form-row-first textarea {
padding: 21px 14px 5px;
font-size: 15px;
}
.wpfnl-checkout.floating-label #customer_details .form-row:not(.create-account) .show-password-input, .wpfnl-checkout.floating-label form.woocommerce-form-login .form-row-last .show-password-input,
.wpfnl-checkout.floating-label form.woocommerce-form-login .form-row-first .show-password-input {
right: 0.7em;
top: 0.7em;
}
.wpfnl-checkout.floating-label #customer_details .form-row:not(.create-account) > label, .wpfnl-checkout.floating-label form.woocommerce-form-login .form-row-last > label,
.wpfnl-checkout.floating-label form.woocommerce-form-login .form-row-first > label {
position: absolute;
left: 15px;
top: 50%;
transform: translateY(-50%);
transition: all 0.3s ease-in-out;
margin: 0;
z-index: 1;
width: calc(100% - 40px);
background: #fff;
line-height: 2;
}
.wpfnl-checkout.floating-label #customer_details .form-row:not(.create-account) > label.floated, .wpfnl-checkout.floating-label form.woocommerce-form-login .form-row-last > label.floated,
.wpfnl-checkout.floating-label form.woocommerce-form-login .form-row-first > label.floated {
top: 5px;
transform: translateY(0);
font-size: 12px;
line-height: 1;
}
.wpfnl-checkout.floating-label #customer_details .select2-container .select2-selection--single .select2-selection__rendered {
padding: 21px 14px 5px;
font-size: 15px;
}
.wpfnl-checkout.floating-label .required-field-appended {
margin-bottom: 33px !important;
}
.wpfnl-checkout.floating-label .required-field-appended span.field-required {
position: absolute;
bottom: -18px;
left: 0;
line-height: 1;
margin-top: 0 !important;
}
.wpfnl-checkout.floating-label .required-field-appended .select2-container + span.field-required {
bottom: -23px;
}
.et-db #et-boc .et-l .et_pb_module .wpfnl-checkout.floating-label #customer_details .form-row:not(.create-account) > label {
background: transparent;
transition: all 0.3s ease-in-out;
}
.wpfnl-checkout .woocommerce form.woocommerce-checkout {
display: flex;
flex-flow: row wrap;
align-items: flex-start;
margin-top: 20px;
}
.wpfnl-checkout .woocommerce form > * {
width: 100%;
}
.wpfnl-checkout .woocommerce form wc-order-attribution-inputs {
width: auto;
}
.wpfnl-checkout .woocommerce-checkout .woocommerce-shipping-fields {
margin: 0;
}
.wpfnl-checkout .woocommerce-checkout .woocommerce-additional-fields {
margin-top: 0;
}
.wpfnl-checkout .woocommerce .col2-set,
.woocommerce-page .wpfnl-checkout .col2-set {
width: 50%;
padding-right: 10px;
margin-right: 0;
float: none;
}
.wpfnl-checkout .woocommerce .woocommerce-checkout-review-order {
width: 50%;
padding-left: 10px;
}
.wpfnl-checkout .woocommerce .woocommerce-checkout-review-order .wd-table-wrapper {
overflow-x: inherit;
margin-bottom: 0;
padding: 0;
background-color: transparent;
box-shadow: none;
}
.wpfnl-checkout .wpfnl-checkout-form-one-column .woocommerce .col2-set,
.wpfnl-checkout.wpfnl-col-1 .woocommerce .col2-set,
.woocommerce-page .wpfnl-checkout.wpfnl-col-1 .col2-set {
float: none;
width: 100%;
margin: 0;
max-width: 100%;
padding: 0;
flex: inherit;
}
.wpfnl-checkout .wpfnl-checkout-form-one-column .woocommerce .woocommerce-checkout-review-order,
.wpfnl-checkout.wpfnl-col-1 .woocommerce .woocommerce-checkout-review-order {
width: 100%;
padding-left: 0;
}
.wpfnl-checkout .woocommerce .col2-set .col-1,
.woocommerce-page .wpfnl-checkout .col2-set .col-1 {
float: none;
width: 100%;
margin-bottom: 0;
max-width: 100%;
padding: 0;
flex: inherit;
}
.wpfnl-checkout .woocommerce .col2-set .col-2,
.woocommerce-page .wpfnl-checkout .col2-set .col-2 {
float: none;
width: 100%;
flex: inherit;
padding: 0;
max-width: 100%;
margin-bottom: 20px;
}
.wpfnl-checkout .woocommerce form .form-row-first,
.wpfnl-checkout .woocommerce form .form-row-last,
.woocommerce-page .wpfnl-checkout form .form-row-first,
.woocommerce-page .wpfnl-checkout form .form-row-last {
width: 49%;
}
.wpfnl-checkout #ship-to-different-address label {
font-weight: 300;
cursor: pointer;
width: 100%;
}
.wpfnl-checkout #ship-to-different-address label input[type=checkbox] {
display: none;
}
.wpfnl-checkout #ship-to-different-address label span {
position: relative;
display: block;
text-align: left;
padding-right: 45px;
font-size: 20px;
font-weight: 500;
text-transform: initial;
}
.wpfnl-checkout #ship-to-different-address label span:before {
content: "";
display: block;
height: 16px;
width: 30px;
border: 2px solid #bbb;
background: #bbb;
border-radius: 13rem;
box-sizing: content-box;
-webkit-transition: all ease-in-out 0.3s;
transition: all ease-in-out 0.3s;
position: absolute;
top: 4px;
right: 0;
}
.wpfnl-checkout #ship-to-different-address label span:after {
content: "";
display: block;
width: 14px;
height: 14px;
background: #fff;
position: absolute;
top: 7px;
right: 17px;
border-radius: 13rem;
-webkit-transition: all ease-in-out 0.3s;
transition: all ease-in-out 0.3s;
}
.wpfnl-checkout #ship-to-different-address label input[type=checkbox]:checked + span:before {
background: #6E42D3;
border-color: #6E42D3;
}
.wpfnl-checkout #ship-to-different-address label input[type=checkbox]:checked + span:after {
right: 3px;
}
.wpfnl-checkout .wpfnl-checkout-variable-product {
width: 100%;
min-width: 240px;
background: #fff;
margin-bottom: 20px;
border: 1px solid #E5E8F3;
border-radius: 10px 10px 0px 0px;
}
.wpfnl-checkout .wpfnl-checkout-variable-product .variable-product-title {
border: none;
}
.wpfnl-checkout .wpfnl-checkout-variable-product .product-title {
font-weight: 500;
font-size: 16px;
line-height: 1.18;
color: #363B4E;
padding: 10px 20px;
border-top: 1px solid #E5E8F3;
}
.wpfnl-checkout .wpfnl-checkout-variable-product .offer-product-single-variation {
display: flex;
align-items: center;
flex-flow: row wrap;
padding: 10px 20px;
border-top: 1px solid #E5E8F3;
}
.wpfnl-checkout .wpfnl-checkout-variable-product .offer-product-single-variation .variation-attr-name {
color: #363B4E;
width: 120px;
padding-right: 10px;
}
.wpfnl-checkout .wpfnl-checkout-variable-product .variation-attr-value.value {
display: inline-block;
position: relative;
}
.wpfnl-checkout .wpfnl-checkout-variable-product .variation-attr-value.value:before {
content: "";
position: absolute;
right: 10px;
top: 15px;
width: 7px;
height: 7px;
border: 1px solid #787878;
transform: rotate(45deg);
border-top: none;
border-left: none;
}
.wpfnl-checkout .wpfnl-checkout-variable-product .variation-attr-value.value select {
height: 40px;
width: 170px;
line-height: 1;
padding: 7px 26px 7px 10px;
-webkit-appearance: none;
appearance: none;
}
.wpfnl-checkout .wpfnl-checkout-variable-product .reset_variations {
font-weight: 600;
margin-left: 140px;
}
.wpfnl-checkout .wpfnl-checkout-variable-product .reset_variations[style*="visibility: hidden"] {
display: none;
}
.wpfnl-checkout .wpfnl-checkout-variable-product .reset_variations[style*="visibility: visible"] {
display: inline-block;
margin-bottom: 10px;
}
.wpfnl-checkout .wpfnl-checkout-variable-product table th,
.wpfnl-checkout .wpfnl-checkout-variable-product table td {
font-size: 16px;
color: #363B4E;
padding: 10px 20px;
border: 1px solid #E5E8F3;
border-left: none;
border-right: none;
vertical-align: middle;
}
.wpfnl-checkout .wpfnl-checkout-variable-product table th input,
.wpfnl-checkout .wpfnl-checkout-variable-product table td input {
height: 40px;
width: 57px;
padding: 7px;
line-height: 1;
margin: 0;
}
.wpfnl-checkout .wpfnl-checkout-variable-product table .wpfnl-varition-qty {
width: 148px;
}
.wpfnl-checkout .wpfnl-checkout-variable-product table .variation-attr-name {
width: 130px;
padding-right: 10px;
text-transform: capitalize;
}
.wpfnl-checkout .wpfnl-checkout-variable-product table td .wpfnl-cart-update {
background: #6E42D3;
color: #fff;
border-radius: 5px;
font-weight: 500;
font-size: 16px;
text-transform: capitalize;
width: 142px;
position: relative;
top: -2px;
border: 1px solid #6E42D3;
margin-left: 10px;
}
.wpfnl-checkout .wpfnl-checkout-variable-product table td .wpfnl-cart-update.no-quantity {
margin-left: 0;
}
.wpfnl-checkout .wpfnl-checkout-variable-product table .product-quantity {
width: 90px;
text-align: center;
}
.wpfnl-checkout .wpfnl-checkout-variable-product table .product-price {
width: 90px;
text-align: center;
}
.wpfnl-checkout .wpfnl-checkout-variable-product table .product-title {
text-align: left;
}
.wpfnl-checkout .wpfnl-checkout-variable-product table .product-title label {
display: block;
margin-bottom: 0;
}
.wpfnl-checkout .wpfnl-checkout-variable-product table .product-title .form-row,
.wpfnl-checkout .wpfnl-checkout-variable-product table .product-title p {
margin: 0;
}
.wpfnl-checkout .wpfnl-checkout-variable-product table .product-title .woocommerce-input-wrapper input[type=radio] {
display: none;
}
.wpfnl-checkout .wpfnl-checkout-variable-product table .product-title .woocommerce-input-wrapper label.radio {
position: relative;
margin-bottom: 0;
cursor: pointer;
padding-left: 28px;
color: #72737e;
font-weight: 500;
transition: all 0.3s ease;
line-height: 1.2;
}
.wpfnl-checkout .wpfnl-checkout-variable-product table .product-title .woocommerce-input-wrapper label.radio:before {
content: "";
position: absolute;
top: 2px;
left: 0;
width: 18px;
height: 18px;
border: 2px solid #72737e;
border-radius: 50px;
transition: all 0.3s ease;
}
.wpfnl-checkout .wpfnl-checkout-variable-product table .product-title .woocommerce-input-wrapper label.radio:after {
content: "";
position: absolute;
top: 7px;
left: 5px;
width: 8px;
height: 8px;
background: #72737e;
border-radius: 50px;
opacity: 0;
transform: scale(0);
transition: all 0.3s ease;
}
.wpfnl-checkout .wpfnl-checkout-variable-product table .product-title .woocommerce-input-wrapper input[type=radio]:checked + label.radio {
color: #363c42;
}
.wpfnl-checkout .wpfnl-checkout-variable-product table .product-title .woocommerce-input-wrapper input[type=radio]:checked + label.radio:before {
border-color: #6E42D3;
}
.wpfnl-checkout .wpfnl-checkout-variable-product table .product-title .woocommerce-input-wrapper input[type=radio]:checked + label.radio:after {
background-color: #6E42D3;
opacity: 1;
transform: scale(1);
}
.wpfnl-checkout .wpfnl-checkout-variable-product table .product-title .woocommerce-input-wrapper input[type=checkbox] {
display: none;
}
.wpfnl-checkout .wpfnl-checkout-variable-product table .product-title .woocommerce-input-wrapper .checkbox-title {
display: block;
position: relative;
margin-bottom: 0;
cursor: pointer;
padding-left: 28px;
color: #72737e;
font-weight: 500;
transition: all 0.3s ease;
line-height: 1.2;
font-size: 16px;
min-width: 210px;
}
.wpfnl-checkout .wpfnl-checkout-variable-product table .product-title .woocommerce-input-wrapper .checkbox-title:before {
content: "";
position: absolute;
top: 2px;
left: 0;
width: 18px;
height: 18px;
border: 2px solid #72737e;
border-radius: 3px;
transition: all 0.3s ease;
}
.wpfnl-checkout .wpfnl-checkout-variable-product table .product-title .woocommerce-input-wrapper .checkbox-title:after {
content: "";
position: absolute;
top: 4px;
left: 6px;
width: 7px;
height: 11px;
background: transparent;
border-radius: 2px;
opacity: 0;
transform: rotate(45deg) skewX(15deg);
transition: all 0.3s ease;
border: 3px solid #fff;
border-left: none;
border-top: none;
}
.wpfnl-checkout .wpfnl-checkout-variable-product table .product-title .woocommerce-input-wrapper input[type=checkbox]:checked + .checkbox-title {
color: #363c42;
}
.wpfnl-checkout .wpfnl-checkout-variable-product table .product-title .woocommerce-input-wrapper input[type=checkbox]:checked + .checkbox-title:before {
border-color: #6E42D3;
background-color: #6E42D3;
}
.wpfnl-checkout .wpfnl-checkout-variable-product table .product-title .woocommerce-input-wrapper input[type=checkbox]:checked + .checkbox-title:after {
opacity: 1;
}
.wpfnl-checkout-stock-message {
display: flex;
flex-flow: row wrap;
align-items: center;
}
.wpfnl-checkout-stock-message h4 {
padding-left: 20px;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox {
margin-top: 10px;
display: block !important;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox input[type=checkbox] {
display: none !important;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox .woocommerce-terms-and-conditions-checkbox-text {
position: relative;
line-height: 1.3;
font-size: 16px;
color: #363B4E;
padding-left: 26px;
cursor: pointer;
display: inline-block;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox .woocommerce-terms-and-conditions-checkbox-text:before {
content: "";
position: absolute;
left: 0;
top: 3px;
width: 18px;
height: 18px;
border-radius: 4px;
border: 2px solid #72737e;
background-color: transparent;
transition: all 0.3s ease;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox .woocommerce-terms-and-conditions-checkbox-text:after {
content: "";
position: absolute;
top: 5px;
left: 6px;
width: 7px;
height: 11px;
background: transparent;
border-radius: 2px;
opacity: 0;
transform: rotate(45deg) skewX(10deg);
transition: all 0.3s ease;
border: 3px solid #fff;
border-left: none;
border-top: none;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox input[type=checkbox]:checked + .woocommerce-terms-and-conditions-checkbox-text::before {
background-color: #6E42D3;
border-color: #6E42D3;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox input[type=checkbox]:checked + .woocommerce-terms-and-conditions-checkbox-text::after {
opacity: 1;
}
.wpfnl-checkout .woocommerce-account-fields {
background: #fff;
padding: 16px 20px;
border: 1px solid #E5E8F3;
border-radius: 10px;
margin-bottom: 20px;
}
.wpfnl-checkout .woocommerce-account-fields p.create-account.form-row,
.wpfnl-checkout .woocommerce-account-fields .form-row:last-child {
margin-bottom: 0;
}
.wpfnl-checkout .woocommerce-account-fields div.create-account {
margin-top: 10px;
}
.wpfnl-checkout .woocommerce-account-fields .woocommerce-form__label-for-checkbox {
margin-top: 10px;
display: block !important;
}
.wpfnl-checkout .woocommerce-account-fields .woocommerce-form__label-for-checkbox input[type=checkbox] {
display: none !important;
}
.wpfnl-checkout .woocommerce-account-fields .woocommerce-form__label-for-checkbox > span {
position: relative;
line-height: 1.3;
font-size: 16px;
color: #363B4E;
padding-left: 26px;
cursor: pointer;
display: inline-block;
}
.wpfnl-checkout .woocommerce-account-fields .woocommerce-form__label-for-checkbox > span:before {
content: "";
position: absolute;
left: 0;
top: 3px;
width: 18px;
height: 18px;
border-radius: 4px;
border: 2px solid #72737e;
background-color: transparent;
transition: all 0.3s ease;
}
.wpfnl-checkout .woocommerce-account-fields .woocommerce-form__label-for-checkbox > span:after {
content: "";
position: absolute;
top: 5px;
left: 6px;
width: 7px;
height: 11px;
background: transparent;
border-radius: 2px;
opacity: 0;
transform: rotate(45deg) skewX(10deg);
transition: all 0.3s ease;
border: 3px solid #fff;
border-left: none;
border-top: none;
}
.wpfnl-checkout .woocommerce-account-fields .woocommerce-form__label-for-checkbox input[type=checkbox]:checked + span::before {
background-color: #6E42D3;
border-color: #6E42D3;
}
.wpfnl-checkout .woocommerce-account-fields .woocommerce-form__label-for-checkbox input[type=checkbox]:checked + span::after {
opacity: 1;
}
.et_divi_builder #et_builder_outer_content .wpfnl-checkout .woocommerce form .place-order {
padding: 1em !important;
}
.et_divi_builder #et_builder_outer_content .wpfnl_next_step_button {
display: inline-block;
}
.wpfnl-checkout .woocommerce-form-login-toggle {
margin-bottom: 10px;
}
.wpfnl-checkout .woocommerce-form-login.login {
margin-top: 10px;
margin-bottom: 10px;
border-radius: 10px;
padding: 20px 20px 8px;
}
.wpfnl-checkout .woocommerce-form-login.login p.form-row {
margin-bottom: 20px;
}
.wpfnl-checkout .woocommerce-form-login.login .woocommerce-form-login__rememberme {
margin-bottom: 0;
margin-top: 11px;
}
.wpfnl-checkout .woocommerce-form-login.login .woocommerce-form-login__rememberme input[type=checkbox] {
display: none !important;
}
.wpfnl-checkout .woocommerce-form-login.login .woocommerce-form-login__rememberme > span {
position: relative;
line-height: 1.3;
font-size: 16px;
color: #363B4E;
padding-left: 26px;
cursor: pointer;
display: inline-block;
}
.wpfnl-checkout .woocommerce-form-login.login .woocommerce-form-login__rememberme > span:before {
content: "";
position: absolute;
left: 0;
top: 3px;
width: 18px;
height: 18px;
border-radius: 4px;
border: 2px solid #72737e;
background-color: transparent;
transition: all 0.3s ease;
}
.wpfnl-checkout .woocommerce-form-login.login .woocommerce-form-login__rememberme > span:after {
content: "";
position: absolute;
top: 5px;
left: 6px;
width: 7px;
height: 11px;
background: transparent;
border-radius: 2px;
opacity: 0;
transform: rotate(45deg) skewX(10deg);
transition: all 0.3s ease;
border: 3px solid #fff;
border-left: none;
border-top: none;
}
.wpfnl-checkout .woocommerce-form-login.login .woocommerce-form-login__rememberme input[type=checkbox]:checked + span::before {
background-color: #6E42D3;
border-color: #6E42D3;
}
.wpfnl-checkout .woocommerce-form-login.login .woocommerce-form-login__rememberme input[type=checkbox]:checked + span::after {
opacity: 1;
}
.oxy-wpf-checkout {
width: 100%;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-checkout #ship-to-different-address label span,
body.rtl .wpfnl-checkout #ship-to-different-address label span {
text-align: right;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-checkout table.woocommerce-checkout-review-order-table th,
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-checkout table.woocommerce-checkout-review-order-table td,
body.rtl .wpfnl-checkout table.woocommerce-checkout-review-order-table th,
body.rtl .wpfnl-checkout table.woocommerce-checkout-review-order-table td {
text-align: right;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-checkout .woocommerce-shipping-methods li label,
body.rtl .wpfnl-checkout .woocommerce-shipping-methods li label {
padding-right: 28px;
padding-left: 0;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-checkout .woocommerce-shipping-methods li label:before,
body.rtl .wpfnl-checkout .woocommerce-shipping-methods li label:before {
left: inherit;
right: 0;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-checkout .woocommerce-shipping-methods li label:after,
body.rtl .wpfnl-checkout .woocommerce-shipping-methods li label:after {
left: inherit;
right: 5px;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-checkout .woocommerce-checkout #payment .woocommerce-SavedPaymentMethods > li > label,
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-checkout .woocommerce-checkout #payment ul.payment_methods > li > label,
body.rtl .wpfnl-checkout .woocommerce-checkout #payment .woocommerce-SavedPaymentMethods > li > label,
body.rtl .wpfnl-checkout .woocommerce-checkout #payment ul.payment_methods > li > label {
padding: 0 30px 0 0;
text-align: right;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-checkout .woocommerce-checkout #payment .woocommerce-SavedPaymentMethods > li > label:before,
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-checkout .woocommerce-checkout #payment ul.payment_methods > li > label:before,
body.rtl .wpfnl-checkout .woocommerce-checkout #payment .woocommerce-SavedPaymentMethods > li > label:before,
body.rtl .wpfnl-checkout .woocommerce-checkout #payment ul.payment_methods > li > label:before {
left: inherit;
right: 0;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-checkout .woocommerce-checkout #payment .woocommerce-SavedPaymentMethods > li > label:after,
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-checkout .woocommerce-checkout #payment ul.payment_methods > li > label:after,
body.rtl .wpfnl-checkout .woocommerce-checkout #payment .woocommerce-SavedPaymentMethods > li > label:after,
body.rtl .wpfnl-checkout .woocommerce-checkout #payment ul.payment_methods > li > label:after {
right: 5px;
left: inherit;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-checkout .woocommerce-checkout #payment .woocommerce-SavedPaymentMethods > li > label img,
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-checkout .woocommerce-checkout #payment ul.payment_methods > li > label img,
body.rtl .wpfnl-checkout .woocommerce-checkout #payment .woocommerce-SavedPaymentMethods > li > label img,
body.rtl .wpfnl-checkout .woocommerce-checkout #payment ul.payment_methods > li > label img {
float: left;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-checkout .woocommerce-checkout #payment div.payment_box:before,
body.rtl .wpfnl-checkout .woocommerce-checkout #payment div.payment_box:before {
right: 20px;
left: inherit;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-checkout .woocommerce-checkout #payment .wc-credit-card-form div.form-row.form-row-last,
body.rtl .wpfnl-checkout .woocommerce-checkout #payment .wc-credit-card-form div.form-row.form-row-last {
padding-left: 0;
padding-right: 10px;
}
body.rtl.et_divi_builder #et_builder_outer_content #add_payment_method #payment ul.payment_methods li .stripe-credit-card-brand,
body.rtl.et_divi_builder #et_builder_outer_content .woocommerce-checkout #payment ul.payment_methods li .stripe-credit-card-brand,
body.rtl #add_payment_method #payment ul.payment_methods li .stripe-credit-card-brand,
body.rtl .woocommerce-checkout #payment ul.payment_methods li .stripe-credit-card-brand {
right: inherit;
left: 10px;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-checkout .woocommerce-checkout #payment .woocommerce-SavedPaymentMethods-saveNew > label,
body.rtl .wpfnl-checkout .woocommerce-checkout #payment .woocommerce-SavedPaymentMethods-saveNew > label {
padding-left: inherit;
padding-right: 30px;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-checkout .woocommerce-checkout #payment .woocommerce-SavedPaymentMethods-saveNew > label:before,
body.rtl .wpfnl-checkout .woocommerce-checkout #payment .woocommerce-SavedPaymentMethods-saveNew > label:before {
left: inherit;
right: 0;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-checkout .woocommerce-checkout #payment .woocommerce-SavedPaymentMethods-saveNew > label:after,
body.rtl .wpfnl-checkout .woocommerce-checkout #payment .woocommerce-SavedPaymentMethods-saveNew > label:after {
left: inherit;
right: 6px;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-checkout .woocommerce .woocommerce-checkout-review-order,
body.rtl .wpfnl-checkout .woocommerce .woocommerce-checkout-review-order {
padding-left: 0;
padding-right: 10px;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-checkout .woocommerce .col2-set, body.rtl.et_divi_builder #et_builder_outer_content .woocommerce-page .wpfnl-checkout .col2-set,
body.rtl .wpfnl-checkout .woocommerce .col2-set,
body.rtl .woocommerce-page .wpfnl-checkout .col2-set {
padding-right: 0;
padding-left: 10px;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-checkout .wpfnl-checkout-form-one-column .woocommerce .col2-set,
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-checkout.wpfnl-col-1 .woocommerce .col2-set,
body.rtl.et_divi_builder #et_builder_outer_content .woocommerce-page .wpfnl-checkout.wpfnl-col-1 .col2-set,
body.rtl .wpfnl-checkout .wpfnl-checkout-form-one-column .woocommerce .col2-set,
body.rtl .wpfnl-checkout.wpfnl-col-1 .woocommerce .col2-set,
body.rtl .woocommerce-page .wpfnl-checkout.wpfnl-col-1 .col2-set {
padding: 0;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-checkout-form-wpfnl-multistep .wpfnl-multistep-navigation,
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-multistep .wpfnl-multistep-navigation,
body.rtl .wpfnl-checkout-form-wpfnl-multistep .wpfnl-multistep-navigation,
body.rtl .wpfnl-multistep .wpfnl-multistep-navigation {
justify-content: flex-start;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-express-checkout .wpfnl-express-checkout-wrapper .wpfnl-express-checkout-right,
body.rtl .wpfnl-express-checkout .wpfnl-express-checkout-wrapper .wpfnl-express-checkout-right {
margin-left: 0;
margin-right: 30px;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-express-checkout .wpfnl-express-checkout-wrapper .wpfnl-express-checkout-left .express-shipping-table table td,
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-express-checkout .wpfnl-express-checkout-wrapper .wpfnl-express-checkout-left .express-shipping-table table th,
body.rtl .wpfnl-express-checkout .wpfnl-express-checkout-wrapper .wpfnl-express-checkout-left .express-shipping-table table td,
body.rtl .wpfnl-express-checkout .wpfnl-express-checkout-wrapper .wpfnl-express-checkout-left .express-shipping-table table th {
text-align: right;
}
body.rtl.et_divi_builder #et_builder_outer_content .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox .woocommerce-terms-and-conditions-checkbox-text,
body.rtl .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox .woocommerce-terms-and-conditions-checkbox-text {
padding-left: 0;
padding-right: 26px;
}
body.rtl.et_divi_builder #et_builder_outer_content .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox .woocommerce-terms-and-conditions-checkbox-text:before,
body.rtl .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox .woocommerce-terms-and-conditions-checkbox-text:before {
left: inherit;
right: 0;
}
body.rtl.et_divi_builder #et_builder_outer_content .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox .woocommerce-terms-and-conditions-checkbox-text:after,
body.rtl .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox .woocommerce-terms-and-conditions-checkbox-text:after {
left: inherit;
right: 6px;
}
.wpfnl-place-order-add-overlay {
position: relative;
z-index: 1;
}
.wpfnl-place-order-add-overlay::before {
content: "";
position: absolute;
width: 100%;
height: calc(100% - 20px);
background: none;
bottom: 0;
left: 0;
z-index: 2;
cursor: pointer;
}
@media only screen and (max-width: 991px) {
.wpfnl-checkout .woocommerce form.woocommerce-checkout {
display: block;
}
.wpfnl-checkout .woocommerce .col2-set,
.woocommerce-page .wpfnl-checkout .col2-set {
width: 100%;
padding-right: 0;
}
.wpfnl-checkout .woocommerce .woocommerce-checkout-review-order {
width: 100%;
padding-left: 0;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-checkout .woocommerce .col2-set,
body.rtl.et_divi_builder #et_builder_outer_content .woocommerce-page .wpfnl-checkout .col2-set,
body.rtl .wpfnl-checkout .woocommerce .col2-set,
body.rtl .woocommerce-page .wpfnl-checkout .col2-set {
padding-left: 0;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-checkout .woocommerce .woocommerce-checkout-review-order,
body.rtl .wpfnl-checkout .woocommerce .woocommerce-checkout-review-order {
padding-right: 0;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-express-checkout .wpfnl-express-checkout-wrapper .wpfnl-express-checkout-right,
body.rtl .wpfnl-express-checkout .wpfnl-express-checkout-wrapper .wpfnl-express-checkout-right {
margin-right: 0;
}
}
@media only screen and (max-width: 575px) {
.wpfnl-checkout .woocommerce form .form-row-first,
.wpfnl-checkout .woocommerce form .form-row-last,
.woocommerce-page .wpfnl-checkout form .form-row-first,
.woocommerce-page .wpfnl-checkout form .form-row-last {
width: 100%;
}
.wpfnl-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
line-height: 1.3;
}
.wpfnl-checkout .checkout_coupon.woocommerce-form-coupon .form-row {
margin-bottom: 0;
float: none;
width: 100%;
}
.wpfnl-checkout .checkout_coupon.woocommerce-form-coupon button[type=submit] {
margin-top: 10px;
}
.wpfnl-checkout .woocommerce-checkout #payment .wc-credit-card-form div.form-row.form-row-first {
width: 100%;
padding-right: 0;
}
.wpfnl-checkout .woocommerce-checkout #payment .wc-credit-card-form div.form-row.form-row-last {
width: 100%;
padding-left: 0;
}
.wpfnl-checkout table.woocommerce-checkout-review-order-table {
border-top: 1px solid #E5E8F3 !important;
}
.wpfnl-checkout table.woocommerce-checkout-review-order-table tr {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
border-bottom: 1px solid #E5E8F3 !important;
}
.wpfnl-checkout table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping td {
text-align: right;
}
.wpfnl-checkout table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping td .woocommerce-shipping-methods {
min-width: auto;
}
.wpfnl-checkout table.woocommerce-checkout-review-order-table th, .wpfnl-checkout table.woocommerce-checkout-review-order-table td {
border: none !important;
width: auto !important;
min-width: auto !important;
max-width: 100%;
padding: 5px 10px !important;
word-break: break-all;
}
.wpfnl-checkout table.woocommerce-checkout-review-order-table th::before, .wpfnl-checkout table.woocommerce-checkout-review-order-table td::before {
display: none;
}
.wpfnl-checkout table.woocommerce-checkout-review-order-table th.product-total, .wpfnl-checkout table.woocommerce-checkout-review-order-table td.product-total {
text-align: right;
width: auto !important;
min-width: max-content !important;
}
.wpfnl-checkout table.woocommerce-checkout-review-order-table thead {
display: block;
min-width: 100%;
max-width: 100%;
}
.wpfnl-checkout table.woocommerce-checkout-review-order-table thead tr th {
width: 100% !important;
text-align: center;
}
.wpfnl-checkout table.woocommerce-checkout-review-order-table thead tr th.product-total {
display: none;
}
.wpfnl-checkout table.woocommerce-checkout-review-order-table thead tr th .subtotal-text-for-mobile {
display: inline-block;
}
.wpfnl-checkout table.woocommerce-checkout-review-order-table tbody, .wpfnl-checkout table.woocommerce-checkout-review-order-table tfoot {
display: block;
min-width: 100%;
max-width: 100%;
}
.wpfnl-checkout table.woocommerce-checkout-review-order-table tfoot tr:last-child {
border-bottom: none;
}
}
@media only screen and (max-width: 450px) {
.wpfnl-checkout .wpfnl-checkout-variable-product table {
display: block;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.wpfnl-checkout table.woocommerce-checkout-review-order-table {
display: block;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.wpfnl-checkout .wpfnl-checkout-variable-product table .product-title .woocommerce-input-wrapper label.radio {
min-width: 210px;
}
.wpfnl-checkout table.woocommerce-checkout-review-order-table th:first-child,
.wpfnl-checkout table.woocommerce-checkout-review-order-table td:first-child {
min-width: 200px;
}
.wpfnl-checkout .woocommerce-shipping-methods {
min-width: 150px;
}
}
.wpfunnel_steps-template .thrv_wrapper div {
box-sizing: border-box !important;
}
.wpfunnel_steps-template #tve_editor .woocommerce-checkout * {
white-space: normal;
}
.wpfnl-thankyou-wrapper section {
padding: 0;
}
.wpfnl-thankyou-wrapper ul.woocommerce-thankyou-order-details {
display: flex;
flex-flow: row wrap;
background: #FFFFFF;
border: 1px solid #E5E8F3;
border-radius: 0 0 10px 10px;
margin-bottom: 20px;
}
.wpfnl-thankyou-wrapper ul.woocommerce-thankyou-order-details::after, .wpfnl-thankyou-wrapper ul.woocommerce-thankyou-order-details::before {
display: none;
}
.wpfnl-thankyou-wrapper ul.woocommerce-thankyou-order-details + p {
margin-bottom: 20px;
font-size: 16px;
color: #363B4E;
}
.wpfnl-thankyou-wrapper ul.woocommerce-thankyou-order-details li {
margin: 0;
list-style: none;
border-right: 1px solid #E5E8F3;
line-height: normal;
padding: 14px 20px;
font-size: 14px;
float: none;
color: #363B4E;
flex: 1;
}
.wpfnl-thankyou-wrapper ul.woocommerce-thankyou-order-details li:last-child {
border-right: none;
}
.wpfnl-thankyou-wrapper ul.woocommerce-thankyou-order-details li strong {
display: block;
margin-top: 6px;
color: #363B4E;
font-weight: 500;
font-size: 16px;
}
.wpfnl-thankyou-wrapper .woocommerce-customer-details .woocommerce-column__title,
.wpfnl-thankyou-wrapper .woocommerce-order-details__title,
.wpfnl-thankyou-wrapper .woocommerce-notice.woocommerce-thankyou-order-received {
background: #F7F7FA;
color: #363B4E;
box-sizing: border-box;
border-radius: 10px 10px 0px 0px;
margin: 0;
font-size: 22px;
line-height: 1.3;
font-weight: 500;
padding: 15px 20px;
border: 1px solid #E5E8F3;
border-bottom: none;
float: none !important;
display: block;
}
.wpfnl-thankyou-wrapper .woocommerce-order-details {
margin-bottom: 20px;
}
.wpfnl-thankyou-wrapper .woocommerce-order-details .woocommerce-table--order-details {
background: #fff;
border: 1px solid #E5E8F3;
border-radius: 0 0 10px 10px;
border-collapse: collapse;
}
.wpfnl-thankyou-wrapper .woocommerce-order-details .woocommerce-table--order-details th,
.wpfnl-thankyou-wrapper .woocommerce-order-details .woocommerce-table--order-details td {
border: none;
border-bottom: 1px solid #E5E8F3;
text-align: left;
font-size: 16px;
color: #363B4E;
padding: 14px 12px;
background-color: transparent;
}
.wpfnl-thankyou-wrapper .woocommerce-order-details .woocommerce-table--order-details th:first-child,
.wpfnl-thankyou-wrapper .woocommerce-order-details .woocommerce-table--order-details td:first-child {
padding-left: 20px;
width: 60%;
}
.wpfnl-thankyou-wrapper .woocommerce-order-details .woocommerce-table--order-details th:last-child,
.wpfnl-thankyou-wrapper .woocommerce-order-details .woocommerce-table--order-details td:last-child {
padding-right: 20px;
width: 40%;
}
.wpfnl-thankyou-wrapper .woocommerce-customer-details .woocommerce-columns--addresses {
display: flex;
flex-flow: row wrap;
}
.wpfnl-thankyou-wrapper .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column {
width: 50%;
margin: 0;
}
.wpfnl-thankyou-wrapper .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column.col-1 {
padding-right: 10px;
}
.wpfnl-thankyou-wrapper .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column.col-2 {
padding-left: 10px;
}
.wpfnl-thankyou-wrapper .woocommerce-customer-details address {
font-size: 16px;
line-height: 1.5;
margin: 0;
padding: 15px 20px;
border: 1px solid #E5E8F3;
background: #fff;
border-radius: 0 0 10px 10px;
height: calc(100% - 60px);
}
.wpfnl-thankyou-wrapper .woocommerce-customer-details address p:last-child {
margin-bottom: 0;
}
.wpfnl-thankyou-wrapper .woocommerce-bacs-bank-details .wc-bacs-bank-details-heading {
color: #363B4E;
box-sizing: border-box;
margin: 0 0 13px;
font-size: 22px;
line-height: 1.3;
font-weight: 500;
}
.wpfnl-thankyou-wrapper .woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name {
background: #F7F7FA;
color: #363B4E;
box-sizing: border-box;
border-radius: 10px 10px 0px 0px;
margin: 0;
font-size: 22px;
line-height: 1.3;
font-weight: 500;
padding: 15px 20px;
border: 1px solid #E5E8F3;
border-bottom: none;
float: none !important;
display: block;
}
.wpfnl-thankyou-wrapper .woocommerce-bacs-bank-details .wc-bacs-bank-details {
display: flex;
flex-flow: row wrap;
background: #FFFFFF;
border: 1px solid #E5E8F3;
border-radius: 0 0 10px 10px;
margin-bottom: 20px;
}
.wpfnl-thankyou-wrapper .woocommerce-bacs-bank-details .wc-bacs-bank-details li {
margin: 0;
list-style: none;
border-right: 1px solid #E5E8F3;
line-height: normal;
padding: 14px 20px;
font-size: 14px;
float: none;
color: #363B4E;
flex: 1;
}
.wpfnl-thankyou-wrapper .woocommerce-bacs-bank-details .wc-bacs-bank-details li strong {
display: block;
margin-top: 6px;
color: #363B4E;
font-weight: 500;
font-size: 16px;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-thankyou-wrapper .woocommerce-order-details .woocommerce-table--order-details th,
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-thankyou-wrapper .woocommerce-order-details .woocommerce-table--order-details td,
body.rtl .wpfnl-thankyou-wrapper .woocommerce-order-details .woocommerce-table--order-details th,
body.rtl .wpfnl-thankyou-wrapper .woocommerce-order-details .woocommerce-table--order-details td {
text-align: right;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-thankyou-wrapper .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column.col-2,
body.rtl .wpfnl-thankyou-wrapper .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column.col-2 {
padding-left: 0;
padding-right: 10px;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-thankyou-wrapper .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column.col-1,
body.rtl .wpfnl-thankyou-wrapper .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column.col-1 {
padding-right: 0;
padding-left: 10px;
} .wpfnl-elementor-display-order-overview-off .woocommerce-thankyou-order-details {
display: none;
}
.wpfnl-elementor-display-order-overview-on .woocommerce-thankyou-order-details {
display: flex;
} .wpfnl-elementor-display-order-details-off .woocommerce-order-details {
display: none;
}
.wpfnl-elementor-display-order-details-on .woocommerce-order-details {
display: block;
} .wpfnl-elementor-display-billing-address-off .wpfnl-thankyou-wrapper .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column.col-1 {
display: none;
}
.wpfnl-elementor-display-billing-address-off .wpfnl-thankyou-wrapper .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column.col-2 {
padding-left: 0;
}
.wpfnl-elementor-display-billing-address-on .wpfnl-thankyou-wrapper .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column.col-1 {
display: block;
}
.wpfnl-elementor-display-billing-address-on .wpfnl-thankyou-wrapper .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column.col-2 {
padding-left: 10px;
} .wpfnl-elementor-display-shipping-address-off .wpfnl-thankyou-wrapper .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column.col-2 {
display: none;
}
.wpfnl-elementor-display-shipping-address-off .wpfnl-thankyou-wrapper .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column.col-1 {
padding-right: 0;
}
.wpfnl-elementor-display-shipping-address-on .wpfnl-thankyou-wrapper .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column.col-2 {
display: block;
}
.wpfnl-elementor-display-shipping-address-on .wpfnl-thankyou-wrapper .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column.col-1 {
padding-right: 10px;
}
.wpfnl-elementor-display-shipping-address-off.wpfnl-elementor-display-billing-address-off .woocommerce-customer-details {
display: none;
}
@media only screen and (max-width: 991px) {
.wpfnl-thankyou-wrapper .woocommerce-bacs-bank-details .wc-bacs-bank-details li,
.wpfnl-thankyou-wrapper ul.woocommerce-thankyou-order-details li {
flex: inherit;
}
.wpfnl-thankyou-wrapper .woocommerce-bacs-bank-details .wc-bacs-bank-details li,
.wpfnl-thankyou-wrapper ul.woocommerce-thankyou-order-details li {
flex: inherit;
width: 33.3333333333%;
border-right: 1px solid #E5E8F3;
border-bottom: 1px solid #E5E8F3;
}
.wpfnl-thankyou-wrapper .woocommerce-bacs-bank-details .wc-bacs-bank-details li:last-child,
.wpfnl-thankyou-wrapper ul.woocommerce-thankyou-order-details li:last-child {
border-right: 1px solid #E5E8F3;
}
}
@media only screen and (max-width: 575px) {
.wpfnl-thankyou-wrapper .woocommerce-bacs-bank-details .wc-bacs-bank-details li,
.wpfnl-thankyou-wrapper ul.woocommerce-thankyou-order-details li {
width: 100%;
padding: 12px 14px;
}
.wpfnl-thankyou-wrapper .woocommerce-bacs-bank-details .wc-bacs-bank-details li strong,
.wpfnl-thankyou-wrapper ul.woocommerce-thankyou-order-details li strong {
word-break: break-all;
line-height: 1;
}
.wpfnl-thankyou-wrapper .woocommerce-customer-details .woocommerce-columns--addresses {
display: block;
}
.wpfnl-thankyou-wrapper .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column {
padding: 0 !important;
width: 100%;
}
.wpfnl-thankyou-wrapper .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column.col-1 {
margin-bottom: 20px;
}
}
.wpfnl-upsell-btn-wrapper {
display: flex;
flex-flow: column;
align-items: flex-start;
}
.wpfnl-upsell-btn-wrapper button {
display: flex;
flex-flow: row;
align-items: center;
}
.wpfnl-upsell-btn-wrapper button .wpfnl-loader {
margin-left: 8px;
border-color: #fff;
border-top-color: transparent;
width: 14px;
height: 14px;
}
.wpfnl-upsell-btn-wrapper .wpfnl-alert {
margin-top: 5px;
}
.wpfnl-upsell-btn-wrapper .wpfnl-alert.box {
margin-top: 7px;
}
#et-boc .et-l #wpfnl-offerbtn-wrapper,
#wpfnl-offerbtn-wrapper {
width: 100%;
}
#et-boc .et-l #wpfnl-offerbtn-wrapper .wpfnl-product-variation-title,
#wpfnl-offerbtn-wrapper .wpfnl-product-variation-title {
font-weight: 700;
font-size: 20px;
line-height: 1.1;
color: #363B4C;
margin: 0 0 13px 0;
border: none;
box-shadow: none;
}
#et-boc .et-l #wpfnl-offerbtn-wrapper .wpfnl-product-variation,
#wpfnl-offerbtn-wrapper .wpfnl-product-variation {
position: relative;
}
#et-boc .et-l #wpfnl-offerbtn-wrapper .has-variation-product,
#wpfnl-offerbtn-wrapper .has-variation-product {
border: 1px solid #F8F8FF;
border-radius: 10px;
padding: 4px 24px 24px;
}
#et-boc .et-l #wpfnl-offerbtn-wrapper .offer-variation-wrapper,
#wpfnl-offerbtn-wrapper .offer-variation-wrapper {
display: flex;
flex-flow: row wrap;
width: 100%;
margin-bottom: 10px;
position: relative;
}
#et-boc .et-l #wpfnl-offerbtn-wrapper .offer-variation-wrapper .offer-product-single-variation,
#wpfnl-offerbtn-wrapper .offer-variation-wrapper .offer-product-single-variation {
margin-right: 15px;
margin-top: 15px;
width: calc(50% - 8px);
}
#et-boc .et-l #wpfnl-offerbtn-wrapper .offer-variation-wrapper .offer-product-single-variation:nth-child(even),
#wpfnl-offerbtn-wrapper .offer-variation-wrapper .offer-product-single-variation:nth-child(even) {
margin-right: 0;
}
#et-boc .et-l #wpfnl-offerbtn-wrapper .offer-variation-wrapper .offer-product-single-variation .variation-attr-name,
#wpfnl-offerbtn-wrapper .offer-variation-wrapper .offer-product-single-variation .variation-attr-name {
font-size: 16px;
line-height: 1.3;
color: #363B4C;
text-transform: capitalize;
margin-bottom: 6px;
text-align: left;
font-weight: 500;
}
#et-boc .et-l #wpfnl-offerbtn-wrapper .offer-variation-wrapper .offer-product-single-variation .variation-attr-value,
#wpfnl-offerbtn-wrapper .offer-variation-wrapper .offer-product-single-variation .variation-attr-value {
position: relative;
}
#et-boc .et-l #wpfnl-offerbtn-wrapper .offer-variation-wrapper .offer-product-single-variation select,
#wpfnl-offerbtn-wrapper .offer-variation-wrapper .offer-product-single-variation select {
width: 100%;
height: auto;
-webkit-appearance: auto;
appearance: auto;
padding: 10px 14px;
color: #85868F;
border: 1px solid #E5E8F3;
border-radius: 5px;
font-size: 16px;
background: #FFFFFF;
outline: none;
box-shadow: none;
}
#et-boc .et-l #wpfnl-offerbtn-wrapper .offer-variation-wrapper .wpfnl-select-variation,
#wpfnl-offerbtn-wrapper .offer-variation-wrapper .wpfnl-select-variation {
display: block;
width: 100%;
font-size: 16px;
font-weight: 500;
color: #ee5f5a;
margin-bottom: 5px;
}
#et-boc .et-l #wpfnl-offerbtn-wrapper .offer-variation-wrapper .reset_variations,
#wpfnl-offerbtn-wrapper .offer-variation-wrapper .reset_variations {
line-height: 1;
font-size: 13px;
font-weight: 500;
color: #000000;
text-transform: capitalize;
padding: 7px 5px;
text-align: center;
width: 100%;
margin-top: 15px;
border-radius: 5px;
font-style: italic;
}
#et-boc .et-l #wpfnl-offerbtn-wrapper .offer-variation-wrapper .reset_variations[style*="visibility: hidden"],
#wpfnl-offerbtn-wrapper .offer-variation-wrapper .reset_variations[style*="visibility: hidden"] {
display: none;
}
#et-boc .et-l #wpfnl-offerbtn-wrapper .offer-variation-wrapper .reset_variations[style*="visibility: visible"],
#wpfnl-offerbtn-wrapper .offer-variation-wrapper .reset_variations[style*="visibility: visible"] {
display: block;
}
#et-boc .et-l #wpfnl-offerbtn-wrapper .variations select,
#wpfnl-offerbtn-wrapper .variations select {
height: auto !important;
}
#et-boc .et-l #wpfnl-offerbtn-wrapper .wpfnl-offerbtn-and-price-wrapper,
#wpfnl-offerbtn-wrapper .wpfnl-offerbtn-and-price-wrapper {
display: flex;
flex-flow: row wrap;
align-items: center;
justify-content: flex-start;
gap: 10px;
}
#et-boc .et-l #wpfnl-offerbtn-wrapper .wpfnl-offerbtn-and-price-wrapper.price-right,
#wpfnl-offerbtn-wrapper .wpfnl-offerbtn-and-price-wrapper.price-right {
flex-direction: row-reverse;
justify-content: flex-end;
}
#et-boc .et-l #wpfnl-offerbtn-wrapper .wpfnl-offerbtn-and-price-wrapper.price-top,
#wpfnl-offerbtn-wrapper .wpfnl-offerbtn-and-price-wrapper.price-top {
flex-direction: column;
align-items: flex-start;
}
#et-boc .et-l #wpfnl-offerbtn-wrapper .wpfnl-offerbtn-and-price-wrapper.price-bottom,
#wpfnl-offerbtn-wrapper .wpfnl-offerbtn-and-price-wrapper.price-bottom {
flex-direction: column-reverse;
align-items: flex-start;
}
#et-boc .et-l #wpfnl-offerbtn-wrapper .wpfnl-offer-product-price,
#wpfnl-offerbtn-wrapper .wpfnl-offer-product-price {
display: inline-flex;
align-items: center;
flex-flow: row-reverse;
}
#et-boc .et-l #wpfnl-offerbtn-wrapper .wpfnl-offer-product-price bdi,
#wpfnl-offerbtn-wrapper .wpfnl-offer-product-price bdi {
color: #000000;
font-weight: 700;
font-size: 32px;
line-height: 1.18;
text-decoration: none;
}
#et-boc .et-l #wpfnl-offerbtn-wrapper .wpfnl-offer-product-price del,
#wpfnl-offerbtn-wrapper .wpfnl-offer-product-price del {
margin-left: 6px !important;
margin-right: 8px;
}
#et-boc .et-l #wpfnl-offerbtn-wrapper .wpfnl-offer-product-price del bdi,
#wpfnl-offerbtn-wrapper .wpfnl-offer-product-price del bdi {
font-weight: 500;
font-size: 20px;
line-height: 1.1;
color: rgba(54, 59, 76, 0.8);
}
#et-boc .et-l #wpfnl-offerbtn-wrapper .wpfnl-offer-product-price ins,
#wpfnl-offerbtn-wrapper .wpfnl-offer-product-price ins {
text-decoration: none;
}
#et-boc .et-l #wpfnl-offerbtn-wrapper .offer-btn-loader,
#wpfnl-offerbtn-wrapper .offer-btn-loader {
display: block;
background: rgba(0, 0, 0, 0.2117647059);
width: calc(100% + 20px);
height: 100%;
position: absolute;
top: 8px;
left: -10px;
border-radius: 10px;
z-index: 2;
display: none;
}
#et-boc .et-l #wpfnl-offerbtn-wrapper .offer-btn-loader:before,
#wpfnl-offerbtn-wrapper .offer-btn-loader:before {
content: "";
position: absolute;
left: 50%;
top: 50%;
width: 40px;
height: 40px;
margin-top: -20px;
margin-left: -20px;
border: 3px solid #353535;
border-radius: 100%;
transform: translate(-50%, -50%);
border-top-color: #fff;
animation: spin 0.7s linear infinite;
}
#et-boc .et-l #wpfnl-offerbtn-wrapper .wpfnl-offerbtn-and-price-wrapper {
display: flex;
flex-flow: row wrap;
align-items: center;
}
.wp-block-wpfnl-offer-btn-center #wpfnl-offerbtn-wrapper,
.elementor-align-center #wpfnl-offerbtn-wrapper {
margin: 0 auto;
}
.wp-block-wpfnl-offer-btn-center #wpfnl-offerbtn-wrapper .wpfnl-offerbtn-and-price-wrapper,
.elementor-align-center #wpfnl-offerbtn-wrapper .wpfnl-offerbtn-and-price-wrapper {
justify-content: center;
}
.wp-block-wpfnl-offer-btn-center #wpfnl-offerbtn-wrapper .wpfnl-offerbtn-and-price-wrapper.price-top,
.elementor-align-center #wpfnl-offerbtn-wrapper .wpfnl-offerbtn-and-price-wrapper.price-top {
align-items: center;
}
.wp-block-wpfnl-offer-btn-center #wpfnl-offerbtn-wrapper .wpfnl-offerbtn-and-price-wrapper.price-right,
.elementor-align-center #wpfnl-offerbtn-wrapper .wpfnl-offerbtn-and-price-wrapper.price-right {
align-items: flex-end;
}
.wp-block-wpfnl-offer-btn-center #wpfnl-offerbtn-wrapper .wpfnl-offerbtn-and-price-wrapper.price-bottom,
.elementor-align-center #wpfnl-offerbtn-wrapper .wpfnl-offerbtn-and-price-wrapper.price-bottom {
align-items: center;
}
.wp-block-wpfnl-offer-btn-center #wpfnl-offerbtn-wrapper .wpfnl-product-variation-title {
text-align: center;
}
.oxy-offer-button-center {
text-align: center !important;
}
.oxy-offer-button-center #wpfnl-offerbtn-wrapper .wpfnl-offerbtn-and-price-wrapper {
justify-content: center;
}
.oxy-offer-button-center #wpfnl-offerbtn-wrapper .wpfnl-offerbtn-and-price-wrapper.price-top {
align-items: center;
}
.oxy-offer-button-center #wpfnl-offerbtn-wrapper .wpfnl-offerbtn-and-price-wrapper.price-right {
align-items: flex-end;
}
.oxy-offer-button-center #wpfnl-offerbtn-wrapper .wpfnl-offerbtn-and-price-wrapper.price-bottom {
align-items: center;
}
.wp-block-wpfnl-offer-btn-right #wpfnl-offerbtn-wrapper,
.elementor-align-right #wpfnl-offerbtn-wrapper {
margin-left: auto;
margin-right: 0;
}
.wp-block-wpfnl-offer-btn-right #wpfnl-offerbtn-wrapper .wpfnl-offerbtn-and-price-wrapper,
.elementor-align-right #wpfnl-offerbtn-wrapper .wpfnl-offerbtn-and-price-wrapper {
justify-content: flex-end;
}
.wp-block-wpfnl-offer-btn-right #wpfnl-offerbtn-wrapper .wpfnl-offerbtn-and-price-wrapper.price-top,
.elementor-align-right #wpfnl-offerbtn-wrapper .wpfnl-offerbtn-and-price-wrapper.price-top {
align-items: flex-end;
}
.wp-block-wpfnl-offer-btn-right #wpfnl-offerbtn-wrapper .wpfnl-offerbtn-and-price-wrapper.price-right,
.elementor-align-right #wpfnl-offerbtn-wrapper .wpfnl-offerbtn-and-price-wrapper.price-right {
justify-content: flex-start;
}
.wp-block-wpfnl-offer-btn-right #wpfnl-offerbtn-wrapper .wpfnl-offerbtn-and-price-wrapper.price-bottom,
.elementor-align-right #wpfnl-offerbtn-wrapper .wpfnl-offerbtn-and-price-wrapper.price-bottom {
align-items: flex-end;
}
.wp-block-wpfnl-offer-btn-right #wpfnl-offerbtn-wrapper .wpfnl-product-variation-title {
text-align: right;
}
.oxy-offer-button-right {
text-align: right !important;
}
.oxy-offer-button-right #wpfnl-offerbtn-wrapper .wpfnl-offerbtn-and-price-wrapper {
justify-content: flex-end;
}
.oxy-offer-button-right #wpfnl-offerbtn-wrapper .wpfnl-offerbtn-and-price-wrapper.price-top {
align-items: flex-end;
}
.oxy-offer-button-right #wpfnl-offerbtn-wrapper .wpfnl-offerbtn-and-price-wrapper.price-right {
justify-content: flex-start;
}
.oxy-offer-button-right #wpfnl-offerbtn-wrapper .wpfnl-offerbtn-and-price-wrapper.price-bottom {
align-items: flex-end;
}
.wpfnl-bump-order-content {
background: #f7f7f7;
margin: 20px 0;
}
.woocommerce-checkout-review-order > .wpfnl-bump-order-content,
.woocommerce > .wpfnl-bump-order-content {
margin-top: 0;
}
.wpfnl-content-container {
display: flex;
flex-flow: row wrap;
align-items: center;
}
.wpfnl-bump-order-offer-content-left {
width: 40%;
}
.wpfnl-bump-order-offer-content-left img {
display: block;
}
.wpfnl-bump-order-offer-content-right {
width: 60%;
padding: 30px;
}
.wpfnl-bump-order-offer-content-right .wpfnl-bump-order-field-wrap {
margin-bottom: 15px;
}
.wpfnl-bump-order-offer-content-right .wpfnl-bump-order-offer-title {
font-weight: 700;
font-size: 24px;
margin-bottom: 15px;
}
.wpfnl-bump-order-offer-content-right .wpfnl-bump-order-desc {
font-size: 18px;
line-height: 1.5;
}
.wpfnl-bump-order-content.vertical .wpfnl-content-container {
display: block;
}
.wpfnl-bump-order-content.vertical .wpfnl-bump-order-offer-content-left {
width: 100%;
}
.wpfnl-bump-order-content.vertical .wpfnl-bump-order-offer-content-right {
width: 100%;
padding: 20px;
}
.wpfnl-order-bump-wrapper .wpfnl-bump-order-label {
margin-left: 5px;
}
.wpfnl-order-bump-wrapper .wpfnl-product-title {
margin: 10px 0 0;
}
.wpfnl-order-bump-wrapper .wpfnl-product-description {
margin-top: 8px;
margin-bottom: 15px;
} .wpfnl-order-bump-wrapper.vertical .wpfnl-content-container {
display: block;
}
.wpfnl-order-bump-wrapper.vertical .wpfnl-content-container .wpfnl-bump-order-offer-content-left {
width: 100%;
}
.wpfnl-order-bump-wrapper.vertical .wpfnl-content-container .wpfnl-bump-order-offer-content-right {
width: 100%;
padding: 20px;
}
.wpfnl-order-bump__popup-wrapper {
position: fixed;
z-index: 999;
right: 50%;
top: -100%;
width: 100%;
max-width: 1160px;
padding: 0 20px;
border-radius: 11px;
transition: all 0.9s cubic-bezier(0.77, 0.2, 0.28, 0.88);
transform: translateX(50%);
}
.wpfnl-order-bump__popup-wrapper .close-order-bump {
height: 28px;
width: 28px;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
border-radius: 100%;
cursor: pointer;
position: absolute;
right: 27px;
top: 4px;
opacity: 0.6;
z-index: 1;
}
.wpfnl-order-bump__popup-wrapper .close-order-bump:hover {
opacity: 1;
}
.wpfnl-order-bump__popup-wrapper .wpfnl-order-bump__content-wrapper {
position: relative;
background-color: #FAFAFF;
display: flex;
flex-flow: row wrap;
align-items: center;
justify-content: space-between;
padding: 10px 50px 18px 20px;
box-shadow: 0 26px 20px 0px rgba(0, 0, 0, 0.1019607843);
}
.wpfnl-order-bump__popup-wrapper .wpfnl-order-bump__content-wrapper .oderbump-loader {
border-radius: 0;
}
.wpfnl-order-bump__popup-wrapper .wpfnl-order-bump__content-left {
width: 55%;
padding-right: 15px;
display: flex;
flex-flow: row wrap;
align-items: center;
}
.wpfnl-order-bump__popup-wrapper .wpfnl-order-bump__content-left .wpfnl-order-bump__image-area {
position: relative;
}
.wpfnl-order-bump__popup-wrapper .wpfnl-order-bump__content-left .wpfnl-order-bump__content-area {
width: calc(100% - 120px);
padding-left: 20px;
}
.wpfnl-order-bump__popup-wrapper .wpfnl-order-bump__content-left .order-bump__product-title {
color: #171719;
margin: 0 0 10px 0;
font-size: 20px;
font-weight: 700;
}
.wpfnl-order-bump__popup-wrapper .wpfnl-order-bump__content-left .order-bump__product-detail {
margin: 0;
font-size: 15px;
color: #777777;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.wpfnl-order-bump__popup-wrapper .wpfnl-order-bump__content-left .order-bump__product-price {
margin: 7px 0 0 0;
color: #4d4d4e;
font-size: 15px;
font-weight: 700;
}
.wpfnl-order-bump__popup-wrapper .wpfnl-order-bump__content-right {
max-width: 45%;
position: relative;
}
.wpfnl-order-bump__popup-wrapper .wpfnl-order-bump__button input[type=checkbox] {
display: none;
}
.wpfnl-order-bump__popup-wrapper .wpfnl-order-bump__button label {
font-size: 15px;
color: #171719;
font-weight: 500;
cursor: pointer;
transition: all 0.3s ease;
display: inline-block;
}
.wpfnl-order-bump__popup-wrapper .wpfnl-order-bump__button.mobile-btn {
display: none;
}
.wpfnl-order-bump__popup-wrapper .wpfnl-order-bump__button .wpfnl-bump-order-label {
position: relative;
padding-left: 28px;
}
.wpfnl-order-bump__popup-wrapper .wpfnl-order-bump__button .wpfnl-bump-order-label:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 20px;
height: 20px;
border: 1px solid #6E42D2;
border-radius: 4px;
background: #fafaff;
}
.wpfnl-order-bump__popup-wrapper .wpfnl-order-bump__button .wpfnl-bump-order-label:after {
content: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgOCA4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yLjg5NCA4YS44NDMuODQzIDAgMDEtLjY0Ny0uMzA1TC4yMDUgNS4yNTJhLjg4OC44ODggMCAwMS4wOTItMS4yMy44MzYuODM2IDAgMDExLjIuMDk0bDEuMzM2IDEuNTk3TDcuMDUzLjQ5NWMuNjUzLS45MzggMS4zMzctLjQxOS42OC41MjRMMy41ODcgNy42MzVBLjg0Ni44NDYgMCAwMTIuODk0IDh6Ii8+PC9zdmc+);
position: absolute;
left: 5px;
top: 0px;
width: 10px;
height: 10px;
opacity: 0;
transition: all 0.3s ease;
}
.wpfnl-order-bump__popup-wrapper .wpfnl-order-bump__button input[type=checkbox]:checked + .wpfnl-bump-order-label:after {
opacity: 1;
}
.wpfnl-order-bump__popup-wrapper .wpfnl-order-bump__image-area img {
height: 120px;
display: block;
position: relative;
}
@media only screen and (max-width: 767px) {
.wpfnl-order-bump__popup-wrapper .wpfnl-order-bump__content-wrapper {
display: block;
}
.wpfnl-order-bump__popup-wrapper .wpfnl-order-bump__content-left {
width: 100%;
padding-right: 0;
}
.wpfnl-order-bump__popup-wrapper .wpfnl-order-bump__content-right {
max-width: 100%;
}
.wpfnl-order-bump__popup-wrapper .wpfnl-order-bump__button {
margin-top: 10px;
}
}
@media only screen and (max-width: 575px) {
.wpfnl-order-bump__popup-wrapper .close-order-bump {
height: 24px;
width: 24px;
right: 10px;
top: -10px;
border: 1px solid #7A8B9A;
background: #fafaff;
}
.wpfnl-order-bump__popup-wrapper .close-order-bump svg {
width: 10px;
height: 10px;
}
.wpfnl-order-bump__popup-wrapper .wpfnl-order-bump__content-left .order-bump__product-title {
font-size: 17px;
}
}
@media only screen and (max-width: 470px) {
.wpfnl-order-bump__popup-wrapper .wpfnl-order-bump__content-wrapper {
padding: 18px 20px 18px 20px;
}
.wpfnl-order-bump__popup-wrapper .wpfnl-order-bump__content-left {
display: block;
}
.wpfnl-order-bump__popup-wrapper .wpfnl-order-bump__content-left .wpfnl-order-bump__content-area {
width: 100%;
padding-left: 0;
text-align: center;
}
.wpfnl-order-bump__popup-wrapper .wpfnl-order-bump__image-area img {
margin: 0 auto 12px;
}
.wpfnl-order-bump__popup-wrapper .wpfnl-order-bump__button {
text-align: center;
}
}
.funnel-landing-block {
border-radius: 5px;
color: white;
padding: 0.5em;
text-decoration: none;
}
.wpfnl-checkout-form-wpfnl-multistep .wpfnl-multistep-wizard,
.wpfnl-multistep .wpfnl-multistep-wizard {
display: flex;
flex-flow: row wrap;
position: relative;
margin-bottom: 40px;
list-style: none !important;
padding: 0 !important;
}
.wpfnl-checkout-form-wpfnl-multistep .wpfnl-multistep-wizard:before,
.wpfnl-multistep .wpfnl-multistep-wizard:before {
content: "";
position: absolute;
top: 24px;
left: 0;
width: 100%;
height: 2px;
background: #eee;
z-index: 0;
}
.wpfnl-checkout-form-wpfnl-multistep .wpfnl-multistep-wizard > li,
.wpfnl-multistep .wpfnl-multistep-wizard > li {
flex: 1;
text-align: center;
}
.wpfnl-checkout-form-wpfnl-multistep .wpfnl-multistep-wizard > li:before,
.wpfnl-multistep .wpfnl-multistep-wizard > li:before {
content: "";
position: absolute;
top: 24px;
left: 0;
width: 100%;
height: 2px;
background: transparent;
}
.wpfnl-checkout-form-wpfnl-multistep .wpfnl-multistep-wizard > li.completed:before, .wpfnl-checkout-form-wpfnl-multistep .wpfnl-multistep-wizard > li.current:before,
.wpfnl-multistep .wpfnl-multistep-wizard > li.completed:before,
.wpfnl-multistep .wpfnl-multistep-wizard > li.current:before {
background: #6E42D3;
}
.wpfnl-checkout-form-wpfnl-multistep .wpfnl-multistep-wizard li,
.wpfnl-multistep .wpfnl-multistep-wizard li {
position: relative;
z-index: 1;
}
.wpfnl-checkout-form-wpfnl-multistep .wpfnl-multistep-wizard li button,
.wpfnl-multistep .wpfnl-multistep-wizard li button {
color: #363B4E !important;
background: transparent !important;
border: none;
box-shadow: none;
outline: none;
border-radius: 0;
padding: 0;
margin: 0;
box-sizing: border-box;
font-weight: 700;
text-decoration: none;
position: relative;
z-index: 2;
}
.wpfnl-checkout-form-wpfnl-multistep .wpfnl-multistep-wizard li button:focus,
.wpfnl-checkout-form-wpfnl-multistep .wpfnl-multistep-wizard li button:hover,
.wpfnl-multistep .wpfnl-multistep-wizard li button:focus,
.wpfnl-multistep .wpfnl-multistep-wizard li button:hover {
color: #363B4E !important;
background: transparent !important;
border: none;
box-shadow: none;
outline: none;
border-radius: 0;
}
.wpfnl-checkout-form-wpfnl-multistep .wpfnl-multistep-wizard li .step-icon,
.wpfnl-multistep .wpfnl-multistep-wizard li .step-icon {
width: 50px;
height: 50px;
border: 4px solid #ffffff;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
margin: 0 auto 10px;
border-radius: 50%;
background: #e8e8ed;
box-shadow: 0 4px 9px rgba(34, 34, 34, 0.231372549);
}
.wpfnl-checkout-form-wpfnl-multistep .wpfnl-multistep-wizard li .step-title,
.wpfnl-multistep .wpfnl-multistep-wizard li .step-title {
color: #363B4E;
margin: 0;
padding: 0 10px;
font-size: 18px;
line-height: 1.2;
font-weight: 500;
display: block;
}
.wpfnl-checkout-form-wpfnl-multistep .wpfnl-multistep-wizard li.completed .step-icon, .wpfnl-checkout-form-wpfnl-multistep .wpfnl-multistep-wizard li.current .step-icon,
.wpfnl-multistep .wpfnl-multistep-wizard li.completed .step-icon,
.wpfnl-multistep .wpfnl-multistep-wizard li.current .step-icon {
border-color: #6E42D3;
background: #6E42D3;
}
.wpfnl-checkout-form-wpfnl-multistep .wpfnl-multistep-wizard li.completed .step-icon path, .wpfnl-checkout-form-wpfnl-multistep .wpfnl-multistep-wizard li.current .step-icon path,
.wpfnl-multistep .wpfnl-multistep-wizard li.completed .step-icon path,
.wpfnl-multistep .wpfnl-multistep-wizard li.current .step-icon path {
fill: #fff;
}
.wpfnl-checkout-form-wpfnl-multistep .wpfnl-multistep-navigation,
.wpfnl-multistep .wpfnl-multistep-navigation {
display: flex;
flex-flow: row wrap;
justify-content: flex-end;
margin-top: 30px;
}
.wpfnl-checkout-form-wpfnl-multistep .wpfnl-multistep-navigation button[type=button],
.wpfnl-multistep .wpfnl-multistep-navigation button[type=button] {
padding: 14px 25px;
font-weight: 600;
font-size: 16px;
min-width: 120px;
background: #6E42D3;
color: #fff;
border-radius: 6px;
margin: 0 0 0 15px;
box-sizing: border-box;
box-shadow: none;
outline: none;
border: none;
height: auto;
text-align: center;
display: block;
}
.wpfnl-checkout-form-wpfnl-multistep .wpfnl-multistep-navigation button[type=button]:disabled,
.wpfnl-multistep .wpfnl-multistep-navigation button[type=button]:disabled {
opacity: 0.5;
cursor: not-allowed;
user-select: none;
}
.wpfnl-checkout-form-wpfnl-multistep .woocommerce-form-coupon-toggle,
.wpfnl-multistep .woocommerce-form-coupon-toggle {
display: none;
}
.wpfnl-multistep.wpfnl-2-step .woocommerce #wpfnl_checkout_shipping {
display: block;
}
.wpfnl-checkout-form-wpfnl-multistep .woocommerce #customer_details.col2-set,
.wpfnl-multistep .woocommerce #customer_details.col2-set {
width: 100% !important;
padding-right: 0;
margin: 0 !important;
float: none !important;
display: block;
}
.woocommerce-page.woocommerce-checkout .wpfnl-checkout-form-wpfnl-multistep form #order_review,
.wpfnl-checkout-form-wpfnl-multistep .woocommerce #order_review,
.woocommerce-page.woocommerce-checkout .wpfnl-multistep form #order_review,
.wpfnl-multistep .woocommerce #order_review {
width: 100% !important;
padding-left: 0;
display: none;
float: none !important;
}
.wpfnl-checkout-form-wpfnl-multistep .user-not-logedin #wpfnl_checkout_billing,
.wpfnl-multistep.wpfnl-2-step .user-not-logedin #wpfnl_checkout_billing,
.wpfnl-multistep .user-not-logedin #wpfnl_checkout_billing {
display: none;
}
.wpfnl-checkout-form-wpfnl-multistep .woocommerce #wpfnl_checkout_shipping,
.wpfnl-multistep.wpfnl-2-step .user-not-logedin #wpfnl_checkout_shipping,
.wpfnl-multistep .woocommerce #wpfnl_checkout_shipping {
display: none;
}
@media only screen and (max-width: 575px) {
.wpfnl-checkout-form-wpfnl-multistep .wpfnl-multistep-wizard li .step-title,
.wpfnl-multistep .wpfnl-multistep-wizard li .step-title {
font-size: 15px;
}
}
.wpfnl-express-checkout .wpfnl-express-checkout-wrapper {
display: flex;
flex-flow: row wrap;
align-items: flex-start;
}
.wpfnl-express-checkout .wpfnl-express-checkout-wrapper .wpfnl-express-checkout-left {
width: 60%;
}
.wpfnl-express-checkout .wpfnl-express-checkout-wrapper .wpfnl-express-checkout-left .express-shipping-table {
margin-bottom: 20px;
background: #ffffff;
border-radius: 10px;
border: 1px solid #E5E8F3;
}
.wpfnl-express-checkout .wpfnl-express-checkout-wrapper .wpfnl-express-checkout-left .express-shipping-table table td, .wpfnl-express-checkout .wpfnl-express-checkout-wrapper .wpfnl-express-checkout-left .express-shipping-table table th {
border: none;
text-align: left;
padding: 10px 15px;
white-space: initial;
}
.wpfnl-express-checkout .wpfnl-express-checkout-wrapper .wpfnl-express-checkout-left .express-shipping-table table th {
width: 110px;
border-right: 1px solid #E5E8F3;
vertical-align: middle;
}
.wpfnl-express-checkout .wpfnl-express-checkout-wrapper .wpfnl-express-checkout-right {
margin-left: 30px;
padding: 30px;
width: calc(40% - 30px);
position: sticky;
top: 0;
background: #f7f7f7;
}
.wpfnl-express-checkout .wpfnl-express-checkout-wrapper .wpfnl-express-checkout-right .woocommerce-NoticeGroup {
display: none;
position: absolute;
opacity: 0;
visibility: hidden;
}
.wpfnl-express-checkout .wpfnl-express-checkout-wrapper .wpfnl-express-checkout-right .responsive-table {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.wpfnl-express-checkout .wpfnl-express-checkout-wrapper .wpfnl-express-checkout-right form.woocommerce-checkout {
display: block;
margin-top: 0;
}
.wpfnl-express-checkout .wpfnl-express-checkout-wrapper .wpfnl-express-checkout-right #order_review_heading,
.wpfnl-express-checkout .wpfnl-express-checkout-wrapper .wpfnl-express-checkout-right #order_review {
background: #F7F7FA;
color: #363B4E;
box-sizing: border-box;
border-radius: 10px 10px 0px 0px;
margin: 0;
font-size: 22px;
line-height: 1.2;
font-weight: 500;
padding: 15px 20px;
border: 1px solid #E5E8F3;
border-bottom: none;
float: none;
display: block;
width: 100%;
}
.wpfnl-express-checkout .wpfnl-express-checkout-wrapper .wpfnl-express-checkout-right .woocommerce-checkout-review-order-table thead:first-child tr:first-child th {
border-top: none;
}
.wpfnl-express-checkout .wpfnl-express-checkout-wrapper .wpfnl-express-checkout-right table.woocommerce-checkout-review-order-table {
margin: 0;
}
@media only screen and (max-width: 991px) {
.wpfnl-express-checkout .wpfnl-express-checkout-wrapper {
flex-flow: column-reverse;
}
.wpfnl-express-checkout .wpfnl-express-checkout-wrapper .wpfnl-express-checkout-left {
width: 100%;
}
.wpfnl-express-checkout .wpfnl-express-checkout-wrapper .wpfnl-express-checkout-right {
margin-left: 0;
padding: 0;
width: 100%;
position: relative;
top: 0;
background: transparent;
margin-bottom: 30px;
}
}
.wpfnl-optin-form.clickto-expand-optin {
display: none;
}
.wpfnl-optin-form .wpfnl-optin-form-group {
width: 100%;
margin-bottom: 12px;
}
.wpfnl-optin-form .wpfnl-optin-form-group:last-child {
margin-bottom: 0;
}
.wpfnl-optin-form .wpfnl-optin-form-group > label {
display: block;
font-weight: 500;
font-size: 15px;
line-height: 1.33;
color: #363B4E;
margin-bottom: 7px;
text-align: left;
}
.wpfnl-optin-form .wpfnl-optin-form-group .required-mark {
color: #df1010;
}
.wpfnl-optin-form .wpfnl-optin-form-group .input-wrapper {
display: block;
position: relative;
}
.wpfnl-optin-form .wpfnl-optin-form-group .input-wrapper .field-icon {
position: absolute;
top: 50%;
right: 16px;
line-height: 1;
transform: translateY(-50%);
}
.wpfnl-optin-form .wpfnl-optin-form-group textarea,
.wpfnl-optin-form .wpfnl-optin-form-group input[type=text],
.wpfnl-optin-form .wpfnl-optin-form-group input[type=email] {
width: 100%;
background-image: none !important;
border: 1px solid #DFE1E8;
margin: 0;
font-size: 15px;
line-height: 1.33;
color: #7A8B9A;
padding: 11px 40px 11px 14px;
border-radius: 5px;
background: #FFFFFF;
}
.wpfnl-optin-form .wpfnl-optin-form-group .btn-optin {
background-color: #6E42D3;
color: #fff;
text-align: center;
padding: 12px 20px 13px;
line-height: 1.3 !important;
display: inline-flex;
align-items: center;
justify-content: center;
cursor: pointer;
border: none;
}
.wpfnl-optin-form .wpfnl-optin-form-group .btn-optin:hover {
background-color: #4C25A5;
}
.wpfnl-optin-form .wpfnl-optin-form-group .btn-optin .wpfnl-loader {
position: relative;
top: 2px;
}
.wpfnl-optin-form .wpfnl-optin-form-group .btn-optin[disabled] {
opacity: 0.7;
cursor: not-allowed;
}
.wpfnl-optin-form .wpfnl-optin-form-group.user-registration-checkbox, .wpfnl-optin-form .wpfnl-optin-form-group.acceptance-checkbox {
margin-bottom: 20px;
}
.wpfnl-optin-form .wpfnl-optin-form-group.user-registration-checkbox input[type=checkbox], .wpfnl-optin-form .wpfnl-optin-form-group.acceptance-checkbox input[type=checkbox] {
position: absolute;
opacity: 0;
z-index: 0;
}
.wpfnl-optin-form .wpfnl-optin-form-group.user-registration-checkbox > label, .wpfnl-optin-form .wpfnl-optin-form-group.acceptance-checkbox > label {
font-size: 15px;
line-height: 1.33;
color: #7A8B9A;
padding: 0 0 0 26px;
margin: 0;
position: relative;
cursor: pointer;
z-index: 1;
}
.wpfnl-optin-form .wpfnl-optin-form-group.user-registration-checkbox > label .check-box, .wpfnl-optin-form .wpfnl-optin-form-group.acceptance-checkbox > label .check-box {
content: "";
position: absolute;
left: 0;
top: 1px;
width: 18px;
height: 18px;
border-radius: 4px;
border: 2px solid #72737e;
background-color: transparent;
transition: all 0.3s ease;
}
.wpfnl-optin-form .wpfnl-optin-form-group.user-registration-checkbox > label p, .wpfnl-optin-form .wpfnl-optin-form-group.acceptance-checkbox > label p {
display: inline-block;
padding: 0 !important;
margin: 0 !important;
line-height: 1 !important;
}
.wpfnl-optin-form .wpfnl-optin-form-group.user-registration-checkbox > label .check-box::after, .wpfnl-optin-form .wpfnl-optin-form-group.acceptance-checkbox > label .check-box::after {
content: "";
position: absolute;
top: calc(50% + 1px);
left: calc(50% - 4px);
width: 7px;
height: 11px;
background: transparent;
border-radius: 2px;
opacity: 0;
transform: rotate(45deg) skewX(10deg) translate(-50%, -50%);
transition: all 0.3s ease;
border: 3px solid #fff;
border-left: none;
border-top: none;
}
.wpfnl-optin-form .wpfnl-optin-form-group.user-registration-checkbox input[type=checkbox]:checked + label .check-box, .wpfnl-optin-form .wpfnl-optin-form-group.acceptance-checkbox input[type=checkbox]:checked + label .check-box {
background-color: #6E42D3;
border-color: #6E42D3;
}
.wpfnl-optin-form .wpfnl-optin-form-group.user-registration-checkbox input[type=checkbox]:checked + label .check-box::after, .wpfnl-optin-form .wpfnl-optin-form-group.acceptance-checkbox input[type=checkbox]:checked + label .check-box::after {
opacity: 1;
}
.wpfnl-optin-form .wpfnl-optin-form-group.submit.align-left {
text-align: left;
}
.wpfnl-optin-form .wpfnl-optin-form-group.submit.align-center {
text-align: center;
}
.wpfnl-optin-form .wpfnl-optin-form-group.submit.align-right {
text-align: right;
}
.wpfnl-optin-form .wpfnl-optin-form-group.submit.align-justify .btn-optin {
width: 100%;
}
.wpfnl-optin-form .wpfnl-optin-form-group.submit.align-justify .btn-optin .elementor-button-text {
flex-grow: inherit;
}
.wpfnl-optin-form .response {
text-transform: capitalize;
font-size: 13px;
font-weight: 500;
border-radius: 3px;
cursor: default;
}
.wpfnl-optin-clickto-expand.align-center {
text-align: center;
}
.wpfnl-optin-clickto-expand.align-right {
text-align: right;
}
.wpfnl-optin-clickto-expand.align-justify .clickto-expand-btn {
width: 100%;
}
.wpfnl-optin-clickto-expand.align-justify .clickto-expand-btn .elementor-button-text {
flex-grow: initial;
}
.wpfunnels-block-next-step-button:after,
.wpfnl-gutenberg-optin-form-wrapper .submit button:after {
content: "";
border: 2px solid #8265c5;
border-radius: 50%;
border-top: 2px solid #fff;
width: 13px;
height: 13px;
animation: spin 0.7s linear infinite;
display: none;
margin-left: 5px;
position: relative;
top: 1px;
}
.wpfunnels-block-next-step-button.show-loader:after,
.wpfnl-gutenberg-optin-form-wrapper .submit button.show-loader:after {
display: inline-block;
}
.et-db #et-boc .et-l .et_pb_button.wpfnl_next_step_button:after {
content: "" !important;
border: 2px solid #8265c5;
border-radius: 50%;
border-top: 2px solid #fff;
width: 13px;
height: 13px;
animation: spin 0.7s linear infinite;
display: none;
margin-left: 5px !important;
position: relative !important;
top: 1px;
opacity: 1 !important;
}
.et-db #et-boc .et-l .et_pb_button.wpfnl_next_step_button.show-loader:after {
display: inline-block !important;
}
.wpfnl-optin-form .wpfnl-optin-form-wrapper.form-style1 {
display: flex;
flex-flow: row wrap;
}
.wpfnl-optin-form .wpfnl-optin-form-wrapper.form-style1 .wpfnl-optin-form-group:nth-child(1) {
width: 50%;
padding-right: 10px;
}
.wpfnl-optin-form .wpfnl-optin-form-wrapper.form-style1 .wpfnl-optin-form-group:nth-child(2) {
width: 50%;
padding-left: 10px;
}
.wpfnl-optin-form .wpfnl-optin-form-wrapper.form-style1 .wpfnl-optin-form-group:nth-child(3) {
width: 50%;
padding-right: 10px;
}
.wpfnl-optin-form .wpfnl-optin-form-wrapper.form-style1 .wpfnl-optin-form-group:nth-child(4) {
width: 50%;
padding-left: 10px;
}
.wpfnl-optin-form .wpfnl-optin-form-wrapper.form-style1 .wpfnl-optin-form-group.message {
width: 100%;
padding: 0;
}
.wpfnl-optin-form .wpfnl-optin-form-wrapper.form-style1 .wpfnl-optin-form-group.user-registration-checkbox,
.wpfnl-optin-form .wpfnl-optin-form-wrapper.form-style1 .wpfnl-optin-form-group.acceptance-checkbox {
width: 100%;
padding: 0;
}
.wpfnl-optin-form .wpfnl-optin-form-wrapper.form-style1 .btn-optin {
background-color: #EE8134;
}
.wpfnl-optin-form .wpfnl-optin-form-wrapper.form-style1 .btn-optin:hover {
background-color: #d76515;
}
.wpfnl-optin-form .wpfnl-optin-form-wrapper.form-style2 .wpfnl-optin-form-group.submit {
text-align: right;
}
.wpfnl-optin-form .wpfnl-optin-form-wrapper.form-style2 .wpfnl-optin-form-group.submit.align-left {
text-align: left;
}
.wpfnl-optin-form .wpfnl-optin-form-wrapper.form-style2 .wpfnl-optin-form-group.submit.align-center {
text-align: center;
}
.wpfnl-optin-form .wpfnl-optin-form-wrapper.form-style2 .wpfnl-optin-form-group.submit.align-right {
text-align: right;
}
.wpfnl-optin-form .wpfnl-optin-form-wrapper.form-style2 .wpfnl-optin-form-group.submit.align-justify .btn-optin {
width: 100%;
}
.wpfnl-optin-form .wpfnl-optin-form-wrapper.form-style2 .wpfnl-optin-form-group.submit.align-justify .btn-optin .elementor-button-text {
flex-grow: inherit;
}
.wpfnl-optin-form .wpfnl-optin-form-wrapper.form-style2 .btn-optin {
background-color: #EE8134;
width: auto;
}
.wpfnl-optin-form .wpfnl-optin-form-wrapper.form-style2 .btn-optin:hover {
background-color: #d76515;
}
.wpfnl-optin-form .wpfnl-optin-form-wrapper.form-style3 .wpfnl-optin-form-group.user-registration-checkbox input[type=checkbox]:checked + label .check-box,
.wpfnl-optin-form .wpfnl-optin-form-wrapper.form-style3 .wpfnl-optin-form-group.acceptance-checkbox input[type=checkbox]:checked + label .check-box {
background-color: #00D057;
border-color: #00D057;
}
.wpfnl-optin-form .wpfnl-optin-form-wrapper.form-style3 .wpfnl-optin-form-group.user-registration-checkbox label a,
.wpfnl-optin-form .wpfnl-optin-form-wrapper.form-style3 .wpfnl-optin-form-group.acceptance-checkbox label a {
color: #EE8134;
}
.wpfnl-optin-form .wpfnl-optin-form-wrapper.form-style3 .btn-optin {
background-color: #EE8134;
width: 100%;
}
.wpfnl-optin-form .wpfnl-optin-form-wrapper.form-style3 .btn-optin:hover {
background-color: #d76515;
}
.wpfnl-optin-form .wpfnl-optin-form-wrapper.form-style4 .btn-optin {
border-radius: 50px;
width: 100%;
}
@media only screen and (max-width: 767px) {
.wpfnl-optin-form .wpfnl-optin-form-wrapper.form-style1 .wpfnl-optin-form-group {
padding: 0 !important;
width: 100% !important;
}
}
.wpfnl-bricks-optin-form-wrapper {
width: 100%;
}
.submit-button-wrapper .clickto-expand-btn {
color: #fff;
}
.theme-bricks .brxe-wpfnl_checkout {
width: 100%;
}
.theme-bricks .wpfnl-checkout #ship-to-different-address label input[type=checkbox] {
display: none !important;
}
.theme-bricks .wpfnl-checkout .woocommerce #payment #place_order {
transition: all 0.3s ease;
}
.theme-bricks .woocommerce-checkout #customer_details {
float: none;
margin-right: 0;
width: 50%;
}
.theme-bricks .woocommerce-checkout #order_review {
border: none;
float: none;
width: 50%;
}
.theme-bricks .wpfnl-checkout .wpfnl-checkout-form-one-column .woocommerce #customer_details,
.theme-bricks .wpfnl-checkout.wpfnl-col-1 .woocommerce #customer_details,
.theme-bricks .woocommerce-page .wpfnl-checkout.wpfnl-col-1 #customer_details {
width: 100%;
margin: 0;
max-width: 100%;
padding: 0;
flex: inherit;
}
.theme-bricks .wpfnl-checkout.wpfnl-col-1 .woocommerce #order_review {
width: 100%;
padding-left: 0;
}
.theme-bricks .wpfnl-checkout .woocommerce-checkout #payment div.payment_box:before {
background: transparent;
}
.wpfnl-lms-checkout .lms-checkout-header {
background: #F7F7FA;
border: 1px solid #F2F3F8;
border-radius: 10px 10px 0px 0px;
padding: 18px 30px 19px;
}
.wpfnl-lms-checkout .lms-checkout-header h4 {
font-weight: 600;
font-size: 18px;
line-height: 1.2;
color: #000000;
}
.wpfnl-lms-checkout .lms-checkout-body {
background: #FFFFFF;
border: 1px solid #F2F3F8;
border-radius: 0px 0px 10px 10px;
padding: 26px 30px 30px;
margin: -1px 0 0 0;
display: flex;
flex-flow: row wrap;
}
.wpfnl-lms-checkout .lms-checkout-body .course-image {
width: 21%;
min-height: 190px;
}
.wpfnl-lms-checkout .lms-checkout-body .course-image img {
border-radius: 15px;
height: 100%;
width: 100%;
object-fit: cover;
}
.wpfnl-lms-checkout .lms-checkout-body .course-content {
width: 79%;
padding-left: 5.5%;
}
.wpfnl-lms-checkout .lms-checkout-body .course-title {
font-weight: 700;
font-size: 18px;
line-height: 1.3;
color: #373B4C;
margin-bottom: 13px;
}
.wpfnl-lms-checkout .lms-checkout-body .course-title .no-of-lesson {
position: relative;
display: block;
font-weight: 400;
font-size: 14px;
line-height: 1.2;
color: #656976;
}
.wpfnl-lms-checkout .lms-checkout-body .lms-single-block {
margin-bottom: 17px;
}
.wpfnl-lms-checkout .lms-checkout-body .lms-single-block:last-child {
margin-bottom: 0;
}
.wpfnl-lms-checkout .lms-checkout-body .lms-single-block .lms-block-title {
font-weight: 600;
font-size: 16px;
line-height: 1.25;
color: #373B4C;
margin-bottom: 3px;
}
.wpfnl-lms-checkout .lms-checkout-body .lms-single-block .course-description {
font-weight: 400;
font-size: 14px;
line-height: 1.5;
color: #656976;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.wpfnl-lms-checkout .lms-checkout-body .lms-single-block .course-plan {
font-weight: 500;
font-size: 16px;
line-height: 1.4;
color: #656976;
}
.wpfnl-lms-checkout .lms-checkout-body .lms-single-block .course-plan .primary-color {
color: #6E42D3;
}
.wpfnl-lms-checkout .lms-checkout-body .lms-single-block .course-plan small {
font-weight: 400;
}
.wpfnl-lms-checkout .lms-checkout-footer {
display: flex;
flex-flow: row wrap;
align-items: center;
justify-content: flex-end;
padding: 15px 0;
}
.wpfnl-lms-checkout .lms-checkout-footer .footer-title {
font-weight: 600;
font-size: 16px;
line-height: 1.3;
color: #373B4C;
margin: 0;
padding: 0;
}
.wpfnl-lms-checkout .lms-checkout-footer .footer-price {
color: #6E42D3;
margin-left: 40px;
display: inline-block;
}
.wpfnl-lms-checkout .lms-checkout-footer .learndash_checkout_buttons {
margin: 0;
}
.wpfnl-lms-checkout .lms-checkout-footer .btn-default,
.wpfnl-lms-checkout .lms-checkout-footer .ld-login-button,
.wpfnl-lms-checkout .lms-checkout-footer #btn-join,
.wpfnl-lms-checkout .lms-checkout-footer .btn-join {
border-radius: 5px;
background-color: #6E42D3;
color: #FFFFFF;
font-size: 16px;
line-height: 1.3;
padding: 15px 47px;
margin-left: 50px;
font-weight: 600;
outline: none;
box-shadow: none;
width: auto;
}
.wpfnl-lms-checkout .lms-checkout-footer .wpfnl-lms-access-course-message {
width: 100%;
text-align: right;
font-size: 16px;
line-height: 1.3;
font-weight: 600;
margin-top: 8px;
color: #373B4C;
}
.jq-dropdown.jq-dropdown-tip {
margin-top: 37px;
}
.jq-dropdown .jq-dropdown-menu {
padding: 6px;
border-radius: 6px;
}
@media only screen and (max-width: 991px) {
.wpfnl-lms-checkout .lms-checkout-body .course-image {
width: 30%;
}
.wpfnl-lms-checkout .lms-checkout-body .course-content {
width: 70%;
padding-left: 24px;
}
}
@media only screen and (max-width: 767px) {
.wpfnl-lms-checkout .lms-checkout-header {
padding: 14px 15px 13px;
}
.wpfnl-lms-checkout .lms-checkout-body {
display: block;
padding: 15px;
}
.wpfnl-lms-checkout .lms-checkout-body .course-image img {
border-radius: 10px;
height: inherit;
width: auto;
object-fit: inherit;
}
.wpfnl-lms-checkout .lms-checkout-body .course-image {
width: 100%;
}
.wpfnl-lms-checkout .lms-checkout-body .course-content {
width: 100%;
padding-left: 0;
margin-top: 16px;
}
.wpfnl-lms-checkout .lms-checkout-footer .footer-price {
margin-left: 23px;
}
.wpfnl-lms-checkout .lms-checkout-footer .btn-default,
.wpfnl-lms-checkout .lms-checkout-footer .ld-login-button,
.wpfnl-lms-checkout .lms-checkout-footer .btn-join {
padding: 11px 25px;
margin-left: 20px;
}
}
@media only screen and (max-width: 575px) {
.wpfnl-lms-checkout .lms-checkout-body .lms-single-block .course-plan {
font-size: 14px;
line-height: 1.3;
}
}
@media only screen and (max-width: 450px) {
.wpfnl-lms-checkout .lms-checkout-footer {
display: block;
}
.wpfnl-lms-checkout .lms-checkout-footer .btn-default,
.wpfnl-lms-checkout .lms-checkout-footer .ld-login-button,
.wpfnl-lms-checkout .lms-checkout-footer .btn-join {
margin-left: 0;
margin-top: 7px;
}
}
.lms-order-details .order-details-title {
font-weight: 600;
font-size: 16px;
line-height: 1.3;
color: #656976;
margin-bottom: 18px;
}
.lms-order-details .order-details-title span {
color: #000000;
font-size: 18px;
}
.lms-order-details .order-details-table {
background: #ffffff;
border: 1px solid #F2F3F8;
border-radius: 10px;
}
.lms-order-details .order-details-table .order-item {
padding: 18px 30px;
display: flex;
flex-flow: row wrap;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid #F2F3F8;
}
.lms-order-details .order-details-table .order-item:last-child {
border-bottom: 0;
}
.lms-order-details .order-details-table .order-item > span {
font-weight: 500;
font-size: 16px;
line-height: 1.25;
color: #656976;
text-transform: capitalize;
}
.lms-order-details .order-details-table .order-item .course-name {
width: calc(100% - 130px);
padding-right: 20px;
}
.lms-order-details .order-details-table .order-item .price-total {
width: 130px;
}
.lms-order-details .order-details-table .order-tbl-header {
background: #F7F7FA;
padding: 18px 30px;
border-radius: 10px 10px 0 0;
}
.lms-order-details .order-details-table .order-tbl-header > span {
font-weight: 500;
font-size: 18px;
line-height: 1.3;
color: #363B4E;
}
.lms-order-details .order-details-table .course-info > span {
font-weight: 600;
font-size: 18px;
line-height: 1.3;
color: #363B4E;
}
.lms-order-details .order-details-table .course-info > span span {
display: block;
}
.lms-order-details .order-details-table .course-info > span a {
font-weight: 600;
font-size: 14px;
line-height: 1.4;
text-decoration-line: underline;
color: #6E42D3;
}
.lms-order-details .order-details-table .course-info > span a:hover {
text-decoration: none;
}
.lms-order-details .order-details-table-footer .footer-list {
display: flex;
flex-flow: row wrap;
align-items: center;
justify-content: flex-end;
padding: 18px 30px;
}
.lms-order-details .order-details-table-footer .footer-list span {
font-weight: 600;
font-size: 14px;
line-height: 1.5;
color: #000000;
}
.lms-order-details .order-details-table-footer .footer-list .total-title {
width: 210px;
display: block;
padding-right: 20px;
}
.lms-order-details .order-details-table-footer .footer-list .total-price {
width: 130px;
}
@media only screen and (max-width: 575px) {
.lms-order-details .order-details-table .order-tbl-header {
padding: 12px 15px;
}
.lms-order-details .order-details-table .order-tbl-header span {
font-size: 16px;
}
.lms-order-details .order-details-table .order-item {
padding: 12px 15px;
}
.lms-order-details .order-details-table .order-item .price-total {
width: 100px;
}
.lms-order-details .order-details-table .order-item .course-name {
width: calc(100% - 100px);
padding-right: 15px;
}
.lms-order-details .order-details-table .course-info > span {
font-size: 16px;
}
.lms-order-details .order-details-table .course-info > span span {
margin-right: 4px;
}
.lms-order-details .order-details-table-footer .footer-list {
padding: 12px 15px;
}
.lms-order-details .order-details-table-footer .footer-list .total-title {
width: 180px;
padding-right: 15px;
}
.lms-order-details .order-details-table-footer .footer-list .total-price {
width: 100px;
}
}
.wpfnl-order-bump__template .template-preview-wrapper .description p {
margin-bottom: 10px;
}
.wpfnl-order-bump__template .template-preview-wrapper .description p:last-child {
margin-bottom: 0;
}
.wpfnl-order-bump__template .template-preview-wrapper .description ul li {
list-style: disc;
}
.wpfnl-order-bump__template .template-preview-wrapper .description ol li {
list-style: decimal;
}
.wpfnl-order-bump__template .template-preview-wrapper .description ol,
.wpfnl-order-bump__template .template-preview-wrapper .description ul {
padding-left: 20px;
margin-bottom: 10px;
}
.wpfnl-order-bump__template .template-preview-wrapper .description ol:last-child,
.wpfnl-order-bump__template .template-preview-wrapper .description ul:last-child {
margin-bottom: 0;
}
.wpfnl-order-bump__template-style1 {
background-color: #f7f7f7;
border-radius: 12px;
position: relative;
margin: 20px 0;
}
.wpfnl-order-bump__template-style1 .template-preview-wrapper {
padding: 20px;
display: flex;
flex-flow: row wrap;
align-items: flex-start;
}
.wpfnl-order-bump__template-style1 .template-preview-wrapper .template-img {
width: 150px;
height: 150px;
background-color: #F2F2F8;
border-radius: 10px;
position: relative;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
object-fit: cover;
}
.wpfnl-order-bump__template-style1 .template-preview-wrapper .for-mobile {
display: none;
border-radius: 10px;
}
.wpfnl-order-bump__template-style1 .template-preview-wrapper .template-content {
width: calc(100% - 160px);
padding-left: 20px;
}
.wpfnl-order-bump__template-style1 .template-preview-wrapper .template-title {
font-weight: 500;
font-size: 14px;
line-height: 16px;
color: #363B4E;
margin: 0 0 9px 0;
}
.wpfnl-order-bump__template-style1 .template-preview-wrapper .subtitle {
font-weight: 500;
font-size: 14px;
line-height: 16px;
color: #6E42D3;
margin-bottom: 14px;
}
.wpfnl-order-bump__template-style1 .template-preview-wrapper .description li,
.wpfnl-order-bump__template-style1 .template-preview-wrapper .description span,
.wpfnl-order-bump__template-style1 .template-preview-wrapper .description p,
.wpfnl-order-bump__template-style1 .template-preview-wrapper .description {
font-size: 13px;
line-height: 20px;
color: #7A8B9A;
margin: 0;
}
.wpfnl-order-bump__template-style1 .template-preview-wrapper .product-price {
display: inline-block;
font-weight: 500;
font-size: 13px;
line-height: 15px;
color: #EE8134;
margin-left: auto;
margin-top: 10px;
}
.wpfnl-order-bump__template-style1 .template-preview-wrapper .product-price span {
font-size: 13px;
line-height: 15px;
color: #EE8134;
font-weight: 500;
}
.wpfnl-order-bump__template-style1 .template-preview-wrapper .product-price ins {
text-decoration: none;
background: transparent;
}
.wpfnl-order-bump__template-style1 .offer-checkbox {
background-color: #6E42D3;
padding: 12px 20px 12px;
border-radius: 0 0 10px 10px;
box-shadow: 0 -1px 2px 0 rgba(190, 190, 215, 0.29);
}
.wpfnl-order-bump__template-style1 .offer-checkbox .wpfnl-checkbox {
display: block;
line-height: 1;
}
.wpfnl-order-bump__template-style1 .offer-checkbox .wpfnl-checkbox label {
font-weight: 500;
font-size: 15px;
line-height: 18px;
color: #d9d9d9;
padding: 0 0 0 26px;
margin: 0;
border: 0;
}
.wpfnl-order-bump__template-style1 .offer-checkbox .wpfnl-checkbox label:before {
top: 1px;
border: none;
}
.wpfnl-order-bump__template-style1 .offer-checkbox .wpfnl-checkbox label:after {
left: 4px;
top: 6px;
width: 10px;
height: 6px;
border-bottom-color: #6E42D3;
border-left-color: #6E42D3;
}
.wpfnl-order-bump__template-style1 .offer-checkbox .wpfnl-checkbox input[type=checkbox]:checked + label::before {
background-color: #fff;
border-color: #ffffff;
}
.oderbump-loader {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 6;
background: rgba(34, 34, 34, 0.2);
border-radius: 10px;
display: none;
flex-flow: column;
align-items: center;
justify-content: center;
}
.oderbump-loader .wpfnl-loader {
border-color: #ffffff;
border-top-color: #6E42D3;
border-width: 2px;
display: block;
width: 40px;
height: 40px;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style1 .template-preview-wrapper .template-content,
body.rtl .wpfnl-order-bump__template-style1 .template-preview-wrapper .template-content {
padding-right: 20px;
padding-left: 0;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style1 .offer-checkbox .wpfnl-checkbox label,
body.rtl .wpfnl-order-bump__template-style1 .offer-checkbox .wpfnl-checkbox label {
padding: 0 26px 0 0;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style1 .offer-checkbox .wpfnl-checkbox label:before,
body.rtl .wpfnl-order-bump__template-style1 .offer-checkbox .wpfnl-checkbox label:before {
left: inherit;
right: 0;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style1 .offer-checkbox .wpfnl-checkbox label:after,
body.rtl .wpfnl-order-bump__template-style1 .offer-checkbox .wpfnl-checkbox label:after {
left: inherit;
right: 4px;
}
@media only screen and (max-width: 460px) {
.wpfnl-order-bump__template-style1 .template-preview-wrapper {
padding: 15px;
display: block;
}
.wpfnl-order-bump__template-style1 .template-preview-wrapper .template-img {
width: auto;
height: auto;
background-image: none !important;
}
.wpfnl-order-bump__template-style1 .template-preview-wrapper .for-mobile {
display: block;
border-radius: 10px;
margin-bottom: 16px;
}
.wpfnl-order-bump__template-style1 .template-preview-wrapper .template-content {
width: 100%;
padding-left: 0;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style1 .template-preview-wrapper .template-content,
body.rtl .wpfnl-order-bump__template-style1 .template-preview-wrapper .template-content {
padding-right: 0;
}
.wpfnl-order-bump__template-style1 .offer-checkbox {
padding: 9px 15px 13px;
}
}
.wpfnl-order-bump__template-style2 {
border-radius: 10px;
position: relative;
margin: 20px 0;
background-color: #f7f7f7;
}
.wpfnl-order-bump__template-style2 .template-preview-wrapper {
padding: 20px 15px;
display: flex;
flex-flow: row wrap;
align-items: flex-start;
border: 1px dashed #6E42D3;
border-radius: 0 0 10px 10px;
border-top: none;
}
.wpfnl-order-bump__template-style2 .template-preview-wrapper .template-img {
width: 150px;
height: 150px;
background-color: #F2F2F8;
border-radius: 10px;
position: relative;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
object-fit: cover;
}
.wpfnl-order-bump__template-style2 .template-preview-wrapper .for-mobile {
display: none;
border-radius: 10px;
}
.wpfnl-order-bump__template-style2 .template-preview-wrapper .template-content {
width: calc(100% - 150px);
padding-left: 20px;
}
.wpfnl-order-bump__template-style2 .template-preview-wrapper .template-title {
font-weight: 500;
font-size: 14px;
line-height: 16px;
color: #363B4E;
margin: 0 0 9px 0;
}
.wpfnl-order-bump__template-style2 .template-preview-wrapper .subtitle {
font-weight: 500;
font-size: 14px;
line-height: 16px;
color: #6E42D3;
margin-bottom: 14px;
}
.wpfnl-order-bump__template-style2 .template-preview-wrapper .description li,
.wpfnl-order-bump__template-style2 .template-preview-wrapper .description span,
.wpfnl-order-bump__template-style2 .template-preview-wrapper .description p,
.wpfnl-order-bump__template-style2 .template-preview-wrapper .description {
font-size: 13px;
line-height: 20px;
color: #7A8B9A;
margin: 0;
}
@keyframes moveArrow {
0%, 100% {
transform: translateX(-8px);
opacity: 1;
}
50%, 90% {
transform: translateX(15px);
opacity: 0;
}
99% {
transform: translateX(-8px);
opacity: 0;
}
}
.wpfnl-order-bump__template-style2 .offer-checkbox {
background-color: #6E42D3;
padding: 8px 15px;
border-radius: 10px 10px 0 0;
display: flex;
flex-flow: row wrap;
align-items: flex-start;
border: 1px dashed #6e42d3;
}
.wpfnl-order-bump__template-style2 .offer-checkbox .nav-arrow {
display: inherit;
line-height: normal;
position: relative;
top: 2px;
margin-right: 10px;
animation: moveArrow 1s linear infinite;
}
.wpfnl-order-bump__template-style2 .offer-checkbox .wpfnl-checkbox {
line-height: normal;
display: inherit;
width: calc(100% - 130px);
}
.wpfnl-order-bump__template-style2 .offer-checkbox .wpfnl-checkbox label {
font-weight: 500;
color: #d9d9d9;
padding: 0 0 0 20px;
font-size: 12px;
line-height: 14px;
margin: 0;
}
.wpfnl-order-bump__template-style2 .offer-checkbox .wpfnl-checkbox label:before {
top: 2px;
border: none;
width: 12px;
height: 12px;
}
.wpfnl-order-bump__template-style2 .offer-checkbox .wpfnl-checkbox label:after {
left: 2px;
top: 5px;
width: 8px;
height: 5px;
border-bottom-color: #6E42D3;
border-left-color: #6E42D3;
}
.wpfnl-order-bump__template-style2 .offer-checkbox .wpfnl-checkbox input[type=checkbox]:checked + label::before {
background-color: #fff;
border-color: #ffffff;
}
.wpfnl-order-bump__template-style2 .offer-checkbox .product-price {
display: inline-block;
font-weight: 500;
font-size: 12px;
line-height: 14px;
color: #EE8134;
margin-left: auto;
}
.wpfnl-order-bump__template-style2 .offer-checkbox .product-price span {
font-size: 12px;
line-height: 14px;
color: #EE8134;
font-weight: 500;
line-height: normal;
}
.wpfnl-order-bump__template-style2 .offer-checkbox .product-price ins {
text-decoration: none;
background: transparent;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style2 .template-preview-wrapper .template-content,
body.rtl .wpfnl-order-bump__template-style2 .template-preview-wrapper .template-content {
padding-right: 20px;
padding-left: 0;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style2 .offer-checkbox .wpfnl-checkbox label,
body.rtl .wpfnl-order-bump__template-style2 .offer-checkbox .wpfnl-checkbox label {
padding: 0 26px 0 0;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style2 .offer-checkbox .wpfnl-checkbox label:before,
body.rtl .wpfnl-order-bump__template-style2 .offer-checkbox .wpfnl-checkbox label:before {
left: inherit;
right: 0;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style2 .offer-checkbox .wpfnl-checkbox label:after,
body.rtl .wpfnl-order-bump__template-style2 .offer-checkbox .wpfnl-checkbox label:after {
left: inherit;
right: 2px;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style2 .offer-checkbox .nav-arrow,
body.rtl .wpfnl-order-bump__template-style2 .offer-checkbox .nav-arrow {
margin-left: 10px;
margin-right: 0;
transform: rotate(-180deg);
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style2 .offer-checkbox .product-price,
body.rtl .wpfnl-order-bump__template-style2 .offer-checkbox .product-price {
margin-left: 0;
margin-right: auto;
}
@media only screen and (max-width: 460px) {
.wpfnl-order-bump__template-style2 .template-preview-wrapper {
padding: 15px;
display: block;
}
.wpfnl-order-bump__template-style2 .template-preview-wrapper .template-img {
width: auto;
height: auto;
background-image: none !important;
}
.wpfnl-order-bump__template-style2 .template-preview-wrapper .for-mobile {
display: block;
border-radius: 10px;
margin-bottom: 16px;
}
.wpfnl-order-bump__template-style2 .template-preview-wrapper .template-content {
width: 100%;
padding-left: 0;
}
.wpfnl-order-bump__template-style2 .offer-checkbox {
padding: 9px 15px 13px;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style2 .template-preview-wrapper .template-content,
body.rtl .wpfnl-order-bump__template-style2 .template-preview-wrapper .template-content {
padding-right: 0;
}
}
.wpfnl-order-bump__template-style3 {
border-radius: 10px;
position: relative;
margin: 20px 0;
}
.wpfnl-order-bump__template-style3 .template-preview-wrapper {
padding: 20px 15px;
border: 1px solid #6E42D3;
border-radius: 10px;
}
.wpfnl-order-bump__template-style3 .template-preview-wrapper .template-img {
width: 150px;
height: 150px;
background-color: #F2F2F8;
border-radius: 10px;
position: relative;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
object-fit: cover;
}
.wpfnl-order-bump__template-style3 .template-preview-wrapper .for-mobile {
display: none;
border-radius: 10px;
}
.wpfnl-order-bump__template-style3 .template-preview-wrapper .template-content {
width: 100%;
margin-top: 12px;
}
.wpfnl-order-bump__template-style3 .template-preview-wrapper .product-price {
font-weight: 500;
font-size: 18px;
line-height: 1.2;
margin-bottom: 15px;
display: block;
color: #EE8134;
}
.wpfnl-order-bump__template-style3 .template-preview-wrapper .product-price del {
color: #7A8B9A;
}
.wpfnl-order-bump__template-style3 .template-preview-wrapper .product-price ins {
text-decoration: none;
}
.wpfnl-order-bump__template-style3 .template-preview-wrapper .template-title {
font-weight: 500;
margin: 0 0 9px 0;
font-size: 16px;
line-height: 1.3;
color: #363B4E;
}
.wpfnl-order-bump__template-style3 .template-preview-wrapper .subtitle {
font-weight: 500;
font-size: 14px;
line-height: 16px;
color: #6E42D3;
margin-bottom: 14px;
}
.wpfnl-order-bump__template-style3 .template-preview-wrapper .description li,
.wpfnl-order-bump__template-style3 .template-preview-wrapper .description span,
.wpfnl-order-bump__template-style3 .template-preview-wrapper .description p,
.wpfnl-order-bump__template-style3 .template-preview-wrapper .description {
font-size: 13px;
line-height: 20px;
color: #7A8B9A;
margin: 0;
}
.wpfnl-order-bump__template-style3 .offer-checkbox {
display: flex;
flex-flow: row wrap;
align-items: flex-start;
}
.wpfnl-order-bump__template-style3 .offer-checkbox .wpfnl-checkbox {
line-height: normal;
display: inherit;
width: calc(100% - 60px);
}
.wpfnl-order-bump__template-style3 .offer-checkbox .wpfnl-checkbox label {
font-weight: 600;
color: #363B4E;
padding-left: 28px;
font-size: 14px;
line-height: 14px;
margin: 0;
}
.wpfnl-order-bump__template-style3 .offer-checkbox .wpfnl-checkbox label:before {
top: -1px;
border: none;
width: 18px;
height: 18px;
background-color: #c0c0c3;
}
.wpfnl-order-bump__template-style3 .offer-checkbox .wpfnl-checkbox label:after {
left: 4px;
top: 4px;
width: 10px;
height: 6px;
border-bottom-color: #ffffff;
border-left-color: #ffffff;
}
.wpfnl-order-bump__template-style3 .offer-checkbox .product-price {
display: inline-block;
font-weight: 500;
font-size: 13px;
line-height: 15px;
color: #EE8134;
margin-left: auto;
}
.wpfnl-order-bump__template-style3 .offer-checkbox .product-price del {
margin-right: 2px;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style3 .offer-checkbox .wpfnl-checkbox label,
body.rtl .wpfnl-order-bump__template-style3 .offer-checkbox .wpfnl-checkbox label {
padding-left: 0;
padding-right: 28px;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style3 .offer-checkbox .wpfnl-checkbox label:before,
body.rtl .wpfnl-order-bump__template-style3 .offer-checkbox .wpfnl-checkbox label:before {
left: inherit;
right: 0;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style3 .offer-checkbox .wpfnl-checkbox label:after,
body.rtl .wpfnl-order-bump__template-style3 .offer-checkbox .wpfnl-checkbox label:after {
right: 4px;
top: 4px;
}
.wpfnl-order-bump__template-style4 {
background-color: #f7f7f7;
border-radius: 10px;
position: relative;
margin: 20px 0;
}
.wpfnl-order-bump__template-style4 .template-preview-wrapper {
padding: 20px;
display: flex;
flex-flow: row wrap;
align-items: center;
}
.wpfnl-order-bump__template-style4 .template-preview-wrapper .template-img {
width: 70px;
height: 70px;
background-color: #F2F2F8;
border-radius: 5px;
position: relative;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
object-fit: cover;
}
.wpfnl-order-bump__template-style4 .template-preview-wrapper .for-mobile {
display: none;
border-radius: 5px;
}
.wpfnl-order-bump__template-style4 .template-preview-wrapper .template-content {
width: calc(100% - 340px);
padding-left: 14px;
}
.wpfnl-order-bump__template-style4 .template-preview-wrapper .template-title {
font-weight: 500;
font-size: 16px;
line-height: 1.2;
color: #363B4E;
margin: 0 0 7px 0;
max-width: 206px;
}
.wpfnl-order-bump__template-style4 .template-preview-wrapper .rating {
color: #363B4E;
font-weight: 600;
display: flex;
align-items: center;
line-height: 1;
font-size: 15px;
}
.wpfnl-order-bump__template-style4 .template-preview-wrapper .rating .star-rating {
float: none;
width: 86px;
height: 15px;
}
.wpfnl-order-bump__template-style4 .template-preview-wrapper .rating .star-rating::before {
content: "s s s s s";
font-size: 13px;
line-height: 1.2;
color: #EE8134;
}
.wpfnl-order-bump__template-style4 .template-preview-wrapper .rating .star-rating span::before {
content: "S S S S S";
font-size: 13px;
line-height: 1.2;
color: #EE8134;
}
.wpfnl-order-bump__template-style4 .template-preview-wrapper .subtitle {
font-weight: 500;
font-size: 14px;
line-height: 16px;
color: #6E42D3;
margin-bottom: 14px;
}
.wpfnl-order-bump__template-style4 .template-preview-wrapper .description li,
.wpfnl-order-bump__template-style4 .template-preview-wrapper .description span,
.wpfnl-order-bump__template-style4 .template-preview-wrapper .description p,
.wpfnl-order-bump__template-style4 .template-preview-wrapper .description {
font-size: 13px;
line-height: 20px;
color: #7A8B9A;
margin: 0;
}
.wpfnl-order-bump__template-style4 .template-preview-wrapper .template-price {
line-height: 1;
padding-left: 20px;
width: 110px;
}
.wpfnl-order-bump__template-style4 .template-preview-wrapper .product-price {
display: inline-block;
font-weight: 500;
font-size: 13px;
line-height: 15px;
color: #EE8134;
margin-left: auto;
}
.wpfnl-order-bump__template-style4 .template-preview-wrapper .product-price span {
font-size: 13px;
line-height: 15px;
color: #EE8134;
font-weight: 500;
}
.wpfnl-order-bump__template-style4 .template-preview-wrapper .product-price ins {
text-decoration: none;
background: transparent;
}
.wpfnl-order-bump__template-style4 .offer-checkbox {
margin-left: auto;
max-width: 160px;
}
.wpfnl-order-bump__template-style4 .offer-checkbox .wpfnl-checkbox label:before,
.wpfnl-order-bump__template-style4 .offer-checkbox .wpfnl-checkbox label:after {
display: none;
}
.wpfnl-order-bump__template-style4 .offer-checkbox .wpfnl-checkbox label {
border: 1px solid #6E42D3;
color: #6E42D3;
padding: 10px 15px;
border-radius: 5px;
font-size: 16px;
font-weight: 500;
text-align: center;
line-height: 1.2;
display: block;
}
.wpfnl-order-bump__template-style4 .offer-checkbox .wpfnl-checkbox input[type=checkbox]:checked + label {
color: #fff;
background-color: #6E42D3;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style4 .template-preview-wrapper .template-content,
body.rtl .wpfnl-order-bump__template-style4 .template-preview-wrapper .template-content {
padding-left: 0;
padding-right: 14px;
}
@media only screen and (max-width: 575px) {
.wpfnl-order-bump__template-style4 .template-preview-wrapper {
padding: 15px;
display: block;
}
.wpfnl-order-bump__template-style4 .template-preview-wrapper .template-img {
width: auto;
height: auto;
background-image: none !important;
}
.wpfnl-order-bump__template-style4 .template-preview-wrapper .for-mobile {
display: block;
margin-bottom: 16px;
}
.wpfnl-order-bump__template-style4 .template-preview-wrapper .template-content {
width: 100%;
padding-left: 0;
}
.wpfnl-order-bump__template-style4 .template-preview-wrapper .template-title {
max-width: 100%;
}
.wpfnl-order-bump__template-style4 .template-preview-wrapper .template-price {
padding-left: 0;
margin: 12px 0;
width: 100%;
}
.wpfnl-order-bump__template-style4 .offer-checkbox {
margin-left: 0;
max-width: inherit;
}
}
.wpfnl-order-bump__template-style5 {
background-color: transparent;
border: 2px dashed #6E42D3;
border-radius: 10px;
position: relative;
margin: 20px 0;
padding: 20px !important;
}
.wpfnl-order-bump__template-style5 .template-preview-wrapper {
display: flex;
flex-flow: row-reverse;
}
.wpfnl-order-bump__template-style5 .template-preview-wrapper .template-img {
width: 100px;
height: 100px;
background-color: #F2F2F8;
border-radius: 5px;
position: relative;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
object-fit: cover;
}
.wpfnl-order-bump__template-style5 .template-preview-wrapper .for-mobile {
display: none;
border-radius: 5px;
}
.wpfnl-order-bump__template-style5 .template-preview-wrapper .template-content {
width: calc(100% - 100px);
padding-right: 14px;
}
.wpfnl-order-bump__template-style5 .template-preview-wrapper .template-title {
font-weight: 500;
font-size: 18px;
line-height: 1.2;
color: #363B4E;
margin: 0 0 7px 0;
}
.wpfnl-order-bump__template-style5 .template-preview-wrapper .rating {
color: #363B4E;
font-weight: 600;
display: flex;
flex-flow: row wrap;
align-items: center;
line-height: 1;
font-size: 15px;
}
.wpfnl-order-bump__template-style5 .template-preview-wrapper .rating .star-rating {
float: none;
width: 86px;
height: 15px;
}
.wpfnl-order-bump__template-style5 .template-preview-wrapper .rating .star-rating::before {
content: "s s s s s";
font-size: 13px;
line-height: 1.2;
color: #EE8134;
}
.wpfnl-order-bump__template-style5 .template-preview-wrapper .rating .star-rating span::before {
content: "S S S S S";
font-size: 13px;
line-height: 1.2;
color: #EE8134;
}
.wpfnl-order-bump__template-style5 .template-preview-wrapper .subtitle {
font-weight: 500;
font-size: 14px;
line-height: 16px;
color: #6E42D3;
margin-bottom: 5px;
}
.wpfnl-order-bump__template-style5 .template-preview-wrapper .description li,
.wpfnl-order-bump__template-style5 .template-preview-wrapper .description span,
.wpfnl-order-bump__template-style5 .template-preview-wrapper .description p,
.wpfnl-order-bump__template-style5 .template-preview-wrapper .description {
font-size: 13px;
line-height: 20px;
color: #7A8B9A;
margin: 0;
}
.wpfnl-order-bump__template-style5 .template-preview-wrapper .template-price {
line-height: 1;
margin-bottom: 10px;
width: 100%;
}
.wpfnl-order-bump__template-style5 .template-preview-wrapper .product-price {
display: inline-block;
font-weight: 500;
font-size: 16px;
line-height: 15px;
color: #EE8134;
margin-left: auto;
}
.wpfnl-order-bump__template-style5 .template-preview-wrapper .product-price span {
font-size: 16px;
line-height: 15px;
color: #EE8134;
font-weight: 500;
}
.wpfnl-order-bump__template-style5 .template-preview-wrapper .product-price ins {
text-decoration: none;
background: transparent;
}
.wpfnl-order-bump__template-style5 .offer-checkbox {
line-height: 1.2;
padding: 0 0 16px 0;
border-bottom: 1px solid #ddd;
margin-bottom: 15px;
}
.wpfnl-order-bump__template-style5 .offer-checkbox .wpfnl-checkbox {
display: block;
}
.wpfnl-order-bump__template-style5 .offer-checkbox .wpfnl-checkbox label {
display: block;
color: #6E42D3;
font-size: 14px;
font-weight: 500;
line-height: 1.2;
text-transform: uppercase;
padding-left: 0;
padding-right: 50px;
}
.wpfnl-order-bump__template-style5 .offer-checkbox .wpfnl-checkbox label:before {
left: inherit;
right: 0;
top: -3px;
width: 43px;
height: 22px;
border-radius: 30px;
border-color: #6E42D3;
}
.wpfnl-order-bump__template-style5 .offer-checkbox .wpfnl-checkbox label:after {
left: inherit;
right: 24px;
top: 1px;
width: 14px;
height: 14px;
border-radius: 30px;
transform: none;
border-bottom: none;
border-left: none;
background-color: #6E42D3;
opacity: 1;
visibility: visible;
}
.wpfnl-order-bump__template-style5 .offer-checkbox .wpfnl-checkbox input[type=checkbox]:checked + label::after {
background-color: #fff;
right: 4px;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style5 .template-preview-wrapper .template-content,
body.rtl .wpfnl-order-bump__template-style5 .template-preview-wrapper .template-content {
padding-right: 0;
padding-left: 14px;
}
@media only screen and (max-width: 575px) {
.wpfnl-order-bump__template-style5 .template-preview-wrapper {
display: block;
}
.wpfnl-order-bump__template-style5 .template-preview-wrapper .template-img {
width: auto;
height: auto;
background-image: none !important;
}
.wpfnl-order-bump__template-style5 .template-preview-wrapper .for-mobile {
display: block;
margin-bottom: 16px;
}
.wpfnl-order-bump__template-style5 .template-preview-wrapper .template-content {
width: 100%;
padding-left: 0;
}
.wpfnl-order-bump__template-style5 .template-preview-wrapper .template-title {
max-width: 100%;
}
.wpfnl-order-bump__template-style5 .template-preview-wrapper .template-price {
padding-left: 0;
margin: 12px 0;
width: 100%;
}
.wpfnl-order-bump__template-style5 .offer-checkbox {
margin-left: 0;
max-width: inherit;
}
}
.wpfnl-order-bump__template-style6 {
background-color: #f7f7f7;
border-radius: 10px;
position: relative;
margin: 20px 0;
}
.wpfnl-order-bump__template-style6 .template-preview-wrapper {
padding: 20px;
display: flex;
flex-flow: row wrap;
align-items: flex-start;
justify-content: space-between;
}
.wpfnl-order-bump__template-style6 .template-preview-wrapper .template-img {
width: 150px;
height: 150px;
background-color: #F2F2F8;
border-radius: 10px;
position: relative;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
object-fit: cover;
}
.wpfnl-order-bump__template-style6 .template-preview-wrapper .for-mobile {
display: none;
border-radius: 10px;
}
.wpfnl-order-bump__template-style6 .template-preview-wrapper .template-content {
width: calc(100% - 140px);
padding-right: 20px;
}
.wpfnl-order-bump__template-style6 .template-preview-wrapper .template-title {
font-weight: 500;
font-size: 14px;
line-height: 16px;
color: #363B4E;
margin: 0 0 9px 0;
}
.wpfnl-order-bump__template-style6 .template-preview-wrapper .subtitle {
font-weight: 500;
font-size: 14px;
line-height: 16px;
color: #6E42D3;
margin-bottom: 14px;
}
.wpfnl-order-bump__template-style6 .template-preview-wrapper .description li,
.wpfnl-order-bump__template-style6 .template-preview-wrapper .description span,
.wpfnl-order-bump__template-style6 .template-preview-wrapper .description p,
.wpfnl-order-bump__template-style6 .template-preview-wrapper .description {
font-size: 13px;
line-height: 20px;
color: #7A8B9A;
margin: 0;
}
.wpfnl-order-bump__template-style6 .template-preview-wrapper .product-price {
display: inline-block;
font-weight: 500;
font-size: 15px;
line-height: 15px;
color: #EE8134;
margin-left: auto;
width: 140px;
text-align: right;
}
.wpfnl-order-bump__template-style6 .template-preview-wrapper .product-price span {
font-size: 15px;
line-height: 15px;
color: #EE8134;
font-weight: 500;
}
.wpfnl-order-bump__template-style6 .template-preview-wrapper .product-price ins {
text-decoration: none;
background: transparent;
}
.wpfnl-order-bump__template-style6 .offer-checkbox {
margin-bottom: 15px;
}
.wpfnl-order-bump__template-style6 .offer-checkbox .wpfnl-checkbox {
display: block;
line-height: 1;
}
.wpfnl-order-bump__template-style6 .offer-checkbox .wpfnl-checkbox label {
font-weight: 500;
font-size: 15px;
line-height: 18px;
color: #363B4E;
padding: 0 0 0 26px;
margin: 0;
border: 0;
}
.wpfnl-order-bump__template-style6 .offer-checkbox .wpfnl-checkbox label:before {
top: 1px;
background: #fff;
}
.wpfnl-order-bump__template-style6 .offer-checkbox .wpfnl-checkbox label:after {
left: 4px;
top: 6px;
width: 10px;
height: 6px;
border-bottom-color: #ffffff;
border-left-color: #ffffff;
}
.wpfnl-order-bump__template-style6 .offer-checkbox .wpfnl-checkbox input[type=checkbox]:checked + label::before {
background-color: #6E42D3;
border-color: #6E42D3;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style6 .template-preview-wrapper .template-content,
body.rtl .wpfnl-order-bump__template-style6 .template-preview-wrapper .template-content {
padding-right: 0;
padding-left: 20px;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-checkout .wpfnl-order-bump__template-style6 .template-preview-wrapper .product-price,
body.rtl .wpfnl-checkout .wpfnl-order-bump__template-style6 .template-preview-wrapper .product-price {
text-align: left;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style6 .offer-checkbox .wpfnl-checkbox label,
body.rtl .wpfnl-order-bump__template-style6 .offer-checkbox .wpfnl-checkbox label {
padding: 0 26px 0 0;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style6 .offer-checkbox .wpfnl-checkbox label:before,
body.rtl .wpfnl-order-bump__template-style6 .offer-checkbox .wpfnl-checkbox label:before {
left: inherit;
right: 0;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style6 .offer-checkbox .wpfnl-checkbox label:after,
body.rtl .wpfnl-order-bump__template-style6 .offer-checkbox .wpfnl-checkbox label:after {
left: inherit;
right: 4px;
}
@media only screen and (max-width: 575px) {
.wpfnl-order-bump__template-style6 .template-preview-wrapper {
padding: 15px;
display: block;
}
.wpfnl-order-bump__template-style6 .template-preview-wrapper .template-content {
width: 100%;
padding-right: 0;
}
.wpfnl-order-bump__template-style6 .offer-checkbox {
margin-bottom: 10px;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style6 .template-preview-wrapper .template-content,
body.rtl .wpfnl-order-bump__template-style6 .template-preview-wrapper .template-content {
padding-left: 0;
}
}
.wpfnl-order-bump__template-style7 {
margin-bottom: 20px;
position: relative;
}
.wpfnl-order-bump__template-style7 .template-preview-wrapper {
padding: 15px;
background: #5a26d1;
border-radius: 10px;
}
.wpfnl-order-bump__template-style7 .template-preview-wrapper .template-content-wrapper {
padding-right: 15px;
width: calc(100% - 50px);
}
.wpfnl-order-bump__template-style7 .template-preview-wrapper .template-content {
display: flex;
flex-flow: row wrap;
align-items: flex-start;
justify-content: space-between;
}
.wpfnl-order-bump__template-style7 .template-preview-wrapper .template-content .template-title {
margin-bottom: 5px;
color: #fff;
font-size: 18px;
font-weight: 600;
}
.wpfnl-order-bump__template-style7 .template-preview-wrapper .template-content .description li,
.wpfnl-order-bump__template-style7 .template-preview-wrapper .template-content .description span,
.wpfnl-order-bump__template-style7 .template-preview-wrapper .template-content .description p,
.wpfnl-order-bump__template-style7 .template-preview-wrapper .template-content .description {
font-size: 16px;
color: #fff;
line-height: 1.5;
font-weight: 400;
margin: 0;
}
.wpfnl-order-bump__template-style7 .template-preview-wrapper .template-content .wpfnl-checkbox label {
padding: 0;
width: 50px;
height: 50px;
background: #fff;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
}
.wpfnl-order-bump__template-style7 .template-preview-wrapper .template-content .wpfnl-checkbox label:after, .wpfnl-order-bump__template-style7 .template-preview-wrapper .template-content .wpfnl-checkbox label:before {
display: none;
}
.wpfnl-order-bump__template-style7 .template-preview-wrapper .template-content .wpfnl-checkbox label svg {
transition: all 0.3s ease;
}
.wpfnl-order-bump__template-style7 .template-preview-wrapper .template-content .wpfnl-checkbox label svg path {
stroke: #fff;
}
.wpfnl-order-bump__template-style7 .template-preview-wrapper .template-content .wpfnl-checkbox input[type=checkbox]:checked + label svg {
transform: rotate(45deg);
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style7 .template-preview-wrapper .template-content-wrapper,
body.rtl .wpfnl-order-bump__template-style7 .template-preview-wrapper .template-content-wrapper {
padding-right: 0;
padding-left: 15px;
}
.wpfnl-order-bump__template-style8 {
margin-bottom: 20px;
position: relative;
}
.wpfnl-order-bump__template-style8 .template-preview-wrapper {
padding: 15px 15px;
border: 2px dashed #6E42D3;
}
.wpfnl-order-bump__template-style8 .template-preview-wrapper .template-title {
margin: 0 0 9px 0;
font-weight: 500;
font-size: 14px;
line-height: 16px;
color: #363B4E;
}
.wpfnl-order-bump__template-style8 .template-preview-wrapper .subtitle {
font-weight: 500;
font-size: 14px;
line-height: 16px;
color: #6E42D3;
margin-bottom: 14px;
text-transform: uppercase;
text-decoration: underline;
}
.wpfnl-order-bump__template-style8 .template-preview-wrapper .description li,
.wpfnl-order-bump__template-style8 .template-preview-wrapper .description span,
.wpfnl-order-bump__template-style8 .template-preview-wrapper .description p,
.wpfnl-order-bump__template-style8 .template-preview-wrapper .description {
font-size: 13px;
line-height: 20px;
color: #7A8B9A;
margin: 0;
}
.wpfnl-order-bump__template-style8 .offer-checkbox {
padding: 8px 15px;
margin-bottom: 15px;
background-color: #6E42D3;
display: flex;
flex-flow: row wrap;
align-items: flex-start;
border: none;
}
.wpfnl-order-bump__template-style8 .offer-checkbox .nav-arrow {
margin-right: 10px;
display: inherit;
line-height: normal;
position: relative;
top: 2px;
}
.wpfnl-order-bump__template-style8 .offer-checkbox .wpfnl-checkbox {
line-height: normal;
display: inherit;
width: calc(100% - 30px);
}
.wpfnl-order-bump__template-style8 .offer-checkbox .wpfnl-checkbox label {
margin: 0;
padding: 0 0 0 20px;
font-weight: 500;
color: #d9d9d9;
font-size: 12px;
line-height: 14px;
}
.wpfnl-order-bump__template-style8 .offer-checkbox .wpfnl-checkbox label:before {
top: 2px;
border: none;
width: 12px;
height: 12px;
}
.wpfnl-order-bump__template-style8 .offer-checkbox .wpfnl-checkbox label:after {
left: 2px;
top: 5px;
width: 8px;
height: 5px;
border-bottom-color: #6E42D3;
border-left-color: #6E42D3;
}
.wpfnl-order-bump__template-style8 .offer-checkbox .wpfnl-checkbox input[type=checkbox]:checked + label::before {
background-color: #fff;
border-color: #ffffff;
}
.wpfnl-order-bump__template-style8 .offer-checkbox .product-price {
margin-left: auto;
display: inline-block;
font-weight: 500;
font-size: 12px;
line-height: 14px;
color: #EE8134;
}
.wpfnl-order-bump__template-style8 .offer-checkbox .product-price span {
font-size: 12px;
line-height: 14px;
color: #EE8134;
font-weight: 500;
line-height: normal;
}
.wpfnl-order-bump__template-style8 .offer-checkbox .product-price ins {
text-decoration: none;
background: transparent;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style8 .offer-checkbox .wpfnl-checkbox label,
body.rtl .wpfnl-order-bump__template-style8 .offer-checkbox .wpfnl-checkbox label {
padding: 0 26px 0 0;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style8 .offer-checkbox .wpfnl-checkbox label:before,
body.rtl .wpfnl-order-bump__template-style8 .offer-checkbox .wpfnl-checkbox label:before {
left: inherit;
right: 0;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style8 .offer-checkbox .wpfnl-checkbox label:after,
body.rtl .wpfnl-order-bump__template-style8 .offer-checkbox .wpfnl-checkbox label:after {
left: inherit;
right: 2px;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style8 .offer-checkbox .nav-arrow,
body.rtl .wpfnl-order-bump__template-style8 .offer-checkbox .nav-arrow {
margin-left: 10px;
margin-right: 0;
transform: rotate(-180deg);
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style8 .offer-checkbox .product-price,
body.rtl .wpfnl-order-bump__template-style8 .offer-checkbox .product-price {
margin-left: 0;
margin-right: auto;
}
@media only screen and (max-width: 460px) {
.wpfnl-order-bump__template-style2 .template-preview-wrapper {
padding: 15px;
display: block;
}
.wpfnl-order-bump__template-style2 .template-preview-wrapper .template-img {
width: auto;
height: auto;
background-image: none !important;
}
.wpfnl-order-bump__template-style2 .template-preview-wrapper .for-mobile {
margin-bottom: 16px;
display: block;
border-radius: 10px;
}
.wpfnl-order-bump__template-style2 .template-preview-wrapper .template-content {
padding-left: 0;
width: 100%;
}
.wpfnl-order-bump__template-style2 .offer-checkbox {
padding: 9px 15px 13px;
}
}
.wpfnl-order-bump__template-style9 {
background-color: #ffffff;
border: 1px solid #E5E8F3;
border-radius: 12px;
position: relative;
margin: 20px 0;
}
.wpfnl-order-bump__template-style9 > .subtitle {
font-weight: 500;
font-size: 14px;
line-height: 16px;
color: #333;
margin-bottom: 0;
background: #ffd921;
text-align: center;
padding: 10px 15px;
border-radius: 10px 10px 0 0;
}
.wpfnl-order-bump__template-style9 .template-preview-wrapper {
padding: 20px;
display: flex;
flex-flow: row wrap;
align-items: center;
}
.wpfnl-order-bump__template-style9 .template-preview-wrapper .template-img {
width: 150px;
height: 150px;
background-color: #F2F2F8;
border-radius: 10px;
position: relative;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
object-fit: cover;
}
.wpfnl-order-bump__template-style9 .template-preview-wrapper .for-mobile {
display: none;
border-radius: 10px;
}
.wpfnl-order-bump__template-style9 .template-preview-wrapper .template-content {
width: calc(100% - 160px);
padding-left: 20px;
}
.wpfnl-order-bump__template-style9 .template-preview-wrapper .template-title {
font-weight: 500;
font-size: 14px;
line-height: 16px;
color: #363B4E;
margin: 0 0 9px 0;
}
.wpfnl-order-bump__template-style9 .template-preview-wrapper .product-price {
display: inline-block;
font-weight: 500;
font-size: 13px;
line-height: 15px;
color: #EE8134;
margin-left: auto;
margin-top: 10px;
}
.wpfnl-order-bump__template-style9 .template-preview-wrapper .product-price span {
font-size: 13px;
line-height: 15px;
color: #EE8134;
font-weight: 500;
}
.wpfnl-order-bump__template-style9 .template-preview-wrapper .product-price ins {
text-decoration: none;
background: transparent;
}
.wpfnl-order-bump__template-style9 .description-wrapper {
background: #f7f7f7;
padding: 12px 20px;
margin: 0;
}
.wpfnl-order-bump__template-style9 .description-wrapper .description li,
.wpfnl-order-bump__template-style9 .description-wrapper .description span,
.wpfnl-order-bump__template-style9 .description-wrapper .description p,
.wpfnl-order-bump__template-style9 .description-wrapper .description {
font-size: 13px;
line-height: 20px;
color: #7A8B9A;
margin: 0;
}
.wpfnl-order-bump__template-style9 .offer-checkbox {
background-color: #6E42D3;
padding: 12px 20px 12px;
border-radius: 0 0 10px 10px;
box-shadow: 0 -1px 2px 0 rgba(190, 190, 215, 0.29);
text-align: center;
}
.wpfnl-order-bump__template-style9 .offer-checkbox .wpfnl-checkbox {
display: block;
line-height: 1;
}
.wpfnl-order-bump__template-style9 .offer-checkbox .wpfnl-checkbox label {
font-weight: 500;
font-size: 15px;
line-height: 18px;
color: #d9d9d9;
padding: 0 0 0 26px;
margin: 0;
border: 0;
}
.wpfnl-order-bump__template-style9 .offer-checkbox .wpfnl-checkbox label:before {
top: 1px;
border: none;
}
.wpfnl-order-bump__template-style9 .offer-checkbox .wpfnl-checkbox label:after {
left: 4px;
top: 6px;
width: 10px;
height: 6px;
border-bottom-color: #6E42D3;
border-left-color: #6E42D3;
}
.wpfnl-order-bump__template-style9 .offer-checkbox .wpfnl-checkbox input[type=checkbox]:checked + label::before {
background-color: #fff;
border-color: #ffffff;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style9 .template-preview-wrapper .template-content,
body.rtl .wpfnl-order-bump__template-style9 .template-preview-wrapper .template-content {
padding-left: 0;
padding-right: 20px;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style9 .offer-checkbox .wpfnl-checkbox label,
body.rtl .wpfnl-order-bump__template-style9 .offer-checkbox .wpfnl-checkbox label {
padding: 0 26px 0 0;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style9 .offer-checkbox .wpfnl-checkbox label:before,
body.rtl .wpfnl-order-bump__template-style9 .offer-checkbox .wpfnl-checkbox label:before {
left: inherit;
right: 0;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style9 .offer-checkbox .wpfnl-checkbox label:after,
body.rtl .wpfnl-order-bump__template-style9 .offer-checkbox .wpfnl-checkbox label:after {
left: inherit;
right: 4px;
}
@media only screen and (max-width: 460px) {
.wpfnl-order-bump__template-style9 .template-preview-wrapper {
padding: 15px;
display: block;
}
.wpfnl-order-bump__template-style9 .template-preview-wrapper .template-img {
width: auto;
height: auto;
background-image: none !important;
}
.wpfnl-order-bump__template-style9 .template-preview-wrapper .for-mobile {
display: block;
border-radius: 10px;
margin-bottom: 16px;
}
.wpfnl-order-bump__template-style9 .template-preview-wrapper .template-content {
width: 100%;
padding-left: 0;
}
.wpfnl-order-bump__template-style9 .offer-checkbox {
padding: 9px 15px 13px;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style9 .template-preview-wrapper .template-content,
body.rtl .wpfnl-order-bump__template-style9 .template-preview-wrapper .template-content {
padding-right: 0;
}
}
.wpfnl-order-bump__template-style10 {
border-radius: 10px;
position: relative;
margin: 20px 0;
background-color: #f7f7f7;
border: 1px solid #E5E8F3;
}
.wpfnl-order-bump__template-style10 .template-preview-wrapper {
padding: 20px 15px;
}
.wpfnl-order-bump__template-style10 .template-preview-wrapper .template-title-area {
display: flex;
align-items: flex-start;
justify-content: space-between;
margin: 0 0 15px 0;
}
.wpfnl-order-bump__template-style10 .template-preview-wrapper .template-title {
font-weight: 700;
font-size: 14px;
line-height: 16px;
color: #363B4E;
margin: 0;
width: calc(100% - 60px);
padding-right: 15px;
display: flex;
}
.wpfnl-order-bump__template-style10 .template-preview-wrapper .template-title .nav-arrow {
line-height: 1;
position: relative;
top: -1px;
margin-right: 7px;
}
.wpfnl-order-bump__template-style10 .template-preview-wrapper .template-title .product-price {
display: inline-block;
color: #EE8134;
margin-left: auto;
}
.wpfnl-order-bump__template-style10 .template-preview-wrapper .template-title .product-price span {
color: #EE8134;
font-weight: 700;
}
.wpfnl-order-bump__template-style10 .template-preview-wrapper .template-title .product-price ins {
text-decoration: none;
background: transparent;
}
.wpfnl-order-bump__template-style10 .template-preview-wrapper .description li,
.wpfnl-order-bump__template-style10 .template-preview-wrapper .description span,
.wpfnl-order-bump__template-style10 .template-preview-wrapper .description p,
.wpfnl-order-bump__template-style10 .template-preview-wrapper .description {
font-size: 13px;
line-height: 20px;
color: #7A8B9A;
margin: 0;
}
.wpfnl-order-bump__template-style10 .offer-checkbox {
display: block;
width: 60px;
text-align: right;
}
.wpfnl-order-bump__template-style10 .offer-checkbox .wpfnl-checkbox {
line-height: 1;
display: block;
}
.wpfnl-order-bump__template-style10 .offer-checkbox .wpfnl-checkbox label {
font-weight: 700;
color: #6E42D3;
font-size: 16px;
line-height: 14px;
margin: 0;
padding: 0;
}
.wpfnl-order-bump__template-style10 .offer-checkbox .wpfnl-checkbox label:after,
.wpfnl-order-bump__template-style10 .offer-checkbox .wpfnl-checkbox label:before {
display: none;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style10 .offer-checkbox,
body.rtl .wpfnl-order-bump__template-style10 .offer-checkbox {
text-align: left;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style10 .template-preview-wrapper .template-title,
body.rtl .wpfnl-order-bump__template-style10 .template-preview-wrapper .template-title {
padding-right: 0;
padding-left: 15px;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style10 .template-preview-wrapper .template-title .nav-arrow,
body.rtl .wpfnl-order-bump__template-style10 .template-preview-wrapper .template-title .nav-arrow {
top: 3px;
margin-right: 0;
margin-left: 7px;
transform: rotate(-180deg);
display: inline-block;
}
@media only screen and (max-width: 460px) {
.wpfnl-order-bump__template-style10 .template-preview-wrapper {
padding: 15px;
display: block;
}
.wpfnl-order-bump__template-style10 .template-preview-wrapper .template-img {
width: auto;
height: auto;
background-image: none !important;
}
.wpfnl-order-bump__template-style10 .template-preview-wrapper .for-mobile {
display: block;
border-radius: 10px;
margin-bottom: 16px;
}
.wpfnl-order-bump__template-style10 .template-preview-wrapper .template-content {
width: 100%;
padding-left: 0;
}
.wpfnl-order-bump__template-style10 .offer-checkbox {
padding: 9px 15px 13px;
}
}
.wpfnl-order-bump__template-style11 {
border-radius: 5px;
position: relative;
margin: 20px 0;
background-color: #fff;
border: 1px solid #6E42D3;
}
.wpfnl-order-bump__template-style11 .oderbump-loader {
border-radius: 5px;
}
.wpfnl-order-bump__template-style11 .template-preview-wrapper {
padding: 20px 15px;
}
.wpfnl-order-bump__template-style11 .template-preview-wrapper .template-title-area {
display: flex;
align-items: flex-start;
justify-content: space-between;
margin: 0 0 15px 0;
}
.wpfnl-order-bump__template-style11 .template-preview-wrapper .template-title-area .product-price {
display: inline-block;
color: #EE8134;
margin-left: auto;
width: 120px;
text-align: right;
}
.wpfnl-order-bump__template-style11 .template-preview-wrapper .template-title-area .product-price span {
color: #EE8134;
font-weight: 700;
}
.wpfnl-order-bump__template-style11 .template-preview-wrapper .template-title-area .product-price ins {
text-decoration: none;
background: transparent;
}
.wpfnl-order-bump__template-style11 .template-preview-wrapper .description {
font-size: 13px;
line-height: 20px;
color: #7A8B9A;
margin: 0;
}
.wpfnl-order-bump__template-style11 .offer-checkbox {
background-color: transparent;
padding: 0;
border-radius: 0;
box-shadow: none;
width: calc(100% - 120px);
}
.wpfnl-order-bump__template-style11 .offer-checkbox .wpfnl-checkbox {
display: block;
line-height: 1;
}
.wpfnl-order-bump__template-style11 .offer-checkbox .wpfnl-checkbox label {
font-weight: 600;
font-size: 15px;
line-height: 18px;
color: #363B4E;
padding: 0 0 0 26px;
margin: 0;
border: 0;
}
.wpfnl-order-bump__template-style11 .offer-checkbox .wpfnl-checkbox label:before {
top: 1px;
border-color: #6E42D3;
}
.wpfnl-order-bump__template-style11 .offer-checkbox .wpfnl-checkbox label:after {
left: 4px;
top: 6px;
width: 10px;
height: 6px;
border-bottom-color: #6E42D3;
border-left-color: #6E42D3;
}
.wpfnl-order-bump__template-style11 .offer-checkbox .wpfnl-checkbox input[type=checkbox]:checked + label::before {
background-color: #fff;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style11 .template-preview-wrapper .template-title-area .product-price,
body.rtl .wpfnl-order-bump__template-style11 .template-preview-wrapper .template-title-area .product-price {
text-align: left;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style11 .offer-checkbox .wpfnl-checkbox label,
body.rtl .wpfnl-order-bump__template-style11 .offer-checkbox .wpfnl-checkbox label {
padding: 0 26px 0 0;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style11 .offer-checkbox .wpfnl-checkbox label:before,
body.rtl .wpfnl-order-bump__template-style11 .offer-checkbox .wpfnl-checkbox label:before {
left: inherit;
right: 0;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style11 .offer-checkbox .wpfnl-checkbox label:after,
body.rtl .wpfnl-order-bump__template-style11 .offer-checkbox .wpfnl-checkbox label:after {
left: inherit;
right: 4px;
}
@media only screen and (max-width: 460px) {
.wpfnl-order-bump__template-style11 .template-preview-wrapper {
padding: 15px;
display: block;
}
.wpfnl-order-bump__template-style11 .template-preview-wrapper .template-img {
width: auto;
height: auto;
background-image: none !important;
}
.wpfnl-order-bump__template-style11 .template-preview-wrapper .for-mobile {
display: block;
border-radius: 10px;
margin-bottom: 16px;
}
.wpfnl-order-bump__template-style11 .template-preview-wrapper .template-content {
width: 100%;
padding-left: 0;
}
}
.wpfnl-order-bump__template-style12 {
background-color: #ffffff;
border-radius: 12px;
padding: 20px;
position: relative;
border: 1px solid #E5E8F3;
margin-bottom: 20px;
}
.wpfnl-order-bump__template-style12 .template-preview-wrapper .template-img {
width: 150px;
height: 150px;
background-color: #F2F2F8;
border-radius: 10px;
position: relative;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
object-fit: cover;
margin: 0 16px 6px 0;
float: left;
}
.wpfnl-order-bump__template-style12 .template-preview-wrapper .template-content {
clear: right;
}
.wpfnl-order-bump__template-style12 .template-preview-wrapper .template-content::after {
content: "";
display: block;
clear: both;
}
.wpfnl-order-bump__template-style12 .template-preview-wrapper .template-title {
font-weight: 500;
font-size: 14px;
line-height: 16px;
color: #363B4E;
margin-bottom: 0;
margin-left: 5px;
}
.wpfnl-order-bump__template-style12 .template-preview-wrapper .subtitle {
font-weight: 500;
font-size: 14px;
line-height: 16px;
color: #6E42D3;
margin: 0;
display: flex;
flex-flow: row wrap;
}
.wpfnl-order-bump__template-style12 .template-preview-wrapper .description {
font-size: 13px;
line-height: 20px;
color: #7A8B9A;
width: 100%;
margin-top: 8px;
}
.wpfnl-order-bump__template-style12 .template-preview-wrapper .product-price {
display: inline-block;
font-weight: 500;
font-size: 13px;
line-height: 15px;
color: #EE8134;
margin-top: 5px;
}
.wpfnl-order-bump__template-style12 .template-preview-wrapper .product-price span {
font-size: 13px;
color: #EE8134;
font-weight: 500;
}
.wpfnl-order-bump__template-style12 .template-preview-wrapper .product-price ins {
text-decoration: none;
}
.wpfnl-order-bump__template-style12 .offer-checkbox {
background-color: #6E42D3;
padding: 11px 20px;
margin-top: 10px;
border-radius: 5px;
}
.wpfnl-order-bump__template-style12 .offer-checkbox .wpfnl-checkbox label {
font-weight: 500;
font-size: 15px;
line-height: 18px;
color: #d9d9d9;
padding-left: 26px;
margin: 0;
border: none;
}
.wpfnl-order-bump__template-style12 .offer-checkbox .wpfnl-checkbox label:before {
top: 1px;
width: 15px;
height: 15px;
}
.wpfnl-order-bump__template-style12 .offer-checkbox .wpfnl-checkbox label:after {
left: 4px;
top: 6px;
width: 7px;
height: 3px;
border-bottom-color: #6E42D3;
border-left-color: #6E42D3;
}
.wpfnl-order-bump__template-style12 .offer-checkbox .wpfnl-checkbox input[type=checkbox]:checked + label::before {
background-color: #fff;
border-color: #ffffff;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style12 .offer-checkbox .wpfnl-checkbox label,
body.rtl .wpfnl-order-bump__template-style12 .offer-checkbox .wpfnl-checkbox label {
padding-left: 0;
padding-right: 26px;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style12 .offer-checkbox .wpfnl-checkbox label:before,
body.rtl .wpfnl-order-bump__template-style12 .offer-checkbox .wpfnl-checkbox label:before {
left: inherit;
right: 0;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style12 .offer-checkbox .wpfnl-checkbox label:after,
body.rtl .wpfnl-order-bump__template-style12 .offer-checkbox .wpfnl-checkbox label:after {
left: inherit;
right: 4px;
}
@media only screen and (max-width: 425px) {
.wpfnl-order-bump__template-style12 .template-preview-wrapper .template-img {
float: none;
margin-right: 0;
margin-bottom: 15px;
}
}
.wpfnl-order-bump__template-style13 {
background-color: #ffffff;
border-radius: 12px;
position: relative;
border: 2px dashed #E5E8F3;
padding: 20px;
margin-bottom: 20px;
}
.wpfnl-order-bump__template-style13 .subtitle {
font-weight: 500;
font-size: 18px;
line-height: 1.3;
color: #6E42D3;
margin-bottom: 20px !important;
text-align: center !important;
}
.wpfnl-order-bump__template-style13 .template-preview-wrapper {
display: flex;
flex-flow: row wrap;
align-items: flex-start;
}
.wpfnl-order-bump__template-style13 .template-preview-wrapper .template-img {
width: 150px;
height: 150px;
background-color: #F2F2F8;
border-radius: 10px;
position: relative;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
object-fit: cover;
}
.wpfnl-order-bump__template-style13 .template-preview-wrapper .template-content {
width: calc(100% - 160px);
padding-left: 20px;
}
.wpfnl-order-bump__template-style13 .template-preview-wrapper .template-title {
font-weight: 500;
font-size: 14px;
line-height: 16px;
color: #363B4E;
margin-bottom: 9px;
}
.wpfnl-order-bump__template-style13 .template-preview-wrapper .description li,
.wpfnl-order-bump__template-style13 .template-preview-wrapper .description span,
.wpfnl-order-bump__template-style13 .template-preview-wrapper .description p,
.wpfnl-order-bump__template-style13 .template-preview-wrapper .description {
font-size: 13px;
line-height: 20px;
color: #7A8B9A;
}
.wpfnl-order-bump__template-style13 .product-price {
display: inline-block;
font-weight: 500;
font-size: 15px;
line-height: 1.2;
color: #EE8134;
margin-left: 5px;
}
.wpfnl-order-bump__template-style13 .product-price span {
font-size: 15px;
color: #EE8134;
font-weight: 500;
}
.wpfnl-order-bump__template-style13 .product-price ins {
text-decoration: none;
}
.wpfnl-order-bump__template-style13 .offer-checkbox {
background-color: #6E42D3;
padding: 11px 20px;
margin-bottom: 20px;
border-radius: 10px;
}
.wpfnl-order-bump__template-style13 .offer-checkbox .wpfnl-checkbox label {
font-weight: 600;
font-size: 15px;
line-height: 18px;
color: #363B4E;
padding: 0 0 0 26px;
margin: 0;
border: 0;
}
.wpfnl-order-bump__template-style13 .offer-checkbox .wpfnl-checkbox label:before {
top: 1px;
border-color: #6E42D3;
}
.wpfnl-order-bump__template-style13 .offer-checkbox .wpfnl-checkbox label:after {
left: 4px;
top: 6px;
width: 10px;
height: 6px;
border-bottom-color: #6E42D3;
border-left-color: #6E42D3;
}
.wpfnl-order-bump__template-style13 .offer-checkbox .wpfnl-checkbox input[type=checkbox]:checked + label::before {
background-color: #fff;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style13 .offer-checkbox .wpfnl-checkbox label,
body.rtl .wpfnl-order-bump__template-style13 .offer-checkbox .wpfnl-checkbox label {
padding: 0 26px 0 0;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style13 .offer-checkbox .wpfnl-checkbox label:before,
body.rtl .wpfnl-order-bump__template-style13 .offer-checkbox .wpfnl-checkbox label:before {
left: inherit;
right: 0;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style13 .offer-checkbox .wpfnl-checkbox label:after,
body.rtl .wpfnl-order-bump__template-style13 .offer-checkbox .wpfnl-checkbox label:after {
left: inherit;
right: 4px;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style13 .template-preview-wrapper .template-content,
body.rtl .wpfnl-order-bump__template-style13 .template-preview-wrapper .template-content {
padding-left: 0;
padding-right: 20px;
}
@media only screen and (max-width: 425px) {
.wpfnl-order-bump__template-style13 .template-preview-wrapper {
display: block;
}
.wpfnl-order-bump__template-style13 .template-preview-wrapper .template-content {
width: 100%;
padding-left: 0;
margin-top: 15px;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style13 .template-preview-wrapper .template-content,
body.rtl .wpfnl-order-bump__template-style13 .template-preview-wrapper .template-content {
padding-right: 0;
}
}
.wpfnl-order-bump__template-style14 {
border-radius: 10px;
position: relative;
margin: 0 0 20px;
background-color: #ffffff;
border: 1px solid #6E42D3;
}
.wpfnl-order-bump__template-style14 .template-preview-wrapper {
padding: 20px 15px;
display: flex;
flex-flow: row wrap;
align-items: flex-start;
border-radius: 0 0 10px 10px;
border-top: none;
}
.wpfnl-order-bump__template-style14 .template-preview-wrapper .template-img {
width: 150px;
height: 150px;
background-color: #F2F2F8;
border-radius: 10px;
position: relative;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
object-fit: cover;
}
.wpfnl-order-bump__template-style14 .template-preview-wrapper .for-mobile {
display: none;
border-radius: 10px;
}
.wpfnl-order-bump__template-style14 .template-preview-wrapper .template-content {
width: calc(100% - 150px);
padding-left: 20px;
}
.wpfnl-order-bump__template-style14 .template-preview-wrapper .template-title {
font-weight: 500;
font-size: 14px;
line-height: 16px;
color: #363B4E;
margin-bottom: 9px;
}
.wpfnl-order-bump__template-style14 .template-preview-wrapper .subtitle {
font-weight: 500;
font-size: 14px;
line-height: 16px;
color: #6E42D3;
margin-bottom: 14px;
}
.wpfnl-order-bump__template-style14 .template-preview-wrapper .description li,
.wpfnl-order-bump__template-style14 .template-preview-wrapper .description span,
.wpfnl-order-bump__template-style14 .template-preview-wrapper .description p,
.wpfnl-order-bump__template-style14 .template-preview-wrapper .description {
font-size: 13px;
line-height: 20px;
color: #7A8B9A;
margin: 0;
}
.wpfnl-order-bump__template-style14 .template-preview-wrapper .product-price {
font-weight: 500;
font-size: 12px;
line-height: 14px;
color: #EE8134;
margin-left: auto;
text-align: right;
margin-top: 15px;
display: block;
}
.wpfnl-order-bump__template-style14 .template-preview-wrapper .product-price span {
font-size: 12px;
color: #EE8134;
font-weight: 500;
line-height: normal;
}
.wpfnl-order-bump__template-style14 .template-preview-wrapper .product-price ins {
text-decoration: none;
}
.wpfnl-order-bump__template-style14 .offer-checkbox {
padding: 12px 15px 9px;
border-radius: 7px 7px 0 0;
display: flex;
flex-flow: row wrap;
align-items: flex-start;
border-bottom: 1px solid #6e42d3;
}
.wpfnl-order-bump__template-style14 .offer-checkbox .wpfnl-checkbox {
line-height: normal;
display: block;
}
.wpfnl-order-bump__template-style14 .offer-checkbox .wpfnl-checkbox label {
font-weight: 500;
color: #363B4E;
padding: 0 0 0 26px;
font-size: 12px;
line-height: 14px;
margin: 0;
border: none;
}
.wpfnl-order-bump__template-style14 .offer-checkbox .wpfnl-checkbox label:before {
border: none;
width: 18px;
height: 18px;
background-color: #cacacb;
}
.wpfnl-order-bump__template-style14 .offer-checkbox .wpfnl-checkbox label:after {
left: 4px;
top: 2px;
width: 10px;
height: 6px;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style14 .offer-checkbox .wpfnl-checkbox label,
body.rtl .wpfnl-order-bump__template-style14 .offer-checkbox .wpfnl-checkbox label {
padding: 0 26px 0 0;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style14 .offer-checkbox .wpfnl-checkbox label:before,
body.rtl .wpfnl-order-bump__template-style14 .offer-checkbox .wpfnl-checkbox label:before {
left: inherit;
right: 0;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style14 .offer-checkbox .wpfnl-checkbox label:after,
body.rtl .wpfnl-order-bump__template-style14 .offer-checkbox .wpfnl-checkbox label:after {
left: inherit;
right: 4px;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style14 .template-preview-wrapper .template-content,
body.rtl .wpfnl-order-bump__template-style14 .template-preview-wrapper .template-content {
padding-left: 0;
padding-right: 20px;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style14 .template-preview-wrapper .product-price,
body.rtl .wpfnl-order-bump__template-style14 .template-preview-wrapper .product-price {
text-align: left;
}
@media only screen and (max-width: 425px) {
.wpfnl-order-bump__template-style14 .template-preview-wrapper {
display: block;
}
.wpfnl-order-bump__template-style14 .template-preview-wrapper .template-content {
width: 100%;
padding-left: 0;
margin-top: 15px;
}
.wpfnl-order-bump__template-style14 .template-preview-wrapper .product-price {
text-align: left;
margin-top: 10px;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style14 .template-preview-wrapper .template-content,
body.rtl .wpfnl-order-bump__template-style14 .template-preview-wrapper .template-content {
padding-right: 0;
}
body.rtl.et_divi_builder #et_builder_outer_content .wpfnl-order-bump__template-style14 .template-preview-wrapper .product-price,
body.rtl .wpfnl-order-bump__template-style14 .template-preview-wrapper .product-price {
text-align: right;
}
} .theme-astra #customer_details h3:not(.elementor-widget-woocommerce-checkout-page h3) {
font-size: 22px;
padding: 15px 20px;
margin: 0;
border-bottom: none;
}
.theme-astra.woocommerce.woocommerce-checkout form #customer_details.col2-set, .theme-astra.woocommerce-page.woocommerce-checkout form #customer_details.col2-set {
width: 50%;
float: none;
margin-right: 0;
}
.theme-astra form #order_review:not(.elementor-widget-woocommerce-checkout-page #order_review) {
padding: 0 0 0 10px;
border: none;
}
.theme-astra.woocommerce.woocommerce-checkout form #order_review, .theme-astra.woocommerce-page.woocommerce-checkout form #order_review {
width: 50%;
float: none;
margin-right: 0;
clear: right;
}
.theme-astra form #order_review_heading:not(.elementor-widget-woocommerce-checkout-page #order_review_heading) {
border: 1px solid #E5E8F3;
border-bottom: none;
font-size: 22px;
margin: 0;
padding: 15px 20px;
}
.theme-astra.woocommerce.woocommerce-checkout .wpfnl-checkout-form-one-column form #customer_details.col2-set,
.theme-astra.woocommerce-page.woocommerce-checkout .wpfnl-checkout-form-one-column form #customer_details.col2-set,
.theme-astra.woocommerce.woocommerce-checkout .wpfnl-checkout.wpfnl-col-1 form #customer_details.col2-set,
.theme-astra.woocommerce-page.woocommerce-checkout .wpfnl-checkout.wpfnl-col-1 form #customer_details.col2-set {
width: 100%;
float: none;
margin-right: 0;
}
.theme-astra.woocommerce.woocommerce-checkout .wpfnl-checkout-form-one-column form #order_review,
.theme-astra.woocommerce-page.woocommerce-checkout .wpfnl-checkout-form-one-column form #order_review,
.theme-astra.woocommerce.woocommerce-checkout .wpfnl-checkout.wpfnl-col-1 form #order_review,
.theme-astra.woocommerce-page.woocommerce-checkout .wpfnl-checkout.wpfnl-col-1 form #order_review {
width: 100%;
}
.theme-astra .wpfnl-checkout-form-one-column form #order_review:not(.elementor-widget-woocommerce-checkout-page #order_review),
.theme-astra .wpfnl-checkout.wpfnl-col-1 form #order_review:not(.elementor-widget-woocommerce-checkout-page #order_review) {
padding-left: 0;
}
.theme-astra .wpfnl-checkout-form-wpfnl-multistep form #order_review:not(.elementor-widget-woocommerce-checkout-page #order_review),
.theme-astra .wpfnl-multistep form #order_review:not(.elementor-widget-woocommerce-checkout-page #order_review) {
padding: 0;
}
@media only screen and (max-width: 991px) {
.theme-astra.woocommerce.woocommerce-checkout form #customer_details.col2-set,
.theme-astra.woocommerce-page.woocommerce-checkout form #customer_details.col2-set {
width: 100%;
}
.theme-astra form #order_review:not(.elementor-widget-woocommerce-checkout-page #order_review) {
padding: 0;
border: none;
}
.theme-astra.woocommerce.woocommerce-checkout form #order_review,
.theme-astra.woocommerce-page.woocommerce-checkout form #order_review {
width: 100%;
}
}
.theme-storefront #order_review_heading,
.theme-storefront #order_review {
width: 50%;
float: none;
}
.theme-storefront #payment .payment_methods li.woocommerce-PaymentMethod > input[type=radio]:first-child:checked + label::before, .theme-storefront #payment .payment_methods li.wc_payment_method > input[type=radio]:first-child:checked + label::before {
content: "";
}
.theme-storefront #payment .place-order {
margin-top: 0;
border-radius: 0 0 10px 10px;
}
.theme-storefront #payment .payment_methods li .payment_box fieldset {
padding: 0;
font-size: inherit;
background: transparent;
}
.theme-storefront #order_review .shop_table {
margin-bottom: 20px;
}
.theme-storefront .wpfnl-checkout .woocommerce-checkout #payment ul.payment_methods {
padding: 10px 20px 10px 20px !important;
}
.theme-storefront.et_divi_builder #et_builder_outer_content .wpfnl-checkout .woocommerce-checkout #payment ul.payment_methods {
padding: 10px 20px 10px 20px !important;
}
.theme-storefront .wpfnl-checkout-form-one-column #order_review_heading,
.theme-storefront .wpfnl-checkout-form-one-column #order_review,
.theme-storefront .wpfnl-col-1 #order_review_heading,
.theme-storefront .wpfnl-col-1 #order_review {
width: 100%;
}
@media only screen and (max-width: 991px) {
.theme-storefront #order_review_heading,
.theme-storefront #order_review {
width: 100%;
}
}
.theme-twentytwentytwo .wpfnl-checkout .woocommerce .col2-set:not(#customer_details),
.theme-twentytwentytwo .woocommerce-page .wpfnl-checkout .col2-set:not(#customer_details) {
padding-right: 0;
padding-left: 10px;
}
.theme-twentytwentytwo .wpfnl-checkout .woocommerce .col2-set:not(#customer_details) .woocommerce-checkout-review-order,
.theme-twentytwentytwo .woocommerce-page .wpfnl-checkout .col2-set:not(#customer_details) .woocommerce-checkout-review-order {
width: 100%;
padding-left: 0;
}
.theme-twentytwentytwo .wpfnl-checkout-form-one-column .woocommerce .col2-set:not(#customer_details),
.theme-twentytwentytwo .woocommerce-page .wpfnl-checkout-form-one-column .col2-set:not(#customer_details),
.theme-twentytwentytwo .wpfnl-checkout.wpfnl-col-1 .woocommerce .col2-set:not(#customer_details),
.theme-twentytwentytwo .woocommerce-page .wpfnl-checkout.wpfnl-col-1 .col2-set:not(#customer_details) {
padding-right: 0;
padding-left: 0;
}
.theme-twentytwentytwo .wpfnl-checkout-form-wpfnl-multistep .woocommerce .col2-set:not(#customer_details),
.theme-twentytwentytwo .woocommerce-page .wpfnl-checkout-form-wpfnl-multistep .col2-set:not(#customer_details),
.theme-twentytwentytwo .wpfnl-checkout.wpfnl-multistep .woocommerce .col2-set:not(#customer_details),
.theme-twentytwentytwo .woocommerce-page .wpfnl-checkout.wpfnl-multistep .col2-set:not(#customer_details) {
padding-left: 0;
width: 100%;
}
.theme-blocksy .wpfnl-optin-form .wpfnl-optin-form-wrapper .wpfnl-optin-form-group.submit {
padding: 0;
background: transparent;
font-family: inherit;
font-size: inherit;
font-weight: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
text-transform: none;
text-decoration: none;
color: inherit;
border: none;
display: inline;
min-height: auto;
border-radius: 0;
}
.theme-blocksy .elementor-widget-container .woocommerce > form.woocommerce-checkout {
display: flex;
grid-template-columns: inherit;
grid-column-gap: inherit;
grid-row-gap: 0;
}
.theme-blocksy .wpfnl-checkout #customer_details .col-2 {
margin-top: 0;
}
.theme-blocksy .wpfnl-checkout .ct-customer-details {
width: 50%;
padding-right: 10px;
margin-right: 0;
float: none;
}
.theme-blocksy .wpfnl-checkout .ct-customer-details .col2-set {
width: 100%;
padding-right: 0;
margin-right: 0;
float: none;
}
.theme-blocksy .wpfnl-checkout .ct-order-review {
padding: 0;
border: none;
align-self: inherit;
display: block;
position: relative;
top: inherit;
width: 50%;
padding-left: 10px;
}
.theme-blocksy .wpfnl-checkout .ct-order-review .woocommerce-checkout-review-order {
width: 100%;
padding-left: 0;
}
.theme-blocksy .wpfnl-checkout .ct-order-review table.shop_table {
margin-bottom: 20px;
}
.theme-blocksy .wpfnl-checkout table.shop_table tr > *:first-child {
-webkit-padding-start: 12px;
padding-inline-start: 12px;
}
.theme-blocksy .wpfnl-checkout table.shop_table tr > *:last-child {
-webkit-padding-end: 12px;
padding-inline-end: 12px;
}
.theme-blocksy .wpfnl-checkout .woocommerce-shipping-methods li {
display: block;
}
.theme-blocksy .wpfnl-checkout .woocommerce-checkout #payment ul.payment_methods > li {
border: none;
border-bottom: 1px solid #E5E8F3;
}
.theme-blocksy .wpfnl-checkout #payment .payment_methods > li .payment_box {
border-top: none;
}
.theme-blocksy .wpfnl-checkout #payment .payment_methods > li > input[type=radio]:first-child:checked + label:before {
border-width: 2px;
}
.theme-blocksy .wpfnl-checkout .wpfnl-checkout-form-one-column .ct-customer-details, .theme-blocksy .wpfnl-checkout.wpfnl-col-1 .ct-customer-details {
width: 100%;
padding-right: 0;
}
.theme-blocksy .wpfnl-checkout .wpfnl-checkout-form-one-column .ct-order-review, .theme-blocksy .wpfnl-checkout.wpfnl-col-1 .ct-order-review {
width: 100%;
padding-left: 0;
}
.theme-blocksy .wpfnl-checkout-form-wpfnl-multistep .ct-customer-details,
.theme-blocksy .wpfnl-checkout.wpfnl-multistep .ct-customer-details {
width: 100%;
padding-right: 0;
}
.theme-blocksy .wpfnl-checkout-form-wpfnl-multistep .ct-order-review,
.theme-blocksy .wpfnl-checkout.wpfnl-multistep .ct-order-review {
width: 100%;
padding-left: 0;
}
.theme-blocksy .wpfnl-thankyou-wrapper .woocommerce-notice.woocommerce-thankyou-order-received:before {
display: none;
}
.theme-blocksy .wpfnl-thankyou-wrapper ul.woocommerce-order-overview.order_details {
display: flex;
grid-template-columns: inherit;
margin-bottom: 20px;
}
.theme-blocksy .wpfnl-thankyou-wrapper ul.woocommerce-order-overview.order_details li {
border-bottom: none;
}
.theme-blocksy .wpfnl-thankyou-wrapper ul.woocommerce-thankyou-order-details li:last-child {
border-right: none;
}
.theme-blocksy .wpfnl-thankyou-wrapper .woocommerce-order-details {
margin-top: 0;
}
.theme-blocksy .wpfnl-thankyou-wrapper .woocommerce-customer-details {
margin-top: 0;
}
.theme-blocksy .wpfnl-thankyou-wrapper .woocommerce-customer-details .col2-set {
grid-template-columns: inherit;
grid-column-gap: inherit;
}
@media only screen and (max-width: 991px) {
.theme-blocksy .elementor-widget-container .woocommerce > form.woocommerce-checkout {
display: block;
}
.theme-blocksy .wpfnl-checkout .ct-customer-details {
width: 100%;
padding-right: 0;
}
.theme-blocksy .wpfnl-checkout .ct-order-review {
width: 100%;
padding-left: 0;
}
.theme-blocksy .wpfnl-checkout .woocommerce-checkout #payment {
margin-left: 0;
margin-right: 0;
}
}
.theme-woostify .wpfnl-checkout .woocommerce-form-login-toggle {
margin-top: 10px;
max-width: 100%;
}
.theme-woostify .wpfnl-checkout .woocommerce-form-coupon-toggle {
max-width: 100%;
margin: 0;
}
.theme-woostify .wpfnl-checkout .woocommerce form.woocommerce-form-coupon button.button {
display: block;
margin: 0;
}
.theme-woostify .wpfnl-checkout #customer_details {
float: none;
width: 50%;
padding-right: 10px;
}
.theme-woostify .wpfnl-checkout #order_review {
background-color: transparent;
padding: 0 0 0 10px;
border-radius: 0;
float: none;
width: 50%;
margin-top: 0;
}
.theme-woostify .wpfnl-checkout .form-row:not(.form-row-first),
.theme-woostify .wpfnl-checkout .form-row:not(.form-row-last) {
float: none;
}
.theme-woostify .wpfnl-checkout .form-row.form-row-first {
float: left;
}
.theme-woostify .wpfnl-checkout .form-row.form-row-last {
float: right;
}
.theme-woostify .wpfnl-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-totals {
padding-top: 0;
display: table-row;
border: none;
}
.theme-woostify .wpfnl-checkout .woocommerce-checkout-review-order-table tr {
display: table-row;
border-bottom: none;
}
.theme-woostify .wpfnl-checkout .woocommerce-checkout-review-order-table tr th,
.theme-woostify .wpfnl-checkout .woocommerce-checkout-review-order-table tr td {
display: table-cell;
}
.theme-woostify .wpfnl-checkout .woocommerce-checkout-review-order-table tr th:last-child,
.theme-woostify .wpfnl-checkout .woocommerce-checkout-review-order-table tr td:last-child {
text-align: left;
}
.theme-woostify #add_payment_method #payment .payment_method_paypal .about_paypal,
.theme-woostify .woocommerce-cart #payment .payment_method_paypal .about_paypal,
.theme-woostify .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
float: inherit;
}
.theme-woostify .wpfnl-checkout .wpfnl-checkout-form-one-column .woocommerce #customer_details,
.theme-woostify .wpfnl-checkout.wpfnl-col-1 .woocommerce #customer_details,
.theme-woostify .woocommerce-page .wpfnl-checkout.wpfnl-col-1 #customer_details {
float: none;
width: 100%;
margin: 0;
max-width: 100%;
padding: 0;
flex: inherit;
}
.theme-woostify .wpfnl-checkout .wpfnl-checkout-form-one-column .woocommerce #order_review,
.theme-woostify .wpfnl-checkout.wpfnl-col-1 .woocommerce #order_review {
width: 100%;
padding-left: 0;
}
.theme-woostify .wpfnl-checkout .woocommerce form.woocommerce-checkout {
float: none;
}
.theme-woostify .wpfnl-thankyou-wrapper .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column.col-1 {
float: none;
border: none;
}
.theme-woostify .wpfnl-thankyou-wrapper .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column.col-2 {
border: none;
float: none;
}
.theme-woostify.et_divi_builder #et_builder_outer_content .wpfnl-multistep .wpfnl-multistep-wizard {
margin-bottom: 40px;
}
.theme-woostify.checkout-layout-2 .wpfnl-checkout .multi-step-checkout-wrapper .multi-step-checkout-content .woocommerce-billing-fields > h3 {
display: block;
}
.theme-woostify.checkout-layout-2 .wpfnl-checkout .multi-step-checkout-wrapper {
width: 50%;
padding-right: 10px;
margin-bottom: 30px;
}
.theme-woostify.checkout-layout-2 .wpfnl-checkout #order_review {
padding: 0 0 0 10px;
width: 50%;
border: none;
}
.theme-woostify.checkout-layout-2 .wpfnl-checkout .woocommerce-checkout #payment .woocommerce-SavedPaymentMethods > li,
.theme-woostify.checkout-layout-2 .wpfnl-checkout .woocommerce-checkout #payment ul.payment_methods > li {
border: none;
border-bottom: 1px solid #E5E8F3;
}
.theme-woostify.checkout-layout-2 .wpfnl-checkout .woocommerce-checkout #payment div.payment_box {
border-top: 0;
}
.theme-woostify.checkout-layout-2 .wpfnl-checkout .multi-step-checkout-wrapper .multi-step-checkout-content .woocommerce-terms-and-conditions-wrapper {
border-radius: 0;
border: none;
margin: 0;
padding: 0 7px;
}
.theme-woostify.checkout-layout-2 .wpfnl-checkout .multi-step-checkout-wrapper .multi-step-checkout-content {
display: block;
}
.theme-woostify.checkout-layout-2 .wpfnl-checkout .multi-step-review-information {
display: none;
}
.theme-woostify.checkout-layout-2 .wpfnl-checkout .multi-step-checkout-button-wrapper .button[data-action=continue] {
display: none;
}
.theme-woostify.checkout-layout-2 .wpfnl-checkout .multi-step-checkout-wrapper:not(.last) #place_order {
display: block !important;
}
.theme-woostify.checkout-layout-2 .wpfnl-checkout-form-one-column .multi-step-checkout-wrapper,
.theme-woostify.checkout-layout-2 .wpfnl-checkout.wpfnl-col-1 .multi-step-checkout-wrapper {
width: 100%;
padding-right: 0;
margin-bottom: 30px;
}
.theme-woostify.checkout-layout-2 .wpfnl-checkout-form-wpfnl-multistep .multi-step-checkout-wrapper,
.theme-woostify.checkout-layout-2 .wpfnl-checkout.wpfnl-multistep .multi-step-checkout-wrapper {
width: 100%;
padding-right: 0;
order: 2;
}
.theme-woostify.checkout-layout-2 .wpfnl-checkout-form-wpfnl-multistep .multi-step-checkout-wrapper .multi-step-checkout-content:not(.active),
.theme-woostify.checkout-layout-2 .wpfnl-checkout.wpfnl-multistep .multi-step-checkout-wrapper .multi-step-checkout-content:not(.active) {
display: none;
}
.theme-woostify.checkout-layout-2 .wpfnl-checkout-form-wpfnl-multistep .multi-step-checkout-wrapper .multi-step-checkout-button-wrapper,
.theme-woostify.checkout-layout-2 .wpfnl-checkout.wpfnl-multistep .multi-step-checkout-wrapper .multi-step-checkout-button-wrapper {
display: none;
}
.theme-woostify.checkout-layout-2 .wpfnl-checkout-form-wpfnl-multistep .multi-step-checkout-wrapper #order_review,
.theme-woostify.checkout-layout-2 .wpfnl-checkout.wpfnl-multistep .multi-step-checkout-wrapper #order_review {
order: 1;
margin-bottom: 10px;
}
.theme-woostify.checkout-layout-2 .wpfnl-checkout-form-wpfnl-multistep .multi-step-checkout-wrapper .woostify-before-order-review,
.theme-woostify.checkout-layout-2 .wpfnl-checkout.wpfnl-multistep .multi-step-checkout-wrapper .woostify-before-order-review {
order: 3;
}
.theme-woostify.checkout-layout-3 .wpfnl-checkout .col-right-inner {
position: relative !important;
top: inherit !important;
left: inherit !important;
width: 100% !important;
}
.theme-woostify.checkout-layout-3 .wpfnl-checkout .woocommerce-checkout-review-order-table tbody th:last-child,
.theme-woostify.checkout-layout-3 .wpfnl-checkout .woocommerce-checkout-review-order-table tbody td:last-child {
white-space: inherit;
margin-left: 0;
}
.theme-woostify.checkout-layout-3 .wpfnl-checkout.wpfnl-col-2 .woostify-row {
margin-right: 0;
margin-left: 0;
}
.theme-woostify.checkout-layout-3 .wpfnl-checkout.wpfnl-col-2 .woostify-row .col-left {
flex: 0 0 50%;
max-width: 50%;
padding: 0;
}
.theme-woostify.checkout-layout-3 .wpfnl-checkout.wpfnl-col-2 .woostify-row .woostify-col {
padding-left: 0;
padding-right: 0;
flex: 0 0 50%;
max-width: 50%;
}
.theme-woostify .wpfnl-checkout #order_review .woocommerce-checkout-review-order-table tbody tr.coupon-form .checkout_coupon.woocommerce-form-coupon .clear {
display: none;
}
.theme-woostify.checkout-layout-1:not(.woobuilder-active) .checkout-options .before-checkout,
.theme-woostify.checkout-layout-2:not(.woobuilder-active) .checkout-options .before-checkout,
.theme-woostify.checkout-layout-3:not(.woobuilder-active) .checkout-options .before-checkout {
left: 0;
right: 0;
}
.theme-woostify.checkout-layout-3:not(.woobuilder-active) .checkout-options .before-checkout {
right: 10px;
}
.theme-woostify.checkout-layout-3:not(.woobuilder-active) .wpfnl-checkout .form-distr-free-bg {
display: none;
}
.theme-woostify.checkout-layout-3:not(.woobuilder-active) .wpfnl-checkout #order_review {
padding-left: 0;
}
.theme-woostify.checkout-layout-3:not(.woobuilder-active) .wpfnl-checkout .wc_payment_methods {
border: none;
}
.theme-woostify.checkout-layout-3:not(.woobuilder-active) .wpfnl-checkout .back-to-cart {
display: none;
}
.theme-woostify.checkout-layout-3:not(.woobuilder-active) .wpfnl-checkout form.checkout .col-left .form-row:not(.field-readonly) label:not(.checkbox) {
position: relative;
top: 0;
left: 0;
right: 0;
bottom: 0;
font-size: 16px;
overflow: visible;
white-space: inherit;
text-overflow: inherit;
z-index: 1;
width: 100%;
}
.theme-woostify.checkout-layout-3:not(.woobuilder-active) .wpfnl-checkout form.checkout .col-left .form-row:not(.field-readonly):not(.no-label) .input-text {
padding: 11px 14px;
height: auto;
}
.theme-woostify.checkout-layout-3:not(.woobuilder-active) .wpfnl-checkout form.checkout .col-left .form-row:not(.field-readonly)#billing_country_field .select2-selection__rendered,
.theme-woostify.checkout-layout-3:not(.woobuilder-active) .wpfnl-checkout form.checkout .col-left .form-row:not(.field-readonly)#billing_state_field .select2-selection__rendered,
.theme-woostify.checkout-layout-3:not(.woobuilder-active) .wpfnl-checkout form.checkout .col-left .form-row:not(.field-readonly)#billing_city_field .select2-selection__rendered,
.theme-woostify.checkout-layout-3:not(.woobuilder-active) .wpfnl-checkout form.checkout .col-left .form-row:not(.field-readonly)#shipping_country_field .select2-selection__rendered,
.theme-woostify.checkout-layout-3:not(.woobuilder-active) .wpfnl-checkout form.checkout .col-left .form-row:not(.field-readonly)#shipping_state_field .select2-selection__rendered,
.theme-woostify.checkout-layout-3:not(.woobuilder-active) .wpfnl-checkout form.checkout .col-left .form-row:not(.field-readonly)#shipping_city_field .select2-selection__rendered {
padding: 11px 14px;
min-height: initial;
}
.theme-woostify.checkout-layout-3:not(.woobuilder-active) .wpfnl-checkout-form-one-column .woostify-row,
.theme-woostify.checkout-layout-3:not(.woobuilder-active) .wpfnl-checkout.wpfnl-col-1 .woostify-row {
display: block;
margin: 0;
}
.theme-woostify.checkout-layout-3:not(.woobuilder-active) .wpfnl-checkout-form-one-column .woostify-row .col-left,
.theme-woostify.checkout-layout-3:not(.woobuilder-active) .wpfnl-checkout.wpfnl-col-1 .woostify-row .col-left {
flex: 0 0 100%;
max-width: 100%;
padding: 0;
}
.theme-woostify.checkout-layout-3:not(.woobuilder-active) .wpfnl-checkout-form-wpfnl-multistep .woostify-row,
.theme-woostify.checkout-layout-3:not(.woobuilder-active) .wpfnl-checkout.wpfnl-multistep .woostify-row {
display: block;
margin: 0;
}
.theme-woostify.checkout-layout-3:not(.woobuilder-active) .wpfnl-checkout-form-wpfnl-multistep .woostify-row .col-left,
.theme-woostify.checkout-layout-3:not(.woobuilder-active) .wpfnl-checkout.wpfnl-multistep .woostify-row .col-left {
flex: 0 0 100%;
max-width: 100%;
padding: 0;
}
.theme-woostify.checkout-layout-2.et_divi_builder #et_builder_outer_content .wpfnl-checkout .multi-step-checkout-wrapper {
width: 50%;
padding-right: 10px;
margin-bottom: 30px;
}
.theme-woostify.checkout-layout-2.et_divi_builder #et_builder_outer_content .woocommerce-page .wpfnl-checkout .col2-set,
.theme-woostify.checkout-layout-2.et_divi_builder #et_builder_outer_content .wpfnl-checkout .woocommerce .col2-set {
width: 100%;
padding-right: 0;
}
.theme-woostify.checkout-layout-2.et_divi_builder #et_builder_outer_content .multi-step-review-information {
margin-bottom: 20px;
border: 1px solid #d9d9d9;
border-radius: 5px;
padding: 0 15px;
}
.theme-woostify.checkout-layout-2.et_divi_builder #et_builder_outer_content .multi-step-review-information-row {
border-bottom: 1px solid #d9d9d9;
padding: 6px 0;
}
.theme-woostify.checkout-layout-2.et_divi_builder #et_builder_outer_content .multi-step-review-information-row:last-of-type {
border-bottom: none;
}
.theme-woostify.checkout-layout-2.et_divi_builder #et_builder_outer_content .multi-step-checkout-button.button {
border-radius: 5px;
font-weight: 700;
line-height: 1.2;
padding: 10px 20px;
background-color: #6e42d3;
color: #fff;
margin-top: 20px;
}
.theme-woostify.checkout-layout-2.et_divi_builder #et_builder_outer_content #order_review .woocommerce-checkout-review-order-table tbody .review-order-product-image {
max-width: 50px;
}
.theme-woostify.checkout-layout-2.et_divi_builder #et_builder_outer_content .wpfnl-checkout.wpfnl-col-1 .multi-step-checkout-wrapper {
width: 100%;
padding-right: 0;
}
.theme-woostify.checkout-layout-2.et_divi_builder #et_builder_outer_content .wpfnl-checkout.wpfnl-multistep .multi-step-checkout-wrapper {
width: 100%;
padding-right: 0;
}
.theme-woostify.checkout-layout-3.et_divi_builder #et_builder_outer_content .woocommerce-page .wpfnl-checkout .col2-set,
.theme-woostify.checkout-layout-3.et_divi_builder #et_builder_outer_content .wpfnl-checkout .woocommerce .col2-set {
width: 100%;
padding-right: 10px;
}
.theme-woostify.checkout-layout-3.et_divi_builder #et_builder_outer_content:not(.woobuilder-active) .wpfnl-checkout .woostify-row .col-left {
flex: 0 0 50%;
max-width: 50%;
}
.theme-woostify.checkout-layout-3.et_divi_builder #et_builder_outer_content .wpfnl-checkout .woocommerce .woocommerce-checkout-review-order {
width: 100%;
padding-left: 10px;
}
.theme-woostify.checkout-layout-3.et_divi_builder #et_builder_outer_content:not(.woobuilder-active) #order_review .woocommerce-checkout-review-order-table tbody tr.coupon-form .checkout_coupon.woocommerce-form-coupon .form-row.form-row-first {
flex-basis: 100%;
}
.theme-woostify.checkout-layout-3.et_divi_builder #et_builder_outer_content:not(.woobuilder-active) .wpfnl-checkout.wpfnl-col-1 .woostify-row .col-left {
flex: 0 0 100%;
max-width: 100%;
}
.theme-woostify.checkout-layout-3.et_divi_builder #et_builder_outer_content .woocommerce-page .wpfnl-checkout.wpfnl-col-1 .col2-set,
.theme-woostify.checkout-layout-3.et_divi_builder #et_builder_outer_content .wpfnl-checkout.wpfnl-col-1 .woocommerce .col2-set {
padding-right: 0;
}
.theme-woostify.checkout-layout-3.et_divi_builder #et_builder_outer_content .wpfnl-checkout.wpfnl-col-1 .woocommerce .woocommerce-checkout-review-order {
padding-left: 0;
}
.theme-woostify.checkout-layout-3.et_divi_builder #et_builder_outer_content:not(.woobuilder-active) .wpfnl-checkout.wpfnl-multistep .woostify-row .col-left {
flex: 0 0 100%;
max-width: 100%;
}
@media only screen and (max-width: 991px) {
.theme-woostify .wpfnl-checkout #customer_details {
width: 100%;
padding-right: 0;
}
.theme-woostify .wpfnl-checkout #order_review {
background-color: transparent;
padding: 0;
border-radius: 0;
float: none;
width: 100%;
}
.theme-woostify.checkout-layout-2.et_divi_builder #et_builder_outer_content .wpfnl-checkout .multi-step-checkout-wrapper {
width: 100%;
padding-right: 0;
}
.theme-woostify.checkout-layout-2.et_divi_builder #et_builder_outer_content .wpfnl-checkout .woocommerce .woocommerce-checkout-review-order {
display: block;
}
.theme-woostify.checkout-layout-2.et_divi_builder #et_builder_outer_content .woostify-before-order-review {
display: none;
}
.theme-woostify.checkout-layout-3.et_divi_builder #et_builder_outer_content:not(.woobuilder-active) .wpfnl-checkout .woostify-row .col-left {
flex: 0 0 100%;
max-width: 100%;
}
.theme-woostify.checkout-layout-3.et_divi_builder #et_builder_outer_content .woocommerce-page .wpfnl-checkout .col2-set,
.theme-woostify.checkout-layout-3.et_divi_builder #et_builder_outer_content .wpfnl-checkout .woocommerce .col2-set {
padding-right: 0;
}
}
@media (max-width: 767px) {
.theme-woostify.has-order-sticky-button #place_order {
position: relative;
}
}
.theme-flatsome .wpfnl-checkout .woocommerce .col2-set,
.theme-flatsome .woocommerce-page .wpfnl-checkout .col2-set {
display: block;
}
.theme-flatsome .wpfnl-checkout .woocommerce-billing-fields {
padding-top: 0;
border-top: none;
}
.theme-flatsome .wpfnl-checkout .woocommerce form .form-row-last {
float: right;
}
.theme-flatsome .wpfnl-checkout .select2-selection,
.theme-flatsome .wpfnl-checkout .select2-container--focus .select2-selection {
box-shadow: none;
}
.theme-flatsome .wpfnl-checkout .form-row .select2-container {
margin-bottom: 0;
}
.theme-flatsome .wpfnl-checkout .woocommerce form .address-field.form-row-last,
.theme-flatsome .wpfnl-checkout .woocommerce form .address-field.form-row-first {
width: 100%;
float: none;
}
.theme-flatsome .wpfnl-checkout .woocommerce form .address-field.form-row-last label {
display: none;
}
.theme-flatsome .woocommerce-privacy-policy-text p {
color: #fff;
}
.theme-flatsome #add_payment_method #payment div.form-row,
.theme-flatsome .woocommerce-checkout #payment div.form-row {
padding: 1em;
}
.theme-flatsome tfoot td.shipping__inner {
padding: 0 !important;
}
.theme-flatsome .shipping__table--multiple {
display: table;
}
.theme-flatsome .shipping__table--multiple tbody {
display: table-row-group;
}
.theme-flatsome .shipping__table--multiple tr {
display: table-row;
}
.theme-flatsome .shipping__table--multiple th,
.theme-flatsome .shipping__table--multiple td {
display: table-cell;
border: none !important;
}
.theme-flatsome .wpfnl-checkout .woocommerce-shipping-methods li.shipping__list_item {
display: block;
}
.theme-flatsome .wpfnl-checkout .woocommerce-shipping-methods li .shipping__list_label {
padding-top: 0;
padding-bottom: 0;
}
.theme-bricks { }
.theme-bricks .wpfunnels_offer_button {
display: inline-flex;
}
.theme-bricks .wpfnl-checkout .woocommerce #customer_details,
.theme-bricks .woocommerce-page .wpfnl-checkout #customer_details {
width: 50%;
padding-right: 10px;
margin-right: 0;
float: none;
}
.theme-bricks .wpfnl-checkout .woocommerce #order_review {
width: 50%;
padding-left: 10px;
border: none;
float: none;
}
.theme-bricks .wpfnl-checkout .wpfnl-checkout-form-one-column .woocommerce #customer_details,
.theme-bricks .wpfnl-checkout.wpfnl-col-1 .woocommerce #customer_details,
.theme-bricks .woocommerce-page .wpfnl-checkout.wpfnl-col-1 #customer_details {
float: none;
width: 100%;
margin: 0;
max-width: 100%;
padding: 0;
flex: inherit;
}
.theme-bricks .wpfnl-checkout .wpfnl-checkout-form-one-column .woocommerce #order_review,
.theme-bricks .wpfnl-checkout.wpfnl-col-1 .woocommerce #order_review {
width: 100%;
padding-left: 0;
float: none;
border: none;
}
.theme-bricks .wpfnl-checkout .woocommerce-checkout #payment #place_order {
line-height: 1;
}
.theme-bricks .wpfnl-checkout #ship-to-different-address label input[type=checkbox] {
display: none !important;
}
@media only screen and (max-width: 991px) {
.theme-bricks .wpfnl-checkout .woocommerce #customer_details,
.theme-bricks .woocommerce-page .wpfnl-checkout #customer_details {
width: 100%;
padding: 0;
}
.theme-bricks .wpfnl-checkout .woocommerce #order_review,
.theme-bricks .woocommerce-page .wpfnl-checkout #order_review {
width: 100%;
padding: 0;
}
}
.dynamic-offer-template-default {
display: flex;
flex-flow: row wrap;
align-items: center;
padding: 50px;
box-shadow: 0px 15px 70px 0px rgba(42, 53, 46, 0.1490196078);
border-radius: 20px;
}
.dynamic-offer-template-default .template-left {
width: 45%;
}
.dynamic-offer-template-default .template-right {
width: 55%;
padding-left: 30px;
}
.theme-bricks .dynamic-offer-template1 {
gap: 30px;
}
.theme-bricks .dynamic-offer-template1 .template-right {
padding-left: 0;
width: calc(55% - 30px);
}
.dynamic-offer-template1 .product-img img {
display: block;
max-width: 100%;
border-radius: 10px;
}
.dynamic-offer-template1 .template-content .template-product-title {
margin-bottom: 20px;
font-size: 52px;
line-height: 1.19em;
font-weight: 700;
color: #1F392A;
}
.dynamic-offer-template1 .template-content .template-product-description p,
.dynamic-offer-template1 .template-content .template-product-description {
font-size: 18px;
line-height: 1.5em;
font-weight: 400;
color: #717874;
}
.dynamic-offer-template1 .template-content .template-product-description {
margin-bottom: 20px;
}
.dynamic-offer-template1 .template-content .price {
color: #FE7E6D;
font-size: 36px;
line-height: 1.19;
font-weight: 700;
}
.dynamic-offer-template1 .template-content .price del {
font-size: 80%;
color: #8c918e;
}
.dynamic-offer-template1 .template-content .price ins {
font-weight: 700;
}
#et-boc .et-l .dynamic-offer-template1 #wpfnl-offerbtn-wrapper .wpfnl-offer-product-price,
.dynamic-offer-template1 #wpfnl-offerbtn-wrapper .wpfnl-offer-product-price {
display: flex;
justify-content: flex-end;
}
#et-boc .et-l .dynamic-offer-template1 #wpfnl-offerbtn-wrapper .wpfnl-offer-product-price bdi,
.dynamic-offer-template1 #wpfnl-offerbtn-wrapper .wpfnl-offer-product-price bdi {
color: #FE7E6D;
font-size: 36px;
line-height: 1;
font-weight: 700;
text-decoration: none;
}
#et-boc .et-l .dynamic-offer-template1 #wpfnl-offerbtn-wrapper .wpfnl-offer-product-price del,
.dynamic-offer-template1 #wpfnl-offerbtn-wrapper .wpfnl-offer-product-price del {
color: #8c918e;
}
#et-boc .et-l .dynamic-offer-template1 #wpfnl-offerbtn-wrapper .wpfnl-offer-product-price del bdi,
.dynamic-offer-template1 #wpfnl-offerbtn-wrapper .wpfnl-offer-product-price del bdi {
display: block;
font-size: 22px;
color: #8c918e;
font-weight: 500;
}
@media only screen and (max-width: 1199px) {
.dynamic-offer-template1 .template-content .template-product-title {
font-size: 38px;
}
.dynamic-offer-template1 .template-content .price {
font-size: 28px;
}
}
@media only screen and (max-width: 991px) {
.dynamic-offer-template-default {
padding: 20px;
border-radius: 10px;
}
.dynamic-offer-template1 .template-content .template-product-title {
margin-bottom: 10px;
font-size: 26px;
}
.dynamic-offer-template1 .template-content .template-product-description p,
.dynamic-offer-template1 .template-content .template-product-description {
font-size: 16px;
}
.dynamic-offer-template1 .template-content .template-product-description {
margin-bottom: 14px;
}
}
@media only screen and (max-width: 767px) {
.dynamic-offer-template-default {
display: block;
}
.theme-bricks .dynamic-offer-template-default {
display: flex;
}
.dynamic-offer-template-default .template-left {
width: 100%;
}
.dynamic-offer-template-default .template-right {
width: 100%;
padding-left: 0;
margin-top: 20px;
}
.theme-bricks .dynamic-offer-template-default .template-right {
width: 100%;
margin-top: 0;
}
}
.dynamic-offer-template-default.dynamic-offer-template2 {
flex-direction: row-reverse;
}
.dynamic-offer-template-default.dynamic-offer-template2 .product-img img {
margin-left: auto;
}
.dynamic-offer-template-default.dynamic-offer-template2 .template-right {
padding-left: 0;
padding-right: 30px;
}
.theme-bricks .dynamic-offer-template2 {
gap: 30px;
}
.theme-bricks .dynamic-offer-template2 .template-right {
padding-right: 0;
width: calc(55% - 30px);
}
@media only screen and (max-width: 767px) {
.dynamic-offer-template2 .template-right {
padding-right: 0;
}
.theme-bricks .dynamic-offer-template2 .template-right {
padding-right: 0;
width: 100%;
}
}
.dynamic-offer-template3 {
display: block;
}
.dynamic-offer-template3 .template-left {
width: 100%;
}
.dynamic-offer-template3 .template-right {
width: 100%;
padding-left: 0;
padding-top: 20px;
}
.theme-bricks .dynamic-offer-template3 {
display: flex;
flex-flow: column;
}
.theme-bricks .dynamic-offer-template3 .template-right {
padding-top: 0;
width: calc(55% - 30px);
}
.et_divi_builder #et_builder_outer_content .dynamic-offer-template3 {
display: block !important;
}
.et_divi_builder #et_builder_outer_content .dynamic-offer-template3 .template-left {
width: 100% !important;
}
.et_divi_builder #et_builder_outer_content .dynamic-offer-template3 .template-right {
width: 100% !important;
padding-left: 0 !important;
padding-top: 20px !important;
}
.et_divi_builder #et_builder_outer_content .dynamic-offer-template3 .product-img img {
margin: 0 auto !important;
}
.elementor-align-center .dynamic-offer-template-default .product-img img {
margin: 0 auto;
}
.elementor-align-center .dynamic-offer-template-default #wpfnl-offerbtn-wrapper .wpfnl-offer-product-price {
justify-content: center;
}
.elementor-align-right .dynamic-offer-template-default .product-img img {
margin-right: 0;
margin-left: auto;
}
.elementor-align-right .dynamic-offer-template-default #wpfnl-offerbtn-wrapper .wpfnl-offer-product-price {
justify-content: flex-start;
}.footer-width-fixer {
width: 100%;
} .ehf-template-genesis.ehf-header .site-header .wrap,
.ehf-template-genesis.ehf-footer .site-footer .wrap,
.ehf-template-generatepress.ehf-header .site-header .inside-header {
width: 100%;
padding: 0;
max-width: 100%;
} .ehf-template-generatepress.ehf-header .site-header,
.ehf-template-generatepress.ehf-footer .site-footer {
width: 100%;
padding: 0;
max-width: 100%;
background-color: transparent !important; }
.bhf-hidden {
display: none
} .ehf-header #masthead {
z-index: 99;
position: relative;
}@font-face{font-family:eicons;src:url(//www.francescoleonecommercialista.it/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.41.0);src:url(//www.francescoleonecommercialista.it/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.41.0#iefix) format("embedded-opentype"),url(//www.francescoleonecommercialista.it/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.41.0) format("woff2"),url(//www.francescoleonecommercialista.it/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.41.0) format("woff"),url(//www.francescoleonecommercialista.it/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.41.0) format("truetype"),url(//www.francescoleonecommercialista.it/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.41.0#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:a 2s infinite linear}.eicon-editor-link:before{content:"\e800"}.eicon-editor-unlink:before{content:"\e801"}.eicon-editor-external-link:before{content:"\e802"}.eicon-editor-close:before{content:"\e803"}.eicon-editor-list-ol:before{content:"\e804"}.eicon-editor-list-ul:before{content:"\e805"}.eicon-editor-bold:before{content:"\e806"}.eicon-editor-italic:before{content:"\e807"}.eicon-editor-underline:before{content:"\e808"}.eicon-editor-paragraph:before{content:"\e809"}.eicon-editor-h1:before{content:"\e80a"}.eicon-editor-h2:before{content:"\e80b"}.eicon-editor-h3:before{content:"\e80c"}.eicon-editor-h4:before{content:"\e80d"}.eicon-editor-h5:before{content:"\e80e"}.eicon-editor-h6:before{content:"\e80f"}.eicon-editor-quote:before{content:"\e810"}.eicon-editor-code:before{content:"\e811"}.eicon-elementor:before{content:"\e812"}.eicon-elementor-circle:before{content:"\e813"}.eicon-pojome:before{content:"\e814"}.eicon-plus:before{content:"\e815"}.eicon-menu-bar:before{content:"\e816"}.eicon-apps:before{content:"\e817"}.eicon-accordion:before{content:"\e818"}.eicon-alert:before{content:"\e819"}.eicon-animation-text:before{content:"\e81a"}.eicon-animation:before{content:"\e81b"}.eicon-banner:before{content:"\e81c"}.eicon-blockquote:before{content:"\e81d"}.eicon-button:before{content:"\e81e"}.eicon-call-to-action:before{content:"\e81f"}.eicon-captcha:before{content:"\e820"}.eicon-carousel:before{content:"\e821"}.eicon-checkbox:before{content:"\e822"}.eicon-columns:before{content:"\e823"}.eicon-countdown:before{content:"\e824"}.eicon-counter:before{content:"\e825"}.eicon-date:before{content:"\e826"}.eicon-divider-shape:before{content:"\e827"}.eicon-divider:before{content:"\e828"}.eicon-download-button:before{content:"\e829"}.eicon-dual-button:before{content:"\e82a"}.eicon-email-field:before{content:"\e82b"}.eicon-facebook-comments:before{content:"\e82c"}.eicon-facebook-like-box:before{content:"\e82d"}.eicon-form-horizontal:before{content:"\e82e"}.eicon-form-vertical:before{content:"\e82f"}.eicon-gallery-grid:before{content:"\e830"}.eicon-gallery-group:before{content:"\e831"}.eicon-gallery-justified:before{content:"\e832"}.eicon-gallery-masonry:before{content:"\e833"}.eicon-icon-box:before{content:"\e834"}.eicon-image-before-after:before{content:"\e835"}.eicon-image-box:before{content:"\e836"}.eicon-image-hotspot:before{content:"\e837"}.eicon-image-rollover:before{content:"\e838"}.eicon-info-box:before{content:"\e839"}.eicon-inner-section:before{content:"\e83a"}.eicon-mailchimp:before{content:"\e83b"}.eicon-menu-card:before{content:"\e83c"}.eicon-navigation-horizontal:before{content:"\e83d"}.eicon-nav-menu:before{content:"\e83e"}.eicon-navigation-vertical:before{content:"\e83f"}.eicon-number-field:before{content:"\e840"}.eicon-parallax:before{content:"\e841"}.eicon-php7:before{content:"\e842"}.eicon-post-list:before{content:"\e843"}.eicon-post-slider:before{content:"\e844"}.eicon-post:before{content:"\e845"}.eicon-posts-carousel:before{content:"\e846"}.eicon-posts-grid:before{content:"\e847"}.eicon-posts-group:before{content:"\e848"}.eicon-posts-justified:before{content:"\e849"}.eicon-posts-masonry:before{content:"\e84a"}.eicon-posts-ticker:before{content:"\e84b"}.eicon-price-list:before{content:"\e84c"}.eicon-price-table:before{content:"\e84d"}.eicon-radio:before{content:"\e84e"}.eicon-rtl:before{content:"\e84f"}.eicon-scroll:before{content:"\e850"}.eicon-search:before{content:"\e851"}.eicon-select:before{content:"\e852"}.eicon-share:before{content:"\e853"}.eicon-sidebar:before{content:"\e854"}.eicon-skill-bar:before{content:"\e855"}.eicon-slider-3d:before{content:"\e856"}.eicon-slider-album:before{content:"\e857"}.eicon-slider-device:before{content:"\e858"}.eicon-slider-full-screen:before{content:"\e859"}.eicon-slider-push:before{content:"\e85a"}.eicon-slider-vertical:before{content:"\e85b"}.eicon-slider-video:before{content:"\e85c"}.eicon-slides:before{content:"\e85d"}.eicon-social-icons:before{content:"\e85e"}.eicon-spacer:before{content:"\e85f"}.eicon-table:before{content:"\e860"}.eicon-tabs:before{content:"\e861"}.eicon-tel-field:before{content:"\e862"}.eicon-text-area:before{content:"\e863"}.eicon-text-field:before{content:"\e864"}.eicon-thumbnails-down:before{content:"\e865"}.eicon-thumbnails-half:before{content:"\e866"}.eicon-thumbnails-right:before{content:"\e867"}.eicon-time-line:before{content:"\e868"}.eicon-toggle:before{content:"\e869"}.eicon-url:before{content:"\e86a"}.eicon-t-letter:before{content:"\e86b"}.eicon-wordpress:before{content:"\e86c"}.eicon-text:before{content:"\e86d"}.eicon-anchor:before{content:"\e86e"}.eicon-bullet-list:before{content:"\e86f"}.eicon-code:before{content:"\e870"}.eicon-favorite:before{content:"\e871"}.eicon-google-maps:before{content:"\e872"}.eicon-image:before{content:"\e873"}.eicon-photo-library:before{content:"\e874"}.eicon-woocommerce:before{content:"\e875"}.eicon-youtube:before{content:"\e876"}.eicon-flip-box:before{content:"\e877"}.eicon-settings:before{content:"\e878"}.eicon-headphones:before{content:"\e879"}.eicon-testimonial:before{content:"\e87a"}.eicon-counter-circle:before{content:"\e87b"}.eicon-person:before{content:"\e87c"}.eicon-chevron-right:before{content:"\e87d"}.eicon-chevron-left:before{content:"\e87e"}.eicon-close:before{content:"\e87f"}.eicon-file-download:before{content:"\e880"}.eicon-save:before{content:"\e881"}.eicon-zoom-in:before{content:"\e882"}.eicon-shortcode:before{content:"\e883"}.eicon-nerd:before{content:"\e884"}.eicon-device-desktop:before{content:"\e885"}.eicon-device-tablet:before{content:"\e886"}.eicon-device-mobile:before{content:"\e887"}.eicon-document-file:before{content:"\e888"}.eicon-folder-o:before{content:"\e889"}.eicon-hypster:before{content:"\e88a"}.eicon-h-align-left:before{content:"\e88b"}.eicon-h-align-right:before{content:"\e88c"}.eicon-h-align-center:before{content:"\e88d"}.eicon-h-align-stretch:before{content:"\e88e"}.eicon-v-align-top:before{content:"\e88f"}.eicon-v-align-bottom:before{content:"\e890"}.eicon-v-align-middle:before{content:"\e891"}.eicon-v-align-stretch:before{content:"\e892"}.eicon-pro-icon:before{content:"\e893"}.eicon-mail:before{content:"\e894"}.eicon-lock-user:before{content:"\e895"}.eicon-testimonial-carousel:before{content:"\e896"}.eicon-media-carousel:before{content:"\e897"}.eicon-section:before{content:"\e898"}.eicon-column:before{content:"\e899"}.eicon-edit:before{content:"\e89a"}.eicon-clone:before{content:"\e89b"}.eicon-trash:before{content:"\e89c"}.eicon-play:before{content:"\e89d"}.eicon-angle-right:before{content:"\e89e"}.eicon-angle-left:before{content:"\e89f"}.eicon-animated-headline:before{content:"\e8a0"}.eicon-menu-toggle:before{content:"\e8a1"}.eicon-fb-embed:before{content:"\e8a2"}.eicon-fb-feed:before{content:"\e8a3"}.eicon-twitter-embed:before{content:"\e8a4"}.eicon-twitter-feed:before{content:"\e8a5"}.eicon-sync:before{content:"\e8a6"}.eicon-import-export:before{content:"\e8a7"}.eicon-check-circle:before{content:"\e8a8"}.eicon-library-save:before{content:"\e8a9"}.eicon-library-download:before{content:"\e9dd"}.eicon-insert:before{content:"\e8ab"}.eicon-preview-medium:before{content:"\e8ac"}.eicon-sort-down:before{content:"\e8ad"}.eicon-sort-up:before{content:"\e8ae"}.eicon-heading:before{content:"\e8af"}.eicon-logo:before{content:"\e8b0"}.eicon-meta-data:before{content:"\e8b1"}.eicon-post-content:before{content:"\e8b2"}.eicon-post-excerpt:before{content:"\e8b3"}.eicon-post-navigation:before{content:"\e8b4"}.eicon-yoast:before{content:"\e8b5"}.eicon-nerd-chuckle:before{content:"\e8b6"}.eicon-nerd-wink:before{content:"\e8b7"}.eicon-comments:before{content:"\e8b8"}.eicon-download-circle-o:before{content:"\e8b9"}.eicon-library-upload:before{content:"\e8ba"}.eicon-save-o:before{content:"\e8bb"}.eicon-upload-circle-o:before{content:"\e8bc"}.eicon-ellipsis-h:before{content:"\e8bd"}.eicon-ellipsis-v:before{content:"\e8be"}.eicon-arrow-left:before{content:"\e8bf"}.eicon-arrow-right:before{content:"\e8c0"}.eicon-arrow-up:before{content:"\e8c1"}.eicon-arrow-down:before{content:"\e8c2"}.eicon-play-o:before{content:"\e8c3"}.eicon-archive-posts:before{content:"\e8c4"}.eicon-archive-title:before{content:"\e8c5"}.eicon-featured-image:before{content:"\e8c6"}.eicon-post-info:before{content:"\e8c7"}.eicon-post-title:before{content:"\e8c8"}.eicon-site-logo:before{content:"\e8c9"}.eicon-site-search:before{content:"\e8ca"}.eicon-site-title:before{content:"\e8cb"}.eicon-plus-square:before{content:"\e8cc"}.eicon-minus-square:before{content:"\e8cd"}.eicon-cloud-check:before{content:"\e8ce"}.eicon-drag-n-drop:before{content:"\e8cf"}.eicon-welcome:before{content:"\e8d0"}.eicon-handle:before{content:"\e8d1"}.eicon-cart:before{content:"\e8d2"}.eicon-product-add-to-cart:before{content:"\e8d3"}.eicon-product-breadcrumbs:before{content:"\e8d4"}.eicon-product-categories:before{content:"\e8d5"}.eicon-product-description:before{content:"\e8d6"}.eicon-product-images:before{content:"\e8d7"}.eicon-product-info:before{content:"\e8d8"}.eicon-product-meta:before{content:"\e8d9"}.eicon-product-pages:before{content:"\e8da"}.eicon-product-price:before{content:"\e8db"}.eicon-product-rating:before{content:"\e8dc"}.eicon-product-related:before{content:"\e8dd"}.eicon-product-stock:before{content:"\e8de"}.eicon-product-tabs:before{content:"\e8df"}.eicon-product-title:before{content:"\e8e0"}.eicon-product-upsell:before{content:"\e8e1"}.eicon-products:before{content:"\e8e2"}.eicon-bag-light:before{content:"\e8e3"}.eicon-bag-medium:before{content:"\e8e4"}.eicon-bag-solid:before{content:"\e8e5"}.eicon-basket-light:before{content:"\e8e6"}.eicon-basket-medium:before{content:"\e8e7"}.eicon-basket-solid:before{content:"\e8e8"}.eicon-cart-light:before{content:"\e8e9"}.eicon-cart-medium:before{content:"\e8ea"}.eicon-cart-solid:before{content:"\e8eb"}.eicon-exchange:before{content:"\e8ec"}.eicon-preview-thin:before{content:"\e8ed"}.eicon-device-laptop:before{content:"\e8ee"}.eicon-collapse:before{content:"\e8ef"}.eicon-expand:before{content:"\e8f0"}.eicon-navigator:before{content:"\e8f1"}.eicon-plug:before{content:"\e8f2"}.eicon-dashboard:before{content:"\e8f3"}.eicon-typography:before{content:"\e8f4"}.eicon-info-circle-o:before{content:"\e8f5"}.eicon-integration:before{content:"\e8f6"}.eicon-plus-circle-o:before{content:"\e8f7"}.eicon-rating:before{content:"\e8f8"}.eicon-review:before{content:"\e8f9"}.eicon-tools:before{content:"\e8fa"}.eicon-loading:before{content:"\e8fb"}.eicon-sitemap:before{content:"\e8fc"}.eicon-click:before{content:"\e8fd"}.eicon-clock:before{content:"\e8fe"}.eicon-library-open:before{content:"\e8ff"}.eicon-warning:before{content:"\e900"}.eicon-flow:before{content:"\e901"}.eicon-cursor-move:before{content:"\e902"}.eicon-arrow-circle-left:before{content:"\e903"}.eicon-flash:before{content:"\e904"}.eicon-redo:before{content:"\e905"}.eicon-ban:before{content:"\e906"}.eicon-barcode:before{content:"\e907"}.eicon-calendar:before{content:"\e908"}.eicon-caret-left:before{content:"\e909"}.eicon-caret-right:before{content:"\e90a"}.eicon-caret-up:before{content:"\e90b"}.eicon-chain-broken:before{content:"\e90c"}.eicon-check-circle-o:before{content:"\e90d"}.eicon-check:before{content:"\e90e"}.eicon-chevron-double-left:before{content:"\e90f"}.eicon-chevron-double-right:before{content:"\e910"}.eicon-undo:before{content:"\e911"}.eicon-filter:before{content:"\e912"}.eicon-circle-o:before{content:"\e913"}.eicon-circle:before{content:"\e914"}.eicon-clock-o:before{content:"\e915"}.eicon-cog:before{content:"\e916"}.eicon-cogs:before{content:"\e917"}.eicon-commenting-o:before{content:"\e918"}.eicon-copy:before{content:"\e919"}.eicon-database:before{content:"\e91a"}.eicon-dot-circle-o:before{content:"\e91b"}.eicon-envelope:before{content:"\e91c"}.eicon-external-link-square:before{content:"\e91d"}.eicon-eyedropper:before{content:"\e91e"}.eicon-folder:before{content:"\e91f"}.eicon-font:before{content:"\e920"}.eicon-adjust:before{content:"\e921"}.eicon-lightbox:before{content:"\e922"}.eicon-heart-o:before{content:"\e923"}.eicon-history:before{content:"\e924"}.eicon-image-bold:before{content:"\e925"}.eicon-info-circle:before{content:"\e926"}.eicon-link:before{content:"\e927"}.eicon-long-arrow-left:before{content:"\e928"}.eicon-long-arrow-right:before{content:"\e929"}.eicon-caret-down:before{content:"\e92a"}.eicon-paint-brush:before{content:"\e92b"}.eicon-pencil:before{content:"\e92c"}.eicon-plus-circle:before{content:"\e92d"}.eicon-zoom-in-bold:before{content:"\e92e"}.eicon-sort-amount-desc:before{content:"\e92f"}.eicon-sign-out:before{content:"\e930"}.eicon-spinner:before{content:"\e931"}.eicon-square:before{content:"\e932"}.eicon-star-o:before{content:"\e933"}.eicon-star:before{content:"\e934"}.eicon-text-align-justify:before{content:"\e935"}.eicon-text-align-center:before{content:"\e936"}.eicon-tags:before{content:"\e937"}.eicon-text-align-left:before{content:"\e938"}.eicon-text-align-right:before{content:"\e939"}.eicon-close-circle:before{content:"\e93a"}.eicon-trash-o:before{content:"\e93b"}.eicon-font-awesome:before{content:"\e93c"}.eicon-user-circle-o:before{content:"\e93d"}.eicon-video-camera:before{content:"\e93e"}.eicon-heart:before{content:"\e93f"}.eicon-wrench:before{content:"\e940"}.eicon-help:before{content:"\e941"}.eicon-help-o:before{content:"\e942"}.eicon-zoom-out-bold:before{content:"\e943"}.eicon-plus-square-o:before{content:"\e944"}.eicon-minus-square-o:before{content:"\e945"}.eicon-minus-circle:before{content:"\e946"}.eicon-minus-circle-o:before{content:"\e947"}.eicon-code-bold:before{content:"\e948"}.eicon-cloud-upload:before{content:"\e949"}.eicon-search-bold:before{content:"\e94a"}.eicon-map-pin:before{content:"\e94b"}.eicon-meetup:before{content:"\e94c"}.eicon-slideshow:before{content:"\e94d"}.eicon-t-letter-bold:before{content:"\e94e"}.eicon-preferences:before{content:"\e94f"}.eicon-table-of-contents:before{content:"\e950"}.eicon-tv:before{content:"\e951"}.eicon-upload:before{content:"\e952"}.eicon-instagram-comments:before{content:"\e953"}.eicon-instagram-nested-gallery:before{content:"\e954"}.eicon-instagram-post:before{content:"\e955"}.eicon-instagram-video:before{content:"\e956"}.eicon-instagram-gallery:before{content:"\e957"}.eicon-instagram-likes:before{content:"\e958"}.eicon-facebook:before{content:"\e959"}.eicon-twitter:before{content:"\e95a"}.eicon-pinterest:before{content:"\e95b"}.eicon-frame-expand:before{content:"\e95c"}.eicon-frame-minimize:before{content:"\e95d"}.eicon-archive:before{content:"\e95e"}.eicon-colors-typography:before{content:"\e95f"}.eicon-custom:before{content:"\e960"}.eicon-footer:before{content:"\e961"}.eicon-header:before{content:"\e962"}.eicon-layout-settings:before{content:"\e963"}.eicon-lightbox-expand:before{content:"\e964"}.eicon-error-404:before{content:"\e965"}.eicon-theme-style:before{content:"\e966"}.eicon-search-results:before{content:"\e967"}.eicon-single-post:before{content:"\e968"}.eicon-site-identity:before{content:"\e969"}.eicon-theme-builder:before{content:"\e96a"}.eicon-download-bold:before{content:"\e96b"}.eicon-share-arrow:before{content:"\e96c"}.eicon-global-settings:before{content:"\e96d"}.eicon-user-preferences:before{content:"\e96e"}.eicon-lock:before{content:"\e96f"}.eicon-export-kit:before{content:"\e970"}.eicon-import-kit:before{content:"\e971"}.eicon-lottie:before{content:"\e972"}.eicon-products-archive:before{content:"\e973"}.eicon-single-product:before{content:"\e974"}.eicon-disable-trash-o:before{content:"\e975"}.eicon-single-page:before{content:"\e976"}.eicon-wordpress-light:before{content:"\e977"}.eicon-cogs-check:before{content:"\e978"}.eicon-custom-css:before{content:"\e979"}.eicon-global-colors:before{content:"\e97a"}.eicon-globe:before{content:"\e97b"}.eicon-typography-1:before{content:"\e97c"}.eicon-background:before{content:"\e97d"}.eicon-device-responsive:before{content:"\e97e"}.eicon-device-wide:before{content:"\e97f"}.eicon-code-highlight:before{content:"\e980"}.eicon-video-playlist:before{content:"\e981"}.eicon-download-kit:before{content:"\e982"}.eicon-kit-details:before{content:"\e983"}.eicon-kit-parts:before{content:"\e984"}.eicon-kit-upload:before{content:"\e985"}.eicon-kit-plugins:before{content:"\e986"}.eicon-kit-upload-alt:before{content:"\e987"}.eicon-hotspot:before{content:"\e988"}.eicon-paypal-button:before{content:"\e989"}.eicon-shape:before{content:"\e98a"}.eicon-wordart:before{content:"\e98b"}.eicon-checkout:before{content:"\e98c"}.eicon-container:before{content:"\e98d"}.eicon-flip:before{content:"\e98e"}.eicon-info:before{content:"\e98f"}.eicon-my-account:before{content:"\e990"}.eicon-purchase-summary:before{content:"\e991"}.eicon-page-transition:before{content:"\e992"}.eicon-spotify:before{content:"\e993"}.eicon-stripe-button:before{content:"\e994"}.eicon-woo-settings:before{content:"\e995"}.eicon-woo-cart:before{content:"\e996"}.eicon-grow:before{content:"\e997"}.eicon-order-end:before{content:"\e998"}.eicon-nowrap:before{content:"\e999"}.eicon-order-start:before{content:"\e99a"}.eicon-progress-tracker:before{content:"\e99b"}.eicon-shrink:before{content:"\e99c"}.eicon-wrap:before{content:"\e99d"}.eicon-align-center-h:before{content:"\e99e"}.eicon-align-center-v:before{content:"\e99f"}.eicon-align-end-h:before{content:"\e9a0"}.eicon-align-end-v:before{content:"\e9a1"}.eicon-align-start-h:before{content:"\e9a2"}.eicon-align-start-v:before{content:"\e9a3"}.eicon-align-stretch-h:before{content:"\e9a4"}.eicon-align-stretch-v:before{content:"\e9a5"}.eicon-justify-center-h:before{content:"\e9a6"}.eicon-justify-center-v:before{content:"\e9a7"}.eicon-justify-end-h:before{content:"\e9a8"}.eicon-justify-end-v:before{content:"\e9a9"}.eicon-justify-space-around-h:before{content:"\e9aa"}.eicon-justify-space-around-v:before{content:"\e9ab"}.eicon-justify-space-between-h:before{content:"\e9ac"}.eicon-justify-space-between-v:before{content:"\e9ad"}.eicon-justify-space-evenly-h:before{content:"\e9ae"}.eicon-justify-space-evenly-v:before{content:"\e9af"}.eicon-justify-start-h:before{content:"\e9b0"}.eicon-justify-start-v:before{content:"\e9b1"}.eicon-woocommerce-cross-sells:before{content:"\e9b2"}.eicon-woocommerce-notices:before{content:"\e9b3"}.eicon-inner-container:before{content:"\e9b4"}.eicon-warning-full:before{content:"\e9b5"}.eicon-exit:before{content:"\e9b6"}.eicon-loop-builder:before{content:"\e9b7"}.eicon-notes:before{content:"\e9b8"}.eicon-read:before{content:"\e9b9"}.eicon-unread:before{content:"\e9ba"}.eicon-carousel-loop:before{content:"\e9bb"}.eicon-mega-menu:before{content:"\eb78"}.eicon-nested-carousel:before{content:"\e9bd"}.eicon-ai:before{content:"\e9be"}.eicon-taxonomy-filter:before{content:"\eb7d"}.eicon-container-grid:before{content:"\ef02"}.eicon-upgrade:before{content:"\e9c1"}.eicon-advanced:before{content:"\eb84"}.eicon-div-block:before{content:"\eb9b"}.eicon-notification:before{content:"\e9c3"}.eicon-light-mode:before{content:"\e9c4"}.eicon-dark-mode:before{content:"\e9c5"}.eicon-upgrade-crown:before{content:"\e9c6"}.eicon-off-canvas:before{content:"\e9c7"}.eicon-speakerphone:before{content:"\e9c9"}.eicon-ehp-cta:before{content:"\e9cb"}.eicon-ehp-forms:before{content:"\e9bc"}.eicon-ehp-hero:before{content:"\e9ca"}.eicon-ehp-zigzag:before{content:"\e9cc"}.eicon-e-button:before{content:"\e9ce"}.eicon-flexbox:before{content:"\e9d0"}.eicon-paragraph:before{content:"\e9d1"}.eicon-icon:before{content:"\e9d2"}.eicon-e-image:before{content:"\e9d3"}.eicon-video:before{content:"\e9d4"}.eicon-svg:before{content:"\e9d5"}.eicon-e-divider:before{content:"\e9d6"}.eicon-e-heading:before{content:"\e9d7"}.eicon-atomic:before{content:"\ebae"}.eicon-library-delete:before{content:"\e9d8"}.eicon-library-copy:before{content:"\e9d9"}.eicon-library-folder-empty:before{content:"\e9da"}.eicon-library-move:before{content:"\e9db"}.eicon-library-edit:before{content:"\e9dc"}.eicon-library-subscription-upgrade:before{content:"\e9de"}.eicon-library-folder-view:before{content:"\e9df"}.eicon-library-grid:before{content:"\e9e1"}.eicon-library-cloud-connect:before{content:"\e9e2"}.eicon-library-import:before{content:"\e9e3"}.eicon-library-list:before{content:"\e9e4"}.eicon-library-cloud-empty:before{content:"\e9e5"}.eicon-folder-plus:before{content:"\e8aa"}.eicon-library-folder:before{content:"\e9e6"}.eicon-accessibility:before{content:"\e9bf"}.eicon-lock-outline:before{content:"\e9e7"}.eicon-eye:before{content:"\e8ac"}.eicon-elementor-square:before{content:"\e813"}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{background:var(--e-a-bg-logo);border-radius:50%;display:inline-block;line-height:1;padding:.75em}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.elementor .elementor-background-video{max-width:none}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}.elementor-custom-embed-play{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-left:auto;margin-right:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap;margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con:not(.e-div-block-base){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;pointer-events:none;position:absolute;right:10px;text-shadow:0 0 3px rgba(0,0,0,.3);top:50%;transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:not(.e-div-block-base) .elementor-widget-container,.elementor-element:not(.e-div-block-base):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;font-size:15px;line-height:1;padding:12px 24px;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;padding:.5em;fill:#fff}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}