.btn-link-warning,
.btn-link-warning:focus {
	color: #000
}

.btn-link-warning:hover {
	color: #000
}

.btn-link-warning:active {
	color: #000
}

.page-title {
	margin: 0 0 10px
}

.backTotop {
	display: none;
	color: #fff;
	background-color: #0072BC;
	width: 40px;
	height: 40px;
	border-radius: 6px;
	text-align: center;
	line-height: 40px;
	position: fixed;
	bottom: 50px;
	right: 20px;
	z-index: 9999;
	text-decoration: none;
	overflow: visible
}

.actionbar .estimated-count,
.actionbar .list-line-item,
.actionbar h2 {
	display: inline-block;
	vertical-align: middle
}

.backTotop:hover {
	color: #fff;
	text-decoration: none
}

.backTotop:after {
	content: "Top";
	font-size: 10px;
	text-align: center;
	color: #0072BC;
	line-height: 16px;
	position: absolute;
	left: 0;
	bottom: -16px;
	width: 100%
}

.actionbar {
	font-size: 13px
}

.actionbar .list-inline {
	margin-bottom: 0;
	margin-right: -5px
}

.actionbar .list-inline>li {
	vertical-align: middle;
	padding: 0 5px
}

.actionbar .list-inline>li .dropdown-menu {
	left: auto;
	right: 0
}

.actionbar .dropdown-toggle {
	padding: 0;
	margin-top: -4px
}

.actionbar .estimated-count {
	text-transform: lowercase
}

.actionbar .estimated-count .spname {
	text-transform: none
}

.actionbar h2 {
	display: inline;
	font-size: 1em;
	font-weight: 400;
	padding: 0;
	margin: 0;
	border: 0;
	color: inherit
}

.viewchange .resultitem {
	vertical-align: top;
	display: block;
	text-align: center;
	
}

.viewchange .resulttitle {
	margin-top: 0
}

.viewchange .resulttitle a {
	display: block;
	text-align: left
}

.viewchange .resultitem .resultbox,
.viewchange .resultitem .resultbox .resultdecs {
	display: block;
	width: auto;
	margin: 0
}

.viewchange .resultitem .box {
	vertical-align: top;
	display: block;
	border: 1px solid #d9d9d9;
	text-align: center;
	overflow: hidden;
	background: url() 50% no-repeat;
	background-size: cover;
	position: relative;
	cursor: pointer
}

.viewchange .resultitem>.box>a.clickevent {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: auto
}

.img-responsive {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle
}

.viewchange .resultitem>p.resulttitle {
	padding: 4px 0
}

.listview {
	columns: 2 15px
}

.listview .resultitem {
	margin: 0 0 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee
}

.listview .resultitem .box {
	width: 80px;
	height: 80px;
	vertical-align: top;
	display: inline-block;
	line-height: 55px;
	border: 1px solid #d9d9d9;
	text-align: center;
	background-image: none;
	padding: 0
}

.listview .resultitem .detailview {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 100px);
	text-align: left
}

.listview .resultitem .detailview .resulttitle {
	font-weight: 700
}

.listview .resultitem .box .iconlinks,
.listview .resultitem .detailview .controllers,
.listview .resultitem .detailview .thumbImage {
	display: none
}

.listview .resultitem .detailview .thumbMeta .metadata>p {
	display: inline
}

.smallview .resultitem,
.smallview .resultitem .box {
	width: 6.4em;
	padding: 0
}

.smallview .resultitem .box {
	height: 6.4em;
	line-height: 6em
}

.thumbnails .resultitem,
.thumbnails .resultitem .box {
	width: 9.3em;
	padding: 0
}

.thumbnails .resultitem .box {
	height: 9.4em;
	line-height: 9.05em
}

.galleryview .resultitem,
.galleryview .resultitem .box {
	width: 15em;
	padding: 0
}

.galleryview .resultitem .box {
	height: 15em;
	line-height: 14em;
	background-image: none
}

.galleryview .resultitem .content,
.galleryview .resultitem .scopeName,
.thumbnails .resultitem .content,
.thumbnails .resultitem .scopeName {
	display: none
}

.picflex {
	display: flex;
	flex-wrap: wrap;
	margin: -5px
}

.picflex:after {
	content: '';
	flex-grow: 1;
	display: inline-block;
	min-width: 50%
}

.picflex .resultitem {
	position: static !important;
}

.picflex .resultitem .box {
	border: none;
	width: 100%;
	height: 250px;
	line-height: normal
}

.picflex .resultitem.open {
	height: 675px
}

.picflex .resultitem.open:after {
	content: "";
    font-size: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px;
    border-color: transparent transparent #111a21;
    top: -37px;
    position: relative;
    z-index: 2;
}

.picflex .resultitem .box>i {
	display: block
}

.picflex .resultitem .box img {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	left: 50%;
	vertical-align: bottom
}

.picflex .resultitem .box .iconlinks {
	overflow: hidden;
	position: absolute;
	height: 0;
	top: 180px;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .5);
	text-align: center;
	transition: ease-in-out .2s
}

