:root {
  --p-blue: #3464eb;
  --p-red: #d40000;
  --p-dblue: #051f66;
  --p-lblue: rgba(52, 100, 235, 0.1);
  --gray: #ccc;
  --lgray: #e0e0e0;
  --p-ltblue: #b0bfeb;
  --tranb: rgba(0, 0, 0, 0.6);
  --lb-highlight: rgba(34, 255, 0, 0.2);
}

#colt.in_stock_only .trow.out_of_stock{
  display: none;
}

.page-link,
.lg-sidebar .nav-link,
.text-primary {
  color: var(--p-blue) !important;
}

.page-item.active .page-link {
  color: #fff !important;
}

main {
  /* margin-top: 86px; */
  min-height: 50vh;
}

#top-nav {
  width: 90%;
}

.top-alerts {
  position: relative;
}

.top-alerts .alert {
  position: absolute;
  width: 100%;
}

.navbar {
  transition: all 0.3s;
}

.navbar .navbar-brand img {
  height: 60px;
  transition: all 0.3s;
}

.navbar.shrink {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.navbar.shrink .navbar-brand img {
  height: 40px;
}

.navbar .search-box {
  position: relative;
}

.navbar .search-box .form-control:focus {
  border-color: var(--gray);
  box-shadow: 0 0 0 0.25rem var(--gray);
}

/* Make room on the right of the input so text never sits under the icon */
.navbar .search-box .form-control {
  padding-right: 2.75rem;
}

/* Vertically + horizontally center the magnifying-glass button on the
   right side of the search input, regardless of the input's height. */
.navbar .search-box .input-group-append {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  z-index: 99;
  margin: 0;
}

.search-box .btn {
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: none;
  background: transparent !important;
  border-radius: 50%;
}

.search-box .btn:hover {
  background-color: var(--lb-highlight) !important;
  color: var(--p-blue) !important;
}

.part_quantity {
  max-width: 50px;
}

.parts_list {
  overflow: hidden;
}

.item_container {
  border: #003399 1px solid;
  border-radius: 0.7rem;
  overflow: hidden;
}

.field_group {
  border-bottom: #000 1px solid;
}

.field_name {
  background: #003399;
  color: #fff;
  font-weight: bold;
}

.item_container:nth-child(even) .field_name {
  background: #444;
}

.field_name,
.field_data {
  text-align: center;
}

.txt_nick {
  border-color: #007bff;
  margin: 3px 0;
}

.btn-plus,
.btn-minus {
  width: 20px;
}

.item_quantity {
  width: 30px;
}

.table .qty {
  min-width: 90px;
}

.cart_button a {
  color: #fff;
  text-decoration: none;
}

.cart_button a:hover {
  color: #fff;
  text-decoration: underline;
}

.shopping_cart {
  min-height: 60vh;
}

.login_form .card-header {
  background-color: var(--p-lblue);
}

.login_form .card:hover .card-header {
  /* background-color: var(--lb-highlight); */
}

/* accounts */
.accounts .card-header {
  background-color: var(--p-lblue);
}

.accounts .card:hover .card-header {
  /* background-color: var(--lb-highlight); */
}

.toggle {
  align-items: center;
  border-radius: 100px;
  display: flex;
  font-weight: 700;
  margin-bottom: 16px;
}
.toggle:last-of-type {
  margin: 0;
}

.toggle__input {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.toggle__input:not([disabled]):active + .toggle-track,
.toggle__input:not([disabled]):focus + .toggle-track {
  border: 1px solid transparent;
  box-shadow: 0px 0px 0px 2px var(--bs-gray-dark);
}
.toggle__input:disabled + .toggle-track {
  cursor: not-allowed;
  opacity: 0.7;
}

.toggle-track {
  background: #e5e5e5;
  border: 1px solid #ccc;
  border-radius: 100px;
  cursor: pointer;
  display: flex;
  height: 30px;
  margin-right: 12px;
  position: relative;
  width: 60px;
}

.toggle-indicator {
  align-items: center;
  background: var(--bs-gray-dark);
  border-radius: 24px;
  bottom: 2px;
  display: flex;
  height: 24px;
  justify-content: center;
  left: 2px;
  outline: solid 2px transparent;
  position: absolute;
  transition: 0.25s;
  width: 24px;
}

.checkMark {
  fill: #fff;
  height: 20px;
  width: 20px;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}

.toggle__input:checked + .toggle-track .toggle-indicator {
  background: var(--bs-gray-dark);
  transform: translateX(30px);
}
.toggle__input:checked + .toggle-track .toggle-indicator .checkMark {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}

.toggle-track svg {
  vertical-align: unset !important;
}

.card:hover .toggle-indicator {
  background: var(--bs-gray-dark);
}

.card:hover .toggle__input:checked + .toggle-track .toggle-indicator {
  background: var(--p-blue);
}

@media screen and (-ms-high-contrast: active) {
  .toggle-track {
    border-radius: 0;
  }
}

#box_address_history {
  max-height: 430px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.hist-address:nth-child(odd) {
  background: var(--p-lblue);
}

.hist-address:nth-child(even) {
  background: #eee;
}

.hist-address:hover {
  background: var(--lb-highlight);
}

.order-details label {
  font-weight: bold;
  color: var(--p-blue);
}

/* search form */
.form-input {
  margin-bottom: 1rem;
}

#part_search_accordion #first_col {
  border-bottom: var(--bs-secondary) 2px solid;
  margin-bottom: 1rem;
}

#part_search_accordion .accordion-button {
  padding: 0.3rem 1.25rem;
}

