* {
	scroll-behavior: smooth;
}

.detail-products * p{
	font-size: 14px !important;
}

.blog-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px;
}

.blog-wrapper .card {
	padding-top: 20px;
}

.blog-img-wrapper {
	height: 200px !important;
}

.blog-img-wrapper img {
	background-size: contain !important;
	max-height: 100% !important;
	width: auto;
	margin: 0 auto;
	display: block;
}

.blog-wrapper .card .card-body{
	padding-bottom: 0 !important;
}

.article .article_title {
	font-size: 34px !important;
}

.article * img, .article img{
	display: block !important;
	margin: auto !important;
	text-align: center;
}

.article * p {
	font-size: 16px !important;
}

.article * a {
	color: blue !important;
}

.view-code-btn-expand.btn-primary {
	background-color: #ffb300 !important;
	padding: 12px 41px !important;
	margin: 0 0 9px !important;
	position: relative !important;
	text-decoration: none !important;
}

.view-code-btn-expand.btn-primary.coupon:hover {
	padding: 12px 60px 12px 41px !important;
	background: #29b6f6 !important;
}

.view-code-btn-expand.btn-primary.not-coupon:hover {
	padding: 12px 41px 12px 41px !important;
	background: #29b6f6 !important;
}

.view-code-btn-expand.btn-primary:hover .code {
	opacity: 1 !important;
	visibility: visible !important;
}

.view-code-btn-expand.btn-primary .code {
	position: absolute !important;
	right: 0 !important;
	top: 0 !important;
	opacity: 0 !important;
	visibility: hidden !important;
	padding: 11px 5px 10px !important;
	border-width: 2px 2px 2px 0 !important;
	border-style: dashed !important;
	background: #fff !important;
	-webkit-transition: all 0.25s linear !important;
	-o-transition: all 0.25s linear !important;
	transition: all 0.25s linear !important;
	color: #ffb300 !important;
}

.load-more-post-button {
	background-color: lightgrey !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	width: max-content !important;
	margin: 18px auto 20px !important;
	border-radius: 99px !important;
	padding: 4px 10px !important;
	cursor: pointer !important;
}

.load-more-post-button * {
	font-size: 16px !important;
	font-weight: bold;
}
.load-more-post-button:hover {
	background-color: darkgrey !important;
	color: #fff !important;
}

.load-more-post-button:hover * {
	color: #fff !important;
}

.img-bg-card-wrapper {
	width: 100% !important;
	height: 190px !important;
	padding: 10px !important;
}

.img-bg-card-wrapper img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	object-position: center !important;
}

.title-card-wrapper {
	width: 100% !important;
	height: 50px !important;
	margin-bottom: 5px !important;
}

.title-decoration-none {
	text-decoration: none !important;
}

.line-clamp-2 {
	overflow: hidden !important;
	display: -webkit-box !important;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 2 !important;
	width: 200px !important;
}

.img-bg-best-offers-card-wrapper {
	width: 100% !important;
	height: 190px !important;
	padding: 10px !important;
	margin-bottom: -20px !important;
}

.img-bg-best-offers-card-wrapper img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	object-position: center !important;
}

.best-offers-card {
	padding: 0 !important;
	position: relative;
}

.img-bg-best-offers-card-wrapper {
	margin-bottom: 0;
}

.best-offer-discount {
	position: absolute;
	top: -15px;
	left: -15px;
	z-index: 10;
	width: 45px !important;
	height: 45px !important;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #33b86c;
	font-weight: normal;
	font-size: 14px;
}

.best-offer-container {
	display: flex !important;
	justify-content: flex-start !important;
	align-items: center !important;
	flex-wrap: wrap !important;
}

.col.best-offers-card {
	margin: 15px !important;
	width: 250px !important;
}

.col.best-offers-card  .view-code-btn-expand.btn-primary.coupon:hover{
	padding: 12px 60px 12px 12px !important;
}

.col.best-offers-card  .view-code-btn-expand.btn-primary.not-coupon:hover{
	padding: 12px 41px 12px 41px !important;
}

.best-offers-card .line-clamp-2 {
	overflow: hidden !important;
	display: -webkit-box !important;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 2 !important;
	width: 100% !important;
}

.logo-wrapper {
	width: 100px;
	height: 55px;
}

.logo-wrapper img {
	height: 100%;
	width: auto;
	object-position: center;
	object-fit: cover;
}

.header-container {
	position: absolute;
	z-index: 99;
	left: 50%;
	transform: translateX(-50%);
}

.header-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row;
}

.currency-wrapper {
	width: 80px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.tbtd-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 10px;
	width: max-content;
	flex-wrap: wrap;
}

.responsive-brand-a {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	height: 100%;
	width: 100%;
}

.img-responsive-brand {
	max-width: 100%;
	max-height: 100%;
}

.flex-center {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
}

.bg-white {
	background-color: #ffffff !important;
}

.feature-box.bg-white:hover {
	background-color: #ffffff !important;
}

.icon.round.text-center.flex-center.bg-white:hover {
	background-color: #ffffff !important;
}

.latest-updates-img-wrapper {
	width: 360px;
	height: 240px;
	display: flex;
	justify-content: center;
	align-items: center
}

.latest-updates-img {
	height: 320px;
	width: auto;
	background-size: contain;
	margin: 0 auto
}

.latest-updates-line-clamp-2 {
	overflow: hidden !important;
	display: -webkit-box !important;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 2 !important;
	width: 320px !important;
}

.btn-sales, .btn-download-app{
	background-color: #343A40 !important;
	color: #ffffff !important;
	padding: 7px 14px !important;
}

.btn-download-app {
	font-size: 14px !important;
}

.btn-sales:hover, .btn-download-app:hover{
	background-color: orange !important;
}

#loader {
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 80px;
	height: 80px;
	animation: spin 2s linear infinite;
	margin: 15px auto 15px;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.brand-marketer-btn {
	width: 125px !important;
	padding: 5px !important;
	color: saddlebrown !important;
	font-size: 12px !important;
}

.brand-marketer-btn:hover {
	color: #FFFFFF !important;
}

.text-14px{
	font-size: 14px !important;
}

.page-item-responsive a {
	width: max-content; min-width: 44px;
}

.sticky-header {
	width: 100%;
	height: max-content;
	background-color: #ffffff;
	position: fixed !important;
	top: 0;
	left: 0;
	z-index: 999;
}

.register-title {
	font-size: 24px;
	display: block;
	line-height: 36px;
}

.register-desc {
	color: #777D84;
	font-size: 16px;
	line-height: 24px;
	display: block;
}

@media screen and (max-width: 768px){
	.article .article_title {
		font-size: 24px !important;
	}

	.col.best-offers-card {
		width: 90% !important;
	}

	.logo-wrapper {
		width: max-content;
		height: 45px;
	}

	.blog-wrapper {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 10px !important;
	}

	.currency-wrapper {
		padding: 0 !important;
	}

	.tbtd-wrapper {
		padding-top: 5px;
		gap: 5px;
	}

	.load-more-post-button {
		display: none !important;
	}

	.coupon-box.best-offers-card {
		width:90%;
		margin: 0 auto;
		position: relative;
	}
}
