﻿

/*@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,700');*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Muli');


/*
Muli

light 300
light 300 Italic
regular 400
regular 400 Italic
semi-bold 600
semi-bold 600 Italic
bold 700
bold 700 Italic
extra-bold 800
extra-bold 800 Italic
*/


body {
      /*font-family: 'Quicksand', sans-serif;*/
      font-family: 'Muli', sans-serif;
      font-style:normal;
      font-weight: 400; /* 300, 400, 600, 700 */
      font-size: 14px;
      color: #030303;
  }


.form-control
{
    -moz-border-radius: 0px;
    border-radius: 0px;

}

/* Esconde os botões Left e Right do Slider */
.right.carousel-control, .left.carousel-control {
    display: none;
}



/* ----- BOTÃO DO COLLAPSE ----- */
.navbar-header .navbar-toggle .icon-bar {
    font-family: 'Muli', sans-serif;
    font-size: 15px;
    background-color: #4c4c4c;
    
   
}

.navbar-toggle {
  width: 100%;
  float: none;
  margin-right: 0;
}


/* ----- MENU TOPO ----- */
.navbar-nav > li.dropdown > a
{
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    font-weight:600;
    margin-bottom:0px;
    
    padding:10px 10px 10px 10px;
    color: #7f7f7f;
    
} 



/* NR - Novo */
.navbar-nav > li > a
{
    font-size: 15px;
    font-weight:400;
    color: #7f7f7f;
    background-color:#ffffff;



    /*padding-left:15px;*/
} 
.navbar-nav > li a:hover 
{
    background-color:#ffffff;
    color: #333333;
    

} 





.navbar-nav > li.dropdown  a:hover 
{
    
    background-color:#ffffff;
    
}

.navbar-nav > li.dropdown.active.open > a,
.navbar-nav > li.dropdown.active.open > ul.dropdown-menu a:hover,
.navbar-nav > li.dropdown.open > a,
.navbar-nav > li.dropdown.open > ul.dropdown-menu a:hover {
    color: #7f7f7f;
    background-color: #b91773;
    background-color: #ffd92a;
    border-color: #fff;

        
}



/* Novo - Para o menu selecionado */
/* ----------------------------------------------------------- */
.navbar-nav > .active{
   /*color: #000;
   color: #d1ab1e;
   background: #d65c14;
   background: #ffffff;*/

   border-bottom:solid 1px #d1ab1e;
 }

 .navbar-nav > .active > a, 
 .navbar-nav > .active > a:hover, 
 .navbar-nav > .active > a:focus {
      /*color: #000;
      color: #d1ab1e;
      background: #d65c14;
      background: #ffffff;*/

      border-bottom:solid 1px #d1ab1e;

 }
 /* ----------------------------------------------------------- */






/* ---------- Navegação dos Icons de Topo ---------- */
.navbar-IconsTopo
{
    background: #fff;
    border: none;
    /*box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);*/
    /*margin: 0!important;*/

    
}
.navbar-IconsTopo > li > a
{
    font-size: 16px;
    font-weight:600;
    color: #7f7f7f;
    background-color:#ffffff;
    
    
}
.navbar-IconsTopo > li a:hover 
{
     
     
}



/* ---------- start navigation ---------- */
/*
.navbar-default
    {
        background: #fff;
        border: none;
        box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
        margin: 0!important;
    }
.navbar-default .navbar-brand
    {
        color: #28a7e9;
        font-size: 30px;
        font-weight: bold;
        height: 70px;
        line-height: 35px;
    }
.navbar-default .nav li a
    {
        color: #666;
        font-size: 13px;
        font-weight: bold;
        height: 70px;
        line-height: 40px;
    }
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus,
.navbar-default .nav li a.current
    {
        color: #28a7e9;
        
    }

.navbar-default .navbar-toggle
    {
        border: none;
        padding-top: 20px;
    }
.navbar-default .navbar-toggle .icon-bar
    {
        background: #28a7e9;
        border-color: transparent;
    }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }



.navbar-default .nav li ul li a
{
    margin-top:0px;
    padding-top:0px;
    height: 30px;
    line-height: 30px;
}*/
/* ---------- end navigation ---------- */





/* ---------- EFEITOS: MOUSE OVER ---------- */



