.fs-free-shipping-notice-and-button-wrapper{align-content:start;align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.fs-free-shipping-notice-continue-shopping-button-wrapper,.fs-free-shipping-notice-text-and-progress-bar-wrapper{flex:0 1 auto;margin:0 .5em}.fs-free-shipping-notice-progress-bar-wrapper{align-items:center;display:flex;flex-direction:row}.fs-free-shipping-notice-progress-bar{border:1px solid #fff;border-radius:10px;height:10px;margin-left:10px;margin-right:10px;position:relative;width:100%}.fs-free-shipping-notice-progress-bar>span{background-color:#fff;border-bottom-left-radius:10px;border-top-left-radius:10px;display:block;height:100%;overflow:hidden;position:relative}.button.flexible-shipping-free-shipping-button{margin-left:0}.wsb-wrapper {
width: 90%;
max-width: 800px;
margin: 4em auto;
text-align: center;
} .wsb-icon {
display: inline-block;
width: 16px;
height: 16px;
vertical-align: middle;
fill: currentcolor;
}
.wsb-modal-content{
max-width: 1000px;
}
.buy-now-woo--button-replace-cart .single_add_to_cart_button {
display: none !important;
}
.buy-now-woo--remove-quantity .cart .quantity {
display: none !important;
}
.wsb-button {
position: relative;
}
.buy-now-woo--button-before_quantity-cart .wsb-button {
float: left;
margin-right: 10px;
}
.buy-now-woo--button-before-cart .wsb-button {
float: left;
margin-right: 10px;
}
.wsb-button.wsb-loading {
cursor: not-allowed;
}
.wsb-button.disabled {
cursor: not-allowed;
opacity: .2;
}
.wsb-button.wsb-loading:before {
content: '';
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
background: #fff;
opacity: 0.5;
}
.wsb-button.wsb-loading:after {
content: '';
display: block;
z-index: 9999;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
border: 5px solid #f3f3f3;
border-top: 5px solid #1a1a1a;
border-radius: 50%;
width: 20px;
height: 20px;
-webkit-animation: wsb-spin 1s linear infinite; animation: wsb-spin 1s linear infinite;
} @-webkit-keyframes wsb-spin {
0% {
-webkit-transform: translate(-50%, -50%) rotate(0deg);
}
100% {
-webkit-transform: translate(-50%, -50%) rotate(360deg);
}
}
@keyframes wsb-spin {
0% {
transform: translate(-50%, -50%) rotate(0deg);
}
100% {
transform: translate(-50%, -50%) rotate(360deg);
}
} .buy-now-woo > .select2-container--open .select2-dropdown {
z-index: 999999 !important;
}