/*
 * ENERGY SAVINGS MODAL - GENERIC
 */
#youreko-overlay.youreko-energy-savings-modal
{
    z-index: 10000;
    opacity: 0;
    filter: alpha(opacity=0);
    background: #fff;
}
body #youreko-overlay.youreko-energy-savings-modal
{
    display: block;
}
#youreko-overlay.youreko-no-arrows
{
    opacity: 0.6;
    filter: alpha(opacity=60);
}
#youreko-energy-savings
{
    z-index: 10001;
    display: none;
    position: absolute;
    font-family: arial, helvetica, sans-serif;
    width: 318px;
    height: 494px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.4) !important;
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.4) !important;
    -moz-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.4) !important;
    background: #fff;
    line-height: normal;
    cursor: default;
    border: solid 1px #ccc;
    outline: none !important;
    font-stretch: normal;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#youreko-energy-savings.youreko-desktop
{
    width: 800px;
    height: 438px;
}
#youreko-energy-savings,
#youreko-energy-savings *,
#youreko-energy-savings *:before,
#youreko-energy-savings *:after
{
    font-family: arial, helvetica, sans-serif !important;
    -webkit-box-sizing: content-box!important;
    -moz-box-sizing: content-box!important;
    box-sizing: content-box!important;
    letter-spacing: normal;
}
#youreko-energy-savings *:focus
{
    outline: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#youreko-energy-savings.cursor-wait
{
    cursor: wait;
}
#youreko-energy-savings.youreko-no-usage
{
    height: 398px;
}
#youreko-energy-savings section
{
    padding: 0;
    position: relative;
}
.youreko-hidden
{
    display: none !important;
}
#youreko-info-container
{
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    color: #666;
    font-size: 12px;
    text-align: center;
    background: rgba(255, 255, 255,0.7);
    z-index: 11;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    box-shadow: none;
}
.youreko-no-usage #youreko-info-container
{
    height: 397px;
}
#youreko-label-arrow-up
{
    display: none;
    position: absolute;
    width: 50px;
    height: 25px;
    overflow: hidden;
    top: -25px;
}
#youreko-label-arrow-up:after
{
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background: #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    top: 13px;
    left: 13px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.4);
    border: solid 1px #ccc;
}
#youreko-label-arrow-down
{
    display: none;
    position: absolute;
    width: 50px;
    height: 25px;
    overflow: hidden;
    /*top: 422px;*/
    top: 100%;
}
#youreko-label-arrow-down:after
{
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background: #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    top: -12px;
    left: 13px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.4);
    border: solid 1px #ccc;
}
#youreko-label-arrow-right
{
    display: none;
    position: absolute;
    left: 318px;
    width: 25px;
    height: 50px;
    overflow: hidden;
}
#youreko-label-arrow-right:after
{
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background: #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    top: 14px;
    left: -12px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.4);
    border: solid 1px #ccc;
}
#youreko-label-arrow-left
{
    display: none;
    position: absolute;
    right: 318px;
    width: 25px;
    height: 50px;
    overflow: hidden;
}
#youreko-label-arrow-left:after
{
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background: #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    top: 14px;
    left: 13px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.4);
    border: solid 1px #ccc;
}
#youreko-info-container:before
{
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -3px;
}
.youreko-info-section
{
    display: block;
    float: left;
    width: 100%;
}
.youreko-info-section:not(:first-child)
{
    margin: 15px 0 0 0;
}
.youreko-info-text
{
    font-size: 11px;
    text-align: left;
    border: 1px solid #9c9c9c;
    border-radius: 5px;
    background: #f3f4f4;
    margin-right: 17px;
    margin-left: 21px;
    display: inline-block;
    vertical-align: middle;
    padding: 18px 32px 12px 19px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: auto;
}
.youreko-mobile .youreko-info-text
{
    width: 247px;
}
.youreko-info-text p
{
    margin-top: 1em;
    margin-bottom: 1em;
    font: 11px/14px arial, helvetica, sans-serif;
    font-weight: normal;
    color: #666;
    padding: 0;
}
.youreko-info-text-heading
{
    font-size: 14px;
    margin: 0 0 5px 0;
    font-weight: bold;
    /*color: #666;*/
    float: left;
}
.youreko-info-text-heading.youreko-highlight
{
    background-color: yellow;
    animation: fadeOutHighlight 4s forwards;
}
@keyframes fadeOutHighlight {
    0% {
        background-color: yellow;
        opacity: 1;
    }
    85% {
        background-color: yellow;
        opacity: 1;
    }
    100% {
        background-color: transparent;
        opacity: 1;
    }
}

