/* COMMON */

body {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    position: relative;
    background: #fff;
    color: #000;
}

h1 {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 20px;
}

h1 small {
    display: block;
    font-size: 14px;
    color: #777;
    text-transform: none;
    margin: 10px 0 20px;
}

h2 {
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    margin: 0 0 15px;
    font-weight: 700;
}

h3 {
    color: #000;
    font-size: 14px;
    margin: 0;
}

p {
    margin-bottom: 18px;
}

a:link,
a:active,
a:hover {
    text-decoration: none;
}

a {
    color: #000;
    -moz-transition: 0.1s;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

a:hover {
    color: #293a90;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

input,
select,
textarea {
    padding: 8px 10px 8px 10px;
    border: 1px solid #999;
    color: #333;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    line-height: 1.1;
}

hr {
    border-top: 1px solid #efefef;
    height: 1px;
    display: block;
    border-left: none;
    border-right: none;
    border-bottom: none;
}


/* CLASS */

.effect {
    opacity: 1;
    -moz-transition: 0.7s;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}

.effect:hover {
    opacity: 0.85;
}

.colorfeat {
    color: #faf304 !important;
}

.title-bar {
    display: block;
    margin-bottom: 0;
    text-align: center;
}

.title-bar h1 {
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}

.title-bar h1 strong {
    color: #ffb300;
    font-weight: 900;
}

.header-content {
    padding: 30px 0 0 0;
}

.header-content h1 {
    margin: 0
}

.body-content {
    background: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer-content {
    margin: 0 0 30px 0;
}

@media only screen and (max-width:1200px) {
    .header-content {
        margin-top: 50px
    }
}

h1.center {
    text-align: center;
}

h1.title {
    margin: 0;
}

.img-center {
    margin: 0 auto;
    display: table;
}

.small {
    line-height: 1.4;
    font-size: 12px;
    margin: 2% 0;
}

.box-shadow {
    padding: 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.size-xx {
    width: 100%;
}

.right {
    float: right;
}

.left {
    float: left;
}

.obs {
    color: #e5322e;
}

.btn,
.btn:link,
.btn:active,
.btn:visited {
    border-radius: 0px;
    line-height: 1.8;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    background: #1a0d5f;
    color: #fff;
    border: 0;
    padding: 10px 20px;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.btn:hover {
    background: #293a90;
    color: #fff !important;
}

.btn2,
.btn2:link,
.btn2:active,
.btn2:visited {
    border-radius: 0px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    background: #dfdfdf;
    color: #000;
    border: 0;
    padding: 10px 20px;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.btn2:hover {
    background: #aaa;
}

.alert {
    padding: 8px 24px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 3px;
    border: none;
}

.alert-success {
    color: rgba(0, 150, 0, 0.7);
    background: rgba(0, 255, 0, 0.2);
}

.alert-error {
    color: rgba(150, 0, 0, 0.7);
    background: rgba(255, 0, 0, 0.2);
}

@media only screen and (max-width: 768px) {
    .alert {
        padding: 5px;
        text-align: center !important;
        width: 100%;
        display: block;
    }
}

.section-title {
    padding: 60px 0;
}

.section-title h1 {
    font-size: 28px;
    margin: 0;
    text-align: center;
    font-weight: 700;
}

.section-title h1,
.section-title h1 small {
    color: #fff;
}

.section-title a.btn {
    color: #fff;
    border-color: #fff;
}

.filters {
    border: 1px solid #efefef;
    background: #fff;
    padding: 20px;
    display: block;
    clear: both;
    line-height: 30px;
    overflow: hidden;
}

.filter-col {
    width: 33%;
    float: left;
}
.filter-col > span {
    font-weight: 700;
    padding: 5px 10px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
}

.filters-up {
    margin-bottom: 30px;
}

.filters select {
    padding: 5px;
    background: #e9e9e9;
    border: 0;
}

.form-inline {
    overflow: hidden;
    margin-top: 30px;
}

.form-inline p {
    display: block;
    overflow: hidden;
    line-height: 1;
}

.form-inline label {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
    font-size: 12px;
}

.form-inline input,
.form-inline select,
.form-inline textarea {
    float: left;
    width: 100%;
}

.col-2 {
    width: 50%;
    float: left;
    padding-right: 40px;
}

.col-2:last-child {
    padding-right: 0px;
}

.col-2-last {
    width: 50%;
    float: left;
    padding-right: 0px
}

.col-3 {
    width: 33.3333333333%;
    float: left;
}

.form-block .col-2 {
    overflow: hidden;
    margin-bottom: 10px;
}

.form-block .size-full {
    width: 100%;
}

.form-block label {
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #3e2616;
    font-size: 12px;
}

.table {
    width: 100%;
}

.table .thead {
    background: #22445f;
    color: #fff;
    font-weight: bold;
}

.table td {
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid #dfdfdf;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
    margin-bottom: 30px;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.breadcrumb {
    margin-bottom: 40px;
    overflow: hidden;
}

ul.list-line li {
    display: block;
}

ul.list-line li.title {
    font-weight: 700;
    text-transform: uppercase;
}

ul.list-pagination {
    margin-top: 10px;
}

ul.list-pagination li {
    float: left;
    margin: 0 5px 15px 0;
}

ul.list-pagination li a {
    color: #444;
    border: 2px solid #777;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    padding: 5px 8px;
}

ul.list-pagination li a:hover {
    color: #e82583;
    border-color: #e82583;
}

ul.list-pagination li.active a {
    color: #e82583;
    border-color: #e82583;
}

ul.list-bread {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

ul.list-bread li {
    text-transform: uppercase;
    float: left;
    margin: 0 2px;
    font-size: 12px;
}

ul.list-bread li.active {
    color: #000;
    font-weight: 700;
}

ul.list-bread li::after {
    content: '/';
    margin-left: 5px;
}

ul.list-bread li:last-child::after {
    content: "";
    margin-right: 0;
}

ul.list-thumb li {
    float: left;
    margin: 0 5px 5px 0;
    border: 2px solid #fff;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    text-align: center;
    padding: 5px 11px;
    background: #d2d2d2;
}

ul.list-thumb li img {
    height: 60px;
}

ul.list-thumb li:hover a,
ul.list-thumb li:hover a:hover {
    color: #fff !important;
}

ul.list-thumb li:hover {
    background: #1a0d5f;
    color: #fff !important;
    border: 2px solid #1a0d5f;
}

ul.list-thumb li.active {
    font-weight: 700;
    background: #1a0d5f;
    color: #fff !important;
    border: 2px solid #1a0d5f;
}

ul.list-thumb li.active a {
    color: #FFF;
}

ul.list-thumb li.not-avaible {
    opacity: 0.3;
}

ul.list-size li.not-avaible {
    opacity: 0.3;
}

ul.list-size {
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    margin-top: 7px;
}

ul.list-size li {
    float: left;
    margin: 10px 5px 15px 0;
}

ul.list-size li a {
    color: #000;
    border: 1px solid #000;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    padding: 5px 8px;
}

ul.list-size li a:hover {
    color: #fff;
    background: #293a90;
    border-color: #293a90;
}

ul.list-size li.active a {
    color: #fff;
    background: #293a90;
    border-color: #293a90;
}

.form-box {
    padding: 8px 0;
}

.container-interno {
    padding-left: 30px;
    padding-right: 30px;
}

.box h1 {
    margin: 0 0 10px;
}

table.table-list {
    width: 100%;
}

table.table-list thead tr th {
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
    font-weight: bold;
}

table.table-list tbody tr td {
    padding: 10px 0;
    border-bottom: 1px solid #e9e9e9;
}

table.table-list tbody tr:last-child td {
    border-bottom: none;
}

.pedido-resumo strong {
    color: #000
}

.underline {
    text-decoration: underline !important;
}

.field,
.desc {
    float: left;
}

.link-right {
    float: right;
    margin-top: 10px;
}

@media only screen and (max-width: 1200px) {
    .section-container {
        padding-top: 112px;
        padding-bottom: 40px;
    }
    .section-title {
        margin-top: 50px;
        padding: 80px 0;
    }
    .product-content {
        margin-top: 90px;
    }
}


/* PLUGINS */


/* Whatsapp Api*/

.bt-whatsapp-api {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 99999;
}

.bt-whatsapp-api:hover .ballon-whatsapp-api {
    transition: all .5s ease;
    opacity: 1
}

.icon-whatsapp {
    background: #5dbb2f;
    display: inline-block;
    font-size: 2.5em;
    -webkit-box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, .22);
    -moz-box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, .22);
    box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, .22);
    transition: all .5s ease;
    color: #fff;
    width: 60px;
    height: 60px;
    text-align: center
}

.icon-whatsapp .fa {
    margin-top: 18%
}

.icon-whatsapp:hover {
    transition: all .5s ease;
    color: #fff;
    background: #448a21;
}

.ballon-whatsapp-api {
    transition: all .5s ease;
    opacity: 0;
    position: fixed;
    left: 70px;
    background: #fff;
    z-index: 999999;
    padding: 10px 20px;
    border: 1px solid #efefef;
    border-radius: 100px 100px 10px;
    color: #000;
    -webkit-box-shadow: 1px 1px 133px -30px rgba(0, 0, 0, .75);
    -moz-box-shadow: 1px 1px 133px -30px rgba(0, 0, 0, .75);
    box-shadow: 1px 1px 133px -30px rgba(0, 0, 0, .75);
}


/* nav mobile */

.nav-mobile {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    display: none;
    background: #fff;
    border-bottom: 1px solid #efefef;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
}

.nav-mobile .logo-nav-mobile {
    display: table;
    margin: 0 auto;
    padding: 10px 0;
}

.nav-mobile .logo-inside {
    margin-top: 15px;
    margin-left: 30px;
    margin-bottom: 30px;
}

.menu-conta {
    position: absolute;
    top: 35px;
    right: 110px;
    z-index: 996;
    display: inline;
    font-size: 24px;
}

.mobile-logged {
    font-size: 16px;
    line-height: 2;
    border-right: 1px solid #ccc;
    padding-right: 18px;
}

.menu-cart {
    position: absolute;
    top: 14px;
    right: 20px;
    z-index: 997;
    display: inline;
    font-size: 24px;
}

.menu-conta a,
.menu-cart a {
    color: #000;
}

.menu-conta a:hover,
.menu-cart a:hover {
    color: #1a0d5f;
}

.menu-btn {
    position: absolute;
    top: 8px;
    left: 20px;
    z-index: 999;
    display: inline;
    font-size: 32px;
}

.menu-btn a {
    display: inline-block;
    text-decoration: none;
}

.btn-open:after {
    color: #000;
    content: "\f394";
    font-family: "Ionicons";
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
}

.btn-open:hover:after {
    color: #1a0d5f;
}

.btn-search {
    position: relative;
    top: 1px;
}

.btn-search:after {
    color: #000;
    content: "\f21f";
    font-family: "Ionicons";
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
}

.btn-search:hover:after {
    color: #1a0d5f;
}

.btn-close:after {
    color: #000;
    content: "\f2d7";
    font-family: "Ionicons";
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
}

.btn-close:hover:after {
    color: #1a0d5f;
}

.overlay {
    position: fixed;
    top: 61px;
    padding-top: 30px;
    z-index: 998;
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
}

.overlay .menu {
    margin: 0 auto;
    width: 100%;
}

.overlay-search {
    position: fixed;
    top: 61px;
    z-index: 999;
    display: none;
    overflow: auto;
    width: 100%;
    height: auto;
    padding: 20px;
    background: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}

.overlay-search .search-btn button {
    line-height: 52px;
    height: 52px;
    padding: 0 15px;
    width: 100%;
    margin: 0;
    border: 0;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background: #1a0d5f;
}

.overlay-search .search-btn button i {
    color: #fff
}

.overlay-search .search-btn button:hover {
    background: #293a90;
}

.overlay-search .search-btn button:hover i {
    color: #fff;
}

.accordion-infos {
    padding: 0 30px;
    font-size: 13px;
    line-height: 1.4;
    color: #000;
}

.accordion-infos a {
    color: #000
}

.accordion-infos a:hover {
    color: #293a90
}

.accordion {
    position: relative;
    display: block;
    overflow: hidden;
}

.accordion h1 a,
.accordion h1 {
    line-height: 1.4;
    margin-bottom: 10px;
    font-size: 12px;
    color: #000;
    font-weight: 400;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    text-transform: uppercase;
}

.accordion h1 a:hover,
.accordion h1:hover {
    color: #1a0d5f;
}

.accordion .accordion--toggle--no {
    position: relative;
    z-index: 3;
    cursor: pointer;
    display: block;
    margin: 0;
    margin-bottom: 10px;
    text-align: left;
    background-color: #fff;
}

.acc-user {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 30px 0;
    margin: 15px 0;
}

.acc-user .perfil {
    font-weight: 900;
}

.acc-padd {
    margin: 0 30px;
}

.comprar {
    font-weight: 700 !important;
    color: #1a0d5f !important;
}

.accordion .accordion--toggle {
    position: relative;
    z-index: 3;
    cursor: pointer;
    display: block;
    font-size: 12px;
    background-color: #fff;
    font-weight: 400;
    text-align: left;
}

.accordion .accordion--toggle:after {
    content: "\f107";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    float: right;
    margin: 0;
    vertical-align: top;
    text-decoration: inherit;
    font-size: 21px;
    line-height: 0.6;
    transition: transform 0.2s ease-in-out;
    transform: rotate(0deg);
}

.accordion .accordion--body {
    position: relative;
    z-index: 1;
    float: left;
    clear: both;
    margin-top: -100%;
    padding: 0 0 1em 0;
    width: 100%;
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: margin 0.3s ease-in-out, max-height 0.25s ease-in-out;
}

.accordion.open>.accordion--toggle:after {
    transform: rotate(180deg);
}

.accordion.open>.accordion--body {
    background: #efefef;
    padding: 10px 20px;
    margin-top: 0;
    margin-bottom: 15px;
    height: auto;
    max-height: 100000px;
}

.accordion-sp {
    position: relative;
    display: block;
    margin-top: -1px;
    margin-bottom: 0;
    overflow: hidden;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.accordion-sp .accordion--toggle {
    position: relative;
    z-index: 3;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 0.5em 1em;
    font-size: 16px;
    background-color: #eee;
}

.accordion-sp .accordion--toggle:after {
    content: "\f107";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: inherit;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    float: right;
    margin: 0;
    vertical-align: top;
    text-decoration: inherit;
    font-size: 24px;
    line-height: 1;
    transition: transform 0.2s ease-in-out;
    transform: rotate(0deg);
}

.accordion-sp .accordion--body {
    position: relative;
    z-index: 1;
    float: left;
    clear: both;
    margin-top: -100%;
    padding: 1em;
    width: 100%;
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: margin 0.3s ease-in-out, max-height 0.25s ease-in-out;
}

.accordion-sp.open>.accordion--toggle:after {
    transform: rotate(180deg);
}

.accordion-sp.open>.accordion--body {
    margin-top: 0;
    height: auto;
    max-height: 100000px;
}

ul.list-hamb-menu li {
    float: left;
    width: 100%;
    padding: 5px 0;
}

ul.list-hamb-menu li a {
    padding: 0 !important;
    font-size: 12px;
    font-weight: 400;
    color: #000;
}

ul.list-hamb-menu li a:hover {
    color: #1a0d5f
}

@media screen and (max-width: 1200px) {
    .nav-mobile {
        display: block;
    }
    .accordion-sp .accordion--toggle {
        cursor: default;
    }
    .accordion-sp .accordion--toggle:after {
        content: none;
    }
    .accordion-sp .accordion--body {
        margin-top: 0;
        max-height: 10000px;
    }
}

.go-top {
    position: fixed;
    bottom: 0;
    right: 0;
    border-radius: 0px;
    color: #fff !important;
    text-decoration: none;
    background: #1a0d5f;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: none;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.25);
}

.go-top:hover {
    background: #293a90;
    color: #fff !important;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 100%;
    margin-top: 0px;
}

ul.tabs li {
    padding: 10px 0;
    font-size: 14px;
    float: left;
    margin: 0;
    cursor: pointer;
    position: relative;
    width: 33%;
    text-align: center;
    line-height: 1.3;
    font-weight: 400;
    color: #000;
    border-bottom: 2px solid #000;
    margin-right: 1%;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    text-transform: uppercase;
}

ul.tabs li:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 45%;
}

ul.tabs li:hover {}

ul.tabs li.active {
    text-align: center;
    line-height: 1.3;
    font-weight: 700;
    border-bottom: 2px solid #293a90;
    color: #293a90;
}

.tab_container {
    clear: both;
    width: 100%;
    border-top: 0;
    overflow: auto;
}

.tab_content {
    display: none;
    padding: 30px;
    overflow: hidden;
}

.tab_drawer_heading {
    display: none;
}


/* QTDE */

.qty {
    width: 50px;
    text-align: center;
}

input.qtyplus,
input.qtyminus {
    width: 25px;
    height: 25px;
    border: none;
    background: none;
    color: #000;
    font-size: 12px;
    font-weight: 700;
}


/* FILTER CATEGORIAS */

.side-collapse {
    display: none;
}

#author_bio_wrap {
    display: block;
}

@media only screen and (max-width: 768px) {
    .side-collapse {
        display: block;
    }
    .collapse-products {
        overflow: hidden;
        margin-top: 30px;
    }
    #author_bio_wrap {
        display: none;
        overflow: hidden;
        height: auto;
    }
    #btn-toggle {
        padding: 10px;
        display: block;
        width: 100%;
        color: #000;
        border: 1px solid #000;
        background: #fff;
        text-align: center;
        cursor: pointer;
    }
    #btn-toggle:hover {
        color: #fff;
        background: #000;
    }
}

.col-listagem {
    margin-bottom: 30px;
}
.nav-stacked .active:hover {
    background-color: #190d5f;
}
.nav-stacked .active {
    background-color: #fdf204;
}

/* FIXED NAV */

#nav-fixed {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    display: none;
}

