/**
	Resets
**/
	@import url('https://fonts.googleapis.com/css?family=Titillium+Web');
	@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,700');

	body{
		margin: 0px;
		padding: 0px;
		font-family: 'Titillium Web', sans-serif;
		font-size: 12px;
		font-weight: normal;
	}
  a,a:hover, a:focus {
    text-decoration: initial;
    color: white;
  }
  ul{
    list-style: none;
  }
	.container:not(.no-hidden, .menu){
		max-width: 100%;
		/*overflow: hidden;*/
	}
	input:hover,
	input:active,
	input:focus,
	input:active:focus,
	button:hover,
	button:active,
	button:focus,
	button:active:focus{
		box-shadow: none;
		outline: 0px;
	}
	.listagens-prods{
			position: relative;
		}
		.left-buttom{
			border: 1px solid #333;
		    border-radius: 50%;
		    width: 20px;
		    height: 20px;
		    text-align: center;
		    line-height: 18px;
		    padding-right: 2px;
		    position: absolute;
		    top: 40%;
		    left: -15px;
		    z-index: 10;
		}

		.right-buttom{
			border: 1px solid #333;
		    border-radius: 50%;
		    width: 20px;
		    height: 20px;
		    text-align: center;
		    line-height: 18px;
		    padding-left: 2px;
		    position: absolute;
		    top: 40%;
		    right: -15px;
		    z-index: 10;
		}

	.caroussel-prods .customize {
		display: block;
		height: 480px;
	}	
	.changeTolist .btn-ver-detalhe{
		float: left;
	}
	.btn-ver-detalhe{
		margin: 0 auto;
		background-color: #ff5617;
		width: 175px;
		height: 30px;
		display: none;
	}
  .container-produto:hover > .btn-ver-detalhe {
      display: block;
  }
	.btn-loja{
		padding: 6px;
		text-align: center;
		text-transform: uppercase;
		font-size: 14px;
		font-weight: bold;
		border-radius: 3px;
		text-decoration: none;
	}
	.btn-loja:hover,
	.btn-loja:active,
	.btn-loja:focus,
	.btn-loja:active:focus{
		text-decoration: none;
		box-shadow: none;
		outline: 0px;
	}
	.btn-white{
		background: #ffffff;
    color: #BE8DED;
    border: 1px solid #BE8DED;
    width: 140px;
    height: 30px;
	}
  .btn-white:hover {
    background-color: #BE8DED;
    color: white;
  }
	.btn-gray:hover{
		color: white;
		background: #7f7f7f;
	}
	.btn-pink{
		background: #FF6AA3;
    border: 1px solid #FF6AA3;
    color: white;
    width: 140px;
    height: 30px;
	}
  .btn-pink:hover {
    background-color: white;
    color: #FF6AA3;
  }
	.btn-green:hover{
		background: #167207;
		color: white;
	}
	/*.btn-comprar{
		border: 2px solid #ff2e06;
		display: block;
		margin: 0 15px;
		color: #ff2e06;
		font-weight: 500;
		font-size: 14px;
	}
	.btn-comprar:hover{
		color: #d13a1d;
		border: 2px solid #d13a1d;
	}*/
	.components .list.list-unstyled {
    float: left;
	}

