/*

*/
#samples img:hover {
	 border: solid 1px #e9e9e9;
	 cursor: zoom-out;
	 -moz-box-shadow:1px 1px 3px 1px rgba(130,130,130,0);
	 -webkit-box-shadow: 1px 1px 3px 1px rgba(130,130,130,0);
	 box-shadow: 1px 1px 3px 1px rgba(130,130,130,0);
}
.product_info
{
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	position:absolute;                  
	bottom:0; 
}
.meu_button
{
	margin:auto;
	display:block;
}
.product_sorting > li
{
	width: 150px;
}

.product_info ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.product_info li {
  display: inline-block;
  font-size: 0.5em;
  color: gray;
  text-align: center;
  padding: 2px;
  text-decoration: none;
 }
.div_nome_prod_carrinho {
	width: 25%;
	font-size: 0.7em;
	text-align:left;
}
.div_qtde_prod_carrinho {
	width: 25%;
	font-size: 0.7em;
	text-align:left;
}
.div_preco_prod_carrinho {
	width: 25%;
	font-size: 0.7em;
	text-align:left;
}
.div_colspan_prod_carrinho {
	width: 700px;
	text-align:right;
}
.div_unico_prod_carrinho {
	width: 100px;
}
.div_foto_prod_carrinho {
	width: 25%;
	text-align:center;
	padding:0;
	margin:0;
}
.div_foto_prod_carrinho img{
	width: 80px;
}

/*

*/
@media only screen
{
	
}

@media only screen and (max-width: 1000px)
{
	.product
	{
		height: 340px;
	}
	.product-item
	{
		width: 50%;
		height: auto;
		margin:0;
	}
	#samples img {	
		width: 40px;
	}
	.product_image  {
		height: 240px;
	}
	.div_foto_prod_carrinho img{
		width: 40px;
	}
	.logo_container {
		left: 50px;
		top: 50%;
		left: 15px;
	}

}

/* The Modal (background) */

.modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 10000;
	/* Sit on top */
	/*padding-top: 100px;*/	
	/* Location of the box */
	overflow: auto;
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow-y: scroll;
	/* Enable scroll if needed */
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.3);
	/* Black w/ opacity */
}
/* Modal Content */

.modal-content {
    /*position: relative;*/
	background-color: white;
	/*overflow: auto;*/
	margin: auto;
	padding-bottom: 30px;
	padding-left: 10px;
	/*border: 1px solid #888;*/
	width: 30%;
	border: 4px solid rgba(255, 255, 255, 1);
	border-radius: 0.5rem;
	outline: 0;
	box-shadow: 0 4px 8px 0 rgba(255,255,255,0.3),0 6px 20px 0 rgba(255,255,255,0.4);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
}

.modal-content-video {
    /*position: relative;*/
	background-color: black;
	/*overflow: auto;*/
	margin: auto;
	/*border: 1px solid #888;*/
	width: 30%;
	outline: 0;
	height:auto;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
}
/*
.btn_modal {
	margin:10px; 
	border-radius: 5px; 
	padding:10px 15px 10px 15px;
	background-color: #4CAF50;
	color: #fff;
}
.btn_modal:hover {
	padding:10px 15px 10px 15px;
	background-color: #555;
	color: #ffffff;
}
*/
.close-container{
  position: relative;
  margin: auto;
  width: 30px;
  height: 40px;
  margin-top: 10px;
  cursor: pointer;
}

.leftright{
  height: 4px;
  width: 30px;
  position: absolute;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #F4A259;
  border-radius: 2px;
  transform: rotate(45deg);
  transition: all .3s ease-in;
}

.rightleft{
  height: 4px;
  width: 30px;
  position: absolute;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #F4A259;
  border-radius: 2px;
  transform: rotate(-45deg);
  transition: all .3s ease-in;
}

.close{
  margin: 30px 0 0 5px;
  position: absolute;
}

