html,body{
	background:#fff;
	font-size: 100%;
	/*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";*/
	font-family: Poppins,'Open Sans',sans-serif !important;
	 
}
body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
  	color: #127FB4;
}
.link_gray{
  color: #666666;
}

ul{
	padding: 0;
	margin: 0;
}

hr{
	padding: 0px;
	margin: 0px;
    border: 0;
    border-top: 1px dashed #eee;
}
h1,h2,h3,h4,h5,h6,label,p{
	margin:0;
	font-weight: normal;
}
ul.dash {
    list-style: none;
    margin-left: 0;
    padding-left: 0em;
	white-space: nowrap;
}
ul.dash > li:before {
    display: none;
    content: "";
    width: 0.1em;
    margin-left: -1em;


    /*
    display: inline-block;
    content: "-";
    width: 0.8em;
    margin-left: -1em;
    */
}





.item1 {
	line-height: 1em;
}

.subitem1 {
	line-height: 1em;
}

.so_computador {
	display: initial;
}

.so_computador_car {
	display: initial;
}

.car_contador {
	position: absolute;
	top: -5px;
	right: -10px;
	/* padding: 1px 7px; */
	border-radius: 50%;
	background: red;
	color: white;
	font-size: 0.6em;
	width: 18px;
	text-align: center;
}

.marquee {
  overflow: hidden;
  white-space: nowrap;
  /*
  width: 100px;
  height: 22px;
  border: 1px solid #ccc;
  padding: 2px;
  */
}

.col_cad {
    padding-right: 5px;
    padding-left: 5px;
}

.marquee span {
	display: inline-block;
	padding-left: 100%;
	animation: marquee 30s linear infinite;
}

@keyframes marquee {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(-100%, 0);
	}
}

.btComprar {
    background-color: #FFF200;
    /* background-image: linear-gradient( 213deg,#FFF200 7%,#FFE000 92%); */
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-size:14px;
	font-weight: bold;
	text-decoration:none;
	text-align: -webkit-center;
	border-radius: 4px;
    border-width: 1px;
    height: 44px;
    line-height: 42px;
    /* width: 100%;*/
    padding-left: 10px;
    padding-right: 10px; 
    text-align: center;
    /* border: 1px solid #000000; */
    white-space: nowrap;
}
.btComprar:hover {
	color:#000000;
    background-color: #FFE000;
    /* background-image: linear-gradient( 213deg,#FFE000 7%,#E6C900 92%); */
    text-decoration: none;
}
.btComprar:active {
	color:#000000;
	position:relative;
	top:1px;
}
.btComprar:focus {
	color:#000000;
}


.btAddCar {
    background-color: #fcdd2d;
	color:#191500;
    /* background-image: linear-gradient( 213deg,#FFF97D 7%,#FFF200 92%); */
}
.btAddCar:hover {
    background-color: #E6C400;
	color:#000000;
    /* background-image: linear-gradient( 213deg,#FFF97D 7%,#FFE000 92%); */
}

.btAddCarOk {
    /*background-image: linear-gradient( 213deg,#00EC76 7%,#00D269 92%);*/
    background-color: #fcdd2d;
    /*border: 1px solid #000000; */
	color:#000000;
    /* background-image: linear-gradient( 213deg,#00EC76 7%,#00D269 92%);*/
}
.btAddCarOk:hover {
    background-color: #FFE000;
    /*background-image: linear-gradient( 213deg,#00EC76 7%,#00D269 92%);*/
	color:#000000;
}

.btAzul {
    background-color: #127FB4;
	color:#FFFFFF;
}
.btAzul:hover {
    background-color: #007FAD;
	color:#FFFFFF;
}

.btDet {
    background-color: #F5F5F5;
    border: 1px solid #CCCCCC;
    color: #333333;
    font-weight: normal;
    height: 34px;
    line-height: 32px;
    margin: 5px;
}
.btDet:hover {
    background-color: #666666;
	color:#FFFFFF;
}

.bt_outlet {
    background-color: #FFFFFF;
    border: 1px solid #0046be;
    color: #333333;
    font-weight: normal;
    height: 100px;
    line-height: 30px;
    margin: 10px;
    font-size: 1.5em !important;
    border-radius: 10px;
    white-space: normal;
    display: inline-table;
    text-align: left;
    float: left;
    width: 30%;
    display: flex;
    align-items: center;
}
.bt_outlet:hover span {
    background-color: #0046be;
	color:#FFFFFF !important;
}

.bt_outlet:hover  {
    background-color: #0046be;
	color:#FFFFFF !important;
}

.bt_outlet img {
	width: 90px;
	height: 90px;
	border-radius: 8px;
	background-size: 150%;
	background-position: center;
	background-repeat: no-repeat;
	flex-shrink: 0;
    margin: 0px 5px 0px -5px;
}

.bt_outlet_txt {
	margin-left: 0px;
	text-align: center;
    width: 100%;
    color: #0046be;
    text-decoration-line: underline;
    text-underline-position: under;
}
.bt_outlet_txt:hover {
    background-color: #0046be;
	color:#FFFFFF !important;
    text-decoration-line: underline;
    text-underline-position: under;
}

.bt_outlet_check {
    float: left;
    width: 17%;
    margin: 1%;
    padding: 20px;
    height: 140px;
    border: 1px solid #CCCCCC;
    border-radius: 70px;
}

.btGray {
    background-color: #127FB4;
    border: 1px solid #127FB4;
	color:#FFFFFF;
}
.btGray:hover {
    background-color: #127FB4;
    font-weight: bold;
    border: 1px solid #127FB4;
}

.btWhishlist {
	background-color: #FFFFFF;
	color:#999999;
    border: 1px solid #999999;
}
.btWhishlist:hover {
	background-color: #FFFFFF;
	color:#666666;
    border: 1px solid #666666;
    text-decoration: none;
}
.btWhishlist:active {
	color:#333333;
    border: 1px solid #666666;
}


.botao-gray {
    background-color: #E5E5E5;
    /* background-image: linear-gradient( 213deg,#E5E5E5 7%,#CCCCCC 92%); */
	color:#333333;
    font-size: 0.7em;
    line-height: 1.2em;
    border: none;
}
.botao-gray:hover {
    background-color: #CCCCCC;
    /* background-image: linear-gradient( 213deg,#CCCCCC 7%,#E5E5E5 92%); */
	color:#333333;
    font-size: 0.7em;
    line-height: 1.2em;
    border: none;
}

.btAddCarBusca {
    line-height: 42px;
    padding-top: 1px;
    padding-bottom: 1px;
    height: 44px;
    font-size: 0.8em;
    width: 100%;
}
.color1 {
	padding: 0.5em;
    font-size: 0.8em;
	color: #127FB4;
}
.pagina {
	width: 80%;
	margin-left: 10%;
	font-size: 0.8em;
}
.pagina h1,h2,h3,h4,h5,h6{
	margin: 30px 0 10px;
	color: #127FB4;
}
.pagina p,strong{
	margin: 0px 0 10px;
}
.pagina ul,ol{
	margin: 10px;
    padding-left: 40px;
}
.address h3{
	margin: 0px;
}

/*--header--*/

.header_la{
	height: 45px;
}

.head{
	position:relative;
}

.header_logo {
    top: -30px;
}

.hardwarepti {
    top: 30px;
    float: left;
}

.hardwarepti a {
    color: #FFF200;
    font-size: 0.9em;
}

.logo {
    width: 180px;
    /*
    text-align:center;
    position:absolute;
    top:15px;
    background-color:#127FB4; 
    padding:1.9em 0.5em 0em 0.5em; 
    */
}
.header-social{
	text-align: right;
}

.header_heart {
	padding-top: 10px;
	/* right: -60px; */
}
.header_busca {
	padding-top: 4px;
}
.header_busca_txt {
	font-size: 0.8em; 
	border: 1px solid #CCCCCC;
    /* height: 33px; */
    background-color: #f6f6f6;
    /* width: 90%; */
    width: 100%;
    max-width: 300px;
    text-align: center;
}
.header-login ul li,.header-social ul li{
	display:inline-block;
}
.header-login ul li a{
	display:inline-block;
	text-decoration:none;
	color:#127FB4;
	font-size:0.8em;
	margin: 0 0.5em;
}
.header-login ul li a:hover {
    color: #127FB4;
}
.header-top {
    /* background-color: #E5E5E5; */
    background-color: #0046be;
	padding: 0.3em 0;
	/*	border-bottom: 1px solid #4976e6; */
}
.header-social ul li a{
	display:inline-block;
	text-decoration:none;
	color:#127FB4;
	font-size:0.8em;
	margin: 0 0.5em;
}

ul.nav_1 li a {
    font-size: 0.9em;
    color: #3A3A3A;
	/* padding: 1.6em; */
}
ul.nav_1 li {
    border-right:1px solid #EFEFEF;
}
.navbar {
    margin-bottom: 0px;
	border:none;
	
}
div#bs-megadropdown-tabs {
    padding: 0;
}
.h_menu4 {
    /*margin-left: 13.6%;*/
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: #127FB4;
    color: #fff;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #127FB4;
    color: #fff;
}
.col1 {
    float: left;
    /*width: 20%;*/
    width: 100%;
}
.menu-top {
    /* width: 850px; */
    width: 100%;

	padding: 1em;
}
.col1 ul li{
	list-style:none;
	border-right: none;
	border-bottom: 1px solid #CCCCCC;
}
.col1 ul li a{
	padding: 6px 0px;
    display: block;
}
.col1 h4{
	font-size: 1.5em;
    color: #000;
    margin-bottom: 0.5em;
    /*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";*/
    font-family: Poppins,'Open Sans',sans-serif !important;
}
/*--cart--*/
.itemContainer{
	width:100%;
	float:left;
}
.itemContainer div{
	float:left;
	margin: 5px 20px 5px 20px ;
}
.itemContainer a{
	text-decoration:none;
}
.cartHeaders{
	width:100%;
	float:left;
}
.cartHeaders div{
	float:left;
	margin: 5px 20px 5px 20px ;
}
.item_add {
  color: #000;
  border:none;
}	
a.item_add {
 text-decoration: none;
}		
.grid_1 img{
	margin-bottom:1em;
}
.box_1 h3{
  color: #000;
  font-size: 1em;
  margin: 0px;
}
.box_1 h3 img{
	margin-left: 5px;
}
.box_1 p a{
  color: #B5B3B3;
  font-size: 0.77em;
}
.header_link_car {
	color: #ffffff;
    font-size: 0.9em;
    margin: 0px;
    padding: 0px;
}
.total {
  display: inline-block;
}
.ban_total_car {
  display: inline-block;
}
.cart.box_1{
	float: right;
	margin-top: 2px;
}

