@charset "UTF-8";
@font-face {
    font-family: FuturaPT-Heavy;
    src: url(../fonts/futurapt-heavy.woff) format("opentype");
}
@font-face {
    font-family: FuturaPT-Book;
    src: url(../fonts/futurapt-book.woff) format("opentype");
}
@font-face {
    font-family: FuturaPT-Light;
    src: url(../fonts/futurapt-light.woff) format("opentype");
}
@font-face {
    font-family: FuturaPT-Medium;
    src: url(../fonts/futurapt-medium.woff) format("opentype");
}
@font-face {
    font-family: FuturaPT-Demi;
    src: url(../fonts/futurapt-demi.woff) format("opentype");
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}


a {
   text-decoration:none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
body {
    line-height: 1.42857143;
	background-color: #10121e;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none;
	margin-top: 15px;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body img {
    max-width: 100%
}

button,
div,
section {
    font-family: FuturaPT-Light;
}

.choice_desc {
	font-family: FuturaPT-Book;
  padding-left: 25px;
    padding-right: 25px;
    text-align: justify;
    padding-bottom: 25px;
    color: #fff;
}  
 
.choice_desc_span {
    font-weight: bold;
	color:#FFD829;
	font-size:35px;
	font-family: FuturaPT-Book;
	line-height: 2;
}
	
a.btn-decorate {
    color: #fff !important;
    text-decoration: none !important;
}
.btn-decorate {
    border: none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #00c000;
    background-image: linear-gradient(to right, #f8e27d 0, #FFD829 100%);
    border-bottom: 4px solid transparent;
    display: inline-block;
    padding: 15px 20px !important;
    color: #10121e;
    font-family: 'FuturaPT-Heavy';
	text-transform: uppercase;
    font-size: 21px;
    font-weight: 700;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    line-height: inherit !important;
}
.btn-decorate:hover {
    background-image: linear-gradient(to right, #FFD829 0, #f8e27d 100%);
}
.btn-decorate:active {
    padding: 18px 57px 15px 57px;
    border-bottom: 1px solid;
}

.wrapper {
    max-width: 1250px;
    margin: 0 auto
}
.special_offer.wrapper {
    max-width: 1160px
}
.special_offer .block {
    margin: 10px 15px 20px 15px;
    background-color: #e1f2e5;
    border-radius: 20px;
    padding: 15px;
    box-shadow: 3px 3px 5px #ccc
}
.special_offer h2 {
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-family: Open Sans, sans-serif;
    letter-spacing: 1px
}
.special_offer h2 strong {
    font-weight: 700
}
.special_offer .colorful {
    color: #FFD829;
    font-weight: 700
}
.special_offer .line {
    text-decoration: line-through
}
.special_offer p {
    font-size: 19px;
    color: #5ab3ee;
    text-align: center;
    margin-top: 10px;
    font-family: 'FuturaPT-Demi';
}
@media (max-width: 760px) and (min-width: 350px) {
.special_offer p {
    font-size: 18px;
	font-family: 'FuturaPT-Light';
}
}

@media (max-width:424px) {
    .header_desk_logo {
        max-width: 90%
    }
    .top_sec {
    /*display:none;*/
    }
    .special_offer h2 {
        font-size: 15px;
        line-height: 22px
    }
}

@media (min-width: 250px) and (max-width: 350px){
.shop_advantages {
	display:none;
}
}
/*.mb {
    margin-bottom: 1.5em;
}*/
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-rounded:hover {
    transform: scale(1.1)rotate(-3deg);
	transition: all .5s;
}
#order_form {
    background-image: url(../img/header_bg1.webp);
	background-color:#d1d1d1;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed !important;
    background-size: cover !important;
}

a.btn-decorate {
    color: #000 !important;
    text-decoration: none !important;
}

.afterpay-paragraph {
   margin-top:10px;
   text-align:center;
}
.afterpay-text2 {
    font-size: 15.5px;
	font-family: 'FuturaPT-Heavy';
}
.paylater_indivy {
   vertical-align: middle;
    max-width: 60px;
    margin-left: -5px;
    margin-right: -5px;
}
.paylater_liisi {
   vertical-align: middle;
    max-width: 60px;
    /*margin-right: -5px;*/
}
@media (max-width: 760px) and (min-width: 350px) {
.afterpay-text2 {
    font-size: 14px;
}
}
@media (max-width: 350px) and (min-width: 250px) {
.afterpay-text2 {
    font-size: 9px;
}
}
@media (max-width: 900px) and (min-width: 480px) {
.afterpay-text2 {
    font-size: 14.5px;
}
.afterpay-paragraph {
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    padding-top: 5px;
}
}
ol {
    list-style: none;
    padding: 0;
    display: table;
}
ol > li {
    list-style-image: url(../img/galochka.png);
    padding-left: 20px;
    position: relative;
    margin: 10px 35px;
}
ol > li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}



@media (max-width: 480px) and (min-width: 250px) {
.zopim {
	display:none!important;
}
}

@media (max-width: 350px) and (min-width: 250px) {
.zopim {
	display:none!important;
}
.form-horizontal {
    width: 100%!important;
}

.btn-decorate {
	width:100%;
}
.btn-decorate {
font-size: 14px;	
}
.wholeorder {
    display:none;
}
}


[hidden] {
    display: none;
}
a {
    background: 0 0;
}
a:active,
a:hover {
    outline: 0;
}
b,
strong {
    font-weight: 700;
}
h1 {
    margin: 0.67em 0;
    font-size: 2em;
}
img {
    border: 0;
}
code {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
select {
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    padding: 0.35em 0.625em 0.75em;
    margin: 0 2px;
    border: 1px solid silver;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
@media print {
    * {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    select {
        background: #fff !important;
    }
    .navbar {
        display: none;
    }
    .table td {
        background-color: #fff !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
}
button,
input,
select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
   text-decoration: none!important;
}
a:focus,
a:hover {
    color: rgb(3, 155, 125);
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 960px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.checkbox label, .radio label.terms_agree {
	vertical-align: top;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	margin-right: 15px;
	float:right;
	font-family: 'FuturaPT-Heavy';
}
.checkbox label, .radio label.warranty {
line-height: 25px;
}

@media (max-width: 760px) and (min-width: 350px) {
.checkbox label, .radio label.terms_agree {
	font-size:14px!important;
	letter-spacing: -0.5px;
}
.form-horizontal .radio a {
	font-size:14px!important;
}
.terms_agree {
	font-size:14px!important;
}
}
@media (max-width: 861px) and (min-width: 761px) {
.checkbox label, .radio label.terms_agree {
	font-size:11px!important;
}
.form-horizontal .radio a {
	font-size:11px!important;
}
.terms_agree {
	font-size:11px!important;
}
}
@media (min-width: 250px) and (max-width: 349px) {
.checkbox label, .radio label.terms_agree {
	font-size:11px!important;
}
.form-horizontal .radio a {
	font-size:11px!important;
}
.terms_agree {
	font-size:11px!important;
}
#kuulubtasumisele {
	font-size:18px!important;
}
}
button,
input,
select {
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    padding: 0.35em 0.625em 0.75em;
    margin: 0 2px;
    border: 1px solid silver;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
button,
input,
select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}




.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 960px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
@media screen and (max-width: 991px) and (min-width: 500px) {
    .howitwork_arrow,
    .s5_elipse
	{
        display: none;
    }
    #results {
        margin-bottom: 0;
    }
	 .s_offer {
	display:none;
	}
}

@media screen and (max-width: 1200px) and (min-width: 500px) {
    .s6_right_img {
        display: none;
    }
    .howitwork_arrow {
       width:940px;
    }
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    list-style-type: none;
}
@media (min-width: 960px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
        list-style-type: none;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .ml1 {
        margin-left: -80px;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-6 .pface1 {
        width: 50%;
        margin-top: 15px;
		margin-left:70px;
    }
    .col-sm-6-1 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-4 .ml1 {
        margin-left: -80px;
    }
    .col-sm-4 li {
        list-style-type: none;
    }
    .col-sm-3 li {
        list-style-type: none;
    }
    .col-sm-3 {
        width: 25%;
        list-style-type: none;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
.col-md-12 {
    width: 100%;
}
.col-md-11 {
    width: 91.66666667%;
}
.col-md-10 {
    width: 83.33333333%;
}
.col-md-9 {
    width: 75%;
}
.col-md-8 {
    width: 66.66666667%;
}
.col-md-7 {
    width: 58.33333333%;
}
.col-md-6 {
    width: 50%;
}
.col-md-5 {
    width: 41.66666667%;
}
.col-md-2 {
    width: 16.66666667%;
}
.col-md-1 {
    width: 8.33333333%;
}
.col-md-offset-12 {
    margin-left: 100%;
}
.col-md-offset-11 {
    margin-left: 91.66666667%;
}
.col-md-offset-10 {
    margin-left: 83.33333333%;
}
.col-md-offset-9 {
    margin-left: 75%;
}
.col-md-offset-8 {
    margin-left: 66.66666667%;
}
.col-md-offset-7 {
    margin-left: 58.33333333%;
}
.col-md-offset-6 {
    margin-left: 50%;
}
.col-md-offset-5 {
    margin-left: 41.66666667%;
}
.col-md-offset-4 {
    margin-left: 33.33333333%;
}
.col-md-offset-3 {
    margin-left: 25%;
}
.col-md-offset-2 {
    margin-left: 16.66666667%;
}
.col-md-offset-1 {
    margin-left: 8.33333333%;
}
.col-md-offset-0 {
    margin-left: 0;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
    margin: 4px 0 0;
    line-height: normal;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
    color: #777;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #777;
}
.form-control::-webkit-input-placeholder {
    color: #777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}
input[type="search"] {
    -webkit-appearance: none;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
    line-height: 34px;
}
input[type="date"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm,
input[type="time"].input-sm {
    line-height: 30px;
}
.form-group {
    margin-bottom: 15px;
}
.checkbox,
.radio {
    position: relative;
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.checkbox label,
.radio label {
    padding-left: 18px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    position: absolute;
    margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
    margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px;
}
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="radio"][disabled] {
    cursor: not-allowed;
}
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed;
}
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed;
}
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0;
}
select.input-sm {
    height: 30px;
    line-height: 30px;
}
select[multiple].input-sm {
    height: auto;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    z-index: 2;
}
.btn-group-vertical > .btn:focus,
.btn-group > .btn:focus {
    outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
    float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
    float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
[data-toggle="buttons"] > .btn > input[type="checkbox"],
[data-toggle="buttons"] > .btn > input[type="radio"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}
.input-group .form-control,
.input-group-btn {
    display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group .form-control:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group .form-control:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
    z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    margin-left: -1px;
}
.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
.label-default {
    background-color: #777;
}
.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 16px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: 700;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-danger .alert-link {
    color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}
.media,
.media .media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
a.list-group-item {
    color: #555;
}
a.list-group-item:focus,
a.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #e1edf7;
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}
a.list-group-item-info {
    color: #31708f;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}
a.list-group-item-danger {
    color: #a94442;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.container:after,
.container:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}
.btn-group-vertical > .btn-group:after,
.container:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.row:after {
    clear: both;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.visible-md,
.visible-sm {
    display: none !important;
}
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block {
    display: none !important;
}
@media (min-width: 960px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 960px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 960px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 960px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 960px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

input::-webkit-input-placeholder {
    color: #666 !important;
}
input::-moz-placeholder {
    color: #666 !important;
}
input.placeholder {
    color: #666 !important;
}


.text-danger {
    color: #c00;
}
nav a {
    position: relative;
    display: inline-block;
    outline: 0;
    text-transform: uppercase;
}
nav a:focus,
nav a:hover {
    outline: 0;
    text-decoration: none;
    color: #fff;
}
h1,
h2,
h3,
h4,
h5 {
    margin-top: 0;
}
.container {
    max-width: 1030px;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
	font-family: FuturaPT-Heavy;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
    margin: 4px 0 0;
    line-height: normal;
	width: 20px;
    height: 20px;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 2px solid #FFD829;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
    color: #777;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #777;
}
.form-control::-webkit-input-placeholder {
    color: #777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}
input[type="search"] {
    -webkit-appearance: none;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
    line-height: 34px;
}
input[type="date"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm,
input[type="time"].input-sm {
    line-height: 30px;
}
.form-horizontal {
	width: 38%;
	margin: 0 auto;
	color:#fff;
	margin-bottom: 5px;
	margin-top: -10px;
	margin-bottom: 35px;
}
@media (max-width: 760px) and (min-width: 350px) {
.form-horizontal {
width: 90%;
}
}
.form-horizontal .form-group-sm .form-control,
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-sm {
    height: 30px;
    line-height: 30px;
}
select[multiple].input-sm {
    height: auto;
}
@media (min-width: 960px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-btn {
        width: auto;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0;
    }
    .form-inline .checkbox input[type="checkbox"],
    .form-inline .radio input[type="radio"] {
        position: relative;
        margin-left: 0;
    }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px;
}
.form-horizontal .radio a {
    text-decoration: none;
    color: #FFD829;
    line-height: 1px;
}
.form-horizontal .radio a:hover {
    text-decoration: none;
    color: #fff;
    line-height: 1px;
}
.col-md-4 h5 a {
    text-decoration: none;
    color: #43bfee;
    font-size: 14px;
}
.col-md-4 h5 a:hover {
    text-decoration: none;
    color: #1076c3;
    font-size: 14px;
}
@media (min-width: 960px) {
    .form-horizontal .control-label {
        margin-bottom: 0;
		font-family: FuturaPT-Heavy;
    }
}
@media (min-width: 960px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}
.btn {
    display: inline-block;
    padding: 9px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 7px;
    font-weight: 700;
    width: 301px;
    height: 41px;
}
.btn.active:focus,
.btn:active:focus,
.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none;
}
.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.65;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default.active,
.btn-default:active {
    background-image: none;
}
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info.active,
.btn-info:active,
.btn-info:focus,
.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info.active,
.btn-info:active {
    background-image: none;
}
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger.active,
.btn-danger:active {
    background-image: none;
}
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-link {
    font-weight: 400;
    color: #428bca;
    cursor: pointer;
    border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
    color: rgb(3, 155, 125);
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none;
}
.btn-group-sm > .btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
#kuulubtasumisele {
	font-family: 'FuturaPT-Heavy';
    font-size: 26px;
    text-align: right;
	margin-bottom: -10px;
    margin-top: -10px;
	}
#responseNotification {
    display:none;
    font-weight:bold;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: center;
	font-family: 'FuturaPT-Heavy';
	}
#fixed1 {
    padding: 8px;
    background: #efecdc;
    font-size: 14px;
    border: 2px solid #ccc;
    border-radius: 15px;
    box-shadow: 1px 1px 5px #999;
    margin-right: 5px;
}
#fixed2 {
    padding: 8px;
    background: #efecdc;
    font-size: 14px;
    border: 2px solid #ccc;
    border-radius: 15px;
    box-shadow: 1px 1px 5px #999;
    margin-right: 5px;
}
#additionalProductWindowContent {
    color: #000;
    font-size: 32px;
    background-color: #fff;
    -moz-border-radius: 8px;
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 0 10px 10px;
    border: 0 solid #ccc;
    border-top: none;
    margin-top: 0;
}
#additionalProductWindowContent h1 {
	font-family: 'FuturaPT-Medium';
    color: #c00;
    font-size: 35px;
    text-align: center;
    text-transform: none;
    line-height: 35px;
    padding-bottom: 5px;
    padding-top: 8px;
    margin: 0;
}
#additionalProductWindowContent h2 {
    color: #000;
    font-size: 25px;
    margin: 20px;
    text-align: justify;
    text-transform: none;
}
#additionalProductWindowContent h4 {
    color: #000;
    font-size: 20px;
    margin: 20px;
    text-align: left;
    text-transform: none;
}
.btn-upsell-agree {
    display: block;
    width: 300px;
    height: 50px;
    text-decoration: none;
    margin: 10px auto;
    border: 1px solid #666;
    border-radius: 10px;
    background: #fceabb;
    background: -moz-linear-gradient(top, #fceabb 0, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fceabb), color-stop(50%, #fccd4d), color-stop(51%, #f8b500), color-stop(100%, #fbdf93));
    background: -webkit-linear-gradient(top, #fceabb 0, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: -o-linear-gradient(top, #fceabb 0, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: -ms-linear-gradient(top, #fceabb 0, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: linear-gradient(to bottom, #fceabb 0, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    color: #000;
    margin-bottom: 0;
    margin-top: 0;
	font-family: 'FuturaPT-Light';
    font-weight: 700;
	font-size:25px;
}
.btn-upsell-agree:hover {
    display: block;
    height: 50px;
    text-decoration: none;
    margin: 10px auto;
    border: 1px solid #666;
    border-radius: 10px;
    background: #fceabb;
    background: -moz-linear-gradient(top, #fceabb 0, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fceabb), color-stop(50%, #fccd4d), color-stop(51%, #f8b500), color-stop(100%, #fbdf93));
    background: -webkit-linear-gradient(top, #fceabb 0, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: -o-linear-gradient(top, #fceabb 0, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: -ms-linear-gradient(top, #fceabb 0, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: linear-gradient(to bottom, rgba(252, 234, 187, 0.8) 0, rgba(252, 205, 77, 0.8) 50%, rgba(248, 181, 0, 0.8) 51%, rgba(251, 223, 147, 0.8) 100%);
    color: #000;
    margin-bottom: 0;
    margin-top: 0;
	font-family: 'FuturaPT-Light';
    font-weight: 700;
}
.btn-upsell-agree.active,
.btn-upsell-agree:active,
.btn-upsell-agree:focus {
    color: #fff;
    background-color: #43bfee;
    border-color: #f1f1f1;
}
.btn-upsell-agree.active,
.btn-upsell-agree:active {
    background-image: none;
}
.buy2 {
    background-color: #f7f7f7;
    border: 1px solid #e0e0e0;
    position: relative;
    width: 720px;
}
.item a {
    display: block;
    width: 350px;
    height: 50px;
    text-decoration: none;
    margin: 10px auto;
    border: 1px solid #666;
    border-radius: 10px;
    background: #fceabb;
    background: -moz-linear-gradient(top, #fceabb 0, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fceabb), color-stop(50%, #fccd4d), color-stop(51%, #f8b500), color-stop(100%, #fbdf93));
    background: -webkit-linear-gradient(top, #fceabb 0, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: -o-linear-gradient(top, #fceabb 0, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: -ms-linear-gradient(top, #fceabb 0, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: linear-gradient(to bottom, #fceabb 0, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    color: #000;
}
.item a:hover {
    display: block;
    width: 350px;
    height: 50px;
    text-decoration: none;
    margin: 10px auto;
    border: 1px solid #666;
    border-radius: 10px;
    background: #fceabb;
    background: -moz-linear-gradient(top, #fceabb 0, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fceabb), color-stop(50%, #fccd4d), color-stop(51%, #f8b500), color-stop(100%, #fbdf93));
    background: -webkit-linear-gradient(top, #fceabb 0, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: -o-linear-gradient(top, #fceabb 0, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: -ms-linear-gradient(top, #fceabb 0, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: linear-gradient(to bottom, rgba(252, 234, 187, 0.8) 0, rgba(252, 205, 77, 0.8) 50%, rgba(248, 181, 0, 0.8) 51%, rgba(251, 223, 147, 0.8) 100%);
    color: #000;
}

.col-md-8 a {
    color: #1076c3;
    font-size: 16px;
}
.col-md-8 a:hover {
    color: #43bfee;
    font-size: 16px;
    text-decoration: underline;
}
.form-group-payments {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.form-group-payments input:checked + .payment-control {
    box-shadow: 0 0 0 3px #4a90e2;
}
.form-group-payments .payment-group {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 5px;
    width: 33.3333%;
}
.form-group-payments .payment-group input[type="checkbox"], input[type="radio"] {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
  all: unset
}
#visa-container  {
	width:66.6666%;
	}
	
.form-group-payments .payment-control {
    display: block;
    cursor: pointer;
    transition: box-shadow 0.15s;
    line-height: 1;
}
.form-group-payments .payment-control > img {
    width: 100%;
    height: auto;
    display: block;
    pointer-events: none;
    position: relative;
}

.form-group-payments .payment-control input {
    width: 100%;
    height: auto;
    display: block;
    pointer-events: none;
    position: relative;
}
.form-group-payments .payment-control:hover {
    box-shadow: 0 0 0 1px #4a90e2;
}
#additionalProductCancelButton {
    font-size: 22px;
	font-family: 'FuturaPT-Light';
}
#additionalProducts {
    margin-top: -22px;
}
#countdown {
    color: #000;
    margin: 20px 0 0 10px;
}
.wholeorder {
	text-align:center;
    margin: 0 auto;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
	color:#fff;
}
@media (max-width: 760px) {
.wholeorder {
    margin-top:-15px;
}
}
.black  {
   color: #000;
}
#package_select .col-sm-4 p {
   text-align: center;
    font-size: 18px;
    margin: auto;
}
#package_select .col-sm-4 a:hover {
  text-decoration:none;
}
#package_select .col-sm-4 a {
  text-decoration:none!important;
  color: unset!important;
}
#package_select .item_column {
	position: relative;
    /*background: rgb(0 0 0 / 50%)!important;*/
	background: #fff!important;
}
#package_select .quantity, #package_select .order {	 
    background: #10121e;
    text-align: center;
    font-weight: bold;
    color: #fff;
	height: 40px;
    text-align: center;
	font-family: 'FuturaPT-Heavy';
}

@media (min-width: 760px) and (max-width:960px) {
#package_select .arr_pc, .item1_title, .item2_title, .item3_title {
    font-size: 28px;
    height: 50px;
    line-height: 40px;
	Font-family: 'FuturaPT-Demi';
}
}
@media (min-width: 650px) and (max-width:759px) {
#package_select .arr_pc, .item1_title, .item2_title, .item3_title {
  font-size: 24px;
  Font-family: 'FuturaPT-Demi';
}
}
@media (min-width: 350px) and (max-width:420px) {
#package_select .arr_pc, .item1_title, .item2_title, .item3_title {
	font-size:80%;
	Font-family: 'FuturaPT-Demi';
	
}
/*#offers_mob .quantity, #offers_mob .order {
	text-align:left!important;
	padding-left:5px!important;
	}*/