.parts_table > :not(caption) > * > * {
  padding: 0 0.5rem;
}

.parts_table td {
  line-height: 18px;
}

.parts_table tr:nth-child(odd):not(thead tr) {
  background-color: rgba(52, 100, 235, 0.3);
}

.parts_table tr:hover:not(thead tr) {
  background-color: var(--p-blue);
  color: #fff;
}

footer {
  background-color: #383838;
  color: var(--lgray);
}

footer h5 {
  border-bottom: var(--lgray) 1px solid;
}

footer .subscribe {
  display: inline-block;
  background-color: green;
  padding: 10px 15px;
  margin: 15px auto;
  border: #ccc 2px solid;
  border-radius: 8px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

footer .social {
  display: flex;
  align-items: center;
  min-height: 80px;
}

footer .social a:nth-child(1) i {
  color: #4867aa;
  cursor: pointer;
  text-shadow: 0px 7px 10px rgba(0, 0, 0, 0.4);
  transition: all ease-in-out 150ms;
}

footer .social a:nth-child(2) i {
  color: #e1306c;
  cursor: pointer;
  text-shadow: 0px 7px 10px rgba(0, 0, 0, 0.4);
  transition: all ease-in-out 150ms;
}

footer .social i:hover {
  margin-top: -10px;
  text-shadow: 0px 16px 10px rgba(0, 0, 0, 0.3);
  transform: translate(0, -8);
}

footer .terms a {
  color: #fff;
}

footer .terms a:hover {
  color: #fff;
  font-weight: bold;
}

/* simple table */
.simple-table {
  border: 1px solid var(--gray);
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
}

.simple-table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}

.simple-table tr {
  border: 1px solid var(--p-ltblue);
  padding: 0.35em;
  background-color: var(--lgray);
}

.simple-table tbody tr:nth-child(odd) {
  background-color: #eaeaea;
}

.simple-table th,
.simple-table td {
  padding: 0.625em;
  text-align: center;
}

.simple-table th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.simple-table .return-quantity {
  max-width: 7rem;
}

.simple-table .txt_quantity {
  max-width: 4rem;
}

.converter-table.limit-rows tbody tr:nth-child(n + 6) {
  display: none !important;
}

