@charset "UTF-8";
/**
    FORM ELEMENTS
**/
input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -moz-appearance: textfield;
  -webkit-appearance: none;
  margin: 0;
}

input[type=text],
input[type=number],
input[type=email],
input[type=password] {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0;
  font: inherit;
  height: 36px;
  border: 1px solid #e0e2e4;
  color: #3c3c3c;
  padding: 2px 5px 0;
  position: relative;
  line-height: 2.6em;
}
input[type=text]:hover:not([disabled]), input[type=text]:active:not([disabled]),
input[type=number]:hover:not([disabled]),
input[type=number]:active:not([disabled]),
input[type=email]:hover:not([disabled]),
input[type=email]:active:not([disabled]),
input[type=password]:hover:not([disabled]),
input[type=password]:active:not([disabled]) {
  border-color: #c4c4c4;
}
input[type=text].full-width,
input[type=number].full-width,
input[type=email].full-width,
input[type=password].full-width {
  width: 90%;
  float: left;
}
input[type=text].width,
input[type=number].width,
input[type=email].width,
input[type=password].width {
  width: 100%;
}
input[type=text].error, input[type=text].invalid,
input[type=number].error,
input[type=number].invalid,
input[type=email].error,
input[type=email].invalid,
input[type=password].error,
input[type=password].invalid {
  border-color: #E60B0B;
}
input[type=text].error:hover, input[type=text].invalid:hover,
input[type=number].error:hover,
input[type=number].invalid:hover,
input[type=email].error:hover,
input[type=email].invalid:hover,
input[type=password].error:hover,
input[type=password].invalid:hover {
  border-color: #E60B0B;
}
input[type=text] + span,
input[type=number] + span,
input[type=email] + span,
input[type=password] + span {
  font-family: DINCompPro-Medium, Arial, Helvetica, sans-serif;
  padding-left: 6px;
  line-height: 36px;
}

input[disabled] {
  background-color: white;
  border: 1px solid #f0f0f0;
}

.form-control-label {
  display: block;
  font-size: 14px;
  line-height: 15px;
  margin: 10px 0;
}
.form-control-label.pull-right {
  text-align: right;
}
@media (max-width: 768px) {
  .form-control-label.pull-right {
    float: left !important;
    text-align: left;
  }
}
@media (max-width: 990px) {
  [name=register-form] .form-control-label.pull-right, [name=register-form] .form-control-label.pull-right.form-control-label {
    float: left !important;
    text-align: left;
  }
}

