/*---------------- Start Smart-Blog Block Css -------------------*/
#smartblog_block{
    float: left;
    width: 100%;
}
#smartblog_block .products_block_inner {
	float: left;
	width: 100%;
	position: relative;
}
#smartblog_block .products_block_inner .homepage-heading {
    margin: 0;
    text-align: left;
}

#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .news_module_image_holder {
	overflow: hidden;
	position: relative;
	display: block;
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .news_module_image_holder a {
	display: block;
	position: relative;
	overflow: hidden;
}
#smartblog_block .wdtitletab {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 30px;
}
#smartblog_block .products_block_inner .homepage-heading .h3.hidden-sm-down {
	margin: 0;
}
#smartblog_block .products_block_inner .homepage-heading .h3.hidden-sm-down h3 {
	margin: 0;
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .news_module_image_holder a img {
    width: 100%;
    max-width: 100%;
	transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post:hover .news_module_image_holder a img  {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .news_module_image_holder a .blog-hover {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    width: 100%;
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .news_module_image_holder .blogicons {
    bottom: 0;
    height: 45px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    top: 0;
    width: 45px;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
}
#smartblog-carousel {
    float: left;
    width: 100%;
}
#smartblog_block .products_block_inner #blog-inner{
	float:left;
	width:100%;
}
@media (max-width: 767px) {
    #smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .news_module_image_holder .blogicons {
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
    }
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .news_module_image_holder .blogicons .icon {
    display: inline-block;
    height: 45px;
    width: 45px;
    position: relative;
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .news_module_image_holder .blogicons .icon::before {
	font-family: "Material Icons";
	content: "";
	border: 2px solid #e6e6e6;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	color: #ffffff;
	font-size: 19px;
	height: 45px;
	margin: auto;
	left: 0;
	position: absolute;
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	top: 0;
	width: 45px;
	line-height: 40px;
	text-align: center;
}

@media (max-width: 767px) {
    #smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .news_module_image_holder .blogicons .icon:before {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .news_module_image_holder .blogicons .icon:hover::before {
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	border-color: var(--secondary-bg-color);
	background: var(--secondary-bg-color);
	color: var(--secondary-color);
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .news_module_image_holder .blogicons .icon.zoom:before {
    content: "\E8B6";
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content {
	text-align: center;
	padding: 30px 10px;
	float: none;
	width: 85%;
	background: #fff;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: -60px 0 0;
	z-index: 1;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
}

#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_inner .sds_post_title {
	margin: 0 0 10px;
	font-size: 18px;
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_inner .sds_post_title a {
	color: #111;
	font: 500 16px/20px var(--primary-font);
	text-transform: uppercase;
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_inner .sds_post_title a:hover,
#smartblog_block .sdsblog-box-content #smartblog-carousel .item:hover .blog_post .blog_content .blog_inner .sds_post_title a{
    color: var(--primary-bg-color);
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_date {
	font: 13px/16px var(--secondary-font);
	color: var(--footer-color);
	letter-spacing: 0.3px;
	float: left;
	width: 100%;
	margin: 0 20px 15px 0;
	display: none;
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_date i {
    font-size: 16px;
    line-height: 18px;
    vertical-align: top;
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_date .date_inner {
    display: inline-block;
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_inner .desc {
	color: #666;
	float: left;
	font: 400 13px/16px var(--secondary-font);
	width: 100%;
	margin: 0 0 10px;
	display: none;
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_inner .read-date {
	float: left;
	width: 100%;
	align-items: center;
	display: flex;
	justify-content: center;
}
#smartblog_block .sdsblog-box-content #smartblog-carousel ul > li > .item:hover .blog_post .blog_content .blog_inner .sds_post_title a {
    color: var(--secondary-btn-bg-color);
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .wdviews {
	float: none;
	margin: 8px;
	width: auto;
	color: #111;
	text-transform: capitalize;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
	font-size: 13px;
}
#smartblog-carousel .item .blog_post .blog_content .blog_inner .read_more .readmore::before {
	background: var(--primary-bg-color);
	position: absolute;
	right: 0;
	left: 0;
	top: auto;
	bottom: 0;
	height: 1px;
	width: 30px;
	content: "";
	margin: 0 auto;
	transition: all 400ms ease-in-out;
	opacity: 0;
}
#smartblog-carousel .item .blog_post .blog_content .blog_inner .read_more:hover .readmore::before {
	opacity: 1;
	width: 100%;
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_inner .read_more a {
	text-transform: capitalize;
	color: #222;
    position: relative;
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_inner .read_more a:hover,
#smartblog_block .sdsblog-box-content #smartblog-carousel .item:hover .blog_post .blog_content .blog_inner .read_more a{
    border-color: var(--secondary-bg-color);
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_inner .smartbloginfo {
    margin: 0 0 10px;
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_inner .r_more {
    background: transparent none repeat scroll 0 0;
    color: #808080;
    padding: 8px 15px;
    border: 1px solid #e6e6e6;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .wdviews i {
    font-size: 18px;
    line-height: 18px;
    margin-right: 3px;
}
#smartblog-carousel .item {
	margin: 0 0 30px;
	float: left;
	width: 100%;
	text-align: center;
	padding: 0 15px;
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .sds_blog_post:hover .news_module_image_holder .blog-hover {
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .sds_blog_post:hover .news_module_image_holder .blogicons {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item:hover .news_module_image_holder .blogicons .zoom:before {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item:hover .news_module_image_holder .blogicons .readmore:before {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#sdsblogArticle {
    margin-bottom: 20px;
}
#sdsblogArticle .post-info span .material-icons {
    font-size: 16px;
    vertical-align: middle;
}
#sdsblogArticle #lipsum {
    margin: 0 0 20px;
    width: 100%;
}
#sdsblogArticle #lipsum img {
    max-width: 100%;
    width: 100%;
}
#sdsblogArticle .page-item-title h1 {
    color: #111111;
    font: 500 18px/22px var(--secondary-font);
    margin: 0 0 10px;
    padding: 0;
}
#sdsblogArticle .post-info {
    display: block;
    margin: 0 0 15px;
}
#sdsblogArticle .post-info span span {
    display: inline-block;
}
#sdsblogArticle .sdsarticle-des {
    margin: 0;
    text-align: justify;
    line-height: 24px;
}
#respond {
 color:#A94442;
 float:left;
 width:100%
}
#respond .comment-reply-title {
    color: #222222;
    float: left;
    font: 500 18px/20px var(--secondary-font);
    margin: 20px 0 20px;
    width: 100%;
}
#product_comments_block_tab .comment_author {
    float: right;
}
#respond #commentInput {
    float: left;
    margin: 0 0 15px;
    width: 100%;
}
#respond #commentInput .right {
    padding: 10px 0 0;
    text-align: right;
}
#respond input[disabled] {
    color: #fff;
}
#respond .captcha input[type="text"] {
    max-width: 85px;
}
#respond td {
    padding: 5px;
    vertical-align: top;
}
#respond td:first-child {
    padding-top: 8px;
}
.smartblogcomments .success {
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #3C763D;
    border: 1px solid transparent;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
    float: left;
    width: 100%;
}
.smartblogcomments .attention {
    background-color: #f5f5f5;
    border-color: #e5e5e5;
    color: #333;
    border: 1px solid transparent;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
    float: left;
    width: 100%;
}
.smartblogcomments .warning {
    background-color: #F2DEDE;
    border-color: #EBCCD1;
    color: #A94442;
    border: 1px solid transparent;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
    float: left;
    width: 100%;
}
#articleComments {
	border-top: 1px solid var(--border-color);
	margin: 0;
}
#articleComments #comments {
    margin-bottom: 10px;
}
#articleComments .commenttitle {
    font: 400 14px var(--secondary-font);
    margin: 10px 0;
}
#articleComments .commentList {
    margin: 0;
    position: relative;
}
body#checkout .condition-label a {
	font-weight: 500;
	color: #111;
}
#articleComments .commentList li {
	border-top: 1px solid var(--border-color);
	float: left;
	margin: 10px 0 0;
	padding: 15px 0 15px 110px;
	position: relative;
	width: 100%;
}
#articleComments .commentList li .avatar {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	left: 10px;
	padding: 0;
	position: absolute;
	top: 18px;
}
#articleComments .commentList li .reply {
    height: auto;
    text-align: right;
}
#articleComments .commentList li .reply .comment-reply-link {
    cursor: pointer;
}
#articleComments .commentList li .reply .comment-reply-link:hover {
    text-decoration: underline;
    color: #111111;
}
#articleComments .commentList li .name,
#articleComments .commentList li .name a {
    font-size: 13px;
    font-weight: bold;
}
#articleComments .commentList li .created {
    margin: 0 0 10px;
}
#articleComments .commentList li p {
    font-size: 14px;
    font-weight: 400;
}
#sdsblogCategory {
	float: left;
	width: 100%;
	margin: 0 0 30px;
}
#sdsblogCategory .imageFeatured {
    border: medium none;
	margin:0 0 20px;
    max-width: 100%;
    padding: 0;
}
#sdsblogCategory .catDesc p {
    float: left;
    width: 100%;
    border: 1px solid var(--border-color);
    border-top: none;
    padding: 15px;
    margin: 0;
}
#smartblogcat {
    float: left;
    width: 100%;
}
#smartblogcat .sdsarticleCat {
    margin: 0 0 30px;
    padding: 0;
    position: relative;
}
#smartblogcat .sdsarticleCat .sdsarticleHeader {
    margin: 0;
    padding: 0;
    display: block;
}
#smartblogcat .sdsarticleCat .sdsarticleHeader .sdstitle_block {
    margin: 0 0 10px;
    width: 100%;
    border: none;
    background: none;
    height: auto;
    padding: 0;
	float:left;
}
#smartblogcat .sdsarticleCat .sdsarticleHeader .sdstitle_block a {
    color: #333;
    font: 500 16px/20px var(--secondary-font);
    padding: 0;
    width: 100%;
    float: left;
}
#smartblogcat .sdsarticleCat .sdsarticleHeader .sdstitle_block a:hover {
    color: #111;
}
#smartblogcat .sdsarticleCat .articleContent {
    display: block;
    position: relative;
    overflow: hidden;
}
#smartblogcat .blog_desc .sdsreadMore .more .r_more::after {
    content: "\E409";
    font-family: material icons;
    vertical-align: middle;
}
#smartblogcat .sdsarticleCat .articleContent .imageFeaturedLink img {
    max-width: 100%;
    width: 100%;
    padding: 0;
}
#smartblogcat .sdsarticleCat .blogdetail {
    display: block;
    margin: 0 0 10px;
    line-height: 22px;
    float: left;
    width: 100%;
}
#smartblog-carousel ul {
	padding: 0;
	float:left;
	width:100%;
}
#smartblog-carousel ul li,
#smartblog-carousel ul li ul,
#smartblog-carousel ul li ul li {
	float:left;
	width:100%;
}
#smartblogcat .sdsarticleCat .blogdetail > span {
    float: left;
    margin: 0 15px 0 0;
}
#smartblogcat .sdsarticleCat .blogdetail > span.ttpost {
    display: none;
}
#smartblogcat .sdsarticleCat .blogdetail .blogcomment a {
    font-family: var(--secondary-font);
}
#smartblogcat .sdsarticleCat .blogdetail .viewed {
    font-family: var(--secondary-font);
}
#smartblogcat .sdsarticleCat .sdsarticle-des {
    color: #808080;
    display: block;
    margin: 0 0 20px;
    float: left;
    width: 100%;
}
#smartblogcat .sdsarticleCat .sdsarticle-des #lipsum {
    line-height: 24px;
    text-align: justify;
}
#smartblogcat .sdsarticleCat .sdsreadMore .more {
    display: inline-block;
}
#smartblogcat .blog_desc .blogdetail span .material-icons {
    font-size: 16px;
    line-height: 14px;
    vertical-align: middle;
}
#smartblogcat .sdsarticleCat .sdsarticle-des {
    color: #808080;
    display: block;
    float: left;
    margin: 0 0 15px;
    width: 100%;
}
.blog_pagination {
    float: left;
    width: 100%;
}
.blog_pagination .pagination li a:hover {
    color: #111;
    background: #ffd200;
    border-color: #ffd200;
}
#reply-title #cancel-comment-reply-link {
  float: right;
}
#smartblog_block_left .wd-title {
	font: 600 16px/20px var(--secondary-font);
}
#smartblog-carousel-left .blog_content {
	padding: 0 10px;
    text-align: left;
}
#smartblog-carousel-left .blog_content .sds_post_title a {
	font-size: 14px;
	line-height: 16px;
	color: #111;
}
#smartblog-carousel-left ul {
	padding: 0;
}
#smartblog-carousel-left .blog_content .desc {
	margin: 0;
}
#smartblog-carousel-left .item.sds_blog_post {
	margin: 0 0 10px;
}
.homepage-heading {
	margin: 0;
}
@media (max-width: 1199px) {
#smartblog_block {
	margin: 0 0 60px;
}
}
@media (max-width: 1200px) {
	#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content{
		padding-left: 0;
	}
	#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_date{
		display:none;
	}
}
@media (max-width: 991px) {
    #smartblog_block_left #blog-inner .sdsblog-box-content.block_content {
        padding: 10px;
        float: left;
        width: 100%;
    }
    #smartblog_block {
        margin: 0 0 40px;
    }
	#smartblog-carousel .item{
		margin: 10px 0 10px;
		float: left;
		width: 100%;
	}
	
    #smartblog_block .wdtitletab {
        margin: 0;
        position: absolute;
        top: 10px;
        right: 40px;
        display: block;
        opacity: 0;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
    }
    .footer-container #smartblog_block.links .collapse.in .wdtitletab {
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
    }
    #smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post{
        margin:0;
		float:left;
		width:100%;
    }
    #smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_date {
       margin: 0 10px 0 0;
    }
    #smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_inner .read-date {
        display: flex;
    }

}


@media (max-width: 767px) {
    #commentform .form-group .col-md-7 {
        width: 100%;
    }
    #smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_inner .sds_post_title a {
        font: 500 14px/20px var(--primary-font);
    }
    #smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content {
        padding: 20px 5px;
        margin: -40px 0 0;
    }
    #smartblogcat .sdsarticleCat .articleContent {
        float: left;
        width: 100%;
        margin: 0 0 20px;
    }
    #smartblogcat .sdsarticleCat .blog_desc {
        float: left;
        width: 100%;
    }
	#smartblog_block .sdsblog-box-content #smartblog-carousel .item .news_module_image_holder .blog-hover {
		background: rgba(0, 0, 0, 0.2);
	}
}
@media (max-width: 543px) {
    .blog_pagination .pagination {
        text-align: center;
    }
}
/*---------------- End Smart-Blog Block Css -------------------*/
