html {
    height: 100%;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.04em;
    position: relative;
    padding-bottom: 150px;
    min-height: 100%;
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

/** Navigation **/
.navbar-default {
    border: none;
    border-bottom: 1px solid #a5a5a5;
    border-radius: 0;
    background: #ffffff;
}
.navbar-default .navbar-nav>li>a {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
}

.navbar-brand {
    padding: 10px 20px;
    /*border-right: 1px solid #a5a5a5;*/
}
.navbar-brand-letters {
    font-family: 'Montserrat', sans-serif;
    padding: 7px 30px 0;
    font-size: 21px;
    font-weight: 600;
    line-height: 21px;
    color: #000000;
    float: left;
}
.navbar-brand-letters img {
    width: 194px;
}
.navbar-brand-letters:hover {
    text-decoration: none;
    color: #f36f21;

}

.navbar-default .main-nav {
    margin-left: 6%;
}
.main-nav > li > a {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    padding-right: 22px;
    padding-left: 22px;
}
.main-nav > .active > a,
.main-nav > .active > a:hover  {
    background: transparent;
    color: #f36f21;
}

.navbar-nav > li > a:hover {
    color: #f36f21;
}

.menu-button {
    background: #f36f21;
    color: #fff;
    padding: 10px 25px;
    margin-top: 25px;
    margin-right: 35px;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}

.menu-button:hover,
input[type="submit"]:hover,
.filters .sm-listing .seemore:hover,
#buynow:hover, #search-form .input-group button:hover,
.after-login .register-link:hover {
    background: #d87121;
    text-decoration: none;
    color: #ffffff;
}
.navbar-default .navbar-right .login-menu-link, .navbar-default .navbar-right .registration-menu-link {
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}
.navbar-default .navbar-right .login-menu-link a:hover, .navbar-default .navbar-right .registration-menu-link a:hover {
    text-decoration: underline;
}
.navbar-default .navbar-right .login-menu-link a {
    border-right: 1px solid #000;
    padding: 0 15px;
    margin-top: 35px;
    font-family: 'Montserrat', sans-serif;
}
.navbar-right .registration-menu-link {
    margin-right: 17px;
}

.wpml-ls {
    clear: none !important;
    display: inline-block;
    padding: 0 !important;
    border: none !important;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-flag {
    width: 26px !important;
    border: 1px solid #c8c8c8;
    height: 20px !important;
}

/** SEARCH FORM HOME **/
#search-form {
    margin-top: 60px;
}
#search-form .input-group {
    border: 2px solid #f36e21;
    padding: 5px;
    background: #f8f9fa;
}
#search-form .input-group #search-param {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    padding: 0 20px;
    color: #000000;
    border-radius: 0;
    border-right: none;
    border: 0;
    background: none;
    box-shadow: none;
}
#search-form .input-group #search-param::-webkit-input-placeholder { /* Chrome */
    color: #606060;
    transition: opacity 250ms ease-in-out;
}
#search-form .input-group #search-param:focus::-webkit-input-placeholder {
    opacity: 0.5;
}
#search-form .input-group #search-param:-ms-input-placeholder { /* IE 10+ */
    color: #606060;
    transition: opacity 250ms ease-in-out;
}
#search-form .input-group #search-param:focus:-ms-input-placeholder {
    opacity: 0.5;
}
#search-form .input-group #search-param::-moz-placeholder { /* Firefox 19+ */
    color: #606060;
    opacity: 1;
    transition: opacity 250ms ease-in-out;
}
#search-form .input-group #search-param:focus::-moz-placeholder {
    opacity: 0.5;
}
#search-form .input-group #search-param:-moz-placeholder { /* Firefox 4 - 18 */
    color: #606060;
    opacity: 1;
    transition: opacity 250ms ease-in-out;
}
#search-form .input-group #search-param:focus:-moz-placeholder {
    opacity: 0.5;
}
#search-form .input-group button {
    padding: 9px 25px;
    border: 0;
    border-radius: 0;
    background: #f36f21;
    color: #fff;
    box-shadow: none;
    margin-left: 5px;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}

#search-form .input-group button i {
    margin-left: 5px;
    font-size: 13px;
}

#search-form-results{
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    padding: 5px;
    border: 1px solid #a5a5a5;
    box-sizing: border-box;
    z-index: 999;
    background: #fff;
}
#search-form-results .link{
    display: block;
    padding: 5px 10px;
    color: #000;
    margin: 0;
}
#search-form-results .link:hover{
    color: #337ab7;
    text-decoration: none;
}

.category-box {
    margin-top: 60px;
}
.category-box-content {
    background: #f8f9fa;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); /* Blaga senka */
    transition: all 0.3s ease-in-out;
    text-align: center;
    min-height: 240px; /* Dovoljna visina */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative; /* Omogućava apsolutno pozicioniranje unutrašnjih elemenata */
}

.category-box-content a {
    position: absolute;
    inset: 0; /* Proteže se preko celog parent div-a */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: inherit; /* Zadržava boju teksta */
    padding: 20px;
}

.category-box-content:hover {
    background: rgba(255, 255, 255, 1); /* Pojačana bela pozadina na hover */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); /* Jača senka */
}

.category-box .category-box-title-link {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
}
.category-box img {
    display: block;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 25px;
}

.home-intro-text {
    padding-bottom: 80px;
}

