a {
    text-decoration: none;
}

body {
    font-size: 16px;
    font-family: "Lato", sans-serif;
    background-color: #f9f9f9;
}

/** CONTAINER */
.wrapper {
    width: calc(100% - 140px);
    left: 140px;
    top: 140px;
    position: relative;
    box-sizing: border-box;
    /* z-index: 10; */
}

.wrapper .container {
    padding: 2rem;
    max-width: none !important;
}

/** END CONTAINER */

.list-style-none {
    list-style: none;
}

.btn-purple {
    background-color: #9f0160;
    color: white;
}

.btn-purple:hover {
    background-color: #a20186;
    color: white;
}

.btn-violet {
    background-color: #ab1791;
    color: white;
}

.btn-violet:hover {
    background-color: #cd1cae;
    color: white;
}

.bg-purple {
    background-color: #9f0160;
}

.text-purple {
    color: #9f0160;
}

.left-menu {
    min-height: calc(100vh - 140px);
}

.nav-pills .nav-link {
    border-radius: 0;
}

.nav-item {
    margin-bottom: 20px;
}

.nav-pills .nav-link.active {
    border-left: 5px solid #09755D;
    font-weight: bold;
    background-color: white;
    color: black;
    height: 2.3rem;
}

.left-menu .address,
.nav-pills .nav-link {
    color: #7C7C7C;
}

.w-49 {
    width: 49%;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination span.first a,
.pagination span.previous a,
.pagination span.next a,
.pagination span.page a,
.pagination span.last a {
    padding: 0.25em;
    color: #9A0965;
    background: #FFFFFF;
}

.pagination span.first a:hover,
.pagination span.previous a:hover,
.pagination span.next a:hover,
.pagination span.page a:hover,
.pagination span.last a:hover {
    background: #9A0965;
    color: #FFFFFF;
}

.pagination span.current {
    color: #FFFFFF;
    background: #9A0965;
    padding: 0.5em 0.66em;
}

input[type="checkbox"] {
    height: 15px;
    width: 15px;
    border: 1px solid black;
    cursor: pointer;
    background-color: initial;
    appearance: checkbox;
    -webkit-appearance: checkbox;
    box-sizing: border-box;
    border: initial;
}

input[type="checkbox"] + label {
    cursor: pointer;
}

.text-black {
    color: black;
}

.w-full {
    width: 100%;
}

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

.select2-container {
    width: 100% !important;
}

.search-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-row-gap: 3rem;
    row-gap: 3rem;
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
}

.search-card {
    border-top: 5px solid #ab1791;
    box-shadow: 0 0 15px #E0E0E0;
}

.search-card a {
    text-decoration: none;
}

.search-card a:hover {
    text-decoration: none;
    color: #9f0160;
}

.cursor-pointer {
    cursor: pointer;
}


.navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar .has-megamenu {
    position: static !important;
}

.navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    border: 0;
}

.navbar .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.nav-item {
    margin-bottom: 0;
}

.nav-item footer {
    background-color: #e0e0e0;
}

.feature {
    padding: 0.5rem;
    fill: #a2a2a2;
    border: 2px dashed #E0E0E0;
    border-radius: 2rem;
}

.feature svg {
    width: 22px;
    height: 22px;
}

.feature-active {
    fill: #9F0160;
}

.state svg {
    height: 50px;
    width: 50px;
}

.pretty {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}

.pretty label {
    margin-top: 10px;
    order: 1 !important;
}

.has-megamenu a {
    color: black !important;
}

input[type="radio"] {
    height: 15px;
    width: 15px;
    border: 1px solid black;
    cursor: pointer;
    background-color: initial;
    appearance: radio;
    -webkit-appearance: radio;
    box-sizing: border-box;
    border: initial;
}

#product_search_angle, #product_search_board {
    display: flex;
    align-items: center;
}

#product_search_angle label, #product_search_board label {
    margin-right: 10px;
}

.select2-container .select2-selection--multiple {
    height: 48px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    color: #444;
    line-height: 35px !important;
}

.no-box {
    visibility: hidden;
}

.business-checks input:checked + label {
    color: #9f0160;
    font-weight: bolder;
}

.js-business {
    margin-left: -15px;
}

/* Progress Tracker v2 */
ol.progressb[data-steps="2"] li {
    width: 49%;
}

ol.progressb[data-steps="3"] li {
    width: 33%;
}

ol.progressb[data-steps="4"] li {
    width: 24%;
}

ol.progressb[data-steps="5"] li {
    width: 19%;
}

ol.progressb[data-steps="6"] li {
    width: 16%;
}

ol.progressb[data-steps="7"] li {
    width: 14%;
}

.progressb {
    width: 100%;
    list-style: none;
    list-style-image: none;
    margin: 20px 0 20px 0;
    padding: 0;
}

.progressb li {
    float: left;
    text-align: center;
    position: relative;
}

.progressb .name {
    display: block;
    vertical-align: bottom;
    text-align: center;
    margin-bottom: .5em;
    color: black;
    font-size: 25px;
    opacity: 0;
}

.progressb .step {
    color: black;
    border: 3px solid #9f0160;
    background-color: #ffffff;
    border-radius: 50%;
    line-height: 1.2;
    width: 1.2em;
    height: 1.2em;
    display: inline-block;
    z-index: 0;
}

.progressb .step span {
    opacity: 0.3;
}

.progressb .active .name,
.progressb .active .step span {
    opacity: 1;
}

.progressb .step:before {
    content: "";
    display: block;
    background-color: #ee56b0;
    height: 0.2em;
    width: 50%;
    position: absolute;
    bottom: 0.8em;
    left: 0;
    z-index: -1;
}

.progressb .step:after {
    content: "";
    display: block;
    background-color: #ee56b0;
    height: 0.2em;
    width: 50%;
    position: absolute;
    bottom: 0.8em;
    right: 0;
    z-index: -1;
}

.progressb li:first-of-type .step:before {
    display: none;
}

.progressb li:last-of-type .step:after {
    display: none;
}

.progressb .done .step,
.progressb .done .step:before,
.progressb .done .step:after,
.progressb .active .step,
.progressb .active .step:before {
    background-color: #9f0160;
}

.progressb .done .step,
.progressb .active .step {
    border: 3px solid #9f0160;
}

.modal-body .form-group {
    margin-bottom: 10px!important;
}

.cart {
    position: fixed;
    z-index: 10000;
    right: 50px;
    bottom: 50px;
    padding: 22px 15px;
    border-radius: 100%;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.cart-product {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 20px 10px 0;
    display: flex;
    align-items: center;
    justify-content: start;
    color: #837a7a;
}

.cart-product p {
    margin: 0;
}

.cart-product:hover {
    background-color: #ddd;
}

.cart-product-cross {
    background-color: #e22f2f;
    padding: 5px 10px;
    color: #fff;
}

.cart-product-img {
    height: 80px;
    width: 80px;
    margin-right: 10px;
}

.select2-results__group {
    background-color: #9f0160;
    color: #fff;
}

.select2-results__option--highlighted {
    background-color: #bf0273 !important;
}

.dropdown-menu a {
    border: 0!important;
}
.select2-selection__rendered {
    margin-top: 5px!important;
}

.select2-container--default {
    height: calc(1.5em + .75rem + 2px)!important;
}

.select2-selection {
    height: calc(1.5em + .75rem + 2px)!important;
}

.main-information .header-container a {
    color: black!important;
}

.main-information a {
    color: white!important;
}
