/* START ALTERAÇÕES TEMPORÁRIAS COVID */
.NavBarBottom {
  height: 1px;
}

.NavBarBottom *{
  display: none;
}


/* END ALTERAÇÕES TEMPORÁRIAS COVID */


/* Formulário */
.customFormCaption {
font-weight: bold;
font-size: 16px;

}


.epCustomFormWrapper dl dd button.Button {
    float: none;
    margin-right: 20%;
    line-height: 2em;
    font-size: 18px;
    padding: 0px 50px;
    background: #83b106;
    color: #fff;
    border-radius: 5px;
}

textarea.LongText, input.LongText {
    width: 201px;
    height: 120%;
    padding: 3px;
}



/* customFormCaption */
.VM-Inquerito .customFormCaption {
  margin: 65px 0 0 0;
}


.VM-Inquerito .epCustomFormWrapper dl dt {
    float: left;
    width: 410px;
    text-align: right;
}

.VM-Inquerito .epCustomFormWrapper dl dd {
    margin-left: 440px;
}


 .VM-Inquerito .customFormCaption dt {
  display: none;
 }
 
 
  .VM-Inquerito .customFormCaption dd {
  margin-left: 0 !important;
 }

html .ContentArea td .AdditionalInfo, .AdditionalInfo, .ProductNo {
    opacity: 0.9;
    filter: alpha(opacity=90);
    clear: none;
    margin: 0 0 10px 0;    
}

/* RADIO COM IMAGENS */
.radioOverlayFiltro{
    margin: 10px 0 5px 0;
}

.radioOverlayFiltro img{
    border-radius: 10px;
    box-shadow: 1px 1px 2px #666;
}
 
.customFormRadioHolder span {
    padding: 0 10px 5px 0;
    display: inline-block;
    float: left;
    width: 49%;
} 
 
.LeftSmallMargin, .MarginLeftSmall, .SmallLeftMargin {
    margin-left: 10px !important;
    width: 86% !important;
    white-space: normal;
    display: inline-flex;
    position: relative;
} 

.VM-FormInscrTextTable img {
  margin-bottom: 15px;
}


 
/* TESTE HOME PAGE TITLE AND BREADCRUMB */
.VM-HomePage .ContentAreaWrapper > h1:nth-of-type(1),
.VM-HomePage .ContentAreaWrapper > h3:nth-of-type(1) ,
.start-page .VM-BreadCrumb{
  display: none;
}

.start-page .RemoteSearchFacets{
  margin-top: 130px;
  display: none;
}



/* INICIO GERAL */

/* START PRELOAD IMAGES */

.VM-DisplayNone{
  display: none !important;
}

.VM-FloatLeft{
  float: left !important;
}

body:after{
    position:absolute; z-index:-1;
    content: url("") url("");
}

/* END PRELOAD IMAGES */


/* BACKGROUND BODY */  
html.IsEditor, body {
    background-repeat: repeat-x;
}

.Div .ContentArea {
    width: auto !important;
    /*max-width: 990px !important;*/
    max-width: 1000px !important;
    margin: 0 auto !important;
    background: transparent;
/*    min-height: 480px;*/
}




.start-page .NavBarRoof {
    background: url("/WebRoot/Store/Shops/1032-130419/MediaGallery/design/fundos/fundo-topo.png") top left transparent;
}

.start-page .Header {
    background: url("/WebRoot/Store/Shops/1032-130419/MediaGallery/design/fundos/fundo-barra-links.png") top left transparent;
}

#ContentAreaFix, .Div .ContentArea:before {
    background: transparent;
    background-repeat: repeat-x !important;
}

.start-page  .Div .ContentArea,
.start-page  .Div .ContentArea:before{
    background: url("/WebRoot/Store/Shops/1032-130419/MediaGallery/design/fundos/fundo-paginainicial.png") left top #ffffff;
    /*background-image: url("/WebRoot/Store/Shops/1032-130419/MediaGallery/design/fundos/fundo-paginainicial.png");*/
/*    background-repeat-y: repeat-x !important;*/
    background-repeat: repeat-x !important;
}


