/* General Styles */

body{
    height: 100%;
    width: 100%;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #f0f0f0;
    overflow-x: hidden;
}

/* Top Navibar Styles */

#top{
    background: #2eb82e;
    padding-top:10px;
     
}

#footer .map-container{
    margin-top:20px;
    
     
}



.map-container {
   overflow: hidden;
   position: relative;
   width:100%;
  
}

.map-container::after {
   padding-top: 56.25%;
   display: block;
   content: '';
}

.map-container iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   padding-right: 0px;
   padding-left: 0px;
   padding-bottom: 50px;
}



#top .offer{
    color: #32CD32; 
}

#top .offer .btn{
    text-transform: uppercase;
}

@media (max-width: 991px){
    
    #top .offer{
        margin-bottom: 10px;
    }
}

@media (max-width: 991px){
    
    #top{
        font-size: 8px;
        text-align: center;
    }

    #top .menu-left{
    	font-size: 12px;
    }
}

#top a{
    color: #f7f7f7; 

}

#top .menu-right{
    
    margin: 0;
    text-align: right;
    font-size: 14px;
    list-style: none;
}

@media (max-width: 991px){
    #top .menu-right{
        text-align: center;
    }
}

#top .menu-right > p{
    display: inline-block;
    color: white;
}

#top .menu-left{
    
    margin: 0;
    text-align: left;
    font-size: 14px;
    list-style: none;
}

@media (max-width: 991px){
    #top .menu-left{
        text-align: center;
    }
}

#top .menu-left > p{
    display: inline-block;
    color: white;
}

@media (max-width: 991px){
    
 

    #top .menu-left{
    	font-size: 12px;
    }
}

/* Header Styles */

.navbar{
    background-color: #f7f7f7;
    margin-bottom: 0px;
}

.navbar-collapse .right{
    float: right;
    
}

.navbar-brand{
    float: left;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 70px;
    
}

.navbar-brand:hover,
.navbar-brand:focus{
    text-decoration: none;
}

.navbar ul.nav > li > a{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px:
}

.padding-nav{
    border-radius: 10px;
    padding-top:10px;
}

.navbar ul.nav > li > a:hover{
    background-color: #e7e7e7;
}

.btn-primary{
    
    color: rgb(255, 255, 255);
    background-color: rgb(46, 184, 46);
    border-color: rgb(65, 179, 156);
}

#search .navbar-form{
    float: right;
}

#search{
    clear:both;
    border-top: solid 1px #9adacd;
    text-align: right;
}

#search .navbar-form .input-group{
    display: table;
}

#search .navbar-form .input-group .form-control {
    width: 100%;
}


/* Slider Styles */

.slider1{
 
   
    width: 100%;
    
    
    margin-top: 0px;
    margin-bottom: 10px;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
display: block;
height: auto;
max-width: 100%;
line-height: 1;
width: 100%; // Add this
}
#slider{
 
 margin-bottom:50px; 
}

/* Advantages Styles */

.box{
    background: white;
    margin: 0 0 30px;
    border: solid 1px #e6e6e6;
    box-sizing: border-box;
    padding: 20px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    
}

.shop .box{
    background: white;
    margin: 0 0 30px;
    border: solid 1px #e6e6e6;
    box-sizing: border-box;
    padding: 0px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    
}


@media (max-width: 575.98px){
.shop .box h1{
    font-size:2.5rem;
    
}    
 
}



.box2{
    background: white;
    margin: 0 0 10px;
    border: solid 1px #e6e6e6;
    box-sizing: border-box;
    padding: 5px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}

.box1{
    background: white;
    margin: 0 0 20px;
    border: solid 1px #e6e6e6;
    box-sizing: border-box;
    padding: 3px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}

#advantages{
    text-align: center;
    
}

#advantages .box .icon{
    position: absolute;
    font-size: 120px;
    width: 100%;
    text-align: center;
    
    left: 0;
    height: 100%;
    float: left;
    color: #eeeeee;
    transition: all 0.2s ease-out;
    z-index: 1;
    box-sizing: border-box;
}

#advantages .box2 .icon{
    position: absolute;
    font-size: 50px;
    width: 100%;
    text-align: center;
    
    left: 0;
    height: 100%;
    float: left;
    color: #eeeeee;
    transition: all 0.2s ease-out;
    z-index: 1;
    box-sizing: border-box;
}

