@charset "UTF-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
  height: 100%;
}

body {
  font-size: 16px;
  min-height: 100vh;
  margin: 0;
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 500;
  font-size: 1em;
}

mark {
  background: yellow;
  color: black;
}

small {
  font-size: 0.8rem;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

ol,
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

hr {
  height: 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

body {
  background: white;
}
@media (min-width: 1200px) {
  body {
    background: #f7f7f7;
  }
}

@keyframes fixedNavDown {
  0% {
    top: -100px;
  }

  20% {
    top: 0;
  }
}
#midv {
  height: 100%;
}
#midv .setEnd {
  min-height: calc(100% - 200px);
}
@media (min-width: 290px) and (max-width: 1199px) {
  #midv .setEnd {
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  #midv .setEnd {
    min-height: 100vh;
    background: white;
    padding: 0 20px;
  }
}
#midv .img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
#midv .img-circle {
  border-radius: 50%;
}
#midv .show {
  display: block !important;
}
#midv .hidden {
  display: none !important;
}
#midv .pull-right {
  float: right !important;
}
#midv .pull-left {
  float: left !important;
}
#midv .text-left {
  text-align: left;
}
#midv .text-right {
  text-align: right;
}
#midv .text-center {
  text-align: center;
}
#midv .text-hide {
  margin: 0;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
