:root {
--color-dark: 38, 38, 40;
--color-gray: 102, 104, 111;
--color-gray-light: 170, 171, 175;
--color-light: 221, 221, 221;
--color-lighter: 244, 244, 244;
--color-error: 233, 79, 55;
--color-warning: 240, 200, 8;
--color-success: 0, 155, 114;
--color-info: 0, 157, 220;
--color-impact-yellow: 255, 212, 0;
--color-impact-dark: 19, 21, 21;
--color-royal-gold: 242, 205, 93;
--color-royal-green: 16, 69, 71;
--color-energy-green: 161, 239, 139;
--color-energy-blue: 21, 40, 96;
--color-mint-green: 77, 188, 101;
--color-mint-dark: var(--color-dark);
--color-mono-dark: var(--color-dark);
--color-dm-dark: 35, 35, 35;
--color-dm-green: 161, 239, 139;
--color-smooth-blue: 39, 49, 88;
--color-smooth-red: 241, 49, 64;
--color-primary: var(--color-impact-yellow);
--color-secondary: var(--color-impact-dark);
--color-text: var(--color-gray);
--color-headings: var(--color-secondary);
--color-link: var(--color-primary);
--font-family: "Poppins", "Helvetica Neue", "Helvetica", sans-serif;
--font-family-headings: var(--font-family);
--font-size-base: 16px;
--fs-base: 1rem;
--fs-small: 0.87rem;
--fw-light: 300;
--fw-reg: 400;
--fw-sbold: 600;
--fw-bold: 700;
--font-weight: var(--fw-light);
--h-font-weight: var(--fw-sbold);
--h1-size: 2.125rem;
--h2-size: 1.875rem;
--h3-size: 1.625rem;
--h4-size: 1.375rem;
--h5-size: 1.125rem;
--h6-size: 1rem;
--tspeed: 0.35s;
--xs: 0;
--sm: 576px;
--md: 768px;
--lg: 992px;
--xl: 1200px;
--elementor_widget_gap: 0 15px;
} .woocommerce #respond input#submit,
.woocommerce a.button, .woocommerce button.button,
.woocommerce input.button {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0 30px;
height: 50px;
border-radius: 0;
font-size: 1rem;
font-weight: var(--fw-sbold);
line-height: 1;
background: rgb(var(--color-secondary));
color: rgb(var(--color-primary));
border: none;
transition: all var(--tspeed);
}
.woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus, .woocommerce button.button:hover, .woocommerce button.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus {
color: rgb(var(--color-secondary));
background: rgb(var(--color-primary));
}
#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
padding: 0;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
display: flex;
align-items: center;
justify-content: center;
padding: 0 40px;
height: 57px;
font-size: 1.125rem;
background: rgb(var(--color-primary));
color: rgb(var(--color-secondary));
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, #add_payment_method .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus {
background: rgb(var(--color-secondary));
color: rgb(var(--color-primary));
} .woocommerce-info,
.woocommerce-error,
.woocommerce-message,
.woocommerce-Message {
display: flex;
flex-flow: column;
align-items: center;
justify-content: space-between;
margin: 0 0 30px 0;
padding: 20px 40px;
border-top: 4px solid rgb(var(--color-dark));
background: rgb(var(--color-lighter));
text-align: center;
}
.woocommerce-info li,
.woocommerce-error li,
.woocommerce-message li,
.woocommerce-Message li {
margin-bottom: 10px;
}
.woocommerce-info .button,
.woocommerce-error .button,
.woocommerce-message .button,
.woocommerce-Message .button {
padding: 0 20px !important;
height: 37px !important;
font-size: var(--fs-small) !important;
order: 2;
}
@media (min-width: 992px) {
.woocommerce-info,
.woocommerce-error,
.woocommerce-message,
.woocommerce-Message {
flex-flow: row;
text-align: unset;
}
.woocommerce-info .button,
.woocommerce-error .button,
.woocommerce-message .button,
.woocommerce-Message .button {
min-height: 37px;
height: unset !important;
}
}
ul.woocommerce-info,
ul.woocommerce-error,
ul.woocommerce-message,
ul.woocommerce-Message {
list-style: none;
display: flex;
align-items: unset;
flex-flow: column;
}
.woocommerce-info {
border-color: rgb(var(--color-info));
color: rgb(var(--color-info));
background: rgba(var(--color-info), 0.15);
}
.woocommerce-info .button {
color: #fff !important;
background: rgb(var(--color-info)) !important;
opacity: 1;
line-height: 1;
}
.woocommerce-info .button:hover, .woocommerce-info .button:focus {
opacity: 0.75;
}
.woocommerce-info .showcoupon {
display: flex;
align-items: center;
padding: 5px 20px;
border: unset !important;
background: rgb(var(--color-info));
color: #fff !important;
font-size: var(--fs-small);
opacity: 1;
transition: all var(--tspeed);
}
.woocommerce-info .showcoupon:before, .woocommerce-info .showcoupon:after {
content: none !important;
}
.woocommerce-info .showcoupon:hover, .woocommerce-info .showcoupon:focus {
opacity: 0.75;
}
@media (min-width: 992px) {
.woocommerce-info .showcoupon {
height: 37px;
padding: 0 20px;
}
}
.woocommerce-error {
border-color: rgb(var(--color-error));
color: rgb(var(--color-error));
background: rgba(var(--color-error), 0.15);
}
.woocommerce-error .button {
color: #fff !important;
background: rgb(var(--color-error)) !important;
opacity: 1;
}
.woocommerce-error .button:hover, .woocommerce-error .button:focus {
opacity: 0.75;
}
.woocommerce-store-notice {
position: sticky;
margin: 0;
padding: 20px 40px;
bottom: 0;
background: rgb(var(--color-success));
text-align: center;
color: #fff;
z-index: 99;
}
.woocommerce-store-notice a {
--fh_color: var(--color-text);
--border_size: 1px;
--bottom: 0;
position: relative;
display: inline-flex;
border-bottom: var(--border_size) solid rgba(var(--fh_color), 0);
color: inherit;
--fh_color: 255,255,255;
}
.woocommerce-store-notice a:before {
content: "";
position: absolute;
display: block;
bottom: var(--bottom);
width: 0;
height: var(--border_size);
background: rgb(var(--fh_color));
transition: all var(--tspeed);
opacity: 0;
}
.woocommerce-store-notice a:hover, .woocommerce-store-notice a:focus {
color: rgb(var(--fh_color));
border-bottom: var(--border_size) solid rgba(var(--fh_color), 0.4);
}
.woocommerce-store-notice a:hover:before {
width: 100%;
opacity: 1;
transition: width var(--tspeed) var(--tspeed) cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
.woocommerce-store-notice .woocommerce-store-notice__dismiss-link {
margin-left: 15px;
} .star-rating {
position: relative;
display: inline-flex;
margin-right: 7px;
overflow: hidden;
font-size: 13px;
}
.star-rating:before {
content: "\f005\f005\f005\f005\f005";
font-family: "Font Awesome 6 Free";
color: rgb(var(--color-light));
}
.star-rating span {
display: block;
position: absolute;
left: 0;
top: 0;
overflow: hidden;
}
.star-rating span:before {
content: "\f005\f005\f005\f005\f005";
font-family: "Font Awesome 6 Free";
color: rgb(var(--color-dark));
text-indent: 0;
float: left;
}
.widget_rating_filter ul {
list-style: none;
margin: 0;
padding: 0;
}
.widget_rating_filter ul li {
margin-bottom: 7px;
}
.widget_rating_filter ul li a {
color: rgb(var(--color-gray-light));
}
.widget_rating_filter ul li a:hover, .widget_rating_filter ul li a:focus {
color: rgb(var(--color-secondary));
} .woocommerce-page-title {
margin-bottom: 90px;
padding: 60px 0;
background: rgba(var(--color-secondary), 0.05);
}
.woocommerce-page-title .pt-content {
display: flex;
flex-flow: column;
text-align: center;
}
.woocommerce-page-title .pt-content nav.woocommerce-breadcrumb {
display: block;
margin-top: 15px;
order: 2;
font-size: var(--fs-small);
font-weight: var(--fw-reg);
color: rgba(var(--color-dark), 0.6);
text-transform: lowercase;
}
.woocommerce-page-title .pt-content nav.woocommerce-breadcrumb a {
color: rgba(var(--color-dark), 0.3);
}
.woocommerce-page-title .pt-content nav.woocommerce-breadcrumb a:hover, .woocommerce-page-title .pt-content nav.woocommerce-breadcrumb a:focus {
color: rgb(var(--color-dark));
}
.woocommerce-page-title .pt-content header {
order: 1;
}
.woocommerce-page-title .pt-content header .page-title {
display: unset;
margin: unset;
padding: unset;
background: none;
} .woocommerce table.shop_table.cart {
width: 100%;
margin: 0;
border: none;
border-radius: unset;
}
.woocommerce table.shop_table.cart thead {
display: none;
background: rgb(var(--color-lighter));
}
.woocommerce table.shop_table.cart thead th {
height: 90px;
padding: 0;
font-weight: var(--fw-sbold);
color: rgb(var(--color-secondary));
}
.woocommerce table.shop_table.cart tbody tr {
display: flex;
flex-flow: column;
text-align: center;
padding-bottom: 30px;
}
.woocommerce table.shop_table.cart tbody tr input[type=number] {
margin: 0 auto;
}
.woocommerce table.shop_table.cart tbody tr td.product-price:before,
.woocommerce table.shop_table.cart tbody tr td.product-subtotal:before,
.woocommerce table.shop_table.cart tbody tr td.product-quantity:before {
content: attr(data-title) ": ";
font-weight: var(--fw-sbold);
color: rgb(var(--color-secondary));
margin-right: 15px;
}
.woocommerce table.shop_table.cart tbody tr td.product-quantity {
display: inline-flex;
align-items: center;
margin: 0 auto;
}
.woocommerce table.shop_table.cart tbody tr td.product-remove {
position: relative;
top: 10px;
line-height: 1;
}
.woocommerce table.shop_table.cart tr td {
padding: 10px 0;
border: none;
}
.woocommerce table.shop_table.cart tr:nth-child(odd) {
background: unset;
}
.woocommerce table.shop_table.cart tr:nth-child(even) {
background: rgb(var(--color-lighter));
}
.woocommerce table.shop_table.cart tr:last-child {
background: unset;
}
.woocommerce table.shop_table.cart tr .product-remove {
padding-left: 40px;
}
.woocommerce table.shop_table.cart tr .actions {
padding-top: 30px;
}
.woocommerce table.shop_table.cart tr .actions .coupon label {
display: none;
}
.woocommerce table.shop_table.cart tr .actions .coupon .input-text {
margin: 0;
padding-left: 15px;
}
.woocommerce table.shop_table.cart tr .actions .coupon .input-text:hover, .woocommerce table.shop_table.cart tr .actions .coupon .input-text:focus {
border-color: rgb(var(--color-secondary));
}
.woocommerce table.shop_table.cart tr .actions button {
display: flex;
margin-top: 30px;
width: 100%;
}
.woocommerce table.shop_table.cart tr .actions button:disabled {
padding: 0 30px;
font-weight: var(--fw-sbold);
color: rgb(var(--color-secondary));
background: rgb(var(--color-lighter));
opacity: 1;
}
.woocommerce table.shop_table.cart tr .actions button:disabled:hover, .woocommerce table.shop_table.cart tr .actions button:disabled:focus {
cursor: not-allowed;
background: rgb(var(--color-lighter));
}
.woocommerce table.shop_table.cart img {
width: 70px;
height: auto;
}
.woocommerce a.remove {
display: block;
text-align: center;
width: 15px;
height: 15px;
font-weight: 400;
font-size: 1.2rem;
color: rgb(var(--color-dark)) !important;
}
.woocommerce a.remove:hover, .woocommerce a.remove:focus {
color: red !important;
background: unset;
}
.woocommerce .product-name a {
color: rgb(var(--color-text));
}
.woocommerce .product-name a:hover, .woocommerce .product-name a:focus {
color: rgb(var(--color-primary));
}
.woocommerce .product-quantity input {
max-width: 80px;
}
.woocommerce .cart-collaterals {
margin-top: 90px;
margin-bottom: 90px;
}
.woocommerce .cart-collaterals h2 {
margin: 0 0 30px 0;
padding: 0;
}
.woocommerce .cart-collaterals .cart_totals table {
margin: 0 0 30px 0;
padding: 0;
width: 100%;
}
.woocommerce .cart-collaterals .cart_totals table tr {
text-align: center;
min-height: 80px;
}
.woocommerce .cart-collaterals .cart_totals table tr:nth-child(odd) {
background: rgb(var(--color-lighter));
}
.woocommerce .cart-collaterals .cart_totals table tr:nth-child(even) {
background: unset;
}
.woocommerce .cart-collaterals .cart_totals table tr th {
padding-top: 30px;
width: 100%;
vertical-align: middle;
font-weight: var(--fw-sbold);
color: rgb(var(--color-secondary));
border: none;
}
.woocommerce .cart-collaterals .cart_totals table tr td {
border: none;
vertical-align: middle;
}
.woocommerce .cart-collaterals .cart_totals table tr td strong {
font-weight: var(--fw-sbold);
color: rgb(var(--color-secondary));
}
.woocommerce .cart-collaterals .cart_totals table tr td ul {
list-style: none;
margin: 0;
padding: 0;
}
.woocommerce .cart-collaterals .cart_totals table tr.shipping td {
font-size: var(--fs-small);
padding: 10px 0;
}
.woocommerce .cart-collaterals .cart_totals table tr.shipping td ul#shipping_method .amount {
font-weight: var(--fw-sbold);
color: rgb(var(--color-secondary));
}
.woocommerce .cart-collaterals .cart_totals table tr.shipping td a {
color: rgb(var(--color-primary));
}
.woocommerce .cart-collaterals .cart_totals table tr.shipping td a:hover, .woocommerce .cart-collaterals .cart_totals table tr.shipping td a:focus {
color: rgb(var(--color-primary));
}
.woocommerce .cart-collaterals .cart_totals table tr.shipping td a:after {
content: none;
}
.woocommerce .cart-collaterals .cart_totals table tr.shipping td .shipping-calculator-form {
background: rgb(var(--color-lighter));
padding: 20px;
}
.woocommerce .cart-collaterals .cart_totals table tr.shipping td .shipping-calculator-form p {
margin-bottom: 20px;
padding: 0;
}
.woocommerce .cart-collaterals .cart_totals table tr.shipping td .shipping-calculator-form button {
width: 100%;
margin-bottom: -20px;
}
.woocommerce .select2-container--default .select2-selection--single {
display: flex;
align-items: center;
padding-left: 15px;
height: 50px !important;
border-radius: 0;
transition: all var(--tspeed);
}
.woocommerce .select2-container--default .select2-selection--single:hover {
border-color: rgb(var(--color-secondary));
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
padding: 0;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
display: flex;
align-items: center;
margin-right: 10px;
height: 100%;
}
@media (min-width: 768px) {
.woocommerce table.shop_table.cart thead {
display: table-header-group;
}
.woocommerce table.shop_table.cart tbody tr {
display: table-row;
text-align: initial;
padding-bottom: unset;
}
.woocommerce table.shop_table.cart tbody tr td:before {
content: none !important;
}
.woocommerce table.shop_table.cart tbody tr input[type=number] {
margin: unset;
}
.woocommerce table.shop_table.cart tbody tr td.product-remove {
top: unset;
}
.woocommerce table.shop_table.cart tr {
min-height: 90px;
}
.woocommerce table.shop_table.cart tr td:before {
content: none;
}
.woocommerce table.shop_table.cart tr .actions .coupon {
display: inline-flex;
width: 50%;
}
.woocommerce table.shop_table.cart tr .actions .coupon .input-text {
margin: 0 30px 0 0;
width: 260px;
}
.woocommerce table.shop_table.cart tr .actions button {
display: inline-flex;
margin-top: unset;
width: unset;
}
.woocommerce table.shop_table.cart tr .actions button[name=update_cart] {
float: right;
}
.woocommerce .cart-collaterals .cart_totals {
margin-left: auto;
width: 43%;
}
.woocommerce .cart-collaterals .cart_totals table tr {
text-align: unset;
height: 80px;
}
.woocommerce .cart-collaterals .cart_totals table tr th {
padding-top: unset;
padding-left: 30px;
width: 45%;
}
.woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-methods {
list-style: none;
margin: 0 0 10px 0;
padding: 0;
}
.woocommerce .cart-collaterals .cart_totals .shipping-calculator-form {
margin-top: 10px;
}
}
.woocommerce-cart-empty {
height: 100vh;
padding-top: 90px;
}
.woocommerce-cart-empty .return-to-shop > a.button {
border: none;
}
.woocommerce-cart-empty .return-to-shop > a.button:before {
content: none;
}
.woocommerce-cart-empty .return-to-shop > a.button:hover, .woocommerce-cart-empty .return-to-shop > a.button:focus {
color: rgb(var(--color-secondary)) !important;
border: none;
}
.woocommerce-cart-empty .return-to-shop > a.button:hover:before, .woocommerce-cart-empty .return-to-shop > a.button:focus:before {
content: none;
} .woocommerce .checkout .blockUI {
display: none !important;
}
.woocommerce .checkout h3 {
margin-bottom: 30px;
}
.woocommerce .checkout .col2-set {
display: block;
margin-bottom: 60px;
width: 100%;
}
.woocommerce .checkout .col2-set .col-1,
.woocommerce .checkout .col2-set .col-2 {
padding: 0;
}
.woocommerce .checkout .col2-set .col-1 {
display: flex;
flex: unset;
max-width: 100%;
}
.woocommerce .checkout .col2-set .col-2 {
display: flex;
flex-flow: column;
max-width: 100%;
}
.woocommerce .checkout .col2-set .woocommerce-billing-fields {
width: 100%;
}
.woocommerce .checkout .woocommerce-checkout-review-order {
margin-bottom: 90px;
}
.woocommerce .checkout .woocommerce-checkout-review-order table thead {
background: rgb(var(--color-lighter));
}
.woocommerce .checkout .woocommerce-checkout-review-order table thead tr {
height: 90px;
}
.woocommerce .checkout .woocommerce-checkout-review-order table thead tr th {
padding: 0 15px;
font-weight: var(--fw-sbold);
color: rgb(var(--color-secondary));
}
.woocommerce .checkout .woocommerce-checkout-review-order table tbody tr {
height: 60px;
}
.woocommerce .checkout .woocommerce-checkout-review-order table tbody tr td {
padding: 0 15px;
}
.woocommerce .checkout .woocommerce-checkout-review-order table tbody tr .product-name strong {
font-weight: var(--fw-sbold);
color: rgb(var(--color-secondary));
}
.woocommerce .checkout .woocommerce-checkout-review-order table tfoot tr {
height: 60px;
}
.woocommerce .checkout .woocommerce-checkout-review-order table tfoot tr th {
padding: 0 15px;
font-weight: var(--fw-sbold);
color: rgb(var(--color-secondary));
background: rgb(var(--color-lighter));
}
.woocommerce .checkout .woocommerce-checkout-review-order table tfoot tr td {
padding: 0 15px;
}
.woocommerce .checkout .woocommerce-checkout-review-order table tfoot tr ul {
list-style: none;
margin: 0;
padding: 0;
}
.woocommerce .checkout .woocommerce-checkout-review-order table tfoot .order-total .amount {
font-weight: var(--fw-sbold);
color: rgb(var(--color-secondary));
}
.woocommerce .checkout .woocommerce-checkout-payment {
position: unset !important;
zoom: unset !important;
}
.woocommerce .checkout .woocommerce-checkout-payment ul {
list-style: none;
display: flex;
flex-flow: column;
margin: 60px 0 0 0;
padding: 0;
}
.woocommerce .checkout .woocommerce-checkout-payment ul li {
margin-bottom: 0;
}
.woocommerce .checkout .woocommerce-checkout-payment ul li input[type=radio] {
display: none;
}
.woocommerce .checkout .woocommerce-checkout-payment ul li label {
display: flex;
align-items: center;
width: 100%;
height: 60px;
padding-left: 40px;
margin-bottom: 0;
background: rgb(var(--color-lighter));
font-weight: var(--fw-sbold);
font-size: var(--h6-size);
color: rgb(var(--color-secondary));
transition: all var(--tspeed);
}
.woocommerce .checkout .woocommerce-checkout-payment ul li label:hover {
cursor: pointer;
background: rgb(var(--color-lighter));
}
.woocommerce .checkout .woocommerce-checkout-payment ul li label:hover:before {
background: rgb(var(--color-light));
border-color: rgb(var(--color-light));
}
.woocommerce .checkout .woocommerce-checkout-payment ul li label:before {
content: "";
margin-right: 15px;
width: 22px;
height: 22px;
border-radius: 100px;
border: 7px solid rgb(var(--color-light));
background: rgb(var(--color-light));
transition: all var(--tspeed);
}
.woocommerce .checkout .woocommerce-checkout-payment ul li input + label {
color: rgba(var(--color-secondary), 0.7);
}
.woocommerce .checkout .woocommerce-checkout-payment ul li input + label:hover, .woocommerce .checkout .woocommerce-checkout-payment ul li input + label:focus {
color: rgba(var(--color-secondary), 1);
}
.woocommerce .checkout .woocommerce-checkout-payment ul li input:checked + label {
color: rgba(var(--color-secondary), 1);
}
.woocommerce .checkout .woocommerce-checkout-payment ul li input:checked + label:before {
background: rgb(var(--color-primary));
border-color: rgb(var(--color-secondary));
}
.woocommerce .checkout .woocommerce-checkout-payment ul li .payment_box {
padding: 15px 40px;
font-size: var(--fs-small);
font-style: italic;
}
.woocommerce .checkout .woocommerce-checkout-payment ul li .payment_box p {
margin-bottom: 0;
}
.woocommerce .checkout .woocommerce-checkout-payment ul .payment_method_paypal label img {
display: none;
}
.woocommerce .checkout .woocommerce-checkout-payment ul .payment_method_paypal label a {
margin-left: 20px;
font-weight: var(--font-weight);
font-size: var(--fs-small);
font-style: italic;
color: rgb(var(--color-text));
}
.woocommerce .checkout .woocommerce-checkout-payment ul .payment_method_paypal label a:hover, .woocommerce .checkout .woocommerce-checkout-payment ul .payment_method_paypal label a:focus {
text-decoration: underline;
}
.woocommerce .checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
margin-top: 30px;
font-size: var(--fs-small);
}
.woocommerce .checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text a {
color: rgb(var(--color-primary));
}
.woocommerce .checkout .place-order {
position: relative;
}
.woocommerce .checkout .place-order p {
margin-bottom: 0;
}
.woocommerce .checkout .place-order button {
margin-top: 30px;
display: block;
width: 100%;
padding: 0 40px;
height: 57px;
font-size: 1.125rem;
}
.woocommerce .checkout .woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce .checkout .woocommerce-shipping-fields__field-wrapper .form-row {
margin-bottom: 30px;
}
.woocommerce .checkout #ship-to-different-address {
margin-top: 30px;
font-size: 1rem;
transition: all var(--tspeed);
}
.woocommerce .checkout #ship-to-different-address:hover {
color: rgb(var(--color-primary));
}
.woocommerce .checkout #ship-to-different-address label {
display: flex;
align-items: center;
cursor: pointer;
}
.woocommerce .checkout #ship-to-different-address label input {
display: none;
}
.woocommerce .checkout #order_comments_field textarea {
height: 120px;
}
.woocommerce .woocommerce-form-coupon-toggle {
margin-bottom: 60px;
}
.woocommerce .checkout_coupon {
margin-bottom: 60px;
}
.woocommerce .checkout_coupon .button {
display: block;
width: 100%;
}
@media (min-width: 576px) {
.woocommerce .checkout .woocommerce-checkout-review-order table {
width: 100%;
}
.woocommerce .checkout .woocommerce-checkout-review-order table thead tr th {
padding: 0 40px;
}
.woocommerce .checkout .woocommerce-checkout-review-order table tbody tr td {
padding: 0 40px;
}
.woocommerce .checkout .woocommerce-checkout-review-order table tfoot tr th {
padding: 0 40px;
}
.woocommerce .checkout .woocommerce-checkout-review-order table tfoot tr td {
padding: 0 40px;
}
}
@media (min-width: 992px) {
.woocommerce .checkout .col2-set {
margin-right: 90px;
max-width: 50%;
float: left;
}
.woocommerce .checkout #order_review_heading {
margin-left: 20px;
max-width: 40%;
float: left;
}
.woocommerce .checkout .woocommerce-checkout-review-order {
max-width: 40%;
float: right;
}
.woocommerce .checkout_coupon {
max-width: 50%;
}
} .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation {
display: block;
margin-bottom: 90px;
max-width: 100%;
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul {
list-style: none;
margin: 0;
padding: 0;
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li {
display: flex;
align-items: center;
justify-content: space-between;
padding: 17px 0;
font-weight: var(--fw-sbold);
color: rgb(var(--color-gray));
opacity: 0.55;
transition: all var(--tspeed);
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li:first-child {
padding-top: 0;
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li:last-child {
padding-bottom: 0;
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li:before {
order: 2;
color: inherit;
transition: color var(--tspeed);
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li a {
padding: 0;
margin: 0;
color: inherit;
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li:hover {
color: rgb(var(--color-secondary));
opacity: 1;
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li:hover:before {
color: rgb(var(--color-primary));
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul .is-active {
color: rgb(var(--color-secondary));
opacity: 1;
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul .is-active:before {
color: rgb(var(--color-primary));
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--dashboard:before {
content: "\f1de";
font-family: "Font Awesome 6 Free";
font-size: inherit;
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--orders:before {
content: "\f217";
font-family: "Font Awesome 6 Free";
font-size: inherit;
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--downloads:before {
content: "\f381";
font-family: "Font Awesome 6 Free";
font-size: inherit;
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--edit-address:before {
content: "\f2b9";
font-family: "Font Awesome 6 Free";
font-size: inherit;
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--edit-account:before {
content: "\f2bd";
font-family: "Font Awesome 6 Free";
font-size: inherit;
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-logout:before {
content: "\f2f5";
font-family: "Font Awesome 6 Free";
font-size: inherit;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
margin-bottom: 90px;
width: 100%;
float: right;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content p {
line-height: 1.9rem;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content p strong {
color: rgb(var(--color-secondary));
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content p a {
--fh_color: var(--color-text);
--border_size: 1px;
--bottom: 0;
position: relative;
display: inline-flex;
border-bottom: var(--border_size) solid rgba(var(--fh_color), 0);
color: inherit;
--color: var(--color-link);
--fh_color: var(--color);
border-bottom: 1px solid rgba(var(--fh_color), 0.7);
color: rgb(var(--fh_color));
text-decoration: none;
--color: var(--color-primary);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content p a:before {
content: "";
position: absolute;
display: block;
bottom: var(--bottom);
width: 0;
height: var(--border_size);
background: rgb(var(--fh_color));
transition: all var(--tspeed);
opacity: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content p a:hover, .woocommerce-account .woocommerce .woocommerce-MyAccount-content p a:focus {
color: rgb(var(--fh_color));
border-bottom: var(--border_size) solid rgba(var(--fh_color), 0.4);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content p a:hover:before {
width: 100%;
opacity: 1;
transition: width var(--tspeed) var(--tspeed) cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content h3 {
margin-bottom: 30px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content fieldset {
margin-top: 60px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses {
display: flex;
flex-flow: column;
justify-content: space-between;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .col-1,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .col-2 {
display: block;
max-width: 100%;
flex: unset;
padding: unset;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .col-1 {
margin-right: 60px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses header {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 30px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .edit {
position: relative;
margin-bottom: 30px;
font-size: 0;
color: rgb(var(--color-primary));
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .edit:hover, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .edit:focus {
color: rgb(var(--color-secondary));
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .edit:before {
content: "\f044";
font-family: "Font Awesome 6 Free";
font-size: 1rem;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses address {
font-size: var(--fs-small);
font-style: italic;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-table--order-downloads {
width: 100%;
margin: 0;
border: none;
border-radius: unset;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tr,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-table--order-downloads tr {
min-height: 90px;
height: 90px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table thead,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-table--order-downloads thead {
display: none;
background: rgb(var(--color-lighter));
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table thead th,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-table--order-downloads thead th {
height: 90px;
padding: 0 0 0 40px;
font-weight: var(--fw-sbold);
color: rgb(var(--color-secondary));
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-table--order-downloads tbody tr {
display: flex;
flex-flow: column;
min-height: unset;
height: auto;
padding: 40px 0;
text-align: center;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr:nth-child(odd),
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-table--order-downloads tbody tr:nth-child(odd) {
background: rgb(var(--color-lighter));
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-table--order-downloads tbody tr td {
padding: 10px 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td .button,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-table--order-downloads tbody tr td .button {
padding: 0 20px;
height: 37px;
font-size: var(--fs-small);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td a,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-table--order-downloads tbody tr td a {
color: rgb(var(--color-primary));
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td a:hover, .woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td a:focus,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-table--order-downloads tbody tr td a:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-table--order-downloads tbody tr td a:focus {
color: rgb(var(--color-secondary));
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td.download-file a.button,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-table--order-downloads tbody tr td.download-file a.button {
padding: 0;
background: unset;
font-size: 1rem;
font-weight: unset;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td.download-file a.button:before,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-table--order-downloads tbody tr td.download-file a.button:before {
content: "\f56d";
margin-right: 10px;
font-family: "Font Awesome 6 Free";
font-size: inherit;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-number:before,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-date:before,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-status:before,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-total:before,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td.download-product:before,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td.download-remaining:before,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td.download-expires:before,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td.download-file:before,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-table--order-downloads tbody tr td.woocommerce-orders-table__cell-order-number:before,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-table--order-downloads tbody tr td.woocommerce-orders-table__cell-order-date:before,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-table--order-downloads tbody tr td.woocommerce-orders-table__cell-order-status:before,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-table--order-downloads tbody tr td.woocommerce-orders-table__cell-order-total:before,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-table--order-downloads tbody tr td.download-product:before,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-table--order-downloads tbody tr td.download-remaining:before,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-table--order-downloads tbody tr td.download-expires:before,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-table--order-downloads tbody tr td.download-file:before {
content: attr(data-title) ": ";
font-weight: var(--fw-sbold);
color: rgb(var(--color-secondary));
margin-right: 10px;
}
@media (min-width: 992px) {
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation {
margin-right: 30px;
max-width: 30%;
float: left;
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li {
justify-content: unset;
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li:before {
order: unset;
margin-right: 17px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
max-width: 65%;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table thead,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-table--order-downloads thead {
display: table-header-group;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-table--order-downloads tbody tr {
display: table-row;
text-align: initial;
min-height: 90px;
height: 90px;
padding-bottom: unset;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr:nth-child(odd),
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-table--order-downloads tbody tr:nth-child(odd) {
background: unset;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr:nth-child(even),
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-table--order-downloads tbody tr:nth-child(even) {
background: rgb(var(--color-lighter));
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-table--order-downloads tbody tr td {
margin-bottom: unset;
padding-left: 40px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td:before,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-table--order-downloads tbody tr td:before {
content: none !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td.download-file,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-table--order-downloads tbody tr td.download-file {
min-width: 230px;
}
}
@media (min-width: 576px) {
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses {
flex-flow: row;
}
} .woocommerce-account .woocommerce h2 {
margin: 0 auto 30px auto;
padding: 0 15px;
max-width: 500px;
}
.woocommerce-account .woocommerce .woocommerce-form-login,
.woocommerce-account .woocommerce .lost_reset_password {
margin: 0 auto;
padding: 0 15px;
max-width: 500px;
}
.woocommerce-account .woocommerce .woocommerce-form-login p,
.woocommerce-account .woocommerce .lost_reset_password p {
margin-bottom: 0;
}
.woocommerce-account .woocommerce .woocommerce-form-login input,
.woocommerce-account .woocommerce .lost_reset_password input {
margin-bottom: 30px;
}
.woocommerce-account .woocommerce .woocommerce-form-login button,
.woocommerce-account .woocommerce .lost_reset_password button {
display: block;
width: 100%;
}
.woocommerce-account .woocommerce .woocommerce-form-login .lost_password,
.woocommerce-account .woocommerce .lost_reset_password .lost_password {
margin-top: 15px;
}
.woocommerce-account .woocommerce .woocommerce-form-login .lost_password a,
.woocommerce-account .woocommerce .lost_reset_password .lost_password a {
--fh_color: var(--color-text);
--border_size: 1px;
--bottom: 0;
position: relative;
display: inline-flex;
border-bottom: var(--border_size) solid rgba(var(--fh_color), 0);
color: inherit;
--fh_color: var(--color-text);
}
.woocommerce-account .woocommerce .woocommerce-form-login .lost_password a:before,
.woocommerce-account .woocommerce .lost_reset_password .lost_password a:before {
content: "";
position: absolute;
display: block;
bottom: var(--bottom);
width: 0;
height: var(--border_size);
background: rgb(var(--fh_color));
transition: all var(--tspeed);
opacity: 0;
}
.woocommerce-account .woocommerce .woocommerce-form-login .lost_password a:hover, .woocommerce-account .woocommerce .woocommerce-form-login .lost_password a:focus,
.woocommerce-account .woocommerce .lost_reset_password .lost_password a:hover,
.woocommerce-account .woocommerce .lost_reset_password .lost_password a:focus {
color: rgb(var(--fh_color));
border-bottom: var(--border_size) solid rgba(var(--fh_color), 0.4);
}
.woocommerce-account .woocommerce .woocommerce-form-login .lost_password a:hover:before,
.woocommerce-account .woocommerce .lost_reset_password .lost_password a:hover:before {
width: 100%;
opacity: 1;
transition: width var(--tspeed) var(--tspeed) cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
.woocommerce-account .woocommerce .woocommerce-account-login,
.woocommerce-account .woocommerce .lost_reset_password {
height: 100vh;
padding-top: 90px;
}
.woocommerce-account .woocommerce .woocommerce-account-login .form-row,
.woocommerce-account .woocommerce .lost_reset_password .form-row {
margin-top: 30px;
}
.woocommerce-account .woocommerce .lost_reset_password .form-row {
margin-top: 30px;
} .onsale {
position: absolute;
left: 30px;
top: 14px;
display: block;
padding: 4px 11px 4px 9px;
background: rgb(var(--color-primary));
text-transform: lowercase;
font-weight: var(--fw-sbold);
color: rgb(var(--color-secondary));
transform: rotate(90deg);
z-index: 20;
}
.onsale:before {
content: "";
left: 45px;
top: 0;
position: absolute;
display: inline-block;
border: 16px solid rgb(var(--color-primary));
border-right: 8px solid transparent;
z-index: -1;
}
.woocommerce-sorting {
display: flex;
flex-flow: column;
justify-content: space-between;
margin-bottom: 90px;
}
.woocommerce-sorting .woocommerce-ordering {
position: relative;
width: 100%;
}
.woocommerce-sorting .woocommerce-ordering select {
position: relative;
margin-bottom: unset;
-webkit-appearance: none;
}
.woocommerce-sorting .woocommerce-ordering:after {
content: "\f0dd";
font-family: "Font Awesome 6 Free";
font-size: inherit;
position: absolute;
right: 15px;
top: 11px;
display: flex;
align-items: center;
padding-left: 15px;
padding-bottom: 2px;
border-left: 1px solid rgba(var(--color-text), 0.6);
transition: all var(--tspeed);
}
.woocommerce-sorting .woocommerce-ordering:hover:after {
color: rgb(var(--color-secondary));
border-color: rgba(var(--color-text), 1);
}
.woocommerce-shop-wrapper .product {
margin-bottom: 60px;
}
.woocommerce-shop-wrapper .products,
.woocommerce-related-products .products {
display: flex;
flex-wrap: wrap;
list-style: none;
margin: 0 -15px 30px -15px;
padding: 0;
}
.woocommerce-shop-wrapper .product,
.woocommerce-related-products .product {
position: relative;
display: flex;
flex-flow: column;
padding-left: 15px;
padding-right: 15px;
height: auto;
}
.woocommerce-shop-wrapper .product img,
.woocommerce-related-products .product img {
width: 100%;
height: auto;
}
.woocommerce-shop-wrapper .product .woocommerce-product-img-wrapper,
.woocommerce-related-products .product .woocommerce-product-img-wrapper {
position: relative;
overflow: hidden;
margin-bottom: 25px;
}
.woocommerce-shop-wrapper .product .woocommerce-product-img-wrapper:before,
.woocommerce-related-products .product .woocommerce-product-img-wrapper:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgb(var(--color-primary));
opacity: 0;
visibility: hidden;
transition: all var(--tspeed);
}
.woocommerce-shop-wrapper .product .woocommerce-product-img-wrapper:hover:before, .woocommerce-shop-wrapper .product .woocommerce-product-img-wrapper:focus:before,
.woocommerce-related-products .product .woocommerce-product-img-wrapper:hover:before,
.woocommerce-related-products .product .woocommerce-product-img-wrapper:focus:before {
opacity: 0.5;
visibility: visible;
}
.woocommerce-shop-wrapper .product .woocommerce-loop-product__title,
.woocommerce-related-products .product .woocommerce-loop-product__title {
margin-bottom: 10px;
font-size: var(--h4-size);
word-break: break-all;
max-width: calc(100% - 50px);
opacity: 1;
transition: all var(--tspeed);
}
.woocommerce-shop-wrapper .product .woocommerce-loop-product__title:hover,
.woocommerce-related-products .product .woocommerce-loop-product__title:hover {
opacity: 0.7;
}
.woocommerce-shop-wrapper .product .price,
.woocommerce-related-products .product .price {
float: left;
line-height: 1;
font-size: var(--h5-size);
font-weight: var(--fw-sbold);
color: rgb(var(--color-secondary));
}
.woocommerce-shop-wrapper .product .price del,
.woocommerce-related-products .product .price del {
margin-right: 5px;
color: rgb(var(--color-text));
font-size: var(--fs-small);
font-weight: var(--fw-reg);
opacity: 0.8;
}
.woocommerce-shop-wrapper .product .price ins,
.woocommerce-related-products .product .price ins {
text-decoration: none;
}
.woocommerce-shop-wrapper .product .star-rating,
.woocommerce-related-products .product .star-rating {
margin-bottom: 10px;
}
.woocommerce-shop-wrapper .product .add_to_cart_button,
.woocommerce-related-products .product .add_to_cart_button {
margin-top: 0;
}
.woocommerce-shop-wrapper .product .add-to-cart-plus-btn,
.woocommerce-related-products .product .add-to-cart-plus-btn {
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
width: 30px;
height: 30px;
background: rgb(var(--color-primary));
color: rgb(var(--color-secondary));
position: absolute;
bottom: 30px;
right: 15px;
opacity: 1;
}
.woocommerce-shop-wrapper .product .add-to-cart-plus-btn span,
.woocommerce-related-products .product .add-to-cart-plus-btn span {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 2px;
height: 12px;
background: rgb(var(--color-secondary));
}
.woocommerce-shop-wrapper .product .add-to-cart-plus-btn span:before,
.woocommerce-related-products .product .add-to-cart-plus-btn span:before {
content: "";
position: absolute;
display: block;
height: 2px;
width: 12px;
background: rgb(var(--color-secondary));
}
.woocommerce-shop-wrapper .product .add-to-cart-plus-btn span,
.woocommerce-related-products .product .add-to-cart-plus-btn span {
transition: all var(--tspeed);
}
.woocommerce-shop-wrapper .product .add-to-cart-plus-btn:hover, .woocommerce-shop-wrapper .product .add-to-cart-plus-btn:focus,
.woocommerce-related-products .product .add-to-cart-plus-btn:hover,
.woocommerce-related-products .product .add-to-cart-plus-btn:focus {
opacity: 0.8;
}
.woocommerce-shop-wrapper .product .add-to-cart-plus-btn:hover span, .woocommerce-shop-wrapper .product .add-to-cart-plus-btn:focus span,
.woocommerce-related-products .product .add-to-cart-plus-btn:hover span,
.woocommerce-related-products .product .add-to-cart-plus-btn:focus span {
transform: rotate(90deg);
}
.woocommerce-shop-wrapper .product .added_to_cart,
.woocommerce-related-products .product .added_to_cart {
position: absolute;
bottom: 0;
right: 15px;
display: block;
text-align: right;
margin-top: 10px;
font-size: var(--fs-small);
text-transform: lowercase;
}
.woocommerce-shop-wrapper .columns-2 .product .woocommerce-loop-product__title,
.woocommerce-related-products .columns-2 .product .woocommerce-loop-product__title {
font-size: var(--h4-size);
}
.woocommerce-shop-wrapper .columns-4 .product .woocommerce-loop-product__title,
.woocommerce-related-products .columns-4 .product .woocommerce-loop-product__title {
font-size: var(--h6-size);
}
.woocommerce-shop-wrapper .columns-4 .product .price,
.woocommerce-related-products .columns-4 .product .price {
font-size: var(--fs-base);
}
.woocommerce-shop-wrapper .columns-2 .product,
.woocommerce-shop-wrapper .columns-3 .product,
.woocommerce-shop-wrapper .columns-4 .product,
.woocommerce-related-products .columns-2 .product,
.woocommerce-related-products .columns-3 .product,
.woocommerce-related-products .columns-4 .product {
flex: 0 0 100%;
max-width: 100%;
width: 100%;
}
@media (min-width: 576px) {
.woocommerce-sorting {
display: flex;
flex-flow: row;
justify-content: space-between;
}
.woocommerce-sorting .woocommerce-ordering {
max-width: 50%;
padding-left: 20px;
}
.woocommerce-shop-wrapper .columns-2 .product,
.woocommerce-shop-wrapper .columns-3 .product,
.woocommerce-shop-wrapper .columns-4 .product,
.woocommerce-related-products .columns-2 .product,
.woocommerce-related-products .columns-3 .product,
.woocommerce-related-products .columns-4 .product {
flex: 0 0 50%;
max-width: 50%;
}
}
@media (min-width: 992px) {
.woocommerce-sorting .woocommerce-ordering {
max-width: 33.333333%;
}
.woocommerce-shop-wrapper .columns-2 .product,
.woocommerce-related-products .columns-2 .product {
flex: 0 0 50%;
max-width: 50%;
}
.woocommerce-shop-wrapper .columns-3 .product,
.woocommerce-related-products .columns-3 .product {
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.woocommerce-shop-wrapper .columns-4 .product,
.woocommerce-related-products .columns-4 .product {
flex: 0 0 25%;
max-width: 25%;
}
.woocommerce-related-products .products .product {
margin-bottom: unset;
}
} .woocommerce-single-product {
margin-top: 90px;
}
.woocommerce-single-product nav.woocommerce-breadcrumb {
display: none;
}
.woocommerce-single-product .woocommerce-related-products {
background: unset;
}
.woocommerce-single-product .woocommerce-product-gallery {
position: relative;
}
.woocommerce-single-product .woocommerce-product-gallery img {
width: 100%;
height: auto;
}
.woocommerce-single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
position: absolute;
right: 15px;
top: 15px;
font-size: 0;
color: rgb(var(--color-secondary));
z-index: 2;
}
.woocommerce-single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover, .woocommerce-single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:focus {
color: rgb(var(--color-primary));
}
.woocommerce-single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
content: "\f00e";
font-family: "Font Awesome 6 Free";
font-size: 1rem;
}
.woocommerce-single-product .woocommerce-product-gallery ol.flex-control-thumbs {
list-style: none;
display: flex;
flex-wrap: wrap;
margin: 0;
padding: 0;
}
.woocommerce-single-product .woocommerce-product-gallery ol.flex-control-thumbs li {
position: relative;
margin: 15px 15px 0 0;
}
.woocommerce-single-product .woocommerce-product-gallery ol.flex-control-thumbs li img {
opacity: 1;
transition: all var(--tspeed);
}
.woocommerce-single-product .woocommerce-product-gallery ol.flex-control-thumbs li:hover {
cursor: pointer;
}
.woocommerce-single-product .woocommerce-product-gallery ol.flex-control-thumbs li:hover img {
opacity: 0.75;
}
.woocommerce-single-product .summary {
margin-top: 60px;
}
.woocommerce-single-product .summary .product_title {
margin-bottom: 2px;
}
.woocommerce-single-product .summary .woocommerce-product-rating {
margin-bottom: 20px;
font-size: var(--fs-small);
}
.woocommerce-single-product .summary .woocommerce-product-rating .woocommerce-review-link {
--fh_color: var(--color-text);
--border_size: 1px;
--bottom: 0;
position: relative;
display: inline-flex;
border-bottom: var(--border_size) solid rgba(var(--fh_color), 0);
color: inherit;
--fh_color: var(--color-primary);
color: rgb(var(--color-gray-light));
}
.woocommerce-single-product .summary .woocommerce-product-rating .woocommerce-review-link:before {
content: "";
position: absolute;
display: block;
bottom: var(--bottom);
width: 0;
height: var(--border_size);
background: rgb(var(--fh_color));
transition: all var(--tspeed);
opacity: 0;
}
.woocommerce-single-product .summary .woocommerce-product-rating .woocommerce-review-link:hover, .woocommerce-single-product .summary .woocommerce-product-rating .woocommerce-review-link:focus {
color: rgb(var(--fh_color));
border-bottom: var(--border_size) solid rgba(var(--fh_color), 0.4);
}
.woocommerce-single-product .summary .woocommerce-product-rating .woocommerce-review-link:hover:before {
width: 100%;
opacity: 1;
transition: width var(--tspeed) var(--tspeed) cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
.woocommerce-single-product .summary .price {
font-size: var(--h4-size);
font-weight: var(--fw-bold);
color: rgb(var(--color-secondary));
}
.woocommerce-single-product .summary .price del {
margin-right: 5px;
color: rgb(var(--color-text));
font-size: var(--fs-base);
font-weight: var(--fw-reg);
opacity: 0.8;
}
.woocommerce-single-product .summary .price ins {
text-decoration: none;
}
.woocommerce-single-product .summary .woocommerce-product-details__short-description {
margin-bottom: 50px;
}
.woocommerce-single-product .summary .woocommerce-product-details__short-description p {
margin-bottom: 0;
}
.woocommerce-single-product .summary .woocommerce-product-details__short-description .woo-single-short-desc-icon-list {
list-style: none;
margin: 20px 0 0 0;
padding: 0;
}
.woocommerce-single-product .summary .woocommerce-product-details__short-description .woo-single-short-desc-icon-list li {
margin-bottom: 10px;
}
.woocommerce-single-product .summary .woocommerce-product-details__short-description .woo-single-short-desc-icon-list li:last-child {
margin-bottom: unset;
}
.woocommerce-single-product .summary .woocommerce-product-details__short-description .woo-single-short-desc-icon-list i {
margin-right: 5px;
font-size: var(--fs-small);
color: rgb(var(--color-primary));
}
.woocommerce-single-product .summary .cart {
display: flex;
}
.woocommerce-single-product .summary .cart .quantity {
max-width: 75px;
margin-right: 20px;
}
.woocommerce-single-product .summary .cart .quantity input {
margin-bottom: unset;
}
.woocommerce-single-product .summary .cart .single_add_to_cart_button {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0 30px;
height: 50px;
width: 100%;
border: none;
border-radius: 0;
font-weight: var(--fw-sbold);
background: rgb(var(--color-primary));
color: rgb(var(--color-secondary));
box-shadow: 0 0 0 rgb(var(--color-secondary));
transition: all var(--tspeed);
line-height: 1;
}
.woocommerce-single-product .summary .cart .single_add_to_cart_button:hover, .woocommerce-single-product .summary .cart .single_add_to_cart_button:focus {
color: rgb(var(--color-secondary));
box-shadow: 7px 7px 0px rgb(var(--color-secondary));
}
.woocommerce-single-product .summary .cart .single_add_to_cart_button span {
flex-shrink: 1;
}
.woocommerce-single-product .summary .cart.variations_form {
flex-flow: column;
}
.woocommerce-single-product .summary .cart.variations_form .variations {
width: 100%;
}
.woocommerce-single-product .summary .cart.variations_form .variations tbody tr {
display: flex;
flex-flow: column;
}
.woocommerce-single-product .summary .cart.variations_form .variations label {
font-weight: var(--fw-sbold);
color: rgb(var(--color-secondary));
}
.woocommerce-single-product .summary .cart.variations_form .variations .reset_variations {
display: flex !important;
align-items: center;
margin-bottom: 30px;
width: 100%;
color: rgb(var(--color-gray-light));
font-size: var(--fs-small);
text-transform: lowercase;
}
.woocommerce-single-product .summary .cart.variations_form .variations .reset_variations:before {
content: "\f056";
font-family: "Font Awesome 6 Free";
margin-right: 5px;
}
.woocommerce-single-product .summary .cart.variations_form .variations .reset_variations:hover {
color: rgb(var(--color-secondary));
}
.woocommerce-single-product .summary .cart.variations_form .woocommerce-variation-description p {
margin-bottom: 0;
}
.woocommerce-single-product .summary .cart.variations_form .woocommerce-variation-price {
margin: 30px 0;
}
.woocommerce-single-product .summary .cart.variations_form .woocommerce-variation-add-to-cart {
display: flex;
flex-flow: row;
}
.woocommerce-single-product .summary .cart.grouped_form {
flex-flow: column;
}
.woocommerce-single-product .summary .cart.grouped_form .group_table {
margin-bottom: 50px;
}
.woocommerce-single-product .summary .cart.grouped_form .group_table tr {
border-bottom: 1px solid rgb(var(--color-light));
}
.woocommerce-single-product .summary .cart.grouped_form .group_table tr:last-child {
border-bottom: none;
}
.woocommerce-single-product .summary .cart.grouped_form .group_table tr td {
padding: 15px 0;
}
.woocommerce-single-product .summary .cart.grouped_form .woocommerce-grouped-product-list-item__quantity {
margin-right: 30px;
max-width: 75px;
}
.woocommerce-single-product .summary .cart.grouped_form .woocommerce-grouped-product-list-item__quantity .quantity {
max-width: 75px;
margin-right: unset;
}
.woocommerce-single-product .summary .cart.grouped_form .woocommerce-grouped-product-list-item__label {
margin-right: 30px;
font-weight: var(--fw-sbold);
}
.woocommerce-single-product .summary .cart.grouped_form .woocommerce-grouped-product-list-item__label a {
color: rgb(var(--color-secondary));
opacity: 1;
}
.woocommerce-single-product .summary .cart.grouped_form .woocommerce-grouped-product-list-item__label a:hover, .woocommerce-single-product .summary .cart.grouped_form .woocommerce-grouped-product-list-item__label a:focus {
opacity: 0.7;
}
.woocommerce-single-product .summary .product_meta {
display: flex;
flex-flow: column;
margin: 20px 0;
font-size: var(--fs-small);
}
.woocommerce-single-product .summary .product_meta span {
font-weight: var(--fw-sbold);
color: rgb(var(--color-dark));
}
.woocommerce-single-product .summary .product_meta span a,
.woocommerce-single-product .summary .product_meta span p,
.woocommerce-single-product .summary .product_meta span span {
font-weight: var(--fw-reg);
font-style: italic;
color: rgb(var(--color-gray-light));
}
.woocommerce-single-product .summary .product_meta a {
--fh_color: var(--color-text);
--border_size: 1px;
--bottom: 0;
position: relative;
display: inline-flex;
border-bottom: var(--border_size) solid rgba(var(--fh_color), 0);
color: inherit;
--fh_color: var(--color-primary);
}
.woocommerce-single-product .summary .product_meta a:before {
content: "";
position: absolute;
display: block;
bottom: var(--bottom);
width: 0;
height: var(--border_size);
background: rgb(var(--fh_color));
transition: all var(--tspeed);
opacity: 0;
}
.woocommerce-single-product .summary .product_meta a:hover, .woocommerce-single-product .summary .product_meta a:focus {
color: rgb(var(--fh_color));
border-bottom: var(--border_size) solid rgba(var(--fh_color), 0.4);
}
.woocommerce-single-product .summary .product_meta a:hover:before {
width: 100%;
opacity: 1;
transition: width var(--tspeed) var(--tspeed) cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
.woocommerce-single-product .summary .product_meta .posted_in {
margin-top: 2px;
}
.woocommerce-single-product .summary .product_meta .tagged_as {
margin-top: 2px;
}
@media (min-width: 576px) {
.woocommerce-single-product .woocommerce-product-gallery ol.flex-control-thumbs li {
margin: 30px 30px 0 0;
}
}
@media (min-width: 992px) {
.woocommerce-single-product .summary {
margin-top: unset;
padding-left: 40px;
}
}
.pswp .pswp__caption .pswp__caption__center {
text-align: center;
} .woocommerce-single-product .single-product-tabs {
margin: 90px 0 0 0;
padding-bottom: 90px;
background: rgb(var(--color-lighter));
}
.woocommerce-single-product .woocommerce-tabs ul {
list-style: none;
display: flex;
flex-flow: column;
margin: 0 0 35px 0;
padding: 0;
}
.woocommerce-single-product .woocommerce-tabs ul li {
position: relative;
margin-right: 40px;
font-size: var(--h6-size);
font-weight: var(--fw-sbold);
}
.woocommerce-single-product .woocommerce-tabs ul li a {
display: block;
padding: 15px 25px;
color: rgb(var(--color-secondary));
opacity: 0.6;
}
.woocommerce-single-product .woocommerce-tabs ul li a:hover, .woocommerce-single-product .woocommerce-tabs ul li a:focus {
opacity: 1;
}
.woocommerce-single-product .woocommerce-tabs ul li a:before {
content: "";
position: absolute;
top: 0;
left: -15px;
display: block;
width: 5px;
height: 100%;
background: rgb(var(--color-primary));
opacity: 0;
transition: all var(--tspeed);
z-index: 2;
}
.woocommerce-single-product .woocommerce-tabs ul .active a {
opacity: 1;
}
.woocommerce-single-product .woocommerce-tabs ul .active a:before {
content: "";
opacity: 1;
}
.woocommerce-single-product .woocommerce-tabs .woocommerce-Tabs-panel {
padding-left: 25px;
}
.woocommerce-single-product .woocommerce-tabs .woocommerce-Tabs-panel--description h2,
.woocommerce-single-product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information h2 {
display: none;
}
.woocommerce-single-product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information table {
min-width: 350px;
}
.woocommerce-single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title {
display: none;
}
.woocommerce-single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews ol {
list-style: none;
margin: 0;
padding: 0;
overflow: hidden;
}
.woocommerce-single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews ol li {
margin-bottom: 80px;
}
.woocommerce-single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews ol li .comment_container {
position: relative;
display: flex;
flex-flow: column;
}
.woocommerce-single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews ol li .comment_container img {
position: absolute;
top: 5px;
left: 0;
border-radius: 100px;
flex-shrink: 0;
}
.woocommerce-single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews ol li .comment_container .meta,
.woocommerce-single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews ol li .comment_container .star-rating {
position: relative;
left: 90px;
}
.woocommerce-single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews ol li .comment_container .star-rating {
font-size: 11px;
margin-bottom: 10px;
}
.woocommerce-single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews ol li .comment_container .meta {
margin-bottom: 30px;
}
.woocommerce-single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews ol li .comment_container .meta .woocommerce-review__author {
display: block;
font-weight: var(--fw-sbold);
font-size: var(--h6-size);
color: rgb(var(--color-secondary));
}
.woocommerce-single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews ol li .comment_container .meta em,
.woocommerce-single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews ol li .comment_container .meta time,
.woocommerce-single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews ol li .comment_container .meta .woocommerce-review__dash {
font-size: var(--fs-small);
color: rgb(var(--color-gray-light));
}
.woocommerce-single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews ol li .comment_container .description {
padding-bottom: 20px;
border-bottom: 1px solid rgb(var(--color-light));
}
.woocommerce-single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-respond {
margin-bottom: unset;
}
.woocommerce-single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-respond .comment-reply-title {
font-size: var(--h4-size);
margin-bottom: 30px;
}
.woocommerce-single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-respond .comment-form-rating label {
font-weight: var(--fw-sbold);
font-size: var(--fs-small);
color: rgb(var(--color-secondary));
}
.woocommerce-single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-respond .stars {
margin-bottom: 30px;
}
.woocommerce-single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-respond .stars span {
display: flex;
}
.woocommerce-single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-respond .stars a {
position: relative;
font-size: 0;
}
.woocommerce-single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-respond .stars a:before {
content: "\f005";
font-family: "Font Awesome 6 Free";
font-size: 14px;
color: inherit;
}
.woocommerce-single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-respond .stars a {
color: rgb(var(--color-light));
}
.woocommerce-single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-respond .stars.selected a:not(.active):before {
color: rgb(var(--color-dark));
}
.woocommerce-single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-respond .stars.selected a.active:before {
color: rgb(var(--color-dark));
}
.woocommerce-single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-respond .stars a:before,
.woocommerce-single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-respond .stars.selected a.active ~ a:before {
color: rgb(var(--color-light));
}
.woocommerce-single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-respond .comment-form-cookies-consent {
display: flex;
}
.woocommerce-single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-respond .comment-form-cookies-consent input {
position: relative;
top: 5px;
margin-right: 10px;
}
@media (min-width: 576px) {
.woocommerce-single-product .woocommerce-tabs {
border-left: none;
}
.woocommerce-single-product .woocommerce-tabs ul {
flex-flow: row;
}
.woocommerce-single-product .woocommerce-tabs ul li a {
padding: 25px 0;
}
.woocommerce-single-product .woocommerce-tabs ul li a:before {
top: -1px;
left: 0;
width: 100%;
height: 5px;
}
.woocommerce-single-product .woocommerce-tabs .woocommerce-Tabs-panel {
padding-left: 0;
}
}
@media (min-width: 1200px) {
.woocommerce-single-product .woocommerce-Tabs-panel--reviews #reviews {
display: flex;
justify-content: flex-start;
}
.woocommerce-single-product .woocommerce-Tabs-panel--reviews #reviews #comments,
.woocommerce-single-product .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper {
width: 100%;
max-width: 50%;
}
.woocommerce-single-product .woocommerce-Tabs-panel--reviews #reviews #comments {
order: 2;
padding-left: 55px;
max-width: 50%;
}
.woocommerce-single-product .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper {
order: 1;
}
.woocommerce-single-product .woocommerce-Tabs-panel--reviews #reviews .clear {
display: none;
}
.woocommerce-single-product .woocommerce-Tabs-panel--reviews ol li .comment_container {
flex-flow: row;
}
.woocommerce-single-product .woocommerce-Tabs-panel--reviews ol li .comment_container img {
margin-bottom: unset;
margin-right: 30px;
}
.woocommerce-single-product .woocommerce-Tabs-panel--description .col-lg-6,
.woocommerce-single-product .woocommerce-Tabs-panel--additional_information .col-lg-6 {
padding-left: 15px !important;
}
} .woocommerce-related-products {
background: rgb(var(--color-lighter));
}
.woocommerce-related-products .related {
padding-top: 90px;
padding-bottom: 30px;
margin: unset;
}
.woocommerce-related-products .related > h2 {
margin-bottom: 90px;
}
.woocommerce-related-products ul.products {
width: 100%;
margin-left: auto;
margin-right: auto;
margin-bottom: unset;
}
.woocommerce-related-products ul.products .product {
margin-bottom: 60px;
padding: 0;
}
@media (min-width: 768px) {
.woocommerce-related-products ul.products .product:nth-child(odd) {
padding-right: 15px;
}
.woocommerce-related-products ul.products .product:nth-child(even) {
padding-left: 15px;
}
}
@media (min-width: 992px) {
.woocommerce-related-products .related {
padding-bottom: 90px;
}
.woocommerce-related-products ul.products {
margin-left: -15px;
}
.woocommerce-related-products ul.products .product {
margin-bottom: 0;
padding-left: 15px;
padding-right: 15px;
}
} .widget_products ul,
.widget_shopping_cart ul,
.widget_recent_reviews ul,
.widget_top_rated_products ul,
.widget_recently_viewed_products ul {
list-style: none;
margin: 0;
padding: 0;
}
.widget_products ul li,
.widget_shopping_cart ul li,
.widget_recent_reviews ul li,
.widget_top_rated_products ul li,
.widget_recently_viewed_products ul li {
position: relative;
margin-bottom: 30px;
min-height: 70px;
}
.widget_products a:not(.remove),
.widget_shopping_cart a:not(.remove),
.widget_recent_reviews a:not(.remove),
.widget_top_rated_products a:not(.remove),
.widget_recently_viewed_products a:not(.remove) {
display: block;
color: rgb(var(--color-secondary));
font-weight: var(--fw-sbold);
padding-left: 90px;
margin-right: 20px;
}
.widget_products a:not(.remove):hover,
.widget_shopping_cart a:not(.remove):hover,
.widget_recent_reviews a:not(.remove):hover,
.widget_top_rated_products a:not(.remove):hover,
.widget_recently_viewed_products a:not(.remove):hover {
color: rgb(var(--color-primary));
}
.widget_products a:not(.remove) img,
.widget_shopping_cart a:not(.remove) img,
.widget_recent_reviews a:not(.remove) img,
.widget_top_rated_products a:not(.remove) img,
.widget_recently_viewed_products a:not(.remove) img {
position: absolute;
left: 0;
max-width: 70px;
height: auto;
margin-right: 20px;
opacity: 1;
transition: all var(--tspeed);
}
.widget_products a:not(.remove) img:hover,
.widget_shopping_cart a:not(.remove) img:hover,
.widget_recent_reviews a:not(.remove) img:hover,
.widget_top_rated_products a:not(.remove) img:hover,
.widget_recently_viewed_products a:not(.remove) img:hover {
opacity: 0.7;
}
.widget_products .remove,
.widget_shopping_cart .remove,
.widget_recent_reviews .remove,
.widget_top_rated_products .remove,
.widget_recently_viewed_products .remove {
position: absolute;
top: 0;
right: 0;
line-height: 1;
}
.widget_products .star-rating,
.widget_shopping_cart .star-rating,
.widget_recent_reviews .star-rating,
.widget_top_rated_products .star-rating,
.widget_recently_viewed_products .star-rating {
margin: 5px 20px 0 90px;
}
.widget_products .reviewer,
.widget_shopping_cart .reviewer,
.widget_recent_reviews .reviewer,
.widget_top_rated_products .reviewer,
.widget_recently_viewed_products .reviewer {
display: none;
}
.widget_products .quantity,
.widget_products del,
.widget_products ins,
.widget_shopping_cart .quantity,
.widget_shopping_cart del,
.widget_shopping_cart ins,
.widget_recent_reviews .quantity,
.widget_recent_reviews del,
.widget_recent_reviews ins,
.widget_top_rated_products .quantity,
.widget_top_rated_products del,
.widget_top_rated_products ins,
.widget_recently_viewed_products .quantity,
.widget_recently_viewed_products del,
.widget_recently_viewed_products ins {
position: relative;
display: block;
top: -10px;
margin: 15px 20px 0 90px;
}
.widget_products .quantity .amount,
.widget_products del .amount,
.widget_products ins .amount,
.widget_shopping_cart .quantity .amount,
.widget_shopping_cart del .amount,
.widget_shopping_cart ins .amount,
.widget_recent_reviews .quantity .amount,
.widget_recent_reviews del .amount,
.widget_recent_reviews ins .amount,
.widget_top_rated_products .quantity .amount,
.widget_top_rated_products del .amount,
.widget_top_rated_products ins .amount,
.widget_recently_viewed_products .quantity .amount,
.widget_recently_viewed_products del .amount,
.widget_recently_viewed_products ins .amount {
color: rgb(var(--color-text));
}
.widget_products li > .amount,
.widget_shopping_cart li > .amount,
.widget_recent_reviews li > .amount,
.widget_top_rated_products li > .amount,
.widget_recently_viewed_products li > .amount {
display: block;
margin: 5px 20px 0 90px;
}
.widget_products del,
.widget_products ins,
.widget_shopping_cart del,
.widget_shopping_cart ins,
.widget_recent_reviews del,
.widget_recent_reviews ins,
.widget_top_rated_products del,
.widget_top_rated_products ins,
.widget_recently_viewed_products del,
.widget_recently_viewed_products ins {
top: 0;
margin-top: 0;
}
.widget_products del,
.widget_shopping_cart del,
.widget_recent_reviews del,
.widget_top_rated_products del,
.widget_recently_viewed_products del {
margin-top: 5px;
opacity: 0.75;
}
.widget_products ins,
.widget_shopping_cart ins,
.widget_recent_reviews ins,
.widget_top_rated_products ins,
.widget_recently_viewed_products ins {
text-decoration: none;
color: rgb(var(--color-text));
}
.widget_products .total,
.widget_shopping_cart .total,
.widget_recent_reviews .total,
.widget_top_rated_products .total,
.widget_recently_viewed_products .total {
margin-bottom: 15px;
color: rgb(var(--color-text));
opacity: 1;
}
.widget_products .total strong,
.widget_shopping_cart .total strong,
.widget_recent_reviews .total strong,
.widget_top_rated_products .total strong,
.widget_recently_viewed_products .total strong {
color: rgb(var(--color-secondary));
}
.widget_products .total .amount span,
.widget_shopping_cart .total .amount span,
.widget_recent_reviews .total .amount span,
.widget_top_rated_products .total .amount span,
.widget_recently_viewed_products .total .amount span {
margin-left: 5px;
}
.widget_products .woocommerce-mini-cart__buttons,
.widget_shopping_cart .woocommerce-mini-cart__buttons,
.widget_recent_reviews .woocommerce-mini-cart__buttons,
.widget_top_rated_products .woocommerce-mini-cart__buttons,
.widget_recently_viewed_products .woocommerce-mini-cart__buttons {
display: flex;
justify-content: space-between;
border-top: 1px solid rgb(var(--color-light));
padding-top: 20px;
}
.widget_products .woocommerce-mini-cart__buttons .button,
.widget_shopping_cart .woocommerce-mini-cart__buttons .button,
.widget_recent_reviews .woocommerce-mini-cart__buttons .button,
.widget_top_rated_products .woocommerce-mini-cart__buttons .button,
.widget_recently_viewed_products .woocommerce-mini-cart__buttons .button {
margin: unset;
padding: unset;
background: none;
color: rgb(var(--color-secondary));
font-size: inherit;
}
.widget_products .woocommerce-mini-cart__buttons .button:hover, .widget_products .woocommerce-mini-cart__buttons .button:focus,
.widget_shopping_cart .woocommerce-mini-cart__buttons .button:hover,
.widget_shopping_cart .woocommerce-mini-cart__buttons .button:focus,
.widget_recent_reviews .woocommerce-mini-cart__buttons .button:hover,
.widget_recent_reviews .woocommerce-mini-cart__buttons .button:focus,
.widget_top_rated_products .woocommerce-mini-cart__buttons .button:hover,
.widget_top_rated_products .woocommerce-mini-cart__buttons .button:focus,
.widget_recently_viewed_products .woocommerce-mini-cart__buttons .button:hover,
.widget_recently_viewed_products .woocommerce-mini-cart__buttons .button:focus {
background: none;
color: rgb(var(--color-primary));
}  .widget_archive ul, .widget_product_categories ul,
ul.wp-block-archives {
list-style: none;
margin: 0;
padding: 0;
}
.widget_archive ul > li, .widget_product_categories ul > li,
ul.wp-block-archives > li {
display: flex;
align-items: center;
flex-wrap: wrap;
margin-bottom: 10px;
transition: opacity var(--tspeed);
}
.widget_archive ul > li:last-child, .widget_product_categories ul > li:last-child,
ul.wp-block-archives > li:last-child {
margin-bottom: unset;
}
.widget_archive ul > li a, .widget_product_categories ul > li a,
ul.wp-block-archives > li a {
--fh_color: var(--color-text);
--border_size: 1px;
--bottom: 0;
position: relative;
display: inline-flex;
border-bottom: var(--border_size) solid rgba(var(--fh_color), 0);
color: inherit;
--fh_color: var(--color-link);
text-decoration: none;
}
.widget_archive ul > li a:before, .widget_product_categories ul > li a:before,
ul.wp-block-archives > li a:before {
content: "";
position: absolute;
display: block;
bottom: var(--bottom);
width: 0;
height: var(--border_size);
background: rgb(var(--fh_color));
transition: all var(--tspeed);
opacity: 0;
}
.widget_archive ul > li a:hover, .widget_product_categories ul > li a:hover, .widget_archive ul > li a:focus, .widget_product_categories ul > li a:focus,
ul.wp-block-archives > li a:hover,
ul.wp-block-archives > li a:focus {
color: rgb(var(--fh_color));
border-bottom: var(--border_size) solid rgba(var(--fh_color), 0.4);
}
.widget_archive ul > li a:hover:before, .widget_product_categories ul > li a:hover:before,
ul.wp-block-archives > li a:hover:before {
width: 100%;
opacity: 1;
transition: width var(--tspeed) var(--tspeed) cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
.widget_archive ul select, .widget_product_categories ul select,
ul.wp-block-archives select {
display: block;
width: 100%;
} .widget_price_filter form .price_slider {
position: relative;
height: 6px;
background: rgb(var(--color-light));
cursor: pointer;
}
.widget_price_filter form .price_slider .ui-slider-range {
position: absolute;
top: 0;
display: block;
height: 100%;
background: rgb(var(--color-primary));
z-index: 1;
transition: all var(--tspeed);
}
.widget_price_filter form .price_slider .ui-slider-handle {
position: absolute;
margin-top: -4px;
top: auto;
display: block;
width: 15px;
height: 15px;
background: rgb(var(--color-primary));
z-index: 2;
transition: all var(--tspeed);
}
.widget_price_filter form .price_slider .ui-slider-handle:hover {
background: rgb(var(--color-secondary));
}
.widget_price_filter form .button {
padding: unset;
background: unset;
color: rgb(var(--color-secondary));
font-size: inherit;
}
.widget_price_filter form .button:hover, .widget_price_filter form .button:focus {
background: unset;
color: rgb(var(--color-primary));
}
.widget_price_filter form .price_label {
margin-top: 15px;
float: right;
color: rgb(var(--color-text));
} .widget_product_search form {
position: relative;
}
.widget_product_search form input[type=search] {
width: 100%;
}
.widget_product_search form button {
position: absolute;
top: 0;
right: 0;
padding: 0 15px;
height: 50px;
font-size: 0;
border: none;
background: none;
}
.widget_product_search form button:before {
content: "\f002";
font-family: "Font Awesome 6 Free";
font-size: 1rem;
color: rgb(var(--color-text));
transition: all var(--tspeed);
z-index: 10;
}
.widget_product_search form button:hover:before {
color: rgb(var(--color-secondary));
}.BorlabsCookie *{box-sizing:border-box}.BorlabsCookie *::before,.BorlabsCookie *::after{box-sizing:inherit}.BorlabsCookie * div,.BorlabsCookie * span,.BorlabsCookie * h1,.BorlabsCookie * h2,.BorlabsCookie * h3,.BorlabsCookie * h4,.BorlabsCookie * h5,.BorlabsCookie * h6,.BorlabsCookie * p,.BorlabsCookie * a,.BorlabsCookie * em,.BorlabsCookie * img,.BorlabsCookie * small,.BorlabsCookie * strike,.BorlabsCookie * strong,.BorlabsCookie * sub,.BorlabsCookie * sup,.BorlabsCookie * b,.BorlabsCookie * u,.BorlabsCookie * i,.BorlabsCookie * center,.BorlabsCookie * ol,.BorlabsCookie * ul,.BorlabsCookie * li,.BorlabsCookie * fieldset,.BorlabsCookie * form,.BorlabsCookie * label,.BorlabsCookie * legend{margin:0;padding:0;border:0;color:inherit;vertical-align:baseline;font-family:inherit;font-size:inherit;font-style:initial;font-weight:initial;letter-spacing:initial;line-height:initial;text-decoration:initial;text-transform:initial;word-spacing:initial}.borlabs-hide{display:none}.borlabs-position-fix{position:initial !important;transform:unset !important}._brlbs-btn-cookie-preference{display:inline-block;font-family:inherit;font-size:inherit;padding:.5em 1em;text-decoration:none;transition:background-color 125ms linear}.BorlabsCookie ._brlbs-cursor{cursor:pointer}.BorlabsCookie .text-left{text-align:left !important}.BorlabsCookie .text-center{text-align:center !important}.BorlabsCookie .text-right{text-align:right !important}.BorlabsCookie table._brlbs th{text-align:left}.BorlabsCookie table._brlbs td,.BorlabsCookie table._brlbs th{padding:.3rem}.BorlabsCookie ._brlbs-responsive-table{min-height:.01%;overflow:auto}.BorlabsCookie label._brlbs-focused{outline:Highlight;outline-color:-webkit-focus-ring-color;outline-style:solid;outline-width:2px}.BorlabsCookie .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.BorlabsCookie .sr-only-focusable:active,.BorlabsCookie .sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.BorlabsCookie .container,.BorlabsCookie .container-fluid,.BorlabsCookie .container-xl,.BorlabsCookie .container-lg,.BorlabsCookie .container-md,.BorlabsCookie .container-sm{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width: 576px){.BorlabsCookie .container-sm,.BorlabsCookie .container{max-width:540px}}@media(min-width: 768px){.BorlabsCookie .container-md,.BorlabsCookie .container-sm,.BorlabsCookie .container{max-width:720px}}@media(min-width: 992px){.BorlabsCookie .container-lg,.BorlabsCookie .container-md,.BorlabsCookie .container-sm,.BorlabsCookie .container{max-width:960px}}@media(min-width: 1200px){.BorlabsCookie .container-xl,.BorlabsCookie .container-lg,.BorlabsCookie .container-md,.BorlabsCookie .container-sm,.BorlabsCookie .container{max-width:1140px}}.BorlabsCookie .row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.BorlabsCookie .no-gutters{margin-right:0;margin-left:0}.BorlabsCookie .no-gutters>.col,.BorlabsCookie .no-gutters>[class*=col-]{padding-right:0;padding-left:0}.BorlabsCookie .col-xl,.BorlabsCookie .col-xl-12,.BorlabsCookie .col-xl-11,.BorlabsCookie .col-xl-10,.BorlabsCookie .col-xl-9,.BorlabsCookie .col-xl-8,.BorlabsCookie .col-xl-7,.BorlabsCookie .col-xl-6,.BorlabsCookie .col-xl-5,.BorlabsCookie .col-xl-4,.BorlabsCookie .col-xl-3,.BorlabsCookie .col-xl-2,.BorlabsCookie .col-xl-1,.BorlabsCookie .col-lg,.BorlabsCookie .col-lg-12,.BorlabsCookie .col-lg-11,.BorlabsCookie .col-lg-10,.BorlabsCookie .col-lg-9,.BorlabsCookie .col-lg-8,.BorlabsCookie .col-lg-7,.BorlabsCookie .col-lg-6,.BorlabsCookie .col-lg-5,.BorlabsCookie .col-lg-4,.BorlabsCookie .col-lg-3,.BorlabsCookie .col-lg-2,.BorlabsCookie .col-lg-1,.BorlabsCookie .col-md,.BorlabsCookie .col-md-12,.BorlabsCookie .col-md-11,.BorlabsCookie .col-md-10,.BorlabsCookie .col-md-9,.BorlabsCookie .col-md-8,.BorlabsCookie .col-md-7,.BorlabsCookie .col-md-6,.BorlabsCookie .col-md-5,.BorlabsCookie .col-md-4,.BorlabsCookie .col-md-3,.BorlabsCookie .col-md-2,.BorlabsCookie .col-md-1,.BorlabsCookie .col-sm,.BorlabsCookie .col-sm-12,.BorlabsCookie .col-sm-11,.BorlabsCookie .col-sm-10,.BorlabsCookie .col-sm-9,.BorlabsCookie .col-sm-8,.BorlabsCookie .col-sm-7,.BorlabsCookie .col-sm-6,.BorlabsCookie .col-sm-5,.BorlabsCookie .col-sm-4,.BorlabsCookie .col-sm-3,.BorlabsCookie .col-sm-2,.BorlabsCookie .col-sm-1,.BorlabsCookie .col,.BorlabsCookie .col-12,.BorlabsCookie .col-11,.BorlabsCookie .col-10,.BorlabsCookie .col-9,.BorlabsCookie .col-8,.BorlabsCookie .col-7,.BorlabsCookie .col-6,.BorlabsCookie .col-5,.BorlabsCookie .col-4,.BorlabsCookie .col-3,.BorlabsCookie .col-2,.BorlabsCookie .col-1{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.BorlabsCookie .col{flex-basis:0;flex-grow:1;max-width:100%}.BorlabsCookie .col-1{flex:0 0 8.33333333%;max-width:8.33333333%}.BorlabsCookie .col-2{flex:0 0 16.66666667%;max-width:16.66666667%}.BorlabsCookie .col-3{flex:0 0 25%;max-width:25%}.BorlabsCookie .col-4{flex:0 0 33.33333333%;max-width:33.33333333%}.BorlabsCookie .col-5{flex:0 0 41.66666667%;max-width:41.66666667%}.BorlabsCookie .col-6{flex:0 0 50%;max-width:50%}.BorlabsCookie .col-7{flex:0 0 58.33333333%;max-width:58.33333333%}.BorlabsCookie .col-8{flex:0 0 66.66666667%;max-width:66.66666667%}.BorlabsCookie .col-9{flex:0 0 75%;max-width:75%}.BorlabsCookie .col-10{flex:0 0 83.33333333%;max-width:83.33333333%}.BorlabsCookie .col-11{flex:0 0 91.66666667%;max-width:91.66666667%}.BorlabsCookie .col-12{flex:0 0 100%;max-width:100%}@media(min-width: 576px){.BorlabsCookie .col-sm{flex-basis:0;flex-grow:1;max-width:100%}.BorlabsCookie .col-sm-1{flex:0 0 8.33333333%;max-width:8.33333333%}.BorlabsCookie .col-sm-2{flex:0 0 16.66666667%;max-width:16.66666667%}.BorlabsCookie .col-sm-3{flex:0 0 25%;max-width:25%}.BorlabsCookie .col-sm-4{flex:0 0 33.33333333%;max-width:33.33333333%}.BorlabsCookie .col-sm-5{flex:0 0 41.66666667%;max-width:41.66666667%}.BorlabsCookie .col-sm-6{flex:0 0 50%;max-width:50%}.BorlabsCookie .col-sm-7{flex:0 0 58.33333333%;max-width:58.33333333%}.BorlabsCookie .col-sm-8{flex:0 0 66.66666667%;max-width:66.66666667%}.BorlabsCookie .col-sm-9{flex:0 0 75%;max-width:75%}.BorlabsCookie .col-sm-10{flex:0 0 83.33333333%;max-width:83.33333333%}.BorlabsCookie .col-sm-11{flex:0 0 91.66666667%;max-width:91.66666667%}.BorlabsCookie .col-sm-12{flex:0 0 100%;max-width:100%}}@media(min-width: 768px){.BorlabsCookie .col-md{flex-basis:0;flex-grow:1;max-width:100%}.BorlabsCookie .col-md-1{flex:0 0 8.33333333%;max-width:8.33333333%}.BorlabsCookie .col-md-2{flex:0 0 16.66666667%;max-width:16.66666667%}.BorlabsCookie .col-md-3{flex:0 0 25%;max-width:25%}.BorlabsCookie .col-md-4{flex:0 0 33.33333333%;max-width:33.33333333%}.BorlabsCookie .col-md-5{flex:0 0 41.66666667%;max-width:41.66666667%}.BorlabsCookie .col-md-6{flex:0 0 50%;max-width:50%}.BorlabsCookie .col-md-7{flex:0 0 58.33333333%;max-width:58.33333333%}.BorlabsCookie .col-md-8{flex:0 0 66.66666667%;max-width:66.66666667%}.BorlabsCookie .col-md-9{flex:0 0 75%;max-width:75%}.BorlabsCookie .col-md-10{flex:0 0 83.33333333%;max-width:83.33333333%}.BorlabsCookie .col-md-11{flex:0 0 91.66666667%;max-width:91.66666667%}.BorlabsCookie .col-md-12{flex:0 0 100%;max-width:100%}}@media(min-width: 992px){.BorlabsCookie .col-lg{flex-basis:0;flex-grow:1;max-width:100%}.BorlabsCookie .col-lg-1{flex:0 0 8.33333333%;max-width:8.33333333%}.BorlabsCookie .col-lg-2{flex:0 0 16.66666667%;max-width:16.66666667%}.BorlabsCookie .col-lg-3{flex:0 0 25%;max-width:25%}.BorlabsCookie .col-lg-4{flex:0 0 33.33333333%;max-width:33.33333333%}.BorlabsCookie .col-lg-5{flex:0 0 41.66666667%;max-width:41.66666667%}.BorlabsCookie .col-lg-6{flex:0 0 50%;max-width:50%}.BorlabsCookie .col-lg-7{flex:0 0 58.33333333%;max-width:58.33333333%}.BorlabsCookie .col-lg-8{flex:0 0 66.66666667%;max-width:66.66666667%}.BorlabsCookie .col-lg-9{flex:0 0 75%;max-width:75%}.BorlabsCookie .col-lg-10{flex:0 0 83.33333333%;max-width:83.33333333%}.BorlabsCookie .col-lg-11{flex:0 0 91.66666667%;max-width:91.66666667%}.BorlabsCookie .col-lg-12{flex:0 0 100%;max-width:100%}}@media(min-width: 1200px){.BorlabsCookie .col-xl{flex-basis:0;flex-grow:1;max-width:100%}.BorlabsCookie .col-xl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.BorlabsCookie .col-xl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.BorlabsCookie .col-xl-3{flex:0 0 25%;max-width:25%}.BorlabsCookie .col-xl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.BorlabsCookie .col-xl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.BorlabsCookie .col-xl-6{flex:0 0 50%;max-width:50%}.BorlabsCookie .col-xl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.BorlabsCookie .col-xl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.BorlabsCookie .col-xl-9{flex:0 0 75%;max-width:75%}.BorlabsCookie .col-xl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.BorlabsCookie .col-xl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.BorlabsCookie .col-xl-12{flex:0 0 100%;max-width:100%}}.BorlabsCookie .d-block{display:block !important}.BorlabsCookie .d-flex{display:flex !important}@media(min-width: 576px){.BorlabsCookie .d-sm-block{display:block !important}.BorlabsCookie .d-sm-flex{display:flex !important}}@media(min-width: 768px){.BorlabsCookie .d-md-block{display:block !important}.BorlabsCookie .d-md-flex{display:flex !important}}@media(min-width: 992px){.BorlabsCookie .d-lg-block{display:block !important}.BorlabsCookie .d-lg-flex{display:flex !important}}@media(min-width: 1200px){.BorlabsCookie .d-xl-block{display:block !important}.BorlabsCookie .d-xl-flex{display:flex !important}}.BorlabsCookie .flex-row{flex-direction:row !important}.BorlabsCookie .flex-fill{flex:1 1 auto !important}.BorlabsCookie .justify-content-between{justify-content:space-between !important}.BorlabsCookie .align-items-start{align-items:flex-start !important}.BorlabsCookie .align-items-end{align-items:flex-end !important}.BorlabsCookie .align-items-center{align-items:center !important}.BorlabsCookie .align-items-baseline{align-items:baseline !important}.BorlabsCookie .align-items-stretch{align-items:stretch !important}@media(min-width: 576px){.BorlabsCookie .flex-sm-row{flex-direction:row !important}.BorlabsCookie .flex-sm-fill{flex:1 1 auto !important}.BorlabsCookie .justify-content-sm-between{justify-content:space-between !important}.BorlabsCookie .align-items-sm-start{align-items:flex-start !important}.BorlabsCookie .align-items-sm-end{align-items:flex-end !important}.BorlabsCookie .align-items-sm-center{align-items:center !important}.BorlabsCookie .align-items-sm-baseline{align-items:baseline !important}.BorlabsCookie .align-items-sm-stretch{align-items:stretch !important}}@media(min-width: 768px){.BorlabsCookie .flex-md-row{flex-direction:row !important}.BorlabsCookie .flex-md-fill{flex:1 1 auto !important}.BorlabsCookie .justify-content-md-between{justify-content:space-between !important}.BorlabsCookie .align-items-md-start{align-items:flex-start !important}.BorlabsCookie .align-items-md-end{align-items:flex-end !important}.BorlabsCookie .align-items-md-center{align-items:center !important}.BorlabsCookie .align-items-md-baseline{align-items:baseline !important}.BorlabsCookie .align-items-md-stretch{align-items:stretch !important}}@media(min-width: 992px){.BorlabsCookie .flex-lg-row{flex-direction:row !important}.BorlabsCookie .flex-lg-fill{flex:1 1 auto !important}.BorlabsCookie .justify-content-lg-between{justify-content:space-between !important}.BorlabsCookie .align-items-lg-start{align-items:flex-start !important}.BorlabsCookie .align-items-lg-end{align-items:flex-end !important}.BorlabsCookie .align-items-lg-center{align-items:center !important}.BorlabsCookie .align-items-lg-baseline{align-items:baseline !important}.BorlabsCookie .align-items-lg-stretch{align-items:stretch !important}}@media(min-width: 1200px){.BorlabsCookie .flex-xl-row{flex-direction:row !important}.BorlabsCookie .flex-xl-fill{flex:1 1 auto !important}.BorlabsCookie .justify-content-xl-between{justify-content:space-between !important}.BorlabsCookie .align-items-xl-start{align-items:flex-start !important}.BorlabsCookie .align-items-xl-end{align-items:flex-end !important}.BorlabsCookie .align-items-xl-center{align-items:center !important}.BorlabsCookie .align-items-xl-baseline{align-items:baseline !important}.BorlabsCookie .align-items-xl-stretch{align-items:stretch !important}}.BorlabsCookie .w-25{width:25% !important}.BorlabsCookie .w-50{width:50% !important}.BorlabsCookie .w-75{width:75% !important}.BorlabsCookie .w-100{width:100% !important}.BorlabsCookie .w-auto{width:auto !important}.BorlabsCookie .h-25{height:25% !important}.BorlabsCookie .h-50{height:50% !important}.BorlabsCookie .h-75{height:75% !important}.BorlabsCookie .h-100{height:100% !important}.BorlabsCookie .h-auto{height:auto !important}.BorlabsCookie .mw-100{max-width:100% !important}.BorlabsCookie .mh-100{max-height:100% !important}.BorlabsCookie .min-vw-100{min-width:100vw !important}.BorlabsCookie .min-vh-100{min-height:100vh !important}.BorlabsCookie .vw-100{width:100vw !important}.BorlabsCookie .vh-100{height:100vh !important}.BorlabsCookie ._brlbs-animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.BorlabsCookie ._brlbs-animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.BorlabsCookie ._brlbs-animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.BorlabsCookie ._brlbs-animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.BorlabsCookie ._brlbs-animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.BorlabsCookie ._brlbs-animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.BorlabsCookie ._brlbs-animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.BorlabsCookie ._brlbs-animated.fast{-webkit-animation-duration:800ms;animation-duration:800ms}.BorlabsCookie ._brlbs-animated.faster{-webkit-animation-duration:500ms;animation-duration:500ms}.BorlabsCookie ._brlbs-animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.BorlabsCookie ._brlbs-animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media(print), (prefers-reduced-motion: reduce){.BorlabsCookie ._brlbs-animated{-webkit-animation-duration:1ms !important;animation-duration:1ms !important;transition-duration:1ms !important;-webkit-animation-iteration-count:1 !important;animation-iteration-count:1 !important}}.BorlabsCookie._brlbs-switch-consent{align-items:center;display:flex;font-size:inherit}.BorlabsCookie._brlbs-switch-consent ._brlbs-btn-switch--textRight{margin-right:2em}.BorlabsCookie ._brlbs-title{display:inline-block;vertical-align:middle;margin-bottom:0}.BorlabsCookie ._brlbs-title::before{content:"|";display:inline-block;margin:0 .25rem 0 0}.BorlabsCookie ._brlbs-checkbox{color:inherit;cursor:pointer;display:block;padding-left:2em;position:relative}.BorlabsCookie ._brlbs-checkbox input{position:absolute;opacity:0 !important;width:auto;z-index:-1}.BorlabsCookie ._brlbs-checkbox input:checked~._brlbs-checkbox-indicator::after{opacity:1}.BorlabsCookie ._brlbs-checkbox input:disabled~._brlbs-checkbox-indicator::after{opacity:1}.BorlabsCookie ._brlbs-checkbox ._brlbs-checkbox-indicator{border-style:solid;border-width:2px;padding:0 !important;position:absolute;left:0;top:0;height:20px;width:20px;transition:.25s}.BorlabsCookie ._brlbs-checkbox ._brlbs-checkbox-indicator::after{content:"";border-style:solid;border-width:0 2px 2px 0;border-radius:1px;position:absolute;left:5px;top:1px;height:11px;width:6px;transform:rotate(45deg);opacity:0}.BorlabsCookie ._brlbs-btn-switch{position:relative;display:inline-block;margin:0;width:50px;height:26px;vertical-align:middle}.BorlabsCookie ._brlbs-btn-switch input{opacity:0;width:0;height:0}.BorlabsCookie ._brlbs-btn-switch input:checked+._brlbs-slider{background-color:#2295f3}.BorlabsCookie ._brlbs-btn-switch input:checked+._brlbs-slider:before{transform:translateX(24px)}.BorlabsCookie ._brlbs-btn-switch ._brlbs-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#bbc0c7;transition:.4s}.BorlabsCookie ._brlbs-btn-switch ._brlbs-slider::before{position:absolute;content:"";height:18px;width:18px;left:4px;bottom:4px;background-color:#fff;transition:.4s}.BorlabsCookie ._brlbs-btn-switch-status{position:absolute;top:50%;right:calc(100% + 6px);transform:translateY(-50%)}.BorlabsCookie ._brlbs-btn-switch--textRight ._brlbs-btn-switch-status{right:auto;left:calc(100% + 6px)}.BorlabsCookie ._brlbs-btn-switch-status::before{content:attr(data-inactive);white-space:nowrap}.BorlabsCookie ._brlbs-btn-switch>input:checked~._brlbs-btn-switch-status::before{content:attr(data-active)}#BorlabsCookieBox a{font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit;word-spacing:inherit}#BorlabsCookieBox a:focus{outline:Highlight !important;outline-color:-webkit-focus-ring-color !important;outline-style:solid !important;outline-width:2px !important}#BorlabsCookieBox:not(._brlbs-keyboard) a:focus{outline:0 !important}#BorlabsCookieBox ._brlbs-animated{visibility:visible}#BorlabsCookieBox .container{background:inherit;display:block;float:none;padding-left:15px;padding-right:15px;margin-left:auto;margin-right:auto;min-height:auto;position:inherit}#BorlabsCookieBox ._brlbs-bar .container{overflow:auto !important;width:100% !important;max-width:none !important;margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}#BorlabsCookieBox ._brlbs-box .container{overflow:auto !important;width:auto !important}#BorlabsCookieBox .container::before{display:initial}#BorlabsCookieBox .container::after{content:" ";display:block;height:2px}#BorlabsCookieBox .container .row{background:inherit;color:inherit;display:flex;min-width:1px;pointer-events:inherit;width:auto;max-width:none}#BorlabsCookieBox .container .row.no-gutters{margin-left:0;margin-right:0}#BorlabsCookieBox .container .row::before,#BorlabsCookieBox .container .row::after{display:initial}#BorlabsCookieBox .bcac-item{margin:.5em 0;padding:.5em}#BorlabsCookieBox .bcac-item ._brlbs-h4{font-size:1.25em;margin:0 0 .25em 0}#BorlabsCookieBox .bcac-item p{font-size:.875em}#BorlabsCookieBox .bcac-item p,#BorlabsCookieBox .bcac-item span{color:inherit}#BorlabsCookieBox>div{display:none}#BorlabsCookieBox>div.show-cookie-box{display:flex}#BorlabsCookieBox>div:not(._brlbs-block-content){position:absolute;width:100%;z-index:999999}#BorlabsCookieBox>div:not(._brlbs-block-content).top-left{top:0}#BorlabsCookieBox>div:not(._brlbs-block-content).top-center{top:0}#BorlabsCookieBox>div:not(._brlbs-block-content).top-right{top:0}#BorlabsCookieBox>div:not(._brlbs-block-content).middle-left{top:50%}#BorlabsCookieBox>div:not(._brlbs-block-content).middle-center{top:50%}#BorlabsCookieBox>div:not(._brlbs-block-content).middle-right{top:50%}#BorlabsCookieBox>div:not(._brlbs-block-content).bottom-left{bottom:0}#BorlabsCookieBox>div:not(._brlbs-block-content).bottom-center{bottom:0}#BorlabsCookieBox>div:not(._brlbs-block-content).bottom-right{bottom:0}#BorlabsCookieBox h3,#BorlabsCookieBox ._brlbs-h3{background:inherit;color:inherit;font-family:inherit;font-size:1.625em;line-height:1.125em;word-break:break-all}#BorlabsCookieBox ul{display:flex;flex-flow:wrap;justify-content:center;list-style:none;margin:.9375em 0;padding:0}#BorlabsCookieBox ul li{color:inherit;font-family:inherit;font-size:1em;line-height:1.25em;list-style:none;margin:0 .9375em .375em 0}#BorlabsCookieBox ul li:last-child{margin:0}#BorlabsCookieBox ul li::before{content:"●";margin:0 4px 0 0}#BorlabsCookieBox p{color:inherit;font-family:inherit;font-size:1em;line-height:1.4em;margin:.9375em 0}#BorlabsCookieBox p:last-child{margin:0}#BorlabsCookieBox p ._brlbs-paragraph:last-child{margin-bottom:0}#BorlabsCookieBox ._brlbs-flex-center{display:flex;align-items:center;justify-content:center}#BorlabsCookieBox ._brlbs-flex-center p{margin-bottom:0}#BorlabsCookieBox ._brlbs-flex-left{display:flex;align-items:center;justify-content:left;margin:0 0 .9375em 0}#BorlabsCookieBox ._brlbs-actions{display:inline}#BorlabsCookieBox ._brlbs-accept{font-family:inherit;text-align:center}#BorlabsCookieBox ._brlbs-block-content{background:rgba(0,0,0,0);left:0;position:fixed;height:100%;top:0;width:100%;z-index:999999}#BorlabsCookieBox ._brlbs-block-content._brlbs-bg-animation{transition:background-color 250ms linear}#BorlabsCookieBox ._brlbs-block-content._brlbs-bg-dark{background:rgba(0,0,0,.6)}#BorlabsCookieBox ._brlbs-branding{font-family:inherit;font-size:.75em;margin:0}#BorlabsCookieBox ._brlbs-branding a{text-decoration:none}#BorlabsCookieBox ._brlbs-branding img{display:inline-block;max-height:16px;max-width:16px;vertical-align:middle}#BorlabsCookieBox ._brlbs-btn{display:inline-block;font-family:inherit;font-size:1.25em;padding:.75em 2em;text-decoration:none;transition:background-color 125ms linear}#BorlabsCookieBox ._brlbs-paragraph{display:block;margin-bottom:.6em}#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-technology{display:inline}#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-personal-data{display:inline}#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-more-information{display:inline}#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-no-commitment{display:inline}#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-revoke{display:inline}#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-individual-settings{display:inline}#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-non-eu-data-transfer{margin-top:.6em}#BorlabsCookieBox .cookie-logo{height:auto;max-width:48px;padding:0 8px 0 0;vertical-align:middle;width:100%}#BorlabsCookieBox ._brlbs-legal{font-family:inherit;font-size:.75em;text-align:center}#BorlabsCookieBox ._brlbs-manage{font-family:inherit;font-size:.75em;text-align:center}#BorlabsCookieBox ._brlbs-refuse{font-family:inherit;font-size:.75em;text-align:center}#BorlabsCookieBox ._brlbs-refuse a{color:inherit}#BorlabsCookieBox ._brlbs-manage-btn{font-family:inherit;text-align:center}#BorlabsCookieBox ._brlbs-manage-btn a{font-size:1.25em;color:inherit}#BorlabsCookieBox ._brlbs-manage-btn a:hover{color:inherit}#BorlabsCookieBox ._brlbs-refuse-btn{font-family:inherit;text-align:center}#BorlabsCookieBox ._brlbs-refuse-btn a{font-size:1.25em;color:inherit}#BorlabsCookieBox ._brlbs-refuse-btn a:hover{color:inherit}#BorlabsCookieBox .top-left{align-items:flex-start;justify-content:flex-start}#BorlabsCookieBox .top-center{align-items:flex-start;justify-content:center}#BorlabsCookieBox .top-right{align-items:flex-start;justify-content:flex-end}#BorlabsCookieBox .middle-left{align-items:center;justify-content:flex-start}#BorlabsCookieBox .middle-center{align-items:center;justify-content:center}#BorlabsCookieBox .middle-right{align-items:center;justify-content:flex-end}#BorlabsCookieBox .bottom-left{align-items:flex-end;justify-content:flex-start}#BorlabsCookieBox .bottom-center{align-items:flex-end;justify-content:center}#BorlabsCookieBox .bottom-right{align-items:flex-end;justify-content:flex-end}#BorlabsCookieBox ._brlbs-box,#BorlabsCookieBox ._brlbs-bar{box-shadow:0 4px 8px rgba(0,0,0,.2);padding:15px 0;max-height:100vh;overflow:auto}#BorlabsCookieBox ._brlbs-bar-wrap{display:block;max-width:100%;width:100%;z-index:1000000}#BorlabsCookieBox ._brlbs-bar-wrap._brlbs-position-fixed{position:fixed}#BorlabsCookieBox ._brlbs-bar-wrap .cookie-preference ._brlbs-flex-center{justify-content:left}#BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim .cookie-box p{margin:0}#BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim .cookie-box p._brlbs-accept{margin:.9375em 0}#BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim ._brlbs-actions-mobile{display:none}#BorlabsCookieBox ._brlbs-bar ul{justify-content:center;margin:.5em 0}#BorlabsCookieBox ._brlbs-bar ._brlbs-no-padding-right{padding-right:0}#BorlabsCookieBox ._brlbs-bar ._brlbs-separator::before{content:"|";display:inline-block;margin:0 2px}#BorlabsCookieBox ._brlbs-bar .cookie-logo{padding:0 8px 0 0;vertical-align:middle;width:100%}#BorlabsCookieBox ._brlbs-bar ._brlbs-legal{text-align:center}#BorlabsCookieBox ._brlbs-box-wrap{display:block;max-width:550px;width:100%;z-index:1000000}#BorlabsCookieBox ._brlbs-box-wrap._brlbs-position-fixed{position:fixed}#BorlabsCookieBox ._brlbs-box._brlbs-box-slim>.container ._brlbs-manage{margin:0}#BorlabsCookieBox ._brlbs-box._brlbs-box-slim>.container ._brlbs-refuse{margin:.5em 0 0 0}#BorlabsCookieBox ._brlbs-box ._brlbs-separator::before{content:"|";display:inline-block;margin:0 2px}#BorlabsCookieBox .cookie-preference .container.not-visible{height:0}#BorlabsCookieBox .cookie-preference table{margin:1em 0 0 0;width:100%}#BorlabsCookieBox .cookie-preference table tr td,#BorlabsCookieBox .cookie-preference table tr th{border-bottom:1px solid}#BorlabsCookieBox .cookie-preference table tr:last-child td,#BorlabsCookieBox .cookie-preference table tr:last-child th{border-bottom:0}#BorlabsCookieBox .cookie-preference table th{text-align:left;width:40%}#BorlabsCookieBox .cookie-preference table td{text-align:left}#BorlabsCookieBox .cookie-preference table td,#BorlabsCookieBox .cookie-preference table th{font-size:.875em;padding:.25em .5em}#BorlabsCookieBox .cookie-preference ._brlbs-accept{text-align:left}#BorlabsCookieBox .cookie-preference ._brlbs-btn{font-size:1em;margin:0 0 .9375em 0;padding:.75em 1.5em}#BorlabsCookieBox .cookie-preference ._brlbs-legal{text-align:right}#BorlabsCookieBox .cookie-preference ._brlbs-pp-url{overflow:hidden;text-overflow:ellipsis;width:100%;max-width:0}#BorlabsCookieBox .cookie-preference ._brlbs-refuse{margin:0 0 .9375em 0;text-align:right}#BorlabsCookieBox .cookie-preference ._brlbs-separator::before{content:"|";display:inline-block;margin:0 2px}#BorlabsCookieBox ._brlbs-bar-advanced ul,#BorlabsCookieBox ._brlbs-box-advanced ul{justify-content:space-between}#BorlabsCookieBox ._brlbs-bar-advanced ul li,#BorlabsCookieBox ._brlbs-box-advanced ul li{line-height:1.375em;margin:0 .9375em .875em 0}#BorlabsCookieBox ._brlbs-bar-advanced ul li::before,#BorlabsCookieBox ._brlbs-box-advanced ul li::before{content:"";margin:0}#BorlabsCookieBox ._brlbs-box-plus-wrap{max-width:768px}#BorlabsCookieBox ._brlbs-box-plus #CookieBoxTextDescription{padding-top:10px;overflow:visible;max-height:100%}#BorlabsCookieBox ._brlbs-box-plus ._brlbs-legal{padding-top:10px}#BorlabsCookieBox ._brlbs-box-plus ._brlbs-button-area{padding-top:.475em}#BorlabsCookieBox ._brlbs-box-plus ._brlbs-button-area p:last-child{margin:.475em 0}#BorlabsCookieBox ._brlbs-box-plus ul{display:block}#BorlabsCookieBox ._brlbs-box-plus ul li{line-height:1.375em;padding:.475em .9375em .475em 0}#BorlabsCookieBox ._brlbs-box-plus ul li ._brlbs-checkbox{font-weight:600}#BorlabsCookieBox ._brlbs-box-plus ul li ._brlbs-service-group-description{padding-top:8px}#BorlabsCookieBox ._brlbs-box-plus ul li::before{content:"";margin:0}#CookieBoxTextDescription{overflow:auto;max-height:50vh}#CookiePrefDescription{overflow:auto;max-height:40vh}.BorlabsCookie ._brlbs-content-blocker{line-height:1.5em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption{padding:1em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption label{color:inherit}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption label input{background:none;border:0;display:inline-block;height:auto;margin:inherit;position:static;vertical-align:middle;width:auto;-webkit-appearance:auto}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption label input::before{content:""}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption label small{vertical-align:middle}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption p{margin-bottom:1em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption p:last-child{margin:0}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption small{font-size:.875em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-default{background:#efefef;margin-bottom:1em;padding:1em;text-align:center}.BorlabsCookie ._brlbs-content-blocker ._brlbs-default label input{vertical-align:middle;width:auto}.BorlabsCookie ._brlbs-content-blocker ._brlbs-default p{margin-bottom:1em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-default p:last-child{margin:0}.BorlabsCookie ._brlbs-content-blocker ._brlbs-default small{font-size:.875em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed{margin-bottom:1em;position:relative;display:inline-block;overflow:hidden}.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-thumbnail{display:block;max-width:100%}.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption{top:50%;left:0;position:absolute;width:100%;text-align:center;transform:translateY(-50%)}.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed a._brlbs-btn{display:inline-flex;align-items:center;justify-content:center}.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed a._brlbs-btn._brlbs-icon-play-black::before{background:url("data:image/svg+xml,%3Csvg version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270%27 y=%270%27 width=%2778%27 height=%2778%27 viewBox=%270, 0, 78, 78%27%3E%3Cg id=%27Layer_1%27%3E%3Cg%3E%3Cpath d=%27M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5%27 fill=%27%23000000%27/%3E%3Cpath d=%27M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5%27 fill-opacity=%270%27 stroke=%27%23000000%27 stroke-width=%2712%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;background-size:contain;content:" ";display:inline-block;margin-right:4px;height:1.142857143em;width:.857142857em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed a._brlbs-btn._brlbs-icon-play-white::before{background:url("data:image/svg+xml,%3Csvg version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270%27 y=%270%27 width=%2778%27 height=%2778%27 viewBox=%270, 0, 78, 78%27%3E%3Cg id=%27Layer_1%27%3E%3Cg%3E%3Cpath d=%27M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5%27 fill=%27%23ffffff%27/%3E%3Cpath d=%27M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5%27 fill-opacity=%270%27 stroke=%27%23ffffff%27 stroke-width=%2712%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;background-size:contain;content:" ";display:inline-block;margin-right:4px;height:1.142857143em;width:.857142857em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-btn{display:inline-block;font-family:inherit;padding:.5em 1em;text-decoration:none;transition:background-color 125ms linear}._brlbs-fluid-width-video-wrapper{padding:56.2963% 0 0 0;position:relative;width:100%}._brlbs-fluid-width-video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.fusion-video .BorlabsCookie{top:0;left:0;position:absolute}.bricks-video-wrapper .BorlabsCookie,.brxe-video .BorlabsCookie{position:absolute;width:100%;height:100%;top:0}.bricks-video-wrapper .BorlabsCookie ._brlbs-embed,.brxe-video .BorlabsCookie ._brlbs-embed{width:100%}.bricks-video-wrapper .BorlabsCookie ._brlbs-embed ._brlbs-thumbnail,.brxe-video .BorlabsCookie ._brlbs-embed ._brlbs-thumbnail{width:100%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper .BorlabsCookie{top:0;left:0;position:absolute}.wpb_video_widget .wpb_video_wrapper .BorlabsCookie{display:block;height:100%;left:0;margin:0;position:absolute;top:0;width:100%}.wpb_wrapper .fb_type_standard{height:auto}#BorlabsCookieBoxWidget{position:fixed;transition:all 500ms ease;opacity:1;line-height:0;z-index:999998;padding:20px}#BorlabsCookieBoxWidget:hover{opacity:.8}#BorlabsCookieBoxWidget svg{width:48px;height:48px;filter:drop-shadow(0 0 4px rgba(0, 0, 0, 0.2))}#BorlabsCookieBoxWidget.bottom-left{left:0;bottom:0}#BorlabsCookieBoxWidget.bottom-right{bottom:0;right:0}@media(max-width: 424px){#BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim ._brlbs-separator::before{content:"";display:block;margin:0}}@media(min-width: 576px){#BorlabsCookieBox ._brlbs-bar ul.show-cookie-logo{margin:.5em 0 0 16.6666666667%}}@media(max-width: 767px){#BorlabsCookieBox ._brlbs-box,#BorlabsCookieBox ._brlbs-bar{max-height:85vh}#BorlabsCookieBox ._brlbs-box-plus-wrap{max-width:550px}#BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim p{margin:0 0 .5em 0}#BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim ._brlbs-actions{display:none}#BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim p._brlbs-actions-mobile{display:block;margin:.9375em 0;text-align:center}#BorlabsCookieBox ._brlbs-bar .align-items-center{align-items:flex-start !important}#BorlabsCookieBox .cookie-preference ._brlbs-accept,#BorlabsCookieBox .cookie-preference ._brlbs-refuse{text-align:center}#BorlabsCookieBoxWidget._brlbs-hide-mobile{opacity:0;pointer-events:none;transform:translateY(25px)}#BorlabsCookieBoxWidget svg{width:32px;height:32px}}
._brlbs-animated {
--animate-duration: 1s;
--animate-delay: 1s;
}
@keyframes _brlbs-fadeInDown {
from {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
transform: translate3d(0, 0, 0);
}
}
#BorlabsCookieBox ._brlbs-fadeInDown {
animation-name: _brlbs-fadeInDown;
}
@keyframes _brlbs-flipOutX {
from {
transform: perspective(400px);
}
30% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
#BorlabsCookieBox ._brlbs-flipOutX {
animation-duration: 0.75s;
animation-name: _brlbs-flipOutX;
backface-visibility: visible !important;
}
#BorlabsCookieBox * { font-family: Helvetica; }#BorlabsCookieBox ._brlbs-bar-advanced ul, #BorlabsCookieBox ._brlbs-box-advanced ul { justify-content: space-around; }#BorlabsCookieBox ._brlbs-bar, #BorlabsCookieBox ._brlbs-box { background: #fff; border-radius: 4px; color: #233d61; font-size: 14px; }#BorlabsCookieBox a { color: #23a3cc; }#BorlabsCookieBox a:hover { color: #233d61; }#BorlabsCookieBox ._brlbs-btn { background: #23a3cc; border-radius: 4px; color: #fff; }#BorlabsCookieBox ._brlbs-btn:hover { background: #233d61; border-radius: 4px; color: #fff; }#BorlabsCookieBox ._brlbs-refuse-btn a, #BorlabsCookieBox a._brlbs-refuse-btn { background: #23a3cc; border-radius: 4px; color: #fff; }#BorlabsCookieBox ._brlbs-refuse-btn a:hover, #BorlabsCookieBox a._brlbs-refuse-btn:hover { background: #233d61; border-radius: 4px; color: #fff; }#BorlabsCookieBox ._brlbs-manage-btn a { background: #23a3cc; border-radius: 4px; color: #fff; }#BorlabsCookieBox ._brlbs-manage-btn a:hover { background: #233d61; border-radius: 4px; color: #fff; }#BorlabsCookieBox ._brlbs-btn-accept-all { background: #23a3cc; border-radius: 4px; color: #fff; }#BorlabsCookieBox ._brlbs-btn-accept-all:hover { background: #233d61; border-radius: 4px; color: #fff; }#BorlabsCookieBox ._brlbs-btn-accept-all { background: #23a3cc; border-radius: 4px; color: #fff; }#BorlabsCookieBox ._brlbs-btn-accept-all:hover { background: #233d61; border-radius: 4px; color: #fff; }#BorlabsCookieBox ._brlbs-legal { color: #555; }#BorlabsCookieBox ._brlbs-legal a { color: inherit; }#BorlabsCookieBox ._brlbs-legal a:hover { color: #262626; }#BorlabsCookieBox ._brlbs-branding { color: #000; }#BorlabsCookieBox ._brlbs-branding a { color: inherit; }#BorlabsCookieBox ._brlbs-branding a:hover { color: inherit; }#BorlabsCookieBox ._brlbs-manage a { color: #23a3cc; }#BorlabsCookieBox ._brlbs-manage a:hover { color: #233d61; }#BorlabsCookieBox ._brlbs-refuse { color: #555; }#BorlabsCookieBox ._brlbs-refuse a:hover { color: #262626; }#BorlabsCookieBox ul li::before { color: #23a3cc; }#BorlabsCookieBox .cookie-box ._brlbs-btn { width: 100%; }.BorlabsCookie ._brlbs-btn-switch ._brlbs-slider { background-color: #bdc1c8; }.BorlabsCookie ._brlbs-btn-switch input:checked + ._brlbs-slider { background-color: #23a3cc; }.BorlabsCookie ._brlbs-btn-switch ._brlbs-slider::before { background-color: #fff; }.BorlabsCookie ._brlbs-btn-switch input:checked + ._brlbs-slider:before { background-color: #fff; }.BorlabsCookie ._brlbs-checkbox ._brlbs-checkbox-indicator { background-color: #fff; border-color: #a72828; border-radius: 4px; }.BorlabsCookie ._brlbs-checkbox input:checked ~ ._brlbs-checkbox-indicator { background-color: #23a3cc; border-color: #23a3cc; }.BorlabsCookie ._brlbs-checkbox input:checked ~ ._brlbs-checkbox-indicator::after { border-color: #fff; }.BorlabsCookie ._brlbs-checkbox input:disabled ~ ._brlbs-checkbox-indicator { background-color: #e6e6e6; border-color: #e6e6e6; }.BorlabsCookie ._brlbs-checkbox input:disabled ~ ._brlbs-checkbox-indicator::after { border-color: #999; }#BorlabsCookieBox .bcac-item { background-color: #f7f7f7; border-radius: 0px; color: #233d61; }#BorlabsCookieBox .cookie-preference table { background-color: #fff; border-radius: 0px; color: #233d61; }#BorlabsCookieBox .cookie-preference table { background-color: #fff; border-radius: 0px; color: #233d61; }#BorlabsCookieBox .cookie-preference table tr td, #BorlabsCookieBox .cookie-preference table tr th { background-color: #fff; border-color: #eee; }.BorlabsCookie ._brlbs-btn-switch ._brlbs-slider { border-radius: 34px; }.BorlabsCookie ._brlbs-btn-switch ._brlbs-slider::before { border-radius: 50%; }.BorlabsCookie ._brlbs-content-blocker { font-family: inherit; font-size: 14px; }.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption { background: hsla(0, 0%, 0%, 0.8); color: #fff; }.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption a { color: #2277ff; }.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption a:hover { color: #1a66ff; }.BorlabsCookie ._brlbs-content-blocker a._brlbs-btn { background: #0063e3; border-radius: 4px; color: #fff; }.BorlabsCookie ._brlbs-content-blocker a._brlbs-btn:hover { background: #1a66ff; color: #fff; }#BorlabsCookieBoxWidget svg {color: #233d61;}a._brlbs-btn-cookie-preference { background: #23a3cc !important; border-radius: 4px !important; color: #fff !important; }a._brlbs-btn-cookie-preference:hover { background: #233d61 !important; color: #fff !important; }.BorlabsCookie ._brlbs-facebook {
border: 1px solid #e1e8ed;
border-radius: 6px;
max-width: 516px;
padding: 3px 0;
}
.BorlabsCookie ._brlbs-facebook a._brlbs-btn {
background: #4267b2;
border-radius: 2px;
}
.BorlabsCookie ._brlbs-facebook a._brlbs-btn:hover {
background: #3b5998;
}
.BorlabsCookie ._brlbs-google-maps a._brlbs-btn {
background: #4285f4;
border-radius: 3px;
}
.BorlabsCookie ._brlbs-google-maps a._brlbs-btn:hover {
background: #fff;
color: #4285f4;
}@font-face {
font-display: swap; font-family: 'Merriweather';
font-style: normal;
font-weight: 300;
src: url(//marc-buettner.de/wp-content/themes/fonts/merriweather-v30-latin-300.eot); src: url(//marc-buettner.de/wp-content/themes/fonts/merriweather-v30-latin-300.eot?#iefix) format('embedded-opentype'), url(//marc-buettner.de/wp-content/themes/fonts/merriweather-v30-latin-300.woff2) format('woff2'), url(//marc-buettner.de/wp-content/themes/fonts/merriweather-v30-latin-300.woff) format('woff'), url(//marc-buettner.de/wp-content/themes/fonts/merriweather-v30-latin-300.ttf) format('truetype'), url(//marc-buettner.de/wp-content/themes/fonts/merriweather-v30-latin-300.svg#Merriweather) format('svg'); } @font-face {
font-display: swap; font-family: 'Merriweather';
font-style: normal;
font-weight: 400;
src: url(//marc-buettner.de/wp-content/themes/fonts/merriweather-v30-latin-regular.eot); src: url(//marc-buettner.de/wp-content/themes/fonts/merriweather-v30-latin-regular.eot?#iefix) format('embedded-opentype'), url(//marc-buettner.de/wp-content/themes/fonts/merriweather-v30-latin-regular.woff2) format('woff2'), url(//marc-buettner.de/wp-content/themes/fonts/merriweather-v30-latin-regular.woff) format('woff'), url(//marc-buettner.de/wp-content/themes/fonts/merriweather-v30-latin-regular.ttf) format('truetype'), url(//marc-buettner.de/wp-content/themes/fonts/merriweather-v30-latin-regular.svg#Merriweather) format('svg'); } @font-face {
font-display: swap; font-family: 'Merriweather';
font-style: italic;
font-weight: 400;
src: url(//marc-buettner.de/wp-content/themes/fonts/merriweather-v30-latin-italic.eot); src: url(//marc-buettner.de/wp-content/themes/fonts/merriweather-v30-latin-italic.eot?#iefix) format('embedded-opentype'), url(//marc-buettner.de/wp-content/themes/fonts/merriweather-v30-latin-italic.woff2) format('woff2'), url(//marc-buettner.de/wp-content/themes/fonts/merriweather-v30-latin-italic.woff) format('woff'), url(//marc-buettner.de/wp-content/themes/fonts/merriweather-v30-latin-italic.ttf) format('truetype'), url(//marc-buettner.de/wp-content/themes/fonts/merriweather-v30-latin-italic.svg#Merriweather) format('svg'); } @font-face {
font-display: swap; font-family: 'Merriweather';
font-style: normal;
font-weight: 700;
src: url(//marc-buettner.de/wp-content/themes/fonts/merriweather-v30-latin-700.eot); src: url(//marc-buettner.de/wp-content/themes/fonts/merriweather-v30-latin-700.eot?#iefix) format('embedded-opentype'), url(//marc-buettner.de/wp-content/themes/fonts/merriweather-v30-latin-700.woff2) format('woff2'), url(//marc-buettner.de/wp-content/themes/fonts/merriweather-v30-latin-700.woff) format('woff'), url(//marc-buettner.de/wp-content/themes/fonts/merriweather-v30-latin-700.ttf) format('truetype'), url(//marc-buettner.de/wp-content/themes/fonts/merriweather-v30-latin-700.svg#Merriweather) format('svg'); } @font-face {
font-display: swap; font-family: 'Merriweather';
font-style: normal;
font-weight: 900;
src: url(//marc-buettner.de/wp-content/themes/fonts/merriweather-v30-latin-900.eot); src: url(//marc-buettner.de/wp-content/themes/fonts/merriweather-v30-latin-900.eot?#iefix) format('embedded-opentype'), url(//marc-buettner.de/wp-content/themes/fonts/merriweather-v30-latin-900.woff2) format('woff2'), url(//marc-buettner.de/wp-content/themes/fonts/merriweather-v30-latin-900.woff) format('woff'), url(//marc-buettner.de/wp-content/themes/fonts/merriweather-v30-latin-900.ttf) format('truetype'), url(//marc-buettner.de/wp-content/themes/fonts/merriweather-v30-latin-900.svg#Merriweather) format('svg'); } @font-face {
font-display: swap; font-family: 'Quicksand';
font-style: normal;
font-weight: 400;
src: url(//marc-buettner.de/wp-content/themes/fonts/quicksand-v30-latin-regular.eot); src: url(//marc-buettner.de/wp-content/themes/fonts/quicksand-v30-latin-regular.eot?#iefix) format('embedded-opentype'), url(//marc-buettner.de/wp-content/themes/fonts/quicksand-v30-latin-regular.woff2) format('woff2'), url(//marc-buettner.de/wp-content/themes/fonts/quicksand-v30-latin-regular.woff) format('woff'), url(//marc-buettner.de/wp-content/themes/fonts/quicksand-v30-latin-regular.ttf) format('truetype'), url(//marc-buettner.de/wp-content/themes/fonts/quicksand-v30-latin-regular.svg#Quicksand) format('svg'); } @font-face {
font-display: swap; font-family: 'Quicksand';
font-style: normal;
font-weight: 500;
src: url(//marc-buettner.de/wp-content/themes/fonts/quicksand-v30-latin-500.eot); src: url(//marc-buettner.de/wp-content/themes/fonts/quicksand-v30-latin-500.eot?#iefix) format('embedded-opentype'), url(//marc-buettner.de/wp-content/themes/fonts/quicksand-v30-latin-500.woff2) format('woff2'), url(//marc-buettner.de/wp-content/themes/fonts/quicksand-v30-latin-500.woff) format('woff'), url(//marc-buettner.de/wp-content/themes/fonts/quicksand-v30-latin-500.ttf) format('truetype'), url(//marc-buettner.de/wp-content/themes/fonts/quicksand-v30-latin-500.svg#Quicksand) format('svg'); } @font-face {
font-display: swap; font-family: 'Quicksand';
font-style: normal;
font-weight: 600;
src: url(//marc-buettner.de/wp-content/themes/fonts/quicksand-v30-latin-600.eot); src: url(//marc-buettner.de/wp-content/themes/fonts/quicksand-v30-latin-600.eot?#iefix) format('embedded-opentype'), url(//marc-buettner.de/wp-content/themes/fonts/quicksand-v30-latin-600.woff2) format('woff2'), url(//marc-buettner.de/wp-content/themes/fonts/quicksand-v30-latin-600.woff) format('woff'), url(//marc-buettner.de/wp-content/themes/fonts/quicksand-v30-latin-600.ttf) format('truetype'), url(//marc-buettner.de/wp-content/themes/fonts/quicksand-v30-latin-600.svg#Quicksand) format('svg'); } @font-face {
font-display: swap; font-family: 'Quicksand';
font-style: normal;
font-weight: 700;
src: url(//marc-buettner.de/wp-content/themes/fonts/quicksand-v30-latin-700.eot); src: url(//marc-buettner.de/wp-content/themes/fonts/quicksand-v30-latin-700.eot?#iefix) format('embedded-opentype'), url(//marc-buettner.de/wp-content/themes/fonts/quicksand-v30-latin-700.woff2) format('woff2'), url(//marc-buettner.de/wp-content/themes/fonts/quicksand-v30-latin-700.woff) format('woff'), url(//marc-buettner.de/wp-content/themes/fonts/quicksand-v30-latin-700.ttf) format('truetype'), url(//marc-buettner.de/wp-content/themes/fonts/quicksand-v30-latin-700.svg#Quicksand) format('svg'); }