/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/************************************/
/* RESET */
/************************************/

/*-webkit-transform: translate();
-moz-transform: translate();
-ms-transform: translate();
-o-transform: translate();
transform: translate();*/


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, strike, sub, sup, tt, var, 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;
	position: relative;
}

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;
	color: #333;
}

:visited {
    outline: none;
    text-decoration: none;
}

a:visited {
	outline: none;
    text-decoration: none;
	color: #333;
}

:focus {
	outline: none;
    text-decoration: none;
}

a:focus {
	outline: none;
    text-decoration: none;
	color: #333;
}

: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;
}

.hideMobile {
	display: block;
}

.hideDesktop {
	display: none;
}



/************************************/
/* END RESET */
/************************************/

html {
	height: 100%;
}

body {
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
	font-family: 'Dosis';
    font-style: normal;
    font-weight: 400;
	color: #666;
	position: relative;
	height: 100%;
    font-size: 14px;
}

.light {
	font-weight: 300;
}

.regular {
	font-weight: 400;
}

.semibold {
	font-weight: 600;
}

.bold {
	font-weight: 700;
}

.extrabold {
	font-weight: 800;
}

.heightAuto {
	height: 100% !important;
	transition: all 0.3s ease-out;
}

.underline {
    text-decoration: underline;
}

/*.size36 {
	font-size: 36px;
}

.size30 {
	font-size: 30px;
}

.size18 {
	font-size: 18px;
}*/

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
	color: inherit;
    
}

/*section {
	width: 100%;
	padding: 70px 0 0 0;
	background: #fff;
	position: relative;
}

section:first-of-type {
    padding: 0;
}*/

::-webkit-input-placeholder {
   color: #b2b2b2;
	font-size: 14px;
}

:-moz-placeholder { /* Firefox 18- */
   color: #b2b2b2;  
	font-size: 14px;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #b2b2b2; 
	font-size: 14px;
}

:-ms-input-placeholder {  
   color: #b2b2b2;  
	font-size: 14px;
}

/*body::-webkit-scrollbar {
    width: 1em;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}*/

::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 10px;
    height: 10px;
    background-color: #F5F5F5;
    border-radius: 50%;
}

::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: rgba(102,102,102,0.3);
}

.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-lg-15 {
	width: 20%;
	float: left;
}

.verticalMiddle {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	position: relative;
}

.horizontalMiddle {
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	position: relative;
}

.verticalMiddleAbsolute {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	position: absolute;
}

.horizontalMiddleAbsolute {
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	position: absolute;
}

.allMiddle {
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	left: 50%;
	top: 50%;
	position: relative;
}

.allMiddleAbsolute {
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	left: 50%;
	top: 50%;
	position: absolute;
}

.h100 {
	height: 100%;
}

.alignRight {
	text-align: right;
}

.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

.margin70 {
	margin-bottom: 70px;
}

.sectionP70 {
	padding-top: 70px;
	padding-bottom: 70px;
}

.sectionM70 {
	margin-top: 70px;
	margin-bottom: 70px;
}

.selected {
	background-color: #ca9400 !important;
    color: #FFF !important;
}

.fatface {
    font-family: 'Abril Fatface';
    font-style: normal;
    font-weight: 400;
}

.dosisL {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 300;
}

.dosisN {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 400;
}

.dosisSB {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 600;
}

.dosisB {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 700;
}

.lustria {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 400; 
}

.size48 {
	font-size: 48px;
}

.size36 {
	font-size: 36px;
}

.size24 {
	font-size: 24px;
}

.size22 {
	font-size: 22px;
}

.size18 {
	font-size: 18px;
}

.colorRed {
    color: #d1232a !important;
}

#preloader {
    z-index: 1000;
    width: 100px;
    display: none;
}

/************************************/
/* POP UP */
/************************************/


#disclaimer_popup_wrapper {
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
}

#disclaimer_popup {
    position: fixed;
    left: 50%;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 700px;
    width: 100%;
}

.disclaimer_popup_inner {
    background-color: white;
    padding: 15px;
    margin: 0 15px;
}

#disclaimer_popup p{
    font-size: 18px;
}

#disclaimer_popup span.checkbox-inline {
    font-size: 16px;
    margin: 20px 0;
    width: 100%;
}


/************************************/
/* HEADER */
/************************************/

#topBar {
    background-color: #d1232a;
}

.servicoClienteTexto {
    font-size: 16px;
    color: #FFF;
    padding: 3px 0;
}

.infoSliderWrapper {
    padding: 3px 0;
}

.infoSlider {
    text-align: right;
    color: #FFF;
    font-size: 16px;
   
}

.infoSlider p {
     max-height: 22px;
     overflow: hidden;
}

#headerInfo {
    color: #d1232a;
    font-weight: 700;
    position: absolute;
    top: 38px;
    left: 200px;
}

#stickyHeader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10000;
	/*background-color: #d1232a;*/
    background-color: #FFF;
    
}

#topHeader {
    padding: 34px 70px 27px 70px;
    position: relative;
}

.menu {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 0;
    height: 100vh;
    z-index: 11111;
    border: 1px solid #d8d8d8;
    padding: 10px 20px;
    background-color: #FFF;
    /*background-color: #d1232a;
    border: 1px solid #FFF;*/
}

.menuButton {
    position: relative;
    left: 0;
    font-size: 30px;
    color: #d1232a;
    top: 4px;
    cursor: pointer;
    display: inline-block;
}

.logo {
    max-width: 210px;
}

.rightHeader {
    float: right;
}

.pesquisa:hover .inputsWrapper .icon-lupa {
    color: #d1232a;
}

.inputsWrapper .icon-lupa {
    font-size: 33px;
    color: #d1232a;
}

.inputsWrapper i {
    font-size: 24px;
    color: #d1232a;
}

.navigation_ul li .pesquisa .inputsWrapper .icon-lupa {
    color: #333;
}

.login {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 6;
    margin: 0 10px;
}

.login .icon-icon {
    font-size: 35px;
    color: #d1232a;
}

.login:hover  .icon-icon {
    color: #d1232a;
}

.login i {
    color: #d1232a;
    font-size: 24px;
}

.carrinho {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 6;
    margin: 0 auto;
}

.carrinho i {
    color: #d1232a;
    font-size: 24px;
}

.pesquisa {
    width: 230px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 35px;
    z-index: 5;
    margin: 0 10px;
}



.entrega {
    position: absolute;
    left: 0;
    width: 180px;
    bottom: -20px;
}

.navigation_ul li .pesquisa {
    margin: 0;
    width: 100%;
    border: 1px solid #d9d9d9;
    display: none;
}

input[name='lookUp'] {
    border: none;
    height: 33px;
    vertical-align: middle;
    width: 35px;
    position: absolute;
    top: 0;
    left: 2px;
    padding-left: 10px;
    transition: all 0.1s ease-out;
    width: 195px;
    display: none;
    border: 1px solid #d1232a;
}

.navigation_ul li .pesquisa input[name='lookUp'] {
    display: block;
    width: calc(100% - 33px);
}

.pesquisa button {
    background-color: #FFF;
    border: none;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 6px;
    margin-left: -3px;
}

.navigation_ul li .pesquisa button {
    background-color: #FFF;
}

.pesquisa:hover button {
     background-color: #fff;
}

.pesquisa input[name='lookUp']::-webkit-input-placeholder {
   color: #d9d9d9;
	font-size: 13px;
}

.pesquisa input[name='lookUp']:-moz-placeholder { /* Firefox 18- */
   color: #d9d9d9;  
	font-size: 13px;
}

.pesquisa input[name='lookUp']::-moz-placeholder {  /* Firefox 19+ */
   color: #d9d9d9; 
	font-size: 13px;
}