.menu_open {
    top: 0px !important;
    -webkit-transition: top .2s cubic-bezier(0.215, 0.610, 0.355, 1.000), height .2s;
    -moz-transition: top .2s cubic-bezier(0.215, 0.610, 0.355, 1.000), height .2s;
    transition: top .2s cubic-bezier(0.215, 0.610, 0.355, 1.000), height .2s;
    /* easeInQuad */
}

.menu_closed {
    top: -148px !important;
    -webkit-transition: top .2s cubic-bezier(0.550, 0.055, 0.675, 0.190), height .2s;
    -moz-transition: top .2s cubic-bezier(0.550, 0.055, 0.675, 0.190), height .2s;
    transition: top .2s cubic-bezier(0.550, 0.055, 0.675, 0.190), height .2s;
    /* easeOutQuad */
}


/* HEADER */

header {
    background: #fff;
}

.header-bar {
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #efefef;
}

ul.list-header li {
    margin-right: 15px;
    display: inline-block;
}

ul.list-header-dir {
    float: right
}

ul.list-header-dir li {
    margin-left: 15px;
    display: inline-block;
}

.header-sec {
    background: #efefef;
    border-bottom: 1px solid #efefef;
    font-size: 11px;
    display: block;
    padding: 10px 0;
    overflow: hidden;
}

