:root {
	--red: #e20817;
	--yel: #afcb08;
	--accent: #e1b416;
	--active: #e20817;
	--radius: 10px;
}

strong, b { font-weight:bold; }

iframe { border:0; }

.breadcrumb-wrapper {
	position: fixed;
	width: 100%;
	top: 150px;
	background: #fff;
	z-index: 1;
}
.breadcrumb-wrapper .wp-breadcrumb {
	font-size: 13px;
	margin: 4px 0;
}
.wp-breadcrumb a {
	text-decoration: none;
	color: #e20817;
}

.hide-download-sm,
.hide-screen-sm,
.page-id-16 .breadcrumb {
	display: none !important;
}

.product-enquire-sm,
.hide-from-tab {
	display: block !important;
}

.product-tab-buttons,
.product-tab-buttonss {
	max-width: 500px;
	margin: 20px auto;
	margin-bottom: 28px !important;
}

.innerBanners {
	padding: 20px 50px;
	color: #fff;
	font-size: 24px !important;
	margin-top: 2px;
}

.page-template-newshop .athing:before {
	background: unset;
	height: 10px;
}

.page-template-newshop .prod-title a {
	font-size: 14px;
	line-height: 21px !important;
	display: block;
}

.ban-title.cntr {
	margin: 5px 0;
}

.page-template-newshop .prod-title {
	min-height: unset;
	height: unset;
	margin-top: 4px;
}

.page-template-newshop .athing {
	margin-top: 0;
}

.page-template-newshop .prod-content {
	padding-bottom: 2px;
}

.page-template-newshop .col-main-content {
	max-height: inherit;
}

.n-search form {
	display: flex;
	justify-content: right;
	align-items: center;
}

.n-search form label {
	margin-bottom: 0;
}

.n-search input {
	padding: 13px 22px !important;
	border: 1px solid #bcbcbc !important;
	font-size: 15px !important;
	background: #fff !important;
	border-radius: 18px !important;
	margin-top: 0px !important;
	min-width: 262px;
}

.n-search button {
	padding: 10px 18px !important;
	height: 45.5px !important;
	background: #e20817 !important;
	border: none !important;
	border-radius: 20px !important;
	width: unset !important;
	line-height: 0 !important;
	margin-left: -28px !important;
}

body :focus-visible {
	outline: none !important;
}

div#load-more {
	padding: 10px 58px;
	font-size: 18px;
	background: #e20817;
	color: #fff;
	border-radius: 5px;
	margin: 0 auto;
	margin-top: -10px;
	margin-bottom: 20px;
	display: inline-block;
	cursor: pointer;
}

#load-more:hover {
	background: var(--yel);
}

.load-wrap {
	flex-basis: 100%;
	text-align: center;
}

.product-tab-buttons,
.product-tab-buttonss {
	list-style: none;
	display: flex;
	gap: 5px;
	padding: 0;
	margin-bottom: 10px;
	border-bottom: 0;
	flex-wrap: wrap;
}

.product-tab-buttonss {
	margin-bottom: 30px;
}

:is(.product-tab-buttons, .product-tab-buttonss) li {
	cursor: pointer;
	padding: 10px 20px;
	background: var(--red);
	border-radius: 3px 3px 0 0;
	color: #fff;
	flex: 1;
	text-align: center;
}

.product-tab-buttons li.active,
.product-tab-buttonss li.actives {
	background: #333;
	color: #fff;
}

.tab-pane {
	display: none;
}

.tab-pane.active {
	display: block;
}

.pdf-list {
	list-style: none;
	padding-left: 0;
	text-align: left;
  display: flex;
  gap: 10px;
}
.pdf-list li {
	width:50%;
}
.pdf-list li a {
	padding-inline: 15px !important;
  padding: 15px;
  text-align: center;
	background: #eaa400;
	text-decoration: none;
	margin-bottom: 15px;
	display: inline-block;
	color: #fff;
  width:100%;
}

body .easy-image-gallery {
	margin: 0 auto;
	padding: 0 !important;
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 20px;
}

.easy-image-gallery a img {
	display: block;
	width: 100%;
	object-fit: cover;
}

.easy-image-gallery li {
	padding: 0 0px 0px 0 !important;
}

.gmptp_button a {
	margin-left: 0 !important;
	margin-top: 0px !important;
	border-radius: 0px !important;
	font-weight: 500 !important;
	padding-inline: 32px !important;
}

.sale-content .gmptp_button a {
	display: none;
}

