* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

body {
    background-color: white;
}

h1 {
    margin: 0 0 0 20px;
}

.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;
    padding-bottom: 20px;
    padding-top: 20px;
}

.navbar-left {
    display: flex;
    margin: 5px 0px;
}

.navbar-right {
    display: flex;
    margin: 5px 0px;
    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: 0px 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: 0px 10px;
}

.navbar-search,
.navbar-profile {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 10px;
}

.fa,
.fas {
    font-size: 20px;
    color: grey;
}

.separator {
    width: 1px;
    height: 35px;
    background-color: rgb(218, 218, 218);
    margin: 10px;
}

.main-content {
    max-width: 1300px;
    margin: auto;
    padding-top: 100px;
    margin-bottom: auto;
}

.main-header {
    display: flex;
    margin: 0 0 0 20px;
}

.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: 0px 10px;
}

.main-header h1 {
    font-size: 32px;
    color: #444444;
}

.header-body-separator {
    width: 100%;
    height: 1px;
    background-color: rgb(211, 211, 211);
    margin-top: 50px;
}


/* RIGHT SIDE CSS */

.main-body-right {
    width: 25%;
}

.related-product-img {
    width: 200px
}

.related-product {
    display: flex;
    margin: 20px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
}

.related-product:hover {
    color: #86c441;
}

.related-product-text {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 200px;
}

.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;
}


/* MAIN BODY CSS */

.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: 40px;
}

.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 {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

.left_t_f {
    color: #545454!important;
    font-size: 25.24px;
    font-weight: 500;
    margin-left: 20px;
    margin-top: 40px;
    line-height: 1.2;
    text-align: center!important;
}

.sht {
    display: block;
    font-size: 14px;
    font-weight: 300;
}

.input__inner {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #c1c0c0;
    outline: none;
    padding: 10px;
    background: #fff;
    font-size: 18px;
}

.errorValidate {
    color: white!important
}

.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: 0px;
}

.price_1 {
    font-weight: 300;
    font-size: 15.24px;
    color: #000;
    display: inline-block;
}

ul.price li {
    width: auto;
    padding-right: 0px;
}

.price_2 {
    font-weight: 300;
    font-size: 15.24px;
    color: #db0000;
    display: inline-block;
    /* float: right; */
    text-align: right;
}

.form_btn {
    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;
    cursor: pointer;
    background-color: #db0000!important;
}


/* .select {
    box-sizing: content-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../media/customselect.png) 96% 50% no-repeat #fff !important;
  } */

.page-product-img {
    width: auto;
}

.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;
    margin-bottom: 100px;
}

.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; */
    text-align: justify;
}

.page-img-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}

.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 0px;
}

.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;
}


/* FORM CSS */

.page-form-wrapper {
    width: 100%;
    border: 1px solid #444444;
    background-color: #d3d3d3;
    margin-bottom: 20px;
}

.page-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

.page-form input,
.page-form select {
    width: 300px;
    padding: 10px;
    margin: 5px;
    border-radius: 5px;
    border: 1px solid black;
    outline: none;
}

.form-button button {
    margin: 5px 0px;
    width: 200px;
    height: 40px;
    text-align: center;
    border-radius: 20px;
    border: none;
    background-color: #999999;
    cursor: pointer;
    margin-bottom: 40px;
}


/* COMMENTS */

.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 {
    /* width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: dodgerblue;
    margin: 20px;
    border-radius: 10px; */
    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: 0px 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 0px 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;
}

.sub-comments-wrapper {
    width: 100%;
}

.right-img {
    width: 200px;
}


/* ANIMATIONS AND HOVER EFFECTS */

.main-navbar li:hover,
.second-navbar li:hover {
    color: red;
    transition: all .3s;
}


/* RESPONSIVE */

@media only screen and (max-width: 1160px) {
    .blb-left,
    .blb-right {
        width: 40%;
    }
}

@media only screen and (max-width: 1000px) {
    .content-wrapper {
        margin: 0px 10px;
    }
    .main-body-left {
        display: none;
    }
    .main-body-center {
        width: 70%;
    }
    .main-body-right {
        width: 30%;
    }
    .second-navbar {
        display: none;
    }
    .navbar-wrapper {
        margin-right: 10px;
        margin-left: 10px;
    }
    .navbar-left .separator {
        display: none;
    }
    .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-header h1 {
        font-size: 20px;
    }
    .main-body-text h2 {
        font-size: 18px;
    }
    .main-body-text h3 {
        font-size: 18px;
    }
    .related-product-img img {
        display: none;
    }
    .related-product-text {
        width: auto;
    }
    .navbar-right {
        display: none;
    }
    .navbar-wrapper {
        height: 65px;
    }
}

@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);
    }
}

@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: 430px) {
    .main-header-span {
        font-size: 18px;
    }
    .main-content h1 {
        font-size: 20px;
    }
}

.form_content_head,
.form_content_head * {
    background-color: #ececec!important
}

.form_btn {
    background-color: #db0000!important;
}

.form_btn:hover {
    background-color: #a21111!important;
    color: white!important
}

.page-tag span {
    background-color: #dadada
}

.clock {
    text-align: center;
    margin: 20px 0;
    font-size: 20px;
    background-color: #db0000;
    color: white;
    display: block;
    margin: 20px auto;
    max-width: 300px;
    padding: 10px;
    border-radius: 10px;
}

.clock-time {
    font-weight: bold;
    background-color: #db0000;
}

.price * {
    font-size: 20px
}

.price .price_2 * {
    font-weight: bold
}

.price .price_2 {
    font-weight: bold
}

.main-navbar li {
    margin: 0px;
    padding: 5px 10px 5px 5px;
}

.main-navbar li.active {
    background-color: #a099c5;
    color: #efefef;
}

.main-navbar li.active .kockica {
    background-color: white!important;
}

.footer-wrapper {
    background-color: #cecece6e;
}

.footer-wrapper * {
    background-color: unset;
}