.wbte_sc_bogo_products li.wbte_get_away_product{ float:left; width:20%; min-width:200px; text-align: start; position: relative; display: flex; flex-direction: column; border: 1px solid #EAEBED; border-radius: 10px; min-width: 235px; padding: 15px; margin: 0; }
.wbte_get_away_product table.wt_variations{ margin: 0; }
ul.woocommcerce.wbte_sc_bogo_products{ width:100%; margin:0; padding:0px; list-style-type:none; margin-bottom:25px; display:flex; flex-wrap:wrap; gap:20px 2%; }
.wbte_product_name{  color: #555E6B;  font-size: 17px;  font-weight: 600; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.wbte_product_image{ margin-bottom: 10px; }
.wbte_product_image img{ border-radius: 7px; }
.wbte_sc_prod_name_qty_price{ display: flex; align-items: center; gap: 10px; justify-content: space-between; min-height: 80px; }
.wbte_sc_bogo_msg_under_free_gift{ color: green; margin: 0 !important; }
.wbte_sc_bogo_cheap_exp_qty_txt{ margin: 0 !important; font-size: small; }
table.variations.wt_variations, table.variations.wt_variations td{ border: none !important; }
table.variations.wt_variations td { padding: 3px 2px; margin-bottom: 2px; background-color: transparent !important; } .wbte_sc_bogo_popup_btn { position: fixed;  width: 50px;  height: 50px; border-radius: 50%;  cursor: pointer;  z-index: 99999;  box-shadow: 0 2px 5px rgba(0,0,0,0.2);  display: flex;  align-items: center;  justify-content: center;  }
.wbte_sc_bogo_popup_btn img { width: 24px; height: 24px;  }
.wbte_sc_bogo_popup_btn.top-left {  top: 20px;  left: 20px;  }
.wbte_sc_bogo_popup_btn.top-right {  top: 20px;  right: 20px;  }
.wbte_sc_bogo_popup_btn.bottom-left {  bottom: 20px;  left: 20px;  }
.wbte_sc_bogo_popup_btn.bottom-right {  bottom: 20px;  right: 20px;  } .wbte_sc_giveaway_popup { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 9999; }
.wbte_sc_giveaway_popup_header{ display: flex; justify-content: space-between; align-items: center; padding: 15px 28px 0; }
.wbte_sc_giveaway_popup_header h2{ margin: 0; }
.wbte_sc_giveaway_popup_content { position: relative; background: #fff; width: 90%; max-width: 1000px; border-radius: 12px; max-height: 80vh; top: 50%; left: 50%; transform: translate(-50%, -50%); display: grid; grid-template-rows: auto 1fr auto; }
.wbte_sc_giveaway_popup_body { overflow-y: auto; padding: 0 28px; }
.wbte_sc_giveaway_popup_close { font-size: 24px; cursor: pointer; color: #666; }
.wbte_sc_giveaway_popup_title { font-size: 20px; font-weight: 600; }
.wbte_sc_giveaway_count { color: #666; font-size: 0.9em; }
.wbte_sc_giveaway_title { background: #4CAF50; color: white; padding: 10px 20px; margin-bottom: 20px; border-radius: 4px; }
.wbte_sc_giveaway_popup_footer { position: relative; width: 100%; background: #fff; padding: 10px 28px; text-align: right; border-top: 1px solid #EAEBED; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; }
.wbte_sc_giveaway_popup_footer::before { content: ''; position: absolute; top: -20px; left: 0; right: 0; height: 20px; background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); }
.wbte_sc_giveaway_popup_footer button { margin-left: 10px; display: inline-block; border-radius: 4px; }
.wbte_sc_giveaway_popup .wbte_sc_add_to_cart_non_popup{ display: none !important; } .wbte_sc_giveaway_popup .wbte_get_away_product{ width: calc(33.33% - 20px); min-width: 235px; padding: 15px; margin: 0; border: 1px solid #EAEBED; border-radius: 10px; display: flex; flex-direction: column; }
.wbte_sc_giveaway_popup .wt_variations{ margin: 0 0 20px; } body.wbte_sc_popup_open { overflow: hidden; }
.wt_sc_giveaway_products_cart_page .giveaway-title{ font-size: 14px; font-weight: 500; font-family: 'Inter', sans-serif; }
.wbte_sc_giveaway_popup_content .wt_variations{ margin: 10px 0; }
table.variations.wt_variations{ margin: 10px 0; width: 100%; }
.wt_variations td.value{ display: flex; flex-direction: row; align-items: center; gap: 10px; justify-content: space-between; }
.wt_variations td.value label{ margin: 0; min-width: 60px; }
.wt_variations select{ width: calc(100% - 70px); margin: 0; }
.wbte_give_away_product_attr{ width: 100%; }
.wbte_sc_giveaway_popup_content .wc-block-components-notice-banner{ width: 100%; } .wbte_get_away_product { cursor: pointer; position: relative; transition: all 0.3s ease; }
.wbte_product_checkbox { position: absolute; top: 19px; right: 21.5px; width: 20px; height: 20px; border: 2px solid #EAEBED; border-radius: 4px; background: #fff; cursor: pointer; transition: all 0.2s ease; }
.wbte_product_checkbox:after { content: ''; position: absolute; display: none; left: 50%; top: 50%; width: 5px; height: 10px; border: solid white; border-width: 0 2px 2px 0; transform: translate(-50%, -50%) rotate(45deg); }
.wbte_get_away_product.selected .wbte_product_checkbox:after { display: block; }
.wbte_variation_error { color: #dc3545; margin-top: 10px; font-size: 14px; display: flex; align-items: center; gap: 5px; }
.wbte_variation_error span { display: inline-flex; align-items: center; justify-content: center; width: 16px; height: 16px; background: #dc3545; color: white; border-radius: 50%; font-size: 12px; font-weight: bold; }
.wbte_get_away_product.disabled { opacity: 0.5; pointer-events: none; } @media screen and (max-width: 768px) {
.wbte_sc_bogo_products li.wbte_get_away_product { width: 100%; min-width: unset; margin: 0; padding: 9px 12px; display: flex; flex-direction: row; }
li.wbte_get_away_product input[name="wbte_sc_bogo_quantity"]{ padding: unset; width: 59px; text-align: center; }
ul.woocommcerce.wbte_sc_bogo_products { gap: 15px; }
.wbte_sc_prod_name_qty_price { min-height: unset; flex-direction: column; align-items: flex-start; gap: 8px; }
.wbte_product_name { font-size: 15px; -webkit-line-clamp: 1; }
.wbte_product_image { width: 110px; margin-bottom: 0; margin-right: 10px; }
.wbte_sc_free_prod_details { padding-right: 25px; flex: 1; }
.wbte_product_checkbox { top: 12px; right: 12px; }
.wt_variations td.value { flex-direction: column; align-items: flex-start; gap: 5px; }
table.variations.wt_variations { margin-bottom: 0; }
.wt_variations td.value label { display: none; }
.wt_variations select { width: 50%; }
.wbte_sc_giveaway_popup_content { width: 95%; }
.wbte_sc_giveaway_popup_title { font-size: 16px; }
.wbte_sc_giveaway_popup_footer { display: flex; flex-direction: column; gap: 10px; }
.wbte_sc_giveaway_popup_footer button { margin: 0; width: 100%; }
}.wt_smart_coupon_send_coupon_wrap {
}
.wt_smart_coupon_send_coupon_wrap p {
margin-bottom:10px;
}
.wt_smart_coupon_send_coupon_wrap ul {
list-style-type:none; margin-left:0px; padding-inline-start:0px;
}
.wt_smart_coupon_send_coupon_wrap ul li{ float:left; margin-right:20px; }
.gift_to_friend_form {
float: left;
width: 100%;
margin-top: 15px;
}
.gift_to_friend_form .wt-form-item {
float: left;
width: 100%;
margin-bottom: 12px;
}
.gift_to_friend_form .wt-form-item input {
float: left;
width: 100%;
}
.wt-sc-gift-coupon-block .wt_smart_coupon_send_coupon_wrap, .wt-sc-gift-coupon-block .gift_to_friend_form, .wt-sc-gift-coupon-block .gift_to_friend_form .wt-form-item, .wt-sc-gift-coupon-block .gift_to_friend_form .wt-form-item input { float:none; }
#wt-sc-gift-coupon-block .wc-block-components-radio-control__option-layout{ padding-left:10px; }
.wt_coupon_wrapper{ width:100%; position:relative; flex-direction:row; flex-wrap:wrap; display:flex; justify-content:flex-start; margin-bottom:35px; gap:20px 3%; padding: 15px 5px 5px 5px; margin-top: 10px; }
.wt_coupon_wrapper .wt-single-coupon, .wt_coupon_wrapper .wt-sc-hidden-coupon-box{ width: 30%; min-width: 314px; }
.wt_coupon_wrapper .wt-sc-hidden-coupon-box{ content:""; visibility:hidden; }
.coupon-loader { position:absolute; left:0px; top:0px; background:rgba(255,255,255,0.5); width:100%; height:100%; z-index:1000; display:none; }
.wt_smart_coupon_send_coupon_wrap input {
margin-right: 10px;
}
.wt_smart_coupon_send_coupon_wrap li {
margin-bottom: 11px;
}
.wt_smart_coupon_send_coupon_wrap label{
cursor: pointer;
}
.wt-used-coupons, .wt-expired-coupons, .wt-mycoupons {
float: left;
width: 100%; margin-top:15px;
}
.credit_gift_to_friend_form {
float: left;
width: 100%;
margin-top: 15px;
}
.credit_gift_to_friend_form .wt-form-item {
float: left;
width: 100%;
margin-bottom: 12px;
}
.credit_gift_to_friend_form .wt-form-item input {
float: left;
width: 100%;
}
.credit-purchase-field {
float: left;
width: 100%;
}
#wt_store_credit {
float: left;
width: 100%;
}
span.wt-credited {
color: green;
}
span.wt-debited {
color: red;
}
table.wt_store_credit_history{ margin-top:15px; }
.wt_sc_pagination{ width:100%; clear:both; margin-bottom:15px; text-align:right; }
.wt_sc_pagination .woocommerce-pagination{ display:inline-block; float:none; }
.wt_sc_available_coupon_sort_by{ float:right; font-size:14px; }
.wt_sc_available_coupon_sort_by form{ margin-bottom: 0; }
.wt_store_credit{ clear:both; display:flex; }
.wt_sc_bogo_cart_item_discount, .wt_sc_bogo_cart_item_discount *{ color:green; font-size:small; }
.wt-mycoupons:has(.wt_sc_myaccount_no_available_coupons) .wt_sc_available_coupon_sort_by { display: none; }.metorik-add-cart-email-form {
max-width: 300px;
padding: 18px 15px 20px;
text-align: left;
}
.metorik-add-cart-email-form h3 {
font-weight: 600;
margin: 0 0 20px;
}
.metorik-add-cart-email-form .close-button {
color: #bbb;
cursor: pointer;
font-size: 15px;
position: absolute;
right: 28px;
top: 28px;
}
.metorik-add-cart-email-form .close-button:hover {
color: #888;
}
.metorik-add-cart-email-form .email-input-wrapper {
position: relative;
}
.metorik-add-cart-email-form .email-input-wrapper.loading {
opacity: 0.75;
}
.metorik-add-cart-email-form .email-input-wrapper.success:after {
color: rgb(55, 178, 77);
content: "\2713";
font-size: 17px;
position: absolute;
right: 10px;
top: 10px;
}
.metorik-add-cart-email-form .email-input {
width: calc(100% - 20px);
padding: 5px;
}
.metorik-add-cart-email-form .email-usage-notice {
padding: 5px 0 0;
} .tippy-box[data-theme~='light'] {
color: #26323d;
box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.15),
0 4px 80px -8px rgba(36, 40, 47, 0.25),
0 4px 4px -2px rgba(91, 94, 105, 0.15);
background-color: #fff;
}
.tippy-box[data-theme~='light'] [data-placement^='top'] > .tippy-arrow::before {
border-top-color: #fff;
}
.tippy-box[data-theme~='light'] [data-placement^='bottom'] > .tippy-arrow::before {
border-bottom-color: #fff;
}
.tippy-box[data-theme~='light'] [data-placement^='left'] > .tippy-arrow::before {
border-left-color: #fff;
}
.tippy-box[data-theme~='light'] [data-placement^='right'] > .tippy-arrow::before {
border-right-color: #fff;
}
.tippy-box[data-theme~='light'] > .tippy-backdrop {
background-color: #fff;
}
.tippy-box[data-theme~='light'] > .tippy-svg-arrow {
fill: #fff;
}