/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/


.wrapp_one_click.active
{
    background-color: #1976d2 !important;
}

.offers__choose .offers__choose_it { 
  display: flex;
  gap: 5px;
justify-content: space-between;
}
.offers__choose div:last-child {
  gap: 0;
}

.wrapp_one_click.active  .btn.btn-default.white {
    color: #ffffff !important;
    border: 1px solid #1976d2;
    background: #1976d2;
}
#price_measure {
font-size: 16px;
    font-weight: 400;
    line-height: 15px;
    white-space: normal;
}

.item_info--bottom_block {
/*display: none;*/
}
.offers__choose #price_measure {
margin: 11px 0px 11px;
}
.buy_block_offers .wrapp_one_click {
    display: inline-block;
}
.buy_block_offers {
    padding-bottom: 22px;
}
.buy_block_offers_price div {
display: inline-block;
}

@media (max-width: 500px) {
.offers__choose_it .btn-lg {
    padding: 10px 15px 10px;
}
}