body *, .Div .Header .SizeContainer, .Div .NavBarBottom .SizeContainer, .Div .Footer .SizeContainer, a {
  font-family: 'Source Sans Pro', sans-serif !important;
}



/* ELEMENT WIDHT 100%  */
.Div .NavBarRoof .SizeContainer,
.Div .Header .SizeContainer,
.Div .NavBarTop .SizeContainer,
.Div .NavBarBottom .SizeContainer,
.Div .Footer .SizeContainer {
    position: relative;
    width: 100%;

}

/* UPPERCASE PARA MENUS */
.NavBarRoof .NavigationElement a,
.Header .NavigationElement a,
.NavBarTop .NavigationElement a,
.DropDownList > li > a,
.ep-megamenu  > li > a, 
.NavBarBottom a,
.Footer a{
  text-transform: uppercase;
}


em {
    font-style: italic !important;
}


td, a, strong, span{
    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   ;  
  }


/*  INICIO CORRECCOES TRANSVERSAIS */

  /* PESQUISA NavBar */ 
.HorizontalNavBar .SearchElement form {
    margin: 0px !important;
}

.InputField.SearchForm {
    padding: 0 0px 0 0;
}

/* INICIO LISTA PRODUTOS */

.SelectLabelling {
    line-height: 35px !important;
}

/* Tax infos */
.HotDealList  + .TaxAndShippingInfo{
    margin: 0 0 25px 0 !important;
}


/* FIM LISTA PRODUTOS */

/* START SHOPPING Cart  AVOID OVERLAYED TEXT */
#BasketAddressFormContainer * {
    font-family: Arial,sans-serif !important;
}

#BasketAddressFormContainer h2 {
    font-size: 120%;
}

/* END SHOPPING Cart */


/*  FIM CORRECCOES TRANSVERSAIS */
    
/* INICIO OPACIDADE */

 .Opacidade  img, .HotDealList .ImageArea img, .HotDeal img, .ListItemCategory .ImageArea img, .ep-uiSlides-box img, 
.start-page .ListItemCategory .InfoArea, button, .start-page .TextComplete img   {
   opacity: 1  !important;  
     transition: opacity  0.9s;
    -webkit-transition: opacity  0.9s ;
    -moz-transition: opacity  0.9s ;
    -ms-transition: opacity  0.9s ;
    -o-transition: opacity  0.9s ;   
    }
    
 
  .Opacidade img:hover, .HotDealList .ImageArea img:hover, 
  .HotDeal img:hover, .ListItemCategory .ImageArea img:hover,.ep-uiSlides-box img:hover,
  .start-page .ListItemCategory .InfoArea:hover, button:hover , .start-page .TextComplete img:hover {
   opacity: 0.6 !important;  
    }
       
/* FIM OPACIDADE */



/* FIM GERAL */
 
/* START RESPONSIVE DESIGN */
  
  .GeneralLayout {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0px auto;
  }


 .NavBarRoof, .Header, .NavBarTop, .NavBarBottom, .Footer{
      width: 100%;
      max-width: 100%;
      } 


 .NavBarRoof .PropertyContainer,
 .Header .PropertyContainer, 
 .NavBarTop .PropertyContainer, 
 .NavBarBottom .PropertyContainer,
 .Footer .PropertyContainer{
/*    max-width: 990px !important;*/
    max-width: 1200px !important;
    margin: 0 auto;
    position: relative;
} 

.Footer .PropertyContainer {
    margin: 0 auto  0px !important;
    max-width: 100% !important;
}

/* NAVBARBOTTOM, FOOTER AND TABLES */
.NavBarBottom .PropertyContainer .SizeContainer > div,
.NavBarBottom .PropertyContainer .NavigationText,
.NavBarBottom .PropertyContainer .NavigationText table,
.Footer .PropertyContainer .SizeContainer,
.Footer .PropertyContainer .SizeContainer > div,
.Footer .PropertyContainer .NavigationText{
    width: 100% !important;
}
  

