@font-face {
    font-family: 'brandon_grotesque';
    src: url('brandongrotesque-bold-webfont.eot');
    src: url('brandongrotesque-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('brandongrotesque-bold-webfont.woff') format('woff'),
         url('brandongrotesque-bold-webfont.ttf') format('truetype'),
         url('brandongrotesque-bold-webfont.svg#brandon_grotesquebold') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'brandon_grotesque';
    src: url('brandongrotesque-medium-webfont.eot');
    src: url('brandongrotesque-medium-webfont.eot?#iefix') format('embedded-opentype'),
     url('brandongrotesque-medium-webfont.svg#brandon_grotesquemedium') format('svg'),
         url('brandongrotesque-medium-webfont.woff') format('woff'),
         url('brandongrotesque-medium-webfont.ttf') format('truetype');        
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'brandon_grotesque';
    src: url('brandongrotesque-regular-webfont.eot');
    src: url('brandongrotesque-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('brandongrotesque-regular-webfont.woff') format('woff'),
         url('brandongrotesque-regular-webfont.ttf') format('truetype'),
         url('brandongrotesque-regular-webfont.svg#brandon_grotesque_regularRg') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('gotham-bold-webfont.eot');
    src: url('gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('gotham-bold-webfont.woff2') format('woff2'),
         url('gotham-bold-webfont.woff') format('woff'),
         url('gotham-bold-webfont.ttf') format('truetype'),
         url('gotham-bold-webfont.svg#gotham_boldregular') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('Gotham-Medium-webfont.eot');
    src: url('Gotham-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('Gotham-Medium-webfont.woff2') format('woff2'),
         url('Gotham-Medium-webfont.woff') format('woff'),
         url('Gotham-Medium-webfont.ttf') format('truetype'),
         url('Gotham-Medium-webfont.svg#gotham_mediumregular') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('Gotham-Book-webfont.eot');
    src: url('Gotham-Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('Gotham-Book-webfont.woff2') format('woff2'),
         url('Gotham-Book-webfont.woff') format('woff'),
         url('Gotham-Book-webfont.ttf') format('truetype'),
         url('Gotham-Book-webfont.svg#gotham_bookregular') format('svg');
    font-weight: 300;
    font-style: normal;
}
.checkout-template {
  color: #758ea2;
}
.checkout-template,
.checkout-template button {
  font-family: 'Gotham';
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.checkout-template button:not(.order-summary-toggle) {
  color: #ffffff;
  background-color: #758ea2;
  padding: 13px 12px;
  border-radius: 0;
  text-transform: uppercase;
}
.checkout-template button:not(.order-summary-toggle):hover {
  background-color: #5c7488
}
.checkout-template .icon--close-modal {
  background-color: transparent !important;
}
.checkout-template h1, 
.checkout-template h2,
.checkout-template h3,
.checkout-template h4, 
.checkout-template h5, 
.checkout-template h6 {
  font-family: 'Gotham';
  font-weight: 700;
    color: #182d3e;
    text-transform: none;
}
.checkout-template h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px;
  border-bottom: 2px solid #eef3f7;
  padding-bottom: 30px;
}
.checkout-template .banner {
  display: block;
  background-color: #eef3f7;
}
.checkout-template .banner .logo {
  padding: 10px 0;
  line-height: 0;
}
.checkout-template .banner hr {
  border: 1px solid #d3dee6;
  margin: 20px 0;
  width: 100%;
}
.checkout-template .breadcrumb {
  font-weight: 500;
  padding: 10px 0;
  margin: 0;
}
.checkout-template .breadcrumb__item,
.checkout-template .breadcrumb__link {
  color: #788e9e;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
}
.checkout-template .breadcrumb__item--current,
.checkout-template .breadcrumb__link:hover {
  color: #182d3e;
}
.checkout-template .breadcrumb__item:after {
    margin-top: -3px;
    margin: 0 10px;
}
.checkout-template input:not([type=checkbox]):not([type=radio]),
.checkout-template select {
  height: 57px;
  letter-spacing: 1px;
}
.checkout-template ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #aab3bc;
}
.checkout-template ::-moz-placeholder { /* Firefox 19+ */
  color: #aab3bc;
}
.checkout-template :-ms-input-placeholder { /* IE 10+ */
  color: #aab3bc;
}
.checkout-template :-moz-placeholder { /* Firefox 18- */
  color: #aab3bc;
}
.checkout-template p {
    line-height: 1.7;
}
.checkout-template .main__header {
  padding: 0;
}

/* Drawer */
.checkout-template.drawer {
  max-width: none;
  padding: 0;
  overflow: auto;
  line-height: 1.3em;
}
.checkout-template.drawer * {
  -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.checkout-template.drawer--right {
    top: 0 !important;
    width: 100%;
    right: -100%;
}
.js-drawer-open-right .checkout-template.drawer--right {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
.checkout-template .drawer__header {
    border: none;
}
.checkout-template .drawer__fixed-header {
  left: auto;
}
.checkout-template .drawer__close-button {
  background-color: transparent !important;
  color: #182d3e !important;
  display: none;
}
.checkout-template .drawer__inner {
  position: static;
  padding: 0;
}

/* Content */
.checkout-template .main__content * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.checkout-template .main .field__input {
  border-width: 2px;
  border-style: solid;
  color: #182d3e;
  border-radius: 0;
}
.boxshadow .checkout-template .main .field__input {
    box-shadow: none;
    border-color: #eef3f7
}
.boxshadow .checkout-template .main .field__input:focus {
  border-color: #182d3e;
}
.boxshadow .checkout-template .content-box {
  box-shadow: none;
}
.checkout-template .content-box {
  color: #758ea2;
  border:none;
}
.checkout-template .content-box__row--secondary {
  background-color: #fff;
}
.checkout-template .content-box__row {
  border: none;
    padding: 1.3em 0;
}
.checkout-template .content-box__emphasis {
    color: #182d3e;
}
.checkout-template .content-box .input-checkbox, 
.checkout-template .content-box .input-radio {
  border-color: #bbc6ce;
}
.checkout-template  .input-checkbox:hover, 
.checkout-template  .input-radio:hover,
.checkout-template .input-checkbox:focus, 
.checkout-template  .input-radio:focus {
    border-color: #788e9e;
}
.checkout-template .input-checkbox:checked, 
.checkout-template .input-radio:checked {
    box-shadow: 0 0 0 10px #788e9e inset;
}
.checkout-template .floating-labels .main .field__label {
  color: #aab3bc;
  font-size: 12px;
  padding: 0 1.1em;
}
.checkout-template .floating-labels .field--show-floating-label .field__label {
  margin-top: 0.9em;
}
.checkout-template .floating-labels .field--show-floating-label .field__input {
  padding-top: 1.8em;
}
.checkout-template .order-summary__scroll-indicator {
  z-index: 3;
}
.checkout-template .section--payment-method .section__text,
.checkout-template .section--payment-method .section__header {
    margin-bottom: 0;
}
.checkout-template .os-header__hanging-icon.checkmark {
  display: none;
}

/* Sidebar */
.sidebar {
  color: #94a0a9;
}
.sidebar h2 {
    padding-top: 35px;
    border-color: #dce4ec;
    margin-bottom: 0;
}
.checkout-template .order-summary table {
  background-color: transparent;
}
.checkout-template .order-summary th, 
.checkout-template .order-summary td {
  padding: 0 0 0 1em;
}
.checkout-template .order-summary td:first-child,
.checkout-template .order-summary  th:first-child {
  padding-left: 0;
    text-align: left;
}
.checkout-template .order-summary tr:first-child th:after, 
.checkout-template .order-summary tr:first-child td:after,
.checkout-template .order-summary tr:first-child th:after, 
.checkout-template .order-summary tr:first-child td:after {
  content: none;
}
.checkout-template .order-summary .total-line td {
  padding: 20px 0 0;
}
.checkout-template .order-summary .total-line-table__footer .total-line td {
    padding-top: 3em;
    position: relative;
}
.checkout-template  table.product-table tr.product {
    border-bottom: 2px solid #dce4ec;
}
.checkout-template  table.product-table tr.product:last-child {
  border-bottom: none;
}
.checkout-template .product__image {
    padding: 13px 0 !important;
}
.checkout-template .product-thumbnail {
  width: 154px;
  height: 100px;
  background: none;
}
.checkout-template .product-thumbnail:after {
  content: none;
}
.checkout-template .product-thumbnail__wrapper {
    border-radius: 0;
}
.checkout-template .product-thumbnail__quantity {
    background-color: #182d3e;
}
.checkout-template .product__description__name,
.checkout-template .order-summary__emphasis {
    color: #182d3e;
}
.checkout-template .product__description,
.checkout-template .product__price {
  padding-top: 0;
}
.checkout-template .product__description__name {
  margin-bottom: 8px;
  font-size: 16px;
}
.checkout-template .order-summary__small-text {
    color: #94a0a9;
    font-weight: 500;
}
.checkout-template .total-line__name,
.checkout-template .total-line__price {
    font-weight: 500;
    font-size: 16px;
}
.checkout-template .total-line-table__footer .total-line td::before {
  background-color: #dce4ec;
  height: 2px;
}
.checkout-template .order-summary__section {}

/* Prescription */
.step label {
  display: block;
    margin-bottom: 10px;
    position: relative;
}
.step button {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.prescription-details label {
  display: inline-block;
  font-weight: 500;
}
#load_div {
  position: relative;
}
#load_image {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
}
#load_image:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
    border-radius: 50%;
    border: 3px solid #1c1d1d;
    border-top-color: transparent;
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}
.step p {
    margin-bottom: 2em;
    margin-top: 0;
}
.step .h3 {
  text-transform: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 1.5em;
}
.step .step-inner {
    min-height: 424px;
}
.step .step-grid {
    margin-bottom: 30px;
}
.step .step-grid:nth-of-type(odd) {
  clear: left;
}
.step-grid .step-grid-inner {
    display: table;
    width: 100%;
    text-align: center;
}
.step-grid .step-grid-content {
  border: 2px solid #eef3f7;
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 10px 15px;
  font-size: 12px;
  color: #182d3e;
  font-weight: 700;
  line-height: 2.3;
  height: 182px;
}
.step-grid:hover .step-grid-content/*, .step-grid input[type="radio"]:checked+.step-grid-content*/ {
  border-color: #758ea2;
}
.step-grid input[type="radio"] {
    width: 266px;
    height: 182px;
    opacity: 0;
    margin: 0;
    position: absolute;
    cursor: pointer;
    z-index: 1;
}
.step .important-note {
    display: inline-block;
    text-align: left;
    font-size: 11px;
    line-height: 1.3;
    text-transform: none;
    color: #758ea2;
    font-weight: 400;
    margin-top: 10px;
}
.step .important-note a {
  color: #182d3e;
}
.step .dob-header {
    margin-bottom: 20px;
}
.step .dob-header .h3 {
    display: inline-block;
    margin: 0;
    line-height: 2;
}
.step .dob-header .dr-info-icon {
    font-size: 18px;
    display: inline-block;
    position: relative;
    padding: 5px 10px;
}
.step .dob-header .dr-info-detail {
    position: absolute;
    background-color: #ffffff;
    width: 160px;
    top: -32px;
    left: 34px;
    font-family: 'Gotham';
    font-size: 10px;
    font-weight: 300;
    padding: 15px;
    line-height: 1.2;
    color: #9da8b1;
    border: 2px solid #eef3f7;
    border-radius: 4px;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -webkit-box-shadow: 0 2px 5px 0 #eef3f7;
    box-shadow: 0 2px 5px 0 #eef3f7;
}
.step .dob-header .dr-info-detail:after,
.step .dob-header .dr-info-detail:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 7px 5.5px 0;
  border-color: transparent #eef3f7 transparent #eef3f7;
  position: absolute;
  left: -7px;
  bottom: 5px;
}
.step .dob-header .dr-info-detail:after {
  border-width: 3.7px 4px 3.7px 0;
  border-color: transparent #ffffff transparent #ffffff;
  bottom: 7px;
  left: -4px;
}
.step .dob-header .dr-info-icon:hover .dr-info-detail {
  opacity: 1;
}
.step .js-drawer-close, .step .backward {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    padding: 14px 0;
}
.step .backward,
.step .js-drawer-close,
.step__footer__previous-link {
  color: #758ea2 !important;
  background-color: transparent !important;
}
.step__footer__previous-link {}
/*
.step__footer__previous-link,
.step__footer__continue-btn {
  webkit-flex: 0 1 auto !important;
    -ms-flex: 0 1 auto !important;
    flex: 0 1 auto !important;
}
*/
.previous-link__icon {
  fill: #182d3e;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -2px;
  width: 10px;
  height: 18px;
}
.step__footer__previous-link:hover .previous-link__icon,
.backward:hover .previous-link__icon {
    fill: #182d3e;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
}
.step .cart-attribute__field_row {
    margin-bottom: 16px;
}
.cart-attribute__field_row .error {
  display: none;
  font-size: 12px;
  padding: 0 12px;
  line-height: 2;
}
.remodal.input-upload-container {
  max-width: 460px;
}
.remodal.input-upload-container input[type="file"] {
    border: 2px solid #eef3f7;
    padding: 10px;
    margin-bottom: 10px;
}
.remodal.input-upload-container #upload-button {
  background-color: #758ea2;
  width: 100%;
}
.remodal.input-upload-container #results {
  margin-top: 10px;
  margin-bottom: 0;
}
.remodal.input-upload-container #load_image_mobile {
    margin: 10px auto 0;
}
.filename-val {
    font-weight: 300;
}