ul.list-header-bar2 {
    float: left;
}

ul.list-header-bar2 li {
    margin-right: 10px;
    display: inline-block;
}

ul.list-header-bar2 li a {
    font-size: 12px;
    font-weight: 400;
}

ul.list-header-bar2 li a:hover {
    color: #fff;
}

.header-pgto {
    margin-top: 15px;
}

.header-pgto .logo {
    display: table;
    margin: 0 auto;
}

.header-main {
    background: #fff;
    width: 100%;
}

.header-main a {}

.header-main a:hover {}

.header-main span {}

.header-ter {
    background: #fff;
    display: block;
}

.header-logo {
    display: table;
    margin: 0px 0;
}

.header-contacto {
    float: left;
    height: 110px;
    line-height: 110px;
}

ul.list-contacto li {
    display: inline-block;
    padding-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
}

.header-pgto {
    display: block;
    padding: 10px 0;
}

.header-pgto-right {
    color: #000;
    padding-top: 45px;
    text-align: right;
}

.header-phone {
    text-align: right
}

.header-info {
    text-align: center;
}

.header-language {
    text-align: right;
}

@media only screen and (max-width: 1200px) {
    .header-main {
        display: none
    }
    #nav-fixed {
        display: none;
        visibility: hidden;
    }
}

@media only screen and (max-width: 768px) {
    .header-pgto-left .logo {
        display: table;
        margin: 0 auto;
    }
    .header-pgto-right {
        text-align: center;
    }
}

@media only screen and (max-width: 991px) {
    .logo {
        margin-top: 0;
    }
}

.search-box {
    padding: 0;
    display: block;
    overflow: hidden;
}

.search-mobile {}

.search-mobile .search-box .search-field input {
    background: #efefef;
    font-weight: 400;
}

.search-field {
    width: calc(100% - 60px);
    float: left;
}

.search-field input {
    background: #fff;
    font-size: 14px;
    width: 100%;
    margin: 0;
    border: 0;
    float: right;
    line-height: 52px;
    height: 52px;
    padding: 0 15px;
}

.search-btn {
    width: 60px;
    float: right;
    text-align: center;
}

.search-btn button {
    line-height: 52px;
    height: 52px;
    padding: 0 15px;
    width: 100%;
    margin: 0;
    border: 0;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background: #fff;
}

.search-btn button i {
    color: #777
}

.search-btn button:hover {
    background: #333;
}

.search-btn button:hover i {
    color: #fff;
}

ul.list-user-logged {
    float: right;
    margin-top: 0;
    margin-right: 30px;
}

ul.list-user-logged li {
    float: left;
    padding-left: 10px;
}

ul.list-user-logged li a {
    color: #000;
    font-size: 13px;
}

ul.list-user-logged li a:hover {
    color: #1a0d5f;
}

ul.list-user-logged li .ico {
    padding-top: 5px;
    float: left;
    width: 25px;
}

ul.list-user-logged li .link {
    float: left;
    margin-left: 10px;
    width: calc(100% - 35px);
}

ul.list-user {
    width: calc(auto - 66px);
    float: right;
    margin-top: 28px;
}

ul.list-user li {
    width: 100%;
    display: inline-block;
    padding-left: 10px;
}

ul.list-user li a {}

ul.list-user li a:hover {
    color: #1a0d5f;
}

ul.list-user li .ico {
    float: left;
    width: 36px;
}

ul.list-user li .link {
    padding-top: 1px;
    line-height: 1.2;
    float: left;
    margin-left: 10px;
    margin-right: 20px;
}

.user-box .cart-box {
    width: 36px;
    float: right;
    height: 62px;
    margin-top: 28px;
}

.user-box .desc {
    width: 100%;
    text-align: center;
    position: relative;
}

.user-box .desc a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    text-transform: uppercase;
}

.user-box .desc a:hover {}

.cart-box {}

.cart-box .count {
    font-size: 10px;
    font-weight: 700;
    display: inline-block;
    background: #faf304;
    color: #000;
    line-height: 20px;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    text-align: center;
    font-family: 'Arial';
    position: absolute;
    top: -5px;
    left: 16px;
}

.cart-box-hover {
    position: absolute;
    z-index: 500;
    top: 90px;
    right: 15px;
}

.cart-box-content {
    color: #000;
    text-align: left;
    overflow: hidden;
    background: #fff;
    padding: 30px;
    display: block;
    width: 350px;
    line-height: 1.6;
    font-size: 12px;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2);
}

.cart-box-content a {
    font-weight: 400;
}

.cart-box-content strong {
    color: #000
}

.cart-box-content .btn {
    line-height: 3;
}


/* CAT */

.header-cat {
    width: 100%;
    background: #1a0d5f;
}

.cats {
    padding-bottom: 7px;
}

.header-search {
    width: 100%;
    background: #fff;
    float: left;
    margin-top: 30px;
    border: 1px solid #dfdfdf;
}
.user-box {
    margin-top: 13px;
}


/* SLIDER */

#main-slider {
    display: table;
    margin: 0 auto;
    width: 100%;
    /*margin-top: 60px;*/
}

.slider {
    z-index: 1;
    width: 100%;
    position: relative;
}

.slider-desktop {
    display: block;
}

.slider-mobile {
    display: none;
}


.compromocao {
    margin-top: 250px !important;
  }
  .product-content.compromocao {
    padding: 20px;
  }


  @media screen and (max-width: 991px) {
    .compromocao {
        margin-top: 150px !important;
    }
  }
@media only screen and (max-width: 768px) {

    #main-slider {
        margin-top: 60px;
    }
    .slider-desktop {
        display: none;
    }
    .slider-mobile {
        display: block;
    }
}


/* FEATURES */

.features {
    width: 100%;
    padding: 15px 0;
    margin-bottom: 30px;
    background: #faf304;
}

.features-footer {
    margin-top: 60px;
    background: #ed3237 !important;
}


/* GRID BANNERS */

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

.grid-banners .item {
    margin-bottom: 30px;
}


/* PROMOCIONES HOME */

.promociones {
    display: block;
    margin: 50px 0;
}


/* PROMOCIONES HOME */

.mas-vistos {
    display: block;
    margin: 50px 0;
}


/* PUBLICIDADE */

.publicidad {
    display: block;
    margin: 50px 0;
}


/* CATEGORIAS HOME */

.categorias-banners {
    margin-top: 30px;
    display: block;
}

.categorias-banners .item {
    /*margin: 15px 5px;*/
    text-align: center;
}

.categorias-banners .item img {
    display: table;
    margin: 0 auto;
}

@media only screen and (max-width: 992px) {
    .categorias-banners .item {
        margin-bottom: 30px;
    }
}


/* CATEGORIAS TABS */

.categorias-tabs {
    display: block;
    margin-top: 60px;
}

.categorias-tabs .box {}

ul.tabs-home {
    padding: 0;
    list-style: none;
    margin-top: 0px;
}

ul.tabs-home li {
    float: left;
    margin: 0;
    cursor: pointer;
    position: relative;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: #777;
    font-size: 16px;
    width: 25%;
    border-bottom: 3px solid #dfdfdf;
    padding: 10px;
    margin-right: 0px;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

ul.tabs-home li:last-child {}

ul.tabs-home li:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 45%;
}

ul.tabs-home li:hover {
    color: #000;
    border-bottom: 3px solid #000;
}

ul.tabs-home li.active {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 3px solid #000;
    color: #000;
}

.tab_container-home {
    clear: both;
    width: 100%;
    border-top: 0;
    overflow: auto;
}

.tab_content-home {
    display: none;
    padding: 30px 0;
    overflow: hidden;
}

.tab_drawer_heading-home {
    display: none;
}

@media only screen and (max-width:768px) {
    ul.tabs-home li {
        width: 50%;
    }
}


/* FEAT BRAND */

.feat-brand {
    display: block;
    background: black;
    height: 400px;
    margin-top: 40px;
    margin-bottom: 80px;
}

.brand-title {
    width: 100%;
    height: 400px;
    display: -webkit-flex;
    display: flex;
}

.brand-title img {
    margin: auto;
}

.brand-prods {
    height: 400px;
    display: -webkit-flex;
    display: flex;
}

.brand-prods .box {
    float: left;
    width: 33.3333333333%;
    margin: auto;
    padding: 10px;
}

.brand-prods .box img {
    display: table;
    margin: 0 auto;
}

@media only screen and (max-width:992px) {
    .feat-brand {
        height: auto;
        padding: 40px;
    }
    .brand-title {
        margin-bottom: 30px;
        height: auto;
    }
    .brand-prods {
        height: auto;
    }
    .brand-prods .box {
        padding: 5px;
    }
}

@media only screen and (max-width: 768px) {
    .brand-prods .box {
        width: 100%;
        display: block;
    }
}


/* destaques */

.destaques {
    margin-top: 50px;
    margin-bottom: 50px;
    display: block;
}


/* lançamentos */

