.tpt__hidden {
display: none;
}
.tpt__tiered-pricing, .tier-pricing-summary-table {
width: 100%;
}
.sticky-add-to-cart .tpt__tiered-pricing,
.ast-sticky-add-to-cart .tpt__tiered-pricing {
display: none;
}
.tiered-pricing-table {
margin: 15px 0;
width: 100%;
}
.tiered-pricing-table tr {
background: #fff;
}
.tiered-pricing--active td {
background-color: #96598A;
color: #fff;
transition: all .3s ease-in-out;
}
.tiered-pricing--active td .amount {
color: #fff;
transition: all .3s ease-in-out;
} .tiered-pricing-horizontal-table {
display: flex;
margin: 15px 0;
border: 1px solid #666;
border-radius: 3px;
flex-wrap: nowrap;
overflow-x: auto;
}
.tiered-pricing-horizontal-table__labels {
background: #f5f5f5;
}
.tiered-pricing-horizontal-table-cell {
padding: 5px 10px;
border-bottom: 1px solid #666;
}
.tiered-pricing-horizontal-table-cell:last-child {
border-bottom: none;
}
.tiered-pricing-horizontal-table-column {
flex: 1;
border-right: 1px solid #666;
}
.tiered-pricing-horizontal-table-column:last-child {
border: none;
} .tiered-pricing-tooltip {
padding: 0;
position: relative;
width: 250px !important;
z-index: 99999;
}
.tiered-pricing-tooltip__svg {
margin-left: 8px;
width: 15px;
cursor: help;
}
.tiered-pricing-tooltip .tiered-pricing-table {
margin: 0;
}
.ui-helper-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
} .tiered-pricing-plain-texts {
margin: 20px 0;
list-style: none;
} .tiered-pricing-blocks {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin: 15px 0;
}
.tiered-pricing-block__price {
margin-bottom: 0;
font-weight: bold;
font-size: 1.1em;
}
.tiered-pricing-block__price-discount {
font-size: .8em;
}
.tiered-pricing-block__quantity {
font-size: .9em;
}
.tiered-pricing-block {
padding: 0 10px;
border: 1px solid #ccc;
border-radius: 5px;
transition: all .2s;
}
.tiered-pricing-blocks .tiered-pricing--active {
transform: scale(1.06);
} .tiered-pricing-blocks--style-1 .tiered-pricing-block {
overflow: hidden;
padding: 0;
}
.tiered-pricing-blocks--style-1 .tiered-pricing-block .tiered-pricing-block__quantity {
color: #fff;
padding: 3px 10px;
text-align: center;
}
.tiered-pricing-blocks--style-1 .tiered-pricing-block .tiered-pricing-block__price {
text-align: center;
padding: 5px 10px;
}
.tiered-pricing-blocks--style-2 .tiered-pricing-block {
padding: 5px 10px;
background: #f7f7f7;
border-color: #cccccc;
}
.tiered-pricing-blocks--style-2 .tiered-pricing-block__price {
font-size: 1em;
}
.tiered-pricing-blocks--style-3 {
gap: 20px 15px;
}
.tiered-pricing-blocks--style-3 .tiered-pricing-block-inner {
padding: 15px 25px 10px 25px;
}
.tiered-pricing-blocks--style-3 .tiered-pricing-block {
position: relative;
padding: 0;
text-align: center;
} .tiered-pricing-options {
margin: 20px 0;
}
.tiered-pricing-option {
transition: all .3s;
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px;
border: 1px solid #E5E5E5;
border-radius: 3px;
gap: 10px;
margin-bottom: 10px;
}
.tiered-pricing-option__pricing {
text-align: right;
margin-left: auto;
font-weight: bold;
}
.tiered-pricing-option-checkbox {
width: 18px;
height: 18px;
border-radius: 50%;
position: relative;
box-sizing: border-box;
border: 1px solid #E5E5E5;
}
.tiered-pricing--active .tiered-pricing-option-checkbox::after {
content: "";
background: #E5E5E5;
position: absolute;
border-radius: 50%;
width: 10px;
height: 10px;
left: 3px;
top: 3px;
}
.tiered-pricing-option-price {
display: flex;
gap: 5px;
align-items: center;
justify-content: right;
}
.tiered-pricing-option-price__original {
font-size: .9em;
font-weight: normal;
}
.tiered-pricing-option-total {
font-size: .8em;
display: none;
justify-content: right;
align-items: center;
gap: 5px;
}
.tiered-pricing-option-total__original_total {
font-weight: normal;
font-size: .9em;
}
.tiered-pricing-options--style-1 {
border: 1px solid;
padding: 0 10px;
border-radius: 5px;
}
.tiered-pricing-options--style-1 .tiered-pricing-option {
border: none;
border-bottom: 1px solid;
border-radius: 0;
padding: 12px 5px;
margin: 0;
}
.tiered-pricing-options--style-1 .tiered-pricing-option:last-child {
border: none;
}
.tiered-pricing-options--style-2 {
border: 1px solid;
border-radius: 5px;
}
.tiered-pricing-options--style-2 .tiered-pricing-option {
border: none;
border-bottom: 1px solid;
border-radius: 0;
padding: 10px 15px;
margin: 0;
}
.tiered-pricing-options--style-2 .tiered-pricing-option:last-child {
border: none;
}
.tiered-pricing-options--style-3 .tiered-pricing--active .tiered-pricing-option-checkbox::after {
width: 10px;
height: 10px;
left: 3px;
top: 3px;
}
.tiered-pricing-options--style-3 .tiered-pricing-option {
position: relative;
box-sizing: border-box;
margin-bottom: 15px;
padding: 0;
}
.tiered-pricing-options--style-3  .tiered-pricing-option__discount-label {
position: absolute;
background: #E43A36;
top: 0;
right: 10px;
transform: translate(0, -50%);
box-sizing: border-box;
color: #fff;
padding: 0 10px;
border-radius: 3px;
line-height: normal;
}
.tiered-pricing-options--style-3 .tiered-pricing-option-inner {
display: flex;
justify-content: space-between;
align-items: center;
gap: 10px;
width: 100%;
padding: 12px;
} .tiered-pricing-dropdown {
margin: 20px 0;
width: 100%;
max-width: 800px;
position: relative;
}
.tiered-pricing-dropdown__list {
box-sizing: border-box;
position: absolute;
max-height: 300px;
overflow-y: auto;
border: 1px solid;
border-top: none;
width: 100%;
background: white;
display: none;
z-index: 999;
}
.tiered-pricing-dropdown__list ul {
margin: 0;
padding: 0;
list-style: none;
}
.tiered-pricing-dropdown__select-box {
border-radius: 3px;
cursor: pointer;
border: 1px solid;
padding: 5px;
align-items: center;
display: flex;
background: #fff;
}
.tiered-pricing-dropdown__select-box--active {
border-radius: 3px 3px 0 0;
}
.tiered-pricing-dropdown__select-box-arrow {
width: 25px;
margin-left: auto;
height: 25px;
display: flex;
transition: all .2s;
}
.tiered-pricing-dropdown__select-box--active .tiered-pricing-dropdown__select-box-arrow {
transform: rotate(180deg);
}
.tiered-pricing-dropdown-option__pricing {
margin-left: auto;
font-weight: bold;
}
.tiered-pricing-option-price {
margin-left: auto;
}
.tiered-pricing-dropdown-option {
justify-content: space-between;
align-items: center;
box-sizing: border-box;
padding: 10px;
display: flex;
width: 100%;
gap: 10px;
}
.tiered-pricing-dropdown-option-price__original {
font-weight: normal;
} .tier-pricing-summary-table {
margin: 20px 0;
}
.tier-pricing-summary-table--hidden {
display: none;
}
.tier-pricing-summary-table__top {
display: flex;
justify-content: space-between;
padding: 5px 0;
font-weight: bold;
border-top: 1px solid #f5f5f5;
}
.tier-pricing-summary-table__bottom {
display: flex;
justify-content: space-between;
align-items: center
}
.tier-pricing-summary-table__total {
font-size: 1.5em;
margin-left: 5px;
}
.tier-pricing-summary-table--inline {
font-size: 1.3em;
}
.tier-pricing-summary-table-inline__label {
display: inline-block;
} .tiered-pricing-you-save--hidden {
display: none !important;
}
.tiered-pricing-you-save {
color: red;
} .tiered-pricing-shop-loop {
margin: 10px 0;
width: 100%;
}
.tiered-pricing-shop-loop--reduced .tiered-pricing-wrapper h3 {
margin: 5px 0 !important;
} .tiered-pricing-shop-loop--reduced table {
width: 100%;
table-layout: fixed;
overflow-wrap: break-word;
} .tiered-pricing-shop-loop--reduced .tiered-pricing-horizontal-table-cell {
padding: 5px;
}
.tiered-pricing-shop-loop--reduced table.tiered-pricing-table thead tr th,
.tiered-pricing-shop-loop--reduced table.tiered-pricing-table tbody tr td {
padding: 3px 5px !important;
} .tiered-pricing-shop-loop--reduced .tiered-pricing-option {
padding: 5px 10px;
gap: 5px;
margin-bottom: 5px;
}
.tiered-pricing-shop-loop--reduced .tiered-pricing-dropdown__select-box {
padding: 3px;
}
.tiered-pricing-shop-loop--reduced .tiered-pricing-option-price {
flex-wrap: wrap;
}
.tiered-pricing-shop-loop--reduced .tiered-pricing-option .tiered-pricing-option__quantity {
text-align: left;
}
.tiered-pricing-shop-loop--reduced .tiered-pricing-option__checkbox {
display: none;
} .tiered-pricing-shop-loop--reduced .tiered-pricing-blocks {
padding: 0 5px;
}
.tiered-pricing-shop-loop--reduced .tiered-pricing-blocks:not(.tiered-pricing-blocks--styled) .tiered-pricing-block {
padding: 0 5px;
}
.tiered-pricing-shop-loop--reduced .tiered-pricing-block__price {
font-size: 1em;
} .tiered-pricing-shop-loop--reduced .tiered-pricing-dropdown {
margin: 10px 0;
}
.tiered-pricing-shop-loop--reduced .tiered-pricing-dropdown-option {
padding: 0 5px;
gap: 0 5px;
}
.tiered-pricing-shop-loop--reduced .tiered-pricing-dropdown-option__quantity {
text-align: left;
} .tiered-pricing-shop-loop--reduced .tiered-pricing-plain-texts {
text-align: left;
list-style: disc;
}.mailerlite-form {
}
.mailerlite-form .mailerlite-form-description {
margin-bottom: 10px;
}
.mailerlite-form .mailerlite-form-field {
margin-bottom: 10px;
}
.mailerlite-form .mailerlite-form-field label {
display: block;
}
.mailerlite-form .mailerlite-subscribe-button-container {
text-align: center;
}
.mailerlite-form input.error {
color: #ff0000;
border-color: #ff0000;
}
.mailerlite-form label.error {
color: #ff0000;
}
.mailerlite-form-response {
margin-top: 20px;
display: none;
text-align: center;
color: #00a154;
}
.mailerlite-form-loader {
display: none;
text-align: center;
font-weight: bold;
margin: 0 20px;
}
.mailerlite-form-error {
display: block;
color: #ff0000;
}
.mailerlite-subscribe-submit{
max-width: 100%;
}:root {
--color-primary: #6c6cff;
--color-secondary: #fead01;
--color-tertiary: #070707;
--color-primary-hover: #4d4dff;
--color-negative: #ff2f54;
--color-positive: #62c55a;
--color-positive-hover: #289720;
--color-reject: #ff6200;
--color-deactive: #494949;
--color-warning: #ff6f00;
--color-notice: #f2695e;
--color-promotion-bg: #ffe4c4;
--color-promotion-border: #ffcda5;
--color-blue-dark: #0a0d14;
--color-sky: #5cadff;
--color-orchid: #a367f0;
--color-mint: #52d47f;
--color-lime: #94c752;
--color-pink: #ff176b;
--color-indigo: #292461;
--color-gray: #e6e6e6;
--color-base-one: #ffffff;
--color-base-two: #e7e7ff;
--color-base-three: #f4f4ff;
--color-base-four: #f8f8f8;
--color-text-dark: #07050b;
--color-text-medium: #343a46;
--color-text-light: #6b677a;
--color-text-reverse: #ffffff;
--color-text-body: #87858d;
--color-text-disable: #9c9aa1;
--color-border-primary: #e2e4e9;
--color-border-secondary: #dcdcee;
--color-border-tertiary: #d5d5fa;
--color-border-light: #eeeeee;
--color-shadow-primary: rgba(78, 46, 206, 0.16);
--color-shadow-dark: rgba(78, 46, 206, 0.161);
--color-shadow-tertiary: rgba(7, 7, 7, 0.5);
--border-radius-xl: 16px;
--border-radius-lg: 12px;
--border-radius-md: 8px;
--border-radius-smd: 6px;
--border-radius-sm: 4px;
--btn-font-size: 14px;
--btn-font-weight: 500;
--btn-line-height: 1.15em;
--btn-vertical-padding: 10px;
--btn-horizontal-padding: 20px;
--transition-md: 0.3s;
--transition-sm: 0.1s;
--body-font-family: "Inter", sans-serif;
--font-weight-bold: 600;
--font-weight-medium: 500;
--font-weight-regular: 400;
} .wholesalex-bogo-badge-container {
inset: 0px 0px auto 0px;
position: absolute;
}
.wholesalex-bogo-badge {
text-align: center;
font-size: 14px;
font-weight: 600;
line-height: 30px;
z-index: 100;
padding: 0px 18px;
white-space: nowrap;
box-sizing: border-box;
position: absolute;
}
.wsx-combined-bogo-badge {
display: flex;
} a.wsx-link {
text-decoration: none;
}
table.wsx-table {
width: 100%;
}
.wp-core-ui select.wsx-select {
outline: none;
border: 1px solid var(--color-border-primary);
border-radius: var(--border-radius-md);
box-shadow: none;
background-color: transparent;
width: 100%;
min-height: 40px;
height: 100%;
margin: 0;
position: relative;
max-width: unset;
background: transparent url(//momento10.com/wp-content/plugins/wholesalex/assets/icons/angle-down-16.svg) no-repeat right 14px
top 55%;
background-size: 16px 16px;
padding: 0 32px 0 8px;
}
.wp-core-ui select.wsx-select:focus,
select.wsx-select:focus,
input.wsx-input:focus,
input:is(
[type="url"],
[type="tel"],
[type="text"],
[type="time"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="number"],
[type="search"],
[type="password"]
):focus.wsx-input,
textarea.wsx-textarea:focus {
outline: none;
box-shadow: none;
border-color: var(--color-primary);
}
.wp-core-ui select.wsx-bg-base1 {
background-color: var(--color-base-one);
}
select.wsx-select,
input.wsx-input,
input:is(
[type="url"],
[type="tel"],
[type="text"],
[type="time"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="number"],
[type="search"],
[type="password"]
).wsx-input,
textarea.wsx-textarea,
.wholesalex-field select.wsx-select,
.wholesalex-field input.wsx-input,
.wholesalex-field
input:is(
[type="url"],
[type="tel"],
[type="text"],
[type="time"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="number"],
[type="search"],
[type="password"]
).wsx-input,
.wholesalex-field textarea.wsx-textarea {
height: auto;
min-height: 40px;
border: 1px solid var(--color-border-primary);
border-radius: var(--border-radius-md);
}
.wsx-select,
select.wsx-select {
display: flex;
align-items: center;
justify-content: space-between;
cursor: pointer;
width: fill-available;
width: -webkit-fill-available;
}
select.wsx-br-md,
input.wsx-br-md,
input:is(
[type="url"],
[type="tel"],
[type="text"],
[type="time"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="number"],
[type="search"],
[type="password"]
).wsx-br-md,
textarea.wsx-br-md {
border-radius: var(--border-radius-md);
}
.wsx-filter select.wsx-bulk-order-select {
border-color: var(--color-border-primary);
border-width: 0 0 0 1px;
border-radius: 0;
width: 100%;
}
.wsx-option-container {
min-width: max-content;
overflow-x: hidden;
overflow-y: auto;
max-height: 60vh;
box-shadow: 0 2px 4px 0 var(--color-shadow-primary);
background-color: var(--color-base-one);
position: absolute;
transition: opacity var(--transition-md) ease-in-out;
display: flex;
flex-direction: column;
gap: 2px;
}
.wsx-option-item {
padding: 7px 8px;
cursor: pointer;
color: var(--color-text-light);
}
.wsx-option-item-container {
padding: 0px 8px;
color: var(--color-text-body);
}
.wsx-option-item-container .wsx-option-item {
padding-left: 16px;
}
.wsx-option-item:last-child {
border-bottom: 0;
}
.wsx-option-item:hover,
.wsx-option-item.active {
background-color: var(--color-base-three);
color: var(--color-text-medium);
}
.wsx-input-label {
font-size: 14px;
font-weight: var(--font-weight-medium);
line-height: 20px;
color: var(--color-text-medium);
}
.wholesalex-field label.wsx-label {
margin-bottom: 8px;
}
.woocommerce-account .woocommerce-MyAccount-content {
width: 60%;
}
.woocommerce-account .large-9.col .woocommerce-MyAccount-content {
width: 100%;
} .wsx-account-info img {
width: 32px;
height: 32px;
border-radius: 50%;
max-width: unset;
}
.wsx-sub-account-heading {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
flex-wrap: wrap;
margin-bottom: 26px;
}
.wsx-new-sub-account .wsx-sub-account-heading {
padding-bottom: 20px;
margin-bottom: 32px;
border-bottom: 1px solid var(--color-border-primary);
}
.wsx-sub-account-controller {
display: flex;
align-items: center;
gap: 16px;
flex-wrap: wrap;
}
.wsx-sub-account-form {
padding: 32px 24px;
border-radius: var(--border-radius-lg);
border: 1px solid var(--color-border-primary);
background-color: var(--color-base-three);
}
.wsx-sub-account-form select,
.wsx-sub-account-form textarea,
.wsx-sub-account-form
:is(
input,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"]
) {
border-radius: var(--border-radius-md);
border-color: var(--color-border-tertiary);
background-color: var(--color-base-one);
}
.wsx-sub-account-form select:focus,
.wsx-sub-account-form textarea:focus,
.wsx-sub-account-form
:is(
input,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"]
):focus {
border: 1px solid var(--color-primary);
background-color: var(--color-base-one);
} .wsx-account-table-container {
overflow-x: auto;
}
.wsx-account-table-container table.wsx-table {
border: none;
border-collapse: collapse;
padding-left: 0;
padding-right: 0;
padding-top: 20px;
padding-bottom: 20px;
}
.wsx-account-table-container table.wsx-table th.job-title {
padding-left: 0px;
}
.wsx-account-table-container table.wsx-table th.phone {
padding-left: 0px;
}
.wsx-account-table-container table.wsx-table tbody td.wallet_balance {
text-align: center;
}
.wsx-account-table-container table.wsx-table .permission {
color: var(--color-text-medium);
}
.wsx-account-table-container table.wsx-table .no_permission {
color: var(--color-text-disable);
}
.wsx-account-table-container table.wsx-table th {
border: none;
padding: 10px 16px;
}
.wsx-account-table-container table.wsx-table tbody td {
border-width: 1px;
padding: 10px 16px;
white-space: nowrap;
}
.wsx-account-table-container table.wsx-table tbody td.amount {
text-align: end;
}
.wsx-account-table-container table.wsx-table tbody td.details {
white-space: normal;
}
.wsx-account-table-container table.wsx-table thead {
background-color: var(--color-text-medium);
color: white;
}
.wsx-account-table-container table.wsx-table tbody tr {
vertical-align: middle;
}
.wsx-account-table-container table.wsx-table .wsx-ellipsis {
max-width: 12rem;
} .wsx-card {
padding: 20px;
margin-bottom: 16px;
border-radius: var(--border-radius-lg);
background-color: var(--color-base-one);
box-shadow: 0px 2px 4px 0px var(--color-shadow-dark);
}
.wsx-card-2 {
padding: 20px 24px;
background-color: var(--color-gray);
border-radius: var(--border-radius-md);
}
.wsx-card-border {
border: 1px solid var(--color-border-primary);
}  .wsx-pagination-wrapper {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
white-space: nowrap;
margin-top: 24px;
}
.wsx-pagination-wrapper .wsx-btn-group {
gap: 12px;
}
.wsx-pagination-wrapper .wsx-btn,
.wsx-pagination-wrapper .page-numbers {
width: 30px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
padding: 0;
}
.wsx-pagination-wrapper .wsx-btn:hover,
.wsx-pagination-wrapper .page-numbers:hover {
background-color: var(--color-tertiary);
color: var(--color-text-reverse);
}
.wsx-pagination-wrapper .wsx-btn:hover span,
.wsx-pagination-wrapper .wsx-btn:hover .wsx-color-tertiary {
color: var(--color-text-reverse);
}
select.wsx-pagination-option-list {
background-color: var(--color-base-one);
border: 1px solid var(--color-border-secondary);
padding: 1px 36px 1px 12px;
border-radius: var(--border-radius-md);
color: var(--color-text-medium);
min-height: 31px;
padding-top: 4px;
}
select.wsx-pagination-option-list:focus {
outline: none;
box-shadow: none;
border-color: var(--color-border-secondary);
color: var(--color-primary);
}
.wsx-pagination-wrapper .page-numbers {
color: var(--color-text-dark);
font-size: var(--btn-font-size);
font-weight: var(--btn-font-weight);
line-height: var(--btn-line-height);
border: 1px solid var(--color-border-secondary);
border-radius: var(--border-radius-md);
transition: all var(--transition-md);
text-decoration: none;
}
.wsx-pagination-wrapper .page-numbers.current {
color: var(--color-text-reverse);
border-color: var(--color-tertiary);
background-color: var(--color-tertiary);
}
.wsx-pagination-wrapper .page-numbers.dots {
cursor: not-allowed;
opacity: 0.4;
}
.wsx-pagination-wrapper .page-numbers.dots:hover {
background-color: var(--color-base-one);
color: var(--color-text-dark);
border-color: var(--color-border-secondary);
} .wsx-modal-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
background-color: var(--color-shadow-tertiary);
opacity: 0;
visibility: hidden;
transition:
opacity var(--transition-md) ease,
visibility var(--transition-md) ease;
z-index: 9999;
}
.wsx-modal-wrapper.open {
opacity: 1;
visibility: visible;
}
.wsx-modal-wrapper .wsx-modal-container-box .dashicons-no-alt {
position: absolute;
top: 115px;
right: 375px;
cursor: pointer;
font-size: 24px;
color: var(--color-base-one);
}
.wsx-modal-wrapper .wsx-modal-sm {
max-width: 500px;
width: 95%;
}
.wsx-modal-header {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
padding-bottom: 12px;
border-bottom: 1px solid var(--color-border-primary);
margin-bottom: 16px;
}
.wsx-modal-title {
font-size: 16px;
font-weight: var(--font-weight-medium);
color: var(--color-text-medium);
}
.wsx-modal-close {
color: var(--color-text-medium);
cursor: pointer;
border-radius: 50%;
border: 1px solid currentColor;
line-height: 0;
padding: 3px;
}
.wsx-modal-close:hover {
color: var(--color-negative);
}
.wsx-modal-body {
font-size: 16px;
line-height: 24px;
color: var(--color-text-body);
margin-top: 8px;
margin-bottom: 32px;
}
.wsx-modal-footer {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 12px;
} .wsx-popup-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
color: var(--color-text-medium);
background-color: var(--color-shadow-tertiary);
transition:
opacity var(--transition-md) ease,
visibility var(--transition-md);
z-index: 9999;
}
.wsx-popup-overlay .wsx-card {
padding: 32px 56px;
position: relative;
z-index: 0;
max-width: 95vw;
margin-bottom: 0;
}
.wsx-popup-overlay .wsx-icon {
border: 1px solid currentColor;
border-radius: 50%;
padding: 3px;
position: absolute;
right: 16px;
top: 16px;
cursor: pointer;
}
.wsx-popup-overlay .wsx-icon:hover {
color: var(--color-negative);
}
.wsx-transaction-popup .wsx-card {
padding: 46px 56px;
}
.wsx-popup-content-wrapper {
background-color: var(--color-base-one);
padding: 20px;
border-radius: var(--border-radius-md);
max-width: 90%;
box-shadow: 0 2px 10px var(--color-shadow-tertiary);
transition: transform var(--transition-md) ease;
position: relative;
}
.wsx-popup-content {
max-height: 90%;
overflow-y: auto;
}
.wsx-popup-content-wrapper .wsx-icon-cross {
position: absolute;
right: 16px;
top: 16px;
line-height: 0;
}
.wsx-icon-cross {
cursor: pointer;
}
.wsx-icon-cross.wsx-icon-round {
border: 1px solid currentColor;
border-radius: 50%;
padding: 3px;
display: flex;
align-items: center;
justify-content: center;
line-height: 0;
}
.wsx-icon-cross:hover {
color: var(--color-negative);
}
.wsx-pro-modal .wsx-popup-content-wrapper {
padding: 8px;
border-radius: var(--border-radius-xl);
text-align: center;
max-width: 390px;
width: 90vw;
} .wsx-alert-popup-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: var(--color-shadow-primary);
display: flex;
justify-content: center;
align-items: center;
z-index: 9999;
}
.wsx-alert-popup {
background-color: var(--color-base-one);
border-radius: var(--border-radius-lg);
width: 90%;
max-width: 400px;
padding: 16px;
box-shadow: 0 4px 8px var(--color-shadow-primary);
text-align: center;
border: 1px solid var(--color-border-primary);
}
.wsx-alert-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 15px;
border-bottom: 1px solid var(--color-border-primary);
padding-bottom: 12px;
}
.wsx-alert-title-wrapper {
font-weight: var(--font-weight-medium);
color: var(--color-tertiary);
display: flex;
align-items: center;
gap: 8px;
}
.wsx-alert-body {
margin-bottom: 20px;
font-size: 12px;
line-height: 16px;
text-align: left;
color: var(--color-text-medium);
}
.wsx-alert-footer {
display: flex;
justify-content: flex-end;
align-items: center;
gap: 12px;
} .wsx-scrollbar {
scrollbar-width: thin;
scrollbar-color: var(--color-border-tertiary) transparent;
}
.wsx-scrollbar::-webkit-scrollbar {
width: 8px;
height: 8px;
}
.wsx-scrollbar::-webkit-scrollbar-track {
background-color: transparent;
}
.wsx-scrollbar::-webkit-scrollbar-thumb {
background-color: var(--color-text-light);
border-radius: var(--border-radius-lg);
}
.wsx-scrollbar::-webkit-scrollbar-thumb:hover {
background-color: var(--color-primary);
}
.wsx-scrollbar::-webkit-scrollbar-button {
width: 0;
height: 0;
display: none;
}
.wsx-curser-pointer {
cursor: pointer;
}
.wsx-title {
color: var(--color-tertiary);
font-size: 32px;
line-height: 1.2em;
font-weight: var(--font-weight-bold);
}
.wsx-ellipsis {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.wsx-bulk-item-delete {
background-color: var(--color-base-three);
color: var(--color-negative);
line-height: 0;
border-radius: var(--border-radius-md);
padding: 8px;
}
.wsx-bulk-item-delete:hover {
background-color: var(--color-negative);
color: var(--color-base-one);
} .wsx-selected-field-wrapper {
width: 100%;
}
.wsx-selected-field-wrapper.wsx-multiple-field {
width: 50%;
}
.wsx-multiselect-wrapper {
position: relative;
border: 1px solid var(--color-border-primary);
border-radius: var(--border-radius-md);
background-color: var(--color-base-one);
display: flex;
align-items: center;
min-height: 38px;
}
.wsx-multiselect-wrapper .wsx-multiselect-inputs {
width: 100%;
}
.wsx-multiselect-wrapper input,
.wsx-multiselect-wrapper
input:is(
[type="url"],
[type="tel"],
[type="text"],
[type="time"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="number"],
[type="search"],
[type="password"]
),
.wsx-multiselect-wrapper
input:is(
[type="url"],
[type="tel"],
[type="text"],
[type="time"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="number"],
[type="search"],
[type="password"]
):focus,
.wsx-multiselect-wrapper input.wsx-input,
.wsx-multiselect-wrapper input[type="number"].wsx-input,
.wsx-multiselect-wrapper input[type="number"].wsx-input:focus,
.wsx-multiselect-wrapper
input:is(
[type="url"],
[type="tel"],
[type="text"],
[type="time"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="number"],
[type="search"],
[type="password"]
).wsx-input,
.wsx-multiselect-wrapper
input:is(
[type="url"],
[type="tel"],
[type="text"],
[type="time"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="number"],
[type="search"],
[type="password"]
).wsx-input:focus {
border: none;
box-shadow: none;
outline: none;
min-width: 100px;
min-height: unset;
height: 30px;
padding: 0 0 0 10px;
}
.wsx-multiselect-option-wrapper {
width: fit-content;
}
.wsx-multiselect-options {
position: absolute;
z-index: 1;
left: 0;
top: calc(100% + 4px);
min-width: 300px;
padding: 0;
margin: 0;
overflow: hidden;
overflow-y: auto;
max-height: 245px;
border-radius: var(--border-radius-md);
box-shadow: 0px 0px 16px -4px var(--color-shadow-tertiary);
}
.wsx-multiselect-options.wsx-card {
padding: 0;
}
.wsx-multiselect-option {
padding: 6px 20px;
cursor: pointer;
text-align: left;
}
.wsx-multiselect-option:hover {
background-color: var(--color-primary);
color: var(--color-text-reverse);
}
.wsx-multiselect-input-wrapper {
display: flex;
gap: 4px;
align-items: center;
flex-wrap: wrap;
padding: 5px 0 5px 10px;
}
.wsx-multiselect-option-message {
padding: 6px 20px;
}
.wsx-selected-option {
display: flex;
align-items: center;
gap: 8px;
}
.wsx-selected-option .multiselect-option-name {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 16rem;
} .wsx-search-wrapper {
display: flex;
align-items: center;
border: 1px solid var(--color-border-secondary);
border-radius: var(--border-radius-md);
color: var(--color-text-light);
overflow: hidden;
}
.wsx-search-wrapper
input:is(
[type="url"],
[type="tel"],
:is(
[type="url"],
[type="tel"],
[type="text"],
[type="time"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="number"],
[type="search"],
[type="password"]
),
[type="time"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="number"],
[type="search"],
[type="password"]
) {
border: 0;
min-height: auto;
height: 38px;
border: 0;
box-shadow: none;
outline: none;
}
.wsx-search-wrapper .wsx-icon {
padding: 9px;
}
.wsx-search-wrapper .wsx-icon.wsx-icon-right {
border-left: 1px solid var(--color-border-secondary);
} .wsx-checkbox-option-wrapper {
gap: 10px;
display: flex;
cursor: pointer;
position: relative;
width: fit-content;
}
.wsx-checkbox-option-wrapper input[type="checkbox"] {
position: absolute;
z-index: 999999;
opacity: 0;
cursor: pointer;
width: auto;
height: auto;
min-height: unset;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.wsx-checkbox-option-wrapper label.wsx-label {
margin: 0;
}
.wsx-checkbox-mark {
display: block;
position: relative;
height: 20px;
width: 20px;
background-color: var(--color-base-one);
border: 1px solid var(--color-tertiary);
border-radius: var(--border-radius-smd);
line-height: 0;
}
.wsx-checkbox-mark:after {
content: "";
position: absolute;
top: 4px;
left: 4px;
bottom: 4px;
right: 4px;
background: url(//momento10.com/wp-content/plugins/wholesalex/assets/icons/white-tick.svg) center / cover no-repeat;
display: none;
}
input:checked ~ .wsx-checkbox-mark {
background-color: var(--color-tertiary);
}
input:checked ~ .wsx-checkbox-mark:after {
display: block;
}
.wsx-checkbox-md {
height: 16px;
width: 16px;
}
.wsx-checkbox-sm {
height: 12px;
width: 12px;
} .wsx-btn-group {
display: flex;
align-items: center;
gap: 16px;
}
.wsx-btn-group.wsx-center {
justify-content: center;
margin: 0 auto;
}
.wsx-btn {
width: fit-content;
padding: var(--btn-vertical-padding) var(--btn-horizontal-padding);
border: none;
border-radius: var(--border-radius-md);
color: var(--color-text-reverse);
font-size: var(--btn-font-size);
font-weight: var(--btn-font-weight);
line-height: var(--btn-line-height);
transition: all var(--transition-md);
cursor: pointer;
}
.wsx-btn.wsx-go-back {
padding: calc(var(--btn-vertical-padding) - 2px)
var(--btn-horizontal-padding);
}
.wsx-btn-border {
border: 1px solid currentColor;
padding: calc(var(--btn-vertical-padding) - 2px)
var(--btn-horizontal-padding);
}
.wsx-btn-border-primary {
color: var(--color-primary);
}
.wsx-btn-border-primary:hover {
color: var(--color-text-reverse);
border-color: var(--color-primary);
background-color: var(--color-primary);
}
.wsx-btn .wsx-icon.wsx-color-primary {
color: var(--color-primary);
}
.wsx-btn .wsx-icon.wsx-color-primary:hover {
color: var(--color-secondary);
}
.wsx-btn .wsx-icon.wsx-color-secondary {
color: var(--color-secondary);
}
.wsx-btn .wsx-icon.wsx-color-secondary:hover {
color: var(--color-primary);
}
.wsx-btn.wsx-color-primary {
color: var(--color-primary);
}
.wsx-btn.wsx-color-text-medium {
color: var(--color-text-medium);
}
.wsx-btn.wsx-color-text-light {
color: var(--color-text-light);
}
.wsx-btn.wsx-color-text-reverse {
color: var(--color-text-reverse);
}
.wsx-btn.wsx-color-blue-dark {
color: var(--color-blue-dark);
}
.wsx-btn.wsx-bg-primary:hover,
.wsx-btn.wsx-bg-primary.active,
.wsx-btn.wsx-bg-negative:hover,
.wsx-btn.wsx-bg-negative.active {
background-color: var(--color-secondary);
border-color: var(--color-secondary);
}
.wsx-btn.wsx-bg-secondary {
color: var(--color-tertiary);
}
.wsx-btn.wsx-bg-secondary:hover,
.wsx-btn.wsx-bg-secondary.active {
background-color: var(--color-primary);
color: var(--color-text-reverse);
border-color: var(--color-primary);
}
.wsx-btn.wsx-bg-base1:hover,
.wsx-btn.wsx-bg-base1.active,
.wsx-btn.wsx-bg-base2:hover,
.wsx-btn.wsx-bg-base2.active,
.wsx-btn.wsx-bg-base3:hover,
.wsx-btn.wsx-bg-base3.active {
background-color: var(--color-tertiary);
color: var(--color-text-reverse);
border-color: var(--color-tertiary);
}
.wsx-btn.wsx-bg-base1,
.wsx-btn.wsx-bg-base2,
.wsx-btn.wsx-bg-base3 {
color: var(--color-text-dark);
}
.wsx-btn.wsx-bg-base1 span,
.wsx-btn.wsx-bg-base2 span,
.wsx-btn.wsx-bg-base3 span {
color: var(--color-text-reverse);
}
.wsx-btn.wsx-bg-tertiary:hover,
.wsx-btn.wsx-bg-tertiary.active,
.wsx-btn.wsx-bg-positive:hover,
.wsx-btn.wsx-bg-positive.active {
background-color: var(--color-primary);
border-color: var(--color-primary);
}
.wsx-btn.disable {
cursor: not-allowed;
opacity: 0.6;
pointer-events: none;
}
.wsx-btn-action {
background-color: var(--color-base-three);
border-radius: var(--border-radius-md);
padding: 8px;
color: var(--color-tertiary);
line-height: 0;
transition: all var(--transition-md);
display: inline-flex;
align-items: center;
box-sizing: border-box;
cursor: pointer;
}
.wsx-btn-action:hover {
color: var(--color-primary);
background-color: var(--color-base-two);
}
.wsx-btn.wsx-bg-primary {
background-color: var(--color-primary);
color: var(--color-text-reverse);
}
.wsx-btn.wsx-bg-secondary {
background-color: var(--color-secondary);
}
.wsx-btn.wsx-bg-tertiary {
background-color: var(--color-tertiary);
}
.wsx-btn-icon {
display: flex;
align-items: center;
gap: 8px;
cursor: pointer;
}
.wsx-btn-icon .wsx-anim-icon-left {
animation: none;
}
.wsx-btn-icon:hover .wsx-anim-icon-left {
animation: iconMovingLeft var(--transition-md) forwards;
}
.wsx-btn-wallet {
width: 100%;
min-width: 254px;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
border-radius: var(--border-radius-md);
color: var(--color-tertiary); background-color: var(--color-base-two);
padding: 30px;
cursor: pointer;
font-size: 20px;
font-weight: 500;
}
.wsx-btn-wallet.active {
color: var(--color-text-reverse);
background-color: var(--color-primary);
position: relative;
}
.wsx-btn-wallet.active:after {
content: "";
position: absolute;
bottom: -10px;
border: 12px solid var(--color-primary);
transform: rotate(45deg);
}
.wsx-btn-wallet.wallet_submit_btn,
.wsx-btn-wallet.wallet_request_btn {
width: fit-content;
color: var(--color-text-reverse);
background-color: var(--color-tertiary);
padding: var(--btn-vertical-padding) var(--btn-horizontal-padding);
min-width: 260px;
}
.wsx-btn-wallet.wallet_submit_btn:hover,
.wsx-btn-wallet.wallet_request_btn:hover {
background-color: var(--color-primary);
}
.wsx-icon {
line-height: 0;
}
.wsx-icon-cross {
cursor: pointer;
}
.wsx-icon-cross.wsx-icon-round {
border: 1px solid currentColor;
border-radius: 50%;
padding: 3px;
display: flex;
align-items: center;
justify-content: center;
line-height: 0;
}
.wsx-icon-cross:hover {
color: var(--color-negative);
} .wsx-dropdown-content-wrapper {
position: absolute;
z-index: 9;
padding: 12px;
border-radius: var(--border-radius-lg);
background-color: var(--color-base-one);
box-shadow: 0px 2px 4px 0 var(--color-shadow-primary);
white-space: nowrap;
width: fit-content;
}
.wsx-dropdown {
position: relative;
z-index: 9;
cursor: pointer;
}
.wsx-dropdown .wsx-menu-icon svg {
transition: transform var(--transition-md);
} .wsx-container {
max-width: 1320px;
margin: 0 auto;
padding: 42px 15px 100px;
}
.wsx-dropdown-actions-list {
margin-bottom: 20px;
}
.wsx-dropdown-actions-list:last-child,
.wsx-dropdown-actions-list:last-child:only-child {
margin-bottom: 0;
} .wsx-tooltip {
position: relative;
cursor: pointer;
width: fit-content;
}
.wsx-tooltip-content {
position: absolute;
width: fit-content;
max-width: 250px;
height: fit-content;
border-radius: var(--border-radius-sm);
padding: 6px 12px;
background-color: var(--color-indigo);
color: var(--color-text-reverse);
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
white-space: normal;
}
.wsx-tooltip-content::before {
content: "";
position: absolute;
z-index: -1;
width: 12px;
height: 12px;
background-color: var(--color-indigo);
transform: rotate(45deg);
border-radius: 3px;
font-weight: var(--font-weight-regular);
text-align: center;
}
.wsx-tooltip-content.top::before {
top: calc(100% - 8px);
}
.wsx-tooltip-content.bottom::before {
bottom: calc(100% - 8px);
}
.wsx-tooltip-content.left::before {
left: calc(100% - 8px);
}
.wsx-tooltip-global .wsx-tooltip-content.right {
left: calc(100% + 8px);
top: 50%;
transform: translateY(-50%);
bottom: auto;
}
.wsx-tooltip-content.right::before {
right: calc(100% - 8px);
}
.wsx-tooltip-global .wsx-tooltip-content {
visibility: hidden;
z-index: 1;
width: max-content;
bottom: 125%;
left: 50%;
transform: translateX(-50%);
opacity: 0;
transition: opacity 0.3s;
}
.wsx-tooltip-global:hover .wsx-tooltip-content {
visibility: visible;
opacity: 1;
} .wsx-wallet-add-balance {
padding: 32px;
background-color: var(--color-base-three);
border: 1px solid var(--color-border-secondary);
border-radius: var(--border-radius-lg);
}
.wsx-wallet-add-balance input[type="number"].wsx-input {
min-width: 260px;
border-color: var(--color-text-light);
background-color: var(--color-base-one);
border-radius: var(--border-radius-md);
}
.wsx-wallet-add-balance input[type="number"].wsx-input:focus {
background-color: var(--color-base-one);
} .wsx-new-conversation-container {
margin-bottom: 40px;
}
.wsx-new-conversation-container input,
.wsx-new-conversation-container select.wsx-select,
.wsx-new-conversation-container textarea.wsx-textarea,
.wsx-new-conversation-container
input:is(
[type="url"],
[type="tel"],
[type="text"],
[type="time"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="number"],
[type="search"],
[type="password"]
) {
border-radius: var(--border-radius-md);
border-color: var(--color-border-tertiary);
background-color: var(--color-base-one);
transition: all var(--transition-sm);
}
.wsx-new-conversation-container input:focus,
.wsx-new-conversation-container select.wsx-select:focus,
.wsx-new-conversation-container textarea.wsx-textarea:focus,
.wsx-new-conversation-container
input:is(
[type="url"],
[type="tel"],
[type="text"],
[type="time"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="number"],
[type="search"],
[type="password"]
):focus {
border: 1px solid var(--color-primary);
}
.wsx-conversation-form {
display: flex;
flex-direction: column;
gap: 30px;
}
.wsx-conversation-form label.wsx-label {
margin-bottom: 8px;
display: block;
}
.wsx-conversation-form input.wsx-btn {
border-radius: var(--border-radius-md);
margin-left: auto;
}
.wsx-conversation-title {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.wsx-conversation-header {
font-size: 26px;
font-weight: var(--font-weight-bold);
color: var(--color-text-medium);
line-height: 1.33;
}
.wsx-conversation-form {
padding: 30px;
background-color: var(--color-base-three);
border-radius: var(--border-radius-md);
border: 1px solid var(--color-border-primary);
}
.wsx-conversation-form select {
background-color: var(--color-base-one, #ffffff);
}
.wsx-reply-lists {
margin-bottom: 30px;
}
.wsx-reply-meta {
display: flex;
align-items: center;
gap: 4px;
flex-wrap: wrap;
justify-content: start;
}
.wsx-reply-lists.wsx-reply-right .wsx-reply-meta,
.wsx-reply-lists.wsx-reply-right .wsx-message-container {
justify-content: end;
}
.wsx-reply-meta .wsx-image {
width: 20px;
height: 20px;
border-radius: 50%;
}
.wsx-message-container {
display: flex;
}
.wsx-message-wrapper {
display: flex;
align-items: center;
gap: 12px;
margin-top: 8px;
width: fit-content;
position: relative;
}
.wsx-reply-lists.wsx-reply-right .wsx-message-wrapper {
flex-direction: row-reverse;
}
.wsx-message {
width: fit-content;
max-width: 36vw;
padding: 12px 20px;
line-height: 1.15em;
}
.wsx-quote,
.wsx-message {
background-color: var(--color-base-two);
border-radius: 0 var(--border-radius-lg) var(--border-radius-lg)
var(--border-radius-lg);
}
.wsx-reply-lists.wsx-reply-right .wsx-quote,
.wsx-reply-lists.wsx-reply-right .wsx-message {
color: var(--color-text-reverse);
background-color: var(--color-primary);
border-radius: var(--border-radius-lg) 0 var(--border-radius-lg)
var(--border-radius-lg);
} .wsx-quote-heading {
font-size: 18px;
font-weight: var(--font-weight-medium);
margin-bottom: 12px;
}
.wsx-quote-table {
background-color: var(--color-base-one);
color: var(--color-text-light);
border-radius: var(--border-radius-md);
border: 1px solid var(--color-border-tertiary);
overflow-x: auto;
overflow-y: hidden;
white-space: nowrap;
width: 100%;
}
.wsx-quote-table-head {
background-color: var(--color-base-three);
color: var(--color-text-medium);
}
.wsx-quote-table-row {
padding: 12px 24px;
display: grid;
align-items: center;
grid-template-columns: 2fr repeat(2, 1fr);
border-bottom: 1px solid var(--color-base-two);
}
.wsx-quote-table-row:last-child {
border-bottom: none;
}
.wsx-quote-table-row.wsx-quote-item-4 {
grid-template-columns: 2fr repeat(3, 1fr);
}
.wsx-quote-table-item {
min-width: 100px;
}
.wsx-quote-table-item.wsx-table-product-name {
min-width: 140px;
}
a.wsx-quote-item-link {
font-weight: var(--font-weight-bold);
color: var(--color-primary);
display: block;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
max-width: 8rem;
}
a.wsx-quote-item-link:hover {
color: var(--color-orchid);
}
.wsx-quote-table-footer {
display: flex;
align-items: center;
gap: 16px;
flex-wrap: wrap;
margin-top: 12px;
}
.wsx-quote-table-text {
font-size: 16px;
color: var(--color-tertiary);
}
.wsx-reply-lists.wsx-reply-right .wsx-quote-table-text,
.wsx-reply-lists.wsx-reply-right
.wsx-quote-table-text
.woocommerce-Price-amount {
color: var(--color-text-reverse);
}
.wsx-quote-table-text .woocommerce-Price-amount {
font-weight: var(--font-weight-bold);
}
.wsx-reply-container {
border-top: 1px solid var(--color-border-primary);
}
.wsx-reply-container textarea.wsx-textarea {
padding: 6px 10px;
margin: 0 0 16px;
outline: none;
border: 1px solid var(--color-border-primary);
border-radius: var(--border-radius-md);
box-shadow: none;
background-color: var(--color-base-one);
width: 100%;
min-height: 40px;
height: 100%;
font-size: 14px;
}
.wsx-reply-container textarea.wsx-textarea:focus {
border: 1px solid var(--color-primary);
box-shadow: none;
} .wsx-single-product-settings-slider label.wsx-label {
margin: 0 !important;
width: 100% !important;
}
.wsx-slider,
label.wsx-slider {
display: flex;
gap: 12px;
align-items: center;
}
.wsx-slider-input {
position: absolute;
visibility: hidden;
}
.wsx-slider-track {
position: relative;
width: 44px;
height: 24px;
border-radius: 12px;
transition: background-color var(--transition-md) ease;
cursor: pointer;
flex-shrink: 0;
}
.wsx-slider-thumb {
position: absolute;
top: 2px;
left: 2px;
width: 20px;
height: 20px;
border-radius: 50%;
transition: left var(--transition-md) ease;
}
.wsx-slider.active .wsx-slider-thumb {
left: 22px;
}
.wsx-slider-md .wsx-slider-track {
width: 40px;
height: 20px;
}
.wsx-slider-md .wsx-slider-thumb {
width: 16px;
height: 16px;
left: 2px;
}
.wsx-slider-md .wsx-slider.active .wsx-slider-thumb {
left: 22px;
}
.wsx-slider-sm .wsx-slider-track {
width: 28px;
height: 16px;
}
.wsx-slider-sm .wsx-slider-thumb {
width: 12px;
height: 12px;
left: 2px;
}
.wsx-slider-sm .wsx-slider.active .wsx-slider-thumb {
left: 14px;
}
.wsx-relative {
position: relative;
}
.wsx-absolute {
position: absolute;
z-index: 1;
}
.wsx-fixed {
position: fixed;
z-index: 9;
}
.wsx-top {
top: 0;
}
.wsx-top-16 {
top: 16px;
}
.wsx-up {
bottom: 100%;
}
.wsx-bottom {
bottom: 0;
}
.wsx-down {
top: 100%;
}
.wsx-down-60p {
top: 60%;
}
.wsx-down-4 {
top: calc(100% + 4px);
}
.wsx-left {
left: 0;
}
.wsx-left-n15 {
left: -15px;
}
.wsx-start {
right: 100%;
}
.wsx-start-4 {
right: calc(100% + 4px);
}
.wsx-right {
right: 0;
}
.wsx-right-16 {
right: 16px;
}
.wsx-end {
left: 100%;
}
.wsx-end-4 {
left: calc(100% + 4px);
}
.wsx-z-99999 {
z-index: 99999;
}
.wsx-z-9999 {
z-index: 9999;
}
.wsx-z-999 {
z-index: 999;
}
.wsx-z-99 {
z-index: 99;
}
.wsx-z-9 {
z-index: 9;
}
.wsx-z-1 {
z-index: 1;
}
.wsx-z-0 {
z-index: 0;
}
.wsx-bg-approve {
background-color: var(--color-positive);
}
.wsx-bg-approve:hover {
background-color: var(--color-positive-hover);
}
.wsx-bg-delete {
opacity: 0.8;
background-color: var(--color-negative);
}
.wsx-bg-delete:hover {
opacity: 1;
}
.wsx-bg-deactive {
background-color: var(--color-deactive);
}
.wsx-bg-deactive:hover {
background-color: var(--color-tertiary);
}
.wsx-bg-reject {
opacity: 0.8;
background-color: var(--color-reject);
}
.wsx-bg-reject:hover {
opacity: 1;
}
.wsx-bg-primary {
background-color: var(--color-primary);
}
.wsx-bg-secondary {
background-color: var(--color-secondary);
}
.wsx-bg-tertiary {
background-color: var(--color-tertiary);
}
.wsx-bg-negative {
background-color: var(--color-negative);
}
.wsx-bg-positive {
background-color: var(--color-positive);
}
.wsx-bg-sky {
background-color: var(--color-sky);
}
.wsx-bg-orchid {
background-color: var(--color-orchid);
}
.wsx-bg-mint {
background-color: var(--color-mint);
}
.wsx-bg-lime {
background-color: var(--color-lime);
}
.wsx-bg-pink {
background-color: var(--color-pink);
}
.wsx-bg-indigo {
background-color: var(--color-indigo);
}
.wsx-bg-gray {
background-color: var(--color-gray);
}
.wsx-bg-base1 {
background-color: var(--color-base-one);
}
.wsx-bg-base2 {
background-color: var(--color-base-two);
}
.wsx-bg-base3 {
background-color: var(--color-base-three);
}
.wsx-bg-base4 {
background-color: var(--color-base-four);
}
.wsx-bg-promotion {
background-color: var(--color-promotion-bg);
}
.wsx-bg-text-medium {
background-color: var(--color-text-medium);
}
.wsx-bg-transparent {
background-color: transparent;
}
.wsx-color-primary {
color: var(--color-primary);
}
.wsx-color-secondary {
color: var(--color-secondary);
}
.wsx-color-tertiary {
color: var(--color-tertiary);
}
.wsx-color-negative {
color: var(--color-negative);
}
.wsx-color-positive {
color: var(--color-positive);
}
.wsx-color-warning {
color: var(--color-warning);
}
.wsx-color-blue-dark {
color: var(--color-blue-dark);
}
.wsx-color-sky {
color: var(--color-sky);
}
.wsx-color-orchid {
color: var(--color-orchid);
}
.wsx-color-mint {
color: var(--color-mint);
}
.wsx-color-lime {
color: var(--color-lime);
}
.wsx-color-pink {
color: var(--color-pink);
}
.wsx-color-indigo {
color: var(--color-indigo);
}
.wsx-color-gray {
color: var(--color-gray);
}
.wsx-color-text-dark {
color: var(--color-text-dark);
}
.wsx-color-text-medium {
color: var(--color-text-medium);
}
.wsx-color-text-light {
color: var(--color-text-light);
}
.wsx-color-text-reverse {
color: var(--color-text-reverse);
}
.wsx-color-text-body {
color: var(--color-text-body);
}
.wsx-shadow-primary {
box-shadow: 0 0 10px 10px var(--color-shadow-primary);
}
.wsx-border-default {
border: 1px solid;
}
.wsx-border-none {
border: none;
}
.wsx-border-top {
border-top: 1px solid;
}
.wsx-border-bottom {
border-bottom: 1px solid;
}
.wsx-br-lg {
border-radius: var(--border-radius-lg);
}
.wsx-br-md {
border-radius: var(--border-radius-md);
}
.wsx-br-sm {
border-radius: var(--border-radius-sm);
}
.wsx-br-round {
border-radius: 50%;
}
.wsx-br-none {
border-radius: 0;
}
.wsx-bc-primary {
border-color: var(--color-primary);
}
.wsx-bc-secondary {
border-color: var(--color-secondary);
}
.wsx-bc-tertiary {
border-color: var(--color-tertiary);
}
.wsx-bc-border-primary {
border-color: var(--color-border-primary);
}
.wsx-bc-border-secondary {
border-color: var(--color-border-secondary);
}
.wsx-bc-border-tertiary {
border-color: var(--color-border-tertiary);
}
.wsx-bc-border-light {
border-color: var(--color-border-light);
}
.wsx-bc-promotion {
border-color: var(--color-promotion-border);
}
.wsx-bc-transparent {
border-color: transparent;
}
.wsx-d-block {
display: block;
}
.wsx-d-flex {
display: flex;
}
.wsx-d-none {
display: none;
}
.wsx-flex-column {
flex-direction: column;
}
.wsx-flex-column-reverse {
flex-direction: column-reverse;
}
.wsx-flex-reverse {
flex-direction: row-reverse;
}
.wsx-flex-wrap {
flex-wrap: wrap;
}
.wsx-flex-nowrap {
flex-wrap: nowrap;
}
.wsx-flex-1 {
flex: 1;
}
.wsx-flex-0 {
flex: 0;
}
.wsx-basis-50 {
flex-basis: 50%;
}
.wsx-basis-20 {
flex-basis: 20%;
}
.wsx-basis-17 {
flex-basis: 17%;
}
.wsx-basis-4 {
flex-basis: 4%;
}
.wsx-item-start {
align-items: start;
}
.wsx-item-center {
align-items: center;
}
.wsx-item-end {
align-items: end;
}
.wsx-justify-evenly {
justify-content: space-evenly;
}
.wsx-justify-around {
justify-content: space-around;
}
.wsx-justify-space {
justify-content: space-between;
}
.wsx-justify-center {
justify-content: center;
}
.wsx-justify-start {
justify-content: start;
}
.wsx-justify-end {
justify-content: end;
}
.wsx-justify-wrapper {
display: flex;
align-items: center;
justify-content: space-between;
white-space: nowrap;
gap: 10px;
}
.wsx-d-grid,
.wsx-column-2,
.wsx-column-3,
.wsx-column-4,
.wsx-column-1fr-2fr {
display: grid;
}
.wsx-gap-100 {
gap: 100px;
}
.wsx-gap-48 {
gap: 48px;
}
.wsx-gap-40 {
gap: 40px;
}
.wsx-gap-32 {
gap: 32px;
}
.wsx-gap-30 {
gap: 30px;
}
.wsx-gap-24 {
gap: 24px;
}
.wsx-gap-20 {
gap: 20px;
}
.wsx-gap-16 {
gap: 16px;
}
.wsx-gap-12 {
gap: 12px;
}
.wsx-gap-8 {
gap: 8px;
}
.wsx-gap-6 {
gap: 6px;
}
.wsx-gap-4 {
gap: 4px;
}
.wsx-column-2 {
grid-template-columns: repeat(2, 1fr);
}
.wsx-column-3 {
grid-template-columns: repeat(3, 1fr);
}
.wsx-column-4 {
grid-template-columns: repeat(4, 1fr);
}
.wsx-column-1fr-2fr {
grid-template-columns: 1fr 2fr;
}
.wsx-w-full {
width: 100%;
}
.wsx-w-90p {
width: 90%;
}
.wsx-w-60p {
width: 60%;
}
.wsx-w-half {
width: 50%;
}
.wsx-w-auto {
width: auto;
}
.wsx-w-fit {
width: fit-content;
}
.wsx-width-70v {
width: 70vw;
}
.wsx-width-90v {
width: 90vw;
}
.wsx-width-full {
width: 100vw;
}
.wsx-width-1320 {
max-width: 1320px;
}
.wsx-width-1280 {
max-width: 1280px;
}
.wsx-width-1230 {
max-width: 1230px;
}
.wsx-width-512 {
max-width: 512px;
}
.wsx-width-360 {
max-width: 360px;
}
.wsx-width-250 {
max-width: 250px;
}
.wsx-height-full {
height: 100vh;
}
.wsx-text-start {
text-align: start;
}
.wsx-text-center {
text-align: center;
}
.wsx-text-end {
text-align: end;
}
.wsx-font-bold {
font-weight: var(--font-weight-bold);
}
.wsx-font-medium {
font-weight: var(--font-weight-medium);
}
.wsx-font-regular {
font-weight: var(--font-weight-regular);
}
.wsx-lh-normal {
line-height: normal;
}
.wsx-lh-0 {
line-height: 0;
}
.wsx-font-32 {
font-size: 32px;
}
.wsx-font-28 {
font-size: 28px;
}
.wsx-font-24 {
font-size: 24px;
}
.wsx-font-20 {
font-size: 20px;
}
.wsx-font-18 {
font-size: 18px;
}
.wsx-font-16 {
font-size: 16px;
}
.wsx-font-14 {
font-size: 14px;
line-height: 16px;
}
.wsx-font-12 {
font-size: 12px;
line-height: 14px;
}
.wsx-center-hz {
margin-left: auto;
margin-right: auto;
}
.wsx-m-0 {
margin: 0;
}
.wsx-mb-100 {
margin-bottom: 100px;
}
.wsx-mb-48 {
margin-bottom: 48px;
}
.wsx-mb-40 {
margin-bottom: 40px;
}
.wsx-mb-32 {
margin-bottom: 32px;
}
.wsx-mb-26 {
margin-bottom: 26px;
}
.wsx-mb-24 {
margin-bottom: 24px;
}
.wsx-mb-20 {
margin-bottom: 20px;
}
.wsx-mb-16 {
margin-bottom: 16px;
}
.wsx-mb-14 {
margin-bottom: 14px;
}
.wsx-mb-12 {
margin-bottom: 12px;
}
.wsx-mb-8 {
margin-bottom: 8px;
}
.wsx-mb-4 {
margin-bottom: 4px;
}
.wsx-mb-n8 {
margin-bottom: -8px;
}
.wsx-mb-0 {
margin-bottom: 0px;
}
.wsx-mt-100 {
margin-top: 100px;
}
.wsx-mt-48 {
margin-top: 48px;
}
.wsx-mt-40 {
margin-top: 40px;
}
.wsx-mt-32 {
margin-top: 32px;
}
.wsx-mt-24 {
margin-top: 24px;
}
.wsx-mt-20 {
margin-top: 20px;
}
.wsx-mt-16 {
margin-top: 16px;
}
.wsx-mt-12 {
margin-top: 12px;
}
.wsx-mt-8 {
margin-top: 8px;
}
.wsx-mt-4 {
margin-top: 4px;
}
.wsx-p-32 {
padding: 32px;
}
.wsx-p-24 {
padding: 24px;
}
.wsx-p-20 {
padding: 20px;
}
.wsx-p-16 {
padding: 16px;
}
.wsx-p-10 {
padding: 10px;
}
.wsx-p-8 {
padding: 8px;
}
.wsx-p-6 {
padding: 6px;
}
.wsx-p-4 {
padding: 4px;
}
.wsx-p-0 {
padding: 0px;
}
.wsx-plr-40 {
padding-left: 40px;
padding-right: 40px;
}
.wsx-plr-24 {
padding-left: 24px;
padding-right: 24px;
}
.wsx-plr-20 {
padding-left: 20px;
padding-right: 20px;
}
.wsx-plr-16 {
padding-left: 16px;
padding-right: 16px;
}
.wsx-plr-12 {
padding-left: 12px;
padding-right: 12px;
}
.wsx-plr-10 {
padding-left: 10px;
padding-right: 10px;
}
.wsx-plr-8 {
padding-left: 8px;
padding-right: 8px;
}
.wsx-plr-4 {
padding-left: 4px;
padding-right: 4px;
}
.wsx-pt-100 {
padding-top: 100px;
}
.wsx-pt-48 {
padding-top: 48px;
}
.wsx-pt-32 {
padding-top: 32px;
}
.wsx-pt-24 {
padding-top: 24px;
}
.wsx-pt-20 {
padding-top: 20px;
}
.wsx-pt-16 {
padding-top: 16px;
}
.wsx-pt-12 {
padding-top: 12px;
}
.wsx-pt-10 {
padding-top: 10px;
}
.wsx-pt-8 {
padding-top: 8px;
}
.wsx-pt-6 {
padding-top: 6px;
}
.wsx-pt-4 {
padding-top: 4px;
}
.wsx-pb-100 {
padding-bottom: 100px;
}
.wsx-pb-48 {
padding-bottom: 48px;
}
.wsx-pb-32 {
padding-bottom: 32px;
}
.wsx-pb-24 {
padding-bottom: 24px;
}
.wsx-pb-20 {
padding-bottom: 20px;
}
.wsx-pb-16 {
padding-bottom: 16px;
}
.wsx-pb-12 {
padding-bottom: 12px;
}
.wsx-pb-10 {
padding-bottom: 10px;
}
.wsx-pb-8 {
padding-bottom: 8px;
}
.wsx-pb-6 {
padding-bottom: 6px;
}
.wsx-pb-4 {
padding-bottom: 4px;
} @media (max-width: 991px) {
.wsx-lg-column-1,
.wsx-lg-column-2,
.wsx-lg-column-3 {
display: grid;
}
.wsx-lg-column-3 {
grid-template-columns: repeat(3, 1fr);
}
.wsx-lg-column-2 {
grid-template-columns: repeat(2, 1fr);
}
.wsx-lg-column-1 {
grid-template-columns: 1fr;
}
}
@media (max-width: 850px) {
.wsx-message {
max-width: 56vw;
}
}
@media (max-width: 689px) {
.woocommerce-account .woocommerce-MyAccount-content {
width: 100%;
}
}
@media (max-width: 490px) {
.wsx-message {
max-width: 46vw;
}
}
@media (max-width: 490px) {
.wsx-sm-flex {
display: flex;
flex-direction: column;
}
}
.approve-button {
margin-right: 10px;
padding: 10px;
background-color: #4caf50;
border: none;
color: #fff;
border-radius: 4px;
cursor: pointer;
}
.decline-button {
padding: 10px;
background-color: #f44336;
border: none;
color: #fff;
border-radius: 4px;
cursor: pointer;
}.woocommerce img.pswp__img,.woocommerce-page img.pswp__img{max-width:none}button.pswp__button{box-shadow:none!important;background-image:url(//momento10.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png)!important}button.pswp__button,button.pswp__button--arrow--left::before,button.pswp__button--arrow--right::before,button.pswp__button:hover{background-color:transparent!important}button.pswp__button--arrow--left,button.pswp__button--arrow--left:hover,button.pswp__button--arrow--right,button.pswp__button--arrow--right:hover{background-image:none!important}button.pswp__button--close:hover{background-position:0 -44px}button.pswp__button--zoom:hover{background-position:-88px 0} .pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.admin-bar .pswp{height:calc(100% - var(--wp-admin--admin-bar--height,0px));top:var(--wp-admin--admin-bar--height,0)}.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline}.pswp__button{width:44px;height:44px;position:relative;background:0 0;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:left;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:0;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(//momento10.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(//momento10.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:0 0}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:0 0;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgba(0,0,0,.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#fff;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);box-shadow:0 2px 5px rgba(0,0,0,.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}.pswp__share-tooltip a:hover{text-decoration:none;color:#000}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#fff;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3e5c9a;color:#fff}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a}a.pswp__share--twitter:hover{background:#55acee;color:#fff}a.pswp__share--pinterest:hover{background:#ccc;color:#ce272d}a.pswp__share--download:hover{background:#ddd}.pswp__counter{position:relative;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#fff;opacity:.75;padding:0 10px;margin-inline-end:auto}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#bbb}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#ccc}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(//momento10.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise .5s linear infinite;animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:0 0;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #fff;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:0 0;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%;display:flex;justify-content:flex-end}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__caption,.pswp__top-bar{background-color:rgba(0,0,0,.5)}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.3)}.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:0 0}:root{--woocommerce:#720eec;--wc-green:#008a20;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px;--wc-card-border-radius:8px}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button{float:right}.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}.woocommerce .col2-set::after,.woocommerce .col2-set::before,.woocommerce-page .col2-set::after,.woocommerce-page .col2-set::before{content:" ";display:table}.woocommerce .col2-set::after,.woocommerce-page .col2-set::after{clear:both}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:left;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:right;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:left;width:48%}.woocommerce #content div.product div.thumbnails::after,.woocommerce #content div.product div.thumbnails::before,.woocommerce div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::before,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::before,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::before{content:" ";display:table}.woocommerce #content div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::after{clear:both}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:left;width:30.75%;margin-right:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-right:0}.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first{clear:both}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-right:0;float:none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:right;width:48%;clear:none}.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before{content:" ";display:table}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce #content div.product #reviews .comment::after,.woocommerce #content div.product #reviews .comment::before,.woocommerce div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::before,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::before,.woocommerce-page div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::before{content:" ";display:table}.woocommerce #content div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::after{clear:both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:right;height:auto}.woocommerce ul.products,.woocommerce-page ul.products{clear:both}.woocommerce ul.products::after,.woocommerce ul.products::before,.woocommerce-page ul.products::after,.woocommerce-page ul.products::before{content:" ";display:table}.woocommerce ul.products::after,.woocommerce-page ul.products::after{clear:both}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:left;margin:0 3.8% 2.992em 0;padding:0;position:relative;width:22.05%;margin-left:0}.woocommerce ul.products li.first,.woocommerce-page ul.products li.first{clear:both}.woocommerce ul.products li.last,.woocommerce-page ul.products li.last{margin-right:0}.woocommerce ul.products.columns-1 li.product,.woocommerce-page ul.products.columns-1 li.product{width:100%;margin-right:0}.woocommerce ul.products.columns-2 li.product,.woocommerce-page ul.products.columns-2 li.product{width:48%}.woocommerce ul.products.columns-3 li.product,.woocommerce-page ul.products.columns-3 li.product{width:30.75%}.woocommerce ul.products.columns-5 li.product,.woocommerce-page ul.products.columns-5 li.product{width:16.95%}.woocommerce ul.products.columns-6 li.product,.woocommerce-page ul.products.columns-6 li.product{width:13.5%}.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product{width:100%;margin-right:0}.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product{width:48%}.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product{width:30.75%}.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product{width:16.95%}.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product{width:13.5%}.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{float:left}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:right}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce .woocommerce-pagination ul.page-numbers::before,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::before{content:" ";display:table}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::after{clear:both}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:right}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:80px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:left}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{width:100%}.woocommerce .cart-collaterals::after,.woocommerce .cart-collaterals::before,.woocommerce-page .cart-collaterals::after,.woocommerce-page .cart-collaterals::before{content:" ";display:table}.woocommerce .cart-collaterals::after,.woocommerce-page .cart-collaterals::after{clear:both}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:left}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:left}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:48%}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;clear:right;float:right}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce .cart-collaterals .shipping_calculator::before,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::before{content:" ";display:table}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::after{clear:both}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:right;width:48%}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.cart_list li::before,.woocommerce-page ul.product_list_widget li::after,.woocommerce-page ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:right;height:auto}.woocommerce form .form-row::after,.woocommerce form .form-row::before,.woocommerce-page form .form-row::after,.woocommerce-page form .form-row::before{content:" ";display:table}.woocommerce form .form-row::after,.woocommerce-page form .form-row::after{clear:both}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:47%;overflow:visible}.woocommerce form .form-row-first,.woocommerce-page form .form-row-first{float:left}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:right}.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide{clear:both}.woocommerce form .password-input,.woocommerce-page form .password-input{display:flex;flex-direction:column;justify-content:center;position:relative}.woocommerce form .password-input input[type=password],.woocommerce-page form .password-input input[type=password]{padding-right:2.5rem}.woocommerce form .password-input input::-ms-reveal,.woocommerce-page form .password-input input::-ms-reveal{display:none}.woocommerce form .show-password-input,.woocommerce-page form .show-password-input{background-color:transparent;border-radius:0;border:0;color:var(--wc-form-color-text,#000);cursor:pointer;font-size:inherit;line-height:inherit;margin:0;padding:0;position:absolute;right:.7em;text-decoration:none;top:50%;transform:translateY(-50%);-moz-osx-font-smoothing:inherit;-webkit-appearance:none;-webkit-font-smoothing:inherit}.woocommerce form .show-password-input::before,.woocommerce-page form .show-password-input::before{background-repeat:no-repeat;background-size:cover;background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z" fill="%23111111"/></svg>');content:"";display:block;height:22px;width:22px}.woocommerce form .show-password-input.display-password::before,.woocommerce-page form .show-password-input.display-password::before{background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.3 9.49999C15 4.89999 8.50002 3.79999 3.90002 7.19999C2.70002 8.09999 1.70002 9.29999 0.900024 10.6C1.10002 11 1.40002 11.4 1.70002 11.8C5.00002 16.4 11.3 17.4 15.9 14.2C16.8 13.5 17.6 12.8 18.3 11.8C18.6 11.4 18.8 11 19.1 10.6C18.8 10.2 18.6 9.79999 18.3 9.49999ZM10.1 7.19999C10.6 6.69999 11.4 6.69999 11.9 7.19999C12.4 7.69999 12.4 8.49999 11.9 8.99999C11.4 9.49999 10.6 9.49999 10.1 8.99999C9.60003 8.49999 9.60003 7.69999 10.1 7.19999ZM10 14.9C6.90002 14.9 4.00002 13.3 2.30002 10.7C3.50002 8.99999 5.10002 7.79999 7.00002 7.19999C6.30002 7.99999 6.00002 8.89999 6.00002 9.89999C6.00002 12.1 7.70002 14 10 14C12.2 14 14.1 12.3 14.1 9.99999V9.89999C14.1 8.89999 13.7 7.89999 13 7.19999C14.9 7.79999 16.5 8.99999 17.7 10.7C16 13.3 13.1 14.9 10 14.9Z" fill="%23111111"/></svg>')}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions{text-align:left;padding:0 1em 0 0;float:left}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:right}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-billing-fields::before,.woocommerce .woocommerce-shipping-fields::after,.woocommerce .woocommerce-shipping-fields::before,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-billing-fields::before,.woocommerce-page .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-shipping-fields::before{content:" ";display:table}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-shipping-fields::after{clear:both}.woocommerce .woocommerce-terms-and-conditions,.woocommerce-page .woocommerce-terms-and-conditions{margin-bottom:1.618em;padding:1.618em}.woocommerce .woocommerce-oembed,.woocommerce-page .woocommerce-oembed{position:relative}.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:30%}.woocommerce-account .woocommerce-MyAccount-content{float:right;width:68%}.woocommerce-account .woocommerce-MyAccount-content mark{background-color:transparent;color:inherit;font-weight:700}.woocommerce-page.left-sidebar #content.twentyeleven{width:58.4%;margin:0 7.6%;float:right}.woocommerce-page.right-sidebar #content.twentyeleven{margin:0 7.6%;width:58.4%;float:left}.twentyfourteen .tfwc{padding:12px 10px 0;max-width:474px;margin:0 auto}.twentyfourteen .tfwc .product .entry-summary{padding:0!important;margin:0 0 1.618em!important}.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail{margin-top:0}@media screen and (min-width:673px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1040px){.twentyfourteen .tfwc{padding-right:15px;padding-left:15px}}@media screen and (min-width:1110px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1218px){.twentyfourteen .tfwc{margin-right:54px}.full-width .twentyfourteen .tfwc{margin-right:auto}}.twentyfifteen .t15wc{padding-left:7.6923%;padding-right:7.6923%;padding-top:7.6923%;margin-bottom:7.6923%;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.15)}.twentyfifteen .t15wc .page-title{margin-left:0}@media screen and (min-width:38.75em){.twentyfifteen .t15wc{margin-right:7.6923%;margin-left:7.6923%;margin-top:8.3333%}}@media screen and (min-width:59.6875em){.twentyfifteen .t15wc{margin-left:8.3333%;margin-right:8.3333%;padding:10%}.single-product .twentyfifteen .entry-summary{padding:0!important}}.twentysixteen .site-main{margin-right:7.6923%;margin-left:7.6923%}.twentysixteen .entry-summary{margin-right:0;margin-left:0}#content .twentysixteen div.product div.images,#content .twentysixteen div.product div.summary{width:46.42857%}@media screen and (min-width:44.375em){.twentysixteen .site-main{margin-right:23.0769%}}@media screen and (min-width:56.875em){.twentysixteen .site-main{margin-right:0;margin-left:0}.no-sidebar .twentysixteen .site-main{margin-right:15%;margin-left:15%}.no-sidebar .twentysixteen .entry-summary{margin-right:0;margin-left:0}}.rtl .woocommerce .col2-set .col-1,.rtl .woocommerce-page .col2-set .col-1{float:right}.rtl .woocommerce .col2-set .col-2,.rtl .woocommerce-page .col2-set .col-2{float:left}