/** FOOTER **/
footer {
    width: 100%;
    margin-top: 40px;
    background-color: #000000;
    padding: 40px 0;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
footer span {
    color: #fff;
    font-weight: 600;
    font-size: 23px;
    margin-left: 20px;
    vertical-align: middle;
}
footer .footer-menu, footer .footer-social {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer .footer-menu li {
    display: inline;
    margin-right: 30px;
}
footer .footer-menu li:last-child {
    margin-right: 0;
}
footer .footer-menu li a {
    color: #ffffff;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}
footer .footer-social li {
    display: inline;
}
footer .footer-social li:not(:last-child) {
    margin-right: 10px;
}


/** LAYOUT **/
.col-1-5 {
    width: 20%;
    padding-left: 18px;
    padding-right: 18px;
    float: left;
}

/** PAGE **/

.page h1 {
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
    font-weight: 600;
    margin: 50px 0 20px;
}

.page h3 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #000000;
    margin: 50px 0 30px;
}
.page .container p {
    font-size: 14px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
}
.page .container p a {
    color: #0f18c5;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}

/** ABOUT **/
.about .navbar, .contact .navbar {
    margin-bottom: 0;
}
.about .content .cover, .contact .content .cover {
    background: url(img/kontakt.jpg) fixed no-repeat;
    height: 540px;
}
.about .content .container {
    max-width: 720px;
}
.about h1, .contact h1 {
    margin-bottom: 65px;
}

.about .container p {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    color: #444444;
    text-align: center;
}

/** CONTACT **/

.contact .content .container p {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    color: #444444;
    line-height: 25px;
}

.contact .content .container .contact-data {
    margin-top: 60px;
    margin-bottom: 50px;
}

.contact-social {
    list-style: none;
    margin-top: 15px;
    padding-left: 0;
}

.contact-social li {
    display: inline;
}
.contact-social li:not(:last-child) {
    margin-right: 10px;
}
/*
input[type="text"], input[type="email"], input[type="tel"], textarea {
    display: block;
    width: 100%;
    margin-bottom: 18px;
    padding: 11px 20px;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #444444;
    border: 1px solid #a5a5a5;
}*/

input[type="submit"] {
    background: #f36f21;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    padding: 12px 17px;
    line-height: 16px;
    border: none;
    border-radius: 0;
}

button#browse-image {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 25px;
    outline: none;
    border: none;
    background-color: #f36f21;
    box-sizing: border-box;
    color: #fff;
    font-size: 13px;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}

button#browse-image:hover {
    background-color: #57b0e0
}

input#images {
    display: none;
    border: none;
    margin-bottom: 20px;
    color: #444444;
    font-family: 'Montserrat', sans-serif;
}

label {
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}


/** REGISTER **/

.heading {
    border-bottom: 1px solid #a5a5a5;
    overflow: hidden;
    padding: 5px 20px 25px;
    margin-bottom: 90px;
}
.heading h4 {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    float: left;
    margin: 0;
}
.heading span {
    float: right;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    color: #444444;
}

