@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:700,600,400");

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s,
samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul,
li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

    q:before,
    q:after,
    blockquote:before,
    blockquote:after {
        content: "";
        content: none;
    }

a img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

body,
html {
    min-width: 100%;
    min-height: 100%;
}

body {
    background-color: #d3d2d7;
    font-size: 11px;
    font-family: Tahoma, Geneva, sans-serif;
    line-height: 1.3em;
    font-weight: normal;
    color: #4f5455;
}

    body.Control {
        background-color: transparent;
        background-image: none;
    }

a,
a:hover {
    color: #1a81c4;
    text-decoration: none;
}

    a:hover {
        color: #115580;
    }

*:active,
*:focus {
    outline: none;
    -moz-outline-style: none;
}

strong,
b {
    font-weight: bold;
}

.alert {
    color: #ff0000;
}

/*heading*/
h1,
h2,
h3,
h4,
h5 {
    line-height: 1em;
    margin: 1em 0 0.5em 0;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
}

    h1 img,
    h2 img,
    h3 img,
    h4 img,
    h5 img {
        vertical-align: middle;
    }

h1 {
    font-size: 2em;
    color: #363a3b;
}

h2 {
    font-size: 1.7em;
    color: #363a3b;
}

h3 {
    font-size: 1.4em;
    color: #363a3b;
}

h4 {
    font-size: 18px;
    color: #4f5455;
}

h5 {
    font-size: 1em;
    color: #4f5455;
}

p {
    margin: 0.5em 0;
}

img {
    max-width: 100%;
}

/*clearfix*/
.clearfix {
    *display: inline-block;
}

    .clearfix:after {
        content: "";
        display: table;
        clear: both;
    }

.tracking {
    display: none;
    visibility: hidden;
}

/*eidting mode fix*/
iframe {
    width: 100%;
}

a.uc-designer-area {
    width: 100%;
    height: 100%;
}

.Editor-Only {
    display: none;
}

.iframe .editor-Only {
    display: block;
}

/*arabic */
.ar h1,
.ar h2,
.ar h3,
.ar h4,
.ar h5,
.ar h6,
.ar p,
.ar label,
.ar li,
.ar pre,
.ar span,
.ar input,
.ar button,
.ar option,
.ar select {
    direction: rtl;
}

/*-----  Main Containers, basic structure------*/
.Inner-Container {
    margin: 0 auto;
    padding: 0;
    width: 90%;
    max-width: 970px;
    position: relative;
    background-color: #ffffff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    *display: inline-block;
}

    .Inner-Container:after {
        content: "";
        display: table;
        clear: both;
    }

    .Inner-Container .uc-designer-areaContainer .uc-designer-areaEditable {
        margin: 0;
        overflow: hidden;
    }

.Frame-Top,
.Frame-Top-Line,
.Frame-Top-Content,
.Frame-Middle,
.Frame-Bottom-Line,
.Frame-Bottom {
    width: auto;
    position: relative;
}

    /*Frame-Top*/
    .Frame-Top,
    .Frame-Top .Inner-Container {
        background-color: transparent;
    }

        .Frame-Top .Secured-Text {
            position: absolute;
            right: 2%;
            top: 36%;
        }

        .Frame-Top .Company-Logo,
        .Frame-Top .Secure-Text {
            font-weight: bold;
            display: inline-block;
            vertical-align: bottom;
        }

        .Frame-Top .Secure-Text {
            float: right;
            margin-top: 10px;
        }

    /*Frame-Top-Line*/
    .Frame-Top-Line,
    .Frame-Top-Line .Inner-Container {
        background-color: #ffffff;
        color: #4f5455;
    }

        .Frame-Top-Line h1,
        .Frame-Top-Line h2,
        .Frame-Top-Line h3,
        .Frame-Top-Line h4,
        .Frame-Top-Line h5 {
            margin: 0;
        }

        .Frame-Top-Line .Secured-Text {
            float: right;
            min-width: 270px;
            *width: 270px;
            text-align: left;
            height: 16px;
            padding: 5px 0px;
            line-height: 16px;
            font-size: 1.2em;
            white-space: nowrap;
            overflow: visible;
        }

            .Frame-Top-Line .Secured-Text img {
                float: left;
                margin-right: 5px;
            }

        .Frame-Top-Line .Language,
        .Frame-Top-Line .Currency {
            float: right;
            text-align: right;
            margin: 2px 15px 0 0;
        }

/*Frame-Top-Content*/
.Frame-Top-Content {
    background-color: #ffffff;
    position: relative;
}

.Top-Content {
    *display: inline-block;
}

    .Top-Content .Currency,
    .Top-Content .Language {
        padding: 10px 0;
    }

    .Top-Content .Language {
        float: left;
        text-align: left;
    }

    .Top-Content .Currency,
    .Top-Content iframe:first-of-type {
        float: right;
    }

    .Top-Content iframe {
        width: auto;
    }

    .Top-Content:after {
        content: "";
        display: table;
        clear: both;
    }

/*Frame-Middle*/
.Frame-Middle {
    background-color: #ffffff;
    position: relative;
}

    .Frame-Middle .Inner-Container {
        background-color: #ffffff;
        padding-bottom: 15px;
        padding-top: 15px;
        min-height: 250px;
        margin-top: 0;
    }

    .Frame-Middle .end {
        display: none;
        visibility: hidden;
    }

    .Frame-Middle .Bottom-Content {
        clear: both;
    }

/*Frame-Middle content*/
.Side-Content,
.Bottom-Side {
    width: 270px;
    padding: 0 15px;
    *width: 240px;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    float: right;
}

.Side-Content {
    background-color: #f8f8f8;
}

    .Side-Content .Product-Image img {
        margin: 0 0 5px 0;
    }

    .Side-Content:empty {
        display: none;
        visibility: hidden;
    }

.Side-Content-Item {
    padding: 0;
    margin: 0 0 15px 0;
    font-size: 11px;
    *display: inline-block;
}

    .Side-Content-Item:after {
        content: "";
        display: table;
        clear: both;
    }

.Side-Content-Item,
.Side-Content .Language,
.Side-Content .Currency {
    text-align: left;
}

.Main-Content,
.Bottom-Main {
    position: relative;
    margin-right: 285px;
}

/*Frame-Bottom-Line*/
.Frame-Bottom-Line {
    background-color: #ffffff;
    position: relative;
}

    .Frame-Bottom-Line h1,
    .Frame-Bottom-Line h2,
    .Frame-Bottom-Line h3,
    .Frame-Bottom-Line h4,
    .Frame-Bottom-Line h5 {
        margin: 0;
    }

/*Frame-Bottom*/
.Frame-Bottom {
    min-height: 80px;
    margin: 0 0 15px 0;
    color: #918f9b;
    text-align: left;
    background-color: #ffffff;
    position: relative;
}

    .Frame-Bottom .Inner-Container {
        padding: 15px 15px 30px 15px;
        background-color: #ffffff;
    }

    .Frame-Bottom a {
        color: #918f9b;
        text-decoration: none;
        white-space: nowrap;
    }

        .Frame-Bottom a:hover {
            color: #6bc901;
        }

    .Frame-Bottom .Footer-Links a {
        padding: 0 5px;
    }

    .Frame-Bottom .Footer,
    .Frame-Bottom .Page-Step3 .Cart-Wrap,
    .Page-Step3 .Frame-Bottom .Cart-Wrap,
    .Frame-Bottom .Webgood .Top-Msg,
    .Webgood .Frame-Bottom .Top-Msg {
        *display: inline-block;
    }

        .Frame-Bottom .Footer:after,
        .Frame-Bottom .Page-Step3 .Cart-Wrap:after,
        .Page-Step3 .Frame-Bottom .Cart-Wrap:after,
        .Frame-Bottom .Webgood .Top-Msg:after,
        .Webgood .Frame-Bottom .Top-Msg:after {
            content: "";
            display: table;
            clear: both;
        }

    .Frame-Bottom .Billing-Processed-Message,
    .Frame-Bottom .Billing-Provider-Message {
        display: none;
    }

.biller {
    clear: both;
}

.Frame-Bottom .System-Comatibility {
    float: right;
}

    .Frame-Bottom .System-Comatibility img,
    .Frame-Bottom .System-Comatibility .System {
        display: inline-block;
        vertical-align: middle;
        font-size: 11px;
    }

        .Frame-Bottom .System-Comatibility .System > span {
            display: block;
            color: #1a81c4;
            font-weight: bold;
        }

/*layout option*/
.Inner-Container {
    border-left: 1px solid #c6c5cb;
    border-right: 1px solid #c6c5cb;
}

.Frame-Top .Inner-Container {
    border: 0;
}

.Frame-Top-Line,
.Frame-Top-Content,
.Frame-Middle,
.Frame-Bottom-Line,
.Frame-Bottom {
    background: transparent;
}

    .Frame-Bottom .Inner-Container {
        border-bottom: 1px solid #c6c5cb;
    }

/*  .bodyBgColorGradient{ 
    @include background-image(linear-gradient(  lighten($pageBgColor, 3%),  lighten($pageBgColor, 1%) ));
    border-top:1px solid darken($pageBgColor, 1%);   
  }*/
/*.Frame-Top-Line .Inner-Container, .Frame-Bottom .Inner-Container{
 padding-top:5px;
 padding-bottom:5px;
@extend .bodyBgColorGradient
}*/
/*shopping cart*/
.Cart-Wrap {
    position: relative;
}

    .Cart-Wrap .ShoppingCart-Title {
        margin: 0;
    }

        .Cart-Wrap .ShoppingCart-Title .Language,
        .Cart-Wrap .ShoppingCart-Title .Currency {
            float: right;
            z-index: 2;
            position: relative;
        }

        .Cart-Wrap .ShoppingCart-Title iframe {
            width: auto;
            position: absolute;
            right: 0;
            top: 0;
        }

        .Cart-Wrap .ShoppingCart-Title .Currency {
            margin: 0 0 -10px 5px;
        }

        .Cart-Wrap .ShoppingCart-Title h1 {
            margin: 0;
        }

            .Cart-Wrap .ShoppingCart-Title h1.Product-Header {
                vertical-align: middle;
            }

.ShoppingCart-Header,
.c_ShoppingCart-Header {
    padding: 5px 2%;
}

.ShoppingCart-Item,
.c_ShoppingCart-Item {
    position: relative;
    padding: 0 2%;
}

    .ShoppingCart-Item p,
    .c_ShoppingCart-Item p {
        margin: 0;
    }

    .ShoppingCart-Item h5,
    .c_ShoppingCart-Item h5 {
        margin: 0;
        font-size: 1em;
        line-height: 14px;
        color: #4f5455;
    }

    .ShoppingCart-Item .Product-Image,
    .ShoppingCart-Item .c_Product-Image,
    .ShoppingCart-Item .Product-Imageundefined,
    .c_ShoppingCart-Item .Product-Image,
    .c_ShoppingCart-Item .c_Product-Image,
    .c_ShoppingCart-Item .Product-Imageundefined {
        display: none;
        visibility: hidden;
    }

.ShoppingCart-Item-ProductDescription-Details,
.c_ShoppingCart-Item-ProductDescription-Details,
.ShoppingCart-Item-ProductDescriptionundefined,
.ShoppingCart-Item-ProductDescription-Automated,
.c_ShoppingCart-Item-ProductDescription-Automated {
    display: block;
}

.ShoppingCart-Item-ProductDescription-Automatedundefined {
    display: none;
}

.Product-Information,
.Product-Header,
.ShoppingCart-Header-Product,
.c_Product-Information,
.c_Product-Header,
.c_ShoppingCart-Header-Product,
.Product-Informationundefined {
    display: inline-block;
    padding-right: 2%;
    margin: 0 -4px 0 0;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
    width: 77%;
}

.Product-QTY,
.QTY-Header,
.ShoppingCart-Header-QTY,
.c_Product-QTY,
.c_QTY-Header,
.c_ShoppingCart-Header-QTY,
.Product-QTYundefined {
    display: none;
    visibility: hidden;
    margin: 0 -4px 0 0;
}

.Product-Price,
.Price-Header,
.ShoppingCart-Header-Price,
.c_Product-Price,
.c_Price-Header,
.c_ShoppingCart-Header-Price,
.Product-Priceundefined {
    display: inline-block;
    width: 21%;
    margin: 0 -4px 0 0;
    vertical-align: middle;
    text-align: right;
    zoom: 1;
    *display: inline;
}

.Product-Header,
.QTY-Header,
.Price-Header,
.c_Product-Header,
.c_QTY-Header,
.c_Price-Header {
    vertical-align: bottom;
}

/*shopping cart price setting and product QTY style*/
.ShoppingCart .Product-Price,
.c_ShoppingCart .c_Product-Price {
    line-height: 1.1em;
}

.ShoppingCart-Item-DiscountAmount,
.ShoppingCart-Item-DiscountPercent,
.ShoppingCart-Item-DiscountAmountundefined,
.c_ShoppingCart-Item-DiscountAmount,
.c_ShoppingCart-Item-DiscountPercent,
.c_ShoppingCart-Item-DiscountAmountundefined {
    display: none;
}

.ShoppingCart-Item-ProductPriceOldundefined Label {
    display: none !important;
}

.ShoppingCart-Item-ProductPriceOld Label {
    display: none !important;
}

.ShoppingCart-Item-ProductPriceOld,
.ShoppingCart-Item-ProductPriceOldundefined,
.c_ShoppingCart-Item-ProductPriceOld,
.c_ShoppingCart-Item-ProductPriceOldundefined {
    color: #e98a2e;
    font-size: 11px;
}

.ShoppingCart-Item-ProductPrice,
.c_ShoppingCart-Item-ProductPrice {
    color: #4f5455;
}

.Old-Price-Value,
.Total-Old-Price-Value,
.c_Old-Price-Value,
.c_Total-Old-Price-Value {
    text-decoration: line-through;
}

input.quantity-input,
input.ShoppingCart-Item-Quantity,
.Product-QTY input[type=text],
input.c_quantity-input,
input.c_ShoppingCart-Item-Quantity,
.c_Product-QTY input[type=text],
input.quantity-inputundefined {
    width: 25px;
    height: 1.1em;
    text-align: center;
    margin: 0;
    padding: 2px 1px;
    display: inline-block;
}

input.qtyLock,
input.c_qtyLock {
    margin: 0px 0 3px 20px;
}

