body {
  background: #eef1f6;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 400;
}

#password-reset-block {
  display: none;
}

.vertical-spacer {
  background: #dedede;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 50%;
  width: 1px;
  height: 130px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .vertical-spacer {
    width: 40%;
    height: 1px;
    margin: 0;
    margin-top: 18px;
    margin-bottom: 20px;
  }
}

.vertical-spacer-text {
  float: left;
  width: 100%;
  text-align: center;
  color: #afafaf;
  font-style: italic;
  margin: 10px 0;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .vertical-spacer-text {
    width: 20%;
  }
}

.vertical-spacer-new {
  background: #dedede;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 42%;
  height: 1px;
  margin: 0;
  margin-top: 18px;
  margin-bottom: 20px;
}

.vertical-spacer-text-new {
  float: left;
  text-align: center;
  color: #afafaf;
  font-style: italic;
  margin: 10px 0;
  width: 16%;
}

.big-baner .wrapper {
  width: 1440px;
  margin: 0 auto;
  position: relative;
  height: 414px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 1069px) {
  .big-baner .wrapper {
    width: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .big-baner .wrapper {
    width: 100%;
  }
}

.big-baner .wrapper.wide {
  width: 100%;
}

.big-baner .wrapper .arrow {
  position: absolute;
  z-index: 999;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .big-baner .wrapper .arrow {
    display: none;
  }
}

.big-baner .wrapper .arrow.left {
  top: 50%;
  margin-top: -29px;
  left: 30px;
}

.big-baner .wrapper .arrow.right {
  top: 50%;
  margin-top: -29px;
  right: 30px;
}

.big-baner .item {
  width: 100%;
  height: 414px;
  position: relative;
}

.big-baner .item .text-content {
  position: absolute;
  top: 0;
  padding-left: 180px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 414px;
  z-index: 99;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .big-baner .item .text-content {
    width: 100%;
    padding: 0 30px;
  }
}

.big-baner .item .text-content h1.title {
  font-family: 'Exo 2', Helvetica, Arial, sans-serif;
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 900;
  font-style: italic;
  margin: 0 0 20px 0;
  padding: 0;
  float: left;
  width: 450px;
  clear: both;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.15);
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .big-baner .item .text-content h1.title {
    width: 100%;
    font-size: 35px;
  }
}

.big-baner .item .text-content p {
  float: left;
  width: 450px;
  font-family: 'Exo 2', Helvetica, Arial, sans-serif;
  font-size: 19px;
  clear: both;
  font-weight: 300;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 25px;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.15);
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .big-baner .item .text-content p {
    width: 100%;
  }
}

.big-baner .item .text-content .button-area {
  float: left;
  width: 350px;
  clear: both;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .big-baner .item .text-content .button-area {
    width: 100%;
  }
}

.big-baner .img {
  height: 414px;
  width: 100%;
  float: left;
  margin-top: -414px;
  background-repeat: no-repeat;
  background-color: #eee;
  background-size: cover;
  background-position: center center;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .big-baner .img {
    width: 100%;
    float: left;
  }
}

.big-baner .darken {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1069px) {
  .hide-on-tablet {
    display: none !important;
  }
}

@media only screen and (min-width: 1070px) {
  .hide-on-desktop {
    display: none !important;
  }
}

