@charset "utf-8";
/* CSS Document */

body {
  background-color: 34495e; /* for the tint */
}

.overlay{
	pointer-events:none;
	position:absolute;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.2);
	z-index:9999;
}

.all-elements{
	overflow-x:hidden;	
}

.page-content{
	background-color:#FFFFFF;
	z-index:10;
	display:block;
	min-height:580px;		
}

.page-content-wrapper{
	display:block;
	margin-top:0px;
	margin-bottom:0px;
	padding:20px;
	padding-bottom:15px;
}

.page-sidebar{
    background: #993366;
/*	background-image:url(../images/misc/menu-bg.png);
	background-repeat:repeat;
	background-size:75px 75px;*/
	width:274px;
	display:block;
	position:absolute;
	z-index:2;
	top:0px;
	left:0px;
	bottom:0px;
	overflow:hidden;
	position:fixed;
}

.page-sidebar-scroll{
	z-index:2;
	width:294px;
    overflow: scroll;
    overflow-x: hidden;
   /* -webkit-overflow-scrolling: touch;*/
	height:100%;
}

/*Content Controls*/

.homepage-slider{
	z-index:9;
	margin-top:-50px;
}

.content-controls{
	z-index:15;
	height:50px;
}

.sidebar-shortcuts{
	background-color:#8b1b53;
	height:50px;	
	border-bottom:solid 1px #8b1b53;
}

.sidebar-shortcuts a{
	opacity:1;
}

.sidebar-shortcuts a:hover{
	background-color:rgba(255,255,255,0.1);
}

.shortcut-call{
	background-image:url(../images/misc/shortcut_phone.png);
	background-position:16px 11px;
	background-repeat:no-repeat;
	background-size:25px 25px;
	width:58px;
	height:50px;
	position:absolute;
	border-right:solid 1px rgba(0,0,0,0.2);
	border-bottom:solid 1px rgba(0,0,0,0.2);
}

.shortcut-facebook{
	background-image:url(../images/misc/shortcut_facebook.png);
	background-position:16px 11px;
	background-repeat:no-repeat;
	background-size:27px 27px;
	left:52px;
	width:58px;
	height:50px;
	position:absolute;
	border-right:solid 1px rgba(0,0,0,0.2);
	border-bottom:solid 1px rgba(0,0,0,0.2);
}

.shortcut-twitter{
	background-image:url(../images/misc/shortcut_twitter.png);
	background-position:17px 11px;
	background-repeat:no-repeat;
	background-size:25px 25px;
	left:105px;
	width:58px;
	height:50px;
	position:absolute;
	border-right:solid 1px rgba(0,0,0,0.2);
	border-bottom:solid 1px rgba(0,0,0,0.2);
}

.shortcut-lingua {
	color: #fff;
	width: 58px;
	height: 50px;
	padding: 14px;
	text-align: center;
	position:absolute;
	border-right:solid 1px rgba(255,255,255,0.2);
	border-left:solid 1px rgba(255,255,255,0.2);
}

.shortcut-search{
	background-image:url(../images/misc/shortcut_magnifier.png);
	background-position:16px 12px;
	background-repeat:no-repeat;
	background-size:27px 27px;
	left:160px;
	width:58px;
	height:50px;
	position:absolute;
	border-right:solid 1px rgba(255,255,255,0.2);
	border-left:solid 1px rgba(255,255,255,0.2);
	border-bottom:solid 1px rgba(255,255,255,0.2);
}

.shortcut-close{
    background-image: url(../images/misc/shortcut_close.png);
    background-position: 16px 12px;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    left: 217px;
    width: 55px;
    height: 50px;
    position: absolute;
    border-right: solid 1px rgba(255,255,255,0.2);
    border-bottom: solid 1px rgba(0,0,0,0.2);
}

.sidebar-search{
	background-color:#8b1b53;
	height:50px;	
	border-bottom:solid 1px #8b1b53;
	display:none;	
}

.search-field{
	width:190px;
	background-color:#c3da28;	
	height:33px;
	border-radius:33px;
	border:solid 1px #c3da28;
	line-height:33px;
	color:#fff;
	background-image:url(../images/misc/shortcut_magnifier.png);
	background-repeat:no-repeat;
	background-size:22px 22px;
	background-position:10px 5px;
	padding-left:40px;
	margin-left:10px;
	margin-top:8px;
}

.search-close{
	margin-right:12px;
	background-position:0 0;
	float:right;
	background-image:url(../images/misc/shortcut_close.png);
	background-repeat:no-repeat;
	height:50px;
	width:50px;
	background-size:25px 25px;
	margin-top:-29px;
	opacity:0.8;
}

