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-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 {
position: relative;
user-select: none;
min-width: 70px;
width: 270px;
font-size: 13px;
}
.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;
}
.yay-currency-custom-select__trigger {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
color: #3b3b3b;
height: 40px;
line-height: 14px;
background: #ffffff;
cursor: pointer;
border: 1px solid #dcdfe6;
border-radius: 4px;
}
.yay-currency-custom-select__trigger:hover {
border: 1px solid #ccc;
}
.yay-currency-custom-select.open .yay-currency-custom-select__trigger {
border: 1px solid #2271b1;
}
.yay-currency-custom-select__trigger.small {
height: 30px;
}
.yay-currency-custom-options {
position: absolute;
display: block;
top: 100%;
left: 0 !important;
right: 0;
border: 1px solid #ccc;
border-radius: 0 0 4px 4px;
border-top: 0;
background: #fff;
height: 0;
transition: all 0.2s;
max-height: 250px;
overflow: auto;
margin: 0 !important;
padding: 0 !important;
opacity: 0;
visibility: hidden;
pointer-events: none;
z-index: 99999;
width: 100% !important;
}
.yay-currency-custom-options.upwards {
top: auto;
bottom: 95%;
border: 1px solid #ccc;
border-radius: 4px 4px 0 0;
}
.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: 0 0 4px 4px;
}
.yay-currency-custom-arrow {
position: relative;
margin: 0 8px !important;
height: 8px;
width: 8px;
}
.yay-currency-custom-arrow::before,
.yay-currency-custom-arrow::after {
content: '';
position: absolute;
bottom: 0px;
width: 0.15rem;
height: 100%;
transition: all 0.2s;
}
.yay-currency-custom-arrow::before {
left: -2px;
transform: rotate(-45deg);
background-color: #ccc;
}
.yay-currency-custom-arrow::after {
left: 3px;
transform: rotate(45deg);
background-color: #ccc;
}
.upwards.yay-currency-custom-arrow::before {
left: -2px;
transform: rotate(45deg);
background-color: #ccc;
}
.upwards.yay-currency-custom-arrow::after {
left: 3px;
transform: rotate(-45deg);
background-color: #ccc;
}
.open .yay-currency-custom-arrow::before {
left: -2px;
transform: rotate(45deg);
}
.open .yay-currency-custom-arrow::after {
left: 3px;
transform: rotate(-45deg);
}
.open .yay-currency-custom-select__trigger {
border-radius: 4px 4px 0 0;
}
.open .upwards.yay-currency-custom-arrow::before {
left: -2px;
transform: rotate(-45deg);
}
.open .upwards.yay-currency-custom-arrow::after {
left: 3px;
transform: rotate(45deg);
}
.open .upwards.yay-currency-custom-select__trigger {
border-radius: 0 0 4px 4px;
}
.yay-currency-custom-select.open .upwards.yay-currency-custom-options {
border-radius: 4px 4px 0 0;
}
.yay-currency-custom-option-row {
display: flex !important;
justify-content: flex-start;
align-items: center;
list-style: none;
padding: 8px !important;
margin: 0 !important;
color: #5c5c5c;
line-height: 14px !important;
background-color: #fff;
}
.yay-currency-custom-option {
padding: 0 !important;
margin: 0 !important;
list-style: none !important;
font-size: 14px !important;
}
.yay-currency-custom-option.small {
font-size: 11px !important;
}
.yay-currency-custom-option::before {
border-color: transparent !important;
}
.yay-currency-custom-option-row:hover {
cursor: pointer;
background-color: #f5f7fa;
}
.yay-currency-custom-option-row.selected {
color: #ffffff;
background-color: #2271b1;
}
.yay-currency-custom-selected-option {
display: flex;
align-items: center;
padding: 0 8px !important;
}
.yay-currency-flag {
display: inline-block;
min-width: 24px;
min-height: 18px;
margin: 0 8px 0 0 !important;
border-radius: 2px;
}
.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;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}.cl-template{border-style:solid;border-width:0;position:relative;display:flex;flex:1;background-repeat:no-repeat;background-size:cover;background-position:center center}.cl-template--image-left,.cl-template--image-right{flex-direction:row}.cl-template--image-left .cl-element-featured_media--sizing-natural.cl-element-featured_media--no-image,.cl-template--image-right .cl-element-featured_media--sizing-natural.cl-element-featured_media--no-image{width:40%}.cl-template--image-left .cl-element-featured_media--sizing-natural.cl-element-featured_media--no-image .cl-element-featured_media__anchor,.cl-template--image-right .cl-element-featured_media--sizing-natural.cl-element-featured_media--no-image .cl-element-featured_media__anchor{display:block;position:absolute;top:0;left:0;width:100%;height:100%}.cl-template--image-top,.cl-template--image-bottom{flex-direction:column}.cl-template--image-top .cl-element-featured_media--sizing-natural.cl-element-featured_media--no-image,.cl-template--image-bottom .cl-element-featured_media--sizing-natural.cl-element-featured_media--no-image{height:0;padding-top:75%}.cl-template--image-top .cl-element-featured_media--sizing-natural.cl-element-featured_media--no-image .cl-element-featured_media__anchor,.cl-template--image-bottom .cl-element-featured_media--sizing-natural.cl-element-featured_media--no-image .cl-element-featured_media__anchor{display:block;position:absolute;top:0;left:0;width:100%;height:100%}.cl-template h1,.cl-template h2,.cl-template h3,.cl-template h4,.cl-template h5,.cl-template h6,.cl-template div,.cl-template span,.cl-template a,.cl-template p,.cl-template img,.cl-template em,.cl-template big,.cl-template small,.cl-template strike,.cl-template strong,.cl-template b,.cl-template u,.cl-template i,.cl-template section{margin:0;padding:0;border:0;outline:0;font-weight:normal;font-style:inherit;font-size:16px;font-family:inherit;vertical-align:baseline;text-decoration:none;line-height:1.2;color:inherit;border-style:solid;overflow-wrap:break-word;word-break:break-word;font-family:Arial,Helvetica,sans-serif;box-shadow:none}.cl-template a img{box-shadow:none}.cl-template h1,.cl-template h2,.cl-template h3,.cl-template h4,.cl-template h5,.cl-template h6{font-weight:600;line-height:1.2}.cl-template h1 a,.cl-template h2 a,.cl-template h3 a,.cl-template h4 a,.cl-template h5 a,.cl-template h6 a{font-size:inherit;font-weight:inherit}.cl-template h1{font-size:40px}.cl-template h2{font-size:32px}.cl-template h3{font-size:27.2px}.cl-template h4{font-size:22.4px}.cl-template h5{font-size:17.6px}.cl-template h6{font-size:12.8px}.cl-template a:hover{color:inherit}.cl-template .cl-element__container{display:flex;flex-wrap:wrap}.cl-template .cl-element{display:flex;position:relative}.cl-template .cl-element *{overflow-wrap:break-word;word-break:break-word}.cl-template .cl-element-author{display:flex;flex-direction:row;align-items:stretch;align-self:flex-start}.cl-template .cl-element-author__image{display:flex;align-content:center;justify-content:center;align-items:center;font-size:inherit;font-weight:inherit;font-style:inherit;width:1.25em;height:1.25em}.cl-template .cl-element-author__image img{display:block;max-height:100%;max-width:100%;width:100%}.cl-template .cl-element-author__image--circle{overflow:hidden}.cl-template .cl-element-author__image--circle img{border-radius:2em}.cl-template .cl-element-author__text{display:flex;align-content:center;justify-content:center;flex:unset;align-items:flex-end;font-size:inherit;text-decoration:inherit;font-weight:inherit;font-style:inherit;font-family:inherit}.cl-template .cl-element .cl-element-author__image+.cl-element-author__text,.cl-template .cl-element .cl-element-author__text+.cl-element-author__image{margin-left:.5em}.cl-template .cl-element-section,.cl-template .cl-element-featured_media{display:block}.cl-template .cl-element-link__anchor{font-family:inherit;font-style:inherit;font-size:inherit;font-weight:inherit;text-decoration:inherit;display:inline-block}.cl-template .cl-element-section{position:relative;flex:1}.cl-template .cl-element-featured_media{overflow:hidden}.cl-template .cl-element-featured_media__placeholder-image{width:50%;height:50%;top:25%;left:25%;position:absolute}.cl-template .cl-element-featured_media__image{display:block}.cl-template .cl-element-custom_field .cl-element__container{display:block}.cl-template .cl-element-custom_field strong,.cl-template .cl-element-custom_field b{font-weight:600}.cl-template .cl-element-custom_field em,.cl-template .cl-element-custom_field i{font-style:italic}.cl-template .cl-element-custom_field u{text-decoration:underline}.cl-template .cl-element-taxonomy{flex-flow:row wrap}.cl-template .cl-element-taxonomy__terms{flex:1}.cl-template .cl-element-taxonomy__term{display:inline-flex}.cl-template .cl-element-text>span,.cl-template .cl-element-text>div,.cl-template .cl-element-text>p,.cl-template .cl-element-text>small,.cl-template .cl-element-text>section{color:inherit;font-family:inherit;font-weight:inherit;font-style:inherit;text-decoration:inherit;font-size:inherit}.cl-template .cl-element-excerpt{display:block}.cl-layout-container{--cl-layout-margin:0;--cl-layout-padding:0;--cl-layout-width:100%;--cl-layout-background-color:transparent;--cl-layout-background-gradient:none;overflow:hidden;position:relative;padding:var(--cl-layout-margin, 0);box-sizing:border-box;background-clip:content-box;background-color:var(--cl-layout-background-color, transparent);background-image:var(--cl-layout-background-gradient, none)}.cl-layout{position:relative;box-sizing:border-box;display:flex;--cl-layout-gap-c:0;--cl-layout-gap-r:0;margin:calc(-1*var(--cl-layout-gap-r, 0)) 0 0 calc(-1*var(--cl-layout-gap-c, 0px));width:auto;max-width:none;padding:var(--cl-layout-padding, 0px);display:flex;flex-wrap:wrap;font-family:inherit}.cl-layout__masonry-content{width:100%;display:flex;position:relative;flex-wrap:wrap;margin:0}.cl-layout__masonry-content>.cl-layout__item,.cl-layout--grid>.cl-layout__item{margin:var(--cl-layout-gap-r, 0) 0 0 var(--cl-layout-gap-c, 0px)}.cl-layout *{box-sizing:border-box;font-family:inherit}.cl-layout__item{position:relative;display:block;height:auto;flex:0 0 50%}.cl-layout--equal-rows .cl-template{height:100%}.cl-layout--fill-last-row .cl-layout__item{flex-grow:1}@media only screen and (min-width: 0px){.cl-layout.cl-layout--col-xs-1 .cl-layout__item{width:calc(100% - var( --cl-layout-gap-c ));flex-basis:calc(100% - var( --cl-layout-gap-c ));}.cl-layout.cl-layout--col-xs-2 .cl-layout__item{width:calc(50% - var( --cl-layout-gap-c ));flex-basis:calc(50% - var( --cl-layout-gap-c ));}.cl-layout.cl-layout--col-xs-3 .cl-layout__item{width:calc(33.3333% - var( --cl-layout-gap-c ));flex-basis:calc(33.3333% - var( --cl-layout-gap-c ));}.cl-layout.cl-layout--col-xs-4 .cl-layout__item{width:calc(25% - var( --cl-layout-gap-c ));flex-basis:calc(25% - var( --cl-layout-gap-c ));}.cl-layout.cl-layout--col-xs-5 .cl-layout__item{width:calc(20% - var( --cl-layout-gap-c ));flex-basis:calc(20% - var( --cl-layout-gap-c ));}.cl-layout.cl-layout--col-xs-6 .cl-layout__item{width:calc(16.6666% - var( --cl-layout-gap-c ));flex-basis:calc(16.6666% - var( --cl-layout-gap-c ));}.cl-layout.cl-layout--col-xs-7 .cl-layout__item{width:calc(14.2857% - var( --cl-layout-gap-c ));flex-basis:calc(14.2857% - var( --cl-layout-gap-c ));}.cl-layout.cl-layout--col-xs-8 .cl-layout__item{width:calc(12.5% - var( --cl-layout-gap-c ));flex-basis:calc(12.5% - var( --cl-layout-gap-c ));}.cl-layout.cl-layout--col-xs-9 .cl-layout__item{width:calc(11.1111% - var( --cl-layout-gap-c ));flex-basis:calc(11.1111% - var( --cl-layout-gap-c ));}.cl-layout.cl-layout--col-xs-10 .cl-layout__item{width:calc(10% - var( --cl-layout-gap-c ));flex-basis:calc(10% - var( --cl-layout-gap-c ));}.cl-layout.cl-layout--col-xs-11 .cl-layout__item{width:calc(9.0909% - var( --cl-layout-gap-c ));flex-basis:calc(9.0909% - var( --cl-layout-gap-c ));}.cl-layout.cl-layout--col-xs-12 .cl-layout__item{width:calc(8.3333% - var( --cl-layout-gap-c ));flex-basis:calc(8.3333% - var( --cl-layout-gap-c ));}}@media only screen and (min-width: 600px){.cl-layout.cl-layout--col-s-1 .cl-layout__item{width:calc(100% - var( --cl-layout-gap-c ));flex-basis:calc(100% - var( --cl-layout-gap-c ));}.cl-layout.cl-layout--col-s-2 .cl-layout__item{width:calc(50% - var( --cl-layout-gap-c ));flex-basis:calc(50% - var( --cl-layout-gap-c ));}.cl-layout.cl-layout--col-s-3 .cl-layout__item{width:calc(33.3333% - var( --cl-layout-gap-c ));flex-basis:calc(33.3333% - var( --cl-layout-gap-c ));}.cl-layout.cl-layout--col-s-4 .cl-layout__item{width:calc(25% - var( --cl-layout-gap-c ));flex-basis:calc(25% - var( --cl-layout-gap-c ));}.cl-layout.cl-layout--col-s-5 .cl-layout__item{width:calc(20% - var( --cl-layout-gap-c ));flex-basis:calc(20% - var( --cl-layout-gap-c ));}.cl-layout.cl-layout--col-s-6 .cl-layout__item{width:calc(16.6666% - var( --cl-layout-gap-c ));flex-basis:calc(16.6666% - var( --cl-layout-gap-c ));}.cl-layout.cl-layout--col-s-7 .cl-layout__item{width:calc(14.2857% - var( --cl-layout-gap-c ));flex-basis:calc(14.2857% - var( --cl-layout-gap-c ));}.cl-layout.cl-layout--col-s-8 .cl-layout__item{width:calc(12.5% - var( --cl-layout-gap-c ));flex-basis:calc(12.5% - var( --cl-layout-gap-c ));}.cl-layout.cl-layout--col-s-9 .cl-layout__item{width:calc(11.1111% - var( --cl-layout-gap-c ));flex-basis:calc(11.1111% - var( --cl-layout-gap-c ));}.cl-layout.cl-layout--col-s-10 .cl-layout__item{width:calc(10% - var( --cl-layout-gap-c ));flex-basis:calc(10% - var( --cl-layout-gap-c ));}.cl-layout.cl-layout--col-s-11 .cl-layout__item{width:calc(9.0909% - var( --cl-layout-gap-c ));flex-basis:calc(9.0909% - var( --cl-layout-gap-c ));}.cl-layout.cl-layout--col-s-12 .cl-layout__item{width:calc(8.3333% - var( --cl-layout-gap-c ));flex-basis:calc(8.3333% - var( --cl-layout-gap-c ));}}@media only screen and (min-width: 960px){.cl-layout.cl-layout--col-m-1 .cl-layout__item{width:calc(100% - var( --cl-layout-gap-c ));flex-basis:calc(100% - var( --cl-layout-gap-c ));}.cl-layout.cl-layout--col-m-2 .cl-layout__item{width:calc(50% - var( --cl-layout-gap-c ));flex-basis:calc(50% - var( --cl-layout-gap-c ));}.cl-layout.cl-layout--col-m-3 .cl-layout__item{width:calc(33.3333% - var( --cl-layout-gap-c ));flex-basis:calc(33.3333% - var( --cl-layout-gap-c ));}.cl-layout.cl-layout--col-m-4 .cl-layout__item{width:calc(25% - var( --cl-layout-gap-c ));flex-basis:calc(25% - var( --cl-layout-gap-c ));}.cl-layout.cl-layout--col-m-5 .cl-layout__item{width:calc(20% - var( --cl-layout-gap-c ));flex-basis:calc(20% - var( --cl-layout-gap-c ));}.cl-layout.cl-layout--col-m-6 .cl-layout__item{width:calc(16.6666% - var( --cl-layout-gap-c ));flex-basis:calc(16.6666% - var( --cl-layout-gap-c ));}.cl-layout.cl-layout--col-m-7 .cl-layout__item{width:calc(14.2857% - var( --cl-layout-gap-c ));flex-basis:calc(14.2857% - var( --cl-layout-gap-c ));}.cl-layout.cl-layout--col-m-8 .cl-layout__item{width:calc(12.5% - var( --cl-layout-gap-c ));flex-basis:calc(12.5% - var( --cl-layout-gap-c ));}.cl-layout.cl-layout--col-m-9 .cl-layout__item{width:calc(11.1111% - var( --cl-layout-gap-c ));flex-basis:calc(11.1111% - var( --cl-layout-gap-c ));}.cl-layout.cl-layout--col-m-10 .cl-layout__item{width:calc(10% - var( --cl-layout-gap-c ));flex-basis:calc(10% - var( --cl-layout-gap-c ));}.cl-layout.cl-layout--col-m-11 .cl-layout__item{width:calc(9.0909% - var( --cl-layout-gap-c ));flex-basis:calc(9.0909% - var( --cl-layout-gap-c ));}.cl-layout.cl-layout--col-m-12 .cl-layout__item{width:calc(8.3333% - var( --cl-layout-gap-c ));flex-basis:calc(8.3333% - var( --cl-layout-gap-c ));}}@media only screen and (min-width: 1280px){.cl-layout.cl-layout--col-l-1 .cl-layout__item{width:calc(100% - var( --cl-layout-gap-c ));flex-basis:calc(100% - var( --cl-layout-gap-c ));}.cl-layout.cl-layout--col-l-2 .cl-layout__item{width:calc(50% - var( --cl-layout-gap-c ));flex-basis:calc(50% - var( --cl-layout-gap-c ));}.cl-layout.cl-layout--col-l-3 .cl-layout__item{width:calc(33.3333% - var( --cl-layout-gap-c ));flex-basis:calc(33.3333% - var( --cl-layout-gap-c ));}.cl-layout.cl-layout--col-l-4 .cl-layout__item{width:calc(25% - var( --cl-layout-gap-c ));flex-basis:calc(25% - var( --cl-layout-gap-c ));}.cl-layout.cl-layout--col-l-5 .cl-layout__item{width:calc(20% - var( --cl-layout-gap-c ));flex-basis:calc(20% - var( --cl-layout-gap-c ));}.cl-layout.cl-layout--col-l-6 .cl-layout__item{width:calc(16.6666% - var( --cl-layout-gap-c ));flex-basis:calc(16.6666% - var( --cl-layout-gap-c ));}.cl-layout.cl-layout--col-l-7 .cl-layout__item{width:calc(14.2857% - var( --cl-layout-gap-c ));flex-basis:calc(14.2857% - var( --cl-layout-gap-c ));}.cl-layout.cl-layout--col-l-8 .cl-layout__item{width:calc(12.5% - var( --cl-layout-gap-c ));flex-basis:calc(12.5% - var( --cl-layout-gap-c ));}.cl-layout.cl-layout--col-l-9 .cl-layout__item{width:calc(11.1111% - var( --cl-layout-gap-c ));flex-basis:calc(11.1111% - var( --cl-layout-gap-c ));}.cl-layout.cl-layout--col-l-10 .cl-layout__item{width:calc(10% - var( --cl-layout-gap-c ));flex-basis:calc(10% - var( --cl-layout-gap-c ));}.cl-layout.cl-layout--col-l-11 .cl-layout__item{width:calc(9.0909% - var( --cl-layout-gap-c ));flex-basis:calc(9.0909% - var( --cl-layout-gap-c ));}.cl-layout.cl-layout--col-l-12 .cl-layout__item{width:calc(8.3333% - var( --cl-layout-gap-c ));flex-basis:calc(8.3333% - var( --cl-layout-gap-c ));}} .cl-template--id-0{background-color: #fff;color: #333333;margin: 0px;padding: 7px 7px 7px 6px;border-radius: 4px;border-width: 2px;border-color: #cccccc;}.cl-template--id-0 .cl-element--instance-1001{text-align: centercenter;font-family: Arial;font-weight:normal;font-style: normal;text-decoration: none;margin: 0px;padding: 0px;border-radius: 4px;background-color: #efefef;display: flex;justify-content: center;}.cl-template--id-0 .cl-element--instance-1001 .cl-element-featured_media__anchor {width: 100%;}.cl-template--id-0 .cl-element--instance-1001 .cl-element-featured_media__image {width: 100%;}.cl-template--id-0 .cl-element--instance-1001 .cl-element-featured_media__placeholder-image {fill: #c2c2c2;} .cl-template--id-0 div.cl-element--instance-1002{text-align: left;font-family: Arial;font-weight:normal;font-style: normal;text-decoration: none;margin: 0px;padding: 5px;border-radius: 0px;justify-content: flex-start;} .cl-template--id-0 .cl-element--instance-1003{font-weight:bold;font-style: normal;text-decoration: none;text-align: left;margin: 0px;padding: 5px 0px 5px 0px;border-radius: 0px;justify-content: flex-start;}.cl-template--id-0 .cl-element--instance-1003 .cl-element-title__anchor {font-weight:bold;font-style: normal;text-decoration: none;display:inline-block;line-height:inherit;}.cl-template--id-0 .cl-element--instance-1003 .cl-element-title__anchor:hover, .cl-template--id-0 .cl-element--instance-1003 .cl-element-title__anchor:active, .cl-template--id-0 .cl-element--instance-1003 .cl-element-title__anchor:focus {font-weight:bold;font-style: normal;text-decoration: underline;} .cl-template--id-0 div.cl-element--instance-1004{margin: 0px;padding: 5px 0px 5px 0px;border-radius: 0px;}.cl-template--id-0 div.cl-element--instance-1005{justify-content: flex-end;text-align: right;}.cl-template--id-0 div.cl-element--instance-1005 .cl-element-link__anchor{color: #ffffff;background-color: #0693e3;margin: 10px 0px 0px 0px;padding: 5px 10px 5px 10px;border-radius: 5px;font-weight:normal;font-style: normal;text-decoration: none;}.cl-template--id-0 div.cl-element--instance-1005 .cl-element-link__anchor:hover, .cl-template--id-0 div.cl-element--instance-1005 .cl-element-link__anchor:active, .cl-template--id-0 div.cl-element--instance-1005 .cl-element-link__anchor:focus {font-weight:normal;font-style: normal;text-decoration: underline;background-color: #0693e3;color: #ffffff;} .cl-template--id-247893{background-color: #ffffff;color: #000000;padding: 20px;border-radius: 4px;border-width: 1px;border-color: rgba( 204, 204, 204, 0.5);} .cl-template--id-247893 .cl-element--instance-1001{text-align: center;font-size: 16px;font-weight:bold;font-style: normal;text-decoration: none;margin: 0px;padding: 5px 0px 5px 0px;border-radius: 0px;justify-content: center;}.cl-template--id-247893 .cl-element--instance-1001 .cl-element-title__anchor {font-weight:bold;font-style: normal;text-decoration: none;font-size: 16px;display:inline-block;line-height:inherit;}.cl-template--id-247893 .cl-element--instance-1001 .cl-element-title__anchor:hover, .cl-template--id-247893 .cl-element--instance-1001 .cl-element-title__anchor:active, .cl-template--id-247893 .cl-element--instance-1001 .cl-element-title__anchor:focus {font-weight:bold;font-style: normal;text-decoration: underline;}.cl-template--id-247893 .cl-element--instance-1002{text-align: left;font-weight:normal;font-style: normal;text-decoration: none;margin: 0px;padding: 0px;border-radius: 0px;background-color: #ffffff;display: flex;justify-content: center;}.cl-template--id-247893 .cl-element--instance-1002 .cl-element-featured_media__anchor {}.cl-template--id-247893 .cl-element--instance-1002 .cl-element-featured_media__image {max-width: 100%;}.cl-template--id-247893 .cl-element--instance-1002 .cl-element-featured_media__placeholder-image {fill: #ffffff;} .cl-template--id-247893 div.cl-element--instance-1003{text-align: left;font-weight:normal;font-style: normal;text-decoration: none;margin: 0px;padding: 10px 0px 0px 0px;border-radius: 0px;justify-content: flex-start;}@font-face{font-family:'FontAwesomePB';src:url(//analyzer.com.ar/wp-content/plugins/woocommerce-product-bundles/assets/fonts/fa-pb-67.eot);src:url(//analyzer.com.ar/wp-content/plugins/woocommerce-product-bundles/assets/fonts/fa-pb-67.eot?#iefix) format("embedded-opentype"),url(//analyzer.com.ar/wp-content/plugins/woocommerce-product-bundles/assets/fonts/fa-pb-67.woff2) format("woff2"),url(//analyzer.com.ar/wp-content/plugins/woocommerce-product-bundles/assets/fonts/fa-pb-67.woff2) format("woff"),url(//analyzer.com.ar/wp-content/plugins/woocommerce-product-bundles/assets/fonts/fa-pb-67.ttf) format("truetype"),url(//analyzer.com.ar/wp-content/plugins/woocommerce-product-bundles/assets/fonts/fa-pb-67.svg#fapbregular) format("svg");font-weight:normal;font-style:normal}.bundled_table_item .product-name,.bundled_table_item .product-price,.bundled_table_item:not(.order_item) .product-quantity,.bundled_table_item .product-subtotal,.bundled_table_item .product-total{font-size:.875em}.bundled_table_item .bundled_table_item_indent{padding-left:32px}.woocommerce .bundled_table_item td.product-name dl.variation,.woocommerce-page .bundled_table_item td.product-name dl.variation,.bundled_table_item td.product-name .wc-item-meta{font-size:100%}.bundled_table_item,.bundled_table_item td{border-top:none !important;border-bottom:none !important}.bundle_table_item,.bundle_table_item td{border-bottom:none !important}.bundled_table_item_price:before,.bundled_table_item_subtotal:before{font-family:'FontAwesomePB';font-size:1rem;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:rotate(90deg);content:"\e806";margin:0 12px 0 3px;opacity:.25}dt.bundled_title_meta,.bundled_notice{margin:12px 0 5px}a.edit_bundle_in_cart_text{color:#888;font-weight:normal;text-decoration:none}a.edit_bundle_in_cart_text:hover small{text-decoration:underline}