﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    /*padding-top: 50px;*/
    /*padding-bottom: 20px;*/
    overflow-x: hidden;
    background-image: url(../images/background.png)
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input,
select,*/
/*textarea {
    max-width: 280px;
}*/

/* Tooltips */
.tooltips {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted rgba(250,250,250, 0.40);
    cursor: pointer;
}

    .tooltips .tooltipstext {
        width: 200px;
        visibility: hidden;
        border: 1px solid #5e6872;
        background-color: rgba(51,61,71, 0.85);
        color: white;
        text-align: center;
        border-radius: 10px;
        padding: 5px;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        top: 110%;
        margin-left: -200px;
    }

    .tooltips:hover .tooltipstext {
        visibility: visible;
    }
/* //////////////////// Tooltips */



/* Cookie Bar */
#cookie-bar {
    border: 1px solid #333d47;
    background: #333d47; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#333d47, #000000); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#333d47, #000000); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#333d47, #000000); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#333d47, #000000); /* Standard syntax */
    color: white;
    height: auto;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    padding: 10px;
    z-index: 1000000000;
    border-radius: 25px;
}

    #cookie-bar.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 95%;
    }

        #cookie-bar.fixed.bottom {
            bottom: 0;
            top: auto;
            right: 0;
            margin: 0 auto 30px auto;
        }

    #cookie-bar p {
        margin: 0;
        padding: 0;
    }

    #cookie-bar a {
        border-radius: 25px;
        color: #ffffff;
        display: inline-block;
        text-decoration: none;
        padding: 0 20px;
        margin-left: 10px;
    }

    #cookie-bar .cb-enable {
        background: #007700;
    }

        #cookie-bar .cb-enable:hover {
            background: #009900;
        }

    #cookie-bar .cb-disable {
        background: #990000;
    }

        #cookie-bar .cb-disable:hover {
            background: #bb0000;
        }

    #cookie-bar .cb-policy {
        background: #333d47;
    }

        #cookie-bar .cb-policy:hover {
            background: #434c55;
        }

    #cookie-bar .cb-close {
        padding: 0;
    }

        #cookie-bar .cb-close i:hover {
            color: #d8262e;
        }
/* //////////////////// Cookie Bar */


.hidden {
    display:none;
}


.link_bolsaPecas {
    color: black;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.link_bolsaPecas:hover {
    color: #d8262e;
}

.font-12
{
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}


.scrollable-menu {
    height: auto;
    max-height: 400px; /* IMPORTANTE */
    width: auto;
    overflow-x: hidden;
}

.text-bold {
    font-weight: bold;
}



.gv-pagination {
    padding: 0;
    margin: 0;
    border-radius: 0;
}

    .gv-pagination table > tr > td {
        display: inline;
        border: none;
    }

        .gv-pagination table > tr > td:hover {
            background-color: white;
        }

    .gv-pagination table > tbody > tr > td > a,
    .gv-pagination table > tbody > tr > td > span {
        position: relative;
        float: left;
        padding: 6px 12px;
        line-height: 1.42857143;
        text-decoration: none;
        color: #333d47;
        background: white;
        border: 1px solid #aaa;
        margin-left: -1px;
    }

    .gv-pagination table > tbody > tr > td > span {
        position: relative;
        float: left;
        padding: 6px 12px;
        line-height: 1.42857143;
        text-decoration: none;
        margin-left: -1px;
        z-index: 2;
        font-weight: bold;
        font-style: normal;
        color: white;
        background: #333d47; /*For browsers that do not support gradients */
        background: -webkit-linear-gradient(#333d47, #2a3138); /*For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#333d47, #2a3138); /*For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#333d47, #2a3138); /*For Firefox 3.6 to 15 */
        background: linear-gradient(#333d47, #2a3138); /*Standard syntax */
        /*border: 1px solid #800000;*/
        cursor: pointer;
    }

    .gv-pagination table > tbody > tr > td:first-child > a,
    .gv-pagination table > tbody > tr > td:first-child > span {
        margin-left: 0;
    }

    .gv-pagination table > tbody > tr > td:last-child > a,
    .gv-pagination table > tbody > tr > td:last-child > span {
    }

    .gv-pagination table > tbody > tr > td > a:hover,
    .gv-pagination table > tbody > tr > td > span:hover,
    .gv-pagination table > tbody > tr > td > a:focus
    .gv-pagination table > tbody > tr > td > span:focus {
        color: #333d47;
        background: white; /*For browsers that do not support gradients */
        background: -webkit-linear-gradient(#f9f9f9, #e9e9e9); /*For Safari 5.1 to 6.0*/
        background: -o-linear-gradient(#f9f9f9, #e9e9e9); /*For Opera 11.1 to 12.0*/
        background: -moz-linear-gradient(#f9f9f9, #e9e9e9); /*For Firefox 3.6 to 15*/
        background: linear-gradient(#f9f9f9, #e9e9e9); /*Standard syntax*/
    }

.gv-pagination-sm table > tbody > tr > td > a,
.gv-pagination-sm table > tbody > tr > td > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}


.card-products {
    cursor: pointer;
    background-color: white;
    border: 2px solid #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.10);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.10);
    transition: transform .2s;
}

    .card-products:hover {
        border: 2px solid #d8262e;
        box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.30);
        -webkit-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.30);
        -moz-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.30);
        transform: scale(1.2);
        z-index: 1;
    }

    .card-products .card-title {
        height: 72px;
        font-size: 15px;
    }



.zoom-details {
    cursor: pointer;
    background-color: white;
    border: 2px solid #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.10);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.10);
    transition: transform .2s;
}

    .zoom-details:hover {
        border: 2px solid #7a7a7a;
        box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.30);
        -webkit-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.30);
        -moz-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.30);
        transform: scale(1.06);
        z-index: 1;
    }

    .zoom-details .card-title {
        height: 72px;
        font-size: 15px;
    }


