: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));
}@font-face{font-family:eicons;src:url(//movopartnership.co.uk/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.43.0);src:url(//movopartnership.co.uk/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.43.0#iefix) format("embedded-opentype"),url(//movopartnership.co.uk/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.43.0) format("woff2"),url(//movopartnership.co.uk/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.43.0) format("woff"),url(//movopartnership.co.uk/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.43.0) format("truetype"),url(//movopartnership.co.uk/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.43.0#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:a 2s infinite linear}.eicon-editor-link:before{content:"\e800"}.eicon-editor-unlink:before{content:"\e801"}.eicon-editor-external-link:before{content:"\e802"}.eicon-editor-close:before{content:"\e803"}.eicon-editor-list-ol:before{content:"\e804"}.eicon-editor-list-ul:before{content:"\e805"}.eicon-editor-bold:before{content:"\e806"}.eicon-editor-italic:before{content:"\e807"}.eicon-editor-underline:before{content:"\e808"}.eicon-editor-paragraph:before{content:"\e809"}.eicon-editor-h1:before{content:"\e80a"}.eicon-editor-h2:before{content:"\e80b"}.eicon-editor-h3:before{content:"\e80c"}.eicon-editor-h4:before{content:"\e80d"}.eicon-editor-h5:before{content:"\e80e"}.eicon-editor-h6:before{content:"\e80f"}.eicon-editor-quote:before{content:"\e810"}.eicon-editor-code:before{content:"\e811"}.eicon-elementor:before{content:"\e812"}.eicon-elementor-circle:before{content:"\e813"}.eicon-pojome:before{content:"\e814"}.eicon-plus:before{content:"\e815"}.eicon-menu-bar:before{content:"\e816"}.eicon-apps:before{content:"\e817"}.eicon-accordion:before{content:"\e818"}.eicon-alert:before{content:"\e819"}.eicon-animation-text:before{content:"\e81a"}.eicon-animation:before{content:"\e81b"}.eicon-banner:before{content:"\e81c"}.eicon-blockquote:before{content:"\e81d"}.eicon-button:before{content:"\e81e"}.eicon-call-to-action:before{content:"\e81f"}.eicon-captcha:before{content:"\e820"}.eicon-carousel:before{content:"\e821"}.eicon-checkbox:before{content:"\e822"}.eicon-columns:before{content:"\e823"}.eicon-countdown:before{content:"\e824"}.eicon-counter:before{content:"\e825"}.eicon-date:before{content:"\e826"}.eicon-divider-shape:before{content:"\e827"}.eicon-divider:before{content:"\e828"}.eicon-download-button:before{content:"\e829"}.eicon-dual-button:before{content:"\e82a"}.eicon-email-field:before{content:"\e82b"}.eicon-facebook-comments:before{content:"\e82c"}.eicon-facebook-like-box:before{content:"\e82d"}.eicon-form-horizontal:before{content:"\e82e"}.eicon-form-vertical:before{content:"\e82f"}.eicon-gallery-grid:before{content:"\e830"}.eicon-gallery-group:before{content:"\e831"}.eicon-gallery-justified:before{content:"\e832"}.eicon-gallery-masonry:before{content:"\e833"}.eicon-icon-box:before{content:"\e834"}.eicon-image-before-after:before{content:"\e835"}.eicon-image-box:before{content:"\e836"}.eicon-image-hotspot:before{content:"\e837"}.eicon-image-rollover:before{content:"\e838"}.eicon-info-box:before{content:"\e839"}.eicon-inner-section:before{content:"\e83a"}.eicon-mailchimp:before{content:"\e83b"}.eicon-menu-card:before{content:"\e83c"}.eicon-navigation-horizontal:before{content:"\e83d"}.eicon-nav-menu:before{content:"\e83e"}.eicon-navigation-vertical:before{content:"\e83f"}.eicon-number-field:before{content:"\e840"}.eicon-parallax:before{content:"\e841"}.eicon-php7:before{content:"\e842"}.eicon-post-list:before{content:"\e843"}.eicon-post-slider:before{content:"\e844"}.eicon-post:before{content:"\e845"}.eicon-posts-carousel:before{content:"\e846"}.eicon-posts-grid:before{content:"\e847"}.eicon-posts-group:before{content:"\e848"}.eicon-posts-justified:before{content:"\e849"}.eicon-posts-masonry:before{content:"\e84a"}.eicon-posts-ticker:before{content:"\e84b"}.eicon-price-list:before{content:"\e84c"}.eicon-price-table:before{content:"\e84d"}.eicon-radio:before{content:"\e84e"}.eicon-rtl:before{content:"\e84f"}.eicon-scroll:before{content:"\e850"}.eicon-search:before{content:"\e851"}.eicon-select:before{content:"\e852"}.eicon-share:before{content:"\e853"}.eicon-sidebar:before{content:"\e854"}.eicon-skill-bar:before{content:"\e855"}.eicon-slider-3d:before{content:"\e856"}.eicon-slider-album:before{content:"\e857"}.eicon-slider-device:before{content:"\e858"}.eicon-slider-full-screen:before{content:"\e859"}.eicon-slider-push:before{content:"\e85a"}.eicon-slider-vertical:before{content:"\e85b"}.eicon-slider-video:before{content:"\e85c"}.eicon-slides:before{content:"\e85d"}.eicon-social-icons:before{content:"\e85e"}.eicon-spacer:before{content:"\e85f"}.eicon-table:before{content:"\e860"}.eicon-tabs:before{content:"\e861"}.eicon-tel-field:before{content:"\e862"}.eicon-text-area:before{content:"\e863"}.eicon-text-field:before{content:"\e864"}.eicon-thumbnails-down:before{content:"\e865"}.eicon-thumbnails-half:before{content:"\e866"}.eicon-thumbnails-right:before{content:"\e867"}.eicon-time-line:before{content:"\e868"}.eicon-toggle:before{content:"\e869"}.eicon-url:before{content:"\e86a"}.eicon-t-letter:before{content:"\e86b"}.eicon-wordpress:before{content:"\e86c"}.eicon-text:before{content:"\e86d"}.eicon-anchor:before{content:"\e86e"}.eicon-bullet-list:before{content:"\e86f"}.eicon-code:before{content:"\e870"}.eicon-favorite:before{content:"\e871"}.eicon-google-maps:before{content:"\e872"}.eicon-image:before{content:"\e873"}.eicon-photo-library:before{content:"\e874"}.eicon-woocommerce:before{content:"\e875"}.eicon-youtube:before{content:"\e876"}.eicon-flip-box:before{content:"\e877"}.eicon-settings:before{content:"\e878"}.eicon-headphones:before{content:"\e879"}.eicon-testimonial:before{content:"\e87a"}.eicon-counter-circle:before{content:"\e87b"}.eicon-person:before{content:"\e87c"}.eicon-chevron-right:before{content:"\e87d"}.eicon-chevron-left:before{content:"\e87e"}.eicon-close:before{content:"\e87f"}.eicon-file-download:before{content:"\e880"}.eicon-save:before{content:"\e881"}.eicon-zoom-in:before{content:"\e882"}.eicon-shortcode:before{content:"\e883"}.eicon-nerd:before{content:"\e884"}.eicon-device-desktop:before{content:"\e885"}.eicon-device-tablet:before{content:"\e886"}.eicon-device-mobile:before{content:"\e887"}.eicon-document-file:before{content:"\e888"}.eicon-folder-o:before{content:"\e889"}.eicon-hypster:before{content:"\e88a"}.eicon-h-align-left:before{content:"\e88b"}.eicon-h-align-right:before{content:"\e88c"}.eicon-h-align-center:before{content:"\e88d"}.eicon-h-align-stretch:before{content:"\e88e"}.eicon-v-align-top:before{content:"\e88f"}.eicon-v-align-bottom:before{content:"\e890"}.eicon-v-align-middle:before{content:"\e891"}.eicon-v-align-stretch:before{content:"\e892"}.eicon-pro-icon:before{content:"\e893"}.eicon-mail:before{content:"\e894"}.eicon-lock-user:before{content:"\e895"}.eicon-testimonial-carousel:before{content:"\e896"}.eicon-media-carousel:before{content:"\e897"}.eicon-section:before{content:"\e898"}.eicon-column:before{content:"\e899"}.eicon-edit:before{content:"\e89a"}.eicon-clone:before{content:"\e89b"}.eicon-trash:before{content:"\e89c"}.eicon-play:before{content:"\e89d"}.eicon-angle-right:before{content:"\e89e"}.eicon-angle-left:before{content:"\e89f"}.eicon-animated-headline:before{content:"\e8a0"}.eicon-menu-toggle:before{content:"\e8a1"}.eicon-fb-embed:before{content:"\e8a2"}.eicon-fb-feed:before{content:"\e8a3"}.eicon-twitter-embed:before{content:"\e8a4"}.eicon-twitter-feed:before{content:"\e8a5"}.eicon-sync:before{content:"\e8a6"}.eicon-import-export:before{content:"\e8a7"}.eicon-check-circle:before{content:"\e8a8"}.eicon-library-save:before{content:"\e8a9"}.eicon-library-download:before{content:"\e9dd"}.eicon-insert:before{content:"\e8ab"}.eicon-preview-medium:before{content:"\e8ac"}.eicon-sort-down:before{content:"\e8ad"}.eicon-sort-up:before{content:"\e8ae"}.eicon-heading:before{content:"\e8af"}.eicon-logo:before{content:"\e8b0"}.eicon-meta-data:before{content:"\e8b1"}.eicon-post-content:before{content:"\e8b2"}.eicon-post-excerpt:before{content:"\e8b3"}.eicon-post-navigation:before{content:"\e8b4"}.eicon-yoast:before{content:"\e8b5"}.eicon-nerd-chuckle:before{content:"\e8b6"}.eicon-nerd-wink:before{content:"\e8b7"}.eicon-comments:before{content:"\e8b8"}.eicon-download-circle-o:before{content:"\e8b9"}.eicon-library-upload:before{content:"\e8ba"}.eicon-save-o:before{content:"\e8bb"}.eicon-upload-circle-o:before{content:"\e8bc"}.eicon-ellipsis-h:before{content:"\e8bd"}.eicon-ellipsis-v:before{content:"\e8be"}.eicon-arrow-left:before{content:"\e8bf"}.eicon-arrow-right:before{content:"\e8c0"}.eicon-arrow-up:before{content:"\e8c1"}.eicon-arrow-down:before{content:"\e8c2"}.eicon-play-o:before{content:"\e8c3"}.eicon-archive-posts:before{content:"\e8c4"}.eicon-archive-title:before{content:"\e8c5"}.eicon-featured-image:before{content:"\e8c6"}.eicon-post-info:before{content:"\e8c7"}.eicon-post-title:before{content:"\e8c8"}.eicon-site-logo:before{content:"\e8c9"}.eicon-site-search:before{content:"\e8ca"}.eicon-site-title:before{content:"\e8cb"}.eicon-plus-square:before{content:"\e8cc"}.eicon-minus-square:before{content:"\e8cd"}.eicon-cloud-check:before{content:"\e8ce"}.eicon-drag-n-drop:before{content:"\e8cf"}.eicon-welcome:before{content:"\e8d0"}.eicon-handle:before{content:"\e8d1"}.eicon-cart:before{content:"\e8d2"}.eicon-product-add-to-cart:before{content:"\e8d3"}.eicon-product-breadcrumbs:before{content:"\e8d4"}.eicon-product-categories:before{content:"\e8d5"}.eicon-product-description:before{content:"\e8d6"}.eicon-product-images:before{content:"\e8d7"}.eicon-product-info:before{content:"\e8d8"}.eicon-product-meta:before{content:"\e8d9"}.eicon-product-pages:before{content:"\e8da"}.eicon-product-price:before{content:"\e8db"}.eicon-product-rating:before{content:"\e8dc"}.eicon-product-related:before{content:"\e8dd"}.eicon-product-stock:before{content:"\e8de"}.eicon-product-tabs:before{content:"\e8df"}.eicon-product-title:before{content:"\e8e0"}.eicon-product-upsell:before{content:"\e8e1"}.eicon-products:before{content:"\e8e2"}.eicon-bag-light:before{content:"\e8e3"}.eicon-bag-medium:before{content:"\e8e4"}.eicon-bag-solid:before{content:"\e8e5"}.eicon-basket-light:before{content:"\e8e6"}.eicon-basket-medium:before{content:"\e8e7"}.eicon-basket-solid:before{content:"\e8e8"}.eicon-cart-light:before{content:"\e8e9"}.eicon-cart-medium:before{content:"\e8ea"}.eicon-cart-solid:before{content:"\e8eb"}.eicon-exchange:before{content:"\e8ec"}.eicon-preview-thin:before{content:"\e8ed"}.eicon-device-laptop:before{content:"\e8ee"}.eicon-collapse:before{content:"\e8ef"}.eicon-expand:before{content:"\e8f0"}.eicon-navigator:before{content:"\e8f1"}.eicon-plug:before{content:"\e8f2"}.eicon-dashboard:before{content:"\e8f3"}.eicon-typography:before{content:"\e8f4"}.eicon-info-circle-o:before{content:"\e8f5"}.eicon-integration:before{content:"\e8f6"}.eicon-plus-circle-o:before{content:"\e8f7"}.eicon-rating:before{content:"\e8f8"}.eicon-review:before{content:"\e8f9"}.eicon-tools:before{content:"\e8fa"}.eicon-loading:before{content:"\e8fb"}.eicon-sitemap:before{content:"\e8fc"}.eicon-click:before{content:"\e8fd"}.eicon-clock:before{content:"\e8fe"}.eicon-library-open:before{content:"\e8ff"}.eicon-warning:before{content:"\e900"}.eicon-flow:before{content:"\e901"}.eicon-cursor-move:before{content:"\e902"}.eicon-arrow-circle-left:before{content:"\e903"}.eicon-flash:before{content:"\e904"}.eicon-redo:before{content:"\e905"}.eicon-ban:before{content:"\e906"}.eicon-barcode:before{content:"\e907"}.eicon-calendar:before{content:"\e908"}.eicon-caret-left:before{content:"\e909"}.eicon-caret-right:before{content:"\e90a"}.eicon-caret-up:before{content:"\e90b"}.eicon-chain-broken:before{content:"\e90c"}.eicon-check-circle-o:before{content:"\e90d"}.eicon-check:before{content:"\e90e"}.eicon-chevron-double-left:before{content:"\e90f"}.eicon-chevron-double-right:before{content:"\e910"}.eicon-undo:before{content:"\e911"}.eicon-filter:before{content:"\e912"}.eicon-circle-o:before{content:"\e913"}.eicon-circle:before{content:"\e914"}.eicon-clock-o:before{content:"\e915"}.eicon-cog:before{content:"\e916"}.eicon-cogs:before{content:"\e917"}.eicon-commenting-o:before{content:"\e918"}.eicon-copy:before{content:"\e919"}.eicon-database:before{content:"\e91a"}.eicon-dot-circle-o:before{content:"\e91b"}.eicon-envelope:before{content:"\e91c"}.eicon-external-link-square:before{content:"\e91d"}.eicon-eyedropper:before{content:"\e91e"}.eicon-folder:before{content:"\e91f"}.eicon-font:before{content:"\e920"}.eicon-adjust:before{content:"\e921"}.eicon-lightbox:before{content:"\e922"}.eicon-heart-o:before{content:"\e923"}.eicon-history:before{content:"\e924"}.eicon-image-bold:before{content:"\e925"}.eicon-info-circle:before{content:"\e926"}.eicon-link:before{content:"\e927"}.eicon-long-arrow-left:before{content:"\e928"}.eicon-long-arrow-right:before{content:"\e929"}.eicon-caret-down:before{content:"\e92a"}.eicon-paint-brush:before{content:"\e92b"}.eicon-pencil:before{content:"\e92c"}.eicon-plus-circle:before{content:"\e92d"}.eicon-zoom-in-bold:before{content:"\e92e"}.eicon-sort-amount-desc:before{content:"\e92f"}.eicon-sign-out:before{content:"\e930"}.eicon-spinner:before{content:"\e931"}.eicon-square:before{content:"\e932"}.eicon-star-o:before{content:"\e933"}.eicon-star:before{content:"\e934"}.eicon-text-align-justify:before{content:"\e935"}.eicon-text-align-center:before{content:"\e936"}.eicon-tags:before{content:"\e937"}.eicon-text-align-left:before{content:"\e938"}.eicon-text-align-right:before{content:"\e939"}.eicon-close-circle:before{content:"\e93a"}.eicon-trash-o:before{content:"\e93b"}.eicon-font-awesome:before{content:"\e93c"}.eicon-user-circle-o:before{content:"\e93d"}.eicon-video-camera:before{content:"\e93e"}.eicon-heart:before{content:"\e93f"}.eicon-wrench:before{content:"\e940"}.eicon-help:before{content:"\e941"}.eicon-help-o:before{content:"\e942"}.eicon-zoom-out-bold:before{content:"\e943"}.eicon-plus-square-o:before{content:"\e944"}.eicon-minus-square-o:before{content:"\e945"}.eicon-minus-circle:before{content:"\e946"}.eicon-minus-circle-o:before{content:"\e947"}.eicon-code-bold:before{content:"\e948"}.eicon-cloud-upload:before{content:"\e949"}.eicon-search-bold:before{content:"\e94a"}.eicon-map-pin:before{content:"\e94b"}.eicon-meetup:before{content:"\e94c"}.eicon-slideshow:before{content:"\e94d"}.eicon-t-letter-bold:before{content:"\e94e"}.eicon-preferences:before{content:"\e94f"}.eicon-table-of-contents:before{content:"\e950"}.eicon-tv:before{content:"\e951"}.eicon-upload:before{content:"\e952"}.eicon-instagram-comments:before{content:"\e953"}.eicon-instagram-nested-gallery:before{content:"\e954"}.eicon-instagram-post:before{content:"\e955"}.eicon-instagram-video:before{content:"\e956"}.eicon-instagram-gallery:before{content:"\e957"}.eicon-instagram-likes:before{content:"\e958"}.eicon-facebook:before{content:"\e959"}.eicon-twitter:before{content:"\e95a"}.eicon-pinterest:before{content:"\e95b"}.eicon-frame-expand:before{content:"\e95c"}.eicon-frame-minimize:before{content:"\e95d"}.eicon-archive:before{content:"\e95e"}.eicon-colors-typography:before{content:"\e95f"}.eicon-custom:before{content:"\e960"}.eicon-footer:before{content:"\e961"}.eicon-header:before{content:"\e962"}.eicon-layout-settings:before{content:"\e963"}.eicon-lightbox-expand:before{content:"\e964"}.eicon-error-404:before{content:"\e965"}.eicon-theme-style:before{content:"\e966"}.eicon-search-results:before{content:"\e967"}.eicon-single-post:before{content:"\e968"}.eicon-site-identity:before{content:"\e969"}.eicon-theme-builder:before{content:"\e96a"}.eicon-download-bold:before{content:"\e96b"}.eicon-share-arrow:before{content:"\e96c"}.eicon-global-settings:before{content:"\e96d"}.eicon-user-preferences:before{content:"\e96e"}.eicon-lock:before{content:"\e96f"}.eicon-export-kit:before{content:"\e970"}.eicon-import-kit:before{content:"\e971"}.eicon-lottie:before{content:"\e972"}.eicon-products-archive:before{content:"\e973"}.eicon-single-product:before{content:"\e974"}.eicon-disable-trash-o:before{content:"\e975"}.eicon-single-page:before{content:"\e976"}.eicon-wordpress-light:before{content:"\e977"}.eicon-cogs-check:before{content:"\e978"}.eicon-custom-css:before{content:"\e979"}.eicon-global-colors:before{content:"\e97a"}.eicon-globe:before{content:"\e97b"}.eicon-typography-1:before{content:"\e97c"}.eicon-background:before{content:"\e97d"}.eicon-device-responsive:before{content:"\e97e"}.eicon-device-wide:before{content:"\e97f"}.eicon-code-highlight:before{content:"\e980"}.eicon-video-playlist:before{content:"\e981"}.eicon-download-kit:before{content:"\e982"}.eicon-kit-details:before{content:"\e983"}.eicon-kit-parts:before{content:"\e984"}.eicon-kit-upload:before{content:"\e985"}.eicon-kit-plugins:before{content:"\e986"}.eicon-kit-upload-alt:before{content:"\e987"}.eicon-hotspot:before{content:"\e988"}.eicon-paypal-button:before{content:"\e989"}.eicon-shape:before{content:"\e98a"}.eicon-wordart:before{content:"\e98b"}.eicon-checkout:before{content:"\e98c"}.eicon-container:before{content:"\e98d"}.eicon-flip:before{content:"\e98e"}.eicon-info:before{content:"\e98f"}.eicon-my-account:before{content:"\e990"}.eicon-purchase-summary:before{content:"\e991"}.eicon-page-transition:before{content:"\e992"}.eicon-spotify:before{content:"\e993"}.eicon-stripe-button:before{content:"\e994"}.eicon-woo-settings:before{content:"\e995"}.eicon-woo-cart:before{content:"\e996"}.eicon-grow:before{content:"\e997"}.eicon-order-end:before{content:"\e998"}.eicon-nowrap:before{content:"\e999"}.eicon-order-start:before{content:"\e99a"}.eicon-progress-tracker:before{content:"\e99b"}.eicon-shrink:before{content:"\e99c"}.eicon-wrap:before{content:"\e99d"}.eicon-align-center-h:before{content:"\e99e"}.eicon-align-center-v:before{content:"\e99f"}.eicon-align-end-h:before{content:"\e9a0"}.eicon-align-end-v:before{content:"\e9a1"}.eicon-align-start-h:before{content:"\e9a2"}.eicon-align-start-v:before{content:"\e9a3"}.eicon-align-stretch-h:before{content:"\e9a4"}.eicon-align-stretch-v:before{content:"\e9a5"}.eicon-justify-center-h:before{content:"\e9a6"}.eicon-justify-center-v:before{content:"\e9a7"}.eicon-justify-end-h:before{content:"\e9a8"}.eicon-justify-end-v:before{content:"\e9a9"}.eicon-justify-space-around-h:before{content:"\e9aa"}.eicon-justify-space-around-v:before{content:"\e9ab"}.eicon-justify-space-between-h:before{content:"\e9ac"}.eicon-justify-space-between-v:before{content:"\e9ad"}.eicon-justify-space-evenly-h:before{content:"\e9ae"}.eicon-justify-space-evenly-v:before{content:"\e9af"}.eicon-justify-start-h:before{content:"\e9b0"}.eicon-justify-start-v:before{content:"\e9b1"}.eicon-woocommerce-cross-sells:before{content:"\e9b2"}.eicon-woocommerce-notices:before{content:"\e9b3"}.eicon-inner-container:before{content:"\e9b4"}.eicon-warning-full:before{content:"\e9b5"}.eicon-exit:before{content:"\e9b6"}.eicon-loop-builder:before{content:"\e9b7"}.eicon-notes:before{content:"\e9b8"}.eicon-read:before{content:"\e9b9"}.eicon-unread:before{content:"\e9ba"}.eicon-carousel-loop:before{content:"\e9bb"}.eicon-mega-menu:before{content:"\eb78"}.eicon-nested-carousel:before{content:"\e9bd"}.eicon-ai:before{content:"\e9be"}.eicon-taxonomy-filter:before{content:"\eb7d"}.eicon-container-grid:before{content:"\ef02"}.eicon-upgrade:before{content:"\e9c1"}.eicon-advanced:before{content:"\eb84"}.eicon-div-block:before{content:"\eb9b"}.eicon-notification:before{content:"\e9c3"}.eicon-light-mode:before{content:"\e9c4"}.eicon-dark-mode:before{content:"\e9c5"}.eicon-upgrade-crown:before{content:"\e9c6"}.eicon-off-canvas:before{content:"\e9c7"}.eicon-speakerphone:before{content:"\e9c9"}.eicon-ehp-cta:before{content:"\e9cb"}.eicon-ehp-forms:before{content:"\e9bc"}.eicon-ehp-hero:before{content:"\e9ca"}.eicon-ehp-zigzag:before{content:"\e9cc"}.eicon-e-button:before{content:"\e9ce"}.eicon-flexbox:before{content:"\e9d0"}.eicon-paragraph:before{content:"\e9d1"}.eicon-icon:before{content:"\e9d2"}.eicon-e-image:before{content:"\e9d3"}.eicon-video:before{content:"\e9d4"}.eicon-svg:before{content:"\e9d5"}.eicon-e-divider:before{content:"\e9d6"}.eicon-e-heading:before{content:"\e9d7"}.eicon-atomic:before{content:"\ebae"}.eicon-library-delete:before{content:"\e9d8"}.eicon-library-copy:before{content:"\e9d9"}.eicon-library-folder-empty:before{content:"\e9da"}.eicon-library-move:before{content:"\e9db"}.eicon-library-edit:before{content:"\e9dc"}.eicon-library-subscription-upgrade:before{content:"\e9de"}.eicon-library-folder-view:before{content:"\e9df"}.eicon-library-grid:before{content:"\e9e1"}.eicon-library-cloud-connect:before{content:"\e9e2"}.eicon-library-import:before{content:"\e9e3"}.eicon-library-list:before{content:"\e9e4"}.eicon-library-cloud-empty:before{content:"\e9e5"}.eicon-folder-plus:before{content:"\e8aa"}.eicon-library-folder:before{content:"\e9e6"}.eicon-accessibility:before{content:"\e9bf"}.eicon-lock-outline:before{content:"\e9e7"}.eicon-e-youtube:before{content:"\e9e8"}.eicon-eye:before{content:"\e8ac"}.eicon-elementor-square:before{content:"\e813"}