.wmp-auth-wrap {
max-width: 480px;
margin: 2rem auto;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, sans-serif;
} .wmp-auth-tabs-wrap {
max-width: 520px;
} .wmp-auth-card {
background: #fff;
border: 1px solid #e2e8f0;
border-radius: 14px;
box-shadow: 0 4px 24px rgba(0,0,0,.07);
overflow: hidden;
}
.wmp-auth-card__header {
text-align: center;
padding: 2rem 2rem 1.25rem;
background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
border-bottom: 1px solid #bae6fd;
}
.wmp-auth-card__header--inner {
background: none;
border: none;
padding: 0 0 1rem;
text-align: left;
}
.wmp-auth-card__icon {
font-size: 2.5rem;
line-height: 1;
margin-bottom: .5rem;
}
.wmp-auth-card__title {
font-size: 1.35rem;
font-weight: 700;
color: #0c4a6e;
margin: 0 0 .35rem;
}
.wmp-auth-card__subtitle {
font-size: .875rem;
color: #475569;
margin: 0;
line-height: 1.5;
}
.wmp-auth-card__body {
padding: 1.75rem 2rem;
}
.wmp-auth-card__footer {
padding: 1rem 2rem 1.5rem;
border-top: 1px solid #f1f5f9;
text-align: center;
} .wmp-auth-msg {
margin: 0 2rem;
padding: .875rem 1rem;
border-radius: 8px;
font-size: .875rem;
font-weight: 500;
line-height: 1.5;
}
.wmp-auth-msg--success {
background: #dcfce7;
color: #166534;
border: 1px solid #bbf7d0;
}
.wmp-auth-msg--error {
background: #fee2e2;
color: #991b1b;
border: 1px solid #fecaca;
} .wmp-form-group {
margin-bottom: 1rem;
}
.wmp-form-label {
display: block;
font-size: .78rem;
font-weight: 600;
color: #374151;
margin-bottom: 5px;
letter-spacing: .02em;
}
.wmp-required {
color: #e74c3c;
margin-left: 2px;
}
.wmp-form-input {
width: 100%;
padding: 9px 12px;
border: 1px solid #d1d5db;
border-radius: 7px;
font-size: .875rem;
color: #1e293b;
background: #fff;
transition: border-color .15s, box-shadow .15s;
box-sizing: border-box;
outline: none;
}
.wmp-form-input:focus {
border-color: #0891b2;
box-shadow: 0 0 0 3px rgba(8,145,178,.12);
}
.wmp-form-input--icon {
padding-left: 38px;
padding-right: 38px;
} .wmp-input-wrap {
position: relative;
display: flex;
align-items: center;
}
.wmp-input-icon {
position: absolute;
left: 11px;
font-size: .9rem;
pointer-events: none;
z-index: 1;
}
.wmp-input-wrap .wmp-form-input {
flex: 1;
}
.wmp-pw-toggle {
position: absolute;
right: 8px;
background: none;
border: none;
cursor: pointer;
font-size: 1rem;
padding: 4px;
line-height: 1;
color: #64748b;
z-index: 1;
}
.wmp-pw-toggle:hover { color: #0891b2; } .wmp-form-row {
display: flex;
gap: 12px;
align-items: center;
flex-wrap: wrap;
}
.wmp-form-row--between {
justify-content: space-between;
margin-bottom: 1rem;
}
.wmp-form-row--2col {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 12px;
}
.wmp-form-row--2col .wmp-form-group {
margin-bottom: 0;
} .wmp-checkbox-label {
display: flex;
align-items: flex-start;
gap: 8px;
cursor: pointer;
font-size: .875rem;
color: #374151;
line-height: 1.5;
}
.wmp-checkbox {
width: 16px;
height: 16px;
flex-shrink: 0;
accent-color: #0891b2;
margin-top: 2px;
cursor: pointer;
} .wmp-btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
padding: 10px 20px;
border: 0;
border-radius: 8px;
font-size: .9rem;
font-weight: 600;
cursor: pointer;
transition: background .15s, transform .1s, box-shadow .15s;
text-decoration: none;
line-height: 1.3;
}
.wmp-btn--primary {
background: #0891b2;
color: #fff;
}
.wmp-btn--primary:hover {
background: #0e7490;
box-shadow: 0 3px 10px rgba(8,145,178,.3);
transform: translateY(-1px);
}
.wmp-btn--primary:disabled {
opacity: .65;
cursor: not-allowed;
transform: none;
box-shadow: none;
}
.wmp-btn--full {
width: 100%;
display: flex;
} .wmp-link {
color: #0891b2;
text-decoration: none;
font-weight: 500;
}
.wmp-link:hover { text-decoration: underline; }
.wmp-link--small { font-size: .82rem; } .wmp-auth-footer-text {
font-size: .875rem;
color: #64748b;
margin: 0;
} .wmp-role-selector {
display: flex;
gap: 8px;
flex-wrap: wrap;
}
.wmp-role-card {
flex: 1;
min-width: 80px;
display: flex;
flex-direction: column;
align-items: center;
gap: 5px;
padding: 12px 8px;
border: 2px solid #e2e8f0;
border-radius: 9px;
cursor: pointer;
transition: border-color .15s, background .15s;
text-align: center;
}
.wmp-role-card:hover {
border-color: #0891b2;
background: #f0f9ff;
}
.wmp-role-card--active {
border-color: #0891b2;
background: #e0f2fe;
}
.wmp-role-card__input {
display: none;
}
.wmp-role-card__icon {
font-size: 1.5rem;
line-height: 1;
}
.wmp-role-card__label {
font-size: .75rem;
font-weight: 600;
color: #374151;
line-height: 1.3;
} .wmp-pw-strength {
margin-top: 6px;
display: flex;
align-items: center;
gap: 10px;
}
.wmp-pw-strength__bar {
flex: 1;
height: 5px;
background: #e2e8f0;
border-radius: 99px;
overflow: hidden;
}
.wmp-pw-strength__fill {
height: 100%;
width: 0;
border-radius: 99px;
transition: width .3s, background .3s;
}
.wmp-pw-strength__label {
font-size: .75rem;
font-weight: 600;
min-width: 50px;
} .wmp-pw-requirements {
background: #f8fafc;
border: 1px solid #e2e8f0;
border-radius: 8px;
padding: 12px 14px;
margin-bottom: 1rem;
}
.wmp-pw-requirements__title {
font-size: .78rem;
font-weight: 600;
color: #475569;
margin: 0 0 6px;
}
.wmp-pw-requirements__list {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
gap: 4px;
}
.wmp-req-item {
font-size: .8rem;
color: #94a3b8;
display: flex;
align-items: center;
gap: 6px;
transition: color .2s;
}
.wmp-req-item--met {
color: #166534;
}
.wmp-req-icon {
font-size: .9rem;
} .wmp-auth-tabs__nav {
display: flex;
border-bottom: 2px solid #e2e8f0;
}
.wmp-auth-tabs__tab {
flex: 1;
padding: 14px 16px;
background: none;
border: none;
font-size: .9rem;
font-weight: 600;
color: #64748b;
cursor: pointer;
transition: color .15s, border-bottom .15s;
border-bottom: 3px solid transparent;
margin-bottom: -2px;
}
.wmp-auth-tabs__tab:hover {
color: #0891b2;
background: #f8fafc;
}
.wmp-auth-tabs__tab--active {
color: #0891b2;
border-bottom-color: #0891b2;
background: #f0f9ff;
}
.wmp-auth-tabs__panel {
display: none;
}
.wmp-auth-tabs__panel--active {
display: block;
} @media (max-width: 480px) {
.wmp-auth-card__body,
.wmp-auth-card__header,
.wmp-auth-card__footer {
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.wmp-auth-msg {
margin-left: 1.25rem;
margin-right: 1.25rem;
}
.wmp-form-row--2col {
grid-template-columns: 1fr;
}
.wmp-role-selector {
gap: 6px;
}
.wmp-role-card {
min-width: 70px;
padding: 10px 6px;
}
} .wmp-contact-wrap {
max-width: 560px;
}
.wmp-contact-textarea {
min-height: 120px;
resize: vertical;
}
.wmp-contact-msg {
margin: 0 0 1rem;
padding: .875rem 1rem;
border-radius: 8px;
font-size: .875rem;
font-weight: 500;
line-height: 1.5;
}
.wmp-form-label--checkbox {
display: flex;
align-items: flex-start;
gap: .5rem;
font-size: .84rem;
color: #374151;
cursor: pointer;
}
.wmp-form-label--checkbox input[type=checkbox] {
flex-shrink: 0;
margin-top: 2px;
accent-color: #0891b2;
} .wmp-auth-full-tabs-wrap {
max-width: 580px;
}
.wmp-auth-full-tabs-wrap .wmp-auth-tabs__nav {
flex-wrap: wrap;
gap: 2px;
background: #f8fafc;
padding: 4px 4px 0;
border-radius: 10px 10px 0 0;
border-bottom: none;
}
.wmp-auth-full-tabs-wrap .wmp-auth-tabs__tab {
flex: 1 1 auto;
min-width: 100px;
border-radius: 8px 8px 0 0;
display: flex;
flex-direction: column;
align-items: center;
gap: 3px;
padding: 10px 8px 8px;
font-size: .78rem;
}
.wmp-tab-icon { font-size: 1.25rem; }
.wmp-tab-label { font-size: .72rem; font-weight: 600; } .wmp-auth-full-tabs-wrap .wmp-auth-tabs__panel > .wmp-auth-wrap { margin: 0; }
.wmp-auth-full-tabs-wrap .wmp-auth-tabs__panel > .wmp-contact-wrap { margin: 0; max-width: 100%; }
.wmp-auth-full-tabs-wrap .wmp-auth-tabs__panel .wmp-auth-card {
border-top-left-radius: 0;
border-top-right-radius: 0;
}.wmp-i18n-switcher { display: inline-flex; align-items: center; gap: 4px; }
.wmp-i18n-flags { flex-wrap: wrap; }
.wmp-lang-link {
display: inline-flex;
align-items: center;
gap: 4px;
padding: 4px 8px;
border-radius: 4px;
text-decoration: none;
color: inherit;
font-size: 0.85em;
font-weight: 500;
transition: background .15s, opacity .15s;
white-space: nowrap;
}
.wmp-lang-link:hover { background: rgba(0,0,0,.07); text-decoration: none; }
.wmp-lang-link.wmp-lang-active {
background: rgba(0,0,0,.1);
font-weight: 700;
pointer-events: none;
}
.wmp-lang-label { font-size: 0.9em; } .wmp-i18n-dropdown { position: relative; }
.wmp-i18n-dropdown-toggle {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 6px 12px;
border: 1px solid rgba(0,0,0,.2);
border-radius: 4px;
background: transparent;
cursor: pointer;
font-size: 0.9em;
font-weight: 500;
color: inherit;
transition: background .15s, border-color .15s;
}
.wmp-i18n-dropdown-toggle:hover { background: rgba(0,0,0,.06); }
.wmp-i18n-caret { font-size: 0.75em; opacity: .7; transition: transform .2s; }
.wmp-i18n-dropdown-toggle[aria-expanded="true"] .wmp-i18n-caret { transform: rotate(180deg); }
.wmp-i18n-dropdown-menu {
display: none;
position: absolute;
top: calc(100% + 6px);
right: 0;
min-width: 160px;
background: #fff;
border: 1px solid rgba(0,0,0,.12);
border-radius: 6px;
box-shadow: 0 4px 16px rgba(0,0,0,.12);
list-style: none;
margin: 0;
padding: 4px 0;
z-index: 9999;
}
.wmp-i18n-dropdown-menu.wmp-open { display: block; }
.wmp-i18n-dropdown-menu .wmp-lang-link {
display: flex;
width: 100%;
border-radius: 0;
padding: 8px 14px;
color: #1d2327;
}
.wmp-i18n-dropdown-menu .wmp-lang-link:hover { background: #f6f7f7; }
.wmp-i18n-dropdown-menu .wmp-lang-active { background: #f0f6fc; color: #2271b1; } .wmp-i18n-menu-item { display: flex; align-items: center; } .wmp-i18n-footer-switcher {
text-align: center;
padding: 1rem 0;
border-top: 1px solid rgba(0,0,0,.08);
margin-top: 1rem;
} body.wmp-rtl .wmp-i18n-dropdown-menu { right: auto; left: 0; } body.wmp-lang-switching { opacity: .7; transition: opacity .2s; }.wpfront-notification-bar{visibility:hidden;position:fixed;overflow:hidden;left:0;right:0;text-align:center;color:#fff;background-color:#000;z-index:99998}.wpfront-bottom-shadow{-webkit-box-shadow:0 5px 5px 0 rgba(0,0,0,0.75);-moz-box-shadow:0 5px 5px 0 rgba(0,0,0,0.75);box-shadow:0 5px 5px 0 rgba(0,0,0,0.75)}.wpfront-top-shadow{-webkit-box-shadow:0 -5px 5px 0 rgba(0,0,0,0.75);-moz-box-shadow:0 -5px 5px 0 rgba(0,0,0,0.75);box-shadow:0 -5px 5px 0 rgba(0,0,0,0.75)}.wpfront-notification-bar.wpfront-fixed{position:fixed;z-index:99998;width:100%;display:flex;align-content:center;align-items:center;justify-content:center;flex-direction:row}.wpfront-notification-bar.wpfront-fixed-position{z-index:99999}.wpfront-notification-bar.wpfront-fixed.load{visibility:visible;position:relative}.wpfront-notification-bar.top{top:0}.wpfront-notification-bar.bottom{bottom:0}.wpfront-notification-bar div.wpfront-close{position:absolute;top:3px;right:5px;cursor:pointer;font-family:Arial,sans-serif;font-weight:bold;line-height:0;font-size:10px;padding:5px 2px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.wpfront-notification-bar table,.wpfront-notification-bar tbody,.wpfront-notification-bar tr{margin:auto;border:0;padding:0;background:inherit}.wpfront-notification-bar td{background:inherit;vertical-align:middle;text-align:center;border:0;margin:0;padding:0;line-height:1em}.wpfront-notification-bar div.wpfront-div{display:inline-block;text-align:center;vertical-align:middle;padding:5px 0}.wpfront-notification-bar-editor a.wpfront-button,.wpfront-notification-bar a.wpfront-button{display:inline-block;box-shadow:0 1px 2px rgba(0,0,0,0.2);white-space:nowrap;font-size:13px;font-weight:bold;text-align:center;text-decoration:none;text-shadow:0 1px 1px rgba(0,0,0,0.3);cursor:pointer;padding:5px 10px;margin-left:5px;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px}.wpfront-notification-bar-open-button{position:absolute;right:10px;z-index:99998;border:3px solid white;width:23px;height:30px;cursor:pointer;background-repeat:no-repeat;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.wpfront-notification-bar-open-button.hidden{display:none}.wpfront-notification-bar-open-button.top{top:0;background-position:top center;border-top:0;-webkit-border-top-right-radius:0;-webkit-border-top-left-radius:0;-moz-border-radius-topright:0;-moz-border-radius-topleft:0;border-top-right-radius:0;border-top-left-radius:0}.wpfront-notification-bar-open-button.bottom{bottom:0;background-position:bottom center;border-bottom:0;-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.wpfront-notification-bar-spacer{position:relative;z-index:99998}.wpfront-notification-bar-spacer.wpfront-fixed-position{z-index:99999}.wpfront-notification-bar-spacer.hidden{display:none}div.wpfront-message p{margin:0}.woosb-wrap {
display: block;
width: 100%;
clear: both;
}
.woosb-wrap .woosb-text, .woosb-wrap .woosb-products, .woosb-bundles .woosb-text, .woosb-bundles .woosb-products {
margin: 0 0 15px 0;
}
.woosb-wrap .woosb-text, .woosb-bundles .woosb-text {
white-space: pre-line;
}
.woosb-products {
border-width: 1px 0 0 0;
border-style: dotted;
border-color: #e5e5e5;
}
.woosb-products .woosb-product {
display: flex;
align-items: center;
padding: 10px 0;
margin: 0;
border-bottom: 1px dotted #e5e5e5;
}
.woosb-products .woosb-product.woosb-product-hidden {
display: none;
}
.woosb-products .woosb-product.woosb-product-unpurchasable {
display: none;
}
.woosb-products .woosb-product > div {
padding: 0 5px;
}
.woosb-products .woosb-product .woosb-thumb {
width: 50px;
flex: 0 0 50px;
}
.woosb-products .woosb-product .woosb-thumb img {
width: 100%;
max-width: 100%;
height: auto;
display: block;
}
.woosb-products .woosb-product .woosb-quantity {
width: 80px;
flex: 0 0 80px;
}
.woosb-products .woosb-product .woosb-quantity.woosb-quantity-plus-minus {
width: 130px;
flex: 0 0 130px;
}
.woosb-products .woosb-product .woosb-quantity label {
display: none;
}
.woosb-products .woosb-product .woosb-quantity input {
width: 100%;
min-width: 40px;
text-align: center;
}
.woosb-products .woosb-product .woosb-price {
width: 100px;
flex: 0 0 100px;
text-align: end;
}
.woosb-products .woosb-product .woosb-price * {
font-size: inherit !important;
}
.woosb-products .woosb-product .woosb-price del {
opacity: .5;
text-decoration: line-through;
}
.woosb-products .woosb-product .woosb-price del span {
text-decoration: line-through;
}
.woosb-products .woosb-product .woosb-price ins {
font-weight: normal;
}
.woosb-products .woosb-product .woosb-price .amount {
display: inline-block;
}
.woosb-products .woosb-product .woosb-title {
flex-grow: 1;
text-align: start;
}
.woosb-products .woosb-product .woosb-title .woosb-title-inner {
display: block;
overflow: hidden;
}
.woosb-products .woosb-product .woosb-title .woosb-title-inner a {
text-decoration: none;
box-shadow: none;
}
.woosb-products .woosb-product .woosb-title .woovr-variations-select .woovr-variation-image, .woosb-products .woosb-product .woosb-title .woovr-variations-select .woovr-variation-price {
display: none !important;
}
.woosb-products .woosb-product .variations_form {
margin: 0;
padding: 0;
}
.woosb-products .woosb-product .woosb-title .stock {
font-size: 14px;
margin: 0;
padding: 0;
}
.woosb-products .woosb-product .woosb-title .stock.in-stock {
color: green;
}
.woosb-products .woosb-product .woosb-title .stock.available-on-backorder {
color: orange;
}
.woosb-products .woosb-product .woosb-title .stock.out-of-stock {
color: red;
}
.woosb-products .woosb-product .woosb-description, .woosb-products .woosb-product .woosb-variation-description {
font-size: 14px;
}
.woosb-products .woosb-product .variations_form .variations {
display: inline-block;
margin: 0 -3px;
padding: 0;
}
.woosb-products .woosb-product .variations_form .variations .variation {
display: inline-block;
border-width: 1px;
border-style: solid;
border-color: #e5e5e5;
padding: 5px 10px;
margin: 5px 3px 0 3px;
max-width: 100%;
border-radius: 2px;
float: none;
vertical-align: top;
}
.woosb-products .woosb-product .variations_form .variations .variation > div {
display: block;
}
.woosb-products .woosb-product .variations_form .variations .reset {
display: inline-block;
}
.woosb-products .woosb-product .variations_form .variations .variation:last-child {
margin-bottom: 0;
}
.woosb-products .woosb-product .variations_form .variations .variation .label {
font-size: 12px;
line-height: 1;
}
.woosb-products .woosb-product .variations_form .variations .variation .select {
line-height: 1;
}
.woosb-products .woosb-product .variations_form .variations .variation .select select {
width: 100%;
height: auto;
line-height: 1;
padding: 0 16px 0 0;
margin: 0;
background-color: transparent;
border-radius: 0;
border: none;
-webkit-appearance: none;
-moz-appearance: none;
outline: none;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAECAYAAACtBE5DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGNEQzN0Y2NTY0NjcxMUU3QjU5NUI5N0U0NjlDMTIzNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGNEQzN0Y2NjY0NjcxMUU3QjU5NUI5N0U0NjlDMTIzNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkY0RDM3RjYzNjQ2NzExRTdCNTk1Qjk3RTQ2OUMxMjM2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY0RDM3RjY0NjQ2NzExRTdCNTk1Qjk3RTQ2OUMxMjM2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+pzgqpQAAADdJREFUeNpirKioWMDAwBDPgAoWMQGJLCC+hiR4HYgzQRLfgDgUSoNwCIhmgaq6BtXJCNMNEGAAbM0MK7OUU3AAAAAASUVORK5CYII=);
background-repeat: no-repeat;
background-position: 100% 50%;
background-size: auto;
}
.woosb-products .woosb-product .variations_form .variations a.reset_variations {
margin: 0;
font-size: 12px;
}
.woosb-item-child .product-price .amount, .woosb-item-child .product-price .tax_label,
.woosb-item-child .product-subtotal .amount, .woosb-item-child .product-subtotal .tax_label,
.woosb-item-child .product-total .amount, .woosb-item-child .product-total .tax_label {
opacity: .3;
}
.woosb-alert {
padding: 6px 10px 6px 14px;
border-left: 4px solid #222;
background-color: #eeeeee;
font-size: 14px;
}
body.woocommerce-no-js .woosb-wrap + form.cart {
display: none;
}
.woosb-disabled {
opacity: .5 !important;
pointer-events: none !important;
cursor: not-allowed !important;
}
.woosb-quantity-input {
display: flex;
align-items: center;
}
.woosb-quantity-input .quantity {
flex-grow: 1;
height: auto;
}
.woosb-quantity-plus-minus .plus, .woosb-quantity-plus-minus .minus, .woosb-quantity-plus-minus .quantity-minus, .woosb-quantity-plus-minus .quantity-plus, .woosb-quantity-plus-minus .plus-btn, .woosb-quantity-plus-minus .minus-btn {
display: none !important;
}
.woosb-quantity-input-plus, .woosb-quantity-input-minus {
width: 40px;
height: 40px;
flex: 0 0 40px;
line-height: 38px;
text-align: center;
cursor: pointer;
background-color: #fefefe;
border: 1px solid #e5e5e5;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.woosb-quantity-input .woosb-qty {
width: 100%;
min-width: 40px;
height: 40px;
line-height: 38px;
margin: 0;
padding: 0 5px;
box-shadow: none;
border-width: 1px 0;
border-style: solid;
border-color: #e5e5e5;
border-radius: 0;
background-color: #fefefe;
-moz-appearance: textfield;
}
.woosb-quantity-input .woosb-qty:focus {
outline: none;
outline-color: transparent;
}
.woosb-quantity-input-plus:hover, .woosb-quantity-input-minus:hover {
background-color: #f0f0f0;
}
.woosb-quantity-input input::-webkit-outer-spin-button, .woosb-quantity-input input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
body.rtl .woosb-alert {
padding: 6px 14px 6px 10px;
border-right: 4px solid #222;
border-left: none;
}