/******************************************

Criado por: Felipe Dumont
Em: 30/01/2017
Contato: felipedumontt@hotmail.com

******************************************/

body, html {
    font-family: 'Open Sans', sans-serif;
}

/* Micro Framework */

.clickable {
    cursor: pointer;
}

.search-container select {
    color: #3c0568 !important;
    opacity: 0.5;
}

.search-container select option {
    color: #7a7a7a !important;
}

.vertical-divider {
    height: 100%;
    width: 2px;
    border-right: 1px solid #FFF;
    margin: 0 10px;
}

.line-box {
    border: 1px solid #e5e5e5;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.search-result .line-box:hover {
    cursor: pointer;
    background: #f2f2f2;
    /*-webkit-box-shadow: 0px 0px 10px 5px rgba(224, 221, 224, 1);
    -moz-box-shadow: 0px 0px 10px 5px rgba(224, 221, 224, 1);
    box-shadow: 0px 0px 10px 5px rgba(224, 221, 224, 1);*/
}

.form-control {
    box-shadow: none !important;
    border-radius: 0;
    border-color: #e5e5e5;
}

.form-control:focus, .form-control:hover {
    border-color: #3c0568;
}

textarea {
    resize: none;
}

.sub-title {
    margin-top: 35px;
    border-bottom: 1px solid #e5e5e5;
}

.sub-title p {
    font-weight: bold;
    color: #7a7a7a;
    margin-left: 5px;
}

.btn-light-red {
    background-color: #3c0568;
    color: #FFF;
    border: none;
    padding: 10px 40px;
    transition: all .3s ease-in-out;
}

.btn-light-red:hover {
    background-color: #e55242;
    color: #FFF;
    transition: all .3s ease-in-out;
}

.rounded {
    border-radius: 6px !important;
}

.no-rounded {
    border-radius: 0 !important;
}

.btn-pink {
    background-color: #fb5b47;
    color: #FFF;
    border: none;
    padding: 7px 40px;
}

.btn-pink:hover {
    background-color: #e55242;
    color: #FFF;
    text-decoration: none;
}

.btn-pink:active {
    background-color: #3c0568;
    color: #FFF;
}

.btn-pink:active:hover {
    background-color: #e55242;
    color: #FFF;
}

.btn-pink:active:focus {
    background-color: #e55242;
    color: #FFF;
}

.btn-pink:focus {
    background-color: #e55242;
    color: #FFF;
}

.btn-light-orange {
    /*background-color: #feeee4;*/
    background-color: #e5e5e5;
    color: #f16244;
    border: none;
    padding: 7px 40px;
}

.btn-light-orange:hover {
    background-color: #e55242;
    color: #feeee4;
    text-decoration: none;
}

.btn-light-orange:active {
    background-color: #fddeca;
    color: #f16244;
}

.btn-light-orange:active:hover {
    background-color: #e55242;
    color: #FFF;
}

.btn-light-orange:active:focus {
    background-color: #3c0568;
    color: #FFF;
}

.btn-light-orange:focus {
    background-color: #fddeca;
    color: #f16244;
}

.btn-custom-lg {
    padding: 20px 35px;
    width: 100%;
}

.btn-green {
    background-color: #21b708;
    color: #FFF;
    border: none;
    padding: 7px 40px;
}

.btn-green:hover {
    background-color: #1b9706;
    color: #FFF;
    text-decoration: none;
}

.btn-green:active {
    background-color: #1b9706;
    color: #FFF;
}

.btn-green:active:hover {
    background-color: #3c0568;
    color: #FFF;
}

.btn-green:active:focus {
    background-color: #e55242;
    color: #FFF;
}

.btn-green:focus {
    background-color: #1b9706;
    color: #FFF;
}

.c-gray {
    color: #7a7a7a;
}

.small-cart.c-gray {
    color: #7a7a7a;
    margin-top: -15px;
}

.c-gray sup {
    font-family: 'Open Sans', sans-serif, Sans-Serif;
    font-size: 0.5em;
    color: #fff;
    border-radius: 50%;
    margin-left: -8px;
    position: relative;
    margin-top: 0;
    font-weight: 700;
}

.c-red {
    color: red;
}

.c-green {
    color: #21b708;
}

.c-primaria {
    color: #ff0703;
}

.c-primaria sup {
    font-family: 'Open Sans', sans-serif, Sans-Serif;
    font-size: 0.5em;
    color: #fff;
    border-radius: 50%;
    margin-left: -10px;
    position: absolute;
    margin-top: 5px;
    font-weight: 700;
}

.c-white {
    color: #FFF !important;
}

.c-orange {
    color: #f16244 !important;
}

.c-yellow {
    color: #faa717;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.underline {
    text-decoration: underline;
}

.bold {
    font-weight: bold;
}

.margin-top-md {
    margin-top: 10px;
}

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

.margin-right-md {
    margin-right: 10px;
}

.margin-top-lg {
    margin-top: 15px;
}

.margin-bottom-md {
    margin-bottom: 10px;
}

.margin-left-md {
    margin-left: 10px;
}

.padding-left-lg {
    padding-left: 15px;
}

.margin-left-lg {
    margin-left: 15px;
}

.margin-right-md {
    margin-right: 10px;
}

.input-icon {
    position: relative;
}

.input-icon input {
    padding-left: 30px;
}

