*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body, html {
  width: 100%;
  height: 100%;
}
body {
  font-family: sans-serif, Georgia;
  line-height: 1.625;
  font-size: 19px;
  background-color: gainsboro;
  height: fit-content;
}
h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: normal;
}
h1.article-title {
  width: 100%;
  margin: 0 0 20px;
  background: url(/images/articulos-0-99/0/0/dots_horizontal_2.jpg) repeat-x bottom left;
  padding-bottom: 20px;
  border-top: 1px solid #CCC;
  padding-top: 20px;
}
h2 {
  font-size: 25px;
  font-weight: 700;
  margin: 10px 0 20px 0;
  padding: 10px 0;
  border-bottom: 2px solid #00f;
  color: black;
  line-height: normal;
}
body.dark h2 {
  border-bottom-color: #eaa948;
  color: #FFF;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  outline: none;
  color: blue;
}
body.dark a {
  color: #62aaf7 !important;
}
a:hover {
  color: #1C92FC !important;
}
p, li, th, td {
  padding: 9px 0;
}
ul, ol {
  margin-left: 45px;
}
@media (max-width: 600px) {
  ul, ol {
    margin-left: 30px;
  }
}
li.none {
  list-style: none;
}
.red {
  color: red !important
}
.green {
  color: #039d03 !important
}
.highlight-yellow {
  background: yellow
}
body.dark .highlight-yellow {
  background: #f7f777;
  color: black;
}
strong {
  font-weight: 700;
}
body.dark strong {
  color: #eaa948;
}
body.dark a strong {
  color: #62aaf7;
}
.site-grid {
  grid-gap: 0 1em;
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* creates 4 columns of equal width */
  justify-content: center; /* centers the grid within its container */
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
  width: 100%;
  padding: 0 20px 50px;
  background-color: #fff;
}
.grid-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
  width: 100%;
}
.grid-child.article-title {
  grid-column: span 4;
}
.grid-child.container-component-article {
  grid-column: 1 / span 3; /* takes up 3 columns starting from column 1 */
}
.grid-child.container-component-category {
  grid-column: 1 / span 4; /* takes up 3 columns starting from column 1 */
}
.grid-child.container-sidebar-right {
  grid-column: 4;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  width: 300px;
}
.grid-child.container-bottom-b {
  grid-column: 1 / span 4; /* takes up 4 columns starting from column 1 */
  grid-row: 2; /* places the element in the second row */
}
.container-component {
  display: flex;
  flex-direction: column;
}
main {
  width: 100%;
  height: 100%;
}
.com-content-categories.categories-list {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1320px) {
  .navbar-brand {
  padding-left: 20px;
  padding-right: 20px;
  }
}
.navbar-brand {
  height: 50px;
}

/* start leaderboard  */
.container-banner.full-width {
  width: 100%;
  height: 340px;
  grid-column: span 4;
  padding: 30px 0;
}
@media screen and (max-width: 450px) {
  .container-banner.full-width {
    height: 372px;
  }
}
/* end leaderboard  */

/* start header */
header {
  background-color: black;
  border-bottom: 5px solid #0088cc;
}
/* end header */

/* start nav menu  */
/*ul.mod-menu {
  display: flex;
  font-size: 17px;
  margin: 0;
}
ul.mod-menu li {
  list-style: none;
  padding: 0;
}
ul.mod-menu a {
  color: white;
  padding: 5px 13px;
  display: block;
  white-space: nowrap;
}
ul.mod-menu a:hover {
  color: white !important;
}
.nav-item {
  position: relative;
}
.nav-item:hover {
  background-color: #edab49;
}
.nav-item.active {
  background-color: #08c;
}
.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #08c;
  z-index: 100;
  margin-left: 0;
}
.nav-item:hover .submenu {
  display: block;
}*/
/* end nav menu */


/* Desktop styles */
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: -50px;
  z-index: 1000;
}
@media screen and (min-width: 1015px) {
  .container-nav ul.mod-menu {
    display: flex;
    font-size: 17px;
    margin: 0;
    list-style: none;
  }
  .container-nav ul.mod-menu a {
    color: white !important;
    padding: 5px 13px;
    display: block;
    white-space: nowrap;
  }
  ul.mod-menu a:hover {
    color: white !important;
  }
  .nav-item {
    position: relative;
  }
  li.nav-item {
    list-style: none;
    padding: 0;
  }
  .nav-item:hover {
    background-color: #edab49;
  }
  .nav-item.active {
    background-color: #08c;
  }
  .container-nav .submenu {
    display: none;
    position: absolute;
    min-width: 100px;
    top: 100%;
    left: 0;
    background-color: #08c;
    /*z-index: 100;*/
    z-index: 10;
    margin-left: 0;
  }
  .container-nav .nav-item:hover .submenu {
    display: block;
  }
}
/* start mobile device menu styles  */
/* Mobile styles */
@media screen and (max-width: 1014px) {
  .container-nav .hamburger-menu {
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 999;
    margin: 0 10px 0 auto;
    padding: 5px 0;
  }
  .container-nav .hamburger-menu .bar1, .container-nav .hamburger-menu .bar2, .container-nav .hamburger-menu .bar3 {
    width: 30px;
    height: 4px;
    background-color: white;
    margin: 6px 0;
    transition: 0.4s;
  }
  .container-nav .change .bar1 {
    transform: rotate(-45deg) translate(-10px, 6px);
    background-color: red;
  }
  .container-nav .change .bar2 {
    opacity: 0;
  }
  .container-nav .change .bar3 {
    transform: rotate(45deg) translate(-7px, -5px);
    background-color: red;
  }
  .container-nav .mod-menu {
    display: none;
  }
  .container-nav .hamburger-menu.clicked + .mod-menu {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 101px;
    left: 0;
    background-color: #08c;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 998;
  }
  .container-nav .mod-menu li {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: baseline;
  }
  .container-nav .mod-menu a {
    color: white;
    padding: 5px 13px;
    display: block;
    white-space: nowrap;
  }
  .mod-menu a:visited {
    color: white !important;
  }
  .mod-menu a:focus {
    color: white !important;
  }
  .mod-menu a:hover {
    color: white !important;
  }
  .mod-menu a:active {
    color: white !important;
  }
  .nav-item.deeper:after {
    content: "+";
    float: right;
    font-size: 16px;
    font-weight: bold;
    margin-top: 2px;
  }
  .nav-item.deeper.open:after {
    content: unset;
  }
  .submenu {
    display: none;
  }
  .submenu.open {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    background-color: #cb8034;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 998;
  }
  .flex-column {
    flex-direction: column;
  }
}
/* end mobile device menu styles  */