/* Footer */
.checkout-template .main__footer {
  border-top: 2px solid #eaf1f1;
  padding: 24px 0;
}
.policy-list li a {
  color: #78787b;
}
.checkout-template .footer-copyright {
    font-size: 12px;
    line-height: 2;
    font-weight: 500;
    text-transform: uppercase;
    color: #78787b;
    text-align: center;
    margin-top: 0;
    padding-top: 0;
}
.checkout-template .footer-copyright a {
    color: #78787b;
}
.checkout-template .footer-designed-by {
  text-transform: none;
}
.checkout-template .footer-copyright .port80 {
    color: #2c292a;
    text-transform: none;
}
.checkout-template .footer-payment-logos {
  text-align: center;
}
.checkout-template .payment-icons {
  margin: 0;
}
.checkout-template .payment-icons li {
  margin: 0 2px 2px;
  cursor: default;
  display: inline-block;
}

.anyflexbox .content .wrap {
  -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.review-block__label {
  white-space:nowrap;
}

.anyflexbox body, .anyflexbox .content, .anyflexbox .content .wrap, .anyflexbox .main {
  display:block;
}

@media only screen and (max-width: 590px) {
  .wrap {
    width:auto;
  }
  .checkout-template .payment-icons {
    margin: 20px 0;
  }
}

@media only screen and (min-width: 591px) {
  .dob-content.grid {
    margin-left: -20px;
  }
  .dob-content .grid__item {
    padding-left: 20px;
  }
  .checkout-template .footer-copyright,
  .checkout-template .footer-payment-logos {
    float: left;
    width: 50%;
    text-align: left;
  }
  .checkout-template .footer-payment-logos,
  .checkout-template .footer-designed-by {
  text-align: right;
  }
  .checkout-template .payment-icons {
    display: inline-block;
    vertical-align: middle;
  }
  .ssl-badge {
    display: inline-block;
    margin-left: 6px;
    vertical-align: middle;
  }
}

@media only screen and (min-width: 1000px) {
  .checkout-template .main {
    padding-right: 0;
    width: 49%;
    padding-right: 1%;
    padding-top: 2.5em;
  }
  .checkout-template .sidebar {
    padding-left: 2%;
    width: 48%;
    padding-top: 2.5em;
  }
  .checkout-template .sidebar:after {
    content: none;
  }
  .checkout-template .sidebar__content {
    padding;
    padding: 0 44px;
    background-color: #f6f8fa;
  }
  .checkout-template .order-summary__section--product-list .product-table {
    margin: 0;
  }
  .checkout-template .order-summary__section--product-list::after {
    background-color: #dce4ec;
    height: 2px;
  }
}