header.entry-header.navbar-compact.animate-children {
    display: none !important;
}

article#post-7 {
    padding-top: 160px;
}

header.woocommerce-products-header.navbar-compact.animate-children {
    display: none;
}

.rows.d-flex.gap-3 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 150px;
}

.rows.d-flex.gap-3 .col-3 {
    width: 30%;
}

.rows.d-flex.gap-3 .col-9 {
    width: 70%;
}

aside#secondary {
    border: 1px solid #e2e2e2;
    padding: 15px 15px;
}

.shoppage{
	padding-top: 100px;
}

header.woocommerce-products-header, .woocommerce-breadcrumb {
    width: 1170px;
    margin: auto;
}

/* .vertical-wrapper{
	display: none !important;
} */

.product-item-container img {
    width: auto;
    height: auto;
}

a.button.product_type_external, a.button.add_to_cart_button {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #e2e2e2;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    background-color: red;
    color: white;
    margin-top: 10px;
}

.product-item-container {
    padding: 10px 10px !important;
}

ul.products.columns-4 {
    display: flex;
    flex-wrap: wrap;
}


nav.woocommerce-pagination ul {
    width: 100%;
    display: flex;
    justify-content: center;
}

ul.page-numbers li {
    padding: 10px 10px;
    border: 1px solid #d2d2d2;
}

nav.woocommerce-pagination {
    padding: 30px 0px;
}

.woocommerce-notices-wrapper {
    display: none;
}

p.woocommerce-result-count {
    width: 50%;
}

form.woocommerce-ordering {
    width: 50%;
    text-align: right;
}

select.orderby {
    padding: 10px 10px;
    border-radius: 10px;
}

.products-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

button.single_add_to_cart_button.button.alt {
    padding: 7px 20px;
    border-radius: 5px;
    background-color: red;
    color: white;
    border: 0;
    outline: none !important;
}


@media (max-width: 768px) {
    .header-center-right.col-md-9.col-sm-8.col-xs-2 {
        display: none;
    }
}