.custom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.custom-row-checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.custom-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.custom-col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.custom-d-none {
  display: none !important;
}

.custom-d-sm-block {
  display: block !important;
}

.custom-col-1, .custom-col-2, .custom-col-3, .custom-col-4, .custom-col-5, .custom-col-6, .custom-col-7, .custom-col-8, .custom-col-9, .custom-col-10, .custom-col-11, .custom-col-12, .custom-col,
.custom-col-auto, .custom-col-sm-1, .custom-col-sm-2, .custom-col-sm-3, .custom-col-sm-4, .custom-col-sm-5, .custom-col-sm-6, .custom-col-sm-7, .custom-col-sm-8, .custom-col-sm-9, .custom-col-sm-10, .custom-col-sm-11, .custom-col-sm-12, .custom-col-sm,
.custom-col-sm-auto, .custom-col-md-1, .custom-col-md-2, .custom-col-md-3, .custom-col-md-4, .custom-col-md-5, .custom-col-md-6, .custom-col-md-7, .custom-col-md-8, .custom-col-md-9, .custom-col-md-10, .custom-col-md-11, .custom-col-md-12, .custom-col-md,
.custom-col-md-auto, .custom-col-lg-1, .custom-col-lg-2, .custom-col-lg-3, .custom-col-lg-4, .custom-col-lg-5, .custom-col-lg-6, .custom-col-lg-7, .custom-col-lg-8, .custom-col-lg-9, .custom-col-lg-10, .custom-col-lg-11, .custom-col-lg-12, .custom-col-lg,
.custom-col-lg-auto, .custom-col-xl-1, .custom-col-xl-2, .custom-col-xl-3, .custom-col-xl-4, .custom-col-xl-5, .custom-col-xl-6, .custom-col-xl-7, .custom-col-xl-8, .custom-col-xl-9, .custom-col-xl-10, .custom-col-xl-11, .custom-col-xl-12, .custom-col-xl,
.custom-col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  /* padding-right: 15px;
  padding-left: 15px; */
  padding: 0px;
}

@media (min-width: 576px) {
  .custom-col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .custom-col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .custom-col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}