/*
.dropdown:hover .dropdown-menu {
   display: block;
}*/


/* Imagens - Mouse Over */

.imgover {
	opacity: 1;
    
}
.imgover:hover {
	opacity: .90;
    
}
/* -------------------------------------------- */





/* ----- BARRA TOPO ----- */
#BarraTopo {
    font-family: 'Muli', sans-serif;
    font-size:12px;
    padding:5px;
    background-color: #ffd92a;
    /*color:#ffffff;*/

    text-align:center;
}


/* ----- BARRA TOPO DIREITA ----- */
#BarraTopoDireita {
    font-family: 'Muli', sans-serif;
    font-size: 12px;
    
}
#BarraTopoDireita a {
    color: #030303;
    font-size: 12px;
}
#BarraTopoDireita a:hover,a:focus {
    font-size: 12px;
    text-decoration:none;
    color:#595959;
}


/* ----- MENU----- */
/*#MenuTopo{
    border-bottom: solid 1px #e5e5e5;
}
#MenuTopo ul li{
    color:red;
}
#MenuTopo ul li a {
    font-family: 'Muli', sans-serif;
    font-weight: 600; 
    font-size: 15px;
    background-color:#fff;
    color: #030303;
}
#MenuTopo ul li a:hover,a:focus {
    background-color:#fff;
    color:#595959;
}*/



.radiobutton input[type=checkbox], input[type=radio]
{
    font-family: 'Muli', sans-serif;
    font-style:normal;
    font-weight: 400; 
    font-size:14px;
}
.radioboxlist radioboxlistStyle
{
    font-family: 'Muli', sans-serif;
    font-style:normal;
    font-weight: 400; 
    font-size:14px;
    cursor:default;
}
.radioboxlist label {
    font-family: 'Muli', sans-serif;
    font-style:normal;
    font-weight: 400; 
    font-size:14px;
    white-space: nowrap;
    clear: left;
    margin-right: 10px;
    margin-left: 0px;
    cursor:default;

   
}
.radioboxlist label:hover
{
/*color: #CC3300;
background: #D1CFC2;*/
cursor:pointer;
}
input:checked + label {
/*color: #CC3300;
background: #D1CFC2;*/
cursor:default;
}





/* ----- CABÇALHO ----- */
/*#cabecalho {
    border-bottom: 1px solid #dfdfdf;
    box-shadow: inset 0 9px 15px -7px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 9px 15px -7px rgba(0,0,0,0.2);
}*/

/* ----- FOOTER ----- */
#footerlinha{
    margin-top:50px;
    margin-bottom:50px;
    padding: 10px 0px 20px 0px;
    /*border-top: 1px solid #dfdfdf;*/
    font-family: 'Muli', sans-serif;
    font-style:normal;
    font-weight: 400; 
    font-size:14px;
    color:#595959;

   
    
    box-shadow: inset 0 9px 15px -7px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 9px 15px -7px rgba(0,0,0,0.2);
        
}






#footer ul li a {
    font-family: 'Muli', sans-serif;
    font-style:normal;
    font-weight: 400; 
    font-size:13px;

    background-color:#fff;
    color:#595959;
    padding-top:0;
    padding-bottom:0;
}
#footer ul li a:hover,a:focus {
    background-color:#fff;
    color:#7f7f7f;
    padding-top:0;
    padding-bottom:0;
}


/* ----- AFFIX ----- */
.affix {
    top: 0;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index:10;
    
    -webkit-transform: translateZ(0);
    /*-webkit-box-shadow: 0 -5px 7px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 -5px 7px 4px rgba(0,0,0,.2);
    box-shadow: 0 -5px 7px 4px rgba(0,0,0,.2);*/

    -webkit-box-shadow: 0px 2px 7px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 7px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 7px 1px rgba(0,0,0,0.2);
    
    
      
    
}
.affix-top {
    position: static;
    top: -5px;
    
}
.affix + .container-fluid {
    padding-top: 70px;

    
    
    
    
}


/* ----- TOP FAMILIAS ----- */
.TituloTopFamilias {
    font-family: 'Muli', sans-serif;
    
   
    /*background: none repeat scroll 0 0 #FAFAFA;*/
    opacity: 1.0;
    margin-top: 0px;
    padding:5px;
    
    text-align:center;
    position: relative;
    width:100%;
    
    
}
.LabelTopFamilias{
    font-family: 'Muli', sans-serif;
    font-style:normal;
    font-weight: 400; 
    font-size: 15px;
    color:#030303;
}


