.top-level-container {margin-top: 90px;}
.qty-increase {
  text-align: center;
}
.qty-increase .value-button {
  display: inline-block;
  border: 1px solid #ddd;
  margin: 0px;
  width: 29px;
  text-align: center;
  vertical-align: top;
  padding: 1px 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.qty-increase .value-button:hover {
  cursor: pointer;
}
.qty-increase #decrease {
  margin-right: -4px;
  border-radius: 6px 0 0 6px;
}
.qty-increase #decrease:hover {
  background-color: rgba(255, 0, 0, 0.2);
  color: red;
}
.qty-increase #increase {
  margin-left: -4px;
  border-radius: 0 6px 6px 0;
}
.qty-increase #increase:hover {
  background-color: rgba(0, 118, 144, 0.3);
  color: #007690;
}
.qty-increase #input-wrap {
  margin: 0px;
  padding: 0px;
}
.qty-increase input#number {
  text-align: center;
  border: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0px;
  width: 29px;
  /* height: 28px; */
  color: #666;
}
.qty-increase input#number:focus {
  outline: none;
}
.qty-increase input#number::-webkit-inner-spin-button, .qty-increase input#number::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media (max-width: 768px) {
  .qty-increase {
    text-align: left;
    margin-top: 5px;
  }
}
@media (max-width: 480px) {
  .qty-increase #decrease {
    margin-right: -2px;
  }
}
.error-msg {color: red; font-size: 14px;}

