/* 1 */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

.navbar {
    position: fixed;
    z-index: 10;
    width: 100%;
    background-color: white;
    border-bottom: 1px solid #eee;
}

.navbar-burger {
    display: none;
}

.navbar-wrapper {
    display: flex;
    max-width: 1300px;
    margin: auto;
    padding: 10px 0;
}

.page-form-wrapper-img {
    display: flex;
    justify-content: center;
}

.navbar-left {
    display: flex;
    margin: 5px 0;
}

.navbar-right {
    display: flex;
    margin: 5px 0;
    margin-left: auto;
}

.main-navbar,
.second-navbar {
    list-style-type: none;
    display: flex;
    justify-content: center;
}

.main-navbar li,
.second-navbar li {
    transition: all .3s;
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #333333;
    cursor: pointer;
}

.tags-wraper {
    display: none;
}

.kockica {
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 3px;
    margin: 0 10px;
}

.navbar-search {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
}

.fas {
    font-size: 20px;
    color: grey;
}

.main-content {
    max-width: 1300px;
    margin: auto;
    padding-top: 100px;
    margin-bottom: auto;
}

.main-header {
    display: flex;
}

.main-header-shares {
    display: none;
}

.main-header-span {
    display: flex;
    margin-bottom: 10px;
    font-weight: 500;
    color: red;
    font-size: 20px;
}

.header-separator {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    width: 1px;
    background-color: rgb(218, 218, 218);
    margin: 0 10px;
}

.header-body-separator {
    width: 100%;
    height: 1px;
    background-color: rgb(211, 211, 211);
    margin-top: 50px;
}

.main-body-right {
    width: 25%;
}

.related-product-img img {
    margin-right: 15px;
}

.related-product {
    display: flex;
    margin: 20px;
    flex-direction: column;
    text-align: center;
}

