:root {
	--main-head-color: #fff;
	--main-head-color-hover: #555555;
	--main-head-bg: #000;
	--main-head-submenu-bg: #130D15;
}  
/* Header */
/* Sticky header */
.site-header {
	position: fixed;
	z-index: 9999;
	float: left;
	width: 100%;
}
img.dd-account-image, img.dd-cart-image {
	height: 42px;
	width: 42px;
}
/* header.hidden-header {
transform: translateY(-200px);
transition: transform 1s ease,top 1s ease;
}
header.active {
transform: translateY(0);
transition: transform 1s ease,top 1s ease;
} */
.cart {
	position: relative;
	margin-left:10px;
}
.log-out,.login {
	margin-left: 10px;
}
.dd-account-image,
.dd-cart-image{
	transition:opacity .3s ease-in-out;
}
.cart:hover .dd-cart-image{
	opacity:.7;
}
.log-out:hover .dd-account-image,
.login:hover .dd-account-image{
	opacity:.7;
}

a.cart.update-cart span {
	background: var(--main-cta);
	border-radius: 50%;
	height: 16px;
	width: 16px;
	display: flex;
	color: #fff;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 10px;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -14px;
	right: -3px;
}
.dd-before-header {
	background: var(--main-cta);
	text-align: center;
}
.dd-before-header-text {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.dd-before-header-text {
	font-family: 'Zalando Sans Expanded', sans-serif;
	font-weight: 600;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--txt);
	font-style:italic;
	padding: 3px 0;
}
.header-content-all-holder {
	background: var(--main-head-bg);
}
.custom-logo {
	height: 154px;
	width: 154px;
}
/* .site-header {
position: relative;
z-index: 9999;
} */
.header-content {
	float: left;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 0;
	position:relative;
}

#site-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 14px 0 auto;
	background-color: var(--dark-txt);
	border: unset;
}
#dd-collapse-menu {
	padding: 0;
}
#primary-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
#primary-menu > li:not(:first-child){
	margin-left: 31px;
}
#primary-menu .menu-item a {
	color:  var(--main-head-color);
	font-size: 15px;
	font-weight: 500;
	padding: 20px 0;
	text-transform: uppercase;
	font-style: italic;
	letter-spacing:1px;
	transition: color .3s ease-in-out;
}
#primary-menu li.menu-item-has-children a {
	margin-right: 18px;
}
#primary-menu li.menu-item-has-children a {
	position: relative;
}
#primary-menu .menu-item-has-children > a:before {
	content: "\203A";
	position: absolute;
	right: -20px;
	top: 11.5px;
	font-size: 24px;
	transform: rotateZ(90deg);
	font-style: normal;
}
#primary-menu .menu-item a:hover {
	color: var(--main-head-color-hover);
}
#primary-menu li.menu-item-has-children:hover > .sub-menu  {
	visibility: visible;
	opacity: 1;
}  
.menu-item-has-children .sub-menu {
	position: absolute;
	top: 50px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background-color: var(--main-head-bg);
	border: var(--main-head-bg);
	-webkit-box-shadow: 8px 12px 43px #00000016;
	box-shadow: 8px 12px 43px #00000016;
	list-style: unset;
	padding: 20px 0;
	z-index: 999;
}
#primary-menu .menu-item-has-children .sub-menu a {
	display: block;
	padding: 0 20px;
	margin-bottom: 10px;
}
#primary-menu .menu-item-has-children .sub-menu li:last-of-type a {
	margin-bottom: 0;
}
@media screen and (min-width:768px){
	.header-content {
		padding: 15px 0;
	}
	img.dd-account-image, img.dd-cart-image {
		height: 45px;
		width: 45px;
	}
	a.cart.update-cart span {
		height: 20px;
		width: 20px;
		font-size: 15px;
		top: -18px;
		right: 0;
	}
}
@media screen and (min-width: 992px) {
	.menu-item-has-children .sub-menu .sub-menu {
		top: 50px;
		left: 90%;
		width: 300px;
	}
	.menu-item-has-children .sub-menu .sub-menu li:not(:last-child) {
		margin-bottom: 10px;
	}
	#primary-menu .menu-item-has-children .sub-menu a:before {
		top: -7px;
		right: -5px;
	}
	.custom-logo {
		height: 100px;
		width: 100px;
		position: absolute;
		top: 13px;
	}

	.header-content{
		padding:12px 0; 
	}
	img.dd-account-image, img.dd-cart-image {
		height: 40px;
		width: 40px;
	}

	a.cart.update-cart span{
		height: 16px;
		width: 16px;
		font-size: 12px;
		top: -12px;
		right: -4px;
	}
} 
@media screen and (min-width:1200px){
	.custom-logo {
		height: 130px;
		width: 130px;
	}
	.header-content{
		padding:15px 0; 
	}
	img.dd-account-image, img.dd-cart-image {
		height: 45px;
		width: 45px;
	}
	a.cart.update-cart span{
		height: 20px;
		width: 20px;
		font-size: 15px;
		top: -18px;
		right: 0;
	}
}
@media screen and (min-width:1500px){
	.custom-logo {
		height: 154px;
		width: 154px;
	}
	img.dd-account-image, img.dd-cart-image {
		height: 50px;
		width: 50px;
	}
	.header-content{
		padding:28px 0; 
	}
}
@media screen and (max-width:1500px){
	.dd-before-header-text{
		font-size:13px;
		padding:1px 0;
	}
	.dd-before-header-truck {
		height: 22px!important;
		width: auto;
	}

	#primary-menu .menu-item a{
		font-size:13px;
	}

}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	#primary-menu .menu-item a {
		font-size: 12px;
	}
	.site-branding img {
		max-width: 180px;
	}
	#site-navigation {
		margin-right: 17px;
	}
	#primary-menu > li:not(:first-child) {
		margin-left: 20px;
	}
}  


