.site-main{
    padding-top: 0;
}
/* *************************
           H E R O
   ************************* */
.hero-section {
    padding: 70px 0 20px;
    background-size: cover;
    background-position: center;
}
.hero-section.plava .page-header h1,
.hero-section.plava p,
.hero-section.crna .page-header h1,
.hero-section.crna p,
.crna .bottom-description,
.plava .bottom-description {
    color: #fff;
}
.products-section.plava {
    background: #292f40;
}
.products-section.crna {
    background: #000;
}
.hero-section .page-header h1 {
    font-weight: 500;
}
.hero-section .container{
    max-width: 940px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: start;
    align-items: center;
}
.archive-description{
    margin: 40px auto 0 0;
    width: 50%;
}
.no_baner .archive-description {
    width: 100%;
}
.archive-description p{
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    margin-bottom: 25px;
    text-align: left;
}
.archive-description p:last-child{
    margin-bottom: 0;
}

.no_baner .archive-description p {
    text-align: center;
}

.banner_filter {
    width: 100%;
    min-width: 1500px;
}

.banner_filter .berocket_single_filter_widget {
	margin-top: 100px;
}
.banner_filter .bapf_head,
.banner_filter .bapf_body ul li input {
    display: none !important;
}
.banner_filter .bapf_body {
    display: block !important;
}
.banner_filter .bapf_body ul {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}
.banner_filter .bapf_body ul li {
    margin-left: 25px !important;
    margin-right: 25px !important;
}
.banner_filter .bapf_body ul li {
    margin: 0;
    background-color: #fff;
    height: 40px;
    line-height: 40px;
    display: inline-block !important;
    position: relative;
    width: 240px;
    text-align: center !important;
}
.banner_filter .bapf_body ul li label {
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Mallory';
    color: #5B7980;
    letter-spacing: 1px;
    display: inline-block !important;
    max-width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.banner_filter .bapf_body ul li:hover {
    background-color: #D7E9ED;
}
.banner_filter .bapf_body ul li:hover::before,
.banner_filter .bapf_body ul li:hover::after {
    filter: brightness(0) saturate(100%) invert(99%) sepia(2%) saturate(3266%) hue-rotate(161deg) brightness(97%) contrast(91%);
}
.banner_filter .bapf_body ul li::before {
    content: '';
    background-image: url(../img/left_btn.svg);
    height: 40px;
    display: block;
    position: absolute;
    left: -18px;
    width: 20px;
    background-repeat: no-repeat;
    top: 0;
}
.banner_filter .bapf_body ul li::after {
    content: '';
    background-image: url(../img/right_btn.svg);
    height: 40px;
    display: block;
    position: absolute;
    right: -20px;
    width: 20px;
    background-repeat: no-repeat;
    top: 0;
}
@media(max-width:767px){
    .hero-section{
        padding: 50px 0 50px;
    }
	.hero-section img {
		min-height: 600px;
	}
    .archive-description{
        margin-top: 30px;
        width: 100%;
    }
    .archive-description p {
        text-align: center;
		overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }
}
/* ***************************************************
           H E R O  -  P A G E   L I S T A NJ E
   *************************************************** */
.product-listing-page .hero-section{
    background: #F3F8F9;
    padding-top: 65px;
    padding-bottom: 65px;
    background-size: cover;
}
.product-listing-page .hero-section .container{
    max-width: 1220px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    grid-template-rows: auto;
    align-items: center;
}
.hotspot-wrapper {
    position: relative;
}
.hotspot-wrapper .banner_img {
    width: 100%;
    height: 100%;
}
.hotspot-tooltip {
    position: absolute; 
    top: 45px; 
    left: 50%; 
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.9);
    color: #333333; 
    padding: 5px 10px;
    border-radius: 5px; 
    font-size: 12px;  
    display: none;
    width: 275px;
    padding: 20px;
    backdrop-filter: blur(1px);
}
.hotspot-tooltip span {
    display: block;
    text-transform: uppercase;
    color: #5B7980;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}
.tool_tip_desc {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.product-listing-page .hero-image{
    width: 100%;
    height: auto;
    align-self: end;
}
.product-listing-page .hero-content {
    padding: 40px 0 0 0%;
    max-width: 50%;
}

.product-listing-page .hero-content p{
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 25px;
}
.product-listing-page .hero-content > a{
    background: url(../img/slide_btn.svg);
    color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
    padding: 11px 36px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 12px;
    font-weight: 500;
    margin-top: 40px;
    display: inline-block;
}
@media only screen and (max-width: 1600px) {
    .product-listing-page .hero-content > a {
        margin-top: 25px;
    }
    .product-listing-page .hero-content {
        max-width: 50%;
        padding: 40px 0 0 5%;
    }
    .tool_tip_desc {
        width: 75%;
    }
}
@media only screen and (max-width: 1500px) {
    .product-listing-page .hero-content {
        max-width: 50%;
        padding: 40px 0 0 0;
    }
    .banner_filter {
        min-width: 100%;
    }
}
@media only screen and (max-width: 1300px) {
    .hotspot-wrapper .banner_img {
        object-fit: cover;
        height: 500px;
    }
    .tool_tip_desc {
        width: 100%;
    }
    .cards-section {
        padding: 55px 0px 65px;
    }
    .product-listing-page .hero-content {
        max-width: 50%;
        padding: 40px 0 0 30px;
    }
}
@media(max-width:991px){
    .product-listing-page .hero-content{
        padding: 40px 0 40px 20px;
    }
}
@media(max-width:767px){
    .product-listing-page .hero-section{
        padding-top: 35px;
    }
    .product-listing-page .hero-section .container{
        grid-template-columns: minmax(0,1fr);
        grid-template-rows: auto;
    }
    .product-listing-page .hero-image{
        order: 3;
    }
    .product-listing-page .hero-content{
        padding: 20px 0;
        height: 80%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .hotspot-wrapper .banner_img {
        height: 100%;
    }
    .product-listing-page .hero-content p{
        text-align: center;
    }
    .product-listing-page .hero-content > a{
        display: block;
        margin: 0 auto;
    }
    .hotspot-wrapper .hotspot .hotspot-tooltip {
        left: 100px !important;
        width: 300px;
    }
    .hotspot-wrapper .hotspot:last-child .hotspot-tooltip {
        left: 0px !important;
    }
}
/* ****************************************************
        K A R T I C E  -  P A G E   L I S T A NJ E
   **************************************************** */
.cards-section{
    padding: 55px 50px 65px;
}
/*.cards-section .splide__track {
    padding-left: 5px !important;
    padding-right: 5px !important;
}*/
@media(max-width:600px){
    .cards-section .splide__track {
        margin-right: -20px;
        overflow: visible;
    }
}
.cards-section .container{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: auto;
    column-gap: 30px;
}
.content-card{
    display: block;
    position: relative;
    text-align: center;
    border: 1px solid #D7E9ED;
    padding: 40px 15px;
    height: 100%;
}
.content-card::before {
    content: '';
    background: url(../img/cat_icon.svg);
    position: absolute;
    width: 11px;
    height: 11px;
    left: -1px;
    top: 50%;
    transform: translate(-50%);
}
.content-card::after {
    content: '';
    background: url(../img/cat_icon.svg);
    position: absolute;
    width: 11px;
    height: 11px;
    right: -11px;
    top: 50%;
    transform: translate(-50%);
}
.content-card img{
    width: auto;
    margin-bottom: 25px;
}
.content-card h2{
    font-weight: 500;
    font-size: 14px;
    line-height: 1.71;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 10px;
    color: #5B7980;
}
.content-card p{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.43;
    color: #333333;
}
@media (max-width:991px){
    .cards-section .container{
        column-gap: 20px;
    }
}
@media (max-width:767px){
    .cards-section{
        padding: 40px 0;
    }
    .content-card img{
        margin-bottom: 16px;
    }
    .cards-section .container{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 30px;
    }
    .product-listing-page .hero-content {
        max-width: 100%;
    }
    .product-listing-page .hero-content p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }
    .tool_tip_desc {
        height: 100%;
        padding: 50px 20px 0;
    }
}
@media (max-width:576px) {
    .cards-section .container {
        column-gap: 10px;
        row-gap: 20px;
    }
    .content-card p{
        font-size: 12px;
    }
}



/* ********************************
           P R O I Z V O D I
   ******************************** */
.products-section{
    padding-top: 30px;
    border-top: 1px solid #D7E9ED;
    position: relative;
}
.products-section .container{
    max-width: 1800px;
}
.products-section .woocommerce{
    display: grid;
    grid-template-columns: minmax(0,1.5fr) minmax(0,1fr) minmax(0,1.5fr);
    grid-template-rows: auto;
    align-items: center;
}
.products-section .woocommerce .woocommerce-notices-wrapper,
.products-section .woocommerce .products,
.products-section .woocommerce .woocommerce-pagination{
    grid-column: -1/1;
}

.products-section .woocommerce .products{
    padding: 75px 0;
    margin-top: 30px;
    position: relative;
}
.products-section .woocommerce .products:before{
    content: "";
    position: absolute;
    width: 100vw;
    height: 1px;
    background: #D7E9ED;
    left: calc((100vw - 1760px) / -2);
    right: 0;
    top: 0;
}
.bottom-description {
    width: 100%;
    order: 6;
    grid-column: -1 / 1;
    max-width: 700px;
    margin: auto;
}
.bottom-description p {
    font-size: 14px;
    margin-bottom: 15px;
}
.bottom-description strong,
.bottom-description b {
    font-weight: 500;
}
/* RESULT COUNT */
.woocommerce-result-count{
    font-weight: 500;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #333333;
    justify-self: center;
}
.plava .woocommerce-result-count,
.crna .woocommerce-result-count {
    color: #fff;
}

/* SORTIRANJE */
.woocommerce-ordering{
    justify-self: end;
}
.woocommerce-ordering select{
    padding: 0;
    border: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.43;
    color: #5B7980;
    outline: none;
    background: transparent !important;
}
.plava .woocommerce-ordering select,
.crna .woocommerce-ordering select {
    color: #fff;
}

/* PAGINACIJA NA LISTANJIMA PROIZVODA */
.woocommerce-pagination{
    margin: 40px 0;
}
.woocommerce-pagination ul.page-numbers{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    column-gap: 18px;
    row-gap: 8px;
}
.woocommerce-pagination ul.page-numbers li .page-numbers{
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #FFFFFF00;

    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    color: #5B7980;
}
.plava .woocommerce-pagination ul.page-numbers li .page-numbers,
.crna .woocommerce-pagination ul.page-numbers li .page-numbers {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.woocommerce-pagination ul.page-numbers li .page-numbers.current,
.woocommerce-pagination ul.page-numbers li .page-numbers:hover {
    border-color: #5B7980;
}
.plava .woocommerce-pagination ul.page-numbers li .page-numbers.current,
.plava .woocommerce-pagination ul.page-numbers li .page-numbers:hover,
.crna .woocommerce-pagination ul.page-numbers li .page-numbers.current,
.crna .woocommerce-pagination ul.page-numbers li .page-numbers:hover {
    border-color: #fff;  
}

@media (max-width:1800px){
    .products-section .woocommerce .products:before{
        left: -20px;
    }
}
@media (max-width:1200px){
    .products-section .woocommerce{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .products-section .woocommerce .products{
        padding: 20px 0 40px;
        margin-top: 20px;
        order: 5;
    }
    .woocommerce-ordering{
        margin-top: 20px;
        position: relative;
    }
    .woocommerce-result-count{
        grid-column: 1/-1;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    /* RESULT COUNT */
    .woocommerce-result-count{
        font-size: 12px;
        letter-spacing: 0;
    }
    /* PAGINACIJA NA LISTANJIMA PROIZVODA */
    .woocommerce-pagination{
        margin: 0 0 40px;
    }
}

@media (max-width:767px){
    .products-section{
        padding-top: 15px;
    }
    .products-section .woocommerce{
        grid-template-columns: 112px minmax(0, 1fr);
    }
    .products-section .woocommerce .products{
        margin-top: 15px;
    }
    .woocommerce-result-count{
        margin-bottom: 15px;
    }
    .woocommerce-ordering select{
        font-size: 11px;
    }

    /* PAGINACIJA */
    .woocommerce-pagination ul.page-numbers{
        column-gap: 10px;
        row-gap: 8px;
    }
    .woocommerce-pagination ul.page-numbers li .page-numbers{
        font-size: 14px;
        width: 28px;
        height: 28px;
    }
    .woocommerce-pagination .prev svg,
    .woocommerce-pagination .next svg{
        width: 8px;
        height: auto;
    }
}

/* ********************************************************
       EXTRA DESCRIPTION  -  P A G E   L I S T A NJ E
   ******************************************************** */
.description-section{
    padding-top: 80px;
}
.description-section .container{
    max-width: 700px;
    display: block;
}

.description-section h2{
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    color: #333333;
    margin-bottom: 20px;
}
.description-section p{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.43;
    color: #333333;
}
.description-section p:not(:last-child){
    margin-bottom: 40px;
}
@media (max-width:767px){
    .description-section{
        padding-top: 40px;
    }
}


/* ***********************************
            F I L T E R I
   *********************************** */
.woocommerce .filteri-dugme{
    flex-flow: row nowrap;
    justify-content: start;
    align-items: center;
    column-gap: 8px;
    justify-self: start;

    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    color: #5B7980;

    padding: 11px 50px;
    background-color: #D7E9ED;
    background-image: url(../img/dugme-ukras-levo.svg), url(../img/dugme-ukras-desno.svg);
    background-size: auto 100%, auto 100%;
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
    background-clip: border-box;
}


.woocommerce .plava .filteri-dugme {
    background-image: url(../img/dugme-ukras-levo-tamno-plavo.svg), url(../img/dugme-ukras-desno-tamno-plava.svg);
}

.woocommerce .crna .filteri-dugme {
    background-image: url(../img/dugme-ukras-levo-crna.svg), url(../img/dugme-ukras-desno-crna.svg);
}

.woocommerce .filteri-dugme img{
    max-width: 16px;
}
.berocket_element_above_products{
    display: flex;
    flex-flow: row wrap;
    justify-content: start;
    align-items: stretch;
    column-gap: 30px;
    row-gap: 10px;
    display: none;
}
.berocket_single_filter_widget.berocket_inline_clickable,
.berocket_single_filter_widget.berocket_inline_filters{
    float: none !important;
    padding-right: 0 !important;
    display: flex;
    align-items: center;
}
.bapf_sfilter{
    margin: 0;
}
#berocket-ajax-filters-sidebar .berocket_single_filter_widget.berocket_hidden_clickable .bapf_sfilter .bapf_head,
.berocket_single_filter_widget.berocket_hidden_clickable .bapf_sfilter .bapf_head{
    border: none !important;
    background-color: transparent !important;
    color: #5B7980 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.plava .berocket_single_filter_widget.berocket_hidden_clickable .bapf_sfilter .bapf_head,
.crna .berocket_single_filter_widget.berocket_hidden_clickable .bapf_sfilter .bapf_head {
    color: #fff !important;
}
#berocket-ajax-filters-sidebar .berocket_single_filter_widget.berocket_hidden_clickable .bapf_sfilter .bapf_head h3,
.berocket_single_filter_widget.berocket_hidden_clickable .bapf_sfilter .bapf_head h3{
    border-bottom: none;
    font-weight: 500;
    font-size: 14px !important;
    line-height: 1.43 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 6px;
    padding: 0 !important;
}
.bapf_sfilter .bapf_colaps_smb,
.bapf_sfilter .bapf_desci{
    position: relative;
    inset: unset;
    background: transparent !important;
    width: fit-content !important;
    height: auto !important;
}
.bapf_colaps_smb{
    display: none;
}
.bapf_hascolarr:after{
    content: url("../img/small-toggle.svg");
    margin-top: -3px;
}

.plava .bapf_hascolarr:after,
.crna .bapf_hascolarr:after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(297deg) brightness(102%) contrast(101%);
}

#berocket-ajax-filters-sidebar .berocket_single_filter_widget.berocket_hidden_clickable .bapf_sfilter.bapf_ccolaps .bapf_head,
.berocket_single_filter_widget.berocket_hidden_clickable .bapf_sfilter.bapf_ccolaps .bapf_head{
    border: none !important;
    color: #5B7980 !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    padding-bottom: 0 !important;
}

#berocket-ajax-filters-sidebar .berocket_single_filter_widget.berocket_hidden_clickable .bapf_sfilter .bapf_body,
.berocket_single_filter_widget.berocket_hidden_clickable .bapf_sfilter .bapf_body{
    min-width: 330px;
    top: calc(100% + 10px) !important;
    border: 1px solid #A7C5CC !important;
    padding: 20px !important;
    background: white !important;
}

.irs--big .irs-from,
.irs--big .irs-to{
    background: transparent;
    border-radius: 0;
    color: #5B7980 !important;
}
.irs--big .irs-max,
.irs--big .irs-min{
    background: transparent;
    border-radius: 0;
    color: #9f9f9f !important;
}

.irs--big .irs-handle{
    width: 20px;
    height: 20px;
    border: none;
    background: #5B7980;
    box-shadow: none;
    border-radius: 50%;
}
.irs--big .irs-bar{
    height: 4px;
    border: none;
    background: #D7E9ED;
    box-shadow: none;
}
.irs--big .irs-line{
    height: 4px;
}

.berocket_aapf_widget_selected_area{
    display: block;
    margin-top: 10px;
    justify-self: center;
    width: 100%;
}
.berocket_aapf_widget_selected_filter{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    column-gap: 15px;
}
.bapf_sfa_taxonomy{
    display: flex;
    justify-content: start;
    align-items: center;
    column-gap: 8px;
}
.berocket_aapf_widget_selected_area ul{
    padding-bottom: 0 !important;
}
.bapf_sfa_taxonomy > span{
    font-size: 14px;
    line-height: 1.43;
}
.bapf_sfa_taxonomy > span:after{
    content: ":";
}
.bapf_sfa_taxonomy > ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: start;
    align-items: center;
    column-gap: 5px;
}
.braapf_unselect, .braapf_unselect_all{
    display: flex;
    flex-flow: row-reverse nowrap;
    align-items: center;
    column-gap: 3px;
    font-size: 14px;
    line-height: 1.43;
    color: #5B7980;
    font-weight: 500;
}
.bapf_sfa_unall .braapf_unselect_all{
    color: #722E79;
}

.divi_checkbox_class_item:last-child{
    margin-bottom: 0 !important;
}
.berocket_element_above_products .close-btn{
    display: none;
}

.filteri-dugme{
    position: relative;
}

.woocommerce .filteri-dugme{
    display: flex;
}
.berocket_aapf_widget_selected_area{
    margin-top: -10px;
    margin-bottom: 20px;
}
.berocket_aapf_widget_selected_filter{
    justify-content: center;
    margin-top: 10px;
    margin-bottom: -10px;
}

/* Filteri na mobu */
.berocket_element_above_products.open{
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 400px;
    height: 100%;
    flex-flow: column nowrap;
    background: white;
    padding: 60px 40px;
    z-index: 900;
    overflow-y: auto !important;
}

#berocket-ajax-filters-sidebar .berocket_single_filter_widget.berocket_hidden_clickable .bapf_sfilter .bapf_body,
.berocket_single_filter_widget.berocket_hidden_clickable .bapf_sfilter .bapf_body{
    min-width: 0;
    width: 100%;
    position: relative !important;
    inset: unset !important;;
    border: none !important;
    padding: 0 !important;
    background: transparent !important;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
    display: block !important;
}

#berocket-ajax-filters-sidebar .berocket_single_filter_widget.berocket_hidden_clickable .bapf_sfilter,
.berocket_single_filter_widget.berocket_hidden_clickable .bapf_sfilter{
    width: 100%;
}

#berocket-ajax-filters-sidebar .berocket_single_filter_widget.berocket_hidden_clickable .bapf_sfilter .bapf_head h3,
.berocket_single_filter_widget.berocket_hidden_clickable .bapf_sfilter .bapf_head h3{
    font-size: 18px !important;
}

.bapf_hascolarr:after{
    margin-top: -5px;
}
.berocket_element_above_products .close-btn{
    display: block;
    align-self: end;
    padding: 5px;
    border-radius: 0;
    border: 1px solid #A7C5CC;
    color: #A7C5CC;
    font-weight: 500;
    font-size: 20px;
    line-height: 10px;
    background: transparent;
    margin-bottom: 15px;
}

@media (max-width:1520px){
	.hero-section .container {
        max-width: 1200px;
    }
}

@media (max-width:767px){
    .woocommerce-ordering,
    .filteri-dugme{
        margin-top: 15px;
    }
    .filteri-dugme:before{
        top: -15px;
    }
    .berocket_aapf_widget_selected_filter{
        column-gap: 8px;
    }
    .berocket_aapf_widget_selected_area{
        margin-bottom: 15px;
    }
    .woocommerce .filteri-dugme{
        column-gap: 4px;
        font-size: 10px;
        padding: 5px 30px;
    }
    .woocommerce .filteri-dugme img{
        max-width: 10px;
    }
    /* Filteri na mobu */
    .berocket_element_above_products.open{
        padding: 40px 20px;
    }
    .banner_filter .bapf_body ul {
        flex-wrap: wrap;
        justify-content: space-between;
    } 
    .banner_filter .bapf_body ul li {
        width: 39%;
        margin-left: 5% !important;
        margin-right: 5% !important;
    }
    .banner_filter .bapf_body ul li label {
        font-size: 10px;
        padding: 0;
    }
}




/* ***********************************************************************
            R E D O S L E D  S E K C I J A   N A   L I S T A NJ U
   *********************************************************************** */
.woocommerce .woocommerce-notices-wrapper{
    order: 0;
    grid-column: 1/-1;
}
.woocommerce .berocket_element_above_products{
    order: 1;
    grid-column: span 1;
}
.woocommerce .filteri-dugme{
    order: 1;
}
.woocommerce .berocket_element_above_products_after{
    display: none;
}
.woocommerce .woocommerce-result-count{
    order: 2;
}
.woocommerce .woocommerce-ordering{
    order: 3;
}
.woocommerce .bapf_sfilter.bapf_sfa_mt_hide{
    order: 4;
    grid-column: 1/-1;
}
.woocommerce .products{
    order: 5;
}
.woocommerce .woocommerce-pagination{
    order: 6;
}


@media (max-width:1200px){
    .woocommerce .woocommerce-notices-wrapper{
        order: 0;
    }
    .woocommerce .woocommerce-result-count{
        order: 1;
    }
    .woocommerce .bapf_sfilter.bapf_sfa_mt_hide{
        order: 2;
        grid-column: 1/-1;
    }
    .woocommerce .filteri-dugme{
        order: 3;
    }
    .woocommerce .woocommerce-ordering{
        order: 4;
    }
}