/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/*
@media (max-width: 479px) {
  h4.style_header_1 {
    font-size: 95%!important;
  }
}

@media (max-width: 767px) {
  h4.style_header_1 {
    font-size: 98%!important;
  }
}
*/

#category #category-description ul ul li {
	margin-left: 35px;
	list-style: circle!important;
}
/*
#category #category-description li {
	margin-left: 25px;
	list-style: disc;
}
*/
/* Extra small phones (less than 480px) */
@media (max-width: 479px) {
  h4.style_header_1 {
    font-size: 110% !important;
  }
}

/* Small phones (480px to 519px) */
@media (min-width: 480px) and (max-width: 519px) {
  h4.style_header_1 {
    font-size: 130% !important;
  }
}

/* Medium phones/phablets (520px to 767px) */
@media (min-width: 520px) and (max-width: 767px) {
  h4.style_header_1 {
    font-size: 190% !important;
  }
}
/* Desktops (992px and up) use default size */

#banner_container_1 .layered_content h3.style_header,
#banner_container_15 .layered_content h3.style_header {
  font-size: 1.1em!important; 
  line-height: 150%!important;
  min-height: 40px;
  display: flex!important;
  align-items: center!important;
  justify-content: center!important;
}
#banner_container_1 .layered_content,
#banner_container_15 .layered_content {
  background-color: rgba(255, 255, 255, 0.7)!important;
  width: 100%!important;
}

@media (max-width: 991px) {
  #banner_container_1 .layered_content h3.style_header,
  #banner_container_15 .layered_content h3.style_header {
    font-size: .95em!important; 
    line-height: 150%!important;
    min-height: 30px;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
 }
  #banner_container_1 .layered_content,
  #banner_container_15 .layered_content {
    background-color: rgba(255, 255, 255, 0.7)!important;
    width: 100%!important;
  }
}


 .pro_gallery_top_container {
	border: 1px solid #e0e0e0;
}
#product .product-information .page_heading {
	font-size: 17px;
}
.product-prices .current-price .price {
	font-size: 1.3rem;
}
.product-unit-price {
	font-size: 1rem;
}

/* ========================================================================
   TABLE STYLES
   ======================================================================== */

#cms .cms-page-content table td {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	color: #333;
}

#cms .cms-page-content table tr:first-child td {
	border-top-width: 0;
	border-bottom-width: 2px;
}

table th {
	font-weight: bold;
}

table td,
table th {
	padding: 9px 10px;
	text-align: left;
}

#category #category-description table {
	margin-top: 20px;
	margin-bottom: 40px;
	background-color: rgba(255, 255, 255, 0.3);
}

#category #category-description table td {
	border: 1px solid #9c9c9c;
	font-size: 14px;
}

#category #category-description table tr:first-child td {
	background-color: rgba(195, 195, 195, 0.3);
}


/* ========================================================================
   BUTTONS
   ======================================================================== */

.btn-primary {
	color: #fff;
	background-color: #094732;
	border-color: #094732;
}

.btn-primary.disabled,
.btn-primary:disabled {
	background-color: #3b8b70;
	border-color: #3b8b70;
}


/* ========================================================================
   CARDS & BOXES
   ======================================================================== */

#cms .dcard {
	padding: 15px;
	background-color: #fff;
	border: 15px solid #fed637;
}

@media (max-width: 519px) {
	#cms .dcard {
		width: 100%;
	}
}

#cms .dcard a {
	text-decoration: none !important;
}

.filelink {
	margin-bottom: 20px;
	padding: 15px;
	border: 1px solid #e5e5e5;
	background-color: #f3f3f3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.cms-page-content .filelink p {
	text-align: center!important;
}


/* ========================================================================
   IMAGES & GALLERY
   ======================================================================== */

img.img-full {
	width: 600px !important;
}