#package_select .item2_title p, .item3_title p {
width: 190px;
margin: 0 auto;
line-height: 19px;
}
#package_select .item1_title p {
    line-height: 40px!important;
}
}
@media only screen and (max-width: 479px) {
#package_select .description {	
 font-size:13px;
}
#package_select .subtitle
{	
 font-size:16px;
}
}

#package_select .order .arr_pc {
    vertical-align: -6px!important;
}
#package_select .bestseller, .bestprice  {	
    position: absolute;
    width: 90px;
    left: -9px;
    top: -10px;
}
#package_select .subtitle {	
 margin-top: 10px;
 margin-bottom: -10px;
 color:#fb222b;
 font-weight:bold;
 font-family: FuturaPT-Heavy;
}
#package_select .description {	
   padding:10px;   
    height: auto;
	color: #575756;
	margin-bottom: -5px;
	font-size: 17px;
}
#package_select .item_column .prod_img {
	width:100%;
	padding-left: 10px;
    padding-right: 10px;
}
#package_select .price_tag_red {
	width: 25%;
    position: absolute;
    right: 0px;
    margin-right: 50%;
	margin-top: -10%;
}
#package_select .oldprice {
	float: left; 
	width: 45%;
	text-decoration: line-through;
	text-align: right;
	font-size: 24px;
	font-weight: bold;
	color: #575756;
	padding: 21px 0 0;
}
#package_select .price {
	width: 50%;
	height: 64px;
	float: right;
	margin-right: -5px;
	background: #e1151a;	
	margin-top: 3px;
	line-height: 64px;
	text-align: center;
	font-size: 26px;
	color: white;
	font-weight:bold;
	position: relative;
	border-radius: 5px;
	font-family: FuturaPT-Heavy;
}
#package_select .price span {
	font-size:25px;
	}
