/*  ACCORDION  */
.accordion
      .accordion-toggle {border-bottom: 1px solid #cccccc;cursor: pointer;margin: 0;padding: 10px 0;position: relative;}
      .accordion-toggle.active:after{content:"";position:absolute;right:0;top:17px;width:0;height:0;border-bottom:5px solid #f00;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);}
      .accordion-toggle:before{content:"";position:absolute;right:0;top:17px;width:0;height:0;border-top:5px solid #000;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);}
      .accordion-toggle.active:before{display:none;}
      .accordion-content {display: none;}
      .accordion-toggle.active {color: #ff0000;}

/* GRID */
ul.rig {
	list-style: none;
	font-size: 0px;
	margin-left: -40px;
	margin-right: -50px; /* should match li left margin */
}
ul.rig li {
	display: inline-block;
	padding: 10px;
	/*margin: 0 0 2.5% 2.5%;
	background: #fff;
	border: 1px solid #ddd;*/
	font-size: 16px;
	font-size: 1rem;
	vertical-align: top;
	/*box-shadow: 0 0 5px #ddd;
	box-sizing: border-box;*/
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
ul.rig li img {
	max-width: 100%;
	height: auto;
	/*margin: 0 0 10px;*/
}
ul.rig li h3 {
	margin: 0 0 5px;
}
ul.rig li p {
	font-size: .9em;
	line-height: 1.5em;
	color: #999;
}
/* class for 2 columns */
ul.rig.columns-2 li {
	width: 47.5%; /* this value + 2.5 should = 50% */
}
/* class for 3 columns */
ul.rig.columns-3 li {
	width: 30.83%; /* this value + 2.5 should = 33% */
}
/* class for 4 columns */
ul.rig.columns-4 li {
	width: 22.5%; /* this value + 2.5 should = 25% */
}
 
@media (max-width: 480px) {
	ul.grid-nav li {
		display: block;
		margin: 0 0 5px;
	}
	ul.grid-nav li a {
		display: block;
	}
	ul.rig {
		margin-left: 0;
	}
	ul.rig li {
		width: 30% !important; /* over-ride all li styles */
		margin: 0 10px 20px;
	}
}

/*  PRODUT CHOOSER  */

div.clear
{
    clear: both;
}

div.product-chooser{
    
}

    div.product-chooser.disabled div.product-chooser-item
	{
		zoom: 1;
		filter: alpha(opacity=60);
		opacity: 0.6;
		cursor: default;
	}

	div.product-chooser div.product-chooser-item{
		/*padding: 11px;*/
		border-radius: 6px;
		cursor: pointer;
		position: relative;
		/*border: 1px solid #efefef;*/
		margin-bottom: 10px;
        /*margin-left: 10px;
        margin-right: 10x;*/
	}
	
	div.product-chooser div.product-chooser-item.selected{
		border: 2px solid #ef3125;
		background: #efefef;
		/*padding: 8px;*/
		filter: alpha(opacity=100);
		opacity: 1;
	}
	
		div.product-chooser div.product-chooser-item img{
			padding: 0;
		}
		
		div.product-chooser div.product-chooser-item span.title{
			display: block;
			margin: 10px 0 5px 0;
			font-weight: bold;
			font-size: 12px;
		}
		
		div.product-chooser div.product-chooser-item span.description{
			font-size: 12px;
		}
		
		div.product-chooser div.product-chooser-item input{
			position: absolute;
			left: 0;
			top: 0;
			visibility:hidden;
		}

.iva-price {
	font-size: 14px; 
	color: #9e9e9e;
}
/*------TABLE----*/
@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:right;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:right;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}

/*------TABLE----*/
@media only screen and (max-width: 479px) {
    
    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:right;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:right;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}

/*table, tr, td, th
{
    border: 1px solid black;
    border-collapse:collapse;
}
tr.header
{
    cursor:pointer;
}
.header .sign:after{
  content:"+";
  display:inline-block;      
}
.header.expand .sign:after{
  content:"-";
 }*/

 .table-responsive{margin-top:25px;}


#table_detail
{
    width:100%;
    text-align:right;
    border-collapse: collapse;
    color:#2E2E2E;
    border:#A4A4A4;
}
#table_detail tr:hover
{
    background-color:#F2F2F2;
}
#table_detail .hidden_row
{
    display:none;
}


/*------- BUTTONS -------*/
.estilo-voltar {
    padding: 0 0 8px;
    overflow: hidden;
}

.estilo-voltar .btn-voltar {
    font-size: 14px;
    line-height: 16px;
    color: #b6b6b6;
    background: #f4f4f4;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    width: 213px;
    border-radius: 25px;
    padding: 15px 17px 12px 17px;
    word-spacing: 2px;
    float: right;
    margin: 0 0 20px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.estilo-voltar .btn-voltar:hover {
    background: #ff8283;
    color: #fff;
}

.buttonen {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 10px;
    line-height: 1.4285;
    letter-spacing: 1px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.buttoncamp {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.4285;
    letter-spacing: 1px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.buttongrey {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.4285;
    letter-spacing: 1px;
    border-radius: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-circled {
  border-radius: 25px;
}

.btn-theme-colored {
    color: #fff !important;
    background-color: #ef3125 !important;
    border-color: #ef3125 !important;
}

.btn-grey {
    color: #575757 !important;
    background-color: #f6f6f6 !important;
    border-color: #f6f6f6 !important;
}

/*--------ESTADOS-----*/
.estado-enviado {
	margin-bottom: 0;
	background-color: #5b905b; 
	text-align: center;
    vertical-align: middle;
	border-radius: 25px; 
	padding: 3px 10px; 
	color: white;  
	letter-spacing: 1px;
	line-height: 1.4285; 
	font-weight: 600; 
	font-size: 12px;
	border: 1px solid transparent;
}

.estado-pendente {
	margin-bottom: 0;
	background-color: #9e9e9e; 
	text-align: center;
    vertical-align: middle;
	border-radius: 25px; 
	padding: 3px 10px; 
	color: white;  
	letter-spacing: 1px;
	line-height: 1.4285; 
	font-weight: 600; 
	font-size: 12px;
	border: 1px solid transparent;
}

.estado-cancelado {
	margin-bottom: 0;
	background-color: #f15353; 
	text-align: center;
    vertical-align: middle;
	border-radius: 25px; 
	padding: 3px 10px; 
	color: white;  
	letter-spacing: 1px;
	line-height: 1.4285; 
	font-weight: 600; 
	font-size: 12px;
	border: 1px solid transparent;
}

/*------ PROMO CAMPANHAS ----*/

.desc-campanha {
	background-color: #ee3124; 
	border-radius: 25px; 
	color: #fff; 
	padding: 5px 10px;
	margin-bottom: 0;
	text-align: center;
    vertical-align: middle;
    letter-spacing: 1px;
	line-height: 1.4285; 
	font-weight: 600; 
	border: 1px solid transparent;
}
 /*-------- TOTAL CAMPANHA ----*/

 .total {
	padding: 30px 10px 0 0;
    display: block;
    font-size: 16px;
    font-weight: 600;
 }

 .adicionar {
 	    padding: 30px 0 5px 0;
 }

 /*----- INPUT FILE ------*/

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 300px;
    font-size: 16px;
    font-weight: 300;
    text-transform:none;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding:0;
    padding-left:55px;
    color:#676a7b;
    background:url(../images/anexar.png) no-repeat left center;
    height:41px;
    line-height:41px;
}

.inputfile + label i{
  font-size:13px;
  font-style:italic;
}

@media (min-width: 800px) and (max-width: 900px) {
.mt-product-table .coupon-form {
    overflow: hidden;
    padding: 40px 0 52px;
    border-bottom: 1px solid #dcdcdc;
    float: right;
}
}

@media only screen and (max-width: 479px) {
 .product-detail-tab .mt-tabs a
 {
 	border-bottom: 1px solid transparent !important;
 }
 .mt-product-detial .detial-holder .product-form button {
    width: 123px !important;
}
.mt-product-detial .pagg-slider {
    margin: 0 10px 0 10px !important;
}
.related-products .mt-product1 {
    width: 100% !important;
    padding-right: 2% !important;
}

}