:root{
	--primary: #e43a24;
	--primaryLight: #ffcccc;
	--primaryDark: #e41100;
	--smoke: #f9f9f9;
	--font: 'Poppins', Arial, 'Helvetica', sans-serif;;
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html,body{
	font-family: var(--font);
	font-weight: 400;
	font-size: 15px;
	color: #000;
}
h1,h2,h3,h4,h5,h6,
.uk-h1,.uk-h2,.uk-h3,.uk-h4,.uk-h5,.uk-h6,
input,select,textarea,button,a,span,div,i,em{
	font-family: var(--font);
	font-weight: 400;
}
h1,h2,h3,h4,h5,h6,
.uk-h1,.uk-h2,.uk-h3,.uk-h4,.uk-h5,.uk-h6{
	font-weight: 400;
}
a{
	color: inherit;
}
a:hover,a:focus{
	color: var(--primary);
}
.uk-button-primary{
	background: var(--primary);
}
.uk-button-primary:hover,.uk-button-primary:focus{
	background: var(--primaryDark);
}
.uk-background-white{
	background: #FFF;
}
#content{
	padding-top: 50px;
}
.cat-grid{
	margin-bottom: 50px;
}
.cat-grid .inner{
	border: 2px solid #EEE;
	background: var(--smoke);
	padding: 10px;
	transition: 0.3s ease all;
}
.cat-grid .inner:hover{
	transform: scale(1.02);
	background: #FFF;
	text-decoration: none;
	border-color: var(--primaryLight);
}
.cat-grid a{
	display: block;
}
.cat-grid a:hover,
.cat-grid a:focus{
	text-decoration: none;
}
.cat-grid a.img-wrap {
    display: flex;
    height: 250px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.cat-grid h4{
	margin: 0;
	font-size: 1rem;
}
.cat-grid svg circle{
	fill: #ccc;
}
.cat-grid img{
	display: block;
	width: 100%;
	height: auto;
}
.cat-grid .info{
	padding: 10px 0;
}
.cat-grid .category a{
	color: #999;
	font-size: 14px;
}


.prod-grid{
	margin-bottom: 50px;
}
.prod-grid .inner{
	position: relative;
	border: 2px solid #EEE;
	background: var(--smoke);
	padding: 10px;
	transition: 0.3s ease all;
}
.prod-grid .inner:hover{
	transform: scale(1.02);
	background: #FFF;
	text-decoration: none;
	border-color: var(--primaryLight);
}
.prod-grid a{
	display: block;
}
.prod-grid a:hover,
.prod-grid a:focus{
	text-decoration: none;
}
.prod-grid h4{
	margin: 0;
	font-size: 1rem;
}
.prod-grid img{
	display: block;
	width: 100%;
	height: auto;
}
.prod-grid .info{
	padding: 10px 0;
}
.prod-grid .category a{
	color: #999;
	font-size: 14px;
}
.product-wrap .product{
	border: 2px solid #EEE;
	background: var(--smoke);
	padding: 10px;
}
.product-wrap .product img{
	width: 100%;
	height: auto;
}
.product-wrap .prod-title{
	font-weight: bold;
	font-size: 2rem;
	margin: 10px 0;
}
.product-wrap .prod-cat{
	font-weight: 300;
	font-size: 1.5rem;
	margin: 10px 0;
}
.prod-img{
	position: relative;
	z-index: 1;
}
.prod-img:after{
	content: '';
	position: absolute;
	bottom: 8px;
	right: 8px;
	display: inline-block;
	width: 20px;
	height: 20px;
	opacity: 0.5;
	background: url(../img/zoom.svg) center center no-repeat;
	background-size: contain;
	transition: 0.3s ease all;
}
.prod-grid .inner:hover .prod-img:after{
	opacity: 1;
	transform: scale(1.1);
}
.uk-pagination .uk-active span{
	font-weight: bold;
}

.prod-img-main{
	position: relative;
	display: block;
	z-index: 1;
}
.prod-img-main img{
	width: 100%;
	height: auto;
}
.prod-img-main:after{
	content: '';
	position: absolute;
	bottom: 8px;
	right: 8px;
	display: inline-block;
	width: 20px;
	height: 20px;
	opacity: 0.5;
	background: url(../img/zoom.svg) center center no-repeat;
	background-size: contain;
	transition: 0.3s ease all;
}
.prod-img-main:hover:after{
	opacity: 1;
	transform: scale(1.1);
}
.prod-demo{
	width: 100%;
	height: auto;
}
.title{
	font-weight: normal;
	font-size: 1.75rem;
}
.prod-details a:hover{
	text-decoration: none;
}
.caption *{
	color: #555;
	font-size: 0.9rem;
}
.caption{
	padding: 10px 0;
}

.prod-banner{
	height: 230px;
	overflow: hidden;
}
.prod-table{
	margin-top: 15px;
}
.prod-table th{
	background: #DDD;
	color: #000;
	font-size: 1.15rem;
	text-transform: none;
	padding: 5px 5px 5px 20px;
}
.prod-table td{
	color: #000;
	font-size: 1rem;
	padding: 5px 5px 5px 20px;
}
.finish-list img{
	display: block;
	padding: 10px;
	border: 1px solid #CCC;
	background: #FFF;
	transition: 0.3s ease all;
}
.finish-list label{
	cursor: pointer;
}
.finish-list .item:hover img{
	transform: scale(1.05);
	background: #DDD;
}
.actions-wrap h4{
	padding-right: 25px;
	margin-right: 25px;
	border-right: 1px solid #CCC;
	font-weight: bold !important;
}
.actions-wrap a{
	position: relative;
	padding: 10px 60px 10px 15px;
	margin-left: 25px;
	background: #ccc;
	font-weight: bold;
}
.actions-wrap a:hover{
	background: #ddd;
	color: #000;
	text-decoration: none;
}
.actions-wrap a span{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background: #25d366;
	color: #FFF;
	display: flex;
	padding: 5px 10px;
}
.actions-wrap a:hover span{
	background: #dcf8c6;
	color: #25d366;
}

.uk-button{
	text-transform: none;
	font-weight: bold;
}
.uk-button-inverse{
	background: #555;
	border: 1px solid #555;
	color: #fff;
}
.uk-button-inverse:hover,
.uk-button-inverse:focus{
	background: #666;
	border-color: #666;
}


@media screen and (max-width: 600px){
	.prod-info-wrap{
		position: relative;
		padding-top: 50px;
	}
	.p-logo{
		margin: -15px 10px 0 10px;
		height: 80px;
		width: auto;
	}
	.prod-img-main{
		background: #f0f0f0;
		text-align: center;
	}
	.prod-img-main img{
		display: inline-block;
		height: 300px;
		width: auto;
	}
	.logo-wrap,.prod-info-wrap{
		display: flex;
		justify-content: center;
	}
	.cat-head .prod-info-wrap{
		padding-top: 0px;
	}
	.cat-grid a.img-wrap {
	    height: 150px;
	}
	.cat-grid h4 {
	    font-size: 0.9rem;
	    line-height: 1.35;
	    max-width: 120px;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	    overflow: hidden;
	}
	.prod-table th,
	.prod-table td,
	.prod-table td p,
	.prod-table td p *{
		font-size: 0.9rem !important;
	    line-height: 1.5;
	    font-family: inherit !important;
	    letter-spacing: normal !important;
	}
}
.uk-button-primary:hover,.uk-button-primary:focus{
	color:#FFF;
}