@media screen and (min-width:992px){
	.header .dropdown-item:hover, .header .dropdown-item.active {
		color: #FFCE59;
		background-color: transparent;
	}
	.header .dropdown-menu:before {
		content: "";
		border-bottom: 15px solid #fcfcfc;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		position: absolute;
		top: -15px;
		right: 22px;
	}
}
/*md*/
@media screen and (max-width: 1010px) {
	
}
@media screen and (max-width:991px) {
	header.header .logo{
		display: none;
	}
	#navbarMainMenu {
		width: 60%;
		text-align: left;
		background-color: #f5f5f5;
		position: fixed;
		top: 0;
		left: -60%;
		display: block;
		opacity: 0;
		visibility: hidden;
		padding: 10px 0px;
		height: 100vh;
		z-index: 999;
		-webkit-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	#navbarMainMenu.show {
		left: 0px;
		opacity: 1;
		visibility: visible;
	}
	.header-default .navbar-light .navbar-nav .nav-link.active, .header-default .navbar-light .navbar-nav .nav-link:hover {
		color: #FCC030;
	}
	.header-default .navbar-light .navbar-nav .nav-link {
		color: #767676;
		border-bottom: 1px solid #d8d8d8;
		line-height: 30px;
	}
	.main-menu .dropdown-item {
		text-transform: uppercase;
		padding: 0;
		color: #231f20;
		border-bottom: 1px solid #d8d8d8;
		line-height: 35px;
		font-size: 13px;
	}
	ul.navbar-nav {
		width: 100%;
		padding: 0px 15px;
	}
	i.close {
		margin-right: 10px;
	}
	.navbar-nav .dropdown-menu {
		border: 0;
		background-color: whitesmoke;
		padding-left: 20px;
		padding: 0px 0px 0px 30px;
	}
	.main-menu .dropdown-item {
		text-transform: uppercase;
		padding: 0;
		color: #767676;
		border-bottom: 1px solid #d8d8d8;
		font-size: 13px;
	}
	.navbar-toggler {
		position: absolute;
		top: -13px;
		left: 0;
		border: 0;
		padding: 0;
	}
	.navbar-toggler i {
		color: #fff;
		font-size: 28px;
	}

	.navbar-toggler:focus {
		outline: none;
	}
	.navbar-light .navbar-nav .nav-item:not(:last-child) {
		margin-right: 0;
	}
	.product-teaser-fix{
		display: none;
		visibility: hidden;
	}
	.pro-detail a#add-to-cart,
	.pro-detail a#buy-now{
		position: fixed;
		bottom: 0;
		left: 0;
		width: 50% !important;
		margin-bottom: 0 !important;
		z-index: 99;
		font-size: 14px !important;
		text-align: center;
		text-transform: uppercase;
		height: 45px;
		text-shadow: none;
		line-height: 15px;
		padding: 1rem 0 !important;
	}
	.pro-detail a#buy-now{
		left: auto;
		right: 0;
	}
	.w-sm-100{
		width: 100% !important;
	}
	.product-info #carouselProDetail{
		box-shadow: none;
		border-radius: 0;
	}
	.product-info .pro-thumb-detail .carousel-inner{
		margin: 0 0 30px;
	}
	.owl-carousel.owl-product .owl-nav button.owl-prev{
		left: 0;
	}
	.owl-carousel.owl-product .owl-nav button.owl-next{
		right: 0;
	}
	.block-header .main-menu ul.navbar-nav > li{
		padding: 5px 0;
	}

	.block-header .main-menu ul > li.has-child > a>.toggle{
		display: block;
	}
	.block-header .main-menu ul ul.nav > li.has-child > a>.toggle{
		top: 13px;
	}
	.block-header .main-menu ul > li.has-child > a>.toggle{
		width: 20px;
		height: 20px;
		-webkit-mask-size: 12px;
		-mask-size: 12px;
	}
	.block-header .main-menu li ul.nav ul.nav,
	.block-header .main-menu ul.navbar-nav ul.nav{
		max-height: 0px;
		overflow: hidden;
		visibility: visible;
		opacity: 1;
		position: relative;
		top: 0;
		left: 0;
		padding: 0;
		padding-left: 15px;
		box-shadow: none;
		margin: 0;
		transform: none;
		background-color: transparent;
	}
	.block-header .main-menu li.active> ul.nav,
	.block-header .main-menu ul li.active> ul.nav{
		max-height: 600px;
	}
}

/*sm*/
@media screen and (max-width:767px) {
	.navbar-toggler {
		top: 2px;
		z-index: 9;
	}
	.fz-35 {
		font-size: 24px;
	}
}


@media screen and (max-width:680px) {
	.slider-info h2 {
		font-size: 24px;
	}
}

/*xs*/
@media screen and (max-width:576px) {
	.slider-info h2 {
		font-size: 16px;
	}
	.slider-info p {
		font-size: 12px;
	}
}

@media screen and (max-width:480px) {
	.header-info {
		width: 90%;
	}
	.slider-info {
		display: none;
	}
	.slider-info p {
		font-size: 10px;
	}
}