/*INCLUDE FONTS*/


/* ROBOTO - FONTS EDP */

@font-face {
    /* BOLD ITALIC*/
    font-family: RobotoBoldItalic;
    src: url(fonts/Roboto-BoldItalic.ttf);
    font-weight: bold;
    font-style: italic;
}


@font-face {
    /* BOLD */
    font-family: RobotoBold;
    src: url(fonts/Roboto-Bold.ttf);
    font-weight: bold;
}

@font-face {
    /* ITALIC */
    font-family: RobotoItalic;
    src: url(fonts/Roboto-Italic.ttf);
    font-style: italic;
}

@font-face {
    /* REGULAR */
    font-family: Roboto;
    src: url(fonts/Roboto-Regular.ttf);
    font-weight: normal;
}

/*GLOBAL*/

body {
    /* RETIRAR O FUNDO */
    /*background: url('../img/bg-full.png');
    background-image: url('../img/bg-full.png');
    background-repeat: repeat;
    background-color: transparent;*/ 
    font-family: 'Roboto', sans-serif !important;
    font-weight: normal !important;
    /* NOVO FUNDO */
    background-color: #fff;
    /* QUEREMOS TER O FUNDO BRANCO, PARA QUE O ESTILO BOXED NÃO SEJA TÃO ÓBVIO, EXCEPTO NA AUTENTICAÇÃO */
    /* PEDP-14 */
    position: relative;
    min-height: 100vh;
    /* margin-bottom: 200px; */
    /* fim PEDP-14 */
}

/* PEDP-14 */
html {
    height: 100%;
}
/* fim PEDP-14 */

body#authentication .row.v-align{
    height: 100vh !important;
}

/* PEDP-30 */
body#authentication .row {
    margin-right: 0;
    margin-left: 0;
    color: #fff;
}
/* end PEDP-30 */

.topper {
    background: transparent;
    background-color: #FFF;
    box-shadow: 0 2px 9px 2px #CCC;
}

a {
    color:#6d32ff;
    text-decoration: none;
}

a:hover {
    color:#6d32ff;
    text-decoration: underline;
}

#columns {
    /* PEDP-29
    background-color: #FFF; */
    padding: 0px 15px 15px 15px;
    margin-top: 10px;
    /* PEDP-14 */
    margin-bottom: 50px;
    /* fim PEDP-14 */
}


.form-control:focus {
    border-color: #CCC;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(204,204,204,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(204,204,204,.6);
}

.center-inline {
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

/*COLORS*/

.color-myaccount {
    color: #6d32ff;
}

.white-bg {
    background-color: #FFF;
    margin-top: 20px;
}

.white-bg-haserror {
    background-color: #FFF;
    padding: 1px 15px 15px 15px;
    margin-top: 10px;
}

.top-table-back {
    background-color: #c8c3f9;
    padding: 5px 0;
    margin-bottom: 10px;
}

/*HEADER*/

.header_logo {
    width: 100%;
    display: block;
    max-width: 100%;
    float: left;
    padding: 10px 0px 10px 0px;
}

.index-top-padding {
    padding-top: 50px;    
    padding-bottom: 20px;
}

.index-bottom-padding {   
    padding-bottom: 60px;
}

/*SEARCH*/


#search_query {
    height: 36px;
    vertical-align: middle;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    float: left;
    border: 1px solid #c8c3f9;
    box-shadow: 0 0 5px 0px #CCC;
    width: 50%;
}

.search_button {
    height: 36px;
    width: 40px;
    font-size: 17px;
    vertical-align: middle;
    border: 1px solid #c8c3f9;
    box-shadow: 0 0 5px 0px #CCC;
    background-color: #FFF;
    float:left;
}

.search_button:hover {
    background-color: #c8c3f9;
}


/*HOME SEARCH*/
#home_search_query {
    height: 36px;
    vertical-align: middle;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    float: left;
    border: 1px solid #c8c3f9;
    box-shadow: 0 0 5px 0px #CCC;
    width: 50%;
}

