﻿.eshop .content .page {
  background: url(/images/pages/backgrounds/background-rider-medium.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 200px;
}
@media (min-width: 768px) {
  .eshop .content .page {
    background: url(/images/pages/backgrounds/background-rider.jpg);
    background-repeat: no-repeat;
    background-position: center top;
  }
}
.eshop .content .page .header {
  padding-left: 0px;
  color: #c8c8c8;
  font-weight: 700;
  font-size: 34px;
}
.eshop .content .page .subtitle {
  margin: -7px 0px 5px 0px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  padding-left: 20px;
}
.eshop .content .page .description {
  margin-top: 30px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  vertical-align: middle;
  margin-bottom: 40px;
}
.eshop .content .page .shipping-state .shipping-state-name {
  color: #9aca3c;
  font-size: 40px;
  margin-top: 30px;
}
.eshop .content .page .shift {
  min-height: 183px;
}
.eshop .content .page .shift .header {
  padding-top: 30px;
  padding-left: 20px;
  font-size: 54px;
  font-weight: 300;
  color: #fff;
}
.eshop .content .page .shift .subtitle {
  font-size: 27px;
  font-weight: 900;
  color: #fff;
}
.eshop .content .page .white-background {
  padding: 0px 20px 10px 20px;
  background-color: #ffffff;
  max-width: 950px;
}
.eshop .content .page .white-background .image-under-header {
  vertical-align: top;
  padding-top: 120px;
}
.eshop .content .page .white-background p {
  margin-bottom: 20px;
}
.eshop .content .page .white-background h2 {
  padding-left: 0px;
  margin-top: 50px;
  padding-bottom: 15px;
  color: #c8c8c8;
  font-weight: 700;
  font-size: 34px;
}
.eshop .content .page .white-background h3 {
  padding-left: 0px;
  margin-top: 50px;
  padding-bottom: 15px;
  color: #c8c8c8;
  font-weight: 700;
  font-size: 30px;
}
.eshop .content .page .white-background h4 {
  padding-left: 0px;
  margin-top: 50px;
  padding-bottom: 15px;
  color: #c8c8c8;
  font-weight: 700;
  font-size: 20px;
}
.eshop .content .page .white-background a {
  color: #9aca3c;
}
.eshop .content .page .white-background a:hover {
  text-decoration: underline;
}
.eshop .content .page .white-background .no-margin-bottom {
  margin-bottom: -7px;
}
.eshop .content .page .white-background .black-header-1 {
  color: #000;
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 40px;
}
.eshop .content .page .white-background .black-header-2 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
}
.eshop .content .page .white-background .subheader {
  padding-bottom: 25px;
  margin-top: -25px;
  color: #c8c8c8;
  font-weight: 500;
  font-size: 20px;
}
@media (max-width: 768px) {
  .eshop .content .page .white-background {
    padding-top: 0px;
  }
}
.shipping .dropdownlist {
  max-width: 300px;
}
.shipping .below-combo-text {
  margin-bottom: 15px;
}
.shipping .states-combo {
  margin: 20px 0px;
}
.shipping .transportation-image {
  display: inline-block;
  width: 65px;
  text-align: center;
}
.shipping .transportation-and-payment-transportation-type-name {
  font-size: 16px;
  font-weight: 700;
  vertical-align: middle;
  line-height: 40px;
}
.shipping .transportation-and-payment-transportation-type-description {
  font-size: 14px;
  font-weight: 500;
  vertical-align: middle;
  display: block;
  padding-left: 90px;
}
.shipping .transportation-and-payment-transportation-type-estimate {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 5px;
  width: 100%;
}
@media (min-width: 768px) {
  .shipping .transportation-and-payment-transportation-type-estimate {
    padding-left: 90px;
    margin-top: 0px;
  }
}