/* == .PRODUCT-CUSTOM == */
.product-custom{}
.product-custom .wrapper{
	margin-top:25px;
	/* padding:15px 15px 15px 15px; */
	background-color:#FFF;
	border-radius:5px;
}
.product-custom.catalogue .wrapper{
	margin-top:15px;
}
.product-custom .header{
    font-size: inherit;
    background-color: #007e42;
    padding: 0px 15px;
    height: 35px;
    line-height: 35px;
    /* border-radius: 5px 5px 0px 0px; */
    border-radius: 5px;
}
.product-custom .header .uk-panel-title{
    font-size: inherit;
    line-height: inherit;
}
.product-custom .header .uk-panel-title>*{
    color: #ffffff;
	text-transform:uppercase;
}
.product-custom .description{
	margin-top:15px;
}
.product-custom .tool>.uk-list>li>a{
	color:#FFF;
}
.product-custom .tool>.uk-list>li>a>i{
    margin-left: 5px;
}
.product-custom .datagrid{
	margin-top:25px;
}
/* .product-custom .item:hover{ */
    /* box-shadow: 0 1px 3px rgb(0 0 0 / 10%); */
/* } */
.product-custom .item .image {
    height: 179px;
    position: relative;
}
/* .product-custom .item .body{ */
	/* margin-top:0px; */
	/* padding:5px; */
/* } */

.product-custom .item .image .tet {
    background-image: url(/theme/public/frontend/image/tet.png);
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.product-custom .item .more{
    margin-top: 10px;
}
.product-custom .item .more>a {
    height: 20px;
    line-height: 20px;
}
@media (max-width:767px){
	.product-custom .wrapper {
		margin-top: 15px;
		padding: 0px 15px;
	}
	.product-custom .datagrid {
		margin-top: 15px;
	}
	.product-custom:not(.catalogue) .datagrid .uk-grid>div:nth-child(n+7){
		display:none;
	}
	.product-custom .item .image {
		height: 125px;
	}
	.product-custom .item .name>a {
		font-weight: normal;
	}
}

/* == .PRODUCTDETAIL-CUSTOM == */
.productdetail-custom{}
.productdetail-custom .wrapper{
	margin-top:25px;
}
.productdetail-custom .media .image.main{
	height:368px;
}
.productdetail-custom .media .image.main img{
    border-radius: 5px;
}
.productdetail-custom .media .gallery{
    margin-top: 15px;
}
.productdetail-custom .media .gallery .image {
    height: 125px;
}
.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 {
    padding: 10px 15px 5px 15px;
    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 {
    position: relative;
    background: transparent;
    border: 1px solid #007e42;
	background-color: #007e42;
    border-radius: 25px;
    color: #FFF;
    text-shadow: none;
    width: 100%;
    line-height: 35px;
    min-height: 35px;
    font-weight: bold;
    white-space: nowrap;
}
.productdetail-custom .information .action .uk-button.none {
    background: transparent;
    background-color: #FFF;
    /* color: #000; */
    border: 2px solid #007e42;
    color: #007e42;
}
.productdetail-custom .information .action .uk-button i{
	margin-right:10px;
    vertical-align: text-top;
}
.productdetail-custom .information .action .uk-button>span {
    position: absolute;
    right: 50%;
    top: -2px;
    background-color: #d41617;
    color: #FFF;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
	font-weight:normal;
    margin-right: -50px;
}
.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;
}
@media (max-width:767px){
	.productdetail-custom .wrapper{
		margin-top:15px;
		/* border-radius:0px; */
		padding:0px 15px;
	}
	.productdetail-custom .media .image.main {
		height: 375px;
	}
	.productdetail-custom .media .gallery {
		margin-top: 10px;
	}
	.productdetail-custom .media .gallery .image {
		height: 115px;
	}
	.productdetail-custom .information{
		margin-top:15px;
	}
	/* .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; */
		box-shadow: 0 -1px 3px rgb(0 0 0 / 10%);
	}
}