.similar-articles-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
	margin: 20px 0 20px 0;
}
.similar-artciles-header {
	text-align:left;
}
.similar-artciles-header span {
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    background: #03A9F4;
    color: #fff;
    padding: 3px 25px 3px 25px;
    margin: 0 0 25px 0;
    border-radius: 12px;
}
.similar-articles-single {
    -webkit-box-flex: 30%;
        -ms-flex: 30% 0 1;
            flex: 30% 0 1;
	margin: 0 15px 0 15px;
	border: 1px solid #e7e7e7;
	    -webkit-box-shadow: rgb(3 3 3 / 20%) 1px 1px 18px;
    box-shadow: rgb(3 3 3 / 20%) 1px 1px 18px;
}
.similar-articles-single-thumbnail, .similar-articles-single-thumbnail img {
	width:100%;
	height: auto;
}
span.similar-articles-single-title {
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 10px;
}
.article-prodcts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
    margin: 25px 0 25px 0;
}
.article-prodcts-prod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 20%;
        -ms-flex: 20%;
            flex: 20%;
    border: 1px solid #e5e5e5;
    margin: 10px !important;
    border-radius: 12px;
	text-align: center;
}
.article-prodcts-prod-image {
	width: 100%;
    margin: 10px 0 15px 0;

}
.article-prodcts-prod-image img {
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
	text-align: center;
	border-radius: 12px;
}
a.article-prodcts-prod-title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #2196F3;
    padding: 0 10px 0 10px;
}
span.article-prodcts-prod-price {
    display: block;
    margin: 20px 0 20px 0;
    font-size: 18px;
    font-weight: 700;
}
a.article-prodcts-prod-link {
display: block;
	width: 100%;
    background: #565656;
    border: 2px solid #565656;
    font-size: 20px;
    color: #fff;
    padding: 10px 35px 10px 35px;
    font-weight: 700;
    border-radius: 0 0 12px 12px;
}
a.article-prodcts-prod-link:hover {
background: #fa9ebd;
border: 2px solid #fa9ebd
}
.art-prod-go-to-catalog {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
	margin-bottom: 50px;
}
.art-prod-go-to-catalog a {
	display: inline-block;
    font-size: 25px;
    font-weight: 700;
    border: 2px solid #03A9F4;
    color: #03A9F4;
    padding: 10px 45px 10px 45px;
    text-transform: uppercase;
	border-radius: 25px;
}
.art-prod-go-to-catalog a:hover {
	background: #03A9F4;
	color: #fff;
}
.art-prdct-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}

.art-prdct-prev,
.art-prdct-next {
position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 55px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    padding: 2px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.art-prdct-prev {
    left: 0;
}

.art-prdct-next {
    right: 0;
}

@-webkit-keyframes slideInRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}

@-webkit-keyframes slideInLeft {
    from {
        opacity: 0;
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}

.article-prodcts-prod {
    -webkit-animation: slideInRight 0.5s ease-in-out;
            animation: slideInRight 0.5s ease-in-out;
}

.article-prodcts-prod.left {
    -webkit-animation: slideInLeft 0.5s ease-in-out;
            animation: slideInLeft 0.5s ease-in-out;
}
.printik-bbanner-container {
	display:block;
	width: 100%;
	margin: 0 auto;
	text-align:center;
	margin-top:100px;
	margin-bottom:20px;

}
.printik-blog-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
width: 100%;
	background-color: #ff99bb;
opacity: 0.8;
background-image:  -o-linear-gradient(315deg, #ff96b9 25%, transparent 25%), -o-linear-gradient(225deg, #ff96b9 25%, transparent 25%), -o-linear-gradient(45deg, #ff96b9 25%, transparent 25%), -o-linear-gradient(135deg, #ff96b9 25%, #ff99bb 25%);
background-image:  linear-gradient(135deg, #ff96b9 25%, transparent 25%), linear-gradient(225deg, #ff96b9 25%, transparent 25%), linear-gradient(45deg, #ff96b9 25%, transparent 25%), linear-gradient(315deg, #ff96b9 25%, #ff99bb 25%);
background-position:  10px 0, 10px 0, 0 0, 0 0;
background-size: 20px 20px;
background-repeat: repeat;
	    border: 1px solid #e7e7e7;
    -webkit-box-shadow: rgb(3 3 3 / 20%) 1px 1px 18px;
    box-shadow: rgb(3 3 3 / 20%) 1px 1px 18px;
    border-radius: 12px;

}
.p-banner img {
width: 100%;
    max-width: 300px;
    border-radius: 25px;
    padding: 10px;
    -webkit-box-shadow: rgb(3 3 3 / 36%) 1px 1px 19px;
            box-shadow: rgb(3 3 3 / 36%) 1px 1px 19px;
}
.printik-blog-banner-text {
    width: 100%;
    height: auto;
}
.pbbt-top {
    margin: 50px;
    font-size: 1.5rem;
    color: #8f3956;
    font-weight: 700;
}
.pbbt-bottom {
	display:inline-block;
    background: #03A9F4;
	border: 1px solid #03A9F4;
    padding: 5px 25px 5px 25px;
    font-size: 25px;
    color: #fff;
    border-radius: 12px;
}
.pbbt-bottom a:hover {
	background:none;
	border: 1px solid #03A9F4;
}
.p-banner-mobile {display:none;}
@media (max-width: 768px) {
    .article-prodcts.mobartprdcts .article-prodcts-prod:nth-child(n+3) {
        display: none;
    }
}
@media (max-width: 1024px) {
    .article-prodcts.mobartprdcts .article-prodcts-prod:nth-child(n+4) {
        display: none;
    }
	.similar-articles-single{-webkit-box-flex: 50%;-ms-flex: 50% 0 1;flex: 50% 0 1;}
}
@media (max-width: 880px) {
	.pbbt-top {margin:25px;}
}
@media (max-width: 600px) {
	.printik-blog-banner{display:block;position: relative;}
	.pbbt-top {font-size:21px;background: #2196F3;-webkit-box-shadow: rgb(3 3 3 / 100%) 1px 1px 23px;box-shadow: rgb(3 3 3 / 100%) 1px 1px 23px;color: #fff;padding: 5px;border-radius: 12px;}
	.pbbt-bottom{font-size:20px;background: #E91E63;border: 1px solid #E91E63;-webkit-box-shadow: rgb(3 3 3 / 100%) 1px 1px 19px;box-shadow: rgb(3 3 3 / 100%) 1px 1px 19px;}
	.p-banner{display:none;}
	.p-banner-mobile {display:block;}
	.p-banner-mobile img {width: 100%;}
	.printik-bbanner-container {padding: 0 10px 0 10px;}
	.printik-blog-banner-text {
    width: 100%;
    height: auto;
    position: absolute;
top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: none;
   	padding: 0px;
    color: #fff;
}
}
@media (max-width: 420px) {
    .article-prodcts.mobartprdcts .article-prodcts-prod:nth-child(n+2) {
        display: none;
    }
		.similar-articles-flex{-ms-flex-wrap:wrap;flex-wrap:wrap;}
		.similar-articles-single{-webkit-box-flex: 100%;-ms-flex: 100% 1 1;flex: 100% 1 1; margin:10px;}
	.comment-author-name input[type=text], .textarea textarea{font-size:13px;}
}
@media (max-width: 440px) {
	.printik-blog-banner-text {
position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
	}
	.pbbt-top {background:none;-webkit-box-shadow:none;box-shadow:none;font-size:18px;margin: 10px;}
	.pbbt-bottom{margin: 0 0 30px 0;-webkit-box-shadow:none;box-shadow:none;}
}