html {
	scroll-behavior: smooth;
}

@media (min-width: 1440px) {
	.page-header .container,
	.how-to-content .container {
		max-width: 1200px;
	}
}

main#main-content {
	padding-bottom: 0;
}

.how-to-section-content {
	padding: 0;
}

div#tool-and-materials li::marker {
	color: #182d59;
	font-size: 24px;
	line-height: 24px;
}

div#steps li::marker {
	font-size: 0;
}

div#steps ul {
	counter-reset: counter;
	padding-left: 0px;
	list-style-position: inside;
}

div#steps li:before {
	counter-increment: counter;
	content: counter(counter);
	margin-right: .5em;
	background: #0F5195;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	float: left;
	position: absolute;
	left: 0;
}

div#steps li h4 {
	padding-left: 50px;
	margin-bottom: 20px;
	line-height: 40px;
}

div#steps li {
	margin-bottom: 50px;
	padding-left: 50px;
	position: relative;
	color: #192E58;
	list-style: none;
}

.how-to-tabs {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0 20px;
}

@media (max-width: 540px) {
	.how-to-tabs {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.page-anchor-links {
		width: 100%;
		margin-top: 10px;
	}

	.how-to-section {
		margin-bottom: 50px;
	}

	nav.breadcrumbs.mb-4 .container {
		padding-left: 0;
	}
}

.blog_header {
	background-image: url('/assets/images/blog_header.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 50px 0;
}

ol.breadcrumb {
	background: none;
	padding: 0;
}

nav.breadcrumbs .container {
	padding: 0;
}

.breadcrumb-item {
	color: rgba(255, 255, 255, 1);
	font-family: Roboto;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: left;
	text-transform: uppercase;
}

.breadcrumb-item + .breadcrumb-item::before {
	content: '|';
	font-size: 18px;
	margin-top: -0.8px;
}

h1.page-title {
	color: rgba(255, 255, 255, 1);
	font-family: Roboto;
	font-size: 60px;
	font-weight: 900;
	line-height: 70px;
	letter-spacing: 0px;
	text-align: left;
	text-transform: capitalize;
}

.posted_on {
	transform: rotate(0.01deg);
	color: rgba(255, 255, 255, 0.8);
	font-family: Roboto;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: left;
}

.blog_sidebar {
	width: 360px;
	min-width: 360px;
	background: rgba(15, 81, 149, 0.1);
	border-radius: 10px;
	padding: 27px 22px;
	margin-bottom: 47px;
}

.blog_flex_container.container {
	display: flex;
	align-items: flex-start;
	margin-top: 47px;
}

section.how-to-content .container {
	padding: 0 0 0 42px;
}

.main_blog_image {
	width: 100%;
	height: auto;
	border-radius: 20px;
    overflow: hidden;
}

.how-to-video-section iframe {
	width: 100%;
	border-radius: 10px;
    overflow: hidden;
}

.table_of_contents {
	background: rgba(15, 81, 149, 0.1);
	border-radius: 10px;
	padding: 20px;
	margin: 32px 0;
}

.table_of_contents_title {
	color: rgba(25, 46, 88, 1);
	font-family: Roboto;
	font-size: 22px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: left;
	cursor: pointer;
	background-image: url("data:image/svg+xml,%3Csvg style='transform: rotate(180deg)' viewBox='0 0 20.0117 13.8221' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20.011719' height='13.822144' fill='none' customFrame='%23000000'%3E%3Cpath id='Vector 4252' d='M1.50586 1.50604L10.0059 11.506L18.5059 1.50604' stroke='rgb(25,46,88)' stroke-width='3' /%3E%3C/svg%3E%0A");
	background-repeat: no-repeat no-repeat;
	background-position: right;
	background-size: 17px;
}
	
.table_of_contents_title.active {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20.0117 13.8221' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20.011719' height='13.822144' fill='none' customFrame='%23000000'%3E%3Cpath id='Vector 4252' d='M1.50586 1.50604L10.0059 11.506L18.5059 1.50604' stroke='rgb(25,46,88)' stroke-width='3' /%3E%3C/svg%3E%0A");
}

.page-anchor-links a {

	color: rgba(15, 81, 149, 1);
	font-family: Roboto;
	font-size: 21px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: left;
	text-decoration-line: underline;
	margin-bottom: 20px;
	display: block;
}

ul.page-anchor-links {
	margin: 20px 0 -10px;
	padding-left: 30px;
}

ul.page-anchor-links li::marker {
	font-size: 20px;
}

.table_of_contents_title svg {
	vertical-align: -2.5px;
	margin-right: 5px;
}
	
section.how-to-content {
	max-width: calc(100% - 360px);
	flex-grow: 1;
}

.how-to-section-title * {
	color: rgba(25, 46, 88, 1);
	font-family: Roboto;
	font-size: 37px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0px;
	margin-bottom: 20px;
}

.how-to-section-content * {
	color: rgba(25, 46, 88, 1);
	font-family: Roboto;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0px;
}

.how-to-section-content {
	margin-bottom: 30px;
}

.blog_sidebar_title {
	color: rgba(25, 46, 88, 1);
	font-family: Roboto;
	font-size: 38px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0px;
	pointer-events: none;
}
	
.blog_sidebar_wrap {
    padding-top: 40px;
}

.blog_sidebar_item {
	color: rgba(25, 46, 88, 1);
	font-family: Roboto;
	font-size: 22px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0px;
	display: block;
	margin-bottom: 40px;
	padding: 0 10px;
	/*New styles as per request*/
	color: rgba(15, 81, 149, 1);
    font-family: Roboto;
    font-size: 21px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
}

.blog_sidebar_item.active {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    padding: 15px 10px 15px 10px;
    margin-bottom: 30px;
}

.blog_sidebar_item svg {
	vertical-align: -3.5px;
	margin-right: 5px;
}

.blog_sidebar_section_title {
	color: rgba(25, 46, 88, 0.5);
	font-family: Roboto;
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0px;
	text-transform: uppercase;
	margin: 40px 0 30px;
}

.article_tag {
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(25, 46, 88, 0.3);
	border-radius: 30px;
	box-sizing: border-box;
	padding: 10px 20px 10px 20px;
	color: rgba(25, 46, 88, 1);
	font-family: Roboto;
	font-size: 18px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0px;
	text-align: center;
	cursor: pointer;
}

.article_tags_title {
	color: rgba(25, 46, 88, 1);
	font-family: Roboto;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: left;
	text-transform: uppercase;
	margin-right: 20px;
}

.article_tags {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	padding-top: 30px;
	margin-bottom: 60px;
}

.sidebar_article_tags .article_tag {
	padding: 5px 10px;
	font-size: 14px;
	border: none;
	line-height: 20px;
	
	margin: 7.5px 2.5px;
}

.sidebar_article_tags {
	display: flex;
	flex-wrap: wrap;
	column-gap: 5px;
	row-gap: 15px;
	margin-top: -10px;
	
	margin-top: -17.5px;
}

.related-products-on-posts_section {
	background: rgba(15, 81, 149, 0.1);
	border-radius: 20px;
	padding: 30px 60px 50px;
	margin-bottom: 60px;
	
	padding: 30px 40px 50px;
}

.related-products-on-posts_section .h3 {
	color: rgba(25, 46, 88, 1);
	font-family: Roboto;
	font-size: 37px;
	font-weight: 700;
	line-height: 50px;
	letter-spacing: 0px;
	text-align: center;
	margin-bottom: -20px;
}

.related-products-on-posts {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

.related-products-on-posts span.slick-arrow {
	position: absolute;
	top: 100%;
	color: rgba(15, 81, 149, 1);
	font-family: Roboto;
	font-size: 20px;
	font-weight: 500;
	line-height: 15px;
	letter-spacing: 0px;
	text-align: left;
}

.related-products-on-posts span.slick-arrow.prev {
	left: 15px;
}

.related-products-on-posts span.slick-arrow.next {
	right: 15px;
}

article.product-thumb img {
	width: 100%;
}

.related-products-on-posts .slick-track {
	display: flex !important;
}

.related-products-on-posts .slick-slide {
	height: inherit !important;
}

.related-products-on-posts span.slick-arrow span {
	background: #0F5195;
	border-radius: 100%;
	padding: 10px;
	display: inline-block;
}

.related-products-on-posts span.slick-arrow.prev span {
	margin-right: 10px;
}

.related-products-on-posts span.slick-arrow.next span {
	margin-left: 10px;
}

.related-products-on-posts span.slick-arrow svg {
	vertical-align: -2.5px;
}

.related-posts-on-posts_section .h3 {
	margin-bottom: 10px !important;
}

.related-products-on-posts span.slick-arrow.slick-disabled {
    color: #7F7F7F;
}

.related-products-on-posts span.slick-arrow.slick-disabled span {
    background: none;
    padding: 10px 0;
}

.related-products-on-posts span.slick-arrow.slick-disabled span path {
    stroke: #7F7F7F;
}

.related-products-on-posts:not(.slick-initialized) {
    flex-wrap: nowrap;
    overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
}

.related-products-on-posts:not(.slick-initialized) article.article.col,
.related-products-on-posts:not(.slick-initialized) article.product-thumb {
    width: 33.33%;
    max-width: 33.33%;
    flex-grow: 0;
    min-width: 33.33%;
}

.blog_list .blog_header {
    background-image: url('/assets/images/blog__list_header.webp');
	padding: 30px 0;
}

.blog_list .search_article_tags {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
    justify-content: center;
    margin-top: 30px;
	min-height: 40px;
	
	text-align: center;
    margin-top: 25px;
}

.blog_list .search_article_tags a.article_tag {
    margin: 5px;
}

.blog_list .blog_search {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background: rgba(255, 255, 255, 1);
    max-width: 860px;
    height: 70px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 22px;
    gap: 10px;
}

.blog_list input.blog_search_input {
    color: rgba(0, 0, 0);
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: left;
    border: none;
    width: 100%;
    outline: none;
}

.blog_list input.blog_search_input::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.blog_list .blog_header .content_short_description2 {
    color: rgba(255, 255, 255, 1);
    font-family: Roboto;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
    max-width: 917px;
    margin: 0 auto 30px;
}

.blog_main.blog_list .blog_header .content_short_description2 {
    font-size: 25px;
}

.blog_list ol.breadcrumb {
    justify-content: center;
}

.blog_list h1.page-title {
    text-align: center;
    text-transform: uppercase;
}

.total-results-box .btn-text {
    color: rgba(0, 0, 0, 0.5);
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 20px;
}

.pagination .page-link {
    border: none !important;
    padding: 0 !important;
	background: none !important;
    outline: none !important;
	box-shadow: none !important;
}

.pagination .page-link span.slick-arrow {
    color: rgba(15, 81, 149, 1);
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0px;
    text-align: left;
}

.pagination .page-link span.slick-arrow span {
    padding: 10px 0;
    display: inline-block;
}

/*.pagination .page-link:not(.disabled) span.slick-arrow span,*/
.pagination .page-item:not(.disabled) span.slick-arrow span {
    background: #0F5195;
    border-radius: 100%;
	padding: 10px;
}

li.page-item.disabled .page-link span {
    color: #7F7F7F;
}

.pagination .page-link span.slick-arrow svg {
    vertical-align: -2.5px;
}

.pagination .page-link span.slick-arrow.prev span {
    margin-right: 10px;
}

.pagination .page-link span.slick-arrow.next span {
    margin-left: 10px;
}

li.page-item:has(span.slick-arrow.next) {
    margin-left: auto;
}

li.page-item:has(span.slick-arrow.prev) {
    margin-right: auto;
}

nav.page-navigation {
    margin-top: 2px;
    margin-bottom: 65px;
}

ul.pagination:has(li.page-item.next) li.page-item.disabled_next,
ul.pagination:has(li.page-item.prev) li.page-item.disabled_prev {
    display: none;
}

.article-image {
    padding: 0;
    aspect-ratio: 16/9;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.article-inner {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    box-shadow: none;
}

.article-image svg {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
	border-radius: 100%;
    box-shadow: 0px 0px 1px #000;
}

.article-date-posted {
    color: rgba(0, 0, 0, 0.5);
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 10px;
}

.article-content {
    padding: 20px;
}

.article-title {
    color: rgba(15, 81, 149, 1);
    font-family: Roboto;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
}

.article-description {
    color: rgba(25, 46, 88, 1);
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    margin-top: 10px;
}

.article .btn {
    border-radius: 100px;
    background: rgba(15, 81, 149, 1);
    color: rgba(255, 255, 255, 1) !important;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 900;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase !important;
    padding: 10px 20px;
}

.article-view {
    padding-top: 15px;
}

.blog_main_slider_row span.slick-arrow {
    background: #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -40px;
}

.blog_main_slider_row span.slick-arrow.prev {
    right: 58px;
}

.blog_main_slider_row span.slick-arrow.next {
    right: 10px;
}

.blog_main_slider .h3 {
    color: rgba(255, 255, 255, 1);
    font-family: Roboto;
    font-size: 30px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 10px;
}

.blog_main_slider .slick-track {
    display: flex !important;
}

.blog_main_slider .slick-slide {
    height: inherit !important;
}

.blog_main_slider_row span.slick-arrow.slick-disabled {
    background: none;
    border: 1px solid #fff;
}

.blog_main_slider_row span.slick-arrow span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.blog_main_slider_row span.slick-arrow:not(.slick-disabled) svg path {
    stroke: #000;
}

.blog_main_slider_row:not(.slick-initialized) {
    flex-wrap: nowrap;
    overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
}

.blog_main_slider_row:not(.slick-initialized) article.article.col {
    width: 33.33%;
    max-width: 33.33%;
    flex-grow: 0;
    min-width: 33.33%;
}

.blog_main_top_line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 27px;
}

.blog_main_top_line_title {
    color: rgba(25, 46, 88, 1);
    font-family: Roboto;
    font-size: 38px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0px;
}

.blog_main_top_line .blog_search {
    max-width: 412px;
    height: 60px;
    margin: 0;
}

.blog_main_top_line input.blog_search_input {
    font-size: 16px;
}
	
@media (max-width: 768px) {
.blog_header {
    background-image: url('/assets/images/blog_header_mobile.webp');
}
	
h1.page-title {
    font-size: 28px;
    line-height: 34px;
}

.breadcrumb-item {
    font-size: 14px;
    line-height: 20px;
}

.posted_on {
    font-size: 16px;
    line-height: 30px;
}
	
.blog_flex_container.container {
    flex-wrap: wrap;
    padding: 0 20px;
    margin-top: 25px;
}

.blog_sidebar {
    width: 100%;
    margin-bottom: 25px;
	min-width: auto;
}
	
.blog_sidebar_title {
    font-size: 24px;
    line-height: 18px;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 19.0078 12.0635' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='19.007812' height='12.063538' fill='none' customFrame='%23000000'%3E%3Cpath id='Vector 4259' d='M0 0L8.50037 10L17 0' stroke='rgb(25,46,88)' stroke-linejoin='round' stroke-width='2' transform='matrix(1,0,0,-1,1.00391,11.0595)' /%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: right;
    background-size: 17px;
	pointer-events: all;
}

.blog_sidebar_title.active {
    background-image: url("data:image/svg+xml,%3Csvg style='transform: rotate(180deg)' viewBox='0 0 19.0078 12.0635' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='19.007812' height='12.063538' fill='none' customFrame='%23000000'%3E%3Cpath id='Vector 4259' d='M0 0L8.50037 10L17 0' stroke='rgb(25,46,88)' stroke-linejoin='round' stroke-width='2' transform='matrix(1,0,0,-1,1.00391,11.0595)' /%3E%3C/svg%3E%0A");
}
	
.blog_sidebar_item {
    font-size: 20px;
}
	
.table_of_contents_title {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 19.0078 12.0635' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='19.007812' height='12.063538' fill='none' customFrame='%23000000'%3E%3Cpath id='Vector 4259' d='M0 0L8.50037 10L17 0' stroke='rgb(25,46,88)' stroke-linejoin='round' stroke-width='2' transform='matrix(1,0,0,-1,1.00391,11.0595)' /%3E%3C/svg%3E%0A");
}

.table_of_contents_title.active {
    background-image: url("data:image/svg+xml,%3Csvg style='transform: rotate(180deg)' viewBox='0 0 19.0078 12.0635' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='19.007812' height='12.063538' fill='none' customFrame='%23000000'%3E%3Cpath id='Vector 4259' d='M0 0L8.50037 10L17 0' stroke='rgb(25,46,88)' stroke-linejoin='round' stroke-width='2' transform='matrix(1,0,0,-1,1.00391,11.0595)' /%3E%3C/svg%3E%0A");
}

section.how-to-content {
    width: 100%;
	max-width: 100%;
}

section.how-to-content .container {
    padding: 0;
}

.table_of_contents {
    margin-top: 25px;
}
	
.page-anchor-links a {
    font-size: 20px;
    border: none;
}
	
.how-to-section-title * {
    font-size: 30px;
}

.article_tags .article_tag {
    font-size: 12px;
    padding: 10px 17px;
}

.article_tags_title {
    width: 100%;
    margin-bottom: 10px;
}

.article_tags {
    column-gap: 5px;
    row-gap: 10px;
}
	
.related-products-on-posts_section {
    padding: 40px 30px 50px;
    margin-bottom: 30px;
}

.related-products-on-posts_section .h3 {
    font-size: 28px;
    line-height: 30px;
}
	
.related-products-on-posts span.slick-arrow {
    font-size: 18px;
}
	
.blog_list .blog_header {
    padding: 43px 0 35px;
}

.blog_list .blog_header nav.breadcrumbs {
    margin-bottom: 15px !important;
}

.blog_list h1.page-title {
    margin: 15px 0 !important;
    font-size: 40px !important;
    line-height: 40px !important;
}

.blog_list .blog_header .content_short_description2 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 22px;
}

.blog_list .blog_search {
    height: 60px;
	padding: 22px 12px;
}

.blog_list .search_article_tags {
    margin-top: 20px;
}

.search_article_tags .article_tag {
    font-size: 12px;
    padding: 5px 15px;
}
	
section.how-to-content .sort_container {
    display: none;
}

section.how-to-content .row.row-cols-1 article.article.col {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 5px 10px;
}

section.how-to-content .row.row-cols-1 {
    margin: 0 -5px;
}

.article-content {
    padding: 15px;
}

.article-title {
    font-size: 22px;
    line-height: 27px;
}
	
.blog_main_slider_row .article-title {
    font-size: 16px;
    line-height: 22px;
}
	
.blog_main_slider_row .article-description {
	font-size: 12px;
	line-height: 16px;
}

div#blog_regular_posts .article-title {
    font-size: 16px;
    line-height: 22px;
}

div#blog_regular_posts .article-description {
    font-size: 12px;
    line-height: 16px;
}

div#blog_regular_posts .article .btn {
    font-size: 10px;
}
	