.ShoppingCart-Item-AddToCart,
.c_ShoppingCart-Item-AddToCart {
    background: url(../images/icon_add.png) right top no-repeat;
    height: 17px;
    width: 16px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

    .ShoppingCart-Item-AddToCart:hover,
    .c_ShoppingCart-Item-AddToCart:hover {
        background: url(../images/icon_add.png) right bottom no-repeat;
        vertical-align: top;
    }

.ShoppingCart-Item-RemoveFromCart,
.c_ShoppingCart-Item-RemoveFromCart {
    background: url(../images/icon_remove.png) left top no-repeat;
    height: 17px;
    width: 16px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

    .ShoppingCart-Item-RemoveFromCart:hover,
    .c_ShoppingCart-Item-RemoveFromCart:hover {
        background: url(../images/icon_remove.png) left bottom no-repeat;
    }

.ShoppingCart-Item-DeleteFromCart,
.c_ShoppingCart-Item-DeleteFromCart {
    background: url(../images/icon_delete.png) left top no-repeat;
    height: 17px;
    width: 16px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    position: absolute;
}

    .ShoppingCart-Item-DeleteFromCart:hover,
    .c_ShoppingCart-Item-DeleteFromCart:hover {
        background: url(../images/icon_delete.png) left bottom no-repeat;
    }

/*shopping cart summary*/
.ShoppingCart-Summary {
    font-weight: normal !important;
    font-size: 13px;
    line-height: 18px;
}

.ShoppingCart .ShoppingCart-Summary,
.c_ShoppingCart .ShoppingCart-Summary {
    padding: 10px 2%;
    font-weight: bold;
    text-align: right;
}

.ShoppingCart-Summary .Total-Price-Value,
.ShoppingCart-Summary .Old-Price-Value {
    text-align: right;
    white-space: nowrap;
    overflow: visible;
}

.ShoppingCart-Summary-TotalPriceMSRP {
    display: none;
}

.ShoppingCart-Summary-TotalDiscountAmount,
.ShoppingCart-Summary-TotalDiscountPercent {
    color: #6db322;
    position: absolute;
    bottom: 21px;
    left: 160px;
}

/* B2B under Shoppingcart-Summary*/
.B2B-If-Business {
    line-height: 2em;
}

.ShoppingCart-Summary-B2B {
    margin: 0 2%;
    font-weight: normal;
    text-align: right;
}

    .ShoppingCart-Summary-B2B .Update-Cart-Button {
        font-weight: bold;
        text-decoration: underline;
    }

    .ShoppingCart-Summary-B2B input[type=text] {
        text-indent: 3px;
    }

.B2B-Company-Name,
.B2B-VAT {
    padding: 0 0 5px 0;
}

body {
    background-image: url("../images/Gray1.png");
}

.Frame-Top-Line .Inner-Container {
    padding: 15px 20px;
}

.Frame-Middle .Inner-Container,
.Frame-Bottom .Inner-Container {
    padding: 15px;
}

.Top-Content h1 {
    margin-top: 0;
}

.Step-Title {
    display: none;
    visibility: hidden;
}

.Side-Content .Side-Phone-Image,
.Side-Content .Side-Phone-Text {
    display: inline-block;
    vertical-align: top;
}

.Side-Content .Side-Phone-Image {
    max-width: 30%;
}

.Side-Content .Side-Phone-Text {
    width: 68%;
    padding-left: 2%;
}

    .Side-Content .Side-Phone-Text h3 {
        font-size: 14px;
        color: #999;
    }

.Block,
.Footer,
.Page-Step3 .Cart-Wrap,
.Webgood .Top-Msg,
.Side-Content,
.Page-Step3 .ShoppingCart-Summary,
.Webgood .Side-Content .Side-Content-Item {
    border: 1px solid #dfdfdf;
    padding: 15px;
}

.Footer,
.Page-Step3 .Cart-Wrap,
.Webgood .Top-Msg {
    background: #f8f8f8;
}

.Side-Content h2.Side-Title {
    line-height: 1.4em;
    color: #4f5455;
    margin-top: 10px;
    letter-spacing: -0.5px;
    padding: 1em 0;
    font-size: 1.5em;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 1px 0 #fff;
}

    .Side-Content h2.Side-Title em {
        color: #1a81c4;
    }

.Side-Content h3.Feature-Title {
    text-transform: uppercase;
    padding: 1em 0 0 0;
    color: #4f5455;
    font-size: 1.35em;
}

    .Side-Content h3.Feature-Title img {
        display: inline;
        float: none;
    }

.Next-Step-Button,
.Process-Order-Button,
.Select-Button,
.Select-Button-Recommend {
    text-transform: uppercase;
}



/* Begin Step 1 CSS */

.Page-Step1 .Next-Step-Button-Wrap .Newsletter-Wrap {
    background: none;
}

.Page-Step1 .User-Information-Title h1 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    color: #4f5455;
    letter-spacing: .05px;
}

    .Page-Step1 .User-Information-Title h1 em {
        color: #1a81c4;
        font-size: 24px;
    }

.Page-Step1 .User-Information-Title .Subtitle {
    background: transparent;
    padding: 5px 0 18px 0;
    display: block;
    visibility: visible;
}

.lock {
    position: absolute;
    width: 20px;
    height: 25px;
    top: 219px;
    right: 23px;
}

.User-Information-Email:after {
    content: url('https://downloads.upclick.com/Publishers/Designs/skins/images/iconLock.png');
    position: absolute;
    right: -35px;
}

.Page-Step1 .Main-Content {
    padding-bottom: 50px;
}

.Page-Step1 .User-Information-Title h1 em {
    color: #75A406;
}

    .Page-Step1 .User-Information-Title h1 em span {
        color: #75A406;
    }

.Page-Step1 .User-Information-Title h1 {
    margin: 0;
}

.Page-Step1 .Side-Content .Check-List {
    font-size: 11px;
    line-height: 18px;
    background: url(https://downloads.upclick.com/Publishers/Designs/skins/images/Check.png) no-repeat left center;
}

.Page-Step1 .User-Information-Title .Subtitle {
    padding: 5px 0 30px 0;
}

tbody tr:first-child td:first-child {
    background-color: #ffffff;
    vertical-align: top;
}

/* End Step 1 CSS */


/* Begin Step 2 CSS */

.Page-Step2 .Side-Content {
    display: none;
    visibility: hidden;
}

.Page-Step2 .Main-Content {
    margin: 0;
}

.Page-Step2 .Frame-Middle .Inner-Container {
    padding: 0 20px 20px 20px;
}

.Page-Step2 .Compare-Content .Main-Product .Main-Product-Row {
    width: 154px;
    padding-bottom: 30px;
}

.Page-Step2 .Compare-Title h1 {
    font-size: 35px;
    color: #75A406;
}

.Page-Step2 .Compare-Title h2 {
    font-size: 20px;
    line-height: 30px;
    color: #707070;
}

    .Page-Step2 .Compare-Title h2 span {
        color: #0083B2;
    }

.Page-Step2 .Step-Wrap {
    margin-top: 0;
    position: relative;
}

.Page-Step2 .ShoppingCart-Item .Product-Information h5 {
    padding: 10px 10px 0;
    text-transform: uppercase;
}

.Page-Step2 .ShoppingCart-Item .Product-Price {
    display: block;
    color: #165a6c;
    font-size: 15px;
    padding: 10px 0 0;
    font-weight: normal !important;
}

    .Page-Step2 .ShoppingCart-Item .Product-Price .ShoppingCart-Item-ProductPrice {
        color: #165a6c;
        text-transform: uppercase;
    }

span.ShoppingCart-Item-ProductDescription-Automated {
    display: none;
}

.Page-Step2 .ShoppingCart-Item .Product-Price .ShoppingCart-Item-ProductPriceOld span {
    color: #165a6c;
    font-size: 12px;
    font-weight: normal;
}

.Page-Step2 .ShoppingCart-Item .Product-Price .ShoppingCart-Item-DiscountAmount {
    display: none;
}

.Page-Step2 .prodname-wrap-title {
    font-size: 15px;
    color: #898989;
    padding: 10px 0;
}

    .Page-Step2 .prodname-wrap-title span {
        display: block;
        color: #165a6c;
        font-size: 15px;
        font-weight: bold;
    }

.Page-Step2 .prodname-wrap-desc {
    font-size: 15px;
    font-weight: bold;
    color: #df6e00;
    display: block;
}

.Page-Step2 .prodname-wrap-price {
    display: none;
    color: #165a6c;
    font-size: 15px;
    padding: 20px 0 0;
    font-weight: bold;
}

    .Page-Step2 .prodname-wrap-price span {
        font-size: 12px;
        font-weight: normal;
    }

.Page-Step2 .prodname-wrap-body {
    display: none;
}

.disc {
    position: absolute;
    right: -70px;
    top: 100px;
}

.prod1,
.prod2,
.prod3,
.prod4 {
    vertical-align: top !important;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
}

span.discounttext {
    color: white;
    text-align: center;
    position: absolute;
    left: 53%;
    top: 50%;
    font-size: 8px;
    transform: translate(-50%, -50%);
}

.disc span.tagsrebate_perc1 {
    font-size: 22px;
    font-weight: bold;
}

.disc span.tagsrebate_perc2 {
    font-size: 22px;
    font-weight: bold;
}

.disc span.tagsrebate_perc3 {
    font-size: 22px;
    font-weight: bold;
}

.disc span.tagsrebate_perc4 {
    font-size: 22px;
    font-weight: bold;
}

.prodtitletime {
    color: #DF6E00;
    font-weight: bold;
    margin: 15px 0;
}

.prodtitle {
    color: #898989;
    margin-top: 15px;
}

.monthlyprice,
.prodsubtitle {
    color: #165A6C;
    font-weight: bold;
    margin-top: 2px;
}

.fullprice {
    font-size: 12px;
    color: #165A6C;
    margin: 5px 0 10px;
}

.duration {
    color: #DF6E00;
    font-weight: bold;
    padding: 15px 0;
}


.Page-Step2 .Compare-Body .subjects {
    font-size: 12px;
    line-height: 15px;
    text-indent: 0;
    padding: 5px 10px;
}

.Page-Step2 .Select-Button,
.Page-Step2 .Select-Button-Recommend {
    height: 45px;
    border-color: #666;
    box-shadow: 0 0 0 1px white inset;
    margin: 0 5px;
}

    .Page-Step2 .Select-Button-Recommend.orange {
        background: #FFC065 linear-gradient(#FFC065, #9C6008) repeat scroll 0 0 / 100% auto !important;
    }

        .Page-Step2 .Select-Button-Recommend.orange:hover {
            background: #FFC065 linear-gradient(#FFC065, #f7ca60) repeat scroll 0 0 / 100% auto !important;
            border: 1px solid #d8d8d8;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

/* End Step 2 CSS */


/* Begin Step 3 CSS */
.Page-Step3 .ShoppingCart-Item .ShoppingCart-Item-ProductPriceOldundefined span.Old-Price-Valueundefined {
    text-decoration: line-through;
}

.Page-Step3 .Top-Main-Content {
    padding-bottom: 15px;
}

.Page-Step3 .Discount-Badgeundefined,
.Page-Step3 .ShoppingCart-Title,
.Page-Step3 .Language,
.Page-Step3 .Product-Imageundefined,
.Page-Step3 .radioDefaultundefined,
.Page-Step3 .radioSelectedundefined,
.Page-Step3 .Product-QTYundefined {
    display: none;
    visibility: hidden;
}

.Page-Step3 .B2B-If-Business {
    background: none;
    position: absolute;
    text-indent: 15px;
    margin-left: -26px;
    margin-top: -38px;
}

.Page-Step3 .Product-Informationundefined,
.Page-Step3 .Product-Information,
.Page-Step3 .Product-Priceundefined,
.Page-Step3 .Product-Price {
    display: inline-block;
    vertical-align: middle;
    padding: 1%;
}

.Page-Step3 .Product-Informationundefined,
.Page-Step3 .Product-Information {
    width: 73%;
}

.Page-Step3 .Product-Priceundefined,
.Page-Step3 .Product-Price {
    width: 22%;
    text-align: right;
}

.Page-Step3 .Xsell-Row {
    border: 0;
    border-top: none;
    margin: 0;
}

.Page-Step3 .ShoppingCart-Summary {
    background: #fff;
    text-align: right;
    font-weight: bold;
}

.Page-Step3 .Currency {
    text-align: left;
}

    .Page-Step3 .Currency label,
    .Page-Step3 .Currency > div {
        display: inline;
        visibility: visible;
    }

.Page-Step3 .Payment-Information {
    border-bottom: 0;
}

.Page-Step3 .Contact-Information-Title .uc-designer-areaEditable h1,
.Page-Step3 .Payment-Information-Title .uc-designer-areaEditable h1 {
    margin: 0;
}

.Page-Step3 .Button-Wrap {
    border: 1px solid #dfdfdf;
    border-top: 0;
    padding: 15px;
}

    .Page-Step3 .Button-Wrap .Button-Side-Content {
        margin: 0;
    }

.Page-Step3 .Payment-Information-Country {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    text-align: right;
}

    .Page-Step3 .Payment-Information-Country label {
        display: inline;
    }

    .Page-Step3 .Payment-Information-Country select {
        width: 60%;
    }

.Page-Step3 .Payment-Information-EmailAddress {
    display: block;
}

.Page-Step3 .Payment-Information-EmailInfo {
    background: url("../images/icons-info.png") no-repeat left center;
    padding: 0 0 0 23px;
    margin: -40px 0 0 46%;
    display: block;
    *margin: -40PX 0 0 0;
    *float: right;
}

.Page-Step3 .Side-Content-Item {
    border-bottom: 1px dotted #ddd;
    margin: 10px 0;
}

    .Page-Step3 .Side-Content-Item h2 {
        color: #6e7a7d;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
    }

        .Page-Step3 .Side-Content-Item h2 em {
            color: #1F718D;
        }

    .Page-Step3 .Side-Content-Item .Side-Image-Icon,
    .Page-Step3 .Side-Content-Item .Side-Image-Icon + h2 {
        display: inline-block;
        vertical-align: middle;
    }

    .Page-Step3 .Side-Content-Item h2 + P {
        margin: 1em 0;
    }

    .Page-Step3 .Side-Content-Item .Side-Image-Center {
        display: block;
        margin: 15px auto;
    }

    .Page-Step3 .Customer-Service,
    .Page-Step3 .Side-Content-Item:last-child {
        border: 0;
    }

.Page-Step3 .Form-Wrap .Contact-Information-Form-Wrap,
.Page-Step3 .Form-Wrap .Payment-Information-Form-Wrap {
    display: flex;
    flex-direction: column;
}

.Page-Step3 .Payment-Information-Title,
.Page-Step3 .Payment-Information-Groups {
    padding: 0 30px 0 0;
    border-bottom: none;
    width: 100%;
}

.Page-Step3 .PaymentMethods-section {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 100%;
    width: 100%;
    flex-direction: row;
}

.group1 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
    padding-bottom: 5px;
}

.Credit-Cards-Logo.sub-group.active {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
    padding-bottom: 5px;
}

.Credit-Cards-Logo.sub-group {
    display: none;
}

.Page-Step3 .group1 .card-item {
    background-size: contain !important;
    width: 59px;
    height: 34px;
    margin: 0;
}

.Page-Step3 .sub-group .card {
    background-size: contain;
    width: 38px;
    height: 22px;
    margin: 0;
}

.group1 .card-item.creditcard {
    background: transparent url("../../images/creditcards/Cards_Big.png") no-repeat 0 0;
    width: 58px;
    height: 45px;
}

.group1 .card-item.applepay {
  background: transparent url("../../images/creditcards/ApplePay_Big.png") no-repeat 0 0;
  width: 73px;
  height: 45px;
}

.group1 .card-item.paypal {
    background: transparent url("../../images/creditcards/PayPal_Big.png") no-repeat 0 0;
    width: 93px;
    height: 45px;
}

.group1 .card-item.klarna {
    background: transparent url("../../images/creditcards/Klarna_Big.png") no-repeat 0 0;
    width: 90px;
    height: 45px;
}

.group1 .card-item.googlepay {
    background: transparent url("../../images/creditcards/GooglePay_Big.png") no-repeat 0 0;
    width: 73px;
    height: 45px;
}

.group1 .card-item.sepa {
    background: transparent url("../../images/creditcards/SEPA_Big.png") no-repeat 0 0;
    width: 77px;
    height: 45px;
}

.group1 .card-item.others {
    background: transparent url("../../images/creditcards/Others_Big.png") no-repeat 0 0;
    width: 55px;
    height: 45px;
}

.group1 .card-item.banktransfer {
    background: transparent url("../../images/creditcards/BankTransfer_Big.png") no-repeat 0 0;
    width: 73px;
    height: 45px;
}

.group1 .card-item.paybybank {
    background: transparent url("../../images/creditcards/PayByBank_Big.png") no-repeat 0 0;
    width: 73px;
    height: 45px;
}

.group1 .card-item.trustly {
    background: transparent url("../../images/creditcards/Trustly_Big.png") no-repeat 0 0;
    width: 108px;
    height: 45px;
}

.group1 .card-item.boleto {
    background: transparent url("../../images/creditcards/Boleto_Big.png") no-repeat 0 0;
    width: 64px;
    height: 45px;
}

.group1 .card-item.elv {
    background: transparent url("../../images/creditcards/ELV_Big.png") no-repeat 0 0;
    width: 85px;
    height: 45px;
}

.group1 .card-item.ideal {
    background: transparent url("../../images/creditcards/iDeal_Big.png") no-repeat 0 0;
    width: 55px;
    height: 45px;
}

.group1 .card-item.paytm {
    background: transparent url("../../images/creditcards/PayTM_Big.png") no-repeat 0 0;
    width: 84px;
    height: 45px;
}

.card-item {
    border-bottom: 3px solid transparent;
}

    .card-item:active,
    .card-item:focus,
    .card-item:hover {
        border-bottom: 3px solid #42BBE2;
        border-radius: 0 0 8px 8px;
    }

.PaymentMethods-section .checked {
    border-bottom: 3px solid #42BBE2;
    border-radius: 0 0 8px 8px;
}

.card,
.card-item {
    cursor: pointer
}

.card {
    border: 1px solid transparent;
}

    .PaymentMethods-section .card.checked,
    .card:hover {
        border: 1px solid #42BBE2;
        border-radius: 2px;
    }

.dropdown:hover .dropdown-container,
.dropdown.active .dropdown-container,
.card-item.klarna:hover .dropdown-container,
.card-item.klarna.active .dropdown-container {
    display: block;
}

.dropdown-container {
    display: none;
    position: relative;
    top: 37px;
    min-width: max-content;
    z-index: 9999;
    text-indent: 5px;
}

.dropdown-wrap {
    background-color: #fff;
    border: 1px solid #F7F8F7;
    border-radius: 4px;
    box-shadow: 10px 10px 30px #00000026;
    display: flex;
    flex-direction: column;
}

    .dropdown-wrap .dropdown-item {
        padding: 7px;
        border-bottom: 1px solid #E4E6E6;
    }

        .dropdown-wrap .dropdown-item .dropdown-button {
            color: #2a2d2d;
            text-align: left;
            font-size: 12px;
            font-weight: 400;
            line-height: 22px;
            width: max-content;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 5px;
            cursor: pointer;
            box-sizing: border-box;
            padding-right: 7px;
            cursor: pointer
        }

            .dropdown-wrap .dropdown-item .dropdown-button:hover {
                background-color: #f0f0f0;
                border: 1px solid #42BBE2;
                border-radius: 5px;
            }

@media (max-width: 450px) {

    .Page-Step3 .Payment-Information-Title,
    .Page-Step3 .Payment-Information-Groups {
        padding: 0px 17px 0 0;
    }

    .Page-Step3 .group1 .card-item {
        background-size: contain !important;
    }

    .group1 .card-item.creditcard {
        background: transparent url("../../images/creditcards/Cards_Big.png") no-repeat 0 0;
        width: 50px;
        height: 39px;
    }

    .group1 .card-item.paypal {
        background: transparent url("../../images/creditcards/PayPal_Big.png") no-repeat 0 0;
        width: 80px;
        height: 39px;
    }
	
	  .group1 .card-item.applepay {
    background: transparent url("../../images/creditcards/ApplePay_Big.png") no-repeat 0 0;
    width: 63px;
    height: 39px;
  }

    .group1 .card-item.klarna {
        background: transparent url("../../images/creditcards/Klarna_Big.png") no-repeat 0 0;
        width: 80px;
        height: 39px;
    }

    .group1 .card-item.googlepay {
        background: transparent url("../../images/creditcards/GooglePay_Big.png") no-repeat 0 0;
        width: 63px;
        height: 39px;
    }

    .group1 .card-item.sepa {
        background: transparent url("../../images/creditcards/SEPA_Big.png") no-repeat 0 0;
        width: 67px;
        height: 39px;
    }

    .group1 .card-item.others {
        background: transparent url("../../images/creditcards/Others_Big.png") no-repeat 0 0;
        width: 48px;
        height: 39px;
    }

    .group1 .card-item.banktransfer {
        background: transparent url("../../images/creditcards/BankTransfer_Big.png") no-repeat 0 0;
        width: 63px;
        height: 39px;
    }

    .group1 .card-item.paybybank {
        background: transparent url("../../images/creditcards/PayByBank_Big.png") no-repeat 0 0;
        width: 63px;
        height: 39px;
    }

    .group1 .card-item.trustly {
        background: transparent url("../../images/creditcards/Trustly_Big.png") no-repeat 0 0;
        width: 94px;
        height: 39px;
    }

    .group1 .card-item.boleto {
        background: transparent url("../../images/creditcards/Boleto_Big.png") no-repeat 0 0;
        width: 55px;
        height: 39px;
    }

    .group1 .card-item.elv {
        background: transparent url("../../images/creditcards/ELV_Big.png") no-repeat 0 0;
        width: 74px;
        height: 39px;
    }

    .group1 .card-item.ideal {
        background: transparent url("../../images/creditcards/iDeal_Big.png") no-repeat 0 0;
        width: 48px;
        height: 39px;
    }

    .group1 .card-item.paytm {
        background: transparent url("../../images/creditcards/PayTM_Big.png") no-repeat 0 0;
        width: 73px;
        height: 39px;
    }

    .Page-Step3 .group1 {
        gap: 5px;
    }
}

/* End Step 3 CSS */
.Page-Step3 .Cart-Wrap {
    margin-top: 30px;
}

.Page-Step3 .Before-Button-Content h4 {
    font-size: 13px;
    margin: 0px;
}

.Page-Step3 .Section-Title h1,
.Page-Step3 .Contact-Information-Title h1,
.Page-Step3 .Payment-Information-Title h1 {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #1F718D;
}


.ShoppingCart-Item-ProductDescription-Details {
    margin-left: 16px;
    margin-top: 2px;
    font-size: 1em;
}


.ShoppingCart-Summary-TotalDiscountAmount:before,
.ShoppingCart-Summary-TotalDiscountPercent:before {
    content: "(";
}

.ShoppingCart-Summary-TotalDiscountAmount:after,
.ShoppingCart-Summary-TotalDiscountPercent:after {
    content: ")";
}

.ShoppingCart-Summary-After-Tax-Price {
    font-weight: bold;
}

.step3_mp {
    margin-left: 10px;
    background: url(https://downloads.upclick.com/Publishers/Designs/skins/images/bullet02.png) 0px 20px no-repeat;
    padding: 0 0 0 7px;
}



.Page-Step3 .Side-Content-Item .Side-Image-Icon,
.Page-Step3 .Side-Content-Item .Side-Image-Icon + h2 {
    vertical-align: bottom;
    margin-right: 5px;
}


.Page-Step3 .One-Field input[type=text],
.Page-Step3 .One-Field input[type=password],
.Page-Step3 .One-Field input[type=number],
.Page-Step3 .One-Field select,
.Page-Step3 .Language select,
.Page-Step3 .Currency select {
    background: #fff url(https://downloads.upclick.com/Publishers/Designs/skins/images/aq/bg-textfield.png) no-repeat;
}


.Payment-Information .Payment-Information-PaymentMethod-Logos {
    max-height: 50px;
    width: 45%;
    margin-top: 20px;
}

#BtnNoThanks {
    display: none !important;
}

.Page-Step1 .One-Field {
    padding: 5px 0 9px 0;
}

.Frame-Bottom .Footer {
    padding: 10px 15px 15px 15px !important;
}

.Frame-Top-Line .Inner-Container,
.Frame-Middle .Inner-Container,
.Frame-Bottom .Inner-Container {
    box-shadow: 0 5px 5px #999;
}

.Page-Step1 .Next-Step-Button {
    font-size: 22px;
}

.price2undefined,
.price3undefined,
span.BillingExtraundefined,
.discountundefined {
    display: none;
}




/* Webgood Begin CSS */

.Webgood .Discount-Badge,
.Webgood .Webgood-Transaction-Wrap {
    display: none;
    visibility: hidden;
}

.Webgood .Side-Content {
    width: 45%;
    float: left;
    text-align: left;
    padding: 0;
    background: #fff;
    border: 0;
}

    .Webgood .Side-Content .List-Title {
        border-top: 1px solid #ddd;
        padding: 1.5em 0 0.5em 0;
    }

    .Webgood .Side-Content .Side-Item-Title {
        background: #f8f8f8;
        margin: -15px;
        margin-bottom: 15px;
        padding: 0;
        line-height: 2em;
        font-size: 15px;
        font-weight: bold;
        color: #1a81c4;
        text-indent: 1em;
        text-transform: uppercase;
    }

    .Webgood .Side-Content .Customer-Service h2,
    .Webgood .Side-Content .Customer-Service h4.Description,
    .Webgood .Side-Content .phonelabelelm,
    .Webgood .Side-Content .phonenumberelm {
        color: #6bc901;
    }

    .Webgood .Side-Content .Customer-Service h2 {
        margin: 1em 0 0 0;
    }

    .Webgood .Side-Content .Customer-Service h4.Description {
        margin: 0.5em 0 1.5em 0;
    }

.Webgood .Main-Content {
    margin: 0 0 0 47%;
}

.Webgood .Print-Page {
    position: absolute;
    right: 15px;
    top: -15px;
}

.Webgood .Webgood-Purchase-Summary-Title h1,
.Webgood .Webgood-Billing-Information-Title h1 {
    background: #f8f8f8;
    line-height: 2em;
    font-size: 15px;
    font-weight: bold;
    color: #1a81c4;
    text-indent: 1em;
    text-transform: uppercase;
}

.Webgood .Webgood-Purchase th {
    background: #fff;
}

.Webgood .Statement-Example {
    width: 540px;
    margin: 15px 0px 0 -72px;
}

.Webgood .Webgood-Statement {
    width: 95%;
}

.Webgood .Top-Msg {
    border: none;
}

/*form input style*/
input[type=text],
input[type=password],
input[type=number],
select,
textarea {
    border: 1px solid #dfdfdf;
    outline: none;
    -moz-box-shadow: 1px 1px 0px #ccc inset;
    -webkit-box-shadow: 1px 1px 0px #ccc inset;
    box-shadow: 1px 1px 0px #ccc inset;
    *border-top: 2px solid #888;
    *border-left: 2px solid #888;
}

    input:hover,
    input:focus,
    select:hover,
    select:focus,
    textarea:hover,
    textarea:focus {
        border-color: #6bc901;
    }

input[type=checkbox] {
    border: 0;
    box-shadow: none;
    display: inline;
    vertical-align: middle;
}

    input[type=checkbox]:foucs,
    input[type=checkbox]:hover {
        background: #6bc901;
        outline: #6bc901;
        border: 1px solid #6bc901;
    }

.One-Field input[type=text],
.One-Field input[type=password],
.One-Field input[type=number],
.One-Field select,
.Language select,
.Currency select {
    line-height: 22px;
    height: 22px;
}

.One-Field input[type=text],
.One-Field input[type=password] {
    text-indent: 3px;
}

/*payment group*/
.Payment-Method {
    padding: 0 0 5px 0;
}

.Payment-Button {
    display: inline-block;
    margin: 15px 10px 0 0;
    cursor: pointer;
}

    .Payment-Button input,
    .Payment-Button label {
        display: inline-block;
        vertical-align: middle;
    }

.Payment-Method-Title ~ .Payment-Information-Title {
    display: none;
    visibility: hidden;
}

/*business info*/
.Payment-Information-If-Bussiness {
    /*height:23px;
  	position:relative;	
  	@if $sectionStyle !=noTitle  {  margin:-23px 0 0 0;text-align:right;}
  	@if $sectionStyle == box  and $layout != mac{
  		color: text-color-contrast-more($headingBgColor);
  		margin:-23px 10px 0 0;
  		z-index:10;
  
  
  	}
  	@if $layout== mac{
  		margin: 0;
  		text-align: left;
  		padding: 0 0 0 5px;
  		border-left:1px solid lighten($headingBgColor,45%); 
  		border-left:1px solid lighten($headingBgColor,45%); 
  	}
  	@if $formColumn == 2cols and $layout != mac{
  		margin-left: 50%;
  		text-align: left;
  	}*/
    display: none;
    visibility: hidden;
}

img.Pop-Help {
    margin-right: -6px;
}

.One-Field {
    width: 50%;
    display: inline-block;
    margin: 0 -4px 0 0;
    padding: 5px 0 5px 0;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    text-align: left;
    position: relative;
}

    .One-Field label {
        line-height: 20px;
        display: block;
    }

.User-Information {
    width: 280px;
    font-size: 12px;
}

    .User-Information .One-Field {
        display: block;
    }

.One-Field > div {
    *position: absolute;
    display: inline;
}

    .One-Field > div.Payment-Information-CardExpDate-Control,
    .One-Field > div.Payment-Information-Country-Control,
    .One-Field > div.Credit-Cards-Logo {
        *position: static;
    }

.instruments-cash,
.instruments-paypal {
    padding: 5px 0;
}

.Payment-Information-Country select,
.Payment-Information-State select,
.Payment-Information-PaymentMethod select,
.One-Field input[type=text],
.One-Field input[type=password] {
    width: 80%;
}

.Payment-Information-EmailInfo {
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.Payment-Information-CartSummary {
    float: right;
    height: 20px;
    margin: -33px 0 0 0;
    margin: -36px 0 0 0;
}

    .Payment-Information-CartSummary label {
        display: inline;
    }

.Payment-Information-PaymentMethod-Logos {
    width: 50%;
}

.Payment-Information-CardExpDate input[type=number],
.Payment-Information-ZIP input[type="text"],
.Payment-Information-CardCVV input[type="text"] {
    width: 35%;
}

.One-Field .space {
    display: inline-block !important;
    width: 8%;
    text-align: center;
}

.Payment-Information-CardCVV img {
    cursor: pointer;
}

.positionRel {
    position: relative;
}

/*----- Process-Order-Button Buttons  ------*/
.Button-Wrap {
    padding: 22.5px 0 10px 0;
}

.Process-Order {
    float: none;
    position: relative;
    *display: inline-block;
}

    .Process-Order:after {
        content: "";
        display: table;
        clear: both;
    }

.Process-Order-Button {
    outline: none;
    border: 0;
    margin: 0;
    display: block;
    cursor: pointer;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: 700;
    height: 40px;
    Width: 300px;
}

.Button-Side-Content {
    float: left;
    margin: 15px 0 0 0;
    text-align: left;
    width: 50%;
}

    .Button-Side-Content .Verisign .right_item {
        display: none;
    }

    .Button-Side-Content .ShoppingCart-Title,
    .Button-Side-Content .Main-Product-Row,
    .Button-Side-Content .ShoppingCart-Summary,
    .Button-Side-Content .Product-QTY,
    .Button-Side-Content .ShoppingCart-Item-ProductPriceOld,
    .Button-Side-Content .ShoppingCart-Item-DiscountAmount {
        display: none;
        visibility: hidden;
    }

    .Button-Side-Content .Xsell-Row .Product-Information,
    .Button-Side-Content .Xsell-Row .ShoppingCart-Item-ProductDescription,
    .Button-Side-Content .Xsell-Row .ShoppingCart-Item-ProductDescription-Details,
    .Button-Side-Content .Xsell-Row .Product-Information h5,
    .Button-Side-Content .Xsell-Row .Product-Price,
    .Button-Side-Content .Xsell-Row .ShoppingCart-Item-ProductPrice {
        display: inline;
    }

/*Button-Side-Content editing mode fix*/
.iframe .Button-Side-Content {
    position: absolute;
    top: 0;
    left: 0;
}

/*.Manadtory-Tetms-Wrap{	
	@if $formColumn==2cols and $formLayout != row and $layout != mac{ width:49%; margin-left:50%; text-align:left;}
	@else if $formLayout == row{text-align:left;}
	@else {text-align:right;}
}*/
#Process-Action .Manadtory-Tetms {
    display: block;
    line-height: 1.1em;
    width: 85%;
    text-align: center;
}

    #Process-Action .Manadtory-Tetms a {
        white-space: nowrap;
    }

.Newsletter-Wrap,
#Process-Action ~ .Manadtory-Tetms-Wrap {
    text-align: left;
    font-size: 11px;
    padding: 5px 15px;
    background: #f8f8f8;
}

    .Newsletter-Wrap input,
    .Newsletter-Wrap label,
    #Process-Action ~ .Manadtory-Tetms-Wrap input,
    #Process-Action ~ .Manadtory-Tetms-Wrap label {
        display: block;
    }

    .Newsletter-Wrap input,
    #Process-Action ~ .Manadtory-Tetms-Wrap input {
        width: 20px;
        float: left;
    }

    .Newsletter-Wrap label,
    #Process-Action ~ .Manadtory-Tetms-Wrap label {
        margin: 0 0 0 20px;
    }