#package_select .price .item2_pcsprice, #package_select .price .item3_pcsprice {
	color:#fff;
	font-size:14px;
	display:inline-block;
	vertical-align:middle;
	}
#package_select .lined {
line-height: 25px;
padding-top: 7px;	
}
#package_select .economy {
	text-align: center;
    font-size: 18px;
    color: #575756;
    font-weight: bold;
	padding:5px;
}
#package_select .order a {	
	color: white;
	text-decoration: none;
}
#package_select .order .arr_pc {
	vertical-align: -10px;
	width: 121px;
	height: 29px;
	background: url(../img/arr1.png) no-repeat;
	display: inline-block;
	margin-top: 6px;
}
#package_select .order .arr2_pc {
	background: url(../img/arr2.png) no-repeat;
}
#package_select .order .arr2_pc .selected {
display:none;
}
#package_select .arr_pc {
background-color:#10121e;
box-shadow: 0 0 5px 2px #10121e;
}
#package_select .arr2_pc {
	background-color:#FFD829;
	box-shadow: 0 0 5px 2px #FFD829;
	
}
.order_step>h2 {
    font-size: 22px;
    font-weight: 700;
    font-family: 'FuturaPT-Heavy';
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 25px;
	text-align: center;
	color:#fff;
}
.shopping-cart-payment table {
margin:0 auto;
}
.order-col  {
width: 80%;
padding-bottom:25px;
float: none;
margin: 0 auto;
}
@media (max-width: 760px) and (min-width: 350px) {
.order-col  {
width: 100%;
}
}

