.ws-content {
    padding-bottom: 20px;
}
.breadcrumb {
    margin: 0;
}

.box-bestseller-col.col-left,
.box-bestseller-col.col-right {
    gap: 30px;
    display: flex;
    flex-direction: column;
}
.advertise-right {
    top: 80px;
    position: sticky;
    overflow: hidden;
    border-radius: 8px;
}
.slick-slider .btn-prev,
.slick-slider .btn-next,
.owl-carousel .btn-prev,
.owl-carousel .btn-next {
    width: 40px;
    height: 40px;
    z-index: 10;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 20px);
    color: var(--ws-color-white);
    display: grid;
    align-items: center;
    cursor: pointer;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
}
.slick-slider .btn-prev,
.owl-carousel .btn-prev {
    left: 20px;
    background: #ccc url(../images/arrow-left.png) no-repeat center center;
    background-size: 10px 20px;
}
.slick-slider .btn-next,
.owl-carousel .btn-next {
    right: 20px;
    background: #ccc url(../images/arrow-right.png) no-repeat center center;
    background-size: 10px 20px;
}
.slick-slider .btn-prev:hover,
.slick-slider .btn-next:hover,
.owl-carousel .btn-prev:hover,
.owl-carousel .btn-next:hover {
    background-color: var(--ws-color-primary);
}

.noitem {
    margin: 0;
    padding: 20px;
    font-size: 15px;
    text-align: center;
    border-radius: 8px;
}

/* .box-table */
.box-table {
    padding: 20px;
    border-radius: 8px;
    position: relative;
    background: var(--ws-color-white);
}
.box-table .box-head {
    margin-bottom: 20px;
}
.box-table .box-head .name {
    margin: 0;
}
.box-table .box-head h1.name,
.box-table .box-head h2.name,
.box-table .box-head h3.name,
.box-table .box-head div.name,
.box-table .box-head .name a {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}
.box-table .box-body {
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    border: 1px solid var(--ws-color-background);
}
.box-table .box-foot a {
    font-weight: 700;
    color: var(--ws-color-primary);
}
.box-table .box-foot a::after {
    content: '\f0da';
    font-family: 'FontAwesome';
    margin-left: 6px;
}
.box-table .products .product {
    position: relative;
    background: var(--ws-color-white);
}
.box-table .products:not(.owl-carousel) .product {
    margin-bottom: -1px;
}
.box-table:not(.box-product-compare) .products:not(.owl-carousel) .product::before,
.box-table:not(.box-product-compare) .products:not(.owl-carousel) .product::after {
    bottom: 0;
    z-index: 2;
    content: "";
    position: absolute;
    background: var(--ws-color-background);
}
.box-table .products:not(.owl-carousel) .product::before {
    left: 0;
    right: 0;
    height: 1px;
}
.box-table .products:not(.owl-carousel) .product::after {
    top: 0;
    width: 1px;
    right: -1px;
}
.products {
    display: grid;
    position: relative;
    background: var(--ws-color-white);
    grid-template-columns: repeat(5, 1fr);
}
.products .product .stars {
    display: flex;
    color: var(--ws-color-second);
}
.products .product .star-wrap span {
    margin-right: 0;
}
.products .product .star-wrap span::before {
    content: "|";
    color: darkgray;
    margin: 0 5px 0 3px;
}
.box-table .box-foot {
    margin-top: 20px;
    text-align: center;
}

.box-banners {
    margin-bottom: 10px;
}
.box-banners:not(.owl-carousel) {
    gap: 10px;
    display: grid;
    position: relative;
    grid-template-columns: repeat(2, 1fr);
}
.box-banners:not(.owl-carousel) > * {
    display: none;
}
.box-banners:not(.owl-carousel) > :nth-child(1),
.box-banners:not(.owl-carousel) > :nth-child(2) {
    display: block;
}
.box-banners img {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
}
.box-banners .btn-prev,
.box-banners .btn-next {
    transform: scale(0.9);
}