.sidebar-logo{
	padding-top:30px;
	padding-left:25px;
	margin-bottom:30px;
}

.sidebar-breadcrumb{
	border-top: solid 1px #C3DA27;
	border-left: 1px solid #C3DA28;
	border-right: 1px solid #C3DA28;
	background-color: #8b1b53;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #fff;
	width: 272px;
}

.sidebar-breadcrumb.social {
	background-color: #c3da2d;
	border-color: #c3da2d;
}

.sidebar-decoration{
	height:2px;
	background-color:#c3da28;
	border-bottom:solid 1px rgba(255,255,255,0.07);
}

.nav-submenu a:first-child{
	margin-top:0px;
}

.nav-submenu a:last-child{
	border-bottom:solid 0px #000000!important;
}

.nav-submenu a{
	border-top: solid 1px rgba(195, 218, 40, 1);
	border-bottom: solid 1px rgba(195, 218, 40, 1);
	line-height:55px;
	padding-left:60px;
	background-image:url(../images/misc/nav-submenu.png);
	background-repeat:no-repeat;
	background-size:8px 8px;
	background-position:30px 24px;
	color:rgba(255,255,255,0.4);
}

.nav-submenu{
	display:none;
}


.navigation-item .sidebar-decoration{
	display:none;
}

.active-submenu{
	display:block;
}



.nav-item{
	height:55px;
	border-bottom:solid 1px rgba(199, 219, 54, 1);
	box-shadow: 0 1px 0 0px rgba(255,255,255,0.05);
}

.nav-item:hover{
	background-color:rgba(255,255,255,0.05);
}

.nav-submenu a:hover{
	background-color:rgba(255,255,255,0.05);
}

.selected-item{
	position:absolute;
	width:10px;
	height:10px;
	border-radius:10px;
	background-color:#2ecc71;
	right:45px;
	margin-top:23px;
}

.unselected-item{
	position:absolute;
	width:8px;
	height:8px;
	border-radius:8px;
	background-color:#c3da28;
	right:47px;
	margin-top:23px;
}

.unselected-item.chains{
	position:absolute;
	width:8px;
	height:8px;
	border-radius:8px;
	background-color:#c3da28;
	right:47px;
	margin-top:23px;
}

.dropdown-item{
	background-image:url(../images/misc/nav-dropdown.png)!important;
	background-repeat: no-repeat;
	background-size:14px 13px;
	position:absolute;
	width:14px;
	height:14px;
	right:45px;
	margin-top:23px;
}

.submenu-deploy em{
	background-image:url(../images/misc/nav-dropup.png);
	background-size:14px 13px;
	position:absolute;
	width:14px;
	height:14px;
	right:45px;
	margin-top:23px;
}

.link-item{
	background-image:url(../images/misc/nav-link.png);
	background-repeat: no-repeat;
	background-size:14px 13px;
	position:absolute;
	width:14px;
	height:14px;
	right:45px;
	margin-top:23px;
}

.nav-item{
	opacity:0.8;
	background-position:20px 15px;
	background-size:25px 25px;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:12px;
	padding-left:60px;
	line-height:55px;	
}

.dropdown-item{
	background-image:url(../images/misc/nav-dropdown.png);
}

.home-icon{
	background-image:url(../images/icons/misc/home.png);
}

.features-icon{
	background-image:url(../images/icons/settings/cog2.png);
}

.gallery-icon{
	background-image:url(../images/icons/media/image2.png);
}

.facebook-icon{
	background-size: 25px 25px;
	background-position: 20px 14px;
	background-image:url(../images/misc/social/facebook.png);
}

.twitter-icon{
	background-size:17px 17px;
	background-position:25px 19px;
	background-image:url(../images/misc/social/twitter.png);
}

.google-icon{
	background-size:17px 17px;
	background-position:25px 19px;
	background-image:url(../images/misc/social/google.png);
}

.info-update{
	background-image:url(../images/misc/notification-blue.png);
	background-size:42px 42px;
	background-position:20px 0px;
	background-repeat:no-repeat;
	height:50px;
	padding-left:80px;
}

.notification-update{
	background-image:url(../images/misc/notification-yellow.png);
	background-size:42px 42px;
	background-position:20px 0px;
	background-repeat:no-repeat;
	height:50px;
	padding-left:80px;
}