/* ----- CAROUSEL ----- */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 100%;
    margin: 0 auto;
}

.carousel-control.left, .carousel-control.right {
    background: none !important; 
    filter: progid:none !important; 
}


/*
.no-border{
    box-shadow: none;
    border-radius:0;
    border: 0;
    border-bottom:solid 1px #e5e5e5;
}*/




/* ---------- Dados do Produto ---------- */
/*.LabelProdDescrCompleta{
    font-family: 'Quicksand', sans-serif;
    font-weight:700;
    font-style:normal;
    font-size: 25px;
    background-color: #4c4c4c;
}
.LabelProdPVP{
    font-family: 'Quicksand', sans-serif;
    font-weight:700;
    font-style:normal;
    font-size:14px;
}
.LabelProdRef{
    font-family: 'Quicksand', sans-serif;
    font-weight:700;
    font-style:normal;
    font-size:14px;
}
.LabelProdMedidas{
    font-family: 'Quicksand', sans-serif;
    font-weight:700;
    font-style:normal;
    font-size:14px;
}
.LabelProdObs{
    font-family: 'Quicksand', sans-serif;
    font-size:28px;
    font-weight:400;
    font-style:normal;
    color:#666666;
}*/
/* -------------------------------------- */


/*
input[type="text"]
{
    font-size:24px;
}*/
.LabelSubTotaisTitulo{
    font-family: 'Muli', sans-serif;
    font-style:normal;
    font-weight: 400; 
    font-size: 18px;
    font-style:normal;
    color:#333333;
}
.LabelSubTotais{
    font-family: 'Muli', sans-serif;
    font-style:normal;
    font-weight: 600; 
    font-size: 14px;
    font-style:normal;
    color:#333333;
}
.LabelTitulo{
    font-family: 'Muli', sans-serif;
    font-style:normal;
    font-weight: 600; 
    font-size: 16px;
    font-style:normal;
    /*color:#333333;*/
    color:#d1ab1e;
}
.Label{
    font-family: 'Muli', sans-serif;
    font-style:normal;
    font-weight: 400; 
    font-size: 15px;
    font-style:normal;
    color:#333333;
}
.control-label{
    font-style:normal;
    font-size: 15px;
    font-weight: normal !important;
}

/* --------------------------- */
/* ---------- CESTO ---------- */
/* --------------------------- */

/* ----- BOTÃO ADICIONAR CESTO ----- */
.btn.CestoBotao{
    border-radius: 0px;
    border: 0px solid transparent;
    background-color:#7f7f7f;
    color:#ffffff;
    padding:10px;
    outline: 0;
    font-family: 'Muli', sans-serif;
    font-style:normal;
    font-weight: 400; 
    font-size: 13px;


    /*background-color:#d1ab1e;
    color:#ffffff;*/

}
.btn.CestoBotao:hover {
  background-color: #8c8c8c;
}

/* ----- BOTÃO ADICIONAR QUANTIDADE ----- */
.btn.btn-plus{
    border-radius: 0px;
    border: 0px solid transparent;
    background-color:#53565a;
    color:#ffffff;
    padding:9px;
    outline: 0;
}


/* ----- BOTÃO APAGAR QUANTIDADE ----- */
.btn.btn-minus{
    border-radius: 0px;
    border: 0px solid transparent;
    background-color:#888b8d;
    color:#ffffff;
    padding:9px;
    outline: 0;
}

/* ----- BOTÃO APAGAR QUANTIDADE ----- */
.btn.ContinuarComprar {
    background-color: #0085b5;
    border-color: #0085b5;
    color: #fff;
}

/* ----- TEXTBOX DA QUANTIDADE ----- */
.CestoQuantidade
{
    font-family: 'Muli', sans-serif;
    font-style:normal;
    font-weight: 400;
    font-size: 14px;
    /*color:#333333;*/
    width:35px;
    
    /*padding:8px 7px 9px 7px;*/
    padding:5px;
    height:38px;
    vertical-align:middle;

}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

/* --------------------------- */