.heart{
	float:left;
	margin-top: 0.3em;
	min-width: max-content;
}
.heart li{
	display:inline-block;
	border-right: 1px solid #EFEFEF;
}
.heart li  a{
	font-size: 1.4em;
    color: #3A3A3A;
	margin:0 0.1em;
    outline: none;	
}
.header_botao{
    font-size: 0.9em;
    color: #0046be;
    padding: 8px 9px 9px 9px;
    outline: none;
    margin-left: -38px;
}
.heart li:last-child {
	border-right: none;
}
.heart span{
	
}
.cart{
	float:right;
}
.header_busca_txt {
    padding: 0.7em 1em;
    border-radius: 5px;
}
.header-carrinho {
    padding: 0.6em 0 0;
}
/*--//header--*/
/*--banner--*/
.banner{
	width: 100%;
    height: 700px;
    display: block;
    background: url(../images/ba11.jpg)no-repeat right top;
	overflow-x:hidden;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    /*opacity: 0.5;*/
}
.no-cssanimations .rw-wrapper .rw-sentence span:first-child{
	opacity: 1;
}
/*--//banner--*/
/*--content--*/
.content-top {
    padding: 5em 0;
}
.col-1 img{
}
.col-2 {
    padding-top: 1em;
}
.col-2 span{
	font-size: 1.4em;
    color: #127FB4;
    line-height: 1.8em;
    text-transform: uppercase;
    letter-spacing: 5px;
    /*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";*/
    font-family: Poppins,'Open Sans',sans-serif !important;
    font-weight: bold;
}
.col-2 h2{
	font-size: 2.5em;
    line-height: 1.8em;
    /*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";*/
    font-family: Poppins,'Open Sans',sans-serif !important;
    font-weight: bold;
}
.col-2 h2 a{
	text-decoration:none;
    color: #000000;
}
.col-2 h2 a:hover{
    color: #127FB4;
}
.col-2 p{
	font-size: 0.9em;
    color: #666666;
	line-height:1.8em;
	margin:0 0 1.5em;
}
 a.buy-now{
	    font-size: 0.9em;
    color: #127FB4;
    text-decoration: none;
    border-bottom: 2px solid #127FB4;
    padding: 0 0 0.5em;
    display: inline-block;
}
a.buy-now:hover{
    color: #000;
    border-bottom: 2px solid #000;
}
.col-3{
	position:relative;
	margin-bottom:1.5em;
}
.col-3:last-child{
	margin-bottom:0em;
}
.col-pic{
	position:absolute;
	top:0;
	background:rgba(0, 0, 0, 0.59);
	width:100%;
	height:100%;
	text-align:center;
	padding-top: 6.5em;
}
.col-pic p{
	color:#fff;
	font-size:1.1em;
	text-transform:uppercase;
	/*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";*/
	font-family: Poppins,'Open Sans',sans-serif !important;
	font-weight: bold;
}
.col-pic h5{
	color:#127FB4;
	font-size:2em;
	text-transform:uppercase;
	/*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";*/
	font-family: Poppins,'Open Sans',sans-serif !important;
	font-weight: bold;
}
.col-pic label{
	width:100px;
	height:2px;
	display:block;
	background:#fff;
	border-radius:10px;
	margin: 0.5em auto;
}
/*--content-middle--*/
.content-mid h3{
	font-size: 2.5em;
    color: #000000;
    line-height: 1.8em;
    /*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";*/
    font-family: Poppins,'Open Sans',sans-serif !important;
	text-align:center;
}

 label.line{
	width:200px;
	height:2px;
	display:block;
	background:#127FB4;
	border-radius:10px;
	margin: 0.2em auto;
}
.block {
    float: right;
}
 .mid-1 span{
	font-size: 0.8em;
    color: #127FB4;
    line-height: 1em;
    /*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";*/
    font-family: Poppins,'Open Sans',sans-serif !important;
    font-weight: bold;
    white-space: nowrap;
}
/*----*/
/*-----------------------------------------------------------------------------------*/
/*	Stroke
/*-----------------------------------------------------------------------------------*/
.b-link-stroke{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-weight: 300;
	overflow:hidden;
	margin-bottom: 5px;
}
.b-link-stroke .b-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:0em;
	left:0;
	text-align:center;
	color:#ffffff;
	padding-top:10em;
}
.b-link-stroke .b-wrapper:hover{
	background:rgba(217, 84, 89, 0.58);
}
.b-link-stroke .b-wrapper1{
	position:absolute;
	width:100%;
	height:100%;
	top:0em;
	left:0;
	text-align:center;
	color:#ffffff;
	padding-top: 7em;
}
.b-link-stroke .b-wrapper1:hover{
	background:rgba(8, 8, 8, 0.64);
	
}
.b-link-stroke .b-wrapper2{
	position:absolute;
	width:100%;
	height:100%;
	top:0em;
	left:0;
	text-align:center;
	color:#ffffff;
	padding-top:15em;
}
.b-wrapper1.long-img {
    padding-top: 15em;
}
.b-link-stroke .b-top-line{
	position:absolute;
	top:-100%;
	left:0;
	width:50%;
	height:100%;
	background:rgba(248, 69, 69, 0.59);
}
.b-link-stroke .b-bottom-line{
	position:absolute;
	bottom:-100%;
	right:0;
	width:50%;
	height:100%;
	background:rgba(248, 69, 69, 0.59);
}
.b-link-stroke .b-top-line, .b-link-stroke .b-bottom-line{
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transition:all 0.5s;
} 
.b-link-stroke:hover .b-top-line{
	top:0;
}
.b-link-stroke:hover .b-bottom-line{
	bottom:0;
}
/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go{
	text-decoration:none;
}
.b-animate{
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	visibility:hidden; /* lt-ie9 */
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position:relative;
	left:-100%;
	    color: #127FB4;
    font-size: 2em;
    text-transform: uppercase;
    /*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";*/
    font-family: Poppins,'Open Sans',sans-serif !important;
    font-weight: bold;
}
.b-animate-go:hover .b-from-left{
	left:0;
}
.b-from-right{
	position:relative;
	right:-100%;
	    color: #fff;
    font-size: 1.1em;
    text-transform: uppercase;
    /*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";*/
    font-family: Poppins,'Open Sans',sans-serif !important;
    font-weight: bold;
}
.b-animate-go:hover .b-from-right{
	right:0;
}
 label.b-from-right {
    width: 100px;
    height: 2px;
    display: block;
    background: #fff;
    border-radius: 10px;
    margin: 0.5em auto;
}

.b-scale{
	position:relative;
	transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	-webkit-transform:scale(0);
}
.b-animate-go:hover .b-scale, h1{
	transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	-webkit-transform:scale(1);
}
/*----*/
.women-top {
    float: left;
    height: 120px;
    line-height: 0.9em;
}
.women-top h6 {
    line-height: 0.9em;
}
.women-top font {
    line-height: 0.8em;
}
.img {
    float: right;
}
/*----*/
.mid-1 h6 {
    font-size: 1em;
    /* font-family: 'Open Sans'; */
    /*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";*/
    font-family: Poppins,'Open Sans',sans-serif !important;
}
.mid-1 h6 a {
    color: #666666;
    text-decoration:none;
    font-size: 0.9em;
    /* font-weight: bold; */
}
.mid-1 h6 a:hover {
    color: #127FB4;
}

.mid-1 font {
    font-size: 1em;
    /*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";*/
    font-family: Poppins,'Open Sans',sans-serif !important;
}
.mid-1 font a {
    color: #000000;
    text-decoration:none;
    font-size: 0.8em;
    font-weight: bold;
}
.mid-1 font a:hover {
    color: #127FB4;
}

.mid-2 p{
	float:left;
	font-size:0.9em;
	color: #000000;
    /*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";*/
    font-family: Poppins,'Open Sans',sans-serif !important;
    font-weight: bold;
}
.mid-2 p em{
	font-style:normal;
}
.mid-2 p label{
	text-decoration: line-through;
	font-weight:400;
	margin-right:6px;
}
.mid-2 {
    padding-top: 1em;
}
.mid-1 {
    /*padding-top: 1em;*/
    padding-top: 0px;
}

.busca_pro_foto {
    transition: ease .5s;
    transform: scale(.95,.95);
}


.mid-pop{
	position:relative;
	border: 1px solid #EEEEEE;
    padding: 10px;
    /*height: 460px;
    height: 415px;*/
    height: 495px;
    border-radius: 5px;
    background-color: #FFFFFF;
}
.mid-pop:hover .busca_pro_foto{
	transform: scale(1,1);
}
.mid-pop:hover{
	/*border: 1px solid #CCCCCC;*/
    transition: ease .5s;
	box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
}
.zoom-icon {
	position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    display: block;
    left: 0;
    top: -152px;
    width: 290px;
    height: 219px;
	text-align:center;
    cursor: pointer;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.zoom-icon .icon{
	width: 50px;
    height: 50px;
    display: inline-block;
    background: #127FB4;
	color:#fff;
	font-size:1.3em;
    margin: 0 0.3em;
	line-height: 2.5em;
}
.zoom-icon .glyphicon-menu-right{
    background:#fff;
	color: #127FB4;
}
.mid-pop .zoom-icon {
	top: 0px;
	width: 100%;
	height: 182px;
}
.mid-pop .pro-img:hover .zoom-icon {
    top: 33%;
    opacity: 1;
    filter: alpha(opacity=99);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
}
.mid-popular {
    padding-top: 2em;
}
.brand {
    padding: 5em 0;
}
.banner-top{
	text-align:center;
	width: 100%;
    height: 250px;
    display: block;
    background: url(../images/back.jpg)no-repeat ;
	padding:5em 0;
}
.banner-top h1{
	font-size:3em;
	color:#fff;
	/*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";*/
	font-family: Poppins,'Open Sans',sans-serif !important;
}
.banner-top h2{
	font-size:0.9em;
	color:#fff;
	margin-top:1em;
}
.banner-top h2 a{
	color:#127FB4;
}
.banner-top h2 label{
	margin:0 0.4em;
}
.banner-top em {
    width: 100px;
    height: 2px;
    display: block;
    background: #fff;
    border-radius: 10px;
    margin: 0.5em auto;
}
/*--typo-single--*/

.thumb-image > img { width: 100%; }
/*--single--*/
.single-para h1{
	font-size:1.5em;
	color:#52D0C4;
	line-height:1.5em;
	  font-family: 'OleoScript-Regular';
}
label.add-to{
	display:block;
	font-size: 2em;
	color: #000;
}
.single-para p{
	font-size:0.9em;
	color:#B2B2B2;
	line-height:1.8em;
}
a.cart{
  padding: 0.3em 0.7em;
  color: #FFF;
  background: #52D0C4;
  margin: 1.5em 0 0;
  font-size: 1em;
  display:inline-block;
  line-height: 1.6em;
  text-align: center;
  text-decoration:none;
}
a.cart:hover{
	background: #000;
}
/*----*/
.star-on {
  padding: 1em 0;
}
.star-on ul {
  float:left;
}

.star-on ul li{
	display: inline-block;
}
.star-on ul li i{
	color:#000;
}
.review{
	float:left;
	  padding: 0 1em;
}
.star-on a{
	text-decoration:none;
	font-size:1em;
	color:#52D0C4;
}
.star-on a:hover{
	color:#000;
}
.single-bottom h4{
	color:#000;
	font-size:1.5em;
	padding:0.5em;
	border-bottom:1px solid #fa7455	;
}
.single {
  /* padding: 1em 0 0; */
  padding: 0px; 
  background-color: #F2F3F4;
}

.single h3 {
  font-size: 1.2em !important;
  font-weight: bold;
}
.available h6{
	color:#52D0C4;
	font-size:1.4em;
	padding: 0 0 1em;
}
.available ul li{
	display:inline-block;
	padding:0 0.5em 0 0;
	color:#4c4c4c;
	font-size:0.9em;
}
.available ul li select {
  outline: none;
  padding: 3px;
}
.available {
  padding: 2em 0 1em;
}
/*--products--*/
.product-bottom {
    padding-top: 2em;
}
h4.cate {
    /*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";*/
    font-family: Poppins,'Open Sans',sans-serif !important;
    font-size: 1.5em;
    /*	color:#127FB4; 	*/
    color:darkblue; 
    margin: 0px;
    font-weight: bold;
}

ul.kid-menu{
	display: block !important;
}
.menu-drop {
	width: auto;
	height: auto;
	padding: 0;
	list-style: none;
	margin: 0em;	
}
.menu-drop > li > a {
	width: 100%;
  	margin: 0.1em 0;
	display:inline-block;
	position: relative;
	color: #000;
	font-size: 0.8em;
	text-decoration:none;
	/*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";*/
	font-family: Poppins,'Open Sans',sans-serif !important;
	line-height: 1em;
}
.menu-drop > li > a:hover{
	color:#127FB4;
	font-weight: bold;
	text-decoration: underline;
}
.menu-drop ul li a {	
	width: 100%;
	display: inline-block;
	position: relative;
	font-size:0.8em;
	margin:0px;
	text-decoration:none;
	line-height: 1em;
    white-space: pre-wrap; 
    margin-top: 4px;
    padding: 2px;
    border-radius: 10px;
	/*text-indent: 0.5em;
	color:#999999;*/
}
.menu-drop ul li a:hover{
	color:#000000;
	background-color: #f5f5f5;
}
ul.kid-menu li,ul.cute li{
	list-style: none;	
}
.subitem2 {
	line-height: 1em;
}

.product {
    padding: 3em 0 0;
}
.item-grid1 {
    padding-bottom: 2em;
}
.item-grid1:nth-child(7) ,.item-grid1:nth-child(8),.item-grid1:nth-child(9){
    padding-bottom: 0em;
}

/*--single--*/
.span_2_of_a1 h1 {
	color: #000;
    /*text-transform: uppercase;*/
    /*font-size: 1.5em;*/
    font-size: 1.2em;
    /*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";*/
    font-family: Poppins,'Open Sans',sans-serif !important;
    font-weight: bold;
}
.span_2_of_a1 h3 {
	color: #000;
    text-transform: uppercase;
    font-size: 1.8em;
    /*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";*/
    font-family: Poppins,'Open Sans',sans-serif !important;
    font-weight: bold;
}
p.in-para{
color: #666666;
    font-size: 0.9em;
    line-height: 2em;
    margin: 1em 0 ;
	border-bottom: 1px solid #f0f0f0;
    border-top: 3px double #f0f0f0;
	padding:1em 0;
}
.price_single {
	border-bottom: 1px solid #f0f0f0;
    padding-bottom: 0em;
}
span.reducedfrom {
    color: #127FB4;
    font-size: 2em;
    /*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";*/
    font-family: Poppins,'Open Sans',sans-serif !important;
    font-weight: bold;
    float: left;
}
.preco_val {
    color: #127FB4;
    font-size: 1.5em;
    /*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";*/
    font-family: Poppins,'Open Sans',sans-serif !important;
    font-weight: bold;
    line-height: 1em;
}
.preco_txt {
	color: #999;
    font-size: 0.7em;
	margin-top: 1.2em;
    line-height: 1em;
}
.price_single a {
	color: #999;
    font-size: 1em;
	float:right;
	margin-top: 0em;
}
h4.quick {
	color: #000;
	font-size:1.2em;
	text-transform: uppercase;
	/*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";*/
	font-family: Poppins,'Open Sans',sans-serif !important;
	margin-top: 1em;
}
p.det_desc {
	color:#000000;
	font-size:0.7em;
	line-height: 1.3em;
	margin: 0px;
}

p.quick_desc {
	font-size: 0.8em;
	color:#333333;
	line-height: 1em;
	margin: 1em 0 1em;
}

.img_ilustra_com {
	color: #666666;
    font-size: 0.7em;
    text-align: left;
    /* position: absolute; */
    z-index: 1;
    right: 0px;
    padding: 0px;
    background-color: #FFFFFF;
    text-align: center;
	display: block;
}

.img_ilustra_cel {
	display: none;
	color: #666666;
    font-size: 0.7em;
    text-align: left;
    /* position: absolute; */
    z-index: 1;
    right: 0px;
    padding: 0px;
    background-color: #FFFFFF;
    text-align: center;
}

p.quick_parcela {
	color:#666666;
	font-size:0.8em;
	line-height: 1em;
	margin: 1em 0 1em;
}
span.actual {
	color:#127FB4;
	font-size: 1em;
	margin-right: 5%;
}
.add-to{
	float:right;
	margin-top: 1.4em;
}
/*--quantity-starts--*/
.quantity{
	margin: 1.5em 0;
	float:left;
}
 .value-minus,
.value-plus{
    height: 40px;
    line-height: 24px;
    width: 40px;
    margin-right: 3px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 18px;
    color: #fff;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
	border:1px solid #b2b2b2;
	    vertical-align: bottom;
}
.quantity-select .entry.value-minus:before,
.quantity-select .entry.value-plus:before{
	content: ""; 
	width: 13px;
	height: 2px; 
	background: #000;
	left: 50%;
	margin-left: -7px; 
	top: 50%;
	margin-top: -0.5px;
	position: absolute;
}
.quantity-select .entry.value-plus:after{
	content: "";
	height: 13px;
	width: 2px; 
	background: #000;
	left: 50%; 
	margin-left: -1.4px;
    top: 50%;
    margin-top: -6.2px;
	position: absolute;
}
.value  {
    cursor: default;
    width: 40px;
	height:40px;
    padding: 8px 0px;
    color: #A9A9A9;
    line-height: 24px;
    border: 1px solid #E5E5E5;
    background-color: #E5E5E5;
    text-align: center;
    display: inline-block;
	margin-right: 3px;
}
.quantity-select .entry.value-minus:hover,
 .quantity-select .entry.value-plus:hover{
	background: #E5E5E5;
}

.quantity-select .entry.value-minus{
    margin-left: 0;
}
/*--quantity-end--*/
/* Skew Backward */
.hvr-skew-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  background-color: #127FB4;
   color: #fff;
   padding: 1em 1em;
   font-size:1em;
   width: 100%;
   text-align: center;
}
.hvr-skew-backward:hover, .hvr-skew-backward:focus, .hvr-skew-backward:active {
	/*-webkit-transform: skew(10deg);*/
	/*transform: skew(10deg);*/
	color:#fff;
	background:#337ab7;
    text-decoration:none;
}

