.pros_gallery {
    float: left;
    margin-right: 16px;
}

.pros_important {
    float: left;
}

.pros_buttons {
    margin-top: 12px;
}

.pros_supersaver {
    font-weight: bold;
    color: #00aa00;
}

.pros_secondary {
    clear: both;
    padding-top: 4px;
    margin-bottom: 4px;
}

.pros_nooffers {
    clear: both;
    padding-top: 4px;
    margin-bottom: 4px;
}

.pros_altprices {
    clear: both;
    padding-top: 4px;
    margin-bottom: 4px;
}

.pros_altprice {
    display: block;
    float: left;
    width: 29%;
}

.pros_altprice span {
    color: #A00;
}

.pros_altprice a {
    font-weight: bold;
}


.pros_text {
    clear: both;
}

/* pricing table */

.pros_container .pros_price_table {
    margin-left: 10px !important;
}

.pros_container .pros_price_table td.pros_price_table_label {
    color: #666 !important;
    text-align: right;
    padding-right: 6px !important;
}

.pros_container .pros_price_table td.pros_price_table_value {
    text-align: left;
}

.pros_list_price {
    text-decoration: line-through;
    color: #000;
}

.pros_price {
    font-size: 1.2em;
    font-weight: bold;
    color: #aa0000;
}

.pros_yousave {
    color: #aa0000;
}

/* table reset */
.pros_price_table, .pros_price_table td {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    font-size: 100% !important;
    font: inherit !important;
    vertical-align: baseline !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    width:auto !important;
}

.price {
	margin-bottom: 0 !important;
}

.prosamazondis {
    cursor: pointer;
}

.pros_reviews iframe {
  max-width: 100%;
}

/* end pricing table and table reset. wordpress theme developers:  */
.overlay-html {
  overflow: hidden;
  margin-top: 0px !important;
  height: 100% !important;
}
.overlay-active {
  position: relative;
  overflow: hidden;
  height: 100% !important;
}

.body-overlay {
  position: absolute;
  top:0;
  left:0;
  right: 0;
  bottom: 0;
  z-index:999999;
  background: rgba(0, 0, 0, 0.8);
}

.amazon-logo {
  display: inline-block;
  height: 45px;
  width: 192px;
  margin: 0 auto;
  background-repeat: no-repeat;
  text-align: center;
  background-position: center center;
  background-image: url("../images/amazon_logo.png");
}

.overlay-sadrzaj {
  padding: 50px 25px;
  margin: 100px auto;
  max-width: 500px;
  text-align: center;
  background: #fff;
  border-radius:10px;
  overflow: hidden;
  font-weight: bold;
}

#checkout-loader {
  height: 40px;
  background-repeat: no-repeat;
  text-align: center;
  margin-top: 30px;
  background-position: center;
  background-image: url("../images/ajax-loader.gif");
}


@media screen and (max-width: 570px) {
.overlay-sadrzaj {
  margin: 5px auto;
  max-width: 500px;
  text-align: center;
  background: #fff;
  border-radius:10px;
  overflow: hidden;
  font-weight: bold;
}
}