.Manadtory-Tetms input {
    vertical-align: middle;
}

label p {
    display: inline;
    margin: 0;
}

#Process-Action {
    padding: 5px 0;
    text-align: left;
    position: relative;
    width: 49%;
    margin-left: 50%;
    *margin: 0;
    /*IE7 fix*/
}

    #Process-Action .Process-Order-Button {
        *position: absolute;
        *left: 0;
    }

.User-Information-Side {
    width: 40%;
    float: left;
}

    .User-Information-Side img {
        max-width: 100%;
    }

.Page-Step1 .User-Information-Form-Wrap {
    margin-left: 43%;
    padding: 0;
}

.User-Information-Side + .User-Information-Form-Wrap {
    margin-left: 40%;
    padding: 0 0 0 5%;
    *margin: 0;
    *width: 50%;
}

.User-Information .One-Field {
    margin: 0;
    width: 100%;
}

    .User-Information .One-Field label {
        display: block;
        text-align: left;
        line-height: 1.5em;
    }

    .User-Information .One-Field input[type=text],
    .User-Information .One-Field input[type=password] {
        width: 90%;
    }

    .User-Information .One-Field input.validClass {
        background: url(../images/icon_accept.png) no-repeat right center;
    }

    .User-Information .One-Field input.errorClass {
        background: url(../images/icons-warning.png) no-repeat right center;
    }

.Next-Step-Button-Wrap {
    margin: 0;
    width: 68%;
    margin-top: 10px;
}

    .Next-Step-Button-Wrap .Newsletter-Wrap {
        background: transparent;
        padding: 10px 0;
    }

/*----- Main Content Side text ------*/
.Side-Content .ShoppingCart-Title,
.Side-Content .ShoppingCart-Expanded {
    display: none;
    visibility: hidden;
}

.Page-Step1 .Side-Content {
    margin-top: -15px;
    padding: 15px 15px 25px 15px;
    color: #4f5455;
}

