#cf_list_custom_f_30_131 li,
#cf_list_custom_f_30_167 li,
#cf_list_custom_f_30_207 li {
    float: left;
    margin: 0 2px 0 0;
}

#cf_list_custom_f_30_131 .cf_flt_counter,
#cf_list_custom_f_30_167 li:first-child,
#cf_list_custom_f_30_167 .cf_flt_counter,
#cf_list_custom_f_30_207 li:first-child,
#cf_list_custom_f_30_207 .cf_flt_counter{
    display: none;
}

#cf_list_custom_f_30_131 label,
#cf_list_custom_f_30_167 label,
#cf_list_custom_f_30_207 label {
    border: 1px solid #ededed;
    margin: 5px 5px 5px 0px;
    padding: 0;
    color: #eabbe9;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: 300;
}

#cf_list_custom_f_30_131 label input,
#cf_list_custom_f_30_167 label input,
#cf_list_custom_f_30_207 label input {
    display: none;
    position: relative;
}

#cf_list_custom_f_30_131 label input[type="checkbox"] ~ a,
#cf_list_custom_f_30_167 label input[type="checkbox"] ~ span,
#cf_list_custom_f_30_207 label input[type="checkbox"] ~ span {
    color: #5c5c5c;
    font-weight: 400;
    padding: 10px 0 7px;
    display: block;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    width: 70px;
    text-align: center;
}

#cf_list_custom_f_30_131 input[type="checkbox"]:checked ~ a,
#cf_list_custom_f_30_167 input[type="checkbox"]:checked ~ span,
#cf_list_custom_f_30_207 input[type="checkbox"]:checked ~ span {
    color: #FFF;
    background: #eabbe9;
}


.proizvod .popust .obavestenje,
.proizvod .cena-proizvoda .obavestenje {display: none;}

.proizvod > .obavestenje {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(255,255,255,0.65);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-size: 17px;
    text-transform: uppercase;
    color: red;
    font-weight: 700;
    padding-bottom: 210px;
    display: none;
}

.no-padding {padding: 0 !important; margin: 0 0 -20px !important;}

.no-padding #cf_apply_button_207 {
    background: #eabbe9;
    border: 0;
    padding: 10px 15px;
    width: 100%;
    font-size: 20px !important;
    font-weight: 500;
    font-size: 19px;
    text-transform: uppercase;
    color: #FFF;
    cursor: pointer;
    margin-bottom: 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}


.no-padding br {display: none;}

.slika-proizvoda .floatleft {width: 100%;}

.slika-proizvoda .product-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.slika-proizvoda .owl-dots {
    display: inline-block;
    text-align: center;
    overflow: auto;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    padding: 0;
    width: 100%;
    text-align: center;
    bottom: -30px;
}

.slika-proizvoda .owl-dot {
    float: none;
    margin: 0 7px;
	display: inline-block;
}