.youreko-info-text-energy-cost-heading-product-type
{
    text-transform: lowercase;
    font-weight: 600;
}
.youreko-info-text-text
{
    float: left;
    font-size: 12px;
    width: 100%;
}
.youreko-info-text-text:not(:last-child)
{
    margin: 0 0 8px 0;
}
.youreko-info-text-sources-text
{
    width: 100%;
    float: left;
    font-size: 12px;
}
.youreko-mobile .youreko-info-text-sources-text
{
    width: 100%;
}
.youreko-info-text-sources-table
{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.youreko-is-ekoscore #youreko-info-text-medal-rating
{
    display: none;
}
.youreko-info-text-medal-rating-table .youreko-rating-container,
.youreko-mobile .youreko-info-text-medal-rating-table .youreko-rating-container
{
    width: 15px;
    height: 13px;
    position: relative;
    margin: 0;
    top: -4px;
}
.youreko-info-text-medal-rating-table table
{
    float: left;
}
.youreko-info-text-medal-rating-table table td:first-child
{
    padding: 0 1px 0 3px;
}
.youreko-info-text-medal-rating-table table td:nth-child(2)
{
    font-style: italic;
}
.youreko-close-info-text
{
    width: 14px;
    display: block;
    font-size: 24px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    position: fixed;
    /*noinspection CssUnresolvedCustomProperty*/
    right: calc(20px + var(--scrollbar-width, 0px));
    top: 14px;
    border: 1px #f3f4f4 solid;
}
[class*=youreko-v7] .youreko-close-info-text
{
    font-size: 18px;
    border: none;
}
.youreko-close-info-text:focus
{
    border: 1px #000 solid;
    color: #000;
    box-shadow: none !important;
}
.youreko-info-text-main
{
    float: left;
    width: 100%;
    font-size: 11px;
}
.youreko-no-energy-data .youreko-info-text-main
{
    width: 100%;
}
.youreko-info-text-divider
{
    float: left;
    width: 37px;
    height: 372px;
    display: none;
}
.youreko-info-text-divider:after
{
    content:"";
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 60%;
    border-left: 1px solid #999;
}
.youreko-desktop .youreko-info-text-divider
{
    display: block;
}
.youreko-mobile .youreko-info-text-divider,
.youreko-no-energy-data .youreko-info-text-divider
{
    display: none;
}
.youreko-sponsored-text
{
    display: none;
}
#youreko-info-text-cost-panel-wrapper
{
    float: left;
    width: 272px;
    position: relative;
    overflow: hidden;
    height: 372px;
}
.youreko-mobile #youreko-info-text-cost-panel-wrapper
{
    display: none;
}
#youreko-info-text-cost-panel-slider
{
    width: 546px;
    position: absolute;
    height: 100%;
}
#youreko-info-text-yearly-cost-panel,
#youreko-info-text-lifetime-cost-panel
{
    height: 100%;
    float: left;
}
#youreko-info-text-yearly-cost-panel table tr td,
#youreko-info-text-lifetime-cost-panel table tr td
{
    width: 50%;
}
#youreko-info-text-yearly-cost-panel .youreko-info-text-heading,
#youreko-info-text-lifetime-cost-panel .youreko-info-text-heading
{
    width: 97%;
}
.youreko-desktop #youreko-info-text-yearly-cost-panel
{
    display: block;
}
#youreko-info-text-see-yearly-cost,
#youreko-info-text-see-lifetime-cost
{
    margin: 0 0 0 -3px;
    text-decoration: underline;
    font-style: italic;
    cursor: pointer;
}
#youreko-info-text-see-yearly-cost:hover,
#youreko-info-text-see-lifetime-cost:hover
{
    color: #000;
}
[class*=youreko-v7] #youreko-info-text-see-yearly-cost,
[class*=youreko-v7] #youreko-info-text-see-lifetime-cost
{
    margin: 0;
}

.youreko-info-text table
{
    width: 100%;
    border-collapse: collapse;
    font-size: 10px;
    line-height: normal;
    margin: 0;
    table-layout: auto;
}
.youreko-info-text tr
{
    border: solid 1px #999;
}
.youreko-info-text tr:nth-child(odd)
{
    background: #dfdfdf;
}
.youreko-info-text tr:nth-child(even)
{
    background: #fff;
}
.youreko-info-text table tr td.youreko-table-emphasize-last-row
{
    font-weight: bold;
    font-style: italic;
}
.youreko-info-text table tr td
{
    position: relative;
    padding: 3px 0 3px 5px;
    /*height: 13px;*/
    /*line-height: 13px;*/
    border: 1px solid grey;
    margin-left: 0;
    display: table-cell;
    float: none !important;
    vertical-align: middle;
    color: #636363;
    background: none;
    font-size: 12px;
    word-break: break-word;
    word-wrap: normal;
}
.youreko-table-cell-heading
{
    font-weight: 600;
}
.youreko-source-link
{
    font: inherit !important;
    color: #636363 !important;
    text-decoration: underline !important;
}
.youreko-source-link:hover
{
    color: #000 !important;
    text-decoration: underline !important;
}
.youreko-info-text-ekoscore p u
{
    text-decoration: underline;
}
.youreko-info-text-ekoscore p u b
{
    font-size: 11px;
    color: #666;
}
.youreko-all-details-info-text
{
    display: none;
    height: 388px;
    margin-left: 12px;
    margin-right: 9px;
}
.youreko-mobile .youreko-all-details-info-text
{
    height: 444px;
}
[class*='youreko-v7'] .youreko-all-details-info-text
{
    height: 412px !important;
}
[class*='youreko-v7'].youreko-mobile .youreko-all-details-info-text
{
    height: 435px !important;
}
.youreko-sponsored-info-text
{
    display: none;
}
.youreko-custom-usage-info-text,
.youreko-custom-usage-info-text-savings-disappeared
{
    display: none;
}
#youreko-info-text-more
{
    display: none;
}
#youreko-info-text-more-target
{
    display: none;
}
#youreko-info-text-more-trigger
{
    font-style: italic;
    text-decoration: underline;
    color: #fff;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#youreko-header
{
    position: relative !important;
    margin: 0;
    padding: 0;
    z-index: 0 !important;
    box-shadow: none;
    border-top: none;
    min-width: auto;
    background: #FFFFFF;
    height: auto;
}
[class*=youreko-v7].youreko-mobile #youreko-header
{
    width: 318px; /* Mobile usage swipe */
}
#youreko-navigation-tabs, #youreko-header-info
{
    float: left;
    height: 43px;
    border-bottom: 1px solid #dfdfdf;
}
#youreko-navigation-tabs
{
    width: 278px;
}
[class*=youreko-v7] #youreko-navigation-tabs
{
    width: 268px;
}
#youreko-header-info
{
    width: 800px;
}
#product-info-container
{
    float: left;
    width: 760px;
}
.youreko-desktop #youreko-navigation-tabs
{
    display: none;
}
.youreko-mobile #youreko-header-info
{
    display: none;
}
#youreko-product-details
{
    float: left;
    height: 43px;
}
.youreko-partner-page
{
    border: none;
    position: relative;
    width: auto;
    display: inline-block;
    height: 25px;
    float: right;
}
.youreko-mobile .youreko-partner-page
{
    float: none;
}
.youreko-partner-page:focus
{
    outline: 0;
    box-shadow: none;
}
.youreko-partner-page:hover .youreko-tagline
{
    text-decoration: underline;
}
#youreko-product-name
{
    color: #000000;
    margin-left: 24px;
    margin-right: 13px;
    float: left;
    height: 43px;
    line-height: 43px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}
.youreko-has-rating.youreko-has-alternatives #youreko-product-name
{
    margin-left: 66px;
}
#youreko-product-price-container
{
    margin-right: 13px;
    float: left;
    height: 43px;
    line-height: 43px;
    font-weight: bold;
    font-size: 14px;
    color: #757575;
}
#youreko-price-delimiter
{
    color: #757575;
    margin-right: 9px;
}
#youreko-product-price
{
    font-weight: 600;
}
.youreko-market-price
{
    cursor: pointer;
}
.youreko-market-price:hover
{
    text-decoration: underline;
}
#youreko-ekoscore-container
{
    float: left;
    height: 43px;
    line-height: 43px;
    background-color: transparent;
    margin-left: 0;
    width: auto;
}
#youreko-ekoscore-pointer
{
    margin-top: 11px;
    float: left;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 11px solid transparent;
    display: inline-block;
    vertical-align: top;
}
#youreko-ekoscore-container.youreko-ekoscore-background-colour-green #youreko-ekoscore
{
    background: #009A07;
}
#youreko-ekoscore-container.youreko-ekoscore-background-colour-light-green #youreko-ekoscore
{
    background: #8ABE0C;
}
#youreko-ekoscore-container.youreko-ekoscore-background-colour-yellow #youreko-ekoscore
{
    background: #E8B505;
}
#youreko-ekoscore-container.youreko-ekoscore-background-colour-orange #youreko-ekoscore
{
    background: #EC7517;
}
#youreko-ekoscore-container.youreko-ekoscore-background-colour-red #youreko-ekoscore
{
    background: #E63606;
}

#youreko-ekoscore-container.youreko-ekoscore-background-colour-green #youreko-ekoscore-pointer
{
    border-right-color: #009A07;
}
#youreko-ekoscore-container.youreko-ekoscore-background-colour-light-green #youreko-ekoscore-pointer
{
    border-right-color: #8ABE0C;
}
#youreko-ekoscore-container.youreko-ekoscore-background-colour-yellow #youreko-ekoscore-pointer
{
    border-right-color: #E8B505;
}
#youreko-ekoscore-container.youreko-ekoscore-background-colour-orange #youreko-ekoscore-pointer
{
    border-right-color: #EC7517;
}
#youreko-ekoscore-container.youreko-ekoscore-background-colour-red #youreko-ekoscore-pointer
{
    border-right-color: #E63606;
}

#youreko-ekoscore
{
    position: relative;
    margin-top: 11px;
    height: 22px;
    line-height: 22px;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    color: #FFF;
    float: left;
    text-align: center;
}
#youreko-ekoscore-text
{
    color: #fff;
    font-size: 11px;
    margin-left: 1px;
    margin-right: 6px;
}
.youreko-ekoscore-info
{
    display: none;
    font-size: 11px;
    color: #fff;
}
.youreko-ekoscore-info u
{
    text-decoration: underline;
    font-size: 11px;
    color: #fff;
}
#youreko-logo-and-tagline
{
    float: right;
    height: 43px;
}
.youreko-tagline
{
    float: left;
    height: 43px;
    line-height: 43px;
    font-size: 12px;
    text-align: right;
    font-style: italic;
    color: #757575;
    cursor: pointer;
}
.youreko-tagline:not(.youreko-has-partner-page)
{
    text-decoration: underline;
}
.youreko-tagline:not(.youreko-has-partner-page):hover,
.youreko-tagline:not(.youreko-has-partner-page):focus
{
    color: #000;
}
.youreko-page-cta-separator
{
    display: none;
    float: left;
    height: 43px;
    line-height: 43px;
    font-weight: bold;
    font-size: 14px;
    color: #757575;
    margin-right: 7px;
}
#youreko-logo-in-header
{
    float: left;
    margin-right: 15px;
    margin-left: 6px;
}
[class*='youreko-v7'] #youreko-logo-in-header
{
    margin-right: 8px;
}
#youreko-header ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: normal;
    right: 0;
    position: relative;
}
#youreko-header ul li
{
    list-style: none;
    margin: 0;
    padding: 0;
    background: none;
}
#youreko-savings-link,
#youreko-energy-cost-link,
#youreko-energy-cost-saving-link
{
    cursor: pointer;
}
#youreko-savings-link.youreko-v3,
#youreko-energy-cost-link.youreko-v3,
#youreko-savings-link.youreko-v5,
#youreko-energy-cost-link.youreko-v5
{
    width: 138px;
}

#youreko-savings-link.youreko-v4,
#youreko-savings-link.youreko-v8
{
    width: 178px;
}
#youreko-energy-cost-saving-link.youreko-v4,
#youreko-energy-cost-saving-link.youreko-v8
{
    width: 100px
}
#youreko-savings-link:not(.youreko-selected) span.youreko-savings-notifier.youreko-notifier-products-available
{
    opacity: 0.4;
}
#youreko-savings-link:not(.youreko-selected) span.youreko-savings-notifier.youreko-notifier-no-products
{
    opacity: 0.6;
}
.youreko-navigation-tab.youreko-close-link
{
    font-size: 24px;
    font-weight: bolder;
    width: 39px;
    border-left: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    height: 43px;
    cursor: pointer;
}
.youreko-navigation-tab.youreko-close-link:focus
{
    border: 1px solid #6e6e6e;
    height: 43px;
    margin-top: -1px;
    box-shadow: none;
}
.youreko-close-mobile
{
    float: left;
    width: 40px;
    height: 43px;
}
.youreko-desktop .youreko-close-mobile
{
    display: none;
}
.youreko-close-desktop
{
    float: right;
    width: 40px;
    height: 43px;
}
.youreko-mobile .youreko-close-desktop
{
    display: none;
}
.youreko-close ul li
{
    list-style: none;
    margin: 0;
    padding: 0;
    background: none;
}
.youreko-navigation-tab
{
    text-decoration: none;
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    font-weight: bolder;
    text-align: center;
    color: #757575;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#youreko-energy-savings.cursor-wait .youreko-navigation-tab
{
    cursor: wait;
}
.youreko-navigation-tab:not(.youreko-close-link):hover,
.youreko-navigation-tab:not(.youreko-close-link):focus
{
    border-bottom: 3px solid #b9cf51;
    box-shadow: none;
}
.youreko-navigation-tab.youreko-selected:not(.youreko-close-link)
{
    color: #000;
    border-bottom: 3px solid #b9cf51;
}
.youreko-roundel-container
{
    display: inline-block;
    vertical-align: middle;
}
.youreko-savings-notifier
{
    color: #fff;
    margin-left: 5px;
    width: 20px;
    height: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;

    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-flexbox;

    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;

    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;

    font-weight: bold;
    font-size: 12px;
    vertical-align: middle;
}
.youreko-notifier-products-available
{
    background: #d72e00;
}
.youreko-notifier-no-products
{
    background: #999;
}

/* Mobile usage swipe */

.youreko-usage::-webkit-scrollbar { display: none !important; }
.youreko-usage::-webkit-scrollbar-thumb { background: transparent !important; }
.youreko-usage::-webkit-scrollbar-track { background-color: transparent !important; }

.youreko-usage
{
    float: left;
    width: 318px;
    max-width: 800px; /* Mobile usage swipe */
    background-color: #f3f4f4;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #666;
    font-size: 12px;
    border-bottom: 1px solid #dfdfdf;
    cursor: default;
    margin: 0;

    /* Mobile usage swipe */

    -webkit-overflow-scrolling: touch; /* apply iOS momentum scrolling effect to this element */
    display: block;
    overflow: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: auto;
}
.youreko-desktop .youreko-usage
{
    width: 800px;
    text-align: left;
}

/* Mobile usage swipe */

.youreko-usage-mobile-swipe-shadow
{
    height: 40px;
    position: absolute;
    pointer-events: none;
    right: 0;
    top: 44px;
    width: 24px;
    z-index: 2;
    background: linear-gradient(90deg,rgba(255,255,255,0),#fff);
}
.youreko-desktop .youreko-usage-mobile-swipe-shadow
{
    display: none;
}
[class*='youreko-v7'].youreko-mobile .youreko-usage-mobile-swipe-shadow
{
    height: 77px;
}
#youreko-energy-savings.cursor-wait .youreko-usage
{
    cursor: wait;
}
.youreko-custom-usage-unit-text,
.youreko-custom-usage-unit-mobile-text
{
    text-transform: uppercase;
}

.youreko-custom-usage-unit-mobile-text
{
    display: none;
}

#youreko-custom-usage-period
{
    text-transform: uppercase;
}
.youreko-usage span
{
    display: inline-block;
    position: relative;
    font-size: 12px;
    vertical-align: middle;
    right: auto;
    top: auto;
}
.youreko-usage-first-text
{
    text-transform: uppercase;
    margin-left: 24px; /* Mobile usage swipe */
}
[class*=youreko-v7] .youreko-usage-first-text
{
    margin-left: 25px; /* Mobile usage swipe */
    float: left; /* Mobile usage swipe */
}
.youreko-usage-first-text-is-cyclical,
.youreko-usage-first-text-is-in-use-watts
{
    vertical-align: baseline !important;
}
.youreko-usage select
{
    display: inline;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    color: #6E6E6E;
    font-weight: 600;
    height: 24px !important;
    font-size: 14px;
    background: #f3f4f4;
    margin: 0 3px 0 3px;
    padding: 0 !important;
    width: auto;
    vertical-align: middle !important;
    opacity: 1;
    min-height: auto;
    min-width: auto;

    -moz-appearance: menulist !important;
    -webkit-appearance: menulist !important;

    text-transform: uppercase;
    line-height: normal !important;
    align-items: center;
}
.youreko-usage select:focus
{
    color: #6E6E6E !important;
    background: #f3f4f4 !important;
    outline: none;
    border: 1px solid #6E6E6E;
    box-shadow: 0 0 4px 0 rgba(110, 110, 110, 1);
    -webkit-box-shadow: 0 0 4px 0 rgba(110, 110, 110, 1);
    -moz-box-shadow: 0 0 4px 0 rgba(110, 110, 110, 1);
    width: auto;
}
.youreko-usage select option
{
    color: #6E6E6E;
    text-transform: inherit;
}
#youreko-custom-tariff
{
    display: inline;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    color: #6E6E6E;
    font-weight: 600;
    height: 24px;
    line-height: 24px;
    font-size: 14px !important;
    background: #f3f4f4;
    margin: 0 3px 0 3px;
    width: 35px;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    min-height: auto;
}
#youreko-custom-tariff:focus
{
    outline: none;
    border: 1px solid #6E6E6E;
    box-shadow: 0 0 4px 0 rgba(110, 110, 110, 1);
    -webkit-box-shadow: 0 0 4px 0 rgba(110, 110, 110, 1);
    -moz-box-shadow: 0 0 4px 0 rgba(110, 110, 110, 1);
}
.youreko-mobile #youreko-per-kwh-text
{
    /*margin-right: 24px;*/ /* Mobile usage swipe */
}
[class*=youreko-v7].youreko-mobile #youreko-per-kwh-text
{
    /*margin-right: 25px;*/ /* Mobile usage swipe */
}

#youreko-energy-savings.cursor-wait .youreko-usage select
{
    cursor: wait;
}
.youreko-usage select:hover
{
    border: 1px solid #999;
}
#youreko-custom-energy-cost-years
{
    text-transform: uppercase;
}
.youreko-message-text-box
{
    float: left;
    width: 268px;
    height: 237px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    margin: 6px 24px 7px 24px;
}
.youreko-desktop .youreko-no-products .youreko-message-text-box
{
    display: none;
}
.youreko-no-usage .youreko-message-text-box
{
    height: 237px;
}
#youreko-extended-usage
{
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}
#youreko-extended-usage span
{
    text-transform: inherit;
}
.youreko-search-icon.youreko-search-icon-grey
{
    display: inline-block;
    margin: -20px auto 0 auto;
}
.youreko-search-icon
{
    height:40px;
    width:15px;
    display:block;
    position:relative;
    margin-left: 20px;
    float: left;
}
.youreko-search-icon:before, .youreko-search-icon:after
{
    content:'';
    height:20px;
    display:block;
    position:absolute;
    top:0;
    left:0;
}
.youreko-search-icon:before
{
    width:20px;
    border:3px #9eb729 solid;
    border-radius:100%;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
}
.youreko-search-icon.youreko-search-icon-green:before
{
    border:3px #9eb729 solid;
}
.youreko-search-icon.youreko-search-icon-grey:before
{
    border:3px #949494 solid;
}
.youreko-search-icon:after
{
    width:7px;
    background:#9eb729;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    top:17px;
    left:-5px;
}
.youreko-search-icon.youreko-search-icon-green:after
{
    background:#9eb729;
}
.youreko-search-icon.youreko-search-icon-grey:after
{
    background:#949494;
}
.youreko-message-text
{
    border-bottom: 1px solid #dfdfdf;
}
.youreko-message-text-title
{
    height: 40px;
    margin-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
    font-weight: bolder;
    margin-right: 10px;
    text-align: left;
}
.youreko-message-text-body,
.youreko-no-results-message-text-body-desktop
{
    float: left;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}
.youreko-no-results-message-text-body-desktop
{
    margin: 15px;
}
.youreko-message-text-body p
{
    font: 14px/24px Arial,Helvetica,Sans-serif;
    margin: 15px;
}
.youreko-message-text-body span
{
    font: 14px/24px Arial,Helvetica,Sans-serif;
}
.youreko-message-text-body a
{
    color: #999;
    text-decoration: underline;
}
.youreko-energy-cost-tab,
.youreko-energy-cost-saving-tab
{
    /*display: block !important;*/
    padding: 0;
    border-style: none;
    line-height: normal;
    overflow: visible !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none !important;
    width: 318px;
    float: left;
}

/*
 * Medal rating view
 */

#youreko-energy-savings.youreko-mobile[class*="youreko-rating-"] .youreko-savings-notifier
{
    display: none;
}

.youreko-product-rating
{
    float: left;
    width: 482px;
    height: 292px;
}
.youreko-mobile .youreko-product-rating
{
    width: 318px;
}
.youreko-product-benefits
{
    position: relative;
    margin: 6px 24px 3px 24px;
    width: 437px;
    height: 237px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    float: left;
    background-color: #f3f4f4;
    z-index: 0;

    background:
            -webkit-linear-gradient(-234deg, rgb(243,244,244) 0, rgb(243,244,244) 4%, rgba(0,0,0,0) 4%, rgba(0,0,0,0) 100%),
            -webkit-linear-gradient(54deg, rgb(243,244,244) 4%, rgba(0,0,0,0) 4%),
            -webkit-linear-gradient(18deg, rgb(235,237,237) 8.5%, rgba(0,0,0,0) 8.5%),
            -webkit-linear-gradient(-198deg, rgb(235,237,237) 8.5%, rgba(0,0,0,0) 8.5%),
            -webkit-linear-gradient(-126deg, rgb(235,237,237) 7.5%, rgba(0,0,0,0) 7.5%),
            -webkit-linear-gradient(-54deg, rgb(235,237,237) 7.5%, rgba(0,0,0,0) 7.5%),
            -webkit-linear-gradient(-234deg, rgb(243,244,244) 4%, rgba(0,0,0,0) 4%),
            -webkit-linear-gradient(54deg, rgb(243,244,244) 4%, rgba(0,0,0,0) 4%),
            -webkit-linear-gradient(18deg, rgb(235,237,237) 8.5%, rgba(0,0,0,0) 8.5%),
            -webkit-linear-gradient(-198deg, rgb(235,237,237) 8.5%, rgba(0,0,0,0) 8.5%),
            -webkit-linear-gradient(-126deg, rgb(235,237,237) 7.5%, rgba(0,0,0,0) 7.5%),
            -webkit-linear-gradient(-54deg, rgb(235,237,237) 7.5%, rgba(0,0,0,0) 7.5%), rgba(243,244,244,1);

    /*noinspection CssOverwrittenProperties*/
    background:
            -moz-linear-gradient(324deg, rgb(243,244,244) 0, rgb(243,244,244) 4%, rgba(0,0,0,0) 4%, rgba(0,0,0,0) 100%),
            -moz-linear-gradient(36deg, rgb(243,244,244) 4%, rgba(0,0,0,0) 4%),
            -moz-linear-gradient(72deg, rgb(235,237,237) 8.5%, rgba(0,0,0,0) 8.5%),
            -moz-linear-gradient(288deg, rgb(235,237,237) 8.5%, rgba(0,0,0,0) 8.5%),
            -moz-linear-gradient(216deg, rgb(235,237,237) 7.5%, rgba(0,0,0,0) 7.5%),
            -moz-linear-gradient(144deg, rgb(235,237,237) 7.5%, rgba(0,0,0,0) 7.5%),
            -moz-linear-gradient(324deg, rgb(243,244,244) 4%, rgba(0,0,0,0) 4%),
            -moz-linear-gradient(36deg, rgb(243,244,244) 4%, rgba(0,0,0,0) 4%),
            -moz-linear-gradient(72deg, rgb(235,237,237) 8.5%, rgba(0,0,0,0) 8.5%),
            -moz-linear-gradient(288deg, rgb(235,237,237) 8.5%, rgba(0,0,0,0) 8.5%),
            -moz-linear-gradient(216deg, rgb(235,237,237) 7.5%, rgba(0,0,0,0) 7.5%),
            -moz-linear-gradient(144deg, rgb(235,237,237) 7.5%, rgba(0,0,0,0) 7.5%), rgba(243,244,244,1);

    /*noinspection CssOverwrittenProperties*/
    background:
            linear-gradient(324deg, rgb(243,244,244) 0, rgb(243,244,244) 4%, rgba(0,0,0,0) 4%, rgba(0,0,0,0) 100%),
            linear-gradient(36deg, rgb(243,244,244) 4%, rgba(0,0,0,0) 4%),
            linear-gradient(72deg, rgb(235,237,237) 8.5%, rgba(0,0,0,0) 8.5%),
            linear-gradient(288deg, rgb(235,237,237) 8.5%, rgba(0,0,0,0) 8.5%),
            linear-gradient(216deg, rgb(235,237,237) 7.5%, rgba(0,0,0,0) 7.5%),
            linear-gradient(144deg, rgb(235,237,237) 7.5%, rgba(0,0,0,0) 7.5%),
            linear-gradient(324deg, rgb(243,244,244) 4%, rgba(0,0,0,0) 4%),
            linear-gradient(36deg, rgb(243,244,244) 4%, rgba(0,0,0,0) 4%),
            linear-gradient(72deg, rgb(235,237,237) 8.5%, rgba(0,0,0,0) 8.5%),
            linear-gradient(288deg, rgb(235,237,237) 8.5%, rgba(0,0,0,0) 8.5%),
            linear-gradient(216deg, rgb(235,237,237) 7.5%, rgba(0,0,0,0) 7.5%),
            linear-gradient(144deg, rgb(235,237,237) 7.5%, rgba(0,0,0,0) 7.5%), rgba(243,244,244,1);

    background-position: 32px 37px, -12px 37px, 32px 37px, -12px 37px, 32px 28px, -12px 28px, 54px 104px, 10px 104px, 54px 104px, 10px 104px, 54px 95px, 10px 95px;
    -webkit-background-size: 44px 44px;
    background-size: 44px 44px;
}
.youreko-mobile .youreko-product-benefits
{
    width: 268px;
    height: 259px;
}
.youreko-benefits-text
{
    float: left;
    height: 100%;
    width: 229px;
    display: table;
}
.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 35px;
    height: 78px;
}
.youreko-benefits-bullets
{
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    text-align: left;
}
.youreko-mobile .youreko-benefits-bullets
{
    vertical-align: top;
}

li.youreko-benefit-bullet
{
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    line-height: 25px;
    list-style: none;
    text-align: left;
    margin: 5px 0 5px 0;
    display: inline-block;
}
.youreko-mobile .youreko-benefit-bullet
{
    /*line-height: 38px;*/
}

.youreko-bullet-content-container
{
    display: flex;
}

.youreko-bullet-container
{
    min-width: auto;
}

.youreko-bullet
{
    display:inline-block;
    width: 22px;
    height:22px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);

    text-align: center;
    vertical-align: middle;
    float: left;
    margin: 1px 8px 7px 0;
}

.youreko-bullet-circle {
    position: absolute;
    width:22px;
    height:22px;
    background-color: #009a07;
    border-radius:11px;
    left:0;
    top:0;
}

.youreko-bullet-stem {
    position: absolute;
    width:2px;
    height:9px;
    background-color:#fff;
    left:11px;
    top:6px;
}

.youreko-bullet-kick {
    position: absolute;
    width:5px;
    height:2px;
    background-color:#fff;
    left:8px;
    top:13px;
}
.youreko-bullet-text
{
    font-weight: bold;
    line-height: inherit;
}

@keyframes FadeIn {
    0% {
        opacity: 0;
    }

    85% {
        opacity: 1;
    }
}

.youreko-benefit-bullet
{
    -webkit-animation: FadeIn 1s linear;
    -o-animation: FadeIn 1s linear;
    animation: FadeIn 1s linear;

    animation-fill-mode: both;
}
.youreko-benefit-bullet.youreko-animation-off
{
    -webkit-animation: unset;
    -o-animation: unset;
    animation: unset;
}

li.youreko-benefit-bullet:nth-child(1)
{
    -webkit-animation-delay: 0.25s;
    -moz-animation-delay: 0.25s;
    -o-animation-delay: 0.25s;
    animation-delay: 0.25s;
}
li.youreko-benefit-bullet:nth-child(2)
{
    -webkit-animation-delay: 1.25s;
    -moz-animation-delay: 1.25s;
    -o-animation-delay: 1.25s;
    animation-delay: 1.25s;
}
li.youreko-benefit-bullet:nth-child(3)
{
    -webkit-animation-delay: 2.25s;
    -moz-animation-delay: 2.25s;
    -o-animation-delay: 2.25s;
    animation-delay: 2.25s;
}
li.youreko-benefit-bullet:nth-child(4)
{
    -webkit-animation-delay: 3.25s;
    -moz-animation-delay: 3.25s;
    -o-animation-delay: 3.25s;
    animation-delay: 3.25s;
}
li.youreko-benefit-bullet:nth-child(5)
{
    -webkit-animation-delay: 4.25s;
    -moz-animation-delay: 4.25s;
    -o-animation-delay: 4.25s;
    animation-delay: 4.25s;
}
li.youreko-benefit-bullet:nth-child(6)
{
    -webkit-animation-delay: 5.25s;
    -moz-animation-delay: 5.25s;
    -o-animation-delay: 5.25s;
    animation-delay: 5.25s;
}
li.youreko-benefit-bullet:nth-child(7)
{
    -webkit-animation-delay: 6.25s;
    -moz-animation-delay: 6.25s;
    -o-animation-delay: 6.25s;
    animation-delay: 6.25s;
}

/*
 * Medal rating container
 */

.youreko-rating-container
{
    margin: -15px 10px 0 10px;
    width: 166px;
    height: 252px;
    float: left;
}

/* In header */

#youreko-header .youreko-rating-container
{
    z-index: 1;
    width: 38px;
    height: 55px;
    position: absolute;
    margin-top: -5px;
    margin-left: 16px;
}

.youreko-is-ekoscore #youreko-header .youreko-rating-container,
.youreko-has-rating.youreko-no-alternatives #youreko-header .youreko-rating-container,
.youreko-no-rating #youreko-header .youreko-rating-container
{
    display: none;
}

/* Mobile */

.youreko-mobile .youreko-rating-container
{
    margin: -12px 74px 0 74px;
    width: 120px;
    height: 171px;
}
[class*='youreko-rating-resize-container']
{
    position: relative;
    width: 100%;
    height: 100%;
}
[class*='youreko-rating-ribbon']
{
    background: url('/images/energy-savings-modal/rating/ribbon.svg') 0 0 no-repeat;
    width: 65%;
    height: 100%;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: 17.5%;
}
[class*='youreko-rating-image-container']
{
    position: absolute;
    width: 100%;
    height: 75%;
    padding-top: 25%;
}
[class*='youreko-rating-image']:not([class*='youreko-rating-image-container'])
{
    position: absolute;
    width: 100%;
    height: 100%;
}
.youreko-rating-platinum [class*='youreko-rating-image']:not([class*='youreko-rating-image-container']),
.youreko-rating-container.youreko-rating-platinum [class*='youreko-rating-image']:not([class*='youreko-rating-image-container'])
{
    background: url('/images/energy-savings-modal/rating/platinum.svg') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    margin-top: -7%;
}
[class*=youreko-v8].youreko-rating-platinum [class*='youreko-rating-image']:not([class*='youreko-rating-image-container']),
[class*=youreko-v8] .youreko-rating-container.youreko-rating-platinum [class*='youreko-rating-image']:not([class*='youreko-rating-image-container'])
{
    background: url('/images/energy-savings-modal/rating/platinum-v2.svg') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 87.5%;
    height: 87.5%;
    left: 6%;
    margin: 0;
}
[class*='youreko-energy-label'].youreko-rating-platinum [class*='youreko-rating-image']:not([class*='youreko-rating-image-container'])
{
    background: url('/images/energy-savings-modal/rating/platinum-button.svg') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    margin-top: -7%;
}
.youreko-rating-gold [class*='youreko-rating-image']:not([class*='youreko-rating-image-container']),
.youreko-rating-container.youreko-rating-gold [class*='youreko-rating-image']:not([class*='youreko-rating-image-container'])
{
    background: url('/images/energy-savings-modal/rating/gold.svg') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 87.5%;
    height: 87.5%;
    left: 6%;
}
.youreko-rating-silver [class*='youreko-rating-image']:not([class*='youreko-rating-image-container']),
.youreko-rating-container.youreko-rating-silver [class*='youreko-rating-image']:not([class*='youreko-rating-image-container'])
{
    background: url('/images/energy-savings-modal/rating/silver.svg') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 87.5%;
    height: 87.5%;
    left: 6%;
}
.youreko-rating-bronze [class*='youreko-rating-image']:not([class*='youreko-rating-image-container']),
.youreko-rating-container.youreko-rating-bronze [class*='youreko-rating-image']:not([class*='youreko-rating-image-container'])
{
    background: url('/images/energy-savings-modal/rating/bronze.svg') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 87.5%;
    height: 87.5%;
    left: 6%;
}
.youreko-rating-plain [class*='youreko-rating-image']:not([class*='youreko-rating-image-container']),
.youreko-rating-container.youreko-rating-plain [class*='youreko-rating-image']:not([class*='youreko-rating-image-container'])
{
    background: url('/images/energy-savings-modal/rating/plain.svg') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 87.5%;
    height: 87.5%;
    left: 6%;
}
[class*='youreko-energy-label'].youreko-rating-none [class*='youreko-rating-container']:not([class*='youreko-rating-container-button'])
{
    display: none;
}

/*
 * 2019 - new button medal rating (with bolt)
 */

[class*='youreko-energy-label'].youreko-rating-none [class*='youreko-rating-container-button']
{
    width: 29px;
}
[class*='youreko-energy-label'] [class*='youreko-rating-container-button'] [class*='youreko-rating-ribbon']
{
    background: url('/images/energy-savings-modal/rating/ribbon-button-v2.svg') 0 0 no-repeat;
    width: 36px;
    height: 60px;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: 5.5px;
    top: -1px;
}
[class*='youreko-energy-label'].youreko-rating-none [class*='youreko-rating-container-button'] [class*='youreko-rating-ribbon']
{
    display: none !important;
}
[class*='youreko-energy-label'].youreko-rating-platinum [class*='youreko-rating-container-button'] [class*='youreko-rating-image']:not([class*='youreko-rating-image-container']),
[class*='youreko-v8'] .youreko-info-text-medal-rating-table .youreko-rating-container.youreko-rating-platinum [class*='youreko-rating-image']:not([class*='youreko-rating-image-container']),
[class*='youreko-v8'].youreko-rating-platinum #youreko-header-info .youreko-rating-container [class*='youreko-rating-image']:not([class*='youreko-rating-image-container'])
{
    display: block !important;
    background: url('/images/energy-savings-modal/rating/platinum-button-v2.svg') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 87.5%;
    height: 87.5%;
    left: 6%;
    margin: 0;
}
[class*='youreko-energy-label'].youreko-rating-gold [class*='youreko-rating-container-button'] [class*='youreko-rating-image']:not([class*='youreko-rating-image-container']),
[class*='youreko-v8'] .youreko-info-text-medal-rating-table .youreko-rating-container.youreko-rating-gold [class*='youreko-rating-image']:not([class*='youreko-rating-image-container']),
[class*='youreko-v8'].youreko-rating-gold #youreko-header-info .youreko-rating-container [class*='youreko-rating-image']:not([class*='youreko-rating-image-container'])
{
    display: block !important;
    background: url('/images/energy-savings-modal/rating/gold-button-v2.svg') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    /*width: 87.5%;
    height: 87.5%;
    left: 6%;*/
}
[class*='youreko-energy-label'].youreko-rating-silver [class*='youreko-rating-container-button'] [class*='youreko-rating-image']:not([class*='youreko-rating-image-container']),
[class*='youreko-v8'] .youreko-info-text-medal-rating-table .youreko-rating-container.youreko-rating-silver [class*='youreko-rating-image']:not([class*='youreko-rating-image-container']),
[class*='youreko-v8'].youreko-rating-silver #youreko-header-info .youreko-rating-container [class*='youreko-rating-image']:not([class*='youreko-rating-image-container'])
{
    display: block !important;
    background: url('/images/energy-savings-modal/rating/silver-button-v2.svg') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    /*width: 87.5%;
    height: 87.5%;
    left: 6%;*/
}
[class*='youreko-energy-label'].youreko-rating-bronze [class*='youreko-rating-container-button'] [class*='youreko-rating-image']:not([class*='youreko-rating-image-container']),
[class*='youreko-v8'] .youreko-info-text-medal-rating-table .youreko-rating-container.youreko-rating-bronze [class*='youreko-rating-image']:not([class*='youreko-rating-image-container']),
[class*='youreko-v8'].youreko-rating-bronze #youreko-header-info .youreko-rating-container [class*='youreko-rating-image']:not([class*='youreko-rating-image-container'])
{
    display: block !important;
    background: url('/images/energy-savings-modal/rating/bronze-button-v2.svg') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    /*width: 87.5%;
    height: 87.5%;
    left: 6%;*/
}
[class*='youreko-energy-label'].youreko-rating-plain [class*='youreko-rating-container-button'] [class*='youreko-rating-image']:not([class*='youreko-rating-image-container']),
[class*='youreko-v8'] .youreko-info-text-medal-rating-table .youreko-rating-container.youreko-rating-plain [class*='youreko-rating-image']:not([class*='youreko-rating-image-container'])
{
    display: block !important;
    background: url('/images/energy-savings-modal/rating/plain-button-v2.svg') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    /*width: 87.5%;
    height: 87.5%;
    left: 6%;*/
}
[class*='youreko-energy-label'].youreko-rating-none [class*='youreko-rating-container-button'] [class*='youreko-rating-image']:not([class*='youreko-rating-image-container'])
    /*.youreko-rating-container.youreko-rating-none [class*='youreko-rating-image']:not([class*='youreko-rating-image-container'])*/
{
    display: block !important;
    background: url('/images/energy-savings-modal/rating/none-button-v2.svg') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 30px;
    height: 30px;
    margin: 5px 12px 5px 9px;
}

.youreko-rating-platinum [class*=youreko-cost-value][class*=youreko-rating]:not(.youreko-rating-platinum),
.youreko-rating-platinum [class*=youreko-cost-cta][class*=youreko-rating]:not(.youreko-rating-platinum)
{
    display: none !important;
}
.youreko-rating-gold [class*=youreko-cost-value][class*=youreko-rating]:not(.youreko-rating-gold),
.youreko-rating-gold [class*=youreko-cost-cta][class*=youreko-rating]:not(.youreko-rating-gold)
{
    display: none !important;
}
.youreko-rating-silver [class*=youreko-cost-value][class*=youreko-rating]:not(.youreko-rating-silver),
.youreko-rating-silver [class*=youreko-cost-cta][class*=youreko-rating]:not(.youreko-rating-silver)
{
    display: none !important;
}
.youreko-rating-bronze [class*=youreko-cost-value][class*=youreko-rating]:not(.youreko-rating-bronze),
.youreko-rating-bronze [class*=youreko-cost-cta][class*=youreko-rating]:not(.youreko-rating-bronze)
{
    display: none !important;
}
.youreko-rating-plain.youreko-has-prices [class*=youreko-cost-value][class*=youreko-rating]:not(.youreko-has-prices),
.youreko-rating-plain.youreko-has-prices [class*=youreko-cost-cta][class*=youreko-rating]:not(.youreko-has-prices)
{
    display: none !important;
}
.youreko-rating-plain.youreko-no-prices [class*=youreko-cost-value][class*=youreko-rating]:not(.youreko-no-prices),
.youreko-rating-plain.youreko-no-prices [class*=youreko-cost-cta][class*=youreko-rating]:not(.youreko-no-prices)
{
    display: none !important;
}

/*
 * Text
 */

.youreko-rating-text
{
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    font-weight: 800;
}
[class^=youreko-rating-text-]
{
    font-weight: 800;
}
.youreko-rating-text-top, .youreko-rating-text-middle, .youreko-rating-text-bottom
{
    display: block;
    text-transform: uppercase;
}

.youreko-rating-platinum .youreko-rating-text
{
    padding-top: 54px;
}
.youreko-mobile.youreko-rating-platinum .youreko-rating-text
{
    padding-top: 39px;
}
.youreko-rating-platinum .youreko-rating-text *
{
    color: #9e5f09;
}
.youreko-rating-platinum [class*=youreko-rating-text-top]:not(.youreko-rating-platinum),
.youreko-rating-platinum [class*=youreko-rating-text-middle]:not(.youreko-rating-platinum),
.youreko-rating-platinum [class*=youreko-rating-text-bottom]:not(.youreko-rating-platinum)
{
    display: none;
}
.youreko-rating-platinum .youreko-rating-text-top
{
    font-size: 15px;
    line-height: 15px;
}
.youreko-mobile.youreko-rating-platinum .youreko-rating-text-top
{
    font-size: 12px;
    line-height: 12px;
}
.youreko-rating-platinum .youreko-rating-text-middle
{
    font-size: 11px;
    line-height: 15px;
}
.youreko-mobile.youreko-rating-platinum .youreko-rating-text-middle
{
    font-size: 8px;
    line-height: 12px;
}
.youreko-rating-platinum .youreko-rating-text-bottom
{
    font-size: 15px;
    line-height: 15px;
}
.youreko-mobile.youreko-rating-platinum .youreko-rating-text-bottom
{
    font-size: 12px;
    line-height: 12px;
}
.youreko-rating-gold .youreko-rating-text
{
    padding-top: 54px;
}
.youreko-mobile.youreko-rating-gold .youreko-rating-text
{
    padding-top: 37px;
}
.youreko-rating-gold .youreko-rating-text *
{
    color: #9e5f09;
}
.youreko-rating-gold [class*=youreko-rating-text-top]:not(.youreko-rating-gold),
.youreko-rating-gold [class*=youreko-rating-text-middle]:not(.youreko-rating-gold),
.youreko-rating-gold [class*=youreko-rating-text-bottom]:not(.youreko-rating-gold)
{
    display: none;
}
.youreko-rating-gold .youreko-rating-text-top
{
    font-size: 18.5px;
    line-height: 18.5px;
}
.youreko-mobile.youreko-rating-gold .youreko-rating-text-top
{
    font-size: 15px;
    line-height: 15px;
}
.youreko-rating-gold .youreko-rating-text-middle
{
    font-size: 13px;
    line-height: 22px;
}
.youreko-mobile.youreko-rating-gold .youreko-rating-text-middle
{
    font-size: 10.5px;
    line-height: 18px;
}
.youreko-rating-silver .youreko-rating-text
{
    padding-top: 51px;
}
.youreko-mobile.youreko-rating-silver .youreko-rating-text
{
    padding-top: 35px;
}
.youreko-rating-silver .youreko-rating-text *
{
    color: #819898;
}
.youreko-rating-silver [class*=youreko-rating-text-top]:not(.youreko-rating-silver),
.youreko-rating-silver [class*=youreko-rating-text-middle]:not(.youreko-rating-silver),
.youreko-rating-silver [class*=youreko-rating-text-bottom]:not(.youreko-rating-silver)
{
    display: none;
}
.youreko-rating-silver .youreko-rating-text-top
{
    font-size: 25px;
    line-height: 25px;
}
.youreko-mobile.youreko-rating-silver .youreko-rating-text-top
{
    font-size: 20px;
    line-height: 20px;
}
.youreko-rating-silver .youreko-rating-text-middle
{
    font-size: 13px;
    line-height: 19px;
}
.youreko-mobile.youreko-rating-silver .youreko-rating-text-middle
{
    font-size: 10px;
    line-height: 15px;
}

.youreko-rating-bronze .youreko-rating-text
{
    padding-top: 55px;
}
.youreko-mobile.youreko-rating-bronze .youreko-rating-text
{
    padding-top: 38px;
}
.youreko-rating-bronze .youreko-rating-text *
{
    color: #8d501a;
}
.youreko-rating-bronze [class*=youreko-rating-text-top]:not(.youreko-rating-bronze),
.youreko-rating-bronze [class*=youreko-rating-text-middle]:not(.youreko-rating-bronze),
.youreko-rating-bronze [class*=youreko-rating-text-bottom]:not(.youreko-rating-bronze)
{
    display: none;
}
.youreko-rating-bronze .youreko-rating-text-top
{
    font-size: 17.5px;
    line-height: 17.5px;
}
.youreko-mobile.youreko-rating-bronze .youreko-rating-text-top
{
    font-size: 14.5px;
    line-height: 14.5px;
}
.youreko-rating-bronze .youreko-rating-text-middle
{
    font-size: 13px;
    line-height: 20px;
}
.youreko-mobile.youreko-rating-bronze .youreko-rating-text-middle
{
    font-size: 11px;
    line-height: 16px;
}

.youreko-rating-plain .youreko-rating-text
{
    padding-top: 51px;
}
.youreko-mobile.youreko-rating-plain .youreko-rating-text
{
    padding-top: 36px;
}
.youreko-rating-plain .youreko-rating-text *
{
    color: #c0b184;
}
.youreko-rating-plain [class*=youreko-rating-text-top]:not(.youreko-rating-plain),
.youreko-rating-plain [class*=youreko-rating-text-middle]:not(.youreko-rating-plain),
.youreko-rating-plain [class*=youreko-rating-text-bottom]:not(.youreko-rating-plain)
{
    display: none;
}
.youreko-rating-plain .youreko-rating-text-top
{
    font-size: 22px;
    line-height: 22px;
}
.youreko-mobile.youreko-rating-plain .youreko-rating-text-top
{
    font-size: 17px;
    line-height: 17px;
}
.youreko-rating-plain .youreko-rating-text-middle
{
    font-size: 19px;
    line-height: 22px;
}
.youreko-mobile.youreko-rating-plain .youreko-rating-text-middle
{
    font-size: 14px;
    line-height: 16px;
}
.youreko-savings-tab.youreko-with-products
{
    width: 318px;
    float: left;
}
.youreko-savings-tab.youreko-no-products
{
    float: left;
}
.youreko-desktop .youreko-savings-tab.youreko-with-products
{
    width: 482px;
}
.youreko-desktop .youreko-savings-tab.youreko-no-products
{
    width: 482px;
}
.youreko-savings-next-mobile,
.youreko-savings-previous-mobile
{
    float: left;
    width: 19px;
    height: 208px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.youreko-desktop .youreko-savings-previous-mobile,
.youreko-desktop .youreko-savings-next-mobile
{
    display: none;
}
#youreko-energy-savings.cursor-wait .youreko-savings-next-mobile,
#youreko-energy-savings.cursor-wait .youreko-savings-previous-mobile
{
    cursor: wait;
}
#youreko-energy-savings .youreko-savings-previous-mobile span
{
    float: left;
    width: 0 !important;
    height: 0 !important;
    border-top: 12px solid transparent;
    border-right: 12px solid #949494;
    border-bottom: 12px solid transparent;
    margin-top: 106px !important;
    margin-left: 5px !important;
    top: auto !important;
    background: #fff;
}
#youreko-energy-savings .youreko-savings-next-mobile span
{
    float: left;
    width: 0 !important;
    height: 0 !important;
    border-top: 12px solid transparent;
    border-left: 12px solid #949494;
    border-bottom: 12px solid transparent;
    margin-top: 106px !important;
    margin-right: 4px !important;
    margin-left: 2px !important;
    top: auto !important;
    background: #fff;
}
.youreko-savings-next.youreko-no-savings-nav,
.youreko-savings-previous.youreko-no-savings-nav
{
    cursor: default;
}
#youreko-energy-savings .youreko-savings-next.youreko-no-savings-nav span,
#youreko-energy-savings .youreko-savings-previous.youreko-no-savings-nav span
{
    display: none;
}

.youreko-savings-navigation-desktop
{
    float: left;
    width: 20px;
    height: 128px;
    margin-left: 9px;
}
.youreko-mobile .youreko-savings-navigation-desktop
{
    display: none;
}
.youreko-savings-next-desktop,
.youreko-savings-previous-desktop
{
/*    display: none;*/
    float: left;
    width: 19px;
/*    height: 208px;*/
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.youreko-savings-next-desktop *,
.youreko-savings-previous-desktop *
{
    cursor: pointer !important;
}
.youreko-mobile .youreko-savings-previous-desktop,
.youreko-mobile .youreko-savings-next-desktop
{
    display: none;
}
.youreko-savings-previous-desktop
{
    margin-top: 8px;
    margin-bottom: 10px;
}
.youreko-savings-next-desktop
{
    margin-top: 10px;
}
#youreko-energy-savings.cursor-wait .youreko-savings-next-desktop,
#youreko-energy-savings.cursor-wait .youreko-savings-previous-desktop
{
    cursor: wait;
}

#youreko-energy-savings .swiper-button-next,
#youreko-energy-savings .swiper-button-prev
{
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    text-indent: 0;

    color: #777;
    width: 20px;
    height: 20px;
    background: #ebebeb;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;

    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-flexbox;

    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;

    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;

    margin-top: -1px;
    font-weight: bold;
    font-size: 12px;
    position: relative;

    padding: unset;
}
#youreko-energy-savings .swiper-button-next:after,
#youreko-energy-savings .swiper-button-prev:after
{
    content: none;
}
#youreko-energy-savings.youreko-mobile .swiper-button-next,
#youreko-energy-savings.youreko-mobile .swiper-button-prev
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
#youreko-energy-savings.youreko-desktop .swiper-button-next:focus,
#youreko-energy-savings.youreko-desktop .swiper-button-prev:focus
{
    background: #fff;
    box-shadow: 0 0 2px 1px rgba(110, 110, 110, 1);
    -webkit-box-shadow: 0 0 2px 1px rgba(110, 110, 110, 1);
    -moz-box-shadow: 0 0 2px 1px rgba(110, 110, 110, 1);
}
#youreko-energy-savings.youreko-mobile .swiper-button-prev:focus
{
    border-right: 12px solid #474747;
}
#youreko-energy-savings.youreko-mobile .swiper-button-next:focus
{
    border-left: 12px solid #474747;
}
.youreko-savings-previous-desktop span:hover,
.youreko-savings-next-desktop span:hover
{
    background: #ebebeb;
}
.youreko-savings-product.youreko-no-results
{
    float: left;
    width: 128px;
    height: 235px;
    border: 1px solid #dfdfdf;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin: 8px 5px 0 5px;
}
#youreko-savings-tab.youreko-no-products .youreko-savings-product.youreko-no-results
{
    width: 268px;
}
.youreko-desktop .youreko-no-products-mobile
{
    display: none;
}
.youreko-mobile .youreko-no-products-desktop
{
    display: none;
}
.youreko-savings-product.youreko-no-results:hover
{
    border: 1px solid #dfdfdf;
    cursor: auto;
}
.youreko-savings-product-no-results-box
{
    font-size: 12px;
    text-align: center;

    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;

    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;

    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;

    height: 100%;
    margin-left: 10px;
    margin-right: 10px;
}
.youreko-no-results-text
{
    color: #757575;
    font-size: 12px;
    line-height: normal;
}
.youreko-savings-product.youreko-savings-product-hidden
{
    display: none;
}
.youreko-flip-container,
.youreko-savings-product-container
{
    float: left;
    width: 140px;
    height: 192px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    cursor: pointer !important;
    background-color: transparent;
}
.youreko-flip-container:focus .youreko-savings-product
{
    border: 1px solid #009407;
    box-shadow: 0 0 3px 0 rgba(0, 148, 7, 1);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 148, 7, 1);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 148, 7, 1);
}
.youreko-savings-tab.youreko-no-products .youreko-flip-container:not(.youreko-no-results)
{
    margin-left: 19px;
}
.youreko-mobile .youreko-savings-tab.youreko-no-products .youreko-flip-container
{
    display: none;
}
.youreko-flip-container
{
    perspective: 1000px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
}
.youreko-flip-container .youreko-savings-product-container
{
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer !important;

    transition: 1s ease-out;
    -webkit-transition: 1s ease-out;
    -moz-transition: 1s ease-out;
    -o-transition: 1s ease-out;
    -ms-transition: 1s ease-out;

    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
}
.youreko-flip-container.youreko-flipped .youreko-savings-product-container
{
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}
.youreko-flip-container .youreko-savings-product-container .youreko-alternative-product-front,
.youreko-flip-container .youreko-savings-product-container .youreko-alternative-product-back
{
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: visible;
}
.youreko-flip-container .youreko-savings-product-container .youreko-alternative-product-front,
.youreko-flip-container.youreko-flipped .youreko-savings-product-container .youreko-alternative-product-front
{
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
}
.youreko-flip-container .youreko-savings-product-container .youreko-alternative-product-back,
.youreko-flip-container.youreko-flipped .youreko-savings-product-container .youreko-alternative-product-back
{
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
}

.youreko-flip-container .youreko-savings-product-container .youreko-alternative-product-front,
.youreko-flip-container.youreko-flipped .youreko-savings-product-container .youreko-alternative-product-back
{
    /* IE Hack. Halfway through the card flip, set visibility. Keep other browsers visible throughout the card flip. */
    animation: stayvisible 1s both;
    -webkit-animation: stayvisible 1s both;
    -moz-animation: stayvisible 1s both;
    -o-animation: stayvisible 1s both;
    -ms-animation: donothing 1s;
    -ms-transition: visibility 0s linear 0.34s;
    visibility: visible;
}

.youreko-flip-container.youreko-flipped .youreko-savings-product-container .youreko-alternative-product-front,
.youreko-flip-container .youreko-savings-product-container .youreko-alternative-product-back
{
    /* IE Hack. Halfway through the card flip, set visibility. Keep other browsers visible throughout the card flip. */
    animation: stayvisible 1s both;
    -webkit-animation: stayvisible 1s both;
    -moz-animation: stayvisible 1s both;
    -o-animation: stayvisible 1s both;
    -ms-animation: donothing 1s;
    -ms-transition: visibility 0s linear 0.34s;
    visibility: hidden;
}

@keyframes stayvisible { from { visibility: visible; } to { visibility: visible; } }
@-webkit-keyframes stayvisible { from { visibility: visible; } to { visibility: visible; } }
@-moz-keyframes stayvisible { from { visibility: visible; } to { visibility: visible; } }
@-o-keyframes stayvisible { from { visibility: visible; } to { visibility: visible; } }
@-ms-keyframes donothing { 0% { } 100% { } }

.youreko-savings-product
{
    position: absolute;
    float: left;
    width: 128px;
    height: 235px;
    border: 1px solid #dfdfdf;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    /*cursor: pointer !important;*/
    margin: 8px 5px 0 5px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    padding: 0 !important;
}
.youreko-savings-product:not(.youreko-no-results) *
{
    cursor: pointer !important;
}
#youreko-energy-savings.cursor-wait .youreko-savings-product
{
    cursor: wait;
}
.youreko-savings-product:hover
{
    border: 1px solid #009a07;
}
.youreko-savings-product:hover .youreko-savings-product-name,
.youreko-savings-product:hover .youreko-savings-product-price
{
    text-decoration: underline;
}

.youreko-badge
{
    display: none;
    position: absolute;
    left: -5px; top: -5px;
    z-index: 3;
    overflow: hidden;
    width: 100px;
    height: 100px;
    text-align: right;
}
.youreko-badge span
{
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 120px;
    display: block;
    background: #EB0000;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 25px;
    left: -25px;
}
.youreko-badge.youreko-badge-higher-capacity span
{
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 85px;
    display: block;
    background: #EB0000;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 13px;
    left: -20px;
}
.youreko-badge span::before
{
    content: "";
    position: absolute; left: 0; top: 100%;
    z-index: -1;
    border: 3px solid #EB0000;
    border-right-color: transparent;
    border-bottom-color: transparent;
}
.youreko-badge span::after
{
    content: "";
    position: absolute; right: 0; top: 100%;
    z-index: -1;
    border: 3px solid transparent;
    border-right-color: #EB0000;
    border-top-color: #EB0000;
}
.youreko-badge-example
{
    display: block;
}

.youreko-energy-cost-range-compact
{
    width: 128px;

    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;

    transition: transform 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
}
.youreko-energy-cost-range-compact ul
{
    height: 4px;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    line-height: normal;
}
.youreko-energy-cost-range-compact ul li
{
    list-style: none;
    width: 26px;
    height: 5px;
    float: left;
    position: absolute;
    margin-top: -1px;
}
.youreko-energy-cost-range-red
{
    background-color: #f43400;
}
.youreko-energy-cost-range-compact .youreko-energy-cost-range-red
{
    margin-left: -1px;
}
.youreko-energy-cost-range-orange
{
    background-color: #f67814;
}
.youreko-energy-cost-range-compact .youreko-energy-cost-range-orange
{
    margin-left: 25px;
}
.youreko-energy-cost-range-yellow
{
    background-color: #f4bd00;
}
.youreko-energy-cost-range-compact .youreko-energy-cost-range-yellow
{
    margin-left: 51px;
}
.youreko-energy-cost-range-light-green
{
    background-color: #8abe0c;
}
.youreko-energy-cost-range-compact .youreko-energy-cost-range-light-green
{
    margin-left: 77px;
}
.youreko-energy-cost-range-green
{
    background-color: #009a07;
}
.youreko-energy-cost-range-compact .youreko-energy-cost-range-green
{
    margin-left: 103px;
}
.youreko-range-pointer-container
{
    width: 12px;

    margin-top: -7px;
    margin-left: -6px;
    height: 7px;

    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;

    transition: transform 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
}
.youreko-range-pointer-inside
{
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #fff;
    z-index: 2;
    position: absolute;
    margin-left: 2px;
    margin-top: 1px;

    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;

    transition: transform 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
}
.youreko-range-pointer-outside
{
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 9px solid #000;
    z-index: 1;
    position: absolute;

    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;

    transition: transform 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
}
.youreko-alternative-product-calculation-text
{
    margin: 9px 8px 2px 8px;
    font-size: 12px;
    font-weight: bolder;
    color: #333;
}
.youreko-alternative-product-calculation-text span
{
    font-size: 10px;
    display: inline-block;
}
.youreko-alternative-product-calculation-close
{
    display: none;
    text-align: right;
    position: absolute;
    font-size: 18px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-weight: bolder;
    width: 122px;
    height: 32px;
    margin-left: 3px;
    margin-right: 3px;
     margin-top: 2px;
    line-height: 16px;
    color: #999;
}
.youreko-savings-breakdown-text
{
/*    display: none;*/
}
.youreko-info-text-saving
{
    text-decoration: underline;
}
.youreko-savings-breakdown
{
/*    display: none;*/
    height: 39px;
    list-style: disc inside none;
    padding: 0;
    margin: 8px 0 0 10px;
    text-align: left;
}
.youreko-savings-breakdown li
{
    list-style-position:inside;
    font-weight: bolder;
    font-size: 10px;
    margin-top: 1px;
    height: 12px;
}
@-moz-document url-prefix()
{
    .youreko-savings-breakdown li span
    {
        margin-left: 3px;
    }
}
.youreko-alternative-product-calculation-box
{
    float: left;
    width: 100%;
    background-color: #f3f4f4;
    font-weight: bolder;
    height: 23px;
}
.youreko-alternative-product-calculation-lifetime-cost
{
    background-color: #666;
}
.youreko-alternative-product-calculation-compare-run
{
    border-top: solid 1px #dfdfdf;
}
.youreko-alternative-product-calculation-compare-run,
.youreko-alternative-product-calculation-compare-run .youreko-alternative-product-calculation-item-value
{
    color: #008006;
}
.youreko-alternative-product-calculation-compare-container
{
    display: flex;
    flex-direction: column;
}
.youreko-alternative-product-calculation-compare-buy-container
{
    height: 23px;
    border-top: solid 1px #dfdfdf;
}
.youreko-alternative-no-price .youreko-alternative-product-calculation-compare-buy-container
{
    height: 8px;
    border-top: solid 1px #fff;
}
.youreko-alternative-product-calculation-compare-buy,
.youreko-alternative-product-calculation-compare-buy .youreko-alternative-product-calculation-item-value
{
    color: #6e6e6e;
}
.youreko-alternative-product-back .youreko-overall-savings
{
    margin-top: 6px;
    margin-bottom: 0;
}
.youreko-alternative-product-calculation-item-text-before
{
    margin-left: 8px;
    float: left;
    height: 23px;
    line-height: 24px;
    font-size: 8px;
    font-weight: normal;
    color: #666;
    text-transform: uppercase;
}
[class*=youreko-v7] .youreko-alternative-product-calculation-item-text-before
{
    margin-left: 0;
}
.youreko-alternative-product-calculation-item-value
{
    float: left;
    height: 23px;
    line-height: 23px;
    font-size: 14px;
    font-weight: bold;
}
.youreko-alternative-product-calculation-item-text
{
    float: left;
    height: 23px;
    line-height: 24px;
    font-size: 10px;
    font-weight: normal;
    color: #666;
    text-transform: uppercase;
}
.youreko-alternative-product-calculation-overall-savings
{
    color: #009a07;
    font-size: 16px;
    font-weight: bolder;
    text-align: center;
}
.youreko-alternative-product-calculation-overall-savings-text
{
    font-weight: bold;
    font-size: 10px;
}
.youreko-overall-savings
{
    float: left;
    width: 100%;
    height: 43px;
    line-height: 43px;
    background-color: #008A07;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: solid 1px #dfdfdf;
    font-weight: 600;
    color: #fff;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.youreko-overall-savings .youreko-overall-savings-value
{
    font-weight: bold;
    color: #fff;
    vertical-align: baseline;
}
.youreko-overall-savings-value
{
    font-size: 22px;
}
.youreko-overall-savings-text-before
{
    color: #fff;
    vertical-align: baseline;
    font-size: 10px;
    text-transform: uppercase;
}
.youreko-overall-savings-text
{
    color: #fff;
    vertical-align: baseline;
    font-size: 10px;
    text-transform: uppercase;
}
.youreko-overall-savings .youreko-roundel-container
{
    margin-top: -3px;
}
.youreko-overall-savings span.youreko-info
{
    color: #fff;
    margin-left: 4px;
    width: 12px;
    height: 12px;
    background: #59bd5e;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;

    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-flexbox;

    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;

    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;

    text-decoration: none;
    font-size: 10px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#youreko-energy-savings.cursor-wait .youreko-overall-savings span.youreko-info
{
    cursor: wait;
}
.youreko-savings-product-image
{
    height: 84px;
    width: 128px;
    display: inline-block;
    text-align: center;
    margin-bottom: 7px;
    margin-top: 15px;
}
.youreko-savings-product-image img
{
    height: 80px;
    width: 80px;
    display: inline-block;
}
.youreko-alternative-no-price .youreko-savings-product-image
{
    margin-top: 30px;
}
.youreko-savings-product-name
{
    height: 13px;
    font-size: 11px;
    color: #666;
    margin-left: 8px;
    font-weight: 600;
    text-align: left;
}
.youreko-savings-product-price-container
{
    height: 13px;
    margin-bottom: 11px;
}
.youreko-savings-product-price
{
    height: 13px;
    font-size: 11px;
    color: #666;
    margin-left: 8px;
    font-weight: 600;
    text-align: left;
}
.youreko-partner-logo
{
    display: none;
    float: right;
    margin-right: 1px;
    margin-top: -13px;
}
.youreko-alternative-no-price .youreko-partner-logo
{
    float: left;
    margin-left: 8px;
}
.youreko-sponsored
{
    display: none;
    position: absolute;
    right: -5px;
    margin-right: 5px;
    height: 11px;
    font-size: 9px;
    font-weight: 600;
    background: #fff;
    margin-top: -8px;
    padding: 0 6px 0 4px;
    color: #666;
    border-bottom-left-radius: 5px;
}
@-moz-document url-prefix()
{
    .youreko-sponsored
    {
        margin-top: 6px;
    }
}
.youreko-sponsored a
{
    color: #999;
    text-decoration: none;
}
.youreko-savings-paging-mobile
{
/*    display: none;*/
    width: 318px;
    height: 17px;
    float: left;
    clear: both;
    text-align: center;
}
.youreko-desktop .youreko-savings-paging-mobile
{
    display: none;
}
#youreko-energy-savings.cursor-wait .youreko-savings-paging
{
    cursor: wait;
}
.youreko-savings-paging-mobile ul
{
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    cursor: default;
    vertical-align: top;
    line-height: normal;
}
#youreko-energy-savings.cursor-wait .youreko-savings-paging ul
{
    cursor: wait;
}
.youreko-savings-paging-mobile li
{
    position: relative;
    float: left;
    margin: 0 3.5px;
    width: 7px;
    height: 7px;
    cursor: pointer;
}
#youreko-energy-savings.cursor-wait .youreko-savings-paging li
{
    cursor: wait;
}
.youreko-savings-paging-mobile li a
{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: #ccc;
    position: absolute;
}

.youreko-savings-paging-desktop
{
/*    display: none;*/
/*    width: 318px;*/
/*    height: 100%;*/
    float: left;/*
    clear: both;*/
    text-align: center;
    line-height: 16px;
}
.youreko-mobile .youreko-savings-paging-desktop
{
    display: none;
}
.youreko-savings-paging-desktop ul
{
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    cursor: default;
    vertical-align: top;
    line-height: normal;
}
.youreko-savings-paging-desktop li
{
    position: relative;
    float: left;
    margin: 0 3.5px;
    width: 7px;
    height: 7px;
    cursor: pointer;
}
.youreko-savings-paging-desktop li a
{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: #ccc;
    position: absolute;
}

#youreko-energy-savings.cursor-wait .youreko-savings-paging li a
{
    cursor: wait;
}
.youreko-savings-page.youreko-selected
{
    background: #999;
}
#youreko-energy-savings.cursor-wait .youreko-savings-page
{
    cursor: wait;
}
.youreko-energy-cost-tab
{
/*    display: none;*/
}
.youreko-title
{
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    float: left;
    height: 34px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    cursor: default;
    /*margin-bottom: 15px;*/
}
.youreko-title div
{
    font-weight: 600;
}
.youreko-title:first-letter
{
    text-transform: uppercase;
}
.youreko-mobile .youreko-title div
{
    display: inline-block;
}
.youreko-title-desktop,
.youreko-title-mobile
{

}
.youreko-no-ekogroup .youreko-title-desktop
{
    display: none;
}
.youreko-desktop:not(.youreko-no-ekogroup) .youreko-title-mobile
{
    display: none;
}
.youreko-mobile .youreko-title-desktop
{
    display: none;
}
.youreko-no-energy-data .youreko-title-desktop.youreko-has-energy-data
{
    display: none;
}
.youreko-has-energy-data .youreko-title-desktop.youreko-no-energy-data
{
    display: none;
}
.youreko-desktop .youreko-title
{
    text-align: left;
    margin-left: 24px;
}
.youreko-desktop .youreko-savings-tab .youreko-title
{
    width: 458px;
    overflow: hidden;
}
[class*=youreko-v3] #youreko-energy-cost-saving-tab .youreko-title:not(.youreko-v3)
{
    display: none;
}
[class*=youreko-v4] #youreko-energy-cost-saving-tab .youreko-title:not(.youreko-v4)
{
    display: none;
}
[class*=youreko-v5] #youreko-energy-cost-saving-tab .youreko-title:not(.youreko-v5)
{
    display: none;
}
.youreko-explainer
{
    /*display: none;*/
    height: 32px;
    font-size: 12px;
    color: #757575;
    float: left;
    text-align: center;
    cursor: default;
    width: 278px;
    margin: -1px 0 0 24px;
    line-height: 16px;
}
.youreko-explainer.youreko-explainer-desktop b
{
    font-size: 12px;
    font-weight: bold;
    color: #777;
}
.youreko-explainer-mobile,
.youreko-explainer-desktop
{
/*    display: none;*/
}
.youreko-desktop .youreko-explainer-mobile
{
    display: none;
}
.youreko-mobile .youreko-explainer-desktop
{
    display: none;
}
.youreko-no-energy-data .youreko-explainer-desktop.youreko-has-energy-data
{
    display: none;
}
.youreko-has-energy-data .youreko-explainer-desktop.youreko-no-energy-data
{
    display: none;
}
.youreko-desktop .youreko-explainer
{
    text-align: left;
    margin-left: 24px;
}
.youreko-desktop .youreko-savings-tab .youreko-explainer
{
    width: 447px;
}
#youreko-energy-savings.cursor-wait .youreko-title,
#youreko-energy-savings.cursor-wait .youreko-explainer
{
    cursor: wait;
}
.youreko-break-all
{
    font-size: 12px;
    font-weight: bold;
    color: #777;

    -ms-word-break: break-all;
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.youreko-info-text-icon
{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.youreko-title .youreko-roundel-container
{
    margin-top: -3px;
}
.youreko-title span.youreko-info
{
    color: #fff;
    margin-left: 5px;
    width: 14px;
    height: 14px;
    background: #757575;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;

    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-flexbox;

    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;

    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;

    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    vertical-align: baseline;
    border: 1px #757575 solid;
}
#youreko-energy-savings.cursor-wait span.youreko-info
{
    cursor: wait;
}
.youreko-energy-cost-this-product,
.youreko-energy-cost-saving-this-product
{
    float: left;
    width: 268px;
    height: 237px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    margin: 6px 24px 3px 24px;
    cursor: default;
}
#youreko-energy-savings.cursor-wait .youreko-energy-cost-this-product,
#youreko-energy-savings.cursor-wait .youreko-energy-cost-saving-this-product
{
    cursor: wait;
}
.youreko-no-usage .youreko-energy-cost-this-product,
.youreko-no-usage .youreko-energy-cost-saving-this-product
{
    height: 237px;
}
.youreko-no-range .youreko-energy-cost-this-product,
.youreko-no-range .youreko-energy-cost-saving-this-product
{
    height: 271px;
}
.youreko-energy-cost-image
{
    height: 80px;
    margin: 0 5px 0 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.youreko-energy-cost-tab.youreko-no-range .youreko-image-and-pointer-container
{
    margin-left: 89px;
}
.youreko-energy-cost-tab.youreko-no-range .youreko-image-and-pointer-container .youreko-energy-cost-pointer-tip
{
    display: none;
}
.youreko-energy-cost-tab.youreko-no-range .youreko-energy-cost-pointer-large
{
    background: #999;
}
.youreko-image-and-pointer-container
{
    /*margin-left: 1px;
    height: 100px;*/
    width: 90px;
}
.youreko-energy-cost-saving-tab:not(.youreko-no-range) .youreko-image-and-pointer-container,
.youreko-energy-cost-tab:not(.youreko-no-range) .youreko-image-and-pointer-container
{
    height: 114px;
}
.youreko-energy-cost-tab:not(.youreko-no-range) .youreko-image-and-pointer-container
{
/*    margin-top: 43px;*/
}
.youreko-energy-cost-pointer-large
{
    display: table;
    padding: 0 5px 0 5px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 29px;
    color: #fff;
    z-index: 2;
    float: none;
    width: auto;

    margin: -23px auto 0 auto;
}
.youreko-energy-cost-saving-tab:not(.youreko-no-range) .youreko-energy-cost-pointer-large,
.youreko-energy-cost-tab:not(.youreko-no-range) .youreko-energy-cost-pointer-large
{
    font-size: 14px;
    line-height: 26px;
}
.youreko-energy-cost-pointer-tip
{
    margin: -13px 0 0 42px;
    z-index: 1;
    text-align: left;
}
.youreko-ekoscore-background-colour-red
{
    background-color: #f43400;
}
.youreko-ekoscore-background-colour-orange
{
    background-color: #f67814;
}
.youreko-ekoscore-background-colour-yellow
{
    background-color: #f4bd00;
}
.youreko-ekoscore-background-colour-light-green
{
    background-color: #8abe0c;
}
.youreko-ekoscore-background-colour-green
{
    background-color: #009a07;
}
.youreko-energy-cost-pointer-tip:before,
.youreko-energy-cost-pointer-tip:after
{
    content: '';
    position: absolute;
    background-color: inherit;
}
.youreko-energy-cost-pointer-tip,
.youreko-energy-cost-pointer-tip:before,
.youreko-energy-cost-pointer-tip:after
{
    width:  13px;
    height: 13px;
    border-top-right-radius: 30%;
}
.youreko-energy-cost-pointer-tip
{
    transform: rotate(-0deg) skewX(-30deg) scale(1,.866);
    -webkit-transform: rotate(-0deg) skewX(-30deg) scale(1,.866);
    -moz-transform: rotate(-0deg) skewX(-30deg) scale(1,.866);
    -o-transform: rotate(-0deg) skewX(-30deg) scale(1,.866);
    -ms-transform: rotate(-0deg) skewX(-30deg) scale(1,.866);
}
.youreko-energy-cost-pointer-tip:before
{
    transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
    -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
    -moz-transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
    -o-transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
    -ms-transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
}
.youreko-energy-cost-pointer-tip:after
{
    transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
    -webkit-transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
    -moz-transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
    -o-transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
    -ms-transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
}

.youreko-energy-cost-saving-tab.youreko-no-range .youreko-image-and-pointer-container
{
    margin-left: 89px;
}
.youreko-energy-cost-saving-tab.youreko-no-range .youreko-image-and-pointer-container .youreko-energy-cost-pointer-tip
{
    display: none;
}
.youreko-energy-cost-saving-tab.youreko-no-range .youreko-energy-cost-pointer-large
{
    background: #999;
}
.youreko-energy-cost-saving-tab.youreko-no-range .youreko-comparison-energy-cost-pointer-container
{
    display: none;
}
.youreko-comparison-energy-cost-pointer-container
{
    margin-left: 1px;
    width: 90px;
    /*height: 31px;*/
    margin-top: 25px;
    float: left;
}
.youreko-comparison-energy-cost-pointer-large
{
    border-radius: 5px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 26px;
    color: #fff;
    z-index: 2;
    display: table;
    padding: 0 5px 0 5px;
    float: none;
    width: auto;
    margin: -13px auto 0 auto;
}
.youreko-comparison-energy-cost-pointer-tip
{
    margin-left: 35.5px;
    margin-top: -14px;
    z-index: 1;
    text-align: left;
}
.youreko-comparison-energy-cost-pointer-tip:before,
.youreko-comparison-energy-cost-pointer-tip:after
{
    content: '';
    position: absolute;
    background-color: inherit;
}
.youreko-comparison-energy-cost-pointer-tip,
.youreko-comparison-energy-cost-pointer-tip:before,
.youreko-comparison-energy-cost-pointer-tip:after
{
    width:  13px;
    height: 13px;
    border-top-right-radius: 30%;
    margin-bottom: 0;
    float: none;
    display: block;
}
.youreko-comparison-energy-cost-pointer-tip
{
    transform: rotate(-180deg) skewX(-30deg) scale(1,.866);
    -webkit-transform: rotate(-180deg) skewX(-30deg) scale(1,.866);
    -moz-transform: rotate(-180deg) skewX(-30deg) scale(1,.866);
    -o-transform: rotate(-180deg) skewX(-30deg) scale(1,.866);
    -ms-transform: rotate(-180deg) skewX(-30deg) scale(1,.866);
}
.youreko-comparison-energy-cost-pointer-tip:before
{
    transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
    -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
    -moz-transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
    -o-transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
    -ms-transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
}
.youreko-comparison-energy-cost-pointer-tip:after
{
    transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
    -webkit-transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
    -moz-transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
    -o-transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
    -ms-transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
}

.youreko-energy-cost-tab.youreko-no-range .youreko-energy-cost-range,
.youreko-energy-cost-saving-tab.youreko-no-range .youreko-energy-cost-range,
.youreko-energy-cost-range .youreko-no-products-in-this-ekoscore-range
{
    opacity: 0.4;
}
.youreko-energy-cost-range
{
    float: left;
    width: 175px;
    margin: 0 46.5px 0 46.5px;
}
.youreko-energy-cost-range ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    line-height: normal;
    text-align: left;
}
.youreko-energy-cost-range ul li
{
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
    width: 35px;
    height: 18px;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    display: inline-block;
}
.youreko-energy-cost-range ul li span
{
    display: inline-block;
    height: 18px;
    line-height: 18px;
    float: right;
}
.youreko-energy-cost-range .youreko-least-efficient-energy-cost span
{
    margin-left: 3px;
    font-size: 11px;
    position: absolute;
    text-align: left;
    color: #fff;
}
.youreko-energy-cost-range .youreko-most-efficient-energy-cost
{
    text-align: right;
}
.youreko-energy-cost-range .youreko-most-efficient-energy-cost span
{
    font-size: 11px;
    color: #fff;
    margin-right: 3px;
    word-break: normal;
}

.youreko-no-space-between-most-and-least
{
    font-size: 9px !important;
}

.youreko-energy-cost-tab.youreko-no-range .youreko-energy-cost-percentage
{
    color: #999;
}
.youreko-energy-cost-percentage
{
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 11px;
    font-weight: bolder;
    text-align: center;
    display: inline-block;
    width: 268px;
    color: #999;
}
.youreko-comparison-product
{
    font-size: 9px;
    font-weight: 600;
    text-align: left;
    color: #757575;
    /*margin-top: 7px;*/
    white-space: nowrap;
    display: block;
    margin-left: 4px;
    margin-right: auto;
    text-transform: uppercase;
    width: 263px;
    float: left;
    height: 24px;
    line-height: 24px;
}
.youreko-comparison-text-center
{
    text-align: center;
    margin-left: 0;
    width: 268px;
}
.youreko-lifetime-cost-this-product
{
    float: left;
    font-size: 9px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    color: #757575;
    width: 90px;
    height: 10px;
    margin: 5px 0 5px 0;
}
.youreko-ekoscore-font-colour-red,
.youreko-ekoscore-font-colour-red span
{
    color: #f43400;
}
.youreko-ekoscore-font-colour-orange,
.youreko-ekoscore-font-colour-orange span
{
    color: #f67814;
}
.youreko-ekoscore-font-colour-yellow,
.youreko-ekoscore-font-colour-yellow span
{
    color: #f4bd00;
}
.youreko-ekoscore-font-colour-light-green,
.youreko-ekoscore-font-colour-light-green span
{
    color: #8abe0c;
}
.youreko-ekoscore-font-colour-green,
.youreko-ekoscore-font-colour-green span
{
    color: #009a07;
}
.youreko-energy-cost-range-description
{
    float: left;
    height: 34px;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    width: 254px;
    color: #333;
    margin: 0 7px 0 7px;
    line-height: 18px;
}
.youreko-energy-cost-saving-calculation,
.youreko-energy-cost-summary
{
    display: inline-block;
    float: left;
    height: 43px;
    line-height: 43px;
    text-align: center;
    width: 268px;
    color: #333;
    border-top: solid 1px #dfdfdf;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-weight: bold;
    background-color: #f3f4f4;
    /*margin-top: 7px;*/
}
.youreko-energy-cost-saving-calculation-comparison-cost,
.youreko-energy-cost-saving-calculation-this-cost
{
    width: 88px;
    border-right: solid 1px #dfdfdf;
    float: left;
    font-size: 18px;
    line-height: 43px;
    margin-left: 0;
}
.youreko-energy-cost-saving-calculation-comparison-cost span,
.youreko-energy-cost-saving-calculation-this-cost span
{
    font-size: 18px;
    font-weight: bold;
    color: #757575;
}
.youreko-energy-cost-summary-statement
{
    width: 177px;
    border-right: solid 1px #dfdfdf;
    float: left;
    font-size: 18px;
    line-height: 42px;
}
.youreko-energy-cost-summary-statement span
{
    font-size: 14px;
    font-weight: bold;
    color: #888;
}
#youreko-energy-cost-below-average, #youreko-energy-cost-average, #youreko-energy-cost-above-average
{
    display: none;
}
.youreko-energy-cost-saving-calculation-saving,
.youreko-energy-cost-summary-total
{
    width: 90px;
    float: left;
    color: #fff;
    border-bottom-right-radius: 4px;
    margin-left: 0;
    background-color: #f3f4f4;
    height: 43px;
    line-height: 43px;
    font-size: 18px;
}
.youreko-energy-cost-saving-calculation-saving span,
.youreko-energy-cost-summary-total span
{
    color: #555;
    font-size: 18px;
    border-bottom: 1px #adadad solid;
    padding: 1px;
    border-top: 1px #adadad solid;
}
.youreko-energy-cost-saving-calculation-symbols
{
    position: relative;
    display: inline-block;
    background-color: transparent;
    width: 268px;
    margin-top: -44px;
    line-height: 44px;
    float: left;
}
.youreko-energy-cost-saving-calculation-comparison-cost-gap
{
    float: left;
    width: 81px;
}
.youreko-energy-cost-saving-calculation-this-cost-gap
{
    float: left;
    width: 75px;
}
.youreko-energy-cost-saving-calculation-minus-roundel,
.youreko-energy-cost-saving-calculation-equals-roundel
{
    color: #fff;
    width: 16px;
    height: 16px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;

    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-flexbox;

    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;

    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;

/*    margin-top: -1px;*/
    font-weight: bold;
    font-size: 14px;

    vertical-align: middle;

    background-color: #757575;
}
.youreko-energy-cost-saving-calculation-minus,
.youreko-energy-cost-saving-calculation-equals
{
    width: 14px;
    float: left;
    font-size: 14px;
    font-weight: bolder;
}
.youreko-energy-cost-saving-calculation-minus span.youreko-roundel-container,
.youreko-energy-cost-saving-calculation-equals span.youreko-roundel-container
{
    display: table-cell;
    height: 44px;
}
.youreko-energy-cost-saving-calculation-no-range
{
    float: left;
    height: 34px;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    width: 254px;
    color: #333;
    margin: 30px 7px 0 7px;
    line-height: 18px;
}
#youreko-footer
{
    position: absolute;
    bottom: 5px;
    text-align: center;
    width: 100%;
    cursor: default;
    background: #fff;
    margin: 0;
    padding: 0;
    height: 54px;
}
[class*=youreko-v7] #youreko-footer
{
    bottom: 20px;
}
#youreko-footer:after
{
    background: none;
}
.youreko-desktop #youreko-footer
{
    display: none !important;
}
#youreko-energy-savings.cursor-wait #youreko-footer
{
    cursor: wait;
}
#youreko-footer .youreko-logo-container
{
    margin-top: 0;
}
.youreko-logo-container
{
    display: inline-block;
    height: 21px;
    width: 76px;
    background: url('/images/youreko-logo-76x21.svg') 0 0 no-repeat;
    background-size: 76px;
    margin-top: 11px;
}

#youreko-form
{
    display: none;
    top: 190px;
    /*background: #003d66;*/
/*    opacity: 0.7;*/
    background-color: rgba(0, 61, 102, 0.85);
    width: 800px;
    height: 217px;
    z-index: 2;
    position: absolute;
}
.youreko-form-headline-text-container
{
    float: left;
    display: inline-block;
    width: 332px;
    height: 172px;
    text-align: center;
    color: #fff;
    padding-top: 45px;
    font-family: arial, helvetica, sans-serif;
    font-weight: 800;
}
.youreko-form-headline-text-line-1
{
    color: #fff;
    font-size: 23px;
    line-height: 27px;
}
.youreko-form-headline-text-line-2
{
    color: #fff;
    font-size: 21px;
    line-height: 27px;
}
.youreko-form-headline-text-line-3
{
    color: #fff;
    font-size: 19.5px;
    line-height: 27px;
}
.youreko-form-headline-text-line-4
{
    font-size: 46px;
    line-height: 45px;
    color: #8cbb67;
}
.youreko-form-divider
{
    height: 192px;
    margin-top: 25px;
    float: left;
}
.youreko-form-divider-line
{
    width: 13px;
    height: 73px;
    border-left: solid 1px #fff;
    opacity: 0.5;
}
.youreko-form-divider-pointer
{
    position: relative;
    height: 21px;
    width: 14px;
    overflow: hidden;
}
.youreko-form-divider-pointer:after
{
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
/*    background: #fff;*/
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    top: 3px;
    left: -7px;
    border: solid 1px #ccc;
}
.youreko-form-content
{
    float: left;
    width: 454px;
    height: 217px;
    display: inline-block;
    text-align: center;
}
.youreko-form-content-container
{
    padding: 59px 37px 0 37px;
    text-align: left;
}
.youreko-form-content-cta
{
    font-weight: bold;
    color: #efefef;
    font-size: 16px;
}
.youreko-form-email
{
    float: left;
}
body #youreko-energy-savings .youreko-form-email
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body #youreko-energy-savings .youreko-form-submit
{
    float: left;
    width: 89px;
    background: #041f4e;
    margin: 13px 0 13px 0;
    height: 38px;
    line-height: 36px;
    /*border-top: solid 1px #d8d8d8;
    border-bottom: solid 1px #d8d8d8;
    border-right: solid 1px #d8d8d8;*/

    border: solid 1px #d8d8d8;
    border-left: solid 0 transparent;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.youreko-form-content-small-text
{
    float: left;
    font-size: 11px;
    color: #fff;
    opacity: 0.6;
}

/*
 * Swiper 2
 */

/*
 * Swiper 2.7.6
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: February 11, 2015
*/
/* ===============================================================
Basic Swiper Styles
================================================================*/
.youreko-swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	direction:ltr;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.youreko-swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;

	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;

	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	/*-o-transform:translate3d(0px,0,0);*/
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);

	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;

	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .youreko-swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.youreko-swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.youreko-swiper-container {
    /* Specify Swiper's Size: */

    width: 280px;
    float: left;
    cursor: default;
}
.youreko-swiper-container article
{
    padding: 0;
}
.youreko-desktop .youreko-swiper-container
{
    width: 420px;
    height: 248px;
    margin-left: 19px;
}
.youreko-mobile .youreko-swiper-container
{
/*    display: none;*/
}
#youreko-energy-savings.cursor-wait .youreko-swiper-container
{
    cursor: wait;
}
.youreko-swiper-wrapper
{
    height: 248px !important;
    overflow: hidden;
    cursor: default;
    margin-bottom: 4px;
}
.youreko-desktop .youreko-swiper-wrapper
{
    height: auto !important;
}
#youreko-energy-savings.cursor-wait .youreko-swiper-wrapper
{
    cursor: wait;
}
.youreko-swiper-slide {
	/* Specify Slides's Size: */

/*	width: 128px !important;
        height: 192px !important;*/
}
.youreko-desktop .youreko-swiper-slide
{
    width: 140px !important;
    height: 248px !important;
}
.youreko-swiper-slide-active {
    /* Specific active slide styling: */

}
.youreko-swiper-slide-visible {
    /* Specific visible slide styling: */

}
/* ===============================================================
Pagination Styles
================================================================*/
.youreko-swiper-pagination-switch {
	/* Stylize pagination button: */
    top: 0;
    left: 0;
    /*width: 100%;
    height: 100%;*/
    outline: none;
    border-radius: 50%;
    background-color: #ccc;
    margin: 3.5px;
    width: 7px;
    height: 7px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.youreko-desktop .youreko-swiper-pagination-switch
{
    vertical-align: middle;
}
.youreko-swiper-active-switch {
    /* Specific active button style: */
    background: #808080;

}
.youreko-swiper-visible-switch {
    /* Specific visible button style: */
    background: #808080;
}

/*
 * Youreko v7 - Energy Savings Modal Focus Savings
 */

[class*='youreko-v7']#youreko-energy-savings.youreko-desktop
{
    width: 840px;
}

[class*='youreko-v7'] #youreko-product-name,
[class*='youreko-v7'] #youreko-product-price-container,
[class*='youreko-v7'] .youreko-tagline
{
    color: #505050;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    height: 51px;
    line-height: 54px;
    margin-top: 3px;
}

[class*='youreko-v7'].youreko-has-rating.youreko-has-alternatives #youreko-product-name,
[class*='youreko-v7'] #youreko-product-name
{
    margin-left: 0;
}

[class*='youreko-v7'] #youreko-header-info
{
    height: 54px;
    border-bottom: 1px solid #E3E3E3;
    width: auto;
    float: none;
}

[class*='youreko-v7'] .youreko-tagline
{
    /*width: 217px;*/
}

[class*='youreko-v7'] #youreko-product-details
{
    height: 54px;
}

[class*='youreko-v7'] #youreko-logo-and-tagline
{
    height: 54px;
    /*width: 315px;*/
}

[class*='youreko-v7'] .youreko-logo-container
{
    margin-top: 14px;
    height: 32px;
    width: 118px;
    -webkit-background-size: 118px;
    background-size: 118px;
}

[class*='youreko-v7'] .youreko-close
{
    width: 28px;
}

[class*='youreko-v7'] .youreko-navigation-tab.youreko-close-link
{
    position: absolute; /* Mobile usage swipe */
    top: 0; /* Mobile usage swipe */
    margin-top: 9px;
    font-weight: 300;
    color: #E3E3E3;
    border-left: none;
    border-bottom: none;
    font-size: 26px;
    width: auto;
}

[class*='youreko-v7'].youreko-desktop .youreko-navigation-tab.youreko-close-link
{
    right: -15px; /* Mobile usage swipe */
}

[class*='youreko-v7'] .youreko-usage-first-text,
[class*='youreko-v7'] .youreko-custom-usage-unit-text,
[class*='youreko-v7'] #youreko-custom-usage-period,
[class*='youreko-v7'] #youreko-extended-usage
{
    text-transform: none;
}

[class*='youreko-v7'] .youreko-usage
{
    background-color: #fff;
    height: 77px;
    line-height: 77px;
    border-bottom: 1px solid #E3E3E3;
}

[class*='youreko-v7'].youreko-mobile .youreko-usage
{
    width: 318px; /* Mobile usage swipe */
}

[class*='youreko-v7'] .youreko-usage span
{
    font-weight: 300;
    font-size: 15px;
    color: #505050;
    /*float: left;*/ /* Mobile usage swipe */
}

[class*='youreko-v7'] .youreko-usage select
{
    background: #ffffff;
    color: #505050;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: 700;
    margin: -2px 5px 0 5px;
    font-size: 15px;

    /* for Firefox */
    -moz-appearance: none !important;
    /* for Chrome */
    -webkit-appearance: none !important;

    text-align-last: center;
}

/* For IE10 */
[class*='youreko-v7'] .youreko-usage select::-ms-expand {
    display: none;
}

[class*='youreko-v7'] .youreko-usage select option
{
    color: #505050;
    font-weight: 700;
}

[class*='youreko-v7'] .youreko-usage select:focus
{
    color: #505050 !important;
    background: #ffffff !important;
    border: none;
    box-shadow: none;
}

[class*='youreko-v7'] .youreko-usage select:hover
{
    border: none;
}

[class*='youreko-v7'] #youreko-custom-tariff
{
    color: #505050;
    font-weight: 700;
    border: none;
    background: #ffffff;
    width: 37px;
    font-size: 15px;
    line-height: 75px;
    height: 75px;
    /*float: left;*/ /* Mobile usage swipe */
}

[class*='youreko-v7'] .youreko-main-content
{
    float: left;
    width: 766px;
    height: 424px;
}
[class*='youreko-v7'].youreko-desktop .youreko-main-content
{
    margin-left: 46px; /* Mobile usage swipe */
}
[class*='youreko-v7'].youreko-mobile .youreko-main-content
{
    width: 268px;
}

[class*='youreko-v7'] #product-info-container
{
    /*width: 726px;*/
}

[class*='youreko-v7'].youreko-desktop .youreko-usage
{
    width: 766px;
}

[class*='youreko-v7'].youreko-desktop .youreko-usage-first-text
{
    margin-left: 0;
}

[class*='youreko-v7'] .youreko-custom-usage-unit-text,
[class*='youreko-v7'] .youreko-usage-over-text
{
    float: left;
}

[class*='youreko-v7'] .youreko-usage-triangle-up
{
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #e3e3e3 transparent;
    cursor: pointer;
}
[class*='youreko-v7'] #youreko-custom-usage-number-of-times-container .youreko-usage-triangle-up
{
    margin: 15px auto -25px 9px;
}
[class*='youreko-v7'] #youreko-custom-usage-period-container .youreko-usage-triangle-up
{
    margin: 15px auto -25px 21px;
}
[class*='youreko-v7'] #youreko-custom-energy-cost-years-container .youreko-usage-triangle-up
{
    margin: 15px auto -25px 9px;
}
[class*='youreko-v7'] .youreko-usage-triangle-down
{
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #e3e3e3 transparent transparent transparent;
    cursor: pointer;
}
[class*='youreko-v7'] #youreko-custom-usage-number-of-times-container .youreko-usage-triangle-down
{
    margin: -22px auto 0 9px;
}
[class*='youreko-v7'] #youreko-custom-usage-period-container .youreko-usage-triangle-down
{
    margin: -22px auto 0 21px;
}
[class*='youreko-v7'] #youreko-custom-energy-cost-years-container .youreko-usage-triangle-down
{
    margin: -22px auto 0 9px;
}
[class*='youreko-v7'] #youreko-custom-usage-number-of-times-container,
[class*='youreko-v7'] #youreko-custom-usage-period-container,
[class*='youreko-v7'] #youreko-custom-energy-cost-years-container
{
    float: left;
}

[class*='youreko-v7'] .youreko-benefit-bullet
{
    color: #505050;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    line-height: 26px;
    list-style: none;
    text-align: left;
    margin: 0;
    display: inline-block;
}

[class*='youreko-v7'] .youreko-bullet
{
    margin: 4px 0 0 0;
    float: left;
}

[class*='youreko-v7'] .youreko-bullet-text
{
    width: 218px;
    float: left;
}

[class*='youreko-v7'] .youreko-bullet-circle
{
    display: none;
}

[class*='youreko-v7'] .youreko-bullet-stem,
[class*='youreko-v7'] .youreko-bullet-kick
{
    background-color: #E3E3E3;
}

[class*='youreko-v7'] .youreko-energy-cost-this-product,
[class*='youreko-v7'] .youreko-energy-cost-saving-this-product
{
    margin: 0;
    height: 268px;
    border: none;
    position: relative;
}

[class*='youreko-v7'] .youreko-energy-cost-saving-this-product,
[class*='youreko-v7'] .youreko-energy-cost-this-product
{
    background: url('/images/energy-savings-modal/rating/range-circle.svg') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

[class*='youreko-v7'] .youreko-title-range
{
    display: block;
    float: none;
    margin: 58px 0 0 0;
    font-size: 13px;
    font-weight: 300;
    color: #505050;
    text-align: center;
    height: auto;
    line-height: normal;
}

[class*='youreko-v7'] .youreko-energy-cost-saving-large,
[class*='youreko-v7'] .youreko-energy-cost-large
{
    font-size: 70px;
    color: #85BE0D;
    font-weight: 300;
    text-align: center;
    margin: 3px auto 0 auto;
    line-height: 70px;
}

[class*='youreko-v7'] .youreko-explainer-range
{
    display: block;
    width: 190px;
    margin: 7px auto 0 auto;
    font-size: 13px;
    color: #505050;
    font-weight: 300;
    height: 37px;
    line-height: 18px;
    float: none;
    text-align: center;
}

[class*='youreko-v7'] .youreko-energy-cost-range
{
    margin: 20px auto 0 auto;
    width: 191px;
    /*text-align: center;*/
    float: none;
    /*display: table;*/
}

[class*='youreko-v7'] .youreko-energy-cost-range ul li
{
    margin: 0 1px;
    border-radius: 2px;
    width: 36px;
    height: 16px;
}
[class*='youreko-v7'] .youreko-energy-cost-range ul
{
    display: inline-block;
}

[class*='youreko-v7'] .youreko-energy-cost-range ul li span
{
    height: 16px;
    line-height: 16px;
    width: 36px;
    text-align: center;
}

[class*='youreko-v7'] .youreko-energy-cost-range .youreko-least-efficient-energy-cost span
{
    margin: auto;
}

[class*='youreko-v7'] .youreko-energy-cost-range .youreko-most-efficient-energy-cost span
{
    margin: auto;
}

[class*='youreko-v7'] .youreko-main-content .youreko-energy-cost-saving-range-description
{
    text-align: center;
    margin: 7px 0 0 -26px;
    font-size: 11px;
    font-weight: 300;
    width: 320px;
}

[class*='youreko-v7'] #youreko-info-container .youreko-energy-cost-saving-range-description
{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 7px auto 0 auto;
    font-size: 11px;
    font-weight: 300;
}

[class*='youreko-v7'] .youreko-energy-cost-show,
[class*='youreko-v7'] .youreko-energy-saving-show
{
    text-align: center;
    margin: 5px auto 0 auto;
    font-size: 13px;
    font-weight: 300;
    text-decoration: underline;
}

[class*='youreko-v7'] .youreko-energy-cost-show span,
[class*='youreko-v7'] .youreko-energy-saving-show span
{
    cursor: pointer;
}

[class*='youreko-v7'] .youreko-info-text-icon
{
    vertical-align: middle;
    text-align: center;
    position: relative;
    color: #505050;
    margin-left: 5px;
    margin-top: -2px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    background: #fff;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    display: inline-flex;
    display: -webkit-inline-flex;
    /*display: -ms-flexbox;*/ /* Ignore IE10 */
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border: 1px solid #505050;
}
.youreko-reset-defaults
{
    width: 24px;
    height: 24px;
    margin: 0 0 0 7px;
    background: url('/images/energy-savings-modal/reset-defaults.svg') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    border: 1px solid transparent;
}
.youreko-reset-defaults:not(.youreko-default-settings-on):focus
{
    outline: none;
    box-shadow: 0 0 4px 0 rgba(110, 110, 110, 1) !important;
    -webkit-box-shadow: 0 0 4px 0 rgba(110, 110, 110, 1) !important;
    -moz-box-shadow: 0 0 4px 0 rgba(110, 110, 110, 1) !important;
    border-radius: 50%;

}
.youreko-mobile .youreko-reset-defaults
{
    margin-right: 24px;
}
.youreko-info-text-sources-text .youreko-reset-defaults
{
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 0;
}
.youreko-default-settings-on
{
    opacity: 0.4;
    cursor: auto;
}
.youreko-default-settings-off
{
    opacity: 1;
    cursor: pointer;
}

.youreko-tooltip-container
{
    display: none;
    position: relative;
    float: left;
    width: 100%;
    background-color: #b9cf51;
    z-index: 2;
}
.youreko-tooltip-first-time-user
{
    width: 100%;
    position: absolute;
    display: inline-block;
    top: 8px;
    left: 10px;
}
.youreko-tooltip-first-time-user-text
{
    width: 73%;
    background-color: #b9cf51;
    color: #000;
    text-align: left;
    border-radius: 3px;
    padding: 25px;
    position: absolute;
}
.youreko-mobile .youreko-tooltip-first-time-user-text
{
    width: 78%;
}

.youreko-tooltip-first-time-user-text::after
{
    content: "";
    position: absolute;
    bottom: 99%;
    left: 5%;
    margin-left: -5px;
    border-width: 19px;
    border-style: solid;
    border-color: #b9cf51 transparent transparent transparent;
    transform: rotate(180deg);
}
.youreko-tooltip-first-time-user .youreko-info-text-heading
{
    font-size: 20px;
    margin: 0 0 15px 0;
}
.youreko-mobile .youreko-tooltip-first-time-user .youreko-info-text-heading
{
    font-size: 18px;
}
.youreko-tooltip-first-time-user .youreko-info-text-text
{
    font-size: 14px;
}
.youreko-mobile .youreko-tooltip-first-time-user .youreko-info-text-text
{
    font-size: 12px;
}
.youreko-tooltip-first-time-user-text ul
{
    padding: 0 0 0 20px;
}
.youreko-tooltip-first-time-user-text ul li
{
    list-style-type: disc;
    margin-bottom: 8px;
}
.youreko-first-time-user-ok
{
    background: #b9cf51;
    color: #000;
    border: 1px solid #000;
    border-radius: 16px;
    float: right;
    cursor: pointer;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 700;
    clear: both;
    filter: brightness(1.1);
}
.youreko-first-time-user-ok:hover
{
    filter: brightness(0.9);
}
.youreko-first-time-feature-highlight
{
    background: #b9cf51;
    float: left;
    filter: brightness(90%);
    padding: 8px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-style: italic;
}
.youreko-first-time-feature-highlight-container
{
    float: left;
    margin-top: 5px;
}
.youreko-tooltip-first-time-user-text .youreko-info-text-icon
{
    margin-left: 0;
    width: 24px;
    height: 24px;
    font-size: 16px;
    color: #000;
    border: 1px solid #000;
}
.youreko-mobile .youreko-tooltip-first-time-user-text .youreko-info-text-icon
{
    margin-left: 0;
    width: 17px;
    height: 17px;
    font-size: 13px;
}
.youreko-first-time-how-does-youreko-work,
.youreko-first-time-how-does-youreko-work:hover
{
    color: #000;
    text-decoration: underline !important;
    cursor: pointer;
}
.youreko-tooltip-first-time-user-text .youreko-reset-defaults
{
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 0;
    filter: brightness(0%);
}
.youreko-mobile .youreko-tooltip-first-time-user-text .youreko-reset-defaults
{
    width: 17px;
    height: 17px;
}

[class*='youreko-v7']#youreko-energy-savings.youreko-desktop
{
    height: 462px;
}

[class*='youreko-v7'] #youreko-label-arrow-down
{
    top: 462px;
}

[class*='youreko-v7'] .youreko-benefits-text
{
    height: 295px;
    width: 248px;
}

/*
 * V7 Medal rating on overlay with short ribbon
 */

#youreko-energy-savings[class*='youreko-v7'] .youreko-rating-container-button
{
    position: absolute; /* Mobile usage swipe */
    left: -46px; /* Mobile usage swipe */
    margin: 7px 0 0 9px;
    width: 31px;
    height: 48px;
    float: left;
}

#youreko-energy-savings[class*='youreko-v7'].youreko-mobile .youreko-rating-container-button
{
    display: none;
}

#youreko-energy-savings[class*='youreko-v7'].youreko-rating-none [class*='youreko-rating-container-button']
{
    width: 29px;
}
#youreko-energy-savings[class*='youreko-v7'] [class*='youreko-rating-container-button'] [class*='youreko-rating-ribbon']
{
    background: url('/images/energy-savings-modal/rating/ribbon-bottom-only-v2.svg') 0 0 no-repeat;
    width: 18px;
    /*height: 60px;*/
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: 6px;
    top: 15px;
}
#youreko-energy-savings[class*='youreko-v7'].youreko-rating-none [class*='youreko-rating-container-button'] [class*='youreko-rating-ribbon']
{
    display: none;
}
#youreko-energy-savings[class*='youreko-v7'].youreko-rating-platinum [class*='youreko-rating-container-button'] [class*='youreko-rating-image']:not([class*='youreko-rating-image-container'])
{
    background: url('/images/energy-savings-modal/rating/platinum-button-v2.svg') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 31px;
    height: 48px;
    left: 0;
    margin: 0;
}
#youreko-energy-savings[class*='youreko-v7'].youreko-rating-gold [class*='youreko-rating-container-button'] [class*='youreko-rating-image']:not([class*='youreko-rating-image-container'])
{
    background: url('/images/energy-savings-modal/rating/gold-button-v2.svg') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 31px;
    height: 48px;
    left: 0;
}
#youreko-energy-savings[class*='youreko-v7'].youreko-rating-silver [class*='youreko-rating-container-button'] [class*='youreko-rating-image']:not([class*='youreko-rating-image-container'])
{
    background: url('/images/energy-savings-modal/rating/silver-button-v2.svg') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 31px;
    height: 48px;
    left: 0;
}
#youreko-energy-savings[class*='youreko-v7'].youreko-rating-bronze [class*='youreko-rating-container-button'] [class*='youreko-rating-image']:not([class*='youreko-rating-image-container'])
{
    background: url('/images/energy-savings-modal/rating/bronze-button-v2.svg') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 31px;
    height: 48px;
    left: 0;
}
#youreko-energy-savings[class*='youreko-v7'].youreko-rating-plain [class*='youreko-rating-container-button'] [class*='youreko-rating-image']:not([class*='youreko-rating-image-container'])
{
    background: url('/images/energy-savings-modal/rating/plain-button-v2.svg') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 31px;
    height: 48px;
    left: 0;
}
#youreko-energy-savings[class*='youreko-v7'].youreko-rating-none [class*='youreko-rating-container-button'] [class*='youreko-rating-image']:not([class*='youreko-rating-image-container'])
{
    background: url('/images/energy-savings-modal/rating/none-button-v2.svg') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 30px;
    height: 30px;
    margin: 5px 12px 5px 9px;
}

[class*='youreko-v7'] #youreko-energy-cost-tab
{
    display: none;
}

[class*='youreko-v7'].youreko-desktop .youreko-savings-tab.youreko-with-products,
[class*='youreko-v7'].youreko-desktop .youreko-savings-tab.youreko-no-products
{
    width: 186px;
}

[class*='youreko-v7'].youreko-desktop .youreko-savings-tab .youreko-title
{
    width: auto;
}

[class*='youreko-v7'] .youreko-swiper-container
{
    width: 187px;
    margin: 0;
}

[class*='youreko-v7'] .youreko-energy-cost-tab,
[class*='youreko-v7'] .youreko-energy-cost-saving-tab
{
    width: 268px;
    margin: 20px 0 0 0;
}
[class*='youreko-v7'].youreko-mobile .youreko-energy-cost-tab,
[class*='youreko-v7'].youreko-mobile .youreko-energy-cost-saving-tab
{
    margin: 20px 0 0 25px; /* Mobile usage swipe */
}

[class*='youreko-v7'] .youreko-title-alternatives
{
    font-size: 13px;
    color: #505050;
    font-weight: 300;
    line-height: 14px;
    margin: 10px 40px 10px 18px;
}
[class*='youreko-v7'].youreko-no-alternatives .youreko-title-alternatives
{
    line-height: 20px;
}

[class*='youreko-v7'] .youreko-swiper-slide
{
    width: 165px !important;
    height: 100px !important;
    margin: 0 11px;
}

[class*='youreko-v7'] .youreko-swiper-container
{
    height: auto !important;
}

[class*='youreko-v7'] .youreko-savings-product
{
    margin: 0;
    border: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top: 1px solid #e3e3e3;
    width: auto;
    height: auto;
}

[class*='youreko-v7'] .youreko-savings-product-image
{
    float: left;
    width: auto;
    height: 80px;
    margin: 10px 0 0 0;
}

[class*='youreko-v7'] .youreko-product-details-container
{
    float: left;
    width: 103px;
    margin: 0 0 0 10px;
}

[class*='youreko-v7'] .youreko-savings-product-name,
[class*='youreko-v7'] .youreko-savings-product-price-container
{
    display: none;
}

[class*='youreko-v7'] .youreko-alternative-product-calculation-compare-buy,
[class*='youreko-v7'] .youreko-alternative-product-calculation-compare-run
{
    background: none;
    border-top: none;
    border-bottom: 1px solid #e3e3e3;
    height: 18px;
}

[class*='youreko-v7'] .youreko-overall-savings
{
    width: auto;
    height: 18px;
    line-height: normal;
    background: none;
    border: none;
}

[class*='youreko-v7'] .youreko-alternative-product-calculation-item-value,
[class*='youreko-v7'] .youreko-alternative-product-calculation-item-text,
[class*='youreko-v7'] .youreko-overall-savings-value,
[class*='youreko-v7'] .youreko-overall-savings-text
{
    margin: 0;
    color: #505050;
    font-size: 11px;
    font-weight: 300;
    height: 18px;
    line-height: 18px;
    text-transform: none;
    display: block;
    float: left;
}

[class*='youreko-v7'] .youreko-overall-savings-value
{
    font-weight: 600;
    color: #85BE0D;
}

[class*='youreko-v7'] .youreko-alternative-product-calculation-item-value
{
    font-weight: 600;
}

[class*='youreko-v7'] .youreko-alternative-product-calculation-compare-buy-container
{
    height: auto;
    margin-top: 7px;
}

[class*='youreko-v7'] .youreko-savings-navigation-desktop
{
    display: none;
}

[class*='youreko-v7'] .youreko-button-link-to-product
{
    height: 17px;
    line-height: 17px;
    border-radius: 3px;
    background-color: #EDB111;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 11px;
    color: #505050;
    margin: 3px 0 0 0;
}

[class*='youreko-v7'] .youreko-savings-tab
{
    position: relative;
    height: 271px;
    float: left;
}
[class*='youreko-v7'].youreko-mobile .youreko-savings-tab
{
    margin-left: 25px; /* Mobile usage swipe */
}

[class*='youreko-v7'] .youreko-alternatives-container
{
    border: 1px solid #E3E3E3;
    position: absolute;
    bottom: 0;
    left: 0;
}

[class*='youreko-v7'] #youreko-alternatives-arrow
{
    width: 61px;
    float: left;
    display: block;
    height: 241px;
    position: relative;
}

[class*='youreko-v7'] #youreko-alternatives-arrow-container
{
    border-bottom: 1px solid #E3E3E3;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

[class*='youreko-v7'] .youreko-triangle-left
{
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform:rotate(270deg);
    -o-transform:rotate(270deg);
    -ms-transform:rotate(270deg);

    position: relative;
    margin: 0 0 -4px -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 3.5px 7px 3.5px;
    border-color: transparent transparent #e3e3e3 transparent;
}

[class*='youreko-v7'].youreko-no-alternatives .youreko-title-alternatives
{
    margin-top: 20px;
    margin-bottom: 20px;
}

#youreko-info-text-how-we-calculate-energy-savings
{
    /*display: none;*/
}

.youreko-energy-saving-info-text-product-type
{
    text-transform: lowercase;
}

[class*='youreko-v7'] .youreko-energy-saving-info-text-bold
{
    font-weight: 600;
}

[class*='youreko-v7'] .youreko-energy-saving-calculation-box
{
    height: 36px;
    width: 100%;
    border: 1px solid #85BE0D;
    border-radius: 2px;
    background-color: rgba(133,190,13,0.2);
    float: left;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    line-height: 36px;
    margin: 20px 0;
}

[class*='youreko-v7'] #youreko-info-text-how-we-calculate-energy-savings .youreko-range-indicator
{
    display: inline-block;
    margin-bottom: 6px;
    text-align: left;
}

[class*='youreko-v7'] .youreko-range-indicator-text
{
    margin-bottom: 2px;
    font-weight: 600;
}

[class*='youreko-v7'] .youreko-range-indicator-pointer
{
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 6px 0 6px;
    /*border-color: #85BE0D transparent transparent transparent;*/
    cursor: pointer;
}

[class*='youreko-v7'] .youreko-ekoscore-border-colour-green
{
    border-color: #009a07 transparent transparent transparent;
}
[class*='youreko-v7'] .youreko-ekoscore-border-colour-light-green
{
    border-color: #8abe0c transparent transparent transparent;
}
[class*='youreko-v7'] .youreko-ekoscore-border-colour-yellow
{
    border-color: #f4bd00 transparent transparent transparent;
}
[class*='youreko-v7'] .youreko-ekoscore-border-colour-orange
{
    border-color: #f67814 transparent transparent transparent;
}
[class*='youreko-v7'] .youreko-ekoscore-border-colour-red
{
    border-color: #f43400 transparent transparent transparent;
}

[class*='youreko-v7'] #youreko-range-circle
{
    position: absolute;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

    left: 3.5px;
    top: 4.5px;
}

[class*='youreko-v7'] .youreko-range-circle-pointer
{
    position: absolute;
    margin: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 6px 0 6px;
}

[class*='youreko-v7'] [class*='youreko-range-circle-pointer']
{
    display: none;
}

/* MOBILE */

[class*='youreko-v7']#youreko-energy-savings.youreko-mobile
{
    height: 487px !important;
}

[class*='youreko-v7']#youreko-energy-savings.youreko-mobile.youreko-no-usage
{
    height: 409px;
}

[class*='youreko-v7'].youreko-mobile #youreko-navigation-tabs .youreko-close-link
{
    display: none;
}

[class*='youreko-v7'].youreko-mobile #youreko-savings-link,
[class*='youreko-v7'].youreko-mobile #youreko-energy-cost-saving-link
{
    width: 134px;
}

[class*='youreko-v7'].youreko-mobile #youreko-navigation-tabs
{
    height: 43px;
    border-bottom: 1px solid #E3E3E3;
    margin-left: 25px; /* Mobile usage swipe */
}

[class*=youreko-v7].youreko-mobile .youreko-navigation-tab.youreko-close-link
{
    position: absolute; /* Mobile usage swipe */
    margin-top: -4px;
}

[class*=youreko-v7].youreko-mobile .youreko-benefits-text
{
    display: none;
}

[class*='youreko-v7'].youreko-mobile .youreko-range-indicator
{
    margin-left: 13px;
}

[class*='youreko-v7'].youreko-mobile .youreko-savings-tab.youreko-with-products
{
    width: 268px;
}

[class*='youreko-v7'].youreko-mobile #youreko-alternatives-arrow
{
    display: none;
}
[class*='youreko-v7'].youreko-mobile .youreko-alternatives-container
{
    display: inline-block;
    text-align: center;
    margin: 20px 0 0 0;
    /*border: none;*/
    position: relative;
    height: 100%;
    width: 266px;
}
[class*='youreko-v7'] .youreko-savings-previous,
[class*='youreko-v7'] .youreko-savings-next
{
    display: none;
}

[class*='youreko-v7'] .youreko-title-desktop
{
    display: block;
    /*width: 150px;*/
    margin: 10px 15px 10px 15px;
}
[class*='youreko-v7'].youreko-mobile .youreko-title-desktop
{
    width: auto;
}

[class*='youreko-v7'] .youreko-title-mobile
{
    display: none;
}

[class*='youreko-v7'].youreko-mobile .youreko-title-alternatives
{
    margin: 10px 14px;
}

[class*='youreko-v7'].youreko-mobile.youreko-no-alternatives .youreko-title-alternatives
{
    margin: 20px 10px;
}

[class*='youreko-v7'].youreko-mobile .youreko-swiper-container
{
    width: auto;
    float: none;
}

[class*='youreko-v7'].youreko-mobile .youreko-swiper-wrapper
{
    width: 187px !important;
    display: inline-block;
}

[class*='youreko-v7'].youreko-mobile .youreko-usage
{
    display: inline-block;
}

[class*='youreko-v7'].youreko-mobile .youreko-usage-container
{
    text-align: center;
    display: inline-block;
}

[class*='youreko-v7'].youreko-desktop #youreko-extended-usage
{
    float: left; /* Mobile usage swipe */
}

[class*='youreko-v7'].youreko-mobile #youreko-extended-usage
{
    float: none; /* Mobile usage swipe */
}

/*
 * WCAG 2.1
 */

[class*=youreko-aria-off-screen]
{
    position: absolute!important;
    width: 1px!important;
    height: 1px!important;
    overflow: hidden!important;
    clip: rect(1px 1px 1px 1px)!important;
    clip: rect(1px,1px,1px,1px)!important;
    padding: 0!important;
    border: 0!important;
}

/*
 * Youreko v8 - Energy Savings and Costs with Average
 */

[class*=youreko-v8] #youreko-energy-cost-saving-tab .youreko-title:not(.youreko-v8)
{
    display: none;
}
[class*='youreko-v8'] #youreko-energy-cost-tab
{

    position: absolute;
}
[class*='youreko-v8'] .youreko-energy-cost-summary,
[class*='youreko-v8'] .youreko-energy-cost-saving-calculation,
[class*='youreko-v8'] .youreko-energy-cost-saving-calculation-symbols
{
    display: none;
}
#youreko-energy-savings:not([class*=youreko-v8]) .youreko-view-switch-container
{
    display: none;
}
.youreko-view-switch-container
{
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: -14px;
}
.youreko-view-energy-costs-button,
.youreko-view-energy-savings-button
{
    /*position: absolute;*/
    bottom: -15px;
    /*border: 1px solid #949494;*/
    border: 1px solid #b5b5b5;
    border-radius: 16px;
    /* padding: 5px; */
    width: auto;
    margin: 14px auto 0 auto;
     display: inline-block;
    /*text-align: center;*/
    /* height: 32px; */
    background: #fff;
    /*vertical-align: middle;*/
    padding: 8px 13px;

    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 16px;
    color: #757575;
    cursor: pointer;

    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.24);
}
.youreko-view-energy-costs-button:hover,
.youreko-view-energy-savings-button:hover
{
    border: 1px solid #757575;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.34);
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.34);
}
.youreko-view-energy-costs-button:focus,
.youreko-view-energy-savings-button:focus
{
    border: 1px solid #474747;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.6) !important;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.6) !important;;
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.6) !important;;
}
[class*='youreko-v8'] .youreko-comparison-product
{
    display: none;
}
[class*='youreko-v8'] #youreko-energy-cost-tab .youreko-energy-cost-saving-range-description,
[class*='youreko-v8'] #youreko-energy-cost-saving-tab .youreko-energy-cost-saving-range-description
{
    height: 54px;
    padding-top: 10px;
    text-align: center;
    /*display: flex;*/
    /*justify-content: center;
    align-items: center;*/
    font-size: 11px;
    width: 100%;
    color: #757575;

    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-flexbox;

    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;

    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}
[class*='youreko-v8'] #youreko-energy-cost-tab .youreko-energy-cost-saving-range-description span:first-letter,
[class*='youreko-v8'] #youreko-energy-cost-saving-tab .youreko-energy-cost-saving-range-description span:first-letter
{
    text-transform: uppercase;
}

[class*='youreko-v8'].youreko-show-average-product #youreko-energy-cost-tab .youreko-energy-cost-saving-range-description,
[class*='youreko-v8'].youreko-show-average-product #youreko-energy-cost-saving-tab .youreko-energy-cost-saving-range-description
{
    height: 30px;
    padding: 0;
}
 #youreko-energy-savings:not([class*='youreko-v7']):not([class*='youreko-v8']) .youreko-energy-cost-saving-range-description
 {
     display: none;
 }
[class*='youreko-v8'] #youreko-energy-cost-tab .youreko-title,
[class*='youreko-v8'] #youreko-energy-cost-saving-tab .youreko-title
 {
     margin-bottom: 0;
 }
[class*='youreko-v8'].youreko-desktop #youreko-energy-cost-tab .youreko-explainer,
[class*='youreko-v8'].youreko-desktop #youreko-energy-cost-saving-tab .youreko-explainer
{
    text-align: left;
    width: 294px;
    display: inline-block;
    /*height: auto;*/
    margin: -1px 0 0 24px;
}
[class*='youreko-v8'].youreko-mobile #youreko-energy-cost-tab .youreko-explainer,
[class*='youreko-v8'].youreko-mobile #youreko-energy-cost-saving-tab .youreko-explainer
{
    width: 100%;
    display: inline-block;
    /*height: auto;*/
    margin: -1px 0 0 0;
}
.youreko-info-text-icon
{
    vertical-align: middle;
    text-align: center;
    position: relative;
    color: #757575;
    margin-left: 5px;
    margin-top: -2px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    background: #fff;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    display: inline-flex;
    display: -webkit-inline-flex;
    /*display: -ms-flexbox;*/ /* Ignore IE10 */
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border: 1px solid #757575;
}
.youreko-mobile .youreko-usage .youreko-info-text-icon
{
    display: none;
}
[class^=youreko-energy-label] .youreko-info-text-icon
{
    float: left;
    margin: 16px 12px 0 0;
}
[class*='youreko-v8'] .youreko-energy-saving-calculation-box
{
    height: 36px;
    width: 100%;
    border: 1px solid #85BE0D;
    border-radius: 2px;
    background-color: rgba(133,190,13,0.2);
    float: left;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    line-height: 36px;
    margin: 20px 0;
}
[class*='youreko-v8'].youreko-mobile .youreko-energy-saving-calculation-box
{
    margin: 10px 0;
    font-size: 15px;
}
/* Off for all other version */
.youreko-range-indicator-this-product,
.youreko-range-indicator-average-product
{
    display: none;
}
[class*='youreko-v8'] .youreko-range-indicator-this-product
{
    float: none;
    display: inline-block;
    margin: 30px 0 5px 0;
    text-align: left;
    width: 72px;
}
[class*='youreko-v8'].youreko-show-average-product .youreko-range-indicator-this-product
{
    margin: 10px 0 5px 0;
}
[class*='youreko-v8'] .youreko-range-indicator-this-product .youreko-range-indicator-text
{
    font-size: 9px;
    margin-bottom: 3px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    color: inherit;
}
[class*='youreko-v8'] .youreko-range-indicator-this-product .youreko-range-indicator-value
{
    font-size: 17px;
    margin-bottom: 2px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    color: inherit;
}
[class*='youreko-v8'] .youreko-range-indicator-this-product .youreko-range-indicator-pointer,
[class*='youreko-v8'] #youreko-info-text-how-we-calculate-energy-savings .youreko-range-indicator-pointer
{
    display: block;
    float: none;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    /*border-color: #85BE0D transparent transparent transparent;*/
    cursor: pointer;
}

[class*='youreko-v8'].youreko-show-average-product .youreko-range-indicator-average-product
{
    display: inline-block;
    margin-top: 5px;
    text-align: left;
    width: auto;
    margin-bottom: 0;
}
[class*='youreko-v8'] .youreko-range-indicator-average-product .youreko-range-indicator-text
{
    font-size: 9px;
    margin-top: 3px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
}
[class*='youreko-v8'] .youreko-range-indicator-average-product .youreko-range-indicator-value
{
    font-size: 17px;
    margin-top: 2px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
}
[class*='youreko-v8'] .youreko-range-indicator-average-product .youreko-range-indicator-pointer
{
    display: block;
    float: none;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);

    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    /*border-color: #85BE0D transparent transparent transparent;*/
    cursor: pointer;
}
/* Info text */
[class*='youreko-v8'] #youreko-info-text-how-we-calculate-energy-savings .youreko-range-indicator
{
    display: inline-block;
    margin-bottom: 5px;
    text-align: left;
}
[class*='youreko-v8'] #youreko-info-text-how-we-calculate-energy-savings .youreko-range-indicator-text
{
    margin-bottom: 2px;
    font-weight: 600;
    white-space: nowrap;
}

[class*='youreko-v8'] .youreko-image-and-pointer-container
{
    display: none;
}
[class*='youreko-v8'] .youreko-comparison-energy-cost-pointer-container
{
    display: none;
}

[class*='youreko-v8'] .youreko-ekoscore-border-colour-green
{
    border-color: #009a07 transparent transparent transparent;
}
[class*='youreko-v8'] .youreko-ekoscore-border-colour-light-green
{
    border-color: #8abe0c transparent transparent transparent;
}
[class*='youreko-v8'] .youreko-ekoscore-border-colour-yellow
{
    border-color: #f4bd00 transparent transparent transparent;
}
[class*='youreko-v8'] .youreko-ekoscore-border-colour-orange
{
    border-color: #f67814 transparent transparent transparent;
}
[class*='youreko-v8'] .youreko-ekoscore-border-colour-red
{
    border-color: #f43400 transparent transparent transparent;
}
.youreko-range-indicator-container
{
    float: left;
    margin: auto;
    display: inline-block;
    width: 100%;
}
.youreko-mobile .youreko-range-indicator-container
{
    margin: auto;
}
#youreko-info-text-how-we-calculate-energy-savings .youreko-range-indicator-container .youreko-energy-cost-range
{
    margin: auto;
}
[class*='youreko-v8'] #youreko-info-text-how-we-calculate-energy-savings .youreko-energy-cost-range
{
    /*margin: 22px auto 0 auto;*/
    width: 190px;
    /*text-align: center;*/
    float: none;
    /*display: table;*/
}

[class*='youreko-v8'] .youreko-energy-saving-info-text-bold
{
    font-weight: 600;
}
[class*='youreko-v8'] #youreko-info-container .youreko-energy-cost-saving-range-description
{
    text-align: center;
    margin: 7px auto 0 auto;
    font-size: 11px;
    font-weight: 300;
}
[class*='youreko-v8'] .youreko-info-text-icon:focus
{
    outline: none;
    border: 1px solid #000;
    box-shadow: 0 0 4px 0 rgba(110, 110, 110, 1) !important;
    -webkit-box-shadow: 0 0 4px 0 rgba(110, 110, 110, 1) !important;
    -moz-box-shadow: 0 0 4px 0 rgba(110, 110, 110, 1) !important;
}
[class*='youreko-v8'] .youreko-image-shadow
{
    width: 95%;
    background: #121212;
    background: radial-gradient(ellipse at center,rgba(18,18,18,.5) 0,rgba(255,255,255,.5) 100%);
    /*background: -moz-radial-gradient(center,ellipse cover,rgba(18,18,18,.5) 0,rgba(255,255,255,.5) 100%);
    background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(0,rgba(18,18,18,.5)),color-stop(100%,rgba(255,255,255,.5)));
    background: -webkit-radial-gradient(center,ellipse cover,rgba(18,18,18,.5) 0,rgba(255,255,255,.5) 100%);
    background: -o-radial-gradient(center,ellipse cover,rgba(18,18,18,.5) 0,rgba(255,255,255,.5) 100%);
    background: -ms-radial-gradient(center,ellipse cover,rgba(18,18,18,.5) 0,rgba(255,255,255,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(18,18,18,1)', endColorstr='#ffffff', GradientType=1 );*/
    display: block;
    height: 6px;
    filter: blur(3px);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%);
    -webkit-transform: translate(-50%,50%);
    -moz-transform: translate(-50%,50%);
    -ms-transform: translate(-50%,50%);
    -o-transform: translate(-50%,50%);
}
[class*='youreko-v8'] .youreko-image-container
{
    /*border-bottom: 1px solid #CECECE;*/
    margin: 0 0 7px 0;
    text-align: center;
    overflow: hidden;
    position: relative;
    max-height: 50px;
    width: 72px;
}
[class*='youreko-v8'] .youreko-energy-cost-range .youreko-product-image-url
{
    width: 68px;
    height: 68px;
}
.youreko-cooker-hoods[class*='youreko-v8'] .youreko-energy-cost-range .youreko-product-image-url
{
    width: 50px;
    height: 50px;
}
[class*='youreko-v8'] .youreko-savings-product-container .youreko-product-image-url
{
    width: 80px;
    height: 80px;
}
[class*='youreko-v8'] .youreko-energy-cost-range-container
{
    float: left;
    display: inline-block;
    width: 100%;
    text-align: left;
}
[class*='youreko-v8'] #youreko-energy-cost-saving-tab .youreko-energy-cost-range,
[class*='youreko-v8'] #youreko-energy-cost-tab .youreko-energy-cost-range
{
    float: none;
    width: 190px;
    margin: auto;
}
[class*='youreko-v8'] #youreko-energy-cost-saving-tab .youreko-energy-cost-range-text,
[class*='youreko-v8'] #youreko-energy-cost-tab .youreko-energy-cost-range-text
{
    position: absolute;
    width: 190px;
    height: 22px;
    z-index: 1;
    text-align: center;
    font-size: 11px;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    line-height: 22px;
    text-shadow: 0 0 16px rgba(0,0,0,0.5);
    font-weight: bold;
}

[class*='youreko-v8'] #youreko-energy-cost-saving-tab .youreko-energy-cost-range ul,
[class*='youreko-v8'] #youreko-energy-cost-tab .youreko-energy-cost-range ul,
[class*='youreko-v8'] #youreko-info-text-how-we-calculate-energy-savings .youreko-energy-cost-range ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    line-height: normal;
    text-align: left;
}
[class*='youreko-v8'] #youreko-energy-cost-saving-tab .youreko-energy-cost-range ul li,
[class*='youreko-v8'] #youreko-energy-cost-tab .youreko-energy-cost-range ul li,
[class*='youreko-v8'] #youreko-info-text-how-we-calculate-energy-savings .youreko-energy-cost-range ul li
{
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
    width: 38px;
    height: 22px;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    display: inline-block;
}
[class*='youreko-v8'] #youreko-energy-cost-saving-tab .youreko-energy-cost-range ul li:first-child,
[class*='youreko-v8'] #youreko-energy-cost-tab .youreko-energy-cost-range ul li:first-child,
[class*='youreko-v8'] #youreko-info-text-how-we-calculate-energy-savings .youreko-energy-cost-range ul li:first-child
{
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
[class*='youreko-v8'] #youreko-energy-cost-saving-tab .youreko-energy-cost-range ul li:last-child,
[class*='youreko-v8'] #youreko-energy-cost-tab .youreko-energy-cost-range ul li:last-child,
[class*='youreko-v8'] #youreko-info-text-how-we-calculate-energy-savings .youreko-energy-cost-range ul li:last-child
{
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
[class*='youreko-v8'] #youreko-energy-cost-saving-tab .youreko-energy-cost-range ul li span,
[class*='youreko-v8'] #youreko-energy-cost-tab .youreko-energy-cost-range ul li span,
[class*='youreko-v8'] #youreko-info-text-how-we-calculate-energy-savings .youreko-energy-cost-range ul li span
{
    display: inline-block;
    height: 22px;
    line-height: 22px;
    float: right;
}
[class*='youreko-v8'] #youreko-energy-cost-saving-tab .youreko-energy-cost-range .youreko-least-efficient-energy-cost span,
[class*='youreko-v8'] #youreko-energy-cost-tab .youreko-energy-cost-range .youreko-least-efficient-energy-cost span
{
    margin-left: 3px;
    font-size: 11px;
    position: absolute;
    text-align: left;
    color: #fff;
}
[class*='youreko-v8'] #youreko-energy-cost-saving-tab .youreko-energy-cost-range .youreko-most-efficient-energy-cost,
[class*='youreko-v8'] #youreko-energy-cost-tab .youreko-energy-cost-range .youreko-most-efficient-energy-cost
{
    text-align: right;
}
[class*='youreko-v8'] #youreko-energy-cost-saving-tab .youreko-energy-cost-range .youreko-most-efficient-energy-cost span,
[class*='youreko-v8'] #youreko-energy-cost-tab .youreko-energy-cost-range .youreko-most-efficient-energy-cost span
{
    font-size: 11px;
    color: #fff;
    margin-right: 3px;
    white-space: nowrap;
}

.youreko-mobile .youreko-flip-view-container
{
    /*display: none;*/
}
.youreko-flip-view-container
{
    float: left;
    width: 318px;
    height: 337px;

    perspective: 10000px;
    -webkit-perspective: 10000px;
    -moz-perspective: 10000px;
    -o-perspective: 10000px;
    -ms-perspective: 10000px;
}
.youreko-flip-view-container .youreko-flip-card
{
    display: block !important;
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    overflow: visible;
    background: none !important;

    width: 100%;
    height: 100%;
    position: absolute;

    transition: 1s ease-out;
    -webkit-transition: 1s ease-out;
    -moz-transition: 1s ease-out;
    -o-transition: 1s ease-out;
    -ms-transition: 1s ease-out;

    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
}
.youreko-flip-view-container .youreko-flip-card.youreko-flip-card-no-transition
{
    transition: 0s ease-out;
    -webkit-transition: 0s ease-out;
    -moz-transition: 0s ease-out;
    -o-transition: 0s ease-out;
    -ms-transition: 0s ease-out;
}
.youreko-flip-view-container.youreko-flipped .youreko-flip-card
{
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);

    backface-visibility: visible;
}
.youreko-flip-view-container .youreko-flip-card .youreko-flip-card-front,
.youreko-flip-view-container .youreko-flip-card .youreko-flip-card-back
{
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: visible;
}
.youreko-flip-view-container .youreko-flip-card .youreko-flip-card-front,
.youreko-flip-view-container.youreko-flipped .youreko-flip-card .youreko-flip-card-front
{
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
}
.youreko-flip-view-container .youreko-flip-card .youreko-flip-card-back,
.youreko-flip-view-container.youreko-flipped .youreko-flip-card .youreko-flip-card-back
{
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
}

.youreko-flip-view-container .youreko-flip-card .youreko-flip-card-front,
.youreko-flip-view-container.youreko-flipped .youreko-flip-card .youreko-flip-card-back
{
    /* IE Hack. Halfway through the card flip, set visibility. Keep other browsers visible throughout the card flip. */
    animation: stayvisible 1s both;
    -webkit-animation: stayvisible 1s both;
    -moz-animation: stayvisible 1s both;
    -o-animation: stayvisible 1s both;
    -ms-animation: donothing 1s;
    -ms-transition: visibility 0s linear 0.34s;
    visibility: visible;
}

.youreko-flip-view-container.youreko-flipped .youreko-flip-card .youreko-flip-card-front,
.youreko-flip-view-container .youreko-flip-card .youreko-flip-card-back
{
    /* IE Hack. Halfway through the card flip, set visibility. Keep other browsers visible throughout the card flip. */
    animation: stayvisible 1s both;
    -webkit-animation: stayvisible 1s both;
    -moz-animation: stayvisible 1s both;
    -o-animation: stayvisible 1s both;
    -ms-animation: donothing 1s;
    -ms-transition: visibility 0s linear 0.34s;
    visibility: hidden;
}

@keyframes stayvisible { from { visibility: visible; } to { visibility: visible; } }
@-webkit-keyframes stayvisible { from { visibility: visible; } to { visibility: visible; } }
@-moz-keyframes stayvisible { from { visibility: visible; } to { visibility: visible; } }
@-o-keyframes stayvisible { from { visibility: visible; } to { visibility: visible; } }
@-ms-keyframes donothing { 0% { } 100% { } }

/* Mobile usage swipe */

#youreko-info-text-how-does-youreko-work
{
    display: none;
}
[class*='youreko-v8'] #youreko-info-text-how-we-calculate-energy-savings .youreko-energy-cost-saving-range-description
{
    color: #666;
    display: inline-block;
    width: 100%;
}

[class*='youreko-v8'] .youreko-info-text-medal-rating-table [class*='youreko-rating-ribbon']
{
    background: url('/images/energy-savings-modal/rating/ribbon-bottom-only-v2.svg') 0 0 no-repeat;
    width: 6px;
    /*height: 60px;*/
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: 25%;
    top: 9px;
}

[class*='youreko-v8'].youreko-desktop.youreko-rating-platinum .youreko-rating-text-top
{
    font-size: 18px;
    line-height: 18px;
}
[class*='youreko-v8'].youreko-desktop.youreko-rating-platinum .youreko-rating-text-middle
{
    font-size: 12px;
    line-height: 18px;
}
[class*='youreko-v8'].youreko-desktop.youreko-rating-platinum .youreko-rating-text-bottom
{
    font-size: 18px;
    line-height: 16px;
}
[class*='youreko-v8'].youreko-desktop.youreko-rating-platinum .youreko-rating-text
{
    padding-top: 47px;
}
[class*='youreko-v8'].youreko-mobile.youreko-rating-platinum .youreko-rating-text-top
{
    font-size: 14px;
    line-height: 14px;
}
[class*='youreko-v8'].youreko-mobile.youreko-rating-platinum .youreko-rating-text-middle
{
    font-size: 10px;
    line-height: 14px;
}
[class*='youreko-v8'].youreko-mobile.youreko-rating-platinum .youreko-rating-text-bottom
{
    font-size: 14px;
    line-height: 14px;
}
[class*='youreko-v8'].youreko-mobile.youreko-rating-platinum .youreko-rating-text
{
    padding-top: 34px;
}

/*
 * COUNTRY SPECIFIC
 */

/* Chile */

.youreko-country-cl[class*='youreko-v8'] .youreko-range-indicator-this-product .youreko-range-indicator-value,
.youreko-country-cl[class*='youreko-v8'] .youreko-range-indicator-average-product .youreko-range-indicator-value
{
    font-size: 14px;
}

.youreko-country-cl.youreko-language-es .youreko-alternative-product-calculation-item-value
{
    font-size: 10px;
}
.youreko-country-cl.youreko-language-es .youreko-alternative-product-calculation-item-text
{
    font-size: 8px;
}
.youreko-country-cl.youreko-language-es .youreko-overall-savings-value
{
    font-size: 15px;
}
.youreko-country-cl.youreko-language-es .youreko-overall-savings-text
{
    font-size: 9px;
}

/* Switzerland */

.youreko-country-ch[class*='youreko-v8'] .youreko-range-indicator-this-product .youreko-range-indicator-value,
.youreko-country-ch[class*='youreko-v8'] .youreko-range-indicator-average-product .youreko-range-indicator-value
{
    font-size: 14px;
}

/* Italian */

.youreko-country-ch.youreko-language-it .youreko-alternative-product-calculation-item-text-before
{
    margin-left: 5px;
}
.youreko-country-ch.youreko-language-it .youreko-alternative-product-calculation-item-value
{
    font-size: 10px;
}
.youreko-country-ch.youreko-language-it .youreko-alternative-product-calculation-item-text
{
    font-size: 8px;
}
.youreko-country-ch.youreko-language-it .youreko-overall-savings-value
{
    font-size: 13px;
}
.youreko-country-ch.youreko-language-it .youreko-overall-savings-text
{
    font-size: 9px;
}

/* German */

.youreko-country-ch.youreko-language-de .youreko-alternative-product-calculation-item-text-before
{
    margin-left: 5px;
}
.youreko-country-ch.youreko-language-de .youreko-alternative-product-calculation-item-value
{
    font-size: 11px;
}
.youreko-country-ch.youreko-language-de .youreko-alternative-product-calculation-item-text
{
    font-size: 9px;
}
.youreko-country-ch.youreko-language-de .youreko-overall-savings-value
{
    font-size: 13px;
}
.youreko-country-ch.youreko-language-de .youreko-overall-savings-text
{
    font-size: 9px;
}

.youreko-country-ch.youreko-language-de[class*='youreko-v8'] #youreko-energy-cost-saving-tab .youreko-energy-cost-range-text,
.youreko-country-ch.youreko-language-de[class*='youreko-v8'] #youreko-energy-cost-tab .youreko-energy-cost-range-text
{
    font-size: 10px;
}
.youreko-country-ch.youreko-language-de[class*='youreko-v8'] #youreko-energy-cost-saving-tab .youreko-energy-cost-range .youreko-least-efficient-energy-cost span,
.youreko-country-ch.youreko-language-de[class*='youreko-v8'] #youreko-energy-cost-tab .youreko-energy-cost-range .youreko-least-efficient-energy-cost span,
.youreko-country-ch.youreko-language-de[class*='youreko-v8'] #youreko-energy-cost-saving-tab .youreko-energy-cost-range .youreko-most-efficient-energy-cost span,
.youreko-country-ch.youreko-language-de[class*='youreko-v8'] #youreko-energy-cost-tab .youreko-energy-cost-range .youreko-most-efficient-energy-cost span
{
    font-size: 10px;
}

/* French */

.youreko-country-ch.youreko-language-fr .youreko-alternative-product-calculation-item-text-before
{
    margin-left: 5px;
}
.youreko-country-ch.youreko-language-fr .youreko-alternative-product-calculation-item-value
{
    font-size: 10px;
}
.youreko-country-ch.youreko-language-fr .youreko-alternative-product-calculation-item-text
{
    font-size: 8px;
}
.youreko-country-ch.youreko-language-fr .youreko-overall-savings-value
{
    font-size: 13px;
}
.youreko-country-ch.youreko-language-fr .youreko-overall-savings-text
{
    font-size: 9px;
}

/*
 * LANGUAGE SPECIFIC
 */

/* Danish */

.youreko-language-da.youreko-desktop.youreko-rating-platinum .youreko-rating-text-bottom
{
    font-size: 17px;
}
.youreko-language-da.youreko-desktop.youreko-rating-platinum .youreko-rating-text
{
    padding-top: 49px;
}
.youreko-language-da.youreko-mobile.youreko-rating-platinum .youreko-rating-text-bottom
{
    font-size: 13px;
}
.youreko-language-da.youreko-mobile.youreko-rating-platinum .youreko-benefits-text
{
    margin: 0 5px 0 25px;
}

.youreko-language-da.youreko-desktop.youreko-rating-gold .youreko-rating-text-top
{
    font-size: 13px;
}
.youreko-language-da.youreko-desktop.youreko-rating-gold .youreko-rating-text-middle
{
    font-size: 13px;
}
.youreko-language-da.youreko-desktop.youreko-rating-gold .youreko-rating-text
{
    padding-top: 55px;
}
.youreko-language-da.youreko-mobile.youreko-rating-gold .youreko-rating-text-top
{
    font-size: 9px;
}
.youreko-language-da.youreko-mobile.youreko-rating-gold .youreko-rating-text-middle
{
    font-size: 9px;
}
.youreko-language-da.youreko-mobile.youreko-rating-gold .youreko-benefits-text
{
    margin: 0 5px 0 25px;
}


.youreko-language-da.youreko-desktop.youreko-rating-silver .youreko-rating-text-top
{
    font-size: 15px;
}
.youreko-language-da.youreko-desktop.youreko-rating-silver .youreko-rating-text
{
    padding-top: 50px;
}
.youreko-language-da.youreko-mobile.youreko-rating-silver .youreko-rating-text-top
{
    font-size: 11px;
}
.youreko-language-da.youreko-mobile.youreko-rating-silver .youreko-rating-text-middle
{
    font-size: 9px;
}
.youreko-language-da.youreko-mobile.youreko-rating-silver .youreko-rating-text
{
    padding-top: 34px;
}


.youreko-language-da.youreko-desktop.youreko-rating-bronze .youreko-rating-text-top
{
    font-size: 18px;
    line-height: 18px;
}
.youreko-language-da.youreko-desktop.youreko-rating-bronze .youreko-rating-text
{
    padding-top: 51px;
}
.youreko-language-da.youreko-mobile.youreko-rating-bronze .youreko-rating-text-top
{
    font-size: 14px;
    line-height: 16px;
}
.youreko-language-da.youreko-mobile.youreko-rating-bronze .youreko-rating-text-middle
{
    font-size: 9px;
}
.youreko-language-da.youreko-mobile.youreko-rating-bronze .youreko-rating-text
{
    padding-top: 35px;
}

.youreko-language-da.youreko-desktop.youreko-rating-plain .youreko-rating-text-top
{
    font-size: 18px;
}
.youreko-language-da.youreko-desktop.youreko-rating-plain .youreko-rating-text-middle
{
    font-size: 14px;
}
.youreko-language-da.youreko-desktop.youreko-rating-plain .youreko-rating-text
{
    padding-top: 50px;
}

.youreko-language-da.youreko-mobile.youreko-rating-plain .youreko-rating-text-top
{
    font-size: 14px;
}
.youreko-language-da.youreko-mobile.youreko-rating-plain .youreko-rating-text-middle
{
    font-size: 11px;
}
.youreko-language-da.youreko-mobile.youreko-rating-plain .youreko-rating-text
{
    padding-top: 35px;
}
.youreko-language-da.youreko-mobile.youreko-rating-plain .youreko-benefits-text
{
    margin: 0 5px 0 25px;
}

.youreko-language-da .youreko-alternative-product-calculation-item-text-before
{
    margin-left: 6px;
}
.youreko-language-da .youreko-alternative-product-calculation-item-value
{
    font-size: 11px;
}
.youreko-language-da .youreko-alternative-product-calculation-item-text
{
    font-size: 9px;
    /*line-height: 26px;*/
}
.youreko-language-da .youreko-overall-savings-value
{
    font-size: 18px;
}
.youreko-language-da .youreko-badge span
{
    font-size: 9px;
}

/* Finnish */

.youreko-language-fi.youreko-desktop.youreko-rating-platinum .youreko-rating-text-top
{
    font-size: 17px;
    line-height: 18px;
}
.youreko-language-fi.youreko-desktop.youreko-rating-platinum .youreko-rating-text-bottom
{
    font-size: 16px;
    line-height: 22px;
}
.youreko-language-fi.youreko-desktop.youreko-rating-platinum .youreko-rating-text
{
    padding-top: 56px;
}
.youreko-language-fi.youreko-mobile.youreko-rating-platinum .youreko-rating-text-top
{
    font-size: 13px;
    line-height: 15px;
}
.youreko-language-fi.youreko-mobile.youreko-rating-platinum .youreko-rating-text-bottom
{
    font-size: 12px;
}
.youreko-language-fi.youreko-mobile.youreko-rating-platinum .youreko-rating-text
{
    padding-top: 40px;
}


.youreko-language-fi.youreko-desktop.youreko-rating-gold .youreko-rating-text-top
{
    font-size: 17.5px;
}
.youreko-language-fi.youreko-desktop.youreko-rating-gold .youreko-rating-text-middle
{
    font-size: 10px;
}
.youreko-language-fi.youreko-mobile.youreko-rating-gold .youreko-rating-text-top
{
    font-size: 13px;
    line-height: 14px;
}
.youreko-language-fi.youreko-mobile.youreko-rating-gold .youreko-rating-text-middle
{
    font-size: 7px;
}
.youreko-language-fi.youreko-mobile.youreko-rating-gold .youreko-benefits-text
{
    margin: 0 5px 0 25px;
}


.youreko-language-fi.youreko-desktop.youreko-rating-silver .youreko-rating-text-top
{
    font-size: 17.5px;
    line-height: 18.5px;
}
.youreko-language-fi.youreko-desktop.youreko-rating-silver .youreko-rating-text-middle
{
    font-size: 10px;
    line-height: 22px;
}
.youreko-language-fi.youreko-desktop.youreko-rating-silver .youreko-rating-text
{
    padding-top: 53px;
}
.youreko-language-fi.youreko-mobile.youreko-rating-silver .youreko-rating-text-top
{
    font-size: 13px;
    line-height: 14px;
}
.youreko-language-fi.youreko-mobile.youreko-rating-silver .youreko-rating-text-middle
{
    font-size: 7px;
    line-height: 17px;
}
.youreko-language-fi.youreko-mobile.youreko-rating-silver .youreko-rating-text
{
    padding-top: 37px;
}
.youreko-language-fi.youreko-mobile.youreko-rating-silver .youreko-benefits-text
{
    margin: 0 5px 0 50px;
}

.youreko-language-fi.youreko-desktop.youreko-rating-bronze .youreko-rating-text-top
{
    font-size: 16px;
    line-height: 18px;
}
.youreko-language-fi.youreko-desktop.youreko-rating-bronze .youreko-rating-text-middle
{
    font-size: 14px;
}
.youreko-language-fi.youreko-desktop.youreko-rating-bronze .youreko-rating-text
{
    padding-top: 56px;
}
.youreko-language-fi.youreko-mobile.youreko-rating-bronze .youreko-rating-text-top
{
    font-size: 13px;
    line-height: 15px;
}
.youreko-language-fi.youreko-mobile.youreko-rating-bronze .youreko-rating-text-middle
{
    font-size: 11px;
}
.youreko-language-fi.youreko-mobile.youreko-rating-bronze .youreko-rating-text
{
    padding-top: 39px;
}


.youreko-language-fi.youreko-desktop.youreko-rating-plain .youreko-rating-text-top
{
    font-size: 16px;
}
.youreko-language-fi.youreko-desktop.youreko-rating-plain .youreko-rating-text
{
    padding-top: 61px;
}
.youreko-language-fi.youreko-mobile.youreko-rating-plain .youreko-rating-text-top
{
    font-size: 11px;
}
.youreko-language-fi.youreko-mobile.youreko-rating-plain .youreko-rating-text
{
    padding-top: 43px;
}
.youreko-language-fi.youreko-mobile.youreko-rating-plain .youreko-benefits-text
{
    margin: 0 5px 0 15px;
}

.youreko-language-fi.youreko-mobile .youreko-usage span,
.youreko-language-fi.youreko-mobile .youreko-usage select
{
    /*font-size: 11px;*/ /* Mobile usage swipe */
}

.youreko-language-fi .youreko-alternative-product-calculation-item-value
{
    font-size: 10px;
}
.youreko-language-fi .youreko-alternative-product-calculation-item-text
{
    font-size: 8px;
    line-height: 25px;
}
.youreko-language-fi .youreko-alternative-product-calculation-item-text-before
{
    margin-left: 4px;
}
.youreko-language-fi .youreko-overall-savings-value
{
    font-size: 18px;
}

.youreko-language-fi .youreko-badge span
{
    font-size: 9px;
}

/* French */

.youreko-language-fr .youreko-badge span
{
    font-size: 9px;
}
.youreko-language-fr .youreko-overall-savings-value
{
    font-size: 19px;
}
.youreko-language-fr .youreko-alternative-product-calculation-item-value
{
    font-size: 12px;
}
.youreko-language-fr .youreko-alternative-product-calculation-item-text
{
    font-size: 9px;
}

.youreko-language-fr.youreko-desktop.youreko-rating-platinum .youreko-rating-text-top
{
    font-size: 15px;
    line-height: 18px;
}
.youreko-language-fr.youreko-desktop.youreko-rating-platinum .youreko-rating-text-middle
{
    font-size: 12px;
    line-height: 18px;
}
.youreko-language-fr.youreko-desktop.youreko-rating-platinum .youreko-rating-text-bottom
{
    font-size: 14px;
    line-height: 16px;
}
.youreko-language-fr.youreko-desktop.youreko-rating-platinum .youreko-rating-text
{
    padding-top: 48px;
}
.youreko-language-fr.youreko-mobile.youreko-rating-platinum .youreko-rating-text-top
{
    font-size: 12px;
    line-height: 12px;
}
.youreko-language-fr.youreko-mobile.youreko-rating-platinum .youreko-rating-text-middle
{
    font-size: 10px;
    line-height: 12px;
}
.youreko-language-fr.youreko-mobile.youreko-rating-platinum .youreko-rating-text-bottom
{
    font-size: 11px;
    line-height: 12px;
}
.youreko-language-fr.youreko-mobile.youreko-rating-platinum .youreko-rating-text
{
    padding-top: 36px;
}

.youreko-language-fr.youreko-desktop.youreko-rating-gold .youreko-rating-text-top
{
    font-size: 14px;
    line-height: 19px;
}
.youreko-language-fr.youreko-desktop.youreko-rating-gold .youreko-rating-text-middle
{
    font-size: 12px;
    line-height: 22px;
}
.youreko-language-fr.youreko-desktop.youreko-rating-gold .youreko-rating-text
{
    padding-top: 55px;
}

.youreko-language-fr.youreko-mobile.youreko-rating-gold .youreko-rating-text-top
{
    font-size: 10px;
}
.youreko-language-fr.youreko-mobile.youreko-rating-gold .youreko-rating-text-middle
{
    font-size: 9px;
}


.youreko-language-fr.youreko-desktop.youreko-rating-silver .youreko-rating-text-top
{
    font-size: 14px;
    line-height: 19px;
}
.youreko-language-fr.youreko-desktop.youreko-rating-silver .youreko-rating-text-middle
{
    font-size: 12px;
    line-height: 22px;
}
.youreko-language-fr.youreko-mobile.youreko-rating-silver .youreko-rating-text-top
{
    font-size: 10px;
}
.youreko-language-fr.youreko-mobile.youreko-rating-silver .youreko-rating-text-middle
{
    font-size: 9px;
}
.youreko-language-fr.youreko-desktop.youreko-rating-silver .youreko-rating-text
{
    padding-top: 55px;
}
.youreko-language-fr.youreko-mobile.youreko-rating-silver .youreko-rating-text
{
    padding-top: 34px;
}

.youreko-language-fr.youreko-desktop.youreko-rating-bronze .youreko-rating-text-top
{
    font-size: 16px;
    line-height: 21px;
}
.youreko-language-fr.youreko-desktop.youreko-rating-bronze .youreko-rating-text-middle
{
    font-size: 12px;
    line-height: 22px;
}
.youreko-language-fr.youreko-mobile.youreko-rating-bronze .youreko-rating-text-top
{
    font-size: 12px;
}
.youreko-language-fr.youreko-mobile.youreko-rating-bronze .youreko-rating-text-middle
{
    font-size: 9px;
}
.youreko-language-fr.youreko-desktop.youreko-rating-bronze .youreko-rating-text
{
    padding-top: 53px;
}

.youreko-language-fr.youreko-desktop.youreko-rating-plain .youreko-rating-text-top
{
    font-size: 16px;
}
.youreko-language-fr.youreko-desktop.youreko-rating-plain .youreko-rating-text-middle
{
    font-size: 11px;
}
.youreko-language-fr.youreko-mobile.youreko-rating-plain .youreko-rating-text-top
{
    font-size: 12px;
}
.youreko-language-fr.youreko-mobile.youreko-rating-plain .youreko-rating-text-middle
{
    font-size: 8px;
}
.youreko-language-fr.youreko-desktop.youreko-rating-plain .youreko-rating-text
{
    padding-top: 52px;
}
.youreko-language-fr.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 25px;
}

/* Italian */

.youreko-language-it .youreko-badge span
{
    font-size: 9px;
}
.youreko-language-it .youreko-overall-savings-value
{
    font-size: 19px;
}
.youreko-language-it .youreko-alternative-product-calculation-item-value
{
    font-size: 12px;
}
.youreko-language-it .youreko-alternative-product-calculation-item-text
{
    font-size: 9px;
}

.youreko-language-it.youreko-desktop.youreko-rating-platinum .youreko-rating-text-top
{
    font-size: 14px;
    line-height: 20px;
}
.youreko-language-it.youreko-desktop.youreko-rating-platinum .youreko-rating-text-bottom
{
    font-size: 15px;
    line-height: 20px;
}
.youreko-language-it.youreko-desktop.youreko-rating-platinum .youreko-rating-text
{
    padding-top: 52px;
}
.youreko-language-it.youreko-mobile.youreko-rating-platinum .youreko-rating-text-top
{
    font-size: 11px;
    line-height: 15px;
}
.youreko-language-it.youreko-mobile.youreko-rating-platinum .youreko-rating-text-bottom
{
    font-size: 12px;
    line-height: 18px;
}
.youreko-language-it.youreko-mobile.youreko-rating-platinum .youreko-rating-text
{
    padding-top: 38px;
}
.youreko-language-it.youreko-desktop.youreko-rating-gold .youreko-rating-text-top
{
    font-size: 14px;
    line-height: 20px;
}
.youreko-language-it.youreko-desktop.youreko-rating-gold .youreko-rating-text-middle
{
    font-size: 14px;
    line-height: 20px;
}
.youreko-language-it.youreko-desktop.youreko-rating-gold .youreko-rating-text
{
    padding-top: 52px;
}
.youreko-language-it.youreko-mobile.youreko-rating-gold .youreko-rating-text-top
{
    font-size: 10px;
}
.youreko-language-it.youreko-mobile.youreko-rating-gold .youreko-rating-text-middle
{
    font-size: 10px;
}
.youreko-language-it.youreko-mobile.youreko-rating-gold .youreko-rating-text
{
    padding-top: 36px;
}

.youreko-language-it.youreko-desktop.youreko-rating-silver .youreko-rating-text-top
{
    font-size: 14px;
    line-height: 20px;
}
.youreko-language-it.youreko-desktop.youreko-rating-silver .youreko-rating-text-middle
{
    font-size: 15px;
    line-height: 20px;
}
.youreko-language-it.youreko-mobile.youreko-rating-silver .youreko-rating-text-top
{
    font-size: 11px;
    line-height: 15px;
}
.youreko-language-it.youreko-mobile.youreko-rating-silver .youreko-rating-text-middle
{
    font-size: 12px;
    line-height: 18px;
}
.youreko-language-it.youreko-desktop.youreko-rating-silver .youreko-rating-text
{
    padding-top: 52px;
}
.youreko-language-it.youreko-mobile.youreko-rating-silver .youreko-rating-text
{
    padding-top: 38px;
}

.youreko-language-it.youreko-desktop.youreko-rating-bronze .youreko-rating-text-top
{
    font-size: 14px;
    line-height: 20px;
}
.youreko-language-it.youreko-desktop.youreko-rating-bronze .youreko-rating-text-middle
{
    font-size: 15px;
    line-height: 20px;
}
.youreko-language-it.youreko-mobile.youreko-rating-bronze .youreko-rating-text-top
{
    font-size: 11px;
    line-height: 15px;
}
.youreko-language-it.youreko-mobile.youreko-rating-bronze .youreko-rating-text-middle
{
    font-size: 12px;
    line-height: 18px;
}
.youreko-language-it.youreko-desktop.youreko-rating-bronze .youreko-rating-text
{
    padding-top: 52px;
}

.youreko-language-it.youreko-desktop.youreko-rating-plain .youreko-rating-text-top
{
    font-size: 14px;
    line-height: 20px;
}
.youreko-language-it.youreko-desktop.youreko-rating-plain .youreko-rating-text-middle
{
    font-size: 12px;
    line-height: 20px;
}
.youreko-language-it.youreko-mobile.youreko-rating-plain .youreko-rating-text-top
{
    font-size: 11px;
}
.youreko-language-it.youreko-mobile.youreko-rating-plain .youreko-rating-text-middle
{
    font-size: 9px;
}
.youreko-language-it.youreko-desktop.youreko-rating-plain .youreko-rating-text
{
    padding-top: 52px;
}
.youreko-language-it.mobile.youreko-rating-plain .youreko-rating-text
{
    padding-top: 35px;
}
.youreko-language-it.youreko-desktop .youreko-benefits-text
{
    width: 251px;
}
[class*='youreko-v7'].youreko-language-it.youreko-desktop .youreko-benefits-text
{
    width: 248px
}
.youreko-language-it.youreko-desktop .youreko-product-benefits .youreko-rating-container
{
    margin: -15px 10px 0 0;
}
.youreko-language-it.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 9px;
    width: 251px;
}
.youreko-language-it .youreko-usage select,
.youreko-language-it #youreko-custom-tariff
{
    font-size: 12px !important;
}
.youreko-language-it .youreko-info-text-heading:first-letter
{
    text-transform: uppercase;
}
[class*='youreko-v7'].youreko-language-it .youreko-explainer-range
{
    width: 180px;
}

/* Spanish */

.youreko-language-es .youreko-badge span
{
    font-size: 9px;
}
.youreko-language-es .youreko-overall-savings-value
{
    font-size: 19px;
}
.youreko-language-es .youreko-alternative-product-calculation-item-value
{
    font-size: 12px;
}
.youreko-language-es .youreko-alternative-product-calculation-item-text
{
    font-size: 9px;
}

/* Platinum */

.youreko-language-es.youreko-desktop.youreko-rating-platinum .youreko-rating-text-top
{
    font-size: 15px;
    line-height: 18px;
}
.youreko-language-es.youreko-desktop.youreko-rating-platinum .youreko-rating-text-bottom
{
    font-size: 15px;
    line-height: 16px;
}
.youreko-language-es.youreko-desktop.youreko-rating-platinum .youreko-rating-text
{
    padding-top: 48px;
}
.youreko-language-es.youreko-mobile.youreko-rating-platinum .youreko-rating-text-top
{
    font-size: 11px;
    line-height: 15px;
}
.youreko-language-es.youreko-mobile.youreko-rating-platinum .youreko-rating-text-middle
{
    font-size: 9px;
    line-height: 14px;
}
.youreko-language-es.youreko-mobile.youreko-rating-platinum .youreko-rating-text-bottom
{
    font-size: 11px;
    line-height: 14px;
}
.youreko-language-es.youreko-mobile.youreko-rating-platinum .youreko-rating-text
{
    padding-top: 34px;
}

.youreko-language-es.youreko-desktop.youreko-rating-gold .youreko-rating-text-top
{
    font-size: 19px;
    line-height: 19px;
}
.youreko-language-es.youreko-desktop.youreko-rating-gold .youreko-rating-text-middle
{
    font-size: 13px;
    line-height: 22px;
}
.youreko-language-es.youreko-mobile.youreko-rating-gold .youreko-rating-text-top
{
    font-size: 15px;
}
.youreko-language-es.youreko-mobile.youreko-rating-gold .youreko-rating-text-middle
{
    font-size: 10px;
}
.youreko-language-es.youreko-desktop.youreko-rating-gold .youreko-rating-text
{
    padding-top: 53px;
}
.youreko-language-es.youreko-mobile.youreko-rating-gold .youreko-rating-text
{
    padding-top: 36px;
}
.youreko-language-es.youreko-desktop.youreko-rating-silver .youreko-rating-text-top
{
    font-size: 15px;
    line-height: 19px;
}
.youreko-language-es.youreko-desktop.youreko-rating-silver .youreko-rating-text-middle
{
    font-size: 13px;
    line-height: 22px;
}
.youreko-language-es.youreko-mobile.youreko-rating-silver .youreko-rating-text-top
{
    font-size: 11px;
    line-height: 15px;
}
.youreko-language-es.youreko-mobile.youreko-rating-silver .youreko-rating-text-middle
{
    font-size: 10px;
    line-height: 18px;
}
.youreko-language-es.youreko-desktop.youreko-rating-silver .youreko-rating-text
{
    padding-top: 54px;
}
.youreko-language-es.youreko-mobile.youreko-rating-silver .youreko-rating-text
{
    padding-top: 37px;
}

.youreko-language-es.youreko-desktop.youreko-rating-bronze .youreko-rating-text-top
{
    font-size: 19px;
    line-height: 19px;
}
.youreko-language-es.youreko-desktop.youreko-rating-bronze .youreko-rating-text-middle
{
    font-size: 13px;
    line-height: 22px;
}
.youreko-language-es.youreko-mobile.youreko-rating-bronze .youreko-rating-text-top
{
    font-size: 15px;
    line-height: 15px;
}
.youreko-language-es.youreko-mobile.youreko-rating-bronze .youreko-rating-text-middle
{
    font-size: 10px;
    line-height: 18px;
}
.youreko-language-es.youreko-desktop.youreko-rating-bronze .youreko-rating-text
{
    padding-top: 53px;
}
.youreko-language-es.youreko-mobile.youreko-rating-bronze .youreko-rating-text
{
    padding-top: 36px;
}

.youreko-language-es.youreko-desktop.youreko-rating-plain .youreko-rating-text-top
{
    font-size: 19px;
    line-height: 19px;
}
.youreko-language-es.youreko-desktop.youreko-rating-plain .youreko-rating-text-middle
{
    font-size: 14px;
    line-height: 22px;
}
.youreko-language-es.youreko-mobile.youreko-rating-plain .youreko-rating-text-top
{
    font-size: 15px;
    line-height: 15px;
}
.youreko-language-es.youreko-mobile.youreko-rating-plain .youreko-rating-text-middle
{
    font-size: 11px;
    line-height: 18px;
}
.youreko-language-es.youreko-desktop.youreko-rating-plain .youreko-rating-text
{
    padding-top: 53px;
}
.youreko-language-es.mobile.youreko-rating-plain .youreko-rating-text
{
    padding-top: 37px;
}

.youreko-language-es.youreko-desktop .youreko-benefits-text
{
    width: 251px;
}
[class*='youreko-v7'].youreko-language-es.youreko-desktop .youreko-benefits-text
{
    width: 248px
}
.youreko-language-es.youreko-desktop .youreko-product-benefits .youreko-rating-container
{
    margin: -15px 10px 0 0;
}
.youreko-language-es.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 15px;
    width: 243px;
}
.youreko-language-es .youreko-usage select,
.youreko-language-es #youreko-custom-tariff
{
    font-size: 13px !important;
}
.youreko-language-es .youreko-info-text-medal-rating-table table td:nth-child(2)
{
    width: 60px;
}