/**
	Grid Helpers
**/
	.nopadding{
		padding: 0px;
	}
	.nopadding-hor{
		padding-left: 0px;
		padding-right: 0px;
	}
	.nopadding-vert{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.nopadding-left{
		padding-left: 0px;
	}
	.nopadding-right{
		padding-right: 0px;
	}
	.nopadding-top{
		padding-top: 0px;
	}
	.nopadding-bottom{
		padding-bottom: 0px;
	}

/**
	Header
**/

	@media (min-width: 1200px){
		.container {
		    /* width: 960px; */
		}
	}
	.header{
		width: 100%;
		/*background-image: url('../../images/bg-header.jpg');
		background-color: white;
		background-repeat: repeat-x;*/
		z-index: 1050;
		height: 88px;
		position:
		absolute;
		top: 25px;
		background-color: white;
		z-index: 5;
	}

	.header.header-fixed{
		position: fixed;
		top: 0px;
		border-bottom: 1px solid #ccc;
	}
	.menu-fixo{
    position: fixed;
    top: 0px;
    z-index: 2;
    width: 100%;
	}
	@media(max-width: 991px){
		.header{
	    height: 58px;
    	top: 0 !important;
    	z-index: 2;
		}
		.owl-carousel .owl-item {
		    float: left;
		    position: relative;
		    left: -11px;
		}
		.listagem .title-listagem {
		    position: relative;
		    top: -22px;
		    left: 0;
		}
	}
	@media(min-width: 991px){
		ul.list.list-unstyled.components {
			/* columns: 2; */
			/* -webkit-columns: 2; */
			-moz-columns: 2;
			/* float: right; */
			display: inline-block;
		}
	}
	.top_information{
		height: 25px;
		width: 100%;
		background-color: white;
	}
	.top_information li{
		height: 35px;
		line-height: 35px;
		vertical-align: middle;
		float: right;
		margin-left: 30px;
		font-size: 11px;
	}
	.top_information li span
	{
		font-weight: normal;
		font-family: 'Titillium Web', sans-serif;
		font-size: 11px;
		vertical-align: middle;
		/* padding-left: 7px; */
		color: #1f1f1f;
	}

	.top_information li i{
		color: #ff5617;
		margin-right: 3px;
	}

	.top_information li a{
		color: #1f1f1f;
		font-family: 'Titillium Web', sans-serif;
		font-weight: bold;
		font-size: 13px;
	}

	.top_information li a:hover{
		text-decoration: underline;
		color: #191514;
	}
	.top_information .first-child{
		float: left;
		margin-left: 0;
	}
	.top_information{
		margin: 0px;
	}

.top_information ul {
    height: 35px;
    padding: 0;
}

.top_information ul li:last-child {
    float: right;
    font-weight: bold;
}

.top_information ul li:last-child a {font-size: 11px;}

.top_information ul li {
    float: left;
    margin-left: 0;
    margin-right: 33px;
}
	.left--logo h1{
		margin-top: 5px;
		width: 100%;
	}
	.left--logo h1 a,
	.left--logo h1 img{
		display: inline-block;
		max-width: 100%;
		margin-top: 8px;
	}
	/**
		Menu flutuante
	**/
	.menu-flutuante{
		display: none;
		height: 90px;
		width: 60px;
		border: none;
		color: white;
		font-size: 15px;
		background-color: #1f1f1f;
		position: relative;
		top: -2px;
	}
	@media (min-width: 991px){
		.menu-flutuante i {
	    font-size: 33px;
		}
		.logo-flutuante .menu-flutuante{
			display: inline;
		}
		.logo-flutuante h1{
			display: inline !important;
			margin-left: 5px !important;
		}
		.logo-flutuante img{
			width: 124px !important;
			height: 34px !important;
		}
	}
	/**
		Search
	**/
		.left--search{
			margin-top: 10px;
		}
		.search-form{
	    width: 370px;
	    border: 1px solid #a3a3a3;
	    border-radius: 3px;
	    background: white;
	    height: 31px;
	    display: inline-block;
	    float: left;
	    margin-top: 13px;
	    position: relative;
	 }
		.search-text{
	    width: 90%;
	    float: left;
	    display: block;
	    height: calc(31px - 4px);
	    /* padding: 0px; */
	    margin-left: 15px;
	    border: 0px;
	    padding-top: 3px;
      border: none !important;
		}
		.search-submit:hover{
			opacity: 0.9;
		}
		.search-submit:active,
		.search-submit:focus,
		.search-submit:active:focus{
			opacity: 0.7;
		}
		.search-submit{
	    width: 32px;
	    display: inline-block;
	    height: 32px;
	    border: none;
	    background-color: rgba(255,255,255,.15);
	    position: absolute;
	    cursor: pointer;
	    right: 0px;
	    bottom: 0px;
	 }
		.search-form input{
			color: black;
			font-size: 13px !important;
			font-weight: lighter;
      border: none !important;
		}
		/*.search-form input::-webkit-input-placeholder {
			color: #747474 !important;
			font-size: 13px !important;
			font-weight: lighter;
		}
		.search-form input:-moz-placeholder {
			color: #747474 !important;
			font-size: 13px !important;
			font-weight: lighter;
		}
		.search-form input::-moz-placeholder {
			color: #747474 !important;
			font-size: 13px !important;
			font-weight: lighter;
		}
		.search-form input:-ms-input-placeholder {
			color: #747474 !important;
			font-size: 13px !important;
			font-weight: lighter;
		}*/
		.search-submit i{
	    font-size: 20px;
	    color: #ff5617;
	    text-align: center;
	    vertical-align: top;
	 }

	.col-user {
    /* margin-left: 80px; */
 }

.col-user b {
    display: block;
    padding-left: 35px;
}

.col-user span {
    display: block;
    padding-left: 35px;
}

.col-user span a {
    display: inline-block;
    color: #515151;
    text-decoration: underline;
    float: none;
    margin: 0;
}
	.col-user a {
		float: right;
		margin-right: 40px;
	}
	.col-gift {
    margin-left: 23px;
	}
	.col-user, .col-gift, .col-cart{
    margin-top: 19px;
    cursor: pointer;
	}

.cart-top {
    background-color: #ff5617;
    border-radius: 3px;
    height: 41px;
    display: inline-block;
    width: 100%;
}

.cart-top div {
    display: inline-block;
}
	.seta-cima {
    width: 345px;
    position: absolute;
    top: -15px;
    height: 30px;
	}
	.seta-cima div{
	  width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #BE8DED;
    position: absolute;
    top: 7px;
    left: 306px;
	}
	/*.seta-cima:before {
	  content: "";
	  display: inline-block;
	  vertical-align: middle;
	  margin-right: 10px;
	  width: 0;
	  height: 0;
	  border-left: 7px solid transparent;
	  border-right: 7px solid transparent;
	  border-bottom: 7px solid #BE8DED;
	  position: absolute;
	  top: -8px;
	  left: 306px;
	}*/

	.col-user img, .col-gift img, .col-cart img{
    height: 23px;
    margin-top: 7px;
    float: left;
 }
	.col-user .title-information,
	.col-gift .title-information,
	.col-cart .title-information,
	.col-cart .title-information span {
		color: white;
		/* margin-top: 8px; */
		font-family: 'Titillium Web', sans-serif;
		font-size: 13px;
		text-align: center;
		text-transform: uppercase;
		width: 60px;
		position: relative;
		bottom: 11px;
		left: 5px;
		/* display: block; */
		/* width: 100%; */
	}
	.icon-mob{
		float: left;
    font-size: 30px;
    color: white;
    position: relative;
    top: -4px;
    border: 1px solid;
    border-radius: 50px;
    width: 45px;
    margin-right: 5px;
	}
	.icon-mob i {
    padding-left: 10px;
	}
	.user-log{
		margin-top: 16px;
		max-width: 100%;
		position: relative;
		padding-top: 3px;
		display: inline-block;
	}
	.user-log strong{
		font-weight: bold;
		display: block;
		color: black;
		font-size: 13px;
		max-height: 36px;
		overflow: hidden;
	}
	.user-log a{
		color: black;
		text-decoration: underline;
	}
	.user-log span{
		font-weight: normal;
		display: block;
		font-size: 12px;
		color: black;
	}
	/*.cart-top:before{
		content: "";
		display: block;
		width: 36px;
		height: 39px;
		background: url('../../images/icone-carrinho.png');
		background-repeat: no-repeat;
		position: absolute;
		top: 50%;
		left: 0px;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}*/
	/*.cart-top{
		margin-top: 16px;
		background: #fe3a14;
		border-radius: 3px;
		padding-right: 11px;
		color: white;
		padding-left: 27px;
		position: relative;
		height: 35px;
		cursor: pointer;
	}*/

	.notification-cart{
		background: url('../../images/icone-notificacao.png');
		background-repeat: no-repeat;
		background-position: center;
		font-size: 10px !important;
		position: absolute;
		top: 23px;
		left: 44px;
		color: white;
		width: 18px;
		/* padding-left: 6px; */
		/* padding-top: 2px; */
		font-family: 'Titillium Web', sans-serif;
		height: 18px;
		display: inline-block;
		width: 100%;
		font-weight: normal;
	}

	.cart-top strong{
		text-transform: uppercase;
		margin-top: 3px;
		display: block;
		line-height: 14px;
	}
	.cart-top span{
		font-size: 12px;
	}
	.cart-top i{
		font-size: 25px;
		position: relative;
		margin-top: 8px;
		margin-left: 12px;
		color: white;
	}
	.cart-content{
		position: absolute;
		top: calc(100% + 5px);
		right: 0px;
	  width: 345px;
		border-radius: 3px;
		border: 1px solid #BE8DED;
		background: white;
		cursor: default;
		display: none;
		z-index: 3;
	}
	.cart-title{
		display: block;
		width: 100%;
		height: 30px;
		background: #fe3a14;
		line-height: 30px;
		vertical-align: middle;
		color: white;
		padding-left: 13px;
		font-size: 16px;
		text-transform: uppercase;
		font-weight: bold;
		margin: 0px;
		margin-bottom: 3px;
	}
	.cart-itens{
		max-height: 190px;
		overflow: auto;
		width: 100%;
		border-bottom: 1px solid #ebebeb;
	}
	.cart-item:not(:last-child){
		border-bottom: 1px solid #ebebeb;
	}
	.cart-item{
		/*padding-top: 10px;*/
    width: 315px;
    height: 68px;
    margin: 0 auto;
    margin-left: 15px;
	}
	.col-cart-qtn{
		color: #ffffff;
    font-size: 9px;
    padding-top: 2px;
    /*padding-left: 5px;*/
    background: url('../../images/icon-quantidade.png');
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    width: 16px;
    height: 16px;
    top: 11px;
    left: -4px;
		text-align: center;
	}
	.col-cart-img{
		width: 15%;
    float: left;
	}
	.col-cart-img img {
    margin-left: 0px !important;
    width: 36px;
    height: 39px;
    margin-top: -3px;
	}
	.col-cart-img figure{
		width: 45px;
    height: 45px;
    border: 1px solid #c2c2c2;
    text-align: center;
    padding: 5px;
	}
	.img-figure figure{
		width: 100px !important;
	}
	.col-cart-img figure a{
		display: block;
		width: 100%;
		height: 100%;
	}
	.col-cart-cont{
		width: 49%;
		float: left;
		padding-left: 5px;
	}
	.col-cart-cont a{
		color: #606060;
		font-weight: normal;
		font-size: 11px;
		text-transform: uppercase;
		display: block;
	}
	.col-cart-cont span{
		color: #A2A2A2;
		font-weight: normal;
		font-size: 10px;
		display: inline-block;
	}
	.col-cart-price{
		width: 27%;
		float: left;
	}
	.col-cart-price span{
		font-size: 11px;
    color: #8D8D8D;
    display: block;
    text-align: right;
    font-weight: bold;
    padding-top: 19px;
    padding-right: 10px;
	}
	.col-cart-del{
		width: 5%;
		float: left;
	  padding-top: 15px;
	}
	.col-cart-del i{
		color: #b3b3b3;
    font-size: 12px;
    display: block;
    text-align: center;
    cursor: pointer;
	}
	.no-itens{
		padding: 30px 0;
		text-align: center;
	}
	.no-itens span{
		color: #919191;
		font-size: 14px;
	}
	.cart-resumo{
		color: black;
		padding-right: 10px;
		margin-top: 10px;
		width: 100%;
		/*border-bottom: 1px solid #ebebeb;*/
		margin-bottom: 12px;
		padding-bottom: 7px;
	}
	.cart-resumo table{
		margin: 0px;
		max-width: 240px;
	}
	.cart-resumo table tr.sub-total td{
		color: #8D8D8D;
	}
	.cart-resumo table *{
		border: 0px !important;
	}
	.cart-resumo table td.l{
		text-align: right;
		padding-right: 0px !important;
	}
	.cart-resumo table td.r{
		text-align: right;
    width: 100px;
	}
	.cart-resumo table td{
		padding: 2px !important;
		font-size: 12px;
		color: black;
		text-transform: uppercase;
	}
	.cart-resumo table tr.total td{
		color: #8FCEAD;
		font-size: 15px;
		font-weight: bold;
	}
	.cart-buttons-open{
		padding: 0px 10px;
    padding-bottom: 10px;
	}
	.cart-buttons{
		padding: 0px 10px;
    padding-bottom: 10px;
	}
	.right--cart{
		padding-bottom: 15px;
	}
	.main-menu{
		background: #ec3f11;
		height: 45px;
		margin-top: 90px;
		box-shadow: 0px 3px 4px -3px rgba(0,0,0,0.75);
	}
	.opcao-destaque{
	  background-color: #BE8DED !important;
	}
	.main-menu li{
		line-height: 42px;
		vertical-align: middle;
		position: static;
	}
	.title-inner{
	  color: #8FCEAD;
    text-transform: uppercase;
    font-size: 18px;
    border-bottom: 1px solid #8FCEAD;
  }
	.main-menu li{
		margin: 0px;
	}
	.main-menu ul{
		margin: 0px;
	}
	body .main-menu ul.list.list-unstyled.components{
		
	    display: block;
	    margin-top: 0;
	    margin-bottom: 1em;
	    margin-left: 0;
	    margin-right: 0;
	    padding-left: 0;
	    clear: both;
	    padding: 5px 15px;
	    column-count: 4;
	    width: 100%;
	}
	.main-menu li{
		padding: 0px;
		overflow: hidden;
	}
	.main-menu li.active {
		overflow: visible;
	}
	.main-menu .container > ul > li > a:hover{
		background-color: #ff5617;
	}
	.main-menu ul.list-inline > li.active > a:hover{
		background-color: #ff5617;
	}
	.main-menu li > a{
		display: block;
		width: 100%;
		height: 45px;
		text-decoration: none !important;
		color: #ffffff;
		text-align: center;
		font-weight: normal;
		font-size: 13px;
		padding: 2px 6px 0;
    	border-right: 1px solid #FFF;
    }
	.main-menu .itens-list li > a{
		display: inline !important;
	}
	.main-menu li > a i{
		color: white;
		font-size: 23px;
		position: relative;
		top: 1px;
		margin-right: 5px;
	}
	.main-menu li:first-child > a{
		border-left: 1px solid #FFF;	
	}

.main-menu li > a i.fa-mobile {
    font-size: 27px;
    position: relative;
    top: 4px;
}
	.main-menu .container .components  a{
		/* height: 7px; */
		color: #5e5e5e;
		width: 195px;
		text-align: left;
		font-size: 13px;
	}
	.main-menu .container > ul > li.computer > a:before{
		background-position: 126px 63px;
	}
	.main-menu .container > ul > li.components > a:before{
		background-position: 126px 28px;
	}
	.main-menu .container > ul > li.periferic > a:before{
		background-position: 83px 63px;
	}
	.main-menu .container > ul > li.acessorios > a:before{
		background-position: 85px 100px;
	}
	.main-menu .container > ul > li.gaming > a:before{
		background-position: 37px 63px;
	}
	.main-menu .container > ul > li.monitores > a:before{
		background-position: 38px 28px;
	}
	.menu-inner-mobile{
		display: none;
	}

	.main-menu li .menu-inner{
		width: 808px;
		background: #ffffff;
		min-height: 50px;
		position: absolute;
		/*top: 100%;*/
		/* left: 0px; */
		/* right: 402px; */
		padding: 20px 15px;
		border-top: 4px solid #06293e;
		z-index: 5;
		display: none;
		box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.75);
		z-index:9999;
	}
	.main-menu .computer .menu-inner{
		width: 18%;
		float: left;
	}

	.itens-list{
		width: 430px !important;
		display: inline;
		float: left;
	}
  ul.list.list-unstyled.components.ul-1, ul.list.list-unstyled.components.ul-2 {
      float: left;
  }
	.main-menu li .menu-inner .itens-list li{
		width: 100%;
		height: 25px;
		border-radius: 4px;
		margin-bottom: -2px;
		line-height: 30px;
		vertical-align: middle;
		padding-left: 15px;
		color: #757575;
		position: relative;
		margin: 0;
	    padding: 0;
	    border: 0;
	    vertical-align: baseline;
	    outline: none;
	    -webkit-font-smoothing: antialiased;
	    -webkit-text-size-adjust: 100%;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    width: auto;
	    clear: both;
	    line-height: 16px;
	}
	.main-menu li .menu-inner .itens-list li.escopo a:hover, .main-menu li .menu-inner .itens-list li.escopo a {
		color: #ec3f11 !important;
		text-transform: uppercase;
		font-size: 12px;
	}

	.main-menu li .menu-inner .itens-list li a{
		padding: 0 8px;
	    height: auto;
	    overflow: auto;
	    border-radius: 3px;
	}
	.main-menu .btn-all{
		background: #ec3f11;
	    color: #FFF !important;
	    padding: 0 12px;
	    border-radius: 2px;
	}
	.main-menu li .menu-inner .itens-list li.active, .main-menu li .menu-inner .itens-list li a:hover{
		background: #ec3f11;
	    color: #FFF !important;
	}
	.main-menu li .menu-inner .itens-list li span{
		font-size: 16px;
		font-weight: 300;
	}
	.main-menu li .menu-inner .itens-list li strong{
		font-weight: 500 !important;
	}
	.main-menu li .menu-inner .itens-list li i{
		position: relative;
    top: 7px;
    left: -15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    color: #8FCEAD;
    margin-right: -12px;
	}
	.destaque-categoria{
		display: inline-block;
		float: right;
		width: 300px;
		/* height: 290px; */
		margin-top: 12px;
		/* border: 1px solid #81B48D; */
	}
  .destaque-categoria .nome-categoria-submenu {
      color: #bd4644;
      font-size: 15px;
      font-weight: bold;
      text-align: center;
      width: 100%;
      /* white-space: pre-wrap; */
      display: inline-block;
  }

  .destaque-categoria .clique-confira-submenu {
      display: block;
      width: 100%;
      color: #616362;
      text-align: center;
      position: relative;
      bottom: 20px;
  }

  .destaque-categoria figure img {
      margin: 0 auto;
      display: block;
      max-width: 250px;
      max-height: 250px;
  }
	.img-destaque-categoria{
		padding-top: 23px;
		background-color: #F5F5F5;
		height: 175px;
	}
	.img-destaque-categoria img{
		height: 121px;
		width: 141px;
    margin-left: 22px;
	}
	.info-destaque-categoria{
		width: 185px;
		height: 115px;
		background-color: #81B48D;
		color: white;
		text-align: center;
	}
	.info-destaque-categoria a{
		color: white;
    position: relative;
    top: -20px;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 11px;
	}
	.info-destaque-categoria a i{
		font-size: 15px;
    position: relative;
    left: 4px;
    top: 1px;
    font-weight: bold;
	}
	.info-destaque-categoria .title-destaque{
		display: block;
		text-transform: uppercase;
		font-size: 17px;
		margin-bottom: -19px;
	}
	.info-destaque-categoria span{
		font-size: 13px;
	}
	.info-destaque-categoria div{
		font-size: 38px;
    margin-top: -10px;
	}
	.info-destaque-categoria div span{
		font-size: 15px;
    position: relative;
    top: -8px;
	}
	.footer-destaque-categoria{
		border-top: 1px solid #8FCEAD;
    width: 591px;
    height: 51px;
    display: block;
    float: left;
    text-align: center;
	}
	.footer-destaque-categoria i{
		color: #9FD5BB;
    font-size: 20px;
	}
	.footer-destaque-categoria span{
		font-size: 20px;
		color: #606060;
	}
	/**
		Breadcrumb
	**/
	.breadcrumb {
    background-color: transparent;
    padding-left: 0px;
    padding-bottom: 0px;
    margin-bottom: 15px;
	}
	.breadcrumb i{
	  color: #9d9d9d;
	}
	.breadcrumb a,.breadcrumb a:link,.breadcrumb a:hover,.breadcrumb a:visited {
	    color: #969696;
	    font-weight: 500;
	    text-decoration: none;
	}
	.breadcrumb li:last-child a {
	    color: black;
	    /* font-weight: bold; */
	}
	.breadcrumb>li+li:before {
		content: "»";
	}
	/**
		Newsletter
	**/
  .newsletter{
    /* background-color: #8c8c8c; */
    /* min-height: 60px; */
  }

  .newsletter .container-newsletter {
      background-color: #8c8c8c;
      min-height: 60px;
      border-radius: 3px;
      position: relative;
  }

  .newsletter .container-newsletter input[type="text"] {
      border-radius: 3px;
      border: none;
      padding: 4px 0px 4px 10px;
      position: relative;
      bottom: 10px;
      margin-left: 10px;
      width: 26%;
  }

  .newsletter .container-newsletter button {
      background-color: black;
      border: none;
      border-radius: 3px;
      color: white;
      position: relative;
      bottom: 10px;
      margin-left: 10px;
      padding: 4px;
      width: 15%;
  }