ul.product-qty {
	padding: 0;
	list-style: none;
}
.product-qty span {
	color: #000;
	font-size:1.2em;
	padding-bottom: 0.5em;
	display: block;
	text-transform: uppercase;
	/*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";*/
	font-family: Poppins,'Open Sans',sans-serif !important;
}
.product-qty select {
	border: 1px solid #eee;
	padding: 0.5em;
	font-size: 1em;
	outline: none;
}
.product-qty option {
	border: 1px solid #EEE;
}
.wish-list {
	padding: 10px 0;
	border-bottom: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
}
.wish-list ul{
	padding:0;
	list-style:none;
}
.wish-list li {
	display: inline-block;
	margin-right: 45px;
}

.wish-list li a {
	color:#127FB4;
	font-size: 0.80em;
	text-decoration: underline;
}
.wish-list li a span {
	padding-right:10px;
}
.wish-list li a:hover{
	text-decoration:none;
}
.quantity_box {
	float: left;
    margin-right: 3em;
}
.size-top {
    margin: 2em 0;
}
/*----*/
.tab-head {
    padding: 3em 0 0;
}
.tabs li a {
    padding: 1em;
    font-size: 0.9em;
    color: #666666;
    border-bottom: 1px solid #EDEDED;
}
.tabs  li a:hover,.tabs  li.active a{
	background:#127FB4 !important;
	color:#fff;
}
.tab-content {
    padding-left: 0px;
}
.facts p {
    color: #666666;
    font-size: 0.9em;
    line-height: 2em;
    padding: 0 0 1em;
}
.facts ul li {
    list-style: none;
    color: #666666;
    font-size: 0.9em;
    padding: 0.3em 0;
}
.facts ul li span{
    padding-right: 0.5em;
}
nav.nav-sidebar {
    float: left;
    width: 30%;
	border-top: 1px solid #EDEDED;
	border-left: 1px solid #EDEDED;
}
.one{
	float:right;
    width: 70%;
	 border: 1px solid #EDEDED;
	 padding:1em;
}
.product-at{
	padding-top:0;
}
/*--login--*/
.login{
	padding:5em 0 0;
}
.login-bottom h2{
	font-size: 1.4em;
	color:#000;
	 padding: 0em 0.9em 1em;
}
.login-mail{
	border: 1px solid #999999;
	margin-bottom: 2em;
	padding: 0.5em 1em;
}
.login-mail i{
	color: #127FB4;
    font-size: 1em;
}
.login-mail input[type="text"],.login-mail input[type="password"]{
	border: none;
	outline:none;
	font-size: 0.9em;
    color: #999;
    width: 95%;
}
.login-do input[type="submit"]{
	border: none;
    outline: none;
    font-size: 1em;
    -webkit-appearance: none;
    cursor: pointer;
    background: none;	
}
.login-do label{
	font-weight:400;
}

.checkbox1 {
	margin-bottom: 4px;
	padding-left: 27px;
	font-size: 1.2em;
	line-height: 27px;
	cursor: pointer;
	position: relative;
	font-weight: 400;
	color:#000;
}
.checkbox1:last-child {
	margin-bottom: 0;
}
.news-letter {
	color: #555;
	font-size: 0.8em;
	margin-bottom: 1em;
	display: block;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	clear: both;
}
.checkbox1 i {
	position: absolute;
	bottom: 5px;
	left: 0;
	display: block;
	width:20px;
	height:20px;
	outline: none;
	border: 2px solid #E1DFDF;
}
.checkbox1 input + i:after {
	content: '';
	background: url("../images/tick1.png") no-repeat 1px 2px;
	top: -1px;
	left: -1px;
	width: 15px;
	height: 15px;
	font: normal 12px/16px FontAwesome;
	text-align: center;
}
.checkbox1 input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.checkbox1 input {
	position: absolute;
	left: -9999px;
}
.checkbox1 input:checked + i:after {
	opacity: 1;
}
.news-letter:hover {
	color:#00BFF0;
}
.login-right h3{
	font-size: 1.5em;
    color: #000000;
    /*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";*/
    font-family: Poppins,'Open Sans',sans-serif !important;
}
.login-right p {
    font-size: 0.9em;
    color: #666666;
    line-height: 1.8em;
    margin: 1em 0 ;
}
.produced {
    text-align: center;
}
/*--contact--*/
.contact-form {
    padding: 5em 0 ;
}
.contact-top h3{
	font-size: 1.5em;
	color:#000;
	line-height:1.4em;
    /*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";*/
    font-family: Poppins,'Open Sans',sans-serif !important;
}
.contact-top div{
	padding:0.5em 0;
}
.contact-top div input[type="text"], .contact-top div textarea {
	width: 100%;
	padding: 0.7em;
	margin:0.4em 0 0;
	background: none;
	outline: none;
	border: 1px solid #F3EFEF;
	-webkit-appearance: none;
}
.contact-top div textarea{
	height:160px;
	resize:none;
}
.contact-top div span{
	color:#000;
	font-size: 0.9em;
}
.contact-top label{
	font-weight:400;
	cursor:pointer;
}
.contact-top input[type="submit"]{
	border:none;
	outline:none;
	background:none;	
}
.contact-top-in p{
	font-size: 1em;
	color: #494949;
	line-height: 1.6em;
	padding: 0.5em 0 1em;
}
.map iframe {
  width: 100%;
  min-height: 450px;
  border: none;
}
.contact-left h3{
    font-size: 1.5em;
	color:#000;
	line-height:1.4em;
    /*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";*/
    font-family: Poppins,'Open Sans',sans-serif !important;
}
.contact-left p {
    font-size: 0.9em;
    color: #666666;
    line-height: 1.8em;
    margin:1em 0 0;
}
.address-grid i{
	color:#127FB4;
	font-size:1em;
	float: left;
	margin: 0 5% 0 0;
	display: inline-block;
	line-height: 2em;
}
.address1{
	float: left;
}
.address-grid {
    padding: 1em 0;
}
.address1 h3{
	font-size: 1.2em;
	color:#000;
	line-height:1.4em;
    /*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";*/
    font-family: Poppins,'Open Sans',sans-serif !important;
}
.address1 p{
	margin: 0;
}
.address1 p a{
	text-decoration:none;
	color: #7c7c7c;
}
.address1 p a:hover{
	color:#127FB4;
}
.address-more h4{
	color:#000;
	font-size:2em;
	margin: 0 15px 0.7em;
}
.address {
  padding: 2em 0 0;
}
/*--404--*/
.four{
	padding:5em 0;
	text-align:center;
}
.four h3{
	font-size: 7em;
    color: #127FB4;
    /*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";*/
    font-family: Poppins,'Open Sans',sans-serif !important;
}
.four p{
	font-size: 0.9em;
    color: #666666;
    line-height: 1.8em;
    margin: 0 0 1.5em;
}
/*--checkout--*/
.check-out{
	padding:5em 0em 0;
}
table{
	width:100%;
	  margin: 0em 0 2em;
}
th{
	color: #000000;
    font-size: 1.4em;
    font-weight: 400;
    /*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";*/
    font-family: Poppins,'Open Sans',sans-serif !important;
}
th, td {
    padding: 10px;
}
td{
	color:#666666;
  font-size: 1em;
}
a.at-in {
  float: left;
    width: 20%;
}
.sed {
    float: right;
	width: 74%;
}
.sed h5{
  	font-size: 1.1em;
	/*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";*/
	font-family: Poppins,'Open Sans',sans-serif !important;
}
.sed h5 a{
    color: #127FB4;
  	text-decoration:none;
}
.sed h5 a:hover{
    color: #000;
}
.sed p{
    color:#b2b2b2;
	font-size:0.8em;
	line-height:1.8em;
	padding:1em 0 0;
}
.table-responsive {
    border: none;
}
.ring-in{
	width:45%;
}