.advantage_img {
    margin:15px;
}
.shop_advantages {
    padding: 15px 0 15px;
    text-align: center;
    background: #fff;
    list-style-type: none;
}
.title {
  color: #3c3d41;
    font-size: 16px;
	letter-spacing: -1px;
    
}
.title_up {
	 color: #3c3d41;
    font-weight: 700;
	font-family: FuturaPT-Demi;
	font-size: 15px!important;
	letter-spacing: -1px;
}
@media screen and (max-width: 960px) {
    .shop_advantages {
       background-color: #eeba4e;
    } 
	.shop_advantages .first,.second,.third,.fourth {
    background-color: #fff;
    padding: 20px;
    margin: 25px 20px;
    border-radius: 20px;
    text-align: center;
    }
	.shop_advantages .title_up {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 0px;
    } 
	.shop_advantages .title {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.5px;
    margin-top: 10px;
    } 
}
#footer {
    background-color: #3c3d41;
    color: #fff;
    padding-top: 30px;
    margin-bottom: -50px;
}
#footer .footer_logo, .footer_logo_padded  {
  width: 225px;
  }
@media (min-width: 960px) {
   #footer .footer_logo {
  margin-top:60px; 
}
   #footer .footer_logo_padded {
  margin-top:60px; 
}
.alignment {
    text-align: center;
}
}
#footer .footer-copyright {
    background-color: #333;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
}
#footer .row {
    margin-bottom: 20px;
}
#footer .navbar-brand {
    margin-top: 45px;
    height: 65px;
}
#footer .footer-copyright p {
    margin: 10px;
    color: #ccc;
}
#footer ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}
#footer h5 {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 10px;
    text-transform: uppercase;
	font-family: FuturaPT-Demi;
}
#footer h2 a {
    font-size: 50px;
    text-align: center;
    color: #fff;
}
#footer a {
    color: #d2d1d1;
    text-decoration: none;
}
#footer a:focus,
#footer a:hover {
    text-decoration: none;
    color: #fff;
}
#footer .btn {
    color: #fff;
    background-color: #d84b6b;
    border-radius: 20px;
    border: none;
    width: 150px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 25px;
}
@media screen and (max-width: 960px) {
    #footer {
        text-align: center;
    }
}
.content {
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    min-height: 200px;
}
#footer {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
	font-size: 18px;
}
.header {
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 4;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 30px #00000014;
}
.header_panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    position: relative;
}
.header_panel nav {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin-right: 29px;
    z-index: 2;
}
.header_panel ul {
    display: flex;
}
.header_panel ul li {
    margin-right: 30px;
}
.header_panel ul li:last-child {
    margin-right: -20px;
}
.header_panel ul li a {
    color: #585858;
    font-family: FuturaPT-Medium, sans-serif;
    font-size: 18px;
    line-height: 48.5px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    text-transform: uppercase;
}
.header_panel .btn {
    font-size: 15px;
    line-height: 16.76px;
    padding: 15px 38px;
}
.header_wrapper {
    padding: 0 25px;
    margin: 0 auto;
    width: 100%;
}
@media only screen and (max-width: 767px) {
.header_wrapper {
    padding: 0 15px;
}
}