.slika-proizvoda .owl-dot span {background: transparent; opacity: 0.4; width: 6px; height: 6px;border: 2px solid #5c5c5c;} 
.slika-proizvoda .owl-dot.active span {background: #eabbe9; opacity: 1; width: 8px; height: 8px; position: relative; top: 1px;border: none;}

.slika-proizvoda .owl-dot.active span::after {display: none;}

.slika-proizvoda .owl-nav {
    width: 100%;
    position: absolute;
    top: auto;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 999;
}

.slika-proizvoda .owl-prev {
    position: absolute;
    top: auto;
    left: 20px;
    width: 40px;
    height: 30px;
    font-size: 0px;
    background: none;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    bottom: -46px;
    z-index: 999;
}

.slika-proizvoda .owl-prev::before {
    content: '';
    width: 3px;
    height: 12px;
    background: #5c5c5c;
    position: absolute;
    left: 10px;
    top: -3px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.slika-proizvoda .owl-prev::after {
    content: '';
    width: 3px;
    height: 12px;
    background: #5c5c5c;
    position: absolute;
    left: 10px;
    bottom: 14px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.slika-proizvoda .owl-next {
    position: absolute;
    top: auto;
    right: 20px;
    width: 40px;
    height: 30px;
    font-size: 0px;
    background: none;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    bottom: -46px;
    z-index: 999;
}
.slika-proizvoda .owl-next::before {
    content: '';
    width: 3px;
    height: 12px;
    background: #5c5c5c;
    position: absolute;
    left: 10px;
    top: -3px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.slika-proizvoda .owl-next::after {
    content: '';
    width: 3px;
    height: 12px;
    background: #5c5c5c;
    position: absolute;
    left: 10px;
    bottom: 14px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.slika-proizvoda .disabled {opacity: 0.2;}

.row .proizvod .owl-nav {
	opacity: 0;
    transform: translate3d(0, 10px,0);
	transition: 0.4s;
}
.row .proizvod .owl-dots {
	opacity: 0;
    transform: translate3d(-50%, 10px,0);
	transition: 0.4s;
}

.row .proizvod:hover .owl-nav {
	opacity: 1;
    transform: translate3d(0, 0px,0);
}

.row .proizvod:hover .owl-dots {
	opacity: 1;
    transform: translate3d(-50%, 0px,0);
}

/******************************************************************************************************************************************/

/* PROIZVOD */

/******************************************************************************************************************************************/

.category-view .row .category .spacer h2 a {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    color: #eabbe9;
    display: flex;
    flex-direction: column-reverse;
}

.category-view .row .category .spacer h2 a img {
    max-width: 100%;
    height: auto;
    width: 100px;
    margin: 0 auto;
}

#kategorija {
    overflow: visible;
    padding: 20px 0;
    z-index: 3;
}

#kategorija .wrapper {display: flex;}

.kategorija-main {
    float: right;
    width: calc(100% - 240px);
    margin-left: 0;
    overflow: visible;
    border: none;
}

.orderby-displaynumber {
    border-bottom: 0px solid #f7f2f2;
    border-top: none;
    margin: 0;
    padding: 0;
}

.vm-order-list {
    display: none;
}

.display-number {
    position: relative;
    top: -60px;
    margin-bottom: -60px !important;
}

.orderlistcontainer {
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    margin: 0 0 0 8px;
    position: relative;
}

.orderlistcontainer .title  {
    font-size: 15px;
    float: left;
    line-height: 30px;
    
    width: 80px;
    color: #5c5c5c;
    font-weight: 400;
}

.orderlistcontainer div.activeOrder {
    background: #FFF;
    cursor: pointer;
    border: 1px solid #f7f2f2;
    border-radius: 0;
    padding: 5px 10px;
    float: left;
    margin-left: 10px;
    position: relative;
}

.orderlistcontainer a {
    text-decoration: none;
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #5c5c5c;
    
}

.orderlistcontainer div.orderlist {
    display: none;
    position: absolute;
    border: 1px solid #eabbe9;
    background: #FFF;
    cursor: pointer;
    z-index: 1;
    left: 90px;
    top: 30px;
    min-width: 150px;
    z-index: 9999999;
}


.display-number, .control-buttons {
    text-align: right !important;
    margin: 0;
    
    font-size: 15px;
    line-height: 30px;
    color: #5c5c5c;
    font-weight: 400;
}

.display-number br {display: none;}

.display-number select {
    margin-left: 10px;
    border: 1px solid #eabbe9;
    
    background: url(../img/czn-arrow.png) no-repeat 90% center #FFF;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;  
    padding-right: 18px;
    color: #5c5c5c;
    font-size: 15px;
    font-weight: 400;
    padding: 5px 20px 0 5px;
    cursor: pointer;
}


.vendor-store-desc, .category-view, .featured-view, .latest-view, .topten-view, .recent-view, .related-products-view, .browse-view, .order-view {margin-bottom: 1px;}

.browse-view h1 {
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #5c5c5c;
    margin: 20px 0;
    display: none;
}

.orderlistcontainer div.activeOrder {
    background: url(../img/czn-arrow.png) no-repeat 90% center #FFF;
    cursor: pointer;
    border: 1px solid #eabbe9;
    border-radius: 0;
    padding: 5px 40px 1px 15px;
    min-width: 150px;
    margin-right: 50px;
    
    color: #5c5c5c;
    font-size: 15px;
    font-weight: 400;
}

.proizvod {
    width: 33.33%;
    float: left;
    margin-bottom: 20px;
    transition: box-shadow 0.9s;
    box-shadow: 0px 0 0px 1px #FFF inset;
    position: relative;
    overflow: hidden;
    padding-bottom: 60px;
    min-height: 450px;
}

.proizvod:first-child {
    margin-left: 0;
}

.proizvod:hover{
}

.brend-proizvoda {
    position: absolute;
    top: 1px;
    left: 1px;
    background: #FFF;
    z-index: 9;
    padding: 10px;
    border-radius: 0 0 5px 0;
    border-right: 1px solid #F7F2F2;
    border-bottom: 1px solid #F7F2F2;
    display: none;
}


.brend-proizvoda img {
    max-height: 30px;
}

.slika-proizvoda {
    width: 100%;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 1px;
    display: flex;
    background: #FFFF;
  	overflow: hidden;
}

.slika-proizvoda .browseProductImage {
    max-height: 300px;
    width: auto;
    max-width: 100%;
    min-height: 130px;
}

.naziv-proizvoda {text-align: left;margin: 15px 0px 5px;padding: 0 20px;line-height: 1;display: block;height: auto;clear: both;}

.naziv-proizvoda h2 {
    margin: 0;
    text-align: center;
}
.naziv-proizvoda h3 {
    font-size: 12px;
    font-weight: 500;
    color: #5c5c5c;
    margin: 5px 0 10px;
    opacity: 0.6;
    letter-spacing: 0.05em;
    text-align: center;
    display: none;
}

.naziv-proizvoda a {
    color: #5c5c5c;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: uppercase;
    letter-spacing: -0.025em;
}

/******************************************************************************************************************************************/

/* OCENA PROIZVODA */

/******************************************************************************************************************************************/

.ocena-proizvoda {text-align: center;display: none;}

.ratingbox {background: url("../img/color-stars.png") repeat-x scroll 0 bottom transparent;margin-left: -5px;margin-bottom: 0 !important;}

.ratingbox div, .ratingbox span {background: url(../img/color-stars.png) repeat-x;}

/******************************************************************************************************************************************/

/* CENA PROIZVODA */

/******************************************************************************************************************************************/

.cena-proizvoda {text-align: center;margin: 0;padding-right: 0;padding-top: 0px;padding-bottom: 0;}

.product-price {
    margin: 0 auto 0;
    float: none;
    line-height: 1;
    width: auto;
    overflow: auto;
    display: block;
    text-align: center;
    overflow: hidden;
    max-width: 100%;
}

.PricebasePrice {
    color: #b3b3b3;
    font-weight: 300;
    font-size: 15px;
    margin: 0px auto;
    text-align: center;
    width: auto;
    float: none;
    position: relative;
    letter-spacing: 0.025em;
    display: inline-block;
    width: auto;
    float: left;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.PricesalesPrice {
    color:  #5c5c5c;
    font-weight: 400;
    font-size: 17px;
    margin: 0px 0 0px;
    text-align: left;
    clear: both;
    text-align: center;
    display: inline-block;
    line-height: 20px;
    float: left;
    position: relative;
    left: 0;
    
    width: 100%;
}


span.vm-price-desc {margin: 0;}

.PricebasePrice span.vm-price-desc {position: absolute;width: 110%;height: 1px;background: #b3b3b3;top: 50%;left: 50%;transform: translateX(-50%);}

.cena-proizvoda .addtocart-bar {display: none;}

.cena-proizvoda .Veličina {    
    padding: 0 20px 7px !important;
    line-height: 10px;
    position: absolute;
    bottom: -1px;
    width: 100% !important;
    left: 0;
    transition: 0.4s;
    opacity: 1;
    text-align: center;
    border: none !important;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    transform: translate3d(0, 5px,0);
}

.cena-proizvoda .Veličina .product-fields-title-wrapper {
    display: none !important;
}

.proizvod:hover .cena-proizvoda .Veličina {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, -5px,0);
}

.cena-proizvoda .Veličina .product-field-display{
   
    margin: 0;
    width: 100%;
    padding: 0 40px;
}

.cena-proizvoda .Veličina .product-fields-title-wrapper {
    
    width: auto;
    min-width: auto;
    line-height: 30px;
    display: block;
    width: 100%;
    line-height: 1;
    padding: 5px 0 7px;
}

.cena-proizvoda .Veličina label {
    
    font-size: 12px;
    color: #5c5c5c;
    font-weight: 300;
    cursor: text;
    line-height: 20px;
    padding: 0;
    margin-right: 5px;
}

.cena-proizvoda .Veličina input {
    
    display: none;
}

.cena-proizvoda .Stara.cena {
    float: left;
    width: 100%;
    margin: 0;
    border-top: none;
    border-bottom: none;
    padding: 0;
    text-align: center;
}

.cena-proizvoda .Stara.cena .product-field-display {
    float: left;
    margin-right: 0;
    margin-top: 0;
    color: #5c5c5c;
    font-size: 16px;
    position: relative;
    left: 0;
    font-weight: 400;
    opacity: 0.5;
    
    width: 100%;
}

.cena-proizvoda .Stara.cena .product-field-display:after  {
    content: '';
    width: 110px;
    height: 1px;
    background: #5c5c5c;
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate3d(-50%,0,0);
    opacity: 0.6;
}


/******************************************************************************************************************************************/

/* VELICINA PROIZVODA */

/******************************************************************************************************************************************/

.velicina-proizvoda {
    padding: 0px 10px;
    display: none;
}

.product-field.product-field-type-S {
    float: left;
    width: 100%;
    margin: 0px 0 0;
    border-top: 1px solid #f7f2f2;
    border-bottom: 1px solid #f7f2f2;
}

.product-fields-title-wrapper {
    float: left;
    line-height: 30px;
    padding: 0;
    margin: 0;
    position: relative;
    top: 5px;
    min-width: 120px;
}

.product-fields-title-wrapper .product-fields-title strong {
    font-size: 14px;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
}

.cena-proizvoda .Veličina .product-fields-title-wrapper .product-fields-title strong {
    font-size: 12px;
    font-weight: 300;
    color: #5c5c5c;

}

.product-field-display {float: right;margin-right: 0;margin-top: 5px;}

.Veličina .product-field-display {float: left}

.chzn-container {margin-bottom: 0;}

.chzn-container-single .chzn-single {
    width: auto;
    min-width: 78px;
    height: 30px;
    line-height: 30px;
    background: #FFF;
    border: 1px solid #eabbe9;
    color: #eabbe9;
    font-size: 19px;
    padding: 0;
    text-align: center;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.chzn-container-single .chzn-single span {
    display: block;
    overflow: hidden;
    margin-right: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-right: 1px solid #eabbe9;
    font-size: 15px;
}

.chzn-container-single .chzn-drop {
    margin-top: -1px;
    border-radius: 0 !important;
    background-clip: border-box !important;
    text-align: center;
    font-size: 15px;
    padding: 0;
    background: #eabbe9 !important;
}


.chzn-container .chzn-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-width: 78px;
    border: 1px solid #eabbe9;
    border-top: 0;
    background: #fff;
    box-shadow: 0 -22px 20px -15px rgba(0,0,0,0.2) inset !important;
    -moz-box-shadow: 0 -22px 20px -15px rgba(0,0,0,0.2) inset !important;
    -webkit-box-shadow: 0 -22px 20px -15px rgba(0,0,0,0.2) inset !important;
    border-radius: 0 0 3px 3px !important;
    overflow: hidden;
}

.chzn-container .chzn-results li {
    margin: 0;
    padding: 15px 0px;
    list-style: none;
    line-height: 15px;
    color: #FFF;
    background: none !important;
    margin-left: -5px;
    border-bottom: 1px solid rgba(0,0,0,0.075);
    box-shadow: 0 1px 0 0 rgba(255,255,255,0.075);
}

.chzn-container .chzn-results li:hover {
    box-shadow: 0 -50px 0 0 rgba(0,0,0,0.1) inset !important;
    -moz-box-shadow: 0 -50px 0 0 rgba(0,0,0,0.1) inset !important;
    -webkit-box-shadow: 0 -50px 0 0 rgba(0,0,0,0.1) inset !important;
}
.chzn-container .chzn-results {margin: 0;}
.chzn-container-single .chzn-single div b {background: url(../img/czn-arrow.png) no-repeat center center;}

.chzn-search {display: none;}

.product-field-display select {
    width: auto;
    min-width: 78px;
    height: 30px;
    line-height: 30px;
    background: url(../img/czn-arrow.png) no-repeat 90% center #FFF;
    border: 1px solid #eabbe9;
    color: #eabbe9;
    font-size: 15px;
    padding: 0;
    text-align: center;
    padding-right: 18px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;    
}


/******************************************************************************************************************************************/

/* DODAJ U KORPU */

/******************************************************************************************************************************************/

span.quantity-box {
    display: inline-block;
    vertical-align: middle;
    float: left;
}

.quantity-box .quantity-input, .cart-summary .quantity-input {
    height: 40px;
    width: 40px;
    text-align: center;
    font-weight: 700;
    padding: 1px;
    margin-bottom: 0;
    border-radius: 0;
    background: #FFF !important;
    border: 2px solid #26DD93 !important;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    
    box-shadow: none !important;
    border-right: 0 !important;
}

span.quantity-controls {
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    float: left;
}

span.quantity-controls input.quantity-plus {
    background: url(../img/plus.png) no-repeat center center #26DD93;
    margin: 0;
    width: 25px;
    height: 20px;
    border-radius: 0;
}

span.quantity-controls input.quantity-minus {
    background: url(../img/minus.png) no-repeat center center #24D38D;
    margin: 0;
    width: 25px;
    height: 20px;
    box-shadow: 0 -25px 0 0 rgba(0,0,0,0.025) inset;
    border-radius: 0;
}

span.addtocart-button {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    float: left;
    width: calc(100% - 70px);
    margin-left: 5px;
}

span.addtocart-button input.addtocart-button {
    max-width: 100%;
    background: #26DD93;
    color: #fff;
    border: 0 !important;
    border-radius: 0;
    font-size: 15px;
    cursor: pointer;
    text-align: center;
    margin-bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-transform: uppercase;
    font-weight: 500;
    color: #FFF !important;
    letter-spacing: 0;
}

.list-reviews .normal {
    border: 1px solid #f7f2f2;
    margin-bottom: 0;
    border-radius: 0;
    padding: 20px;
    margin-top: 10px;
}

.list-reviews .normal blockquote {
    word-wrap: break-word;
    padding: 0;
    margin: 0px 0 10px;
    font-size: 17px;
    
    clear: both;
    width: 100%;
    display: block;
    position: relative;
    top: 0px;
}

.list-reviews span.date {
    float: right;
    display: block;
    color: #5c5c5c;
    border-left: 1px solid #f7f2f2;
    border-bottom: 1px solid #f7f2f2;
    position: relative;
    top: -20px;
    right: -20px;
    font-size: 12px;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    padding: 10px;
    
}

.list-reviews .normal blockquote::before {display: none;}

span.vote {
    display: block;
    float: left;
    margin: 0 !important;
}

span.bold {
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color: #5c5c5c;
}

.proizvod-button a {
    background: #eabbe9 !important;
    margin: 0;
    width: 40px;
    text-align: center;
    height: 40px;
    border: 0px solid #eabbe9;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
    line-height: 31px;
    position: absolute;
    right: 20px;
    bottom: 65px;
    border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
    transition: 0.4s;
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
    box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.15);
    transform: translate3D(100px,0,0);
	-moz-transform: translate3D(100px,0,0);
	-webkit-transform: translate3D(100px,0,0);
    transition-delay: 0.3s;
    display: none;
}

.proizvod:hover .proizvod-button a {
	transform: translate3D(0px,0,0);
	-moz-transform: translate3D(0px,0,0);
	-webkit-transform: translate3D(0px,0,0);
}

.proizvod-button a:hover {
    background: #01649C !important;
    color: #FFF;
}


/******************************************************************************************************************************************/

/* PROIZVOD SIDE */

/******************************************************************************************************************************************/

#kategorija aside {
    float: left;
    width: 240px;
}


/* FILTER */

.cf_flt_wrapper {
    margin-bottom: 10px;
    padding: 10px 0;
}

.cf_flt_header {position: relative;border-bottom: 1px solid #f7f2f2;margin-bottom: 20px;padding-bottom: 10px;}

.cf_flt_header .cf_flt_header_text {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #5c5c5c;
}

 
.headexpand_hide {
    width: 0;
    height: 0;
    background: none;
    position: absolute;
    top: 13px;
    right: 15px;
    border: 6px solid #eabbe9;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 2px solid transparent;
}

.headexpand_show {
    width: 0;
    height: 0;
    background: none;
    position: absolute;
    top: 9px;
    right: 15px;
    border: 6px solid #eabbe9;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 2px solid transparent;
}

.cf_filters_list li .cf_option {
    text-decoration: none;
    padding: 1px 5px;
    font-size: 14px;
    color: #5c5c5c;
    font-weight: 400;
}

.cf_filters_list li .cf_sel_opt {
    color: #eabbe9;
}

.cf_slider_gutter_m {
    width: 132px;
    background: none;
    height: 30px;
}

.slider_bkg_img {
    position: absolute;
    height: 4px;
    margin: 11px 9px 0px -8px;
    width: 148px;
    background: #eabbe9;
    border-radius: 50px;
}

.cf_slider_gutter_l, .cf_slider_gutter_r {background: none;}

.cf_filtering_knob_from, .cf_filtering_knob_to {
    clear: left;
    background: #eabbe9;
    border-radius: 50px;
    width: 16px !important;
    height: 16px;
    margin-top: 5px;
}

.cf_filtering_slider_gutter {min-height: 60px;}

.cf_filtering_slider_gutter::before {
    content: '0 RSD';
    position: absolute;
    top: 25px;
    left: 0px;
    font-size: 13px;
    
    color: #5c5c5c;
    font-weight: 500;
}
/*
.slider_bkg_img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: 12px;
    background: #f0f0f0;
    z-index: -1;
    border-radius: 50px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3) inset;
}
*/
.cf_filtering_slider_gutter:after {
    content: '16.000 RSD';
    position: absolute;
    top: 25px;
    right: 0px;
    font-size: 13px;    
    color: #5c5c5c;
    font-weight: 500;
}

.cf_wrapper_input_text_1 input[type="search"] {
    width: 90%;
    border: 1px solid #eabbe9;
    padding: 7px 15px;
    box-sizing: border-box;
    color: #5c5c5c;
    font-size: 17px;
}

.cf_search_button {
	padding-left:10px;
	padding-right:10px;
	min-height:1em;	
	cursor: pointer;
	width: 90%;
	margin: 0px 0 10px;
	display: block;
	border: 1px solid #eabbe9;
	background: #eabbe9;
	padding: 10px 15px;
	border-radius: 0 0 4px 4px;
}

.cf_search_button i {
    color: #FFF;
    font-size: 18px;
}

.cf_flt_counter {
    color: #5c5c5c;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 300;
}

#cf_list_custom_f_10_131 li {
    width: 50%;
    float: left;
}

.cficon-search::before {
    content: "Traži";
    
    padding: 0;
    margin: 0;
    width: auto;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
}

.cf_disabled_opt {color: rgba(0,0,0,0.175) !important;}
.cf_filters_list li {margin-bottom: 10px;}

.vm-pagination {
    float: left;
    text-align: left !important;
    display: block;
    width: 100%;
    overflow: visible;
    padding: 2px 0 0 0;
    border-top: 1px solid #f7f2f2;
    border-bottom: 1px solid #f7f2f2;
}

.vm-pagination ul {
    text-align: center !important;
    float: left;
    overflow: visible;
    padding: 1px 0;
}

.pagination-start,
.pagination-next,
.pagination-prev,
.pagination-end {
    display: none !important;
}

.vm-pagination .pagenav {
    padding: 5px 10px;
    margin: 0 5px;
    border: 0;
    background-color: #fff;
    color: #5c5c5c;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.vm-pagination ul li {
    line-height: 40px;
    display: inline-block;
}
.vm-pagination ul li span {    
    padding: 0 15px !important;
    line-height: 40px;
    display: inline-block;
    position: relative;
}
.vm-pagination ul li span:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 3px;
    background: #5c5c5c;
}

.vm-pagination a.pagenav {
    color: #5c5c5c;
    text-decoration: none;
    font-weight: 700;
}

.vm-page-counter {
    float: right;
    font-weight: 400;
    font-size: 14px;
    color: #5c5c5c;
    margin: 0;
    line-height: 41px;
    margin: 0;
    padding: 0;
}

.cf_parentOpt {
    text-transform: uppercase;
    color: #000;
}

.cf_filters_list li .cf_option.cf_parentOpt {
    color: #5c5c5c;
    position: relative;
    padding-left: 20px;
    font-weight: 300;
    font-size: 13px;
}
.cf_filters_list .cf_option.cf_parentOpt::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    background: #5c5c5c;
    width: 8px;
    height: 2px;
    transition: 0.2s;
    border-radius: 12px;
}

.cf_filters_list a.cf_option.cf_parentOpt::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 8px;
    background: #5c5c5c;
    height: 8px;
    width: 2px;
    transition: 0.2s;
    border-radius: 12px;
}

.cf_filters_list .cf_option.cf_parentOpt.cf_expand::before,
.cf_filters_list .cf_option.cf_parentOpt.cf_expand::after {
    transform: rotate(45deg);
}

.cf_results-msg {
    font-size: 40px;
    font-weight: 200;
    color: #5c5c5c;
    margin: 0px 0;
    display: inline-block;
}

.cfLiLevel0 {color: #5c5c5c}
.cfLiLevel0 a {font-weight: 700 !important;}

.cfLiLevel1 {margin-left: 17px !important;background: #f2f2f2;margin: 0 0 10px !important;padding: 5px 15px !important;border-radius: 4px 0 0 4px;}
.cfLiLevel1 a {color: #5c5c5c;text-transform: uppercase !important;}

#cf_apply_button_167 {
    background: #eabbe9;
    border: 0;
    padding: 10px 15px;
    width: 100%;
    font-size: 20px !important;
    font-weight: 500;
    font-size: 19px;
    text-transform: uppercase;
    color: #FFF;
    cursor: pointer;
    margin-bottom: 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}


/******************************************************************************************************************************************/

/* SLICNI PROIZVODI */

/******************************************************************************************************************************************/


#akcija {
    background: #FFF;
    padding: 20px 0;
    margin: 0;
}

#akcija h2 {
    margin: 0 0 10px;
    color: #5c5c5c;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
}

#akcija .proizvod {
    width: calc(25% - 14px);
    float: left;
    border: 1px solid #f7f2f2;
    margin-left: 18px;
    margin-bottom: 18px;
    padding: 5px 0 0;
    overflow: hidden;
}