/* German */

.youreko-language-de.youreko-desktop .youreko-benefits-bullets.youreko-rating-platinum .youreko-benefit-bullet:nth-child(4)
{
    display: none;

    -webkit-animation: unset;
    -o-animation: unset;
    animation: unset;
}

.youreko-language-de.youreko-desktop li.youreko-benefit-bullet:nth-child(5)
{
    -webkit-animation-delay: 3.25s;
    -moz-animation-delay: 3.25s;
    -o-animation-delay: 3.25s;
    animation-delay: 3.25s;
}

.youreko-language-de.youreko-mobile .youreko-benefits-bullets.youreko-rating-plain .youreko-benefit-bullet:nth-child(1)
{
    display: none;

    -webkit-animation: unset;
    -o-animation: unset;
    animation: unset;
}

.youreko-language-de.youreko-mobile .youreko-benefits-bullets.youreko-rating-plain li.youreko-benefit-bullet:nth-child(2)
{
    -webkit-animation-delay: 0.25s;
    -moz-animation-delay: 0.25s;
    -o-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.youreko-language-de .youreko-badge span
{
    font-size: 9px;
}
.youreko-language-de .youreko-overall-savings-value
{
    font-size: 16px;
}
.youreko-language-de .youreko-overall-savings-text
{
    font-size: 9px;
}
.youreko-language-de .youreko-alternative-product-calculation-item-value
{
    font-size: 12px;
}
.youreko-language-de .youreko-alternative-product-calculation-item-text
{
    font-size: 9px;
}
.youreko-language-de.youreko-rating-platinum.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 35px;
    width: 220px;
}
.youreko-language-de.youreko-rating-gold.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 30px;
    width: 235px;
}
.youreko-language-de.youreko-rating-silver.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 20px;
    width: 235px;
}
.youreko-language-de.youreko-rating-bronze.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 20px;
    width: 235px;
}
.youreko-language-de.youreko-rating-plain.youreko-mobile .youreko-benefits-text
{
    margin: 0 3px 0 3px;
    width: 265px;
}
.youreko-language-de.youreko-desktop .youreko-benefits-text
{
    width: 265px;
}
[class*='youreko-v7'].youreko-language-de.youreko-desktop .youreko-benefits-text
{
    width: 248px
}
.youreko-language-de.youreko-desktop .youreko-product-benefits .youreko-rating-container
{
    margin: -15px 0 0 0;
}
[class*='youreko-v7'].youreko-language-de .youreko-explainer-range
{
    width: 210px;
}

