/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/************************************/
/* RESET */
/************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/*
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
  margin: 0;
  padding: 0;
	box-sizing: border-box;
}

img {
  width: 100%;
}

:active {
    outline: none;
    text-decoration: none;
}

a:active {
	outline: none;
    text-decoration: none;
}

:visited {
    outline: none;
    text-decoration: none;
}

a:visited {
	outline: none;
    text-decoration: none;
}

:focus {
	outline: none;
    text-decoration: none;
}

a:focus {
	outline: none;
    text-decoration: none;
}

:hover {
	outline: none;
    text-decoration: none;
}

a:hover {
	outline: none;
    text-decoration: none;
}

button:active {
    outline: none;
    text-decoration: none;
}

button:visited {
    outline: none;
    text-decoration: none;
}

button:focus {
	outline: none;
    text-decoration: none;
}

button:hover {
    outline: none;
    text-decoration: none;
}


.clearFix {
	clear: both;
}

section {
    z-index: 999;
    position: relative;
}

select {
	-webkit-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	appearance:none;
}

select:-ms-expand {
    display: none;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none;
	-moz-appearance:none;
	-o-appearance:none;
	appearance:none;
	margin: 0;  
}

.relative {
    position: relative;
}

.absolute {
	position: absolute;
}

.right {
	right: 0;
}

.bottom {
	bottom: 0;
}

.left {
	left: 0;
}

.top {
	top: 0;
}

.hidden {
	display: none;
}

/************************************/
/* END RESET */
/************************************/

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #404041;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    height: 100%;
}


a {
    color: #404041;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #404041;
}

section {
	width: 100%;
	padding: 70px 0 0 0;
	background: #fff;
	position: relative;
}

section:first-of-type {
    padding: 0;
}

::-webkit-input-placeholder {
   color: #989898;
}

:-moz-placeholder { /* Firefox 18- */
   color: #989898;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #989898;  
}

:-ms-input-placeholder {  
   color: #989898;  
}


/************************************/
/* BOOTSTRAP */
/************************************/

.modal-content {
	border-radius: 0;
}


/************************************/
/* END BOOTSTRAP */
/************************************/

/************************************/
/* HEADER */
/************************************/








#sticky_header {
    position: fixed;
    background-color: #FFF;
    width: 100%;
    margin: 0 auto;
    height: auto;
    /*margin-bottom: 13px;*/
    z-index: 100001;
    top: 0;
}

#top_header {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-right: 10px;
    position: relative;
    z-index: 9999;
}

#top_header_mobile {
	display: none;
}

#topHeader_left {
    display: inline-block;
    vertical-align: middle;
    
}

.topMenu_ul {
    display: block;
    width: 100%;
}

.topMenu_ul>li {
    display: inline-block;
    padding-right: 22px;
    margin-right: -3px;
}

.topMenu_ul>li>a:hover {
    color: #ad2425;
}

.topMenu_ul>li>a {
    display: block;
    font-size: 16px;
	line-height: 30px;
}

#topHeader_right {
    float: right;
}

.search_box {
    display: inline-block;
    padding-right: 15px;
    border-right: 1px solid #bbbdbf;
    margin-right: -4px;
    vertical-align: middle;
}

.search_box input {
    width: 0px;
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px;
    height: 30px;
    background-color: #f1f1f2;
    border: none;
    transition: all 0.3s ease-out;
}

.search_box button {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    border: 0;
	background-color: #f1f1f2;
}

.language_select {
    border-right: 0;
    padding-right: 22px;
}

select {
    -webkit-appearance:none;
    -moz-appearance:none;
    -o-appearance:none;
    appearance:none; 
}

select::-ms-expand {
    display: none;
}

.currency_select, .language_select, .accountArea {
    display: inline-block;
    vertical-align: middle;
    padding: 0 17px;
    border-right: 1px solid #bbbdbf;
    height: 30px;
    padding-top: 5px;
    position: relative;
    margin-right: -4px;
    cursor: pointer;
}

.language_select {
    border-right: 0;
}

.accountArea {
    border-left: 1px solid #bbbdbf;
    border-right: 0;
}

.selectedCurrency, .selectedLanguage, .accountClick {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}

.currencies_ul, .languages_ul, .account_ul {
    background-color: #FFF;
    text-align: center;
    position: absolute;
    width: 58px;
    left: 1px;
    top: 30px;
    border-right: 1px solid #bbbdbf;
    border-bottom: 1px solid #bbbdbf;
    border-left: 1px solid #bbbdbf;
    display: none;
    padding-bottom: 5px;
	padding-top: 5px;
}

.languages_ul {
    width: 66px;
    left: 1px;
}

.account_ul {
	width: 150px;
	left: -30px
}

.currencies_ul>li a, .languages_ul>li a, .account_ul>li a  {
    font-size: 16px;
    display: block;
    width: 100%;
    height: 100%;
    padding: 3px 0;
}

.currencies_ul>li a:hover, .languages_ul>li a:hover, .account_ul>li a:hover  {
    color: #ad2425;
}

.currencyButton, .languageButton, .accountButton {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    margin-left: 5px;
    cursor: pointer;
}

.outBtn {
    border: 0;
    width: 83px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    background-color: #ef5324;
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    padding-top: 6px;
    line-height: 1;
    cursor: pointer;
}

.outBtn:hover, .outBtn:active, .outBtn:focus, .outBtn:visited {
    color: #FFF;
}

.outBtn:hover {
	background-color: #AD2425;
}

.headerBreak {
    width: 100%;
    height: 1px;
    background-color: #bbbdbf;
}

#bottom_header {
    display: block;
    width: 100%;
	margin-top: 15px;
}

.bottom_header_ul>li {
    display: inline-block;
    width: calc(25% - 4px);
    vertical-align: middle;
    position: relative;
}

.bottom_header_ul>li>a {
    display: block;
}

.bottom_header_ul>li>a>img {
    width: 200px;
}

.img_contacts {
    display: block;
    width: 100%;
}

.img_contacts a {
	display: block;
	width: 100%;
	height: 100%;
}

.img_contacts a:hover p {
	color: #AD2425;
}

#contacts_boy {
    width: 36px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}

.contacts_header, .promotional_header {
    display: inline-block;
    vertical-align: middle;
}

.contacts_header p, .promotional_header p {
    font-size: 16px;
    font-weight: 700;
}

.contacts_header p {
    padding-left: 10px;
}

.horario_contacts p {
    font-size: 13px;
    font-weight: 400;
    color: #6d6e70;
	line-height: 20px;
}

#carrinho_compras {
    width: 30px;
    display: inline-block;
    vertical-align: middle;
}

#carrinho_compras_mobile {
    display: none;
}

.carrinho_header {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 50px);
    padding-left: 10px;
}

.bottom_header_ul {
    display: block;
    width: 100%;
}

.bottom_header_ul>li:not(:first-child) {
    padding-left: 20px;
}
/*
.bottom_header_ul>li:nth-child(2) p:first-of-type {
    font-size: 16px;
    font-weight: 700;
	line-height: 25px;
}

.bottom_header_ul>li:nth-child(2) p:last-of-type {
    font-size: 13px;
    font-weight: 400;
    color: #6d6e70;
    line-height: 15px;
}*/

.carrinho_header p:first-of-type {
    font-size: 16px;
    color: #231f20;
}

.carrinho_header p:last-of-type {
    font-size: 16px;
    font-weight: 700;
    color: #404041;
;
}

.compras_select_box {
    display: block;
    width: 100%;
    position: relative;
}

.compras_select_box img {
    width: 16px;
    height: 9px;
    position: absolute;
    right: 1px;
    bottom: 2px;
    z-index: 1;
    cursor: pointer;
}

.compras_select_box p {
	font-size: 16px;
    color: #6d6e70;
    font-weight: 700;
    display: inline-block;
    margin-right: -4px;
	vertical-align: middle;
    position: relative;
    z-index: 2;
    background-color: rgba(0,0,0,0);
}

.bottom_header_ul>li:nth-child(3)::before {
    content: "";
    width: 1px;
    height: 55px;
    background-color: #bbbdbf;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.bottom_header_ul>li:nth-child(3)::after {
    content: "";
    width: 1px;
    height: 55px;
    background-color: #bbbdbf;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

#topHeader {
	margin-bottom: 15px;
}

#menu_search {
    background-color: #6d6e70;
    display: block;
    width: 100%;
}

#menu {
    display: inline-block;
    vertical-align: middle;
    width: 86%;
    margin-right: -4px;
    background-color: #6d6e70;
    position: relative;
    z-index: 900;
}

 #searchBox_wrapper {
    display: inline-block;
    vertical-align: middle;
    width: 14%;
    background-color: #ef5324;
    height: 70px;
    position: relative;
    cursor: pointer;
    z-index: 800;
}

#searchBox {
    padding-top: 7px;
    padding-left: 10px;
    display: block;
    width: 100%;
    height: 70px;
    background-color: rgb(239, 83, 36);
    position: absolute;
    bottom: 0;
    right: 0;
}

#searchBox .product_img {
    display: inline-block;
    width: 20px;
    height: 20px;
    padding-top: 4px;
    vertical-align: top;
}

#searchBox .menu_title {
    padding-left: 5px;
}

#searchFields {
    width: 380px;
    /*height: 340px;*/
	
    background-color: #404041;
    padding: 40px 20px 40px 20px;
    position: absolute;
    top: 70px;
    right: 0;
    z-index: 100;
    display: none;
	-webkit-box-shadow: 0px 5px 5px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 5px 5px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 5px 5px 3px rgba(0,0,0,0.5);
}



#searchFields > form > div, .menuSearch {
    position: relative;
    background-color: #FFF;
    margin-bottom: 5px;
}

/*
MENU PESQUISAR
*/
#searchBox_wrapper select{
	width: 100%;
    height: 36px;
    position: relative;
    z-index: 6;
    background-color: rgba(255,255,255,0);
}

#searchBox_wrapper .optional{
	display:none;
}

.menu_ul {
    display: block;
    width: 100%;
}

.menu_ul>li {
    display: inline-block;
    width: 20%;
	margin-right: -4px;
    position: relative;
    height: 70px;
    vertical-align: top;
    background-color: #6d6e70;
    text-align: left;
	padding-left: 10px;
}

#mobileArrow {
    display: none;
}

.menu_ul>li {
    padding-top: 7px;
}

.menu_ul>li>a {
    display: inline-block;
	width:100%;
    text-align: left;
}

.menu_ul>li:first-child>a .product_img, .menu_ul>li:nth-child(3)>a .product_img {
    display: inline-block;
    width: 20px;
    height: 23px;
    vertical-align: top;
}

.menu_ul>li:nth-child(2)>a .product_img {
    display: inline-block;
    width: 19px;
    height: 25px;
}

.menu_ul>li:last-child>a .product_img {
    display: inline-block;
    width: 30px;
    height: 29px;
}

.menu_ul>li:nth-last-child(2)>a .product_img {
    display: inline-block;
	width: 21px;
    height: 21px;
}

.menu_title {
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
}

.menu_title img {
    width: 15px;
    height: 9px;
    float:right;
	margin-top: 5px;
}

.menu_title p:last-of-type {
    color: #FFF;
    font-size: 13px;
    display: block;
    max-width: 120px;
}
.menu_title p:first-of-type {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    padding-right: 5px;
}


#searchBox .menu_title p:first-of-type {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    display: block;
}

#searchBox .menu_title p:last-of-type {
    color: #FFF;
    font-size: 13px;
    display: inline-block;
    padding-right: 10px;
}

.etiqueta_novo {
    width: 45px;
    height: 14px;
    display: inline-block;
    margin-left: 30px;
	position: relative;
	background-color: #ef5324;
	vertical-align: middle;
}

.etiqueta_novo p {
	color: #FFF;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	left: 2px;
	font-size: 12px;
}

.greyTriangle {
	width: 0; 
	height: 0; 
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent; 
	position: absolute;
	right: 0;
	top: 0;
	border-right:7px solid #FFF; 
}

.sub_menu {
    position: absolute;
    /*width: 618px;*/
    /*height: 197px;*/
    left: 0px;
    top: 70px;
    background-color: #FFF;
    padding: 20px;
    z-index: 1000;
    text-align: left;
    display: none;
	-webkit-box-shadow: 0px 5px 5px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 5px 5px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 5px 5px 3px rgba(0,0,0,0.5);
}

.sub_menu_filtro {
    width: 240px;
}

.menu_ul>li:first-child .sub_menu, .menu_ul>li:nth-child(4) .sub_menu {
	/*width: 424px*/
}

.menu_ul>li:first-child .sub_menu>li, .menu_ul>li:nth-child(4) .sub_menu>li {
	width: 50%;
}

/*.menu_ul>li:hover {
	background-color: #404041;
}

.menu_ul>li:hover .sub_menu {
	display: block;
}*/

.sub_menu>li {
    display: inline-block;
    width: 50%;
    margin-right: -4px;
    vertical-align: top;
}

.sub_menu_filtro>li {
    display: block;
    width: 100%;
    vertical-align: top;
}

.product_type {
    width: 181px;
    height: 33px;
    display: block;
    background-color: #404041;
    padding-top: 4px;
    padding-left: 10px;
    padding-right: 5px;
    margin-bottom: 5px;
}

.product_type p {
    color: #FFF;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 28px);
}

.circleArrowImg {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.sub_menu_filtro .product_type_subMenu {
    width: 100%;
    display: block;
}

.product_type_subMenu {
    width: 150%;
    display: block;
}

.product_type_subMenu>li {
    display: block;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.product_type_subMenu>li>a {
    display: block;
    width: 100%;
}

.product_type_subMenu>li>a>p {
    display: inline-block;
    font-size: 14px;
    color: #404041;
    vertical-align: middle;
}

.product_type_subMenu>li>a:hover > p {
    color: #ad2425;
	text-decoration: underline;
}

.product_type_img {
    display: inline-block;
    width: 17px; 
    vertical-align: middle;
    height: 17px;
}

.product_photo {
    width: 230px;
	
}

.menu_ul>li:first-child .sub_menu .product_photo {
	width: 100%;
	height: 124px;
}

#burgerMenu {
    display: none;
	position: relative;
}

.select_box {
    width: 100%;
    height: 36px;
    background-color: #f1f1f2;
    display: block;
    position: relative;
    margin-bottom: 18px;
}

.widthDiv, .heightDiv {
	width: 45%;
	display: inline-block;
	float: left;
}

.heightDiv {
	float: right;
	width: 45%;
	display: inline-block;
}


.select_box p {
	font-size: 16px;
	padding-left: 10px;
	padding-top: 8px;
	cursor: pointer;
}

.productSelectBox, .shapeSelectBox, .brandSelectBox, .colorSelectBox, .widthSelectBox, .heightSelectBox, .diametroSelectBox, .modelSelectBox, .formatSelectBox {
	background-color: #FFF;
    font-size: 16px;
	position: relative;
	z-index: 99;
	top: 8px;
	border: 1px solid #0066ff;
	display: none;
}

.productSelectBox > li, .shapeSelectBox > li, .brandSelectBox > li, .colorSelectBox > li, .widthSelectBox > li, .heightSelectBox > li, .diametroSelectBox > li, .modelSelectBox >li, .formatSelectBox > li  {
	padding: 3px 0 3px 10px
}

.blue {
	color: #FFF;
	background-color: #0066ff;
}

.productSelectBox > li:hover, .shapeSelectBox > li:hover, .brandSelectBox > li:hover, .colorSelectBox > li:hover, .widthSelectBox > li:hover, .heightSelectBox > li:hover, .diametroSelectBox > li:hover, .modelSelectBox >li:hover, .formatSelectBox > li:hover {
	color: #FFF;
	background-color: #0066ff;
}

.select_box select {
    border: 0;
    height: 36px;
    width: 100%;
    background-color: rgba(0,0,0,0);
    z-index: 10;
    font-size: 16px;
    padding-left: 10px;
    position: relative;
    cursor: pointer;
}

.selectArrow {
    width: 31px;
    height: 36px;
    position: absolute;
    right: 0;
    z-index: 5;
    top: 0;
    cursor: pointer;
}

.dimensions_select {
    display: inline-block;
    height: 36px;
    width: 152px;
    background-color: #f1f1f2;
    margin-bottom: 33px;
    position: relative;
}

.dimensions_select select {
    border: 0;
    height: 36px;
    width: 100%;
    background-color: rgba(0,0,0,0);
    z-index: 10;
    font-size: 16px;
    padding-left: 10px;
    position: relative;
}

.dimensions_select .selectArrow {
    width: 31px;
    height: 36px;
    position: absolute;
    right: 0;
    z-index: 5;
    bottom: 0;
}

#searchFields form .dimensions_select:last-of-type {
    margin-left: calc(100% - 307px);
}

button[name=searchSubmit], button[name=searchSubmitMenu] {
    background-color: #ef5324;
    width: 100%;
    height: 51px;
    border: 0;
}

button[name=searchSubmit]:hover {
	background-color: #ad2425;
}

.lupa_btn {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    padding-bottom: 5px;
}

button[name=searchSubmit] p:first-of-type, button[name=searchSubmitMenu] p:first-of-type {
    color: #FFF;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 5px;
}

button[name=searchSubmit] p:last-of-type {
    color: #FFF;
    display: block;
    font-size: 12px;
}



/************************************/
/* END HEADER */
/************************************/

/************************************/
/* HOMEPAGE */
/************************************/

#homepage {
	position: relative;
}

.slickme {
    display: block;
    width: 100%;
    height: 350px;
    position: relative;
}

.slickme_slide {
    display: block;
    width: 100%;
    height: 350px;
}

.slickDots {
    position: relative;
	max-width: 1200px;
    left: 50%;
    bottom: 50px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	padding: 0 15px;
	
}

.slickDots li {
    display: inline-block;
    color: #ffffff;
    font-size: 50px;
    line-height: 60%;
    padding: 10px;
    cursor: pointer;
}

.slickDots li.slick-active {
    color: #ad2425;
}

.promo_box {
    display: block;
    height: 261px;
    width: 100%;
    position: relative;
    border: 1px solid #231f20;
    margin: 25px auto;
}

.sombra {
    position: absolute;
    /*top: 0;*/
    left: 0;
    right: 0;
    bottom: -4px;
}

#etiquetasPersonalizadas .promo_box {
    height: auto;
    vertical-align: bottom;
}

.envio {
    font-size: 40px;
    color: #ef5324;
    text-align: center;
    font-weight: 700;
    padding-top: 30px;
	background-color: #FFF;
	
}

.envioDois {
    font-size: 16px;
    color: #FFF;
    position: absolute;
    bottom: 30px;
    left: 15px;
	background-color: #ef5324;
}

.envioDois span {
    font-size: 25px;
    font-weight: 700;
}

.redCircle {
    position: absolute;
    bottom: 30px;
    right: 15px;
    width: 44px;
    height: 44px;
    border: 3px solid #FFF;
    border-radius: 22px;
}

.redCircle a {
    display: block;
    height: 100%;
    width: 100%;
}

.redCircle a img {
    width: 11px;
    height: 19px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
    top: 50%;
}

.promo_p {
    color: #FFF;
    font-size: 26px;
    font-weight: 700;
    position: absolute;
    bottom: 20px;
    left: 15px;
}

.promo_p p:nth-of-type(2) {
    font-weight: 400;
}

.promo_p p:nth-of-type(3) {
    font-size: 18px;
    font-weight: 400;
}

.promo_a {
    display: block;
    width: 380px;
}

.redCircle:hover {
    background-color: #ad2425;
    border-color: #ad2425;
}

#homepage .container div:nth-child(2) div:first-child div.promo_title div.promo_img {
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: top;
}

#homepage .container div:nth-child(2) div:nth-child(2) div.promo_title div.promo_img {
    width: 31px;
    height: 46px;
    display: inline-block;
    vertical-align: top;
}

#homepage .container div:nth-child(2) div:nth-child(3) div.promo_title div.promo_img {
    width: 42px;
    height: 34px;
    display: inline-block;
    vertical-align: top;
}

#homepage .container div:nth-child(2) div:last-child div.promo_title div.promo_img {
    width: 45px;
    height: 39px;
    display: inline-block;
    vertical-align: top;
}

.promo_title {
/*    padding-left: 10px;*/
    display: block;
    width: 100%;
    text-align: center;
}

.promoTitle {
    color: #404041;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 10px;
    line-height: 1;
}

.promoSubtitle {
    font-size: 16px;
    color: #6d6e70;
}

.promos_p {
    display: inline-block;
    vertical-align: top;
    max-width: 204px;
    padding-left: 15px;
    text-align: left;
}

.etiquetasHomepage_ul {
    display: block;
    width: 100%;
    margin-top: 20px;
	margin-bottom: 20px;
}

.etiquetasHomepage_ul>li {
    display: inline-block;
    width: calc(25% - 14px);
    border: 1px solid #404041;
}

.etiquetasHomepage_ul>li:not(:last-of-type) {
    margin-right: 16px;
}

.etiquetaHome_img {
    display: block;
    width: 100%;
    height: 173px;
}

.etiquetaHomepage_bottom {
    display: block;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 15px;
    padding-right: 8px;
}

.etiqueta_text {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 95px);
}

.etiqueta_text p {
    color: #404041;
    font-size: 18px;
    font-weight: 700;
}

.etiqueta_text p:last-child {
    font-size: 16px;
}

.etiquetasMore_btn {
    width: 92px;
    height: 40px;
    border: 1px solid #404041;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: relative;
	background:#FFFFFF
}

.etiquetasMore_btn a {
    display: block;
    width: 100%;
    padding: 10px;
    line-height: 1;
}

