:root {
  /* JP Color Palette  */
  --active-color: #396486;
  --primary-col-green: #8eb15c;
  --primary-col-purple: #7F1D81;
  --secondary-col-green: #a0c172;
  --secondary-col-purple: #B685BA;

  --primary-col-theme: #d2e7d6;
  --secondary-col-theme: #e0f0e3;
  #companyName a {
    color: inherit;
  }

  /* DC Color Palette */
  /*--active-color: #396486;
  --primary-col-green: #98bad5;
  --primary-col-purple: #325FAC;
  --secondary-col-green: #c6d3e3;
  --secondary-col-purple: #4d7bcb;

  --primary-col-theme: #b2cbde;
  --secondary-col-theme: #d8e1e8;
  #companyName a {
    color: #637eb7 !important;
  }*/

}

.text-black {
  color: #394352;
}

* {
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

html {
  height: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  position: relative;
  color: #555555;
  background-color: #fff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font: 16px Arial;
  scrollbar-width: thin;
  scroll-behavior: smooth;
  font-family: Arial, sans-serif;
}

.content-wrapper {
  margin: 0 auto;
}

.content-wrapper.error {
  padding: 40px 0;
}

header {
  position: sticky;
  top: 0px;
  left: 0px;
  z-index: 9999;
  border-bottom: 1px solid #eeeeee;
}

header .content-wrapper {
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
}

header>.content-wrapper>div>a {
  margin: auto;
}

header h1,
header img {
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
  font-size: 20px;
  margin: 0;
}

span#companyName a {
  font-weight: normal !important;
}

header nav {
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
  justify-content: center;
  align-items: center;
  height: 44px;
}

header nav a {
  white-space: nowrap;
  text-decoration: none;
  color: inherit;
  padding: 10px 10px;
  margin: 0 10px;
  opacity: .8;
  border: 3px solid transparent;
}