@media (max-width: 679px) {
	
	.footer {
        padding: 20px 0 40px;
    }

	.footer li {
    display: block;
	margin-right: 0px;
	line-height: 35px;
     }

    .footer p {
        font-size: 15px;
    }
    .footer .logo {
        margin-bottom: 20px;
		    margin-top: -40px;
    }
}

.fa-bars:before {
    content: "\f0c9";
}
.fa-bars:before {
    color: #FFD829;
}
.fa, .fas {
    font-weight: 900;
}
@media only screen and (max-width: 900px) {
.header_panel ul li a {
    font-size: 12px;
}
}
@media only screen and (max-width: 991px) {
.header_panel ul li {
    margin-right: 10px;
}
}
@media only screen and (max-width: 679px) {
.header_panel ul {
    display: none;
}
}

/*OFFERS NEW CSS STYLES*/

.choice_desc {
  padding-left: 25px;
    padding-right: 25px;
    text-align: justify;
    padding-bottom: 25px;
    color: #fff;
	font-size: 17px;
}  
#order_header {
    padding: 4px;
	height: 100%;
    width: 100%;
    background: #10121e;
    /*border-bottom: 1px solid #FFD829;*/
	}
.sale_background {
	height:55px;
	width:100%;
	background: #10121e;
	border-bottom: 3px solid;
	border-color: #0174b5;
	}
	
	.sale_desc {
	text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 100%;
	width: 100%;
    margin: 0 auto;
	}
	
