.simple-social-icons svg[class^="social-"],
.simple-social-icons svg[class*=" social-"] {
display: inline-block;
width: 1em;
height: 1em;
stroke-width: 0;
stroke: currentColor;
fill: currentColor;
}
.simple-social-icons {
overflow: hidden;
}
.simple-social-icons ul {
margin: 0;
padding: 0;
}
.simple-social-icons ul li {
background: none !important;
border: none !important;
float: left;
list-style-type: none !important;
margin: 0 6px 12px !important;
padding: 0 !important;
}
.simple-social-icons ul li a {
border: none !important;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
display: inline-block;
font-style: normal !important;
font-variant: normal !important;
font-weight: normal !important;
height: 1em;
line-height: 1em;
text-align: center;
text-decoration: none !important;
text-transform: none !important;
width: 1em;
}
.simple-social-icons ul.aligncenter {
text-align: center;
}
.simple-social-icons ul.aligncenter li {
display: inline-block;
float: none;
}
.simple-social-icons .screen-reader-text {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}#airwallex-card{
max-width:100%;
border: 1px solid rgb(217, 217, 217);
width: 100%;
margin-left: 0;
box-shadow: none;
background: white;
padding: 9px 16px;
border-radius: 5px;
box-sizing: border-box;
}
#airwallex-card iframe{
width: 100% !important;
}
label[for="payment_method_airwallex_card"] > img, .airwallex-card-icon{
max-height: 1.5em;
}
.airwallex-card-icon{
margin:0 2px;
}
.airwallex-checkout-loading-mask {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: #fff;
opacity: 0.25;
z-index: 1000;
} #awx-express-checkout-wrapper {
display: none;
}
.awx-express-checkout-error {
display: none;
}
.awx-express-checkout-button-set {
display: flex;
border: 1px solid #ddd;
box-sizing: border-box;
border-radius: 3px;
padding: 1em 1em 1em 0;
}
.awx-express-checkout-button-set legend {
margin: 0 auto;
padding: 0 10px;
text-align: center;
width: fit-content;
}
.awx-express-checkout-button-set .awx-ec-button {
margin-left: 1em;
}
apple-pay-button {
--apple-pay-button-width: 100%;
--apple-pay-button-height: 40px;
--apple-pay-button-border-radius: 5px;
}
#awx-ec-apple-pay-btn {
margin-bottom: 8px;
}
.awx-ec-button {
width: 100%;
line-height: normal;
display: none;
}
.awx-ec-button button {
width: 100% !important;
}
@media(max-width: 800px) {
#awx-express-checkout-button {
flex-flow: column;
padding: 1em;
}
.awx-express-checkout-button-set .awx-ec-button {
margin: 0 auto;
}
.awx-apple-pay-btn {
margin-bottom: 1em;
}
} .wc-airwallex-alert-box {
display: flex;
min-height: 48px;
padding: 12px 16px;
align-items: center;
gap: 16px;
align-self: stretch;
border-radius: 6px;
}
.wc-airwallex-alert-box.wc-airwallex-error {
border: 1px solid var(--Component-Alert-Border-error, #FF776D);
background: var(--Component-Alert-Background-error, #FFEFEF);
}
.wc-airwallex-alert-box.wc-airwallex-warning {
border: 1px solid var(--Component-Alert-Border-warning, #FFD014);
background: var(--Component-Alert-Background-warning, #FFFBEF);
}
.wc-airwallex-alert-box.wc-airwallex-info {
border: 1px solid var(--Component-Alert-Border-info, #38BDF8);
background: var(--Component-Alert-Background-info, #F0F9FF);
}
.wc-airwallex-alert-box img {
max-width: 20px;
width: 20px;
height: 20px;
}
.wc-airwallex-currency-switching-container {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 2px;
margin-right: 16px;
}
.wc-airwallex-currency-switching-conversion-rate {
display: flex;
justify-content: flex-end;
align-items: center;
gap: var(--Primitives-space-xs, 8px);
}
.wc-airwallex-currency-switching-convert-icon {
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-end;
}
.wc-airwallex-currency-switching-convert-icon-line {
display: flex;
width: var(--Component-radius-switch, 12px);
justify-content: center;
align-items: center;
gap: var(--Primitives-space-xs, 8px);
}
.wc-airwallex-currency-switching-convert-icon-line div {
width: 1px;
height: 6px;
background: var(--Semantic-Border-normal, #E8EAED);
}
.wc-airwallex-currency-switching-convert-text {
display: flex;
justify-content: flex-end;
align-items: center;
gap: 4px;
font-size: 75%;
}
.wc-airwallex-currency-switching-converted-amount {
font-size: 150%;
}
.wc-airwallex-loader {
display: none;
margin-left: 5px;
width: 20px;
aspect-ratio: 1;
border-radius: 50%;
background:
radial-gradient(farthest-side, #a9a9a9 94%, #0000) top/3px 3px no-repeat,
conic-gradient(#0000 30%, #a9a9a9);
-webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 3px), #000 0);
animation: awx-loader 1s infinite linear;
}
@keyframes awx-loader {
100% {
transform: rotate(1turn)
}
}
.wc-airwallex-currency-switching-quote-expire-mask {
display: none;
z-index: 9999;
border: none;
margin: 0px;
padding: 0px;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
background: rgb(255, 255, 255);
opacity: 0.6;
cursor: default;
position: fixed;
}
.wc-airwallex-currency-switching-quote-expire {
display: none;
width: 560px;
height: 375px;
border-radius: 6px;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 99999;
}
.wc-airwallex-currency-switching-quote-expire .wc-airwallex-currency-switching-container {
margin: 0;
}
.wc-airwallex-currency-switching-quote-expire-close {
position: absolute;
right: 16px;
top: 16px;
flex: none;
order: 2;
flex-grow: 0;
cursor: pointer;
}
.wc-airwallex-currency-switching-quote-expire-inner {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 32px 40px;
width: 560px;
height: 375px;
background: #FFFFFF;
border: 1px solid #E8EAED;
box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
border-radius: 6px;
flex: none;
order: 1;
align-self: stretch;
flex-grow: 0;
}
.wc-airwallex-currency-switching-quote-expire-header {
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 0px 0px 16px;
gap: 10px;
width: 480px;
height: 46px;
flex: none;
order: 0;
align-self: stretch;
flex-grow: 0;
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 125%;
color: #1A1D21;
}
.wc-airwallex-currency-switching-quote-expire-convert-text,
.wc-airwallex-currency-switching-quote-expire-text {
width: 480px;
font-size: 14px;
line-height: 21px;
color: #1A1D21;
}
.wc-airwallex-currency-switching-quote-expire-text-medium {
font-weight: 700;
font-size: 16px;
line-height: 20px;
color: #1A1D21;
}
.wc-airwallex-currency-switching-quote-expire-text-large {
font-weight: 700;
font-size: 24px;
line-height: 30px;
color: #1A1D21;
}
.wc-airwallex-currency-switching-quote-expire-footer {
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 40px 0px 0px;
gap: 10px;
width: 480px;
height: 80px;
flex: none;
order: 2;
align-self: stretch;
flex-grow: 0;
}
.wc-airwallex-currency-switching-quote-expire-button-group {
display: flex;
flex-direction: row;
align-items: center;
padding: 0px;
gap: 24px;
width: 480px;
height: 40px;
flex: none;
order: 0;
align-self: stretch;
flex-grow: 0;
justify-content: flex-end;
}
.wc-airwallex-currency-switching-quote-expire-place-back {
display: flex;
flex-direction: row;
align-items: center;
padding: 11px 16px;
gap: 8px;
width: 153px;
height: 40px;
background: #FFFFFF;
border-radius: 6px;
flex: none;
order: 2;
flex-grow: 0;
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 125%;
text-align: center;
color: #612FFF;
cursor: pointer;
}
.wc-airwallex-currency-switching-quote-expire-place-order {
display: flex;
flex-direction: row;
align-items: center;
padding: 11px 16px;
gap: 8px;
width: 115px;
height: 40px;
background: #612FFF;
border-radius: 6px;
flex: none;
order: 3;
flex-grow: 0;
font-size: 14px;
font-weight: 700;
line-height: 17.5px;
text-align: center;
color: #FFFFFF;
cursor: pointer;
}
.wc-airwallex-currency-switching-quote-expire-place-order-mask {
height: 40px;
width: 115px;
position: absolute;
display: none;
background: #fff;
opacity: 0.6;
}
.wc-awx-checkbox-spinner {
display: none;
width: 20px;
height: 20px;
margin-left: 6px;
border: 3px solid #B0B6BF;
border-top-color: transparent;
border-left-color: transparent;
border-right-color: transparent;
border-radius: 50%;
box-sizing: border-box;
animation: awx-checkbox-loading 1s linear infinite;
}
@keyframes awx-checkbox-loading {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.payment_method_airwallex_card .wc-awx-checkbox-spinner {
margin-bottom: 12px;
margin-left: 20px;
}
.airwallex-container .save-cards img {
width: 30px;
height: 20px;
}
.airwallex-container .save-cards div {
font-size: 14px;
font-weight: 400;
line-height: 21px;
}
.airwallex-container .line {
display: flex;
align-items: center;
margin-bottom: 10px;
}
.airwallex-container label {
margin-bottom: 0;
display: flex;
width: 100%;
justify-content: space-between;
}
.airwallex-container .save {
margin-top: 10px;
}
.airwallex-container .new-card-title {
margin-bottom: 5px;
font-size: 14px;
}
#add_payment_method .airwallex-container .new-card-title {
font-size: 16px;
}
label[for="airwallex-save"] {
font-size: 14px;
}
.airwallex-container .cvc-container {
border: 1px solid var(--Border-decorative, rgba(232, 234, 237, 1));
background: rgb(250, 250, 251);
padding: 0 16px;
margin-top: 8px;
margin-bottom: 18px;
min-height: 40px;
border-radius: 4px;
display: flex;
align-items: center;
width: 254px;
}
#airwallex-save {
margin-right: 6px;
}
#airwallex-card {
margin-bottom: 14px;
}
.airwallex-container .charge-tip {
color: rgba(104, 112, 122, 1);
}
.awx-alert {
border: 1px solid rgba(255, 119, 109, 1);
border-radius: 5px;
background: rgba(255, 239, 239, 1);
display: flex;
padding: 12px 16px;
}
.awx-alert .icon {
padding: 10px 10px 10px 0;
display: flex;
align-items: center;
}
.awx-alert .body {
text-align: justify;
color: rgba(66, 71, 77, 1);
font-weight: 400;
font-size: 14px;
line-height: 21px;
display: flex;
align-items: center;
}
.awx-logo-container {
display: inline-block;
width: 38px;
text-align: right;
}
li.payment_method_airwallex_card img {
height: 24px;
width: 35px;
}
label[for="airwallex-new-card"] {
font-size: 14px;
}
.manage-payment-method .new-card-title {
color: #30313d;
}
#add_payment_method .airwallex-save-tip {
color: #6d6e78;
}
.airwallex-logo-list {
margin-bottom: 10px;
display: block;
display: flex;
flex-wrap: wrap;
}
.airwallex-content-drop-in .product-info .wc-item-meta p {
display: inline;
}
.wc-airwallex-afterpay-supported-countries-form .awx-afterpay-countries {
width: 328px;
position: relative;
}
.awx-afterpay-countries .input-icon {
display: flex;
justify-content: center;
position: absolute;
right: 0;
width: 50px;
padding-top: 17px;
padding-bottom: 17px;
cursor: pointer;
}
.awx-afterpay-countries .input-icon svg {
margin-right: 20px;
}
.wc-airwallex-afterpay-supported-countries-form .awx-afterpay-countries {
border-color: rgba(232, 234, 237, 1);
z-index: 99;
background-color: white;
margin-bottom: 15px;
}
.wc-airwallex-afterpay-supported-countries-form .awx-afterpay-countries input {
height: 40px;
width: 100%;
padding: 8px 16px 8px 16px;
border-radius: 5px;
box-sizing: border-box;
background: rgba(250, 250, 251, 1);
border: 1px solid rgba(232, 234, 237, 1);
cursor: pointer;
}
.wc-airwallex-afterpay-supported-countries-form .awx-afterpay-countries input::placeholder {
color: rgba(135, 142, 153, 1);
}
.wc-airwallex-afterpay-supported-countries-form .awx-afterpay-countries input:focus {
outline: none;
border: 1px solid #612fff;
box-shadow: #612fff 0 0 0 1px;
}
.wc-airwallex-afterpay-supported-countries-form .awx-afterpay-countries ul {
padding-inline-start: 0;
padding-right: 13px;
margin-left: 16px;
}
.wc-airwallex-afterpay-supported-countries-form .awx-afterpay-countries li {
list-style: none;
padding: 10px 8px;
margin: 12px 8px;
border-radius: 5px;
cursor: pointer;
}
.wc-airwallex-afterpay-supported-countries-form .awx-afterpay-countries li:hover {
color: #622ef7;
background: #f0effe;
}
.wc-airwallex-afterpay-supported-countries-form .awx-afterpay-countries .countries {
border: 1px solid rgba(232, 234, 237, 1);
box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.12);
border-radius: 5px;
margin-top: 10px;
position: absolute;
z-index: 5;
width: 100%;
background: white;
}
.wc-airwallex-afterpay-supported-countries-form .awx-afterpay-countries li.selected {
background-image: url(data:image/svg+xml;utf8,%3Csvg%20width%3D%2212%22%20height%3D%2210%22%20viewBox%3D%220%200%2012%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.99529%208.98128L0.520413%206.50641C0.032258%206.01825%200.032258%205.2268%200.520413%204.73864C1.00857%204.25048%201.80002%204.25048%202.28818%204.73864L3.87917%206.32963L9.7128%200.495999C10.201%200.00784397%2010.9924%200.00784397%2011.4806%200.495999C11.9687%200.984155%2011.9687%201.77561%2011.4806%202.26377L4.76305%208.98128C4.2749%209.46944%203.48344%209.46944%202.99529%208.98128Z%22%20fill%3D%22%2368707A%22%2F%3E%3C%2Fsvg%3E);
background-size: 12px;
background-repeat: no-repeat;
background-position: right;
}
.wc-airwallex-afterpay-supported-countries-form .awx-choose-afterpay-region-title {
font-weight: 700;
margin-top: 12px;
}
.wc-airwallex-afterpay-supported-countries-form input:focus::placeholder {
opacity: 1;
}
#payment li.payment_method_awx_onboarding_gateway {
display: none;
}.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after {
display: table;
content: '';
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide {
float: right;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}.product-type-woosg form.cart .quantity {
display: none;
}
.woosg-wrap .woosg-text, .woosg-wrap .woosg-table {
margin: 0 0 15px 0;
}
.woosg-wrap .woosg-text {
white-space: pre-line;
}
.woosg-products {
border-width: 1px 0 0 0;
border-style: dotted;
border-color: #e5e5e5;
}
.woosg-products .woosg-item-text {
padding: 10px 0;
margin: 0;
border-bottom: 1px dotted #e5e5e5;
}
.woosg-item-text-type-h1 > h1, .woosg-item-text-type-h2 > h2, .woosg-item-text-type-h3 > h3, .woosg-item-text-type-h4 > h4, .woosg-item-text-type-h5 > h5, .woosg-item-text-type-h6 > h6, .woosg-item-text-type-p > p {
margin: 0 !important;
}
.woosg-products .woosg-product {
display: flex;
align-items: center;
padding: 10px 0;
border-bottom: 1px dotted #e5e5e5;
}
.woosg-products .woosg-product.woosg-product-unpurchasable > div {
opacity: .5;
}
.woosg-products .woosg-product.woosg-product-unpurchasable .woosg-quantity, .woosg-products .woosg-product.woosg-product-unpurchasable .woosg-checkbox {
pointer-events: none;
}
.woosg-products .woosg-product > div {
padding-left: 5px;
padding-right: 5px;
}
.woosg-products .woosg-product .woosg-thumb {
width: 50px;
flex: 0 0 50px;
}
.woosg-products .woosg-product .woosg-thumb img {
width: 100%;
max-width: 100%;
height: auto;
display: block;
}
.woosg-quantity-minus:hover, .woosg-quantity-plus:hover {
background-color: #f0f0f0;
}
.woosg-products .woosg-product .woosg-quantity {
width: 80px;
flex: 0 0 80px;
}
.woosg-products .woosg-product .woosg-quantity input {
width: 100%;
min-width: 40px;
}
.woosg-quantity-plus-minus .plus, .woosg-quantity-plus-minus .minus, .woosg-quantity-plus-minus .minus-btn, .woosg-quantity-plus-minus .plus-btn {
display: none !important;
}
.woosg-products .woosg-product .woosg-quantity.woosg-quantity-plus-minus {
width: 130px;
flex: 0 0 130px;
}
.woosg-products .woosg-product .woosg-quantity.woosg-quantity-plus-minus .woosg-quantity-input {
display: flex;
align-items: center;
}
.woosg-products .woosg-product .woosg-quantity.woosg-quantity-plus-minus .woosg-quantity-minus, .woosg-products .woosg-product .woosg-quantity.woosg-quantity-plus-minus .woosg-quantity-plus {
display: inline-block;
width: 40px;
height: 40px;
flex: 0 0 40px;
line-height: 38px;
text-align: center;
cursor: pointer;
background-color: #fefefe;
border-width: 1px;
border-style: solid;
border-color: #e5e5e5;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.woosg-products .woosg-product .woosg-quantity.woosg-quantity-plus-minus .woosg-quantity-plus:hover, .woosg-products .woosg-product .woosg-quantity.woosg-quantity-plus-minus .woosg-quantity-minus:hover {
background-color: #f0f0f0
}
.woosg-products .woosg-product .woosg-quantity.woosg-quantity-plus-minus .woosg-quantity-minus {
border-right-width: 0;
}
.woosg-products .woosg-product .woosg-quantity.woosg-quantity-plus-minus .woosg-quantity-plus {
border-left-width: 0;
}
.woosg-products .woosg-product .woosg-quantity.woosg-quantity-plus-minus .quantity {
flex-grow: 1;
}
.woosg-products .woosg-product .woosg-quantity.woosg-quantity-plus-minus input {
width: 100%;
text-align: center;
padding: 0 5px;
height: 40px;
line-height: 38px;
box-shadow: none;
border-width: 1px;
border-style: solid;
border-color: #ddd;
background-color: #fff;
background-image: none;
-moz-appearance: textfield;
}
.woosg-quantity-plus-minus input {
border-radius: 0;
}
.woosg-products .woosg-product .woosg-quantity.woosg-quantity-plus-minus input:focus {
outline: none;
outline-color: transparent;
}
.woosg-products .woosg-product .woosg-quantity.woosg-quantity-plus-minus input::-webkit-outer-spin-button, .woosg-products .woosg-product .woosg-quantity.woosg-quantity-plus-minus input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.woosg-products .woosg-product .woosg-price {
font-size: 14px;
}
.woosg-products .woosg-product .woosg-price del {
opacity: .5;
text-decoration: line-through;
}
.woosg-products .woosg-product .woosg-price del span {
text-decoration: line-through;
}
.woosg-products .woosg-product .woosg-price ins {
font-weight: normal;
}
.woosg-products .woosg-product .woosg-price .amount {
display: inline-block;
}
.woosg-products .woosg-product .woosg-title {
flex-grow: 1;
}
.woosg-products .woosg-product .woosg-title .woosg-title-inner {
display: block;
overflow: hidden;
}
.woosg-products .woosg-product .woosg-title .woosg-title-inner a {
text-decoration: none;
box-shadow: none;
}
.woosg-products .woosg-product .woosg-title .woovr-variations-default .woovr-variation-image, .woosg-products .woosg-product .woosg-title .woovr-variations-default .woovr-variation-price {
display: none !important;
}
.woosg-products .woosg-product form.variations_form {
margin: 0;
padding: 0;
}
.woosg-products .woosg-product .woosg-title .stock, .woosg-products .woosg-product .woosg-title .variations_form .stock {
font-size: 14px;
margin: 0;
}
.woosg-products .woosg-product .woosg-title .stock.in-stock {
color: green;
}
.woosg-products .woosg-product .woosg-title .stock.available-on-backorder {
color: orange;
}
.woosg-products .woosg-product .woosg-title .stock.out-of-stock {
color: red;
}
.woosg-products .woosg-product .woosg-description, .woosg-products .woosg-product .woosg-variation-description {
font-size: 14px;
}
.woosg-products .woosg-product form.variations_form .variations {
display: inline-block;
margin: 0 -3px;
padding: 0;
}
.woosg-products .woosg-product form.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;
}
.woosg-products .woosg-product form.variations_form .variations .variation > div {
display: block;
}
.woosg-products .woosg-product form.variations_form .variations .reset {
display: inline-block;
}
.woosg-products .woosg-product form.variations_form .variations .variation:last-child {
margin-bottom: 0;
}
.woosg-products .woosg-product form.variations_form .variations .variation .label {
font-size: 12px;
line-height: 1;
}
.woosg-products .woosg-product form.variations_form .variations .variation .select {
line-height: 1;
}
.woosg-products .woosg-product form.variations_form .variations .variation .select select {
width: 100%;
line-height: 1;
padding: 0 16px 0 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;
}
.woosg-products .woosg-product form.variations_form .variations a.reset_variations {
margin: 0;
font-size: 12px;
}
.woosg-item-child .product-price .amount, .woosg-item-child .product-price .tax_label,
.woosg-item-child .product-subtotal .amount, .woosg-item-child .product-subtotal .tax_label,
.woosg-item-child .product-total .amount, .woosg-item-child .product-total .tax_label {
opacity: .3;
}
.woosg-alert {
padding: 6px 10px 6px 14px;
border-left: 4px solid #222;
background-color: #eeeeee;
font-size: 14px;
}
body.woocommerce-no-js .woosg-wrap + form.cart {
display: none;
}
.woosg-disabled {
opacity: .5 !important;
cursor: not-allowed !important;
pointer-events: none !important;
} .woosg-products[class*="woosg-products-layout-grid"] {
display: flex;
flex-wrap: wrap;
margin-left: -10px;
margin-right: -10px;
border: none;
}
.woosg-products[class*="woosg-products-layout-grid"] .woosg-item-text {
width: 100%;
margin: 10px;
padding: 10px 0;
}
.woosg-products[class*="woosg-products-layout-grid"] .woosg-product {
width: calc(50% - 20px);
margin: 10px;
padding: 10px;
border: 1px solid #dddddd;
font-size: 14px;
text-align: center;
position: relative;
display: flex;
flex-direction: column;
}
.woosg-products[class*="woosg-products-layout-grid"] .woosg-product:hover {
border-color: green;
}
.woosg-products[class*="woosg-products-layout-grid"] .woosg-product .woosg-title-inner {
font-weight: 700;
}
.woosg-products.woosg-products-layout-grid-1 .woosg-product {
width: calc(100% - 20px);
}
.woosg-products.woosg-products-layout-grid-3 .woosg-product {
width: calc(100% / 3 - 20px);
}
.woosg-products.woosg-products-layout-grid-4 .woosg-product {
width: calc(25% - 20px);
}
.woosg-products[class*="woosg-products-layout-grid"] .woosg-product > div {
width: 100% !important;
flex: 0 0 auto !important;
text-align: center;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
margin-bottom: 5px;
}
.woosg-products[class*="woosg-products-layout-grid"] .woosg-product > div:last-child {
margin-bottom: 0;
}
.woosg-products[class*="woosg-products-layout-grid"] .woosg-product select {
text-align: center;
}
.woosg-products[class*="woosg-products-layout-grid"] .woosg-product .variations_form .variations .reset {
display: none;
}
@media only screen and (max-width: 767px) {
.woosg-products[class*="woosg-products-layout-grid"] .woosg-product {
width: calc(50% - 20px);
}
}
@media only screen and (max-width: 479px) {
.woosg-products[class*="woosg-products-layout-grid"] .woosg-product {
width: calc(100% - 20px);
}
} body.rtl .woosg-products .woosg-product .woosg-quantity.woosg-quantity-plus-minus .woosg-quantity-minus {
border-left-width: 0;
border-right-width: 1px;
}
body.rtl .woosg-products .woosg-product .woosg-quantity.woosg-quantity-plus-minus .woosg-quantity-plus {
border-right-width: 0;
border-left-width: 1px;
}