

a{
    transition: color  0.5s, opacity  0.5s  ;
    -webkit-transition: color  0.5s, opacity  0.5s  ;
    -moz-transition: color  0.5s, opacity  0.5s  ;
    -ms-transition: color  0.5s, opacity  0.5s    ;
    -o-transition: color  0.5s, opacity  0.5s   ;  
  }


.material-icons {
  font-family: 'Material Icons' !important;
  font-size: 74px !important;  /* Preferred icon size */
  color: #606060 ;
  font-style: normal !important;
}  

  /* INICIO RESPONSIVE DESIGN */
  
  .GeneralLayout {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0px auto;
  }


 .NavBarRoof, .Header, .NavBarTop, NavBarBottom, Footer{
      width: 990px;
      max-width: 100%;
      margin: 0 auto;      } 

 .NavBarRoof{
     /* background: #fafafa;*/
      } 

 .NavBarRoof .PropertyContainer,
 .Header .PropertyContainer, 
 .NavBarTop .PropertyContainer, 
 .NavBarBottom .PropertyContainer,
 .Footer .PropertyContainer{
    max-width: 990px !important;
    margin: 0 auto;
} 

.Footer .PropertyContainer {
    margin: 0 auto  0px !important;
    padding: 30px 0px 20px 0px;
}
  

.Div .Middle {
    max-width: 100%;
    zoom: 1;
    position: relative;
}
  
  .Div .ContentArea {
      width: auto !important;
      max-width: 990px !important;
      margin: 0 auto !important;
  }
  



  /* FIM  RESPONSIVE DESIGN */  


/* INICIO HEADER */
 	

/* Posicionar logo*/
.Header .ShopLogo{
Top:0px !important;
Left:0px !important;
padding-top:64px !important;
margin-top: 0px !important;
position: absolute !important;
z-index: 10000 !important;
}

.Header{
z-index: 100 !important;

}

.Header p {
margin: 0;
padding: 0;
}

.pipe{
padding: 3px 10px 0 10px;
}


/* Primeiro elemento sem barra */
.Header .NavBarElement2, .Header .Active a {
background-image: none!important;
/*margin-top:40px !important;*/
padding-left: 0px !important;
margin-left: 0px !important;
text-transform: lowercase !important;
}

.Header .NavigationElement {
padding-left: 0px;
padding-right: 0px;
background-image: none!important;
}


.Header .NavigationElement:last-child{
padding-right: 0px !important;

}


/* INICIO PESQUISA */
.Header .SearchElement  {
    position: absolute;
    right: 0;
    margin: 17px 320px 0 0;
}


.Header .SearchForm.horizontal-search > input {
    padding: 4px 30px 4px 4px;
    width: 189px !important;
}

/* FIM PESQUISA */



/* Carrinho de Compras */
.Header .BasketBox{
  position: absolute;
  margin-top: 16px !important;
  margin-right: 260px;
  right: 0px;
  background-image: none !important;
  top: 0;
}


/* Minha Conta */
.Header .NavBarElement3 {
    position: absolute;
    margin-top: 14px;
    margin-right: 100px;
    right: 0px;
border: 0px;
background-image: none!important;

}


.Header .NavBarElement3 input{
border: 0;
background: none;
color: #d6d6d6 !important;
}


.Header .NavBarElement3 input:hover{
color: #b1b1b1 !important;
}




.Header .PropertyContainer{
width:100%;
}
                                        
/* Bandeiras Header INÍCIO */

.Header .LocaleFlags{
position: absolute !important;
right: 0px !important;
padding: 18px 0px 0px 11px !important;
/*background-image: url(/WebRoot/Store/Shops/2619-110526/MediaGallery/design/botao-topo.jpg);
background-repeat: no-repeat;*/
height:20px !important;
line-height: 20px;

}


.Header .LocaleFlags a:nth-child(2){
padding: 0px 8px 0px 8px !important;
}
                        
/* Bandeiras FIM */


/* INICIO Menu de Navegação */

.Header .DropDownList {

    position: absolute;
    right: 0px;
    top: 0px;
    margin: 93px 0px 0px !important;

}

.Header .DropDownList > li > a{
padding: 0 0 10px 20px !important;
font-size: 18px !important;
}




/* INICIO SUBMENUS */
.GeneralLayout ul.DropDownList li ul, .GeneralLayout ul.DropDownList li ul li, .GeneralLayout ul.DropDownList li ul ul {
    border-color: #606060 !important
    
}


.GeneralLayout ul.DropDownList li ul li {
    padding: 6px 20px 6px 7px;
}


.Header .DropDownList li ul li {
    border-top: 1px solid #606060;
    width: auto !important;
}



.Header .DropDownList li ul li a, .Header .DropDownList li ul li a span {
    color: #606060 !important;
    font-size: 14px !important;
    line-height: 1.8;
    white-space: nowrap;
}

/* FIM SUBMENUS */


  /* INICIO LOGIN COM CAIXA */
    .Header .LoginBox{
      position: absolute !important;
      z-index: 150;
      top: 0px !important;
      right: 0px;
      margin-top: 5px !important;
      margin-right: 100px !important;
      padding: 0px !important;
      background: none #fff !important;
      
      /*background: url("/WebRoot/ce_pt/Shops/960627446/MediaGallery/design/icons/icon-sessao.png") no-repeat scroll 17px 7px  #fff !important;*/
      border: transparent 1px solid;
    /*  box-shadow: 0 2px 4px 0px #015a68;*/
       
        width: 145px;    
        height: 40px;
        
        transition: height  0.5s, border 0.5s, width  0.5s  ;
        -webkit-transition: height  0.5s, border 0.5s, width  0.5s  ;
        -moz-transition: height  0.5s, border 0.5s, width  0.5s  ;
        -ms-transition: height  0.5s, border 0.5s, width  0.5s  ;
        -o-transition: height  0.5s, border 0.5s, width  0.5s  ;  
        }
        
        .Header .LoginBox *{
        /*font-family: arial;*/
        }
        
        
        .Header .LoginBox:hover{
        box-shadow: 0 2px 4px 0px #999;
        border: #bbbbbb1 1px solid;
        border-radius: 6px;
        background: url("/WebRoot/ce_pt/Shops/960627446/MediaGallery/design/icons/icon-sessao.png") no-repeat scroll 17px 7px  #fff !important;
        opacity: 1;
        width: 251px;
        height: 241px;
        }
        
       .Header .LoginBox .ContextBoxBody *, .Header .LoginBox > form *{
        opacity: 0 ;
      color: #585858;
   /* border-color: #fff;*/    
      border-color: #dbdbdb !important; 
     
        transition: opacity  0.5s, color 1.5s, border-color 0.5s;
        -webkit-transition: opacity  0.5s, color 1.5s, border-color 1.5s;
        -moz-transition: opacity  0.5s, color 0.5s, border-color 0.5s;
        -ms-transition: opacity  0.5s, color 0.5s, border-color 0.5s;
        -o-transition: opacity  0.5s, color 0.5s, border-color 0.5s;  
        display: none;
      }
        
      
        
      .Header .LoginBox:hover > .ContextBoxBody *, .Header .LoginBox:hover > form * {
      opacity: 1 ;
      color: initial;
      border-color: initial;
      display: block ;
      } 
         
      .Header .LoginBox *{  
      font-weight: normal !important;
      }  
       
        
        .Header .LoginBox .ContextBoxHead {
            padding: 3px 0px 8px 0px;
            height: 17px
            margin: 0px;
            background: none repeat scroll #1c1c1c 0% 0%;
            background: none transparent !important;
    
        }
        
      .Header .LoginBox:hover >  a span {
       color: #585858 !important;
       
      }
       
       
        .Header .LoginBox .ContextBoxHead span {
            height: 23px;
            background: none transparent;
            padding: 0;
            margin: 10px 0px 0px 50px !important;
            text-transform: lowercase;
          color: #585858;
        font-size: 14px !important;
                }
  
  
     .Header .LoginBox .HiddenOverflow span {
            text-transform: capitalize !important;
        }
  
  
        
        .Header .LoginBox input{
        height: 20px !important;
        border-radius: 6px;
        font-size: 13px !important;
        color:  #006595 !important;
             
        }
        
        .Header .LoginBox .InputField input{
        border-radius: 6px;
        width: 200px !important;
        padding-left: 9px !important;
        font-family: arial !important;
        border: 1px   #dbdbdb solid !important;
        }
  
        .Header .LoginBox input[type="text"]{
        color: #006595 !important;  
        border: 1px   #dbdbdb solid !important;     
        }
        
        
    .Header .LoginBox button.LoginButton{
      width: 211px !important;
      height: 25px !important;
      font-size: 13px !important;
      margin-top: 7px; 
        }
        
        .Header .LoginBox input.RegisterLink, .Header .LoginBox a.RegisterLink{
        color: #585858 !important;
        top: 0px !important;
          margin-top: 0px !important;
        line-height: 20px !important;
        height: 20px !important;
        padding: 0px 0px 0px 12px !important;  
    }
          
          
    .Header .LoginBox .ContextBoxBody > br{
    display:none !important;
    }    
        
        .Header .LoginBox input.RegisterLink:hover{
        color: #006595 !important;
          }
        
        .Header .LoginBox input.Action:hover{
        text-decoration: none;
        }
        
       
        .Header .LoginBox a, .Header .LoginBox .InputLabelling{
        color: #585858 !important;
        font-size: 13px !important;
        padding-left: 0px;
              
        
        }
        
        .Header .LoginBox a.Action:hover{
        /*color: #ddd !important;*/
        text-decoration: none;
        }
        
        
        
        /* setas */
        
        .Header .LoginBox a.Action, .Link.Action{
        background: url('/WebRoot/StoreTypes/6.14.3/Store/SF/Icon/BusinessSymbols/img_actionlink.png') no-repeat scroll left 3px transparent !important;
        padding: 0px 0px 0px 14px !important;     
      }
        
      
    /* MENSAGEM DE ERRO */
    .Header .DialogError {
    position: absolute;
    top: 0px;
    margin-top: -22px;
    right: 0px;
    margin-right: 8px;
    color: #585858;
    padding: 4px 34px;
    height: 25px;
    background-position: 5px 8px;
    background-color: #FFF;
    border-color: #006595;
    border-radius: 5px;
    font-size: 17px;   
    }
      
        
        /* FIM LOGIN COM CAIXA */
        

/* FIM Menu de Navegação  */


/* FIM HEADER*/



/* INICIO TOPO */

.HorizontalNavBar{
/*z-index: 10 !important;*/
}







/* FIM TOPO */




/* INICIO ESQUERDA */


/* FIM ESQUERDA */



/* INICIO DIREITA  */


/* FIM DIREITA */



/* INICIO BAIXO */



/* FIM BAIXO */




/* INICIO RODAPE */

/* Fundo no Footer com 100pct de largura */
.FundoFooter{
/*background-image: url('/WebRoot/Store/Shops/1139-131030/MediaGallery/design/Fundo-Rodape.jpg') !important;*/
background-position: left bottom !important;
background-repeat: repeat-x !important;
width: 100%;
height: 203px;
margin-top: -203px;
}