.input-icon i {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #7a7a7a;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #FFF;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

/** CLASSES GERAIS **/

.form-top {
    margin-top: 7px;
}

.panel {
    margin-bottom: 20px;
    margin-top: 40px;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: none;
}

.panel-group .panel {
    margin-bottom: 15px;
    border-radius: 0;
}

.panel-heading {
    padding: 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: transparent;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
    margin-top: 10px;
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border: 1px solid #ddd;
}

.master-title.faq-master-title {
    background: url('../images/pizza.png') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 240px;
    width: 100%;
}

.master-title.contact-master-title {
    background: url('../images/bg_contato2.png') no-repeat center -130px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 300px;
    width: 100%;
    /*position: fixed;*/
}

.master-title .master-content {
    text-align: center;
}

.master-title .master-content h2 {
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
    font-size: 50px !important;
    position: relative;
    top: 86px;
}

.master-order {
    position: relative;
    top: 86px;
    left: 0;
}

.master-order .btn-change {
    background-color: rgba(255, 255, 255, .5);
    display: inline;
    margin-left: 15px;
    padding: 20px 10px;
    border-radius: 6px;
}

.master-order .btn-change a {
    color: #FFF;
    text-decoration: none;
    background-color: #3c0568;
    padding: 10px 15px;
}

.master-order h4 {
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
    font-size: 22px !important;
    display: inline;
    padding: 10px 20px 10px 0;
    border-right: 1px solid #FFF;
    text-transform: uppercase;
}

.sub-nav {
    padding: 20px 0;
    background: #3c0568;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    text-transform: uppercase;
}

.breadcrumb li a {
    color: #444;
}

.breadcrumb>.active {
    font-weight: bold;
    color: #222;
}

.breadcrumb>li+li::before {
    padding: 0 5px;
    color: #333;
    content: "<";
    font-family: 'Letter Gothic Std';
    font-weight: bold;
}

.section-title {
    margin: 30px 0;
    text-align: center;
}

.section-title h3 {
    font-size: 40px;
    font-weight: lighter;
    color: #501387;
}

.section-title .separator-title {
    width: 100px;
    height: 10px;
    border-bottom: 1px solid #360767;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -50px;
    margin-top: 25px;
}

.absolute {
    position: absolute !important;
}

/** BARRA DE NAVEGAÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢O **/

.navbar {
    position: relative;
    min-height: 102px;
    margin-bottom: -1px;
    border: 1px solid transparent;
}

.navbar-default {
    background-color: #3c0568;
    border-color: transparent;
    /*opacity: .8;*/
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    /*font-size: 1em;*/
    text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #ccc;
}

.navbar-default .navbar-nav>li>a.access-link {
    color: #360767;
}

.navbar .nav-separator {
    width: 10px;
    display: block;
    height: 40px;
    margin: 30px 0;
    border-right: 1px solid #360767;
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav>li {
        float: left;
    }
    .navbar-nav>li>a {
        padding: 40px 15px;
    }
}

/** CONTAINER DE BUSCA **/

.search-container {
    background: url('../images/bg2.png') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: left center;
    height: 700px;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
}

.search-container .search-content {
    text-align: center;
}

.search-container .search-content h2, .search-container .search-content p.caption {
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
}

.search-container .search-content h2 {
    font-weight: lighter;
    font-size: 50px !important;
}

.search-container .search-content p.caption {
    font-weight: lighter;
    font-size: 25px;
}

.search-container .search-content .search-form {
    margin-top: 40px;
    padding: 15px;
    background-color: rgba(255, 255, 255, .6);
    border-radius: 6px;
}

.search-container .search-content .search-form .input-lg {
    height: 46px;
    padding: 10px 10px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.search-container .search-content .search-form label.select-arrow::after {
    content: '>';
    font: 19px "Consolas", monospace;
    color: #3c0568;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 6px;
    top: 11px;
    padding: 0 0 2px;
    border-bottom: none;
    position: absolute;
    pointer-events: none;
}

.search-container .search-content .search-form .search-input {
    box-shadow: none;
    border-radius: 0;
    border: none;
    opacity: 1;
}

.search-container .search-content .search-form .search-input::placeholder {
    font-size: 14px;
    color: #3c0568;
}

.search-container .search-content .search-form .btn-search {
    background-color: #3c0568;
    text-transform: uppercase;
    width: 100%;
    border: none;
    color: #FFF;
    border-radius: 0;
    font-size: 14px;
    height: 50px;
    padding: 13px 16px;
}

.search-container .search-content .search-form .btn-search:hover {
    background-color: #d6623b;
}

.search-container .search-content .search-cep {
    color: #FFF;
    text-decoration: underline;
    margin-left: 15px;
    margin-top: 5px;
}

/** PEDIDOS (ORDER) **/

.order .order-step {
    text-align: center;
    margin-top: 50px;
}

.order .order-step h4 {
    color: #501387;
    font-weight: bold;
    margin: 30px 0;
    font-size: 25px;
}

.order .order-step p {
    color: #666;
    font-size: 16px;
}

.order .order-step img {
    width: 135px;
    height: 105px;
}

/** DOWNLOAD **/

.download {
    background: url('../images/bg_baixe2.jpg');
    height: 300px;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 100px;
}

.download .download-content {
    margin-top: 80px;
}

.download .download-content a img {
    margin-top: 20px;
}

.download .download-content h4, .download .download-content p {
    color: #FFF;
}

.download .download-content h4 {
    font-size: 30px;
}

.download .download-content p {
    font-size: 18px;
    font-weight: lighter;
}

/*.download .download-phone {*/

/*position: relative;*/

/*bottom: 24px;*/

/*width: 100%;*/

/*}*/

.download-phone {
    position: relative;
    bottom: 55px;
    margin-left: -75px;
    width: 69%;
    margin-left: 50px;
}

@media screen and (max-width: 768px) {
    .download {
        background: url('../images/bg_baixe2.jpg');
        height: 400px;
        top: 0;
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: 100px;
    }
    .download .download-content {
        margin-top: 0;
    }
    .download .download-content .row {
        display: flex;
        flex-direction: column;
    }
    .download .download-content a img {
        margin-top: 20px;
        max-width: 120px;
    }
}

/** NEWSLETTER **/

@media screen and (max-width: 768px) {
    .newsletter {
        background: url('../images/bg_news.png');
        height: 368px;
        top: 0;
        width: 100%;
        display: flex;
        align-items: center;
        background-size: cover;
        text-align: center;
    }
}

.newsletter {
    background: url('../images/bg_news.png');
    height: 340px;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    background-size: cover;
    text-align: center
}

.newsletter .newsletter-content h4, .newsletter .newsletter-content p {
    color: #FFF;
}

.newsletter .newsletter-content h4 {
    font-size: 30px;
}

.newsletter .newsletter-content p {
    font-size: 18px;
    font-weight: lighter;
}

.newsletter .news-form>div {
    margin-top: 10px;
}

.newsletter .news-form select, .newsletter .news-form input {
    border-radius: 0;
    border: none;
    background: #FFF;
    box-shadow: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.newsletter .news-form .btn-newsletter {
    background-color: #f8e409;
    text-transform: uppercase;
    width: 100%;
    border: none;
    color: #FFF;
    border-radius: 0;
    font-size: 14px;
    padding: 7px 16px;
}

.newsletter .news-form .btn-newsletter:hover {
    background-color: #e6d308;
}

.newsletter .news-form label.checkbox-inline {
    color: #FFF;
    margin-top: 20px;
}

label.select-arrow {
    position: relative
}

label {
    display: block;
    /*max-width: none;
    margin-bottom: none;*/
    font-weight: normal;
}

label.select-arrow:after {
    content: '>';
    font: 19px "Consolas", monospace;
    color: #aaa;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 8px;
    top: 5px;
    padding: 0 0 2px;
    border-bottom: none;
    position: absolute;
    pointer-events: none;
}

.newsletter .news-form label.select-arrow:before {
    content: '';
    right: 0;
    top: 0;
    width: 20px;
    height: 34px;
    background: #FFF;
    position: absolute;
    pointer-events: none;
    display: block;
}

/** FOOTER **/

.footer-menu .footer-title {
    margin-top: 40px;
    position: relative;
}

.footer-menu .footer-title h4 {
    color: #3c0568;
    font-weight: bold;
}

.footer-menu .footer-title .footer-sup-separator {
    width: 100%;
    height: 5px;
    position: absolute;
    border-bottom: 1px solid #3c0568;
    bottom: 0;
    margin-bottom: 10px;
}

.footer-menu .footer-title .footer-separator {
    width: 100%;
    height: 10px;
    border-bottom: 1px solid #999;
}

.footer-menu .footer-list {
    list-style: none !important;
    padding: 0;
    margin: 20px 0;
}

.footer-menu .footer-list li a {
    color: #666;
}

.footer-menu .footer-list li a:hover {
    text-decoration: none !important;
    color: #333;
}

.footer-menu .footer-list li {
    padding-left: 1em;
    text-indent: -.7em;
}

.footer-menu .footer-list li::before {
    font-family: 'Letter Gothic Std';
    color: #3c0568;
    font-weight: bold;
}

/** FOOTER **/

.footer-bar {
    background-color: #3c0568;
}

.footer-bar p {
    color: #FFF;
    font-size: 13px;
    margin: 0;
    padding: 15px 0;
}

.footer-bar .footer-social, .footer-bar .footer-payment {
    margin-top: 10px;
    text-align: center;
}

/** FAQ **/

.faq {
    margin: 40px 0;
}

.faq-content {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 6px;
}

.faq-content h4.faq-title {
    font-size: 20px;
    padding-bottom: 15px;
    color: #a0a0a0;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
}

.more-less {
    float: right;
    color: #c0c0c0;
    font-size: 14px !important;
    position: relative;
    top: 2px;
}

/** CONTATO (CONTACT) **/

.contact .get-faq {
    text-align: center;
    margin: 80px 0 20px 0;
}

.contact .get-faq p {
    margin: 0 0 60px 0;
    font-size: 16px;
    color: #666;
}

.contact .get-faq a.btn-get-faq {
    background-color: #3c0568;
    border: none;
    border-radius: 10px;
    color: #FFF;
    padding: 15px 50px;
}

.contact-form {
    max-width: 700px;
    margin: 80px auto 0 auto;
}

.contact-form .form-group {
    margin-bottom: 25px;
}

.contact-form label.select-arrow::after {
    top: 12px;
}

.contact-form select option {
    color: #666;
}

.contact-form .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 2px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.contact-form textarea {
    height: 200px !important;
}

.contact-form .btn-contact {
    background-color: #3c0568;
    color: #FFF;
    border-radius: 0;
    border: none;
    padding: 10px 50px;
}

/** Checkou **/

.checkout {
    margin: 40px 0;
}

.checkout .checkout-content {
    padding: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
}

.checkout .checkout-content .checkout-order {
    border: 1px solid #e5e5e5;
    padding: 10px;
    margin-top: 20px;
}

.checkout .checkout-content .checkout-order .order-content {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

.checkout .checkout-content .checkout-order .order-content .order-title {
    color: #7a7a7a;
    margin-bottom: 10px;
}

.checkout-order .col-sm-3, .col-sm-2 {
    padding: 0 15px;
}

.checkout-order .col-sm-2 {
    padding: 0 15px;
}

.checkout .checkout-content .amount-control {
    margin-top: 0px;
}

.checkout .checkout-content .order-cupom {
    margin-top: 20px;
}

.checkout .checkout-content .order-cupom .form-control {
    box-shadow: none;
    border-radius: 0;
    border-color: #e5e5e5;
}

.checkout .checkout-content ul {
    margin-top: 30px;
}

.checkout .checkout-content ul li {
    margin-bottom: 10px;
}

.checkout .checkout-content .order-cupom label {
    font-weight: bold;
    color: #7a7a7a;
}

.checkout .checkout-content .order-cupom .btn-pink {
    margin-top: 29px;
}

.checkout .payment-cards {
    padding: 10px 15px;
    margin-top: 10px;
}

.checkout .payment-cards li {
    margin: 10px 0;
}

.checkout .payment-cards li .control-label {
    margin: 8px 0;
}

.checkout .payment-cards .credit-card {
    margin-left: 10px;
    color: #333;
}

.btn-amount {
    padding: 5px 10px;
    margin: 0 10px;
    border-radius: 50%;
    color: #FFF;
    cursor: pointer;
}

.checkout .checkout-step.checkout-adress {
    background-color: #f16244;
    color: #FFF;
}

.checkout .checkout-step.checkout-payment {
    background-color: #ed8c01;
    color: #FFF;
}

.checkout .checkout-step {
    padding: 10px;
    font-size: 18px;
}

.checkout .checkout-details {
    background-color: #f0f0f0;
    padding: 10px;
    margin-top: 20px;
    color: #7a7a7a;
}

.checkout .details-title {
    margin-bottom: 30px;
    font-weight: bold;
    color: #7a7a7a;
}

.checkout .checkout-logout p, .checkout .checkout-logout a {
    color: #f84459;
    margin-right: 20px;
}

.checkout .checkout-logout a {
    text-decoration: underline;
}

.checkout .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #FFF !important;
    margin-top: 0;
}

.checkout .panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border: none;
    background-color: #f0f0f0;
}

.checkout .checkbox {
    color: #7a7a7a;
}

.checkout .checkbox input {
    vertical-align: top;
}

.checkout .checkbox span {
    display: inline-block;
    margin-left: 10px;
}

.checkout .checkout-payment-method {
    background-color: #f0f0f0;
    padding: 10px;
    color: #7a7a7a;
    margin-top: 20px;
}

.checkout .checkout-delivery-address {
    background-color: #f0f0f0;
    padding: 10px;
    color: #7a7a7a;
    margin-top: 20px;
}

.checkout .payment-method {
    background-color: #FFF;
    padding: 10px;
}

.checkout .confirm-address {
    margin-top: 40px;
    color: #7a7a7a;
}

.panel-group .panel-heading+.panel-collapse>.panel-body.new-address {
    background-color: #FFF;
}

/** Login **/

.modal-content.login-modal {
    padding: 10px;
}

.modal-content.login-modal .login-content {
    border: 1px solid #e5e5e5;
    padding: 10px;
    border-radius: 6px;
}

.modal-content.login-modal .login-content .modal-header {
    padding: 5px;
    color: #7a7a7a;
}

.form-control.login-form {
    box-shadow: none;
    border-radius: 0;
    height: 45px;
}

.form_labels .form-control {
    height: 50px;
    color: #343b46;
    font: 16px 'latoregular';
    box-shadow: none;
    width: 100% !important;
    border: medium none;
    font-family: 'Open Sans', sans-serif;
    border-radius: 0px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 0.7;
}

.modal-content.login-modal .login-content .checkbox {
    margin: 0;
}

.btn-login {
    background-color: #fb5b47;
    margin-top: 30px;
    color: #FFF;
    padding: 10px 55px;
    border: none;
    transition: all .3s ease-in-out;
}

.btn-login:hover {
    background-color: #e55242;
    color: #FFF;
    transition: all .3s ease-in-out;
}

.btn-login-facebook {
    background-color: #3b5998;
    color: #FFF;
    padding: 10px 55px;
    border: none;
    transition: all .3s ease-in-out;
}

.btn-login-facebook:hover {
    background: #2e4678;
    color: #FFF;
    transition: all .3s ease-in-out;
}

.modal-dialog.modal-login {
    width: 430px;
    margin: 150px auto;
}

.close.close-login {
    position: absolute;
    right: -17px;
    top: -20px;
    height: 40px;
    width: 40px;
    background-color: #fb5b47;
    opacity: 1;
    color: #FFF;
    text-shadow: none;
    border-radius: 50%;
    font-size: 30px;
    padding: 3px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #fcb874;
}

.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
}

/** Cadastre Restaurante **/

.master-title.cadastre-restaurante {
    background: url('../images/cad_restaurante.png') no-repeat center -130px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 600px;
    width: 100%;
}

/** CATALOGO DE PRODUTOS **/

.login-content label.select-arrow::after {
    content: '>';
    font: 19px "Consolas", monospace;
    color: #aaa;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 8px;
    top: 10px;
    padding: 0 0 2px;
    border-bottom: none;
    position: absolute;
    pointer-events: none;
}

/** TROCAR SENHA (CHANGE PASSWORD) **/

.password {
    margin: 20px 0;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
    padding: 25px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    border: none;
    background-color: #fb5959;
}

.list-group-item i {
    margin-right: 10px;
    color: #fff;
}

.list-group-item.active i {
    color: #FFF;
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    text-decoration: none;
    background-color: transparent;
    color: #a0a0a0;
}

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

.list-group-item:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: none;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #fa843a;
    border-color: #fa843a;
}