.warning-update{
	background-image:url(../images/misc/notification-red.png);
	background-size:42px 42px;
	background-position:20px 0px;
	background-repeat:no-repeat;
	height:50px;
	padding-left:80px;
}

.tick-update{
	background-image:url(../images/misc/notification-green.png);
	background-size:42px 42px;
	background-position:20px 0px;
	background-repeat:no-repeat;
	height:50px;
	padding-left:80px;
}

.page-update{
	margin-top:15px;
	margin-bottom:10px;
}

.page-update strong{
	color:rgba(255,255,255,0.6);
	display:block;
}

.page-update em{
	color:rgba(255,255,255,0.4);
	display:block;
	font-size:10px;
	font-style:normal;
}

.update-icon{
	background-image:url(../images/misc/nav-dropdown.png);
	background-size:14px 14px;
	background-repeat:no-repeat;
	position:absolute;
	right:45px;
	margin-top:12px;
	width:14px;
	height:14px;
}

.active-update-icon{
	background-image:url(../images/misc/nav-dropup.png)!important;
}

.page-update-text{
	color:rgba(255,255,255,0.5);
	font-size:12px;
	width:220px;
	margin-left:auto;
	margin-right:auto;	
}

.page-update-text{
	display:none;
}

.page-header{
	background-color:#993366;
	height:49px;
	width:100%;
	position:fixed;
	z-index:999999;
}

.page-header-clear{
	height:49px;
}

.header-logo{
	width: 82px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -42px;
}


.deploy-sidebar{
	background-image:url(../images/misc/deploy-nav.png);
	background-size:18px 12px;
	background-repeat:no-repeat;
	background-position:16px 18px;
	height:50px;
	width:50px;
	opacity:1;
}

.deploy-sidebar:hover{
	background-color:rgba(255,255,255,0.1);
}

.deploy-contact{
	background-image:url(../images/misc/deploy-mail.png);
	background-size:18px 12px;
	background-repeat:no-repeat;
	background-position:18px 18px;
	height:50px;
	width:50px;
    position: absolute;
	right: 0;
    top: 35px;
/*        z-index: 10;*/
	margin-top:-33px;
	opacity:1;
}

.deploy-contact:hover{
	background-color:rgba(255,255,255,0.1);
}

/*About Faces / Quotes */

.quote-item em{
	text-align:center;
	display:block;
	color:#e34e47;
	margin-bottom:10px;
}

.quote-item h4{
	text-align:center;
	margin-bottom:0px;
	text-transform: uppercase;
}

.quote-item strong{
	text-align:center;
	font-style:italic;
	font-weight:400;
	display:block;
	width:250px;
	margin-left:auto;
	margin-right:auto;
	color: #c3da28;
}

.quote-item img{
	height: 100%;
	display: inline;
}

.quote-item .imagem {
	border-radius:100px;
	width:150px;
	height:150px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	border: 2px solid #936;
	background-color: #f5f5f5;
}

/*Thumbnails Columns*/

.thumb-clear{
	height:20px;
	display:block;
	width:100%;
}

.thumb-left{
	display:block;
	padding-bottom:10px;
}

.thumb-left a{
	display:block;
	text-align:right;
}

.thumb-left img{
	width:100px;
	height:100px;
	border-radius:100px;
	float:left;
	margin-right:20px;
}

.thumb-left strong{
	color:#1a1a1a;
	display:inline-block;
	padding-top:5px;
	padding-bottom:5px;
	font-size:13px;
}

.thumb-left em{
	font-style:normal;
}

.thumb-right{
	display:block;
	padding-bottom:10px;
}

.thumb-right img{
	width:100px;
	height:100px;
	border-radius:100px;
	float:right;
	margin-left:20px;
}

.thumb-right strong{
	color:#1a1a1a;
	display:inline-block;
	padding-top:5px;
	padding-bottom:5px;
	font-size:13px;
}

.thumb-right em{
	font-style:normal;
}

.customer-slider div a img{
	width:40px;
	margin-left:auto;
	margin-right:auto;
}

/*Social Boxes*/

.facebook-box{
	background-image:url(../images/misc/social/facebook.png);
	background-size:26px 23px;
	background-repeat:no-repeat;
	background-position:10px 10px;
	background-color:#3b5998;
	height:40px;
	line-height:40px;
	color:#FFFFFF;
	padding-left:60px;
	margin-bottom:20px;
}

.social-box em{
	position:absolute;
	height:40px;
	width:1px;
	background-color:#FFFFFF;
	margin-left:-15px;
}

.social-box:hover{
	opacity:0.9;
}

