﻿@import url(https://fonts.googleapis.com/css?family=Lato:400,300,900,700);
.search {
  margin-bottom: 0px; }

.content-wrapper {
  padding: 0px;
  margin-top: -10px; }

.whiteBG {
  background-color: #ffffff; }

.titletext {
  font-size: 24px;
  font-family: Arial;
  display: inline; }

h1, h2, h3 {
  display: inline;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: normal; }

h2 {
  font-size: 20px; }

@media only screen and (max-width: 767px) {
  .responsive h2, .responsive-mobile h2 {
    font-size: 18px; } }

.ShippingTimerBar {
  font-family: Arial;
  font-size: 14px;
  display: block;
  background-color: #333333;
  padding: 0 15px;
  color: #ffffff; }
  .ShippingTimerBar #clockdiv .dark-med-orange {
    color: #ffffff; }
  .ShippingTimerBar a {
    color: #ffffff; }

ul {
  margin: 5px;
  list-style-type: none;
  line-height: 1.4em;
  padding: 0; }

p {
  line-height: 1.6em;
  padding: 5px;
  margin: 0; }

li {
  padding-left: 10px; }

input.button, a.blue-button, .ui-button, #btnConfirm, button.button {
  background: url(../../images/sprite_btn.png) repeat-x scroll 0 0 #004B85;
  border-radius: 3px 3px 3px 3px;
  display: inline-block;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
  padding: 2px 10px 5px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  background-position: 0 0;
  border: 1px solid #004B85;
  height: 24px;
  cursor: pointer;
  text-decoration: none !important;
  vertical-align: middle; }

.real-time-ship {
  margin: auto;
  min-height: 40px;
  padding: 12px 15px;
  text-align: center; }

.fa-truck {
  padding-left: 8px;
  padding-right: 12px; }

@media only screen and (max-width: 991px) {
  .responsive .ShippingTimerBar, .responsive-mobile .ShippingTimerBar {
    font-size: 12px; } }

.content .hdrNavMenu ul {
  display: block;
  left: 0px;
  top: 0px;
  position: relative;
  z-index: 5; }

.intro-wrapper {
  position: relative; }
  .intro-wrapper .leftnav {
    width: 252px;
    float: left; }
    .intro-wrapper .leftnav .dropdown {
      display: block; }
  .intro-wrapper .intro-body {
    position: relative; }
  .intro-wrapper .newproduct-container {
    width: 100%; }

.responsive-desktop .intro-body {
  margin-left: 252px; }

.responsive-desktop .intro-body .newproduct-container {
  position: absolute;
  bottom: 0; }

@media only screen and (min-width: 768px) {
  .responsive-desktop .intro-body,
  .responsive .intro-body {
    margin-left: 252px; }
  .intro-body .newproduct-container {
    position: absolute;
    bottom: 0; } }

#carousel-wrapper {
  padding: 0; }

.carousel {
  margin: 0 auto 0 auto;
  max-width: 948px;
  background: #ffffff;
  position: relative; }
  .carousel .item {
    text-align: center;
    overflow: hidden;
    height: 580px; }
    .carousel .item img {
      max-width: none !important;
      position: absolute;
      left: 50%;
      margin-left: -475px; }
    .carousel .item img.carousel-xs-img {
      display: none; }
  .carousel .carousel-control {
    width: 25px;
    height: 40px;
    background: #ffffff;
    margin: 150px 0;
    opacity: 0.8; }
    .carousel .carousel-control i {
      font-size: 14px;
      margin-top: 13px;
      color: #7F7F7F;
      text-shadow: 0 1px 2px rgba(255, 255, 255, 0.6); }
  .carousel .carousel-control:hover {
    opacity: 0.9; }

.carousel-caption-left {
  background-color: #0c1825;
  max-width: 370px;
  left: 0;
  top: 0;
  bottom: 0;
  text-align: left;
  padding: 0 25px; }

.carousel-caption h3, .carousel-caption p {
  color: #FDF2D4;
  display: inline-block;
  text-shadow: none;
  margin-bottom: 10px; }

.carousel-caption h3 {
  font-size: 32px;
  font-weight: normal; }

.carousel-caption p {
  font-size: 17px;
  font-weight: 300; }

.carousel-action {
  padding: 10px 0 30px; }
  .carousel-action .btn {
    min-height: 34px;
    border-radius: 0;
    margin: 3px;
    min-width: 150px; }
  .carousel-action .btn-primary {
    border-color: #FDF2D4;
    background: none;
    color: #FDF2D4; }
  .carousel-action .btn-primary:hover {
    background: #FDF2D4;
    color: #000; }

.carousel-footnote {
  color: #FDF2D4; }

#HomeIntro .row {
  margin-left: 0;
  margin-right: 0; }

.banner-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,ffffff+100&0+1,1+100 */
  background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(32, 89, 154, 0) 1%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(32, 89, 154, 0) 1%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(32, 89, 154, 0) 1%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
  background-color: transparent;
  display: block;
  position: absolute;
  bottom: 0;
  width: 950px;
  height: 280px;
  z-index: 1; }

@media only screen and (min-width: 768px) {
  .carousel {
    min-height: 700px; } }

@media only screen and (max-width: 767px) {
  .responsive .carousel .item,
  .force-responsive .carousel .item {
    height: 320px; }
  .responsive .carousel .item img,
  .force-responsive .carousel .item img {
    position: relative;
    left: 50%;
    margin-left: -383px; }
  .responsive .carousel .item img.carousel-xs-img,
  .force-responsive .carousel .item img.carousel-xs-img {
    display: block; }
  .responsive .carousel .item img.carousel-lg-img,
  .force-responsive .carousel .item img.carousel-lg-img {
    display: none; }
  .banner-gradient {
    display: none; } }

.newproduct-container {
  z-index: 1; }

.NewestProducts {
  padding: 20px 25px 10px 25px;
  background-color: #F5F5F5; }

.NewProductsLogo img {
  max-width: 257px; }

.newProduct-inner {
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  vertical-align: top;
  margin-top: 10px; }

.productCard {
  display: inline-block;
  float: initial;
  width: 185px;
  height: 306px;
  background-color: #ffffff;
  margin-left: 0px;
  margin-right: 11px;
  margin-top: 5px;
  margin-bottom: 2px;
  text-align: center;
  white-space: normal;
  vertical-align: top;
  Box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
  .productCard .img-responsive {
    display: inline-block;
    margin-left: auto;
    margin-right: auto; }
  .productCard .img-company {
    display: inline-block;
    margin-left: auto;
    margin-right: auto; }
  .productCard .companyDiv {
    height: 74px;
    line-height: 74px; }
  .productCard .productDiv {
    height: 160px;
    line-height: 160px; }
  .productCard .productText {
    margin: 10px;
    height: 55px;
    overflow: hidden; }

.productCard.subscribe {
  padding: 15px; }
  .productCard.subscribe .title {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #585D62; }
  .productCard.subscribe .bodyText {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 300;
    color: #585D62;
    line-height: 1.5; }
  .productCard.subscribe .btn-special {
    margin-top: 50px;
    margin-bottom: 20px;
    vertical-align: bottom; }

.endCard {
  display: inline-block;
  float: initial;
  width: 390px;
  height: 306px;
  background-color: #0070bb;
  text-align: left;
  white-space: normal;
  padding-left: 25px;
  vertical-align: top;
  margin-top: 5px;
  margin-bottom: 2px; }
  .endCard .endCardTop {
    width: 280px; }
  .endCard .title {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 300;
    color: #ffffff; }
  .endCard .bodyText {
    margin-top: 10px;
    font-size: 17px;
    font-weight: 300;
    color: #ffffff; }
  .endCard .line {
    font-size: 9px;
    font-weight: 300;
    color: #ffffff; }
  .endCard .btn-special {
    margin-top: 20px;
    margin-bottom: 20px; }
  .endCard a {
    color: #FFFFFF;
    display: block; }
  .endCard a:hover {
    color: #ffffff; }
  .endCard i {
    margin-right: 15px; }
  .endCard .endCardShadow {
    margin-left: -25px;
    opacity: 0.1;
    margin-bottom: 5px;
    margin-top: 10px; }

.newProduct {
  max-width: 1200px;
  position: relative; }
  .newProduct .carousel-control {
    width: 45px;
    height: 100px;
    background: #F5F5F5;
    margin: auto 0;
    border: 1px solid #CCC;
    border-radius: 5px;
    opacity: 1;
    color: #CCCCCC;
    text-shadow: none;
    cursor: pointer; }
    .newProduct .carousel-control i {
      font-size: 30px;
      margin-top: 33px; }
  .newProduct .carousel-control.left {
    border-left: 0px none #585d62;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px; }
  .newProduct .carousel-control.right {
    border-right: 0px none #585d62;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px; }
  .newProduct .carousel-control.disabled {
    opacity: 0.3; }
  .newProduct .carousel-control.disabled:hover {
    opacity: 0.3;
    color: #CCCCCC; }
  .newProduct .carousel-control:hover {
    opacity: 1;
    color: #666666; }

.AllNewProducts {
  float: right;
  padding-top: 12px;
  margin-right: -10px; }

@media only screen and (max-width: 767px) {
  .responsive .AllNewProducts, .responsive .NewProductsLogo, .responsive-mobile .AllNewProducts, .responsive-mobile .NewProductsLogo {
    display: flex;
    align-items: center;
    justify-content: center;
    float: none; }
    .responsive .AllNewProducts img, .responsive .NewProductsLogo img, .responsive-mobile .AllNewProducts img, .responsive-mobile .NewProductsLogo img {
      max-width: 100%; }
  .endCard {
    width: 290px;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px; }
    .endCard .endCardTop {
      width: 240px;
      padding-left: 10px;
      padding-right: 10px; }
    .endCard hr {
      display: none; }
    .endCard .bodyText {
      margin-top: 20px; }
    .endCard .endCardShadow {
      width: 290px; } }

.AllCategories {
  padding: 20px 15px 50px 15px;
  background-color: #ffffff;
  border: 1px solid #f5f5f5; }
  .AllCategories .topRow {
    margin-left: -10px; }
  .AllCategories .subtitle {
    font-size: 18px;
    font-family: Arial;
    display: inline-block; }
  .AllCategories .description {
    font-size: 17px;
    font-family: Arial;
    color: #585D62;
    display: inline;
    float: right;
    margin-top: 3px;
    text-align: right; }
  .AllCategories .category-control {
    width: 25px;
    height: 26px;
    background: #ffffff;
    margin: auto 0;
    z-index: 1000;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    float: right;
    padding-left: 6px;
    padding-top: 4px;
    margin-right: 15px; }
  .AllCategories .categoryLink {
    font-size: 17px;
    font-family: Arial;
    display: block;
    margin-left: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
    overflow: hidden; }
  .AllCategories h3 {
    font-size: 17px;
    font-family: Arial;
    display: inline; }
  .AllCategories .submenu {
    background-color: #ffffff;
    margin: 33px 0 20px 0;
    padding-top: 20px;
    padding-bottom: 30px;
    border-right: 0px none #585d62;
    border-radius: 10px;
    clear: both; }
  .AllCategories .subCatTitle {
    font-size: 18px;
    font-family: Arial;
    display: inline-block; }
  .AllCategories .subCount {
    font-size: 18px;
    font-family: Arial;
    color: #7F7F7F;
    display: inline; }
  .AllCategories .subCategoryLink {
    font-size: 13px;
    font-family: Arial;
    display: inline;
    padding-top: 5px;
    padding-bottom: 5px; }
  .AllCategories li h4 {
    font-size: 13px;
    font-weight: 400;
    line-height: unset;
    display: inline;
    margin-top: 0;
    margin-bottom: 0; }
  .AllCategories .subCategoryClose {
    display: inline;
    padding-right: 15px;
    padding-bottom: 5px;
    color: #BBBBBB;
    float: right; }
  .AllCategories .subCategory {
    column-count: 1;
    list-style-type: none;
    margin-left: 10px; }
    .AllCategories .subCategory li {
      padding-left: 0;
      padding-top: 5px;
      margin-bottom: 5px;
      break-inside: avoid;
      page-break-inside: avoid;
      /* Firefox version */ }
    .AllCategories .subCategory .blank-li {
      height: 18px;
      display: none; }
  .AllCategories .ViewAll {
    float: right;
    padding: 5px 0; }
  .AllCategories .smViewAll a {
    float: right;
    padding-right: 15px; }
  .AllCategories .ViewAllCat {
    display: inline;
    float: right;
    padding-right: 15px; }
  .AllCategories .panel-subcategory {
    margin-bottom: 20px;
    border-radius: 0 0 4px 4px; }
    .AllCategories .panel-subcategory .panel-heading {
      border-bottom: 1px solid #D9D9D9; }
    .AllCategories .panel-subcategory .panel-footer {
      background: #ffffff; }
  .AllCategories .whiteLine {
    border-top-color: #ffffff;
    margin-top: 8px;
    margin-bottom: 8px; }

.darkLine {
  border-top-color: #e0e4e9;
  margin-top: 8px;
  margin-bottom: 8px; }

.container.container-no-padding {
  padding: 0 !important;
  margin: 0 !important; }

.category-menu-item {
  border-radius: 4px 4px 0 0;
  padding-bottom: 11px; }

.category-menu-item.open {
  background: #ffffff;
  box-shadow: 0 4px 8px 0 #D9D9D9, 0 6px 20px 0 #D9D9D9; }

.category-menu-btn {
  padding: 10px 0;
  border-bottom: 1px solid #e0e4e9; }

.category-menu-item.open .category-menu-btn {
  border-bottom: 1px solid #ffffff; }

@media only screen and (min-width: 768px) {
  .AllCategories .subCategory {
    column-count: 3; }
    .AllCategories .subCategory li {
      padding-left: 10px; }
  .category-menu-item .no-border-sm {
    border-bottom: 0; } }

@media (min-width: 992px) {
  .AllCategories .subCategory {
    column-count: 4; } }

@media only screen and (min-width: 992px) {
  div .AllCategories .colPos0 {
    padding-left: 0px;
    padding-right: 15px;
    padding-top: 18px; }
  div .AllCategories .colPos1 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 18px; }
  div .AllCategories .colPos2 {
    padding-left: 15px;
    padding-right: 0px;
    padding-top: 18px; }
  .AllCategories .colLeft, .AllCategories .colRight {
    padding-left: 0px;
    padding-right: 0px; }
  .AllCategories .submenuPos0 {
    border-top-left-radius: 0px; }
  .AllCategories .submenuPos2 {
    border-top-right-radius: 0px; }
  .category-menu-item .no-border-lg {
    border-bottom: 0; } }

@media only screen and (max-width: 767px) {
  .responsive .AllCategories .topRow, .responsive-mobile .AllCategories .topRow {
    text-align: center; }
  .responsive .AllCategories .colLeft, .responsive .AllCategories .colRight, .responsive-mobile .AllCategories .colLeft, .responsive-mobile .AllCategories .colRight {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .responsive .AllCategories .colPos0, .responsive .AllCategories .colPos1, .responsive .AllCategories .colPos2, .responsive-mobile .AllCategories .colPos0, .responsive-mobile .AllCategories .colPos1, .responsive-mobile .AllCategories .colPos2 {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 18px; }
  .responsive .AllCategories .submenu, .responsive-mobile .AllCategories .submenu {
    border-radius: 0px !important; }
  .responsive .AllCategories .subCategory li, .responsive-mobile .AllCategories .subCategory li {
    border-bottom: 1px solid #D9D9D9;
    padding: 16px 0 16px 10px;
    margin-right: 20px; }
  .responsive .AllCategories .panel-subcategory .panel-heading, .responsive-mobile .AllCategories .panel-subcategory .panel-heading {
    border-bottom: none; }
  .responsive .AllCategories .panel-subcategory .panel-footer, .responsive-mobile .AllCategories .panel-subcategory .panel-footer {
    border-top: none;
    padding-top: 5px;
    padding-bottom: 25px; }
  .responsive .AllCategories .titletext, .responsive-mobile .AllCategories .titletext {
    text-align: center;
    display: block; }
  .responsive .AllCategories .ViewAll, .responsive-mobile .AllCategories .ViewAll {
    float: none;
    text-align: center; }
  .responsive .AllCategories .xsDescription, .responsive-mobile .AllCategories .xsDescription {
    margin: 10px 0; } }

@media only screen and (max-width: 991px) {
  div .AllCategories .colLeft {
    padding-left: 0px;
    padding-right: 15px; }
  div .AllCategories .colRight {
    padding-left: 15px;
    padding-right: 0px; }
  .AllCategories .colPos0, .colPos1, .colPos2 {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 18px; }
  .AllCategories .submenuLeft {
    border-top-left-radius: 0px; }
  .AllCategories .submenuRight {
    border-top-right-radius: 0px; }
  .AllCategories .description {
    text-align: left; } }

.FeatManufacturers {
  min-height: 200px;
  display: block;
  text-align: center;
  background-color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #f5f5f5; }

#lblFeaturedMfrs {
  line-height: 1.5;
  margin-top: 25px;
  margin-left: -10px;
  display: block;
  text-align: left; }
  #lblFeaturedMfrs a {
    font-size: 13px;
    float: right; }

.featured-manufacturer {
  height: 110px;
  margin-top: 40px; }

@media only screen and (max-width: 767px) {
  .responsive .FeatManufacturers #lblFeaturedMfrs, .responsive-mobile .FeatManufacturers #lblFeaturedMfrs {
    text-align: center; }
    .responsive .FeatManufacturers #lblFeaturedMfrs a, .responsive-mobile .FeatManufacturers #lblFeaturedMfrs a {
      float: none; } }

.SectionContent {
  min-height: 500px;
  max-width: 1200px;
  display: block;
  position: relative;
  background-color: #f5f5f5;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px; }
  .SectionContent .title {
    line-height: 1.5;
    margin-top: 25px;
    margin-left: -10px;
    display: block; }
    .SectionContent .title a {
      font-size: 13px;
      float: right; }
  .SectionContent .ViewAllContent {
    margin-top: 10px; }
  .SectionContent .content-card {
    line-height: 1.5;
    margin: auto;
    display: inline-block;
    width: 200px;
    margin: 40px 14px 0px 14px;
    white-space: normal;
    float: initial;
    vertical-align: top; }
    .SectionContent .content-card img {
      width: 100%; }
    .SectionContent .content-card a {
      color: #000; }
  .SectionContent .content-card-title {
    line-height: 1.15;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    padding-top: 30px;
    height: 80px; }
  .SectionContent .content-card-text {
    padding-bottom: 20px;
    font-size: 14px; }

.secCont-inner {
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  vertical-align: top;
  width: auto;
  text-align: center; }

.secCont {
  padding-left: 15px;
  padding-right: 15px; }
  .secCont .carousel-control {
    width: 45px;
    height: 100px;
    background: #F5F5F5;
    margin-top: 190px;
    opacity: 1;
    border: 1px solid #CCC;
    border-radius: 5px;
    color: #CCCCCC;
    text-shadow: none;
    cursor: pointer; }
    .secCont .carousel-control i {
      font-size: 30px;
      margin-top: 33px; }
  .secCont .carousel-control.left {
    border-left: 0px none #585d62;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-left: 15px; }
  .secCont .carousel-control.right {
    border-right: 0px none #585d62;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-right: 15px; }
  .secCont .carousel-control.disabled {
    opacity: 0.5; }
  .secCont .carousel-control.disabled:hover {
    opacity: 0.5;
    color: #CCCCCC; }
  .secCont .secCont .carousel-control:hover {
    opacity: 1;
    color: #666666; }

.responsive-mobile #lnkViewAllServiceTools, .responsive-mobile #content-cardServiceTools1, .responsive-mobile #content-cardServiceTools2, .responsive-mobile #content-cardServiceTools4, .responsive-mobile #ServiceToolsLeft, .responsive-mobile #ServiceToolsRight {
  display: none; }

@media only screen and (max-width: 767px) {
  .responsive .SectionContent, .responsive-mobile .SectionContent {
    min-height: 460px; }
    .responsive .SectionContent .title, .responsive-mobile .SectionContent .title {
      text-align: center; }
      .responsive .SectionContent .title a, .responsive-mobile .SectionContent .title a {
        float: none; }
    .responsive .SectionContent .content-card, .responsive-mobile .SectionContent .content-card {
      width: 150px !important;
      margin: 40px 12px 0px 12px; }
    .responsive .SectionContent h3, .responsive-mobile .SectionContent h3 {
      font-size: 13px; }
    .responsive .SectionContent .content-card-text, .responsive-mobile .SectionContent .content-card-text {
      font-size: 12px; }
    .responsive .SectionContent .ViewAllContent, .responsive-mobile .SectionContent .ViewAllContent {
      margin-top: -5px; }
  .responsive .secCont-inner, .responsive-mobile .secCont-inner {
    padding-left: 0px; }
  .responsive .secCont .carousel-control, .responsive-mobile .secCont .carousel-control {
    margin-top: 145px; }
  .responsive #lnkViewAllServiceTools, .responsive #content-cardServiceTools1, .responsive #content-cardServiceTools2, .responsive #content-cardServiceTools4, .responsive #ServiceToolsLeft, .responsive #ServiceToolsRight, .responsive-mobile #lnkViewAllServiceTools, .responsive-mobile #content-cardServiceTools1, .responsive-mobile #content-cardServiceTools2, .responsive-mobile #content-cardServiceTools4, .responsive-mobile #ServiceToolsLeft, .responsive-mobile #ServiceToolsRight {
    display: none; } }

.ProdMenuPlaceholder {
  min-width: 252px;
  display: inline-block;
  background-color: #ffffff; }

.ProdMenuSideArea {
  max-width: 948px;
  float: right; }

.HomepageTopSection {
  display: inline-block; }

.th-TH .endCard .endCardShadow {
  margin-bottom: 0px;
  margin-top: 0px; }

.pt .productCard.subscribe .title {
  margin-top: 5px; }

.pt .productCard.subscribe hr {
  margin-top: 15px;
  margin-bottom: 15px; }

.pt .productCard.subscribe .btn-special {
  margin-top: 15px; }

.pt .endCard .endCardShadow {
  margin-bottom: 0px;
  margin-top: 0px; }

.es-MX .productCard.subscribe .title {
  margin-top: 5px; }

.es-MX .productCard.subscribe hr {
  margin-top: 15px;
  margin-bottom: 15px; }

.es-MX .productCard.subscribe .btn-special {
  margin-top: 15px;
  white-space: normal; }

.es-MX .endCard .endCardShadow {
  margin-bottom: 0px;
  margin-top: 0px; }

.de-DE .productCard.subscribe .title, .ru-RU .productCard.subscribe .title {
  margin-top: 0px; }

.de-DE .productCard.subscribe hr, .ru-RU .productCard.subscribe hr {
  margin-top: 10px;
  margin-bottom: 10px; }

.de-DE .productCard.subscribe .btn-special, .ru-RU .productCard.subscribe .btn-special {
  margin-top: 10px;
  white-space: normal; }

.de-DE .endCard .btn-special, .ru-RU .endCard .btn-special {
  margin-top: 10px;
  margin-bottom: 10px; }

.de-DE .endCard hr, .ru-RU .endCard hr {
  margin-top: 10px;
  margin-bottom: 10px; }

.de-DE .endCard .endCardShadow, .ru-RU .endCard .endCardShadow {
  margin-bottom: 0px;
  margin-top: 0px; }

.es-ES .productCard.subscribe .title {
  margin-top: 0px; }

.es-ES .productCard.subscribe hr {
  margin-top: 10px;
  margin-bottom: 10px; }

.es-ES .productCard.subscribe .btn-special {
  margin-top: 10px;
  white-space: normal; }

.es-ES .endCard .endCardShadow {
  margin-bottom: 0px;
  margin-top: 0px; }

.ja-JP .productCard.subscribe .btn-special, .ko-KR .productCard.subscribe .btn-special {
  margin-top: 70px; }

.zh-CHT .productCard.subscribe .btn-special, .zh-CN .productCard.subscribe .btn-special {
  margin-top: 92px; }

.zh-CHT .endCard .endCardShadow, .zh-CN .endCard .endCardShadow {
  margin-top: 30px; }

.fr-FR .productCard.subscribe .btn-special, .cs-CZ .productCard.subscribe .btn-special {
  margin-top: 28px; }

.fr-FR .endCard .endCardShadow, .cs-CZ .endCard .endCardShadow {
  margin-bottom: 0px;
  margin-top: 0px; }

.it-IT .productCard.subscribe .btn-special, .sv-SE .productCard.subscribe .btn-special {
  margin-top: 28px; }

.nl-NL .productCard.subscribe .btn-special {
  margin-top: 28px;
  white-space: normal; }

.nl-NL .endCard .endCardShadow {
  margin-bottom: 0px;
  margin-top: 0px; }

@media only screen and (min-width: 992px) {
  .ru-RU .SectionContent .content-card-title {
    margin-bottom: 20px; }
  .es-MX .SectionContent .content-card-title {
    margin-bottom: 20px; }
  .es-ES .SectionContent .content-card-title {
    margin-bottom: 20px; }
  .content .hdrNavMenu ul:after {
    content: "";
    border-bottom: 12px solid #ffffff;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: -12px;
    left: 49px; } }

@media only screen and (max-width: 767px) {
  .fr-FR .endCard .bodyText {
    margin-top: 15px; }
  .fr-FR .endCard .btn-special {
    margin-top: 10px;
    margin-bottom: 10px; }
  .de-DE .endCard .title {
    font-size: 22px;
    margin-top: 15px; }
  .de-DE .endCard .bodyText {
    font-size: 15px;
    margin-top: 10px; }
  .ru-RU .endCard .title {
    font-size: 22px;
    margin-top: 15px; }
  .ru-RU .endCard .bodyText {
    font-size: 15px;
    margin-top: 10px; }
  .ru-RU .endCard .btn-special {
    margin-left: -25px; }
  .cs-CZ .endCard .title {
    font-size: 22px; }
  .it-IT .endCard .endCardShadow {
    margin-top: 0px; }
  .es-ES .endCard .bodyText {
    font-size: 16px;
    margin-top: 15px; }
  .es-ES .endCard .btn-special {
    margin-top: 15px;
    margin-bottom: 15px; }
  .es-MX .endCard .title, .pt .endCard .title {
    font-size: 22px;
    margin-top: 15px; }
  .es-MX .endCard .bodyText, .pt .endCard .bodyText {
    font-size: 15px;
    margin-top: 10px; }
  .es-MX .endCard .btn-special, .pt .endCard .btn-special {
    margin-top: 10px;
    margin-bottom: 10px; }
  .ko-KR .endCard .btn-special, .zh-CHT .endCard .btn-special {
    margin-top: 30px; }
  .endCard .endCardTop {
    width: 240px;
    padding-left: 10px;
    padding-right: 10px; }
  .endCard .bodyText {
    margin-top: 20px; }
  .endCard .btn-special {
    margin-top: 20px;
    margin-bottom: 20px; }
  .endCard .endCardShadow {
    width: 290px; } }