.newsletter .container-newsletter button i {
    font-size: 13px;
    font-weight: bold;
    margin-right: 5px;
}

  .newsletter .container-newsletter label {
      color: white;
      font-size: 14px;
      font-weight: normal;
      text-align: center;
      padding-left: 20px;
      width: 20%;
      padding-top: 10px;
      font-style: italic;
      margin-right: 15px;
  }
	.form-newsletter{
		position: absolute;
		left: 0;
		width: 100%;
		min-height: 170px;
		margin-bottom: 50px;
		background-color:#E2F9FF;
    padding-top: 35px;
	}
	.form-newsletter label span{
		background-color: #58B6CC;
		border-radius: 20px;
		padding-left: 5px;
    padding-right: 5px;
    color: white;
    font-size: 11px;
	}
	.form-newsletter label{
		color: #58B6CC;
		font-size: 0.95em;
	}
	.form-newsletter .radio-sexo div div label{
		color: black;
		opacity: 0.4;
    margin-right: 5px;
	}
	.bg-title{
		position: relative;
    top: 25px;
    background-color: #58B6CC;
    border-radius: 3px;
    width: 960px;
    min-height: 55px;
    z-index: 1;
    margin: 0 auto;
	}
	.title-newsletter{
		margin: 0 auto;
    height: 50px;
    /*width: 640px;*/
    padding-top: 3px;
    text-align: center;
	}
	.title-newsletter .title{
		color: white;
    font-family: 'Grand Hotel', cursive;
    font-size: 32px;
    margin-right: 15px;
    /*margin-left: 30px;*/
	}
	.title-newsletter div{
		color: white;
    font-size: 14px;
    display: inline-block;
    text-align: right;
	}
	.title-newsletter .text{
		text-transform: uppercase;
		font-weight: bold;
	}
	.form-newsletter select{
		width: 190px;
		height: 30px;
		border: 1px solid #58B6CC;
		border-radius: 3px;
		-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
		padding-left: 10px;
		background: url(../../images/arrow-select.png) no-repeat 165px 10px #fff;
    color: #8E8E8E;
    margin-top: 1px;
	}
	.form-newsletter input[type="text"]{
    border-radius: 3px;
		border: 1px solid #58B6CC;
		width: 170px;
		height: 30px;
		padding-left: 10px;
		margin-top: 1px;
	}
	.form-newsletter input[type="radio"]{
		margin-top: 9px;
	}
	.form-newsletter .campo3 {
    margin-right: 19px;
	}
	.form-newsletter .campo2 {
	    margin-left: -20px;
	    margin-right: 10px;
	}
	.form-newsletter button {
    background: #BE8DED;
    border: none;
    border-radius: 30px;
    font-size: 13px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    width: 111px;
    height: 30px;
	}
	.form-newsletter .campo5 {
	  display: block;
	  margin-left: 42px;
	  margin-top: 23px;
	}
	.pontilhado-newsletter{
		border: 1px dashed #58B6CC;
    max-width: 965px;
    width: 100%;
    margin: 0 auto;
    margin-top: 13px;
	}

	/**
		Modal Cadastro
	**/
	.modal-cadastro{
		background-color: #BE8DED;
		width: 460px;
		height: 315px;
    margin: 0 auto;
    text-align: center;
    color: white;
    font-size: 16px;
    border: none;
	}
	.modal-cadastro .modal-body{
		width: 90%;
	  margin: 0 auto;
	  padding-top: 27px;
	}
	.modal-cadastro .modal-body > span:last-child,.modal-cadastro .modal-body > span:first-child{
		font-family: 'Grand Hotel', cursive;
	}
	.modal-cadastro .modal-body > div:nth-child(2){
		padding: 0px 16%;
		margin-bottom: 17px;
	}
	.modal-cadastro .modal-body > div:nth-child(3){
		padding: 0px 16%;
		border-top: 1px dashed white;
		padding-top: 14px;
	}
	.modal-cadastro .modal-body > span:first-child{
		font-size: 55px;
	}
	.modal-cadastro .modal-body > span:last-child{
		font-size: 40px;
	}
	.btn-close-modal-newsletter{
		border: none;
    background-color: transparent;
    position: absolute;
    right: 10px;
    top: 5px;
    color: white;
    font-size: 28px;
    cursor: pointer;
	}

	.links {
		margin-top: -13px;
    padding-left: 3px;
	}
	.cartao-presente,.loja-atacado{
		display: inline-block;
    float: left;
    margin-top: 22px;
    color: #58B6CC;
    font-size: 13px;
    height: 48px;
	}
	.loja-atacado{
		margin-left: 32px;
	}
	.cartao-presente a,.loja-atacado a{
		color: #58B6CC !important;
    font-size: 13px;
    text-decoration: underline !important;
	}
	.cartao-presente div:first-child,.loja-atacado div:first-child{
		background-color: white;
    border-radius: 30px;
	}
	.cartao-presente div:last-child,.loja-atacado div:last-child{
		position: relative;
    top: -40px;
    width: 462px;
    height: 35px;
    background-color: white;
    line-height: 35px;
    padding-left: 50px;
    /*text-align: center;*/
    border-radius: 30px;
	}
	.cartao-presente div{
    padding-left: 40px;
	}
	.cartao-presente .icon-cartao,.loja-atacado .icon-atacado{
		position: relative;
    top: 0px;
    width: 46px;
    height: 46px;
    z-index: 1;
    border: 1px solid #58B6CC;
	}
	.cartao-presente .icon-cartao{
		background: url(../../images/gift-card.png) no-repeat center #fff;
	}
	.loja-atacado .icon-atacado{
		background: url(../../images/atacado-icon.png) no-repeat center #fff;
	}