.Div .Middle {
    max-width: 100%;
    zoom: 1;
    position: relative;
}
  
.Div .ContentArea {
    width: auto !important;
    /*max-width: 990px !important;*/
    max-width: 1200px !important;
    margin: 0 auto !important;
}
  

/* END RESPONSIVE DESIGN */  

/* START TITLE DEINITIONS */
h1[itemprop$='name'] /*, .ContentAreaWrapper h1*/{
    margin: 0px auto;
    font-size: 2em !important;
    max-width: 1200px;
    font-size: 2em !important;
    color: #fff;  
}

/* END TITLE DEINITIONS */

/* END GENERAL */

/* INICIO ROOF */
.NavBarRoof .ShopLogo {
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: 22px;
    margin-left: 0px;
  }



/*  INICIO Elementos de Navegação */  
.NavBarRoof .NavBarElement1 {
    margin: 5px 0 0 0;
}
  
.NavBarRoof .NavBarElement1 a{
    margin: 0px 0 0 10px;
}


  /* START LANGUAGES - Show List as Acronyms (EN | DE | PT | FR) */

    .NavBarRoof .SizeContainer .VM-Pipe{
      height: 12px;
      width: 1px;
      background: #fff;
      padding: 0px 0px 0px !important;
      float: left !important;
      margin-top: 3px;
    }
  
    .NavBarRoof .SizeContainer .VM-Pipe:last-of-type{
      display: none;
    }
  

  .NavBarRoof .SizeContainer .ContextBox{
/*    position: absolute;*/
    right: 0;
    top: 0px;
    padding: 0px 0px 0px 0px !important;
     margin: 7px 0 0 12px;
  }
  
  .NavBarRoof .SizeContainer .ContextBox .BoxContainer{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px !important;

  }
  
  
  .NavBarRoof .SizeContainer .ContextBox .ContextBoxHead{
    display:none!important;
  }

  
  .NavBarRoof .SizeContainer .ContextBox .ContextBoxBody{
  clear: none!important;
  padding: 0px 0px 0px !important;
  float: left !important;
  margin-top: 0px;
    height: auto;
    line-height: unset;
  overflow: hidden;
  border-right: 1px solid;
  }

.NavBarRoof .SizeContainer .ContextBox .ContextBoxBody{
    border-right: 0px solid; 
}

  /* LINK */
.NavBarRoof .SizeContainer .ContextBox .LocaleBoxLink {
  padding: 0px 7px !important;
  vertical-align: bottom !important;
    color: #6a6a6a;
    opacity: 1;
  }


 .start-page .NavBarRoof .SizeContainer .ContextBox .LocaleBoxLink {
    color: #fff;
    opacity: 0.7 !important;
  }


.VM-ActiveLanguage {
    color: #3498db !important;
    opacity: 1;
}

.start-page .VM-ActiveLanguage{
  color: #fff !important;
  opacity: 1 !important;
}



/* END LANGUAGE - Show List as Acronyms (EN | DE | PT | FR) */        
  
/* FIM ROOF */

/* INICIO HEADER */
.Header .ShopLogo {
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: -22px;
    margin-left: 0px;
    z-index: 500 !important;
  }



.Header a, .Header .NavigationElement.SSLSwitch input {
    color: #6a6a6a;
}


.start-page .Header a, .start-page .Header .NavigationElement.SSLSwitch input {
    color: #fff;
}    

.Header a:hover,
.Header .Active > a, 
.Header .Active > em > a, 
.Header .Active input {
    color: #3498db;
}

.start-page .Header a:hover,
.start-page .Header .Active > a, 
.start-page .Header .Active > em > a, 
.start-page .Header .Active input {
    color: #fff !important;
}


.Header {
/*    z-index: 450 !important;*/
}

.Div .Header .SizeContainer{
/*    padding: 45px 0 0 0;*/
}

.Div .Header .SizeContainer{
    position: absolute;
    margin: 15px 0 0 0;
}




/* START DROPDOWN MENU */
.NavBarTop .NavigationElement {
/*
    height: 60px;
    margin-top: 0;
    padding-top: 0;
    line-height: 60px;
    padding: 0 0 0 0;
*/}

