
.produto-content {
	padding: 10px 10px;
	
}

.produto-items {
	text-align: center;
	
}


.box-slide-produtos-sess {
	padding-top: 20px;
	
}

.box-slide-produtos-sess h2 {
	margin-top: 10px;
	
}


.container-prodloja-mask {
	width: 100%; height: 360px; margin-bottom: 20px; margin-top: 10px; overflow-x: hidden; overflow-y: hidden;
}
.container-prodloja-scroll {
	width: 100%; height: 380px; overflow-x: scroll; overflow-y: hidden; transition: all 0.5s ease;
}
.container-prodloja-maskbtn {
	width: 100%; height: 100%; background-color: rgba(0,0,0,0.5); position: absolute; z-index: 2;
}

.container-prodloja-carrosel {
	display: inline-flex;
}

.prodloja-box-item {
	width: 320px; position: relative; display: inline-block; vertical-align: top; background-color: #FFF; margin: 10px 10px; padding-bottom: 5px;
	overflow: hidden;
	
	transition: all 0.5s ease;
}

.prodloja-box-item:hover {
	-webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.75);
	
	transition: all 0.5s ease;
}
.prodloja-box-item:hover .box-item-img {
	 background-size: auto 90%;
	 
	 transition: all 0.3s ease;
}

.prodloja-box-item:hover h3 {
	color: #333;
	transition: all 0.5s ease;
}

.prodloja-box-item a {
	text-decoration: none;
}


.prodloja-box-item h3 {
	font-size: 13px;
	color: #666;
	font-weight: normal;
	
	transition: all 0.5s ease;
}

.box-item-img {
	height: 200px; width: 100%; background-size: auto 80%; background-repeat: no-repeat; background-position: center center;
	transition: all 0.5s ease;
}

.box-item-text {
	text-align: center; padding: 0 10px; height: 50px; font-size: 13px;
}


#calc-subtotal-prod {
	margin: 10px 0 0 0;
}

.prodloja-valorde {
	font-size: 12px;
}

.prodloja-valorde .valor {
	text-decoration: line-through;
}


.prodloja-box-item .btn {
	padding: 8px 10px;
}







.bt-minus-prod, .bt-plus-prod {
	width: 45px; height: 45px; text-align: center; border: 1px solid #999; font-weight: bold; font-size: 20px; padding: 0;
}

.text-quant-prod {
	width: 45px; padding-top: 13px; text-align: center; border: 1px solid #999;
}

.produto-info-menu-frame table { 
	background: #fff;
} 

.produto-info-menu-frame table tr:nth-child(even) {
  background: lightgray;
}



#produto-info {
	
}

.produto-info-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;

}

.produto-info-menu ul li {
	position: relative;
	margin: 0;
	display: inline-block;
	
	transition: none;
	text-decoration: none;
	/*font-family: 'Kanit', sans-serif;*/

}

.produto-info-menu ul li label {
	padding: 5px 30px 5px 50px;
	border-radius: 0 10px 0 0;
	border: 1px solid #999;
	background-color: #CCC;
	cursor: pointer;
	margin-left: -30px;
}

.produto-info-menu ul li label:hover {
	background-color: #EEE;
}


.produto-info-menu ul li input[type=radio] {
	width: 0;
	height: 0;
}

.produto-info-menu ul li input[type="radio"]:checked + label {
    background-color: #FFF;
	padding: 5px 30px 5px 60px;
	border-bottom: 1px solid #FFF;
	color: #03F;
	
	-webkit-box-shadow: 2px -1px 2px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 2px -1px 2px -1px rgba(0,0,0,0.75);
box-shadow: 2px -1px 2px -1px rgba(0,0,0,0.75);
	
}



.produto-info-menu ul li a {
	color: #03F;
	text-decoration: none;
}

.produto-info-menu ul li:nth-child(2) {
	z-index: 4;
}
.produto-info-menu ul li:nth-child(3) {
	z-index: 3;
}
.produto-info-menu ul li:nth-child(4) {
	z-index: 2;
}
.produto-info-menu ul li:nth-child(5) {
	z-index: 1;
}
.produto-info-menu ul li:first-child {
	z-index: 5;
}

.produto-info-menu ul li:first-child label {
	padding: 5px 30px 5px 30px;
	
	margin-left: 0;
}




.produto-info-menu ul li.active {
	
	/*font-weight: bold;*/
	transition: none;
}


