/*---------------- Start Smart-Blog Block Css -------------------*/
#smartblog_block {
    float: right;
    position: relative;
    text-align: center;
    width: 100%;
    margin: 0 0 150px;
}
#smartblog_block .products_block_inner {
    float: right;
    width: 100%;
    position: relative;
    cursor: pointer;
}
#smartblog_block .products_block_inner .homepage-heading {
    margin: 0;
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post {
    position: relative;
    border: 1px solid #3e3e3e;
    padding: 10px;
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item:hover .blog_post {
    border-color: var(--secondary-bg-color);
}
#smartblog-carousel {
	float: right;
	width: 100%;
	margin: 0;
} 
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_inner {
    float: right;
    width: 100%;
    padding: 74px 40px;
    text-align: center;
    border: 1px solid rgba(255,255,255,.1);
}
#smartblog_block .products_block_inner .sdsblog-box-content {
	margin: 0;
}

#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .news_module_image_holder {
    overflow: hidden;
    position: relative;
    display: block;
    opacity: 0;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    z-index: 9;

}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item:hover .blog_post .news_module_image_holder {
    opacity: 1;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;

}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .news_module_image_holder .blogicons {
    bottom: 0;
    height: 45px;
    right: 0;
    margin: auto;
    position: absolute;
    left: 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: 125px;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    display: flex;
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .news_module_image_holder a {
	display: block;
	position: relative;
    overflow: hidden;
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item:hover .blog_post .news_module_image_holder a {
	opacity:1;
-khtml-opacity:1;
-webkit-opacity: 1;
-moz-opacity: 1;
transition: all 300ms;
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
-o-transition: all 300ms;
-ms-transition: all 300ms;


}



#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_date .blog_dateinner {
    color: var(--secondary-bg-color);
    padding: 0;
    display: inline-block;
    text-transform: capitalize;
}
#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 .news_module_image_holder a .blog-hover {
    height: 100%;
    right: 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 .blog_content .blogicons {
	height: 45px;
	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: auto;
	width: 45px;
	z-index: 1;
}

#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .read-icon {
	display: flex;
	float: right;
	width: 100%;
	align-items: center;
	justify-content: center;
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .read_more {
	margin: 0 0 0 20px;
    float: right;
    width: 100%;
}
@media (max-width: 767px) {
    #smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blogicons {
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
    }
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blogicons .icon {
    display: inline-block;
    height: 45px;
    width: 45px;
    position: relative;
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blogicons .icon::before {
	font-family: "Material Icons";
	content: "";
	color: #111;
	font-size: 22px;
	height: 45px;
	margin: auto;
	right: 0;
	position: absolute;
	padding: 10px;
	-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;
	background: #fff;
	border-radius: 50%;
	line-height: 26px;
}
@media (max-width: 767px) {
    #smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .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 .blog_content .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(--primary-bg-color);
	background: var(--primary-bg-color);
	color: var(--primary-color);
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blogicons .icon.zoom:before {
    content: "\E8B6";
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content {
    position: absolute;
    opacity: 1;
    transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -ms-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    padding: 10px;
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item:hover .blog_post .blog_content {
        bottom: 0;
        -webkit-opacity: 0;
        -khtml-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_inner .sds_post_title {
	margin: 0 0 30px;
	font-size: 18px;
	float: right;
	width: 100%;
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_inner .sds_post_title a {
    color: #fff;
    font: 500 36px/42px var(--secondary-font);
    text-transform: uppercase;
}

#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_date {
	font: 13px/16px var(--primary-font);
	color: #666;
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_date i {
	font-size: 16px;
	line-height: 13px;
	vertical-align: middle;
}
#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: #ccc;
    float: right;
    font: 400 14px/24px var(--primary-font);
    width: 100%;
    margin: 0 0 50px;
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_inner .read-date {
	float: right;
	width: 100%;
	display: flex;
	align-items: center;
}

#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_inner .read_more a {
    text-transform: uppercase;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    font: 400 14px/24px var(--primary-font);
    overflow: hidden;
    color: #111;
    z-index: 1;
    background: var(--secondary-bg-color);
    padding: 10px 30px 11px;
    letter-spacing: 0.4px;
}


#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_inner .read_more a:hover{
    border-color: var(--secondary-bg-color);
    background: #fff;
    color: #111;
}
#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 {
	font: 14px/16px var(--primary-font);
	color: #666;
	float: right;
	width: 100%;
	margin: 0 0 30px;
}
#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 .blog_content .blog-hover {
    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 .blog_content .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 .blog_content .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%;
    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:right;
 width:100%
}
#respond .comment-reply-title {
    color: #fff;
    float: right;
    font: 500 18px/20px var(--primary-font);
    margin: 0 0 20px;
    width: 100%;
}
#product_comments_block_tab .comment_author {
    float: left;
}
#respond #commentInput {
    float: right;
    margin: 0 0 15px;
    width: 100%;
}
#respond #commentInput .right {
    padding: 10px 0 0;
    text-align: left;
}
#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: right;
    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: right;
    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: right;
    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: 700;
    color: #fff;
}
#articleComments .commentList li {
	border-top: 1px solid var(--border-color);
	float: right;
	margin: 10px 0 0;
	padding: 15px 110px 15px 0;
	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%;
	right: 10px;
	padding: 0;
	position: absolute;
	top: 18px;
}
#articleComments .commentList li .reply {
    height: auto;
    text-align: left;
}
#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: right;
    margin: 0 0 30px;
    width: 100%;
}
#sdsblogCategory .imageFeatured {
    border: medium none;
    max-width: 100%;
    padding: 0;
}
#sdsblogCategory .catDesc p {
    float: right;
    width: 100%;
    border: 1px solid var(-border-color);
    border-top: none;
    padding: 15px;
    margin: 0;
}
#smartblogcat {
    float: right;
    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:right;
}
#smartblogcat .sdsarticleCat .sdsarticleHeader .sdstitle_block a {
    color: #333;
    font: 500 16px/20px var(--primary-font);
    padding: 0;
    width: 100%;
    float: right;
}
#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: right;
    width: 100%;
}
#smartblogcat .sdsarticleCat .blogdetail > span {
    float: right;
    margin: 0 0 0 15px;
}
#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: right;
    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: right;
    margin: 0 0 15px;
    width: 100%;
}
.blog_pagination {
    float: right;
    width: 100%;
}
.blog_pagination .pagination li a:hover {
    color: #111;
    background: #ffd200;
    border-color: #ffd200;
}
#reply-title #cancel-comment-reply-link {
  float: left;
}

