body {
    line-height: 1.35;
    color: #2d2d2d;
    overflow-y: scroll;
    overflow-x: hidden;
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-color: white;
    font-size: 14px;
}

.h1,
.h2,
.h3,
h1,
h2,
h3,
.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 0;
    font-weight: inherit;
}

input {
    background-color: white;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    cursor: auto;
    padding: 1px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    -o-border-image: initial;
    border-image: initial;
}

user agent stylesheet input,
textarea,
button {
    -webkit-appearance: none;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em 0em 0em 0em;
    font: 13.3333px Arial;
}

select {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em 0em 0em 0em;
    font: 13.3333px Arial;
}

user agent stylesheet input,
textarea,
select,
button,
meter {
    -webkit-writing-mode: horizontal-tb;
}

sub,
sup {
    font-size: 60% !important;
}

a:hover {
    text-decoration: none;
}

.titlePage {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 36px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    margin: 30px 0px;
    font-weight: 600;
}

.subtitlePage {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 24px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    margin: 30px 0px;
    font-weight: 600;
}

.underline {
    line-height: inherit;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.subtitlePage a i {
    font-size: 22px;
    font-weight: 300;
}

.color1 {
    color: #000 !important
}

.pagination>li>a,
.pagination>li>span {
    color: black;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #000;
    border-color: #000
}

.padding-top1 {
    padding-top: 5px;
}

.padding-top2 {
    padding-top: 10px;
}

.margin-right-1 {
    margin-right: 20px
}

.margin-left-1 {
    margin-left: 20px
}

.margin-right-2 {
    margin-right: 20px
}

.margin-bottom-1 {
    margin-bottom: 20px
}

.margin-top-1 {
    margin-top: 20px
}

.margin-top-05 {
    margin-top: 10px
}

.padding-top-0 {
    padding-top: 15px
}

.padding-bottom-0 {
    padding-bottom: 10px
}

.padding-top-1 {
    padding-top: 20px
}

.padding-bottom-1 {
    padding-bottom: 20px
}

.breadcrumb {
    font-weight: 600;
    background-color: #D8D8D8;
    margin: 20px 0;
}


/* START TOP */

.icon-top {
    padding-top: 12px;
}

@media screen and (max-width: 768px) {
    .icon-top {
        font-weight: 700;
    }
    .icon-top a {
        color: inherit;
    }
    .logo {
        max-width: 200px;
    }
    .icon-qtde-cart img {
        height: 22px;
        margin-bottom: 2px;
    }
}

@media screen and (min-width: 1024px) {
    .icon-top {
        font-weight: 700;
    }
    .icon-top a {
        color: inherit;
        font-size: 13px;
    }
    .header-bar-row {
        padding: 20px!important;
    }
    .logo {
        max-width: 300px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .logo {
        max-width: 200px;
    }
}


/* END TOP */


/* START HEADER */

.header-bar {
    background-color: #3c11a5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    z-index: 110;
    position: fixed;
    width: 100%;
    top: 0;
}

.header-bar-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-bar-row * a:hover {
    color: #f7931e
}

.header-bar-row-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: right;
    /* padding-right: 20px; */
    /* padding-left: 20px; */
}

.header-bar-row-child:first-child {}

.header-bar-row-child:last-child {
    padding-right: 5px;
}

.icon-qtde-cart {
    position: relative;
}

.icon-qtde-cart img {
    vertical-align: text-bottom;
}

.badge-cart {
    position: absolute;
    top: -25px;
    right: -10px;
    background-color: #FFF;
    color: #2d2d2d;
}

.header-bar-row-child i {
    color: #f7931e;
}

.header-bar-row-child ul li {
    display: inline-block;
}

.header-bar-row-child2 {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #f7931e;
    max-width: inherit;
    /* margin-top: 8px;  */
    -webkit-box-shadow: 1px 4px 8px -2px rgba(0, 0, 0, .45);
    box-shadow: 1px 4px 8px -2px rgba(0, 0, 0, .45);
    color: #3c11a5;
}

.input-group {
    width: 100%
}

.input-group-addon {
    width: 50px;
}

.input-search .input-group-addon {
    background: white !important;
    border-radius: 0 20px 20px 0;
}

.input-search .form-control {
    border-right: 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
    border-radius: 20px 0 0 20px
}

.input-search button {
    border: 0;
    background: transparent;
}

.nav {
    display: block;
}

.navbar {
    min-height: 0px !important;
    margin-bottom: 0px !important;
}

.navbar-custom {
    background-color: transparent;
    border-color: transparent;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    color: #3c11a5!important;
    font-weight: 700;
}


/* END HEADER */

.header_mktplay--content {
    background: #ffdc4d;
    max-width: inherit;
    margin-top: 15px;
    -webkit-box-shadow: 1px 4px 8px -2px rgba(0, 0, 0, .45);
    box-shadow: 1px 4px 8px -2px rgba(0, 0, 0, .45)
}

.div-login {
    padding-top: 10px;
}

.inner>.card--product__link:not(.link-price) {
    height: 55%
}

.inner.link-price {
    height: 20%
}

.search--button .btn__block {
    margin-bottom: 0;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .08);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-weight: 600
}

