.iphone-cat-fixed-container {
  position: fixed;
  bottom: 29px;
  width: 84%;
  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;
  width: 39vw;
  margin: 0px 2px;
  padding: 15px 13px 15px 0px;
  background-color: white;
  white-space: nowrap;
  border: 2px solid #eb5504;
  border-radius: 40px;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
  color: #eb5504;
  box-shadow: 0 2px 0 #d1d1d1;
}

.iphone-cat-fixed-container > p:nth-child(2) > a {
  color: white;
  background-color: #eb5504;
  border: 2px solid white;
}
.iphone-cat-fixed-container > p:nth-child(2) > a:hover {
  background-color: #fd772f;
}

.iphone-cat-fixed-container > p:nth-child(2) > a:before {
  border-top: 2px solid white;
  border-right: 2px solid white;
}

.iphone-cat-fixed-container .btn a:hover {
  border: 2px solid #ff8d50;
  text-decoration: none;
  color: #ff8d50;
}

.iphone-cat-fixed-container .btn:nth-child(2) a:hover {
  border: 2px solid #ffffff;
  color: #fff;
}

.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 #eb5504;
  border-right: 2px solid #eb5504;
}

@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;
  }
}