/* CSS Document */

	
#mp-footer-mobile{
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding: 0;
    text-decoration: none;
    position: relative;
    outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: visible;
	display: none;
}

#mp-footer-mobile *{
	overflow: visible;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#mp-footer-mobile .box-container {
    width: 100%;
    height: auto;
    float: left;
    margin: 5px 0 0 0;
    padding: 0;
    text-decoration: none;
    position: relative;
    outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #eee;
}

#mp-footer-mobile .box-container h5 {
    width: 100%;
    height: 60px;
    float: left;
    margin: 0;
    padding: 0 27px 0 15px;
    text-decoration: none;
    position: relative;
    outline: none;
    font-size: 16px;
    line-height: 60px;
    color: #333;
    font-weight: 700;
    cursor: pointer;
	text-align: left;
	background: #ddd;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none; 
}

#mp-footer-mobile .box-container h5 i {
    content: '';
    width: 20px;
    height: 20px;
    float: left;
    margin: -8px 15px 0 0;
    padding: 0;
    text-decoration: none;
    outline: none;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#mp-footer-mobile .box-container h5 i svg {
    width: 20px;
    height: 20px;
    float: left;
    margin: 0;
    padding: 0;
    text-decoration: none;
    position: relative;
    outline: none;
}

#mp-footer-mobile .box-container h5 i svg path {
    fill: #333;
}

#mp-footer-mobile .box-container h5 i.less{
	opacity: 0;
}

#mp-footer-mobile .box-container h5 i.less svg path{
	fill: #333;
}

#mp-footer-mobile .box-container h5.select {
/*    background: #eee;*/
}

#mp-footer-mobile .box-container h4.select i {
    -webkit-transform: translate3d(0, 0, 0) rotate(-90deg) scale(1);
    -moz-transform: translate3d(0, 0, 0) rotate(-90deg) scale(1);
    -ms-transform: translate3d(0, 0, 0) rotate(-90deg) scale(1);
    -o-transform: translate3d(0, 0, 0) rotate(-90deg) scale(1);
    transform: translate3d(0, 0, 0) rotate(-90deg) scale(1);
}

#mp-footer-mobile .box-container h5.select i.more{
	opacity: 0;
}

#mp-footer-mobile .box-container h5.select i.less{
	-webkit-transform: translate3d(0, 0, 0) rotate(-180deg) scale(1);
    -moz-transform: translate3d(0, 0, 0) rotate(-180deg) scale(1);
    -ms-transform: translate3d(0, 0, 0) rotate(-180deg) scale(1);
    -o-transform: translate3d(0, 0, 0) rotate(-180deg) scale(1);
    transform: translate3d(0, 0, 0) rotate(-180deg) scale(1);
	opacity: 1;
}

#mp-footer-mobile .box-container .box-menu-container {
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding: 0;
    text-decoration: none;
    position: relative;
    outline: none;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.box-menu-mobile-footer{
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 20px 30px;
	overflow: visible;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.box-menu-mobile-footer ul{
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: visible;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.box-menu-mobile-footer li{
	width: 100%;
	height: auto;
	float: left;
	margin: 12px 0 0 0;
	padding: 0;
	list-style: none;
	overflow: visible;
}

.box-menu-mobile-footer li:first-child{
	margin-top: 0;
}

.box-menu-mobile-footer a,
.box-menu-mobile-footer p{
	width: auto;
	max-width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 13px;
	color: #FFF;
	font-weight: 400;
	text-align: left;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.box-menu-mobile-footer a:hover,
.box-menu-mobile-footer p:hover{
	color: #FFF;
}

.box-menu-mobile-footer p{
	width: 100%;
	line-height: 15px;
	cursor: default;
}

#formas-pagamento-mobile,
#seguranca-mobile{
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0 0 10px 0;
	overflow: visible;
}

#formas-pagamento-mobile img,
#seguranca-mobile img{
	width: auto;
	height: auto;
	float: left;
	margin: 10px 10px 0 0;
	padding: 0;
	overflow: visible;
}

@media (max-width: 976px){
	
	#mp-footer-mobile{
		display: block;
	}
	
}
