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

***          YT Framework: css          ***

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





/* Medium devices Desktops  

// ------------------*/

@media (min-width: 980px) and (max-width: 1199px) {

	

}



/* Small devices Tablets	

// ------------------*/

@media (min-width: 768px) and (max-width: 979px) {

	

}



/* Extra small devices Phones

// ------------------*/

@media (max-width: 767px){

	

}

/*

.lang-inline {

	margin: 0;

	padding: 0;

}



.mod-languages ul li {

	display: inline-block;

}



.slideshow, .banner-slide, .popular-search, .slide-policy, .banner-policy {

	display: block !important;

}
*/


/* New Css 23-03-2012 */

iframe 
{ 
	height: auto !important
}
ins 
{ 
	height: auto !important
}
#google_ads_frame1 
{ 
	height: auto !important
}
.adsbygoogle, #aswift_0_expand, #aswift_0_anchor 
{ 
	height: auto!important
}

.page-header, .title
{
	margin:0px !important;
	text-transform: uppercase;
}

#yt_breadcrumb
{
	margin-bottom: 0px !important;
}

.btn-special
{
	border-radius: 3px 0px 0px 3px;
}

.fa-pushpin:before 
{
   content: "\f08d";
}

@media (min-width: 320px) and (max-width: 480px) 
{  
  html #offlajn-ajax-search146 
  {
    width: auto;
    float: none;
  }
}

#footer .yt-bottom
{
	margin-top:0px !important;
}

.contact
{
	margin-top:20px !important;
}

#hikashop_category_information_module_125 
{
    overflow-x: scroll;
}

/* #yt_sticky_right
{
	top: 112px !important;
} 

#hikashop_module_125 .hkc-md-4.hikashop_product
{
    width: 40% !important;
} */

/* Footer Code */
@media only screen and (min-width: 992px)
{
	#yt_footer
	{
      padding: 40px 0px !important;
	}
	
	#yt_footer .container 
	{
    	border-top: 1px solid #c6bfbf !important;
    	padding-bottom: 10px !important;
    	padding-top: 10px !important;
    	padding-top: 20px !important;
		margin-top: 20px !important;
	}
	
	#yt_footer .container .row
	{
		display: flex !important;
		flex-direction: column !important;
	}
	
	#yt_footer .container .row #yt_copyright
	{
		width: 100% !important;
		order: 2 !important;
	}
	
	#yt_footer .container .row #footer
	{
		order: 1 !important;
		width: 100% !important;
	}
	
	#footer .yt-bottom 
	{
     margin-top: 0px !important;
     padding: 0px !important;
     margin-bottom: 0px !important;
	}
	
	#footer ul li 
	{
    line-height: 24px;
    display: inline-block;
    padding-right: 20px;
    text-transform: uppercase;
    color: white;
	}
	
	#footer ul li a
	{
		color: white !important;
		font-weight: 600;
		letter-spacing: 1px;
	}
}