.home_search_button {
    height: 36px;
    width: 40px;
    font-size: 17px;
    vertical-align: middle;
    border: 1px solid #c8c3f9;
    box-shadow: 0 0 5px 0px #CCC;
    background-color: #FFF;
    float:left;
}

.home_search_button:hover {
    background-color: #c8c3f9;
}


#homeSRButton {
    float: right;
}
#homeSLButton {
    float: left;
}

.homeSButton {
    margin: 10px 0 10px 0;
    min-width: 150px;
    height: 45px !important;
}

.homeSBox {
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,.075);
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,.075);
    height: 45px !important;
}

.homeSCount {
    font-size: 16px;
    font-weight: bold;
}

/*FULL HEIGHT INDEX PAGE*/

.fullHeightHtml{
    height: 100%;
    margin: 0;
}

.fullHeightBody{
    height: 100%;
    background: #fff;
}

.minHeight{
    height: calc(100vh - 90px);
    min-height: 680px;
}

#sbcontent{
    padding-top: 100px;
}

/*#footerPosition{
    min-height: 350px;
}*/

/*BUTTONS*/

.cart_quantity_up {
    /* Esta característica traz uniformidade ao botão de adiciona
    em relação ao botão de subtrair
    quantidade no carrinho */
    border: 1px solid #CCC !important;
}

.btn-acessorios {
    color:#FFF;
    background-color: #6d32ff;
    border: 2px solid #6d32ff;
}

.btn-acessorios:hover {
    background-color:#3d1c91;
    color: #fff;
    /* border: 2px solid #6d32ff; */
}
.btn-acessorios:focus {
    border-color: #c8c3f9;
    color: #fff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(204,204,204,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(204,204,204,.6);
}
.btn-acessorios.alt{
    background-color:#6d32ff;
}
.btn-acessorios.alt:hover{
    background-color:#FFF;
    color: #6d32ff;
    border: 1px solid #CCC;
}
.btn-lg {
    border-width: 1px;
    border-style: solid;
    margin-right: 10px;
}

.btn-lg:hover {
    text-decoration: none;
}

.btn-ldp {
    color:#1e1e1e;
    border: 2px solid #6d32ff;
    background-color: #fff;
}

.btn-ldp:hover {
    color:#FFF;
    border: 1px solid #6d32ff;
    background-color: #1e1e1e;
}

/*MENU*/
/*#header_menu {
    clear: both;
    margin-top: 51px;
    display: block;
}*/

.navbar.navbar-default {
    margin-top: 15px;
    margin-bottom: -25px;
}

.navbar-collapse {
    padding: 0;
    box-shadow: 0 0 5px 1px #CCC;
    background-color: #FFF;
    border: none;
}

/*Active parent a*/
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #FFF;
    background-color: #6d32ff;
}

/*Hover parent a*/
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover span, .navbar-default .navbar-nav>li>a:focus span {
    color: #FFF!important;
    background-color: #6d32ff;
}
@media only screen and (min-width:992px) {
    .navbar-default li.dropdown:hover ul {
        display: block;
    }
}
/*Parent a Dropdown active */
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #FFF;
    background-color: #6d32ff;
}

/*DropDown hover a*/

.dropdown-menu>li>a:hover {
    color: #FFF;
    background-color: #6d32ff;
}

/*Publicity top*/

.pub_top {
    box-shadow: 0 0 5px 1px #CCC;
    display: block;
    margin-top: 35px;
}

.pub_top_red {
    background-color:#6d32ff;
    color:#FFF;
}

.pub_top_red h3 {
    margin: 0;
    padding: 15px 0;
}

.pub_white {
    background-color: #FFF;
}

.pub_white p {
    margin: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: right;
}

.pub_white h3 {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0;
}

.home-promo {
    margin-top: 10px;
    margin-bottom: 10px;
}

.top-promo {
    background-color: #3EC09C;
    display: block;
}

.top-promo2 {
    background-color: #FFF;
    display: block;
}

.top-promo a, .top-promo a:hover {
    color: #FFF;
}

.top-promo a:hover, .top-promo:hover  {
    text-decoration: none;
}

