#colorbox {
    box-shadow: 4px 4px 3px -3px rgba(0, 0, 0, 0.5);
    outline: 0
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    overflow: hidden
}
#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%
}
#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left
}
#cboxContent {
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    padding: 35px;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    border: 0!important;
    z-index: 100
}
#cboxLoadedContent {
    overflow: auto;
    color: #333;
    font-size: 14px;
    border-radius: 2px
}
#cboxLoadedContent h3 {
    font-size: 22px;
    color: #333;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dadada
}
#cboxLoadedContent iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0
}
#cboxTitle {
    margin: 0
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer
}
#cboxOverlay {
    background: #000;
    filter: alpha(opacity=40)!important;
    -ms-filter: alpha(opacity=40)!important;
    opacity: .4!important
}
#cboxTopLeft {
    width: -21px;
    height: -21px
}
#cboxTopRight {
    width: -21px;
    height: -21px
}
#cboxBottomLeft {
    width: -21px;
    height: -21px
}
#cboxBottomRight {
    width: -21px;
    height: -21px
}
#cboxMiddleLeft {
    width: -21px
}
#cboxMiddleRight {
    width: -21px
}
#cboxTopCenter {
    height: -21px
}
#cboxBottomCenter {
    height: -21px
}
#cboxError {
    padding: 50px;
    border: 1px solid #ccc
}
#cboxWrapper {
    background: #fff
}
#cboxTitle {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #666
}
#cboxCurrent {
    position: absolute;
    top: -20px;
    right: 23px;
    color: #000
}
#cboxSlideshow {
    position: absolute;
    top: -20px;
    right: 90px;
    color: #fff
}
#cboxPrevious {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -32px;
    background: url('controls:66f122cafc3d4ef9c64da403cc363248.png') no-repeat 0 -56px;
    width: 41px;
    height: 55px;
    text-indent: -9999px;
    color: #fff;
    border: 0
}
#cboxNext {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -32px;
    background: url('controls:66f122cafc3d4ef9c64da403cc363248.png') no-repeat 1px 1px;
    width: 41px;
    height: 55px;
    text-indent: -9999px;
    color: #fff;
    border: 0
}
#cboxLoadingOverlay {
    background: #fff
}
#cboxLoadingGraphic {
    background: url('loading:e6611f867d63754b7a2a974fb0a0e7dc.gif') no-repeat center center
}
#cboxClose {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    background: url('controls:66f122cafc3d4ef9c64da403cc363248.png') 0 -113px no-repeat;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    color: #fff;
    border: 0
}
#cboxClose:hover,
#cboxClose.hover {
    background-position: -20px -113px
}
.modalCloseLink {
    position: fixed;
    right: 10px;
    top: 10px;
    display: block;
    background: url('controls:66f122cafc3d4ef9c64da403cc363248.png') 50px -117px no-repeat;
    width: 70px;
    height: 30px;
    text-indent: -9999px;
    z-index: 1000000
}
.modalCloseLink:hover {
    color: #000;
    text-decoration: none;
    text-indent: 0
}
.modalCloseLink:hover strong {
    border: 1px solid #b2b2b2;
    background-color: #fff;
    margin: 0 30px 0 0;
    padding: 2px 4px;
    float: left
}
body,
select,
input,
textarea,
optgroup {
    font: 12px "Lucida Grande", Arial, sans-serif
}
a {
    text-decoration: none;
    outline: 0;
    color: #039;
    cursor: pointer
}
a:hover {
    text-decoration: underline
}
strong {
    font-weight: bold
}
.hidden {
    visibility: hidden
}
.form-style-wrapper:-moz-ui-invalid {
    box-shadow: none
}
.form-style-wrapper textarea,
.form-style-wrapper input,
.form-style-wrapper select {
    font-size: 12px!important;
    background-color: #fff
}
.form-style-wrapper textarea:focus,
.form-style-wrapper input[type='text']:focus,
.form-style-wrapper input[type='password']:focus,
.form-style-wrapper input[type='email']:focus,
.form-style-wrapper input[type='tel']:focus,
.form-style-wrapper select:focus {
    outline: 0;
    border: 1px solid #6097d1;
    box-shadow: 0 0 1px 1px #6097d1
}
.form-style-wrapper textarea:disabled,
.form-style-wrapper input[type='text']:disabled,
.form-style-wrapper input[type='password']:disabled,
.form-style-wrapper input[type='email']:disabled,
.form-style-wrapper input[type='tel']:disabled,
.form-style-wrapper select:disabled,
.form-style-wrapper textarea.disabled,
.form-style-wrapper input[type='text'].disabled,
.form-style-wrapper input[type='password'].disabled,
.form-style-wrapper input[type='email'].disabled,
.form-style-wrapper input[type='tel'].disabled,
.form-style-wrapper select.disabled {
    color: #999;
    background-color: #f2f2f2
}
.form-style-wrapper form.submitted textarea.ng-invalid,
.form-style-wrapper form.submitted input.ng-invalid,
.form-style-wrapper form.submitted select.ng-invalid,
.form-style-wrapper form.submitted input[type="radio"].ng-invalid:not(:focus)+label:before,
.form-style-wrapper form.submitted input[type="checkbox"].ng-invalid:not(:focus)+label:before,
.form-style-wrapper form.submitted textarea.error {
    border-color: #f1908f;
    background-color: #fff1f1
}
.form-style-wrapper form.submitted select .ng-invalid {
}
.form-style-wrapper button+button {
    margin-right: 10px
}
.form-style-wrapper .form-help-text {
    color: #999;
    margin-top: 10px;
    font-size: 11px
}
.form-style-wrapper .form-error {
    color: #fb0317;
    margin-top: 2px;
    font-size: 11px
}
.form-style-wrapper .form-error:before {
    content: ' ';
    display: inline-block;
    margin-right: 4px;
    padding-top: -1px
}
.form-style-wrapper p.form-error {
    margin-bottom: 2px
}
.form-style-wrapper .form-group {
    float: left
}
.form-style-wrapper .single-column-form .form-group {
    width: 550px
}
.form-style-wrapper input+.btn-form,
.form-style-wrapper .phone-number+.btn-form {
    vertical-align: inherit;
    margin-left: 10px
}
.form-style-wrapper textarea,
.form-style-wrapper input[type="text"],
.form-style-wrapper input[type="password"],
.form-style-wrapper input[type="email"],
.form-style-wrapper input[type="tel"] {
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    padding: 6px 8px 7px
}
.form-style-wrapper .phone-number {
    display: inline-block
}
.form-style-wrapper .phone-number input {
    padding-left: 37px;
    width: 213px!important
}
.form-style-wrapper .phone-number:before {
    content: '+90 ';
    position: absolute;
    padding-left: 5px
}
.form-style-wrapper input[type="radio"],
.form-style-wrapper input[type="checkbox"] {
    margin: 0;
    margin-top: 1px \9;
    line-height: normal;
    display: none;
    opacity: 0;
    width: 0;
    height: 0
}
.form-style-wrapper input[type="radio"]+label,
.form-style-wrapper input[type="checkbox"]+label {
    padding-left: 22px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}