header .link-icons {
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

header .link-icons .search i {
  font-size: 18px;
  padding: 9px;
  border-radius: 50%;
  cursor: pointer;
}

header .link-icons .search input {
  display: none;
  border: 0;
  padding: 10px 0;
  max-width: 200px;
  outline: none;
  margin-right: 10px;
}

header .link-icons .responsive-toggle {
  display: none;
}

header .link-icons a {
  position: relative;
  text-decoration: none;
  color: inherit;
  padding: 9px;
  border-radius: 50%;
  margin-left: 5px;
  align-self: center;
}

header .link-icons a i {
  font-size: 18px;
}

header .link-icons a div {
  text-align: center;
  background-color: #eea965;
  border-radius: 22%;
  color: #fff;
  font-size: 10px;
  height: 16px;
  font-weight: 500;
  position: absolute;
  top: 0;
  right: -3px;
  padding: 0 4px 0 5px;

}

header .content-wrapper>nav {
  min-height: 50px;
}

main .featured {
  display: flex;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

main .featured h2 {
  display: inline-block;
  margin: 0;
  width: 1200px;
  font-family: Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", sans-serif;
  font-size: 68px;
  color: #ffffff;
  padding-bottom: 10px;
}

main .featured p {
  display: inline-block;
  margin: 0;
  width: 1200px;
  font-size: 24px;
  color: #ffffff;
}

main .recentlyadded h2 {
  display: block;
  font-weight: normal;
  margin: 0;
  padding: 40px 0;
  font-size: 24px;
  text-align: center;
  width: 100%;
}

main .recentlyadded .products,
main .products .products-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
  align-content: center;
}

main .recentlyadded .products .product,
main .products .products-wrapper .product {
  display: block;
  overflow: hidden;
  text-decoration: none;
}

main .recentlyadded .products .product img,
main .products .products-wrapper .product img {
  transform: scale(1);
  transition: transform 1s;
}

main .recentlyadded .products .product .name,
main .products .products-wrapper .product .name {
  display: block;
  color: #555555;
  padding: 10px 0 2px 0;
}

main .recentlyadded .products .product .price,
main .products .products-wrapper .product .price {
  display: block;
  color: #555555;
}

main .recentlyadded .products .product .rrp,
main .products .products-wrapper .product .rrp {
  color: #bbbbbb;
  text-decoration: line-through;
}

main .recentlyadded .products .product:hover .name,
main .products .products-wrapper .product:hover .name {
  text-decoration: underline;
}

main>.product {
  display: flex;
  padding: 40px 0;
}

main>.product h1 {
  font-size: 34px;
  font-weight: normal;
  margin: 0;
  padding: 20px 0 10px 0;
}

main>.product .product-img-large {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
}

main>.product .product-small-imgs {
  display: flex;
  flex-flow: wrap;
}

main>.product .product-small-imgs .product-img-small {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 31%;
  border: 1px solid #eeeeee;
  cursor: pointer;
  margin: 20px 12px 0 0;
}

main>.product .product-small-imgs .product-img-small:nth-child(3n) {
  margin-right: 0;
}

main>.product .product-small-imgs .product-img-small.selected {
  border: 1px solid #c8c8c8;
}

main>.product .product-img-large img,
main>.product .product-img-small img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

main>.product .product-imgs {
  flex: 1;
  padding: 15px;
}

main>.product .product-wrapper {
  padding-left: 25px;
  flex: 1;
}

main>.product .prices {
  display: flex;
}

main>.product .price {
  display: block;
  font-size: 40 px;
  color: #000;
}

main>.product .rrp {
  color: #bbbbbb;
  text-decoration: line-through;
  font-size: 22px;
  padding-left: 10px;
}

main>.product form {
  display: flex;
  flex-flow: column;
  margin: 25px 0 40px 0;
}

main>.product form label {
  padding-bottom: 10px;
}

main>.product form select,
main>.product form input[type=datetime-local] {
  width: 400px;
  padding: 8px 10px;
  margin-bottom: 15px;
  border: 1px solid #d5d5d5;
  color: #555555;
  border-radius: 4px;
  background-color: #fff;
}

main>.product form .radio-checkbox {
  display: flex;
  flex-flow: wrap;
  max-width: 400px;
}

main>.product form .radio-checkbox input {
  margin: 0 10px 10px 0;
}

main>.product form .radio-checkbox label {
  padding-right: 15px;
}

main>.product form .btn {
  margin-top: 10px;
  width: 360px;
  text-transform: uppercase;
}

main>.products h1 {
  display: block;
  font-weight: normal;
  margin: 0;
  padding: 40px 0;
  font-size: 24px;
  text-align: center;
  width: 100%;
}

main>.products .products-header {
  display: flex;
  align-items: center;
  justify-content: end;
}

main>.products .products-header p {
  margin: 0;
}

main>.products .products-header select {
  padding: 5px;
  margin-left: 15px;
  border: 1px solid #d5d5d5;
  color: #555555;
  border-radius: 4px;
}

main>.products .buttons {
  text-align: right;
  padding-bottom: 40px;
}

main>.products .buttons a:first-child {
  margin-right: 5px;
}

main .cart h1,
main .myaccount h1 {
  display: block;
  font-weight: normal;
  margin: 0;
  padding: 40px 0;
  font-size: 24px;
  text-align: center;
  width: 100%;
}

main .cart table,
main .myaccount table {
  width: 100%;
}

main .cart table thead td,
main .myaccount table thead td {
  padding: 30px 0;
  border-bottom: 1px solid #eeeeee;
}

main .cart table thead td:last-child,
main .myaccount table thead td:last-child {
  text-align: right;
}

main .cart table tbody td,
main .myaccount table tbody td {
  padding: 20px 0;
  border-bottom: 1px solid #eeeeee;
}

main .cart table tbody td:last-child,
main .myaccount table tbody td:last-child {
  text-align: right;
}

main .cart table .img,
main .myaccount table .img {
  width: 80px;
}

main .cart table .remove,
main .myaccount table .remove {
  color: #777777;
  font-size: 12px;
  padding-top: 3px;
}

main .cart table .remove:hover,
main .myaccount table .remove:hover {
  text-decoration: underline;
}

main .cart table .price,
main .cart table .options,
main .myaccount table .price,
main .myaccount table .options {
  color: #999999;
}

main .cart table .options,
main .myaccount table .options {
  font-size: 14px;
  max-width: 200px;
}

main .cart table a,
main .myaccount table a {
  text-decoration: none;
  color: #555555;
}

main .cart .total,
main .myaccount .total {
  text-align: right;
  padding: 30px 0 40px 0;
}

main .cart .total .text,
main .myaccount .total .text {
  padding-right: 40px;
  font-size: 18px;
}

main .cart .total .price,
main .myaccount .total .price {
  font-size: 18px;
  color: #999999;
}

main .cart .total .note,
main .myaccount .total .note {
  display: block;
  padding-top: 15px;
}

main .cart .buttons,
main .myaccount .buttons {
  text-align: right;
  padding-bottom: 40px;
}

main .cart .buttons .btn,
main .myaccount .buttons .btn {
  margin: 0 0 10px 5px;
}

main .placeorder h1 {
  display: block;
  font-weight: normal;
  margin: 0;
  padding: 40px 0;
  font-size: 24px;
  text-align: center;
  width: 100%;
}

main .placeorder p {
  text-align: center;
}

main .checkout h1,
main .myaccount h1 {
  display: block;
  font-weight: bold;
  margin: 0;
  padding: 40px 0;
  font-size: 24px;
  text-align: center;
  width: 100%;
}

main .checkout .shipping-details,
main .myaccount .shipping-details {
  width: 600px;
  display: flex;
  flex-flow: wrap;
  padding-bottom: 40px;
}

main .checkout .shipping-details h2,
main .myaccount .shipping-details h2 {
  width: 100%;
  font-weight: normal;
  font-size: 20px;
  padding: 30px 0 20px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #eeeeee;
}

main .checkout .shipping-details h2:first-child,
main .myaccount .shipping-details h2:first-child {
  padding: 20px 0 20px 0;
}

main .checkout .shipping-details label,
main .myaccount .shipping-details label {
  display: block;
  padding: 15px 0 10px 0;
}

main .checkout .shipping-details .row1,
main .checkout .shipping-details .row2,
main .myaccount .shipping-details .row1,
main .myaccount .shipping-details .row2 {
  width: 50%;
  display: inline-block;
}

main .checkout .shipping-details .row1,
main .myaccount .shipping-details .row1 {
  padding-right: 10px;
}

main .checkout .shipping-details .row2,
main .myaccount .shipping-details .row2 {
  padding-left: 10px;
}

main .checkout .container {
  display: flex;
  align-items: flex-start;
}

main .checkout .shipping-details {
  margin-right: 25px;
  width: 100%;
}

main .checkout .payment-methods {
  display: flex;
  flex-flow: wrap;
  width: 100%;
  justify-content: space-between;
}

main .checkout .payment-methods label {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  height: 60px;
  width: 159px;
  margin: 10px;
  font-weight: 500;
  color: #434f61;
  padding: 0;
  cursor: pointer;
}

main .checkout .payment-methods label .fa-stripe {
  color: #6671e4;
}

main .checkout .payment-methods label:nth-child(2),
main .checkout .payment-methods label:nth-child(8) {
  margin-left: 0;
}

main .checkout .payment-methods label:nth-child(3n) {
  margin-right: 0;
}

main .checkout .payment-methods label:hover {
  border: 1px solid #d5d5d5;
}

main .checkout .cart-details {
  width: 90%;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  margin-left: 25px;
  margin-bottom: 50px;
}

main .checkout .cart-details h2 {
  margin: 0;
  padding: 23px 15px;
  font-weight: 500;
  border-bottom: 1px solid #eeeeee;
}

main .checkout .cart-details table {
  width: 100%;
  padding: 20px;
}

main .checkout .cart-details table .price {
  text-align: right;
  font-weight: 500;
}

main .checkout .cart-details table td {
  padding: 5px;
}

main .checkout .cart-details .discount-code {
  padding: 0 23px 23px 23px;
}

main .checkout .cart-details .discount-code .result {
  display: block;
  padding-top: 10px;
}

main .checkout .cart-details .shipping-methods {
  border-top: 1px solid #eeeeee;
  padding: 23px;
}

main .checkout .cart-details .shipping-methods h3 {
  margin: 0;
  padding: 0 0 10px;
  font-weight: 500;
}

main .checkout .cart-details .shipping-methods .shipping-method {
  padding-top: 10px;
  margin: 0;
}

main .checkout .cart-details .total {
  border-top: 1px solid #eeeeee;
  display: flex;
  justify-content: space-between;
  padding: 23px;
  font-size: 18px;
  font-weight: 500;
}

main .checkout .cart-details .alt {
  font-size: 14px;
  color: #a6aab1;
  padding-left: 5px;
}

main .checkout .cart-details .summary {
  border-top: 1px solid #eeeeee;
  padding: 23px 0;
}

main .checkout .cart-details .summary div {
  display: flex;
  justify-content: space-between;
  padding: 10px 23px;
}

main .checkout .cart-details .summary div span {
  font-size: 14px;
  font-weight: 500;
}

main .checkout .cart-details .summary .discount span {
  color: #de0000;
}

main .checkout .cart-details .buttons {
  margin: 0 23px 23px 23px;
}

main .checkout .cart-details .buttons .btn {
  width: 100%;
}

main .myaccount {
  flex-flow: wrap;
}

main .myaccount .menu {
  padding-right: 35px;
  width: 300px;
}

main .myaccount .menu a {
  display: block;
  text-decoration: none;
  color: #888888;
  padding: 15px 0;
  border-bottom: 1px solid #f6f6f6;
}

main .myaccount .menu a:hover {
  color: #3c3c3c;
}

main .myaccount .myorders,
main .myaccount .mydownloads,
main .myaccount .settings {
  flex: 1;
  padding-bottom: 50px;
}

main .myaccount .myorders .order {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  margin: 30px 0 30px 0;
}

main .myaccount .myorders .order .order-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f6f6f6;
}

