.menu-item-price {
    min-width: 65px;
    text-align: right;
    height: 45px;
}

.menu-section .menu-item {
    margin: 5px 0;
}

.menu-item-units, .menu-item-units:hover {
    background-color: transparent;
    border-color: transparent;
}


.menu-item-units .menu-item-price {
    background: transparent;
}


.menu-item-units .menu-item-name {
    border: none;
}

.menu-item-name.unit-label {
    font-weight: 800;
    font-family: 'Open Sans',sans-serif;
    font-size: 20px;
    color: rgb(92, 92, 92);
}

.menu-section .menu-item {
    margin: 0;
    border-radius: 0;
}

.menu-section .menu-item.menu-item-first {
    border-radius: 10px 10px 0 0;
}

.menu-section .menu-item.menu-item-last {
    border-radius: 0 0 10px 10px;
}

.form-span {
    float: left;
    font-size: 17px;
    padding: 8px 0 3px 4px;
}

#response-message {
    display: inline-block;
    font-weight: normal;
}

.error {
    color: #ff0024;
}

.success {
    color: #2daf00;
}

#subscribe-response.success {
    color: #FFF;
}

.error-label {
    margin-right: 5px;
}

#order-form #submit_btn {
    margin-top: 0;
}

#blog-main .page-title {
    margin-top: 80px;
}

.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #00bbaf;
}

.backoffice .breadcrumb-admin a {
    color: #FDF5E7;
    text-transform: uppercase;
}


/*spinner*/
.lds-ring {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    padding-top: 5px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 45px;
    height: 45px;
    margin: 10px;
    border: 8px solid #2dbba4;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #2dbba4 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*spinner-END*/

.breadcrumb-admin li {
    list-style: none;
}

.hidden-link {
    font-weight: unset;
    cursor: text;
}

.hidden-link, .hidden-link:visited, .hidden-link:hover {
    color: #606060;
}

.align-center {
    text-align: center !important;
}


.btn.btn-table {
    padding: 4px 6px;
    font-weight: 100; 
    font-size: 11px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-top: 0;
}

input.short {
        width: 45px;
}

#gallerytab a.active {
    background-color: #D0324B;
}

.margin-bottom-min10 {
    margin-bottom: -10px;
}

/*ul li:first-child a,
ul li:last-child a {
    background: none;
    color: #2dbba4;
}

ul.nav-pills > li > a {
    background: none;
    color: #2dbba4;    
}

.gallery-container ul.nav-pills > li.active > a,
.gallery-container ul.nav-pills > li.active:last-child > a,
.gallery-container ul.nav-pills > li.active:first-child > a
{
    background: #2dbba4;
    color: #fff;
}*/

#order-form .error-message {
    width: 100%;
    display: inline-block;
    text-align: left;
    padding: 5px 0 0 10px;
    color:#ff0024;
    font-style: italic;
}

.order-form-btn-container {
    padding: 20px;
}