.password .change-pass {
    border: 1px solid #e5e5e5;
    padding: 10px;
    border-radius: 6px;
}

.password .change-pass p {
    margin-bottom: 30px;
}

/** COMO FUNCIONA **/

.master-title.como-funciona {
    background: url('../images/bg_como_funciona.png') no-repeat center -130px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 600px;
    width: 100%;
}

/** QUEM SOMOS **/

.master-title.quem-somos {
    background: url('../images/bg_quem_somos.png') no-repeat center -130px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 600px;
    width: 100%;
}

/** Catalogo endereÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§o **/

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 6px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #fa843a;
    text-decoration: none;
    background-color: #fff;
    border: none;
}

.btn-next, .btn-prev {
    background-color: #fb5b47 !important;
    border-radius: 6px !important;
    color: #FFF !important;
    padding: 6px 15px !important;
}

.pagination>li:first-child a {
    margin-right: 10px;
}

.pagination>li:last-child a {
    margin-left: 10px;
}

/** favorites **/

.favorites .add-fav {
    display: flex !important;
    align-items: center;
    height: 106px;
    justify-content: center;
}

/** ORDER MENU **/

.total-cart {
    display: inline;
    background-color: #f16244;
    padding: 10px;
    color: #FFF;
    float: right;
}

.total-cart:hover {
    background-color: #e55242;
}

