/* CUSTOM CSS */

@font-face {
    font-family: Raty;
    src: url(../vendor/jquery-raty/fonts/raty.ttf);
}

.header-main {
    padding: 10px 0;
}
.header-topbar {
    min-height: 20px;
}
.home-1 #main-nav > ul > li > a {
    font-size: 14px;
}
#main-nav > ul > li.active a {
    color: #8bc63f;
}
.home-1 .header_user_info ul {
    line-height: 35px;
}
.home-1 .header_user_info ul li {
    padding: 0;
    padding-left: 15px;
}

.section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.logo img {
	width: 220px;
}
@media screen and (max-width: 540px){
    .logo img {
        width: 200px;
    }
}
.home-1 .header_user_info ul li:after {
    display: none;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

/* Single page */
.pb-left-column #image-block {
    margin-bottom: 12px;
}
#thumbs_list div {
    cursor: pointer;
    line-height: 0;
    padding: 0 6px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#thumbs_list div img {
    margin: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#thumbs_list li {
    float: left;
    max-width: 25%;
}
#thumbs_list li:first-child {
    padding-left: 0;
}
#thumbs_list li:nth-child(4) {
    padding-right: 0;
}
#breadcrumb {
    background-image: none;
    background-color: #e8e8e8;
}
#additional-info th, td {
    vertical-align: middle;
}
#additional-info p {
    margin-bottom: 0;
}
@media screen and (max-width: 1091px){
    .product-container .box-buttons {
        right: 20px;
    }
    .content_sortPagiBar {
        display: none;
    }
}
.variations {
    margin-top: 15px;
}
.reset_variations, .variations .label {
    display: none !important;
}
.woocommerce-variation-price {
    font-size: 22px;
    margin-top: 10px;
    font-weight: 500;
    color: #333;
}
.product-container .box-buttons .btn {
    background-color: #8bc63f;
    color: #fff;
}
.product-container .box-buttons .btn:hover {
    background-color: #5f8f3d;
}
.product-container .product-image-container img, .post-container .post-image a img {
    max-width: 100%;
    height: auto;
}


/* Category page */
#categories_block_left .title {
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase;
}
.sidebar .block .product-categories li a {
    display: block;
    padding: 15px 0;
    border-bottom: 1px dashed #cdcdcd;
}
.sidebar .widget {
    margin-bottom: 30px;
}
.product-container .product-box a {
    color: #333333;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-decoration: none;
    line-height: 21px;
    display: -moz-inline-stack;
    vertical-align: middle;
    zoom: 1;
}
.product-container .product-box h2 {
    height: 25px;
    overflow: hidden;
    margin: 0 0 5px;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}
#tiva-grid #short_description_block {
    display: none;
}
#tiva-list #short_description_block {
    display: block;
}
#tiva-list .type_block_product {
    width: 100% !important;
    margin-bottom: 30px;
}
#tiva-list .left-block {
    float: left;
}
#tiva-list .right-block {
    float: left;
    margin-left: 30px;
    max-width: 50%;
}
#tiva-list .product-box {
    margin-top: 50px;
}
#block-cart .product-thumbnail img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}
#block-cart .actions a {
    color: #fff;
}

/* Woocommerce cart */

.woocommerce-cart-form img {
    width: 150px;
}
.woocommerce-cart-form table tr, .woocommerce-cart-form table td {
    border: 1px solid #eaeaea;
}
.woocommerce-cart-form .coupon {
    display: none;
}
.woocommerce-cart-form a.remove {
    width: auto;
    color: #333333 !important;
}
.woocommerce-cart-form a.remove:hover {
    color: red !important;
    background: none;
}
.product-container .box-buttons .woocommerce-loop-product__link {
    margin: 2px 0;
    padding: 0;
    border: none;
    text-align: center;
    text-transform: uppercase;
    background-color: white;
    display: inline-block;
    font-size: 16px;
    color: #999;
    line-height: 40px;
    width: 40px;
    height: 40px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #8bc63f;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #8bc63f;
}

/*Woocommerce */
.woocommerce label {
    color: #333;
    font-weight: 300;
}
.woocommerce form input {
    display: block;
    height: 39px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.85714;
    color: #8a8a8a;
    background-color: white;
    background-image: none;
    border: 1px solid #ebebeb;
    border-radius: 0;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.woocommerce form textarea {
    border: 1px solid #ebebeb;
    padding: 6px 12px;
    min-height: 200px;
}
.woocommerce-message {
    margin-bottom: 0;
}
.woocommerce-pagination span, .woocommerce-pagination li {
    display: block;
    float: left;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
}
.woocommerce-pagination a {
    display: block;
}
.woocommerce-pagination .current {
    background-color: #8bc63f;
    border: none;
    color: #fff;
}
/* Woocommerce myaccount pages */
@media screen and (min-width: 1092px) {
    .woocommerce-MyAccount-navigation {
        float: left;
        width: 25%;
        padding-right: 15px;
    }
    .woocommerce-MyAccount-content {
        float: left;
        width: 75%;
        padding-left: 15px;
        padding-top: 15px;
    }
}
.woocommerce-MyAccount-navigation-link {
    display: block;
    padding: 15px 0;
    border-bottom: 1px dashed #cdcdcd;
}
.woocommerce-MyAccount-navigation-link.is-active a {
    color: #8bc63f;
}
.woocommerce-Button.button, .woocommerce-button.button, .woocommerce .button {
    background-color: #8bc63f !important;
    color: #fff !important;
    font-weight: normal !important;
    border-radius: 0 !important;
    padding: 8px 20px !important;
}
.woocommerce table.my_account_orders, .woocommerce table.shop_table {
    font-size: 14px;
    border-radius: 0;
    border: none;
    margin-top: 7px;
}
.woocommerce-info {
    border-top-color: #8bc63f;
}
.woocommerce-info::before {
    color: #8bc63f;
}
.woocommerce form .form-row {
    padding: 10px 0;
}
.woocommerce-message {
    margin-bottom: 30px;
}
.woocommerce-pagination {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
}
.woocommerce-pagination ul.page-numbers {
    display: inline-block;
}
.woocommerce-pagination a.page-numbers {
    display: block;
}

/* Proizvodaci page */
.proizvodaci img {
    width: 100%;
    height: auto;
}
.proizvodaci .gallery img {
    margin-bottom: 30px;
}
.acf-map {
    height: 600px;
}
.proizvodaci input, .proizvodaci textarea {
    border: 1px solid #eaeaea;
    box-shadow: none;
    width: 100%;
    padding: 5px;
}
.proizvodaci form label {
    width: 100%;
}
.proizvodaci #short_description_block {
    display: none;
}
.proizvodaci textarea {
    margin-top: 10px;
}
.proizvodaci .additional-description {
    margin-top: 30px;
}

