﻿@font-face {
    font-family: SegoeUI;
    src: local("Segoe UI Light"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");
    font-weight: 100;
}

@font-face {
    font-family: SegoeUI;
    src: local("Segoe UI Semilight"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");
    font-weight: 200;
}

@font-face {
    font-family: SegoeUI;
    src: local("Segoe UI"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: SegoeUI;
    src: local("Segoe UI Bold"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");
    font-weight: 600;
}

@font-face {
    font-family: SegoeUI;
    src: local("Segoe UI Semibold"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");
    font-weight: 700;
}

body {
    font-size: 15px;
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #3547FF;
}

    a:hover {
        color: #3547FF;
    }

.font-16 {
    font-size: 16px !important;
}

.font-22 {
    font-size: 22px !important;
}

.w-50 {
    width: 50% !important;
}


.padding-10 {
    padding: 10px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.form-content .form-control {
    border-radius: 0px;
    border-width: 2px;
    border-color: #cccccc;
    background-color: #f0f0f0;
    color: #333333;
}

    .form-content .form-control::-webkit-input-placeholder {
        color: #333333;
    }

    .form-content .form-control::-moz-placeholder {
        color: #333333;
    }

    .form-content .form-control:-ms-input-placeholder {
        color: #333333;
    }

    .form-content .form-control:-moz-placeholder {
        color: #333333;
    }

div#card-errors {
    color: red;
    font-size: 15px;
}

.card-container {
    border: none;
    /*border-bottom: #D4DBE2 solid 2px;*/
    background-color: transparent;
    box-shadow: none;
    border-radius: 0px;
    font-size: 16px;
    min-height: 44px;
}

.card-errors {
    color: red;
}

.error_border {
    border: 1px solid red !important;
}

.error_text, .cerror_text {
    color: red;
}

.btn.btn-success {
    color: #fff;
    background-color: #24B47E;
    border-color: #24B47E;
    font-weight: bold;
    font-size: 20px;
}

strike {
    font-weight: 500;
}

.header {
    padding: 10px;
    background-color: #FFFFFF;
    box-shadow: 4px 5px 15px 11px #E7E9F1;
    margin-bottom: 2px;
}

.brand.logo {
    font-weight: 700;
    font-size: 30px;
    color: #000000;
}

    .brand.logo, .brand.logo:hover {
        text-decoration: none;
    }

        .brand.logo img; {
            margin-right: 10px;
            position: relative;
            top: -4px;
        }

.header ul.list-inline {
    margin-bottom: 0px;
}

.header select.form-control {
    font-size: 13px;
    color: #5D687A;
    border-radius: 0px;
    border-color: #BBC1CC;
    padding: 5px 3px;
    height: auto;
}

.content {
    padding-top: 10px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
}

.price-info {
    /*padding: 15px;*/
    /*padding:10px 10px 0px 10px;*/
    border: #D4DBE2 solid 1px;
    background-color: #ffffff;
    border-radius: 10px;
}

    .price-info p {
        font-size: 14px;
        color: #5D687A;
    }

        .price-info p.font-black {
            font-size: 18px;
            color: #000000;
            padding-top: 8px;
        }

.product-crt {
    padding: 10px;
    border-top: 1px solid #e3e7ea;
    border-radius: 0 0 10px 10px;
}

.product-info {
    padding: 36px 0 0px 0;
}

.product-info-con {
    border: 1px solid #D4DBE2;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 5px 25px 0px 25px;
}

    .product-info-con span {
        color: #FFF;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 700;
    }

.content h2 {
    font-size: 35px;
    font-weight: 400;
    margin: 8px 0 30px;
}

.product-box {
    /*padding:10px;*/
}

    .product-box img {
        position: relative;
        top: -30px;
        margin-right: 15px;
    }

    .product-box ul li {
        list-style-position: inside;
        list-style: none;
        position: relative;
        padding-left: 20px;
    }

        .product-box ul li:before {
            content: "";
            width: 20px;
            height: 20px;
            display: inline-block;
            background-repeat: no-repeat;
            margin-right: 8px;
            position: absolute;
            top: 4px;
            left: 0;
            /*background-image: url("~/Content/Images/check.png");*/
        }

#card-element {
    display: flex;
    align-items: baseline;
}

.product-info-frm .form-control {
    border: none;
    border-bottom: #D4DBE2 solid 2px;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0px;
    font-size: 16px;
    padding: 0px 4px;
    height: 36px;
}


    .product-info-frm .form-control:focus {
        border-color: #000000;
    }

.trust-pilot-section {
    /*max-width: 650px;*/
    margin: 0 auto;
}

    .trust-pilot-section span {
        display: block;
        padding: 12px 0;
        color: #6772E5;
        ;
        font-weight: 600;
    }

        .trust-pilot-section span b {
            text-transform: uppercase;
            color: #000000;
        }

    .trust-pilot-section .carousel-inner .item {
        display: block;
        margin: 10px 25px;
        box-shadow: 0 0 4px 2px #ddd;
        padding: 15px 30px 15px 30px;
        border-radius: 10px;
        background: #fff;
    }

    .trust-pilot-section .carousel-indicators {
        position: relative;
    }

    .trust-pilot-section .carousel-indicators {
        bottom: 0;
    }

        .trust-pilot-section .carousel-indicators li {
            background-color: #CDCDCD;
        }

        .trust-pilot-section .carousel-indicators .active {
            background-color: #04B679;
        }

.reviews {
    background-color: #F0F4F8;
    padding: 30px 0 0px 0;
}

.footer {
    background-color: #FFF;
    padding: 30px 0;
}

#trustCarousel {
    width: 80%;
    margin: 0 auto;
    font-family: Lato,SegoeUI;
    color: #716E6E;
}

.footer ul {
    margin-bottom: 0px;
}

    .footer ul.f-link li {
        border-left: #32325D solid 1px;
        line-height: 16px;
    }

        .footer ul.f-link li:first-child {
            border-color: transparent;
        }

        .footer ul.f-link li a {
            color: #32325D;
            font-size: 14px;
        }

.list-inline {
    padding: 0;
}

    .list-inline > li {
        display: inline-block;
        padding-right: 8px;
        padding-left: 8px;
    }

ul.logo-list li.list-first {
    padding: 27px 0;
}

ul.logo-list li {
    display: flex;
}

    ul.logo-list li .w-50 {
        width: 50% !important;
        padding: 0 15px;
    }

    ul.logo-list li.list-second {
        box-shadow: 1px 2px 4px 0px #ddd;
        padding: 10px 0;
        border-radius: 10px;
        background-color: #fff;
    }

.carousel-inner {
    display: flex;
}

    .carousel-inner > .item {
        display: block;
        width: 50%;
    }

@media (min-width:768px) and (max-width:992px) {
    .content h2 {
        font-size: 30px;
        margin: 8px 0 10px;
    }

    .footer {
        padding: 25px 0 15px;
    }

    .trust-pilot-section .carousel-inner .item {
        padding-top: 15px;
    }

    .product-box {
        padding-top: 30px;
    }

        .product-box img {
            top: -10px;
            max-width: 100px;
        }

        .product-box ul li {
            FONT-SIZE: 13PX;
        }
}

@media (max-width:767px) {
    .content {
        padding-top: 18px;
    }

    .price-info .text-right {
        padding-top: 10px;
    }

    .price-info p {
        text-align: left;
    }

    .trust-pilot-section .carousel-inner .item {
        padding-top: 15px;
    }

    .product-info-con {
        padding: 15px;
    }

    .content h2 {
        font-size: 30px;
    }

    .footer {
        padding: 20px 0 10px;
    }

        .footer ul {
            margin-bottom: 10px;
            text-align: center;
        }

    .header {
        padding: 10px 0;
    }
}

@media (max-width:525px) {
    body {
        font-size: 14px;
    }

    .product-box img {
        float: none !important;
    }

    .brand.logo {
        font-size: 20px;
        white-space: nowrap;
    }

    .header select.form-control {
        margin-bottom: 10px;
    }

    .product-info-con span {
        font-size: 16px;
    }

    .content h2 {
        font-size: 24px;
    }

    .product-box ul li {
        margin-bottom: 5px;
    }

    ul.logo-list {
        display: flex;
        align-items: center;
    }
}

.product-crt .list-inline li:first-child {
    vertical-align: top;
    min-width: 30px;
    text-align: center;
    padding-top: 3px;
}

.w-50 a:hover {
    color: #000 !important;
}

.pg-topic {
    font-size: 22px;
    font-weight: 600;
}

.open_offer_nag #offerNagOverlay {
    display: block !important;
}

.open_offer_nag #offerNag {
    display: block !important;
}

.buy-btn, .buy-btn-nag {
    background-color: #35A64A;
    display: block;
    text-align: center;
    padding: 12px 15px;
    border-radius: 8px;
    color: #ffffff;
    font-size: 24px;
    margin-top: 10px;
    font-weight: 600;
    background-image: -moz-linear-gradient( 90deg, rgb(7,172,7) 0%, rgb(28,211,28) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(7,172,7) 0%, rgb(28,211,28) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(7,172,7) 0%, rgb(28,211,28) 100%);
    box-shadow: inset 0px 3px 0px 0px rgba(132, 233, 132, 0.004);
}

.p-features {
    list-style: none;
    padding-left: 25px;
    padding-top: 23px;
}

    .p-features li {
        position: relative;
        margin: 0 0 15px;
        padding: 0px 0 0 35px;
        font-size: 18px;
    }

.header ul.list-inline li {
    vertical-align: middle;
}

.form-container .field-container:first-of-type {
    grid-area: name;
}

.form-container .field-container:nth-of-type(2) {
    grid-area: number;
}

.form-container .field-container:nth-of-type(3) {
    grid-area: expiration;
}

.form-container .field-container:nth-of-type(4) {
    grid-area: security;
}

.field-container input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    font-size: 16px;
    width: 100%;
    height: 44px;
    border: none;
    border-bottom: 1px solid #dcdcdc;
}

