/*---------------- Start Smart-Blog Block Css -------------------*/
#smartblog_block {
    float: left;
    position: relative;
    width: 100%;
    clear: both;
    margin: 0 0;
}

.wd-titlemain .homepage-heading {
    float: left;
    width: 100%;
    margin: 0;
}
#smartblog_block .sdsblog-box-content .item.sds_blog_post {
    padding: 0 15px;
    float: left!important;
}
.wd-titletab {
    float: left;
    width: 100%;
}
#smartblog_block .sdsblog-box-content.block_content {
    padding: 0;
}
#smartblog_block .homeblog-inner:hover .customNavigation {
opacity: 1;
}
.homeblog-inner {
    float: left;
    width: 100%;
    position: relative;
}
.wd-titlemain .homepage-heading .products-section-title.wd-title {
    float: left;
    width: 100%;
}
#smartblog_block .products_block_inner {
    float: left;
    width: 100%;
    position: relative;
}
#smartblog_block .products_block_inner .homepage-heading {
    margin: 0;
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post {
    display: inline-block;
    float: left;
    width: 100%;
}

#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog-hover{
    float: left;
    width: 100%;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -moz-transition: opacity 0.35s ease 0s, -moz-transform 0.35s ease 0s;
    -ms-transition: opacity 0.35s ease 0s, -ms-transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, -o-transform 0.35s ease 0s;
    height: 100%;
    width: 100%;
    background-color: #00000069;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
}
#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;
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;

}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_date .blog_dateinner {
    font-size: 13px;
    letter-spacing: 0.2px;
    line-height: 20px;
    color: #fe934f;
    font-weight: 500;
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .news_module_image_holder a img {
    width: 100%;
    max-width: 100%;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}

#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_block .sdsblog-box-content #smartblog-carousel .item .blog_post .news_module_image_holder .blogicons .icon {
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 22px;
    position: relative;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .news_module_image_holder .blogicons .icon:before {
    font-family: 'FontAwesome';
    content: "";
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    color: #ffffff;
    font-size: 14px;
    height: 100%;
    margin: auto;
    left: 0;
    position: absolute;
    padding: 9px;
    -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: 100%;
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .news_module_image_holder .blogicons .icon:hover {
    background-color: #fe934f;
    border: 2px solid #fe934f;
}

#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .news_module_image_holder .blogicons .icon.zoom:before {
    content: "\f002";
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content {
    text-align: left;
    width: 100%;
    display: inline-block;
    padding: 10px 0 0;
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_inner .sds_post_title {
    width: 100%;
    float: left;
    position: relative;
    padding: 10px 0 0;
    margin: 0;
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_inner .sds_post_title a:hover {
    color: #fe934f;
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_inner .sds_post_title a {
    color: #3d3d3d;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
    letter-spacing: 0.4px;
}
.products_block_inner:hover .customNavigation .prev ,
.products_block_inner:hover .customNavigation .next {
    opacity: 1;
}
#smartblog_block .products_block_inner:hover .customNavigation {
    opacity: 1;
}
#smartblog_block .customNavigation {
    top: 12px;
    opacity: 0;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item:hover .blog_post .news_module_image_holder a img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item:hover .blog_post .blog-hover {
    opacity: 1;
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_date i {
	font-size: 0;
	line-height: 13px;
	vertical-align: middle;
    display: none;
}
#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 {
    line-height: 24px;
    color: #666;
    float: left;
    position: relative;
    width: 100%;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 400;
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_inner .readmore a.btn {
    color: var(--secondary-color);
    background: transparent;
    position: relative;
    font: 400 13px/20px var(--secondary-font);
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    z-index: 9;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_inner .readmore a.btn:after {
    content: "\E409";
    font-family: material icons;
    width: 10px;
    float: right;
    line-height: 23px;
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_inner .readmore a.btn:hover {
    color: var(--secondary-bg-color);
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_inner .read-date {
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
}

#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_inner .read_more a {
    padding: 0 0 0;
    position: relative;
    z-index: 1;
    background: none;
    color: #fe934f;
    text-transform: uppercase;
    border: none;
    line-height: 22px;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    text-decoration: underline;
    letter-spacing: 0.4px;
}

#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_date {
    float: left;
    width: 100%;
    margin: 0 ;
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .read_more {
    padding: 10px 0 0;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    float: left;
    width: 100%;
}
#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: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 .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 10px;
    width: 100%;
}
#sdsblogArticle #lipsum img {
    max-width: 100%;
}
#sdsblogArticle .page-item-title h1 {
    color: #111111;
    font: 500 18px/22px var(--primary-font);
    margin: 0 0 10px;
    padding: 0;
}
#sdsblogArticle .post-info {
    display: block;
    margin: 0 0 10px;
}
#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(--primary-font);
    margin: 0 0 20px;
    width: 100%;
}
#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(--primary-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;
    margin: 0 0 30px;
    width: 100%;
}
#sdsblogCategory .imageFeatured {
    border: medium none;
    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(--primary-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%;
}
#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(--primary-font);
}
#smartblogcat .sdsarticleCat .blogdetail .viewed {
    font-family: var(--primary-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;
}
@media (max-width: 1359px) {


}
@media (max-width:1199px) {
}
@media (max-width: 991px) {
    #smartblog_block .customNavigation{
        right: 40px;
    }
    #smartblog_block{
        margin: 0;
        padding: 0;
    }
    .wd-titletab{
        float: left;
        width: 100%;
        margin: 0;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 18px;
        letter-spacing: 0.2px;
    }
}
@media (max-width: 767px) {

    #smartblog_block{
        margin: 20px 0 0;
        padding: 46px 0 23px;
    }

    #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);
    }
}
@media (max-width: 767px) {
    #smartblog_block .sdsblog-box-content .item.sds_blog_post{
        padding: 10px;
    }
    .sdsblog-box-content.block_content.row {
        margin: 0 -10px;
    }

    #commentform .form-group .col-md-7 {
        width: 100%;
    }
    #smartblogcat .sdsarticleCat .articleContent {
        float: left;
        width: 100%;
        margin: 0 0 20px;
    }
    #smartblogcat .sdsarticleCat .blog_desc {
        float: left;
        width: 100%;
    }

}
@media (max-width: 543px) {
    .blog_pagination .pagination {
        text-align: center;
    }
    #smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content{
        padding: 15px 5px 0;
    }

}
@media (max-width: 479px) {
    #smartblog_block .customNavigation {
        top: 30px;
    }
    #smartblog_block {
        margin: 0;
        padding: 0;
    }
    #smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_date {
        margin: 0 0 8px;
    }


}
/*---------------- End Smart-Blog Block Css -------------------*/