#customer-login, #passwordReset, #registration-page {
   height: calc(100vh - 446px);
    transition: all .280s ease-in;
}

#customer-login .account_form h2 {
    text-align: left;
    text-transform: uppercase;
    font-size: 2.875em;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #CF152D;
    transition: all .280s ease-in;
}

#customer-login .account_form .pickform {
    padding-top: 30px;
}

#customer-login .account_form .pickform .form-group .form-control {
    border: 1px solid #18355E;
    border-radius: 0;
}

#customer-login .account_form .pickform .pswrd-reset-btn a {
    text-decoration: none;
    font-size: 1.125em;
    color: #18355E;
    text-align: center;
    font-family: "HundredWatt", sans-serif;
    font-weight: 700;
    font-style: italic;
    transition: all .280s ease-in;
}

#customer-login .account_form .pickform .pswrd-reset-btn a:hover {
    color: #CF152D;
}

#customer-login .pickform .login_submit .login_btn {
    height: 38px;
    background-color: #CF152D;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.875em;
    font-weight: 700;
    border-radius: 100px;
    border: none;
    padding-left: 45px;
    padding-right: 45px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    transition: all .350s ease-in;
}

#customer-login .pickform .login_submit .login_btn:hover {
    background-color: #fff;
    color: #CF152D !important;
}

.pred_tekst {
    text-decoration: none;
    font-size: 1.125em;
    color: #18355E;
    text-align: center;
    font-family: "HundredWatt", sans-serif;
    font-weight: 700;
    font-style: italic;
    transition: all .280s ease-in;
}

.to-register {
    margin-top: 15px;
}

.to-register .to-registration a {
    color: #CF152D !important;
    text-decoration: none;
    font-size: 0.875em;
    font-weight: 700;
}

#passwordReset .reset-password-form h2{
    text-align: left;
    text-transform: uppercase;
    font-size: 2.875em;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #CF152D;
    transition: all .280s ease-in;
}

#passwordReset .reset-password-form .form-group .form-control {
    border: 1px solid #18355E;
    border-radius: 0;
}

#passwordReset .reset-password-form .form-group .reset_pass_btn {
    height: 38px;
    background-color: #CF152D;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.875em;
    font-weight: 700;
    border-radius: 100px;
    border: none;
    padding-left: 45px;
    padding-right: 45px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    transition: all .350s ease-in;
}

#registration-page .title-wrapper {
    padding-bottom: 20px;
}

#registration-page .title-wrapper h2{
    text-align: left;
    text-transform: uppercase;
    font-size: 2.875em;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #CF152D;
    transition: all .280s ease-in;
}

#registration-page .pickform .form-group .form-control {
    border: 1px solid #18355E;
    border-radius: 0;
}

.btn-register {
    height: 38px;
    background-color: #CF152D;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.875em;
    font-weight: 700;
    border-radius: 100px;
    border: none;
    padding-left: 45px;
    padding-right: 45px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    transition: all .350s ease-in;
}

.btn-register:hover {
    background-color: #fff;
    color: #CF152D !important;
}

#profile-page {
    padding-top: 120px;
    padding-bottom: 50px;
}

#profile-page .page-title-wrapper {
    padding-bottom: 30px;
    display: inline-flex;
    width: 100%;
}

#profile-page .page-title-wrapper h1 {
    text-transform: uppercase;
    font-size: 2.875em;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #18355E;
    transition: all .280s ease-in;
}

#profile-page .page-title-wrapper h1 .red-color {
    color: #CF152D;
}

#profile-page .page-title-wrapper .logout-btn {
    margin-left: auto;
    font-size: 28px;
    color: #18355E;
    text-align: right;
    font-family: "HundredWatt", sans-serif;
    font-weight: 700;
    font-style: italic;
}

#profile-page .nav-tabs {
    border: none;
}

#profile-page .nav-tabs .nav-item {
    border: none;
}

#profile-page .nav-tabs .nav-item .nav-link {
    border: none;
    color: #18355E;
}

#profile-page .nav-tabs .nav-item .active {
    border: none;
    color: #CF152D;
    font-weight: 600;
}

#profile-page .tab-title-wrapper .tab-title h2 {
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #18355E;
    transition: all .280s ease-in;
}

#profile-page .tab-title-wrapper .tab-dsc-wrapper p {
    color: #707070;
}

#profile-page hr {
    border-top: 1px solid #18355E;
}

#profile-page .tab-content h6 {
    font-family: 'Poppins', sans-serif;
    color: #18355E;
    font-weight: 700;
    font-size: 1em;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 20px;
}

#profile-page .tab-content .form-control {
    border: 1px solid #18355E;
    border-radius: 0;
}

.btn_save_address {
    background-color: #CF152D;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.875em;
    font-weight: 700;
    border-radius: 100px;
    border: none;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 8px;
    padding-bottom: 7px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    transition: all .350s ease-in;
}

#cartPage, #checkoutPage {
    transition: all .280s ease-in;
    padding-top: 150px;
    padding-bottom: 90px;
}

#cartPage, #checkoutPage .title-wrapper {
    padding-bottom: 30px;
}

#cartPage .title-wrapper h1, #checkoutPage .title-wrapper h1 {
    text-transform: uppercase;
    font-size: 2.875em;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #18355E;
    transition: all .280s ease-in;
}