#advantages .box h3{
    position: relative;
    margin: 0 0 20px;
    font-weight: 300;
    text-transform: uppercase;
    z-index: 2;
}

#advantages .box2 h5{
    position: relative;
    margin: 0 0 10px;
    font-weight: 300;
    text-transform: uppercase;
    z-index: 2;
}

#advantages .box h3 a:hover{
    text-decoration: none;
}

#advantages .box p{
    position: relative;
    color: #555555;
    z-index: 2;
}

#advantages .box2 p{
    font-size: 12px;
    position: relative;
    color: #555555;
    z-index: 2;
}

/*Kategorije*/


 #content .kat {
 
  margin-bottom: 30px; 
  
 
   
}

#kategorija {
 
  text-decoration: none; 
  
}

#suncane{
 
    margin-bottom: 20px;
    
  }

  #dioptrijske{
 
    margin-bottom: 20px;
    
  }

  #satovi{
 
    margin-bottom: 20px;
    
  }

  #sociva{
 
    margin-bottom: 20px;
    
  }

#kategorije {
 
  width:100%; 
  height:100%;
   
}

.kategorije-sociva {
 
  margin: auto;
  width: 50%;
   
}



a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}


.caregory-box {
   
   height: 100%;
   width: 100%;
   
   background-size:100% 100%;
   background-position: center center;
   -webkit-transform: translateZ(0);
   transform: translateZ(0);
   will-change: transform;
   display: table;
   padding: 1.6rem;
   border-top: .25rem solid #357EFC;
   box-shadow: 0 0 .8rem rgba(0, 0, 0, .075);
   transition: transform .7s ease;
   position: relative;
   overflow: hidden;
}
.caregory-box:hover {
   transform: scale(1.1);;
}
.caregory-box h3 {
   color:white;
   text-shadow: .1rem .1rem .8rem black;
   
   
}

.caregory-box p {
   color:white;
   text-shadow: .1rem .1rem .8rem black;
 
   
}




@font-face {
    font-weight: normal;
	font-style: normal;
	font-family: 'feathericons';
	src:url('../fonts/feathericons/feathericons.eot?-8is7zf');
	src:url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'),
		url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'),
		url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'),
		url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
}

.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
    
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	
}

.grid figure h3 {
	word-spacing: -0.15em;
	font-weight: 500;
    margin-bottom: 20px;
   
}

.grid figure h3 span {
	font-weight: 800;
    
}

.grid figure h3,
.grid figure p {
    margin-left: -20px;
	margin-top: -20px;
}

.grid figure span {

    background-color: rgb(17, 155, 29);
	padding: 4px 4px 4px 4px;
}

.grid figure p {
	letter-spacing: 1px;
	margin-top: -5px;
    
}



figure.effect-lily img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	background-color: black;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
	text-align: left;
}

figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	height: 50%;
}

figure.effect-lily h2,
figure.effect-lily p {
	
   
}

figure.effect-lily h3 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily p {
    
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
	opacity: 1;
    
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2
 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,1);
    
}

figure.effect-lily:hover p {
    
	
}




/*Kategorije Ends*/
#content .btn{
    text-align: center;;
}
/*Kategorije mobilniStarts*/



@media (max-width: 600px){
    .container .category-slider{
      margin-left: 0px;
      margin-right: 0px;	
    
    }
}

.katm h5 span{
padding: 2px 2px 2px 2px;  
background-color: burlywood;
}
.katm h5{
    
color: white;

}
.katm img{
 border-radius: 300px;   
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}


.katm {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    
}
/*Kategorije mobilni Ends*/

/* Product Styles*/

#hot h2{
    text-transform: uppercase;
    font-size: 36px;
    color: #337ab7;
    font-weight: 100;
    text-align: center;
    margin-bottom: 20px;
    
}

#hot{
   margin-top: 30px; 
    
}

#hot1 h2{
    text-transform: uppercase;
    font-size: 25px;
    color: #337ab7;
    font-weight: 100;
    text-align: center;
    margin-bottom: 10px;
    
}
#content{
    padding-left: 25px;
    
}

@media (max-width: 600px){
    #content{
      padding-left: 0px;
      padding-right: 0px;	
    
    }
}
@media (max-width: 768px){
    .single{
        width: auto;
        margin: 0 auto;
    }
}


