/*Autoparts 1*/
.ApColumn .title_block {
  font-size: 2em; }

.box-latestnews2 {
  padding: 90px 0 60px; }
  @media (max-width: 1199px) {
    .box-latestnews2 {
      padding: 70px 0 50px; } }
  @media (max-width: 991px) {
    .box-latestnews2 {
      padding: 50px 0 40px; } }
  @media (max-width: 480px) {
    .box-latestnews2 {
      padding: 20px 0 40px; } }

.box-latestnews2 .latest-blogs .blog-container .blog-title {
  order: 2; }

.box-latestnews2 .latest-blogs .blog-container .blog-meta {
  order: 3; }

.box-latestnews2 .latest-blogs .blog-container p.blog-desc {
  text-align: center;
  line-height: inherit;
  order: 1; }

/*# sourceMappingURL=profile2457161960.css.map */
.plist-autoparts .thumbnail-container {
    border: 1px solid #ddd;
    border-radius: 12px;
    box-shadow: 0 4px 8px 0px rgb(0 0 0 / 15%);
}

.addToCartFormWrapper .input-radio:checked + span, .addToCartFormWrapper span.radio-label:hover {
    border-color: #c2c2c2;
    opacity: 100%;
}
.addToCartFormWrapper span.radio-label {
    padding: 0 3px;
    margin: 0 5px 5px 0;
    box-shadow: none;
    border-width: 1px;
    line-height: 25px;
    min-width: 27px;
    text-align: center;
    border-radius: 3px;
    opacity: 30%;
    border-color: #c2c2c2;
}
.box-autotop:before {
    border-top: 0px solid #00d950;
    background: #000000;
}
.box-autotop {
  background: #231f20;
}
.thumbnail-container a.product-thumbnail {
    overflow: hidden;
    position: relative;
    padding-bottom: 100%;
    display: block;
}
.plist-autoparts .thumbnail-container a.product-thumbnail {
    border-radius: 12px 12px 0 0;
}
.fondo {
    border: 1px solid #222;
    background: #fff;
    border-radius: 6px;
}
[data-text-bg="primary"] {
    background-color: #00d950;
}
h1.uppercase {
    letter-spacing: -2px;
}
.is-uppercase, .uppercase {
    line-height: 1.2;
    text-transform: uppercase;
}

p {
    font-size: 19px;
}

@media (min-width: 1440px){
.container {
    width: 1210px;
}}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}