.form-horizontal .control-label {
    text-align: left;
    padding-top: 15px;
    padding-right: 0;
}
.dr-form {
    padding: 0 20px 50px;
}
.dr-form p {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    margin-bottom: 30px;
}
.dr-form input {
    border: none;
    border-bottom: 1px solid #a5a5a5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 30px;
}
.dr-form .checkbox {
    margin-bottom: 60px;
}
.dr-form .regSubmit, .dr-form .loginSubmit, .dr-form .ceSubmit {
    border: none;
    margin-left: 20px;
    text-transform: uppercase;
}
.dr-form .forgot-pass a {
    color: #0a55b1;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}

.dr-form .loginSubmit {
    margin-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
}

.after-login {
    border-top: 1px solid #a5a5a5;
    padding-top: 35px;
    padding-left: 20px;
    padding-bottom: 150px;
}
.page .container .after-login p {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    margin-bottom: 35px;
}
.after-login .register-link {
    background: #f36f21;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    padding: 12px 20px;
}


/** CATEGORY PAGE **/
.category {
    padding-bottom: 160px;
}
.category h2 {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    font-weight: 400;
    margin-top: 60px;
    margin-bottom: 45px;
    text-transform: uppercase;
}
.categories {
    margin-bottom: 60px;
}
.categories ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.categories ul li:first-child {
    border-top: 1px solid #c8c8c8;
}
.categories ul li {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #c8c8c8;
    padding-left: 16px;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.categories ul li a {
    color: #444444;
}
.categories ul li a:hover {
    color: #f36f21;
    text-decoration: none;
}
.categories ul li span {
    color: #ffffff;
    background: #f36e21;
    width: 32px;
    height: 32px;
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
}

/** SINGLE PRODUCT **/
.single-product {
    margin-top: 60px;
}
.single-product .banners img {
    margin-bottom: 30px;
    display: none;
}

.single-product .details h1  {
    font-size: 22px;
    color: #000000;
    text-transform:  uppercase;
    margin: 0 0 40px;
}
.single-product h1.showmobile {
    font-size: 22px;
    color: #000000;
    text-transform:  uppercase;
    margin: 20px 0 30px;
    text-align: center;
}
.single-product .details h5 {
    font-size: 14px;
    color: #f36f21;
    margin: 0 0 25px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.single-product .details ul {
    padding: 0;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #444444;
    line-height: 24px;
    list-style: none;
}
.single-product .product-image {
    margin-bottom: 30px;
}
.single-product .product-image > img {
    margin-bottom: 10px;
}
.single-product .product-image .gallery {
    padding: 0;
    list-style: none;
    margin-top: 7px;
}
.single-product .product-image .gallery .thumb {
    display: inline-block;
}
.single-product .product-image .gallery .thumb img {
    width: 80px;
}
.single-product .product-image .gallery .thumb:not(:last-child) {
    margin-right: 7px;
}
.single-product .seller-details {
    color: #444444;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
.single-product .seller-details a {
    color: #f36f21;
}

.single-product .seller-details form {
    margin-top: 30px;
}
.single-product .seller-details form input[type="submit"] {
    background: #000;
    padding: 10px 30px;
}

.user-loggedin-menu {
    min-width: 142px;
}
.user-loggedin-menu li {
    padding: 0 30px;
    text-align: center;
}
.user-loggedin-menu li a {
    padding: 10px 5px;
}
.user-loggedin-menu li:not(:last-child)  a{
    border-bottom: 1px solid #a5a5a5;
}

.user {

}
.user h1 {
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    margin-top: 45px;
    margin-bottom: 60px;
}
.user h6 {
    font-size: 15px;
    color: #444444;
    text-transform: uppercase;
    margin: 0 0 40px;
}
.user .row {
    border-top: 1px solid #a5a5a5;
    padding-top: 30px;
    padding-bottom: 30px;
}
.user .row .image img{
    margin: 0 auto;
}
.user .row .ad-details {
    font-size: 15px;
    color: #444444;
    font-family: 'Montserrat', sans-serif;
}
.user .row .ad-details h4 {
    margin-top: 30px;
    color: #0331c6;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.user .row .ad-details .price {
    color: #000000;
}
.user .row .ad-details .price span {
    text-transform: uppercase;
    color: #444444;
}
.user .row .highlight-form {
    padding-top: 50px;
    padding-bottom: 20px;
}
.user .row .bonus {
    color: #444444;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}
.user .row .bonus .bonus-check {
    padding-right: 30px;
}
.user .row .bonus .bonus-name {
    padding-right: 30px;
    width: 170px;
}
.user .row .bonus .bonus-name img {
    float: right;
}
.user .row .bonus .bonus-period {
    padding-right: 60px;
    width: 170px;
}
.bonus-period select {
    width: 100%;
    padding: 5px;
}
.user .row .bonus .bonus-price {
    text-align: right;
    width: 50px;
}
.user .row:last-child {
    border-bottom: 1px solid #a5a5a5;
}

.user .row .dr-form .ceSubmit {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
    text-transform: uppercase;
}
.user > h3 {
    text-transform: uppercase;
    font-size: 15px;
    margin: 0 0 30px;
    font-family: 'Montserrat', sans-serif;
}

.user .row .form-text {
    padding-top: 10px;
}
.user .row .form-text p {
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    color: #444444;
    line-height: 23px;
    margin-bottom: 40px;
}
.user .row .form-text p:first-child {
    color: #000000;
}
.user .row.settings {
    border-bottom: none;
}

.order > h3 {
    text-transform: uppercase;
    font-size: 15px;
    margin: 10px 0 30px;
    font-family: 'Montserrat', sans-serif;
}

.order .row {
    border-top: 1px solid #a5a5a5;
    padding-bottom: 30px;
    padding-top: 30px;
}
.order .row.payment{
    border-bottom: 1px solid #a5a5a5;
}
.order .orders {
    padding-top: 0;
}
.order .orders table {
    margin-bottom: 20px;
}
.order .orders thead {
    font-family: 'Montserrat', sans-serif;
}
.order .orders table tr td {
    padding: 25px 15px;
    color: #444444;
    font-size: 15px;
}
.order .orders table tr td:last-child {
    text-align:  right;
}
.order .orders table tbody {
    font-family: 'Montserrat', sans-serif;
}
.order .orders table tbody tr:nth-child(odd){
    background: #f1f2f2;
}
.order .orders table tbody tr:nth-child(even){
    background: #ffffff;
}


.order .orders p {
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    padding-right: 15px;
}
.order .orders p span {
    padding-right: 50px;
}
.order .order-buttons {
    padding-top: 40px;
    margin-left: -15px;
}
.order .order-buttons button, .order .order-buttons a {
    padding: 10px 40px;
    margin: 0;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
#buynow {
    background: #f36f21;
    border: none;
    margin-right: 20px;
}
#cancel {
    background: #ffffff;
    border: 1px solid #a5a5a5;
    color: #444444;
}

.filters #search-form, .single-masina #search-form {
    margin-top: 0;
    margin-bottom: 25px;
}
.filters #search-form .input-group #search-param, .single-masina #search-form .input-group #search-param {
    font-size: 14px;
}
.filters #search-form .input-group button, .single-masina #search-form .input-group #search-param {

    font-size: 14px;
}
.filters .form-container {
    border-bottom: 1px solid #a5a5a5;
}
/*.filters #search-form span {
    float: left;
    display: inline-block;
    padding: 10px;
    color: #777;
}
.filters #search-form input {
    float: left;
    display: inline-block;
    width: 70%;
    border: none;
    box-shadow: none;
    padding: 0;
}*/

.filters .sm-listing {
    padding-top: 40px;
}
.filters .sm-listing .seemore {
    background: #f36f21;
    color: #fff;
    padding: 5px 10px;
    text-transform: uppercase;
    margin-top: 5px;
    display: inline-block;
    bottom: 10px;
    position: absolute;
    width: calc(100% - 20px);
    text-align: center;
    font-size: 14px;
}
.filters .sm-listing .price {
    color: #000000;
    font-weight: 600;
}
.filters .sm-listing ul {
    list-style: none;
    padding-left: 0;
    color: #444444;
    font-size: 14px;
}
.filters .sm-listing h4, .filters .sm-listing h4 a {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-size: 20px;
}
.filters .sm-listing .top > .row {
    border: 1px solid #f36f21;
    padding-top: 18px;
    padding-bottom: 18px;
}
.filters .sm-listing .highlighted > .row {
    background: #fffddd;
    padding-top: 15px;
    padding-bottom: 15px;
}
.filters .sm-listing .top .flag-top {
    position: absolute;
    right: 0;
}
.filters .sm-listing .single-smpost {
    min-height: 360px;
    margin-bottom: 1.5rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.filters .sm-listing .single-smpost img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.clear {
    clear: both;
    border-top: 1px solid #c8c8c8;
    margin: 25px 18px;
    width: calc(100% - 36px);
}
.filters .filters-form {
    padding-top: 40px;
}
.filters .filters-form > .row {
    border-bottom: 1px solid #a5a5a5;
    margin-right: 0;
}
.filters .filters-form > .row:first-child {
    border-top: 1px solid #a5a5a5;
}
.filters #filters-form select {
    color: #444444;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    padding: 20px;
    width: 70%;
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-top: none;
    -webkit-appearance:none;
    background: url(img/arrow-dropdown.png) no-repeat right #fff;
}
.filters #filters-form .row:first-child select {
    border-top: 1px solid #a9a9a9;
}