.ring-in{
  position: relative;
}
.close1, .close2, .close3 {
  background: url('../images/close.png') no-repeat 0px 0px ;
  cursor: pointer;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 5px;
  bottom: 10px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
/*--//checkout--*/
/*--wish--*/
.wishlist {
  width: 31%;
  margin: 5em auto 0;
  border:1px solid #A6A5A5;
  text-align:center;
}
.wishlist h6{
	font-size: 1em;
    background: #F5F5F5;
    border-bottom: 1px solid #A6A5A5;
    padding: 0.8em;
    /*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";*/
    font-family: Poppins,'Open Sans',sans-serif !important;
}
.wishlist h6 a{
	text-decoration:none;
	color:#a7a49c;
	padding: 0 0.5em 0 0;
}
.wishlist p{
	font-size:1.1em;
	color:#127FB4;
	padding:0.8em 0 ;
}
/*--footer--*/
.footer-middle{
	background:#0046be;
	/*	padding:4em 0; */
}
.footer-middle-in h6{
	font-size: 1.0em;
    color: #FFFFFF;
    /*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";*/
    font-family: Poppins,'Open Sans',sans-serif !important;
    font-weight: bold;
	margin-bottom: 1em;
    text-transform: uppercase;
}
.footer-middle-in  p{
    font-size: 0.9em;
    color: #FFFFFF;
    line-height: 1.8em;
    margin-top: 1em;	
}
.footer-middle-in  span{
    font-size: 0.9em;
    color: #FFFFFF;
    line-height: 1.8em;	
}
.in{
	float:left;
}
.in1{
	float:right;
}
ul.in li{
	list-style:none;
}
ul.in li a{
	color:#FFFFFF;
	font-size:0.9em;
	text-decoration:none;
	padding:0 0 0.5em ;
	display:block;	 
}
ul.in li a:hover{
	color:#127FB4;
}
ul.tag-in li{
	display:inline-block;
}
ul.tag-in li a{
	color:#FFFFFF;
	font-size: 0.9em;
    text-decoration: none;
    padding: 0.3em 0.7em;
    border: 1px solid #FFFFFF;
    display: block;
    margin-bottom: 0.6em;
    border-radius: 15px;	
}
ul.tag-in li a:hover{
	color:#127FB4;
    border: 1px solid #127FB4;	
}
.footer-class a:hover{
	color:#666666;
}
.footer-middle-in input[type="text"] {
    width: 100%;
    padding: 0.5em 1em;
    margin: 0.7em 0;
    background: none;
    outline: none;
    border: 1px solid #000000;
    -webkit-appearance: none;
    font-size: 0.9em;
    color: #000000;
}
.footer-middle-in input[type="submit"] {
    width: 100%;
    font-size: 1em;
    background: #127FB4;
    padding: 0.5em 1em;
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
    -webkit-appearance: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.footer-middle-in input[type="submit"]:hover {
   color: #127FB4;
    background: #fff;
}
.footer-bottom{
	background:#FFFFFF;
	padding:0.5em 0 0 0;
	height: 40px;
}
.footer-class{
	color:#666666;
	font-size:1em;
	float:right;
}
.footer-class a{
	color:#127FB4;
	text-decoration:none;
}
.footer-bottom-top{
	float:left;
}
.footer-bottom-top li{
	display:inline-block;
}
/*--//footer--*/
/*--typo--*/
.page-header h3{
	font-size: 3em;
	color:#000;
	/*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";*/
	font-family: Poppins,'Open Sans',sans-serif !important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: none;
}
.grid1 {
  margin: 1.5em 0 0;
}
ul.nav.nav-pills {
  margin: 1.5em 0 0;
}
.grid2{
	margin: 1em 0 0;
}
.page {
  padding: 4em 0 4em;
}
.bs-example {
  padding: 2em 0 0;
}
.form-horizontal .control-label {
  text-align: left;
}

.menu_produtos {
    top: -16px;
    left: -16px;
    margin-bottom: 20px;
}

.menu_produtos_filtros_voltar {
    display: none;
    border: 1px solid;
    width: fit-content;
    padding: 10px;
    border-radius: 5px;
}

.menu_produtos_filtros_bt {
    display: none;
    border: 1px solid;
    width: fit-content;
    padding: 10px;
    border-radius: 5px;
}

.menu_produtos_celular { /*apagar*/
    display: none;
    font-size: 0.8em;
}

.bus_select_celular { /*apagar*/
	float: left;
	min-width: 250px;
	width: 50%;
	padding: 10px;
}


.det_tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

.det_tab button {
  background-color: inherit;
  float: left;
  border: 1px solid #ccc;
  outline: none;
  cursor: pointer;
  padding: 8px;
  transition: 0.3s;
  font-size: 0.8em;
  min-width: 158px;
  text-align: center;
  width: 25%;
}

.det_tab button:hover {
  background-color: #ddd;
}

.det_tab button.active {
  background-color: #ccc;
}

.det_tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc; 
  /* border-top: none; */
    border-radius: 5px;
}

.det_subtitulos {
	padding: 5px;
	background-color: #eeeeee;
	font-weight: bold;
    border-radius: 5px;
}

.car_subtitulos {
	padding: 5px 5px 5px 18px;
	font-size: 1em;
	color: #FFFFFF;
	background-color: #666666;
	font-weight: bold;
    border-radius: 5px;
}

.detFoto {
	padding:0px; 
	max-height:600px;
}

.equipe {
	line-height: 1em;
    margin-top: 2em;
}
.conUfCalFrete {
	padding-right: 0px;
}
.conBtCalFrete {
	padding: 0px;
}
.conResCalFrete {
	padding-left: 0px;
}

.pg_ativo {
	padding: 6px;
    margin: 5px;
    background-color: #127FB4;
    min-width:30px; 
    float:left;
    text-align: center;
    border-radius: 5px;
}

.pg_hold {
    white-space: nowrap;
	padding: 6px;
    margin: 5px;
    background-color: #eeeeee;
    min-width:30px; 
    float:left;
    text-align: center;
    border-radius: 5px;
}
.pg_link_ativo{
	color:#FFFFFF;
    font-size: 0.8em;
}
.pg_link_ativo:hover{
	color:#FFFFFF;
	text-decoration: none;
}
.pg_link_hold{
	color:#000000;
    font-size: 0.8em;
}
.pg_link_hold:hover{
	color:#000000;
	text-decoration: none;
}

.carFreteUfSel {
    width: 77% !important;
}

.carFreteUfBt {
    width: auto !important;
    float: right;
}

.nm_pro_clone {
    font-size: 1.5em !important;
}

.div_pro_clone {
   	
}

.mid_pop_clone {
   	height: 200px;
}

/* inicio header 2024  */
.header 		{ height:80px; padding-top:10px; display: flex;}
.head_logo 		{ top:-30px; float:left;}
.head_la 		{ height:45px; width:490px; }
.head_menu 		{ display:none; }
.head_bus 		{ width:15%; float:left; padding-top:10px; text-align: center;  flex-grow:1; }
.head_social 	{ width: 50px; float:left; text-align:center; padding-top:10px; }
.head_fale_ico 	{ width: 30px; float:left; text-align:right; padding-top:10px; }
.head_fale 		{ width: 130px; float:left; padding-top:10px; }
.head_login_ico	{ width: 25px; float:left; text-align:right; padding-top:10px; }
.head_login		{ width: 110px; float:left; padding-top:10px; }
.head_wish_ico	{ width: 25px; float:left; text-align:right; padding-top:10px; }
.head_wish		{ width: 80px; float:left; padding-top:10px; }
.head_car		{ width: 40px; float:left; text-align: center; line-height:1em; padding-top:18px; }
/* fim header 2024 */


/* inicio header  */
.header_logo {	width: 25%; float: left;	} 
.header_bus {	width: 25%; float: left;	}
.header_ped {	width: 35%; float: left;	}
.header_car {	width: 15%; float: left;	}

.header_har {	width: 25%; float: left;	}
.header_log {	width: 15%; float: left;	}
.header_fal {	width: 15%; float: left;	}
.header_tro {	width: 30%; float: left; text-align:center;	}
.header_tla {	width: 15%; float: right; text-align: right;	}

/*
.header_tlb {	width: 12%; float: left; text-align: right; padding-right: 2px;	}
.header_wha {	width: 4%; float: left;	}
*/
/* fim header  */
/*--//typo--*/
/*--responsive--*/

.header_menu {
	display: none;
}

.header_car_vl {	font-size: 1.2em;	}
.women-top {
	height: 125px;
}

.btMercadoPago{
	height:60px;
	width:30%;
	text-align:center;
	margin-left:35%;
	min-width:350px;
}




.row_car{

}
.car_bt_qtd{

}
.carFre{
	
}
.car_caso{
	 margin-left: 10%;
}
.car_realizado{
	font-size:2.5em;
}
.car_realizado span{
	font-size:0.5em;
}
.car_foto{
    background-color: #FFFFFF;
	padding-top: 10px;
	float: left;
	height:120px;
	width: 10%;
}

.car_produto{
    background-color: #FFFFFF;
	padding-top: 10px;
	float: left;
/*	min-width:300px; */
	height:120px;
	width: 40%;
}

.car_produto p {
	font-size: 0.8em;
}

.car_preco{
    background-color: #FFFFFF;
	padding-top: 10px;
	float: left;
	text-align: right;
	height:120px;
	width: 15%;
}

.car_qtd{
    background-color: #FFFFFF;
	padding-top: 10px;
	float: left;
	text-align: center;
	height:120px;
	width: 15%;
}

.car_subtotal{
    background-color: #FFFFFF;
	padding-top: 10px;
	float: left;
	text-align: right;
	height:120px;
	width: 15%;
}

.car_deletar{
    background-color: #FFFFFF;
	padding-top: 10px;
	float: left;
	text-align: right;
	height:120px;
	width: 5%;
}

.car_wish_add{
    background-color: #FFFFFF;
	padding-top: 10px;
	float: left;
	text-align: right;
	height:120px;
	width: 30%;
}

.car_ban{
    color: #FFFFFF;
    background-color: #666666;
	height:40px;
	padding-top: 10px;
}

.pro_link{
	line-height: 1em;
}
.con_html_condicao {
	width:140px!important;
	float: left;
	height: 10px;
}

/* inicio potencial venda | busca site */
.ptv_container{
	/* width:100%; height:200px; background-color:#FFF200; cursor:pointer; */
	width:100%; height:200px; background-color:gold; cursor:pointer;
}

.ptv_left{
	text-align:center; height:200px; width:40%; float:left; padding-top: 30px;
}

.ptv_center{
	text-align:center; height:200px; width:282px; float:left;
}

.ptv_right{
	text-align:center; height:200px; width:30%; float:left; padding-top: 30px; margin: 0px 0px 0px 20px;
}

.ptv_pn_a{
	background-color:#0046BE; color:#FFFFFF; font-size:20px; padding:10px; margin:10px; width:fit-content; text-align:left;
}

.ptv_pn_b{
	margin-left:30px;
}

.ptv_produto{
	color:#0046BE; font-size:23px; margin-left:50px; text-align:left; font-weight:bold;
}

.ptv_arco_left{
	float:left; width:41px;
}

.ptv_arco_right{
	float:left; width:41px;
}

.ptv_arco_center{
	float:left; width:200px; background-color:#FFFFFF;
}

.ptv_detalhes_a{
	color:#0046BE; font-size:16px; padding: 0px 10px; width:fit-content; text-align:left; 
}

.ptv_detalhes_b{
	padding:5px; line-height:2.3;
}

.ptv_oportunidade{
	background-color:#0046BE; color:#FFF200; font-size:25px; padding:10px; margin:0px 10px; width:95%; text-align:left; 
}
/* fim potencial venda | busca site */

/* info loja */
.inf_full_a {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius:6px;
	padding:10px;
	background-image: url('../dbimg/fotos/2025-1_.jpg');
	height:160px;
	width: 100%;
	margin: 10px 0px 0px 0px;
}

.inf_full_b {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius:6px;
	padding:10px;
	background-image: url('../dbimg/fotos/2025-12_.jpg');
	height:160px;
	width: 100%;
	margin: 10px 0px 0px 0px;
}

.inf_left {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius:6px;
	padding:10px;
	background-image: url('../dbimg/fotos/2025-1_.jpg'); 
	height:160px;
	width: 49%;
    float: left;
}

.inf_bt {
	width:100%;
	font-size:0.8em;
	margin: 10px 0px 0px 0px;
}

.inf_right {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius:6px;
	padding:10px;
	/* background-image: url('../dbimg/fotos/5_p.jpg'); */
	background-image: url('../dbimg/fotos/2025-12_.jpg'); 
	height:160px;
	width: 49%;
    float: left;
    margin-left: 2%;
}
/* info loja */

.con_dados_tp_cliente {
	width: 1178px;
}


.pro_com{
	display: block;
}
.pro_cel{
	display: none;
}

.pro_ft_principal{  }

.con_pro_ft_principal{  }

.pro_ft_outras{  }

.pro_prazo{
	font-size:1.1em; 
}

.pro_preco_cel {
	z-index:3;
	margin:0px 0px 0px -17px;
	bottom:0px;
	position:fixed;
	width:100%;
	padding:10px;
	background-color:#FFFFFF;
	box-shadow:rgb(40 41 61 / 4%) 0px 0px 2px, rgb(96 97 112 / 16%) 0px -4px 8px;
	z-index:3;
}

.pro_detalhes {
	margin:10px; background-color:#000000; border-radius:7px; padding:4px;
}

.ban_desde{
	width: 44px;
	height: 43px;
}






.panel.with-nav-tabs .panel-heading{
    padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs{
	border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
	margin-bottom: -1px;
}
/********************************************************************/
/*** PANEL DEFAULT ***/
.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
}
.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
	background-color: #ddd;
	border-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
	color: #555;
	background-color: #fff;
	border-color: #ddd;
	border-bottom-color: transparent;
}








.pix-left {
	margin-left:14%;
	width: 35%;
	float:left;
	background-color: aliceblue;
	margin-right:1%;
	padding:0px;
	box-shadow:0 1px 6px 3px rgb(144 144 144 / 15%);
	border:1px solid #e2e2e2;
	border-radius:5px; 
	height: 370px;
}
.pix-right {
	width: 35%;
	float:left;
	background-color: aliceblue;
	margin-left:1%;
	padding:0px;
	box-shadow:0 1px 6px 3px rgb(144 144 144 / 15%);
	border:1px solid #e2e2e2;
	border-radius:5px;
	height: 370px;
}


div#conCarCliente {
  padding: 20px !important; 
  box-shadow:0 1px 6px 3px rgb(144 144 144 / 15%); 
  border:1px solid #e2e2e2; border-radius:5px;
}
div#conCarPgto {
  padding: 20px !important; 
  box-shadow:0 1px 6px 3px rgb(144 144 144 / 15%); 
  border:1px solid #e2e2e2; border-radius:5px;
  margin-left:8px;
  margin-right:8px; 
}
div#conCarFim {
  padding: 20px !important; 
  box-shadow:0 1px 6px 3px rgb(144 144 144 / 15%); 
  border:1px solid #e2e2e2; border-radius:5px;
}


/*inicio menu novo site*/
.button-menu {
	background-color: transparent;
    border: 0px;
    line-height: normal;
    text-align: left;
    color: #fff;
}

.button-menu:hover {
	text-decoration: underline;
}

.text-title-menu {
    font-family: Poppins, 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0;
}

.text-subtitle-menu {
    font-family: Poppins, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0;
    display: block;
    font-weight: 700;
}
/*fim menu novo site*/


