.chzn-container {
position: relative;
display: inline-block;
vertical-align: middle;
font-size: 13px;
zoom: 1;
*display: inline;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.chzn-container .chzn-drop {
position: absolute;
top: 100%;
left: -9999px;
z-index: 1010;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
border: 1px solid #aaa;
border-top: 0;
background: #fff;
box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chzn-container.chzn-with-drop .chzn-drop {
left: 0;
}
.chzn-container a {
cursor: pointer;
}  .chzn-container-single .chzn-single {
position: relative;
display: block;
overflow: hidden;
padding: 0 0 0 8px;
height: 23px;
border: 1px solid #aaa;
border-radius: 5px;
background-color: #fff;
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
background-clip: padding-box;
box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
color: #444;
text-decoration: none;
white-space: nowrap;
line-height: 24px;
}
.chzn-container-single .chzn-default {
color: #999;
}
.chzn-container-single .chzn-single span {
display: block;
overflow: hidden;
margin-right: 26px;
text-overflow: ellipsis;
white-space: nowrap;
}
.chzn-container-single .chzn-single-with-deselect span {
margin-right: 38px;
}
.chzn-container-single .chzn-single abbr {
position: absolute;
top: 6px;
right: 26px;
display: block;
width: 12px;
height: 12px;
background: url(//sax-power.net/wp-content/plugins/wp-file-download/app/admin/assets/css/chosen-sprite.png) -42px 1px no-repeat;
font-size: 1px;
}
.chzn-container-single .chzn-single abbr:hover {
background-position: -42px -10px;
}
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
background-position: -42px -10px;
}
.chzn-container-single .chzn-single div {
position: absolute;
top: 0;
right: 0;
display: block;
width: 18px;
height: 100%;
}
.chzn-container-single .chzn-single div b {
display: block;
width: 100%;
height: 100%;
background: url(//sax-power.net/wp-content/plugins/wp-file-download/app/admin/assets/css/chosen-sprite.png) no-repeat 0px 2px;
}
.chzn-container-single .chzn-search {
position: relative;
z-index: 1010;
margin: 0;
padding: 3px 4px;
white-space: nowrap;
}
.chzn-container-single .chzn-search input[type="text"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 1px 0;
padding: 4px 20px 4px 5px;
width: 100%;
height: auto;
outline: 0;
border: 1px solid #aaa;
background: white url(//sax-power.net/wp-content/plugins/wp-file-download/app/admin/assets/css/chosen-sprite.png) no-repeat 100% -20px;
background: url(//sax-power.net/wp-content/plugins/wp-file-download/app/admin/assets/css/chosen-sprite.png) no-repeat 100% -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
background: url(//sax-power.net/wp-content/plugins/wp-file-download/app/admin/assets/css/chosen-sprite.png) no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
background: url(//sax-power.net/wp-content/plugins/wp-file-download/app/admin/assets/css/chosen-sprite.png) no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
background: url(//sax-power.net/wp-content/plugins/wp-file-download/app/admin/assets/css/chosen-sprite.png) no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
background: url(//sax-power.net/wp-content/plugins/wp-file-download/app/admin/assets/css/chosen-sprite.png) no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
font-size: 1em;
font-family: sans-serif;
line-height: normal;
border-radius: 0;
}
.chzn-container-single .chzn-drop {
margin-top: -1px;
border-radius: 0 0 4px 4px;
background-clip: padding-box;
}
.chzn-container-single.chzn-container-single-nosearch .chzn-search {
position: absolute;
left: -9999px;
}  .chzn-container .chzn-results {
position: relative;
overflow-x: hidden;
overflow-y: auto;
margin: 0 4px 4px 0;
padding: 0 0 0 4px;
max-height: 240px;
-webkit-overflow-scrolling: touch;
}
.chzn-container .chzn-results li {
display: none;
margin: 0;
padding: 5px 6px;
list-style: none;
line-height: 15px;
}
.chzn-container .chzn-results li.active-result {
display: list-item;
cursor: pointer;
}
.chzn-container .chzn-results li.disabled-result {
display: list-item;
color: #ccc;
cursor: default;
}
.chzn-container .chzn-results li.highlighted {
background-color: #3875d7;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
color: #fff;
}
.chzn-container .chzn-results li.no-results {
display: list-item;
background: #f4f4f4;
}
.chzn-container .chzn-results li.group-result {
display: list-item;
font-weight: bold;
cursor: default;
}
.chzn-container .chzn-results li.group-option {
padding-left: 15px;
}
.chzn-container .chzn-results li em {
font-style: normal;
text-decoration: underline;
}  .chzn-container-multi .chzn-choices {
position: relative;
overflow: hidden;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
width: 100%;
height: auto !important;
height: 1%;
border: 1px solid #aaa;
background-color: #fff;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
cursor: text;
}
.chzn-container-multi .chzn-choices li {
float: left;
list-style: none;
}
.chzn-container-multi .chzn-choices li.search-field {
margin: 0;
padding: 0;
white-space: nowrap;
width: 100%;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
margin: 1px 0;
padding: 5px;
height: 15px;
outline: 0;
border: 0 !important;
background: transparent !important;
box-shadow: none;
color: #666;
font-size: 100%;
font-family: sans-serif;
line-height: normal;
border-radius: 0;
}
.chzn-container-multi .chzn-choices li.search-field .default {
color: #999;
}
.chzn-container-multi .chzn-choices li.search-choice {
position: relative;
margin: 3px 0 3px 5px;
padding: 3px 20px 3px 5px;
border: 1px solid #aaa;
border-radius: 3px;
background-color: #e4e4e4;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-clip: padding-box;
box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
color: #333;
line-height: 13px;
cursor: default;
}
.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
position: absolute;
top: 4px;
right: 3px;
display: block;
width: 12px;
height: 12px;
background: url(//sax-power.net/wp-content/plugins/wp-file-download/app/admin/assets/css/chosen-sprite.png) -42px 1px no-repeat;
font-size: 1px;
}
.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover {
background-position: -42px -10px;
}
.chzn-container-multi .chzn-choices li.search-choice-disabled {
padding-right: 5px;
border: 1px solid #ccc;
background-color: #e4e4e4;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
color: #666;
}
.chzn-container-multi .chzn-choices li.search-choice-focus {
background: #d4d4d4;
}
.chzn-container-multi .chzn-choices li.search-choice-focus .search-choice-close {
background-position: -42px -10px;
}
.chzn-container-multi .chzn-results {
margin: 0;
padding: 0;
}
.chzn-container-multi .chzn-drop .result-selected {
display: list-item;
color: #ccc;
cursor: default;
}  .chzn-container-active .chzn-single {
border: 1px solid #5897fb;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chzn-container-active.chzn-with-drop .chzn-single {
border: 1px solid #aaa;
-moz-border-radius-bottomright: 0;
border-bottom-right-radius: 0;
-moz-border-radius-bottomleft: 0;
border-bottom-left-radius: 0;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
}
.chzn-container-active.chzn-with-drop .chzn-single div {
border-left: none;
background: transparent;
}
.chzn-container-active.chzn-with-drop .chzn-single div b {
background-position: -18px 2px;
}
.chzn-container-active .chzn-choices {
border: 1px solid #5897fb;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chzn-container-active .chzn-choices li.search-field input[type="text"] {
color: #111 !important;
}  .chzn-disabled {
opacity: 0.5 !important;
cursor: default;
}
.chzn-disabled .chzn-single {
cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
cursor: default;
}  .chzn-rtl {
text-align: right;
}
.chzn-rtl .chzn-single {
overflow: visible;
padding: 0 8px 0 0;
}
.chzn-rtl .chzn-single span {
margin-right: 0;
margin-left: 26px;
direction: rtl;
}
.chzn-rtl .chzn-single-with-deselect span {
margin-left: 38px;
}
.chzn-rtl .chzn-single div {
right: auto;
left: 3px;
}
.chzn-rtl .chzn-single abbr {
right: auto;
left: 26px;
}
.chzn-rtl .chzn-choices li {
float: right;
}
.chzn-rtl .chzn-choices li.search-field input[type="text"] {
direction: rtl;
}
.chzn-rtl .chzn-choices li.search-choice {
margin: 3px 5px 3px 0;
padding: 3px 5px 3px 19px;
}
.chzn-rtl .chzn-choices li.search-choice .search-choice-close {
right: auto;
left: 4px;
}
.chzn-rtl .chzn-drop {
left: 9999px;
}
.chzn-rtl.chzn-container-single .chzn-results {
margin: 0 0 4px 4px;
padding: 0 4px 0 0;
}
.chzn-rtl .chzn-results li.group-option {
padding-right: 15px;
padding-left: 0;
}
.chzn-rtl.chzn-container-active.chzn-with-drop .chzn-single div {
border-right: none;
}
.chzn-rtl .chzn-search input[type="text"] {
padding: 4px 5px 4px 20px;
background: white url(//sax-power.net/wp-content/plugins/wp-file-download/app/admin/assets/css/chosen-sprite.png) no-repeat -30px -20px;
background: url(//sax-power.net/wp-content/plugins/wp-file-download/app/admin/assets/css/chosen-sprite.png) no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
background: url(//sax-power.net/wp-content/plugins/wp-file-download/app/admin/assets/css/chosen-sprite.png) no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
background: url(//sax-power.net/wp-content/plugins/wp-file-download/app/admin/assets/css/chosen-sprite.png) no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
background: url(//sax-power.net/wp-content/plugins/wp-file-download/app/admin/assets/css/chosen-sprite.png) no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
background: url(//sax-power.net/wp-content/plugins/wp-file-download/app/admin/assets/css/chosen-sprite.png) no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
direction: rtl;
}
.chzn-rtl.chzn-container-single .chzn-single div b {
background-position: 6px 2px;
}
.chzn-rtl.chzn-container-single.chzn-with-drop .chzn-single div b {
background-position: -12px 2px;
}
[dir="rtl"] .chzn-container .chzn-drop,
[dir="rtl"] .chzn-container-single.chzn-container-single-nosearch .chzn-search {
left: auto;
right: -9999px;
}
[dir="rtl"] .chzn-container.chzn-with-drop .chzn-drop {
right: 0;
}  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
.chzn-rtl .chzn-search input[type="text"],
.chzn-container-single .chzn-single abbr,
.chzn-container-single .chzn-single div b,
.chzn-container-single .chzn-search input[type="text"],
.chzn-container-multi .chzn-choices .search-choice .search-choice-close,
.chzn-container .chzn-results-scroll-down span,
.chzn-container .chzn-results-scroll-up span {
background-image: url(//sax-power.net/wp-content/plugins/wp-file-download/app/admin/assets/css/chosen-sprite@2x.png) !important;
background-size: 52px 37px !important;
background-repeat: no-repeat !important;
}
}.wc-block-cart-items__row.woosb-bundles:not(.woosb-fixed-price) .wc-block-cart-item__prices, .wc-block-cart-items__row.woosb-bundles:not(.woosb-fixed-price) .wc-block-components-product-badge, .wc-block-cart-items__row.woosb-bundles:not(.woosb-fixed-price) .wc-block-components-product-price__value {
display: none !important;
}
.wc-block-cart-items__row.woosb-bundled .wc-block-cart-item__remove-link {
display: none !important;
}
.wc-block-cart-items__row.woosb-bundled .wc-block-cart-item__quantity {
pointer-events: none !important;
}
.wc-block-cart-items__row.woosb-bundled.woosb-hide-bundled {
display: none !important;
}
.wc-block-cart-items__row.woosb-bundled.woosb-fixed-price .wc-block-cart-item__prices, .wc-block-cart-items__row.woosb-bundled.woosb-fixed-price .wc-block-components-product-badge, .wc-block-cart-items__row.woosb-bundled.woosb-fixed-price .wc-block-cart-item__total-price-and-sale-badge-wrapper, .wc-block-cart-items__row.woosb-bundled.woosb-fixed-price .wc-block-components-product-price__value {
display: none !important;
}
.wc-block-components-order-summary-item.woosb-bundled.woosb-hide-bundled {
display: none !important;
}.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%;
}
.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;
}.disblock { display: block; }
.som-password-sent-message {
margin-bottom: 50px;
padding: 15px;
border: 2px solid #2679ce;
border-radius: 4px;
background-color: #2679ce;
color: #fff;
position: relative;
display: table;
width: 100%;
}
.lostpassword-submit {
margin-bottom: 2rem;
}
.som-password-error-message {
background-color: #2679ce;
border-color: #2679ce;
padding-left: 10px;
}
.som-password-sent-message span {
display: table-cell;
vertical-align: middle;
}
.sompass-submit-loading {
display: inline-block;
display: none;
}
.sompass-submit-loading.submitted {
display: inline-block;
padding-left: 10px;
height: 50px;
line-height: 50px;
}
.sompass-submit-loading img { display: inline; }
#lostpasswordform #somfrp_user_info { display: block; } #reset-pass-submit {
margin: 10px 0 0 0;
}
#somfrp_user_info {
width: 250px;
}
.somfrp-password-wrapper {
width: 200px;
max-width: 400px;
margin-bottom: 10px;
}
.somfrp-password-wrapper input[type="password"].som-password-input,
.somfrp-password-wrapper input[type="text"].som-password-input { width: 200px; }
.somfrp-password-wrapper input[type="password"].som-password-input,
.somfrp-password-wrapper input[type="text"].som-password-input { max-width: 400px; }
.somfrp-eye-toggle {
position:absolute;
right: 0px;
top:50%;
transform:translateY(-50%);
cursor:pointer;
background:none;
border:0;
padding:0;
line-height:1;
width:20px;
height:20px;
border:0; 
background:none; 
padding:0; 
cursor:pointer; 
line-height:1;
}
.somfrp-eye-toggle .somfrp-eye-off { display:none; }
.somfrp-eye-toggle.dashicons-hidden .somfrp-eye { display:none; }
.somfrp-eye-toggle.dashicons-hidden .somfrp-eye-off { display:inline-block; }
.password-requirements li {
color: #999;
}
.password-requirements li.valid {
color: green;
}
.password-requirements li.invalid {
color: #c00;
}.wcb2b-livesearch{position:relative;margin-bottom:1.5em}.wcb2b-livesearch.loading form{margin:0;position:relative}.wcb2b-livesearch.loading::before{content:'';text-align:right;position:absolute;top:0;bottom:0;left:0;right:0;z-index:1;background:rgba(0,0,0,.2)}.wcb2b-livesearch.loading form::after{content:' ';position:absolute;top:5px;right:5px;border:5px solid #fff;border-radius:50%;border-top:5px solid #000;width:20px;height:20px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.wcb2b-livesearch input[type=search]{width:100%}.wcb2b-livesearch-products{border:solid 1px #eee;width:100%;background:#fff}.wcb2b-livesearch-fixed .wcb2b-livesearch-products{position:absolute;z-index:999;overflow-y:scroll;max-height:60vh}.wcb2b-livesearch-product{border-bottom:solid 1px #eee;display:flex}.wcb2b-livesearch-product>div{padding:1.5em}.wcb2b-livesearch-product-sku{color:#6c757d;font-size:.8em}.wcb2b-livesearch-product-buttons-wrapper{margin-left:auto}#wcb2b-switch-group-wrapper{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border:solid 2px #ddd;margin-bottom:1.5rem}#wcb2b-switch-group-wrapper form{margin:0}.wcb2b-switch-group-selector{border:solid 1px #ddd;padding:.5rem 1rem;text-transform:uppercase}.woocommerce-MyAccount-navigation-link, .woocommerce-MyAccount-navigation-link a {
color: #00387B !important;
background-color: #FFFFFF !important;
}
.dashboard-links {
margin: 0;
}
.dashboard-links a {
display: block;
border-radius: 5px;
padding: 20px 0;
border: 1px solid #ddd;
text-align: center;
margin-right: 10px;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.woocommerce-MyAccount-navigation ul {
list-style: none;
}
.woocommerce-MyAccount-navigation a {
display: block;
padding: .538em .923em;
transition: 0.15s all ease;
}
.woocommerce-MyAccount-navigation-link:hover, .woocommerce-MyAccount-navigation-link:hover a {
color: #FFFFFF !important;
background-color: #00387B !important;
}
.woocommerce-MyAccount-navigation-link.is-active, .woocommerce-MyAccount-navigation-link.is-active a {
color: #FFFFFF !important;
background-color: #00387B !important;
}
.dashboard-links a:hover {
text-decoration: none;
}
.dashboard-links .woocommerce-MyAccount-navigation-link:hover {
background-color: transparent !important;
}
.dashboard-links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
line-height: 1;
font-size: 1.3em;
list-style: none;
}
.dashboard-links .active {
display: none;
}
.dashboard-links li {
width: 33.333%;
margin-bottom: 15px;
}
.woocommerce-MyAccount-navigation {
float: left !important;
}