/* FIM RODAPE */





/* INICIO PRODUTOS   */

.ep-uiSlides-ctrlPrev, .ep-uiSlides-ctrlNext {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
}

/* START SHOP REFERENCES */



/* END SHOP REFERENCES */


/* LISTA UMA COLUNA */
.ListItemProductInfoContainer .HorizontalDisplay td{
width: 100%;
}

.ListItemProductInfoContainer .ListItemProductTopFloatArea h3 a span {
    font-size: 20px;
    white-space: unset !important;
}

/* INICIO CENTRAR PRODUTOS */

.HotDeal {
  height: 310px;
  width: 227px;
  margin-bottom: 60px;
}

.HotDeal , .ProductHotDealImage, .ImageMedium, .HotDeal .InfoArea, .HotDeal .HotDealFootFloatin {
    margin-left: 0px;
    text-align: center;
    width: 227px;
}

.HotDeal .ImageArea {
    width: 227px;
    height: 227px;
    text-align: center;
}


.HotDeal .HotDealTop  {
height: 250px;
}

.HotDeal .HotDealFootFloatin {
margin-top: 10px !important;
}


.HotDealList .HotDeal:nth-child(4n+1){
margin-right: 13px !important;
}

.HotDealList .HotDeal:nth-child(4n+2), .HotDealList .HotDeal:nth-child(4n+3){
margin-left: 13px !important;
margin-right: 13px !important;

}


.HotDealList .HotDeal:nth-child(4n+4){
float: right;
margin-left: 13px !important;
}

     
/* FIM CENTRAR PRODUTOS */

/* Menu DropDown variação */



.ImgLeft .InfoArea, .ImgRight .InfoArea {
    float: right;
    width: 440px !important;
}



/* IMAGEM FICHA PRODUTO */
#ProductSlideshow{
min-height: 370px;
}



.ep-uiSlides-box > div > img {
    margin: 0 auto;
}

.ep-uiSlides-box > div:first-child > img, 
.ep-uiSlides-box > div > img{
    position: absolute;
    border: 1px solid #EEE !important;
    border-radius: 20px;
    box-shadow: 2px 2px 2px #AAA !important;
    margin-top: 15px !important;
    
}

.ImgLandscape .ep-uiSlides-box > div:first-child > img, 
.ImgLandscape .ep-uiSlides-box > div > img{
    position: absolute;
    border: 0px solid #EEE !important;
    border-radius: 20px;
    box-shadow: 0px 0px 0px #AAA !important;
    margin-top: 15px !important;
    
}


/* Thumbnails da ficha de produto */
.ep-uiThumbbox.ep-uiThumbbox-list li {
    width: 100px !important;
    height: 100px !important;
    line-height: 100px !important;
}


/*  PRICE CONTAINER */


.ImgLandscape .InfoArea {
    width: 100%;
    min-height: 290px !important;
    max-width: 100% !important;
}

.PriceContainer {
    padding: 12px;
    margin: 1.5em 5px 0 0 !important;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #ddd;
    border: 0px solid #606060;
    text-align: right;
    width: 380px;
    float: right;
 }

 .ProductDetails .PriceContainer .Price {
    text-align: left;
    clear: none;
    margin: 25px 0;
}

.ProductDetails.ImgLandscape .PriceContainer .Price {
    text-align: right;
    margin: 25px 10px;
}

.ShowInlineElement .NoWrap > span {
    display: inline-block;
    overflow: hidden;
    height: 100%;
    line-height: 100%;
}



.ContentArea  .PriceContainer .SelectVariation th:first-child{
text-align: left !important;
width: 145px!important;
font-weight: normal !important;
font-size: 13px !important;
padding-right:5px;
}


.ContentArea  .PriceContainer .SelectVariation td:last-child{
text-align: right !important;
width: 235px!important;
}



.ContentArea table .label{
font-size: 13px !important;

}


.ContentArea  .PriceContainer .SelectVariation select.LongText {
max-width: 235px !important;
min-width: 130px !important;
width: 235px !important;
float: right !important;
height: auto;

}


/* ADICIONAR LISTA DE COMPRAS */
.AdditionalLinks.New li {
width: 240px;
}

/* Tabela de atributos de produto */
#ProductDetail-UserAttributes h2{
color: #aa0142 !important;
}


/* Tabela de atributos */
.UserAttributes td.AttributeContent{
background-color: #efefef;
color: #454547;
vertical-align: top !important;
border-bottom-width: 1px !important;
border-bottom-style: solid !important;
border-bottom-color: #fff !important;

padding:5px 0px 10px 5px !important;
}

 .UserAttributes  td.AttributeLabel{
background-color: #efefef;
color: #454547;
font-weight: bold;
vertical-align: top !important;

border-width: 0px;
border-bottom-width: 1px !important;
border-bottom-style: solid !important;
border-bottom-color: #fff !important;

border-right-width: 2px !important;
border-right-style: solid !important;
border-right-color: #fff !important;

padding:5px 0px 10px 5px !important;
}


/* LONG DESCRIPTION TAB */
#ProductInfoTabs .description h2 {
  margin: 20px 0 3px 0;
}


/* TABLE PARCEIROS PARTNERS */
.VM-Table-Parceiros td:nth-child(1){
  font-weight: bold;
  padding-right: 25px;
}


/*
.SocialMedia {
    clear: both;
    padding-top: 0;
    margin-top: -30px;
}


.ImgLandscape .SocialMedia {
    float: left;
    margin: 0 0 19px 0;
}

*/

/* Redes Sociais */  
.SocialMedia {
    clear: both;
    padding-top: 0px;
    width: auto;
    vertical-align: top !important;
}  
  
  
.SocialMedia  .fb_iframe_widget span {
    display: inline-block;
    position: relative;
    text-align: justify;
    vertical-align: top !important;
}
 





/* TABS Descrição Detalhada */
#ProductInfoTabs .ui-tabs-panel {
    overflow: hidden;
    border: 1px solid #f1f1f1 !important;
}


/* SECÇÃO LANDSCAPE TAB DESCRIÇÃO CURTA */
#tab-product-attribute-DescricaoCurta {
    float: left;
    margin-top: 35px;
    margin-bottom: 20px;
    width: 380px;
    display: block !important;
    border: 0;
}


.ImgLandscape #tab-product-attribute-DescricaoCurta {
    width: 500px;
}

.ProductDetails.ImgLandscape #tab-product-attribute-DescricaoCurta  p {
    margin: 5px 0px 0px;
    font-size: 15px;
}




 #ProductInfoTabs .ui-tabs-nav .ui-tabs-active a {
    background: #c31129 none repeat scroll 0% 0%;
    color: #FFF;
}




#ProductInfoTabs .ui-tabs-nav .ui-tabs-active a::after {
    border-top-color: #C31129;
}

.ui-tabs .ui-tabs-nav .ui-tabs-active a::after {
    border-color: #c31129 transparent -moz-use-text-color;
}


#ProductDetail-UserAttributes h2{ 
margin: 25px 0 12px 0;
}

/* Tab não activo */
#ProductInfoTabs .ui-tabs-nav li {
    background: #efefef !important;
} 


/* START RECOMMENDED PRODUCTS */
.CrossellingImageArea .ProductListImageBox tr td img, .CrossellingCount tr td img, .BundledProductsTable tr td img {
    margin: auto;
    max-width: 200px;
    max-height: 200px;
  
}

.CrossellingImageArea .ProductListImageBox div.ImageArea, div.CrossellingImageArea, div.BundledProductsImageArea {
    padding: 0;
    height: 200px;
}

.CrossellingCount .CrossellingInfoArea, .BundledProductsTable BundledProductsInfoArea {
    text-align: center !important;
    
}

table.CrossellingCount .CrossellingInfoArea a{
    font-size: 18px;      
      
}

table.CrossellingCount .TextAlignRight {
      text-align: center !important;
      width: 100%;
} 

.CrossellingCount .Price, .BundledProductsTable .Price {
    text-align: center !important;
    font-size: 19px;
    margin: 10px 0 20px 0;
}

.CrossellingCount .Price, .CrossellingCount .FloatRight, .BundledProductsTable .Price, .BundledProductsTable .FloatRight {
    background: #ffffff;
    width: 100%;
}

.CrossellingCount .ButtonBasket[type=submit] {
    background: #fff !important;
    width: 80px;
    
}



.CrossellingCount .BasketIcon {
  margin: 0 auto !important;
  background: url("/WebRoot/Store/Shops/2562-150928/MediaGallery/design/icons/icon-carrinho.png") no-repeat scroll center center transparent !important;
  width: 23px !important;
  height: 30px;
  
}


/* END RECOMMENDED PRODUCTS */


/* START SERVIÇO */

.VM-Web-Design-Services #tab-product-attribute-PortfolioURL{
    display: block !important;
    float: left  !important;
    clear: both !important;
    border: 0 !important;
}


.VM-Web-Design-Services #tab-product-attribute-DescricaoCurta {
    margin-bottom: 0px;
}

.VM-DesignExampleURL{
  display: inline;
  
}

.VM-Web-Design-Services #tab-product-attribute-PortfolioURL .VM-DesignExampleURL + p {
    display: inline;
}


#VM_MoreExamples img {
  margin: 30px 19px 0 19px;
}

#VM_MoreExamples img:nth-of-type(1) {
  margin: 30px 19px 0 0px;
}

#VM_MoreExamples img:last-of-type {
  margin: 30px 0px 0 19px;
}


/* END SERVIÇO */



/* FIM PRODUTOS */


/* INICIO CATEGORIAS */


.CategoryBaseTable .ImgComplete {
    padding: 35px 0px 35px;
    text-align: center;
    vertical-align: middle;
    clear: both;
}

.ListItemProductInfoContainer .ListItemProductTopFloatArea h3 a span{
    font-size: 20px;
    white-space: nowrap;
}

.CategoryList .CategoryText {
    padding: 0px 0px !important;
    margin: 0px;
}


/*Aumentar Letra Categroria */
.ListItemCategory .InfoArea h3 a{
font-size: 20px !important;
}

/* Esconder Mostrar Produtos em Categorias */

.CategoryList .Action{
display: none !important;
}



/* INICIO TABELA PREÇOS */



                     
/* FIM TABELA PREÇOS */





/* INICIO PESQUISA CATEGORIA */

.SelectLabelling {
    line-height: 35px !important;
}

.SearchElement {
/*display; none;*/
    margin-top: 1px;

}


.CategoryList  .SearchMask .ep-uiInput-wrapText {
    margin-bottom: 0px;
}


.CategoryList .SearchForm, .SearchForm  {
    width: 225px !important;
}

.CategoryList input.Search , input.Search{
    width: 158px !important;
    line-height: 120%;
vertical-align: top !important;
margin-top:1px; 
height: 15px;
}

.CategoryList .SearchForm  button , .SearchForm  button {
margin-top:0px !important;
}

/* Resultados por página  */
.CategoryList .SearchMask .FloatRight select{
line-height: 22px !important;
margin-top: -3px !important;
margin-left: 7px;
}