.converter-table .btn_expand::before {
  content: "Show More Converter Options";
}

.converter-table .btn-check:checked + .btn_expand::before {
  content: "Hide Extra Converter Options";
}

/* modal updates */
.modal .nav-link,
.modal label {
  font-weight: bold;
}

.modal .bg-lightgrey {
  background-color: var(--lgray) !important;
}

.modal .bg-lightblue {
  background-color: var(--p-lblue) !important;
}

.active.bg-lightgrey {
  background-color: var(--lgray) !important;
  border-bottom-color: var(--lgray) !important;
}

.active.bg-lightblue {
  background-color: var(--p-lblue) !important;
  border-bottom-color: #eaeffd !important;
}

.navbar .btn-outline-light {
  transition: all 0.3s;
}

/* bootstrap changes */
.btn-primary {
  background-color: var(--p-blue);
  border-color: #0d6efd;
}

.btn-primary:hover {
  background-color: var(--p-lblue);
  border-color: var(--p-blue);
  color: var(--bs-gray-dark);
}

.btn-outline-primary {
  border-color: var(--p-blue);
  color: var(--p-blue);
}

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-check:checked + .btn-outline-primary {
  color: #fff;
  background-color: var(--p-blue);
  border-color: var(--p-blue);
}

.btn-secondary:hover {
  background-color: var(--lgray);
  border-color: var(--bs-gray-dark);
  color: var(--bs-gray-dark);
}

.btn-success:hover {
  background-color: var(--lb-highlight);
  border-color: var(--bs-green);
  color: var(--bs-gray-dark);
}

.navbar .btn-outline-light {
  color: #fff !important;
}

.navbar .btn-outline-light:hover {
  color: var(--bs-gray-dark) !important;
}

.modal-dialog {
  max-width: 95%;
}

.modal-header .nav {
  flex-basis: 100%;
  margin-bottom: -1rem;
}

.modal-header .nav li {
  flex-grow: 1;
}

.options-btn {
  background: #3464eb;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  padding: 0.25rem 0.5rem;
  border: 0;
  transition: all 0.5s;
  border-radius: 10px;
  width: auto;
  position: relative;
  text-decoration: none;
}

.btn_clear_cart {
  background: var(--p-red);
}

.options-btn::after {
  content: "\F242";
  font-family: "bootstrap-icons";
  font-weight: bold;
  position: absolute;
  right: 5px;
  top: 49%;
  opacity: 0;
  transform: translate(-50%, -50%);
}

.btn_clear_cart::after {
  content: "\F623";
  top: 55%;
}

#btn_review_order::after {
  content: "\F473";
  top: 55%;
}

.options-btn:hover {
  background: #28a745;
  transition: all 0.5s;
  border-radius: 10px;
  box-shadow: 0px 6px 15px #28a745;
  padding: 0.25rem 2.7rem 0.25rem 0.5rem;
  color: #fff;
}

.btn_clear_cart:hover {
  background: #a20000;
  box-shadow: 0px 6px 15px var(--p-red);
}

.options-btn:hover::after {
  opacity: 1;
  transition: all 0.5s;
  color: #ffffff;
}

.options2 .d-lg-flex > a,
.options2 .d-lg-flex > button {
  flex-basis: 100%;
}

/* the box for the torque converter stats */
.tc-info {
  border-radius: 0.25rem;
  font-size: 16px;
  font-weight: bold;
}

.tc-info h3 {
  margin: 0;
  padding: 10px 5px;
  background: #eee;
}

.tc-info .tops {
  padding-left: 0;
  padding-right: 0;
  border: #000 1px solid;
}
.tc-info .tops,
.tc-info .tops .field {
  text-align: center;
}

.tc-info .row {
  margin-left: 0;
  margin-right: 0;
}

.tc-info .field {
  background: #3464eb;
  color: #fff;
  text-align: left;
  padding-left: 0.25rem;
}