.cart-section {
  font-size: 16px;
  color: #666;
}
.cart-section h1 {
  color: #007690;
  padding: 25px 0 15px 0;
  font-family: "whitney-medium";
  font-size: 30px;
}
@media (max-width: 768px) {
  .cart-section h1 {
    font-size: 24px;
    padding: 20px 0 10px 0;
  }
}
.cart-section .cart-header {
  text-align: center;
}
@media (max-width: 768px) {
  .cart-section .cart-header {
    margin: 0;
  }
}
.cart-section .cart-header > div {
  color: #007690;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  font-family: "whitney-medium";
  padding-top: 5px;
}
.cart-section .cart-header > div .you-save {
  border-top: 1px solid #ddd;
  font-family: "whitney-book";
  font-size: 14px !important;
  color: #666;
  padding: 3px 0;
}
.cart-section .cart-header > div .you-save span {
  padding-left: 10px;
}
.cart-section .cart-header > div .you-save span:first-child {
  padding-left: 0;
}
@media (min-width: 1024px) {
  /* .cart-section .cart-header > div:last-child {
    padding: 0;
  } */

  .cart-section .cart-header > div:last-child {
    padding: 4px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cart-section .cart-header > div {
    padding-top: 4px;
    padding-bottom: 4px;
    /* display: flex;
    align-items: center; */
  }
  .cart-section .cart-header > div:nth-child(2) {
    justify-content: space-evenly;
  }
  .cart-section .cart-header > div .you-save span {
    font-size: 12px !important;
  }  
  .cart-section .cart-header > div:last-child {
    padding: 4px 0 0 0;
  }
}
@media (max-width: 480px) {
  .cart-section .cart-header > div {
    font-size: 14px !important;
    justify-content: space-evenly;
  }
  .cart-section .cart-header > div:first-child {
    padding-left: 0;
  }
  .cart-section .cart-header > div:last-child {
    padding-right: 0;
  }
  .cart-section .cart-header > div:last-child {
    padding-top: 4px;
  }
}
.cart-section .prod-details {
  margin: 10px auto;
  border-bottom: 1px solid #ddd;
}
/* .cart-section .prod-details:last-child {
  border-bottom: none;
  margin-bottom: 10px;
} */
.cart-section .prod-info {
  align-items: center;
  text-align: center;
}
.cart-section .prod-info .main-image {
  /* position: relative; */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cart-section .prod-info .main-image img {
  width: 100px;
}
.cart-section .prod-info.prod-freebie-info .main-image img {
  width: 75px;
}
.cart-section .prod-info .prod-name {
  color: #007690;
  font-family: "whitney-medium";
  line-height: 21px;
}
.cart-section .prod-info .prod-desc {
  font-size: 14px;
  line-height: 21px;
  padding-top: 4px;
}
.cart-section .prod-info .prod-remove {
  display: flex;
  /* position: absolute; */
  /* left: 0; */
  cursor: pointer;
  /* padding: 5px; */
  color: #4c4c4c;
  opacity: 0.9;
  z-index: 10;
  font-size: 12px;
  /* margin-top: 8px; */
}
.cart-section .prod-info .prod-remove:hover {
  color: red;
  opacity: 0.75;
}
/* .summary-holder > div {border-top: 1px solid #ddd;} */
/* .prod-freebie-info {
  position: relative;
  top: -30px;
} */
.cart-section .prod-details strong{
  color: #666;
}
@media (max-width: 992px) {
  .cart-section .prod-info .main-image img {
    width: 70px;
  }
}
@media (max-width: 768px) {
  .cart-section .prod-info {
    /* align-items: flex-start; */
    /* margin-top: 15px; */
  }

  .cart-section .prod-info .prod-name {
    line-height: 18px;
  }
  .cart-section .prod-info .prod-desc {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .cart-section .prod-info .main-image a {
    position: absolute;
    top: 110px;
    z-index: 10;
  }
  .cart-section .prod-info .main-image img {
    /* position: absolute; */
    left: 10px;
    top: 0;
    z-index: 0;
    width: 90px;
  }
  .cart-section .prod-info:last-child {
    text-align: right;
  }
}
.cart-section .prod-customize {
  justify-content: center;
  display: flex;
  flex-direction: column;
  line-height: 30px;
  position: relative;
  top: -15px;
}
.cart-section .prod-customize:nth-child(even) {
  /* border-top: 1px dashed #d2d2d2;
  border-bottom: 1px dashed #d2d2d2;
  margin: 10px auto;
  padding: 10px 0; */
}
.cart-section .prod-customize img {
  width: 160px;
  margin: auto 30px;
  padding: 10px 0;
}
@media (max-width: 768px) {
  .cart-section .prod-customize img {
    margin: auto 20px;
  }
  .cart-section .prod-customize {
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  .cart-section .prod-customize {
    margin: 20px auto;
    top: -10px;
  }
}
@media (max-width: 480px) {
  .cart-section .prod-customize {
    margin: 10px auto 20px;
    top: 0;
  }
  .cart-section .prod-info .main-image a {
    /* top: 100px; */
  }
}
@media (max-width: 360px) {
  .cart-section .prod-info .main-image a {
    top: 90px;
  }
}
.cart-section .personalise-cont {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: start;
  align-items: center;
  border-radius: 5px;
  margin: 15px auto;
  width: 100%;
  background-color: #eff7f8;
  transition: transform ease-out 0.3s;
}
.cart-section .personalise-cont .personal-input {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .cart-section .personalise-cont {
    flex-direction: column;
  }
  .cart-section .personalise-cont .personal-input {
    margin: 10px auto;
  }
  .cart-section .personalise-cont .gift-get-info {
    padding-bottom: 20px;
  }
}
.cart-section .latch-image {
  position: relative;
  background: url("../../images/common/p-tyffynflex.png") no-repeat scroll center center;
  background-size: 130% !important;
  height: 160px;
  width: 160px;
  overflow: hidden;
  margin: 10px 35px 10px;
}
.cart-section .latch-image .latch-text {
  text-align: center;
  width: 100px;
  font-weight: 700;
  overflow: hidden;
  position: absolute;
  right: -6.5%;
  top: 46%;
  color: #fff;
  font-size: 10px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg)
}
.cart-section .latch-image.latch-image-tyffyn .latch-text,
.cart-section .latch-image.latch-image-lynk .latch-text,
.cart-section .latch-image.latch-image-tyffynflex .latch-text {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg)
}
.cart-section .latch-image.latch-image-lynk .latch-text {
  color: #666;
  right: 8.5%;
  top: 42%;
}
.cart-section .latch-image.latch-image-popcup .latch-text {
  right: 18.5%;
  top: 40%;
}

body .loading-indicator.visible {opacity: 1;top: 0px;}
body .loading-indicator {z-index: 1011;position: fixed;top: 0px;left: 0;width: 100vw;height: 100vh;background-color: rgba(0, 0, 0, 0.2);opacity: 0;}
body .loading-indicator::after {top: 25%;position: absolute;color: white;content: "Loading...";left: 50%;transform: translateX(-50%);background-color: #007680;padding: 0.5rem;padding-left: 2rem;padding-right: 2rem;border-radius: 1000px;}

.cart-section .latch-image-tyffyn {
  background: url(../img/latch.png) no-repeat scroll center center;
}

.cart-section .latch-image-popcup {
  background: url(../img/lid.png) no-repeat scroll center center;
}

.cart-section .latch-image-elytewallet {
  background: url(../img/p-elyte-wallet.png) no-repeat scroll center center;
  /* background-size: 60%; */
}

.cart-section .latch-image-lynk{
  background: url(../img/p-lynk.png) no-repeat scroll center center;
}
.cart-section .latch-image-safetouch{
  background: url(../img/p-safetouch.png) no-repeat scroll center center;
}
.cart-section .latch-image-tyffynflex{
  background: url(../images/common/p-tyffynflex.png) no-repeat scroll center center;
}

.cart-section .latch-special-gift-box{
  background: url(../img/gift_box.jpg) no-repeat scroll center center;
}
.cart-section .latch-image-special-gift-box{
  background: url(../img/gift_box.jpg) no-repeat scroll center center;
}
.cart-section .latch-image-elytewallet{
  background: url(../img/p-elyte-wallet.png) no-repeat scroll center center;
  background-size: 100% !important;
}
.cart-section .latch-image-tracktag{
  background: url(../img/p-track-tag.png) no-repeat scroll center center;
  background-size: 100% !important;
}
.cart-section .latch-image.latch-image-tracktag .latch-text {right: -3%; top: 63%;}
.cart-section .latch-image.latch-image-elytewallet .latch-text {right: -8%; top: 31%;}

#couponForm .success {
  color: #28a745;
}
#couponForm .error {
  color: #c50034;
}
@media (max-width: 768px) {
  .cart-section .latch-image {
    margin: 0 15px 0;
  }
}
@media (max-width: 480px) {
  .cart-section .latch-image {
    margin: 0 auto;
  }
}
.cart-section .latch-message-text {
  top: 31%;
  right: 9px;
  position: absolute;
  border: 0;
  transform: translateY(-55%) rotate(-90deg);
  font-size: 0.7vw;
  width: 100%;
  font-weight: 600;
}
/* .cart-section .gift-warp {
  padding: 10px 0;
} */
.cart-section .gift-warp .gift-image img {
  width: 160px;
}
.cart-section .gift-warp .gift-get-info {
  width: 300px;
  /* margin: 5px auto 10px auto; */
}
@media (max-width: 768px) {
  .cart-section .gift-warp .gift-get-info {
    width: 240px;
  }
}
@media (max-width: 480px) {
  .cart-section .gift-warp .gift-get-info {
    width: 80%;
  }
}
.cart-section .gift-card-value {
  width: 300px;
}
.cart-section .cart-summary {
  text-align: right;
  line-height: 30px;
}
.cart-section .cart-summary p {
  display: flex;
  justify-content: flex-end;
}
.cart-section .cart-summary span {
  width: 80px;
}
.cart-section .cart-summary .final-amt {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  font-family: "whitney-medium";
}
.cart-section .cart-summary .final-amt span {
  color: #007690;
  font-size: 18px;
}
@media (max-width: 768px) {
  .cart-section .cart-summary {
    /* margin: 25px auto 0px auto; */
    border: 1px solid #ddd;
    background-color: #ffffe7;
    padding: 0 10px;
    border-radius: 5px;
  }
  .cart-section .cart-summary p {
    justify-content: space-between;
    border-bottom: 1px dashed #ddd;
    padding: 2px 0;
  }
  .cart-section .cart-summary p:last-child {
    border-bottom: none;
    padding-top: 5px;
  }
  .cart-section .cart-summary .cart-summary-details {
    display: block;
  }
}
.cart-section .cart-action {
  text-align: right;
  margin: 25px auto 0 auto;
  display: flex;
  justify-content: space-between;
  border-top: none;
}
@media (max-width: 768px) {
  .cart-section .cart-action {
    text-align: center;
    margin: 25px auto;
    width: 100%;
    align-items: center;
  }
  .cart-section .cart-action a {
    width: 49%;
    padding: 5px;
    border-radius: 5px;
  }
  #footer .footer-links ul.cs_toggle_links{display:none;}
  .footer-links.active-f-menu .bi-plus-lg::before {content: "\f63b";}

}
@media (max-width: 375px) {
  .cart-section .cart-action a {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .cart-section {
    font-size: 14px !important;
  }
  .cart-section .cart-content .prod-desc {
    font-size: 14px;
  }
}

/*# sourceMappingURL=cart.css.map */

.blue-button, .white-button {
  border-radius: 20px;
  padding: 8px 22px;
  border: 1px solid #007690;
}

.blue-button {
  color: #fff;
  background: #007690;
}
.blue-button:hover {
  color: #007690;
  background: #fff;
}

.white-button {
  color: #007690;
  background: #fff;
}
.white-button:hover {
  color: #fff;
  background: #666;
  border-color: #666;
}

@media (max-width: 768px) {
  .blue-button, .white-button {
    padding: 6px 12px;
  }
  .top-level-container {margin-top: 80px;}
}

.bank-offer-txt {
  border-top: 1px solid #ccc;
  line-height: 24px;
  color: #333;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}

.gift-card-error {
  border: 1px solid red !important;
}

.gift-card-align {display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; width: 100%;}
.gift-card-align .form-group {width: 48%;} 

input[type=text],input[type=email],input[type=password] {
  /* background-color: transparent; */
  font-family: inherit;
  font-weight: inherit;
  line-height: 1.4rem;
  color: #43443e;
  padding: .5rem;
  border: 0;
  border-radius: 0;
  border: 1px solid #ced9e0;
  outline: 0
}

.gift-card-align input{width:100%}

input[type=text]:focus,input[type=email]:focus,input[type=password]:focus {
  border-color: #00a5b3
}

input[type=text]::-webkit-input-placeholder,input[type=email]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder {
  color: #dbdcd8;
  font-size: .8rem;
  font-weight: 100;
  line-height: 1.4rem
}

input[type=text]::-moz-placeholder,input[type=email]::-moz-placeholder,input[type=password]::-moz-placeholder {
  color: #dbdcd8;
  font-size: .8rem;
  font-weight: 100;
  line-height: 1.4rem
}

input[type=text]:-ms-input-placeholder,input[type=email]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder {
  color: #dbdcd8;
  font-size: .8rem;
  font-weight: 100;
  line-height: 1.4rem
}

input[type=text]:-moz-placeholder,input[type=email]:-moz-placeholder,input[type=password]:-moz-placeholder {
  color: #dbdcd8;
  font-size: .8rem;
  font-weight: 100;
  line-height: 1.4rem
}

input[type=text]:focus::-webkit-input-placeholder,input[type=email]:focus::-webkit-input-placeholder,input[type=password]:focus::-webkit-input-placeholder {
  color: #00a5b3;
  font-size: .8rem;
  font-weight: 100;
  line-height: 1.4rem
}

input[type=text]:focus::-moz-placeholder,input[type=email]:focus::-moz-placeholder,input[type=password]:focus::-moz-placeholder {
  color: #00a5b3;
  font-size: .8rem;
  font-weight: 100;
  line-height: 1.4rem
}

input[type=text]:focus:-ms-input-placeholder,input[type=email]:focus:-ms-input-placeholder,input[type=password]:focus:-ms-input-placeholder {
  color: #00a5b3;
  font-size: .8rem;
  font-weight: 100;
  line-height: 1.4rem
}

input[type=text]:focus:-moz-placeholder,input[type=email]:focus:-moz-placeholder,input[type=password]:focus:-moz-placeholder {
  color: #00a5b3;
  font-size: .8rem;
  font-weight: 100;
  line-height: 1.4rem
}

textarea {
  /* background-color: transparent; */
  color: #43443e;
  padding: .5rem;
  outline: 0;
  line-height: 1.4rem;
  border: 1px solid #ced9e0;
  width: 100%
}

textarea:focus {
  border-color: #00a5b3
}

textarea::-webkit-input-placeholder {
  color: #dbdcd8;
  font-size: .8rem;
  font-weight: 100;
  line-height: 1.4rem
}

textarea::-moz-placeholder {
  color: #dbdcd8;

  font-size: .8rem;
  font-weight: 100;
  line-height: 1.4rem
}

textarea:-ms-input-placeholder {
  color: #dbdcd8;
  font-size: .8rem;
  font-weight: 100;
  line-height: 1.4rem
}

textarea:-moz-placeholder {
  color: #dbdcd8;
  font-size: .8rem;
  font-weight: 100;
  line-height: 1.4rem
}

textarea:focus::-webkit-input-placeholder {
  color: #00a5b3;
  font-size: .8rem;
  font-weight: 100;
  line-height: 1.4rem
}

textarea:focus::-moz-placeholder {
  color: #00a5b3;
  font-size: .8rem;
  font-weight: 100;
  line-height: 1.4rem
}

textarea:focus:-ms-input-placeholder {
  color: #00a5b3;
  font-size: .8rem;
  font-weight: 100;
  line-height: 1.4rem
}

textarea:focus:-moz-placeholder {
  color: #00a5b3;
  font-size: .8rem;
  font-weight: 100;
  line-height: 1.4rem
}


@media (max-width: 768px) {
  .gift-card-align {flex-direction: column;}
  .gift-card-align .form-group {width: 100%;} 
}
