@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

:root {
  --e-global-color-text: #141414;
  --e-global-color-primary: #f0def8;
  --e-global-color-secondary: #d0f8f8;
  --e-global-color-text: #141414;
  --e-global-color-accent: #873506;
  --e-global-color-f1feda2: #ffffff;
  --e-global-color-02b55fc: #f3fccf;
  --e-global-color-a151f27: #fbf5a7;
  --e-global-color-3a8476b: #fffdf5;
  --e-global-typography-primary-font-family: "Inter";
  --e-global-typography-primary-font-size: 42px;
  --e-global-typography-primary-font-weight: 400;
  --e-global-typography-secondary-font-family: "Inter";
  --e-global-typography-secondary-font-size: 40px;
  --e-global-typography-secondary-font-weight: 400;
  --e-global-typography-secondary-line-height: 48px;
  --e-global-typography-text-font-family: "Inter";
  --e-global-typography-text-font-size: 16px;
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-text-line-height: 25px;
  --e-global-typography-accent-font-family: "Inter";
  --e-global-typography-accent-font-size: 16px;
  --e-global-typography-accent-font-weight: 400;
  --e-global-typography-accent-line-height: 25px;
  background-color: var(--e-global-color-3a8476b);
  color: var(--e-global-color-text);
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Rubik", sans-serif;
}
a {
  text-decoration: none;
  color: #000;
}
p {
  display: block;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}
.nav-link:focus, .nav-link:hover {
	color: rgb(255, 113, 44);
}
header {
}
.heading-title {
	font-family: "Rubik", sans-serif;
	font-size: 42px;
	color: #000;
	font-weight: inherit;
}
.navbar-brand img {
	width: auto;
	height: 36px;
	filter: ;
}
.nav-link.active {
  font-weight: bold;
  color: #007bff; 
  border-bottom: 2px solid #007bff; 
}
section.other-vision .slick-track {
    position: relative;
    margin: 0;
}
.product-price-text {
    font-size: 1.4rem;
}
.product-name-text {
	font-size: 17px;
	color: #212121;
	font-weight: bolder;
	display: inline-block;
	margin-top: 15px;
	font-family: initial;
}
.product-list {
    background-color: #fff;
}
.product-list .main-btn {
  width: 88%;
}

#loader {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff; /* Change if you use dark mode */
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-name {
    color: #333;
    font-size: 1.1rem;
    font-weight: 500;
}
.spinner {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #333; /* Loader color */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}
.top-bar {
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 4px;
  text-align: center;
}

.navbar-brand {
  font-weight: bold;
}
.main-btn:hover {
    background-color: #ff712c;
    color: #fff;
    border: none;
}
.header {
  background-color: #fff;
  width: 100%;
}
.main-btn {
    font-weight: 400;
    text-transform: uppercase;
    line-height: 24px;
    color: #000;
    border: 1px solid #000;
    padding: 13px 30px;
    font-size: 1rem;
    display: inline-block;
}

.hero {
  background: url("../images/banner.png");
  padding: 60px 0;
  height: 537px;
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  display: flex;
}
.featured-products {
  position: relative;
}
.img-part img {
	width: 100%;
	height: auto;
	max-height: 550px;
	object-fit: cover;
}

.featured-products .card img {
  object-fit: contain;
  height: 100px;
}
.content-part {
  padding: 60px 20px 60px 60px;
}

.list-item h2 {
  color: #000;
  font-size: 20px;
  font-weight: normal;
  font-family: rubik;
}
.list-item {
	margin: 22px 0;
}
.list-item p {
  font-size: 14px;
  line-height: ;
}
.section-title {
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px;
}
.faq-sec {
  padding: 0 3rem;
}
.accor {
  padding: 0 3rem;
}

.section-padding {
  padding: 60px 0;
}

.faq .accordion-button {
  background-color: #fff;
  font-weight: 500;
}

footer {
  background: #000;
  color: #fff;
  padding: 50px 0;
}

footer h6 {
  font-weight: 700;
}

footer a {
  color: #bbb;
  text-decoration: none;
}

footer a:hover {
  color: #fff;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
  filter: invert(1);
}
.accordion-button::after {
  transition: all 0.5s;
}

.wrapper {
  width: 100%;
  padding-top: 20px;
  text-align: center;
}
h2 {
  font-family: sans-serif;
  color: #fff;
}
.slick-slide {
  margin: 5px;
  padding: 1rem 0;
}
section.other-vision img {
    max-width: 100%;
}
.slick-slide img {
  width: 100%;
}
.wrapper .slick-dots li button:before {
  font-size: 20px;
  color: white;
}
a.f-logo img {
  filter: brightness(0) invert(1);
}
.breadcrumb {
	background: #00000038;
	padding: 6rem 0;
	text-align: center;
}
.navbar-nav a {
  font-size: 1.1rem;
  margin: 0 15px;
  color: ;
}

.cart-table th,
.cart-table td {
  vertical-align: middle;
}

.cart-img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.remove-btn {
    background: none;
    border: none;
    font-size: 2rem;
    color: #fd3a3a;
}

.coupon-section {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.coupon-section input {
  max-width: 250px;
}

.btn-update {
  background-color: #8e837a;
  color: white;
}
.my-header-class {
    color: #000000;
}

.accordion-button:not(.collapsed) {
	background-color: #ff712c;
	color: #fff;
}
.accordion-header h5 {
	font-family: rubik;
	font-weight: 100 !important;
	font-size: 23px;
}
div#shipping-div {
	font-size: 15px;
	background: #ff854917;
	padding: 10px 8px;
	text-transform: uppercase;
	border-left: 2px solid #ff712c;
}
.btn-update:hover {
  background-color: #746c65;
}
.checkout-form input[type="text"], input[type="email"] {
    padding: 15px;
    margin-top: 15px;
    
}
.checkout-form select.form-control {
    padding: 15px;
    margin-top: 15px;
}

.product-name {
    color: #333;
    font-size: 1.1rem;
}
button.cart_qnty_btn {
    border-radius: 100%;
    background: transparent;
}
figure.image-box img {
  max-width: 80%;
}
figure.image-box {
  border: 1px solid #f0def8;
  border-radius: 12px;
  text-align: center;
}
.main-inner-page {
  width: 100%;
  margin: 2rem auto;
  padding: 3rem;
  background-color: #f7f7f7;
  border-radius: 12px;
}
.contact-details__info li .icon {
	height: 60px;
	width: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	background: #ff712c;
	margin-bottom: 5px;
	border-radius: 100%;
	margin-right: 20px;
}
.contact-details__info li .icon svg {
	fill: #fff;
}
.contact-details__info li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
}

