/* jquery.validate */
label.error {
    color: #a01321;
}

.required-label {
    color: #a01321;
}

/* wikimarkup */
.wikimarkup ul {
    list-style: disc;
    padding-left: 20px;
    padding-bottom: 10px;
}

.wikimarkup ol {
    list-style: decimal;
    padding-left: 20px;
    padding-bottom: 10px;
}

.wikimarkup h2,
h3,
h4,
h5,
h6 {
    padding-top: 10px;
}

/* Cimbis NavBar */
.navbar-brasilybelleza {
    background-color: #fff;
    color: #ffffff;
    border: 0;
}

.navbar-brasilybelleza .navbar-nav > li > a {
    color: #2E272C;
}

.navbar-brasilybelleza .navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
    color: #bdbca4;
    background-color: transparent;
}

.navbar-brasilybelleza .navbar-brand {
    color: #2E272C;
}

.brasilybelleza-main-nav {
    font: 700 16px/20px "Gudea", Arial, sans-serif;
    text-transform: uppercase;
}

.configurator {
    border-top: 3px solid #13a085;
    border-bottom: 3px solid #13a085;
}

/* Enable Hover for nav dropdown */
.dropdown-block:hover .dropdown-menu {
    display: block;
}

/* Main menu columns (one, two, three) */
.dropdown-menu-navbar {
    min-width: 200px;
}

.dropdown-menu-navbar li a {
    padding: 5px 15px;
    font-weight: 300;
}

.dropdown-menu.columns-2 {
    min-width: 400px;
}

.dropdown-menu.columns-3 {
    min-width: 800px;
}

.multi-column-dropdown {
    list-style: none;
}

.multi-column-dropdown li a {
    display: block;
    clear: both;
    line-height: 1.428571429;
    color: #333;
    white-space: normal;
}

.multi-column-dropdown li a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

@media (max-width: 767px) {
    .dropdown-menu.multi-column {
        min-width: 240px !important;
        overflow-x: hidden;
    }
}

/* Catalog Grig */
.item-meta-container-cell {
    text-align: left !important;
}

.item-name-cell {
    font: 17px/20px 'PT Sans', sans-serif;
}

.item-price-cell {
    color: #000000;
    font: 25px 'PT Sans', sans-serif;
    font-weight: bold;
    margin: 0 0 5px;
    min-height: 33px;
}




/* Othres */
.line {
    border-top: 1px solid #181818;
    width: 105px;
    margin: 40px auto;
}

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

.center-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img-left {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0px 15px 15px 0px !important;
    border: 1px solid #D1D1ED;
    padding: 10px;
    float: left;
}

.img-right {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0px 0px 15px 15px !important;
    border: 1px solid #D1D1ED;
    padding: 10px;
    float: right;
}

.uppercase {
    text-transform: uppercase
}

.btn-return {
    padding-top: 10px;
}

/* dissable number spinners firefox and chrome */
input[class='qty-value'] {
    -moz-appearance: textfield;
}

/* Catalog */
.catalog-menu {
    margin-left: 20px;
    margin-top: 20px;
}

.catalog-menu-item {
    text-transform: uppercase;
}

.catalog-menu-child {
    padding-left: 10px;
}

.category-first-level {
    padding-bottom: 20px;
}

.catalog-menu-first-item {
    font-weight: bold;
    text-transform: uppercase;
}

.category-third-level {
    padding-left: 20px;
}

.category-third-level a {
    color: #9d9c89;
}

#catalog-product-gallery .main-imgs {
    margin-bottom: 20px;
    position: relative;
}

.main-img img {
    text-align: center;
}

#catalog-product-gallery .main-imgs .background {
    display: none;
}

#catalog-product-gallery .catalog-images {
    border: 1px solid #E1E1E1;
    text-align: center;
    max-width: 500px;
    max-height: 500px;
    overflow: hidden;
}

.alternate-images {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.alternate-images li {
    float: left;
    margin: 5px;
    box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.38);
}

.alternate-images li a {
    display: block;
}

#price-box {
    font: 700 12px/14px "Proxima Nova Light", Arial, sans-serif;
    color: black;
    font-family: 'Open Sans', sans-serif;
    padding: 5px;
    margin-bottom: 5px;
}

#price-box .price-box-price {
    font-size: 32px;
}

#price-box .currency-symbol {
    font-size: 15px;
}

#price-box .price-weight {
    margin-top: 10px;
    font-size: 14px;
    color: #828886;
    font-weight: 300;
}

#price-box .price-weight {
    margin-top: 10px;
    font-size: 14px;
    color: #828886;
    font-weight: 300;
}

#price-list {}

#price-list .price-list-price {
    font-size: 18px;
}

#price-list .currency-symbol {
    font-size: 14px;
}

.category-widget-category-parent {
    /*text-transform: uppercase;*/
    font-size: medium;
    font-weight: bold;
}

.category-widget-category-parent a {
    color: #548DCC !important;
}