.close-container:hover .leftright{
  transform: rotate(-45deg);
  background-color: #F25C66;
}
.close-container:hover .rightleft{
  transform: rotate(45deg);
  background-color: #F25C66;
}
.close-container:hover label{
  opacity: 1;
}
#modalDetProd .modal-content{
	width: 40%;
}
.descricao-det-produto {
	padding: 50px;
}
.dhtmlx_message_area{
	z-index:1000000;
}
.dhxform_obj_material div.dhxform_btn { 
	border-radius: 5px; 
	padding:6px 0 6px 0; 
	font-size:18px;
}
.dhxform_obj_material div.dhxform_btn:hover { 
	border-radius: 5px; 
	padding:6px 0 6px 0; 
	font-size:18px;
}

.dhxform_obj_material div.dhxform_btn:active { 
	color: #000 !important; 
	border-radius: 5px; 
	padding:6px 0 6px 0; 
	font-size:18px;
}
.dhxform_obj_material fieldset.dhxform_fs {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
} 
.dropdown {
  position: relative;
  display: inline-block;
}


.dropdown-content {
  display: none;
  position: absolute;
  background-color: #888;
  min-width: 160px;
  white-space: nowrap;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 199999;
}

.dropdown-content a {
  color: white !important;
  letter-spacing: 2px;
  font-size:10px;
  text-align:left;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  color: #333 !important;
}

.dropdown-content a:hover {
	background-color: #f1f1f1;
}
.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
	fill: white;
}
.resetPW {
	background-color: white; 
	padding-left:20px; 
	padding-top:20px;
}
.navbar {
	padding:0;
}
.titulo-modal {
	padding-top:10px;
	padding-bottom:10px;
}
@media screen and (max-width: 1400px) {

	.modal-content{
		width: 65%;
	}
	#modalDetProd .modal-content{
		width: 65%;
	}
	#newsDadosPagto .detRastreamento img{
		max-width:500px;
	}
}
@media screen and (max-width: 1100px) {

	.modal-content{
		width: 65%;
	}
	#modalDetProd .modal-content{
		width: 90%;
	}
	.descricao-det-produto {
		padding: 5px;
	}
}

@media screen and (max-width: 800px) {

	#newsDadosPagto img{
		max-width:300px;
	}
	#newsDadosPagto .detRastreamento img{
		max-width:340px;
	}
	.modal-content{
		width: 90%;
		padding-left: 2px;
	}
	#modalDetProd .modal-content{
		width: 90%;
		padding-left: 2px;
	}
	.fundo_botao_euquero {
		left: 100px;
		height: 28px;
	    width: 110px;
		background-color: rgba(255, 0, 0, 0.8);
	}
	.fundo_botao_euquero p {
		top:0;
		left: 0;
		margin-right: 0;
		transform: translate(0, 0);	
		padding: 0;
		margin: 5px 15px 0 1px;
		color: white;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 13px;
		text-align: right;
	}
	.circulo_botao_euquero {
		height: 40px;
		width: 40px;
		left: -7px;
		margin-left: -15px;
		top: -5px;
		font-size: 20px;
	}
	.circulo_botao_euquero .svg-icon {
		position: relative;
		top: 5px;
		left: 3px;
	}
	.dhtmlx-msgCss{
		font-weight:bold !important;
		color:red !important;
	}
    .modal-content, .modal-content-video {
		width: 100%;
		height: 100%;
	}
	#menu li {
		font-size: 15px;
	}
	#logo img {
		width: 50%;
	}
	#header {
		height: 50px;
	}
    .swiper-container {
      top:50px;
    }
	.checkout_items {
		font-size: 15px;
	}
	.swiper-button-next, .swiper-button-prev {
		display: none;
	}
	.swiper-button-next, .swiper-button-prev {
		color:rgba(255,255,255,0.4);
	}
	.dhxform_obj_material div.dhxform_btn { 
		font-size:18px;
	}
	#newsDadosPagto h2 {
		font-size:22px;
	}
	.product_price {
		font-size: 1em;
	}
	.product_price span {
		font-size: 0.86em;
	}
	.listaTamanho li a {
	  font-size:0.8em;
	  padding: 3px;
	}
	#preview {
		width: 100%;
		height: 350px;
	}
	#msgCorTamanho {
		font-size:0.8em;
	}
	.plus,
	.minus {
		font-size:1.5em;
	}
	.w3-button {
		width:85%;
	}
	.modal {
		background-color: white;
	}
	.swiper-slide {
        vertical-align: top;
        text-align: center;
        display: table-cell;
        background-color: #f1f1f1;
	}
	.swiper-slide img {
	    height:90%;
		width:100vw;
	    /*height:auto;
		width:100vw;*/
		display: block;
		margin: 0 auto;
	}
	.botao_youtube_dir {
		top: 4%;
		left: 90%;
		transform: translate(-3%, -90%);
	}
	.circulo_youtube {
		height: 38px;
		width: 50px;
		border-radius: 20px;
	}
	.circulo_youtube i.fa {
		display: inline-block;
		padding: 0.1em 0.19em;
		font-size: 30px;
	}
	.dropdown-content {
	  left:auto;
	  right:0;
	}
	.descricao-det-produto {
		padding: 5px;
	}
}