@media screen and (max-width: 992px) {
	.site-header {
		-webkit-box-shadow: 8px 12px 21px 0px rgba(0, 1, 1, 0.08);
		box-shadow: 8px 12px 21px 0px rgba(0, 1, 1, 0.08); 
	}
	/* 	.site-header::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 56.77px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#fff));
	background-image: -o-linear-gradient(#ebebeb, #fff);
	background-image: linear-gradient(#ebebeb, #fff);
} */
	.header-content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		position: relative;
	}
	.site-branding {
		z-index: 2;
		order: 1;
	}
	.dd-login-holder {
		order: 2;
		margin-right: 80px;
	}
	nav#site-navigation {
		order: 3;
	}
	.site-branding img {
		max-width: 120px;
		height: 120px;
		position: absolute;
		top: 13px;
	}
	.navbar-header {
		position: absolute;
		top: 17.5px;
		right: -11px;
	}
	#site-navigation .navbar-header button {
		background-color: unset;
		border: unset;
		border-radius: unset;
		margin: 0;
	}
	#site-navigation .navbar-header button:hover, #site-navigation .navbar-header button:focus, #site-navigation .navbar-header button:active {
		background-color: unset;
	}
	.navbar-header button .icon-bar{
		background-color: #fff!important;/* i kno...*/
		width: 39px;
		border-radius: unset;
	}
	.navbar-header button .icon-bar:not(:first-child) {
		margin-top: 8px;
	}
	.navbar-toggle {
		display: block;
	}
	#dd-collapse-menu {
		width: 100%;
	}
	.dd-navigation .collapse {
		display: none!important;
	}
	.dd-navigation .collapse.in {
		display: block!important;
	}
	#site-navigation {
		position: static;
		margin: 0;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		min-height: unset;
	}
	#primary-menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 95px 0 15px 1px;
	}
	#primary-menu > li.menu-item {
		margin: 0 0 11px 0;
	}
	#primary-menu .menu-item a {
		font-size: 16px;
		padding: 5px 0;
	}
	#primary-menu .menu-chevron {
		position: absolute;
		top: 5px;
		font-size: 35px;
		right: 10px;
		transform: rotate(90deg);
		height: 35px;
		width: 35px;
		filter: invert(1);
	}
	#primary-menu .menu-item-has-children {
		position: relative;
	}
	#primary-menu .menu-item-has-children a:before {
		content: unset;
	}
	#primary-menu .menu-item-has-children .sub-menu {
		display: none;
		visibility: visible;
		opacity: 1;
		-webkit-transition: unset;
		-o-transition: unset;
		transition: unset;
		position: static;
		border: unset;
		-webkit-box-shadow: unset;
		box-shadow: unset;
		margin-left: 10px;
	}
}