.pesquisa input[name='lookUp']:-ms-input-placeholder {  
   color: #d9d9d9;  
	font-size: 13px;
}

.carrinho .icon-shoppingBag {
    font-size: 35px;
    color: #d1232a;
}

.carrinho:hover .icon-shoppingBag {
    font-size: 35px;
    color: #d1232a;
}

.closeMenu {
    font-size: 35px;
    text-align: right;
    cursor: pointer;
    color: #000;
    /*color: #FFF;*/
}

.navigation_ul li {
    width: 100%;
    display: block;
    padding: 10px 0;
    cursor: pointer;
}

.navigation_ul li a {
    /*color: #000;*/
    color: #d1232a;
}

.navigation_ul li p {
    color: #000;
    display: inline-block;
    text-align: left;
}

.navigation_ul li .icon-plus {
    cursor: pointer;
    float: right;
}

.navigation_ul li:hover > a {
    /*color: #CF262E;*/
    text-decoration: underline;
    
}

.subnavigation_ul {
    display: none;
}

.subnavigation_ul li {
    padding-left: 20px;
}

.headerBreaker {
    margin-top: 145px;
}

#bottomHeader {
    background-color: #d1232a;
    padding: 0 15px;
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
}

.storeNavigation_ul {
    display: flex;
    overflow-x: auto;
    align-items: center;
    justify-content: center; 
}

.storeNavigation_ul li {
    /*display: inline-block;*/
    padding: 15px 10px;
}

.storeNavigation_ul li a {
    color: #FFF;
}

.storeNavigation_ul li:hover a {
    color: #FFF;
    font-weight: 600;
} 

.mobilePesquisa {
    border: 1px solid #d1232a !important;
}

.mobilePesquisa input[name='lookUp'] {
    border: none;
}

.mobilePesquisa button {
    right: 5px;
    top: 5px;
}

/************************************/
/* END HEADER */
/************************************/

/************************************/
/* HOMEPAGE */
/************************************/

.slickWrapper {
    position: relative;
}

.slide {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    width: 100%;
}

.slideImage {
    max-width: 800px;
    width: 100%;
    padding: 50px 0 30px;
    margin: 0 auto;
}

.slideTitle {
    text-align: center;
    color: #d0272f;
    margin-bottom: 20px;
    font-size: 70px;
}

.slideSubtitle {
    text-align: center;
}

.slickBack {
    left: 20px;
    cursor: pointer;
}

.slickNext {
    right: 20px;
    cursor: pointer;
}

.categoriaHomepage {
    background: rgba(0, 0, 0, 0) url(/images/heading-img.png) repeat-x scroll 0 center;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.categoriaHomepage_name {
    padding: 0 50px;
    background-color: #FFF;
    color: #d1232a;
    display: inline-block;
    font-weight: 700;
}

.produtoSlide_image {
    height: 250px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.slickProdutosWrapper {
    display: block;
    width: 100%;
    position: relative;
}

.slickProdutos {
    display: block;
    width: 100%;
}

.produtoSlide {
    text-align: center;
    height: 360px;
}

.produtoSlide_nome {
    text-align: center;
    padding: 10px 0;
    font-weight: 700;
}

.produtoSlide_preco {
    padding: 10px 0;
    text-align: center;
}

.produtoSlide_comprar {
    padding: 10px 0 5px;
    text-align: center;
    border-bottom: 1px solid #333;
}

.produtoSlide > a:hover {
    color: #333;
}

.produtoSlide a:hover .produtoSlide_nome p {
    color: #d0272f;
}

.produtoSlide_comprar:hover {
    color: #FFF !important;
    background-color: #d0272f;
    padding: 5px 20px;
    border-bottom: none;
    margin-top: 10px;
}

.slickProduto_backArrow, .slickProduto_2_backArrow, .slickProduto_3_backArrow {
    left: -10px;
    cursor: pointer;
}

.slickProduto_nextArrow, .slickProduto_2_nextArrow, .slickProduto_3_nextArrow {
    right: -10px;
    cursor: pointer;
}

.lojaImagem {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    display: block;
    height: 300px;
    background-attachment: fixed;
}

.slickMarcasWrapper {
    position: relative;
}

.slickMarcas {

}

.slideMarcas {
    height: 120px;
    float: left;
    width: 20%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.slickMarcas_backArrow {
    left: -10px;
    cursor: pointer;
}

.slickMarcas_nextArrow {
    right: -10px;
    cursor: pointer;
}

.newsletterWrapper {
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: block;
    margin-top: 30px;
    position: relative;
}

.newsletterText {
    text-align: right;
    width: 50%;
    color: #000;
    float: left;
}

.newsletterForm {
    float: left;
    width: 50%;
    padding-left: 50px;
}

.newsletterForm input {
    border: 1px solid #CCC;
    height: 40px;
    width: 350px;
    margin-right: -4px;
    padding-left: 10px;
}

.newsletterForm button {
    color: #FFF;
    background-color: #000;
    height: 40px;
    width: 120px;
    border: none;
}

/************************************/
/* END HOMEPAGE */
/************************************/


/************************************/
/* FOOTER */
/************************************/

footer {
    background-color: #000;
    padding: 50px 0;
}

.mailBox {
    text-align: center;
    color: #FFF;
    position: relative;
    padding-top: 12px;
}

.mailBox:after {
    content: "";
    width: 38%;
    height: 1px;
    position: absolute;
    background-color: #7f7f7f;
    top: 20px;
    right: -10px;
}

.mailBox .icon-email {
    margin-bottom: 5px;
}



.mailBox a {
    color: #FFF;
    display: block;
    padding: 5px 0;
}

.addressBox {
    text-align: center;
    color: #FFF;
    position: relative;
    bottom: 30px;
}

.addressBox p a {
    color: #FFF;
    font-weight: 700;
    margin-top: 20px;
}

.footerImg {
    max-width: 300px;
    margin: 0 auto;
}

/*.addressBox:before {
    content: "";
    width: 25%;
    height: 1px;
    position: absolute;
    background-color: #7f7f7f;
    top: 20px;
    left: -10px;
}

.addressBox:after {
    content: "";
    width: 25%;
    height: 1px;
    position: absolute;
    background-color: #7f7f7f;
    top: 20px;
    right: -10px;
}*/

.addressBox .icon-pinpoint {
    margin-bottom: 5px;
}

.addressBox p {
    padding: 5px 0;
    margin-top: 10px;
}

.phoneBox {
    padding-top: 12px;
    text-align: center;
    color: #FFF;
}

.phoneBox:before {
    content: "";
    width: 40%;
    height: 1px;
    position: absolute;
    background-color: #7f7f7f;
    top: 20px;
    left: -10px;
}

.phoneBox .icon-phone {
    margin-bottom: 10px;
}

.phoneBox a {
    color: #FFF;
    padding-bottom: 5px;;
}

/*.phoneBox p {
    padding: 5px 0;
}*/

.footerLogo {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 20px auto;
}

.socials {
    text-align: center;
    margin: 40px auto;
}

.facebook, .instagram, .googleplus {
    display: inline-block;
    color: #FFF;
    margin: 0 5px;
}

.facebook:hover, .instagram:hover, .googleplus:hover {
    color: #FFF;
}

.footerMenu {
    text-align: center;
}

.footerMenu ul li {
    display: inline-block;
    line-height: 10px;
}

.footerMenu ul li:not(:last-child) {
    margin-right: 5px;
    padding-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-right: 1px solid #FFF;
} 

.footerMenu ul li a {
    color: #FFF;
    
}

/************************************/
/* END FOOTER */
/************************************/

/************************************/
/* PRODUTOS */
/************************************/

.pageBanner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    width: 100%;
}

.pageWrapper {
    text-align: center;
}

.pageWrapper p {
    color: #e79397;
}

.pageWrapper a {
    color: #FFF;
}

.pageTitle {
    color: #FFF;
}

.filtrosWrapper {
    padding: 0 70px;
    height: 70px;
    background-color: #d0272f;
}

.filtroTitle {
    text-align: left;
    width: 190px;
    border-right: 1px solid #FFF;
    color: #FFF;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.filtroTitle p {
    display: inline-block;
    vertical-align: middle;
}

.filtroImage {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.filtrosArea {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 194px);
    padding-left: 30px;
}

.selectWrapper {
    background-color: #d0272f;
    display: inline-block;
    position: relative;
    margin-right: 30px;
}

.filtrosArea .selectWrapper {
    width: calc(22% - 34px);
}

.selectWrapper select {
    display: inline-block;
    vertical-align: middle;
    border: none;
    background-color: rgba(255,255,255,0);
    color: #FFF;
    font-weight: 600;
    z-index: 10;
    position: relative;
    width: 100%;
}

.selectWrapper select:focus {
    background-color: #d0272f;
    z-index: 8;
}

.selectWrapper .icon-arrowDown {
    display: inline-block;
    vertical-align: middle;
    color: #FFF;
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    line-height: 24px;
    right: 0;
    top: 0;
    z-index: 9;
}


#priceFilterWrapper {
    display: inline-block;
    vertical-align: bottom;
    width: 50%;
}

#priceFilter {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    height: 5px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.5em;
    margin-left: -.6em;
}

