/* custom css theme panel */
:focus {
	outline: 0;
}

/* Button ([Azonasinid asinid='B07L5FM9RW'])
--------------------------------------------- */
.azon-simple-review {
	width: 100%;
	display: inline-block;
	margin: 20px 0;
	text-align: center;
}
.azon-simple-review img {
	display: inline;
	margin-bottom: 0px;
}
.azon-simple-review a {
	margin: 0;
	position: relative;
	background-color: #F33B19;
	border-bottom: 4px solid #B32005;
	word-wrap: normal;
	line-height: 1.2em;
	text-decoration: none!important;
	text-transform: uppercase;
	color: #fff!important;
	font-family: 'Open Sans';
	font-weight: bold!important;
	font-size: 16px;
	letter-spacing: .2px;
	border-radius: 8px;
	padding: 16px 30px;
	text-align: center;
	transition: 0.2s linear;
	display: inline-block;
}
.azon-simple-review a:hover {
	opacity: 0.9;
	box-shadow: 0 14px 14px -9px #7d8488;
}
.azon-simple-review a i {
	color: #fff;
	padding-right: 6px;
	font-size: 18px;
	font-weight: bold;
}
.azon-simple-review a i:before {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	color: #fff;
}

/* Blog Products Thumbnail ([Azonasinimg asinid='B07L5FM9RW' title='title'])
--------------------------------------------- */
.thumb-imgzon {
	text-align: center;
	width: 100%;
	float: left;
	margin: 40px 0;
	position: relative;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border-top: 1px solid rgba(201,205,209,0.05);
	box-shadow: 0 6px 8px 1px rgba(53,65,75,0.1);
	-moz-box-shadow: 0 6px 8px 1px rgba(53,65,75,0.1);
	-webkit-box-shadow: 0 6px 8px 1px rgba(53,65,75,0.1);
	background: -moz-linear-gradient(to right,rgba(16,17,18,.1) 0%,rgba(16,17,18,0) 20%,rgba(16,17,18,0) 80%,rgba(16,17,18,.1) 100%,rgba(16,17,18,0) 100%);
	background: -webkit-linear-gradient(to right,rgba(16,17,18,.1) 0%,rgba(16,17,18,0) 20%,rgba(16,17,18,0) 80%,rgba(16,17,18,.1) 100%,rgba(16,17,18,0) 100%);
	background: linear-gradient(to right,rgba(16,17,18,.1) 0%,rgba(16,17,18,0) 20%,rgba(16,17,18,0) 80%,rgba(16,17,18,.1) 100%,rgba(16,17,18,0) 100%);
	box-sizing: border-box;
}
.thumb-imgzon img {
	max-width: 480px;
	max-height: 480px;
}
.thumb-imgzon::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	background: rgba(17,19,20,0.5);
	transition: all .15s .1s;
	pointer-events: none;
}
.thumb-imgzon .azon-product-image {
	width: 100%;
	display: inline-block;
	padding: 30px;
}
.thumb-imgzon .item-detail-image {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: rgba(255,255,255,0.9);
	opacity: 0;
	visibility: hidden;
	transition: all .15s;
	z-index: 1;
	background: -moz-linear-gradient(to right,rgba(16,17,18,.1) 0%,rgba(16,17,18,0) 20%,rgba(16,17,18,0) 80%,rgba(16,17,18,.1) 100%,rgba(16,17,18,0) 100%);
	background: -webkit-linear-gradient(to right,rgba(16,17,18,.1) 0%,rgba(16,17,18,0) 20%,rgba(16,17,18,0) 80%,rgba(16,17,18,.1) 100%,rgba(16,17,18,0) 100%);
	background: linear-gradient(to right,rgba(16,17,18,.1) 0%,rgba(16,17,18,0) 20%,rgba(16,17,18,0) 80%,rgba(16,17,18,.1) 100%,rgba(16,17,18,0) 100%);
}
.thumb-imgzon .azon-product-image:before {
	content: '';
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	display: block;
	padding: 30px;
	transition: padding .2s linear,margin .2s linear;
}
.thumb-imgzon .azon-logo-shop {
	margin-bottom: 15px;
}
.thumb-imgzon .azon-logo-shop img {
	max-width: 30%;
}
.thumb-imgzon .azon-detail-link {
	font-family: lato-semibold;
	max-width: 157px;
	width: 100%;
	text-align: center;
	color: #000;
	background: #eeb933;
	background: -webkit-linear-gradient(top,#f5d78e,#eeb933) repeat scroll 0 0 transparent;
	background: linear-gradient(to bottom,#f5d78e,#eeb933) repeat scroll 0 0 transparent;
	border-radius: 2px;
	font-size: 14px;
	padding: 8px 15px;
	text-transform: capitalize;
	text-decoration-line: none;
}

/*
Best Sellers
*/
.top-pick {
	position: relative;
	z-index: 10;
}
.top-pick {
	width: 150px;
	height: 36px;
	line-height: 36px;
	vertical-align: middle;
	text-align: center;
	background: #ffd900;
	color: #fff;
	border: none;
	position: relative;
	left: -16px;
	top: 50px;
}
.top-pick .top-pick-labal {
	padding: 0;
	color: #fff;
}
.top-pick:before {
	content: '';
	border-width: 36px 20px 0 0;
	border-style: solid;
	border-color: #ffd900 transparent transparent transparent;
	top: 0;
	right: -20px;
	position: absolute;
}
.top-pick:after {
	content: '';
	border-width: 16px 0 0 16px;
	border-style: solid;
	border-color: #2e2e2e transparent transparent transparent;
	position: absolute;
	top: 36px;
	left: 0;
}

@media (max-width: 767px) {
	.thumb-imgzon img {
		max-width: 100%;
	}
}
@media screen and (min-width: 768px) {

	.thumb-imgzon:hover .item-detail-image {
		opacity: 1;
		visibility: visible;
		z-index: 3;
	}
	.thumb-imgzon:hover::after {
		opacity: 1;
		transition: all .15s;
	}
	.thumb-imgzon:hover:before,
	.thumb-imgzon:hover:after {
		display: none;
	}

	/* Hover Products Thumbnail
	--------------------------------------------- */
	.thumb-imgzon:hover .azon-product-image,
	.thumb-imgzon:hover .item-detail-image {
		padding-top: 32px;
		padding-bottom: 28px;
	}

	/* Blog Products Title
	--------------------------------------------- */
	.product-title {
		position: relative;
		padding-left: 70px;
		margin: 15px 0;
		line-height: normal;
		font-weight: bold;
		font-size: 24px;
	}
	.product-title a {
		color: #fa5739;
		margin-right: 5px;
		transition: all 0.2s ease-in-out;
	}
	.product-title a:hover {
		color: #0e0e0e;
	}
	.prolist-num {
		width: 56px;
		height: 56px;
		line-height: 56px;
		position: absolute;
		left: 0;
		top: -7px;
		display: inline-block;
		font-size: 16px;
		color: #fff;
		text-align: center;
		font-weight: bolder;
	}
	.prolist-num:before {
		content: '';
		display: block;
		width: 40px;
		height: 40px;
		background-image: linear-gradient(45deg, #2966ff, #7ca2ff);
		border-radius: 5px;
		position: absolute;
		top: 8px;
		left: 8px;
		z-index: -1;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}
.back-to-top {
	background-image: linear-gradient(45deg, #7ca2ff, #2966ff) !important;
}
.back-to-top:hover {
	background-image: linear-gradient(45deg, #fc1775, #ff6050) !important;
}