.top-promo-h3 h3 {
    font-size: 22px;
    margin-bottom: 12px;
}

.top-promo h3 {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

/*Carousel*/

.carousel-home {
    margin-top: 5px;
}

#home_slider .owl-controls.clickable {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
}

#home_slider {
    margin-bottom: 20px;
}

#home_slider .owl-controls.clickable .owl-page.active span {
    background: #6d32ff;
}

#home_slider .owl-controls.clickable .owl-page span {
    background: #FFF;
    border: 1px solid #000;
}

.home_small_banner img {
    margin: 5px auto 5px auto;
}
/*TOP*/

.single-product-out {
    text-align: center;
    padding: 5px;
}

.single-product-in {
    border: 1px solid #CCC;
    position: relative;
    overflow: hidden;
}

.single-product-out:hover img {
    transform: scale(1.1);
    transition: all ease-out 400ms;
    -moz-transition: all ease-out 400ms;
    -webkit-transition: all ease-out 400ms;
    -o-transition: all ease-out 400ms;
}

.container-img-single{
    overflow: hidden;
}

.single-product-out img {
    margin-left: auto;
    margin-right: auto;
    transition: all ease-out 400ms;
    -moz-transition: all ease-out 400ms;
    -webkit-transition: all ease-out 400ms;
    -o-transition: all ease-out 400ms;
}

.single-product-option {
    display: table;
    width: 100%;
    position: absolute;
    top: 110%;
    left: 0;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
}

.single-product-out h4 a{
    color: #333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 1.42857;
}

.single-product-option-in {
    display: table-cell;
    text-align: right;
    padding-right: 10px;
}

.single-product-option a {
    display: inline-block;
    padding: 5px 10px;
    background: rgb(255,255,255);
    background: rgba(255,255,255,0.9);
    margin: 0 5px;
    color: #6d32ff;
    border: 1px solid #CCC;
    border-radius: 4px;
    
}

.single-product-option a:hover {
    background-color: #6d32ff;
    color:#FFF;
}

.name-single-product {
    min-height: 55px;
    padding: 0 5px;
    font-size: 13px;
    margin: 0 0 10px;
}

.name_top {
    display: inline-block;
    background-color: #6d32ff;
    color: #FFF;
    padding: 10px;
    margin-left: 5px;
}

.top-block {
    margin-top: 30px;
    margin-bottom: 30px;
}



/*PRICES*/

.one_price {
    margin: 0 0 9px;
    color: #6d32ff;
}

.old-price {
    text-decoration: line-through;
    width: 50%;
    display: inline-block;
    text-align: left;
    color: #869791;
}
.old-price .price {
    color: #869791;
}

.price {
    font-size: 15px;
    color:#6d32ff;    
    transition-property: text-align;
    transition-duration: 1s;
    transition-timing-function: linear;
}

.online_only {
    text-align: center;
}


/*CLASSES STATUS PRODUCT*/

.in_stock {
    color:#59B200;
    margin-right: 5px;
}

.low_stock {
    color:#FFC109;
    margin-right: 5px;
}

.out_stock {
    color: #FE5006;
    margin-right: 5px;
}

.right_block .price {
    text-align: center;
    width: 100%;
    display: block;
}

.right_block .availability {
    text-align: center;
    width: 100%;
    display: block;
}

.pagination .current span {
    background-color: #6d32ff;
    color: #FFF;
}

.pagination .current span:hover {
    background-color: #6d32ff;
    color: #FFF;
}

.pagination .truncate span {
    background-color: #c8c3f9;
}

/* breadcrumb.tpl */
.breadcrumb {
    color: #2D2D2D;
    font-size: 1em;
    font-weight: bold;
    text-align: left;
    width: 100%;
    padding-bottom: 10px;
    /*background-color: #FFF;*/
    margin-top: 5px;
    margin-bottom: 0;
    color:#6d32ff;
}
.breadcrumb .navigation-pipe {
    padding: 0 0.6em;
}
.breadcrumb a {
    text-decoration: none;
    color: #000;
    font-weight: 400;
    display: inline-block;
}
.breadcrumb a:hover {
    text-decoration: underline;
    color:#777;
}

