/* 
    CSS de layout da loja virtual

    Created on : Mar 15, 2017, 10:53:45 AM
    Author     : alexvfornazieri
*/

@font-face {
    font-family: "FontAwesome";
    font-style: normal;
}

.topAccess [class*="col-"] {
    padding-top: 30px;
}

.topAccess a {
    color: rgb(51, 51, 51);
}

.topAccess .fa, .topAccess [class*="icon-"] {
    float: left;
    font-size: 3.5rem;
    margin-right: 15px;
}

#mainNav.navbar-default .navbar-nav > li > a:hover {
    background-color: #CCCCCC;
}

#content {
    padding: 0 30px 20px 30px;
}

.panel {
    border-radius: 0;
}

.panel-heading {
    padding: 5px 10px;
    border-radius: 0;
    background: #e4e1e1 !important;
}

/*CSS Menu Categoria*/
.panel-heading-Menu {
    padding: 5px 10px;
    border-radius: 0;
    border-bottom-style: dashed;
    border-bottom-color: #D3D3D3;
    border-width: 1px;
    background: white !important;
}

.panel-heading-Menu .panel-title {
    font-weight: bold;
    font-size: 1.5rem;
    color: #404040;
}

/*CSS Menu Categoria*/

.panel-heading .panel-title {
    font-weight: bold;
    font-size: 1.5rem;
    color: #404040;
}

/*.leftMenuCard {
    z-index: 100;
    padding: 0 30px 0 0;
}*/

/*.leftMenuCard ul > li:not(.dropdown) {
    white-space: nowrap;
    overflow: hidden;
}

.leftMenuCard ul > li > a {
    padding: 5px 10px;
    background-color: #EEE;
}

.leftMenuCard ul > li:not(.dropdown):hover {
    overflow: visible;
    width: auto;
    display: inline-block;
    min-width: 100%;
}*/

/*.leftMenuCard ul > li > ul {
    background-color: #e4e1e1;
}

.leftMenuCard ul > li > ul > li > a {
    display: block;
}

.leftMenuCard ul > li > ul > li:hover {
    background-color: #eee;
}*/

.atendTitle {
    background: #e4e1e1;
}

.atendTitle h6 {
    font-weight: bold;
    font-size: 15px;
    color: #404040;
    margin-bottom: 10px;
    margin: 5px 0;
}

#infoFooterBox {
    border: 0;
    border-top: 1px solid #f5d534;
    background: #f7f7f7;
    margin-bottom: 20px;
}

#infoFooterBox [class*="col"] {
    padding: 15px 0 10px;
}

#infoFooterBox .social .fa-google-plus-square {
    color: #dd4b39;
}

#infoFooterBox .social .fa-facebook-square {
    color: #3b5998;
}

.infos-container .fa, .infos-container [class*="icon-"] {
    float: left;
    font-size: 4rem;
    margin-right: 15px;
}

.row img {
    max-width: 100%;
}

.footer-secondary b {
    color: #999;
    display: block;
    font-family: arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 10px;
    border-bottom: solid 1px #ddd;
    padding: 0 0 10px;
}

.footer-copyright {
    color: #999;
    border-top: solid 1px #ddd;
    font-family: verdana, sans-serif;
    font-size: 11px;
    min-height: 50px;
    text-align: center;
    padding-top: 20px;
}

.crop {
    position: relative;
    width: 400px;
    height: 300px;
    border-radius: 3px;
    overflow: hidden;
}

