.language-select {
    box-shadow: -5px 5px 10px #888
}
.nav-dropdown {
    background: #f6f6f6
}
.nav-wrap {
    margin-top: 15px;
    cursor: pointer
}
.nav-wrap ul,
.nav-wrap ul li {
    position: relative;
    float: left;
    margin: 0
}
.nav-wrap ul {
    list-style: none;
    padding: 0
}
.nav-wrap ul a {
    display: block;
    color: #333;
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
    line-height: 32px;
    padding: 0 15px
}
.nav-wrap ul li {
    padding: 0;
    z-index: 2
}
.nav-wrap ul li a:hover {
    background: #666666;
    color: #fff
}
.nav-wrap ul ul {
    position: absolute;
    top: 100%;
    right: 0;
    background: #f6f6f6;
    padding: 0
}
.nav-wrap ul ul li {
    float: none;
    width: 160px
}
.nav-wrap ul ul a {
    line-height: 120%;
    padding: 10px 15px
}
.nav-wrap ul ul ul {
    top: 0;
    left: 100%
}
.float-right {
    float: right
}

*,
:after,
:before {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body,
figure {
    margin: 0
}

a {
    background: 0 0
}

a:focus {
    outline: dotted thin
}

[type=checkbox]:focus,
[type=radio]:focus,
a:active,
a:hover,
select:not(.default):focus {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

hr {
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

[type=checkbox].file-label,
[type=checkbox].file-label:before,
[type=radio].file-label,
[type=radio].file-label:before,
input[type=checkbox],
input[type=radio],
legend {
    padding: 0
}

legend {
    border: 0
}

.file-label,
.file-label:before,
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

.file-label,
.file-label:before,
button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

[type=reset].file-label,
[type=reset].file-label:before,
[type=submit].file-label,
[type=submit].file-label:before,
button,
html [type=button].file-label,
html [type=button].file-label:before,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html [disabled].file-label,
html [disabled].file-label:before,
html input[disabled] {
    cursor: default
}

[type=search].file-label,
[type=search].file-label:before,
input[type=search] {
    -webkit-appearance: textfield
}

[type=search].file-label::-webkit-search-cancel-button,
[type=search].file-label::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

.file-label::-moz-focus-inner,
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body,
html {
    color: #000;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    background-color: #EFEFEF;
}

.wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 0px auto 32px;
}

.wrapper-small {
    max-width: 500px
}

.grid {
    margin: 0 0 16px
}

.grid:after {
    content: '';
    clear: both;
    display: table
}

.grid>[class*=col-] {
    float: left;
    padding-right: 16px
}

.grid>[class*=col-]:last-child,
.grid>[class*=col-]:last-of-type {
    padding-right: 0
}

.grid .grid:last-of-type {
    margin-bottom: 0
}

.col-1-8 {
    width: 12.5%
}

.col-1-7 {
    width: 14.285%
}

.col-1-6 {
    width: 16.667%
}

.col-1-5 {
    width: 20%
}

.col-1-4 {
    width: 25%
}

.col-1-3 {
    width: 33.33%
}

.col-2-5 {
    width: 40%
}

.col-1-2 {
    width: 50%
}

.col-3-5 {
    width: 60%
}

.col-2-3 {
    width: 66.66%
}

.col-3-4 {
    width: 75%
}

.col-4-5 {
    width: 80%
}

.col-1 {
    width: 100%
}

.col-0 {
    display: none
}

@media screen and (max-width:800px) {
    [class*=col-].med-1-8 {
        width: 12.5%
    }
    [class*=col-].med-1-7 {
        width: 14.285%
    }
    [class*=col-].med-1-6 {
        width: 16.667%
    }
    [class*=col-].med-1-5 {
        width: 20%
    }
    [class*=col-].med-1-4 {
        width: 25%
    }
    [class*=col-].med-1-3 {
        width: 33.33%
    }
    [class*=col-].med-2-5 {
        width: 40%
    }
    [class*=col-].med-1-2 {
        width: 50%
    }
    [class*=col-].med-3-5 {
        width: 60%
    }
    [class*=col-].med-2-3 {
        width: 66.66%
    }
    [class*=col-].med-3-4 {
        width: 75%
    }
    [class*=col-].med-4-5 {
        width: 80%
    }
    [class*=col-].med-1 {
        width: 100%;
        float: none;
        margin-bottom: 16px;
        padding-right: 0!important
    }
    [class*=col-].med-1:last-child {
        margin-bottom: 0
    }
    [class*=col-].med-0 {
        display: none
    }
}

@media screen and (max-width:650px) {
    [class*=col-].sm-1-8 {
        width: 12.5%
    }
    [class*=col-].sm-1-7 {
        width: 14.285%
    }
    [class*=col-].sm-1-6 {
        width: 16.667%
    }
    [class*=col-].sm-1-5 {
        width: 20%
    }
    [class*=col-].sm-1-4 {
        width: 25%
    }
    [class*=col-].sm-1-3 {
        width: 33.33%
    }
    [class*=col-].sm-2-5 {
        width: 40%
    }
    [class*=col-].sm-1-2 {
        width: 50%
    }
    [class*=col-].sm-3-5 {
        width: 60%
    }
    [class*=col-].sm-2-3 {
        width: 66.66%
    }
    [class*=col-].sm-3-4 {
        width: 75%
    }
    [class*=col-].sm-4-5 {
        width: 80%
    }
    [class*=col-].sm-1 {
        width: 100%;
        float: none;
        margin-bottom: 16px;
        padding-right: 0!important
    }
    [class*=col-].sm-1:last-child {
        margin-bottom: 0
    }
    [class*=col-].sm-0 {
        display: none
    }
}

@media screen and (max-width:500px) {
    .grid>[class*=col-] {
        float: none;
        width: 100%;
        margin-bottom: 16px;
        padding-right: 0
    }
    .grid>[class*=col-]:first-child:last-child,
    .grid>[class*=col-]:last-child {
        margin-bottom: 0
    }
    .grid>[class*=xs-] {
        float: left;
        margin-bottom: 0;
        padding-right: 16px
    }
    .grid>[class*=xs-].xs-1-8 {
        width: 12.5%
    }
    .grid>[class*=xs-].xs-1-7 {
        width: 14.285%
    }
    .grid>[class*=xs-].xs-1-6 {
        width: 16.667%
    }
    .grid>[class*=xs-].xs-1-5 {
        width: 20%
    }
    .grid>[class*=xs-].xs-1-4 {
        width: 25%
    }
    .grid>[class*=xs-].xs-1-3 {
        width: 33.33%
    }
    .grid>[class*=xs-].xs-2-5 {
        width: 40%
    }
    .grid>[class*=xs-].xs-1-2 {
        width: 50%
    }
    .grid>[class*=xs-].xs-3-5 {
        width: 60%
    }
    .grid>[class*=xs-].xs-2-3 {
        width: 66.66%
    }
    .grid>[class*=xs-].xs-3-4 {
        width: 75%
    }
    .grid>[class*=xs-].xs-4-5 {
        width: 80%
    }
    .grid>[class*=xs-].xs-0 {
        display: none
    }
}

.left {
    float: left;
    text-align: left
}

.right {
    float: right;
    text-align: right
}

h1 {
    font-size: 1.7em;
    font-weight: 700
}

h2 {
    font-size: 24px; font-weight: 500; line-height: 30px;
}

h3 {
    font-size: 1.4em;
    font-weight: 400
}

h4 {
    font-size: 1.25em;
    font-weight: 300
}

h5 {
    font-size: .9em;
    font-weight: 700;
    text-transform: uppercase
}

h6 {
    font-size: 1em;
    font-weight: 300
}

h1,
h2,
h3 {
    margin: 0 0 .5em
}

h4,
h5,
h6 {
    margin: 1em 0
}

h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0
}

.form_errors {
    margin: 0 0 16px;
    padding: 16px 24px;
    border-radius: 10px;
    background-color: #FCDCDC;
    color: #AD2424
}

.form_messages {
    background-color: #E1FADE;
    color: #54914E
}

.hidden-text {
    width: 1px;
    height: 1px;
    position: absolute;
    left: -1000px;
    top: auto;
    overflow: hidden
}

.section-header {
    margin: 1.5em 0 0em;
    padding: 8px 10.67px;
    background-color: #4E4E4E;
   /** background-image: linear-gradient(76deg, #CCC 0, #FFF 100%);**/
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: .25px 
}

.section-header:first-child {
    margin-top: 0
}

.or-bar {
    height: 1px;
    margin: 32px 0;
    border: 1px solid #CCC;
    text-align: center
}

.or-bar:before {
    content: "OR";
    padding: 0 .5em;
    background-color: #FFF;
    color: #666;
    font-size: 1.5em;
    font-weight: 700;
    position: relative;
    top: -.7em
}

.update-email {
    margin: .5em 0 0;
    padding: .5em .75em;
    background-color: #eee;
    cursor: pointer
}

.update-email .email-link {
    text-decoration: underline
}

.small-text,
label.error,
label.invalid {
    font-size: .7em;
   font-style: italic; 
}

.centered-text {
    text-align: center
}

label.error,
label.invalid {
    display: block;
    margin-left: 0em;
    color: #B94A48;
}

p {
    margin-bottom: 16px
}

img {
    width: 100%;
    height: auto
}

.logo {
    width: 75%;
    margin-top: .5em;
    margin-right: 1em
}

label {
    position: relative;
    display: block
}

label+label {
    display: block;
    margin-top: 16px
}

.label-text {
    display: block;
    margin: 0 0 4px;
    padding: 0;
    background: 0;
    color: #717171;
    position: static;
    white-space: normal;
    font-size: 14px;
}

.label-text.large {
    font-size: 1.2em;
    margin-bottom: 16px
}

.file-label,
.file-label:before,
input,
select,
textarea {
    width: 100%;
    padding: 8px 10.67px;
    border: 1px solid #E0E0E0;
    background-color: #EFEFEF
}

#user-info  input, #payment-info input{
   background-color: #fff;
}
.error.file-label,
.error.file-label:before,
.invalid.file-label,
.invalid.file-label:before,
input.error,
input.invalid,
select.error,
select.invalid,
textarea.error,
textarea.invalid {
    border: 1px solid #B94A48;
    background-color: #FEE
}

