#sandbox_theme_panel_189502 {
  bottom: 0;
  top: auto !important;
  width: 140px !important;
  font-size: 12px !important; }

.buy-one-click2 {
  background: #46bbe0;
  display: flex;
  text-align: center;
  cursor: pointer;
  color: #fff;
  padding: 0 20px;
  width: auto;
  box-sizing: border-box;
  border-radius: 35px;
  transition: all 0.2s;
  font-weight: 600;
  font-size: 16px;
  margin: 10px 30px 10px 0;
  height: 60px;
  align-items: center; }
  .buy-one-click2:hover {
    background: #5ccbef; }
  .buy-one-click2:active {
    background: #2facd4; }

.form-additional-not {
  width: 100%;
  margin: -30px 0 0; }
  .form-additional-not div {
    width: 220px;
    text-align: center;
    color: #ff4542;
    font-size: 19px;
    font-weight: 600; }

.product-additional__bottom .buy-one-click2 {
  width: auto;
  height: 35px;
  flex: 1 0 0;
  margin: 0 15px 0 0;
  font-weight: normal;
  font-size: 13px;
  line-height: 1;
  padding: 0 10px; }

@media (max-width: 1260px) {
  .product-list.simple .product-item .product-additional__bottom .buy-one-click2 {
    flex: inherit; } }

@media (max-width: 960px) {
  .product-additional__bottom .buy-one-click2 {
    width: 100%;
    height: auto;
    flex: auto;
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 15px;
    justify-content: center; } }

@media (max-width: 639px) {
  .buy-one-click2 {
    width: 100%;
    padding: 0 20px;
    margin-right: 0;
    text-align: center;
    font-size: 16px;
    justify-content: center; }

  .form-additional-not {
    margin-top: 0; }
    .form-additional-not div {
      width: auto; } }