.twitter-box{
	background-image:url(../images/misc/social/twitter.png);
	background-size:20px 17px;
	background-repeat:no-repeat;
	background-position:12px 13px;
	background-color:#4099ff;
	height:40px;
	line-height:40px;
	color:#FFFFFF;
	padding-left:60px;
	margin-bottom:20px;
}

.google-box{
	background-image:url(../images/misc/social/google.png);
	background-size:20px 17px;
	background-repeat:no-repeat;
	background-position:12px 13px;
	background-color:#d34836;
	height:40px;
	line-height:40px;
	color:#FFFFFF;
	padding-left:60px;
	margin-bottom:20px;
}

/*Footer Socials*/

.copyright{
	font-size:12px;
}

.footer-socials{
	width:110px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}

.footer-socials a{
	margin: 10px auto;
}

.facebook-footer{
	background-image:url(../images/misc/facebook.png);
	background-repeat:no-repeat;
	background-size:30px 30px;
	width: 30px;
	height: 30px;
}

.goup-footer{
	background-image:url(../images/misc/goup.png);
	background-repeat:no-repeat;
	background-size:25px 25px;
	height:25px;
	width:25px;
}

.twitter-footer{
	background-image:url(../images/misc/twitter.png);
	background-repeat:no-repeat;
	background-size:25px 25px;
	height:25px;
	width:25px;
}

/*Wide Portfolio*/

.wide-active{
	margin-top:20px;
	display:none;
}

.wide-item-wrapper{
	background-color:#FFFFFF;
	padding-bottom:1px;
	margin-top:3px;
}

.wide-folio{
	margin-top:-17px;
	margin-bottom:20px;
}

.wide-item{
	margin-bottom:3px;
}

.wide-item .responsive-image{
	margin-bottom:0px;
}

.wide-image{
	max-height:100px;
	overflow:hidden;
}

.wide-item-titles{
	position:relative;
	z-index:99999;
	top:30px;
	margin-bottom:-45px;
	pointer-events:none;
}

.wide-item-titles h4{
	font-family:'Open Sans', sans-serif;
	font-weight:200;
	font-size:16px;
	text-transform:uppercase;
	color:#FFFFFF;
	position:relative;
	z-index:999999;
	text-align:center;
	margin-bottom:5px;
}

.wide-item-titles p{
	color:#FFFFFF;
	margin-bottom:0px;
	color:rgba(255,255,255,0.5);
	text-align:center;
	position:relative;
	z-index:999999;
}

.wide-item-content{
	display:none;
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
}

@media (min-width:760px) { 
	.wide-image{
		max-height:150px;
	}
	
	.wide-item-titles{
		top:55px;
		margin-bottom:-45px;
	}
}

.contact-call{
	padding-top:5px;
	color:#666;
	padding-left:30px;
	background-image:url(../images/misc/contact_phone.png);
	background-position:0px 5px;
	background-repeat:no-repeat;
	background-size:18px 18px;
	height:30px;
	display:block;
}

.contact-text{
	color:#666;
	margin-bottom:5px;
	padding-left:30px;
	background-image:url(../images/misc/contact_message.png);
	background-position:0px 2px;
	background-repeat:no-repeat;
	background-size:18px 18px;
	height:20px;
	display:block;
	margin-bottom:2px;
}

.contact-mail{
	color:#666;
	margin-bottom:5px;
	padding-left:30px;
	background-image:url(../images/misc/contact_mail.png);
	background-position:3px 3px;
	background-repeat:no-repeat;
	background-size:14px 14px;
	height:20px;
	display:block;
	margin-top:5px;
	margin-bottom:2px;
}