main .myaccount .myorders .order .order-header>div {
  display: flex;
  padding: 15px;
}

main .myaccount .myorders .order .order-header>div div {
  padding-right: 35px;
}

main .myaccount .myorders .order .order-header>div div:last-child {
  padding-right: 0;
}

main .myaccount .myorders .order .order-header>div div span {
  display: block;
  font-size: 14px;
}

main .myaccount .myorders .order .order-items {
  padding: 15px;
}

main .myaccount .myorders .order .order-items table {
  margin: 0;
  padding: 0;
}

main .myaccount .settings form {
  max-width: 400px;
}

main .myaccount .settings form .btn {
  margin-top: 25px;
}

main .myaccount form {
  width: 100%;
}

main .myaccount h2 {
  width: 100%;
  font-weight: normal;
  font-size: 20px;
  padding: 30px 0 20px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #eeeeee;
}

main .myaccount table {
  padding-bottom: 40px;
}

main .myaccount table tr:last-child td {
  border-bottom: 0;
}

main .myaccount table a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  padding: 0 10px;
  font-size: 14px;
  color: #de0000;
  margin: 0 5px 5px 0;
}

main .myaccount table a:hover {
  color: #ab0000;
}

main .myaccount table a i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  padding-right: 10px;
  margin-right: 10px;
  height: 100%;
  border-right: 1px solid #eeeeee;
}