/* Platinum */

.youreko-language-de.youreko-desktop.youreko-rating-platinum .youreko-rating-text-top
{
    font-size: 15px;
    line-height: 18px;
}
.youreko-language-de.youreko-desktop.youreko-rating-platinum .youreko-rating-text-bottom
{
    font-size: 15px;
    line-height: 16px;
}
.youreko-language-de.youreko-desktop.youreko-rating-platinum .youreko-rating-text
{
    padding-top: 48px;
}
.youreko-language-de.youreko-mobile.youreko-rating-platinum .youreko-rating-text-top
{
    font-size: 11px;
    line-height: 15px;
}
.youreko-language-de.youreko-mobile.youreko-rating-platinum .youreko-rating-text-middle
{
    font-size: 9px;
    line-height: 14px;
}
.youreko-language-de.youreko-mobile.youreko-rating-platinum .youreko-rating-text-bottom
{
    font-size: 11px;
    line-height: 14px;
}
.youreko-language-de.youreko-mobile.youreko-rating-platinum .youreko-rating-text
{
    padding-top: 34px;
}
[class*='youreko-v7'].youreko-language-de.youreko-has-alternatives .youreko-title-desktop
{
    margin: 10px 7px;
    width: 172px;
    text-align: center;
}

/* Bronze */