/*ZOOM BORDER EM BAIXO*/
.zoom-border-down {
    cursor: pointer;
    background-color: white;
    border: 2px solid #fff;
    border-radius: 0 0 20px 20px;
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.10);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.10);
    transition: transform .2s;
}

    .zoom-border-down:hover {
        border: 2px solid #7a7a7a;
        box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.30);
        -webkit-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.30);
        -moz-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.30);
        transform: scale(1.06);
        z-index: 1;
    }

    .zoom-border-down .card-title {
        height: 72px;
        font-size: 15px;
    }
/*-----------------*/


/*MODALPOPUPEXTENDER*/

.modal-background {
    background-color: #333d47;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modal-background-gray {
    background-color: #333d47;
    filter: alpha(opacity=100);
    opacity: 1;
}

.panel-background {
    width: auto;
    font-weight: normal;
    font-style: normal;
    position: fixed;
    top: 10%;
    left: 10px;
    width: auto;
    height: auto;
    background-color: White;
    border: 2px solid white;
}

    .panel-background hr {
        height: 0;
        padding: 0;
        margin: 10px 0;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        border-top: 1px dotted #6b859d;
        border-bottom: none;
    }

    .panel-background .fa-ul {
        margin-bottom: 0;
    }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th {
    padding: 5px;
    font-size: 12px;
}

.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
    font-size: 14px;
}






.card-product-detail {
    /*cursor: pointer;*/
    background-color: white;
    border: 2px solid #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.10);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.10);
    transition: transform .2s;
}

    .card-product-detail:hover {
        /*border: 1px solid #d8262e;*/
        box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.30);
        -webkit-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.30);
        -moz-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.30);
        transform: scale(1.04);
        z-index: 1;
    }

    .card-product-detail .card-title {
        height: 72px;
        font-size: 15px;
    }







.column-filters-search {
    padding: 10px;
    border: 2px solid white;
    border-radius: 10px;
}


/*.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-menu a {
        color: black;
        font-size: 12px;
        padding: 10px 15px;
        text-decoration: none;
        display: block;
    }
*/


/*CARROUSEL*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900|Rubik:300,400,500,700,900');




.bbb_viewed {
}

.bbb_main_container {
    background-color: #fff;
    /*padding: 11px;*/
}

.bbb_viewed_title_container {
    border-bottom: solid 1px #dadada
}

.bbb_viewed_title {
    margin-bottom: 16px;
    margin-top: 8px;
}

