@charset "UTF-8";
@font-face {
  font-family: "Proxima Nova Rg";
  src: url("../fonts/ProximaNova-Regular.eot");
  src: url("../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Proxima Nova RgIt";
  src: url("../fonts/ProximaNova-RegularIt.eot");
  src: url("../fonts/ProximaNova-RegularIt.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-RegularIt.woff") format("woff"), url("../fonts/ProximaNova-RegularIt.ttf") format("truetype");
}
@font-face {
  font-family: "Proxima Nova Sb";
  src: url("../fonts/ProximaNova-Semibold.eot");
  src: url("../fonts/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova-Semibold.ttf") format("truetype");
}
@font-face {
  font-family: "Proxima Nova Lt";
  src: url("../fonts/ProximaNova-Light.eot");
  src: url("../fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Light.woff") format("woff"), url("../fonts/ProximaNova-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Proxima Nova B";
  src: url("../fonts/ProximaNova-Bold.eot");
  src: url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Proxima Nova Th";
  src: url("../fonts/ProximaNova-Thin.eot");
  src: url("../fonts/ProximaNova-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Thin.woff") format("woff"), url("../fonts/ProximaNova-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?ouxgmk");
  src: url("../fonts/icomoon.eot?ouxgmk#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ouxgmk") format("truetype"), url("../fonts/icomoon.woff?ouxgmk") format("woff"), url("../fonts/icomoon.svg?ouxgmk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-pinterest:before {
  content: "";
}

.icon-googleplus:before {
  content: "";
}

.icon-padlock:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-minus:before {
  content: "";
}

.icon-box:before {
  content: "";
}

.icon-thumb:before {
  content: "";
}

.icon-truck:before {
  content: "";
}

.icon-arrow:before {
  content: "";
}

.icon-thin-cross:before {
  content: "";
}

.icon-left-arrow:before {
  content: "";
}

.icon-right-arrow:before {
  content: "";
}

.icon-mail:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-down:before {
  content: "";
}

.icon-tick:before {
  content: "";
}

.icon-up:before {
  content: "";
}

.icon-cross:before {
  content: "";
}

.icon-down-arrow:before {
  content: "";
}

body {
  font-family: "Proxima Nova Rg", sans-serif;
}
@media only screen and (max-width: 768px) {
  body {
    padding-top: 60px;
  }
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px;
  font-family: "Proxima Nova B", sans-serif;
  font-weight: normal;
  color: #211718;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

strong {
  font-family: "Proxima Nova B", sans-serif;
}

label {
  font-weight: normal;
}

p {
  font-size: 15px;
  font-family: "Arial", sans-serif;
  line-height: 24px;
  color: #444;
}
p a {
  color: #7cb14c;
  font-weight: bold;
}
p.large {
  font-size: 20px;
  font-family: "Proxima Nova B", sans-serif;
}
p.small {
  font-size: 12px;
}
p.error {
  color: #c23131;
}

input[type=radio] {
  display: none;
}

input[type=radio] + span {
  background-color: #eeeeee;
  border: 1px solid;
  color: #aaaaaa;
  border-radius: 50px;
  display: inline-block;
  float: left;
  margin-right: 10px;
  padding: 12px;
  position: relative;
  -webkit-appearance: none;
}

input[type=radio]:checked + span {
  color: #aaaaaa;
}

input[type=radio]:checked + span:after {
  background-color: #7cb14c;
  border-radius: 50px;
  content: " ";
  height: 12px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  width: 12px;
}

time {
  font-size: 12px;
  color: #444;
}

.col {
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 1280px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  p {
    font-size: 14px;
  }
  p.large {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 18px;
  }

  p {
    font-size: 14px;
  }
  p.large {
    font-size: 18px;
  }
}
.strength-circle {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../img/strength-sprite.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  color: #222;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
  text-indent: -1px;
}
.strength-circle.eleven {
  background-position: 0 0;
}
.strength-circle.ten {
  background-position: -30px 0;
}
.strength-circle.nine {
  background-position: -60px 0;
}
.strength-circle.eight {
  background-position: -90px 0;
}
.strength-circle.seven {
  background-position: -120px 0;
}
.strength-circle.six {
  background-position: -150px 0;
}
.strength-circle.five {
  background-position: -180px 0;
}
.strength-circle.four {
  background-position: -210px 0;
}
.strength-circle.three {
  background-position: -240px 0;
}
.strength-circle.two {
  background-position: -270px 0;
}
.strength-circle.one {
  background-position: -300px 0;
}
.strength-circle.zero {
  background-position: -330px 0;
}

.social-icons a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  vertical-align: top;
  margin-right: 8px;
}
.social-icons a.icon-facebook {
  background-color: #226eaf;
}
.social-icons a.icon-twitter {
  background-color: #00a7e6;
}
.social-icons a.icon-googleplus {
  background-color: #ce3b37;
  font-size: 20px;
}
.social-icons a.icon-pinterest {
  background-color: #cb2d28;
  font-size: 22px;
}
.social-icons a.icon-linkedin {
  background-color: #2b88aa;
  font-size: 16px;
}
.social-icons a.icon-youtube {
  background-color: #c72b25;
  margin-right: 0;
}

.valign-container {
  font-size: 0;
}
.valign-container .vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.inner {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1320px) {
  .inner {
    padding: 0 6vw;
  }
}

a:hover, a:focus {
  text-decoration: none;
}

.button {
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  background-color: #7cb14c;
  border: none;
  border-bottom: solid 2px #5d8539;
  border-radius: 4px;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-family: "Proxima Nova B", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  -webkit-transition-property: background-color, color;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  -moz-transition-property: background-color, color;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: linear;
  -ms-transition-property: background-color, color;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: linear;
  -o-transition-property: background-color, color;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: linear;
  transition-property: background-color, color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
.button .icon-arrow {
  font-size: 17px;
  margin-right: 4px;
  position: relative;
  top: 1px;
}
.button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.button:hover, .button:focus {
  background-color: #9dce70;
  color: #fff;
}
.button.brown {
  background-color: #69433c;
  border-color: #4f322d;
}
.button.brown:hover, .button.brown:focus {
  background-color: #8c6a64;
}
.button.grey {
  background-color: #444444;
  border-color: #333333;
}
.button.grey:hover, .button.grey:focus {
  background-color: #7a7a7a;
}
.button.transparent {
  background-color: transparent;
  color: #666666;
  border: solid 1px #ccc;
}
.button.transparent:hover {
  background-color: #222;
  color: #fff;
}

.cup-icon {
  display: inline-block;
  vertical-align: middle;
  background-image: url("../img/cup.png");
  width: 16px;
  height: 14px;
}

.calendar {
  width: 50px;
  font-family: "Proxima Nova B", sans-serif;
  text-align: center;
}
.calendar .month {
  height: 23px;
  line-height: 23px;
  background-color: #c23131;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.calendar .date {
  background-color: #fff;
  height: 37px;
  line-height: 37px;
  font-size: 24px;
  color: #222;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.tick-container {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #7cb14c;
  color: #fff;
  border-radius: 50%;
  padding: 0;
}
.tick-container .icon-tick {
  font-size: 24px;
  line-height: 50px;
}

.input-container label, .input-container p {
  color: #aaaaaa;
  font-size: 16px;
  line-height: 20px;
  display: block;
}
.input-container p.error {
  color: #b73131;
}
.input-container label.error {
  display: none !important;
}
.input-container input, .input-container textarea {
  display: block;
  background-color: #fff;
  border: solid #c4bcb7 1px;
  font-size: 14px;
  font-family: "Proxima Nova Rg", sans-serif;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border-radius: 4px;
  color: #3a3a3a;
  resize: none;
  width: 280px;
  max-width: 100%;
}
.input-container input.error, .input-container textarea.error {
  border-color: #b73131;
}
.input-container textarea {
  height: 90px;
  line-height: 18px;
  padding-top: 8px;
}

.custom-badge {
  width: 150px;
  height: 150px;
  position: relative;
  display: block;
}
.custom-badge .badge-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  padding: 44px 13px 0;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #c23131;
  z-index: 1;
}
.custom-badge .badge-inner h2 {
  font-size: 25px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #fff;
}
.custom-badge .badge-inner p {
  font-size: 17px;
  font-family: "Proxima Nova Rg", sans-serif;
  color: #fff;
}
.custom-badge .shadow {
  width: 100%;
  height: 10%;
  position: absolute;
  bottom: -6px;
  left: 0;
  background: -moz-radial-gradient(center, ellipse cover, black 0%, rgba(0, 0, 0, 0) 65%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, black 0%, rgba(0, 0, 0, 0) 65%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, black 0%, rgba(0, 0, 0, 0) 65%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#00000000",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.circle {
  width: 125px;
  height: 125px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  max-width: 100%;
}
.circle.star {
  background-image: url("../img/star-circle-bg.png");
  color: #7cb14c;
  padding: 46px 0 0;
}
.circle.star div {
  font-size: 14px;
  text-transform: uppercase;
}
.circle.star div.large {
  font-size: 26px;
  line-height: 20px;
}
.circle.dotted {
  background-image: url("../img/dot-circle-bg.png");
  font-size: 79px;
  font-family: "Proxima Nova Th", sans-serif;
  line-height: 125px;
  color: #222;
}

.breadcrumbs-container a, .breadcrumbs-container span {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  color: #fff;
}
.breadcrumbs-container a:after {
  content: "›";
  display: inline;
  color: #fff;
  font-size: 14px;
  margin-left: 7px;
}
.breadcrumbs-container.section {
  height: 70px;
  line-height: 70px;
}
.breadcrumbs-container.section a, .breadcrumbs-container.section span {
  color: #666666;
}
.breadcrumbs-container.section a:after {
  color: #666666;
}

.title-container {
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/title-banners/about.jpg");
}
.title-container h1 {
  font-size: 60px;
  line-height: 200px;
  color: #fff;
  margin: 0;
}
.title-container .breadcrumbs-container {
  padding-top: 28px;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1320px) {
  .title-container .breadcrumbs-container {
    left: 6vw;
  }
}
@media only screen and (max-width: 768px) {
  .title-container h1 {
    text-shadow: 0px 0px 17px rgba(0, 0, 0, 0.3);
  }
  .title-container .breadcrumbs-container a, .title-container .breadcrumbs-container span {
    text-shadow: 0px 0px 17px rgba(0, 0, 0, 0.3);
  }
}

.block-container {
  font-size: 0;
}
.block-container .block {
  display: inline-block;
  vertical-align: top;
  padding: 0 1.5%;
}
.block-container .block.two {
  width: 50%;
}
.block-container .block.three {
  width: 33.3333333%;
}
.block-container .block.three.two {
  width: 66.6666666%;
}
.block-container .block.four {
  width: 25%;
}
.block-container .block.four.three {
  width: 75%;
}
.block-container .block.five {
  width: 20%;
}
.block-container .block.five.two {
  width: 40%;
}
.block-container .block.five.three {
  width: 60%;
}
.block-container .block.six {
  width: 16.666666%;
}
.block-container .block.six.two {
  width: 33.333333%;
}
.block-container .block.six.four {
  width: 66.666666%;
}
.block-container .block.six.five {
  width: 83.333333%;
}
.block-container .block.eight {
  width: 12.5%;
}
.block-container .block.eight.three {
  width: 37.5%;
}
.block-container .block.eight.five {
  width: 62.5%;
}
.block-container .block.eight.seven {
  width: 87.5%;
}
.block-container .block.ten {
  width: 10%;
}
.block-container .block.ten.three {
  width: 30%;
}
.block-container .block.ten.seven {
  width: 70%;
}
.block-container .block.ten.nine {
  width: 90%;
}
.block-container .block.first {
  padding-left: 0;
}
.block-container .block.last {
  padding-right: 0;
}

.main-content-container {
  padding: 70px 0;
}
.main-content-container .main-content {
  padding-right: 4.5%;
}
.main-content-container .main-content h2 {
  font-size: 40px;
  margin-bottom: 32px;
}
.main-content-container .main-content h4 {
  font-size: 20px;
  margin-bottom: 42px;
  font-family: "Proxima Nova Rg", sans-serif;
}
.main-content-container .main-content .sig {
  margin-bottom: 24px;
}
.main-content-container .main-content #trustwaveSealImage {
  margin-bottom: 24px;
}
.main-content-container .main-content p {
  margin-bottom: 24px;
}
.main-content-container .main-content p a {
  word-break: break-word;
}
.main-content-container .main-content ul {
  padding-left: 20px;
  list-style: decimal;
}
.main-content-container .main-content ul ul {
  list-style: disc;
  margin-top: 10px;
}
.main-content-container .main-content ul li {
  font-size: 15px;
  font-family: "Proxima Nova Rg", sans-serif;
  margin-bottom: 20px;
}
.main-content-container .main-content.how-it-works h2 {
  text-align: left;
}
.main-content-container .main-content.how-it-works .steps .step {
  width: 50%;
}
.main-content-container .main-content.how-it-works .steps .step:nth-of-type(1), .main-content-container .main-content.how-it-works .steps .step:nth-of-type(2) {
  margin-bottom: 20px;
}
.main-content-container .main-content.how-it-works .steps .step:nth-of-type(odd) {
  padding: 0 20px 0 10px;
}
.main-content-container .main-content.how-it-works .steps .step:nth-of-type(odd) .number {
  left: -10px;
}
.main-content-container .main-content.how-it-works .steps .step:nth-of-type(even) {
  padding: 0 10px 0 20px;
}
.main-content-container .main-content.how-it-works .steps .step:nth-of-type(even) .number {
  left: 0;
}
.main-content-container .main-content.list-points-container {
  padding: 0 2.5% 0 1.5%;
}
.main-content-container .main-content.list-points-container .calendar .date {
  background-color: #eee;
}
.main-content-container .main-content.list-points-container h4 {
  margin-bottom: 22px;
}
.main-content-container .block.postal-details-container img {
  width: 100%;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
@media only screen and (max-width: 1024px) {
  .main-content-container .block.side-info-container {
    margin-left: 25%;
    width: 75%;
  }
}
@media only screen and (max-width: 768px) {
  .main-content-container {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .main-content-container .block.sidebar {
    width: 100%;
    height: 70px;
    overflow: hidden;
    padding: 70px 0 0;
  }
  .main-content-container .block.sidebar a.active {
    position: absolute;
    top: 0;
  }
  .main-content-container .block.side-info-container {
    margin-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .main-content-container .main-content.how-it-works {
    padding: 30px 0 40px;
  }
  .main-content-container .main-content.how-it-works h2 {
    margin-bottom: 40px;
  }
  .main-content-container .main-content.how-it-works .button {
    width: 100%;
  }
  .main-content-container .main-content.how-it-works .button:nth-of-type(1) {
    margin: 0 0 10px;
  }
  .main-content-container .main-content.how-it-works .button:nth-of-type(2) {
    margin: 0;
  }
  .main-content-container .main-content.how-it-works .steps {
    margin-bottom: 40px;
  }
  .main-content-container .main-content.how-it-works .steps .step {
    width: 100%;
  }
  .main-content-container .main-content.how-it-works .steps .step .img-container {
    margin-bottom: 20px;
  }
  .main-content-container .main-content.how-it-works .steps .step:nth-of-type(odd), .main-content-container .main-content.how-it-works .steps .step:nth-of-type(even) {
    padding: 0 10px;
    margin-bottom: 40px;
  }
  .main-content-container .main-content.how-it-works .steps .step:nth-of-type(odd) .number, .main-content-container .main-content.how-it-works .steps .step:nth-of-type(even) .number {
    left: 0;
  }
  .main-content-container .main-content.list-points-container .list-point.large {
    padding: 30px 0;
  }
  .main-content-container .main-content.list-points-container .block.img-container, .main-content-container .main-content.list-points-container .block.text-container, .main-content-container .main-content.list-points-container .block.calendar-container {
    width: 100%;
    text-align: center;
  }
  .main-content-container .main-content.list-points-container .block .calendar {
    margin: 0 auto;
  }
  .main-content-container .main-content.list-points-container .block.img-container, .main-content-container .main-content.list-points-container .block.calendar-container {
    margin-bottom: 20px;
  }
}

.side-info {
  background-color: #eeeeee;
  border-radius: 2px;
  padding: 50px 40px 40px;
  text-align: center;
}
.side-info .circle {
  margin: 0 auto 34px;
}
.side-info h3 {
  margin-bottom: 26px;
}
.side-info p {
  margin-bottom: 30px;
}
.side-info .button {
  padding: 0;
  width: 100%;
}
@media only screen and (max-width: 1320px) {
  .side-info {
    padding: 14% 10% 10%;
  }
}
@media only screen and (max-width: 1024px) {
  .side-info {
    padding: 8%;
  }
  .side-info .circle {
    display: inline-block;
    width: 30%;
    vertical-align: middle;
  }
  .side-info .text-container {
    display: inline-block;
    width: 65%;
    vertical-align: middle;
    margin-left: 5%;
    text-align: left;
  }
  .side-info h3 {
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .side-info {
    padding: 10% 8% 8%;
  }
  .side-info .circle {
    display: block;
    width: 154px;
    margin: 0 auto 30px;
  }
  .side-info .text-container {
    display: block;
    width: 100%;
    margin: 0;
    text-align: center;
  }
}

.postal-details {
  padding: 34px 40px;
  background-color: #eeeeee;
  border-radius: 2px;
  text-align: center;
}
.postal-details p {
  color: #222;
  margin-bottom: 30px;
}
.postal-details p strong {
  font-family: "Arial", sans-serif;
  font-weight: bold;
}
.postal-details p.large {
  font-size: 20px;
  font-family: "Proxima Nova B", sans-serif;
  margin-bottom: 4px;
}
.postal-details p:last-of-type {
  margin-bottom: 0;
}

.sidebar {
  position: relative;
}
.sidebar a {
  color: #222;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 22px;
  display: block;
  padding-left: 30px;
  position: relative;
  font-family: "Proxima Nova Sb", sans-serif;
}
.sidebar a:hover, .sidebar a.active {
  color: #7cb14c;
}
.sidebar a:hover:before, .sidebar a.active:before {
  content: "";
  display: inline;
  color: #7cb14c;
  font-size: 16px;
  font-family: "icomoon" !important;
  left: 1px;
  position: absolute;
  top: -1px;
}
.sidebar a.arrow-container {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sidebar {
    border-bottom: solid 1px #eee;
  }
  .sidebar a {
    width: 100%;
    border-bottom: solid 1px #eee;
    margin: 0;
    line-height: 40px;
  }
  .sidebar a.active {
    line-height: 70px;
  }
  .sidebar a.arrow-container {
    display: block;
    position: absolute;
    top: 29px;
    right: 20px;
    pointer-events: none;
    width: auto;
    border: none;
  }
  .sidebar a.arrow-container span {
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    -ms-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Safari */
    transform: rotate(90deg);
    /* Standard syntax */
    display: block;
  }
  .sidebar a.arrow-container:hover, .sidebar a.arrow-container.active {
    color: #222;
  }
  .sidebar a.arrow-container:hover:before, .sidebar a.arrow-container.active:before {
    display: none;
  }
  .sidebar.active {
    border-bottom: none;
  }
  .sidebar.active a.arrow-container span {
    -ms-transform: rotate(270deg);
    /* IE 9 */
    -webkit-transform: rotate(270deg);
    /* Safari */
    transform: rotate(270deg);
    /* Standard syntax */
  }
}

section.guarantees {
  background-color: #eeeeee;
  padding: 60px 0;
  font-size: 0;
}
section.guarantees .guarantee {
  width: 50%;
  display: inline-block;
}
section.guarantees .guarantee:nth-of-type(1) {
  padding-right: 2%;
}
section.guarantees .guarantee:nth-of-type(2) {
  padding-left: 2%;
}
section.guarantees h3 {
  margin-bottom: 2px;
}
section.guarantees p {
  line-height: 24px;
  margin-bottom: 0;
}
section.guarantees .circle-container {
  width: 25%;
}
section.guarantees .content-container {
  width: 75%;
  padding-left: 5%;
}
@media only screen and (max-width: 1024px) {
  section.guarantees h4 {
    font-size: 24px;
  }
  section.guarantees .circle-container {
    width: 35%;
  }
  section.guarantees .content-container {
    width: 65%;
  }
  section.guarantees .circle.star div {
    font-size: 12px;
  }
  section.guarantees .circle.star div.large {
    font-size: 22px;
  }
  section.guarantees .circle.dotted {
    font-size: 65px;
  }
}
@media only screen and (max-width: 768px) {
  section.guarantees .circle-container {
    width: 25%;
  }
  section.guarantees .circle {
    margin: 0 auto;
  }
  section.guarantees .content-container {
    width: 75%;
  }
  section.guarantees .guarantee {
    width: 100%;
    margin-bottom: 40px;
  }
  section.guarantees .guarantee:nth-of-type(1) {
    padding: 0;
  }
  section.guarantees .guarantee:nth-of-type(2) {
    padding: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  section.guarantees {
    padding: 30px 0;
  }
  section.guarantees p {
    font-size: 12px;
    line-height: 18px;
  }
  section.guarantees .circle-container {
    width: 30%;
  }
  section.guarantees .content-container {
    width: 70%;
  }
  section.guarantees .circle.star div {
    font-size: 11px;
  }
  section.guarantees .circle.star div.large {
    font-size: 20px;
  }
}

.how-it-works {
  text-align: center;
  padding: 60px 0 80px;
}
.how-it-works h2 {
  margin-bottom: 60px;
}
.how-it-works .steps {
  font-size: 0;
  text-align: center;
  margin-bottom: 60px;
}
.how-it-works .steps .step {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  position: relative;
  text-align: left;
}
.how-it-works .steps .step p.large {
  margin-bottom: 20px;
}
.how-it-works .steps .step .number {
  position: absolute;
  top: -10px;
  background-color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  font-size: 24px;
  font-family: "Proxima Nova B", sans-serif;
  color: #222222;
  text-align: center;
  -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
}
.how-it-works .steps .step .img-container {
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 35px;
}
.how-it-works .steps .step .img-container img {
  width: 100%;
}
.how-it-works .steps .step:nth-of-type(1) {
  padding: 0 30px 0 0;
}
.how-it-works .steps .step:nth-of-type(1) .number {
  left: -10px;
}
.how-it-works .steps .step:nth-of-type(2) {
  padding: 0 20px 0 10px;
}
.how-it-works .steps .step:nth-of-type(2) .number {
  left: 0;
}
.how-it-works .steps .step:nth-of-type(3) {
  padding: 0 10px 0 20px;
}
.how-it-works .steps .step:nth-of-type(3) .number {
  left: 10px;
}
.how-it-works .steps .step:nth-of-type(4) {
  padding: 0 0 0 30px;
}
.how-it-works .steps .step:nth-of-type(4) .number {
  left: 20px;
}
.how-it-works .button:first-of-type {
  margin-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .how-it-works .steps .step {
    width: 50%;
  }
  .how-it-works .steps .step:nth-of-type(1), .how-it-works .steps .step:nth-of-type(2) {
    margin-bottom: 20px;
  }
  .how-it-works .steps .step:nth-of-type(odd) {
    padding: 0 20px 0 10px;
  }
  .how-it-works .steps .step:nth-of-type(odd) .number {
    left: -10px;
  }
  .how-it-works .steps .step:nth-of-type(even) {
    padding: 0 10px 0 20px;
  }
  .how-it-works .steps .step:nth-of-type(even) .number {
    left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .how-it-works {
    padding: 30px 0 40px;
  }
  .how-it-works h2 {
    margin-bottom: 40px;
  }
  .how-it-works .button {
    width: 100%;
  }
  .how-it-works .button:nth-of-type(1) {
    margin: 0 0 10px;
  }
  .how-it-works .button:nth-of-type(2) {
    margin: 0;
  }
  .how-it-works .steps {
    margin-bottom: 40px;
  }
  .how-it-works .steps .step {
    width: 100%;
  }
  .how-it-works .steps .step .img-container {
    margin-bottom: 20px;
  }
  .how-it-works .steps .step:nth-of-type(odd), .how-it-works .steps .step:nth-of-type(even) {
    padding: 0 10px;
    margin-bottom: 40px;
  }
  .how-it-works .steps .step:nth-of-type(odd) .number, .how-it-works .steps .step:nth-of-type(even) .number {
    left: 0;
  }
}

.list-points {
  border-top: solid 1px #eee;
}
.list-points .list-point {
  border-bottom: solid 1px #eee;
  padding: 30px 0;
}
.list-points .list-point p {
  margin: 0;
}
.list-points .list-point .block {
  vertical-align: middle;
  padding: 0;
}
.list-points .list-point .block.calendar-container {
  vertical-align: top;
}
.list-points .list-point.large {
  padding: 50px 0;
}
.list-points.jobs {
  margin-bottom: 20px;
}
.list-points.jobs .list-point {
  padding: 20px 0;
}
.list-points.jobs h4 {
  margin-bottom: 20px;
}
.list-points.jobs p {
  margin-bottom: 16px;
}
.list-points.jobs p:last-of-type {
  margin-bottom: 0;
}

.custom-bullets {
  padding: 0;
  list-style: none;
}
.custom-bullets .bullet {
  margin-bottom: 12px;
}
.custom-bullets .icon-container {
  width: 40px;
}
.custom-bullets .icon-container span {
  font-size: 15px;
  line-height: 20px;
  color: #7cb14c;
}
.custom-bullets .icon-container span.icon-tick {
  font-size: 20px;
}
.custom-bullets .icon-container span.icon-thumb {
  font-size: 18px;
}
.custom-bullets .icon-container span.icon-box {
  font-size: 16px;
}
.custom-bullets .text-container {
  font-size: 15px;
  font-family: "Arial", sans-serif;
  line-height: 20px;
  width: calc(100% - 40px);
}
.custom-bullets .text-container strong {
  font-family: "Arial", sans-serif;
  font-weight: bold;
}

.multi-button {
  width: 115px;
  height: 30px;
  font-size: 0;
}
.multi-button button {
  border: none;
  width: 30px;
  height: 30px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  background-color: transparent;
}
.multi-button button span {
  display: block;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
}
.multi-button button.minus {
  background-color: #da4343;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  font-size: 13px;
}
.multi-button button.plus {
  background-color: #7cb14c;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.multi-button button:disabled {
  border: solid 1px #ccc;
  background-color: transparent;
}
.multi-button button:disabled span {
  color: #ccc;
}
.multi-button input {
  display: inline-block;
  width: 55px;
  height: 30px;
  line-height: 32px;
  vertical-align: top;
  font-size: 18px;
  border: none;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  text-align: center;
}

.letter-circle {
  width: 30px;
  height: 30px;
  font-size: 20px;
  font-family: "Proxima Nova B", sans-serif;
  display: block;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
}
.letter-circle.brown {
  background-color: #69433c;
  color: #fff;
}
.letter-circle.grey {
  background-color: #eee;
  color: #888;
}

.modal, .product-info {
  padding: 0;
}
.modal .brown, .product-info .brown {
  margin: 50px;
  width: auto;
  font-size: 18px;
  background-color: #dda133;
  border-color: #b18129;
}
.modal .product, .product-info .product {
  border-bottom: 1px solid #ddd;
}
.modal .product h3, .modal .product h2, .modal .product p, .product-info .product h3, .product-info .product h2, .product-info .product p {
  text-align: center;
  margin: 0;
}
.modal .product h2, .product-info .product h2 {
  font-size: 30px;
  color: #666;
  font-family: "Proxima Nova B", sans-serif;
  margin-top: 20px;
}
.modal .product p, .product-info .product p {
  font-size: 14px;
  margin: 15px 0 20px;
  color: #666;
  font-family: "Arial", sans-serif;
}
.modal .product h3, .product-info .product h3 {
  font-size: 22px;
  margin-bottom: 37px;
  color: #666;
}
.modal ul, .product-info ul {
  list-style: none;
  margin-bottom: 10px;
  float: left;
  width: 100%;
  padding: 0;
}
.modal ul li, .product-info ul li {
  line-height: 80px;
  border: none;
  border-bottom: 1px solid #ddd;
  float: left;
  width: 100%;
  position: relative;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
}
.modal ul li .header-item, .product-info ul li .header-item {
  width: 100%;
  color: #78787b;
  font-size: 22px;
  padding: 0 15px;
  display: block;
  background-color: #eeeeee;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.modal ul li .header-item .icon-down-arrow, .product-info ul li .header-item .icon-down-arrow {
  -webkit-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  -ms-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari */
  transform: rotate(180deg);
  /* Standard syntax */
}
.modal ul li .header-item.collapsed, .product-info ul li .header-item.collapsed {
  background-color: #fff;
}
.modal ul li .header-item.collapsed .icon-down-arrow, .product-info ul li .header-item.collapsed .icon-down-arrow {
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Safari */
  transform: rotate(0deg);
  /* Standard syntax */
}
.modal ul li .header-item h3, .product-info ul li .header-item h3 {
  margin: 0;
  line-height: 80px;
  height: 80px;
  float: left;
}
.modal ul li .header-item img, .product-info ul li .header-item img {
  float: left;
  top: 21px;
  margin-right: 17px;
  position: relative;
  max-width: 50px;
}
.modal ul li .header-item span, .product-info ul li .header-item span {
  float: right;
  line-height: 80px;
}
.modal ul li .product-content p, .product-info ul li .product-content p {
  line-height: 1.2;
  font-size: 16px;
  color: #666;
}
.modal ul li .panel-collapse, .product-info ul li .panel-collapse {
  padding: 0 15px;
}
.modal ul li .panel-collapse.collapsing, .product-info ul li .panel-collapse.collapsing {
  background-color: #F3F3F3;
  -webkit-transition-property: background-color, height;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  -moz-transition-property: background-color, height;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: linear;
  -ms-transition-property: background-color, height;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: linear;
  -o-transition-property: background-color, height;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: linear;
  transition-property: background-color, height;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
.modal ul li .panel-collapse.in, .product-info ul li .panel-collapse.in {
  background-color: #eeeeee;
  padding-bottom: 20px;
}
.modal ul li .panel-collapse .flex-box, .product-info ul li .panel-collapse .flex-box {
  float: none;
}
.modal .img, .product-info .img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  padding: 30px 0 0;
  margin: 0 auto 10px;
  display: block;
}
.modal .image, .product-info .image {
  background-color: #eee;
}
.modal .image.order-image, .product-info .image.order-image {
  position: relative;
  top: -17px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.modal .shadow, .product-info .shadow {
  display: block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -40px;
}
.modal .info, .product-info .info {
  line-height: 1.6;
  font-size: 12px;
  color: #222;
  font-family: "Arial", sans-serif;
  padding: 0;
}
.modal .info h2, .product-info .info h2 {
  font-size: 19px;
  color: #222;
  font-family: "Proxima Nova Sb", sans-serif;
  margin-bottom: 15px;
}
.modal .info.list h2, .product-info .info.list h2 {
  padding: 0 17px;
}
.modal .info.list table, .product-info .info.list table {
  width: 100%;
}
.modal .info.list table tr, .product-info .info.list table tr {
  width: 100%;
  line-height: 30px;
  padding: 0;
  border-bottom: 1px solid #ddd;
}
.modal .info.list table tr td, .product-info .info.list table tr td {
  font-family: "Arial", sans-serif;
  font-size: 12px;
  line-height: 40px;
  color: #222;
}
.modal .info.list table tr td.bold, .product-info .info.list table tr td.bold {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  color: #78787b;
}
.modal .info.list table tr td.of, .product-info .info.list table tr td.of {
  font-size: 12px;
  color: #78787b;
}
.modal .info.list table tr th, .product-info .info.list table tr th {
  font-size: 19px;
  font-family: "Arial", sans-serif;
  line-height: 1.1;
  padding-bottom: 10px;
}
.modal .info.list table tr th.small, .product-info .info.list table tr th.small {
  font-size: 12px;
  color: #78787b;
}
.modal .info.list table tr:nth-last-of-type(1), .product-info .info.list table tr:nth-last-of-type(1) {
  border-bottom: 0;
}
.modal .modal-dialog .modal-content, .product-info .modal-dialog .modal-content {
  padding: 17px 0;
}
.modal .modal-dialog .modal-content h1, .product-info .modal-dialog .modal-content h1 {
  font-size: 22px;
  margin: 0;
  color: #78787b;
  font-family: "Proxima Nova B", sans-serif;
  padding: 0 22px;
  width: 100%;
}
.modal .modal-dialog .modal-content h1.payment, .product-info .modal-dialog .modal-content h1.payment {
  line-height: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.modal .modal-dialog .modal-content .close, .product-info .modal-dialog .modal-content .close {
  opacity: 1;
}
.modal .modal-dialog .modal-content .icon-plus, .product-info .modal-dialog .modal-content .icon-plus {
  position: absolute;
  font-size: 22px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #666;
  padding: 20px;
  right: -4px;
  top: -19px;
}
.modal .modal-dialog .modal-content .prod-head, .product-info .modal-dialog .modal-content .prod-head {
  float: left;
  width: 100%;
  position: relative;
  z-index: 10;
}
.modal .modal-dialog .modal-content .item-list, .product-info .modal-dialog .modal-content .item-list {
  width: 100%;
  padding: 0 20px;
  margin: 0;
}
.modal .modal-dialog .modal-content .item-list li, .product-info .modal-dialog .modal-content .item-list li {
  line-height: 40px;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  margin: 0;
  font-size: 14px;
}
.modal .modal-dialog .modal-content .item-list li .left, .product-info .modal-dialog .modal-content .item-list li .left {
  color: #666666;
  float: left;
  max-width: calc(100% - 55px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.modal .modal-dialog .modal-content .item-list li .right, .product-info .modal-dialog .modal-content .item-list li .right {
  float: right;
  font-family: "Verdana Bold", sans-serif;
}
.modal .modal-dialog .modal-content .button, .product-info .modal-dialog .modal-content .button {
  width: calc(100% - 80px);
  margin: 40px auto 40px;
  float: none;
  display: block;
}
.modal .modal-dialog .modal-content .button span, .product-info .modal-dialog .modal-content .button span {
  font-size: 18px;
  position: relative;
  top: 2px;
}
.modal .modal-dialog .modal-content .close-foot, .product-info .modal-dialog .modal-content .close-foot {
  text-align: center;
  color: #222;
  font-size: 19px;
  font-family: "Proxima Nova Sb", sans-serif;
  width: 100%;
  display: block;
  line-height: 45px;
  height: 90px;
}
.modal .modal-dialog .modal-content .close-foot span, .product-info .modal-dialog .modal-content .close-foot span {
  position: relative;
  top: 1px;
  font-size: 16px;
  margin-right: 7px;
}
.modal .modal-dialog .modal-content .close-foot .button, .product-info .modal-dialog .modal-content .close-foot .button {
  margin: 40px auto 40px;
}

.tc {
  padding: 0 16px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.tc.no-bor {
  border: 0;
  position: relative;
  top: -10px;
}
.tc h3 {
  color: #7cb14c;
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 18px;
  padding: 0 20px;
}
.tc p {
  font-size: 12px;
  color: #222;
  font-family: "Arial", sans-serif;
}
.tc strong {
  color: #7cb14c;
  font-family: "Proxima Nova Rg", sans-serif;
  margin-bottom: 10px;
}
.tc span.info {
  display: block;
  font-family: "Arial", sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #666;
}
@media print {
  .tc span.info {
    display: none;
  }
}
.tc .t-c-list {
  margin: 20px 0;
  list-style: decimal;
  padding: 0 0 0 20px;
}
.tc .t-c-list li {
  display: list-item;
  width: 100%;
  line-height: 1.2;
  margin-bottom: 20px;
  padding: 0;
  border: 0;
  font-size: 14px;
  font-family: "Arial", sans-serif;
  color: #666;
}
.tc .t-c-list li ul {
  padding-left: 15px;
  margin: 15px 0;
}
.tc .t-c-list li ul li {
  display: list-item;
  list-style: disc;
  color: #7cb14c;
}
.tc .t-c-list li ul li span {
  color: #666;
}
.tc .t-c-list li {
  list-style: decimal;
  list-style-type: decimal;
}
@media print {
  .tc .t-c-list li {
    list-style: none;
    margin-bottom: 28px;
  }
}
.tc .link {
  color: #e5787f;
  width: auto;
  float: none;
  font-size: 14px;
}
@media only screen and (min-width: 780px) {
  .tc .t-c-list li {
    font-size: 13px;
  }
}

@media only screen and (max-width: 768px) {
  .wrapper .hero .reviews-container {
    position: relative;
    width: 100%;
    left: 0;
    height: auto;
    padding: 40px 6vw 0;
  }
}
.reviews-container {
  position: absolute;
  width: 35%;
  height: 100%;
  left: 65%;
  top: 0;
  background-color: #222;
  background: rgba(0, 0, 0, 0.85);
  padding: 70px 5%;
}
.reviews-container h3 {
  font-size: 26px;
  color: #fff;
}

header {
  height: 100px;
  background-color: #fff;
  text-align: center;
  border-bottom: solid 1px #cccccc;
}
header .inner {
  height: 100%;
}
header .header-logo {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  left: 0;
  width: 138px;
  height: 46px;
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
}
header .mobile-menu-button {
  display: none;
}
header nav {
  text-align: center;
}
header nav.main {
  margin: 0 auto;
  width: 70%;
  display: inline-block;
  text-align: center;
}
header nav.main .nav-item {
  display: inline-block;
  line-height: 100px;
  margin: 0 16px;
  color: #000;
  font-size: 16px;
  font-family: "Proxima Nova Sb", sans-serif;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
header nav.main .nav-item.active {
  color: #7cb14c;
}
header nav.main .nav-item:first-of-type {
  margin-left: 0;
}
header nav.main .nav-item:last-of-type {
  margin-right: 0;
}
header nav.main .nav-item:hover {
  opacity: 0.5;
}
header nav.main .nav-div {
  display: inline-block;
  width: 1px;
  height: 40px;
  background-color: #cccccc;
  vertical-align: middle;
  position: relative;
  top: -4px;
  margin: 0 14px;
}
header .button {
  line-height: 50px;
  height: 50px;
  font-size: 16px;
}
header .right {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -25px;
}
header .right .language {
  width: 20px;
  height: 21px;
  display: inline-block;
  position: relative;
  margin-right: 30px;
}
header .right .language img {
  width: 100%;
  height: 100%;
}
header .right .language select {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 1320px) {
  header .header-logo {
    left: 6vw;
  }
  header .right {
    right: 6vw;
  }
  header .right .language {
    margin-right: 20px;
  }
  header nav.main .nav-item {
    margin: 0 8px;
    font-size: 14px;
  }
  header nav.main .nav-div {
    height: 34px;
    top: -2px;
  }
}
@media only screen and (max-width: 1140px) {
  header .desktop {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  header .header-logo {
    margin-top: -18px;
    width: 105px;
    height: 36px;
  }
  header .right .language {
    margin-right: 10px;
  }
  header .button {
    font-size: 14px;
    padding: 0 20px;
  }
  header nav.main .nav-item {
    margin: 0 6px;
    font-size: 12px;
  }
  header nav.main .nav-div {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  header {
    height: 60px;
    top: 0;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 20;
  }
  header .nav-container {
    position: fixed;
    left: 0;
    right: 0;
    top: 60px;
    height: 0;
    overflow: hidden;
    border-top: solid 1px #eee;
    -webkit-transition: height 1s linear;
    -moz-transition: height 1s linear;
    -ms-transition: height 1s linear;
    -o-transition: height 1s linear;
    transition: height 1s linear;
  }
  header .nav-container nav.main {
    position: relative;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    top: -100px;
    -webkit-transition-property: opacity, top;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-property: opacity, top;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-in-out;
    -ms-transition-property: opacity, top;
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-property: opacity, top;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-in-out;
    transition-property: opacity, top;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
  }
  header .nav-container nav.main .nav-item {
    display: block;
    line-height: 48px;
    font-size: 14px;
    margin: 0;
    border-bottom: solid 1px #eee;
  }
  header .nav-container nav.main .nav-item:last-of-type {
    border-bottom: 0;
  }
  header .mobile-menu-button {
    z-index: 20;
    position: absolute;
    top: 14px;
    left: 5vw;
    width: 36px;
    height: 34px;
    display: block;
    padding: 10px;
    -webkit-transition: top 0.3s ease-in-out;
    -moz-transition: top 0.3s ease-in-out;
    -ms-transition: top 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
  }
  header .mobile-menu-button .text {
    display: block;
    position: relative;
    left: 26px;
    width: auto;
    top: -2px;
    font-size: 16px;
    font-family: "Proxima Nova B", sans-serif;
    color: #222222;
    -webkit-transition: top 0.3s ease-in-out;
    -moz-transition: top 0.3s ease-in-out;
    -ms-transition: top 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
  }
  header .mobile-menu-button div {
    display: block;
    position: absolute;
    content: "";
    width: 16px;
    height: 2px;
    background-color: #222;
    top: 16px;
    -webkit-transition-property: transform, top, bottom, opacity, width;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    -moz-transition-property: transform, top, bottom, opacity, width;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: linear;
    -ms-transition-property: transform, top, bottom, opacity, width;
    -ms-transition-duration: 0.3s;
    -ms-transition-timing-function: linear;
    -o-transition-property: transform, top, bottom, opacity, width;
    -o-transition-duration: 0.3s;
    -o-transition-timing-function: linear;
    transition-property: transform, top, bottom, opacity, width;
    transition-duration: 0.3s;
    transition-timing-function: linear;
  }
  header .mobile-menu-button div:nth-of-type(1) {
    top: 10px;
  }
  header .mobile-menu-button div:nth-of-type(3) {
    top: auto;
    bottom: 10px;
  }
  header.menu-open {
    margin-top: 0;
  }
  header.menu-open .mobile-menu-button {
    top: 13px;
  }
  header.menu-open .mobile-menu-button .text {
    top: -1px;
  }
  header.menu-open .mobile-menu-button div {
    width: 20px;
  }
  header.menu-open .mobile-menu-button div:nth-of-type(1) {
    transform: rotate(-45deg);
    top: 16px;
  }
  header.menu-open .mobile-menu-button div:nth-of-type(2) {
    opacity: 0;
  }
  header.menu-open .mobile-menu-button div:nth-of-type(3) {
    transform: rotate(45deg);
    bottom: 16px;
  }
  header.menu-open .nav-container {
    height: calc(100% - 60px);
    transition-duration: 0.1s;
  }
  header.menu-open .nav-container .main {
    top: 0;
    opacity: 1;
  }
  header .header-logo {
    left: 50%;
    margin-left: -52px;
  }
  header .right {
    margin-top: -20px;
  }
  header .button {
    height: 40px;
    line-height: 40px;
  }
  header nav {
    opacity: 0;
  }
}
@media only screen and (max-width: 480px) {
  header .inner {
    padding: 0 10px;
  }
  header .right {
    right: 10px;
  }
  header .right .language {
    margin-right: 6px;
  }
  header .button {
    font-size: 16px;
    padding: 0 10px;
  }
  header .header-logo {
    width: 90px;
    height: 30px;
    margin-top: -15px;
  }
  header .mobile-menu-button {
    left: 10px;
  }
}
header.checkout-header {
  height: 60px;
  width: 100%;
  padding: 0 15px;
  position: fixed;
  background-color: #fff;
  z-index: 25;
  border-bottom: 1px solid #e5e5e5;
}
header.checkout-header .inner {
  max-width: 700px;
}
header.checkout-header .logo-head {
  cursor: pointer;
  max-width: 90px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
}
header.checkout-header .progress-bar-check {
  width: 135px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}
header.checkout-header .progress-bar-check .steps {
  text-align: justify;
  width: 100%;
  height: 15px;
  position: relative;
}
header.checkout-header .progress-bar-check .steps:after {
  content: "";
  width: 100%;
  /* Ensures there are at least 2 lines of text, so justification works */
  display: inline-block;
}
header.checkout-header .progress-bar-check .line {
  position: absolute;
  width: 99%;
  height: 2px;
  background-color: #e8e8e8;
  top: 7px;
  left: 0;
}
header.checkout-header .progress-bar-check .line:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #7cb14c;
  content: "";
}
header.checkout-header .progress-bar-check .step {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #e8e8e8;
  position: relative;
  display: inline-block;
  z-index: 5;
}
header.checkout-header .progress-bar-check .step.active {
  background-color: #7cb14c;
}
header.checkout-header .progress-bar-check h2 {
  font-size: 12px;
  font-family: "Arial", sans-serif;
  text-align: center;
  margin: 0;
  position: relative;
  top: -5px;
}
header.checkout-header a {
  font-size: 23px;
  top: 2px;
  cursor: pointer;
}
header.checkout-header.step-2 .progress-bar-check .line:before {
  width: 33.3%;
}
header.checkout-header.step-3 .progress-bar-check .line:before {
  width: 66.6%;
}
header.checkout-header.step-4 .progress-bar-check .line:before {
  width: 100%;
}
header.checkout-header.large .inner {
  max-width: 1200px;
}
@media only screen and (min-width: 780px) {
  header.checkout-header {
    height: 80px;
    padding: 0;
    position: relative;
  }
  header.checkout-header .progress-bar-check {
    width: 315px;
    right: 6vw;
  }
  header.checkout-header .progress-bar-check .step .text {
    position: absolute;
    bottom: -20px;
    font-size: 12px;
    color: #666;
    width: 72px;
    text-align: center;
    left: -28px;
    opacity: 0.5;
  }
  header.checkout-header .progress-bar-check .step.active .text {
    opacity: 1;
  }
  header.checkout-header .progress-bar-check .step.done .text {
    color: #96bf31;
  }
  header.checkout-header .logo-head {
    max-width: 120px;
    left: 6vw;
  }
  header.checkout-header .inner {
    height: 100%;
  }
}
@media only screen and (min-width: 1320px) {
  header.checkout-header .logo-head {
    left: 0;
  }
  header.checkout-header .progress-bar-check {
    right: 20px;
  }
}

footer {
  background-color: #111;
  padding: 75px 0 38px;
}
footer .social-container {
  width: 30%;
}
footer .footer-heading {
  display: block;
  font-size: 18px;
  font-family: "Proxima Nova B", sans-serif;
  color: #fff;
  margin-bottom: 20px;
}
footer .main {
  width: 44%;
  font-size: 0;
}
footer .main .col {
  width: 25%;
}
footer .cards {
  position: absolute;
  right: 0;
  top: 0;
}
footer .cards .footer-heading {
  margin-bottom: 28px;
}
footer .cards img {
  margin-bottom: 50px;
}
footer .cards .button {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
footer .div-line {
  background-color: #444444;
  width: 100%;
  height: 1px;
  margin: 65px 0 40px;
}
footer .link {
  color: #aaaaaa;
  display: block;
  line-height: 16px;
  margin-bottom: 7px;
  font-size: 14px;
}
footer .sub {
  font-size: 0;
}
footer .sub p {
  font-size: 12px;
  line-height: 23px;
  color: #666666;
  margin: 0;
}
footer .sub .col.small {
  width: 20%;
}
footer .sub .col.large {
  width: 40%;
}
footer .assoc-container {
  text-align: right;
}
footer .assoc-container img {
  width: 30%;
}
footer .assoc-container img:last-of-type {
  width: 45%;
  margin-left: 15%;
}
@media only screen and (max-width: 1320px) {
  footer .cards {
    right: 6vw;
  }
}
@media only screen and (max-width: 1024px) {
  footer .social-container {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
  footer .main {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  footer .cards {
    position: relative;
    width: 100%;
    text-align: center;
    right: 0;
  }
  footer .cards img {
    margin-bottom: 40px;
  }
  footer .cards .button {
    width: 205px;
    margin: 0 auto;
  }
  footer .assoc-container {
    text-align: center;
  }
  footer .assoc-container img {
    width: auto;
  }
  footer .assoc-container img:last-of-type {
    width: auto;
  }
  footer .sub {
    max-width: 768px;
    margin: 0 auto;
  }
  footer .sub .col {
    text-align: center;
    margin-bottom: 20px;
  }
  footer .sub .col.small {
    width: 50%;
  }
  footer .sub .col.large {
    width: 100%;
  }
  footer .sub .col:last-of-type {
    width: 100%;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  footer .main .col {
    width: 50%;
    margin-bottom: 20px;
  }
  footer .main .col:nth-of-type(3), footer .main .col:nth-of-type(4) {
    margin-bottom: 0;
  }
  footer .sub .col.small {
    width: 100%;
  }
}

.wrapper.home section {
  position: relative;
}
.wrapper.home section.hero {
  background-image: url("../img/home/hero.jpg");
  background-size: cover;
  background-position: center;
  padding: 98px 0 108px;
}
.wrapper.home section.hero .content-container {
  width: 50%;
}
.wrapper.home section.hero h1 {
  color: #fff;
  font-family: "Proxima Nova B", sans-serif;
  font-size: 60px;
  line-height: 54px;
  letter-spacing: -2.8px;
}
.wrapper.home section.hero h3 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 80px;
}
.wrapper.home section.hero .custom-badge {
  position: absolute;
  left: 50%;
  bottom: -1%;
}
.wrapper.home section.hero .trust-pilot-image {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.wrapper.home section.hero .ctas .button {
  vertical-align: top;
}
.wrapper.home section.hero .ctas .input-container {
  display: inline-block;
  font-size: 0;
  width: 44%;
  margin-left: 40px;
  vertical-align: top;
}
.wrapper.home section.hero .ctas .input-container.accepted input, .wrapper.home section.hero .ctas .input-container.accepted label {
  display: none;
}
.wrapper.home section.hero .ctas .input-container.accepted p {
  display: block;
}
.wrapper.home section.hero .ctas .input-container.accepted .code {
  display: inline-block;
}
.wrapper.home section.hero .ctas .input-container.accepted button {
  width: 34%;
  display: none;
}
.wrapper.home section.hero .ctas .input-container.accepted button.remove {
  display: inline-block;
}
.wrapper.home section.hero .ctas .input-container.declined p.error {
  display: block;
}
.wrapper.home section.hero .ctas .input-container .code, .wrapper.home section.hero .ctas .input-container p {
  display: none;
}
.wrapper.home section.hero .ctas .input-container label, .wrapper.home section.hero .ctas .input-container p {
  font-size: 16px;
  margin: 0;
}
.wrapper.home section.hero .ctas .input-container p {
  font-size: 16px;
  margin: 8px 0 0;
}
.wrapper.home section.hero .ctas .input-container p.error {
  display: none;
}
.wrapper.home section.hero .ctas .input-container input {
  background-color: #282727;
  border: none;
  display: inline-block;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  width: 73%;
  color: #fff;
}
.wrapper.home section.hero .ctas .input-container .code {
  background-color: #282727;
  display: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 66%;
  line-height: 40px;
  height: 40px;
  color: #fff;
  padding-left: 10px;
  font-size: 14px;
}
.wrapper.home section.hero .ctas .input-container button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  width: 27%;
  padding: 0;
  margin: 0;
}
.wrapper.home section.hero .ctas .input-container button.remove {
  display: none;
}
@media only screen and (max-width: 1320px) {
  .wrapper.home section.hero .trust-pilot-image {
    right: 6vw;
  }
}
@media only screen and (max-width: 1024px) {
  .wrapper.home section.hero .custom-badge {
    left: 46%;
    top: 0;
  }
  .wrapper.home section.hero .content-container {
    width: 60%;
  }
  .wrapper.home section.hero .ctas .button {
    padding: 0 20px;
  }
  .wrapper.home section.hero .ctas .input-container {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper.home section.hero {
    text-align: center;
    background-image: url("../img/home/hero-mobile.jpg");
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 54vw 0 0;
    background-color: #0f0e0e;
  }
  .wrapper.home section.hero .inner {
    padding: 0;
  }
  .wrapper.home section.hero .trust-pilot-image {
    display: none;
  }
  .wrapper.home section.hero .content-container {
    width: 100%;
  }
  .wrapper.home section.hero .custom-badge {
    left: 10%;
    top: -44vw;
    right: 20px;
    width: 38vw;
    height: 38vw;
  }
  .wrapper.home section.hero .custom-badge .badge-inner {
    padding-top: 10.5vw;
  }
  .wrapper.home section.hero .custom-badge .badge-inner h2 {
    font-size: 6vw;
    margin-bottom: 0.5vw;
    text-transform: none;
  }
  .wrapper.home section.hero .custom-badge .badge-inner p {
    font-size: 4vw;
  }
  .wrapper.home section.hero h1 {
    font-size: 26px;
    width: 100%;
    letter-spacing: -1px;
    line-height: 30px;
    padding: 0 20px;
  }
  .wrapper.home section.hero h3 {
    font-size: 13px;
    font-family: "Proxima Nova Rg", sans-serif;
    margin-bottom: 30px;
    padding: 0 20px;
  }
  .wrapper.home section.hero .ctas .button {
    height: 50px;
    line-height: 50px;
    margin-bottom: 50px;
  }
  .wrapper.home section.hero .ctas .input-container {
    width: 100%;
    padding: 30px 6vw;
    background-color: #fff;
    margin: 0;
  }
  .wrapper.home section.hero .ctas .input-container label {
    color: #222222;
    margin-bottom: 16px;
  }
  .wrapper.home section.hero .ctas .input-container p {
    color: #222222;
    margin: 16px 0 0;
  }
  .wrapper.home section.hero .ctas .input-container p.error {
    color: #b73131;
  }
  .wrapper.home section.hero .ctas .input-container input, .wrapper.home section.hero .ctas .input-container .code {
    background-color: #e5e5e5;
    color: #222;
  }
}
.wrapper.home section.my-machine {
  padding: 60px 0;
}
.wrapper.home section.my-machine .content-container {
  width: 50%;
  padding-right: 55px;
}
.wrapper.home section.my-machine p {
  color: #444;
  margin-bottom: 24px;
  line-height: 22px;
}
.wrapper.home section.my-machine p strong {
  color: #222222;
}
.wrapper.home section.my-machine .guarantees {
  margin-top: 44px;
  font-size: 0;
}
.wrapper.home section.my-machine .guarantees .guarantee {
  display: inline-block;
  vertical-align: top;
}
.wrapper.home section.my-machine .guarantees .guarantee p {
  margin: 0;
}
.wrapper.home section.my-machine .guarantees .guarantee:nth-of-type(1) {
  width: 45%;
  padding-right: 20px;
}
.wrapper.home section.my-machine .guarantees .guarantee:nth-of-type(2) {
  width: 55%;
  padding-left: 20px;
}
.wrapper.home section.my-machine .guarantees .guarantee .tick-container {
  display: inline-block;
  vertical-align: top;
}
.wrapper.home section.my-machine .guarantees .guarantee .tick-content-container {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 50px);
  padding-left: 20px;
}
.wrapper.home section.my-machine .guarantees p {
  font-size: 16px;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  line-height: 23px;
  color: #222222;
}
.wrapper.home section.my-machine .background-image {
  background-image: url("../img/home/cup-bg.jpg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .wrapper.home section.my-machine {
    padding-top: 0;
  }
  .wrapper.home section.my-machine .guarantees .guarantee:nth-of-type(1) {
    margin-bottom: 25px;
  }
  .wrapper.home section.my-machine .guarantees .guarantee:nth-of-type(1), .wrapper.home section.my-machine .guarantees .guarantee:nth-of-type(2) {
    width: 100%;
    padding: 0;
  }
  .wrapper.home section.my-machine h2 {
    margin-bottom: 30px;
  }
  .wrapper.home section.my-machine .content-container {
    width: 100%;
    padding: 0;
  }
  .wrapper.home section.my-machine .background-image {
    position: relative;
    bottom: auto;
    height: 300px;
    width: 100%;
    margin-bottom: 60px;
  }
}
.wrapper.home section.latest-news {
  padding: 60px 0 80px;
  background-color: #eeeeee;
}
.wrapper.home section.latest-news h2 {
  text-align: center;
  margin-bottom: 60px;
}
.wrapper.home section.latest-news .news {
  font-size: 0;
}
.wrapper.home section.latest-news article {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  padding-right: 4%;
}
.wrapper.home section.latest-news article .calendar-container {
  display: inline-block;
  vertical-align: top;
  width: 75px;
  padding-left: 3px;
}
.wrapper.home section.latest-news article .content-container {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 75px);
}
.wrapper.home section.latest-news article h4 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
}
.wrapper.home section.latest-news article p {
  line-height: 24px;
  font-family: "Arial", sans-serif;
  color: #222222;
}
.wrapper.home section.latest-news article a {
  font-weight: bold;
  color: #222222;
}
@media only screen and (max-width: 1024px) {
  .wrapper.home section.latest-news article {
    margin-bottom: 40px;
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper.home section.latest-news {
    padding: 40px 0;
  }
  .wrapper.home section.latest-news h2 {
    margin-bottom: 30px;
  }
  .wrapper.home section.latest-news article:last-of-type {
    margin-bottom: 0;
  }
}

.wrapper.about .main-content-container h2 {
  margin-bottom: 24px;
}
@media only screen and (max-width: 1024px) {
  .wrapper.about .main-content-container .main-content.block {
    width: 75%;
  }
  .wrapper.about .main-content-container .main-content.block.doing-our-bit {
    margin-bottom: 40px;
    padding-right: 0;
  }
  .wrapper.about .main-content-container .block.last {
    margin-left: 25%;
    width: 75%;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper.about .main-content-container .main-content.block {
    padding-top: 30px;
    width: 100%;
  }
  .wrapper.about .main-content-container .block.last {
    margin-left: 0;
    width: 100%;
  }
}

.wrapper.our-coffee .title-container {
  background-image: url("../img/title-banners/our-coffee.jpg");
}
@media only screen and (max-width: 480px) {
  .wrapper.our-coffee .title-container h1 {
    font-size: 52px;
  }
}
.wrapper.our-coffee .main-content-container .main-content .map {
  position: relative;
  left: 0;
  top: -20px;
  width: 653px;
  height: 347px;
}
.wrapper.our-coffee .main-content-container .main-content .map img {
  width: 100%;
}
.wrapper.our-coffee .main-content-container .main-content.three {
  padding-right: 0;
}
@media only screen and (max-width: 1320px) {
  .wrapper.our-coffee .main-content-container .main-content.three .product .info-block {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .wrapper.our-coffee .main-content-container .main-content.three .block.product {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper.our-coffee .main-content-container .main-content.three.block {
    padding-top: 30px;
    padding-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .wrapper.our-coffee .main-content-container .main-content.three .block.product {
    width: 100%;
  }
  .wrapper.our-coffee .main-content-container .main-content.three .inner-content .block.two {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .wrapper.our-coffee .main-content-container .main-content.two {
    width: 75%;
  }
  .wrapper.our-coffee .main-content-container .main-content.two.doing-our-bit {
    margin-bottom: 40px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper.our-coffee .main-content-container .main-content.two {
    padding-top: 30px;
    width: 100%;
  }
}
.wrapper.our-coffee .main-content-container.map-container {
  overflow: hidden;
}
.wrapper.our-coffee .main-content-container.map-container .main-content {
  position: relative;
}
@media only screen and (max-width: 1320px) {
  .wrapper.our-coffee .main-content-container .main-content .map {
    overflow: hidden;
  }
  .wrapper.our-coffee .main-content-container .main-content .map img {
    position: relative;
    left: -9%;
  }
}
@media only screen and (max-width: 1024px) {
  .wrapper.our-coffee .main-content-container .main-content .inner-content .block.two {
    width: 100%;
    padding: 0;
  }
  .wrapper.our-coffee .main-content-container .main-content .inner-content .map {
    top: 0;
  }
  .wrapper.our-coffee .main-content-container .main-content .inner-content .map img {
    left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .wrapper.our-coffee .main-content-container .main-content .inner-content .map {
    width: 400px;
    height: auto;
  }
  .wrapper.our-coffee .main-content-container .beans-locations-container .block.two {
    width: 100%;
    padding: 0;
  }
  .wrapper.our-coffee .main-content-container .beans-locations-container .block.two.first {
    margin-bottom: 40px;
  }
}
.wrapper.our-coffee .guarantees .content-container {
  padding-left: 2%;
}
@media only screen and (max-width: 1320px) {
  .wrapper.our-coffee .guarantees .content-container {
    padding-left: 5%;
  }
}
.wrapper.our-coffee .beans-locations-container {
  margin-top: 40px;
}

.products-list .horizontal-divide {
  margin: 50px 0 65px;
  width: 100%;
  height: 5px;
  background-color: #211718;
}
.products-list .product {
  text-align: center;
  margin-bottom: 30px;
}
.products-list .product .img-container {
  display: block;
  width: 100%;
  height: 200px;
  position: relative;
}
.products-list .product .img-container img {
  max-width: 100%;
  max-height: 100%;
}
.products-list .product .img-container .custom-badge {
  position: absolute;
  width: 30%;
  height: auto;
  left: 0;
  bottom: 15px;
}
.products-list .product a.img-container {
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.products-list .product a.img-container:hover {
  opacity: 0.6;
}
.products-list .product .info-block {
  width: 80%;
  margin: 0 auto;
}
.products-list .product h2 {
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 20px;
}
.products-list .product .price {
  font-size: 24px;
  font-family: "Proxima Nova Rg", sans-serif;
  line-height: 32px;
  text-align: right;
}
.products-list .product .strength {
  color: #222222;
  font-size: 14px;
  line-height: 30px;
}
.products-list .product .strength-circle {
  margin-left: 4%;
  font-family: "Proxima Nova Sb", sans-serif;
}
.products-list .product .button {
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  padding: 0 46px;
}

.beans-locations-container h3 {
  font-size: 26px;
}
.beans-locations-container .block {
  padding: 0 4%;
}
.beans-locations-container .list-point .img-container {
  vertical-align: top;
}
.beans-locations-container .list-point .img-container img {
  max-width: 100%;
}
.beans-locations-container .list-point .content-container {
  padding-left: 5%;
}
.beans-locations-container .list-point .content-container h4 {
  font-family: "Proxima Nova B", sans-serif;
  font-size: 18px;
  margin-bottom: 4px;
}
.beans-locations-container .list-point .content-container p {
  color: #222222;
}
.wrapper.our-coffee.details .breadcrumbs-container {
  margin-bottom: 30px;
}
.wrapper.our-coffee.details .media {
  position: relative;
}
.wrapper.our-coffee.details .media img {
  max-width: 100%;
  max-height: 100%;
}
.wrapper.our-coffee.details .media .custom-badge {
  position: absolute;
  top: 20px;
  right: 40px;
  width: 75px;
  height: 75px;
}
@media only screen and (max-width: 1024px) {
  .wrapper.our-coffee.details .media {
    width: 100%;
  }
  .wrapper.our-coffee.details .media .custom-badge {
    position: relative;
    display: inline-block;
    vertical-align: top;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper.our-coffee.details .media .custom-badge {
    position: absolute;
  }
}
@media only screen and (max-width: 480px) {
  .wrapper.our-coffee.details .media .custom-badge {
    top: 0;
    right: 0;
  }
}
.wrapper.our-coffee.details .product-details {
  padding-bottom: 70px;
}
.wrapper.our-coffee.details .product-details h4 {
  font-family: "Proxima Nova Rg", sans-serif;
}
.wrapper.our-coffee.details .product-details p {
  margin-bottom: 30px;
}
.wrapper.our-coffee.details .product-details .price {
  font-size: 30px;
  margin-bottom: 30px;
  font-family: "Proxima Nova Rg", sans-serif;
}
.wrapper.our-coffee.details .product-details .small {
  width: 66%;
}
.wrapper.our-coffee.details .product-details .button {
  margin-bottom: 30px;
}
.wrapper.our-coffee.details .product-details .info-bar {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  height: 100px;
  margin-bottom: 30px;
}
.wrapper.our-coffee.details .product-details .info-bar .strength-circle {
  height: 50px;
  width: 50px;
  font-size: 16px;
  line-height: 52px;
  margin-left: 10%;
  font-family: "Proxima Nova B", sans-serif;
}
.wrapper.our-coffee.details .product-details .info-bar .strength-circle.ten {
  background-position: -50px 0;
}
.wrapper.our-coffee.details .product-details .info-bar .strength-circle.nine {
  background-position: -100px 0;
}
.wrapper.our-coffee.details .product-details .info-bar .strength-circle.eight {
  background-position: -150px 0;
}
.wrapper.our-coffee.details .product-details .info-bar .strength-circle.seven {
  background-position: -200px 0;
}
.wrapper.our-coffee.details .product-details .info-bar .strength-circle.six {
  background-position: -250px 0;
}
.wrapper.our-coffee.details .product-details .info-bar .strength-circle.five {
  background-position: -300px 0;
}
.wrapper.our-coffee.details .product-details .info-bar .strength-circle.four {
  background-position: -350px 0;
}
.wrapper.our-coffee.details .product-details .info-bar .strength-circle.three {
  background-position: -400px 0;
}
.wrapper.our-coffee.details .product-details .info-bar .strength-circle.two {
  background-position: -450px 0;
}
.wrapper.our-coffee.details .product-details .info-bar .strength-circle.one {
  background-position: -500px 0;
}
.wrapper.our-coffee.details .product-details .info-bar .strength-circle.zero {
  background-position: -550px 0;
}
.wrapper.our-coffee.details .product-details .info-bar .block {
  height: 100%;
  padding: 24px 5%;
}
.wrapper.our-coffee.details .product-details .info-bar .block.first {
  border-right: solid 1px #ccc;
  padding-left: 0;
  padding-right: 0;
}
.wrapper.our-coffee.details .product-details .info-bar .block.last {
  border-left: solid 1px #ccc;
  padding-right: 0;
}
.wrapper.our-coffee.details .product-details .info-bar .block.strength {
  width: 28%;
}
.wrapper.our-coffee.details .product-details .info-bar .block.size {
  width: 25%;
}
.wrapper.our-coffee.details .product-details .info-bar .block.drink {
  width: 47%;
}
.wrapper.our-coffee.details .product-details .info-bar .block p {
  margin-bottom: 0;
  font-size: 16px;
  font-family: "Proxima Nova Rg", sans-serif;
}
.wrapper.our-coffee.details .product-details .info-bar .block p:nth-of-type(2) {
  margin-top: 2px;
}
@media only screen and (max-width: 1320px) {
  .wrapper.our-coffee.details .product-details .info-bar .strength-circle {
    margin-left: 6%;
  }
  .wrapper.our-coffee.details .product-details .info-bar .block.strength {
    width: 30%;
  }
  .wrapper.our-coffee.details .product-details .info-bar .block.size {
    width: 28%;
  }
  .wrapper.our-coffee.details .product-details .info-bar .block.drink {
    width: 42%;
  }
  .wrapper.our-coffee.details .product-details .info-bar .block p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .wrapper.our-coffee.details .product-details {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper.our-coffee.details .product-details .info-bar .block p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 480px) {
  .wrapper.our-coffee.details .product-details .breadcrumbs-container {
    margin-bottom: 0;
  }
  .wrapper.our-coffee.details .product-details .info-bar {
    border-bottom: none;
    height: auto;
  }
  .wrapper.our-coffee.details .product-details .info-bar .block {
    width: 100%;
    border-bottom: solid 1px #ccc;
  }
  .wrapper.our-coffee.details .product-details .info-bar .block.strength, .wrapper.our-coffee.details .product-details .info-bar .block.size, .wrapper.our-coffee.details .product-details .info-bar .block.drink {
    width: 100%;
    border-left: none;
    border-right: none;
    padding: 24px 0;
  }
  .wrapper.our-coffee.details .product-details .info-bar .block p {
    font-size: 16px;
  }
}

.wrapper.rwanda .title-container {
  background-image: url("../img/title-banners/rwanda.jpg");
}
.wrapper.rwanda .title-container h1 br {
  display: none;
}
@media only screen and (max-width: 768px) {
  .wrapper.rwanda .title-container h1 {
    font-size: 52px;
    line-height: 56px;
    padding-top: 64px;
  }
  .wrapper.rwanda .title-container h1 br {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .wrapper.rwanda .title-container h1 {
    font-size: 48px;
    line-height: 52px;
  }
}
.wrapper.rwanda .main-content-container .video-container iframe {
  border: none;
  width: 100%;
  height: 350px;
  margin-bottom: 20px;
}
.wrapper.rwanda .main-content-container .video-container img {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .wrapper.rwanda .main-content-container .video-container, .wrapper.rwanda .main-content-container .main-content {
    width: 100%;
  }
  .wrapper.rwanda .main-content-container .video-container iframe {
    height: 60vw;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper.rwanda .main-content-container {
    padding-top: 70px;
  }
}

.wrapper.help .title-container {
  background-image: url("../img/title-banners/help.jpg");
}
.wrapper.help .main-content-container h2 {
  margin-bottom: 24px;
}
@media only screen and (max-width: 1024px) {
  .wrapper.help .main-content-container .main-content.block {
    width: 75%;
  }
  .wrapper.help .main-content-container .block.side-info-container {
    margin-left: 25%;
    width: 75%;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper.help .main-content-container .main-content.block {
    padding-top: 30px;
    width: 100%;
  }
  .wrapper.help .main-content-container .block.side-info-container {
    margin-left: 0;
    width: 100%;
  }
}

.faqs-container .faqs .faq {
  padding-bottom: 12px;
  margin-bottom: 30px;
  border-bottom: solid 1px #ccc;
}
.faqs-container .faqs .faq .block {
  padding: 0;
}
.faqs-container .faqs .faq .first {
  width: 50px;
}
.faqs-container .faqs .faq .last {
  width: calc(100% - 50px);
  margin: 0;
}
.faqs-container .faqs .faq .q-row {
  margin-bottom: 15px;
}
.faqs-container .faqs .faq .q-row p {
  font-family: "Proxima Nova B", sans-serif;
  font-size: 18px;
  color: #211718;
  margin-bottom: 0;
  padding-top: 4px;
  line-height: 20px;
}
@media only screen and (max-width: 480px) {
  .faqs-container .faqs .faq .first {
    display: none;
  }
  .faqs-container .faqs .faq .last {
    width: 100%;
  }
}

@media only screen and (min-width: 780px) {
  .mobile {
    display: none;
  }

  .desktop {
    display: inline;
    display: initial;
  }

  .inner-half {
    position: relative;
    max-width: 600px;
    width: 100%;
  }
  .inner-half.left {
    margin: 0 0 0 auto;
  }
  .inner-half.right {
    margin: 0 auto 0 0;
  }

  .content .inner {
    max-width: 800px;
  }

  .home-sec {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
    padding: 0;
  }
  .home-sec.order-confirmation {
    padding: 40px 0;
  }
  .home-sec.order {
    padding: 40px 20px 20px;
    border-bottom: 1px solid #ccc;
  }
  .home-sec.half-container {
    width: 49%;
  }
  .home-sec h2, .home-sec p {
    text-align: center;
  }
  .home-sec.order-confirmation.login:after {
    display: block;
    content: "";
    clear: both;
  }

  .history-items-container {
    background-color: #eee;
    padding: 60px 20px;
  }
}
.preferences {
  padding-bottom: 30px;
}
.preferences .home-sec.order {
  padding: 0;
  border: none;
}
.preferences .tc {
  float: none;
  top: 0;
  padding: 0;
  margin: 0;
}
.preferences .button {
  margin: 0 auto;
  display: block;
}

.history {
  padding-bottom: 40px;
}
.history h1 {
  line-height: 100px;
  color: #78787b;
  font-size: 30px;
  border-bottom: 1px solid #ddd;
  margin: 0;
  text-align: center;
  font-family: "Proxima Nova B", sans-serif;
}
.history .history-item {
  width: 100%;
  padding: 18px;
  border-bottom: 1px solid #ddd;
}
.history .history-item h3 {
  font-size: 18px;
  font-family: "Proxima Nova B", sans-serif;
  color: #78787b;
  float: left;
  width: 100%;
  margin: 0 0 7px 0;
}
.history .history-item p {
  font-size: 14px;
  color: #888888;
  font-family: "Arial", sans-serif;
  margin: 0 0 7px 0;
}
.history .history-item p.cancelled {
  color: #e5787f;
}
.history .history-item p.dispatched {
  color: #7cb14c;
}
.history .history-item .cancelled, .history .history-item .dispatched {
  margin: 0;
}
.history .history-item .buttons {
  width: 130px;
  float: right;
}
.history .history-item .buttons .button {
  width: 80px;
  float: left;
  height: 38px;
  line-height: 39px;
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.history .history-item .buttons .blue {
  background-color: #5fa7d1;
  border-color: #4c86a7;
  float: right;
  position: relative;
  width: 38px;
}
.history .history-item .buttons .blue img {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 16.5px;
  position: absolute;
}
.history .history-item p {
  width: calc(100% - 130px);
  float: left;
}
@media only screen and (min-width: 780px) {
  .history {
    padding-bottom: 0;
  }
  .history .inner {
    max-width: 800px;
  }
  .history .history-item {
    background-color: #fff;
  }
  .history .history-item h3 {
    width: auto;
  }
  .history .history-item .buttons {
    padding-top: 15px;
  }
}

.shipment-overview .ship-head {
  height: 130px;
  border-bottom: 1px solid #ddd;
  padding-top: 38px;
}
.shipment-overview .ship-head h1 {
  color: #222;
  font-size: 30px;
  text-align: center;
  font-family: "Proxima Nova B", sans-serif;
  margin: 0 0 19px;
}
.shipment-overview .ship-head .small-button {
  display: inline-block;
  margin: 0 auto;
  height: 20px;
  border-radius: 5px;
  background-color: #ccc;
  text-transform: uppercase;
  color: #fff;
  padding: 0 4px;
  width: auto;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  line-height: 20px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.shipment-overview .ship-head .small-button.cancelled {
  background-color: #da4343;
}
.shipment-overview .ship-head .small-button.dispatched {
  background-color: #7cb14c;
}
.shipment-overview ul {
  width: 100%;
  padding: 0;
  list-style: none;
}
.shipment-overview ul li {
  width: 100%;
  padding: 0 20px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  color: #666666;
}
.shipment-overview ul li a {
  color: #cd5c5c;
  text-decoration: underline;
}
.shipment-overview ul li .price {
  float: right;
}
.shipment-overview ul li span {
  line-height: 38px;
}
.shipment-overview ul .block {
  display: block;
  width: 100%;
  line-height: 34px;
}
.shipment-overview ul .block span {
  line-height: 34px;
}
.shipment-overview ul .bold {
  font-weight: bold;
}
.shipment-overview .del-address {
  width: 100%;
  padding-bottom: 20px;
}
.shipment-overview .del-address h2 {
  font-size: 22px;
  color: #78787b;
  margin: 25px 0 13px;
  font-family: "Proxima Nova B", sans-serif;
  padding: 0 20px;
}
.shipment-overview .del-address ul {
  margin-bottom: 25px;
}
.shipment-overview .del-address ul li {
  border: 0;
}
.shipment-overview .del-address .button {
  width: calc(100% - 40px);
  margin: 0 20px;
}
@media only screen and (min-width: 780px) {
  .shipment-overview .shipment-overview-container {
    background-color: #eee;
    padding: 60px 20px;
  }
  .shipment-overview .shipment-overview-container .inner {
    background-color: #fff;
    max-width: 800px;
  }
  .shipment-overview .del-address .button {
    float: left;
    padding: 0 20px;
    width: auto;
  }
}

.wrapper-checkout-full .title-container {
  background-image: none;
  padding: 55px 6vw 40px;
  height: auto;
}

.home-sec .input-container {
  margin-bottom: 15px;
}
.home-sec .input-container label {
  line-height: 40px;
  margin: 0;
  width: 100%;
}
.home-sec .input-container .select-style, .home-sec .input-container textarea {
  margin: 0;
  width: 100%;
}
.home-sec .input-container textarea {
  resize: none;
  height: 110px;
}
.home-sec.order {
  padding-top: 40px;
}
.home-sec.order-confirmation {
  background-color: #fff;
}
.home-sec.manage-details {
  padding: 20px 0 0;
}
.home-sec.manage-details .link {
  color: #e5787f;
  text-decoration: underline;
}
.home-sec.manage-details .vertical-bar {
  color: #666666;
  margin: 0 5px;
}
.home-sec.manage-details .address {
  border-bottom: solid 1px #ccc;
  padding: 40px 20px;
}
.home-sec.manage-details .address .right {
  text-align: center;
}
.home-sec.manage-details .address:first-of-type {
  padding-top: 0;
}
.home-sec.manage-details .payment-method {
  text-align: center;
  border-bottom: solid 1px #ccc;
  padding: 20px 0;
}
.home-sec.manage-details .payment-method .inner {
  padding: 0;
}
.home-sec.manage-details .payment-method .method {
  padding: 20px 0;
}
.home-sec.manage-details .payment-method .button {
  margin-top: 15px;
  font-size: 14px;
  padding: 0;
}
.home-sec.manage-details .payment-method .button.blue {
  background-color: #5fa7d1;
  border-color: #4c86a7;
}
.home-sec.manage-details .payment-method .status {
  color: #666;
  font-size: 16px;
  font-family: "Proxima Nova B", sans-serif, sans-serif;
}
.home-sec.manage-details .payment-method .part {
  width: 88%;
  text-align: left;
  margin: 0 auto;
  display: block;
}
.home-sec.manage-details .payment-method .method-details .left, .home-sec.manage-details .payment-method .method-details .right {
  display: inline-block;
}
.home-sec.manage-details .payment-method .card {
  display: inline-block;
  vertical-align: middle;
  width: 37px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: -1px;
}
.home-sec.manage-details .payment-method .card.visa {
  background-image: url("../img/visa2.png");
}
.home-sec.manage-details .payment-method .card.american-express {
  background-image: url("../img/amex.png");
}
.home-sec.manage-details .payment-method .card.union-pay {
  background-image: url("../img/union pay.png");
}
.home-sec.manage-details .payment-method .card.diners-club {
  background-image: url("../img/diners club.png");
}
.home-sec.manage-details .payment-method .card.maestro {
  background-image: url("../img/maestro.png");
}
.home-sec.manage-details .payment-method .card.mastercard {
  background-image: url("../img/mastercard2.png");
}
.home-sec.manage-details .payment-method .card.jcb {
  background-image: url("../img/jcb.png");
}
.home-sec.manage-details .payment-method .card.discover {
  background-image: url("../img/discover.png");
}
.home-sec.manage-details .payment-method .card.paypal {
  background-image: url("../img/paypal2.png");
}
.home-sec.manage-details .payment-method .card.apple-pay {
  background-image: url("../img/apple_pay.png");
}
.home-sec.manage-details .payment-method:first-of-type {
  border-top: solid 1px #ccc;
}
.home-sec.manage-details .add-new-form {
  padding: 40px 0;
}
.home-sec.manage-details .add-new-form .input-row {
  margin-bottom: 15px;
  padding: 0;
}
.home-sec.manage-details .add-new-form .input-row.name input, .home-sec.manage-details .add-new-form .input-row.name .select-style {
  margin-bottom: 10px;
}
.home-sec.manage-details .add-new-form .input-row.date .select-style {
  float: left;
  width: 35%;
  margin-right: 10px;
}
.home-sec.manage-details .add-new-form .input-row.cvn input {
  width: 50%;
}
.home-sec.manage-details .add-new-form h3 {
  color: #78787b;
  font-size: 22px;
  margin: 0 0 30px;
  font-family: "Proxima Nova B", sans-serif;
}
.home-sec.manage-details .add-new-form label {
  color: #666666;
  font-weight: normal;
  width: 100%;
}
.home-sec.manage-details .add-new-form .select-style {
  float: none;
  border-color: #cccccc;
}
.home-sec.manage-details .add-new-form input {
  width: 100%;
  margin-bottom: 5px;
}
.home-sec.manage-details .add-new-form .note {
  color: #666666;
  font-size: 12px;
  font-family: "Arial", sans-serif, sans-serif;
}
.home-sec.manage-details .add-new-form.payment .col-xs-6, .home-sec.manage-details .add-new-form.payment .col-xs-12 {
  padding: 0;
}
.home-sec.manage-details .add-new-form.payment .payment-option {
  border-bottom: none;
  margin-top: 0;
  float: none;
}
.home-sec.manage-details .add-new-form.payment .col-xs-6.small img {
  max-width: 110px;
}
.home-sec.manage-details .add-new-form.payment .input-row {
  position: relative;
}
.home-sec.manage-details .add-new-form.payment .input-row input.error {
  margin-bottom: 15px;
}
.home-sec.manage-details .add-new-form.payment .cvn .drop-down {
  right: 44%;
  bottom: 50px;
  margin-right: -125px;
}
.home-sec.manage-details .add-new-form.payment .cvn .drop-down:before {
  right: 40%;
}
.home-sec.manage-details .add-new-form.payment .card-number input {
  margin-bottom: 0;
}
.home-sec.manage-details .add-new-form.payment .card-number .card {
  top: auto;
  bottom: 10px;
  -ms-transform: none;
  /* IE 9 */
  -webkit-transform: none;
  /* Safari */
  transform: none;
  /* Standard syntax */
}
.home-sec.manage-details .add-new-form.payment input[type=radio] + span {
  margin-right: 5px;
}
.home-sec.manage-details .button {
  width: 88%;
  margin-top: 30px;
}
@media only screen and (min-width: 1024px) {
  .home-sec.order {
    padding: 40px 20px 20px;
  }
  .home-sec .input-container label {
    float: left;
    width: 48%;
    padding-left: 2%;
  }
  .home-sec .input-container .select-style, .home-sec .input-container textarea {
    float: left;
    width: 52%;
  }
  .home-sec.manage-details {
    padding-top: 40px;
  }
  .home-sec.manage-details.no-padding {
    padding: 0 0 40px;
  }
  .home-sec.manage-details .inner {
    max-width: 810px;
  }
  .home-sec.manage-details .address .left {
    float: left;
  }
  .home-sec.manage-details .address .left p {
    text-align: left;
    margin: 0;
  }
  .home-sec.manage-details .address .right {
    float: right;
    text-align: right;
  }
  .home-sec.manage-details .address .right .button {
    width: auto;
    float: right;
    margin: 30px 0 0;
    padding: 0 25px;
  }
  .home-sec.manage-details .payment-method {
    padding: 0;
  }
  .home-sec.manage-details .payment-method .part {
    float: left;
    height: 80px;
    line-height: 80px;
    width: auto;
    margin-right: 30px;
    font-family: "Arial", sans-serif, sans-serif;
  }
  .home-sec.manage-details .payment-method .link {
    font-size: 12px;
  }
  .home-sec.manage-details .payment-method .status {
    float: right;
    margin-right: 0;
    font-family: "Proxima Nova B", sans-serif, sans-serif;
  }
  .home-sec.manage-details .payment-method .card {
    float: right;
    height: 100%;
  }
  .home-sec.manage-details .payment-method .type {
    font-family: "Proxima Nova B", sans-serif, sans-serif;
    font-size: 22px;
    color: #78787b;
    width: 24%;
  }
  .home-sec.manage-details .payment-method .method-details {
    font-size: 14px;
    color: #666666;
    width: 34%;
  }
  .home-sec.manage-details .payment-method .method-details .left, .home-sec.manage-details .payment-method .method-details .right {
    display: block;
  }
  .home-sec.manage-details .payment-method .method-details .left {
    float: left;
  }
  .home-sec.manage-details .payment-method .method-details .right {
    float: right;
  }
  .home-sec.manage-details .payment-method .button {
    width: 23%;
    float: right;
    height: 40px;
    line-height: 42px;
    margin-top: 20px;
  }
  .home-sec.manage-details .add-new-form h3 {
    margin-bottom: 44px;
  }
  .home-sec.manage-details .add-new-form label {
    width: 170px;
    float: left;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0;
  }
  .home-sec.manage-details .add-new-form .input-row input {
    width: 50%;
    float: left;
    margin-bottom: 0;
  }
  .home-sec.manage-details .add-new-form .input-row .select-style {
    float: left;
    width: 50%;
  }
  .home-sec.manage-details .add-new-form .input-row.full input {
    width: 62%;
  }
  .home-sec.manage-details .add-new-form .input-row.small input {
    width: 25%;
  }
  .home-sec.manage-details .add-new-form .input-row.name .select-style {
    width: 90px;
    margin-right: 12px;
    background-position: 85% center;
  }
  .home-sec.manage-details .add-new-form .input-row.name input {
    width: 25%;
    margin-right: 12px;
  }
  .home-sec.manage-details .add-new-form .input-row .note {
    margin-left: 170px;
    margin-top: 3px;
  }
  .home-sec.manage-details .add-new-form .input-row .note.inline {
    float: left;
    height: 40px;
    line-height: 40px;
    margin-left: 20px;
    margin-top: 0;
  }
  .home-sec.manage-details .add-new-form .button {
    float: left;
    margin-left: 170px;
    width: auto;
    padding: 0 24px;
  }
  .home-sec.manage-details .add-new-form.payment .button {
    margin-left: 0;
  }
  .home-sec.manage-details .add-new-form.payment .col-xs-6.small {
    width: 35%;
  }
  .home-sec.manage-details .add-new-form.payment h3 {
    float: left;
    width: 280px;
  }
  .home-sec.manage-details .add-new-form.payment form {
    float: left;
    width: 60%;
  }
  .home-sec.manage-details .add-new-form.payment label, .home-sec.manage-details .add-new-form.payment input, .home-sec.manage-details .add-new-form.payment .select-style {
    width: 100%;
    float: none;
  }
  .home-sec.manage-details .add-new-form.payment .input-row {
    width: 34%;
    margin-right: 4%;
    float: left;
  }
  .home-sec.manage-details .add-new-form.payment .input-row.cvn input {
    float: left;
  }
  .home-sec.manage-details .add-new-form.payment .input-row.cvn .drop-down {
    right: 43px;
    bottom: 50px;
    margin-right: 0;
  }
  .home-sec.manage-details .add-new-form.payment .input-row.cvn .drop-down:before {
    right: 10px;
  }
  .home-sec.manage-details .add-new-form.payment .input-row.date .select-style {
    width: 40%;
    background-position: 85% center;
  }
  .home-sec.manage-details .add-new-form.payment .input-row.card-number {
    width: 66%;
  }
}

.wrapper.order .breadcrumbs-container {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .wrapper.order .breadcrumbs-container {
    margin-bottom: 0;
  }
}
.wrapper.order section.intro {
  padding-bottom: 60px;
}
.wrapper.order section.intro h4 {
  font-size: 20px;
  font-family: "Proxima Nova Rg", sans-serif;
  margin-bottom: 44px;
}
.wrapper.order section.intro .img-container {
  text-align: right;
  padding-left: 0;
}
.wrapper.order section.intro .img-container img {
  max-width: 100%;
}
@media only screen and (max-width: 1320px) {
  .wrapper.order section.intro .img-container {
    padding-left: 1.5%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper.order section.intro .info-container {
    width: 100%;
    padding: 0;
  }
  .wrapper.order section.intro .img-container {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .wrapper.order section.intro {
    padding-bottom: 30px;
  }
}
.wrapper.order section.products-container {
  padding-bottom: 80px;
}
.wrapper.order section.products-container .category {
  margin-bottom: 80px;
}
.wrapper.order section.products-container .category h2 {
  margin-bottom: 40px;
}
.wrapper.order section.products-container .category:last-of-type {
  margin-bottom: 0;
}
.wrapper.order section.products-container .products {
  padding-right: 4%;
}
.wrapper.order section.products-container .product {
  height: 90px;
  padding: 20px 0;
}
.wrapper.order section.products-container .product .message {
  font-size: 22px;
  text-align: right;
  line-height: 50px;
}
.wrapper.order section.products-container .product .img-container img {
  max-width: 100%;
  max-height: 100%;
}
.wrapper.order section.products-container .product .block {
  height: 100%;
}
.wrapper.order section.products-container .product .name {
  height: 49px;
  padding-left: 2%;
}
.wrapper.order section.products-container .product .name .name-inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wrapper.order section.products-container .product .name span {
  display: block;
}
.wrapper.order section.products-container .product .name .large {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 4px;
}
.wrapper.order section.products-container .product .name .small {
  font-size: 14px;
}
.wrapper.order section.products-container .product .quantity-type {
  font-size: 15px;
  line-height: 50px;
  text-align: center;
}
.wrapper.order section.products-container .product .price {
  font-size: 24px;
  line-height: 50px;
  text-align: center;
}
.wrapper.order section.products-container .product .price.price-cut {
  line-height: initial;
  padding-top: 6px;
}
.wrapper.order section.products-container .product .price.price-cut .total {
  display: block;
}
.wrapper.order section.products-container .product .price.price-cut .total:nth-of-type(1) {
  color: #da4343;
  line-height: 20px;
}
.wrapper.order section.products-container .product .price.price-cut .total:nth-of-type(2) {
  font-size: 12px;
  line-height: 16px;
  text-decoration: line-through;
}
.wrapper.order section.products-container .product .quantity {
  padding-top: 9px;
}
.wrapper.order section.products-container .product .quantity .multi-button {
  margin-left: auto;
}
.wrapper.order section.products-container .product .quantity input {
  font-size: 18px;
}
.wrapper.order section.products-container .footer {
  background-color: #eeeeee;
  padding: 38px 40px;
  border-radius: 4px;
}
.wrapper.order section.products-container .footer .header {
  margin-bottom: 30px;
  font-size: 28px;
  font-family: "Proxima Nova B", sans-serif;
  color: #222;
}
.wrapper.order section.products-container .footer .items-container {
  padding: 20px 0;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
}
.wrapper.order section.products-container .footer .items-container .block-container:first-of-type {
  margin-bottom: 20px;
}
.wrapper.order section.products-container .footer .totals {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc;
}
.wrapper.order section.products-container .footer .totals .total {
  margin-bottom: 20px;
}
.wrapper.order section.products-container .footer .totals .total:last-of-type {
  margin-bottom: 0;
}
.wrapper.order section.products-container .footer .right p {
  text-align: right;
  font-size: 24px;
  font-family: "Proxima Nova Rg", sans-serif;
}
.wrapper.order section.products-container .footer p {
  margin: 0;
}
.wrapper.order section.products-container .footer p span {
  font-weight: bold;
}
.wrapper.order section.products-container .footer .subtotal {
  margin-bottom: 20px;
}
.wrapper.order section.products-container .footer strong {
  font-family: "Arial", sans-serif;
  font-weight: bold;
}
.wrapper.order section.products-container .footer .minimum {
  display: none;
  margin-bottom: 20px;
  text-align: right;
}
.wrapper.order section.products-container .footer .free-delivery .img-container {
  width: 50px;
  padding: 0;
}
.wrapper.order section.products-container .footer .free-delivery .last {
  text-align: right;
  width: calc(100% - 50px);
}
.wrapper.order section.products-container .footer .button {
  display: block;
  width: 100%;
  font-size: 16px;
}
.wrapper.order section.products-container .footer .button span {
  margin-right: 10px;
}
.wrapper.order section.products-container .footer.not-enough .minimum {
  display: block;
}
.wrapper.order section.products-container.order-list.fixed .footer-container {
  position: fixed;
  top: 60px;
}
.wrapper.order section.products-container.order-list.footer-bottom .footer-container {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 1320px) {
  .wrapper.order section.products-container .products {
    width: 60%;
  }
  .wrapper.order section.products-container .footer-container {
    width: 40%;
  }
  .wrapper.order section.products-container.order-list.footer-bottom .footer-container {
    padding-right: 6vw;
    padding-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .wrapper.order section.products-container .category:last-of-type {
    margin-bottom: 80px;
  }
  .wrapper.order section.products-container .products {
    width: 100%;
    padding: 0;
  }
  .wrapper.order section.products-container .footer-container {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .wrapper.order section.products-container {
    padding-bottom: 30px;
  }
  .wrapper.order section.products-container .category {
    margin-bottom: 30px;
  }
  .wrapper.order section.products-container .category h2 {
    margin-bottom: 20px;
  }
  .wrapper.order section.products-container .category:last-of-type {
    margin-bottom: 30px;
  }
  .wrapper.order section.products-container .product {
    height: auto;
  }
  .wrapper.order section.products-container .product .message {
    width: 100%;
    text-align: right;
    line-height: 30px;
    padding: 0;
  }
  .wrapper.order section.products-container .product .img-container {
    width: 15%;
  }
  .wrapper.order section.products-container .product .name {
    width: 85%;
    padding-left: 5%;
  }
  .wrapper.order section.products-container .product .quantity-type, .wrapper.order section.products-container .product .price, .wrapper.order section.products-container .product .quantity {
    width: 100%;
    text-align: right;
    line-height: 30px;
    padding: 0;
  }
  .wrapper.order section.products-container .product .multi-button {
    margin-top: 10px;
  }
  .wrapper.order section.products-container .footer {
    padding: 18px 20px;
  }
}

.wrapper.login-page .breadcrumbs-container {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .wrapper.login-page .breadcrumbs-container {
    margin-bottom: 10px;
  }
}
.wrapper.login-page .title {
  text-align: center;
  margin-bottom: 50px;
}
.wrapper.login-page .title h4 {
  font-family: "Proxima Nova Rg", sans-serif;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .wrapper.login-page .title {
    margin-bottom: 20px;
  }
}
.wrapper.login-page .login-container {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .wrapper.login-page .login-container {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .wrapper.login-page .login-container {
    padding-bottom: 30px;
  }
}
.wrapper.login-page .form-container {
  padding-right: 5.5%;
  border-right: solid 1px #ccc;
}
.wrapper.login-page .form-container form {
  margin-left: auto;
  width: 360px;
  max-width: 100%;
}
.wrapper.login-page .form-container .password-wrap {
  margin-bottom: 20px;
}
.wrapper.login-page .form-container .password-wrap .error {
  text-align: right;
  display: none;
}
.wrapper.login-page .form-container .password-wrap.error .error {
  display: block;
}
.wrapper.login-page .form-container .password-wrap.error input {
  color: #da4343;
  background-color: #fff5f5;
  border-color: #e5787f;
}
.wrapper.login-page .form-container .input-container {
  margin-bottom: 10px;
}
.wrapper.login-page .form-container .input-container label {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  line-height: 40px;
  color: #222;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 15px;
  margin: 0;
}
.wrapper.login-page .form-container .input-container input {
  display: inline-block;
  vertical-align: top;
  width: 70%;
  margin: 0;
  background-color: #f6f6f6;
  border-color: #ccc;
}
.wrapper.login-page .form-container .input-container input.error {
  border-color: #b73131;
}
.wrapper.login-page .form-container .submit-container {
  text-align: right;
}
.wrapper.login-page .form-container .submit-container input {
  line-height: 40px;
  height: 40px;
  padding: 0;
  width: 25%;
  vertical-align: middle;
}
.wrapper.login-page .form-container .submit-container a {
  display: inline-block;
  vertical-align: middle;
  width: 45%;
  color: #7cb14c;
  font-size: 13px;
  font-family: "Arial", sans-serif;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .wrapper.login-page .form-container {
    width: 100%;
    padding: 0 0 50px;
    margin-bottom: 50px;
    border-right: none;
    border-bottom: solid 1px #ccc;
  }
  .wrapper.login-page .form-container form {
    margin: 0 auto;
    width: 320px;
  }
}
@media only screen and (max-width: 480px) {
  .wrapper.login-page .form-container .input-container label, .wrapper.login-page .form-container .input-container input {
    width: 100%;
  }
  .wrapper.login-page .form-container .submit-container input {
    width: 100%;
    display: block;
    margin: 0 auto 20px;
  }
  .wrapper.login-page .form-container .submit-container a {
    width: 60%;
  }
}
@media only screen and (max-width: 480px) {
  .wrapper.login-page .form-container {
    margin-bottom: 20px;
  }
}
.wrapper.login-page .cta-container {
  padding-left: 5.5%;
}
.wrapper.login-page .cta-container .button span {
  margin-right: 8px;
  top: 2px;
}
@media only screen and (max-width: 768px) {
  .wrapper.login-page .cta-container {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .wrapper.login-page .cta-container p {
    margin-bottom: 20px;
  }
}

.wrapper.checkout {
  margin: 0;
}

.select-style {
  border: 1px solid #aaa;
  border-radius: 5px;
  width: 100%;
  float: left;
  overflow: hidden;
  margin-bottom: 10px;
  height: 40px;
  line-height: 40px;
  background: url("../img/select-arrow.png") no-repeat 95% 50% #f6f6f6;
  background-size: 15px;
}
.select-style select {
  padding: 0 12px;
  width: 100%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  height: 100%;
  color: #222;
}
.select-style select :focus {
  outline: none;
}

input[type=checkbox].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
@media print {
  input[type=checkbox].css-checkbox {
    position: relative;
    left: 0;
    clip: initial;
    height: initial;
    width: initial;
    margin: auto;
    z-index: 1;
    border: initial;
    display: inline-block;
    clear: none;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
  }
}

input[type=checkbox].css-checkbox + label.css-label {
  padding-left: 28px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 14px;
  color: #4e5966;
}
input[type=checkbox].css-checkbox + label.css-label.align-right {
  background-position: right 0;
  padding-left: 0;
  padding-right: 28px;
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 13px;
  color: #666;
  vertical-align: baseline;
  font-weight: normal;
  margin-bottom: 0;
}
@media print {
  input[type=checkbox].css-checkbox + label.css-label {
    float: left;
    width: 80%;
  }
}

input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -20px;
}
input[type=checkbox].css-checkbox:checked + label.css-label.align-right {
  background-position: right -20px;
}

label.css-label {
  background-image: url("../img/checkbox.png");
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label.css-label.dark {
  background-image: url("../img/checkbox-dark.png");
}

.login-input {
  border-radius: 5px;
  background-color: #f6f6f6;
  border: 1px solid #ccc;
  line-height: 40px;
  height: 40px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #222222;
  padding: 1px 12px;
}
.login-input.error {
  border: solid 1px #e5787f;
  background-color: #fff5f5;
  color: #da4343;
}
.login-input.error::-webkit-input-placeholder {
  color: #da4343;
}
.login-input.error:-moz-placeholder {
  /* Firefox 18- */
  color: #da4343;
}
.login-input.error::-moz-placeholder {
  /* Firefox 19+ */
  color: #da4343;
}
.login-input.error:-ms-input-placeholder {
  color: #da4343;
}
.login-input.line-input {
  line-height: 36px;
}
.login-input.textarea {
  resize: none;
  min-height: 40px;
  line-height: 1;
  padding: 12px;
}

.login {
  padding-top: 20px;
  padding-bottom: 40px;
}
.login .form {
  display: none;
}
.login .new-customer {
  margin: 0 -15px;
}
.login.new form#newForm {
  display: block;
}
.login.old form#oldForm {
  display: block;
}
.login label {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #444;
}
.login h2 {
  color: #222222;
  margin: 20px 0 15px 0;
  font-family: "Proxima Nova B", sans-serif, sans-serif;
}
.login h3 {
  font-size: 22px;
  color: #78787b;
  margin: 0 0 15px 0;
  font-family: "Proxima Nova B", sans-serif, sans-serif;
}
.login ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
.login ul li {
  width: 100%;
  font-size: 18px;
  color: #444;
}
.login ul li label {
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 16px;
  line-height: 31px;
  color: #444;
  margin-bottom: 10px;
}
.login ul li span {
  position: relative;
  top: 2px;
}
.login ul li input {
  margin-right: 10px;
}
.login .dates {
  width: 100%;
  position: relative;
  padding: 0 0 20px;
  border-bottom: 1px solid #ddd;
}
.login .dates li {
  width: 100%;
  border-radius: 5px;
  line-height: 40px;
  height: 50px;
  padding: 8px 16px 10px 44px;
  background-color: #eeeeee;
  margin-bottom: 5px;
  position: relative;
}
.login .dates li.vis {
  margin-bottom: 20px;
  height: 60px;
}
.login .dates li label {
  display: block;
  font-size: 14px;
  line-height: 19px;
  font-family: "Verdana", sans-serif;
  color: #222;
  margin: 0;
  padding-right: 50px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.login .dates li .text {
  width: 100%;
  float: right;
  line-height: 1.4;
}
.login .dates li .postage {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  color: #69433c;
}
.login .dates li .postage .icon-plus {
  font-size: 11px;
  top: -1px;
}
.login .dates li .tickbox {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background-color: #fff;
  position: absolute;
  left: -32px;
  top: 50%;
  margin-top: -10px;
  text-align: center;
  line-height: 21px;
}
.login .dates li.active {
  background-color: #69433c;
}
.login .dates li.active label {
  color: #fff;
}
.login .dates li.active .postage {
  color: #fff;
}
.login .dates li.active .tickbox {
  background-color: #69433c;
}
.login .dates li.active .tickbox:before {
  content: "";
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
}
.login .dates li.more {
  background-color: transparent;
  position: absolute;
  bottom: 0;
}
.login .dates li.more .icon-down-arrow {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 16px;
  color: #7cb14c;
}
.login .dates li.more.active {
  color: #222;
}
.login .complete-address {
  position: relative;
  margin-bottom: 0;
}
.login .complete-address li {
  font-size: 14px;
}
.login .complete-address .enter {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 2;
  width: auto;
  color: #e5787f;
  text-decoration: underline;
  font-size: 12px;
}
.login .complete-address .enter a {
  color: #e5787f;
}
.login .full-width {
  width: 100%;
}
.login .login-input {
  border-radius: 5px;
  background-color: #f6f6f6;
  border: 1px solid #aaaaaa;
  line-height: 40px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #222222;
  padding: 1px 12px;
}
.login .login-input.error {
  color: #da4343;
  background-color: #fff5f5;
  border-color: #e5787f;
}
.login .login-input.error label, .login .login-input.error span, .login .login-input.error input, .login .login-input.error select, .login .login-input.error a {
  color: #da4343;
}
.login .login-input.error label::-webkit-input-placeholder, .login .login-input.error span::-webkit-input-placeholder, .login .login-input.error input::-webkit-input-placeholder, .login .login-input.error select::-webkit-input-placeholder, .login .login-input.error a::-webkit-input-placeholder {
  color: #da4343;
}
.login .login-input.error label:-moz-placeholder, .login .login-input.error span:-moz-placeholder, .login .login-input.error input:-moz-placeholder, .login .login-input.error select:-moz-placeholder, .login .login-input.error a:-moz-placeholder {
  /* Firefox 18- */
  color: #da4343;
}
.login .login-input.error label::-moz-placeholder, .login .login-input.error span::-moz-placeholder, .login .login-input.error input::-moz-placeholder, .login .login-input.error select::-moz-placeholder, .login .login-input.error a::-moz-placeholder {
  /* Firefox 19+ */
  color: #da4343;
}
.login .login-input.error label:-ms-input-placeholder, .login .login-input.error span:-ms-input-placeholder, .login .login-input.error input:-ms-input-placeholder, .login .login-input.error select:-ms-input-placeholder, .login .login-input.error a:-ms-input-placeholder {
  color: #da4343;
}
.login .login-input.line-input {
  line-height: 36px;
}
.login .login-input.textarea {
  resize: none;
  min-height: 40px;
  line-height: 1;
  padding: 12px;
}
.login .login-label {
  font-family: "Arial", sans-serif;
  font-size: 14px;
}
.login .existing-customer {
  position: relative;
}
.login .existing-customer .forgot {
  position: absolute;
  right: 0;
  color: #e5787f;
  font-family: "Arial", sans-serif;
  font-size: 14px;
}
.login .forgotten-text {
  font-size: 16px;
  font-family: "Proxima Nova Rg", sans-serif;
  color: #666;
  margin-bottom: 25px;
}
.login .button {
  margin-top: 25px;
  min-width: 50%;
  line-height: 50px;
  height: 50px;
  font-size: 16px;
}
@media only screen and (min-width: 780px) {
  .login {
    background-color: #eee;
    height: 100%;
    padding: 60px 0;
  }
  .login h2 {
    margin-top: 0;
  }
  .login .title {
    font-size: 32px;
    margin: 0 0 40px;
    padding: 0;
  }
  .login .dates {
    margin-bottom: 40px;
    float: none;
  }
  .login .dates li {
    float: none;
  }
  .login .button {
    float: left;
    padding: 0 20px;
    border-bottom: solid 2px #789927;
  }
  .login .special-instructions {
    padding: 0;
  }
  .login .inner {
    width: 700px;
    background-color: #fff;
    border-left: solid 1px #dfdfdf;
    border-right: solid 1px #dfdfdf;
    border-bottom: solid 2px #dfdfdf;
    border-radius: 6px;
    padding: 75px 85px;
  }
}

.delivery {
  padding: 16px 0;
  width: 100%;
}
.delivery h2 {
  padding: 0 16px;
}
.delivery .line-input {
  line-height: 40px;
}
@media only screen and (min-width: 780px) {
  .delivery {
    padding: 60px 0;
  }
}

.delivery-address {
  position: relative;
  padding: 16px 0;
  border-bottom: 1px solid #dddddd;
  width: 100%;
}
.delivery-address:first-of-type {
  padding-top: 0;
}
.delivery-address.button-con {
  border-bottom: 0;
}
.delivery-address .more-mar {
  margin-bottom: 15px;
}
.delivery-address .address-finder-container, .delivery-address .set-container, .delivery-address .manually-container {
  display: none;
}
.delivery-address a.enter {
  display: none;
}
.delivery-address.address-finder a.enter.manually {
  display: block;
}
.delivery-address.address-finder .address-finder-container {
  display: block;
}
.delivery-address.set .set-container {
  display: block;
}
.delivery-address.manually a.enter.address-finder {
  display: block;
}
.delivery-address.manually .manually-container {
  display: block;
}
.delivery-address h2 {
  padding: 0;
  float: left;
}
.delivery-address .enter {
  position: absolute;
  top: 16px;
  right: 16px;
  text-decoration: underline;
  color: #e5787f;
  font-size: 12px;
  line-height: 29px;
}
.delivery-address input {
  padding: 1px 12px;
}
.delivery-address label {
  font-size: 14px;
  font-family: "Proxima Nova Rg", sans-serif;
}
@media only screen and (min-width: 780px) {
  .delivery-address {
    padding: 40px 0 25px;
  }
  .delivery-address .enter {
    top: 36px;
  }
  .delivery-address.address-finder .address-finder-container .select-style {
    width: 48%;
    margin-right: 4%;
  }
  .delivery-address.address-finder .address-finder-container .line-input {
    width: 48%;
  }
}

.delivery-date h2 {
  margin-bottom: 40px;
}

.card-number {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.card-number .card {
  right: 16px;
  width: 37px;
  height: 20px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
.card-number .card.visa {
  background-image: url("../img/visa.png");
}
.card-number .card.american-express {
  background-image: url("../img/amex.png");
}
.card-number .card.union-pay {
  background-image: url("../img/union pay.png");
}
.card-number .card.diners-club {
  background-image: url("../img/diners club.png");
}
.card-number .card.maestro {
  background-image: url("../img/maestro.png");
}
.card-number .card.mastercard {
  background-image: url("../img/mastercard.png");
}
.card-number .card.jcb {
  background-image: url("../img/jcb.png");
}
.card-number .card.discover {
  background-image: url("../img/discover.png");
}
.card-number input {
  margin-bottom: 0;
}

.payment {
  padding: 60px 0;
  width: 100%;
}
.payment .expiry {
  padding: 0 8px 0 0;
}
.payment .expiry .col-xs-6 {
  padding: 0;
}
.payment .expiry .col-xs-6:nth-of-type(1) {
  padding-right: 3px;
}
.payment .expiry .col-xs-6:nth-of-type(2) {
  padding-left: 3px;
}
.payment .expiry .select-style {
  background: url("../img/select-arrow.png") no-repeat 90% 50% #f6f6f6;
  background-size: 10px;
}
.payment .cvn {
  padding: 0 0 0 8px;
}
.payment .cvn .information {
  width: 30px;
  margin-left: 10px;
  float: left;
  position: relative;
  top: 6px;
  background-image: url("../img/info.png");
  background-size: contain;
  display: block;
  height: 30px;
}
.payment .cvn .login-label {
  font-size: 14px;
}
.payment .cvn .drop-down {
  position: absolute;
  width: 290px;
  background-color: #fff;
  border-radius: 5px;
  right: 16px;
  -webkit-box-shadow: 0px 0px 36px -7px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: 0px 0px 36px -7px rgba(0, 0, 0, 0.59);
  box-shadow: 0px 0px 36px -7px rgba(0, 0, 0, 0.59);
  padding: 20px 120px 20px 20px;
  bottom: 68px;
  display: none;
}
.payment .cvn .drop-down .amex {
  display: none;
}
.payment .cvn .drop-down.american-express-card .amex {
  display: block;
}
.payment .cvn .drop-down.american-express-card .card {
  display: none;
}
.payment .cvn .drop-down.card-card .card {
  display: block;
}
.payment .cvn .drop-down img {
  position: absolute;
  right: 20px;
  width: 92px;
  top: 54px;
}
.payment .cvn .drop-down h3 {
  font-size: 19px;
  font-family: "Proxima Nova Sb", sans-serif;
  margin: 0 0 10px;
  color: #7cb14c;
}
.payment .cvn .drop-down p {
  font-size: 14px;
  font-family: "Arial", sans-serif;
}
.payment .cvn .drop-down:before {
  position: absolute;
  content: "";
  border: 5px solid #fff;
  border-top-color: transparent;
  border-right-color: transparent;
  right: 10px;
  bottom: -5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.payment .cvn input {
  width: calc(100% - 40px);
  float: left;
}
.payment .cvn.active .drop-down {
  display: block;
}
.payment .cvn.active .information {
  background-image: url("../img/info-brown.png");
}
.payment .payment-option {
  float: left;
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #d4d4d4;
}
.payment .payment-option .col-xs-6:first-of-type {
  padding-left: 0;
}
.payment .payment-option .col-xs-6:last-of-type {
  padding-right: 0;
}
.payment .payment-option .col-xs-12 {
  padding: 0;
}
.payment .payment-option h2 {
  margin-bottom: 20px;
}
.payment .payment-option .card-number {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.payment .payment-option .card-number input {
  margin-bottom: 0;
}
.payment .payment-option.paypal {
  padding-bottom: 15px;
}
.payment .payment-option.paypal .paypal-hide {
  display: none;
}
.payment .payment-option.paypal .visa-img {
  opacity: 0.5;
}
.payment .payment-option.card .paypal-hide {
  display: block;
}
.payment .payment-option.card .paypal-img {
  opacity: 0.5;
}
.payment .payment-options {
  width: calc(100% - 36px);
  margin-bottom: 15px;
}
.payment .payment-options.not-checked {
  opacity: 0.5;
}
.payment .order-review {
  margin-bottom: 7px;
}
.payment .order-review li {
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 10px;
  font-family: "Arial", sans-serif;
}
.payment .order-review li .small {
  font-size: 12px;
}
.payment .order-review li .edit {
  text-decoration: underline;
  color: #e5787f;
}
.payment .order-review li .right {
  float: right;
}
.payment .order-review li .ver {
  font-family: "Arial", sans-serif;
}
.payment .order-review li span {
  top: 0;
}
.payment .order-review li.bold {
  font-family: "Verdana Bold", sans-serif;
}
.payment .place-order {
  padding: 20px 0;
  float: left;
  width: 100%;
}
.payment .place-order .t-c-button {
  font-family: "Verdana", sans-serif;
  font-size: 14px;
  color: #222;
  cursor: pointer;
  line-height: 20px;
  position: relative;
  top: -2px;
  text-decoration: underline;
}
.payment .place-order .button {
  margin: 20px 0;
}
.payment .place-order p {
  color: #666;
  font-size: 12px;
  font-family: "Arial", sans-serif;
}
@media only screen and (min-width: 780px) {
  .payment .order-review {
    padding: 0;
  }
  .payment .cvn {
    width: 145px;
    padding-right: 0;
  }
  .payment .expiry {
    width: 130px;
    margin-right: 40px;
  }
  .payment .place-order {
    padding: 40px 0 0;
  }
  .payment .payment-options {
    width: auto;
    height: 30px;
  }
  .payment .payment-option.paypal, .payment .payment-option.card {
    margin-top: 20px;
  }
  .payment .payment-option.paypal h2, .payment .payment-option.card h2 {
    margin-bottom: 30px;
  }
  .payment .payment-option.paypal > .col-xs-6, .payment .payment-option.card > .col-xs-6 {
    width: 35%;
  }
  .payment .payment-option .col-xs-6:nth-of-type(2) {
    padding-left: 0;
  }
}

.delivery-overview {
  line-height: 40px;
  border: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  float: left;
  width: 100%;
  margin-bottom: 18px;
}
.delivery-overview p {
  color: #666666;
  font-size: 12px;
  float: left;
  margin: 0;
  font-family: "Arial", sans-serif;
  line-height: 40px;
  width: calc(100% - 26px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 10px 0 0;
}
.delivery-overview p span {
  color: #222;
}
.delivery-overview a {
  float: right;
  text-decoration: underline;
  color: #e5787f;
  font-family: "Arial", sans-serif;
  width: 26px;
}

.order-confirmation {
  background-color: #fff;
  padding: 0;
}
.order-confirmation h2, .order-confirmation p {
  text-align: left;
}
.order-confirmation h2 {
  font-size: 28px;
  margin-bottom: 35px;
}
.order-confirmation .button {
  width: 100%;
  margin: 0;
}
.order-confirmation .inner-half {
  padding: 20px 6vw;
}
@media only screen and (min-width: 780px) {
  .order-confirmation .button {
    float: right;
    width: 52%;
  }
  .order-confirmation .inner-half.left {
    padding-right: 10%;
    padding-left: 14%;
  }
  .order-confirmation .inner-half.right {
    padding-left: 2%;
    padding-right: 12%;
  }
}

.your-order ul {
  margin: 0;
}
.your-order ul li .card {
  width: 35px;
  margin-right: 5px;
  border: 1px solid #ccc;
  position: relative;
  top: -2px;
}
.your-order .complete-address {
  position: relative;
}
.your-order .complete-address li {
  font-size: 14px;
  color: #666666;
}
.your-order .complete-address .enter {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 2;
  width: auto;
  color: #e5787f;
  text-decoration: underline;
  font-size: 12px;
}
.your-order .complete-address .enter a {
  color: #e5787f;
}
.your-order h3 {
  padding: 0;
}
.your-order .order-review {
  padding: 18px 0;
}
.your-order .your-order-container h2 {
  margin-top: 0;
}
.your-order .your-order-container .input-row.cvn {
  margin-top: 20px;
  padding: 0;
}
.your-order .your-order-container .input-row.cvn input {
  margin: 0;
}
@media only screen and (min-width: 780px) {
  .your-order .your-order-container {
    padding: 60px 20px;
  }
  .your-order .your-order-container .input-row .drop-down {
    right: auto;
    bottom: 76px;
  }
  .your-order .your-order-container .input-row .drop-down:before {
    right: 155px;
  }
  .your-order .delivery-address {
    padding-top: 20px;
  }
  .your-order .order-review {
    padding: 20px 0 0;
  }
}

.logged-in-top {
  padding: 40px 0;
}
.logged-in-top h1, .logged-in-top h2, .logged-in-top p {
  text-align: center;
  color: #78787b;
}
.logged-in-top h1 {
  margin: 0 0 27px;
  font-size: 30px;
  font-family: "Proxima Nova B", sans-serif;
}
.logged-in-top p {
  margin: 0 0 30px;
  font-size: 14px;
  font-family: "Arial", sans-serif;
}
.logged-in-top h2 {
  font-size: 16px;
  font-family: "Proxima Nova B", sans-serif;
  margin: 0;
  color: #909093;
}
.logged-in-top .button {
  width: 80px;
  float: right;
  height: 39px;
  line-height: 40px;
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.logged-in-top input {
  width: calc(100% - 85px);
  float: left;
  height: 39px;
  line-height: 39px;
  margin: 0;
  background-color: transparent;
}
.logged-in-top .user-nav {
  text-align: center;
  font-size: 0;
}
.logged-in-top .user-nav .third {
  width: 33.3%;
  height: 112px;
  float: none;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0 1%;
}
.logged-in-top .user-nav .third div {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 auto 14px;
  background-color: #ccc;
  color: #fff;
  text-align: center;
  line-height: 29px;
  position: relative;
}
.logged-in-top .user-nav .third div img {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 19px;
}
.logged-in-top .user-nav .third.new-order div {
  background-color: #789927;
}
.logged-in-top .user-nav .third.new-order div:before {
  background-color: #7cb14c;
}
.logged-in-top .user-nav .third.new-order div img {
  width: 18px;
}
.logged-in-top .user-nav .third.history-invoices div {
  background-color: #737376;
}
.logged-in-top .user-nav .third.history-invoices div:before {
  background-color: #909093;
}
.logged-in-top .user-nav .third.history-invoices div img {
  width: 9.5px;
}
.logged-in-top .user-nav .third.preferences div {
  background-color: #b3832d;
}
.logged-in-top .user-nav .third.preferences div:before {
  background-color: #dda133;
}
.logged-in-top .user-nav .third.preferences div img {
  width: 20px;
}
.logged-in-top .user-nav .third.change-password div {
  background-color: #5088a9;
}
.logged-in-top .user-nav .third.change-password div:before {
  background-color: #5fa7d1;
}
.logged-in-top .user-nav .third.change-password div img {
  width: 22px;
}
.logged-in-top .user-nav .third.payment-methods div {
  background-color: #806ca3;
}
.logged-in-top .user-nav .third.payment-methods div:before {
  background-color: #9579c3;
}
.logged-in-top .user-nav .third.payment-methods div img {
  width: 20px;
}
.logged-in-top .gift-code-container {
  max-width: 100%;
  margin: 0 auto;
}
.logged-in-top .gift-code-container .accepted p {
  font-size: 14px;
  margin-bottom: 10px;
}
.logged-in-top .gift-code-container .accepted h3 {
  text-transform: uppercase;
  color: #666;
  font-size: 20px;
  font-family: "Proxima Nova B", sans-serif;
  text-align: center;
  margin: 0;
}
.logged-in-top .gift-code-container .accepted h3 a {
  color: #da4343;
  font-family: "Arial", sans-serif;
  text-decoration: underline;
  text-transform: none;
  font-size: 14px;
}
@media only screen and (min-width: 780px) {
  .logged-in-top {
    padding: 60px 20px;
  }
  .logged-in-top .inner {
    max-width: 800px;
  }
  .logged-in-top .user-nav .third {
    width: 16.6667%;
  }
  .logged-in-top .gift-code-container {
    max-width: 550px;
  }
}

.logged-in-grey {
  background-color: #eeeeee;
  padding: 40px 0;
}
.logged-in-grey h2 {
  text-align: center;
  font-size: 30px;
  color: #78787b;
  font-family: "Proxima Nova B", sans-serif;
  margin: 0 0 40px;
}
.logged-in-grey .order-overview {
  width: 100%;
  margin-bottom: 8px;
  padding: 17px;
  background-color: #fff;
  border-radius: 5px;
}
.logged-in-grey .order-overview .button {
  width: 80px;
  float: right;
  height: 39px;
  line-height: 40px;
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.logged-in-grey .order-overview .text {
  width: calc(100% - 85px);
  float: left;
}
.logged-in-grey .order-overview .text h3 {
  font-size: 18px;
  margin: 0 0 3px;
  font-family: "Proxima Nova B", sans-serif;
}
.logged-in-grey .order-overview .text h3, .logged-in-grey .order-overview .text p {
  color: #78787b;
}
.logged-in-grey .order-overview .text span {
  margin: 0 10px;
}
.logged-in-grey .order-overview .text p {
  font-size: 14px;
  margin: 0;
}
@media only screen and (min-width: 780px) {
  .logged-in-grey {
    padding: 60px 20px;
  }
  .logged-in-grey .order-overview .text {
    padding-right: 20px;
  }
  .logged-in-grey .order-overview .text h3 {
    float: left;
    line-height: 40px;
    margin: 0;
  }
  .logged-in-grey .order-overview .text p {
    float: right;
    line-height: 40px;
  }
  .logged-in-grey .inner {
    max-width: 800px;
  }
}

.logged-in-invite {
  padding: 40px 0;
  border-bottom: 1px solid #ccc;
}
.logged-in-invite h2 {
  font-size: 30px;
  font-family: "Proxima Nova B", sans-serif;
  color: #78787b;
  margin: 0 0 40px;
}
.logged-in-invite p {
  margin: 0 0 30px;
  font-size: 14px;
  font-family: "Arial", sans-serif;
  color: #78787b;
  padding: 0 20px;
}
.logged-in-invite p span {
  font-weight: 800;
}
.logged-in-invite h2, .logged-in-invite p {
  text-align: center;
}
.logged-in-invite .code {
  width: 100%;
  margin: 0 0 35px;
  background-color: #eaf2d6;
  text-transform: uppercase;
  text-align: center;
  display: block;
  height: 90px;
}
.logged-in-invite .code h4 {
  line-height: 91px;
  margin: 0;
  font-size: 30px;
  font-family: "Proxima Nova B", sans-serif;
  color: #7cb14c;
}
.logged-in-invite .share h3 {
  width: 90px;
  float: left;
  font-size: 18px;
  color: #78787b;
  font-family: "Proxima Nova B", sans-serif;
  margin: 0;
}
.logged-in-invite .share .social {
  width: calc(100% - 90px);
  float: left;
}
.logged-in-invite .share .social a {
  display: inline-block;
  vertical-align: top;
  margin-right: 2px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 41px;
  color: #fff;
  font-family: "Proxima Nova B", sans-serif;
  font-size: 25px;
}
.logged-in-invite .share .social .fb {
  background-color: #226eaf;
}
.logged-in-invite .share .social .tw {
  background-color: #00a7e6;
}
.logged-in-invite .share .social .email {
  background-color: #e5787f;
}
.logged-in-invite .share .social .sms {
  background-color: #7cb14c;
  font-size: 13px;
}
@media only screen and (min-width: 780px) {
  .logged-in-invite {
    border-bottom: none;
    padding: 0;
  }
  .logged-in-invite .code {
    float: left;
    width: 45%;
    height: 80px;
    margin: 0 0 0 20px;
  }
  .logged-in-invite .code h4 {
    line-height: 81px;
  }
  .logged-in-invite .share {
    float: right;
    width: 47%;
    padding-top: 20px;
  }
  .logged-in-invite .share h3 {
    line-height: 40px;
    width: 130px;
  }
  .logged-in-invite .share .social {
    float: right;
    width: calc(100% - 150px);
    padding-right: 20px;
  }
  .logged-in-invite .inner {
    padding: 50px 0;
    max-width: 800px;
    border-bottom: 1px solid #ccc;
  }
}

.logged-in-signed {
  padding: 40px 20px;
  border-bottom: 1px solid #ccc;
  width: 100%;
}
.logged-in-signed h3 {
  width: 50%;
  float: left;
  color: #78787b;
  line-height: 1.3;
  font-size: 18px;
  font-family: "Proxima Nova B", sans-serif;
  margin: 0;
}
.logged-in-signed ul {
  float: left;
  width: 50%;
  list-style: none;
  color: #7cb14c;
  padding: 0;
}
.logged-in-signed ul li {
  margin-bottom: 4px;
}
.logged-in-signed ul li span {
  color: #78787b;
  font-family: "Arial", sans-serif;
  font-size: 14px;
}
.logged-in-signed ul li:before {
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 5px;
}
@media only screen and (min-width: 780px) {
  .logged-in-signed {
    width: 50%;
    border-bottom: none;
    padding: 40px 0 0 20px;
    float: left;
  }
  .logged-in-signed h3 {
    width: 100%;
    float: none;
    margin-bottom: 25px;
  }
  .logged-in-signed ul {
    width: 100%;
    float: none;
  }
  .logged-in-signed .inner-half {
    max-width: 400px;
    padding-right: 5%;
  }
}

.logged-in-faq {
  padding: 40px 0;
}
.logged-in-faq h2 {
  font-size: 18px;
  color: #78787b;
  margin: 0;
  padding: 0 20px 30px 20px;
  border-bottom: 1px solid #ddd;
  font-family: "Proxima Nova B", sans-serif;
}
.logged-in-faq ul li h4 {
  font-size: 14px;
  font-family: "Arial", sans-serif;
  color: #333333;
  float: left;
  margin: 0;
  max-width: calc(100% - 22px);
}
.logged-in-faq ul li h4, .logged-in-faq ul li .icon-down-arrow {
  line-height: 50px;
}
.logged-in-faq ul li .header-item span {
  line-height: 50px;
}
.logged-in-faq ul li .panel-collapse, .logged-in-faq ul li .header-item {
  padding: 0 20px;
}
.logged-in-faq ul li p {
  font-size: 14px !important;
  font-family: "Arial", sans-serif;
}
.logged-in-faq ul li p span {
  font-weight: bold;
}
@media only screen and (min-width: 780px) {
  .logged-in-faq {
    width: 50%;
    padding: 40px 0;
    float: right;
  }
  .logged-in-faq .inner-half {
    padding-left: 5%;
    max-width: 400px;
  }
}

.wrapper.landing section {
  position: relative;
}
.wrapper.landing section.hero {
  background-image: url("../img/landing-hero.jpg");
  background-size: cover;
  background-position: center;
  padding: 75px 0;
}
.wrapper.landing section.hero h1 {
  margin-bottom: 40px;
}
.wrapper.landing section.hero .content-container {
  width: 65%;
  padding-right: 1%;
}
.wrapper.landing section.hero .ticks-container {
  margin-bottom: 50px;
}
.wrapper.landing section.hero .ticks {
  width: 50%;
  margin-bottom: 6px;
}
.wrapper.landing section.hero .ticks .small-tick-container {
  width: 30px;
}
.wrapper.landing section.hero .ticks .small-tick-container span {
  font-size: 20px;
  color: #7cb14c;
}
.wrapper.landing section.hero .ticks .text-container {
  width: calc(100% - 30px);
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.wrapper.landing section.hero .ticks:nth-of-type(1n+1) {
  padding-left: 0;
}
.wrapper.landing section.hero .ticks:nth-of-type(2n+2) {
  padding-right: 0;
}
.wrapper.landing section.hero h1 {
  color: #fff;
  font-family: "Proxima Nova B", sans-serif;
  font-size: 60px;
  line-height: 54px;
  letter-spacing: -2.8px;
}
.wrapper.landing section.hero .ctas .button {
  vertical-align: top;
}
@media only screen and (max-width: 900px) {
  .wrapper.landing section.hero h1 {
    font-size: 52px;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper.landing section.hero {
    padding-bottom: 0;
  }
  .wrapper.landing section.hero .content-container {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .wrapper.landing section.hero {
    padding-top: 35px;
    background-image: none;
    background-color: #222;
  }
  .wrapper.landing section.hero h1 {
    font-size: 38px;
    line-height: 46px;
  }
  .wrapper.landing section.hero .ticks {
    width: 100%;
  }
  .wrapper.landing section.hero .ticks-container {
    margin-bottom: 20px;
  }
}
.wrapper.landing section.how-it-works .steps {
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .wrapper.landing section.how-it-works {
    padding: 30px 0 0;
  }
}
.wrapper.landing section.our-range {
  text-align: center;
  background-color: #eee;
  padding: 60px 0;
}
.wrapper.landing section.our-range .content {
  max-width: 850px;
  margin: 0 auto 50px;
}
.wrapper.landing section.our-range .product {
  margin-bottom: 50px;
}
.wrapper.landing section.our-range .product .img-container {
  width: 100%;
  height: 120px;
  position: relative;
}
.wrapper.landing section.our-range .product .img-container img {
  max-width: 100%;
  max-height: 100%;
}
.wrapper.landing section.our-range .product p {
  line-height: 20px;
}
.wrapper.landing section.our-range .product p.large {
  font-size: 20px;
  margin-bottom: 2px;
  line-height: 24px;
}
.wrapper.landing section.our-range .product p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .wrapper.landing section.our-range .product {
    width: 25%;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper.landing section.our-range .product {
    width: 33.333333%;
  }
}
@media only screen and (max-width: 678px) {
  .wrapper.landing section.our-range .product {
    width: 50%;
  }
}
@media only screen and (max-width: 320px) {
  .wrapper.landing section.our-range .product {
    width: 100%;
    margin-bottom: 30px;
  }
}
.wrapper.landing section.compare-us {
  text-align: center;
  padding: 65px 0 80px;
}
.wrapper.landing section.compare-us h2 {
  margin-bottom: 40px;
}
.wrapper.landing section.compare-us .inner {
  max-width: 900px;
}
.wrapper.landing section.compare-us table {
  width: 100%;
  font-family: "Arial", sans-serif;
  font-size: 18px;
}
.wrapper.landing section.compare-us table td {
  height: 50px;
  line-height: 20px;
  border-bottom: solid 1px #ddd;
  width: 33.333333%;
}
.wrapper.landing section.compare-us table td:nth-of-type(1) {
  font-weight: bold;
  text-align: left;
  padding-left: 18px;
}
.wrapper.landing section.compare-us table td:nth-of-type(2) {
  background-color: #f2f7ed;
}
.wrapper.landing section.compare-us table td:nth-of-type(3) {
  background-color: #e8e8e8;
}
.wrapper.landing section.compare-us table thead td, .wrapper.landing section.compare-us table .saving td, .wrapper.landing section.compare-us table .total td {
  font-weight: bold;
}
.wrapper.landing section.compare-us table .total td:nth-of-type(2) {
  color: #7cb14c;
}
.wrapper.landing section.compare-us table .saving td {
  background-color: #8bc259;
  color: #fff;
  text-transform: uppercase;
  border-bottom: none;
}
.wrapper.landing section.compare-us table .saving td:nth-of-type(2) {
  background-color: #7cb14c;
}
.wrapper.landing section.compare-us table .saving td:nth-of-type(3) {
  background-color: #222;
}
@media only screen and (max-width: 480px) {
  .wrapper.landing section.compare-us {
    padding: 30px 0 40px;
  }
  .wrapper.landing section.compare-us table {
    font-size: 14px;
  }
  .wrapper.landing section.compare-us table td:nth-of-type(1) {
    padding-left: 0;
  }
  .wrapper.landing section.compare-us table .saving td:nth-of-type(1) {
    padding-left: 5px;
  }
}

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