.crop img {
    position: absolute;
    left: 50%;
    top: 50%;
    /*height: 100%;*/
    width: auto;
    max-width: inherit;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.crop img.portrait {
    width: 100%;
    height: auto;
}

.crop.thumb {
    width: 100px;
    height: 80px;
    margin-bottom: 5px
}

.pages {
    margin-top: 20px;
}

.pages .pagination {
    margin-top: 5px;
}

.tab-content {
    border: 1px solid #ddd;
    border-top: none;
    padding: 10px;
    overflow: auto;
}

.page-header {
    font-style: italic;
}

.page-header * {
    padding: 0;
    margin: 0;
    font-size: 2rem;
}

.box-footer {
    background: #f7f7f7;
    margin: 30px -20px -20px;
    padding: 20px;
    border-top: solid 1px #eeeeee;
}

.box {
    background: #fff;
    margin: 0 0 30px;
    border: solid 1px #e6e6e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

#content .panel.sidebar-menu {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

#content .panel.sidebar-menu .panel-heading .btn.btn-danger {
    color: #fff;
}

#content .panel.sidebar-menu .panel-body span.colour {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: solid 1px #555555;
    vertical-align: top;
    margin-top: 2px;
    margin-left: 5px;
}

#content .panel.sidebar-menu .panel-body span.colour.white {
    background: #fff;
}

#content .panel.sidebar-menu .panel-body span.colour.red {
    background: red;
}

#content .panel.sidebar-menu .panel-body span.colour.green {
    background: green;
}

#content .panel.sidebar-menu .panel-body span.colour.blue {
    background: blue;
}

#content .panel.sidebar-menu .panel-body span.colour.yellow {
    background: yellow;
}

#content .panel.sidebar-menu .panel-body label {
    color: #999999;
    font-size: 12px;
}

#content .panel.sidebar-menu .panel-body label:hover {
    color: #555555;
}

#content .panel.sidebar-menu h3 {
    padding: 5px 0;
    margin: 0;
}

#content .panel.sidebar-menu ul.nav.category-menu {
    margin-bottom: 20px;
}

#content .panel.sidebar-menu ul.nav.category-menu li a {
    text-transform: uppercase;
    font-weight: bold;
}

#content .panel.sidebar-menu ul.nav ul {
    list-style: none;
    padding-left: 0;
}

#content .panel.sidebar-menu ul.nav ul li {
    display: block;
}

#content .panel.sidebar-menu ul.nav ul li a {
    position: relative;
    font-weight: normal;
    text-transform: none !important;
    display: block;
    padding: 10px 15px;
    padding-left: 30px;
    font-size: 12px;
    color: #999999;
}

#content .panel.sidebar-menu ul.nav ul li a:hover,
#content .panel.sidebar-menu ul.nav ul li a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

#content .panel.sidebar-menu .panel-body span.colour {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: solid 1px #555555;
    vertical-align: top;
    margin-top: 2px;
    margin-left: 5px;
}

#content .panel.sidebar-menu .panel-body span.colour.white {
    background: #fff;
}

#content .panel.sidebar-menu .panel-body span.colour.red {
    background: red;
}

#content .panel.sidebar-menu .panel-body span.colour.green {
    background: green;
}

#content .panel.sidebar-menu .panel-body span.colour.blue {
    background: blue;
}

#content .panel.sidebar-menu .panel-body span.colour.yellow {
    background: yellow;
}

#content .panel.sidebar-menu .panel-body label {
    color: #999999;
    font-size: 12px;
}

#content .panel.sidebar-menu .panel-body label:hover {
    color: #555555;
}

.crt-quantity {
    min-height: 1.375em;
    min-width: 1.375em;
    line-height: 1.375em;
    display: run-in;
    padding: 1px;
    left: 1px;
}

.crt-quantity {
    position: absolute;
    color: #fff;
    background: #1E90FF;
    border-radius: 100%;
    border: 0;
    text-align: center;
    font-size: .75em;
    line-height: 1.5;
    margin-left: 45px;
    top: 50px;
}

#content #thumbs a {
    display: block;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    border: solid 2px transparent;
}

#content #thumbs a.active {
    border-color: #4fbfa8;
}

.fixed-panel-endereco {
    height: 100px;
    width: 100%;
    overflow-y: scroll;
}

.lazy-img img {
    opacity: 0;
    max-width: 100%;
    max-height: 100%;
}

