#modal {
    display: none;
}

.info_contact ul li {
    list-style: none;
    padding-bottom: 20px
}

.errorColor {
    color: rgba(255, 0, 0, 0.603)
}

.btn.btn-link {
    text-decoration: none;
}

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

.errors_body {
    height: 100%;
}

.whatsapp {
    position: fixed;
    width: 80px;
    bottom: 15px;
    right: 15px;
    z-index: 90000000;
}

.whatsapp img {
    width: 75px;
}

.badge {
    padding-left: 9px;
    padding-right: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.label-warning[href],
.badge-warning[href] {
    background-color: #c67605;
}

#lblCartCount {
    font-size: 12px;
    background: #ff0000;
    color: #fff;
    padding: 3px 5px;
    vertical-align: top;
    margin-left: -10px;
}

[role="navigation"] {
    text-align: center;
    margin: 30px auto;
}

[role="navigation"] p {
    display: block;
    margin: 20px auto;
}

[role="navigation"] [fill="currentColor"] {
    width: 40px;
}

a.cart,
button.cart {
    padding: 5px 15px;
    border: 0.7px solid #000000;
    font-weight: bold;
    color: #000000;
    margin-top: 15px;
    border-radius: 50px;
    width: 100%;
    display: block;
    margin: auto;
    text-align: center !important;
    cursor: pointer;
    background: #ffffff;
}

a.cart:hover,
button.cart:hover,
a.cart i:hover {
    color: #fb930a !important;
    border: 1px solid #fb930a !important;
}

.cartDark {
    padding: 15px;
    border: 1px solid white;
    font-weight: bold;
    color: white;
    margin-top: 15px;
    border-radius: 50px;
    width: 100%;
    display: block;
    margin: auto;
    text-align: center !important;
    cursor: pointer;
    background: #000000;
}

.cartDark:hover {
    color: #000000;
    border: 1px solid #000000;
    background: #ffffff;
}

.price_section .price_container .box {
    height: 600px !important;
}

.categoryBox {
    display: inline-block;
    padding: 15px 50px;
    background-color: #0d0806;
    border: 1px solid #0d0806;
    color: #ffffff;
    border-radius: 0;
    margin-top: 35px;
    font-size: 20px;
    margin-right: 20px;
}

.categoryBox:hover,
.categoryBox:focus {
    text-decoration: none;
    background-color: #fff;
    color: black;
}

/* Dropdown */
.dropdown {
    display: inline;
}

.dd-button {
    padding: 10px 30px 10px 20px;
    cursor: pointer;
    white-space: nowrap;
    text-align: center;
    margin: auto;
}

.dd-button:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
}


.dd-input {
    display: none;
}

.dd-menu {
    position: absolute;
    right: 0px;
    left: 0px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    list-style-type: none;
    width: 150%;
}

@media (max-width: 500px) {
    .dd-menu {
        width: 100%;
    }
}

.dd-input+.dd-menu {
    display: none;
}

.dd-input:checked+.dd-menu {
    display: block;
}

.dd-menu li {
    padding: 10px;
    cursor: pointer;
    white-space: nowrap;
    color: black;
}

.dd-menu li a {
    color: black;
}

.dd-menu li:hover {
    background-color: #f6f6f6;
}