

input[type="checkbox"] {
    display:none;  
}
input[type="checkbox"] + label{
    display:inline-block;
    width:20px;
    height:20px; 
    margin:-1px 4px 0 0;
    vertical-align:middle;
    //background:url(/images/checkbox.png) left top no-repeat;
    border:2px silver solid;
    border-radius: 4px;
    background:white;
    cursor:pointer;
    padding-left: 0px;
}
input[type="checkbox"]:checked + label {
    //background-color: #ed145b;
    border:2px #ed145b solid;
    background:#ed145b url(/images/checkbox-checked2.png) left top no-repeat;
}



input[type="radio"] {
    display:none;
}
input[type="radio"] + label {
    display:inline-block;
    width:20px;
    height:20px;
    margin:-1px 4px 0px 10px;
    vertical-align:middle;
    background:url(/images/checkbox.png) left top no-repeat;
    cursor:pointer;
}
input[type="radio"]:checked + label {
    background:url(/images/checkbox-checked.png) left top no-repeat;
}
.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}


body{
	background:#fff;
	//color:#252a2f;
	color: #808080;
	font:14px/24px 'Arial', sans-serif;
}
.bodypadding{
padding-top:80px;
}
/* Standard Styles Starts */

a{
	color:#545454;
}
a:hover{
	color:#252a2f;
}
a:focus{
	outline:none;
}
p {
	color: #808080;
}
h1, h2, h3, h4, h5, h6,h7{
	font-family:'Bariol-bold', sans-serif;
	color: #252a2f;
}
h1{
	font-size:38px;
}
h2{
	//font-size:32px;
	font-size:26px;
    margin-top:20px;
    margin-bottom:20px;
	color:#2a2d96;
}
h2 span{
	color:white;
  background-color: #ed145b;
  padding:5px 15px;
  border-radius: 5px;
}

h3{
	//	font-size:26px;
	font-size:20px;
	color:#2a2d96;
}
h4{
	font-size:20px;
}

h3 span{
	color:white;
  background-color: #2a2d96;
  padding:5px 15px;
  border-radius: 5px;
}

h5{
	font-size:18px;
  color: #ed145b;
  padding:0px
  margin-bottom:10px;
  margin-top:3px;
  margin-right:10px;

}
h6{
	font-size:18px;
	color:#2a2d96;
}
h7{
	font-size: 18px;
	
}
.main-heading{
	font-size:24px;
}
.main-heading span{
	font-size:18px;
	color:#878a8c;
}
.main-heading2{
	font-size:24px;
}
.main-heading, 
.main-heading2, 
.sub-heading{
	text-transform:uppercase;
}
.sub-heading{
	font-size:24px;
	padding:10px 0;
}

.cat-heading{
	font-size:38px;
  color:#2a2d96;
  //font-weight: bold;
  margin-top: 3px;
  margin-bottom: 3px;
}


.header-top li, 
.header-top .btn-link, 
#main-menu.navbar, 
#search .input-group .form-control, 
#cart .btn, 
.dropdown-menu, 
.product-head, 
.product-col .caption h4, 
.product-col .price, 
.product-col .btn-cart, 
.breadcrumb, 
.side-heading, 
.list-group-item, 
.product-filter, 
.pagination, 
.product-info .product-details, 
.tabs-panel .nav-tabs{
	font-family: 'Arial', sans-serif;
}

#page_text hr{
	//border-color:#e8e8e8;
  border-color:#ed145b;
  border-width: 5px 0 0;
}

.btn-red {
	background-color: #ed145b;
  color: white !important;
}
.list-unstyled .red
{
	color: #ed145b;
}

/* Form & Buttons Styles Starts */


.btn-red:hover, 
.btn-red:focus,
.btn-red:active,
.btn-red.active, 
.btn-main {
	background-color: #f72f7a;
}
.btn-main:hover, 
.btn-main:focus,
.btn-main:active,
.btn-main.active {
	background-color: #3e9144;
}
.btn-red, 
.btn-red:hover, 
.btn-red:focus,
.btn-red:active,
.btn-red.active, 
.btn-main, 
.btn-main:hover, 
.btn-main:focus,
.btn-main:active,
.btn-main.active {
	color:#fff;
}
.btn-black {
	background-color: black;
}
.btn-black:hover, 
.btn-black:focus,
.btn-black:active,
.btn-black.active{
	background-color: #444444;
}

.btn-black,
.btn-black a, 
.btn-black:hover, 
.btn-black:focus,
.btn-black:active,
.btn-black.active 
 {
	color:#fff  !important;
  text-decoration: none !important;
}
.btn-green {
	background-color: #5DC200;
}
.btn-green:hover, 
.btn-green:focus,
.btn-green:active,
.btn-green.active{
	background-color: #68D600;
}

.btn-green, 
.btn-green a,
.btn-green:hover, 
.btn-green:focus,
.btn-greenk:active,
.btn-green.active 
 {
	color:#fff;
}
.btn-white {
	background-color: white;
  	border: 1px darkgrey solid;
}
.btn-white:hover, 
.btn-white:focus,
.btn-white:active,
.btn-white.active{
	background-color: #e8e8e8;
}

.btn-white,
.btn-white a, 
.btn-white:hover, 
.btn-white:focus,
.btn-white:active,
.btn-white.active 
 {
	color:darkgrey  !important;
  text-decoration: none !important;
}
.btn-whitered {
	background-color: white;
  	border: 2px #ed145b solid;
}
.btn-whitered:hover, 
.btn-whitered:focus,
.btn-whitered:active,
.btn-whitered.active{
	background-color: #e8e8e8;
}

.btn-whitered,
.btn-whitered a, 
.btn-whitered:hover, 
.btn-whitered:focus,
.btn-whitered:active,
.btn-whitered.active 
 {
	color:#ed145b  !important;
  text-decoration: none !important;
}


.content {
border:2px #EEEEEE solid;
				-webkit-border-radius:5px;
				   -moz-border-radius:5px;
				        border-radius:5px;
}
.content a{
 color:#ed145b;
 text-decoration: underline;
}

.cart-detail a{
 color:#ed145b;
 text-decoration: none;
}
.cart-detail a:hover{
 color:#ed145b;
 text-decoration: underline;
}



.panel-body a{
 color:#ed145b;
 text-decoration: underline;
}

.content .btn-red{
 color:#fff;
 text-decoration: none;
}

.content .btn-green{
 color:#fff;
 text-decoration: none;
}

/* Header Area Styles Starts */

#header-area{
	background:#fff;
	margin-bottom:20px;
}
	.header-top{
		background:white;
    border-bottom: 1px solid #F2F2F2;
	}
	
/* Header Links Styles Starts */

		.header-links ul{
		}
			.header-links li{
				display:inline-block;
			}
			.header-links li .fa{
				margin-right:3px;
			}
			.header-links li, 
			.header-links li a{
				color:darkgrey;
			}
			.header-links li a{
				padding:12px 15px 12px 0;
			}
			.header-links li a:hover, 
			.header-links li a:focus, 
			.header-links li.active a{
				background:none;
				color:black;
			}

	.grey-link{
		color:#555 !important;
		text-decoration:none;
		margin:4px 0 0 0;
	}

			
/* Currency & Languages Drop Down Styles Starts */

	.header-top .btn-link{
		color:darkgrey;
		text-decoration:none;
		margin:4px 0 0 0;
	}
	.header-top .open .btn-link{
		color:black;
	}
		.header-top .btn-link i.fa{
			margin-left:5px;
		}
		
/* Main Header & Search Styles Starts */

	.main-header{
		padding:5px 0 5px;
	}
		#logo{
			margin-top: 15px;
		}
		#logo .img-responsive{
			margin-left:auto;
			margin-right:auto;
		}
		#search{
			margin:12px 0 0 0;
      float:left;
		}
		#search .input-group{
		}
			#search .input-group .form-control{
				background:none;
				border:solid grey;
				border-width:1px 0 1px 1px;
				color:#878a8c;
				-webkit-border-radius:0;
				   -moz-border-radius:0;
				        border-radius:0;
				-webkit-box-shadow:none;
				   -moz-box-shadow:none;
				     box-shadow:none;
			}
			#search .input-group .btn{
				background:none;
				border:solid lightgrey ;
				border-width:2px 2px 2px 2px;
				color:lightgrey;
				height: 46px;
				-webkit-border-radius:3;
				   -moz-border-radius:3;
				        border-radius:3px;
				-webkit-box-shadow:none;
				   -moz-box-shadow:none;
				     box-shadow:none;
			}
			