.accor .accordion-item {
    border: 0 !important;
    border-bottom: 1px solid #3333 !important;
}


#cookiePopup {
    position: fixed !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-50%);
    width: 100% !important;
    background: #d1cecc !important;
    padding: 10px !important;
    z-index: 999;
    gap: 10px;
    align-items: center !important;
    justify-content: center !important;
    text-align: center;
    display: none;
    border-radius: 0px !important;
    flex-wrap: wrap;
}
#cookiePopup h4 {
    font-size: 24px;
    color: #000 !important;
    margin-bottom: 15px;
}
#cookiePopup p {
    font-size: 16px;
    color: #000000;
    margin-bottom: 15px;
    letter-spacing: 0;
    line-height: 1.5;
    max-width: 850px;
    font-weight: 500;
}
div#cookiePopup button {
    height: 46px !important;
    width: auto !important;
}
div#cookiePopup button {
    height: 46px !important;
    width: auto !important;
}


@media (max-width: 992px) {
 .banner-inner {
    background-color: #ffffffa3;
    border-radius: 12px;
    padding: 40px;
}
.top-bar p {
  line-height: inherit;
  font-size: 13px;
}
}

.other-vision-inner {
	border: 1px solid #ddd;
	margin: 5px 6px;
	text-align: center;
	padding: 11px;
}

.featured-products::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 50%;
	top: 0;
	background: #ff712c;
}

.tf-icon-box .icon {
    margin-bottom: 34px;
    width: 80px;
    height: 80px;
    background: #ff712c;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin: 19px auto;
    border: 2px dotted #fff;
}

  .tf-icon-box.style-lg .icon img {
    width: auto;
    height: 47px;
    filter: invert();
  }

.tf-icon-box.style-lg .content .title {
	font-size: 24px;
	margin-bottom: 6px;
	font-family: rubik;
	font-weight: 400 !important;
}

.content p {
	font-size: 14px;
	line-height: inherit;
}

.flat-title .title {
    font-size: 42px;
    line-height: 50.4px;
}

footer a {
  color: #000;
  text-decoration: none;
}
footer a:hover {
	color: #ff712c;
}
footer h6 {
  font-weight: 700;
}

footer p {
	line-height: revert;
	margin-top: 15px;
}

.promo-background {
    background-image: url('../images/bg-pattern.jpg');
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.promo-card {
background: rgba(255, 255, 255, 0.754);
padding: 2rem;
max-width: 700px;
width: 100%;
}
.promo-card h1 {
	font-family: rubik;
	font-weight: inherit;
}
.btn-outline-dark:hover {
    background-color: #000;
    color: #fff;
}

.other-vision-inner .main-btn {
width: 100%;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	background-image: var(--bs-navbar-toggler-icon-bg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	filter: invert(1);
}