.ui-dialog-buttonset button {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-appearance: button
}
.ui-dialog-buttonset button:hover {
  background-color: #42b7d9;
  border-color: #42b7d9
}
.myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: .3s
}
#aa_pic img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}
#aa_pic .aa_b {
  color: #000;
  border-radius: 3px;
  border: 1px solid
}
.myImg:hover {
  opacity: .7
}
.modal {
  display: none;
  position: fixed;
  z-index: 1070;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0,0,0,.9)
}
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px
}
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px
}
#caption,
.modal-content {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: .6s;
  animation-name: zoom;
  animation-duration: .6s
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0)
  }
  to {
    -webkit-transform: scale(1)
  }
}
@keyframes zoom {
  from {
    transform: scale(0)
  }
  to {
    transform: scale(1)
  }
}
.close {
  position: absolute;
  top: 30px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: 700;
  transition: .3s
}
.close:focus,
.close:hover {
  color: red;
  text-decoration: none;
  cursor: pointer
}
@media only screen and (max-width:700px) {
  .modal-content {
    width: 100%
  }
}
.col-dev-100 {
  padding-bottom: 0
}
.text-cart-edit:hover {
  color: red
}
.text-silver {
  color: #a0a0a0
}
.m-b-10 {
  margin-bottom: 10px
}
.cartzone-tb .pap-media-icon {
  width: 100%;
  height: auto
}