#cartPage .tablet-wrapper .table thead th {
    border-top: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #18355E;
}

#cartPage .tablet-wrapper .table tbody td {
    vertical-align: middle;
    color: #707070;
    font-size: 1.125em;
}

#cartPage .tablet-wrapper .table tbody tr:last-child {
    border-bottom: 1px solid #dee2e6;
}

#cartPage .tablet-wrapper .table tbody td .prod-image {
    height: 100px;
}

#cartPage .tablet-wrapper .table tbody td:nth-child(3) {
    text-align: center;
}

#cartPage .tablet-wrapper .table tbody td .delete-item-btn {

}

#cartPage .tablet-wrapper .table tbody td:nth-child(5) {
    text-align: right;
}

#cartPage .total-price-wrapper span {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #707070;
}

#cartPage .total-price-wrapper .total-price {
    font-family: 'Poppins', sans-serif;
    font-size: 2em;
    font-weight: 800;
    color: #CF152D;
}

#cartPage .btn-wrapper .btn-return, #checkoutPage .btn-wrapper .btn-return {
    margin-right: 32px;
    height: 38px;
    background-color: #fff;
    color: #CF152D !important;
    text-decoration: none;
    font-size: 0.875em;
    font-weight: 700;
    border-radius: 100px;
    padding-left: 45px;
    padding-right: 45px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    transition: all .350s ease-in;
}

#cartPage .btn-wrapper .btn-return:hover, #checkoutPage .btn-wrapper .btn-return:hover {
    box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
}

#cartPage .btn-wrapper .btn-submit, #checkoutPage .btn-wrapper .btn-submit {
    height: 38px;
    background-color: #CF152D;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.875em;
    font-weight: 700;
    border-radius: 100px;
    padding-left: 45px;
    padding-right: 45px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    transition: all .350s ease-in;
}

#checkoutPage .checkout-form .registration-btns-wrapper {
    padding-bottom: 30px;
}

#checkoutPage .checkout-form .registration-btns-wrapper .nav-pills {
    display: inline-flex;
}

#checkoutPage .checkout-form .registration-btns-wrapper .nav-pills .nav-item {
    padding-right: 15px;
}

#checkoutPage .checkout-form .registration-btns-wrapper .nav-pills .nav-item .nav-link {
    margin-right: 32px;
    height: 38px;
    background-color: #fff;
    color: #CF152D !important;
    text-decoration: none;
    font-size: 0.875em;
    font-weight: 700;
    border-radius: 100px;
    padding-left: 45px;
    padding-right: 45px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    transition: all .350s ease-in;
}

#checkoutPage .checkout-form .registration-btns-wrapper .nav-pills .nav-item .active {
    background-color: #CF152D;
    color: #fff !important;
}

#checkoutPage .company-data-input {
    display: none;
}

#checkoutPage .checkout-form .form-group .form-control {
    border: 1px solid #18355E;
    border-radius: 0;
    box-shadow: none !important;
    outline: none !important;
}

#checkoutPage .checkout-form .form-group .form-check {
   padding-bottom: 6px;
}

#checkoutPage .checkout-form .form-title {
    padding-top: 30px;
}

#checkoutPage .checkout-form .form-title h4 {
    font-size: 1.75em;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #18355E;
    transition: all .280s ease-in;
}

#checkoutPage .btn-wrapper {
    padding-top: 25px;
}

#naris {
    display: none;
}

@media (max-width: 767px) {
    #customer-login, #passwordReset {
        height: calc(100vh - 100px);
    }
    #registration-page {
        margin-top: 120px;
        height: unset;
    }
    #customer-login .account_form h2 {
        font-size: 1.5em;
    }
    #customer-login .pickform .login_submit .login_btn {
        width: 100%;
    }
    #passwordReset .reset-password-form h2 {
        font-size: 1.5em;
    }
    #registration-page .title-wrapper h2{
        font-size: 1.5em;
    }
    #profile-page .page-title-wrapper h1 {
        font-size: 1.5em;
    }
    #profile-page .page-title-wrapper .logout-btn {
        font-size: 1em;
    }
    #cartPage, #checkoutPage {

    }
}

@media (min-width: 768px) and (max-width: 980px) {
    #customer-login, #passwordReset {
        height: calc(100vh - 304px);
    }
    #registration-page {
        margin-top: 120px;
        height: unset;
    }
    #customer-login .account_form h2 {
        font-size: 2em;
    }
    #passwordReset .reset-password-form h2 {
        font-size: 2em;
    }
    #registration-page .title-wrapper h2{
        font-size: 2em;
    }
    #profile-page .page-title-wrapper h1 {
        font-size: 2em;
    }
    #profile-page .page-title-wrapper .logout-btn {
        font-size: 1.5em;
    }
}

.mt-120{
    margin-top: 120px;
}

.mt-40{
    margin-top: 40px;
}

.mt-60{
    margin-top: 60px;
}

.content-prod{
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.content-prod a{
    text-decoration: none;
    color: #18355E;
}

.content-prod .prod-img{
    float: left;
    width: 100%;
    position: relative;
}

.content-prod .cont{
    margin-top: 10px;
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
}

.form-control, .btn {
    /*box-shadow: none !important;*/
    outline: none !important;
}