.etiquetasMore_btn a p {
    font-size: 18px;
    color: #231f20;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}

.etiquetasMore_btn a img {
    width: 8px;
    height: 14px;
    vertical-align: middle;
    display: inline-block;
}


/************************************/
/* END HOMEPAGE */
/************************************/

/************************************/
/* FOOTER */
/************************************/

.footer_bck {
    display: block;
    width: 100%;
    background-color: #f1f1f2;
}

.footer_title, .newsletter_title, .social_title {
    font-size: 18px;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 10px;
    position: relative;
}

.social_title {
    padding-top: 20px;
}

.footer_ul>li {
    font-size: 15px;
    position: relative;
    padding-left: 15px;
    padding-bottom: 10px;
}

.footer_ul>li a {
	text-decoration: none;
	color: #404041;
}

.footer_ul>li a:hover {
	text-decoration: underline;
}

.footer_ul>li::before {
    content: "";
    width: 8px;
    height: 14px;
    position: absolute;
    left: 0;
    background-size: 8px 14px;
    background-image: url(/images/orange_arrow_right.png);
    top: 5px;
}

.footer_content p {
    font-size: 15px;
    padding-bottom: 10px;
}

.footer_content p:last-of-type > a:hover {
	text-decoration: underline;
}

.payment_img {
    width: 157px;
    height: 37px;
}
.payment_img img {
    width: auto;
}

.newsletter_content {
    width: 100%;
    height: 35px;
    border: 1px solid #231f20;
	background-color: #FFF;
}

.newsletter_content input {
    color: #404041;
    width: calc(100% - 35px);
    height: 33px;
    background-color: #FFF;
    border: 0;
    float: left;
    font-size: 16px;
    padding-left: 14px;
}

.newsletter_content button {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    width: 35px;
    height: 33px;
    border: 0;
    background-color: #ef5324;
    float: right;
}

.newsletter_content button:hover {
    background-color: #ad2425;
}

.newsletter_content ::-webkit-input-placeholder {
   color: #404041;
}

.newsletter_content :-moz-placeholder { /* Firefox 18- */
   color: #404041;
}

.newsletter_content ::-moz-placeholder {  /* Firefox 19+ */
   color: #404041;
}

.newsletter_content :-ms-input-placeholder {  
   color: #404041; 
}

.social_ul {
    display: block;
    width: 100%;
}

.social_ul>li {
    display: inline-block;
    background-color: #ef5324;
    width: 35px;
    height: 35px;
    vertical-align: middle;
    text-align: center;
    position: relative;
}

.social_ul>li a {
    height: 100%;
    width: 100%;
    display: block;
}

.social_ul>li:hover {
    background-color: #ad2425;
}

.social_ul>li:first-child img {
    width: 11px;
    height: 22px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.social_ul>li:nth-child(2) img {
    width: 20px;
    height: 16px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.social_ul>li:last-child img {
    width: 18px;
    height: 18px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.social_ul>li:not(:last-child) {
    margin-right: 10px;
}

.goTop {
    position: absolute;
    bottom: 60px;
    right: 0;
    background-color: #6d6e70;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.goTop:hover {
    background-color: #ad2425;
}

.goTop img {
    width: 13px;
    height: 7px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.goTop img:first-child {
    top: 8px;
}

.goTop img:last-child {
    top: 16px;
}

.footer_bottom {
    width: 100%;
    display: block;
    height: 48px;
    background-color: #404041;
    position: relative;
	margin-top: 20px;
}

.footerBottom_box {
    /*padding-left: 30px;*/
}

.footerBottom_box p {
    padding-top: 20px;
    font-size: 14px;
    line-height: 1;
    color: #FFF;
    display: inline-block;
}

.footerBottom_box p a {
	color: #FFF;
}

.footerBottom_box p a:hover {
	text-decoration: underline;
}

.callcenter {
    background-color: #ef5324;
    color: #FFF;
    width: 140px;
    height: 54px;
    float: right;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    padding-top: 5px;
    padding-left: 12px;
    cursor: pointer;
}

.callcenter:hover {
	background-color: #AD2425;
}

.callcenter img {
    width: 15px;
    height: 9px;
    position: absolute;
    bottom: 13px;
    right: 9px;
}

/************************************/
/* END FOOTER */
/************************************/


/************************************/
/* BLOG */
/************************************/

.mainImg_page {
    display: block;
    width: 100%;
    position: relative;
    max-height: 230px;
}

.mainImg_page img {
    max-height: 230px;
}

.mainImg_page p {
	text-align:center;
    font-size: 40px;
    color: #FFF;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}

.breadCrumbs_area {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #bbbdbf;
    margin-bottom: 40px;
}

#contactos .breadCrumbs_area, #etiquetasFolhaTipo .breadCrumbs_area, #etiquetasRolo .breadCrumbs_area, #etiquetasRoloTipo .breadCrumbs_area, #etiquetasPersonalizadas .breadCrumbs_area, #etiquetasRoloTermicas .breadCrumbs_area, #etiquetasTermicasTipo .breadCrumbs_area {
    margin-bottom: 0;
}

.breadCrumbs_area a {
    display: block;
}

.homeImg {
    width: 22px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
}

.breadCrumbs {
    vertical-align: middle;
    display: inline-block;
}

.breadCrumbs a {
    font-size: 14px;
    padding-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

.breadCrumbs a:hover {
	text-decoration: underline;
}

.activeBreadcrumb {
    font-weight: 700;
}

.blog_article {
    margin-bottom: 60px;
    display: table;
    width: 100%;
    height: 100%;
}

.blog_article>div:first-of-type {
    padding-right: 0;
    margin-right: -2px;
}

.blog_article>div:last-of-type {
    padding-left: 0;
    margin-left: 0;
}

.articleImage {
    width: 100%;
    display: table;
    height: 432px;
}

.articleContent {
    background-color: #404041;
    display: table;
    width: 100%;
    height: 431px;
    padding: 65px 50px 50px;
}

.articleTitle {
    font-size: 24px;
    font-weight: 700;
    color: #FFF;
    padding-bottom: 35px;
    display: block;
    width: 100%;
}

.articleText {
    font-size: 18px;
    color: #FFF;
    padding-bottom: 30px;
    display: block;
    width: 100%;
}

.readMore {
    border: 1px solid #FFF;
    width: 93px;
    height: 40px;
}

.readMore a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #404041;
    padding: 7px 0;
    text-align: center;
}

.readMore a p {
    color: #FFF;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
}

.readMore_arrow {
    width: 8px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
}

.pageNavigation {
    margin-bottom: 50px;
}

.pageNavigation_ul {
    text-align: center;
    display: block;
    width: 100%;
}

.pageNavigation_ul>li {
    display: inline-block;
    margin-right: 10px;
    background-color: #ef5324;
    width: 30px;
    height: 30px;
    text-align: center;
}

.pageNavigation_ul>li:hover {
	background-color: #ad2425;
}

#activePage {
    background-color: #ad2425;
}

.pageNavigation_ul>li:last-child {
    margin-right: 0;
}

.pageNavigation_ul>li a{
    color: #FFF;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
    line-height: 1;
}

/************************************/
/* END BLOG */
/************************************/


/************************************/
/* LOG IN AREA */
/************************************/

.loginArea {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 99999999;
    display: none;
}

.loginArea_box, .registerArea_box, .resetArea_box {
    width: 289px;
    height: 411px;
    background-color: #FFF;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    padding: 0 15px 25px 15px;
    display: none;
	z-index: 99999999;
}

.resetArea_box {
    height: 311px;
}


.login_title {
    font-size: 29px;
    font-weight: 700;
    text-align: center;
    margin: 20px 0;
}

.inputTitle {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}

#login_form input, #register_form input, #reset_form input {
    background-color: #f1f1f2;
    height: 50px;
    border: 0;
    display: block;
    width: 100%;
    padding-left: 10px;
    color: #404041;
    margin-bottom: 20px;
    font-size: 16px;
}

#login_form button, #register_form button, #reset_form button {
    display: block;
    width: 100%;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    background-color: #ef5324;
    margin-bottom: 20px;
    height: 50px;
    border: 0;
}

#login_form button:hover, #register_form button:hover, #reset_form button:hover {
	 background-color: #ad2425;
}


.register_box, .login_box {
    font-size: 16px;
    color: #6d6e70;
    cursor: pointer;
    float: left;
}

.resetArea_box .register_box {
    float: right;
}

.forgot_box {
    font-size: 16px;
    color: #6d6e70;
    cursor: pointer;
    float: right;
}

.register_box:hover, .login_box:hover, .forgot_box:hover {
	text-decoration: underline;
}

/************************************/
/* END LOG IN AREA */
/************************************/



/************************************/
/* BLOG ARTICLE */
/************************************/

.oneArticle {
    margin-bottom: 40px;
    display: block;
    width: 100%;
}

.oneArticle_imgBox {
    position: relative;
    display: block;
    width: 100%;
    height: 380px;
}

.oneArticle_img{
    display: block;
    width: 100%;
    height: 380px;
}

.oneArticleImage {
    display: block;
    width: 100%;
    height: 380px;
}

.articleLeftNavArrow {
    width: 30px;
    height: 30px;
    background-color: #ef5324;
    color: #FFF;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
    text-align: center;
    padding-top: 4px;
    cursor: pointer;
}

.articleLeftNavArrow:hover {
	background-color: #ad2425;
}

.articleRightNavArrow {
    width: 30px;
    height: 30px;
    background-color: #ef5324;
    color: #FFF;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
    text-align: center;
    padding-top: 4px;
    cursor: pointer;
}

.articleRightNavArrow:hover {
	background-color: #ad2425;
}

.oneArticle_ImgBox_2 {
	display: none;
	width: 100%;
}

.oneArticleImage2Box {
	width: calc(50% - 4px);
	padding: 0 10px;
	display: inline-block;
}

.oneArticleImage2 {
	width: 100%;
	height: 190px;
	display: inline-block;
	position: relative;
}

.oneArticle_text {
    padding: 80px 60px;
    background-color: #404041;
    display: block;
    width: 100%;
}

.oneArticle_title {
    color: #FFF;
    padding-bottom: 40px;
    font-size: 24px;
    font-weight: 700;
}

.oneArticle_text {
    color: #FFF;
    font-size: 18px;
}

.articleNavigation {
    display: block;
    width: 100%;
    margin-bottom: 45px;
}

.previousArticle {
    width: 94px;
    height: 30px;
    background-color: #ef5324;
    float: left;
    text-align: center;
}

.previousArticle:hover, .nextArticle:hover {
    background-color: #ad2425;
}

.previousArticle a {
    color: #FFF;
    font-size: 18px;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 3px;
}

.nextArticle {
    width: 94px;
    height: 30px;
    background-color: #ef5324;
    float: right;
    text-align: center;
}

.nextArticle a {
    color: #FFF;
    font-size: 18px;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 3px;
}

.searchArea {
    display: block;
    width: 100%;
    margin-bottom: 40px;
}

.articleSearch {
    display: block;
    width: 100%;
}

.lupa_article {
    height: 35px;
    display: inline-block;
    background-color: #f1f1f2;
    vertical-align: top;
    margin-right: -4px;
    width: 35px;
}

.articleSearch input {
    background-color: #f1f1f2;
    height: 35px;
    width: calc(100% - 90px);
    border: 0;
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    font-size: 16px;
    color: #404041;
}

.articleSearch button {
    width: 35px;
    height: 35px;
    border: 1px solid #404041;
    background-color: rgba(0,0,0,0);
    position: relative;
    float: right;
}

.articleSearch button img {
    width: 9px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}

.categorySearch {
    text-align: center;
    margin-bottom: 60px;
}

.categorySearch_title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 40px;
    display: block;
    width: 100%;
}

.categorySearch_title img {
    display: none;
}

.categoryList_ul {
    display: block;
    width: 100%;
}

.categoryList_ul>li {
    font-size: 18px;
    padding-bottom: 10px;
}

.categoryList_ul>li>a:hover {
	color: #ad2425;
	text-decoration: underline;
} 

.followUs_article {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.followUs_article_title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    display: block;
    width: 100%;
}

.followUs_article_ul {
    display: block;
    width: 100%;
}

.followUs_article_ul>li {
    display: inline-block;
    background-color: #ef5324;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    text-align: center;
    position: relative;
}

.followUs_article_ul>li:hover {
	background-color: #ad2425;
}

.followUs_article_ul>li:not(:last-child) {
    margin-right: 10px;
}

.followUs_article_ul>li>a {
    height: 100%;
    width: 100%;
    display: block;
}


.followUs_article_ul>li:first-child img {
    width: 11px;
    height: 22px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.followUs_article_ul>li:nth-child(2) img {
    width: 20px;
    height: 16px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.followUs_article_ul>li:last-child img {
    width: 18px;
    height: 18px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.lupaBox {
	position: absolute;
    top: 0;
    left: -10px;
    background-color: rgba(0,0,0,0.5);
	right: -10px;
	bottom: 0;
	display: none;
	transition: all 0.3s ease-out;
}

.lupaBox img {
	width: 55px;
	position: relative;
	left: 50%;
	transform: translate(-50%,100%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}

.oneArticleImage2:hover .lupaBox {
	display: block;
}

/************************************/
/* END BLOG ARTICLE */
/************************************/

/************************************/
/* CONTA */
/************************************/


#conta {
    z-index: 99999;
}

#conta .breadCrumbs_area {
    margin-bottom: 0;
}

.personalArea_header {
    display: block;
    width: 100%;
    height: 55px;
    background-color: #ef5324;
    margin-bottom: 40px;
    position: relative;
    z-index: 999;
}

.personalArea_headerUl {
    display: block;
    width: 100%;
}

.personalArea_headerUl>li {
    padding: 16px 30px;
    display: inline-block;
    background-color: #ef5324;
    height: 55px;
    cursor: pointer;
}



.personalArea_headerUl>li:not(:last-child) {
    margin-right: -4px;
}

.selectedTab {
    background-color: #ad2425 !important;
}

.pagamentoPendenteTab {
	background-color: #3345f1 !important;
}

.personalArea_headerUl>li:last-child {
    float: right;
    background-color: #f37925;
    padding: 0;
}

#encomendasMenu {
    padding: 16px 30px;
}

.personalArea_headerUl>li p {
    color: #FFF;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}

.personalArea_headerUl>li:last-child img {
    width: 15px;
    display: inline-block;
    height: 10px;
    margin-left: 10px;
    vertical-align: middle;
}

.orderArea_header {
    background-color: #f37925;
    height: 47px;
    width: 100%;
    display: none;
    position: absolute;
    left: 0px;
    top: 55px;
    max-width: 1140px;
    z-index: 9999;
    margin-bottom: 40px;
}

.orderArea_headerUl {
    display: block;
    width: 100%;
    background-color: #f37925;
}

.orderArea_headerUl>li:not(:last-child) {
    background-color: #f37925;
    padding: 14px 21px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    margin-right: -3px;
}

.orderArea_headerUl>li:last-child {
    background-color: #336df1;
    padding: 14px 21px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    margin-right: 0px;
    float: right;
}

.orderArea_headerUl>li:last-child {
    padding: 14px 35px;
}

/*.orderArea_headerUl>li:hover {
    background-color: #ad2425;
}*/

.orderArea_headerUl>li p {
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
}

.myAccount_area, .myInfo_area, .changePassword_area {
    width: 100%;
    display: block;
    background-color: #f1f1f2;
    padding: 25px 10px;
}

.myAccountForm_ul {
    display: block;
    width: 100%;
}

.myAccountForm_ul>li {
    display: block;
    width: 100%;
}

.myAccountForm_ul>li:not(:nth-last-child(-n+2)) {
    margin-bottom: 10px;
}

.myAccount_area .myAccountForm_ul>li p, .myInfo_area .myAccountForm_ul>li p, .changePassword_area .myAccountForm_ul>li p {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle;
    width: 30%;
}

.myAccount_area .myAccountForm_ul>li input, .myInfo_area .myAccountForm_ul>li input, .myInfo_area .myAccountForm_ul>li select, .changePassword_area .myAccountForm_ul>li input{
    font-size: 16px;
    padding-left: 10px;
    height: 29px;
    border: 0;
    display: inline-block;
    vertical-align: middle;
    width: 65%;
}

.myAccount_area .myAccountForm_ul>li button, .myInfo_area .myAccountForm_ul>li button, .changePassword_area .myAccountForm_ul>li button {
    width: 116px;
    height: 35px;
    background-color: #ef5324;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    border: 0;
    float: right;
}

.myAccount_area .myAccountForm_ul>li button:hover, .myInfo_area .myAccountForm_ul>li button:hover, .changePassword_area .myAccountForm_ul>li button:hover, .invoiceAddressForm_ul>li button:hover {
	background-color: #AD2425;
}

.changePassword_area .myAccountForm_ul>li button img, .myInfo_area .myAccountForm_ul>li button img, .myAccount_area .myAccountForm_ul>li button img {
    width: 9px;
    height: 15px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}
/*
.myInfo_area .myAccountForm_ul>li:nth-last-child(3) {
    width: calc(25% - 4px);
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 25px;
}
.myInfo_area .myAccountForm_ul>li:nth-last-child(3) p {
    width: 40%;
}

.myInfo_area .myAccountForm_ul>li:nth-last-child(3) input {
    width: 60%;
}

.myInfo_area .myAccountForm_ul>li:nth-last-child(2) {
    width: calc(75% - 17px);
    display: inline-block;
    vertical-align: middle;
    margin-left: 18px;
    margin-bottom: 25px;
}

.myInfo_area .myAccountForm_ul>li:nth-last-child(2) p {
    width: 20%;
}

.myInfo_area .myAccountForm_ul>li:nth-last-child(2) input {
    width: 80%;
}

*/
.changePassword_area .myAccountForm_ul>li p {
    width: 100%;
}

.changePassword_area .myAccountForm_ul>li:first-child {
    margin-bottom: 16px;
}

.changePassword_area .myAccountForm_ul>li:first-child p {
    color: #ef5324;
}

.changePassword_area .myAccountForm_ul>li input {
     width: 100%;
}

.changePassword_area .myAccountForm_ul>li:last-child {
    height: auto;
    text-align: right;
    display: none;
}

.changePassword_area .myAccountForm_ul>li:last-child p {
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    width: initial;
}

.changePassword_area .myAccountForm_ul>li:last-child img {
    width: 43px;
    height: 43px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 9px;
}

.myAccountForm_ul>li:nth-last-child(2) {
	margin-bottom: 25px;
}

.changePassword_area .myAccountForm_ul>li:nth-child(4) {
	margin-bottom: 25px;
}

.invoiceAddress_area {
    display: block;
    width: 100%;
    padding: 25px 10px;
    background-color: #f1f1f2;
}

.invoiceAddress_area>p {
    color: #ef5324;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

.invoiceAddressForm_ul {
    display: block;
    width: 100%;
}

.invoiceAddressForm_ul>li:first-child {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.invoiceAddressForm_ul>li:last-child {
    width: 100%;
    display: block;
}

.invoiceAddressForm_ul>li p {
    display: inline-block;
    vertical-align: middle;
/*    width: calc(30% - 4px);*/
    font-size: 16px;
    font-weight: 700;
}

.invoiceAddressForm_ul>li input,select{
    display: inline-block;
    vertical-align: middle;
	width: 70%;
    font-size: 16px;
    padding-left: 10px;
    height: 29px;
    border: 0;
}

.menuSearch select {
    width: 100%;
} 

.menuSearch_li, .menuSearch_li_pai {
    width: 100% !important;
}

.menuSearch_li > .menuSearch {
    border: 1px solid #333;
    height: 38px;
}

.menuSearch_li > .menuSearch > select, .menuSearch_li > .menuSearch > selectArrow {
    height: 35px;
}

.menuSearch_li_pai > .product_type_subMenu {
    width: 100%;
}

.invoiceAddressForm_ul>li button {
    width: 116px;
    height: 35px;
    background-color: #ef5324;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    border: 0;
    float: right;
}

.invoiceAddressForm_ul>li button img {
    width: 9px;
    height: 15px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.invoiceAddressForm_ul>li:first-child p {
    width: 145px;
}

.invoiceAddressForm_ul>li:first-child input {
    width: calc(100% - 145px);
}

.invoiceAddressForm_ul>li:nth-child(2) {
    display: block;
    margin-bottom: 10px;
    width: 100%;
}

.invoiceAddressForm_ul>li:nth-child(2) ul {
    display: block;
    width: 100%;
}

.invoiceAddressForm_ul>li:nth-child(2) ul>li:first-child {
    display: inline-block;
    width: calc(29% - 4px);
}

.invoiceAddressForm_ul>li:nth-child(2) ul>li:first-child p {
    width: 145px;
}

.invoiceAddressForm_ul>li:nth-child(2) ul>li:first-child input {
    width: 100%;
    max-width: 120px;
    
}

.invoiceAddressForm_ul>li:nth-child(2) ul>li:nth-child(2) {
    display: inline-block;
    width: calc(40% - 2px);
    
}

.invoiceAddressForm_ul>li:nth-child(2) ul>li:nth-child(2) p {
    padding-right: 10px;
}

.invoiceAddressForm_ul>li:nth-child(2) ul>li:nth-child(2) input {
    width: 100%;
    max-width: 300px;
}


.invoiceAddressForm_ul>li:nth-child(2) ul>li:nth-child(3) {
    display: inline-block;
    width: 31%;
}

.invoiceAddressForm_ul>li:nth-child(2) ul>li:nth-child(3) p {
    padding-right: 10px;
}

.invoiceAddressForm_ul>li:nth-child(2) ul>li:nth-child(3) input {
    width: 100%;
    max-width: 292px;
}

.invoiceAddressForm_ul>li:nth-child(3) {
    display: block;
    margin-bottom: 25px;
    width: 100%;
}

.invoiceAddressForm_ul>li:nth-child(3) ul {
    display: block;
    width: 100%;
}

.invoiceAddressForm_ul>li:nth-child(3) ul>li:first-child {
    display: inline-block;
    width: calc(50% - 3px);
}

.invoiceAddressForm_ul>li:nth-child(3) ul>li:first-child p {
    width: 145px;
}

.invoiceAddressForm_ul>li:nth-child(3) ul>li:first-child input {
    width: 100%;
    max-width: 370px;;
}

.invoiceAddressForm_ul>li:nth-child(3) ul>li:nth-child(2) {
    display: inline-block;
    width: 50%;
}

.invoiceAddressForm_ul>li:nth-child(3) ul>li:nth-child(2) p {
    width: 79px;;
}

.invoiceAddressForm_ul>li:nth-child(3) ul>li:nth-child(2) input {
    width: 100%;
    max-width: 466px;
}

.invoiceInfo_box {
    display: block;
    width: 100%;
}

.table thead th {
    border: 0;
    text-align: center;
    background-color: #404041;
    font-size: 16px;
    color: #FFF;
    font-weight: 700;
    vertical-align: middle !important;
}

.table td {
    border: 0;
    text-align: center;
    vertical-align: middle !important;
    font-size: 16px;
    padding: 0.6rem;
}

.table td a {
    display: inline-block;
    margin: 0 5px;
    text-decoration: none;
    outline: none;
    color: #404041;
}

.table td a img {
    width: 30px;
    height: 30px;
}

.table tbody tr:nth-of-type(odd) {
    background-color: #f1f1f2;
}

.table tbody tr:nth-of-type(even) {
    background-color: #FFF;
}

.table thead, .table thead tr {
    background-color: #404041; 
}

.collumnsSlide, .moreCollumns, .lessCollumns {
    display: none;
}

.newAddress {
    width: 290px;
    height: 35px;
    color: #FFF;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    background-color: #ef5324;
    float: right;
    text-align: center;
    padding-top: 6px;
}

.newAddress:hover {
	background-color: #AD2425;
}

.newAddress img {
    display: inline;
    width: 9px;
    height: 15px;
    vertical-align: middle;
    margin-left: 10px;
}

.newAddress_form_box, .editAddress_form_box, .changeAddressForm_box, .reclamarBox_form_box {
	bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    z-index: 999999;
    background-color: rgba(0,0,0,0.5);
	display: none;
}

.newAddress_form, .editAddress_form {
    width: 600px;
    height: 400px;
    background-color: #FFF;
    position: fixed;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    padding: 0 15px 25px 15px;
    z-index: 99999;
    
}

.closeAddress_form {
	position: absolute;
	top: 10px;
	right:10px;
	width:30px;
}

.reclamarBox_form {
	width: 600px;
    height: 350px;
    background-color: #FFF;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    padding: 0 15px 25px 15px;
    z-index: 99999;
}

.changeAddressForm {
	width: 800px;
    height: 480px;
    background-color: #FFF;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    padding: 0 15px 25px 15px;
    z-index: 99999;
}

.changeAddressForm table {
	margin-top: 20px;
}

.changeAddressForm input[type=radio] {
	margin: 0;
	vertical-align: top;
}

.Address_form, .editAddress_close, .reclamarBox_close, .changeAddressForm_close, .close_login {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

input[name=reclamacaoNome], input[name=reclamacaoEmail] {
	width: 48%;
	height: 30px;
	padding-left: 10px;
	font-size: 14px;
	margin-bottom: 15px;
}

input[name=reclamacaoAssunto] {
	width: 100%;
	margin-bottom: 15px;
	height: 30px;
	padding-left: 10px;
	font-size: 14px;
}

textarea[name=reclamacaoText] {
	padding-top: 10px;
	height: 100px;
	margin-bottom: 15px;
	padding-left: 10px;
	width: 100%;
	resize: none;
	font-size: 14px;
}

input[name=reclamacaoNome] {
	margin-right: 20px;
}

.newAddress_form p, .editAddress_form p, .reclamarBox_form p, .changeAddressForm>p  {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
}

.changeAddressForm .table thead tr th p {
	text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    font-weight: 700;
}

.changeAddressForm .table tbody tr td p {
	text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 12px;
}

.newAddress_form input, .editAddress_form input,
.newAddress_form select, .editAddress_form select {
    width: 75%;
    padding-left: 10px;
    height: 30px;
}

.newAddress_form label, .editAddress_form label {
    font-size: 15px;
    width: 20%;
    font-weight: 700;
}

.newAddress_form div, .editAddress_form div {
    margin-bottom: 10px; 
}

.newAddress_form button, .editAddress_form button, .reclamarBox_form button, .changeAddressForm button, input[name=botaoConfirmarEliminacao], .botaoOkMensagemAviso {
    background-color: #ef5324;
    height: 50px;
    margin-top: 5px;
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    border: 0;
    width: 180px;
    text-decoration: none;
	margin-left: 10px;
	vertical-align: top;
}

button[name=closeEditButton], button[name=closeNewButton], button[name=closeChangeButton], button[name=closeReclamarButton] {
	background-color: #6D6E70;
    height: 50px;
    margin-top: 5px;
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    border: 0;
    width: 180px;
    text-decoration: none;
	margin-right: 10px;
}

.btn_center {
	text-align: center;
}

.newAddress_form button:hover, .editAddress_form button:hover, .reclamarBox_form button:hover, .changeAddressForm button:hover {
	background-color: #AD2425;
}

button[name=closeEditButton]:hover, button[name=closeNewButton]:hover, button[name=closeChangeButton]:hover, button[name=closeReclamarButton]:hover {
	background-color: #404041;
}

.faqHeader{
	color:#FFF; 
	font-weight: bold;
	padding: 20px; 
	font-size: 18px;
	background-color: #EF5223;
    margin-top: 35px;
}

.faqsArea {
    display: block;
    width: 100%;
    margin-top: -10px;
}

.faqBox {
    padding: 25px 0;
}

.faqBox:not(:last-of-type) {
    border-bottom: 1px solid #bbbdbf;
}

.faq_title {
    font-size: 29px;
    cursor: pointer;
}

.faqBox span {
    font-weight: 700;
    font-size: 29px;
}

.faq_answer {
    font-size: 18px;
}

.faqBox:not(:first-child) .faq_answer {
    display: none;
}


.estadoBox {
    width: 100%;
    height: 30px;
    margin: 0 auto;
    border: 1px solid #404041;
} 

.estadoBox p {
    font-size: 12px;
    font-weight: 700;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
    padding: 10px;
}

.statusCancelada {
	/*cancelada*/
    background-color: #f32455;
    color: #FFF;
}

.statusAAguardar {
	/*a aguardar*/
    background-color: #FFFF00;
    color: #404041;
}

.statusEmCurso {
	/*em curso*/
    background-color: #CFFF00;
    color: #404041;
}

.statusEnviado {
	/*enviado*/
    background-color: #A0FF00;
    color: #404041;
}

.statusRecebido{
	/*recebido*/
    background-color: #72FF00;
    color: #404041;
}

.orangeStatus {
    background-color: #ef5324;
    color: #FFF !important;
    border: 1px solid #ef5324;
}

.orangeStatus:hover {
	background-color: #AD2425;
	border: 1px solid #AD2425;
}

.whiteStatus {
    background-color: #FFF;
    color: #404041;
}

.greyStatus {
    color: #FFF !important;
    background-color: #6d6e70;
}

.noPayments_box {
    display: none;
    width: 100%;
    height: 65px;
    background-color: #f1f1f2;
    padding-left: 10px;
}

.noPayments_box p {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
    font-size: 18px;
}

.tableNavigation {
    margin-top: 50px;
    display: block;
    width: 100%;
    text-align: center;
}

.tableNavigation_ul {
    display: block;
    width: 100%;
}

.tableNavigation_ul>li {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #ef5324;
    margin-right: 10px;
    vertical-align: middle;
}

.tableNavigation_ul>li:hover {
	background-color: #AD2425;
}

.tableNavigation_ul>li:last-child {
    margin-right: 0;
} 

.tableNavigation_ul>li a {
    display: block;
    color: #FFF;
    font-size: 18px;
    height: 100%;
    padding-top: 3px;
}

.tableNavigation_ul>li:last-child a, .tableNavigation_ul>li:first-child a {
    font-size: 22px;
    padding: 0;
} 

#currentPage {
    background-color: #ad2425;
}

.myAccount_tab, .myInvoice_tab, .myAddresses_tab, .faqs_tab, .myOrders_tab, .cancelOrders_tab, .changeAddress_tab, .complain_tab, .pendingPayment_tab {
    margin-bottom: 50px;
    display: none;
}

.myAccount_tab {
    display: block;
}

/************************************/
/* END CONTA */
/************************************/



/************************************/
/* PORTFOLIO */
/************************************/

#portfolio .breadCrumbs_area {
	margin-bottom: 20px;
}

.portfolioArea .etiquetasHomepage_ul>li {
    width: calc(33.33% - 18px);
    margin-bottom: 40px;
    vertical-align: top;
}

.portfolioArea .etiquetasHomepage_ul>li .etiquetaHome_img {
    height: 244px;
	cursor: pointer;
    overflow: hidden;
}

.labelsLightbox {
    display: none;
}

.lg-backdrop, .lg-outer {
    z-index: 999999;
}

.lg-backdrop.in {
	opacity: 0.5;
}



.lg-thumb {
    left: 50%;
	transform: translateX(-50%) !important;
}


/************************************/
/* END PORTFOLIO */
/************************************/





/************************************/
/* QUEM SOMOS */
/************************************/

#quemsomos {
	margin-bottom: 40px;
}

.quemsomosArea {
    display: block;
    width: 100%;
}

.quemsomosText {
    width: 100%;
    display: block;
    text-align: center;
	margin-bottom: 20px;
}

.quemsomosText .title {
    font-size: 29px;   
    font-weight: 700;
    margin-bottom: 20px;
}

.quemsomosText .text {
    font-size: 18px;
}

.quemsomosBreakLine {
    height: 1px;
    width: 100%;
    display: block;
    background-color: #bbbdbf;
    margin: 35px auto;
}

.faqsBreakLine {
    height: 1px;
    display: block;
    background-color: #bbbdbf;
    margin: 35px auto;
}



.quemsomosBreakLine:last-of-type {
    height: 1px;
    width: 100%;
    display: block;
    background-color: #FFF;
    margin: 0;
	margin-top: 30px;
}

.faqsBreakLine:last-of-type {
    height: 1px;
    display: block;
    background-color: #FFF;
    margin: 0;
	/*margin-top: 30px;*/
}

.quemsomosIMG {
    height: 240px;
    display: block;
    width: 100%;
}

.quemsomosBlockText {
    display: block;
    width: 100%;
}

.quemsomosBlockText p:first-child {
    font-size: 29px;
    font-weight: 700;
    padding-bottom: 10px;
}

.quemsomosBlockText p:nth-child(2) {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 20px;
}

.quemsomosBlockText p:last-child {
    font-size: 18px;
}

/************************************/
/* END QUEM SOMOS */
/************************************/


/************************************/
/* FAQS */
/************************************/

.faqs_item .faq_question, .faqs_item .faq_answer {
	display: block;
	width: 100%;
}

.faqs_item .faq_question {
	cursor: pointer;
}

.faqs_item .faq_question p, .condicoesTitle p {
	font-size: 18px;
    font-weight: 700;
}

.faqs_item .faq_question p span, .faqs_item .faq_answer p span {
	font-weight: 700;
	font-size: 18px;
}

.faqs_item .faq_answer p, .condicoesTextFaq p {
	font-size: 18px;
}

.faqs_item .faq_answer {
	display: none;
}

#faqs .faqs_item:last-of-type {
    padding-bottom: 35px;
}

/************************************/
/* END FAQS */
/************************************/


/************************************/
/* PRODUTO E PRODUTO DETALHE */
/************************************/

.mainLabels {
	display: block;
	width: 100%;
	text-align: center;
}

.mainLabels p {
	font-size: 26px;
    font-weight: 700;
    margin-bottom: 35px;
}

.buy_btn {
	width: 100%;
	height: 50px;
	background-color: #EF5324;
	position: relative;
	border: 1px solid #EF5324;
	vertical-align: bottom;
	margin-bottom: 15px;
}

.buy_btn:hover {
	background-color: #AD2425;
	border: 1px solid #AD2425;
}

.buy_btn a {
	display: block;
	width: 100%;
	height: 100%;
}

.buy_btn a p {
	color: #FFF;
	font-size: 18px;
	position: relative;
	padding-top: 12px;
	padding-left: 10px;
	display: inline-block;
	padding-right: 60px;
}

.buy_btn a img {
	width: 9px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 5px;
}

.budget_btn {
	width: 100%;
	height: 50px;
	background-color: #FFF;
	position: relative;
	border: 1px solid #404041;
	vertical-align: bottom;
}

.budget_btn a {
	display: block;
	width: 100%;
	height: 100%;
}

.budget_btn a p {
	color: #231F20;
	font-size: 18px;
	padding-top: 12px;
	padding-left: 10px;
	display: inline-block;
	padding-right: 6px;
	
}

.budget_btn img {
	width: 9px;
	height: 15px;
	display: inline-block;
	margin-bottom: 3px;
	vertical-align: middle;
}

#produto_detalhe .quemsomosBlockText {
	font-size: 18px;
	font-weight: 400;
}

#produto_detalhe .quemsomosBlockText p:first-child {
	font-size: 18px;
    font-weight: 700;
    padding-bottom: 20px;
}

