html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
* {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
a {
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active,
a:hover {
  outline-width: 0;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
input,
select {
  overflow: visible;
}
button,
input,
select,
textarea {
  margin: 0;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
@-ms-viewport {
  width: device-width;
}
html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
  vertical-align: middle;
}
a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
label {
  display: inline-block;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  resize: vertical;
}
[hidden] {
  display: none !important;
}
/* Open Sans @font-face kit */
/* BEGIN Light */
@font-face {
  font-family: 'Open Sans';
  src: url('../../fonts/OpenSans/Light/OpenSans-Light.eot');
  src: url('../../fonts/OpenSans/Light/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('../../fonts/OpenSans/Light/OpenSans-Light.woff') format('woff'), url('../../fonts/OpenSans/Light/OpenSans-Light.ttf') format('truetype'), url('../../fonts/OpenSans/Light/OpenSans-Light.svg#OpenSansLight') format('svg');
  font-weight: 300;
  font-style: normal;
}
/* END Light */
/* BEGIN Regular */
@font-face {
  font-family: 'Open Sans';
  src: url('../../fonts/OpenSans/Regular/OpenSans-Regular.eot');
  src: url('../../fonts/OpenSans/Regular/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/OpenSans/Regular/OpenSans-Regular.woff') format('woff'), url('../../fonts/OpenSans/Regular/OpenSans-Regular.ttf') format('truetype'), url('../../fonts/OpenSans/Regular/OpenSans-Regular.svg#OpenSansRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* END Regular */
/* BEGIN Semibold */
@font-face {
  font-family: 'Open Sans';
  src: url('../../fonts/OpenSans/Semibold/OpenSans-Semibold.eot');
  src: url('../../fonts/OpenSans/Semibold/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), url('../../fonts/OpenSans/Semibold/OpenSans-Semibold.woff') format('woff'), url('../../fonts/OpenSans/Semibold/OpenSans-Semibold.ttf') format('truetype'), url('../../fonts/OpenSans/Semibold/OpenSans-Semibold.svg#OpenSansSemibold') format('svg');
  font-weight: 600;
  font-style: normal;
}
/* END Semibold */
/* BEGIN Bold */
@font-face {
  font-family: 'Open Sans';
  src: url('../../fonts/OpenSans/Bold/OpenSans-Bold.eot');
  src: url('../../fonts/OpenSans/Bold/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../../fonts/OpenSans/Bold/OpenSans-Bold.woff') format('woff'), url('../../fonts/OpenSans/Bold/OpenSans-Bold.ttf') format('truetype'), url('../../fonts/OpenSans/Bold/OpenSans-Bold.svg#OpenSansBold') format('svg');
  font-weight: bold;
  font-style: normal;
}
/* END Bold */
@-webkit-viewport {
  width: auto !important;
}
@-moz-viewport {
  width: auto !important;
}
@-ms-viewport {
  width: auto !important;
}
@-o-viewport {
  width: auto !important;
}
@viewport {
  width: auto !important;
}
* {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQIW2NkAAIAAAoAAggA9GkAAAAASUVORK5CYII=);
}
html {
  min-height: 100%;
  position: relative;
}
body {
  font-family: "Open Sans", sans-serif;
  background-color: #F2F5F7;
  min-width: 1020px;
}
.sticky-footer {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.sticky-footer .page-content {
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
}
p {
  margin: 0;
}
select {
  -webkit-appearance: none;
  outline: none;
}
.row {
  width: 100%;
}
.container {
  width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}
.bigger-text {
  font-size: 22px;
}
.bigger-bigger-text {
  font-weight: bold;
  font-size: 25px;
}
.page-header {
  background-color: #000;
  color: #fff;
  min-width: 1020px;
}
.page-header .row {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-header .main-logo {
  display: inline-block;
}
.page-header .headline {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.form-row .error {
  color: red;
}
.guarantee {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 20px 0;
}
.guarantee .item {
  display: inline-block;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 5% 15px 25px;
  border: solid 1px #E6E6E6;
  border-radius: 5px;
}
.guarantee .check {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.guarantee p {
  display: inline-block;
  vertical-align: middle;
}
.headlines {
  margin-bottom: 25px;
}
.headlines h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 10px;
}
.headlines p {
  color: #525252;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}
.box-orders .box-header {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background-color: #000;
  color: #fff;
  padding: 20px 40px 20px 25px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.box-orders .box-header h3 {
  font-size: 25px;
  font-weight: bold;
}
.box-orders .box-header .email {
  font-size: 14px;
  font-weight: 600;
}
.box-orders .box-main {
  background-color: #fff;
  position: relative;
}
.box-orders .box-main img {
  z-index: 0;
}
.box-orders .items {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  text-align: center;
  overflow-y: auto;
  padding: 25px 10px 15px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.16);
  font-size: 0;
}
.box-orders .items .item {
  line-height: 1.2;
  padding: 15px 20px 20px;
  width: 19%;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border: solid 1px #fff;
  border-radius: 5px;
  cursor: pointer;
}
.box-orders .items .item:hover {
  -webkit-box-shadow: inset 0 0 2px 0 #67acdc;
  -moz-box-shadow: inset 0 0 2px 0 #67acdc;
  box-shadow: inset 0 0 2px 0 #67acdc;
}
.box-orders .items .thumb {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 90px;
}
.box-orders .items .thumb img {
  max-height: 100px;
  max-width: 100px;
}
.box-orders .items h3 {
  font-size: 13px;
  font-weight: bold;
  margin: 5px 0 25px;
}
.box-orders .items .number {
  color: #888888;
  font-size: 12px;
  font-weight: 600;
}
.box-orders .items .order-number {
  display: block;
}
.box-orders .items-with-information {
  padding: 15px 10px 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}
.box-orders .items-with-information .text {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.box-orders .items-with-information .thumb {
  margin-right: 10px;
  float: left;
}
.box-orders .items-with-information h3 {
  font-size: 15px;
  margin: 10px 0 2px;
}
.box-orders .items-with-information .desc {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.1;
  color: #1F1F1F;
}
.box-orders .items-with-information .number {
  font-size: 14px;
  color: #A3A3A3;
  font-weight: 400;
}
.box-orders .items-with-information .price {
  font-size: 14px;
  color: #b0b0b0;
}
.box-orders .items-with-information .button-more-information {
  color: #b0b0b0;
  font-size: 12px;
  display: inline-block;
  border: solid 1px #B0B0B0;
  padding: 6px 12px;
  border-radius: 3px;
  float: right;
}
.box-orders .items-with-information .item {
  width: 49%;
  max-width: 50%;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  padding: 20px 20px 30px 10px;
}
.box-orders .items-with-information .info-desc {
  clear: both;
  display: inline-block;
}
.box-orders .items-with-information .info {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 20px;
}
.box-orders .items-with-information .order-number {
  display: inline-block;
}
.box-orders [name="order-item"] {
  display: none;
}
.box-orders #order-item-1.checked ~ .items [for="order-item-1"] {
  border-color: #000;
}
.box-orders #order-item-1.checked ~ .information .prices-1 {
  display: inline-block;
}
.box-orders #order-item-1:checked ~ .items [for="order-item-1"] {
  border-color: #000;
}
.box-orders #order-item-1:checked ~ .information .prices-1 {
  display: inline-block;
}
.box-orders #order-item-2.checked ~ .items [for="order-item-2"] {
  border-color: #000;
}
.box-orders #order-item-2.checked ~ .information .prices-2 {
  display: inline-block;
}
.box-orders #order-item-2:checked ~ .items [for="order-item-2"] {
  border-color: #000;
}
.box-orders #order-item-2:checked ~ .information .prices-2 {
  display: inline-block;
}
.box-orders #order-item-3.checked ~ .items [for="order-item-3"] {
  border-color: #000;
}
.box-orders #order-item-3.checked ~ .information .prices-3 {
  display: inline-block;
}
.box-orders #order-item-3:checked ~ .items [for="order-item-3"] {
  border-color: #000;
}
.box-orders #order-item-3:checked ~ .information .prices-3 {
  display: inline-block;
}
.box-orders #order-item-4.checked ~ .items [for="order-item-4"] {
  border-color: #000;
}
.box-orders #order-item-4.checked ~ .information .prices-4 {
  display: inline-block;
}
.box-orders #order-item-4:checked ~ .items [for="order-item-4"] {
  border-color: #000;
}
.box-orders #order-item-4:checked ~ .information .prices-4 {
  display: inline-block;
}
.box-orders #order-item-5.checked ~ .items [for="order-item-5"] {
  border-color: #000;
}
.box-orders #order-item-5.checked ~ .information .prices-5 {
  display: inline-block;
}
.box-orders #order-item-5:checked ~ .items [for="order-item-5"] {
  border-color: #000;
}
.box-orders #order-item-5:checked ~ .information .prices-5 {
  display: inline-block;
}
.box-orders #order-item-6.checked ~ .items [for="order-item-6"] {
  border-color: #000;
}
.box-orders #order-item-6.checked ~ .information .prices-6 {
  display: inline-block;
}
.box-orders #order-item-6:checked ~ .items [for="order-item-6"] {
  border-color: #000;
}
.box-orders #order-item-6:checked ~ .information .prices-6 {
  display: inline-block;
}
.box-orders #order-item-7.checked ~ .items [for="order-item-7"] {
  border-color: #000;
}
.box-orders #order-item-7.checked ~ .information .prices-7 {
  display: inline-block;
}
.box-orders #order-item-7:checked ~ .items [for="order-item-7"] {
  border-color: #000;
}
.box-orders #order-item-7:checked ~ .information .prices-7 {
  display: inline-block;
}
.box-orders #order-item-8.checked ~ .items [for="order-item-8"] {
  border-color: #000;
}
.box-orders #order-item-8.checked ~ .information .prices-8 {
  display: inline-block;
}
.box-orders #order-item-8:checked ~ .items [for="order-item-8"] {
  border-color: #000;
}
.box-orders #order-item-8:checked ~ .information .prices-8 {
  display: inline-block;
}
.box-orders #order-item-9.checked ~ .items [for="order-item-9"] {
  border-color: #000;
}
.box-orders #order-item-9.checked ~ .information .prices-9 {
  display: inline-block;
}
.box-orders #order-item-9:checked ~ .items [for="order-item-9"] {
  border-color: #000;
}
.box-orders #order-item-9:checked ~ .information .prices-9 {
  display: inline-block;
}
.box-orders #order-item-10.checked ~ .items [for="order-item-10"] {
  border-color: #000;
}
.box-orders #order-item-10.checked ~ .information .prices-10 {
  display: inline-block;
}
.box-orders #order-item-10:checked ~ .items [for="order-item-10"] {
  border-color: #000;
}
.box-orders #order-item-10:checked ~ .information .prices-10 {
  display: inline-block;
}
.box-orders #order-item-11.checked ~ .items [for="order-item-11"] {
  border-color: #000;
}
.box-orders #order-item-11.checked ~ .information .prices-11 {
  display: inline-block;
}
.box-orders #order-item-11:checked ~ .items [for="order-item-11"] {
  border-color: #000;
}
.box-orders #order-item-11:checked ~ .information .prices-11 {
  display: inline-block;
}
.box-orders #order-item-12.checked ~ .items [for="order-item-12"] {
  border-color: #000;
}
.box-orders #order-item-12.checked ~ .information .prices-12 {
  display: inline-block;
}
.box-orders #order-item-12:checked ~ .items [for="order-item-12"] {
  border-color: #000;
}
.box-orders #order-item-12:checked ~ .information .prices-12 {
  display: inline-block;
}
.box-orders #order-item-13.checked ~ .items [for="order-item-13"] {
  border-color: #000;
}
.box-orders #order-item-13.checked ~ .information .prices-13 {
  display: inline-block;
}
.box-orders #order-item-13:checked ~ .items [for="order-item-13"] {
  border-color: #000;
}
.box-orders #order-item-13:checked ~ .information .prices-13 {
  display: inline-block;
}
.box-orders #order-item-14.checked ~ .items [for="order-item-14"] {
  border-color: #000;
}
.box-orders #order-item-14.checked ~ .information .prices-14 {
  display: inline-block;
}
.box-orders #order-item-14:checked ~ .items [for="order-item-14"] {
  border-color: #000;
}
.box-orders #order-item-14:checked ~ .information .prices-14 {
  display: inline-block;
}
.box-orders #order-item-15.checked ~ .items [for="order-item-15"] {
  border-color: #000;
}
.box-orders #order-item-15.checked ~ .information .prices-15 {
  display: inline-block;
}
.box-orders #order-item-15:checked ~ .items [for="order-item-15"] {
  border-color: #000;
}
.box-orders #order-item-15:checked ~ .information .prices-15 {
  display: inline-block;
}
.box-orders #order-item-16.checked ~ .items [for="order-item-16"] {
  border-color: #000;
}
.box-orders #order-item-16.checked ~ .information .prices-16 {
  display: inline-block;
}
.box-orders #order-item-16:checked ~ .items [for="order-item-16"] {
  border-color: #000;
}
.box-orders #order-item-16:checked ~ .information .prices-16 {
  display: inline-block;
}
.box-orders #order-item-17.checked ~ .items [for="order-item-17"] {
  border-color: #000;
}
.box-orders #order-item-17.checked ~ .information .prices-17 {
  display: inline-block;
}
.box-orders #order-item-17:checked ~ .items [for="order-item-17"] {
  border-color: #000;
}
.box-orders #order-item-17:checked ~ .information .prices-17 {
  display: inline-block;
}
.box-orders #order-item-18.checked ~ .items [for="order-item-18"] {
  border-color: #000;
}
.box-orders #order-item-18.checked ~ .information .prices-18 {
  display: inline-block;
}
.box-orders #order-item-18:checked ~ .items [for="order-item-18"] {
  border-color: #000;
}
.box-orders #order-item-18:checked ~ .information .prices-18 {
  display: inline-block;
}
.box-orders #order-item-19.checked ~ .items [for="order-item-19"] {
  border-color: #000;
}
.box-orders #order-item-19.checked ~ .information .prices-19 {
  display: inline-block;
}
.box-orders #order-item-19:checked ~ .items [for="order-item-19"] {
  border-color: #000;
}
.box-orders #order-item-19:checked ~ .information .prices-19 {
  display: inline-block;
}
.box-orders #order-item-20.checked ~ .items [for="order-item-20"] {
  border-color: #000;
}
.box-orders #order-item-20.checked ~ .information .prices-20 {
  display: inline-block;
}
.box-orders #order-item-20:checked ~ .items [for="order-item-20"] {
  border-color: #000;
}
.box-orders #order-item-20:checked ~ .information .prices-20 {
  display: inline-block;
}
.box-orders #order-item-21.checked ~ .items [for="order-item-21"] {
  border-color: #000;
}
.box-orders #order-item-21.checked ~ .information .prices-21 {
  display: inline-block;
}
.box-orders #order-item-21:checked ~ .items [for="order-item-21"] {
  border-color: #000;
}
.box-orders #order-item-21:checked ~ .information .prices-21 {
  display: inline-block;
}
.box-orders #order-item-22.checked ~ .items [for="order-item-22"] {
  border-color: #000;
}
.box-orders #order-item-22.checked ~ .information .prices-22 {
  display: inline-block;
}
.box-orders #order-item-22:checked ~ .items [for="order-item-22"] {
  border-color: #000;
}
.box-orders #order-item-22:checked ~ .information .prices-22 {
  display: inline-block;
}
.box-orders #order-item-23.checked ~ .items [for="order-item-23"] {
  border-color: #000;
}
.box-orders #order-item-23.checked ~ .information .prices-23 {
  display: inline-block;
}
.box-orders #order-item-23:checked ~ .items [for="order-item-23"] {
  border-color: #000;
}
.box-orders #order-item-23:checked ~ .information .prices-23 {
  display: inline-block;
}
.box-orders #order-item-24.checked ~ .items [for="order-item-24"] {
  border-color: #000;
}
.box-orders #order-item-24.checked ~ .information .prices-24 {
  display: inline-block;
}
.box-orders #order-item-24:checked ~ .items [for="order-item-24"] {
  border-color: #000;
}
.box-orders #order-item-24:checked ~ .information .prices-24 {
  display: inline-block;
}
.box-orders #order-item-25.checked ~ .items [for="order-item-25"] {
  border-color: #000;
}
.box-orders #order-item-25.checked ~ .information .prices-25 {
  display: inline-block;
}
.box-orders #order-item-25:checked ~ .items [for="order-item-25"] {
  border-color: #000;
}
.box-orders #order-item-25:checked ~ .information .prices-25 {
  display: inline-block;
}
.box-orders #order-item-26.checked ~ .items [for="order-item-26"] {
  border-color: #000;
}
.box-orders #order-item-26.checked ~ .information .prices-26 {
  display: inline-block;
}
.box-orders #order-item-26:checked ~ .items [for="order-item-26"] {
  border-color: #000;
}
.box-orders #order-item-26:checked ~ .information .prices-26 {
  display: inline-block;
}
.box-orders #order-item-27.checked ~ .items [for="order-item-27"] {
  border-color: #000;
}
.box-orders #order-item-27.checked ~ .information .prices-27 {
  display: inline-block;
}
.box-orders #order-item-27:checked ~ .items [for="order-item-27"] {
  border-color: #000;
}
.box-orders #order-item-27:checked ~ .information .prices-27 {
  display: inline-block;
}
.box-orders #order-item-28.checked ~ .items [for="order-item-28"] {
  border-color: #000;
}
.box-orders #order-item-28.checked ~ .information .prices-28 {
  display: inline-block;
}
.box-orders #order-item-28:checked ~ .items [for="order-item-28"] {
  border-color: #000;
}
.box-orders #order-item-28:checked ~ .information .prices-28 {
  display: inline-block;
}
.box-orders #order-item-29.checked ~ .items [for="order-item-29"] {
  border-color: #000;
}
.box-orders #order-item-29.checked ~ .information .prices-29 {
  display: inline-block;
}
.box-orders #order-item-29:checked ~ .items [for="order-item-29"] {
  border-color: #000;
}
.box-orders #order-item-29:checked ~ .information .prices-29 {
  display: inline-block;
}
.box-orders #order-item-30.checked ~ .items [for="order-item-30"] {
  border-color: #000;
}
.box-orders #order-item-30.checked ~ .information .prices-30 {
  display: inline-block;
}
.box-orders #order-item-30:checked ~ .items [for="order-item-30"] {
  border-color: #000;
}
.box-orders #order-item-30:checked ~ .information .prices-30 {
  display: inline-block;
}
.box-orders .information {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 30px 30px 20px 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.16);
  color: #B0B0B0;
  font-size: 0;
}
.box-orders .information h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.box-orders .information p {
  font-size: 13px;
  font-weight: 400;
}
.box-orders .information .item {
  display: inline-block;
  vertical-align: top;
  width: 29%;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.box-orders .information .prices {
  -webkit-flex: 2 0 auto;
  -ms-flex: 2 0 auto;
  flex: 2 0 auto;
  font-size: initial;
  display: none;
}
.box-orders .information .prices .row {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 14px;
}
.box-orders .information .prices .left {
  display: inline-block;
  width: 49%;
  font-size: 13px;
}
.box-orders .information .prices .right {
  font-weight: bold;
  display: inline-block;
  width: 49%;
  font-size: 14px;
  text-align: right;
}
.box-orders .edit-information {
  font-size: 12px;
  font-weight: 400;
  color: #B0B0B0;
  display: inline-block;
  border-radius: 3px;
  border: solid 1px #B0B0B0;
  line-height: 1;
  padding: 8px 12px;
  text-decoration: none;
}
.box-orders .edit-information:hover {
  color: #fff;
  background-color: #B0B0B0;
}
@media (max-width: 1023px) {
  .box-orders .box-main img {
    height: 100%;
  }
  .box-orders .items .thumb {
    height: 130px;
    margin-bottom: 10px;
  }
}
.change-password {
  display: block;
  text-align: center;
  font-weight: 400;
  padding: 10px 0 25px;
}
.change-password .row {
  max-width: 275px;
  width: 100%;
  margin: 0 auto;
}
.change-password .label {
  font-size: 14px;
  color: #1F1F1F;
  padding: 16px 0 7px;
  display: block;
}
.change-password .input {
  border: solid 1px #CECECE;
  border-radius: 3px;
  width: 100%;
  display: block;
  padding: 10px 13px;
}
.change-password .check-password {
  text-align: left;
  color: #939393;
  font-size: 11px;
  position: relative;
  cursor: pointer;
}
.change-password .icon-check {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 12px;
  left: 0;
  border: solid 1px #B0B0B0;
  text-align: center;
  border-radius: 3px;
}
.change-password .icon-check svg {
  opacity: 0;
  -webkit-flex: 11px 0 0;
  -ms-flex: 11px 0 0;
  flex: 11px 0 0;
}
.change-password .text {
  padding: 10px 0 22px 25px;
  display: block;
  color: red;
}
.change-password .save-password {
  background-color: #439B01;
  border: solid 1px #439B01;
  color: #FFFFFF;
  font-size: 18px;
  width: 100%;
  padding: 10px;
  border-radius: 3px;
  display: block;
  margin-top: 20px;
}
.change-password .save-password:hover {
  background-color: #59ce01;
  border-color: #59ce01;
}
.change-password .save-password:disabled,
.change-password .save-password.disabled {
  background-color: #939393;
  border-color: #acacac;
}
#check-password:checked ~ .check-password .icon-check svg {
  opacity: 1;
}
@media (max-device-width: 1023px) {
  .page-content .change-password .row {
    max-width: 375px;
    font-size: 34px;
  }
  .page-content .change-password .label {
    font-size: 26px;
  }
  .page-content .change-password .check-password {
    font-size: 17px;
  }
  .page-content .change-password .icon-check {
    width: 25px;
    height: 25px;
  }
  .page-content .change-password .icon-check svg {
    -webkit-flex: 18px 0 0;
    -ms-flex: 18px 0 0;
    flex: 18px 0 0;
  }
  .page-content .change-password .text {
    padding-left: 35px;
  }
  .page-content .change-password .save-password {
    font-size: 32px;
  }
}
.page-footer {
  padding: 20px 0 30px;
}
.page-footer p {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #B0B0B0;
}
.ie8 .box-orders [name="venus-item"] {
  display: block;
  position: absolute;
  top: 0;
  left: -1000%;
  opacity: 0;
  width: 0;
  height: 0;
}
.ie8 .box-orders .items .item {
  width: 15%;
}
.ie8 .box-orders .items-with-information .item {
  width: 46%;
}
.text-center {
  text-align: center;
}
.fitfreeze-section {
  /*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
}
.fitfreeze-section html {
  box-sizing: border-box;
}
.fitfreeze-section *,
.fitfreeze-section ::after,
.fitfreeze-section ::before {
  box-sizing: inherit;
}
.fitfreeze-section html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.fitfreeze-section body {
  margin: 0;
}
.fitfreeze-section article,
.fitfreeze-section aside,
.fitfreeze-section details,
.fitfreeze-section figcaption,
.fitfreeze-section figure,
.fitfreeze-section footer,
.fitfreeze-section header,
.fitfreeze-section hgroup,
.fitfreeze-section main,
.fitfreeze-section menu,
.fitfreeze-section nav,
.fitfreeze-section section,
.fitfreeze-section summary {
  display: block;
}
.fitfreeze-section audio,
.fitfreeze-section canvas,
.fitfreeze-section progress,
.fitfreeze-section video {
  display: inline-block;
  vertical-align: baseline;
}
.fitfreeze-section audio:not([controls]) {
  display: none;
  height: 0;
}
.fitfreeze-section [hidden],
.fitfreeze-section template {
  display: none;
}
.fitfreeze-section a {
  background-color: transparent;
}
.fitfreeze-section a:active,
.fitfreeze-section a:hover {
  outline: 0;
}
.fitfreeze-section abbr[title] {
  border-bottom: 1px dotted;
}
.fitfreeze-section b,
.fitfreeze-section strong {
  font-weight: 700;
}
.fitfreeze-section dfn {
  font-style: italic;
}
.fitfreeze-section h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.fitfreeze-section mark {
  background: #ff0;
  color: #000;
}
.fitfreeze-section small {
  font-size: 80%;
}
.fitfreeze-section sub,
.fitfreeze-section sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.fitfreeze-section sup {
  top: -0.5em;
}
.fitfreeze-section sub {
  bottom: -0.25em;
}
.fitfreeze-section img {
  border: 0;
}
.fitfreeze-section svg:not(:root) {
  overflow: hidden;
}
.fitfreeze-section figure {
  margin: 1em 40px;
}
.fitfreeze-section hr {
  box-sizing: content-box;
  height: 0;
}
.fitfreeze-section pre {
  overflow: auto;
}
.fitfreeze-section code,
.fitfreeze-section kbd,
.fitfreeze-section pre,
.fitfreeze-section samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.fitfreeze-section button,
.fitfreeze-section input,
.fitfreeze-section optgroup,
.fitfreeze-section select,
.fitfreeze-section textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.fitfreeze-section button {
  overflow: visible;
}
.fitfreeze-section button,
.fitfreeze-section select {
  text-transform: none;
}
.fitfreeze-section button,
.fitfreeze-section html input[type=button],
.fitfreeze-section input[type=reset],
.fitfreeze-section input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
.fitfreeze-section button[disabled],
.fitfreeze-section html input[disabled] {
  cursor: default;
}
.fitfreeze-section button::-moz-focus-inner,
.fitfreeze-section input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.fitfreeze-section input {
  line-height: normal;
}
.fitfreeze-section input[type=checkbox],
.fitfreeze-section input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
.fitfreeze-section input[type=number]::-webkit-inner-spin-button,
.fitfreeze-section input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
.fitfreeze-section input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
.fitfreeze-section input[type=search]::-webkit-search-cancel-button,
.fitfreeze-section input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.fitfreeze-section fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.fitfreeze-section legend {
  border: 0;
  padding: 0;
}
.fitfreeze-section textarea {
  overflow: auto;
}
.fitfreeze-section optgroup {
  font-weight: 700;
}
.fitfreeze-section table {
  border-collapse: collapse;
  border-spacing: 0;
}
.fitfreeze-section td,
.fitfreeze-section th {
  padding: 0;
}
.fitfreeze-section .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.fitfreeze-section .container::after {
  clear: both;
  content: "";
  display: table;
}
.fitfreeze-section .container {
  width: 970px;
}
.fitfreeze-section .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.fitfreeze-section .container-fluid::after {
  clear: both;
  content: "";
  display: table;
}
.fitfreeze-section .row {
  margin-left: -15px;
  margin-right: -15px;
}
.fitfreeze-section .row::after {
  clear: both;
  content: "";
  display: table;
}
.fitfreeze-section .col-lg-1,
.fitfreeze-section .col-lg-10,
.fitfreeze-section .col-lg-11,
.fitfreeze-section .col-lg-12,
.fitfreeze-section .col-lg-2,
.fitfreeze-section .col-lg-3,
.fitfreeze-section .col-lg-4,
.fitfreeze-section .col-lg-5,
.fitfreeze-section .col-lg-6,
.fitfreeze-section .col-lg-7,
.fitfreeze-section .col-lg-8,
.fitfreeze-section .col-lg-9,
.fitfreeze-section .col-md-1,
.fitfreeze-section .col-md-10,
.fitfreeze-section .col-md-11,
.fitfreeze-section .col-md-12,
.fitfreeze-section .col-md-2,
.fitfreeze-section .col-md-3,
.fitfreeze-section .col-md-4,
.fitfreeze-section .col-md-5,
.fitfreeze-section .col-md-6,
.fitfreeze-section .col-md-7,
.fitfreeze-section .col-md-8,
.fitfreeze-section .col-md-9,
.fitfreeze-section .col-sm-1,
.fitfreeze-section .col-sm-10,
.fitfreeze-section .col-sm-11,
.fitfreeze-section .col-sm-12,
.fitfreeze-section .col-sm-2,
.fitfreeze-section .col-sm-3,
.fitfreeze-section .col-sm-4,
.fitfreeze-section .col-sm-5,
.fitfreeze-section .col-sm-6,
.fitfreeze-section .col-sm-7,
.fitfreeze-section .col-sm-8,
.fitfreeze-section .col-sm-9,
.fitfreeze-section .col-xs-1,
.fitfreeze-section .col-xs-10,
.fitfreeze-section .col-xs-11,
.fitfreeze-section .col-xs-12,
.fitfreeze-section .col-xs-2,
.fitfreeze-section .col-xs-3,
.fitfreeze-section .col-xs-4,
.fitfreeze-section .col-xs-5,
.fitfreeze-section .col-xs-6,
.fitfreeze-section .col-xs-7,
.fitfreeze-section .col-xs-8,
.fitfreeze-section .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.fitfreeze-section .col-xs-1,
.fitfreeze-section .col-xs-10,
.fitfreeze-section .col-xs-11,
.fitfreeze-section .col-xs-12,
.fitfreeze-section .col-xs-2,
.fitfreeze-section .col-xs-3,
.fitfreeze-section .col-xs-4,
.fitfreeze-section .col-xs-5,
.fitfreeze-section .col-xs-6,
.fitfreeze-section .col-xs-7,
.fitfreeze-section .col-xs-8,
.fitfreeze-section .col-xs-9 {
  float: left;
}
.fitfreeze-section .col-xs-1 {
  width: 8.33333%;
}
.fitfreeze-section .col-xs-2 {
  width: 16.66667%;
}
.fitfreeze-section .col-xs-3 {
  width: 25%;
}
.fitfreeze-section .col-xs-4 {
  width: 33.33333%;
}
.fitfreeze-section .col-xs-5 {
  width: 41.66667%;
}
.fitfreeze-section .col-xs-6 {
  width: 50%;
}
.fitfreeze-section .col-xs-7 {
  width: 58.33333%;
}
.fitfreeze-section .col-xs-8 {
  width: 66.66667%;
}
.fitfreeze-section .col-xs-9 {
  width: 75%;
}
.fitfreeze-section .col-xs-10 {
  width: 83.33333%;
}
.fitfreeze-section .col-xs-11 {
  width: 91.66667%;
}
.fitfreeze-section .col-xs-12 {
  width: 100%;
}
.fitfreeze-section .col-xs-pull-0 {
  right: auto;
}
.fitfreeze-section .col-xs-pull-1 {
  right: 8.33333%;
}
.fitfreeze-section .col-xs-pull-2 {
  right: 16.66667%;
}
.fitfreeze-section .col-xs-pull-3 {
  right: 25%;
}
.fitfreeze-section .col-xs-pull-4 {
  right: 33.33333%;
}
.fitfreeze-section .col-xs-pull-5 {
  right: 41.66667%;
}
.fitfreeze-section .col-xs-pull-6 {
  right: 50%;
}
.fitfreeze-section .col-xs-pull-7 {
  right: 58.33333%;
}
.fitfreeze-section .col-xs-pull-8 {
  right: 66.66667%;
}
.fitfreeze-section .col-xs-pull-9 {
  right: 75%;
}
.fitfreeze-section .col-xs-pull-10 {
  right: 83.33333%;
}
.fitfreeze-section .col-xs-pull-11 {
  right: 91.66667%;
}
.fitfreeze-section .col-xs-pull-12 {
  right: 100%;
}
.fitfreeze-section .col-xs-push-0 {
  left: auto;
}
.fitfreeze-section .col-xs-push-1 {
  left: 8.33333%;
}
.fitfreeze-section .col-xs-push-2 {
  left: 16.66667%;
}
.fitfreeze-section .col-xs-push-3 {
  left: 25%;
}
.fitfreeze-section .col-xs-push-4 {
  left: 33.33333%;
}
.fitfreeze-section .col-xs-push-5 {
  left: 41.66667%;
}
.fitfreeze-section .col-xs-push-6 {
  left: 50%;
}
.fitfreeze-section .col-xs-push-7 {
  left: 58.33333%;
}
.fitfreeze-section .col-xs-push-8 {
  left: 66.66667%;
}
.fitfreeze-section .col-xs-push-9 {
  left: 75%;
}
.fitfreeze-section .col-xs-push-10 {
  left: 83.33333%;
}
.fitfreeze-section .col-xs-push-11 {
  left: 91.66667%;
}
.fitfreeze-section .col-xs-push-12 {
  left: 100%;
}
.fitfreeze-section .col-xs-offset-0 {
  margin-left: 0;
}
.fitfreeze-section .col-xs-offset-1 {
  margin-left: 8.33333%;
}
.fitfreeze-section .col-xs-offset-2 {
  margin-left: 16.66667%;
}
.fitfreeze-section .col-xs-offset-3 {
  margin-left: 25%;
}
.fitfreeze-section .col-xs-offset-4 {
  margin-left: 33.33333%;
}
.fitfreeze-section .col-xs-offset-5 {
  margin-left: 41.66667%;
}
.fitfreeze-section .col-xs-offset-6 {
  margin-left: 50%;
}
.fitfreeze-section .col-xs-offset-7 {
  margin-left: 58.33333%;
}
.fitfreeze-section .col-xs-offset-8 {
  margin-left: 66.66667%;
}
.fitfreeze-section .col-xs-offset-9 {
  margin-left: 75%;
}
.fitfreeze-section .col-xs-offset-10 {
  margin-left: 83.33333%;
}
.fitfreeze-section .col-xs-offset-11 {
  margin-left: 91.66667%;
}
.fitfreeze-section .col-xs-offset-12 {
  margin-left: 100%;
}
.fitfreeze-section .col-sm-1,
.fitfreeze-section .col-sm-10,
.fitfreeze-section .col-sm-11,
.fitfreeze-section .col-sm-12,
.fitfreeze-section .col-sm-2,
.fitfreeze-section .col-sm-3,
.fitfreeze-section .col-sm-4,
.fitfreeze-section .col-sm-5,
.fitfreeze-section .col-sm-6,
.fitfreeze-section .col-sm-7,
.fitfreeze-section .col-sm-8,
.fitfreeze-section .col-sm-9 {
  float: left;
}
.fitfreeze-section .col-sm-1 {
  width: 8.33333%;
}
.fitfreeze-section .col-sm-2 {
  width: 16.66667%;
}
.fitfreeze-section .col-sm-3 {
  width: 25%;
}
.fitfreeze-section .col-sm-4 {
  width: 33.33333%;
}
.fitfreeze-section .col-sm-5 {
  width: 41.66667%;
}
.fitfreeze-section .col-sm-6 {
  width: 50%;
}
.fitfreeze-section .col-sm-7 {
  width: 58.33333%;
}
.fitfreeze-section .col-sm-8 {
  width: 66.66667%;
}
.fitfreeze-section .col-sm-9 {
  width: 75%;
}
.fitfreeze-section .col-sm-10 {
  width: 83.33333%;
}
.fitfreeze-section .col-sm-11 {
  width: 91.66667%;
}
.fitfreeze-section .col-sm-12 {
  width: 100%;
}
.fitfreeze-section .col-sm-pull-0 {
  right: auto;
}
.fitfreeze-section .col-sm-pull-1 {
  right: 8.33333%;
}
.fitfreeze-section .col-sm-pull-2 {
  right: 16.66667%;
}
.fitfreeze-section .col-sm-pull-3 {
  right: 25%;
}
.fitfreeze-section .col-sm-pull-4 {
  right: 33.33333%;
}
.fitfreeze-section .col-sm-pull-5 {
  right: 41.66667%;
}
.fitfreeze-section .col-sm-pull-6 {
  right: 50%;
}
.fitfreeze-section .col-sm-pull-7 {
  right: 58.33333%;
}
.fitfreeze-section .col-sm-pull-8 {
  right: 66.66667%;
}
.fitfreeze-section .col-sm-pull-9 {
  right: 75%;
}
.fitfreeze-section .col-sm-pull-10 {
  right: 83.33333%;
}
.fitfreeze-section .col-sm-pull-11 {
  right: 91.66667%;
}
.fitfreeze-section .col-sm-pull-12 {
  right: 100%;
}
.fitfreeze-section .col-sm-push-0 {
  left: auto;
}
.fitfreeze-section .col-sm-push-1 {
  left: 8.33333%;
}
.fitfreeze-section .col-sm-push-2 {
  left: 16.66667%;
}
.fitfreeze-section .col-sm-push-3 {
  left: 25%;
}
.fitfreeze-section .col-sm-push-4 {
  left: 33.33333%;
}
.fitfreeze-section .col-sm-push-5 {
  left: 41.66667%;
}
.fitfreeze-section .col-sm-push-6 {
  left: 50%;
}
.fitfreeze-section .col-sm-push-7 {
  left: 58.33333%;
}
.fitfreeze-section .col-sm-push-8 {
  left: 66.66667%;
}
.fitfreeze-section .col-sm-push-9 {
  left: 75%;
}
.fitfreeze-section .col-sm-push-10 {
  left: 83.33333%;
}
.fitfreeze-section .col-sm-push-11 {
  left: 91.66667%;
}
.fitfreeze-section .col-sm-push-12 {
  left: 100%;
}
.fitfreeze-section .col-sm-offset-0 {
  margin-left: 0;
}
.fitfreeze-section .col-sm-offset-1 {
  margin-left: 8.33333%;
}
.fitfreeze-section .col-sm-offset-2 {
  margin-left: 16.66667%;
}
.fitfreeze-section .col-sm-offset-3 {
  margin-left: 25%;
}
.fitfreeze-section .col-sm-offset-4 {
  margin-left: 33.33333%;
}
.fitfreeze-section .col-sm-offset-5 {
  margin-left: 41.66667%;
}
.fitfreeze-section .col-sm-offset-6 {
  margin-left: 50%;
}
.fitfreeze-section .col-sm-offset-7 {
  margin-left: 58.33333%;
}
.fitfreeze-section .col-sm-offset-8 {
  margin-left: 66.66667%;
}
.fitfreeze-section .col-sm-offset-9 {
  margin-left: 75%;
}
.fitfreeze-section .col-sm-offset-10 {
  margin-left: 83.33333%;
}
.fitfreeze-section .col-sm-offset-11 {
  margin-left: 91.66667%;
}
.fitfreeze-section .col-sm-offset-12 {
  margin-left: 100%;
}
.fitfreeze-section .col-md-1,
.fitfreeze-section .col-md-10,
.fitfreeze-section .col-md-11,
.fitfreeze-section .col-md-12,
.fitfreeze-section .col-md-2,
.fitfreeze-section .col-md-3,
.fitfreeze-section .col-md-4,
.fitfreeze-section .col-md-5,
.fitfreeze-section .col-md-6,
.fitfreeze-section .col-md-7,
.fitfreeze-section .col-md-8,
.fitfreeze-section .col-md-9 {
  float: left;
}
.fitfreeze-section .col-md-1 {
  width: 8.33333%;
}
.fitfreeze-section .col-md-2 {
  width: 16.66667%;
}
.fitfreeze-section .col-md-3 {
  width: 25%;
}
.fitfreeze-section .col-md-4 {
  width: 33.33333%;
}
.fitfreeze-section .col-md-5 {
  width: 41.66667%;
}
.fitfreeze-section .col-md-6 {
  width: 50%;
}
.fitfreeze-section .col-md-7 {
  width: 58.33333%;
}
.fitfreeze-section .col-md-8 {
  width: 66.66667%;
}
.fitfreeze-section .col-md-9 {
  width: 75%;
}
.fitfreeze-section .col-md-10 {
  width: 83.33333%;
}
.fitfreeze-section .col-md-11 {
  width: 91.66667%;
}
.fitfreeze-section .col-md-12 {
  width: 100%;
}
.fitfreeze-section .col-md-pull-0 {
  right: auto;
}
.fitfreeze-section .col-md-pull-1 {
  right: 8.33333%;
}
.fitfreeze-section .col-md-pull-2 {
  right: 16.66667%;
}
.fitfreeze-section .col-md-pull-3 {
  right: 25%;
}
.fitfreeze-section .col-md-pull-4 {
  right: 33.33333%;
}
.fitfreeze-section .col-md-pull-5 {
  right: 41.66667%;
}
.fitfreeze-section .col-md-pull-6 {
  right: 50%;
}
.fitfreeze-section .col-md-pull-7 {
  right: 58.33333%;
}
.fitfreeze-section .col-md-pull-8 {
  right: 66.66667%;
}
.fitfreeze-section .col-md-pull-9 {
  right: 75%;
}
.fitfreeze-section .col-md-pull-10 {
  right: 83.33333%;
}
.fitfreeze-section .col-md-pull-11 {
  right: 91.66667%;
}
.fitfreeze-section .col-md-pull-12 {
  right: 100%;
}
.fitfreeze-section .col-md-push-0 {
  left: auto;
}
.fitfreeze-section .col-md-push-1 {
  left: 8.33333%;
}
.fitfreeze-section .col-md-push-2 {
  left: 16.66667%;
}
.fitfreeze-section .col-md-push-3 {
  left: 25%;
}
.fitfreeze-section .col-md-push-4 {
  left: 33.33333%;
}
.fitfreeze-section .col-md-push-5 {
  left: 41.66667%;
}
.fitfreeze-section .col-md-push-6 {
  left: 50%;
}
.fitfreeze-section .col-md-push-7 {
  left: 58.33333%;
}
.fitfreeze-section .col-md-push-8 {
  left: 66.66667%;
}
.fitfreeze-section .col-md-push-9 {
  left: 75%;
}
.fitfreeze-section .col-md-push-10 {
  left: 83.33333%;
}
.fitfreeze-section .col-md-push-11 {
  left: 91.66667%;
}
.fitfreeze-section .col-md-push-12 {
  left: 100%;
}
.fitfreeze-section .col-md-offset-0 {
  margin-left: 0;
}
.fitfreeze-section .col-md-offset-1 {
  margin-left: 8.33333%;
}
.fitfreeze-section .col-md-offset-2 {
  margin-left: 16.66667%;
}
.fitfreeze-section .col-md-offset-3 {
  margin-left: 25%;
}
.fitfreeze-section .col-md-offset-4 {
  margin-left: 33.33333%;
}
.fitfreeze-section .col-md-offset-5 {
  margin-left: 41.66667%;
}
.fitfreeze-section .col-md-offset-6 {
  margin-left: 50%;
}
.fitfreeze-section .col-md-offset-7 {
  margin-left: 58.33333%;
}
.fitfreeze-section .col-md-offset-8 {
  margin-left: 66.66667%;
}
.fitfreeze-section .col-md-offset-9 {
  margin-left: 75%;
}
.fitfreeze-section .col-md-offset-10 {
  margin-left: 83.33333%;
}
.fitfreeze-section .col-md-offset-11 {
  margin-left: 91.66667%;
}
.fitfreeze-section .col-md-offset-12 {
  margin-left: 100%;
}
@-ms-viewport {
  width: device-width;
}
.fitfreeze-section .visible-xs {
  display: none !important;
}
.fitfreeze-section .visible-sm {
  display: none !important;
}
.fitfreeze-section .visible-md {
  display: none !important;
}
.fitfreeze-section .visible-lg {
  display: none !important;
}
.fitfreeze-section .visible-lg-block,
.fitfreeze-section .visible-lg-inline,
.fitfreeze-section .visible-lg-inline-block,
.fitfreeze-section .visible-md-block,
.fitfreeze-section .visible-md-inline,
.fitfreeze-section .visible-md-inline-block,
.fitfreeze-section .visible-sm-block,
.fitfreeze-section .visible-sm-inline,
.fitfreeze-section .visible-sm-inline-block,
.fitfreeze-section .visible-xs-block,
.fitfreeze-section .visible-xs-inline,
.fitfreeze-section .visible-xs-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .fitfreeze-section .visible-xs {
    display: block !important;
  }
  .fitfreeze-section table.visible-xs {
    display: table !important;
  }
  .fitfreeze-section tr.visible-xs {
    display: table-row !important;
  }
  .fitfreeze-section td.visible-xs,
  .fitfreeze-section th.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .fitfreeze-section .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .fitfreeze-section .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .fitfreeze-section .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fitfreeze-section .visible-sm {
    display: block !important;
  }
  .fitfreeze-section table.visible-sm {
    display: table !important;
  }
  .fitfreeze-section tr.visible-sm {
    display: table-row !important;
  }
  .fitfreeze-section td.visible-sm,
  .fitfreeze-section th.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fitfreeze-section .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fitfreeze-section .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fitfreeze-section .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .fitfreeze-section .visible-md {
    display: block !important;
  }
  .fitfreeze-section table.visible-md {
    display: table !important;
  }
  .fitfreeze-section tr.visible-md {
    display: table-row !important;
  }
  .fitfreeze-section td.visible-md,
  .fitfreeze-section th.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .fitfreeze-section .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .fitfreeze-section .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .fitfreeze-section .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .fitfreeze-section .visible-lg {
    display: block !important;
  }
  .fitfreeze-section table.visible-lg {
    display: table !important;
  }
  .fitfreeze-section tr.visible-lg {
    display: table-row !important;
  }
  .fitfreeze-section td.visible-lg,
  .fitfreeze-section th.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .fitfreeze-section .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .fitfreeze-section .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .fitfreeze-section .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .fitfreeze-section .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fitfreeze-section .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .fitfreeze-section .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .fitfreeze-section .hidden-lg {
    display: none !important;
  }
}
@-webkit-keyframes blink {
  0% {
    width: 150px;
  }
  50% {
    width: 158px;
  }
  100% {
    width: 150px;
  }
}
@keyframes blink {
  0% {
    width: 150px;
  }
  50% {
    width: 158px;
  }
  100% {
    width: 150px;
  }
}
.fbfix .page-header {
  background-color: #8e2076;
}
.fbfix .box-orders .box-header {
  background-color: #8e2076;
}
.esburn .page-header {
  background-color: #0a0c62;
}
.esburn .box-orders .box-header {
  background-color: #0a0c62;
}
.specabs .page-header {
  background-color: #568801;
}
.specabs .box-orders .box-header {
  background-color: #568801;
}
.resurge.responsivecocp .container {
  background-color: #FFFFFF;
  border-radius: 0px 0px 14px 14px;
}
.resurge .page-content {
  padding-top: 20px;
}
.resurge .page-content .headlines {
  margin-bottom: 0px;
}
.resurge .page-content .headlines h2 {
  line-height: initial;
}
.resurge .page-content .headlines.headlines-video {
  height: 560px;
}
.resurge .page-content .headlines.headlines-video .box-left {
  width: 40%;
  float: left;
  padding-right: 10px;
  margin-top: 20px;
}
.resurge .page-content .headlines.headlines-video .box-left .complete-text {
  padding-top: 30px;
}
.resurge .page-content .headlines.headlines-video .box-left .credit-card-statement {
  padding-top: 20px;
}
.resurge .page-content .headlines.headlines-video .box-right {
  width: 60%;
  float: right;
  padding-left: 10px;
  margin-top: 20px;
  border-left: 1px solid #9a9a9a;
}
.resurge.responsivecocp .page-footer .container {
  border-radius: 14px;
}
.resurge .header-banner {
  padding-top: 20px;
}
.resurge.responsivecocp .container.header-banner {
  border-radius: 14px 14px 0px 0px;
}
.resurge.responsivecocp .container.header-banner-black {
  background-color: #000000;
  border-radius: 14px 14px 0px 0px;
}
.resurge .page-footer .row {
  padding: 10px 50px 0px 50px;
}
.resurge .page-footer .row .guarantee-header-text {
  display: inline-block;
  color: #58585a;
  font-size: 26px;
}
.resurge .page-footer .row .guarantee-text {
  color: #58585a;
  display: block;
  font-size: 18px;
  text-align: center;
  padding-bottom: 20px;
}
.resurge .page-footer .row .guarantee-text a {
  color: #58585a;
}
.resurge .page-footer .row img {
  padding-bottom: 30px;
  width: 30%;
}
.resurge .page-footer hr {
  max-width: 800px;
  margin-top: 0px;
}
.resurge .page-footer .terms ul {
  padding-left: 20px;
}
.resurge .page-footer .terms li {
  font-size: 12px;
  font-weight: 400;
  color: #B0B0B0;
}
.resurge .page-footer .terms li.terms-last {
  padding-bottom: 20px;
}
.resurge .page-footer .terms p {
  text-align: left;
}
.resurge .page-footer .terms p.terms-headline {
  text-align: center;
  padding-bottom: 10px;
}
.resurge .box-password {
  border: solid 2px #2bb673;
  max-width: 500px;
  margin: auto;
}
.resurge .box-password h3 {
  text-align: center;
  color: #2bb673;
  padding-top: 20px;
}
.resurge .box-video .iframe-video {
  margin-right: auto;
  margin-left: auto;
  max-width: 640px;
  padding-top: 20px;
  position: relative;
}
.resurge .complete-text {
  padding-top: 10px;
  color: #58585a;
}
.resurge .center-text {
  text-align: center;
}
.resurge .headlines p {
  color: #58585a;
  font-size: 18px;
  padding-bottom: 10px;
}
.resurge .plo-gif {
  max-width: 250px;
  display: block;
  margin: auto;
}
.resurge .header-logo {
  height: 75px !important;
  margin: auto;
  display: block;
}
.resurge .box-orders.box-products {
  padding-top: 20px;
}
.resurge .guarantee {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
.resurge .guarantee p {
  color: #58585a;
  font-weight: bold;
}
.resurge .guarantee .item {
  width: 100%;
  display: inline;
  border-radius: 0px;
  background-color: #f9f6f6;
  font-size: 16px;
}
.resurge .guarantee .item .guarantee-left-text {
  width: 50%;
}
.resurge .guarantee .item .guarantee-right-text {
  width: 50%;
  float: right;
}
.resurge .guarantee .item.left {
  border-width: 1px 0px 1px 1px;
}
.resurge .change-password .save-password:disabled {
  background-color: #2bb673;
  border-color: #2bb673;
}
.resurge .change-password .save-password {
  background-color: #2bb673;
  border-color: #2bb673;
  border-radius: 0px;
}
.resurge .change-password .row {
  max-width: 400px;
}
.resurge .change-password .input {
  border: solid 1px #000000;
  border-radius: 0px;
}
.resurge hr {
  margin-bottom: 20px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}
.resurge #products {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  color: #58585a;
}
.resurge #products td,
.resurge #products th {
  padding: 8px;
}
.resurge #products th {
  border-bottom: solid 1px #E6E6E6;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #f9f6f6;
  color: #58585a;
}
.resurge #products th:first-child {
  text-align: center;
}
.resurge #products td:first-child {
  max-width: 300px;
}
.resurge #products tr.border {
  border-bottom: solid 1px #E6E6E6;
}
.resurge #products td img {
  max-height: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.resurge #products td .red {
  color: #FF0000;
}
.resurge #products td.bold {
  font-weight: bold;
}
.resurge #products td.right {
  text-align: right;
  padding-right: 40px;
}
.resurge #products td.color-black {
  color: #000000;
}
.resurge .mobile {
  display: none;
}
.resurge .box-video .iframe-video {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.resurge .box-video .iframe-video iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
@media (max-width: 1020px) {
  .resurge .page-footer .row .guarantee-header-text {
    font-size: 24px;
  }
}
@media (max-width: 936px) {
  .resurge .page-content .headlines.headlines-video {
    height: 540px;
  }
  .resurge.responsivecocp .guarantee .item.right {
    margin: 0;
    flex: 0 0 50%;
  }
  .resurge.responsivecocp .guarantee .item.left {
    flex: 0 0 50%;
  }
}
@media (max-width: 830px) {
  .resurge .page-content .headlines.headlines-video {
    height: 510px;
  }
  .resurge .page-footer .row {
    padding-right: 0px;
    padding-left: 0px;
  }
  .resurge .page-footer .row .guarantee-header-text {
    padding-top: 80px;
  }
}
@media (max-width: 600px) {
  .resurge .page-content .headlines.headlines-video {
    height: auto;
  }
  .resurge .page-content .headlines.headlines-video .box-left {
    width: 100%;
    float: none;
    margin-top: 0px;
  }
  .resurge .page-content .headlines.headlines-video .box-right {
    width: 100%;
    float: none;
    border-left: none;
    padding-left: 0px;
  }
  .resurge.responsivecocp .guarantee .item {
    font-size: 16px;
  }
  .resurge .page-footer .row {
    padding-right: 0px;
    padding-left: 0px;
  }
  .resurge .page-footer .row .guarantee-header-text {
    padding-top: 0px;
    padding-bottom: 10px;
    text-align: center;
    width: auto;
    font-size: 20px;
  }
  .resurge .page-footer .row img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    padding-bottom: 10px;
  }
}
@media (max-width: 479px) {
  .resurge .header-logo {
    max-width: 300px;
    height: auto !important;
  }
  .resurge .header-banner {
    height: 80px;
  }
  .resurge #products {
    display: block;
  }
  .resurge #products tbody {
    display: block;
  }
  .resurge #products tr {
    display: block;
  }
  .resurge #products td {
    display: block;
    text-align: center;
  }
  .resurge #products td:first-child {
    max-width: 100%;
  }
  .resurge #products th:first-child {
    display: block;
  }
  .resurge #products th {
    display: none;
  }
  .resurge .mobile {
    display: inline;
  }
  .resurge #products td.right {
    display: none;
  }
  .resurge.responsivecocp .guarantee .item {
    font-size: 14px;
  }
  .resurge .page-content .change-password .row {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 26px;
  }
  .resurge .page-content .change-password .label {
    font-size: 18px;
  }
  .resurge .page-content .headlines .complete-text {
    padding-top: 10px !important;
    margin-bottom: 0px;
  }
  .resurge.responsivecocp .page-content .change-password .save-password {
    font-size: 18px;
  }
  .resurge .plo-gif {
    display: none;
  }
  .resurge .credit-card-statement {
    padding-top: 10px;
  }
}
.resurge .unmutes {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.resurge .unmutes A {
  width: 100%;
  max-width: 330px;
  background-position: 10px;
  color: #ffffff;
  font-family: Arial;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-decoration: none;
  border-bottom: 5px solid #258e56;
  background-color: #2ab673;
  background-image: url(../img/unmute.png);
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
  padding: 0.45em 0.8em 0.45em 2.4em;
  display: inline-block;
  -webkit-transition: all 222ms ease;
  -moz-transition: all 222ms ease;
  -ms-transition: all 222ms ease;
  -o-transition: all 222ms ease;
  transition: all 222ms ease;
}
.resurge .unmutes A:hover {
  background-color: #258e56 !important;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
  margin: -1px 0 1px;
  -webkit-transition: all 222ms ease;
  -moz-transition: all 222ms ease;
  -ms-transition: all 222ms ease;
  -o-transition: all 222ms ease;
  transition: all 222ms ease;
}
.resurge .unmutes A.highlighted {
  background-color: #2ac17e;
}
body.resurge {
  background-color: #f9f6f6;
}
.header-banner {
  height: 106px;
}
.header-banner-thank-you {
  padding-right: 10px;
  text-align: center;
  font-size: 27px;
  line-height: 1;
}
.header-banner-thank-you-span {
  font-size: 16px;
}
@media (max-width: 479px) {
  .page-content .change-password .label {
    font-size: 20px;
  }
  .change-password .input {
    padding: 0 13px;
  }
}
body.responsivecocp {
  min-width: 1px;
}
.responsivecocp .container {
  width: auto;
  max-width: 1020px;
}
.responsivecocp .page-header {
  min-width: 1px;
}
@media (max-width: 479px) {
  .responsivecocp .page-header .header-banner {
    height: auto;
    padding: 20px 0;
  }
}
.responsivecocp .page-header .header-banner img:first-of-type {
  max-width: 50%;
  height: auto;
}
@media (max-width: 767px) {
  .responsivecocp .guarantee {
    flex-wrap: wrap;
  }
}
@media (max-width: 936px) {
  .responsivecocp .guarantee .item:nth-of-type(2n) {
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  .responsivecocp .guarantee .item:nth-of-type(1n) {
    flex: 0 0 100%;
  }
  .responsivecocp .guarantee .item:nth-of-type(2n) {
    margin: 10px 5px 0 0;
    flex: 0 0 49%;
  }
  .responsivecocp .guarantee .item:nth-of-type(3n) {
    margin: 10px 0 0 5px;
    flex: 0 0 49%;
  }
}
@media (max-width: 600px) {
  .responsivecocp .guarantee .item {
    font-size: 13px;
  }
  .responsivecocp .guarantee .item:nth-of-type(2n) {
    flex: 0 0 48%;
  }
  .responsivecocp .guarantee .item:nth-of-type(3n) {
    flex: 0 0 48%;
  }
}
@media (max-width: 479px) {
  .responsivecocp .guarantee .item {
    font-size: 11px;
    padding: 15px 6px 15px 6px;
  }
}
@media (max-width: 479px) {
  .responsivecocp .guarantee .check {
    margin-right: 4px;
    width: 20px;
  }
}
@media (max-width: 479px) {
  .responsivecocp .box-orders .box-header {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .responsivecocp .box-orders .box-header h3 {
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  .responsivecocp .box-orders .box-header h3 {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .responsivecocp .box-orders .items {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}
@media (max-width: 767px) {
  .responsivecocp .box-orders .items .item {
    width: 33.3%;
    flex: 0 0 auto;
  }
}
@media (max-width: 600px) {
  .responsivecocp .box-orders .items .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .responsivecocp .box-orders .items .thumb img {
    max-height: none;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .responsivecocp .box-orders .information .item {
    width: 100%;
    margin-top: 16px;
  }
  .responsivecocp .box-orders .information .item:first-child {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .responsivecocp .headlines h2 {
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  .responsivecocp .headlines h2 {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .responsivecocp .page-content .change-password .save-password {
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  .responsivecocp .header-banner-thank-you,
  .responsivecocp .header-banner-thank-you span {
    font-size: 15px;
  }
}
/*# sourceMappingURL=confirmation.css.map */