/* Base */

/* hijack notification */
.hijacked-warning-default {
  top:initial;
  vertical-align: middle;
  padding: .5rem 3rem;
}

.subtle-background {
  background-image: url(../images/patterns/geometry2.png);
  height:100%;
}

.height-container {
  height: 100%;
}

.full-height-container {
  min-height: 660px;
}

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

/***DEAL DETAIL*****/

/* sticky buy mobile */

#sticky-buy {
  width: inherit!important;
}

/* Deal Features */

.bottom-feature-section {
  display:flex;
  justify-content: center;
  align-items: center;
}

.bottom-feature-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap
}

.bottom-feature-item {
  flex: 0 1 auto;
}

.bottom-feature-item * {
  display: inline-block;
}

.bottom-feature-item p {
  vertical-align: bottom;
}

@media (max-width: 767px) {
  .bottom-feature-section {
    margin-top: 1.25rem;
  }
}

.deal-feature-text {
  color: #5ebdc0;
  font-size: 1rem;
}

.deal-feature-text span {
  color: #005c5f;
  margin-right: .5rem;
}

.sumo-old-price-big {
  font-size: 1rem;
}

/* Discussion */
.discussion-tabs {
  background-color: #004446;
  padding: .7rem;
  border-radius: 0;
}

.discussion-tabs .nav-link.active {
  background-color: rgba(255,255,255,.2);
  border: 0;
  color: white;
}

/* Comments */
.search-comments {
  border-radius: 3px;
  border: 1px solid #ddd;
  line-height: 1;
  padding: 15px 10px;
  width: calc(50% - 10px);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
  box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.btn-search, .btn-search:hover, .btn-search:focus, .btn-search:active {
  background-color: #0275D8;
  border-color: #0275D8;
  color: #fff;
}

.search-filter {
	margin: 30px 0px;
	font-size: 12px;
	line-height: 120%;
}

.search-filter a {
	font-weight: 600;
	line-height: 12px;
	font-size: 12px;
}

.review-links,
.question-links {
  font-size: 0.9rem;
  color: #004446;
  padding-left: .75em;
  padding-left: 0;
  padding-bottom: 20px;
  margin-bottom: 20px !important;
  border-bottom: 1px solid #E1E1E9;
}

.review-links .sort-control,
.question-links .sort-control {
  font-size: 0.8rem;
  padding: 0.4rem 0.6rem 0.35rem 0.6rem;
  color: #A9A9A9;
  display: inline-block;
  line-height: 1;
  position: relative;
}
.review-links .sort-control:first-child,
.question-links .sort-control:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.review-links .sort-control:last-child,
.question-links .sort-control:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.review-links .sort-control.active,
.question-links .sort-control.active {
  background: #8e8e8e;
  color: #fff;
  -webkit-box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.3);
  box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.3);
}
.review-links .sort-control-container,
.question-links .sort-control-container {
  border: 1px solid #848484;
  border-radius: 4px;
  font-size: 0;
  /* Font-size:0 removes whitespace space between inline elements */
  display: inline-block;
  opacity: 0.9;
}

.gravatar img {
  border-radius: 50%;
  height: 70px;
  width: 70px;
}

.upvote-inline {
  display: inline-block;
}
.sumo-testimonial .sumo-date {
  margin-bottom: 0;
}

.comment-info .badge-primary {
  background-color: #004446 !important;
  padding: .5rem;
  display: block;
  margin: .5rem 0 1rem 0;
}

.checkbox-success [type="checkbox"]:checked+label:before {
    border-color: transparent #28a745 #28a745 transparent;
}

#question-loading-icon, #review-loading-icon, #pinned-loading-icon, #loading-icon {
    color: lightgrey;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.view-reply {
  margin-top: -2rem;
}

.view-reply a{
  margin: 1rem 0;
  font-size: 1rem;
  color: #004446;
  border-bottom: 1px dotted #004446;
  padding-bottom: .15rem;
  text-decoration: none;
}

.view-reply a:hover{
  color: #00B3BB;
}