#st_read_more_top img,
#st_read_more_bottom img {
	width: 215px;
	height: auto;
	object-fit: cover;
	border: 5px solid #eee;
	border-radius: 4px;
	margin: 5px 15px 10px 0;
	transition: transform 0.3s ease;
}

#st_read_more_top img:hover,
#st_read_more_bottom img:hover {
	transform: scale(1.05);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
/*
body#cms .cms-page-content .gallery-item {
	display: inline-block;
	transition: transform 0.3s ease;
	margin: 0 12px 10px 0 !important;
}

body#cms .cms-page-content .gallery-item:hover {
	transform: scale(1.05);
}

body#cms .cms-page-content .gallery-item:hover img {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

body#cms .cms-page-content .gallery-item img {
	width: 200px;
	height: auto;
	object-fit: cover;
	border: 5px solid #eee;
	margin: 0 !important;
	border-radius: 4px;
}
*/
#category #category-description .gallery img {
	margin: 4px 0 17px;
	max-width: 100%;
	height: auto;
}

#cms .subcats > li img {
	margin: 4px 0 11px !important;
	border: 4px solid #e5e5e5;
	opacity: 1;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
#cms .subcats > li {
	margin-bottom: 20px;
}
.cms-category-description img,
.cms-page-content-BAK img {
	max-width: 100%;
	height: auto;
	margin: 1.5rem 0;
	border-radius: 0;
}
@media (max-width: 767px) {
  #cms .subcats .col-sm-6 {
	  flex: 0 0 50%;
	  max-width: 100%;
  }
}

/* ========================================================================
   RETIC GALLERY
   ======================================================================== */

#retic-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	width: 100%;
	margin: 0;
	padding: 0;
}

#retic-gallery .gallery-item {
	transition: transform 0.3s ease;
	margin: 0 !important;
	display: block;
}

@media (max-width: 991px) {
	#retic-gallery {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 767px) {
	#retic-gallery {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 479px) {
	#retic-gallery {
		grid-template-columns: 1fr;
	}
}

#retic-gallery .gallery-item img {
	width: 100%;
	aspect-ratio: 1.4 / 1;
	object-fit: cover;
	border: 5px solid #eee;
	margin: 0 !important;
	border-radius: 4px;
	display: block;
}

#retic-gallery .gallery-item:hover {
	transform: scale(1.05);
}

#retic-gallery .gallery-item:hover img {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


/* ========================================================================
   HEADER & NAVIGATION
   ======================================================================== */

/* Mobile logo */
#mobile_bar img.logo {
	padding-top: 15px !important;
}

.nav_bar.horizontal-s-fullheight .top_bar_item .header_item,
.nav_bar.vertical-s .top_bar_item .header_item {
	padding: 0 14px;
}

.block-categories .acc_box .acc_header a {
	font-size: 0.875rem;
	padding: 0.285rem 0;
}


/* ========================================================================
   SEARCH BAR
   ======================================================================== */

@media (min-width: 480px) {
	#st_header .search_widget_block {
		width: 450px;
	}
}

@media only screen and (max-width: 479px) {
	#st_header .search_widget_block {
		width: 100%;
	}
}

@media (min-width: 992px) {
	#container_search_mobile_top {
		display: none;
	}
	#container_userbar_mobile_top {
		display: none;
	}
}

@media only screen and (max-width: 991px) {
	#container_search_mobile_top {
		display: block;
		margin: 15px 0;
	}
	#container_userbar_mobile_top {
		display: block;
		margin: 15px 0;
	}
	#container_userbar_mobile_top .header_item {
		padding: 0 8px;
	}
}


/* ========================================================================
   CATEGORY TREE & NAVIGATION
   ======================================================================== */

.category-sub-menu .current_cate > .acc_header a {
	color: #009369;
}


/* ========================================================================
   CMS CATEGORY & PAGE STYLES
   ======================================================================== */

.page-cms-category #left-column,
.page-cms-page #left-column {
	margin-bottom: 2rem;
}

.block-cms-category {
	padding: 0;
	border-radius: 0;
}