/* start breadcrumbs */
.article-breadcrumbs {
  grid-column: span 4;
}
ol.mod-breadcrumbs {
  list-style: none;
  margin: 10px 0;
}
ol.mod-breadcrumbs li {
  display: inline;
  font-size: 16px;
  color: #5f6468;
}
ol.mod-breadcrumbs a {
}
span.crumb-divider {
  margin: 0 3px;
  color: #000;
}
/* end breadcrumbs */

/* start info block */
.info-block {
  margin-left: 0;
  font-size: 15px;
  color: #596B7D;
  /*background-color: #c5c5c5;*/
  margin: 0 -20px;
  padding-left: 20px;
}
.info-block li {
  display: inline;
  list-style-type: none;
  margin-right: 15px;
}
span.info-item-1 {
  font-weight: bold;
}
/* end info block */

/* start tab navigation of article */

/*ul.page-tab-menu {
  list-style: none;
  margin: 0;
  border-bottom: 1px solid #778;
}*/
ul.page-tab-menu {
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 0;
  padding-left: 0;
  border-bottom: 1px solid #778;
}
body.dark ul.page-tab-menu {
  border-bottom: 1px solid #dadf45;
}
/*ul.page-tab-menu li {
  display: inline-block;
  padding: 0;
}*/
ul.page-tab-menu li {
  display: inline-block;
  list-style: none;
  padding: 0 !important;
  font-size: .75em !important;
}
/*ul.page-tab-menu li a {
  display: block;
  border: 1px solid #000;
  padding: 4px 10px 0;
  margin-right: 8px;
  opacity: .5;
  font-size: 14px;
  background-color: #cdcdcd;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom: none;
}*/
ul.page-tab-menu li a {
  display: block;
  padding: 3px 25px;
  margin-left: 7px;
  text-decoration: none;
  border: 1px solid #778;
  border-bottom: none;
  background: rgb(198,198,200);
  background: -moz-linear-gradient(0deg, rgba(198,198,200,1) 0%, rgba(203,203,237,1) 15%, rgba(247,248,249,1) 65%);
  background: -webkit-linear-gradient(0deg, rgba(198,198,200,1) 0%, rgba(203,203,237,1) 15%, rgba(247,248,249,1) 65%);
  background: linear-gradient(0deg, rgba(198,198,200,1) 0%, rgba(203,203,237,1) 15%, rgba(247,248,249,1) 65%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c6c6c8",endColorstr="#f7f8f9",GradientType=1);
  color: blue;
}
body.dark ul.page-tab-menu li a {
  border: 1px solid #4278ae;
  border-bottom: none;
  background: none;
  color: #5ca0e0;
}
ul.page-tab-menu li a.active {
  margin-bottom: -1px;
  background: none;
  padding-top: 8px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid white;
}
body.dark ul.page-tab-menu li a.active {
  border-color: #dadf45;
  border-bottom: 1px solid #3d4050;
}
@media screen and (min-width: 520px) and (max-width: 570px) {
  ul.page-tab-menu li a {
    padding: 3px 22px;
  }
}
@media screen and (min-width: 451px) and (max-width: 520px) {
  ul.page-tab-menu li a {
    padding: 3px 16px;
  }
}
@media screen and (max-width: 450px) {
  ul.page-tab-menu li a.active {
    padding-left: 7px;
    padding-right: 7px;
  }
  ul.page-tab-menu li a {
    padding: 3px 10px;
  }
}
/* end tab navigation of article */

/* start home page styles  */
.categories-item-container-outer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /*grid-template-columns: repeat(4, 306px);*/
  grid-gap: 1em;
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
}
@media (max-width: 1000px) {
  .categories-item-container-outer {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 700px) {
  .categories-item-container-outer {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .categories-item-container-outer {
    grid-template-columns: repeat(1, 1fr);
  }
}
.categories-item-title-wrapper {
  background-color: #0066d0;
  /*width: 306px;*/
  width: 100%;
  height: 175px;
  position: relative;
  font-size: 50px;
}
@media (max-width: 1120px) {
  .categories-item-title-wrapper {
    font-size: 40px;
  }
}
.categories-item-link {
  position: absolute;
  width: 100%;
  color: white;
  font-weight: bold;
  font-size: 100%;
  letter-spacing: -3px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 44.9px;
  text-align: center;
  padding: 0 10px;
  transition: all 0.1s ease-in-out;
}
.categories-item-title-wrapper:hover .categories-item-link {
  /*font-size: 52px;*/
  text-shadow: 2px 2px 3px #001f3e;
}
.categories-item-bottom {
  position: absolute;
  bottom: 10px;
  width: 100%;
  font-size: 35%;
  color: #fbaf00;
  text-align: right;
  font-weight: bold;
  right: 13px;
}
/* non-home page category page */
.categories-item-top {
  font-weight: bold;
  font-size: 17px;
  position: absolute;
  top: 0;
  right: 0;
  color: #fe9800;
  width: 100%;
  text-align: right;
  padding: 10px;
}
.categories-item-link-b {
  position: absolute;
  bottom: 0;
  width: 50%;
  color: white;
  padding-left: 15px;
  font-weight: bold;
  font-size: .78em;
  letter-spacing: -3px;
  line-height: 1;
  top: 50%;
  display: flex;
  align-items: center;
  height: 100%;
  transform: translateY(-50%);
  /* padding needed for Chrysler 2.5L L4 tile */
  padding-right: 18px;
  transition: all 0.1s ease-in-out;
}
@media (max-width: 1000px) {
  .categories-item-link-b {
    width: 42%;
  }
}
@media (max-width: 500px) {
  .categories-item-link-b {
    width: 35%;
  }
}
.categories-item-title-wrapper:hover {
  background-color: #0055ae;
}
.categories-item-title-wrapper:hover .categories-item-link-b {
  /* font-size: 50px; */
  text-shadow: 2px 2px 3px #001f3e;
}
.categories-item-make {
  position: absolute;
  top: 30px;
  width: 50%;
  font-size: 26px;
  color: #ff0;
  text-align: right;
  vertical-align: top;
  font-weight: bold;
  right: 13px;
}
/* end home page styles  */

/* start table of contents */
div.artContent {
  background-color: #fafafa;
  margin: 9px 0;
}
body.dark div.artContent {
  background-color: #3d4050;
  margin: 20px 0;
}
div.artContInner p {
  display: inline-block;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}
body.dark div.artContInner p {
  color: #eaa948;
}
div.artContent ul {
  font-size: 19px;
  margin-left: 0;
  border-left: 1px solid #000;
  padding-left: 40px;
}
body.dark div.artContent ul {
  border-left-color: #bf8b3d;
}
.pagenavcounter {
  display: none;
}
/* end table of contents */

.translated_icon {
  width: 30px;
  vertical-align: middle;
  height: 20px;
}

/* start plain js slideshow  */
.slideshow-container {
  width: 618px;
  height: auto;
  max-width: 100%;
}
/* end plain js slideshow  */

/* start images */
.tutorial_img, .tutorial_img_350, .tutorial_img_360, .tutorial_img_375, .tutorial_img_400, .tutorial_img_427, .tutorial_img_450, .tutorial_img_480, .tutorial_img_500, .tutorial_img_550, .tutorial_img_560, .tutorial_img_570, .tutorial_img_600, .tutorial_img_618, .tutorial_img_620, .tutorial_img_630, .tutorial_img_640, .tutorial_img_650, .tutorial_img_675, .tutorial_img_690, .tutorial_img_700, .tutorial_img_710, .tutorial_img_750, .tutorial_img_770, .tutorial_img_800, .tutorial_img_820, .tutorial_img_850, .tutorial_img_900, .tutorial_img_910, .tutorial_img_930, .tutorial_img_950, .tutorial_img_960, .tutorial_img_970, .tutorial_img_980, .tutorial_img_990, .tutorial_img_1000, .tutorial_img_1020, .tutorial_img_1030, .tutorial_img_1040, .tutorial_img_1050, .tutorial_img_1070, .tutorial_img_1100 {
  display: block;
  margin: 15px auto;
  border: 1px solid #CCC;
  box-sizing: unset;
}
body.dark .tutorial_img, body.dark .tutorial_img_350, body.dark .tutorial_img_360, body.dark .tutorial_img_375, body.dark .tutorial_img_400, body.dark .tutorial_img_427, body.dark .tutorial_img_450, body.dark .tutorial_img_480, body.dark .tutorial_img_500, body.dark .tutorial_img_550, body.dark .tutorial_img_560, body.dark .tutorial_img_570, body.dark .tutorial_img_600, body.dark .tutorial_img_618, body.dark .tutorial_img_620, body.dark .tutorial_img_630, body.dark .tutorial_img_640, body.dark .tutorial_img_650, body.dark .tutorial_img_675, body.dark .tutorial_img_690, body.dark .tutorial_img_700, body.dark .tutorial_img_710, body.dark .tutorial_img_750, body.dark .tutorial_img_770, body.dark .tutorial_img_800, body.dark .tutorial_img_820, body.dark .tutorial_img_850, body.dark .tutorial_img_900, body.dark .tutorial_img_910, body.dark .tutorial_img_930, body.dark .tutorial_img_950, body.dark .tutorial_img_960, body.dark .tutorial_img_970, body.dark .tutorial_img_980, body.dark .tutorial_img_990, body.dark .tutorial_img_1000, body.dark .tutorial_img_1020, body.dark .tutorial_img_1030, body.dark .tutorial_img_1040, body.dark .tutorial_img_1050, body.dark .tutorial_img_1070, body.dark .tutorial_img_1100 {
  border-color: #5f6eb0;
}
/* end images */

/* start tip numbers */
.tip_numbers {
  list-style-type: none;
  margin: 0 40px !important;
  padding: 0
}
ol.tip_numbers li {
  min-height: 60px
}
.tip_numbers p {
  text-indent: 0;
  margin: 0 0 0 40px;
  padding: 5px 0 !important
}
.tip_numbers div {
  display: block;
  float: left;
  font: 30px "Times New Roman";
  font-style: normal;
  font-style: italic;
  width: 40px;
  margin: 3px 0 10px 0;
  *margin: 0 0 10px 0;
  font-weight: bold;
  color: blue
}
.tip-numbers-ol, .left_30, .left_70, .left_80, .left_90 {
  margin: 5px 0px 0px 60px !important
}
.tip-numbers-ol, .left_30 li, .left_70 li, .left_80 li, .left_90 li {
  padding: 8px 0px !important;
  min-height: initial !important
}
.disc {
  list-style: disc;
}
@media (max-width: 600px) {
  .tip_numbers {
    margin: 0 0 0 11px !important;
  }
}
/* end tip numbers */

/* start pcm_pins table */
#pcm_pins, .pcm_pins {
  width: 95%;
  border-collapse: collapse;
  margin: 30px auto
}
#pcm_pins2 {
  width: 55%;
  border-collapse: collapse;
  margin: 30px auto
}
#pcm_pins td,#pcm_pins th, .pcm_pins td, .pcm_pins th {
  border: 1px solid #c3c3c3;
  padding: 6px 7px 9px;
  text-align: left
}
#pcm_pins2 td,#pcm_pins2 th {
  border: 1px solid #c3c3c3;
  padding: 6px 7px 9px;
  text-align: center
}
body.dark #pcm_pins td, body.dark #pcm_pins th, body.dark .pcm_pins td, body.dark .pcm_pins th, body.dark #pcm_pins2 td, body.dark #pcm_pins2 th {
  border-color: #5f6eb0 !important;
}
#pcm_pins th, #pcm_pins2 th, .pcm_pins th {
  text-align: left;
  padding-top: 6px;
  padding-bottom: 9px;
  font-weight: bold
}
#pcm_pins tr.alt td, #pcm_pins2 tr.alt td, .pcm_pins2 tr.alt td {
  color: #b9b9b9;
  background: #f5f5f5
}
#pcm_pins tr.over td, #pcm_pins2 tr.over td {
  background: #FF0
}
#pcm_pins tr:nth-child(odd), .pcm_pins tr:nth-child(odd) {
  background: #f2f2f2
}
body.dark #pcm_pins tr:nth-child(odd), body.dark .pcm_pins tr:nth-child(odd) {
  background: #46495e;
}
.middle {
  width: 220px
}
.middle2 {
  width: 80px
}
th.heading_pcm {
  text-align: center !important;
  color: black !important;
  background-color: #f2f2f2 !important;
  border-top: 1px solid #c3c3c3 !important;
  border-left: 1px solid #c3c3c3 !important;
  .site-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 1320px;
    width: 100%;
    padding-bottom: 50px;
    background-color: #ebebeb;
  }  border-right: 1px solid #c3c3c3 !important;
  font-size: 22px !important;
  font-weight: bold
}
body.dark th.heading_pcm {
  background-color: #3d4050 !important;
  color: #ebebec !important;
  border-color: #5f6eb0 !important;
}
/* end pcm_pins table */