.field-container {
    position: relative;
}

    .field-container label {
        padding-bottom: 5px;
        font-size: 13px;
    }


.ccicon {
    height: 38px;
    position: absolute;
    right: 6px;
    top: calc(50% - 17px);
    width: 60px;
}

/* CREDIT CARD IMAGE STYLING */
.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}


#ccsingle {
    position: absolute;
    right: 15px;
    top: 20px;
}

    #ccsingle svg {
        width: 100px;
        max-height: 60px;
    }

.creditcard svg#cardfront,
.creditcard svg#cardback {
    width: 100%;
    -webkit-box-shadow: 1px 5px 6px 0px black;
    box-shadow: 1px 5px 6px 0px black;
    border-radius: 22px;
}

#generatecard {
    cursor: pointer;
    float: right;
    font-size: 12px;
    color: #fff;
    padding: 2px 4px;
    background-color: #909090;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}

/* CHANGEABLE CARD ELEMENTS */
.creditcard .lightcolor,
.creditcard .darkcolor {
    -webkit-transition: fill .5s;
    transition: fill .5s;
}

.creditcard .lightblue {
    fill: #03A9F4;
}

.creditcard .lightbluedark {
    fill: #0288D1;
}

.creditcard .red {
    fill: #ef5350;
}

.creditcard .reddark {
    fill: #d32f2f;
}