.youreko-language-de.youreko-desktop.youreko-rating-bronze .youreko-rating-text-middle
{
    font-size: 16px;
}
.youreko-language-de.youreko-desktop.youreko-rating-bronze .youreko-rating-text
{
    padding-top: 61px;
}
.youreko-language-de.youreko-mobile.youreko-rating-bronze .youreko-rating-text-middle
{
    font-size: 12px;
}
.youreko-language-de.youreko-mobile.youreko-rating-bronze .youreko-rating-text
{
    padding-top: 43px;
}

/* Good value */

.youreko-language-de.youreko-desktop.youreko-rating-plain .youreko-rating-text-middle
{
    font-size: 16px;
    line-height: 22px;
}
.youreko-language-de.youreko-mobile.youreko-rating-plain .youreko-rating-text-middle
{
    font-size: 12px;
    line-height: 16px;
}

.youreko-language-de .youreko-info-text-energy-cost-heading-product-type
{
    text-transform: none;
}
.youreko-language-de .youreko-info-text-medal-rating-table table td:first-child
{
    /*width: 13px;*/
}
.youreko-language-de .youreko-info-text-medal-rating-table table td:nth-child(2)
{
    min-width: 50px;
}

.youreko-language-de[class*='youreko-v7'] .youreko-energy-cost-saving-large,
.youreko-language-de[class*='youreko-v7'] .youreko-energy-cost-large
{
    font-size: 64px;
}