/* Posicao Icone */
.CategoryList button .ep-sprite-s, .CategoryList .ep-uiInput-button .ep-sprite-s {
    margin: -6px 4px 0px -4px !important;
}


/* Resultados por página */
.CategoryList .SearchMask .FloatRight label {
line-height: 170% !important;
}




/* FIM PESQUISA CATEGORIA */





/* INICIO Listagem Categorias */

.ListItemCategory
{

}

/* FIM Listage Categorias */



/* INCIO TRANSVERSAIS */

/ Alinhamento middle inicio */ 
.Div .NavBarTop *,
.Div .NavBarBottom *,
.Div .Footer *,
.Div .Header * {
  vertical-align:middle !important;
}


em {
    font-style: italic !important;
}

  a{
    transition: color  0.5s  ;
    -webkit-transition: color  0.5s  ;
    -moz-transition: color  0.5s  ;
    -ms-transition: color  0.5s    ;
    -o-transition: color  0.5s   ;  
  }


.ProductDetails a, .CategoryBase a {
    color: rgb(195, 17,41) !important;
  
  }


/* INICIO Definição do breadcrumb */

.ContentArea .ContentAreaWrapper h3:first-child {
margin-top:14px !important;
margin-bottom:14px !important;

}

.ContentArea .BreadcrumbItem:hover, .ContentArea .BreadcrumbItem{
font-size: 14px;
/*color: #8f8f8f !important;*/
font-weight: normal !important;
text-transform: lowercase !important;

}

.ContentArea .BreadcrumbLastItem {
font-size: 12px;
/*color: #8f8f8f !important;*/
font-weight: normal !important;
line-height:30px !important;
text-transform: lowercase !important;

}


.CategoryList h1:first-child{
margin-bottom:20px ;
}


.ContentAreaWrapper h1{
font-size: 27px !important;
margin-bottom: 20px;
}


.TextComplete h2 , .CategoryText h2 {
  margin-bottom: 15px;
}



/* FIM Definição do breadcrumb */


.TextComplete:first-child{
margin-bottom: 20px;
}


/* Caps nas Barras */
.NavBarBottom .NavigationElement a, .NavBarLeft .ContextBoxHead, .NavBarRight .ContextBoxHead, .NavBarTop .NavigationElement a{
text-transform: lowercase !important;

}

/* INICIO Artigos */

.ContentArea .Article h1{
margin-top: 15px;
margin-bottom: 15px;
}

/* FIM Artigos */


/* FIM TRANSVERSAIS */





/* INCIO FORMULARIOS */






/* BOTÃO SUBMIT */
.ep-uiInput-wrapSubmit{
margin-left: 126px;
}

/* FIM FORM DE CONTACT-NOS */


/* FIM FORMULARIOS */




/* INCIO ESTILOS A MEDIDA */



/* FIM ESTILOS A MEDIDA */


.CategoryList > .ListItemCategory .InfoArea {
    position: relative;
    width: 315px !important;
}

.ListItemCategoryTable .InfoArea{
  position: relative;
  width: 455px !important;
}


/* REFERENCES LIST */
.VM-References .InfoArea{
  text-align: center;
}


/* INICIO HOME PAGE */
.ListItemCategoryTable td:nth-child(2n+0)   .ListItemCategory .InfoArea {
padding-left: 73px;

}

.ListItemCategory .InfoArea h3{
background-color: #f8f8f8 !important;
height: 170px !important;
width: 426px !important;
padding: 27px 15px 10px 15px !important;
margin-bottom: 43px;
   transition: background 2s ;
   -moz-transition: background 2s ;
   -webkit-transition: background 2s ;
}


.ListItemCategory .InfoArea h3 a{
font-family: 'Lato', sans-serif !important;
    font-size: 43px !important;
    color: #5bc7a2;

   transition: color 2s ;
   -moz-transition: color 2s ;
   -webkit-transition: color 2s ;
 
}

.InfoArea h4 {
    position: absolute !important;
    margin-top: -112px !important;
font-family: 'Lato', sans-serif;
    font-weight: normal !important;
    font-size: 17px !important;
color: #5bc7a2;
line-height: 24px;
    padding: 0px 20px 0px 20px;
    padding: 26px 20px 0px 20px;

max-width: 417px;

   transition: visibility 0.5s ;
   -moz-transition:  visibility 0.5s ;
   -webkit-transition: visibility 0.5s ;


}


/* Cor de Fonte  1 linha 2 caixa */
.ListItemCategoryTable tr:nth-child(1n+1)  td:nth-child(2) h3 a, .ListItemCategoryTable tr:nth-child(1n+1)  td:nth-child(2) h4{
   color: #c75b70;
}

.ListItemCategoryTable tr:nth-child(1n+1)  td:nth-child(2) .VM-homepage-prices , .ListItemCategoryTable tr:nth-child(1n+1)  td:nth-child(2) .VM-homepage-prices a , .ListItemCategoryTable tr:nth-child(1n+1)  td:nth-child(2) .VM-homepage-prices span a {
   color: #c75b70 ;

}

 .ListItemCategoryTable tr:nth-child(1n+1)  td:nth-child(2) .VM-homepage-prices a:hover , .ListItemCategoryTable tr:nth-child(1n+1)  td:nth-child(2) .VM-homepage-prices span a:hover {
color: #9a9a9a !important;


}



/* Cor de Fonte  2 linha 1 caixa */
.ListItemCategoryTable tr:nth-child(2n+0)  td:nth-child(1) h3 a, .ListItemCategoryTable tr:nth-child(2n+0)  td:nth-child(1) h4{
   color: #d66e2f;
}

/* Cor de Fonte  2 linha 2 caixa */
.ListItemCategoryTable tr:nth-child(2n+0)  td:nth-child(2) h3 a, .ListItemCategoryTable tr:nth-child(2n+0)  td:nth-child(2) h4{
   color: #58b5fe ;
}


/* Ajustar tamanho das caixas */

.ListItemCategoryTable tr:nth-child(2n+2)  .InfoArea h3{
height: 210px !important;
padding: 26px 15px 30px 15px !important;
margin-bottom: 0px;
}

.ListItemCategoryTable tr:nth-child(2n+2)  .InfoArea h4{
margin-top: -155px !important;


}

.ListItemCategory, tbody, .ListItemCategoryTable {
margin-left: 0px !important;
margin-right: 0px !important;
padding-left: 0px !important;
padding-right: 0px !important;
}


.VM-homepage-prices{
background-color: #252525;
color: #73ceaf !important;
position: absolute !important;
margin-left: 296px !important;
top: 176px !important;
width: 160px !important;
height: 60px !important;
line-height: 60px !important;
vertical-align: middle !important;
text-align: center;
}


.ListItemCategoryTable tr:nth-child(1n+2) .VM-homepage-prices{
top: 232px !important;

}



.VM-homepage-prices span{
font-size: 31px !important;
vertical-align: 0px !important;
line-height: 60px !important;
}

.VM-homepage-prices a, .VM-homepage-prices span a {
color: #5bc7a2;
}

/* INICIO Efeitos onMouseOverf */
.ListItemCategory .InfoArea h3:hover + h4 {visibility:hidden !important; }


.ListItemCategory .InfoArea h3:hover >   a {color: #f8f8f8 !important; }
.ListItemCategory .InfoArea h3:hover {
background-color:  #73ceaf  !important;
}


/* Cor do fundo 1 linha 2 caixa */
.ListItemCategoryTable tr:nth-child(1n+1)  td:nth-child(2) h3:hover   {
background-color: #c75b70 !important; }

/* Cor do fundo 2 linha 1 caixa */
.ListItemCategoryTable tr:nth-child(2n+0)  td:nth-child(1) h3:hover   {
background-color:  #d66e2f !important; }

/* Cor do fundo 2 linha 2 caixa */
.ListItemCategoryTable tr:nth-child(2n+0)  td:nth-child(2) h3:hover   {
background-color:  #58b5fe  !important; }



/* FIM Efeitos onMouseOverf */


/* FIM HOME PAGE */

/* START CATEGORY PAGE */  

.CategoryList div.CategoryImage {
    padding: 10px 0px 60px 0;
    margin: 0;
}


/* END CATEGORY PAGE */

/* LISTAGEM PRODUTOS UMA COLUNA */

.ListItemProductContainer {
  margin-top: 30px;
  border: 1px solid #ccc;
  border-width: 0 0 1px 0;
  padding-bottom: 50px;
} 





/* INICIO PASSOS NO CARRINHO 1 */
  
      
      ul.OrderProcess {
      min-height: 123px !important;
      margin: 15px 0 0 0px;
      }
        
        ul.OrderProcess li, ul.OrderProcess li.ActiveItem{
        height: 140px;
        width: 15% !important;
        margin-bottom: 34px !important;
        min-width: 145px !important;
        background: none #f8f8f8;
        margin: 0 1%;
        padding: 1% 1% 0;
        border-radius: 15px;
        box-shadow: 1px 1px 3px;
        }
        
        ul.OrderProcess li.ActiveItem{
        box-shadow: 1px 1px 2px inset !important;
        }
        
        
        ul.OrderProcess li:first-child{
        margin-left: 0 ;
        }
        
        
        ul.OrderProcess li.ActiveItem a{
        width: auto !important;
        }
      
      
        .PassedItem a{
            width: 100% !important;
        }
      
        
        
        ul.OrderProcess li .ItemImage {
            width: 35px;
            height: 35px;
            margin: 5% auto;
        }
        
        
        ul.OrderProcess li .ItemLabel {
            font-size: 17px !important;
        }
        
      /* Titulos */
      html .ContentArea table.Basket tr th.SeparateColumn, th.SeparateColumn {
          border-right: 1px solid transparent;
          font-size: 16px;
          text-transform: uppercase;
      }
      
      html .ContentArea table.Basket tr th.Col5  {
      text-align: right !important;
      }
      
      /* Alinhas a unidade na linha do produto */
      table.Basket .ProductItem > td .ep-uiInput-wrap{
      display: inline !important;
      }
      
      
        /* Linhas e Fundos */
        table.Basket > tbody > tr{
        background-color: #f8f8f8;
        border-top: 1px solid #cbcbcb ;
        border-bottom: 1px solid #cbcbcb;
        }
        
        
        table.Basket > tbody > tr > td{
        height: 40px ;
        /*  line-height: 53px ; */
        padding: 25px 0px 25px 30px;
        border-top: 1px solid #cbcbcb ;
        border-bottom: 1px solid #cbcbcb;
        vertical-align: middle;
        
        }
      
          
        
        table.Basket tr td:first-child{
        padding-left: 32px;
        }
        
        table.Basket .AlternateRow, table.Basket .ProductItem {
        background-color: transparent!important;
        border: 0px !important;
        }
        
        table.Basket tr.AlternateRow td, table.Basket tr.ProductItem  td{
        background-color: transparent !important;
        border: 0px !important;
        
        }
        
        table.Basket tr.ProductItem  td{
        height: 20px ;
        line-height: 20px;
        }
        
        /* Campo Coupon input*/
        
        #RedeemCouponButton input{
        margin-top: 9px !important;
        }
        
        table.Basket #CouponCode{
        top: 10px;
        height: 20px;
        line-height: 20px;
        }
        
        
        div.ShippingOptionContainer {
            padding: 10px 0px 20px 29px;
            width:95%;
        }
        textarea.BasketComment,
        #contactForm textarea 
         {
          height: 170px !important;
          width: 400px;
          padding: 5px 0 5px 5px;
          margin-left: 20px;
          border-radius: 5px;
          font-size: 15px !important;


        }
        
   #BasketTable .ep-uiInput-select {
    height: auto;
    }
        
/* Botão Descontar Voucher */        
 #BasketForm #RedeemCouponButton{
    margin-top: 0px !important;
    margin-right: 15px !important;
}   
        
       
       /* INICIO PASSO 2 - INICIAR SESSÃO */
      
      #BasketAddressFormContainer {
      margin-top: 30px;
      }
      
        
       #BasketAddressFormContainer > h3{
       padding: 7px 13px !important;
       } 
       
       
        
        .Dialog div.InputLabelling,
       .AddressDialog td.InputLabelling, 
       .AddressDialog div.InputLabelling ,
       #UserLoginForm div.InputLabelling
       {
          width: 240px !important;
          height: auto !important;
          padding: 7px 0px !important;
      } 
        
        
        #ViewNewsletterForm input#userNameInput,
        #contactForm .ep-uiInput-text,
        input[type="tel"], input[type="Email"], 
        .epCustomFormWrapper input[type="text"], 
        #contactForm select,
        .AddressDialog input.Text, 
        .AddressDialog select.Text, 
        .AddressDialog #UserNameInput,
        #UserLoginForm input.ep-uiInput-text,
        #UserLoginForm  input[type="text"],
        #UserLoginForm  input[type="password"], 
        #UserLoginForm .ep-uiInput-text,
        #EmailNotificationDialog label.ep-uiInput-wrapEmail input  {
          width: 280px !important;
          padding: 5px 0 5px 5px !important;
       /*   margin-left: 20px; */
          border-radius: 5px !important;
          height: auto !important;
      }
       
       
      .epCustomFormWrapper input, .epCustomFormWrapper input[type="text"]{
          width: 460px !important;
      
      } 
      
      .epCustomFormWrapper input[type="checkbox"]{
          width: initial !important;
      
      } 
      
      .epCustomFormWrapper textarea{
          padding: 5px 0 5px 5px !important;
          border-radius: 5px !important;
      
      } 
     