@media screen and (max-width: 420px) {

	#newsDadosPagto img{
		max-width:200px;
	}
	#newsDadosPagto h2{
		font-size:10px;
	}
	#newsDadosPagto .detRastreamento img{
		max-width:280px;
	}
	#modalDetProd .modal-content{
		width: 90%;
	}
	#contador-paginas {
		font-size:9px;
		width:80px;
	}
	.fundo_botao_euquero {
		left: 100px;
		height: 28px;
	    width: 110px;
		background-color: rgba(255, 0, 0, 0.8);
	}
	.fundo_botao_euquero p {
		top:0;
		left: 0;
		margin-right: 0;
		transform: translate(0, 0);	
		padding: 0;
		margin: 5px 15px 0 1px;
		color: white;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 13px;
		text-align: right;
	}
	.circulo_botao_euquero {
		height: 40px;
		width: 40px;
		left: -7px;
		margin-left: -15px;
		top: -5px;
		font-size: 20px;
	}
	.circulo_botao_euquero .svg-icon {
		position: relative;
		top: 5px;
		left: 3px;
	}
	.dhtmlx-msgCss{
		font-weight:bold !important;
		color:red !important;
	}
    .modal-content, .modal-content-video {
		width: 100%;
		height: 100%;
		padding-left: 2px;
	}
	#menu li a{
		font-size: 15px;
		color:#333;
	}
	.svg-shopping-bag, icon-user{
	  width:10px;
	}
	#logo img {
		width: 50%;
	}
	#header {
		height: 50px;
	}
    .swiper-container {
      top:50px;
    }
	.checkout_items {
		font-size: 15px;
	}
	.swiper-button-next, .swiper-button-prev {
		display: none;
	}
	.swiper-button-next, .swiper-button-prev {
		color:rgba(255,255,255,0.4);
	}
	.dhxform_obj_material div.dhxform_btn { 
		font-size:18px;
	}
	#newsDadosPagto h2 {
		font-size:22px;
	}
	.product_price {
		font-size: 1em;
	}
	.product_price span {
		font-size: 0.86em;
	}
	.listaTamanho li a {
	  font-size:0.8em;
	  padding: 3px;
	}
	#preview {
		width: 100%;
		height: 300px;
	}
	#msgCorTamanho {
		font-size:0.8em;
	}
	.plus,
	.minus {
		font-size:1.5em;
	}
	.w3-button {
		width:85%;
	}
	.modal {
		background-color: white;
	}
	.swiper-slide {
        vertical-align: top;
        text-align: center;
        display: table-cell;
        background-color: #f1f1f1;
	}
	.swiper-slide img {
	    height:90%;
		width:100vw;
	    /*height:auto;
		width:100vw;*/
		display: block;
		margin: 0 auto;
	}
	.botao_youtube_dir {
		top: 4%;
		left: 90%;
		transform: translate(-3%, -90%);
	}
	.circulo_youtube {
		height: 38px;
		width: 50px;
		border-radius: 20px;
	}
	.circulo_youtube i.fa {
		display: inline-block;
		padding: 0.1em 0.19em;
		font-size: 30px;
	}
	.dropdown-content {
	  left:auto;
	  right:0;
	}  
	.descricao-det-produto {
		padding: 5px;
	}
}

input[type=input] {
    -webkit-text-security: disc;
}
.quantity_selector
{
	margin-left: -35px;
}
#select_txt {
	word-wrap: break-word;
}
#newsDadosPagto img {
	max-width:500px;
}