.contact-facebook{
	color:#666;
	margin-bottom:5px;
	padding-left:30px;
	background-image:url(../images/misc/contact_facebook.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	background-size:20px 20px;
	height:20px;
	display:block;
	margin-top:5px;
	margin-bottom:2px;
}

.contact-twitter{
	color:#666;
	margin-bottom:5px;
	padding-left:30px;
	background-image:url(../images/misc/contact_twitter.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	background-size:20px 20px;
	height:20px;
	display:block;
	margin-top:5px;
	margin-bottom:2px;
}

.content {
	padding-top: 20px;
}

.img_footer {
	text-align: center;
	width: 100%;
	margin: 10px 0;
}

.img_footer img {
	display: inline;
	width: 130px;
}

.img_p {
	float: left;
	margin: 0 20px 0 0;
}

#alertas {
	position: relative;
	float: left;
	width: 100%;
	margin: 20px 0;
	display: none;
}

.contactos a {
	color: #666;
}

.alert.alert-warning {
	color: red;
}

.alert.alert-success {
	color: green;
}

.form_mobile {
	position: relative;
	float: left;
	width: 100%;
}

.form_mobile .form_group {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 5px 0;
}

.form_mobile input[type="text"],
.form_mobile textarea {
	position: relative;
	float: left;
	width: 100%;
	border: 1px solid #e8e8e8;
	color: #838383;
	padding: 5px 10px;
}

.form_mobile textarea {
	height: 100px;
	resize: none;
}

.form_mobile label {
	position: relative;
	float: left;
	width: 100%;
	color: #838383;
}

.form_mobile .radio {
	width: 30%;
}

.form_mobile input[type="radio"] {
	position: relative;
	float: left;
	width: 20px;
	height: 20px;
}

.form_mobile button {
	position: relative;
	float: left;
	width: 100%;
	border: 0;
	outline: none;
	background-color: #c3da28;
	color: #fff;
	text-transform: uppercase;
	height: 30px;
	margin: 25px 0 30px;
}

.bloco_produtos {
	position: relative;
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
}

.faixa_produto {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	background-color: #eeeeee;
}

.faixa_produto h3 {
	position: relative;
	float: left;
	width: 100%;
	padding: 0 0 0 50px;
	margin: 10px 0;
}

.faixa_produto .produtos {
	position: relative;
	float: left;
	width: 100%;
	display: none;
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
}

.dropdown-item.left {
	right: 0;
	left: 15px;
	top: -22px;
	background-size: 18px 18px;
	width: 18px;
	height: 18px;
}

.faixa_produto .produto {
	position: relative;
	float: left;
	width: 90%;
	margin: 0 0 0 5%;
}

.faixa_produto .imagem {
	position: relative;
	float: left;
	width: 45%;
	height: 100px;
	margin: 0 5% 0 0;
	text-align: center;
	background-color: #fff;
	border: 2px solid #936;
}

.faixa_produto .imagem img {
	height: 100%;
	float: none;
	display: inline;
}

.faixa_produto .texto {
	position: relative;
	float: left;
	width: 50%;
}

.faixa_produto .texto .nome {
	position: relative;
	float: left;
	width: 100%;
	color: #222222;
	font-size: 14px;
	margin: 0 0 20px 0;
}

.faixa_produto .texto a {
	position: relative;
	float: left;
	display: inline-block;
	padding: 8px 20px;
	color: #fff;
	background-color: #c3da28;
	font-size: 14px;
}

.faixa_produto .separador {
	background-color: #d9d9d9;
	height: 1px;
	width: 100%;
	position: relative;
	float: left;
	margin: 20px 0;
}

.produto_detalhe .voltar {
	position: relative;
	float: left;
	display: inline-block;
	padding: 5px 30px;
	color: #fff;
	background-color: #c3da28;
	font-size: 14px;
	margin: 0 0 30px 0;
}

.produto_detalhe .imagem {
	position: relative;
	float: left;
	width: 100%;
	border: 2px solid #936;
	text-align: center;
	background-color: #fff;
	height: 180px;
	margin-bottom: 30px;
}

.produto_detalhe .imagem img {
	height: 100%;
	float: none;
	display: inline;
}

.logo_block {
	position: relative;
}

.resultados_pesquisa a {
	color: #993366;
}

.btn.btn-primary {
    -webkit-box-shadow: 0 2px 0 #541F3A;
    -moz-box-shadow: 0 2px 0 #541F3A;
    box-shadow: 0 2px 0 #541F3A;
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #936;
	width: auto;
    height: 34px;
    float: left;
    outline: none;
}

.btn.btn-primary img {
	display:inline;
	cursor:pointer;
}

.paginacao{
	margin: 30px 0;
}

.paginacao .numeros {
    position: relative;
    float: left;
    margin: 0 30px;
}

.paginacao .numeros div:hover, .paginacao .numeros div.selected {
    border: 1px solid #936;
}

.paginacao .numeros div {
    display: inline-block;
    border: 1px solid transparent;
    cursor: pointer;
    border-radius: 3px;
}

.paginacao .numeros div a {
    color: #727272;
    outline: none;
    text-decoration: none;
    padding: 8px 14px;
    display: inline-block;
}

.fancybox-close {
    top: -2px;
    right: -2px;
}

.max_page label{
	display:inline-block;
}



#max_page {
    width: 55px;
    margin: 0;
    height: 37px;
    line-height: 37px;
    /* padding-top: 8px; */
    /* padding-bottom: 8px; */
    border: 1px solid #bbb;
    border-radius: 6px;
    display: inline-block;
}