.total-cart i {
    color: #FFF;
    font-size: 20px;
}

.total-cart span {
    text-decoration: none;
}

.total-cart span:hover {
    text-decoration: none;
}

.values {
    margin-top: 50px;
}

.line-box.box-buttons {
    margin: 0px 0;
}

.line-box .list-divider {
    border-right: 1px solid #e5e5e5;
    height: 100%;
    padding-right: 20px;
}

.list-divider .c-gray a {
    color: #3c0568 !important;
    text-transform: uppercase;
}

.order-menu .line-box .list-item {
    background-color: #e5e5e5;
    color: #3c0568;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.order-menu .line-box .list-item-value {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-item-value p {
    color: #09b800;
    text-align: right;
}

.list-item-value .addtocart {
    float: right;
}

/** RESTAURANT **/

.restaurant .list-unstyled p {
    margin: 0;
    padding: 10px 5px;
}

.restaurant .list-active {
    background-color: #fcdee4;
}

/** AvaliaÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµes **/

.rate .item-rate {
    border-right: 1px solid #e5e5e5;
}

.rate .dropdown .dropdown-menu {
    position: absolute;
    top: 71%;
    left: 251px;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 5px 10px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #eb5c02;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.rate .dropdown .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #FFF;
    white-space: nowrap;
}

.rate .dropdown .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #fa843a;
}

.rate .dropdown .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fca671 !important;
    text-decoration: none;
    background-color: transparent;
    /*margin-left: 2px;*/
}

.rate .dropdown .dropdown-menu>li>a:focus, .dropdown-menu>li>a span {
    margin-right: 10PX;
}

/** search result **/

.search-result p .icon-down {
    float: right;
    position: relative;
    top: 5px;
    font-size: 12px;
    color: #7a7a7a;
}

.search-result p .icon-down.icon-height {
    float: right;
    position: relative;
    top: -5px;
    font-size: 12px;
    color: #7a7a7a;
}

.search-result .filter-list {
    padding-left: 20px;
}

.search-result .filter-list li {
    padding: 3px 0;
}

