/**
 * Powered by widget style
 *
 * Copyright (c) 2011-present Qualiteam software Ltd. All rights reserved.
 * See https://www.x-cart.com/license-agreement.html for license details.
 */

.profile-form .table .input.mailchimp-subscribe-all {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.profile-form .table .input.mailchimp-subscribe-all .table-label {
  margin-left: 10px;
  line-height: 20px;
}

.subscribetoall-label label {
  margin-bottom: 0;
}

.profile-form .table li.input.mailchimp-subscribe-all:not(.input-label):not(.checkbox-label) .form-control {
  width: 20px;
  min-height: 20px;
  height: 20px;
  padding: 0;
}

.input-field-wrapper.mailchimp-subscribe-all {
  display: flex;
}

.input-field-wrapper.mailchimp-subscribe-all .input-itseft-wrapper {
  margin-right: 20px;
}

.profile-form .table li.input-checkbox.mailchimp-subscribe-all .table-value {
  float: none;
}