.block-cms-category .block-title {
	font-size: 1.4rem;
	color: #094732;
	text-transform: none;
	margin: 0;
	padding: 1rem 1.2rem;
	border-bottom: none;
}

.category-sub-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	background: #fff;
}

.category-sub-menu li {
	margin: 0;
	border-bottom: 1px solid #e5e5e5;
}

.category-sub-menu li.active > a,
.category-sub-menu li a.active {
	color: #009369;
	padding-left: 1.5rem;
}

.category-sub-menu li a {
	display: block;
	padding: 0.875rem 1.5rem;
	color: #333;
	text-decoration: none;
	transition: all 0.2s ease;
	position: relative;
	font-size: 0.95rem;
	line-height: 1.8;
}

.category-sub-menu li a:before {
	display: none;
}

.category-sub-menu li a:hover {
	color: #000;
	background: #f9f9f9;
	padding-left: 1.5rem;
}

.category-sub-menu li.active > a:before,
.category-sub-menu li a.active:before {
	display: none;
}

.subcategories-block {
	margin: 0;
	padding-top: 0;
	background: #fff;
}

.subcategories-block h4 {
	font-size: 1rem;
	font-weight: 600;
	color: #000;
	text-transform: none;
	margin: 0;
	padding: 1rem 1.5rem;
	background: #fafafa;
}

.subcategories-block .category-sub-menu {
	background: #fff;
}

.back-to-category {
	margin: 0;
	padding: 0;
	background: #fff;
}

.back-to-category .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	text-align: center;
	background: #fff;
	color: #333;
	border: none;
	border-radius: 0;
	padding: 1rem 1.5rem;
	font-weight: 500;
	width: 100%;
	transition: all 0.2s ease;
}

.back-to-category .btn:hover {
	background: #f9f9f9;
	color: #000;
}

.back-to-category .material-icons {
	font-size: 1.2rem;
}

.cms-category-description {
	/* background: transparent;
	padding: 0;
	border-radius: 0;
	line-height: 1.8;
	font-size: 1rem;
	color: #333; */
}

.cms-category-description,
.cms-page-content {
	font-size: 1rem;
	line-height: 1.6;
	padding: 1rem 1rem 1rem !important;
}

.cms-category-description h1,
.cms-page-content h1 {
	font-size: 2rem;
	margin-top: 0;
	margin-bottom: 1.5rem;
	color: #000;
	font-weight: 400;
}

.cms-category-description h2,
.cms-page-content h2 {
	font-size: 1.5rem;
	margin-top: 2rem;
	margin-bottom: 1rem;
	color: #000;
	font-weight: 400;
}

#cms .cms-page-content .h2,
#cms .cms-page-content h2 {
	font-size: 1.25rem;
	line-height: 1.5rem;
}

.cms-category-description h3,
.cms-page-content h3 {
	font-size: 1.25rem;
	margin-top: 1.5rem;
	margin-bottom: 0.75rem;
	color: #000;
	font-weight: 400;
}

#cms .cms-page-content h4 {
	margin-top: 10px;
	padding: 0;
	font-size: 17px;
}

.cms-category-description p,
.cms-page-content p {
	margin-bottom: 1.25rem;
	color: #333;
	/*text-align: justify;*/
}

body#cms .cms-page-content ul {
	list-style: inherit;
	padding-left: 20px;
}

.cms-category-description ul,
.cms-category-description ol,
.cms-page-content ul,
.cms-page-content ol {
	margin-bottom: 1.25rem;
	padding-left: 1.5rem;
	color: #333;
}

body#cms .cms-page-content ul li,
body#cms .cms-page-content ol li {
	list-style: inherit;
	padding-left: 5px;
	margin-bottom: 0.5rem;
	color: #333;
}

.page-cms-category .page-header,
.page-cms-page .page-header {
	margin-bottom: 2rem;
}