#akcija .proizvod:first-child {
    margin-left: 0;
}

#akcija .slika-proizvoda {
    width: 100%;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

#akcija .slika-proizvoda img {
    max-height: 130px;
    min-height: 130px;
    width: auto;
}

#akcija .slika-proizvoda .browseProductImage {
    max-height: 160px;
    width: auto;
    max-width: 100%;
    min-height: 160px;
}

#akcija .naziv-proizvoda {text-align: center;margin: 0;justify-content: flex-end;}

#akcija .naziv-proizvoda a {
    color: #5c5c5c;
    font-size: 18px;
    font-weight: 500;
}


#akcija .cena-proizvoda {text-align: center;}

#akcija .product-price {
    margin: 0 auto 6px;
    text-align: right;
    float: none;
    line-height: 18px;
    width: auto;
    overflow: auto;
    display: block;
    text-align: center;
}

#akcija .PricebasePrice {
    color: #b3b3b3;
    font-weight: 500;
    font-size: 20px;
    margin: 5px auto;
    text-align: center;
    width: auto;
    float: left;
    position: relative;
    letter-spacing: 0.025em;
    left: 50%;
    transform: translateX(-50%);
}

#akcija .PricesalesPrice {
    color: #eabbe9;
    font-weight: 500;
    font-size: 20px;
    margin: 0px 0 10px;
    text-align: left;
    clear: both;
    text-align: center;
}