.form-style-wrapper input[type="radio"]+label:before,
.form-style-wrapper input[type="checkbox"]+label:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 0;
    left: 0;
    border: 1px solid #ccc;
    background-color: #fff
}
.form-style-wrapper input[type="radio"]+label:hover:before,
.form-style-wrapper input[type="checkbox"]+label:hover:before {}.form-style-wrapper input[type="radio"]:focus+label:before,
.form-style-wrapper input[type="checkbox"]:focus+label:before {
    top: -1px;
    left: -1px;
    border-width: 2px;
    border-color: #6097d1
}
.form-style-wrapper input[type="radio"]:not(:focus):checked+label:before,
.form-style-wrapper input[type="checkbox"]:not(:focus):checked+label:before {
    border-color: #da8016
}
.form-style-wrapper input[type="radio"]+label:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 0;
    left: 0;
    border: 1px solid #ccc;
    border-radius: 14px
}
.form-style-wrapper input[type="radio"]:checked+label:after {
    content: '';
    background-color: #da8016;
    display: inline-block;
    position: absolute;
    border: 1px solid #da8016;
    border-color: #da8016;
    border-radius: 6px;
    width: 6px;
    height: 6px;
    top: 4px;
    left: 4px
}
.form-style-wrapper input[type="radio"]:disabled+label:before {
    background-color: #eaeaea
}
.form-style-wrapper input[type="checkbox"]+label:before {
    border-radius: 2px;
    border-color: #ccc
}
.form-style-wrapper input[type="checkbox"]:checked+label:before {
    background-color: #eda862
}
.form-style-wrapper input[type="checkbox"]:checked+label:after {
    content: '';
    background-size: 15px 150px;
    width: 15px;
    height: 12px;
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 1px
}
.form-style-wrapper input[type="checkbox"]:not(:focus):checked+label:before {
    border-color: #da8016
}
.form-style-wrapper input[type="checkbox"]:disabled+label:before {
    background-color: #eaeaea
}
.form-style-wrapper input[type="checkbox"]:disabled+label:after {
}
.form-style-wrapper select {
    padding: 6px 20px 7px 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: .01px;
    text-overflow: '';
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    background-size: 15px 150px
}
.form-style-wrapper select::-ms-expand {
    display: none
}
.form-style-wrapper select.error,
.form-style-wrapper select.submitted.ng-invalid {
}
.form-style-wrapper select:disabled {
}
.form-style-wrapper select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}
.ie9 .form-style-wrapper select {
    background-image: none!important;
    padding: 6px 6px 7px 8px!important
}
input[type="checkbox"].sg-checkbox {
    margin: 0;
    margin-top: 1px 9;
    line-height: normal;
    display: none;
    opacity: 0;
    width: 0;
    height: 0
}
input[type="checkbox"].sg-checkbox+label {
    padding-left: 27px;
    position: relative
}
input[type="checkbox"].sg-checkbox+label:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 1px;
    left: 0;
    border: 1px solid #ccc;
    -webkit-box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.1) inset;
    box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.1) inset;
    background-color: #fff
}
input[type="checkbox"].sg-checkbox.alternate+label:before {
    border: 1px solid #658eb2
}
input[type="checkbox"].sg-checkbox:checked+label:before {
    border-color: #da8016
}
input[type="checkbox"].sg-checkbox+label:before {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border-color: #ccc
}
input[type="checkbox"].sg-checkbox:checked+label:before {
    background-color: #eda862
}
input[type="checkbox"].sg-checkbox:checked+label:after {
    content: '';
    background-image: url('checkbox:1498823afa4d56987f5f008338e67d6c.png');
    background-position: 0 -12px;
    width: 15px;
    height: 12px;
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 1px
}
input[type="checkbox"].sg-checkbox:disabled+label:before {
    background-color: #eaeaea;
    border-color: #ccc
}
input[type="checkbox"].sg-checkbox:disabled+label:after {

    width: 15px;
    height: 12px
}