/* unvisited link */
a:link {
    color: #333333;
    font-size:16px;
    font-weight: 600; 
}
/* visited link */
a:visited {
    color: #333333;
    font-size:16px;
    font-weight: 600; 
}
/* mouse over link */
a:hover {
    color: #333333;
    font-size:16px;
    font-weight: 600; 
    text-decoration:underline;
}
/* selected link */
a:active {
    color: #333333;
    font-size:16px;
    font-weight: 600; 
}



.glyphicon:before {
 visibility: visible;
 font-size:30px;
 cursor:pointer;
 color:#d1ab1e;
 border:solid 0px #cccccc;
 
}
.glyphicon.glyphicon-heart-empty:checked:before {
   content: "\e005";
}
input[type=checkbox].glyphicon{
    visibility: hidden;
}

.glyphicon.glyphicon-star-empty:checked:before {
   content: "\e006";
}



/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}
.col-fixed {
    /* custom width */
    width:320px;
    vertical-align:top;
}





/* ----------------------------- */
/* ---------- Produto ---------- */
/* ----------------------------- */
.ProdInfo{
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
    text-align: center;
    height:50px; /* Para resolver o problema dos espaços entre produtos */
}
.ProdNome
{
    font-family:'Muli', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:13px; 
    color:#333333;
    line-height: 25px;
}
.ProdPreco
{
    font-family:'Muli', sans-serif;
    font-weight:600;
    font-style:normal;
    font-size:12px; 
    color:#333333;
    display:block;
}


.MsgSucesso{
    font-family:'Muli', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:18px; 
    background-color:#d1ab1e;
    color:#ffffff;
}
.MsgMultibanco{
    font-family:'Muli', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:16px; 
    background-color:#fff;
    color:#333333;
}


/* ----------------------------- */
/* ---------- Tooltip ---------- */
/* ----------------------------- */
.meutooltip + .tooltip > .tooltip-inner {
    background-color: #d1ab1e; 
    color: #030303; 
    border: 1px solid #d1ab1e; 
    padding:10px;
    font-size: 13px;
    min-width:100px;
    
}
/* Tooltip on top */
.meutooltip + .tooltip.top > .tooltip-arrow {
    border-top: 5px solid #d1ab1e;
}
/* Tooltip on bottom */
.meutooltip + .tooltip.bottom > .tooltip-arrow {
    border-bottom: 5px solid #d1ab1e;
}
/* Tooltip on left */
.meutooltip + .tooltip.left > .tooltip-arrow {
    border-left: 5px solid #d1ab1e;
}
/* Tooltip on right */
.meutooltip + .tooltip.right > .tooltip-arrow {
    border-right: 5px solid #d1ab1e;
}





/* Gridview */
.valign-middle{
    vertical-align:middle !important;
}
.headergridviewvalores 
{
    text-align:right !important;
}
.footerlabel{
    font-family:'Muli', sans-serif;
    font-weight:600;
    font-style:normal;
    font-size:13px; 
    color:#333333;
}
.footervalue{
    font-family:'Muli', sans-serif;
    font-weight:600;
    font-style:normal;
    font-size:13px; 
    color:#333333;
}
.footerstyle {
   border-collapse:collapse;
}


/*.mytable>tbody>tr>td, .mytable>tbody>tr>th, .mytable>tfoot>tr>td, .mytable>tfoot>tr>th, .mytable>thead>tr>td, .mytable>thead>tr>th {*/
.mytable>tbody>tr>td{
    padding: 0px;
}
.mytablestandard>tbody>tr>td{
    padding: 10px;
    
}


/* ----- Botão Scroll to Top ----- */
#BtntoTop {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border:solid 1px #d1ab1e;
    outline: none; /* Remove outline */
    background-color: #ffffff; /* Set a background color */
    color:#d1ab1e;
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 10px; /* Some padding */
    /*border-radius: 10px;*/ /* Rounded corners */
    border-radius: 0px; /* Rounded corners */

    /* Transparência */
    /*background: rgba(255,255,255, 0.5);
    background-repeat:no-repeat;
    border: none;
    border:solid 1px #0c70b8;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    */
}
#BtntoTop:hover {
    background-color: #d1ab1e; /* Add a dark-grey background on hover */
    color:#ffffff;
}