mark,
ins {
text-decoration: none;
}
.yay-currency-checkout-notice,
.yay-currency-checkout-notice-admin {
background: #f8f8f8;
color: #555;
border-radius: 3px;
padding: 20px;
margin-bottom: 20px;
width: 100% !important;
}
.yay-currency-checkout-notice {
border-left: 3px solid #ffc106;
}
.yay-currency-checkout-notice-admin {
border-left: 3px solid #2271b1;
}
.yay-currency-switcher {
display: none !important;
width: 0 !important;
height: 0 !important;
}
.yay-currency-single-page-switcher {
margin-bottom: 8px;
}
.yay-currency-one-currency-by-country-wrapper {
pointer-events: none !important;
}
.yay-currency-form-switcher {
margin: 0;
}
.yay-currency-dropdown {
z-index: 9999 !important;
}
.yay-currency-dropdown a {
visibility: hidden !important;
}
.yay-currency-dropdown {
border-radius: 4px;
height: 30px !important;
margin: auto 0 !important;
max-width: 290px !important;
vertical-align: middle;
}
.yay-currency-form-switcher {
display: none !important;
}
.yay-currency-country-flag {
width: var(--flag-width);
height: var(--flag-height);
margin: var(--flag-margin);
} .yay-currency-custom-select-wrapper {
overflow: visible !important;
position: relative;
user-select: none;
width: fit-content;
}
.yay-currency-custom-select-wrapper.widget {
width: 100%;
}
.yay-currency-custom-select-wrapper.small {
width: 235px;
font-size: 11px;
}
.yay-currency-custom-select-wrapper.no-currency-name {
width: fit-content;
}
.yay-currency-custom-select-wrapper.only-currency-name {
width: 180px;
}
.yay-currency-custom-select-wrapper.only-currency-name-and-something {
width: 215px;
}
.yay-currency-custom-select-wrapper.small.only-currency-name {
width: 160px;
}
.yay-currency-custom-select-wrapper.small.only-currency-name-and-something {
width: 190px;
}
.yay-currency-custom-select {
position: relative;
display: flex;
flex-direction: column;
width: fit-content;
}
.yay-currency-custom-select__trigger {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
color: #151515;
height: 36px;
line-height: 14px;
background: #ffffff;
cursor: pointer;
border: 1px solid #e5e5e5;
border-radius: 8px;
padding: 8px 12px;
gap: 8px;
width: fit-content;
box-sizing: border-box;
}
.yay-currency-custom-select__trigger.medium .yay-currency-selected-option,
.yay-currency-custom-option.medium {
font-size: 14px;
}
.yay-currency-custom-select__trigger.small {
height: 30px !important;
font-size: 12px !important;
padding: 8px 6px !important;
}
.yay-currency-custom-option.small {
font-size: 12px !important;
}
.yay-currency-custom-select__trigger:hover {
border: 1px solid #d4d4d4;
}
.yay-currency-custom-select.open .yay-currency-custom-select__trigger {
border: 1px solid #e5e5e5;
}
.yay-currency-custom-options {
position: absolute;
display: block;
top: 100%;
left: 0 !important;
right: 0;
border: 1px solid #e5e5e5;
border-radius: 8px;
background: #fff;
height: 0;
transition: all 0.2s;
max-height: 300px;
overflow-x: hidden;
overflow-y: auto;
scroll-padding-block: 4px;
margin: 0 !important;
margin-top: 3px !important; padding: 4px !important;
opacity: 0;
visibility: hidden;
pointer-events: none;
z-index: 99999999;
width: 100% !important;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.yay-currency-custom-options::-webkit-scrollbar {
width: 6px;
}
.yay-currency-custom-options::-webkit-scrollbar-thumb {
background-color: #d4d4d4;
border-radius: 3px;
}
.yay-currency-custom-options::-webkit-scrollbar-thumb:hover {
background-color: #a3a3a3;
}
.yay-currency-custom-options.upwards {
top: auto;
bottom: 95%;
}
.yay-currency-custom-select.open .yay-currency-custom-options {
display: block;
height: auto;
opacity: 1 !important;
visibility: visible !important;
pointer-events: all !important;
border-radius: 8px; max-width: 312px;
min-width: max-content;
}
.yay-currency-custom-select .yay-currency-custom-options {
transition: opacity 150ms ease, transform 150ms ease;
pointer-events: none;
}
.yay-currency-custom-select.open .yay-currency-custom-options.upwards {
animation: yayAnimationFadeIn 150ms ease-out,
yayAnimationSlideInFromBottom 150ms ease-out;
}
.yay-currency-custom-select.open .yay-currency-custom-options {
animation: yayAnimationFadeIn 150ms ease-out,
yayAnimationSlideInFromTop 150ms ease-out;
}
.yay-currency-custom-arrow {
width: 16px;
height: 16px;
}
.yay-currency-custom-arrow .yay-currency-arrow-icon {
opacity: 0.5;
width: 16px;
height: 16px;
}
.open .yay-currency-custom-select__trigger {
border-radius: 8px;
}
.open .upwards.yay-currency-custom-select__trigger {
border-radius: 8px;
}
.yay-currency-custom-select.open .upwards.yay-currency-custom-options {
border-radius: 8px;
margin-bottom: 5px !important;
margin-top: 0px !important;
}
.yay-currency-custom-option-row {
display: flex !important;
border-block: unset !important;
justify-content: flex-start;
align-items: center;
list-style: none;
padding: 8px 8px !important;
margin: 0 !important;
color: #171717;
line-height: 14px !important;
background-color: #fff;
gap: 8px;
}
.yay-currency-custom-option-row span.yay-currency-selected-checked-icon {
width: 14px;
height: 14px;
}
.yay-currency-custom-option-row:not(.yay-currency-row-with-flag)
span.yay-currency-selected-checked-icon {
position: absolute;
right: 12px;
display: flex;
justify-content: center;
}
.yay-currency-custom-option {
padding: 0 !important;
margin: 0 !important;
list-style: none !important;
}
.yay-currency-custom-option {
flex: 1;
min-width: 0;
max-width: 250px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
display: block;
}
.yay-currency-custom-option::before {
border-color: transparent !important;
}
.yay-currency-custom-option-row:not(.selected):hover {
color: #171717;
background-color: oklch(0.97 0 0);
border-radius: 6px;
}
.yay-currency-custom-option-row.selected {
color: #171717;
background-color: oklch(0.97 0 0);
border-radius: 6px;
}
.yay-currency-custom-options:has(
.yay-currency-custom-option-row:hover:not(.selected)
)
.yay-currency-custom-option-row.selected {
background-color: unset;
}
.yay-currency-custom-selected-option {
display: flex;
align-items: center;
gap: 8px;
}
.yay-currency-flag {
display: inline-block;
min-width: 24px;
min-height: 18px;
border-radius: 2px;
background-size: cover !important;
background-position: center !important;
background-repeat: no-repeat !important;
}
.yay-currency-flag.small {
min-width: 20px;
min-height: 15px;
}
.overflow-fix {
overflow: visible !important;
}
.z-index-fix {
z-index: 9999 !important;
} .yay-currency-dropdown.menu-item {
display: inline-block;
}
.yay-currency-product-page .ppc-button-wrapper {
display: none;
}
.yay-currency-custom-loader {
animation: spin 1s linear infinite;
border: 2px solid #f3f3f3;
border-top: 2px solid #cfcfcf;
border-radius: 50%;
display: none;
margin-right: 4px;
width: 14px;
height: 14px;
}
.woocommerce-checkout-review-order-table .bundled_table_item .product-name {
padding-left: 2.5em;
}
.yay-currency-custom-loader.active {
display: inline-block;
}
.yay-currency-checkout-force-payment-notice.yay-currency-force-payment-hide {
display: none;
}
.yay-currency-approximately-price-by-country {
display: block !important;
padding-left: 0;
line-height: 1.3;
padding: 7px 0px;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} @keyframes yayAnimationFadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes yayAnimationFadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes yayAnimationSlideInFromTop {
from {
transform: translateY(-0.5rem);
opacity: 0;
}
to {
transform: translateY(0);
opacity: 1;
}
}
@keyframes yayAnimationSlideInFromBottom {
from {
transform: translateY(0.5rem);
opacity: 0;
}
to {
transform: translateY(0);
opacity: 1;
}
}
@keyframes yayAnimationSlideInFromLeft {
from {
transform: translateX(-0.5rem);
opacity: 0;
}
to {
transform: translateX(0);
opacity: 1;
}
}
@keyframes yayAnimationSlideInFromRight {
from {
transform: translateX(0.5rem);
opacity: 0;
}
to {
transform: translateX(0);
opacity: 1;
}
} .yay-currency-converter-container {
background-color: #eaeef2;
border-radius: 15px;
padding: 15px;
margin: 10px 0px;
}
.yay-currency-converter-wrapper {
line-height: 1.5;
padding: 10px 5px;
width: 100%;
background-color: #ffffff;
border: 1px solid #ffffff;
border-radius: 7px;
}
.yay-currency-converter-heading {
font-weight: 500;
}
input.yay-currency-converter-amount {
width: 100%;
border-radius: 7px;
background-color: #ffffff;
}
.yay-currency-converter-row {
margin-top: 15px;
}
.yay-currency-converter-result-wrapper {
font-weight: bold;
font-size: 1.2em;
}
.yay-currency-converter-result-value {
color: #008026;
}.awcfe-inline-item .woocommerce-input-wrapper .input-radio{display:inline-block!important;margin-right:5px;margin-top:5px}.awcfe-inline-item .woocommerce-input-wrapper label{display:inline-block!important;margin:0px 10px 0px 0px}.awcfe-hidden{display:none}.awcfe_toggleSwitch_field.awcfe-inline-item .awcfe-form-label,.awcfe_toggleSwitch_field.awcfe-inline-item .awcfe-formToggle{display:inline-block}.awcfe_toggleSwitch_field.awcfe-inline-item .awcfe-formToggle{margin-top:0px}.awcfe_toggleSwitch_field input[type=checkbox]{height:0;width:0!important;visibility:hidden;position:absolute}.awcfe_toggleSwitch_field .awcfe-formToggle{cursor:pointer;text-indent:-9999px;width:60px;height:30px;background:grey;display:block;border-radius:100px;position:relative;margin-top:10px}.awcfe_toggleSwitch_field .awcfe-formToggle:after{content:"";position:absolute;top:5px;left:5px;width:20px;height:20px;background:#fff;border-radius:90px;-webkit-transition:0.3s;transition:0.3s}.awcfe_toggleSwitch_field input:checked+.awcfe-formToggle{background:#4B46DD}.awcfe_toggleSwitch_field input:checked+.awcfe-formToggle:after{left:calc(100% - 5px);-webkit-transform:translateX(-100%);transform:translateX(-100%)}.awcfe_toggleSwitch_field .awcfe-formToggle:active:after{width:30px}.ast-header-break-point .main-header-menu .menu-item-has-children .ast-menu-toggle { color: #FFFFFF; }
.ast-header-break-point .main-header-menu .menu-item-has-children .ast-menu-toggle svg { fill: #FFFFFF; } .gp-table-wrap {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
margin: 0 0 12px;
border: 1px solid #e5e7eb;
border-radius: 12px;
background: #fff;
}
.gp-table {
width: 100%;
border-collapse: collapse;
min-width: 560px;
}
.gp-table th,
.gp-table td {
border: 1px solid #e5e7eb;
padding: 10px 12px;
text-align: left;
vertical-align: top;
}
.gp-table thead th {
background: #f8fafc;
font-weight: 700;
}
@media (max-width: 480px) {
.gp-table { min-width: 520px; }
.gp-table th,
.gp-table td {
padding: 8px 10px;
font-size: 14px;
}
} .cabecera-movil {
position: relative;
overflow: hidden;
height: 100vh;
background-color: #257b8e;
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
font-size: 2rem;
}
.cabecera-movil::after {
content: "";
position: absolute;
top: -100%;
left: -100%;
width: 300%;
height: 300%;
background: linear-gradient(
135deg,
rgba(245,194,67,0) 20%,
rgba(245,194,67,0.55) 50%,
rgba(245,194,67,0) 80%
);
opacity: 0;
transform: translateY(150%);
pointer-events: none;
animation: sweepDiagonal 10s ease-in-out infinite;
}
@keyframes sweepDiagonal {
0%   { transform: translateY(150%); opacity: 0; }
20%  { transform: translateY(80%);  opacity: 0.3; }
40%  { transform: translateY(-150%); opacity: 0.4; }
50%  { transform: translateY(-150%); opacity: 0.4; }
70%  { transform: translateY(-120%); opacity: 0.3; }
80%  { transform: translateY(-80%);  opacity: 0.2; }
100% { transform: translateY(150%); opacity: 0; }
} .comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
display: inline-block;
width: 32% !important;
margin-right: 2%;
vertical-align: top;
}
.comment-form .comment-form-url { margin-right: 0; }
@media (max-width: 768px) {
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
width: 100% !important;
margin-right: 0;
display: block;
}
}