.page-cms-category .page-header h1,
.page-cms-page .page-header h1 {
	font-size: 2rem;
	font-weight: 400;
	color: #000;
	margin: 0;
}


/* ========================================================================
   CATEGORY PAGE SPECIFIC
   ======================================================================== */

#category #category-description {
	margin-bottom: 25px;
}

#category #category-description p a {
	text-decoration: underline;
}

#category #category-description li {
	margin-left: 25px;
	list-style: disc;
}

.content_scene_cat {
	border-top: 5px solid #333;
	color: #d7d7d7;
	line-height: 19px;
	margin: 0 0 26px 0;
}

.content_scene_cat .content_scene_cat_bg {
	padding: 18px 10px 10px 42px;
	background-color: #464646 !important;
}

@media (max-width: 1199px) {
	.content_scene_cat .content_scene_cat_bg {
		padding: 10px 10px 10px 15px;
	}
}

.content_scene_cat span.category-name {
	font: 42px/51px "roboto-regular", sans-serif;
	color: #fff;
	margin-bottom: 12px;
}

@media (max-width: 1199px) {
	.content_scene_cat span.category-name {
		font-size: 25px;
		line-height: 30px;
	}
}

.content_scene_cat p {
	margin-bottom: 0;
}

.content_scene_cat a {
	color: #fff;
}

.content_scene_cat a:hover {
	text-decoration: underline;
}


/* ========================================================================
   CHECKOUT
   ======================================================================== */

#checkout-payment-step .additional-information {
	margin: 10px 20px 15px 30px;
}

.checkout-step .payment-options label {
	font-weight: bold;
}


/* ========================================================================
   GOOGLE MAP
   ======================================================================== */

#googlemap {
	height: 350px;
	width: 100%;
}
/*
#googlemap * {
	all: revert;
}
*/
#google-map iframe {
	display: block;
	max-width: 100%;
}


/* ========================================================================
   RETIC MAP
   ======================================================================== */

#retic-map * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

#retic-map {
	position: relative;
	max-width: 1200px;
	width: 100%;
	background: white;
	padding: 0;
}

#retic-map .map-wrapper {
	position: relative;
	width: 100%;
}

#retic-map .map-image {
	width: 100%;
	height: auto;
	display: block;
}

#index .map-image {
	margin-bottom: 40px
}

#retic-map .location-marker {
	position: absolute;
	cursor: pointer;
	transform: translate(-50%, -100%);
	transition: transform 0.2s ease;
	z-index: 10;
}

#retic-map .location-marker:hover {
	transform: translate(-50%, -100%) scale(1.2);
	z-index: 20;
}

#retic-map .location-marker.active {
	z-index: 30;
}

#retic-map .fto-location {
	font-size: 36px;
	color: #ffffff;
	filter: drop-shadow(0 1px 4px rgba(34, 56, 23, 0.7));
}

#retic-map .st_custom_link_icon {
	display: inline-block;
}

#retic-map .info-bubble {
	position: absolute;
	bottom: 45px;
	left: 50%;
	transform: translateX(-50%);
	background: white;
	border: 2px solid #1a5f4a;
	border-radius: 8px;
	padding: 12px 16px;
	min-width: 180px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	pointer-events: none;
	white-space: nowrap;
	z-index: 200;
}

#retic-map .location-marker:hover .info-bubble,
#retic-map .location-marker.active .info-bubble {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

#retic-map .info-bubble::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid white;
}

#retic-map .info-bubble::before {
	content: '';
	position: absolute;
	bottom: -13px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #1a5f4a;
}

#retic-map .bubble-city {
	font-weight: bold;
	color: #1a5f4a;
	font-size: 16px;
	margin-bottom: 4px;
}

#retic-map .bubble-address {
	color: #555;
	font-size: 13px;
	margin-bottom: 2px;
}

#retic-map .bubble-phone {
	color: #666;
	font-size: 13px;
}

#retic-map .bubble-phone a {
	color: #1a5f4a;
	text-decoration: none;
}