.NavBarTop .NavigationElement > a{
/*    height: 60px;
    line-height: 60px;
    padding: 0 29px 0 28px;
*/
}


 .NavBarTop .NavigationElement.Active > a,
 .NavBarTop .NavigationElement.Active  {
/*    background-color: #00b2f0 !important;*/
}

ul.DropDownList li.Active > a {
/*  color: #fff !important;*/
}


/* 2 Nivel */

.GeneralLayout .DropDownList li ul, .GeneralLayout .DropDownList li ul ul {
    min-width: 250px;
    border-color: #aad044 !important;
}

.GeneralLayout ul.DropDownList li ul li {
    width: auto !important;
    border-top: 1px solid #aad044 !important;
    
    
}


.DropDownList li ul li a, .DropDownList li ul li a span {
    white-space: nowrap;
}



.DropDownList li ul li a, .DropDownList li ul li a span {
    font-size: 15px !important;
    line-height: 2.2 !important;
}


/* START FOR INSIDE PAGES */
.DropDownList > li > ul > li:hover,
.DropDownList > li > ul > li:hover, 
.DropDownList > li > ul > li > ul > li:hover,
.DropDownList > li:hover > a, 
.DropDownList > li > ul > li:hover > a,
.DropDownList > li > ul > li > ul > li:hover > a{
    background-color: #aad044 !important;
    color: #fff !important;
}

.DropDownList > li:hover > a{
    background-color: #aad044 !important;
    color: #3498db !important;
}


.DropDownList > li > a, 
.DropDownList > li > a:hover, 
.Header .NavigationElement > a, 
.Header .NavigationElement > a:hover {
    padding: 7px 0px 22px 0 !important;
    margin: 0 0px 0 20px !important;
  
}  

.DropDownList > .NavBarElement1 a, .DropDownList > .NavBarElement1 a:hover,
.DropDownList > .NavBarElement1 {
    padding: 7px 0px 22px 0 !important;
    margin: 0 0px 0 0px !important;
    
}  

.Header .NavigationElement, .Header .NavigationElement.SSLSwitch input {
    /*margin: 0 0 0 15px;*/
    margin: 0 0 0 0px;
}
      
      
/*.DropDownList > .NavBarElement1.Active > a,*/ 
.DropDownList > li:hover > a, 
.DropDownList > li.Active > a, 
.DropDownList > li > a:hover, 
.Div .Header .SizeContainer  .Active > a, 
.Header .NavigationElement > a:hover  {
    background: url("/WebRoot/Store/Shops/1032-130419/MediaGallery/design/fundos/fundo-blue-px-3-3.jpg") center 39px repeat-x !important;
}
  
/* START FOR START PAGE */  
.start-page .DropDownList > li > ul > li:hover,
.start-page .DropDownList > li > ul > li:hover, 
.start-page .DropDownList > li > ul > li > ul > li:hover,
.start-page .DropDownList > li:hover > a, 
.start-page .DropDownList > li > ul > li:hover > a,
.start-page .DropDownList > li > ul > li > ul > li:hover > a{
    background-color: #aad044 !important;
    color: #fff !important;
}

.start-page .DropDownList > li > a, 
.start-page .DropDownList > li > a:hover, 
.start-page .Header .NavigationElement > a, 
.start-page .Header .NavigationElement > a:hover {
    padding: 7px 0px 22px 0 !important;
    margin: 0 0px 0 0px !important;
}  
      
  
.start-page .DropDownList > .NavBarElement1 a, .start-page .DropDownList > .NavBarElement1.Active > a, 
.start-page .DropDownList > li:hover > a, 
.start-page .DropDownList > li.Active > a, 
.start-page .DropDownList > li > a:hover, 
.start-page .Div .Header .SizeContainer  .Active > a, 
.start-page .Header .NavigationElement > a:hover  {
    background: url("/WebRoot/Store/Shops/1032-130419/MediaGallery/design/fundos/fundo-white-px-3-3.jpg") center 39px repeat-x !important;
}