#akcija span.vm-price-desc {margin: 0;}

#akcija .PricebasePrice span.vm-price-desc {position: absolute;width: 110%;height: 1px;background: #b3b3b3;top: 50%;left: 50%;transform: translateX(-50%);}

#akcija .velicina-proizvoda {
    padding: 0 30px;
}

#akcija .product-field.product-field-type-S {
    float: left;
    width: 100%;
    margin: 10px 0;
    border-top: 1px solid #f7f2f2;
    border-bottom: 1px solid #f7f2f2;
    padding: 10px 20px;
}

#akcija .product-fields-title-wrapper {
    float: left;
    line-height: 50px;
    padding: 0;
}

#akcija .product-fields-title-wrapper .product-fields-title strong {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

#akcija .product-field-display {float: right;margin-right: 0;margin-top: 5px;}

#akcija .chzn-container {margin-bottom: 0;}

#akcija .chzn-container-single .chzn-single {
    width: auto;
    min-width: 78px;
    height: 40px;
    line-height: 40px;
    background: #FFF;
    border: 1px solid #eabbe9;
    color: #eabbe9;
    font-size: 19px;
    padding: 0;
    text-align: center;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

#akcija .chzn-container-single .chzn-single span {
    display: block;
    overflow: hidden;
    margin-right: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-right: 1px solid #eabbe9;
}