.bbb_viewed_nav_container {
    position: absolute;
    right: -5px;
    bottom: 14px
}

.bbb_viewed_nav {
    display: inline-block;
    cursor: pointer
}

    .bbb_viewed_nav i {
        color: #dadada;
        font-size: 18px;
        padding: 5px;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease
    }

    .bbb_viewed_nav:hover i {
        color: #606264
    }

.bbb_viewed_prev {
    margin-right: 15px
}

.bbb_viewed_slider_container {
    /*padding-top: 13px;*/
}

.bbb_viewed_item {
    width: 100%;
    background: #FFFFFF;
    border-radius: 2px;
    /*  padding-top: 25px;
                         padding-bottom: 25px;
                         padding-left: 30px;
                         padding-right: 30px*/
}

.bbb_viewed_image {
    width: 150px;
    height: 150px;
}

    .bbb_viewed_image img {
        display: block;
        max-width: 100%
    }

.bbb_viewed_content {
    width: 100%;
    margin-top: 25px
}

.bbb_viewed_price {
    font-size: 16px;
    color: #000000;
    font-weight: 500
}

.bbb_viewed_item.discount .bbb_viewed_price {
    color: #df3b3b
}

.bbb_viewed_price span {
    position: relative;
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    margin-left: 8px
}

    .bbb_viewed_price span::after {
        display: block;
        position: absolute;
        top: 6px;
        left: -2px;
        width: calc(100% + 4px);
        height: 1px;
        background: #8d8d8d;
        content: ''
    }

.bbb_viewed_name {
    margin-top: 3px
}

    .bbb_viewed_name a {
        font-size: 14px;
        color: #000000;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease
    }

        .bbb_viewed_name a:hover {
            color: #0e8ce4
        }



.brands-effect {
    filter: grayscale(100%);
    opacity: 75%;
    margin: 15px 0;
}

.gray-filter {
    filter: grayscale(100%);
    opacity: 75%;
}



.brands img {
    transition: all .2s ease-in-out;
    /*height: 50px;*/
}

    .brands img:hover {
        -ms-transform: scale(1.4); /* IE 9 */
        -webkit-transform: scale(1.4); /* Safari 3-8 */
        transform: scale(1.1);
        opacity: 100%;
        transition: opacity 0.2s;
        filter: initial;
    }


.item_marks {
    position: absolute;
    top: 18px;
    left: 18px
}

.item_mark {
    display: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 500;
    line-height: 36px;
    text-align: center
}

.item_discount {
    background: #df3b3b;
    margin-right: 5px
}

.item_new {
    background: #0e8ce4
}

.bbb_viewed_item.discount .item_discount {
    display: inline-block
}

.bbb_viewed_item.is_new .item_new {
    display: inline-block
}

/*FIM DO CARROUSEL*/


/*.dropdown-menu {
    width: auto;
}

.scrollable-menu {
    height: auto;
    max-height: 400px;*/ /* IMPORTANTE */
    /*width: auto;
    overflow-x: hidden;
}

@media (min-width: 1200px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .dropdown-menu {
        margin-top: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .dropdown-menu {
        margin-top: 0;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .dropdown-menu {
        margin-top: 0;
    }
}*/

/* DROPDOWN MENU: HOVER */
.dropdown .dropdown-menu {
    display: none;
}

.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
}

@media screen and (min-width: 769px) {
    .dropend:hover > .dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }

    .dropend .dropdown-toggle {
        margin-left: 0.5em;
    }
}




/* MENU CATEGORIA DOS PRODUTOS */