.unmoderated-comment {
  border: 1px solid #FF7A30;
  box-sizing: border-box;
  box-shadow: 0px 2px 20px rgba(255, 122, 48, 0.5) !important;
  border-radius: 0px 3px 3px 3px;
  -webkit-background-clip: padding-box; /* for Safari */
}
.unresolved-comment {
  border: 1px solid #8458FF;
  box-sizing: border-box;
  box-shadow: 0px 2px 20px rgba(132, 88, 255, 0.5) !important;
  -webkit-background-clip: padding-box; /* for Safari */
  border-radius: 0px 3px 3px 3px;
}
.moderated-comment {
  /*box-shadow: inset 15px 0px 10px -10px #ff0000 !important; */
  border: 1px solid #EB5757;
  box-sizing: border-box;
  box-shadow: 0px 2px 20px rgba(235,87,87,0.5) !important;
  -webkit-background-clip: padding-box; /* for Safari */
  border-radius: 0px 3px 3px 3px;
}

.author-moderated-comment { opacity: .6;}

.sumo-pinned { box-shadow: inset 0 0 10px 0px #00B3BB !important;}

#question-form .comment .alert.hidden {
  display:none;
}

#review-form .comment .alert.hidden {
  display:none;
}

#reply-form fieldset div.alert.alert-danger.hidden {
  display:none;
}

.discussion-title #id_title {
  padding: 5px;
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
  font-weight:100;
  color:#959595;
}


.discussion-reviewtext #id_comment {
  height:125px;
  padding: 5px;
}

div.bigstars div.rateit-range {
  background: url("../images/tacos/icon-tacos.png");
}
div.bigstars div.rateit-hover {
  background: url("../images/tacos/icon-tacos.png") 0 -44px;
}
div.bigstars div.rateit-selected {
  background: url("../images/tacos/icon-tacos.png") 0 -22px;
}
div.bigstars div.rateit-preset {
  background: url("../images/tacos/icon-tacos.png")

}
/* Modal */

.modal-xl {
  width: 70%;
  max-width:1200px;
}

@media (min-width:992px) and (max-width:1199px) {
  .form-inline .form-control,
  .form-inline input,
  .form-inline button {
    margin-left: auto;
    margin-right: auto;
    /*padding: 4px;*/
    /* Style removed due to interferenc with styles on product page */
    /* V9 */
  }
}

/* Countdown Timer */
.countdown-timer {
  margin-top: 1rem;
  background: white .5%;
  border-radius: 2rem;
}

.countdown-timer span div {
  display: inline-block;
  margin-right: .5rem;
}

.countdown-timer svg {
  display: inline-block;
  margin: 0 .5rem .25rem;
  font-size: 2.25rem;
}

.countdown-timer span div {
  font-size: 1.3rem;
  font-weight: 500;
}

.countdown-timer span div span {
  margin-top: -.25rem;
  font-style: italic;
  display: block;
  font-size: .75rem;
}

.countdown-timer .time {
    font-size: 2rem;
    padding: .75rem;
    border-radius: .25rem;
    border: solid 1px #CCA35C;
    margin-right: .25rem;
}

.countdown-timer .time-unit {
  text-transform: uppercase;
  font-size: .75rem;
  margin-top: .25rem;
}

.countdown-timer {
  margin-top: .5rem;
  background: white .5%;
  border-radius: 2rem;
}

.countdown-timer span div {
  display: inline-block;
  margin-right: .5rem;
}

/* Sumo Review Comments */

.sumo-reviews-comments.sumo-small-label a, .sumo-reviews-comments a {
  color: inherit;
}

/* Story */

#story img, #snippet img {
  display: block;
  margin: 2rem auto 1.5rem auto;
  border-radius: .5rem;
  max-width: 90%;
}

.story-inline-image {
  display: block;
  margin: 2rem auto 1.5rem auto;
  border-radius: .5rem;
  max-width: 90%;
}

.story-inline-video {
  position: relative;
  margin: 2rem auto 1.5rem auto;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 90%;
  border-radius: .5rem;
}

