.top-bar {
    position: relative;
    left: auto;
    right: auto;
}
.header {
    position: relative;
    background: red;
    height: auto !important;
}
.header-content {
    position: relative !important;
    flex-wrap: wrap;
}
.header-left {
    width: 100% !important;
}
.header-right {
    width: 100% !important;
    margin-right: 0 !important;
}
.header-right-title {
    width: 96% !important;
}
.header-bg {
    display: none;
}
.enter-btns-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}
.enter-btns-container a {
    display: flex;
}
.enter {
    min-height: 300px;
    width: 78%;
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
}
.enter-btn {
    justify-content: center !important;
    padding: 15px !important;
    width: 100% !important;
    flex-wrap: wrap;
    margin: 0 auto;
}
.category-page {
    flex-wrap: wrap;
}
.category-page-right {
    width: 100% ;
    min-height: auto;
}
.category-page-left {
    width: 100%;
    min-height: auto;
}
.sort-bar {
    flex-wrap: wrap;
}
.sort-options a {
    margin-right: 0;
    padding: 4px;
}
.sort-options {
    margin-bottom: 0;
    width: 100%;
}
.category-products {
    grid-template-columns: repeat(auto-fill, calc(50% - 10px));
}
.category-page .list {
    flex-wrap: wrap;
    justify-content: center;
}
.category-page .list .list-items {
    width: 46%;
    margin-bottom: 50px;
}
.page-product {
    margin-top: 10px !important;
}
.page-product .product-page-row {
    flex-wrap: wrap;
}
.page-product-right {
    width: 100%;
}
.page-product-center {
    width: 100%;
    margin-bottom: 15px;
}
.page-product-left {
    width: 100%;
}
.product-tabs ul li a span {
    font-size: 14px;
}
.product-add-comment a {
    display: flex;
    width: 100%;
    margin: 10px auto;
}