.navbar-category-products {
    color: white;
    font-weight: normal;
    font-style: normal;
    font-size: 11px;
    border-radius: 0;
    background: #fff; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#fff,rgba(250, 250, 250, 0)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fff, rgba(250, 250, 250, 0)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fff, rgba(250, 250, 250, 0)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fff, rgba(250, 250, 250, 0)); /* Standard syntax */
    border-top: 1px solid #fff;
    border-bottom: none;
    border-right: none;
    border-left: none;
}


    .navbar-category-products .navbar-nav > li > a {
        color: #333d47;
    }

    .navbar-category-products .navbar-nav > li:first-child {
        border-left: 1px solid rgba(250, 250, 250, 0.8);
    }

    .navbar-category-products .navbar-nav > li {
        border-right: 1px solid rgba(250, 250, 250, 0.8);
    }

        .navbar-category-products .navbar-nav > li > a:hover,
        .navbar-category-products .navbar-nav > li > a:focus {
            color: #d8262e;
            background: rgba(250, 250, 250, 1);
        }

    .navbar-category-products .navbar-nav > .active > a,
    .navbar-category-products .navbar-nav > .active > a:hover,
    .navbar-category-products .navbar-nav > .active > a:focus {
        color: #d8262e;
        background: rgba(250, 250, 250, 1);
    }

    .navbar-category-products .navbar-nav > .open > a,
    .navbar-category-products .navbar-nav > .open > a:hover,
    .navbar-category-products .navbar-nav > .open > a:focus {
        color: #d8262e;
        background: rgba(250, 250, 250, 1);
    }

    .navbar-category-products .navbar-toggle {
        border-color: #d8262e;
    }

        .navbar-category-products .navbar-toggle:hover,
        .navbar-category-products .navbar-toggle:focus {
            background: rgba(250, 250, 250, 0.2);
        }

        .navbar-category-products .navbar-toggle .icon-bar {
            background: #d8262e;
        }

    .navbar-category-products .navbar-collapse,
    .navbar-category-products .navbar-form {
        border-top-color: #fff;
        border-bottom-color: #fff;
    }

    .navbar-category-products ul.dropdown-menu li a {
        font-size: 13px;
        color: #333d47;
        background: #fff;
    }

    .navbar-category-products ul.dropdown-menu {
        font-size: 13px;
        color: #333d47;
        background: #fff;
        padding: 0;
        margin: 0;
        border: 1px solid #fff;
    }

        .navbar-category-products ul.dropdown-menu li a:hover, .navbar-category-products ul.dropdown-menu li a:active {
            color: #fff;
            background: #d8262e; /* For browsers that do not support gradients */
            background: -webkit-linear-gradient(#ff3e48, #d8262e); /* For Safari 5.1 to 6.0 */
            background: -o-linear-gradient(#ff3e48, #d8262e); /* For Opera 11.1 to 12.0 */
            background: -moz-linear-gradient(#ff3e48, #d8262e); /* For Firefox 3.6 to 15 */
            background: linear-gradient(#ff3e48, #d8262e); /* Standard syntax */
        }


/*----------------------------*\
	Inputs
\*----------------------------*/

/*-- Text input --*/

.input {
    height: 40px;
    padding: 0px 15px;
    border: 1px solid #E4E7ED;
    background-color: #FFF;
    width: 100%;
}

textarea.input {
    padding: 15px;
    min-height: 90px;
}

/*-- Number input --*/

.input-number {
    position: relative;
}

    .input-number input[type="number"]::-webkit-inner-spin-button, .input-number input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .input-number input[type="number"] {
        -moz-appearance: textfield;
        height: 40px;
        width: 100%;
        border: 1px solid #E4E7ED;
        background-color: #FFF;
        padding: 0px 35px 0px 15px;
    }

    .input-number .qty-up, .input-number .qty-down {
        position: absolute;
        display: block;
        width: 20px;
        height: 20px;
        border: 1px solid #E4E7ED;
        background-color: #FFF;
        text-align: center;
        font-weight: 700;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .input-number .qty-up {
        right: 0;
        top: 0;
        border-bottom: 0px;
    }

    .input-number .qty-down {
        right: 0;
        bottom: 0;
    }

        .input-number .qty-up:hover, .input-number .qty-down:hover {
            background-color: #E4E7ED;
            color: #D10024;
        }

/*-- Select input --*/

.input-select {
    padding: 0px 15px;
    background: #FFF;
    border: 1px solid #E4E7ED;
    height: 40px;
    border-radius: 40px 0px 0px 40px;
}

/*-- checkbox & radio input --*/

.input-radio, .input-checkbox {
    position: relative;
    display: block;
}

    .input-radio input[type="radio"]:not(:checked), .input-radio input[type="radio"]:checked, .input-checkbox input[type="checkbox"]:not(:checked), .input-checkbox input[type="checkbox"]:checked {
        position: absolute;
        margin-left: -9999px;
        visibility: hidden;
    }

    .input-radio label, .input-checkbox label {
        font-weight: 500;
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 5px;
        cursor: pointer;
    }

    .input-radio input[type="radio"] + label span, .input-checkbox input[type="checkbox"] + label span {
        position: absolute;
        left: 0px;
        top: 4px;
        width: 14px;
        height: 14px;
        border: 2px solid #E4E7ED;
        background: #FFF;
    }

    .input-radio input[type="radio"] + label span {
        border-radius: 50%;
    }

        .input-radio input[type="radio"] + label span:after {
            content: "";
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%) scale(0);
            -ms-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
            background-color: #FFF;
            width: 4px;
            height: 4px;
            border-radius: 50%;
            opacity: 0;
            -webkit-transition: all 0.2s;
            transition: all 0.2s;
        }

    .input-checkbox input[type="checkbox"] + label span:after {
        content: '✔';
        position: absolute;
        top: -2px;
        left: 1px;
        font-size: 10px;
        color: #FFF;
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

    .input-radio input[type="radio"]:checked + label span, .input-checkbox input[type="checkbox"]:checked + label span {
        background-color: #D10024;
        border-color: #D10024;
    }

        .input-radio input[type="radio"]:checked + label span:after {
            opacity: 1;
            -webkit-transform: translate(-50%, -50%) scale(1);
            -ms-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
        }

        .input-checkbox input[type="checkbox"]:checked + label span:after {
            opacity: 1;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }

    .input-radio .caption, .input-checkbox .caption {
        margin-top: 5px;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: 0.3s max-height;
        transition: 0.3s max-height;
    }

    .input-radio input[type="radio"]:checked ~ .caption, .input-checkbox input[type="checkbox"]:checked ~ .caption {
        max-height: 800px;
    }


/*----------------------------*\
	Section
\*----------------------------*/

.section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-title {
    position: relative;
    margin-bottom: 30px;
    margin-top: 15px;
}

    .section-title .title {
        display: inline-block;
        text-transform: uppercase;
        margin: 0px;
    }

    .section-title .section-nav {
        float: right;
    }

        .section-title .section-nav .section-tab-nav {
            display: inline-block;
        }

.section-tab-nav li {
    display: inline-block;
    margin-right: 15px;
}

    .section-tab-nav li:last-child {
        margin-right: 0px;
    }

    .section-tab-nav li a {
        font-weight: 700;
        color: #8D99AE;
    }

        .section-tab-nav li a:after {
            content: "";
            display: block;
            width: 0%;
            height: 2px;
            background-color: #D10024;
            -webkit-transition: 0.2s all;
            transition: 0.2s all;
        }

    .section-tab-nav li.active a {
        color: #D10024;
    }

        .section-tab-nav li a:hover:after, .section-tab-nav li a:focus:after, .section-tab-nav li.active a:after {
            width: 100%;
        }

.section-title .section-nav .products-slick-nav {
    top: 0px;
    right: 0px;
}

/*CABECALHO*/

#top_header {
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
    /*background-color: #1E1F29;*/
    border-bottom: 1px solid #333d47;
    height: 100%;

}

ul.header-links {
    margin: 10px 0;
    padding: 0;
    list-style-type: none;
}

.header-links li {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    margin-right: 20px;
    font-size: 15px;
    font-family: Arial;
}

.header-links li:last-child {
    margin-right: 0px;
}

.header-links li a {
    text-decoration: none;
    color: #fff;
}

.header-links li a:hover {
    /*text-decoration: underline;*/
    color: #d8262e;
}

.header-links li i {
    color: #D10024;
    margin-right: 10px;
}

.header-links li i.mr-0 {
    margin-right: 0;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-pointer:hover {
    cursor: pointer;
}

/*----------------------------*\
	Logo
\*----------------------------*/

#header {
    padding-top: 15px;
    padding-bottom: 15px;
    /*background-color: #15161D;*/
}

.header-logo {
    float: left;
}

    .header-logo .logo img {
        display: block;
    }


/*----------------------------*\
	Search
\*----------------------------*/

.header-search {
    padding: 15px 0px;
}

    .header-search form {
        position: relative;
    }

        .header-search form .input-select {
            margin-right: -4px;
            border-radius: 40px 0px 0px 40px;
        }

        .header-search form .input {
            width: calc(100% - 260px);
            margin-right: -4px;
        }

        .header-search form .search-btn {
            height: 40px;
            width: 100px;
            /*background: #D10024;*/
            /*color: #FFF;*/
            font-weight: 700;
            border: none;
            border-radius: 0px 40px 40px 0px;
        }

.search-btn {
    height: 40px;
    width: 100px;
    background: #D10024;
    color: #FFF;
    font-weight: 700;
    border: none;
    border-radius: 0px 40px 40px 0px;
}
/*----------------------------*\
	Cart
\*----------------------------*/

.header-ctn {
    float: right;
    padding: 15px 0px;
}

    .header-ctn > div {
        display: inline-block;
    }

        .header-ctn > div + div {
            margin-left: 15px;
        }

        .header-ctn > div > a {
            display: block;
            position: relative;
            width: 90px;
            text-align: center;
            color: #FFF;
        }

            .header-ctn > div > a > i {
                display: block;
                font-size: 18px;
            }

            .header-ctn > div > a > span {
                font-size: 12px;
            }

            .header-ctn > div > a > .qty {
                position: absolute;
                right: 15px;
                top: -10px;
                width: 20px;
                height: 20px;
                line-height: 20px;
                text-align: center;
                border-radius: 50%;
                font-size: 10px;
                color: #FFF;
                background-color: #D10024;
            }

    .header-ctn .menu-toggle {
        display: none;
    }

.cart-dropdown {
    position: absolute;
    width: 300px;
    background: #FFF;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 0px 2px #E4E7ED;
    box-shadow: 0px 0px 0px 2px #E4E7ED;
    z-index: 99;
    right: 0;
    opacity: 0;
    visibility: hidden;
}

.dropdown.open > .cart-dropdown {
    opacity: 1;
    visibility: visible;
}

.cart-dropdown .cart-list {
    max-height: 180px;
    overflow-y: scroll;
    margin-bottom: 15px;
}

    .cart-dropdown .cart-list .product-widget {
        padding: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .cart-dropdown .cart-list .product-widget:last-child {
            margin-bottom: 0px;
        }

        .cart-dropdown .cart-list .product-widget .product-img {
            left: 0px;
            top: 0px;
        }

        .cart-dropdown .cart-list .product-widget .product-body .product-price {
            color: #2B2D42;
        }

.cart-dropdown .cart-btns {
    margin: 0px -17px -17px;
}

    .cart-dropdown .cart-btns > a {
        display: inline-block;
        width: calc(50% - 0px);
        padding: 12px;
        background-color: #D10024;
        color: #FFF;
        text-align: center;
        font-weight: 700;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }

        .cart-dropdown .cart-btns > a:first-child {
            margin-right: -4px;
            background-color: #1e1f29;
        }

        .cart-dropdown .cart-btns > a:hover {
            opacity: 0.9;
        }

.cart-dropdown .cart-summary {
    border-top: 1px solid #E4E7ED;
    padding-top: 15px;
    padding-bottom: 15px;
}


/*=========================================================
	03 -> Navigation
===========================================================*/

#cabecalhoFamilias {
    background: #FFF;
    border-bottom: 2px solid #E4E7ED;
    border-top: 3px solid #D10024;
}

#cabecalhoHeader {
    background: #FFF;
/*    border-top: 2px solid #E4E7ED;*/
    border-bottom: 3px solid #D8262e;
}

/*----------------------------*\
	Main nav
\*----------------------------*/

.main-nav > li + li {
    margin-left: 30px
}

.main-nav > li > a {
    padding: 20px 0px;
}

    .main-nav > li > a:hover, .main-nav > li > a:focus, .main-nav > li.active > a {
        color: #D10024;
        background-color: transparent;
    }

    .main-nav > li > a:after {
        content: "";
        display: block;
        width: 0%;
        height: 2px;
        background-color: #D10024;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }

    .main-nav > li > a:hover:after, .main-nav > li > a:focus:after, .main-nav > li.active > a:after {
        width: 100%;
    }

.header-ctn li.nav-toggle {
    display: none;
}

/*FIM bdo CABECALHO*/



/*=========================================================
	11 -> FOOTER
===========================================================*/

#footer {
    background: #15161D;
    color: #B9BABC;
}

#bottom-footer {
    background: #1E1F29;
}

.footer {
    margin: 20px;
}

.footer .footer-title {
    color: #FFF;
    /*text-transform: uppercase;*/
    font-size: 18px;
    padding-bottom: 5px;
}

ul.footer-links {
    margin: 0;
    padding: 0;
}

.footer-links li {
    list-style-type: none;
}

.footer-links li + li {
    margin-top: 15px;
}

.footer-links li a {
    text-decoration: none;
    color: #B9BABC;
}

.footer-links li a:hover {
    color: #d8262e;
    text-decoration: underline;
}

.footer-links li i {
    margin-right: 15px;
    color: #D10024;
    width: 14px;
    text-align: center;
}

.copyright {
    margin-top: 20px;
    display: block;
    font-size: 12px;
}

.footer-payments li {
    display: inline-block;
    margin-right: 5px;
}

.footer-payments li a {
    color: #15161D;
    font-size: 36px;
    display: block;
}
/*-- Select input --*/








/*FONT AWESOME*/



/*FIM FONT AWESOME*/




/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}


/* Responsive: Phones */

@media (max-width: 1000px) {
    #top_header {
        height: auto
    }

    .header-links li {
        width: 100%;
        margin-bottom: 10px;
        display: block
    }
}