.youreko-language-de.youreko-cooker-hoods .youreko-usage span
{
    font-size: 11px;
}

.youreko-language-de .youreko-usage select
{
    font-size: 12px;
}

.youreko-language-de #youreko-custom-tariff
{
    width: 40px;
    font-size: 12px !important;
}

.youreko-language-de[class*='youreko-v8'] #youreko-info-text-how-does-youreko-work
{
    display: block;
}

.youreko-language-de[class*='youreko-v8'] #youreko-info-text-how-does-youreko-work .youreko-info-text-heading
{
    display: block;
}

.youreko-language-de[class*='youreko-v8'] #youreko-info-text-how-does-youreko-work ol
{
    padding: 0 0 0 20px;
    margin-block-start: 10px;
    margin-block-end: 10px;
}
.youreko-language-de[class*='youreko-v8'] #youreko-info-text-how-does-youreko-work ul
{
    padding: 0 0 0 20px;
    /*margin-block-start: 10px;*/
    /*margin-block-end: 10px;*/
}
.youreko-language-de[class*='youreko-v8'] #youreko-info-text-how-does-youreko-work li:not(:last-child)
{
    margin-bottom: 8px;
}
.youreko-language-de[class*='youreko-v8'] #youreko-info-text-how-does-youreko-work ol li
{
    list-style-type: auto;
}
.youreko-language-de[class*='youreko-v8'] #youreko-info-text-how-does-youreko-work ul li
{
    list-style-type: circle;
}

.youreko-language-de[class*='youreko-v8'] #youreko-info-text-alternatives ul
{
    padding: 0 0 0 20px;
    margin-block-start: 10px;
    margin-block-end: 10px;
}
.youreko-language-de[class*='youreko-v8'] #youreko-info-text-alternatives ul li
{
    list-style-type: circle;
}
.youreko-language-de[class*='youreko-v8'] #youreko-info-text-alternatives li:not(:last-child)
{
    margin-bottom: 2px;
}

.youreko-language-de[class*='youreko-v8'] .youreko-energy-saving-calculation-box
{
    margin: 10px 0;
}

#youreko-energy-savings:not(.youreko-language-de)
{
    height: 422px;
}

#youreko-energy-savings:not(.youreko-language-de) #youreko-info-text-alternatives
{
    display: none;
}

#youreko-energy-savings:not(.youreko-language-de) #youreko-info-text-how-we-calculate-energy-costs
{
    margin: 0;
}

#youreko-energy-savings.youreko-mobile:not(.youreko-language-de) #youreko-footer .youreko-tagline
{
    display: none;
}
#youreko-energy-savings.youreko-mobile:not(.youreko-language-de)
{
    height: 437px;
}
#youreko-energy-savings:not(.youreko-language-de) #youreko-footer
{
    height: 24px
}
#youreko-energy-savings.youreko-mobile:not(.youreko-language-de) .youreko-all-details-info-text
{
    height: 389px;
}
#youreko-energy-savings:not(.youreko-language-de) .youreko-all-details-info-text
{
    height: 372px;
}
#youreko-energy-savings:not(.youreko-language-de) .youreko-explainer
{
    height: auto;
}
#youreko-energy-savings:not(.youreko-language-de) #youreko-savings-tab .youreko-explainer
{
    display: none;
}
#youreko-energy-savings:not(.youreko-language-de) #youreko-savings-tab .youreko-title
{
    margin-bottom: 15px;
}

.youreko-language-de.youreko-mobile #youreko-savings-tab .youreko-explainer
{
    margin: -1px 0 11px 24px;
}

#youreko-energy-savings:not(.youreko-language-de) .youreko-least-efficient-model-name
{
    display: none;
}
#youreko-energy-savings:not(.youreko-language-de) .youreko-info-text-text.youreko-savings-step-1-to-3
{
    margin: 0;
}
.youreko-language-de .youreko-page-cta-separator
{
    display: block;
}
.youreko-language-de .youreko-tagline
{
    height: 20px;
    line-height: 20px;
    padding: 1px 15px 1px 15px;
    margin: 11px 0 0 0;
    text-decoration: underline;
    cursor: pointer;
}
.youreko-language-de.youreko-mobile .youreko-tagline
{
    width: 100%;
    float: left;
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 0;
    margin: 0 0 5px 0;
    /*height: 54px;*/
}

/* Portuguese */

.youreko-language-pt .youreko-badge span
{
    font-size: 9px;
}
.youreko-language-pt .youreko-overall-savings-value
{
    font-size: 18px;
}
.youreko-language-pt .youreko-alternative-product-calculation-item-value
{
    font-size: 12px;
}
.youreko-language-pt .youreko-alternative-product-calculation-item-text
{
    font-size: 9px;
}
.youreko-language-pt .youreko-overall-savings-text
{
    font-size: 9px
}
.youreko-language-pt.youreko-desktop .youreko-benefits-text
{
    width: 251px;
}
.youreko-language-pt.youreko-desktop .youreko-product-benefits .youreko-rating-container
{
    margin: -15px 10px 0 0;
}
.youreko-language-pt .youreko-info-text-medal-rating-table table td:first-child
{
    width: 13px;
}
.youreko-language-pt .youreko-info-text-medal-rating-table table td:nth-child(2)
{
    width: 55px;
}

.youreko-language-pt.youreko-rating-platinum.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 17px;
    width: 246px;
}
.youreko-language-pt.youreko-rating-gold.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 10px;
    width: 248px;
}
.youreko-language-pt.youreko-rating-silver.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 25px;
    width: 238px;
}
.youreko-language-pt.youreko-rating-bronze.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 15px;
    width: 248px;
}
.youreko-language-pt.youreko-rating-plain.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 10px;
    width: 248px;
}

/* Platinum */

.youreko-language-pt.youreko-desktop.youreko-rating-platinum .youreko-rating-text-top
{
    font-size: 15px;
    line-height: 18px;
}
.youreko-language-pt.youreko-desktop.youreko-rating-platinum .youreko-rating-text-bottom
{
    font-size: 14px;
    line-height: 16px;
}
.youreko-language-pt.youreko-desktop.youreko-rating-platinum .youreko-rating-text
{
    padding-top: 49px;
}
.youreko-language-pt.youreko-mobile.youreko-rating-platinum .youreko-rating-text-top
{
    font-size: 11px;
    line-height: 14px;
}
.youreko-language-pt.youreko-mobile.youreko-rating-platinum .youreko-rating-text-middle
{
    font-size: 9px;
    line-height: 14px;
}
.youreko-language-pt.youreko-mobile.youreko-rating-platinum .youreko-rating-text-bottom
{
    font-size: 10px;
    line-height: 14px;
}
.youreko-language-pt.youreko-mobile.youreko-rating-platinum .youreko-rating-text
{
    padding-top: 35px;
}

/* Gold */

.youreko-language-pt.youreko-desktop.youreko-rating-gold .youreko-rating-text-top
{
    font-size: 16px;
    line-height: 22px;
}
.youreko-language-pt.youreko-desktop.youreko-rating-gold .youreko-rating-text-middle
{
    font-size: 13px;
    line-height: 22px;
}
.youreko-language-pt.youreko-desktop.youreko-rating-gold .youreko-rating-text
{
    padding-top: 52px;
}
.youreko-language-pt.youreko-mobile.youreko-rating-gold .youreko-rating-text-top
{
    font-size: 11px;
    line-height: 15px;
}
.youreko-language-pt.youreko-mobile.youreko-rating-gold .youreko-rating-text-middle
{
    font-size: 10px;
    line-height: 18px;
}
.youreko-language-pt.youreko-mobile.youreko-rating-gold .youreko-rating-text
{
    padding-top: 37px;
}

/* Silver */

.youreko-language-pt.youreko-desktop.youreko-rating-silver .youreko-rating-text-top
{
    font-size: 16px;
    line-height: 22px;
}
.youreko-language-pt.youreko-desktop.youreko-rating-silver .youreko-rating-text-middle
{
    font-size: 13px;
    line-height: 22px;
}
.youreko-language-pt.youreko-desktop.youreko-rating-silver .youreko-rating-text
{
    padding-top: 51px;
}
.youreko-language-pt.youreko-mobile.youreko-rating-silver .youreko-rating-text-top
{
    font-size: 11px;
    line-height: 15px;
}
.youreko-language-pt.youreko-mobile.youreko-rating-silver .youreko-rating-text-middle
{
    font-size: 10px;
    line-height: 18px;
}
.youreko-language-pt.youreko-mobile.youreko-rating-silver .youreko-rating-text
{
    padding-top: 37px;
}

/* Bronze */

.youreko-language-pt.youreko-desktop.youreko-rating-bronze .youreko-rating-text-top
{
    font-size: 18px;
    line-height: 22px;
}
.youreko-language-pt.youreko-desktop.youreko-rating-bronze .youreko-rating-text-middle
{
    font-size: 13px;
    line-height: 22px;
}
.youreko-language-pt.youreko-desktop.youreko-rating-bronze .youreko-rating-text
{
    padding-top: 50px;
}
.youreko-language-pt.youreko-mobile.youreko-rating-bronze .youreko-rating-text-top
{
    font-size: 13px;
    line-height: 15px;
}
.youreko-language-pt.youreko-mobile.youreko-rating-bronze .youreko-rating-text-middle
{
    font-size: 10px;
    line-height: 18px;
}
.youreko-language-pt.youreko-mobile.youreko-rating-bronze .youreko-rating-text
{
    padding-top: 35px;
}

.youreko-language-pt .youreko-usage select
{
    font-size: 12px;
}

.youreko-language-pt #youreko-custom-tariff
{
    font-size: 12px !important;
}

/* Swedish */

.youreko-language-sv.youreko-desktop .youreko-benefits-text
{
    width: 251px;
}
.youreko-language-sv.youreko-desktop .youreko-product-benefits .youreko-rating-container
{
    margin: -15px 10px 0 0;
}
.youreko-language-sv .youreko-info-text-medal-rating-table table td:nth-child(2)
{
    width: 81px;
}
.youreko-language-sv .youreko-overall-savings-value
{
    font-size: 15px;
}
.youreko-language-sv .youreko-overall-savings-text
{
    font-size: 9px;
}
.youreko-language-sv .youreko-alternative-product-calculation-item-value
{
    font-size: 11px;
}
.youreko-language-sv .youreko-alternative-product-calculation-item-text
{
    font-size: 9px;
}

.youreko-language-sv.youreko-rating-platinum.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 25px;
}
.youreko-language-sv.youreko-rating-gold.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 25px;
}
.youreko-language-sv.youreko-rating-silver.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 45px;
}
.youreko-language-sv.youreko-rating-plain.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 20px;
}

/* Platinum */

.youreko-language-sv.youreko-desktop.youreko-rating-platinum .youreko-rating-text
{
    padding-top: 48px;
}

.youreko-language-sv.youreko-mobile.youreko-rating-platinum .youreko-rating-text
{
    padding-top: 35px;
}

/* Gold */

.youreko-language-sv.youreko-desktop.youreko-rating-gold .youreko-rating-text-top
{
    font-size: 18px;
    line-height: 22px;
}
.youreko-language-sv.youreko-desktop.youreko-rating-gold .youreko-rating-text-middle
{
    font-size: 12px;
    line-height: 22px;
}
.youreko-language-sv.youreko-desktop.youreko-rating-gold .youreko-rating-text
{
    padding-top: 51px;
}
.youreko-language-sv.youreko-mobile.youreko-rating-gold .youreko-rating-text-top
{
    font-size: 13px;
    line-height: 15px;
}
.youreko-language-sv.youreko-mobile.youreko-rating-gold .youreko-rating-text-middle
{
    font-size: 9px;
    line-height: 18px;
}
.youreko-language-sv.youreko-mobile.youreko-rating-gold .youreko-rating-text
{
    padding-top: 38px;
}

/* Silver */

.youreko-language-sv.youreko-desktop.youreko-rating-silver .youreko-rating-text-top
{
    font-size: 15px;
    line-height: 22px;
}
.youreko-language-sv.youreko-desktop.youreko-rating-silver .youreko-rating-text-middle
{
    font-size: 12px;
    line-height: 22px;
}
.youreko-language-sv.youreko-desktop.youreko-rating-silver .youreko-rating-text
{
    padding-top: 52px;
}
.youreko-language-sv.youreko-mobile.youreko-rating-silver .youreko-rating-text-top
{
    font-size: 11px;
    line-height: 15px;
}
.youreko-language-sv.youreko-mobile.youreko-rating-silver .youreko-rating-text-middle
{
    font-size: 9px;
    line-height: 18px;
}
.youreko-language-sv.youreko-mobile.youreko-rating-silver .youreko-rating-text
{
    padding-top: 38px;
}

/* Bronze */

.youreko-language-sv.youreko-desktop.youreko-rating-bronze .youreko-rating-text-top
{
    font-size: 18px;
    line-height: 22px;
}
.youreko-language-sv.youreko-desktop.youreko-rating-bronze .youreko-rating-text-middle
{
    font-size: 12px;
    line-height: 22px;
}
.youreko-language-sv.youreko-desktop.youreko-rating-bronze .youreko-rating-text
{
    padding-top: 49px;
}
.youreko-language-sv.youreko-mobile.youreko-rating-bronze .youreko-rating-text-top
{
    font-size: 14px;
    line-height: 15px;
}
.youreko-language-sv.youreko-mobile.youreko-rating-bronze .youreko-rating-text-middle
{
    font-size: 9px;
    line-height: 18px;
}
.youreko-language-sv.youreko-mobile.youreko-rating-bronze .youreko-rating-text
{
    padding-top: 35px;
}


.youreko-language-sv .youreko-usage select
{
    font-size: 12px;
}

.youreko-language-sv #youreko-custom-tariff
{
    font-size: 12px !important;
}

/* Norwegian */

.youreko-language-nb.youreko-desktop .youreko-benefits-text
{
    width: 251px;
}
.youreko-language-nb.youreko-desktop .youreko-product-benefits .youreko-rating-container
{
    margin: -15px 10px 0 0;
}
.youreko-language-nb .youreko-info-text-medal-rating-table table td:nth-child(2)
{
    width: 65px;
}
.youreko-language-nb .youreko-overall-savings-value
{
    font-size: 19px;
}
.youreko-language-nb .youreko-overall-savings-text
{
    font-size: 9px;
}
.youreko-language-nb .youreko-alternative-product-calculation-item-value
{
    font-size: 11px;
}
.youreko-language-nb .youreko-alternative-product-calculation-item-text
{
    font-size: 8px;
}
.youreko-language-nb.youreko-rating-platinum.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 45px;
}
.youreko-language-nb.youreko-rating-gold.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 30px;
}
.youreko-language-nb.youreko-rating-silver.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 50px;
}
.youreko-language-nb.youreko-rating-bronze.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 50px;
}
.youreko-language-nb.youreko-rating-plain.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 10px;
    width: 254px;
}

/* Platinum */

.youreko-language-nb.youreko-desktop.youreko-rating-platinum .youreko-rating-text-bottom
{
    font-size: 16px;
}
.youreko-language-nb.youreko-mobile.youreko-rating-platinum .youreko-rating-text-bottom
{
    font-size: 12px;
}

/* Silver */

.youreko-language-nb.youreko-desktop.youreko-rating-silver .youreko-rating-text-top
{
    font-size: 18.5px;
    line-height: 18.5px;
}
.youreko-language-nb.youreko-desktop.youreko-rating-silver .youreko-rating-text-middle
{
    font-size: 13px;
    line-height: 22px;
}
.youreko-language-nb.youreko-desktop.youreko-rating-silver .youreko-rating-text
{
    padding-top: 54px;
}
.youreko-language-nb.youreko-mobile.youreko-rating-silver .youreko-rating-text-top
{
    font-size: 15px;
    line-height: 15px;
}
.youreko-language-nb.youreko-mobile.youreko-rating-silver .youreko-rating-text-middle
{
    font-size: 10.5px;
    line-height: 18px;
}
.youreko-language-nb.youreko-mobile.youreko-rating-silver .youreko-rating-text
{
    padding-top: 37px;
}

/* Bronze */

.youreko-language-nb.youreko-desktop.youreko-rating-bronze .youreko-rating-text-middle
{
    font-size: 16px;
}
.youreko-language-nb.youreko-desktop.youreko-rating-bronze .youreko-rating-text
{
    padding-top: 61px;
}
.youreko-language-nb.youreko-mobile.youreko-rating-bronze .youreko-rating-text-middle
{
    font-size: 12px;
}
.youreko-language-nb.youreko-mobile.youreko-rating-bronze .youreko-rating-text
{
    padding-top: 43px;
}

/* Plain */

.youreko-language-nb.youreko-desktop.youreko-rating-plain .youreko-rating-text-bottom
{
    font-size: 18px;
}
.youreko-language-nb.youreko-desktop.youreko-rating-plain .youreko-rating-text
{
    padding-top: 50px;
}
.youreko-language-nb.youreko-mobile.youreko-rating-plain .youreko-rating-text-bottom
{
    font-size: 13px;
}
.youreko-language-nb.youreko-mobile.youreko-rating-plain .youreko-rating-text
{
    padding-top: 35px;
}

/* Dutch */

/* Belgian specific */

.youreko-country-be.youreko-language-nl.youreko-rating-gold.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 25px;
}
.youreko-country-be.youreko-language-nl.youreko-rating-silver.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 35px;
}

.youreko-country-be.youreko-language-nl.youreko-desktop.youreko-rating-plain .youreko-rating-text-middle
{
    font-size: 18px;
}
.youreko-country-be.youreko-language-nl.youreko-mobile.youreko-rating-plain .youreko-rating-text-middle
{
    font-size: 13px;
}

.youreko-language-nl.youreko-desktop.youreko-rating-platinum .youreko-benefits-text
{
    width: 265px;
}
.youreko-language-nl.youreko-desktop.youreko-rating-platinum .youreko-product-benefits .youreko-rating-container
{
    margin: -15px 5px 0 0;
}

.youreko-language-nl .youreko-info-text-medal-rating-table table td:nth-child(2)
{
    width: 70px;
}
.youreko-language-nl .youreko-overall-savings-value
{
    font-size: 19px;
}
.youreko-language-nl .youreko-overall-savings-text
{
    font-size: 9px;
}
.youreko-language-nl.youreko-rating-platinum.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 35px;
}
.youreko-language-nl.youreko-rating-silver.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 50px;
}
.youreko-language-nl.youreko-rating-bronze.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 25px;
}
.youreko-language-nl.youreko-rating-plain.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 25px;
}

/* Platinum */

.youreko-language-nl.youreko-desktop.youreko-rating-platinum .youreko-rating-text-bottom
{
    font-size: 17px;
}

.youreko-language-nl.youreko-mobile.youreko-rating-platinum .youreko-rating-text-middle
{
    font-size: 9px;
}
.youreko-language-nl.youreko-mobile.youreko-rating-platinum .youreko-rating-text-bottom
{
    font-size: 13px;
}

/* Gold */

.youreko-language-nl.youreko-desktop.youreko-rating-gold .youreko-rating-text-top
{
    font-size: 14px;
    line-height: 19px;
}
.youreko-language-nl.youreko-desktop.youreko-rating-gold .youreko-rating-text-middle
{
    font-size: 12px;
    line-height: 22px;
}
.youreko-language-nl.youreko-desktop.youreko-rating-gold .youreko-rating-text
{
    padding-top: 54px;
}

.youreko-language-nl.youreko-mobile.youreko-rating-gold .youreko-rating-text-top
{
    font-size: 10px;
}
.youreko-language-nl.youreko-mobile.youreko-rating-gold .youreko-rating-text-middle
{
    font-size: 9px;
}

/* Silver */

.youreko-language-nl.youreko-desktop.youreko-rating-silver .youreko-rating-text-top
{
    font-size: 14px;
    line-height: 19px;
}
.youreko-language-nl.youreko-desktop.youreko-rating-silver .youreko-rating-text-middle
{
    font-size: 12px;
    line-height: 22px;
}
.youreko-language-nl.youreko-desktop.youreko-rating-silver .youreko-rating-text
{
    padding-top: 54px;
}
.youreko-language-nl.youreko-mobile.youreko-rating-silver .youreko-rating-text-top
{
    font-size: 10px;
}
.youreko-language-nl.youreko-mobile.youreko-rating-silver .youreko-rating-text-middle
{
    font-size: 9px;
}

/* Bronze */

.youreko-language-nl.youreko-desktop.youreko-rating-bronze .youreko-rating-text-top
{
    font-size: 18px;
    line-height: 19px;
}
.youreko-language-nl.youreko-desktop.youreko-rating-bronze .youreko-rating-text-middle
{
    font-size: 12px;
    line-height: 22px;
}
.youreko-language-nl.youreko-desktop.youreko-rating-bronze .youreko-rating-text
{
    padding-top: 54px;
}

.youreko-language-nl.youreko-mobile.youreko-rating-bronze .youreko-rating-text-top
{
    font-size: 14px;
    line-height: 15px;
}
.youreko-language-nl.youreko-mobile.youreko-rating-bronze .youreko-rating-text-middle
{
    font-size: 9px;
}
.youreko-language-nl.youreko-mobile.youreko-rating-bronze .youreko-rating-text
{
    padding-top: 37px;
}

/* Plain */

.youreko-language-nl.youreko-desktop.youreko-rating-plain .youreko-rating-text
{
    padding-top: 52px;
}

.youreko-language-nl.youreko-mobile.youreko-rating-plain .youreko-rating-text
{
    padding-top: 37px;
}

/* Czech */

.youreko-language-cs.youreko-desktop .youreko-benefits-text
{
    width: 251px;
}
.youreko-language-cs.youreko-desktop .youreko-product-benefits .youreko-rating-container
{
    margin: -15px 10px 0 0;
}
[class*='youreko-v8'].youreko-language-cs .youreko-range-indicator-this-product .youreko-range-indicator-value,
[class*='youreko-v8'].youreko-language-cs .youreko-range-indicator-average-product .youreko-range-indicator-value
{
    font-size: 14px;
}
[class*='youreko-v8'].youreko-language-cs #youreko-energy-cost-tab .youreko-energy-cost-saving-range-description,
[class*='youreko-v8'].youreko-language-cs #youreko-energy-cost-saving-tab .youreko-energy-cost-saving-range-description
{
    margin-top: 4px;
}
.youreko-language-cs .youreko-value-column
{
    width: 43%;
}
.youreko-language-cs .youreko-source-column
{
    width: 24%;
}
.youreko-language-cs .youreko-overall-savings-value
{
    font-size: 15px;
}
.youreko-language-cs .youreko-overall-savings-text
{
    font-size: 9px;
}
.youreko-language-cs .youreko-alternative-product-calculation-item-value
{
    font-size: 10px;
}
.youreko-language-cs .youreko-alternative-product-calculation-item-text
{
    font-size: 8px;
}
.youreko-language-cs .youreko-badge span
{
    font-size: 9px;
}
[class*='youreko-v8'].youreko-language-cs.youreko-mobile .youreko-energy-saving-calculation-box
{
    font-size: 14px;
}

.youreko-language-cs.youreko-rating-gold.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 20px;
}
.youreko-language-cs.youreko-rating-silver.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 40px;
}
.youreko-language-cs.youreko-rating-bronze.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 25px;
}
.youreko-language-cs.youreko-rating-plain.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 10px;
    width: 258px;
}

/* Platinum */

.youreko-language-cs.youreko-desktop.youreko-rating-platinum .youreko-rating-text-top
{
    font-size: 18px;
    line-height: 19px;
}
.youreko-language-cs.youreko-desktop.youreko-rating-platinum .youreko-rating-text-middle
{
    font-size: 14px;
    line-height: 22px;
}
.youreko-language-cs.youreko-desktop.youreko-rating-platinum .youreko-rating-text
{
    padding-top: 55px;
}

.youreko-language-cs.youreko-mobile.youreko-rating-platinum .youreko-rating-text-top
{
    font-size: 13px;
    line-height: 15px;
}
.youreko-language-cs.youreko-mobile.youreko-rating-platinum .youreko-rating-text-middle
{
    font-size: 11px;
    line-height: 16px;
}
.youreko-language-cs.youreko-mobile.youreko-rating-platinum .youreko-rating-text
{
    padding-top: 39px;
}

/* Gold */

.youreko-language-cs.youreko-desktop.youreko-rating-gold .youreko-rating-text-top
{
    font-size: 15px;
    line-height: 19px;
}
.youreko-language-cs.youreko-desktop.youreko-rating-gold .youreko-rating-text-middle
{
    font-size: 12px;
    line-height: 22px;
}

.youreko-language-cs.youreko-mobile.youreko-rating-gold .youreko-rating-text-top
{
    font-size: 11px;
}
.youreko-language-cs.youreko-mobile.youreko-rating-gold .youreko-rating-text-middle
{
    font-size: 9px;
}

/* Silver */

.youreko-language-cs.youreko-desktop.youreko-rating-silver .youreko-rating-text-top
{
    font-size: 14px;
    line-height: 19px;
}
.youreko-language-cs.youreko-desktop.youreko-rating-silver .youreko-rating-text-middle
{
    font-size: 12px;
    line-height: 22px;
}
.youreko-language-cs.youreko-desktop.youreko-rating-silver .youreko-rating-text
{
    padding-top: 54px;
}

.youreko-language-cs.youreko-mobile.youreko-rating-silver .youreko-rating-text-top
{
    font-size: 10px;
    line-height: 15px;
}
.youreko-language-cs.youreko-mobile.youreko-rating-silver .youreko-rating-text-middle
{
    font-size: 9px;
    line-height: 18px;
}
.youreko-language-cs.youreko-mobile.youreko-rating-silver .youreko-rating-text
{
    padding-top: 37px;
}

/* Bronze */

.youreko-language-cs.youreko-desktop.youreko-rating-bronze .youreko-rating-text-top
{
    font-size: 16px;
    line-height: 21px;
}
.youreko-language-cs.youreko-desktop.youreko-rating-bronze .youreko-rating-text-middle
{
    font-size: 12px;
    line-height: 22px;
}
.youreko-language-cs.youreko-desktop.youreko-rating-bronze .youreko-rating-text
{
    padding-top: 51px;
}

.youreko-language-cs.youreko-mobile.youreko-rating-bronze .youreko-rating-text-top
{
    font-size: 12px;
}
.youreko-language-cs.youreko-mobile.youreko-rating-bronze .youreko-rating-text-middle
{
    font-size: 9px;
}

/* Plain */

.youreko-language-cs.youreko-desktop.youreko-rating-plain .youreko-rating-text-top
{
    font-size: 19px;
    line-height: 22px;
}
.youreko-language-cs.youreko-desktop.youreko-rating-plain .youreko-rating-text-middle
{
    font-size: 18px;
    line-height: 22px;
}
.youreko-language-cs.youreko-desktop.youreko-rating-plain .youreko-rating-text
{
    padding-top: 53px;
}

.youreko-language-cs.youreko-mobile.youreko-rating-plain .youreko-rating-text-top
{
    font-size: 15px;
    line-height: 17px;
}
.youreko-language-cs.youreko-mobile.youreko-rating-plain .youreko-rating-text-middle
{
    font-size: 14px;
    line-height: 17px;
}
.youreko-language-cs.youreko-mobile.youreko-rating-plain .youreko-rating-text
{
    padding-top: 37px;
}

.youreko-language-cs #youreko-energy-cost-tab .youreko-least-efficient-energy-cost span.youreko-no-space-between-most-and-least
{
    float: right;
    text-align: right;
    position: relative;
    margin-right: 3px;
}
#youreko-energy-savings.youreko-language-cs #youreko-energy-cost-tab .youreko-most-efficient-energy-cost span.youreko-no-space-between-most-and-least
{
    float: left;
    position: relative;
    z-index: 1;
    margin-left: 3px;
}


/* Polish */

.youreko-language-pl.youreko-desktop .youreko-benefits-text
{
    width: 251px;
}
.youreko-language-pl.youreko-desktop .youreko-product-benefits .youreko-rating-container
{
    margin: -15px 10px 0 0;
}
.youreko-language-pl .youreko-info-text-medal-rating-table table td:nth-child(2)
{
    width: 60px;
}
.youreko-language-pl .youreko-overall-savings-value
{
    font-size: 15px;
}
.youreko-language-pl .youreko-overall-savings-text-before
{
    font-size: 8px;
}
[class*=youreko-v7].youreko-language-pl .youreko-overall-savings-text-before
{
    font-size: 14px;
    line-height: 23px;
    float: left;
    font-weight: normal;
    text-transform: capitalize;
    color: #000;
}
.youreko-language-pl .youreko-badge span
{
    font-size: 9px;
}

.youreko-language-pl #youreko-savings-link.youreko-v8
{
    width: 153px;
}
.youreko-language-pl #youreko-energy-cost-saving-link.youreko-v8
{
    width: 125px;
}

.youreko-language-pl.youreko-rating-platinum.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 40px;
}
.youreko-language-pl.youreko-rating-gold.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 25px;
}
.youreko-language-pl.youreko-rating-silver.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 35px;
}
.youreko-language-pl.youreko-rating-plain.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 10px;
    width: 248px;
}

[class*='youreko-v7'].youreko-language-pl .youreko-explainer-range
{
    width: 200px;
}

/* Platinum */

.youreko-language-pl.youreko-desktop.youreko-rating-platinum .youreko-rating-text-top
{
    font-size: 15px;
    line-height: 18px;
}
.youreko-language-pl.youreko-desktop.youreko-rating-platinum .youreko-rating-text-bottom
{
    font-size: 12px;
    line-height: 16px;
}
.youreko-language-pl.youreko-desktop.youreko-rating-platinum .youreko-rating-text
{
    padding-top: 50px;
}
.youreko-language-pl.youreko-mobile.youreko-rating-platinum .youreko-rating-text-top
{
    font-size: 11px;
    line-height: 15px;
}
.youreko-language-pl.youreko-mobile.youreko-rating-platinum .youreko-rating-text-middle
{
    font-size: 9px;
    line-height: 14px;
}
.youreko-language-pl.youreko-mobile.youreko-rating-platinum .youreko-rating-text-bottom
{
    font-size: 9px;
    line-height: 14px;
}
.youreko-language-pl.youreko-mobile.youreko-rating-platinum .youreko-rating-text
{
    padding-top: 34px;
}

/* Gold */

.youreko-language-pl.youreko-desktop.youreko-rating-gold .youreko-rating-text-top
{
    font-size: 15px;
    line-height: 19px;
}
.youreko-language-pl.youreko-desktop.youreko-rating-gold .youreko-rating-text-middle
{
    font-size: 12px;
    line-height: 22px;
}
.youreko-language-pl.youreko-desktop.youreko-rating-gold .youreko-rating-text
{
    padding-top: 54px;
}

.youreko-language-pl.youreko-mobile.youreko-rating-gold .youreko-rating-text-top
{
    font-size: 11px;
}
.youreko-language-pl.youreko-mobile.youreko-rating-gold .youreko-rating-text-middle
{
    font-size: 9px;
}

/* Silver */

.youreko-language-pl.youreko-desktop.youreko-rating-silver .youreko-rating-text-top
{
    font-size: 12px;
    line-height: 19px;
}
.youreko-language-pl.youreko-desktop.youreko-rating-silver .youreko-rating-text-middle
{
    font-size: 11px;
    line-height: 22px;
}
.youreko-language-pl.youreko-desktop.youreko-rating-silver .youreko-rating-text
{
    padding-top: 54px;
}

.youreko-language-pl.youreko-mobile.youreko-rating-silver .youreko-rating-text-top
{
    font-size: 9px;
}
.youreko-language-pl.youreko-mobile.youreko-rating-silver .youreko-rating-text-middle
{
    font-size: 8px;
}

/* Bronze */

.youreko-language-pl.youreko-desktop.youreko-rating-bronze .youreko-rating-text-top
{
    font-size: 18px;
    line-height: 19px;
}
.youreko-language-pl.youreko-desktop.youreko-rating-bronze .youreko-rating-text-middle
{
    font-size: 12px;
    line-height: 22px;
}
.youreko-language-pl.youreko-desktop.youreko-rating-bronze .youreko-rating-text
{
    padding-top: 53px;
}

.youreko-language-pl.youreko-mobile.youreko-rating-bronze .youreko-rating-text-top
{
    font-size: 14px;
    line-height: 15px;
}
.youreko-language-pl.youreko-mobile.youreko-rating-bronze .youreko-rating-text-middle
{
    font-size: 9px;
}
.youreko-language-pl.youreko-mobile.youreko-rating-bronze .youreko-rating-text
{
    padding-top: 37px;
}

/* Plain */

.youreko-language-pl.youreko-desktop.youreko-rating-plain .youreko-rating-text-top
{
    font-size: 18px;
}
.youreko-language-pl.youreko-desktop.youreko-rating-plain .youreko-rating-text-middle
{
    font-size: 14px;
}