.tooltip {
  float: left;
  position: relative;
}
.tooltip.absolute {
  position: absolute;
  right: -45px;
  top: 0;
}
.tooltip__trigger {
  cursor: pointer;
  display: block;
  padding: 6px 10px;
}
.tooltip__content {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  z-index: 100;
  max-width: 300px;
  min-width: 160px;
  display: none;
  position: absolute;
  border: 1px solid #e0e2e4;
  background-color: white;
  padding: 10px;
  margin-left: 45px;
  top: 0;
}
.tooltip__content:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: 100%;
  width: 0;
  height: 0;
  border-color: transparent white transparent transparent;
  border-style: solid;
  border-width: 10px;
}
.tooltip__content:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  right: 100%;
  width: 0;
  height: 0;
  border-color: transparent #e0e2e4 transparent transparent;
  border-style: solid;
  border-width: 11px;
}
.tooltip__content.lg {
  min-width: 300px;
}
.tooltip img {
  display: block;
  width: auto;
  max-width: 282px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.tooltip p {
  line-height: 16px;
}
@media (max-width: 767px) {
  .tooltip {
    display: none;
  }
}

@media (max-width: 767px) {
  .agreement-with-tooltip .tooltip {
    display: block;
  }
}
@media (max-width: 767px) {
  .agreement-with-tooltip .tooltip__content {
    margin-left: 0;
    margin-right: 45px;
    right: 0;
  }
}
.agreement-with-tooltip .tooltip__content:after {
  border-color: transparent white transparent transparent;
  left: auto;
  right: 100%;
}
@media (max-width: 768px) {
  .agreement-with-tooltip .tooltip__content:after {
    border-color: transparent transparent transparent white;
    right: auto;
    left: 100%;
  }
}
.agreement-with-tooltip .tooltip__content:before {
  border-color: transparent #e0e2e4 transparent transparent;
  left: auto;
  right: 100%;
}
@media (max-width: 768px) {
  .agreement-with-tooltip .tooltip__content:before {
    border-color: transparent transparent transparent #e0e2e4;
    right: auto;
    left: 100%;
  }
}

@media (max-width: 767px) {
  .register-form .agreement-with-tooltip .tooltip {
    display: block;
  }
}
.register-form .agreement-with-tooltip .tooltip__content {
  width: 550px;
}
@media (max-width: 989px) {
  .register-form .agreement-with-tooltip .tooltip__content {
    width: 450px;
  }
}
@media (max-width: 480px) {
  .register-form .agreement-with-tooltip .tooltip__content {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .register-form .agreement-with-tooltip .tooltip__content {
    margin-left: 0;
    margin-right: 45px;
    right: 0;
  }
}
.register-form .agreement-with-tooltip .tooltip__content:after {
  border-color: transparent white transparent transparent;
  left: auto;
  right: 100%;
}
@media (max-width: 768px) {
  .register-form .agreement-with-tooltip .tooltip__content:after {
    border-color: transparent transparent transparent white;
    right: auto;
    left: 100%;
  }
}
.register-form .agreement-with-tooltip .tooltip__content:before {
  border-color: transparent #e0e2e4 transparent transparent;
  left: auto;
  right: 100%;
}
@media (max-width: 768px) {
  .register-form .agreement-with-tooltip .tooltip__content:before {
    border-color: transparent transparent transparent #e0e2e4;
    right: auto;
    left: 100%;
  }
}

textarea {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0;
  font: inherit;
  min-height: 120px;
  max-width: 100%;
  min-width: 100%;
  max-height: 300px;
  width: 100%;
  border: 1px solid #e0e2e4;
  color: #3c3c3c;
  padding: 10px;
}
textarea:hover, textarea:active {
  border-color: #c4c4c4;
}
textarea.error, textarea.invalid {
  border-color: #E60B0B;
}

label {
  line-height: 18px;
}

.label-inline {
  float: right;
}
@media (max-width: 768px) {
  .label-inline {
    float: none;
    padding: 10px 0;
    display: block;
  }
}

.input-height {
  line-height: 36px;
}

.form-control {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 12px;
  position: relative;
}
.form-control:before, .form-control:after {
  content: "";
  display: table;
}
.form-control:after {
  clear: both;
}
.form-control > [class^=col-]:first-child {
  position: static;
  height: 36px;
}
.form-control label {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  font-size: 14px;
  line-height: 15px;
}
.form-control label.pull-right {
  text-align: right;
}
@media (max-width: 768px) {
  .form-control label.pull-right {
    float: left !important;
    text-align: left;
  }
}
@media (max-width: 990px) {
  [name=register-form] .form-control label.pull-right, [name=register-form] .form-control label.pull-right.form-control-label {
    float: left !important;
    text-align: left;
  }
}
.form-control.single-input {
  padding-bottom: 0;
}

.separator {
  padding: 0 10px;
  float: left;
}

.form-control input, .input-text input {
  float: left;
}
.form-control input.xxs, .input-text input.xxs {
  width: 50px;
}
@media all {
  .form-control input.xxs.address-input, .input-text input.xxs.address-input {
    width: 50px;
  }
}
.form-control input.xs, .input-text input.xs {
  width: 90px;
}
@media all {
  .form-control input.xs.address-input, .input-text input.xs.address-input {
    width: 90px;
  }
}
.form-control input.sm, .input-text input.sm {
  width: 144px;
}
.form-control input.md, .input-text input.md {
  width: 190px;
}
.form-control input.lg, .input-text input.lg {
  width: 260px;
}
@media (max-width: 989px) {
  .form-control input.lg, .input-text input.lg {
    width: 240px;
  }
}
@media (max-width: 767px) {
  .form-control input.xxs, .form-control input.xs, .form-control input.sm, .form-control input.md, .form-control input.lg, .input-text input.xxs, .input-text input.xs, .input-text input.sm, .input-text input.md, .input-text input.lg {
    width: 100%;
  }
}

.address-form .form-submit {
  top: -26px;
}
.address-form .form-submit.delete-address {
  bottom: 0;
  top: auto;
}
.address-form .form-submit__submit {
  padding-top: 10px;
}
.address-form .form-control-checkbox label {
  width: auto;
}

.customer-account-create .form-control-checkbox label {
  width: 75%;
}

.form-control-checkbox {
  padding-bottom: 20px;
}
.form-control-checkbox:before, .form-control-checkbox:after {
  content: "";
  display: table;
}
.form-control-checkbox:after {
  clear: both;
}
.form-control-checkbox label {
  cursor: pointer;
  font-size: 14px;
  vertical-align: top;
  margin-left: 5px;
  line-height: 20px;
  float: left;
  width: 80%;
}
.form-control-checkbox label::selection {
  background: rgba(255, 255, 255, 0);
}
.form-control-checkbox label::-moz-selection {
  background: rgba(255, 255, 255, 0);
}
@media all and (max-width: 767px) and (min-width: 480px) {
  .form-control-checkbox label {
    width: 78%;
  }
}
.form-control-checkbox .icheckbox_minimal {
  vertical-align: top;
  float: left;
}
.form-control-checkbox div.error, .form-control-checkbox label.error,
.form-control-checkbox div.invalid, .form-control-checkbox label.invalid {
  margin-left: 20px;
  bottom: 8px;
}
.form-control-checkbox.single-input {
  padding-bottom: 0;
}

.form-control-radio {
  padding-bottom: 12px;
  margin: 7px 0;
}
.form-control-radio:before, .form-control-radio:after {
  content: "";
  display: table;
}
.form-control-radio:after {
  clear: both;
}
.form-control-radio label {
  cursor: pointer;
  font-size: 14px;
  vertical-align: top;
  margin-left: 5px;
  line-height: 20px;
}
.form-control-radio label::selection {
  background: rgba(255, 255, 255, 0);
}
.form-control-radio label::-moz-selection {
  background: rgba(255, 255, 255, 0);
}
.form-control-radio .iradio_minimal {
  vertical-align: top;
}
.form-control-radio .iradio_minimal.checked + label {
  font-family: DINCompPro-Medium, Arial, Helvetica, sans-serif;
}
.form-control-radio .iradio_minimal.disabled + label {
  color: #a2a2a2;
}
.ajax-block-payment .form-control-radio .iradio_minimal.red-error {
  position: static !important;
  /* fix do walidacji metody platnosci w koszyku */
}
.form-control-radio div.error, .form-control-radio label.error {
  margin-left: 26px;
  bottom: 4px;
}
.form-control-radio div.error#login-type-error, .form-control-radio label.error#login-type-error {
  margin-left: 0;
}
.form-control-radio.delivery-radio {
  position: static;
}

.radio-margin {
  margin-left: 27px;
}
.radio-margin .select-control {
  margin-bottom: 10px;
}

div.error, label.error,
div.invalid, label.invalid {
  font-family: DINCompPro-Medium, Arial, Helvetica, sans-serif;
  color: #E60B0B;
  position: absolute;
  bottom: -18px;
  line-height: 14px;
  white-space: nowrap;
  transform: none;
  top: auto;
}

#email-reminder-error {
  left: 10px;
}

