@media (max-width:960px){

	.acol1 { width: 8.333333%; }
	.acol2 { width: 16.666666%; }
	.acol3 { width: 25%; }
	.acol4 { width: 33.333333%; }
	.acol5 { width: 41.666666%; }
	.acol6 { width: 50%; }
	.acol7 { width: 58.333333%; }
	.acol8 { width: 66.666666%; }
	.acol9 { width: 75%; }
	.acol10 { width: 83.333333%; }
	.acol11 { width: 91.666666%; }
	.acol12 { width: 100%; }

	.coll-full, .coll-full2{padding: 0 20px;}

	.nav-header, .form-header-deskt{
		display: none;
	}

    .banner-mob{
        display: block;
    }

    .banner-dek{
        display: none;
    }

	.form-header-mobile{
		display: block;
	}

	.menu-buton-mob{
		display: block;
		background: none;
		border: none;
		padding: 0;
		height: 15px;
	}

	.container-menumb{
		display: block;
		position: fixed;
		top: 0;
		right: -100%;
		width: 77%;
		height: 100%;
		transition: right 0.4s ease;
		z-index: 7;
		-webkit-transition: 0.4s right ease;
	}

	.overlay-menumb{
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, .6);
		display: none;
		z-index: 6;
	}

	.show-menu{
		right: 0;
	}

	.custom-search-btn{
		border: 1px solid #FBFBFC;
   	 	background: #FBFBFC;
	}

	.form-search-header-cont-mob .custom-input-search{
		border: 1px solid #FBFBFC;
        background: #FBFBFC;
	}

	.menumb-item-link{
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size: 18px;
		line-height: 24px;
		font-weight: bold;
		color: #2C2C2C;
		padding: 10px 0;
		text-decoration: none;
	}
	.return-menumb-btn{
		font-size: 16px;
		line-height: 22px;
		color: #2C2C2C;
		font-family: 'OpenSans-ExtraBold';
		margin: 0 0 30px;
	}
	.subactegory-menumb-item{
		padding: 11px 0;
	}

	.subactegory-menumb-item a{
		font-size: 16px;
		line-height: 22px;
		color: #2C2C2C;
		font-weight: bold;
	}

	.sub-category-head{
		font-size: 16px;
		line-height: 22px;
		font-family: 'OpenSans-ExtraBold';
		text-transform: uppercase;
		margin: 0 0 25px;
		color: #2C2C2C;
	}

	.subcategory-container{
		display: none;
		padding: 59px 23px 59px 30px;
	}
	.subcategory-container .dashicons-arrow-right-alt2{
		margin: 0 5px 0 -4px;
	}

	.btn-open-subcat .dashicons-arrow-right-alt2{
		margin: 0 -4px 0 0;
		color: #2C2C2C;
	}

	.subcategory-container.selected{
		display: block;
		max-height: 500px;
		overflow-y: scroll;
		padding: 59px 23px 128px 30px;
	}

	.menu-buton-mob img{
		height: 15px;
		width: 22px;
	}

	.logo-container{
		height: auto;
		max-width: 129px;
		padding: 11px 0;
	}

	.body-header-content{
		height: auto;
	}

	.cenefa_header{
		justify-content: space-between;
	}

	.form-search-header-cont-mob{
		max-width: 172px;
	}
	.form-search-header-cont-mob .custom-input-search{
		padding: 9px 11px;
	}

	.wp-block-image img{
		max-width: 130px;
	}
	
	.grid-layout-featured-post{
		grid-template-columns: repeat(2, 50%);
		width: calc(100% - 30px);
	}

	.grid-layout-post{
		gap: 20px;
		width: calc(100% - 20px);
	}
	
	.tags-nwslt-cont{
		flex-direction: column;
	}

	.form-newsletter-container{
		max-width: unset;
	}

	.tags-container{
		max-width: unset;
	}

	.footer-navigate-cont{
		flex-direction: column;
	}

	.container-vp{
		flex-direction: column;
		gap: 30px;
        margin: 20px 0 0;
	}

	.cenefa_header{
		padding: 11px 20px 10px;
	}

	.tienda_container{
		height: 19px;
		line-height: 19px;
	}
	.tienda_container span{
		font-size: 14px;
	}

	.menu-mobile-bttom{
		background-color: #f8f7f7;
    	padding: 17px 30px 25px;
		position: absolute;
        bottom: 0;
        width: -webkit-fill-available;
	}

	.explore-shop-link{
		font-size: 12px;
		line-height: 17px;
	}
	.card-post .wp-post-image{
        height: 210px;
    }

    .conten-view-post img{
        width: 100% !important;
        max-width: unset;
    }
    .page-header{
        margin-bottom: 20px;
        padding: 0 0 20px;
    }
    .site-content{
        margin: 0;
    }

	.footer-navigate-cont{
		align-items: flex-start;
	}
}
@media (max-width:600px){

	.category-list-mb-desk{
		display: none !important;
	}
	
	.category-list-mob{
		display: flex !important;
		justify-content: space-between;
	}

	.grid-layout-featured-post, .grid-layout-post{
		grid-template-columns: 100%;
		width: auto;
	}

	.menu-category{
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px 50px;
	}

	.grid-layout-post .card-post .card_post-image-cont img{
		max-height: 210px;
	}

	.prev-navigation .underline, .next-navigation .underline{
		display: none;
	} 

	.bttm-info{
		flex-direction: column;
		gap: 15px;
	}
	.footer-bottom{
		justify-content: space-between;
	}

	.sidebar-container{
		max-width: unset;
	}

	.nav-next{
		justify-content: flex-start;
		margin: 0 0 0 19px;
	}

	.nav-previous{
		justify-content: flex-end;
		margin: 0 19px 0 0;
	}

	.slideContainer{
		margin: 0 -20px 0 0;
	}
	.swiper-scrollbar-horizontal{
		width: 90% !important;
	}

	.category-list-mob{
		flex-wrap: nowrap;
		justify-content: flex-start;
	}

	.tags-container{
		padding: 20px 17px;
		width: calc(100% - 34px);
	}

	#viewPost{
		padding: 0 20px 20px;
	}

	.blog_title{
		font-size: 20px;
		line-height: 27px;
		margin: 30px 0 0;
	}

	.tag-list{
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.title-vp{
		font-size: 20px;
		line-height: 27px;
	}

	.tcags-features-pts{
		padding: 0;
	}
}

@media (max-width:400px){
	.tags-container{
		width: calc(100% - 34px);
	}
	.menu-category{
		gap: 20px;
	}
}

@media (max-width:350px){
	.slideContainer{
		margin: 0 -13px 0;
	}

	.coll-full, .coll-full2{
		padding: 0 13px;
	}
}