.customFormCaption {
  font-weight: bold;
}      
       
       

       .AddressDialog select.LongText {
          width: 285px;
          line-height: 120%;
          padding: 4px 0 5px;
          height: auto !important;
          border-radius: 5px;
          /*margin-left: 20px;*/
      }
      
      #BasketAddressRegisterForm .AddressDialog select.LongText {
          margin-left: 0px;
      }

        
        /* FIM PASSO 2 - INICIAR SESSÃO */
         
      
       
        /* INICIO PASSO 3 CONFIRMAÇÃO */
      
      #BasketOfferForm > div:first-child {
       border-radius: 10px;
      border: 3px solid #FFF;
      vertical-align: middle;
      height: 100%;
      padding: 12px;
      margin: 25px 0 25px 0 !important;
      }
      
      
      
       #BasketOfferForm > div > label.ep-uiInput-wrapCheckbox{
       margin: 5px 11px;
      float: left;
      
       }
      
       .AcceptTAC, .AcceptTAC a {
          font-size: 18px;
      }
       
       
      /* ACEITAÇÃO DE TERMOS E CONDIÇÕES */
      #BasketOfferForm div:nth-child(1), #BasketOfferForm div:nth-child(2){
      border: 1px solid #CBCBCB;
      border-radius: 10px;
      vertical-align: middle;
      height: 100%;
      padding: 12px;
      margin: 25px 0px !important;
      }
      
    #BasketOfferForm div:nth-child(1) label, #BasketOfferForm div:nth-child(2) label{
    margin: 15px 5px 0 !important;
    line-height: 35px !important;
}
       
       
.ep-uiValidate-message {
    color: #E61818;
    font-size: 15px;
    padding: 5px 8px !important;
}       
       
       /* FIM PASSO 3 CONFIRMAÇÃO */


/*  INICIO PAGINA INICIAR SESSÃO */
#UserLoginForm {
  width: 300px;
  margin: 15px auto;
  border: 1px solid;
  padding: 25px;
  border-radius: 10px;
  border-color: #aaa;
}

.NoListStyleType {
    width: 100% !important;
    text-align: center;
}

.ContentAreaWrapper ul.NoListStyleType h2.MarginBottom,
.ContentAreaWrapper ul.NoListStyleType a.Action {
  margin: 15px 0;
} 

.ContentAreaWrapper ul.NoListStyleType a.Action {
  margin-left: -20px !important;
}


/*  FIM PAGINA INICIAR SESSÃO */


/* INICIO TODOS OS BOTÕES */

.InfoArea .AddToBasketButton, 
.DoOrder .ep-uiInput-button,
.DoOrder .Dialog AddressDialog Reset, 
.AddressDialog .ep-uiInput-button,
.Addresses .ep-uiInput-button,
.OrderProcessNavigation .CustomButton,
.epCustomFormWrapper .ep-uiInput-button,
#UserLoginForm button,
button[name="save"] {
  padding: 11px 30px !important;
  padding: 7px 33px 7px 30px !important;
  background: transparent none repeat scroll 0% 0% !important;
  color: #c31313;
  border-radius: 5px;
  text-transform: uppercase !important;
  border: 1px solid #c31313;
  font-size: 18px;
  white-space: nowrap;
}

.InfoArea .AddToBasketButton .BasketIcon{
background: url("/WebRoot/Store/Shops/2562-150928/MediaGallery/design/icons/icon-carrinho.png") no-repeat scroll left top transparent !important;
width: 23px !important;
}


/* Carrinho Passo II	Adicionar novo endereço */
.OrderProcessNavigation .CustomButton {
  padding: 5px 13px 8px 8px !important;
  font-size: 15px;
}


.ep-uiInput-button > .continueShoppingIcon {
    position: absolute;
}

/* Página de Registo */
#UserLoginForm button{
margin-top: 25px !important;
}
    
/* FIM TODOS OS BOTÕES */
    
    




/* INICIO Tabela Servicos */


.TableService th{
vertical-align:text-top;
}

.TableService th a{
color: #000000;
font-size: 16px;
padding: 10px 20px 10px 20px;
}


.TableService th a:hover{
color: #CCCCCC;
}

.TableService td:nth-child(2), .TableService td:nth-child(3), .TableService td:nth-child(4){
/*background-color: red;*/
padding: 10px 20px 10px 20px;
width: 25%;
text-align: center;
vertical-align: middle;

}

.TableService td:nth-child(1){
/*background-color: red;*/
padding: 10px 0px 10px 0px;
width: 25%;
}

.TableService .tableRowSection {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
background-color: #c0c0c0;
border-radius:5px;
}

/* FIM Tabela Servicos */

.Footer .SizeContainer {
    padding: 0 0 30px 0;
}

.Footer h2 {
    border-bottom: 1px solid;
    padding: 0 0px 10px 0;
    margin: 0 0 10px 0;
}

.Footer p{
    margin: 0;
    padding: 3px 0px 3px 0px;
    white-space: nowrap;
}

.Footer a{
    white-space: nowrap;
}

/* INICIO Tabela Rodape */

.Footer .TinyMCETable {
width: 992px;
}


.Footer .TinyMCETable td{
vertical-align: top !important;
padding: 0 50px 0 0;
}


.Footer .TinyMCETable td:nth-child(1){
  width: 230px; 
/*text-transform: lowercase;*/
}


.Footer .TinyMCETable td:nth-child(2){
width: auto;
/*text-transform: lowercase;*/
}

.Footer .TinyMCETable td:nth-child(3){
  width: 100px;
  padding: 0 0px 0 0;
}

/* FIM Tabela Rodape */



/* INICIO CATEGORIA WEBDESIGN TABELA PRODUTOS */

table.TabelaComparacao td{
border-top: 0px solid #DDE0E2 !important;
border-right: 0px solid #DDE0E2 !important;
border-style: solid solid none none !important;
border-left-color: #DDE0E2 !important;
}

table.TabelaComparacao th.BackgroundRed { 
background-color: #c31129; 
text-align: left; 
color:#ffffff;
padding: 0 3px; 
}

table.TabelaComparacao th div{
color:#ffffff !important; 
}


.Precos{
font-size:1.3em !important;
font-weight: normal !important;
height: 46px;
width: 71px;
line-height: 46px !important;
background: #960107;
margin: 0 auto;

}


.BlankCell {
    width: 15px;
}

.LabelArrrow{
background: transparent url("/WebRoot/Store/Shops/1139-131030/MediaGallery/design/Fundos/FundoSeta.png") no-repeat scroll center 0% !important;
color: #d9d5d2;
font-size: 21px;
height: 57px;
}

.TabelaComparacao4Col {
width: 889px;
position: absolute;

}

.TabelaComparacao4Col tr:first-child td:nth-child(2){
text-align: center;
font-size: 18px;
}

.TabelaComparacao4Col th:first-child{
width: 542px;
padding: 15px 0 15px 8px;

}

.TabelaComparacao h2{
color: #b11336;
}


.iframeTableWithArrows{
height: 460px;
margin-top: 169px;
}

#frame{
border-bottom: 1px solid #bdbdbd;
}

/* INICIO CATEGORIA WEBDESIGN TABELA PRODUTOS */


/* INICIO CONTACT ICONES */


.ContactIconeContainer{
margin-top: 45px;
width: 510px;
height: 130px;
}

.ContactIconeContainer h2{
color: #b11336
}




.SplashEpagesDesignExamples{
background: url("/WebRoot/Store/Shops/1139-131030/MediaGallery/design/Icons/Splash144x144.png") no-repeat  center center transparent !important;
float: right;
height: 99px;
width: 144px;
margin-right: 105px;
margin-top: 40px;
padding: 47px 0px 0px 0px;
text-align: center;

  
  transform: rotate(341deg);
  -webkit-transform: rotate(340deg);
  -moz-transform: rotate(340deg);
  -o-transform: rotate(340deg);
  writing-mode: lr-tb;
}


.SplashEpagesDesignExamples:hover{
 cursor: pointer; cursor: hand; 
}

.SplashEpagesDesignExamples a, .SplashEpagesDesignExamples a:hover{
    color: #fff;
    text-transform: uppercase;
 }

.IconeContainer{
    margin-top: 13px;
}
 
.VMContactIcone {
  border: 1px solid #A2A2A2;
  padding: 5px 10px 5px 57px;
  border-radius: 5px;
  color: #A2A2A2;
  width: 170px;
}

.VMContactIcone:hover{
 cursor: pointer; cursor: hand; 
 }

.VMContactIcone a{
  font-size: 12px;
}