.button-help~.file-label,
.button-help~.file-label:before,
.button-help~input,
.button-help~select,
.button-help~textarea {
    padding-right: 2.9em
}

.file-label:disabled,
.file-label:disabled:before,
input:disabled,
select:disabled,
textarea:disabled {
    color: #DCDCDC
}

.file-label:disabled:hover,
.file-label:disabled:hover:before,
input:disabled:hover,
select:disabled:hover,
textarea:disabled:hover {
    cursor: not-allowed
}

[type=checkbox],
[type=radio] {
    display: inline-block;
    border: 0;
    clip: rect(0 0 0 0);
    position: absolute;
    z-index: -1
}

[type=checkbox]~.label-text, 
[type=radio]~.label-text {
display: inline-block;
    margin-left: 5px;
    cursor: pointer
}
[type=checkbox]~.label-text:before,
[type=radio]~.label-text:before {
    content: ' ';
    display: inline-block;
    margin-right: 10px;
    height: 20px;
    width: 20px;
    border: 2px solid #CCC;
    background-color: #FFF;
    font-weight: 700;
    text-align: center;
    position: relative;
    top: 4px
}

[type=checkbox].invalid+label.error,
[type=checkbox].invalid+label.invalid,
[type=radio].invalid+label.error,
[type=radio].invalid+label.invalid {
    top: -1em
}

[type=checkbox]:focus~.label-text:before {
    border-width: 2px
}

[type=checkbox]:checked~.label-text:before {
    content: '\2713';
    color: #4e4e4e;
    font-size: 1.2em;
    line-height: 1.1
}

[type=radio]~.label-text:before {
    border: 4px solid #FFF;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #CCC
}

[type=radio]:checked~.label-text:before {
    background-color: #4e4e4e
}

select:not(.default) {
    display: inline-block;
   /* border: 0; */
   border: 1px solid #E0E0E0;
    clip: rect(0 0 0 0);
   /*  position: absolute; */
   height: 40px; 
    z-index: -1
}

.multi-select {
    list-style: none;
    max-height: 120px;
    border: 1px solid #CCC;
    overflow-y: scroll
}

.multi-option {
    width: 100%;
    padding: 10.67px 16px;
    line-height: 1;
    vertical-align: middle;
    cursor: pointer;
    transition: background .2s
}

.multi-option:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 8px;
    border: 1px solid #666;
    border-radius: 10px;
    position: relative;
    top: 1px
}

.multi-option:focus,
.multi-option:hover {
    background-color: #ECECEC
}

.multi-option.selected {
    background-color: #DCDCDC
}

.multi-option.selected:before {
    border: 1px solid #4e4e4e;
    background-color: #666
}

[type=file].file-label,
[type=file].file-label:before,
input[type=file] {
    width: 100%;
    height: 40px;
    padding: 0;
    border: 0;
    font-size: 200px;
    clip: rect(0, 0, 0, 0);
    position: absolute
}

label.file-input {
    cursor: pointer
}

.file-label {
    display: block;
    background-color: #FFF;
    color: #4e4e4e;
    position: relative;
    overflow: hidden;
    white-space: nowrap
}

.file-label:before {
    content: attr(data-button);
    display: block;
    width: auto;
    height: 100%;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    line-height: 1.2;
    background-color: #CCC;
    color: #4e4e4e;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 6
}

#next_button,
.button-primary,
.button-secondary,.button-primary-cart {
    display: inline-block;
    padding: 14px 48px;
    border: 0;
    font-size: 1.1em;
    line-height: 1;
    text-decoration: none;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    cursor: pointer
}

#next_button:hover,
.button-primary:hover,
.button-secondary:hover,.button-primary-cart:hover {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px)
}

.button-primary.full-width,
.full-width#next_button,
.full-width.button-secondary {
    display: block;
    width: 100%;
    text-align: center
}

[class*=button-]+[class*=button-] {
    margin-left: 16px
}

@media (max-width:650px) {
    [class*=button-]+[class*=button-] {
        display: table;
        margin-left: 0;
        margin-top: 16px
    }
}

.button-help,
.button-round {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    margin-bottom: 16px;
    border: 0;
    border-radius: 50%;
    font-size: 1em;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    cursor: pointer
}

label .button-help,
label .button-round {
    margin-bottom: 0;
    position: absolute;
    right: .5em;
    top: 2.05em
}