.price {
    
}

.price p {
    color: #FFF;
    display: inline-block;
    vertical-align: middle;
}

#resetFilterBrands {
    display: inline-block;
    width: calc(25% - 2px);
    text-align: right;
    cursor: pointer;
}

#resetFilterBrands p {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    border: 2px solid #fff;
    display: inline-block;
    padding: 0px 7px;
    line-height: 26px;
    border-radius: 3px;
}

#resetFilter {
    display: inline-block;
    width: calc(6% - 1px);
    text-align: right;
    cursor: pointer;
    position: relative;
    top: 5px;
}

#resetFilter p, #resetFilterBrands p {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    border: 2px solid #fff;
    display: inline-block;
    padding: 0px 7px;
    line-height: 26px;
    border-radius: 3px;
}

#amount {
    display: inline-block;
    vertical-align: middle;
    background-color: #d0272f;
}

.productsArea {
    padding: 0 70px;
}

.productsLeftArea {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    margin-right: -4px;
}

.sideCategoriaTitle {
    color: #d0272f;
}

.productsRightArea {
    display: inline-block;
    vertical-align: top;
    width: 80%;
    float: right;
    padding-left: 30px;
    position: relative;
}

.brandsMap {
    display: flex;
    flex-wrap: wrap;
}

.marcasInput {
    flex: 1 0 16%;
    max-width: 145.67px;
    background-color: #d0272f;
    color: #FFF;
    text-align: center;
    border: 1px solid #fff;
    font-weight: 700;
    height: 32px;
    cursor: pointer;
}

.selectedInput {
    text-decoration: underline;
}

#verMaisFilter {
    max-width: 100px;
    background-color: #d1232a;
    border: 1px solid #d1232a;
    display: none;
}

#verMaisFilter:hover {
    background-color: #FFF;
    border: 1px solid #000;
}

.categorias_list {
    margin-top: 30px;
    margin-bottom: 50px;
}

.categoriasList_ul li {
    margin-bottom: 10px;
}

.categoriasList_ul li:hover > a {
    color: #d0272f;
}

.categoriasList_ul li a {
    display: block;
}

.categoriasList_ul li a p {
    float: left;
    font-weight: 700;
}

.categoriasList_ul li a .icon-plus {
    float: right;
}

.anchor-child {
    display: inline-block !important;
    line-height: 16px;
    vertical-align: middle;
    width: calc(100% - 30px);
}

.sub-categorias {
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
    text-align: right;
    cursor: pointer;
    float: right;
    color: #d1232a;
    font-weight: 700;
}

.sub-categorias:hover {
    color: #d0272f;
}

.categoriasList_ul li a .icon-plus {
    color: #d1232a;
    font-size: 20px;
    font-weight: 700;
}

.sub-categorias-ul {
    display: none;
    margin-top: 10px;
    padding-left: 10px;
}

.destaqueArea > p {
    color: #d0272f;
}

.destaques_ul {
    margin-top: 20px;
}

.destaques_ul li {
    margin-bottom: 10px;
}

.destaques_ul a {
    display: block;
    background-color: #FFF;
}

.destaqueImage {
    width: 80px;
    height: 80px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
}

.destaqueInfo {
    float: left;
    padding: 10px 0 0 10px;
}

.productsRightArea {
    
}

.productsRightAreaTop {
    margin-bottom: 30px;
}

.orderProductSelectWrapper {
    min-width: 180px;
    border: 1px solid #333;
    height: 30px;
    background-color: #FFF;
    position: relative;
    float: right;
    cursor: pointer;
}

.orderProductSelectWrapper .icon-arrowDown {
    font-size: 20px;
    color: #333;
    line-height: 30px;
    height: 30px;
    position: absolute;
    right: 5px;
    top: 0;
    z-index: 9;
}

.orderProductSelectWrapper select {
    min-width: 180px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: rgba(255,255,255,0);
    border: none;
    height: 30px;
    padding-left: 10px;
}

#produtos .produtoSlide_image {
    height: 200px;
}

#produtos .produtoSlide {
    margin-bottom: 30px;
}

#produtos .produtoSlide a {
    display: block;
}

#produtos .produtoSlide_comprar {
    border: none;     
}

#produtos .produtoSlide_comprar p {
    text-decoration: underline;
}

.filtrosDropDown {
    display: none;
}

#produtos .produtoSlide_image_marcas {
    border: 1px solid #d1232a;
    height: 115px;
    background-size: 90%;
}

.produtoSlide_marcas {
    height: auto !important;
    max-height: 145px;
}
 
/************************************/
/* END PRODUTOS */
/************************************/



/************************************/
/* SOBRE NOS */
/************************************/


.sobreNos_title {
    color: #000;
    margin-bottom: 20px;
}

.sobreNos_text {
    line-height: 25px;
}

.sobreNos_text ul {
    list-style: circle;
    margin-left: 15px;
}

.sobreNos_slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 320px;
}

.slick-dots {
    text-align: center;
    margin-top: 10px;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 50px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    color: #c6c6c6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: #CF262E;
}

.clientsTitle {
    color: #000;
}

.clientsSlickWrapper {
    position: relative;
}

.clientsSlide {
    width: 240px;
    height: 120px;
    background-size: contain;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
}

.clientsSlide a {
    display: block;
}

.clientsBack {
    font-size: 30px;
    color: #ccc;
    cursor: pointer;
    left: 0;
}

.clientsNext {
    font-size: 30px;
    color: #ccc;
    cursor: pointer;
    right: 0;
}

/************************************/
/* END SOBRE NOS */
/************************************/


/************************************/
/* CONTACTOS */
/************************************/

.mapaTitle {
    color: #000;
    margin-bottom: 30px;
}

.mapaSubtitle {
    margin-bottom: 20px;
}

.contactosWrapper {
    
}

.contactoWrapper {
    position: relative;
    height: 180px;
    border: 1px solid #ccc;
    padding: 0;
    margin-bottom: 20px;
}

.iconArea {
    width: 26%;
    float: left;
    height: 100%;
    position: relative;
    border-right: 1px solid #ccc;
}

.iconArea > div {
    font-size: 30px;
    color: #000;
}

.contactArea {
    width: 74%;
    float: left;
    height: 100%;
    position: relative;
}