@media (max-width: 1240px) {

}

@media (max-width:1199px) {
    #smartblog_block {
    margin: 0 0 100px;
}

    #smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_inner {
        padding: 35px 20px;
    }
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_inner .desc {
	margin: 0 0 15px;
    font-size: 13px;
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_date i {
	font-size: 14px;
	line-height: 12px;
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_date {
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 15px;
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_inner .sds_post_title a{
    font-size: 25px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_inner .sds_post_title{
    margin: 0 0 10px;
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_inner .desc {
	margin: 0 0 15px;
}
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_inner .read_more a {
    font-size: 12px;
    line-height: 14px;
}

}
@media (max-width: 991px) {
    #smartblog_block {
        margin: 0 0 80px;
    }
    #smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_inner {
        padding: 60px 20px;
    }
}
@media (max-width: 767px) {
    #smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_inner .desc {
        line-height: 20px;
    }
    #smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_inner .sds_post_title a {
        font-size: 20px;
        line-height: 25px;
    }
    #smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_inner .read_more a {
        padding: 8px 10px;
    }
    #smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content {
        position: static;
        padding: 0;
        height: 100%;
        opacity: 1;
        border: none;
    }
    #smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_inner {
        padding: 20px 10px;
        border-top: 0;
        border: none;
    }

    #smartblog_block .sdsblog-box-content #smartblog-carousel .item:hover .blog_post .news_module_image_holder a {
        opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1.1;
    }
    #smartblog_block .products_block_inner .item {
        padding: 0 8px;
    }
    #smartblog-carousel {
        padding: 0 8px;
    }
    #smartblog_block .products_block_inner .sdsblog-box-content {
        margin: 0 0;
    }
    #smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .news_module_image_holder {
        background: none;
        opacity: 1;
    }
    #smartblog_block .sdsblog-box-content #smartblog-carousel .item:hover .blog_post .blog_content {
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
    }
    #smartblog_block {
        margin: 0 0 40px;
    }
   
    #commentform .form-group .col-md-7 {
        width: 100%;
    }
    #smartblogcat .sdsarticleCat .articleContent {
        float: right;
        width: 100%;
        margin: 0 0 20px;
    }
    #smartblogcat .sdsarticleCat .blog_desc {
        float: right;
        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;
    }
    #smartblog-carousel {
        padding: 0 6px;
    }
   
}
/*---------------- End Smart-Blog Block Css -------------------*/
#smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .read-icon {
	direction: rtl;
}