.IconeMail{
background: url("/WebRoot/Store/Shops/1139-131030/MediaGallery/design/Icons/icone-e-mail.png") no-repeat 7px center transparent !important;
float: left;
}

.IconeContactForm{
background: url("/WebRoot/Store/Shops/1139-131030/MediaGallery/design/Icons/icone-contact-form.png") no-repeat 21px center transparent !important;
float: right;
}


.IconeSkype{
background: url("/WebRoot/Store/Shops/1139-131030/MediaGallery/design/Icons/icone-skype.png") no-repeat 21px center transparent !important;
float: left;
clear: left;
}

 .IconeTel{
background: url("/WebRoot/Store/Shops/1139-131030/MediaGallery/design/Icons/icone-telefone.png") no-repeat 23px center transparent !important;
float: right;
}
/* FIM CONTACT ICONES */



/* INICIO Estilos à Medida Categorias */

.imgPaddingTRBL15px img{
  padding: 15px;
}

/* FIM Estilos à Medida Categorias*/


/* START SHOP REFERENCES */ 
/* INICIO Reduzir espaço Descrição Detalhada 2 para colocar CSS externo */
.VM-References .CategoryBase .TextComplete:nth-child(2) p{
height: 0 !important;
}


/* Esconder MostrarPorPagina Relevancia */
.VM-References .CategoryProducts .InputLabelling,
.VM-References .CategoryProducts #ep-PageSize,
.VM-References .CategoryProducts .SelectLabelling,
.VM-References .CategoryProducts #ep-SortOrder{
display: none;
}

/* Esconder Explorar páginas dos produtos */
.VM-References .CategoryProducts .PageThis{
display: none !important;
} 

/* FIM Reduzir espaço Descrição Detalhada 2 para colocar CSS externo */


/* INICIO BARRA COM FILTROS */

.VM-References .RemoteSearchFacetSelect li {
float: left;
}

/* FIM BARRA COM FILTROS */


/* INICIO FICHA DE PRODUTO */

.VM-References .ProductDetails h1 {
font-size: 20px !important;
margin: 15px 0px 10px 0px !important;
}

.VM-References .ProductDetails{
height: 580px !important;
}

.VM-References #ProductSlideshow {
margin-bottom: 20px;
padding-bottom: 30px;
margin-top: 0px;
}

.VM-References #ProductSlideshow .ep-uiSlides{
padding-bottom: 30px;
}

.VM-References .ep-uiSlides-box, .ep-uiSlides-box > div {
    position: inherit !important;
 }   



.VM-References .ep-uiSlides-box > div:first-child > img, 
.VM-References .ep-uiSlides-box > div > img{
    position: absolute;

    max-width: 95% !important;
    max-height: 95% !important;
  /*  width:  ;*/
    

    top: 0 !important;
    left: 0px !important;
    border: 1px solid #EEE !important;
    border-radius: 20px;
    box-shadow: 2px 2px 2px #AAA !important;
    margin-top: 15px !important;
    
}

.VM-References .ProductDetails #ProductThumbs {
    clear: both;
    margin-top: -110px !important;
    max-width: 600px;
}


.VM-References .ProductDetails .SocialMedia {
    clear: both;
    padding-top: 0px;
    position: absolute !important;
    margin-top: 86px !important;
}

/* Tabs */
.VM-References .VM-References #ProductInfoTabs .ui-tabs-panel {
border: 1px solid #eee;
box-shadow: 1px 1px 2px #aaa;
width: 847px !important;
}


.VM-References #tab-product-attribute-DescricaoCurta{
font-weight: normal !important;
border: 0;
margin-top: 16px;
display: block !important;

}

.VM-References #tab-product-attribute-Portfolio_Parceiro_Tab{
font-weight: bold !important;
border: 0;
margin-top: 6px;
display: block !important;
}

.VM-References #tab-product-attribute-Portfolio_Parceiro_Tab p:nth-child(2),
.VM-References #tab-product-attribute-PortfolioURL p:nth-child(2){
display: none;

}


.VM-References #tab-product-attribute-PortfolioURL{
font-weight: normal !important;
border: 0;
margin-top: 26px;
display: block !important;
clear: both;
}

.VM-References #ProductDetail-UserAttributes{
display: none;
}


#tab-product-attribute-Testemunhos td:nth-child(2) {
    color: #606060;
    white-space: nowrap;
}





/* START CROSS-SELLING */

.VM-References .ProductListImageBox tr td img, .VM-References  .CrossellingCount tr td img, .VM-References .BundledProductsTable tr td img {
    margin: auto;
    width: 270px !important;
}


.VM-References .CrossellingCount tr td img, .VM-References .BundledProductsTable tr td img {
    margin: auto;
    max-width: 178px;
}

.VM-References .CrossellingCount .CrossellingInfoArea, .VM-References .BundledProductsTable BundledProductsInfoArea {
    background: transparent;
    text-align: left;
    padding: 4px 0 4px 0;
    height: auto !important;
    text-align: center !important;
}

 .VM-References .CrossellingCount .Price, .VM-References .BundledProductsTable .Price {
    width: 100%  !important;
    text-align: center !important;
}

 .VM-References .CrossellingCount .FloatRight, .VM-References .BundledProductsTable  .FloatRight{
    float: none !important;
    width: 100% !important;
  }
  
/* END CROSS-SELLING */  


/* FIM FICHA DE PRODUTO */





/* INICIO LISTAGEM DE CATEGORIAS */

.VM-References .ListItemCategory {
width: 32%;
float: left;
margin: 0px 0px !important;
}

.VM-References .ListItemCategory:nth-child(3n+2) {
margin: 0 15px !important;
}


.VM-References .ListItemCategory .InfoArea h3 {
    width: auto !important;
}

.VM-References .ListItemCategory .InfoArea h3 a {
    font-size: 38px !important;
}


.VM-References .ListItemCategory .InfoArea p {
    display: none !important;
}


/*
.ListItemCategory {
min-height: 50px;
margin: 22px 8px 0px;
padding: 6px;
background: #FFF none repeat scroll 0% 0%;
width: 29%;
float: left;
height: 80px !important;
border-radius: 15px !important;
text-align: center;
border: 1px solid #eee;
box-shadow: 1px 1px 3px #eee !important;
}
*/


/*
.ListItemCategory:hover {
border: 1px solid #eee;
box-shadow: 1px 1px 3px #aaa !important;
}

*/


/*
.ListItemCategory .InfoArea {
    vertical-align: middle;
    width: inherit !important;
    text-align: center;
    display: table-cell;
    height: 80px;
}

*/

/*
.ListItemCategory  .InfoArea p{
display: none;
}

*/

/*

.ListItemCategory  .InfoArea h3 a {
padding: 15px 0;    
}

*/
/* FIM LISTAGEM DE CATEGORIAS */

/* INICIO LISTAGEM PRODUTOS */


.VM-References .TextComplete p{
margin: 0px 0px 6px 8px;
}

.VM-References .SearchMask{
display: none;
}

.VM-References .HotDealList{
margin-top: 50px;
}


.VM-References .HotDealList .HotDeal:nth-child(4n+1) {
     margin: 0 0px 0px !important;
}


.VM-References .HotDealList .HotDeal:nth-child(4n+4) {
    float: left !important; 
/*    margin-left: 0px !important;*/
    margin-left: 0px !important;
}


.VM-References .HotDealList .HotDeal:nth-child(4n+2), .HotDealList .HotDeal:nth-child(4n+3) {
 
 /*margin: 0 45px 70px !important;*/
 margin: 0 0px 0px !important;
 
 /*   margin-left: 0px !important;
    margin-right: 0px !important;
  */  
}


.VM-References .HotDealList .HotDeal:nth-child(3n+2){
/*margin: 0 45px 70px !important;*/
margin: 0px 85px !important;
}




.VM-References .HotDeal {
    padding: 0px;
    margin: 0px 0px 00px 0px !important;
    float: left !important;
    width: 264px !important;
    height: 217px !important;
    vertical-align: bottom;
    display: table;
    position: relative !important;
 }

 .VM-References .HotDealTop {
    position: absolute;
    height: auto;
    margin: 22px 0px 0px 0px;

}

.VM-References .HotDealTopFloatin {
    margin: 0px;
    padding: 0px;
}

.VM-References .HotDeal .ImageArea {
    width: auto;
    height: auto;
    border-radius: 10px;
    box-shadow: 2px 2px 3px #aaa;
 }
 
 
.VM-References .HotDeal, .VM-References .ProductHotDealImage, .VM-References .ImageMedium, .VM-References .HotDeal .InfoArea, .VM-References .HotDeal .HotDealFootFloatin {
    margin-left: 0px;
    text-align: center;
    width: 227px;
}
 
 
 .VM-References .ProductHotDealImage, .ImageMedium {
    margin-left: 0;
    opacity: 0.8;
    transition: opacity  0.9s;
    -webkit-transition: opacity  0.5s ;
    -moz-transition: opacity  0.5s ;
    -ms-transition: opacity  0.5s ;
    -o-transition: opacity  0.5s ;   

}

 .VM-References .ProductHotDealImage:hover{
    opacity: 1;
}


.VM-References .HotDealFoot {
    margin: 22px 0 0 0px !important;
    padding: 0px 0px 0px 0px;
    height: auto;
    width: 264px;
    vertical-align: bottom;
    display: table-cell;
    bottom: 94px !important;
    position: absolute;
    top: 0;
}


.VM-References .HotDealFootFloatin {
    margin: 0px !important;
    padding: 0px;
    width: 100%;
    height: auto;
}


.VM-References .HotDealFoot .InfoArea {
    height: 160px;
    width: 100%;
    white-space: nowrap;
    padding: 5px 10px;
    overflow: hidden;
    text-align: center;
    vertical-align: bottom;
    display: table-cell;
    background: #eee;
    border-radius: 0 0 10px 10px;
    opacity: 0;
    transition: opacity  0.9s;
    -webkit-transition: opacity  0.9s ;
    -moz-transition: opacity  0.9s ;
    -ms-transition: opacity  0.9s ;
    -o-transition: opacity  0.9s ;   
    

}

.VM-References .HotDealFoot .InfoArea:hover{
    /*background: #000;*/
    opacity: 0.8;

}


.VM-References .HotDeal a.ProductName {
    white-space: normal !important;
    font-size: 24px;
    color: #333;
}      



.VM-References .TaxAndShippingInfo{
display: none;
}

/* FIM LISTAGEM PRODUTOS */

/* END SHOP REFERENCES */

/* START VM ELEMENTS */
h4.VM-Button{
    background: #c75b70;
    vertical-align: middle !important;
    text-align: center;
    margin: 10px 0 0 0px;
    padding: 0px 0px !important;
    position: relative;
    vertical-align: initial;  
    display: inline-block;
    color: #fff !important;
    border: 1px solid #fff;
    border-radius: 0px;
    width: 260px;

}


h4.VM-Button span{
    text-decoration: none !important;
}

h4.VM-Button a{
    vertical-align: middle !important;
    margin: 0px 0 0 0;
    padding: 4px 20px !important;
    background: transparent !important;
    display: inherit;
    text-align: center;
    line-height: 32px !important;
    text-decoration: none;
    color: #fff;    

}