#akcija .chzn-container-single .chzn-drop {
    margin-top: -1px;
    border-radius: 0 !important;
    background-clip: border-box !important;
    text-align: center;
    font-size: 15px;
    padding: 0;
    background: #eabbe9 !important;
}


#akcija .chzn-container .chzn-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-width: 78px;
    border: 1px solid #eabbe9;
    border-top: 0;
    background: #fff;
    box-shadow: 0 -22px 20px -15px rgba(0,0,0,0.2) inset !important;
    -moz-box-shadow: 0 -22px 20px -15px rgba(0,0,0,0.2) inset !important;
    -webkit-box-shadow: 0 -22px 20px -15px rgba(0,0,0,0.2) inset !important;
    border-radius: 0 0 3px 3px !important;
    overflow: hidden;
}

#akcija .chzn-container .chzn-results li {
    margin: 0;
    padding: 15px 0px;
    list-style: none;
    line-height: 15px;
    color: #FFF;
    background: none !important;
    margin-left: -5px;
    border-bottom: 1px solid rgba(0,0,0,0.075);
    box-shadow: 0 1px 0 0 rgba(255,255,255,0.075);
}

#akcija .chzn-container .chzn-results li:hover {
    box-shadow: 0 -50px 0 0 rgba(0,0,0,0.1) inset !important;
    -moz-box-shadow: 0 -50px 0 0 rgba(0,0,0,0.1) inset !important;
    -webkit-box-shadow: 0 -50px 0 0 rgba(0,0,0,0.1) inset !important;
}

