:root {
	--red: #e20817;
	--yel: #afcb08;
}

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

.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: -5px;
}

.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 {
	list-style: none;
	display: flex;
	gap: 10px;
	padding: 0;
	margin-bottom: 20px;
	border-bottom: 2px solid #ddd;
}

.product-tab-buttons li {
cursor: pointer;
    padding: 10px 20px;
    background: var(--red);
    border-radius: 5px 5px 0 0;
    color: #fff;
}

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

.tab-pane {
	display: none;
}

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

.pdf-list {
    list-style: none;
    padding-left: 18px;
}

.pdf-list a {
    padding: 10px 25px;
    background: #eaa400;
    text-decoration: none;
    margin-bottom: 15px;
    display: inline-block;
    color: #fff;
}

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;
 }

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

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

@media only screen and (max-width:768px) {
	.n-search form label {
		flex-grow: 1;
	}

	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;
	}

  .easy-image-gallery li {
    padding: 0 0px 0px 0;
   }
   .col-6.order-sm-1 {
    text-align: center;
   }
   div#info-tab {
    text-align: left;
   }
}