/* ================ .productLIST-CUSTOM ================ */
.productlist-custom{}
.productlist-custom .uk-panel{
	/* background-color:#FFF; */
	/* padding:15px; */
    /* border-radius:10px; */
}
.productlist-custom.relate .wrapper{
	margin-top:25px;
}
.productlist-custom .uk-panel-title {}
.productlist-custom .description {
    margin-top: 15px;
}
.productlist-custom .tool{
    margin-top: 15px;
    overflow-x: auto;
}
.productlist-custom .tool>.uk-list {
    white-space: nowrap;
}
.productlist-custom .tool>.uk-list>li {
    margin-right: 5px;
}
.productlist-custom .tool>.uk-list>li:last-child{
    margin-right: 0px;
}
.productlist-custom .tool>.uk-list>li>a {
    color: #000;
    border: 1px solid #000;
    border-radius: 25px;
    padding: 5px 15px;
    font-weight: bold;
    display: block;
}
.productlist-custom .tool>.uk-list>li.active>a {
	text-decoration:underline;
}
.productlist-custom .item .image{
	height: 265px;
}
.productlist-custom .item .name{
	margin:0px;
    font-size:inherit;
    line-height:inherit;
    max-height:42px;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
}
.productlist-custom .item .name>a {
    font-weight:bold;
}
.productlist-custom .item .meta{
    color: #9E9E9E;
}
.productlist-custom .item .sapo{
	margin-top:10px;
    max-height: 60px;
    line-height: inherit;
    font-size: inherit;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.productlist-custom .item .more{
    margin-top: 10px;
}
.productlist-custom .item .more>a {
    /* border: 1px solid #000; */
    /* text-align: left; */
    /* border: none; */
    /* height: inherit; */
    /* line-height: inherit; */
}
@media (max-width:767px){
	.productlist-custom .wrapper {
		padding: 0px 15px;
	}
	.productlist-custom .uk-panel {
		border-radius: 0px;
	}
	.productlist-custom.relate .uk-panel{
		margin-top:5px;
	}
	.productlist-custom .item .image{
		height: 175px;
	}
}
/* ================ .productDETAIL-CUSTOM ================ */
.productdetail-custom{}
.productdetail-custom .wrapper{}
.productdetail-custom .media .image.main{
	height:410px;
    /* padding: 50px 50px 15px 50px; */
    /* background-color: #FFF; */
    /* background-image: url(https://img.freepik.com/free-photo/abstract-brown-gradient-well-used-as-background-product-display_1258-55303.jpg); */
    /* background-image: url(https://t3.ftcdn.net/jpg/02/33/60/50/360_F_233605054_ah2Wfd0w0muU6aoQZghgwOGXHsYRjo3A.jpg); */
    /* border: 1px solid #A0A0A0; */
    /* border-radius: 5px; */
    /* background-size: cover; */
    /* background-position: center bottom; */
    /* background-repeat: no-repeat; */
}
.productdetail-custom .media .image.main img{
    border-radius: 5px;
    /* object-fit: scale-down; */
    /* object-position: center bottom; */
}
.productdetail-custom .media .gallery{
    margin-top: 15px;
}
.productdetail-custom .media .gallery .image {
    height: 125px;
    border-radius: 5px;
}
.productdetail-custom .media .gallery .image img{
    border-radius: 5px;
}
.productdetail-custom .information .uk-panel-title {
    font-size: 22px;
    line-height: 28px;
}
.productdetail-custom .information .meta{
	margin-top:15px;
}
.productdetail-custom .information .meta .price {
    color: red;
    font-size: 16px;
}
.productdetail-custom .information .meta .price-compare {
    text-decoration: line-through;
    margin-left: 10px;
}
.productdetail-custom .information .feature {
	margin-top:15px;
}
.productdetail-custom .information .feature ul{
	padding-left: 15px;
}
.productdetail-custom .information .feature .uk-table td{
    padding: 8px 0px;
}
.productdetail-custom .information .feature .uk-table td input{
	margin-right:5px;
}
.productdetail-custom .information .feature.link {
    /* border: 2px solid #1d4a05; */
    padding: 15px;
    /* border-radius: 5px; */
    background: #ffc;
    box-shadow: 2px 2px 2px rgba(33, 33, 33, 0.5);
}
.productdetail-custom .information .attr {
    /* margin-top: 15px; */
}
.productdetail-custom .information .attr p:last-child{
	margin-bottom:0px;
}
.productdetail-custom .information .attr strong{
	margin-right:10px;
}
.productdetail-custom .information .attr label{
	margin-right:10px;
}
.productdetail-custom .information .action {
    margin-top: 10px;
    max-width: 500px;
}
.productdetail-custom .information .action .uk-grid>div{
	margin-top:10px;
}
.productdetail-custom .information .action .uk-button {
    background: transparent;
    border: 1px solid #1d4a05;
	background-color: #1d4a05;
    border-radius: 25px;
    color: #FFF;
    text-shadow: none;
    width: 100%;
    line-height: 35px;
    min-height: 35px;
    font-weight: bold;
}
.productdetail-custom .information .action .uk-button i{
	margin-right:10px;
    vertical-align: text-top;
}
.productdetail-custom .information .cta {
	margin-top:15px;
}
.productdetail-custom .information .meta>a{
	margin-right:10px;
    color: #000;
}
.productdetail-custom .information .meta>a>i{
	margin-right:5px;
}
.productdetail-custom .information .meta.tool {
	/* text-align:center; */
}
/* .productdetail-custom .information .action .uk-button.none { */
    /* background: transparent; */
    /* background-color: #FFF; */
    /* color: #000; */
    /* border: 1px solid #1853a3; */
    /* color: #1853a3; */
/* } */
/* .productdetail-custom .information .rate { */
	/* margin-top:15px; */
/* } */
/* .productdetail-custom .information .rate i { */
    /* color: #FF9800; */
    /* font-size: 20px; */
    /* vertical-align: middle; */
/* } */
/* .productdetail-custom .information .rate a{ */
    /* color: #000; */
    /* margin-left: 5px; */
    /* vertical-align: middle; */
	/* text-decoration:underline; */
/* } */
/* .productdetail-custom .information .commitment { */
    /* margin-top: 10px; */
/* } */
/* .productdetail-custom .information .commitment ul { */
    /* margin: 0px; */
    /* padding: 0px; */
    /* list-style: none; */
/* } */
/* .productdetail-custom .information .commitment ul>li { */
    /* position: relative; */
    /* padding-left: 25px; */
    /* margin-top: 5px; */
/* } */
/* .productdetail-custom .information .commitment ul>li:first-child{ */
    /* margin-top: 0px; */
/* } */
/* .productdetail-custom .information .commitment ul>li:before { */
    /* font-family: "tabler-icons" !important; */
    /* content: "\ea67"; */
    /* position: absolute; */
    /* left: 0px; */
    /* top: 0px; */
    /* font-size: 20px; */
    /* color: #4CAF50; */
/* } */
@media (max-width:767px){
	.productdetail-custom .wrapper{
		margin-top:0px;
		border-radius:0px;
		padding:0px 15px;
	}
	.productdetail-custom .media .image.main {
		height: 365px;
		/* padding: 35px 35px 15px 35px; */
	}
	.productdetail-custom .media .gallery {
		margin-top: 10px;
	}
	.productdetail-custom .media .gallery .image {
		height: 125px;
	}
	.productdetail-custom .information{
		margin-top:25px;
	}
	.productdetail-custom .information .uk-panel-title {
		font-size: 18px;
		line-height: 24px;
	}
	.productdetail-custom .information .action {
		margin: 0px;
		position: fixed;
		width: 100%;
		left: 0px;
		right: 0px;
		bottom: 0px;
		background: #FFF;
		z-index: 999;
		padding: 0px 10px 10px 10px;
		box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	}
}