/* END DROPDOWN MENU */

  
  
/* Fundo Header e para por cima do Slider */
.VM-OverSliderHeaderBackground {
    position: absolute;
    z-index: 50;
    width: 100%;
    height: 201px;
    
    /* WITHOUT DOUBLE SHADOW*/ 
    height: 180px;
    
    background: #fff;
    /*opacity: 0.2;*/
    /*background: url('/WebRoot/Store/Shops/2759-160616/MediaGallery/design/fundos/imagem-topo-interior.jpg') top center no-repeat;*/
}

.start-page .VM-OverSliderHeaderBackground {
    position: absolute;
    z-index: 50;
    width: 100%;
    height: 146px;
    background: #000 none;
    opacity: 0.2;

}


/* START CATEGORIES */

/* INICIO HOME PAGE */

/* INICIO CONTENT SLIDER */

.contentslider li:nth-child(1n+2) img{
    display: none;
}


.contentslider {
  border: solid 0px transparent;
  position: absolute !important;    
}

.contentslider , .contentslider img{
    max-width: 100% !important;
    width: 100% !important;
}

.contentslider > ul {
    max-width: 100% !important;
    width: 100% !important;
    height: auto!important ;
}


.contentslider > ul > li {
    width: 100% !important;
}

.contentslider .contentslider-pager {
    width: 100%;
    text-align: center;
    background: #fff;
    opacity: 0.5;
    bottom: 0;
    margin-top: 0;
    height: 24px;
}

.contentslider .contentslider-pager a {
     margin-top: 6px;
}

/* FIM CONTENT SLIDER */

/* START HOME PAGE */

.start-page .TextComplete:nth-child(2) h1 {
    min-height: 88px !important;
    line-height: 88px !important;
    line-height: normal !important;
    color: #fff !important;
    margin: 12px 0 0 0;
    font-size: 29px;
    padding: 14px 0 0 0;
}


.start-page .TextComplete:nth-child(2) table tr:nth-child(1) td {
    vertical-align: top !important;
    width: 25% !important;
    height: 220px !important;               
    line-height: 220px !important;
    padding: 0px 0 0px 0;
    background: url("/WebRoot/Store/Shops/1032-130419/MediaGallery/design/fundos/fundo-locais.png") no-repeat center center;
    color: #fff !important;
    font-size: 24px;
    position: relative;
    opacity: 1;
    
}

.start-page .TextComplete:nth-child(2) table tr:nth-child(1) td:hover {
  opacity: 0.6;
}

.start-page .TextComplete:nth-child(2) table tr:nth-child(1) td .VM-InnerDiv{
    height: 100%;
    width: 100%;
    padding: 70px 0 0 0;
    position: absolute;
    color: #fff !important;
    font-size: 28px;
    font-weight: bold;
}

.start-page .TextComplete:nth-child(2) table tr:nth-child(1) td a{
    color: #fff !important;
    font-size: 28px;
}

.start-page .TextComplete:nth-child(2) table tr:nth-child(2) td{
    padding: 35px 0 0 0;
    
}
.VM-TableLine{
  width: 97%;
  height: 2px;  clear: both !important;
  display: block;
  margin: 19px auto;
}


.start-page .TextComplete:nth-child(2) table tr:nth-child(2) td a {
    font-size: 26px;
}

.start-page .TextComplete:nth-child(2) table tr:nth-child(3) td 
 {
    color: #abd044;
    font-size: 28px;
}




/* END HOME PAGE */

/* START NAVBARBOTTOM */


/* START VERTICAL MIDDLED TEXT */


.NavBarBottom .NavigationText h2{
  line-height: 88px;
  height: 88px
}
/* END VERTICAL MIDDLED TEXT */

/* END NAVBARBOTTOM */

/* START FOOTER */
/* HIDE P AFTER TABELE */
.Footer table + p{
display: none;
}

.Footer .NavigationText {
    vertical-align: top   !important;
    padding: 15px 0 0 0;
    text-align: center !important;
}