/* Top Content - Breadcrumb / Quote Request */
.content-top-nav {
    border-bottom: 1px dotted #CCC;
}

.quote-request {
    text-align: left;
    margin-top: 5px;
    padding: 8px 15px;
}

/* category.tpl */
@media only screen and (min-width:767px) and (max-width:992px) {
    .sub-categories-collapse .navbar-toggle.collapsed{
        display: block;
    }
    .sub-categories-collapse, .sub-categories-collapse .navbar-toggle {
        display: block;
    }
    
}
#subcategories {
    background-color: #FFF;
}

.categories_cat {
    list-style-type: none;
    padding-left: 0;
}

.categories_cat li {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    border-bottom: 1px #CCC dotted;
    padding-left: 15px;
}

.categories_cat li::before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.categories_cat a {
    color:#777;
    text-decoration: none;
}

.categories_cat li:hover {
    background-color: #6d32ff;
    padding-left: 20px;
}

.categories_cat a:hover li, .categories_cat li:hover::before {
    color: #FFF;
}

/*ACCOUNT*/

a.active-account li {
    background-color: #6d32ff;
    color:#FFF;
}

/*CART-GENERAL CONFIGS*/
#cart_summary .cart_unit .price {
    color: #5E5E5E;
}

.cart_total .price {
    color: #000;
}

.total_summary .price {
    color: #000;
}

.total_summary .total_price_all, .total_price_all .price {
    color: #6d32ff;
}

#cart_summary .cart_product img {
    border: 1px solid #CCC;
}

#cart_quantity_button {
    display: inline-block;
}

/*Steps*/
.table>tbody>tr>td.border-option {
    border-top: 0;
}

.step {
    text-align: center;
}