.Side-Content {
    padding: 15px;
    /*check list*/
    /*editing mode fix*/
}

    .Side-Content h2 {
        margin: 0 0 5px 0px;
        font-size: 13.75px;
        font-weight: bold;
    }

        .Side-Content h2 em {
            font-style: normal;
        }

    .Side-Content h3 {
        font-size: 12.1px;
        margin: 5px 0;
        font-weight: bold;
        *display: inline-block;
    }

        .Side-Content h3 img {
            float: left;
            display: block;
            margin: 0 3px 0 0;
        }

        .Side-Content h3:after {
            content: "";
            display: table;
            clear: both;
        }

    .Side-Content p {
        margin: 0 0 10px 0;
        font-size: 11px;
    }

    .Side-Content .Check-List {
        background: url("../images/Check.png") no-repeat 0 0;
        padding: 0 0 0 20px;
        min-height: 16px;
        line-height: 16px;
    }

    .Side-Content .checkMarks li {
        background: url("../images/Check.png") left center no-repeat;
        padding: 0 0 0 20px;
        margin: 8px 0;
        line-height: 22px;
        font-size: 11px;
        font-weight: bold;
        list-style: none;
    }

    .Side-Content a.uc-designer-area {
        width: 100%;
        height: 100%;
    }

    .Side-Content .Customer-Service {
        *display: inline-block;
        font-size: 11px;
    }

        .Side-Content .Customer-Service:after {
            content: "";
            display: table;
            clear: both;
        }

    .Side-Content .phonelabelelm {
        font-weight: bold;
        margin: 2px 0;
        float: left;
        *float: none;
    }

    .Side-Content .phonenumberelm {
        float: right;
        margin: 2px 0;
        float: right;
        *float: none;
    }

