#text-primer, a {
    color: #08486b;
}

#text-primer, a:hover {
    color: #4C6C7D;
    text-decoration: none;
}

.owl-item > .item{
	padding-right: 3px;
	margin-right: 2px;
}

.img-item{
	height:300px;
	width:200px;
}

.img-item > img{
	height:235px;
}

.owl-item > .col-md-3{
	padding: 0px;
	margin:0px;
}

@media (max-width: 400px) {
	.img-item{
		height:300px;
		width:100%;
	}
	
	.img-item > img{
		width: 100%;
		height:250px;
	}

	.desc-item{
		font-size: 14px;
	}
}

.slider {
	position: relative;
	padding-top: 350px;
}

.slider>img {
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s;
}

.slider input[name='slide_switch'] {
	display: none;
}

.slider label {
	margin-right: 10px;
	float: left;
	cursor: pointer;
	transition: all 0.5s;
	opacity: 0.6;
}

.slider label img {
	display: block;
}

.slider input[name='slide_switch']:checked+label {
	border-color: #666;
	opacity: 1;
}

.slider input[name='slide_switch']~img {
	opacity: 0;
}

.slider input[name='slide_switch']:checked+label+img {
	opacity: 1;
}

.kontent{
	margin-top: 100px;
	min-height: 750px;
}

@media (max-width: 768px) {
	.kontent{
		margin-top: 50px;
		min-height: 750px;
	}
}

#member-menu{
	border-right: 1px solid #dbdbdb;;
}

.nav-link {
    font-size: 0.875rem;
	font-weight: bolder;
	line-height: 1rem;
	font-weight: 600;
}

.nav-link:hover{
	background-color: #eaeaea;
}

.uppercase{
	text-transform: uppercase;
}

.form-control{
	font-size: 0.875rem;
}

.badge {
    display: inline-block;
    padding: 0.55em 0.4em;
	font-size: 85%;
}

.custom-control-label {
	margin-bottom: 5px;
}

.img-shop{
	height: 270px;
	object-fit: cover;
}

.img-item-shop{
	height:auto;
	width:200px;
	object-fit: cover;
}

.img-shop-small{
	height: 200px;
	object-fit: fill;
}

.card-hover{
	border: 1px solid #fbfbfb;
}

.card-hover:hover{
	border: 1px solid dodgerblue;
	box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);
	transition: 0.3s;
}


/*
pdf
*/
#app {
	display: flex;
	flex-direction: column;
	height: 550px;
	width: 100%;
}

#toolbar {
	display: flex;
	align-items: center;
	background-color: #555;
	color: #fff;
	padding: 0.5em;
}

#toolbar button,
#page-mode input {
	color: currentColor;
	background-color: transparent;
	font: inherit;
	border: 1px solid currentColor;
	border-radius: 3px;
	padding: 0.25em 0.5em;
}

#toolbar button:hover,
#toolbar button:focus,
#page-mode input:hover,
#page-mode input:focus {
color: lightGreen;
}

#page-mode {
	display: flex;
	align-items: center;
	padding: 0.25em 0.5em;
}

#viewport-container {
	flex: 1;
	background: #eee;
	overflow: auto;
}

#viewport {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#viewport > div {
	text-align: center;
	max-width: 100%;
}

#viewport canvas {
	width: 100%;
	box-shadow: 0 2px 5px gray;
}