.story-inline-video iframe,
.story-inline-video object,
.story-inline-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Sticky */

.sticky {
  position: absolute;
  right: 0;
  margin-right: 5px;
}

/*** Deal Browse ***/

/* paginator */

.browse-paginator {
  justify-content: center;
}

/*** Cart *****/

/* cart checkout */

/* cart confirmation */
.confirmation-section {
  display: flex;
  border-radius: 5px;
  border: 1px solid green;
}

.alert.hidden {
  display:none;
}

/* Purchase History */
.profile-list .history {list-style-type:none;margin:0;line-height:24px;font-size:12px;}
.profile-list .history li {display:inline-block;position:relative;width:100%;font-size:12px;border-top:1px solid #F1F1F1;clear:both;margin:0 0 9px 0;padding:9px 0 0 0;}
.profile-list .history li span {font-size:12px;line-height:24px;margin:0;}
.profile-list .history.redemption li:first-child {border:0;}
.profile-list .history.redemption li {padding:9px 0;}
.profile-list .history.redemption h3 {padding:18px 0 0 20px;}
.profile-list .history .date {clear:both;float:left;width:90px;margin:0;text-transform:uppercase;text-align:right;color:#C1C1C1;}
.profile-list .history .id {float:left;width:360px;padding:0 0 0 20px;}
.profile-list .history .status {float:left;width:90px;text-align:center;line-height:18px;}
.profile-list .history .price {float:left;width:120px;text-align:right;}
.profile-list .history .deals {float:left;min-width:360px;padding:0 110px;line-height:18px;color:#666;font-size:11px;}
.profile-list .history .redeem-url {float:left;width:320px;padding:0 0 18px 20px;}
.profile-list .history .directions {float:left;width:320px;padding:0 0 0 20px;line-height:18px;color:#666;}
.profile-list .history .directions strong {color:#222;line-height:24px;}
.profile-list .history .directions textarea {width:280px;padding:9px 10px;resize:none;overflow:hidden;font-family:monospace;text-align:center;}
.profile-list .history .redeem-url-throwback {float:left;width:640px;padding:0 0 9px 20px;}
.profile-list .history .redeem-url-throwback h5 {font-size:18px;color:#1F5152;padding:0;margin:9px 0 0 0;}
.profile-list .history .redeem-url-throwback h5 a {font-size:18px;color:#1F5152;padding:0;margin:9px 0 0 0;}
.profile-list .history .redeem-url-throwback a {color:blue;text-decoration:underline;}
.profile-list .history .redeem-url-throwback a:hover {text-decoration:none;}
.profile-list .history .directions-throwback {float:left;width:640px;padding:0 0 0 20px;line-height:18px;color:#666;}
.profile-list .history .directions-throwback strong {color:#222;line-height:18px;}
.profile-list .history .directions-throwback textarea {width:280px;padding:9px 10px;resize:none;overflow:hidden;font-family:monospace;text-align:center;}


/* Account */

.refund-overlay {
  position: relative;
  z-index: 4;
}


.refund-overlay-item {
  position: relative;
  z-index:25;
  /*background-color: #003c3e;*/
}
.refund-overlay-grey-light {
  background-color: rgba(255, 255, 255, 0.8);
}


.refunded-item {
  display: inline-block;
  position: relative;
  line-height: 0;

}

.item-badge {
  position: absolute;
  text-align:center;
  left: 23%;
  top:80%;
  z-index: 101;
  background: #003c3e;
  font-weight: 100;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-top: .3rem;
}

.sans-redeem-badge {
  position: absolute;
  text-align:center;
  left: 25%;
  top:47%;
  z-index: 101;
  background: #003c3e;
  font-weight: 100;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-top: .3rem;

}


.account-app-choice .account-app-check:before,
.account-app-choice .account-app-delete:before {
    position: absolute;
    opacity: 0.35;
    content: "";
    display: block;
    height: 1.4em;
    width: 1.4em;
    top: -0.6em;
    right: -0.4em;
    border-radius: 50%;
    background: #fff;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 20;
    box-shadow: -1px 2px 2px 0px rgba(0, 0, 0, 0.1)

}

.account-app-choice .account-app-check:before {
    background-image: url(../images/account/as-account-check.svg)
}

.account-app-choice .account-app-delete:before {
    background-image: url(../images/account/as-account-xmark.svg)
}

.account-app-choice .account-app-check,
.account-app-choice .account-app-delete {
    position: relative
}

#mobile-credits {
  display: none;
}
/* Deal Redemption Page */
.redemption-section {
  background-color: #fafafa;
  height:100%;
}


.redemption-panel {
    background-color: #fff;
    padding: 3.25rem;
    border-radius: 6px;
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
    opacity: 1
}

.deal-redemption-link {
  text-decoration: none;
  color: black;
}

.deal-redemption-url-link {
  text-decoration: none;
  color: black!important;
}

.redemption-panel-h {
  color: #bcc1c5!important;
}

.redemption-url {
  overflow-wrap: break-word;
}

.redemption-code {
  font-size: 1.25rem;
  color: #000000;
  font-weight: 200;
}

.redeem-choices-flex {
  display: flex;
  justify-content: start;
  align-items: center;
}

.redeem-line {
  border-right: 1px solid #dddddd;
}

.account-items-flex {
  display:flex;
}

.redeem-help-text {
  color: #bcc1c5!important;
  font-size: 80%;
  font-weight: 400;
}

@media only screen and (max-width: 1199px) {
    .item-badge {
      text-align:center;
      left: 15%;
      padding: 1rem;
      width: 75%;
      font-size: 1.25rem;
  }

  .sans-redeem-badge {
    text-align:center;
    left: 15%;
    top: 63%;
    padding: 1rem;
    width: 75%;
    font-size: 1.25rem;
  }

}

@media only screen and (max-width: 991px) {
    .sans-redeem-badge {
      text-align:center;
      left: 13%;
      top: 57%;
      padding: 1rem;
      width: 75%;
      font-size: 1.25rem;
  }

}


@media only screen and (max-width: 777px) {
  .redemption-code {
    font-size: 1.75rem;
  }
}


@media only screen and (max-width: 767px) {
    .item-badge {
      text-align:center;
      left: 15%;
      padding: .5rem;
      width: 75%;
      font-size: 1.25rem;
    }

    .sans-redeem-badge {
      text-align:center;
      left: 13%;
      top: 51%;
      padding: .5rem;
      width: 75%;
      font-size: 1.25rem;
    }

}

@media only screen and (max-width: 600px) {
  .redeem-line {
    border-right: none;
  }

  #desktop-credits {
    visibility: hidden;
  }

  #mobile-credits {
    display: block;
  }
}

@media only screen and (max-width: 575px) {
  .redeem-line {
    border-bottom: 1px solid #dddddd;
  }

  .sans-redeem-badge {
    text-align:center;
    left: 11%;
    top: 64%;
    padding: .5rem;
    width: 75%;
    font-size: 1.25rem;
  }

}

@media only screen and (max-width: 567px) {

  .item-badge {
    text-align:center;
    left: 23%;
    padding: .5rem;
    width: 50%;
    font-size: 1.25rem;
  }

  .sans-redeem-badge {
    text-align:center;
    left: 25%;
    top: 64%;
    padding: .5rem;
    width: 50%;
    font-size: 1.25rem;
  }

}

@media only screen and (max-width: 500px) {
  .redeem-choices-flex {
    flex-direction: column;
  }

  .account-redeem-btn  {
    margin-bottom: 1rem;
  }

  .item-badge {
    text-align:center;
    left: 15%;
    padding: 1rem;
    width: 75%;
    font-size: 1.25rem;
  }

  .sans-redeem-badge {
    text-align:center;
    left: 15%;
    top: 61%;
    padding: 1rem;
    width: 71%;
    font-size: 1.25rem;
  }

}

@media only screen and (max-width: 437px)  {
    .sans-redeem-badge {
      text-align:center;
      left: 15%;
      top: 60%;
      padding: 1rem;
      width: 71%;
      font-size: 1.25rem;
  }
}


@media only screen and (max-width: 400px) {
  .sans-redeem-badge {
    top: 59%;
  }
}

@media only screen and (max-width: 389px)  {
  .sans-redeem-badge {
    top: 59%;
  }
}

@media only screen and (max-width: 362px) {
  .sans-redeem-badge {
    top: 57%;
  }
}

@media only screen and (max-width: 346px) {
  .sans-redeem-badge {
    top: 55%;
  }
}

@media only screen and (max-width: 320px) {
  .sans-redeem-badge {
    top: 54%;
  }
}

/* Form */

form .errorlist {
  color: red;

}


.flex-footer {
  display:flex;
  justify-content: space-between;
  margin-left: 1rem;
  width: 80%
}

/* Footer – Responsive */
/* Updates Added 5/22 */
/* ------------------ */

@media (max-width: 767px) {
  .sumo-footer-checkout .sumo-mid-column {
    border: none;
  }
}

/* Modals */
/* Updates Added 5/28 */
/* ------------------ */

/* Override of sumo.css styles. TO DO: Consolidate and reorganize */
.modal-dialog .modal-content .modal-header {
  border-top-left-radius:  0.45rem;
  border-top-right-radius: 0.45rem;
}

.modal-dialog {
  margin: 0;
  max-width: 95vw;
}

.modal-dialog .modal-content {
  max-width: 100%;
  width: 700px;
}

.modal-dialog .sub-title {
  font-weight: 500;
  font-size: 1.2rem;
}


.modal-dialog,
.modal-dialog .modal-content {
  border-radius: 0.45em;
  /*overflow: hidden;*/
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.modal.fade .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.modal .modal-dialog {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.modal.show .modal-dialog,
.modal.show .modal-dialog,
.modal .modal-dialog {
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}


.modal-backdrop {
  background-color: #363636;
}
.modal-backdrop.show {
  opacity: 0.65;
}

.modal-header,
.modal-body,
.modal-footer {
  padding: 2rem;
}
.modal-body {
  padding-bottom: 1rem;
}
.modal-header {
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4em;
  display: block;
  border-top: 0.35rem solid #007679;
}
.modal-body {
  -webkit-box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,0.1);
  box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,0.1);
  border-bottom-right-radius: 0.45rem;
  border-bottom-left-radius: 0.45rem;
}
.modal-body .btn.btn-md{
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.modal-header .sumo-close {
  position: relative;
  width: 22px;
  height: 22px;
  padding: 0;
  top: 0.3rem;
  right: 0.3rem;
  transform: rotate(45deg) scale(0.9,0.9);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.modal-header .sumo-close:hover {
  transform: rotate(-45deg) scale(1,1);
}

.modal-header .sumo-close span {
  position: absolute;
  height: 22px;
  width: 6px;
  top: 0;
  left: 8px;
  border-radius: 3px;
  background: #CCCCCC;
  display: block;
}
.modal-header .sumo-close span:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -8px;
  height: 6px;
  width: 22px;
  border-radius: 3px;
  background: #CCCCCC;
}
.modal-content .checkbox-success label {
  font-size: 0.9rem;
}
[type=checkbox]+label:before {
  border: 1px solid #ced4da;
  border-radius: 3px;
  background: #fff;
  width: 20px;
  height: 20px;
}
[type=checkbox]+label,
[type=radio]+label {
  padding-left: 30px;
}
.checkbox-success [type="checkbox"]:checked+label:before {
  background: transparent;
}

/* Sumo.css Overwrites - V9 */
/* ------------------------ */

.progress .progress-bar {
  height: 0.6rem;
  background: #004446;
  border-radius: 2rem;
}

/* Lightbox */
/* V9 */
.pswp {
  z-index: 100000;
}

.pswp__top-bar {
  top: 5rem!important;
}


/* Iphone media queries - portrait */
@media only screen
and (min-device-width : 375px)
and (max-device-width : 812px)
and (-webkit-device-pixel-ratio : 3)
and (orientation : portrait) {
  .bottom-feature-list {
    margin-top: 1.5rem;
    margin-left: 2rem;
  }

  .flex-footer {
    width:93%;
  }
}

@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation : portrait) {
  .bottom-feature-list {
    margin-top: 1.5rem;
    margin-left: 2rem;
  }

  .flex-footer {
     width:93%;
  }
}

@media only screen
and (min-device-width : 414px)
and (max-device-width : 736px)
and (orientation : portrait) {
  .bottom-feature-list {
    margin-top: 1.5rem;
    margin-left: 2rem;
  }

  .flex-footer {
    width:93%;
  }

}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px) {
  .bottom-feature-list {
    margin-top: 1.5rem;
    margin-left: 2rem;
  }

  .flex-footer {
    width:93%;
  }

}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px)
and (orientation : portrait) {
  .bottom-feature-list {
    margin-top: 1.5rem;
    margin-left: 2rem;
  }

  .flex-footer {
    width: 93%;
  }

}

/* Footer – Responsive */
/* Updates Added 5/22 */

@media (max-width: 767px) {
  .sumo-footer-checkout .sumo-mid-column {
    border: none;
  }
}

/* Added June 7, 2018 */
a.sumo-small-label,
.sumo-small-label a {
  color: #868686;
}

/* Added June 15, 2018 */
h1,
h2,
h3,
.h1,
.h2,
.h3 {
  line-height: 1.3;
}
.sumo-product-header .sumo-product-name {
  font-size: 2.2rem;
  line-height: 1.15;
}
.sumo-product-header .sumo-product-slogan {
  font-size: 1.3rem;
  margin-top: 1rem;
}

img.img-fluid {
   /*border: 1px solid rgba(0,0,0,0.1);*/
}

/* Added 9/5/18 */
.account-bar-b:after {
  content: '';
  display: block;
  margin: 0 auto;
  width:80%;
  padding-top: 20px;
  border-bottom: 1px solid #CCCCCC!important;
}

.account-menu-title {
  font-size:1.25rem;
}

.account-card-height {
  height:188px;
}

/* Added 9/12/18 */
.account-purchase-th-icon {
  color: #0984E3;
}

/* Added 9/20/18 */
label[for=id_avatar] {
  cursor: pointer;
  border-radius: 4px;
  background-color: #0275D8;
  color: #FFFFFF;
}


#id_avatar {
  width: 50%;
  display:none;
}


.path_help_text {
  color: #6c7586;
}


.clear_path_link {
  color: blue;
  text-decoration: blue;
  cursor: pointer;

}

.clear_path_link:hover {
  color: blue;
}

/* Profile */

.profile-bio-section {
  background-color: #fcfbfc;

}

.profile-bio-section:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 80%;
    padding-top: 10px;
    border-bottom: 1px solid #dddddd;

}

.profile-image {
  border-radius: 25%;
  /*border: .3rem solid #e7e7e7;*/
  /*margin-top: 4rem;*/
}


.profile-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.profile-bio-name {
  color: #003c3e;
}

.profile-bio-text {
  color: #b1b1b1;
}

.profile-account-section {
    background-color: #fcfbfc;
}

.profile-list {
  list-style-type: none;
  padding: 0;
}

.profile-list:first-child {
  margin-top: 1rem;
}

.profile-list:last-child {
  margin-bottom: 3rem;
}


.profile-list li span {
  color: #868686;
  margin-left: 1rem;
}

.profile-list-item:hover {
  font-weight: 400;

}
.profile-profile-section {
    background-color: #fcfbfc;
    min-height: 40vh;
}

/* Added 9/24/18 */

.purchase-history-link {
  color: #0275D8!important;
  cursor: pointer;
  text-decoration: underline;
}

.account-deals-flex {
  display:flex;
  flex-wrap: wrap;
}

.badge-verified,
.badge-unverified,
.badge-primary {
  color: #FFF;
  font-size: 10px;
  line-height: 18px;
  padding: 5px 10px;
  border-radius: 5px;
  letter-spacing: 0.02em;
}
.badge-verified {
  background: #003c3e;
}
.badge-unverified {
  background: #D63031;
}
.badge-primary {
  background: #33aed5;
}

.browse-countdown-timer div {
  font-size: 10px!important;
  margin-left: 0;
  margin-right: .1rem!important;
}

/* added 11/12/18 */
@media (min-width: 768px) {
  .text-md-size {
      font-size: 0.8rem!important;
  }
  .text-md-cta-size {
    font-size: 0.6rem!important;
  }
}

.cart-offer-border {
  border: 1px solid #D88F04!important;
}

.cart-offer-card {
  background-color: #D88F04!important;
  border-radius: 0!important;
}

.cart-offer-card-body {
  background-color: rgba(255, 168, 0, 0.1);
}

.cart-offer-title {
  color: #ffffff;
}

.cart-offer-body-title {
  font-weight: 400;
}

.cart-offer-cta {
  border-radius: 20px;
  background-color:#0275D8;
  padding:0.5rem 1.3rem;
}

/* added 11/13 */
.countdown-timer span div:not(:first-child)::before {
  content: " : ";
}

/* added 1/9/19 */
.as-card {
  border: #f5f5f5 solid 1px!important;
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1)!important;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1)!important;
  -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1)!important;
}