#produto_detalhe .quemsomosBlockText ul {
	list-style: disc;
	padding-left: 15px;
}

#produto_detalhe div.quemsomosBreakLine:last-of-type {
	background-color: #FFF;
	padding-bottom: 25px;
	margin-top: 0;
}

#produtos div.quemsomosBreakLine {
	margin: 0 0 40px;
}

.all_labels {
	text-align: center;
	margin-bottom: 40px;
}

.all_labels p:not(:first-of-type) {
	font-size: 18px;
}

.all_labels p:first-of-type {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 30px;
}

.all_labels_budget {
	margin-top: 35px;
}

.all_labels_budget a {
	background-color: #EF5324;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	color: #FFF;
	padding: 10px;
}

.all_labels_budget a:hover {
	background-color: #AD2425;
}

/************************************/
/* END PRODUTO E PRODUTO DETALHE */
/************************************/


/************************************/
/* ETIQUETAS EM FOLHA */
/************************************/

#etiquetasFolha .breadCrumbs_area {
	margin-bottom: 0;
}

.etiquetasMenu {
	display: block;
	width: 100%;
	padding: 45px 15px 40px;
	background-color: #F1F1F2;
	margin-bottom: 20px;
	overflow-y:s
}

.etiquetasMenu>p {
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 15px;
	border-bottom: 1px solid #BBBDBF;
	margin-bottom: 15px;
}

.etiquetasMenu_ul {
	width: 100%;
	display: block;
}

.etiquetasMenu_ul>li>p {
	display: block;
	font-size: 20px;
	color: #6D6E70;
}

.etiquetasMenu_ul>li:first-child {
	border-bottom: 1px solid #BBBDBF;
	margin-bottom: 15px;
}

.folhasA_ul {
	width: 100%;
	display: block;
	padding-top: 15px;
}

.folhasA_ul>li {
	display: block;
	width: 100%;
	padding-bottom: 13px;
}

.folhasA_ul>li a {
	display: block;
	width: 100%;
}

.folhasA_ul>li a p {
	font-size: 14px;
	color: #6D6E70;
	display: inline-block;
	vertical-align: middle;
}

.folhasA_ul>li a img {
	width: 17px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

.folhasA_ul>li a:hover p {
	text-decoration: underline;
}

.bannerBox {
	width: 100%;
	margin-bottom: 20px;
}

.etiquetasList_box {
	display: block;
	width: 100%;
	padding-top: 40px;
	margin-bottom: 20px;
}

.etiquetasList_box > p {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #BBBDBF;
	/*margin-right: 20px;*/
}

.etiquetasList_ul {
	display: block;
	width: 100%;
}

.etiquetasList_ul>li {
	display: inline-block;
	width: calc(20% - 3px);
	padding-right: 20px;
	background-color: #FFF;
	margin-bottom: 30px;
}

.etiqueta_box {
	width: 100%;
	display: block;
	padding: 15px;
	border: 1px solid #404041;
}

.etiquetaImgBox {
	/*width: 126px;*/
	width: 100%;
	margin: 0 auto 15px;
	position: relative;
}

.etiquetaImgBox a {
	display: block;
	height: 100%;
	width: 100%;
}

.nEtiquetas {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 28px;
	height: 28px;
	background-color: #F3CE32;
	border-left: 1px solid;
	border-top: 1px solid;
}

.nEtiquetas p {
	font-size: 16px;
	font-weight: 700;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}

.folhaTipo {
	font-size: 16px;
	font-weight: 700;
	color: #EF5324;
} 

.containerMaximumRollDiameter {
	display: inline-block;
	margin-bottom: 20px;
	background: #6D6E70;
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 20px;
}

.labelMaximumRollDiameter {
	display: inline-block;
	padding: 0px 20px;
	background: #6D6E70;
}
.inputMaximumRollDiameter {
	border: none;
	padding: 10px;
	background:#F1F1F2;
}

.labelTipo {
	font-size: 13px;
	font-weight: 700;
} 

.labelAmount {
	margin-bottom: 10px;
}

.labelAmount, .labelDimension, .labelRef {
	font-size: 13px;
} 

.labelDimension span, .labelRef span {
	font-weight: 700;
}

.labelInfoGoTo {
	width: 30px;
	height: 30px;
	border: 1px solid #404041;
	position: relative;
	float: right;
	margin-top: 20px;
	cursor:pointer;
}

.labelInfoGoTo a {
	display: block;
	width: 100%;
	height: 100%;
}

.labelInfoGoTo img {
	width: 8px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}

#etiquetasFolhaTipo .etiquetaImgBox {
	margin: 0;
	display: inline-block;
	vertical-align: top;
	width: 126px;
}

.templateBox {
	border: 1px solid #404041;
	height: 245px;
	width: 100%;
}

#rolosPapelTermicoDetalhe .templateBox {border: 1px solid #404041;
	height: 200px;
}

.templateInfo {
	display: inline-block;
	/*border-right: 1px solid #404041;*/
	width: 69%;
	height: 100%;
	margin-right: -3px;
	vertical-align: top;
}

.templateInfoBox {
	padding: 10px 10px 10px 15px;
}

.templateInfoText {
	display: inline-block;
	vertical-align: top;
	padding-right: 25px;
	float: right;
	padding-top: 10px;
}

#etiquetasFolhaTipo .etiquetasList_box > p {
	margin-right: 0;
}

.templateDownload, .templateCore {
	display: inline-block;
	padding: 10px 10px 10px 15px;
	width: 31%;
	vertical-align: top;
	height: 100%;
	position: relative;
}

.templateCore {
	border-left: 1px solid #404041;
}

.templateText {
	font-size: 14px;
	line-height: 1;
	padding-top: 15px
}

.templateDownloadLinks {
	padding-top: 25px;
	text-align: center;
}

.templateDownloadLinks div.downloadlink:first-of-type {
	float: left;
}

.templateDownloadLinks div.downloadlink:last-of-type {
	float: right;
}

.downloadlink {
	display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #404041;
    text-align: center;
}

.downloadlink:hover {
	border: 1px solid #6D6E70;
	background-color: #6D6E70;
}

.downloadlink:hover p {
	color: #FFF;
}

.downloadlink a {
	display: block;
	width: 100%;
	height: 100%;
}

.downloadlink a p {
	font-size: 12px;
	font-weight: 700;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.templateBox2, .templateBoxThermal {
	border: 1px solid #404041;
	padding: 10px 15px;
	height: 245px;
}

#rolosPapelTermicoDetalhe .templateBox2 {
	height: 200px;
}

.templateBox2_text {
	display: inline-block;
    width: 50%;
    margin-right: -4px;
	vertical-align: top;
	position: relative;
}

.templateBox2 a {
	height: 35px;
    width: 100%;
    display: block;
    background-color: #EF5324;
    color: #FFF;
    /*margin-top: 75px;*/
    text-align: center;
	position: absolute;
	bottom: 0;
} 

.templateBox2 a:hover {
	background-color: #AD2425;
}

.templateBox2 a p {
	color: #FFF;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.templateLabelSliderBox {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	padding-left: 20px;
	position: relative;
}

.templateLabelSlide {
	height: 225px;
}

#rolosPapelTermicoDetalhe .templateLabelSlide {
	height: 179px;
}

.slideLeftNav {
	width: 9px;
	height: 15px;
	position: absolute;
	top: 50%;
	left: 25px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	cursor: pointer;
}

.slideRightNav {
	width: 9px;
	height: 15px;
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	cursor: pointer;
}

.materialArea {
	display: block;
	width: 100%;
	margin-top: 40px;
}

.materialAreaTitle {
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 10px;
}

.materialSelection {
	margin-bottom: 20px;
	border-top: 1px solid #BBBDBF;
	padding-top: 20px;
	padding-left: 20px;
}

.blackBall {
	background-color: #404041;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	display: inline-block;
	vertical-align: top;
	margin-right: 24px;
}

.materialType {
	display: inline-block;
    width: 28%;
    vertical-align: top;
	position: relative;
}

.materialName {
	color: #EF5324;
	font-weight: 700;
	font-size: 16px;
	padding-bottom: 5px;
	cursor: pointer;
	display: inline-block;
}

.materialHoverBox {
	display: none;
	position: absolute;
	background-color: #F1F1F2;
	width: 320px;
	left: 130px;
	bottom: 65px;
}

p.materialName:hover + .materialHoverBox {
	display: block;
}

.materialHoverBox p {
	font-size: 14px;
	padding: 10px 15px;
}

.materialDescription {
	font-size: 14px;
	padding-bottom: 5px;
}

.materialDescription span {
	font-size: 12px;
}

.materialSpecification {
	color: #EF5324;
	font-size: 14px;
}

.modal {
	z-index: 909090;
}

.modal-backdrop {
	z-index: 909089;
}

.printType {
	display: inline-block;
}

input[type="radio"] {
	-webkit-appearance:none;
	width:20px;
	height:20px;
	border:1px solid #404041;
	border-radius:50%;
	outline:none;
	display: inline-block;
	vertical-align: middle;
}

label {
	vertical-align: middle;
	height: 15px;
	font-size: 14px;
	color: #404041;
	padding-left: 5px;
}

input[type='radio']:before {
	content:'';
	display:block;
	width:35%;
	height: 35%;
	border-radius:50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	position: relative;
	outline: none;
}
input[type='radio']:checked:before {
  	background:#404041;
	outline: none;
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
	outline: 0;
}

.labelQuantity, .rollQuantity {
	display: inline-block;
	vertical-align: top;
	margin-left: 35px;
}

.labelQuantityName {
	color: #EF5324;
	font-weight: 700;
	font-size: 16px;
	padding-bottom: 5px;
	display: block;
}

.minimumQuantity {
	font-size: 12px;
	display: block;
	padding-bottom: 15px;
}

.labelQuantity input[type=number], .labelQuantity input[type=text] {
	font-size: 16px;
	color: #6D6E70;
	padding-left: 10px;
	display: block;
	width: 80px;
	height: 35px;
	border: 0;
	outline: none;
	background-color: #F1F1F2;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.askBudget {
	display: block;
	vertical-align: top;
}

.askBudgetBtn {
	width: 145px;
	height: 35px;
	text-align: center;
	background-color: #6D6E70;
	cursor: pointer;
}

.askBudgetBtn:hover {
	background-color: #404041;
}

.askBudgetBtn p {
	font-size: 16px;
	font-weight: 700;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	color: #FFF;
}

.askBudget > p {
	font-size: 14px;
	padding-top: 10px;
}

.labelPrice {
	font-size: 26px !important;
	font-weight: 700;
	color: #EF5324;
	padding-bottom: 5px;
	text-align: right;
}

.orderLabels p {
	font-size: 14px;
	text-align: right;
}

.labelIva span {
	font-weight: 700;
}

.unitPrice {
	padding-bottom: 10px;
}

.orderLabels button {
	border: 0;
	width: 145px;
	height: 35px;
	color: #FFF;
	font-size: 13px;
	background-color: #EF5324;
	margin-bottom: 5px;
	float: right;
	font-weight: 700;
}

.orderLabels button:hover {
	background-color: #AD2425;
}

.orderLabels button img {
	width: 9px;
	height: 15px;
	margin-left: 5px;
	vertical-align: middle;
}

.orderLabels_box {
	display: none;
	vertical-align: top;
	float: right;
}

.orderLabelType {
	display: inline-block;
	vertical-align: top;
	padding-right: 20px;
	text-align: center;
}

.orderLabelType > p:first-of-type {
	color: #EF5324;
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 10px;
}

.orderLabelType > p:last-of-type {
	font-size: 14px;
}

.labelTypeImg {
	width: 41px;
	height: 61px;
	margin: 0 auto;
}

.orderArea {
	display: inline-block;
	vertical-align: top;
	float: right;
}

.orderLabels {
	display: inline-block;
	vertical-align: top;
}

.fixedInfo {
	display: block;
}

.fixedInfo img, .variableInfo img {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	display: inline-block;
}

.fixedInfo p, .variableInfo p {
	vertical-align: middle;
	display: inline-block;
	font-size: 13px;
	padding-left: 5px;
}

.variableInfo p {
	font-weight: 700;
}

.variableInfo {
	display: block;
}

.infoBox {
	display: none;
	position: relative;
	bottom: 0;
}


.adicionarCarrinho_box, .coreSize_box, .quantityLabel_box, .labelType_box, .quantityRoll_box, .quantityPaper_box, .corte_box, .rollDiameter_box,
.contentorMensagemAviso {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 110000;
	display: none;
}

#alertMessage{
	padding: 0px 20px;	
}


.adicionarCarrinho, .coreSize, .quantityLabel, #mensagemAviso_caixaBranca {
	width: 481px;
	height: 287px;
	background-color: #FFF;
	margin: 0 auto;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%),-50%;
	-o-transform: translate(-50%,-50%);
	text-align: center;
}

.greenCheck, .redCross, .orangeExclamation, .imagemMensagemAviso {
	width: 84px;
	margin: 0 auto;
	padding: 30px 0;
}

.adicionarCarrinho > p:first-of-type, 
.coreSize > p:first-of-type, 
.quantityLabel > p:first-of-type , 
#mensagemAlerta,
#mensagemAlerta  > p:first-of-type {
	font-weight: 700;
	font-size: 20px;
	padding-bottom: 10px;
} 

.adicionarCarrinho > p:last-of-type, 
.coreSize > p:last-of-type, 
.quantityLabel > p:last-of-type, 
#mensagemAlerta  > p:last-of-type {
	font-size: 16px;
	padding-bottom: 10px;
}

.continueShopping {
	width: 171px;
	height: 50px;
	font-size: 16px;
	font-weight: 700;
	color: #FFF;
	background-color: #6D6E70;
	border: 0;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

.continueShopping:hover {
	background-color: #404041;
}

.finalizeOrder {
	width: 171px;
	height: 50px;
	font-size: 16px;
	font-weight: 700;
	color: #FFF;
	background-color: #EF5324;
	border: 0;
	vertical-align: top;
	display: inline-block;
	margin-left: 10px;
}

.finalizeOrder:hover, .okCoreSize:hover, .okQuantityLabel:hover, .okLabelType:hover, .okQuantityRoll:hover, .okQuantityPaper:hover, .okRollDiameter:hover {
	background-color: #AD2425;
}

.okCoreSize, .okWoundType, .okQuantityLabel, .okLabelType, .okQuantityRoll, .okQuantityPaper, .okRollDiameter  {
	font-size: 16px;
	font-weight: 700;
	color: #FFF;
	background-color: #EF5324;
	border: 0;
	height: 50px;
	width: 100px
}

.botaoFecharGenerico{
	font-size: 20px;
	float:right;
	margin: 10px;
	cursor: pointer;
}

/* MODAL BOX */

.modal-header h4 {
	font-size: 18px;
}

.img-Sheet-material {
    border: 1px solid #999;
    height: 250px;
    width: 200px;
	margin-top: 15px;
}

.specifiacation h3 {
    font-size: 16px;
    color: #EF5324;
	margin-top: 20px;
    margin-bottom: 10px;
}

.specifiacation table {
	margin-top: 20px;
}

.bgGray {
    background-color: #e0e0e0;
    padding: 20px 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

.p-l-r-10 {
    padding: 5px 10px;
}

.w50 {
    width: 33% !important;
    font-size: 12px !important;
	text-align: left !important;
}

/************************************/
/* END ETIQUETAS EM FOLHA */
/************************************/


/************************************/
/* ETIQUETAS EM ROLO E DETALHE */
/************************************/

#etiquetasRolo .etiquetasMenu_ul>li:first-child {
	border: 0;
}

#etiquetasRoloTipo .etiquetasMenu_ul>li:first-child {
	border: 0;
}

#etiquetasRolo .etiqueta_box {
	padding: 15px 7px;
}

#etiquetasRolo .etiquetaImgBox {
	width: 100%;
	height: inherit;
}

.labelCoreImg {
	width: 180px;
	display: inline-block;
	vertical-align: top;
}

#etiquetasRoloTipo .labelTipo {
	margin-bottom: 10px;
}

.selectLabelMaterial {
	padding-top: 10px;
}

.selectLabelMaterial .folhaTipo {
	padding-bottom: 5px;
}

.woundType {
	display: inline-block;
}

.woundType p {
	font-size: 14px;
}

.woundType:first-of-type {
	padding-right: 30px;
}

.woundTypeImg {
	width: 50px;
	margin-top: 10px;
}

.selectArrows {
	width: 24px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

#etiquetasRoloTipo .templateInfoText {
	padding-right: 5px;
}

#etiquetasRoloTipo .templateCore {
	padding: 0;
}

#etiquetasRoloTipo .templateCore > p {
	padding-left: 6px;
	display: inline-block;
	padding-top: 30px;
	margin-right: -3px;
	width: 50%;
}

.coreSizeSelectBox {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
}

.coreSizeOption {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	padding: 5px;
	margin-right: -3px;
	border-top: 1px solid #404041;
	max-height: 81px;
}

.coreSizeOption:first-of-type {
	border-top: 0;
	margin-top: 1px;
}