.filters .filters-buttons {
    margin-top: 40px;
    margin-left: -18px;
}
.filters .filters-buttons > a {
    display: inline-block;
    padding: 10px 62px;
    text-transform: uppercase;
}
.filters .filters-buttons > #apply-filters {
    background: #000;
    color: #fff;
    float: left;
    border: none;
    border-radius: 0;
}
.filters .filters-buttons > #apply-filters:hover, .single-product .seller-details form input[type="submit"]:hover {
    background: #b2b2b2;
}
.filters .filters-buttons > a#reset-filters {
    background: #fff;
    border: 1px solid #a5a5a5;
    color: #444444;
    float: right;
}
.form-control {
    height: 40px;
}
.adposting {

}
.adposting .heading {
    margin-bottom: 30px;
}
.adposting .categorization, .adposting .details, .adposting .place, .adposting .seller, .adposting .increase, .adposting .publish {
    margin-bottom: 30px;
}
.adposting .categorization .checkbox {
    margin-bottom: 40px;
}
.adposting .categorization label {
    padding-top: 25px;
    padding-right: 30px;
}
.adposting .categorization select {
    border-left: none;
    border-right: none;
    padding: 25px 20px;
    margin: 10px 0;
    width: 100%;
    border-color: #a5a5a5;
    color: #444444;
    border-top: none;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    outline: none;
}
.adposting .categorization select:focus {
    background-color: #f1f1f2;
}
.adposting .categorization select.category {
    border-bottom: 1px solid #a5a5a5;
}

.adposting .categorization select option {
    background-color: #f1f1f2;
    outline: none;
    border: none;
}

.adposting .categorization select option:hover {
    color: #f36f21;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.adposting .details input#price {
    width: 100px;
    float: left;
    border: 1px solid #a5a5a5;
}
.adposting .details .pricebox label {
    margin-right: 30px;
    padding-top: 10px;
    padding-left: 5px;
    font-size: 15px;
    color: #444444;
}

.adposting .place #postalcode {
    float: left;
    display: inline-block;
    width: 25%;
}
.adposting .place #city {
    float: left;
    display: inline-block;
    width: 70%;
    margin-left: 20px;
}

.adposting .seller label {
    padding-right: 30px;
}

.adposting input[type="submit"] {
    border-bottom: none;
    padding: 10px 30px;
}
.adposting input[type="submit"].preview {
    background: #fff;
    border: 1px solid #a5a5a5;
    color: #444444;
}
.adposting input[type="submit"].preview:hover, #cancel:hover {
    background: #a5a5a5;
    color: #fff;
    border: 1px solid #a5a5a5;;
}
.adposting .agree {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}
.increase .form-group {

}
.adposting .increase .extra-info {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    color: #444444;
    margin-bottom: 40px;
    padding-left: 46px;
}
.adposting .increase label {
    text-transform: uppercase;
    font-weight: 600;
    color: #000000;
    font-family: Montserrat;
    margin-left: 30px;
}
.adposting .increase label img {
    margin-left: 15px;
}
.adposting .increase input[type="radio"] {
    margin-bottom: 0;
}
.adposting .extra-price {
    color: #444444;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-align: right;
}
.adposting .extra-price span {
    color: #000000;
    font-size: 15px;
}
.extra-price.tax {
    margin-top: 40px;
}

#paypal-message {
    display: none;
    font-size: 18px;
    color: #444444;
    font-family: 'Montserrat', sans-serif;
    clear: both;
}

span.images-desc {
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;
    color: #444444;
}

#contact-seller #message {
    resize: vertical;
}
/** Hover effects - category boxes **/


