@media only screen and (max-width:1440px) and (min-width: 1201px){	
	.ch-info p {
		padding: 0;
		font-size: 12px;
	}
	.bread-crum h1 {
		top: 1em;
	}
}

@media only screen and (max-width:1200px) and (min-width: 992px){

	#desktop-header nav ul.desktop-menu > li > a {
		padding: 15px 12px;
	}
	#desktop-header nav ul.desktop-menu > li > i.fa-angle-down {
		left: 2%;
	}
	.meta-hold {
		padding: 50px;
		min-width: auto;
	}
	.meta-hold:before{
		display: none;
	}
	.holding a span:after {
		display: none;
	}
	.holding a span:before {
		display: none;
	}
	.holding a:after{
		display: none;
	}
	.holding a{
		background-image: url(../img/shape.png);
		background-repeat: no-repeat;
		background-position: center;
		padding: 1em 0;
		margin-bottom: 3em;
		display: block;
		background-size: contain;
	}
	.ch-info h2 {
		font-size: 18px;
		padding: 10px 0 0 0;
	}
	.ch-info p {
		padding: 0em 0em 0em;
		font-size: 12px;
	}
	.main-cat .category .meta-cat-img figure:before {
		content: "";
		position: absolute;
		width: 46%;
		height: 65%;
		top: -17%;
		left: 27%;
		z-index: -1;
		background-color: #676767;
		-webkit-transform: rotate(30deg);
		transform: rotate(45deg);
	}
	.main-cat .category:before {
		content: "";
		display: inline-block;
		width: 0;
		height: 0;
		/* margin-right: 5px; */
		position: absolute;
		left: 0%;
		top: 22%;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		z-index: -1;
		border-left: 35px solid transparent;
		border-right: 35px solid transparent;
		border-top: 35px solid #676767;
	}
	.main-cat .first-cat .category:after {
		content: "";
		display: inline-block;
		width: 0;
		height: 0;
		/* margin-right: 5px; */
		position: absolute;
		right: 0%;
		top: 22%;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		z-index: -1;
		border-left: 35px solid transparent;
		border-right: 35px solid transparent;
		border-top: 35px solid #676767;
	}
	.main-cat .category .meta-cat-img figure img {
		width: 50px;
	}
	.main-cat .category .meta-cat-title {
		transform: translateY(10px);
	}
	footer .sidebar-posts .side-post .recent-post-title {
		font-size: 11px;
		line-height: 25px;
	}
	.fixed-right-menu ul {
		/*right: 1%;*/
		top: -50%;
	}
	.bread-crum h1 {
		font-size: 1.5em;
		right: 4%;
	}
	.logo img{
		width: 210px;
	}
}

@media only screen and (max-width:767px){
	.fixed-right-menu {
    position: fixed;
    top: 100px;
    width: 100%;
    }	
	
	.home .down-menu {
		display: none;
	}
	.meta-hold:before{
		display: none;
	}
	.holding a span:after {
		display: none;
	}
	.holding a span:before {
		display: none;
	}
	.holding a:after{
		display: none;
	}
	.holding a{
		background-image: url(../img/shape.png);
		background-repeat: no-repeat;
		background-position: center;
		padding: 1em 0;
		margin-bottom: 3em;
		display: block;
	}
	.meta-hold {
		margin-top: 24px;
		min-width: 335px;
	}
	.fixed-right-menu ul{
		display: visible;
		top: 100px;
		
	}
	.main-cat .padding-cat {
		padding: 0 2em;
	}
	.ch-info {
		overflow: visible;
		opacity: 1;
		transform: scale(1);
	}
	.ch-info p {
		opacity: 1;
		padding: 0;
	}
	.ch-item {
		height: auto;
		margin-bottom: 5px;
	}
	.ch-info{
		position: static;
	}
	.main-cat .first-cat .category:before {
		display: none;
		left: 10%;
		top: 37%;
		z-index: 99999999;
		border-left: 33px solid transparent;
		border-right: 33px solid transparent;
		border-top: 33px solid #676767;
	}
	.main-cat .first-cat .category:after {
		display: none;
		right: 10%;
		top: 37%;
		z-index: 99999999;
		border-left: 33px solid transparent;
		border-right: 33px solid transparent;
		border-top: 33px solid #676767;
	}
	.main-cat .trans-top {
		margin: 0 0 2em;
		transform: translateY(0);
	}
	.main-cat .category .meta-cat-img figure:before{
		display: none;
	}
	.main-cat a {
		content: "";
		background-image: url(../img/shape3.png);
		background-repeat: no-repeat;
		width: 287px;
		background-size: contain;
		padding: 5em 0 0;
		background-position: center;
	}
	.main-cat .category .meta-cat-title {
		padding: 3em 0 1em;
		min-height: 100px;
	}
	.about {
		margin-top: 0;
		background-color: #28afbe;
		background-image: none!important;
	}
	.about .meta-about {
		padding: 2em 2em 2em;
		transform: translateY(0em);
	}
	.bread-crum h1{
		display: none;
	}
	ul.products li {
		width: 48%!important;
	}
	.woocommerce ul.products li.product .button {
		float: none;
		width: 100%;
	}
	ul.products li span.price {
		float: none;
		width: 100%;
		border-right: none;
		margin-top: 1px;
	}

}
@media only screen and (max-width:575px) and (min-width: 480px){
	.meta-hold {
		padding: 60px 115px;
	}
	.fixed-right-menu {
    position: fixed;
    top: 100px;
    width: 100%;
    }	
}