/* Cart Style Starts */	

	#cart .btn{
	//	color:#383838;
	//	background:#ed145b;
	//	border:1px solid #ed145b;
		text-align:left;
		padding:10px 10px;
		margin:0px 0 0 0;
		font-size:14px;
		-webkit-box-shadow:none;
		   -moz-box-shadow:none;
			 box-shadow:none;
    width:50px;   
	}
		#cart .btn .fa-shopping-cart{
			color:white;
			line-height:none;
			font-size:22px;
			margin-right:18px;
			vertical-align: top;
		}
		#cart .btn span {
			color:#252a2f;
			font-size:16px;			
			}
		#cart .btn span#cart-total{
			color:darkgrey;
			padding:0 8px 0 5px;
		}
    		#cart .btn span#cart-total2{
     color: #ed145b;
			padding:0 8px 0 5px;
		}  
		#cart .btn i.fa-caret-down{
			color:#ed145b;;
			margin-left:5px;
		}
		#cart .dropdown-menu {
			min-width: 100%;
			margin-top:10px;
			background:#252a2f;
			color:#fff;
			border:none;
			z-index: 1001;
			padding:5px;
			-webkit-border-radius:0;
			   -moz-border-radius:0;
					border-radius:0;
		}
		#cart .open > .dropdown-menu{
			display:block;
		}
		#cart .dropdown-menu table {
			margin-bottom: 10px;
		}
		#cart .dropdown-menu table, 
		#cart .dropdown-menu table td{
			background:none;
			border:none;
		}
		#cart .dropdown-menu table.hcart td, 
		.line-bottom{
			border-bottom:1px solid #54575b;
		}
		.line-top, 
		.btn-block1{
			border-top:1px solid #54575b;
		}
		#cart .btn-block1{
			padding:20px 0 0;
		}
		#cart .btn-block1 a{
			padding:8px 12px;
			margin-left:10px;
			text-transform:uppercase;
			font-size:12px;
			text-decoration:none;
		}
		#cart .btn-block1 a:hover, #cart .btn-block1 a + a{
			background:#ed145b;;
			color:#fff;
		}
		#cart .btn-block1 a, #cart .btn-block1 a + a:hover{
			background:#fff;
			color:#252a2f;
		}
		#cart .dropdown-menu li > div {
			min-width: 427px;
			padding: 0 10px;
		}
		#cart .dropdown-menu li p {
			margin: 20px 0;
		}
		#cart .dropdown-menu table.total{
		}
		#cart .dropdown-menu table.total td{
			padding:2px 8px;
		}
		#cart .dropdown-menu table td a{	
			color:#ed145b;;
		}
		#cart .dropdown-menu table td a:hover{
			color:#fff;
		}
		
/* Main Menu Styles Starts */

	#main-menu{
		background:#2a2d96;
	}
	#main-menu.navbar{
		margin-bottom:10px !important;
		padding:0px;
		border:none;
		-webkit-border-radius:0;
		   -moz-border-radius:0;
				border-radius:0;

	}
    #main-menu .navbar-nav {
		display:table;
		width:100%;
		margin: 0;
		padding: 0;

    }
		#main-menu .navbar-nav > li{
			/*     list-style: none;
    float: left;
    text-align: center;
    width: 12.5%; /* fallback for non-calc() browsers */
	/*box-sizing: border-box;*/
    
    
    
	list-style: none;
	float: none;
	text-align: center;
	/* width: 12.5%; */
	box-sizing: border-box;
	display: table-cell;
	text-align: center;
    
    
		}

    
		#main-menu .navbar-nav > li + li{
		}
		#main-menu .navbar-nav > li a{
			color:#fff;
			text-transform:uppercase;
      font-size:20px;
      text-align:center;
      padding-bottom: 20px;
      padding-top: 20px; 
       display: block;
    text-decoration: none;


      
      
		}
    #main-menu .navbar-nav > li a:hover, #main-menu .open a{
			color:#ed145b !important;
      background:white;
		}
    
 
  #main-menu .navbar-nav  > li:hover a {
			color:#ed145b ;
      background:white;
  }

    
    
		#main-menu .show-grid  .podmenu-item  a:hover,
    #main-menu .show-grid  .podmenu-item  a

{
      //	background:none;
      font-size:14px;
			color:#2a2d96 !important;
      text-transform:none;
       text-align:left;
      display: inline; 
      
		}	
    #main-menu .show-grid  h4 
    {
    padding-top:0px;
    color:#2a2d96 !important;      
    padding-bottom: 0px !important;
		}    
 
     #main-menu .show-grid  h4 a
    {
    color:#ed145b; !important;      

		} 
    
    #main-menu .show-grid  .podmenu-item 
    {
    width:135px;
    height:20px;
    float:left;
    //border:1px black solid;
    white-space:nowrap;
    text-align:left;
    overflow: hidden;
    padding-right:5px;
  text-overflow: ellipsis;
   	} 
    	
		#main-menu .navbar-nav .podmenu li a, #main-menu .navbar-nav .podmenu li a:hover,  #main-menu .navbar-nav .podmenu li a:focus,#main-menu .navbar-nav .podmenu  li:hover
   {
			background:none;
			color:white;
      text-align:left;
      text-transform:none;
      //padding-bottom: 10px;
		}	  
  #main-menu .navbar-nav li .podmenu a, .podmenu a:hover
     {
			background:none !important;
			//color:#2a2d96;
      text-align:left;
      text-transform:none;
       padding-bottom: 0px !important;
        padding-top: 0px !important; 

		}
    
    
			#main-menu .dropdown-menu{
        background:white;
				border:none;
				padding:0;
				-webkit-border-radius:0;
				   -moz-border-radius:0;
				        border-radius:0;
				-webkit-box-shadow:none;
				   -moz-box-shadow:none;
				     box-shadow:none;
     
			}
      
      
     	#main-menu .show-grid, #main-menu .show-grid a{
							 color:#2a2d96;
			         background:none !important; 
                padding-bottom: 0px !important;
                 padding-top: 0px !important;                

			}
      
				#main-menu .dropdown-menu li a{
        			background:none !important;
					color:white;
					font-size:15px;
					padding-top:3px;
					padding-bottom:3px;
					font-weight:normal;
				}
				#main-menu .dropdown-menu li:hover a{
					//background:#42484f;
					//text-decoration:none;
				}
					#main-menu .dropdown-inner {
						display:table;
						padding-bottom:10px;
					}
						#main-menu .dropdown-inner ul {
							display:table-cell;
						}
						#main-menu .dropdown-inner .dropdown-header{
							font-size:15px;
							text-transform:uppercase;
							color:#white;
							padding:15px 0 10px 15px;
						}
						#main-menu .dropdown-inner li a {
							min-width:160px;
							display:block;
							padding:3px 20px;
							clear:both;
						}	
						
/* Breadcrumb Styles Starts */

	.breadcrumb{

		padding:10px 0px;
    margin-bottom:0px;
		//border:1px solid #e8e8e8;
		background:#fff;
		-webkit-border-radius:0;
		   -moz-border-radius:0;
				border-radius:0;
	}
		.breadcrumb li{
			color:#878a8c;
			font-size:13px;
		}
		.breadcrumb > li + li:before{
			content:"";
			color:#878a8c;
		}
		.breadcrumb li a{
			color:#878a8c;
      text-decoration: underline;
		}
	.breadcrumb .active a{
			color:#ed145b;

		}
/* Subcat */
.subcat     {
	border:1px solid #eee;
		-webkit-border-radius:5px;
		   -moz-border-radius:5px;
				border-radius:5px;  
  height:70px;
  width:100%;
  margin-bottom:5px;
  padding:3px;
  display: inline-block;  

}