@media screen and (max-width: 767px) {
	.dd-before-header-text{
		font-size:10px;
		line-height:20px;
		letter-spacing:0.5px;
	}
	.dd-before-header-text{
		gap:5px;
	}
	.site-branding img {
		max-width: 96px;
		height: 96px;
	}
	#primary-menu {
		padding: 80px 0 15px 1px;
	}
	.dd-before-header-truck{
		height:18px!important;
	}
	.navbar-header {
		top: 20px;
	}
	.dd-login-holder {
		margin-right: 60px;
	}
}

/* Header end */

/* Footer */
footer#colophon,.site-info {
	float: left;
	width: 100%;
	position: relative;
	z-index: 2;
}
.site-info {
	background-image: url(/wp-content/uploads/2025/12/footer_image.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0;
}
.dd-footer-title {
	font-family: 'Zalando Sans Expanded', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 46px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--txt);
	margin-bottom:10px;
}
.dd-footer-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: var(--txt);
	max-width: 330px;
}
.dd-footer-location-link {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	text-decoration: underline;
	text-decoration-style: solid;
	color: var(--main-cta);
	transition:color .3s ease-in-out;
}
.dd-footer-location-link:hover{
	color:var(--txt);
	text-decoration: underline;
	text-decoration-style: solid;
}
.dd-footer-phone, .dd-footer-email {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #FFF;
	transition:color .3s ease-in-out;

}
.dd-footer-phone:hover, .dd-footer-email:hover{
	color:#fb3730;
}
.dd-footer-contact-holder {
	margin: 30px 0;
}
.dd-footer-copy-rights-all {
	float: left;
	width: 100%;
	background: var(--main-cta);
	text-align: center;
}
.dd-footer-copy-rights p {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: var(--txt);
	padding: 10px 0;
}

.dd-footer-social-holder {
	display: flex;
	gap: 6px;
}
/* .dd-footer-social-box {
border: 1px solid var(--txt);
height: 38px;
width: 38px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
} */
.dd-footer-social-link img{
	transition: all .3s ease-in-out;
} 
.dd-footer-social-link:hover img {
	opacity: .7;
}
.dd-footer-menu ul {
	list-style: none;
	padding: 0;
}
.dd-footer-menu ul li {
	margin-bottom: 10px;
}
.dd-footer-menu ul li a {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	transition:all .3s ease-in-out;
}
.dd-footer-menu ul li a:hover{
	color:#fb3730;
}
.dd-footer-all-holder {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.dd-footer-contact-holder {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
@media screen and (min-width:768px){
	.site-info {
		padding: 80px 0;
	}
}
@media screen and (min-width:992px){
	.site-info {
		padding: 100px 0;
	}
	.dd-footer-title{
		font-size:16px;
		line-height:36px;
	}
}
@media screen and (min-width:1200px){
	.site-info {
		padding: 100px 0 120px;
	}
	.dd-footer-title{
		font-size:18px;
		line-height:46px;
	}
}
@media screen and (max-width:991px){
	.dd-footer-company-all-holder,.dd-footer-shop-holder-all {
		margin-bottom: 30px;
	}
}
@media screen and (max-width:767px){
	.dd-footer-legal-holder-all{
		margin-bottom: 30px;
	}
	.dd-footer-all-holder .dd-footer-company-all-holder,.dd-footer-all-holder .dd-footer-shop-holder-all,.dd-footer-all-holder .dd-footer-legal-holder-all,.dd-footer-all-holder .dd-footer-account-holder-all{
		padding-left:0;
		padding-right:0;
	}
	.site-info{
		background-position: right -500px center;
	}
	.dd-footer-menu ul li a {
		font-size: 13px;
	}
}