.Footer  table img{
    width: auto !important;
    height: 60% !important;
    margin: 10px 25px  0 0 !important;
    
}

.Footer  table {
/*  display: inline-block;*/
  display: inline;
  width: auto !important;
  /*float: left;*/
  margin: 0 40px 0 10px;
}


.Footer  table:last-of-type {
  /*float: right;*/
  /*margin: 0 0px  0 0px;*/
}

.Footer  table th{
  text-align: left !important;
  padding: 0 0 6px 0;
}


.Footer  table td{
  vertical-align: top !important;
}

.Footer tr:nth-child(1) td {
    padding: 10px 4px 10px 4px;
}


.Footer td img {
/*  max-height: 55px;
  width: auto !important;*/
  margin: 0 15px 0 0;
}

.Footer .PropertyContainer {
    min-height: 180px;
}    

/* END FOOTER */

/* START CATEGORIES */

/* START BREADCRUMB */

.BreadcrumbItem:hover, .BreadcrumbItem {
    font-size: 14px !important;
    color: #616161 !important;
    font-weight: normal !important;
    padding: 0 12px 0 0 !important;
    margin: 0 3px 0 0 !important;
    background: url("/WebRoot/StoreTypes/6.17.48/Store/SF/Icon/WireframeBlack/img_breadcrumb_arrow.png") no-repeat right 50% !important;
}

.VM-BreadCrumb {
    border-top: 2px solid #efefef;
    margin: 7px 0 0 0 !important;
    padding: 3px 0 0px;
}

.VM-BreadCrumb a, .VM-BreadCrumb span{
  color: #616161;  
  font-size: 14px !important;
}

ul.DropDownList .VM-BreadCrumb  span {
    position: relative !important;
    right: 0 !important;
    font-weight: normal !important;
}



/* END BREADCRUMB */


.ListItemCategory .InfoArea h3 a {
    text-transform: uppercase;
    font-size: 23px;
}

.lineBelowH3 {
    display: block;
    height: 1px !important;
    width: 180px;
    margin: 7px auto 10px auto;
    background: #736a65;
    line-height: 1px !important;
    min-height: 1px;
}

.ReadMoreButton {
    width: 400px;
    margin: 20px auto 0px;
    text-align: right;
}    


/* START FULL BACKGROUND CATEGORIES */
.VM-CategoryWideImage, .VM-CategoryWideImage img {
  width: 100%;
}


.VM-FullBackground .Header .PropertyContainer{
  /*height: 176px;*/
 }

.VM-FullBackground .Middle{
  background-size: auto !important;
  background-position: top center !important
            
}   

.VM-FullBackground .Div .ContentArea,
.VM-FullBackground .ListItemCategory,
.VM-FullBackground .ListItemCategory {
    background: transparent;
}

.VM-FullBackground .CategoryText {
    margin: 35px 0 0 0 !important;
}

.VM-FullBackground  div.CategoryImage {
    display: none;
}

.VM-FullBackground .VM-CategoryH1Box {
    background: #aad044;
    margin: 0px 0 0 0;
    padding: 20px;
    color: #fff;
}



/* END FULL BACKGROUND CATEGORIES */


/* START VM CATEGORY LIST */


.VM-CategoryList .ListItemCategoryTable tr td:nth-child(1) {
    border-right: 25px solid transparent;
    padding: 0 0 40px;    
}

.VM-CategoryList .ListItemCategoryTable tr td:nth-child(2) {
    border-left: 25px solid transparent;
    padding: 0 0 40px;
}

.VM-CategoryList .CategoryList {
    margin: 15px 0 0px 0;
    padding: 0;
} 
 
 
.VM-CategoryList .ListItemCategory {
    text-align: left;
    background: #f4f4f4;
    padding: 5px 30px 15px 30px;
}


.VM-CategoryList .ListItemCategory .InfoArea {
    width: 400px;
    margin: 20px auto 0px;
}


.VM-CategoryList .lineBelowH3 {
    width: 100%;
    margin: 17px auto 12px auto;
}

/* END QUEM SOMOS */