.related-product-text {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.main-body-right-title {
    margin: 20px;
    text-align: center;
    font-size: 25px;
    color: red;
}

.related-product-separator {
    height: 1px;
    width: auto;
    background-color: rgb(211, 211, 211);
    margin-left: 10px;
}

.head_form_2.new_999 {
    display: flex;
    justify-content: center;
}

.form_content_head {
    width: 80%;
    border: 3px solid #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #f9fcfa;
    padding-bottom: 20px;
}

.form_title {
    height: 60px;
    background: #db0000;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.form_top {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 15px;
}

.bold_s_28 {
    font-weight: 700;
    font-size: 20px;
}

.price {
    padding: 15px 20px 5px 20px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    justify-content: space-evenly;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

.left_t_f {
    color: #fff !important;
    font-size: 15.24px;
    font-weight: 500;
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    line-height: 1.2;
}

.input__inner {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #c1c0c0;
    outline: none;
    padding: 5px 0 5px 8px;
    background: #fff;
}

.form_container {
    display: block;
    position: relative;
    margin-bottom: 15px;
}

.item-gift {
    display: none;
    margin: 20px 0;
    font-weight: 900;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    color: #db0000;
    text-shadow: 1px 1px 1px #0000008c;
}

ul.price li {
    width: auto;
    padding-right: 0;
}

.price_1 {
    font-weight: 300;
    font-size: 15.24px;
    color: #000;
    display: inline-block;
}

ul.price li {
    width: auto;
    padding-right: 0;
}

.price_2 {
    font-weight: 300;
    font-size: 15.24px;
    color: #db0000;
    display: inline-block;
    text-align: right;
}

.input__inner.error {
    border-color: #f00;
    margin-bottom: 2px;
}

.form_container label.error {
    color: #f00;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    margin: 0 auto 10px;
    padding: 0;
    width: 100%;
}

.form_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 28px;
    color: #fff;
    text-align: center;
    background: #db0000;
    border: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100%;
    padding-bottom: 7px;
    padding-top: 7px;
    transition: background .3s;
}

.main-content-body {
    display: flex;
    justify-content: center;
}

ul {
    list-style-type: none;
}

li {
    list-style-type: none;
}

.main-body-vertical-separator {
    height: auto;
    width: 1px;
    background-color: rgb(211, 211, 211);
    margin-top: 20px;
}

.main-body-center {
    width: 75%;
}

.main-body-img-wrapper {
    background-color: #eee;
    margin: 20px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-body-text {
    margin: 0 20px;
}

.main-body-text h2 {
    color: #444444;
    padding-bottom: 20px;
}

.main-body-text h3 {
    color: #444444;
    padding-bottom: 20px;
}

.main-body-text p {
    color: #444444;
    padding-bottom: 20px;
}

.page-img-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page-img-description {
    font-style: italic;
    text-align: center;
    line-height: 1.3;
    padding-bottom: 15px;
    padding-top: 5px;
}

.main-body-text ol {
    padding: 10px;
}

.page-button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-button-wrapper {
    padding: 20px 0;
}

.page-button {
    width: 300px;
    height: 50px;
    border: 1px solid #eee;
    background-color: rgb(199, 199, 199);
    padding: 10px;
    border-radius: 20px;
    color: #444444;
    font-weight: 500;
    transition: all .3s;
    cursor: pointer;
    outline: none;
}

.page-button:hover {
    background-color: #444444;
    color: #eee;
    transition: all .3s;
}

.page-comments {
    margin: 20px;
}

.comments-content {
    padding: 20px;
}

.contact-comments-separator {
    height: 1px;
    width: auto;
    background-color: rgb(211, 211, 211);
}

.comment-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}

.comment-top-img {
    display: none;
}

.votes {
    display: flex;
    width: 100%;
}

.comment-btn {
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid rgb(211, 211, 211);
    color: #b5b5b5;
    cursor: pointer;
}

.comment-btn:hover {
    color: #055891;
    border: 1px solid #055891;
}

.comment-btn2 {
    padding: 15px;
    border-radius: 5px;
    background-color: #055891;
    color: white;
    cursor: pointer;
}

.comment-btn2:hover {
    background-color: #0559919c;
}

.comment-top-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.comment-top-info-time {
    color: #b5b5b5;
}

.comment-top-info-name {
    font-size: 20px;
    font-weight: 500;
    color: #555;
}

.comment-bot {
    padding: 0 20px 20px 20px;
}

.comment-pack {
    margin-bottom: 20px;
}

.comment-votes {
    display: flex;
    padding: 10px 20px;
}

.comment-votes-up {
    border: 1px solid #86c441;
    color: #86c441;
    padding: 15px;
    margin-right: 10px;
    border-radius: 5px;
}

.comment-votes-down {
    border: 1px solid crimson;
    color: crimson;
    padding: 15px;
    border-radius: 5px;
}

.comment-vote-number {
    padding-left: 10px;
}

.main-comment {
    border: 1px solid rgb(211, 211, 211);
    border-radius: 5px;
}

.sub-comment {
    margin: 10px 0 10px 20px;
    border: 1px solid rgb(211, 211, 211);
    border-radius: 5px;
}

.left-comment-line {
    width: 10px;
    height: auto;
    background-color: rgb(211, 211, 211);
    margin-top: 10px;
}

.sub-comments-outer-wrapper {
    display: flex;
}

.naut-price-wrapper {
    flex-direction: row-reverse;
}

.prices {
    display: flex;
    flex-direction: column;
}

.naut-price-wrapper img {
    width: 50%;
}

.old-product-price {
    color: red;
    font-size: 30px;
}

.new-product-price {
    font-size: 30px;
}

.main-navbar li:hover,
.second-navbar li:hover {
    color: red;
    transition: all .3s;
}

.form-product-img {
    max-width: 150px;
    width: 100%;
}

.related-product-img img {
    width: 200px;
}

.related-product:hover {
    color: #86c441;
}

@media only screen and (max-width: 1000px) {
    .content-wrapper {
        margin: 0 10px;
    }

    .main-body-center {
        width: 70%;
    }

    .main-body-right {
        width: 30%;
    }

    .second-navbar {
        display: none;
    }

    .navbar-wrapper {
        margin-right: 10px;
        margin-left: 10px;
    }

    .page-img-wrapper img {
        width: 600px;
    }
}

@media only screen and (max-width: 900px) {
    .page-img-wrapper img {
        width: 400px;
    }
}

@media only screen and (max-width: 760px) {
    .main-body-text h2 {
        font-size: 18px;
    }

    .main-body-text h3 {
        font-size: 18px;
    }

    .related-product-img img {
        display: none;
    }

    .navbar-right {
        display: none;
    }

    .navbar-wrapper {
        height: 65px;
    }

    .naut-price-wrapper {
        flex-direction: column;
    }
}

@media only screen and (max-width: 630px) {
    .main-content-body {
        flex-direction: column;
    }

    .main-body-center {
        width: 100%;
    }

    .main-body-right {
        width: 100%;
    }

    .related-product-img img {
        display: unset;
    }

    .navbar-left {
        display: none;
    }

    .navbar-right {
        display: flex;
    }

    .navbar-burger {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-body-separator {
        display: none;
    }

    .main-body-img-wrapper {
        margin: 0;
        margin-bottom: 20px;
    }

    .header-date {
        display: none;
    }

    .header-separator {
        display: none;
    }

    .main-header-shares {
        display: flex;
        margin-left: auto;
    }

    .main-header-shares-icon {
        margin-right: 10px;
    }

    .main-body-text {
        margin-right: 5px;
        margin-left: 5px;
    }

    .main-content h1 {
        font-size: 25px;
    }

    .tags-wraper {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .page-tag {
        margin: 5px 20px;
        padding: 5px 10px;
        border: 1px solid rgb(170, 170, 170);
        border-radius: 20px;
        background-color: rgb(218, 218, 218);
    }

    .naut-price-wrapper {
        flex-direction: row-reverse;
    }
}

@media only screen and (max-width: 610px) {
    .page-img-wrapper img {
        width: 300px;
    }
}

@media only screen and (max-width: 500px) {
    .form_content_head {
        width: 100%;
    }

    .comment-top-info-name {
        font-size: 16px;
    }
}

@media only screen and (max-width: 480px) {
    .form-product-img {
        width: 100%;
    }
}

@media only screen and (max-width: 430px) {
    .main-header-span {
        font-size: 18px;
    }

    .main-content h1 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 420px) {
    .naut-price-wrapper img {
        width: 250px;
    }
}

@media only screen and (max-width: 380px) {
    .naut-price-wrapper {
        flex-direction: column;
    }
}

/* 2 */

body {
    background-color: white !important;
}

label.errorValidate {
    text-align: center;
}

label.errorValidate {
    display: block;
    position: static;
    background: red;
    color: white;
    font-size: 16px;
    margin-top: 3px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    width: 50%;
}

/* 3 */

.footer-wrapper {
    text-align: center;
    font-size: 12px;
    padding: 5px 10px;
    color: #858585;
    padding-top: 15px;
    background-color: #cecece6e;
    font-weight: 400 !important;
}

.footer-wrapper a {
    color: black;
    text-decoration: none;
}

.footer-wrapper a:hover {
    color: #2a2a2a
}

.footer-wrapper a:visited {
    color: #2a2a2a
}