/* Base */
.height-container {
  height: 100%;
}

.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;
}

.btn-red {
  border-radius: 35px;
  margin-bottom: 10px;
}


/* 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 */

.review-links, .question-links {
    font-size: 1em;
    color: #004446;
    padding-left: .75em;
}

.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, #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 { box-shadow: inset 0 0 10px 0px orange !important;}
.moderated-comment { box-shadow: inset 0 0 10px 0px #ff0000 !important; opacity: .6;}
.author-unmoderated-comment { opacity: .6;}
.author-moderated-comment { opacity: .6;}

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

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

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


#reply-modal .modal-header {
  padding: .25rem;
}

/* 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;
}

.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;
}

/* 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 a, #snippet a {
  margin: 1rem 0;
  font-size: 1.25rem;
  color: #004446;
  padding-bottom: .15rem;
}

#story a:hover, #snippet a:hover {
  color: #00B3BB;
}

.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;
}

.account-redeem-btn {
  border-radius: 35px;
  background-color: #003c3e!important;
}

.account-invalid-redeem-btn {
  border-radius: 35px;
  background-color: #cd2929 !important;
}

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

.refund-btn {
  color: #666d78!important;
  font-weight: 500!important;
}


@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;
  }

  #btn-refund-modal {
    margin-left: 1rem;
  }

  .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 .modal-dialog {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.6);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.6);
}
.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 */
/* ------------------------ */
.sumo-product-header .sumo-product-name {
  font-size: 1.6em;
}

.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;
}