.contactoText {
    padding: 30px 20px;
}

.contactoTitle {
    color: #000;
    padding-bottom: 10px;
    line-height: 26px;
}

.contactoInfo {
    line-height: 26px;
}

.formWrapper {
    
}

.formTitle {
    color: #000;
    margin-bottom: 30px;
}

.formSubtitle {
    margin-bottom: 20px;
}

.formWrapper .inputWrapper {
    margin-bottom: 20px;
    width: 100%;
    display: block;
}

.inputWrapper input {
    border: 1px solid #d8d8d8;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    width: 100%;
    display: block;
    background-color: #f9f9f9;
}

.inputWrapper textarea {
    min-height: 150px;
    background-color: #f9f9f9;
    border: 1px solid #d8d8d8;
    padding: 0 10px;
    line-height: 35px;
    width: 100%;
}

.formWrapper div.inputWrapper:nth-of-type(2) {
    margin-right: 21px;
}

.formWrapper div.inputWrapper:nth-of-type(2), .formWrapper div.inputWrapper:nth-of-type(3) {
    width: calc(50% - 12px);
    display: inline-block;
    vertical-align: top;
}

.formWrapper button {
    width: 75px;
    height: 35px;
    color: #000;
    background-color: #FFF;
    border: 1px solid #000;
}

.formWrapper button:hover {
    color: #FFF;
    background-color: #000;
    
}

/************************************/
/* END CONTACTOS */
/************************************/





/************************************/
/* INFORMACOES / POLITICAS */
/************************************/


.informacoesTitle {
    padding-bottom: 40px;
    color: #000;
    text-transform: uppercase;
}

.informacaoWrapper {
    margin-bottom: 30px;
}

.informacaoTitle {
    padding-bottom: 15px;
    color: #000;
}


/************************************/
/* END INFORMACOES / POLITICAS */
/************************************/



/************************************/
/* LOGIN / A MINHA CONTA */
/************************************/

.loginFormWrapper, .registoFormWrapper {
    border: 1px solid #d8d8d8;
    padding: 20px 25px;
    box-sizing: border-box;
    background-color: #FFF;
}

.loginFormTitle {
    margin-bottom: 20px;
    color: #000;
}

.inputWrapper span {
    color: red;
}

.loginFormWrapper button, .registoFormWrapper button, .resetForm button {
    padding: 6px 15px;
    color: #000;
    background-color: #FFF;
    border: 1px solid #000;
}

.loginFormWrapper button:hover, .registoFormWrapper button:hover, .resetForm button:hover {
    color: #FFF;
    background-color: #000;
    
}

.loginFormWrapper .inputWrapper, .registoFormWrapper .inputWrapper {
    margin-bottom: 20px;
}

.loginFormWrapper .inputWrapper p, .registoFormWrapper .inputWrapper p {
    color: #000;
    margin-bottom: 5px;
} 

.sugestao {
    color: #666;
    padding-bottom: 20px;
    display: block;
}

.resetPass {
    color: #666;
    padding-top: 20px;
    display: block;
}

.resetForm input {
    border: 1px solid #d8d8d8;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    width: 100%;
    display: block;
    background-color: #f9f9f9;
    max-width: 500px;
    margin-bottom: 15px;
}

#reset .productsArea > p {
    margin-bottom: 30px;
}

.resetForm p {
    color: #000;
    margin-bottom: 5px;
}

.contaMenu {
    float: left;
    width: 200px;
    margin-right: 30px;
}

.contaMenu_ul > li {
    border-bottom: 1px solid #d8d8d8;
}

.contaMenu_ul > li > a {
    display: block;
    position: relative;
    padding: 10px 5px;
    font-weight: bold;
    color: #666;
}

.contaMenu_ul > li > a:hover {
    color: #CF262E;
}

.selectContaMenu {
    color: #CF262E !important;
}