main .myaccount table .name {
  word-break: break-all;
}

main .myaccount .login-register {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 40px;
}

main .myaccount .login-register h1 {
  text-align: left;
  padding-top: 15px;
}

main .myaccount .login-register .login {
  width: 100%;
  border-right: 1px solid #f6f6f6;
  padding-right: 45px;
}

main .myaccount .login-register .register {
  width: 100%;
  padding-left: 45px;
}

main .myaccount .login-register .btn {
  margin-top: 25px;
}

main p.error {
  color: red;
}

.img-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.img-modal div {
  position: absolute;
  display: flex;
  flex-flow: column;
  width: 800px;
  height: 800px;
  max-width: 90%;
  max-height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 15px;
}

.img-modal div a {
  display: inline-flex;
  align-self: flex-end;
  text-decoration: none;
  font-size: 34px;
  line-height: 26px;
  color: #bbbbbb;
}

.img-modal div a:hover {
  color: #a2a2a2;
}

.img-modal div img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  padding-top: 20px;
  padding-bottom: 25px;
}

.btn {
  text-decoration: none;
  color: inherit;
  padding: 11px 16px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
}

.btn-success {
  background-color: var(--secondary-col-green);
  border-color: var(--secondary-col-green);
}

.btn-success:hover {
  background-color: transparent !important;
  color: inherit;
  border-color: var(--secondary-col-green);
}

.btn-success:active {
  color: inherit;
  background-color: var(--secondary-col-green);
  border-color: var(--secondary-col-green);
}

.btn-success:active:focus {
  box-shadow: 0 0 0 .25rem var(--secondary-col-green);
  opacity: .5;
}

.btn:disabled {
  background: #ddd;
}

.form-label {
  display: block;
  padding: 20px 0 10px 0;
}

.form-field {
  width: 40%;
  padding: 10px;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  background-color: #fff;
}

/* footer {
  padding: 20px 0;
  width: 100%;
  height: 4%;
}
footer a {
  text-decoration: none;
  color: #555555;
}
footer a:hover {
  text-decoration: underline;
}

footer {
  position: absolute !important;
  height: 4%;
  margin-top: 10px;
  width: 100%;
  bottom:0 !important;
} */