.creditcard .purple {
    fill: #ab47bc;
}

.creditcard .purpledark {
    fill: #7b1fa2;
}

.creditcard .cyan {
    fill: #26c6da;
}

.creditcard .cyandark {
    fill: #0097a7;
}

.creditcard .green {
    fill: #66bb6a;
}

.creditcard .greendark {
    fill: #388e3c;
}

.creditcard .lime {
    fill: #d4e157;
}

.creditcard .limedark {
    fill: #afb42b;
}

.creditcard .yellow {
    fill: #ffeb3b;
}

.creditcard .yellowdark {
    fill: #f9a825;
}

.creditcard .orange {
    fill: #ff9800;
}

.creditcard .orangedark {
    fill: #ef6c00;
}

.creditcard .grey {
    fill: #bdbdbd;
}

.creditcard .greydark {
    fill: #616161;
}

/* FRONT OF CARD */
#svgname {
    text-transform: uppercase;
}

#cardfront .st2 {
    fill: #FFFFFF;
}

#cardfront .st3 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 600;
}

#cardfront .st4 {
    font-size: 54.7817px;
}

#cardfront .st5 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}

#cardfront .st6 {
    font-size: 33.1112px;
}

#cardfront .st7 {
    opacity: 0.6;
    fill: #FFFFFF;
}

#cardfront .st8 {
    font-size: 24px;
}