.search--button .btn__block-reset {
    line-height: 15px
}

#clear-term {
    position: absolute;
    right: 0;
    top: 0
}

.button-tab-links,
.button-tab-links--dark-yellow,
.button-tab-links--gray,
.button-tab-links--green,
.button-tab-links--negative,
.button-tab-links--yellow {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.35;
    text-transform: uppercase;
    color: #2189e0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.button-tab-links--dark-yellow:hover,
.button-tab-links--gray:hover,
.button-tab-links--green:hover,
.button-tab-links--negative:hover,
.button-tab-links--yellow:hover,
.button-tab-links:hover {
    color: rgba(33, 137, 224, .6)
}

.button-tab-links--dark-yellow {
    color: #7f6600
}

.button-tab-links--dark-yellow:hover {
    color: rgba(127, 102, 0, .6)
}

.button-tab-links--yellow {
    color: #ffcd00
}

.button-tab-links--yellow:hover {
    color: rgba(255, 205, 0, .6)
}

.button-tab-links--gray {
    color: #444
}

.button-tab-links--gray:hover {
    color: rgba(195, 195, 195, .6)
}

.button-tab-links--negative {
    color: #fff
}

.button-tab-links--negative:hover {
    color: rgba(255, 255, 255, .6)
}

.button-tab-links--green {
    color: #22b14c
}

.button-tab-links--green:hover {
    color: rgba(34, 177, 76, .6)
}

.bui-product__store {
    margin-right: 16px;
    width: 80px
}

.bui-card {
    background: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .08);
    border-radius: 3px;
    width: 100%;
    position: relative;
    height: auto;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    margin-bottom: 24px
}

.bui-card:hover {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2)
}

.bui-card.card--grid {
    height: 400px
}

.bui-card .inner {
    padding: 22px 24px 24px;
    position: relative;
    height: 100%;
    width: 100%
}

.card--product {
    font-size: 13px;
}