/* START EPOSITORES */
.VM-Expositores  iframe{
  width: 100% !important;
}

.VM-ExpositoresVirtual #CategoryProducts .HotDealList{
/*border:1px solid #0F0;*/
}

.VM-ExpositoresVirtual #CategoryProducts .HotDealList .InfoArea{
	padding-bottom: 45px;
	margin-bottom: 30px;
	/*border:1px solid #00F;*/
}
.VM-ExpositoresVirtual  table.three-colums-product-list{
  display:block;
}
.VM-ExpositoresVirtual #CategoryProducts .HotDealList .InfoArea .ImageArea{
	margin: auto;
}
.VM-ExpositoresVirtual #CategoryProducts .HotDealList .InfoArea .ImageArea img{  
	width: 180px;
    height: 180px;
    object-fit: scale-down;
}
.VM-ExpositoresVirtual #CategoryProducts .HotDealList .iconsExpositor{
	/*display: block;*/
    bottom: 0px;
    left: 0px;
    /*border:1px solid #F00;*/
    position: absolute;
    width: 95%;
    padding-bottom: 5px;
    border-bottom: 1px solid #D4D4D4;
}
.VM-ExpositoresVirtual .HotDealList .InfoArea .iconsExpositor *{
	display: inline-block;
	margin-right: 9px;
}
.VM-ExpositoresVirtual .HotDealList .InfoArea .iconsExpositor  *:last-child{
	margin-right:0px;
}
.iconWWW{
	width: 38px;
	height: 38px;
	background: url('/WebRoot/Store/Shops/1032-130419/MediaGallery/design/FVVirtual/icons.png') 0 0;
}
.iconMAIL{
	width: 38px;
	height: 38px;
	background: url('/WebRoot/Store/Shops/1032-130419/MediaGallery/design/FVVirtual/icons.png') 198px 0;
}
.iconPHONE{
	width: 38px;
	height: 38px;
	background: url('/WebRoot/Store/Shops/1032-130419/MediaGallery/design/FVVirtual/icons.png') 158px 0;
}
.iconSKYPE{
	width: 38px;
	height: 38px;
	background: url('/WebRoot/Store/Shops/1032-130419/MediaGallery/design/FVVirtual/icons.png') 118px 0;
}
.iconWHATSAPP{
	width: 38px;
	height: 38px;
	background: url('/WebRoot/Store/Shops/1032-130419/MediaGallery/design/FVVirtual/icons.png') 80px 0;
}


.iconTEAMS{
	width: 38px;
	height: 38px;
	background: url('/WebRoot/Store/Shops/1032-130419/MediaGallery/design/FVVirtual/icons.png') 40px 0;
}




.VM-ExpositoresVirtual .HotDealList .InfoArea .iconsExpositor {
    display: block;
	opacity: 0;

}
.VM-ExpositoresVirtual .HotDealList .InfoArea:hover .iconsExpositor {
  -webkit-transition: all 700ms ease-in-out;
  -moz-transition: all 700ms ease-in-out;
  -ms-transition: all 700ms ease-in-out;
  -o-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
  opacity: 1;	
}


/* START IMPRESNA */

.VM-Noticias_Imprensa .CategoryList div.CategoryImage {
    float: none;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
}

.VM-Noticias_Imprensa .ListItemCategoryTable tr td:nth-child(1) {
    border-right: 25px solid transparent;
    padding: 0 0 40px;    
}

.VM-Noticias_Imprensa .ListItemCategoryTable tr td:nth-child(2) {
    border-left: 25px solid transparent;
    padding: 0 0 40px;
}

.VM-Noticias_Imprensa .CategoryList {
    margin: 15px 0 0px 0;
    padding: 0;
} 
 
 
.VM-Noticias_Imprensa .ListItemCategory {
    text-align: left;
    background: #f4f4f4;
    padding: 5px 25px 15px 25px;
}


.VM-Noticias_Imprensa .ListItemCategory .InfoArea {
    width: 400px;
    margin: 20px auto 0px;
}


.VM-Noticias_Imprensa .lineBelowH3 {
    width: 100%;
    margin: 17px auto 12px auto;
}