.content-wrapper {
  width: 1070px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 1069px) {
  .content-wrapper {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .content-wrapper.wide {
    padding: 0 40px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .content-wrapper {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;
  }
}

header,
nav,
.big-baner,
.site-content,
.logged-in-block,
.notifications,
footer {
  width: 100%;
  float: left;
}

.site-content.padding-top-30 {
  padding-top: 30px;
}

header {
  background: #fff;
  height: 98px;
}

header .site-logo {
  float: left;
  margin-top: 27px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  header .site-logo {
    width: 170px;
    margin-top: 32px;
  }

  header .site-logo img {
    width: 100%;
  }
}

header .baner {
  float: left;
  width: 465px;
  height: 54px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #dedede;
  background: #e7f3f8;
  border-radius: 30px;
  margin-top: 19px;
  margin-left: 100px;
  padding-right: 16px;
}

header .baner .left-image {
  float: left;
  margin-left: -1px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  height: 100%;
}

header .baner .left-image.no-img {
  width: 50px;
  height: 54px;
}

header .baner .text {
  float: left;
  width: 170px;
  margin-left: 10px;
  text-transform: uppercase;
  height: 54px;
  margin-top: 12px;
}

header .baner .text .top {
  color: #0d74a6;
  font-size: 10px;
  font-weight: 500;
  float: left;
  width: 100%;
  margin-bottom: 7px;
}

header .baner .text .bottom {
  float: left;
  width: 100%;
  color: #252525;
  font-size: 11px;
  font-weight: 700;
}

header .baner .text .bottom img {
  float: left;
  margin-top: -4px;
  margin-right: 5px;
}

header .baner .button-area {
  float: right;
  margin-top: 11px;
}

header .register-log-in {
  float: right;
  margin-top: 20px;
  font-size: 12px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  header .register-log-in {
    width: auto;
  }
}

header .register-log-in .mobile-menu-ico {
  float: left;
  margin-top: 15px;
}

header .register-log-in .mobile-menu-ico img {
  width: 40px;
}

header .register-log-in .user-logged-in {
  color: #000;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  float: left;
  margin-top: 18px;
}

header .register-log-in .user-logged-in .user-ico {
  float: left;
  margin-right: 12px;
}

header .register-log-in .user-logged-in .arrow-down {
  float: right;
  margin-top: 5px;
  margin-left: 10px;
}

header .register-log-in .not-registered {
  display: inline-block;
  margin-top: 7px;
  float: left;
  width: 100%;
  text-align: center;
}

header .register-log-in .not-registered a {
  color: #0e76a9;
}

nav {
  background: url(/img/nav-bg.jpg) repeat-x;
  height: 50px;
}

nav .menu {
  float: left;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  nav .menu {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1069px) {
  nav .menu {
    width: 100%;
  }
}

nav .menu a {
  float: left;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  padding: 17px 30px 18px 30px;
}

nav .menu a:first-child {
  padding-left: 0;
}

nav .menu a:not(.hide-on-mobile):nth-of-type(3),
nav .menu a:not(.hide-on-tablet):nth-of-type(3) {
  border-right: none;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  nav .menu a {
    width: 50%;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    border-right: 1px solid #67b9e2;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1069px) {
  nav .menu a {
    width: 50%;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    border-right: 1px solid #67b9e2;
  }
}

nav .social {
  float: right;
}

@media only screen and (min-width: 768px) and (max-width: 1069px) {
  nav .social {
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  nav .social {
    display: none;
  }
}

nav .social a {
  text-decoration: none;
  float: left;
  border-left: 1px solid #39a4d8;
}

nav .social a img {
  float: left;
}

nav .social a:last-child {
  border-right: 1px solid #39a4d8;
}

.logged-in-block {
  padding: 15px 0;
  background: #fff;
  font-size: 14px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .logged-in-block {
    background: none;
  }
}

.logged-in-block.no-background {
  background: none;
}

.logged-in-block .my-products {
  background: url(/img/my-products.jpg) no-repeat;
  float: left;
  height: 61px;
  width: 312px;
  font-family: "Exo 2", Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 22px;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .logged-in-block .my-products {
    width: 100%;
    background: #e2fad5;
    border: 1px solid #aaddb1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1069px) {
  .logged-in-block .my-products {
    width: 38.9%;
    border-bottom: 1px solid #aaddb1;
    background-size: 100% 61px;
  }
}

.logged-in-block .my-product-name {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  float: left;
  height: 59px;
  width: 294px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  background: #fff;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .logged-in-block .my-product-name {
    width: 100%;
    text-align: center;
    border: none;
    height: auto;
    padding: 20px 0 10px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-right: 1px solid #dedede;
    border-left: 1px solid #dedede;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1069px) {
  .logged-in-block .my-product-name {
    width: 37%;
    display: block;
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1069px) {
  .logged-in-block .my-product-name .tablet {
    width: 100%;
    float: left;
  }

  .logged-in-block .my-product-name .tablet:first-child {
    margin-top: 16px;
  }

  .logged-in-block .my-product-name .tablet:not(:first-child) {
    color: #686868;
    font-weight: normal;
    margin-top: 3px;
  }
}

.logged-in-block .spacer {
  float: left;
  width: 1px;
  background: #dedede;
  height: 40px;
  margin-top: 10px;
  margin-left: -1px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .logged-in-block .spacer {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1069px) {
  .logged-in-block .spacer {
    display: none;
  }
}

.logged-in-block .my-product-date {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  height: 59px;
  width: 424px;
  float: left;
  color: #747474;
  padding: 0 14px 0 25px;
  background: #fff;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .logged-in-block .my-product-date {
    width: 100%;
    border: none;
    height: auto;
    padding: 0;
    text-align: center;
    border-right: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1069px) {
  .logged-in-block .my-product-date {
    width: 18.6%;
  }
}

.logged-in-block .my-product-date span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 59px;
  width: 220px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .logged-in-block .my-product-date span {
    width: 100%;
    display: block;
    height: auto;
  }
}

.logged-in-block .my-product-date .btn {
  width: 178px;
  float: right;
  margin-top: -49px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .logged-in-block .my-product-date .btn {
    width: 50%;
    display: inline-block;
    float: none;
    margin: 10px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1069px) {
  .logged-in-block .my-product-date .btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 10px;
  }
}

.notifications {
  margin: 20px 0;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .notifications {
    width: 100%;
    overflow: hidden;
  }
}

.notifications .item {
  float: left;
  width: 32.1%;
  margin-right: 1.85%;
  height: 75px;
  border: 1px solid #dedede;
  background: #fffdee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.notifications .item:not(.no-hover):hover {
  text-decoration: underline;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .notifications .item {
    width: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .notifications .item:nth-of-type(2),
  .notifications .item:nth-of-type(3) {
    -webkit-transform: translate(90%);
            transform: translate(90%);
    float: left;
    margin-left: 50px;
    margin-top: -75px;
  }
}

.notifications .item.half {
  width: 48.15%;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .notifications .item.half {
    width: 90%;
  }
}

.notifications .item.half:nth-of-type(2) {
  margin-right: 0;
  float: right;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .notifications .item.half:nth-of-type(2) {
    -webkit-transform: translate(90%);
            transform: translate(90%);
    float: left;
    margin-left: 50px;
    margin-top: -75px;
  }
}

.notifications .item:last-child {
  margin-right: 0;
}

.notifications .item .header {
  color: #d70913;
  font-weight: 700;
  font-size: 14px;
  float: left;
  width: 100%;
}

.notifications .item .date {
  color: #676662;
  font-size: 11px;
  float: left;
  width: 100%;
  font-weight: 500;
  margin-top: 3px;
  font-style: italic;
}

.notifications .item .col {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.notifications .item .col.left {
  width: 30%;
  border-right: 1px solid #cac8bc;
  padding-right: 20px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .notifications .item .col.left {
    width: 40%;
    float: left;
  }
}

.notifications .item .col.right {
  width: 70%;
  color: #363739;
  font-size: 13px;
  font-weight: 500;
  padding-left: 20px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .notifications .item .col.right {
    width: 60%;
    float: left;
  }
}

.content-block {
  width: 100%;
  float: left;
  border: 1px solid #dedede;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}

.content-block .content.checkout-wrapper {
  float: left;
  padding-top: 10px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .content-block .checkout-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .content-block .checkout-wrapper .right-small {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .content-block .checkout-wrapper .header.inverted .text {
    font-size: 20px;
    padding-top: 10px;
  }

  .content-block .checkout-wrapper .header.inverted .credits-payment {
    font-size: 18px;
    padding-top: 0px;
  }
}

.content-block .checkout-wrapper .coupon-code {
  width: 100%;
  float: left;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.content-block .checkout-wrapper .coupon-code .header {
  background: none;
}

.content-block .checkout-wrapper .coupon-code .header .text {
  padding: 20px 0px;
}

.content-block .checkout-wrapper .coupon-code .coupon-section {
  background: none;
}

.content-block.buy-more {
  background: #e7f3f8;
}

.content-block.buy-more .header {
  background: #e7f3f8 !important;
}

.content-block.buy-more .content {
  background: #e7f3f8;
}

.content-block.password-reset {
  background: #fffded;
  padding: 10px 0 50px 0;
  text-align: center;
  margin-top: -1px;
}

.content-block.receipt {
  background: #fffce3;
}

.content-block.receipt .header {
  background: #fffce3 !important;
}

.content-block.receipt .content {
  background: #fffce3;
}

.content-block.center-aligned {
  text-align: center;
}

.content-block.attached {
  margin-top: -1px;
  padding-top: 20px;
}

.content-block.attached.padding-none {
  padding-top: 0;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .content-block.mobile-attached {
    margin-top: -1px;
    padding-top: 20px;
  }
}

.content-block.padding-bottom-30 {
  padding-bottom: 30px;
}

.content-block.padding-bottom-10 {
  padding-bottom: 10px;
}

.content-block.twitter-widget {
  padding: 5px 5px 0 5px;
}

.content-block.sidebar {
  background: #fff;
  margin-bottom: 25px;
}

.content-block.sidebar .header {
  background: #fff;
  padding: 30px 20px 15px 20px;
}

.content-block.sidebar .header.exo {
  font-family: 'Exo 2', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  padding: 20px;
  color: #000;
}

.content-block.sidebar .header.exo.padding-top-none {
  padding-top: 0;
}

.content-block.sidebar .header.with-border-bottom {
  border-bottom: 1px solid #dedede;
  margin-bottom: 20px;
}

.content-block.sidebar .header .text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  font-size: 21px;
  padding: 0;
}

.content-block.sidebar .content {
  padding: 0 20px;
}

.content-block.sidebar .content .list {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  color: #1694d2;
  font-size: 13px;
}

.content-block.sidebar .content .list:last-child {
  margin-bottom: 0;
}

.content-block.sidebar .content .list.margin-bottom-20 {
  margin-bottom: 20px;
}

.content-block.sidebar .content p {
  line-height: 20px;
}

.content-block .col {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content-block .col.width-42 {
  width: 42%;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .content-block .col.width-42 {
    width: 100%;
  }
}

.content-block .col.width-50 {
  width: 50%;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .content-block .col.width-50 {
    width: 100%;
  }
}

.content-block .col.margin-bottom-20 {
  margin-bottom: 20px;
}

.content-block .col.padding-right-35 {
  padding-right: 45px;
}

.content-block .col.padding-left-35 {
  padding-left: 45px;
}

.content-block .col.padding-auto:nth-of-type(2n) {
  padding-left: 30px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .content-block .col.padding-auto:nth-of-type(2n) {
    padding-left: 0;
  }
}

.content-block .col.padding-auto:nth-of-type(2n - 1) {
  padding-right: 30px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .content-block .col.padding-auto:nth-of-type(2n - 1) {
    padding-right: 0;
  }
}

.content-block .header {
  float: left;
  width: 100%;
  background: #1592cf;
  color: #fff;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .content-block .header {
    padding: 0 20px;
  }
}

.content-block .header.center-aligned .text {
  width: 100%;
  text-align: center;
}

.content-block .header .info-text {
  float: right;
  text-transform: none;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  margin-top: 10px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .content-block .header .info-text {
    width: 100%;
    text-align: left;
  }
}

.content-block .header.colored {
  background: #fffce3;
  font-family: 'Exo 2', Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
  padding: 28px 40px 30px 40px;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  margin-bottom: 30px;
}

.content-block .header.colored.not {
  background: none;
  border: none;
  opacity: 0.2;
  padding-top: 20px;
  padding-bottom: 60px;
}

.content-block .header.colored.attached {
  border-top: none;
}

.content-block .header.colored.attached.blue-border {
  border-top: 2px solid #2395d0;
  border-right: 2px solid #2395d0;
  border-left: 2px solid #2395d0;
  margin-bottom: 0;
}

.content-block .header.colored.attached.with-ico img {
  vertical-align: middle;
  margin-right: 10px;
}

.content-block .header.colored.attached.with-ico span {
  vertical-align: middle;
}

.content-block .header.dark-blue {
  background: #0d74a7;
}

.content-block .header.padding-top-none {
  padding-top: 0;
}

.content-block .header.wide {
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .content-block .header.wide {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.content-block .header.fit {
  padding-left: 0;
  padding-right: 0;
}

.content-block .header.small {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.content-block .header.large.inverted .text {
  font-size: 25px;
}

.content-block .header.tiny.inverted .text {
  font-size: 19px;
}

.content-block .header.sub-heading.inverted .text {
  font-size: 19px;
  margin-top: 0;
  padding-top: 0;
}

.content-block .header.inverted {
  background: #fff;
  color: #000;
}

.content-block .header.inverted.no-bg {
  background: none;
}

.content-block .header.inverted.average {
  font-size: 20px;
  color: #252525;
  font-weight: 900;
  margin-bottom: 20px;
}

.content-block .header.inverted.average.margin-bottom-10 {
  margin-bottom: 10px;
}

.content-block .header.inverted.average.margin-bottom-none {
  margin-bottom: 0;
}

.content-block .header.inverted.average.padding-bottom-20 {
  padding-bottom: 20px;
}

.content-block .header.inverted .text {
  font-size: 21px;
  padding-top: 30px;
}

.content-block .header.inverted .text.padding-top-10 {
  padding-top: 10px;
}

.content-block .header.inverted .text.padding-none {
  padding: 0;
}

.content-block .header.padding-none {
  padding: 0;
}

.content-block .header .text {
  float: left;
  font-size: 17px;
  font-weight: 700;
  padding: 16px 0;
}

.content-block .header .info {
  float: right;
  font-weight: 500;
  font-size: 10px;
  text-transform: uppercase;
}

.content-block .header .info .item {
  float: left;
  margin-right: 20px;
  padding-top: 14px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .content-block .header .info .item {
    margin-right: 10px;
  }
}

.content-block .header .info .item:last-child {
  margin-right: 0;
}

.content-block .header .info .item .ico,
.content-block .header .info .item .ico-text {
  float: left;
}

.content-block .header .info .item .ico-text {
  margin-left: 10px;
  margin-top: 6px;
  text-decoration: none;
  color: inherit;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .content-block .header .info .item .ico-text {
    display: none;
  }
}

.content-block .header .jackpot_banner {
  float: left;
  font-size: 15px;
  padding: 7px 10px 5px 10px;
  background-color: #f8de4b;
  text-transform: capitalize;
  font-style: italic;
  color: #0c1626;
  font-weight: bold;
  margin: 10px 30px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  letter-spacing: -0.5pt;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .content-block .header .jackpot_banner {
    font-size: 10px;
    padding: 4px 5px 2px 5px;
    margin: 17px 10px;
  }
}

.content-block .timing {
  float: left;
  width: 100%;
  background: #e7f3f8;
  padding: 15px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12.5px;
  font-weight: 500;
}

.content-block .timing.white {
  background: #fff;
}

.content-block .timing span img {
  float: left;
  margin-top: -3px;
  margin-right: 10px;
}

.content-block .content {
  float: left;
  width: 100%;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  font-size: 14px;
}

.content-block .content .left-wide {
  width: 60%;
  margin-right: 3%;
  float: left;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .content-block .content .left-wide {
    width: 100%;
  }
}

.content-block .content h1,
.content-block .content h2,
.content-block .content h3,
.content-block .content h4 {
  margin: 5px 0 15px 0;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .content-block .content {
    padding: 10px;
  }
}

.content-block .content.custom-p-color p {
  color: #555555;
  line-height: 20px;
  margin-bottom: 10px;
}

.content-block .content.custom-p-color.p-margin-bottom-20 p {
  margin-bottom: 20px;
}

.content-block .content.links-colored a:not(.btn) {
  color: #1694d2;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

.content-block .content.strong-colored strong {
  color: #1694d2;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

.content-block .content.very-strong strong {
  font-weight: 700;
}

.content-block .content.wide {
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .content-block .content.wide {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.content-block .content.padding-above-bottom-none {
  padding-top: 0;
  padding-bottom: 0;
}

.content-block .content.padding-top-none {
  padding-top: 0;
}

.content-block .content.padding-top-30 {
  padding-top: 30px;
  padding-bottom: 0;
}

.content-block .content.with-border-right {
  border-right: 1px solid #dedede;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .content-block .content.with-border-right {
    border-right: none;
  }
}

.content-block .content .status-ico {
  float: left;
  margin-right: 10px;
  margin-top: 1px;
  margin-left: -25px;
}

.content-block .content .ranking {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
}

.content-block .content .ranking.li-no-border li {
  border-bottom: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

.content-block .content .ranking li {
  border-bottom: 1px solid #dedede;
  padding: 10px 0;
  color: #555555;
}

.content-block .content .ranking li strong {
  color: #252525;
}

.content-block .content .ranking li span {
  display: inline-block;
  margin-right: 10px;
}

.content-block .content .ranking li:first-child {
  padding-top: 0;
}

.content-block .content .ranking li:last-child {
  border-bottom: none;
}

.content-block .content .prediction-item {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}

.content-block .content .prediction-item h1 {
  font-weight: 700;
  font-size: 17px;
  margin-top: 0;
}

.content-block .content .prediction-item p {
  margin: 5px 0;
  padding: 0;
}

.content-block .content .prediction-item p:nth-of-type(2n) {
  color: #555555;
}

.content-block .content .prediction-item .text {
  margin-bottom: 20px;
}

.content-block .content .prediction-item .text:last-child {
  margin-bottom: 0;
}

.content-block .content .user-product-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.content-block .content .user-product-list li,
.content-block .content .user-product-list .top,
.content-block .content .user-product-list .bottom {
  float: left;
  width: 100%;
}

.content-block .content .user-product-list li .top,
.content-block .content .user-product-list .top .top,
.content-block .content .user-product-list .bottom .top {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 8px;
}

.content-block .content .user-product-list li .bottom,
.content-block .content .user-product-list .top .bottom,
.content-block .content .user-product-list .bottom .bottom {
  color: #0e76a9;
  text-decoration: none;
  font-size: 13.5px;
}

.content-block .content .user-product-list li a,
.content-block .content .user-product-list .top a,
.content-block .content .user-product-list .bottom a {
  margin-bottom: 7px;
}

.content-block .content .user-product-list li {
  border-bottom: 1px solid #dedede;
  padding-bottom: 15px;
  padding-top: 15px;
}

.content-block .content .user-product-list li:first-child {
  padding-top: 0;
}

.content-block .content .user-product-list li:last-child {
  border-bottom: none;
}

.content-block .content .post-image {
  width: 100%;
}

.content-block .content .post-header {
  color: #1694d2;
  font-size: 17px;
  font-weight: 500;
  margin: 0 0 15px 0;
}

.content-block .content .post-header a {
  color: inherit;
  text-decoration: none;
}

.content-block .content .post-header.large {
  font-size: 21px;
}

.content-block .content .post-header.black {
  color: #000;
  font-size: 25px;
  font-weight: 700;
}

.content-block .content .post-header.meta {
  font-size: 14px;
  font-weight: 400;
  margin-top: -10px;
  margin-bottom: 20px;
}

.content-block .content .number-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #676767;
}

.content-block .content .number-list strong {
  color: #000;
}

.content-block .content .number-list.content li {
  border-bottom: none;
}

.content-block .content .number-list li {
  float: left;
  width: 100%;
  padding: 9px 0;
  border-bottom: 1px solid #dedede;
}

.content-block .content .number-list li:first-child {
  padding-top: 0;
}

.content-block .content .number-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.content-block .content .number-list li .col {
  float: left;
  width: 60%;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .content-block .content .number-list li .col {
    width: 100%;
  }
}

.content-block .content .number-list li .col.half {
  width: 50%;
}

.content-block .content .number-list li .col.half.right {
  text-align: right;
  font-weight: 500;
}

.content-block .content .number-list li .col.full {
  font-style: italic;
  width: 100%;
  margin-top: 5px;
}

.content-block .content .number-list li .col.right {
  float: right;
  width: 40%;
  text-align: right;
  font-weight: 500;
}

.content-block .content .coupon-stats {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.content-block .content .coupon-stats p {
  margin: 0 0 10px 0;
  padding: 0;
}

.content-block .content strong {
  font-weight: 500;
}

.content-block .content p {
  padding: 0;
  margin: 0 0 20px 0;
  color: #252525;
  line-height: 20px;
}

.content-block .content hr {
  width: 100%;
  float: left;
  height: 1px;
  background: #dedede;
  margin-bottom: 20px;
  border: none;
}

.content-block .content .meta {
  float: left;
  width: 100%;
}

.content-block .content .meta.margin-top-20 {
  margin-top: 20px;
}

.content-block .content .meta .button-area {
  float: left;
  width: 73%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
  margin-top: -10px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .content-block .content .meta .button-area {
    width: 100%;
    margin-top: 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .content-block .content .meta .button-area .btn.large {
    float: left;
    padding: 15px 0;
    width: 100%;
  }
}

.content-block .content .meta .button-area.full {
  width: 100%;
}

.content-block .content .meta .button-area.center-aligned {
  text-align: center;
}

.content-block .content .meta .button-area .have-account {
  float: left;
  width: 100%;
  margin-top: 18px;
  color: #1694d2;
  font-weight: 500;
}

.content-block .content .meta .sharing-area {
  float: right;
  padding-top: 0;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .content-block .content .meta .sharing-area {
    width: 100%;
    text-align: center;
    padding-top: 20px;
  }
}

.content-block .content .meta .sharing-area a,
.content-block .content .meta .sharing-area img {
  float: left;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .content-block .content .meta .sharing-area a,
  .content-block .content .meta .sharing-area img {
    display: inline-block;
    float: none;
  }
}

.content-block .content .meta .sharing-area a {
  margin-right: 8px;
}

.content-block .content .meta .sharing-area a:last-child {
  margin-right: 0;
}

.content-block .content .col {
  float: left;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .content-block .content .col.login {
    width: 100%;
  }
}

.content-block .content .col.login.left {
  width: 46%;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .content-block .content .col.login.left {
    width: 100%;
  }
}

.content-block .content .col.login.middle {
  width: 8%;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .content-block .content .col.login.middle {
    width: 100%;
  }
}

.content-block .content .col.login.right {
  width: 46%;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .content-block .content .col.login.right {
    width: 100%;
  }
}

.content-block .content .col.login.middle-new {
  width: 100%;
}

.content-block .content .col.checkout {
  background: #ecf5f9;
  border: 1px solid #d7e6ed;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 40px;
  width: 100%;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .content-block .content .col.checkout {
    padding: 10px 10px 20px 10px;
  }
}

.content-block .content .col.checkout.large {
  width: 70%;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .content-block .content .col.checkout.large {
    width: 100%;
  }
}

.content-block .content .col.checkout.left {
  width: 46%;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .content-block .content .col.checkout.left {
    width: 100%;
  }
}

.content-block .content .col.checkout.right {
  width: 46%;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .content-block .content .col.checkout.right {
    width: 100%;
  }
}

.content-block .content .col.checkout.right-small {
  width: 37%;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .content-block .content .col.checkout.right-small {
    width: 100%;
  }

  .content-block .content .col.checkout.right-small .text {
    font-size: 20px;
    padding-top: 6px;
    padding-bottom: 10px;
  }
}

.logged-in-user-actions {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
}

.logged-in-user-actions.single {
  padding: 10px 20px 0 20px;
}

.logged-in-user-actions.single .item {
  text-align: center;
}

.logged-in-user-actions.single .item img {
  display: inline-block;
  float: none;
}

.logged-in-user-actions.with-border a {
  border: 1px solid #e4b1b3;
}

.logged-in-user-actions.attached {
  margin: 0;
  padding: 0;
  border: 1px solid #dedede;
}

.logged-in-user-actions.attached.margin-top-20 {
  margin-top: 20px;
}

.logged-in-user-actions .item {
  float: left;
  width: 24.0625%;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  background: #ebebeb;
  margin-right: 1.25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 20px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .logged-in-user-actions .item {
    width: 100%;
  }
}

.logged-in-user-actions .item img {
  float: left;
  margin-right: 10px;
  margin-top: 1px;
}

.logged-in-user-actions .item:last-child {
  margin-right: 0;
}

.logged-in-user-actions .item.log-out {
  background: #f5d7d8;
}

.content-baner {
  width: 100%;
  float: left;
  border: 1px solid #dedede;
  height: 131px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .content-baner {
    height: auto;
  }
}

.content-baner .content {
  float: left;
  padding: 29px 40px 30px 40px;
}

.content-baner .content.page {
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .content-baner .content.page {
    padding: 20px;
    position: relative;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .content-baner .content {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }
}

.content-baner .content h1 {
  font-size: 36px;
  font-weight: 900;
  font-family: 'Exo 2', Helvetica, Arial,sans-serif;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  padding: 0;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .content-baner .content h1 {
    padding-top: 50px;
  }
}

.content-baner .content h2 {
  font-size: 21px;
  font-weight: 500;
  font-family: 'Exo 2', Helvetica, Arial,sans-serif;
  color: #1694d2;
  margin: 0;
  padding: 0;
}

.content-baner img {
  float: right;
  margin-top: -1px;
  height: 130px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .content-baner img {
    float: none;
    position: absolute;
    height: 60px;
    right: 20px;
  }
}

.table {
  color: #252525;
  float: left;
  width: 100%;
  border-collapse: collapse;
}

.table.my-products {
  margin: 0;
  padding: 0;
  color: #555555;
  text-align: left;
}

.table.my-products a {
  color: #0e76a9;
  text-decoration: none;
}

.table.my-products th {
  font-weight: 500;
  border-bottom: 1px solid #dedede;
  padding: 0 5px 10px 5px;
}

.table.my-products td {
  padding: 10px 5px;
}

.table.my-products tr {
  border-bottom: 1px solid #dedede;
}

.table.my-products tr:last-child {
  border: none;
}

.table strong {
  color: #252525;
}

.table .align-right {
  text-align: right;
  padding-right: 0;
}

.table.limited-padding td {
  padding: 0 2px 0 0;
}

.table td {
  padding: 5px 5px 5px 0;
}

.table td.inline {
  display: inline-block;
}

.horizontal-spacer {
  width: 100%;
  float: left;
  height: 1px;
  background: #dedede;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}

.horizontal-spacer.margin-top-none {
  margin-top: 0;
}

.horizontal-spacer.margin-top-and-bottom-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.horizontal-spacer.margin-top-and-bottom-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.horizontal-spacer.margins-none {
  margin: 0;
}

.horizontal-spacer.width-72-per-cent {
  width: 72%;
}

.horizontal-spacer.margin-bottom-20 {
  margin-bottom: 20px;
}

.horizontal-spacer.margin-bottom-10 {
  margin-bottom: 10px;
}

.horizontal-spacer.margin-top-10 {
  margin-top: 10px;
}

.horizontal-spacer.margin-top-20 {
  margin-top: 20px;
}

.horizontal-spacer.no-line {
  background: none;
}

.horizontal-spacer .text {
  position: absolute;
  width: 100px;
  background: #fff;
  text-align: center;
  left: 50%;
  margin-left: -50px;
  top: -8px;
  color: #afafaf;
  font-style: italic;
}

.side-content-block {
  width: 25%;
  float: right;
  height: 200px;
  background: red;
  margin-bottom: 20px;
}

.attached-header {
  background: #e2fad5;
  border: 1px solid #aaddb1;
  padding: 20px;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 700;
  font-size: 19px;
}

.attached-header .ico {
  float: left;
  margin-right: 12px;
}

.section-header {
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 21px;
  padding: 0;
  line-height: 21px;
  width: 72%;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .section-header {
    width: 100%;
  }
}

a.default {
  text-decoration: none;
}

a.default.blue {
  color: #0e76a9;
}

.main-content {
  width: 72%;
  float: left;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .main-content {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1069px) {
  .main-content {
    width: 100%;
  }
}

.main-content.wide {
  width: 81%;
}

@media only screen and (min-width: 768px) and (max-width: 1069px) {
  .main-content.wide {
    width: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .main-content.wide {
    width: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .main-content.wide .header.colored {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.main-content.full {
  width: 100%;
}

.main-content.mega-paddding-bottom {
  padding-bottom: 200px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .main-content.mega-paddding-bottom {
    padding-bottom: 40px;
  }
}

aside {
  width: 25.2%;
  float: right;
  padding-top: 41px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  aside {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1069px) {
  aside {
    display: none;
  }
}

aside .number-list {
  line-height: 18px;
}

aside.padding-top-none {
  padding-top: 0;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  aside.padding-top-none {
    padding-top: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1069px) {
  aside.padding-top-none {
    padding-top: 25px;
  }
}

aside.small {
  width: 15.8%;
}

aside.fixed {
  position: fixed;
  top: 0;
}

.btn {
  border-radius: 25px;
  padding: 12px 20px 11px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  outline: none;
  background: #9d9d9d;
  color: #fff;
  cursor: pointer;
}

.btn.w465 {
  width: 465px;
}

.btn.w100p {
  width: 100%;
}

.btn.float-none {
  float: none;
}

.btn.margin-bottom-5 {
  margin-bottom: 5px;
}

.btn.green {
  background: #33a543;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#33a543), to(#279135));
  background: linear-gradient(to bottom, #33a543 0%, #279135 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: 1px solid #238731;
  color: #fff;
}

.btn.red {
  background: #33a543;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#d70a12), to(#c5080f));
  background: linear-gradient(to bottom, #d70a12 0%, #c5080f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: 1px solid #b8070e;
  color: #fff;
}

.btn.large {
  padding: 15px 80px;
  font-size: 14px;
}

.btn.medium {
  padding: 12px 40px;
}

.btn.huge {
  padding: 15px 110px;
  font-size: 14px;
}

.btn.huge.no-side-padding {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .btn.huge {
    padding: 15px 0;
  }
}

.btn.small {
  padding: 7px 20px;
  font-size: 11.5px;
}

.btn.auto-width {
  width: auto;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .btn.auto-width {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.btn.auto-width.huge {
  padding: 15px 20px;
}

.btn.fixed-width {
  width: 300px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .btn.fixed-width.full-mobile {
    width: 100%;
  }
}

.btn.fixed-width.huge {
  padding-left: 0;
  padding-right: 0;
}

.btn.social {
  font-weight: 500;
  color: #fff;
  padding: 0;
  text-align: center;
  border-radius: 0;
  font-size: 17px;
  text-transform: none;
  margin: 10px 0;
}

.btn.social.facebook {
  background: #3c5b97;
}

.btn.social.twitter {
  background: #4bb1e2;
}

.btn.social .ico {
  background: #3a528b;
  color: #fff;
  float: left;
}

.btn.social .text {
  display: inline-block;
  margin-top: 23px;
}

footer {
  background: #252525;
  padding: 37px 0 33px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-size: 13px;
  margin-top: 37px;
}

footer .links a {
  color: inherit;
  text-decoration: none;
}

footer .spacer {
  display: inline-block;
  margin: 0 5px;
}

footer .copy {
  color: #acacac;
  margin-top: 8px;
  margin-bottom: 17px;
}

.green-text {
  color: #32a542;
  font-weight: 700;
}

.red-text {
  color: #d70a12;
}

.form input[type="text"],
.form input[type="password"] {
  border: 1px solid #dedede;
  font-size: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  width: 100%;
  padding: 13px 15px;
  outline: none;
}

.form input[type="text"].w465,
.form input[type="password"].w465 {
  width: 465px;
}

.form input[type="text"].float-none,
.form input[type="password"].float-none {
  float: none;
}

.form.w465 {
  width: 465px;
}

.form.center {
  float: none;
  margin: 0 auto;
}

.form .radio-inline {
  display: inline-block;
  margin-right: 5px;
}

.form .form-item {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.form .form-item label {
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

.form .form-item label.checkbox-label {
  font-weight: 400;
  font-size: 12px;
}

.form .form-item label .forgot-password {
  float: right;
  color: #1694d2;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .form .form-item label .forgot-password {
    margin-top: 3px;
  }
}

.form .info-message {
  font-size: 12px;
  float: left;
  width: 100%;
}

.form .info-message.margin-bottom-20 {
  margin-bottom: 20px;
}

.alert {
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  padding: 10px 30px;
  border-width: 1px;
  border-style: solid;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.alert ul {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.alert ul li {
  float: left;
  width: 100%;
  padding: 0;
  margin: 5px 0;
}

.alert.success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert.error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert.warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert.info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.product-table {
  width: 100%;
  float: left;
  font-size: 14px;
  margin-bottom: 20px;
}

.product-table thead {
  color: #fff;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .product-table thead {
    display: none;
  }
}

.product-table thead th {
  background: #1694d2;
  font-weight: 500;
  padding: 12px 0;
  text-align: center;
  width: 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.product-table thead th:first-child {
  width: 30%;
}

.product-table tbody {
  font-size: 13px;
}

.product-table tbody td {
  padding: 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f4f4f4;
  color: #252525;
  text-align: center;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .product-table tbody td {
    float: left;
    width: 100%;
  }
}

.product-table tbody td.colored {
  background: #dceff8;
  color: #26307f;
  font-weight: 500;
  padding-left: 20px;
  text-align: left;
}

.product-table tbody td .day {
  display: inline-block;
  margin-right: 10px;
  font-weight: 500;
}

#mobile-menu-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  display: none;
}

#mobile-menu-wrapper .close-mobile-menu {
  position: fixed;
  left: 73%;
  margin-left: -25px;
  top: 75px;
  background: #d70a12;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  z-index: 9999;
}

#mobile-menu-wrapper .close-mobile-menu img {
  margin-top: 17px;
}

#mobile-menu-wrapper .mobile-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 73%;
  height: 100%;
  background: #fff;
  overflow-y: scroll;
}

#mobile-menu-wrapper .mobile-menu h1 {
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #e7f3f8;
  font-size: 35px;
}

#mobile-menu-wrapper .mobile-menu .item {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  color: #000;
  font-size: 20px;
  padding: 20px 30px;
  border-bottom: 1px solid #dedede;
}

#mobile-menu-wrapper .mobile-menu .item:last-child {
  margin-bottom: 80px;
}

#mobile-menu-wrapper .mobile-menu .item.colored {
  color: #0d73a6;
}

#mobile-menu-wrapper .mobile-social {
  position: fixed;
  bottom: 0;
  width: 73%;
}

#mobile-menu-wrapper .mobile-social a {
  float: left;
  width: 33.33%;
  text-align: center;
  padding: 18px 0;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#mobile-menu-wrapper .mobile-social a.fb {
  background: #3c5b97;
}

#mobile-menu-wrapper .mobile-social a.twt {
  background: #4bb1e2;
}

#mobile-menu-wrapper .mobile-social a.twt img {
  padding-top: 2px;
}

#mobile-menu-wrapper .mobile-social a.insta {
  background: #e64136;
}

.tab-target {
  display: none;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .tab-target {
    display: block;
  }
}

.tab-target.active {
  display: block;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .tab-target .col:nth-of-type(1) {
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .tab-target .col {
    width: 100%;
  }
}

.product-baner {
  float: left;
  width: 100%;
  border-radius: 30px;
  height: 66px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .product-baner {
    height: 49px;
    margin-bottom: 10px;
  }
}

.product-baner.green {
  background: #e2fad5;
  border: 1px solid #dedede;
}

.product-baner .product {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 66px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .product-baner .product {
    height: 49px;
    display: block;
  }
}

.product-baner .product.image img {
  height: 66px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .product-baner .product.image img {
    height: 49px;
  }
}

.product-baner .product.name {
  width: 30%;
  font-size: 19px;
  font-weight: 600;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .product-baner .product.name {
    font-size: 13px;
    width: auto;
    height: auto;
    float: auto;
    margin-top: 10px;
    margin-left: 5px;
  }
}

.product-baner .product.meta {
  width: 20%;
  font-size: 13px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .product-baner .product.meta {
    display: none;
  }
}

.product-baner .product.price {
  font-weight: 600;
  font-size: 19px;
  width: 30%;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .product-baner .product.price {
    font-size: 13px;
    width: auto;
    height: auto;
    float: auto;
    margin-left: 5px;
  }
}

.product-baner .product.price .old-price {
  color: #000;
  display: inline-block;
  margin-right: 5px;
  font-weight: normal;
  text-decoration: line-through;
}

.product-baner .product.price .red {
  color: #d70a12;
  display: inline-block;
  margin-right: 5px;
}

.checkout-credit {
  float: left;
  width: 100%;
  font-weight: 600;
  margin: 5px 0;
}

.checkout-credit .item {
  width: 30%;
  margin: 0 0 0 25%;
  float: left;
}

.checkout-credit .item:nth-of-type(2) {
  margin: 0;
  text-align: right;
  width: 20%;
}

.checkout-credit .item.red {
  color: #d70a12;
}

.checkout-form {
  float: left;
  width: 100%;
}

.checkout-form h1 {
  font-size: 16px;
  padding: 0;
  margin: 0 0 10px 0;
}

.checkout-form .card {
  float: left;
  width: 100%;
  margin: 5px 0;
}

.checkout-form .card input[type="radio"],
.checkout-form .card img,
.checkout-form .card span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}

.checkout-form .checkout-checkbox {
  float: left;
  width: 100%;
  text-align: right;
  font-weight: 500;
  margin-top: 15px;
}

.checkout-form .checkout-checkbox input[type="checkbox"],
.checkout-form .checkout-checkbox img,
.checkout-form .checkout-checkbox span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .checkout-form .checkout-checkbox {
    text-align: center;
  }
}

.checkout-form .checkout-text {
  font-size: 13px;
  float: left;
  width: 100%;
  margin-top: 20px;
  line-height: 20px;
}

.checkout-form .checkout-text a {
  color: #1189c4;
  text-decoration: none;
}

.checkout-form .checkout-direct-buy {
  float: right;
  margin-right: 0;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .checkout-form .checkout-direct-buy {
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}

.checkout-form .checkout-new-card {
  float: left;
}

.checkout-form .btn.green-half {
  width: 49%;
  font-size: 13px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .checkout-form .btn.green-half {
    width: 100%;
    margin-bottom: 10px;
  }
}

.checkout-form .btn-margin-bottom {
  margin-bottom: 15px;
}

.checkout-form .text-account {
  font-size: 12.5px;
}

.gambling-warning {
  float: left;
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  margin-top: 25px;
}

.gambling-warning a {
  color: #1189c4;
  text-decoration: none;
}

.credit-radio {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  font-weight: 500;
}

.credit-radio input[type="radio"],
.credit-radio img,
.credit-radio span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}

.credit-radio .red {
  color: #d70a12;
}

#coupon-header {
  color: #1694d2;
  text-decoration: none;
}

.coupon-section {
  width: 100%;
  text-align: center;
  display: none;
}

.coupon-section input[type="text"] {
  border: 1px solid #dedede;
  font-size: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 13px 15px;
  outline: none;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .coupon-section input[type="text"] {
    margin-bottom: 10px !important;
  }
}

.coupon-section button {
  cursor: pointer;
}

.red {
  color: #d70a12;
}

.track-weather {
  display: none;
  width: 220px;
  position: absolute;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 24px;
  color: #000;
  font-size: 14px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .track-weather {
    right: 20px;
  }
}

.track-weather .close-track-weather {
  position: absolute;
  right: 10px;
  top: 10px;
}

.track-weather h1 {
  font-weight: 500;
  text-transform: none;
  float: left;
  width: 100%;
  font-size: 14px;
}

.track-weather p {
  line-height: 25px;
  text-transform: none;
  font-weight: 400;
}

.track-weather .info-header {
  margin: 0;
  padding: 0;
}

.track-weather .temp {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
}

.track-weather .temp img {
  vertical-align: middle;
}

.track-weather .temp span {
  font-weight: 900;
  font-size: 26px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 5px;
}

.track-weather brz {
  content: "A" !important;
  display: block !important;
  margin-bottom: 1px !important;
}

.track-weather a {
  color: #0e76a9;
}

.border-top-blue {
  border-top: 2px solid #2395d0 !important;
}

.border-right-blue {
  border-right: 2px solid #2395d0 !important;
}

.border-left-blue {
  border-left: 2px solid #2395d0 !important;
}

.border-bottom-blue {
  border-bottom: 2px solid #2395d0 !important;
}

.collapse-arrow {
  float: right;
  margin-right: 20px;
  margin-top: 2px;
}

.horse-info-block p {
  padding-left: 25px !important;
}

.horse-info-block a {
  margin-left: -2px !important;
}

.bold {
  font-weight: bold !important;
}

.register-via-social {
  float: left;
  width: 100%;
  padding-bottom: 5px;
}

.register-via-social .btn.social {
  float: left;
  width: 49%;
  text-align: center;
}

.register-via-social .btn.social:last-child {
  float: right;
}

.register-via-social .btn.social .ico {
  width: 45px;
  height: 45px;
}

.register-via-social .btn.social .text {
  font-size: 14px;
  margin-top: 14px;
  font-weight: normal;
}

.receipt-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(255, 255, 255, 0.7);
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
}

.receipt-modal .receipt-content {
  width: 50%;
  left: 50%;
  margin-left: -25%;
  top: 50%;
  margin-top: -250px;
  position: absolute;
}

.receipt-modal .receipt-content td {
  padding: 5px 0;
}

.receipt-modal .receipt-content p {
  margin: 5px 0;
}

.receipt-modal .receipt-content .receipt-close {
  position: absolute;
  font-size: 24px;
  color: red;
  right: 15px;
  top: 10px;
  cursor: pointer;
  font-weight: bold;
}

.receipt-modal .receipt-content .receipt-print {
  position: absolute;
  font-size: 12px;
  right: 50px;
  text-transform: uppercase;
  top: 17px;
  cursor: pointer;
  font-weight: bold;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .receipt-modal .receipt-content {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
}

.liveComment {
  clear: both;
  padding: 0 40px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .liveComment {
    padding: 0 20px;
    margin-bottom: 20px;
  }
}

.requires-login {
  text-align: center;
}

.requires-login .lock-ico {
  display: inline-block;
  width: 26px;
  height: 33px;
  margin-bottom: 20px;
}

.requires-login .lock-text {
  display: block;
  font: normal normal medium 14px/19px Roboto;
  color: #363739;
  margin-bottom: 20px;
}

.requires-login .login {
  display: block;
  width: 50%;
  margin: 0 auto;
}

.requires-login .not-registered {
  display: block;
  margin-top: 20px;
}

.requires-login .not-registered .register-link {
  color: #1794D2;
  font: normal normal medium 14px/19px Roboto;
  text-decoration: underline;
}

/* NEW CHECKOUT PAGE WITH CROSS SELL - ADDED SISIRSH */

.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  margin-bottom: 10px;
}

.cart .cart-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  padding: 30px 30px 0px 30px;
  color: #000;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .cart .cart-header {
    padding: 16px 12px 0px 12px;
  }
}

.cart .cart-header .header-text {
  color: #000;
  font-family: Roboto,Arial,sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .cart .cart-header .header-text {
    font-size: 20px;
  }
}

.cart .cart-header .remove-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}

.cart .cart-header .remove-all a {
  color: #000;
  font-family: Roboto,Arial,sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}

.products-list-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .products-list-main {
    padding: 0px 12px;
  }
}

.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 5px;
}

.product-list .product:last-child {
  border: none;
}

.product-list .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  gap: 10px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .product-list .product {
    padding: 10px 0px;
  }
}

.product-list .product img {
  width: 79px;
  height: 29px;
  border-radius: 3.569px;
}

.product-list .product .remove-item {
  position: absolute;
  left: 70%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 10px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .product-list .product .remove-item {
    margin-top: 20px;
  }
}

.product-list .product .remove-item a {
  color: #000;
  font-family: Roboto,Arial,sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}

.product-list .product .name-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 27px;
  margin-right: auto;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .product-list .product .name-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2px;
  }
}

.product-list .product .name-block img {
  width: 120px;
  height: 43.881px;
  border-radius: 3.569px;
}

.product-list .product .name-block .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  color: #000;
  font-size: 18px;
  font-family: Roboto,Arial,sans-serif;
  font-weight: 600;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .product-list .product .name-block .name {
    font-size: 14px;
  }
}

.product-list .product .name-block .product-date {
  color: #000;
  font-size: 12px;
  font-family: Roboto,Arial,sans-serif;
  font-weight: 600;
  line-height: 130%;
  opacity: 0.6000000238418579;
}

.product-list .product .price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.product-list .product .price-block .price {
  color: #686868;
  font-size: 16px;
  font-family: Roboto,Arial,sans-serif;
  font-weight: 700;
  line-height: 130%;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .product-list .product .price-block .price {
    font-size: 14px;
  }
}

.product-list .product .price-block .old-price {
  color: #686868;
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: line-through;
  line-height: 130%;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .product-list .product .price-block .old-price {
    font-size: 14px;
  }
}

.total-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 16px 0px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: #E6F6E7;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .total-main {
    padding: 10px 0px;
  }
}

.total-main .label-total {
  padding-left: 30px;
  color: #000;
  font-size: 15px;
  font-family: Roboto,Arial,sans-serif;
  font-weight: 600;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .total-main .label-total {
    padding-left: 12px;
    font-size: 14px;
  }
}

.total-main .total-price {
  padding-right: 30px;
  color: #000;
  font-size: 14px;
  font-family: Roboto,Arial,sans-serif;
  font-weight: 500;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .total-main .total-price {
    padding-right: 12px;
  }
}

.total-main .total-price .price {
  color: #D70A12;
  font-size: 20px;
  font-family: Roboto,Arial,sans-serif;
  font-weight: 700;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .total-main .total-price .price {
    font-size: 18px;
  }
}

.total-main .total-price .moms {
  color: #000;
  font-size: 13px;
  font-family: Roboto,Arial,sans-serif;
  font-weight: 700;
  line-height: 130%;
}

.payment-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  _padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
}

.payment-block .pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 616px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.payment-block .pay .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}

.payment-block .pay .header .text {
  color: #000;
  font-family: Roboto,Arial,sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.payment-block .add-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.add-more-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  margin-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .add-more-product {
    padding: 10px;
    margin-bottom: 10px;
  }
}

.add-more-product .product-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.add-more-product .product-row img {
  width: 104px;
  height: auto;
  border-radius: 3px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .add-more-product .product-row img {
    width: 79px;
    height: auto;
  }
}

.add-more-product .product-row .name {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  color: #000;
  font-family: Roboto,Arial,sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .add-more-product .product-row .name {
    font-size: 13px;
  }
}

.add-more-product .product-row .date {
  color: #000;
  font-family: Roboto,Arial,sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 15.6px */
  opacity: 0.6000000238418579;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .add-more-product .product-row .date {
    font-size: 11px;
  }
}

.add-more-product .button-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.add-more-product .button-add form {
  width: 100%;
}

.add-more-product .button-add .blue {
  border-radius: 80px;
  padding: 12px 10px;
  background: #1882c8;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1882c8), to(#1f6ab0));
  background: linear-gradient(180deg, #1882c8 0, #1f6ab0);
  width: 100%;
  color: #FFF;
  font-family: Roboto,Arial,sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #1064a0;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .add-more-product .button-add .blue {
    padding: 10px;
  }
}

.add-more-product .button-add .blue.disabled {
  cursor: inherit;
  opacity: 0.7;
}

.add-more-product .button-add .ord-price {
  text-align: center;
  width: 100%;
  padding-top: 10px;
  font-weight: bold;
  color: #686868;
  text-decoration: line-through;
}

.rank-fixed {
  width: 22%;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  padding: 20px;
  float: left;
}

.rank-scroll {
  width: 70%;
  clear: right;
  overflow: auto;
  float: left;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .rank-fixed {
    width: 40%;
  }

  .rank-scroll {
    width: 45%;
  }
}

.content-block .content.wide.padding-none {
  padding: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #dedede;
}

.content-block .header.colored.ranking {
  margin-bottom: 0px;
}

.rank-horse,
.rank-grid {
  font-size: 14px;
}

.rank-grid {
  width: 600px;
}

.rank-grid {
  text-align: center;
}

.rank-horse td {
  padding: 5px 10px 2px 10px;
}

.down {
  color: #ff0000;
}

.up {
  color: #018100;
}

.rank-grid th,
.rank-grid td {
  width: 50px;
  text-align: center;
  border-right: 1px solid #dedede;
}

.rank-horse th,
.rank-grid th {
  font-size: 11px;
}

.rank-horse th {
  text-align: left;
  padding: 5px 10px 15px 10px;
}

.rank-grid th {
  padding: 20px 10px 8px 10px;
}

.rank-grid td {
  padding: 5px 10px 2px 10px;
}

.rank-grid th:last-child,
.rank-grid td:last-child {
  border-right: 0px;
}

.rank-grid tr:last-child td {
  padding-bottom: 22px;
}

.blank-tr td {
  padding: 10px 0 0 0;
}

td.rank-type {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0 0 10px;
}

.race-info-block {
  float: right;
  text-align: right;
  text-transform: none;
  font-family: "Open Sans", sans-serif;
}

.race-info {
  font-size: 14px;
  margin-bottom: 8px;
}

.update-info {
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.69);
}

.svg-container {
  display: inline-block;
  line-height: 0px;
  vertical-align: middle;
  height: 14px;
  width: 12px;
}