.box-brands {
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 10px;
}
.box-brands:not(.owl-carousel) .brand-item {
    display: none;
}
.box-brands:not(.owl-carousel) .brand-item:nth-child(1),
.box-brands:not(.owl-carousel) .brand-item:nth-child(2),
.box-brands:not(.owl-carousel) .brand-item:nth-child(3),
.box-brands:not(.owl-carousel) .brand-item:nth-child(4),
.box-brands:not(.owl-carousel) .brand-item:nth-child(5),
.box-brands:not(.owl-carousel) .brand-item:nth-child(6),
.box-brands:not(.owl-carousel) .brand-item:nth-child(7),
.box-brands:not(.owl-carousel) .brand-item:nth-child(8) {
    display: grid;
}
.box-brands:not(.owl-carousel) {
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
}
.box-brands .btn-prev {
    left: -5px;
    transform: scale(0.75);
}
.box-brands .btn-next {
    right: -5px;
    transform: scale(0.75);
}
.box-brands a {
    height: 60px;
    padding: 10px;
    display: grid;
    border-radius: 6px;
    position: relative;
    align-items: center;
    background: var(--ws-color-white);
    transition: all .3s ease;
    border: 1px solid white;
}
.box-brands a:hover,
.box-brands a.active,
.box-brands a.active:hover {
    border-color: var(--ws-color-primary);
}
.box-brands a img {
    width: auto;
    height: auto;
    margin: auto;
    max-width: 100%;
    max-height: 30px;
}

.box-product_cat:not(:last-child) {
    margin-bottom: 20px;
}

.paginate {
    text-align: center;
}
ul.pagination {
    display: inline-flex;
    vertical-align: middle;
}

ul.filters {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 15px 15px 0;
    background: var(--ws-color-white);
}
ul.filters>li:first-child {
    font-weight: 700;
    line-height: 20px;
    padding-left: 24px;
    background: url(../images/filter.png) no-repeat left 0 / 20px;
}
ul.filters>li:first-child::after {
    content: ":";
}
ul.filters button {
    gap: 3px;
    border: none;
    outline: none;
    display: flex;
    cursor: pointer;
    background: none;
    line-height: 20px;
    padding: 0 0 15px;
    position: relative;
    align-items: center;
    white-space: nowrap;
    transition: all .3s ease;
}
ul.filters .open button,
ul.filters button:hover {
    color: var(--ws-color-primary);
}
ul.filters .remove {
    top: 50%;
    z-index: 10;
    cursor: pointer;
    font-size: 16px;
    margin-top: -7px;
    color: var(--ws-color-primary);
    position: absolute;
    transition: all .3s ease;
    transform: translateY(-50%);
}
ul.filters .remove:hover {
    color: black;
}
ul.filters button>div,
ul.filters button .active > i {
    color: gray;
}
ul.filters button .active {
    font-weight: 700;
    color: var(--ws-color-black);
}
ul.filters button .active > i {
    font-weight: 400;
    font-style: normal;
}
ul.filters button>div>b,
ul.filters button .active b {
    color: var(--ws-color-black);
}
ul.filters button>div::before,
ul.filters button .active::before {
    top: 1px;
    opacity: 0;
    font-size: 16px;
    color: var(--ws-color-primary);
    content: "\f056";
    margin-right: 5px;
    position: relative;
    font-family: FontAwesome;
}
ul.filters .dropdown-menu {
    margin: 0;
    padding: 10px;
    overflow: hidden;
}
ul.filters .open .dropdown-menu {
    gap: 10px;
    display: grid;
    overflow-y: auto;
    max-height: 320px;
    align-items: center;
}
ul.filters .open:not(.filter-sort) .dropdown-menu {
    grid-template-columns: repeat(2, 1fr);
}
ul.filters .open.col-2 .dropdown-menu {
    grid-template-columns: repeat(2, 1fr);
}
ul.filters .open.col-3 .dropdown-menu {
    grid-template-columns: repeat(3, 1fr);
}
ul.filters .dropdown-menu>li>a,
ul.filters .dropdown-menu>li>button {
    gap: 7px;
    width: 100%;
    display: flex;
    color: var(--ws-color-black);
    padding: 6px 8px;
    border-radius: 4px;
    position: relative;
    white-space: nowrap;
    align-items: center;
    border: 1px solid #ddd;
}
ul.filters .dropdown-menu>li>button.active,
ul.filters .dropdown-menu>li>button:hover,
ul.filters .dropdown-menu>li>a.active,
ul.filters .dropdown-menu>li>a:hover {
    color: var(--ws-color-white);
    background: var(--ws-color-primary);
    border-color: var(--ws-color-primary);
}
ul.filters .filter-radio .dropdown-menu>li>a::before,
ul.filters .filter-radio .dropdown-menu>li>button::before {
    content: "\f10c";
    color: darkgray;
    transform: all .3s ease;
    font-family: FontAwesome;
}
ul.filters .filter-radio .dropdown-menu>li>a.active::before,
ul.filters .filter-radio .dropdown-menu>li>button.active::before {
    color: var(--ws-color-white);
    content: "\f058";
}
ul.filters .filter-radio .dropdown-menu>li>a:hover::before,
ul.filters .filter-radio .dropdown-menu>li>button:hover::before {
    color: var(--ws-color-white);
}
ul.filters .col-2.open .dropdown-menu {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
}
ul.filters .col-3.open .dropdown-menu {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(3, 1fr);
}
ul.filters .active .dropdown-toggle {
    font-weight: 700;
}