/**
	Content Default
**/
	.porcentagem-oferta {
		color: black;
		position: absolute;
		bottom: 0;
		width: 100%;
		z-index: 1;
		background-color: #f7cc1e;
		font-size: 10px;
		text-transform: uppercase;
	}
	.product-block figure{
		-webkit-backface-visibility: hidden;
	    -webkit-transform: translateZ(0) scale(1.0, 1.0);
	    transform: translateZ(0);
	}
	/**
		Bloco de postagens do menu
	**/
		.menu-item-content{
			width: 82%;
			float: left;
			color: white;
			padding-left: 20px;
		}
		.content-posts{
			max-height: 385px;
			margin-right: 20px;
			overflow: auto;
		}
		.content-posts .product-block{
			height: 275px;
			width: 100%;
			border-bottom: 2px solid #fe3a14;
			background: #202020;
			padding: 10px;
			margin-bottom: 25px;
			position: relative;
		}
		.content-posts .product-block h3{
			margin: 0px;
			display: block;
			text-align: center;
			font-weight: 500;
			font-size: 13px;
			margin-bottom: 20px;
		}
		.content-posts .product-block figure{
			display: block;
			width: 100%;
			text-align: center;
			margin-bottom: 15px;
		}
		.content-posts .product-block .product-price{
			position: relative;
			padding-left: 46px;
			width: 100%;
			text-align: right;
			margin-top: 35px;
		}
		.content-posts .product-block .product-price:before{
			content: "";
			display: block;
			position: absolute;
			top: 50%;
			left: 0px;
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
			width: 36px;
			height: 40px;
			background: url('../../images/big-race.png');
		}
		.content-posts .product-block .product-price span{
			display: block;
			color: #a9a9a9;
			font-weight: lighter;
			font-size: 12px;
			line-height: 15px;
			margin-bottom: 2px;
			text-decoration: line-through;
		}
		.content-posts .product-block .product-price strong{
			display: block;
			margin: 0px;
			font-weight: normal;
			font-size: 17px;
			line-height: 17px;
		}
		.content-posts .product-block figure img{
			max-width: 100%;
			color: #fff;
		}
		.item-content--title{
			padding-left: 40px;
			position: relative;
			margin-bottom: 15px;
		}
		.item-content--title:before{
			content: "";
			display: block;
			width: 27px;
			height: 30px;
			position: absolute;
			top: 0px;
			left: 0px;
			background: url('../../images/race.png');
		}
		.item-content--title h2{
			margin-top: 0px;
			font-size: 16px;
			font-weight: 300;
			display: block;
			margin-bottom: 2px;
		}
		.item-content--title span{
			display: block;
			line-height: 14px;
			font-weight: lighter;
		}
		.item-content--title h2 strong{
			font-weight: normal;
		}
		.item-content--post{
			padding: 0 17px;
		}
		.product-hover{
			display: none;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: rgba(32,32,32,0.92);
		}
		.post-hover .product-hover{
			display: block;
		}
		.content-posts .post-hover > h3{
			display: none;
		}
		.product-hover h3{
			margin: 0px;
			display: block;
			text-align: center;
			font-weight: 500;
			font-size: 13px;
			padding-top: 9px;
	    	margin-bottom: 3px !important;
		}
		.post-hover > .product-price{
			display: none;
		}
		.title-config{
			font-size: 12px;
			font-weight: 500;
		}
		.title-config i{
			color: #fe3a14;
			margin-right: 4px;
		}
		.product-hover ul{
			padding-left: 14px;
		}
		.texto-vazio h3 {
			display: inline-block;
			width: 50%;
			margin-left: 5%;
		}
		.content-posts .post-hover .product-price{
			margin-top: 15px;
		}
		.product-hover ul li{
			line-height: 17px;
			font-size: 11px;
			font-weight: lighter;
			list-style: initial;
			list-style-position: inside;
		}
		.hover-confira{
			width: 100%;
			height: 50px;
			background: url('../../images/bottom-post.png');
			position: absolute;
			bottom: 0px;
		}
		.hover-confira a{
			display: block;
			width: 100%;
			height: 100%;
			color: white;
			text-decoration: none;
			font-size: 15px;
			text-align: right;
			padding-right: 15px;
			vertical-align: middle;
			line-height: 50px;
			text-transform: uppercase;
			padding-top: 6px;
		}
		.hover-inside{
			padding: 0 10px;
		}
		.submenu-content{
			display: none;
		}

	/**
		Bloco de Produto - Customize (product-customize)
	**/
		.customize{
			/* background: white; */
			border: 1px solid #c2c2c2;
			height: 482px;
		}
		.customize .pc-configs{
			width: 100%;
			border-bottom: 2px solid #ff2e06;
			height: 53px;
			margin-bottom: 10px;
		}
		.customize .config:not(:last-child){
			border-right: 1px solid #c2c2c2;
		}
		.customize .config{
			padding: 8px 5px;
			text-align: center;
			height: 100%;
			height: 51px;
		}
		.customize .config strong{
			color: #ff2e06;
			font-size: 14px;
			font-weight: 500;
			text-transform: uppercase;
			display: block;
			line-height: 14px;
			margin-bottom: 2px;
		}
		.customize .config span{
			font-weight: normal;
			font-size: 8px;
			color: black;
			display: block;
			text-transform: uppercase;
			line-height: 10px;
		}
		.customize figure{
			height: 200px;
			padding-top: 10px;
			/* padding-bottom: 10px; */
			width: 100%;
			text-align: center;
			position: relative;
			-webkit-transition: 250ms all ease;
			-ms-transition: 250ms all ease;
			transition: 250ms all ease;
		}
		.customize figure img:hover{
			opacity: 0.9;
		}
		.customize figure a{
			display: block;
			width: 100%;
			height: 100%;
		}
		.customize figure img{
			max-width: 100%;
			max-height: 100%;
			position: absolute;
			top: 50%;
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
			left: 0px;
			right: 0px;
			margin: auto;
			z-index: 1;
		}
		.customize figure .bullets{
			z-index: 2;
			position: absolute;
			top: 6px;
			left: 9px;
		}
		.customize figure .bullet{
			float: left;
	    background: #BE8DED;
	    border-radius: 30px;
	    padding: 2px 5px;
	    clear: both;
		}
		.customize figure .bullet span{
			background: #BE8DED;
	    border: 1px dashed;
	    border-radius: 30px;
	    display: block;
	    padding: 2px 8px;
	    color: white;
	    font-size: 9px;
	    font-weight: 500;
	    text-align: center;
	    text-transform: uppercase;
		}
		.customize .prod-infos{
			text-align: center;
		}
		.customize .prod-title{
			display: block;
			color: #191514;
			font-weight: 500;
			font-size: 12px;
			text-transform: uppercase;
			text-align: center;
			width: 140px;
			margin: 0 auto;
		}
		.customize .old-price{
			font-size: 12px;
			color: #9D9D9D;
			font-weight: normal;
			display: block;
			text-decoration: line-through;
		}
		.customize .old-price strong{
	    text-decoration: line-through;
	    font-weight: normal;
	    color: #9D9D9D;
	    text-align: left;
	    float: left;
	    margin-left: 8px;
	    margin-top: 8px;
	    width: 100%;
	    text-align: center;
	  }
		.customize .price{
			font-size: 28px;
			color: #fe3a14;
			display: block;
			font-weight: bold;
			text-align: center;
			/* margin-left: 8px; */
			clear: left;
			line-height: 28px;
		}
		.customize .parcelamento{
		  display: block;
		  font-size: 12px;
		  color: #6e6e6e;
		  font-weight: normal;
		  text-align: center;
		  /* margin-left: 8px; */
		  margin-top: -1px;
		}
		.btn-customize{
			margin-top: 10px;
			margin-bottom: 15px;
			-webkit-transition: 250ms all ease;
			-ms-transition: 250ms all ease;
			transition: 250ms all ease;
		}
		.btn-customize:hover{
			-webkit-transform: scale(1.05);
			-ms-transform: scale(1.05);
			transform: scale(1.05);
		}

	/**
		Bloco de Produto - Oferta (product-oferta)
	**/
		.oferta{
			margin-top: 35px;
			height: 424px;
			border: 3px solid #ff2e06;
			border-radius: 8px;
			padding-top: 27px;
			position: relative;
		}
		.oferta-top{
			width: 192px;
			height: 73px;
			background: url('../../images/oferta-topo.png');
			background-size: 100%;
			background-repeat: no-repeat;
			position: absolute;
			top: -39px;
			left: -10px;
			right: 0px;
			margin: auto;
		}
		.oferta .title-oferta{
			font-size: 18px;
			font-weight: bold;
			color: white;
			display: block;
			width: 100%;
			text-align: center;
			text-transform: uppercase;
			margin-top: -1px;
		}
		.oferta .restante{
			display: block;
			color: #ff2e06;
			font-size: 10px;
			font-weight: 500;
			text-align: center;
			text-transform: uppercase;
		}
		.oferta .time{
			display: block;
			text-align: center;
			color: white;
			font-weight: bold;
			font-size: 19px;
			line-height: 22px;
		}

		.middle-two-banners div a img {
	    max-width: 100%;
		}

		section.home-three-banners > div img{
			max-width: 100%;
			/*height: 90%; */
		}
		.secund{
			height: 100%;
		}
	/**
		Bloco de Produto - Special (product-special)
	**/
		.block-special figure{
			width: 100%;
			margin-bottom: 10px;
			padding: 10px;
			position: relative;
			height: 130px;
		}
		.block-special figure img{
			max-height: calc(100% - 20px);
			max-width: calc(100% - 20px);
			position: absolute;
			top: 50%;
			left: 10px;
			right: 10px;
			margin: auto;
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
		}
		.block-special figure a{
			display: block;
			width: 100%;
			height: 100%;
		}
		.block-special figure:hover{
			opacity: 0.8;
		}
		.special-title-text{
			font-size: 15px;
			color: #ff2e06;
			font-weight: 500;
			display: block;
			text-transform: uppercase;
			text-align: center;
		}
		.block-special .prod-title{
			color: black;
			font-size: 12px;
			font-weight: normal;
			display: block;
			text-transform: uppercase;
			text-align: center;
		}

	/**
		Bloco de Produto - Destaques (product-destaques)
	**/
		.destaque{
			/*height: 365px;*/
			border: none;
			padding-top: 20px;
			margin-top: 2px;
			border-radius: 5px;
			width: 100%;
			margin-bottom: 4px;
			/* -webkit-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75); */
			/*-moz-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);*/
			/* box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75); */
		}
    .prod-item-destaque {
        width: 205px;
        display: inline-block;
        /* margin-right: 10px; */
    }
    .prod-item-destaque.first {
        /* margin-left: 0; */
    }
		.container-produto {
    	/* margin: 10px; */
    	min-height: 417px;
    	/*border: 1px solid #c2c2c2;*/
    	background-color: white;
    	padding: 10px;
    }
    .container-produto:hover {
      /*border-color: #ff5617;*/
      position: relative;
      z-index: 3;
      background-color: white;
			border: 1px solid #c2c2c2;
    }

	/**
		Bloco de Produto - Lancamentos
	**/
		.lancamentos .promo-controllers i,
		.lancamentos .promo-controllers a{
			color: #8d8d8d;
		}
		.lancamentos .promo-controllers i:first-of-type{
			border-right: 2px solid #8d8d8d;
		}

	/**
		Bloco de Produto - Gamer (product-gamer)
	**/
		.fpsbar{
			width: calc(100% + 2px);
			margin: -1px;
			background: #363636;
			color: white;
			margin-bottom: 12px;
			height: 23px;
			position: relative;
		}
		.fpsbar > span{
			font-size: 11px;
			font-weight: normal;
			display: block;
			float: left;
			height: 100%;
			width: calc(100% - 27px);
			text-align: center;
			line-height: 23px;
			vertical-align: middle;
			border-right: 1px solid black;
		}
		.fpsbar .icon-share{
			display: block;
			width: 27px;
			float: right;
			text-align: center;
			line-height: 23px;
			vertical-align: middle;
			font-size: 15px;
			cursor: pointer;
		}
		.fpsbar .icon-share:hover{
			background: #474747;
		}
		.fpsbar .icon-share.active{
			background: #ff2e06;
		}
		.gamer-fin{
			width: 100%;
			height: 44px;
			border-top: 1px solid #c2c2c2;
			overflow: hidden;
			margin-top: 5px;
		}
		.gamer-fin .white-side{
			text-align: left;
			padding-left: 17px;
			width: 56%;
			float: left;
			padding-top: 4px;
		}
		.gamer-fin .white-side span{
			font-size: 12px;
			font-weight: normal;
			color: #616161;
			display: block;
		}
		.gamer-fin .white-side span b{
			text-decoration: line-through;
			font-weight: normal !important;
		}
		.gamer-fin .white-side strong{
			display: block;
			font-size: 20px;
			color: #fe3a14;
			font-weight: 500;
			line-height: 19px;
		}
		.gamer-fin .gamer-custom{
			    width: 44%;
			    display: block;
			    height: 44px;
			    float: right;
			    background: #ff2e06;
			    color: white;
			    font-size: 14px;
			    text-align: right;
			    padding-right: 14px;
			    font-weight: 500;
			    text-transform: uppercase;
			    line-height: 44px;
			    vertical-align: middle;
			    text-decoration: none;
			    position: relative;
		}
		.gamer-fin .gamer-custom:before{
			content: "";
			display: block;
			position: absolute;
			left: -20px;
			top: -2px;
			width: 24px;
		    height: 70px;
		    -webkit-transform: rotate(22deg);
		    -ms-transform: rotate(22deg);
		    transform: rotate(22deg);
			background: #ff2e06;
		}
		.list-configs{
			max-height: 110px;
			overflow: hidden;
			margin: 0px;
			padding: 0px 10px;
			text-align: left;
			margin-top: 10px;
			margin-bottom: 4px;
		}
		.list-configs li{
			font-size: 11px;
			color: #191514;
			font-weight: normal;
			list-style: initial;
			list-style-position: inside;
		}
		.gamer{
			height: auto;
			max-height: 455px;
		}
		.fps-content{
			display: none;
			position: absolute;
			top: 100%;
			right: 0px;
			width: 120px;
			background: rgba(0,0,0,0.85);
			color: white;
			min-height: 50px;
			z-index: 3;
		}
		.active .fps-content{
			display: block;
		}
		.fps-content ul{
			padding: 0px;
		}
		.fps-content li{
			text-align: left;
		}
		.fps-content li a{
			padding: 0px 15px;
			color: white;
			text-decoration: none;
			display: block;
			height: 100%;
			width: 100%;
		}
		.fps-content li a:hover{
			background: rgba(0,0,0,0.5);
		}
		.gamer .share-text{
			font-size: 12px;
			color: white;
			font-weight: 500;
			text-transform: uppercase;
		}
		.fps-content ul li span{
			font-size: 14px;
			font-weight: 500;
		}
		.lnk-pag-inic, .lnk-pag-inic:hover{
			color: black;
			float: right;
			font-size: 12px;
			text-transform: uppercase;
			font-weight: bold;
			margin-right: 20px;
		}
    .lnk-pag-inic a, .lnk-pag-inic:hover a {
        color: black;
        line-height: 8.2;
        margin-left: 30px;
    }
		.logo-footer{
			float: right;
			margin-top: 15px;
		}
