/* Reseting */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*    font-family: "Roboto Condensed", Sans-serif;*/
}

header * {
    font-family: "Roboto Condensed", Sans-serif;
}

body {
    background: #ececec;
    font-size: 16px;
}

.nav-small.nav>li.html {
    font-size: .8em !important;
}

#main,
#wrapper {
    background-color: #fff !important;
    position: relative;
}

.wrapper {
    width: 90%;
    max-width: 500px;
    margin: 80px auto;
    padding: 40px 30px 30px 30px;
    background-color: #0F4270;
    color: #fff !important;
}

.wrapper .name {
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: 1.3px;
    padding-left: 10px;

}

.wrapper .form-field input {
    width: 100%;
    display: inline-block;
    border: none;
    outline: none;
    font-size: 1.2rem;
    padding: 10px 15px 10px 10px;
    margin-bottom: 5px;

}

.wrapper .form-field input.error {
    border: 1px solid red;
}

.wrapper .form-field {
    padding-left: 10px;
    margin-bottom: 10px;
    border-radius: 20px;
    color: #fff;
}

.wrapper .btn,
#content .btn {
    width: auto !important;
    font-family: "Montserrat", sans-serif;
    font-size: 20px !important;
    height: auto !important;
    line-height: normal !important;
    text-align: center;
    background: #40ae49 !important;
    border-width: 0px;
    border-color: transparent !important;
    border-style: solid;
    color: #ffffff !important;
    cursor: pointer;
    font-weight: 600 !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    text-shadow: none;
    padding: 10px 30px !important;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    margin: 10px;
    margin-left: 0;
    margin-right: 0;
    vertical-align: middle;
}

.nav>li>a {
    font-family: "Roboto Condensed", sans-serif;
}


#content .btn.red {
    background: red !important;
}

.wrapper .btn:hover,
#content .btn:hover {
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, .2);
    color: #fff;
    opacity: 1;
    outline: none;
}


#content .btn {
    width: auto;
}

.wrapper .btn:hover {
    background-color: #039BE5;
}

.login_box a {
    color: #fff;
}

.login_box h2 {
    color: #fff;
    text-align: center;
}

label.error {
    display: block;
    float: none;
    color: red;
    font-size: 12px;
    margin-top: -5px;
}

#login_form label.error {
    margin-top: -3px;
    margin-left: 24px;
}



.messageBlock {
    margin-left: 24px;
    padding-right: 6px;
}

.login_box .alert button {
    margin: 0 !important;
}

#content {
    min-height: 300px;
}



#content .row .col {
    /*padding: 0;*/
    margin: 0;
    /*padding: 0 15px 30px;*/
    position: relative;
    width: 100%;
}

#content .row .col.control-label:not(:first-child) {
    padding-left: 20px !important;
}

.bdt-fancy-list-wrap {
    background: #F1F1F1;

}

.bdt-fancy-list-group {
    list-style: none;
}

.bdt-fancy-list-content {
    display: inline-block;
    padding: 7px 10px;
}

.bdt-fancy-list-content h3 {
    margin-bottom: 0;
}

.bdt-fancy-list-icon {
    height: 100%;
    padding: 8px 16px;
    float: right;
    color: #fff;
}

.bdt-fancy-list-icon.green {
    background: green;
}

.bdt-fancy-list-icon.red {
    background: red;
}

.member_header_row {
    width: 100%;
    float: left;
    background: #ccc;
}

.member_data_row {
    width: 100%;
    float: left;
}

.member_sl,
.header_fname,
.header_lname,
.header_dob,
.header_action {
    width: 7%;
    float: left;
    border: 1px solid black;
    padding: 7px 10px;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    text-align: left;
    color: #000;
}

.header_fname,
.header_lname {
    width: 34%;
}

.header_fname input,
.header_lname input,
#name_first,
#name_last,
#team_name {
    text-transform: capitalize;
    font-weight: 500;
}

.team_coch input {
    font-weight: 500;
}

.header_dob {
    width: 18%;
}

.header_action {
    width: 7%;
    text-align: center;
}