.subcat:hover    {
	border:2px solid #ed145b;

}
.subcat.active    {
	border:2px solid #ed145b;

}


.subcat  p   {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left:60px;

}
.subcat a,.subcat a:hover   {
  color:black;

}
.subcat_img     {
width:60px;
height:60px;
float:left;
 vertical-align: middle;
}
  	
/* Slider Section Styles Starts */

	.slider{
		margin-bottom:30px;
	}
  .slider.slider-horizontal {
  width:100% !important;
  }
	
/* Three Column Banner Styles Starts */

	.col3-banners{
		margin-bottom:20px;
	}
	
/* Products Box Styles Starts */


.grid  .col-md-3, .container .col-sm-4   {
padding-right: 0px;
padding-left: 0px;
 }

	.products-list{
		margin-bottom:15px;
	}
		.product-head{
			padding: 14px 20px;
			margin:0 0 20px;
			font-size:24px;
			background:#252a2f;
			color:#fff;
			text-transform:uppercase;
		}
		.product-col{
			//padding:10px 5px 10px 10px;
			margin-bottom:20px;    
			background:#fff;
			border-bottom:1px solid #eee;
      //transition: box-shadow 0.1s;
      box-shadow: 0;  
      height: 320px; 
      overflow:hidden;
      position:relative;  
      z-index:0; 
      width: 100%;  

		}
		.product-col2{
			//padding:10px 5px 10px 10px;
			margin-bottom:0px;    
			background:#fff;
      //transition: box-shadow 0.1s;
      box-shadow: 0;  
      height: 320px; 
      overflow:hidden;
      position:relative;  
      z-index:0; 
      width: 100%;  
		}    

		.product-kombinace{
			//padding:10px 5px 10px 10px;
			margin-bottom:0px;    
			background:#fff;
      //transition: box-shadow 0.1s;
      box-shadow: 0;  
      height: 320px; 
      overflow:hidden;
      position:relative;  
      z-index:0; 
      width: 100%;  
		} 
   
    
    .product-col:hover  {
      overflow:visible;
      z-index:100;
          
}
    .product-kombinace:hover  {
      overflow:visible;
      z-index:100;
          
}


.product-col:hover .inner{z-index: 100;}
.product-kombinace:hover .inner-kombinace{z-index: 100;}

.inner{position: absolute;
      background: white;
      width: 100%;
      height: 320px;
      padding:10px 5px 10px 10px; 
}

.inner2{position: absolute;
      background: white;
      width: 100%;
      height: 320px;
      padding:10px 5px 10px 10px; 
}
.inner-kombinace{position: absolute;
      background: white;
      width: 100%;
      height: 300px;
      padding:10px 5px 10px 10px; 
      margin-right:5px;
}

.inner-big{position: absolute;
      background: white;
      width: 100%;
      height: 480px;
      padding:10px 5px 10px 10px; 
      margin-right:5px;
}

.inner:hover , .inner-kombinace:hover ,.inner-big:hover {
    //box-shadow: 0 0 3px #515151;
    -webkit-box-shadow: 0px 0px 33px -18px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 33px -18px rgba(0,0,0,0.75);
     box-shadow: 0px 0px 33px -18px rgba(0,0,0,0.75);
    } 
    
    

 .product-col .sleva{
		//margin-left:130px;
 		//margin-top:200px;
    position:absolute;
    background:#FFA800; 
    color:white;
    width:50px;
    height:23px;
    padding:0px; 
    text-align:center;
    border-radius: 4px;
    
    

     top:200px;
    right:10px;

    
    
	}
 .product-col .sleva-tile{
	margin-left: 60%;
 		margin-top:200px;
    position:absolute;
    background:#FFA800; 
    color:white;
    width:50px;
    height:23px;
    padding:0px; 
    text-align:center;
    border-radius: 4px;
	}    
  
  .product-col2 .sleva{
		margin-left:5px;
 		margin-top:5px;
    padding-top:15px;    
    color:white;
    width:97px;
    height:97px;
    text-align:center;
    font-size:20px;
    background:url(/images/sleva_star.png) left top no-repeat; 
	} 
  
  .product-col2  .inner{position: absolute;
      height: 100%;

}
  
    .sleva h2{
 		margin-top:0px;
    color:white;
 
  }  
 .product-col .priznak1{
		margin-left:0px;
 		margin-top:5px;
    position:absolute;
    color:white;
    //width:120px;
    height:23px;
    padding:0px 10px; 
    text-align:center;
    border-radius: 4px;
    text-transform:uppercase;
    font-weight:bold; 
    font-size:10px;  
	}
 .product-col .priznak2{
		margin-left:0px;
 		margin-top:30px;
    position:absolute;
    color:white;
    //width:120px;
    height:23px;
    padding:0px 10px; 
    text-align:center;
    border-radius: 4px;
    text-transform:uppercase;
    font-weight:bold; 
    font-size:10px;      
	} 
 .product-col .priznak_doprava{
		margin-left:0px;
 		margin-top:55px;
    position:absolute;
    color:white;
    width:35px;
    height:23px;
    padding:0px; 
    text-align:center;
    border-radius: 4px;
    text-transform:uppercase;
	}  
   
 .detail_priznaky {

 		margin-bottom:15px;
  
	}  
 .detail_priznaky .priznak{
		margin-left:5px;
 		margin-top:5px;
    //position:absolute;
    color:white;
    width:160px;
    height:23px;
    padding:0px; 
    text-align:center;
    border-radius: 4px;
text-transform:uppercase;    
	}
   .images-block   .sleva{
		margin-left:5px;
 		margin-top:5px;
    padding-top:15px;    
    position:absolute;
    color:white;
    width:97px;
    height:97px;
    text-align:center;
    font-size:20px;
    background:url(/images/sleva_star.png) left top no-repeat;    
	}

   .images-block   .vyrobce{
    float:right;
    width:100%;
		padding-right:50px;
 		margin-top:5px;
    position:absolute;
    text-align:right;
    font-size:20px;
    
 
	}   
.vyrobce-tile{
    float:right;
    margin-left: 20%;
    width: 30%;
    //width:100%;
    //padding-right:50px;
	margin-top:5px;
    position:absolute;
    text-align:right;
    font-size:20px;
    
 
	}    
   
   
   
		.product-col .image{
			height:230px;
      width: 100%;
		}
    .product-col img{
			max-height: 100%;

		}
		.product-col .caption{
			padding: 5px 0;
		}

		.product-col .caption h4{
			margin-top: 0px;
      margin-bottom: 0px;
		}    
    

		.product-col2 .image{
			width:100%;
        height: 300px;
    overflow: hidden;
 
		}
		.product-kombinace .image{
			width:100%;
        height: 200px;
    overflow: hidden;
 
		}    
    .product-col2 img{
      margin-top:30px;
			width:100%;
		}
		.product-col2 .caption{
			padding: 20px 0;
      margin-top:0px;
		}
    
    
    
			.product-col h4{
				font-size:14px;
			//	text-transform:uppercase;
      text-align:center;
      height:40px;
			}
			.product-kombinace h4{
				font-size:14px;
			//	text-transform:uppercase;
      text-align:center;
      //height:40px;
			}      
			.product-col .description{
				padding:5px 0;
				font-size:12px;
				line-height:18px;
				text-align:justify;
				color:#8b8b8b;
			}
			.product-col2 .description{
				padding:5px 0;
				font-size:12px;
				line-height:18px;
				text-align:justify;
				color:#8b8b8b;
			}
      
			.product-col.list .description{
				padding-right:20px;
			}
			.product-col .price{
				padding:0px 0;
			}   
				.product-col .price img{
         //height:20px;
         width:60px;
         float:right;
         padding-right:5px;
				}
				.product-col .price span.price-new{
					color:#ed145b;
					font-size:18px;
          font-weight: bold;
					padding-right:5px;
				}
				.product-col .price span.price{
					color:#2f353b;
					font-size:18px;
          font-weight: bold;
					padding-right:5px;
				}        
        
				.product-col .price span.price-old{
					font-size:14px;
					color:#808080;
					text-decoration:line-through;
				}
			.product-col .cart-button{
				padding-top:3px;
			}
				.product-col .cart-button .btn{
				//	-webkit-border-radius:0;
				//	   -moz-border-radius:0;
				 //           border-radius:0;
				}
				.product-col .btn-wishlist, 
				.product-col .btn-compare{
					color:#fff;
					background:#303030;
					margin-right:3px;
				}
				.product-col .btn-wishlist:hover, 
				.product-col .btn-compare:hover, 
				.product-col .btn-cart, 
				.product-col .fa {
				//	background:#5DC200;				
				}
				.product-col .btn-cart{
					padding:0 0 0 15px;
					font-size:18px;
					color:#fff;
				//	text-transform:uppercase;
					border:none;
				}
				.product-col .btn-cart {
					margin-left:2px;
					padding:5px;
          
				}
				.product-col .fa{
					margin-left:2px;
					padding:2px;
				}        
				.product-col .btn-cart:hover{
					//background:#80C200;
				}
				.product-col .cart-button.button-group .btn-cart{
					padding:5px 12px;
					font-size:17px;
				}
				.product-col .cart-button.button-group .btn-cart .fa {
					margin-left:0;
					padding:0;
					background:none;
				}
				.brands {
					margin-top:10px;
          padding-top:20px;
          padding-bottom:20px;
					background:none;
      		border-top:2px solid #F4F4F4;
				}        
        
				.product-col2 .price span.price-new{
					color:#ed145b;
					font-size:28px;
          font-weight: bold;
					padding-right:0px;
				}
				.product-col2 .price span.price{
												   color:#2f353b;
												   font-size:18px;
												   font-weight: bold;
												   padding-right:5px;
}				
				.product-col2 .price span.price-old{
					font-size:20px;
          font-weight: bold;
					color:#808080;
					text-decoration:line-through;
				}        
        