.header_title {
	text-align: center;
    font-family: 'FuturaPT-Heavy';
    margin: 0 auto;
    color: #fff;
    max-width: 75%;
	font-size: 35px;
    padding: 5px;
	}
@media (max-width: 950px) and (min-width: 599px) {
.header_title {
    max-width: 90%;
	font-size:150%!important;
}
}
@media (max-width: 600px) and (min-width: 350px) {
.header_title {
    max-width: 100%;
	font-size:100%!important;
}
}
@media (max-width: 350px) and (min-width: 200px) {
  .header_title {
    max-width: 100%;
	font-size:65%!important;
}
}

/*OFFERS PC START-----> */
@media (max-width: 760px) {
#offers_pc  {
   display:none;
}
}
#offers_pc .col-sm-4 p {
   text-align: center;
    font-size: 18px;
    margin: auto;
	padding-left: 10px;
    padding-right: 10px;
}
#offers_pc .col-sm-4 a:hover {
  text-decoration:none;
}
#offers_pc .col-sm-4 a {
  text-decoration:none!important;
  color: unset!important;
}
#offers_pc .item_column {
	position: relative;
    /*background: rgb(0 0 0 / 50%)!important;*/
	background: #fff!important;
}
#offers_pc .quantity, #offers_pc .order {	 
    background: #10121e;
    text-align: center;
    font-weight: bold;
    color: #fff;
	font-size:110%;
	height: 50px;
    line-height: 50px;
    text-align: center;
	Font-family: 'FuturaPT-Demi';
	/*letter-spacing: -1px;*/
}
@media (min-width: 961px) and (max-width:1200px) {
#offers_pc .quantity, #offers_pc .order {	 
	font-size:85%;
}
}
@media (min-width: 760px) and (max-width:960px) {
#offers_pc .quantity, #offers_pc .order  {
    font-size:85%;
  	height: 40px;
    line-height: 40px;
}
#offers_pc .order .arr_pc {
    vertical-align: -12px!important;
}
}
#offers_pc .bestseller, .bestprice {	
   position: absolute;
    width: 30%;
    left: -2.8%;
    top: -1%;
}
#offers_pc .subtitle {	
 margin-top: 15px;
 margin-bottom: -5px;
 color:#fb222b;
 font-weight:bold;
 font-family: 'FuturaPT-Demi';
}
#offers_pc .description {	
    padding:6px; 
	padding-top:10px;
    font-size: 16px;   
    min-height: 147px!important;
    height: auto;
	/*letter-spacing:-0.5px;*/
}
#offers_pc .item_column .prod_img {
	width:100%;
	padding-left: 10px;
    padding-right: 10px;
}
#offers_pc .price_tag_red {
	width: 25%;
    position: absolute;
    right: 0px;
    margin-right: 50%;
	margin-top: -10%;
}
#offers_pc .oldprice {
	float: left; 
	width: 45%;
	text-decoration: line-through;
	text-align: right;
	font-size: 24px;
	font-weight: bold;
	color: #575756;
	padding: 21px 0 0;
	font-weight:bold;
}
#offers_pc .price {
	width: 50%;
	height: 64px;
	float: right;
	margin-right: -5px;
	background: #e1151a;	
	margin-top: 3px;
	line-height: 64px;
	text-align: center;
	font-size: 26px;
	color: white;
	font-weight:bold;
	position: relative;
	border-radius: 5px;
}
#offers_pc .price span {
	font-size:25px;
	font-family: 'FuturaPT-Demi';
	}
