:root {
  --primary-color: #d57928;
  --bs-primary: #38518f;
}

.header-logo img { max-height:40px !important; }
.header-info-area {
	padding: 15px 0;
}
.header-navigation-area--dark {
	background-color: #fff;
	border: 1px solid #ccc;
	border-width: 0 0 1px 0;
}
.header-navigation-wrapper nav > ul > li > a,
.header-icon__list--white-icon li > a { color: #000; }
.header-info-wrapper--alt-style .header-navigation-wrapper nav > ul > li > a,
.header-sticky.is-sticky .header-navigation-area nav > ul > li > a,
.header-navigation-wrapper nav > ul > li > a { padding: 15px 0 !important; white-space: nowrap; }
.header-navigation-wrapper nav > ul > li { margin-right: 15px; }
.header-top-dropdown > a { padding: 15px 0; }
.header-contact-info__list li:last-child { margin-right: 0; }
.header-top-content-wrapper .header-contact-info-wrapper { margin-left: 0; }

.header-sticky.is-sticky .header-info-wrapper--alt-style .header-navigation-wrapper nav > ul > li > a:before {
    bottom: 15px;
}


.category-grid-wrapper .single-category { border-bottom: none; }


.header-icon-area .account-dropdown { margin-right: 20px; }
.header-icon-area .account-dropdown > a i {
	font-size: 14px;
	color: #111;
}
.header-sticky .header-navigation-area--extra-space {
	padding: 0;
	border-bottom: 1px #eee solid;
	margin-bottom: 50px;
}
.header-sticky.is-sticky .header-navigation-area--extra-space {
	margin-bottom: 0 !important;
	border-bottom: none !important;
}
/*.offcanvas-inner-content {
	height: calc(100vh - 190px);
}*/
.offcanvas-mobile-menu,
.offcanvas-inner-content {
	height: 100%;
}

.offcanvas-widget-area { margin-bottom:0; }
.header-mobile-navigation { margin-bottom: 30px; }
.header-offer-sticker p { line-height: 30px; }
.breadcrumb-wrapper .page-title {
	font-size:2.5rem;
	line-height: initial;
}
.gallery-image-wrapper .single-image img { cursor: pointer; }
.quick-view-other-info table tr td { padding-top: 0; }
.quick-view-other-info { margin-top: 15px; padding-top: 15px; }
.product-details-description-wrapper .description { margin-bottom: 0; }
.quick-view-other-info table { width: auto; }
.quickview-title { padding-right: 15px; }

.checkout-form textarea {
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #eee;
	border-radius: 0;
	line-height: 23px;
	padding: 10px 20px;
	font-size: 14px;
	color: #666;
	margin-bottom: 15px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.nice-select.disabled {
	background-color: #e9ecef;
	opacity: 1;
}

.guest-form, .login-form {
	background-color: #ffffff;
	padding: 30px;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.nice-select .list {
	max-height: 250px;
	overflow-y: auto;
}

.single-product-slider-details-area { margin-bottom:0 }

/*  MEDIA QUERIES  */
@media (min-width: 768px) {
	.header-top-dropdown, .header-contact-info__list { white-space: nowrap; }
	.header-navigation-top { padding: 10px 0 5px 0; }
	.header-sticky.is-sticky~div.breadcrumb-area{ margin-top: 164.40px }
}

@media only screen and (max-width: 479px) {
	.offcanvas-inner-content {
		padding: 25px 25px 0;
	}
}