.lancamentos {
    margin-top: 50px;
    margin-bottom: 50px;
    display: block;
}


/* ofertas */

.ofertas {
    margin-top: 50px;
    margin-bottom: 50px;
    display: block;
}


/* CATEGORIAS DESTAQUES */

.categorias-destaque {
    display: block;
    margin: 60px 0;
}

.categorias-destaque .item {
    display: block;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 1.2;
}

.categorias-destaque .item img {
    display: table;
    margin: 0 auto;
    margin-bottom: 10px;
}


/* MARCAS */

.marcas {
    display: block;
}

.owl-marcas i {
    font-style: normal;
}

.owl-marcas .item {
    padding: 5px;
}

.owl-marcas .item .marca-box {
    display: -webkit-flex;
    display: flex;
    background: #efefef;
    height: 180px;
    width: 100%;
}

.owl-marcas .item .marca-box img {
    margin: auto;
}


/* DESTACADOS
.destacados {
  display: block;
  margin-top: 50px;
  margin-bottom: 50px;
}

.destacados-box {
  display: block;
  margin-bottom: 30px;
  height: 300px;
}
.destacados-box-maior {
  float: left;
  width: 600px;
  margin-right: 30px;
}
.destacados-box-menor {
  float: left;
  width: 240px;
  margin-right: 30px;
}
.destacados-box-ult {margin-right: 0 !important}

@media only screen and (max-width: 1200px) {
  .destacados-box {
    height: auto;
  }
  .destacados-box-maior {
    float: left;
    width: 100%;    
    margin-right: 0;
  }
  .destacados-box-maior img {
    display: table;
    margin: 15px auto;
  }
  .destacados-box-menor {
    width: 100%; 
    margin-right: 0;
  }
  .destacados-box-menor img {
    display: table;
    margin: 15px auto;
  }    
}


@media only screen and (max-width: 768px) {
  .destacado-1 {
    margin-bottom: 30px;
    padding-top: 30px;
  }
}
*/


/* DESTACADOS */

.destacados {
    display: block;
    margin-top: 80px;
    margin-bottom: 80px;
}

.destacado-2 {
    margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
    .destacado-1 {
        margin-bottom: 30px;
        padding-top: 30px;
    }
}

.tamanhos {
    display: block;
    background: #efefef;
    padding: 30px;
}