#akcija.chzn-container .chzn-results {margin: 0;}
#akcija .chzn-container-single .chzn-single div b {background: url(../img/czn-arrow.png) no-repeat center center;}

#akcija .chzn-search {display: none;}

#akcija .product-field-display select {
    width: auto;
    min-width: 78px;
    height: 40px;
    line-height: 40px;
    background: url(../img/czn-arrow.png) no-repeat 90% center #FFF;
    border: 1px solid #eabbe9;
    color: #eabbe9;
    font-size: 19px;
    padding: 0;
    text-align: center;
    padding-right: 18px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;    
}


#akcija .proizvod .addtocart-bar{
    padding: 10px 20px 20px !important;
    overflow: auto;
    margin: 0 !important;
}


#akcija div.PricebasePrice {position: relative;margin: 0;}

#akcija div.PricebasePrice:before {
	content: '';
	position: absolute;
	width: 110%;
	height: 1px;
	background: #b3b3b3;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
}

#akcija .Stara.cena {
    margin: 0 0 20px;
    border: 0 !important;
    padding: 0;
    line-height: 1;
}

#akcija .Stara.cena .product-field-display {
    float: left;
    left: 50%;
    transform: translate3D(-50%,0,0);
    font-size: 17px;
    font-weight: 500;
    margin: -10px 0 0;
}