.search-result .filter-list li a {
    color: #7a7a7a;
    text-decoration: none;
}

.search-result .filter-list li a:hover {
    color: #333;
    text-decoration: none;
}

/** Carrinho de compras (Shopping cart) **/

.modal-dialog.modal-cart {
    width: 430px;
    margin: 150px auto;
}

.modal-cart .cart-header {
    color: #FFF;
    font-weight: bold;
    padding: 10px;
    font-size: 18px;
    background-color: #fb9d2d;
    margin-bottom: 15px;
}

.modal-cart .cart-header i {
    margin-right: 15px;
}

.modal-cart .cart-subtotal {
    background-color: #e5e5e5;
    padding: 10px;
}

.modal-cart .cart-subtotal .cart-divider {
    border-right: 1px solid #7a7a7a;
}

/** CUSTOM CHECKBOX **/

.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
}

.checkbox-custom+.checkbox-custom-label:before {
    content: '✔';
    background: #fff;
    border: 2px solid #3c0568;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px 4px 2px 2px;
    margin-right: 10px;
    text-align: center;
    color: #FFF;
    line-height: 10px;
    transition: all .3s ease-in-out;
}

.checkbox-custom+.checkbox-custom-label.rounded:before {
    border-radius: 50px;
    content: '•';
    text-align: center !important;
    padding: 2px 1px;
    font-size: 2.6em
}

.radio-custom+.radio-custom-label:before {
    content: '•';
    background: #fff;
    border: 2px solid #3c0568;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px 1px;
    text-align: center !important;
    margin-right: 10px;
    color: #FFF;
    line-height: 11px;
    transition: all .3s ease-in-out;
    font-size: 35px;
    color: #FFF;
}

.checkbox-custom:checked+.checkbox-custom-label:before {
    background: #fff;
    box-shadow: none;
    color: #3c0568;
}

.radio-custom+.radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked+.radio-custom-label:before {
    background: #fff;
    box-shadow: none;
    color: #3c0568;
}

.checkbox-custom:focus+.checkbox-custom-label, .radio-custom:focus+.radio-custom-label {
    outline: 1px solid #ddd;
    /* focus style */
}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 0;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    line-height: 21px;
    color: #7a7a7a;
    outline: transparent;
    -moz-outline: transparent;
}

/** Bootstrap Tooltip **/

.shop_info_list .tooltip.top {
    padding: 5px 0;
    margin-top: -10px;
    margin-left: -7px;
}

/** Listing Sidebar **/

.has-js .restaurant_listing .label_check.popular-icon {
    background: url("../images/popularity-icon.png") no-repeat left center;
    width: 100%;
    height: 19px;
    display: inline-block;
}

.has-js .restaurant_listing .label_check.rating-icon {
    background: url("../images/rating.png") no-repeat left center;
    width: 100%;
    height: 14px;
    display: inline-block;
}

.has-js .restaurant_listing .label_check.min-order-icon {
    background: url("../images/min-order-icon.png") no-repeat left center;
    width: 100%;
    height: 12px;
    display: inline-block;
}

.has-js .restaurant_listing .label_check.delivery-icon {
    background: url("../images/del-fee-icon.png") no-repeat 5px center;
    width: 100%;
    height: 11px;
    display: inline-block;
}

.has-js .restaurant_listing .label_check.fast-del-icon {
    background: url("../images/deliver-icon.png") no-repeat left center;
    width: 100%;
    height: 11px;
    display: inline-block;
}

.has-js .restaurant_listing .label_check {
    padding-left: 20px;
}

.has-js .restaurant_listing .sidebar_list1.check-none .label_check, .sidebar_list1 h3.arrow-none {
    background: none;
}

.has-js .restaurant_listing .sidebar_list1.check-none .label_check {
    padding-left: 0;
}

.has-js .restaurant_listing .label_check.online-pay {
    background: url("../images/online-pay-icon.png") no-repeat left center;
    width: 100%;
    height: 19px;
    display: inline-block;
}

.has-js .restaurant_listing .label_check.pure-veg {
    background: url("../images/pure-veg-icon.png") no-repeat left center;
    width: 100%;
    height: 14px;
    display: inline-block;
}

.has-js .restaurant_listing .label_check {
    background: url(../images/check-off.png) no-repeat 0 0px;
}

.has-js .restaurant_listing label.c_on {
    background: url(../images/check-on.png) no-repeat 0 0px;
}

.has-js .restaurant_listing label.r_on {
    background: url(../images/radio-on.png) no-repeat 0 0px;
}

.restaurant_listing aside .sidebar_list {
    display: flex;
    background: #fff;
    min-height: 50px;
}

.restaurant_listing aside .sidebar_list1 {
    background: #fff;
    width: 100%;
    display: inline-block;
}

.restaurant_listing .list_border li {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e2e0e0;
    display: inline-block;
    list-style: outside none none;
    margin-bottom: 5px;
    min-height: 120px;
    padding: 15px;
    width: 100%;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    position: relative;
    border-bottom: 1px solid #fff;
}

.restaurant_listing ul {
    padding-left: 15px;
}

.restaurant_listing {
    padding: 20px 0 25px;
}

.check_sidebar .checkbox small.active {
    color: #f84459;
}

/** Media queries **/