.youreko-language-pl.youreko-mobile.youreko-rating-plain .youreko-rating-text-top
{
    font-size: 14px;
}
.youreko-language-pl.youreko-mobile.youreko-rating-plain .youreko-rating-text-middle
{
    font-size: 11px;
}

/* Greek */

.youreko-language-el.youreko-desktop .youreko-benefits-text
{
    width: 251px;
}
.youreko-language-el.youreko-desktop .youreko-product-benefits .youreko-rating-container
{
    margin: -15px 10px 0 0;
}

.youreko-language-el #youreko-savings-link.youreko-v8
{
    width: 168px;
}
.youreko-language-el #youreko-energy-cost-saving-link.youreko-v8
{
    width: 110px;
}

.youreko-language-el .youreko-alternative-product-calculation-item-value
{
    font-size: 11px;
}
.youreko-language-el .youreko-alternative-product-calculation-item-text
{
    font-size: 8px;
}
.youreko-language-el .youreko-overall-savings-value
{
    font-size: 15px;
}
.youreko-language-el .youreko-overall-savings-text
{
    font-size: 8px;
}
.youreko-language-el .youreko-badge span
{
    font-size: 9px;
}

.youreko-language-el.youreko-rating-platinum.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 20px;
}
.youreko-language-el.youreko-rating-gold.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 11px;
    width: 247px;
}
.youreko-language-el.youreko-rating-silver.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 25px;
}
.youreko-language-el.youreko-rating-bronze.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 13px;
    width: 247px;
}
.youreko-language-el.youreko-rating-plain.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 10px;
    width: 258px;
}

/* Platinum */

.youreko-language-el.youreko-desktop.youreko-rating-platinum .youreko-rating-text-top
{
    font-size: 17px;
}
.youreko-language-el.youreko-desktop.youreko-rating-platinum .youreko-rating-text
{
    padding-top: 62px;
}

.youreko-language-el.youreko-mobile.youreko-rating-platinum .youreko-rating-text-top
{
    font-size: 12px;
}
.youreko-language-el.youreko-mobile.youreko-rating-platinum .youreko-rating-text
{
    padding-top: 46px;
}

/* Gold */

.youreko-language-el.youreko-desktop.youreko-rating-gold .youreko-rating-text-top
{
    font-size: 15px;
    line-height: 19px;
}
.youreko-language-el.youreko-desktop.youreko-rating-gold .youreko-rating-text-middle
{
    font-size: 13px;
    line-height: 22px;
}
.youreko-language-el.youreko-desktop.youreko-rating-gold .youreko-rating-text
{
    padding-top: 54px;
}

.youreko-language-el.youreko-mobile.youreko-rating-gold .youreko-rating-text-top
{
    font-size: 11px;
}
.youreko-language-el.youreko-mobile.youreko-rating-gold .youreko-rating-text-middle
{
    font-size: 10px;
}

/* Silver */

.youreko-language-el.youreko-desktop.youreko-rating-silver .youreko-rating-text-top
{
    font-size: 15px;
    line-height: 19px;
}
.youreko-language-el.youreko-desktop.youreko-rating-silver .youreko-rating-text-middle
{
    font-size: 13px;
    line-height: 22px;
}
.youreko-language-el.youreko-desktop.youreko-rating-silver .youreko-rating-text
{
    padding-top: 54px;
}

.youreko-language-el.youreko-mobile.youreko-rating-silver .youreko-rating-text-top
{
    font-size: 11px;
}
.youreko-language-el.youreko-mobile.youreko-rating-silver .youreko-rating-text-middle
{
    font-size: 10px;
}

/* Bronze */

.youreko-language-el.youreko-desktop.youreko-rating-bronze .youreko-rating-text-top
{
    font-size: 18px;
    line-height: 19px;
}
.youreko-language-el.youreko-desktop.youreko-rating-bronze .youreko-rating-text-middle
{
    font-size: 13px;
    line-height: 22px;
}
.youreko-language-el.youreko-desktop.youreko-rating-bronze .youreko-rating-text
{
    padding-top: 52px;
}

.youreko-language-el.youreko-mobile.youreko-rating-bronze .youreko-rating-text-top
{
    font-size: 14px;
}
.youreko-language-el.youreko-mobile.youreko-rating-bronze .youreko-rating-text-middle
{
    font-size: 10px;
}
.youreko-language-el.youreko-mobile.youreko-rating-bronze .youreko-rating-text
{
    padding-top: 37px;
}

/* Plain */

.youreko-language-el.youreko-desktop.youreko-rating-plain .youreko-rating-text-top
{
    font-size: 14px;
    line-height: 19px;
}
.youreko-language-el.youreko-desktop.youreko-rating-plain .youreko-rating-text-middle
{
    font-size: 13px;
    line-height: 22px;
}
.youreko-language-el.youreko-desktop.youreko-rating-plain .youreko-rating-text
{
    padding-top: 54px;
}

.youreko-language-el.youreko-mobile.youreko-rating-plain .youreko-rating-text-top
{
    font-size: 10px;
}
.youreko-language-el.youreko-mobile.youreko-rating-plain .youreko-rating-text-middle
{
    font-size: 9px;
}

/* Romanian */

.youreko-language-ro .youreko-info-text-medal-rating-table table td:nth-child(2)
{
    width: 60px;
}

.youreko-language-ro .youreko-alternative-product-calculation-item-value
{
    font-size: 12px;
}
.youreko-language-ro .youreko-overall-savings-text-before
{
    font-size: 8px;
}
.youreko-language-ro .youreko-overall-savings-value
{
    font-size: 15px;
}
.youreko-language-ro .youreko-badge span
{
    font-size: 9px;
}

.youreko-language-ro.youreko-rating-platinum.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 25px;
}
.youreko-language-ro.youreko-rating-gold.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 25px;
}
.youreko-language-ro.youreko-rating-silver.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 25px;
}
.youreko-language-ro.youreko-rating-bronze.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 25px;
}
.youreko-language-ro.youreko-rating-plain.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 20px;
}

/* Platinum */

.youreko-language-ro.youreko-desktop.youreko-rating-platinum .youreko-rating-text-top
{
    font-size: 18px;
}
.youreko-language-ro.youreko-desktop.youreko-rating-platinum .youreko-rating-text-middle
{
    line-height: 20px;
}
.youreko-language-ro.youreko-desktop.youreko-rating-platinum .youreko-rating-text
{
    padding-top: 48px;
}

.youreko-language-ro.youreko-mobile.youreko-rating-platinum .youreko-rating-text-middle
{
    line-height: 14px;
}
.youreko-language-ro.youreko-mobile.youreko-rating-platinum .youreko-rating-text-bottom
{
    line-height: 18px;
}
.youreko-language-ro.youreko-mobile.youreko-rating-platinum .youreko-rating-text
{
    padding-top: 35px;
}

/* Gold */

.youreko-language-ro.youreko-desktop.youreko-rating-gold .youreko-rating-text-top
{
    font-size: 12px;
    line-height: 16px;
}
.youreko-language-ro.youreko-desktop.youreko-rating-gold .youreko-rating-text-middle
{
    font-size: 12px;
    line-height: 25px;
}
.youreko-language-ro.youreko-desktop.youreko-rating-gold .youreko-rating-text
{
    padding-top: 53px;
}

.youreko-language-ro.youreko-mobile.youreko-rating-gold .youreko-rating-text-top
{
    font-size: 10px;
    line-height: 14px;
}
.youreko-language-ro.youreko-mobile.youreko-rating-gold .youreko-rating-text-middle
{
    font-size: 9px;
    line-height: 18px;
}
.youreko-language-ro.youreko-mobile.youreko-rating-gold .youreko-rating-text
{
    padding-top: 36px;
}

/* Silver */

.youreko-language-ro.youreko-desktop.youreko-rating-silver .youreko-rating-text-top
{
    font-size: 13px;
    line-height: 17px;
}
.youreko-language-ro.youreko-desktop.youreko-rating-silver .youreko-rating-text-middle
{
    font-size: 13px;
    line-height: 25px;
}
.youreko-language-ro.youreko-desktop.youreko-rating-silver .youreko-rating-text
{
    padding-top: 52px;
}

.youreko-language-ro.youreko-mobile.youreko-rating-silver .youreko-rating-text-top
{
    font-size: 10px;
    line-height: 14px;
}
.youreko-language-ro.youreko-mobile.youreko-rating-silver .youreko-rating-text-middle
{
    font-size: 9px;
    line-height: 18px;
}
.youreko-language-ro.youreko-mobile.youreko-rating-silver .youreko-rating-text
{
    padding-top: 36px;
}

/* Bronze */

.youreko-language-ro.youreko-desktop.youreko-rating-bronze .youreko-rating-text-top
{
    font-size: 15px;
    line-height: 17px;
}
.youreko-language-ro.youreko-desktop.youreko-rating-bronze .youreko-rating-text-middle
{
    font-size: 16px;
    line-height: 27px;
}
.youreko-language-ro.youreko-desktop.youreko-rating-bronze .youreko-rating-text
{
    padding-top: 54px;
}

.youreko-language-ro.youreko-mobile.youreko-rating-bronze .youreko-rating-text-top
{
    font-size: 12px;
    line-height: 14px;
}
.youreko-language-ro.youreko-mobile.youreko-rating-bronze .youreko-rating-text-middle
{
    font-size: 14px;
    line-height: 19px;
}
.youreko-language-ro.youreko-mobile.youreko-rating-bronze .youreko-rating-text
{
    padding-top: 38px;
}

/* Plain */

.youreko-language-ro.youreko-desktop.youreko-rating-plain .youreko-rating-text-top
{
    font-size: 15px;
    line-height: 22px;
}
.youreko-language-ro.youreko-desktop.youreko-rating-plain .youreko-rating-text-middle
{
    font-size: 14px;
    line-height: 22px;
}
.youreko-language-ro.youreko-desktop.youreko-rating-plain .youreko-rating-text
{
    padding-top: 50px;
}

.youreko-language-ro.youreko-mobile.youreko-rating-plain .youreko-rating-text-top
{
    font-size: 12px;
    line-height: 14px;
}
.youreko-language-ro.youreko-mobile.youreko-rating-plain .youreko-rating-text-middle
{
    font-size: 10px;
    line-height: 18px;
}
.youreko-language-ro.youreko-mobile.youreko-rating-plain .youreko-rating-text
{
    padding-top: 36px;
}

.youreko-language-ro .youreko-usage select
{
    font-size: 12px !important;
}

.youreko-language-ro #youreko-custom-tariff
{
    width: 40px;
    font-size: 12px !important;
}

/* Hungarian */

.youreko-language-hu.youreko-desktop .youreko-title
{
    font-size: 15px;
}

/* Platinum */

.youreko-language-hu.youreko-desktop.youreko-rating-platinum .youreko-rating-text-top
{
    font-size: 11px;
}
.youreko-language-hu.youreko-desktop.youreko-rating-platinum .youreko-rating-text
{
    padding-top: 63px;
}

.youreko-language-hu.youreko-mobile.youreko-rating-platinum .youreko-rating-text-top
{
    font-size: 8px;
    line-height: 14px;
}
.youreko-language-hu.youreko-mobile.youreko-rating-platinum .youreko-rating-text
{
    padding-top: 45px;
}

/* Gold */

.youreko-language-hu.youreko-desktop.youreko-rating-gold .youreko-rating-text-top
{
    font-size: 15px;
    line-height: 20px;
}
.youreko-language-hu.youreko-desktop.youreko-rating-gold .youreko-rating-text-middle
{
    font-size: 12px;
    line-height: 22px;
}
.youreko-language-hu.youreko-desktop.youreko-rating-gold .youreko-rating-text
{
    padding-top: 52px;
}

.youreko-language-hu.youreko-mobile.youreko-rating-gold .youreko-rating-text-top
{
    font-size: 11px;
    line-height: 15px;
}
.youreko-language-hu.youreko-mobile.youreko-rating-gold .youreko-rating-text-middle
{
    font-size: 9px;
    line-height: 18px;
}
.youreko-language-hu.youreko-mobile.youreko-rating-gold .youreko-rating-text
{
    padding-top: 37px;
}

/* Silver */

.youreko-language-hu.youreko-desktop.youreko-rating-silver .youreko-rating-text-top
{
    font-size: 15px;
    line-height: 21px;
}
.youreko-language-hu.youreko-desktop.youreko-rating-silver .youreko-rating-text-middle
{
    font-size: 12px;
    line-height: 19px;
}
.youreko-language-hu.youreko-desktop.youreko-rating-silver .youreko-rating-text
{
    padding-top: 52px;
}

.youreko-language-hu.youreko-mobile.youreko-rating-silver .youreko-rating-text-top
{
    font-size: 11px;
    line-height: 15px;
}
.youreko-language-hu.youreko-mobile.youreko-rating-silver .youreko-rating-text-middle
{
    font-size: 9px;
    line-height: 18px;
}
.youreko-language-hu.youreko-mobile.youreko-rating-silver .youreko-rating-text
{
    padding-top: 37px;
}

/* Bronze */

.youreko-language-hu.youreko-desktop.youreko-rating-bronze .youreko-rating-text-top
{
    font-size: 19px;
    line-height: 24px;
}
.youreko-language-hu.youreko-desktop.youreko-rating-bronze .youreko-rating-text-middle
{
    font-size: 12px;
    line-height: 20px;
}
.youreko-language-hu.youreko-desktop.youreko-rating-bronze .youreko-rating-text
{
    padding-top: 48px;
}

.youreko-language-hu.youreko-mobile.youreko-rating-bronze .youreko-rating-text-top
{
    font-size: 15px;
    line-height: 17px;
}
.youreko-language-hu.youreko-mobile.youreko-rating-bronze .youreko-rating-text-middle
{
    font-size: 9px;
    line-height: 18px;
}
.youreko-language-hu.youreko-mobile.youreko-rating-bronze .youreko-rating-text
{
    padding-top: 33px;
}

/* Plain */

.youreko-language-hu.youreko-desktop.youreko-rating-plain .youreko-rating-text-top
{
    font-size: 22px;
    line-height: 26px;
}
.youreko-language-hu.youreko-desktop.youreko-rating-plain .youreko-rating-text-middle
{
    font-size: 18px;
    line-height: 22px;
}
.youreko-language-hu.youreko-desktop.youreko-rating-plain .youreko-rating-text
{
    padding-top: 45px;
}

.youreko-language-hu.youreko-mobile.youreko-rating-plain .youreko-rating-text-top
{
    font-size: 15px;
    line-height: 20px;
}
.youreko-language-hu.youreko-mobile.youreko-rating-plain .youreko-rating-text-middle
{
    font-size: 13px;
    line-height: 16px;
}
.youreko-language-hu.youreko-mobile.youreko-rating-plain .youreko-rating-text
{
    padding-top: 32px;
}

.youreko-language-hu.youreko-desktop .youreko-benefits-text
{
    width: 251px;
}
.youreko-language-hu.youreko-desktop .youreko-product-benefits .youreko-rating-container
{
    margin: -15px 10px 0 5px;
}

.youreko-language-hu .youreko-alternative-product-calculation-item-value
{
    font-size: 9px;
}
.youreko-language-hu .youreko-alternative-product-calculation-item-text-before
{
    margin-left: 5px;
}
.youreko-language-hu .youreko-alternative-product-calculation-item-text
{
    font-size: 8px;
}
.youreko-language-hu .youreko-overall-savings-value
{
    font-size: 12px;
}
.youreko-language-hu .youreko-overall-savings-text
{
    font-size: 7px;
}
.youreko-language-hu .youreko-badge span
{
    font-size: 9px;
}

.youreko-language-hu .youreko-alternative-product-calculation-item-text
{
    line-height: 23px;
}

.youreko-language-hu .youreko-alternative-product-calculation-compare-buy .youreko-currency-suffix
{
    font-size: 7px;
    font-weight: bold;
    text-transform: lowercase;
}

.youreko-language-hu .youreko-alternative-product-calculation-compare-run .youreko-currency-suffix
{
    color: #008006;
    font-size: 7px;
    font-weight: bold;
    text-transform: lowercase;
}

.youreko-language-hu .youreko-badge span
{
    font-size: 8px;
}

/* Mobile usage swipe */

.youreko-language-hu .youreko-usage span
{
    font-size: 11px;
}

.youreko-language-hu .youreko-usage select
{
    font-size: 12px;
}

.youreko-language-hu #youreko-custom-tariff
{
    font-size: 12px !important;
}

.youreko-language-hu #youreko-savings-link.youreko-v8
{
    width: 155px;
}
.youreko-language-hu #youreko-energy-cost-saving-link.youreko-v8
{
    width: 123px;
}
.youreko-language-hu .youreko-range-indicator-value
{
    font-size: 15px !important;
}

.youreko-language-hu.youreko-mobile .youreko-energy-saving-calculation-box
{
    font-size: 13px
}

.youreko-language-hu.youreko-rating-gold.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 22px;
}
.youreko-language-hu.youreko-rating-silver.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 43px;
}
.youreko-language-hu.youreko-rating-bronze.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 40px;
}
.youreko-language-hu.youreko-rating-plain.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 15px;
    width: 247px;
}

/* Mobile usage swipe */

.youreko-language-hu .youreko-usage-first-text
{
    margin-left: 0;
}

/* Mobile usage swipe */

.youreko-language-hu #youreko-custom-usage-period
{
    margin-left: 24px;
}

.youreko-language-hu.youreko-is-yearly-kwh .youreko-usage #youreko-custom-energy-cost-years
{
    margin-left: 24px;
}

/* Mobile usage swipe */

.youreko-language-hu #youreko-custom-tariff
{
    /*width: 25px;*/
}

.youreko-language-hu #youreko-energy-cost-tab .youreko-least-efficient-energy-cost span.youreko-no-space-between-most-and-least
{
    float: right;
    text-align: right;
    position: relative;
    margin-right: 3px;
}
#youreko-energy-savings.youreko-language-hu #youreko-energy-cost-tab .youreko-most-efficient-energy-cost span.youreko-no-space-between-most-and-least
{
    float: left;
    position: relative;
    z-index: 1;
    margin-left: 3px;
}

/* Bulgarian */

.youreko-language-bg.youreko-desktop .youreko-title
{
    font-size: 15px;
}

/* Platinum */

.youreko-language-bg.youreko-desktop.youreko-rating-platinum .youreko-rating-text-top
{
    font-size: 14px;
}
.youreko-language-bg.youreko-desktop.youreko-rating-platinum .youreko-rating-text
{
    padding-top: 56px;
}

.youreko-language-bg.youreko-mobile.youreko-rating-platinum .youreko-rating-text-top
{
    font-size: 10px;
    line-height: 14px;
}
.youreko-language-bg.youreko-mobile.youreko-rating-platinum .youreko-rating-text-middle
{
    font-size: 9px;
    line-height: 14px;
}
.youreko-language-bg.youreko-mobile.youreko-rating-platinum .youreko-rating-text
{
    padding-top: 39px;
}

/* Gold */

.youreko-language-bg.youreko-desktop.youreko-rating-gold .youreko-rating-text-middle
{
    font-size: 12px;
}
.youreko-language-bg.youreko-desktop.youreko-rating-gold .youreko-rating-text
{
    padding-top: 55px;
}

.youreko-language-bg.youreko-mobile.youreko-rating-gold .youreko-rating-text-top
{
    font-size: 12px;
    line-height: 15px;
}
.youreko-language-bg.youreko-mobile.youreko-rating-gold .youreko-rating-text-middle
{
    font-size: 9px;
    line-height: 18px;
}
.youreko-language-bg.youreko-mobile.youreko-rating-gold .youreko-rating-text
{
    padding-top: 36px;
}

/* Silver */

.youreko-language-bg.youreko-desktop.youreko-rating-silver .youreko-rating-text-top
{
    font-size: 13px;
    line-height: 22px;
}
.youreko-language-bg.youreko-desktop.youreko-rating-silver .youreko-rating-text-middle
{
    font-size: 12px;
    line-height: 19px;
}
.youreko-language-bg.youreko-desktop.youreko-rating-silver .youreko-rating-text
{
    padding-top: 53px;
}

.youreko-language-bg.youreko-mobile.youreko-rating-silver .youreko-rating-text-top
{
    font-size: 9px;
    line-height: 14px;
}
.youreko-language-bg.youreko-mobile.youreko-rating-silver .youreko-rating-text-middle
{
    font-size: 9px;
    line-height: 15px;
}
.youreko-language-bg.youreko-mobile.youreko-rating-silver .youreko-rating-text
{
    padding-top: 38px;
}

/* Bronze */

.youreko-language-bg.youreko-desktop.youreko-rating-bronze .youreko-rating-text-top
{
    font-size: 17px;
    line-height: 20px;
}
.youreko-language-bg.youreko-desktop.youreko-rating-bronze .youreko-rating-text-middle
{
    font-size: 12px;
    line-height: 24px;
}
.youreko-language-bg.youreko-desktop.youreko-rating-bronze .youreko-rating-text
{
    padding-top: 50px;
}

.youreko-language-bg.youreko-mobile.youreko-rating-bronze .youreko-rating-text-top
{
    font-size: 13px;
    line-height: 17px;
}
.youreko-language-bg.youreko-mobile.youreko-rating-bronze .youreko-rating-text-middle
{
    font-size: 9px;
    line-height: 16px;
}
.youreko-language-bg.youreko-mobile.youreko-rating-bronze .youreko-rating-text
{
    padding-top: 35px;
}

/* Plain */

.youreko-language-bg.youreko-desktop.youreko-rating-plain .youreko-rating-text-top
{
    font-size: 16px;
    line-height: 22px;
}
.youreko-language-bg.youreko-desktop.youreko-rating-plain .youreko-rating-text-middle
{
    font-size: 15px;
    line-height: 22px;
}
.youreko-language-bg.youreko-desktop.youreko-rating-plain .youreko-rating-text
{
    padding-top: 53px;
}

.youreko-language-bg.youreko-mobile.youreko-rating-plain .youreko-rating-text-top
{
    font-size: 11px;
    line-height: 17px;
}
.youreko-language-bg.youreko-mobile.youreko-rating-plain .youreko-rating-text-middle
{
    font-size: 10px;
    line-height: 16px;
}
.youreko-language-bg.youreko-mobile.youreko-rating-plain .youreko-rating-text
{
    padding-top: 36px;
}

.youreko-language-bg.youreko-desktop .youreko-benefits-text
{
    width: 251px;
}
.youreko-language-bg.youreko-desktop .youreko-product-benefits .youreko-rating-container
{
    margin: -15px 10px 0 5px;
}


.youreko-language-bg .youreko-alternative-product-calculation-item-value
{
    font-size: 9px;
}
.youreko-language-bg .youreko-alternative-product-calculation-item-text
{
    font-size: 8px;
}
.youreko-language-bg .youreko-alternative-product-calculation-item-text-before
{
    margin-left: 6px;
}
.youreko-language-bg .youreko-overall-savings-value
{
    font-size: 17px;
}
.youreko-language-bg .youreko-overall-savings-text
{
    font-size: 8px;
}

.youreko-language-bg .youreko-badge span
{
    font-size: 9px;
}

.youreko-language-bg.youreko-rating-platinum.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 20px;
}
.youreko-language-bg.youreko-rating-gold.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 12px;
    width: 251px;
}
.youreko-language-bg.youreko-rating-bronze.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 20px;
}
.youreko-language-bg.youreko-rating-plain.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 5px;
    width: 258px;
}
.youreko-language-bg.youreko-rating-plain.youreko-mobile .youreko-bullet-text
{
    font-size: 13px;
}

.youreko-language-bg #youreko-custom-tariff
{
    width: 46px;
}

/* Lithuanian */

.youreko-language-lt.youreko-desktop .youreko-title
{
    font-size: 15px;
}

/* Platinum */

.youreko-language-lt.youreko-desktop.youreko-rating-platinum .youreko-rating-text-top
{
    font-size: 19px;
    line-height: 27px;
}
.youreko-language-lt.youreko-desktop.youreko-rating-platinum .youreko-rating-text-middle
{
    font-size: 14px;
    line-height: 18px;
}
.youreko-language-lt.youreko-desktop.youreko-rating-platinum .youreko-rating-text
{
    padding-top: 49px;
}

.youreko-language-lt.youreko-mobile.youreko-rating-platinum .youreko-rating-text-top
{
    font-size: 14px;
    line-height: 16px;
}
.youreko-language-lt.youreko-mobile.youreko-rating-platinum .youreko-rating-text-middle
{
    font-size: 10px;
    line-height: 14px;
}
.youreko-language-lt.youreko-mobile.youreko-rating-platinum .youreko-rating-text
{
    padding-top: 37px;
}

/* Gold */

.youreko-language-lt.youreko-desktop.youreko-rating-gold .youreko-rating-text-top
{
    font-size: 19px;
    line-height: 22px;
}
.youreko-language-lt.youreko-desktop.youreko-rating-gold .youreko-rating-text-middle
{
    font-size: 12px;
}
.youreko-language-lt.youreko-desktop.youreko-rating-gold .youreko-rating-text
{
    padding-top: 51px;
}

.youreko-language-lt.youreko-mobile.youreko-rating-gold .youreko-rating-text-top
{
    font-size: 14px;
    line-height: 15px;
}
.youreko-language-lt.youreko-mobile.youreko-rating-gold .youreko-rating-text-middle
{
    font-size: 9px;
    line-height: 18px;
}
.youreko-language-lt.youreko-mobile.youreko-rating-gold .youreko-rating-text
{
    padding-top: 37px;
}

/* Silver */

.youreko-language-lt.youreko-desktop.youreko-rating-silver .youreko-rating-text-top
{
    font-size: 14px;
    line-height: 21px;
}
.youreko-language-lt.youreko-desktop.youreko-rating-silver .youreko-rating-text-middle
{
    font-size: 12px;
    line-height: 19px;
}
.youreko-language-lt.youreko-desktop.youreko-rating-silver .youreko-rating-text
{
    padding-top: 53px;
}

.youreko-language-lt.youreko-mobile.youreko-rating-silver .youreko-rating-text-top
{
    font-size: 10px;
    line-height: 16px;
}
.youreko-language-lt.youreko-mobile.youreko-rating-silver .youreko-rating-text-middle
{
    font-size: 9px;
    line-height: 15px;
}
.youreko-language-lt.youreko-mobile.youreko-rating-silver .youreko-rating-text
{
    padding-top: 37px;
}

/* Bronze */

.youreko-language-lt.youreko-desktop.youreko-rating-bronze .youreko-rating-text-top
{
    font-size: 19px;
    line-height: 22px;
}
.youreko-language-lt.youreko-desktop.youreko-rating-bronze .youreko-rating-text-middle
{
    font-size: 12px;
    line-height: 22px;
}
.youreko-language-lt.youreko-desktop.youreko-rating-bronze .youreko-rating-text
{
    padding-top: 51px;
}

.youreko-language-lt.youreko-mobile.youreko-rating-bronze .youreko-rating-text-top
{
    font-size: 14px;
    line-height: 16px;
}
.youreko-language-lt.youreko-mobile.youreko-rating-bronze .youreko-rating-text-middle
{
    font-size: 9px;
    line-height: 16px;
}
.youreko-language-lt.youreko-mobile.youreko-rating-bronze .youreko-rating-text
{
    padding-top: 36px;
}

.youreko-language-lt.youreko-desktop .youreko-benefits-text
{
    width: 251px;
}
.youreko-language-lt.youreko-desktop .youreko-product-benefits .youreko-rating-container
{
    margin: -15px 10px 0 0;
}

.youreko-language-lt .youreko-alternative-product-calculation-item-value
{
    font-size: 11px;
}
.youreko-language-lt .youreko-alternative-product-calculation-item-text
{
    font-size: 9px;
}
.youreko-language-lt .youreko-overall-savings-value
{
    font-size: 18px;
}
.youreko-language-lt .youreko-overall-savings-text
{
    font-size: 9px;
}

.youreko-language-lt .youreko-badge span
{
    font-size: 9px;
}

.youreko-language-lt.youreko-rating-platinum.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 10px;
    width: 251px;
}
.youreko-language-lt.youreko-rating-gold.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 10px;
    width: 251px;
}
.youreko-language-lt.youreko-rating-silver.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 24px;
}
.youreko-language-lt.youreko-rating-bronze.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 25px;
}
.youreko-language-lt.youreko-rating-plain.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 21px
}

/* Slovak */

.youreko-language-sk.youreko-desktop .youreko-title
{
    font-size: 15px;
}

/* Platinum */

.youreko-language-sk.youreko-desktop.youreko-rating-platinum .youreko-rating-text-top
{
    font-size: 17px;
}
.youreko-language-sk.youreko-desktop.youreko-rating-platinum .youreko-rating-text-bottom
{
    font-size: 16px;
    line-height: 28px;
}
.youreko-language-sk.youreko-desktop.youreko-rating-platinum .youreko-rating-text
{
    padding-top: 53px;
}

.youreko-language-sk.youreko-mobile.youreko-rating-platinum .youreko-rating-text-top
{
    font-size: 12px;
    line-height: 14px;
}
.youreko-language-sk.youreko-mobile.youreko-rating-platinum .youreko-rating-text-bottom
{
    font-size: 11px;
    line-height: 14px;
}
.youreko-language-sk.youreko-mobile.youreko-rating-platinum .youreko-rating-text
{
    padding-top: 40px;
}

/* Gold */

.youreko-language-sk.youreko-desktop.youreko-rating-gold .youreko-rating-text-top
{
    font-size: 15px;
    line-height: 19px;
}
.youreko-language-sk.youreko-desktop.youreko-rating-gold .youreko-rating-text-middle
{
    font-size: 14px;
    line-height: 22px;
}
.youreko-language-sk.youreko-desktop.youreko-rating-gold .youreko-rating-text
{
    padding-top: 54px;
}

.youreko-language-sk.youreko-mobile.youreko-rating-gold .youreko-rating-text-top
{
    font-size: 10px;
    line-height: 15px;
}
.youreko-language-sk.youreko-mobile.youreko-rating-gold .youreko-rating-text-middle
{
    font-size: 9px;
    line-height: 18px;
}
.youreko-language-sk.youreko-mobile.youreko-rating-gold .youreko-rating-text
{
    padding-top: 37px;
}

/* Silver */

.youreko-language-sk.youreko-desktop.youreko-rating-silver .youreko-rating-text-top
{
    font-size: 14px;
    line-height: 25px;
}
.youreko-language-sk.youreko-desktop.youreko-rating-silver .youreko-rating-text-middle
{
    font-size: 13px;
    line-height: 19px;
}
.youreko-language-sk.youreko-desktop.youreko-rating-silver .youreko-rating-text
{
    padding-top: 50px;
}

.youreko-language-sk.youreko-mobile.youreko-rating-silver .youreko-rating-text-top
{
    font-size: 10px;
    line-height: 20px;
}
.youreko-language-sk.youreko-mobile.youreko-rating-silver .youreko-rating-text-middle
{
    font-size: 9px;
    line-height: 13px;
}
.youreko-language-sk.youreko-mobile.youreko-rating-silver .youreko-rating-text
{
    padding-top: 35px;
}

/* Bronze */

.youreko-language-sk.youreko-desktop.youreko-rating-bronze .youreko-rating-text-top
{
    font-size: 18px;
    line-height: 21px;
}
.youreko-language-sk.youreko-desktop.youreko-rating-bronze .youreko-rating-text-middle
{
    font-size: 14px;
    line-height: 20px;
}
.youreko-language-sk.youreko-desktop.youreko-rating-bronze .youreko-rating-text
{
    padding-top: 52px;
}

.youreko-language-sk.youreko-mobile.youreko-rating-bronze .youreko-rating-text-top
{
    font-size: 14px;
    line-height: 14px;
}
.youreko-language-sk.youreko-mobile.youreko-rating-bronze .youreko-rating-text-middle
{
    font-size: 10px;
    line-height: 18px;
}
.youreko-language-sk.youreko-mobile.youreko-rating-bronze .youreko-rating-text
{
    padding-top: 37px;
}

/* Plain */

.youreko-language-sk.youreko-desktop.youreko-rating-plain .youreko-rating-text-top
{
    font-size: 19px;
    line-height: 22px;
}
.youreko-language-sk.youreko-desktop.youreko-rating-plain .youreko-rating-text-middle
{
    font-size: 19px;
    line-height: 22px;
}
.youreko-language-sk.youreko-desktop.youreko-rating-plain .youreko-rating-text
{
    padding-top: 53px;
}

.youreko-language-sk.youreko-mobile.youreko-rating-plain .youreko-rating-text-top
{
    font-size: 14px;
    line-height: 19px;
}
.youreko-language-sk.youreko-mobile.youreko-rating-plain .youreko-rating-text-middle
{
    font-size: 14px;
    line-height: 16px;
}
.youreko-language-sk.youreko-mobile.youreko-rating-plain .youreko-rating-text
{
    padding-top: 36px;
}

.youreko-language-sk .youreko-alternative-product-calculation-item-value
{
    font-size: 11px;
}
.youreko-language-sk .youreko-alternative-product-calculation-item-text
{
    font-size: 9px;
}
.youreko-language-sk .youreko-alternative-product-calculation-item-text-before
{
    margin-left: 9px;
}
.youreko-language-sk .youreko-overall-savings-value
{
    font-size: 20px;
}

.youreko-language-sk.youreko-rating-silver.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 27px;
}
.youreko-language-sk.youreko-rating-bronze.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 31px;
}

.youreko-language-sk .youreko-usage select
{
    font-size: 12px;
}

.youreko-language-sk #youreko-custom-tariff
{
    width: 46px;
    font-size: 12px !important;
}

/* Slovenian */

.youreko-language-sl .youreko-info-text-medal-rating-table table td:nth-child(2)
{
    width: 66px;
}

/* Platinum */

.youreko-language-sl.youreko-desktop.youreko-rating-platinum .youreko-rating-text-top
{
    font-size: 16px;
}
.youreko-language-sl.youreko-desktop.youreko-rating-platinum .youreko-rating-text-bottom
{
    font-size: 16px;
    line-height: 26px;
}
.youreko-language-sl.youreko-desktop.youreko-rating-platinum .youreko-rating-text
{
    padding-top: 56px;
}

.youreko-language-sl.youreko-mobile.youreko-rating-platinum .youreko-rating-text-top
{
    font-size: 11px;
    line-height: 19px;
}
.youreko-language-sl.youreko-mobile.youreko-rating-platinum .youreko-rating-text-bottom
{
    font-size: 11px;
    line-height: 14px;
}
.youreko-language-sl.youreko-mobile.youreko-rating-platinum .youreko-rating-text
{
    padding-top: 38px;
}