.lazy-img img.loaded {
    opacity: 1;
    transition: opacity 2s;
}

@media (max-width: 768px) {
    .btn-responsive {
        padding: 2px 4px;
        font-size: 80%;
        line-height: 1;
        border-radius: 3px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .btn-responsive {
        padding: 4px 9px;
        font-size: 90%;
        line-height: 1.2;
    }
}

/*CSS das tags de promoção e novos produtos*/
.ribbon {
    position: absolute;
    top: 50px;
    padding-left: 51px;
    z-index: 20;
}

.ribbon .ribbon-background {
    position: absolute;
    top: 0;
    right: 0;
}

.ribbon .theribbon {
    position: relative;
    width: 80px;
    padding: 6px 20px 6px 20px;
    margin: 30px 10px 10px -71px;
    color: #fff;
    background-color: #4fbfa8;
    text-shadow: 0px 1px 2px #bbb;
}

.ribbon .theribbon:before,
.ribbon .theribbon:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
}

.ribbon .theribbon:after {
    left: 0px;
    top: 100%;
    border-width: 5px 10px;
    border-style: solid;
    border-color: #2d7b6b #2d7b6b transparent transparent;
}

.ribbon.sale {
    top: 0;
}

.ribbon.sale .theribbon {
    background-color: #ff3333;
    text-shadow: 0px 1px 2px #bbb;
}

.ribbon.sale .theribbon:after {
    border-color: #cc0033 #cc0033 transparent transparent;
}

.ribbon.new {
    top: 50px;
}

.ribbon.new .theribbon {
    background-color: #009933;
    text-shadow: 0px 1px 2px #bbb;
}

.ribbon.new .theribbon:after {
    border-color: #006633 #006633 transparent transparent;
}

.ribbon.gift {
    top: 100px;
}

.ribbon.gift .theribbon {
    background-color: #5cb85c;
    text-shadow: 0px 1px 2px #bbb;
}

.ribbon.gift .theribbon:after {
    border-color: #357935 #357935 transparent transparent;
}

.ribbon.frete {
    top: 100px;
}

.ribbon.frete .theribbon {
    background-color: #FF9B33;
    width: 114px;
}

.ribbon.frete .theribbon:after {
    border-color: #A35F1C #A35F1C transparent transparent;
}

/*CSS das tags de promoção e novos produtos*/

/*CSS Dropdown - Menu do Usuario*/
.dropdown-menuUsuario {
    padding: 1px;
    border: none;
    font-size: 16px;
}

.dropdown-subMenuUsuario {
    display: none;
    position: absolute;
    margin-bottom: 10px;
    background-color: #f9f9f9;
    min-width: 150px;
    box-shadow: 2px 3px 3px 3px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-subMenuUsuario a {
    color: #337ab7;
    padding: 7px 20px;
    text-decoration: none;
    display: block;
}

.dropdown-subMenuUsuario a:hover {
    background-color: #f1f1f1
}

.dropdown:hover .dropdown-subMenuUsuario {
    display: block;
    color: #337ab7;
}

.backgroundhover:hover {
    background-color: #337ab7 !important;
    color: white;
    border-radius: 8px;
}

.setinhaTopo:before {
    content: "";
    border-top: 0px solid #337ab7;
    border-bottom: 9px solid #337ab7;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    position: absolute;
    /*right: 65px;*/
    margin-top: -10px;
}

/*CSS Dropdown - Menu do Usuario*/

.activeButton {
    color: #fff !important;
    background-color: #337ab7;
}

.textColoMenus {
    color: #337ab7 !important;
}

.textColoMenusHover:hover {
    color: white !important;
}

.menuSuperior:hover {
    background-color: #337ab7 !important;
}

.barraMenuSuperior {
    background: #e4e1e1;
    border: 0px;
    border-radius: 0px;
}

.modalp {
    text-align: center;
    padding: 0 !important;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modalp:before {
    content: '';
    display: inline-block;
    height: 95%;
    vertical-align: middle;
    margin-right: -4px;
}

.modalp-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    position: relative;
    margin: 10px;
    max-height: 98% !important;
    max-width: 80%;
}

#subirTopo {
    bottom: 20px;
    position: fixed;
    right: 3%;
    cursor: pointer;
}