footer {
  margin-top: 0.5rem;
}

/* Responsive CSS below */
@media screen and (max-width: 1200px) {
  .rhide {
    display: none;
  }

  .content-wrapper {
    width: 100%;
  }

  .content-wrapper img {
    width: 40px;
  }

  .content-wrapper #search-input {
    font-size: 11px;
    padding-left: 30px !important;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 11px center;
  }

  .content-wrapper .clear-icon2 {
    font-size: 11px;
    top: 8px;
    right: 5px;
  }

  header {
    justify-content: space-between;
  }

  header h1 {
    font-size: 16px;
    flex-basis: auto;
  }

  header nav {
    display: none;
    position: fixed;
    right: 0;
    background-color: #ffffff;
    z-index: 99;
    height: unset !important;
  }

  header nav a {
    display: block;
    padding: 10px 12px;
    margin: 0;
  }

  header .link-icons {
    display: inline-flex;
    width: 100px;
  }

  header .link-icons .responsive-toggle {
    display: block;
  }

  header .link-icons .search input {
    max-width: 150px;
  }

  main .recentlyadded .products,
  main .products .products-wrapper {
    justify-content: center;
  }

  main .recentlyadded .products .product,
  main .products .products-wrapper .product {
    width: auto;
  }

  main .featured {
    height: 300px;
  }

  main .featured h2 {
    font-size: 48px;
    width: 100%;
    padding: 0 10px;
  }

  main .featured p {
    font-size: 22px;
    width: 100%;
    padding: 0 10px;
  }

  main>.products .products-header {
    flex-flow: column;
  }

  main>.products .products-header p {
    padding-bottom: 10px;
  }

  main>.products .products-header form {
    display: flex;
    flex-flow: column;
  }

  main>.products .products-header form label {
    padding-top: 15px;
  }

  main>.product {
    padding: 0 10px;
    flex-flow: column;
  }

  main>.product .product-imgs {
    padding: 20px 10px 0 10px;
  }

  main>.product .product-imgs .product-img-large {
    height: 300px;
  }

  main>.product .product-imgs .product-small-imgs .product-img-small {
    height: 80px;
    flex-basis: 30%;
  }

  main>.product form input[type=datetime-local],
  main>.product form input[type=submit],
  main>.product form select {
    width: 100%;
  }

  main>.product .product-wrapper {
    padding: 0;
  }

  main .cart table input[type=number] {
    width: 40px;
  }

  main .checkout .container,
  main .myaccount .container {
    flex-flow: column;
  }

  main .checkout .shipping-details .payment-methods,
  main .myaccount .shipping-details .payment-methods {
    flex-flow: column;
  }

  main .checkout .shipping-details .payment-methods label,
  main .myaccount .shipping-details .payment-methods label {
    margin: 0 0 10px 0;
  }

  main .checkout .cart-details,
  main .myaccount .cart-details {
    margin: 0 0 40px 0;
    width: 100%;
  }

  main .checkout form,
  main .myaccount form {
    width: 100%;
  }

  main .myaccount .login-register {
    flex-flow: column;
  }

  main .myaccount .login-register .login {
    border-right: 0;
    padding: 10px;
  }

  main .myaccount .login-register .register {
    padding: 10px;
  }

  main .myaccount .menu {
    width: 100%;
    padding-right: 0;
  }
}

.card-header-purple {
  color: #8a2c8c !important;
}

nav .breadcrumb .breadcrumb-item a {
  color: inherit;
}

.fa-check-circle {
  color: green !important;
}

.fa-times-circle {
  color: rgb(219, 81, 38) !important;
}

.main-section-wrapper {
  height: calc(100vh - 200px);
  padding: 0px 0px 20px 0px;
}

.app-form-control {
  width: 100%;
  padding: 10px 0;
  background: none;
  border: none;
  border-bottom: 1px solid #666;
  color: #000000;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s;
}

* {
  box-sizing: border-box;
}

.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}

input {
  border: 1px solid;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
  color: inherit;
}

input[type=text] {
  width: 100%;
}

input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
}

input[type=number] {
  -moz-appearance: textfield !important;
  -webkit-appearance: textfield !important;
  appearance: textfield;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input.search-bar {
  padding-left: 40px !important;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 13px center;
}

.navfoot {
  color: white;
  background-color: #000000;
}

.Login-form-control,
.password-form-control,
#Submit-login,
.paragraph-login,
#Submit-Register {
  width: 40%;
  background-color: #000000;
}