.category-widget-category-child {
    padding-left: 15px;
    text-transform: none;
    font-weight: normal;
}

.category-widget-category-child a {
    color: #888888 !important;
}

/* Box Alert */
.box-alert {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 3px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-alert-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-alert-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-alert-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.box-alert-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.box-alert-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

.box-alert-success {
    color: #fff;
    background-color: #2c95da;
    border-color: #2c95da;
}

.box-alert-primary-success {
    color: #5cb85c;
    border-color: #4cae4c;
}

.box-alert-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.box-alert-primary-info {
    color: #5bc0de;
    border-color: #5bc0de;
}

.box-alert-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.box-alert-primary-warning {
    color: #f0ad4e;
    border-color: #eea236;
}

.box-alert-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.box-alert-primary-danger {
    color: #d9534f;
    border-color: #d43f3a;
}

.box-alert-draft {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.box-alert-quotation {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.box-alert-confirmed {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.box-alert-processing {
    color: #fff;
    background-color: #76DA76;
    border-color: #68C668;
}

.box-alert-done {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.box-alert-cancel {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.box-alert-validated {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.box-alert-posted {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.box-alert-paid {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.box-alert-received {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.box-alert-assigned {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.box-alert-assigned {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

.box-alert-packed {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

.box-alert-waiting {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

.box-alert-out_invoice {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.box-alert-out_credit_note {
    color: #333;
    background-color: #E7E7E7;
    border-color: #ccc;
}

/* Prices */
#catalog-cart {
    width: 100% !important;
}

#catalog-cart .product-name-cart {
    font-size: 20px;
}

#catalog-cart .price {
    font-size: 25px !important;
    padding: 10px;
    background-color: #d9edf7;
    border-color: #ccc;
    margin-bottom: 10px;
}

#catalog-cart .price-decimals {
    font-size: 15px !important;
}

#catalog-cart .currency-symbol {
    font-size: 20px !important;
}

/* Modal confirm add cart */
#add-cart-confirm-success {}

#add-cart-confirm-warning {
    color: #d9534f;
}

/* Checkout Steps */
.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
}

.bs-wizard > .bs-wizard-step {
    padding: 0;
    position: relative;
}

.bs-wizard > .bs-wizard-step + .bs-wizard-step {}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
    color: #595959;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: bold;
}

.bs-wizard > .bs-wizard-step .bs-wizard-info {
    color: #999;
    font-size: 14px;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #13a085;
    top: 45px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #2E272C;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.bs-wizard > .bs-wizard-step > .progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: 20px 0;
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
    width: 0px;
    box-shadow: none;
    background: #15C9A7;
}

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
    width: 100%;
}

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
    width: 50%;
}

.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
    width: 0%;
}

.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
    width: 100%;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
    background-color: #CAC5C5;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
    opacity: 0;
}

.bs-wizard > .bs-wizard-step:first-child > .progress {
    left: 50%;
    width: 50%;
}

.bs-wizard > .bs-wizard-step:last-child > .progress {
    width: 50%;
}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none;
}

/* Blog */
.blog-content img {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px solid #D1D1ED;
    padding: 10px;
    background-color: white;
}

/* Widgets Filters*/
.main-filter-widget {
    font-weight: bold;
}

.child-filter-widget {
    margin-left: 15px;
}

/* Search Popup */
#quick-search-bottom {
    width: 35px;
    height: 35px;
    background-image: url(../images/sprites/sprite.png);
    background-position: 0 -116px;
    border: none;
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
}

.quick-search-form {
    height: 50px !important;
    display: inline;
}

input.quick-search-input {
    display: inline;
}

/* Change colors nav tab configurator */
.nav-configurator-tabs > li > a,
.nav-configurator-tabs > li.active > a {
    color: #13a085;
}

.nav-configurator-tabs > li > a:hover,
.nav-configurator-tabs > li.active > a:hover {
    background-color: #13a085;
    color: #fff;
}

.nav-configurator-tabs .dropdown-menu > li > a,
.nav-configurator-tabs .dropdown-menu {}

.nav-configurator-tabs .dropdown-menu > li > a:hover {
    background-color: #13a085;
    color: #fff;
}

/* Box Block */
.box-block {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #E1E1E1;
}

.box-block-search {
    min-height: 50px;
}

.box-block-search-form {}

input.box-block-search-input {
    width: 180px !important;
    display: inline-block;
}

.total-cart-delivery {
    text-transform: lowercase;
}

.footer-trademark {
    margin: 10px;
}

.cart-payment-type {
    min-height: 30px;
}

.cart-confirm-totals {
    margin-top: 10px;
}

.padding-box {
    margin-top: 10px;
    margin-bottom: 10px;
}

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

.banner {

    background: #ECF4F0;
    margin-bottom: 2px;
    font-weight: bold;
    padding: 10px 6px;
    border-radius: 4px;
}

.banner a {
    color: #F58667;
}

#cookie-bar {
    height: auto;
}

