@charset "ISO-8859-1";

#mk-bg-body {
	background-color: #f5f5f0;
	font-size: 15px;
}

.product-view {
	margin-bottom: 35px;
}

.product-border {
	border: solid black 1px;
	margin-bottom: 15px;
}

.img-event {
	padding: 10px;
}

.group-inner {
	font-style: justify;
}

.category-label {
	font-size: 20px;
	font-weight: bold;
}

/* product thumbnail for list/grid */
.view-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	padding-left: 0;
	margin-bottom: 0;
}

.thumbnail {
	margin-bottom: 30px;
	padding: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.item.list-group-item {
	float: none;
	width: 100%;
	background-color: #fff;
	margin-bottom: 30px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 1rem;
	border: 0;
}

.item.list-group-item .img-event {
	float: left;
	width: 30%; /* 30% */
}

#bcktTop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 5px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: transparent;
	color: red;
	cursor: pointer;
	opacity: 0.8;
}
/**/
.fa-chevron-circle-up {
	color: #ff3300;
}
/**/
.label-filter>a:after {
	float: right !important;
	font-family: FontAwesome;
	content: "\f068";
}

.label-filter>a.collapsed:after {
	float: right !important;
	content: "\f067";
}

.label-filter>a:hover, .label-filter>a:active, .label-filter>a:focus {
	text-decoration: none;
}

.label-filter>a {
	display: flex;
	justify-content: space-between;
}
/**/
#mk-label {
	margin-left: -20px;
}
/* */
div.shopbadge {
	background-color: transparent;
	color: #fff;
	margin: -37px 0 0 10px;
	font-size: 14px;
}

i.fa-shopping-cart {
	color: #fff;
	font-size: 40px;
}
/**/
.topbg {
	background-color: #4056A1; /* #082b2a */
}

span.badge-pill {
	float: right;
}

ul.sidemknav {
	margin-left: -20px;
	margin-top: -2px;
}

span.fa-long-arrow-alt-down {
	font-size: 12px;
	color: #fff;
}

span.mknavmenu {
	font-size: 10px;
	color: #fff;
}

div.mkdropdown {
	margin-top: 25px;
	font-weight: bold;
}

div.mkdropdown-product {
	margin-top: -1px;
	font-weight: bold;
}

/**
 * slider
 */
.range_slidebar {
	background: #fff;
	height: 8px;
}

.ui-slider-range {
	background: #00b377;
}

.ui-slider-handle {
	border-radius: 20px;
	background: #fff;
	border: 1px solid #00e6e6;
	cursor: pointer;
	margin-top: -2px;
}

/**
 * image hover shadow
 */
img.hover-shadow {
	transition: 0.3s;
	border: 1px solid yellow;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
		rgba(0, 0, 0, 0.19);
}

.hover-shadow:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
		rgba(0, 0, 0, 0.19);
	border: 1px solid #ff4d4d;
	border-radius: 4px;
}

/** index style **
.column {
  float: left;
  width: 25%;
  padding: 5px;
}

/* Clearfix (clear floats) *
.row::after {
  content: "";
  clear: both;
  display: table;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
	.column {
		width: 50%;
	}
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
	.column {
		width: 100%;
	}
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 480px) {
	h5.prod-name {
		font-size: 5px;
	}
}

/* Add padding BETWEEN each column *
.row,
.row > .column {
  padding: 8px;
}

/* Create three equal columns that floats next to each other */
.column {
	float: left;
	width: 20%;
	display: none; /* Hide all elements by default *
	border: 1px solid #ccc; */
	background-color: #fff;
}

/* Clear floats after rows */
.row:after {
	content: "";
	display: table;
	clear: both;
}

/* Content */
.content {
	background-color: white;
	padding: 5px;
}

/* The "show" class is added to the filtered elements */
.show {
	display: block;
}

/* Style the buttons */
.btn {
	border: none;
	outline: none;
	cursor: pointer;
}
/**
.btn:hover {
  background-color: #ddd;
}
/**/
span.newmk {
	background-color: red;
	color: #fff;
}

button.mktitle {
	font-size: 30px;
}

.mks_card {
	background: #fff;
	border-radius: 2px;
	display: inline-block;
	position: relative;
}

.mk_shadowbox:hover {
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px
		rgba(0, 0, 0, 0.22);

	/*
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  */
}

.hover-shadow {
	margin: 18px -8px -12px -12px;
}

.product-banner {
	margin: 0 -10px 0 -10px;
}

.mk_fontes {
	color: red;
}

/**
 * Sidelist
 */
.mksidelist {
	background-color: #ffffff;
}

.errorOnmkField {
	border-color: #b30000;
	background-color: #fffaf0;
}

.req-field {
	color: red;
}

.mchl-bxsha{
  box-shadow: 0 2px 3px 0 rgba(0.4, 0, 0, 0), 0 2px 7px 0 rgba(0.4, 0, 0, 0.2);
}



.rzom-pimg {
  transition: transform .2s; /* Animation */
  width: 200px;
  height: 200px;
  margin: 0 auto;
  
}

.rzom-pimg:hover {
  transform: scale(1.3); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  position: relative;
  z-index: 1;
}

.arz-pimg {
  transition: transform .2s; /* Animation */
  width: 90px;
  height: 90px;
  margin: 0 auto;
  border: 1px solid #eae1e1;
}

.arz-pimg:hover {
  transform: scale(1.3); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  position: relative;
  z-index: 1;
  border: 1px solid #eae1e1;
}

.accsett
{
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}

.hmea
{
  box-shadow: 0 0 4px 0 rgba(0.1, 0.2, 0, 0.2), 0 5px 15px 0 rgba(0.2, 0.1, 0.2, 0.13);
}

.mch-footer
{
	background-color: #e4e4e7;
	font-size: 14px
}

.mkstarate 
{
	font-size: 9px;
	color: orange;
}

.pmk-text 
{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3; /* number of lines to show */
	line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 1em;
	height: 3.2em;
}

.comp-mal{
	margin-top: 20px;
}