#akcija .Stara.cena .product-field-display:after {
    content: '';
}

.popust {
    position: absolute;
    background: none;
    width: 160px;
    height: 40px;
    right: -55px;
    top: 10px;
    transform: none;
    color: #FFF;
    text-align: center !important;
    line-height: 40px !important;
    font-size: 19px !important;
    font-weight: 500 !important;
    padding-right: 15px;
    text-transform: uppercase;
    z-index: 3;
}

.category-view .popust {
    top: 50px;
    right: -50px;
}


.popust .Ušteda,
.popust .addtocart-bar {
    display: none !important;
}

.popust .Popust {
    margin: 0 !important;
    float: none !important;
    border: none !important;
    padding: 0 !important;
    text-align: center !important;
    width: auto !important;
    line-height: 1;
    background: #5c5c5c;
    width: 50px !important;
    height: 50px;
    position: relative;
    display: inline-block;
    padding: 0 !important;
    border-radius: 50px;
}

.popust .Popust .product-field-display {font-weight: 300;width: 100%;height: 50px;line-height: 52px;margin: 0 auto;font-size: 17px;font-weight: 400;text-shadow: none;}

#akcija-scholl {
}

.row .proizvod .popust {
    position: absolute;
    background: transparent;
    width: 50px;
    height: 50px;
    right: 20px;
    top: 20px;
    transform: none;
    color: #FFF;
    text-align: center !important;
    line-height: 60px !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    padding-right: 0;
    text-transform: uppercase;
    z-index: 2;
    text-shadow: 4px 4px 10px rgba(0,0,0,0.3);
    border-radius: 0 0 0 3px;
}