/*  Interest */
.interest {
    background: #F7F7F7 none repeat scroll 0 0;
}        
	
/* Two Column Banner Styles Starts */

	.col2-banners{
		margin-bottom:20px;
	}
	
/* Shopping Cart Page Styles Starts */

	.shopping-cart-table{
		margin-top:30px;
		background:#fff;
	}
		.shopping-cart-table thead > tr > td{
			font-size:15px;
			font-weight:600;
			border-bottom:none;
			color:darkgrey;      
		}
		.shopping-cart-table tbody > tr > td{
			font-size:15px;
		}
		.shopping-cart-table tbody > tr > td a{
			color:#545454;
      text-decoration: none;      
		}    
		.shopping-cart-table tbody > tr > td a:hover{
			color:#ed145b;
      text-decoration: underline;      
		}
    
    .dl-horizontal dt {

    text-align: left;
    width: 60px;
    font-weight: normal;
    color: #878a8c;

}

    .dl-horizontal dd {
    text-align: left;
    margin-left: 100px;
    font-weight: bold;
    color: #878a8c;
}
.grey {
  color: #878a8c;

}    
		
/* Compare Page Styles Starts */

	.compare-table{
		margin-top:30px;
		background:#fff;
		text-transform:uppercase;
	}
		.compare-table thead{
			background:#f9f9f9;
		}
		.compare-table thead > tr > td{
			font-size:15px;
			font-weight:600;
			border-bottom:none;
		}
		.compare-table tbody > tr > td{
			font-size:14px;
		}
		.compare-table tbody > tr > td a:hover{
			color:#252a2f;
		}
		.compare-table td{
			text-align:center;
		}
		.compare-table .rating .fa-star{
			color:#ed145b;;
		}
	
/* Login & Registration Section Styles Starts */

	.login-area{
		padding-top:30px
	}
	.registration-area{
		padding-top:20px;
	}
	.panel-smart{
		padding:20px;
		background:#fff;
		border:1px solid #e8e8e8;
		-webkit-border-radius:3px;
		   -moz-border-radius:3px;
				border-radius:3px;
	}
 
	.nb  tbody > tr > td{
			background:none;
			border:none;
		}  
  
.panel-smart.gray{
			background:#FBFBFB;
      
		}  
.panel-smart.panel-banner{
			padding:0px;
      
		}     
		.panel-smart .panel-heading{
			padding:5px 0 15px 0;
			color:#252a2f;
			border-bottom:1px solid #929497;
		}
		.panel-smart h3.panel-title{
			font-size:24px;
    	font-family:'Arial', sans-serif;      
		}
		.panel-smart .panel-body{
			padding:20px 0 0;
    	font-family:'Arial', sans-serif;
		}
   .panel-body .red a{
 color:#ed145b;
 text-decoration: underline;
}


	.registration-area .inner{
		margin-top:30px;
		margin-bottom:20px;
	}
	.registration-area .control-label{
		color:#8b8b8b;
		font-weight:600;
    padding-left:0px;
    padding-right:5px;
	}
	.registration-area .form-control, .registration-area .btn{
	//	-webkit-border-radius:0;
	//	   -moz-border-radius:0;
	//	        border-radius:0;
	}
	.registration-area .dl-horizontal{
	}
		.registration-area .dl-horizontal dt{

      width:50%;
      text-align:right;
      font-size:16px;
      font-weight:bold;
		}
		.registration-area .dl-horizontal dd{
			font-weight:bold;
      text-align:right;
      font-size:16px;
      color:#8b8b8b;
		}
		.registration-area .dl-horizontal dt, .registration-area .dl-horizontal dd{
			margin-bottom:5px;
		}

  	.registration-area .dl-horizontal.total dd{
		color:#ed145b;;
		font-size:24px;
	}
		.registration-area .dl-horizontal.total dt, 
		.registration-area .dl-horizontal.total dd{
			margin-bottom:0;
		}
		
/* Main Container Styles Starts */		

	#main-container{
		margin-bottom:35px;
	}
	#main-container-home{
		margin-bottom:0;
	}
	
/* Product Carousel Styles Starts */	
	
  .carousel-control.left {
  background:none;
  }
  .carousel-control.right {
  background:none;
  }  
	.product-carousel .product-head{
	}
	.product-carousel .row{
		margin-left:-5px;
		margin-right:-5px;
	}
	.product-carousel .col-xs-12{
		padding-left:0;
		padding-right:0;
	}
    #owl-product .item{
		padding-left:5px;
		padding-right:5px;
    //height:385px;
    }
 #owl-vzory .item{
		padding-left:5px;
		padding-right:5px;
    
    }    
	#owl-product .owl-controls{
		margin:0;
	}
		#owl-product .owl-controls .owl-buttons div{
			position:absolute;
			background:none;
			font-size:26px;
		}	
		#owl-product .owl-controls .owl-buttons .owl-prev, 
		#owl-product .owl-controls .owl-buttons .owl-next{
			top:-61px;
			color:#fff;
		}
		#owl-product .owl-controls .owl-buttons .owl-prev{
			right:60px;
		}	 
		#owl-product .owl-controls .owl-buttons .owl-next{
			right:20px;
		}		
	
/* Category Intro Content Styles Starts */

	.cat-intro{
		padding-top:10px;
	}
		.cat-intro .img-thumbnail{
			-webkit-border-radius:0;
			   -moz-border-radius:0;
					border-radius:0;
		}
		.cat-intro .cat-body{
			color:#8b8b8b;
			font-size:13px;
			padding-left:5px;
			text-align:justify;
		}
		
/* Product Filter Styles Starts */

	.product-filter{
		margin:30px 0;
		padding:8px 0;
		border-bottom:2px solid #d0d0d0;
	}
		.product-filter .display{
			padding-top:5px;
		}
			.product-filter .display a{
				color:#2f353b;
				font-size:24px;
				margin-right:6px;
			}
			.product-filter .display a.active{
				color:#ed145b;;
			}
		.product-filter a{
			padding-top:5px;
			font-size:16px;
			font-weight:normal;
      padding-right:15px;
      color:#878a8c;
		}
		.product-filter  a.active{
			font-weight:bold;
      color:black;

    color: #444c53;
    border: 2px #ed145b solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: none;
    text-align:center;


    display: inline-block;
    padding: 3px 6px;
    margin-bottom: 0;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
      
		}  
		.product-filter  a.default{
      color:black;

    color: #444c53;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: none;
    text-align:center;


    display: inline-block;
    padding: 3px 6px;
    margin-bottom: 0;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
      
		}     
		.product-filter .form-control{
			height:30px;
			padding:3px 6px;
			-webkit-border-radius:0;
			   -moz-border-radius:0;
					border-radius:0;
		}
		
