a {
    color: #383838;
}

#cart .dropdown-menu {
    min-width: 100%;
    border: 3px solid #000000;
    border-radius: 24px;
    background: #FFF;
}

.menu_cat {
    position: absolute;
    top: 54px;
    background: #383838;
    list-style-type: none;
    z-index: 9999 !important;
    margin-right: 5%;
    display: none;
}

.menu_cat a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 15px 20px 15px 20px;
    min-height: 15px;
    background-color: transparent;
    font-size: 16px;
    font-weight: 100;
    display: block;
}

.menu_cat a:hover {
    background-color: #000000;
}

#menu {
    background-color: #383838 !important;
    min-height: 40px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
    background-color: #000000;
}

#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 12px;
}

footer a {
    color: #FFF;
}

footer a:hover {
    color: #fff;
}

/* HEADER ACCOUNT */
.account_btn {
    color: #000000;
    font-size: 13px;
    background: #FFF;
    border-radius: 30px;
    border: 0;
    cursor: pointer;
    margin-top: 35px;
    text-align: center;
    border: 2px solid #000000;
    padding: 10px 8px;
}

.account_btn a {
    padding: 12px 0px;
    display: block;
    color: #000000;
}

.account_btn a:hover {
    color: #FFF;
}

.hvr-sweep-to-top:before {
    background: #000000;
    border-radius: 30px;
}

.logged_in {
    font-size: 15px;
    background: #000000;
    border-radius: 50px;
    border: 0;
    margin: 37px 0;
    text-align: center;
    padding: 12px;
}

.help_center {
    background: #2f2f2f !important;
    display: block;
    border-radius: 76px;
    padding: 13px 19px !important;
    margin: 3px 6px;
}

.help_center:hover {
    background: #000000;
}

/* TESTIMONIALS */
.testimonials {
    background-color: #383838 !important;
}

.useful_links i {
    font-size: 1.7em;
    background: #383838;
    padding: 20px;
    border-radius: 50px;
    margin-bottom: 12px;
    color: #b9cbd4;
}

.order-month {
    display: block;
    font-size: 1.5em;
    text-transform: uppercase;
    text-align: center;
    color: #363636;
    font-weight: 500;
}

.order-day {
    display: block;
    font-size: 1.5em;
    text-transform: uppercase;
    text-align: center;
    color: #363636;
    font-weight: 500;
    margin-bottom: 10px;
}

.order_id_acc {
    display: block;
    color: #363636;
    font-size: 1.5em;
    font-weight: 500;
}

/* HEADER CART */
.cart_btn {
    color: #ffffff;
    background-color: #000000;
    border: 0;
    outline: none;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    text-align: left;
    font-size: 12px;
    margin-top: 36px;
}

.checkout_cart {
    background: #383838;
    color: #FFF !important;
    padding: 15px 25px;
    border-radius: 40px;
    text-transform: capitalize;
    font-size: 16px;
}

.checkout_cart_orange {
    background: #000000;
    color: #FFF !important;
    padding: 12px 13px;
    border-radius: 40px;
    text-transform: capitalize;
    font-size: 14px !important;
    border: 2px solid #000000;
}

.checkout_cart_orange_off {
    background: #fff;
    color: #000000 !important;
    border: 2px solid #000000;
    padding: 12px 15px;
    border-radius: 40px;
    text-transform: capitalize;
    font-size: 14px !important;
}

.checkout_cart_orange_sm {
    background: #000000;
    color: #FFF !important;
    padding: 6px 6px;
    border-radius: 40px;
    text-transform: capitalize;
    font-size: 14px !important;
    border: 1px solid #000000;
}

.checkout_cart_orange_off_sm {
    background: #fff;
    color: #000000 !important;
    border: 1px solid #000000;
    padding: 6px 6px;
    border-radius: 40px;
    text-transform: capitalize;
    font-size: 14px !important;
}

.all_cats_bg {
    background-color: #000000;
}

.dropdown-menu {
    background: #383838;
    border: 0;
}

.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #ffffff;
    background-image: none;
    background-color: #000000 !important;
}

.dropdown-menu > li > a:hover {
    text-decoration: none;
    color: #ffffff;
    background-image: none;
    background-color: #000000 !important;
}

/* CURRENCY */
.currency_top,
.language_top,
.currency-select,
.language-select {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 15px 15px 15px 15px;
    min-height: 15px;
    background-color: transparent;
    font-size: 16px !important;
    font-weight: 100;
    color: #FFF;
    background: #2f2f2f;
    margin-right: 1px;
}

.currency_top:hover,
.language_top:hover,
.currency_top:active,
.language_top:active,
.currency_top:focus,
.language_top:focus,
.currency-select:hover,
.language-select:hover,
.currency-select:active,
.language-select:active,
.currency-select:focus,
.language-select:focus {
    color: #FFF !important;
    text-decoration: none !important;
    background: #000000;
    margin-right: 1px;
}

/* FOOTER */
.main_footer {
    background-color: #383838;
    margin-top: 80px;
}

.wilcom_info {
    color: #FFF;
    font-size: 14px;
    font-weight: 100;
}

/* FEATURED */
.heading_home {
    text-align: center;
    font-size: 32px;
    font-weight: 100;
    color: #383838;
    margin-bottom: 20px;
    margin-top: 20px;
}