.tc-info .border {
  border: #000 1px solid !important;
}

/* big picture on full details page */
.detail-thumnails {
  display: flex;
  justify-content: space-between;
  grid-row-gap: 0.5rem;
  flex-wrap: wrap;
}

.detail-thumnails.converter-thumbnails {
  justify-content: space-around;
}

.detail-thumnails img {
  border: 2px solid var(--gray);
  padding: 0.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
}

.detail-thumnails img:hover,
.detail-thumnails img.focus {
  border: 2px solid var(--p-blue);
}

/* hero section */
.rounded {
  border-radius: 10px;
}

.hero-banner {
  overflow: auto;
  text-align: center;
  background-size: cover;
  min-height: 550px;
}

#universal input[type="text"] {
  width: 100%;
  background: #fff;
  padding: 20px 130px 20px 20px;
  box-shadow: 0 40px 50px rgba(0, 0, 0, 1);
  font-size: 20px;
  color: #000;
  border: #3464eb 3px solid;
}

.title-text {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  margin: 100px 10% 50px 10%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 10;
}

.title-text h1 {
  font-size: 5rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
  color: #fff;
  text-shadow: 0 2px 2px #000;
}

.title-text p {
  line-height: 1.5;
  font-size: 37px;
  color: #3464eb;
  text-shadow: 0 2px 2px #000;
}

.title-text.new-alert p {
  color: #f5e600;
  text-shadow: 0 3px 3px #000;
}

.search-bar {
  position: relative;
}

#hero-image {
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 550px;
}

#hero-image img {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  object-fit: cover;
  z-index: -1;
  min-height: 550px;
  width: 100%;
}

.input-button {
  position: absolute;
  padding: 0 20px;
  font-size: 20px;
  font-weight: 700;
  top: 0;
  bottom: 0;
  height: auto;
  right: 15px;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  color: #fff;
  background-color: #1a45c8;
}

.input-button:hover {
  background-color: #555;
}

@media (max-width: 900px) {
  #hero-image,
  .hero-banner {
    min-height: unset;
  }

  #hero-image {
    padding-bottom: 50px !important;
  }

  .title-text h1 {
    font-size: 40px;
  }

  .title-text p {
    font-size: 25px;
  }
}

@media (max-width: 576px) {
  #universal input[type="text"] {
    padding-right: 20px;
  }

  .input-button {
    position: relative;
    right: 0;
    display: inline-block;
    margin-top: 30px;
    border-radius: 8px;
    border: #3464eb 2px solid;
  }

  .input-button:hover {
    border-color: #1e90ff;
  }
}

@media (max-width: 576px) {
  #hero-image {
    background: url("../img/background.png") repeat;
  }

  #hero-image img {
    display: none;
  }
}

@media (min-width: 992px) {
  .modal-dialog {
    max-width: 75%;
  }
  .search-li {
    flex-grow: 1;
    transition: all 0.5s;
  }
}

@media screen and (max-width: 600px) {
  .simple-table {
    border: 0;
  }

  .simple-table caption {
    font-size: 1.3em;
  }

  .simple-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .simple-table tr {
    border-bottom: 3px solid var(--p-ltblue);
    display: block;
    margin-bottom: 0.625em;
  }

  .simple-table td {
    border-bottom: 1px solid var(--p-ltblue);
    display: block;
    font-size: 0.8em;
    text-align: right;
  }

  .simple-table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a .simple-table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  .simple-table td:last-child {
    border-bottom: 0;
  }

  .simple-table .return-quantity {
    max-width: 100%;
  }
}

