.woocommerce li.product {
    vertical-align: top;
    display: inline-block;
    float: none;
}

.woocommerce ul.products {
    text-align: center;
}

.c-catalog-ordering{
	margin-bottom: 16px;
}

.c-product-grid{
	margin: 0;
}


.c-header__top-row-list--blocks-center{
	padding: 1rem 0 0 0
}

.c-header__2-row-2{
	padding: 0 0 10px 0;
}

.c-header__2-row-3{
	padding: 1rem 0;
	min-height: 0px
}

.c-page-header--low{
	padding-bottom: 0px;
}

.c-page-header--low:not(.c-page-header--sub-cat) .c-page-header__wrap{
	min-height: 0px;
}

.c-page-header--low .c-page-header__title{
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.c-page-header__title{

}

.c-breadcrumbs .c-breadcrumbs__list{
	font-size: 14px;
	font-weight: 400;
	line-height: 5.5;
}

.c-breadcrumbs__separator{
	font-size: 8px;
}

/* 404 */
.c-cart-empty{
	padding: 2rem 1rem;
	display:flex;
	justify-content:space-around;
	align-items:center;
	flex-direction: row-reverse;
	gap: 50px
}

.c-cart-empty__image-wrap .c-cart-empty__image{
	width: 500px ;
}

.c-cart-empty .c-cart-empty__header{
	margin-top: 10px;
	font-size: 28px;
	letter-spacing: 0.1em;
	text-align:left;
}
.c-cart-empty .c-cart-empty__try{
	margin-top: 15px;
	font-size: 16px;
	text-align:left;
}
.container-btn-404{
	display: flex;
	justify-content: start;
	align-items: center;
	margin: 3rem auto 0 auto;
}

.btn-404{
	background-color: #007bff;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
	font-size: 1rem;
	font-weight: 500;
}

.btn-404:hover {
    background-color: #0056b3;
}

.custom-cart-empty__products {
		background-color: #FFFF;
		padding: 3rem;
}

.custom-cart-empty__products-header {
		text-align: left;
    font-size: 18px;
		font-weight: 500;
    margin-bottom: 15px;
}

.custom-cart-empty__products-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.custom-cart-empty__product-item {
    border-radius: 8px;
    text-align: center;
}

.custom-cart-empty__product-link {
    color: #333;
    text-decoration: none;
}

.custom-cart-empty__product-link:hover {
    text-decoration: underline;
}

.custom-cart-empty__product-title {
    margin-top: 10px;
    font-size: 16px;
}

.custom-cart-empty__product-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.l-section__sidebar aside#tag_cloud-2{
	display:none;
}