.notoverlay {
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
.overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    -ms-interpolation-mode: bicubic;
    width: 100%;
    height: 100%;
    text-align: center;
}
.overlay img {
    max-width: 100%;
    padding-top: 10px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -ms-interpolation-mode: bicubic;
}

.showo {
    opacity: 1;
}
.hideo {
    opacity: 0;
}

.navbar .dropdown a .lang-flag {
    max-width: 30px;
}

.navbar-default .navbar-toggle {
    border: none;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #f36f21;
    width: 30px;
    height: 3px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
}

#paypal-cancel {
    display: none;
}

.slick-next:before, .slick-prev:before {
    color: #a2a2a2;
}

.ad-example {
    float: left;
    position: relative;
    width: 100%;
    padding-bottom: 50%;
    margin: 0 0 10px 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    background-size: contain;
}

.ad-example-1 {
    background-image: url(img/example-1.png);
}

.ad-example-2 {
    background-image: url(img/example-2.png);
}


#image-preview {
    min-height: 150px;
    border: 2px dashed #a2a2a2;
    overflow: hidden;
    padding: 5px;
    background-color: #fcfcfc;
}
#image-preview > p {
    color: #a2a2a2;
    text-align: center;
    padding-top: 55px;
}

#image-preview > ul {
    margin: 0px;
    padding: 0px;
}

#image-preview > ul > li {
    position: relative;
    margin: 6px;
    padding: 4px;
    border: solid 2px #f36f21;
    display: inline-block;
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    background-color: #fff;
}

#image-preview > ul > li:hover {
    border: solid 2px #57b0e0;
}

#image-preview > ul > li:first-child {
    border: solid 2px orange;
}

#image-preview > ul > li::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 100%;
    background-color: orange;
    z-index: 9;
    color: white;
    font-size: 12px;
    line-height: 18px;
    text-indent: 6px;
    display: none;
    content: "T";
}

#image-preview > ul > li:first-child::after {
    display: block;
}

#image-preview > ul.de > li::after {
    content: 'Galerie';
}

#image-preview > ul.en > li::after {
    content: 'Gallery';
}

#image-preview > ul > li > .image-thumb {
    position: relative;
    width: 116px;
    height: 87px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

#image-preview > ul > li > .remove {
    position: absolute;
    top: -9px;
    right: -9px;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    border: 2px solid #e62117;
    background-color: #fff;
    z-index: 10;
    background-image: url(img/remove-thumb.png);
}
.navbar-right .dropdown {
    display: none;
}
select {
    -webkit-appearance:none;
    -moz-appearance: none;
    -ms-appearance: none;
    background: url(img/arrow-dropdown.png) no-repeat right #fff;
    background-position-x: 95%;
}

.page-template-template-place-an-ad #step-2 > input[type="submit"] {
    display: none;
}
.paypal-button .paypal-button-content.paypal-color-gold {
    background: #57b0e0 !important;
}

@media screen and (max-width: 1600px) and (min-width: 1400px) {
    .navbar-default .main-nav {
        margin-left: 14%;
    }
}

@media screen and (max-width: 1400px) and (min-width: 1200px) {
    .navbar-default .main-nav {
        margin-left: 2%;
    }
}
@media screen and (max-width: 1200px) {
    .col-1-5 {
        min-height: 178px;
    }
    .category-box .category-box-title-link {
        font-size: 12px;
        text-transform: lowercase;
    }
    .navbar-brand {
        border-right: none;
    }
    .navbar-brand-letters {
        display: none;
    }
    .navbar-default .main-nav {
        margin-left: 5%;
    }
    .footer-social {
        padding-left: 0;
    }
}


@media screen and (max-width: 1700px) and (min-width: 1400px) {

    .navbar-brand {
        padding: 0;
        margin-right: 40px;
    }
    .navbar-brand img {
        width: 170px;
    }
    .main-nav > li > a {
        padding-left: 0;
        padding-right: 24px;
        font-size: 13px;
    }
    .menu-button {
        padding: 10px 15px;
        margin-right: 10px;
        font-size: 12px;
    }
    .wpml-ls-legacy-list-horizontal a {
        padding: 0 7px;
    }
    .wpml-ls-legacy-list-horizontal .wpml-ls-flag {
        width: 22px !important;
        height: 17px !important;
    }
}

@media screen and (max-width: 1400px) and (min-width: 1220px) {

    .navbar-brand {
        padding: 0;
        margin-right: 35px;
    }
    .navbar-brand img {
        width: 140px;
    }
    .main-nav > li > a {
        padding-left: 0;
        padding-right: 15px;
        font-size: 13px;
        letter-spacing: 0;
    }
    .menu-button {
        padding: 8px 11px;
        margin-right: 8px;
        font-size: 12px;
    }
    .wpml-ls-legacy-list-horizontal a {
        padding: 0 5px;
    }
    .wpml-ls-legacy-list-horizontal .wpml-ls-flag {
        width: 18px !important;
        height: 14px !important;
    }
}

@media screen and (max-width: 1220px) and (min-width: 992px) {
    .navbar-brand {
        padding: 0;
        margin-right: 10px;
    }
    .navbar-brand img {
        width: 90px;
    }
    .main-nav > li > a {
        padding-left: 0;
        padding-right: 12px;
        font-size: 11px;
        letter-spacing: 0;
    }
    .menu-button {
        padding: 6px 8px;
        margin-right: 6px;
        font-size: 11px;
    }
    .wpml-ls-legacy-list-horizontal a {
        padding: 0 2px;
    }
    .wpml-ls-legacy-list-horizontal .wpml-ls-flag {
        width: 15px !important;
        height: 11px !important;
    }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
    .category-box .row > .col-md-3:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #a5a5a5;
    }
}

