.foxplugin-review-title {
    position: relative;
    font-size: 30px;
    margin-bottom: 30px;
    color: #5eab98;
    margin-top: 60px;
    padding-left: 20px;
    font-weight: 600;
    text-align: center;
}

.foxplugin-review-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.foxplugin-review-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}


.foxplugin-review-item {
    background: linear-gradient(338deg, rgb(255 255 255 / 33%) 43%, #fffffff7 100%);
    border: 1px solid #fff;
    padding: 25px;
    border-radius: 5px;
}

.foxplugin-review-item:hover {
    background: linear-gradient(338deg, #fffffff7 43%, rgb(255 255 255 / 33%) 100%);
}

.foxplugin-review-content {
    font-style: italic;
    color: #555;
    margin: 0px;
    font-size: 20px;
}

.foxplugin-review-author {
    font-weight: bold;
    color: var(--color-3);
    margin: 0px;
}

.foxplugin-review-author {
    display: inline-block;
    transform-origin: left center;
    transition: transform 0.3s ease;
}

.foxplugin-review-item:hover .foxplugin-review-author {
    transform: scale(1.04);
    color: rgb(136, 136, 136);
}

.foxplugin-feature-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    margin-top: 40px;
}

.foxplugin-feature-item {
    background: linear-gradient(162deg, rgba(255, 255, 255, 1) 73%, rgb(195, 216, 211) 100%);
    border-radius: 7px;
    padding: 20px;
    flex: 1 1 30%;
    text-align: center;
    border: 1px solid var(--color-3);
    transition: background 0.3s ease, transform 0.3s ease;
}

.foxplugin-feature-item:hover {
    background: linear-gradient(162deg, rgba(255, 255, 255, 1) 50%, rgb(195, 216, 211) 100%);
    transform: scale(0.97);
}

.foxplugin-feature-item i {
    display: inline-block;
    /* Đảm bảo thẻ i có thể xoay */
    transition: transform 0.6s ease;
    /* Transition cho xoay mượt mà */
}

.foxplugin-feature-item:hover i {
    animation: spin 0.6s ease-in-out forwards;
    /* Kích hoạt animation khi hover */
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.foxplugin-icon {
    font-size: 45px;
    color: #2a9d8f;
    margin-bottom: 15px;
}

.foxplugin-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--color-2);
}

.foxplugin-desc {
    font-size: 16px;
    color: #555;
    line-height: 1.5;
}

.beh1:hover {
    opacity: 0.6;
}

.beh1 svg {
    width: 400px;
    display: block;
    margin-bottom: -50px;
}

.beh1 svg path {
    fill: #567f74;
}

.beh1 span {
    text-shadow: -2px -2px 0 #567f74, 2px -2px 0 #567f74, -2px 2px 0 #567f74, 2px 2px 0 #567f74;
}

.foxb-header .beh1 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 40px;
    margin-top: 40px;
}

.foxb-header p {
    font-size: 20px;
}

.foxb-header {
    position: relative;
    text-align: center;
    background: linear-gradient(359deg, #569283 0%, rgb(205 222 218) 100%);
}

.inner-header {
    height: 35vh;
    width: 100%;
    margin: 0;
    padding: 0;
}

@media (max-width: 900px) {
    .inner-header {
        height: 60vh;
    }
}

.baflex {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: #fff;
    font-size: 25px;
}

.bewaves {
    position: relative;
    width: 100%;
    height: 20vh;
    margin-bottom: -10px;
    min-height: 100px;
    max-height: 150px;
}

.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .foxplugin-feature-item {
        flex: 1 1 100%;
    }

    .bewaves {
        height: 40px;
        min-height: 100px;
        width: 200%;
    }

    .foxb-header .beh1 {
        font-size: 30px;
    }
}


.foxpost-menu {
    position: relative;
}

.foxpost-menu span {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: #fff;
}

.foxpost-menu img,
.foxpost-menu svg {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: 2px solid;
}

.foxpost-menu img:hover,
.foxpost-menu svg:hover {
    border-color: var(--color-2);
}

.foxpost-menu svg path {
    fill: var(--color-1)
}

.foxpost-menu-list {
    position: absolute;
    background: #ffffff;
    border: 1px solid var(--color-3);
    padding: 15px;
    min-width: 170px;
    right: 0;
    z-index: 3;
    margin-top: 10px;
    border-radius: 5px;
}

.foxpost-menu-list i {
    width: 25px;
}

.foxpost-menu-list a {
    display: block;
}

.foxpost-menu-list a:first-child {
    border-bottom: 1px dashed;
    margin-bottom: 10px;
    padding-bottom: 10px;
}







.foxplugin-mini-cart svg:hover path {
    fill: var(--color-2);
}

ul.woocommerce-mini-cart.cart_list.product_list_widget {
    height: calc(100dvh - 210px);
    /* iOS mới có thể hỗ trợ dvh */
    overflow: auto;
    padding-right: 7px;
}

.widget_shopping_cart_content * {
    scrollbar-color: #eee #ffffff00;
    scrollbar-width: thin !important;
}

p.woocommerce-mini-cart__buttons.buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 0px;
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
    justify-content: space-around;
}

p.woocommerce-mini-cart__buttons.buttons a {
    padding: 5px 20px;
    background: #00845c2e;
    color: var(--color-2);
}

p.woocommerce-mini-cart__buttons.buttons a:hover {
    background: var(--color-1);
    color: #fff;
}

li.woocommerce-mini-cart-item.mini_cart_item .quantity {
    color: var(--color-3);
}