.coreSizeOption:first-of-type .folhaTipo {
	padding-top: 16px;
	font-size: 16px;
}

.coreSizeOption:nth-of-type(2) {
	border-top: 0;
}

.coreSizeOption:nth-of-type(even) {
	border-left: 1px solid #404041;
}

.coreSizeOption input[type=radio] {
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
}

.coreSizeImg {
	width: 36px;
	display: inline-block;
	vertical-align: top;
	margin-left: 8px;
}

.coreSizeOption p {
	font-size: 13px;
	text-align: center;
}

.rollQuantity input[type=number] {
	font-size: 16px;
	color: #000;
	padding-left: 10px;
	display: block;
	width: 80px;
	height: 35px;
	border: 0;
	outline: none;
	background-color: #F1F1F2;
}

.blackArrowMobile {
	display: none;
}

input[type=number] {
	color: #000 !important;
}

/************************************/
/* END ETIQUETAS EM ROLO E DETALHE  */
/************************************/


/************************************/
/* ETIQUETAS EM ROLO TÉRMICAS  */
/************************************/

#etiquetasRoloTermicas .contactsForm {
    padding-bottom: 0;
}

#etiquetasRoloTermicas .personalizarLabel {
    padding-top: 40px;
}

.etiquetasTermicas_ul {
	width: 100%;
	display: block;
}

.etiquetasTermicas_ul>li {
	position: relative;
	padding: 10px 15px;
	cursor: pointer;
}

.etiquetasTermicas_ul>li:hover > p {
	text-decoration: underline;
}

.marcasTermicas_ul {
	position: absolute;
	top: -17px;
	right: -171px;
	background-color: #404041;
	z-index: 99;
	transition: all 0.5s ease-out;
	display: none;
}

.marcasTermicas_ul>li {
	padding: 10px 50px 10px 30px
}

.marcasTermicas_ul>li:first-child {
	padding: 20px 50px 5px 30px
}

.marcasTermicas_ul>li:last-child {
	padding: 5px 50px 20px 30px
}

.marcasTermicas_ul>li p {
	color: #FFF;
	font-size: 14px;
}

.marcasTermicas_ul>li>a:hover > p {
	text-decoration: underline;
}

#etiquetasRoloTermicas .etiquetasMenu {
	padding: 45px 0 5px;
}

#etiquetasRoloTermicas .etiquetasMenu>p {
	margin-left: 15px;
    margin-right: 15px;
}

.labelBrand {
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 10px;
}

#etiquetasRoloTermicas .etiquetaImgBox {
	margin: 0 auto 5px; 
}

.thermalLabelSelectBox {
	width: 100%;
	display: block;
	height: 30px;
	border: 1px solid #404041;
	position: relative;
	margin-bottom: 12px;
}

select[class="labelModelSelect"], select[class="labelFormatSelect"]  {
	font-size: 14px;
	padding-left: 10px;
	width: 100%;
	display: block;
	height: 28px;
	border: 0;
	z-index: 10;
	position: relative;
	background-color: rgba(255,255,255,0);
}

.thermalSelectArrow {
	z-index: 5;
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
}

#etiquetasRoloTermicas .labelInfoGoTo {
	margin-top: 0;
}

.moreArrow {
	display: none;
}

.templateBox2_thermalText {
	display: inline-block;
	width: calc(45% - 3px);
	vertical-align: top;
	padding-right: 5px;
}

.templateBox2_img {
	display: inline-block;
	width: 55%;
	vertical-align: top;
}

.templateBox2_imgBox {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}

.brandLabelName {
	font-size: 18px;
	font-weight: 700;
	color: #EF5324;
}

.brandLabelModel {
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 15px;
}

.brandLabelSize, .brandLabelCore, .brandLabelDiameter, .brandLabelCompability {
	font-size: 13px;
	font-weight: 400;
	padding-bottom: 10px;
}

.brandLabelSize span, .brandLabelCore span, .brandLabelDiameter span, .brandLabelCompability span {
	font-weight: 700;
}

.brandLabelCompability {
	padding-bottom: 0;
}

.downloadLabelThermal {
	display: block;
}

.downloadTemplateButton {
	width: 30px;
	height: 30px;
	border: 1px solid #404041;
	margin-right: 30px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

#conta .downloadTemplateButton {
	margin-right: 0;
}

.downloadTemplateButton>a {
	display: block;
	width: 100%;
	height: 100%;
}

.downloadTemplateButton>a>p {
	font-size: 12px;
	font-weight: 700;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.downloadTemplateButton:first-of-type>a>p {
	font-size: 24px;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}

#conta .downloadTemplateButton>a {
	display: block !important;
	width: 100%;
	height: 100%;
	margin: 0;
	outline: none;
}

#conta .downloadTemplateButton:first-of-type>a>p {
	font-size: 12px;
	font-weight: 700;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	left: 0;
}

.downloadTemplateButton:hover {
	background-color: #404041;
	border: 1px solid #404041;
}

.downloadTemplateButton:hover a p {
	color: #FFF;
}

.downloadTemplateButton img {
	width: 4px;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.downloadLabelThermal div.downloadTemplateButton:first-of-type {
	border-radius: 50%;
}

.downloadLabelThermal div.downloadTemplateButton:last-of-type {
	margin-right: 0;
}

/************************************/
/* END ETIQUETAS EM ROLO TÉRMICAS  */
/************************************/

/************************************/
/* CONTACTOS  */
/************************************/

.contactsText {
	border-bottom: 1px solid #BBBDBF;
	display: block;
	width: 100%;
	text-align: center;
	padding: 30px 0 35px;
}

.contactsTextTitle {
	font-size: 29px;
	font-weight: 700;
	padding-bottom: 20px;
}

.contactsTextText {
	font-size: 18px;
	padding: 0 10px;
}

.addressSocial {
	padding: 30px 35px 35px; /*40px 45px 45px*/
	background-color: #F1F1F2;
	display: block;
	width: 100%;
	text-align: center;
}
.hdnmail, .hdnmail a {
	display: block;
	font-size: 16px;
	white-space: nowrap;
}

.addressTitle {
	font-size: 25px;
	font-weight: 700;
	padding-bottom: 25px;
}

.addressText {
	font-size: 18px;
}

.addressArea a {
	font-size: 18px;
	color: #404041;
	padding-top: 25px;
	display: block;
	width: 100%;
}

.contactsForm {
	padding: 20px 10px 50px;
}

.formTitle {
	text-align: center;
	font-weight: 700;
	font-size: 25px;
	padding-bottom: 20px;
}

.captcha {
	display: inline-block;
	vertical-align: top; 
}

button[name=submitForm], button[name=submitPersonalizarLabelForm], button[name=submitEncomendarForm] {
	height: 50px;
	background-color: #EF5324;
	color: #FFF;
	font-size: 18px;
	width: 220px;
	border: 0;
	padding-left: 25px;
	padding-right: 15px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	float: right;
    margin: 20px 0; 
}

button[name=submitForm] {
    width: 130px;
}

button[name=submitForm]:hover, button[name=submitPersonalizarLabelForm]:hover, button[name=submitEncomendarForm]:hover {
	background-color: #AD2425;
}

button[name=submitForm] img, button[name=submitPersonalizarLabelForm] img, button[name=submitEncomendarForm] img {
	width: 9px;
	vertical-align: middle;
	display: inline-block;
	margin-left: 77px;
}

button[name=submitForm] img {
    margin-left: 30px;
}

.contactsForm div:first-of-type input {
	width: 31%;
	height: 35px;
	background-color: #F1F1F2;
	border: 0;
	padding-left: 10px;
	font-size: 16px;
	color: #404041;
	margin-bottom: 20px;
    margin-right: 20px;
}

.contactsForm div:first-of-type input:last-of-type {
    margin-right: 0;
}

/*.contactsForm div:first-of-type input:not(:last-of-type) {
	margin-right: 21px;
}*/

.contactsForm div:nth-of-type(2) input:first-of-type, .contactsForm div:nth-of-type(4) input:first-of-type {
	width: 31%;
	height: 35px;
	background-color: #F1F1F2;
	border: 0;
	padding-left: 10px;
	font-size: 16px;
	color: #404041;
	margin-bottom: 20px;
	margin-right: 21px;
}

.contactsForm div:nth-of-type(2) input:last-of-type, .contactsForm div:nth-of-type(4) input:last-of-type {
	width: calc(69% - 24px);
	height: 35px;
	background-color: #F1F1F2;
	border: 0;
	padding-left: 10px;
	font-size: 16px;
	color: #404041;
	margin-bottom: 20px;
}

.contactsForm div:nth-of-type(3) input, .contactsForm div:nth-of-type(5) input {
	width: 31%;
	height: 35px;
	background-color: #F1F1F2;
	border: 0;
	padding-left: 10px;
	font-size: 16px;
	color: #404041;
	margin-bottom: 20px;
}

.contactsForm div:nth-of-type(3) input:not(:last-of-type), .contactsForm div:nth-of-type(5) input:not(:last-of-type) {
	margin-right: 21px;
}

.contactsForm textarea {
	height: 110px;
	width: 100%;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 16px;
    color: #404041;
	background-color: #F1F1F2;
	border: 0;
	resize: none;
	/*margin-bottom: 40px;*/
}

/************************************/
/* END CONTACTOS  */
/************************************/



/************************************/
/* ETIQUETAS PERSONALIZADAS  */
/************************************/

.etiquetasPersonalizadasText {
	padding-bottom: 35px;
	padding-top: 40px;
	border-bottom: 1px solid #BBBDBF;
	text-align: center;
}

.personalizadasTitle {
	font-size: 29px;
	font-weight: 700;
	padding-bottom: 20px;
}

.personalizadasText {
	font-size: 18px;
	padding: 0 10px;
}

.personalizarLabel {
	padding: 20px 10px;
}

.personalizarLabel>p {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	padding-bottom: 30px;
}

.personalizarLabelForm div:first-of-type .selectBox {
	width: calc(50% - 14px);
    height: 35px;
    background-color: #F1F1F2;
    margin-bottom: 20px;
	position: relative;
	display: inline-block;
	cursor: pointer;
    margin-right: 18px;
}

.personalizarLabelForm div:first-of-type .selectBox select {
	width: 100%;
    height: 35px;
    background-color: rgba(0,0,0,0);
    border: 0;
    padding-left: 10px;
    font-size: 16px;
    color: #404041;
	position: relative;
	z-index: 10;
}

.lastSelect {
    margin-right: 0 !important;
}

.personalizarLabelForm div:first-of-type input {
	width: calc(50% - 15px);
    height: 35px;
    background-color: #F1F1F2;
    border: 0;
    padding-left: 10px;
    font-size: 16px;
    color: #404041;
    margin-bottom: 20px;
    margin-right: 19px;
}

.personalizarLabelForm input[name="labelDimensions"] {
    width: calc(50% - 15px) !important;
    margin-right: 0 !important;
}

.personalizarLabelForm input[name="labelNumber"] {
    width: calc(50% - 15px) !important;
}
/*
input[name="labelMaterial"], input[name="labelNumber"] {
    margin-right: 19px !important;
}

.personalizarLabelForm div:first-of-type input:first-of-type {
	margin-right: 8px;
}*/

.personalizarLabelForm div:last-of-type .selectBox {
	width: 31%;
    height: 35px;
    background-color: #F1F1F2;
    border: 0;
    margin-bottom: 20px;
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.personalizarLabelForm div:last-of-type .selectBox select {
	width: 100%;
    height: 35px;
    background-color: rgba(0,0,0,0);
    border: 0;
    padding-left: 10px;
    font-size: 16px;
    color: #404041;
	position: relative;
	z-index: 10;
}

.personalizarLabelForm div:last-of-type .selectBox:first-of-type {
	margin-right: 20px;
}

.personalizarLabelForm div:last-of-type .selectBox:last-of-type {
	width: 31.6%;
}

.personalizarLabelForm div:last-of-type input {
	width: 31%;
    height: 35px;
    background-color: #F1F1F2;
    border: 0;
    padding-left: 10px;
    font-size: 16px;
    color: #404041;
    margin-bottom: 20px;
	margin-right: 20px;
}

.personalizarLabelForm textarea {
	height: 110px;
	width: 100%;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 16px;
    color: #404041;
	background-color: #F1F1F2;
	border: 0;
	resize: none;
}

.breakForm {
	background-color: #BBBDBF;
	margin-top: 20px;
	width: 100%;
	height: 1px;
}

form[name=envioEtiquetasPersonalizadas] .breakForm {
	margin-bottom: 20px;
}

.uploadArtWork {
	padding-top: 20px;
	display: none;
}

.uploadArtWork>p:first-of-type {
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 5px;
	text-align: left;
}

.uploadArtWork>p:last-of-type {
	font-size: 14px;
	padding-bottom: 20px;
	text-align: left;
	font-weight: 400;
}

input[name="uploadFileLabel"] {
	opacity: 0;
}

.uploadFile {
	position: relative;
}

.cloudUpload {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #FFF;
	cursor: pointer;
}

.cloudImg {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	text-align: center;
	margin-right: 15px;
	border: 1px solid #404041;
}

.cloudImg img {
	width: 21px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.cloudUpload p {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	padding-right: 5px;
}

.formSelectArrows {
	width: 18px;
	height: 35px;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #CBCBCB;
	text-align: center;
}

.formSelectArrows img {
	width: 30px;
	position: relative;
	right: 6px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #404041;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #404041;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #404041;
}
:-moz-placeholder { /* Firefox 18- */
  color: #404041;
}








/************************************/
/* END ETIQUETAS PERSONALIZADAS  */
/************************************/

/************************************/
/* CONDIÇÕES GERAIS */
/************************************/

.condicoesText {
	font-size: 18px;
	
}

.condicoesText ul {
	list-style: disc;
	padding-left: 20px;
}


/************************************/
/* END CONDIÇÕES GERAIS */
/************************************/


/************************************/
/* CARRINHO */
/************************************/

#carrinho .breadCrumbs_area {
	margin-bottom: 0;
}

#carrinho .personalArea_headerUl>li:last-child {
	float: none;
	background-color: #ef5324;
	padding: 16px 30px;
	vertical-align: top;
}

/*#carrinho .personalArea_headerUl>li:hover {
    background-color: #ad2425;
}*/

#carrinho .personalArea_headerUl>li {
	position: relative;
	vertical-align: top;
}

.triangle {
	position: absolute;
	top: 50%;
	right: -13px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 9;
	display: none;
}
.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #ad2425;
}

#carrinho .personalArea_headerUl>li:hover .triangle {
	display: block;
}

.selectedTabArrow {
	display: block;
}

.subAreaTitle {
	width: 100%;
	height: 50px;
	background-color: #404041;
	padding-top: 13px;
	padding-left: 10px;
	padding-right: 10px;
}

.subAreaTitle p {
	font-size: 18px;
	font-weight: 700;
	color: #FFF;
	display: inline-block;
}

.subAreaTitle p:last-of-type {
	float: right;
}

#carrinho .personalArea_header {
	margin-bottom: 0;
}

#carrinho .materialType {
	width: auto;
}

#carrinho .labelQuantity, #carrinho .rollQuantity {
	margin-left: 35px;
	margin-right: 35px;
}

#carrinho .orderLabelType {
	margin-right: 100px;
	padding-right: 0;
	width: 55px;
}

#carrinho .materialName {
	font-size: 24px;
}

#carrinho .orderLabelType>p {
	font-size: 16px;
}

#carrinho .orderLabelType>p:not(:first-of-type) {
	font-size: 14px;
}

#carrinho .orderLabels {
	float: right;
	padding-right: 10px;
}

.carrinho1 {
	display: block;
}

.carrinho2, .carrinho3, .carrinho4, .carrinho5, .carrinho6, .carrinho7, .carrinho8 {
	display: none;
}

.minusBtn, .plusBtn {
	width: 35px;
	height: 35px;
	display: inline-block;
	vertical-align: middle;
	background-color: #404041;
	text-align: center;
	padding-top: 8px;
	cursor: pointer;
}

.minusBtn img {
	width: 9px;
}

.plusBtn img {
	width: 17px;
}

#carrinho .labelQuantity input[type=number] {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px
}

.inputPlusMinus {
	display: block;
	width: 100%;
}

.deleteBuy {
	width: 28px;
	display: inline-block;
	cursor: pointer;
	margin-top: 30px;
}

.finalMaterialSelection {
    border-bottom: 1px solid #BBBDBF;
    padding-top: 20px;
    padding-left: 20px;
	padding-bottom: 30px;
}

.finalLabelType {
	display: inline-block;
	margin-right: 35px;
	margin-left: 35px;
	width: 150px;
	vertical-align: top;
}

.finalLabelTypeImg {
	width: 30px;
	display: inline-block;
	vertical-align: middle;
}

.finalLabelTypeText {
	display: inline-block;
	font-size: 14px;
	vertical-align: middle;
}

#carrinho .rollQuantity {
	width: 150px
}

.discountArea {
	display: inline-block;
	vertical-align: top;
	padding-top: 15px;
}

.discountArea p {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

.discountArea input {
	width: 140px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #404041;
	margin-right: 10px;
}

.discountArea button {
	width: 30px;
	height: 30px;
	border: 1px solid #404041;
	vertical-align: middle;
	display: inline-block;
	background-color: #FFF;
	position: relative;
}

.discountArea button img {
	width: 9px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}

.finalValue {
	display: inline-block;
	vertical-align: top;
	float: right;
	background-color: #F1F1F2;
	width: 425px;
	padding-right: 10px;
	padding-bottom: 20px;
}

.discountValue {
	padding-bottom: 25px;
    padding-top: 20px;
    border-bottom: 1px solid #BBBDBF;
	padding-left: 117px;
}

.cttValue p:first-of-type{
	margin-left: 83px;
}


.discountValue p:first-of-type, .subTotalValue div:first-of-type p:first-of-type, .subTotalValue div:last-of-type p:first-of-type, .cttValue p:first-of-type {
	font-size: 16px;
	float: left;
}

.discountValue p:last-of-type, .subTotalValue div:first-of-type p:last-of-type, .subTotalValue div:last-of-type p:last-of-type, .cttValue p:last-of-type {
	font-size: 20px;
	float: right;
}

.cttValue {
	padding-bottom: 25px;
    padding-top: 15px;
    border-bottom: 1px solid #BBBDBF;
	padding-left: 68px;
}

.subTotalValue {
	padding-bottom: 25px;
    padding-top: 15px;
    border-bottom: 1px solid #BBBDBF;
}

.subTotalValue div:first-of-type {
	padding-left: 147px;
}

.subTotalValue div:last-of-type {
	padding-left: 191px;
}

.totalValue {
	padding-left: 165px;
	padding-top: 20px;
}

.totalValue p:first-of-type {
	font-size: 16px;
	float: left;
	color: #EF5324;
	font-weight: 700;
}

.totalValue p:last-of-type {
	font-size: 20px;
	float: right;
	color: #EF5324;
	font-weight: 700;
}

.finalButtons {
	float: right;
	margin-bottom: 30px;
	margin-top: 30px;
}

.keepBuyingBtn {
	background-color: #6D6E70;
	width: 170px;
	height: 50px;
	text-align: center;
	margin-right: 65px;
	display: inline-block;
}

.keepBuyingBtn:hover {
	background-color: #404041;
}

.keepBuyingBtn a {
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 15px;
}

.nextTabBtn {
	background-color: #EF5324;
	width: 170px;
	height: 50px;
	text-align: center;
	display: inline-block;
}

.nextTabBtn:hover {
	background-color: #AD2425;
}

.nextTabBtn a {
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 15px;
}

#carrinho .table td:first-of-type {
	position: relative;
}

.orangeRadioCircle, .orangeRadioCircle2 {
	width: 22px;
	height: 22px;
	background-color: #EF5324;
	border-radius: 50%;
	position: absolute;
	top: 18px;
	left: 8px;
	display: none;
}

.orangeRadioCircle2 {
	width: 22px;
	height: 22px;
	background-color: #EF5324;
	border-radius: 50%;
	position: absolute;
	top: 23px;
	left: 9px;
	display: none;
}

.newFinalAddress {
    width: 290px;
    height: 35px;
    color: #404041;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    background-color: #FFF;
    float: right;
    text-align: center;
    padding-top: 6px;
	border: 1px solid #404041;
	margin-bottom: 25px;
}

.newFinalAddress img {
    display: inline;
    width: 9px;
    height: 15px;
    vertical-align: middle;
    margin-left: 10px;
}

.carrinho2 .subAreaTitle p {
	float: left;
}

.tipoEntregaTable {
	width: 100%;
	padding: 0 10px;
}

.tipoEntregaImg {
	width: 94px;
}

.tipoEntregaTable td {
	vertical-align: middle;
	padding: 5px;
	font-size: 18px;
	position: relative;
	border-bottom: 1px solid #BBBDBF;
}

.tipoEntregaTable td:first-of-type {
	width: 5%;
	padding-left: 10px;
}

.tipoEntregaTable td:last-of-type {
	width: 10%;
	font-size: 26px;
	color: #EF5324;
	font-weight: 700;
	text-align: right;
	padding-right: 10px;
}

.tipoEntregaTable td:nth-of-type(2) {
	width: 10%;
}

.tipoEntregaTable td:nth-of-type(3) {
	width: 10%;
}

.tipoEntregaTable td:nth-of-type(4) {
	width: 65%;
	text-align: center;
}

.needHelp {
	float: left;
	margin-top: 30px;
	font-size: 16px;
}

.validarEntrega {
	float: right;
	margin-top: 30px;
	background-color: #EF5324;
	width: 170px;
	height: 50px;
	text-align: center;
	margin-bottom: 30px;
	cursor: pointer;
}

.validarEntrega:hover {
	background-color: #AD2425;
}

.validarEntrega p {
	color: #FFF;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	font-size: 16px;
	font-weight: 700;
}

.voltarAtras {
	float: right;
	margin-top: 30px;
	background-color: #EF5324;
	width: 170px;
	height: 50px;
	text-align: center;
	margin-bottom: 30px;
	cursor: pointer;
	margin-right: 30px;
}

.carrinho3 .voltarAtras {
	margin-top: 0;
}

.carrinho6 .voltarAtras, .carrinho5 .voltarAtras, .carrinho4 .voltarAtras {
	float: none;
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
}

.voltarAtras:hover {
	background-color: #AD2425;
}

.voltarAtras p {
	color: #FFF;
	position: relative;
	top: 50%;
	transform: translateY(-50%);-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	font-size: 16px;
	font-weight: 700;
}

.infoEntrega {
	display: inline-block;
	width: 55%;
	padding-top: 30px;
}

.infoEntregaTitle {
	width: 100%;
    height: 50px;
    background-color: #404041;
    padding-top: 13px;
    padding-left: 10px;
	margin-bottom: 20px;
}

.infoEntregaTitle p {
	font-size: 18px;
	color: #FFF;
}

.infoEntregaTitle p span {
	font-weight: 700;
}
 