.single{
    width: auto;
}



#content .product{
    background: #fff;
    border: solid 1px #e6e6e6;
    box-sizing: border-box;
    margin-bottom: 30px;
    
}

#content .product .text p.price {
    
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    
}
#content .product .text p.price b{
    
    color: red;
    
}



#content .product .text .buttons{
    clear: both;
    text-align: center;
    
}

#content .product .text h3{
    text-align: center;
    font-size: 15px;
    
}

#content .product .text h3 a{
    color: rgb(85,85,85);
}

#content .product .text {
    padding: 10px 10px 0px;
}

#content .product .text .buttons .btn{
    margin-bottom: 30px;
}


/* product za mobilne*/






@media (max-width: 600px){
    #content .product{
        background: #fff;
        border: solid 1px #e6e6e6;
        box-sizing: border-box;
        margin-bottom: 15px;
        margin-left: -10px;
        margin-right:-10px;
        
        
    }
    
    #content .product .text p.price {
        font-size: 14px;
        text-align: center;
        font-weight: 300;
        
    }
    
    #content .product .text p.price b{
        
        color: red;
        
    }
    
    #content .product .text .buttons{
        clear: both;
        text-align: center;
        
    }
    
    #content .product .text h3{
        text-align: center;
        font-size: 12px;
        
    }
    
    #content .product .text h3 a{
        color: rgb(85,85,85);
    }
    
    #content .product .text {
        padding: 5px 5px 0px;
    }
    
    #content .product .text .buttons .btn{
        margin-bottom: 10px;
    }
}

/* product za mobilne ends*/
/* Breadcrumb Styles */

.breadcrumb{
    padding: 8px 15px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border-radius: 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

.breadcrumb > li + li:before{
    content: ">\00a0";
    color: #cccccc;
}


.kategorije-sociva {
 
  margin: auto;
  width: 100%;
   
}

@media(max-width:991px){
    .breadcrumb{
        padding: 8px;
        text-align: center;

}
}



/* Sidebar */





#content .panel.sidebar-menu{
    box-sizing: border-box;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 0px;
    
}

#content .panel.sidebar-menu ul.nav.category-menu{
    margin-bottom: 20px;
}

#content .panel.sidebar-menu ul.nav.category-menu li a{
    text-transform: uppercase;
    font-weight: bold;
}

#content .panel.sidebar-menu h3{
    padding: 5px 0;
    margin: 0;
}

.sidebar{
    margin-bottom: 53px;
    
}



/* Sidebar za mobilne */

.sidebar-mobile{
    
     position:fixed;
   width: 50vw;
   height: 90%;
   left: -80vw;
  margin-bottom: 53px;
  background: white;
  z-index:900;
  transition: left 0.4s ease;
  overflow: scroll;
  top: 110px;
  
    
}



.btn-sidebar{
      
   position:fixed;
   top: 110px;
   left: 10px;
   height: 35px;
   width: 35px;
   background-color:white;
   background-image: url('../images/filter.png');
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
   background-size: 20px 20px;
   text-align: center;
   cursor: pointer;
   transition: left 0.4s ease;
   z-index:900;
   box-shadow: 0 1px 5px rgba(0,0,0,0.1);
  
   
}



.btn-sidebar.click{
   left: 50vw;
   background: rgba(0, 0, 0, 0.4);
   
  
   height: 100vh;
   width: 50vw;
   background-size: 50% 100%;
   transition:  0.4s ease;
   
}

.btn-sidebar span{
   color: black;
   font-size: 25px;
   line-height: 45px;
}
.btn-sidebar span:before{
   color: red;
   font-size: 25px;
   line-height: 45px;
}



.sidebar-mobile.show{
   left:0px ;
}


.btn-sidebar p{
   margin-top: 36px;
   margin-bottom:20px;
}


.prevent-scroll{
    position:fixed;
    height:100vh;
   overflow-y:hidden;
}



#content .panel1.sidebar-menu{
    box-sizing: border-box;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 0px;
   
    
     margin-left: ;
    margin-right: ;
    
    
}

#content .panel1.sidebar-menu-brend{
    box-sizing: border-box;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 0px;
 
    
    
}

#content .panel1.sidebar-menu-cijena{
    box-sizing: border-box;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 0px;
   margin-left: 0px;
    
    
    
}
#content .panel1.sidebar-menu-ram{
    box-sizing: border-box;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 0px;
  
    margin-top: 5px;
    
    
    
}