/* responsive styles */
@media (min-width: 992px) {
  #part_search_accordion .accordion-button::after {
    margin-left: 1.7rem;
    margin-right: auto;
  }

  #part_search_accordion #first_col {
    border-right: var(--bs-secondary) 2px solid;
    border-bottom: unset;
    margin-bottom: unset;
  }

  .simple-table .converter-qty {
    width: 80px;
  }

  .form-input {
    margin-bottom: 0;
  }

  .parts_table .year {
    min-width: 120px;
  }

  .parts_table .make,
  .parts_table .trans {
    min-width: 100px;
  }

  /* order history */
  .order-history.rtable {
    text-align: center;
  }

  .o-cols-1 {
    width: 15%;
    text-align: center;
  }
  .o-cols-8 {
    width: 10%;
    text-align: center;
  }
  .o-cols-7 {
    width: 15%;
    text-align: center;
  }
  .o-cols-2 {
    width: 10%;
  }
  .o-cols-3 {
    width: 5%;
    text-align: center;
  }
  .o-cols-4 {
    width: 10%;
  }
  .o-cols-5 {
    width: 15%;
  }
  .o-cols-6 {
    width: 20%;
    text-align: center;
  }

  .order-history-buttons {
    display: flex;
    flex-direction: column;
  }

  .order-history-buttons > .btn {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .field_name,
  .field_data {
    text-align: left;
  }

  .field_name {
    font-weight: normal;
  }

  .field_group:last-child {
    height: 100%;
  }

  .accordion .btn {
    position: relative;
    top: 20%;
  }
}

@media (min-width: 576px) {
  .simple-table .converter-qty {
    width: 150px;
  }
}

/* cart icon ripple effect */
#bdg_cart_total {
  position: relative;
  z-index: 2;
}

#bdg_cart_total.splash::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: 30px;
  height: 30px;
  background-color: inherit;
  border-radius: 50%;
  z-index: 1;
  animation: ripple 1.5s ease-out forwards;
}

@keyframes ripple {
  from {
    opacity: 1;
    transform: scale(0);
  }
  to {
    opacity: 0;
    transform: scale(3);
  }
}

/* shopping cart */
.shopping_cart .card-body > .row {
  border-bottom: #000 3px solid;
  margin-bottom: 3rem;
  padding-bottom: 1rem;
}
.shopping_cart .card-body > .row:nth-child(odd) {
  background-color: var(--p-ltblue);
}
.shopping_cart .card-body > .row:nth-child(even) {
  background-color: var(--lgray);
}
.shopping_cart .card-body > .row:hover {
  background-color: var(--lb-highlight);
}
.shopping_cart .card-body > .row:hover .text-success {
  color: var(--p-blue) !important;
}
.shopping_cart .card-body > .row:last-child {
  margin-bottom: 0 !important;
}

.big-buttons-container {
  height: 110px;
}
.big-buttons-container div {
  width: 100%;
  height: 55px;
}

/* Bottom-of-cart action row: same buttons as the top one but visually
   larger and centered (instead of floated right) so they read as the
   primary action below the totals. The bottom container opts in via
   the .big-buttons-bottom modifier, so the top container is unchanged. */
.big-buttons-bottom {
  height: auto !important;
}
.big-buttons-bottom > div {
  width: auto;
  height: auto;
}
.big-buttons-bottom .options-btn {
  font-size: 1.35rem;
  padding: 0.7rem 1.5rem;
  border-radius: 14px;
}
.big-buttons-bottom .options-btn:hover {
  padding: 0.7rem 3.5rem 0.7rem 1.5rem;
}
.big-buttons-bottom .options-btn::after {
  font-size: 1.35rem;
}