.product_resume h4 a {
    color: #000000;
    font-size: 21px;
    font-weight: 400;
}

.caption h4 a, .product-layout .price {
    color: #383838;
    font-size: 1.1250em;
}

.product-thumb .button-group button {
    background-color: #383838;
    color: #fff;
}

/* CART PAGE */
.heading_title {
    text-align: center;
    font-weight: 100;
    color: #383838;
    margin-bottom: 50px;
}

#cart_table thead {
    background: #000000;
    color: #FFF;
    font-size: 16px;
    font-weight: 100;
}

.btn-clear-cart {
    background: #000000;
    border-radius: 25px;
    padding: 14px 55px;
    border: 0;
    font-size: 16px;
    color: #FFF;
    display: block;
}

#button-coupon {
    border-radius: 16px;
    border: 0;
    outline: none;
    background: #2f2f2f;
    height: 46px;
    font-size: 14px;
    padding: 0 30px;
}

.cart_wishlist {
    color: #2f2f2f;
}

.success_content h1 {
    color: #383838;
    font-size: 32px;
    font-weight: 100;
}

.success_content p {
    font-size: 14px;
    color: #383838;
    font-weight: 100;
    line-height: 32px;
}

/* LOGIN MODAL */
.heading_login {
    color: #000000;
    font-size: 32px;
    text-align: center;
    font-weight: 400;
}

.go_shopping h1 {
    font-size: 28px;
    color: #000000;
}

.orcamento_store h1 {
    font-size: 28px;
    color: #383838;
}

.btn-go_shopping {
    color: #FFF;
    font-size: 20px;
    background: #000000;
    padding: 14px 50px;
    border-radius: 30px;
    border: 0;
    margin: 20px 0;
}

.btn-orcamento_store {
    color: #FFF;
    font-size: 20px;
    background: #383838;
    padding: 14px 50px;
    border-radius: 30px;
    border: 0;
    margin: 20px 0;
}

.btn-acc-order {
    border: 2px solid #000000;
    color: #000000;
    background: #FFF;
    text-align: center;
    font-size: 16px;
    border-radius: 50px;
    padding: 15px 15px;
    margin-bottom: 5px;
    display: block;
}

.btn-acc-order:hover {
    color: #000000;
}

.acc_menu .list-group a {
    border: 0;
    color: #383838;
    font-size: 14px;
    font-weight: 500;
    padding-top: 12px;
    padding-bottom: 12px;
}

    .product_price {
        font-size: 36px;
        color: #383838;
        font-weight: 400;
    }
   .product_options {
        background: #383838;
        color: #ff0000;


    }

    .btn-buy {
        background: #ffffff;
        border-radius: 40px;
        padding: 14px 20px;
        border: 0;
        font-size: 16px !important;
        color: #383838;
        width: 50%;
        border: 2px solid #383838;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    /*MODAL OVERRIDE*/
    @media (min-width: 768px) {
        /* HOVER IAN OVERRIDES */
        .hvr-bubble-left:before {
            pointer-events: none;
            position: absolute;
            z-index: -1;
            content: '';
            border-style: solid;
            -webkit-transition-duration: .3s;
            transition-duration: .3s;
            -webkit-transition-property: transform;
            transition-property: transform;
            top: calc(50% - 10px);
            left: 0;
            border-width: 10px 10px 10px 0;
            border-color: transparent #383838 transparent transparent;
        }

        .hvr-back-pulse:active, .hvr-back-pulse:focus, .hvr-back-pulse:hover {
            -webkit-animation-name: hvr-back-pulse;
            animation-name: hvr-back-pulse;

            /* -webkit-animation-duration: 1s; */
            /* animation-duration: 1s; */
            -webkit-animation-delay: .5s;
            animation-delay: .5s;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
            -webkit-animation-iteration-count: initial;
            animation-iteration-count: initial;
            background-color: #383838;
            background-color: #383838;
            color: #fff;
        }

        .hvr-back-pulse:active, .hvr-back-pulse:focus, .hvr-back-pulse:hover {
            -webkit-animation-name: hvr-back-pulse;
            animation-name: hvr-back-pulse;
            -webkit-animation-duration: 0s;
            animation-duration: 0s;
            -webkit-animation-delay: .5s;
            animation-delay: .5s;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
            -webkit-animation-iteration-count: initial;
            animation-iteration-count: initial;
            background-color: #383838;
            background-color: #383838;
            color: #fff;
        }
    }

    /* CHECKOUT */
    #d_quickcheckout .panel .panel-heading{
        color: #FFF !important;
        background-color: #383838 !important;
        border-color: #000 !important;
    }

    #d_quickcheckout .panel{
       border-color: #000 !important;   
   }

   .agree{
    color: #000 !important;
   }

   #d_quickcheckout .btn-primary {
    background-color: #383838 !important;
    border-color: #000 !important;
    background-image: none;
}

/* CENTRAL DE AJUDA */

.boxFiltros, .boxPergunta, .boxComoMComprar h1 {
    padding-left: 35px !important;
}


nav#m-menu, .m-menu-wrap.fullwidth, .m-navbar,
#m-menu > ul > li > a:hover, #m-menu .active > a, #m-menu .m-active > a, #m-menu .drop-down > a:hover::after, #m-menu .drop-down.active > a:after,
#m-menu .m-flyout ul {
    background: #000 !important;
}