/**
	Footer
**/
	.redes-sociais-footer i{
		display: inline-block;
		color: white;
		background: #8c8c8c;
		width: 30px;
		height: 30px;
		font-size: 17px;
		padding-left: 8px;
		padding-top: 7px;
		border-radius: 30px;
		margin-left: 5px;
		cursor: pointer;
	}
	.redes-sociais-footer i:hover{
		background-color: black;
	}
	.redes-sociais-footer .fa-facebook {
		margin-left: 30px;
		padding-left: 10px;
	}
	.footer{
		padding-top: 35px;
		background: white;
		margin-top: 15px;
	}
	.linha{
		display: inline-block;
    line-height: 0px !important;
    min-height: 0px !important;
    padding-bottom: 10px;
	}
	.linha-footer{
    width: 100%;
    border: 20px solid #f6f6f6;
    position: absolute;
    min-height: 0px !important;
    left: 0;
 }
	.institucional h3{
		margin: 0px;
		margin-bottom: 10px;
		color: #ff5617;
		font-family: 'Titillium Web', sans-serif;
		font-size: 16px;
		font-weight: bold;
		text-transform: uppercase;
	}
	.institucional ul{
		margin: 0px;
		padding: 0px;
	}
	.institucional span,
	.institucional ul li a,
	.institucional ul li{
		font-size: 11px;
		color: #252525;
		line-height: 20px;
		font-weight: 500;
		text-transform: capitalize;
		margin-bottom: 5px;
	}
  .institucional .list-contato li {
      margin-bottom: 0 !important;
  }

  .list-contato ul li {
      margin-bottom: 2px;
  }

  .institucional ul li a:hover {text-decoration: underline;}

  .footer .btn-cadastro-footer {
      display: block;
      background-color: #ff5617;
      width: 120px;
      height: 23px;
      border-radius: 5px;
      text-align: center;
      color: white;
      line-height: 1.8;
      font-size: 13px;
      margin-top: 15px;
      text-transform: initial;
  }
	.footer-search{
		width: 100%;
		height: 32px;
		max-width: 300px;
		margin-top: 15px;
	}
	.footer-search button{
		width: 42px;
		height: 32px;
		background-color: #fe3b15;
		color: white;
		text-align: center;
		vertical-align: middle;
		line-height: 32px;
		border: 0px;
		border-left: 1px solid black;
		float: left;
		display: block;
		padding: 0px;
	}
	.footer-search input{
		width: calc(100% - 43px);
		float: left;
		display: block;
		background: white;
		height: 32px;
		border: 0px;
		padding-left: 11px;
	}
	.social-net{
		width: 30px;
		height: 30px;
		border-radius: 50%;
		background: white;
		float: left;
		margin-right: 8px;
		margin-top: 30px;
		text-align: center;
		display: block;
		text-decoration: none;
		-webkit-transition: 420ms all ease;
		-ms-transition: 420ms all ease;
		transition: 420ms all ease;
		color: black;
	}
	.social-net:hover{
		background: black;
		border: 1px solid white;
		color: white;
		transform: scale(1.4);
	}
	.social-net i{
		line-height: 30px;
		vertical-align: middle;
		font-size: 16px;
	}
	.store-information{
		margin-top: 25px;
		clear: both;
		width: 100%;
	}
	.logo-footer{
		/* display: block; */
		/* float: left; */
		/* margin-right: 25px; */
	}
	.store ul{
		display: block;
		float: left;
		padding-top: 12px;
	}
	.store ul li a{
		color: #d6d6d6;
		font-weight: 500;
		font-size: 11px;
		text-transform: uppercase;
	}
	.store ul li:not(:last-child):after{
		content: "|";
		color: white;
		display: inline-block;
		margin: 0 7px;
	}
	.atendimento{
		color: #d6d6d6;
		text-transform: uppercase;
		font-size: 11px;
		font-weight: 500;
		margin-top: 12px;
	}
	.selos{
		margin-top: 10px;
		width: 100%;
		border-top: 20px solid #f6f6f6;
		border-bottom: 20px solid #f6f6f6;
		padding: 10px 0;
	}
	.selos > div{
		/* min-height: 67px !important; */
		line-height: 67px;
	}
	.selos img{
		display: inline-block;
		vertical-align: middle;
	}
	.selos h4{
		display: inline-block;
		vertical-align: middle;
		color: #ff5617;
		font-weight: bold;
		font-size: 14px;
		text-transform: uppercase;
		line-height: 5.5;
	}
	.copyright{
		/* margin-top: -65px; */
	}
	.copyright p{
		text-align: center;
		color: black;
		position: relative;
		top:8px;
		left: 20px;
		width: 80%;
		margin: 0 auto;
		font-size: 11px;
		font-weight: 500;
	}
	.n49-logo{
		width: 111px;
    height: 50px;
    background: url('../../images/n49-logo.png') no-repeat center;
    float: left;
    border-right: 1px solid #D7D7D7;
  }
  /**
  	Depoimentos
  **/
  .depoimentos a{
  	font-size: 11px;
  	color: #58B6CC !important;
  	text-transform: uppercase;
  	padding-right: 5px;
  }
  .depoimentos .primeira{
  	border-right: 1px solid #58B6CC;
  }
  .depoimentos blockquote {
  	display: none;
    border: none;
    color: #848484;
    font-size: 11px;
    padding: 0px;
    margin-top: -5px;
    width: 209px;
	}
	.depoimentos .icon-depo {
    background: url(../../images/aspa-depoimento.png) no-repeat;
    width: 19px;
    height: 12px;
    position: relative;
    left: -20px;
    top: 11px;
	}
	.depoimentos p{
  	color: #58B6CC;
  	text-align: right;
	}
	.depoimentos .bloco-maximo{
		margin-top: 10px;
	  margin-bottom: 5px;
		width: 100%;
		border-bottom: 2px solid #E6E6E6;
	}
	.depoimentos .bloco-corrente{
		border: 1px solid #58B6CC;
		margin-bottom: -2px;
	}
  .modal-content.modal-depoimento-enviado {
    text-align: center;
  }
  .modal-content.modal-depoimento-enviado i {
    display: block;
    color: #6BDB6B;
    font-size: 45px;
    margin-bottom: 20px;
  }
  .modal-content.modal-depoimento-enviado span {
    font-size: 20px;
  }
  .modal-content.modal-depoimento-enviado button {
    display: block;
    margin: 0 auto;
    border-radius: 30px;
    background-color: #6BDB6B;
    color: white;
    border: 1px solid #6BDB6B;
    padding: 7px 50px;
    margin-top: 30px;
    font-size: 20px;
  }
	.modal-termos-depoimento > .modal-body{
		overflow: scroll;
		max-height: 250px;
		width:100%;
	}
	.close-modal-depo{
		opacity: 1;
		position: relative;
		bottom: 7px;
		border: 1px solid;
		border-radius: 30px;
		padding: 0px 5px;
	}
