@media screen and (max-width: 1135px){
	.hero_header {
    display: flex;
    flex-direction: column-reverse;
    width: 90%;
    background: white;
    margin: 20px auto;
}
	.hero_header_left h1 {
    font-size: var(--h1fontsz);
    color: var(--pri);
    margin: 0px;
    padding: 0px;
    font-weight: 700;
    text-align: center;
}
	.hero_header_right {
    width: 250px;
    background: url(https://vs.trekwalaadventure.com/wp-content/uploads/krushna-communications-logo.png);
    background-size: contain;
    background-position: top;
    height: 69px;
    background-repeat: no-repeat;
}
	.navbar_svg{
	position: absolute;
	top: 20px;
	height: 25px;
	width: 25px;
	left: 20px;
	display: block;
}
	
.navigation {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: var(--sec);
    border-bottom: 1px solid #c8c8c8;
    height: 62px;
    padding-left: 30px;
    box-shadow: var(--hoversha);
}
	.nav_left h1 {
    font-size: 20px;
    color: var(--pridim);
	padding-left: 22px;
}
	
	.nav_right{
		display: none;
	}
	.mobile_menu_absolute {
    position: absolute;
    width: 0vw;
    background: white;
    left: 0;
    top: 43px;
    height: 100vh;
    display: flex;
    overflow: hidden;
    justify-content: center;
    margin-top: 20px;
    transition: .1s cubic-bezier(0.87, -0.03, 0, 0.96) all;
	z-index: 99999999;
}
	.mobile_menu_absolute ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    font-size: 2rem;
}
	
	  .single-product-page {
        padding: 20px;
    }
	
   .single-product-page .product_title {
    font-size: 20px;
    color: var(--bgdim);
}
	
	  .woocommerce-Reviews {
        padding: 15px;
    }
	
	/**Single Product Page Related Products **/
	
	.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
    content: " ";
    display: none;
}
	
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 2.992em;
}
	
	
/**CheckOut Page **/
	
    .woocommerce-order-overview {
        flex-direction: column;
        align-items: stretch;
    }
    .woocommerce-columns--addresses {
        flex-direction: column;
    }
	
	
	/** My Account Page **/

  .woocommerce {
    flex-direction: column;
    gap: 10px;
}
    .woocommerce-MyAccount-navigation {
        flex: 100%;
    }
	
	.shop_by_brands {
    display: flex;
    overflow-x: scroll;
    justify-content: flex-start;
    align-items: center;
    margin: 25px auto;
    padding: 16px;
    width: 90%;
    text-align: center;
    gap: 21px;
    background: white;
    border-radius: 16px;
    border: 1px solid ghostwhite;
}
	
	.hero_header_cat_grid {
    display: flex;
    max-width: 90%;
    --catherowidth: 128px;
    overflow-x: scroll;
    margin: 0px auto 0px;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    padding: 10px;
    /* border: 1px solid #dcdcdc5e; */
    border-radius: 12px;
}

	
}