p.woocommerce-mini-cart__empty-message {
    margin-bottom: 0px;
    color: #999;
    text-align: center;
    position: relative;
    padding-top: 0px;
}

p.woocommerce-mini-cart__empty-message::before {
    content: "\f49e";
    font-family: "FontAwesome";
    font-size: 40px;
    color: #ccc;
    display: block;
}

p.woocommerce-mini-cart__total.total {
    margin-bottom: 10px;
    margin-top: 10px;
    position: absolute;
    bottom: 60px;
    left: 25px;
    right: 25px;
    text-align: center;
}

.foxplugin-mini-cart {
    position: relative;
    display: inline-block;
}

@media (max-width: 999.98px) {
    .foxplugin-mini-cart {
        padding-right: 20px;
    }
}

.mini-cart-icon {
    cursor: pointer;
    position: relative;
}

.cart-contents-count {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: var(--color-2);
    color: #fff;
    font-size: 10px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mini-cart-content {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 330px;
    bottom: 10px;
    background: linear-gradient(162deg, rgb(255 255 255 / 92%) 73%, rgb(195, 216, 211) 100%);
    box-shadow: 0 0px 40px rgb(0 0 0 / 37%);
    padding: 25px;
    z-index: 99999;
    border-radius: 7px;
    transform: translateX(110%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.4s ease, opacity 0.4s ease;
    display: none;
}

.mini-cart-header i {
    width: 35px;
}

.mini-cart-content.is-open {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}

.mini-cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #afafaf;
    padding-bottom: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
}

.close-cart {
    font-size: 20px;
    text-decoration: none;
    color: #333;
}

/* CSS cho sản phẩm trong mini cart */
.woocommerce-mini-cart-item {
    display: flex;
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.woocommerce-mini-cart-item .ct-media-container {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    margin-right: 15px;
}

.woocommerce-mini-cart-item .ct-media-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
}

.woocommerce-mini-cart-item .product-data {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 25px;
}

.woocommerce-mini-cart-item .product-title {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 1.3;
    color: #333;
    text-decoration: none;
}

.woocommerce-mini-cart-item .quantity {
    font-size: 13px;
    color: #666;
}

.woocommerce-mini-cart-item .remove_from_cart_button {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 18px;
    color: #ccc;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.woocommerce-mini-cart-item .remove_from_cart_button:hover {
    opacity: 1;
    color: #ff0000;
}

.woocommerce-mini-cart-item .remove_from_cart_button svg {
    width: 13px;
    height: 13px;
}

.product_list_widget li {
    grid-template-columns: 80px 1fr !important;
    grid-column-gap: 10px !important;
}

span.foxplugin-ico-cart.open-mini-cart {
    position: fixed;
    display: flex;
    right: 25px;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    color: #fff;
    bottom: 80px;
    z-index: 9999;
    background: var(--color-1);
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

span.foxplugin-ico-cart.open-mini-cart:hover {
    background: var(--color-2);
}

span.cart-contents-count {
    right: -7px;
    top: 0px;
}

@media (max-width: 700px) {
    span.foxplugin-ico-cart.open-mini-cart {
        display: none
    }
}

/* menu chuot phai ---------------------------------------------------------------------- */
.context-menu {
    display: none;
    position: absolute;
    background-color: #ffffffe0;
    padding: 15px;
    z-index: 999;
    border-radius: 7px;
    border: 1px solid var(--color-3);
    width: 190px;
    box-shadow: 0px 0px 7px #0000000d;
    animation: popup 0.5s;
}

.context-menu ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.context-menu button {
    border: none;
    width: 100%;
    background: none;
    text-align: left;
    padding: 0px;
    display: grid;
}

.context-menu a {
    text-decoration: none;
}

#contextMenu ul li {
    padding: 5px 10px;
}

#contextMenu ul li:hover {
    background: #7faca138;
    padding: 5px 10px;
    border-radius: 5px;
}

#contextMenu ul li i {
    margin-right: 10px;
}

ul.menu-lh {
    border-top: 1px dashed #9ec8bd;
    padding-top: 10px;
    margin-top: 10px;
}





[data-prefix="blog"] .entry-card {
    position: relative;
}

.foxplugin-product-button {
    position: absolute;
    bottom: 20px;
    right: 20px;
    left: 20px;
}

.foxplugin-product-card {
    padding-top: 20px;
}

.foxplugin-product-price {
    font-size: 18px;
    color: #797979;
    margin-bottom: 10px;
}

.foxplugin-view-product {
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    background: none;
    text-align: center;
    border: 1px solid #5eab98;
    width: 100%;
    color: #5eab98;
    text-decoration: none;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease;
}

/* Hiệu ứng nền chạy từ trái sang phải */
.foxplugin-view-product::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #5eab98;
    transition: width 0.4s ease;
    z-index: -1;
}

/* Khi hover thì nền tràn hết */
.foxplugin-view-product:hover::before {
    width: 100%;
}

/* Khi hover thì đổi màu chữ để nổi bật */
.foxplugin-view-product:hover {
    color: #fff;
}



section.related .ct-module-title {
    background: rgb(205 222 218 / 64%);
    transition: color .12s ease;
    border-top: none;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 16px;
    color: #00382d !important;
    margin-bottom: 20px !important;
}

/* Widget Danh mục sản phẩm */
.foxplugin-box-muc {
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
}

.foxplugin-box-muc span {
    border: 1px solid #5eab98;
    background: #fff;
    border-radius: 7px;
    padding: 5px 15px;
    font-weight: bold;
}

.foxplugin-box-muc a {
    color: #5eab98
}

.variation-button-first {
    border-color: #a75500 !important;
    color: #a75500 !important;
}