.beginner-tag-content {
  margin: 30px 0;
  border-bottom: 1px solid #231815; }

@media (max-width: 768px) {
  .beginner-tag-content a.site-tag {
    width: 30%!important;
    font-size: 2vw; }
    .beginner-tag-content a.site-tag::after, .beginner-tag-content a.site-tag::before {
      width: 100%; } }

.store-top-container {
  width: 100%;
  /* max-width: 1280px; */
  height: 430px;
  max-height: 33.6vw;
  margin: 0 auto 30px auto;
  font-family: 'Raleway', sans-serif;
  position: relative;
  background-image: url(../../assets/img/Links/special-top.jpg);
  background-size: cover; }
  .store-top-container::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 32, 52, 0.35); }
  .store-top-container .top-text {
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: white; }
    .store-top-container .top-text h1 {
      font-size: 60px;
      margin: 0;
      font-style: italic;
      font-family: 'Raleway', sans-serif; }
    .store-top-container .top-text h2 {
      font-size: 20px;
      text-align: center;
      margin: 0; }

@media (max-width: 768px) {
  .store-top-container {
    position: relative;
    width: 100%;
    max-width: 1280px;
    height: 50vw; }
    .store-top-container .top-text {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
      text-align: center;}
      .store-top-container .top-text h1 {
        font-size: 30px; }
      .store-top-container .top-text h2 {
        font-size: 15px; } }

.special-newest-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-height: 300px;
  overflow: hidden;
  margin: 0 0 30px 0; }
  .special-newest-container .newest-img {
    max-width: 500px;
    width: 50%;
  }
  .special-newest-container .newest-img img{
    width: 100%;
    height: auto;
    display: block;
  }
  .special-newest-container .newest-text {
    width: 50%;
    margin-top: 0; }
    .special-newest-container .newest-text h2.info-title {
      font-size: 19px;
      color: #4d4d4d; }
    .special-newest-container .newest-text .info-content {
      border: none; }
      .special-newest-container .newest-text .info-content p {
        margin-top: 20px;
        font-size: 13px;
        letter-spacing: 0.5px;
        color: #4d4d4d;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 30px;
        white-space: nowrap;
      }

@media (max-width: 768px) {
  .special-newest-container {
    width: 100%;
    margin: 30px 0;
    max-height: auto;
    height: auto; }
    .special-newest-container .newest-img {
      width: 100%;
      max-width: 100%;
      height: auto; }
    .special-newest-container .newest-text {
      width: 100%; } }

.special-content-list-container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.special-content-list-container a{
  width: calc(100% / 3 - 20px)!important;
  text-decoration: none;
  margin: 0 10px 20px;
}


.special-content-list-container a .img img{
  width: 100%;
  display: block;
}

.special-content-list-container a .special-item-content p{
  color: black;
}

.special-content-list-container a .special-item-content .img{
  width: 100%;
}

.special-content-list-container a .special-item-content .img img{
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.special-item-name{
  margin-top: 20px;
}

.special-item-number{
  margin-top: 10px;
}

.special-item-number p{
  font-size: 10px;
}

.bland-item-page {
  margin: 30px 30px 30px 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .bland-item-page a {
    margin-left: 30px;
    text-decoration: none;
    color: #29427d; }

@media (max-width: 768px) {
  .special-content-list-container {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    .special-content-list-container a {
      width: 40%!important; }
      .special-content-list-container::after{
        content:"";
        display: block;
        width:40%;
        }
      .special-content-list-container a .special-item-content .img {
        width: 90%;
        height: auto;
        margin: 0 auto 20px auto;}
        .special-content-list-container a .special-item-content .special-item-name,.special-content-list-container a .special-item-content .special-item-number{
          width: 80%;
          margin: 0 auto;
        }
        .special-content-list-container a .special-item-content .img img {
          width: 100%;
          height: auto;
          align-self: center;} }

main .brand-details-container .main-left .site-footsteps {
  margin-bottom: 0; }
  main .brand-details-container .main-left .site-footsteps a {
    margin: 0 1px 0 0;
    font-size: 12px; }
  main .brand-details-container .main-left .site-footsteps p {
    margin: 0 0 0 1px;
    font-size: 12px; }

main .brand-details-container .special-main {
  width: 100%; }

main .brand-details-container .special-main a{
  text-decoration: none;
  display: block;
  width: 100%;
}

main .brand-details-container .special-main .bland-item-page a{
  width: auto;
}


@media (max-width: 768px) {
  main .brand-details-container .main-left .site-footsteps {
    display: none; }
  main .brand-details-container .special-main {
    width: 100vw; } }