#pass_confirm-error {
  left: 10px;
}

.selectric-wrapper .selectric {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
}
.selectric-wrapper .selectric .button:after {
  border-top-color: #000;
}
.selectric-wrapper .selectric .label {
  font-size: 14px;
  height: 34px;
}

.selectric-wrapper.selectric-error .selectric {
  border-color: #E60B0B;
}
.selectric-wrapper.selectric-error.selectric-changed .selectric {
  border-color: #ddd;
}
.selectric-wrapper.selectric-error.selectric-changed + .error {
  display: none;
}

.selectric-disabled {
  opacity: 1 !important;
}
.selectric-disabled .selectric {
  border: none;
}
.selectric-disabled .selectric .button {
  display: none;
}
.selectric-disabled .selectric .label {
  margin-left: 7px;
  height: 40px;
  line-height: 40px;
}

.iradio_minimal + label {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .iradio_minimal + label {
    margin-right: 5px;
    margin-left: 0;
  }
}

.spinners {
  height: 36px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.spinner-up, .spinner-down {
  height: 50%;
  cursor: pointer;
  position: relative;
  box-sizing: inherit;
  border-left: none;
}
.spinner-up span, .spinner-down span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.spinner-up:after, .spinner-down:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
}

.spinner-up:after {
  border-bottom-color: #3c3c3c;
  border-top: none;
}

.spinner-down:after {
  border-top-color: #3c3c3c;
  border-bottom: none;
}