.button-help.geo-trigger,
.button-round.geo-trigger {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 48%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDgyLjYgMTExIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4Mi42IDExMSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgc3R5bGU9ImZpbGw6ICNGRkZGRkY7Ij48cGF0aCBkPSJNODIuNiAzOS44YzAgNS4zLTAuOCAxMC40LTIuNSAxNS40IC0xLjggNS00LjggOS4zLTcuNiAxMy43IC02LjMgOS42LTEyLjYgMTkuMy0xOC45IDI4LjkgLTEuNiAyLjQtMy4xIDQuOC00LjcgNy4yIC0xLjMgMS45LTIuNCA0LjItNC42IDUuMyAtMiAxLTQuNCAwLjktNi4yLTAuNCAtMS45LTEuMy0zLjEtMy40LTQuMy01LjMgLTYuMi05LjUtMTIuNC0xOC45LTE4LjYtMjguNCAtMS41LTIuMy0zLTQuNy00LjUtNyAtMS41LTIuMy0zLjEtNC41LTQuNS02LjggLTIuNS00LjEtNC40LTguNi01LjMtMTMuNEMtMS4yIDM5LjggMC43IDMwLjEgNSAyMS44YzMuNS02LjggOC45LTEyLjYgMTUuNy0xNi4zIDgtNC40IDE3LjQtNi4zIDI2LjQtNS4xIDE2LjggMi40IDMxIDE1LjMgMzQuNSAzMS45QzgyLjIgMzQuOCA4Mi4zIDM3LjMgODIuNiAzOS44IDgyLjYgNDAuOCA4Mi40IDM3LjggODIuNiAzOS44ek00MS4zIDYyLjVjOS40IDAgMTguMS02IDIxLjMtMTQuOCAzLjMtOC45IDAuNS0xOS4yLTYuOC0yNS4zIC03LjMtNi4xLTE4LTYuOC0yNi4xLTIgLTguMSA0LjgtMTIuNCAxNC41LTEwLjYgMjMuOCAxLjggOS4yIDkuNCAxNi41IDE4LjYgMThDMzguOSA2Mi40IDQwLjEgNjIuNSA0MS4zIDYyLjUgNTMuOCA2Mi41IDI4LjggNjIuNSA0MS4zIDYyLjV6Ii8+PC9zdmc+)
}



.modal-overlay {
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .75);
    position: fixed;
    top: 0;
    bottom: 100%;
    left: 0;
    right: 100%;
    z-index: 99
}

.frauto-list,
.modal-content {
    background-color: #FFF;
    position: absolute
}

.modal-content {
    display: block;
    width: 100%;
    max-width: 400px;
    padding: 20px 16px 16px;
    border: 3px solid #666;
    border-radius: 10px;
    top: 50%;
    left: 55%;
  -webkit-transform: translate(-55%, -34%);
    -ms-transform: translate(-55%, -34%);
    transform: translate(-55%, -34%)
}

.modal-content img {
    margin-bottom: 16px
}

.frauto-list {
    list-style: none;
    width: 100%;
    max-height: 9em;
    border: 1px solid #CCC;
    border-top: 0;
    overflow-y: scroll;
    z-index: 3
}

.frauto-list li {
    cursor: pointer;
    width: 100%;
    padding: .25em 1em
}

.frauto-list li.selected,
.frauto-list li:hover {
    background-color: #CCC
}

[class^=icon-] {
    display: inline-block;
    background-size: cover;
    text-indent: -9999px
}

label>[class^=icon-] {
    position: absolute;
    right: .5em;
    top: 1.9em
}

.icon-eyes {
    margin: 5px 2px 0 0;
    background-image: url(https://photoregister.com/system/resources/100843/original/eyes.svg?1433783500);
    width: 35px;
    height: 27px;
    cursor: pointer
}

.icon-eyes.closed {
    background-position: 100% 0
}

.icon-search {
    margin-top: 5px;
    width: 26px;
    height: 26px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMCIgeT0iMCIgdmlld0JveD0iLTE3NSAtMjguNSA5MjguNSA5MjguNSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAtMTc1IC0yOC41IDkyOC41IDkyOC41IiB4bWw6c3BhY2U9InByZXNlcnZlIiBzdHlsZT0iZmlsbDogZ3JheTsiPjxwYXRoIGQ9Ik00NjcuOCAzNjQuM2MwLTY4LjgtMjQuNS0xMjcuNy03My40LTE3Ni42cy0xMDcuOC03My40LTE3Ni42LTczLjRjLTY4LjggMC0xMjcuNyAyNC41LTE3Ni42IDczLjRzLTczLjQgMTA3LjgtNzMuNCAxNzYuNmMwIDY4LjggMjQuNSAxMjcuNyA3My40IDE3Ni42czEwNy44IDczLjQgMTc2LjYgNzMuNCAxMjcuNy0yNC41IDE3Ni42LTczLjRTNDY3LjggNDMzLjEgNDY3LjggMzY0LjN6TTc1My41IDgyOC42YzAgMTkuMy03LjEgMzYuMS0yMS4yIDUwLjIgLTE0LjEgMTQuMS0zMC45IDIxLjItNTAuMiAyMS4yIC0yMC4xIDAtMzYuOC03LjEtNTAuMi0yMS4yTDQ0MC41IDY4OGMtNjYuNiA0Ni4xLTE0MC44IDY5LjItMjIyLjYgNjkuMiAtNTMuMiAwLTEwNC4xLTEwLjMtMTUyLjYtMzFzLTkwLjQtNDguNS0xMjUuNi04My43IC02My4xLTc3LTgzLjctMTI1LjVjLTIwLjYtNDguNS0zMS05OS40LTMxLTE1Mi42czEwLjMtMTA0LjEgMzEtMTUyLjYgNDguNS05MC40IDgzLjctMTI1LjYgNzctNjMuMSAxMjUuNi04My43IDk5LjQtMzEgMTUyLjYtMzFjNTMuMiAwIDEwNC4xIDEwLjMgMTUyLjYgMzFTNDYwLjggNTEgNDk2IDg2LjJjMzUuMiAzNS4yIDYzLjEgNzcgODMuNyAxMjUuNnMzMSA5OS40IDMxIDE1Mi42YzAgODEuOC0yMy4xIDE1Ni4xLTY5LjIgMjIyLjZsMTkxLjQgMTkxLjRDNzQ2LjYgNzkyLjEgNzUzLjUgODA4LjkgNzUzLjUgODI4LjZMNzUzLjUgODI4LjZ6Ii8+PC9zdmc+)
}

