#discount-codes.account-table th,
#discount-codes.account-table td {
  line-height: 14px;
}

table#discount-codes {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
table#discount-codes td,
table#discount-codes th {
  word-wrap: break-word;
  padding: 10px 5px;
}

table#discount-codes tr td:nth-child(1),
table#discount-codes tr th:nth-child(1) {
  width: 200px;
}

.modal.show {
  display: block;
}
.adult-weight .table-column {
  width: 50%;
}

.modal-buttons .modal-button {
  text-transform: uppercase;
}

.form-field.is-invalid {
  background-color: rgba(233, 60, 53, 0.2);
}

.select2-container {
  width: 380px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  border-color: transparent transparent #f26b52;
  border-style: none none solid;
  border-width: 0px 0px 1px;
  border-radius: 0px;
  background-color: transparent;
  font-size: 20px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 8px 12px !important;
}

.select2-container--default .select2-selection--single {
  border: none !important;
}

.subscription-step-content #select2-dog_breed-container {
  text-align: left;
}

.step-button {
  display: inline-block;
  position: relative;
  color: #ffffff;
  background-color: #e93c35;
  font-size: 17px;
  line-height: 20px;
  padding-top: 15px;
  padding-left: 20px;
  padding-bottom: 15px;
  padding-right: 40px;
  text-indent: 20px;
  transition: background-color ease 300ms;
}
.step-button.previous {
  background-color: #ffb777;
}

.step-button:hover {
  color: #fff;
  text-decoration: none;
  background-color: #cb332d;
}
.step-button.previous:hover {
  background-color: #e09d62;
}

.step-button:before,
.step-button:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  top: 50%;
  margin-top: -25px;
  transition: border-color ease 300ms;
}

.step-button:before {
  left: 0px;
  border-left: 20px solid #fff;
  border-top: 25px solid #e93c35;
  border-bottom: 25px solid #e93c35;
}
.step-button.previous:before {
  border-right: 20px solid #ffb777;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-left: none;
}

.step-button:hover:before {
  border-top-color: #cb332d;
  border-bottom-color: #cb332d;
}
.step-button.previous:hover:before {
  border-right-color: #e09d62;
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.step-button:after {
  right: 0px;
  border-left: 20px solid #e93c35;
  border-top: 25px solid #fff;
  border-bottom: 25px solid #fff;
}
.step-button.previous:after {
  border-right: 20px solid #fff;
  border-top-color: #ffb777;
  border-bottom-color: #ffb777;
  border-left: none;
}

.step-button:hover:after {
  border-left-color: #cb332d;
}
.step-button.previous:hover:after {
  border-top-color: #e09d62;
  border-bottom-color: #e09d62;
}

.step-button.loading {
  position: relative;
  color: transparent;
}

.step-button-loader {
  display: none;
}
.step-button.loading > .step-button-loader {
  display: block;
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -8px;
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner 0.75s linear infinite;
  animation: spinner 0.75s linear infinite;
}

.breeder-icon.loading {
  -webkit-animation: spinner 0.75s linear infinite;
  animation: spinner 0.75s linear infinite;
}

.subscription-products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -10px;
  margin-bottom: -10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-family: "Ubuntu", sans-serif;
}

.subscription-products > .product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 10px;
}

.product-selector {
  display: flex;
}

.product-selector > label {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px #e93c35;
  padding: 20px;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.product-selector > label > .product-content > .product-type {
  font-weight: 700;
  margin-bottom: 10px;
  color: #e93c35;
  text-transform: uppercase;
}

.product-selector > label > .product-content > img {
  margin-bottom: 15px;
}

.product-selector > label > .product-content > .product-name {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.product-selector > label > .product-select {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  font-weight: 700;
  text-transform: uppercase;
}

.product-selector > input {
  display: none;
}

.product-select > .point {
  display: inline-block;
  margin-left: 12px;
  width: 24px;
  height: 24px;
  border: 4px solid #fff;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 0 2px;
  color: #e93c35;
}
.product-select > .point.blue {
  color: #7caed8;
}
.product-select > .point.green {
  color: #90c269;
}
.product-select > .point.yellow {
  color: #fbc04e;
}

.product-checkbox:checked ~ label {
  box-shadow: inset 0 0 0 4px #e93c35;
}
.product-checkbox:checked ~ label > .product-select > .point {
  background-color: #e93c35;
}
.product-checkbox:checked ~ label > .product-select > .point.blue {
  background-color: #7caed8;
}
.product-checkbox:checked ~ label > .product-select > .point.green {
  background-color: #90c269;
}
.product-checkbox:checked ~ label > .product-select > .point.yellow {
  background-color: #fbc04e;
}

.product-selector a {
  color: #e93c35;
  font-weight: 400;
}

.button.loading {
  color: transparent;
  position: relative;
}
.button.loading:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -8px;
  width: 15px;
  height: 15px;
  border: 3px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner 0.75s linear infinite;
  animation: spinner 0.75s linear infinite;
}
.button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.simple-product-checkbox {
  position: absolute;
  opacity: 0;
}
.simple-product-checkbox + label {
  display: flex;
  position: relative;
  cursor: pointer;
  padding: 0;
}
.simple-product-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #d2d2dc;
  border-radius: 2px;
}
.simple-product-checkbox:checked + label:before {
  background: #5d87e7;
}
.simple-product-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.simple-product-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.simple-product-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 11px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white,
    4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