#subirTopo:hover {
    opacity: 0.8;
}

.thumb {
    margin-top: 1em;
}

@media (max-width: 992px) {
    #productMain {
        padding-top: 20px;
    }
}

@media (max-width: 768px) {
    .box {
        margin-top: 20px;
    }
}

.circulo-subirtopo {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 2.2em;
    color: #FFFFFF;
    border: solid 2px #FFFFFF;
}

@media (max-width: 768px) {
    .banner-rodape {
        margin-top: 20px;
    }
}

@media (max-width: 1199px) {
    .btn-formas-pagamento-top{
        margin-top: 10px;
    }
}

.selecionaTamanho{
    margin-top: 20px;
    margin-bottom: 20px;
}


/*MARMORARIA*/

#productMain .radio-image label > input{
    visibility: hidden;
}
#productMain .radio-image label > input + img{
    cursor:pointer;
    border:4px solid #EEE;
    border-radius:15px;
    padding:10px;
}
#productMain .radio-image label > input:checked + img{
    border:4px solid #3F51B5;
}


#cormarmore .radio-image label > input{
    visibility: hidden;
}
#cormarmore .radio-image label > input + img{
    cursor:pointer;
    border:4px solid #EEE;
    border-radius:15px;

}
#cormarmore .radio-image label > input:checked + img{
    border:4px solid #11b571;
}

/*@font-face {*/
/*    font-family: "FontAwesome";*/
/*    font-weight: normal;*/
/*    font-display: auto;*/
/*    font-style: normal;*/
/*    src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2") format("woff2");*/
/*}*/


/*#cormarmore input + img:after{*/
/*    z-index: 888;*/
/*    !*display: inline-block;*!*/
/*    !*padding-right: 3px;*!*/
/*    !*vertical-align: middle;*!*/
/*}*/

/*#cormarmore input:checked:before{*/
/*    font-family: FontAwesome;*/
/*    content: "\f00c";*/
/*    z-index: 999999999;*/
/*    font-size: 62px;*/
/*}*/

/*#cormarmore input[name=corpedra].radio-image + label:before*/
/*{*/
/*    !* unchecked checkbox *!*/
/*    !* content: "\f096"; - Default icon *!*/
/*    font-family: 'FontAwesome';*/
/*    content: "\f00c";*/
/*    z-index: 9999;*/
/*}*/


@supports (zoom:2) {
    input[name=profundidade], input[name=temCooktop], input[name=temCuba]{
        zoom: 2;
    }
}
@supports not (zoom:2) {
    input[name=profundidade], input[name=temCooktop], input[name=temCuba]{
        transform: scale(2);

    }
}

.labelRadioCheckBox{
    /* fix vertical align issues */
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    font-weight: bold;
    font-size: 18px;
    position: relative;
}

@media (min-width: 920px) {
    div #modeloAoSelecionar {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        font-size: 20px;
        z-index: 9999;
    }
}

@media (max-width: 600px) {
    #tamanhos{
        margin-top: 40px!important;
    }

    /*#modeloAoSelecionar{*/
    /*    zoom: 5;*/
    /*    border: 0px;*/
    /*    background-color: #ffffff;*/
    /*}*/
}


/*Total carrinhos*/
.fundoResumo{
    background: #f5f5f5;
    border-radius: 5px;
}

.totaisLi{
    border-bottom: 2px solid #ebebeb;
    padding: 20px 8px;
    list-style-type:none;
}

.totaisLi:last-child {
    border-bottom: none;
}

.totaisUl{
    padding: 10px 2%;
}