/* TABS DETALHES PRODS */

.product {
    display: none;
}

.tabs-below {
    border-bottom-width: 0px;
    border-top: 1px solid #ccc;
}

    .tabs-below .nav-link {
        margin-top: -1px;
        border: 1px solid transparent;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        font-weight: bold;
    }

    .tabs-below .nav-item {
        margin-bottom: 0px;
        margin-top: -1px;
    }

        .tabs-below .nav-item.show .nav-link, .tabs-below .nav-link.active {
            border-color: #fff #ccc #ccc #ccc;
            color: #333d47;
        }

.box-vendedor {
    color: #333d47;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
    background-color: white;
    border: 2px solid #bdbdbd;
    border-radius: 10px;
}

.fixed-top-special {
    position: fixed;
    top: 110px;
    right: 0;
    left: 0;
    z-index: 9999999999999;
}

.bg-white-Resultado {
    background-color: white;
    padding: 20px;
    /*border-radius:  20px;*/
    border-bottom: 0px solid #f7f7f7;
    box-shadow: 0px 3px 8px -1px rgba(0,0,0,0.47);
    -webkit-box-shadow: 0px 3px 8px -1px rgba(0,0,0,0.47);
    -moz-box-shadow: 0px 3px 8px -1px rgba(0,0,0,0.47);
}