/* Side Products Lists Styles Starts */

.side-products-list{
	margin:0 0 20px;
	padding:0;
	list-style:none;
	border:1px solid #ddd;
}
.side-products-list li{
	padding:10px 15px;
}
.side-products-list li + li{
	border-top:1px solid #ddd;
}
	.side-products-list h5{
		margin-bottom:7px;
		font-size:16px;
	}
	.side-products-list h5 a{
		color:#252a2f;
	}
	.side-products-list h5 a:hover{
		color:#ed145b;;
	}
	.side-products-list img{
		margin-right:15px;
	}
	.side-products-list img, 
	.side-products-list h5,
	.side-products-list .price{
		float:left;
	}
	.side-products-list .price span.price-new{
		color:#ed145b;;
		font-size:18px;
		padding-right:5px;
	}
	.side-products-list .price span.price-old{
		font-size:14px;
		color:#808080;
		text-decoration:line-through;
	}
		
/* Product Page Styles Starts */
	
	.product-info{
		padding-top:10px;
	}
		.product-info .images-block{
		}
		.product-info .images-block .thumbnail{
			padding:10px;
			-webkit-border-radius:0;
			   -moz-border-radius:0;
					border-radius:0;
		}
		.product-info.full .images-block .list-inline{
			margin-left:-5px;
		}
		.product-info.full .images-block .list-inline li{
			padding-left:5px;
			padding-right:5px;
		}
		.product-info .images-block .list-inline{
			margin-left:-2px;
		}
		.product-info .images-block .list-inline li{
			padding-left:2px;
			padding-right:2px;
		}
		.product-info .images-block .list-inline .thumbnail{
			padding:5px;
		}
		.product-info .product-details{
		}
		.product-info .product-details h2{
			margin-top:0;
			font-size:24px;
		}
		.product-info .product-details h3{
			font-size:22px;
		}
		.product-info .product-details h2, .product-info .product-details h3{
			text-transform:uppercase;
		}
		.product-info .product-details .manufacturer{
			color:#808080;
			text-transform:uppercase;
		}
			.product-info .product-details .manufacturer span{
				min-width:130px;
				display:inline-block;
				color:#2f353b;
			}
		.product-info .product-details .price{
		}
			.product-info .product-details .price-head{
				padding-right:10px;
				font-size:24px;
				color:#212121;
				text-transform:uppercase;
			}
			.product-info .product-details .price-tax{
				padding-top:5px;
				font-size:14px;
				color:#212121;
				text-transform:uppercase;
			}
			.product-info .product-details .price-new{
				color:#ed145b;
				font-size:34px;
				padding-right:0px;
			}
			.product-info .product-details .price-old{
				font-size:18px;
				color:#212121;
				text-decoration:line-through;
			}
		.product-info .product-details .options{
		}
			.product-info .product-details .options h3{
				margin-bottom:20px;
			}
			.product-info .product-details .options h6{
				font-weight:700;
			}
			.product-info .product-details .cart-button{
			}
				.product-info .product-details .cart-button .btn{
					-webkit-border-radius:0;
					   -moz-border-radius:0;
							border-radius:0;
				}
				.product-info .product-details .btn-wishlist, 
				.product-info .product-details .btn-compare{
					color:#fff;
					background:#303030;
					margin-right:3px;
				}
				.product-info .product-details .btn-wishlist:hover, 
				.product-info .product-details .btn-compare:hover, 
				.product-info .product-details .btn-cart{
					background:#ed145b;;
				}
				.product-info .product-details .btn-cart{
					font-size:14px;
					color:#fff;
					text-transform:uppercase;
				}
				.product-info .product-details .btn-cart:hover{
					color:#fff;
					background:#47a14d;
				}
	.product-info-box{
		padding-top:10px;
	}
	.product-info-box + .product-info-box{
		padding-top:30px;
	}
		.product-info-box .heading{
			padding:13px 20px;
			font-size:18px;
			color:#ed145b;;
			text-transform:uppercase;
			background:#fff;
			border-top:1px solid #e8e8e8;
			border-right:1px solid #e8e8e8;
			border-bottom:4px solid #ed145b;;
			border-left:1px solid #e8e8e8;
		}
		.product-info-box .content{
			color:#212121;
			font-size:13px;
		}
		
/* Tabs Styles Starts */

	.tabs-panel{
		margin-top:20px;
	}
	.tabs-panel.panel-smart{
		padding:0;
	}
		.tabs-panel .nav-tabs{
			text-transform:uppercase;
			font-size:16px;
			border-bottom:4px solid #ed145b;;
		}
		.tabs-panel .nav-tabs > li{
			margin-bottom:0;
		}
		.tabs-panel .nav-tabs > li > a{
			color:#ed145b;;
			margin:0; 
		}
		.tabs-panel .nav-tabs > li > a, 
		.tabs-panel .btn, 
		.tabs-panel .form-control{
			-webkit-border-radius:0;
			   -moz-border-radius:0;
			        border-radius:0;
		}
		.tabs-panel .nav-tabs > li.active > a, 
		.tabs-panel .nav-tabs > li.active > a:hover, 
		.tabs-panel .nav-tabs > li.active > a:focus, 
		.tabs-panel .nav > li > a:hover, 
		.tabs-panel .nav > li > a:focus{
			background:none;
		}
		.tabs-panel .nav-tabs > li > a, 
		.tabs-panel .nav-tabs > li.active > a, 
		.tabs-panel .nav-tabs > li.active > a:hover, 
		.tabs-panel .nav-tabs > li.active > a:focus, 
		.tabs-panel .nav-tabs > li > a:hover{
			border:none;
		}
		.tabs-panel .nav-tabs > li.active, 
		.tabs-panel .nav-tabs > li.active > a{
			background:#ed145b;;
			color:#fff;
		}
		.tabs-panel .nav-tabs > li > a:hover{
			background:#f4f4f4;
		}
		.tabs-panel .tab-content{
			padding:20px;
			font-size:13px;
		}
		.tabs-panel label.control-label{
			text-transform:uppercase;
			font-weight:normal;
		}
		.tabs-panel label.control-label.ratings{
			padding-top:1px;
		}
		.tabs-panel .btn{
			margin-left:-10px;
		}
		
/* Pagination Styles Starts */

	.pagination{
		margin:0; 
	}
		.pagination > li > a,
    .pagination > li > span{
			color:#444c53;
			background:none;  
      border: 1px solid white;  
      margin-left:1px; 
      padding: 5px 7px; 
           
		}


		.pagination > li:first-child > a, 
		.pagination > li:first-child > span,
		.pagination > li:last-child > a, 
		.pagination > li:last-child > span{
			-webkit-border-radius:6px;
			   -moz-border-radius:6px;
					border-radius:6px;
     border: 1px solid #ddd;          
		}
    		.pagination > li > a:hover{
			color:#444c53;
      border:1px #ed145b solid;
			-webkit-border-radius:6px;
			   -moz-border-radius:6px;
					border-radius:6px; 
			background:none;      
		}    
		.pagination > .active > a, 
		.pagination > .active > span, 
		.pagination > .active > a:hover, 
		.pagination > .active > span:hover, 
		.pagination > .active > a:focus, 
		.pagination > .active > span:focus{
			background:none;
      border: 1px solid white;  
      color:#ed145b;
      font-weight:bold;
		}
	.results{
		padding-top:10px;
		text-align:right;
	}
		