/* Gold */

.youreko-language-sl.youreko-desktop.youreko-rating-gold .youreko-rating-text-top
{
    font-size: 17px;
    line-height: 23px;
}
.youreko-language-sl.youreko-desktop.youreko-rating-gold .youreko-rating-text-middle
{
    font-size: 11px;
    line-height: 22px;
}
.youreko-language-sl.youreko-desktop.youreko-rating-gold .youreko-rating-text
{
    padding-top: 50px;
}

.youreko-language-sl.youreko-mobile.youreko-rating-gold .youreko-rating-text-top
{
    font-size: 12px;
    line-height: 15px;
}
.youreko-language-sl.youreko-mobile.youreko-rating-gold .youreko-rating-text-middle
{
    font-size: 8px;
    line-height: 18px;
}
.youreko-language-sl.youreko-mobile.youreko-rating-gold .youreko-rating-text
{
    padding-top: 37px;
}

/* Silver */

.youreko-language-sl.youreko-desktop.youreko-rating-silver .youreko-rating-text-top
{
    font-size: 13px;
    line-height: 22px;
}
.youreko-language-sl.youreko-desktop.youreko-rating-silver .youreko-rating-text-middle
{
    font-size: 11px;
    line-height: 19px;
}
.youreko-language-sl.youreko-desktop.youreko-rating-silver .youreko-rating-text
{
    padding-top: 51px;
}

.youreko-language-sl.youreko-mobile.youreko-rating-silver .youreko-rating-text-top
{
    font-size: 9px;
    line-height: 16px;
}
.youreko-language-sl.youreko-mobile.youreko-rating-silver .youreko-rating-text-middle
{
    font-size: 8px;
    line-height: 13px;
}
.youreko-language-sl.youreko-mobile.youreko-rating-silver .youreko-rating-text
{
    padding-top: 37px;
}

/* Bronze */

.youreko-language-sl.youreko-desktop.youreko-rating-bronze .youreko-rating-text-top
{
    font-size: 16px;
    line-height: 24px;
}
.youreko-language-sl.youreko-desktop.youreko-rating-bronze .youreko-rating-text-middle
{
    font-size: 11px;
    line-height: 20px;
}
.youreko-language-sl.youreko-desktop.youreko-rating-bronze .youreko-rating-text
{
    padding-top: 49px;
}

.youreko-language-sl.youreko-mobile.youreko-rating-bronze .youreko-rating-text-top
{
    font-size: 13px;
    line-height: 14px;
}
.youreko-language-sl.youreko-mobile.youreko-rating-bronze .youreko-rating-text-middle
{
    font-size: 8px;
    line-height: 18px;
}
.youreko-language-sl.youreko-mobile.youreko-rating-bronze .youreko-rating-text
{
    padding-top: 37px;
}

/* Plain */

.youreko-language-sl.youreko-desktop.youreko-rating-plain .youreko-rating-text-top
{
    font-size: 18px;
    line-height: 22px;
}
.youreko-language-sl.youreko-desktop.youreko-rating-plain .youreko-rating-text-middle
{
    font-size: 18px;
    line-height: 22px;
}
.youreko-language-sl.youreko-desktop.youreko-rating-plain .youreko-rating-text
{
    padding-top: 51px;
}

.youreko-language-sl.youreko-mobile.youreko-rating-plain .youreko-rating-text-top
{
    font-size: 13px;
    line-height: 19px;
}
.youreko-language-sl.youreko-mobile.youreko-rating-plain .youreko-rating-text-middle
{
    font-size: 13px;
    line-height: 16px;
}
.youreko-language-sl.youreko-mobile.youreko-rating-plain .youreko-rating-text
{
    padding-top: 35px;
}

.youreko-language-sl.youreko-desktop .youreko-benefits-text
{
    width: 259px;
}
.youreko-language-sl.youreko-desktop .youreko-product-benefits .youreko-rating-container
{
    margin: -15px 0 0 0;
}

.youreko-language-sl.youreko-rating-bronze.youreko-mobile .youreko-benefits-text
{
    width: 251px;
    margin: 0 5px 0 10px;
}
.youreko-language-sl.youreko-rating-plain.youreko-mobile .youreko-benefits-text
{
    width: 259px;
    margin: 0 5px 0 6px;
}

.youreko-language-sl .youreko-alternative-product-calculation-item-value
{
    font-size: 11px;
}
.youreko-language-sl .youreko-alternative-product-calculation-item-text
{
    font-size: 8px;
}
.youreko-language-sl .youreko-alternative-product-calculation-item-text-before
{
    margin-left: 7px;
}
.youreko-language-sl .youreko-overall-savings-value
{
    font-size: 18px;
}
.youreko-language-sl .youreko-overall-savings-text
{
    font-size: 9px;
}

.youreko-language-sl .youreko-badge span
{
    font-size: 8px;
}

.youreko-language-sl.youreko-desktop .youreko-title
{
    font-size: 15px;
}

.youreko-language-sl.youreko-is-yearly-kwh .youreko-usage-first-text-is-cyclical,
.youreko-language-sl.youreko-is-yearly-kwh .youreko-usage-first-text-is-in-use-watts,
.youreko-language-sl.youreko-is-cyclical .youreko-usage-first-text-is-in-use-watts,
.youreko-language-sl.youreko-is-in-use-watts .youreko-usage-first-text-is-cyclical
{
    display: none;
}

.youreko-language-sl .youreko-usage select
{
    font-size: 12px;
}

.youreko-language-sl #youreko-custom-tariff
{
    width: 40px;
    font-size: 12px !important;
}

/* Croatian */

/* Platinum */

.youreko-language-hr.youreko-desktop.youreko-rating-platinum .youreko-rating-text-top
{
    font-size: 15px;
}
.youreko-language-hr.youreko-desktop.youreko-rating-platinum .youreko-rating-text-bottom
{
    font-size: 14px;
}
.youreko-language-hr.youreko-desktop.youreko-rating-platinum .youreko-rating-text
{
    padding-top: 48px;
}

.youreko-language-hr.youreko-mobile.youreko-rating-platinum .youreko-rating-text-top
{
    font-size: 12px;
}
.youreko-language-hr.youreko-mobile.youreko-rating-platinum .youreko-rating-text-bottom
{
    font-size: 11px;
}
.youreko-language-hr.youreko-mobile.youreko-rating-platinum .youreko-rating-text
{
    padding-top: 34px;
}

/* Gold */

.youreko-language-hr.youreko-desktop.youreko-rating-gold .youreko-rating-text-top
{
    font-size: 17px;
    line-height: 23px;
}
.youreko-language-hr.youreko-desktop.youreko-rating-gold .youreko-rating-text-middle
{
    font-size: 11px;
    line-height: 22px;
}
.youreko-language-hr.youreko-desktop.youreko-rating-gold .youreko-rating-text
{
    padding-top: 50px;
}

.youreko-language-hr.youreko-mobile.youreko-rating-gold .youreko-rating-text-top
{
    font-size: 12px;
    line-height: 15px;
}
.youreko-language-hr.youreko-mobile.youreko-rating-gold .youreko-rating-text-middle
{
    font-size: 8px;
    line-height: 18px;
}
.youreko-language-hr.youreko-mobile.youreko-rating-gold .youreko-rating-text
{
    padding-top: 37px;
}

/* Silver */

.youreko-language-hr.youreko-desktop.youreko-rating-silver .youreko-rating-text-top
{
    font-size: 13px;
    line-height: 22px;
}
.youreko-language-hr.youreko-desktop.youreko-rating-silver .youreko-rating-text-middle
{
    font-size: 11px;
    line-height: 19px;
}
.youreko-language-hr.youreko-desktop.youreko-rating-silver .youreko-rating-text
{
    padding-top: 51px;
}

.youreko-language-hr.youreko-mobile.youreko-rating-silver .youreko-rating-text-top
{
    font-size: 9px;
    line-height: 16px;
}
.youreko-language-hr.youreko-mobile.youreko-rating-silver .youreko-rating-text-middle
{
    font-size: 8px;
    line-height: 13px;
}
.youreko-language-hr.youreko-mobile.youreko-rating-silver .youreko-rating-text
{
    padding-top: 37px;
}

/* Bronze */

.youreko-language-hr.youreko-desktop.youreko-rating-bronze .youreko-rating-text-top
{
    font-size: 16px;
    line-height: 24px;
}
.youreko-language-hr.youreko-desktop.youreko-rating-bronze .youreko-rating-text-middle
{
    font-size: 11px;
    line-height: 20px;
}
.youreko-language-hr.youreko-desktop.youreko-rating-bronze .youreko-rating-text
{
    padding-top: 49px;
}

.youreko-language-hr.youreko-mobile.youreko-rating-bronze .youreko-rating-text-top
{
    font-size: 13px;
    line-height: 14px;
}
.youreko-language-hr.youreko-mobile.youreko-rating-bronze .youreko-rating-text-middle
{
    font-size: 8px;
    line-height: 18px;
}
.youreko-language-hr.youreko-mobile.youreko-rating-bronze .youreko-rating-text
{
    padding-top: 37px;
}

/* Plain */

.youreko-language-hr.youreko-desktop.youreko-rating-plain .youreko-rating-text-top
{
    font-size: 17px;
    line-height: 23px;
}
.youreko-language-hr.youreko-desktop.youreko-rating-plain .youreko-rating-text-middle
{
    font-size: 13px;
    line-height: 22px;
}
.youreko-language-hr.youreko-desktop.youreko-rating-plain .youreko-rating-text
{
    padding-top: 50px;
}

.youreko-language-hr.youreko-mobile.youreko-rating-plain .youreko-rating-text-top
{
    font-size: 12px;
    line-height: 15px;
}
.youreko-language-hr.youreko-mobile.youreko-rating-plain .youreko-rating-text-middle
{
    font-size: 9px;
    line-height: 18px;
}
.youreko-language-hr.youreko-mobile.youreko-rating-plain .youreko-rating-text
{
    padding-top: 37px;
}

.youreko-language-hr.youreko-desktop .youreko-benefits-text
{
    width: 259px;
}
.youreko-language-hr.youreko-desktop .youreko-product-benefits .youreko-rating-container
{
    margin: -15px 0 5px 0;
}

.youreko-language-hr.youreko-rating-gold.youreko-mobile .youreko-benefits-text
{
    margin: 0 5px 0 25px;
}

.youreko-language-hr.youreko-rating-silver.youreko-mobile .youreko-benefits-text
{
    width: 222px;
    margin: 0 5px 0 40px;
}

.youreko-language-hr.youreko-rating-plain.youreko-mobile .youreko-benefits-text
{
    width: 259px;
    margin: 0 5px 0 6px;
}

.youreko-language-hr.youreko-rating-plain.youreko-mobile li.youreko-benefit-bullet
{
    font-size: 12px;
}

.youreko-language-hr .youreko-title
{
    font-size: 15px;
}

.youreko-language-hr .youreko-alternative-product-calculation-item-text
{
    font-size: 9px;
}

.youreko-language-hr .youreko-badge span
{
    font-size: 9px;
}

/* Brazilian Portuguese */

/* Platinum */

.youreko-country-br.youreko-language-pt.youreko-mobile.youreko-rating-platinum .youreko-rating-text-bottom
{
    line-height: 13px;
}

/* Gold */

.youreko-country-br.youreko-language-pt.youreko-desktop.youreko-rating-gold .youreko-rating-text-top
{
    font-size: 15px;
}

/* Silver */

.youreko-country-br.youreko-language-pt.youreko-mobile.youreko-rating-silver .youreko-rating-text
{
    padding-top: 35px;
}

/* Bronze */

.youreko-country-br.youreko-language-pt.youreko-desktop.youreko-rating-bronze .youreko-rating-text-top
{
    font-size: 15px;
}
.youreko-country-br.youreko-language-pt.youreko-desktop.youreko-rating-bronze .youreko-rating-text
{
    padding-top: 59px;
}

.youreko-country-br.youreko-language-pt.youreko-mobile.youreko-rating-bronze .youreko-rating-text-middle
{
    font-size: 11px;
}
.youreko-country-br.youreko-language-pt.youreko-mobile.youreko-rating-bronze .youreko-rating-text
{
    padding-top: 41px;
}

/* Plain */

.youreko-country-br.youreko-language-pt.youreko-desktop.youreko-rating-plain .youreko-rating-text-top
{
    font-size: 18px;
    line-height: 22px;
}
.youreko-country-br.youreko-language-pt.youreko-desktop.youreko-rating-plain .youreko-rating-text-middle
{
    font-size: 15px;
    line-height: 22px;
}
.youreko-country-br.youreko-language-pt.youreko-desktop.youreko-rating-plain .youreko-rating-text
{
    padding-top: 49px;
}

.youreko-country-br.youreko-language-pt.youreko-mobile.youreko-rating-plain .youreko-rating-text-top
{
    font-size: 13px;
}
.youreko-country-br.youreko-language-pt.youreko-mobile.youreko-rating-plain .youreko-rating-text-middle
{
    font-size: 11px;
}
.youreko-country-br.youreko-language-pt.youreko-mobile.youreko-rating-plain .youreko-rating-text
{
    padding-top: 34px;
}

#youreko-custom-tariff
{
    width: 45px;
}

.youreko-country-br.youreko-language-pt .youreko-overall-savings-text-before
{
    font-size: 9px;
}
.youreko-country-br.youreko-language-pt .youreko-overall-savings-value
{
    font-size: 13px;
}

.youreko-country-br.youreko-language-pt .youreko-alternative-product-calculation-item-value
{
    font-size: 11px;
}
.youreko-country-br.youreko-language-pt .youreko-alternative-product-calculation-item-text-before
{
    margin-left: 6px;
}

/* Turkish */

.youreko-country-tr .youreko-alternative-product-calculation-item-value
{
    font-size: 13px;
}
.youreko-country-tr .youreko-alternative-product-calculation-item-text
{
    font-size: 9px;
}
.youreko-country-tr .youreko-overall-savings-value
{
    font-size: 20px;
}/*
 *  IFRAMES & OVERLAY
 */

#youreko-overlay
{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: none repeat scroll 0 0 #000;
    opacity: 0.40;
    filter: alpha(opacity=40);
}

/*
 * ENERGY LABEL SINGLE - NEW BORDER
 */

/* New layout */
.default-product .youreko-container-new-border
{
    text-align: left;
}
/* Old layout */
.youreko-container-new-border
{
    width: 100%;
    text-align: center;
}
.youreko-energy-label-single-new-border,
.youreko-energy-label-single-no-results-new-border
{
    display: inline-block;
    position: relative;
    height: 48px;
    border-radius: 4px;
    cursor: pointer;
    box-sizing: content-box !important;
    z-index: 1;
    margin: 10px 0 10px 0;
}
.default-product .youreko-energy-label-single-new-border,
.default-product .youreko-energy-label-single-no-results-new-border
{
    margin: 5px 0 10px 0;
}
.youreko-energy-label-single-new-border:focus
{
    border: 1px solid #6E6E6E;
    box-shadow: 0 0 4px 0 rgba(110, 110, 110, 1);
    -webkit-box-shadow: 0 0 4px 0 rgba(110, 110, 110, 1);
    -moz-box-shadow: 0 0 4px 0 rgba(110, 110, 110, 1);
}

@media only screen and (max-width: 319px)
{
    .youreko-energy-label-single-new-border,
    .youreko-energy-label-single-no-results-new-border
    {
        display: none;
    }
}
.youreko-energy-label-single-new-border.youreko-rating-platinum,
.youreko-energy-label-single-new-border.youreko-rating-gold
{
    border: 1px solid #DCCC00;
    background: linear-gradient(180deg, #FFE360 0%, #FF9A2E 100%);
}
.youreko-energy-label-single-new-border.youreko-rating-platinum:hover,
.youreko-energy-label-single-new-border.youreko-rating-gold:hover
{
    border: 1px solid #DCCC00;
    background: linear-gradient(180deg, #FF9A2E 0%, #FFE360 100%);
}
.youreko-energy-label-single-new-border.youreko-rating-silver
{
    border: 1px solid #9EE4DE;
    background: linear-gradient(0deg, #8DB7B7 0%, #C4E0DF 100%);
}
.youreko-energy-label-single-new-border.youreko-rating-silver:hover
{
    border: 1px solid #9EE4DE;
    background: linear-gradient(0deg, #C4E0DF 0%, #8DB7B7 100%);
}
.youreko-energy-label-single-new-border.youreko-rating-bronze
{
    border: 1px solid #FFBA8C;
    background: linear-gradient(180deg, #FFCEAE 0%, #E57831 100%);
}
.youreko-energy-label-single-new-border.youreko-rating-bronze:hover
{
    border: 1px solid #FFBA8C;
    background: linear-gradient(180deg, #E57831 0%, #FFCEAE 100%);
}
.youreko-energy-label-single-new-border.youreko-rating-plain,
.youreko-energy-label-single-new-border.youreko-rating-plain:hover,
.youreko-energy-label-single-new-border.youreko-rating-none,
.youreko-energy-label-single-new-border.youreko-rating-none:hover
{
    border: 1px solid #EBDA77;
    background-color: #F8EEB4;
}
.youreko-energy-label-single-new-border:after
{
    content: '';
    height: 44px;
    display: block;
    position: relative;
    z-index: -2;
    border-radius: 1px;
    box-sizing: content-box;
    margin: 2px;
}
.youreko-energy-label-single-new-border:after
{
    background: linear-gradient(180deg, #FFFFFF 0%, #E3E3E3 100%);
}

/* COST TEXT CONTAINER */

.youreko-energy-label-single-new-border .youreko-cost-new-border
{
    font-family: Assistant, sans-serif;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    float: left;
    margin: 0 12px 0 0;
    padding-top: 5px;
}
@media only screen and (min-width: 320px) and (max-width: 340px)
{
    .youreko-energy-label-single-new-border .youreko-cost-new-border
    {
        /*margin: 0 18px 0 0;*/
    }
}
.youreko-cost-text-new-border,
.youreko-cost-value-new-border,
.youreko-cost-text-new-border:hover,
.youreko-cost-value-new-border:hover
{
    display: block;
    float: left;
    line-height: 19px;
    color: #000;
    text-decoration: none;
}
.youreko-cost-value-new-border,
.youreko-cost-value-new-border:hover
{
    font-weight: 700;
    font-size: 15px;
}
@media only screen and (min-width: 841px) and (max-width: 915px)
{
    .youreko-cost-value-new-border,
    .youreko-cost-value-new-border:hover
    {
        /*font-size: 13px;*/
    }
}
@media only screen and (min-width: 786px) and (max-width: 840px)
{
    .youreko-cost-value-new-border,
    .youreko-cost-value-new-border:hover
    {
        /*font-size: 11px;*/
    }
}


.youreko-cost-text-new-border,
.youreko-cost-text-new-border:hover
{
    font-weight: 400;
    font-size: 15px;
}
@media only screen and (min-width: 841px) and (max-width: 915px)
{
    .youreko-cost-text-new-border,
    .youreko-cost-text-new-border:hover
    {
        /*font-size: 13px;*/
    }
}
@media only screen and (min-width: 786px) and (max-width: 840px)
{
    .youreko-cost-text-new-border,
    .youreko-cost-text-new-border:hover
    {
        /*font-size: 11px;*/
    }
}


.youreko-cost-cta-new-border
{
    float: left;
    clear: both;
    font-family: Assistant, sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #888888;
    display: block;
    text-align: left;
}
@media only screen and (min-width: 841px) and (max-width: 915px)
{
    .youreko-cost-cta-new-border
    {
        /*font-size: 10px;*/
    }
}
@media only screen and (min-width: 786px) and (max-width: 840px)
{
    .youreko-cost-cta-new-border
    {
        /*font-size: 8px;*/
    }
}


.youreko-energy-label-single-new-border:hover .youreko-cost-cta-new-border
{
    text-decoration: underline;
}
.youreko-rating-platinum .youreko-cost-cta-new-border,
.youreko-rating-gold .youreko-cost-cta-new-border
{
    font-weight: 700;
    color: #ECAD43;
}
.youreko-rating-silver .youreko-cost-cta-new-border
{
    font-weight: 700;
    color: #81AAAA;
}
.youreko-rating-bronze .youreko-cost-cta-new-border
{
    font-weight: 700;
    color: #DF8B53;
}
.youreko-rating-plain .youreko-cost-cta-new-border
{
    font-weight: 700;
    color: #A9A170;
}
.youreko-has-alternatives.youreko-cost-cta-new-border
{
    font-weight: 400;
    color: #888888;
}

/* CHEVRON */

.youreko-chevron-container-new-border
{
    float: left;
    width: 33px;
    height: 44px;
}
@media only screen and (min-width: 320px) and (max-width: 340px)
{
    .youreko-chevron-container-new-border
    {
        /*display: none;*/
    }
}
.youreko-divider-new-border
{
    height: 100%;
    width: 1px;
    margin: 2px 0 0 0;
    border-left: solid 1px #c8c8c8;
    float: left;
}
.youreko-chevron-new-border
{
    opacity: 0.3;
    height: 8px;
    width: 15px;
    background: url('/images/energy-savings-modal/rating/down-arrow.svg') 0 0 no-repeat;
    margin: 19px 10px 0 8px;
}

/* ENERGY LABEL NOTIFIER */

.youreko-savings-notifier-single-new-border
{
    font-family: Assistant, sans-serif;
    color: #fff;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 9px;
    text-align: center;
    position: relative;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;

    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;

    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;

    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.youreko-notifier-products-available
{
    background: #179745;
}

/* MEDAL RATING */

.youreko-rating-container-button-new-border
{
    margin: -4px 6px 0 7px;
    width: 40px;
    height: 57px;
    float: left;
}

/*
 * ENERGY LABEL MULTIPLE - LIST BORDER
 */

.youreko-container-list-border
{

}
@media only screen and (min-width: 319px) and (max-width: 749px)
{
    .youreko-container-list-border
    {
        text-align: center;
    }
}
.youreko-energy-label-multiple-list-border,
.youreko-energy-label-multiple-no-results-list-border
{
    display: inline-block;
    position: relative;
    height: 48px;
    border-radius: 4px;
    cursor: pointer;
    box-sizing: content-box !important;
    z-index: 1;
    margin: 0 0 10px 0 !important;

    line-height: normal !important;
    overflow: visible;
    white-space: normal;
}
.youreko-energy-label-multiple-list-border:focus
{
    border: 1px solid #6E6E6E;
    box-shadow: 0 0 4px 0 rgba(110, 110, 110, 1) !important;
    -webkit-box-shadow: 0 0 4px 0 rgba(110, 110, 110, 1) !important;;
    -moz-box-shadow: 0 0 4px 0 rgba(110, 110, 110, 1) !important;;
}
@media only screen and (max-width: 319px)
{
    .youreko-energy-label-multiple-list-border,
    .youreko-energy-label-multiple-no-results-list-border
    {
        display: none;
    }
}
.youreko-energy-label-multiple-no-results-list-border
{
    display: none;
}
.youreko-energy-label-multiple-list-border.youreko-rating-platinum,
.youreko-energy-label-multiple-list-border.youreko-rating-gold
{
    border: 1px solid #DCCC00;
    background: linear-gradient(180deg, #FFE360 0%, #FF9A2E 100%);
}
.youreko-energy-label-multiple-list-border.youreko-rating-platinum:hover,
.youreko-energy-label-multiple-list-border.youreko-rating-gold:hover
{
    border: 1px solid #DCCC00;
    background: linear-gradient(180deg, #FF9A2E 0%, #FFE360 100%);
}
.youreko-energy-label-multiple-list-border.youreko-rating-silver
{
    border: 1px solid #9EE4DE;
    background: linear-gradient(0deg, #8DB7B7 0%, #C4E0DF 100%);
}
.youreko-energy-label-multiple-list-border.youreko-rating-silver:hover
{
    border: 1px solid #9EE4DE;
    background: linear-gradient(0deg, #C4E0DF 0%, #8DB7B7 100%);
}
.youreko-energy-label-multiple-list-border.youreko-rating-bronze
{
    border: 1px solid #FFBA8C;
    background: linear-gradient(180deg, #FFCEAE 0%, #E57831 100%);
}
.youreko-energy-label-multiple-list-border.youreko-rating-bronze:hover
{
    border: 1px solid #FFBA8C;
    background: linear-gradient(180deg, #E57831 0%, #FFCEAE 100%);
}
.youreko-energy-label-multiple-list-border.youreko-rating-plain,
.youreko-energy-label-multiple-list-border.youreko-rating-plain:hover,
.youreko-energy-label-multiple-list-border.youreko-rating-none,
.youreko-energy-label-multiple-list-border.youreko-rating-none:hover
{
    border: 1px solid #EBDA77;
    background-color: #F8EEB4;
}
.youreko-energy-label-multiple-list-border:after
{
    content: '';
    height: 44px;
    display: block;
    position: relative;
    z-index: -2;
    border-radius: 1px;
    box-sizing: content-box;
    margin: 2px;
}
.youreko-energy-label-multiple-list-border:after
{
    background: linear-gradient(180deg, #FFFFFF 0%, #E3E3E3 100%);
}

/* COST TEXT CONTAINER */

.youreko-energy-label-multiple-list-border .youreko-cost-list-border
{
    font-family: Assistant, sans-serif;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    float: left;
    margin: 0 12px 0 0;
    padding-top: 5px;
}
@media only screen and (min-width: 536px) and (max-width: 665px)
{
    .youreko-energy-label-multiple-list-border .youreko-cost-list-border
    {
        margin: 0 16px 0 0;
    }
}
.youreko-cost-text-list-border,
.youreko-cost-value-list-border,
.youreko-cost-text-list-border:hover,
.youreko-cost-value-list-border:hover
{
    display: block;
    float: left;
    line-height: 19px;
    color: #000;
    text-decoration: none;
}
.youreko-cost-value-list-border,
.youreko-cost-value-list-border:hover
{
    font-weight: 700;
    font-size: 15px;
}
@media only screen and (min-width: 1004px) and (max-width: 1045px)
{
    .youreko-cost-value-list-border,
    .youreko-cost-value-list-border:hover
    {
        /*font-size: 13px;*/
    }
}

@media only screen and (min-width: 787px) and (max-width: 830px)
{
    .youreko-cost-value-list-border,
    .youreko-cost-value-list-border:hover
    {
        /*font-size: 13px;*/
    }
}

@media only screen and (min-width: 696px) and (max-width: 730px)
{
    .youreko-cost-value-list-border,
    .youreko-cost-value-list-border:hover
    {
        /*font-size: 13px;*/
    }
}
@media only screen and (min-width: 626px) and (max-width: 695px)
{
    .youreko-cost-value-list-border,
    .youreko-cost-value-list-border:hover
    {
        /*font-size: 11px;*/
    }
}
@media only screen and (min-width: 606px) and (max-width: 625px)
{
    .youreko-cost-value-list-border,
    .youreko-cost-value-list-border:hover
    {
        /*font-size: 9px;*/
    }
}
@media only screen and (min-width: 536px) and (max-width: 605px)
{
    .youreko-cost-value-list-border,
    .youreko-cost-value-list-border:hover
    {
        /*font-size: 7px;*/
    }
}

@media only screen and (min-width: 366px) and (max-width: 390px)
{
    .youreko-cost-value-list-border,
    .youreko-cost-value-list-border:hover
    {
        /*font-size: 13px;*/
    }
}
@media only screen and (min-width: 346px) and (max-width: 365px)
{
    .youreko-cost-value-list-border,
    .youreko-cost-value-list-border:hover
    {
        /*font-size: 11px;*/
    }
}
@media only screen and (min-width: 320px) and (max-width: 345px)
{
    .youreko-cost-value-list-border,
    .youreko-cost-value-list-border:hover
    {
        /*font-size: 9px;*/
    }
}


.youreko-cost-text-list-border,
.youreko-cost-text-list-border:hover
{
    font-weight: 400;
    font-size: 15px;
}
@media only screen and (min-width: 1004px) and (max-width: 1045px)
{
    .youreko-cost-text-list-border,
    .youreko-cost-text-list-border:hover
    {
        /*font-size: 13px;*/
    }
}

@media only screen and (min-width: 787px) and (max-width: 830px)
{
    .youreko-cost-text-list-border,
    .youreko-cost-text-list-border:hover
    {
        /*font-size: 13px;*/
    }
}

@media only screen and (min-width: 696px) and (max-width: 730px)
{
    .youreko-cost-text-list-border,
    .youreko-cost-text-list-border:hover
    {
        /*font-size: 13px;*/
    }
}
@media only screen and (min-width: 626px) and (max-width: 695px)
{
    .youreko-cost-text-list-border,
    .youreko-cost-text-list-border:hover
    {
        /*font-size: 11px;*/
    }
}
@media only screen and (min-width: 606px) and (max-width: 625px)
{
    .youreko-cost-text-list-border,
    .youreko-cost-text-list-border:hover
    {
        /*font-size: 9px;*/
    }
}
@media only screen and (min-width: 536px) and (max-width: 605px)
{
    .youreko-cost-text-list-border,
    .youreko-cost-text-list-border:hover
    {
        /*font-size: 7px;*/
    }
}

@media only screen and (min-width: 366px) and (max-width: 390px)
{
    .youreko-cost-text-list-border,
    .youreko-cost-text-list-border:hover
    {
        /*font-size: 13px;*/
    }
}
@media only screen and (min-width: 346px) and (max-width: 365px)
{
    .youreko-cost-text-list-border,
    .youreko-cost-text-list-border:hover
    {
        /*font-size: 11px;*/
    }
}
@media only screen and (min-width: 320px) and (max-width: 345px)
{
    .youreko-cost-text-list-border,
    .youreko-cost-text-list-border:hover
    {
        /*font-size: 9px;*/
    }
}


.youreko-cost-cta-list-border
{
    float: left;
    clear: both;
    font-family: Assistant, sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #888888;
    display: block;
    text-align: left;
}
@media only screen and (min-width: 1004px) and (max-width: 1045px)
{
    .youreko-cost-cta-list-border
    {
        /*font-size: 10px;*/
    }
}

@media only screen and (min-width: 787px) and (max-width: 830px)
{
    .youreko-cost-cta-list-border
    {
        /*font-size: 10px;*/
    }
}

@media only screen and (min-width: 696px) and (max-width: 730px)
{
    .youreko-cost-cta-list-border
    {
        /*font-size: 10px;*/
    }
}
@media only screen and (min-width: 626px) and (max-width: 695px)
{
    .youreko-cost-cta-list-border
    {
        /*font-size: 8px;*/
    }
}
@media only screen and (min-width: 606px) and (max-width: 625px)
{
    .youreko-cost-cta-list-border
    {
        /*font-size: 6px;*/
    }
}
@media only screen and (min-width: 536px) and (max-width: 605px)
{
    .youreko-cost-cta-list-border
    {
        /*font-size: 4px;*/
    }
}

@media only screen and (min-width: 366px) and (max-width: 390px)
{
    .youreko-cost-cta-list-border
    {
        /*font-size: 10px;*/
    }
}
@media only screen and (min-width: 346px) and (max-width: 365px)
{
    .youreko-cost-cta-list-border
    {
        /*font-size: 8px;*/
    }
}
@media only screen and (min-width: 320px) and (max-width: 345px)
{
    .youreko-cost-cta-list-border
    {
        /*font-size: 6px;*/
    }
}


.youreko-energy-label-multiple-list-border:hover .youreko-cost-cta-list-border
{
    text-decoration: underline;
}
.youreko-rating-platinum .youreko-cost-cta-list-border,
.youreko-rating-gold .youreko-cost-cta-list-border
{
    font-weight: 700;
    color: #ECAD43;
}
.youreko-rating-silver .youreko-cost-cta-list-border
{
    font-weight: 700;
    color: #81AAAA;
}
.youreko-rating-bronze .youreko-cost-cta-list-border
{
    font-weight: 700;
    color: #DF8B53;
}
.youreko-rating-plain .youreko-cost-cta-list-border
{
    font-weight: 700;
    color: #A9A170;
}
.youreko-has-alternatives.youreko-cost-cta-list-border
{
    font-weight: 400;
    color: #888888;
}

/* CHEVRON */

.youreko-chevron-container-list-border
{
    float: left;
    width: 33px;
    height: 44px;
}
@media only screen and (min-width: 536px) and (max-width: 665px)
{
    .youreko-chevron-container-list-border
    {
        /*display: none;*/
    }
}
.youreko-divider-list-border
{
    height: 100%;
    width: 1px;
    margin: 2px 0 0 0;
    border-left: solid 1px #c8c8c8;
    float: left;
}
.youreko-chevron-list-border
{
    opacity: 0.3;
    height: 8px;
    width: 15px;
    background: url('/images/energy-savings-modal/rating/down-arrow.svg') 0 0 no-repeat;
    margin: 19px 10px 0 8px;
}

/* ENERGY LABEL NOTIFIER */

.youreko-savings-notifier-multiple-list-border
{
    font-family: Assistant, sans-serif;
    color: #fff;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 9px;
    text-align: center;
    position: relative;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;

    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;

    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;

    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

/* MEDAL RATING */

.youreko-rating-container-button-list-border
{
    margin: -4px 6px 0 7px;
    width: 40px;
    height: 57px;
    float: left;
}

@media only screen and (min-width: 536px) and (max-width: 665px)
{
    /*.youreko-rating-container-button-list-border
    {
        margin: -3px 6px 0 7px;
        width: 30px;
        height: 57px;
        float: left;
    }

    [class*='youreko-energy-label-multiple-list-border'] [class*='youreko-rating-container-button'] [class*='youreko-rating-ribbon']
    {
        width: 30px;
        height: 47px;
        left: 4px;
    }
    [class*='youreko-energy-label-multiple-list-border'].youreko-rating-none [class*='youreko-rating-container-button'] [class*='youreko-rating-image']:not([class*='youreko-rating-image-container'])
    {
        height: 22px;
        margin-top: 8px;
    }
    [class*='youreko-energy-label-multiple-list-border'].youreko-rating-none [class*='youreko-rating-container-button']
    {
        width: 24px;
    }*/
}

/*
 * GENERIC
 */

.youreko-notifier-products-available
{
    background: #179745;
}

/*
 * CUSTOM SITE CSS - SHOULD BE UPDATED ON SITE, NOT SET HERE
 */

/*
 * Generic
 */



/*
 * PRODUCT PAGE
 */



/*
 * ENERGY SAVINGS MODAL - CUSTOM
 */