/* bntMore */
.bntMore {
    position: relative;
}
.bntMore .showmore {
    gap: 6px;
    font-weight: 700;
    line-height: 18px;
    border-radius: 30px;
}
.bntMore .showmore:not(.loading)::after {
    content: '\f0d7';
    font-family: FontAwesome;
}
.bntMore .showmore.loading,
.bntMore .showmore:not(.active):hover {
    color: var(--ws-color-primary);
    background: var(--ws-color-white);
}

.box-table .products.owl-carousel {
    margin: 0;
}
.box-table .products.owl-carousel .product {
    border: 0;
}

.ws-tags-nav {
    gap: 30px;
    display: flex;
    color: var(--ws-color-white);
    flex-wrap: wrap;
    background: #333;
    padding: 10px 15px;
    margin-bottom: 40px;
    border-radius: 6px;
}
.ws-tags-nav li {
    position: relative;
}
.ws-tags-nav li:not(:last-child)::after {
    width: 1px;
    content: '';
    right: -15px;
    height: 14px;
    position: absolute;
    background: darkgray;
    top: calc(50% - 7px);
}
.ws-tags-nav li:hover a,
.ws-tags-nav li a:focus {
    color: var(--ws-color-second);
}

.series {
    gap: 10px;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    margin-top: -10px;
    position: relative;
    align-items: center;
    margin-bottom: 20px;
}
.series a {
    height: 35px;
    display: grid;
    padding: 6px 9px;
    line-height: 20px;
    align-items: center;
    background: var(--ws-color-white);
    border-radius: 6px;
    border: 1px solid #ddd;
    transition: all .3s ease;
}
.series a:hover,
.series a.active {
    border-color: var(--ws-color-primary);
}
.entry {
    position: relative;
}
.term-desc {
    padding: 20px;
    font-size: 16px;
    margin-top: 40px;
    border-radius: 8px;
    position: relative;
    background: var(--ws-color-white);
}
.term-desc .entry {
    overflow: hidden;
    max-height: 395.5px;
    position: relative;
}
.term-desc p:last-child {
    margin-bottom: 0;
}
.term-desc-top {
    padding: 30px;
    margin: 20px 0 30px;
}
.term-desc .entry-hide {
    max-height: initial;
}
.term-desc .entry-more-btn {
    text-align: center;
}
.term-desc .entry-more-btn span {
    font-size: 16px;
    cursor: pointer;
    color: var(--ws-color-primary);
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    gap: 7px;
}
.term-desc .entry-more-btn span::after {
    font-weight: 400;
    font-family: FontAwesome;
}
.term-desc .entry-show .entry-more-btn span::after {
    content: "\f0d7";
}
.term-desc .entry-hide .entry-more-btn span::after {
    content: "\f0d8";
}
.term-desc .entry-show .entry-more-btn {
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    padding: 200px 30px 0;
    background-image: linear-gradient(transparent, white);
}
.term-desc .entry-hide .entry-more-btn {
    margin-top: 30px;
}
.term-desc .entry ul {
    margin-left: 7px;
}

/* box-faqs */
.box-faqs {
    padding: 20px;
    font-size: 16px;
    margin-top: 40px;
    border-radius: 8px;
    position: relative;
    background: var(--ws-color-white);
}
.box-faqs .box-title {
    font-weight: 700;
    margin-bottom: 15px;
}
.box-faqs .panel-group {
    margin-bottom: 0;
}
.box-faqs .panel-group .panel+.panel {
    margin-top: 10px;
}
.box-faqs .panel-heading {
    padding: 0;
}
.box-faqs .panel-heading a {
    display: block;
    line-height: 20px;
    position: relative;
    padding: 15px 30px 15px 15px;
    background: var(--ws-color-white);
}
.box-faqs .panel-heading a:not(.collapsed) {
    background: var(--ws-color-background);
}
.box-faqs .panel-heading a::after {
    right: 15px;
    font-size: 20px;
    position: absolute;
    top: calc(50% - 11px);
    font-family: FontAwesome;
}
.box-faqs .panel-heading a[aria-expanded=false]::after {
    content: '\f107';
}
.box-faqs .panel-heading a[aria-expanded=true]::after {
    content: '\f106';
}
.box-faqs .panel-group .panel {
    overflow: hidden;
    border-radius: 6px;
}

/* box-product-selling */
.box-product-selling {
    margin-top: 30px;
}
.box-product-selling .box-body {
    margin: 0;
}