/**
	Responsivo
**/
	@media(min-width: 992px) and (max-width:1199px){
		.main-menu li > a {
    	padding: 0 13px;
		}
	}
	@media(max-width: 991px){
		.mobile-menu a{
			color: #FFF;
			padding: 8px 5px;
		}
		.texto-vazio h3{
			width: 100%;
			margin-top: 70px;
			margin-left: 3%;
		}
		.modal-cadastro{
			width: 90%;
			height: 100%;
		}
		.modal-cadastro .modal-body{
			padding-top: 15px;
    		padding-bottom: 15px;
		}
		.copyright p{
			left: 10px;
		}
		.links{
			margin-top: 0px;
			width: 100%;
		}
		.cartao-presente div {
  		padding-left: 40px;
  		padding-right: 2px;
		}
		.loja-atacado div{
			padding-left: 40px;
		}
		.loja-atacado{
			margin-top: 45px !important;
  		margin: 0 auto;
		}
		.cartao-presente,.loja-atacado{
			margin-left: calc(50% - 145px) !important;
		}
		.cartao-presente .icon-cartao,.loja-atacado .icon-atacado{
	    top: -10px;
		}
		.cartao-presente div:last-child,.loja-atacado div:last-child{
      width: 90%;
	    height: 70px;
	    line-height: 25px;
	    padding-top: 15px;
		}
		.campo1,.campo2,.campo3,.campo4,.campo5{
			width:100%;
			margin-bottom: 15px;
		}
		.campo1 div,.campo2 div,.campo3 div, .campo4 div, .campo5 div{
  		margin: 0 auto;
  		width: 290px;
  		text-align: center;
		}
		.form-newsletter{
			height: 588px;
		}
		.form-newsletter .campo2,.form-newsletter .campo5 {
			margin-left: 0px !important;
			margin-top: 0px !important;
		}
		.bg-title{
			height: 100px !important;
      width: 100%;
		}
		.title-newsletter{
			width: 100% !important;
		}
		.title-newsletter .title{
			width: 100px;
			margin: 0 auto;
		}
		.title-newsletter div{
			width: 300px;
	    display: inherit;
	    margin: 0 auto;
	    text-align: center;
		}
		.depoimentos {
    	margin-top: 10px;
    	margin-bottom: 15px;
		}
		.depoimentos blockquote {
    	margin: 0 auto;
		}
		.copyright{
			/* margin-top: -80px; */
		}
		.footer .plataforma-n49 {
				width: 100%;
		}
		.listagem .fa-chevron-left{
	    float: left;
	    position: relative;
	    top: 13px;
	    border: 1px solid #8FCEAD;
	    border-radius: 20px;
	    width: 25px;
	    height: 25px;
	    padding-top: 6px;
	    padding-right: 2px;
	    color: #8FCEAD;
		}
		.pontilhado-listagem{
	    width: 85% !important;
		}
		.title-listagem{
			margin-left: 8px;
    	margin-top: -5px !important;
		}
		.listagem .fa-chevron-right{
			float: right;
			position: relative;
			border: 1px solid #8FCEAD;
			border-radius: 20px;
			width: 25px;
			height: 25px;
			padding-top: 6px;
			padding-left: 2px;
			color: #8FCEAD;
			top: -18px;
			/* background-color: #FFFEF9; */
		}
		.header .container{
			padding-left: 0px;
			padding-right: 0px;
		}
		.left--logo h1 img{
			display: inline-block;
    	max-width: 100%;
    	height: 35px;
 	    margin-top: -15px;
		}
		.close-all-menu {
			width: 100%;
			height: 1500px;
			position: absolute;
			top: 0;
			left: 0;
			background: rgba(0,0,0,0.5);
			z-index: 5;
			transition: all .8s ease-in;
			display: none;
		}
		.func_menu {
			overflow: hidden;
		}
		.func_menu .close-all-menu,
		.menu-on .close-all-menu {
			display: block;
		}
		.top_information{
			display: none;
		}
		.left--logo{
			padding: 0px;
		}
		.call-menu{
			display: inline-block;
			margin: auto;
			border: none;
			padding: 5px 10px;
			color: white;
			font-size: 13px;
			background: 0px;
			margin-top: 13px;
			background-color: #1f1f1f;
		}
		.main-menu .computer .menu-inner .itens-list{
			width: 100%;
			float: left;
		}
		.menu-inner-mobile{
			width: 100%;
			height: 100%;
			background-color: #ec3f11;
			z-index: 9999;
			display: none;
			position: fixed;
			top: 6px;
			left: 0px;
		}
		.opcao-destaque{
	    	background-color: #BE8DED !important;
		  	margin-left: -15px !important;
		  	padding-left: 15px !important;
		}
		.list-mobile{
	    height: 100vh;
	    padding-bottom: 50px;
	    overflow: scroll;
	  }
		.list-mobile ul{
			list-style-type: none;
	    padding-left: 22px;
		}
		.title-inner-mobile{
	    color: #1f1f1f;
	    font-weight: bold;
	    text-transform: uppercase;
	    font-size: 18px;
	    border-bottom: 1px solid #8FCEAD;
	    display: inline-block;
	    border-bottom: 1px solid;
	    width: 100%;
	 }
		.menu-inner-mobile .fa-chevron-left {
	    color: white;
	    font-size: 13px;
	    position: relative;
	    top: -2px;
	 }
		.icons-mob{
			float: right;
		}
		.mobile-icon img{
			height: 20px;
			width: 20px;
			margin-top: 15px;
		}
		.mobile-icon-user,.mobile-icon-gift,.mobile-icon-cart{
	    display: inline-block;
	    margin-right: 20px;
		}
		.mobile-cart{
			text-align: center;
		}
		.mobile-cart a{
			color: #ff5617;
			font-size: 25px;
			line-height: 45px;
			vertical-align: middle;
			display: inline-block;
			text-align: center;
			position: relative;
		}

    .mobile-cart a i {
        position: relative;
        top: 6px;
    }
		.mobile-cart img{
	    margin-top: 12px;
		}
		.mobile-cart .mob-quant{
			display: block;
			float: left;
			padding: 1px 3px;
			background: #1f1f1f;
			border-radius: 50%;
			color: white;
			font-size: 7px;
			font-weight: lighter;
			line-height: 11px;
			position: absolute;
			top: 17px;
			right: -7px;
		}
		.left--search{
			margin-top: 0px;
			margin-bottom: 0px;
		}
		.search-mob{
			background-color: white;
			width: 100%;
			margin-top: -4px;
		}
		.search-form-mob{
	    width: 90%;
	    border: 1px solid #D8D2B2;
	    border-radius: 20px;
	    background: white;
	    height: 31px;
	    display: inline-block;
	    float: left;
	    margin-top: 5px;
	    margin-left: 5%;
	    margin-bottom: 5px;
		}
		.search-form-mob input{
			width: 80%;
		}
		.search-submit-mob{
			width: 32px;
	    display: inline-block;
	    float: right;
	    height: 32px;
	    border: none;
	    background-color: rgba(255,255,255,.15);
	    background-repeat: no-repeat;
	    background-position: center;
	    cursor: pointer;
	    padding-bottom: 5px;
      padding-right: 10px;
		}
		.search-submit-mob i{
			color: #ff7845;
			font-size: 18px;
		}
		/**
			Menu mobile
		**/
			.menu-on{
				overflow: hidden;
			}
			.menu-on .main-menu{
				overflow: auto;
			}
			.main-menu{
				position: fixed;
		    top: -100px;
				left: 0px;
				width: 100%;
				height: calc(100% + 100px);
				z-index: 6;
				-webkit-transform: translateX(-100%);
				-ms-transform: translateX(-100%);
				transform: translateX(-100%);
				overflow: hidden;
				-webkit-transition: 420ms all ease;
				-ms-transition: 420ms all ease;
				transition: 420ms all ease;
			}
			.menu-on .main-menu{
				-webkit-transform: translateX(0);
				-ms-transform: translateX(0);
				transform: translateX(0);
				overflow: auto;
			}
			.main-menu li{
				width: 80%;
			}

      .main-menu .container .components  a {
          color: white;
      }

      .main-menu .container .components li.escopo a {
          color: #1f1f1f;
          text-transform: uppercase;
          font-size: 14px;
          font-weight: bold;
      }
			.main-menu .menu-inner{
				position: static !important;
			}
			.menu-item-content{
				display: none;
			}
			.main-menu li .menu-inner .itens-list{
				width: 100%;
			}
			.main-menu li > a{
				text-align: left;
				width: 100%;
		    font-size: 14px;
			}
			.itens-list li a{
				padding: 0px;
				text-align: left;
			}
			.right--user{
				width: 100%;
				padding-bottom: 10px;
				margin-bottom: 10px;
				border-bottom: 1px solid white;
			}
			.user-log{
				width: 100%;
			}
			.right--user span,
			.right--user a,
			.right--user strong{
				color: white;
				font-weight: normal;
			}
			.main-menu ul{
				clear: both;
			}
			.close-menu{
				position: absolute;
				right: 10px;
				top: 10px;
				font-size: 20px;
				color: white;
				z-index: 9;
				cursor: pointer;
			}
		/**
			Footer
		**/
			.footer{
				text-align: center;
				/* padding-top: 595px; */
				margin-top: 20px;
			}
			.institucional div{
				padding: 0px !important;
				width: 100%;
			}
      .institucional div img {
          width: 290px;
          margin-bottom: 15px;
      }
			.institucional .col-lg-3{
				margin-bottom: 15px;
			}
			.social-net{
				display: inline-block;
				float: none;
				margin-top: 15px;
			}
			.footer-search{
				margin: auto;
			}
			.store-information{
				margin-top: 0px;
			}
			div.store *{
				display: inline-block;
				float: none;
			}
			.atendimento{
				width: 100%;
				float: none;
				text-align: center;
				margin-bottom: 15px;
			}
			.selos,
			.selos h4{
				margin: 0px;
				padding: 5px;
				width: 100%;
			}
			.selos > div{
				line-height: 45px;
				padding: 0px;
			}
			.selos img{
				max-width: 100%;
				margin-top: 7px;
				margin-bottom: 7px;
			}
			.n49-logo{
				position: relative;
				margin: auto;
				margin-top: 15px;
			}
			.marcas h3{
				text-align: center;
			}
	}

	@media all and (min-width: 991px) and (max-width:	1300px) {
		.content-posts {
    	margin-right: 0px;
		}
		.item-content--post {
    	padding: 0 3px;
		}
		.product-hover ul {
    	padding-left: 1px;
		}
	}
	/**
		Excecoes
	**/
	@media (max-width: 320px){
		.cartao-presente div, .loja-atacado div{
		  width: 85%;
	    height: 70px;
	    line-height: 25px;
	    padding-top: 15px;
	    margin-left: 5px;
	  }
	}
	/**
		Produto
	**/
	.listagem,.pontilhado-listagem, .title-listagem{
		display: inline-block;
	}
	.title-listagem div{
		/* background-color: #FFFEF9; */
		margin: 0px 20px;
	}
	.title-listagem{
		color: #ff5617;
		font-weight: normal;
		font-style: normal;
		margin-top: 0px;
		position: relative;
		top: -35px;
		left: 10px;
		/*width: 240px;*/
		/* background-color: #FFFEF9; */
		text-align: center;
		font-weight: bold;
		text-transform: uppercase;
	}
  .title-listagem h2 {
      font-size: 30px;
      color:#222;
      font-weight: 800;

  }
	.listagem{
		width: 100%;
    height: 40px;
    overflow: hidden;
    text-align: center;
    margin-top: 13px;
    padding-bottom: 50px;
	}
	.listagem .pull-left, .listagem .pull-right{
		margin-top: 20px;
	}
	.listagem .fa-chevron-left{
		float: left;
		position: relative;
		top: 13px;
		border: 1px solid black;
		border-radius: 20px;
		width: 25px;
		height: 25px;
		padding-top: 6px;
		padding-right: 2px;
		color: black;
	}
	.listagem .fa-chevron-right{
		float: right;
		position: relative;
		border: 1px solid black;
		border-radius: 20px;
		width: 25px;
		height: 25px;
		padding-top: 6px;
		padding-left: 2px;
		color: black;
		top: -18px;
		/* background-color: #FFFEF9; */
	}
	.fa-chevron-left:hover, .fa-chevron-right:hover{
		/* color: white; */
	}
	.pontilhado-listagem{
		/* border: 1px dashed #8FCEAD; */
		width: 95%;
		margin-top: 25px;
		margin-right: 12px;
	}
	.owl-theme .owl-controls{
		margin: 0px;
	}
	.title-controllers h2:after{
		content: "";
		display: none;
		position: absolute;
		top: -25px;
	  right: -24px;
		height: 50px;
		width: 50px;
		background: #ff2e06;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.promo-controllers a{
		color: white;
		text-transform: uppercase;
		text-decoration: none;
		font-weight: 500;
		font-size: 13px;
		display: block;
		float: left;
		margin-top: 7px;
		margin-right: 10px;
	}
	.promo-controllers i{
		font-size: 20px;
		color: white;
		height: 20px;
		width: 44px;
		text-align: center;
		display: block;
		float: left;
		margin-top: 6px;
		cursor: pointer;
	}
	.promo-controllers i:first-of-type{
		border-right: 2px solid white;
	}
	.promo-controllers i:hover{
		color: #ccc;
	}
	.promo-controllers i:focus,
	.promo-controllers i:active,
	.promo-controllers i:active:focus{
		color: #ff2e06;
	}
	#promotions .owl-wrapper{
		margin-left: -15px;
		margin-right: -15px;
	}
	#promotions{
		width: calc(100% + 28px);
	}
	.products-carousel{
		margin: 25px 0;
		margin-bottom: 0px;
	}
	.specials{
		min-height: 200px;
		width: 100%;
		border: 3px solid #fe3a14;
		border-radius: 5px;
		background: white;
		margin-bottom: 25px;
		overflow: hidden;
	}
	.specials h2{
		margin: 0px;
		color: #ff2e06;
		font-size: 18px;
		font-weight: bold;
		padding-left: 20px;
		height: 35px;
		line-height: 35px;
		vertical-align: middle;
		text-transform: uppercase;
		border-bottom: 3px solid #fe3a14;
		display: block;
		width: 35%;
		position: relative;
	}
	.specials h2:after{
		content: "";
	    display: block;
	    position: absolute;
	    top: 2px;
	    right: -51px;
	    width: 40px;
	    height: 52px;
	    -webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	    border-left: 3px solid #fe3a14;
	    border-radius: 3px;
	}
	.special-products{
		margin-top: 15px;
		padding-bottom: 20px;
	}
	.destaques{
		padding-bottom: 25px;
		width: 100%;
		float: right;
		background: white;
		margin-top: 20px;
		padding: 0px 15px 25px 15px;
	}