.infoEntregaText p {
	font-size: 18px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.infoEntregaText p:nth-child(2) {
	font-weight: 700;
}


.carrinho3 .finalValue {
	margin-bottom: 30px;
}

.carrinho3 .validacaoArea>p, .carrinho3 .choosePaymentArea>p {
	float: left;
}

.validacao, .choosePayment {
	margin-bottom: 30px;
	padding-top: 30px;
}

.validacao p {
	font-size: 18px;
	padding-left: 10px;
}

.choosePayment p {
	font-size: 18px;
	text-align: center;
}

.paymentsType {
	text-align: center;
	display: block;
	width: 100%;
	padding-top: 40px;
	margin-bottom: 30px;
}
.paymentsType img {
	height: 45px;
	width: auto;
	margin:0 0.5vw;
}

.visaPayment {
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	cursor: pointer;
}

.paypalPayment {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.transferPayment {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.mbPayment {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.mb_title {
	font-size: 29px;
	font-weight: 700;
	text-align: center;
	padding-bottom: 25px;
	padding-top: 35px;
}

.mb_subtitle {
	font-size: 18px;
	text-align: center;
	padding-bottom: 25px;
}

.referenciaBox {
	display: block;
	text-align: center;
	width: 100%;
	position: relative;
}

.mb_payment {
	width: 88px;
}

.referencia {
	display: inline-block;
	background-color: #F1F1F2;
	padding: 25px 35px;
	position: relative
}

.referencia table tr td {
	text-align: left;
	padding: 10px 0;
}

.referencia table tr td:first-of-type {
	padding-right: 60px;
	font-size: 18px;
	font-weight: 700;
}

.referencia table tr td:last-of-type {
	font-size: 20px;
	font-weight: 700;
}

.printRef {
	display: block;
	width: 334px;
	text-align: center;
	margin: 25px auto 35px;
}

.printRef p, .mailFormText>p {
	font-size: 18px;
	display: inline-block;
	padding-left: 15px;
	float: left;
}

.printerImg {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	float: left;
}

.mailRef {
	display: block;
	width: 100%;
	text-align: center;
	width: 334px;
	margin: 25px auto 0px;
	position: relative;
	height: 200px;
}

.mailImg {
	display: inline-block;
	vertical-align: top;
	width: 31px;
	float: left;
}

.mailFormText {
	display: inline-block;
	vertical-align: top;
}

.formMail p, .formNote p {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
}

.formMail input, .formNote input {
	width: 270px;
	height: 30px;
	background-color: #F1F1F2;
	display: inline-block;
	border: 0;
	position: absolute;
	padding-left: 10px;
	font-size: 14px;
}

.mailForm {
	width: 334px;
	margin-top: 20px;
}

.formMail {
	position: relative;
	text-align: left;
	padding-left: 49px;
	margin: 20px 0 20px;
}

.formMail p {
	padding-right: 96px;
}

.formNote {
	position: relative;
	margin: 10px 0 20px;
}

.formNote p {
	padding-right: 20px;
	padding-left: 5px;
}

.mailForm button {
	width: 130px;
	height: 35px;
	font-size: 16px;
	color: #FFF;
	font-weight: 700;
	margin-bottom: 30px;
	background-color: #ef5324;
	border: 0;
}

.mailForm button:hover {
	background-color: #AD2425;
}

.validatePayment {
	display: block;
	width: 170px;
	height: 50px;
	margin: 0 auto 30px;
	text-align: center;
	background-color: #ef5324;
	cursor: pointer;
}

.validatePayment:hover {
	background-color: #AD2425;
}

.validatePayment p {
	padding-top: 15px;
	font-size: 16px;
	color: #FFF;
	font-weight: 700;
}

.carrinho5 .referencia table tr td:first-of-type {
	padding-right: 0;
	text-align: center;
}

.visa_payment {
	width: 200px;
	top: 0;
	left: -200px;;
	position: absolute;
}

.carrinho6 .referencia table tr td:first-of-type {
	padding-right: 115px;
}

.visaFormPayment {
	width: 308px;
	margin: 0 auto;
	margin-bottom: 30px;
	margin-top: 20px;
}

.visaFormPayment>div {
	text-align: left;
	padding-bottom: 10px;
}

.visaFormPayment p {
	font-size: 18px;
    display: inline-block;
}

.visaFormPayment input {
	display: inline-block;
	height: 30px;
	border: 0;
	background-color: #F1F1F2;
	padding-left: 10px;
	width: 194px;
}

.visaFormPayment>div:first-of-type p {
	padding-right: 15px;
}

.visaFormPayment>div:nth-of-type(2) p {
	padding-right: 45px;
}

.visaFormPayment>div:nth-of-type(3) p {
	padding-right: 39px;
}

.visaFormPayment>div:first-of-type input {
	/*padding-right: 15px;*/
}

.visaFormPayment>div:nth-of-type(2) input {
	/*padding-right: 45px;*/
}

.visaFormPayment>div:nth-of-type(3) input {
	/*padding-right: 39px;*/
}

.visaFormPayment>div:last-of-type p{
	padding-top: 9px;
}

.visaFormPayment>div:last-of-type input {
	float: right;
	width: 20px;
	height: 20px;
}

.confirmacaoArea {
	display: block;
	width: 100%;
	text-align: center;
	margin: 30px 0;
}

.confirmacaoText {
	margin-bottom: 40px;
	display: block;
	width: 100%;
}

.confirmacaoText p {
	font-size: 18px;
	padding-bottom: 20px;
}

.confirmacaoText p:first-of-type {
	font-size: 29px;
	font-weight: 700;
	color: #AD2425;
}

.confirmacaoText p:nth-oftype(2) {
	font-size: 20px;
	font-weight: 700;
}

.confirmacaoImg {
	margin-bottom: 50px;
	display: block;
	width: 100%;
}

.confirmacaoBanner {
	display: inline-block;
	width: calc(33.33% - 9px);
	height: 180px;
}

.confirmacaoImg .confirmacaoBanner:nth-of-type(2) {
	margin: 0 10px;
}

.voltarHomepage {
	width: 170px;
	height: 50px;
	margin: 0 auto;
	background-color: #ef5324;
	text-align: center;
}

.voltarHomepage:hover {
	background-color: #AD2425;
}

.voltarHomepage a {
	display: block;
	width: 100%;
	height: 100%;
}

.voltarHomepage a p {
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	position: relative;
	top: 50%;
	transform: translateY(-50%);-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

/************************************/
/* END CARRINHO */
/************************************/




/************************************/
/* ROLOS PAPEL TERMICO */
/************************************/

.rolo_box {
	border: 1px solid #404041;
	padding: 10px 10px 15px 10px;
}

.roloImgBox {
	width: 100%;
	height: 155px;
	margin-bottom: 10px;
}

.roloImgBox > a {
	display: block;
	width: 100%;
	height: 100%;
}

.labelType {
	font-size: 16px;
	font-weight: 700;
	padding-left: 5px;
}

.labelType span {
	color: #EF5324;
    font-size: 13px;
}

#rolosPapelTermico .breadCrumbs_area {
	margin-bottom: 0;
}

#rolosPapelTermico .etiquetasMenu_ul>li:first-child, #rolosPapelTermicoDetalhe .etiquetasMenu_ul>li:first-child {
	border: 0;
}

.templateBoxImg {
	width: 150px;
	display: inline-block;
	vertical-align: top;
	margin: 20px 30px 10px 20px;
}

.templateBoxText {
	display: inline-block;
	vertical-align: top;
	height: 100%;
	padding-top: 20px;
	border-right: 1px solid #404041;
	padding-right: 10px;
}

.templateBoxText p:nth-of-type(-n+2) {
	font-size: 16px;
	font-weight: 700;
}

.templateBoxText p:first-of-type span {
	color: #EF5324;
}

.templateBoxText p:nth-of-type(n+3) {
	font-size: 14px;
}

.templateBoxText p:nth-of-type(n+3) span {
	font-weight: 700;
}

.templateBoxText p:nth-of-type(2) {
	padding-bottom: 20px;
}

.templateBoxText2 {
	display: inline-block;
	width: 100%;
	max-width: 143px;
	padding-left: 10px;
}

.templateBoxText2 p:first-of-type {
	color: #EF5324;
	font-size: 16px;
	font-weight: 700;
	padding-top: 20px;
	padding-bottom: 10px;
}

.templateBoxText2 p:last-of-type {
	font-size: 14px;
}

.templateBox2 .folhaTipo {
	padding-top: 10px;
}

#rolosPapelTermicoDetalhe .breadCrumbs_area {
	margin-bottom: 0;
}

.rollImg {
	width: 66px;
	height: 70px;
	display: inline-block;
	margin-right: 20px;
}

#rolosPapelTermicoDetalhe .materialType {
	width: 40%;
}








/************************************/
/* END ROLOS PAPEL TERMICO */
/************************************/























/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/








/************************************/
/************************************/
/* TABLET */
/************************************/
/************************************/

@media (max-width:1200px) {

    .size36 { font-size: 30px; }
    
    .size30 { font-size: 24px; }
    
    .size22 { font-size: 20px;}
    
    .size18 { font-size: 16px;}
    
    .size15 { font-size: 14px;}

    section {
        padding: 50px 0 0 0;
    }

  /************************************/
  /* HEADER */
  /************************************/
    
	#bottom_header {
		margin-top: 5px;	
	}	
	
    #topHeader_left {
        height: 21px;
    }
    
    .topMenu_ul>li {
        padding-right: 10px;
    }
    
    .topMenu_ul>li>a {
        font-size: 12px;
		line-height: 21px;
    }
    
    #topHeader_right {
        height: 21px;
    }
    
    .search_box input {
        height: 21px;
        width: 100px;
    }
    
    .search_box button {
        width: 21px;
        height: 21px;
		background-color: #f1f1f2;
    }
    .currency_select, .language_select, .accountArea {
        height: 21px;
        padding: 0 14px;
    }
    
    .currency_select {
        border-left: 1px solid #bbbdbf;
    }
    
    .currency_select select, .language_select select {
        height: 21px;
        font-size: 12px;
        width: 20px;
    }
	
	.currencies_ul {
		width: 53px;
		top: 21px;
		left: -1px;
	}
	
	.languages_ul {
		top: 21px;
		width: 59px;
		left: 0;
	}
	
	.account_ul {
		top: 21px;
	}
	
	.currencies_ul>li a, .languages_ul>li a, .account_ul>li a {
		font-size: 15px;
	}
    
    .selectedCurrency, .selectedLanguage, .accountClick {
        font-size: 15px;
    }
    
    .language_select select {
        width: 30px;
    }
    
    .outBtn {
        height: 21px;
        width: 50px;
        font-size: 11px;
        padding-top: 5px;
    }
    
    .search_box {
        border-right: 0;
        padding-right: 10px;
    }
    
	.menu_title img {
		width: 11px;
		height: 5px;
	}
	
    .bottom_header_ul>li>a>img {
        width: 138px;
        height: 46px;
    }

    .bottom_header_ul>li:nth-child(1) p:first-of-type, .contacts_header p, .carrinho_header p:first-of-type, .carrinho_header p:last-of-type {
        font-size: 11px;
    }
    
    .bottom_header_ul>li:nth-child(1) p:last-of-type, .horario_contacts p, .compras_select_box p {
        font-size: 10px;
    }
    
    #contacts_boy {
        width: 28px;
        height: 24px;
    }
    
    #carrinho_compras {
        width: 31px;
        height: 27px;
    }
    
    .compras_select_box img {
        width: 9px;
        height: 6px;
    }
    
    .carrinho_header {
        width: calc(100% - 34px);
        padding-left: 10px;
    }
    
    .bottom_header_ul>li:nth-child(3)::before, .bottom_header_ul>li:nth-child(3)::after {
        height: 33px;
    }
    
    .menu_title p:first-of-type {
        font-size: 13px;
    }
    
    .menu_title p:last-of-type {
        font-size: 10px;
    }
    
    .menuSearch_li > .menuSearch {
        height: 26px;
    }
  
    .menuSearch_li > .menuSearch > select, .menuSearch_li > .menuSearch > selectArrow {
        height: 24px;
    }
    
    .menuSearch_li_pai .selectArrow {
        height:26px;
        top: 3px;
    }
    
    .sub_menu_filtro {
        width: 300px;
    }
    
    button[name=searchSubmitMenu] {
        height: 35px;
    }
	
	.menu_ul>li {
		height: 50px;
		padding-top: 5px;
	}
    
    .menu_ul>li:first-child>a .product_img, .menu_ul>li:nth-child(3)>a .product_img {
        width: 12px;
        height: 14px;
        display: inline-block;
    }
    
    .menu_ul>li:nth-child(2)>a .product_img {
        width: 12px;
        height: 15px;
        float: left;
    }
    
    .menu_ul>li:nth-child(4)>a .product_img {
        width: 13px;
        height: 13px;
        display: inline-block;
    }
    
    .menu_ul>li:last-child>a .product_img {
        width: 18px;
        height: 17px;
        display: inline-block;
    }
    
    #searchBox .product_img {
        width: 12px;
        height: 12px;
        padding-top: 0;
    }
    
    #searchBox .menu_title p:first-of-type {
        font-size: 13px;
    }
    
    #searchBox .menu_title p:last-of-type {
        font-size: 10px;
        padding-right: 5px;
    }
    
    .menu_title {
        padding-left: 0;
        display: inline-block;
    }
    
	#searchBox_wrapper {
		height: 50px;
	}
	
    #searchBox {
        padding-top: 8px;
		height: 50px;
		padding-left: 5px;
    }
    
	#searchBox .menu_title {
		padding-left: 2px;
	}
	
    #searchFields {
        top: 50px;
        padding: 20px 10px 0 10px;
        width: 228px;
        height: 200px;
    }
    
    .etiqueta_novo {
        display: inline-block;
        margin-left: 2px;
    }
    
    .dimensions_select {
        margin-bottom: 20px;
        height: 22px;
        width: 91px;
    }
    
    .dimensions_select select {
        height: 22px;
        font-size: 12px;
    }
    
    #searchFields form .dimensions_select:last-of-type {
        margin-left: calc(100% - 185px);
    }
    
    .select_box {
        height: 22px;
        margin-bottom: 10px;
    }
    
    .select_box select {
        height: 22px;
        font-size: 12px;
    }
    
    .selectArrow, .dimensions_select .selectArrow {
        width: 16px;
        height: 21px;
    }
    
    button[name=searchSubmit] {
        height: 31px;
    }
    
    button[name=searchSubmit] p:first-of-type {
        font-size: 12px;
        padding-bottom: 0;
    }
    
    button[name=searchSubmit] p:last-of-type {
        font-size: 9px;
    }
    
    .lupa_btn {
        width: 12px;
        height: 12px;
    }
    
    .sub_menu {
        padding: 10px;
        width: 381px;
        height: 180px;
        top: 50px;
    }
	
	.menu_ul>li:first-child .sub_menu {
		width: 165px;
	}
    
    .sub_menu>li:last-child {
        display: none;
    }
    
    .menuSearch_li_pai {
        display: block !important;
    }
    
    .menuSearch_li_pai .selectArrow {
        
    }
    
    .sub_menu>li {
        width: 50%;
    }
	
	.menu_ul>li:first-child .sub_menu>li {
		width: 100%;
	}
    
    .product_type {
        width: 144px;
    }
    
    .product_type p {
        font-size: 13px;
    }
	
	.select_box p {
		font-size: 13px;
		padding-top: 2px;
	}
	
	.productSelectBox, .shapeSelectBox, .brandSelectBox, .colorSelectBox, .widthSelectBox, .heightSelectBox, .diametroSelectBox, .modelSelectBox, .formatSelectBox {
		top: 2px;
		font-size: 13px;
	}
	
	
    
  /************************************/
  /* END HEADER */
  /************************************/

    /************************************/
    /* HOMEPAGE */
    /************************************/
    
    .slickme {
        height: 270px;
    }

    .slickme_slide {
        height: 270px;
    }
    
    .promo_box {
        height: 164px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .envio {
        font-size: 28px;
        padding-top: 20px;
    }

    .envioDois {
        font-size: 12px;
        bottom: 15px;
        left: 10px;
    }

    .envioDois span {
        font-size: 19px;
    }

    .redCircle {
        bottom: 10px;
        right: 8px;
        width: 30px;
        height: 30px;
        border: 2px solid #FFF;
        border-radius: 15px;
    }

    .redCircle img {
        width: 7px;
        height: 12px;
    }

    .promo_p {
        font-size: 26px;
        bottom: 12px;
        left: 12px;
    }

    .promo_p p:nth-of-type(3) {
        font-size: 16px;
    }

    .promo_a {
        width: 226px;
    }
    
    #homepage .container div:nth-child(2) div:first-child div.promo_title div.promo_img {
        width: 19px;
        height: 19px;
    }

    #homepage .container div:nth-child(2) div:nth-child(2) div.promo_title div.promo_img {
        width: 18px;
        height: 28px;
    }

    #homepage .container div:nth-child(2) div:nth-child(3) div.promo_title div.promo_img {
        width: 27px;
        height: 23px;
    }

    #homepage .container div:nth-child(2) div:last-child div.promo_title div.promo_img {
        width: 25px;
        height: 21px;
    }

    .promo_title {
        padding-left: 0px;
    }

    .promoTitle {
        font-size: 17px;
        padding-bottom: 7px;
    }

    .promoSubtitle {
        font-size: 12px;
    }

    .promos_p {
        max-width: 120px;
        padding-left: 8px;
    }
    
    .etiquetasHomepage_ul {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .etiquetaHome_img {
        display: block;
        width: 100%;
        height: 105px;
        overflow: hidden;
    }

    .etiquetaHomepage_bottom {
        padding-top: 15px;
        padding-bottom: 8px;
        padding-left: 5px;
        padding-right: 8px;
    }

    .etiqueta_text {
        width: calc(100% - 34px);
    }

    /*.etiqueta_text p {
        font-size: 13px;
    }*/

    .etiquetasMore_btn {
        width: 30px;
        height: 30px;
    }

    .etiquetasMore_btn a {
        padding: 7px 10px;
    }

    .etiquetasMore_btn a p {
        display: none;
    }

    .etiquetasMore_btn a img {
        width: 5px;
        height: 9px;
    }
    
    .breadCrumbs_area {
        padding-bottom: 20px;
        margin-bottom: 40px;
    }
    
    
    
    
    
    
    /************************************/
    /* END HOMEPAGE */
    /************************************/
    
    
    /************************************/
    /* FOOTER */
    /************************************/
    

    .footer_title, .newsletter_title, .social_title {
        font-size: 16px;
        font-weight: 700;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .social_title {
        padding-top: 20px;
    }

    .footer_ul>li {
        font-size: 15px;
        padding-left: 15px;
        padding-bottom: 5px;
    }

    .footer_ul>li::before {
        width: 5px;
        height: 9px;
        background-size: 5px 8px;
        top: 3px;
    }

    .footer_content p {
        font-size: 11px;
        padding-bottom: 10px;
    }

    .payment_img {
        width: 94px;
        height: 22px;
    }

    .newsletter_content {
        height: 30px;
    }

    .newsletter_content input {
        width: calc(100% - 30px);
        height: 28px;
        font-size: 10px;
        padding-left: 9px;
    }

    .newsletter_content button {
        font-size: 15px;
        width: 30px;
        height: 28px;
    }

    .social_ul>li {
        width: 30px;
        height: 30px;
    }

    .social_ul>li:first-child img {
        width: 7px;
        height: 13px;
    }

    .social_ul>li:nth-child(2) img {
        width: 14px;
        height: 12px;
    }

    .social_ul>li:last-child img {
        width: 12px;
        height: 12px;
    }

    .social_ul>li:not(:last-child) {
        margin-right: 5px;
    }

    .goTop {
        width: 30px;
        height: 30px;
        bottom: 40px;
    }

    .goTop img {
        width: 9px;
        height: 5px;
    }

    .goTop img:first-child {
        top: 10px;
    }

    .goTop img:last-child {
        top: 15px;
    }

    .footer_bottom {
        height: 33px;
    }

    .footerBottom_box {
        padding-left: 10px;
    }

    .footerBottom_box p {
        padding-top: 10px;
        font-size: 9px;
    }

    .callcenter {
        width: 84px;
        height: 33px;
        font-size: 12px;
        padding-top: 2px;
        padding-left: 7px;
    }

    .callcenter img {
        width: 9px;
        height: 5px;
        bottom: 8px;
        right: 5px;
    }
    
    /************************************/
    /* END FOOTER */
    /************************************/
    
    /************************************/
    /* BLOG */
    /************************************/
    
    .mainImg_page p {
        font-size: 30px;
    }
    
    .articleTitle {
        font-size: 24px;
        padding-bottom: 30px;
    }
    
    .articleText {
        padding-bottom: 30px;
        font-size: 13px;
    }
    
    /************************************/
    /* END BLOG */
    /************************************/
    
    
    /************************************/
    /* BLOG ARTICLE */
    /************************************/
    
    .oneArticle_text {
        font-size: 15px;
        padding: 50px;
    }
    
    .oneArticle_title {
        font-size: 28px;
    }
    
    .oneArticle_imgBox, .oneArticleImage, .oneArticle_img {
        height: 280px;
    }
	
	
    
    /************************************/
    /* END BLOG ARTICLE */
    /************************************/
    
    
    /************************************/
    /* CONTA */
    /************************************/
    
    .personalArea_header {
        height: 50px;
    }
    
    .personalArea_headerUl>li {
        height: 50px;
        padding: 16px 18px;
    }
    
    #encomendasMenu {
        padding: 16px 18px;
    }
    
    .personalArea_headerUl>li p {
        font-size: 13px;
    }
    
    .orderArea_headerUl>li:not(:last-child) {
        padding: 10px 6px;
    }
    
    .orderArea_headerUl>li:last-child {
        padding: 10px 6px;
    }
    
    .orderArea_headerUl>li p {
        font-size: 11px;
        line-height: 11px;
    }
    
    .orderArea_header {
        height: 37px;
        top: 50px;
        max-width: 720px;
    }
    
    .myAccount_area, .myInfo_area, .changePassword_area {
        padding: 15px 10px;
    }
    
    .changePassword_area .myAccountForm_ul>li:first-child {
        margin-bottom: 22px;
    }
    
    .myInfo_area .myAccountForm_ul>li:nth-last-child(3) input {
        padding-left: 5px;
    }
    
    .myAccount_area .myAccountForm_ul>li p, .myInfo_area .myAccountForm_ul>li p, .changePassword_area .myAccountForm_ul>li p {
        font-size: 11px;
    }
    
    .myAccount_area .myAccountForm_ul>li button, .myInfo_area .myAccountForm_ul>li button, .changePassword_area .myAccountForm_ul>li button {
        width: 80px;
        height: 30px;
        font-size: 13px;
    }
    
    .myAccount_area .myAccountForm_ul>li input, .myInfo_area .myAccountForm_ul>li input, .changePassword_area .myAccountForm_ul>li input {
        font-size: 13px;
    }
    
    .invoiceAddress_area {
        padding: 15px 10px;
    }
    
    .invoiceAddressForm_ul>li button {
        width: 80px;
        height: 30px;
        font-size: 13px;
    }
    
    .invoiceAddress_area>p {
        font-size: 13px;
        margin-bottom: 15px;
    }
    
    .invoiceAddressForm_ul>li p {
        font-size: 13px;
    }
    
    .invoiceAddressForm_ul>li input {
        font-size: 13px;
    }
    
    .invoiceAddressForm_ul>li:first-child input {
        width: calc(100% - 116px);
    }
    
    .invoiceAddressForm_ul>li:nth-child(2) ul>li:first-child p, .invoiceAddressForm_ul>li:nth-child(3) ul>li:first-child p, .invoiceAddressForm_ul>li:first-child p {
        width: 116px;
    }
    
    .invoiceAddressForm_ul>li:nth-child(2) ul>li:first-child input {
        max-width: 60px;
    }
    
    .invoiceAddressForm_ul>li:nth-child(2) ul>li:nth-child(2) input, .invoiceAddressForm_ul>li:nth-child(2) ul>li:nth-child(3) input {
        max-width: 171px;
    }
    
    .invoiceAddressForm_ul>li:nth-child(3) ul>li:first-child input {
        max-width: 190px;
    }
    
    .invoiceAddressForm_ul>li:nth-child(3) ul>li:nth-child(2) input {
        max-width: 256px;
    }
    
    .changePassword_area .myAccountForm_ul>li:last-child img {
        width: 20px;
        height: 20px;
        margin-left: 10px;
    }
    
    .changePassword_area .myAccountForm_ul>li:last-child {
        height: auto;
        text-align: right;
    }

    .changePassword_area .myAccountForm_ul>li:last-child p {
        font-size: 10px;
    }

    
    .table thead th {
        font-size: 12px;
    }

    .table td {
        font-size: 11px;
    }

    .table td a img {
        width: 25px;
        height: 25px;
    }
    
    .table thead th:nth-of-type(3) {
        padding: 0.75rem 0;
    }
    
    .table tbody tr td:first-of-type {
        padding: 0.75rem 3px;
    }
    
    .addressesTable tbody tr td:last-child {
        padding: 0;
        min-width: 55px;
    }
    
    .table td a {
        margin: 0;
    }
    
    .faqBox span, .faq_title {
        font-size: 24px;
    }
    
    .faq_answer {
        font-size: 16px;
    }

    .faqBox {
        padding: 15px 0;
    }
    
    .ordersTable tbody tr td:nth-last-child(2) {
        padding: 0.75rem 0;
    }
    
    .noPayments_box p {
        font-size: 14px;
    }
    
    .tableNavigation {
        margin-top: 40px;
    }
    
    .myAccount_tab, .myInvoice_tab, .myAddresses_tab, .faqs_tab, .myOrders_tab, cancelOrders_tab, .changeAddress_tab, .complain_tab, .pendingPayment_tab {
        margin-bottom: 40px;
    }
    
	.changeAddressForm {
		width: 650px;
		height: 500px;
	}
	
	.changeAddressForm .table>thead>tr>th {
		vertical-align: middle;
	} 
	
	.newAddress_form, .editAddress_form {
		height: 401px;
	}
	
    /************************************/
    /* END CONTA */
    /************************************/
    
    /************************************/
    /* PORTFOLIO */
    /************************************/

    .portfolioArea .etiquetasHomepage_ul>li .etiquetaHome_img {
        height: 138px;
    }

    .lb-nav a.lb-next, .lb-nav a.lb-prev {
        opacity: 1;
    }

    /************************************/
    /* END PORTFOLIO */
    /************************************/

    
    
    
    
    /************************************/
    /* QUEM SOMOS */
    /************************************/

    .quemsomosText .title {
        font-size: 25px;   
    }
	
    .quemsomosText .text {
        font-size: 16px;
    }
	
    .quemsomosBreakLine {
        margin: 30px auto;
    }

    .quemsomosIMG {
        height: 180px;
    }
    
    .quemsomosBlockText p:first-child {
        font-size: 20px;
    }

    .quemsomosBlockText p:nth-child(2), .quemsomosBlockText p:last-child {
        font-size: 14px;
    }

    /************************************/
    /* END QUEM SOMOS */
    /************************************/

	
	/************************************/
	/* FAQS */
	/************************************/

	.faqs_item .faq_question p {
		font-size: 16px;
	}

	.faqs_item .faq_question p span, .faqs_item .faq_answer p span {
		font-weight: 700;
		font-size: 22px;
	}

	.faqs_item .faq_answer p {
		font-size: 16px;
	}

	

	/************************************/
	/* END FAQS */
	/************************************/
	
	/************************************/
	/* PRODUTO E PRODUTO DETALHE */
	/************************************/

	#produto_detalhe .quemsomosBlockText p:first-child {
		font-size: 14px;
	}
	
	#produto_detalhe .quemsomosBlockText {
		font-size: 14px;
	}
	
	.buy_btn {
		height: 40px;
	}
	
	.buy_btn a p {
		font-size: 14px;
		padding-top: 10px;
		padding-right: 12px;
	}
	
	.buy_btn a img {
		margin-bottom: 3px;
	}
	
	.budget_btn {
		height: 40px;
	}
	
	.budget_btn a {
		position: relative;
	}
	
	.budget_btn a p {
		font-size: 14px;
		padding-top: 1px;
		padding-right: 0px;
	}
	
	.budget_btn a img {
		position: absolute;
		right: 15px;
		top: 4px;
	}
	
	#produtos div.quemsomosBreakLine {
		margin: 0 0 30px;
	}
	
	.all_labels p:first-of-type {
		font-size: 22px;
		margin-bottom: 20px;
	}
	
	.all_labels p:not(:first-of-type) {
		font-size: 14px;
	}
	
	.all_labels_budget {
		margin-top: 25px;
	}
	
	.all_labels_budget a {
		font-size: 22px;
		padding: 10px 15px;
	}
	
    /************************************/
	/* END PRODUTO E PRODUTO DETALHE */
	/************************************/
    
	/************************************/
	/* ETIQUETAS EM FOLHA */
	/************************************/
	
	.etiquetasMenu {
		padding: 30px 7px;
	}
	
	.etiquetasMenu>p {
		font-size: 12px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	
	.etiquetasMenu_ul>li>p {
		font-size: 14px;
	}
	
	.folhasA_ul>li a img {
		width: 13px;
		margin-right: 5px;
	}
	
	.folhasA_ul>li a p {
		font-size: 12px;
	}
	
	.etiquetasList_box {
		padding-top: 30px;
	}
	
	.etiquetasList_box > p {
		font-size: 16px;
		margin-bottom: 20px;
		padding-bottom: 25px;
		/*margin-right: 15px;*/
	}
	
	.etiquetasList_ul>li {
		padding-right: 10px;
		width: calc(25% - 3px);
	}
	
	.etiqueta_box {
		padding: 7px;
	}
	
	.etiquetaImgBox {
		/*width: 80px;*/
		width: 100%;
		/*height: 111px;*/
		height: auto;
		margin: 0 auto 10px;
	}
	
	.nEtiquetas {
		height: 20px;
		width: 20px;
		top: 0px;
		left: 0px;
	}
	
	.nEtiquetas p {
		font-size: 11px;
	}
	
	.folhaTipo, .labelTipo {
		font-size: 14px;
	}
	
	.templateText {
		font-size: 13px;
	}
	
	.labelAmount, .labelDimension, .labelRef {
		font-size: 9px;
	}
	
	.labelAmount {
		margin-bottom: 10px;
	}
	
	.labelInfo, .labelInfoGoTo {
		width: 20px;
		height: 20px;
		margin-top: 15px;
	}
	
	.labelInfoGoTo img {
		width: 6px;
		height: 11px;
	}
	
	.labelInfoGoTo img {
		width: 6px;
		height: 11px;
	}
	
	#etiquetasFolhaTipo .etiquetaImgBox {
		width: 140px;
		height: inherit;
	}
	
	/*.templateBox2 a {
		margin-top: 107px;
	}*/
	
	.templateInfo {
		width: 62%;
		height: 221px;
	}
	
	.templateDownload, .templateCore {
		width: 38%;
	}
	
	#etiquetasFolhaTipo .labelAmount, .labelDimension, .labelRef {
		font-size: 14px;
	}
	
	.templateBox {
		margin-bottom: 30px;
	}
	
	.templateLabelSliderBox {
		padding-left: 60px;
	}

	.slideLeftNav {
		left: 65px;
	}
	
	.materialType {
		width: calc(45% - 2px);
	}

	.labelQuantity {
		width: calc(55% - 2px);
		margin-top: 30px;
		margin-left: 0;
	}
	
	.orderArea {
		/*float: none;*/
		margin-top: 30px;
	}
	
	.askBudget {
		margin-left: 74px;
	}
	

	/************************************/
	/* END ETIQUETAS EM FOLHA */
	/************************************/
	
	/************************************/
	/* ETIQUETAS EM ROLO E DESTAQUES */
	/************************************/
    
	.labelCoreImg {
		width: 160px;
	}
	
	.templateBoxThermal, .templateBox, .templateBox2 {
		height: auto;
	}
	
	.selectLabelMaterial {
		
	}
	
	#etiquetasRoloTipo .templateInfoText {
		padding-right: 0;
		padding-top: 0;
	}
	
	.coreSizeImg {
		margin-left: 5px;
		width: 30px;
	}
	
	.coreSizeOption p, .coreSizeOption_first p {
		font-size: 11px;	
	}
	
	.coreSizeSelectBox {
		position: relative;
	}
	
	#etiquetasRoloTipo .labelTipo {
		margin-bottom: 10px;
	}
	
	.rollQuantity {
		width: calc(42% - 2px);
		margin-top: 0px;
		margin-left: 0;
		padding-left: 55px;
	}
	
	#etiquetasRoloTipo .labelQuantity {
		width: calc(42% - 2px);
		margin-top: 30px;
		/*margin-left: 64px;*/
	}
	
	#etiquetasRoloTipo .templateCore {
		padding: 0;
	}
	
	.brandLabelName, .brandLabelName {
		font-size: 16px;
	}
	
	.brandLabelSize, .brandLabelCore, .brandLabelDiameter, .brandLabelCompability {
		font-size: 16px;
	}
	
	.templateBox2_thermalText {
		width: calc(60% - 3px);
	}
	
	.templateBox2_img {
		width: 40%;
	}
	
	.woundTypeImg {
		margin-top: 6px;
	}
	
	.coreSizeOption {
		padding-top: 10px;
	}
	
	/************************************/
	/* END ETIQUETAS EM ROLO E DESTAQUES */
	/************************************/
	
	
	
	/************************************/
	/* CONTACTOS  */
	/************************************/

	.contactsTextTitle {
		font-size: 25px;
	}

	.contactsTextText, .addressText {
		font-size: 16px;
	}
	
	.addressTitle {
		font-size: 20px;
	}
	
	.contactsForm div:first-of-type input:not(:last-of-type), .contactsForm div:nth-of-type(2) input:first-of-type, .contactsForm div:nth-of-type(3) input:not(:last-of-type) {
		margin-right: 12px;
		font-size: 14px;
	}
	
	.contactsForm div:nth-of-type(2) input:last-of-type {
		width: calc(69% - 15px);
		font-size: 14px;
	}
	
	button[name=submitForm] {
		height: 40px;
	}
	/*
    input[name="labelMaterial"], input[name="labelNumber"] {
        margin-right: 19px !important;
    }
	*/
	
	/************************************/
	/* END CONTACTOS  */
	/************************************/
	
	
	/************************************/
	/* ETIQUETAS PERSONALIZADAS  */
	/************************************/

	.etiquetasPersonalizadasText {
		padding-top: 0;
	}

	.personalizadasTitle {
		font-size: 22px;
	}

	.formTitle {
		font-size: 20px;
	}
	
	.personalizadasText {
		font-size: 16px;
	}
	
	.personalizarLabelForm div:first-of-type input {
		padding-left: 10px;
		font-size: 14px;
	}
	
	.personalizarLabelForm div:first-of-type .selectBox select, .personalizarLabelForm div:last-of-type input, .personalizarLabelForm div:last-of-type .selectBox select, .personalizarLabelForm textarea {
		font-size: 14px;
	}
    
    .personalizarLabelForm div:first-of-type input {
        /*margin-right: 11px;*/
    }

	.personalizarLabelForm textarea {
		margin-right: 10px;
	}
	
	.personalizarLabelForm div:last-of-type input {
		margin-right: 10px;	
	}
	
	.personalizarLabelForm div:last-of-type .selectBox:first-of-type {
		margin-right: 13px;
	}
	
	.personalizarLabelForm div:first-of-type .selectBox {
		/*margin-right: 10px;*/
	}
    
    .contactsForm div:nth-of-type(3) input:not(:last-of-type), .contactsForm div:nth-of-type(5) input:not(:last-of-type) {
        margin-right: 12px;
        font-size: 14px;
    }

	/************************************/
	/* END ETIQUETAS PERSONALIZADAS  */
	/************************************/
	
	
	/************************************/
	/* CONDIÇÕES GERAIS */
	/************************************/

	.condicoesText {
		font-size: 16px;

	}


	/************************************/
	/* END CONDIÇÕES GERAIS */
	/************************************/
	
	
	
	/************************************/
	/* CARRINHO */
	/************************************/

	#carrinho .personalArea_headerUl>li:last-child {
		padding: 16px 18px;
	}
	
	.subAreaTitle {
		padding-top: 16px;
	}
	
	.subAreaTitle p {
		font-size: 13px;
	}
	
	#carrinho .blackBall {
		margin-right: 10px;
	}
	
	#carrinho .materialType {
		width: 160px;
	}
	
	#carrinho .rollQuantity {
		width: 90px;
		margin: 0 10px;
		padding-left: 0;
	}
	
	#carrinho .labelQuantity {
		margin-left: 0;
		margin-top: 0;
		margin-right: 10px;
		width: 126px;
	}
	
	.labelQuantityName, #carrinho .orderLabelType>p {
		font-size: 14px;
	}
	
	#carrinho .materialName {
		font-size: 20px;
	}
	
	.plusBtn, .minusBtn {
		width: 30px;
		height: 30px;
		padding-top: 5px;
	}
	
	#carrinho .labelQuantity input[type=number] {
		width: 50px;
		height: 30px;
		margin: 0 -4px 0 0;
		padding-left: 5px;
	}
	
	#carrinho .orderLabelType {
		margin-right: 10px;
		padding-right: 0;
		width: 62px;
	}
	
	.deleteBuy {
		margin-top: 20px;
	}
	
	.labelPrice {
		font-size: 22px !important;
	}
	
	.orderLabels p {
    	font-size: 12px;
	}
	
	.finalLabelType {
		margin-right: 10px;
		margin-left: 10px;
		width: 90px;
	}
	
	.finalLabelTypeImg {
		width: 20px;
	}
	
	.finalLabelTypeText {
		font-size: 13px;
	}
	
	.finalValue {
		width: 250px;
	}
	
	.discountValue {
		padding-left: 30px;
	}
	
	.discountValue p:first-of-type, .subTotalValue div:first-of-type p:first-of-type, .subTotalValue div:last-of-type p:first-of-type, .totalValue p:first-of-type {
		font-size: 14px;
	}
	
	.discountValue p:last-of-type, .subTotalValue div:first-of-type p:last-of-type, .subTotalValue div:last-of-type p:last-of-type, .totalValue p:last-of-type {
		font-size: 18px;
	}
	
	.subTotalValue div:first-of-type {
		padding-left: 59px;
	}
	
	.subTotalValue div:last-of-type {
		padding-left: 97px;
	}
	
	.totalValue {
		padding-left: 80px;
	}
	
	.keepBuyingBtn, .nextTabBtn {
		width: 150px;
		height: 40px;
	}
	
	.keepBuyingBtn {
		margin-right: 30px;
	}
	
	.keepBuyingBtn a, .nextTabBtn a {
		padding-top: 11px;
		font-size: 14px;
	}
	
	.newFinalAddress {
		width: 260px;
		font-size: 14px;
	}
	
	.orangeRadioCircle, .orangeRadioCircle2 {
		top: 15px;
		left: 2px;
	}
	
	.tipoEntregaTable td {
		font-size: 14px;
	}
	
	.tipoEntregaTable td:last-of-type {
		font-size: 20px;
	}
	
	.infoEntregaTitle p {
		font-size: 16px;
	}
	
	.cttValue {
		padding-left: 30px;
	}
	
	.cttValue p:first-of-type {
		font-size: 14px;
		margin-left: 70px;
	}
	
	.cttValue p:last-of-type {
		font-size: 18px;
	}
	
	.infoEntregaText p {
		font-size: 14px;
	}
	
	.validacao p {
		font-size: 14px;
	}
	
	.choosePayment p {
		font-size: 16px;
	}
	
	.paypalPayment {
		width: 80px;
	}
	
	.visaPayment {
		width: 150px;
	}
	
	.mb_title, .confirmacaoText p:first-of-type {
		font-size: 24px;
	}
	
	.mb_subtitle, .confirmacaoText p {
		font-size: 16px;
	}
	
	.visa_payment {
		width: 140px;
		left: -140px;
	}
	
	.triangle {
		right: -12px;
	}
	
	.formMail input, .formNote input {
		width: 200px;
	}
	
	#carrinho .personalArea_headerUl>li:hover .triangle {
		display: none;
	}
	
	
	/************************************/
	/* END CARRINHO */
	/************************************/

	
	
	
	/************************************/
	/* ROLOS PAPEL TERMICO */
	/************************************/

	.labelType {
		font-size: 14px;
	}

	.templateBoxText p:nth-of-type(-n+2), .templateBoxText2 p:first-of-type {
		font-size: 14px;
	}

	.templateBoxText p:nth-of-type(n+3), .templateBoxText2 p:last-of-type {
		font-size: 12px;
	}

	.templateBoxImg {
		width: 145px;
	}

	.templateBoxText {
		padding-bottom: 10px;
	}
	
	#rolosPapelTermicoDetalhe .materialType {
		width: 80%;
	}
	
	
	
	#rolosPapelTermicoDetalhe .labelQuantity {
		width: calc(50% - 2px);
	}
	
	#rolosPapelTermicoDetalhe .orderArea {
		float: right;
	}

	/************************************/
	/* END ROLOS PAPEL TERMICO */
	/************************************/
	
	
	.excep {
        position: relative !important;
        margin-top: 10px;
    }
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}