.slide .text h1 .sub {
  margin-top: 10px;
  line-height: 1.65;
}

#product_select, #return-main-menu {
	display: none;
}
#return-main-menu {
	margin-top: 5px;
  cursor: pointer;
}
#product_select.fixes, #return-main-menu.fixes {
	position: fixed;
	position: fixed;
	top: 168px;
	left: 80px;
	right: 80px;
	width: auto;
	z-index: 200;
	border: 1px solid #eaa400;
	box-shadow: #eaa4008c 0px 2px 8px 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 12px 40px 12px 14px !important;
	font-size: 16px;
	border-radius: 6px;
  border: 1px solid #eaa400b3;
	background-color: #fff;
}
#return-main-menu.fixes {
	top: 200px;
}


.accordion {
	/*max-width: 99%;*/
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.item {
	border: 1px solid #d2d2d2;
	border-radius: var(--radius);
	overflow: hidden;
}

.trigger {
	width: 100%;
	padding: 16px 18px;
	background: #000;
	border: none;
	color: #fff;
	font-size: 1.05rem;
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.trigger[aria-expanded="true"] {
	background: var(--active);
	color: #fff;
}

.chev {
	transition: transform 0.25s ease;
	color: #fff;
	fill: transparent;
}

.panel {
	padding: 18px;
	display: none;
}

.panel p {
	margin: 0px;
}

.panel p+p {
	margin-bottom: 10px;
}

a {
	color: var(--accent);
}
.industries {
        margin-top: 2px !important;
}
.pr-cat {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 10px;
    text-align: center;
    padding: 10px 0;
  	display: none;
}
.related-products-grid .pr-cat {
    grid-template-columns: repeat(5, 1fr);
}
.addclass .hid{
   display:none;
}  
.addclass .pr-cat{
   display:grid;
 }
 .all-product-link {
	display: none;
	text-align: center;
	margin-bottom: 20px;
}
.all-product-link a {
	padding: 15px 28px;
    display: inline-block;
    margin: 0 auto;
    background: red;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}
.addclass .all-product-link {
	display: block;
}
.product-category-box {
    min-height: 250px;
    display: grid;
    place-items: center;
    border-radius: 5px;
    background-size:cover;
}
.related-products-grid .pr-cat .product-category-box {
	display:block;
}
.product-category-box:hover{
    /*scale:1;*/
}
.product-category-img {
  border: 1px solid #ddd;
    padding: 5px;
    width: 100%;
    position: relative;
    height: 220px;
}
.related-products-grid .pr-cat .product-category-img {
	height: 200px;
}
.product-category-img img {
		width: auto;
    height: 200px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.related-products-grid .pr-cat .product-category-img img {
	width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
h2.category-title {
    font-size: 14px;
    padding: 0;
    color: #000;
    text-decoration: none !important;
    text-wrap: balance;
    margin-bottom: 0;
}
.product-category-link {
    text-decoration: none;
}
.pr-cat .product-category-link:hover .product-category-img {
	border-color: #e20817;
}

body.um-page {
	padding-top: 151px;
}
body.um-page .um.um-login {
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
body.um-page .um.um-login, body.um-page .um:not(.um-admin) {
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}
body.um-page .um-center .um-button {
	min-width: 150px !important;
}
body.um-page .um .um-button {
	background: #e20817 !important;
}
.um-cover, .um-cover-e {
  height: 0 !important;
}
.um-profile {
  max-width: 100% !important;
}
.um-profile-photo {
  display: none !important;
}
.um-8466.um .um-profile-meta {
    padding-left: 0 !important;
}
.um-header {
	min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.um-dropdown li:first-child, .um-dropdown ul li:first-child {
  display: none;
}

@media (min-width:1200px) {
	.page-template-newshop .prod-title {
		min-height: 42px;
	}
}

@media (max-width:520px) {
	.trigger {
		font-size: 1rem;
	}
}


@media (max-width: 959px) {
	.page-template-newshop .products .col-4 {
		margin-bottom: 5px;
	}

	.toggle,
	.notoggle {
		display: flex;
		justify-content: space-between;
		font-size: 26px;
		margin-top: 12px !important;
		margin-bottom: 12px !important;
		margin-left: 2px !important;
		align-items: center;
	}

	.toggle span {
		display: grid;
		background: #e20817;
		color: #fff;
		/*padding: 6px 20px !important;*/
		border-radius: 5px;
		min-width: 40px;
		place-items: center;
	}
}
.wra {
    max-width: 97%;
    margin: 0 auto;
    text-align: center;
}

.wra a {
    padding: 15px 28px;
    display: inline-block;
    margin: 0 auto;
    background: red;
    color: #fff;
    text-decoration: none;
    margin-top: 20px;
    border-radius: 5px;
}
.wra{
    display:none;
}
@media (min-width: 1000px) {
   .toggle,.categories.stcat{
      display:none !important;
  }
  .wra{
    display:block;
   }
    .row.product-archive--list{
     margin-top:0;
  }
}
@media only screen and  (min-width:768px){
  :is(.page-id-839,.page-id-4908) .product-tabs {
     margin-top: 120px;
   } 
}
@media only screen and (max-width:768px) {
  .addclass .pr-cat{
   display:none;
  }
   .addclass .hid{
   display:block;
  } 
	#product_select, #return-main-menu {
		display: block;
	}

	#product_select.fixes, #return-main-menu.fixes {
		position: fixed;
		top: 55px;
		left: 20px;
		right: 20px;
	}
	#return-main-menu.fixes {
		top: 100px;
	}

	.all-product-link {
		display: none !important;
	}

	.hd-non {
		display: block !important;
	}

	.addclass .categories.stcat {
		display: block !important;
	}

	.addclass .toggle span,
	.addclass .row.products.newlist {
		display: none !important;
	}

	.n-search form label {
		flex-grow: 1;
	}

	.head {
		margin: 20px 10px;
	}

	span.char-logo {
		display: none !important;
	}

	.sp-fl {
		display: flex;
	}

	body #branding .__box2>.sp-fl {
		display: flex !important;
		margin: 24px 6px !important;
		gap: 8px;
		justify-content: center;
		align-items: center;
	}

	body #branding span span i {
		border-radius: 50%;
		padding: 8px;
		font-size: 12px;
		top: 0px !important;
	}

	#branding .__box2 span {
		margin: 0px !important;
	}

	body #branding .__box2 span span {
		font-size: 16px !important;
	}

	.charlog {
		display: inline-block !important;
	}

	.ban-title.cntr {
		font-size: 25px;
	}

	.innerBanners {
		padding: 18px;
	}

	body .product-title {
		font-size: 22px;
		margin-top: 20px;
		margin-bottom: 20px;
		text-align: center;
	}

	body .enq-btn {
		font-size: 20px !important;
		width: unset !important;
		height: unset !important;
		padding-bottom: 13px !important;
		margin-top: 0px;
		margin-right: 8px;
		padding: 12px 20px;
	}

	body .stock-buy {
		cursor: pointer;
		display: inline !important;
		font-size: 20px !important;
		width: unset !important;
		height: unset !important;
		padding-bottom: 13px !important;
		margin-top: 0px;
		padding: 12px 38px;
	}

	.deks-tab {
		display: none;
	}

	.mb-tab {
		display: block !important;
	}

	.dekshd {
		display: none !important;
	}

	.easy-image-gallery li {
		padding: 0 0px 0px 0;
	}

	.col-6.order-sm-1 {
		text-align: center;
	}

	div#info-tab {
		text-align: left;
	}

	.homepage-icon-head {
		font-size: 22px;
		text-wrap: balance;
		margin-block: 28px !important;
	}

	.featured-products-container {
		padding: 8px 0 !important;
	}

	body .image-grid {
		padding-bottom: 0;
	}

	body .testimonial-carousels .testimonial-wrapper .client-details-wrapper .client-info {
		width: 72%;
		margin-left: 8%;
	}

	.hero .homepage-icon-head {
		margin-top: 0px !important;
	}

	body .more-details-button {
		margin-bottom: 5px;
	}

	.featured-product .margin-top-40 {
		margin-top: 8px !important;
	}

	body .homepage-container {
		margin: -5px auto;
	}

	body .contact {
		margin-top: 20px;
	}

	body .contact .header {
		margin-left: 2px;
	}
  
  body.page-id-16 .slide .text h1 + p {
  	margin-left: 18px;
    font-weight: normal;
  	font-size: 14px;
  }
  body.page-id-16 .product-list {
  	background:transparent;
  }
  body.page-id-16 .product-list .product-text {
  	margin-left: 0;
    max-width: 100%;
  }
  body.um-page {
	  padding-top: 55px;
	}
	body.um-page .um.um-login, body.um-page .um:not(.um-admin) {
		margin: 0 0 30px !important;
	}
	body.um-page .um.um-login .um-form {
		padding: 0 20px;
	}
}