#akcija-scholl {margin: 10px 0 0;}
#akcija-scholl .kategorija-main {float: right;width: 100%;margin-left: 0;overflow: hidden;}

#scholl-intro {
    margin: 0 0 20px;
    clear: both;
    float: left;
    width: 100%;
    border: 2px solid #ffd520;
    border-left: 0;
    border-right: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#124b9a+0,00abdf+100 */
    background: #124b9a; /* Old browsers */
    background: -moz-linear-gradient(left,  #124b9a 0%, #00abdf 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #124b9a 0%,#00abdf 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #124b9a 0%,#00abdf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#124b9a', endColorstr='#00abdf',GradientType=1 ); /* IE6-9 */

    box-shadow: 0 -30px 20px -30px rgba(0,0,0,0.2) inset;
    -moz-box-shadow: 0 -30px 20px -30px rgba(0,0,0,0.2) inset;
    -webkit-box-shadow: 0 -30px 20px -30px rgba(0,0,0,0.2) inset;
}

#scholl-intro h1 {
    color: #FFF;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 400;
}

#scholl-intro h1 b  {
    font-weight: 900 !important;
    color: #ffd520;
}

#scholl-kategorije {
    margin: 20px 0;
    float: left;
    width: 100%;
}


.scholl-a, .scholl-b {
    width: calc(50% - 10px);
    height: 200px;
    position: relative;
    margin: 0;
    float: left;
    background: linear-gradient(to right,#124b9a 0%,#00abdf 100%);
}

.scholl-a h2,
.scholl-b h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    margin: 0;
    display: inline-block;
    text-shadow: 6px 6px 10px rgba(0,0,0,0.3);
    transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);
    width: 100%;
    height: 100%;
}

.scholl-a h2 a,
.scholl-b h2 a {
    color: #FFF;
    font-size: 28px;
    font-weight: 900;
    text-transform: uppercase;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 180px;
}

.scholl-a h2 a strong,
.scholl-b h2 a strong {color: #FFD520;font-weight: 900;}

.scholl-a img, .scholl-b img {
    position: absolute;
    z-index: 1;
    max-height: 70px;
    left: 50%;
    bottom: -10px;
    transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
}

/* b */ 


.scholl-b {float: right;}

#izdvajamo.akcijski .proizvod {
    width: 25%;
    margin-bottom: 20px;
}

#izdvajamo.akcijski .proizvod:last-child {border-right: 1px solid #f7f2f2}

#izdvajamo.akcijski .proizvod:nth-child(4n+1) {border-left: 1px solid #f7f2f2}