/* Chung */
:root {
    /* Define color variables */
    --cs-primary-color: #0092d3;
    --cs-secondary-color: #009adb;
    --cs-third-color: #7f7f82;
    --text-color: #444;
}

/* For modern browsers */
::-webkit-scrollbar {
    width: 12px;
    /* Width of the scrollbar */
    height: 12px;
    /* Height of the scrollbar */
}

::-webkit-scrollbar-thumb {
    background: var(--cs-third-color);
    /* Thumb (the draggable part) gradient */
    border-radius: 6px;
    /* Rounded corners for the thumb */
    border: 3px solid transparent;
    /* Adds spacing around thumb */
    background-clip: padding-box;
    /* Makes border transparent */
}

::-webkit-scrollbar-track {
    background: #f3f3f3;
    /* Track (background of scrollbar) */
    border-radius: 6px;
    /* Rounded corners for the track */
}

/* Hover effect for the thumb */
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(45deg, #feb47b, var(--cs-third-color));
    /* Inverts the gradient on hover */
}

/* For Firefox */
.scrollbar-container {
    scrollbar-width: thin;
    /* Sets the scrollbar width */
    scrollbar-color: var(--cs-third-color) #f3f3f3;
    /* Thumb color and track color */
}

.button:hover {
    box-shadow: unset !important;
    background-color: var(--cs-third-color);
}

.is-outline:hover,
.primary.is-outline:hover {
    background-color: var(--cs-third-color) !important;
    border-color: var(--cs-third-color) !important;
    color: #fff;
}

ol,
ul {
    margin-left: 20px;
}

.txt-center {
    text-align: center;
}

.g-hidden {
    display: none !important;
}

.w-50 {
    width: 50%;
    padding-inline: 0.5rem;
}

.w-100 {
    width: 100%;
    /* padding-inline: 0.5rem; */
}

.w-70 {
    flex-basis: 70%;
    max-width: 70%;
}

.w-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
}

.w-9 {
    flex-basis: 75%;
    max-width: 75%;
}

.w-3 {
    flex-basis: 25%;
    max-width: 25%;
}

.pd-inline-0 {
    padding-inline: 0 !important;
}

.padding-block-0 {
    padding-block: 0 !important;
}

.box-shadow-top {
    box-shadow: 0px 0px 4px 0px var(--cs-primary-color);
}

.padding-bottom-0 {
    padding-bottom: 0 !important;
}

.mt-1 {
    margin-top: 1rem;
}

.mt-2 {
    margin-top: 2rem;
}

.mt-3 {
    margin-top: 3rem;
}

/* CF7 */
.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: none;
    font-weight: bold;
    color: #00a0d2;
    text-align: center;
    margin-top: 1rem;
    width: 100%;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    color: #ffb900;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}

span.wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

.box-contact {
    display: flex;
    flex-wrap: wrap;
    background-color: var(--cs-primary-color);
    padding: 20px 10px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
}

.box-btn-contact-form {
    width: 100%;
    padding-inline: 0.5rem;
    margin-top: .5rem;
}

button.btn-contact-form {
    margin: 0;
    width: 100%;
    background-color: white;
    border-radius: 5px;
    transition: all 0.3s;
}

button.btn-contact-form:hover {
    background: var(--cs-secondary-color);
    color: white;
    transition: all 0.3s;
}

span.field-item-title {
    color: white;
}

.wpcf7-form .wpcf7-submit {
    width: 100%;
}

.wpcf7-form input,
.wpcf7-form textarea {
    border-radius: 5px !important;
}

/* Menu */
#header .header-nav-main {
    justify-content: center;
}

#header .header-nav-main.nav-uppercase>li>a,
#header .header-nav-main.nav>li>a {
    font-weight: 400;
}

.nav-left.nav>li {
    margin: 0 15px;
}

.header-top .nav-small.nav>li.html {
    font-size: 14px;
    color: #004978;
}

/* Footer */
.btn-default-ct {
    margin: 0;
    padding-inline: 10px;
}

.btn-default-ct img {
    width: 20px;
    height: 20px;
}

.contact-signup-nofication p {
    position: relative;
}

.contact-signup-nofication input {
    height: 45px !important;
    padding-right: 40px !important;
    border-radius: 10px !important;
}

