.woocommerce .deal {
margin-bottom: 1em;
}
.woocommerce .deal-expire-text,
.woocommerce .deal-sold-text {
margin-bottom: 0.5em;
}
.woocommerce .deal-progress .progress-bar,
.woocommerce .deal-progress .progress-value {
height: 20px;
}
.woocommerce .deal-progress .progress-bar {
position: relative;
background: #e4e4e4;
}
.woocommerce .deal-progress .progress-value {
background: #fcb800;
}
.woocommerce .deal-expire-date {
margin-bottom: 1em;
}
.woocommerce .deal-expire-countdown {
overflow: hidden;
}
.woocommerce .deal-expire-countdown .timer,
.woocommerce .deal-expire-countdown .divider {
text-align: center;
display: block;
float: left;
}
.woocommerce .deal-expire-countdown .timer {
width: 20%;
}
.woocommerce .deal-expire-countdown .divider {
font-size: 1.8em;
width: 6.3333%;
padding-top: 0.3em;
}
.woocommerce .deal-expire-countdown .timer span {
display: block;
}
.woocommerce .deal-expire-countdown .timer .digits {
font-size: 1.8em;
margin: 0 0 10px 0;
padding: 10px;
border: 1px solid #e4e4e4;
}
.woocommerce .deal-expire-countdown .timer .text {
font-size: 0.8em;
}.mf-product-fbt {
border: 1px solid #d9d9d9;
padding: 30px;
margin-bottom: 60px;
}
.mf-product-fbt .fbt-title {
margin: 0 0 45px;
font-size: 18px;
font-weight: 600;
}
.mf-product-fbt ul.products {
padding-left: 20px;
float: left;
width: 100%;
}
.mf-product-fbt ul.products li.product {
float: left;
width: 20%;
display: block;
margin-bottom: 50px;
}
.mf-product-fbt ul.products li.product:first-child .thumbnail:after {
display: none;
}
.mf-product-fbt ul.products li.product.out-of-stock {
opacity: 0.2;
}
.mf-product-fbt ul.products li.product.un-active {
opacity: 0.2;
}
.mf-product-fbt ul.products li.product.un-active select {
pointer-events: none;
}
.mf-product-fbt ul.products li.product .wcboost-wishlist-button {
display: none !important;
}
.mf-product-fbt ul.products .product-content {
position: relative;
padding-right: 70px;
}
.mf-product-fbt ul.products .product-content .thumbnail {
position: relative;
display: block;
}
.mf-product-fbt ul.products .product-content .thumbnail .thumb-new {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0;
transition: 0.3s;
}
.mf-product-fbt ul.products .product-content .thumbnail:after {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: -40px;
content: "";
display: inline-block;
font: normal normal normal 14px/1 linearicons;
font-weight: 600;
font-size: 16px;
color: #000;
}
.mf-product-fbt ul.products .product-content h2 {
font-size: 14px;
font-weight: 400;
margin: 15px 0 10px;
}
.mf-product-fbt ul.products .product-content h2 a {
color: #0066cc;
}
.mf-product-fbt ul.products li.product .product-variation-price .price-new {
display: none;
}
.mf-product-fbt ul.products li.product .product-variation-price.active .price {
display: none;
}
.mf-product-fbt ul.products li.product .product-variation-price.active .price-new {
display: block;
}
.mf-product-fbt ul.products .product-content .price small {
display: inline-block;
}
.mf-product-fbt ul.products .product-content .price .sale {
display: none;
}
.mf-product-fbt .product-buttons .mf_add_to_cart_button,
.mf-product-fbt .product-buttons .mf-wishlist-button {
min-width: 170px;
display: inline-block;
font-size: 14px;
border-radius: 3px;
margin-top: 10px;
}
.mf-product-fbt .product-buttons .mf_add_to_cart_button:before,
.mf-product-fbt .product-buttons .mf-wishlist-button:before {
border-width: 1px;
border-color: var(--mf-background-primary-text-color) var(--mf-background-primary-text-color) var(--mf-background-primary-text-color) transparent;
border-radius: 50%;
border-style: solid;
animation: mf-spin-fast 1s linear infinite;
content: " ";
width: 14px;
height: 14px;
display: none;
font-weight: 400;
position: absolute;
top: 12px;
left: 7px;
}
.mf-product-fbt .product-buttons .mf_add_to_cart_button.loading,
.mf-product-fbt .product-buttons .mf-wishlist-button.loading {
position: relative;
opacity: 0.3;
padding-left: 25px;
}
.mf-product-fbt .product-buttons .mf_add_to_cart_button.loading:before,
.mf-product-fbt .product-buttons .mf-wishlist-button.loading:before {
display: inline-block;
}
.mf-product-fbt .product-buttons .mf-wishlist-button:before {
border-color: var(--mf-dark-color) var(--mf-dark-color) var(--mf-dark-color) transparent;
}
.mf-product-fbt .product-buttons .mf-wishlist-button.showed {
display: inline-block;
}
.mf-product-fbt .product-buttons .mf-wishlist-button.hided {
display: none;
}
.mf-product-fbt .product-buttons .btn-view-to-wishlist {
display: none;
}
.mf-product-fbt .product-buttons .s-price {
font-weight: 600;
font-size: 20px;
color: #ff0000;
}
.mf-product-fbt .products-list {
margin: 20px 0 0;
padding: 0;
list-style: none;
}
.mf-product-fbt .products-list li {
margin-bottom: 5px;
}
.mf-product-fbt .products-list li a {
color: #666;
display: inline-block;
position: relative;
line-height: 1;
padding-left: 20px;
}
.mf-product-fbt .products-list li a strong {
color: #000;
font-weight: 600;
}
.mf-product-fbt .products-list li a:before {
position: absolute;
top: 1px;
left: 0;
width: 13px;
height: 13px;
content: "";
background-color: #0099cc;
border-radius: 2px;
}
.mf-product-fbt .products-list li a:after {
content: '\e934';
display: inline-block;
font: normal normal normal 14px/1 linearicons;
position: absolute;
top: 1px;
left: 1px;
font-size: 8px;
color: #fff;
width: 13px;
height: 13px;
text-align: center;
line-height: 13px;
font-weight: 700;
}
.mf-product-fbt .products-list li .s-price .sale {
display: none;
}
.mf-product-fbt .products-list li.uncheck .p-title,
.mf-product-fbt .products-list li.uncheck .s-price {
opacity: 0.5;
}
.mf-product-fbt .products-list li.uncheck a:after {
opacity: 0;
}
.mf-product-fbt .products-list li .s-price {
color: #ff0000;
font-weight: 600;
padding-left: 5px;
transition: 0.5s;
}
.mf-product-fbt .products-list li .s-price ins {
text-decoration: none;
}
.mf-product-fbt .products-list li .s-price del {
display: none;
}
.mf-product-fbt .products-list li .p-title {
transition: 0.5s;
}
.mf-product-fbt ul.products li.product table.variations {
margin-top: 3px;
}
.mf-product-fbt ul.products li.product form.cart {
margin: 0 !important;
padding: 0 !important;
}
.mf-product-fbt ul.products li.product form.cart table.variations select {
display: block !important;
height: auto;
padding: 5px 0;
border-top: none;
border-right: none;
border-left: none;
border-width: 1px;
background-position: right center;
font-size: 14px;
}
.mf-product-fbt ul.products li.product table.variations .wcboost-variation-swatches > ul,
.mf-product-fbt ul.products li.product table.variations .label {
display: none;
}
.mf-product-fbt ul.products li.product table.variations td.value {
text-align: left;
margin-bottom: 10px !important;
}
.mf-product-fbt ul.products li.product .single_variation_wrap {
display: none !important;
}
.mf-product-fbt ul.products li.product .reset_variations {
font-size: 10px;
font-weight: 500;
text-decoration: underline;
}
.mf-product-fbt ul.products .product-content .woocommerce-variation-description,
.mf-product-fbt ul.products .product-content .mf-date-onsale-to {
display: none;
}
.mf-product-fbt .martfury-pbt-alert {
margin: 20px 0 0;
}
@media (max-width: 1199px) {
.mf-product-fbt ul.products li.product {
width: 25%;
}
}
@media (max-width: 991px) {
.mf-product-fbt ul.products li.product {
width: 50%;
}
.mf-product-fbt ul.products li.product:nth-child( 3n + 1 ) {
clear: none;
}
}
@media (max-width: 767px) {
.mf-product-fbt {
padding-left: 20px;
padding-right: 20px;
}
.mf-product-fbt ul.products {
padding-left: 0;
margin-left: 0;
margin-right: 0;
}
.mf-product-fbt ul.products li.product .product-content {
padding-right: 0;
}
.mf-product-fbt ul.products li.product .thumbnail:after {
display: none;
}
.mf-product-fbt ul.products li.product.product-buttons {
width: 100%;
}
}Theme Name: Martfury Child
Theme URI: http://drfuri.com/unero
Author: DrFuri
Author URI: http://drfuri.com
Description: Martfury Child Theme.
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: martfury
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: martfury
.woocommerce-error {
border-top-color: #f9db0d;
}
.woocommerce-info {
border-top-color: #f9db0d;
}
.woocommerce-message {
border-top-color: #f9db0d;
}
.mf-product-loop-hover-4 ul.products li.product .product-inner:hover .mf-product-price-box a.button {
background-color: #f9db0d;
}
.login form {
border-radius: 10%!important;
}
.mf-product-loop-hover-4 ul.products li.product .price ins {
color: #000000;
font-weight: 700;
font-size: 18px;
}
.mf-product-loop-hover-4 ul.products li.product .price {
font-size: 18px;
font-weight: 500;
} :where(.css-eq3tly).ant-btn-primary {
color: #fff;
background-color: #e6c800!important;
}
[data-v-94456dfb] .add-to-cart-btn, [data-v-94456dfb] .add-to-cart-btn:hover {
color: var(--wwof-button-text-color);
background-color: #e6c800!important;
border-color: #f9db0d!important;
}  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .my_account_orders .button {
margin-bottom: 3%;
} .sanora-ideal-txt {
font-weight: 700;
letter-spacing: 0.15rem;
} .entry-title {
Display: none!important;
}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;margin:0 0 -4px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left;padding:0}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin:0;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:var(--wc-form-color-background,#fff);color:var(--wc-form-color-text,#000);border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected],.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#444}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none;margin:5px 5px 0 0}.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before{content:"";display:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#444;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:var(--wp-admin-theme-color,#0073aa);color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid var(--wp-admin-theme-color,#0073aa)}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#444}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid var(--wp-admin-theme-color,#0073aa)}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid var(--wp-admin-theme-color,#0073aa)}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid var(--wp-admin-theme-color,#0073aa)}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected],.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:var(--wp-admin-theme-color,#0073aa)}#wwlc-registration-form .field-set .checkbox_options_holder,
#wwlc-registration-form .field-set .radio_options_holder {
display: block;
}
#wwlc-registration-form .field-set.err .checkbox_options_holder,
#wwlc-registration-form .field-set.err .radio_options_holder {
background-color: #ffdfde;
}
#wwlc-registration-form .field-set .checkbox_options,
#wwlc-registration-form .field-set .radio_options {
display: block;
}
#wwlc-registration-form .field-set .checkbox_options input[ type="checkbox" ],
#wwlc-registration-form .field-set .radio_options input[ type="radio" ] {
margin-right: 10px;
}
#wwlc-registration-form .select2-container,
#wwlc-registration-form .field-set select {
min-width: 250px;
width: 100% !important;
}
#wwlc-registration-form .field-set input[ type="number" ] {
min-width: 200px;
}
#wwlc-registration-form .field-set.radio-field-set label {
display: inline;
}
#wwlc-registration-form .field-set label {
display:    block;
}
#wwlc-registration-form .field-set label:after {   
content: '\a';
white-space: pre;
}
#wwlc-registration-form .wwlc_form_field.err {
background-color: #ffdfde;
}
#wwlc-registration-form .inline-error {
display: inline-block;
margin-left: 5px;
color: #ff6060;
}
#wwlc-registration-form .wwlc-loader{
display: none;
padding: 0px 12px;
margin-left: 10px;
background: url(//www.edelstenenexpress.nl/wp-content/plugins/woocommerce-wholesale-lead-capture/images/spinner.gif) no-repeat;
}
#wwlc-registration-form #wwlc-password-strength{
display: none;
background-color: #eee;
border: 1px solid #ddd;
color: #23282d;
margin: 5px 5px 5px 0px;
padding: 3px 5px;
text-align: center;
width: 15em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#wwlc-registration-form #wwlc-password-strength.bad{
background-color: #fbc5a9;
border-color: #f78b53;
}
#wwlc-registration-form #wwlc-password-strength.good{
background-color: #ffe399;
border-color: #ffc733;
}
#wwlc-registration-form #wwlc-password-strength.strong{
background-color: #c1e1b9;
border-color: #83c373;
}
#wwlc-registration-form #wwlc-password-strength.short{
background-color: #f1adad;
border-color: #e35b5b;
}
#wwlc-registration-form .wwlc-password-field-confirm-weak{
display: none;
}
#wwlc-registration-form .terms-conditions-wrap {
border: 1px solid #eee;
padding: 15px 20px;
margin-bottom: 20px;
}
#wwlc-registration-form .wwlc_checkboxes_container,
#wwlc-registration-form .wwlc_checkboxes_container label.checkbox_options {
display: block;
}