/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/

















/************************************/
/************************************/
/* TABLET BIG TABLET */
/************************************/
/************************************/

@media (min-width:992px) and (max-width:1200px) {
	
	/* HEADER */
	
	#searchBox {
		padding-left: 15px;
    }
	
	/* END HEADER **/
    
    /* CONTA */
    
    .orderArea_header {
        max-width: 910px;
    }
    
    .invoiceAddressForm_ul>li:nth-child(2) ul>li:first-child input {
        max-width: 80px;
    }
    
    .invoiceAddressForm_ul>li:nth-child(2) ul>li:nth-child(2) input, .invoiceAddressForm_ul>li:nth-child(2) ul>li:nth-child(3) input {
        max-width: 240px;
    }
    
    .invoiceAddressForm_ul>li:nth-child(3) ul>li:first-child input {
        max-width: 300px;
    }
    
    .invoiceAddressForm_ul>li:nth-child(3) ul>li:nth-child(2) input {
        max-width: 366px;
    }
    
    /* END CONTA */
    

    /* PORTFOLIO */

    .portfolioArea .etiquetasHomepage_ul>li .etiquetaHome_img {
        height: 185px;
    }

    /* END PORTFOLIO */

	/* PRODUTO E PRODUTO DETALHE */
	
	.buy_btn a p {
		padding-right: 45px;
	}
	
	.buy_btn a img {
		margin-bottom: 3px;
	}
	
	.budget_btn {
		height: 40px;
	}
	
	.budget_btn a {
		position: relative;
	}
	
	.budget_btn a p {
		padding-top: 10px;
		padding-right: 0px;
	}
	
	.budget_btn a img {
		position: absolute;
		right: 2px;
		top: 13px;
	}
	
    /* END PRODUTO E PRODUTO DETALHE */
	
	/* ETIQUETAS EM FOLHA */
	
	.etiquetaImgBox {
		/*width: 100px;*/
		width: 100%;
		/*height: 139px;*/
		height: auto;
	}
	
	.folhaTipo, .labelTipo {
		font-size: 16px;
	}
	
	.labelAmount, .labelDimension, .labelRef {
		font-size: 12px;
	}
	
	.labelInfo, .labelInfoGoTo {
		width: 26px;
		height: 26px;
	}
	
	/*.templateBox2 a {
		margin-top: 25px;
	}*/
	
	.templateLabelSliderBox {
		padding-left: 15px;
	}
	
	.templateLabelSlide {
		height: 202px;
	}
	
	.templateLabelSliderBox {
		width: 60%;
	}
	
	.templateBox2_text {
		width: 40%;
	}

	
	.slideLeftNav {
		left: 20px;
	}
	
	#etiquetasFolhaTipo .etiquetaImgBox {
		width: 100px;
	}
	
	.templateInfoText {
		padding-right: 0;
	}
	
	.templateText {
		font-size: 11px;
	}

	/* END ETIQUETAS EM FOLHA */
	
	/* ETIQUETAS EM ROLO */
	
	.askBudget {
		margin-left: 79px
	}
	
	.labelCoreImg {
		width: 80px;
	}
	
	.templateBox, .templateBox2 {
    	height: 224px;
	}
	
	/* END ETIQUETAS EM ROLO */
	
	
	/* ETIQUETAS EM ROLO TERMICAS*/
	
	.templateBoxThermal {
		padding: 5px 5px;
	}
	
	.downloadTemplateButton {
		margin-right: 4px;
	}
	
	.brandLabelModel, .brandLabelSize, .brandLabelCore, .brandLabelDiameter {
		padding-bottom: 5px
	}
	
	.templateInfoBox {
		padding: 13px 10px 13px 10px;
	}
	
	#etiquetasRoloTipo .templateCore > p {
		padding-bottom: 5px;
	}
	
	.templateBox2 {
		padding: 10px;
	}
	
	/* END ETIQUETAS EM ROLO TERMICAS */
	
	/* CONTACTOS */
	
	.contactsForm div:first-of-type input:not(:last-of-type), .contactsForm div:nth-of-type(2) input:first-of-type, .contactsForm div:nth-of-type(3) input:not(:last-of-type) {
		margin-right: 17px;
	}
	
	.contactsForm div:nth-of-type(2) input:last-of-type {
		width: calc(69% - 20px);
	}
	
	/* END CONTACTOS */
	
	/* CARRINHO */
	
	#carrinho .materialType {
		width: 210px;
	}
	
	#carrinho .rollQuantity, .finalLabelType {
    	width: 150px;
		margin: 0 30px;
	}
	
	#carrinho .labelQuantity, #carrinho .orderLabelType {
		margin-right: 30px;
	}
	
	.finalValue {
		width: 350px;
	}
	
	.discountValue {
		padding-left: 70px;
	}
	
	.subTotalValue div:first-of-type {
		padding-left: 99px;
	}
	
	.subTotalValue div:last-of-type {
		padding-left: 137px;
	}
	
	.totalValue {
		padding-left: 120px;
	}
	
	/* END CARRINHO */
	
	
	/* ROLOS TERMICOS */
	
	.templateBoxImg {
		width: 100px;
		margin: 20px 10px 10px 10px;
	}
	
	.templateBoxText {
		padding-right: 5px;
	}
	
	.templateBoxText p:nth-of-type(-n+2), .templateBoxText2 p:first-of-type, .templateBoxText2 p:last-of-type {
		font-size: 14px;
	}
	
	.templateBoxText p:nth-of-type(n+3) {
		font-size: 12px;
	}
	
	.templateBoxText2 {
		padding-left: 5px;
		max-width: 118px;
	}
	
	#rolosPapelTermicoDetalhe .materialType {
		width: 30%;
	}
	
	#rolosPapelTermicoDetalhe .labelQuantity {
		margin-top: 0;
		width: 20%;
		margin-left: 20px;
	}
	
	#rolosPapelTermicoDetalhe .orderArea {
		margin-top: 0;
		float: right;
	}
	
	.coreSizeOption {
		padding-top: 8px;
	}
	
	.coreSizeOption:first-of-type {
		padding: 0;
	}
	
	.coreSizeOption:first-of-type .folhaTipo {
		font-size: 16px;
	}
	
	/* END ROLOS TERMICOS */
}




/************************************/
/************************************/
/* BIG TABLET END */
/************************************/
/************************************/











/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
















/************************************/
/************************************/
/* MOBILE */
/************************************/
/************************************/