#midv .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
#midv dl {
  margin-top: 0;
  margin-bottom: 20px;
}
#midv dt,
#midv dd {
  line-height: 1.42857;
}
#midv dt {
  font-weight: bold;
}
#midv dd {
  margin-left: 0;
}
#midv .dl-horizontal dd:before, #midv .dl-horizontal dd:after {
  content: " ";
  display: table;
}
@media (min-width: 768px) {
  #midv .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #midv .dl-horizontal dd {
    margin-left: 180px;
  }
}
#midv a {
  color: black;
}
#midv a:hover {
  color: black;
}
#midv hr {
  margin: 10px 0;
  border: 0;
  border-top: 1px solid #e6e6e6;
}
#midv fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
#midv legend {
  display: block;
  width: 100%;
  padding: 0;
  line-height: inherit;
  color: black;
  border: 0;
  border-bottom: 1px solid black;
}
#midv label {
  display: inline-block;
  max-width: 100%;
  margin: 0 5px 0 0;
}
#midv input {
  font: 1em "futuramedium, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1em;
}
#midv input[type="radio"],
#midv input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
  vertical-align: middle;
  display: none;
}
#midv input[type="checkbox"] + label, #midv input[type="radio"] + label {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 3px;
}
#midv input[type="checkbox"] + label {
  background: url(../images/check.svg) 0 0 no-repeat;
}
#midv input[type="radio"] + label {
  background: url(../images/radio.svg) 0 0 no-repeat;
}
#midv input[type="checkbox"]:checked + label {
  background: url(../images/check.svg) -20px 0 no-repeat;
}
#midv input[type="radio"]:checked + label {
  background: url(../images/radio.svg) -20px 0 no-repeat;
}
#midv input[type="file"]:focus,
#midv input[type="radio"]:focus,
#midv input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#midv .form-group:before, #midv .form-group:after {
  display: table;
  content: " ";
  clear: both;
}
#midv .form-control {
  display: block;
  width: 100%;
  padding: 2px 5px;
  color: black;
  background: white;
  border: 1px solid #dddddd;
  border-radius: 0;
  font-family: "futuramedium, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#midv .form-control:focus, #midv .form-control:hover {
  box-shadow: 0 0 15px 0 #dddddd;
  border: 1px solid #dddddd;
  outline: 1px solid #dddddd;
}
#midv .form-control[disabled], #midv .form-control[readonly], fieldset[disabled] #midv .form-control {
  background: #e6e6e6;
  opacity: 1;
  cursor: not-allowed;
}
#midv .form-inline .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
#midv .form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
#midv .form-inline .input-group {
  display: inline-table;
  vertical-align: middle;
}
#midv .form-inline .input-group .input-group-addon,
#midv .form-inline .input-group .input-group-btn,
#midv .form-inline .input-group .form-control {
  width: auto;
}
#midv .form-inline .input-group > .form-control {
  width: 100%;
}
#midv :input-placeholder {
  color: #cccccc;
}
#midv input:focus::input-placeholder {
  opacity: 0.5;
}
#midv .has-feedback {
  position: relative;
}
#midv .has-success {
  background: #273140;
}
#midv .has-warning {
  background: #c62b2e;
}
#midv .has-error {
  background: #c62b2e;
}
#midv .help-block {
  display: block;
  margin: 5px 0 10px;
  color: black;
}
#midv .btn {
  display: inline-block;
  padding: 5px 10px;
  touch-action: manipulation;
  white-space: nowrap;
  font: 1.1em "futuramedium, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1em;
  letter-spacing: 0.05em;
  border: none;
  border-radius: 0;
}
#midv .btn:hover, #midv .btn:focus, #midv .btn.focus, #midv .btn:active, #midv .btn.active {
  border: none;
  outline: none;
}
#midv .btn.disabled, #midv .btn[disabled], fieldset[disabled] #midv .btn {
  cursor: not-allowed;
}
#midv .bn-Pay {
  background: linear-gradient(#273140, #141920);
  -pie-background: linear-gradient(#273140, #141920);
  behavior: url(/pie/PIE.htc);
  color: white;
}
#midv .bn-Pay:hover, #midv .bn-Pay:focus {
  background: #141920;
  -pie-background: #141920;
  box-shadow: 0 0 5px 0 #273140;
}
#midv .bn-keep {
  background: linear-gradient(#05aae2, #0484b0);
  -pie-background: linear-gradient(#05aae2, #0484b0);
  behavior: url(/pie/PIE.htc);
  color: white;
}
#midv .bn-keep:hover, #midv .bn-keep:focus {
  background: #0484b0;
  -pie-background: #0484b0;
  box-shadow: 0 0 5px 0 #05aae2;
}
#midv .bn-out {
  background: #d0d0d0;
  color: white;
}
#midv .bn-out:hover, #midv .bn-out:focus {
  background: #a6a6a6;
  box-shadow: 0 0 5px 0 #b3b3b3;
}
#midv .btn-link {
  padding: 5px;
  background: linear-gradient(#05aae2, #0497c9);
  -pie-background: linear-gradient(#05aae2, #0497c9);
  behavior: url(/pie/PIE.htc);
  color: white;
  font: 0.95em "futuramedium, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2em;
  letter-spacing: -0.05px;
}
#midv .btn-link:hover, #midv .btn-link:focus {
  background: #0497c9;
  -pie-background: #0497c9;
  box-shadow: 0 0 5px 0 #05aae2;
}
#midv .btn-group {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
#midv .btn-lg,
#midv .btn-group-lg > .btn {
  padding: 10px 20px;
}
#midv .btn-sm,
#midv .btn-group-sm > .btn {
  padding: 5px;
}
#midv .btn-xs,
#midv .btn-group-xs > .btn {
  padding: 1px 5px;
}
#midv .btn-block {
  display: block;
  width: 100%;
}
#midv .btn-block + .btn-block {
  margin-top: 5px;
}
#midv .close {
  cursor: pointer;
  background: none;
  border: none;
}
#midv header .container-fluid {
  position: relative;
  background: #273140;
  margin-bottom: 40px;
}
#midv header .container-fluid:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#midv header .container {
  padding: 5px 0;
}
#midv header .searchFunction {
  width: 100%;
  text-align: right;
  position: absolute;
  top: 5px;
}
#midv header .logo img {
  width: 150px;
  padding: 5px 0;
  margin-left: 5%;
}
#midv header .search {
  text-align: right;
}
#midv header .search:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#midv header .search .form-control {
  height: 30px;
}
#midv header .search .icon-search {
  position: absolute;
  right: 0;
  top: 0;
  padding: 6.5px 5px;
  border: none;
  font-size: 1.1em;
  background: linear-gradient(#273140, #141920);
  -pie-background: linear-gradient(#273140, #141920);
  behavior: url(/pie/PIE.htc);
  color: white;
}
#midv header .search .icon-search:hover, #midv header .search .icon-search:focus {
  background: #141920;
  -pie-background: #141920;
  box-shadow: 0 0 5px 0 #273140;
}
#midv header .search .hidden-sm {
  font: 0.7em "futuramedium, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5em;
}
#midv header .search .hidden-sm a {
  display: inline-block;
  padding-left: 5px;
  margin-left: 5px;
}
#midv header .search .searchBar {
  position: absolute;
  right: -50%;
  top: 60px;
  z-index: 999;
  width: 300%;
  background: #ffd11a;
}
@media (min-width: 992px) {
  #midv header .search .searchBar {
    right: 75px;
    width: 80%;
    top: 0;
    background: #273140;
  }
}
#midv header .search .searchBar input {
  border-radius: 20px;
  border: none;
  outline: none;
  margin: 3% 0;
  padding: 2%;
  width: 75%;
}
@media (min-width: 992px) {
  #midv header .search .searchBar input {
    margin: 0;
    padding: 0;
    width: 60%;
  }
}
#midv header .search .searchBar .icon-cross:before {
  color: white;
}
@media (min-width: 992px) {
  #midv header .search .searchBar {
    -moz-placeholder-color: white;
    -moz-placeholder-opacity: 0.3;
    -ms-input-placeholder-color: white;
    -ms-input-placeholder-opacity: 0.3;
  }
  #midv header .search .searchBar input {
    background: none;
    border: none;
    outline: none;
    border-radius: 0;
    border-bottom: 1px solid white;
    color: white;
  }
  #midv header .search .searchBar ::-moz-placeholder {
    color: white;
    opacity: 0.3;
  }
  #midv header .search .searchBar ::-webkit-input-placeholder {
    color: white;
    opacity: 0.3;
  }
  #midv header .search .searchBar .icon-cross:before {
    color: white;
    font-weight: 600;
  }
}
#midv header .header-cart {
  background: url(./images/cart-icon.svg) 10px 0 no-repeat;
  border-left: 1px solid #cccccc;
}
#midv header .header-cart span {
  padding-left: 30px;
  color: #c62b2e;
  font-weight: 100;
}
#midv header .language {
  padding: 0;
  font: 0.7em "futuramedium, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5em;
}
#midv header .language a {
  padding-right: 10px;
  margin-right: 10px;
}
#midv header .language a:first-child {
  border-right: 1px solid #cccccc;
}
@media (min-width: 290px) and (max-width: 1199px) {
  #midv header .container {
    border: 0;
    margin: 15px 0;
  }
  #midv header .logo {
    background: none;
    border-bottom: none;
  }
  #midv header .logo img {
    max-width: 150px;
    margin-bottom: 10px;
  }
}
#midv .footerLsdvA {
  position: relative;
  width: 100%;
  bottom: 0;
  margin-top: 70px;
  background: #f0f0f0;
  color: black;
  font: 0.95em "futuramedium, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5em;
  letter-spacing: 0.02em;
}
#midv .footerLsdvA .ps {
  margin: 0;
  padding: 10px 0;
  background-color: #273140;
  text-align: center;
  font: 0.7em "futuramedium, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.3em;
  color: #f0f0f0;
}
#midv .footerLsdvA .ps a {
  color: #f0f0f0;
}
@media (min-width: 1200px) {
  #midv .footerLsdvA .ps small {
    font-size: 1rem;
  }
  #midv .footerLsdvA .ps small a {
    color: #f0f0f0;
  }
}
#midv .container {
  padding: 0 15px;
}
#midv .container .section-heading {
  margin-bottom: 60px;
  font: 2em "futuramedium, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 2em;
  font-weight: 1000;
  text-align: center;
  color: #273140;
}
@media (min-width: 1200px) {
  #midv header .logo {
    margin: 10px 0;
  }
}
#midv header .logo a {
  padding: 20px;
  font-size: 24px;
  font-weight: 700;
  color: white;
}