.spinner-input {
  position: relative;
}
.spinner-input input {
  float: left;
  max-width: 70%;
  border-right: none;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.spinner-input .spinners {
  border: 1px solid #e0e2e4;
  float: left;
  max-width: 30%;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.spinner-input:hover input, .spinner-input:hover .spinners {
  border-color: #c4c4c4;
}
.spinner-input.disabled:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.spinner-input .unit {
  position: absolute;
  line-height: 39px;
  left: 25px;
}

input[type=checkbox] + label,
input[type=radio] + label,
[class^=icheckbox] + label {
  cursor: pointer;
}

.form__info {
  margin-top: 20px;
  margin-bottom: 20px;
}

.form-submit {
  color: #133b9c;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 1;
}
.form-submit:before, .form-submit:after {
  content: "";
  display: table;
}
.form-submit:after {
  clear: both;
}
.form-submit__submit {
  font-size: 12px;
  border: none;
  background: none;
  float: right;
  clear: both;
}
.form-submit__submit:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 14px;
  margin-right: 5px;
}
.form-submit__submit.edit-mode:before {
  content: "";
}
.form-submit__submit.edit-mode.phone-mode {
  display: none;
}
.form-submit__delete {
  font-size: 12px;
  border: none;
  background: none;
  float: right;
  clear: both;
  color: #E60B0B;
  display: none;
}
.form-submit__delete:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 14px;
  margin-right: 5px;
}
.edit-mode .form-submit__delete {
  display: block;
}
.form-submit__cancel {
  font-size: 12px;
  border: none;
  background: none;
  float: right;
  display: none;
  clear: both;
  padding-bottom: 10px;
}
.form-submit__cancel:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 14px;
  margin-right: 5px;
}
.edit-mode .form-submit__cancel {
  display: block;
}
.form-submit.delete-address {
  bottom: 0;
  top: auto;
}

.add-address {
  color: #133b9c;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 1;
}
.add-address:before, .add-address:after {
  content: "";
  display: table;
}
.add-address:after {
  clear: both;
}
.add-address__submit {
  font-size: 12px;
  border: none;
  background: none;
  float: right;
}
.add-address__submit:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 14px;
  margin-right: 5px;
}
.add-address__submit.opened:before {
  content: "";
}

.ajax-edit {
  position: relative;
}
.ajax-edit input[disabled] {
  padding-left: 6px;
  background-color: #f0f0f0;
}
.ajax-edit .disable-style[disabled] {
  border: 1ps solid #f0f0f0;
  background-color: #f0f0f0;
}
.ajax-edit div.error, .ajax-edit label.error {
  display: none;
}
.ajax-edit.edit-mode div.error, .ajax-edit.edit-mode label.error {
  display: block;
}
@media (max-width: 767px) {
  .ajax-edit .form-submit {
    position: static;
    margin: 10px 0;
  }
}
.ajax-edit .input-height {
  padding-left: 6px;
}
.ajax-edit .selectric-disabled .selectric {
  background-color: #f0f0f0;
}

.old-password-text {
  display: none;
}
.edit-mode .old-password-text {
  display: inline-block;
}

.password-text {
  display: inline-block;
}
.edit-mode .password-text {
  display: none;
}

.reset-password {
  display: none;
  margin-top: -10px;
}
.reset-password:before, .reset-password:after {
  content: "";
  display: table;
}
.reset-password:after {
  clear: both;
}

.prefix {
  position: relative;
}
.prefix__data {
  position: absolute;
  z-index: 1;
  padding: 12px 0;
  left: 0;
}
.prefix.outside input {
  margin-left: 24px;
}
.prefix.inside .prefix__data {
  margin-left: 6px;
  color: #3c3c3c;
}
.prefix.inside input {
  padding-left: 44px;
}
.prefix.inside input[data-type=phone-number] {
  padding-left: 38px;
}
.prefix.inside input[data-type=receipt-name] {
  padding-left: 6px;
}

.verification-form {
  display: none;
}

.btn-filter {
  margin-top: 52px;
}
@media (max-width: 767px) {
  .btn-filter {
    margin-top: 0;
  }
}

.file-upload {
  font-family: DINCompPro-Bold, Arial, Helvetica, sans-serif;
  color: #133b9c;
  cursor: pointer;
}
.file-upload:hover {
  text-decoration: underline;
}

.input-button:before, .input-button:after {
  content: "";
  display: table;
}
.input-button:after {
  clear: both;
}
.input-button input {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  background-clip: padding-box;
  float: left;
  width: 80%;
}
.input-button__button {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
  height: 36px;
  float: left;
  width: 20%;
}
.input-button__button i {
  line-height: 20px;
}

.checkbox-icon {
  max-width: 100%;
  height: 22px;
  margin-left: 10px;
}

.reset-password {
  margin-top: 0;
}

.loyalty-option {
  margin-top: 20px;
  width: 100%;
}
.loyalty-option:before, .loyalty-option:after {
  content: "";
  display: table;
}
.loyalty-option:after {
  clear: both;
}

