/*
Theme Name: Natural Pharmaceuticals Avada
Template: Avada
Version: 1.0.5
Text Domain: Avada
*/

.btn-order {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-transform: none !important;
}

.small {
    font-size: 80%;
}
.btn-read {
	background-color:#8963e8; color:#ffffff; border-color:#ffffff;outline: 0;box-sizing: border-box;    align-items: center;display: inline-flex;letter-spacing: 0;border-style: solid;border-radius: 2px;font-weight: 700;padding: 13px 29px 13px 29px;
    font-family: 'Source Sans 3';
    font-size: 18px;
}
.avada-page-titlebar-wrapper,
    .wpcf7-response-output,
    .wpcf7-not-valid-tip,
    .wpcf7 .screen-reader-response {
        display: none !important;
    }
    input[type="date"]::before {
        font-size: inherit;
        padding: 10px;
        color: #7f8795;
    }

    .wpcf7-form {
        background-color: #e9e9e8;
        padding: 1rem;
        border-radius: 0.1rem;
        font-size: 1rem;
    }

    .cookies-bar {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    width: 100vw;
    height: calc(100px + ((1vw - 3.2px) * -25));;
    min-height: 50px;
    max-height: 100px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    color: #525465;
    text-align: center;
    box-shadow: 0 0 10px 0 #e8e9e9;
    background: #fff;
    z-index: 1050;
}

.cookies-bar button {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    width: 52px;
    height: 30px;
    background: #e0e8e1;
    border-radius: 4px;
    margin: 0 25px;
    padding: .375rem .75rem;
}

.wpcf7-list-item {
    margin: 0 !important;
}

.wpcf7 .ajax-loader {
    display: none !important;
}


input[type="date"] {
    position: relative;
    -moz-appearance: initial !important;
}

input[type="date"]::before {
    content: attr(placeholder);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    color: #6c757d;
    pointer-events: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 0.3rem;
    word-break: break-all;
    overflow: hidden;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    z-index: 1;
}

input[type="date"]:focus::before,
input[type="date"]:not([value=""])::before
{
    display: none;
}

tr.hide-border td {
    border-bottom: 0;
    padding-bottom: 0;
}

tr.hide-border + tr td {
    border-top: 0;
    padding-top: 0;
}
.morecontent span{display:none}
.morecontenta span{display:none}