.sumo-upsell-old-price {
  text-decoration: line-through;
  font-size: .75em;
	font-weight: 300;
  color: dimgrey;
}

.home-bg {
  color: #FFF;
  background-image: url(../images/svg/triangle-pattern.svg);
	background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.home-bg h1,
.home-bg h2,
.home-bg h3,
.home-bg h4,
.home-bg h5,
.home-bg h6 {
	color: #ffffff;
}

.as-blue {
  color: #0275d8;
}

.remove-border-invoice {
  border:0!important;
}

.invoice-title {
  font-family: Metropolis;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 48px;color: #1B1B1B;
  padding-bottom:24px;
}

.invoice-address {
  font-size: 18px;line-height: 18px;
  padding-bottom:36px;
}

.invoice-address-edit {
  font-weight: normal;
}

.invoice-total {
  font-weight:900;
  font-size:1.5rem;
  padding-top:30px !important;
  padding-bottom:30px !important;
}

.invoice-license-deal-detail tbody td {
  padding: 5px;
  font-size: 10px;
  border:none;
}

.fw700 {
  font-weight:700;
}

@media print {
 .noPrint  {display:none}
 .printInvoiceData {display: block !important;}
}

.purchase-detail-border {
  border-bottom:1px solid;
}

.purchase-detail-lh {
  line-height: 0;
}

.StripeElement {
  border-radius: 5px;
  border: 1px solid #CCCCCC;
  line-height: 1;
  font-size: 1em;
  padding: 14px 10px;
  min-width: auto;
  margin-bottom: 0;
}

.StripeElement .InputElement {
  line-height: 1;
}

#card-elements-form .form-control::-webkit-input-placeholder {
  color: #CCCCCC;
  opacity: 1
}
#card-elements-form .form-control::-moz-placeholder {
  color: #CCCCCC;
  opacity: 1
}
#card-elements-form .form-control:-ms-input-placeholder {
  color: #CCCCCC;
  opacity: 1
}
#card-elements-form .form-control::placeholder {
  color: #CCCCCC;
  opacity: 1
}

#card-elements-form .form-control:focus::-webkit-input-placeholder {
  color: #CFD7DF;
  opacity: 1
}
#card-elements-form .form-control:focus::-moz-placeholder {
  color: #CFD7DF;
  opacity: 1
}
#card-elements-form .form-control:focus:-ms-input-placeholder {
  color: #CFD7DF;
  opacity: 1
}
#card-elements-form .form-control:focus::placeholder {
  color: #CFD7DF;
  opacity: 1
}

#djDebug #djDebugToolbar input[type=checkbox] {
  position: relative;
  left: 0;
  visibility: visible;
}