.email-form-control,
.password-form-control {
  background-color: white;
  width: 30%;
  border-color: #394352;
}

.register-email-form-control,
.register-password-form-control,
.register-firstname-form-control,
.register-lastname-form-control,
.register-dob-form-control,
#country,
#setC {
  width: 30%;
  background-color: white;
  border-color: #394352;
}


.search-container {
  width: 400px;
  position: relative;
  margin: 15px auto;
}

.search-container input,
.search-container .suggestions {
  width: 100%;
  text-align: left;
}

.search-container input {
  height: 60px;
  padding: 0 10px;
}

.search-container .suggestions {
  position: absolute;
  top: 60px;
}

/* ul {
  display: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  max-height: 200px;
  overflow-y: auto;
} */

ul.has-suggestions {
  display: block;
}

/* ul li {
  padding: 10px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.2);
} */

.msg {
  display: flex;
  align-items: center;
  margin: 15px 0 0 0;
  padding: 15px;
  font-weight: 500;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}

.msg p {
  margin: 0;
  padding: 0 15px;
  font-size: 14px;
  flex: 1;
}

.msg i.fa-times {
  align-self: flex-end;
  justify-content: flex-end;
  cursor: pointer;
}

.msg i.fa-times:hover {
  opacity: 0.9;
}

.msg.success {
  background-color: #C3F3D7;
  border-left: 4px solid #51a775;
  color: #51a775;
}

.msg.success i {
  color: #51a775;
}

.msg.error {
  background-color: #f3c3c3;
  border-left: 4px solid #a75151;
  color: #a75151;
}

.msg.error i {
  color: #a75151;
}

.msg.warning {
  background-color: #fff3cd;
  border-left: 4px solid #fff3cd;
  color: #664d03;
}

.msg.warning i {
  color: #664d03;
}

nav a.active {
  color: var(--active-color);
  /* Change this to your preferred active link color */
  font-weight: 600;
  /* Optionally, make the text bold for the active link */
}

h5 {
  font-size: 16px !important;
}

/* Add to cart button  */
.Addtocart-btn {
  background-color: #00D8CE;
  color: white;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;

}

.Addtocart-btn:hover {
  display: inline;
  /* Hide the icon by default */
  margin-right: 10px;
  transform: scale(1.1);
}

header nav a.active {
  opacity: 1;
  border-bottom: 3px solid var(--active-color);
}

header nav a:hover {
  opacity: 1;
  border-bottom-color: var(--active-color);
}

.card-hover-shadow:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.font-large {
  font-size: large !important;
}

/*Auto Complete Css*/
.ui-autocomplete {
  max-height: 150px;
  overflow-y: auto;
}

.ui-menu-item {
  padding: 3px !important;
}

.ac_card {
  width: 100%;
  display: flex;
  text-align: left !important;
  padding: 3px !important;
}

.ac_star {
  margin-right: 5px;
  margin-top: 8px;
  color: orange;
}

.ac_card img {
  width: 35px;
  height: 35px;
}

.ac_text {
  width: 100%;
  margin-left: 5px;
}

.ac_text_title {
  font-size: 14px !important;
  font-weight: 650;
}

.ac_text_no {
  font-size: 12px !important;
}

.ac_price {
  font-size: 12px !important;
  color: goldenrod;
}

.bg-antiqwhite {
  background-color: antiquewhite !important;
}

.bg-aliceblue {
  background-color: aliceblue;
}

.primary-bg-purple {
  background-color: var(--primary-col-purple);
  color: #f6f6f6 !important;
}

.secondary-bg-purple {
  background-color: var(--secondary-col-purple);
  color: #f6f6f6 !important;
}

/*.primary-bg-green {
  background-color: var(--primary-col-green);
  color: #f6f6f6 !important;
}
.secondary-bg-green {
  background-color: var(--secondary-col-green);
  color: #f6f6f6 !important;
}*/

.primary-bg-green {
  background-color: var(--primary-col-theme);
}

.secondary-bg-green {
  background-color: var(--secondary-col-theme);
}

footer {
  position: relative !important;
  margin-top: 10px;
}

.text-ellipsis {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.txt-decore {
  text-decoration: none;
  color: inherit;
}

.text-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden !important;
  text-align: start;
  text-justify: auto;
}

.goldenrod {
  color: goldenrod;
}

.cart-btn-wrapper .btn,
.cart-section .btn {
  font-size: 12px;
  padding: .275rem .75rem;
}