/* Page Content Styles Starts */

	.page-box{
		color:#8b8b8b;
		font-size:13px;
		margin-bottom:40px;
	}
		.page-box h3{
			margin:0;
			font-size:24px;
			color:#252a2f;
		}
		.page-box h3, .page-box h4{
			text-transform:uppercase;		
		}
		.page-box h4{
			margin:5px 0 15px;
			color:#808080;
			font-size:18px;
		}
		.page-box .sm-links{
			margin-bottom:20px;
		}
			.page-box .sm-links li{
				background:#252424;
				width:34px;
				text-align:center;
				padding:5px 0 4px;
				margin:0 0 0 4px;
			}
			.page-box .sm-links li:hover {
				background:#ed145b;;
			}
				.page-box .sm-links li a .fa{
					color:#fff;
					font-size:24px;
				}
				
/* Content Box Styles Starts */

	.content-box{
		border:1px solid #e9e9e9;
		background:#fff;
		margin-top:20px;
		padding:30px;
	}
		.content-box .special-heading{
			font-size:100px;
			color:#ed145b;;
			margin-top:0;
			margin-bottom:30px;
		}
		
/* Map Wrapper Styles Starts */

	#map-wrapper{
		border:1px solid #feffff;
		margin:20px 0;
		height:250px;
	}
		
/* Sidebar Styles Stars */

	.side-heading{
		margin-top:0;
		padding:12px 20px;
		font-size:18px;
		//text-transform:uppercase;
		color:white;
		background:#2a2d96;
    margin-bottom: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;     
	}
  	.side-heading a{
		color:white;
    
	} 
	.list-group.categories
  {
		-webkit-border-radius:0;
		   -moz-border-radius:0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; 

	}
  .list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.list-group-item.nb {
  border:0px;
  padding-top:2px;
  padding-bottom:2px;
}
.list-group-item:hover {
  //background:#f8f8f8;
   background:none;
}
.list-group-item.gray {
  background:#f8f8f8;

}
  
  .gray-filtr {
    background: #f8f8f8;
    padding: 0px 0px;
    border: 1px solid #ddd;
}
  
 .list-group.categories .list-group-item  {
		color:#white;
		font-size:12px;
		font-weight:bold;
		background-color:#2a2d96;
    border:0px;  
    padding-left: 20px;
    padding-top:0px;
    padding-bottom:3px;    
	}
  .list-group.categories a.list-group-item, 
	.list-group.categories a.list-group-item:hover, 
	.list-group.categories a.list-group-item:focus {
  background-color:#2a2d96;  
	}
  .list-group.categories a.list-group-item, 
	.list-group.categories a.list-group-item:hover, 
	.list-group.categories a.list-group-item:focus, 
	.list-group.categories a.list-group-item:hover .fa, 
	.list-group.categories a.list-group-item:focus .fa {
		color:#fff;
	}
	.list-group-item .fa{
		font-size:12px;
		padding-right:12px;
		color:red;
	}
	.filter-group{
		margin-left:20px;
        padding: 10px 15px;
	}
	.list-group-item.top-menu
  {
   border:0px;
   background:none;
   text-align:left;
    padding-left:0px;
     padding-right:0px;  
  	}
    #main-menu .navbar-nav .list-group .top-menu a 
   {
     text-align:left;
     font-size:18px;
     	text-transform:none;
      padding-left:0px;
     padding-right:0px; 
  }      
  
  
/*---------------------OK moda pages	   */
  .list-group.pages .list-group-item  {
		font-weight:bold;
    		font-size:16px;
    border:0px;  
    box-shadow: 0 1px 4px -4px black;
    margin-bottom:5px;
    padding:20px 15px;

	}
  .list-group.pages a:hover, 
	.list-group.pages a:focus {
   color:#ed145b;
	}
   .list-group.pages .list-group-item.active {
	   color: #ed145b;
	   background-color: #f5f5f5;
  }   
   .list-group.pages .list-group-item.active a{
       color:#ed145b;

  }     


/* Blockquote Styles Starts */

	.panel-smart blockquote{
		margin:0;
		padding:5px 15px;
		color:#8b8b8b;
		font-size:13px;
		border:none;
	}
	.panel-smart blockquote footer{
		padding-top:10px;
		color:#252a2f;
		font-size:14px;
	}
	
/* Contact Details Box Styles Starts */
	
	.contact-details li + li{
		margin-top:20px;
	}
	.contact-details li .fa{
		color:#ed145b;;
		padding:5px 10px 0 0;
		font-size:18px;
	}

/* Footer Links Styles Starts */

.footer-links h3,.footer-links a{
    color: white;
} 

.footer-links li {
	font-family: 'Open Sans', sans-serif;
  color:#7E7EDC;
  border: 0px;
  background:#0F0E40;
  color: white;
  text-transform: none;
}

	.footer-links{

		padding:25px 0 40px;
    background:#0F0E40;
    color:white;
    }
		.footer-links h5{
			text-transform:uppercase;
			margin-bottom:20px;
		}
		.footer-links ul{
			list-style:none;
			margin:0;
			padding:0;
		}
			.footer-links li{
				padding:2px 0;
				font-size:14px;
			}
				.footer-links li, 
				.footer-links li a{
					    color: #7E7EDC;
				}
				.footer-links li a:hover, 
				.footer-links .last li a{
					    color: white;
				}
				.footer-links .last h4.lead{
					font-size:24px;
					margin-bottom:0;
					font-weight: normal;
					color:#8b8b8b;
				}
				.footer-links .last h4.lead span{
					color:#151515;
				}
			.footer-links .line{
         margin-top:30px;
         margin-bottom:20px;
		     border-top:4px solid #090838;
         height:2px;
			}
/* Copyright Styles Starts */

	.footer_okmoda{
		padding:18px 0 8px;
		font-size: 13px;
		color: #fff;
border-top: 2px solid #f2f2f2;    
	}
		.footer_okmoda a, 
		.footer_okmoda a:hover {
		//	color:#ed145b;;
		}
		.footer_okmoda p{
			padding-top:4px;
		}
		
/* Genric Styles Starts */

.product-col .description,

#main-menu.navbar {
	font-family: 'Bariol-bold', sans-serif;
}
.product-col .btn-cart {
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
		 -o-transition: all 0.3s ease-out;
			transition: all 0.3s ease-out;
}	


.thumbnail.act{
    border: 1px solid #ed145b;
    box-shadow: 0 1px 2px #ed145b;
    }
    
.tooltip-inner {
    background: #2a2d96;
}   	

.spinner {
  width: 30%;
  float:left;
}
.spinner input {
  text-align: center;
     
  border:3px solid #4C9A00;
  	font-size:24px;  

}
.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.spinner .detail-cart{

  height:80px;
  //width:100px;
  color:black;
}
.input-group-btn-vertical > .btn {
  background-color: #4E9F01;		     
  border:1px solid #4C9A00;
}
.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 5px;
  margin-left: 0px;
  position: relative;
  border-radius: 0;
  height:41px;
  width:50px;
  color:white;
  background-color: #4E9F01;		     
  border:1px solid #4C9A00;
}
.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 0px;
}
.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 0px;
}
.input-group-btn-vertical i{
  position: absolute;
  top: 13px;
  left: 15px;
}

.btn-detail-cart {
	background-color: #5DC200;
  height:80px;
  width:100%;
  color:white;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;      
  border-left: 0px;
  font-weight:bold;
	font-size:24px;   
}
.btn-red:hover, 
.btn-red:focus,
.btn-red:active,
.btn-red.active, 
.btn-main {
	background-color: #f72f7a;
}
.btn-blue,
.btn-blue:hover, 
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active 
 {
background-color: #2a2d96;
color:white;
}

.btn-blue a
           {
background-color: #2a2d96;
color:white;
}
.btn-main:hover, 
.btn-main:focus,
.btn-main:active,
.btn-main.active {
	background-color: #3e9144;
}
.btn-red, 
.btn-red:hover, 
.btn-red:focus,
.btn-red:active,
.btn-red.active, 
.btn-main, 
.btn-main:hover, 
.btn-main:focus,
.btn-main:active,
.btn-main.active {
	color:#fff;
}
.popover{
    width: 100%; 
    max-width: 500px;
} 

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}





hr.zona_line {
  height:2px;
  background-color: #eeeeee;
  border-left: 50px solid #ed145b; 
 
}
.zona_title {
  padding-left:10px;
}
.zona_title img{
  padding-right:10px;
}