@media only screen and (min-width: 360px) {
  .big-buttons-container {
    height: 55px;
  }
  .big-buttons-container div {
    width: unset;
    height: unset;
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) {
  #top-nav {
    width: 75%;
  }

  .big-buttons-container {
    height: 30px;
  }

  .tc-info .field {
    padding-right: 0;
    padding-left: 0.25rem;
    text-align: left;
  }

  .shopping_cart .card-body > .row {
    border-bottom: #000 1px solid;
    margin-bottom: 0.7rem;
    padding-bottom: unset;
  }

  .shopping_cart .column {
    border-right: var(--lgray) 2px solid;
  }
  .shopping_cart .card-body > .row:nth-child(even) .column {
    border-right: var(--p-ltblue) 2px solid;
  }
  .shopping_cart .column:last-child {
    border-left: none;
  }
  .sc_qty {
    max-width: 70px;
    flex-flow: wrap;
  }
  .sc_qty input {
    flex-basis: 100%;
  }
  .sc_qty .btn {
    flex-basis: 50%;
  }
  .shopping_cart .options {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 776px) {
  .small-flex-100 {
    flex-basis: 100% !important;
    margin: 1rem 0.5rem !important;
  }

  #newPartsModal {
    width: 100% !important;
  }

  #site-sidebar {
    margin-top: 0 !important;
  }
}

.checkbox-wrapper-19 {
  box-sizing: border-box;
  --background-color: #fff;
  --checkbox-height: 25px;
}

@-moz-keyframes dothabottomcheck-19 {
  0% {
    height: 0;
  }
  100% {
    height: calc(var(--checkbox-height) / 2);
  }
}

@-webkit-keyframes dothabottomcheck-19 {
  0% {
    height: 0;
  }
  100% {
    height: calc(var(--checkbox-height) / 2);
  }
}

@keyframes dothabottomcheck-19 {
  0% {
    height: 0;
  }
  100% {
    height: calc(var(--checkbox-height) / 2);
  }
}

@keyframes dothatopcheck-19 {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: calc(var(--checkbox-height) * 1.2);
  }
}

@-webkit-keyframes dothatopcheck-19 {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: calc(var(--checkbox-height) * 1.2);
  }
}

@-moz-keyframes dothatopcheck-19 {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: calc(var(--checkbox-height) * 1.2);
  }
}

.checkbox-wrapper-19 input[type="checkbox"] {
  display: none;
}

