.button-wislist {
	background: none;border:none
}
.button-remove {
	background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.form-control:disabled, .form-control:read-only {
	background: none;
}
@media (max-width: 767px) {
	.product-category-title { margin-top: 2rem; text-align: center; }
	.content-product-category #secondary { display: none; }
}
.custom-toast-container {
	position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: auto;
    z-index: 999999999999999;
	padding: 1rem;
	width: max-content;
	max-width: 100%;
	
}

.product-category__icon img { width: 55px; margin-bottom: 10px; }

.blog-body img {
	width: 100% !Important;
	height: auto;
}

.youtube-video {
	aspect-ratio: 16 / 9;
	width: 100%;
}

#primary { overflow: auto; }

#sidebarNavToggler10 i.glph-icon,
#sidebarNavToggler9 i.glph-icon { font-size: 1.4rem; }

ul.nav .nav-item:nth-child(7) { background: #fa5656; }
ul.nav .nav-item:nth-child(7) > a { color: #fff; }