.btn-default-ct {
    margin: 0;
    padding-inline: 5px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-menu .ux-menu-link__text {
    color: white;
    transition: all 0.3s;
}

.footer-menu a:hover .ux-menu-link__text {
    color: var(--cs-primary-color);
    transition: all 0.3s;
}

.footer-secondary {
    padding: 0 !important;
}

.absolute-footer.dark.medium-text-center.small-text-center {
    color: #fff;
    background: linear-gradient(-45deg, #004f82 0, #004f82 8px, #e47900 8px, #e47900 16px, #0092d3 16px, #0092d3 24px, rgba(0, 146, 211, 0) 24px) bottom right var(--Footer_Copyright_BackgroundColor, #004f82);
}

.none-border-bottom {
    margin-bottom: 0 !important;
}

.none-border-bottom .section-title-normal span,
.none-border-bottom .section-title-normal {
    border-bottom: none;
}

/* Single product */
.woocommerce-variation-add-to-cart {
    justify-content: space-between;
}

.woocommerce-variation-add-to-cart .ux-quantity {
    width: 100%;
}

.woocommerce-variation-add-to-cart .ux-quantity .qty {
    width: 90%;
    max-width: 90%;
}

.woocommerce-variation-add-to-cart .box-btn-add-to-cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.woocommerce-variation-add-to-cart .single_add_to_cart_button,
.woocommerce-variation-add-to-cart .ux-buy-now-button {
    width: 48%;
    margin: 0;
}

.woocommerce-variation-add-to-cart .single_add_to_cart_button {
    background-color: #00629b !important;
    border-radius: 5px;
    padding-block: 3px;
}

.woocommerce-variation-add-to-cart .ux-buy-now-button {
    background-color: #f29300;
    border-radius: 5px;
}

.woocommerce-variation-add-to-cart .ux-quantity__button {
    width: 10%;
}

.title-product-section {
    font-size: 1.5rem;
}

.product-section table tr {
    height: fit-content !important;
}

.product-section table tr td:first-child {
    background-color: #00629b;
    color: white;
    padding: 10px;
    border: 2px white solid;
    border-left: unset;
    width: 20% !important;
    font-weight: 700;
}

.product-section table td {
    padding: 10px;
    background-color: #ededed;
    border: 2px white solid;
    border-right: unset;
    height: fit-content !important;
}

.woocommerce-variation-add-to-cart .quantity .button.minus {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.woocommerce-variation-add-to-cart .quantity .button.plus {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

/* Trang chủ */
.hover-top-img {
    transition: all 0.3s;
}

.hover-top-img:hover {
    transform: translateY(5px);
    transition: all 0.3s;
}

.tabs-popular-product .nav-pills {
    width: 100%;
    background-color: #aaa;
    height: 52px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tabs-popular-product .nav-pills .tab {
    width: 50%;
    padding: 5px;
}

.tabs-popular-product .nav-pills .tab a span,
.tabs-popular-product .nav-pills .tab a {
    width: 100%;
    text-align: center;
    font-size: 1rem;
}

.tabs-popular-product .nav-box>li>a,
.tabs-popular-product .nav-pills>li>a {
    background-color: white;
    color: #333;
    transition: all 0.3s;
}

.tabs-popular-product .nav-box>li.active>a,
.tabs-popular-product .nav-pills>li.active>a {
    background-color: #333;
    color: white;
    transition: all 0.3s;
}

.box-text-products .title-wrapper {
    margin-bottom: 1rem;
    /* display: flex; */
    /* flex-direction: column-reverse; */
}

.box-text-products .title-wrapper a {
    font-size: 14px;
    font-weight: 700;
    color: #5c5c5c;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-small .col-inner,
.product-small .col-inner .product-small {
    border-radius: 10px;
}

.product-small .col-inner .product-small .box-image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.product-small.product {
    padding-top: 10px !important;
}

.row-box-shadow-2-hover .product-small.product .col-inner:hover,
.row-slider .product-small.product .col-inner:hover {
    box-shadow: rgba(0, 0, 0, .25) 0 0 10px;
}

.related-products-wrapper .product-small.product .col-inner .box-text-products {
    padding-left: 1.2em;
    padding-right: 1.2em;
}

.header-search .icon-search {
    font-size: 18px !important;
}

.header-search .icon-search:before {
    content: url(/wp-content/uploads/2025/09/icon_search.svg) !important;
    display: block;
    height: 18px;
}

.header-cart-link img.cart-img-icon {
    width: 20px;
}

.header-wrapper .header-main .header-nav-main.nav-right>li>a>i {
    color: #5c5c5c !important;
}

.box-price-wrapper {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.box-price-wrapper .quick-view {
    width: 25px;
}

.price span.amount {
    color: #004978;
}

.item-slider-fb {
    width: 20% !important;
}

.item-slider-fb h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-slider-fb p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.br-20 img {
    border-radius: 50px;
}

.blog-header-wrapper .searchform-wrapper.w-30 {
    width: 250px;
    margin-left: auto;
}

.blog-header-wrapper .searchform-wrapper.w-30 input {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.blog-header-wrapper .searchform-wrapper.w-30 button {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #7f7f82;
}

/* Posts item */
.box-vertical .box-image img {
    border-radius: 5px;
    object-fit: contain;
}

.blog-post-inner .post-meta,
.box-post-meta {
    display: flex;
    column-gap: 10px;
}

.blog-post-inner .post-title {
    margin-bottom: 15px;
}

.blog-post-inner .post-title a {
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #004978;
    transition: all 0.3s;
}

.recent-blog-posts-li .post-meta .date-post p {
    margin-bottom: 0;
}

.blog-post-inner .post-meta .date-post,
.blog-post-inner .post-meta .author-post,
.recent-blog-posts-li .post-meta .date-post,
.box-post-meta .author-post,
.box-post-meta .date-post,
.widget .wpp-shortcode .recent-blog-posts .date-post {
    font-size: 12px;
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.blog-post-inner .post-meta .author-post img,
.blog-post-inner .post-meta .date-post img,
.recent-blog-posts-li .post-meta .date-post img,
.box-post-meta .author-post img,
.box-post-meta .date-post img,
.widget .wpp-shortcode .recent-blog-posts .date-post img {
    width: 12px;
}

.blog-post-inner .button-cs-post {
    border-radius: 100px;
    background-color: #eeeeee;
    color: #333;
    transition: all 0.3s;
}

.blog-post-inner .button-cs-post:hover {
    background-color: #a8a8a8;
    transition: all 0.3s;
}

.recent-blog-posts-li .recent-blog-posts .thumbnail-wd-post-item {
    width: 7em;
    height: 4.5em;
}

.recent-blog-posts-li .recent-blog-posts .thumbnail-wd-post-item .bg-fill {
    border-radius: 5px;
}

.recent-blog-posts-li .recent-blog-posts .title-wd-post-item,
.widget .wpp-shortcode .recent-blog-posts .wpp-post-title {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #444;
    transition: all 0.3s;
}

.recent-blog-posts-li .recent-blog-posts .title-wd-post-item:hover {
    color: #004978;
    transition: all 0.3s;
}

.widget>ul>.recent-blog-posts-li+.recent-blog-posts-li {
    border-top: unset;
}

.widget.flatsome_recent_posts .widget-title,
.blog-wrapper .widget:nth-child(2) .widget-title {
    padding: 0.5rem 1em;
    font-size: 20px;
    background-color: #004f82;
    color: white;
    border-radius: 5px;
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: 7px;
}

.blog-wrapper .widget:nth-child(2) .widget-title {
    background-color: #f29300;
}

.widget.flatsome_recent_posts .is-divider,
.blog-wrapper .widget:nth-child(2) .is-divider {
    display: none;
}

.widget.flatsome_recent_posts ul,
.wpp-shortcode.wpp-ajax .wpp-list {
    margin-top: 20px;
}

.widget .is-divider {
    width: 100%;
    max-width: 100%;
    height: 2px;
}

.widget ul.menu>li+li {
    border-top: unset;
}

.blog-single .type-post .entry-header {
    border-bottom: 1px rgb(168, 168, 168) solid;
}

span.wpp-meta.post-stats {
    display: none;
}

.widget .wpp-shortcode .wpp-thumbnail {
    margin: 0;
}

.next-prev-nav .flex-col.flex-grow a {
    display: flex;
    flex-direction: column;
}

.cs-navigation-post .next-prev-nav .flex-col+.flex-col {
    border-left: unset;
}

.cs-navigation-post .flex-row {
    column-gap: 10rem;
    align-items: start;
}

.cs-navigation-post .prev-next-title {
    margin-top: 10px;
    font-weight: bold;
    color: #004978;
}

.next-prev-nav .flex-col.flex-grow .hide-for-small {
    width: 100%;
    text-align: center;
    background-color: #a8a8a8;
    border-radius: 100px;
    color: white;
}

.box-blog-share {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    flex-wrap: wrap;
}

.box-blog-share .title-blog-share,
.box-blog-share .share-icons {
    margin: 0 !important;
}

.box-blog-share .share-icons {
    display: flex;
    column-gap: 5px;
}

.box-blog-share .share-icons a {
    margin: 0;
    background-color: rgb(168, 168, 168);
    border: rgb(168, 168, 168);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;

}

.box-blog-share .share-icons a.button i {
    top: 0;
}

.blog-post-inner .box-blog-share {
    justify-content: start;
}

/* Bình luận sản phẩm */
.woocommerce-Reviews .commentlist,
.woocommerce-Reviews .commentlist li {
    margin-left: 0;
}

.woocommerce-Reviews .comment-form p.comment-form-author,
.woocommerce-Reviews .comment-form p.comment-form-email {
    flex: unset;
}

.comment-form-rating {
    display: flex;
    flex-wrap: wrap;
}

.comment-form-img {
    display: flex;
    column-gap: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.comment-form-img label.box-img-up {
    position: relative;
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border: 1px #999 solid;
    margin-bottom: 0;
}

.comment-form-img label.box-img-up .icon-img-up img {
    width: 20px;
    height: 20px;
    margin-top: 10px;
}

.comment-form-img span.title-img-up {
    text-align: center;
    background-color: #999;
    color: white;
    font-size: 12px;
}

.comment-form-img .img-input {
    position: relative;
}

.comment-form-img .img-input input {
    display: none;
}

.comment-form-img span.img-preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.comment-form-img span.img-preview img {
    width: 100%;
    height: 100%;
}

.comment-form-img span.img-close {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    top: 0;
    border-radius: 100%;
    border: 1px #999 solid;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    transform: translate(-5px, 5px);
    z-index: 999;
    background-color: white;
    cursor: pointer;
    transition: all 0.3s;
}

.comment-form-img span.img-close:hover {
    color: #333;
    border: 1px #333 solid;
    transition: all 0.3s;
}

.commentlist .meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.commentlist .meta .woocommerce-review__dash {
    display: none;
}

.commentlist .box-gallery-comment {
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
}

.commentlist .box-gallery-comment .image-comment-item {
    max-width: 140px;
    border: 2px #999 solid;
    height: 140px;
    display: flex;
    align-items: center;
}

.custom-accordion .accordion-title {
    border-top: unset;
    border-left: 5px solid #ddd;
}

.custom-accordion .accordion-inner {
    padding-inline: 0;
}

.woocommerce-Reviews .commentlist .review:not(:last-child) {
    margin-bottom: 1.5rem;
}

/* Sản phẩm chi tiết */
.woocommerce-product-gallery .show-on-hover {
    opacity: 1;
}

.woocommerce-product-gallery .show-on-hover .wishlist-button {
    border: unset !important;
}

.woocommerce-product-gallery .show-on-hover .wishlist-button:hover {
    background-color: unset !important;
    color: #f29300;
}

.woocommerce-product-gallery .show-on-hover .wishlist-icon .wishlist-popup.dark {
    display: none;
}

.review-summary {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}

.review-left {
    min-width: 120px;
    text-align: center;
}

.average-rating {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.stars {
    color: #999;
    /* màu xám sao rỗng */
    font-size: 16px;
}

.average-score {
    font-size: 25px;
    color: #333;
    font-weight: bold;
}

.total-reviews {
    font-size: 14px;
    color: #666;
}

.review-right {
    padding-left: 20px;
    border-left: 1px solid #ddd;
    flex: 1;
}

.rating-bar {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    font-size: 14px;
}

.rating-bar .stars {
    min-width: 60px;
    color: #999;
}

.rating-bar .count {
    margin: 0 8px;
    color: #666;
}

.bar {
    position: relative;
    flex: 1;
    background: #eee;
    height: 10px;
    border-radius: 3px;
    overflow: hidden;
}

.bar .fill {
    height: 100%;
    background: orange;
    width: 0;
}

.box-rating-count {
    flex: 0.15;
}

.star-rating-ss {
    position: relative;
    display: inline-block;
    font-size: 24px;
    /* kích thước sao */
    line-height: 1;
}

.star-back i {
    color: #ddd;
    /* sao trống */
}

.star-front {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #ffc107;
    /* sao vàng */
}

/* Trang thanh toán */
.woocommerce-checkout {
    padding-top: 15px;
}

.woocommerce-checkout .woocommerce-billing-fields {
    border-top: unset;
    padding-top: unset;
}

.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .checkout-sidebar h3,
.woocommerce-order-details .woocommerce-order-details__title {
    color: black;
    background-color: #eee;
    margin: 0;
    padding: 10px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-checkout-review-order,
.woocommerce-order-details .woocommerce-table--order-details {
    padding: 20px;
    border: 1px #eee solid;
    border-bottom: unset;
}

.woocommerce-order-details .woocommerce-table--order-details {
    margin-bottom: 0;
}

.woocommerce-billing-fields__field-wrapper p#billing_address_1_field,
.woocommerce-billing-fields__field-wrapper p#billing_first_name_field {
    width: 100%;
    margin-right: 0;
}

.woocommerce-checkout .clear.custom-box-note,
.woocommerce-checkout .woocommerce-privacy-policy-text,
.woocommerce-customer-details {
    padding: 20px;
    padding-top: 0;
    border: 1px #eee solid;
    border-top: unset;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.woocommerce-checkout .clear.custom-box-note {
    height: 100%;
}

.woocommerce-checkout #customer_details {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.checkout-page-title.page-title {
    padding-bottom: 20px;
}

.woocommerce-checkout .checkout-inline-error-message {
    position: relative;
    background-color: #d50000;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    width: fit-content;
}

.woocommerce-checkout .checkout-inline-error-message::after {
    border: 10px solid rgba(136, 183, 213, 0);
    border-bottom-color: #d50000;
    bottom: 100%;
    content: " ";
    height: 0;
    left: 30px;
    margin-left: -10px;
    pointer-events: none;
    position: absolute;
    width: 0;
}

.woocommerce-order-details .product-name .wc-item-meta {
    margin-left: 0;
}

.woocommerce-order-details .product-name .wc-item-meta li {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.product-small img.show-on-hover.absolute.fill.hide-for-small.back-image {
    background-color: white;
}

.product-small .image-tools.grid-tools {
    display: none;
}

.woocommerce-form input {
    border-radius: 5px !important;
}

.custom-button-login {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 15px;
}

.custom-button-login .woocommerce-form-login__submit {
    max-width: 200px;
    width: 200px;
    border-radius: 5px;
}

.center-box {
    display: flex;
    justify-content: center;
}

.single-variation-row {
    display: none !important;
}

.not-mg-bottom .col-inner>.img:not(:last-child) {
    margin-bottom: 0;
}

.fixed-mobile {
    position: fixed !important;
    bottom: 0;
    z-index: 9999;
}

.fixed-mobile .col p {
    margin-bottom: 0;
}

.fixed-mobile .col {
    padding: 0;
    padding-bottom: 0;
}

.ct-center a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ct-center:not(:last-child) a {
    border-right: 1px white solid;
}

.ct-center .featured-box {
    width: fit-content;
    align-items: center;
    padding-block: 5px;
}

.woocommerce-account-fields .create-account .woocommerce-form__label-for-checkbox {
    padding-inline: 20px;
    margin-bottom: 0;
    border-inline: 1px #eee solid;
}

.payment_box_account {
    margin-block: 10px;
}

.payment_box_account .item-account {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-otp {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}

.box-otp .otp-input {
    width: 40px;
    height: 40px;
    text-align: center;
}

.otp-check {
    margin-bottom: 0;
    text-align: center;
}

.otp-check button {
    margin: 0;
}

.otp-check .otp-input {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.otp-check .otp-input input {
    width: 50px;
    height: 50px;
    margin: 0 8px;
    text-align: center;
    font-size: 1.5rem;
    border: 2px solid #6665F1;
    border-radius: 12px;
    /* background-color: rgba(42, 42, 42, 0.8); */
    /* color: #ffffff; */
    padding-inline: 10px;
    transition: all 0.3s ease;
}

 .otp-check.otp-input input:focus {
    border-color: #A556F6;
    box-shadow: 0 0 0 2px rgba(166, 86, 246, 0.3);
    outline: none;
}

.otp-check .otp-input input::-webkit-outer-spin-button,
.otp-check .otp-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.otp-check .otp-input input[type=number] {
    -moz-appearance: textfield;
}

.otp-check button {
    background: linear-gradient(135deg, #6665F1, #0092d3);
    color: white;
    border: 2px solid #6665F1;
    padding: 0px 20px;
    font-size: 1rem;
    border-radius: 8px;
    cursor: pointer;
    margin: 5px;
    transition: all 0.3s ease;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

.otp-check button:hover {
    background: linear-gradient(135deg, #A556F6, #6665F1);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(166, 86, 246, 0.3);
}

.otp-check button:disabled {
    background: #cccccc;
    border-color: #999999;
    color: #666666;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.otp-check #timer {
    font-size: 1rem;
    color: #A556F6;
    font-weight: 500;
    margin-left: 10px;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.otp-check .expired {
    animation: pulse 2s infinite;
    color: #ff4444;
}

.otp-check .resend-text {
    margin-top: 1rem;
    font-size: 0.9rem;
    color: #b0b0b0;
}

.otp-check .resend-link {
    color: #6665F1;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.3s ease;
}

.otp-check .resend-link:hover {
    color: #A556F6;
    text-decoration: underline;
}

.otp-check #email {
    color: #A556F6;
    font-weight: 500;
}

.account-otp-inner {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #80808061;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-otp-main {
    position: relative;
    width: 100%;
    max-width: 650px;
    padding: 80px 40px;
    background-color: white;
    border-radius: 20px;
}

.box-otp-main .close-button {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.cl-red {
    color: red;
}

.contact-fixed {
    position: fixed !important;
    bottom: 40px;
    right: 10px;
    width: 60px !important;
    z-index: 999;
}

.contact-fixed .section-content {
    display: flex !important;
    flex-direction: column !important;
    row-gap: 10px;
}

.contact-fixed .item-contact-fixed {
    padding: 10px;
    border: 1px #0092D3 solid;
    border-radius: 100%;
    background-color: #0092D3;
}

.contact-fixed .item-contact-fixed img {
    animation-name: ring;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.box-text-products .short-nt {
    font-size: 12px;
    /* text-align: center; */
}

.box-sms {
    display: flex;
    align-items: end;
    column-gap: 1rem;
    flex-wrap: wrap;
}

@keyframes ring {
    from {
        transform:rotate3d(0, 0, 1, 0deg);
    }
    20%, 32%, 44%, 56%, 68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%, 35%, 47%, 59%, 71% {
        transform: rotate3d(0,0,1,15deg);
    }
    26%, 38%, 50%, 62%, 74% {
        transform: rotate3d(0,0,1,0deg);
    }
    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0,0,1,-15deg);
    }
    80% {
        transform:rotate3d(0, 0, 1, 0deg);
    }
}

@media only screen and (max-width: 850px) {
    .item-slider-fb {
        width: 33% !important;
    }

    body {
        padding-bottom: 40px !important;
    }
}

@media only screen and (max-width: 576px) {
    .item-slider-fb {
        width: 50% !important;
    }

    .header #logo img,
    .header .stuck #logo img {
        max-height: 30px !important;
    }

    .header .stuck .header-main,
    .header .header-main {
        height: 45px !important;
    }

    .flex-col.hide-for-medium.flex-center {
        display: block !important;
    }

    .nav .header-block-block-1 {
        overflow: hidden;
    }

    .nav .header-block-block-1 .text {
        display: flex;
    }

    .nav .header-block-block-1 .text p {
        flex-shrink: 0;
        margin: 0;
        padding: 10px 15px;
        min-width: 100%;
        white-space: nowrap;
        animation-name: marqueeLine;
        animation-duration: 10s;
        animation-timing-function: ease-in;
        animation-iteration-count: infinite;
    }

    .blog-header-wrapper .searchform-wrapper.w-30 {
        width: 100%;
    }

    .woocommerce-variation-add-to-cart .single_add_to_cart_button,
    .woocommerce-variation-add-to-cart .ux-buy-now-button {
        width: 45%;
        font-size: 13px !important;
    }

    .review-left {
        width: 100%;
    }

    .rating-bar {
        align-items: flex-start;
        flex-direction: column;
    }

    .bar {
        flex: unset;
        width: 100%;
    }

    .fixed-mobile .icon-box-center .icon-box-img {
        margin-bottom: 5px;
    }

    .cs-navigation-post .flex-row {
        column-gap: 2rem;
    }

    .w-70 {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@keyframes marqueeLine {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}