.produtos-bloco h3 {
    color: #1f1f1f;
    padding-bottom: 10px;
    border-bottom: 1px solid #1f1f1f;
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
	.destaques-prods{
		width: 100%;
		min-height: 20px;
		margin-top: 20px;
	}
	.destaques .title-controllers{
		border: 2px solid #fff;
		box-shadow: inset 0px 1px 18px 3px rgba(250,250,250,0.5)
	}
	.destaques .title-controllers h2{
	  background: linear-gradient(120deg, #fff 89%, transparent 89%);
		color: #fe3a14;
	}
	.destaques .title-controllers h2:after{
		background: #fff;
	}

  /**
    Voltar ao topo
  **/
  .voltar-topo{
    display: none;
  }
  .voltar-topo a{
		width: 60px;
		height: 60px;
		border: 1px dashed #093956;
		border-right: none;
		background-color: #093956;
		text-align: center;
		color: #FFFFFF;
		right: 0;
		bottom: 21px;
		position: fixed;
		font-weight: normal;
		z-index: 5;
  }
  .voltar-topo a:visited, .voltar-topo a:link{
    text-decoration: none;
  }
  .voltar-topo a i{
    display: block;
    font-size: 20px;
  }
  .voltar-topo a span{
    font-weight:bold;
  }

  /**
    Depoimento
  **/
  .depoimento h1{
    font-family: 'Grand Hotel', cursive;
    color: #827058;
    text-align: center;
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 24px;
  }
  .depoimento h1:after{
    color: transparent;
    content: "00";
    width: 29px;
    height: 30px;
    background: url(../../images/chat-depo.png) no-repeat;
    position: relative;
    top: -3px;
  }
  .body-depo{
    background-color: #E2F9FF;
    width: 100%;
    min-height: 210px;
    border-top: 1px dashed #58B6CC;
    display: inline-block;
  }
  .seus-dados {
    margin-left: 39px;
    margin-top: 23px;
    display: inline-block;
    float: left;
  }
  .depoimento .seus-dados .title-itens{
    color: #58B6CC;
    font-size: 15px;
    margin-bottom: 5px;
  }
  .depoimento .seus-dados .dados-item:first-child{
    margin-top: 5px;
  }
  .depoimento .seus-dados div{
    font-weight: bold;
    color: #606060;
    margin-bottom: 4px;
  }
  .depoimento .seus-dados div span{
    font-size: 12px;
    color: #606060;
    font-weight: normal;
  }
  .area-depo{
    display: inline-block;
    float: right;
    color: #58B6CC;
    font-size: 15px;
    margin-top: 21px;
    margin-right: 51px;
  }
  .area-depo textarea{
    width: 100%;
    border: 1px solid #58B6CC;
    border-radius: 3px;
    resize: none;
    width:580px;
    height: 70px;
    margin-top: 11px;
  }
  .max-depo{
    color: #A9A9A9;
    font-size: 11px;
  }
  .controls-depo {
    margin-top: 3px;
    position: relative;
  }
  .controls-depo .check-depo{
    display: inline-block;
    float: left;
  }
  .controls-depo .check-depo {
    margin-top: 12px;
    margin-right: 34px;
  }
  .controls-depo .check-depo label{
    color: #878787;
    font-size: 11px;
    font-weight: normal;
  }
  .controls-depo .check-depo label a{
    color: #68C2D6;
    /*font-size: 11px; */
  }
  .controls-depo .check-depo input[type="checkbox"] {
    height: 12px;
    width: 10px;
    position: relative;
    top: 1px;
  }
  .g-recaptcha {
    transform: scale(0.60);
    transform-origin: 0 0;
  }
  .controls-depo .g-recaptcha{
    display: inline-block;
    float: left;
  }
  .controls-depo .btn-enviar {
    width: 150px;
    height: 36px;
    display: inline-block;
    margin-left: -90px;
    margin-top: 4px;
  }
  .controls-depo input[type="submit"] {
    border-radius: 30px;
    border: none;
    background-color: #8FCEAD;
    color: white;
    text-transform: uppercase;
    width: 150px;
    height: 36px;
  }

  /** Depoimentos **/
  .list-depo{
    background-color: #E2F9FF;
    border-left: 1px dashed #58B6CC;
    width: 100%;
    min-height: 88px;
    position: relative;
    margin-bottom: 15px;
  }
  .list-conteudo{
    width: 95%;
    margin: 0 auto;
  }
  .list-conteudo i{
    position: absolute;
    top: -8px;
    left: -8px;
    color: #C5F4FF;
    background-color: #58B6CC;
    border-radius: 30px;
    font-size: 11px;
    padding: 5px 5px;
  }
  .list-title{
    font-size: 16px;
    color: #58B6CC;
    font-weight:normal;
    border-bottom: 1px solid #68C2D6;
    padding-top: 10px;
  }
  .list-text{
    font-size: 11px;
    color: #606060;
    padding-top: 6px;
  }
  .list-pagination {
    width: 100%;
    text-align: center;
    padding-top: 14px;
  }
  .list-pagination div{
    display: inline-block;
  }
  .list-pagination i{
    font-size: 14px;
    top: 1px;
    position: relative;
  }
  .list-pagination .nav-pag{
    font-size: 11px;
    width: 75px;
    height: 33px;
    border-radius: 30px;
    border: 1px solid #ECEEEF;
    background-color: white;
    color: #58B6CC;
    margin-right: 6px;
  }
  .list-pagination .nav-pag.disable{
    color: #B3B3B3;
  }
  .nav-item {
    border-radius: 30px;
    border: 1px solid #ECEEEF;
    background-color: white;
    color: #58B6CC;
    width: 33px;
    height: 33px;
    margin-right: 7px;
  }
  .nav-item.active{
    border: none;
    background-color: #58B6CC;
    color: white;
  }
  .load-depo{
	  float: right;
	  position: relative;
	  right: 80px;
	  top: 10px;
		display:none;
  }
	.container-logo{
		border-right:1px solid #c2c2c2;
	}
	.pagamento-empresa {
		font-size: 13px;
		font-weight: bold;
		text-transform: uppercase;
		margin-top: 15px;
		margin-bottom: 20px;
	}
	.plataforma-n49 {
		width: 420px;
		margin: 32px auto;
		border-top: 1px solid #c2c2c2;
		text-align: center;
		padding-top: 15px;
		color: #252525;
		/* font-size: 11px; */
	}
	.plataforma-n49 img {
		margin: 0 auto;
		display: block;
		padding-left: 5px;
		padding-top: 4px;
	}
  @media (max-width: 991px){
		.footer .btn-cadastro-footer{
			margin: 0 auto;
		}
		.redes-sociais-footer i{
			padding-left: 2px;
		}
		.redes-sociais-footer .fa-facebook{
			margin-left: 0;
			padding-left: 0px;
		}
		.logo-footer,.lnk-pag-inic{
			float: none;
			height: 45px;
		}
		.container-logo{
			border-right:1px solid #ccc;
		}
    .depoimento {
    margin-top: 90px;
    }
    .depoimento h1 {
    font-size: 36px;
    }
    .list-pagination .nav-pag{
      font-size: 0px;
      width: 33px;
      height: 33px;
    }
    .seus-dados{
      margin-left: 0px;
      width: 100%;
      text-align: center;
    }
    .area-depo{
      float: initial;
      margin-right: 0px;
      margin: 0 auto;
      text-align: center;
      width: 100%;
    }
    .area-depo textarea{
      width: 70%;
    }
    .controls-depo .btn-enviar{
      width: 100%;
      height: 100%;
      margin: 0 auto;
      margin-bottom: 10px;
      margin-top: -10px;
    }
    .controls-depo .g-recaptcha {
      margin-left: calc(50% - 90px);
      margin-top: 20px;
    }
    .controls-depo .check-depo {
      margin-left: calc(50% - 80px);
    }
    .list-conteudo {
      padding-bottom: 10px;
    }
    .list-pagination div:last-child {
      margin-top: 10px;
    }

    .list-pagination div:first-child {
      margin-bottom: 10px;
    }
  }


/** TABLET **/

@media screen and (max-width: 970px) and (min-width: 768px) {
	.cartao-presente .icon-cartao, .loja-atacado .icon-atacado {
		top: -20px;
		left: 37%;
	}

	.cartao-presente {
		position: relative;
		top: 12px;
	}

	.loja-atacado {
		position: relative;
		top: 22px;
	}

	.loja-atacado {
		margin-left: calc(50% - 198px) !important;
	}

	.cartao-presente {
		margin-left: calc(50% - 180px) !important;
	}
}


/** flexcol **/
.flexcol-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%!important;
}

.flexcol-item {
	width: calc((100% / 3) - 1rem);
	display: block;
	padding-bottom: 20px;
}

.menu-inner .flexcol-container{
	display: inline-block;
	height: auto !important;
}

.cols-2 .flexcol-item { width: calc((100% / 2) - 1rem); }
.cols-3 .flexcol-item { width: calc((100% / 3) - 1rem); }
.cols-4 .flexcol-item { width: calc((100% / 4) - 1rem); }
.cols-5 .flexcol-item { width: calc((100% / 5) - 1rem); }

.main-menu li .menu-inner .itens-list li.escopo a,
.main-menu li .menu-inner a{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1; /* number of lines to show */
	line-height: 20px;        /* fallback */
	max-height: 20px;       /* fallback */
}
.main-menu li .menu-inner{
	visibility: hidden;
	opacity:0;
	display: block;
	left: 0 !important;
    width: 100% !important;	
}
.main-menu .title-submenu{
	display: block;
    margin-bottom: 12px;
    margin-left: -15px;
    margin-right: -15px;
}
.main-menu .title-submenu .stt{
	font-size: 30px;
    padding: 0 38px 15px;
    border-bottom: 1px solid #DDD;
    margin-top: 0;
    color: #ec3f11;
    font-weight: 600;
}
.main-menu li.escopo a{
	white-space:nowrap;
}
.main-menu li .menu-inner.active,
.main-menu li.active .menu-inner{
	visibility: visible;
	opacity:1;
}

ul.list.list-unstyled.components.ul-1,
ul.list.list-unstyled.components.ul-2{
	display: block !important;
	float: none !important;
}

.mobile-menu .top-box{
	padding: 10px 20px;
	background: #e4e4e4;
}
.mobile-menu .top-box span{
	display: block;
}
.mobile-menu .fa{
	margin-right: 3px;
}
.mobile-menu .top-box a{
	color: #ff5617;
}
.customize .prod-title{
	 /*overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2; */
   line-height: 14px;
   /*max-height: 34px;*/
	 height: 57px;
	 font-size: 13px;
	 font-weight: bold;
}

@media(max-width: 991px){
	.header-mob{
		width: 100%;
		height: 50px;
		background: white;
		position: fixed;
		top: 0;
		left: 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
		z-index: 99;
		border-bottom: 1px solid #ccc;
	}
	.header{
		position: relative !important;
		height: auto;
	}
	.search-mob{
		display: block !important;
	}
	.search-form-mob{
		margin: 0;
		width: 100%;
	}
	.left--search{
		padding: 10px;
		margin-top: 0;
	}
	.header-mob .left{
		display: flex;
		align-items: center;
		justify-content: flex-start;
		height: 100%;
	}
	.toggle-menu{
		height: 51px;
		min-width: 50px;
		background: #363636;
		color: white;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 20px;
		margin-right: 76px;
	}
	.header-mob .logo img{
		max-width: 100%;
		max-height: 100%;
		width: auto;
	}
	.header-mob .logo{
		padding: 7px 0;
		height: 100%;
	}
	#mm-blocker{
		z-index: 999;
	}
	.mob-cart{
		right: 15px;
		position: relative;
		color: #363636;
		display: flex;
		align-items: center;
		font-weight: normal;
		font-size: 14px;
	}
	.mob-cart .fa{
		font-size: 20px;
		margin-right: 5px;
	}
	.mobile-menu{
		display: none;
	}
	body{
		padding-top: 50px;
	}
	.footer{
		margin-top: 15px;
	}
	.selos{
		border-top: 1px solid #f6f6f6;
		border-bottom: 1px solid #f6f6f6;
		padding-bottom: 13px;
	}
	.lnk-pag-inic{
		display: none;
	}
}


