.row {
	margin-right: 8px !important;
	margin-left: 8px !important;
}

.link-default {
	color: #000;
	text-decoration: none;
}

.link-default:hover {
	color: #000;
	background: none !important;
	text-decoration: none !important;
	cursor: default;
}

.text-gray {
	color: #666666 !important;
}

.text-danger {
	color: #C00 !important;
}

.text-warning {
	color: #ff7800;
}

.demo_vertical {
	overflow: hidden;
	height: 230px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}

.demo_vertical .news-item {
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 13px;
}

.demo_vertical .news-item .nw-it-heading {
	font-size: 12.5px;
	color: #3c59c4;
	text-decoration: none;
}

.demo_vertical .news-item .text-warning {
	color: #ff7800;
}

.panel-body {
	padding: 8px;
}

.panel-black {
	border: 1px solid #CCC;
}

.panel-black .panel-heading {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#333333+0,191919+100 */
	background: #333333;
	/* Old browsers */
	background: -moz-linear-gradient(top, #333333 0%, #191919 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #333333 0%, #191919 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #333333 0%, #191919 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#191919', GradientType=0);
	/* IE6-9 */
	color: #FFF;
	text-decoration: none;
}

.panel-success {
	border: 1px solid #4c8700;
}

.panel-success .panel-heading {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#63b700+0,4c8700+100 */
	background: #63b700;
	/* Old browsers */
	background: -moz-linear-gradient(top, #63b700 0%, #4c8700 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #63b700 0%, #4c8700 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #63b700 0%, #4c8700 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b700', endColorstr='#4c8700', GradientType=0);
	/* IE6-9 */
	color: #FFF;
	text-decoration: none;
}

.panel-danger {
	border: 1px solid #ad0000;
}

.panel-danger .panel-heading {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ad0000+0,d40000+100 */
	background: #ad0000;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ad0000 0%, #d40000 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ad0000 0%, #d40000 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ad0000 0%, #d40000 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ad0000', endColorstr='#d40000', GradientType=0);
	/* IE6-9 */
	color: #FFF;
	text-decoration: none;
}

.tbl {}

.tbl thead tr th {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5a8cff;
	font-size: 14px;
}

.tbl tbody tr td {
	font-size: 13px;
	padding: 2px;
}









h3.h3 {
	text-align: center;
	margin: 1em;
	text-transform: capitalize;
	font-size: 1.7em;
}

/********************* Shopping Demo-4 **********************/
.product-grid4,
.product-grid4 .product-image4 {
	position: relative;
}

.product-grid4 {
	font-family: Poppins, sans-serif;
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
	z-index: 1;
	transition: all .3s ease 0s;
	background: #FFF;
}

.product-grid4:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	color:#000 !important;
}

.product-grid4 .product-image4 a {
	display: block;
	height: 230px;
	overflow: hidden;
	color:#000 !important;
}

.product-grid4 .product-image4 img {
	width: 100%;
	height: auto
}

.product-grid4 .pic-1 {
	opacity: 1;
	transition: all .5s ease-out 0s
}

.product-grid4:hover .pic-1 {
	opacity: 0
}

.product-grid4 .pic-2 {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .5s ease-out 0s
}

.product-grid4:hover .pic-2 {
	opacity: 1
}

.product-grid4 .social {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s ease 0s;
	float: left;
}

.product-grid4 .social li {
	display: inline-block;
	opacity: 0;
	transition: all .7s;
	float: none;
	border: none;
	width: auto;
}

.product-grid4 .social li:nth-child(1) {
	transition-delay: .15s
}

.product-grid4 .social li:nth-child(2) {
	transition-delay: .3s
}

.product-grid4 .social li:nth-child(3) {
	transition-delay: .45s
}

.product-grid4:hover .social li {
	opacity: 1
}

.product-grid4 .social li a {
	color: #222;
	background: #fff;
	font-size: 17px;
	line-height: 36px;
	width: 40px;
	height: 36px;
	border-radius: 2px;
	margin: 0 5px;
	display: block;
	transition: all .3s ease 0s
}

.product-grid4 .social li a:hover {
	color: #fff;
	background: #2466e6
}

.product-grid4 .social li a:after,
.product-grid4 .social li a:before {
	content: attr(data-tip);
	color: #fff;
	background-color: #000;
	font-size: 12px;
	line-height: 20px;
	border-radius: 3px;
	padding: 0 5px;
	white-space: nowrap;
	opacity: 0;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	top: -30px
}

.product-grid4 .social li a:after {
	content: '';
	height: 15px;
	width: 15px;
	border-radius: 0;
	transform: translateX(-50%) rotate(45deg);
	top: -22px;
	z-index: -1
}

.product-grid4 .social li a:hover:after,
.product-grid4 .social li a:hover:before {
	opacity: 1
}



.product-grid4 .social li .ct_btn {
	color: #222;
	background: #fff;
	font-size: 17px;
	width: 40px;
	height: 36px;
	border-radius: 2px;
	margin: 0 5px;
	display: block;
	transition: all .3s ease 0s;
	border: none;
	position: relative;
	top: -13px;
}

.product-grid4 .social li .ct_btn:hover {
	color: #fff;
	background: #2466e6
}

.product-grid4 .social li .ct_btn:after,
.product-grid4 .social li .ct_btn:before {
	content: attr(data-tip);
	color: #fff;
	background-color: #000;
	font-size: 12px;
	line-height: 20px;
	border-radius: 3px;
	padding: 0 5px;
	white-space: nowrap;
	opacity: 0;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	top: -30px
}

.product-grid4 .social li .ct_btn:after {
	content: '';
	height: 15px;
	width: 15px;
	border-radius: 0;
	transform: translateX(-50%) rotate(45deg);
	top: -22px;
	z-index: -1
}

.product-grid4 .social li .ct_btn:hover:after,
.product-grid4 .social li .ct_btn:hover:before {
	opacity: 1
}





.product-grid4 .product-discount-label,
.product-grid4 .product-new-label {
	color: #fff;
	background-color: #16a085;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 45px;
	height: 45px;
	width: 45px;
	border-radius: 50%;
	position: absolute;
	left: 10px;
	top: 15px;
	transition: all .3s;
	line-height: 14px;
	padding-top: 9px;
}

.product-grid4 .product-discount-label {
	left: auto;
	right: 10px;
	background-color: #d7292a
}

.product-grid4 #prd-new-lable {
	line-height: inherit;
	padding: 12px 0 0 0;
}