/* Homepage */
.tiva-slideshow-wrapper {
    margin-bottom: 40px;
}
.tiva-slideshow-wrapper .tiva-caption {
    left: auto;
    right: auto;
    width: 100%;
    top: 40%;
}
.tiva-slideshow-wrapper .tiva-caption > div  {
    color: #fff !important;
}
.tiva-slideshow-wrapper .tiva-caption > div.title  {
    text-transform: uppercase;
}
.tiva-slideshow-wrapper .tiva-caption > div.description {
    font-size: 18px;
}
.owl-theme .owl-controls .owl-nav div {
    top: 50%;
    margin-top: -35px;
}
@media screen and (max-width: 625px) {
    .section-prolist img {
        width: 100%;
        height: auto;
    }
}
.section-proizvodaci {
    background-color: #e9e8e8;
    padding-top: 60px;
    padding-bottom: 65px;
}
.services-items {
    text-align: center;
}
.services-items .services-item {
    padding: 30px 10px;
}
.services-items .services-item-box:nth-child(even) {
    background-color: #e9e8e8;
}
.services-items .services-item-box:nth-child(odd) {
    background-color: #fafafa;
}
.services-items .icon-box {
    margin-bottom: 11.25pt;
}
.services-items i {
    font-size: 40px;
    color: #8bc63f;
}
.services-items h4 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}
.section .title_block {
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 35px;
    padding-bottom: 30px;
    position: relative;
    text-transform: uppercase;
}
.section .title_block:before {
    height: 1px;
    width: 40px;
    display: block;
    background-color: #8bc63f;
    content: "";
    bottom: 0;
    position: absolute;
    left: 50%;
    margin-left: -20px;
}
.product-container .our_price_display {
    font-size: 15px;
}
.post-rating-box img {
    display: inline-block !important;
    direction: ltr !important;
    float: left;
}
.post-rating-box .post-rating {
    display: inline-block;
}
.post-container .post-content {
    text-align: center;
    padding: 10px;
}

/* Footer */
#footer {
    text-align: center;
    margin-top: 25px !important;
    background: #345813;
}
footer a {
    color: #cbcbcb;
}
footer p {
    margin-bottom: 2px;
    color: #cbcbcb !important;
}
.footer-copyright {
    border-top: 1px solid #3d6813;
}
.index .section.footer-logos hr {
    display: none;
}
.index .section.footer-logos {
    margin-top: 25px;
}
.section.footer-logos {
    padding-bottom: 0;
    padding-top: 0;
    text-align: center;
}
.section.footer-logos .interreg {
    margin-top: 25px;
}
@media screen and (max-width: 1091px) {
    .section.footer-logos img {
        margin: 20px 0;
    }
}

.owl-carousel .item .post-container {
    min-height: 330px;
}

.fb-share-button {
    display: flex !important;
    margin-top: 2px;
}


/*STARTPAGE*/
.index .intro-boxes {
    position: relative;
}
.index .intro-boxes .inner-box {
    position: absolute;
    top: 100px;
    left: 50px;
    right: 50px;
    bottom: 50px;
    text-align: center;
}
.index .intro-boxes h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 300;
    text-shadow: 2px 2px #000;
    letter-spacing: 1px;
    line-height: 62px;
}
.index .intro-boxes h3 b {
    letter-spacing: 5px;
    font-size: 42px;
}
.index .intro-boxes .inner-box button {
    font-size: 18px;
    letter-spacing: 1px;
    background-color: #F44336;
    border-color: #F44336;
    margin-top: 20px;
    color: #fff;
}
.index .intro-boxes .img-responsive {
    width: 100%;
}
@media (max-width: 992px) {
    .index .intro-boxes {
        margin-bottom: 30px;
    }
    .index .intro-boxes h3, .index .intro-boxes h3 b {
        font-size: 24px !important;
        line-height: 36px;
    }
    .index .intro-boxes .inner-box {
        top: 50px;
    }
}
@media (min-width: 1200px) {
    .modal-dialog {
        width: 1200px;
        margin: 30px auto;
    }
}
