.image .corner_0,
.image .corner_1,
.image .corner_2,
.image .corner_3 {
    height: 57px;
	width: 58px;
    position: absolute;
	z-index: 99;
}
.image .corner_0 {
	left: 0px;
    top: 0px;
}
.image .corner_1 {
	right: 0px;
    top: 0px;
}
.image .corner_2 {
	left: 0px;
    bottom: 0px;
}
.image .corner_3 {
	right: 0px;
    bottom: 0px;
}
.box-product .image .corner_0 img,
.box-product .image .corner_1 img,
.box-product .image .corner_2 img,
.box-product .image .corner_3 img {
	border: none;
    padding: 0px;
}
.box .box-product .image .corner_0 img,
.box .box-product .image .corner_1 img,
.box .box-product .image .corner_2 img,
.box .box-product .image .corner_3 img {
	width: 60%;
}

/*benefits*/
.product-grid .benefit-text,
.product-grid .benefit,
.product-grid .benefits,
.product-grid .present {
	display: none;
}
.benefit {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.product-list .benefit-text {
	float: left;
	line-height: 40px;
	margin-right: 5px;
}
.benefit li span {
	display: table-cell;
	vertical-align: middle;
}
.benefit_description {
	display: none;
	position: absolute;
	top: 41px;
	z-index:15;
	border: 1px solid #38b0e3;
	padding: 15px;
	left: -75px;
	border-radius: 4px;
	background: white;
	box-shadow: 0 0 8px grey;
	width: 150px;
	line-height: 13px;
	font-size: 11px;
}
.benefit_description:after {
	position: absolute;
	width: 0px;
	height: 0px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	top: -7px;
	content: '';
	left: 82px;
}
.benefit_description:before {
	position: absolute;
	width: 0px;
	height: 0px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #38b0e3;
	top: -8px;
	content: '';
	left: 82px;
}
.benefit li:hover .benefit_description {
	display: block;
}
.present {
	display:block;
	clear:both;
}
.product-info .present {
	border-top: 1px solid #E7E7E7;
	padding: 15px 5px 10px 5px;
	margin-top: 10px;
}
#product .present, #product .benefits {
	margin:5px 0px;
	float:none;
	clear:both;
	overflow:hidden;
}
.categorywall .categorywall_thumbnail > a {
	display: block;
}
.imgcategory .col-lg-3 {
	margin-bottom: 20px;
}
.imgcategory .product-thumb.transition > h4 {
	padding-left: 10px;
	margin: 20px 15px;
}
.imgcategory .product-thumb.transition > h4 a{
	color:#000;
}
.imgcategory .product-thumb:hover {
	-webkit-box-shadow: 3px 3px 10px rgba(0,0,0,.07);
	box-shadow: 3px 3px 10px rgba(0,0,0,.07);
	border-color: #fff;
}

#alphabetm_module {
	overflow:hidden;
}
.letter {float:left; width:20px;}
.letters {width:80%; overflow:hidden; display:inline-block; vertical-align:top; margin-right:20px; margin-bottom:5px;}
.mlist {position:absolute; z-index:999}
.visible {display:none;}
.mlist ul {margin:0;padding:0;list-style:none;border:1px solid #ddd;padding:4px;background:white;}
.mlist ul li{margin:5px}

.product-thumb .article-name{height: 42px;margin-bottom: 5px;overflow: hidden;text-align: left;}
.product-thumb .article-name a{color:#333;font-size:15px;}
.product-thumb .article-description {
	height: 63px;
	margin-bottom: 5px;
	overflow: hidden;
	text-align: justify;
}
.product-list .product-thumb .article-name {
	margin-top:10px;
	text-align:left;
	height: auto;
}
.product-list .product-thumb .article-description {
	height: auto;
}
.container-module .product-thumb.blog-article {
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	background: #fff;
	margin-bottom:5px;
}
.addit-action .btn-clock{
	margin-right: 3px;
}
.btn-clock,
.btn-eye {
	color: #757575;
	background-color: #ffffff;
	border-color: #757575;
	display:inline-block;
	border-bottom:2px solid #757575;
	padding:5px 5px;
	-webkit-transition:all 0.1s ease-out;
	-moz-transition:all 0.1s ease-out;
	-ms-transition:all 0.1s ease-out;
	-o-transition:all 0.1s ease-out;
	transition: all 0.1s ease-out;
	font-size:14px;
	width:31px;
}
.btn-clock:hover, .btn-clock:focus, .btn-clock.focus,
.btn-eye:hover, .btn-eye:focus, .btn-eye.focus{
	border-color: #757575;
	background-color: #757575;
	color: #fff;
}
.btn-more-article {
	color: #00adef;
	background-color: #ffffff;
	border-color: #00adef;
	display: inline-block;
	border-bottom: 2px solid #00adef;
	border-radius: 4px;
	display: inline-block;
	font-size: 14px;
	padding: 5px;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
.btn-more-article:hover, .btn-more-article:active{
	background-color:#00adef !important;
	color:#ffffff !important;
	border-color:#00adef !important;
}