.picflex .resultitem .box:hover .iconlinks {
	transition: ease-in-out .2s;
	height: 40px;
	padding: 10px 0;
	top: 140px
}

.picflex .resultitem .box .iconlinks .icon-sprite {
	display: inline-block;
	padding: 0 4px
}

.picflex .resultitem .box .iconlinks .icon-sprite i.glyphicon {
	font-size: 20px
}

.picflex .icon-sprite {
	background: 0 0;
	color: #fff;
	text-indent: 0;
	width: auto;
	height: auto
}

.picflex .icon-sprite.cart-add,
.picflex .icon-sprite:hover {
	color: #2b0
}

.picflex .icon-sprite.cart-add:hover {
	color: #d01323
}

.picflex .detailview {
	display: none;
	/* background: #111a21;
	height: 475px;
	position: absolute;
	left: 0;
	right: 0;
	margin-top: 20px;
	overflow: auto;
	    z-index: 2; */
	overflow: auto !important;	
	
}
.picflex .detailview_layer{
		position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
	filter: alpha(opacity=0);
    opacity: 0;
	display:none;
}
.picflex .resultitem.open .detailview_layer{
	filter: alpha(opacity=50);
    opacity: .5;
	display:block;
}

.picflex .detailview .detailview_inner{
	    position: relative;
		    margin: 10px auto;
	 background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
	    min-height: 96%;
}

.picflex .resultitem.open .detailview {
	display: block
}

.picflex .resulttitle {
	text-align: left;
	line-height: 45px;
	font-weight: 700;
	border-bottom: 1px solid #ACACAC!important;
	margin-bottom: 15px
}

.picflex .resulttitle span.product {
	padding-right: 10px;
	border-right: 1px solid #fff;
	color: #e4e4e4;
	font-weight: 400;
	font-size: 13px
}

.picflex .resulttitle span.productid {
	color: #000;
	font-weight: 700;
	padding-left: 10px;
	font-size: 13px
}

.picflex .detailview .resulttitle .controllers {
	text-align: right
}

.picflex .detailview .resulttitle .controllers a {
	display: inline-block;
	font-size: 16px;
	background-color: #f2f2f2;
	line-height: 26px;
	border-radius: 50px;
	width: 24px;
	text-align: center;
	height: 24px;
	color: #666;
	margin: 0 10px
}

.picflex .detailview .resulttitle .controllers a:focus {
	background-color: #fff
}

.picflex .detailview .resulttitle .controllers a:active {
	background-color: #fff
}

.picflex .detailview .resulttitle .controllers a:hover {
	background-color: #fff
}

.picflex .resultitem:first-child .detailview .resulttitle .controllers a.left-arrow,
.picflex .resultitem:last-child .detailview .resulttitle .controllers a.right-arrow {
	display: none
}

.picflex .detailview ul.image-links {
	margin: 0;
	padding: 14px 0 0;
	display: flex;
	justify-content: space-between;
	list-style: none
}

.picflex .detailview .thumbMeta span,
.toggleView span {
	line-height: normal;
	display: inline-block
}

.picflex .detailview ul.image-links li a {
	font-size: 13px;
	padding: 0;
	text-decoration: none
}

.picflex .detailview ul.image-links li.addToOrder a:after {
	content: attr(title)
}

.picflex .detailview>div {
	border: none
}

.picflex .detailview .thumbMeta {
	text-align: left;
	color: #000;
}

.picflex .detailview .thumbMeta .metadata {
	padding-right: 10px
}

.picflex .detailview .thumbMeta .metalabel {
	color: #e4e4e4;
	font-weight: 400;
	font-size: 13px;
	border-right: 1px solid #fff;
	padding-right: 5px
}

.picflex .detailview .thumbMeta .metalabel:after {
	content: ""
}

.picflex .detailview .thumbMeta .metavalue {
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	padding-left: 5px;
	line-height: 20px
}

.picflex .detailview .thumbMeta .metavalue.release {
	color: #fff
}

.picflex .detailview .thumbImage {
	line-height: normal;
	overflow: inherit
}

.picflex .detailview .thumbImage .detail-picture {
	padding: 0 5px 0 10px
}

.picflex .detailview .thumbImage .detail-img {
	width: 100%;
    height: 400px;
    background: url() 50% no-repeat #fff;
    background-size: contain;
}

@media screen and (min-width:768px) {
	.picflex:after {
		content: '';
		flex-grow: 1;
		display: inline-block;
		min-width: 55%
	}
}

@media screen and (min-width:992px) {
	.picflex:after {
		content: '';
		flex-grow: 1;
		display: inline-block;
		min-width: 70%
	}
	.picflex .detailview .thumbMeta .metacolmn {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 25px;
		-moz-column-gap: 25px;
		column-gap: 25px;
		column-fill: auto;
		margin: 0;
		min-height: 375px
	}
}

.toggleView span {
	cursor: pointer;
	font-size: 21px;
	padding: 1px 6px 0;
	margin: 0;
	min-height: 28px;
	color: #B2B2B2
}

.toggleView span i {
	text-align: center;
	margin-right: -2px
}

.toggleView span.active {
	color: #333
}