@media screen and (max-width: 768px) {
    .navbar-default .navbar-right .login-menu-link a {
        border-right: none;
        padding: 15px;
        margin-top: 0;
    }
    .navbar-default .navbar-right .menu-button {
        background: #f36f21;
        color: #fff;
        padding: 10px 25px;
        margin-top: 0;
        margin-right: 0;
    }
    .navbar-default .main-nav {
        margin-left: 0;
        text-align: center;
        width: 100%;
    }

    .col-1-5 {
        width: 100%;
    }
    .navbar-brand-letters {
        display: block;
        font-size: 18px;
    }
    .about .content .container {
        max-width: 720px;
    }
    .category-box .row > div:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #a5a5a5;
    }
}

@media screen and (max-width: 600px) {
    .about .container p {
        text-align: left;
    }

    .category-box .category-box-title-link {
        font-size: 14px;
        text-transform: uppercase;
    }

    #search-form .input-group button {
        padding: 10px 25px;
        font-size: 0;
    }
    #search-form .input-group button span {
        margin-left: 0;
    }
    footer {
        margin-top: 40px;
    }
    footer .footer-menu, footer .footer-social {
        padding: 0;
        text-align: center;
    }
    footer .footer-menu li {
        margin-right: 10px;
    }
    footer .footer-menu li a {
        font-size: 14px;
    }
    .category {
        padding-bottom: 20px;
    }
    .categories .cats-left ul{
        margin-bottom: 0;
    }
    .categories .cats-left li:last-child {
        border-bottom: none;
    }

    .filters .form-container {
        border: none;
    }
    .filters .filters-form {
        padding-top: 10px;
    }
    #filters-form > .row {
        margin: 0;
    }
    .filters #filters-form select {
        width: 100%;
    }
    .filters .sm-listing .top > .row {
        margin: 0;
    }
    .filters .filters-buttons {
        margin-top: 20px;
        margin-left: 0;
        overflow: hidden;
    }
    .filters .filters-buttons > #apply-filters {
        width: 50%;
    }

    #search-form {
        margin-top: 20px;
    }
    .category-box {
        margin-top: 40px;
    }
    .dr-form {
        padding-bottom: 15px;
    }
    .dr-form input {
        margin-bottom: 5px;
    }

    .after-login {
        padding-bottom: 30px;
    }
    .heading {
        margin-bottom: 20px;
    }
    .heading span {
        float: left;
        margin-top: 15px;
    }
    #registration-form .checkbox {
        margin-bottom: 15px;
    }
    .about .content .cover, .contact .content .cover {
        display: none;
    }
    .contact-social {
        margin-bottom: 40px;
    }
    .page-template-default .container {
        text-align: justify;
    }
    .page h1 {
        font-size: 20px;
    }
    .page h3 {
        line-height: 24px;
        text-align: left;
    }
    .page p {
        line-height: 24px;
    }

    .adposting .details input#price {
        width: 150px;

    }
    .adposting .pricebox label {
        margin-bottom: 20px;
    }
    .navbar-nav.navbar-right {
        width: 250px;
        margin: 0 auto;
        text-align: center;
    }
    .adposting .place #city {
        margin-left: 10px;
        margin-bottom: 30px;
    }
    .categories ul li:last-child {
        border-bottom: none;
    }
}










@media (max-width: 991px) and (min-width: 768px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
        width: 100%;
        text-align: center;
    }
    .navbar-default .navbar-right .menu-button {
        width: 20%;
        margin: 0 auto;
        display: block;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .navbar-default .main-nav {
        margin-left: 0;
        text-align: center;
        width: 100%;
    }
}

#registration-form p {
    margin-bottom: 5px;
}
#registration-form .checkbox {
    margin-bottom: 20px;
}

#back {
    position: absolute;
    top: 15%;
    left: 40px;
    display: none;
}
#back a {
    color: #000000;
    text-decoration: none;
    background: url(img/back.png) left no-repeat;
    padding-left: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
}

@media screen and (min-width: 1921px) {
    #back {
        top: 12%;
    }
}

@media screen and (max-width: 1500px) {
    #back {
        top: 22%;
    }
}

@media screen and (max-width: 1200px) and (min-width: 700px) {
    #back {
        top: 24%;
        left: 3px;
    }
}

/*@media screen and (max-width: 600px) {
    #back {
        position: absolute;
        top: 24%;
        left: 0px;
    }
}*/

@media screen and (max-width: 1024px) {
    #back {
        display: none;
    }
}

@media screen and (max-width: 1100px) and (min-width: 996px) {
    #search-form .input-group #search-param {
        text-align: center;
    }
    .category-box .row > div:not(:last-child) {
        border-right: 1px solid #a5a5a5 !important;
        border-bottom: none !important;
    }
    .category-box .category-box-title-link {
        text-transform: uppercase;
    }
    .about .content .cover, .contact .content .cover {
        height: 250px;
    }
}


.category-box .row .col-md-3 .notoverlay img, .category-box .row .col-sm-3 .notoverlay img {
    padding-bottom: 60px;
}

.category-box .row .col-md-3 .category-box-content {
    min-height: 260px;
}

.min-content {
    min-height: 590px
}