/* start amazon */
div.displayAmazon {
  width: 100%;
  height: auto;
  margin: 10px auto 10px auto;
  text-align: center
}
div.displayAmazon iframe {
  padding: 0 8px 8px 0
}
/* end amazon */

/* start bottom article pagination */
div.page-bottom-pagination {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
ul.page-bottom-links {
  list-style: none;
  display: flex;
  margin: 0 auto;
}
ul.page-bottom-links li a.active {
  background-color: white;
  padding: 8px 8px;
}
body.dark ul.page-bottom-links li a.active {
  background-color: #3d4050;
  color: #eaa948 !important;
  border-color: #eaa948;
}
body.dark ul.page-bottom-links li a.active:hover {
  color: #eaa948 !important;
}
ul.page-bottom-links li a {
  padding: 4px 8px;
  margin: 0 4px;
  border: 1px solid #778;
  color: blue;
  background: #DDE;
}
body.dark ul.page-bottom-links li a {
  background-color: #3d4050;
  color: #5f6583;
}
body.dark .next .page-link, body.dark .previous .page-link {
  color: #61a8f5 !important;
}
.no-link {
  padding: 4px 8px;
  margin: 0 4px;
  border: 1px solid #778;
  color: blue;
  background: #DDE;
  opacity: 0.3;
}
body.dark .no-link {
  color: #61a8f5;
  background: #3d4050;
}
/* end bottom article pagination */

/* start aside right box 1  */
.sidebar-right-b {
  margin-bottom: 30px;
}
/* end aside right box 1  */

/* start latest news box */
ul.mod-articleslatest li {
  border-bottom: 1px solid #CCC;
}
ul.mod-articleslatest {
  list-style: none;
  font-weight: bold;
  margin: 0 0 30px 0;
}
ul.mod-articleslatest li:first-child {
  border-top: 1px solid #CCC;
}
ul.mod-articleslatest li {
  border-bottom: 1px solid #CCC;
}
ul.mod-articleslatest a {
  color: black;
}
/* end latest news box */

/* start category list of article */
.article-list {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}

.list-1 {
  display: flex;
  flex-wrap: wrap;
  height: 350px;
  width: 100%;
}
.article-primary-wrapper {
  width: 50%;
}
.article-primary {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.article-secondary-wrapper {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  /*margin-left: 20px;*/
}
.article-secondary {
  flex-basis: calc(50% - 20px);
  margin-left: 20px;
  flex-grow: 1;
  position: relative;
  overflow: hidden;
  height: calc(50% - 10px);
}
.article-secondary-wrapper :nth-child(1), .article-secondary-wrapper :nth-child(2) {
  margin-bottom: 10px;
}
.article-secondary-wrapper :nth-child(3), .article-secondary-wrapper :nth-child(4) {
  margin-top: 10px;
}

.article-img-1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.article-primary:hover img, .article-secondary:hover img {
  opacity: .9;
}
.article-primary:hover .article-text-title, .article-secondary:hover .article-secondary-title {
  color: #64beff;
}
.list-2-items:hover .link-container {
  color: #0094ff;
}
.primary-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .8;
}
.article-text-title {
  position: absolute;
  bottom: 0px;
  color: white;
  padding: 30px 10px 20px;
  font-weight: bold;
  text-shadow: 3px 3px 9px black;
  background-image: linear-gradient(rgba(0,0,0,0),rgb(0 0 0 / 94%));
  font-size: 23px;
  line-height: normal;
  width: 100%;
}
.secondary-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* max-width: unset; */
  /* width: 150%; */
  opacity: .8;
}
.article-secondary-title {
  position: absolute;
  bottom: 0px;
  color: white;
  padding: 30px 10px 20px;
  font-weight: bold;
  text-shadow: 3px 3px 9px black;
  background-image: linear-gradient(rgba(0,0,0,0),rgb(0 0 0 / 94%));
  font-size: 18px;
  line-height: normal;
  width: 100%;
}