.VM-Noticias_Imprensa .ListItemCategory .ImageArea {
    padding: 14px 0 20px 0;
    text-align: center;
    width: 100%;
}



/* END NOTICIAS IMPRENSA */

/* START NOTICIAS TELEVISAO */


.VM-P-Inline .CategoryText p {
  display: inline-block;
  margin: 20px 6px;
}

/* END NOTICIAS TELEVISAO */


/* END CATEGORIES */

/* START PRODUCTS */

                
/* START GALERIA */                
/* Esconder data e local da foto */
#SlideShowWidgetContainer .ep-uiSlides-desc{
      height: 20px;
      background: #aad044;
}


#SlideShowWidgetContainer .ep-uiSlides-count {
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px;

}


/* FIM GALERIA */






/* START HIDE PAGER AND ORDER BY */
.CategoryBase .TextComplete:nth-child(2) p{
/*height: 0 !important;*/
}


/* Esconder MostrarPorPagina Relevancia */
/*.CategoryProducts .InputLabelling,
.CategoryProducts #ep-PageSize,
.CategoryProducts .SelectLabelling,*/
.CategoryProducts .FloatRight .InputLabelling,
.CategoryProducts #ep-SortOrder{
display: none;
}

/* Esconder Explorar páginas dos produtos */
.CategoryProducts .PageThis{
/*display: none !important;*/
} 

/* END HIDE PAGER AND ORDER BY */

.ProductNo {
  display: none;
}

#CategoryProducts{
/*  display: none;*/
}

table.three-colums-product-list{
  display:none;
}


.Middle .ContentAreaWrapper > .RemoteSearchFacets, .Middle .ContentAreaWrapper .CategoryList > .RemoteSearchFacets {
    float: left;
    margin-right: 15px;
    width: 250px;
}

.RemoteSearchFacetCategory {
 display: none;
}

.show-facets .ProductListImageBox.three-colums-product-list div.ImageArea {
    line-height: unset !important;
}

.CategoryBaseTable .TextLeft , .CategoryBaseTable .TextRight {
    padding: 0px 5px 5px 0px;
    float: left;
    width: 100%;
}
                                    
.HotDealList .InfoArea div:nth-child(1n + 2){
  display: none;
}
.HotDealList .InfoArea h3{
  display: none;
}

.HotDealList {
    display: -webkit-flex;
    display: inline-block;
    clear: none;
}
 

.HotDealList .InfoArea {
    padding: 0 35px;
    position: relative;
    text-align: center;
    min-width: 225px;
    display: inline-flex;
}


.HotDealList .InfoArea .innerDiv {
  text-align: center;
  min-height: 124px;
  border-bottom: 1px solid #6a6a6a;
}
                                              
                                              
.HotDealList .ImageArea > a {
  /*cursor: default;*/
}    

.PageThis {
 display: none;
}

/* END PRODUCTS */

/* START CARTAZES */
.VM-Cartazes .CategoryList td img {
    min-height: 690px;  
}


/* START VM STYLES */
.VM-ContentAreaTable-FloatLeft .ContentArea .CategoryList table{
    float: left;
    margin: 0 50px 20px 0;    
}

/* START MOBILE SWITCH */
  .VM-MobileVersion a, .VM-MobileVersion a:hover {
    background-repeat: no-repeat;
    line-height: 29px !important;
    height: 29px !important;    
    padding: 0 0 0 28px !important;
    margin: 3px 15px 0 0 !important;
    background-size: 14px;
    background-position-y: 2px;
    color: #3498db;    
    background: url('/WebRoot/Store/Shops/1032-130419/MediaGallery/design/icons/icon-mobile-version-black.png') no-repeat !important;
}


  .start-page .VM-MobileVersion a, .start-page .VM-MobileVersion a:hover{
    background: url('/WebRoot/Store/Shops/1032-130419/MediaGallery/design/icons/icon-mobile-version-white.png') no-repeat  !important;
    color: #fff;
}

/* END MOBILE SWITCH */

