

/*--
 ------ALL RIGHTS RESERVED for Skillnize Lda.
--------------Designed by Brymond Tech-------------------------*/

@media only screen and (max-width: 1100px) {
  .sticky-header,.sticky_header_area,.sticky-header.sticky, .main_menu{
    display:none !important;
  }

  .main_header {
  	position: fixed;
  	width: 100%;
  	height:150px;
  	top:0;
  	z-index: 98;
  }

  .header_top{
  	padding-top: 0.5rem;
  }

  .page-content{
  	margin-top:150px;
  }

  .canvas_open{
  	display:block;
  }

}


@media only screen and (max-width: 840px) {
	.main_header .support_info{
		display: none !important;
	}

}

@media only screen and (max-width: 767px) {

	.header_middle .container{
		width: 100% !important;
		max-width: 100% !important;
	}

}


@media only screen and (max-width: 600px) {

	.logo a img{
		max-width: 	200px !important;
	}

	.main_header{
		height: 135px;
	}

	.page-content{
  	margin-top:135px;
  }

}


@media only screen and (max-width: 485px) {

	.main_header .chooseLanguage span.curr_ln{
		display: none!important;
	}
}


@media only screen and (max-width: 385px) {

	#cart_amount{
		display: none!important;
	}

	.mini_cart_wrapper > a i.fa-angle-down {
   		margin: 0 !important;
	}
}