.ordered-products.complaint-error.checked {
  border: none;
}
.ordered-products.complaint-error.checked .error {
  display: none;
}

@media (min-width: 768px) {
  .ecard-option {
    margin-left: 22%;
    width: 78%;
  }
}
@media (min-width: 990px) {
  .ecard-option {
    margin-left: 13%;
    width: 87%;
  }
}
@media (min-width: 1220px) {
  .ecard-option {
    margin-left: 15%;
    width: 85%;
  }
}

#agreement-form .agreement-with-tooltip {
  width: 90%;
}
#agreement-form .agreement-with-tooltip .f-right {
  float: left;
}

/**
    HELPERS
**/
.smaller {
  font-size: 0.9em;
}

.normal {
  font-family: DINCompPro, Arial, Helvetica, sans-serif;
}

.bold {
  font-family: DINCompPro-Bold, Arial, Helvetica, sans-serif;
}

.italic {
  font-style: italic;
}

.medium {
  font-family: DINCompPro-Medium, Arial, Helvetica, sans-serif;
}

.display-block {
  display: block;
}

.red {
  color: #E60B0B;
}

.green {
  color: #7db901;
}

.blue {
  color: #143ca0;
}

.yellow {
  color: #f6ba01;
}

.grey {
  color: #a2a2a2;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.relative {
  position: relative;
}

.border-left {
  border-left: 1px solid #e0e2e4;
}
@media (min-width: 990px) {
  .border-left-md {
    border-left: 1px solid #e0e2e4;
  }
}
@media (min-width: 1220px) {
  .border-left-lg {
    border-left: 1px solid #e0e2e4;
  }
}

.border-right {
  border-right: 1px solid #e0e2e4;
}
@media (min-width: 990px) {
  .border-right-md {
    border-right: 1px solid #e0e2e4;
  }
}
@media (min-width: 1220px) {
  .border-right-lg {
    border-right: 1px solid #e0e2e4;
  }
}

.border-bottom {
  border-bottom: 1px solid #e0e2e4;
}
@media (max-width: 767px) {
  .border-bottom-xs {
    border-bottom: 1px solid #e0e2e4;
  }
}

.border-top {
  border-top: 1px solid #e0e2e4;
}

.nowrap {
  white-space: nowrap;
}

.responsive-img, .responsive-img > img {
  max-height: 100%;
  max-width: 100%;
}

.centered {
  text-align: center;
}

.align-right {
  text-align: right;
}

@media (min-width: 768px) {
  .align-right-sm {
    text-align: right;
  }
}
.align-left {
  text-align: left;
}