/* start middle articles */
.list-2 {
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
}
.first-item-wrapper {
  width: 75%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.last-item-wrapper {
  width: 25%;
  height: auto;
  display: flex;
  background-color: #E8E8E8;
}
.list-2-items {
  position: relative;
  height: 300px;
  width: calc(33% - 20px);
}
.last-item {
  height: 100%;
  width: 100%;
}
body.dark .last-item {
  background-color: #383948;
}
.list-2-img {
  background-color: antiquewhite;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 50%;
  border: 1px solid #CCC;
}
.list-2-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  max-width: unset;
  width: 150%;
}
.link-container {
  line-height: 23.9px;
  padding-top: 10px;
  color: black;
  font-size: 1.2rem;
  font-weight: bold;
}
body.dark .link-container {
  color: white;
}
p.doc-title {
  position: absolute;
  bottom: 0;
  font-size: 12px;
  color: #040404;
  font-weight: bold;
  border-left: 5px solid #009eff;
  padding: 0 0 0 8px;
}
/* start list 3 container styles */
.list-3 {
  display: flex;
  width: 100%;
}
.list-3-item-1 {
  width: 23%;
  height: auto;
  background-color: #e8e8e8;
}
.list-3-item-2 {
  list-style: none;
  padding: 0;
  margin: 0 0 0 20px;
  display: flex;
  flex-direction: column;
  width: 77%;
}
.list-3-item-2 li {
  border-bottom: 1px solid grey;
}
.list-3-item-2 a {
  color: black;
}
/* end list 3 container styles */