h4.VM-Button a:hover{
    color: #fff !important;
    opacity: 0.7;    

}


/* END VM ELEMENTS */


/* START CUSTOM STYLES */

/* 2 COLS */
    
.VM-CatTable2Col .CategoryText table, 
.VM-CatTable2Col #tab-product-description table.cke-table {
    background-color: transparent !important;
}
    
.VM-CatTable2Col .CategoryText table td , 
.VM-CatTable2Col #tab-product-description table.cke-table td{
    text-align: center;
    vertical-align: top !important;
    padding: 0 20px 30px 20px;
}

.VM-CatTable2Col .CategoryText table h3,
.VM-CatTable2Col #tab-product-description table.cke-table h3 {
    margin: 20px 0 .75em;
}


.VM-CatTable2Col .CategoryText table h3 a, 
.VM-CatTable2Col .CategoryText table h3 a:hover,
.VM-CatTable2Col #tab-product-description table.cke-table h3 a,
 .VM-CatTable2Col #tab-product-description table.cke-table h3:hover {
    font-size: 22px;
}


/* 3 COLS */
.VM-CatTable3Col .CategoryText table , 
.VM-CatTable3Col #tab-product-description table.cke-table {
    background-color: transparent !important;
  
}

.VM-CatTable3Col .CategoryText table td , 
.VM-CatTable3Col #tab-product-description table.cke-table td{
    text-align: center;
    vertical-align: top !important;
    padding: 0 5px 0px 5px;
    background-color: transparent;
  
}

.VM-CatTable3Col .CategoryText table h3,
.VM-CatTable3Col #tab-product-description table.cke-table h3 {
    margin: 20px 0 .75em;
}


.VM-CatTable3Col .CategoryText table h3 a, 
.VM-CatTable3Col .CategoryText table h3 a:hover,
.VM-CatTable3Col #tab-product-description table.cke-table h3 a,
 .VM-CatTable3Col #ProductInfoTabs table.cke-table h3:hover {
    font-size: 22px;
}



/* START NOT START PAGE */
body:not(.start-page) .Header .PropertyContainer {
  height: 90px;
} 

body:not(.start-page) .Header .ShopLogo{
  padding-top: 32px !important;
} 

body:not(.start-page) .Header .DropDownList {
    margin: 61px 0px 0px !important;
}


/* END NOT START PAGE */

/* START MY ACCOUNT */

body:not(.start-page).VM-MobileVersionBody .ShopLogo {
    padding-top: 0px !important;
    margin: 0 auto;
    width: 100% !important;
    top: 30px !important;
    z-index: 0 !important;

}

.VM-MobileVersionBody .LocaleFlags {
    position: relative !important;
    padding: 3px 0px 0px 11px !important;
    z-index: 100;  
}


.VM-MobileVersionBody .Div .Header .SizeContainer {
    float: none !important;
}

.VM-MobileVersionBody .BasketBox,
.VM-MobileVersionBody .Header .ContextBox,

.VM-MobileVersionBody .SearchElement,
.VM-MobileVersionBody .DropDownList,
.VM-MobileVersionBody .NavBarRoof,
.VM-MobileVersionBody .Header .custom-right,
.VM-MobileVersionBody .NavBarTop,
.VM-MobileVersionBody .NavBarLeft,
.VM-MobileVersionBody .NavBarRight,
.VM-MobileVersionBody.start-page .Middle,
.VM-MobileVersionBody .NavBarBottom,
.VM-MobileVersionBody .Footer, 
.VM-MobileVersionBody .FooterContainer  {
  display: none !important;
}


.VM-MobileVersionBody .ContentArea .BreadcrumbItem, .VM-MobileVersionBody .ContentArea .BreadcrumbItem:hover, .VM-MobileVersionBody .ContentArea .BreadcrumbLastItem {
    font-size: 17px;
}

.VM-MobileVersionBody .icon-close-message {
    position: absolute;
    top: 0.25em;
    right: 20px;
    color: #333;
    border-radius: 50%;
    height: 26px;
    width: 26px;
    font-size: 46px;
    line-height: 26px;
    border: 0px solid #000;
}

.VM-MobileVersionBody .message-cookies a, .VM-MobileVersionBody .message-cookies a:focus, .VM-MobileVersionBody .message-cookies a:active {
    color: #0000ff;
}

.VM-MobileVersionBody div.VM-MyAccount {
    margin: 10px 0 10px 0;
    border-bottom: 1px solid;
    padding: 0 0 20px 0;
    
    
}

.VM-MobileVersionBody a.VM-BackToShop{
    width: calc(100% - 60px);
    display: block;
    position: relative;
    border: 1px solid;
    height: auto;
    padding: 15px 0px;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
}

body.VM-MobileVersionBody {
    max-width: 100% !important;
    min-width: unset !important;
}

.VM-MobileVersionBody .GeneralLayout {
    width: 100%;
    max-width: 100%;
    min-width: unset !important;
    height: 100%;
    margin: 0px auto 0 auto;
}


.VM-MobileVersionBody .Header.HorizontalNavBar .custom-left {
    left: 0px;
    top: 0px;
    text-align: center;
    width: 100%;
}

.VM-MobileVersionBody .Header {
   text-align: center; 
}

.VM-MobileVersionBody .Header .PropertyContainer{
    width: 100%;
    text-align: center;
}    


.VM-MobileVersionBody .ContentArea {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: calc(100% - 10px) !important;
    max-width: 100% !important;
    padding-top: 6px;
    padding-right: 5px;
    padding-bottom: 6px;
    padding-left: 5px;

}


.VM-MobileVersionBody h1 {
    margin: 0 0 0px 0;
    text-align: center;
}

.VM-MobileVersionBody .ContentArea h2 {
    padding-bottom: 10px;
    padding-top: 0;
    font-size: 19px;
}

.VM-MobileVersionBody .Dialog div.LeftHalf, .VM-MobileVersionBody .Dialog td.LeftHalf {
    min-width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    float: left;
}


.VM-MobileVersionBody a.Action {
    font-size: 17px;
}
/* TITLES AND TEXTS */


/* FORMS */
.VM-MobileVersionBody .Dialog div.InputField, .VM-MobileVersionBody .Dialog td.InputField {
    padding: 2px 6px 2px 6px;
    vertical-align: top;
    clear: left;
    width: 100%;
    float: left;
}

.VM-MobileVersionBody .Dialog div.InputLabelling {
    float: left !important;
    text-align: left !important;
    
}

.VM-MobileVersionBody #UserLoginForm ul.NoListStyleType li.AlignRight {
    float: left !important;
    text-align: left !important;
    margin: 0;
    padding: 0 0 0 0px;
    width: 100% !important;
    font-size: 17px;
}

.VM-MobileVersionBody .RightPaddingExtraWide {
    padding-right: 0px !important;
}

.VM-MobileVersionBody .LeftPaddingSmall, .VM-MobileVersionBody .SmallLeftPadding, .LeftSmallPadding {
    padding-left: 0px !important;
}

.VM-MobileVersionBody .Dialog div.IllustratedLink {
    margin: 20px 0 25px 0;
    height: auto;
}

.VM-MobileVersionBody .Dialog div.IllustratedLink a i {
    float: left;
    margin-top: -3px;
    margin-right: 10px;
}


.VM-MobileVersionBody #UserLoginForm ul.NoListStyleType {
  float: none;
}

.VM-MobileVersionBody #UserLoginForm input[type="text"] ,  .VM-MobileVersionBody #UserLoginForm input[type="password"],
.VM-MobileVersionBody .Dialog input[type="text"] ,  .VM-MobileVersionBody .Dialog input[type="password"] ,
.VM-MobileVersionBody .Dialog input[type="email"] ,  .VM-MobileVersionBody .Dialog input[type="tel"],
/*  epages 7.37 */
.VM-MobileVersionBody #UserLoginForm input[name="Login"],
.VM-MobileVersionBody  select   {
    width: calc(100% - 25px) !important;
    padding: 6px 7px !important;
    margin: 5px 0 10px 0 !important;
    border-radius: 5px !important;
    font-size: 17px !important;
}

.VM-MobileVersionBody  select   {
    width: calc(100% - 10px) !important;
}


.VM-MobileVersionBody .NewsletterForm {
    margin-left: 0;
}

/* ORDERS */

.VM-MobileVersionBody .OrderList th{
    text-align: center !important;
    vertical-align: top !important;
}

/* CHANGE PASSWORD */
.VM-MobileVersionBody .Dialog div.InputLabellingWide, .Dialog td.InputLabellingWide {
    padding: 2px 6px;
    vertical-align: top;
    width: auto;
}

.VM-MobileVersionBody .AddressDialog button[type="submit"] {
    float: left;
    clear: both;
    margin: 5px 0 25px 0;
}

.VM-MobileVersionBody a.Edit {
    float: left;
}

/* START SESSION */
.VM-MobileVersionBody #UserLoginForm button[type="submit"] {
    margin: 20px 0 10px 0;
    width: 100% !important;
    
}


/* MEWSLETTER & PERSONAL DATA FORM */
.VM-MobileVersionBody #ViewNewsletterForm button[type="submit"],
.VM-MobileVersionBody #personalDataForm button[type="submit"]{
    width: 100% !important;
    margin: 0 0 20px 0;
}

.VM-MobileVersionBody #ViewNewsletterForm  td {
  display: block;
}

.VM-MobileVersionBody #ViewNewsletterForm  td:nth-of-type(1),
.VM-MobileVersionBody #ViewNewsletterForm  td:nth-of-type(3) {
  padding: 12px 0 6px 8px !important;

}



.VM-MobileVersionBody .BroadColumn {
    width: 66%;
}


/* START FOOTER LINKS */

.epFooterLinkBar {
    background: #c4c4c4;
    padding: 0 0 10px 0;
}

.VM-NavBar .SizeContainer {
    text-align: center;
    padding: 0px 10px;
}

.epFooterLinkBar h2 {
    color: rgb(82, 82, 82);
    font-size: 1.2em;
}

.epFooterLinkBar .NavLink {
    display: block;
    font-size: 0.9em;
    color: rgb(0, 0, 0);
    margin: 0px 0px 1em;
    text-decoration: none;
    font-family: arial,helvetica,sans-serif;
}

.epFooterLinkBar h2 {
    padding: 15px 0 !important;
}

/* END FOOTER LINKS */

/* BUTTONS */

.VM-MobileVersionBody .BottomMargin, .MarginBottom {
    margin-bottom: 12px !important;
    text-align: center;
}

.VM-MobileVersionBody button[name="save"] {
  padding: 11px 30px !important;
  padding: 7px 33px 7px 30px !important;
  background: transparent none repeat scroll 0% 0% !important;
  color: #c31313;
  border-radius: 5px;
  text-transform: uppercase !important;
  border: 1px solid #c31313;
  font-size: 16px !important;
  white-space: nowrap;
}

/* START ONLY THIS PROJECT CSS */