.credit-card-form {
    width: 100%;
    zoom: 1
}
.credit-card-form:before,
.credit-card-form:after {
    display: table;
    content: "";
    zoom: 1
}
.credit-card-form:after {
    clear: both
}
.credit-card-form * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0
}
.credit-card-form .left-column,
.credit-card-form .right-column {
    float: left
}
.credit-card-form .left-column {
    width: 330px;
    position: relative
}
.credit-card-form .left-column label {
    display: block;
    float: left;
    width: 100%;
    margin: 15px 0 8px
}
.credit-card-form .left-column label.error.cvc {
    position: relative;
    left: 132px;
    width: 150px;
    text-align: left
}
.credit-card-form .left-column #cardOwner {
    width: 320px
}
.credit-card-form .left-column #firma {
    width: 320px
}
.credit-card-form .left-column #tutar {
    width: 320px
}
.credit-card-form .left-column #cardNo {
    width: 320px
}
.credit-card-form .left-column #aciklama {
    width: 320px
}
.credit-card-form .left-column #email {
    width: 320px
}
.credit-card-form .left-column #telefon {
    width: 320px
}
.credit-card-form .left-column #cardNoLabel {
    position: relative;
    line-height: 15px
}
.credit-card-form .left-column #cardNoLabel:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 20px;
    top: 27px;
    right: 290px;
    background: url('karttipi.png') no-repeat;
    background-size: 30px 62px
}
.credit-card-form .left-column #cardNoLabel.amex:after {
    background-position: 0 -42px
}
.credit-card-form .left-column #cardNoLabel.mastercard:after {
    background-position: 0 0
}
.credit-card-form .left-column #cardNoLabel.visa:after {
    background-position: 0 -21px
}
.credit-card-form .left-column #cardNoLabel.icon-hidden:after {
    display: none
}
.credit-card-form .left-column .expiration-column,
.credit-card-form .left-column .cvc2-column {
    float: left;
    width: 50%
}
.credit-card-form .left-column .cvc2-column {
    padding-left: 86px
}
.credit-card-form .left-column .cvc2-column label {
    float: none;
    display: inline-block;
    width: auto
}
.credit-card-form .left-column .cvc2-column span {
    position: relative;
    display: inline-block;
    top: 5px;
    left: 1px;
    width: 20px;
    height: 20px
}
.credit-card-form .left-column .cvc2-column input {
    width: 67px
}
.credit-card-form .left-column .card-no,
.credit-card-form .left-column .expiration-column select {
    margin: 0 5px 0 0
}
.credit-card-form .left-column .card-no {
    width: 75px
}
.credit-card-form .left-column .expiration-column select {
    width: calc(50% - 5px)
}
.credit-card-form .right-column {
    width: 360px;
    overflow: hidden;
    padding-top: 36px
}
.credit-card-form .right-column input#using3d:not(:focus):checked+label:before {
    border-color: #a3a3a3;
    margin-top: -1px
}
.credit-card-form .right-column input#using3d:not(:focus):checked+label:after {
    margin-top: -1px
}
.credit-card-form .right-column .arrow {
    width: 21px;
    height: 87px;
    background: url('arrow.png') no-repeat;
    margin: 40px 25px;
    float: left
}
.credit-card-form .right-column .credit-card-container {
    width: 284px;
    height: 169px;
    float: left;
    perspective: 1000;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style
}
.credit-card-form .right-column .secure-3d-get {
    float: right;
    width: 284px;
    margin: 5px -2px 2px 0;
    height: 25px
}
.credit-card-form .right-column .secure-3d-get label {
    font-size: 11px;
    padding-top: 1px
}
.credit-card-form .right-column .secure-3d-get span {
    position: relative;
    display: inline-block;
    top: 5px;
    left: 1px;
    width: 20px;
    height: 20px
}
.credit-card-form .right-column .credit-card {
    width: 284px;
    height: 169px;
    float: left;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    transition: .6s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative
}
.credit-card-form .right-column .credit-card.show-back .credit-card-front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg)
}
.credit-card-form .right-column .credit-card.show-back .credit-card-back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg)
}
.credit-card-form .right-column .credit-card .credit-card-front,
.credit-card-form .right-column .credit-card .credit-card-back {
    width: 284px;
    height: 169px;
    position: absolute;
    top: 0;
    left: 0;
    color: #999;
    font-family: Helvetica;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    transition: .6s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.credit-card-form .right-column .credit-card .credit-card-front p,
.credit-card-form .right-column .credit-card .credit-card-back p {
    position: absolute
}
.credit-card-form .right-column .credit-card .credit-card-front {
    background: url('kart.png') no-repeat;
    z-index: 2;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg)
}
.credit-card-form .right-column .credit-card .credit-card-front #onCardNo {
    font-family: OCR;
    font-size: 18px;
    top: 90px;
    left: 20px
}
.credit-card-form .right-column .credit-card .credit-card-front #onCardOwner {
    top: 140px;
    left: 20px;
    text-transform: uppercase
}
.credit-card-form .right-column .credit-card .credit-card-front .expDate {
    top: 120px;
    left: 173px
}
.credit-card-form .right-column .credit-card .credit-card-front #cardLogo {
    width: 100px;
    height: 30px;
    line-height: 30px;
    background: transparent url('kartlogo.png') no-repeat;
    top: 20px;
    right: 10px;
    display: none
}
.credit-card-form .right-column .credit-card .credit-card-front #cardLogo.advantage {
    background-position: 0 -3px
}
.credit-card-form .right-column .credit-card .credit-card-front #cardLogo.asyacard {
    background-position: 0 -50px
}
.credit-card-form .right-column .credit-card .credit-card-front #cardLogo.axess {
    background-position: 0 -100px
}
.credit-card-form .right-column .credit-card .credit-card-front #cardLogo.bonus {
    background-position: 0 -148px
}
.credit-card-form .right-column .credit-card .credit-card-front #cardLogo.cardfinans {
    background-position: 0 -195px
}
.credit-card-form .right-column .credit-card .credit-card-front #cardLogo.flexi {
    background-position: 0 -240px
}
.credit-card-form .right-column .credit-card .credit-card-front #cardLogo.maximum {
    background-position: 0 -293px
}
.credit-card-form .right-column .credit-card .credit-card-front #cardLogo.shopandmiles {
    background-position: 0 -340px
}
.credit-card-form .right-column .credit-card .credit-card-front #cardLogo.wings {
    background-position: 0 -390px
}
.credit-card-form .right-column .credit-card .credit-card-front #cardLogo.worldcard {
    background-position: 0 -435px
}
.credit-card-form .right-column .credit-card .credit-card-front #cardLogo.bankasya {
    background-position: 0 -53px
}
.credit-card-form .right-column .credit-card .credit-card-front #cardLogo.paraf {
    background-position: 0 -480px
}
.credit-card-form .right-column .credit-card .credit-card-front #onCardCVC2 {
    top: 60px;
    left: 218px
}
.credit-card-form .right-column .credit-card .credit-card-back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    background: url('kartarkasi.png') no-repeat
}
.credit-card-form .right-column .credit-card #onCardCVC2 {
    font-size: 15px;
    top: 78px;
    left: 230px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    line-height: 17px
}
.cvc2-tt {
    max-width: 315px
}
.cvc2-tt span {
    display: table-cell;
    width: 50%;
    padding-right: 10px
}
.cvc2-tt span:last-child {
    padding-right: 0;
    padding-left: 10px
}
.cvc2-tt span:before {
    display: block;
    content: '';
    background-image: url('cvvSimulator:e97221a23a4c46d2cb1be394daf043a9.png');
    background-repeat: no-repeat;
    width: 128px;
    height: 76px;
    margin: 5px auto 15px
}
.cvc2-tt span.default-cvv:before {
    background-position: 0 -76px
}
.cvc2-tt span.amex-cvv:before {
    background-position: 0 0
}
.set-payment-container {
    width: 984px;
    margin: 0 auto;
    position: relative
}
.set-payment-container .payment-progress {
    position: relative;
    overflow: hidden;
    margin: 20px 2px 20px 2px;
    padding-top: 1px;
    height: 75px
}
.set-payment-container .payment-progress .checkmark {
    display: inline-block
}
.set-payment-container .payment-progress .checkmark:after {
    content: '';
    display: block;
    width: 6px;
    height: 14px;
    border: solid #999;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg);
    margin: 2px
}
.set-payment-container .payment-progress .bar {
    width: 100%;
    height: 4px;
    background: #dfdfdf;
    border-radius: 2px;
    position: relative;
    top: 19px;
    left: 0
}
.set-payment-container .payment-progress .bar:before {
    content: "";
    height: 4px;
    width: 0;
    background: #269479;
    border-radius: 2px;
    transition: width .7s linear;
    position: absolute;
    top: 0;
    left: 0
}
.set-payment-container .payment-progress li {
    float: left;
    height: 40px;
    font-size: 13px;
    color: #333;
    position: relative
}
.set-payment-container .payment-progress li strong {
    height: 37px;
    width: 37px;
    text-align: center;
    line-height: 37px;
    margin-left: -17px;
    font-size: 18px;
    font-weight: 200;
    color: #999;
    border: 0 solid #269479;
    border-radius: 50%;
    background-color: #dfdfdf;
    background-position: 10px -50px;
    position: absolute;
    left: 0;
    top: 0;
    transition: line-height .5s linear, top .5s linear, left .5s linear, background-color .5s linear, background-position .5s linear, color .5s linear, border .5s linear, height .5s linear, width .5s linear;
    transition-delay: .6s
}
.set-payment-container .payment-progress li span {
    display: block;
    width: 100px;
    font-size: 13px;
    color: #999;
    position: absolute;
    top: 44px;
    left: -38px;
    transition: color .5s linear, left .5s linear;
    transition-delay: .6s;
    font-weight: bold
}
.set-payment-container .payment-progress .step-0 {
    width: 8%
}
.set-payment-container .payment-progress .step-1 {
    width: 27%
}
.set-payment-container .payment-progress .step-2 {
    width: 27%
}
.set-payment-container .payment-progress .step-3 {
    width: 27%
}
.set-payment-container .payment-progress .step-4 {
    width: 8%
}
.set-payment-container .payment-progress .step-4 strong {
    line-height: 43px
}
.set-payment-active-step-1 .payment-progress .bar:before {
    width: 8%
}
.set-payment-active-step-2 .payment-progress .bar:before {
    width: 36%
}
.set-payment-active-step-3 .payment-progress .bar:before {
    width: 64%
}
.set-payment-active-step-4 .payment-progress .bar:before {
    width: 100%
}
.set-payment-active-step-1 .payment-progress .step-1 strong,
.set-payment-active-step-2 .payment-progress .step-2 strong,
.set-payment-active-step-3 .payment-progress .step-3 strong,
.set-payment-active-step-4 .payment-progress .step-4 strong {
    background-color: #fff;
    color: #269479;
    height: 42px;
    width: 42px;
    line-height: 42px;
    top: -5px;
    left: -3px;
    border: 3px solid #269479
}
.set-payment-active-step-2 .payment-progress .step-1 strong,
.set-payment-active-step-3 .payment-progress .step-1 strong,
.set-payment-active-step-3 .payment-progress .step-2 strong,
.set-payment-active-step-4 .payment-progress .step-1 strong,
.set-payment-active-step-4 .payment-progress .step-2 strong,
.set-payment-active-step-4 .payment-progress .step-3 strong {
    background-color: #269479;
    color: #fff;
    top: -3px;
    left: -3px;
    border: 2px solid #269479
}
.set-payment-active-step-1 .payment-progress .step-1 span,
.set-payment-active-step-2 .payment-progress .step-1 span,
.set-payment-active-step-2 .payment-progress .step-2 span,
.set-payment-active-step-3 .payment-progress .step-1 span,
.set-payment-active-step-3 .payment-progress .step-2 span,
.set-payment-active-step-3 .payment-progress .step-3 span,
.set-payment-active-step-4 .payment-progress .step-1 span,
.set-payment-active-step-4 .payment-progress .step-2 span,
.set-payment-active-step-4 .payment-progress .step-3 span,
.set-payment-active-step-4 .payment-progress .step-4 span {
    color: #269479;
    font-weight: bold
}
.set-payment-active-step-1 .payment-progress .step-3 span,
.set-payment-active-step-2 .payment-progress .step-3 span,
.set-payment-active-step-3 .payment-progress .step-3 span,
.set-payment-active-step-4 .payment-progress .step-3 span {
    margin-left: 18px
}
.set-payment-active-step-4 .payment-progress .step-4 strong {
    color: transparent;
    line-height: 48px
}
.set-payment-active-step-4 .payment-progress .step-4 strong .checkmark:after {
    border-color: #269479;
    width: 9px;
    height: 19px;
    border-width: 0 5px 5px 0;
    margin: 0;
    transition: line-height .5s linear, top .5s linear, left .5s linear, background-color .5s linear, background-position .5s linear, color .5s linear, border .5s linear
}
.set-payment-container .set-payment-step-1-detail,
.set-payment-container .set-payment-step-2-detail,
.set-payment-container .set-payment-step-3-detail,
.set-payment-container .set-payment-step-4-detail {
    display: none
}
.set-payment-active-step-1 .set-payment-step-1-detail,
.set-payment-active-step-2 .set-payment-step-2-detail,
.set-payment-active-step-3 .set-payment-step-3-detail,
.set-payment-active-step-4 .set-payment-step-4-detail {
    display: block
}
.info-box {
    width: 98%;
    float: left;
    padding: 13px 0;
    margin-top: 17px;
    background-color: #fff;
    height: auto;
    border: 1px solid #e7e7e7;
    padding: 10px 7px 10px 10px;
    border-radius: 3px;
    color: #666;
    margin-bottom: 20px
}
.set-payment-step-1-detail {
    overflow: hidden
}
.set-payment-step-1-detail .recantation-text {
    width: 98%;
    float: left;
    background: #fff;
    margin-top: 20px;
    height: auto;
    border: 1px solid #e7e7e7;
    padding: 20px 7px 10px 10px;
    border-radius: 3px;
    color: #666;
    margin: 35px 0 10px 0;
    font-size: 12px
}
.set-payment-step-1-detail .recantation-text p {
    margin-bottom: 15px
}
.set-payment-step-1-detail .classified-box {
    border: 1px solid #e7e7e7;
    background: #fff;
    border-radius: 3px;
    padding-top: 17px;
    overflow: hidden
}
.set-payment-step-1-detail .classified-box .recantation-text {
    width: 94%;
    float: left;
    background: #f1f3f4;
    padding: 13px 0;
    margin-top: 17px;
    margin-left: 20px;
    height: auto;
    border: 1px solid #e7e7e7;
    padding: 10px 7px 10px 10px;
    border-radius: 3px;
    color: #666;
    margin: 5px 0 10px 20px
}
.set-payment-step-1-detail .classified-box .recantation-text p {
    margin-bottom: 15px
}
.set-payment-step-1-detail .classified-box img {
    display: block;
    height: 128px;
    width: 160px;
    float: left;
    margin: 0 40px 0 20px
}
.set-payment-step-1-detail .classified-box ul {
    display: block;
    width: 755px;
    float: left
}
.set-payment-step-1-detail .classified-box li {
    float: left
}
.set-payment-step-1-detail .classified-box li h5 {
    font-weight: 200;
    font-size: 14px;
    color: #666;
    margin-bottom: 20px
}
.set-payment-step-1-detail .classified-box .product {
    width: 70%
}
.set-payment-step-1-detail .classified-box .product h4 {
    font-weight: 200;
    font-size: 14px;
    color: #039;
    margin-bottom: 15px
}
.set-payment-step-1-detail .classified-box .product p {
    font-size: 11px;
    color: #666;
    margin-bottom: 8px
}
.set-payment-step-1-detail .classified-box .product p span {
    color: #333
}
.set-payment-step-1-detail .classified-box .product>a {
    color: #039;
    display: block;
    margin-top: 15px;
    font-size: 9px
}
.set-payment-step-1-detail .classified-box .product>a.disabled {
    display: none
}
.set-payment-step-1-detail .classified-box .classifiedTitle {
    word-break: break-all
}
.set-payment-step-1-detail .classified-box .quantity,
.set-payment-step-1-detail .classified-box .price {
    width: 15%;
    text-align: center
}
.set-payment-step-1-detail .classified-box .price strong {
    color: #333;
    font-size: 13px;
    display: block;
    padding-top: 7px
}
.set-payment-step-1-detail .classified-box .total-price {
    width: 100%;
    float: left;
    background: #f1f3f4;
    padding: 13px 0;
    margin-top: 17px
}
.set-payment-step-1-detail .classified-box .total-price strong {
    color: #333;
    font-size: 28px;
    float: right;
    margin-right: 30px
}
.set-payment-step-1-detail .classified-box .total-price span {
    color: #666;
    font-size: 13px;
    float: right;
    margin: 9px 40px 0 0
}
.back-to-the-future {
    float: left;
    margin-top: 11px
}
.set-payment-step-1-detail .buy-button {
    float: right;
    width: 100px
}
.set-payment-step-2-detail {
    overflow: hidden
}
.set-payment-step-2-detail .address-box {
    padding: 10px 15px 20px 15px;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    overflow: hidden
}
.set-payment-step-2-detail .address-box.address-error {
    border: 0 solid #f00
}
.set-payment-step-2-detail .address-box h2 {
    color: #333;
    font-size: 14px;
    margin-bottom: 15px
}
.set-payment-step-2-detail .address-box .address-item {
    overflow: hidden;
    background: #f2f5f7;
    margin-bottom: 15px
}
.set-payment-step-2-detail .email-summary {
    margin-top: 20px
}
.change-email-content {
    display: none
}
.red {
    color: #c55353
}
.email-box {
    padding: 10px 15px 20px 15px;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    overflow: hidden;
    margin-top: 10px
}
.email-box.address-error {
    border: 0 solid #f00
}
.email-box h2 {
    color: #333;
    font-size: 13px;
    margin-bottom: 15px
}
.email-box .address-item {
    overflow: hidden;
    background: #f2f5f7;
    margin-bottom: 15px
}
.email-summary {
    margin-top: 20px
}
.email-summary p {
    margin-top: 10px
}
.change-email-content {
    display: none
}
.red {
    color: #c55353
}
.address-item .choose {
    float: left;
    width: 7%
}
.address-item .choose input {
    display: block;
    margin: 48px auto 0 auto
}
.address-item .address-detail-box {
    float: left;
    width: 93%
}
.address-item .address-detail {
    border-left: 1px solid #fff;
    padding: 13px 20px 15px 20px;
    color: #333
}
.address-item .address-detail h3 {
    font-size: 14px;
    margin-bottom: 10px
}
.address-item .address-detail h4,
.address-item .address-detail p {
    font-size: 13px;
    margin-bottom: 5px
}
.shipping-address-approval {
    float: right
}
#address-change-email-form .cancelChangeEmail h4,
#payment-change-email-form .cancelChangeEmail h4 {
    color: #f00
}
#address-change-email-form .btn,
#payment-change-email-form .btn {
    float: right;
    margin-top: 10px;
    font-size: 12px;
    padding: 5px 15px
}
#address-change-email-form .cancelChangeEmail,
#payment-change-email-form .cancelChangeEmail {
    float: right;
    display: inline-block;
    margin-top: 10px;
    padding-top: 7px;
    padding-right: 10px
}
.set-payment-container .main-content {
    margin-right: 250px
}
.set-payment-container .summary {
    width: 240px;
    float: right
}
.set-payment-container .order-summary .order-details {
    float: left;
    width: 208px
}
.set-payment-container .order-summary h2 {
    color: #333;
    font-size: 14px;
    margin-bottom: 15px
}
.set-payment-container .order-summary img {
    height: 48px;
    width: 60px;
    float: left;
    margin-right: 10px
}
.set-payment-container .order-summary a {
    color: #039;
    font-size: 12px;
    word-wrap: break-word
}
.set-payment-container .order-summary .quantity {
    color: #666;
    font-size: 12px;
    margin-top: 5px
}
.set-payment-container .order-summary .price {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    float: right;
    margin-top: -17px
}
.summary-right-box {
    float: right;
    width: 240px
}
.numeric-input-holder {
    display: inline-block;
    position: relative;
    width: 55px;
    height: 32px
}
.numeric-input-holder input {
    width: 44px;
    height: 28px;
    line-height: 12px;
    padding-left: 10px;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #c0c0c0;
    border-radius: 2px
}
.numeric-input-holder .buttons-holder {
    width: 16px;
    height: 28px;
    position: absolute;
    right: 0;
    top: 2px;
    background-color: #427cb9
}
.numeric-input-holder .buttons-holder a {
    width: 12px;
    height: 11px;
    margin-left: 1px;
    margin-top: 1px;
    display: block;
    background-color: #5991cc;
    border: 1px solid #679acf;
    outline: 0;
    position: relative;
    cursor: pointer
}
.numeric-input-holder .buttons-holder a:after {
    bottom: 3px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 4px;
    margin-left: -4px
}
.numeric-input-holder a.down:after {
    border-bottom-color: transparent;
    border-top-color: #fff;
    bottom: auto;
    top: 2px
}
.numeric-input-holder.prev-disabled a.down {
    opacity: .2
}
.numeric-input-holder.next-disabled a.up {
    opacity: .2
}
.set-payment-step-2-detail .add-address {
    display: none
}
.guest-address-container {
    width: 640px
}
.address-container .help {
    display: inline-block;
    width: 21px;
    height: 22px;
    background: url('help-icon:f0e64832ee3418774b65187bf54a15af.png') top left no-repeat;
    vertical-align: middle;
    cursor: pointer;
    margin-left: -30px
}
.address-container .address-part {
    float: left;
    width: 242px;
    margin-left: 20px
}
.address-container .address-part label,
.address-container .address-part input[type="text"] {
    display: inline-block
}
.address-container .address-part label {
    width: 100px;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    padding-top: 15px;
    padding-bottom: 5px
}
.address-container .address-part .error {
    color: #f00;
    padding: 0;
    margin: 0;
    width: 100%
}
.address-container .address-part textarea,
.address-container .address-part input[type="text"] {
    width: 210px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    height: 30px;
    padding: 0 10px
}
.address-container .address-part textarea.placeholder,
.address-container .address-part input[type="text"].placeholder {
    color: #ccc
}
.address-container .address-part textarea {
    height: 60px;
    padding: 10px;
    width: 210px
}
.address-container .address-part select {
    width: 230px
}
.address-container .address-part .name-area {
    display: inline-block;
    width: 210px
}
.address-container .address-part .name-area label {
    width: 97px
}
.address-container .address-part .name-area input[type="text"] {
    width: 73px
}
.address-container .address-part .name-area .name-column {
    width: 97px;
    display: inline-block;
    vertical-align: top
}
.address-container .address-part .name-area .name-column:first-child {
    padding-right: 6px
}
.address-container .address-part.right {
    float: right;
    padding-left: 38px;
    border-left: 1px solid #c0c0c0;
    margin-right: 12px;
    min-height: 450px
}
.address-container .address-part.right .new-address-save {
    float: right;
    margin-top: 80px;
    margin-right: 30px
}
.address-container .address-part.right .help {
    display: inline-block;
    width: 21px;
    height: 22px;
    background: url('help-icon:f0e64832ee3418774b65187bf54a15af.png') top left no-repeat;
    vertical-align: middle;
    cursor: pointer
}
.address-container .address-part.left .invoice-info {
    font-size: 15px;
    margin-left: -20px;
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    min-height: 100px
}
.address-container .address-part.left .invoice-info .radiogroup label {
    display: inline-block;
    width: auto;
    font-weight: normal
}
.set-payment-step-3-detail input[type='text'] {
    height: 29px
}
.set-payment-step-3-detail .summary {
    border-radius: 3px;
    width: 240px;
    margin-top: 28px
}
.set-payment-step-3-detail .summary .summary-content {
    padding: 10px;
    border: 1px solid #e7e7e7
}
.set-payment-step-3-detail .summary .order-summary {
    min-height: 80px
}
.set-payment-step-3-detail .summary .order-summary .title {
    font-size: 13px
}
.set-payment-step-3-detail .summary .order-details {
    margin-top: 3px
}
.set-payment-step-3-detail .summary .order-details .quantity {
    float: left;
    margin-top: 6px;
    color: #999
}
.set-payment-step-3-detail .summary .order-details .price {
    text-align: right;
    font-weight: bold;
    font-size: 14px
}
.set-payment-step-3-detail .summary .order-details a {
    word-wrap: break-word
}
.set-payment-step-3-detail .summary .address-info {
    padding-top: 15px;
    border-top: 1px solid #e7e7e7;
    margin-top: 20px;
    font-size: 12px;
    color: #999;
    word-wrap: break-word
}
.set-payment-step-3-detail .summary .address-info h3 {
    font-size: 13px;
    color: #333;
    font-weight: bold
}
.set-payment-step-3-detail .summary .address-info .address-data+p {
    font-weight: bold;
    color: #666;
    padding-top: 0;
    padding-bottom: 0
}
.tipitip {
    z-index: 100000;
    box-shadow: 2px 2px 0 rgba(255, 255, 255, 0.1)
}
.tc-tooltip-link {
    display: inline-block;
    padding-top: 10px;
    position: relative
}
.tc-tooltip-link:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #548bc5;
    border-width: 3px;
    margin-top: 2px;
    margin-left: 4px
}
.paymentContainer {
    float: left;
    border-top: 0;
    border-radius: 3px;
    width: 100%;
}
.paymentContainer .paymentTypes {
    margin: 20px
}
.paymentContainer .installment-info {
    padding-top: 30px;
    padding-bottom: 15px
}
.paymentContainer .installment-info .payment-method {
    float: left
}
.paymentContainer .installment-info .payment-method .payment-info {
    position: relative;
    font-size: 10px;
    color: #999;
    padding: 5px 0 2px 13px;
    height: 30px;
    background-color: #f1f1f1
}
.paymentContainer .installment-info .payment-method .payment-info+div {
    margin-left: 0;
    padding-left: 0;
    text-align: center;
    border: 0
}
.paymentContainer .installment-info .payment-method h3 {
    font-size: 13px;
    color: #333;
    font-weight: bold
}
.paymentContainer .installment-info .payment-method.single {
    width: 165px;
    padding-right: 35px
}
.paymentContainer .installment-info .payment-method.single .payment-info {
    padding-left: 2px
}
.paymentContainer .installment-info .payment-method.multiple {
    width: 485px
}
.card-logo {
    display: inline-block;
    width: 82px;
    height: 18px;
    line-height: 18px;
    background: transparent url('cardsSmall:43dd177d1facfe9373c49f7fa5acd1f8.png') no-repeat;
    padding-right: 8px;
    margin-top: 3px
}
.card-logo.get-card {
    padding-right: 14px
}
.card-logo.passive {
    background: transparent url('cardsSmallPassive:a7217ed05cc9d53f8d2d41925937139d.png') no-repeat
}
.card-logo.axess {
    background-position: -17px 0;
    width: 44px
}
.card-logo.axes-get {
    margin-left: 4px
}
.card-logo.cardfinans {
    background-position: 0 -17px
}
.card-logo.advantage {
    background-position: -4px -35px;
    width: 74px
}
.card-logo.bonus {
    background-position: -14px -55px;
    width: 54px
}
.card-logo.maximum {
    background-position: -14px -70px;
    width: 55px
}
.card-logo.worldcard {
    background-position: -4px -88px;
    width: 60px
}
.card-logo.paraf {
    background-position: -4px -107px;
    width: 55px
}
.noInstalment {
    height: 16px;
    border: 1px solid #e7e7e7;
    padding: 44px 21px;
    border-top: 0
}
.payment-selections {
    text-align: center;
    border: 1px solid #e7e7e7;
    margin-top: 7px
}
.payment-selections .single-selection {
    width: 144px;
    height: 106px;
    color: #333;
    position: relative;
    display: inline-block;
    padding-left: 14px;
    border-left: 1px solid #e7e7e7
}
.payment-selections .single-selection .selection-input {
    padding-top: 15px;
    text-align: center
}
.payment-selections .single-selection .selection-input label {
    font-size: 11px;
    font-weight: bold;
    margin-left: -14px;
    padding-top: 2px
}
.payment-selections .single-selection span {
    display: block;
    text-align: center;
    font-size: 16px;
    padding-top: 14px
}
.payment-selections .single-selection span.price {
    font-weight: bold
}
.payment-selections .single-selection span.total-price {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    height: 29px;
    line-height: 25px;
    font-size: 12px;
    padding: 0;
    bottom: 0
}
.payment-selections .single-selection span.total-price b {
    color: #333
}
.payment-selections .selection-2 {
    width: 42%
}
.payment-selections.disabled * {
    color: #999!important
}
.payment-selections.disabled .total-price,
.payment-selections.disabled .price,
.payment-selections.disabled label {
    opacity: .3
}
.single .single-selection .selection-input {
    padding-top: 24px
}
.linksArea {
    text-align: right;
    margin: 20px 0;
    float: left;
    width: 100%
}
.linksArea+.error {
    margin-left: 183px;
    margin-top: -25px;
    float: left
}
.passivate {
    display: none
}
ul.bkmExpress {
    padding: 23px 0;
    display: block;
    width: 100%
}
ul.bkmExpress li {
    padding: 10px 0;
    position: relative
}
ul.bkmExpress li:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    border-left-color: #999;
    border-width: 4px;
    display: inline-block;
    padding-right: 12px
}
.set-payment-step-4-detail .classified-box {
    border: 1px solid #e7e7e7;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    padding: 24px;
    margin-bottom: 50px
}
.set-payment-step-4-detail .classified-box .payment-success {
    height: 140px
}
.set-payment-step-4-detail .classified-box .payment-success:before {
    display: inline-block;
    content: " ";
    background-image: url('payment-success:b71e59a6cd558a6eb1ed5184800b029f.png');
    background-repeat: no-repeat;
    width: 120px;
    height: 130px;
    margin-right: 25px;
    vertical-align: middle
}
.set-payment-step-4-detail .classified-box .payment-success .payment-info {
    width: 470px;
    padding-right: 30px;
    display: inline-block;
    vertical-align: middle
}
.set-payment-step-4-detail .classified-box .payment-success .payment-info h4,
.set-payment-step-4-detail .classified-box .payment-success .payment-info p {
    padding-bottom: 20px
}
.set-payment-step-4-detail .classified-box .payment-success .payment-info h4 {
    font-size: 20px;
    font-weight: bold;
    color: #289772
}
.set-payment-step-4-detail .classified-box .payment-success .payment-info p {
    font-size: 14px;
    color: #333
}
.set-payment-step-4-detail .classified-box .payment-success .payment-classified {
    width: 280px;
    display: inline-block;
    vertical-align: middle;
    height: 100px;
    border-left: 1px solid #e7e7e7
}
.set-payment-step-4-detail .classified-box .payment-success .payment-classified .summary {
    padding-top: 20px;
    width: 250px;
    padding-left: 30px
}
.set-payment-step-4-detail .classified-box .payment-success .payment-classified .summary a,
.set-payment-step-4-detail .classified-box .payment-success .payment-classified .summary p {
    float: left;
    width: 180px;
    margin: 0
}
.set-payment-step-4-detail .uiBox {
    border-radius: 3px;
    background-color: #fff
}
.set-payment-step-4-detail .dailyOpportunityContent {
    position: relative;
    height: 248px;
    padding: 0;
    left: 10px;
    right: 10px;
    overflow: hidden
}
.set-payment-step-4-detail .dailyOpportunityContent>a {
    position: absolute;
    width: 30px;
    height: 50px;
    display: block;
    top: 96px;
    cursor: pointer;
    text-indent: -9999px;
    z-index: 4;
    opacity: .4
}
.set-payment-step-4-detail .dailyOpportunityContent>a:hover {
    opacity: 1
}
.set-payment-step-4-detail .dailyOpportunityContent .dailyOpportunityPrevButton:before,
.set-payment-step-4-detail .dailyOpportunityContent .dailyOpportunityNextButton:before {
    content: " ";
    position: absolute;
    width: 13px;
    height: 22px;
    background: url('GF_arrows:b7b02ec3cdb812d4ba561cb575b2b282.png') no-repeat 0 0;
    top: 50%;
    left: 50%;
    margin-top: -11px;
    margin-left: -7px
}
.set-payment-step-4-detail .dailyOpportunityContent .dailyOpportunityPrevButton {
    left: -8px
}
.set-payment-step-4-detail .dailyOpportunityContent .dailyOpportunityNextButton {
    right: 8px
}
.set-payment-step-4-detail .dailyOpportunityContent .dailyOpportunityNextButton:before {
    background-position: -13px 0
}
.set-payment-step-4-detail .dailyOpportunityContent ul {
    width: 4910px;
    position: absolute;
    z-index: 2
}
.set-payment-step-4-detail .dailyOpportunityContent ul li {
    float: left;
    width: 241px;
    height: 248px;
    border-right: 1px solid #ededed
}
.set-payment-step-4-detail .dailyOpportunityContent ul li:nth-child(4n+4) {
    border-right: 0
}
.set-payment-step-4-detail .dailyOpportunityContent ul li a {
    display: block;
    position: relative
}
.set-payment-step-4-detail .dailyOpportunityContent ul li a:hover {
    text-decoration: none
}
.set-payment-step-4-detail .dailyOpportunityContent ul li img {
    margin: 40px 40px 12px 40px;
    width: 160px;
    height: 120px
}
.set-payment-step-4-detail .dailyOpportunityContent .dailyOpportunityTitle {
    padding: 0 15px;
    height: 32px;
    display: block;
    font-size: 12px;
    overflow: hidden;
    line-height: 16px;
    color: #039
}
.set-payment-step-4-detail .dailyOpportunityContent .dailyOpportunityPrice {
    font-size: 24px;
    color: #8f040a;
    line-height: 31px;
    padding: 0 14px;
    float: left
}
.set-payment-step-4-detail .dailyOpportunityContent .dailyOpportunityPrice sup {
    font-size: 13px
}
.set-payment-step-4-detail .dailyOpportunityContent .dailyOpportunityOldPrice {
    font-size: 14px;
    color: #8a8a8a;
    padding-top: 10px;
    line-height: 17px;
    text-decoration: line-through
}
.set-payment-step-4-detail .dailyOpportunityContent .dailyOpportunityOldPrice sup {
    font-size: 7px
}
.set-payment-step-4-detail .dailyOpportunityContent .dailyOpportunityDiscount {
    position: absolute;
    top: 0;
    right: 9px;
    width: 48px;
    height: 40px;
    background-color: #3f9c17;
    z-index: 10
}
.set-payment-step-4-detail .dailyOpportunityContent .dailyOpportunityDiscount:after {
    position: absolute;
    top: 40px;
    left: 0;
    width: 48px;
    height: 8px;
    background: url('dailyOpportunityListing:fadb775ca82e7e11fc26f9c731f795c9.png') -46px -35px no-repeat;
    content: ' '
}
.set-payment-step-4-detail .dailyOpportunityContent .dailyOpportunityDiscount.red {
    background-color: #bc3c3c
}
.set-payment-step-4-detail .dailyOpportunityContent .dailyOpportunityDiscount.red:after {
    background-position: -46px -46px
}
.set-payment-step-4-detail .dailyOpportunityContent .dailyOpportunityDiscount span {
    font-size: 12px;
    color: #fff;
    position: absolute;
    left: 5px;
    top: 13px
}
.set-payment-step-4-detail .dailyOpportunityContent .dailyOpportunityDiscount .dailyOpportunityDiscountRate {
    font-size: 21px;
    left: 17px;
    top: 5px
}
.set-payment-step-4-detail .dailyOpportunityContent .dailyOpportunityDiscount .dailyOpportunityDiscountText {
    font-size: 11px;
    top: 26px;
    left: 5px
}
.set-payment-step-4-detail .dailyOpportunityContent .dailyOpportunityCargo {
    display: block;
    width: 42px;
    height: 58px;
    position: absolute;
    z-index: 2;
    left: 10px;
    top: 11px;
    background: url('dailyOpportunityListing:fadb775ca82e7e11fc26f9c731f795c9.png') -1px -1px no-repeat;
    text-indent: -9999px
}
.get-payment form,
.get-payment .new-classified {
    display: none
}
.get-payment.header>p {
    position: relative
}
.get-payment.header>p:before {
    content: " ";
    width: 18px;
    height: 21px;
    background: url('secure-payment-lock:cd24fdd83c2d8a2fa9ba0c5ae29c55ba.png') 0 0 no-repeat;
    right: -35px;
    top: 15px;
    position: absolute;
    padding-right: 13px;
    border-right: 1px solid rgba(199, 199, 199, 0.4)
}
.get-payment.header>p:after {
    content: "SSL Sertifikası ile Güvenli Alışveriş";
    position: absolute;
    right: -138px;
    top: 10px;
    line-height: 15px;
    width: 90px;
    height: 25px;
    color: #c7c7c7;
    font-size: 11px;
    visibility: visible
}
.get-payment.header .user-login .messages,
.get-payment.header .user-login .notifications,
.get-payment.header .user-login .favorite-classified,
.get-payment.header .user-login .favorite-search {
    display: none
}
.get-payment.header .user-login .username-area a {
    border-right: 0;
    box-shadow: none
}
.set-payment-step-4-detail .guest-success-box {
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    overflow: hidden;
    background-color: #f8f8f8;
    padding-top: 30px;
    padding-bottom: 40px
}
.set-payment-step-4-detail .guest-success-box .payment-success {
    height: 240px;
    text-align: center
}
.set-payment-step-4-detail .guest-success-box .payment-success:before {
    display: inline-block;
    content: " ";
    background-image: url('payment-success:b71e59a6cd558a6eb1ed5184800b029f.png');
    background-repeat: no-repeat;
    width: 120px;
    height: 130px;
    vertical-align: middle
}
.set-payment-step-4-detail .guest-success-box .payment-success .success-text {
    margin-left: 60px;
    margin-right: 60px;
    font-size: 14px;
    color: #333
}
.set-payment-step-4-detail .guest-success-box .payment-success h2 {
    font-size: 20px;
    color: #289772;
    margin: 15px;
    font-weight: bold
}
.set-payment-step-4-detail .guest-success-box .btn-box {
    text-align: -webkit-center;
    height: 80px
}
.set-payment-step-4-detail .guest-success-box .buttons {
    width: 100%;
    text-align: center
}
.set-payment-step-4-detail .guest-success-box .btn {
    margin-left: 14px
}
.set-payment-step-4-detail .guest-success-box .guest-summary-area {
    margin-left: 60px;
    margin-right: 60px;
    margin-bottom: 25px;
    background: #fff;
    height: 210px;
    overflow: hidden;
    border-radius: 3px;
    border: 2px solid #e7e7e7;
    padding: 24px
}
.set-payment-step-4-detail .guest-success-box .guest-order-summary {
    height: 80px;
    padding: 10px;
    border-bottom: 1px solid #e7e7e7
}
.set-payment-step-4-detail .guest-success-box .guest-order-summary .image-box {
    margin-top: 10px;
    margin-right: 50px;
    width: 80px;
    float: left;
    height: 80px
}
.set-payment-step-4-detail .guest-success-box .guest-order-summary .price {
    margin-top: -18px;
    padding-left: 130px;
    font-weight: bold;
    font-size: 14px;
    color: #000
}
.set-payment-step-4-detail .guest-success-box .guest-order-summary .quantity {
    margin-left: 200px
}
.set-payment-step-4-detail .guest-success-box .guest-deliveryAddress-area {
    height: 100px;
    padding-top: 24px;
    color: #999
}
.set-payment-step-4-detail .guest-success-box .guest-deliveryAddress-area p {
    color: #999
}
.set-payment-step-4-detail .guest-success-box .guest-deliveryAddress-area h4 {
    color: #000
}
.set-payment-step-4-detail .guest-success-box .guest-payment-info-area {
    height: 90px;
    margin-left: 65px;
    margin-right: 110px;
    font-size: 13px
}
.set-payment-step-4-detail .guest-success-box .guest-payment-info-area p {
    color: #333
}
@media(max-width:768px),
(max-width:400px) {
    body, .header-container {
        min-width: 0
    }
    .header {
        width: auto
    }
    #container {
        width: 100%!important
    }
    .footer {
        display: none
    }
    .tt-north-east,
    .tt-south-east {
        margin-left: 0
    }
    .set-payment-step-3-detail .credit-card-form .right-column {
        display: none
    }
    .set-payment-step-3-detail .paymentContainer .installment-info .payment-method h3 {
        padding-bottom: 10px
    }
    .set-payment-step-3-detail .paymentContainer .installment-info .payment-method.single {
        width: 60%
    }
    .set-payment-step-3-detail .paymentContainer .installment-info .payment-method.single .selection-input {
        padding-top: 24px
    }
    .set-payment-step-3-detail .paymentContainer .installment-info .payment-method.single .payment-info {
        margin-top: 0;
        float: right;
        padding-right: 17px
    }
    .set-payment-step-3-detail .paymentContainer .installment-info .payment-method.single .payment-selections {
        padding-top: 0;
        padding-bottom: 30px;
        text-align: left
    }
}
.mss-content::-webkit-scrollbar:vertical {
    width: 7px
}
.mss-content {
    height: 192px;
    width: 100%;
    overflow-y: scroll
}
.mss-content::-webkit-scrollbar {
    -webkit-appearance: none;
    margin-right: 5px
}
.mss-content::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #8798aa;
    height: 60px
}
.mss-content::-webkit-scrollbar-track {
    background-color: #d1d1d1;
    border-radius: 8px
}
.mss-aggrement {
    margin: 2px
}
.mss-aggrement strong {
    font-size: 13px
}
.mss-aggrement .mss-container {
    height: 192px;
    width: 97%;
    border: 1px solid #e7e7e7;
    padding: 10px 7px 10px 10px;
    border-radius: 3px;
    color: #666;
    margin: 5px 0 10px 0
}
.mss-aggrement .mss-inputs {
    display: inline-block;
    vertical-align: bottom;
    margin-right: -16px;
    margin-top: 4px;
    text-align: left;
    line-height: 15px;
    width: 600px;
    position: relative
}
.mss-aggrement .mss-inputs label,
.mss-aggrement .mss-inputs #mss {
    padding-top: 1px
}
.mss-aggrement .mss-inputs input {
    margin-right: 4px;
    opacity: 1;
    width: auto;
    height: auto
}
.mss-aggrement .mss-inputs .error {
    margin-left: 22px
}
.mss-aggrement .mss-inputs label {
    display: block
}
.mss-aggrement .mss-inputs label[type="radio"],
.mss-aggrement .mss-inputs label[type="checkbox"] {
    display: inline-block
}
.mss-aggrement .mss-inputs input+label {
    display: inline-block;
    cursor: pointer;
    width: 100%
}
@media(max-width:768px) {
    .set-payment-container {
        width: calc(100% - 38px)
    }
    .set-payment-container .set-payment-step-1-detail ul {
        width: calc(100% - 220px)
    }
    .set-payment-container .set-payment-step-3-detail .paymentContainer {
        width: 478px
    }
    .set-payment-container .set-payment-step-3-detail .paymentContainer .installment-info .single-selection {
        width: 129px
    }
    .set-payment-container .set-payment-step-3-detail .paymentContainer .installment-info .payment-method.multiple {
        width: 438px
    }
    .set-payment-container .set-payment-step-3-detail .paymentContainer .installment-info .payment-method.single {
        width: 90%
    }
    .set-payment-container .set-payment-step-3-detail .paymentContainer .installment-info .payment-info {
        padding-left: 7px
    }
    .set-payment-container .set-payment-step-3-detail .paymentContainer .installment-info .payment-info:before {
        margin-right: 7px
    }
    .set-payment-container .set-payment-step-3-detail .paymentContainer .installment-info .payment-info:after {
        margin-left: 7px
    }
    .set-payment-container .set-payment-step-3-detail .paymentContainer .installment-info .payment-info .card-logo {
        padding-right: 5px
    }
    .set-payment-container .set-payment-step-4-detail .dailyOpportunityContent ul li:nth-child(4n+4) {
        border-right: 1px solid #ededed
    }
    .set-payment-container .set-payment-step-4-detail .dailyOpportunityContent ul li:nth-child(3n+3) {
        border-right: 0
    }
    .set-payment-container .set-payment-step-4-detail .classified-box .payment-success {
        height: auto
    }
    .set-payment-container .set-payment-step-4-detail .classified-box .payment-success .payment-info {
        width: 280px;
        padding-right: 0
    }
    .set-payment-container .set-payment-step-4-detail .classified-box .payment-success .payment-classified {
        width: 240px
    }
    .set-payment-container .set-payment-step-4-detail .classified-box .payment-success .summary {
        width: 225px
    }
    .set-payment-container .set-payment-step-4-detail .classified-box .payment-success .summary a,
    .set-payment-container .set-payment-step-4-detail .classified-box .payment-success .summary p {
        width: 155px
    }
    .set-payment-container.set-payment-active-step-4 .payment-progress li span {
        left: 25px!important
    }
}
.gf-box h3 a {
    font-size: 12px;
    font-weight: normal
}
@media(max-width:400px) {
    .tt-north-east, .tt-south-east {
        margin-left: -5px
    }
    .gf-box {
        display: none
    }
    .username-area a {
        margin: 0!important;
        padding: 0!important;
        border: 0!important;
        box-shadow: none!important;
        text-shadow: none!important;
        width: 35px;
        height: 35px;
        text-indent: -999px;
        text-align: inherit!important;
        overflow: visible!important
    }
    .username-area a:after {
        width: 35px!important;
        height: 35px!important;
        background: url('user-icon:12b4f6aa3118735d8367fee9d4804c28.png') top left no-repeat!important;
        top: 7px!important;
        right: 10px!important
    }
    .set-payment-container .payment-progress li span {
        display: none;
        left: -29px!important;
        top: 37px
    }
    .set-payment-container .payment-progress li {
        height: 53px
    }
    .set-payment-container.set-payment-active-step-1 .payment-progress .step-1 span {
        display: block
    }
    .set-payment-container.set-payment-active-step-2 .payment-progress li span {
        left: -35px!important
    }
    .set-payment-container.set-payment-active-step-3 .payment-progress li span {
        left: -22px!important
    }
    .set-payment-container.set-payment-active-step-4 .payment-progress li span {
        left: -15px!important
    }
    .set-payment-container .main-content {
        margin: 0;
        float: left;
        width: 100%
    }
    .set-payment-container .summary {
        display: none
    }
    .set-payment-container.set-payment-active-step-3 .linksArea .btn {
        margin-top: 20px
    }
    .set-payment-container.set-payment-active-step-3 .summary {
        display: none
    }
    .set-payment-container.set-payment-active-step-3 .uiTabStyleOne li {
        margin-left: 5px
    }
    .set-payment-container.set-payment-active-step-3 .payment-progress .step-3 span {
        display: block
    }
    .set-payment-container.set-payment-active-step-3 .main-content {
        margin-right: 0
    }
    .set-payment-container.set-payment-active-step-3 .paymentContainer {
        width: 100%
    }
    .set-payment-container.set-payment-active-step-3 .paymentContainer .installment-info .payment-info {
        padding-left: 17px
    }
    .set-payment-container.set-payment-active-step-3 .paymentContainer .installment-info .payment-info:before {
        margin-right: 12px
    }
    .set-payment-container.set-payment-active-step-3 .paymentContainer .installment-info .payment-info:after {
        margin-left: 12px
    }
    .set-payment-container.set-payment-active-step-3 .paymentContainer .installment-info .logo-container {
        text-align: center
    }
    .set-payment-container.set-payment-active-step-3 .paymentContainer .installment-info .single-selection {
        width: 103px;
        height: 84px;
        margin-left: 3px
    }
    .set-payment-container.set-payment-active-step-3 .paymentContainer .installment-info .payment-method .card-logo {
        padding-right: 12px
    }
    .set-payment-container.set-payment-active-step-3 .paymentContainer .installment-info .payment-method.multiple,
    .set-payment-container.set-payment-active-step-3 .paymentContainer .installment-info .payment-method.single {
        width: 100%
    }
    .set-payment-container.set-payment-active-step-4 .payment-progress .step-4 span {
        display: block
    }
    .set-payment-step-1-detail .classified-box img {
        width: 100px;
        height: 80px;
        margin: 0 20px 0 10px
    }
    .set-payment-step-1-detail .classified-box ul {
        width: calc(100% - 140px)
    }
    .set-payment-step-1-detail .classified-box ul .product {
        width: 100%
    }
    .set-payment-step-1-detail .classified-box ul .add-favorite,
    .set-payment-step-1-detail .classified-box ul .price {
        display: none
    }
    .set-payment-step-1-detail .classified-box ul h5 {
        margin-bottom: 10px
    }
    .set-payment-step-1-detail .classified-box ul .numeric-input-holder {
        height: 40px;
        margin: 0
    }
    .set-payment-step-2-detail .add-address h3 {
        margin-bottom: 10px
    }
    .set-payment-step-2-detail .address-container {
        width: 100%;
        background-color: #f2f5f7;
        border-radius: 3px
    }
    .set-payment-step-2-detail .address-container .address-part {
        width: auto;
        padding: 0 10px
    }
    .set-payment-step-2-detail .address-container .address-part input,
    .set-payment-step-2-detail .address-container .address-part.left {
        margin: 0;
        border: 0
    }
    .set-payment-step-2-detail .address-container .address-part input .invoice-info,
    .set-payment-step-2-detail .address-container .address-part.left .invoice-info {
        margin-bottom: 0;
        padding-bottom: 0;
        min-height: 0;
        margin-left: -10px
    }
    .set-payment-step-2-detail .address-container .address-part .name-area {
        width: 100%
    }
    .set-payment-step-2-detail .address-container .address-part .name-area input[type="text"] {
        width: calc(100% - 20px)
    }
    .set-payment-step-2-detail .address-container .address-part .name-area .name-column {
        width: calc(50% - 10px)
    }
    .set-payment-step-4-detail .classified-box .payment-success {
        text-align: center;
        height: auto
    }
    .set-payment-step-4-detail .classified-box .payment-success .payment-info {
        width: 290px
    }
    .set-payment-step-4-detail .classified-box .payment-success .payment-classified {
        width: 280px!important;
        border-left: 0;
        border-top: 1px solid #e7e7e7;
        margin-top: 25px
    }
    .set-payment-step-4-detail .classified-box .payment-success .payment-classified .summary {
        display: block;
        width: 280px;
        padding-left: 0
    }
    .set-payment-step-4-detail .classified-box .payment-success .payment-classified .summary .order-summary a {
        width: 210px
    }
    .set-payment-step-4-detail .classified-box .payment-success .payment-classified .summary .order-summary a,
    .set-payment-step-4-detail .classified-box .payment-success .payment-classified .summary .order-summary .price {
        text-align: left
    }
    .set-payment-step-4-detail .classified-box .payment-success:before {
        margin-right: 0
    }
}
.address-box a {
    cursor: default
}
.address-box .recantationFormExample {
    display: none
}
.address-box .marketPlaceProviderAgreement p {
    display: none;
    margin: 0 0 1.3em
}
.address-box .guestPaymentAgreement p {
    display: none;
    margin: 0 0 1.3em
}
.recantationFormExample .aggrement p {
    margin-bottom: 15px
}
.marketPlaceProviderAgreement p {
    margin: 0 0 1.3em
}
.guestPaymentAgreement p {
    margin: 0 0 1.3em
}
.credit-card-form .left-column {
    font-weight: bold
}
.credit-card-form .left-column label.error,
.credit-card-form .left-column label.cvc {
    left: 0!important;
    margin: 5px 0 8px
}
label[for=using3d] {
    padding-left: 20px!important
}
.summary .error {
    padding-left: 5px;
    display: none
}
#guestEmail {
    font-size: 12px;
    padding: 10px 18px 10px 6px;
    margin: 2px 10px 4px 0;
    width: 182px;
    border: 1px solid #d6d4d4;
    display: inline-block
}
.email-summary .btn {
    float: right
}
.email-box p {
    margin-top: 10px
}
#prettyName {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #999;
    font-weight: bold
}
.guest-deliveryAddress-area p {
    color: #666;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: bold
}
.formattedTotal {
    font-size: 14px;
    display: inline-block;
    font-weight: bold;
    padding-left: 90px
}
.currentQuantity {
    display: inline-block
}