.painelIcon {
    width: 30px;
    height: 30px;
    background-image: url(/images/descarregamentos.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0;
}

.painelIconSelected {
    background-image: url(/images/descarregamentos_red.png) !important;
}

.encomendasIcon {
    width: 30px;
    height: 30px;
    background-image: url(/images/encomendas.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0;
}

.encomendasIconSelected {
    background-image: url(/images/encomendas_red.png) !important;
}

.moradasIcon {
    width: 30px;
    height: 30px;
    background-image: url(/images/moradas.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0;
}

.moradasIconSelected {
    background-image: url(/images/moradas_red.png) !important;
}

.detalhesIcon {
    width: 30px;
    height: 30px;
    background-image: url(/images/detalhes_conta.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0;
}

.detalhesIconSelected {
    background-image: url(/images/detalhes_conta_red.png) !important;
}

.sairIcon {
    width: 30px;
    height: 30px;
    background-image: url(/images/sair.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0;
}

.sairIconSelected {
    background-image: url(/images/sair_red.png) !important;
}

.contaMenu_ul > li:first-child > a:hover .painelIcon {
    background-image: url(/images/descarregamentos_red.png);
}

.contaMenu_ul > li:nth-child(2) > a:hover .encomendasIcon {
    background-image: url(/images/encomendas_red.png);
}

.contaMenu_ul > li:nth-child(3) > a:hover .moradasIcon {
    background-image: url(/images/moradas_red.png);
}

.contaMenu_ul > li:nth-child(4) > a:hover .detalhesIcon {
    background-image: url(/images/detalhes_conta_red.png);
}

.contaMenu_ul > li:last-child > a:hover .sairIcon {
    background-image: url(/images/sair_red.png);
}

.contaArea {
    width: calc(100% - 230px);
    float: left;
    padding-top: 10px;
}

.painelTextArea a:hover {
    color: #CF262E;
}

.encomendasArea {
    overflow-x: scroll;
}

.encomendasTable {
    width: 100%;
    min-width: 415px;
    overflow-x: scroll;
}

.encomendasTable th {
    text-transform: uppercase;
    font-weight: 700;
    padding: 4px 8px;
    vertical-align: middle;
    line-height: 40px;
    background: #f9f9f9;
    border-width: 0 1px 1px 0;
    border: 1px solid #d8d8d8;
    color: #666;
}

.encomendasTable td {
    padding: 4px 8px;
    vertical-align: middle;
    background: #f9f9f9;
    border-width: 0 1px 1px 0;
    border: 1px solid #d8d8d8;
    color: #666;
    line-height: 35px;
}

.encomendasTable td a {
    display: inline-block;
    border: 0;
    color: #000000;
    padding: 6px 15px;
    line-height: 21px;
    height: auto;
    width: auto;
    border: 1px solid #000000;
    background: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.encomendasTable td a:hover {
    color: #FFFFFF;
    background: #000000;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.detalheInfo {
    
}

.detalheEncomendaTitle {
    color: #000;
    margin-bottom: 10px;
    margin-top: 30px;
}

.detalheEncomendaTable {
    width: 100%;
}

.detalheEncomendaTable thead th, .detalheEncomendaTable tbody th  {
    line-height: 40px;
    background: #f9f9f9;
    text-transform: uppercase;
    padding: 8px;
    border-width: 0 1px 1px 0;
    font-weight: bold;
    border: 1px solid #d8d8d8;
}

.detalheEncomendaTable tbody td {
    padding: 10px 12px;
    vertical-align: middle;
    border-width: 0 1px 1px 0;
    border: 1px solid #d8d8d8;
}

.detalheEncomendaTable tfoot th, .detalheEncomendaTable tfoot td {
    font-weight: 600;
    background: none;
    line-height: 40px;
    text-transform: uppercase;
    text-align: left;
    border-width: 0 1px 1px 0;
    border: 1px solid #d8d8d8;
    padding: 10px 12px;
    vertical-align: middle;
}

.detalheEncomendaTable tfoot td {
    text-transform: none;
}

.morada {
    border: 1px solid #d8d8d8;
    padding: 20px 25px;
    box-sizing: border-box;
    margin-top: 30px;
}

.moradaTitle {
    color: #000;
    margin: 8px 0;
}

.moradaText address {
    margin-bottom: 20px;
}

.editarMorada {
    float: right;
}

.editarMorada:hover {
    color: #CF262E;
}

#editarmorada .moradaTitle {
    margin-top: 0;
}

.formInputWrapper {
    margin-bottom: 20px;
}

.formInputWrapper label {
    color: #000;
    line-height: 2em;
}

.formInputWrapper input, .formInputWrapper select {
    border: 1px solid #d8d8d8;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    vertical-align: baseline;
    font-family: "Dosis", Arial, Helvetica, sans-serif;
    font-weight: 500;
    width: 100%;
}

.formInputWrapper select {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    -o-appearance: menulist;
    appearance: menulist;
}

.formInputWrapper input:nth-of-type(2) {
    margin-top: 10px;
}

.formInputWrapper button {
    display: inline-block;
    border: 0;
    color: #000000;
    padding: 6px 15px;
    line-height: 21px;
    height: auto;
    width: auto;
    border: 1px solid #000000;
    background: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.formInputWrapper button:hover {
    color: #FFFFFF;
    background: #000000;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.formInputWrapper fieldset {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 24px;
    padding: 11px 12px 0;
}

.formInputWrapper fieldset legend {
    width: auto;
}

.politicasCheckbox {
    margin-bottom: 10px;
}

.politicasCheckbox:last-of-type {
    margin-bottom: 30px;
}

.politicasCheckbox input {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
}

/************************************/
/* END LOGIN / A MINHA CONTA */
/************************************/



/************************************/
/* PRODUTO */
/************************************/

.slideDoProduto {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 400px;
    width: 100%;
}

.legendaDoSlide {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #000;
}

.navSliderDoProduto {
    margin-top: 10px;
}

/*.slideDoProdutoWrapper .slideDoProduto:not(:first-of-type) {
    display: none;
}*/

.slickProdutoDetail_backArrow {
    left: -5px;
}   

.slickProdutoDetail_nextArrow {
    right: -5px;
}

.slideDoProdutoBox {
    position: relative;
}


.navSlideDoProduto {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100px;
    width: 100%;
    margin: 5px;
    border: 1px solid #d6d6d6;
    cursor: pointer;
}

.coresDoProduto_noColor, .coresDoProduto {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100px;
    width: 100%;
    margin: 5px;
    border: 1px solid #d6d6d6;
    cursor: pointer;
}

.productTitle {
    margin-bottom: 20px;
    margin-top: 10px;
    text-transform: uppercase;
    color: #000;
}

.productPrice {
    color: #000;
    margin-bottom: 20px;
}

.productSmallDescription {
    line-height: 24px;
    margin-bottom: 20px;
}

.productSpecificationWrap {
    margin: 20px 0;
    display: block;
}

.productSpecificationWrap p {
    color: #000;
    line-height: 24px;
    float: left;
    font-size: 16px;
}

.productSpecificationWrap select {
    float: right;
    border: 1px solid #d9d9d9;
    min-width: 100px;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    -o-appearance: menulist;
    appearance: menulist;
    padding-left: 5px;
    height: 24px;
}

.noArrow select {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    min-width: 125px;
}

.noArrow select::-ms-expand {
  display: none;
}

.armacaoInput {
    display: block;
    width: 100%;
}

.armacaoInput p {
    display: block;
    color: #000;
    line-height: 24px;
    font-size: 16px;
    width: 100%;
}

.armacaoInput > p {
    margin-bottom: 20px;
}

.tamanhoArmacao_ul > li:nth-child(even) {
    background-color: rgba(0,0,0,0.03);
}



.tamanhoArmacaoTitle_ul {
    display: block;
    width: 100%;
    padding: 10px 5px;
}

.tamanhoArmacaoTitle_ul li {
    display: inline-block;
    margin-right: -4px;
    vertical-align: middle;
    width: 20%;
    text-align: center;
}

.tamanhoArmacaoTitle_ul li:first-child {
    width: 10%;
}

.tamanhoArmacaoTitle_ul li:last-child {
    width: 10%;
}

.tamanhoArmacaoTitle_ul li:last-child > .questionIcon {
    color: #d1232a;
    font-size: 22px;
    cursor: pointer;
}

.tamanhoArmacaoTitle_ul li:last-child .icon-plus {
    color: white;
    font-size: 11px;
    text-align: center;
    line-height: 17px;
}

.conjuntoTratamentoLenteWrapper .questionIcon {
    background-color: #fff;
    font-size: 20px;
}

.conjuntoTratamentoLenteWrapper .questionIcon .fa-question-circle {
    background: #fff;
    color: #d1232a
}

.tamanhoArmacaoDados_ul {
    display: block;
    width: 100%;
    padding: 10px 5px;
}

.tamanhoArmacaoDados_ul li {
    display: inline-block;
    margin-right: -4px;
    vertical-align: middle;
    width: 20%;
    text-align: center;
}

.tamanhoArmacao_ul > li:not(:first-child):hover {
    background-color: #d1232a;
}

.tamanhoArmacao_ul > li:not(:first-child):hover p {
    color: #FFF;
}

.tamanhoArmacaoDados_ul li:first-child {
    width: 10%;
}

.tamanhoArmacaoDados_ul li:last-child {
    width: 10%;
}

.infoImage {
    display: none;
    text-align: center;
}

.infoImage img {
    max-height: 200px;
    width: auto;
    height: 100%;
}

.receitaChoose {
    border: 4px solid #d6d6d6;
    border-radius: 4px;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 20px;
}

.receitaChoose p {
    color: #000;
    padding-bottom: 10px;
}

.receitaChoose p:first-of-type {
    padding-bottom: 20px;
    position: relative;
}

.receitaChoose p:first-of-type:after {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.enviaReceita {
    display: none;
}

.enviaBox {
    margin: 30px 0;
}

.enviaBox > p:first-of-type {
    color: #000;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.enviaBox > p {
    color: #000;
}

.enviaBox > p:first-of-type:after {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.enviaBox input {
    display: block;
    margin: 0 auto 10px;
    width: 100%;
    max-width: 300px;
}

.enviaBox .addProductButton {
    max-width: 320px;
    background-color: #d1232a;
    border: 1px solid #d1232a;
    margin: 50px auto 0;
    cursor: pointer;
}

.preencheReceita {
    display: none;
}

.preencheBox .addProductButton {
    max-width: 320px;
    background-color: #d1232a;
    border: 1px solid #d1232a;
    margin: 50px auto 0;
    cursor: pointer;
}

.addLentes span {
    display: none;
}

.preencheBox {
    margin: 30px 0;
    padding: 0 15px;
}

.preencheBox_title {
    text-align: center;
    color: #d1232a;
    padding: 10px 0 40px;
}

.lenteTitle {
    color: #000;
    vertical-align: top;
    display: inline-block;
    padding-top: 20px;
    padding-left: 20px;
}

.lenteImage {
    height: 90px;
    width: 100%;
    max-width: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    vertical-align: top;
}

.lenteImageWrapper {
    margin: 20px 0 40px;
    border: 1px solid #d1232a;
    padding: 20px;
}

.prescricaoWrapper {
    border: 1px solid #d1232a;
    margin: 20px 0 40px;
    display: block;
    width: 100%;
    padding: 20px;
}

.prescricaoTitle {
    color: #000;
    line-height: 30px;
    margin-bottom: 10px;
}

.prescricaoOlho {
    line-height: 30px;
    margin-bottom: 10px;
}

.inputPrescricao {
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
    position: relative;
}

.inputPrescricao select {
    width: 100%;
    height: 30px;
    padding-left: 10px;
    display: inline-block;
    vertical-align: top;
    background-color: rgba(255,255,255,0);
    cursor: pointer;
    z-index: 10;
    position: relative;
}

.inputPrescricao .icon-arrowDown {
    display: inline-block;
    font-size: 20px;
    width: 20px;
    line-height: 30px;
    color: #000;
    position: absolute;
    right: 5px;
    top: 0;
    z-index: 9;
    color: #d1232a;
}



.selecCor {
    font-size: 16px;
    margin-bottom: 20px;
    color: #000;
}

.lentesTratamentos {
    display: none;
    margin-bottom: 30px;
}

.lentesTratamentosTitle {
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 30px;
}

.lentesWrapper {
    border: 1px solid #d1232a;
    padding: 20px;
}

.lentes_ul {
    margin-bottom: 30px;
}

.lentes_ul > li {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    padding: 10px;
}

.lentes_ul > li:first-child .lenteTipoImage {
    height: 41px;
}

.lentes_ul > li:first-child .lenteTipo {
    border: none;
}

.lentes_ul > li:first-child .lenteTipo p:first-of-type {
    height: 22px;
    border-bottom: none;
}

.lentes_ul > li:first-child .lenteTipo p {
    border-bottom: 1px dotted #000;
}

.lentes_ul > li:first-child .lenteTipo p:nth-last-child(-n+2) {
    border: none;
}

.lenteTipo {
    border: 2px dashed #d1232a;
    padding: 5px;
    cursor: pointer;
}

.lenteTipo:hover {
    border: 2px solid #d1232a;
}

.lenteTipo i {
    color: #fff;
    background-color: #33b55b;
    border-radius: 50%;
    padding: 4px 4px 3px 3px;
    font-size: 12px;
}

.lentes_ul > li:nth-child(2) .lenteTipo {
    border: 2px solid #d1232a;
}

.lenteTipoImage {
    display: block;
    margin: 5px auto;
}

.lenteTipoImage img {
    height: 36px;
    width: auto;
}

.lenteTipo p {
    line-height: 22px;
    color: #000;
    margin-bottom: 5px;
}

.lenteTipo p span {
    color: #FFF;
    font-weight: 700;
    background-color: #d1232a;
    border-radius: 50%;
    padding: 3px;
    font-size: 12px;
}

.tratamentoLenteWrapper {
    border: 2px dotted #d1232a;
    padding: 10px;
    margin-bottom: 30px;
    cursor: pointer;
}

.tratamentoLenteImage {
    padding: 10px;
    max-width: 100px;
    margin: 0 auto;
}

.tratamentoLenteWrapper p {
    margin-bottom: 10px;
    color: #d1232a;
    min-height: 35px;
}

.tratamentoLenteWrapper input {
    display: block;
    margin: 10px auto;
}

.tratamentoLenteWrapper:hover {
    border: 2px solid #d1232a;
}

.infoLens {
    position: relative;
}

.infoLens:hover .infoLens_text {
    opacity: 1;
    transition: all 0.3s ease-out;
}

.infoLens_text {
    position: fixed;
    background-color: rgba(255,255,255,1);
    width: auto;
    top: 50%;
    transition: all 0.3s ease-out;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 40px;
    display: none;
    color: #d1232a;
    border: 1px solid #d1232a;
    z-index: 1000000;
}

.questionWrapper {
    background-color: #000;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: center;
    cursor: pointer;
    z-index: 1000000;
}


.closeWrapper {
    background-color: #000;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 8px;
    text-align: center;
    cursor: pointer;
}

.closeIcon {
    color: #fff;
    font-weight: bold;
}

.chooseColor {
    display: none;
}

.chooseColor_border {
    border: 1px solid #7777;
    padding: 10px;
}

.color_title {
    margin-bottom: 20px;
}

.color_image {
    max-width: 35px;
    vertical-align: top;
    display: inline-block;
}

.color_input, .color_text {
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
    width: 100%;
}

.color_input p {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 10px;
}

.color_input input {
    display: inline-block;
    vertical-align: middle;
}

.enviarFotoDP {
    border: 1px solid #d1232a;
    padding: 30px;
    margin-bottom: 30px;
    display: none;
}

.enviarFotoDP_texto {
    margin-bottom: 20px;
}

.enviarFotoDP_texto p {
    color: #000;
}

#dpManual, #dpFitMetrix, #dpManualButton, #dpFitMetrixButton, #dpManualNextButton, #dpFitMetrixNextButton {
    display: none;
}

.productSpecificationWrap .inputsWrapper {
    display: block;
}

.pInput {
    float: none !important;
    display: block;
    margin-bottom: 10px;
}

.productSpecificationWrap .inputsWrapper input[type="radio"] {
    margin: 0 10px;
}

.qtdInput {
    display: inline-block;
    vertical-align: middle;
}

.qtdInput input {
    border: 1px solid #CCCCCC;
    padding: 0;
    text-align: center;
    width: 60px;
    height: 35px;
    display: block;
}

.addProductButton {
    display: block;
    width: 100%;
    max-width: 240px;
    vertical-align: middle;
    border: 0;
    color: #FFF;
    padding: 6px 15px;
    line-height: 21px;
    height: auto;
    border: 1px solid #d0272f;
    background: #d0272f;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    margin: 20px auto;
    cursor: pointer;
}

.mostraDistanciaFocal {
    background-color: #d1232a;
    border: 1px solid #d1232a;
    cursor: pointer;
}

.distanciaFocalWrapper {
    margin-top: 40px;
    margin-bottom: 40px;
    display: none;
}

.insertDF, .measureDF {
    border: 4px solid #d6d6d6;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 30px;
    cursor: pointer;
}

.insertDF p, .measureDF p {
    color: #000;
}

.dividerLine {
    height: 2px;
    width: 100px;
    background-color: #000;
    border-radius: 4px;
    margin: 15px auto 0;
}

.insertDF:hover, .measureDF:hover {
    border: 4px dashed #d6d6d6;
}

.insertDistanciaFocal {
    display: none;
}

.insertDistanciaFocalWrapper {
    border: 1px solid #d1232a;
    padding: 30px;
    margin-bottom: 30px;
    display: none;
}

.insertDistanciaFocalWrapper p {
    color: #000;
}

.DFOlhoDireito {
    margin-top: 20px;
    display: inline-block;
    width: 50%;
    margin-right: -4px;
}

.DFOlhoEsquerdo {
    margin-top: 20px;
    display: inline-block;
    width: 50%;
}

.DFOlhoDireito p , .DFOlhoEsquerdo p {
    padding-bottom: 15px;
}

.DFSelectWrapper {
    border: 2px solid #d6d6d6;
    position: relative;
    width: 100px;
    margin: 0 auto;
    display: block;
}

.DFSelectWrapper select {
    width: 100%;
    height: 30px;
    padding-left: 10px;
    color: #000;
    background-color: rgba(255,255,255,0);
    border: none;
    position: relative;
    z-index: 10;
    cursor: pointer;
}

.DFSelectWrapper .icon-arrowDown {
    position: absolute;
    color: #000;
    font-size: 22px;
    height: 30px;
    line-height: 30px;
    right: 5px;
    top: 0;
    z-index: 9;
    cursor: pointer;
}

.addProductButton:hover {
    color: #d0272f;
    background: #FFF;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

a.addProductButton {
    color: #FFF;
}

.addProductLens {
    background-color: #d1232a;
    max-width: 300px;
    padding: 15px;
    border: 1px solid #d1232a;
}

.infoTabs {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.infoTabs_ul li {
    background-color: #f7f7f7;
    color: #000000;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 12px 30px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    position: relative;
    cursor: pointer;
}

.infoTabs_ul li:after {
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid rgba(0, 0, 0, 0);
    bottom: -9px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 0;
}

.infoTabs_ul li:hover:after {
    border-top: 10px solid #CF262E;
}

.infoTabs_ul li:hover {
    background-color: #CF262E;
    color: #FFF;
}

.activeTab {
    background-color: #CF262E !important;
    color: #FFF !important;
}

.activeTab:after {
    border-top: 10px solid #CF262E !important;
}

.productInfoAreaWrapper {
    margin-top: 40px;
}

.desciptionBig_title {
    color: #000;
    margin-bottom: 20px;
}

.descriptionBig_text {
    line-height: 24px;
}

#descriptionBig {
    display: block;
}

#additionalInfo {
    display: block;
}

#otherInfoBig {
    display: none;
}

#otherImages {
    display: none;
}

.additionalInfo_table {
    width: 100%;
}

.additionalInfo_table th {
    width: 150px;
    font-weight: 600;
    padding: 8px;
    border-top: 0;
    margin: 0;
    line-height: 1.5em;
    border: 1px solid #d8d8d8;
}

.additionalInfo_table td {
    font-style: italic;
    padding: 8px;
    border-top: 0;
    margin: 0;
    line-height: 1.5em;
    border: 1px solid #d8d8d8;
}

/************************************/
/* END PRODUTO */
/************************************/


/************************************/
/* CARRINHO */
/************************************/



.shop_table {
    width: 100%;
    margin-bottom: 30px;
}

.carrinhoInfo .shop_table:first-of-type {
    min-width: 460px;
    overflow-x: scroll;
}

.total_shop_table .shop_table:first-of-type {
    min-width: 1px;
    overflow-x: auto;
}

.shop_table th {
    vertical-align: middle;
    line-height: 40px;
    background: #f9f9f9;
    text-transform: uppercase;
    padding: 8px;
    border: 1px solid #d8d8d8;
}

.shop_table td {
    vertical-align: middle;
    padding: 10px 12px;
    border: 1px solid #d8d8d8;
    text-align: left;
}

.shop_table td img {
    width: 40px;
    height: auto;
}

.shop_table .remove {
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    color: #d1232a;
}

.shop_table .quantity input {
    border: 1px solid #CCCCCC;
    padding: 0;
    text-align: center;
    width: 60px;
    height: 35px;
    display: inline;
}

.shop_table .coupon {
    float: left;
}

.shop_table .coupon input[type="text"] {
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    width: 120px;
    border: 1px solid #d8d8d8;
    margin: 0 5px 0 0;
    outline: 0;
    vertical-align: middle;
}

.shop_table .coupon .apply_coupon, .shop_table .update_cart {
    margin: 0;
    vertical-align: middle;
    background-color: rgba(255,255,255,1);
    color: #000;
    display: inline-block;
    padding: 6px 15px;
    line-height: 21px;
    height: auto;
    width: auto;
    border: 1px solid #000000;
    background: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.shop_table .coupon .apply_coupon:hover, .shop_table .update_cart:hover {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    background: #000;
    color: #fff;
}

.shop_table .update_cart {
    float: right;
}

.shop_table dl {
    margin: .25em 0;
    margin-top: 10px;
}

.shop_table dt {
    padding: 0 0 .25em;
    margin: 0 4px 5px 0;
    clear: left;
    display: inline-block;
    float: left;
}

.shop_table dd {
    padding: 0 0 .25em;
    display: inline-block;
    float: left;
    margin-bottom: 2px;
    font-weight: 700;
}

.totalTexto {
    text-align: right;
    margin-bottom: 10px;
    color: #000;
}

.total_shop_table {
    width: 50%;
    float: right;
}

.checkoutBtn {
    margin: 0;
    vertical-align: middle;
    background-color: rgba(255,255,255,1);
    color: #FFF;
    display: inline-block;
    padding: 10px 50px;
    line-height: 21px;
    height: auto;
    width: auto;
    border: 1px solid #d1232a;
    background: #d1232a;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    float: right;
}

.checkoutBtn:visited {
    color: #FFF;
}

.checkoutBtn:hover {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    background: #FFF;
    color: #d1232a;
}

.checkoutMoradaFacturacao {
    border: 1px solid #d8d8d8;
    padding: 20px 25px;
}

.formInputWrapper textarea[name="INFO"] {
    height: 4em;
    line-height: 1.5em;
    display: block;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
    padding: 0 10px;
    width: 100%;
    min-height: 150px;
}

.otherAddressForm {
    display: none;
}

input[name="otherAddress"] {
    line-height: 35px;
    border: 1px solid #d8d8d8;
    margin-right: 10px;
    vertical-align: top;
}

.metodosPagamento {
    border: 1px solid #d8d8d8;
    padding: 20px 25px;
    margin-top: 20px;
}

#checkout .metodosPagamento_ul > li {
    color: #000;
    line-height: 2em;
    text-align: left;
    margin: 0;
    margin-bottom: 10px;
    display: block;
    vertical-align: middle;
    width: 100%;
}

#confirm .metodosPagamento_ul > li {
    color: #000;
    line-height: 2em;
    text-align: left;
    margin: 0;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
    width: calc(33.33% - 4px);
}

.metodosPagamento_ul li input {
    margin: 0 0.5em 0 0;
    line-height: 35px;
    border: 1px solid #d8d8d8;
    margin-right: 10px;
}

.confirmarEncomendaBox {
    margin-top: 20px;
    display: block;
    text-align: right;
    margin-bottom: 10px;
}

.confirmarEncomendaBox input {
    margin-right: 10px;
}

/************************************/
/* END CARRINHO */
/************************************/




/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/















/************************************/
/************************************/
/* TABLET */
/************************************/
/************************************/

@media (max-width:1200px) {
	
	.hideDesktop {
		display: block;
	}
	
	.hideMobile {
		display: none;
	}

    .col-sm-15 {
        width: 20%;
        float: left;
    }
	
	.size48 {
		font-size: 40px;
	}

	.size36 {
		font-size: 30px;
	}

	.size24, .size22 {
		font-size: 20px;
	}

	.size18 {
		font-size: 18px;
	}
	
	.margin70 {
		margin-bottom: 60px;
	}
	
	.sectionP70 {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.sectionM70 {
		margin-top: 60px;
		margin-bottom: 60px;
	}


/************************************/
/* HEADER */
/************************************/

    #topBar {

    }

    .servicoClienteTexto {
        font-size: 10px;
    }

    .infoSliderWrapper {

    }

    .infoSlider {
        font-size: 10px;
    }
	
    .logo {
        max-width: 200px;
    }
    
    .navigation_ul li .pesquisa {
        display: block;
    }
    
    .rightHeader .pesquisa {
        display: none;
    }
    
/************************************/
/* END HEADER */
/************************************/

	
	
	
/************************************/
/* HOMEPAGE */
/************************************/

    .slide {
        height: 500px;
    }
    
    .slideImage {
        max-width: 600px;
    }
    
    .slideTitle {
        font-size: 46px;
    }
    
    .slickProduto_nextArrow, .slickProduto_2_nextArrow, .slickProduto_3_nextArrow {
        right: -5px;
    }
    
    .slickProduto_backArrow, .slickProduto_2_backArrow, .slickProduto_3_backArrow {
        left: -5px;
    }
    
    .newsletterForm input {
        width: 200px;
    }

/************************************/
/* END HOMEPAGE */
/************************************/

	
	
	
	

/************************************/
/* FOOTER */
/************************************/

    .addressBox:before, .addressBox:after  {
        width: 18%;
    }
	

/************************************/
/* END FOOTER */
/************************************/

/************************************/
/* PRODUTOS */
/************************************/
	
    .filtroTitle {
        width: 21%;
    }

    .filtrosArea {
        width: calc(79% - 4px);
        padding-left: 20px;
    }
    
    .selectWrapper {
        margin-right: 20px;
    }
    
    #amount {
        width: 90px;
    }
    
    .filtrosArea .selectWrapper {
        width: calc(22% - 24px);
    }
    
/************************************/
/* END PRODUTOS */
/************************************/

/************************************/
/* PRODUTO */
/************************************/

    .slideDoProduto {
        height: 300px;
    }
    
    .lentes_ul > li {
        width: 50%;    
    }

    
    
    
    
/************************************/
/* END PRODUTO */
/************************************/ 
    
    
    
    
    
	
}






/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/



/************************************/
/************************************/
/*   Medium Devices, Desktops */
/************************************/
/************************************/

@media (min-width:992px) and (max-width:1200px) {
	
	.col-md-15 {
        width: 20%;
        float: left;
    }	
	
	
	
}




/************************************/
/************************************/
/*  Medium Devices, Desktops END */
/************************************/
/************************************/











/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
















/************************************/
/************************************/
/* MOBILE */
/************************************/
/************************************/

@media (max-width:767px) {

	.hideMobile {
		display: none;
	}
	
	.col-xs-15 {
		width: 20%;
		float: left;
	}
	
	.pads {
		padding: 0;
	}
	
	.size48 {
		font-size: 30px;
	}

	.size36 {
		font-size: 24px;
	}

	.size24, .size22 {
		font-size: 18px;
	}

	.size18 {
		font-size: 16px;
	}

	
	.margin70 {
		margin-bottom: 40px;
	}
	
	.sectionP70 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.sectionM70 {
		margin-top: 40px;
		margin-bottom: 40px;
	}


/************************************/
/* HEADER */
/************************************/

    #topBar {

    }

    .servicoClienteTexto {
        display: none;
    }

    .infoSliderWrapper {

    }

    .infoSlider {
        text-align: center;
    }

    #topHeader {
        padding: 34px 30px 30px;
    }
    
    #bottomHeader {
        padding: 0 5px;
    }
    
    .logo {
        max-width: 130px;
        top: 45px;
    }
    
    .menu {
        width: 100vw;
        max-width: 280px;
    }

    .storeNavigation_ul li {
        font-size: 13px;
    }


/************************************/
/* END HEADER */
/************************************/

	
	
	
/************************************/
/* HOMEPAGE */
/************************************/
	
    .slide {
        padding: 0 20px;
        height: 300px;
    }
	
    .slickBack {
        left: 5px;
    }
    
    .slickNext {
        right: 5px;
    }
    
    .slickProduto_nextArrow, .slickProduto_2_nextArrow, .slickProduto_3_nextArrow {
        right: 20px;
        top: 90%;
    }
    
    .slickProduto_backArrow, .slickProduto_2_backArrow, .slickProduto_3_backArrow {
        left: 20px;
        top: 90%;
    }
    
    .produtoSlide {
        height: 300px;
    }
    
    .categoriaHomepage_name {
        padding: 0 30px;
    }
    
    .newsletterWrapper {
        height: 220px;
        text-align: center;
    }
    
    .newsletterText {
        text-align: center;
        width: 100%;
        top: 0;
        transform: translateY(0);
        float: none;
        display: block;
        padding-top: 20px;
    }
    
    .newsletterForm {
        padding: 0;
        width: 100%;
        float: none;
        transform: translateY(0);
        top: 0;
        display: block;
        padding: 0 15px;
        margin: 20px 0 0;
    }
    
    .newsletterForm input {
        width: 100%;
        margin-right: 0;
    }
    
    .newsletterForm button {
        width: 100%;
    }
	
/************************************/
/* END HOMEPAGE */
/************************************/

	
	
	
	

/************************************/
/* FOOTER */
/************************************/

    .mailBox:after, .addressBox:before, .addressBox:after, .phoneBox:before {
        display: none;
    }
    
    .addressBox {
        top: 0;
        margin-bottom: 30px;
    }

    .mailBox {
        margin-bottom: 30px;
    }
	
/************************************/
/* END FOOTER */
/************************************/



/************************************/
/* PRODUTOS */
/************************************/    
    
    .filtrosWrapper {
        padding: 0 30px;
        position: relative;
    }
    
    .productsArea {
        padding: 0 30px;
    }

    .filtroTitle {
        width: 43%;
    }
    
    .filtrosArea {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        position: absolute;
        left: 0;
        top: 70px;
        padding-top: 10px;
        background-color: #d0272f;
        min-height: 90px;
        z-index: 100;
        display: none;
    }
    
    .selectWrapper {
        margin-right: 10px;
    }

    .filtrosArea .selectWrapper {
        width: calc(50% - 14px);
    }
    
    #amount {
        width: 130px;
    }
    
    #priceFilterWrapper {
        margin-top: 10px;
        display: block;
        padding-right: 10px;
        width: 100%;
    }
    
    #priceFilter {
        width: 90%;
        margin: 0 10px;
        text-align: center; 
    }
    
    .filtrosDropDown {
        display: block;
        position: absolute;
        z-index: 100;
        right: 30px;
        top: 25px;
        cursor: pointer;
    }
    
    .filtrosArrow {
        font-size: 30px;
        color: #FFF;
    }
    
    .productsRightArea {
        display: block;
        width: 100%;
        float: none;
        padding-left: 0;
    }


        
    .produtoSlide_image {
        height: 200px;
    }
    
    #produtos .produtoSlide_image {
        height: 200px;
    }
    
    #produtos .produtoSlide {
        margin-bottom: 15px;
    }
    
    .produtoSlide_preco, .produtoSlide_nome {
        padding: 5px 0;
    }
    
    .productsLeftArea {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-top: 30px;
    }
    
    .lentes_ul > li {
        width: 100%;    
    }
    
    
    
    