body.ja {
    font-family: "Hiragino Kaku Gothic Pro", "ÒâÆÒâ®Òé«ÒâÄÞºÆÒé┤ Pro W3", ÒâíÒéñÒâ¬Òé¬, Meiryo, "´╝¡´╝│ ´╝░Òé┤ÒéÀÒââÒé»", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*----- Currency and Language Control------*/
.Language,
.Currency {
    text-align: right;
    margin: 0 0 3px 0;
}

    .Language label,
    .Currency label {
        display: none;
        visibility: hidden;
    }

.Control .Currency {
    text-align: right;
}

.Currency-Label,
.Language-Label {
    display: none;
}

.Currency .Currency-Control,
.Language .Language-Control {
    width: 120px;
}

/*----- Alert------*/
.Alert {
    color: #e20707;
}

.Alert-Valid {
    color: #06c50b;
}

/*common rules*/
.Inline-Block {
    display: inline-block;
    vertical-align: middle;
}

.Money-Back img.Inline-Block {
    max-width: 30%;
}

.Money-Back p.Inline-Block {
    width: 67%;
    padding-left: 3%;
    margin-left: -4px;
}

.Button-Side-Content .Money-Back {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 0 110px;
    padding: 8px 0;
    text-align: center;
    text-transform: uppercase;
}

    .Button-Side-Content .Money-Back em {
        color: #6bc901;
        display: block;
    }

.Float-Left {
    float: left;
}

.Float-Right {
    float: right;
}

a.button {
    display: block;
    float: right;
    background: transparent linear-gradient(to bottom, #fafafa 0%, #dddddd 100%) repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 2px 20px;
}

    a.button:hover {
        background: transparent linear-gradient(to bottom, #ececec 0%, #cccccc 100%) repeat scroll 0 0;
    }

/*Row cell seeting*/
.Row-2Cell,
.Row-3Cell,
.Row-4Cell,
.Row-5Cell,
.Row-6Cell {
    display: inline-block;
    margin-right: -3px;
    text-align: left;
    vertical-align: top;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.Row-2Cell {
    width: 50%;
}

.Row-3Cell {
    width: 33.3%;
}

.Row-4Cell {
    width: 25%;
}

.Row-5Cell {
    width: 20%;
}

.Row-5Cell {
    width: 16.5%;
}

.Side-Content .Row-2Cell,
.Side-Content .Row-3Cell,
.Side-Content .Row-4Cell,
.Side-Content .Row-5Cell,
.Side-Content .Row-6Cell {
    display: lock;
    margin: 0;
    width: 100%;
    text-align: inherit;
}

.Cells-Row {
    background: #56b1e8;
    text-align: center;
    padding: 10px 0;
    margin: 0 0 20px 0;
}

    .Cells-Row .Row-4Cell {
        text-align: center;
    }

    .Cells-Row h2 {
        color: #fff;
        font-size: 16px;
        line-height: 1.3em;
        padding-bottom: 8px;
        text-align: center;
    }

    .Cells-Row > div {
        border-right: 1px solid #83c6ee;
    }

        .Cells-Row > div:last-child {
            border: 0;
        }

.Step-Title {
    background: white;
    border: 1px solid #f8f8f8;
    line-height: 2.5em;
    font-weight: bold;
}

    .Step-Title em {
        background: #f0f0f0;
        display: inline-block;
        padding: 0 2%;
        margin-right: 2%;
    }

    .Step-Title * {
        margin-top: 0;
        margin-bottom: 0;
    }

.Top-Feature,
.Webgood .Top-Msg {
    background: #f8f8f8;
    border: 1px solid #dfdfdf;
    padding: 15px;
    margin-bottom: 15px;
}

    .Top-Feature .Top-Feature-Image,
    .Top-Feature .Top-Feature-Text,
    .Webgood .Top-Msg .Top-Feature-Image,
    .Webgood .Top-Msg .Top-Feature-Text {
        display: inline-block;
        vertical-align: top;
    }

/*3 Step Compare table*/
.Compare-Header {
    display: none;
}

/*
.Compare-Header .Main-Product {
    display: table;
    width: 100%;
    padding: 0;
    border-spacing: 0;
    table-layout: fixed;
    border-collapse: collapse;
    *display: block;
    *white-space: nowrap; }
    .Compare-Header .Main-Product .Main-Product-Row {
      display: table-cell;
      padding: 10px 5px;
      vertical-align: top;
      text-align: center;
      border: 1px solid #fff;
      *display: inline;
      *zoom: 1; }
    .Compare-Header .Main-Product .ShoppingCart-Item-ProductName {
      word-break: break-all; }
    .Compare-Header .Main-Product .Product-Image {
      display: block;
      visibility: visible;
      margin: 0 auto;
      max-width: 100%;
      max-height: 200px;
      float: none; }
    .Compare-Header .Main-Product .Product-Information {
      display: block;
      width: auto;
      text-align: center; }
      .Compare-Header .Main-Product .Product-Information h5 {
        margin: 0;
        padding: 0.5em 0;
        font-size: 15px; }
        .Compare-Header .Main-Product .Product-Information h5 > input {
          display: none;
          visibility: hidden; }
    .Compare-Header .Main-Product .Product-QTY, .Compare-Header .Main-Product .Product-Price {
      padding: 1em 0; }
    .Compare-Header .Main-Product .Product-Price {
      display: block;
      width: auto;
      text-align: center; }
      .Compare-Header .Main-Product .Product-Price .ShoppingCart-Item-ProductPrice {
        font-weight: bold;
        font-size: 15px;
        line-height: 1.2em; }
      .Compare-Header .Main-Product .Product-Price .ShoppingCart-Item-BillingExtra,
      .Compare-Header .Main-Product .Product-Price .ShoppingCart-Item-ProductPriceOld,
      .Compare-Header .Main-Product .Product-Price .ShoppingCart-Item-DiscountAmount {
        font-weight: normal;
        font-size: 13px;
        line-height: 1.2em; }
  .Compare-Header .Xsell-Row {
    background: #f8f8f8;
    border: 1px solid #dfdfdf;
    display: table;
    width: 100%;
    margin: 5px 0; }
    .Compare-Header .Xsell-Row .quantity {
      display: table-row; }
    .Compare-Header .Xsell-Row .Product-Information, .Compare-Header .Xsell-Row .Product-QTY, .Compare-Header .Xsell-Row .Product-Price {
      display: table-cell;
      vertical-align: middle;
      padding: 5px; }
      .Compare-Header .Xsell-Row .Product-Information h5, .Compare-Header .Xsell-Row .Product-QTY h5, .Compare-Header .Xsell-Row .Product-Price h5 {
        margin: 0; }
    .Compare-Header .Xsell-Row .Product-Information {
      width: 75%; }
    .Compare-Header .Xsell-Row .Product-QTY {
      display: none;
      visibility: hidden; }
    .Compare-Header .Xsell-Row .Product-Price {
      text-align: right;
      width: 25%; }
  .Compare-Header .Cart-Wrap {
    margin: 0;
    box-shadow: none; }
    .Compare-Header .Cart-Wrap .ShoppingCart {
      margin: 0;
      padding: 0;
      border: none;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0; }
  .Compare-Header .ShoppingCart > div {
    overflow: visible !important; }
  .Compare-Header .Product-Information .Discount-Badge {
    display: block;
    width: 83px;
    height: 79px;
    background: url(../images/compare/stickerSaveOrangeBg.png) no-repeat 0 0;
    position: absolute;
    z-index: 3;
    bottom: 50px;
    right: -65px;
    text-align: center;
    font-size: 13px;
    line-height: 1.4em;
    color: #fff;
    text-shadow: 1px 1px 1px #999;
    letter-spacing: -1px; }
    .Compare-Header .Product-Information .Discount-Badge em {
      font-size: 23px;
      font-style: normal;
      font-weight: bold;
      display: block;
      margin: 20px auto 5px auto; }
  .Compare-Header .ShoppingCart .Xsell-Row,
  .Compare-Header .ShoppingCart .Product-QTY,
  .Compare-Header .ShoppingCart .ShoppingCart-Item-ProductDescription,
  .Compare-Header .ShoppingCart .ShoppingCart-Summary {
    display: none;
    visibility: hidden; }
*/

/*2 product compare*/
.Compare-Body .subjects {
    min-width: 50%;
}


.Page-Step2 .Compare-Content {
    margin-left: 434px;
    margin-left: 434px;
    *display: inline-block;
}

/*1 product compare*/
.Compare-Body-1Product .subjects {
    width: 80%;
}

.Compare-Title-1Product {
    width: 78%;
}

    .Compare-Title-1Product + div {
        margin-left: 80%;
    }

/*2 product compare*/
.Compare-Body-2Products .subjects {
    width: 65%;
}

.Compare-Title-2Products {
    width: 63%;
}

    .Compare-Title-2Products + div {
        margin-left: 65%;
    }

        .Compare-Title-2Products + div .Main-Product-Row {
            *width: 46%;
        }

/*3 product compare*/
.Compare-Body-3Products .subjects {
    width: 55%;
}

.Compare-Title-3Products {
    width: 43%;
}

    .Compare-Title-3Products + div {
        margin-left: 55%;
    }

        .Compare-Title-3Products + div .Main-Product-Row {
            *width: 30%;
        }

/*4 product compare*/
.Compare-Body-4Products .subjects {
    width: 43%;
}

.Compare-Title-4Products {
    width: 41%;
}

    .Compare-Title-4Products + div {
        margin-left: 43%;
    }

        .Compare-Title-4Products + div .Main-Product-Row {
            *width: 23%;
        }

.Compare-Header .uc-designer-areaContainer {
    float: left;
    width: 58%;
}

.Compare-Title {
    float: left;
}

.Compare-Content .Main-Product-Row {
    background-color: #f6f6f6;
    position: relative;
}

    .Compare-Content .Main-Product-Row:before,
    .Compare-Content .Main-Product-Row:after {
        background-color: transparent !important;
        border: none;
    }

    .Compare-Content .Main-Product-Row:last-child {
        background-color: #edf3f5;
    }

        .Compare-Content .Main-Product-Row:last-child:after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            left: auto;
            z-index: 2;
            width: 70px;
            height: 70px;
        }

.Compare-Header .Main-Product-Row:last-child:after {
    background: url(../images/compare/stickerBestOffer_en.png) no-repeat 0 0;
}

.fr .Compare-Header .Main-Product-Row:last-child:after,
.FR .Compare-Header .Main-Product-Row:last-child:after {
    background: url(../images/compare/stickerBestOffer_fr.png) no-repeat 0 0;
}

.es .Compare-Header .Main-Product-Row:last-child:after,
.ES .Compare-Header .Main-Product-Row:last-child:after {
    background: url(../images/compare/stickerBestOffer_es.png) no-repeat 0 0;
}

.de .Compare-Header .Main-Product-Row:last-child:after,
.DE .Compare-Header .Main-Product-Row:last-child:after {
    background: url(../images/compare/stickerBestOffer_de.png) no-repeat 0 0;
}

.it .Compare-Header .Main-Product-Row:last-child:after,
.IT .Compare-Header .Main-Product-Row:last-child:after {
    background: url(../images/compare/stickerBestOffer_it.png) no-repeat 0 0;
}

.pt .Compare-Header .Main-Product-Row:last-child:after,
.PT .Compare-Header .Main-Product-Row:last-child:after {
    background: url(../images/compare/stickerBestOffer_pt.png) no-repeat 0 0;
}

.ja .Compare-Header .Main-Product-Row:last-child:after,
.JA .Compare-Header .Main-Product-Row:last-child:after {
    background: url(../images/compare/stickerBestOffer_ja.png) no-repeat 0 0;
}

.Compare-Body {
    width: 100%;
}

    .Compare-Body td {
        border: 1px solid #fff;
        height: 28px;
        padding: 5px 0;
        text-align: center;
        vertical-align: middle;
    }

    .Compare-Body .dark {
        background-color: #edf3f5;
    }

    .Compare-Body .light {
        background-color: #f6f6f6;
    }

    .Compare-Body .subjects {
        text-align: left;
        text-indent: 5px;
    }

        .Compare-Body .subjects strong,
        .Compare-Body .subjects b {
            color: #222;
        }

    .Compare-Body .points1,
    .Compare-Body points2,
    .Compare-Body points3,
    .Compare-Body points4 {
        text-align: center;
    }

.fr .Select-Button,
.fr .Select-Button-Recommend,
.es .Select-Button,
.es .Select-Button-Recommend,
.it .Select-Button,
.it .Select-Button-Recommend,
.pt .Select-Button,
.pt .Select-Button-Recommend,
.FR .Select-Button,
.FR .Select-Button-Recommend,
.ES .Select-Button,
.ES .Select-Button-Recommend,
.IT .Select-Button,
.IT .Select-Button-Recommend,
.PT .Select-Button,
.PT .Select-Button-Recommend {
    font-size: 13.5px;
}


.Select-Button {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bbbbbb), color-stop(100%, #999999));
    background-image: -moz-linear-gradient(#bbbbbb, #999999);
    background-image: -webkit-linear-gradient(#bbbbbb, #999999);
    background-image: linear-gradient(#bbbbbb, #999999);
}

.simplemodal-container input[type=checkbox] {
    margin-right: 10px;
}

#simplemodal-overlay {
    opacity: 0.75 !important;
}

#simplemodal-container {
    padding: 25px 35px 40px 90px !important;
    background: url(https://downloads.upclick.com/Publishers/Designs/skins/images/lightBox.png) no-repeat;
    height: 310px !important;
    width: 440px;
    top: 280px;
    background-color: transparent !important;
}

.simplemodal-container {
    height: auto !important;
}

    .simplemodal-container .Chosen-Main-Product {
        margin: 0;
    }

        .simplemodal-container .Chosen-Main-Product .Main-Product-Image,
        .simplemodal-container .Chosen-Main-Product h1 {
            display: inline-block;
            vertical-align: middle;
        }

        .simplemodal-container .Chosen-Main-Product .Main-Product-Image {
            max-width: 15%;
            margin: 2% 3% 0 0;
            padding-bottom: 15px;
        }

        .simplemodal-container .Chosen-Main-Product h1 {
            width: 77%;
            font-size: 16px;
            font-weight: bold;
            margin: 0;
            color: #4F5455;
        }

            .simplemodal-container .Chosen-Main-Product h1 em {
                color: #4F5455;
                display: inline-block;
            }

    .simplemodal-container h2.Xsell-Title {
        display: none;
    }

    .simplemodal-container .Product-QTY {
        display: none;
        visibility: hidden;
    }

    .simplemodal-container .process {
        width: 45%;
        margin-top: 15px;
    }

    .simplemodal-container .left {
        float: left;
    }

    .simplemodal-container .right {
        margin-left: 54%;
        margin-top: 20px;
    }

#simplemodal-container a.modalCloseImg {
    display: none !important;
}

.simplemodal-wrap {
    height: auto !important;
}

.simplemodal-container div.nothanks {
    background: url(../images/postxsell.png) no-repeat -422px -305px;
    padding: 15px 0 15px 4%;
    color: #999;
    cursor: pointer;
}




@media screen and (max-width: 1099px) {
    .Frame-Top .Inner-Container img {
        height: auto;
    }

    .Page-Step1 .User-Information-Form-Wrap {
        margin-left: 0;
    }

    .Page-Step1 .Main-Content {
        background: none !important;
        padding-bottom: 0px;
    }

    .Page-Step2 .Select-Button:before,
    .Page-Step2 .Select-Button-Recommend:before {
        font-size: 16px !important;
    }

    body.fr .Page-Step2 .Select-Button:before,
    body.fr .Page-Step2 .Select-Button-Recommend:before {
        font-size: 14px !important;
    }

    .Page-Step2 .Compare-Title {
        width: auto !important;
    }

    .Page-Step2 .Compare-Body .subjects {
        padding: 5px;
    }

    .Frame-Bottom {
        margin: 0;
    }

    #simplemodal-container {
        left: 50% !important;
        top: 50% !important;
        margin-left: -280px !important;
        margin-top: -300px !important;
        zoom: 0.65;
    }

    .Page-Step3 .Main-Content,
    .Bottom-Main {
        margin-right: 0;
    }

    .ShoppingCart-Summary-TotalDiscountAmount,
    .ShoppingCart-Summary-TotalDiscountPercent {
        position: relative;
        bottom: 0;
        left: 0;
    }

    .simplemodal-container .right {
        margin-top: 0;
    }

    .tag,
    .price2,
    .price3,
    .bestvalue,
    .disc {
        display: none;
    }

    .Page-Step2 .Compare-Title h1 {
        font-size: 22px;
    }

    .Page-Step2 .Compare-Title h2 {
        font-size: 15px;
        line-height: 20px;
        color: #707070;
    }
}

@media screen and (min-width: 768px) and (max-width: 1099px) {

    .Page-Step1 .Side-Content,
    .Bottom-Side {
        padding: 0 15px;
        text-align: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
    }

    .Page-Step3 .Side-Content,
    .Bottom-Side {
        display: none !important;
    }
}

@media (max-width: 768px) {

    .Page-Step2 .Select-Button,
    .Page-Step2 .Select-Button-Recommend {
        width: 90%;
        margin: 0 auto;
    }

    .Page-Step2 .Compare-Content {
        width: 379px;
    }

        .Page-Step2 .Compare-Content .Main-Product .Main-Product-Row {
            width: auto;
        }

    p.ShoppingCart-Item-ProductDescriptionundefined {
        width: 74%;
    }

    .Compare-Header .Compare-Title {
        width: 38%;
    }

        .Compare-Header .Compare-Title h1 {
            font-size: 1.2em;
        }

        .Compare-Header .Compare-Title h2,
        .Compare-Header .Compare-Title h3,
        .Compare-Header .Compare-Title h4 {
            font-size: 1em;
        }

    .Compare-Header .Compare-Content {
        margin-left: 40%;
    }

        .Compare-Header .Compare-Content .Cart-Wrap {
            margin: 0 !important;
        }

            .Compare-Header .Compare-Content .Cart-Wrap .Product-Price,
            .Compare-Header .Compare-Content .Cart-Wrap .Product-Information {
                width: 100%;
                float: none;
                text-align: center;
            }

                .Compare-Header .Compare-Content .Cart-Wrap .Product-Price *,
                .Compare-Header .Compare-Content .Cart-Wrap .Product-Information * {
                    font-size: 1em;
                }

    .Compare-Header .Compare-Title-1Product {
        width: 50%;
    }

        .Compare-Header .Compare-Title-1Product + div {
            margin-left: 52%;
        }

    .Compare-Header .Compare-Title-4Products {
        width: 30%;
    }

        .Compare-Header .Compare-Title-4Products + div {
            margin-left: 32%;
        }

    .Compare-Body .subjects {
        width: 40%;
    }

    .Compare-Body-1Product .subjects {
        width: 52%;
    }

    .Compare-Body-4Products .subjects {
        width: 32%;
    }

    .Compare-Body .Select-Button,
    .Compare-Body .Select-Button-Recommend {
        font-size: 1em;
    }
}

/*title and subtitle*/

.Section-Title,
.User-Information-Title,
.ShoppingCart-Title,
.Payment-Method-Title,
.Contact-Information-Title,
.Payment-Information-Title {
    position: relative;
}

    .Section-Title .Subtitle,
    .User-Information-Title .Subtitle,
    .ShoppingCart-Title .Subtitle,
    .Payment-Method-Title .Subtitle,
    .Contact-Information-Title .Subtitle,
    .Payment-Information-Title .Subtitle {
        display: none;
        visibility: hidden;
    }

    .Section-Title h1,
    .User-Information-Title h1,
    .ShoppingCart-Title h1,
    .Payment-Method-Title h1,
    .Contact-Information-Title h1,
    .Payment-Information-Title h1,
    .Webgood-Transaction-Title h1,
    .Webgood-Purchase-Summary-Title h1,
    .Webgood-Billing-Information-Title h1 {
        font-weight: normal;
        letter-spacing: -0.01em;
        margin: 22.5px 0 0 0;
        padding: 0 0 5px 0;
        position: relative;
        font-size: 1.7em;
    }

        .Section-Title h1 small,
        .User-Information-Title h1 small,
        .ShoppingCart-Title h1 small,
        .Payment-Method-Title h1 small,
        .Contact-Information-Title h1 small,
        .Payment-Information-Title h1 small,
        .Webgood-Transaction-Title h1 small,
        .Webgood-Purchase-Summary-Title h1 small,
        .Webgood-Billing-Information-Title h1 small {
            font-size: 1.275em;
            font-weight: normal;
            font-style: italic;
        }

.Section-Content,
.Contact-Information,
.Payment-Information {
    border: 1px solid #dfdfdf;
    padding: 15px;
    border-top: 0;
    margin: 0;
}

.One-Form .Contact-Information {
    border-bottom: 0;
    padding-bottom: 0;
}

.One-Form .Payment-Information {
    padding-top: 0;
}

.Section-Title,
.Contact-Information-Title,
.Payment-Information-Title {
    border-bottom: 1px solid #dfdfdf;
    padding: 45px 0 0 0;
}

    .Section-Title h1,
    .Contact-Information-Title h1,
    .Payment-Information-Title h1 {
        margin: -0.5em 0 -0.5em 10px;
        padding: 0 5px;
        float: left;
        background: #ffffff;
        width: auto;
        font-size: 16px;
        font-weight: bold;
        color: #1a81c4;
    }

    .Section-Title .Subtitle,
    .Contact-Information-Title .Subtitle,
    .Payment-Information-Title .Subtitle {
        display: none;
        visibility: hidden;
    }

.Form-Wrap .Button-Wrap {
    padding-top: 0;
}

    .Form-Wrap .Button-Wrap .Newsletter-Wrap,
    .Form-Wrap .Button-Wrap #Process-Action ~ .Manadtory-Tetms-Wrap {
        background: #faf5f5;
        border: 1px dotted #dfdfdf;
    }

    .Form-Wrap .Button-Wrap .Newsletter-Wrap {
        border-top: 0;
    }

/*Button Style*/
.Process-Order-Button,
.Next-Step-Button,
.Select-Button,
.Select-Button-Recommend,
.continue {
    display: block;
    margin: 5px 0 0 0;
    font-size: 22px;
    line-height: 40px;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: 700;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #509601;
    background: #6bc901;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZiYzkwMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzUwOTYwMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6bc901), color-stop(100%, #509601));
    background-image: -moz-linear-gradient(#6bc901, #509601);
    background-image: -webkit-linear-gradient(#6bc901, #509601);
    background-image: linear-gradient(#6bc901, #509601);
    text-shadow: 0 1px 0 #356400;
    -moz-box-shadow: 0px -1px 1px #7be701 inset;
    -webkit-box-shadow: 0px -1px 1px #7be701 inset;
    box-shadow: 0px -1px 1px #7be701 inset;
}

.Process-Order-Button {
    width: 100%;
}

    .Process-Order-Button:hover,
    .Next-Step-Button:hover,
    .Select-Button-Recommend:hover,
    .continue:hover {
        color: #fff;
        border: 1px solid #d8d8d8;
        background: #6bca00;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZiY2EwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZiYzkwMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6bca00), color-stop(100%, #6bc901));
        background-image: -moz-linear-gradient(#6bca00, #6bc901);
        background-image: -webkit-linear-gradient(#6bca00, #6bc901);
        background-image: linear-gradient(#6bca00, #6bc901);
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.de .Process-Order-Button,
.DE .Process-Order-Button,
.pt .Process-Order-Button,
.PT .Process-Order-Button,
.da .Process-Order-Button,
.DA .Process-Order-Button {
    font-size: 15.3px;
}

.fr .Process-Order-Button,
.FR .Process-Order-Button,
.sv .Process-Order-Button,
.SV .Process-Order-Button,
.pl .Process-Order-Button,
.PL .Process-Order-Button {
    font-size: 14.04px;
}

.Select-Button,
.Select-Button-Recommend {
    width: auto;
    margin: 0 auto;
    display: block;
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    padding: 0 5px;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: 700;
}

.Select-Button {
    border: 1px solid #d8d8d8;
    background: #ededed;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ededed), color-stop(100%, #bbbbbb));
    background-image: -moz-linear-gradient(#ededed, #bbbbbb);
    background-image: -webkit-linear-gradient(#ededed, #bbbbbb);
    background-image: linear-gradient(#ededed, #bbbbbb);
    text-shadow: 0 1px 0 #999;
    -moz-box-shadow: 0px -1px 1px #fff inset;
    -webkit-box-shadow: 0px -1px 1px #fff inset;
    box-shadow: 0px -1px 1px #fff inset;
}

    .Select-Button:hover {
        border: 1px solid #d8d8d8;
        background: #ededed;
        color: #fff;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FhYWFhYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(100%, #aaaaaa));
        background-image: -moz-linear-gradient(#dddddd, #aaaaaa);
        background-image: -webkit-linear-gradient(#dddddd, #aaaaaa);
        background-image: linear-gradient(#dddddd, #aaaaaa);
        text-shadow: 0 1px 0 #999;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        cursor: pointer;
    }

/*-----  3 Step Setup  ------*/

.Step-Wrap {
    background: #f8f8f8;
    color: #888;
    border: 1px solid #dfdfdf;
    margin-top: 10px *display: inline-block;
}

    .Step-Wrap:after {
        content: "";
        display: table;
        clear: both;
    }

    .Step-Wrap .Step,
    .Step-Wrap .Secure {
        height: 20px;
        line-height: 20px;
    }

    .Step-Wrap .Step {
        color: #adadad;
        padding: 8px 15px;
        font-size: 1.3em;
        border-right: 1px solid #dfdfdf;
        display: block;
        float: left;
        font-weight: bold;
    }

        .Step-Wrap .Step em {
            background: #bababa none repeat scroll 0 0;
            border-radius: 10px;
            color: #fff;
            display: inline-block;
            font-style: normal;
            font-size: 14px;
            height: 20px;
            margin-right: 10px;
            text-align: center;
            width: 20px;
        }

    .Step-Wrap .Step-Active {
        color: #222222;
    }

        .Step-Wrap .Step-Active em {
            background: #6bc901;
        }

    .Step-Wrap .Secure {
        float: right;
        padding: 8px 15px;
        font-size: 11px;
    }

        .Step-Wrap .Secure img {
            vertical-align: text-bottom;
            margin-right: 2px;
            margin-bottom: -1px;
        }

.Credit-Cards-Logo {
    display: block;
    height: auto;
    max-height: 50px !important;
    padding: 0;
    overflow: hidden;
    *position: inherit !important;
    _height: 50px;
    _display: block;
    zoom: 1;
}

.Credit-Cards-Logo .applepay {
  background: transparent url(../../images/creditcards/CC-Logo-APay.png) no-repeat 0 0;
}
    .Credit-Cards-Logo .card {
        display: inline-block;
        vertical-align: middle;
        width: 45px;
        height: 23px;
        margin: 0 0 5px 0;
        *display: block;
        *float: left;
    }

    .Credit-Cards-Logo .ach {
        background: transparent url(../../images/creditcards/CC-Logo-ACH.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .dana {
        background: transparent url(../../images/creditcards/CC-Logo-Dana.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .gcash {
        background: transparent url(../../images/creditcards/CC-Logo-GCash.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .kakaopay {
        background: transparent url(../../images/creditcards/CC-Logo-KakaoPay.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .touchngo {
        background: transparent url(../../images/creditcards/CC-Logo-TouchnGo.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .truemoney {
        background: transparent url(../../images/creditcards/CC-Logo-TrueMoney.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .ideal {
        background: transparent url(../../images/creditcards/CC-Logo-Ideal.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .klarnapayovertime {
        background: transparent url(../../images/creditcards/CC-Logo-Klarna.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .klarnapaynow {
        background: transparent url(../../images/creditcards/CC-Logo-Klarna.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .klarnabuynowpaylater {
        background: transparent url(../../images/creditcards/CC-Logo-Klarna.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .amex {
        background: transparent url(../../images/creditcards/CC-Logo-Amex.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .Etoiles {
        background: transparent url(../../images/creditcards/CC-Logo-4Etoiles.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .aurora {
        background: transparent url(../../images/creditcards/CC-Logo-Aurora.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .carteBleue,
    .Credit-Cards-Logo .cartebleue {
        background: transparent url(../../images/creditcards/CC-Logo-CarteBleue.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .cb {
        background: transparent url(../../images/creditcards/CC-Logo-CB.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .cirrus {
        background: transparent url(../../images/creditcards/CC-Logo-Cirrus.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .cofinoga {
        background: transparent url(../../images/creditcards/CC-Logo-Cofinoga.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .delta {
        background: transparent url(../../images/creditcards/CC-Logo-Delta.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .development {
        background: transparent url(../../images/creditcards/CC-Logo-DevelopmentCard.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .diners {
        background: transparent url(../../images/creditcards/CC-Logo-Diners.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .discover {
        background: transparent url(../../images/creditcards/CC-Logo-Discover.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .googlepay {
        background: transparent url(../../images/creditcards/CC-Logo-GPay.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .dongfang {
        background: transparent url(../../images/creditcards/CC-Logo-DongfangCard.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .dragon {
        background: transparent url(../../images/creditcards/CC-Logo-DragonCard.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .eurocard {
        background: transparent url(../../images/creditcards/CC-Logo-Eurocard.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .everbright {
        background: transparent url(../../images/creditcards/CC-Logo-EverbrightCard.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .giropay {
        background: transparent url(../../images/creditcards/CC-Logo-GiroPay.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .greatwall {
        background: transparent url(../../images/creditcards/CC-Logo-GreatwallCard.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .greatwall1 {
        background: transparent url(../../images/creditcards/CC-Logo-GreatwallCard1.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .greatwall2 {
        background: transparent url(../../images/creditcards/CC-Logo-GreatwallCard2.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .greencard {
        background: transparent url(../../images/creditcards/CC-Logo-GreenCard.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .guangfa {
        background: transparent url(../../images/creditcards/CC-Logo-GuangfaCard.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .huaxia {
        background: transparent url(../../images/creditcards/CC-Logo-HuaxiaCard.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .jinsui {
        background: transparent url(../../images/creditcards/CC-Logo-JinsuiCard.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .jcb {
        background: transparent url(../../images/creditcards/CC-Logo-jcb.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .jinsuideposit {
        background: transparent url(../../images/creditcards/CC-Logo-JinsuiDepositCard.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .jinsuideposit1 {
        background: transparent url(../../images/creditcards/CC-Logo-JinsuiDepositCard1.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .longcardsaving {
        background: transparent url(../../images/creditcards/CC-Logo-LongcardSavingCard.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .maestro {
        background: transparent url(../../images/creditcards/CC-Logo-Maestro.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .konbini {
        background: transparent url(../../images/creditcards/CC-Logo-Konbini.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .mastercard {
        background: transparent url(../../images/creditcards/CC-Logo-Mastercard.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .minshengbank {
        background: transparent url(../../images/creditcards/CC-Logo-MinshengBankCard.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .minshengbank2 {
        background: transparent url(../../images/creditcards/CC-Logo-MinshengBankCard2.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .mudan {
        background: transparent url(../../images/creditcards/CC-Logo-MudanCard.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .mudanlingtong {
        background: transparent url(../../images/creditcards/CC-Logo-MudanLingtongCard.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .pacific {
        background: transparent url(../../images/creditcards/CC-Logo-Pacificcard.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .pacific1 {
        background: transparent url(../../images/creditcards/CC-Logo-Pacificcard1.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .paypal {
        background: transparent url(../../images/creditcards/CC-Logo-PayPal.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .pengcheng {
        background: transparent url(../../images/creditcards/CC-Logo-PengchengCard.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .postpay {
        background: transparent url(../../images/creditcards/CC-Logo-PostPay.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .solo {
        background: transparent url(../../images/creditcards/CC-Logo-Solo.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .switch {
        background: transparent url(../../images/creditcards/CC-Logo-Switch.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .visa {
        background: transparent url(../../images/creditcards/CC-Logo-Visa.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .visadebit {
        background: transparent url(../../images/creditcards/CC-Logo-VisaDebit.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .visaelectron {
        background: transparent url(../../images/creditcards/CC-Logo-VisaElectron.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .wealthmanagement {
        background: transparent url(../../images/creditcards/CC-Logo-Wealth-ManagementCard.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .wealthmanagement1 {
        background: transparent url(../../images/creditcards/CC-Logo-Wealth-ManagementCard1.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .alliedwallet {
        background: transparent url(../../images/creditcards/CC-Logo-AlliedWallet.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .cartebancaire {
        background: transparent url(../../images/creditcards/CC-Logo-CarteBancaire.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .cartasivisa {
        background: transparent url(../../images/creditcards/CC-Logo-CartaSiVisa.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .cartasimastercard {
        background: transparent url(../../images/creditcards/CC-Logo-CartaSiMastercard.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .postepayvisa {
        background: transparent url(../../images/creditcards/CC-Logo-PostePayVisa.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .postepaymastercard {
        background: transparent url(../../images/creditcards/CC-Logo-PostePayMastercard.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .lastschrift,
    .Credit-Cards-Logo .lastschriftelv {
        background: transparent url(../../images/creditcards/CC-Logo-ELV.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .sepadirectdebit {
        background: transparent url(../../images/creditcards/CC-Logo-SEPA.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .sofortbanking,
    .Credit-Cards-Logo .sofortberweisung {
        background: transparent url(../../images/creditcards/CC-Logo-SofortBanking.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .echeck {
        background: transparent url(../../images/creditcards/CC-Logo-eCheck.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .dankort {
        background: transparent url(../../images/creditcards/CC-Logo-dankort.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .hipercard {
        background: transparent url(../../images/creditcards/CC-Logo-Hipercard.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .elo {
        background: transparent url(../../images/creditcards/CC-Logo-EloCreditCard.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .aura {
        background: transparent url(../../images/creditcards/CC-Logo-AuraCreditCard.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .banktransfer {
        background: transparent url(../../images/creditcards/CC-Logo-BankTransfer.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .mercadolivre {
        background: transparent url(../../images/creditcards/CC-Logo-MercadoLivre.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .presto {
        background: transparent url(../../images/creditcards/CC-Logo-Presto.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .cmr {
        background: transparent url(../../images/creditcards/CC-Logo-CMRFalabella.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .magna {
        background: transparent url(../../images/creditcards/CC-Logo-Magna.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .tarjetanaranja {
        background: transparent url(../../images/creditcards/CC-Logo-TarjetaNaranja.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .tarjetashopping {
        background: transparent url(../../images/creditcards/CC-Logo-TarjetaShopping.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .nativa {
        background: transparent url(../../images/creditcards/CC-Logo-Nativa.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .cencosud {
        background: transparent url(../../images/creditcards/CC-Logo-Cencosud.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .cabal {
        background: transparent url(../../images/creditcards/CC-Logo-Cabal.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .argencard {
        background: transparent url(../../images/creditcards/CC-Logo-Argencard.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .mastercarddebit {
        background: transparent url(../../images/creditcards/CC-Logo-MastercardDebit.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .maestrodebit {
        background: transparent url(../../images/creditcards/CC-Logo-MaestroDebit.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .cordial {
        background: transparent url(../../images/creditcards/CC-Logo-Cordial.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .cordobesa {
        background: transparent url(../../images/creditcards/CC-Logo-Cordobesat.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .skrill {
        background: transparent url(../../images/creditcards/CC-Logo-Skrill.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .alipay {
        background: transparent url(../../images/creditcards/CC-Logo-AliPay.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .boletobancario {
        background: transparent url(../../images/creditcards/CC-Logo-Boleto.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .eps {
        background: transparent url(../../images/creditcards/CC-Logo-EPS.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .itau {
        background: transparent url(../../images/creditcards/CC-Logo-Itau.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .oxxo {
        background: transparent url(../../images/creditcards/CC-Logo-Oxxo.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .pagofacil {
        background: transparent url(../../images/creditcards/CC-Logo-PagoFacil.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .poli {
        background: transparent url(../../images/creditcards/CC-Logo-Poli.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .przelewy {
        background: transparent url(../../images/creditcards/CC-Logo-Przelewy24.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .safetypay {
        background: transparent url(../../images/creditcards/CC-Logo-Safetypay.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .trustpay {
        background: transparent url(../../images/creditcards/CC-Logo-TrustPay.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .trustly {
        background: transparent url(../../images/creditcards/CC-Logo-Trustly.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .mybank {
        background: transparent url(../../images/creditcards/CC-Logo-MyBank.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .neosurf {
        background: transparent url(../../images/creditcards/CC-Logo-Neosurf.png) no-repeat 0 0;
    }

    /*add for Columbia:*/
    .Credit-Cards-Logo .baloto {
        background: transparent url(../../images/creditcards/CC-Logo-Baloto.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .bancodeoccidente {
        background: transparent url(../../images/creditcards/CC-Logo-BancoDeOccidente.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .bancolombia {
        background: transparent url(../../images/creditcards/CC-Logo-Bancolombia.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .carulla {
        background: transparent url(../../images/creditcards/CC-Logo-Carulla.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .davivenda {
        background: transparent url(../../images/creditcards/CC-Logo-Davivenda.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .edeq {
        background: transparent url(../../images/creditcards/CC-Logo-Edeq.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .efecty {
        background: transparent url(../../images/creditcards/CC-Logo-Efecty.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .exito {
        background: transparent url(../../images/creditcards/CC-Logo-Exito.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .pse {
        background: transparent url(../../images/creditcards/CC-Logo-Pse.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .surtimax {
        background: transparent url(../../images/creditcards/CC-Logo-Surtimax.png) no-repeat 0 0;
    }


    /*add for Mexico:*/
    .Credit-Cards-Logo .banamex {
        background: transparent url(../../images/creditcards/CC-Logo-Banamex.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .bancomer {
        background: transparent url(../../images/creditcards/CC-Logo-Bancomer.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .santander {
        background: transparent url(../../images/creditcards/CC-Logo-Santander.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .spei {
        background: transparent url(../../images/creditcards/CC-Logo-Spei.png) no-repeat 0 0;
    }

    .Credit-Cards-Logo .paytm {
        background: transparent url(../../images/creditcards/CC-Logo-Paytm.png) no-repeat 0 0;
    }

/* Popup Start */
.popupTop {
    background: transparent url("../../images/tooltip/tooltip.png") no-repeat scroll 100% 0;
    background-color: #fff\9;
    height: 17px;
    margin: 0 0 0 18px;
    min-width: 212px;
}

    .popupTop .popupTopleft {
        background: url("../../images/tooltip/tooltip.png") no-repeat scroll 0 0;
        background-color: #fff\9;
        font-size: 0;
        height: 17px;
        left: -18px;
        line-height: 0;
        position: relative;
        width: 18px;
    }

.popupCenter {
    background: url("../../images/tooltip/borders.png") repeat-y scroll 0 0;
    background-color: #fff\9;
    padding: 0 0 0 12px;
}

.popupCenterRight {
    background: url("../../images/tooltip/borders.png") repeat-y scroll 100% 0;
    background-color: #fff\9;
    padding: 0 12px 0 0;
}

.popupContent {
    position: relative;
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    margin: 0;
    padding: 0px;
    min-width: 200px;
    min-height: 32px;
}

.popupBottom {
    background: url("../../images/tooltip/tooltip.png") no-repeat scroll 100% 100%;
    background-color: #fff\9;
    height: 14px;
    margin: 0 0 0 12px;
    min-width: 218px;
}

    .popupBottom .popupBottomRight {
        background: url("../../images/tooltip/tooltip.png") no-repeat scroll 0 100%;
        background-color: #fff\9;
        font-size: 0;
        height: 14px;
        left: -12px;
        line-height: 0;
        position: relative;
        width: 12px;
    }

.popupImg {
    position: relative;
    top: -8px;
    left: -4px;
}

/* Popup End */
/* WebGood */
.Webgood .Frame-Top-Line {
    min-height: 0;
}

.Webgood .Top-Content {
    background: #ffffff;
}

.Webgood-Transaction-Title h1 {
    margin: 0;
}

.Print-Page {
    display: block;
    float: right;
    text-align: right;
    height: 32px;
    background: url(../images/printer.png) no-repeat right top;
    padding: 9px 36px 0 0;
    font-weight: normal;
    font-size: 11px;
    position: relative;
    z-index: 2;
}

.Webgood-Transaction-Information h3 {
    color: #4f5455;
    font-size: 1.1em;
    margin: 7px 0 3px 0;
}

/*webgood side content*/
.Side-Phone-Text {
    *display: inline-block;
}

    .Side-Phone-Text:after {
        content: "";
        display: table;
        clear: both;
    }

/*purchase summary*/

.Webgood-Statement td.Statement-Price,
.Webgood-Statement td.Statement-Company,
.Webgood-Statement td.Statement-Date {
    font-weight: bold;
}

.Webgood .Side-Content .Customer-Service h2,
.Webgood .Side-Content .Customer-Service h4.Description,
.Webgood .Side-Content .phonelabelelm,
.Webgood .Side-Content .phonenumberelm {
    color: #24AA1D;
}

.Webgood-Purchase {
    width: 100%;
    margin: 15px 0;
}

    .Webgood-Purchase th {
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4ZDdkYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UwZTBlMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d8d7dc), color-stop(100%, #e0e0e3));
        background-image: -moz-linear-gradient(#d8d7dc, #e0e0e3);
        background-image: -webkit-linear-gradient(#d8d7dc, #e0e0e3);
        background-image: linear-gradient(#d8d7dc, #e0e0e3);
        font-weight: bold;
        padding: 9px 4px;
        font-weight: bold;
        font-size: 12px;
        text-align: left;
        border-bottom: 1px dotted #dcdcdc;
    }

        .Webgood-Purchase th.Purchase-Price,
        .Webgood-Purchase td.Purchase-Price {
            text-align: right;
            float: none;
        }

    .Webgood-Purchase td {
        padding: 5px;
        border-bottom: 1px dotted #dcdcdc;
    }

    .Webgood-Purchase h5 {
        margin: 0.5em 0 0.2em 0;
    }

    .Webgood-Purchase em {
        color: #000;
    }

.Webgood-Summary {
    text-align: right;
    font-weight: bold;
}

.Webgood-Billing {
    padding: 12px 0;
}

    .Webgood-Billing tr {
        height: 25px;
        border-bottom: #f3f3f3 1px solid;
    }

    .Webgood-Billing td,
    .Webgood-Billing th {
        padding: 4px 4px;
        border-bottom: 1px solid #ddd;
        text-align: left;
    }

.Statement-Example {
    margin: 15px 0px 0 0px;
    height: 125px;
    max-width: 540Px;
    background-image: url(../images/example-document.png);
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
}

    .Statement-Example h3 {
        margin: 0px 0px 0px 75px;
        padding-top: 4px;
        font-size: 13px;
        max-width: 420px;
        height: 22px;
        line-height: 12px;
    }

        .Statement-Example h3 span {
            display: block;
            padding: 3px 0;
        }

.Webgood-Statement {
    margin: 27px 0px 0px 28px;
    width: 90%;
    height: 30px;
    max-width: 462px;
}

    .Webgood-Statement td.Statement-Date {
        width: 95px;
        white-space: nowrap;
        vertical-align: middle !important;
    }

.Webgood .Top-Content h4,
.Webgood .Top-Content h1 {
    padding: 5px;
}

.Webgood-Statement td.Statement-Company {
    line-height: 11px;
    font-size: 11px;
}

.Webgood-Statement td.Statement-Price {
    text-align: right;
    padding-right: 55px;
    white-space: nowrap;
}

/*standart Postsale*/
.post-x-sell-dialog-bg {
    z-index: 100;
    background: #000 !important;
    opacity: 0.8 !important;
}

.post-x-sell-dialog {
    top: 50% !important;
    left: 50% !important;
    height: 340px !important;
    width: 600px !important;
    background: #fff;
    overflow: visible;
    z-index: 9999;
    transform: translate(-50%, -50%);
}

.uc-designer-areaContainer #fua1 .Postsale {
    margin-left: 10px;
    margin-top: 20px;
}

.Postsale {
    color: #666;
    text-align: center;
    width: 605px;
    background: none;
    border: none;
    padding: 0;
    font-size: 15px;
    min-height: 200px;
}

.Postsale-Header {
    height: 53px;
    width: 310px;
    display: block;
    background: url(../images/postxsell.png) no-repeat;
    margin: -20px 0 5px -16px;
}

.fr .Postsale-Header,
.FR .Postsale-Header {
    background-position: 0 -54px;
}

.es .Postsale-Header,
.ES .Postsale-Header {
    background-position: 0 -108px;
}

.it .Postsale-Header,
.IT .Postsale-Header {
    background-position: 0 -162px;
}

.de .Postsale-Header,
.DE .Postsale-Header {
    background-position: 0 -216px;
}

.pt .Postsale-Header,
.PT .Postsale-Header {
    background-position: 0 -270px;
}

.ja .Postsale-Header,
.JA .Postsale-Header {
    background-position: 0 -324px;
}

.zh .Postsale-Header,
.ZH .Postsale-Header {
    background: url(../images/postXsellHeader.png) no-repeat 0 0;
}

.sv .Postsale-Header,
.SV .Postsale-Header {
    background: url(../images/postXsellHeader.png) no-repeat 0 -54px;
}

.ar .Postsale-Header,
.AR .Postsale-Header {
    background: url(../images/postXsellHeader.png) no-repeat 0 -108px;
}

.no .Postsale-Header,
.NO .Postsale-Header {
    background: url(../images/postXsellHeader.png) no-repeat 0 -162px;
}

.nl .Postsale-Header,
.NL .Postsale-Header {
    background: url(../images/postXsellHeader.png) no-repeat 0 -216px;
}

.fi .Postsale-Header,
.FI .Postsale-Header {
    background: url(../images/postXsellHeader.png) no-repeat 0 -270px;
}

.da .Postsale-Header,
.DA .Postsale-Header {
    background: url(../images/postXsellHeader.png) no-repeat 0 -324px;
}

.pl .Postsale-Header,
.PL .Postsale-Header {
    background: url(../images/postXsellHeader.png) no-repeat 0 -378px;
}

.ru .Postsale-Header,
.RU .Postsale-Header {
    background: url(../images/postXsellHeader.png) no-repeat 0 -432px;
}

.ko .Postsale-Header,
.KO .Postsale-Header {
    background: url(../images/postXsellHeader.png) no-repeat 0 -486px;
}

.Postsale-Content {
    overflow: auto;
    height: 220px;
    padding: 0 15px;
}

.Postsale .Postsale-Content-ProductImageBackground {
    background: url(../images/postxsell.png) no-repeat -445px 0;
    height: 125px;
    width: 150px;
    padding: 11px 20px 60px 15px;
    margin: 20px 15px 0 15px;
    text-align: center;
    float: left;
}

.Postsale-Content-ProductImage {
    height: 125px;
    line-height: 125px;
    width: 100%;
    text-align: center;
}

    .Postsale-Content-ProductImage:before {
        color: #fff;
        content: ".";
    }

    .Postsale-Content-ProductImage img {
        max-width: 125px;
        max-height: 125px;
        vertical-align: bottom;
    }

.Postsale-Content-ProductName {
    font-size: 1.8em;
    color: #4f5455;
}

.Postsale-Footer {
    background: #f1f1f1;
    padding: 0 15px 0 15px;
    border-top: 1px solid #ececec;
    box-shadow: 0 1px 0 #fff inset;
}

.Postsale-Footer-Accept,
.Postsale-Footer-Decline {
    width: 49%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.Postsale-Footer-Accept {
    border-left: 1px dotted #fff;
    padding: 8px 0 0 0;
}

.Postsale-Footer-Decline a {
    background: url(../images/postxsell.png) no-repeat -422px -318px;
    padding: 3px 12px 3px 24px;
    color: #999;
}

.Postsale-Footer-Accept a {
    display: inline-block;
    width: auto;
    padding: 0 3px 0 17px;
    margin: 0;
    height: 43px;
    color: #fff;
    text-shadow: 0 1px 1px #406a04;
    font-size: 12px;
    text-decoration: none;
    border: 0;
    line-height: 30px;
    background: url(../images/PostsaleButtonBg.png) no-repeat 0 0;
}

.Postsale-Footer-Accept:after {
    content: "";
    display: inline-block;
    margin: 0 0 0 -4px;
    width: 16px;
    height: 43px;
    vertical-align: top;
    background: transparent url(../images/PostsaleButtonBg.png) no-repeat right top;
}

/*editing mode fix*/
.iframe .Postsale-Footer-Accept:after {
    background-image: none;
}

/* tablet*/
/* smart phone*/


@media (max-width: 768px) {

    .Checkout,
    .Webgood {
        /*cart*/
        /*form*/
        /*
    	.Frame-Bottom .Footer-Links a {
    	 border-bottom: 1px dotted #fff;
    	 display: block;
    	 padding: 5px;
    	}
    	.Footer-Links{
    		padding:0;
    	}
    	 .Verisign {
    	margin:20px 0 0 0
    	}*/
    }

        .Checkout .Page-Container,
        .Checkout .Inner-Container,
        .Webgood .Page-Container,
        .Webgood .Inner-Container {
            max-width: 100%;
        }

        .Checkout .imgPreLoaded,
        .Webgood .imgPreLoaded {
            max-width: 100%;
        }

        .Checkout .Top-Content,
        .Webgood .Top-Content {
            margin: 0;
        }

        .Checkout .Step-Wrap,
        .Webgood .Step-Wrap {
            height: auto;
        }

            .Checkout .Step-Wrap .Secure,
            .Checkout .Step-Wrap .Step,
            .Webgood .Step-Wrap .Secure,
            .Webgood .Step-Wrap .Step {
                display: block;
                width: auto;
                float: none;
                border: 0;
                border-bottom: 1px solid #fff;
            }

                .Checkout .Step-Wrap .Step:last-child,
                .Webgood .Step-Wrap .Step:last-child {
                    border: 0;
                }

        .Checkout .Frame-Middle .Inner-Container,
        .Webgood .Frame-Middle .Inner-Container {
            background: #ffffff;
        }

        .Checkout .Frame-Bottom .System-Comatibility,
        .Webgood .Frame-Bottom .System-Comatibility {
            float: none;
            display: block;
            text-align: left;
        }

        .Checkout .Secured-Text,
        .Webgood .Secured-Text {
            text-align: left;
            float: none;
            width: 100%;
            margin: 0 0 5px 0;
        }

            .Checkout .Secured-Text img,
            .Webgood .Secured-Text img {
                float: left;
                margin: 0 5px 0 0;
            }

        .Checkout .Language,
        .Checkout .Currency,
        .Webgood .Language,
        .Webgood .Currency {
            float: none;
            width: 100%;
            text-align: left;
        }

        .Checkout .Main-Content,
        .Checkout .Bottom-Main,
        .Webgood .Main-Content,
        .Webgood .Bottom-Main {
            margin: 0;
        }

            .Checkout .Main-Content .Currency,
            .Webgood .Main-Content .Currency {
                float: none;
                position: relative;
                margin: 0 0 15px 0;
            }

        .Checkout .User-Information-Side,
        .Webgood .User-Information-Side {
            display: none;
        }

        .Checkout .User-Information-Form-Wrap,
        .Webgood .User-Information-Form-Wrap {
            float: none;
            width: auto;
            margin: 0;
            padding: 15px;
        }

        .Checkout .Cart-Wrap .Product-Information,
        .Checkout .Cart-Wrap .Product-Header,
        .Checkout .Cart-Wrap .ShoppingCart-Header-Product,
        .Webgood .Cart-Wrap .Product-Information,
        .Webgood .Cart-Wrap .Product-Header,
        .Webgood .Cart-Wrap .ShoppingCart-Header-Product {
            width: 75%;
        }

        .Checkout .Cart-Wrap .Product-QTY,
        .Checkout .Cart-Wrap .QTY-Header,
        .Checkout .Cart-Wrap .ShoppingCart-Header-QTY,
        .Webgood .Cart-Wrap .Product-QTY,
        .Webgood .Cart-Wrap .QTY-Header,
        .Webgood .Cart-Wrap .ShoppingCart-Header-QTY {
            display: none;
            visibility: hidden;
        }

        .Checkout .Cart-Wrap .Product-Price,
        .Checkout .Cart-Wrap .Price-Header,
        .Checkout .Cart-Wrap .ShoppingCart-Header-Price,
        .Webgood .Cart-Wrap .Product-Price,
        .Webgood .Cart-Wrap .Price-Header,
        .Webgood .Cart-Wrap .ShoppingCart-Header-Price {
            width: 23%;
            padding: 0;
        }

        .Checkout .User-Information .User-Information-Note-Email-Confirm,
        .Webgood .User-Information .User-Information-Note-Email-Confirm {
            position: relative;
            left: 0;
        }

        .Checkout .Contact-Information,
        .Checkout .Payment-Information,
        .Webgood .Contact-Information,
        .Webgood .Payment-Information {
            width: 100%;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        .Checkout .One-Field,
        .Checkout .One-Field label,
        .Webgood .One-Field,
        .Webgood .One-Field label {
            width: 100%;
            display: block;
            text-align: left;
        }

            .Checkout .Currency select,
            .Checkout .Payment-Information-Country select,
            .Checkout .Payment-Information-State select,
            .Checkout .Payment-Information-PaymentMethod select,
            .Checkout .One-Field input[type=text],
            .Checkout .One-Field input[type=password],
            .Checkout .Language select,
            .Webgood .Currency select,
            .Webgood .Payment-Information-Country select,
            .Webgood .Payment-Information-State select,
            .Webgood .Payment-Information-PaymentMethod select,
            .Webgood .One-Field input[type=text],
            .Webgood .One-Field input[type=password],
            .Webgood .Language select {
                width: 99%;
            }

    .Page-Step1 .User-Information,
    .Next-Step-Button-Wrap {
        width: 100%;
    }

    .User-Information-Email:after {
        right: -15px;
        top: 26px;
    }

    .Checkout .Payment-Information-EmailInfo,
    .Webgood .Payment-Information-EmailInfo {
        margin: 0;
        width: 85%;
    }

    .Checkout .Payment-Information-CardExpDate input[type=number],
    .Checkout .Payment-Information-ZIP input[type=text],
    .Checkout .Payment-Information-CardCVV input[type=text],
    .Webgood .Payment-Information-CardExpDate input[type=number],
    .Webgood .Payment-Information-ZIP input[type=text],
    .Webgood .Payment-Information-CardCVV input[type=text] {
        width: 38%;
    }

    .Checkout .Payment-Information-PaymentMethod-Logos,
    .Webgood .Payment-Information-PaymentMethod-Logos {
        height: auto;
        margin: 0;
    }

        .Checkout .Payment-Information-PaymentMethod-Logos .Credit-Cards-Logo,
        .Webgood .Payment-Information-PaymentMethod-Logos .Credit-Cards-Logo {
            padding: 0;
            margin: 0;
            width: 85%;
            overflow: hidden;
        }

    .Checkout #Process-Action .Manadtory-Tetms,
    .Webgood #Process-Action .Manadtory-Tetms {
        text-align: left;
        float: none;
    }

    .Checkout #Process-Action,
    .Webgood #Process-Action {
        width: 100%;
        margin: 0;
    }

    .Checkout .Button-Side-Content,
    .Webgood .Button-Side-Content {
        width: 80%;
        max-width: 100%;
        float: none;
        text-align: center;
    }

        .Checkout .Button-Side-Content .Verisign,
        .Webgood .Button-Side-Content .Verisign {
            margin: 0 auto;
        }

    .Checkout .Process-Order-Button,
    .Checkout .Process-Order-Button:hover,
    .Webgood .Process-Order-Button,
    .Webgood .Process-Order-Button:hover {
        float: none;
    }

    .Checkout .Payment-Information-If-Bussiness,
    .Checkout .Short-Summary,
    .Webgood .Payment-Information-If-Bussiness,
    .Webgood .Short-Summary {
        text-align: left;
        margin: 5px 0 20px 0;
        color: #4f5455;
    }

    .Checkout .Short-Summary,
    .Webgood .Short-Summary {
        text-align: left;
        display: block;
        float: none;
        position: absolute;
        top: -35px;
    }

    .Checkout .Side-Content,
    .Webgood .Side-Content {
        display: none;
    }

        .Checkout .Side-Content .Customer-Service,
        .Webgood .Side-Content .Customer-Service {
            display: block;
            visibility: visible;
            text-align: left;
        }

            .Checkout .Side-Content .Customer-Service > img,
            .Checkout .Side-Content .Customer-Service h2,
            .Webgood .Side-Content .Customer-Service > img,
            .Webgood .Side-Content .Customer-Service h2 {
                display: none;
                visibility: hidden;
            }

            .Checkout .Side-Content .Customer-Service h3,
            .Webgood .Side-Content .Customer-Service h3 {
                display: inline;
                vertical-align: middle;
            }

    .Checkout .Customer-Service br,
    .Webgood .Customer-Service br {
        display: none;
    }

    .Checkout .phonelabelelm,
    .Checkout .phonenumberelm,
    .Webgood .phonelabelelm,
    .Webgood .phonenumberelm {
        display: inline-block;
        margin: 2px -4px 2px 0;
    }

    .Checkout .phonelabelelm,
    .Webgood .phonelabelelm {
        width: 60%;
    }

    .Checkout .phonenumberelm,
    .Webgood .phonenumberelm {
        text-align: right;
        width: 38%;
        padding-right: 2%;
    }

    .Checkout .Print-Page,
    .Webgood .Print-Page {
        display: none;
    }

    .Checkout .Statement-Example,
    .Webgood .Statement-Example {
        background: none;
        width: 100%;
    }

    .Checkout .Webgood-Statement,
    .Webgood .Webgood-Statement {
        margin: 0;
        background: url(../images/example-document.png) no-repeat 0 -36px;
        width: 100%;
        max-width: 508px;
    }

        .Checkout .Webgood-Statement td,
        .Webgood .Webgood-Statement td {
            padding: 25px 0 25px 0;
        }

            .Checkout .Webgood-Statement td.Statement-Date,
            .Webgood .Webgood-Statement td.Statement-Date {
                padding-left: 27px;
            }

            .Checkout .Webgood-Statement td.Statement-Price,
            .Webgood .Webgood-Statement td.Statement-Price {
                padding-right: 4%;
            }

    .Checkout .iframe .Side-Content,
    .Checkout .iframe .Side-Content .Side-Content-Item,
    .Webgood .iframe .Side-Content,
    .Webgood .iframe .Side-Content .Side-Content-Item {
        display: block;
    }

    .Checkout .iframe .Side-Content,
    .Webgood .iframe .Side-Content {
        width: 270px;
        float: left;
        padding: 0;
        text-align: right;
    }

    .Checkout .iframe .Main-Content,
    .Webgood .iframe .Main-Content {
        margin: 0 0 0 290px;
        position: relative;
    }
}


@media (max-width: 480px) {

    .Checkout .Page-Container,
    .Checkout .Inner-Container,
    .Webgood .Page-Container,
    .Webgood .Inner-Container {
        width: 100%;
    }

    .Checkout #Process-Action,
    .Webgood #Process-Action {
        width: 100%;
        margin: 0;
    }

    .Checkout .Next-Step-Button,
    .Checkout .Next-Step-Button:hover,
    .Checkout .Process-Order-Button,
    .Checkout .Process-Order-Button:hover,
    .Webgood .Next-Step-Button,
    .Webgood .Next-Step-Button:hover,
    .Webgood .Process-Order-Button,
    .Webgood .Process-Order-Button:hover {
        width: 85%;
    }

    .Checkout .Next-Step-Button-Wrap,
    .Webgood .Next-Step-Button-Wrap {
        width: 85%;
        margin: 0;
        padding: 0;
    }

        .Checkout .Next-Step-Button-Wrap .Next-Step-Button,
        .Checkout .Next-Step-Button-Wrap .Next-Step-Button:hover,
        .Webgood .Next-Step-Button-Wrap .Next-Step-Button,
        .Webgood .Next-Step-Button-Wrap .Next-Step-Button:hover {
            width: 100%;
        }

    .Checkout .Row-2Cell,
    .Checkout .Row-3Cell,
    .Checkout .Row-4Cell,
    .Checkout .Row-5Cell,
    .Checkout .Row-6Cell,
    .Checkout .Bottom-Side,
    .Checkout .Bottom-Main,
    .Webgood .Row-2Cell,
    .Webgood .Row-3Cell,
    .Webgood .Row-4Cell,
    .Webgood .Row-5Cell,
    .Webgood .Row-6Cell,
    .Webgood .Bottom-Side,
    .Webgood .Bottom-Main {
        display: block;
        margin: 5px 0;
        float: none;
        width: 100%;
        text-align: left;
    }

    .Cart-Wrap .ShoppingCart-Title .Product-Header,
    .Cart-Wrap .ShoppingCart-Title .ShoppingCart-Header-Product {
        width: 100%;
    }

    .Cart-Wrap .ShoppingCart-Title .QTY-Header,
    .Cart-Wrap .ShoppingCart-Title .ShoppingCart-Header-QTY,
    .Cart-Wrap .ShoppingCart-Title .Price-Header,
    .Cart-Wrap .ShoppingCart-Title .ShoppingCart-Header-Price {
        display: none;
        visibility: hidden;
    }

    .Cart-Wrap .ShoppingCart-Title .Language,
    .Cart-Wrap .ShoppingCart-Title .Currency {
        margin: 0 0 10px 0;
    }

    .Cart-Wrap .ShoppingCart .Product-Image,
    .Cart-Wrap .ShoppingCart .c_Product-Image,
    .Cart-Wrap .ShoppingCart .Product-Imageundefined {
        float: none;
        max-width: 100%;
        max-height: 125px;
    }

        .Cart-Wrap .ShoppingCart .Product-Image ~ h5,
        .Cart-Wrap .ShoppingCart .c_Product-Image ~ h5,
        .Cart-Wrap .ShoppingCart .Product-Imageundefined ~ h5 {
            margin-left: 0;
        }

    .Cart-Wrap .ShoppingCart .Product-Information,
    .Cart-Wrap .ShoppingCart .Product-QTY,
    .Cart-Wrap .ShoppingCart .Product-Price {
        display: block;
        width: 100%;
        text-align: left;
    }

        .Cart-Wrap .ShoppingCart .Product-Price > div {
            display: block;
            position: relative;
            left: 0;
            top: 0;
        }

    .Cart-Wrap .ShoppingCart .Old-Price-Value,
    .Cart-Wrap .ShoppingCart .Saved-Amount-Value {
        width: auto;
    }

    .Cart-Wrap .ShoppingCart .Product-Information {
        padding-bottom: 8px;
    }

    .Cart-Wrap .ShoppingCart .Product-QTY {
        display: none;
        visibility: hidden;
    }

    .Cart-Wrap .ShoppingCart .ShoppingCart-Item-ProductDescription {
        display: none;
    }
}


@media (max-width: 979px) {

    .Page-Step2 .Compare-Title {
        font-size: 32px;
    }

    .Checkout .Main-Content .Currency,
    .Checkout .Main-Content .Payment-Information-Country {
        width: 50%;
        display: inline-block;
    }

        .Checkout .Main-Content .Currency select,
        .Checkout .Main-Content .Payment-Information-Country select {
            width: auto;
        }

    .Checkout .Main-Content .Payment-Information-Country {
        text-align: right;
        margin: 0 0 0 -4px;
    }

        .Checkout .Main-Content .Currency label,
        .Checkout .Main-Content .Payment-Information-Country label {
            display: block;
            width: auto;
            text-align: inherit;
        }

    .Checkout .Main-Content .Currency > div,
    .Checkout .Main-Content .Payment-Information-Country-Control {
        display: block;
        width: auto;
    }
}


@media (min-width: 769px) and (max-width: 979px) {

    .fr .Select-Button,
    .fr .Select-Button-Recommend,
    .es .Select-Button,
    .es .Select-Button-Recommend,
    .it .Select-Button,
    .it .Select-Button-Recommend,
    .pt .Select-Button,
    .pt .Select-Button-Recommend,
    .FR .Select-Button,
    .FR .Select-Button-Recommend,
    .ES .Select-Button,
    .ES .Select-Button-Recommend,
    .IT .Select-Button,
    .IT .Select-Button-Recommend,
    .PT .Select-Button,
    .PT .Select-Button-Recommend {
        font-size: 12px;
    }

    .Page-Step2 .Select-Button,
    .Page-Step2 .Select-Button-Recommend {
        width: 120px;
    }

    .Checkout .Contact-Information,
    .Checkout .Payment-Information {
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .Checkout .One-Field,
    .Checkout .One-Field label {
        width: 100%;
        display: block;
        text-align: left;
    }

        .Checkout .Currency select,
        .Checkout .Payment-Information-Country select,
        .Checkout .Payment-Information-State select,
        .Checkout .Payment-Information-PaymentMethod select,
        .Checkout .One-Field input[type=text],
        .Checkout .One-Field input[type=password],
        .Checkout .Language select {
            width: 90%;
        }

    .Checkout .Payment-Information-EmailInfo {
        margin: 0;
        width: 90%;
    }

    .Checkout .Payment-Information .Payment-Information-CardExpDate input[type=number],
    .Checkout .Payment-Information-ZIP input[type=text],
    .Checkout .Payment-Information-CardCVV input[type=text] {
        width: 38%;
    }

    .Checkout .Payment-Information-PaymentMethod-Logos {
        height: auto;
        margin: 0;
    }

        .Checkout .Payment-Information-PaymentMethod-Logos .Credit-Cards-Logo {
            padding: 0 0 10px 0;
            margin: 0;
            width: 90%;
        }

    .Checkout #Process-Action .Manadtory-Tetms {
        text-align: left;
        float: none;
    }

    .Checkout #Process-Action {
        width: 100%;
        margin: 0;
    }

    .Checkout .Button-Side-Content {
        width: 80%;
        max-width: 100%;
        float: none;
        text-align: center;
    }

        .Checkout .Button-Side-Content .Verisign {
            margin: 0 auto;
        }

    .Checkout .Process-Order-Button,
    .Checkout .Process-Order-Button:hover {
        float: none;
    }

    .Checkout .Payment-Information-If-Bussiness,
    .Checkout .Short-Summary {
        text-align: left;
        margin: 5px 0 20px 0;
        color: #4f5455;
    }
}



@media (min-width: 578px) {
    .mobileselect {
        display: none;
    }
}

@media (max-width: 577px) {
    .mobileselect {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .prod1,
    .prod2,
    .prod3,
    .prod4 {
        position: relative;
        padding-bottom: 50px !important;
        font-size: 13px;
    }

    .Page-Step2 .Compare-Title h2,
    .Page-Step2 .Compare-Title h1 {
        display: none;
    }

    .Compare-Body td:first-of-type {
        display: none;
    }

    .Page-Step2 .Compare-Content {
        width: 99.5%;
    }

    .Compare-Body tr:not(:first-of-type) {
        display: none;
    }

    .Page-Step2 .Select-Button,
    .Page-Step2 .Select-Button-Recommend {
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .Checkout .Main-Content .Cart-Wrap {
        margin-top: 65px;
    }

    .Checkout .Main-Content .Currency,
    .Checkout .Main-Content .Payment-Information-Country {
        width: 100%;
        text-align: left;
    }

        .Checkout .Main-Content .Currency select,
        .Checkout .Main-Content .Payment-Information-Country select {
            width: 85%;
        }

    .Checkout .Main-Content .Payment-Information-Country {
        top: 50px;
        margin: 0;
    }
}




#xsells .ShoppingCart-Item {
    width: 94%;
    background: url(https://downloads.upclick.com/Publishers/Designs/skins/images/plus.png) no-repeat 1px;
}

    #xsells .ShoppingCart-Item:nth-child(2) {
        width: 94%;
        background: url(https://downloads.upclick.com/Publishers/Designs/skins/images/iconDP.png) no-repeat 1px;
    }

    #xsells .ShoppingCart-Item p,
    .c_ShoppingCart-Item p {
        margin-left: 40px;
    }

    #xsells .ShoppingCart-Item h5,
    .c_ShoppingCart-Item h5 {
        margin-left: 40px;
    }

.simplemodal-container .Xsell-Row {
    border: none !important;
}

.simplemodal-container .nothanks {
    background: none;
    padding: 15px 0;
    display: none !important;
}

.Page-Step2 .ShoppingCart-Item:nth-child(1) .Product-Information h5 span {
    display: none;
}

.Page-Step2 .ShoppingCart-Item:nth-child(2) .Product-Information h5 span {
    display: none;
}

.Page-Step2 .ShoppingCart-Item:nth-child(3) .Product-Information h5 span {
    display: none;
}


body.en .simplemodal-container .Chosen-Main-Product:after {
    content: "Improve your software!";
    color: #599404;
    font-size: 20px;
    font-weight: bold;
}

body.fr .simplemodal-container .Chosen-Main-Product:after {
    content: "Améliorez votre logiciel !";
    color: #599404;
    font-size: 20px;
    font-weight: bold;
}

body.es .simplemodal-container .Chosen-Main-Product:after {
    content: "¡Mejore su programa!";
    color: #599404;
    font-size: 20px;
    font-weight: bold;
}

body.it .simplemodal-container .Chosen-Main-Product:after {
    content: "Migliora il tuo software!";
    color: #599404;
    font-size: 20px;
    font-weight: bold;
}

body.de .simplemodal-container .Chosen-Main-Product:after {
    content: "Erhalten Sie mehr Funktionen!";
    color: #599404;
    font-size: 20px;
    font-weight: bold;
}

body.pt .simplemodal-container .Chosen-Main-Product:after {
    content: "Obtenha mais funcionalidades!";
    color: #599404;
    font-size: 20px;
    font-weight: bold;
}

.verisign {
    float: left;
    margin-right: 10px;
}

.Frame-Bottom-Line td {
    padding: 40px;
    border-right: 20px solid #ffffff;
    border-left: 20px solid #ffffff;
}

#xsells .Product-Information {
    width: 75%;
    padding-top: 10px;
}

#xsells .Product-Price {
    width: 23%;
}

#xsells .ShoppingCart-Item {
    width: 94%;
}

.Block,
.Footer,
.Page-Step3 .Cart-Wrap,
.Webgood .Top-Msg,
.Side-Content,
.Page-Step3 .Block,
.Footer,
.Page-Step3 .Cart-Wrap,
.Webgood .Top-Msg,
.Side-Content,
.Page-Step3 .ShoppingCart-Summary,
.Webgood .Side-Content .Side-Content-Item {
    border: 1px solid #dfdfdf;
    padding: 10px;
}


.bestvalue {
    position: absolute;
    right: -6px;
    top: 0;
}

    .bestvalue img {
        max-width: 100%;
    }

.left {
    float: left;
}

.right {
    float: right;
}

.clearme {
    clear: both;
    height: 10px;
}



.col-full {
    width: 100%;
}

.col-onethird {
    width: 30%;
    text-align: center;
    padding-top: 20px;
}

.col-onehalf {
    width: 50%;
}

.col-twothirds {
    width: 65%;
    padding-top: 14px;
    font-size: 13px;
    font-weight: bold;
}

.postContainer {
    width: 605px !important;
    margin: 10px auto 0;
}


.postsale .footer {
    display: none;
}

#post-sale {
    height: auto;
    width: 605px;
    text-align: center;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

    #post-sale #description {
        left: 0;
        top: 0;
        width: 100%;
    }

        #post-sale #description h1 {
            display: none;
        }

        #post-sale #description > div {
            width: 605px;
            text-align: center;
        }

        #post-sale #description p {
            font-size: 15px;
            line-height: 18px;
        }

    #post-sale .product {
        left: 12px;
    }

    #post-sale #graphics {
        display: none;
    }

.postsale .action {
    width: auto;
}

.postsale a.buynow_en,
.postsale a.buynow_en:hover {
    background-image: none;
    background-color: #e57d1f;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #333;
    border-radius: 5px;
    color: #fff;
    height: auto;
    padding: 10px;
}

.post-x-sell-dialog-content > div {
    width: 605px !important;
    margin: 10px auto 0 !important;
}

.post-sale-body {
    display: inline-block;
    padding: 25px;
    width: 555px;
    position: relative;
}

    .post-sale-body .Postsale-Header {
        position: absolute;
        top: -12px;
        left: 3px;
    }

    .post-sale-body h2 {
        margin-top: 0;
    }

    .post-sale-body .pricebox {
        background: #eee;
        border: 1px solid #ddd;
        margin: 10px 0;
        padding: 20px 20px 10px;
        font-size: 15px;
        font-weight: bold;
    }

.btn-floats .tip {
    max-width: 60%;
    margin-top: -45px !important;
    color: #000 !important;
}

.btn-floats {
    width: 561px;
    height: 32px !important;
    background: #000 !important;
    padding: 20px 20px 30px !important;
    color: #fff !important;
}

body.fr .btn-floats a {
    font-size: 12px;
    border-radius: 5px;
    color: #fff;
    height: auto;
    padding: 15px;
    display: inline-block;
    float: right;
    position: absolute;
    left: 20px;
}

a.buynow_fr {
    position: absolute !important;
    left: 351px !important;
    font-size: 15px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    background: linear-gradient(to right, #9cde50, #63993d) !important;
    width: 200px;
    height: 16px;
}


body.de .btn-floats a {
    font-size: 12px;
    border-radius: 5px;
    color: #fff;
    height: auto;
    padding: 15px;
    display: inline-block;
    float: right;
    position: absolute;
    left: 20px;
}

a.buynow_de {
    position: absolute !important;
    left: 307px !important;
    font-size: 15px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    background: linear-gradient(to right, #9cde50, #63993d) !important;
    width: 245px;
    height: 16px;
}

.btn-floats a {
    font-size: 12px;
    border-radius: 5px;
    color: #fff;
    height: auto;
    padding: 15px;
    display: inline-block;
    float: right;
    position: absolute;
    left: 20px;
}

a.buynow_en {
    position: absolute !important;
    left: 387px !important;
    font-size: 15px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    background: linear-gradient(to right, #9cde50, #63993d) !important;
    width: 145px;
    height: 16px;
}

body.es .btn-floats a {
    font-size: 12px;
    border-radius: 5px;
    color: #fff;
    height: auto;
    padding: 15px;
    display: inline-block;
    float: right;
    position: absolute;
    left: 20px;
}

a.buynow_es {
    position: absolute !important;
    left: 355px !important;
    font-size: 15px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    background: linear-gradient(to right, #9cde50, #63993d) !important;
    width: 188px;
    height: 16px;
}

body.it .btn-floats a {
    font-size: 12px;
    border-radius: 5px;
    color: #fff;
    height: auto;
    padding: 15px;
    display: inline-block;
    float: right;
    position: absolute;
    left: 20px;
}

a.buynow_it {
    position: absolute !important;
    left: 307px !important;
    font-size: 15px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    background: linear-gradient(to right, #9cde50, #63993d) !important;
    width: 220px;
    height: 16px;
}

body.pt .btn-floats a {
    font-size: 12px;
    border-radius: 5px;
    color: #fff;
    height: auto;
    padding: 15px;
    display: inline-block;
    float: right;
    position: absolute;
    left: 20px;
}

a.buynow_pt {
    position: absolute !important;
    left: 307px !important;
    font-size: 15px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    background: linear-gradient(to right, #9cde50, #63993d) !important;
    width: 245px;
    height: 16px;
}


body.nl .btn-floats a {
    font-size: 12px;
    border-radius: 5px;
    color: #fff;
    height: auto;
    padding: 15px;
    display: inline-block;
    float: right;
    position: absolute;
    left: 20px;
}

a.buynow_nl {
    position: absolute !important;
    left: 307px !important;
    font-size: 15px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    background: linear-gradient(to right, #9cde50, #63993d) !important;
    width: 255px;
    height: 16px;
}



body.sv .btn-floats a {
    font-size: 12px;
    border-radius: 5px;
    color: #fff;
    height: auto;
    padding: 15px;
    display: inline-block;
    float: right;
    position: absolute;
    left: 20px;
}

a.buynow_sv {
    position: absolute !important;
    left: 307px !important;
    font-size: 15px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    background: linear-gradient(to right, #9cde50, #63993d) !important;
    width: 245px;
    height: 16px;
}


body.no .btn-floats a {
    font-size: 12px;
    border-radius: 5px;
    color: #fff;
    height: auto;
    padding: 15px;
    display: inline-block;
    float: right;
    position: absolute;
    left: 20px;
}

a.buynow_no {
    position: absolute !important;
    left: 307px !important;
    font-size: 15px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    background: linear-gradient(to right, #9cde50, #63993d) !important;
    width: 245px;
    height: 16px;
}


body.fi .btn-floats a {
    font-size: 12px;
    border-radius: 5px;
    color: #fff;
    height: auto;
    padding: 15px;
    display: inline-block;
    float: right;
    position: absolute;
    left: 20px;
}

a.buynow_fi {
    position: absolute !important;
    left: 307px !important;
    font-size: 15px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    background: linear-gradient(to right, #9cde50, #63993d) !important;
    width: 245px;
    height: 16px;
}


body.da .btn-floats a {
    font-size: 12px;
    border-radius: 5px;
    color: #fff;
    height: auto;
    padding: 15px;
    display: inline-block;
    float: right;
    position: absolute;
    left: 20px;
}

a.buynow_da {
    position: absolute !important;
    left: 307px !important;
    font-size: 15px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    background: linear-gradient(to right, #9cde50, #63993d) !important;
    width: 245px;
    height: 16px;
}


body.ja .btn-floats a {
    font-size: 12px;
    border-radius: 5px;
    color: #fff;
    height: auto;
    padding: 15px;
    display: inline-block;
    float: right;
    position: absolute;
    left: 20px;
}

a.buynow_ja {
    position: absolute !important;
    left: 307px !important;
    font-size: 15px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    background: linear-gradient(to right, #9cde50, #63993d) !important;
    width: 245px;
    height: 16px;
}




.post-sale-body .pricebox .green {
    font-size: 18px;
}

.green {
    color: #6db322;
}

/* CSS Document  */
.Postsale {
    width: 600px !important;
}

.post-x-sell-dialog-content > div {
    width: 600px !important;
}

.post-x-sell-dialog {
    min-height: 340px;
    height: auto !important;
}

.Postsale .Postsale-Content {
    height: auto;
    margin-bottom: 52px;
    /*height of footer*/
}

.Postsale-Footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.Postsale-Footer-Accept {
    padding: 8px 0 8px 0 !important;
}

    .Postsale-Footer-Accept a[name="acceptsale"] {
        position: inherit !important;
        left: 0;
        font-size: 15px !important;
        font-weight: bold !important;
        background: linear-gradient(to right, #9cde50, #63993d) !important;
        width: auto !important;
        height: 35px !important;
        line-height: 35px;
        padding: 0 10px 0 10px !important;
        border-radius: 5px;
        border: none !important;
        box-shadow: none !important;
    }

    .Postsale-Footer-Accept:after {
        display: none;
    }

.Postsale h1 {
    margin: 0.5em 0.5em 0;
}

.Postsale .green {
    color: #6db322;
}

.Postsale .Postsale-Product {
    float: left;
    width: 60%;
}

    .Postsale .Postsale-Product .pricebox {
        background: #eee;
        border: 1px solid #ddd;
        margin: 10px 0;
        padding: 20px 20px 10px;
        font-size: 15px;
        font-weight: bold;
    }

.Postsale .Postsale-Content-ProductName {
    margin: 15px 0 0;
}

.Postsale .Postsale-Footer-Accept {
    border-left: none;
}

/*Coupons*/

.CouponForm input[type="button"] {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #58af33;
    background-image: linear-gradient(to bottom, #65c63c, #4d9330);
    background-repeat: repeat-x;
    border-color: #58af33 #58af33 #4d9330;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid transparent;
}

    .CouponForm input[type="button"]:hover {
        border-color: #264c16;
    }

    .CouponForm input[type="button"]:active {
        background-color: #479228;
        background-image: none;
    }

.CouponForm input[type="text"] {
    line-height: 22px;
    height: 26px;
    padding: 0px 12px;
    margin: 0 20px;
}

.CouponTable {
    text-align: left;
    float: left;
}

.CouponError {
    overflow: hidden;
    text-align: left;
    width: 100%;
}

.CouponError_msg {
    font-size: 12px;
    color: #ac260d;
    text-align: left;
    line-height: 2;
}

.ShoppingCart-Summary {
    overflow: hidden;
}

.CouponForm {
    float: left;
    line-height: 43px;
}

.Total-Field {
    float: right;
}

.Process-Order .border {
    border: none;
}

span.ShoppingCart-Item-Coupons {
    color: #6db322;
}

.CouponTable .coupons-list {
    min-width: 470px;
    border-radius: 5px;
    color: #6db322;
    border-collapse: inherit;
}

    .CouponTable .coupons-list td {
        padding: 0 5px 0 0;
        font-weight: normal;
        border: none;
        text-align: left;
    }

@media screen and (max-width: 767px) {
    .CouponForm input {
        display: block;
        margin: 5px 0 !important;
    }

    .CouponTable .coupons-list {
        min-width: auto;
        width: 100%;
        border: 1px solid #ddd;
        padding: 0 5px;
    }

    .CouponForm {
        float: left;
        line-height: normal;
        text-align: left;
    }

    .CouponTable {
        text-align: left;
        float: left;
        width: 100%;
    }
}

.card-item.klarna:hover .dropdown-container {
    z-index: 2;
}

.card-item.klarna .dropdown-container {
    z-index: -1;
}