.related-products-on-posts .product-thumb-title {
    font-size: 22px;
    line-height: 26px;
}

.article-description {
    font-size: 16px;
    line-height: 22px;
}

.article .btn {
    font-size: 12px;
    padding: 5px 15px;
}

.article-view {
    padding-top: 14px;
}

.pagination .page-link span.slick-arrow {
    font-size: 18px;
}

.blog_list nav.page-navigation {
    margin-bottom: 60px;
    margin-top: 20px;
}
	
.blog_main_slider .h3 {
    font-size: 16px;
    text-align: center;
}

.blog_main_slider_row .slick-list.draggable {
    max-width: 80%;
    margin: 0 auto;
}
	
.blog_main_slider_row span.slick-arrow {
    top: 50%;
    transform: translateY(-50%);
}

.blog_main_slider_row span.slick-arrow.prev {
    left: 10px;
}
	
.blog_main_slider_row:not(.slick-initialized) {
    max-width: calc(80% + 30px);
    margin: 0 auto;
}

.blog_main_slider_row:not(.slick-initialized) article.article.col {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}
	
.blog_list.blog_main .blog_header {
    padding-bottom: 20px;
}
	
.blog_list.blog_main .blog_header {
    padding-bottom: 20px;
}

.blog_main_top_line {
    flex-wrap: wrap;
}