.step span, .step a span {
    border-radius: 50%;
    height: 25px;
    width: 25px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.step_current span, .step_current a span {
    background-color: #6d32ff;
}

.step_todo span, .step_todo a span {
    background-color: #FFF;
    border: 1px solid #c8c3f9;
    box-shadow: 0px 0px 5px -1px #CCC;
}

.step_done span, .step_done a span {
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    background-color: #FFF;
    border: 1px solid #c8c3f9;
    box-shadow: 0px 0px 5px -1px #CCC;
    line-height: 1.7;
}
.step_done span::after, .step_done a span::after {
    content: "\f00c";
}

.step_done a:hover {
    text-decoration: none;
}

.step_done a:hover span {
    background-color:#6d32ff;
    color: #FFF;
}


/* bannerHighlight */
.bnrHighlight { 
    list-style-type: none;
    padding: 0;
}

.bnrHighlight:hover > img {
    opacity: 0.8;
    margin-top: 50px;
}

.bnrHighlight:hover > img:hover {
    opacity: 1;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

/* Shine */
.hoverShine figure {
	position: relative;
}
.hoverShine figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 1;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hoverShine figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes hoverShine {
	100% {
		left: 125%;
	}
}
@keyframes hoverShine {
	100% {
		left: 125%;
	}
}

/* Swing */
.swing:hover
{
        -webkit-animation: swing 0.3s ease;
        animation: swing 0.3s ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
}
@-webkit-keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
       transform: translateX(-5px);
    } 
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@media only screen and (min-width:767px) {
    .step {
        background-image: url('../img/line_steps.png');
        background-repeat: repeat-x;
        background-position: center 12px;
        background-size: 1px 2px;
        margin-left: 4%;
    }
}
/*FOOTER*/
.footer-white-bg {
    background-color:#fff;
    box-shadow: 0 0 6px 1px #CCC;
    width: 100%;
    /* PEDP-14 */
    margin-top: 50px;
    position: absolute;
    bottom: 0;
    /* fim PEDP-14 */
}
    

/*.footer {
    background-color: #FFF;
}*/

.footer h4 {
    color: #6d32ff;
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
}

.footer h4:first-line {
    line-height: 1.5;
}

.footer h4 a {
    display: block;
    color: #000;
    font-weight: normal;
}

.footer span {
    color:#000;
    font-weight: normal;
}

.double-block {
    border-bottom: 4px double #000;
    padding: 20px 0 ;
}

.bottompage {
    padding: 20px 15px ;
}

.search_block_top {
    clear: left;
    padding-bottom: 15px;
}

/*RESPONSIVE*/

@media only screen and (min-width:320px) and (max-width:767px) {
    .navbar-nav {
        margin: 0;
    }
    .sr-only-mobile a {
        display: inline-block;
        width: 100%;
        padding: 10px;
        border: none;
    }
    
    .sr-only-mobile a.add-carts {
        background-color: #6d32ff;
        color:#FFF;
    }
    
    .sr-only-mobile a.see-details {
        background-color: #F2F2F2;
        color:#000;
    }
    
    .single-product-option {
        display: none;
    }
    .single-product-out:hover img {
        transform: scale(1);
    }
    .top-block {
        margin-top: 40px;
    }
    
    .pub_white p, .pub_top_red h3 {
        text-align: center;
    }
    .pub_white h3 {
        padding-top: 0;
    }
    .name_top {
        font-size: 18px;
    }
    .sr-only-mobile-nav {
        display:none;
    }
    .btn-acessorios, .btn-default {
        margin-top: 15px;
        width: 100%;
        clear: both;
        display: block;
        text-align: center;
    }
    .input-group .input-group-btn .btn-default{
        /* para manter os botões de adicionar e retirar da quantidade
        na ficha do produto alinhados com a caixa da quantidade */
        margin-top: 0;
    }

    #cart_quantity_button {
        display: none;
    }

    /* PEDP-30 */
    body#authentication {
        background-color: #1e1e1e;
        background-image: radial-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.2));
    }
    /* fim PEDP-30*/
    
}
@media only screen and (max-width:767px) {
    .search_block_top {
        clear: both;
        margin: 5px;
        display: block;
        width: 100%;
        padding-bottom: 35px;
    }
    
    #search_query {
        width: 83%;
    }
    
    .cHeaderImg {
        display: block;
    }
    
    .homeSButton {
        width: 100%;
    }
    
    #sbcontent{
        padding-top: 30px;
    }
}
@media only screen and (max-width:991px) {
    
    .pHeader-sm {
        height: 100%;
    }
    
    .pHChild-sm {
  	vertical-align: middle;
	float: none;
    }
}

@media only screen and (min-width:768px) {
    .sr-only-mobile{
        display: none;
    }
    .cHeaderLg {
        text-align: center;
    }
    .cHeaderImg {
        display: unset;
    }

    /* IMAGEM DE FUNDO NA PÁGINA DE AUTENTICAÇÃO, APENAS EM ECRÃS GRANDES */
    body#authentication {
        /* background-image: url('../img/bg-12.jpg');
        background-size: cover; 
        margin: 0 !important;
        padding: 0 !important;*/
        background: #ffffff; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 100vh;
        width: 100vw;
        position: fixed;
    }

    /* PEDP-30 */
    .auth-style {
        background-color: transparent !important;
        background-image: radial-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.2));
        color: white;
        border-radius: 50px;
        position: fixed;
        top: 25vh;
        right: 37vw;
    }

    /* fim PEDP-30 */
}


@media only screen and (min-width:992px) {
    .search_block_top {
        padding-bottom: 0;
    }
    .pHeader-md {
            display: table;
            height: 100%;
            width: 100%;
    }
    
    .pHChild-md {
            display: table-cell;
            vertical-align: middle;
            float: none;
            height: 109px;
    }  
    
    .cHeaderImg {
        display: block;
    }
    
    .quote-request {
        text-align: right;
    }
}

@media only screen and (min-width:320px) and (max-width:450px) {
    #cart_block {
        clear: both;
        top: 0;
        display: inline-block;
        float: none;
        margin: 10px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        text-align: right;
    }
    
