/*####### CUSTOM-PRODUCT #######*/
ul.custom-product-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.new-custom-block-2 .owl-wrapper li.custom-product {
	padding:15px;
}
.content-features-product .new-custom-block-2 .item:hover {
	box-shadow: none;
}
/*####### CUSTOM-PRODUCT-TYPE-1 #######*/
.custom-product-type-1 .custom-product {
	margin-bottom: 20px;
	position: relative;
}
.custom-product-type-1 .custom-product-wrapper {
	float: left;
	border: 1px solid #e9e9e9;
	background-color: #fff;
}
.custom-product-type-1 .fa {
	padding: 0;
}
/*label*/
.custom-product-type-1 .custom-product-label {
	position: absolute;
	top: 12px;
	left: 7px;
	z-index: 2;
	height: 24px;
	line-height: 24px;
}
.custom-product-type-1 .custom-product-label span.custom-label-default {
	position: relative;
	background-color: blue;
	color: #fff;
	padding: 0px 12px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	display: block;
}
.custom-product-type-1 .custom-product-label span.custom-label-new { background-color: #3cbd15; }
.custom-product-type-1 .custom-product-label span.custom-label-sale { background-color: #c61414; }
.custom-product-type-1 .custom-product-label span.custom-label-hot { background-color: #f62a0e; }
.custom-product-type-1 .custom-product-label span.custom-label-cool { background-color: #33cfcd; }
.custom-product-type-1 .custom-product-label span.custom-label-outofstock { background-color: #767989; }
.custom-product-type-1 .custom-product-label span.custom-label-bestseller { background-color: #d6ae27; }
.custom-product-type-1 .custom-product-label span.custom-label-preorder { background-color: #3e63b9; }
.custom-product-type-1 .custom-product-label span:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: -1;
}
.custom-product-type-1 .custom-product-label span.custom-label-new:before { border-top: 10px solid #309910; border-left: 8px solid transparent; }
.custom-product-type-1 .custom-product-label span.custom-label-sale:before { border-top: 10px solid #a70f0f; border-left: 8px solid transparent; }
.custom-product-type-1 .custom-product-label span.custom-label-hot:before { border-top: 10px solid #d7260d; border-left: 8px solid transparent; }
.custom-product-type-1 .custom-product-label span.custom-label-cool:before { border-top: 10px solid #42b5b4; border-left: 8px solid transparent; }
.custom-product-type-1 .custom-product-label span.custom-label-outofstock:before { border-top: 10px solid #5c5f6d; border-left: 8px solid transparent; }
.custom-product-type-1 .custom-product-label span.custom-label-bestseller:before { border-top: 10px solid #af8e1f; border-left: 8px solid transparent; }
.custom-product-type-1 .custom-product-label span.custom-label-preorder:before { border-top: 10px solid #2a4688; border-left: 8px solid transparent; }
.custom-product-type-1 .custom-product-label span:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: 0px;
	left: 100%;
	border-left: 0px solid transparent;
	border-right: 10px solid transparent;
	border-top: 24px solid #d84446;
}
.custom-product-type-1 .custom-product-label span.custom-label-new:after { border-top-color: #3cbd15; }
.custom-product-type-1 .custom-product-label span.custom-label-sale:after { border-top-color: #c61414; }
.custom-product-type-1 .custom-product-label span.custom-label-hot:after { border-top-color: #f62a0e; }
.custom-product-type-1 .custom-product-label span.custom-label-cool:after { border-top-color: #33cfcd; }
.custom-product-type-1 .custom-product-label span.custom-label-outofstock:after { border-top-color: #767989; }
.custom-product-type-1 .custom-product-label span.custom-label-bestseller:after { border-top-color: #d6ae27; }
.custom-product-type-1 .custom-product-label span.custom-label-preorder:after { border-top-color: #3e63b9; }

/*percentdiscount*/
.custom-product-type-1 .custom-product-percentdiscount {
	position: absolute;
	top: 36px;
	left: 7px;
	z-index: 2;
	height: 24px;
	line-height: 24px;
}
.custom-product-type-1 .custom-product-percentdiscount.product-no-label {
	top: 12px;
}
.custom-product-type-1 .custom-product-percentdiscount span {
	position: relative;
	padding: 0px 12px;
	font-weight: 600;
	color:#fff;
	background-color: #d84446;
	font-size: 12px;
	display: block;
}
.custom-product-type-1 .custom-product-percentdiscount span:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: -1;
	border-top: 10px solid #83292a;
	border-left: 8px solid transparent;
}
.custom-product-type-1 .custom-product-percentdiscount span:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: 0px;
	left: 100%;
	border-left: 0px solid transparent;
	border-right: 10px solid transparent;
	border-top: 24px solid #d84446;
}

/*image*/
.custom-product-type-1 .custom-product-image {
	position: relative;
	z-index: 1;
	width: 100%;
	float: left;
	padding: 5px 5px 0 5px;
	min-height: 140px;
}
.custom-product-type-1 .custom-product-image img {
	width: 100%;
	transition: transform 200ms ease-in-out 0s;
}
.custom-product-type-1 .custom-product-image img.show_img {
	display: none;
}
.custom-product-type-1 .custom-product-image img.show_img.active {
	display: block;
}
.custom-product-type-1 .custom-product-image > a {
	display: block;
	overflow: hidden;
}
.custom-product-type-1 > ul.custom-product-list li.custom-product:hover .custom-product-image img {
	transform: scale(1.1);
}

/*info*/
.custom-product-type-1 .custom-product-info {
	position: relative;
	float: left;
	width: 100%;
	padding: 15px 0;
	background-color: #fff;
}

/*info-title*/
.custom-product-type-1 .custom-product-info > .custom-product-title {
	padding: 0 15px;
	position: relative;
}
.custom-product-type-1 .custom-product-info > .custom-product-title h4:first-line {
	text-indent:-100px;
	margin-left: 100px
}
.custom-product-type-1 .custom-product-info > .custom-product-title h4:before {
	content: "";
	position: absolute;
	left: -1px;
	top: 0;
	height: 100%;
	width: 3px;
	background-color: #d84446;
}
.custom-product-type-1 .custom-product-info > .custom-product-title h4 {
	margin: 0;
	line-height: 20px;
	font-weight: 500;
}



/*info-code*/
.custom-product-type-1 .custom-product-info > .custom-product-code {
	padding: 0 15px;
}
.custom-product-type-1 .custom-product-info > .custom-product-code p {
	color: #aaa;
	font-size: 12px;
	line-height: 20px;
	margin: 0;
}



/*info-rating*/
.custom-product-type-1 .custom-product-info > .custom-product-rating {
	padding: 0px 15px;
}
.custom-product-type-1 .custom-product-info > .custom-product-rating ul {
	list-style: none;
	padding: 0;
}
.custom-product-type-1 .custom-product-info > .custom-product-rating ul li {
	display: inline;
	color: orange;
}
.custom-product-type-1 .custom-product-info > .custom-product-rating > ul > li.info-review > span {
	color: red;
	font-size: 12px;
}


/*info-tag*/
.custom-product-type-1 .custom-product-info > .custom-product-tag {
	font-size: 11px;
	color: #555;
	padding: 0 15px;
	line-height: 20px;
}

/*info-description*/
.custom-product-type-1 .custom-product-info > .custom-product-description p {
	margin: 0;
	color: #777;
	padding: 10px 15px 0px 15px;
	font-size: 13px;
}


/*info-price*/
.custom-product-type-1 .custom-product-price ,
.custom-product-type-1 .custom-product-price-text {
	padding: 10px 15px 0 15px;
}
.custom-product-type-1 .custom-product-price ins {
	text-decoration: none;
	font-weight: 600;
	color: #d84446;
	font-size: 18px;
}
.custom-product-type-1 .custom-product-price .price-no-discount ins {
	text-decoration: none;
	font-weight: 600;
	color: #d84446;
	font-size: 18px;
}
.custom-product-type-1 .custom-product-price-text ins {
	text-decoration: none;
	font-weight: 600;
	color: #d84446;
	font-size: 18px;
}
.custom-product-type-1 .custom-product-price del {
	font-size: 12px;
	color: #3c3c3c;
}
.custom-product-type-1 .custom-product-price ins,
.custom-product-type-1 .custom-product-price-text ins,
.custom-product-type-1 .custom-product-price del {
	display: list-item;
}


/*footer*/
.custom-product-type-1 .custom-product-footer {
	position: relative;
	width: 100%;
	float: left;
	padding: 0 15px;
	height: 45px;
	line-height: 45px;
	font-size: 12px;
	border-top: 1px solid #eee;
}

/*info-oherinfo-cdate*/
.custom-product-type-1 .custom-product-footer .custom-product-cdate {
	display: inline;
	color: #777;
	float: left;
}

/*info-oherinfo-viewed*/
.custom-product-type-1 .custom-product-footer .custom-product-viewed {
	display: inline;
	color: #777;
	float: right;
}

/*footer-overlay*/
.custom-product-type-1 .custom-product-footer-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.custom-product-type-1 > ul.custom-product-list li.custom-product:hover .custom-product-footer-overlay {
	visibility: visible;
	opacity: 1;
}
@media(max-width: 991px){
	.custom-product-type-1 > ul.custom-product-list li.custom-product .custom-product-footer-overlay {
		visibility: visible;
		opacity: 1;
	}
}

/*footer-button*/
.custom-product-type-1 .custom-product-button-list {
	list-style: none;
	padding: 0;
	display: block;
	height: 100%;
}
.custom-product-type-1 .custom-product-button-list li {
	width: 33.33%;
	height: 100%;
	float: left;
	display: block;
}
.custom-product-type-1 .custom-product-button-list.no-wishlist li {
	width: 50%;
}
.custom-product-type-1 .custom-product-button-list li button {
	width: 100%;
}
.custom-product-type-1 .custom-product-button-list li:hover {
	/*background: #705182;*/
}
.custom-product-type-1 .custom-product-button-list li a , .custom-product-type-1 .custom-product-button-list li button {
	display: block;
	text-align: center;
	line-height: 44px;
	height: 44px;
	color: #d84446;
	transition: all 0.3s ease-in-out 0s;
}
.custom-product-type-1 .custom-product-button-list li a i , .custom-product-type-1 .custom-product-button-list li button i {
	position: relative;
	/*top: 2px;*/
	line-height: 44px;
	font-size: 18px;

}
.custom-product-type-1 .custom-product-button-list li:not(:last-child) {
	border-right: 1px solid #eee;
}




/*color*/
.custom-product-type-1 .custom-product-color {
	position: absolute;
	bottom: 5px;
	left: -7px;
	z-index: 2;
	display: block;
	width: 100%;
	height: 24px;
	line-height: 24px;
}
.custom-product-type-1 .custom-product-color > a {
	display: block;
	width: 40px;
	font-size: 10px;
	line-height: 24px;
	color: #555;
	text-align: center;
	float: left;
	padding: 0;
	background-color: #fff;
	border-radius: 5px 0 0 5px;
	box-shadow: 0 0 1px #ccc;
}
.custom-product-type-1 .custom-product-color a:hover {
	text-decoration: none;
}
.custom-product-type-1 .custom-product-color ul {
	position: absolute;
	left: 40px;
	visibility: hidden;
	opacity: 0;
	font-size: 10px;
	padding: 0 10px;
	list-style: none;
	background-color: #fff;
	box-shadow: 0 0 1px #ccc;
	border-radius: 0 5px 5px 0;
	transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}
@media(max-width: 991px){
	.custom-product-type-1 .custom-product-color ul {
		visibility: visible;
		opacity: 1;
	}
}
.custom-product-type-1 .custom-product-color ul li {
	display: inline-block;
	float: left;
	height: 24px;
}
.custom-product-type-1 .custom-product-color ul li:not(:last-child) {
	margin-right: 10px;
}
.custom-product-type-1 .custom-product-color ul li a {
	display: block;
	width: 10px;
	height: 10px;
	display: block;
	position: relative;
	top: 7px;
	box-shadow: 0 0 1px #4a4a4a;
}
.custom-product-type-1 .custom-product-color ul li.active a {
	text-decoration: underline;
}
.custom-product-type-1 .custom-product-color ul li.active a:before {
	content: "\f00c";
	font-family: "FontAwesome";
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	line-height: 10px;
	color: #111;
	font-size: 8px;
	text-align: center;
	text-shadow: 0 0 3px #fff;
	/*content: "";
	position: absolute;
	top: 100%;
	left: 1px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 7px solid red;*/
}
.custom-product-type-1 .custom-product-color ul li a:hover {
	text-decoration: underline;
}
.custom-product-type-1 .custom-product-color:hover ul {
	visibility: visible;
	opacity: 1;
}

/*size*/
.custom-product-type-1 .custom-product-size {
	position: absolute;
	bottom: 35px;
	left: -7px;
	z-index: 3;
	display: block;
	width: 100%;
	height: 24px;
	line-height: 24px;
}
.custom-product-type-1 .custom-product-size > a {
	display: block;
	width: 40px;
	font-size: 10px;
	line-height: 24px;
	color: #555;
	text-align: center;
	float: left;
	padding: 0;
	background-color: #fff;
	border-radius: 5px 0 0 5px;
	box-shadow: 0 0 1px #ccc;
}
.custom-product-type-1 .custom-product-size a:hover {
	text-decoration: none;
}
.custom-product-type-1 .custom-product-size ul {
	position: absolute;
	left: 40px;
	visibility: hidden;
	opacity: 0;
	font-size: 10px;
	padding: 0 10px;
	list-style: none;
	background-color: #fff;
	box-shadow: 0 0 1px #ccc;
	border-radius: 0 5px 5px 0;
	transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}
@media(max-width: 991px){
	.custom-product-type-1 .custom-product-size ul {
		visibility: visible;
		opacity: 1;
	}
}
.custom-product-type-1 .custom-product-size ul li {
	display: inline-block;
	float: left;
}
.custom-product-type-1 .custom-product-size ul li:not(:last-child) {
	margin-right: 10px;
}
.custom-product-type-1 .custom-product-size ul li a {
	display: block;
	color: #337ab7;
}
.custom-product-type-1 .custom-product-size ul li.active a {
	text-decoration: underline !important;
	color: #23527c;
}
.custom-product-type-1 .custom-product-size ul li a:hover {
	text-decoration: underline;
}
.custom-product-type-1 .custom-product-size:hover ul {
	visibility: visible;
	opacity: 1;
}



/*CLEARFIX*/
@media(max-width: 480px){
	.custom-product-type-1 > ul > li {
		clear: none;
	}
	.custom-product-type-1 > ul > li.col-xs-6:nth-child(2n+1),
	.custom-product-type-1 > ul > li.col-xs-4:nth-child(3n+1),
	.custom-product-type-1 > ul > li.col-xs-3:nth-child(4n+1),
	.custom-product-type-1 > ul > li.col-xs-2:nth-child(5n+1){
		clear: left;
	}
}
@media(min-width: 481px) and (max-width: 768px){
	.custom-product-type-1 > ul > li {
		clear: none;
	}
	.custom-product-type-1 > ul > li.col-xs-6:nth-child(2n+1),
	.custom-product-type-1 > ul > li.col-xs-4:nth-child(3n+1),
	.custom-product-type-1 > ul > li.col-xs-3:nth-child(4n+1),
	.custom-product-type-1 > ul > li.col-xs-2:nth-child(5n+1){
		clear: left;
	}
}
@media(min-width: 769px) and (max-width: 991px){
	.custom-product-type-1 > ul > li {
		clear: none;
	}
	.custom-product-type-1 > ul > li.col-sm-6:nth-child(2n+1),
	.custom-product-type-1 > ul > li.col-sm-4:nth-child(3n+1),
	.custom-product-type-1 > ul > li.col-sm-3:nth-child(4n+1),
	.custom-product-type-1 > ul > li.col-sm-2:nth-child(5n+1){
		clear: left;
	}
}
@media(min-width: 992px) and (max-width: 1199px){
	.custom-product-type-1 > ul > li {
		clear: none;
	}
	.custom-product-type-1 > ul > li.col-md-6:nth-child(2n+1),
	.custom-product-type-1 > ul > li.col-md-4:nth-child(3n+1),
	.custom-product-type-1 > ul > li.col-md-3:nth-child(4n+1),
	.custom-product-type-1 > ul > li.col-md-2:nth-child(5n+1){
		clear: left;
	}
}
@media(min-width: 1200px){
	.custom-product-type-1 > ul > li {
		clear: none;
	}
	.custom-product-type-1 > ul > li.col-lg-6:nth-child(2n+1),
	.custom-product-type-1 > ul > li.col-lg-4:nth-child(3n+1),
	.custom-product-type-1 > ul > li.col-lg-3:nth-child(4n+1),
	.custom-product-type-1 > ul > li.col-lg-2:nth-child(5n+1){
		clear: left;
	}
}

/*.CLEARFIX*/

/*FIX PRODUCT SLIDE*/
.custom-product-type-1 .owl-item > li.custom-product {
	width: auto !important;
}
/*.FIX PRODUCT SLIDE*/


.custom-product-type-1 .custom-product-rating {
	display: none;
}
.su-owl-carousel-slider .custom-product-type-1 .custom-product-label {
	top: 27px;
}
.su-owl-carousel-slider .custom-product-type-1 .custom-product-percentdiscount {
	top: 51px;
}
.su-owl-carousel-slider .custom-product-type-1 .custom-product-percentdiscount.product-no-label {
	top: 27px;
}
li.custom-product .block_size_hide {
	display:none;
}
li.custom-product .block_color_hide {
	display:none;
}
li.custom-product .block_discount_hide {
	display:none;
}
li.custom-product .block_price_no_discount_hide {
	display:none;
}
li.custom-product .block_price_text_hide {
	display:none;
}
li.custom-product .block_price_hide {
	display:none;
}
li.custom-product .block_tags_hide {
	display:none;
}
li.custom-product .block_description_hide {
	display:none;
}
li.custom-product img.block_2_image {
	max-height: 400px;
}
li.custom-product .setdisplaynone {
	display:none;
}
.custom-product-type-1 .custom-product-info > .custom-product-title h4 a{ 
	display: block;
}