@media (min-width: 768px) {
  .align-left-sm {
    text-align: left;
  }
}
@font-face {
  font-family: DINCompPro-Medium;
  src: url(/front/fonts/DINWebPro-Medium.eot);
  src: url(/front/fonts/DINWebPro-Medium.eot?#iefix) format("embedded-opentype"), url(/front/fonts/DINWebPro-Medium.woff) format("woff"), url(/front/fonts/DINCompPro-Medium.ttf) format("truetype");
}
.clearfix:after, .img-level-nav:after, .container:after, .container-fluid:after, .row:after {
  clear: both;
}

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 {
  color: #143ca0;
  text-decoration: none;
}

a {
  background-color: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:focus {
  outline: 0;
}

.btn-red {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #e60a0a;
  background-image: -webkit-gradient(linear, left top, left bottom, #e60a0a, #c30505);
  background-image: -webkit-linear-gradient(top, #e60a0a, #c30505);
  background-image: -moz-linear-gradient(top, #e60a0a, #c30505);
  background-image: -ms-linear-gradient(top, #e60a0a, #c30505);
  background-image: -o-linear-gradient(top, #e60a0a, #c30505);
  background-image: linear-gradient(top, #e60a0a, #c30505);
  filter: progid:DXImageTransform.Microsoft.gradient(start-colourStr="#e60a0a", end-colourStr="#c30505");
  color: white;
  border: none;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-red:focus, .btn-red:hover {
  color: white;
  background-color: #c30505;
  background-image: -webkit-gradient(linear, left top, left bottom, #c30505, #e60a0a);
  background-image: -webkit-linear-gradient(top, #c30505, #e60a0a);
  background-image: -moz-linear-gradient(top, #c30505, #e60a0a);
  background-image: -ms-linear-gradient(top, #c30505, #e60a0a);
  background-image: -o-linear-gradient(top, #c30505, #e60a0a);
  background-image: linear-gradient(top, #c30505, #e60a0a);
  filter: progid:DXImageTransform.Microsoft.gradient(start-colourStr="#c30505", end-colourStr="#e60a0a");
}
.btn-red:active, .btn-red.active {
  background-color: #c30505;
  background-image: -webkit-gradient(linear, left top, left bottom, #c30505, #e60a0a);
  background-image: -webkit-linear-gradient(top, #c30505, #e60a0a);
  background-image: -moz-linear-gradient(top, #c30505, #e60a0a);
  background-image: -ms-linear-gradient(top, #c30505, #e60a0a);
  background-image: -o-linear-gradient(top, #c30505, #e60a0a);
  background-image: linear-gradient(top, #c30505, #e60a0a);
  filter: progid:DXImageTransform.Microsoft.gradient(start-colourStr="#c30505", end-colourStr="#e60a0a");
}
.btn-red:hover {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  text-decoration: underline;
  outline: 0;
}
.btn-red:active, .btn-red.active {
  -webkit-box-shadow: inset 1px 16px 14px -19px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 1px 16px 14px -19px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 16px 14px -19px rgba(0, 0, 0, 0.5);
}
.btn-red.disabled, .btn-red[disabled] {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.clearfix:after,
.clearfix:before,
.img-level-nav:after,
.img-level-nav:before,
.no-product:after,
.no-product:before,
.refund-form-section .shop-for-refund .holder-headings:after,
.refund-form-section .shop-for-refund .holder-headings:before,
.registration-form-wrapper .input-text:after,
.registration-form-wrapper .input-text:before,
.registration-form-wrapper:after,
.registration-form-wrapper:before {
  content: "";
  display: table;
}

.clearfix:after,
.img-level-nav:after,
.no-product:after,
.refund-form-section .shop-for-refund .holder-headings:after,
.registration-form-wrapper .input-text:after,
.registration-form-wrapper:after {
  clear: both;
}

.clearfix,
.img-level-nav,
.no-product,
.refund-form-section .shop-for-refund .holder-headings,
.registration-form-wrapper,
.registration-form-wrapper .input-text {
  zoom: 1;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

/* Bootstrap fix */
ul {
  list-style: none;
  padding: 0;
}

.container {
  min-width: 300px;
  width: 100%;
}

.container {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.col-md-12, .col-sm-12, .col-xs-12 {
  float: left;
  width: 100%;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .pre-footer__phone {
    font-size: 30px;
  }
}
@media (min-width: 990px) {
  .container {
    width: 100%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-8 {
    width: 66.66667%;
  }
}
@media (min-width: 1220px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
  }

  .col-lg-3 {
    width: 25%;
  }
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .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, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .main-slider .full-column, .main-slider .half-column, .order-info-box .col-1, .order-info-box .col-2 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: 0px;
  border-top: 1px solid #eee;
  box-sizing: content-box;
  height: 0;
}

footer ul {
  list-style: none;
  padding: 0;
}

.pre-footer {
  padding: 10px 0 0;
  line-height: 18px;
  font-family: DINCompPro-Medium, Arial, Helvetica, sans-serif;
  margin-top: 40px;
}
.pre-footer .container::after, .pre-footer .container::before {
  content: " ";
  display: table;
  clear: both;
}
.pre-footer .order-info-box, .pre-footer .row {
  margin-left: -10px;
  margin-right: -10px;
}
.pre-footer .pre-footer__title {
  font-family: DINCompPro-Medium, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #133b9c;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 15px;
}
.pre-footer .pre-footer__phone {
  font-size: 37px;
  color: #133b9c;
  margin: 10px 0;
  line-height: 40px;
}
.pre-footer .pre-footer a {
  color: #143ca0;
  text-decoration: none;
}

.form-control {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 12px;
  position: relative;
}

.form-control::after, .form-control::before {
  content: "";
  display: table;
}

.form-control::after {
  clear: both;
}

.form-control label {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  font-size: 14px;
  line-height: 15px;
}

div.error, div.invalid, label.error, label.invalid {
  font-family: DINCompPro-Medium, Arial, Helvetica, sans-serif;
  color: #e60b0b;
  position: absolute;
  bottom: -18px;
  line-height: 14px;
  white-space: nowrap;
  transform: none;
  top: auto;
}

input[type=email], input[type=number], input[type=password], input[type=text] {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0;
  font: inherit;
  line-height: inherit;
  height: 36px;
  border: 1px solid #e0e2e4;
  border-top-color: #e0e2e4;
  border-right-color: #e0e2e4;
  border-bottom-color: #e0e2e4;
  border-left-color: #e0e2e4;
  color: #3c3c3c;
  padding: 2px 5px 0;
  position: relative;
  line-height: 2.6em;
}

.pre-header__action-links li a {
  border-left: 1px #ddd solid;
  padding: 0 10px;
}

.login-window-wrapper.active {
  display: block;
}

ul.messages {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px !important;
  padding-right: 10px;
  padding-left: 10px;
}
ul.messages ul {
  margin-bottom: 0 !important;
}
.container ul.messages {
  padding-right: 0;
  padding-left: 0;
}
ul.messages.ajax-messages {
  width: auto;
}
ul.messages li:before {
  content: none !important;
}
ul.messages > li {
  padding: 10px 20px;
  border-radius: 5px;
  color: #3a8abf;
  border: 2px solid #3a8abf;
  margin-bottom: 0;
  margin-top: 5px;
}
ul.messages > li.error-msg, ul.messages > li.error {
  color: #E60B0B;
  border: 2px solid #E60B0B;
}
ul.messages > li.error-msg ul li span {
  color: #E60B0B;
}
ul.messages > li.notice-msg, ul.messages > li.message {
  color: #3a8abf;
  border: 2px solid #3a8abf;
}
ul.messages > li.notice-msg ul li span {
  color: #3a8abf;
}
ul.messages > li.warning-msg {
  border: 1px solid #f6ba01;
  color: #f6ba01;
}
ul.messages > li.warning-msg ul li span {
  color: #f6ba01;
}
ul.messages > li.success-msg {
  color: #7db901;
  border: 2px solid #7db901;
}
ul.messages > li.success-msg ul li span {
  color: #7db901;
}
ul.messages > li:before {
  content: none;
}
@media (min-width: 1220px) {
  ul.messages {
    width: 1180px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
  [class^=col-] ul.messages {
    width: 100%;
  }
}

.attribute-messages {
  color: #E60B0B;
}

.notice-cookie .messages > li {
  border: none;
  padding: 5px;
  color: #3c3c3c;
  background: none;
}
.notice-cookie .messages > li p {
  line-height: 20px;
}
.notice-cookie .messages > li:before {
  content: none;
}
.notice-cookie__accept {
  float: right;
  cursor: pointer;
  padding: 10px 0;
}
.notice-cookie__accept .close-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.notice-cookie__accept span {
  display: inline-block;
  line-height: 22px;
  float: left;
}
@media (max-width: 767px) {
  .notice-cookie__accept {
    margin-top: 20px;
    margin-bottom: 0;
  }
}

.cart-added {
  display: none;
  position: absolute;
  top: 60px;
  right: 2px;
  z-index: 1;
}
.cart-added.active {
  display: block;
}
.cart-added .cart-added-product {
  padding: 30px 30px 40px;
  background: #f0f0f0;
  z-index: 3;
  border-radius: 5px 0 5px 5px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}
.cart-added .cart-added-product h3 {
  font-family: DINCompPro-Medium, Arial, Helvetica, sans-serif;
  font-size: 18px;
  margin: 10px 0 20px;
}
.cart-added .cart-added-product .product-added {
  background: white;
  padding: 15px;
  border-radius: 5px;
  min-width: 340px;
}
.cart-added .cart-added-product .product-added .wrap {
  float: left;
}
.cart-added .cart-added-product .product__single--image {
  width: auto;
  height: auto;
  float: left;
  margin: 0 20px 0 0;
}
.cart-added .cart-added-product .product__single--image img {
  width: 100%;
  max-width: 100px;
  height: auto;
}
.cart-added .cart-added-product .product__single--title {
  margin: 0 0 10px 0;
  height: 40px;
}
.cart-added .cart-added-product .product__single--price {
  text-align: start;
  margin: 0 0 10px 0;
  padding: 0;
}
.cart-added .cart-added-product .product__single--price .price-regular {
  float: none;
}
@media (max-width: 989px) {
  .cart-added {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vw;
  }
  .cart-added .overlay {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
  }
  .cart-added .cart-added-product {
    position: relative;
    top: 0;
    width: 50vw;
    margin: 185px auto 5vh;
    z-index: 2;
    max-height: 70vh;
    border-radius: 5px;
  }
  .cart-added .cart-added-product .product__single--price .price-regular {
    margin: 0 10px 10px 0;
  }
}
@media (max-width: 767px) {
  .cart-added .cart-added-product {
    max-width: 390px;
    width: calc(100% - 20px);
  }
  .cart-added .cart-added-product .product-added {
    min-width: 200px;
  }
}
@media (max-width: 320px) {
  .cart-added .cart-added-product .wrap {
    margin-left: 10px;
  }
  .cart-added .cart-added-product .product__single--image {
    display: none;
  }
  .cart-added .cart-added-product .product__single--price .price-old {
    margin-left: 15px;
  }
}

/**
    LOGIN WINDOW
**/
.rc-standard {
  display: block;
  padding-bottom: 10px;
}

.login-window-wrapper {
  width: 500px;
  display: none;
  z-index: 9999;
  position: absolute;
  right: 0;
  border: 1px solid #ddd;
  top: 40px;
}
@media (max-width: 1024px) {
  .login-window-wrapper {
    position: static;
    right: auto;
    border: none;
    width: auto;
    padding: 20px;
  }
  .login-window-wrapper input[type=email], .login-window-wrapper input[type=password] {
    width: 100%;
  }
  .login-window-wrapper button[type=submit] {
    width: 100%;
  }
}

.login-window, .password-reminder {
  padding-top: 20px;
  padding-bottom: 20px;
  background: white;
  top: 0;
}
.login-window > form, .password-reminder > form {
  margin-bottom: 20px;
}
.login-window > form:before, .login-window > form:after, .password-reminder > form:before, .password-reminder > form:after {
  content: "";
  display: table;
}
.login-window > form:after, .password-reminder > form:after {
  clear: both;
}
.login-window input, .password-reminder input {
  width: 100%;
}
.login-window__header, .password-reminder__header {
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e2e4;
  text-align: left;
}
.login-window__header:before, .login-window__header:after, .password-reminder__header:before, .password-reminder__header:after {
  content: "";
  display: table;
}
.login-window__header:after, .password-reminder__header:after {
  clear: both;
}
.login-window__footer, .password-reminder__footer {
  padding-top: 20px;
  border-top: 1px solid #e0e2e4;
  text-align: center;
}
.login-window__reminder, .login-window__register, .password-reminder__reminder, .password-reminder__register {
  padding-top: 20px;
}
@media (min-width: 990px) {
  .login-window__register, .password-reminder__register {
    display: none;
  }
}
.login-window__close, .password-reminder__close {
  position: absolute;
  padding: 15px;
  cursor: pointer;
  right: 0;
  top: 0;
  font-size: 24px;
  z-index: 2;
}
.login-window__error, .password-reminder__error {
  position: absolute;
  top: 0;
  background: #E60B0B;
  padding: 0 20px;
  line-height: 25px;
  width: 100%;
  color: white;
  text-align: center;
}
.login-window__options, .password-reminder__options {
  list-style-type: disc;
}
@media (max-width: 1024px) {
  .login-window, .password-reminder {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .divider-li {
    border-top: 1px solid #ddd;
  }
}

#mm-slide-menu .img-level-nav h4 {
  display: none;
}
#mm-slide-menu .img-level-nav__img {
  display: none;
}

@media (min-width: 990px) {
  #mm-slide-menu {
    display: none !important;
  }
}
.fixed-header {
  position: fixed;
  width: 100%;
  z-index: 9999;
}

#find-instore-cont .table__heading {
  font-family: DINCompPro-Medium, Arial, Helvetica, sans-serif;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 12px 10px;
  background-color: #f0f0f0;
  line-height: 24px;
}
#find-instore-cont .table__heading::after, #find-instore-cont .table__heading::before {
  content: "";
  display: table;
}
#find-instore-cont .table__heading::after {
  clear: both;
}
#find-instore-cont .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
#find-instore-cont .table td {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
#find-instore-cont .table tr:first-child > th, #find-instore-cont .table tr:first-child > td {
  border-top: 0;
}
#find-instore-cont .table th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
#find-instore-cont .product-disclaimer {
  font-size: 10px;
  line-height: 1em;
  margin: 5px 0 0;
}
#find-instore-cont .stores__table .fa {
  margin-right: 8px;
}
#find-instore-cont .stores__table .unavailable .fa {
  color: #e60b0b;
}
#find-instore-cont .stores__table .available .fa {
  color: #7db901;
}
#find-instore-cont .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#find-instore-cont .stores__footer p {
  margin-top: 10px;
  margin-bottom: 10px;
}
#find-instore-cont .stores__footer .fa {
  color: #3c3c3c;
  margin-right: 5px;
  font-size: 18px;
  vertical-align: middle;
}

/*# sourceMappingURL=layoutupdate.css.map */