#content .panel1.sidebar-menu-pol{
    box-sizing: border-box;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 0px;
  
    margin-top: 5px;
    
    
    
}

#content .panel1.sidebar-menu-brend ul.nav.category-menu{
    margin-bottom: 0px;
}
#content .panel1.sidebar-menu-cijena ul.nav.category-menu{
    margin-bottom: 0px;
   
}


#content .panel1.sidebar-menu ul.nav.category-menu{
    margin-left: -20px;
}
#content .panel1.sidebar-menu-brend ul.nav.category-menu{
    margin-left: -20px;
}
#content .panel1.sidebar-menu-cijena ul.nav.category-menu{
    margin-left: -20px;
}

#content .panel1.sidebar-menu-ram ul.nav.category-menu{
    margin-left: -20px;
}

#content .panel1.sidebar-menu-pol ul.nav.category-menu{
    margin-left: -20px;
}


#content .panel1.sidebar-menu ul.nav.category-menu li a{
    
    font-weight: bold;
    margin-bottom: -20px;
}
#content .panel1.sidebar-menu-brend ul.nav.category-menu li a{
    
    font-weight: bold;
    margin-bottom: -20px;
}

#content .panel1.sidebar-menu-cijena ul.nav.category-menu li a{
    
    font-weight: bold;
    margin-bottom: -20px;
}
#content .panel1.sidebar-menu-ram ul.nav.category-menu li a{
    
    font-weight: bold;
    margin-bottom: -20px;
}

#content .panel1.sidebar-menu-pol ul.nav.category-menu li a{
    
    font-weight: bold;
    margin-bottom: -20px;
}
#content .panel1.sidebar-menu-cijena h3{
    padding:  0;
    margin: 0;
}
#content .panel1.sidebar-menu h3{
    padding:  0;
    margin: 0;
}

#content .panel1.sidebar-menu-brend h3{
    padding:  0;
    margin: 0;
}



/** Filter Styles **/

.nav.category-menu{
    margin-top: -21px;
    
}

.scroll-menu{
    height: 260px;
    overflow-y: scroll;
    
}

.checkbox span{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}

.checkbox span::before{
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 2px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    
}

.checkbox span::after{
    display:inline-block;
    position:absolute;
    width:16px;
    height:16px;
    left:0;
    top:0;
    margin-left: -20px;
    padding-left:3px;
    padding-top:1px;
    font-size:11px;
    color:#555555;

}

.checkbox input[type="checkbox"]{
    opacity:0;
    z-index:1;
    cursor:pointer;

}


.checkbox input[type="checkbox"]:focus + span::before{

    outline: thin dotted;
    outline:5px auto;
    outline-offset: -2px;

}

.checkbox input[type="checkbox"]:checked + span::after{

    font-family: "FontAwesome";
    content: "\f00c";

}

.checkbox-primary input[type="checkbox"]:checked + span::before{

    background-color: #337ab7;
    border-color: #337ab7;

}

.checkbox-primary input[type="checkbox"]:checked + span::after{

    color: #fff;

}

/**Filter za mobilni**/



.scroll-menu1{
  
    max-height: 130px;
    height: auto;
    overflow-y: scroll;
    background-color: white;
}

.scroll-menu-tip{
  
    height: 130px;
    overflow-y: scroll;
    background-color: white;
    
}
.scroll-menu-brend{
  
    height: 130px;
    overflow-y: scroll;
    background-color: white;
    
}


.scroll-menu-ostalo{
    
    background-color: white;
    height: 70px;
    overflow-y: scroll;
    
}

.scroll-menu-cijena{
    
    background-color: white;
    height: 130px;
    overflow-y: scroll;
    
}

.scroll-menu-ram{
    
    background-color: white;
    height: auto;
    overflow-y: scroll;
    
}

.scroll-menu-pol{
    
    background-color: white;
    height: auto;
    overflow-y: scroll;
    
}

.panel-body{
    background-color: white;
}



/**filter za mobilni end**/





/* Shop Products Styles */

@media(max-width:768px){
    .center-responsive{
        width: 70%;
        margin: 0 auto;
    }
}

@media(max-width:550px){
    .center-responsive{
        width: 95%;
        margin: 0 auto;
    }
}


