.cfwc-tooltip {
position: relative;
display: inline-block;
cursor: help;
margin-left: 5px;
}
.cfwc-tooltip .cfwc-tooltip-icon {
display: inline-block;
width: 16px;
height: 16px;
line-height: 16px;
text-align: center;
background: #2271b1;
color: #fff;
border-radius: 50%;
font-size: 11px;
font-weight: bold;
cursor: help;
}
.cfwc-tooltip .cfwc-tooltip-text {
visibility: hidden;
width: 250px;
background-color: #333;
color: #fff;
text-align: left;
border-radius: 4px;
padding: 10px;
position: absolute;
z-index: 999999;
bottom: 125%;
left: 50%;
margin-left: -125px;
opacity: 0;
transition: opacity 0.3s;
font-size: 13px;
line-height: 1.4;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.cfwc-tooltip .cfwc-tooltip-text::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #333 transparent transparent transparent;
}
.cfwc-tooltip:hover .cfwc-tooltip-text {
visibility: visible;
opacity: 1;
} @media (max-width: 768px) {
.cfwc-tooltip .cfwc-tooltip-text {
width: 200px;
margin-left: -100px;
}
} .cfwc-fees-summary {
margin: 10px 0;
padding: 10px;
background: #f5f5f5;
border-left: 3px solid #2271b1;
border-radius: 3px;
}
.cfwc-fees-breakdown,
.cfwc-fees-summary ul {
margin: 5px 0;
padding: 0;
list-style: none;
}
.cfwc-fee-item {
padding: 5px 0;
display: flex;
justify-content: space-between;
border-bottom: 1px dotted #ddd;
}
.cfwc-fee-item:last-child {
border-bottom: none;
}
.cfwc-fee-label {
color: #666;
flex: 1;
}
.cfwc-fee-amount {
font-weight: 600;
color: #333;
} .woocommerce-cart .cfwc-fees-breakdown,
.woocommerce-checkout .cfwc-fees-breakdown {
font-size: 0.9em;
color: #666;
}  .woocommerce-order-received .cfwc-fees-breakdown {
background: #f9f9f9;
padding: 10px;
border-radius: 3px;
margin: 10px 0;
} .woocommerce-MyAccount-content .cfwc-fees-breakdown {
background: transparent;
padding: 5px 0;
} .cfwc-email-fees {
background: #f5f5f5;
padding: 15px;
margin: 20px 0;
border-left: 3px solid #2271b1;
}
.cfwc-email-fees h3 {
margin-top: 0;
color: #2271b1;
font-size: 16px;
}
.cfwc-email-fees ul {
list-style: none;
padding: 0;
margin: 10px 0;
}
.cfwc-email-fees li {
padding: 5px 0;
border-bottom: 1px dotted #ddd;
}
.cfwc-email-fees li:last-child {
border-bottom: none;
padding-top: 10px;
font-weight: bold;
border-top: 2px solid #ddd;
margin-top: 5px;
} .cfwc-fees-breakdown,
.cfwc-fees-breakdown.woocommerce-order-overview,
ul.cfwc-fees-breakdown,
.woocommerce-order-overview.cfwc-fees-breakdown,
.woocommerce table.shop_table .cfwc-fees-breakdown,
.woocommerce-order .cfwc-fees-breakdown,
.woocommerce-account .cfwc-fees-breakdown {
margin: 0 !important;
padding: 0 !important;
list-style: none !important;
list-style-type: none !important;
}
.cfwc-fees-breakdown li,
.cfwc-fees-breakdown .cfwc-fee-item,
ul.cfwc-fees-breakdown li.cfwc-fee-item,
.woocommerce-order-overview .cfwc-fee-item,
.woocommerce table.shop_table .cfwc-fee-item,
.woocommerce-order .cfwc-fee-item,
.woocommerce-account .cfwc-fee-item {
margin: 0 0 0.25em 0 !important;
padding: 0 !important;
list-style: none !important;
list-style-type: none !important;
background: none !important;
border: none !important;
display: block !important;
} .cfwc-fees-breakdown li:before,
.cfwc-fee-item:before,
ul.cfwc-fees-breakdown li:before,
.cfwc-fees-breakdown li:after,
.cfwc-fee-item:after,
.woocommerce table.shop_table .cfwc-fee-item:before,
.woocommerce-MyAccount-content .cfwc-fee-item:before,
.woocommerce-table--order-details .cfwc-fee-item:before,
.woocommerce-order .cfwc-fee-item:before,
.woocommerce-account .cfwc-fee-item:before {
content: none !important;
display: none !important;
}
.cfwc-fees-breakdown .cfwc-fee-label {
color: #515151;
display: inline-block;
margin-right: 5px;
} .woocommerce table.shop_table .cfwc-fees-breakdown-wrapper,
.woocommerce-order .cfwc-fees-breakdown-wrapper,
.woocommerce-account .cfwc-fees-breakdown-wrapper {
display: block;
width: 100%;
}
.woocommerce-table--order-details .cfwc-fees-breakdown,
.woocommerce-MyAccount-content .cfwc-fees-breakdown,
.woocommerce-order .cfwc-fees-breakdown,
.woocommerce-account .cfwc-fees-breakdown {
text-align: left !important;
} .cfwc-fees-breakdown .cfwc-fee-item {
display: flex;
justify-content: space-between;
padding: 5px 0;
border-bottom: 1px dotted #ddd;
}
.cfwc-fees-breakdown .cfwc-fee-item:last-child {
border-bottom: none;
} .woocommerce table.shop_table .cfwc-fees-breakdown-wrapper .cfwc-fee-item,
.woocommerce-order .cfwc-fees-breakdown-wrapper .cfwc-fee-item,
.woocommerce-account .cfwc-fees-breakdown-wrapper .cfwc-fee-item,
.woocommerce-checkout .cfwc-fees-breakdown-wrapper .cfwc-fee-item {
display: block !important;
margin: 0 0 5px 0 !important;
padding: 0 !important;
width: 100% !important;
}
.woocommerce table.shop_table .cfwc-fees-breakdown-wrapper .cfwc-fee-label,
.woocommerce-order .cfwc-fees-breakdown-wrapper .cfwc-fee-label,
.woocommerce-account .cfwc-fees-breakdown-wrapper .cfwc-fee-label,
.woocommerce-checkout .cfwc-fees-breakdown-wrapper .cfwc-fee-label {
display: inline !important;
flex: none !important;
margin-right: 5px !important;
}
.woocommerce table.shop_table .cfwc-fees-breakdown-wrapper strong,
.woocommerce-order .cfwc-fees-breakdown-wrapper strong,
.woocommerce-account .cfwc-fees-breakdown-wrapper strong,
.woocommerce-checkout .cfwc-fees-breakdown-wrapper strong {
display: inline !important;
margin-left: 0 !important;
} .cfwc-order-customs {
color: #666;
font-size: 0.9em;
} .cfwc-order-info-box {
background-color: #f8f9fa;
border: 1px solid #e0e0e0;
border-radius: 4px;
padding: 15px 20px;
margin: 30px 0;
}
.cfwc-order-info-box h3 {
margin: 0 0 8px;
color: #333;
font-size: 14px;
font-weight: 600;
}
.cfwc-order-info-box p {
margin: 0;
color: #666;
}
.cfwc-order-info-box .cfwc-disclaimer {
color: #666;
font-size: 13px;
line-height: 1.5;
} .cfwc-email-breakdown {
margin: 10px 0;
padding-left: 20px;
list-style-type: disc;
}
.cfwc-email-breakdown li {
margin: 5px 0;
color: #515151;
} @media (max-width: 600px) {
.cfwc-fee-item {
flex-direction: column;
}
.cfwc-fee-amount {
margin-top: 5px;
}
.cfwc-fees-summary {
padding: 8px;
}
}#place_order.ppcp-hidden{display:none !important}.ppcp-disabled{cursor:not-allowed;-webkit-filter:grayscale(100%);filter:grayscale(100%)}.ppcp-disabled *{pointer-events:none}.ppc-button-wrapper .ppcp-messages:first-child{padding-top:10px}#ppc-button-ppcp-gateway{line-height:0}#ppc-button-ppcp-gateway div[class^=item-]{margin-top:14px}#ppc-button-ppcp-gateway div[class^=item-]:first-child{margin-top:0}#ppc-button-minicart{line-height:0;display:block}.ppcp-button-apm{--apm-button-border-radius: 4px;overflow:hidden;min-width:0;max-width:750px;line-height:0;border-radius:var(--apm-button-border-radius);height:45px;margin-top:14px}.ppcp-button-apm.ppcp-button-pill{--apm-button-border-radius: 50px}.ppcp-button-apm.ppcp-button-minicart{display:block}.ppcp-width-min .ppcp-button-apm{height:35px}.ppcp-width-300 .ppcp-button-apm{height:45px}.ppcp-width-500 .ppcp-button-apm{height:55px}.wp-block-woocommerce-checkout .ppcp-button-apm,.wp-block-woocommerce-cart .ppcp-button-apm{margin:0;min-width:0}.wp-admin .ppcp-button-apm{pointer-events:none}.select_box:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
margin-bottom: 5px;
}  .avada-select-parent .select_box,
select.yith_wccl_custom ~ .select2-container {
display: none;
} div.variations_form.cart.in_loop {
display: none;
}
.select_option {
display: inline-block;
border: 2px solid var( --yith-wccl-form-colors_border );
margin-right: 6px;
position: relative;
padding: 2px;
}
.select_option.selected {
border: 2px solid  var( --yith-wccl-form-colors_accent );
}
.select_box:not( .on_ptab ) .select_option:hover {
border-color: var( --yith-wccl-form-colors-accent-hover );
}
.select_option.selected:hover {
border-color: var( --yith-wccl-form-colors_accent ) !important;
}
.select_option.inactive span.yith_wccl_value  {
opacity: 0.3;
}
.select_option.inactive .yith_wccl_value {
cursor: not-allowed;
}
.select_option.yith-wccl-remove {
display:none;
}
.select_option .yith_wccl_value {
border: 2px solid #fff;
display: block;
text-decoration: none;
text-align: center;
cursor: pointer;
}
.select_option_colorpicker .yith_wccl_value, .select_option_image .yith_wccl_value {
min-width: var( --yith-wccl-customization-color-swatches-size );
height: var( --yith-wccl-customization-color-swatches-size );
border-radius: var( --yith-wccl-customization-color-swatches-border-radius );
overflow: clip;
}
.select_option_colorpicker {
border-radius: var( --yith-wccl-customization-color-swatches-border-radius );
}
.select_box_image .select_option_image .yith_wccl_value, .select_option_label .yith_wccl_value {
border-radius: var( --yith-wccl-customization-option-border-radius );
}
.select_box_image .select_option_image, .select_option_label {
border-radius: var( --yith-wccl-customization-option-border-radius );
}
.select_option_label .yith_wccl_value {
font-size:12px;
width:100%;
height:auto;
} .select_option_label .yith_wccl_value_wrapper {
display: flex;
justify-content: center;
align-items: center;
}
.select_option_label div  {
min-width: var( --yith-wccl-customization-color-swatches-size );
height: var( --yith-wccl-customization-color-swatches-size );
} .select_box.on_ptab .select_option .yith_wccl_value {
cursor: default;
}