.bosch_footer{ margin_top:20px;padding-top:20px; text-align:center;color: #717171; font-size:12px;margin: 4px 0px 12px;}
.button_label_text{font-weight: 500;}

input {
  -webkit-appearance: none;
border-radius: 0;
}
.main-header{background-color: #fff;/* padding-right: 10px;*/ border-bottom: 2px solid #8D8E92; /* background-image: url('https://d29aas0ezuolap.cloudfront.net/system/images/images/30138/original/Bosch-Supergraphic-RGB.svg?1634914347'); */}
.main-wrapper {
    /* padding: 0px 29px 0 11px;
    margin-left: 13%;
    margin-right: 13%; */
    min-width: 0;
}
.sub-content{ margin: 0 0 16px;padding: 20px;background-color: #fff;border-bottom: 2px solid #8D8E92;}

  /* ----------- iPhone 5 and 5s ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px){
.main-wrapper{
    padding: 0px 7px 0 7px;
   margin:0px;
min-width:0px;
}
}

  /* ----------- iPhone 6 ----------- */
 @media only screen and (min-device-width: 375px) and (max-device-width: 667px) { 
.main-wrapper{
    padding: 0px 7px 0 7px;
   margin:0px;
min-width:0px;
}
}
  /* ----------- iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) { 
.main-wrapper{
    padding: 0px 7px 0 7px;
   margin:0px;
min-width:0px;
}
}

/*Ipad*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
.main-wrapper{
min-width:0px;
}
}

/*basic reset*/
* {margin: 0; padding: 0;}


/*form styles*/
#msform {

	text-align: center;
	position: relative;
}
#msform  {
	background: white;
	border: 0 none;
	box-sizing: border-box;
	width: 100%;

	
	/*stacking fieldsets above each other*/
	position: relative;
}
/*Hide all except first fieldset*/
#msform:not(:first-of-type) {
	display: none;
}
/*inputs*/
#msform input, #msform textarea {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 13px;
}
/*buttons*/
#msform .action-button {
	width: 100px;
	background: #3c9bdd;
	font-weight: bold;
	color: white;
	border: 0 none;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
}

/*headings*/
.fs-title {
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
       text-align:left;
      width: 70%;
      margin: 0 auto;
font-weight: bold;
padding-top:5px
}

.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #fff;
  text-align:left;
  width: 70%;
  margin: 0 auto;
  text-overflow: ellipsis;
  overflow-x: auto;
  white-space: nowrap;
}

/*progressbar*/
#progressbar,#progressbar_thanks {
	overflow: hidden;
	/*CSS counters to number the steps*/
  height:50px
}
#progressbar li {
	list-style-type: none;
	color: white;
	font-size: 9px;
	width: 25%;
	float: left;
	position: relative;
  color: #2C3E50;
  background:#dedede;
  height:100%
}
#progressbar_thanks li {
list-style-type: none;
	color: white;
	font-size: 9px;
	width: 50%;
	float: left;
	position: relative;
  color: #2C3E50;
  background:#dedede;
  height:100%
}

#progressbar_thanks li.active {
list-style-type: none;
	color: white;
	font-size: 9px;
	width:50%;
	float: left;
	position: relative;
  color: #2C3E50;
background-color: #717171;
  height:100%
}

#progressbar li.can {
    list-style-type: none;
    color: white;
    font-size: 9px;
    width: 50%;
    float: left;
    position: relative;
  color: #2C3E50;
  background:#dedede;
  height:100%
}
#progressbar li.active {
	list-style-type: none;
	color: white;
	font-size: 9px;
	width:25%;
	float: left;
	position: relative;
  color: #2C3E50;
background-color: #717171;
  height:100%
}
#progressbar li.active_can {
    list-style-type: none;
    color: white;
    font-size: 9px;
    width: 50%;
    float: left;
    position: relative;
  color: #2C3E50;
background:#323333;
  height:100%
}

#progressbar li:before {
	display: block;
	font-size: 10px;
	color: #3c9bdd;
	background: white;
	margin: 0 auto 5px auto;
  height:100%
}
/*progressbar connectors*/
#progressbar li:after {
	width: 100%;
	height: 2px;
	background: white;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #3c9bdd;
	color: white;
}
#progressbar li.active_can:before,  #progressbar li.active_can:after{
    background: #3c9bdd;
    color: white;
}
.num_image{    height: 45px;
    width: 45px;
    margin: 0 auto;
    padding-top: 5px;}


/*progress bar circle css */
.progressbar-num {
    background-color: none;
    border: 1px solid #fff;
    height: 40px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 40px;
    font-size: 3em;
    color: #fff;
}
.fa-check:before{
    font: 23px/1.6 FontAwesome;
}
//iPhone 5 and 5s
@media only screen and (min-device-width: 320px) and (max-device-width: 568px){
.progressbar-num{height: 36px;width:36px;font-size:2.2em;}
.fa-check:before{font: 20px/1.6 FontAwesome;}
}