.member_data_row .member_sl {
    /*    text-align: center;*/
}

.member_data_row .header_fname,
.member_data_row .header_lname,
.member_data_row .header_dob {
    padding: 0;
}

.member_data_row input {
    padding: 0;
    margin: 0;
    height: 100% !important;
    border: none !important;
    outline: none !important;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    height: 38px;
    padding: 0;
    border: 0;
}

.team_coch {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}

.datepicker-dropdown {
    z-index: 9999 !important;
}

.input-group-addon {
    background: #fff;
    border: none;
    padding: 11px;
}

.form-horizontal .control-label {
    text-align: left;
}

input.error_red::-webkit-input-placeholder,
textarea.error_red::-webkit-input-placeholder {
    color: red;
}

input.error_red:-moz-placeholder,
textarea.error_red:-moz-placeholder {
    color: red;
}

.row-collapse {
    max-width: 100% !important;
}

.fancybox-icon-container {
    float: right;
}

.fancybox-text {
    height: 100%;
    float: left;
    margin: 10px 10px 0 0;
    font-weight: bold;
}

.form-control {
    width: 100%;
}

span.bdt-fancy-list-title {
    font-size: 18px;
    color: #555;
    padding: 3px 0;
}

h3.bdt-fancy-list-title {
    font-size: 16px;
    padding: 3px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
    display: inline-block;
}

.animate-top {
    position: relative;
    animation: animatetop 0.4s
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.275);
}

.modal-content {
    margin: 14% auto;
    max-width: 500px;
    width: 90%;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: .3rem;
    outline: 0;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    margin-top: 0;
    font-size: 1.25rem;
}

.modal-header .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    background-color: transparent;
    border: 0;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.modal-body {
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-body p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

.modal-footer>* {
    margin: 5px;
}

/* buttons */
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    cursor: pointer;
}

.btn:focus,
.btn:hover {
    text-decoration: none;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-secondary {
    color: #fff;
    background-color: #7c8287;
    border-color: #7c8287;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.medium-3 {
    width: 70%;
}

.large-4 {
    width: 100%;
    float: left;
    margin-right: 5%;
    margin-bottom: 20px;
}

@media(min-width: 540px) {
    .large-4 {
        width: 30%;
        margin-bottom: 0px;
    }

    .wrapper .form-field input {
        width: 93%;
    }

    #login_form .btn {
        margin-left: 24px;
    }
}

.large-4:last-child {
    margin-right: 0;
}

.team_coch span.form-control {
    display: block;
    border: 1px solid #ddd;
    border-radius: 0;
    color: #333;
    font-size: .97em;
    height: 2.507em;
    padding: 5px 0.75em;
    margin-bottom: 10px;
    font-weight: 500;
}

.team_coch .form-control {
    margin-bottom: 10px;
}

button#place_order {
    font-size: 1.2em;
    line-height: 1.2;
    margin-right: 0;
    padding-bottom: .5em;
    padding-top: .5em;
    white-space: normal;
    width: 100%;
}
.remove_from_cart_button {
    cursor: pointer;
}
.newsletter_title {
    font-size: 32px!important;
    color:#FFFFFF!important;
    font-family:lato!important;
    font-weight:900!important;
}

.password-container {
    position: relative;
    display: inline-block;
/*    margin: 10px 0;*/
}
.toggle-eye {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    border: none;
    background: none;
}
.eye-icon {
    width: 24px;
    height: 24px;
}
/* Styling the password fields */
.password-container input[type="password"], .password-container input[type="text"] {
    padding-right: 40px;
}

.product-footer .woocommerce-tabs {
    padding: 30px 0;
}
.product-gallery-slider img, .product-thumbnails img {
    width: 100%;
}

@media (max-width: 549px) {
    .shop_table .product-price, .shop_table .product-subtotal {
        display: none;
    }
}

@media (max-width: 320px) {
    .single_add_to_cart_button  {
        padding: 0 5px!important;
    }
}
@media (min-width: 768px) {
    .newsletter_title {
        font-size: 52px!important;
    }
}

