* {
	margin: 0;
	padding: 0;
}

html,
body {
	min-height: 100%;
	height: 100%;
}

.bar-change-theme {
	width: 100%;
	position: relative;
	z-index: 10;
	padding: 15px 0 15px 15px;
	color: #fff;
	overflow: hidden;
	font-family: "Ubuntu", sans-serif;
	background-color: #2D3644;

	box-sizing: border-box;
}

.select-change-theme {
	position: absolute;
	display: inline-block;
	width: 260px;
	left: 50%;
	margin-left: -130px;
	top: 15px;
	padding: 8px;
	font-family: "Ubuntu", sans-serif;
	border-radius: 4px;

	box-sizing: border-box;
}

.logo {
	float: left;
	height: 40px;
	display: flex;
    align-items: center;
}

.logo a {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 10px;
}

.logo a img{
	height: 50px;
}

.tit-logo {
	color: #949494;
	font-size: 30px;
	font-family: "Ubuntu", sans-serif;
	margin-bottom: 4px;
}

.links-change-theme {
	float: right;
}

.link-carrinho {
	display: inline-block;
	padding: 9px;
	text-decoration: none;
	color: #c8a43e;
}

.link-carrinho:hover {
	color: #f4c43d;
}

.link-carrinho img {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}

.close-theme {
	margin-top: -15px;
	margin-bottom: -15px;
    padding: 16px 20px 21px;
	float: right;
	margin-left: 25px;
	font-size: 38px;
	text-decoration: none;
	color: #969aa1;
	border-left: 1px solid #959aa1;
	text-align: center;
    line-height: .8;
}

.close-theme:hover {
	color: #fff;
}

.chose-theme-iframe {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 9;
	margin-top: -67px;
	padding-top: 67px;

	box-sizing: border-box;
}

.chose-theme-iframe.no-bar {
	margin-top: 0;
	padding-top: 0;
}

.chose-theme-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.chose-theme-iframe-container {
	width: 100%;
	height: 100%;
	position: relative;
}