/** Logo Sizing **/
/** Standard Colors **/
/** Brand Colors **/
/** Template Colors **/
/** UI Variables **/
/** Heading Colors **/
.main-header{background-color: #fff;border-bottom: 2px solid #545450;}
.main-header-gagg{background-color: #000;border-bottom: 2px solid #545450;}
.sub-content,.sub-content-cart{ margin: 0 0 16px;padding: 25px;background-color: #fff;border-bottom: 2px solid #8D8E92;}
.subheader_call{
    font-size: 14px;
    line-height: 1.71;
    color: #717171;}
h1 {
  color: #254569;
font-family: sans-serif;}

h2 { font-size: 24px;line-height: 1.25;font-weight: 500;color: #717171;padding-top: 20px;}

h3 {
  color: #666; 
font-family: sans-serif;}

h4 {
  color: #666;
font-family: sans-serif;}

h5 {
  color: #666; }

h6 {
  color: #717171; }
p {
  font-family: "Open Sans"; }
  
.button-primary, #next_button, .button-primary-cart {
    background-color: #00639a;
    color: #FFF;
    width: 50%;
    font-size: 16px;
    font-weight:300;
    border-left: solid #00639a 1px;
    border-right: solid #00639a 1px;
    border-top: solid #00639a 1px;
    border-bottom: solid #00639a 2px;
    box-shadow: 0 2px 2px #00639a;
  -webkit-box-shadow:  0 2px 0 #00639a; 
  -moz-box-shadow:   0 2px 0 #00639a; 
}

.button-grey{
  background-color: #a1a1a1;
  border-left: solid #a1a1a1 1px;
    border-right: solid #a1a1a1 1px;
    border-top: solid #a1a1a1 1px;
    border-bottom: solid #a1a1a1 2px;
    box-shadow: 0 2px 2px #8d8e92;
  -webkit-box-shadow:  0 2px 0 #8d8e92; 
  -moz-box-shadow:   0 2px 0 #8d8e92; 
  color: #FFF; 
  width:auto;
  font-size:15px;
padding: 15px 40px;
text-decoration:none;
font-weight:300;
float:right;
}
.button-grey-light{
  background-color: #efefef;
  border-left: solid #efefef 1px;
    border-right: solid #efefef 1px;
    border-top: solid #efefef 1px;
    border-bottom: solid #efefef 2px;
    box-shadow: 0 2px 2px #8d8e92;
  -webkit-box-shadow:  0 2px 0 #8d8e92; 
  -moz-box-shadow:   0 2px 0 #8d8e92; 
  color: #989898; 
  width:50%;
  font-size:16px;
padding: 15px 35px;
text-decoration:none;
margin-top:10px;
}
.button-edit-order{
    float: none;
    display: inline-block;
    line-height: 1;
    text-align: center;
    font-size: 16px;
   width: 47%;
}

#header-right{float:right;padding-top:28px;right: 12px;}

.ssc_quantity{
top: -9px;
    position: absolute;
    text-align: right;
    right: -1px;
    font-size: 10px;
    text-decoration: none;
    color: #fff;
}

.button-secondary {
background-color: #00639a;
    color: #FFF;
    width: auto;
    font-size: 16px;
    font-weight:300;
    border-left: solid #00639a 1px;
    border-right: solid #00639a 1px;
    border-top: solid #00639a 1px;
    border-bottom: solid #00639a 2px;
    box-shadow: 0 2px 2px #00639a;
  -webkit-box-shadow:  0 2px 0 #00639a; 
  -moz-box-shadow:   0 2px 0 #00639a; 

}

.button-help,
.button-round {
 background-color: #717171;
  color: #FFF; }

.logo {
  max-width: 256px;
margin-left: 1em;
}

a, .email-link {
  color: #717171; }

input[type="checkbox"]:focus + .label-text:before {
  border-color: #254569; }

input[type="radio"]:focus + .label-text:before {
  box-shadow: 0 0 0 2px #254569; }

.float-r {
  float:right;
}
/*Display Buttton*/
.display-btn-mob{display:none}
.display-btn-web{display:block}
.left-mob{display:none}
.right-web{float:right;text-align:right;display:block}

.filter_offer{height:35px;font-size:14px;color:#95989a;margin-top:5px;margin-bottom:10px}
.expiration {
    display: inline-block;
    vertical-align: top;
    width: 32%;
}
.expiration-mm {
    padding-right:10px;    
   display: inline-block;
    vertical-align: top;
    width: 49%;
}
.expiration-yy {
    padding-left:10px;
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

.check-fa  {
left: 0.5em;
    position: absolute;
    top: 0.5em;
  display:none;
}

.check-fa-o {
left: 0.5em;
    position: absolute;
    top: 0.5em;
   display: none;
}
.geo-trigger {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 48%;
    margin-bottom: 0;
    position: absolute;
    right: .5em;
    top: 1.6em;
}
.fa-lg {
    line-height: .75em;
    vertical-align: -15%;
    font-size: 27px!important;
}
.fa-map-marker{
font-size: 1.33333333em!important;
}
.shopping_cart_circle {
    width: 15px;
    height: 15px;
    background: #00639a;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    float: right;
    margin-top: -36px;
    margin-right: -6px;
}
.shopping_cart_grey{
    display: block;
    position: relative;
    width: 40px;
    height: 33px;
    background-color: #dedede;
    top: 26px;
}


 input[type="checkbox"] + span:before {
  font-family: 'FontAwesome';
  padding-right: 3px;
  font-size: 20px;
}

 input[type="checkbox"] + span:before {
  content: "\f096"; /* check-empty */
padding-right:7px;
padding-top:3px;
}
input[type="checkbox"]:checked + span:before {
  content: "\f046"; /* check */
padding-right:7px;
padding-top:3px;
}
.billing-text{color: #717171;font-size:14px;}
.subheader_call_bold {
    line-height: 1.36;
    font-weight: 400;
    color: #666666;
    font-size: 22px;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #d0d0d0;
    padding: 0;
      margin-left: 0;
    margin-bottom: 29px;
    margin-right: 0;
}
.center_line{
    margin-top: 10px;margin-left:0%;margin-right:0%;
}
.pref-text {
    color: #717171;
    font-size: 11px;
    font-weight: 200;
    padding: 3px;
    margin-left: 5px;
}
input[type="checkbox"] + span:before {
    content: "\f096";
    padding-right: 7px;
    padding-top: 3px;
    color: #717171; 
    font-family: 'FontAwesome';
    padding-right: 3px;
    font-size: 18px;
    color: #717171;
    font: 14px/1 FontAwesome;
}
#terms_review + span:before{
display:inline-block;}
.bosch_terms{display:inline-block;}

.state-of-california{
    font-family: Helvetica;
    font-size: 12px;
    line-height: 1.5;
    /* text-align: justify; */
    font-weight: 500;
    color: #757575;
}

.quantityBox{
 	width: 50px;
	height: 31px;
	border: solid 0.5px #979797;
        text-align:center;
}
.select-order, .select-edit{
color: #717171;
font-size: 12px;
background-color:#fff;
margin-top: 19px;
height:38px;
}
.add_item{
border:0px;
    color: #717171;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.71;
}
.fa-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.proceed_payment{
float:right;width:47%;
}
.review_order{display:block;}
.review_order_mobile{display:none;}
.terms_box{border-radius: 7px;
    padding: 20px 20px 20px 0px;
    background-color: #F4F4F4;
    border: 1px solid #717171;
     width: 90%;
    text-align: justify;
}
.required_terms{
margin-top:-10px;
margin-bottom:14px;}
.exclamation_mark{    width: 20%;
    float: left;
    margin-top: 0%;
}
.exclamation_mark  img {  width:auto;}
.after_exclamation{    width: 67%;
    display: inline-block;}
.exclamation{font:normal normal normal 115px/1.2 FontAwesome;  color: #717171;}

.terms_conditions{margin-left:18px;}
#payment-info +.sub-content{
padding: 6% 15%;
}
.payment_details{font-weight:600;}
.tick_order{
width: 70%;margin-top: 25%;margin-left: 10%;display:block;}
.br_serial{display:none;}
.continue,.full-width{  text-align: right;    padding-right: 10%;}
#table_list_edit td:nth-child(3) {   display: table-cell;}
#table_list_cart td:nth-child(3) {   display: table-cell;}
.h6_edit{font-size:18px;padding:10px 23px;margin-bottom: -10px;}
.h6_edit_order{font-size:18px;padding:10px 23px;margin-bottom: -10px;}
.select_td{text-align: left;line-height:1.2;padding-right: 20px;}
.td_first_cart{text-align: left;line-height:1.2; padding-right:16px;}
#replace_shoppingcart-edit{width:100%;table-layout:auto;}
#replace_shoppingcart-cart{width:100%;table-layout:auto;}
.header_mobile,.footer_mobile{display:none;}
.header_web,.footer_web{display: table-row;}
.quantity_select{text-align:center;background-color: #fff; font-size: 14px; width:50%;text-align-last: center;
    background-color: #fff;
    font-size: 14px;
    padding: 8px 0.67px;
    color: #717171;
    border: #e0e0e0 1px solid !important;
    position: inherit !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=)
}
.quantity{text-align:center;background-color: #fff; font-size: 14px; width:75%;text-align-last: center;}
.header_mobile > .review_order_label:first-child{text-align: right;color: #717171;font-weight: 600;font-size: 21px;padding-top: 10px;}
.header_mobile > .review_order_label:last-child{text-align:right;color: #717171;font-weight: 600;font-size: 21px;padding-top: 10px;}
.header_web > .review_order_label{text-align:right;color: #717171;font-weight: 600;font-size: 21px;padding-top: 10px;padding-right:9px;}
#continue_grid{padding-right:16px;}
.review_each_total{font-weight:400;}

.span_order_mobile{display:none;}
.span_order_web{display:block;}
#order_cart{width: 90%;
    table-layout: fixed;
    margin: 0 5%;}
.footer_order_web{display:table-footer-group;}
.footer_order_mobile{display:none;}
  /* ----------- iPhone 5 and 5s ----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px){
.logo-center{ margin: 0 auto; max-width: 200px;}
#next_button{width:100%}
.display-btn-mob{display:block}
.display-btn-web{display: none;}
.left-mob{display:block;text-align:right;padding-left:10px;font-size:0.7em}
.right-web{text-align: left;}
[type=checkbox]~.label-text, 
[type=radio]~.label-text {
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
    font-size: .7em;
    top: 4px;
    line-height: 16px;
}
.fs-subtitle{font-size:12px !important}

.button-grey{width:100%;text-align:center}
.logo-spacer{padding-top:25px;padding-bottom:25px}
.filter_offer{width:90%; height:39px;}
.button-primary{width:90%;text-align:center}
.button-primary-cart{width:90%;text-align:center;}
.offers-content {
  width: 100%;
}
.offers-content:last{
margin-left:0px;
}

.button-edit-order{margin-bottom:3%;}
.progressbar-num{height: 36px;width:36px;font-size:2.2em;}
.fa-check:before{font: 20px/1.6 FontAwesome;}
.fs-subtitle{width:90%;}
.fs-title{width:90%;}
.bosch_footer{font-size:11px;}
.subheader_call{
    font-size: 10px;}
.review_order{display:none;}
.review_order_mobile{display:block;}
.terms_conditions{font-size:17px;    padding-left: 21px;}
.terms_box{    padding: 20px 7px 20px 0px; width:100%;}
#terms_review + span:before{
padding-right:7px;
}
.exclamation_mark{  width: 25%;
    float: left;
    margin-top: 0%;
   margin-left: 3%;
}
.exclamation_mark img{ width:90%;}
.exclamation{
    font: normal normal normal 65px/1.2 FontAwesome;
}
.after_exclamation {
    width: 72%;
    display: inline-block;
}
#payment_h2{font-size:20px;}
#payment-info +.sub-content{
padding: 6% 6%;
}
.payment_details{font-size:10px;}
.tick_order{display:none;}
#h2_thank{font-size:19px;}
#span_order{font-size:11px;}
.item_price{display:none;}
.br_serial{display:block;}
.continue{text-align:center;    padding-right:0%;}

#table_list_edit td:nth-child(3) {display:none;}
#table_list_cart td:nth-child(3) {   display: none;}
.h6_edit,.h6_edit_order{font-size:13px;margin: 25px 15px;    margin-top: 6%!important; padding:0px;}
#replace_shoppingcart-cart,#replace_shoppingcart-edit{margin: 0px 5%;width: 90%;}
.select_td,.td_first_cart{padding-right: 10px;}
.header_mobile,.footer_mobile{display: table-row;}
.header_web,.footer_web{display:none;}
.select-order, .select-edit{width:100%;}
.quantity,.quantity_col{width:50%;}
.header_mobile > .review_order_label{font-size:19px;}
.button-secondary{font-size:15px;}
.button-blue-light-modal{padding: 14px 34px;}
#continue_grid{padding-right:0px;}
.review_each_total{font-weight:700;}
hr{margin-left: 0%;margin-right: 0%; }
.span_order_mobile{display:block;}
.span_order_web{display:none;}
.footer_order_mobile{display:table-footer-group;}
.footer_order_web{display:none;}
.sub-content-cart {
    margin: 0 0 3px; padding:0px;
}
.button-grey-light,.btn-continue-shopping{width:90% !important;}
}


  /* ----------- iPhone 6 ----------- */
 @media only screen and (min-device-width: 375px) and (max-device-width: 667px) { 
.logo-center{ margin: 0 auto; max-width: 200px;}
#next_button{width:100%}
.display-btn-mob{display:block}
.display-btn-web{display:none}
.left-mob{display:block;text-align:right;padding-left:10px;font-size:0.7em}
.right -web{text-align: left;}
[type=checkbox]~.label-text, 
[type=radio]~.label-text {
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
    font-size: .8em;
    top: 4px;
    line-height: 16px;
}

.logo-spacer{padding-top:25px;padding-bottom:25px}
.filter_offer{width:90%; height:39px;}
.button-grey{width:100%;text-align:center}
.button-primary{width:90%;text-align:center}
.offers-content {
  width: 100%;
}
.offers-content:last{
margin-left:0px;
}

.button-edit-order{margin-bottom:3%;}
.progressbar-num{height: 36px;width:36px;font-size:2.2em;}
.fa-check:before{font: 20px/1.6 FontAwesome;}
.fs-subtitle{width:94%;}
.fs-title{width:85%;}
.fs-subtitle{font-size:12px !important}
.bosch_footer{font-size:11px;}
.subheader_call{
    font-size: 11px;}
.review_order{display:none;}
.review_order_mobile{display:block;}
.terms_conditions{font-size:17px;    padding-left: 13px;}
.terms_box{    padding: 20px 7px 20px 0px; width:100%;}
#terms_review + span:before{
padding-right:7px;
}
.exclamation_mark{  width: 25%;
    float: left;
    margin-top: 0%;
   margin-left: 3%;
}
.exclamation_mark img{ width:90%;}
.exclamation{
    font: normal normal normal 80px/1.2 FontAwesome;
}
.after_exclamation {
    width: 72%;
    display: inline-block;
}

#payment_h2{font-size:20px;}
#payment-info +.sub-content{
padding: 6% 6%;
}
.payment_details{font-size:10px;}
.tick_order{display:none;}
#h2_thank{font-size:19px;}
#span_order{font-size:11px;}
.item_price{display:none;}
.br_serial{display:block;}
.continue{text-align:center;    padding-right:0%;}
#table_list_edit td:nth-child(3) {display:none;}
#table_list_cart td:nth-child(3) {   display: none;}
.h6_edit,.h6_edit_order{font-size:14px;margin: 10px 6px;    margin-top: 6%;padding:0px;}
#replace_shoppingcart-cart,#replace_shoppingcart-edit{margin: 0px 5%;width: 90%;}
.select_td,.td_first_cart{padding-right: 10px;}
.header_mobile,.footer_mobile{display: table-row;}
.header_web,.footer_web{display:none;}
.select-order, .select-edit{width:100%;}
.quantity,.quantity_col{width:50%;}
.header_mobile > .review_order_label{font-size:19px;}
.button-primary-cart{width:90%;text-align:center}
#continue_grid{padding-right:0px;}
.review_each_total{font-weight:700;}
hr{margin-left: 0%;margin-right: 0%; }
.span_order_mobile{display:block;}
.span_order_web{display:none;}
.footer_order_mobile{display:table-footer-group;}
.footer_order_web{display:none;}
.sub-content-cart {
    margin: 0 0 3px; padding:0px;
}
.button-grey-light,.btn-continue-shopping{width:90% !important;}
 }

  /* ----------- iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) { 
.logo-center{ margin: 0 auto;max-width: 200px;}
#next_button{width:100%}
.display-btn-mob{display:block}
.display-btn-web{display:none}
.left-mob{display:block;text-align:right;padding-left:10px;font-size:0.7em}
.right-web {text-align: left;}
[type=checkbox]~.label-text, 
[type=radio]~.label-text {
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
    font-size: .9em;
    top: 4px;
    line-height: 16px;
}

.logo-spacer{padding-top:25px;padding-bottom:25px}
.filter_offer{width:90%; height:39px;}
.button-grey{width:100%;text-align:center}
.button-primary{width:100%;text-align:center}
.content-box{ border-left: 6px solid #0c2645; border-top: 0px; }
.offers-content:last{
margin-left:0px;
}

.button-edit-order{margin-bottom:3%;}
.progressbar-num{height: 36px;width:36px;font-size:2.2em;}
.fa-check:before{font: 20px/1.6 FontAwesome;}
.fs-subtitle{width:90%;}
.fs-title{width:90%;}
.fs-subtitle{font-size:12px !important}
.bosch_footer{font-size:11px;}
.subheader_call{
    font-size: 11px;}
.review_order{display:none;}
.review_order_mobile{display:block;}
.terms_conditions{font-size:17px;    padding-left: 21px;}
.terms_box{    padding: 20px 7px 20px 0px;}
#terms_review + span:before{
padding-right:7px;
}
.exclamation_mark{  width: 25%;
    float: left;
    margin-top: 0%;
   margin-left: 3%;
}
.exclamation_mark img{ width:90%;}
.exclamation{
    font: normal normal normal 85px/1.2 FontAwesome;
}
.after_exclamation {
    width: 72%;
    display: inline-block;
}

#payment_h2{font-size:20px;}
#payment-info +.sub-content{
padding: 6% 6%;
}
.payment_details{font-size:10px;}
.tick_order{display:none;}
#h2_thank{font-size:19px;}
#span_order{font-size:11px;}
.item_price{display:none;}
.br_serial{display:block;}
.continue{text-align:center;    padding-right:0%;}
#table_list_edit td:nth-child(3) {display:none;}
#table_list_cart td:nth-child(3) {   display: none;}
.h6_edit,.h6_edit_order{font-size:14px;margin: 10px 18px;    margin-top: 6%; padding:0px;}
#replace_shoppingcart-cart,#replace_shoppingcart-edit{margin: 0px 5%;width: 90%;}
.select_td,.td_first_cart{padding-right: 10px;}
.header_mobile,.footer_mobile{display: table-row;}
.header_web,.footer_web{display:none;}
.select-order, .select-edit{width:100%;}
.quantity,.quantity_col{width:50%;}
.header_mobile > .review_order_label{font-size:19px;}
.button-primary-cart{width:90%;text-align:center}
#continue_shopping{padding-right:0px;}
.review_each_total{font-weight:700;}
hr{margin-left: 0%;margin-right: 0%; }
.span_order_mobile{display:block;}
.span_order_web{display:none;}
.footer_order_mobile{display:table-footer-group;}
.footer_order_web{display:none;}
.sub-content-cart {
    margin: 0 0 3px; padding:0px;
}
.button-grey-light,.btn-continue-shopping{width:100% !important;}
}
/*Ipad*/
@media only screen and (min-device-width : 737px) and (max-device-width : 1024px) {
#next_button{width:100%}
.filter_offer{width:90%; height:39px}
.button-grey{width:100%;text-align:center;margin-bottom:2%;}
.button-primary{width:100%;text-align:center}


.content-box{ border-left: 0px solid #0c2645; border-top: 6px solid #0c2645;}
.exclamation{
    font: normal normal normal 95px/1.2 FontAwesome;
}
.main-wrapper{min-width:0px;}

}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation:landscape){
.exclamation_mark {
    margin-top: 0%;width:17%;}
.exclamation {
    font: normal normal normal 108px/1.2 FontAwesome;
}
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation:landscape){
.exclamation_mark {
    margin-top: 0%;width:19%;}
.exclamation {
    font: normal normal normal 108px/1.2 FontAwesome;
}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation:landscape){
.exclamation_mark {
    margin-top: 0%;width:21%;}
.exclamation {
    font: normal normal normal 108px/1.2 FontAwesome;
}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation:landscape){
.exclamation_mark {
    margin-top: 0%;width:19%;}
.exclamation {
    font: normal normal normal 108px/1.2 FontAwesome;
}
}
@media screen and (max-width: 500px){
.grid>[class*=col-] {
    margin-bottom: 0px !important;
}
}
.logo-spacer{padding-top:25px;padding-bottom:25px}



.subheader_call_bold{
       line-height: 1.36;
    font-weight: 400;
    color: #666666;
    font-size: 22px;
}
.subheader_call_italics{font-size: 16px;
    font-style: italic;
    line-height: 20px;
    color: #717171;}
/*offers*/
.offers-content {
  margin: 0 0 20px;
  padding: 18px;
  background-color: #fff;
  text-align:center; 
  display: inline-block;
}
.offers-content:first{
margin-left:0px;
}
.offers-content:last{
margin-left:35px;
}

.fri-offer_savings{ color: #d7243a; font-weight: 500; text-transform: uppercase; font-size: 15px;    height: 20px; line-height:0.5;}
.fri-offer_name{font-size:20px; color: #666666;line-height:1.36;font-weight:200;padding-bottom: 20px; margin-top: -4px; max-height: 78px; height: 100%;}
.fri-offer_price{font-size:22px;color:#717171;line-height:1.36;font-weight:200;    padding-bottom: 10px;}
.fri-savoffer_price{font-size: 12px;font-style: italic;color: #717171;}
.return-to-site-link {
    font-size: 14px;
    color: #717171;
    text-decoration:underline;
    font-style:italic;
    cursor: pointer;
}
.filter-policy-link {
    font-size: 12px;
    color: #717171;
   font-weight:normal;
    text-decoration:underline;
    font-style:italic;
    cursor: pointer;
}
.frigidaire_spacer{   height: 31px;}

/*Review order*/
.review_order_label{
font-size: 14px;
color: #717171;
font-weight: normal;
line-height:1.5;
}
.review_spacing{
    height: 80px;
}

.review_order_pricelabel{
font-size: 14px;
color: #717171;
font-weight: 600;
}

/*login*/
.wrapper-small {
    max-width: 500px;
    margin: auto;
}

/*Edit Symbol*/

.edit-symbol-style {
     float: right;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 30px;
   margin-top: -10px;
}

/*Benefits css*/
.benefits_content{padding: 0px 10px 10px 10px;}
.allign_benifits{clear: both;height: 15px;}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
.quantity_select{
padding-left:11px;
}
}
/*----MS Edge Browser CSS Start----*/
@supports (-ms-ime-align:auto) {
.quantity_select{
padding-left:11px;
}
.button-edit-order, #next_button{width:47% !important;}
}
/*----MS Edge Browser CSS End----*/
@media only screen and (max-width: 500px) { 
.tick_order{
width:30%;
margin-top:0%;
}
}

/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.1 | MIT License | git.io/normalize */

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

.close:hover,.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate3d(0,-25%,0);
  -o-transform: translate3d(0,-25%,0);
  transform: translate3d(0,-25%,0);
}

.modal.in .modal-dialog {
  -webkit-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
  max-width:550px;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width:768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width:992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after {
  clear: both;
}



.button-grey-light-modal{
background-color: #a1a1a1;
font-size: 14px; color: #989898; border-color: #d9d9d9; border-style: solid; border-width: 1px 1px 2px; box-shadow: 0 2px 0 #8d8e92; 
  -webkit-box-shadow:  0 2px 0 #8d8e92; 
  -moz-box-shadow:   0 2px 0 #8d8e92; 
width: 60%;
    display: inline-block;
    padding: 14px 40px;margin-left:20%!important;
    color:#fff;
  margin-bottom: 6%;
    margin-top: 3%;
}
.button-blue-light-modal{
   background-color: #00639a;   
    color: #FFF;
    width: 60%;
   font-size: 14px;
   display: inline-block;
    padding: 14px 40px;
   border-left: solid #00639a 1px; 
   border-right: solid #00639a 1px;
   border-top: solid #00639a 1px; 
   border-bottom: solid #00639a 2px; 
   box-shadow: 0 2px 2px #00639a;
  -webkit-box-shadow: 0 2px 0 #00639a;
  -moz-box-shadow:   0 2px 0 #00639a;
  margin-left:20%;
  margin-bottom: 6%;
}
.modal-content-ajax-loader {
    position: relative;
    background-color: none;
    margin: 0;
    padding: 0;
    width: 25%;
    /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);*/
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    /*width: 500px;*/
    border-radius: 0px;
}
/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}
@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/** Logo Sizing **/
/** Standard Colors **/
/** Brand Colors **/
/** Template Colors **/
/** UI Variables **/
/** Heading Colors **/
h1 {
  color: #000;
  font-family: boschsansbold, "Helvetica Neue", Helvetica, Arial, sans-serif; }

h2 {
  font-family: boschsansbold, "Helvetica Neue", Helvetica, Arial, sans-serif;
 color:#000
 }

h3 {
  color: #000; 
  font-family: boschsansbold, "Helvetica Neue", Helvetica, Arial, sans-serif;}

h4 {
  color: #000;
  font-family: boschsansbold,"Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 1em; }

h5 {
  color: #000; }

h6 {
  color: #000; }
p {
	font-family: boschsans,"Helvetica Neue", Helvetica, Arial, sans-serif; }
	
.button-primary, #next_button {
  background-color:#007BC0;
  color: #FFF; 
  width:auto;
 border: solid #007BC0 2px;
 box-shadow: none;
}

.button-secondary {
  background-color: #007BC0;
  color: #FFF; 
  box-shadow: none;
   border-color: #007BC0;
}

.button-help,
.button-round {
 background-color: #717171;
  color: #FFF; }

.logo {
  max-width: 256px;
margin-left: 1em;
}

a, .email-link {
  color: #007BC0; }
.label-text {
color:#000;
}

input[type="checkbox"]:focus + .label-text:before {
  border-color: #254569; }

input[type="radio"]:focus + .label-text:before {
  box-shadow: 0 0 0 2px #254569; }

.float-r {
  float:right;
}
/*Display Buttton*/
.display-btn-mob{display:none}
.display-btn-web{display:block}
.left-mob{display:none}
.right-web{float:right;text-align:right;display:block}

.checkout_cart{
margin-top:2%;
margin-bottom:2%;
}
body, html { background-color: #FFF; font-family: boschsans, "Helvetica Neue", Helvetica, Arial, sans-serif; }

#progressbar li.active, #progressbar_thanks li.active {
    background-color: #71767C;  
}
.section-header {
    background:none;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #000;
    padding: 8px 0px;
}
.sub-content {
    border-bottom: none;
    padding: 20px 0px 20px 0px;
}
.file-label, .file-label:before, input, select, textarea {
   background-color: #fff;
   border: 1px solid #000;
}
.main-header{ border-bottom: 2px solid #71767C; }
.nav-wrap ul li a:hover { background: #007BC0; }
.fri-offer_savings { color: #00884A;  }
hr{ border-top: 1px solid #000; }
.subheader_call, .fri-offer_price ,.fri-offer_name , .subheader_call_bold{ color: #000;}
.modal-desc, .modal-price, .modal-name, .bosch_footer{color: #000;}
.modal-name{ text-transform: capitalize; }
.add_to_cart { background: #fff; box-shadow: none;  color: #007BC0; border: 2px solid #007BC0;  }
.button-grey-light{ width:auto; background: #fff; box-shadow: none;  color: #007BC0; border: 2px solid #007BC0;  padding: 14px 35px;}
.button-edit-order{ background: #fff; box-shadow: none;  color: #007BC0; border: 2px solid #007BC0;  padding: 14px 35px;}
.button-thanks{width:100%; text-decoration: none;}
.offers-content{border: 2px solid #007BC0; }
.esp-offer{background-color: #007BC0; color: #FFF; box-shadow: none; border-color: #007BC0;}
 .collapsible, .fa-arrow-down{ #007BC0 }
 .merch_product_name{ text-transform: capitalize; color: #000; }
 
.review_order_pricelabel, .review_order_label {color: #000;}
#order-total{ font-weight: 700; }
.tick_order{ margin:10%;}
 .main-wrapper {  margin: 30px 0px; }
.continue{text-align: left;}
#reason-nothanks .modal-title {text-align: left !important ; }
.card-container .card{border:1px solid #007BC0;}
 .merch_product_name {font-family: boschsansbold,"Helvetica Neue", Helvetica, Arial, sans-serif;}
 .merch-checkout{ background: #fff; box-shadow: none;  color: #007BC0; border: 2px solid #007BC0; }
.merch_product_price{color: #000;}
.continue_no_purchase{ background: #fff;  box-shadow: none; color: #007BC0; border: 2px solid #007BC0; padding: 14px 48px;}
.shopping_cart_grey { background-color: #fff; }
.shopping_cart_circle { margin-right:12px; margin-top: -42px; }
.ssc_quantity { right: 16px; top: -2px;}

  /* ----------- iPhone 5 and 5s ----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px){
.logo-center{ margin: 0 auto;text-align: center;     max-width: 200px;}
#next_button{width:100%}
.display-btn-mob{display:block}
.display-btn-web{display: none;}
.left-mob{display:block;text-align:right;padding-left:10px;font-size:0.7em}
.right-web{text-align: left;}
[type=checkbox]~.label-text, 
[type=radio]~.label-text {
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
    font-size: .7em;
    top: 4px;
    line-height: 16px;
}
}

  /* ----------- iPhone 6 ----------- */
 @media only screen and (min-device-width: 375px) and (max-device-width: 667px) { 
.logo-center{ margin: 0 auto;text-align: center;    max-width: 200px;}
#next_button{width:100%}
.display-btn-mob{display:block}
.display-btn-web{display:none}
.left-mob{display:block;text-align:right;padding-left:10px;font-size:0.7em}
.right -web{text-align: left;}
[type=checkbox]~.label-text, 
[type=radio]~.label-text {
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
    font-size: .8em;
    top: 4px;
    line-height: 16px;
}

 }

  /* ----------- iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) { 
.logo-center{ margin: 0 auto;text-align: center;    max-width: 200px;}
#next_button{width:100%}
.display-btn-mob{display:block}
.display-btn-web{display:none}
.left-mob{display:block;text-align:right;padding-left:10px;font-size:0.7em}
.right-web {text-align: left;}
[type=checkbox]~.label-text, 
[type=radio]~.label-text {
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
    font-size: .9em;
    top: 4px;
    line-height: 16px;
}
}

@media only screen and (min-width: 900px) {
  .main-wrapper {
     padding: 0;
}
.button-edit-order{width:25%; }
.button-thanks{width:47%; text-align: center; }

}

.ui-datepicker {
    width: 20em !important;
}

.d-flex {
display: inline-flex;
justify-content: center;
align-items: center; 
flex-direction: row;
}

div.review-img { width: 90%; }

.review-text { text-align: center; }
.text-bold { font-weight: 700; }
.text-size-14 { font-size: 14px; }
.pb-30 { padding-bottom: 30px; }
.pt-30 { padding-top: 30px; }

@media (max-width: 767px) {
.d-flex { flex-direction: column; }
}