.product-grid4:hover .product-new-label {
	opacity: 0
}

.product-grid4 .product-content {
	padding: 5px;
	z-index: 5;
    position: relative;
	background: #FFF;
}

.product-grid4 .title {
	font-size: 15px;
	font-weight: 400;
	text-transform: capitalize;
	margin: 0 0 7px;
	transition: all .3s ease 0s;
	height: 38px
}

.product-grid4 .title a {
	color: #222;
	font-size: 14px;
	height: 61px;
	float: left;
	width: 100%;
	overflow: hidden;
}

.product-grid4 .title a:hover {
	color: #222
}

.product-grid4 .price {
	color: #173daa;
	font-size: 17px;
	font-weight: 700;
	margin: 0 2px 5px 0;
	display: block
}

.product-grid4 .price span {
	color: #909090;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0;
	text-decoration: line-through;
	text-align: left;
	vertical-align: middle;
	display: inline-block
}

.product-grid4 .add-to-cart {
	border: 1px solid #e5e5e5;
	display: inline-block;
	padding: 10px 20px;
	color: #888;
	font-weight: 600;
	font-size: 14px;
	border-radius: 4px;
	transition: all .3s
}

.product-grid4:hover .add-to-cart {
	border: 1px solid transparent;
	background: #389810;
	color: #fff
}

.product-grid4 .add-to-cart:hover {
	background-color: #3476fd;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

@media only screen and (max-width:990px) {
	.product-grid4 {
		margin-bottom: 0px
	}
}




.prd_lc_grid {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	list-style-type: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}

.prd_lc_grid li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 20%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}

.prd_lc_gridi {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	list-style-type: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}

.prd_lc_gridi li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 50%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}