/*    .search_block_top {
        clear: both;
        margin: 5px;
        display: block;
        width: 100%;
    }
    
    #search_query {
        width: 83%;
    }*/
    .resp-clear{
          clear: both;
          margin-top: 20px;
    }
    h1 {
        font-size: 26px;
    }
    
    h2 {
        font-size: 20px;
    }
    
    #sbcontent{
        padding-top: 0px;
    }

    /* PEDP-30 */
    body#authentication {
        background-color: #1e1e1e;
        background-image: radial-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.2));
    }
    /* fim PEDP-30*/

}

.errors-div{
    background-color: #FFF;
    margin-top: 20px;
    height: 70px;
    margin-bottom: 20px;
}

.centered-body{
display: grid;
}

.centered-body-errors{
    display: grid;
    height: 0 !important;
}

.v-align{
display: grid;
}

.auth-style{
padding: 30px 10px 30px 10px;
/* height: 550px; */
height: auto; /* definida para 'auto' para se adaptar à altura do conteúdo */
width: 90%;
min-width: 250px;
margin: auto;
}

.auth-lbl{
    margin-top: 15px;
}

.auth-pad{
padding:15px 15px 15px 15px;
}

.auth-img{
padding: 5px 15px 5px 15px;
}

#SubmitLogin{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 15px;
}

@media only screen and (min-width:576px){
    .v-align{
    display: grid;

    }
    
    .auth-style{
    padding: 30px 20px 40px 20px;
    /* height: 550px; */
    /* height: auto; definida para 'auto' para se adaptar à altura do conteúdo */
    width: 90%;
    }
}

@media only screen and (min-width:768px) {    
    .v-align{
    background-color: transparent;
    display: grid;

    }
    
    .auth-style{
    padding: 30px 30px 40px 30px;
    /* height: 550px; */
    /* height: auto; definida para 'auto' para se adaptar à altura do conteúdo */
    width: 500px;
    /* margin: auto; */
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,.075);
    }
}

#search-filter-box {
    padding: 10px 0px 0px 0px;
}

.treeview-filter {
    border: none;
}

.treeview .list-group-item { 
    cursor:pointer 
}

.treeview span.indent { 
    margin-left:10px;
    margin-right:10px
}

.treeview span.icon { 
    width:12px;
    margin-right:5px
}

.treeview span.fa-check  {
    margin-left: -12px;
}

.treeview .node-disabled {
    color:silver;
    cursor:not-allowed
}

.show-less {
    max-height: 500px;
    margin-bottom: 10px;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

.glyph-hdd {
    display: none !important;
}


/* PEDP27 */
/* tabela preço de custo - ficha de artigo */
table#pcusto {
    margin: 20px 0 10px 0; 
    line-height: 0.9;
    /* border: 1px solid #ccc; */
}

#pcusto td {
    margin: 0;
    padding:0 10px 0 0;
}

#pcusto tr td.td-fim {
    padding: 0 10px 10px 0 !important;
}

#pcusto tr .td-drt {
    /* border-left: 1px solid #ccc; */
    padding-left: 10px !important;
}

.pcCostDetails label {
    margin:0;
    padding-top: 2px;
}

#shwHide.fa {
    line-height: 0;
}
#shwHide.fa-eye{
    line-height: 2 !important;
}

.displayNone {
    display: none;
}
/* fim *** tabela preço de custo - ficha de artigo */
/* end PEDP27 */

@media only screen and (max-width:370px) {
    .container {
        padding-right: 10px;
        padding-left: 10px;
    }
    
    #columns {
        padding: 0px 5px 5px 5px;
    }    
    /* PEDP-30 */
    body#authentication {
        background-color: #1e1e1e;
        background-image: radial-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.2));
    }
    /* fim PEDP-30*/
    
    /* PEDP-47 */
    div#search_product_list div#pagination {
        display: inline-block;
        width: 100%;
        padding-bottom: 60px;
    }
    /* fim PEDP-47 */
}

/* PEDP-10 */
.cart_navigation {
    float: right;
}
/* fim PEDP-10 */

.center {
    text-align: center;
}