.VM-MobileVersionBody .VM-USP-Bar .SizeContainer {
    width: auto;
    margin: 15px auto;
}

.VM-MobileVersionBody .VM-USP-Bar p {
    display: block;
    padding: 0 30px 0 0;
}


/* END ONLY THIS PROJECT CSS */

.VM-MobileVersionBody .Middle {
    width: 100%;
    max-width: 100% !important;
}

/* END MY ACCOUNT */

/* START VM NAV BARS */

.VM-NavBar p, .VM-NavBar a {
  font-family: Tahoma, Verdana, Helvetica ;
  color: #606060;
  text-decoration: none !important;
}

.VM-NewsletterSocialMediaBar  {
    border-top: 1px solid #ccc;
    margin: 0px 0 0 0;
}

.VM-NewsletterSocialMediaBar .SizeContainer {
  width: 992px;
  margin: 15px auto;
}

.VM-NewsletterSocialMediaBar .VM-SocialMediaBar,
.VM-NewsletterSocialMediaBar .VM-NewsletterBox {
  display: inline-block;
  width: 50%;
}

.VM-NewsletterSocialMediaBar img {
  margin: 0 10px 0 0 !important;
  opacity: 0.65 !important;
}


.VM-USP-Bar {
    border-top: 1px solid #ccc;
    margin: 10px 0 0 0;
}

.VM-USP-Bar .SizeContainer {
  width: 992px;
  margin: 15px auto;
}

.VM-USP-Bar p{
  display: inline;
  padding: 0 30px 0 0;
}

.VM-USP-Bar .material-icons {
    font-size: 34px !important;
    float: none !important;
    margin: 0px 10px 0px 0 !important;
    vertical-align: middle;
}


/* START HOME PAGE */

.start-page .ContentArea .TextComplete:nth-child(2) .VM-CTA-LeftBox,
.start-page .ContentArea .TextComplete:nth-child(2) .VM-CTA-RightBox {
  width: 50%;
  width: calc(50% - 40px);
}

.start-page .ContentArea .TextComplete:nth-child(2) .VM-CTA-LeftBox {
 float: left;
}

.start-page .ContentArea .TextComplete:nth-child(2) .VM-CTA-RightBox {
  float: right;

}

.start-page .ContentArea .TextComplete:nth-child(2) .VM-CTA-LeftBox img,
.start-page .ContentArea .TextComplete:nth-child(2) .VM-CTA-RightBox img{
  height: auto !important;
  max-width: 100%;
}

.VM-CTA-SmallBox .material-icons {
    float: left;
    margin: -12px 0 0 0;
    padding: 0px 0 0 0;
}

.VM-Material-Icons-P {
  margin: 25px 0 0 0;
}

.start-page .CategoryList .CategoryList{
    border-top: 1px solid #ccc;
}



/* END PORTFOLIO */

/* START DESIGN GRAFICO */
.VM-ProfGraphicDesign .epCustomFormWrapper dl  {
  margin: 0 0 30px 0;    
}

.VM-ProfGraphicDesign #epCustomFormWrapperId dl label {
  white-space: nowrap;
  float: left;
}


.VM-ProfGraphicDesign #epCustomFormWrapperId dl dt {
  float: none;
  width: 180px;
  text-align: left !important;
  margin: 0 0 0px 0;  
}


.VM-ProfGraphicDesign .epCustomFormWrapper dl dd {
    margin-left: 0;
    clear: left;
}


.VM-ProfGraphicDesign .epCustomFormWrapper dl dd .ep-uiInput-text {
    width: 80%;
    border-radius: 0px !important;
    border: 0px solid #ccc;    
    border-bottom: 1px solid #ccc !important;
    padding: 10px 0 10px 5px !important;    
    width: 800px !important;
    
}


.VM-ProfGraphicDesign #epCustomFormWrapperId dl dt {
  float: none;
  width: auto;
  text-align: left !important;
  margin: 0 0 30px 0; 
  clear: both;
  border: 1px solid transparent; 
}



/* START SLIDER */
.VM-LandingPage .Middle {
/*  visibility: hidden ;*/

}

.VM-InnerBlockSizeBox {
  max-width: 1600px;
  margin: 0 auto;
}

.VM-LandingPage .ContentArea {
  padding-top: 0 !important;
}

.VM-LandingPage .ContentArea .Separator{
    height: 0;
    margin: 0;
    padding: 0px;
}

.VM-Height-0 {
    font-size: 0px;
    height: 0;
    line-height: 0;
}

.VM-LandingPage .contentslider{
    position: relative !important;    
    z-index: 150;
    max-width: unset !important;
    margin: 0 auto;
    margin-bottom: 60px;
    /*visibility: hidden;*/
    display:none;        
}

.VM-LandingPage .contentslider>ul {

    margin: 0 auto;
/*
    width: 970px !important;
    height: 400px !important;
*/

    width: 100% !important;
    height: auto !important;


}    

.VM-LandingPage .SliderBackground{
    position: absolute;
    height: 70px !important;
    width: 100% !important;
    z-index: 50;
    bottom: 0;
    background: #000;
    opacity: 0.6;
    margin-bottom: -5px;
}


.VM-LandingPage .contentslider li{
    width: 100% !important;
    min-width: inherit !important;
    max-width: none !important;
    height: inherit !important;
}

.VM-LandingPage .contentslider li img{
    width: 100% !important;
    min-width: inherit !important;
    max-width: none !important;
    margin: 0 0 0 0 !important;
}


.VM-LandingPage .contentslider .contentslider-pager {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 25px;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;    
    opacity: 0.7;
    background: #fff;
    padding: 10px 0 0px 0px;
}

.VM-LandingPage .contentslider .contentslider-pager a {
        background: #555;
        font-size: unset;
        
   }
/*  END SLIDER */




/* START RESPONSIVE DESIGN */
  
 .VM-LandingPage  .GeneralLayout,
 .VM-LandingPage  .GeneralLayout {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0px auto;
  }


.VM-LandingPage  .NavBarRoof, .VM-LandingPage .Header, .VM-LandingPage .NavBarTop, .VM-LandingPage .NavBarBottom, .Footer,
.VM-WideSliderImage  .NavBarRoof, .VM-WideSliderImage .Header, .VM-WideSliderImage .NavBarTop, .VM-WideSliderImage .NavBarBottom, .Footer{
      width: 100%;
      max-width: 100%;
      } 


.VM-LandingPage  .NavBarRoof .PropertyContainer,
.VM-LandingPage  .Header .PropertyContainer, 
.VM-LandingPage  .NavBarTop .PropertyContainer, 
.VM-LandingPage  .NavBarBottom .PropertyContainer,
.VM-LandingPage  .Footer .PropertyContainer,
.VM-LandingPage .ContentAreaWrapper > h3:nth-of-type(1),
.VM-LandingPage  .NavBarRoof .PropertyContainer,
.VM-WideSliderImage  .Header .PropertyContainer, 
.VM-WideSliderImage  .NavBarTop .PropertyContainer, 
.VM-WideSliderImage  .NavBarBottom .PropertyContainer,
.VM-WideSliderImage  .Footer .PropertyContainer,
.VM-WideSliderImage .ContentAreaWrapper > h3:nth-of-type(1) 
 {
/*    max-width: 990px !important;*/
    max-width: 990px !important;
    margin: 0 auto;
    position: relative;
/*    visibility: hidden;*/
} 

.VM-LandingPage  .NavBarRoof .SizeContainer, 
.VM-LandingPage  .Header .SizeContainer, 
.VM-LandingPage  .NavBarTop .SizeContainer, 
.VM-LandingPage  .NavBarBottom .SizeContainer, 
.VM-LandingPage  .Footer .SizeContainer, 
.VM-LandingPage .Footer .SizeContainer > div, .Footer .SizeContainer > div .NavigationText,
.VM-LandingPage  .NavBarRoof .SizeContainer, 
.VM-WideSliderImage  .Header .SizeContainer, 
.VM-WideSliderImage  .NavBarTop .SizeContainer, 
.VM-WideSliderImage  .NavBarBottom .SizeContainer, 
.VM-WideSliderImage  .Footer .SizeContainer, 
.VM-WideSliderImage .Footer .SizeContainer > div, .Footer .SizeContainer > div .NavigationText {
    width: 100% !important;
    position: relative;
} 



.VM-LandingPage .Footer .PropertyContainer,
.VM-WideSliderImage .Footer .PropertyContainer {
    margin: 0 auto  0px !important;
}

/* NAVBARBOTTOM, FOOTER AND TABLES */
.VM-LandingPage .NavBarBottom .PropertyContainer .SizeContainer > div,
.VM-LandingPage .NavBarBottom .PropertyContainer .NavigationText,
.VM-LandingPage .NavBarBottom .PropertyContainer .NavigationText table,
.VM-LandingPage .Footer .PropertyContainer .SizeContainer,
.VM-LandingPage .Footer .PropertyContainer .SizeContainer > div,
.VM-LandingPage .Footer .PropertyContainer .NavigationText,
.VM-LandingPage .Footer .PropertyContainer .NavigationText table,

.VM-LandingPage .NavBarBottom .PropertyContainer .SizeContainer > div,
.VM-WideSliderImage .NavBarBottom .PropertyContainer .NavigationText,
.VM-WideSliderImage .NavBarBottom .PropertyContainer .NavigationText table,
.VM-WideSliderImage .Footer .PropertyContainer .SizeContainer,
.VM-WideSliderImage .Footer .PropertyContainer .SizeContainer > div,
.VM-WideSliderImage .Footer .PropertyContainer .NavigationText,
.VM-WideSliderImage .Footer .PropertyContainer .NavigationText table {
    width: 100% !important;
}
  

.VM-LandingPage .Div .Middle, 
.VM-WideSliderImage .Div .Middle {
    max-width: 100%;
    zoom: 1;
    position: relative;
}
  
.VM-LandingPage .Div .ContentArea,
.VM-WideSliderImage .Div .ContentArea {
    width: auto !important;
    /*max-width: 990px !important;*/
    max-width: 1920px !important;
    max-width: 100% !important;
    
    margin: 0 auto !important;
}
  
.VM-H1Wrap h1 { 
  max-width: 990px;
  margin: 0 auto 20px;
}  
 
.VM-LandingPage div[itemprop="description text"], 
.VM-WideSliderImage div[itemprop="description text"] {
    max-width: 100% !important;
    margin: 0 auto !important;
}  
  
.VM-WideSliderImage div[itemprop="description text"] {
    width: auto !important;
    max-width: 990px !important;
    margin: 0 auto !important;
    
}  

  

/* END RESPONSIVE DESIGN */  


/* START VM-WideSliderImage */
div.CategoryImage {
    float: none;
    padding: 6px 0px 25px 0;
    overflow: hidden;
    text-align: center;
    position: relative;
    display: flex;
}

.VM-WideSliderImage .CategoryImage img {
    margin: 0 auto;
}

/* END VM-WideSliderImage */

/* TITLE */

.VM-H2Block-1 {
  border-bottom: 1px solid #404040;
  text-align: center;
  padding: 0 0 30px 0;
}