#offers_pc .price .item2_pcsprice, #offers_pc .price .item3_pcsprice {
	color:#fff;
	font-size:14px;
	display:inline-block;
	vertical-align:middle;
	}
#offers_pc .lined {
line-height: 25px;
padding-top: 7px;	
}
#offers_pc .economy {
	text-align: center;
    font-size: 18px;
    color: #575756;
    font-weight: bold;
	padding:7px;
}
#offers_pc .order a {	
	color: white;
	text-decoration: none;
}
#offers_pc .order .arr_pc {
	vertical-align: -10px;
	margin-right: 6px;
	width: 121px;
	height: 29px;
	background: url(../img/arr1.png) no-repeat;
	display: inline-block;
}
#offers_pc .order .arr2_pc {
	background: url(../img/arr2.png) no-repeat;
}
#offers_pc .order .arr2_pc .selected {
display:none;
}
#offers_pc .arr_pc {
background-color:#10121e;
box-shadow: 0 0 5px 2px #10121e;
}
#offers_pc .arr2_pc {
	background-color:#FFD829;
	box-shadow: 0 0 5px 2px #FFD829;
	color:#10121e!important;
}
#offers_pc .arr_pc .quantity, #offers_mob .arr_mob .quantity {
color:#fff!important;
}

#offers_pc .arr2_pc .quantity, #offers_mob .arr2_mob .quantity {
color:#10121e!important;
}

@media (min-width: 768px) {
.order-col  {
    width: 33.33333333%;
	float: left;
    list-style-type: none;
}
}
/*OFFERS PC END-----> */


/*OFFERS_MOBILE START-----> */
@media (min-width: 767px) {
#offers_mob {
   display:none;
}
}
#offers_mob .col-sm-12 p {
    font-size: 20px;
    margin: auto;
	margin-right: 10px;

}
@media (min-width: 350px) and (max-width: 400px){
#offers_mob .col-sm-12 p {
    font-size: 18px!important;
}
}
/*---------------SMALL MOB VIEWPORT-----> */
/*#offers_mob {
   display:none;
}*/
@media (min-width: 250px) and (max-width: 349px){
#offers_mob .col-sm-12 p {
    font-size: 13px!important;
	padding-top: 10px;
}
.order-col {
    width: 95%!important;
}
.subtitle {
    flex: unset!important;
}
.sale_desc {
    font-size: 80%!important;
}
#offers_mob .description {
    font-size: 12px!important;
}
#package_select .arr_pc, .item1_title, .item2_title, .item3_title {
	font-size:13px;
}
#package_select .item2_title p, .item3_title p {
    width: 90px;
    margin: 0 auto;
    line-height: 15px;
    padding-top: 5px;
}
#package_select .item1_title p {
    line-height: 35px!important;
}
.order_step {
    display:none;
}
}
/*---------------SMALL MOB VIEWPORT-----> */

#offers_mob .col-sm-12 a:hover {
  text-decoration:none;
}
#offers_mob .col-sm-12 a {
  text-decoration:none!important;
  color: unset!important;
}
#offers_mob .item_column {
	position: relative;
	margin-bottom: 30px;
    /*background: rgb(0 0 0 / 50%)!important;*/
	background: #fff!important;
}
#offers_mob .quantity, #offers_mob .order {	 
    background: #10121e;
    text-align: center;
    font-weight: bold;
    color: #fff;
	font-size: 22px;
	height: 50px;
    line-height: 50px;
    text-align: center;
	padding-left: 30px;
	font-family: 'FuturaPT-Demi';
	letter-spacing: -1px;
}
#offers_mob .mob_choice {	 
    float: right;
}
#offers_mob .bestseller {	
  position: absolute;
    width: 75px;
    left: -7px;
    top: -7px;
}
#offers_mob .bestprice {	
  position: absolute;
    width: 75px;
    left: -7px;
    top: -7px;
}
#offers_mob .subtitle {	
 color:#fb222b;
 font-family: 'FuturaPT-Demi';
 text-align: center;
}
#offers_mob .description {	
   padding:10px;  
   font-size: 16px;

}
#offers_mob .item_column .prod_img {
	max-width:150px;
    margin-top: -14%;
    position: absolute;
	margin-left: 5%;
}
@media (min-width: 350px) and (max-width:760px) {
#offers_mob .item_column .prod_img {

	/*display:none;*/
}
}