.carousel-control .glyphicon-chevron-right::before{
    //content: "";
}

.banner{
    //position:absolute;
    width:100%;
    //height:100%;
    text-align:center;
    z-index: 999;
    vertical-align: top;
    margin-top:-5px;
  
	}
.banner img {
 //    margin:auto; /* Required */
 //position:absolute; /* Required */
 //bottom:0; /* Aligns at the bottom */
 //left:0;right:0; /* Aligns horizontal center */
 //max-height:100%; /* images bigger than 175 px  */
 //max-width:100%;  /* will be shrinked to size */ 
 //margin-bottom:-30px;

  
	}
  


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1400px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}  
  
.v-align {
   min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  //min-height: 100vh; /* These two lines are counted as one :-)       */

  //display: flex;
  align-items: center;
}

.confirmWidth {
  //width:1000px;
} 

.btn .badge{
  margin-left:-25px;
  top:-10px;
  background-color:orange;
  width:18px;
  padding: 1px 4px;




}
#cart .btn span.badge{
  color:white;
    font-size:12px;
  }

.confirmWidth {
  width:90%;
} 

.velikosti
{
color: #ed145b;
font-weight: bold;
text-align:center;
margin-top:5px;
padding: 0px 10px 2px 10px;
height:45px;
line-height: 20px;
overflow: auto;
text-overflow: ellipsis;
width:100%;



}  
  
.dot_gray
{
width:4px;
height:4px;
border-radius:2px;
font-size:4px;
color:silver;
line-height:4px;
text-align:center;
background:silver;
display: inline-block;
}

.ekko-lightbox-nav-overlay a{
    text-shadow: 2px 2px 4px #000;
    }
    
    
    
.foxentry-input-icon {
    
    z-index: 100 !important;
    }
    
    
.ekko-lightbox .modal-dialog {
  flex: 100%!important;
  margin-left: 0;
  margin-right: 0;

}

.search_result
{
position:absolute;
background:white;
width:500px;
}


.persoo_cat_blok{
 //border-bottom: 2px solid #d0d0d0;

}
.persoo_cat_blok .radek {
min-height:40px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
display: flex;
    align-items: center;    
}
.persoo_cat_blok .caption{
		//	padding: 5px 0;
		}

.persoo_cat_blok .caption h4{
			margin-top: 0px;
      margin-bottom: 0px;
		}
        
.persoo_cat_blok .price{
	padding:0px 0;
}   

.persoo_cat_blok .price span.price-new{
		color:#ed145b;
		font-size:18px;
    font-weight: bold;
		padding-right:5px;
	}
  
@media (max-width: 400px) {    
.persoo_cat_blok .price span.price-new{
    font-size:14px;
		}    
}   
.persoo_cat_blok .price span.price-old{
		font-size:14px;
		color:#808080;
		text-decoration:line-through;
	}   
    
.product-col-tile .image-tile{
	//		height:230px;
      width: 100%;
      overflow:hidden;
		}    
        
.product-col-tile{
			//padding:10px 5px 10px 10px;
			margin-bottom:20px;    
			background:#fff;
			border-bottom:1px solid #eee;
      //transition: box-shadow 0.1s;
      box-shadow: 0;  

      overflow:hidden;
      position:relative;  
      z-index:0; 
      width: 100%;  

		}     
		.product-col-tile .caption{
			padding: 5px 0;
     overflow:hidden; 
		}

		.product-col-tile .caption h4{
			margin-top: 0px;
      margin-bottom: 0px;
      font-size: 12px;
      height: 35px;  
		}   
.product-col-tile .price span.price-new {
    //color: #2f353b;
    color: #ed145b;
    font-size: 14px;
    font-weight: bold;
    padding-right: 5px;
}  
  
  .product-col-tile .price span.price-old {
    font-size: 12px;
    color: #808080;
    text-decoration: line-through;
}  

.product-col-tile .price span.price{
	color: #2f353b;
	font-size: 14px;
	font-weight: bold;
	padding-right: 5px;
}  


 .product-col-tile .priznak1{
		margin-left:0px;
 		margin-top:2px;
    position:absolute;
    color:white;
    //width:120px;
    height:15px;
    padding:0px 5px; 
    text-align:center;
    border-radius: 3px;
    text-transform:uppercase;
    font-weight:bold; 
    font-size:8px;  
    line-height: 15px
	}
 .product-col-tile .priznak2{
		margin-left:0px;
 		margin-top:20px;
    position:absolute;
    color:white;
    //width:120px;
    height:15px;
    padding:0px 5px; 
    text-align:center;
    border-radius: 3px;
    text-transform:uppercase;
    font-weight:bold; 
    font-size:8px;
    line-height: 15px      
	} 
 .product-col-tile .priznak_doprava{
		margin-left:0px;
 		margin-top:45px;
    position:absolute;
    color:white;
    width:30px;
    height:15px;
    padding:0px; 
    text-align:center;
    border-radius: 3px;
    text-transform:uppercase;
    line-height: 15px  
	} 


.persoo-caption-cat h4{
			margin-top: 0px;
      margin-bottom: 0px;
      font-size: 16px;
      //height: 35px;  
		}  
@media (max-width: 400px) {    
    .persoo-caption-cat h4{
      font-size: 14px;
      //height: 35px;  
		}    
}    
#persoo_home .item{
		padding-left:5px;
		padding-right:5px;
    height:385px;
    } 
    
    
   


#modal_cart_add_persoo .item{
		padding-left:5px;
		padding-right:5px;
    height:320px;
    } 
    
@media only screen and (max-width: 800px) {
	
	/* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}
.priznak-leftfilter{
		margin-left:0px;
 		margin-bottom:5px;
    //position:absolute;
    color:white;
    //width:120px;
    height:23px;
    padding:0px 10px; 
    text-align:center;
    border-radius: 4px;
    text-transform:uppercase;
    font-weight:bold; 
    font-size:10px; 
    max-width:90px; 
    //display:inline;
    //float:left;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
	}
              

.container-full {
    width: 95%;
}
#main-container {
//width: 95%;
}

.btn-wishlist{
    font-weight: bold;
    color: #ed145b;
    border: 2px #ed145b solid;
    background: none;
    text-align: center;
    display: inline-block;

    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    font-size: 28px;
    padding: 6px 10px 0px 9px;
    width: 50px;
}  
.btn-wishlist:hover{
    color: #f46796;
}  


.btn-cart .badge{
    left: 55px;
    top: 5px;
    background-color: orange;
    width: 18px;
    padding: 1px 4px;
    position: absolute;
}
.wishlist-grid {
     position:absolute;
     top:10px;
    right:10px;
    font-size: 18px;
    color:#ed145b;
}
.modal-backdrop {
  z-index: -1;
}

.numberCircle {
    border-radius: 50%;
    width: 18px;
    height: 18px;
    padding: 2px 2px;
    color: white;
    text-align: center;
    font-size: 12px;
    left: 30px;
    top: 2px;
    background-color: orange;
    position: absolute;
    
}
.wishlist-grid2 {
    position:absolute;
    top:10px;
    right:10px;
    font-size: 18px;
    color:#ed145b;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
}
.product-col:hover   .wishlist-grid2 {
    opacity: 1;
    visibility: visible; 
    }
.wishlist-grid2 a, .wishlist-grid a{
    color:#ed145b;
}    

.light-shadow {
-webkit-box-shadow: 0px 21px 46px -18px rgba(0,0,0,0.71)!important;
-moz-box-shadow: 0px 21px 46px -18px rgba(0,0,0,0.71)!important;
box-shadow: 0px 21px 46px -18px rgba(0,0,0,0.71) !important;
}


@media (max-width: 1800px) and (min-width: 1400px) {
.pet-col-grid {
    width: 20%;     
}
}



.jp-imgresp-cont{
        width: 100%;
        padding-top: 120%; 
        position: relative; 
}
.jp-imgresp-in{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.jp-imgresp-img{
  max-width: 100%;
  max-height:100%;
}

@media (max-width: 600px) {
.close {

    font-size: 34px;

}
}

.item_search
 {
    padding-top: 5px;
    //margin: 5px;
    
 }  

.item_search_inner
 {
    //padding: 5px;
    margin: 2px 0px;
    background-color: white;
 }   
 
.item_search_inner:hover
 {
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 }  


.item_search_caption{

    height: 100%;
    position: absolute;
    overflow: hidden;
    /* top: 0Px; */
    bottom: 0px;
    height: 50%;
    /* color: black; */
    /* background: white; */
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.1),rgba(255,255,255,1),rgba(255,255,255,1), rgba(255,255,255,1));
}


