@import url('Montserrat.css');

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

img {
    height: auto;
    max-width: 100%;
}

.navbar {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    background-color: #000 !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255 / 85%);
}

.grey {
    background-color: #fafafa
}

.blue {
    color: #23abd8
}

.btn {
    padding: 15px 15px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2.25px;
}

.btn-sq {
    border-radius: 0rem;
}

ul {
    margin-bottom: 0rem;
    padding-left: 0rem;
}

li {
    list-style-type: none;
    margin-left: 0px;
}

.offcanvas {
    line-height: 2rem;
    font-size: 14px;
}

ul.menu-main {
    display: none;
}

ul.menu-sub-1 {
    display: none;
}

.fa-brands, .fab {
    font-size: 20px;
    color: #fff;
}

.btn-black {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-red {
    color: #fff;
    background-color: #ff5252;
    border-color: #ff5252;
}

.btn-black:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-white {
    color: #000;
    background-color: #fff;
    border-color: #000;
}

@media (max-width: 819px) {
    .buysupherb, .storelocator {
        display: none !important;
    }

    ul.menu-sub-1 {
        display: block;
    }
}

@media (max-width: 800px) {
    .menu-bar {
        display: none !important;
    }

    ul.menu-main {
        display: block;
    }
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

#sub .contact-form .form-group input {
    border: 1px solid #d7d7d7;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    color: #999999;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0.14px;
    height: 49px;
    line-height: 49px;
    padding: 8px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    width: 100%;
}

#Department {
    line-height: normal;
    border-radius: 0;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background-size: 8px;
    background-position: right 10px center;
    background-repeat: no-repeat;
    color: #333131;
    border: 1px solid #e8e8e8;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1rem;
    height: 50px;
    padding: 0.375rem 0.75rem;
    text-transform: capitalize;
    width: 100%;
}

#sub .contact-form .form-group textarea {
    border: 1px solid #d7d7d7;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    color: #999999;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0.14px;
    padding: 8px 24px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    display: block;
    width: 100%;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#sub .contact-form .form-group textarea {
    height: 250px;
    line-height: 24px;
    resize: inherit;
    padding-top: 22px;
}

#sub .btn-theme {
    background-color: #ff5252;
    border: 2px solid #ff5252;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    padding: 22px 62px 21px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

#sub .contact-form .form-group .btn-theme {
    margin-top: 40px;
    padding: 21px 41px 22px;
}

.greybg {
    background-color: #f3f3f3;
}

.contact-page-area, .contact-form {
    min-height: 400px;
}

@media (max-width: 450px) {
    .contact-page-area, .contact-form {
        min-height: 200px;
    }
}

.contact-page-wrapper {
    margin: 20px;
}

form {
    padding: 0 10px;
}

/*.account-details-form {*/
/*    min-width: 450px;*/
/*}*/

form .single-input-item label, form .single-input-item input {
    padding: var(--input-padding-y) var(--input-padding-x);
}

input[type=text], input[type=search], input[type=number], input[type=password], input[type=tel], input[type=email], select, textarea {
    background: #FFF;
    border: 1px solid #a7abad;
    color: #222;
    height: 32px;
    line-height: 22px;
    width: 100%;
    font-size: 14px;
    padding: 3px 8px;
    outline: 0;
    font-family: Arial, sans-serif;
    font-weight: 400;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

form .btn-theme, .btn-login {
    border-radius: 9px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .51px;
    margin-top: 15px;
    line-height: 22px;
    text-align: center;
    padding: 15px;
    width: 100%;
    position: relative;
    outline: none !important;
    border: 2px solid #fff;
}

form .btn-theme, .btn-login {
    background-color: #1e8504;
}

.shopping-checkout-wrap .row {
    padding: 20px 0;
}

.shopping-checkout-wrap .col-lg-6, .shopping-checkout-wrap .card {
    border: 2px dashed #FEC41E;
    background: #fdf0cc;
    padding: 15px;
    font-family: "Roboto", sans-serif;
}

.shopping-checkout-wrap .order-summary .col-lg-6.orderd-product-img {
    border: none;
    background: none;
}

.lost-password {
    color: black;
}

.card {
    border: 2px dashed #FEC41E;
    background: #fdf0cc;
    padding: 15px;
    font-family: "Roboto", sans-serif;
}

.contact-form {
    margin: 20px;
}

.contact-form .row {
    display: block;
}

.form-check {

    padding-left: 0;
}

.address {
    color: black;
    float: right;
}

.card {
    margin: 10px 0;
}

.package-content {
    min-height: 150px;
}

.order_img {
    border: none !important;
    background: none !important;
}

.fec-box-check-radio {
    padding-top: 10px;
}

#sub {
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    .account-area .col-lg-5 {
        margin-left: 5%;
    }

    .account-area {
        margin-top: 30px;
    }
}

#sub .row {
    display: inherit;
}

#sub .container > .row{
    margin-left: 0;
    margin-right: 0;
}