.blog_main_top_line_title {
    font-size: 28px;
    line-height: 60px;
    margin-bottom: 10px;
}
}

div#blog_live_search:has(>*) ~ div#blog_regular_posts,
div#blog_live_search:has(>*) ~ nav.page-navigation:not(#pagination) {
    display: none !important;
}

section.how-to-content:not(:has(div#search_stats .btn-text:empty)) .sort_container:not(div#search_stats) {
    display: none;
}

.article_tag.active {
    background: #074f97;
    color: #fff;
	border: 0.5px solid #fff;
}

.blog_sidebar_wrap:has(.sidebar_article_tags.render_tags:empty) .blog_sidebar_section_tag_title {
    display: none;
}

.how-to-section-content ul {
    padding-left: 20px;
    /*list-style-position: inside;*/
}

div#steps .how-to-section-content li strong:first-child {
    display: block;
}

div#steps li:before {
    top: -5px;
}

div#steps .how-to-section-title {
    margin-bottom: 30px;
}

div#steps li::marker {
    display: none;
    position: absolute;
}

@media (min-width: 769px) and (max-width: 1200px) {
.row-cols-1 article.article.col {
    flex: 0 0 50%;
    max-width: 50%;
}

.blog_sidebar {
    width: 320px;
    min-width: 320px;
}

.blog_main_top_line {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 5px;
}

.blog_main_top_line .blog_search {
    max-width: 100%;
}
}

