/*--------------------------------
----------------------------------

		DLE New Style Sheet
		By Launchcurve
		Year 2023

-----------------------------------
---------------------------------*/

:root {
	--color-red: #EE4445;
	--color-dark-gray: #3E3E3E;
	--color-medium-gray: #939090;
	--color-soft-gray: #EFEFEF;
	--color-light-gray: #F7F7F7;

	--color-black-rgb: 0, 0, 0;
	--color-white-rgb: 255, 255, 255;
	--color-dark-gray-rgb: 62, 62, 62;


	--container-padding: min(4vw, 4em);
	--section-padding: min(10vw, 5em);
	--section-padding-small: 3em;

	--animation-primary: 0.4s cubic-bezier(.75, 0, .25, 1);
	--animation-primary: 0.4s cubic-bezier(0.5, 0.75, 0, 1);

	--border-radius: 8px;
	--border-radius-medium: 16px;
	--border-radius-all: 100px;
	--box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/*----------- Fonts ------------*/
@font-face {
	font-family: 'Helvetica Neue', sans-serif;
	src: url('helveticaneueheavy.woff2') format('woff2'),
		url('helveticaneueheavy.woff') format('woff');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Helvetica Neue', sans-serif;
	src: url('helveticaneueheavyitalic.woff2') format('woff2'),
		url('helveticaneueheavyitalic.woff') format('woff');
	font-weight: 800;
	font-style: italic;
}

@font-face {
	font-family: 'Helvetica Neue', sans-serif;
	src: url('helveticaneueblack.woff2') format('woff2'),
		url('helveticaneueblack.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Helvetica Neue', sans-serif;
	src: url('helveticaneueblackitalic.woff2') format('woff2'),
		url('helveticaneueblackitalic.woff') format('woff');
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: 'Helvetica Neue', sans-serif;
	src: url('helveticaneuebold.woff2') format('woff2'),
		url('helveticaneuebold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Helvetica Neue', sans-serif;
	src: url('helveticaneuebolditalic.woff2') format('woff2'),
		url('helveticaneuebolditalic.woff') format('woff');
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: 'Helvetica Neue', sans-serif;
	src: url('helveticaneuemedium.woff2') format('woff2'),
		url('helveticaneuemedium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Helvetica Neue', sans-serif;
	src: url('helveticaneuemediumitalic.woff2') format('woff2'),
		url('helveticaneuemediumitalic.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Helvetica Neue', sans-serif;
	src: url('helveticaneueroman.woff2') format('woff2'),
		url('helveticaneueroman.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Helvetica Neue', sans-serif;
	src: url('helveticaneueitalic.woff2') format('woff2'),
		url('helveticaneueitalic.woff') format('woff');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'Helvetica Neue', sans-serif;
	src: url('helveticaneuelight.woff2') format('woff2'),
		url('helveticaneuelight.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Helvetica Neue', sans-serif;
	src: url('helveticaneuelightitalic.woff2') format('woff2'),
		url('helveticaneuelightitalic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
}

/*----------- Global ------------*/
html {
	font-size: 16px;
	scroll-behavior: smooth;
	position: relative;
	width: 100%;
}

body {
	font-size: 16px;
	line-height: 1.1;
	-webkit-font-smoothing: antialiased;
	font-family: 'Helvetica Neue', sans-serif;
	background-color: #fff;
	color: var(--color-dark-gray);
	/* overflow-x: hidden; */
	overflow-x: clip;
	position: relative;
	width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Helvetica Neue', sans-serif;
	font-weight: 600;
	/* color: var(--color-dark-gray); */
}

h1.big {
	font-size: 3rem;
}

strong {
	font-weight: 600;
}

em {
	font-style: italic;
}

a {
	text-decoration: none;
	transition: var(--animation-primary);
}

section {
	position: relative;
}

.btn {
	transition: var(--animation-primary);
}

/** Global **/

.max-width {
	max-width: 1920px;
	margin: 0 auto;
}

/* .bg_light_grey .row {
	justify-content: center;
} */

.section {
	padding-top: var(--section-padding);
	padding-bottom: var(--section-padding);
}

.section.is__gray {
	background-color: var(--color-light-gray);
}

/** Main title **/
.main__title {
	max-width: 40vw;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-bottom: var(--section-padding-small);
}

.main__title h2 {
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
	font-size: 3.25rem;
	padding: 0;
	margin: 0;
	border: 0;
}

.main__title h2::after {
	content: '';
	margin-top: 0.5rem;
	height: 3px;
	width: 5rem;
	position: relative;
	background: var(--color-red);
	display: block;
}

@media (max-width: 992px) {
	.main__title {
		max-width: 60vw;
	}

	.main__title h2 {
		font-size: 3rem;
	}
}

@media (max-width: 576px) {
	.main__title {
		max-width: 80vw;
	}

	.main__title h2 {
		font-size: 2.25rem;
	}
}

.main__title.centered h2 {
	text-align: center;
}

.main__title.centered h2::after {
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}

@media (max-width: 992px) {
	.main__title h2 {
		text-align: center;
	}

	.main__title h2::after {
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
	}
}

.body__copy {
	line-height: 1.4;
	color: var(--color-dark-gray);
	font-size: 1rem;
}

.body__copy.small {
	font-size: 0.875rem;
}

.body__copy.large {
	font-size: 1.25rem;
}

.body__copy > strong {
	display: block;
	padding-bottom: 0.5rem;
}

.body__copy p {
	padding-bottom: 1em;
	margin: 0;
}

.body__copy p:last-of-type {
	padding-bottom: 0;
}

.thumb__image {
	height: 100%;
	width: 100%;
	aspect-ratio: 4/3;
}

.thumb__image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: var(--border-radius-medium);
}

.content__block-col:nth-child(odd) {
	padding-right: 2.5rem;
}

.content__block-col:nth-child(even) {
	padding-left: 2.5rem;
}

@media (max-width: 992px) {

	.content__block-col:nth-child(odd) {
		padding-right: calc(var(--bs-gutter-x) * .5);
	}

	.content__block-col:nth-child(even) {
		padding-left: calc(var(--bs-gutter-x) * .5);
	}

	.content__block-col {
		padding-bottom: 1rem;
	}
}

/** Full Width Inside Container **/
.full-width {
	max-width: none;
	flex-grow: 1;
	padding: 0;
}

.content-offset-wrapper {
	overflow: hidden;
}

@media (min-width: 768px) {
	.full-width {
		margin-right: calc((100vw - 720px)/2*-1);
		margin-left: calc((100vw - 720px)/2*-1);
	}
}

@media (min-width: 992px) {
	.full-width {
		margin-right: calc((100vw - 960px)/2*-1);
		margin-left: 0;
	}
}

@media (min-width: 1200px) {
	.full-width {
		margin-right: calc((100vw - 1140px)/2*-1);
		margin-left: 0;
	}
}

/*@media (min-width: 1400px) {
  .full-width {
    margin-right: calc((100vw - 1320px )/2*-1);
    margin-left: 0;
  }
}*/

/* Visibility */
.visible-mobile {
	display: none;
}

.hidden-mobile {
	display: block;
}

@media (max-width: 991.98px) {

	.visible-mobile {
		display: block;
	}

	.hidden-mobile {
		display: none;
	}
}

/* Paddings and Margins */

.pad-t {
	padding-top: var(--section-padding);
}

.pad-b {
	padding-bottom: var(--section-padding);
}

/* Colours */
.is__gray  {
	background-color: var(--color-soft-gray) !important;
}

.is__light-gray  {
	background-color: var(--color-light-gray) !important;
}

/*----------- Header ------------*/

/* Top navigation */

.top__nav {
	background-color: var(--color-red);
	color: rgb(var(--color-white-rgb), 1.0);
	padding: 1rem 0;
	position: relative;
	z-index: 9;
}

.top__nav-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.top__nav-contact {
	display: flex;
	column-gap: 3rem;
	font-size: 0.875rem;
}

.top__nav-contact .phone,
.top__nav-contact .address {
	display: flex;
	column-gap: 0.625rem;
}

.top__nav-contact .phone a {
	color: rgb(var(--color-white-rgb), 1.0);
}

.top__nav-contact .phone a:hover {
	text-decoration: underline;
}

.top__nav-socials {
	display: flex;
	column-gap: 1rem;
}

.top__nav-socials .socials__icon {
	background-color: rgb(var(--color-white-rgb), 1.0);
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top__nav-socials .socials__icon i {
	color: var(--color-red);
	font-size: 0.875rem;
}

.top__nav-socials .socials__icon:hover {
	opacity: 0.9;
}

@media screen and (max-width: 992px) {
	.top__nav-wrap {
		flex-direction: column;
		row-gap: 0.625rem;
		align-items: normal;
	}

	.top__nav-contact {
		column-gap: 0;
		row-gap: 0.625rem;
		align-items: center;
	}

	.top__nav-contact .phone,
	.top__nav-contact .address {
		width: 50%;
	}

	.top__nav-socials {
		display: none;
	}
}

/* Header */
header {
	position: relative;
	z-index: 9;
	padding: 3rem 0;
	background-color: rgba(var(--color-white-rgb), 1.0);
}

.header__wrap {
	justify-content: space-between;
	align-items: center;
}

.logo__wrap {
	display: flex;
	align-items: center;
}

.logo__wrap .logo {
	width: 20rem;
	padding-right: 1.25rem;
	margin: 0;
}

.logo__wrap .logo svg {
	width: 100%;
}

.logo__wrap .location {
	font-size: 1.25rem;
	text-transform: uppercase;
	font-weight: 500;
	color: var(--color-dark-gray);
}

.logo__wrap .location:before {
	content: '|';
	padding-right: 1.25rem;

}

.locations__dropdown {
	display: flex;
	justify-content: flex-end;
}

.locations__dropdown .dropdown-toggle {
	font-size: 1rem;
	font-weight: 500;
	color: var(--color-dark-gray);
	background-color: transparent;
	border-radius: 0;
	border: 0;
	border-bottom: 2px solid var(--color-light-gray);
}

.locations__dropdown .dropdown-toggle:after {
	font-family: 'FontAwesome';
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "\f078";
	border: 0;
	font-size: 0.625rem;
}

.locations__dropdown .dropdown-toggle:active {
	color: var(--color-dark-gray);
	background-color: transparent;
	border-color: var(--color-red);
}

.locations__dropdown .dropdown-toggle:focus-visible {
	box-shadow: none;
	border-bottom: 2px solid var(--color-red);
}

.locations__dropdown .btn.show {
	border-bottom: 2px solid var(--color-red);
}

.locations__dropdown .dropdown-menu {
	border: 1px solid rgba(var(--color-black-rgb), 0.3);
	border-radius: var(--border-radius);
	width: 100%;
	z-index: 9;
	position: relative;
}

.main__nav-wrapper {
	display: flex;
	justify-content: space-between;
}

.main__nav-wrapper .logo {
	display: none;
}


/*-- Menu Desktop --*/
.main__nav {
	/*    background: rgba(var(--color-black-rgb), 0.02);*/
	background-color: rgba(var(--color-white-rgb), 1.0);
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	max-height: 100vh;
	z-index: 8;
}

.main__nav-wrapper {
	display: flex;
	flex-direction: column;
}

.menu__icon {
	display: flex;
	justify-content: space-between;
}

.navbar__toggler {
	display: block;
	border: none;
	background: transparent;
	font-size: 1.8rem;
	cursor: pointer;
	padding: 0.2rem 0.5rem;
	transition: all 0.4s ease;
	border-radius: 0;
	box-shadow: none;
	min-width: auto;
}

.navbar__toggler:hover {
	opacity: 0.7;
}

.navbar__collapse {
	overflow-y: scroll;
	display: none;
	background-color: rgba(var(--color-white-rgb), 1.0);
	padding-bottom: 1.5rem;
}

.navbar__nav {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

.navbar__nav>li>a {
	text-transform: capitalize;
	font-size: 1.1rem;
	font-weight: 700;
	display: block;
	padding: 0.6rem 0;
	margin: 0.2rem 0;
	border-bottom: 1px solid #ddd;
	border-radius: 1px;
	position: relative;
	color: var(--color-dark-gray);
	transition: all 0.4s ease;
}

.menu__contact {
	background-color: var(--color-red);
	border-radius: 5rem;
	padding: 0.625rem 0.875rem;
	text-transform: capitalize;
	transition: var(--animation-primary);
	display: block;
}

.menu__contact:hover {
	background-color: var(--color-dark-gray);
}

.menu__contact a {
	color: rgb(var(--color-white-rgb), 1.0);
	font-weight: 700;
	font-size: 1.25rem;
}

@media screen and (max-width: 992px) {
	.menu__contact {
		display: none;
	}
}

.drop__icon {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0.75rem;
}

/*.navbar__nav > li > a:hover{
    opacity: 0.7;
}*/
.sub__menu h4 {
	text-transform: uppercase;
	font-size: 1.125rem;
	padding: 1.75rem 0 0.5rem 0;
	border-bottom: 1px solid rgba(var(--color-black-rgb), 0.15);
}

.sub__menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sub__menu ul li {
	text-transform: capitalize;
	padding: 0.2rem 0;
	margin: 0.375rem 0;
	font-size: 0.95rem;
}

.sub__menu ul li a {
	transition: all 0.5s ease;
	color: var(--color-dark-gray);
}

.sub__menu ul li a:hover {
	padding-left: 0.875rem;
}

.sub__menu {
	display: none;
}

.sub__menu-item:nth-child(1)>li:hover {}

.sub__cat {
	display: none;
}

.sub__cat ul {
	max-height: 70vh;
	overflow-y: auto;
}

.sub__menu-item:nth-child(3) {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.sub__menu-item .featured__image {
	width: 100%;
	height: 50vh;
}

.sub__menu-item .ad {
	width: 100%;
	height: 20vh;
	margin-top: 2rem;
}

.sub__menu-item .featured__image img,
.sub__menu-item .ad img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.menu__overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(var(--color-black-rgb), 0.4);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: opacity 500ms ease-in-out;
	display: none;
	opacity: 0;
	z-index: 7;
}

.menu__overlay.active {
	display: block;
	opacity: 1;
	transition: opacity 500ms ease-in-out;
}

@media screen and (min-width: 992px) {
	.main__nav {
		border-bottom: 1px solid rgba(var(--color-black-rgb), 0.3);
		border-top: 1px solid rgba(var(--color-black-rgb), 0.3);
		position: relative;
	}

	.main__nav-wrapper {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
	}

	.navbar__toggler {
		display: none;
	}

	.menu__icon {
		flex: 0 0 100px;
		border-bottom: none;
		padding: 0;
		display: none;
	}

	.navbar__collapse {
		display: block !important;
		overflow-y: hidden;
		flex: 1 0 auto;
		padding-bottom: 0;
	}

	.navbar__nav {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-direction: row;
	}

	.navbar__nav>li>a {
		border-bottom: none;
		margin: 0 0.4rem;
		padding: 1.7rem 1.8rem 1.7rem 1.8rem;
		font-size: 1.25rem;
	}

	.sub__menu {
		position: absolute;
		left: 0;
		width: 100%;
		top: 100%;
		background: #fff;
		border-top: 1px solid rgba(var(--color-black-rgb), 0.3);
	}

	.navbar__nav>li:hover .sub__menu {
		display: grid !important;
		/*        grid-template-columns: repeat(4, 1fr);*/
		grid-template-columns: 1fr 1fr 2fr;
		padding: 0 5rem;
		column-gap: 1.5rem;
		display: block;
	}

	.navbar__nav>li {
		border-bottom: 2px solid transparent;
		transition: border-bottom 0.4s ease;
	}

	.navbar__nav>li:hover {
		border-bottom-color: var(--color-red);
		background-color: var(--color-light-gray);
	}

	.sub__menu-item {
		padding-left: 1.2rem;
	}

	.sub__menu-item:nth-child(3) {
		padding-left: 2rem;
		padding-right: 2rem;
	}

}

@media screen and (max-width: 992px) {
	header {
		padding: 1.25rem 0;
	}

	.logo__wrap .logo {
		display: none;
	}

	.logo__wrap .location:before {
		display: none;
	}

	.main__nav {
		max-height: 100%;
	}

	.main__nav-wrapper {
		flex-direction: row;
		justify-content: space-between;
		padding: 1rem 0;
		border-bottom: 1px solid rgba(var(--color-black-rgb), 0.3);
	}

	.main__nav-wrapper .logo {
		display: block;
		width: 65%;
		padding-right: 1.25rem;
	}

	.main__nav-wrapper .logo svg {
		width: 100%;
	}

	.navbar__nav {
		display: none;
	}

	.navbar__collapse {
		overflow-y: hidden;
	}

}


/*-- Mobile Menu --*/

.mobile__nav {
	height: 100vh;
	overflow-y: hidden;
}

.mobile__nav-wrap {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	height: 90vh;
}

.mobile__navbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 2rem;
}

.mobile__nav .btn-close {
	background: none;
	border: 0;
	border-radius: 0;
	opacity: 1;
	color: #000;
	position: relative;
	margin-bottom: 0.375rem;
	padding: 1.5625rem 1rem 1.0625rem;
	flex: 0 0 100%;
	text-align: right;
	width: auto;
	height: auto;
	box-sizing: border-box;
}

.mobile__nav.zeynep ul {
	height: 100%;
	padding-left: 0;
	display: flex;
	flex-direction: column;
	flex: 0 0 100%;
	overflow-y: auto;
}

.mobile__nav.zeynep li .featured {
	font-weight: 600;
	color: var(--color-red);
}

.mobile__nav.zeynep ul>li>a {
	padding: 0.875rem 1rem;
	color: #000;
	font-size: 2rem;
	line-height: 1;
	font-weight: 400;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mobile__nav.zeynep ul>li.has-submenu>a {
	background-image: url(../_images/icon-arrow-right.svg);
	background-size: 1rem;
}

.mobile__nav.zeynep .submenu-header {
	background-image: url(../_images/icon-arrow-left.svg);
	background-size: 1rem;
	border-bottom: solid 1px #efefef;
}

.mobile__nav.zeynep .submenu-header>a {
	font-size: 2rem;
	color: #000;
	font-weight: 400;
	padding: 18px 20px;
	padding-left: 40px;
}

.mobile__nav.zeynep .submenu-header>a:before {
	background-size: 1rem;
	left: 0;
	position: relative;
	top: 0;
	margin-right: 18px;
}

.mobile__nav.zeynep .submenu {
	top: 60px;
}

.mobile__nav.zeynep .submenu ul>li>a {
	font-size: 1.25rem;
}

.mobile__nav.zeynep .submenu ul {
	height: calc(80% - 117.8px);
}

.mobile__nav.zeynep .submenu>label {
	color: var(--color-red);
	display: block;
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 8px;
	margin-top: 19px;
	opacity: 1;
	width: 100%;
	padding: 0.875rem 1rem;
	text-transform: uppercase;
}

.promo__ad-wrap {
	width: 100%;
	height: 10vh;
	position: relative;
	bottom: 0;
	left: 0;
	z-index: 1015;
	padding-top: 2rem;
}

.promo__ad-wrap .promo__ad {
	background-color: rgba(var(--color-black-rgb), 0.10);
	height: 100%;
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.promo__ad-wrap .promo__ad a {
	font-size: 1rem;
	font-weight: 600;
	color: #000;
}

/*----------- Hero Banner ------------*/
.dle__hero_banner {
  position: relative;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.dle__hero_banner .slick-list,
.dle__hero_banner .slick-slider .slick-track, 
.dle__hero_banner .slick-slider .slick-list {
  height: 100%;
}

.dle__hero_banner .banner_item {
  min-height: 800px;
  height: 60vh;
}

.dle__hero_banner .banner_item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(43, 45, 46, 0.35);
  min-height: 100%;
  z-index: 1;
}

.dle__hero_banner .image_bg {
  height: 100%;
}

.dle__hero_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: -1;
}

.dle__hero_banner .banner_content {
  position: absolute;
  top: 20%;
  z-index: 2;
  color: #fff;
}

.dle__hero_banner .banner_content h1 {
  font-size: 64px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 700;
  border: 0;
  margin: 0 0 30px 0;
  padding: 0;
}

.dle__hero_banner .banner_content h2 {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  border: 0;
  margin: 0;
  padding: 0;
}

.dle__hero_banner .banner_content h2:after {
  display: none;
}

.dle__hero_banner .pad {
  padding-right: 10rem;
}

.dle__hero_banner .banner-cta {
  margin-top: 50px;
}

.dle__hero_banner .btn-primary {
  background-color: #000 !important;
  padding: 25px 20px !important;
  color: #fff !important;
  border: 0 !important;
  border-left: 5px solid #EE4445 !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  margin-right: 25px;
}

.dle__hero_banner .hero-slider-nav {
  position: absolute;
  left: 0;
  bottom: 25px;
  z-index: 9;
  margin-left: 1.5rem;
}

.dle__hero_banner .hero-slider-nav-wrap {
  display: flex;
  flex-direction: row;
}

.dle__hero_banner .hero-slider-nav .slick-arrow {
  position: relative;
  background-color: transparent;
  border: 2px solid #fff;
  width: 40px;
  height: 40px;
}

.dle__hero_banner .hero-slider-nav .prevArrow {
  margin-right: 25px;
}

.dle__hero_banner .hero-slider-nav .slick-arrow i {
  width: 1.25rem;
  height: 1.25rem;
  color: #fff;
}

.dle__hero_banner button:focus {
  outline: 0 !important;
}


@media (max-width: 991.98px) { 
  .dle__hero_banner .banner_content h1 {
    font-size: 42px;
  }

  .dle__hero_banner .banner_content h2 {
    font-size: 26px;
  }

  .dle__hero_banner .pad {
    padding-right: 5rem;
  }
}

@media (max-width: 767.98px) {

  .dle__hero_banner .banner_content {
    top: 25px;
  }

  .dle__hero_banner .banner_item {
    min-height: 500px;
  }

  .dle__hero_banner .pad {
    padding-right: 25px;
  }

  .dle__hero_banner .banner_content h1 {
    font-size: 32px;
  }

  .dle__hero_banner .banner_content h2 {
    font-size: 20px;
  }

  .dle__hero_banner .banner-cta {
    margin-top: 25px;
  }

  .dle__hero_banner .btn-primary {
    padding: 15px 10px !important;
    font-size: 16px !important;
    margin-right: 10px !important;
  }

}

/*----------- Showroom ------------*/

.lc__showroom .showroom__content {
	/*	height: 80vh;*/
	justify-content: space-between;
	height: 100%;
	padding-bottom: var(--section-padding);
}

.lc__showroom .showroom__left {
	height: 100%;
}

.lc__showroom .showroom__featured-img {
	width: 100%;
	/*	height: 100%;*/
	height: 80vh;
	position: relative;
}

.lc__showroom .showroom__featured-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: var(--border-radius);
}

.showroom__promo-manufacture {
	position: absolute;
	bottom: 1vw;
	left: 1vw;
	width: 20vw;
}

.showroom__promo-manufacture .promo-manufacture-heading {
	background-color: var(--color-red);
	padding: 1rem;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 500;
	text-align: center;
}

.showroom__promo-manufacture .promo-manufacture-content {
	background-color: rgba(var(--color-black-rgb), 0.8);
	text-align: center;
	color: #fff;
	padding: 1rem;
}

.showroom__promo-manufacture .promo-manufacture-content p {
	padding: 0;
	margin: 0;
}

.breadcrumb__nav {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	border-bottom: 1px solid rgba(var(--color-black-rgb), 0.3);
	margin-bottom: var(--section-padding);
}

@media (max-width: 992px) {
	.breadcrumb__nav {
		flex-direction: column;
		align-items: flex-start;
		row-gap: 1rem;
	}
}

.breadcrumb__nav .breadcrumb {
	padding: 0;
	margin-bottom: 0;
	background-color: transparent;
	border-radius: 0;
}

.breadcrumb__nav .breadcrumb-item a {
	color: var(--color-dark-gray);
}

.breadcrumb__nav .breadcrumb-item.active {
	color: var(--color-dark-gray);
	text-decoration: underline;
}

.breadcrumb__nav .breadcrumb-item+.breadcrumb-item {
	display: flex;
}

.breadcrumb__nav .breadcrumb-item+.breadcrumb-item::before {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
	color: var(--color-dark-gray);
	font-family: 'FontAwesome';
	content: "\f054";
	font-size: 0.625rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.breadcrumb__nav .showroom_back-btn {
	padding: 0.375rem 0.625rem im !important;
	background-color: #B1B1B1;
	color: #fff;
	font-size: 1rem;
	border: 0;
	border-radius: 0;
}

@media (max-width: 992px) {
	.breadcrumb__nav .breadcrumb-item {
		font-size: 0.875rem;
	}

	.breadcrumb-item+.breadcrumb-item {
		padding-left: 0;
	}
}

.showroom__title h1 {
	font-size: 2.25rem;
	color: var(--color-black-rgb);
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.showroom__title-cat h2 {
	font-weight: 500;
	font-size: 1rem;
	color: var(--color-medium-gray);
	padding: 0;
	margin: 0;
	border: 0;
}

.showroom__title-cat h2::after {
	display: none;
}

.showroom__prices {
	padding-top: 3rem;
}

.showroom__prices .nav-tabs {
	border-bottom: 1px solid rgba(var(--color-black-rgb), 0.3);
}

.showroom__prices .nav-tabs .nav-item a {
	color: var(--color-dark-gray);
	background-color: var(--color-soft-gray);
}

.showroom__prices .nav-tabs .nav-item a:hover {
	color: var(--color-dark-gray);
}

.showroom__prices .nav-tabs .nav-link.active,
.showroom__prices .nav-tabs .nav-item.show .nav-link {
	font-weight: 500;
	color: var(--color-dark-gray);
	background-color: #fff;
	border-color: rgba(var(--color-black-rgb), 0.3) rgba(var(--color-black-rgb), 0.3) #fff;
}

.showroom__prices .nav-tabs .nav-link:hover,
.showroom__prices .nav-tabs .nav-link:focus {
	border-color: rgba(var(--color-black-rgb), 0.3) rgba(var(--color-black-rgb), 0.3) #fff;
}

.showroom__prices .nav-tabs .nav-item {
	margin-bottom: 0;
}

.showroom__prices .nav-tabs .nav-link {
	border-radius: 0;
	color: var(--color-medium-gray);
}

.showroom__prices .tab-pane {
	padding: 2rem 0;
}

.showroom__prices .tab-pane h3 {
	color: #000;
	font-weight: 500;
	font-size: 1.75rem;
	padding: 0;
	margin: 0;
}

.showroom__prices .tab-pane h4 {
	font-weight: 500;
	color: var(--color-medium-gray);
	font-size: 1rem;
	padding: 0;
	margin: 0;
}

.showroom__prices .tab-pane p {
	font-weight: 500;
	color: var(--color-dark-gray);
	font-size: 1rem;
	padding: 1rem 0 0 0;
	margin: 0;
}

.showroom__prices .promo-price {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: baseline;
}

.showroom__prices .promo-price span {
	padding-left: 1rem;
	color: var(--color-medium-gray);
	text-decoration: line-through;
	font-weight: 500;
}

.showroom__prices .saving {
	padding-top: 1rem;
	color: #41A139;
	font-weight: 500;
}

.showroom__warranty {
	padding: 1rem;
	background-color: var(--color-light-gray);
	text-align: center;
}

.showroom__warranty h4 {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-size: 1rem;
}

.showroom__warranty p {
	padding: 0;
	margin: 0;
	font-size: 1rem;
}

.showroom__ctas {
	display: flex;
	flex-direction: column;
	padding-top: var(--section-padding);
	height: 100%;
	row-gap: 2rem;
}

.showroom__ctas .btn-primary {
	background-color: #000 !important;
	padding: 25px 20px !important;
	color: #fff !important;
	border: 0 !important;
	border-left: 5px solid #EE4445 !important;
	font-size: 20px !important;
	font-weight: 400 !important;
	border-radius: 0;
}

.showroom__ctas .btn-secondary {
	background-color: #EDEDED !important;
	padding: 25px 20px !important;
	color: #000 !important;
	border: 0 !important;
	border-left: 5px solid #EE4445 !important;
	font-size: 20px !important;
	font-weight: 400 !important;
	border-radius: 0;
}

.showroom__ctas .btn-primary:hover,
.showroom__ctas .btn-secondary:hover {
	opacity: 0.8;
}


@media (max-width: 991.98px) {

	.lc__showroom .showroom__featured-img {
		height: 60vh;
	}

	.showroom__promo-manufacture {
		width: 60vw;
	}
}

/* Fixed Navigation */

.lc__showroom-fixed-nav {
	background-color: #fff;
	width: 100%;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	/*	position: relative;*/
}

@media (max-width: 992px) {
	.lc__showroom-fixed-nav {
		display: none;
	}
}

.is-sticky {
	position: fixed;
	top: 0;
	z-index: 1;
	width: 100%;
	transition: transform .5s;
}

.lc__showroom-fixed-nav .nav-wrap {
	list-style: none;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	height: 100%;
	margin: 0;
	padding: 0;
}

.lc__showroom-fixed-nav .nav-wrap li a {
	height: 100%;
	display: block;
	font-weight: 500;
	color: #000;
	padding: 1.5rem;
	border-bottom: 3px solid #B9B9B9;
	transition: border-color .5s, background-color .5s, color .5s;
}

.lc__showroom-fixed-nav .nav-wrap li a:hover {
	text-decoration: none;
	color: #000;
	background-color: var(--color-light-gray);
	border-color: var(--color-red);
}

.lc__showroom-fixed-nav .nav-wrap li a.active {
	color: #000;
	background-color: var(--color-light-gray);
	border-color: var(--color-red);
}


/* Inventory */
.lc__showroom.inventory {
	padding-top: var(--section-padding);
}

.inventory__wrap {
	width: 100%;
	padding-bottom: var(--section-padding);
}

.inventory__wrap .inventory__slider {
	/*padding-inline-start: calc(24px * 2);
	scroll-padding: 0 calc(24px * 2);
	transition: color 250ms ease-in-out 0s;
	display: flex;*/
	/*	overflow-x: auto;*/
	list-style: none;
	position: initial;
	/*important, allows container-fluid to be the relative*/
}

.inventory__wrap .slick-list {
	overflow: visible;
}

.inventory__wrap .slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	;
}

.inventory__wrap .slick-slide {
	height: inherit !important;
}

.inventory__wrap .inventory__slider .inventory__item {
	/*--column-offset: 18px;
    flex: 0 0 calc(33% - var(--column-offset));*/
	margin: 0 12px 0 0;
	padding: 1.5rem;
	min-width: auto;
	scroll-snap-align: start;
	/*    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
	box-shadow: var(--box-shadow);
	/*	display: inherit;*/
	background-color: #fff;
}

.inventory__wrap .inventory__slider .inventory__item a {
	text-decoration: none;
	color: #000;
}

.inventory__card {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	height: 100%;
	margin: 0px;
	width: 100%;
}

figure.inventory__card:focus-visible {
	border: 0;
}

.inventory__intro {
	display: flex;
	flex-direction: column;
	padding-bottom: 4rem;
}

.inventory__name {
	padding-right: 1rem;
	min-height: 7.5rem;
}

.inventory__name h2 {
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 1.75rem;
	text-transform: uppercase;
}

.inventory__name h2:after {
	display: none;
}

.inventory__name h3 {
	padding: 0;
	margin: 0;
	border: 0;
	font-weight: 500;
	color: var(--color-medium-gray);
	font-size: 1rem;
}

.inventory__intro {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}

.inventory__label .label-new {
	font-size: 1rem;
	color: var(--color-red);
	font-weight: 600;
	text-transform: uppercase;
}

.inventory__label .label-old {
	font-size: 1rem;
	color: var(--color-medium-gray);
	font-weight: 600;
	text-transform: uppercase;
}

.inventory__img {
	height: 50vh;
}

.inventory__img-wrap {
	overflow: hidden;
	height: 50vh;
}

.inventory__img-hover {
	display: block;
	position: relative;
	height: 100%;
	transition: transform 0.5s ease;
}

.inventory__img .inventory__img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.inventory__wrap .inventory__slider .inventory__item:hover .inventory__img-hover {
	transform: scale(1.1);
}

.inventory__info {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	height: 100%;
	row-gap: 1rem;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.inventory__price {
	display: flex;
	flex-direction: row;
	align-items: baseline;
}

.inventory__price .old-price {
	padding-left: 1rem;
	color: var(--color-medium-gray);
	text-decoration: line-through;
	font-weight: 500;
}

.inventory__price .new-price {
	color: #000;
	font-size: 1.5rem;
	font-weight: 500;
}

.inventory__stock {
	font-size: 0.75rem;
	text-transform: uppercase;
	color: var(--color-dark-gray);
}

/* Arrows */
.inventory__nav {
	position: relative;
	display: flex;
	justify-content: flex-end;
	padding-bottom: 1rem;
	column-gap: 0.625rem;
}

.inventory__nav .slick-arrow {
	background-color: var(--color-medium-gray);
	border: 0;
	padding: 1rem 1.2rem;
	color: #fff;
	opacity: 0.8;
}

.inventory__nav .slick-arrow:hover {
	opacity: 1;
}

.inventory__nav .slick-arrow.prevArrow.slick-disabled {
	opacity: 0.5;
	cursor: default;
}

/* Features */

.showroom__features {
	padding-bottom: var(--section-padding);
	padding-top: var(--section-padding);
}

.showroom__features .accordion h2.accordion-header {
	margin: 0;
	padding: 0;
	border-top: none;
}

.showroom__features .accordion h2::after {
	display: none;
}

.showroom__features .accordion-item:first-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.showroom__features .accordion-item:last-of-type {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.showroom__features .accordion-item:first-of-type .accordion-button {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.showroom__features .accordion-button:not(.collapsed) {
	color: var(--color-dark-gray);
	background-color: var(--color-light-gray);
	box-shadow: none;
	border-bottom: 1px solid #B2B2B2;
}

.showroom__features .accordion-button:focus {
	z-index: 3;
	border-color: transparent;
	outline: 0;
	box-shadow: none;
}

.showroom__features .accordion-button {
	font-size: 1.25rem;
	font-weight: 500;
	color: var(--color-dark-gray);
}

.showroom__features .accordion-button:hover {
	z-index: 0;
}

.showroom__features .accordion-item {
	color: var(--color-dark-gray);
	border: 0;
	border-bottom: 1px solid #B2B2B2;
}

.showroom__features .accordion-body {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.accordion-button::after {
	width: var(--bs-accordion-btn-icon-width);
	height: var(--bs-accordion-btn-icon-width);
	content: "";
	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");
}

.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");
}

/* Gallery */
.showroom__gallery {
	padding-top: var(--section-padding);
	padding-bottom: var(--section-padding);
	background-color: var(--color-light-gray);
}

.showroom__gallery .gallery {
	position: relative;
}

.showroom__gallery .gallery-item {
	height: 35vh;
	padding: 0;
}

.showroom__gallery .gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 991.98px) {

	.showroom__gallery .gallery-item {
		height: 18vh;
	}
}

@media (max-width: 575.98px) {

	.showroom__gallery .gallery-item {
		height: 25vh;
	}
}

/* Lightbox Style */
.lightbox-btn {
	border: 0;
	background-color: var(--color-light-gray);
}

.lightbox-btn:hover,
.lightbox-btn:focus {
	background-color: var(--color-light-gray);
}

.lightbox-btn:disabled {
	background-color: #959595;
	display: none;
}

.lightbox-btn-close {
	top: -0.8em;
	right: -0.8em;
	background-size: 40%;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 384 512"><path d="M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"/></svg>');
	background-color: var(--color-light-gray);
}

.lightbox-btn-close:hover {
	background-color: var(--color-medium-gray);
}

.lightbox-btn-next,
.lightbox-btn-previous {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 320 512"><path d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"/></svg>');
}

/* Locations */
.showroom__locations {
	padding-top: var(--section-padding);
	padding-bottom: var(--section-padding);
}

.showroom__locations .location-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 15%;
	grid-template-rows: 1fr;
	grid-column-gap: 1.5rem;
	grid-row-gap: 0px;
	background-color: var(--color-light-gray);
	margin-bottom: var(--section-padding-small);
}

@media (max-width: 575.98px) {
	.showroom__locations .location-wrap {
		grid-column-gap: 1rem;
		font-size: 0.875rem;
	}
}

.showroom__locations .location-wrap>div {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.showroom__locations .location-wrap>div:last-of-type {
	padding: 0;
}

.showroom__locations .location-wrap .address,
.showroom__locations .location-wrap .phone,
.showroom__locations .location-wrap .city {
	align-self: center;
}

.showroom__locations .location-wrap .city {
	font-size: 1.5rem;
	font-weight: 500;
	padding-left: 1.5rem;
}

@media (max-width: 575.98px) {

	.showroom__locations .location-wrap .city {
		font-size: 1rem;
		padding-left: 1rem;
	}
}

.showroom__locations .location-wrap .phone a {
	color: var(--color-dark-gray);
}

.showroom__locations .location-wrap .phone a:hover {
	text-decoration: underline;
}

.showroom__locations .location-wrap .btn-location {
	color: #fff;
	background-color: var(--color-dark-gray);
	display: flex;
	justify-content: center;
	align-items: center;
}

.showroom__locations .location-wrap .btn-location:hover {
	background-color: var(--color-red);
}

/* Models */
.showroom__models {
	padding-top: var(--section-padding);
	padding-bottom: var(--section-padding);
	background-color: var(--color-light-gray);
}

.showroom__models .model__row {
	row-gap: 3rem;
}

.showroom__models .model__card {
	padding: 1.5rem;
	box-shadow: var(--box-shadow);
	display: block;
	color: var(--color-dark-gray);
}

.showroom__models .model__picture {
	height: 18rem;
	padding-bottom: 2.5rem;
}

.showroom__models .model__picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.showroom__models .model__name {
	padding: 0;
	margin: 0;
	border: 0;
	text-transform: uppercase;
	font-size: 1.75rem;
	color: rgb(var(--color-black-rgb));
	padding-bottom: 0.5rem;
}

.showroom__models h2.model__name::after {
	display: none;
}

.showroom__models .model__cat {
	font-size: 1rem;
	color: var(--color-medium-gray);
	font-weight: 500;
}

.showroom__models .model__specs {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}

.showroom__models .model__price h4 {
	font-size: 0.75rem;
	color: var(--color-medium-gray);
	padding: 0;
	margin: 0;
}

.showroom__models .model__price h3 {
	padding: 0;
	margin: 0;
	font-size: 1.5rem;
	color: rgb(var(--color-black-rgb));
}

/* Downloads */
.showroom__downloads {
	padding-top: var(--section-padding);
	padding-bottom: var(--section-padding);
}

.showroom__downloads .download__wrap {
	display: flex;
	flex-direction: column;
	row-gap: 3rem;
}

.showroom__downloads .download__item {
	background-color: var(--color-light-gray);
	display: flex;
	justify-content: space-between;
}

.showroom__downloads .download__item .item-name {
	padding: 1.25rem;
	font-size: 1.25rem;
	font-weight: 500;
	display: flex;
	column-gap: 1rem;
	align-items: center;
}

.showroom__downloads .download__item .btn-download {
	background-color: var(--color-dark-gray);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1.25rem;
	color: rgb(var(--color-white-rgb));
	font-weight: 600;
	text-transform: uppercase;
	font-size: 0.875rem;
	column-gap: 1rem;
}

.showroom__downloads .download__item .btn-download:hover {
	background-color: var(--color-red);
}

/* Featured Image with Content */
.showroom__featuredimg__content {
	padding-top: var(--section-padding);
	padding-bottom: var(--section-padding);
}

.featuredimg__content-picture {
	width: 100%;
	height: 70vh;
	padding-bottom: var(--section-padding);
}

@media (max-width: 992px) {
	.featuredimg__content-picture {
		height: 50vh;
	}
}

@media (max-width: 576px) {
	.featuredimg__content-picture {
		height: 30vh;
	}
}

.featuredimg__content-picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Showroom CTA */
.showroom__cta-block {
	padding-top: var(--section-padding);
	padding-bottom: var(--section-padding);
}

.cta__wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 40vw;
	margin: 0 auto;
}

@media (max-width: 992px) {
	.cta__wrap {
		width: 70vw;
	}
}

@media (max-width: 576px) {
	.cta__wrap {
		width: 100%
	}
}

.cta__wrap .btn-secondary {
	background-color: #EDEDED;
	padding: 1.5rem 1.25rem;
	color: #000;
	border: 0;
	border-left: 5px solid var(--color-red);
	font-size: 1.25rem;
	font-weight: 500;
	border-radius: 0;
}

.cta__wrap .btn-secondary:hover {
	background-color: var(--color-light-gray);
}

@media (max-width: 768px) {
	.cta__wrap .btn-secondary {
		padding: 1.25rem 1rem;
		font-size: 1rem;
	}
}

/*----------- Footer ------------*/
.lc__footer a:hover {
	text-decoration: none;
}

.lc__footer h2,
.lc__footer h3 {
	margin: 0;
	padding: 0;
	border: 0;
}

.lc__footer h2:after {
	display: none;
}

.lc__footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.lc__footer ul li a {
	line-height: 2;
	color: rgba(var(--color-black-rgb), 1.0);
	border-bottom: 1px solid transparent;
}

.lc__footer ul li a:hover {
	border-color: rgba(var(--color-black-rgb), 1.0);
}

.primary__footer {
	padding-top: var(--section-padding);
	padding-bottom: var(--section-padding);
	background-color: var(--color-light-gray);
	border-top: 5px solid var(--color-red);
}

.primary__footer h3,
.secondary__footer h3 {
	font-size: 1.25rem;
	color: rgba(var(--color-black-rgb), 1.0);
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}

.primary__footer .featured__menu h2 {
	font-size: 1.75rem;
	margin-bottom: 1.25rem;
}

.primary__footer .featured__menu h2 a {
	color: rgba(var(--color-black-rgb), 1.0);
	border-bottom: 1px solid transparent;
	text-transform: capitalize;
}

.primary__footer .featured__menu h2 a:hover {
	border-color: rgba(var(--color-black-rgb), 1.0);
}

.secondary__footer {
	background-color: var(--color-dark-gray);
	padding-top: var(--section-padding);
	padding-bottom: var(--section-padding);
}

.secondary__footer .footer__socials {
	display: flex;
	column-gap: 1rem;
	padding-top: 2rem;
}

.secondary__footer .footer__socials .socials__icon {
	background-color: rgb(var(--color-white-rgb), 1.0);
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.secondary__footer .footer__socials .socials__icon i {
	color: var(--color-dark-gray);
	font-size: 0.875rem;
}

.secondary__footer .footer__socials .socials__icon:hover {
	opacity: 0.9;
}

.secondary__footer .footer__contact {
	padding-top: 2rem;
	padding-right: 5rem;
}

.secondary__footer .footer__contact a {
	color: rgba(var(--color-white-rgb), 1.0);
}

.secondary__footer h3,
.secondary__footer p,
.secondary__footer a {
	color: rgba(var(--color-white-rgb), 1.0);
}

.secondary__footer-menu {
	margin-top: var(--section-padding);
	padding-top: var(--section-padding-small);
	padding-bottom: var(--section-padding-small);
	border-top: 1px solid rgba(var(--color-white-rgb), 0.10);
	border-bottom: 1px solid rgba(var(--color-white-rgb), 0.10);
}

.secondary__footer-menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	column-gap: 3rem;
}

.secondary__footer-menu li a {
	color: rgba(var(--color-white-rgb), 0.20) !important;
	border-bottom: none !important;
}

.secondary__footer-menu li a:hover {
	color: rgba(var(--color-white-rgb), 0.9) !important;
}

.secondary__footer-copyright p {
	padding-top: var(--section-padding-small);
	color: rgba(var(--color-white-rgb), 0.20) !important;
	font-size: 0.875rem;
}

.secondary__footer-lc {
	padding-top: var(--section-padding-small);
}

.secondary__footer-lc p {
	color: #656565;
	font-size: 0.875rem;
	text-align: right;
}

.secondary__footer-lc p a {
	color: rgba(var(--color-white-rgb), 1);
}

.secondary__footer-lc p a:hover {
	color: rgba(var(--color-white-rgb), 0.20);
}

.secondary__footer .quick__links {
	font-size: 0.75rem;
	color: rgba(var(--color-white-rgb), 0.20);
	background: transparent;
	border: 0;
	padding: 0;
	margin: 0;
	outline: 0;
}

.secondary__footer #quick-links {
	padding-top: 1rem;
	font-size: 0.75rem;
}

.secondary__footer #quick-links li a {
	color: rgba(var(--color-white-rgb), 0.20) !important;
	border-bottom: none;
}

@media (max-width: 992px) {
	.primary__footer .row {
		row-gap: 2rem;
	}

	.secondary__footer .col-12 {
		padding-top: 2rem;
	}

	.secondary__footer .col-12:last-of-type {
		padding-top: 0 !important;
	}

	.secondary__footer-copyright p {
		padding-top: 0;
	}

	.secondary__footer-lc {
		padding-top: 0 !important;
	}

	.secondary__footer-lc p {
		text-align: left;
	}
}

/*----------- Product Page ------------*/
.dle-product-image-main {
	position: relative;
}

.product-call-out {
	background-color: #FF0000;
    padding: 1rem;
    font-size: 1.15rem;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 20px;
    font-weight: 700;
    text-align: center;
    border-radius: 100px;
}

/*----------- Product Card List ------------*/
.cards__list {
	/* padding: 0 0 3rem 0; */
	padding: 0;
}

.cards__list .card__item {
	background-color: var(--color-light-gray);
	height: 100%;
	display: block;
	color: #000;
	border-radius: var(--border-radius);
}

.cards__list .card__item .card-photo {
	/* height: 235px; */
	aspect-ratio: 4 / 3;
	position: relative;
	overflow: hidden;
	border-top-left-radius: var(--border-radius);
	border-top-right-radius: var(--border-radius);
}

.cards__list .card__item .card-photo a {
	display: block;
	width: 100%;
	height: 100%;
}

.cards__list .card__item .card-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.cards__list .card__item:hover img {
	transform: scale(1.2);
}

.cards__list .card__item .card-photo .photo-label {
	background-color: var(--color-dark-gray);
	border-radius: 50px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 8px;
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 8;
}

.cards__list .card__item .card__info {
	padding: 32px 24px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	row-gap: 16px;
}

.cards__list .card__info-titles {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	row-gap: 8px;
	min-height: 75px;
}

.cards__list .card__info-titles span {
	font-size: 14px;
	text-transform: uppercase;
	color: rgba(var(--color-black-rgb), 0.60);
}

.cards__list .card__info-titles h3 {
	font-size: 18px;
	color: #000;
	line-height: 1.2;
}

.cards__list .card__info-list {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	row-gap: 4px;
	font-size: 14px;
	color: rgba(var(--color-black-rgb), 0.60);
}

.cards__list .card__info-list a {
	font-size: 14px;
	color: rgba(var(--color-black-rgb), 0.60);
	text-decoration: underline;
	cursor: pointer;
}

.cards__list .card__info-list a:hover {
	text-decoration: none;
}

.cards__list .card__item hr {
	opacity: 0.2;
	margin: 0;
}

.cards__list .card__info-prices {
	display: flex;
	flex-direction: row;
	column-gap: 8px;
	align-items: center;
	flex-wrap: wrap;
}

.cards__list .card__info-prices.payment {
	display: flex;
	flex-direction: column;
	row-gap: 4px;
	align-items: flex-start;
}

.cards__list .card__info-prices .current-price {
	color: #000;
	font-weight: 700;
	font-size: 18px;
}

.cards__list .card__info-prices .old-price {
	color: rgba(var(--color-black-rgb), 0.40);
	font-size: 14px;
	text-decoration: line-through;
}

.cards__list .card__info-prices .terms {
	color: rgba(var(--color-black-rgb), 0.40);
	font-size: 14px;
}

.cards__list .card__info-tag {
	display: flex;
}

.cards__list .card__info-tag .card-tag {
	background-color: var(--color-red);
	padding: 8px 10px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	border-radius: 100px;
	font-weight: 500;
}

.cards__list .card__item .btn-primary{
	border-radius: 4px;
    font-size: 1rem;
    font-weight: 700;
	padding: 8px 10px;
	line-height: 1;
	background-color: var(--color-dark-gray);
}

.cards__list .card__item .btn-primary:hover,
.cards__list .card__item .btn-primary:active,
.cards__list .card__item .btn-primary:focus {
	border-color: transparent;
	border: none;
	box-shadow: none;
	background-color: var(--color-dark-gray);
	opacity: .7;
}

.cards__list .card__item .btn-secondary{
	border-radius: 4px;
    font-size: 1rem;
    font-weight: 700;
	padding: 8px 10px;
	line-height: 1;
	background-color: transparent;
	border: 1px solid var(--color-dark-gray);
	color: var(--color-dark-gray);
}

.cards__list .card__item .btn-secondary:hover,
.cards__list .card__item .btn-secondary:active,
.cards__list .card__item .btn-secondary:focus {
	border-color: var(--color-dark-gray);
	border: 1px solid var(--color-dark-gray);
	box-shadow: none;
	background-color: var(--color-dark-gray);
	color: #fff;
	opacity: .7;
}

@media (max-width: 767.98px) {
	.cards__list .card__item {
		display: flex;
	}

	.cards__list .card-photo {
		flex: 0 0 auto;
		width: 50%;
		height: auto !important;
		border-top-left-radius: 0 !important;
		border-top-right-radius: 0 !important;
	}

	.cards__list .card__info {
		flex: 0 0 auto;
		width: 50%;
	}

	.cards__list .card__info-titles h3 {
		min-height: auto;
	}
}

/* Filters */
.filters__wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-bottom: 1.5rem;
	align-items: center;
}

.filters__wrap span {
	font-size: 1.25rem;
	font-weight: 600;
}

.filters__wrap .filters .filter-item {
	background: #fff;
	border: 1px solid var(--color-medium-gray);
	color: var(--color-dark-gray);
	padding: .5rem;
	font-size: 1rem;
	margin-right: 12px;
	transition: var(--animation-primary);
	border-radius: var(--border-radius-all);
}

.filters__wrap .filters .filter-item:hover,
.filters__wrap .filters .filter-item.active {
	background: var(--color-red);
	border: 1px solid var(--color-red);
	color: #fff;
}

/*----------- Product Card List Manual ------------*/
.is-block {

}

.cards__list.is-block .card__item {
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.cards__list.is-block .card__item .card-photo {
	background-color: #fff;
	aspect-ratio: 1 / 1;
}

.cards__list.is-block .card__item .card-photo img {
	/* object-fit: contain; */
}

.cards__list.is-block .card__item .card-photo .photo-label {
	background-color: var(--color-red);
}

.cards__list.is-block .card__info-titles {
    row-gap: normal;
	min-height: max-content;
}

.cards__list.is-block .card__info-prices .current-price {
	font-size: 22px;
}

.cards__list.is-block .card__info-prices .old-price {
	font-size: 16px;
}

/*----------- Sticky Nav ------------*/
.sticky__nav {
	background-color: #fff;
	box-shadow: var(--box-shadow);
	/* min-height: 50px; */
	color: #000;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 999;
	/* padding: 16px 0;     */
}

.sticky__nav > div {
	width: 100%;
}

.sticky__nav .sticky__nav-wrap {
	display: flex;
	flex-direction: row;
	column-gap: 24px;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: thin;
    padding: 16px;
}

.sticky__nav .sticky__nav-wrap .nav-item {
	color: #000;
	font-weight: 600;
	font-size: 16px;
}

@media (max-width: 991.98px) {
	.sticky__nav {
		-ms-overflow-style: none;
		scrollbar-width: none;
		align-items: flex-start;
	}
	.sticky__nav .sticky__nav-wrap {
		justify-content: flex-start;
	}

	.sticky__nav::-webkit-scrollbar {
		display: none;
	}
}


/*----------- Chat Box ------------*/
.chat-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

#chat-button {
    width: 80px;
    height: 80px;
    background-color: var(--color-red);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: transform 0.3s;
}

#chat-button:hover {
    opacity: 1;
    transform: scale(1.1);
}

.chat-bubble {
    background: url(../_images/icon-message.svg);
    background-position: center;
    background-size: 24px;
    background-repeat: no-repeat;
    display: block;
    width: 24px;
    height: 24px;
}

.fa-times {
    background: none;
    font-size: 24px;
}

.flip {
    animation: flip 0.6s forwards;
}

@keyframes flip {
    0% {
        transform: perspective(400px) rotateY(0deg);
    }
    50% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0.5;
    }
    100% {
        transform: perspective(400px) rotateY(180deg);
        opacity: 1;
    }
}

.chat-box {
    position: fixed;
    bottom: 120px;
    right: 20px;
    width: 300px;
    display: none;
    z-index: 1000;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.chat-box-header {
    background-color: var(--color-red);
    padding: 10px;
    border-radius: 8px 8px 0 0;
    text-align: center;
    color: #fff;
    font-weight: 800;
    font-size: 16px;
}

.chat-box-body {
    padding: 24px;
}

.chat-message-popup {
    position: absolute;
    bottom: 14px;
    right: 4px;
    background-color: #fff;
    padding: 15px 115px 15px 15px;
    border-radius: 50px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: none;
    font-weight: 700;
    width: max-content;
    z-index: -8;
}

/*----------- Inner Page ------------*/

.lc__inner-page .intro__banner {
	background: url('http://dleamc:8888/wp-content/uploads/2024/08/banner-services-scaled.jpg');
	background-position: center center;
	background-size: cover;
	/* height: 40vh;
	max-height:400px; */
	width: 100%;
	height: 100%;
	position: relative;
	padding: 5rem 0;
}

.overlay {
	background-color: rgba(var(--color-dark-gray-rgb), 0.7);
	width: 100%;
	height: 100%;
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.lc__inner-page .intro__banner-content {
	position: relative;
	z-index: 3;
	color: #fff;
}

.lc__inner-page .intro__banner-content .breadcrumb__nav {
    border-bottom: 0;
    margin-bottom: 0;
}

.lc__inner-page .intro__banner-content .breadcrumb__nav .breadcrumb-item a,
.lc__inner-page .intro__banner-content .breadcrumb__nav .breadcrumb-item.active {
	color: #fff;
}
.lc__inner-page .intro__banner-content .breadcrumb__nav .breadcrumb-item+.breadcrumb-item::before {
	color: #fff;
}

.lc__inner-page .intro__banner-content .banner-title {
	width: 30%;
}

.lc__inner-page .intro__banner-content .banner-title h1 {
	text-transform: uppercase;
	color: #fff;
}

.lc__inner-page .inner__title {
	padding-right: 5rem;
}

.lc__inner-page .inner__title.center {
	text-align: center;
	width: 80%;
    margin: 0 auto;
}

.lc__inner-page .inner__title span {
	font-size: 0.875rem;
	color: var(--color-medium-gray);
	text-transform: uppercase;
	margin-bottom: 0.25rem;
    display: block;
}

.lc__inner-page .inner__title .title {
	margin-bottom: 1.5rem;
}

.lc__inner-page .inner__title .title h2 {
	margin-bottom: 1rem;
	padding: 0;
	border-top: none;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	font-size: 3rem;
	font-weight: 500;
	line-height: 1;
}

.lc__inner-page .inner__title .title.large h2 {
	font-size: 3.5rem;
}

.lc__inner-page .inner__title h2::after {
	display: none;
}

.lc__inner-page .inner__title .line {
    background: var(--color-red);
    height: 3px;
    width: 100px;
}

.lc__inner-page .inner__title.center .line {
	margin: 0 auto;
}

.lc__inner-page .btn-primary {
	background-color: var(--color-red);
	border-radius: 100px;
	padding: 0.875rem;
	font-weight: 500;
	border: 1px solid var(--color-red);
	width: max-content;
}

.lc__inner-page .btn-primary:hover {
	background-color: transparent;
	opacity: 1;
	color: var(--color-red);
}

.lc__inner-page .btn-check:checked+.btn, 
.lc__inner-page .btn.active, .btn.show, 
.lc__inner-page .btn:first-child:active, 
.lc__inner-page :not(.btn-check)+.btn:active {
    color: #fff;
    background-color: var(--color-red);
    border-color: var(--color-red);
}

.lc__inner-page .btn:focus-visible {
    box-shadow: 0 0 0 0.25rem rgb(238 68 69 / 30%);
}

.lc__inner-page .btn-secondary {
	background-color: transparent;
	border-radius: 100px;
	padding: 0.875rem;
	font-weight: 500;
	border: 1px solid var(--color-dark-gray);
	color: var(--color-dark-gray);
	width: max-content;
}

.lc__inner-page .btn-secondary:hover {
	background-color: var(--color-dark-gray);
	opacity: 1;
	color: #fff;
}


.lc__inner-page .btn-secondary.gray {
	border: 1px solid var(--color-medium-gray);
	color: var(--color-medium-gray);
}

.lc__inner-page .btn-secondary.gray:hover {
	background-color: var(--color-medium-gray);
	opacity: 1;
	color: #fff;
}

/* small button */

.lc__inner-page .btn.small {
    padding: 0.625rem;
    font-size: 0.875rem;
}


.lc__inner-page .banner-featured-image {
	max-height: 420px;
	position: relative;
	aspect-ratio: 2 / 1;

}

.lc__inner-page .banner-featured-image img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	object-fit: cover;
	border-radius: var(--border-radius);
	object-position: 50% 35%;
}

@media (max-width: 991.98px) {
	
	.lc__inner-page .intro__banner-content .banner-title {
		width: 100%;
	}
	.lc__inner-page .inner__title {
		padding-right: 0;
	}
}

@media (max-width: 767.98px) {
	.lc__inner-page .intro__banner {
		min-height: auto;
		padding: 2rem 0
	}
}

/*----------- Location Card ------------*/

.location__card {
	background-color: var(--color-dark-gray);
	border-radius: var(--border-radius);
	padding: 24px;
}

.location__card .location__name {
	font-size: 1.125rem;
	text-transform: uppercase;
	border-top: 4px solid #fff;
	color: #fff;
	display: inline-block;
	padding: 1rem 0.125rem;
	margin-bottom: 1rem;
}

.location__card .location__info-wrapper {
	display: flex;
	flex-direction: column;
	row-gap: 1rem;
}

.location__card .location__info {
	color: #fff;
}

.location__card .location__info a {
	color: #fff;
	text-decoration: underline;
}

.location__card .location__info a:hover {
	color: #fff;
	text-decoration: none;
}

.location__card .location__info .info-item {
	border-bottom: 1px solid rgba(var(--color-white-rgb), 0.2);
	padding-bottom: 1rem;
	padding-top: 1rem;
}

.location__card .location__info .info-item:first-child {
	padding-top: 0;
}

.location__card .location__info .info-item:last-child {
	border-bottom: 0;
}

.location__card .location__additional {
	color: #fff;
}

.location__card .location__additional strong {
	display: block;
	padding-bottom: 0.5rem;
}

/*----------- List Rounded ------------*/
.list__rounded {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	row-gap: 1rem;
	/* column-gap: 1.5rem; */
}

.list__rounded .btn-primary {
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
}

.list__rounded.height-100,
.list__rounded .height-100{
	height: 100% !important;
}

.list__rounded .list__item {
	background-color: #fff;
	border-radius: var(--border-radius);
	padding: 1.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 0.5rem;
}

.list__rounded .list__item .photo {
	border-radius: var(--border-radius);
	position: relative;
	/* max-height: 220px; */
	height: 180px;
	display: block;
	aspect-ratio: 4/3;
	width: 100%;
}

.list__rounded .list__item .photo img {
	border-radius: var(--border-radius);
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.list__rounded .list__item .photo .photo-label{
	background-color: var(--color-dark-gray);
    border-radius: 50px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 8px;
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 8;
}

.list__rounded .list__item .content {
	display: flex;
	flex-direction: column;
	row-gap: 1.5rem;
	align-items: flex-start;
}

.list__rounded .list__item .content .title {
	/* font-size: 1.25rem; */
	font-size: 1.125rem;
	font-weight: 700;
}

.list__rounded .list__item .content .title small {
	display: block;
	font-size: 0.875rem;
	font-weight: 400;
	margin-top: 0.25rem;
}

.list__rounded .list__item .content .body__copy {
	font-size: 0.875rem;
}

.list__rounded .list__item .content .prices {
	
}

.list__rounded .list__item .content .prices .label {
	font-size: 0.875rem;
	text-transform: uppercase;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.35);
	padding-bottom: 0.375rem;
}

.list__rounded .list__item .content .prices .original-price {
	font-weight: 700;
	font-size: 1.25rem;
	display: inline-block;
}

.list__rounded .list__item .content .prices .old-price {
	font-weight: 400;
	font-size: 0.875rem;
	color: rgba(0, 0, 0, 0.35);
	text-decoration: line-through;
	display: inline-block;
    padding-left: 6px;
}

.list__rounded .list__item .package__callout {
    background: #fff;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
	width: 100%;
}

.list__rounded .list__item .package__callout .header {
	font-size: 0.875rem;
	font-weight: 600;
	border-bottom: 1px solid rgba(var(--color-black-rgb), 0.15);
	padding-bottom: 0.25rem;
	width: 100%;
	display: block;
	margin-bottom: 0.375rem;
}

.list__rounded .list__item .package__callout .list {
	font-size: 0.875rem;
	font-weight: 500;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin: 0;
	width: 100%;
	list-style: none !important;
	padding: 0 !important;
}

.list__rounded .list__item .package__callout .list li {
	padding: 0 !important;
	font-weight: 500;
}

.list__rounded .list__item .fine-print {
	font-size: 0.875rem;
	font-size: 0.75rem;
	font-weight: 400;
}

.list__rounded .list__item .content h5{
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 500;
}


.list__rounded .list__item .content p {
	font-size: 0.875rem;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}

.list__rounded .list__item .content ul.package-list,
.list__rounded .list__item .content ul{
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	list-style: disc;
	padding: 0 0 0 0.875rem;
}

.list__rounded .list__item .content ul li {
	font-size: 0.875rem;
	line-height: 1.4;
	padding-right: 0.875rem;
}

.list__rounded .list__item a.see-more {
	color: var(--color-red);
	display: block;
	vertical-align: middle;
}

.list__rounded .list__item a.see-more > i{
	font-size: 12px;
}

.list__rounded .list__item a.see-more:hover {
	text-decoration: underline;
}

@media (max-width: 991.98px) {
	.list__rounded.height-100,
	.list__rounded .height-100 {
		height: inherit !important;
	}
}

@media (max-width: 767.98px) {
	.list__rounded .list__item .photo img {
		/* max-height: 450px; */
		height: 460px;
	}
}

/*----------- Card with image ------------*/
.card__image {
	position: relative;
	width: 100%;
	height: 350px;
	min-height: 350px;
}

.card__image .overlay {
	border-radius: var(--border-radius);
}

.card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: var(--border-radius);
}

.card__image .content {
	position: absolute;
	z-index: 4;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 0 1.5rem 2rem;
}

/*----------- Featured image ------------*/

.featured__image {
	height: 100%;
	width: 100%;
	position: relative;
}

.featured__image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: var(--border-radius);
}

.object-fit {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
}

.object-fit img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
	border-radius: var(--border-radius);
}

/*----------- Column with icon ------------*/
.col__icon {
	background-color: var(--color-light-gray);
	border-radius: var(--border-radius);
	padding: 2.5rem 1.5rem;
	height: 100%;
}

.col__icon .icon__box {
	width: 2.5rem;
	height: 2.5rem;
	background-color: var(--color-red);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: var(--border-radius);
	margin: 0 auto 1.5rem auto;
}

.col__icon .icon {
	width: 1.5rem;
	height: 1.5rem;
    display: flex;
    justify-content: center;
	align-items: center;
    text-align: center;
}

.col__icon .icon.shop {
	background: url(../_images/icon-shop_light.svg) no-repeat center;
}

.col__icon .icon.field {
	background: url(../_images/icon-field.svg) no-repeat center;
}

.col__icon .content h3 {
	text-align: center;
	font-size: 1.125rem;
	font-weight: 500;
}

.section.is__gray .col__icon .icon__box {
	background-color: var(--color-soft-gray);
	color: var(--color-dark-gray);
	margin: 0;
}

.section.is__gray .icon {
	font-size: 1.25rem;
	line-height: 1;
}

.section.is__gray .col__icon .content {
	border-top: 1px solid rgba(0, 0, 0, 0.35);
	margin-top: 1.5rem;
}

.section.is__gray .col__icon .content h3 {
    text-align: left;
	margin-top: 1.5rem;
}

/*----------- Brand List ------------*/
.brand__list {
    border-radius: var(--border-radius);
    border: 1px solid var(--color-medium-gray);
    padding: 1.5rem;
    height: 125px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.brand__list img {
	width: 100%;
	height: 100%; 
    object-fit: contain; 
}

/*----------- List with Image ------------*/
.list__img {
	background-color: var(--color-light-gray);
	border-radius: var(--border-radius);
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.list__img .list {
	padding: 2rem;
}

.list__img .list h3 {
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 1rem;
}

.list__img .list ul li {
	line-height: 1.4;
}

.list__img .image {
	height: 30vh;
	width: 100%;
}

.list__img .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-bottom-left-radius: var(--border-radius);
	border-bottom-right-radius: var(--border-radius);
}

/*----------- Blog ------------*/
.lc__blog .filters-wrap {
	margin-top: 1.5rem;
	justify-content: flex-start;
    align-items: center;
}

.lc__blog .filters-wrap span{
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
}

.lc__blog .filters-wrap .filters {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1.5rem;
	justify-content: flex-start;
    align-items: center;
    list-style: none
}

.lc__blog .filters-wrap .filters li {
	display: inline-flex;
	text-transform: capitalize;
	border-radius: var(--border-radius-all);
	border: 1px solid var(--color-dark-gray);
	color: var(--color-dark-gray);
	padding: 1rem 1.5rem;
	cursor: pointer;
}

.lc__blog .filters-wrap .filters li:hover,
.lc__blog .filters-wrap .filters li.active {
	border: 1px solid var(--color-dark-gray);
	background-color: var(--color-dark-gray);
	color: #fff;
}

.lc__blog .post-list-wrap {
	position: relative;
	overflow: hidden;
	margin-top: 2rem;
}

.lc__blog .post-list-wrap .post-list .post-card {
	border: 1px solid rgba(var(--color-black-rgb), 0.3);
	border-radius: var(--border-radius-medium);
	padding: 0 1rem 2rem 1rem;
	margin-bottom: 1.5rem;
}

.lc__blog .post-card .post-image {
	height: 300px;
	margin-left: -1rem;
	margin-right: -1rem;
}

.lc__blog .post-card .post-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: var(--border-radius-medium);
}

.lc__blog .post-card .post-content {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	padding: 2rem 0;
	row-gap: 1rem;
}

.lc__blog .post-card .post-content .title {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.2;
}

.lc__blog .post-card .post-content .title a {
	color: var(--color-dark-gray);
}

.lc__blog .post-card .post-content .excerpt {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.3;
	color: rgba(var(--color-black-rgb), 0.6);
}

.lc__blog .post-card .post-content .read-more {
	font-size: 1rem;
	text-decoration: underline;
	color: var(--color-dark-gray);
	line-height: 1;
}

.lc__blog .post-card .post-content .read-more:hover {
	text-decoration: none;
}

.lc__blog .post-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.lc__blog .post-tags .tag {
	padding:  0.5rem 1rem;
	background-color: var(--color-soft-gray);
	color: rgba(var(--color-black-rgb), 0.6);
	font-weight: 400;
	font-size: 0.875rem;
	border-radius: var(--border-radius-all);
	border: 1px solid var(--color-soft-gray);
	margin: 0;
}

.lc__blog .post-tags .tag:hover {
	border: 1px solid var(--color-medium-gray);
}

@media (max-width: 991.98px) {
	.lc__blog .post-card .post-image {
		height: 260px;
	}
}

@media (max-width: 767.98px) {
	.lc__blog .post-card .post-image {
		height: 280px;
	}
}

/* Single Blog */
.lc__blog-single .featured-image {
	width: 100%;
	height: 600px;
}

.lc__blog-single .featured-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: var(--border-radius-medium);
}

.lc__blog-single .blog-content p {
	color: rgba(var(--color-black-rgb), 0.60);
	line-height: 1.4;
	font-size: 1rem;
	padding: 0;
	margin: 0;
	margin-bottom: 1em;
}

.lc__blog-single .blog-content a {
	color: rgba(var(--color-black-rgb), 0.60);
	text-decoration: underline;
}

.lc__blog-single .blog-content a:hover {
	color: rgba(var(--color-black-rgb), 0.60);
	text-decoration: none;
}

.lc__blog-single .blog-content h2 {
    padding: 0;
    border-top: none;
    margin: 0 0 0.5rem 0;
	font-size: 1.75rem;
	line-height: 1.2;
}

.lc__blog-single .blog-content h2::after{
    display: none;
}

.lc__blog-single .blog-content h3 {
	font-size: 1.25rem;
}

.lc__blog-single .blog-content p:last-child,
.lc__blog-single .blog-content p:last-of-type {
   margin-bottom: 0;
}

.lc__blog-single .blog-content figure {
	margin-bottom: 2rem;
}

.lc__blog-single .blog-content iframe {
    width: 100%;
    min-height: 400px;
    /* border-radius: var(--border-radius-medium); */
}

.lc__blog-single .blog-content figcaption {
	color: rgba(var(--color-black-rgb), 0.60);
	font-size: 	0.875rem;
	font-style: italic;
}

.share-social {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.share-social a {
	width: 40px;
	height: 40px;
	font-size: 1rem;
	color: var(--color-dark-gray);
	border: 1px solid rgba(var(--color-black-rgb), 0.3);
	border-radius: var(--border-radius-all);
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.share-social a:hover {
	border: 1px solid rgba(var(--color-black-rgb), 1);
}

@media (max-width: 991.98px) {
	.share-social {
		flex-direction: row;;
	}
}


/*----------- Table Style ------------*/

.wrap-table-styled {
  width: 100%;
}

table {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
table * {
  position: relative;
}
table td, table th {
  padding-left: 8px;
}
table thead tr {
  height: 60px;
  background: var(--color-dark-gray);
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  font-weight: unset;
  background-color: var(--color-dark-gray);
}
table tbody tr {
  height: 50px;
}
table tbody tr:last-child {
  border: 0;
}
table td, table th {
  text-align: left;
}
table td.l, table th.l {
  text-align: right;
}
table td.c, table th.c {
  text-align: center;
}
table td.r, table th.r {
  text-align: center;
}


.table-head th,
thead th{
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  font-weight: unset;
  background-color: var(--color-dark-gray);
}

tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

tbody tr {
  font-size: 15px;
  color: #000;
  line-height: 1.2;
  font-weight: unset;
}

/* tbody tr:hover {
  color: #555555;
  background-color: #f5f5f5;
  cursor: pointer;
} */

.column1 {
  /* width: 260px; */
  padding-left: 40px;
}

.column2 {
  /* width: 160px; */
}

/* .column3 {
  width: 245px;
}

.column4 {
  width: 110px;
  text-align: right;
}

.column5 {
  width: 170px;
  text-align: right;
}

.column6 {
  width: 222px;
  text-align: right;
  padding-right: 62px;
} */


/*----------- Column with Image ------------*/
.col__content-image {
	background: var(--color-light-gray);
	border-radius: var(--border-radius);
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	height: 100%;
}

.col__content-image .image {
	aspect-ratio: 4/3;
	width: 100%;
	border-top-left-radius: var(--border-radius);
	border-top-right-radius: var(--border-radius);
	position: relative;
	overflow: hidden;
}

.col__content-image .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	clip: auto;
	overflow-clip-margin: unset;
	overflow: visible;
}

.col__content-image .content{
	padding: 1.5rem 1rem;
}

.col__content-image .content .header{
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0.5rem;
}

.col__content-image .content .body-copy{
	font-size: 1rem;
	line-height: 1.2;
}

/*----------- Accordion ------------*/
.accordion-item {
    color: var(--color-dark-gray);
    background-color: #fff;
    border: 0;
	margin-bottom: 1.5rem;
}

.accordion-item:last-of-type{
    margin-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
	font-size: 1.5rem;
	font-weight: 500;
	background-color: var(--color-light-gray);
	border-bottom-color: transparent !important;
    box-shadow: none !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
}

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

.accordion-button {
    transition: none;
	padding: 1.5rem;
}

.accordion-body {
    padding: 1rem 1.5rem;
}

.accordion-button:not(.collapsed) {
    color: var(--color-dark-gray);
}

.accordion-button.collapsed::after {
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	background: transparent;
	content: '\f107';
	font-size: 1.25rem;
}
  
.accordion-button:not(.collapsed)::after {
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	background: transparent;
	content: '\f107';
	font-size: 1.25rem;
}

/*----------- Careers Page ------------*/

.lc__careers .job__list .filter-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	width: 100%;
	justify-content: center;
	align-items: center;
	color: #000;
}

.lc__careers .job__list .filter-wrap > * {
	flex: 0 0 auto;
}

.lc__careers .job__list .filter-wrap .form-filter {
	display: flex;
	flex-wrap: nowrap;
	gap: 1.5rem;
}

.lc__careers .job__list .filter-wrap p {
	margin: 0;
}

.lc__careers .job__list .filter-wrap .icon-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.lc__careers .job__list .filter-wrap .icon-wrap .icon {
	background: url(../_images/icon-filter.svg) no-repeat center;
	width: 1rem;
	height: 1rem;
}

.lc__careers .job__list .list {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	flex-wrap: wrap;
}

.lc__careers .job__list .list .job-item {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	background-color: var(--color-soft-gray);
	border-radius: var(--border-radius-medium);
	padding: 2rem;
	justify-content: space-between;
	align-items: center;
	transition: var(--animation-primary);
	color: var(--color-dark-gray);
}

.lc__careers .job__list .list .job-item:hover {
	background-color: var(--color-light-gray);
}

.lc__careers .job__list .list .job-item > h5 {
	flex: 0 0 auto;
	width: calc(40% - 2.5rem);
	margin: 0;
	padding-right: 2.5rem;
}

.lc__careers .job__list .list .job-item > * {
	flex: 0 0 auto;
	width: 20%;
}

.lc__careers .job__list .list .job-item .btn-apply {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	justify-content: flex-end;
	align-items: center;
	font-weight: 700;
	transition: var(--animation-primary);
	color: var(--color-dark-gray);
}

.lc__careers .job__list .list .job-item .btn-apply:hover,
.lc__careers .job__list .list .job-item:hover .btn-apply {
	color: var(--color-red);
}

@media (max-width: 991.98px) {
	.lc__careers .job__list .list .job-item > h5 {
		width: calc(70% - 2.5rem);
		margin: 0;
		padding-right: 2.5rem;
	}

	.lc__careers .job__list .list .job-item > * {
		width: 30%;
	}
}

/*----------- Block CTA ------------*/
.block__CTA {
	background: var(--color-dark-gray) url(../_images/icon-red-stripes.svg) no-repeat;
	background-position: center right;
	margin-top: var(--section-padding);
	margin-bottom: var(--section-padding);
}

.block__CTA h2,
.block__CTA .body__copy {
	color: #fff ;
}

/* Two cols CTA */
.block__CTA-two-cols .cta-col{
	padding: 5rem 3.5rem;
	background-color: var(--color-light-gray);
	border-radius: var(--border-radius-medium);
	height: 100%;
}

.block__CTA-two-cols .cta-col .content {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	flex-wrap: wrap;
}

.block__CTA-two-cols .cta-col .content a {
	width: fit-content;
}

.icon__stripes {
	background: url(../_images/icon-stripes-logo.svg) no-repeat center;
	height: 2rem;
	width: 3.75rem;
	margin-bottom: 2.5rem;
}

/*----------- Block Columns Reasons ------------*/

.columns__reasons .col {
	background-color: var(--color-dark-gray);
	border-radius: var(--border-radius-medium);
	padding: 3rem 2rem;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	height: 340px;
}

.columns__reasons .col h5{
	color: #fff;
	font-weight: 500;
}

.columns__reasons .col .number{
	font-size: 2rem;
	font-weight: 800;
	color: var(--color-red);
}

.columns__reasons .col .number::before{
	content: '';
	background: url(../_images/icon-one-stripe.svg) center no-repeat;
	width: 1.5rem;
	height: 1.5rem;
	display: inline-block;
	margin-right: 0.5rem;
}

/*----------- Form ------------*/
.lc__form .nf-form-content .list-select-wrap .nf-field-element>div:focus, 
.lc__form .nf-form-content input:not([type=button]):focus, 
.lc__form .nf-form-content textarea:focus {
    background: var(--color-light-gray) !important;
    border-color: var(--color-medium-gray) !important;
	color: var(--color-dark-gray) !important;
    transition: all .5s;
	outline-width: 0 !important;
}

.lc__form .nf-form-content .list-select-wrap .nf-field-element>div, 
.lc__form .nf-form-content input:not([type=button]), 
.lc__form .nf-form-content textarea {
    background: var(--color-light-gray) !important;
    border: 1px solid rgba(var(--color-black-rgb), 0.3) !important;
    border-radius: 0.25rem !important;
    color: var(--color-medium-gray) !important;
}

/* gray background */
.lc__form.is__gray .nf-form-content .list-select-wrap .nf-field-element>div:focus, 
.lc__form.is__gray .nf-form-content input:not([type=button]):focus, 
.lc__form.is__gray .nf-form-content textarea:focus {
    background: #fff !important;
    border-color: var(--color-medium-gray) !important;
	color: var(--color-dark-gray) !important;
    transition: all .5s;
	outline-width: 0 !important;
}

.lc__form.is__gray .nf-form-content .list-select-wrap .nf-field-element>div, 
.lc__form.is__gray .nf-form-content input:not([type=button]), 
.lc__form.is__gray .nf-form-content textarea {
    background: #fff !important;
    border: 1px solid rgba(var(--color-black-rgb), 0.3) !important;
    border-radius: 0.25rem !important;
    color: var(--color-medium-gray) !important;
}


/* buttons */
.lc__form .nf-form-content button, 
.lc__form .nf-form-content input[type=button] {
    background: transparent !important;
    color: var(--color-dark-gray) !important;
	border: 1px solid var(--color-dark-gray) !important;
	border-radius: var(--border-radius-all) !important;
	padding: 0.875rem;
	font-weight: 500;
	transition: var(--animation-primary) !important;
}

.lc__form .nf-form-content button:hover, 
.lc__form .nf-form-content input[type=button]:hover {
    background-color: var(--color-dark-gray) !important;
	opacity: 1 !important;
	color: #fff !important;
}

/* submit */
.lc__form .nf-form-content input[type=submit] {
    background-color: var(--color-red) !important;
	border-radius: var(--border-radius-all) !important;
	padding: 0.875rem !important;
	font-weight: 500;
	border: 1px solid var(--color-red) !important;
    transition: var(--animation-primary) !important;
	color: #fff !important;
}

.lc__form .nf-form-content input[type=submit]:hover,
.lc__form .nf-form-content input[type=submit]:active,
.lc__form .nf-form-content input[type=submit]:focus {
    background-color: transparent !important;
	opacity: 1;
	color: var(--color-red) !important;
}

.lc__form .nf-fu-progress-bar {
    background-color: var(--color-red) !important;
}
