/* DODAVANJE BOJE*/
@media (min-width: 768px) {
    header .main-nav .minimal-menu > ul > li:not(.submenu) > a:before
    {
        background: #B8860B;
    }
    header .main-nav .minimal-menu > ul > li > a:hover{
        color: #B8860B;
    }
}
.main .main-content .pagination .page-numbers li span,
form .submit-btn, .main .main-content .pagination .page-numbers li span:hover,
.main .main-content .pagination .page-numbers li a:before
{
    background-color: #B8860B;
}
footer .list-link li a:before{
    background: #B8860B;
}
a, h1, .main .main-content .product .summary .product-name, .fohow-section h2, footer a:hover, form .submit-btn:hover,
.fa-angle-right:before, .fa-angle-double-right:before, .fa-angle-double-left:before, a:hover, .box-product .product-item .product-name a:hover {
    color: #B8860B;
}
.gallery .previews .selected, .gallery .previews img:hover,
form .submit-btn{
    border: 2px solid #B8860B;
}
form .input-form:focus,
form .textarea-form:focus
{
    border: 1px solid rgba(184, 134, 11, 0.7);
    box-shadow: 0 0 4px rgba(184, 134, 11, 0.7);
}

.product_content a:hover{
    color: #1A2F5A;
}

body {
    font-size: 14px;
    line-height: 1.7;
}

.product .summary .product-name {
    font-size: 34px;
    line-height: 1.2;
}

.product .summary .short-desc,
.product .summary .short-desc p {
    font-size: 17px;
    line-height: 1.85;
    color: #4a4a4a;
}

.product .product-tabs .product-tab-content,
.product .product-tabs .product-tab-content p,
.product .product-tabs .product-tab-content li {
    font-size: 17px;
    line-height: 1.9;
    color: #4a4a4a;
}

.product .product-tabs .product-tab-content h3 {
    font-size: 24px;
    line-height: 1.3;
}

.fohow-actions-mobile-bottom {
    display: none;
}

@media (max-width: 767px) {
    body {
        font-size: 15px;
    }

    .product .summary .product-name {
        font-size: 28px;
    }

    .product .summary .short-desc,
    .product .summary .short-desc p,
    .product .product-tabs .product-tab-content,
    .product .product-tabs .product-tab-content p,
    .product .product-tabs .product-tab-content li {
        font-size: 16px;
        line-height: 1.8;
    }

    .fohow-actions-top {
        display: none;
    }

    .fohow-actions-mobile-bottom {
        display: block;
        margin-top: 24px;
        text-align: center;
    }
}

.fohow-home .single_product {
    text-align: center;
    margin-bottom: 24px;
}

.fohow-home .single_product .product_thumb img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.fohow-home .single_product .product_content h3 {
    margin-top: 16px;
    margin-bottom: 0;
}

.fohow-home .single_product .product_content h3 a {
    display: inline-block;
}

@media (max-width: 767px) {
    .fohow-home .row > [class*="col-"] {
        text-align: center;
    }

    .fohow-home .fohow-section-head {
        text-align: center;
    }

    .fohow-home .single_product {
        padding: 16px 0;
    }

    .fohow-home .row > [class*="col-"] + [class*="col-"] .single_product {
        border-top: 1px solid #B8860B;
    }
}