.checkbox-wrapper-19 .check-box {
  height: var(--checkbox-height);
  width: var(--checkbox-height);
  background-color: transparent;
  border: calc(var(--checkbox-height) * 0.1) solid #000;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: border-color ease 0.2s;
  -o-transition: border-color ease 0.2s;
  -webkit-transition: border-color ease 0.2s;
  transition: border-color ease 0.2s;
  cursor: pointer;
}
.checkbox-wrapper-19 .check-box::before,
.checkbox-wrapper-19 .check-box::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 0;
  width: calc(var(--checkbox-height) * 0.2);
  background-color: #34b93d;
  display: inline-block;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-radius: 5px;
  content: " ";
  -webkit-transition: opacity ease 0.5;
  -moz-transition: opacity ease 0.5;
  transition: opacity ease 0.5;
}
.checkbox-wrapper-19 .check-box::before {
  top: calc(var(--checkbox-height) * 0.72);
  left: calc(var(--checkbox-height) * 0.41);
  box-shadow: 0 0 0 calc(var(--checkbox-height) * 0.05) var(--background-color);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.checkbox-wrapper-19 .check-box::after {
  top: calc(var(--checkbox-height) * 0.37);
  left: calc(var(--checkbox-height) * 0.05);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.checkbox-wrapper-19 input[type="checkbox"]:checked + .check-box,
.checkbox-wrapper-19 .check-box.checked {
  border-color: #34b93d;
}
.checkbox-wrapper-19 input[type="checkbox"]:checked + .check-box::after,
.checkbox-wrapper-19 .check-box.checked::after {
  height: calc(var(--checkbox-height) / 2);
  -moz-animation: dothabottomcheck-19 0.2s ease 0s forwards;
  -o-animation: dothabottomcheck-19 0.2s ease 0s forwards;
  -webkit-animation: dothabottomcheck-19 0.2s ease 0s forwards;
  animation: dothabottomcheck-19 0.2s ease 0s forwards;
}
.checkbox-wrapper-19 input[type="checkbox"]:checked + .check-box::before,
.checkbox-wrapper-19 .check-box.checked::before {
  height: calc(var(--checkbox-height) * 1.2);
  -moz-animation: dothatopcheck-19 0.4s ease 0s forwards;
  -o-animation: dothatopcheck-19 0.4s ease 0s forwards;
  -webkit-animation: dothatopcheck-19 0.4s ease 0s forwards;
  animation: dothatopcheck-19 0.4s ease 0s forwards;
}



/* === Cart Toast Queue (added) === */
#cart_toast_stack {
  position: fixed;
  top: 8px;
  right: 16px;
  z-index: 2000;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 320px;
  max-width: calc(100vw - 32px);
  pointer-events: none;
}
#cart_toast_stack .cart-toast {
  pointer-events: auto;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  background: #ffffff;
  border-radius: 10px;
  border-left: 4px solid #3464eb;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18), 0 2px 4px rgba(0, 0, 0, 0.08);
  opacity: 0;
  transform: translateX(120%);
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
              opacity 0.28s ease,
              margin-top 0.28s ease;
  overflow: hidden;
  position: relative;
}
#cart_toast_stack .cart-toast.show {
  opacity: 1;
  transform: translateX(0);
}
#cart_toast_stack .cart-toast.leaving {
  opacity: 0;
  transform: translateX(120%);
  margin-top: -54px;
}
#cart_toast_stack .cart-toast.toast-added {
  border-left-color: #1f9d55;
  background: #f3fbf6;
}
#cart_toast_stack .cart-toast.toast-removed {
  border-left-color: #d40000;
  background: #fff5f5;
}
#cart_toast_stack .cart-toast.toast-updated {
  border-left-color: #3464eb;
  background: #f4f7ff;
}
#cart_toast_stack .cart-toast.toast-error {
  border-left-color: #d40000;
  background: #fff5f5;
}
#cart_toast_stack .cart-toast .toast-icon {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  color: #fff;
  background: #3464eb;
}
#cart_toast_stack .cart-toast.toast-added .toast-icon { background: #1f9d55; }
#cart_toast_stack .cart-toast.toast-removed .toast-icon { background: #d40000; }
#cart_toast_stack .cart-toast.toast-error .toast-icon { background: #d40000; }
#cart_toast_stack .cart-toast .toast-body-text {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 0.9rem;
  line-height: 1.25;
  color: #222;
}
#cart_toast_stack .cart-toast .toast-title {
  font-weight: 600;
  font-size: 0.85rem;
  color: #333;
  margin-bottom: 1px;
}
#cart_toast_stack .cart-toast .toast-part {
  font-weight: 700;
  color: #051f66;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
#cart_toast_stack .cart-toast .toast-qty {
  font-size: 0.78rem;
  color: #666;
}
#cart_toast_stack .cart-toast .toast-close {
  flex: 0 0 auto;
  background: none;
  border: 0;
  color: #888;
  font-size: 1rem;
  padding: 2px 4px;
  cursor: pointer;
  line-height: 1;
}
#cart_toast_stack .cart-toast .toast-close:hover {
  color: #222;
}
#cart_toast_stack .cart-toast .toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: rgba(52, 100, 235, 0.6);
  transform-origin: left center;
  animation: cartToastProgress linear forwards;
}
#cart_toast_stack .cart-toast.toast-added .toast-progress { background: rgba(31, 157, 85, 0.6); }
#cart_toast_stack .cart-toast.toast-removed .toast-progress,
#cart_toast_stack .cart-toast.toast-error .toast-progress { background: rgba(212, 0, 0, 0.6); }
@keyframes cartToastProgress {
  from { transform: scaleX(1); }
  to   { transform: scaleX(0); }
}
@media (max-width: 575.98px) {
  #cart_toast_stack {
    top: 8px;
    right: 8px;
    left: 8px;
    width: auto;
  }
}