#retic-map .bubble-phone a:hover {
	text-decoration: underline;
}

#retic-map h1 {
	text-align: center;
	color: #1a5f4a;
	margin-bottom: 20px;
	font-size: 28px;
}

#retic-map .location-marker.active .info-bubble {
	opacity: 1 !important;
	visibility: visible !important;
}

@media (max-width: 768px) {
	#retic-map .info-bubble {
		min-width: 180px;
		font-size: 12px;
	}

	#retic-map .bubble-city {
		font-size: 14px;
	}

	#retic-map .fto-location {
		font-size: 30px;
	}
}


/* ========================================================================
   UTILITY CLASSES
   ======================================================================== */

.text-capitalize {
	text-transform: inherit !important;
}

.product-features dl.data-sheet dt.name {
	text-transform: inherit;
}

.countdown_box {
	text-transform: inherit;
}

span.tax_label {
	font-weight: bold !important;
	color: #444;
}


/* ========================================================================
   RESPONSIVE TABLES (MOBILE)
   ======================================================================== */

@media only screen and (max-width: 767px) {
	table.responsive {
		margin-bottom: 0;
	}

	.pinned {
		position: absolute;
		left: 0;
		top: 0;
		background: #fff;
		width: 35%;
		overflow: hidden;
		overflow-x: scroll;
		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc;
	}

	.pinned table {
		border-right: none;
		border-left: none;
		width: 100%;
	}

	.pinned table th,
	.pinned table td {
		white-space: nowrap;
	}

	.pinned td:last-child {
		border-bottom: 0;
	}

	div.table-wrapper {
		position: relative;
		margin-bottom: 20px;
		overflow: hidden;
		border-right: 1px solid #ccc;
	}

	div.table-wrapper div.scrollable {
		margin-left: 35%;
		overflow: scroll;
		overflow-y: hidden;
	}

	table.responsive td,
	table.responsive th {
		position: relative;
		white-space: nowrap;
		overflow: hidden;
	}

	table.responsive th:first-child,
	table.responsive td:first-child,
	table.responsive.pinned td {
		display: none;
	}
}


/* ========================================================================
   RESPONSIVE - CMS PAGES (MOBILE)
   ======================================================================== */

@media (max-width: 767px) {
	.page-cms-category .row,
	.page-cms-page .row {
		display: flex;
		flex-direction: column;
	}

	.page-cms-category #left-column,
	.page-cms-page #left-column {
		order: 2;
		margin-top: 2rem;
		margin-bottom: 0;
	}

	.page-cms-category #content-wrapper,
	.page-cms-page #content-wrapper {
		order: 1;
	}

	.cms-category-description,
	.cms-page-content {
		/*padding: 0; */
	}

	.back-to-category .btn {
		font-size: 0.9rem;
		padding: 0.875rem 1rem;
	}

	.category-sub-menu li a {
		padding: 0.75rem 1.25rem;
		font-size: 0.9rem;
	}
}


/* ========================================================================
   PRINT STYLES
   ======================================================================== */

@media print {
	#left-column {
		display: none !important;
	}

	#content-wrapper {
		width: 100% !important;
		max-width: 100% !important;
	}
}

/* ========================================================================
   FACETE SEARCH
   ======================================================================== */
/*
.flex_container, .horizontal_filters .facet, .swiper-button-tr {
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  flex-flow: row nowrap;
  flex-direction: row;
}
*/
/* Display label above filter options */
.horizontal_filters .facet {
  box-orient: vertical;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
}
.facet-title-mobile {
	cursor: pointer;
	font-weight: bold;
}
.horizontal_filters .facet-title {
	margin: 12px 6px 6px 0;
}
.horizontal_filters .facet {
	border-bottom: 1px solid #ebebeb;
	 margin-top: 5px;
	 padding-bottom: 5px;
}


.card-block-demand { padding: 15px 15px 0 15px;}