/************************************/
/* END PRODUTOS */
/************************************/    

    
/************************************/
/* SOBRE NOS */
/************************************/
    
    .sobreNos_text {
        margin-bottom: 30px;
    }
    
/************************************/
/* END SOBRE NOS */
/************************************/
    
/************************************/
/* CONTACTOS */
/************************************/
  
    .formWrapper div.inputWrapper:nth-of-type(2), .formWrapper div.inputWrapper:nth-of-type(3) {
        width: 100%;
        display: block;
        margin-right: 0;
    }
    
    .iconArea {
        width: 100%;
        border-bottom: 1px solid #ccc;
        border-right: none;
        height: 60px;
        display: block;
        float: none;
    }
    
    .contactoWrapper {
        height: auto;
        display: block;
    }
    
    .contactArea {
        width: 100%;
        float: none;
        display: block;
        text-align: center;
    }
        
    
/************************************/
/* END CONTACTOS */
/************************************/
	

    
    
    
/************************************/
/* LOGIN / A MINHA CONTA */
/************************************/
    
    
    .loginFormWrapper {
        margin-bottom: 40px;    
    }
    
    .contaMenu {
        margin-right: 0;
        width: 100%;
        margin-bottom: 30px;
    }
    
    .contaArea {
        width: 100%;
    }
    
    
/************************************/
/* END LOGIN / A MINHA CONTA */
/************************************/    
    
/************************************/
/* CARRINHO */
/************************************/   
    
    
    .total_shop_table {
        width: 100%;
    }
    
    .carrinhoInfo {
        overflow-x: scroll;
    }
    
/************************************/
/* END CARRINHO */
/************************************/       
    
    
    
    
}







