body {
	color: #1f2238;
  font-size: 16px;
  font-family: Roboto,tahoma,helvetica neue,sans-serif;
  line-height: 26px;
	box-sizing: border-box;
}

a {
	text-decoration: none !important;
}

.header-top {
	padding-top: 110px;
}

.copy {
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}


/* IcON SET */

.custom-list {
  list-style: none;
  padding-left: 0;
}
.custom-list li {
  position: relative;
  padding-left: 30px;
}
.custom-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: var(--icon-size, 16px);
  height: var(--icon-size, 16px);
  background-size: contain;
  background-repeat: no-repeat;
}
.icon18::before { --icon-size: 18px;}
.icon20::before { --icon-size: 20px;}

.icon-check::before { background-image: url('../svg/icon-check.svg'); }



/* TEXT / FONTS */

.text-justify {
	text-align: justify;
  text-justify: inter-word;
}

h1 { margin-top: 0; color: #464646; font-size: 26px; font-weight:600; line-height: 34px; }
h1 a:link { text-decoration: none; color: #464646; }
h1 a:visited { text-decoration: none; color: #464646; }
h1 a:hover { text-decoration: none; color: #464646; }
h1 a:active { text-decoration: none; color: #464646; }

.h1-header { margin-top: 0; color: #d95d39; font-size: 26px; font-weight:600; line-height: 34px; text-transform: uppercase;}
.h1-header a:link { text-decoration: none; color: #d95d39; }
.h1-header a:visited { text-decoration: none; color: #d95d39; }
.h1-header a:hover { text-decoration: none; color: #d95d39; }
.h1-header a:active { text-decoration: none; color: #d95d39; }

h2 { margin-top: 0; color: #464646; font-size: 24px !important; line-height: 32px;}
h2 a:link { text-decoration:none; color: #464646; }
h2 a:visited  { text-decoration: none; color: #464646; }
h2 a:hover { text-decoration:underline; color: #464646; }
h2 a:active { text-decoration:none; color: #464646; }

.h2 { margin-top: 0; color: #464646; font-size: 24px; line-height: 32px;}
.h2 a:link { text-decoration:none; color: #464646; }
.h2 a:visited  { text-decoration: none; color: #464646; }
.h2 a:hover { text-decoration:underline; color: #464646; }
.h2 a:active { text-decoration:none; color: #464646; }

h3 { margin-top: 0; color: #464646; font-size: 20px !important; line-height: 28px;}
h3 a:link { text-decoration:none; color: #464646; }
h3 a:visited  { text-decoration: none; color: #464646; }
h3 a:hover { text-decoration:underline; color: #464646; }
h3 a:active { text-decoration:none; color: #464646; }

.h3 { margin-top: 0; color: #464646; font-size: 20px; line-height: 28px;}
.h3 a:link { text-decoration:none; color: #464646; }
.h3 a:visited  { text-decoration: none; color: #464646; }
.h3 a:hover { text-decoration:underline; color: #464646; }
.h3 a:active { text-decoration:none; color: #464646; }

h4 { margin-top: 0; color: #464646; font-size: 18px !important; line-height: 26px;}
h4 a:link { text-decoration:none; color: #464646; }
h4 a:visited  { text-decoration: none; color: #464646; }
h4 a:hover { text-decoration:underline; color: #464646; }
h4 a:active { text-decoration:none; color: #464646; }

.h4 { margin-top: 0; color: #464646; font-size: 18px; line-height: 26px;}
.h4 a:link { text-decoration:none; color: #464646; }
.h4 a:visited  { text-decoration: none; color: #464646; }
.h4 a:hover { text-decoration:underline; color: #464646; }
.h4 a:active { text-decoration:none; color: #464646; }

.text-link { font-weight: 600; }
.text-link a:link {	text-decoration: none; color: #d95d39 !important; }
.text-link a:hover { text-decoration: underline;color: #464646; }
.text-link a:focus { text-decoration: underline;	color: #464646; }
.text-link a:visited { text-decoration: none;	color: #d95d39 !important; }
.text-link a:active {	text-decoration: none; color: #464646; }


p a {
	color: #d95d39;
	text-decoration: none;
	transition: color 0.3s ease;
}
p a:visited {
	color: #d95d39;
}
p a:hover,
p a:focus {
	color: #464646;
	text-decoration: underline;
}


.section-title h3 {
	color: #d95d39;
	font-size: 40px !important;
	line-height: 48px;
  position: relative;
  padding-bottom: 20px;
  font-weight: 600;
  margin-bottom: 20px;
	text-transform: uppercase;
}
.section-title h3::after {
  position: absolute;
  content: '';
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100px;
  height: 3px;
  background-color: #464646;
  margin: 0 auto;

}



.border-top-dashed {
	border-top: 2px dashed #000; 
	padding-top: 20px; 
}

.border-bottom-dashed {
	border-bottom: 2px dashed #000;
}

.mb-10 {
  margin-bottom: 6rem !important;
}

.b200 { font-weight: 200 !important; }
.b300 { font-weight: 300 !important; }
.b400 { font-weight: 400 !important; }
.b500 { font-weight: 500 !important; }
.b600 { font-weight: 600 !important; }
.b700 { font-weight: 800 !important; }
.b800 { font-weight: 800 !important; }
.b900 { font-weight: 900 !important; }

.font10 { font-size: 11px !important; }
.font11 {	font-size: 11px !important; }
.font12 {	font-size: 12px !important; }
.font13 {	font-size: 13px !important; }
.font14 {	font-size: 14px !important; }
.font15 {	font-size: 15px !important; }
.font16 {	font-size: 16px !important; }
.font17 {	font-size: 17px !important; }
.font18 {	font-size: 18px !important; }
.font20 {	font-size: 20px !important; }
.font22 {	font-size: 22px !important; }
.font24 {	font-size: 24px !important; }
.font26 {	font-size: 26px !important; }
.font28 {	font-size: 28px !important; }
.font30 {	font-size: 30px !important; }

.tlh14 { line-height: 14px !important; }
.tlh18 { line-height: 18px !important; }
.tlh16 { line-height: 16px !important; }
.tlh20 { line-height: 20px !important; }
.tlh22 { line-height: 22px !important; }
.tlh24 { line-height: 24px !important; }
.tlh26 { line-height: 26px !important; }
.tlh28 { line-height: 28px !important; }
.tlh30 { line-height: 30px !important; }

.white { color: #FFFFFF !important;}
.orange { color: #EF3E23 !important;}
.blue { color: #00A5F1 !important;}
.yellow {	color: #FFC326 !important }
.dark-blue { color: #203365 !important }
.black { color: #464646 !important }
.grey { color: #b0b2bb; }
.red { color: red; }

.col960b12 {
	color: #960b12;
}

.star {
	font-size: 2rem;
	cursor: pointer;
	color: #ccc;
}
.star.selected {
	color: gold;
}

/* HERO HEADER */

#hero-section {
	height: 90vh; 
	background-size: cover;
	background-position: left;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	position: relative;
	padding: 0 20px;
}

#hero-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5); 
	z-index: 1;
}

.hero-content {
	position: relative;
	z-index: 2; /* Above the overlay */
}

.hero-content h1 {
	font-size: 2.5rem;
	margin-bottom: 30px;
	line-height: 3rem;
	color: #ffffff;
	text-shadow: 0 0 3px black;
}

.hero-content h2 {
	margin-bottom: 40px;
  color: #ffffff;
	text-shadow: 0 0 3px black;
}

.cta-btn {
	display: inline-block;
	padding: 10px 20px;
	font-size: 1rem;
	color: #fff;
	background-color: #F28123;
	text-decoration: none;
	border-radius: 5px;
	transition: background-color 0.3s ease;
}

.cta-btn:hover {
	background-color: #d96d1d;
}


/* HIGHLIGHTS */

.highlight-container {
	text-align: center; 
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: 15px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	background-color: #eeeeee;
	transition: transform 0.3s, box-shadow 0.3s;
	height: 100%;
}

.highlight-icon {
	margin-bottom: 15px;
	transition: transform 0.3s;
}

.highlight-icon:hover {
	transform: scale(1.2);
}

/* REVIEW BOX */

.review-box {
  background-color: #fdfdfd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.review-rating {
  font-size: 1.1rem;
  letter-spacing: 2px;
}

.review-title {
  font-size: 1.1rem;
}

.review-text {
  font-size: 0.95rem;
  line-height: 1.5;
}

.review-recommend .badge {
  font-size: 0.75rem;
}


/* BUTTONS */

.button-container {
	text-align: center;
	margin-top: 30px;
}
.sitemap-btn {
	display: block;
  width: 100%;
  text-align: center;
	margin-bottom: 20px;
	color: #ffffff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.sitemap-btn[disabled], .sitemap-btn.no-link {
  pointer-events: none;
  cursor: not-allowed;
}

.view-product-btn {
	display: inline-block;
	padding: 10px 20px;
	font-size: 1rem;
	color: #fff;
	background-color: #D83A4D; /* Button background color */
	text-decoration: none;
	border-radius: 5px;
	transition: background-color 0.3s ease;
}

.view-product-btn:hover {
	background-color: #c72e42; /* Hover background color */
}


.warm-coral {
  background-color: #FF6F61;
}

.warm-coral:hover {
  background-color: #FF4C40;
	text-decoration: none;
}

.golden-amber {
  background-color: #FFC107;
}

.golden-amber:hover {
  background-color: #FFA000;
	text-decoration: none;
}

.soft-peach {
  background-color: #FF9A8B;
}
.soft-peach:hover {
  background-color: #FF7A6C;
	text-decoration: none;
}


.burnt-amber {
	background-color: #D97A2D;
}
.burnt-amber:hover {
	background-color: #d66d23;
	text-decoration: none;
}
.rusty-peach {
	background-color: #D57D7D;
}
.rusty-peach:hover {
	background-color: #c66c6c;
	text-decoration: none;
}

/* SUBSCRIBE */

.subscribe_bg {
	background-color: #EEE1D3;
}

.subscribe_header {
	font-size: 20px !important;
	font-weight: 600;
	text-transform: uppercase;
}

.btn-subscribe {
  background-color: #D95D39;
	color: #ffffff;
	font-weight:600;
}

.btn-subscribe:hover {
  background-color: #C14E31;
	color: #eeeeee;
	text-decoration: none;
}

/* ABOUT */

.about-img-frame {
  border: 2px dashed #1f2238; 
    padding: 10px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2); 
    display: inline-block; 
    background-color: #eeeeee; 
		margin: 20px 0 30px 0;
}


/* CONTACT */

.contact-message {
	height: 145px;
}
.contact-antispam {
	width: 90px !important; 
	float: right; 
	margin-left: 10px; 
	font-size: 20px !important; 
	letter-spacing: 4px;
  font-weight: 700 !important;
}

.contact-icons a {
  margin: 10px; 
  text-decoration: none; 
  display: inline-block; 
}

/* FAQ */

.accordion {
	padding-bottom: 20px;
}

.accordion .accordion-item {
	border: none !important;
	border-radius: 0;
	box-shadow: none;
	margin: 0 0 25px 10px;
}

.accordion .accordion-header {
	border-radius: 30px;
	padding: 0;
}

.accordion .accordion-button {
	background: #141729 none repeat scroll 0 0;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 600;
	padding: 8px 20px 4px 50px;
	position: relative;
	transition: all 0.3s ease 0s;
}

.accordion .accordion-button.collapsed {
	background: #e6e6e6 none repeat scroll 0 0;
	border: 1px solid #ddd;
	color: #141729;
	background-color: #eee;
}

.accordion .accordion-button::after {
	background: #141729 none repeat scroll 0 0;
	border: 1px solid transparent;
	border-radius: 50%;
	content: "";
	display: block;
	background-image: url('../svg/icon-arrow-white.svg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 50px;
	left: -20px;
	line-height: 50px;
	position: absolute;
	text-align: center;
	top: -5px;
	transition: all 0.3s ease 0s;
	width: 50px;
	transform: rotate(180deg);
}

.accordion .accordion-button.collapsed::after {
	background: #e6e6e6 none repeat scroll 0 0;
	border: 1px solid #ddd;
	box-shadow: none;
	color: #141729;
	background-image: url('../svg/icon-arrow.svg');
	filter: none;
	transform: rotate(0deg);
}

.accordion-button:focus {
	box-shadow: none;
}

.accordion .accordion-body {
	background: transparent none repeat scroll 0 0;
	border-top: none !important;
	padding: 10px 10px 0px 20px;
	position: relative;
	border-left: 1px dashed #e6e6e6;
	margin: 20px 10px;
}



/* FORMS */

.modal-header-alert {
	background-color: #F00000;
	padding-bottom: 10px !important;
  padding-top: 10px !important;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
}
.error {
	border: 1px #F00 solid !important;
	color: #F00 !important
}
.code { 
	font-size: 20px; 
	color: #00A5F1;
	font-weight: 700;
}

.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #dee2e6;
}

/* NAVIGATION*/

.navbar {
	background-color: #141729;
}
.navbar .navbar-brand {
	color: white;
}
.navbar .navbar-nav .nav-link {
	color: white;
	transition: color 0.3s ease;
	text-transform: uppercase;
}
.navbar .navbar-nav .nav-link:hover {
	color: #b0b2bb;
}
.nav-item {
	font-size: 16px;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.nav-item .nav-link.active {
	background-color: white;
	border-radius: 0.25rem;
}
.btn-close:focus {
  box-shadow: none;
}

.sidebar_bg {
	background-color: #1f2238 !important;
	opacity: 1;
	min-height: 60px;
}

.sidebar_fix {
	width: 300px !;
}

.sidebar .nav-links{
  height: 100%;
  padding: 5px 0 0 0;
  overflow: auto;
}
.sidebar.close .nav-links{
  overflow: visible;
}
.sidebar .nav-links::-webkit-scrollbar{
  display: none;
}
.sidebar .nav-links li{
  position: relative;
  list-style: none;
  transition: all 0.4s ease;
}
.sidebar .nav-links li .sidebar_link{
  display: flex;
  align-items: center;
  justify-content: space-between;
	padding-left:15px;
	padding-right:10px;
	margin-top: 10px;
	margin-bottom: 10px;
	min-height:36px;
	cursor:pointer;
	width: 100%;
}
.sidebar .nav-links li .sidebar_link:hover{
	background-color:#535a8a;
}

.sidebar_link .link_name {
	text-transform: uppercase;
	color: white;
}
.sidebar_link .link_name a {
	color: white;
	text-decoration: none; 
}

.sidebar_link .link_name a:hover {
	color: #f8f9fa; 
	text-decoration: none; 
}

.sidebar.close .nav-links li .sidebar_link{
  display: block
}
.sidebar .nav-links li i{
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.sidebar .nav-links li.active i,
.sidebar .nav-links li:hover i{
  color: #b0b2bb;  
}
.sidebar .nav-links li.showMenu i.arrow{
  transform: rotate(-180deg);
}
.sidebar.close .nav-links i.arrow{
  display: none;
}
.sidebar .nav-links li a {
  display: flex;
  align-items: center;
  text-decoration: none;
	width:100%;
}
.sidebar .nav-links li a .link_name{
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  transition: all 0.4s ease;
	text-transform: uppercase;
}
.sidebar .nav-links li.active a .link_name,
.sidebar .nav-links li:hover a .link_name{  
  color: #ffffff;
}

.sidebar.close .nav-links li a .link_name{
  opacity: 0;
  pointer-events: none;
}
.sidebar .link_name {color: #ffffff;}
.sidebar .nav-links li .sub-menu{
  padding: 6px 6px 14px 10px;
  background: #535a8a;
	color:#ffffff;
  display: none;
}
.sidebar .nav-links li.showMenu .sub-menu{
  display: block;
}
.sidebar .nav-links li .sub-menu a {
  color: #eeeeee;
  font-size: 16px;
  padding: 10px 10px;
  white-space: nowrap;
  transition: all 0.4s ease;
	text-transform: uppercase;
}
.sidebar .nav-links li .sub-menu a:hover{
  opacity: 1;
	color: #b0b2bb;
	background-color: #535a8a;
}


.list-group-item.active {
  background-color: #F28123;
  border-color: #F28123;
}

/* HEADERS */

.header-bg {
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 400px;
}

.header-about { 	background-image: url(../images/header-about.jpg); }
.header-blog { 	background-image: url(../images/header-blog.jpg); }
.header-contact { 	background-image: url(../images/header-contact.jpg); }
.header-faq { 	background-image: url(../images/header-faq.jpg); }
.header-order-status{ 	background-image: url(../images/header-order-status.jpg); }
.header-privacy-policy { 	background-image: url(../images/header-privacy-policy.jpg); }
.header-return-refund-policy { 	background-image: url(../images/header-return-refund-policy.jpg); }
.header-shipping-information { 	background-image: url(../images/header-shipping-information.jpg); }
.header-shop { 	background-image: url(../images/header-shop.jpg); }
.header-sitemap { 	background-image: url(../images/header-sitemap.jpg); }
.header-subscribe { 	background-image: url(../images/header-subscribe.jpg); }
.header-terms-conditions { 	background-image: url(../images/header-terms-conditions.jpg); }

.header-text {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
}

.header-text h1 {
	color: #ffffff !important;
	font-size: 3rem;
	line-height: 3.5rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.header-text h2 {
	color: #eeeeee !important;
	font-size: 1.5rem;
	line-height: 1.8rem;
	margin-bottom: 20px;
}

.sb-no-items {
	font-size: 0.80rem;
	background-color: #d95d39;
}

.footer-bg-1 { 
	padding: 70px 0;
  background: #141729;
}

.footer-bg-2 { 
	padding: 20px 0;
  background: #1f2238;
}

.payment-methods {
	gap: 10px;
}

.payment-icon {
	height: 20px;
}

/* BREADCRUMB */

.breadcrumb-container {
	font-size: 14px;
	color: #fff;
}

.breadcrumb-custom, .breadcrumb-custom-nolink {
	color: #fff;
	display: inline-flex;
	align-items: center;
}

.breadcrumb-custom img.csv-icon, .breadcrumb-custom-nolink img.csv-icon {
	width: 10px;
	height: auto;
	margin: 0 5px;
	vertical-align: middle;
	fill: currentColor;
}

.breadcrumb-custom a {
	text-decoration: none;
	color: #ddd;
}

.breadcrumb-custom:hover,
.breadcrumb-custom:focus {
	color: #ddd !important;
	text-decoration: underline;
}

/* BLOG */

.header-text-blog {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
}

.header-text-blog h1 {
	color: #ffffff !important;
	font-size: 28px !important;
	line-height:36px;
	font-weight: bold;
	margin-bottom: 10px;
}

.header-text-blog h2 {
	color: #eeeeee !important;
	font-size: 18px !important;
	line-height: 26px;
	margin-bottom: 20px;
}

.blog-card {
	-o-transition: 0.3s;
  transition: 0.3s;
}

.blog-card:hover {
  -webkit-box-shadow: 0 0 20px #e4e4e4;
  box-shadow: 0 0 20px #e4e4e4;
}


.blog-card-title {
	font-size: 18px !important;
	line-height: 26px;
	margin-bottom: 10px;
}

.blog-card-text {
	font-size: 15px !important;
	line-height: 23px;
}


.blog-list-header {
	color: #464646;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.blog-list-text {
	color: #444444;
	font-size: 14px !important;
	margin-bottom: 10px;
}

.blog-image-container {
	text-align: center;
}

.blog-image-container img {
	border: 1px solid #ccc;
	padding: 5px;
}

.blog-caption {
	margin-top: 5px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #555;
}

/* SITEMAP */

.sitemap li {
  line-height: 30px;
}

.sitemap a {
  text-decoration: none;
  color: #464646; 
}

.sitemap a:hover, 
.sitemap a:focus {
  color: #00A5F1;
}


/* PRODUC LISTING */

.shop-product-item * {
  text-decoration: none !important; 
}

.shop-product-item {
  padding-bottom: 20px;
  border-radius: 5px;
  transition: 0.3s;
  border: 1px #cccccc solid;
  cursor: pointer;
  text-decoration: none;
}


.shop-product-item:hover {
  box-shadow: 0 0 20px #e4e4e4;
}

.shop-product-item h3 {
  margin-top: 10px;
  font-size: 18px;
}

a.cart-btn {
  font-family: 'Poppins', sans-serif;
  display: inline-block;
	border-radius: 5px;
  background-color: #F28123;
  color: #fff;
  padding: 7px 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
	text-decoration: none;
}

a.cart-btn:hover {
  background-color: #051922;
  color: #ffffff;
}

/* PRODUCT */

.product-image {
	transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  border: 1px solid #b0b2bb;
  padding: 5px;
  border-radius: 5px;
  max-width: 350px;
}

.product-thumb {
  border: 1px solid #b0b2bb;
  padding: 3px;
  border-radius: 3px;
  max-width: 90px;
}
.product-thumb-pad {
	padding: 3px;
}

.product-buy-btn {
  font-family: 'Poppins', sans-serif;
  display: inline-block;
	border-radius: 5px;
  background-color: #F28123;
  color: #fff;
  padding: 7px 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
	text-decoration: none;
}

.product-buy-btn:hover {
  background-color: #051922;
  color: #ffffff;
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
	padding-bottom: 75%;
}

.embed-responsive-pad {
	padding: 0 15px !important;
}

.video-caption {
	margin-top: 10px;
	font-size: 14px;
	color: #333;
	font-family: Arial, sans-serif;
	font-weight: 500;
}

/* SHOP */

.product-price {
  color: rgb(234, 6, 6) !important;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.product-price-old {
	color: #141729 !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400 !important;
  text-decoration: line-through #141729 !important;
	padding-left: 10px;
}

.product-price-sale {
	align-self: center;
	background-color: rgb(234, 6, 6);
	border-color: rgb(234, 6, 6);
	border-radius: 2px;
	color: rgb(255, 255, 255) !important;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 20px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	margin-left: 20px;
	text-align: center;
	text-transform: uppercase;
}

.product-desc {
	padding: 10px 10px 0 10px;
  font-size: 14px;
  line-height: 22px;
	color: #141729 !important;
}


/* OFFCANVAS SHOPPING BASKET */

.offcanvas-header {
  background-color: #d95d39;
  color: white;
  padding: 15px;
}

.offcanvas-title {
  font-size: 1.5rem;
  font-weight: bold;
}

.offcanvas .btn-close {
  border: none;
  color: #ffffff;
  font-size: 1.5rem;
}

/* Button Styling */
#checkout-button,
#continue-shopping-button {
  display: none; 
}

#empty-message {
  font-size: 1.1rem;
  color: #888;
  margin-top: 20px;
  display: block;
}

#checkout-button {
	border: none;
  font-family: 'Poppins', sans-serif;
  display: inline-block;
	border-radius: 5px;
  background-color: #F28123;
  color: #fff;
  padding: 7px 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
	text-decoration: none;
}
#checkout-button:hover {
  background-color: #051922;
  color: #ffffff;
}

#continue-shopping-button {
	border: none;
  font-family: 'Poppins', sans-serif;
  display: inline-block;
	border-radius: 5px;
  background-color: #6c757d;
  color: #fff;
  padding: 7px 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
	text-decoration: none;
}
#continue-shopping-button:hover {
  background-color: #051922;
  color: #ffffff;
}

.has-products #empty-message {
  display: none;
}

.has-products #checkout-button,
.has-products #continue-shopping-button {
  display: block;
}



/* QUANTITY */

.quantity {
  color: #000000;
  position: relative;
  width: 140px;
  display: flex;
  min-height: 40px;
	transform: scale(1); 
  transform-origin: initial;
}

.quantity-scaled {
  transform: scale(0.7) !important; 
  transform-origin: center !important;
	width: 120px;
}

.auto-fit {
  width: 1%; 
  white-space: nowrap; 
	padding: 0px !important;
}

.quantity:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid transparent;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.2s ease;
  z-index: 1;
}

.quantity:before {
  background: #ffffff;
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  z-index: -1;
}

.quantity_input {
  color: currentColor;
  font-size: 16px;
  font-weight: 500;
  opacity: 0.85;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0;
  width: 100%;
  height: 40px;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}

.quantity_button {
  width: 40px; 
  flex-shrink: 0;
  font-size: 16px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  padding: 0;
}

.quantity_button svg {
  width: 16px; 
  pointer-events: none;
}

.quantity_button:focus-visible,
.quantity_input:focus-visible {
  background-color: #ffffff;
  z-index: 2;
}

.quantity_input::-webkit-outer-spin-button,
.quantity_input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity_input[type='number'] {
	appearance: textfield;
  -moz-appearance: textfield;
}



.h3-form { color: #464646; font-size: 18px !important; line-height: 26px; text-transform: uppercase; }

.card-header {
	background-color: #141729;
	color: white;
	font-weight: 500;
	text-transform: uppercase;
}

.order-number {
	cursor: pointer;
	font-size: 24px;
}
.pointer {
	cursor: pointer;
}


/* FOOTER*/

.footer-header {
	font-size: 18px;
  color: #ffffff;
}

.footer-text {
	font-size: 15px;
  color: #b0b2bb;
}

.footer-link-list { 
	font-size: 15px;
  color: #b0b2bb;
}
.footer-link-list a:link { text-decoration: none; color: #b0b2bb; }
.footer-link-list a:visited { text-decoration: none; color: #b0b2bb; }
.footer-link-list a:active { text-decoration: none; color: #b0b2bb; }
.footer-link-list a:hover { text-decoration: none; color: #d95d39; }
.footer-link-list a:focus { text-decoration: none; color: #d95d39; }


.footer-link-list1 { 
	font-size: 14px;
  color: #fff;
	margin-bottom: 0px;

}
.footer-link-list1 a:link { text-decoration: none; color: #fff; }
.footer-link-list1 a:visited { text-decoration: none; color: #fff; }
.footer-link-list1 a:active { text-decoration: none; color: #fff; }
.footer-link-list1 a:hover { text-decoration: none; color: #d95d39; }
.footer-link-list1 a:focus { text-decoration: none; color: #d95d39; }

.footer-follow-box {
  display:flex;
  margin-bottom:44px;
  justify-content:flex-start;
  align-items:center
}
.footer-follow-single {
  display:flex;
  margin-right:22px;
  width:44px;
  height:44px;
  border-radius:5px;
  background:#535a8a;
  cursor:pointer;
  justify-content:center;
  align-items:center
}
.footer-follow-single:last-child {
  margin-right:0
}

.footer-span {
	display: inline-block;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
}

.triangle-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 120px;
  background: linear-gradient(-135deg, transparent 50%, #f28123 50%);
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: flex-end;
  justify-content: end;
  transform-origin: bottom left;
  cursor: pointer;
  z-index: 1000;
}

.triangle-overlay span {
  transform: rotate(45deg);
  margin: 0 30px 30px 0;
  text-align: left;
  width: 100px;
}

/* NEWSLETTER MODAL */

#newsletterModal .modal-content {
	display: flex;
	flex-direction: row;
}

#newsletterModal .modal-left {
	flex: 1;
	background: url('../images/newsletter_modal_01.png') center/contain no-repeat;
	height: auto;
	min-height: 300px;
	position: relative;
}

#newsletterModal .modal-right {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 20px 0 20px;
	text-align: center;
}

.btn-close-newsletter {
	z-index: 10;
}
.modal-backdrop {
  --bs-backdrop-opacity: 0.7;
}

@media (max-width: 768px) {
	#newsletterModal .modal-content {
			flex-direction: column; 
	}

	#newsletterModal .modal-left,
	#newsletterModal .modal-right {
			flex: none;
			width: 100%; 
	}
}

/* COOKIE CONSENT */

#cookie-consent-banner {
	display: none;
	position: fixed;
	color:#fff;
	bottom: 0px;
	width: 100%;
	background-color: #000;
	padding: 15px;
	border-radius: 5px;
	z-index: 3;
}

#cookie-consent-banner .btn  {
	width: 300px !important;
	margin: 0 10px;
}




/* MAX 768 */

@media (max-width: 767.98px) {

	.product-thumb {
		max-width: 70px;
	}

}

/* MAX 576 */

@media (max-width: 575.98px) {

	.header-text h1 {
		color: #ffffff !important;
		font-size: 2rem;
		line-height: 2.4rem;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.header-text h2 {
		color: #eeeeee !important;
		font-size: 1rem;
		line-height: 1.8rem;
		margin-bottom: 20px;
	}

	.header-text-blog h1 {
		color: #ffffff !important;
		font-size: 24px !important;
		line-height:32px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	

}