#wrapper {
  background: url(ac_bg.jpg);
  background-position: center top;
  background-color: #000;
  background-attachment: fixed;
  padding-bottom: 40px; }

article > h1 {
  margin-bottom: 1em;
  color: #FFF; }

header div.fixhead {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5); }

.banner {
  margin: 0 0 2em 0; }

.swiper-container.slider-thumbnail {
  background: #FFF; }

#ac {
  color: #FFF;
  text-shadow: #000 1px 0 5px; }
  #ac .swiper-container {
    text-shadow: none !important; }
  #ac h2 {
    color: #FFF;
    padding: 5px 0;
    margin: 2em -5px 1em -5px;
    border-bottom: 2px solid #316688; }
  #ac section.products_text {
    padding-bottom: 0; }
  #ac h3 {
    /*text-indent: -0.86rem;
    margin-left: 1em;*/
    text-indent: 0;
    margin-left: 0;
    padding: 5px 10px 8px 10px;
    border-radius: 0.2em;
    background: #316688;
    text-shadow: none; }
    #ac h3 i {
      color: #FFF; }
  #ac .note {
    border-color: #316688;
    border-width: 0 0 0 10px;
    background: rgba(49, 102, 138, 0.3);
    /*background: #d5e0e7;
    color: #333;*/ }
  #ac .cap {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5em;
    gap: 10px; }
    #ac .cap div {
      width: 50%;
      max-width: 370px; }
      #ac .cap div img {
        margin-bottom: 3px;
        width: 100%; }
      #ac .cap div p {
        text-align: center;
        font-size: .8rem;
        margin-bottom: 0; }
  #ac dl.products_spec {
    border: none;
    background: rgba(49, 102, 138, 0.3); }
    #ac dl.products_spec dt {
      color: #FFF;
      background: #316688;
      padding: 2px 10px;
      text-shadow: none; }
    #ac dl.products_spec dd {
      padding: 10px;
      margin-bottom: 0; }
      #ac dl.products_spec dd ul:last-child {
        margin-top: 0; }
        #ac dl.products_spec dd ul:last-child li:last-child {
          margin: 0; }
      #ac dl.products_spec dd .note {
        background-color: transparent;
        margin: 0; }
  #ac .storelink {
    background: #316688;
    border: 1px solid #DDD;
    text-shadow: none; }
    #ac .storelink h4 {
      border-bottom: 1px solid #DDD;
      color: #DDD; }
    #ac .storelink li {
      background: #FFF;
      border: 0px solid #DDD; }
  #ac .support_link a {
    background: #333;
    color: #FFF;
    text-shadow: none; }
  #ac .support_link a:hover {
    background-image: linear-gradient(180deg, #333, #316688);
    color: #FFF; }
  #ac .copyright p {
    text-align: right; }

div.white .swiper-slide {
  background: #FFF; }

.white {
  color: #FFF;
  text-shadow: #000 1px 0 10px; }

.swiper-container.slider,
.swiper-container.slider-thumbnail {
  border: none !important; }

.products_text .photo {
  display: flex;
  justify-content: center;
  margin-bottom: 1em; }
  .products_text .photo div {
    width: 50%; }
    .products_text .photo div img {
      width: 100%; }
