/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
.middle-content{
  margin: 0px auto;
  max-width: 580px !important;
  padding: 0px;
  min-height: 100%;
}
.cell{

}

table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ededed;
}
.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ededed;
}
.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ededed;
}
.table .table {
  background-color: #fff;
}
.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ededed;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ededed;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #fff;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}
@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #ededed;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}



@media screen and (min-width: 600px) {
  .modal-dialog {
    left: 50%;
    right: auto;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 600px) {
  .container {
    max-width: 750px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
}



body #hostedpage-app {
  display: inline;
  height: 100%;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee !important;
}
input:disabled::-webkit-input-placeholder {
  color: #6c757d !important;
  opacity: 1;
}
input:disabled::-moz-placeholder {
  color: #6c757d !important;
  opacity: 1;
}
.order-container,
.account-info-container {
  margin-bottom: 30px;
}
.form-group .account-info-container,
.form-group .billing-info-container,
.form-group .shipping-info-container {
  margin-bottom: 25px;
}
.order-container {
  background: #fff;
  border-radius: 5px;
}
.order-container .os-banner {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.order-container label {
  padding: 15px 0;
  margin: 0 !important;
}
.order-container .order-summary-container {
  border-radius: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
  border-collapse: separate;
}
.order-container .order-summary-container div {
  text-align: right;
  font-size: 16px;
  font-weight: 400;
}
.order-container .header .cell {
  padding: 10px 15px;
}
.order-container .header .cell:first-of-type {
  padding-left: 30px;
}
.order-container .header .last-cell {
  padding: 10px 31px 10px 15px;
  text-align: end;
}
.order-container .header div {
  color: #999;
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.order-container .item-row .cell {
  padding: 20px 15px;
}
.order-container .item-row .cell:first-of-type {
  padding-left: 30px;
}
.order-container .item-row .last-cell {
  padding: 20px 31px 20px 15px;
  text-align: end;
}
.order-container .item-row .plan-details {
  padding-left: 30px;
  font-size: 13px;
  color: #999;
}
.order-container .item-small .cell,
.order-container .item-small .last-cell {
  padding-bottom: 0;
  text-align: end;
}
.order-container .info-icon {
  margin-top: 5px;
  vertical-align: sub;
}
.order-container .freq-text {
  color: #000;
  font-size: 12px;
  margin-bottom: 5px;
}
.order-container .item-row .qty-cell input[type="number"]::-webkit-inner-spin-button,
.order-container .input-stepper-hide input[type="number"]::-webkit-inner-spin-button,
.order-container .item-row .qty-cell input[type="number"]::-webkit-outer-spin-button,
.order-container .input-stepper-hide input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.order-container .item-row .qty-cell input[type="number"],
.order-container .input-stepper-hide input[type="number"] {
  -moz-appearance: textfield;
}
.order-container .quantity-label {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.order-container .item-row .qty-cell {
  padding-left: 0;
  padding-right: 0;
}
.order-container .sub-total-item .cell {
  font-size: 14px;
  padding-right: 13px;
}
.order-container .sub-total-item .cell:first-of-type {
  padding-left: 30px;
}
.order-container .sub-total-item .last-cell {
  font-size: 14px;
  text-align: end;
}
.order-container .sub-total-row {
  border-top: 1px dashed #e0e0e0;
  border-bottom: 1px solid #ededed;
  font-size: 16px;
}
.order-container .sub-total-row .cell:first-of-type {
  padding-left: 30px;
}
.order-container .dashed-border-top {
  border-top: 1px dashed #e0e0e0;
}
.order-container .dashed-border-bottom {
  border-bottom: 1px dashed #e0e0e0;
}
.order-container .total-row {
  border-top: 1px solid #e0e0e0;
  background: #fff;
  font-size: 16px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.order-summary-container .cell {
  padding: 15px 12px;
}
.order-summary-container .last-cell {
  padding: 15px 31px 15px 15px;
  text-align: end;
}


.form-control {
  background-color: #ffffff !important;
  height: 32px !important;
  box-shadow: none !important;
}
.control-group.error .help-block {
  color: #b94a48;
  font-size: 12px;
  margin: 3px 0;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea,
.control-group.error .stripe-element {
  border-color: #b94a48;
}
.submit-container {
  padding-top: 15px;
  text-align: center;
  border-top: none;
}
.success-mdl {
  top: 30%;
  display: block;
  overflow: hidden;
}
.error-container {
  background-color: #fff2f0;
  color: #e24520;
}
.express-checkout-details,
.gocardless-checkout-details {
  margin-left: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #f8f8f8;
  margin-bottom: 40px;
}
.tick {
  padding: 1px 5px;
  border-radius: 10px;
  color: #fff;
  background-color: #a9d47d;
  font-size: 11px;
  margin-right: 3px;
}
.powered-by-logo {
  margin-bottom: 0;
  font-size: 12px;
  color: #c4c4c4;
  letter-spacing: 0px;
}
.zsmlogo {
  width: 130px;
}
.pre-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pre-loader .loading-container {
  max-width: 450px;
  border: 1px solid rgba(229, 229, 229, 0.8);
  margin: 50px auto;
  border-radius: 5px;
  padding: 50px 0 25px;
  background-color: #fff;
}
.pre-loader .loading-fields {
  margin: 0 auto;
  width: 20%;
  height: 5px;
  border-radius: 7px;
  background-color: #f7fafc;
  animation: dull-bright 1s cubic-bezier(1, 0, 0, 1) infinite;
}
.pre-loader .loading-fields.btn-field {
  width: 50%;
  height: 35px;
  background: #8cc8ea;
  background-image: linear-gradient(90deg, #5cbef5 0px, #8cc8ea 40px, #74bee8 80px);
  animation: shine-lines 1s infinite ease-out;
}
.pre-loader .loading-header {
  border-bottom: 1px solid rgba(229, 229, 229, 0.8);
}
.pre-loader .item-header {
  margin: 15px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(229, 229, 229, 0.8);
}
.pre-loader .line-item {
  margin: 35px 0;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(229, 229, 229, 0.8);
}
.pre-loader .input-field {
  margin: 35px 0;
  padding-bottom: 35px;
}
.pre-loader .input-field .loading-fields {
  width: 35%;
}
.pre-loader .line-item-total {
  padding-bottom: 0;
  border-bottom: none;
  margin: 5px 0;
}
.pre-loader .image-none {
  background-image: none;
  height: 0;
}
.pre-loader .tnq-section {
  margin: 0 auto 10px;
  position: relative;
  -ms-transform: translateY(30%);
      transform: translateY(30%);
  text-align: center;
}
.pre-loader .tnq-section .tnq-title-loading {
  width: 40%;
  margin-top: 50px;
}
.pre-loader .tnq-section .tnq-desc-loading {
  width: 20%;
  margin-top: 70px;
}
.pre-loader .tnq-section .img-loading {
  fill: #f7fafc;
  animation: dull-bright-circle 1s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes dull-bright {
  from {
    background-color: #f7fafc;
  }
  50% {
    background-color: #e9eaed;
  }
  to {
    background-color: #f6f7fa;
  }
}
@keyframes dull-bright-circle {
  from {
    fill: #ffffff;
  }
  to {
    fill: #f7fafc;
  }
}
.async-loading .loading-fields {
  margin: 0 auto;
  width: 100%;
  height: 7px;
  border-radius: 7px;
  background-image: linear-gradient(90deg, rgba(229, 229, 229, 0.8) 0px, #f4f4f4 40px, rgba(229, 229, 229, 0.8) 80px);
  background-size: 600px;
  animation: shine-lines 2s infinite ease-out;
}
@keyframes shine-lines {
  0% {
    background-position: -10px;
  }
  40%,
  100% {
    background-position: 400px;
  }
}
.success-mdl {
  top: 30%;
  display: block;
}
.load-circle1,
.load-circle2,
.load-circle3,
.load-circle4 {
  width: 10px;
  height: 10px;
  background: currentColor;
  display: inline-block;
  border-radius: 20px;
  animation: loader 1.5s infinite;
}
.load-circle1 {
  animation-delay: 0.25s;
}
.load-circle2 {
  animation-delay: 0.5s;
}
.load-circle3 {
  animation-delay: 0.75s;
}
.load-circle4 {
  animation-delay: 1s;
}
@keyframes loader {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0.25;
    transform: scale(0.3);
  }
}
.errorpage-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 650px;
  height: 350px;
  text-align: center;
  padding: 20px;
}
.errorpage-title {
  font-size: 44px;
  margin-top: 24px;
}
.errorpage-desc {
  font-size: 20px;
  color: #777;
  margin-top: 10px;
  line-height: 32px;
}
.error-code-text {
  display: inline-block;
  position: absolute;
  top: 45px;
  right: 0;
  left: 0;
  font-size: 25px;
  color: #2f2d38;
}
.error-without-code {
  width: 410px;
  height: 121px;
}
.error-with-code {
  width: 470px;
  height: 185px;
}
.custom-footer {
  width: 100%;
  bottom: 0;
  left: 0;
}
.checkout-footer {
  text-align: center;
  padding: 25px;
}
/* Pikaday datepicker styles */
.pika-button {
  background: #fff;
  padding: 9px;
  text-align: center;
}
.pika-button:hover {
  background: #fff;
  color: #000;
}
.is-today .pika-button {
  color: #2e8fda;
}
.is-selected .pika-button {
  border-radius: 0;
  background-color: #2e8fda;
  border-color: #2e8fda;
  font-weight: normal;
}
abbr[title],
abbr[data-original-title] {
  cursor: default;
  border: 0;
  color: #2e8fda;
  font-size: 10px;
  font-weight: 500;
}
.pika-button .pika-day {
  color: #000;
  font-size: 14px;
}
.pika-label {
  font-weight: 400;
}
.close-icon {
  width: 15px;
  height: 15px;
  vertical-align: sub;
}
.remove-icon {
  width: 7px;
  height: 7px;
}
.alert-icon {
  width: 35px;
  height: 35px;
  fill: #4288a9;
}
.contactus-svg {
  width: 20px;
  height: 20px;
  margin-top: 2px;
}
html[dir="rtl"] .order-summary-container div {
  text-align: left;
}
.add-new-option {
  color: #428bca;
  margin-left: 5px;
}
#paytm .paytm-mode-label {
  padding-left: 10px;
  margin: 0px;
}
#paytm .paytm-label {
  margin: 0px 0px 5px;
  font-size: 14px;
}
#paytm .form-control[disabled] {
  background-color: #eee !important;
}
#paytm-modes .payment-mode:last-child {
  margin-bottom: 0px !important;
}
#paytm-modes .paytm-option {
  border: 1px solid #e2ebf3!important;
  border-radius: 8px;
  height: 48px;
  transition: box-shadow 0.3s ease-in-out;
  margin-bottom: 15px;
}
#paytm-modes .paytm-option:hover {
  cursor: pointer;
  color: #3083F3;
  border-radius: 8px;
  border: 1px solid #3083F3 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
}
#paytm-modes .paytm-option:hover label {
  color: #3083F3;
  cursor: pointer;
}
.paytm-payment-icons {
  width: 23px;
  height: 23px;
}
.icons-inside {
  width: 30px;
  height: 30px;
}
.icons-inside-new {
  width: 25px;
  height: 25px;
}
.inside-label {
  padding-top: 4px;
}
.payment-option {
  padding: 12px 0px;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.paytm-mode-container {
  padding: 0 15px;
}
.right-arrow,
.left-arrow {
  width: 12px;
  height: 12px;
  float: right;
  fill: #3083F3;
}
.right-arrow {
  fill: #000 !important;
}
#paytm-modes .paytm-option:hover .right-arrow {
  fill: #3083F3 !important;
  cursor: pointer;
}
.left-arrow {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  float: left;
}
#preferred-banks .netbanking-radio {
  margin: 5px;
  box-shadow: 0px 0px 18px 0 #eeeefe;
  border: 1px solid #fff;
  border-radius: 5px;
  width: 45%;
  cursor: pointer;
}
#preferred-banks .netbanking-radio input[type="radio"] {
  margin: 7%;
}
#preferred-banks .active-bank {
  border-color: #3b99fc;
}
.bank-icon {
  width: 24%;
  margin: 5px 0px;
}
.edit-icon {
  width: 14px;
  height: 14px;
  cursor: pointer;
  margin: 0px 2px;
}
.alert-svg {
  width: 20px;
  height: 20px;
  margin-top: 3px;
}
.slide-right-active {
  animation: 0.75s slidera;
}
.slide-left-active {
  animation: 0.75s slidela;
}
.wallet-alert-warning {
  background-color: #fff2f0;
  color: #e24520;
  border-left: solid;
}
.captcha-container {
  margin-top: 25px;
}
.captcha-img {
  border: 1px solid #D7E1EA;
  text-align: center;
  min-height: 60px;
  border-radius: 5px;
}
.captcha-img img {
  padding: 10px 5px;
}
.reload-captcha {
  display: inline-block;
  cursor: pointer;
}
.reload-captcha a {
  display: inline-block;
  margin-top: 8px;
  font-size: 13px;
  text-decoration: none;
}
.reload-captcha svg {
  width: 10px;
  fill: #4c8bca;
}
@keyframes slidera {
  0% {
    left: 100%;
    opacity: 0;
  }
  to {
    left: 0%;
    opacity: 1;
  }
}
@keyframes slidela {
  0% {
    right: 100%;
    opacity: 0;
  }
  to {
    right: 0%;
    opacity: 1;
  }
}
/* checkout styles starts */
.checkout-header .header-image-container {
  background-size: cover;
  background-position: center center;
  padding: 75px 50px 150px;
  width: 100%;
}
.checkout-alert {
  background-color: #fcebad;
  border: 1px solid #e2cb7b;
  border-radius: 4px;
  color: #000;
  padding: 22px;
}
.checkout-alert svg {
  width: 20px;
  height: 20px;
  vertical-align: top;
}
.form-wrapper {
  padding: 30px !important;
}
.checkout-form {
  margin-top: -100px;
  padding: 30px 30px 100px;
}
.checkout-form .form-control {
  height: 40px !important;
}
.checkout-form .form-control.height-sm {
  height: 32px !important;
}
.checkout-form .form-control.height-xs {
  height: 22px !important;
}
.checkout-form textarea.form-control {
  height: auto !important;
}
.checkout-form .order-summary-container {
  border-radius: 0;
}
.checkout-form .order-summary-container.basic {
  padding: 20px 40px !important;
}
.checkout-form .order-container .order-summary-container div {
  text-align: left;
}
.checkout-form .grey-bg {
  background-color: #efefef;
}
.checkout-form .order-container {
  background: #fff;
  border-radius: 5px;
  margin-bottom: 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.checkout-form .order-container .tax-row .cell,
.checkout-form .order-container .sub-total-small .cell {
  padding: 15px 15px;
  border: none;
}
.checkout-form .order-container .tax-row .cell:first-of-type,
.checkout-form .order-container .sub-total-small .cell:first-of-type {
  color: #8a8a8a;
}
.checkout-form .order-container .os-banner label {
  padding: 20px 0;
}
.checkout-form .order-container .sub-total-row {
  border-bottom: 1px solid #f8f8f8;
  border-top: 0;
}
.checkout-form .order-container .header div {
  color: #999;
  background-color: #fff;
}
.checkout-form .order-container .header .cell {
  padding: 10px 15px;
}
.checkout-form .order-container .header .cell:first-of-type {
  padding-left: 30px;
}
.checkout-form .order-container .header .last-cell {
  padding: 10px 31px 10px 15px;
  text-align: end;
}
.checkout-form .order-container .item-row .cell {
  padding: 24px 15px;
}
.checkout-form .order-container .item-row .cell:first-of-type {
  padding-left: 40px;
}
.checkout-form .order-container .item-row .cell:last-of-type {
  padding-right: 40px;
}
.checkout-form .order-container .item-row .input-cell {
  padding: 15px 30px 15px 5px !important;
}
.checkout-form .order-container .item-row .vat-cell {
  padding: 10px 30px 10px 5px !important;
}
.checkout-form .order-container .item-row .vat-cell .form-control {
  height: 35px !important;
}
.checkout-form .order-container .item-row .quantity-cell {
  padding: 15px 5px !important;
}
.checkout-form .order-container .item-row .last-cell {
  padding: 20px 31px 20px 15px;
  text-align: end;
}
.checkout-form .order-container .sub-total-row {
  border-bottom: 1px solid #f8f8f8;
}
.checkout-form .order-container .coupon-row {
  border-top: 1px solid #eee;
}
.checkout-form .order-container .tax-row .cell,
.checkout-form .order-container .sub-total-small .cell {
  padding: 15px 15px;
  border: none;
}
.checkout-form .order-container .tax-row .cell:first-of-type,
.checkout-form .order-container .sub-total-small .cell:first-of-type {
  color: #8a8a8a;
}
.checkout-form .order-container .total-row {
  background-color: #f8f8f8;
  border-top: none;
  padding: 0 !important;
}
.checkout-form .order-container .checkout-type-row {
  border-top: 1px solid #f8f8f8;
}
.checkout-form .order-container .checkout-type-row .cell {
  padding-top: 10px;
  padding-bottom: 10px;
}
.checkout-form .order-container .checkout-type-row label {
  color: #8a8a8a !important;
  margin-bottom: 0 !important;
  padding: 0;
}
.checkout-form .order-container .checkout-type-row input,
.checkout-form .order-container .checkout-type-row select {
  margin: 4px 10px 0 0;
}
.checkout-form .order-container .checkout-type {
  padding-top: 10px;
  margin: 25px 0 -15px;
  font-weight: normal;
  border-top: 1px solid rgba(213, 213, 213, 0.5);
}
.checkout-form .order-container .interval.inline {
  margin-top: 10px;
  padding-left: 0;
}
.checkout-form .order-container .interval.bottom {
  display: block;
}
.checkout-form .order-container .btn-remove {
  text-decoration: none;
  font-size: 12px;
  color: #ff4f35;
}
.checkout-form .order-container .item-row .btn-coupon {
  text-align: right;
  padding: 31px 15px;
}
.checkout-form .order-container .btn-coupon a {
  font-size: 12px;
  border-radius: 25px;
  padding: 5px 16px;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .checkout-form .order-container .item-row .btn-coupon {
    padding-left: 0;
  }
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.paymentform-header {
  margin: -20px -15px 10px;
  padding: 15px 16px;
  border-radius: 4px 4px 0 0;
}
/* checkout styles ends */
/* Thankyou page style starts */
.tnq-container .success {
  width: 160px;
  margin: 50px auto 0;
}
.tnq-container .success img {
  margin-top: 30%;
  width: 160px;
}
.tnq-container .content-section {
  text-align: center;
}
.tnq-container .content-section .notes {
  font-size: 15px;
  color: #3b4e59;
}
.tnq-container .content-section .header-content h2 {
  font-weight: 600;
  margin-top: 32px;
}
.tnq-container .powered-by {
  margin: auto;
  width: 200px;
  font-size: 11px;
}
.description {
  margin: 30px auto 0;
  width: 50%;
  color: #737373;
  line-height: 33px;
}
.text-muted {
  color: #999 !important;
}
.tqn-footer {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.tqn-socialwidgwet {
  margin: auto;
  margin-top: 24px;
  padding: 10px 15px;
  width: max-content;
  border-bottom: 1px solid #f0efef;
  border-top: 1px solid #f0efef;
}
.socialwidgwet p {
  color: #878787;
  padding-right: 27px;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
}
.zc-container {
  margin: 0 auto 10px;
  position: relative;
  -ms-transform: translateY(50%);
      transform: translateY(50%);
  -webkit-transform: translateY(50%);
  text-align: center;
}
.page-bg-text {
  margin: 0 auto;
  font-weight: bold;
  font-size: 140px;
  color: rgba(209, 237, 141, 0.2);
  letter-spacing: 0px;
  line-height: 115px;
}
.title-message {
  margin-top: 32px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 32px;
  color: #4a4a4a;
  letter-spacing: 1px;
}
.sub-message {
  font-size: 14px;
  color: #777777;
  margin: 10px auto;
  max-width: 700px;
}
/* Thankyou page style ends */
/* Multiple items style starts */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield !important;
}
.order-summary-container .input-group .form-control[disabled] {
  cursor: not-allowed !important;
  background-color: #fafafa !important;
}
.quantity-descrease,
.quantity-increase {
  position: absolute;
  top: 6px;
  border-radius: 2px;
  -moz-user-select: none;
  -webkit-user-select: none;
  line-height: 20px;
  background: #eaeaea;
}
.quantity-descrease.text-active,
.quantity-increase.text-active {
  cursor: pointer;
}
.quantity-descrease.text-active:hover,
.quantity-increase.text-active:hover {
  background-color: #e4f4fc;
}
.quantity-descrease {
  left: 1px;
  padding: 0px 7px;
}
.quantity-increase {
  right: 1px;
  padding: 0px 5.5px;
  color: #337ab7;
}
.multiple-items .row {
  padding-top: 15px;
  padding-bottom: 15px;
  border-left: 1px solid #f2f1f1;
  border-right: 1px solid #f2f1f1;
  border-top: 1px solid #f2f1f1;
  margin: 0;
}
.multiple-items .row .quantity-customize {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.multiple-items .row .hr-line {
  display: none;
}
.multiple-items .row:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.multiple-items .row:last-child {
  border-bottom: 1px solid #f2f1f1;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.multiple-items .quantity-field:hover input,
.multiple-items .quantity-field input[type="number"]:focus {
  border: 1px solid #ccc;
}
.multiple-items .optional-item-checkbox {
  position: absolute;
  left: 10px;
}
.multiple-items .minimum-amount-desc {
  clear: none;
  clear: initial;
}
.billing-desc {
  font-size: 12px !important;
  float: right;
  padding: 0 15px 12px 0 !important;
  padding: initial 15px 12px initial !important;
}
.bottom-arrow:before {
  content: "";
  position: absolute;
  top: -7px;
  right: 50px;
  width: 13px;
  height: 14px;
  background: #fff;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  border-style: solid;
  border-color: #ccc;
  border-width: 1px 1px 0 0;
}
.recurs-section {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
/* Multiple items style ends */
.countrycode-selected,
.countrycode-option {
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
  width: 65px;
  text-align: right;
}
.countrycode-option {
  opacity: 0;
}
.alert-warning {
  background-color: #F0F8FD;
  border: 0;
  color: #222;
}
.razorpay-fields .alert {
  display: none;
  padding: 10px;
  margin-left: -20px;
  margin-bottom: 10px;
}
.text-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.combined-pmt-methods input[type="radio"] {
  margin-left: 0px;
}
.combined-pmt-methods label {
  width: inherit !important;
}
.combined-pmt-methods .pmt-label {
  display: inline-block;
  border: 1px solid #efefef;
  padding: 3px 40px 3px 7px;
  margin-right: 9px;
}
.combined-pmt-methods .paytm-icon {
  width: 40px;
}
.captcha-section {
  margin: 0 auto;
  max-width: 580px !important;
  padding: 10%;
  min-height: 100%;
}
.captcha-section .container {
  background-color: #fbfbfb;
  padding: 10px;
}
.captcha-section .verify-button button {
  background-color: #307cf6;
  color: white;
}
.captcha-section .verify-button button .btn-text {
  letter-spacing: 2.1px;
}
#paytm .alert {
  display: none;
}
.language-switch {
  right: 20px;
  top: 20px;
  -ms-flex-align: center;
      align-items: center;
  z-index: 1000;
}
.language-switch .dropdown {
  -ms-flex-item-align: end;
      align-self: end;
  min-width: 100px;
}
.language-switch .dropdown .dropdown-header {
  background-color: #fff;
  border: 1px solid #e7e8eb;
  border-radius: 5px;
  padding: 6px 10px;
}
.language-switch .dropdown .dropdown-header .caret {
  width: 10px;
  height: 10px;
}
.language-switch .dropdown .dropdown-header .caret svg {
  fill: #000 !important;
}
.language-switch .dropdown .dropdown-header .dropdown-open {
  -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
  -ms-flex-item-align: end;
      align-self: end;
}
.language-switch .dropdown .dropdown-menu {
  background-color: #fff;
  border: 1px solid #eaeaea;
}
.language-switch .dropdown .dropdown-menu .dropdown-item {
  padding: 5px 5px 5px 10px !important;
}
.language-switch .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #28a5ed;
  color: #fff;
}
.web-svg {
  width: 14px;
  height: 14px;
  -ms-flex-item-align: center;
      align-self: center;
}
.flex-auto {
  -ms-flex: auto;
      flex: auto;
}
.font-light {
  font-weight: 300;
}
.cp-promotion-container {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.cp-promotion-container .signup-asset {
  width: 75%;
}
.payment-success-signup-promotion {
  width: 300px;
  padding: 40px 50px;
}
.payment-success-signup-promotion ul {
  list-style: none;
  position: relative;
  margin-top: -10px;
}
.payment-success-signup-promotion ul li {
  font-size: 14px;
  padding: 7px 0;
}
.payment-success-signup-promotion .btn-container {
  margin-top: 30px;
  margin-left: 10px;
}
.payment-success-signup-promotion .btn {
  color: #205eb4;
  padding: 8px 35px;
  border: none;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-user-select: none;
      user-select: none;
  line-height: 1.5;
  border-radius: 4px;
  font-size: 15px;
}
.payment-success-signup-promotion .btn:hover {
  box-shadow: 0px 4px 12px -5px #000;
}
.border-error {
  border-color: #b94a48 !important;
}
.cf-multiselect .cf-multiselect-field {
  padding: 2px;
  border: 1px solid #ccc;
  min-height: 35px;
  border-radius: 4px;
}
.cf-multiselect .cf-multiselect-field .selected-option {
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin: 2px;
  padding-bottom: 2px;
  display: inline-block;
}
.cf-multiselect .cf-multiselect-field .selected-option button {
  opacity: 0.5;
  background-color: transparent;
  border: none;
}
.cf-multiselect .cf-mulselect-container {
  position: relative;
}
.cf-multiselect .cf-mulselect-container .cf-mulselect-list {
  position: absolute;
  border: 1px solid #D6D6D6;
  border-top: none;
  margin: 0 auto;
  padding: 1% 0;
  width: 100%;
  max-height: 150px;
  overflow: auto;
  background-color: #fff;
  list-style: none;
  z-index: 1001;
}
.cf-multiselect .cf-mulselect-container .cf-mulselect-list .cf-dropdown-item {
  padding: 2% 4%;
  cursor: pointer;
}
.cf-multiselect .cf-mulselect-container .cf-mulselect-list .cf-dropdown-item:hover {
  color: #fff;
  background-color: #2e8fda;
}
.recommended-addons {
  background-color: rgba(250, 250, 252, 0.50196);
}
.recommended-addons .recommended-addons-text {
  color: #d1832e;
  padding-left: 27px;
  letter-spacing: 0.8px;
  font-weight: 900 !important;
  padding-top: 20px;
}
.recommended-addons .recommended-addons-container {
  margin: 20px 30px 30px;
  padding: 5px 35px;
  background-color: #fff;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.06275);
  border-radius: 6px;
}
.recommended-addons .recommended-addons-container .addon-row {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}
.recommended-addons .recommended-addons-container .addon-row:not(:first-child) {
  border-top: 1px solid rgba(221, 221, 221, 0.50196);
}
.recommended-addons div {
  text-align: left !important;
}
.remove-recommended-addon {
  position: absolute;
  right: 6px;
  top: 25px;
}
@media (max-width: 1024px) {
  .payment-success-signup-promotion {
    width: 55%;
    padding: 40px 5%;
  }
}
@media (max-width: 800px) {
  .powered-by {
    margin-left: 35%;
  }
  .description {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .razorpay-fields .alert,
  #paytm .alert {
    display: block;
  }
}
@media (max-width: 700px) {
  .tnq-container img {
    margin: 0;
  }
  .tnq-container .success {
    margin: 0 auto;
  }
  .zc-container .page-bg-text {
    font-size: 80px;
  }
  .zc-container svg {
    width: 100%;
  }
  .cp-promotion-container {
    display: block;
  }
  .cp-promotion-container .payment-success-signup-promotion {
    width: 85%;
    margin: 20px auto;
    border-radius: unset;
    overflow-x: hidden;
    padding: 40px 5%;
  }
}
@media (max-width: 600px) {
  .tnq-container .success {
    width: 160px;
  }
  .tnq-container .success img {
    margin: 30% 0 0% 5%;
    width: 133px;
  }
  .description {
    width: 90%;
    text-align: center;
  }
  .powered-by {
    margin-left: 24%;
  }
  .form-group [class^="col-sm-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 15px;
  }
  .pre-loader .loading-container {
    max-width: 300px;
  }
  .account-info-container,
  .billing-info-container {
    margin-bottom: 15px;
  }
  .shipping-info-container {
    margin-bottom: 0;
  }
  [class^="col-sm-"].last-cell {
    margin-bottom: 0;
    padding: 10px 30px 0 10px !important;
  }
  [class^="col-sm-"].last-row {
    margin-bottom: 0;
    padding: 0 10px !important;
  }
  .row.form-group {
    margin-bottom: 0;
  }
  .form-wrapper {
    padding: 10px !important;
  }
  .multiple-items .row {
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f1f1;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .multiple-items .row .quantity-customize {
    margin-left: 15px;
  }
  .multiple-items .row .optional-item-checkbox {
    margin-left: 6px;
  }
  .multiple-items .row .optional-item {
    margin-left: 20px;
  }
  .multiple-items .row .amount-section {
    float: right;
  }
  .multiple-items .row .hr-line {
    display: block;
    margin: 5px 0;
  }
  .multiple-items .minimum-amount-desc {
    clear: both;
  }
}