@media (min-width: 769px) and (max-width: 991px) {
body .blog_flex_container.container {
    flex-wrap: wrap;
}

body .blog_sidebar {
    width: 100%;
    min-width: 100%;
}

section.how-to-content {
    max-width: 100%;
}

section.how-to-content .container {
    padding: 0;
}
	
.blog_sidebar_title {
	cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 19.0078 12.0635' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='19.007812' height='12.063538' fill='none' customFrame='%23000000'%3E%3Cpath id='Vector 4259' d='M0 0L8.50037 10L17 0' stroke='rgb(25,46,88)' stroke-linejoin='round' stroke-width='2' transform='matrix(1,0,0,-1,1.00391,11.0595)' /%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: right;
    background-size: 17px;
	pointer-events: all;
}
}

.related-products-on-posts_section.related-posts-on-posts_section .article-inner,
.related-products-on-posts_section.related-posts-on-posts_section .article-inner .article-image {
    border-radius: 0;
}

@media (min-width: 992px) {
.related-products-on-posts_section .product-thumb-offer {
    font-size: 20px;
}

.related-products-on-posts_section .product-thumb-action {
    font-size: 14px;
}
}

.article-title-link {
    color: #0F5195;
}

.blog_main.blog_list h1.page-title {
    text-transform: none;
	font-size: 54px;
	line-height: 54px;
}