.tamanhos strong {
    display: block;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.tam-title {
    width: 100%;
    display: -webkit-flex;
    display: flex;
}

.tam-cal {
    height: 140px;
}

.tam-rou {
    height: 250px;
}

.tam-title .title {
    margin: auto;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.tam-title .title img {
    display: table;
    margin: 0 auto 10px auto;
}

ul.list-cal li {
    width: 14.28571428571429%;
    float: left;
}

ul.list-cal li a {
    line-height: 2.4;
    text-align: center;
    border: 1px solid #000;
    padding: 5px;
}

ul.list-cal li a:hover {
    background: #000;
    color: #fff;
}

ul.list-rou li {
    display: inline-block;
}

ul.list-rou li.title {
    width: 100%;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
}

ul.list-rou li a {
    line-height: 2.4;
    text-align: center;
    border: 1px solid #000;
    padding: 5px;
}

ul.list-rou li a:hover {
    background: #000;
    color: #fff;
}

.tam-div {
    border-left: 1px solid #d9d9d9;
    overflow: hidden;
    padding-left: 30px;
}

@media only screen and (max-width: 768px) {
    .tam-div {
        margin-top: 30px;
    }
}


/* HIGHLIGHTS */

.highlights {
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 0;
    display: block;
}

.highlights-item {
    opacity: 1;
    width: 100%;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.highlights-item:hover {}

.highlights-img {
    display: block;
    height: 200px;
    overflow: hidden;
}

.highlights-txt {
    padding: 20px;
    width: 100%;
    background: #efefef;
    height: 80px;
}

.highlights-txt p.title {
    line-height: 1.4;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}


/* AD */

.ad {
    display: block;
}

.ad-img {
    margin: 0 auto;
}

.ad-big {
    margin: 40px 0
}


/* SIDE CAT */

.side-box .search-box {
    border: 0
}

.side-cat {
    padding: 30px;
    background: #e9e9e9;
}

.side-cat h1 {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px;
}

ul.side-cat-list {}

ul.side-cat-list li {
    display: block;
    margin-bottom: 8px;
    line-height: 1.6;
}

ul.side-cat-list li a {}

ul.side-cat-list li a.link-all {
    color: #000;
}

ul.side-cat-list li a.link-all:hover {
    color: #777
}

ul.side-cat-list-color li {
    float: left;
    margin: 0 8px 8px 0;
}

ul.side-cat-list-color li a {
    line-height: 2.2;
    font-size: 12px;
}

@media only screen and (max-width: 768px) {
    ul.side-cat-list-color li {
        display: inline-block;
        margin: 0;
        margin-bottom: 12px;
    }
    ul.side-cat-list-color li a {
        padding: 3px 5px;
        border: 1px solid transparent;
        color: #777;
    }
    ul.side-cat-list-color li a:hover {
        border: 1px solid #111;
        color: #111;
    }
}

.side-cat-content {
    border: 1px solid #efefef;
    width: 100%;
    float: left;
    background: #fff;
    padding: 30px;
}

.side-cat-content h2 {
    margin: 0 0 10px;
    color: #222;
}


/* HOME */

.home-content {
    background: #fff;
    padding: 40px;
    overflow: hidden;
}

.services-home {
    margin: 40px 0;
    padding: 40px 0;
}

.services-home .img-center {
    margin-bottom: 30px;
}

.videos-content {
    background: #222;
}

.videos-list {
    overflow-y: scroll;
    height: 417px;
}

.videos-list ul.list-line li {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.videos-list ul.list-line li:hover {
    background: #000
}

.videos-list ul.list-line li .thumb {
    width: 100px;
    margin-right: 10px;
    float: left;
}

.videos-list ul.list-line li .desc {
    width: calc(100% - 110px);
    float: left;
}

.videos-list ul.list-line li .desc {
    color: #fff;
}

.videos-list ul.list-line li .desc span {
    display: block;
    color: #bf0411;
    font-size: 12px;
    text-transform: uppercase;
}

a.videos-all {
    margin: 0 auto;
    display: table;
    text-align: center;
    padding: 5px 15px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #fff;
}

a.videos-all:hover {
    color: #bf0411;
    border-color: #bf0411;
}

.videos-list::-webkit-scrollbar-track {
    border: 0;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.videos-list::-webkit-scrollbar {
    border: 0;
    width: 10px;
    background-color: #F5F5F5;
}

.videos-list::-webkit-scrollbar-thumb {
    border: 0;
    background-color: #000000;
    border: 1px solid #555555;
}

.instagram {
    padding: 40px 0;
}

.instagram h1 {
    color: #fff;
}

.blog {
    margin: 20px 0;
}

.brands {
    margin: 40px 0;
}

.brands-box {
    overflow: hidden;
    border-top: 5px solid #222;
    border-bottom: 5px solid #222;
}


/* SEARCH */

.results {
    padding: 20px;
    background: #efefef;
    text-align: center;
    margin-bottom: 30px;
}


/* LOGIN */

.box-login-social {
    text-align: center;
    position: relative;
    background: #fff;
    padding: 30px;
    border: 1px solid #efefef;
    width: 580px;
    margin: auto;
}

.box-login-social img {
    margin: 0 auto
}

.box-or {
    margin: 15px 0;
    text-align: center;
}

.box-login {
    border: 1px solid #efefef;
    height: 320px;
    position: relative;
    background: #fff;
    padding: 30px;
}

.box-login h2 {}

.box-login h1 small {
    display: block;
    margin-top: 5px;
    font-size: 12px;
}

.box-login input[type="text"],
.box-login input[type="password"] {
    width: 100%
}

.box-login .form-inline a {
    font-size: 12px;
}

.box-login .btn {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.box-login-seguro {
    text-align: center;
    font-size: 11px;
}

.box-login-seguro img {
    margin-top: 7px;
    margin-bottom: 17px;
}

.box-login-seguro h1 {
    font-size: 24px;
}

.btn-fb-login {
    opacity: 1;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}


@media only screen and (max-width: 768px) {

    .box-login-social {
        width: 100%;
    }
}


/* BOTÃO FACEBOOK */

.box-login-social .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.box-login-social .btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box-login-social .btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2);
}




/* CADASTRO */

.box-cadastro {
    border: 1px solid #efefef;
    padding: 50px;
    margin-bottom: 30px;
}

.box-cadastro input[type="text"] {
    width: 100%
}

.box-cadastro .form-inline a {
    color: #aaa;
    font-size: 12px;
}

.box-cadastro .btn {
    /*position: absolute;
  bottom: 20px;
  right: 20px;
  */
}


/* PANEL */

.box-user {
    border: 1px solid #efefef;
    padding: 30px;
}

.box-user hr {
    border-top: 1px solid #dfdfdf;
}

.box-user strong {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
    color: #000;
}

.box-panel {
    padding: 30px;
    border: 1px solid #efefef;
    background: #fff;
}

.section-painel .accordion dt a {
    padding: 15px 0;
    color: #333;
}

.section-painel .accordion dl:first-child {
    border-top: 1px solid #e9e9e9;
}

.section-painel .accordion dd,
.section-painel .accordion__panel {
    border-bottom: 1px solid #e9e9e9;
    overflow-x: hidden;
}

.pedido-resumo {
    padding-top: 20px;
}

.pedido-resumo h2 {
    margin: 0 0 10px;
}

table.table-list {
    width: 100%;
}

table.table-list thead tr th {
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
    font-weight: bold;
}

table.table-list tbody tr td {
    padding: 10px 0;
    border-bottom: 1px solid #e9e9e9;
    color: #333;
}

table.table-list tbody tr:last-child td {
    border-bottom: none;
}


/* PRODUCTS */

.products-home {
    background: #e9e9e9;
    padding: 80px 0;
    overflow: hidden;
}

.prod-item-megamenu {
    padding: 0 30px 0 30px;
    text-align: center;
    cursor: pointer;
    background: #fff;
    height: auto !important;
}

.prod-item-megamenu h1 {
    font-size: 14px;
    font-weight: 400;
    color: #777;
    height: 54px;
    text-transform: none;
    line-height: 1.2;
}

.prod-item-megamenu img.thumb {
    display: table;
    margin: 0 auto;
}

.prod-item-combo {
    height: auto;
    text-align: center;
    /*padding: 0 20px;*/
    position: relative;
}

.combo-plus {
    position: absolute;
    left: -13px;
    top: 200px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    background: #ca0000;
    color: #fff;
}

.prod-item-combo h1 {
    font-size: 12px;
    font-weight: 400;
    color: #444;
    text-transform: uppercase;
    line-height: 1.6;
    margin: 0;
    height: 90px;
}

.prod-item-combo .price-for {
    font-size: 14px;
    font-weight: 700;
}

.prod-item-combo small {
    font-size: 12px;
}

.prod-item-combo-total {
    border: 2px solid #d9d9d9;
    padding: 20px;
}

.prod-item-combo .prod-img {
    overflow: hidden;
    /*display: block;
    display: -webkit-flex;
    display: flex;*/
    margin-top: 1em;
    position: relative;
}

.prod-item-combo .prod-align {
    position: relative;
    height: 265px;
}


.prod-item-combo .prod-img img {
    width: auto;
    height: auto;
    max-height: 265px;
    max-width: 100%;
}

.collapse-products .prod-item {
    margin-bottom: 30px;
}

.prod-item {
    cursor: pointer;
    text-align: left;
    height: 490px;
    position: relative;
    margin: 0;
    background: #fff;
}

.prod-item .prod-img {
    border: 1px solid #efefef;
    overflow: hidden;
    display: block;
    height: 300px;
    display: -webkit-flex;
    display: flex;
    position: relative;
    width: 100%;
}

.prod-item .prod-img .prod-align {
    margin: auto;
}

.prod-item .prod-desc {
    padding: 5px 0 0 0;
}

.prod-item .thumb {
    -moz-transition: 0.1s;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.prod-item:hover .thumb {
    opacity: 0.85
}

.prod-item h1 {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 1.4;
    margin: 0 0 5px 0;
}

.prod-item img.thumb {
    display: table;
    margin: auto;
}

.prod-item .btn-prod {
    padding: 15px 0;
}

.prod-off {
    z-index: 99;
    width: 100%;
    position: absolute;
    text-transform: uppercase;
}

.prod-off2 {
    display: block;
    padding: 0;
    margin-top: 10px;
    overflow: hidden;
}

.prod-frete {
    background: #faf304;
    color: #000;
    text-align: center;
    padding: 1px 5px;
    display: inline-block;
    border: 1px solid #faf304;
    text-transform: uppercase;
    font-size: 10px;
}

.prod-lanca {
    border: 1px solid #faf304;
    background: #faf304;
    color: #000;
    text-align: center;
    padding: 1px 5px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 10px;
}

.prod-promo {
    font-weight: 700;
    color: #fff;
    font-size: 12px;
    padding: 3px 5px 1px 5px;
    background: #f90101;
}

.prod-off-value {
    top: 0px;
    right: 00px;
    position: absolute;
    font-weight: 400;
    color: #fff;
    font-size: 9px;
    padding: 3px 5px;
    background: #1a0d5f;
}

.prod-fav {
    font-weight: 700;
    top: 20px;
    right: 20px;
    position: absolute;
}

.prod-feat {
    top: 10px;
    left: 10px;
    position: absolute;
    font-weight: 700;
    color: #fff;
    font-size: 9px;
    padding: 3px;
    background: #000;
}

.prod-item a.prod-bt-comprar {
    padding: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    position: absolute;
    text-align: center;
    font-size: 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.prod-item a.prod-bt-comprar:hover {
    background: #777;
}

.prod-item a.prod-bt-mais {
    position: absolute;
    top: 10px;
    left: 10px;
    display: none;
    padding: 5px 10px;
    text-align: center;
    font-size: 12px;
    background: #e82583;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.prod-item a.prod-bt-mais:hover {
    background: #ba1e69
}

.prod-item:hover a.prod-bt-comprar,
.prod-item:hover a.prod-bt-mais {
    display: inline-block;
}

ul.list-colors {
    display: table;
    margin: 0 auto 10px auto;
    overflow: hidden;
}

ul.list-colors li {
    float: left;
    margin: 0 3px 3px 3px;
}

ul.list-colors li img {
    width: 13px;
    height: 13px;
    border: 1px solid #ccc;
}

.foo img:last-child {
    display: none;
}

.foo:hover img:first-child {
    display: none
}

.foo:hover img:last-child {
    display: inline-block;
}


/* PRODUCTS DETAIL */

.prod-info h1 {
    color: #000;
}

.prod-info h2 {
    text-transform: none;
    font-weight: 400;
    line-height: 1.4;
    font-size: 16px;
}

.prod-info .btn {
    display: block;
    height: 60px;
    line-height: 60px !important;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background: #1a0d5f;
    border: 0;
    padding: 0;
    border-radius: 0;
}

.prod-info .btn:hover {
    border-color: #293a90;
    background: #293a90;
    color: #fff;
}

.prod-info .btn i {
    font-weight: 300;
}

.prod-info-box {
    overflow: hidden;
    display: block;
    padding: 20px 2px;
    text-align: left;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.prod-info-box .feat-box {
    border: 1px solid #ccc;
    padding: 3px 5px;
    font-size: 12px;
    border-radius: 2px;
    color: #aaa;
    text-transform: uppercase;
    display: inline-block;
}

.prod-info-box .badges {
    float: right;
}

.prod-info-box ul.list-thumb li {
    float: left;
    margin: 0 5px 5px 0;
    border: 1px solid #000;
    padding: 0;
}

.prod-info-box h2 {
    color: red;
}

.prod-info-box ul.list-thumb li img {
    height: 30px;
}

.prod-info-box .price-of {
    margin-left: 0;
}

.prod-info-box .price-varejo,
.prod-info-box .price-for {
    font-size: 18px;
}

.prod-info-box .price-off {
    margin-top: 5px;
}

.price-of {
    display: inline-block;
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
}

.price-varejo {
    font-size: 14px;
    font-weight: 900;
    display: block;
    color: #000;
}

.price-varejo span {
    border-radius: 2px;
    padding: 1px 3px;
    border: 1px solid #aaa;
    font-size: 9px;
    color: #777;
}

.price-for {
    font-size: 14px;
    font-weight: 900;
    color: #000;
}

.price-for span {
    display: inline-block;
    border-radius: 2px;
    padding: 1px 3px;
    border: 1px solid #aaa;
    font-size: 9px;
    color: #777;
}

.price-off {
    display: block;
    font-size: 12px;
    color: #00b01c;
    text-transform: uppercase;
}

.price-parc {
    display: block;
    margin-bottom: 5px;
}

.price-main {
    display: block;
    color: #000;
}

.price-main strong {
    font-size: 21px;
    font-weight: 900;
}

.price-submain {
    font-weight: 700;
    font-size: 16px;
    color: #000;
    margin: 15px 0;
    display: block;
}

.price-strong {
    color: #000;
    font-weight: 700;
}

.price-combo {
    overflow: hidden;
    text-align: center;
    padding: 10px 0 30px 0;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 20px;
}

.price-combo strong {
    font-size: 18px;
    color: #de3753;
    display: block;
}

.more-cats {
    display: block;
    line-height: 1;
    margin-top: 10px;
}

.more-cats a {
    font-size: 12px;
    color: #777;
    text-transform: uppercase;
}

.more-cats a:hover {
    color: #111;
}

.item-badges-bottom {
    position: absolute;
    margin-top: -30px;
}

.item-badges-bottom li.badge-new, .item-badges-produto li.badge-new {
    display: inline-block;
    margin-right: 10px;
    color: #000658;
    padding: 5px 11px;
    background: #ffdb00;
}
.item-badges-bottom li.badge-ship, .item-badges-produto li.badge-ship {
    display: inline-block;
    margin-right: 10px;
    color: #000658;
    padding: 5px 11px;
    background: #ffb300;
}
.item-badges-bottom li.badge-oferta, .item-badges-produto li.badge-oferta {
    display: inline-block;
    margin-right: 10px;
    color: #ffffff;
    padding: 5px 11px;
    background: #000658;
}

.item-badges-top {
    position: absolute;
    top: -1px;
    z-index: 2;
}

.item-badges-top li.badge-off {
    display: inline-block;
    margin-right: 10px;
    color: #ffffff;
    padding: 5px 11px;
    background: #ff0000;    
}

.prod-info-box .badge-off {
    position: absolute;
    color: #ffffff;
    padding: 5px 11px;
    background: #ff0000; 
    right: 15px; 
}

/* LOOK */

.look-item {
    padding: 10px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.look-item:last-child {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}


/* CART */

.section-box {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef;
}

.section-box:last-child {
    border-bottom: 0
}

.section-cart-extra {
    padding-top: 30px;
    overflow: hidden;
    /*background: #e9e9e9;*/
}

.img-cart {
    max-width: 70%;
}

a.bt-remove {
    font-size: 10px;
    text-decoration: underline;
    text-transform: uppercase;
}

.field,
.field-desc {
    float: left;
}

a.link-cep {
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 12px;
    margin: 0 2%;
}

.frete-input {
    padding: 9px;
    background: #fff;
    color: #444;
}

.frete-bt {
    padding: 11px 15px;
    background: #999;
    color: #fff;
    border: 1px solid #999;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.frete-bt:hover {
    background: #777;
    border-color: #777;
}


/* PAY */

.resume-box {
    background: #efefef;
    padding: 30px;
}

.resume-box hr {
    border-top: 1px solid #d9d9d9;
}


/* FINAL */

.nr-order {
    color: #fff;
    border-radius: 3px;
    background: #009fea;
    padding: 3px 8px;
    margin-left: 5px;
    font-size: 18px;
}


/* MIDIA */

.midia {
    padding: 40px 0;
    background: url(../img/midia-bg.jpg) top center no-repeat #efefef;
}

.midia h1 {}


/* BLOG */

.blog-home {
    display: block;
    margin-top: 50px;
}

.blog-content .bar {
    margin: 40px 0;
}

.blog-content ul.list-line li {
    padding: 8px 0;
    border-bottom: 1px solid #e9e9e9;
}

.blog-content .search-field input {
    padding-left: 15px;
    background: #efefef !important;
}

.blog-post {
    margin-bottom: 40px;
}
.blog-post .conteudo li{
   margin-top: 5px;
}
.blog-post \n{
    background-color: red;
}
.blog-post .conteudo li::before{
    content: "\2022";
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
     width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: 1em; /* Also needed for space (tweak if needed) */
 }
 

.blog-post .alignnone{
    width: 100%;
   
}
.blog-post img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.blog-post span{
    display: block;
}
.blog-post h4{
    text-align: left;
    font-size: 10px !important;
}


.blog-post h1 {
    font-size: 28px;
    font-weight: 300;
    text-transform: none;
    margin: 0 0 15px 0;
    line-height: 1.4;
    color: #111;
}

.blog-post h1 small {
    display: block;
    color: #aaa;
    font-size: 12px;
    margin-top: 10px;
    text-transform: uppercase;
}

.blog-post .thumb {
    margin-bottom: 20px;
}

.blog-thumb {
    display: block;
    margin-bottom: 20px;
    height: 200px;
}

.box-blog-relacionados .jcarousel-wrapper {
    margin: 0;
}

.box-blog-relacionados .prod-item {
    padding: 0;
}

.side-box {
    width: 100%;
    float: left;
    border: 1px solid #efefef;
    padding: 30px;
}

.side-box .search-box {
    width: 100%;
}

.side-box .search-box .search-btn button {
    line-height: 1;
    text-align: center;
    background: #1a0d5f !important;
    border: 1px solid #1a0d5f !important;
}

.side-box .search-box .search-btn button:hover {
    background: #293a90 !important;
    border-color: #293a90 !important;
}

.side-box hr {
    border-top: 1px solid #efefef;
}

.side-box .search-btn {
    width: 50px;
}

.side-box .search-field {
    width: calc(100% - 50px);
}

ul.list-side li {
    display: inline-block;
    margin: 0 2px 12px 0;
}

ul.list-side li a {
    border: 1px solid #777;
    color: #777;
    padding: 3px 5px;
}

ul.list-side li a:hover {
    border: 1px solid #1a0d5f;
    color: #1a0d5f;
}

ul.list-side li:last-child {
    margin-bottom: 0;
}


/* GALERIA */

.galeria-item {
    margin-bottom: 30px;
}


/* LOJA */

.loja-box {
    height: 90px;
    margin-bottom: 30px;
}


/* SERVIÇO */

.servico-box {
    margin-bottom: 30px;
}


/* FALE */

.fale-box {
    text-align: center;
    height: 200px;
    margin-bottom: 30px;
}

.fale-box img {
    margin-bottom: 15px;
}


/* NEWSLETTER */

.newsletter {
    margin-top: 50px;
    display: block;
    padding: 50px 0;
    background: #fff;
    overflow: hidden;
    border-top: 1px solid #dfdfdf;
}

.news-desc {
    margin-bottom: 10px;
    text-align: center;
}

.news-desc h1 {
    margin: 0 0 5px;
    font-size: 21px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
}

.news-desc h1 strong {
    font-weight: 900;
    color: #ffb300;
}

.news-form {
    text-align: center;
}

.news-form input {
    padding: 10px;
    background: #efefef;
    border: 1px solid #efefef;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.news-form button {
    margin-left: 3px;
    padding: 12px 20px;
    text-align: center;
    font-weight: 700;
    border: 1px solid #1a0d5f;
    color: #fff;
    background: #1a0d5f;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.news-form button:hover {
    background: #293a90;
    border-color: #293a90;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .news-desc {
        margin-bottom: 30px;
    }
    .news-form {
        text-align: center
    }
    .news-form input,
    .news-form button,
    .news-form select {
        width: 100%;
        margin-bottom: 10px;
        text-transform: uppercase;
        margin-left: 0;
    }
}


/* REVEDENDOR */

.revendedor {
    display: block;
    padding: 80px 0;
    background: url(../img/revendedor-bg.jpg) center center no-repeat;
    text-align: center;
    color: #fff;
    font-size: 24px;
}

.revendedor h1 {
    font-size: 30px;
    text-transform: none;
    font-weight: 900;
    color: #fff;
    margin: 0 0 10px;
}

.revendedor .bt {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #fff;
    line-height: 1.8;
}

.revendedor-hero {
    padding: 150px 0;
    width: 100%;
    background: url(../img/revendedor-hero-bg.jpg) no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 80px;
}

.revendedor-hero .title {
    padding-top: 70px;
    width: 80%;
    margin: 0 auto;
    display: table;
    text-align: center;
    font-size: 32px;
    line-height: 1.4;
    color: #fff;
    font-weight: 300;
}

.form-rev {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.form-rev input,
.form-rev button {
    width: 100%;
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
}

.form-rev button {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    background: #e53935;
    color: #fff;
    font-size: 18px;
    padding: 15px 10px;
    border: 1px solid #e53935;
}

.form-rev button:hover {
    background: #b72e2a;
    border: 1px solid #b72e2a;
}

.form-rev p {
    margin-bottom: 10px;
}

.form-rev .box {
    margin: 0 auto;
    display: table;
    max-width: 450px;
    width: 100%;
    border-radius: 5px;
    padding: 50px;
    background: #fff;
}

.revendedor-hero h1 {
    text-align: center;
    text-transform: none;
    color: #fff;
    font-size: 70px;
    letter-spacing: -1px;
    margin: 0;
}

.ventajas {
    padding: 0 0 0 10%;
}

ul.list-ventajas {
    display: block;
}

ul.list-ventajas li i {
    color: #e53935;
}

ul.list-ventajas li {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.revendedor-hero2 {
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 150px 0;
    width: 100%;
    background: url(../img/revendedor-hero2-bg.jpg) no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.revendedor-hero2 h1 {
    text-align: center;
    text-transform: none;
    color: #fff;
    font-size: 70px;
    letter-spacing: -1px;
    margin: 0;
}

.revendedor-dudas {
    display: block;
    font-size: 18px;
}

.revendedor-dudas h2 {
    margin-top: 30px;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: none;
    color: #000;
}

.revendedor-dudas .resp {
    border-bottom: 1px dashed #dfdfdf;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
}

.revendedor-hero3 {
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 150px 0;
    width: 100%;
    background: url(../img/revendedor-hero3-bg.jpg) no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.revendedor-hero3 h1 {
    text-align: center;
    text-transform: none;
    color: #fff;
    font-size: 70px;
    letter-spacing: -1px;
    margin: 0;
}

@media only screen and (max-width: 992px) {
    .revendedor-hero .title {
        margin-bottom: 30px;
    }
    .img-ventajas {
        margin-bottom: 30px;
    }
    .revendedor-dudas h2 {
        text-align: left;
    }
}


/* TIENDAS */

.tiendas .item {
    height: 360px;
    display: block;
    background: #efefef;
    margin-bottom: 30px;
}

.tiendas .item .fig {
    height: 165px;
    overflow: hidden;
}

.tiendas .item .desc {
    padding: 30px;
}

.tiendas .item .desc h1 {
    margin: 0 0 5px;
    font-size: 16px;
}

.tiendas .item a.map {
    color: #000;
    font-size: 14px;
    border-bottom: 1px solid #000;
    line-height: 1.8;
}

.tiendas .item a.map:hover {
    opacity: 0.7
}

@media only screen and (max-width: 768px) {
    .tiendas .item {
        height: auto;
        overflow: hidden;
    }
    .tiendas .item .fig {
        height: auto;
        overflow: hidden;
    }
    .tiendas .item .desc {
        width: 100%;
        text-align: left;
    }
    .tiendas .item .desc h1 {
        text-align: left;
    }
}


/* FOOTER */

.footer-bg {
    background: #efefef;
    width: 100%;
    padding: 50px 0;
}

.footer-bg h1 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.footer-bg a {}

.footer-bg a:hover {}

.footer-bg hr {
    margin-top: 50px;
    margin-bottom: 50px;
}

.footer-bg .search-box {
    width: 100%;
}

.footer-bg .search-btn {
    width: 10%;
}

.footer-bg .search-field {
    width: 90%;
}

.footer-contact h1 {}

ul.list-line-footer {}

ul.list-line-footer li {
    line-height: 1.6;
    margin-bottom: 5px;
}

ul.list-line-footer li a {}

ul.list-line-footer li a:hover {
    color: #1a0d5f;
}

.footer-credits {
    border-top: 1px solid #efefef;
    padding: 30px 0;
    font-size: 13px;
    background: #fff;
}

.footer-credits .footer-logo {
    width: 140px;
    padding-right: 20px;
    float: left;
}

.footer-credits .footer-desc {
    width: calc(100% - 160px);
    float: left;
    padding-top: 5px;
}

.footer-credits a {
    color: #000;
}

.footer-credits a:hover {
    color: #1a0d5f;
}

.footer-credits h1 {
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.footer-credits .desc,
.footer-credits .egondola {
    margin-top: 8px;
}

.footer-credits .egondola {
    float: right;
}

.footer-extras {
    display: block;
    padding: 50px 0;
    border-bottom: 1px solid #efefef;
}

.footer-extras h1 {
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 10px;
}

@media only screen and (max-width: 768px) {
    .footer-credits .egondola {
        float: left;
    }
    .logo-footer,
    .footer-pago,
    .footer-seg {}
}


/* modificações e adaptacoes */

.caixaimg {
    height: 220px;
}

.img-responsiveh {
    max-height: 97%;
}

.celpgto {
    width: 70px;
    text-align: center;
    float: left;
}

li.menusel {
    color: #1a0d5f !important;
}

li.menusel a {
    border-color: #293a90;
    color: #293a90 !important;
}

ul.list-sabor {
    padding: 0;
}

ul.list-sabor li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    margin: 10px 10px 10px 0;
}

ul.list-sabor li a {
    padding: 7px;
    background: #fff;
    color: #777;
    font-size: 14px;
    font-weight: 700;
}

ul.list-sabor li a:hover {
    background: #293a90;
    color: #fff;
}

ul.list-sabor li a:active {
    background: #293a90;
    color: #fff;
}

ul.list-sabor li.color-select a {
    background: #293a90;
}

ul.list-sabor li.color-not-avalible a {
    opacity: 0.3;
    cursor: default;
}

ul.list-sabor li.size-select a {
    background: #293a90;
    color: #fff;
}

ul.list-sabor li.size-not-avaible a {
    opacity: 0.3;
    /*pointer-events: none;
  cursor: default;*/
}

table.tabela_frete {
    border: 1px solid #ccc;
    width: 100%;
}

table.tabela_frete tbody tr th {
    background: #ccc;
    color: #000;
    padding: 5px;
}

table.tabela_frete tbody tr td {
    border-bottom: 1px solid #ccc;
    padding: 5px;
}

@media (min-width: 0px) and (max-width: 360px) {
    a.menuzord-brand img {
        height: 40px !important;
    }
    .menuzord-responsive .showhide {
        padding-top: 10px !important;
    }
}

@media only screen and (max-width: 768px) {
    ul.list-header-bar {
        display: table;
        margin: 0 auto;
    }
    ul.esquerda {
        display: none
    }
    ul.direita {
        float: none;
        margin-top: 5px;
    }
    .search-box-header {
        margin: 0 auto;
    }
    .section-box {
        text-align: center;
    }
    .user-box {
        display: table;
        margin-top: 0 !important;
        height: 0 !important;
        line-height: 0 !important;
    }
    .user-box .desc a {
        height: 0 !important;
        line-height: 0 !important;
    }
    .user-box .desc {
        text-align: center !important;
        line-height: 2.2;
    }
    .cart-box-hover {
        display: none !important;
    }
    .features .img-center {}
    .footer-highlights {
        height: auto;
        padding: 0 0 20px;
    }
    .footer-highlights .desc {
        width: 100%;
        text-align: center;
        margin: 0;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .footer-highlights .desc h1 {
        font-size: 18px;
    }
    .footer-highlights .form {
        margin-top: 20px;
    }
    ul.list-line-footer {
        overflow: hidden;
        margin-bottom: 30px;
    }
    ul.list-line-footer li {}
    ul.list-line-footer li img {}
    .footer-credits .item {
        margin-bottom: 20px;
        overflow: hidden;
    }
    .side-cat-content {
        overflow: hidden;
    }
    .side-cat-content h2 {
        line-height: 1.4;
    }
    ul.side-cat-list li {
        display: block;
        text-align: left;
        margin: 0;
        margin-bottom: 12px;
    }
    ul.side-cat-list li a {
        padding: 3px 5px;
        border: 1px solid transparent;
        color: #000;
    }
    ul.side-cat-list li a:hover {
        border: 1px solid #293a90;
        color: #293a90;
    }
    ul.side-cat-list li.menusel a {
        border: 1px solid #293a90;
    }
    .megamenu-content ul.cat-list li {
        display: block;
        width: 100%;
        margin: 0;
        border: 0;
        padding: 0px 10px;
        margin-bottom: 5px;
        text-align: center;
    }
    .btn,
    .btn2 {
        width: 100%;
        margin: 10px 0;
        display: block;
        line-height: 1.3 !important;
    }
    .prod-info-box,
    .prod-info {
        text-align: center;
    }
    .resume-box {
        margin: 30px 0;
        text-align: center;
    }
    .section-finaliza {
        text-align: center;
        padding: 30px;
        background: #fff;
    }
    .box-user {
        text-align: center;
    }
    .box-panel {
        margin: 30px 0;
    }
    .highlights-item img {
        width: 100%;
    }
    .box-login {
        margin: 30px 0;
        height: auto;
    }
    .box-login .btn {
        position: static;
        bottom: 0;
        right: 0;
    }
    .obs {
        text-transform: uppercase;
        width: 100%;
        text-align: left;
        margin-bottom: 20px;
        font-size: 12px;
    }
    ul.list-side li {
        text-align: center;
    }
    ul.list-pagination {
        float: none;
        display: table;
        margin: 0 auto;
        margin-top: 20px;
    }
    .prod-item {
        margin-bottom: 30px;
        text-align: center;
    }
    .prod-item h1 {
        height: auto;
    }
}

@media only screen and (max-width: 991px) {
    ul.list-header-bar li {
        padding: 0 7px;
        border-right: 0;
    }
    .user-box {
        display: table;
        margin: 0 auto;
        float: none;
        top: -7px;
        position: relative;
    }
    .user-box .desc {
        line-height: 1.2;
    }
    ul.list-line-footer li {
        width: 100%;
    }
    .prod-bt-mais {
        display: none;
        visibility: hidden;
    }
    .footer-contact .icon2 {
        display: none
    }
    ul.list-bread {
        margin-bottom: 30px;
        display: block;
        overflow: hidden;
    }
    .prod-info .btn {
        line-height: 1;
    }
    .cart-frete {
        padding-bottom: 10px;
        padding-top: 10px;
        overflow: hidden;
    }
    .desc2-whats {
        margin-top: 30px;
    }
    .footer-extras-content {
        margin-bottom: 10px;
        overflow: hidden;
    }
    .prod-item-combo-total {
        text-align: center;
        margin-top: 30px;
    }
}

@media (min-width: 769px) and (max-width: 990px) {
    .prod-info .btn {
        margin-top: 20px;
    }
    .footer-contact {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .footer-highlights .desc {
        width: 100%;
        margin: 0;
    }
    .footer-highlights .form {
        margin-top: 20px;
    }
}


/* POPUP 

.fancybox-opened .fancybox-skin {
  background: transparent !important;
}
*/

.bd {
    width: 1200px;
    background: #FFF;
    padding: 30px 40px 0 30px;
    overflow: hidden;
}

.bd-title small {
    display: block;
    margin: 0;
    font-size: 21px;
    letter-spacing: 0;
    color: #999;
    font-weight: 300;
}

@media (min-width: 0px) and (max-width: 1250px) {
    .bd {
        width: 100%;
        overflow: hidden;
    }
}

.bd-entrada {
    width: 400px;
    height: auto;
    padding: 30px;
    margin: 0 auto;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.bd-entrada .bd-form {
    margin: 0 auto;
    text-align: center;
}

.bd-entrada .bd-title {
    display: block;
    margin: 20px 0;
}

.bd-entrada .bd-title h1 {
    font-size: 25px;
    color: #fff;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0px;
    line-height: 1;
}

.bd-entrada .bd-title h1 strong {
    font-weight: 900;
}

.bd-entrada .bd-title small {
    display: block;
    font-size: 13px;
    font-weight: 300;
    color: #aaa;
}

.bd-entrada .bd-email {
    display: block;
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    line-height: 2;
}

.bd-entrada .bd-email form {
    margin: 0 0 5px;
}

.bd-entrada .bd-email input {
    padding: 6px 10px;
    display: block;
    font-size: 14px;
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid #ccc;
}

.bd-entrada .bd-email small {
    font-size: 12px;
    line-height: 1.4;
}

.bd-entrada .bd-btn {
    display: block;
    margin-top: 20px;
}

.bd-entrada .bd-btn .btn {
    border-radius: 0;
    padding: 6px 10px;
    background: #b0362b;
    border: 1px solid #b0362b;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    display: block;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.bd-entrada .bd-btn .btn:hover {
    background: #df4537;
    border-color: #df4537;
}

.bd-entrada .bd-btn .link-close {
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    color: #fff;
    display: block;
    background: transparent !important;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    margin-top: 10px;
}

.bd-entrada .bd-btn .link-close:hover {
    color: #ccc;
}

@media only screen and (max-width: 768px) {
    .bd-entrada {
        display: block;
        width: auto;
        height: auto;
        margin: 5%;
        padding: 20px 20px;
    }
    .bd-entrada .bd-form {
        width: 100%;
    }
}


/* HOME PRODUCTS */

.home-products {
    padding: 50px 0;
}

.item-box {
    height: 300px;
    padding: 0 10px;
}

.item-txt {
    display: block;
    margin-bottom: 30px;
}

.item-txt h1 {
    font-size: 14px;
    margin: 0;
    line-height: 1.4;
}

.item-txt h1 a {
    color: #444;
}

.item-txt h1 a:hover {
    color: #de3753;
}

.item-img {
    display: block;
    overflow: hidden;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    height: 200px;
}

.item-img:hover {
    opacity: 0.5;
}

.item-img img {
    max-height: 180px;
    margin: auto;
    display: block;
}

.price-de {
    color: #999;
    display: inline-block;
}

.price-de span {
    text-decoration: line-through;
}

.price-por {
    color: #de3753;
    display: inline-block;
}

.vlr-total {
    color: #383f62;
    font-size: 18px;
}

.vlr-total strong {
    font-weight: 700
}

.vlr-total span {
    display: block;
    font-size: 14px;
    color: #777;
}

.section-container {
    padding-top: 0;
    padding-bottom: 0;
}

.section-container-blog {
    padding-top: 50px;
    padding-bottom: 0;
}

ul.list-side-links {
    margin-bottom: 30px;
    display: block;
}

ul.list-side-links li a strong {
    color: #999;
    margin-top: 15px;
    display: block;
}

ul.list-side-links li a strong:hover {
    color: #1a0d5f;
}

.cat-title {
    margin-top: 50px;
    display: block;
}

.img-brand-menu {
    height: 50px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    text-align: center;
    margin: 3px auto;
}


/* favoritos */

.produto-lista {
    padding: 30px 30px 10px 30px;
    background: #fff;
    display: block;
    margin: 0 0 30px;
}

.produto-lista h1 {
    font-size: 21px;
}

.produto-lista h1 span {
    color: #683b8c;
    font-weight: 700;
}

.produto-lista-item small {
    display: block;
    font-size: 11px;
    color: #999;
    font-weight: 400;
}

.produto-lista-item small strong {
    font-weight: 700;
    color: #777;
}

.produto-lista-item-last {
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
}

.produto-lista-item {
    border-bottom: 1px solid #efefef;
    display: block;
    padding: 15px 0;
    margin-bottom: 15px;
}

.produto-lista-item .prod-item {
    height: auto;
}

.produto-lista-item .prod-item .prod-info {
    margin-top: 0;
}

.produto-lista-item .prod-item .more-cats {
    margin-top: 0;
}


/* favoritos */

.favoritos .desc {
    width: 85%;
}

.favoritos .cat {
    text-transform: uppercase;
    font-weight: 700;
    color: #999;
    font-size: 12px;
}

.favoritos .preco {
    font-weight: 700;
    font-size: 18px;
}

.favoritos .excluir .btn-excluir {
    border: 1px solid #000;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 6px;
    text-align: center;
    text-transform: uppercase;
}

.favoritos .excluir .btn-excluir:hover {
    background: #000;
    color: #fff;
}

.favoritos .item {
    display: block;
    border-bottom: 1px solid #efefef;
    margin-bottom: 29px;
    padding-bottom: 30px;
}

@media only screen and (max-width: 992px) {
    .favoritos .foto {
        margin-bottom: 20px
    }
}

.marca-txt-cel {
    padding: 10px;
    display: inline-block;
    width: 19.6%;
}


.selopromo {
    position: absolute;
    right: 0;
    top: 0;
}
.selopromoin {
    position: absolute;
    z-index: 99;
    right: 55px;
}
.selopromo img, .selopromoin img {
    width: 80px;

}

.notify{
    border-style: groove;
    border-color: black;
    border-width: 0.5px;
    background-color: rgb(233, 218, 7);
    position: fixed;
    bottom: 45%;
    z-index: 999999999999;
    width: 220px;
    left: 50%;
    margin-left: -110px;
}
.notify p{
    color: #fff;
    font-size: 1.3em;
    text-align: center;
    font-weight: bold;
    padding: 10px 5px 0px 5px;
}
.cart-frete {
    border-right: 1px solid #e7e7e7;
    padding: 2em;
}

.side-cat-content .side-title {
    background: #000658;
    color: #fff;
    padding: 10px 15px;
    margin: 0 -15px 10px -15px;
}

.side-cat-content .side-title a {
    color: #fff;
}

/* novo cadastro */

.entry h3 {
    margin-top: 40px;
}
.entry .form-inline label {
    width: 30%;
    display: inline-block;
    font-weight: bold;
}

.entry .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    float: inherit !important;
    width: 65%;
}
.entry .form-inline input[type=checkbox], .entry .form-inline input[type=radio] {
    display: inline-block;
    width: auto;
    float: inherit !important;
}
.entry .titendereco {
    display: inline-block;
    width: 30%;
}
.entry .titigual {
    display: inline-block;
}
.uppercase {
    text-transform: uppercase;
}

@media only screen and (max-width: 768px) {

    .entry .form-inline label {
        width: auto;
        display: block;
        font-weight: bold;
    }
    
    .entry .form-inline .form-control {
        display: block;
        width: 100%;
        vertical-align: middle;
        float: inherit !important;
    }

    .entry .titendereco {
        display: block;
        width: 100%;
    }
    .entry .titigual {
        display: block;
        margin-top: 15px;
    }

}

.steps {
	padding: 20px 0;
	background: #000000;
	color: #fff;
	overflow: hidden;
}

ul.list-steps {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}
ul.list-steps li {
	padding: 0 30px;
	font-size: 18px; 
	text-align: center;
}
ul.list-steps li i.fa-inverse {color:#fbdc21}
ul.list-steps li.active {
	color: #b31119;
}
@media only screen and (max-width: 768px) {
    ul.list-steps {
        justify-content: space-evenly;
    }
    ul.list-steps li {
        padding: 10px 0;
    }
    ul.list-steps li span.txt {
        display: none;
    }
}

.caixa-carrinho {
    background: #f4f4f4;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 40px;
}

.header-pgto .aviso-seguro {
    font-size: 11px;
    margin-bottom: 15px;
}
.header-pgto .aviso-seguro img {
    margin-top: -15px;
}
.header-pgto .aviso-seguro span {
    display: inline-block;
}

.body-content.textos ul { 
    list-style-type: disc; 
    list-style-position: inside; 
 }
 .body-content.textos ol { 
    list-style-type: decimal; 
    list-style-position: inside; 
 }
 .body-content.textos ul ul, .body-content.textos ol ul { 
    list-style-type: circle; 
    list-style-position: inside; 
    margin-left: 15px; 
 }
 .body-content.textos ol ol, .body-content.textos ul ol { 
    list-style-type: lower-latin; 
    list-style-position: inside; 
    margin-left: 15px; 
 }


 .caixahover:hover {
     background: #f4f4f4;
 }


.pedido_item_aberto {
    background-color: #b31119;
    color: #fff;
    text-indent: 2em;
    margin-bottom: 1em;
    padding: 15px 0;
    width: 100%;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
}


.caixa-status {
    display: flex;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    height: 60px;
    margin-bottom: 50px;
}
.caixa-status span {
    font-size: x-small;
    display: block;
}

.caixa-status .text-on {
    height: 60px;
    padding: 0 10px;
    background: #188918;
    color: #fff;
    width: 100%;
    text-align: center;
    line-height: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.caixa-status .text-off {
    height: 60px;
    padding: 0 10px;
    background: #d0d0d0;
    color: #878787;
    width: 100%;
    text-align: center;
    line-height: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .caixa-status .text-cancel {
    height: 60px;
    padding: 0 10px;
    background: #d80000;
    color: #fff;
    width: 100%;
    text-align: center;
    line-height: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .header-pgto .infoseg {
    text-align: right;
  }
@media only screen and (max-width: 768px) {
    .header-pgto .infoseg strong {
        display: block;
    }

    ul.tabs li {
        width: 100%;
    }
    .combo-plus {
        left: calc(50% - 12px);
        top: 0;
    }
    .prod-item-combo {
        padding: 50px 20px;
    }
}

.megamenu .megamenu-content-list li a:hover {
    color: #003787;
}

.btn-wrapper {
    bottom: 50px;
    position: absolute;
    width: 100%;
}

.playlogo {
    position: absolute;
    width: inherit !important;
    display: inherit !important;
    top: calc(50% - 53px);
    left: calc(50% - 75px);
}

.playlogomini {
    padding: 0 !important;
    display: inherit !important;
    border: none !important;
    width: 32px !important;
    position: absolute;
    left: calc(50% - 16px) !important;
    top: 33px !important;
}

.caixaimg ul.item-badges-bottom {
    bottom: inherit;
}

.prod-item-combo .dadospreco {
    height: 83px;
    overflow: hidden;
}

.prod-item h1 a span {
    color: #1a0d5f;
    font-size: small;
    font-weight: bold;
}