.VM-LandingPage .VM-H2Block-1 h2{
  color: #c4142b;
  font-size: 30px;
  margin: 0 0 40px 0;
}


/* ADVANTAGES */

.VM-LandingPage .VM-H2Block-2 {
    padding: 30px 20px 0 20px;
    max-width: 1500px;
    margin: 0 auto;
        
}

.VM-LandingPage .VM-H2Block-2Left {
  /*border: 1px solid green;*/
  width: 420px;
  margin: 0 0 0 100px;
  float: left;
  position: relative;
}

.VM-LandingPage .VM-H2Block-2Left h2{
  color: #3d3d3d;
  font-size: 30px;
}


.VM-LandingPage .VM-H2Block-2Left h2 + h3{
  color: #c4142b;
  text-align: right;
  margin: 0 0 20px 0;
}

.VM-LandingPage .VM-H2Block-2Left h2 + h3 + .VM-Underline {
  background: transparent;
  border-radius: 6px;
  height: 6px;
  width: 155px;
  box-shadow: 0px 6px 0 0 #000;
  position: absolute;
  right: 0;
  margin: -30px 5px 0 0;
}

.VM-LandingPage .VM-H2Block-2Left h3 .VM-Preco{
  font-size: 53px;
  font-weight: bold;
}

.VM-LandingPage .VM-H2Block-2Left h3 .VM-SuperScript{
  vertical-align: top;
  line-height: 64px;
  font-size: 36px;
}


.VM-LandingPage .VM-H2Block-2Right {
  /*border: 1px solid yellow;*/
    width: auto;
    float: right;
    max-width: 930px;
    margin: 0 0 0 40px;
}

.VM-LandingPage .VM-H2Block-2Right h2{
  color: #c4142b;
  padding: 0 0 20px 0; 
  font-size: 30px; 
}


/* START ADVANTAGES */

.VM-LandingPage .VM-H2Block-2Right ul{
list-style-type: none;
padding: 0;
margin: 0;
}


.VM-LandingPage .VM-H2Block-2Right li{
  background: url('/WebRoot/Store/Shops/1139-131030/MediaGallery/design/Icons/icon-seta.png') no-repeat left top #ebebeb;
  width: calc(50% - 60px);
  min-width: 330px;
  float: left;
  padding: 15px 0 15px 50px;
  margin: 20px 0 0 0;
  background-position: 10px center;
}

.VM-LandingPage .VM-H2Block-2Right li:nth-child(2n){
  float: right;
}

/* START SERVICES */

.VM-LandingPage .VM-H2Block-3 {
  display: block;
  width: 100%;
  clear: both;
  padding: 70px 0;
  margin: 70px 0 0 0;
  background: #efefef;
  text-align: center;
}

.VM-LandingPage .VM-H2Block-3 h2{
  color: #c4142b;
  text-align: center;
  font-size: 30px; 
  margin: 0 0 60px 0;
   
}


.VM-LandingPage .VM-H2Block-3-H3IconsBox {
  display: inline-block;
  width: 285px;
  height: 270px;
  margin: 0 30px 30px 0px;
  padding: 15px;   
  text-align: center;
  vertical-align: top;
  background: #3a3a3a;
}

.VM-LandingPage .VM-H2Block-3-H3IconsBox .VM-ImageBox {
  margin: 20px 0 30px 0
}

.VM-LandingPage .VM-H2Block-3-H3IconsBox h3{
  height: 50px;
  margin: 0 0 10px;
  color: #f0f0f0;
}

.VM-LandingPage .VM-H2Block-3-H3IconsBox p{
  color: #f0f0f0;
}

/* START PREÇOS */
.VM-LandingPage .VM-H2Block-4 {
  display: block;
  width: 100%;
  clear: both;
  padding: 70px 0;
  margin: 0px 0 0 0;
  background: transparent;
  text-align: center;
  border: red solid 0px;
}


.VM-LandingPage .VM-H2Block-4 h2{
  color: #c4142b;
  text-align: center;
  font-size: 30px; 
  margin: 0 0 20px 0;
   
}


.VM-LandingPage .VM-H2Block-4 table {
    margin: 0 auto 20px;
    max-width: 1200px;
    width: 100%;
}


.VM-LandingPage .VM-H2Block-4 table td, .VM-LandingPage .VM-H2Block-4 table th {
  font-size: 24px;
}

.VM-LandingPage .VM-H2Block-4 table th {
  text-transform: uppercase;
  border-bottom: 1px solid;
  padding: 0 0 10px 0;
  width: 33%;
}

.VM-LandingPage .VM-H2Block-4 table th p {
    margin: 0 0 0px 0;
}



/* START TABLE CELLS WITH ARROWS */
.VM-LandingPage .VM-H2Block-4 table tr td:nth-child(1) {
  color: #f0f0f0;
  width: calc(100% - 50px);
  height: auto;
  background: #6e6e6e;
  text-align: center;
  position: relative;
  display: table;  
  margin: 10px 0 10px 0;
}

.VM-LandingPage .VM-H2Block-4 table td:nth-child(1) p {
    margin: 0;
    line-height: 60px;
}



/*.VM-LandingPage .VM-H2Block-4 table td:nth-child(1):before,*/
.VM-LandingPage .VM-H2Block-4 table td:nth-child(1):after {
  content: '';
  position: absolute;
}

.VM-LandingPage .VM-H2Block-4 table td:nth-child(1):after {
    border-left: 19px solid #6e6e6e;
    border-right: 19px solid transparent;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    right: -37px;
    top: 0px;
    width: 0;
    height: 0;
    display: block;
}

.VM-LandingPage .VM-H2Block-4 table td:nth-child(1):before {
  border-left: 26px solid white;
  border-right: 26px solid transparent;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  left: 0px;
  top: -1px;
  width: 0;
  height: 0;
  display: block;
}


/* END TABLE CELLS WITH ARROWS */

.VM-LandingPage .VM-H2Block-4 table tr:nth-child(2) td {
    margin: 20px 0 10px 0 !important;
}




.VM-LandingPage .VM-H2Block-4 table td:nth-child(2)  {
    font-size: 30px;
    color: #c4142b;
    font-weight: bold;
}


.VM-LandingPage .VM-H2Block-4 table td:nth-child(2) .VM-SuperScript{
    vertical-align: top;
    line-height: 35px;
    font-size: 18px;
    font-weight: normal;
}


.VM-LandingPage .VM-H2Block-4 table td:nth-child(3)  {
    color: #f0f0f0;
    background: #3a3a3a;    
    position: relative;
    display: table;  
    margin: 10px 0 10px 0;
    width: 100%;
}

.VM-LandingPage .VM-H2Block-4 table td:nth-child(3) p {
    margin: 0;
    line-height: 60px;

}



.VM-LandingPage .VM-H2Block-4 table td:nth-child(3) .VM-SuperScript{
    vertical-align: top;
    line-height: 52px;
    font-size: 18px;
    font-weight: normal;
}


/* END PRICES */

/* START GARANTIA */
.VM-LandingPage .VM-H2Block-5 {
  display: block;
  width: 100%;
  clear: both;
  padding: 40px 0;
  margin: 0px 0 0 0;
  background: #f0f0f0;
  text-align: center;
  border: red solid 0px;
}

.VM-LandingPage .VM-H2Block-5 h2{
  color: #c4142b;
  font-size: 30px;
  margin: 0 0 20px 0;
}

.VM-LandingPage .VM-H2Block-5 p{
  font-size: 22px;
}

/* START HORIZONTAL BULLET LIST */
.VM-LandingPage .VM-H2Block-5 ul {
  list-style:none; 
}

.VM-LandingPage .VM-H2Block-5 ul li {
  font-size: 22px;
  color: #3a3a3a;
  margin: 6px 0 0 0;  
}


.VM-LandingPage .VM-H2Block-5 ul li:before {
  content: url('/WebRoot/Store/Shops/1139-131030/MediaGallery/design/Icons/icon-seta.png');
  font-size: 28px;
  color: #c4142b;
  margin: 3px 25px 0 -43px;
  position: absolute;  
}



/* END GARANTIA */

/* START COMO CONTRATAR */
.VM-LandingPage .VM-H2Block-6 {
  display: block;
  width: 100%;
  clear: both;
  padding: 40px 0;
  margin: 0px 0 0 0;
  background: #ddd;
  text-align: center;
  border: red solid 0px;
}

.VM-LandingPage .VM-H2Block-6 h2{
  color: #c4142b;
  font-size: 30px;
  margin: 0 0 20px 0;
}


.VM-LandingPage .VM-H2Block-6 p{
  font-size: 22px;
}

/* START NUMBERED HORIZONTAL LIST */ 

.VM-LandingPage .VM-H2Block-6 ol {
  counter-reset:li; 
  margin-left:0;
  margin-top: 45px; 
  padding-left:0;
} 

.VM-LandingPage .VM-H2Block-6 ol li {
  display: inline;
  position:relative; /* Create a positioning context */
  margin:0 20px 6px 2em; /* Give each list item a left margin to make room for the numbers */
  padding:4px 8px; /* Add some spacing around the content */
  list-style:none; /* Disable the normal item numbering */
}

.VM-LandingPage .VM-H2Block-6 ol li:before {
  content:counter(li); /* Use the counter as content */
  counter-increment:li; /* Increment the counter by 1 */
  /* Position and style the number */
  position:absolute;
  top:-2px;
  left:-2em;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  width:2em;
  /* Some space between the number and the content in browsers that support generated content but not positioning it (Camino 2 is one example) */
  margin-right:8px;
  padding:4px;
  border-top:2px solid #c4142b;
  /*color:#fff;*/
  color: #f0f0f0;
  /*background:#666;*/
  background: #c4142b;
  border-radius: 50px;

  font-weight:bold;
  /*font-family:"Helvetica Neue", Arial, sans-serif;*/
  text-align:center;
 }
/* START NUMBERED HORIZONTAL LIST */

/* END COMO CONTRATAR */

/* START COMO CONTRATAR */
.VM-LandingPage .VM-H2Block-7 {
  display: block;
  width: 100%;
  clear: both;
  padding: 70px 0 0 0 ;
  margin: 0px 0 0 0;
  background: transparent;
  text-align: center;
  border: red solid 0px;
}

.VM-LandingPage .VM-H2Block-7 h2{
  color: #c4142b;
  font-size: 30px;
  margin: 0 0 40px 0;
}


/* START COMO CONTRATAR */
.VM-LandingPage #SFCustomForm {
    max-width: 800px !important;
    margin: 0 auto !important;    
}


.VM-LandingPage #SFCustomForm  textarea {
    width: 800px !important;
}

/* DD WITH LABEL LIKE CHECKBOXES */
.VM-LandingPage #SFCustomForm .VM-FormDD-WithLabel label  {
  float: none;
}

.VM-LandingPage #SFCustomForm button[name="Submit"] {
    color: #fff;
    background: #c31313 !important;
    float: none;
    margin-right: 0;    
}


/* END DESIGN GRAFICO */


.message-bar.message-cookies {
  width: 90% !important;
}