/* LOADING */
.loading-box {
    background: rgba(13, 48, 77, 0.85);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    /*display: none*/
}

.loading {
    height: 250px;
    width: 250px;
    position: relative;
    border-radius: 100%;
    border: 6px solid transparent;
    border-color: transparent #fff transparent #d8262e;
    -moz-animation: rotate-loading 1.35s linear 0s infinite normal;
    -moz-transform-origin: 50% 50%;
    -o-animation: rotate-loading 1.35s linear 0s infinite normal;
    -o-transform-origin: 50% 50%;
    -webkit-animation: rotate-loading 1.35s linear 0s infinite normal;
    -webkit-transform-origin: 50% 50%;
    animation: rotate-loading 1.35s linear 0s infinite normal;
    transform-origin: 50% 50%;
}

#loading-text {
    cursor: default;
    -moz-animation: loading-text-opacity 1.35 linear 0s infinite normal;
    -o-animation: loading-text-opacity 1.35 linear 0s infinite normal;
    -webkit-animation: loading-text-opacity 1.35 linear 0s infinite normal;
    animation: loading-text-opacity 1.35s linear 0s infinite normal;
    color: white;
    font-size: 24px;
    font-weight: bold;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    /*    top: 0;*/
    width: 250px;
}

@keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@keyframes loading-text-opacity {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes loading-text-opacity {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes loading-text-opacity {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-o-keyframes loading-text-opacity {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}
/* LOADING /////////////////////////////////// */