/*inicio home/busca 2024 site*/
.proMain 		{ min-width:250px; font-family:Poppins,'Open Sans',sans-serif; float:left; display:flex; flex-direction:column; align-items:center; justify-content:center; width:25%; background-color:#fff; border-radius:8px; box-shadow:0 2px 5px rgba(0, 0, 0, 0.1); }
.proMain img 	{ width:100%; border-top-left-radius:8px; border-top-right-radius:8px; }
.proDesc 		{ width:100%; background-color:#f6f6f7; padding:0 16px 12px 16px; border-radius:0 0 6px 6px; transition:all .4s;}
.proDesc h2 	{ margin:0px; font-size:14px;}
.proDesc p 		{ margin:5px 0; }
.proDesc a 		{ margin-top:4px; font-weight:500; color:#1d1f2a; line-height:16px;}
.proPreco 		{ font-size:24px; font-weight:bold; margin-bottom:10px; }
.proPgto 		{ margin-bottom:10px; }
.proBotao 		{ background-color:#007bff; color:#fff; padding:10px 20px; border:none; border-radius:4px; cursor:pointer; }
/*fim home/busca 2024 site*/

.proBusDesc 	{ margin-top:4px !important; font-weight:500 !important; color:#1d1f2a !important; line-height:16px !important; font-size:14px !important; font-family:Poppins,'Open Sans',sans-serif !important; }
.proBusPreco 	{ font-family:Poppins,'Open Sans',sans-serif !important; margin-top:6px !important; font-size:24px !important; font-weight:700 !important; line-height:27px !important; letter-spacing:0 !important; color:#fe5000 !important; }
.proBusPreco:hover 	{ text-decoration: none; }
.proBusPreco span 	{ color:#fe5000 !important; font-size:14px !important; font-weight:500 !important; }
.proBusComprar_OLD 	{  background: #CCE6CC !important; border: 1px solid #CCE6CC !important; color: green !important; }
.proBusComprar 	{  background: #0046be !important; border: 1px solid #0046be !important; color: white !important; }
.proBusIndisponivel 	{ background:#f6f6f7 !important; border:1px solid #E8102B !important; color:#E8102B !important; margin-top: 23px !important;}

.proDetCat 		{ color:#1a2132; font-family:Poppins,'Open Sans',sans-serif !important; }
.proDetNome		{ font-size:23px !important; font-weight: bold; color:#127FB4 !important; font-family:Poppins,'Open Sans',sans-serif !important; }
.proDetPn		{ display: block; font-weight: bold; color: #127FB4; font-family:Poppins,'Open Sans',sans-serif !important; }
.proDetPreco	{ color:#fe5000; font-size:28px; font-family:Poppins,'Open Sans',sans-serif !important; font-weight:bold;}
.proDetPrecoCe	{ font-size:17px; margin:2px 0 0 0;}
.proDetTxt		{ color:#212529; font-size:14px; font-family:'Open Sans',sans-serif !important; }
.proDetFontNum	{ font-family:Poppins,'Open Sans',sans-serif !important; }

div#conCarCliente {padding:0px; box-shadow:0 1px 6px 3px rgb(144 144 144 / 15%); border:1px solid #e2e2e2; border-radius:5px;}
div#conCarPgto{ margin-left:8px; margin-right:8px; box-shadow:0 1px 6px 3px rgb(144 144 144 / 15%); border:1px solid #e2e2e2; border-radius:5px; }
div#conCarFim { padding:0px; box-shadow:0 1px 6px 3px rgb(144 144 144 / 15%); border:1px solid #e2e2e2; border-radius:5px; }
.car_finalizar { padding: 10px; font-size: 0.8em; height:460px; }
.btAviseMeCel {  }
.carFreteCelWid {  }

/* .menu_bus { float:left; width:33%; } 
.menu_bus { float: left; width: min-content; padding: 20px; white-space: nowrap; } */


.menu_bus_con {
	margin: 0 auto;
}

.menu_bus {
	width: 199px;
	margin-bottom: 10px;
	border: 1px solid #0046be;
	border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;
    background-color: #FFFFFF;
    font-size: 0.8em;
    text-align: center;
}


.div_bus_main {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: gray;
}
.div_bus_inner {
    width: fit-content;
    text-align: center;
    border-radius:5px;
}

.car_disponibilidade {
    font-size: 12px;
    line-height: 12px;
}



.ads_head_top {
	height:15px; width:100%;
}
.ads_head_top_blue {
	background-color: #0046be; border-radius:10px; margin:0px 15px 15px 15px;
}
.ads_container_a {
	padding:1em; width:100%!important; background-color:#E5E5E5;
}
.ads_container_b {
	width:100%!important;
}
.ads_pro {
	float:left; width:280px; padding-top:0.6em; padding-right:5px; padding-left:5px;
}
.menu_produtos_filtros {
    background-color:#B2C7EB; border:0px; border-radius:5px; margin:17px -10px 0px 5px; display: flex; justify-content: center; align-items: center;
}
.adsBtDesk {
	display: block;
}
.adsBtCel {
	display: none;
}
.adsProConFoto {
	padding:0px 10px 0px 10px; text-align: -webkit-center; margin-top:50px;
}
.adsProFoto {
	height:180px; width:180px;
}
.adsNaoEncontrou {
	display:flex; justify-content:center; padding-top: 20px; padding-left: 15px;
}
.adsProPn {  }
.ads_fabricantes_ps { }
.ads_fabricantes_cat { }
.ads_fabricantes_sub { }
.ads_fabricantes_sst { }

.proDetTop {

}

.adsBtCat {
	background-color: #B3C8EC;
	border: 0px;
	padding: 10px;
	border-radius: 5px;
	margin-top: 10px;
	color: #0046BE;
	font-size: 0.9em;
	cursor: pointer;
	transition: transform 0.2s ease, background-color 0.2s ease;
	font-weight: bold;
	width: 100%;
}

.adsBtCat:hover {
  background-color: #0046BE;
  color: #FFFFFF;
}

.adsBtCat:active {
  transform: scale(0.98);
}

.ads_breadcrumbs {
  border: 1px solid #cbd2d9;
  border-radius: 0.3rem;
  display: inline-flex;
  overflow: hidden;
}





.ads_subsub {
	background: #fff;
    color: #333;
    outline: none;
    padding: 5px;
    position: relative;
    text-decoration: none;
    transition: background 0.2s linear;
    margin: 5px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    white-space: nowrap;
    font-size: 15px;
}

.ads_subsub:hover:after,
.ads_subsub:hover {
  background: #edf1f5;
}

.ads_subsub:focus:after,
.ads_subsub:focus,
.ads_subsub.is-active:focus {
  background: #323f4a;
  color: #fff;
}

.ads_breadcrumbs_item {
  background: #fff;
  color: #333;
  outline: none;
  padding: 0.75em 0.75em 0.75em 1.25em;
  position: relative;
  text-decoration: none;
  transition: background 0.2s linear;
}

.ads_breadcrumbs_item:hover:after,
.ads_breadcrumbs_item:hover {
  background: #edf1f5;
}

.ads_breadcrumbs_item:focus:after,
.ads_breadcrumbs_item:focus,
.ads_breadcrumbs_item.is-active:focus {
  background: #323f4a;
  color: #fff;
}

.ads_breadcrumbs_item:after,
.ads_breadcrumbs_item:before {
  background: white;
  bottom: 0;
  clip-path: polygon(50% 50%, -50% -50%, 0 100%);
  content: "";
  left: 100%;
  position: absolute;
  top: 0;
  transition: background 0.2s linear;
  width: 1em;
  z-index: 1;
}

.ads_breadcrumbs_item:before {
  background: #cbd2d9;
  margin-left: 1px;
}

.ads_breadcrumbs_item:last-child {
  border-right: none;
}

.ads_breadcrumbs_item.is-active {
  background: #edf1f5;
}

.ads_breadcrumbs_cel {
	display: none;
}
.ads_breadcrumbs_item_cel {
	display: none;
}

.ads_menu_pc {  }
.ads_menu_cel { display:none; }
.ads_produtos { margin-left:305px; }
.wish_contador 	{ }



/*inicio instagram nos detalhes dos produtos */
.insta-feed { max-width: 950px; font-family: Arial, sans-serif; padding: 10px; border-radius: 10px; margin: 15px 0; border: 1px solid #CCC; display: flex; flex-wrap: wrap;}
.insta_profile { width: 34%; display: flex; flex-direction: column; align-items: flex-start; margin: 20px 0;}
.insta_logo { width: 60px; height: 60px; border-radius: 50%; margin-bottom: 10px; object-fit: cover; outline: 3px solid #FFF; outline-offset: -1px;}
.insta_info h3 { margin: 0; font-size: 18px; color: #000;}
.insta_info p { margin: 4px 0; color: #666;}
.insta_btn { display: inline-block; margin-top: 8px; padding: 6px 14px; background: #0095f6; color: #fff; border-radius: 6px; text-decoration: none; font-size: 14px;}
.insta_gallery { width: 66%; display: flex; gap: 10px; justify-content: flex-start; flex-wrap: wrap; align-items: flex-start;}
.insta_con_img { position: relative; width: 180px; height: 200px; overflow: hidden; border-radius: 5px; cursor: pointer; flex: 0 0 auto;}
.insta_con_img img { width: 100%; height: 100%; object-fit: cover;}
.insta_overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .8); opacity: 0; transition: .3s; color: #fff; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 15px; font-size: 12px;}
.insta_con_img:hover .insta_overlay { opacity: 1;}
.insta_heart { font-size: 18px; margin-bottom: 10px;}
.insta_stats { display: flex; justify-content: space-between; max-width: 200px; margin: 10px 0; width: 100%;}
.insta_stat { text-align: left; flex: 1;}
.insta_stat-number { font-size: 15px;}
.insta_stat-label { font-size: 12px; color: #555;}
.insta_profile-inner { display: flex; align-items: flex-start; gap: 15px;}
.insta_profile h3 a { color:#000; text-decoration:none; font-size: 17px; }
.insta_info p a { color:#666; text-decoration:none; }
.insta_overlay a { font-size:12px; color:#FFF; text-decoration:none; }

.inc_header_margin { height:80px; }

.carousel_computador {
	display: block; !important;
}

.carousel_celular {
	display: none !important;
}

.pg_outlet_txt {
	font-size: 15px; display: inline-flex; text-align: center; width: 90%; margin-top:30px;
}

.pg_outlet_txt_a {
	width: 45%;
	min-width: 250px;
	float: left;
	text-align: justify;
}

.pg_outlet_txt_b {
	width: 45%;
	min-width: 250px;
	margin-left: 10%;
	margin-top: 20px;
	text-align: justify;
}

.stiProDet {

}

@media (max-width: 1290px) {
	
	.stiProDet {
		width: 90%;
	}
}

@media (max-width: 1170px) {
	
	.stiProDet {
		width: 100%;
	}
}

@media (max-width: 1300px) {
	.insta_profile { width: 40%; }
	.insta_gallery { width: 60%; }

	.bt_outlet_check {
	    padding: 10px;
	    height: 180px;
	    border-radius: 10px;
	}
}

@media (max-width: 1200px) {
	.conCentralizar {
		display: block !important;
	}
}

@media (max-width: 768px) {
  .insta-feed { flex-direction: column; }
  .insta_profile, .insta_gallery { width: 100%; }
  .insta_profile { align-items: flex-start; }
  .insta_profile-inner { flex-direction: row; align-items: flex-start; }
  .insta_logo { margin-bottom: 0; }
  .insta_stats { justify-content: flex-start; gap: 20px; }
}

@media (max-width: 480px) {
  .insta_con_img { width: 100%; height: 200px; }
  .insta_overlay { font-size: 10px; padding: 8px; width: 97%; height: 97%;}
  .insta_btn { font-size: 13px; padding: 5px 12px; }
}
/*fim instagram nos detalhes dos produtos */



@media(max-width:800px){
	.ads_breadcrumbs_item { font-size: 15px; }
	.ads_menu_pc { display:none; }
	.ads_menu_cel { display:block; }
	.ads_produtos { margin-left:0px; }
	.ads_fabricantes_ps { display:none; }
	.ads_fabricantes_cat { display:none; }
	.ads_fabricantes_sub { display:none; }
	.ads_fabricantes_sst { display:none; }


	.carousel_computador {
		display: none !important;
	}

	.carousel_celular {
		display: block !important;
	}

	.pg_outlet_txt {
		display: block; 
	}

	.pg_outlet_txt_a {
		width: 100%;
	}

	.pg_outlet_txt_b {
		width: 100%; margin-left: 0px;
	}
}

@media(max-width:650px){
	.ads_breadcrumbs_cel {
		display: inline-block;
		border: 1px solid #cbd2d9;
    	border-radius: 0.3rem;
    	background: #fff;
        padding: 10px;
	}
	.ads_breadcrumbs_item_cel {
		display: inline-block;
		color: #333;
		font-size: 15px;
	}

	.ads_breadcrumbs {
		display: none;
	}
	.ads_breadcrumbs_item {
		display: none;
	}
}

@media(max-width:500px){
	.women-top { height:130px !important; }
	.mid-pop {        height: 500px !important;    }

	.ads_head_top {
		display:none;
	}
	.ads_head_top_blue {
		border-radius:0px; margin:0px;
	}
	.ads_pro {
		width:50%;
		padding-right:0px; 
		padding-left:0px;
	}
	.ads_container_a {
		padding:10px 0px 0px 0px;
	}
	.ads_container_b {
		padding:0px;
	}
	.adsBtDesk {
		display: none;
	}
	.adsBtCel {
		display: block;
		width: 100% !important;
	}
	.menu_produtos_filtros_bt {
		margin-left: 10px;
	}
	.adsNaoEncontrou {
		width: 100%;
		display: initial;
		padding: 0px;
		margin: 0px;
	}
	.proBusPreco {
		font-size: 18px !important;
	}
	.mid-1 { padding-top:0px !important; }
	.women { margin-bottom: 10px !important; }
}

@media(max-width:450px){
	.women-top { height:150px !important; }
	.mid-pop {        height: 520px !important;    }
}

@media(max-width:420px){
	.women-top { height:170px !important; }
	.mid-pop {        height: 540px !important;    }
}

@media(max-width:400px){
	.adsProFoto {
		width: 130px;
		height: 130px;
	}
	.proBusPreco {
		font-size: 14px !important;
	}
	.adsProConFoto {
		padding:0px;
	}
	
	.adsProPn { font-size:14px; }
	.proBusDesc {
	    line-height: 14px !important;
	    font-size: 13px !important;
	}
	.women-top { height:180px !important; }
}

@media(max-width:370px){
	.women-top { height:200px !important; }
	.mid-pop {        height: 540px !important;    }
	.insta_logo { display:none; }
}

@media(max-width:330px){
	.adsProFoto {
		width: 100%;
	}
	.ads_pro {
		width:100%;
	}
	
	.adsProPn { font-size:16px; }
	.proBusDesc {
	    line-height: 16px !important;
	    font-size: 15px !important;
	}
	.adsProPreco {
		display: contents;
	}
	.women-top { height:120px !important; }
	.mid-pop {        height: 440px !important;    }
}

@media(max-width:400px){
	.proDetTop {
		margin-left: 0px !important;
	}
    body { width: fit-content;}
}

@media(max-width:221px){
	.women-top { height:max-content !important; }
	.mid-pop {        height: max-content !important;    }
	.mid-1 {        height: max-content !important; }
}


@media(max-width:1300px){
	.hardwarepti 	{ display:none; }
	.ban_desde 	{ display:none; }
	.inc_header_whats 	{ display:none; }
}
@media(max-width:1250px){

/* inicio header 2024  */
.head_logo 		{ }
.head_la 		{ width:250px; }
.head_menu 		{ }
.head_bus 		{ }
.head_social 	{ }
.head_fale_ico 	{	display:none; }
.head_fale 		{	 }
.head_login_ico	{	display:none; }
.head_login		{	 }
.head_wish_ico	{	display:none; }
.head_wish		{	 }
.head_car		{ }
/* fim header 2024 */


	.con_dados_tp_cliente {
		width: auto;
	}


	.pix-left {
		margin-left: 1%;
   	 	width: 48%;
	}
	.pix-right {
   	 	width: 48%;
	}
}

@media(max-width:1366px){

.menu_produtos {
    top: -16px;
    left: -16px;
}

.carFreteUfSel {
    width: 73% !important;
}
}
@media(max-width:1280px){

/* inicio potencial venda | busca site */

.ptv_produto{
    font-size: 20px; margin-left: 0px;
}

.ptv_pn_a{
    font-size: 15px; margin: 10px 0px;
}

.ptv_pn_b{
	margin-left:10px;
}

.ptv_left{
	height: fit-content; float: right; width: 50%; padding-top: 0px;
}

.ptv_right {
    height: fit-content; width: 50%; float: right; padding-top: 0px;
}

.ptv_detalhes_a {
    padding: 0px;
}

.ptv_oportunidade {
    font-size: 20px; margin: 10px 0px; width: fit-content;
}
/* fim potencial venda | busca site */

.con_html_condicao {
	width:0px!important;
}

.so_computador_car {
	display: none;
}

.item-grid{
	width:33%;
}

.nm_pro_clone {
    font-size: 1em !important;
}
.div_pro_clone {
    width: 100% !important;
}



.menu_produtos {
    top: -16px;
    left: -16px;
}
.navbar-nav > li > .mega-dropdown-menu {
    left: -130%;
}

.logo {
    /*	left: -1%;	*/
    /*	padding: 2.2em 0em;	*/
    width: 140px;
    /*	margin-left: -15px;	*/
    /* padding: 2.2em 0em; */
   /* width: 140px; */
}
.logo img{
	width:84%;
}

.det_tab button {
  font-size: 0.7em;
}

.detFoto {
	height:550px;
}
}
@media(max-width:1220px){ 


.car_produto{
	width: 50%;
}

.car_produto p {
	font-size: 0.7em;
}

.car_preco{
	width: 15%;
}

.car_qtd{
	width: 10%;
}

.car_subtotal{
	width: 10%;
}

.car_wish_add{
	width: 20%;
}



.carFreteUfSel {
    width: 70% !important;
}
.detFoto {
	height:515px;
}
.logo img{
	width:84%;
}
.menu_produtos {
    top: -16px;
    left: -16px;
}
.h_menu4 {
    /*margin-left: 16.6%;*/
}
ul.nav_1 li a {
    /* padding: 1.6em 1.2em; */
}
.col1 ul li a {
    padding: 6px 0px;
}
.navbar-nav > li > .dropdown-menu {
    left: -197%;
}
.navbar-nav > li > .mega-dropdown-menu {
    left: -387%;
}
.banner {
    height: 500px;
}
.col-pic {
    padding-top: 5em;
}
.mid-1 h6 {
    font-size: 1.05em;
}
.mid-1 font {
    font-size: 1.05em;
}
.mid-2 p {
    font-size: 0.75em;
}
.wishlist {
    width: 42%;
}
.b-wrapper1.long-img {
    padding-top: 14em;
}
.heart li a {
    margin: 0 0.5em;
}
.det_tab button {
  font-size: 0.7em;
}
}

@media(max-width:1000px){

.bt_outlet_check {
    padding: 10px;
    height: 180px;
    border-radius: 10px;
    min-width: 160px;
}

.bt_outlet {
    line-height: 15px;
    font-size: 1em !important;
    display: initial;
    height: 130px;
    text-align: center;
    min-width: 100px;
}

.bt_outlet img{
    margin: 10px 5px 0px -5px;
}

.bt_outlet_txt {
    text-decoration-line: none;
}

/* inicio header 2024  */
.header 		{ height:60px; }
.inc_header_margin 		{ height:60px; }
.head_logo 		{ width:20%; }
.head_la 		{ }
.head_menu 		{ }
.head_bus 		{ width:25%; }
.head_social 	{ width:5%; }
.head_fale_ico 	{ }
.head_fale 		{ width:15%; }
.head_login_ico	{ }
.head_login		{ width:15%; }
.head_wish_ico	{ }
.head_wish		{ width:15%; }
.head_car		{ width:5%; }
.hardwarepti 	{ display:none; }
.wish_contador 	{ display:none; }
/* fim header 2024 */


.inf_left {
	margin-top:10px;
}

.inf_right {
	margin-top:10px;
}

.inf_bt {
	width: 200px;
}

/* inicio potencial venda | busca site */

.ptv_container{
	height:200px;
}

.ptv_arco_center {
	width: 200px; height: 200px;
}
.ptv_arco_center img{
	width: 200px; height: 200px;
}

.ptv_arco_left {
	width: 41px; height: 200px;
}
.ptv_arco_left img{
	width: 41px; height: 200px;
}

.ptv_arco_right {
	width: 41px; height: 200px;
}
.ptv_arco_right img{
	width: 41px; height: 200px;
}

.ptv_center {
    width: 300px;
    height: 200px;
}

.ptv_oportunidade{
    display: none;
}

.ptv_detalhes_a{
	padding: 0px; 
}
/* fim potencial venda | busca site */


.car_realizado{
	font-size: 1.5em;	
}
.car_realizado span{
	font-size:0.8em;
}
.carFre{
	margin-top: 20px;
}



/*
.head_bus {	width: 35%; float: left;	}
*/



.header_logo {	width: 20%; float: left;	}
.header_bus {	width: 35%; float: left;	}
.header_ped {	width: 25%; float: left;	}
.header_car {	width: 20%; float: left;	}

.header_har {	width: 20%; float: left;	}
.header_log {	width: 17%; float: left;	}
.header_fal {	width: 16%; float: left;	}
.header_tro {	width: 24%; float: left;	}
.header_tla {	width: 13%; float: right;	}

.header_tlb {	width: 13%; float: left;	}
.header_wha {	width: 4%; float: left;	}


.btMercadoPago{
	margin-left:25%;
}
.carFreteUfSel {
    width: 60% !important;
}
.menu_produtos {
    top: -16px;
    left: -16px;
}
.navbar-toggle {
    background-color: #000 !important;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
}
.header-login {
    /*margin-left: 24%;
    width: 33%;*/
	float:left;
}
ul.nav_1 li a {
    padding: 0.5em;
    font-size: 0.8em;
}
.col1 ul li a {
    padding: 6px 0px;
	font-size: 0.85em;
}
.logo img{
	width:84%;
}

.logo {
    /*left: -3%;*/
    /*padding: 1.7em 0em;*/
    width: 140px;
}
.h_menu4 {
    /*margin-left: 21.8%;
    width: 56%;
    width: 33%;
    width: 20%;*/
    padding: 0;
	float:left;
}
.header_busca_txt {
	margin-left: 10%;
	width: 80%;
    /*width: 21%; 
    width: 45%;
	float:left;*/
}
.header-carrinho {
	margin-left: 20%;
	width: 25%;
    /*width: 21%; 
    width: 45%;*/
	float:left;
}
.heart span {
    margin: 0.6em;
}
.right button {
    left: 43px;
}

.header_busca_txt {
	/* width: 320px; */
}
.box_1 h3 {
    font-size: 0.8em;
}
.box_1 p a {
    font-size: 0.7em;
}
.box_1 h3 img {
    width: 25%;
}
.cart.box_1 {
    margin-top: 0px;
}
.heart {
    margin-top: 0em;
}
.det_tab button {
  font-size: 0.7em;
}

.pagina {
	width: 96%;
	margin-left: 2%;
}
}
@media(max-width:991px){ 

.car_ban{
    white-space: nowrap;
    font-size: 0.8em;
}

.car_produto {
	line-height: 0.8em;
	width: 40%;
}

.car_qtd {
	line-height: 0.8em;
	width: 20%;
}


.car_produto a {
	font-size: 0.8em;
}

.menu_cat {
	display: none;
}

/* inicio header 2024  */
.head_logo 		{ }
.hardwarepti 	{ }
.head_la 		{ }
.head_menu 		{ }
.head_bus 		{ width:30%; padding-top: 0px; }
.head_social 	{ padding-top: 0px; }
.head_fale_ico 	{ }
.head_fale 		{ width:20%; padding-top: 0px;}
.head_login_ico	{ }
.head_login		{ display:none; }
.head_wish_ico	{ }
.head_wish		{ width:10%; padding-top: 0px;}
.head_car		{ padding-top: 5px; }
/* fim header 2024 */

div#conCarCliente { 
	box-shadow: none;
    border: none;
}

div#conCarPgto {
	box-shadow: none;
    border: none;
    margin-left:0px;
    margin-right:0px; 
}

div#conCarFim {
	margin-left:8px;
	margin-right:8px;	
	float:left;
	width: 100%;
	box-shadow: none;
    border: none;
}

.pix-left h4 {
	font-size:1em;
}
.pix-right h4 {
	font-size:1em;
}

.menu_produtos_celular { /*apagar*/
    background-color: #eeeeee;
    border-radius: 5px;
    display: block;
}

.menu_cat_show {
    display: none;
}
 
.menu_produtos_filtros {
    display: none;
}

.menu_produtos_filtros_voltar {
    display: block;
}

.menu_produtos_filtros_bt {
    display: block;
}

.menu_produtos_busca .row1 {
	height: 60px;
}
.menu_produtos_busca .sky-form {
	float: left;
    width: 50%;
    padding: 10px 10px 40px 10px;
}
.bus_paginas{
	display: contents !important;
}
.car_finalizar {height: 240px !important;}

/* inicio header */

.head_menu {	width: 10%; display: block; float: left; 	}

/* fim header */



.header_menu {	width: 10%; display: block; float: left; 	}

.header_logo {	width: 20%; float: left;	}
.header_bus {	width: 30%; float: left;	}
.header_ped {	width: 20%; float: left;	}
.header_car {	width: 20%; float: left;	}
.header_car_vl {	font-size: 1em;	}

.header_har {	display: none; }
.header_log {	width: 20%; float: left;	}
.header_fal {	width: 20%; float: left;	}
.header_tro {	width: 40%; float: left;	}
.header_tla {	width: 20%; float: right;	}

.header_tlb {	width: 15%; float: left;	}
.header_wha {	width: 10%; float: left;	}

.bts_car {
	width: 100% !important;
	text-align: center !important;
}

.so_computador {
	display: none;
}
.header_busca {
	white-space: nowrap;
	width: 75%;
    float: left;
}

.header_login {
	font-size: 0.8em;
    float: left;
    width: 30%;
    /* padding: 5px 0px; */
}
.header_heart {
	/* padding-top: 5px; 
	right: 0px; */
    float: left;
    width: 35%;
    font-size: 0.8em;
    text-align: center;
}
.equipe {
	text-align: center;
}
.detFoto {
	height:610px;
}

.menu_produtos {
    display: none;
}
.menu-top {
    width: 660px;
    padding: 1em;
}
.navbar-nav > li > .dropdown-menu {
    left: -233%;
}
.col1 h4 {
    font-size: 1.2em;
}
.navbar-nav > li > .mega-dropdown-menu {
    left: -490%;
}
.col-md{
	width:83%;
	margin:0 auto;
	padding-bottom: 2em;
}
.col-md1{
	width:83%;
	margin:0 auto;
}
.col-pic {
    padding-top: 7em;
}
.item-grid,.item-grid1{
	width:33%;
	float:left;
	padding-top: 2em;
}
.item-grid1 {
    padding-bottom: 0em;
}
.brand-grid{
	float:left;
	width:25%;
}
.brand {
    padding: 4em 0;
}
.mid-popular {
    padding-top: 0em;
}
.footer-middle-in h6 {
    margin-top: 1em;
}
.col-md-9 {
    padding: 0;
}
.grid {
    width: 50%;
}
.contact-form {
    padding: 4em 0;
}
.login-do {
    padding-bottom: 2em;
}
.wishlist {
    width: 52%;
}
.b-wrapper1.long-img {
    padding-top: 19em;
}
.span_2_of_a1 h3 {
    font-size: 1em;	
}
/*--typo--*/
h1.grid2 {
  font-size: 2.3em;
}
.page {
  padding: 2em 0;
}
/*----*/
td.add-check a{
	    width: 119px;
}
.check-out {
    padding: 3em 0em 0;
}
th {
    font-size: 1.1em;
}
td {
    font-size: 0.9em;
}
.det_tab button {
  font-size: 0.7em;
}
}
@media(max-width:768px){


.bt_outlet {
    height: 170px;
    min-width: 100px;
}

/* inicio header 2024  */
.head_logo 		{ width:25%; }
.hardwarepti 	{ display:none; }
.head_la 		{ }
.head_menu 		{ }
.head_bus 		{ width:45%; }
.head_social 	{ display:none; }
.head_fale_ico 	{ }
.head_fale 		{ display:none; }
.head_login_ico	{ }
.head_login		{ }
.head_wish_ico	{ width:10%; padding-top:0px; display:block; }
.head_wish		{ display:none; }
.head_car		{ width:10%; }
/* fim header 2024 */


.car_caso{
	 margin-left: 12%;
}
.car_foto{
	height: 130px;
	width: 12%;
}
.car_produto{
	height: 130px;
	width: 55%;
}
.car_preco{
	height: 130px;
	display: none;
}
.car_qtd{
	height: 130px;
	width: 13%;
}
.car_subtotal{
	height: 130px;
	width: 15%;
}
.car_deletar{
	height: 130px;
}
.car_ban{
	display: none;
}
.row_car{
	margin: 0px;
}
.car_wish_add{
	width: 28%;
	height: 130px;
}

.head_bus {	width: 40%; float: left;	}


.header_busca_txt {	margin-top: 0px;	}
.header_logo {	width: 25%; float: left;	}
.header_bus {	width: 40%; float: left;	}
.header_ped {	display: none; 	}
.header_car {	width: 25%; float: left;	}

.header_ped{
	display: none; 
}
.conUfCalFrete {
	padding-right: 15px;
}
.conBtCalFrete {
	padding-left: 15px;
}
.conResCalFrete {
	padding-left: 15px;
}
.detFoto {
	height:600px;
}
.menu_produtos {
    top: 15px;
    left: 0px;
}
.banner {
    height: 450px;
	background-position-x: -883px;
}
.det_tab button {
  width: 50%;
}
}
@media(max-width:767px){

.car_realizado img {
	margin-top: 0px!important;
    width: 30px!important;
    height: 25px!important;
}

/* inicio potencial venda | busca site */
.ptv_center{
	margin-left: -10px;
    width: 250px;
}

.ptv_arco_left {
    display: none;
}

.ptv_left {
    width: 60%;
}

.ptv_right {
    width: 60%;
}
/* fim potencial venda | busca site */

.item-grid ,.item-grid1{
	width:50%;
}
.mid_pop_clone {
   	height: 350px;
}
.detFoto {
	height:600px;
}
.menu_produtos {
    top: 15px;
    left: 0px;
}
.logo {
    /*left: -3%;*/
    /*padding: 1.7em 0em;*/
    width: 140px;
}
.header-login {
    /*margin-left: 19%;
    width: 37%;*/
}
.h_menu4 {
    /*width: 53%;
    width: 15%;*/
}
.header_busca {
	white-space: nowrap;
	width: 100%;
    float: left;
}
.header_busca_txt {
    width: 100%;
    margin-left: 0px;
    text-align: center;
    /*width: 63%;*/ 
}
.header-carrinho {
	margin-left: 20%;
	width: 25%;
	float:left;
}

.nav > li > a{
	padding: 1.2em 3em !important;
	max-width: 171px;
}
.navbar-nav {
    margin: 0;
	width: 100%;
}
.col1 {
    float: none;
    width: 100%;
}
ul.nav_1 li {
    border-right: none;
}
.navbar-nav > li > .dropdown-menu {
    left: inherit;
}
.navbar-nav > li > .mega-dropdown-menu {
    left: inherit;
}
.header-social {
    float: right;
}
.menu-top {
    width: 160px;
}

.content-top {
    padding: 4em 0;
}
.footer-bottom-top {
    float: none;
    text-align: center;
}
.footer-class {
    float: none;
    text-align: center;
    margin-top: 0.6em;
}
.banner-top {
    height: 196px;
    padding: 3em 0;
}
.product {
    padding: 2em 0 0;
}
.grid {
    width: 60%;
}
.tabs li a {
    padding: 1em !important; 
}
.product-at {
    padding: 2em 0 0;
}
.map iframe {
    min-height: 300px;
}
.wishlist {
    width: 60%;
}
th {
    font-size: 1em;
}
.close1, .close2, .close3 {
    bottom: 3px;
}
.check-out {
    padding: 4em 0em 0;
}
.login {
    padding: 4em 0 0;
}
/*--typo--*/
button.btn.btn-lg {
  font-size: 1.1em;
}
h1.grid2 {
  font-size: 2em;
}
h2.grid2 {
  font-size: 1.9em;
}
.single {
    /* padding: 3.5em 0 0; */
}
.b-wrapper1.long-img {
    padding-top: 16em;
}
td.add-check a {
    width: 106px;
}
.heart li a {
    margin: 0 0.3em;
}

.det_tab button {
  width: 50%;
}
}
@media (max-width: 640px){ 

.car_disponibilidade {
    margin-top: -40px;
    margin-left: -130px;
    width: 150px;
}

.pix-left h4 {
	padding-top: 10px;
}
.pix-right h4 {
	padding-top: 10px;
}

.car_caso{
	 margin-left: 15%;
}
.car_foto{
	border-top: 3px solid #cccccc;
	width: 20%;
	height:140px;
}

.car_produto{
	border-top: 3px solid #cccccc;
	width: 80%;
	height:80px;
}

.car_qtd{
	width: 35%;
	height: 60px;
	padding-top: 0px;
}

.car_subtotal{
	width: 35%;
	height: 60px;
	padding-top: 0px;
}

.car_deletar{
	width: 10%;
	height: 60px;
	padding-top: 0px;
}
.car_bt_qtd{
	height: 33px;
	margin-top: 2px;
}

.car_wish_add{
	width: 70%;
    height: 60px;
}

.car_wish_del{
	padding-top: 15px;
}


.head_bus {	width: 40%; float: left;	}


.logo {	width: 120px; margin-top: 5px;	}
.header_logo {	width: 25%; float: left;	}
.header_bus {	width: 40%; float: left;	}
.header_car {	width: 25%; float: left;	}

.header_log {	width: 35%; float: left;	}
.header_fal {	display: none;	}
.header_tro {	width: 35%; float: left;	}
.header_tla {	width: 20%; float: right;	}
.header_tlb {	display: none;	}
.header_wha {	width: 10%; float: left;	}


.btMercadoPago{
	margin-left:15%;
}
.detFoto {
	height:600px;
}
.banner {
    height: 390px;
    background-position-x: -965px;
}
.det_tab button {
  width: 50%;
}
.header-login {
    margin-left: 41%;
    width: 60%;
	text-align: right;
    padding: 0;
}
.header-social {
    padding: 0;
    right: -5px;
}

}
@media (max-width: 620px){

.ptv_center {
    width: 200px;
}
.ptv_arco_right {
    display: none;
}

.header_busca_txt {
	/*
	font-size: 0.9em;
	height: 1.5em;
	*/
}
.det_tab button {
  width: 50%;
}

.logo {
    top: -40px;
    /*left: -3%;*/
    /*padding: 3em 0em 0em 0em;*/
}

}
@media(max-width:568px){

.car_disponibilidade {
    margin-top: -40px;
    margin-left: -100px;
    width: 120px;
}

.proDetNome { font-size: 18px !important; }
.proDetInfBasc	{ /* margin:-10px; */ }

.pro_prazo{
	font-size:0.9em; 
}
.link_gray{
	font-size:0.8em!important; 
}
.ptv_center {
    display: none;
}
.ptv_left {
    width: 95%;
}
.ptv_right {
    width: 95%;
}
.car_foto{
	height:180px;
}

.car_produto{
	height:120px;
}



.head_bus {	width: 32%; float: left;	}


.header_logo {	width: 28%; float: left;	}
.header_bus {	width: 32%; float: left;	}
.header_car {	width: 30%; float: left;	}

/*
.header_busca_txt {
	font-size: 0.7em;
	height: 2.5em;
	width: 200px;
    width: 25%;
    float: left;
    margin-left: 0px;
}
.header_botao{
	font-size: 0.7em;
}
*/
.menu_produtos {
    top: 15px;
    left: 0px;
}
.header-login {
    margin-left: 41%;
    width: 60%;
	text-align: right;
    padding: 0;
}
.header-top {
    /* padding: 0.7em 0; */
}
.header-social {
    /*margin-top: 1em;*/
	padding:0;
	margin-left: 0px;
}
.header-carrinho {
    width: 25%;
    float: left;
    margin-left: 30%;
}
.h_menu4 {
    width: 20%;
    margin: 0;
}
.navbar-toggle {
    float: left;
}
.logo {
    /*left: -3%;*/
    /*padding: 0.5em 0em;*/
}
.nav > li > a {
    padding: 0.8em 2em !important;
}
.col-md,.col-md1 {
    width: 100%;
}
.col-2 h2 {
    font-size: 2em;
	line-height: 1.5em;
}
.col-pic h5 {
    font-size: 1.7em;
}
.col-pic p {
    font-size: 1em;
}
.col-pic {
    padding-top: 5em;
}
.content-top {
    padding: 3em 0;
}
.content-mid h3 {
    font-size: 2em;
}
.item-grid ,.item-grid1{
    padding: 2em 0.5em 0;
	width:50%;
}
.mid-1 h6 {
    font-size: 1em;
}
.mid-1 font {
    font-size: 1em;
}
.mid-pop .pro-img:hover .zoom-icon {
    top: 30%;
}
.brand-grid {
    float: left;
    width: 50%;
}
.brand {
    padding: 2em 0;
}
.footer-middle {
    padding: 3em 0;
}
.footer-class {
    font-size: 0.9em;
}

.product {
    padding: 1em 0 0;
}
.grid {
    width: 70%;
}
nav.nav-sidebar {
    float: none;
    width: 100%;
	border-top: none; 
}

.one {
    float: none;
    width: 100%;
}
.tabs li a {
    font-size: 0.8em;
    padding: 1em !important;
	border-right: 1px solid #EDEDED;
	border-top: 1px solid #EDEDED;
	border-bottom: none;
}
.tab-head {
    padding: 2em 0 0;
}
.contact-form {
    padding: 3em 0;
}
.map iframe {
    min-height: 250px;
}
.four {
    padding: 3em 0;
}
.four h3 {
    font-size: 6em;
}
.wishlist {
    width: 80%;
}
.check-out {
    padding: 3em 0em 0;
}

a.at-in {
    width: 38%;
}
.banner-top h1 {
    font-size: 2.2em;
}
.banner-top {
    height: 178px;
    padding: 3em 0;
    background-size: 557px;
}
.sed h5 {
    font-size: 0.9em;
}
.sed {
    width: 58%;
}
td {
    font-size: 0.9em;
}
.login-mail input[type="text"], .login-mail input[type="password"] {
    width: 93%;
}
.login {
    padding: 3em 0 0;
}
.search {
    padding: 0.5em;
    top: 1px;
}
.search input[type=submit] {
    top: 7px;
}
.single {
    /* padding: 3em 0 0; */
}
.span_2_of_a1 h3 {
    font-size: 1em;
}
.b-wrapper1.long-img {
    padding-top: 12em;
}
th.table-grid {
    padding: 1em 6em;
}
td.add-check a {
    width: 107px;
}
.check-out {
    padding: 2em 0em 0;
}
/*--typo--*/
.page-header h3 {
  font-size: 2em; 
}
button.btn.btn-lg {
  font-size: 1em;
  padding: 7px;
}
button.btn.btn-1 {
  font-size: 0.9em;
  padding: 8px;
}
button.btn.btn-sm {
  font-size: 0.8em;
  padding: 9px;
}
h1#h1-bootstrap-heading {
  font-size: 2.2em;
}
h2#h2-bootstrap-heading {
  font-size: 2em;
}
h1.grid2 {
  font-size: 1.45em;
}
h2.grid2 {
  font-size: 1.35em;
}
h3.grid2 {
  font-size: 1.3em;
}
h4.grid2 {
  font-size: 1.2em;
}
.det_tab button {
  width: 50%;
}

.detFoto {
	height:600px;
}
}
@media(max-width:505px){

.header { display:block;  }
.car_disponibilidade {
	margin-top: -48px;
    margin-left: -80px;
    width: 100px;
}

.proDetBoxPreco	{ margin:0px; !important }

/* inicio header 2024  */
.header 		{ height:100px;}
.inc_header_margin 		{ height:100px; }
.head_logo 		{ }
.hardwarepti 	{ }
.head_la 		{ }
.head_menu 		{ }
.head_bus 		{ }
.head_social 	{ }
.head_fale_ico 	{ }
.head_fale 		{ }
.head_login_ico	{ }
.head_login		{ }
.head_wish_ico	{ width:20%; margin-top:-95px; float: right; margin-right: 40px; text-align:center; pul}
.head_wish		{ }
.head_car		{ width:20%; margin-top:-93px; float:right; }
/* fim header 2024 */

.pix-left  {
	margin-left: 0%;
	margin-bottom: 30px;
    width: 100%;
    height: auto;
}
.pix-left h4 {
	padding-top:0px;
	font-size:1.2em;
}
.pix-right  {
	margin-left: 0%;
    width: 100%;
    height: auto;
	margin-bottom: 30px;
}
.pix-right h4 {
	padding-top: 0px;
	font-size:1.2em;
}

.pro_detalhes {
	margin:0px;
}

.con_pro_ft_principal{ 
	height: 275px;
}

.pro_preco_cel {
	margin:0px 0px 0px -45px;
}

.marquee {
	display: none;
}
.pro_cat{
	display: none;
}


.pro_com{
	display: none;
}
.pro_cel{
	display: block;
	margin-top: -20px;
	text-align: left;
}



.img_ilustra_com {
	display: none;
}

.img_ilustra_cel {
	display: block;
    margin-top: -20px;
    text-align: left;
}

.pro_ft_principal{
	width: 75%!important;
    float: left;
}
.pro_ft_outras{
	width: 25%!important;
    float: left;
}
.pro_ft_outras img {
	max-width: 50px;
	margin: 0px;
}

.pro_link {
    line-height: 2em;
    padding: 10px;
}
.car_caso{
	 margin-left: 20%;
}
.car_foto{
	width: 20%;
}

.car_produto{
	width: 80%;
}

.car_qtd{
	width: 35%;
}


.btMercadoPago{
	margin-left:0px;
}
.item-grid ,.item-grid1{
	width:100%;
}


.head_bus {	width: 100%;  }


.header_logo {	width: 40%; float: left;	}
.header_bus {	width: 100%;  }
.header_car {	width: 40%; margin-top: -95px; margin-left: 60%;	}

/*.header_log {	width: 50%; float: left;	}*/
.header_log {	display: none;	}
.header_fal {	display: none;	}
.header_tro {	width: 20%; margin-top: -95px; margin-left: 50%;	}
/*.header_tla {	width: 40%; float: left;	}*/
.header_tla {	display: none;	}
.header_tlb {	display: none;	}
.header_wha {	width: 10%; float: left;	}
/*
.header_busca_txt {
	width: 150px;
}
*/

.preco_txt {
	margin-top: 0.5em;
}
.detFoto {
	height:540px;
}
.banner {
    height: 340px;
    background-position-x: -238px;
    background-size: 704px;
}
.det_tab button {
  width: 50%;
}
}
@media(max-width:390px){ 

 
.car_disponibilidade {
    margin-left: -110px;
    width: 100px;
}

.pro_preco_cel {
	margin:0px 0px 0px -30px;
}

.car_caso{
	 margin-left: 0px;
}
.car_foto{
	display: none;
}

.car_produto{
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

.car_qtd{
	width: 25%;
	margin-left:120px;
}
.car_subtotal{
	width: 30%;
}
.car_deletar{
	width: 10%;
}

.car_wish_add{
	width: 80%;
}

.detFoto {
	height:460px;
}
.logo img {
    width: 66%;
}
.header-top {
    padding: 0.53em 0;
}
.header-login ul li a {
    font-size: 0.78em;
    margin: 0 0.1em;
}
.header-social ul li a {
    font-size: 0.78em;
    margin: 0 0.1em;
}
.header-social {
    margin-top: 0.15em;
}
.h_menu4 {
    /*width: 42%;*/
    width: 15%;
}
.nav > li > a {
    padding: 0.8em 1em !important;
    max-width: 160px;
}
.header_busca_txt {
    /*
    width: 57%;
    width: 83%;
    */
}
.header-carrinho {
    width: 83%;
}

.footer-middle-in img{
	/* width:60%; */
}
.content-top {
    padding: 2em 0;
}
.col-md, .col-md1, .col-md-6{
    padding: 0;
}
.col-2 span {
    font-size: 1.2em;
}
.col-2 h2 {
    font-size: 1.5em;
}
.col-2 p {
    font-size: 0.82em;
}
.col-2 {
    padding: 1em 0;
}
.col-pic h5 {
    font-size: 1.5em;
}
.col-pic p {
    font-size: 0.9em;
}
.col-pic {
    padding-top: 3em;
}
.menu_produtos {
    top: 15px;
    left: 0px;
}
.content-mid h3 {
    font-size: 1.5em;
}
label.line {
    width: 107px;
}
.zoom-icon .icon {
    width: 35px;
    height: 35px;
    font-size: 1em;
    line-height: 2.3em;
}
.mid-pop .pro-img:hover .zoom-icon {
    top: 20.5%;
}
.item-grid {
    padding: 1em 0.3em 0;
}
.women-top {
    float: none;
}
.mid-1 span {
    font-size: 0.8em;
}
.mid-1 h6 {
    /*	font-size: 0.8em; 	*/
}
.mid-1 font {
    /*	font-size: 0.8em; 	*/
}
.img {
    float: none;
    text-align: center;
    margin-top: 0.5em;
}
.img img{
    width:29%;
}
.item-grid,.item-grid1 {
    padding: 1em 0.3em 0;
}
.block ,.mid-2 p{
    float: none;
    text-align: center;
}
.mid-1 {
    padding-top: 0.5em;
}
.mid-2 {
    padding-top: 0.5em;
}
.footer-middle {
    padding: 2em 0;
}	
.footer-middle-in h6 {
    font-size: 1.2em;
}
.footer-middle-in p,ul.in li a,ul.tag-in li a,.footer-class {
    font-size: 0.83em;
}
.banner-top h1 {
    font-size: 1.6em;
}
.banner-top h2 {
    font-size: 0.8em;
}
.banner-top em {
    width: 78px;
}
.banner-top {
    height: 125px;
    padding: 1.7em 0;
    background-size: 434px;
}
.product {
    padding: 0em 0 0;
}
h4.cate {
    font-size: 1.4em;
}
.product-bottom {
    padding:2em 0 0;
}
.menu-drop > li > a {
    font-size: 0.83em;
}
.tabs li a {
    padding: 1em !important; 
}
.login-do {
    padding: 0 0 2em;
}
.login-mail input[type="text"], .login-mail input[type="password"] {
    width: 90%;
}
.login-mail {
    margin-bottom: 1em;
}
.login-right {
    padding: 0;
}
.login-right h3 {
    font-size: 1.2em;
}
.login-right p {
    font-size: 0.83em;
}
.login {
    padding: 2em 0 0;
}
.hvr-skew-backward {
    padding: 0.4em 1em;
    font-size: 0.9em;
}
.wishlist {
    width: 100%;
    margin: 2em auto 0;
}
.wishlist h6 {
    font-size: 0.85em;
}
.wishlist p {
    font-size: 0.9em;
}
.check-out {
    padding: 1em 0em 0;
}
.search {
    width: 215px;
    right: 3.6em;
}
.search input[type=submit] {
    width: 27%;
    font-size: 0.7em;
}
.search input[type=text] {
    padding: 7px;
    width: 70%;
    font-size: 0.75em;
}
th.table-grid {
    padding: 0 5em;
}
th{
	padding:0 3em;
}
td {
    font-size: 0.8em;
}
.sed p {
    font-size: 0.88em;
    line-height: 1.6em;
}
.sed h5 {
    font-size: 1em;
}
.single {
    /* padding: 2em 0 0; */
}
.single-top-in {
    padding: 0;
}
.price_single {
    font-size: 1em;
    margin: 0.5em 0 1em;
}
h4.quick {
    font-size: 1.1em;
}
p.det_desc {
    font-size: 0.7em;
    margin: 0px;
}
p.quick_desc {
    font-size: 0.8em;
    margin: 0.7em 0 1em;
}
p.quick_parcela {
    margin: 0.7em 0 1em;
}
.product-qty span {
    font-size: 1em;
}
.tabs li a {
    padding: 0.6em 1em !important;
}
.facts p,.facts ul li {
    font-size: 0.8em;
}
.four h3 {
    font-size: 5em;
}
.four p {
    font-size: 0.8em;
}
.b-from-left {
    font-size: 1.5em;
}
.b-from-right {
    font-size: 1em;
}
.b-wrapper1.long-img {
    padding-top: 8em;
}
.grid {
    padding: 0;
}
.span_2_of_a1 h1 {
    font-size: 1em;
}
.span_2_of_a1 h3 {
    font-size: 1em;
}
p.in-para {
    font-size: 0.8em;
}
/*--typo--*/
h1#h1-bootstrap-heading {
  font-size: 1.6em;
}
h2#h2-bootstrap-heading {
  font-size: 1.5em;
}
h3#h3-bootstrap-heading {
  font-size: 1.4em;
}
button.btn.btn-lg {
  font-size: 0.9em;
  margin: 0 0 0.5em 0px;
  padding: 9px;
}
.grid1 {
  margin: 0.7em 0 0;
}
button.btn.btn-1 {
  font-size: 0.8em;
  margin: 0 0 0.5em;
}
button.btn.btn-sm {
  font-size: 0.7em;
  padding: 5px;
  margin: 0 0 0.5em;
}
button.btn.btn-xs {
  font-size: 0.7em;
}
ul.nav.nav-pills a{
	padding: 0.5em;
  font-size: 0.9em;
}
span.label {
  margin: 0 0 0.5em;
  display: inline-block;
}
.page {
  padding: 0 0 1em;
}
.page-header {
  margin: 16px 0 9px;
}
.grid2 {
  margin: 0.4em 0 0;
}
.bs-example {
  padding: 1em 0 0;
}
.page-header h3 {
    font-size: 1.6em;
}
td.add-check a {
    width: 86px;
}
.det_tab button {
  width: 50%;
}
}

@media(max-width:350px){ 

.car_disponibilidade {
	margin-left: 10px;
	margin-top: -85px;
    width: 300px;
    text-align: left;
}

.car_qtd {
	width: 40%;
	margin-left: 0px;
}

.car_subtotal {
	width: 40%;
}

.car_deletar {
	width: 20%;
}

}

@media(max-width:320px){ 
.carFreteCelWid { width:auto !important; }
.btAviseMeCel { border:none !important; padding:0px; }
div#conCarFim {
	margin:0px;
}
div#conCarProdutos {  }
.car_produto { padding: 10px 0px 0px 20px; }
div#conCarCliente { box-shadow:none; border:0; border-radius:0; padding:10px !important; }
div#conCarPgto { padding:30px 0px 0px 0px !important; margin: 0px; }
div#conCarFim { padding: 0px 10px 0px 20px !important; }
.car_finalizar { padding: 0px !important; }
.carProCel { padding-left:20px; }


.header_tro {	display: none;	}
.car_produto {
    height: 140px;
}
.banner {
    height: 232px;
    background-position-x: -225px;
    background-size: 542px;
}
.det_tab button {
  width: 50%;
}
}


@media(max-width:300px){ 

.car_disponibilidade {
    width: 250px;
}

}

@media(max-width:250px){ 

.car_disponibilidade {
    width: 200px;
}

.btComprar {
    width: 200px !important;
}

}


.forms {
	padding: 8px 0px;
    background-color: #eeeeee;
    margin: 6px 0px;
    display: inline-block;
    border-radius: 5px;
}

.forms form {
	padding: 8px 0px;
    background-color: #eeeeee;
    margin: 6px 0px;
}

.forms input[type="text"], input[type="password"] { 
    width: 100%;
    padding: 0.4em 1em;
    margin: 0 0 0.4em 0;
    background: #FFFFFF;
    outline: none;
    border: 1px solid #CCCCCC;
    -webkit-appearance: none;
    font-size: 0.8em;
    color: #333333;
    border-radius: 5px;
}

.forms select {
    width: 100%;
    padding: 0.4em 1em;
    margin: 0 0 0.4em 0;
    background: #FFFFFF;
    outline: none;
    border: 1px solid #CCCCCC;
    font-size: 0.8em;
    color: #333333;
    border-radius: 5px;
}

.forms textarea {
    width: 100%;
    padding: 0.4em 1em;
    margin: 0 0 0.4em 0;
    background: #FFFFFF;
    outline: none;
    border: 1px solid #CCCCCC;
    font-size: 0.8em;
    color: #333333;
    border-radius: 5px;
}


.forms .row {
    margin: 0px;
    padding: 0px;
}
.forms input[type="button"] {
	height: 32.2px;
    width: 100%;
    font-size: 0.8em;
    background: #127FB4;
    padding: 0.4em 1em;
    margin: 0 0 0.4em 0;
    text-align: center;
    color: #fff;
    border: 0px;
    outline: none;
    -webkit-appearance: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
    border-radius: 5px;
}
.forms input[type="button"]:hover {
	color: #127FB4;
	background: #fff;
    border: 0px;
}
.forms span {
    margin: 0px;
    padding: 0px; 
    font-size: 0.7em;
}

.con_det {
	font-size: 0.9em;
    color: #FF0000;
    text-align: center;
    padding: 10px;
}


.botao { 
    width: 100%;
    font-size: 0.8em;
    background: #127FB4;
    padding: 0.4em 1em;
    margin: 0 0 0.4em 0;
    text-align: center;
    color: #fff;
    border: 0px;
    outline: none;
    -webkit-appearance: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
    border-radius: 5px;
}
.botao:hover {
	color: #127FB4;
	background: #fff;
    border: 0px;
}

.car-table {

}

.car-table tr, th, td {
    padding: 2px !important;
}

.car-table th {
    font-size: 1em;
    background-color: #666666;
    color: #FFFFFF;
    font-weight: bold;
}

.car-table p {
    font-size: 0.8em;
}

.part {
	white-space: normal !important;
}

.part a:hover, a:focus{
	/*color: #127FB4!important;*/
	text-decoration: none!important;
}

    .checkout-form {
      max-width: 400px;
      margin: 0 auto;
    }
    
    .checkout-form label {
      display: block;
      margin-bottom: 5px;
    }
    
    .checkout-form input {
      width: 100%;
      padding: 8px;
      margin-bottom: 15px;
      font-size: 20px;
      border-radius: 4px;
      border:1px solid #ccc;
    }

    .checkout-form select {
      width: 100%;
      padding: 8px;
      margin-bottom: 15px;
      font-size: 20px;
      border-radius: 4px;
      border:1px solid #ccc;
    }

    #cardNumber {
      font-family: monospace;
    }

    #cardBrand {
      margin-top: 10px;
      font-weight: bold;
    }

    .mlg_cartoes{
    	display: flex;
    	justify-content: space-between;
    }

    .mlg_cartoes img{
    	width: 40px;
    	height: auto;
    }

    .mlg_transparente{
    	opacity: 0.5;
    }

    .mlg_notransparente{
    	opacity: 1.0;
    }

/* inicio organograma busca site*/
.topo, .caixa {
    border:2px solid #2c66b8; border-radius:20px; padding:8px 15px; background:#fff;
}
.caixa a { color: #0046be; font-size: 14px; }
.topo { font-weight:bold; display:inline-block; margin-bottom:20px; }
.topo a { color: #0046be; font-size: 17px; }

.linha { height:2px; background:#2c66b8; margin:10px auto 0px; width:90%; }
.categorias { display:flex; flex-wrap:wrap; justify-content:center; gap:20px; }
.categoria::before {
    content:''; width:2px; height:10px; background:#2c66b8; display:block; margin:0 auto 0px;
}
@media(max-width:600px){ .caixa{font-size:14px; padding:6px 10px;} }
/* fim organograma busca site*/






/* inicio menu de categorias pelo celular */
.cel_menu_cat {
  height: 56px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1000;
}

.btn_cel_menu_cat {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.btn_cel_menu_cat span {
  width: 24px;
  height: 3px;
  background: #FFF;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.cel_menu_cats {
  position: fixed;
  top: 0;
  left: -280px;
  width: 260px;
  height: 100vh;
  background: #ffffff;
  box-shadow: 4px 0 15px rgba(0,0,0,0.15);
  transition: left 0.3s ease;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 999;
  padding-top: 70px;
}

.cel_menu_cats ul {
  list-style: none;
}

.cel_menu_cats li {
  border-bottom: 1px solid #eee;
}

.cel_menu_cats a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #333;
  font-size: 13px;
}

body.cel_menu_cat_aberto .cel_menu_cats {
  left: 0;
}

body.cel_menu_cat_aberto .btn_cel_menu_cat span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
  background-color: #000;
}

body.cel_menu_cat_aberto .btn_cel_menu_cat span:nth-child(2) {
  opacity: 0;
}

body.cel_menu_cat_aberto .btn_cel_menu_cat span:nth-child(3) {
  transform: rotate(-45deg) translate(6.5px, -6.5px);
  background-color: #000;
}

@media (min-width: 769px) {
  .btn_cel_menu_cat,
  .cel_menu_cats {
    display: none;
  }
}
/* fim menu de categorias pelo celular */

