body {
  background-image: linear-gradient(180deg, #eee, #fff 100px, #fff);
}

a, a:link, a:visited {
  color: rgba(0,154,207,1.00);
  text-decoration: none;
}

a:hover {
  color: rgba(0,169,227,1.00);
  text-decoration: underline;
}

h1 {
  color: rgba(85,85,85,1.00) !important;
}

h3 {
  color: rgba(0,123,166,1.00);
  font-size: 1.5rem;
}

p, li {
  font-size: 1.1rem;
}

.container {
  
}

.btn-primary, .btn-primary:link, .btn-primary:active {
  background-color: rgba(0,154,207,1.00);
  border-color: rgba(0,154,207,1.00);
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary.active {
  background-color: rgba(0,139,187,1.00);
  border-color: rgba(0,139,187,1.00);
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary.inactive {
  background-color: rgba(190,197,200,1.00);
  border-color: rgba(190,197,200,1.00);
  box-shadow: none !important;
  outline: none !important;
}

button[class*='toggle'] {
  border-radius: 0px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-bottom: 6px !important;
}

button[name='subscribe'], button[name='year-2'] {
  border-bottom-right-radius: 15px !important;
  border-top-right-radius: 15px !important;
}

button[name='nonsubscribe'], button[name='year-1'] {
  border-bottom-left-radius: 15px !important;
  border-top-left-radius: 15px !important;
}

.btn-primary:hover, .btn-primary:focus {
  background-color: rgba(0,169,227,1.00);
  border-color: rgba(0,169,227,1.00);
  box-shadow: none !important;
  outline: none !important;
}

.pricing-header {
  max-width: 700px;
}

.search-bar {
    max-width: 100%;
    margin: auto auto;
}

.search-bar .input-group {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.search-bar .form-control {
    border: none;
    padding-left: 20px;
}

.search-bar .btn {
    border: none;
    padding: 10px 20px;
}


.nav-link {
  color: rgba(0,100,134,1.00);
}
.nav-link:hover {
  color: rgba(0,154,207,1.00);
}

.footer-nav p, .footer-nav ul li a {
  font-size: 13px;
  color: rgba(154,154,154,1.00) !important;
}

footer.border-top {
  border-top: 10px solid rgba(0,154,207,1.00) !important;
}

.product-title {
  color: rgba(0,154,207,1.00);;
  font-size: 26px;
  font-weight: bold;
}

.main-img {
  width: 100%;
  text-align: center;
}

.price {
  font-size: 24px;
  font-weight: bold;
}

.qty {
  color: rgba(0,154,207,1.00) !important;
  font-size: 18px;
  font-weight: bold;
}

.details-title {
  font-size: 18px;
  color: rgba(51,51,51,1.00);
  font-weight: bold;
}

section.bg-grey {
  background-color: rgba(245,245,245,1.00);
}

.product-list img {
  max-height: 200px;
  margin-bottom: 150px;
}

.products .name {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.5px;
  color: rgba(0,0,0,1.00);
}

.products .price {
  font-size: 20px;
  color: rgba(0,154,207,1.00);
}

.product-list {
  box-shadow: 0px 0px 10px 6px rgba(200,200,200,0.50);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.product-info {
  background-color: rgba(240,240,240,0.6);
  position: absolute;
  bottom: 0px;
}

.product-list:hover {
  box-shadow: 0px 0px 10px 6px rgba(200,200,200,0.80);
  cursor: pointer;
}

.product a, .product a:hover {
  text-decoration: none !important;
}

.breadcrumb {
  font-size: 14px;
}

.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
  font-size: 20px;
  font-weight: bold;
  color: rgba(166,166,166,1.00);
  background-color: transparent;
  position: relative;
  bottom: -7px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link:active {
  font-size: 20px;
  color: rgba(54,54,54,1.00);
  border-bottom: 10px solid rgba(0,154,207,1.0);
  box-sizing: border-box;
  border-radius: 0px;
}

ul.nav-pills {
  border-bottom: 4px solid rgba(0,154,207,0.2);
  box-sizing: border-box;
}

ul[data-active="1"] {
  display: block;
}

ul[data-active="0"] {
  display: none;
}

img.thumb {
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid rgba(157,190,201,0.19);
  border-radius: 15px;
}

img.thumb:hover {
  background-color: rgba(157,190,201,0.19);
  cursor: pointer;
}

.rounded {
  border-radius: 1rem !important;
}

.w-30 {
    width: 30% !important;
}

i.fa-check {
  color: rgba(0,169,227,1.00);
  font-size: 1.3em;
}

i.fa-recycle {
  color: rgba(0,135,7,1.00);
  font-size: 1.3em;
}

i.fa-ban, i.fa-trash-can, i.fa-xmark {
  color: rgba(175,1,1,1.00);
  font-size: 1.3em;
}

i.fa-trash-can, i.fa-xmark {
  cursor: pointer;
}

ul[name='steps'] li i {
  color: rgba(0,169,227,1.00);
  font-size: 1.2rem;
  display: inline-block;
  margin-right: 5px;
}

ul[name='steps'] li h4 {
  color: rgba(88,88,88,1.00);
  font-size: 1.2rem;
  display: inline-block;
  margin-right: 5px;
  text-transform: uppercase;
}

ul[name='steps'] li {
  font-size: 1.1rem;
}

div[name='description'] ul li {
  margin: 0px 0px 5px 10px;
}

div[name='description'] ul li i {
  margin-right: 5px;
  bottom: -2px;
  position: relative;
}



.cart-wrapper {
  background-color: #f8f9fa;
  padding: 40px 0;
  min-height: 60vh;
}

.product-card {
  background: white;
  border-radius: 15px;
}

.quantity-input {
  width: 60px;
  text-align: center;
  border: 1px solid #dee2e6;
  border-radius: 6px;
}

.product-image {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
}

.summary-card {
  background: white;
  border-radius: 15px;
  position: sticky;
  top: 20px;
}

.checkout-btn {
  background: linear-gradient(135deg, rgba(0,169,227,1.00), rgba(0,143,192,1.00));
  border: none;
}

.remove-btn {
  color: #dc2626;
  cursor: pointer;
  transition: all 0.2s;
}

.remove-btn:hover {
  color: #991b1b;
}

.quantity-btn {
  width: 28px;
  height: 28px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #f3f4f6;
  border: none;
  transition: all 0.2s;
}

.quantity-btn:hover {
  background: #e5e7eb;
}

.discount-badge {
  background: #dcfce7;
  color: #166534;
  font-size: 0.875rem;
  padding: 4px 8px;
  border-radius: 6px;
}

.headers div {
  font-weight: bold;
  font-size: 1.2em;
  color: rgba(102,102,102,1.00);
}

.added {
  color: rgba(105,105,105,1.00);
  font-style: italic;
  margin: 0px;
  letter-spacing: -0.5px;
}

.added strong {
  color: rgba(0,169,227,1.00) !important;
  font-weight: bold;
}

div[name='price'] span {
  font-size: 0.7em;
  font-weight: normal;
  color: rgba(105,105,105,1.00);
}

div[name='yearSelect'] {
  display: none;
}

.product-card.border {
  border: 2px solid rgba(77,209,255,0.36) !important;
  box-sizing: border-box;
}

select[name='province'][data-active='1'], select[name='state'][data-active='1'], select[name='shipping_province'][data-active='1'], select[name='shipping_state'][data-active='1'], div[name='billing'][data-active='1'], div[name='shipping'][data-active='1'] {
  display: block;
}

select[name='province'][data-active='0'], select[name='state'][data-active='0'], select[name='shipping_province'][data-active='0'], select[name='shipping_state'][data-active='0'], div[name='billing'][data-active='0'], div[name='shipping'][data-active='0'] {
  display: none;
}

.form-control:focus, .form-select:focus {
  box-shadow: none !important;
  outline: none !important;
  border-color: rgba(206,212,218,1.00) !important;
}

.error {
  border-color: rgba(175,1,1,0.41);
  color: rgba(175,1,1,0.41);
}
.error::placeholder {
  color: rgba(175,1,1,0.41) !important;
}