#cardfront .st9 {
    font-size: 36.5498px;
}

#cardfront .st10 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 300;
}

#cardfront .st11 {
    font-size: 16.1716px;
}

#cardfront .st12 {
    fill: #4C4C4C;
}

/* BACK OF CARD */
#cardback .st0 {
    fill: none;
    stroke: #0F0F0F;
    stroke-miterlimit: 10;
}

#cardback .st2 {
    fill: #111111;
}

#cardback .st3 {
    fill: #F2F2F2;
}

#cardback .st4 {
    fill: #D8D2DB;
}

#cardback .st5 {
    fill: #C4C4C4;
}

#cardback .st6 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}

#cardback .st7 {
    font-size: 27px;
}

#cardback .st8 {
    opacity: 0.6;
}

#cardback .st9 {
    fill: #FFFFFF;
}

#cardback .st10 {
    font-size: 24px;
}

#cardback .st11 {
    fill: #EAEAEA;
}

#cardback .st12 {
    font-family: 'Rock Salt', cursive;
}

#cardback .st13 {
    font-size: 37.769px;
}

/* FLIP ANIMATION */
.container {
    perspective: 1000px;
}

.creditcard {
    width: 100%;
    max-width: 400px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: -webkit-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    cursor: pointer;
}

    .creditcard .front,
    .creditcard .back {
        position: absolute;
        width: 100%;
        max-width: 400px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-font-smoothing: antialiased;
        color: #47525d;
    }

    .creditcard .back {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    .creditcard.flipped {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

.card-container {
    float: left;
    width: 100%;
}

.field-container input:focus,
.field-container select:focus,
.field-container textarea:focus,
.field-container button:focus {
    outline: none !important;
}

.form-group {
    margin-bottom: 10px;
}

.cross-sell-tip {
    font-family: sans-serif;
    font-size: 14px;
    color: #919191;
}

.de .cross-sell-tip {
    font-family: sans-serif;
    font-size: 12px;
    color: #919191;
}

.header_discount_span {
    position: absolute;
    padding-left: 18px;
    text-align: left;
    color: #FFFFFF;
    text-transform: uppercase;
    padding-top: 5px;
    font-weight: 600;
    font-size: 20px;
    line-height: 18px;
    left: 0;
    top: 0;
}

.fr .header_discount_span {
    font-size: 18px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.dis_stripe {
    display: none;
    org_bg;
}

    .dis_stripe.show-block {
        display: inline-block;
    }

.strike-oprice {
    display: none;
}

    .strike-oprice.show-strike {
        display: block;
    }

.pg-topic {
    font-size: 18px;
}

.product-info {
    padding: 0;
}

.frm-header {
    width: 100%;
    height: 38px;
    padding: 5px 0px;
}


.lang-dropdown {
    float: right;
    width: 25%;
    height: 28px;
    display: block;
    /* width: 100%; */
    /* height: 34px; */
    padding: 0;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.flash {
    position: absolute;
    padding-left: 18px;
    text-align: left;
    color: #FFFFFF;
    text-transform: uppercase;
    padding-top: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    left: 0;
    top: 0;
}
.flash-black-friday {
    position: absolute;
    padding-left: 18px;
    text-align: left;
    color: #FFFFFF;
    text-transform: uppercase;
    padding-top: 17px;
    font-weight: 600;
    font-size: 19px;
    line-height: 18px;
    left: 0;
    top: 0;
}

.header {
    padding: 2px;
    background-color: #FFFFFF;
    box-shadow: #e2e2e2 0 0 8px;
    box-shadow: rgba(0,0,0,0.2) 0 0 8px;
    position: relative;
}

.form-group {
    margin-bottom: 8px;
}

.footer ul.f-link li a {
    color: #8090B5;
}

.footer {
    background-color: #212448;
    padding: 16px 0;
    color: #8090B5;
}

.product-crt {
    padding: 0px 10px;
    padding-top: 11px !important;
    background-color: #FFF1DC;
}

.product-info-con span {
    font-size: 18px;
    text-transform: none;
    font-weight: 600;
}

html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1 0 auto;
}

    .auto-renewal-policy + div {
        flex-shrink: 0;
    }

.de .flash {
    padding-left: 36px;
}

.fr .flash {
    padding-left: 13px;
}

.free-prdct{
    background-color: #fff;
}