@media screen and (max-width: 768px) {
    .xs-top {
        margin-top: 15px;
    }
    .xs-bottom {
        margin-bottom: 15px;
    }
    .xs-width-100 {
        width: 100%;
    }
    .xs-center {
        text-align: center;
    }
    .xs-no-margin {
        margin: 0;
    }
    .navbar .nav-separator {
        width: 100%;
        display: block;
        height: 1px;
        margin: 30px 0;
        border-bottom: 1px solid #fd5f22;
    }
    .rate .dropdown .dropdown-menu {
        position: absolute;
        top: 86%;
        left: 158px;
        z-index: 1000;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #eb5c02;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: none;
        border: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .rate .item-rate {
        border-right: none;
        border-bottom: 1px solid #e5e5e5;
    }
    .master-title.cadastre-restaurante {
        background: url(../images/cad_restaurante.png) no-repeat center 101px;
        -webkit-background-size: 130%;
        -moz-background-size: 130%;
        -o-background-size: 130%;
        background-size: 130%;
        height: 310px;
        width: 100%;
    }
    .master-title.como-funciona {
        background: url(../images/bg_como_funciona.png) no-repeat center 101px;
        -webkit-background-size: 130%;
        -moz-background-size: 130%;
        -o-background-size: 130%;
        background-size: 130%;
        height: 310px;
        width: 100%
    }
    .master-title.quem-somos {
        background: url(../images/bg_quem_somos.png) no-repeat center 101px;
        -webkit-background-size: 130%;
        -moz-background-size: 130%;
        -o-background-size: 130%;
        background-size: 130%;
        height: 310px;
        width: 100%
    }
    .master-title.contact-master-title {
        background: url(../images/bg_contato2.png) no-repeat center 101px;
        -webkit-background-size: 130%;
        -moz-background-size: 130%;
        -o-background-size: 130%;
        background-size: 130%;
        height: 310px;
        width: 100%
    }
    .master-title.faq-master-title {
        background: url(../images/pizza.png) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 350px;
        width: 100%;
    }
    .modal-dialog.modal-login, .modal-dialog.modal-cart {
        width: 320px;
        margin: 150px auto;
    }
    .master-order h4 {
        color: #FFF;
        font-family: 'Open Sans', sans-serif;
        font-weight: lighter;
        font-size: 22px !important;
        display: block;
        padding: 10px 20px 10px 0;
        border-right: none;
    }
    .total-cart {
        display: block;
        background-color: #f16244;
        padding: 10px;
        color: #FFF;
        margin-left: 0;
        margin-top: 20px;
    }
    .line-box .list-divider {
        border-right: none;
        height: 100%;
        padding-right: 0;
    }
    .order-menu .line-box .list-item {
        background-color: #e5e5e5;
        color: #7a7a7a;
        padding: 15px 0;
    }
}

.star-rating-card {
    float: right;
    position: absolute;
    right: 22px;
    top: 50%;
    color: #f66450;
    background-color: #fff;
    border-style: none;
    padding: 6px;
    border-radius: 15px;
}

/*############################ALTERARAÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ES FEITAS GETCONSULTORIA##############################*/

/******************************CLAUDINEI OLIVEIRSA************************************/

/************************************10/07/2017***************************************/

/*###################################################################################*/

/*cor padrÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£o dos botÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµes :f8e409*/

body {
    background-color: #fff !important;
}

.nav-pills>li.active>a {
    /* background-color: #3c0568; */
}

.navbar-collapse {
    background-color: #3c0568;
    color: #fff !important;
}

.social_share {
    display: inline-block;
    width: 30%
}

.social_share ul {
    display: inline-block;
    width: 100%;
    margin: 13px 0 5px 0;
    padding: 0px;
    text-align: center;
}

.social_share ul li {
    margin: 0 10px 0 0;
    display: inline-block;
    margin: 0px;
    list-style: none;
}

.social_share ul li a {
    padding: 0 0 0 10px;
    display: inline-block;
    font-size: 14pt;
    color: #fff;
    margin-top: -30px;
}

.flaticon-facebook2::before, .flaticon-twitter::before, .flaticon-google-plus::before, .flaticon-linkedin1::before {
    font-size: 25px !important;
    margin-right: 10px;
}

.social_share ul li a:hover {
    color: #333;
    text-decoration: none;
}

/*#####################################SIDEBAR################################################*/

.sidebar_list1 .col-md-12 {
    padding: 0 !important;
    margin: 0;
}

.sidebar_list1.sort-by-popular h3, a {
    text-transform: uppercase;
    font-size: 1em;
    color: #3c0568;
}

#collapseTwo {
    margin-left: 20px;
}

.col-xs-12 {
    padding: 0;
}

.col-xs-12 a {
    text-decoration: none;
    color: #3c0568;
}

.sidebar-search {
    padding-top: 0px !important;
    width: 100%;
}

.sidebar-search input {
    width: 90%;
    margin-top: 0;
    height: 40px;
    padding-left: 10px;
    border-radius: 7px 0 0 7px !important;
    box-shadow: none;
    border: solid #ccc 1px;
}

.sidebar-search button {
    margin-left: -5px;
    width: 10%;
    height: 40px;
    background-color: #f8e409;
    border: none;
    margin-left: -4px;
    border-radius: 0 7px 7px 0;
    color: #fff;
}

.sidebar-search button:hover {
    background-color: #e55242;
}

.line-box .row {
    border-bottom: solid #E5E5E5 1px;
}

.line-box .row:last-of-type {
    border-bottom: none;
}

.restaurant-thumb {
    width: 100%;
    max-width: 150px;
    padding: 0;
    border-radius: 50%;
    margin-right: 10px;
}

.line-box .row .col-sm-4 p {
    margin-top: 10px;
}

.col-sm-4.small-cart {
    float: right !important;
}

.btn-amount .fa-minus {
    text-align: center;
    width: 7px;
}

.btn-amount .fa-minus i {
    text-align: center;
}

.font-color_pattern {
    font-color: #3c0568;
}

.chooseModal .close {
    margin-top: -2px;
    background-color: #fb5b47;
    padding: 5px 10px;
    color: #fff;
    opacity: 0.8;
    border-bottom: none;
}

.chooseModal .close:hover {
    opacity: 1;
    background-color: #e55242;
}

.chooseModal .modal-header {
    position: absolute;
}

.chooseModal .modal-header h1 {
    font-size: 0;
    color: #3c0568;
}

.chooseModal h2 {
    font-size: 1.4em !important;
    color: #3c0568 !important;
}

.chooseModal h3 {
    color: #3c0568;
    font-size: 1.1em;
}

.chooseModal {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.chooseModal .ing_submit {
    padding: 7px 10px;
    margin: 0 40px 0 0;
    background-color: #09b800;
    color: #fff;
    text-align: center;
}

.chooseModal .ing_submit:hover {
    background-color: #099a01;
}

/*#########################################################################################
                              MY ACCOUNT
/*#########################################################################################*/

/*SIDEBAR*/

#listing_banner .userText {
    font-size: 2em !important;
    color: #3c0568;
}

.newNavigationPart {
    background-color: #3c0568;
    margin-bottom: 20px;
    padding: 20px;
}

.nav-pills>li.active>a {
    background-color: #3c0568;
}

.nav-pills>li.active>a:hover {
    background-color: #e55242;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: #e55242;
}

.myacc_menu .nav .nav-pills {
    background-color: #3c0568;
}

.myacc_menu .nav .nav-pills .myacc_title {
    color: #fff;
    background-color: #3c0568;
}

.myacc_menu .nav .nav-pills a {
    color: #3c0568;
}

