.iphone-cat-fixed-container {
  position: fixed;
  bottom: 29px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}

.iphone-cat-fixed-container .btn a {
  position: relative;
  display: inline-block;
  margin: 0px 4px;
  padding: 15px 18px 15px 5px;
  background-color: #eb5504;
  white-space: nowrap;
  border: 2px solid #ffffff;
  border-radius: 40px;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  color: #ffffff;
  box-shadow: 0 2px 0 #d1d1d1;
}

.iphone-cat-fixed-container .btn a:hover {
  background-color: #fd772f;
  text-decoration: none;
  color: #ffffff;
}

.iphone-cat-fixed-container .btn a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.iphone-cat-fixed-container > .btn-bg-white > a {
  color: #eb5504;
  background-color: #ffffff;
  border: 2px solid #eb5504;
}
.iphone-cat-fixed-container > .btn-bg-white > a:hover {
  background-color: #ffffff;
  border: 2px solid #ff8d50;
  color: #ff8d50;
}

.iphone-cat-fixed-container > .btn-bg-white > a:before {
  border-top: 2px solid #eb5504;
  border-right: 2px solid #eb5504;
}

.iphone-cat-fixed-container > .btn-pdf > a:before {
  border:none;
  top: 50%;
  bottom:auto;
  background-image: url(/content/dam/au-com/extlib/a-common/images/icon_sprite.png);
  background-position: -36px -17px;
  width: 16px;
  height: 16px;
  background-size: 101px 93px;
  vertical-align: middle;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  margin-top: -8px;
}

.iphone-cat-fixed-container .txtSize-pdf {
  font-size: 12px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .iphone-cat-fixed-container {
    padding-left: 2%;
    width: 82%;
  }
  .iphone-cat-fixed-container .btn {
    width: 66vw;
    text-align: center;
  }
  .iphone-cat-fixed-container .btn a {
    width: 98%;
  }
  .iphone-cat-fixed-container .btn-high a {
    padding: 8px 13px 8px 0px;
    line-height: 1.3;
  }
  .iphone-cat-fixed-container .txtSize-pdf {
    font-size: 10px;
    font-weight: normal;
  }

  .iphone-cat-fixed-container .txtSize-small-sp a {
    font-size: 11px;
  }

}

@media screen and (min-width: 768px) {
  .iphone-cat-fixed-container {
    bottom: 30px;
    width: 100%;
  }
  .iphone-cat-fixed-container .btn a {
    width: 300px;
    margin: 0 20px;
    padding: 20px;
    font-size: 16px;
  }
  .iphone-cat-fixed-container .btn a:before {
    right: 25px;
  }
}

@media (min-width: 1200px) {
.iphone-cat-fixed-container { padding-left: 180px; }
}
