@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css");

:root {
  --primaryColor: #ffd285;
  --primaryDark: #ffbf51;
  --secondaryColor: #fd4239;
  --secondaryColorLight: #ff5f56;
  --bgColorLight: #fff6e7;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
}
img {
  max-width: 100%
}
a {
  color: var(--primaryDark);
  text-decoration: none;
}
section {
  padding: 100px 0
}
.rounded-4 {
  border-radius: 32px;
}
header {
  border-top: 1px solid var(--secondaryColorLight);
  border-bottom: 1px solid var(--secondaryColorLight);
}
.email-phone a {
  color: #000;
}
nav {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0;
}
.nav-link {
  padding: 1.4rem;
}
.carticon {
  background-color: white;
  color: var(--primaryDark);
  height: 42px;
  width: 42px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.bg-banner {
  background-color: var(--bgColorLight);
}
.bg-banner > img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  max-width: 35%;
}
.bg-banner .container {
  position: relative;
  z-index: 1;
}
.text-primary {
  color: var(--primaryDark) !important;
}
.text-primarydark {
  color: var(--primaryDark);
}
.bg-light {
  background-color: var(--bgColorLight) !important;
}
.btn {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 16px 32px;
  border-radius: 50px;
}
.btn-lg {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 22px 40px;
}
.btn-sm {
  padding: 10px 20px;
}
.btn-primary, .btn-primary:focus {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(120deg, var(--secondaryColor) 0, var(--secondaryColorLight));
  box-shadow: 0 20px 30px 0 rgba(223, 178, 139, 0.4);
}
.btn-primary:hover {
  background-color: var(--primaryDark) !important;
  border-color: var(--primaryDark) !important;
}
.prodDetail img {
  max-height: 500px
}
.prodData img {
  width: 300px;
  height: 300px;
  object-fit: contain;
  border-radius: 15px;
}
.prodData aside {
  box-shadow: 0px 1px 60px 30px rgba(0, 0, 0, 0.05);
  padding: 30px;
  border-radius: 40px;
}
.prodWrap {
  height: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  padding: 30px;
}
.ourfeatures aside {
  padding: 35px;
  background: linear-gradient(-45deg, var(--secondaryColor) 0%, var(--secondaryColorLight) 100%);
  border-radius: 20px;
  height: 100%;
}
.slick-prev, .slick-next {
  font-size: 0;
  border: 0;
  height: 46px;
  width: 46px;
  background-color: var(--primaryColor);
  border-radius: 50px;
  color: white;
}
.slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 20px;
}
.slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 20px;
}
.slick-prev {
  top: 50%;
  position: absolute;
  z-index: 1;
  transform: translateY(-50%);
  left: 0;
}
.slick-next {
  top: 50%;
  position: absolute;
  z-index: 1;
  transform: translateY(-50%);
  right: 0;
}
.contacts aside {
  box-shadow: 0px 1px 30px 15px rgba(0, 0, 0, 0.05);
  padding: 45px 30px;
  border-radius: 40px;
  height:100%
}
.fa-star {
  color: #fdcf00;
}
.supplement .border {
  display: none;
}
.deals aside {
  background-image: url(../images/prices-deals.jpg);
  background-size: cover;
  padding: 60px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 0 120px 0 0;
}
.deals aside article {
  background-color: white;
  margin-left: 40%;
  padding: 40px;
  border-radius: 0 120px 0 0;
}
.deals aside:before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.03);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.deals h1 {
  font-size: 50px;
  margin-bottom: 30px;
  z-index: 2;
  position: relative;
}
.deals a {
  z-index: 2;
  position: relative;
}
.testimonials .slick-list {
  box-shadow: 0px 1px 30px 15px rgba(0, 0, 0, 0.05);
  border-radius: 40px;
}
.testimonials .testibox div:first-child {
  padding: 70px;
}
.testimonials .testibox div:last-child {
  padding: 70px;
  flex: 0 0 250px;
}
.testimonials .testibox div:last-child img {
  border-radius: 50%;
}
.testimonials h5 {
  color: var(--primaryColor);
}
.testimonials p {
  margin-bottom: 0;
  background-color: var(--bgColorLight);
  padding: 30px;
  border-radius: 20px;
  margin-top: 15px;
}
[class*="ulWrap"] li {
  margin-bottom: 7px;
}
[class*="ulWrap"] li:before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 5px;
  color: var(--primaryDark);
}
.productlist .input-group > .form-control {
  flex: 0 0 60px
}
.cart-image {
  height: 45px;
  width: 45px;
  object-fit: contain
}
.table-cart td {
  vertical-align: middle
}
.fa-circle-xmark {
  cursor: pointer
}
#fields_note {
  width: 100%;
  display: block
}
.fa-circle-xmark {
  font-size: 28px
}
.fancy-list {
  padding-left: 0;
}
.fancy-list li {
  display: flex;
  gap: 8px;
}
.fancy-list li svg {
  height: 20px;
  width: 20px;
  fill: var(--primaryDark);
}
/* Product page image gallary */
#divId {
  display: none;
}
#divId {
  margin-top: 25px;
  text-align: center;
}
#divId img {
  height: 100px;
  width: 100px;
  object-fit: contain;
  border: 3px solid var(--primaryColor);
  margin: 0 5px;
}
#divId img:hover {
  border: 3px solid red;
}
.supplement #divId {
  display: block;
}
.imagebox {
  border: 3px solid var(--primaryColor);
  margin-right: 30px;
  text-align: center;
  padding: 20px;
  display: flex;
  justify-content: center;
}
.imagebox img {
  max-height: 580px;
}
/**** Product page image gallary****/
.total_agree {
  margin-right: 5px
}
.err_msg {
  background: #ffb6c1;
  border: 1px solid red;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  color: #8b0000;
  font-size: 14px
}
.err_msg em {
  font-style: normal
}
.E-Book .qtyPackage {
  display: none;
}

footer a {
  color: var(--secondaryColor);
}

/* Credit Card Input Styling */
.card-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.card-input-wrapper .form-control {
  padding-right: 130px;
}

.card-type-badge {
  position: absolute;
  right: 12px;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  background-color: transparent;
  color: #222222;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}

.card-type-badge i {
  font-size: 18px;
}

/* Card validation error styling */
.card-input-wrapper .form-control.is-invalid {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

#card_error_msg {
  display: block;
  margin-top: 0.25rem;
}