select#contact_subject {
    width: 100%;
    margin-bottom: 18px;
    padding: 11px 20px;
    line-height: 16px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #444444;
    border: 1px solid #a5a5a5;
}

/** HELP PAGE **/
.help-page {
    padding-top: 70px;
}
.help-box {
    margin-bottom: 35px;
}
.help-page .help-header {
    background: #dfdddd;
    text-align: center;
}
.help-page .help-header h4 {
    font-size: 11px;
    line-height: 23px;
    letter-spacing: 0.25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #000000;
    margin: 0;
    padding: 4px 0;
    text-transform: uppercase;
}
.help-page .help-body {
    border: 1px solid #65c8e2;
    border-top: 0;
    padding: 25px 20px;
    min-height: 300px;
    position: relative;
}
.help-page .help-body img {
    display: block;
    margin: 0 auto 30px;
}
.help-page .help-body p {
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0.25px;
    margin: 0 0 15px;
}
.help-page .help-body p a {
    color: #49abde;
}
.help-page .help-body .help-link-alle {
    position: absolute;
    bottom: 40px;
    left: 20px;
    font-size: 11px;
    letter-spacing: 0.25px;
    color: #8a8a8a;
}
.breadcrumbs {
    display: none;
}
.breadcrumbs p, .page .container .breadcrumbs p {
    text-align: center;
    margin-bottom: 0;
    line-height: 15px;
}
.breadcrumbs p a, .page .container .breadcrumbs p a {
    color: #6e6e6e;
    line-height: 24px;
}
.breadcrumbs p span, .page .container .breadcrumbs p span {
    color: #f36f21;
}


#paypal-button {
    position: absolute;
    margin-top: -67px;
}

.preview-ml {
    margin-left: 260px;
}

.smpost-right {
    min-height: 200px;
    position: relative;
    padding: 10px;
}

.cover-m {
    height: 170px;
    position: relative;
}

.filters-form ul {
    list-style: none;
}
.filters-form ul li a:hover {
    color: #f36f21 !important;
    text-decoration: none;
}
.filters-form ul li a:focus {
    text-decoration: none;
}
.filters-form > ul, .filters-form #collapseExample > ul {
    padding: 0;
}
.filters-form > ul > li, .filters-form #collapseExample > ul > li {
    border-bottom: 1px solid #c8c8c8;
    color: #777777;
    font-size: 15px;
    padding: 20px 20px 20px 0;
    width: 95%;
    border-radius: 0 !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    box-shadow: none;

}
.panel-group .panel+.panel {
    margin-top: 0;
}
.filters-form #collapseExample > ul > li {
    padding: 12px 20px;
    font-size: 13px;
}
.filters-form > ul > .panel-default >.panel-heading, .filters-form #collapseExample > ul > .panel-default > .panel-heading {
    color: #444444;
    background-color: #fff;
    border: none;
    padding: 0;
}

.filters-form > ul > li > ul, .filters-form #collapseExample > ul > li > ul {
    /*display: none;*/
    padding-left: 15px;
}
.filters-form > ul > li.active > ul, .filters-form #collapseExample > ul > li.active > ul {
    /*display: block;*/
}

.filters-form > ul > li > ul > li, .filters-form #collapseExample > ul > li > ul > li {
    margin: 10px 0;
}
.filters-form li > a {
    color: #444444;
}
.filters-form li.active > .panel-heading, .filters-form li.active > a {
    color: #f36f21 !important;
}
.filters-form li > a > span {
    float: right;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
}
#mobilecategory > span {
    float: right;
}

.filters-form #accordion .accordion-body > ul > li > a,
.sublist > li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-item:first-of-type>.accordion-header .accordion-button,
.accordion-item:first-of-type,
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed,
.accordion-item:last-of-type {
    border-radius: 0;
}
.accordion-button:not(.collapsed) {
    background-color: #ffc09b;
}
.accordion-button:focus {
    box-shadow: none;
}

.home-intro-text h1 {
    margin: 60px 0 40px;
}
.home .home-intro-text div p {
    text-align: center;
}
.single-term-category-title {
    text-align: center;
    font-size: 24px;
    margin: 0 0 50px;
    text-transform: uppercase;
}
.pozovitenas {
    background: #f36e21;
    color: #fff;
    padding: 10px 20px;
    margin-top: 10px;
    display: inline-block;
}
.pozovitenas:hover {
    background: #ce6721;
    color: #fff;
    text-decoration: none;
}

.navbar-toggle {
    margin-top: 38px;
}
.navbar-toggle[aria-expanded=true] .ib1 {
    transform: rotate(45deg);
    top: 14px;
    position: absolute;
}
.navbar-toggle[aria-expanded=true] .ib2 {
    display: none;
}
.navbar-toggle[aria-expanded=true] .ib3 {
    transform: rotate(135deg);
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff;
}

.filters-form .panel-heading[aria-expanded=true] .minus,
.filters-form .panel-heading[aria-expanded=false] .plus,
#mobilecategory[aria-expanded=true] .minus,
#mobilecategory[aria-expanded=false] .plus {
    display: block;
}
.filters-form .panel-heading[aria-expanded=false] .minus,
.filters-form .panel-heading[aria-expanded=true] .plus,
#mobilecategory[aria-expanded=true] .plus,
#mobilecategory[aria-expanded=false] .minus{
    display: none;
}
#mobilecategory {
    display: none;
    text-align: left;
}