.flex-row {
  display: flex;
  align-items: center; 
  gap: 1px;
}

.prod_img_mob img {
  max-height: 100px; 
  height: auto;
}

.subtitle {
  flex: 1; 
  display: flex;
  justify-content: center; 
  align-items: center; 
}

.item1_subtitle {
  color: #ff2a2a;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}

.pack_mob {
max-width: 100%;
height: auto;
display: block;	
}
.prod_img_mob {
    float: left;
    width: 125px;
    margin: 10px;
}

#offers_mob .oldprice {
	float: left; 
	width: 47%;
	text-decoration: line-through;
	text-align: right;
	font-size: 24px;
	font-weight: bold;
	color: #575756;
	padding: 21px 0 0;
	font-weight:bold;
}
#offers_mob .price {
	width: 50%;
	height: 64px;
	float: right;
	margin-right: -5px;
	background: #e1151a;	
	margin-top: 3px;
	line-height: 64px;
	text-align: center;
	font-size: 26px;
	color: #fff;
	font-weight:bold;
	position: relative;
	border-radius: 5px;
}
#offers_mob .price span {
	font-size:23px;
	font-family: 'FuturaPT-Heavy';
	}
#offers_mob .price .item2_pcsprice, #offers_mob .price .item3_pcsprice {
	color:#fff;
	font-size:12px;
	display:inline-block;
	vertical-align:middle;
	}
#offers_mob .lined {
line-height: 22px;
padding-top: 10px;
}
#offers_mob .economy {
    font-size: 18px;
    color: #5757156;
    font-weight: bold;
	padding:3px;
    text-align: right;
    margin-right: 10%;
}
#offers_mob .order a {	
	color: white;
	text-decoration: none;
}
#offers_mob .order .arr_mob {
	vertical-align: -6px;
	margin-right: 6px;
	width: 29px;
	height: 29px;
	background: url(../img/arr1.png) no-repeat;
	background-position: 23%;
	display: inline-block;
}
#offers_mob .order .arr2_mob {
	background: url(../img/arr2.png) no-repeat;
    vertical-align: -6px;
	margin-right: 6px;
	width: 29px;
	height: 29px;
}
#offers_mob .arr_mob {
background-color:#10121e;
box-shadow: 0 0 5px 2px #10121e;
}
#offers_mob .arr2_mob {
	background-color:#FFD829;
	box-shadow: 0 0 5px 2px #FFD829;
	
}
@media (min-width: 768px) {
.order-col  {
    width: 33.33333333%;
	float: left;
    list-style-type: none;
}
}
/*OFFERS_MOBILE END-----> */

/*POD AGREEMENT & CHECKBOX-----> */
.checkbox-container {
    display: flex;
    flex-direction: row-reverse; /* Reverse the order of elements */
    justify-content: flex-start; /* Align elements to the left within the reversed container */
    margin-bottom: 10px;
}

.checkbox-label {
    font-size: 15px; /* Use the consistent font size */
    font-weight: normal;
    text-align: left;
    margin: 0;
}

.pod_terms_marker {
  line-height: 1.3;
}

.pod_terms_marker:before  {
  content: "»";
  font-size: 35px;
  color: #2196F3;
  line-height: 0;
}

/*
.pod_terms_marker {
  padding-inline-start: 0px;
}
*/

.pod_terms {
    font-weight: bold;
	border-bottom: 2.5px double #2196F3;
}

.pod_margin {
  margin-top:7px;
}

.pod_terms:hover {
  background-position-y: 100%;
}


.has-error .checkbox-label.checkbox {
    color: #ff3a34!important;
}

#payOnDeliveryAgreement{
    margin-top: 20px;
    padding: 10px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.35);
	color: #fff;
}

#payOnDeliveryAgreement .checkbox-container .checkbox-label {
    font-family: 'FuturaPT-Light';
}

/* Base styles for checkboxes and labels */
.checkbox-container {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px; /* Adjust spacing as needed */
}

.checkbox-label {
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    margin: 0;
    flex: 1; /* Stretch label to fill available space */
	padding-right: 10px;
	letter-spacing: 0.5px;
}


/* Toggle switch styles */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
    border-radius: 12px; /* Adjust border radius for smaller size */
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 2px; /* Adjust bottom position for smaller size */
    background-color: white;
    transition: .4s;
    border-radius: 10px; /* Adjust border radius for smaller size */
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    transform: translateX(14px); /* Adjust translation distance for smaller size */
}

/*.switch input:checked + .slider:before {*/
/*    transform: translateX(16px); !* Adjust translation distance to fit within the switch *!*/
/*}*/

.slider.round {
    border-radius: 12px; /* Adjust border radius for smaller size */
}

.slider.round:before {
    border-radius: 50%;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}
.has-error .form-control-feedback {
    color: #a94442;
}
/*POD AGREEMENT & CHECKBOX-----> */