@media screen and (max-width: 1200px)
{
    .products {
        grid-template-columns: repeat(4, 1fr);
    }
    .box-product_cat:not(.ws-product-series) .product:nth-child(5) {
        display: none;
    }
}

@media screen and (max-width: 992px)
{
    .products {
        grid-template-columns: repeat(3, 1fr);
    }
    .box-product_cat:not(.ws-product-series) .product:nth-child(9) {
        display: inherit;
    }
}

@media screen and (max-width: 767px)
{
    .ws-content {
        overflow: hidden;
    }
    .breadcrumb,
    .box-title,
    .box-content {
        padding-left: 10px;
        padding-right: 10px;
    }
    .breadcrumb {
        margin-bottom: 0;
    }
    .breadcrumb .items {
        overflow: hidden;
        flex-wrap: nowrap;
        white-space: nowrap;
    }
    .breadcrumb .items li:last-child {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .form-filter {
        padding-left: 10px;
        padding-right: 10px;
    }
    .box-brands {
        padding: 0;
    }
    .box-title {
        margin: 30px 0;
    }
    .box-primary {
        padding-left: 15px;
        padding-right: 15px;
    }
    .products {
        grid-template-columns: repeat(2, 1fr);
    }
    .products .product {
        border: 0;
    }
    ul.filters {
        padding: 0;
        gap: 10px;
        background: none;
        box-shadow: none;
    }
    ul.filters>li {
        column-gap: 20px;
        width: calc(50% - 5px);
    }
    ul.filters>li:first-child {
        width: 100%;
        display: none;
        margin-bottom: 15px;
    }
    ul.filters button {
        width: 100%;
        border-radius: 6px;
        background: var(--ws-color-white);
        padding: 9px 23px 9px 9px;
        border: 1px solid var(--ws-color-background);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    ul.filters .dropdown-menu>li>a {
        padding: 7px 8px;
    }
    ul.filters button .caret {
        position: absolute;
        right: 10px;
        margin: 0;
    }
    ul.filters .open button {
        border-color: var(--ws-color-primary);
    }
    ul.filters .open .dropdown-menu {
        margin-top: 2px;
        width: calc(200% + 10px);
        display: flex !important;
        flex-wrap: wrap;
    }
    ul.filters>li:nth-child(even) .dropdown-menu {
        left: 0 !important
    }
    ul.filters>li:nth-child(odd) .dropdown-menu {
        left: -100%;
        margin-left: -10px;
    }
    ul.filters .remove {
        left: 10px;
        margin-top: 1px;
    }
    ul.filters button .active > i {
        display: none;
    }
    .box-brands a {
        height: 50px;
        padding: 10px;
    }
    .box-brands:not(.owl-carousel) {
        gap: 10px;
        grid-template-columns: repeat(4, 1fr);
    }
    .box-brands:not(.owl-carousel) .brand-item:nth-child(5),
    .box-brands:not(.owl-carousel) .brand-item:nth-child(6),
    .box-brands:not(.owl-carousel) .brand-item:nth-child(7),
    .box-brands:not(.owl-carousel) .brand-item:nth-child(8) {
        display: none;
    }
    .ws-product-series .product {
        display: grid !important;
    }
    .box-table {
        padding: 20px 10px;
    }
    .box-table .box-head {
        margin-bottom: 10px;
    }
    .box-table .box-head h1.name,
    .box-table .box-head h2.name,
    .box-table .box-head div.name {
        margin-bottom: 20px;
    }
    .box-table .box-foot {
        margin-top: 20px;
    }
    .series {
        margin: -10px 0 20px;
    }
    ul.filters button>div::before,
    ul.filters button .active::before {
        margin-right: 0;
    }
    .term-desc {
        padding: 15px;
        margin-top: 30px;
        border-radius: 6px;
    }
    .term-desc-top.entry {
        margin-top: 20px;
    }
    .term-desc .star-wrap .stars {
        width: 100%;
    }
    .term-desc.entry-show .entry-more-btn {
        padding: 200px 20px 20px;
    }
}

@media screen and (max-width: 413px)
{
    .slick-slider .btn-prev,
    .slick-slider .btn-next,
    .owl-carousel .btn-prev,
    .owl-carousel .btn-next {
        width: 30px;
        height: 30px;
        top: calc(50% - 15px);
        background-size: 8px 16px;
    }
    .breadcrumb,
    .box-title,
    .box-content {
        padding-left: 10px;
        padding-right: 10px;
    }
    .form-filter {
        padding-left: 10px;
        padding-right: 10px;
    }
    .box-table .box-head h3.name,
    .box-table .box-head .name a {
        padding: 10px;
        font-size: 16px;
        line-height: 20px;
    }
}