.related-products-on-posts .ruk_rating_snippet_thumbs .ruk-rating-snippet-count {
    color: #00000099 !important;
}

@media (max-width: 768px) {
.blog_header ol.breadcrumb {
    flex-wrap: nowrap;
    width: max-content;
}
	
.blog_list ol.breadcrumb {
    margin: 0 auto;
}

.blog_header .breadcrumbs {
    overflow: auto;
}

.blog_header .breadcrumbs {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;     /* Firefox */
}

.blog_header .breadcrumbs::-webkit-scrollbar {
    display: none;  /* Chrome, Safari and Opera */
}	
}

div#tool-and-materials .how-to-section-content li {
    margin-bottom: 20px;
}

.article-date-posted:not(:has(*)) {
    display: none;
}

body:has(.table_of_contents) .sidebar_article_tags.render_tags {
    display: block;
}

body:has(.table_of_contents) .sidebar_article_tags .article_tag {
    display: inline-block;
}

.article-image svg {
    right: unset;
    margin: 0;
    transform: none;
    top: 0;
    width: 50px;
    height: 40px;
    background: #0f5195;
    padding: 7.5px;
    border-radius: 10px 0;
}

@media (max-width: 768px) {
.article-image svg {
    width: 40px;
    height: 30px;
    padding: 5px;
}
}

@media (min-width: 769px) {
.blog_sidebar {
    position: sticky;
    top: 80px;
}
}

.content_author {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 30px;
    margin-bottom: 30px;
}

.content_author_title {
    color: rgba(25, 46, 88, 1);
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
    margin-right: 20px;
}

.content_author span {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(25, 46, 88, 0.3);
    border-radius: 30px;
    box-sizing: border-box;
    padding: 10px 20px 10px 20px;
    color: rgba(25, 46, 88, 1);
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0px;
    text-align: center;
}

@media (max-width: 768px) {
    .content_author span {
        font-size: 12px;
        padding: 10px 17px;
    }
}

section.how-to-content .blog_header {
    background: none;
    padding-top: 0;
    padding-bottom: 30px;
}

section.how-to-content .blog_header * {
    color: rgba(25, 46, 88, 1);
}

section.how-to-content .blog_header .container {
    padding: 0;
}

section.how-to-content .blog_header .posted_on i {
    font-style: normal;
    padding: 0 10px;
}

@media (min-width: 769px) {
section.how-to-content .blog_header h1.page-title {
    font-size: 50px;
    line-height: 55px;
    margin: 20px 0 !important;
}
}