@media (max-width:767px) {

    .size36 { font-size: 24px; }

    .size30 { font-size: 20px; }
    
    .size22 { font-size: 18px;}
    
    .size18 { font-size: 14px;}
    
    .size15 { font-size: 14px;}
    
    section {
        padding: 40px 0 0 0;
    }

  /************************************/
  /* HEADER */
  /************************************/
   
    
    #top_header {
        padding-right: 0;
		
    }
	
	#top_header_mobile {
		display: block;
		background-color: #6D6E70;
		padding: 5px 0px;
	}
	
	.contactBoy_White {
		display: inline-block;
		vertical-align: middle;
		width: 45px;
	}
	
	.contactsMobile {
		display: inline-block;
		vertical-align: middle;
		float: right;
		text-align: right;
	}
	
	.contactsMobile p {
		color: #FFF;
		font-size: 12px;
	}
	
	.contactsMobile p a {
		color: #FFF;
		font-size: 18px;
		font-weight: 700;
	}
    
    #topHeader_left {
        display: block;
        width: 100%;
        text-align: center;
        height: 20px;
    }
    
    #topHeader_right {
        margin-top: 5px;
    }
	
	.topMenu_ul>li {
		padding-right: 6px;
	}
	
    .topMenu_ul>li:last-child {
        padding-right: 0;
    }
    
    .search_box input {
        width: calc(100% - 29px);
    }
    
    .search_box {
        padding-right: 10px;
		width: calc(100% - 196px);
    }
    
    .currency_select, .language_select, .accountArea {
        padding: 0 7px;
    }
    
    .selectedCurrency, .selectedLanguage, .accountClick {
        font-size: 13px;
    }
    
    .language_select {
        padding-right: 10px;
    }
    
    .bottom_header_ul>li>a>img {
        width: 123px;
        height: 41px;
    }
    
    .bottom_header_ul>li {
        width: calc(50% - 4px);
    }
    
    .bottom_header_ul>li:nth-child(2), .bottom_header_ul>li:nth-child(3) {
        display: none;
    }
    
    .headerBreak {
		display: none;
    }
    
    .img_contacts {
        float: right;
        width: 140px;
    }
    
    .carrinho_header {
        width: 100%;
        padding: 0;
    }

    #carrinho_compras {
        display: none;
    }
    
    #carrinho_compras_mobile {
        width: 18px;
        height: 16px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }
    
    carrinho_header p:first-of-type {
        font-size: 11px;
	}
    
   
    
    #menu {
        width: 100%;
        height: 48px;
        position: relative;
    }
    
    #searchBox {
        width: 140px;
        height: 48px;
		padding-left: 15px;
    }
    
    #searchBox_wrapper {
        height: 48px;
        width: 140px;
        position: absolute;
        right: 15px;
    }
	
    #burgerMenu {
        display: inline-block;
        width: 52px;
        height: 48px;
        cursor: pointer;
		position: relative;
    }
    
    .burger1, .burger2, .burger3 {
        height: 2px;
        width: 30px;
        position: absolute;
        background-color: #FFF;
        left: 11px;
    }
    
    .burger1 {
        top: 12px;
    }
    
    .burger2 {
        top: 22px;
    }
    
    .burger3 {
        top: 32px;
    }
    
    .menu_ul {
        display: none;
        background-color: #6d6e70;
        position: absolute;
        top: 48px;
        overflow-y: scroll;
    }

    .menu_ul>li {
        display: block;
    }
    
    .menu_title {
        display: inline-block;
        padding-left: 15px;
        position: relative;
		top: 50%;
        transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
    }
	
	#searchBox .menu_title {
		top:0;
		transform: none;
	}
    
    .menu_ul>li {
        width: 100%;
        height: 45px;
        border-top: 1px solid #CCC;
        text-align: left;
    }
    
    .menu_ul>li:not(:nth-child(2)) {
        padding-bottom: 0;
        padding-top: 0;
    }
    
    .menu_ul>li:nth-child(2) {
        padding-top: 0;
        padding-bottom: 0;
    }
    
    .menu_ul>li>a .menu_title img {
        display: none;
    }
    
    #mobileArrow {
        position: absolute;
        width: 9px;
        height: 6px;
        right: -20px;
        top: 40%;
        transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
        display: inline-block;
    }
    
    .menuSearch_li_pai {
        width: 100%;
        padding-right: 20px;
    }
    
    .menu_ul>li:first-child>a .product_img, .menu_ul>li:nth-child(3)>a .product_img {
        display:inline-block;
        position: relative;
		top: 50%;
        transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
        width: 21px;
        height: 23px;
    }
    
    .menu_ul>li:nth-child(2)>a .product_img {
        width: 21px;
        height: 23px;
        display: inline-block;
        position: relative;
		top: 50%;
        transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
    }
    
    .menu_ul>li:nth-child(4)>a .product_img {
        display: inline-block;
        width: 21px;
        height: 23px;
        position: relative;
		top: 50%;
        transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
    }
    
    .menu_ul>li:last-child>a .product_img {
        display: inline-block;
        width: 21px;
        height: 23px;
        position: relative;
		top: 50%;
        transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
    }
    
    #searchFields {
        top: 47px;
        /*display: none;*/
    }
    
    .menu_ul>li>a {
        display: block;
        width: 100%;
        height: 100%;
		padding: 0 10px;
    }
    
    .menu_ul>li:first-child>a .product_img, .menu_ul>li:nth-child(3)>a .product_img {
        width: 20px;
        height: 23px;
		position: relative;
		top: 50%;
        transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
    }
    
    
    .menu_ul>li>a .menu_title p:first-of-type {
        font-size: 12px;
        display: inline;
    }
    
    .menu_ul>li>a .menu_title p:last-of-type {
        font-size: 12px;
        font-weight: 700;
        display: inline;
    }
    
    .menu_ul>li>a .menu_title img {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
    }
    
    .menu_title p:last-of-type {
        max-width: 100%;
    }
 
    #topHeader {
        margin-bottom: 5px;
    }
    
	.menu_title img {
		margin-left: 20px;
	}
	
    .sub_menu {
        width: 100%;
        left: 0;
        top: 40px;
        padding-left: 0;
        padding-right: 0;
        height: auto;
		padding-bottom: 5px;
    }
    
	.menu_ul>li:first-child .sub_menu {
		width: 100%;
	}
	
    .sub_menu>li {
        display: block;
        width: 100%;
    }
    
    .product_type {
        width: 100%;
        padding-left: 46px;
    }
    
    .product_type_subMenu {
        padding-left: 20px;
    }
    
    .product_type_subMenu>li>a>p {
        padding-left: 5px;
    }
    
    .sub_menu>li:not(:first-child) {
        padding-top: 5px;
    }
    
    /************************************/
    /* END HEADER */
    /************************************/

    /************************************/
    /* HOMEPAGE */
    /************************************/
    
    .slickme {
        height: 224px;
    }

    .slickme_slide {
        height: 224px;
    }

    .slickDots li {
        padding-left: 5px;
        padding-right: 5px;
    }

    .promo_box {
        height: 210px;
        margin-top: 18px;
        margin-bottom: 0;
    }
    
    #etiquetasPersonalizadas .promo_box {
        margin-bottom: 15px;
    }

    .envio {
        font-size: 38px;
        padding-top: 25px;
    }

    .envioDois {
        font-size: 13px;
        bottom: 10px;
        left: 12px;
    }

    .envioDois span {
        font-size: 20px;
    }

    .redCircle {
        bottom: 10px;
        right: 10px;
        width: 36px;
        height: 36px;
        border: 2px solid #FFF;
        border-radius: 18px;
    }

    .redCircle img {
        width: 9px;
        height: 16px;
    }

    .promo_p {
        font-size: 26px;
        bottom: 15px;
        left: 15px;
    }

    .promo_p p:nth-of-type(3) {
        font-size: 18px;
    }
    
    .promo_title {
        display: none;
    }
    
    .etiquetasHomepage_ul .slick-slide {
        border: 1px solid #404041;
    }
    
    .etiquetasHomepage_ul {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .etiquetasHomepage_ul>li {
        display: block;
        width: 100%;
        border: 1px solid #404041;
    }

    .etiquetasHomepage_ul>li:not(:last-of-type) {
        margin-right: 0;
    }

    .etiquetaHome_img {
        display: block;
        width: 100%;
        height: 186px;
    }

    .etiquetaHomepage_bottom {
        display: block;
        width: 100%;
        padding-top: 18px;
        padding-bottom: 18px;
        padding-left: 15px;
        padding-right: 8px;
    }

    .etiqueta_text {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 95px);
    }

    .etiqueta_text p {
        color: #404041;
        /*font-size: 18px;*/
        font-weight: 700;
    }

    .etiquetasMore_btn {
        width: 92px;
        height: 49px;
        border: 1px solid #404041;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        position: relative;
    }

    .etiquetasMore_btn a {
        display: block;
        width: 100%;
        padding: 15px 10px;
        line-height: 1;
    }

    .etiquetasMore_btn a p {
        font-size: 18px;
        color: #231f20;
        display: inline-block;
        vertical-align: middle;
        padding-right: 10px;
    }

    .etiquetasMore_btn a img {
        width: 8px;
        height: 14px;
        vertical-align: middle;
        display: inline-block;
    }
    
    .dotsSlick {
        text-align: center;
    }

    .dotsSlick li {
        display: inline-block;
        color: #ef5324;
        font-size: 50px;
        line-height: 60%;
        padding: 10px;
        cursor: pointer;
    }

    .dotsSlick li.slick-active {
        color: #ad2425;
    }

    .breadCrumbs_area {
        padding-bottom: 15px;
    }

    .breadCrumbs a {
        font-size: 12px;
    }
    
	.etiquetasTermicasDetalhe .breadCrumbs a {
		padding-right: 0;
		display: block;
		vertical-align: top;
	}
	
	#etiquetasTermicasTipo .breadCrumbs a {
		display: block;
		padding-right: 0;
	}
	
    .homeImg {
        width: 19px;
        height: 17px;
		margin-right: 5px;
		vertical-align: top;
    }
    
    /************************************/
    /* END HOMEPAGE */
    /************************************/  

    /************************************/
    /* FOOTER */
    /************************************/

    
    .footer_content {
        display: none;
        text-align: center;
        padding-bottom: 10px;
    }
    
    .footer_open {
        display: block;
    }
    
    .footer_title, .newsletter_title, .social_title {
        font-size: 16px;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
    }

    .social_title {
        padding-bottom: 15px;
        border-top: 1px solid #CCC;
    }
    
    .footer_item {
        border-bottom: 1px solid #CCC;
    }

    .footer_ul {
        text-align: left;
    }
    
    .footer_ul>li {
        font-size: 14px;
        padding-left: 15px;
        padding-bottom: 10px;
    }

    .footer_ul>li::before {
        width: 5px;
        height: 9px;
        background-size: 5px 8px;
        top: 6px;
    }

    .footer_content p {
        font-size: 15px;
        padding-bottom: 10px;
    }

    .payment_img {
        width: 127px;
        height: 30px;
        margin-bottom: 5px;
        margin-left: auto;
        margin-right: auto;
    }

    .newsletter_content {
        height: 40px;
        margin-bottom: 20px;
    }

    .newsletter_content input {
        width: calc(100% - 40px);
        height: 38px;
        font-size: 10px;
        padding-left: 9px;
    }

    .newsletter_content button {
        font-size: 20px;
        width: 40px;
        height: 38px;
    }

    .social_ul {
        text-align: center;
        padding-bottom: 20px;
    }
    
    .social_ul>li {
        width: 40px;
        height: 40px;
    }

    .social_ul>li:first-child img {
        width: 7px;
        height: 13px;
    }

    .social_ul>li:nth-child(2) img {
        width: 14px;
        height: 12px;
    }

    .social_ul>li:last-child img {
        width: 12px;
        height: 12px;
    }

    .social_ul>li:not(:last-child) {
        margin-right: 60px;
    }

    .goTop {
        bottom: 43px;
        z-index: 9999;
    }

    .goTop img {
        width: 9px;
        height: 5px;
    }

    .goTop img:first-child {
        top: 10px;
    }

    .goTop img:last-child {
        top: 15px;
    }

    .footer_bottom {
        height: 100%;
        text-align: center;
    }

    .footerBottom_box {
        padding-left: 10px;
    }

    .footerBottom_box p {
        padding-top: 15px;
        font-size: 13px;
        text-align: center;
        line-height: 2;
        padding-bottom: 15px;
    }

    .callcenter {
        width: 100%;
        height: 43px;
        font-size: 15px;
        padding-top: 10px;
        text-align: center;
        float: none;
    }

    .callcenter img {
        width: 12px;
        height: 8px;
        bottom: 0;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
    }

    /************************************/
    /* END FOOTER */
    /************************************/
    
    
    /************************************/
    /* BLOG */
    /************************************/
    
    .mainImg_page p {
        font-size: 20px;
    }
    
    .breadCrumbs_area {
        margin-bottom: 10px;
    }
    
    .articleTitle {
        font-size: 20px;
        padding-bottom: 30px;
        text-align: center;
    }
    
    .articleText {
        padding-bottom: 30px;
        font-size: 11px;
    }
    
    .blog_article>div:first-of-type {
        padding-right: 15px;
        margin-right: 0;
        margin-bottom: -2px;
    }

    .blog_article>div:last-of-type {
        padding-left: 15px;
        margin-left: 0;
    }
    
    .articleImage {
        height: 250px;
    }
    
    .articleContent {
        height: 290px;
        padding: 40px 30px 40px;
    }
    
    .readMore {
        width: 60px;
        height: 30px;
    }
    
    .readMore a {
        padding: 5px 0;
    }
    
    .readMore a p {
        font-size: 11px;
        padding-right: 10px;
    }
    
    .readMore_arrow {
        width: 5px;
        height: 16px;
    }
    
    /************************************/
    /* END BLOG */
    /************************************/
    
    /************************************/
    /* BLOG ARTICLE */
    /************************************/
    
    .oneArticle_text {
        font-size: 11px;
        padding: 30px;
    }
    
    .oneArticle_title {
        font-size: 20px;
        padding-bottom: 30px
    }
    
    .oneArticleImage, .oneArticle_imgBox, .oneArticle_img {
        height: 250px;
    }
    
    .previousArticle, .nextArticle {
        width: 70px;
        height: 25px;
    }
    
    .previousArticle a, .nextArticle a {
        font-size: 13px;
        padding-top: 4px;
    }
    
    .oneArticle {
        margin-bottom: 20px;
    }
    
    .lupa_article {
        height: 30px;
        width: 30px;
    }
    
    .articleSearch input {
        height: 30px;
    }
    
    .articleSearch button {
        width: 30px;
        height: 30px;
    }
    
    .categorySearch_title {
        font-size: 24px;
        margin-bottom: 0;
    }
    
    .categorySearch_title img {
        display: inline-block;
        width: 15px;
        height: 9px;
        vertical-align: middle;
        margin-left: 10px;
    }
    
    .categoryList_ul {
        display: none;
        margin-top: 20px;
    }
    
    .categorySearch {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #bbbdbf;
    }
    
    #blogArticle .promo_box {
        margin-bottom: 30px;
    }
    
	.oneArticleImage2 {
		height: 150px;
	}
	
    /************************************/
    /* END BLOG ARTICLE */
    /************************************/
    
    /************************************/
    /* CONTA */
    /************************************/
    
    .personalArea_header {
        height: 158px;
        margin-bottom: 30px;
    }
    
    .personalArea_headerUl {
        display: table;
        background-color: #FFF;
    }
    
    .personalArea_headerUl>li:not(:last-child) {
        display: inline-block;
        width: calc(50% - 2px);
        margin-bottom: 4px;
    }
    
    .personalArea_headerUl>li {
        text-align: center;
        padding: 0;
    }
    
    #encomendasMenu {
        height: 50px;
    }
    
    .personalArea_headerUl>li>p, .personalArea_headerUl>li:last-child img {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
        vertical-align: inherit;
    }
    
    .personalArea_headerUl>li:nth-child(odd) {
        margin-right: 2px;
    }
    
    .personalArea_headerUl>li:nth-child(even) {
        margin-left: 2px;
    }
    
    .personalArea_headerUl>li:last-child {
        display: block;
        width: 100%;
        margin: 0;
    }
    
    .orderArea_header {
        left: 0;
        top: 158px;
        height: 147px;
    }
    
    .orderArea_headerUl>li:last-child, .orderArea_headerUl>li:not(:last-child) {
        display: block;
        padding: 10px;
        margin: 0;
        float: none
    }
    
    .myAccount_area, .myInfo_area {
        margin-bottom: 20px;
    }
    
    .myAccount_area .myAccountForm_ul>li p, .myInfo_area .myAccountForm_ul>li p {
        width: 15%;
    }
    
    .changePassword_area .myAccountForm_ul>li p {
        width: 100%;
    }
    
    .myAccount_area .myAccountForm_ul>li input, .myInfo_area .myAccountForm_ul>li input {
        width: 85%;
    }
    
    .changePassword_area .myAccountForm_ul>li input {
        width: 100%;
    }
    
    .changePassword_area .myAccountForm_ul>li:last-child {
        text-align: center;
    }
    
    .invoiceAddressForm_ul>li p {
        font-size: 11px;
    }
    
    .invoiceAddressForm_ul>li:nth-child(2) ul>li:first-child p, .invoiceAddressForm_ul>li:nth-child(3) ul>li:first-child p, .invoiceAddressForm_ul>li:first-child p {
        width: 95px;
    }
    
    .invoiceAddressForm_ul>li:nth-child(2) ul>li:first-child, .invoiceAddressForm_ul>li:nth-child(2) ul>li:nth-child(2) {
        display: block;
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px;
    }
    
    .invoiceAddressForm_ul>li:nth-child(2) ul>li:nth-child(3) {
        display: block;
        width: 100%;
    }
    
    .invoiceAddressForm_ul>li:nth-child(2) ul>li:nth-child(3) p, .invoiceAddressForm_ul>li:nth-child(3) ul>li:nth-child(2) p {
        width: 95px;
    }
    
    .invoiceAddressForm_ul>li:first-child input, .invoiceAddressForm_ul>li:nth-child(2) ul>li:first-child input, .invoiceAddressForm_ul>li:nth-child(2) ul>li:nth-child(2) input, .invoiceAddressForm_ul>li:nth-child(2) ul>li:nth-child(3) input, .invoiceAddressForm_ul>li:nth-child(3) ul>li:first-child input, .invoiceAddressForm_ul>li:nth-child(3) ul>li:nth-child(2) input {
        width: calc(100% - 95px);
        max-width: 100%;
    }
    
    .invoiceAddressForm_ul>li:nth-child(3) ul>li:first-child, .invoiceAddressForm_ul>li:nth-child(3) ul>li:nth-child(2) {
        margin-right: 0;
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    
    .invoiceAddressForm_ul>li:nth-child(3) ul>li:nth-child(2) {
        margin-bottom: 0;
    }
    
    .passwordChanged_ul>li:last-child {
        text-align: center;
    }
    
    .table-reflow tr td, .table-reflow tr th {
        border: 0;
        white-space: normal;
    }
    
    .table-reflow tr td {
        padding: 0.75rem 5px;
    }
    
    .table-reflow td:last-child, .table-reflow th:last-child {
        border: 0;
    }
    
    .table-reflow thead {
        width: 33.33%;
    }
    
    .table-reflow thead tr {
        width: 100%;
    }
    
    
    .table-reflow tbody tr {
        width: 33.33%;
    }
    
    .table-reflow tbody:last-child tr:last-child td, .table-reflow tbody:last-child tr:last-child th, .table-reflow tfoot:last-child tr:last-child td, .table-reflow tfoot:last-child tr:last-child th, .table-reflow thead:last-child tr:last-child td, .table-reflow thead:last-child tr:last-child th {
        border: 0;
    }
    
    .table-reflow tbody tr td:last-child {
        padding: 0.5rem 0.75rem;
    }
    
    .collumnsSlide {
        display: block;
        width: 100%;
        text-align: center;
    }
    
    .moreCollumns_box, .lessCollumns_box {
        display: inline-block;
    }
    
    .moreCollumns{
        display: inline-block;
        width: 9px;
        height: 15px;
    }
    
    .lessCollumns {
        width: 9px;
        height: 15px;
    }
    
    .table {
        margin-bottom: 0.7rem;
    }
    
    .table td a {
        margin: 0;
    }
    
    .myAddresses_tab .table-reflow tbody tr td:last-child {
        padding: 0.75rem;
    }
    
    .newAddress {
        margin-top: 10px;
        font-size: 14px;
        padding-top: 8px;
    }
    
    .newAddress_form, .editAddress_form {
        width: 290px;
    }
    
    .newAddress_form label, .editAddress_form label {
        width: calc(30% - 4px);
        font-size: 11px;
    }
    
    .newAddress_form input, .editAddress_form input {
        width: 70%;
    }
    
    .faqBox span, .faq_title {
        font-size: 15px;
    }
    
    .faq_answer {
        font-size: 12px;
    }
    
    .faqBox {
        padding: 10px 0;
    }
    
    .tableNavigation {
        margin-top: 15px;
    }
    
    .tableNavigation_ul>li {
        width: 20px;
        height: 20px;
    }
    
    .tableNavigation_ul>li a {
        font-size: 13px;
        padding-top: 2px;
    }
    
    .tableNavigation_ul>li:last-child a, .tableNavigation_ul>li:first-child a {
        font-size: 15px;
        padding: 0;
    }
    
    .estadoBox p {
        font-size: 9px;
    }
    
    .noPayments_box {
        height: 40px;
    }
    
    .noPayments_box p {
        font-size: 12px;
    }
	
	.table>thead>tr>th, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
		vertical-align: middle;
	}
	
	.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
		padding: 5px;
	}
	
	.addressesTable>tbody>tr>td, .addressesTable>tbody>tr>th, .addressesTable>tfoot>tr>td, .addressesTable>tfoot>tr>th, .addressesTable>thead>tr>td, .addressesTable>thead>tr>th, .table tbody tr td:first-of-type {
		padding: 5px;
	}
	
	.table thead th {
		font-size: 11px;
	}
	
	.addressesTable tbody tr td a {
		display: inline-block;
	}
    
	.changeAddressForm {
		width: 290px;
		height: 515px;
		overflow: scroll;
	}
	
	.changeAddressForm .table thead tr th p, .changeAddressForm .table tbody tr td p {
		font-size: 11px;
	}
	
	.reclamarBox_form {
		width: 290px;
		height: 376px;
	}
	
	input[name=reclamacaoNome] {
		margin-right: 0;
	}
	
	input[name=reclamacaoNome], input[name=reclamacaoEmail], input[name=reclamacaoAssunto], textarea[name=reclamacaoText] {
		width: 100%;
		font-size: 12px;
	}
	
	.newAddress_form button, .editAddress_form button, .reclamarBox_form button, .changeAddressForm button {
		margin-left: 0;
		width: 120px;
	}
	
	button[name=closeEditButton], button[name=closeNewButton], button[name=closeChangeButton], button[name=closeReclamarButton]  {
		width: 120px;
	}
	
	.newAddress_form p, .editAddress_form p, .reclamarBox_form p, .changeAddressForm>p {
		font-size: 18px;
		padding-top: 10px;
		padding-bottom: 20px;
	}
	
	.changeAddressForm>p {
		font-size: 14px;
		padding-top: 16px;
	}
	
    /************************************/
    /* END CONTA */
    /************************************/
    
    
    /************************************/
    /* PORTFOLIO */
    /************************************/

    .portfolioArea .etiquetasHomepage_ul>li {
        width: 100%;
    }

    /************************************/
    /* END PORTFOLIO */
    /************************************/
    
    
    
    /************************************/
    /* QUEM SOMOS */
    /************************************/

	#quemsomos {
		margin-bottom: 30px;
	}
	
    .quemsomosText .title {
        font-size: 18px;   
    }

    .quemsomosText .text {
        font-size: 12px;
    }

    .quemsomosBreakLine {
        margin: 25px auto;
    }

    .quemsomosBlockText p:first-child {
        padding-top: 20px;
        font-size: 18px;
    }

    .quemsomosIMG {
        height: 200px;
    }

    .quemsomosBlockText p:nth-child(2), .quemsomosBlockText p:last-child {
        font-size: 12px;
    }

    .quemsomosBlockText p:nth-child(2) {
        padding-bottom: 10px;
    }

    /************************************/
    /* END QUEM SOMOS */
    /************************************/
    
    /************************************/
	/* FAQS */
	/************************************/

	.faqs_item .faq_question p {
		font-size: 16px;
	}

	.faqs_item .faq_question p span, .faqs_item .faq_answer p span {
		font-weight: 700;
		font-size: 15px;
	}

	.faqs_item .faq_answer p {
		font-size: 15px;
	}

	#faqs .faqs_item .quemsomosBreakLine {
		margin: 15px auto;
	}
	

	/************************************/
	/* END FAQS */
	/************************************/
    
	
	
	
    /*****************************************************/
	/* ETIQUETAS EM FOLHA E ETIQUETAS EM FOLHA DETALHE */
	/*****************************************************/
    
	.buy_btn a p {
		font-size: 13px;
		padding-top: 6px;
		padding-right: 45px;
	}
	
	.budget_btn a p {
		padding-top: 6px;
		font-size: 13px;
	}
	
	.budget_btn a img {
		right: 3px;
		top: 8px;
	}
	
	.buy_btn {
		width: 120px;
		display: inline-block;
		vertical-align: middle;
		margin-bottom: 0;
		margin-top: 20px;
		height: 30px;
	}
	
	.budget_btn {
		width: 120px;
		display: inline-block;
		vertical-align: middle;
		margin-bottom: 0;
		float: right;
		height: 30px;
		margin-top: 20px;
	}
	
	.all_labels p:not(:first-of-type) {
		font-size: 12px;
	}
	
	.all_labels p:first-of-type {
		font-size: 18px;
	}
	
	.all_labels_budget {
		margin-top: 20px;
	}
	
	.all_labels_budget a {
		font-size: 18px;
		padding: 5px 15px;
	}
	
	.all_labels {
		margin-bottom: 30px;
	}
	
	.folhasA_ul {
		display: none;
		position: absolute;
		text-align: left;
	}
	
	.etiquetasMenu_ul>li {
		display: inline-block;
		padding: 0 20px;
		position: relative;
	}
	
	.etiquetasMenu {
		text-align: center;
		padding: 20px 0 0;
		display: none;
	}
	
	.etiquetasMenu_ul>li:first-child {
		border: 0;
	}
	
	.bannerBox {
		width: calc(50% - 5px);
		display: inline-block;
	}
	
	div.bannerBox:last-of-type {
		margin-left: 7px;
	}
	
	#etiquetasRoloTermicas .etiquetasMenu {
		display: none;
	}
	
	.etiquetasMenu_ul>li>p {
		cursor: pointer;
		/*border-bottom: 1px solid #BBBDBF;*/
		display: inline-block;
		vertical-align: middle;
	}
	
	.etiquetasList_box {
		padding: 0;
	}
	
	.etiquetasList_ul>li {
		width: calc(50% - 10px);
		padding: 0;
	}
	
	.etiquetasList_ul>li:nth-child(odd) {
		margin-right: 17px;
	}
	
	.etiquetasList_box > p {
		margin-right: 0;
		padding-bottom: 10px;
	}
	
	.etiquetasMenu>p {
		font-size: 15px;
	}
    
	.folhasA_ul>li a p {
		font-size: 12px;
	}
	
	.folhasA_ul>li a img {
		width: 12px;
	}
	
	.templateInfo {
		width: 100%;
		border-right: 0;
    	border-bottom: 1px solid #404041;
	}
	
	.templateInfoText {
		padding-left: 15px;
		padding-right: 0;
		float: none;
	}
	
	#etiquetasFolhaTipo .labelAmount, .labelDimension, .labelRef {
		font-size: 13px;
	}
	
	.templateDownloadLinks {
		text-align: left;
	}
	
	.downloadlink {
		margin-right: 5px;
	}
	
	.templateDownloadLinks div.downloadlink:last-of-type {
		float: none;
		margin-left: -3px;
	}
	
	.templateDownload, .templateCore {
		width: 100%;
		border-left: 0;
	}
	
	.templateLabelSliderBox {
		padding-left: 0px;
		width: 59%;
	}
	
	.slideLeftNav {
		left: 5px;
	}
	
	.templateLabelSlide {
		height: 240px;
	}
	
	.templateBox2 a {
		/*margin-top: 25px;*/
		width: 90%;
	}
	
	.materialSelection {
		padding-left: 0;
	}
	
	.materialName {
		font-size: 14px;
	}
	
	.materialHoverBox {
		width: 290px;
		left: -86px;
		bottom: 160px;
	}
	
	.materialHoverBox p {
		font-size: 12px;
	}
	
	.materialType {
		width: calc(100% - 67px);
	}
	
	.materialDescription, .materialSpecification {
		font-size: 12px;
	}
	
	.printType {
		margin-top: 20px;
	}
	
	input[type="radio"] {
		width: 15px;
		height: 15px;
	}
	
	label {
		font-size: 12px;
	}
	
	.labelQuantity {
		width: auto;
		margin-top: 20px;
	}
	
	.labelQuantityName {
		font-size: 12px;
	}
	
	.labelQuantity input[type=number] {
		font-size: 12px;
		width: 70px;
		height: 30px;
	}
	
	.orderLabelType p {
		font-size: 14px;
	}
	
	.labelTypeImg {
		width: 35px;
		height: auto;
	}
	
	.labelPrice {
		font-size: 18px !important;
	}
	
	.orderLabels p {
		font-size: 12px;
	}
	
	.orderLabels button {
		font-size: 12px;
	}
	
	.orderArea {
		display: block;
	}
	
	.askBudget {
		float: right;
	}
	
	.templateBox2 a p {
		font-size: 14px;
	}
	
	.materialAreaTitle {
		font-size: 16px;
	}
	
	.askBudgetBtn p {
		font-size: 14px;
	}
	
	.askBudget > p {
		font-size: 12px;
		text-align: right;
	}
	
	.askBudgetBtn {
		float: right;
	}
	
	.fixedInfo p, .variableInfo p {
		font-size: 12px;
		display: table-cell;
	}
	
	.fixedInfo img, .variableInfo img {
		width: 25px;
		height: 25px;
		display: table-cell;
	}
	
	.variableInfo, .fixedInfo {
		padding-left: 0;
		padding-bottom: 10px;
		display: table;
	}
	
	.adicionarCarrinho_box {
		width: 290px;
		height: 400px;
	}
	
	.coreSize_box, .quantityLabel_box, .labelType_bo, .quantityRoll_box, .quantityPaper_box, .rollDiameter_box {
		width: 290px;
		height: 300px;
	}
	
	.adicionarCarrinho {
		width: 250px;
		height: 350px;
	}
	
	.coreSize, .quantityLabel, #mensagemAviso_caixaBranca {
		width: 250px;
		height: 260px;
	}
	
	.greenCheck, .redCross, .orangeExclamation, .imagemMensagemAviso {
		width: 70px;
	}
	
	.adicionarCarrinho > p:first-of-type, 
	.coreSize > p:first-of-type, 
	.quantityLabel > p:first-of-type, 
	#mensagemAlerta > p:first-of-type {
		font-size: 16px;
	}
	
	.adicionarCarrinho > p:last-of-type, 
	.coreSize > p:last-of-type, 
	.quantityLabel > p:last-of-type , 
	#mensagemAlerta > p:last-of-type {
		font-size: 14px;
	}
	
	.continueShopping, .finalizeOrder {
		display: block;
		margin-right: 0;
		margin: 15px auto;
		font-size: 14px;
	}
	
	.okCoreSize, .okQuantityLabel, .okLabelType, .okQuantityRoll, .okQuantityPaper, .okRollDiameter{
		font-size: 14px;
		width: 40px;
		height: 40px;
	}
	
	#etiquetasFolhaTipo .etiquetaImgBox {
		width: 125px;
	}
	
	#etiquetasFolhaTipo .downloadlink {
		margin-right: 20px;
	}
	
    /*****************************************************/
	/* END ETIQUETAS EM FOLHA E ETIQUETAS EM FOLHA DETALHE */
	/*****************************************************/
    
	/*****************************************************/
	/* ETIQUETAS EM ROLO E ETIQUETAS EM ROLO DETALHE */
	/*****************************************************/
	
	#etiquetasRolo .etiquetasMenu_ul {
		text-align: left
	}
	
	#etiquetasRolo .etiquetasMenu_ul>li {
		display: block;
		padding: 0px 20px 16px;
	}
	
	.coreSizeOption p, .coreSizeOption_first p {
		padding-left: 4px;
		padding-top: 10px;
		display: inline-block;
	}

	.coreSizeSelectBox {
		text-align: center;
	}
	
	.templateInfoBox {
		text-align: center;
	}
	
	.rollQuantity {
		padding-left: 0;
		width: auto;
		margin-top: 30px;
	}
	
	#etiquetasRoloTipo .labelQuantity {
		width: auto;
		margin-left: 20px;
	}
	
	.rollQuantity input[type=number] {
		font-size: 12px;
		width: 70px;
		height: 30px;	
	}
	
	#etiquetasRoloTipo .minimumQuantity {
		font-size: 10px;
	}
	
	#etiquetasRoloTipo .folhasA_ul {
		position: relative;
	}
	
	#etiquetasRoloTipo .etiquetasMenu_ul>li {
		display: block;
	}
	
	.etiquetasMenu_ul {
		min-height: 34px;
	}
	
	.folhasA_ul>li {
		position: relative;
	}
	
	.folhasA_ul>li::after {
		content: "";
		height: 1px;
		width: 12px;
		background-color: #404041;
		position: absolute;
		bottom: 5px;
		left: 0;
	}
	
	#etiquetasRoloTipo .templateCore > p {
		margin-right: -2px;
		padding-left: 20px;
		padding-top: 20px;
	}
	
	.coreSizeOption_first {
		padding-left: 20px;
		text-align: center;
	}
	
	.folhaTipo, .labelTipo {
		text-align: left;
	}
	
	.templateBox2 .folhaTipo {
		padding-right: 10px;
	}
	
	.templateText {
		font-size: 12px;
		padding-right: 10px;
	}
	
	.templateBox2, .templateBoxThermal {
		padding: 10px;
	}
	
	.templateBox2_text {
		width: 41%;
	}
	
	/*****************************************************/
	/* END ETIQUETAS EM ROLO E ETIQUETAS EM ROLO DETALHE */
	/*****************************************************/
	
	
	/************************************/
	/* ETIQUETAS EM ROLO TÉRMICAS  */
	/************************************/

	.etiquetasTermicas_ul {
		text-align: left;
		padding: 0 15px;
		display: none;
	}
	
	.etiquetasTermicas_ul>li {
		width: 50%;
	}

	.etiquetasTermicas_ul > li > p {
		padding-left: 30px;
	}

	.marcasTermicas_ul {
		right: -100%;
		width: 100%;
	}
	
	.marcasTermicas_ul>li {
		text-align: center;
		padding: 10px 20px;
	}
	
	.marcasTermicas_ul>li:first-child, .marcasTermicas_ul>li:last-child  {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.moreArrow {
		display: block;
		width: 15px;
		margin: 0 auto;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	
	.brandLabelName, .brandLabelModel {
		font-size: 14px;
	}
	
	.downloadTemplateButton {
		width: 25px;
		height: 25px;
		margin-right: 10px;
	}
	
	
	
	.bannerBox {
		margin-bottom: 20px;
	}
	
	.downloadTemplateButton>a>p {
		font-size: 10px;
	}
	
	.blackArrowMobile {
		display: inline-block;
		width: 9px;
		vertical-align: middle;
		margin-left: 10px;
	}
	
	.labelCoreImg {
		width: 95px;
	}
	
	.#etiquetasRoloTipo .labelTipo {
		text-align: left;
	}
	
	#etiquetasFolhaTipo .labelAmount, .labelDimension, .labelRef {
		text-align: left;
	}
	
	.brandLabelSize, .brandLabelCore, .brandLabelDiameter, .brandLabelCompability {
		font-size: 12px;
	}
	
	.downloadTemplateButton:first-of-type>a>p {
		font-size: 20px;
	}
	
	.infoBox {
		margin-top: 20px;
	}
	
	/************************************/
	/* END ETIQUETAS EM ROLO TÉRMICAS  */
	/************************************/
	
	
	/************************************/
	/* CONTACTOS  */
	/************************************/

	#contactos .social_title {
		border-top: 0;
	}

	.addressSocial {
		margin-bottom: 50px;
		padding: 20px;
	}
	
	.addressTitle {
		padding-bottom: 15px;
	}

	.addressArea a {
		font-size: 14px;
		width: auto;
		display: inline-block;
	}
	
	.addressArea a:first-of-type {
		padding-right: 28px; 
	}
	
	.contactsForm {
		padding: 20px 0 40px;
	}
	
	.contactsTextText, .addressText {
		padding: 0;
		font-size: 12px;
	}
	
	.contactsTextTitle, .formTitle, .addressTitle, #contactos .social_title {
		font-size: 18px;
	}
	
	.contactsForm div:first-of-type input:not(:last-of-type), .contactsForm div:nth-of-type(2) input:first-of-type, .contactsForm div:nth-of-type(3) input:not(:last-of-type), .contactsForm div:nth-of-type(2) input:last-of-type, .contactsForm div:first-of-type input, .contactsForm div:nth-of-type(3) input {
		margin-right: 0;
		width: calc(48% - 4px);
		font-size: 12px;
	}
	
	.contactsForm div:first-of-type input, .contactsForm div:nth-of-type(3) input:last-of-type {
		/*width: calc(98% - 3px);*/
		width: 100%;
	}
	
	.contactsForm div:first-of-type input:first-of-type, .contactsForm div:nth-of-type(2) input:first-of-type, .contactsForm div:nth-of-type(3) input:first-of-type {
		margin-right: 15px;
	}
	
	.contactsForm div:nth-of-type(3) input {
		margin-bottom: 20px;
	}
	 
	.contactsForm form div:nth-of-type(3) {
		margin-bottom: 10px;
	}
	
	.captcha {
		display: block;
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	
	button[name=submitForm], button[name=submitPersonalizarLabelForm], button[name=submitEncomendarForm] {
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		float: none;
		height: 40px;
		width: 160px;
		font-size: 14px;
		font-weight: 700;
	}
	
	button[name=submitForm] img, button[name=submitPersonalizarLabelForm] img, button[name=submitEncomendarForm] img {
		width: 7px;
		margin-left: 30px;
	}
    
    button[name=submitForm] {
        width: 130px;
    }
	
	#contactos .socialMediaArea .social_ul>li:not(:last-child) {
		margin-right: 20px;
	}

	/************************************/
	/* END CONTACTOS  */
	/************************************/
	
	
	/************************************/
	/* ETIQUETAS PERSONALIZADAS  */
	/************************************/

	.personalizarLabelForm div:first-of-type .selectBox {
		margin-right: 0;
		width: 100%;
	}
	
	.personalizarLabelForm div:first-of-type .selectBox:last-of-type {
		margin-right: 0;
	}

	.personalizarLabelForm div:first-of-type input:first-of-type, .personalizarLabelForm div:last-of-type input {
		margin-right: 15px;
	}
    
    .personalizarLabelForm input[name="labelDimensions"], .personalizarLabelForm input[name="labelNumber"] {
        width: 100% !important;
    }

	.personalizarLabelForm div:first-of-type input {
		width: 100%;
		padding-left: 10px;
	}
	
	.personalizarLabelForm div:last-of-type .selectBox, .personalizarLabelForm div:last-of-type input {
		width: calc(48% - 4px);
	}

	.personalizarLabelForm div:last-of-type .selectBox:first-of-type {
		margin-right: 0;
	}
	
	.personalizarLabelForm div:last-of-type .selectBox:last-of-type, .personalizarLabelForm textarea, .personalizarLabelForm div:last-of-type .selectBox select {
		width: calc(98% - 3px);
	}
	
	.personalizarLabelForm textarea {
		margin-right: 0 !important;
	}
	
	.personalizadasTitle {
		font-size: 18px;
		padding-bottom: 10px;
	}
	
	.personalizadasText {
		font-size: 13px;
	}
	
	.etiquetasPersonalizadasText {
		padding-bottom: 20px;
	}
	
	.personalizarLabel>p {
		font-size: 16px;
		padding-bottom: 20px;
	}
	
	.personalizarLabelForm div:first-of-type .selectBox select, .personalizarLabelForm div:last-of-type input, .personalizarLabelForm div:last-of-type .selectBox select, .personalizarLabelForm textarea, .personalizarLabelForm div:first-of-type input {
		font-size: 12px;
        margin-right: 17px;
	}
	
	.personalizarLabel {
		padding: 20px 0;
		text-align: center;
	}
    
    input[name="contactPostcode"], .contactsForm div:nth-of-type(3) input:not(:last-of-type), .contactsForm div:nth-of-type(5) input:not(:last-of-type) {
        width: calc(50% - 10px);
        font-size: 12px;
    }
    
    input[name="contactCity"] {
        width: calc(50% - 12px);
        font-size: 12px;
        margin-right: 0 !important;
    }
    
    .contactsForm div:nth-of-type(2) input:first-of-type, .contactsForm div:nth-of-type(4) input:first-of-type, .contactsForm div:nth-of-type(2) input:last-of-type, .contactsForm div:nth-of-type(4) input:last-of-type, .contactsForm textarea {
        font-size: 12px;
        width: 100%;
    }
    
    .contactsForm div:nth-of-type(3) input, .contactsForm div:nth-of-type(5) input {
        width: 100%;
        font-size: 12px;
    }
    
    #etiquetasRoloTermicas .personalizarLabelForm div:last-of-type .selectBox, #etiquetasRoloTermicas .personalizarLabelForm div:last-of-type input {
        width: 100%;
    }
    
	/************************************/
	/* END ETIQUETAS PERSONALIZADAS  */
	/************************************/
	
	
	/************************************/
	/* CONDIÇÕES GERAIS */
	/************************************/

	.condicoesText {
		font-size: 14px;
	}

	/************************************/
	/* END CONDIÇÕES GERAIS */
	/************************************/
	
	
	/************************************/
	/* CARRINHO */
	/************************************/

	.subAreaTitle {
		padding-top: 13px;
		height: 40px;
	}

	.subAreaTitle p {
		font-size: 12px;
	}
	
	#carrinho .blackBall {
		width: 25px;
		height: 25px;
	}
	
	#carrinho .materialType {
		width: calc(100% - 38px);
	}
	
	#carrinho .rollQuantity, .finalLabelType {
		margin-top: 30px;
    	width: calc(59% - 14px);
    	margin-right: 10px;
		margin-left: 0;
	}
	
	.minimumQuantity {
		font-size: 11px;
	}
	
	#carrinho .labelQuantity {
		margin-right: 0;
		margin-top: 30px;
		width: auto;
	}
	
	#carrinho .orderLabelType {
		margin-top: 30px;
		margin-right: 30px;
	}
	
	.labelTypeImg {
		width: 25px;
	}
	
	#carrinho .orderLabelType>p:not(:first-of-type) {
		font-size: 11px;
	}

	.deleteBuy, #carrinho .orderLabels {
		margin-top: 50px;
	}
	
	#carrinho .unitPrice {
		padding-bottom: 0;
	}

	.discountValue p:first-of-type, .subTotalValue div:first-of-type p:first-of-type, .subTotalValue div:last-of-type p:first-of-type, .totalValue p:first-of-type, .cttValue p:first-of-type {
		font-size: 13px;
	}
	
	.cttValue p:first-of-type {
		margin-left: 30px;
	}
		
	.discountValue p:last-of-type, .subTotalValue div:first-of-type p:last-of-type, .subTotalValue div:last-of-type p:last-of-type, .totalValue p:last-of-type {
		font-size: 16px;
	}
	
	.finalValue {
		width: 100%;
	}
	
	.keepBuyingBtn {
		margin-right: 10px;
	}
	
	.keepBuyingBtn a, .nextTabBtn a {
		padding-top: 13px;
		font-size: 12px;
	}
	
	.keepBuyingBtn, .nextTabBtn {
		width: 138px;
	}
	
	.ui-responsive tbody tr td p {
		display: inline-block;
		text-align: left;
		font-size: 12px;
		vertical-align: middle;
	}
	
	.ui-table-reflow.ui-responsive td, .ui-table-reflow.ui-responsive th {
		text-align: center;
	}
	
	.ui-table-reflow.ui-responsive td:first-child, .ui-table-reflow.ui-responsive td:last-child {
		text-align: center;
	}
	
	.invoiceInfo_box .ui-table-reflow.ui-responsive td:first-child, .invoiceInfo_box .ui-table-reflow.ui-responsive td:last-child, .addreessesInfo_box .ui-table-reflow.ui-responsive td:first-child, .myOrders_box .ui-table-reflow.ui-responsive td:first-child, .cancelOrders_box .ui-table-reflow.ui-responsive td:first-child, .changeAddress_box .ui-table-reflow.ui-responsive td:first-child, .complain_box .ui-table-reflow.ui-responsive td:first-child, .pendingPayment_box .ui-table-reflow.ui-responsive td:first-child {
		text-align: center;
	}
	
	.ui-table-reflow td .ui-table-cell-label, .ui-table-reflow th .ui-table-cell-label {
		margin-left: 5px;
		margin-right: 5px;
		font-size: 14px;
		font-weight: 700;
		min-width: 1px;
		vertical-align: middle;
		display: block;
	}
	
	.ui-table-reflow td a {
		margin: 5px 10px 0 10px;
		vertical-align: middle;
	}
	
	.cancelOrders_box .ui-table-reflow td:last-child a, .changeAddress_box .ui-table-reflow td:last-child a, .complain_box .ui-table-reflow td:last-child a, .pendingPayment_box .ui-table-reflow td:last-child a {
		margin: 5px 0;
	}
	
	.orangeRadioCircle, .orangeRadioCircle2 {
		width: 17px;
		height: 17px;
		top: 15px;
		left: 137px;
	}
	
	.newFinalAddress {
		width: 100%;
	}
	
	.discountArea {
		display: block;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	
	.discountArea p {
		text-align: center;
		font-size: 12px;
		padding-bottom: 10px;
		display: block;
		width: 100%;
	}
	
	.discountValue p:last-of-type, .subTotalValue div:first-of-type p:last-of-type, .subTotalValue div:last-of-type p:last-of-type, .totalValue p:last-of-type, .cttValue p:last-of-type {
		font-size: 14px;
	}
	
	
	.tipoEntregaImg {
    	width: 60px;
	}
	
	.tipoEntregaTable td {
		font-size: 12px;
	}
	
	.tipoEntregaTable td:last-of-type {
		font-size: 14px;
	}
	
	.needHelp {
		font-size: 12px;
	}
	
	.validarEntrega {
		width: 138px;
		height: 40px;
	}
	
	.validarEntrega p, .infoEntregaTitle p {
		font-size: 12px;
	}
	
	.infoEntrega {
		width: 100%;
	}
	
	.infoEntregaTitle {
		height: 40px;
	}
	
	.infoEntregaText p {
		font-size: 12px;
	}
	
	
	.validacao p, .choosePayment p {
		font-size: 12px;
	}
	
	.validacao, .choosePayment {
		margin-bottom: 15px;
		padding-top: 15px;
	}
	
	.paymentsType {
		padding-top: 20px;
	}
	
	.visaPayment {
    	width: 100px;
	}
	
	.paypalPayment {
		width: 50px;
	}
	
	.transferPayment {
		width: 35px;
	}
	
	.mbPayment {
		width: 45px;
	}
	
	.mb_title, .confirmacaoText p:first-of-type {
    	font-size: 16px;
	}
	
	.mb_title {
		padding-top: 20px;
		padding-bottom: 10px;
	}
	
	.mb_subtitle, .confirmacaoText p {
		font-size: 14px;
	}
	
	.referencia {
		display: block;
		padding: 25px 10px;
		width: 70%;
		float: right;
	}
	
	.referencia table {
		display: block;
		width: 100%;
	}
	
	.visaFormPayment {
		width: 100%;
	}
	
	.carrinho6 .referencia table tr td:first-of-type {
		padding-right: 60px;
	}
	
	.referencia table tr td:last-of-type, .referencia table tr td:first-of-type {
		font-size: 14px;
	}
	
	.visa_payment {
		width: 80px;
		left: -80px;
	}
	
	.visaFormPayment p {
		font-size: 14px;
	}
	
	.visaFormPayment {
		width: 100%;
	}
	
	.visaFormPayment>div:first-of-type p {
		padding-right: 21px;
	}
	
	.visaFormPayment input {
		width: calc(100% - 99px);
	}
	
	.validatePayment p {
		padding-top: 13px;
		font-size: 12px;
	}
	
	.validatePayment, .voltarHomepage {
		width: 138px;
		height: 40px;
	}
	
	.confirmacaoBanner {
		height: 70px;
	}
	
	.confirmacaoImg {
		margin-bottom: 30px;
	}
	
	.confirmacaoText {
		margin-bottom: 10px;
	}
	
	.voltarHomepage a p {
		font-size: 12px;
	}
	
	.visaFormPayment>div:nth-of-type(2) input {
		padding-right: 0;
	}
	
	.mb_subtitle {
		padding-bottom: 15px;
	}
	
	.mb_payment {
		width: 60px;
		left: -60px;
	}
	
	.printRef {
		width: 100%;
		margin: 15px auto 0px;
	}
	
	.printerImg {
		width: 20px;
	}
	
	.printRef p, .mailFormText>p {
		font-size: 14px;
	} 
	
	.mailImg {
		width: 20px;
	}
	
	.mailRef {
		width: 100%;
		margin: 15px auto 0px;
		text-align: left;
		height: auto;
	}
	
	.mailForm {
		width: 100%;
	}
	
	.formMail {
		margin: 20px 0 10px;
		padding-left: 0;
	}
	
	.formMail input, .formNote input {
		width: 100%;
		display: block;
		position: relative;
	}
	
	.formMail p {
		padding-right: 0;
	}
	
	.formMail p, .formNote p {
		padding-bottom: 10px;
		font-size: 14px;
	}
	
	.mailForm button {
		width: 138px;
		height: 40px;
		font-size: 12px;
	}
	
	.referencia table tr td:first-of-type {
		padding-right: 20px;
	}
	
	/************************************/
	/* END CARRINHO */
	/************************************/
	
	
	/************************************/
	/* ROLOS PAPEL TERMICO */
	/************************************/


	.templateBoxText {
		border-right: 0;	
		float: right;
	}

	.templateBoxImg {
		margin: 20px 10px 10px 10px;
		width: 110px;
	}

	.templateBoxText2 {
		padding-bottom: 10px;
		max-width: 100%;
		display: block;
		border-top: 1px solid #404041;
		padding-right: 10px;
		clear: both;
	}

	#rolosPapelTermicoDetalhe .materialType {
		width: 69%;
	}

	#rolosPapelTermicoDetalhe .orderArea {
		margin-top: 20px;
	}
	
	.askBudget {
		margin-left: 0;
	}

	/************************************/
	/* END ROLOS PAPEL TERMICO */
	/************************************/
	
	
    
	
	.faqs_item .faq_answer p, .condicoesTextFaq p {
        font-size: 16px;
    }
	
	
	
	
	

    
}




@media (min-width:1200px) {



.menu_ul>li:hover {
	background-color: #404041;
}

.menu_ul>li:hover .sub_menu {
	display: block;
}
	
}


/*CSS EXTRA*/
.checkmate {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.checkmate label {
    width: 33%;
	font-size: 16px;
    line-height: 16px;
}
.checkmate input {
    width: 67% !important;
    margin: 0 !important;
}
.g-recaptcha{margin-top:10px}
.g-recaptcha:before {
	position: absolute;
	left: 340px;
	margin-top: 20px;
	line-height: 20px;
	font-size: medium;
	background: white;
	padding: 4px 8px;
	border: 2px solid;
	border-radius: 4px;
	color: #ef5324;
	font-weight: 600;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s;
}
.g-recaptcha.warning:before {
	visibility: visible;
	opacity: 1;
}