.myacc_menu .active a span {
    margin-right: 10px;
    color: #fff;
}

.myacc_menu span, .myacc_title {
    margin-right: 10px;
    color: #3c0568;
}

/*ARTICLE ACCOUNT*/

.myorder_right .listing_middle {
    border-bottom: solid #e5e5e5 1px;
    border-left: solid #e5e5e5 1px;
    padding: 25px 10px;
}

.list_inner_middle a {
    color: #464646
}

.list_inner_middle i {
    color: #7a7a7a;
}

.list_inner_middle p {
    color: #7a7a7a;
}

.list_inner_middle .view_order {
    color: #3c0568;
}

.list_inner_middle .reorder {
    color: #3c0568;
}

/*EDIT PROFILE*/

.editprofile .edit_profile {
    border-left: solid #e5e5e5 1px;
    padding: 20px
}

.editprofile .edit_profile h2 {
    border-bottom: solid #e5e5e5 1px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 1.4em;
    color: #3c0568;
}

.btn-red {
    background-color: #fb5b47;
    padding: 10px 15px;
    color: #fff;
    margin-top: 25px !important;
}

.btn-red:hover {
    background-color: #e55242;
    color: #fff;
}

#edit_profile_form .checkbox .label_check {
    margin-left: 20px !important;
}

.form-control {
    padding-left: 10px;
}

.address_book {
    border-left: solid #e5e5e5 1px;
}

.address_book ul {
    list-style: none;
}

.edit_del span {
    color: #3c0568;
}

.edit_del span:hover {
    color: #e55242;
    text-decoration: none;
}

.add_plus .actionButtons {
    background-color: #3c0568 !important;
    color: #fff;
}

.flaticon-configure:hover {
    text-decoration: none;
}

.modal-header h1 {
    font-size: 1em;
    color: #3c0568;
    text-transform: uppercase;
}

.sidebar_inner ul {
    list-style: none;
    border-bottom: solid #e5e5e5 1px;
    padding-bottom: 15px;
    padding-top: 10px;
    margin-top: 15px;
}

.table {
    width: 100%;
}

.container {
    width: 100%;
    padding: 0 5%;
    /*background-color: #3C0568;*/
}

.col-md-4 h4 {
    color: #7a7a7a;
}

.favourites h3 {
    color: #7a7a7a;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.list_border {
    border-left: solid #e5e5e5 1px;
}

.list_border .row {
    border-bottom: solid #e5e5e5 1px;
}

.btn.btn-default {
    transition-duration: 0.5s !important;
}

a, checkbox, div, i, button {
    /* transition-duration: 0.5s !important; */
}

.btn_voucher {
    margin-top: 25px !important;
}

.row.collapse.in {
    padding: 20px;
}

.note {
    color: #3c0568;
    font-size: 1.3em;
}

/*CARRINHO FLUTUANTE*/

/*BOTÃƒÆ’O*
.btn-floating-cart{
    z-index:1000;
    position:absolute;
    top:0;
    right:0;
}*/

.btn-floating-cart {
    position: fixed;
    width: 50px;
    height: 50px;
    padding: 12px;
    padding-bottom: 0 !important;
    color: #fff;
    text-align: center;
    background-color: #fb5b47;
    border-radius: 30px;
    margin-right: 10px;
    cursor: pointer;
}

.btn-floating-cart:hover {
    background-color: #e55242;
    transition-duration: 0.5s;
}

/*#########################################*CARRINHO#################################*/

.floating-cart {
    z-index: 999;
    top: 0;
    border-radius: 0 0 7px 7px;
    width: 100%;
    border: solid #e5e5e5 1px;
    background-color: #3c0568;
    opacity: 0;
    float: right;
    position: relative;
}

.floating-cart-body {
    background-color: #fff;
}

.floating-cart article header {
    padding: 10px;
    border-bottom: solid #e5e5e5 1px;
}

.floating-cart article header:hover {
    background-color: #e55242;
    cursor: pointer;
}

.floating-cart .fa.fa-shopping-cart {
    margin-right: 10px;
    margin-left: 10px;
}

.floating-cart h1 {
    font-size: 1em;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-family: 'Open', 'Sans-Serif';
    font-size: 1.3em;
}

.floating-cart article footer {
    padding: 0;
    margin-bottom: 1px;
}

.floating-cart article footer ul {
    list-style: none;
    background-color: #eee;
    width: 100%;
    font-size: 1em;
    color: rgb(51, 51, 51);
    text-transform: capitalize;
    text-align: left;
    background-color: #eee;
    padding: 15px;
    margin-top: -10px;
    border-radius: 0 0 7px 7px;
    font-weight: 600;
}

.floating-cart article footer ul li {
    width: 100%;
    margin-bottom: 10px;
    max-width: 100%;
}

.floating-cart article footer ul li .price {
    float: right;
    color: #7a7a7a;
}

.floating-cart price {
    float: right;
}

.floating-cart article footer a {
    color: #333;
    text-decoration: none;
}

.floating-cart.floating-cart-item.price {
    text-align: right;
    text-transform: uppercase;
}

.floating-cart-item {
    max-height: 280px;
    list-style: none;
    width: 100%;
    display: block;
    background-color: #fff;
    border-bottom: solid #e5e5e5 1px;
    padding: 10px 10px;
    overflow: auto;
}

.floating-cart-item ul {
    border-bottom: solid #ccc 1px;
    padding-bottom: 0;
}

.floating-cart-body .floating-cart-item li {
    margin-bottom: 5px !important;
    font-size: 1em
}

.floating-cart-item ul:nth-last-of-type(n+0) {
    border-bottom: none;
}

.floating-cart-item .item {
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
}

.floating-cart-item .price {
    float: right;
    margin-right: 10px;
    color: #09b800;
}

.floating-cart-item .sub-list-item {
    list-style: none;
    text-transform: capitalize;
    font-size: 1em;
    margin-left: 0;
    margin-top: 5px;
    padding: 0 25px
}

.floating-cart-item .sub-list-item li {
    margin-top: -5px
}

.btn-mais, .btn-menos {
    cursor: pointer;
}

.btn-menos img {
    width: 20px !important;
}

.btn-mais img {
    width: 20px;
    margin-right: 5px;
}

.cart-item-quantity {
    text-align: center;
    padding: 0 5px;
}

.ds-none {
    display: none;
}

.floating-cart-noorder article {
    padding: 15px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    opacity: 0;
}

