.list-product {
	padding-top: 20px;
}
.fly-right-cart {
	width: 60px;
	height: 60px;
	right: 0px;
	bottom: 0px;
	position: absolute;
}
.fly-right-cart:hover {
  -webkit-animation-name: flash;
  animation-name: flash;
  animation-duration: 1s;
}
@-webkit-keyframes flash {
  from,  50%,  to {
   opacity: 1;
  }
  25%,  75% {
   opacity: 0;
  }
}
@keyframes flash {
  from,  50%,  to {
    opacity: 1;
  }
  25%,  75% {
    opacity: 0;
  }
}
.fly-right-cart i:nth-child(1) {
	font-size: 25px;
	position: absolute;
	left: 5px;
	top: 18px;
}
.fly-right-cart i:nth-child(2) {
	font-size: 20px;
	position: absolute;
	right: 4px;
	top: 5px;
}
.a123::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 200px 200px 0;
	border-color: transparent #007bff transparent transparent;
	position: absolute;
	top: 0;
	right: 0
}
.list-product .thumbnail {
	padding: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	position: relative;
	margin-bottom: 0;
	height: 436px;
	overflow: hidden;
}
.list-product .quantity-box {
	margin-left: 10px;
	position: absolute;
	bottom: 0;
}
.list-product .sold-out {
	position: absolute;
    bottom: 10px;
    right: 40px;
    width: 60%;
}
.list-product .quantity-box .input-group button {
	padding: 5px 10px;
}
.list-product .quantity-box .input-group .form-control {
	padding: 3px;
    height: 30px;
}
.list-product .img-container {
	max-height: 300px;
	overflow: hidden;
}
.pricetag {
	font-size: 16px;
	font-weight: bold;
}
.thumbnail .view {
	position: relative;
	max-height: 340px;
	overflow: hidden;
}
.thumbnail .caption {
	padding-bottom: 0;
}
.thumbnail .mask {
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	transition: all .5s ease-in-out;
}
.thumbnail .mask:hover {
	opacity: 0.8;
	transition: all .5s linear;
}
.thumbnail .mask img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.thumbnail:hover {
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.75);
}
.list-product .caption h3 {
	margin-top: 0px;
	font-weight: bold
}
.list-product h1 {
	padding-top: 00px;
	padding-bottom: 20px;
	font-size: 60px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 900;
	width: 80%
}
.list-product .lp-desktop{
	padding:20px;
}
.share-btn-group{
	position: absolute;
	right: 15px;
	top: 35px;
}
.share-btn-group a:nth-child(1):hover{
	background:#007CFF;
	color: #fff;
}
.share-btn-group a:nth-child(2):hover{
	background:#004883;
	color: #fff;
}
.share-btn-group a:nth-child(3):hover{
	background:#F34B00;
	color: #fff;
}
.share-btn-group a:nth-child(4):hover{
	background:#CC0000;
	color: #fff;
}
.list-product .row{
    display: flex;
   flex-wrap: wrap;
  }
.list-product .row>[class="lp-desktop"]{
    display: flex;
    flex-direction: column;
  }
a.product-detail{
	text-decoration: none;
}
a.product-detail:hover{
	color: #13B2FF !important;
}
.nbrItemPage .selector1 .selector {
  float: left;
}
.nbrItemPage .selector1 #uniform-nb_page_items {
	width: 55px !important;
}
.nbrItemPage .selector1 #uniform-nb_page_items span:first-child {
	width: 45px !important;
}
.top-pagination-content div.pagination, .bottom-pagination-content div.pagination {
  text-align: right;
}
.popover.fade.in{
	top: 37px !important;
	left: -29px !important;
	background: #21c2f8;
	color: #102b91;
	width: 200px;
	font-weight: 700;
	font-size: 14px;
}
.popover.bottom > .arrow:after{
  border-bottom-color: #21c2f8; 
}
.content-ie:before,
.content-ie:after {
 content: normal;
}