.produto-info-menu-frame {
	padding: 20px;
	display: none;
}



.produto-info-menu-frame.active {
	padding: 20px;
	display: block;
}

.produto-info-menu-frame.accordion-collapse {
    border: 0;
    border-width: 0 0;
}




.box-item-lancamento {
	margin-top: 30px;
    margin-left: -37px;
    background-color: #FF0000;
    color: #FFF;
    position: absolute;
    padding: 3px 40px;
    transform: rotate(-45deg);
	
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
}

.dv-option-colors input[type="radio"] {
	width: 0px;
	height: 0px;
	margin: 0;
	padding: 0;
}


.dv-option-colors label {
	min-width: 50px;
	display: inline-block;
	margin-right: 10px;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	cursor: pointer;
}

.rd-box-colors {
	display:  inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid #999;
	
}

.dv-option-colors input:checked + label {
	box-shadow:0px 0px 0px 3px #FF0000 inset;
}







/*IMAGEM PRODUTOS*/

.box-image-produto {
	max-width: 500px; min-width: 300px; width: 100%; /*border: 1px solid #CCC;*/ text-align: center;
}
.image-full-frame {
	/*max-width: 400px;*/ width: 100%; /*border: 1px solid #CCC;*/ display: inline-block;
	overflow: hidden; position: relative;
	/*overflow-x: scroll; */
}

.image-full-frame img {
	width: 100%;
}

.box-image-produto input[type=radio] {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
}

.box-image-produto label {
	text-align: center;
	margin: 10px;
	width: 90px;
	height: 70px;
	border: 1px solid #EEE;
}

.box-image-produto input[type="radio"]:checked + label {
    border: 1px solid #090;
	display: inline-block;
}

.box-image-produto label img {
	max-width: 80%;
	height: 60px;
}

.image-full-frame-li {
	min-width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60% auto;
}

.image-full-carrosel {
	height: 100%;
	display: flex;
}



.dv_optionsprod_compra {
	opacity: 1;
}

.dv_optionsprod_compra.off {
	opacity: 0.5;
}


.tabela_frete table tr td {
	font-size: 13px;
	padding-right: 10px;
}

.frete_cidade {
	margin-bottom: 10px;
	font-weight: bold;
}



.dv_bt_departamento {
		display: none;
	}
	
	
	.dv_bt_departamento ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}


	.dv_bt_departamento ul > li {
		font-size: 14px;
		position: relative;
		display: inline-block;
		padding: 0;
		margin: 0;
	}

	.dv_bt_departamento ul > li > a {
		text-decoration: none;
		display: block;
		padding: 7px 30px;
	}

	

	.dv_bt_departamento ul > li > ul {
		list-style: none;
		padding: 0;
		margin: 0;
		background-color: rgba(220, 220, 220, 0.90);
		display: none;
		position: absolute;
		margin-left: 15px;
		min-width: 200px;
		z-index: 5;
	}

	.dv_bt_departamento .li_sub {
		position: relative;
		background-image: url("../../images/system/menu_plus_v.png");
		background-repeat: no-repeat;
		background-position: right center;
	}

	.dv_bt_departamento .li_sub::before {
		position: absolute;
		top: 0;
		right: 0;
		width: 10px;
		height: 30px;
		background-image: url("../../images/system/menu_plus_v.png");
	}
	
	
	.dv_bt_departamento ul > li > ul > li {
		display: block;
		position: relative;
		width: 100%;
		
	}
	
	.dv_bt_departamento ul > li > ul > li > a {
		display: inline-block;
		width: 90%;
		padding: 10px 0 10px 20px;
		
		
	}
	
	
	.dv_bt_departamento ul > li > ul > li > ul {
		position: absolute;
		background-color: rgba(220, 220, 220, 0.80);
		display: none;
		margin-left: 15px;
		min-width: 250px;
		top: 0;
		left: 170px;
	}
	
	.dv_bt_departamento ul li:hover > ul, .dv_bt_departamento ul li a:target > ul, .dv_bt_departamento ul li.over > ul{display: block;}
	
	.dv_bt_departamento ul li ul li:hover > ul, .dv_bt_departamento ul li ul li.over > ul{display: inline-block;}





@media screen and (max-width: 860px) { /* 630px */
	
	
	.dv_bt_departamento {
		display: inline-block;
	}
	
}