.resp {
    width: 95%;
    float: right;
}

.resp strong {
    margin-left: 50px;
}

.carinha {
    margin-left: 10px;
    font-size: 2em;
    font-weight: bold;
    transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    /* IE 9 */
    -webkit-transform: rotate(50deg);
    /* Chrome, Safari, Opera */
    transform: rotate(50deg);
    transition-duration: 1s;
}

.cashback-icon {
    width: 20px;
    margin-right: 2px;
}

.dropdown-menu .glyphicon-heart {
    font-size: 20px;
}

.badge {
    background-color: #faa717;
}

.modal.fade.in {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

/*#############################VOUCHER*/

.div-voucher {
    padding: 10px 0;
    margin: 0;
    border: none;
}

.input-voucher {
    padding: 5px 10px;
    border-radius: 7px 0 0 7px;
    border: solid #e5e5e5 1px;
    width: 80%;
    margin: 0;
    height: 35px;
}

.btn-voucher {
    width: 20%;
    float: right;
    background-color: #3c0568;
    padding-top: 13px !important;
    font-size: 0.7em;
    text-align: center;
    margin-top: 0;
    top: 0;
    height: 35px;
    margin-left: -1px;
    color: #fff !important;
    border-radius: 0 7px 7px 0;
}

.btn-voucher:hover {
    background-color: #e55242;
}

.btn.btn-choose-payment {
    display: block;
    background-color: #09b800;
    width: 100% !important;
    margin-top: 50px;
    color: #fff !important;
    text-transform: uppercase;
    padding: 10px;
}

.btn-choose-payment:hover {
    background-color: #099a01;
}

.popup-detail-list {
    overflow: auto;
    height: 220px;
    padding-left: 10px;
}

.popup-detail-list .checkbox.col-xs-9 {
    padding-left: 0!important;
}

.popup-detail-list li {
    border-bottom: solid #e5e5e5 1px !important;
}

.popup-detail-list .price_list {
    margin-top: 12px
}

.pageItem {
    display: none;
}

.first-p {
    display: block !important;
}

.btn-green {
    background-color: #09b800;
    margin-right: 0px !important;
    cursor: pointer;
}

#nextItem {
    margin-right: 35px!important;
}

.btn-green:hover {
    background-color: #099a01;
}

.social_share ul li a .instagram_ico {
    color: #3c0568;
    background-color: #fff;
    font-size: 13pt;
    padding: 4px 5px;
    border-radius: 50px;
    text-align: center;
    position: relative !important;
    float: left;
    margin-top: 3px !important;
}

.social_share ul li a .instagram_ico:hover {
    background-color: #352e2e;
    transition: 0.6s !important;
}

.fa.fa-instagram {
    margin-bottom: 10px !important;
}

.cachback {
    display: inline-block;
    background-color: #faa717;
    text-align: center;
    padding: 5px;
    font-size: 1em;
    min-width: 55px;
    margin-top: -5px;
    color: #fff;
    border-radius: 7px;
    float: left;
    margin-right: 5px;
}

.quantity_ing {
    width: 40%;
    float: left;
    margin-left: 40%;
}

.quantity_ing img {
    width: 34px;
    display: inline-block;
    margin-top: -2px
}

.quantity_ing img:hover {
    opacity: 0.5;
}

.quantity_ing input {
    width: 80px;
    text-align: center;
    display: inline-block;
}

.quantity_ing-item.col-xs-9 {
    float: left;
    padding-left: 0 !important;
    margin: 15px 0;
}

.quantity_ing-item img {
    width: 25px;
    display: inline-block;
    margin-top: -3px
}

.quantity_ing-item input {
    width: 40px;
    text-align: center;
    display: inline-block;
    height: 25px;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.shop-line-info .col-xs-4 {
    margin-top: 35px
}

.shop-line-info .col-xs-4.botao {
    position: absolute;
    margin-left: -100px!important;
    margin-top: 95px;
    padding: 0!important;
}

.shop-line-info .col-xs-4.botao a {
    font-size: 0.9em;
    padding: 5px 5px!important;
}

.shop-line-info ul li {
    list-style: none;
    display: inline-block;
}

.shop-line-info .col-xs-4.botao a {
    font-size: 0.9em;
    padding: 5px 5px!important;
}

.shop-line-info .col-xs-4.botao {
    position: absolute;
    margin-left: -100px!important;
    margin-top: 95px;
    padding: 0!important;
}

.noty_message {
    border: solid #fff 1px;
}

.noty_text {
    color: #fff;
}

.list-cards {
    list-style: none;
    padding-left: 0 !important;
}

.list-cards h3 {
    padding-top: 25px;
    color: #3c0568;
}

.list-cards li {
    width: 99% !important;
    padding: 5px !important;
    border-bottom: solid 1 px #e5e5e5;
    display: block !important;
}

.list-cards .radio-custom-label {
    width: 99% !important;
    padding: 10px !important;
    border-bottom: solid 1px #e5e5e5;
    display: block !important;
}

.list-cards img {
    width: 35px;
    margin-right: 15px;
}

.bg-gray {
    background-color: #f5f5f5 !important;
}

.modal-header {
    width: 100%;
    display: block;
    float: right;
    z-index: 1000;
    border-bottom: none !important;
}

/*MODAL MAY ORDERS*/

#OrderViewModal .price {
    color: #60d15b;
    font-weight: bold;
}

#orderModal .order_loading {
    position: relative;
}

.modal-dialog .header h1 {
    color: #CB0404;
    font-size: 1.2em;
    margin-left: 15px;
}

.modal-dialog .close {
    margin-right: 15px;
    background-color: #CB0404;
    padding: 5px 10px;
    opacity: 1;
    color: #fff;
    box-shadow: none;
    border-radius: 3px;
}

.modal-dialog .close:hover {
    background-color: #e55242;
}

.order_loading:before {
    content: ' ';
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .5);
    top: 0px;
    z-index: 999;
    bottom: 0px;
}

.image_loader {
    position: absolute;
    z-index: 999;
    text-align: center;
    width: 100%;
    top: 50%;
}

/*Tabela geral*/

.generic-table {
    width: 100%;
    margin-bottom: 20px;
}

.generic-table th {
    background-color: #eee;
    text-align: center;
}

.generic-table td {
    padding: 20px!important;
    text-align: center;
}

.generic-table th {
    padding: 20px!important;
    text-align: center;
}
