.non-api-shapes li {
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
}

.non-api-shapes li a {
	min-width: 150px;
	border-radius: 4px;
	border: 0;
	font-weight: 600;
	background: #ddd;
	cursor: pointer;
	position: relative;
	padding: 6px;
}

.non-api-shapes li.active a {
	background: #c61e53;
	color: #fff;
}

#shapes_gallery_logo ul li.active a:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #c61e53;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: -6px;
}

#search_shapes_ul li {
	line-height: 110px;
}

ul#shapes_ul li#shapehumbs,
#shapeSearchData li,
#search_shapes_ul li {
	min-width: 140px;
	min-height: 110px;
}

ul#shapes_ul li#shapehumbs a,
#shapeSearchData li a,
#search_shapes_ul li a {
	min-height: 110px;
}

ul#shapes_ul li#shapehumbs img,
#shapeSearchData li img,
#search_shapes_ul li img {
	max-width: 65px;
}

#search_shapes_ul li a .btn-select {
	color: #fff;
	display: none !important;
}

#search_shapes_ul li:hover .btn-select {
	display: block;
	line-height: 14px !important;
}

#txtSearchShape {
	max-width: 218px;
}

#search-shape {
	padding: 9px 15px;
	border-radius: 3px;
	background-color: #3580ff;
}


.gallery-new-item-block {
	text-align: center;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	  margin-bottom: 0px;
	position: relative;
	z-index: 1;
  }

  .gallery-new-item-block li{border: 1px solid #ebebeb;
	padding: 10px;
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
	background: #fff;
	min-width: 140px;
	min-height: 110px;
	max-width: 214px;
	position: relative;
	overflow: hidden;
	transition: .3s ease-in-out;}

	.gallery-new-item-block li a{display: flex;
		align-items: center;
		align-content: center;
		justify-content: center;
		height: 100%;
		min-height: 160px;}

		.shape-side-bar .non-api-shapes {
			display: flex;
			text-align: center;
			margin-bottom: 11px;
			 justify-content: center;
		}
		.shape-side-bar .non-api-shapes li a {
			 min-width: 142px !important;
		}
		
		.shape-side-bar #shape_category_dropdown {
			width: 96%;
			margin-left: 5px;
			margin-bottom: 6px;
		}
		 .shape-side-bar #searchShapes {
			 text-align: center;
			margin-bottom: 10px;
		}
		 .shape-side-bar #divSearchShapes #txtSearchShape {
			 max-width: 195px;
		}
		 .shape-side-bar #divSearchShapes #search-shape {
			 vertical-align: bottom;
		}
		 .shape-side-bar #divSearchShapes #loadingImg {
			display: block;
			 margin: 0px auto;
			 width: 30px;
		}
		 .shape-side-bar #search_shapes_ul li:hover .btn-select {
			display:none !important;
		}
		 .shape-side-bar #search_shapes_ul li {
            min-width: 130px;
			cursor:pointer;
		}
		 .shape-side-bar #search_shapes_ul li img {
			 width: 49px !important;
		}
		 #search_shapes_ul li a {
			 min-height: auto;
		}
		 .shape-side-bar .studio-gallery-liststyle-2 li {
			 position: relative;
			 cursor: pointer;
			 display: inline-block;
			 float: left;
			 width: 46%;
			 border: 1px solid #ddd;
			 text-align: center;
			 margin: 5px;
			 padding: 3px;
		}

		#search-kw span {        
	background: #f3f3f3;
    padding: 5px 8px;
    border-radius: 5px;
    color: #000;
    margin-bottom: 8px;
    font-weight: 400;
    cursor: pointer;
    font-size: 13px;
    margin-top: 0px;
    margin-right: 1px;}
	
	#search-kw {    cursor: pointer;
    padding-left: 10px;
    margin-top: 3px;
    /* float: left; */
}
	
	#search-kw span:hover {	background: #ebebeb;}