#product-description {
    padding: 20px 7px;
}

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

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

.ui-front {
    z-index: 1000;
}

#ui-id-1 {
    color: #646464;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}

@media only screen and (max-width: 650px) {
    .dropdown-cart-menu {
        left: -50px !important;
    }

    #scroll-top {
        bottom: 50px;
    }

    .header-top-right .dropdown-menu {
        left: -100px;
    }

    #ui-id-1 {
        left: unset !important;
        width: unset !important;
    }

    .sidebar .widget {
        margin-bottom: 0px !important;
        top: -30px;
    }

    #breadcrumb-container {
        margin-bottom: 10px;
    }

    #rootwizard label {
        display: unset !important;
    }

}


@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {

    /* Force table to not be like tables anymore */
    table.table-responsive,
    .table-responsive thead,
    .table-responsive tbody,
    .table-responsive th,
    .table-responsive td,
    .table-responsive tr {
        display: block;
    }


    /* Hide table headers (but not display: none;, for accessibility) */
    .table-responsive thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table-responsive tr {
        border: 1px solid #ccc;
    }

    .table-responsive td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    .table-responsive td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    /*
	Label the data
	*/
    .table-responsive td:before {
        content: attr(data-table-header);
        font-size: 20px;
        font-weight: 900;
        padding-left: 50px;
        padding-top: 10px;
    }

    .table-responsive td img {
        margin-left: 45%;
    }
}


.cart {
    padding: 0 0;
}

.cart .items {
    display: block;
    width: 100%;
    vertical-align: middle;
    padding: 0.5em;
    border-bottom: 1px solid #fafafa;
}

.cart .items.even {
    background: #fafafa;
}

.cart .items .infoWrap {
    display: table;
    width: 100%;
}

.cart .items .cartSection {
    display: table-cell;
    vertical-align: middle;
}

.cart .items .cartSection .itemNumber {
    font-size: .75em;
    color: #777;
    margin-bottom: 0px;
}

.cart .items .cartSection h3 {
    font-size: 1em;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    /*text-transform: uppercase;
  letter-spacing: .025em;*/
    margin-left: 90px;
}

.cart .items .cartSection p {
    display: inline-block;
    font-size: .85em;
    color: #777777;
    font-family: "Montserrat", sans-serif;
}

.cart .items .cartSection p .quantity {
    font-weight: bold;
    color: #333;
}

.cart .items .cartSection p.stockStatus {
    color: #82CA9C;
    font-weight: bold;
    padding: .5em 0 0 1em;
    text-transform: uppercase;
}

.cart .items .cartSection p.stockStatus.out {
    color: #F69679;
}

.cart .items .cartSection .itemImg {
    width: 4em;
    float: left;
}

.cart .items .cartSection.qtyWrap,
.cart .items .cartSection.prodTotal {
    text-align: center;
}

.cart .items .cartSection.qtyWrap p,
.cart .items .cartSection.prodTotal p {
    font-weight: bold;
    font-size: 1.25em;
}

.cart .items .cartSection input.qty {
    width: 2em;
    text-align: center;
    font-size: 1em;
    padding: .25em;
    margin: 1em .5em 0 0;
}

.cart .items .cartSection .itemImg {
    width: 8em;
    display: inline;
    padding-right: 1em;
}

.special {
    display: block;
    font-family: "Montserrat", sans-serif;
}

.special .specialContent {
    padding: 1em 1em 0;
    display: block;
    margin-top: .5em;
    border-top: 1px solid #dadada;
}

.special .specialContent:before {
    content: "\21b3";
    font-size: 1.5em;
    margin-right: 1em;
    color: #6f6f6f;
    font-family: helvetica, arial, sans-serif;
}

a.remove {
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    font-weight: bold;
    background: #e0e0e0;
    padding: .5em;
    font-size: .75em;
    display: inline-block;
    border-radius: 100%;
    line-height: .85;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

a.remove:hover {
    background: #f30;
}

.promoCode .btn {
    font-size: .85em;
    padding: .5em 2em;
}

.cart .items .sum {
    display: none !important;
}

@media only screen and (max-width: 39.375em) {
    .cart .items .cartSection {
        width: 100%;
        display: block;
        float: left;
    }

    .cart .items .cartSection.qtyWrap {
        width: 10%;
        text-align: center;
        padding: .5em 0;
        float: right;
    }

    .cart .items .cartSection.qtyWrap:before {
        content: "QTY";
        display: block;
        font-family: "Montserrat", sans-serif;
        padding: .25em;
        font-size: .75em;
    }

    .cart .items .cartSection.prodTotal,
    .cart .items .cartSection.removeWrap {
        display: none;
    }

    .cart .items .cartSection .itemImg {
        width: 35%;
    }

    .cart .items .sum {
        display: initial !important;
    }
}

.feedback-form {
    display: none;
}

a.flag-icon {
    font-size: 1.5em;
    border-radius: 8px;
}

.feedback-form {
    display: none;
}