/* Details Styles */
@media(max-width:600px){
    .details-content{
        padding-left:0;
	padding-right:0;
    }
}


#content #productMain{
    margin-bottom: 30px;
    
}

#content #productMain .price{
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    margin-top: 40px;
    
}

#content #productMain .price b{
    color: red;
}

#content #mainImage{
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
    margin-bottom: 10px;
    
}

#content #thumbs a{
    display: block;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    border: solid 2px transparent;
    
}

#content .headline{
    height: 350px;
}

/* Cart page Styles */

@media(max-width:600px){
    .cart-content{
        padding-left:0;
	padding-right:0;
    }
}

 #cart .table tbody tr td img{
    width: 60px;
}

 #cart {
  
}

 #cart .table tbody tr td input{
    width: 40px;
    text-align: right;
}

#cart .table tbody tr td{
    vertical-align: middle;
}

 #cart .table tfoot{
    font-size: 18px;
}

.box .box-footer{
    background: #f7f7f7;
    margin: 30px -20px -20px;
    padding: 20px;
    border-top: solid 1px #eeeeee;
}

.box .box-footer:before,
.box .box-footer:after{
    content: "";
    display: table;
}

.box .box-footer:after{
    clear: both;
}

.box .box-header{
    background: #f7f7f7;
    margin: -20px -20px 20px;
    padding: 20px;
    border-bottom: solid 1px #eeeeee;
}

 #order-summary table{
    margin-top: 20px;
}

 #order-summary table td{
    color: #999999;
}

 #order-summary table tr.total td,
 #order-summary table tr.total th{
    font-size: 18px;
    color: #555555;
    font-weight: 700;
}


/* Footer Styles */

#footer{
    background: #e0e0e0;
    padding: 20px 0;
}

#footer ul{
    padding-left: 0;
    list-style: none;
}
#footer ul a{
    color: #999999;
    padding: 5px 0;
}

#footer .social{
    text-align: left;
}

#footer .social a{
    margin-left: 0 10px 0 0;
    color: #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    font-size: 15px;
    text-align: center;
    transition: all 0.2s ease-out;
    vertical-align: bottom;
    background-color: #555555;
}

#copyright{
    background: white;
    padding: 20px;
    font-size: 12px;
}

#copyright p{
  margin: 0;  
}







.label {

text-decoration : none;

position: absolute;

top: 50px;

padding-left:51px;

z-index: 20;

}




.label .thelabel {

position: relative;
width: 150px;
padding: 6px 50px 6px 15px;
margin: 40px 50px 10px -71px;


}

.label .thelabel:before,
.label .thelabel:after {
content: '';
position: absolute;
width:0;
height:0;
}

.label .thelabel:after {
left: 0px;
top: 100%;

}

.label.sale {
top: -53px;

}





/**Label akcija**/

.label1 {
   

text-decoration : none;

position: absolute;

top:50px;

padding-left:52px;

z-index:20;

}

.label1 .thelabel1 {

position: relative;
width: 150px;
padding: 6px 50px 6px 15px;
margin: 40px 50px 10px -71px;

}

.label1 .thelabel1:before,
.label1 .thelabel1:after {
content: '';
position: absolute;
width:0;
height:0;
}

.label1 .thelabel1:after {
left: 0px;
top: 100%;


}


.label1.sale1 {
top: -49px;

}

/* Label akcija end**/

.pagination a:active{
    color: gray;
}


/* tick and cross icons styles */


.tick1{
font-size:18px !important;
color:red;
}

.cross1{
font-size:18px !important;
color:red;
}

.tick2{
font-size:18px !important;
color:red;
}

.cross2{
font-size:18px !important;
color:red;
}

/* Password Strength Checker Styles */

#meter_wrapper{
border:1px solid grey;
width:202px;
height:20px;
margin:0;
border-radius:3px;

}


#meter{
width:0px;
height:18px;
border-radius:2px;

}


#pass_type{
font-size:15px;
margin-top:10px;
position:absolute;
top:0;
right:90px;
margin-bottom:10%;
color:grey;

}



/* Services Styles  */


.services .col-md-4 {

margin-left:3%;

width:29%;

}

@media(max-width: 1000px){

.services .col-md-4 {

margin-left:2%;

width:46%;

}

}


@media(max-width: 800px){

.services .col-md-4 {

width:90%;

}


}