@media only screen and (max-width:375px) {
	.fixed-right-menu {
    position: fixed;
    top: 100px;
    width: 100%;
    }	
}



@media only screen and (max-width:767px) and (min-width: 575px){
	.fixed-right-menu {
    position: fixed;
    top: 100px;
    width: 100%;
    }	
	.meta-hold {
		padding: 50px;
		min-width: auto;
	}
	.holding h3 {
		font-size: 12px;
	}
	.meta-hold-content p{
		font-size: 12px;
	}
	.holding a {
		background-size: contain;
		margin-bottom: 0em;
	}
	.holding .row{
		justify-content: center;
	}
	.ch-info p {
		opacity: 1;
		padding: 0 0 16px 0px;
	}
	.main-cat .padding-cat {
		padding: 0 2em;
		justify-content: center;
	}
	.main-cat a {
		width: 245px;
	}
	.main-cat .category .meta-cat-img figure img {
		transform: translateY(-10px);
		-o-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
	}
	.ch-item {
		min-height: 40vh;
		background-size: cover;
	}
	.ch-info {
		min-height: 40vh;
	}
	.about{
		padding-bottom: 0;
	}
}
@media only screen and (max-width:991px) and (min-width: 768px){
	.fixed-right-menu {
    position: fixed;
    top: 100px;
    width: 100%;
    }
	.home .down-menu {
		display: none;
	}
	.meta-hold:before{
		display: none;
	}
	.holding a span:after {
		display: none;
	}
	.holding a span:before {
		display: none;
	}
	.holding a:after{
		display: none;
	}
	.holding a{
		background-image: url(../img/shape.png);
		background-repeat: no-repeat;
		background-position: center;
		padding: 1em 0;
		margin-bottom: 3em;
		display: block;
		background-size: contain;
	}
	.meta-hold {
		padding: 57px 35px;
		margin-top: 0;
		min-width: auto;
		top: 22px;
	}
	.holding h3 {
		font-size: 12px;
	}
	.meta-hold-content p{
		font-size: 12px;
	}
	.ch-info {
		overflow: visible;
		opacity: 1;
		transform: scale(1);
		min-height: 35vh;
	}
	.ch-info p {
		opacity: 1;
		padding: 0;
	}
	.ch-item {
		height: auto;
		margin-bottom: 0px;
		min-height: 100%;
		background-size: cover;
	}
	.ch-info{
		position: static;
	}
	._3col .row>div:last-child .ch-info{
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.main-cat .padding-cat {
		padding: 0 4em;
	}
	.main-cat .category .meta-cat-img figure:before {
		content: "";
		position: absolute;
		width: 60%;
		height: 70%;
		top: -17%;
		left: 20%;
		z-index: -1;
		background-color: #676767;
		-webkit-transform: rotate(30deg);
		transform: rotate(45deg);
	}
	.main-cat .first-cat .category:after, .main-cat .first-cat .category:before{
		display: none;
	}
	.fixed-right-menu ul{
		display: visible;
		top: 100px;
	}
	.bread-crum h1 {
		font-size: 1em;
	}
	ul.products li {
		width: 49%!important;
	}
}