/* start new article index page styles */
.blog-cat-container {
  display: flex;
  flex-direction: column;
}
.content-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.content__main {
  flex-basis: 50%;
  border: 1px solid #ccc;
  margin-right: 20px;
  background-color: #fff;
}
a.content-item__link {
  font-size: 23px;
}
body.dark .content__main {
  border-color: #5f6eb0;
}
.content__main .content-item {
  position: relative;
}
.content-item__image-wrapper, .main-content-img-wrapper, .extra-content-img-wrapper, ._3rd-content-img-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  background-color: #fbfbfb;
}
.content-item__image {
  width: 100%;
}
.content__main .content-item__header {
  position: absolute;
  bottom: 0;
  color: #fff;
  font-weight: 700;
  text-shadow: 3px 3px 9px #000;
  background-image: linear-gradient(rgba(0,0,0,0),rgb(0 0 0 / 94%));
  /*font-size: 23px;*/
  font-size: .9em;
  line-height: 30px;
  padding: 30px 10px 20px;
  width: 100%;
}
.content__sub {
  display: flex;
  flex-basis: calc(50% - 20px);
  flex-wrap: wrap;
  gap: 20px;
}

.content__sub .content-item {
  flex-basis: calc(50% - 10px);
  border: 1px solid #ccc;
  position: relative;
}
body.dark .content__sub .content-item {
  border-color: #5f6eb0;
}
.content__sub .content-item__header, .extra-content-heading-wrapper {
  position: absolute;
  bottom: 0;
  color: #fff;
  font-weight: 700;
  text-shadow: 3px 3px 9px #000;
  background-image: linear-gradient(rgba(0,0,0,0),rgb(0 0 0 / 94%));
  /*font-size: 17px;*/
  font-size: .65em;
  line-height: 20px;
  /*padding: 30px 10px 20px;*/
  padding: 10px;
  width: 100%;
}
.content-item__header, .extra-content-heading-wrapper, ._3rd-content-heading-wrapper {
  padding: 10px;
}
.content-container__header {
  font-size: 27px;
  font-weight: 700;
  padding: 20px 0;
  display: flex;
  align-items: center;
}
span.heading {
  display: flex;
  flex-shrink: 0;
}
.category-title::after, .content-container__header::after {
  width: 100%;
  margin-left: 15px;
}
.category-title::after, .content-container__header::after {
  content: "";
  border-top: 1px solid #b0b0b0;
  background-color: initial;
  padding: 2px;
  border-bottom: 1px solid #b0b0b0;
  height: 2px;
}
.content-container--extra, .lesson-item-3rd-container, .content-container--archived {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.content-container--extra__aside {
  flex-basis: 25%;
  margin-right: 20px;
  background-color: #00000012;
}
.content-container--extra__main {
  display: flex;
  flex-basis: calc(75% - 20px);
  flex-wrap: wrap;
  gap: 20px;
}
.content-container--extra__main .content-item {
  flex-basis: calc(33.39% - 14px);
  border: 1px solid #ccc;
  position: relative;
}
body.dark .content-container--extra__main .content-item {
  border-color: #5f6eb0;
}
.content-container--extra__main .content-item__image-wrapper {
  background-color: #eaeaea;
}
.content-container--extra__main .content-item__header, ._3rd-content-heading-wrapper, .archived-item__link {
  font-weight: 700;
  color: #000;
  line-height: normal;
}
.content-container--extra__main .content-item__header, ._3rd-content-heading-wrapper {
  font-size: 0.65em;
}
.archived-item__link {
  font-size: 23px;
}
body.dark .content-container--extra__main .content-item__header, body.dark .archived-item__link, body.dark .content-item__header {
  color: #FFF;
}
.content-container--archived {
  gap: 31px
}
.content-container--archived__wrapper {
  flex-basis: calc(50.49% - 22px);
}
a:hover .archived-item__link {
  background-color: #f1f1f1;
}
body.dark a:hover .archived-item__link {
  background-color: #323442;
}
.archived-item {
  display: flex;
}
.archived-item__image-wrapper {
  width: 40%;
  overflow: hidden;
  height: 120px;
  border: 1px solid #CCC;
  padding-bottom: 40px;
}
img.archived-item__image {
  background-color: #eaeaea;
  /*transform: scale(1.7);
  transform-origin: center;*/
}
.archived-item__link {
  width: 60%;
  padding-left: 15px;
  position: relative;
}
.archived-item__title {
  display: block;
  margin-top: -3px;
  font-size: 0.76em;
  color: #000;
}
body.dark .archived-item__title {
  color: #FFF;
}
span.archived-item__read-more {
  position: absolute;
  bottom: 0;
  display: block;
  color: #00f;
  font-size: 0.7em;
}
body.dark span.archived-item__read-more {
  color: #62aaf7
}
.height-47 {
  height: 47.99%;
}
.pagination__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination {
  display: flex;
  gap: 25px;
  list-style: none;
  justify-content: center;
  font-size: 25px;
  align-items: center;
  margin-left: 0;
}
.pagination li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.active.page-item {
  background-color: orange;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  padding: 18px;
}
body.dark .page-link {
  color: #FFF !important;
}
body.dark li.active .page-link {
  color: #000 !important;
}
.icon-angle-double-left {
  background-image: url('/images/navigation/left-double-bracket.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  display: inline-flex;
}
body.dark .icon-angle-double-left {
  background-image: url('/images/navigation/left-double-bracket-white.png');
}
.icon-angle-left {
  background-image: url('/images/navigation/left-bracket.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  display: inline-flex;
}
body.dark .icon-angle-left {
  background-image: url('/images/navigation/left-bracket-white.png');
}
.icon-angle-double-right {
  background-image: url('/images/navigation/right-double-bracket.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  display: inline-flex;
}
body.dark .icon-angle-double-right {
  background-image: url('/images/navigation/right-double-bracket-white.png');
}
.icon-angle-right {
  background-image: url('/images/navigation/right-bracket.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  display: inline-flex;
}
body.dark .icon-angle-right {
  background-image: url('/images/navigation/right-bracket-white.png');
}
.disabled .icon-angle-double-left, .disabled .icon-angle-left, .disabled .icon-angle-double-right, .disabled .icon-angle-right {
  opacity: .2;
}
@media screen and (min-width: 601px) and (max-width: 1050px) {
  .archived-item__read-more {
    display: none !important;
  }
}
@media screen and (min-width: 701px) and (max-width: 1050px) {
  .content-container--archived__wrapper {
    flex-basis: calc(33.39% - 22px);
  }
  .archived-item {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .archived-item__image-wrapper, .archived-item__link {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56%;
  }
  .archived-item__link {
    padding: 0;
    height: 100%;
  }
  .archived-item__title {
    display: block;
    padding-top: 10px;
  }
}
@media screen and (min-width: 601px) and (max-width: 700px) {
  .content-container--archived__wrapper {
    flex-basis: calc(50.98% - 22px);
  }
  .archived-item {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .archived-item__image-wrapper, .archived-item__link {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 46%;
  }
  .archived-item__link {
    padding: 0;
    height: 100%;
  }
  .archived-item__title {
    padding-top: 10px;
  }
}
@media screen and (max-width: 1020px) {
  .content-container {
    flex-direction: column;
    flex-wrap: unset;
    width: 100%;
    gap: 20px;
  }
  .content__main {
    flex-basis: 100%;
    margin-right: 0;
  }
  .content-container--extra__aside {
    display: none;
  }
  .content-container--extra__main {
    flex-basis: 100%;
  }
  .content-container--extra__main .content-item {
    flex-basis: calc(32.7% - 10px);
  }
}
@media screen and (max-width: 600px) {
  .content__sub, .lesson-item-extra-container, .content-container--archived {
    flex-direction: column;
    flex-wrap: unset;
  }
  .content__sub, .lesson-item-extra-container {
    gap: unset;
  }
  .content-container--extra__main .content-item, .content__sub .content-item, .lesson-item-extra, .lesson-item-3rd {
    border-top: unset;
    border-left: unset;
    border-right: unset;
  }
  .content__sub .content-item__image-wrapper, .extra-content-img-wrapper, ._3rd-content-img-wrapper {
    display: none;
  }
  .content__sub .content-item__header, .extra-content-heading-wrapper, ._3rd-content-heading-wrapper {
    position: unset;
    bottom: unset;
    color: #000;
    text-shadow: unset;
    background-image: unset;
    padding: 0;
  }
  .content__sub :last-child, body.dark .content__sub :last-child, .content-container--extra__main :last-child, body.dark .content-container--extra__main :last-child {
    border-bottom: none;
  }
  .content-container--extra {
    flex-direction: column;
  }
  .content-container--extra__main {
    flex-direction: column;
    gap: unset;
  }
  .content-container--extra__main .content-item, .content__sub .content-item {
    border-top: unset;
    border-left: unset;
    border-right: unset;
  }
  .content-container--extra__main .content-item__image-wrapper {
    display: none;
  }
  .main-content-heading-wrapper, h3.extra-heading, .content-item__title {
    padding: 20px;
  }
  .content__main .content-item__header {
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .content__main .content-item__header {
    font-size: 0.7em;
    line-height: 22px;
  }
  .archived-item__read-more {
    display: none !important;
  }
}
@media screen and (min-width: 401px) and (max-width: 530px) {
  img.archived-item__image {
    transform: scale(1.7);
    transform-origin: center;
  }
}
@media screen and (max-width: 400px) {
  .archived-item {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .archived-item__image-wrapper, .archived-item__link {
    width: 100%;
    padding: 0;
  }
  .archived-item__link {
    padding-top: 10px;
  }
  span.archived-item__read-more {
    display: none;
  }
  img.archived-item__image {
    transform: unset;
    transform-origin: unset;
  }
}
/* end new article index page styles */

/* Media query for browser width 1000px or smaller */
@media (max-width: 1000px) {
  .list-1 {
    flex-direction: column;
    flex-wrap: nowrap;
    height: 800px;
  }
  .article-primary-wrapper {
    width: 100%;
    height: calc(50% - 20px);
    margin-bottom: 20px;
  }
  .article-secondary-wrapper {
    width: 100%;
    height: calc(50% - 20px);
  }
  .article-primary {

  }
  .article-secondary {
    margin-left: 0;
    height: 50%;
  }
  .article-secondary-wrapper :nth-child(1), .article-secondary-wrapper :nth-child(3) {
    margin-right: 10px;
  }
  .article-secondary-wrapper :nth-child(2), .article-secondary-wrapper :nth-child(4) {
    margin-left: 10px;
  }
  /* start list-2 div styles  */
  .list-2 {
    flex-wrap: wrap-reverse;
  }
  .first-item-wrapper {
    width: 100%;
  }
  .last-item-wrapper {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
  }
  .list-2-items {
    width: calc(33% - 12px);
  }
  /* end list-2 div styles  */

  /* start list 3 container styles */
  .list-3-item-1 {
    width: 33%;
  }
  .list-3-item-2 {
    width: calc(66% + 20px);
  }
  /* end list 3 container styles */
}
/* Media query for browser width 599px or smaller */
@media (max-width: 599px) {
  .list-1 {
    height: 600px;
  }
  .article-img-2 {
    display: none;
  }
  .article-secondary {
    overflow: unset;
    border-bottom: 1px solid gray;
    display: flex;
    align-items: center;
  }
  .article-secondary-wrapper {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .article-secondary-wrapper :nth-child(1), .article-secondary-wrapper :nth-child(3) {
    margin: 0;
  }
  .article-secondary-wrapper :nth-child(2), .article-secondary-wrapper :nth-child(4) {
    margin: 0;
  }
  .article-secondary-title {
    color: #000;
    position: unset;
    background-image: unset;
    text-shadow: none;
    padding: 10px 0;
  }
  /*  start list 2 styles  */
  .first-item-wrapper {
    flex-wrap: unset;
    gap: unset;
    flex-direction: column;
  }
  .list-2-items {
    position: unset;
    height: unset;
    width: 100%;
    border-bottom: 1px solid gray;
  }
  .list-2-img {
    display: none;
  }
  .link-container {
    padding: 15px 0;
  }
  .doc-title {
    display: none;
  }
  /*  end list 2 styles  */
}
/* end category list of article */

/* start tools styles */
.toolsNeeded {
  max-width: 450px;
  border: 1px solid rgb(0, 153, 255);
  background: #CBDFEF;
  margin: 10px auto 0px;
  padding: 10px 0 15px 20px
}

body.dark .toolsNeeded {
  background-color: #315776;
}

.displayTools {
  max-width: 450px;
  border: 1px solid rgb(0, 153, 255);
  background: #CBDFEF;
  padding: 20px 0px;
  margin: 10px auto 0px;
  text-align: center
}

body.dark .displayTools {
  border: 1px solid rgb(51, 116, 159);
  background-color: #494c60;
}

.tools_dropshadow {
  display: block;
  margin: 0 auto;
  width: 450px;
  height: 13px
}

.displayTools iframe {
  padding: 4px
}
/* end tools styles */

/* start applies to box styles  */
.applies_container {
  width: 100%;
  border: 1px solid #939393;
  padding-bottom: 20px;
  margin: 0 0 30px 0
}

.applies_container img {
  width: 25px;
  height: auto;
  vertical-align: middle;
  margin: 0
}

.pegasus {
  display: block;
  width: 80% !important;
  margin: 10px auto !important
}

.nav_buttons {
  text-align: center
}

.application_container {
  width: 100%;
  text-align: left;
  min-height: 250px
}

.cycle-slideshow:first-child {
  display: block
}

.cycle-slideshow div {
  display: none
}

.cycle-slideshow:first-child {
  display: block
}

.slideshow div {
  width: 100% !important
}

.application_container .slideshow {
  width: 85% !important;
  text-align: left;
  margin: 0 auto;
  position: relative !important
}

.application_container .cycle-slideshow {
  text-align: left !important;
  width: 85% !important
}

.application_container li {
  padding: 9px 0
}

.vehicle_make {
  text-align: center;
  font-size: 18px
}

.vehicle_make strong {
  display: block;
  margin: 5px auto 0 auto;
  padding: 0 5px;
  text-align: center;
  line-height: 1.625;
  background: #eaf4f4;
  border: 1px solid #ccc
}

body.dark .vehicle_make strong {
  background: none;
  border: 1px solid #939393
}

.vehicle_model {
  height: auto;
  list-style-type: none;
  padding: 10px 0 20px 0;
  margin-left: 0;
}

.vehicle_make p {
  padding: 0;
}

div.applies_container .cycle-slide {
  width: 100%;
}

.vehicle_model li {
  line-height: 20px;
}

.vehicle_year {
  list-style-type: none;
  padding: 0 0 0 20px;
  margin-left: 0;
}

ol.applies_header {
  padding: 0;
  margin-left: 0;
}

ol.applies_header li {
  list-style: none;
  display: inline-block;
  padding: 0 5px
}
/* endt applies to box styles  */


/* start footer  */
footer.footer.full-width {
    background-color: black;
    padding: 30px 0 40px;
}
ul.mod-menu.mod-list.nav.footer {
  margin: 0 auto;
}
/* end footer  */

/* start footer menu styles */
.container-footer ul.mod-menu {
  font-size: 18px;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  font-weight: 700;
}
.container-footer ul.mod-menu a {
  color: #d3d3d3;
  padding: 5px 13px;
  display: block;
  white-space: nowrap;
}
.container-footer ul.mod-menu a:hover {
  color: white !important;
}
.container-footer .nav-item {
  position: relative;
}
.container-footer li.nav-item {
  list-style: none;
  padding: 0;
  display: inline-block;
}
.container-footer .nav-item:hover {
  background-color: unset;
}
.container-footer .nav-item.active {
  background-color: unset;
}
.container-footer .submenu, .container-footer .hamburger-menu {
  display: none;
}
.container-footer .nav-item.deeper:after {
  display: none;
}
/* end footer menu styles */

/* start footer info block  */
.grid-child.container-footer-info {
  color: #767676;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0 20px;
}
p.item-translation-team strong {
  color: #269fe7;
  text-transform: uppercase;
}
p.item-arr {
  width: 80%;
  margin: 0 auto;
  color: #73782a;
}
p.item-author {
  color: #c3c3c3;
  margin-top: -20px;
}
/* end footer info block  */

/* start light/dark theme style */
.toggle-switch-wrapper {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.light-mode-wrapper, .dark-mode-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #656363;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

body.dark .info-block, body.dark ol.mod-breadcrumbs li, body.dark span.crumb-divider {
  color: #ebebec;
}
body.dark .red {
  color: #fb4040!important;
}
body.dark .tip_numbers div {
  color: #FFF;
  text-shadow: 2px 2px 2px #2d2d2d;
}
body.dark .vehicle_make strong {
  background: #383b4a;
  border: none;
}
body.dark ul.mod-articleslatest a {
  color: #ebebec;
}
/* start light/dark theme style */

/* start mobile devices  */
@media (max-width: 950px) {
  /*.grid-box {
    grid-template-columns: repeat(4, 1fr);
  }*/
  .grid-child.container-component-article {
    grid-column: 1 / span 4;
  }
  .grid-child.container-sidebar-right{
    grid-column: 1 / span 4;
    width: 100%;
  }
}
/* end mobile devices  */
/* START AMAZON PRODUCT LINKS */
.amzProdLink {
  display: flex;
  justify-content: center;  /* Center horizontally */
  align-items: center; /* Center vertically */
  gap: 20px;
  padding: 10px 0;
}

.paapi5-pa-ad-unit {
  border-top: 5px solid #ffa724;
  border-left: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  margin:2px;
  position: relative;
  overflow: hidden;
  padding: 22px 20px;
  line-height: 1.1em;
  background-color: white;
}

.paapi5-pa-ad-unit * {
  box-sizing: content-box;
  box-shadow: none;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  outline: 0;
  padding: 0;
}

.paapi5-pa-ad-unit.pull-left {
  float: left;
}

.paapi5-pa-ad-unit.pull-right {
  float: right;
}

.paapi5-pa-ad-unit a {
  box-shadow: none !important;
}

.paapi5-pa-ad-unit a:hover {
  color: #c45500;
}

.paapi5-pa-product-container {
  width: 180px;
  height: 210px;
}
/* fixed width and height of product image to 150px */
.paapi5-pa-product-image {
  display: table;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  text-align: center;
}

.paapi5-pa-product-image-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.paapi5-pa-product-image-link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.paapi5-pa-product-image-source {
  max-width: 150px;
  max-height: 150px;
  vertical-align: bottom;
}

.paapi5-pa-percent-off {
  display: block;
  width: 32px;
  height: 25px;
  padding-top: 8px;
  position: absolute;
  top: -16px;
  right: -16px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #a50200;
  background-image: -webkit-linear-gradient(top, #cb0400, #a50200);
  background-image: linear-gradient(to bottom, #cb0400, #a50200);
}

.paapi5-pa-ad-unit.hide-percent-off-badge .paapi5-pa-percent-off {
  display: none;
}

.paapi5-pa-product-details {
  display: inline-block;
  max-width: 100%;
  margin-top: 11px;
  text-align: center;
  width: 100%;
}

.paapi5-pa-ad-unit .paapi5-pa-product-title a {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
  color: #0066c0;
  text-decoration: none;
  margin-bottom: 3px;
}

.paapi5-pa-ad-unit .paapi5-pa-product-title a:hover {
  text-decoration: underline;
  color: #c45500;
}

.paapi5-pa-ad-unit.no-truncate .paapi5-pa-product-title a {
  text-overflow: initial;
  white-space: initial;
}

.paapi5-pa-product-offer-price {
  font-size: 13px;
  color: #111111;
}

.paapi5-pa-product-offer-price-value {
  color: #AB1700;
  font-weight: bold;
  font-size: 1.1em;
  margin-right: 3px;
}

.paapi5-pa-product-list-price {
  font-size: 13px;
  color: #565656;
}

.paapi5-pa-product-list-price-value {
  text-decoration: line-through;
  font-size: 0.99em;
}

.paapi5-pa-product-prime-icon .icon-prime-all {
  background: url("https://images-na.ssl-images-amazon.com/images/G/01/AUIClients/AmazonUIBaseCSS-sprite_2x_weblab_AUI_100106_T1-4e9f4ae74b1b576e5f55de370aae7aedaedf390d._V2_.png") no-repeat;
  display: inline-block;
  margin-top: -1px;
  vertical-align: middle;
  background-position: -192px -911px;
  background-size: 560px 938px;
  width: 52px;
  height: 15px;
}

.paapi5-pa-product-offer-price,
.paapi5-pa-product-list-price,
.paapi5-pa-product-prime-icon {
  display: inline-block;
  margin-right: 3px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .paapi5-pa-ad-unit .paapi5-pa-product-prime-icon .icon-prime-all {
    background: url("https://images-na.ssl-images-amazon.com/images/G/01/AUIClients/AmazonUIBaseCSS-sprite_2x_weblab_AUI_100106_T1-4e9f4ae74b1b576e5f55de370aae7aedaedf390d._V2_.png") no-repeat;
    display: inline-block;
    margin-top: -1px;
    vertical-align: middle;
    background-position: -192px -911px;
    background-size: 560px 938px;
    width: 52px;
    height: 15px;
  }
}

/* css for mobile devices when device width is less than 441px*/
@media  screen and (max-width: 440px) {
  div.amazonTable .paapi5-pa-ad-unit {
    float: none;
    width: 150px;
  }
  .paapi5-pa-ad-unit {
    float: none;
    width: 100%;
  }


  .paapi5-pa-product-container {
    margin: 0 auto;
    width: 100%;
  }

  .paapi5-pa-product-details {
    text-align: center;
    margin-top: 11px;
  }
}
/* END AMAZON PRODUCT LINKS */