.item_search_caption h4{
   text-align:center;
} 
.item_search_caption h4{
   font-size: 12px;
} 

.item_search_caption a{
  text-decoration: none !important;
} 
  



.colaps-heading a:after {
    font-family:'Glyphicons Halflings';
    content:"\e114";
    float: right;
}
.colaps-heading a.collapsed:after {
    content:"\e080";
}
.colaps-heading a.special:after {
    content:"\e114";
}


.text-18-light{
	//font-family: 'Bariol-bold', sans-serif;
	font-size:18px;
	color: #ed145b;
	padding:0px;
	//margin-bottom:10px;
	//margin-top:3px;
	//margin-right:10px;
	
}
.text-18-dark{
	//font-family: 'Bariol-bold', sans-serif;
	font-size: 18px;
	color:#2a2d96;
	padding: 0px;


}
.text-18-black{
	//font-family: 'Bariol-bold', sans-serif;
	font-size: 18px;
	color: black;
	padding: 0px;


}

.seznam-light {
	list-style: none;
}
.seznam-light li{
	//display: inline-block;
}


.seznam-light  li::before {
	content: "\2022";
	color: #ed145b;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

.seznam-dark {
	list-style: none;
}
.seznam-dark li{
	//
	display: inline-block;
}


.seznam-dark li::before {
	content: "\2022";
	color: #2a2d96;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

@media (min-width: 300px) {
	.top-menu-3>li {
		//
		display: table-cell;
		display: block;
		width: 20%;
		min-width: 37px;
		float: left !important;

	}
}
@media (min-width: 301px) and (max-width: 400px)  {
	.menu-font{
		font-size: 10px;
	}
}


.menu-sm{
	height: 68
}
.menu-sm-ico{
	font-size: 20px;
}

.menu-sm a,.menu-sm a:focus{
	background-color: #2a2d96;
	background: #2a2d96 ;
	color: #fff; ;
	margin-bottom: 0;
	padding: 10px 2px !important;
}
.menu-sm a:hover, .menu-sm .active a{
	text-decoration: none;
	background-color: white;
	color: #ed145b;
}
.menu-sm>a>img{
	filter: invert(100%) sepia(78%) saturate(2%) hue-rotate(35deg) brightness(107%) contrast(101%);
}
.top-menu-3 .active a>img,.top-menu-3 a:hover>img{
	filter: invert(24%) sepia(85%) saturate(6457%) hue-rotate(332deg) brightness(95%) contrast(96%);
}




.top-menu-3 .active a {
	text-decoration: none !important;
	background-color: white !important;
	color: #ed145b !important;
}
.podmenu-sm a, .podmenu-sm a:hover, .podmenu-sm a:focus {
	text-decoration: none;
	background-color: white;
	color: #ed145b;
}

.top-menu-3{
	width: 100%;
}
#mobile_menu_fix, #main-menu
{
	transition: top 0.5s ease-in-out;
}
.nav-up {
	top: -400px;
	//
	position: relative;
}
.nav-down {

}



.top-menu-3>li{
	text-align: center;
	color: #fff;
	background: #2a2d96;
	float: none;
	.
	top-menu-3>
	li+
	li {
	margin-left: 0px !important;
}
}
.top-menu-3>li a:focus{
	background-color: #2a2d96;
	background: #2a2d96 ;
	color: #fff; ;
	margin-bottom: 0;
	padding: 10px 2px !important;
}

.top-menu-3>li a{
	height: 68px;
}
.top-menu-3-tabpane
{
	margin-bottom: 10px;
	margin-left: 2px;
	margin-right: 2px;
	background: white;

}
	.eu-cookies {
	width: 100%;
	color: white;
	background: #421ca4 none repeat scroll 0 0;
	z-index: 1000;
	bottom: 0;
	position: fixed;
	z-index: 150;
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop+
	(document.documentElement.clientHeight-this.offsetHeight)));
	//
	height: 40px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.eu-cookies a{
	color: white;
}
.eu-cookies2 {
	width: 100%;
	color: white;
	background: #421ca4 none repeat scroll 0 0;
	z-index: 100001;
	bottom: 0;
	position: fixed;

	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop+(document.documentElement.clientHeight-this.offsetHeight)));
	display: none;
	padding-top: 3px;
	padding-bottom: 3px;
}
.eu-cookies2 a{
	color: white;
}
.eu-cookies2 p{
	color: white;
}
.eu-cookies2 h2{
	color: white;
}

.box {
	float: left;
	height: 12px;
	width: 12px;
	margin-right: 2px;
	margin-bottom: 2px;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	//
	clear: both;
}


/* The sidebar menu */
.sidebar {
	height: 100%; /* 100% Full-height */
	width: 0; /* 0 width - change this with JavaScript */
	position: fixed; /* Stay in place */
	z-index: 50000; /* Stay on top */
	top: 0;
	left: 0;
	background-color: white; /* Black*/
	overflow-x: hidden; /* Disable horizontal scroll */
	padding-top: 30px; /* Place content 60px from the top */
	transition: 0.2s; /* 0.5 second transition effect to slide in the sidebar */



	box-shadow: 0 0 15px rgba(0,0,0,0.75);
	clip-path: inset(0px -15px 0px 0px);

}




/* Position and style the close button (top right corner) */
.sidebar .closebtn {
	position: absolute;
	top: 5px;
	right: 15px;
	font-size: 36px;
	margin-left: 50px;
}

/* The button used to open the sidebar */
.openbtn {

background-color: #421ca4;
	color: white !important;

}





ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu_xs_line {
	border-bottom: 1px solid #eee;
}

.nav li a {
	font-size: 14px;
	text-decoration: none;
}


.panel-body {
	padding: 0;
}

.panel-group .panel+.panel {
	margin-top: 0;
	border-top: 0;
}

.panel-group .panel {
	border-radius: 0;
}

.panel-default>.panel-heading {
	color: #fff;
	background-color: #421ca4;
	border-color: #e4e5e7;
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.panel-default>.panel-heading a {
	display: block;

	padding: 10px 15px;
	text-decoration: none;
}

.panel-default>.panel-heading a:hover {
	color: #fff;
	background-color: #421ca4;
}

.panel-default>.panel-heading a:after {
	content: "";
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	float: right;
	transition: transform .25s linear;
	-webkit-transition: -webkit-transform .25s linear;
}


.panel-default>.panel-heading a[aria-expanded="true"]:after {
	content: "\e113";
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
	content: "\e114";
}




.eu-cookies2 {
	width: 100%;
	color: white;
	background: #2a2d96 none repeat scroll 0 0;
	z-index: 100001;
	bottom: 0;
	position: fixed;

	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop+
	(document.documentElement.clientHeight-this.offsetHeight)));
	display: none;
	padding-top: 3px;
	padding-bottom: 3px;
}
.eu-cookies2 p{
	color: white;
}
.eu-cookies2 h2{
	color: white;
}


.product-col .kupon {

	position: absolute;
	background: #FFA800;
	color: white;
	/* width: 50px; */
	height: 23px;
	padding: 0px;
	text-align: center;
	border-radius: 4px;
	top: 200px;
	right: 10px;
	top: 195px;
	background-color: rgba(0, 0, 0, 0.4);
	padding-left: 5px;
	padding-right: 5px;
}
.product-col .kupon_cena {

	position: absolute;
	background: #FFA800;
	color: white;
	/* width: 50px; */
	height: 23px;
	padding: 0px;
	text-align: center;
	border-radius: 4px;
	top: 200px;
	right: 10px;
	top: 220px;
	background: #ed145b;
	padding-left: 5px;
	padding-right: 5px;
}