/*-----------------------------------------------*/
/*E-COMMERCE*/
/*-----------------------------------------------*/

.page-content.open{
	transform: translate3d(272px, 0px, 0px);
}
.nav-item-cart {
    color: #fff;
    padding: 10px 25px 0;
}
.menu_cart {
    position: absolute;
    right: 0;
    background: #fff;
    width: 30px;
    text-align: center;
    height: 30px;
    padding: 5px 3px 5px 0;
    border-radius: 2px;
}
.menu_cart img{
    margin: auto;
}

.item-in-cart {
    padding: 10px 25px;
    color: #e3e3e3;
}

.item-in-cart .image {
    display: none;
}
.item-in-cart .desc a {
    color: #fff;
}

.numbered {
    text-align: center;
}

.numbered #num {
    width: 50px;
    border: 1px solid #ccc;
    padding: 8px 15px;
    text-align: center;
    display: inline-block;
}

.numbered .clickable {
    display: inline-block;
	cursor: pointer;
}

.form_detail_add .btn {
	width: 80px;
    display: inline-block;
    float: left;
    padding: 8px;
	margin: 0 5px;
	text-align: center;
	
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #936;   
}

.form_detail_add .add_cart {
    width: 40px;
    margin: auto;
    height: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	
	cursor: pointer;
}

.striked-img {
    position: absolute;
    top: 25px;
	width: 40px;
}


.checkout-steps {
    position: relative;
    padding: 30px 40px;
    margin: 20px -20px 30px;
	text-align: center;
}

.checkout-steps .step {
    width: 25%;
    float: left;
    position: relative;
}

.checkout-steps .step.active {
    color: #34353e;
    font-weight: bold;
}

.checkout-steps .step::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    height: 2px;
    background: #e6e6e6;
    z-index: 0;
}

.checkout-steps .step:first-of-type::before {
    left: 50%;
}

.checkout-steps .step.active:first-of-type::before {
    background: #e6e6e6;
}

.checkout-steps .step:last-of-type::before {
    right: 50%;
}

.checkout-steps .step-badge {
    margin: 0 auto;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
    width: 22px;
    height: 22px;
    background-color: #e6e6e6;
    position: relative;
    z-index: 1;
    line-height: 22px;
    margin-bottom: 5px;
}

.checkout-steps .step.active .step-badge, .checkout-steps .step.done .step-badge {
    background-color: #936;
    color: #fff;
}

.table-responsive {
    width: 100%;
    overflow: auto;
}
.table-responsive th,
.table-responsive td{
	padding: 10px;
}

.qty input, 
.refresh_qty {
    height: 30px !important;
    width: 30px !important;
    text-align: center;
    border: 1px solid #ccc;
    display: inline-block;
    float: left;
    margin: 10px 0 10px 25px;
} 

.refresh_qty {
    padding: 7px 0;
    float: none !important;
    border: 0 !important;
    box-shadow: none !important;
	margin: 10px 20px 10px 0 !important;
}

#desconto{
    height: 30px;
    border: 1px solid #ccc;
    width: calc(100% - 50px);
    margin: 10px 0;
    display: inline-block;
}

#check_discount {
    height: 30px !important;
    width: 30px !important;
    padding: 7px 0;
    box-shadow: none !important;
    text-align: center;
    display: inline-block;
    float: right;
    margin-top: 10px;
}

.modal {
    position: fixed;
    z-index: 9999;
    top: 5%;
    bottom: 5%;
    left: 5%;
    right: 5%;
    margin: auto;
    background: #c3da28;
    text-align: center;
	padding: 30px 40px 10px;
}

.modal.hide{
	display: none;
}

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
}

.modal .close {
    position: absolute;
    top: 12px;
    right: 20px;
    color: #fff;
    text-shadow: 0 0 0 transparent;
    opacity: 1;
    margin-top: 2px;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 19px;
    color: black;
    text-shadow: 0 1px 0 white;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.modal-body {
    padding: 20px 40px;
    position: relative;
    overflow-y: auto;
    max-height: 400px;
    padding: 15px;
}

.modal form input, .modal form textarea, .modal form select {
    color: #474747 !important;
    border: 1px solid #936 !important;
    border-radius: 0 !important;
    background: #fff !important;
    margin: 5px 0 15px;
	padding: 8px 12px;
	width: 100%;
}