.caixa-com{
	text-align: right!important;
	margin-right:32px;
	padding: 0!important;
}

.inativa {
	color: #ebebeb;
	
}

.ativa{
	color: #ffc800!important;
}
.rating i {
	font-size:24px;
}

.a-vista-preco{
	font-size: 11px;
    font-weight: normal;
    display: block;
    line-height: 13px;
}
.item-price-installments{
	font-size:13px!important;
	font-weight: normal!important;
}
.product-buy a {
	background-color:#ff5617;
	border: none;
}
.product-buy a:hover {
	background-color:#ff5617;
}
.item-price{
	color:#fe3a14;
	text-align: center;
	display: inline-block;
    width: 100%;
    height: 59px;
}
.item-price-installments {
	text-align: center;
	margin-top: 10px;
    margin-bottom: 10px;
    line-height: 15px;
}
.avaliacoes label {
    font-weight: 400;
    font-size: 13px;
    color: #666;
}
.txt-pros-cnt{
	font-size: 15px!important;
    color: #666;
}
.avaliacoes .pros {
    width: 25px;
    height: 25px;
    background: #00a651;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 15px;
}
.avaliacoes .contras i, .avaliacoes .pros i {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    line-height: 25px;
    display: block;
}
.avaliacoes .contras {
    width: 25px;
    height: 25px;
    background: #ed1c24;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 15px;
}
.avaliacoes .contras i, .avaliacoes .pros i {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    line-height: 25px;
    display: block;
}
.point.fa.fa-star-o{
	font-size: 25px!important;
}
.point.fa.fa-star-o.point-on{
	
}