.showmobile {
    display: none;
}



/* Glavna forma - centriranje i razmaci */
.acf-form {
    max-width: 800px;
    margin: 40px auto; /* Dodaj razmak oko forme */
    background: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

/* Naslovi polja */
.acf-form h2 {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
    border-bottom: 2px solid #0073aa;
    padding-bottom: 5px;
}

/* Polja forme */
.acf-form .acf-fields {
    display: flex;
    flex-direction: column;
    gap: 25px; /* Razmaci između polja */
}

.acf-form .acf-field {
    background: #ffffff;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #ddd;
    transition: box-shadow 0.2s ease;
}

.acf-form .acf-field:hover {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

/* Galerija - uklanjanje bullets-a i stil */
.acf-gallery {
    list-style: none; /* Skini bullets */
    padding: 0;
    margin: 0;
}

.acf-gallery .acf-gallery-add {
    background: #0073aa;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    margin-top: 10px;
}

.acf-gallery .acf-gallery-add:hover {
    background: #005177;
}

/* Ukloni bullets za druge liste ako ih ima */
.acf-gallery-attachments,
.acf-field ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Polje za "Vrsta" */
.acf-field input[type="text"] {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* Dugme za objavu */
.acf-form .acf-submit {
    text-align: center;
    margin-top: 20px; /* Razmak iznad dugmeta */
}

.acf-form .acf-submit input {
    background: #ff6b35;
    color: white;
    padding: 12px 25px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
}

.acf-form .acf-submit input:hover {
    background: #e15528;
    transform: translateY(-2px); /* Blagi hover efekat */
}

/* Razmak između sekcija */
.acf-field-gallery,
.acf-field-textarea,
.acf-field-text {
    margin-bottom: 15px; /* Dodatni razmak ispod polja */
}

.acf-form.is-saving::after {
    content: 'Šalje se...';
    display: block;
    text-align: center;
    color: #0073aa;
    font-weight: bold;
}



@media screen and (max-width: 768px) {
    .breadcrumbs {
        display: block;
        margin-top: 20px;
        padding: 0 10px;
    }
    .pozovitenas {
        display: inline-block !important;
        text-align: center;
        margin-right: 15px;
    }
}

@media screen and (max-width: 480px) {
    .navbar {
        min-height: 67px;
    }
    .single-product {
        margin-top: 10px;
    }
    #bs-example-navbar-collapse-1 {
        padding-bottom: 20px;
    }
    .navbar-brand-letters {
        font-size: 15px;
        padding: 10px;
        width: 190px;
        float: none;
        margin: 0 auto;
        display: block;
    }
    .navbar-brand {
        padding: 10px;
        height: 80px;
    }
    .navbar-brand > img {
        height: 58px;
    }
    .navbar-toggle {
        margin-top: 26px;
        margin-bottom: 18px;
    }
    .navbar-toggle[aria-expanded=true] {
        margin-top: 30px;
    }
    footer .footer-menu li {
        display: block;
        margin-bottom: 20px;
    }
    footer img {
        margin: 0 auto;
        display: block;
    }
    .filters .sm-listing .single-smpost {
        margin-bottom: 0;
        padding-bottom: 15px;
        margin-top: 15px;
        min-height: 150px;
        border-bottom: 1px solid #c8c8c8;
    }
    .filters .sm-listing .single-smpost:last-child {
        border-bottom: none;
    }
    .filters .sm-listing h4 {
        font-size: 14px;
        margin-top: 0;
    }
    .filters .sm-listing p {
        font-size: 12px;
    }
    .filters .sm-listing .seemore {
        font-size: 12px;
        text-transform: none;
    }
    .clear {
        display: none;
    }
    .smpost-right {
        padding-bottom: 30px;
        min-height: inherit;
    }
    .hidemobile {
        display: none !important;
    }
    #mobilecategory {
        display: block;
    }
    .showmobile {
        display: block;
    }
    .wpml-ls {
        margin-top: 15px;
        padding: 0 !important;
        border: none !important;
    }
    .wpml-ls-legacy-list-horizontal a {
        padding: 5px !important;
    }
    .wpml-ls-legacy-list-horizontal .wpml-ls-item {
        margin-right: 10px !important;
    }
    .wpml-ls-legacy-list-horizontal .wpml-ls-flag {
        width: 24px !important;
        height: 18px !important;
    }
    .sidebar-search {
        margin-top: 30px;
        width: 100%;
    }
    .single-term-category-title {
        margin-bottom: 25px;
    }
    .filters-form > ul > li, .filters-form #collapseExample > ul > li {
        width: 100%;
        padding-left: 0;
    }
    .single-masina .sidebar-search {
        margin-top: 0;
    }
    .filters .sm-listing {
        padding-top: 25px;
    }
    .filters .sm-listing .single-smpost:last-of-type {
        border: none;
    }
    .single-smpost .col-xs-5 {
        padding-right: 0;
    }
}
@media screen and (max-width: 360px) {
    .navbar-brand-letters {
        padding: 12px 5px;
        width: 130px;
    }
    .navbar-brand {
        padding: 10px;
        height: 75px;
    }
    .navbar-brand img {
        width: 55px;
    }
    .navbar-toggle {
        margin-top: 18px;
        margin-bottom: 18px;
    }
    .navbar-toggle[aria-expanded=true] {
        margin-top: 21px;
    }
    .navbar {
        min-height: 75px;
    }

}