.modal-cost-loader {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 3px;
  background: #5d87e7;
  animation: loader 1.5s linear infinite;
}

/* .fieldset.address {
  width: 100%;
  padding: 0px;
} */

.delivery-columns.is-order {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.delivery-columns.is-order > .delivery-address-column > .address-block-wrapper {
  margin-top: 0px;
  margin-bottom: 15px;
}

.dog-care-section::before {
  display: block;
  content: " ";
  margin-top: -110px;
  height: 110px;
  visibility: hidden;
  pointer-events: none;
}

.w-slider-aria-label {
  display: none;
}

.billing-address-radio:disabled + .address-radio-button {
  cursor: not-allowed;
  background-color: #eeeeee;
}
.billing-address-radio:disabled ~ .address-radio-label {
  cursor: not-allowed;
}

.modal-buttons {
  display: flex;
  align-self: stretch;
}
.modal-buttons.center {
  -webkit-justify-content: center;
  justify-content: center;
}
.modal-button.red {
  background-color: #e93c35;
}
.modal-button.green {
  background-color: #90c269;
}
.modal-button.loading {
  position: relative;
  opacity: 0.7;
  cursor: not-allowed;
  color: transparent;
}
.modal-button.loading:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  margin-top: -9px;
  margin-left: -9px;
  width: 15px;
  height: 15px;
  border: 3px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner 0.75s linear infinite;
  animation: spinner 0.75s linear infinite;
}

.basket-loader {
  animation: spinner 1s linear infinite;
}

.add-to-bag-quantity.is_bag_size {
  width: 100px;
}

.stripe-subscription-element {
  height: auto;
  margin-bottom: 10px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 0px;
  background-color: #fff;
  font-size: 14px;
  line-height: 18px;
}
.stripe-subscription-element.modal-text-field {
  padding-top: 10px;
  padding-bottom: 10px;
}

.stripe-subscription-element:focus {
  border-color: #7caed8;
  box-shadow: 0 0 0 1px #7caed8;
}

.account-table {
  width: 100%;
  text-align: left;
  border-top: 1px solid #707070;
}
.account-table tr {
  border-bottom: 1px solid #707070;
}
.account-table th,
.account-table td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.account-table svg {
  vertical-align: middle;
}
.account-table > thead {
  font-size: 12px;
}
.account-table > tbody {
  font-size: 12px;
}

.price-row > div:last-child {
  flex-shrink: 0;
}

table.information-table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.information-table thead {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #5d87e7;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
table.information-table tbody {
  min-height: 48px;
  padding-top: 10px;
  padding-right: 40px;
  padding-bottom: 10px;
}
table.information-table tr {
  border-bottom: 1px solid #d2d2dc;
}
table.information-table tr th,
table.information-table tr td {
  min-height: 46px;
  padding-top: 10px;
  padding-bottom: 10px;
}
table.information-table tr th:last-child,
table.information-table tr td:last-child {
  text-align: right;
}

@media screen and (max-width: 991px) {
  .subscription-products > .product {
    width: 33.333333%;
  }
  .navbar-gutter.left {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .subscription-products > .product {
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .subscription-products > .product {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@-moz-keyframes spinner {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spinner {
  100% {
    transform: rotate(360deg);
  }
}

@-moz-keyframes loader {
  0% {
    left: 0;
    width: 0;
  }
  25% {
    left: 0;
    width: 33%;
  }
  50% {
    left: 15%;
    width: 50%;
  }
  75% {
    left: 30%;
    width: 70%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@-webkit-keyframes loader {
  0% {
    left: 0;
    width: 0;
  }
  25% {
    left: 0;
    width: 33%;
  }
  50% {
    left: 15%;
    width: 50%;
  }
  75% {
    left: 30%;
    width: 70%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@keyframes loader {
  0% {
    left: 0;
    width: 0;
  }
  25% {
    left: 0;
    width: 33%;
  }
  50% {
    left: 15%;
    width: 50%;
  }
  75% {
    left: 30%;
    width: 70%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}

.modal-dialog {
  overflow-y: initial !important;
}
.modal-scroll {
  height: 80vh;
  overflow-y: auto;
}

.navbar-link.account-desktop.alt:hover {
  text-decoration: none;
}

.ui-datepicker {
  z-index: 9999 !important;
}

.subscription-card-avatar.small {
  width: 75px;
  height: 75px;
  margin-top: 10px;
}

.photo-uploader-wrapper.mt-0 {
  margin-top: 0px;
}

.button.wide {
  height: 46px;
  padding: 13px 5px;
}