.card--product__link {
    color: #757575;
    display: block;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.card--product__rich-media {
    margin: 4px auto 18px;
    height: auto;
    max-width: 140px;
    max-height: 140px;
    z-index: 1;
    /* position: relative; */
}

.card--product__rich-media img {
    margin: 0 auto;
    max-height: 140px;
    width: auto;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: block;
    vertical-align: middle;
}

.card--product__name {
    font-weight: 300;
    display: block;
    width: 100%;
    max-height: 60px;
    overflow: hidden;
    margin-top: 12px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.card--product__name h3 {
    background: white;
    position: relative;
    z-index: 2;
}

.card--product__name:hover {
    color: rgba(117, 117, 117, .6)
}

@media only screen and (max-width:40em) {
    .card--product__name {
        font-size: 12px;
        margin-top: 6px
    }
}

.card--product__see-more {
    text-transform: none;
    font-weight: 400;
}

.btn-login {
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    top: -5px;
    left: 4px;
}

.ico-users {
    font-size: 23px;
}

.banner-sazonal img {
    width: 100%;
}

.content-container {
    background-color: #f2f2f2;
    padding-top: 124px;
}

.headline-big {
    font-weight: 300;
    font-size: 30px;
    font-weight: 100;
    line-height: 1.25;
    color: #444;
}

.item-menu-categorias {}

.item-menu-categorias-border-left {
    border-left: 1px solid #4F4C4D;
}

.item-menu-categorias-border-right {
    border-right: 1px solid #4F4C4D;
}


/* FOOTER */

.newsletter {
    background-color: #F8F8F8;
    font-size: 1.5rem;
    color: #222;
    text-align: center;
    letter-spacing: 3px;
    margin-top: 20px;
    padding: 8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.newsletter i {
    color: #FFF;
    margin-right: 15px;
}

.newsletter__container {
    width: 320px;
}

.l-footer {
    background-color: #3a3a3a;
    height: auto;
    visibility: visible;
}

.footer,
.small-copy {
    font-size: 12px;
}

.footer-col.footer-col--social {
    float: right
}

.footer__link {
    color: #959595;
    line-height: 2
}

.footer__link:hover {
    color: #f2f2f2;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease
}

.footer-col__title {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 12px
}

.footer__social .footer-col__title {
    margin-bottom: 20px
}

.footer__disclaimer {
    font-size: 11px;
    margin-top: 12px;
    margin-bottom: 20px
}

.footer__disclaimer .footer__link {
    font-size: 11px
}

.footer__company {
    background-color: var(--purple);
    color: #959595;
    font-weight: 400;
}

.footer__company .footer__link {
    padding-right: 25px;
    display: inline-block
}


/* end */

.bui-product__price-container {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 16px;
    height: 70px;
    width: 100%;
    background-color: #f9f9f9;
    border-top: 1px solid #e0e0e0;
    z-index: 1;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.bui-product__price-container .bui-product__action-button {
    margin: 0 auto;
}

.btn-cart {
    width: 100%;
    display: block;
    border: none;
    text-align: center;
    padding: 0 16px;
    border-radius: 4px;
    height: 36px;
    line-height: 36px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    background-color: #5cb85c;
    color: #fff;
    width: 130px;
    position: relative;
    font-weight: 700;
    font-size: .8em;
}

.btn-cart:hover {
    background-color: #398439;
    color: #FFF;
}

.bui-product__price-container .card--product__link {
    width: 100%
}

.bui-product__price-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: calc(100% - 40px)
}

@media only screen and (max-width:40em) {
    .bui-product__price-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.bui-product__price-row .bui-price {
    height: 35px
}

@media only screen and (max-width:40em) {
    .bui-product__price-row .bui-price {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
        width: 60%
    }
}

.bui-product__price-row .bui-price__best-price {
    font-size: 11px;
    margin-bottom: 6px;
    font-weight: 400;
}

@media only screen and (max-width:40em) {
    .bui-product__price-row .bui-price__best-price {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }
}

.bui-product__price-row .button-tab-links,
.bui-product__price-row .button-tab-links--green {
    font-weight: 300
}

.bui-product__price-row .bui-price__installment {
    font-size: 18px
}

@media only screen and (min-width:40.063em) and (max-width:63.9375em) {
    .bui-product__price-row .bui-price__installment {
        font-size: 16px
    }
}

@media only screen and (max-width:40em) {
    .bui-product__price-row .bui-price__installment {
        font-size: 15px
    }
}

@media only screen and (max-width:40em) {
    .bui-product__price-row .bui-price__value {
        font-size: 12px
    }
}

.bui-product__price-row .bui-product__store {
    width: 100%;
    text-transform: none;
    margin-top: 6px;
    font-size: 11px;
    text-align: right;
    position: absolute;
    bottom: 8%;
    right: 1%
}

@media only screen and (min-width:40.063em) and (max-width:63.9375em) {
    .bui-product__price-row .bui-product__store {
        right: 5%
    }
}

@media only screen and (max-width:40em) {
    .bui-product__price-row .bui-product__store {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
        margin-top: -18px
    }
}

.price--big {
    font-weight: 300;
    font-size: 22px;
    line-height: 1;
    color: #22b14c;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.price--big:hover {
    color: rgba(34, 177, 76, .6)
}

.bui-price__value {
    display: block
}

@media only screen and (max-width:40em) {
    .bui-price__value {
        font-size: 17px
    }
}

.nav--link {
    font-weight: 300;
    color: #444;
    padding: 8px 0;
    width: 100%;
    display: block;
    color: #444;
    font-size: 12px;
    position: relative;
    text-transform: uppercase;
    font-weight: 100;
    cursor: pointer;
}

.nav--link:hover {
    color: rgba(68, 68, 68, .6);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background-color: transparent;
}

.card--product__thumb {
    width: 100%;
}


/* END HOME */

.bandeira-cartao {
    /* margin: 0px 10px 10px 0px; */
}

.alert-custom {
    margin-top: 20px;
    margin-bottom: 0px;
}

.breadcrumb h1,
#col-categorias .list-group-item h2,
.card--product__name h3 {
    font-weight: inherit!important;
    font-size: inherit!important;
}

.breadcrumb h1 {
    margin-left: 15px;
    margin-top: -15px;
    margin-bottom: 0px;
}

.divider {
    height: 1px;
    margin: 9px 1px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #9d9d9d;
}


/* RESET LESS & BOOTSTRAP */

.control-label {
    font-weight: inherit;
    font-size: 14px;
}

.form-control {
    border-radius: 0;
}

.l-header_menu .menu-item {
    font-size: 15px;
}

.nav-tabs>li>a,
.nav-tabs>li,
.form-group {
    margin: 0;
}

.nav-tabs>li:not(.active) {
    background-color: #f0f0f0;
}

.nav-tabs>li {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.small {
    font-size: inherit;
}

label {
    margin: 0;
}

.termos-condicoes a {
    text-decoration: underline;
}


/*
.tab-pane,
.tab-content{
    padding: 2rem 0 0 0;
}

.tab-content > .active{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
} */

.l-news {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


/*MOBILE*/

@media screen and (max-width: 768px) {
    .newslist-category:not(.is-active)>.newslist-category__item:not(:first-child),
    .newslist-category:not(.is-active) .newslist-category__sublist,
    .noticia .tituloLead,
    .news__container.button {
        display: none
    }
    .news__maincontainer {
        width: 100%;
    }
    .newslist-category:not(.is-active) {
        background-color: white;
    }
    .newslist-category:not(.is-active)>.newslist-category__item:first-child {
        color: #303030;
    }
    .newslist-category.is-active .newslist-category__sublist {
        display: block;
    }
    .dropdown-submenu>a::after,
    .dropdown-submenu:hover>.dropdown-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
    .dropdown-item {
        padding: .8rem;
        font-size: 12pt;
        color: inherit;
    }
}


/* DESKTOP */

@media screen and (min-width: 769px) {
    .menu-item:hover>.dropdown-menu,
    .dropdown-submenu>a::after,
    .dropdown-submenu:hover>.dropdown-menu,
    .dropdown:hover>.dropdown-menu {
        display: block;
    }
    .l-news {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

.newslist-category.is-active {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 16%);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 16%);
}

.newslist-category__item {
    color: white;
    border: 1px solid #EEE;
}

.news {
    font-size: 1.4rem;
}

.button--theme {
    color: var(--tema_principal);
    background-color: var(--tema_secundario);
}

.price-box .price--big {
    font-size: 16px;
    line-height: 20px;
}

.price-box .price--big.avaliable,
.price-box .price--big.discount {
    font-size: 13px;
}

.fix-img--size {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.nav_bar__logo .img-responsive {
    max-height: 45px;
}

.lista-content .lista-produtos li {
    padding: 10px 5px;
}

.lista-content .lista-produtos li:hover {
    background-color: #EFEFEF;
}

.lista-content .lista-produtos .card--product__rich-media {
    float: left;
    margin: 0 10px 0 0;
}

.lista-content .lista-produtos .card--product__content {
    float: left;
}

.lista-content .lista-produtos .card--product__content .card--product__name {
    margin: 0;
}

.lista-content .lista-produtos .card--product__content .remove {
    color: #FF0000;
    cursor: pointer;
}


/* OFFCANVAS */

.offcanvas-toggle {
    border-color: transparent !important;
    margin-right: 0px !important;
}

.offcanvas-toggle .icon-bar {
    background-color: #fff !important;
}


/* START MENU DESKTOP */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.dropdown-submenu .dropdown-menu>li>a {
    color: #3c11a5;
}

.dropdown-menu-item li div {
    width: 750px;
}

.dropdown-menu-item .row {
    margin: 0;
}

.nav .dropdown-menu-item {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.dropdown-menu-item li div ul {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.dropdown-menu-item ul li a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 600;
    line-height: 1.7;
    font-size: 15px;
    /* color: #333; */
    /* white-space: nowrap; bloqueia quebra de linha*/
}

.dropdown-menu-item ul li a:hover {
    color: #120433;
    text-decoration: none;
    background-color: #f5f5f5;
}


/* END MENU DESKTOP */


/* MARQUEE */

.container-marquee {
    background: #000!important;
}

.marquee-content-items li {
    color: #FFF!important;
    font-weight: 700;
}

.marquee-content-items li a {
    font-size: 15px;
}

.marquee-content-items li a:hover {
    color: #F7931E!important;
}


/* END */


/* Trigger bootstrap navbar collapse pada viewport <= 1200px */

@media (max-width: 1199px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
    /* Hapus gap 15px pada .navbar-collapse */
    .navbar .navbar-nav {
        margin-left: -15px;
        margin-right: -15px;
    }
    /* Merapihkan dropdown menu: Warna, posisi dll */
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: rgb(119, 119, 119);
        padding: 5px 15px 5px 25px;
    }
}

@media screen and (min-width: 768px) {
    /* Rubah behaviour .container */
    .navbar .container {
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        max-width: 1170px;
        width: initial;
    }
    .navbar>.container .navbar-brand {
        margin-left: 0;
    }
    .navbar .container .navbar-header {
        margin-left: 0;
        margin-right: 0;
    }
}


/* START COUNTDOWN TIMER */

.countdown {
    font-family: 'Roboto';
    text-transform: uppercase;
}

.countdown>div {
    display: inline-block;
}

.countdown>div>span {
    display: block;
    text-align: center;
}

.countdown-container {
    margin: 0 3px;
}

.countdown-container .countdown-heading {
    font-size: 11px;
    margin: 3px;
    color: #666
}

.countdown-container .countdown-value {
    font-size: 50px;
    /* background: #3c11a5; */
    background-color: #f7931e;
    padding: 0px 20px;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4)
}


/* END COUNTDOWN TIMER*/


/* START CLUB COMPRAS */

.bui-card.cc-card--grid {
    height: 590px
}

.inner>.cc-card--product__link:not(.link-price) {
    height: 70%
}

.cc-card--product__rich-media {
    margin: 4px auto 30px;
    max-height: 70%;
    width: 100%;
    position: relative;
}

.cc-card--product__name {
    max-height: 130px !important;
}

.cc-card--product__thumb {
    width: 100%;
    max-height: 250px;
}

.cc-card-price {
    text-align: right;
    line-height: 40px;
    margin-bottom: 20px;
    font-size: 20px;
}

.cc-card-price .price small {
    font-size: 25px;
    color: #3c11a5;
    font-weight: 700;
}

.cc-card-price .price big {
    font-size: 70px;
    color: #3c11a5;
    font-weight: 700;
}

.btn-reserva {
    padding: 15px 80px;
    font-weight: 700;
}

.btn-reserva:hover {
    padding: 15px 80px;
    font-weight: 700;
}

.cc-card-features {
    text-align: right;
    font-size: 20px;
}

.cc-card-features .list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.cc-card-features .list-group-item {
    border: none;
    border-top: 1px solid #ddd;
}

.cc-card-features .icon {
    width: 136px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding-top: 5px;
    font-size: 50px;
    color: #D8D8D8;
}

.cc-card-features .cc-features-label {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 16px;
}

.countdown-container .countdown-value {
    font-size: 25px;
}

.cc-card .title {
    /* overflow: auto; */
    margin-top: 10px;
    position: relative;
    height: 3.0em;
}

.line-through {
    text-decoration: line-through;
}

.cc-card .price small {
    font-size: 20px;
    color: #3c11a5;
    font-weight: 700;
}

.cc-card .price big {
    font-size: 30px;
    color: #3c11a5;
    font-weight: 700;
}

.cc-card .countdown .countdown-container .countdown-value {
    padding: 10px;
    font-size: 20px;
}

.cc-card .countdown .countdown-container .countdown-heading {
    font-size: 8px;
}

.cc-card-home .countdown .countdown-container .countdown-value {
    padding: 15px;
}

.cc-card-home .cc-card .title {
    height: auto;
    line-height: 1.4;
}

.cc-card-home .link {
    font-size: 20px;
    color: #3c11a5;
    font-weight: 700;
}


/* END CLUB COMPRAS */


/* START CLASSIFICADOS */

.thumbnail-text-classificado {
    padding: 0px;
    height: 50px;
    overflow: hidden;
}

.thumbnail-img-classificado {
    height: 130px!important;
}


/* END CLASSIFICADOS */