/* Header */

.header .box-search {
    max-width: 300px;
    width: 300px;
}

.header .logo img {
    max-width: 250px;
}

.header .box-search input:hover,
.header .box-search input:active,
.header .box-search input:focus,
.header .box-search input:visited,
.header .box-search input:focus-within {
    background-color: var(--base-color3);
    box-shadow: unset;
}

.header .box-search button {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: unset;
    cursor: pointer;
    z-index: 3;
}

/* Slide */

.carousel .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid var(--white);
    background: transparent;
}

.carousel .carousel-indicators li.active {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

@media(max-width: 767.98px) {
    .carousel .carousel-indicators li {
        width: 10px;
        height: 10px;
    }
    .block-editor-content img, .block-editor-content iframe {
        width: 100% !important;
    }
}

/* aboutHome */

.aboutHome .imgAbout {
    max-width: 250px;
}

/* Catalog Home */
@media (max-width: 575.98px) {
    .catHome .wBox a {
        width: 100%;
    }
    .block-editor-content img, .block-editor-content iframe {
        width: 100% !important;
    }
}

.catHome .w420 {
    max-width: 420px;
    max-height: 420px;
    min-width: 420px;
    min-height: 420px;
    position: relative;
}

.catHome .w420 .box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.catHome .w420 .viewMore {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
}

.catHome .catText {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.catHome .catText h3 {
    font-family: 'Philosopher', sans-serif;
    font-size: 24px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.catHome .catText .banner-btn {
    padding: 7px 20px 8px;
    display: inline-block;
    background: rgb(221, 184, 120);
    background: linear-gradient(90deg, rgba(221, 184, 120, 1) 0%, rgba(246, 237, 175, 1) 25%, rgba(236, 197, 124, 1) 50%, rgba(253, 238, 174, 1) 75%, rgba(198, 153, 92, 1) 100%);
    color: #000;
    line-height: 1;
    border-radius: 0 20px;
}

.catHome .catText .banner-btn.black,
.catHome .catText .banner-btn:hover {
    background: #000;
    color: var(--primary-color);
}

.catHome .catText .banner-btn.black:hover {
    background: var(--primary-color);
    color: #000;
}

@media(max-width: 991.98px) {
    .catHome .w420 {
        max-width: 300px;
        max-height: 300px;
        min-width: 300px;
        min-height: 300px
    }
}

@media(max-width: 767.98px) {
    .catHome .w420 {
        max-width: 250px;
        max-height: 250px;
        min-width: 250px;
        min-height: 250px
    }
}

@media(max-width: 575.98px) {

    /* .catHome .wBox {
        display: block !important;
        margin-top: 30px;
    } */
    .catHome .w420 {
        width: 100%;
        max-width: unset;
        min-width: unset;
        max-height: unset;
        min-height: unset;
        padding-top: 100%;
    }

    .catHome .w420 .box {
        padding: 15px;
    }

    .catHome .banner {
        display: none !important;
    }
}

/*FOOTER*/

.footer .block-editor-content ul {
    margin: 0;
    padding: 0;
}

.footer .block-editor-content ul li {
    list-style: none;
    margin-bottom: 7px;
}

.footer .block-editor-content ul li:last-child {
    margin-bottom: 0;
}

.footer .block-editor-content ul li:before {
    content: url("/public/dist/images/arrow-right-two.png");
    margin-right: 5px;
}

.footer .block-editor-content iframe {
    width: 100% !important;
    height: 200px !important;
}

.footer-bot p {
    margin-bottom: 0;
}

.footer .container .flex-column {
    color: #fff;
}

.footer .container .flex-column ol li, .footer .container .flex-column ul li {
    list-style: disc;
    margin-left: 18px;
}

.footer .container .flex-column .items-center ol li, .footer .container .flex-column .items-center ul li  {
    list-style: none!important;
}


.footer .container .flex-column a {
    color: #fff;
}

/*SIDEBAR*/

.rightBar ul li .bg-img {
    width: 80px;
    height: 55px;
    min-height: 55px;
    margin-right: 10px;
    float: left;
    position: relative;
}

.rightBar ul li .name-new {
    float: left;
    width: calc(100% - 90px);
}

/*PAGE CONTACT*/

.page-contact .wInput i {
    position: absolute;
    margin-left: 15px;
    top: 15px;
}

.page-contact .block-editor-content ol,
.page-contact .block-editor-content ul {
    margin-bottom: 15px;
    padding-left: var(--space-sm);
    margin-left: 15px;
    margin-top: 10px;
}

.page-contact .block-editor-content ol li,
.page-contact .block-editor-content ul li {
    list-style: inherit;
    margin-bottom: 3px;
}

.page-contact .block-editor-content h1,
.page-contact .block-editor-content h2,
.page-contact .block-editor-content h3,
.page-contact .block-editor-content h4 {
    margin-bottom: 10px;
    margin-top: 15px;
    font-weight: 600;
}

.page-contact .block-map object {
    width: 100%;
    height: 400px;
    margin-bottom: -5px;
}

.page-contact .form-control:active,
.page-contact .form-control:hover,
.page-contact .form-control:focus,
.page-contact .form-control:visited,
.page-contact .form-control:focus-within {
    background-color: var(--base-color2);
    box-shadow: 0;
    border: 0;
    box-shadow: unset;
}

.page-contact input.form-control {
    height: 44px;
    padding-left: 50px;
}

.page-contact textarea.form-control {
    height: 135px;
}

.page-contact textarea.form-control {
    padding-left: 50px;
    padding-top: 9px;
    background-clip: unset;
}

.page-contact .form-control::placeholder {
    color: var(--base-color);
}

.page-contact .error {
    font-size: var(--text-xs);
    position: absolute;
    bottom: 0;
    right: 5px;
}

.page-contact .captchare {
    position: relative;
}

.page-contact .captchare .captcha {
    position: absolute;
    left: 105%;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 44px;
    letter-spacing: 3px;
}

@media (max-width:575.98px) {
    .page-contact .captchare .captcha {
        left: unset;
        right: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    .page-contact .captchare .error {
        right: 95px;
    }
}

/* CATALOG PRODUCT */

.discountRatio {
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    line-height: 32px;
    top: 5px;
    right: 5px;
}

.proCat .styleCat h2 {
    bottom: 0;
}

.mw-50 {
    min-width: 50px;
}

.proCat .boxSearch .select-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
    min-width: 160px;
    margin: 7.5px;
}


.proCat .boxSearch .select-box .options-container {
    max-height: 0;
    width: 200px;
    opacity: 0;
    transition: all 0.4s;
    overflow: hidden;
    order: 1;
    position: absolute;
    top: 100%;
    z-index: 1;
    padding: 15px 5px;
}

@media (max-width: 575px) {
    .proCat .boxSearch .select-box .options-container {
        width: 100%;
    }

}

.proCat .boxSearch .select-box .selected {
    position: relative;
    order: 0;
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 5px 25px 5px 15px;
    border-radius: 10px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    cursor: pointer;
    line-height: 1.9;
}

.proCat .boxSearch .select-box .selected::after {
    content: url('/public/dist/images/arrow-down-black.png');
    position: absolute;
    right: 10px;
    top: 13px;
    transition: all 0.4s;
    line-height: .5;
}

.proCat .boxSearch .select-box .options-container.active {
    max-height: 240px;
    opacity: 1;
    overflow-y: auto;
}

.proCat .boxSearch .select-box .options-container.active+.selected::after {
    transform: rotateX(180deg);
}

.proCat .boxSearch .select-box .options-container::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
}

.proCat .boxSearch .select-box .options-container::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 5px;
}

.proCat .boxSearch .select-box .option {
    padding: 5px 10px;
    cursor: pointer;
}

.proCat .boxSearch .select-box .option:hover {
    background: #50a5f1;
    color: #fff;
}

.proCat .boxSearch .select-box .option label {
    cursor: pointer;
    margin: 0;
    width: 100%;
    display: table;
}

.proCat .boxSearch .select-box .option label .name {
    display: table-cell;
    vertical-align: middle;
}

.proCat .boxSearch .select-box .option .radio {
    display: none;
}

/* DETAIL PRODUCT */

.proDetail #big .item {
    width: 100%;
    max-height: 500px;
    display: table;
}

.proDetail #big .item img {
    max-width: 100%;
    max-height: 500px;
    width: auto;
    margin: auto;
    display: table-cell;
    vertical-align: middle;
}

.proDetail #thumbs .item {
    cursor: pointer;
}

.proDetail #thumbs .current .item {
    opacity: .5;
}

.proDetail #thumbs .item .bg-img {
    padding-top: 100%;
    background-size: contain;
}

.proDetail #thumbs .owl-prev,
.proDetail #thumbs .owl-next {
    width: 20px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    top: 50%;
    background: var(--base-color27);
    opacity: 1;
    transform: translateY(-50%);
    color: var(--primary-color);
    position: absolute;
}

.proDetail #thumbs .owl-prev {
    left: 0px;
}

.proDetail #thumbs .owl-next {
    right: 0px;
}

.proDetail .product-shop .intro .block-editor-content ul {
    margin: 0;
    padding: 0;
}

.proDetail .product-shop .intro .block-editor-content ol li,
.proDetail .product-shop .intro .block-editor-content ul li {
    list-style: none;
    position: relative;
    padding-left: 25px;
    margin-top: 5px;
}

.proDetail .product-shop .intro .block-editor-content ol li:before,
.proDetail .product-shop .intro .block-editor-content ul li:before {
    position: absolute;
    content: url(/public/dist/images/arrow-right-rounded.png);
    left: 0;
    bottom: 3px;
    line-height: 10px;
}

.proDetail .product-shop .product-qty .control {
    position: relative;
    display: inline-block;
}

.proDetail .product-shop .product-qty a {
    color: #000;
    font-weight: bold;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 20px;
    overflow: hidden;
}

.proDetail .product-shop .product-qty .qtyid {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.proDetail .product-shop .product-qty .qty-inc i {
    position: relative;
    top: 2px;
}

.proDetail .product-shop .product-qty .qty-dec i {
    position: relative;
    top: -12px;
}

.proDetail .product-shop .product-qty .control input {
    border: 0;
    height: 40px;
    text-align: center;
    font-size: var(--text-md);
    font-weight: 500;
    border-radius: 10px;
    padding: 5px 30px 5px 5px;
    background-color: var(--primary-color-light);
}

.proDetail .product-shop .product-qty input::-webkit-outer-spin-button,
.proDetail .product-shop .product-qty input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.proDetail .product-shop .product-qty .control input[type=number] {
    -moz-appearance: textfield;
}

.proDetail .collection a:hover {
    background-color: var(--primary-color);
    color: var(--base-color3);
}

.proDetail .content .fixed {
    position: fixed;
    top: 40px;
    z-index: 1;
}

.proDetail .content .abs {
    position: absolute;
    bottom: 0;
    top: unset;
    z-index: 1;
}

.proDetail .option-size {
    position: relative;
    border: 1px solid var(--primary-color-light);

}

.proDetail .option-size select {
    appearance: none;
    padding: 5px 75px 5px 15px;
    border: 0;
    background-color: var(--base-color1);
    color: var(--primary-color-light);
    cursor: pointer;
}

.proDetail .option-size label {
    margin: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    z-index: 99;
    font-size: 12px;
    color: var(--primary-color-light);
}

.proDetail .variant {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-top: 1px solid #333333;
}

.proDetail .variant:last-child {
    border-bottom: 1px solid #333333;
}

.proDetail .variant .option {
    margin-left: 15px;
    width: 30px;
    height: 30px;
}

.proDetail .variant .option a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 99px;
    background-repeat: no-repeat;
    background-size: cover;
}

.proDetail .variant .option.color {
    border: 1px solid #333333;
    padding: 4px;
    border-radius: 99px;
}

.proDetail .variant .option.color.selected {
    border-color: var(--primary-color);
}

.proDetail .contact-product .form-wrap {
    flex-grow: 1;
    flex-basis: 0;
}

.proDetail .contact-product .form-control {
    height: 40px;
    padding: 5px 15px;
    border-radius: 8px;
    background-color: #fff6dc;
}

.proDetail .contact-product .form-btn .btn {
    height: 40px;
    padding: 5px 45px;
    background-color: var(--primary-color);
    color: var(--base-color1);
    border-radius: 8px;
}

.proDetail .product-tabs .nav-tabs {
    border-bottom: 5px solid #333333;
}

.product-tabs .nav-tabs .nav-item.show .nav-link,
.product-tabs .nav-tabs .nav-link.active {
    background-color: transparent;
    border: 0;

    color: var(--primary-color);
}

.product-tabs .nav-tabs .nav-item {
    margin-bottom: 0;
}

.product-tabs .nav-tabs .nav-link:focus,
.product-tabs .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.product-tabs .nav-tabs .nav-link {
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    border: 0;
    color: var(--primary-color-light);
    padding: 15px 20px;
}

.product-tabs .nav-tabs .nav-link:hover {
    color: var(--primary-color);
}

.product-tabs .nav-tabs .nav-link:after {
    content: '';
    width: 100%;
    height: 5px;
    background-color: var(--primary-color);
    border-radius: 99px;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    display: none;
}

.product-tabs .nav-tabs .nav-item.show .nav-link:after,
.product-tabs .nav-tabs .nav-link.active:after {
    display: block;
}

.product-tab .tab-content table tr:nth-child(even) {
    background-color: var(--white);
}

.product-tab .tab-content table tr:nth-child(odd) {
    background-color: var(--base-colord);
}

.proDetail .rating-list .number-star {
    margin-right: 35px;
}

.proDetail .rating-list .number-star strong {
    width: 10px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}

.proDetail .rating-list .number-percent {
    margin-left: 40px;
    margin-bottom: 0;
    width: 40px;
    text-align: right;
}

.proDetail .rating-list .timeline-star {
    flex-grow: 1;
    flex-basis: 0;
    height: 15px;
    border-radius: 99px;
    background-color: #333333;
}

.proDetail .rating-list .timeline-star .timing {
    background-color: var(--primary-color);
    height: 15px;
    border-radius: 99px;
}

@media (max-width: 650px) {

    .proDetail .rating-list .timeline-star,
    .proDetail .rating-list .timeline-star .timing {
        height: 10px;
    }

    .proDetail .rating-list .number-star {
        margin-right: 15px;
    }

    .proDetail .rating-list .number-percent {
        margin-left: 15px;
    }
}

.proDetail .filter-star li {
    flex-grow: 1;
    flex-basis: 0;
    padding: 7px 5px;
    text-align: center;
    background-color: var(--primary-color-light);

}

.proDetail .filter-star li.active,
.proDetail .filter-star li:hover {
    background-color: var(--primary-color);
}

.proDetail .filter-star li a {
    color: var(--base-color1);
}

@media (max-width: 650px) {
    .proDetail .filter-star {
        flex-wrap: wrap;
    }

    .proDetail .filter-star li {
        flex-grow: unset;
        flex-basis: unset;
        padding: 7px 15px;
    }
}

.proDetail .comment-item .comment-user {
    width: 50px;
    height: 50px;
    border-radius: 99px;
    background-color: #333333;
    margin-right: 15px;
}

.proDetail .comment-item .comment-content {
    flex-grow: 1;
    flex-basis: 0;
}

.proDetail .comment-item .comment-star {
    margin-right: 30px;
    position: relative;
}

.proDetail .comment-item .comment-position {
    font-size: 11px;
    padding: 2px 5px;
    background-color: var(--primary-color);
    border-radius: 6px;
    color: var(--base-color1);
    position: relative;
    margin-right: 30px;
}

.proDetail .comment-item .comment-star:after,
.proDetail .comment-item .comment-position:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background-color: var(--base-color);
}

.proDetail .rating-wrap {
    margin-top: 40px;
    border-top: 1px solid var(--base-color2);
}

/* Question */

.question .title i span {
    position: absolute;
    left: 50%;
    top: 3px;
    transform: translateX(-50%);
    font-style: normal;
}

.question #accordion .block-editor-content>p:last-child {
    margin-bottom: 0;
}

.question #accordion h4.item {
    white-space: unset;
}

.question #accordion h4.item:after {
    content: '';
    position: absolute;
    background-image: url(/public/dist/images/qminus.png);
    width: 10px;
    height: 2px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.question #accordion h4.item.collapsed:after {
    background-image: url(/public/dist/images/qadd.png);
    width: 10px;
    height: 10px;
}

/* Widget Icon */

.widget-icon {
    position: fixed;
    right: 20px;
    bottom: 80px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.widget-icon .messenger {
    margin-bottom: 10px;
}

.widget-icon .messenger .box {
    position: relative;
}

.widget-icon .messenger .box .text {
    position: absolute;
    background: rgba(29, 36, 62, 0.7);
    color: var(--white);
    width: 200px;
    left: 115%;
    border-radius: 5px;
    padding: 10px;
    top: 50%;
    transform: translateY(-50%);
    visibility: hidden;
}

.widget-icon .messenger .box:hover .text {
    visibility: visible;
}

.widget-icon .messenger .box .text:before {
    content: "";
    left: -10px;
    transform: rotateZ(0);
    display: unset !important;
    border-color: transparent rgba(29, 36, 62, 0.7) transparent transparent !important;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
}

.widget-icon .cart {
    margin-bottom: 10px;
}

.widget-icon .cart .box {
    position: relative;
}

.widget-icon .cart .box .box-cart {
    position: relative;
}

.widget-icon .cart .box .box-cart .cart-ajax {
    position: absolute;
    width: 20px;
    height: 20px;
    background: var(--primary-color);
    text-align: center;
    font-size: 10px;
    border-radius: 50%;
    line-height: 18px;
    left: -2px;
    top: -5px;
    color: var(--white);
}

.widget-icon .cart .box .text {
    position: absolute;
    background: rgba(29, 36, 62, 0.7);
    color: var(--white);
    width: 200px;
    left: 115%;
    border-radius: 5px;
    padding: 10px;
    top: 50%;
    transform: translateY(-50%);
    visibility: hidden;
}

.widget-icon .cart .box:hover .text {
    visibility: visible;
}

.widget-icon .cart .box .text:before {
    content: "";
    left: -10px;
    transform: rotateZ(0);
    display: unset !important;
    border-color: transparent rgba(29, 36, 62, 0.7) transparent transparent !important;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
}

.widget-icon .zalo {
    margin-bottom: 10px;
}

.widget-icon .zalo .box {
    position: relative;
}

.widget-icon .zalo .box .text {
    position: absolute;
    background: rgba(29, 36, 62, 0.7);
    color: var(--white);
    width: 200px;
    left: 115%;
    border-radius: 5px;
    padding: 10px;
    top: 50%;
    transform: translateY(-50%);
    visibility: hidden;
}

.widget-icon .zalo .box:hover .text {
    visibility: visible;
}

.widget-icon .zalo .box .text:before {
    content: "";
    left: -10px;
    transform: rotateZ(0);
    display: unset !important;
    border-color: transparent rgba(29, 36, 62, 0.7) transparent transparent !important;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
}

.widget-icon .call {
    margin-bottom: 10px;
}

.widget-icon .call .box {
    position: relative;
}

.widget-icon .call .box .text {
    position: absolute;
    background: rgba(29, 36, 62, 0.7);
    color: var(--white);
    width: 200px;
    left: 115%;
    border-radius: 5px;
    padding: 10px;
    top: 50%;
    transform: translateY(-50%);
    visibility: hidden;
}

.widget-icon .call .box:hover .text {
    visibility: visible;
}

.widget-icon .call .box .text:before {
    content: "";
    left: -10px;
    transform: rotateZ(0);
    display: unset !important;
    border-color: transparent rgba(29, 36, 62, 0.7) transparent transparent !important;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
}

.widget-icon img,
.widget-icon svg {
    width: 80px;
    height: 80px;
}

@media (max-width: 767px) {
    .widget-icon img,
    .widget-icon svg {
        width: 40px;
        height: 40px;
    }
}

#widget-icon-phone .modal-body {
    padding: 0;
}

#widget-icon-phone .modal-body .close {
    font-family: monospace;
    position: absolute;
    top: 3px;
    right: 10px;
}

#widget-icon-phone .modal-body .content {
    padding: 40px;
}

#widget-icon-phone .modal-body .content .title {
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
}

#widget-icon-phone .modal-body .content .form-control {
    padding-bottom: 10px;
    height: auto;
    border-right: unset;
}

#widget-icon-phone .modal-body .content .form-control::placeholder {
    font-size: var(--text-sm)
}

#widget-icon-phone .modal-body .content .btn-yeucau {
    background: transparent;
    border: 1px solid #ced4da;
    padding: 3px;
    border-left: 0;
}

#widget-icon-phone .modal-body .content .btn-yeucau>span {
    background: var(--primary-color);
    font-size: var(--text-sm);
    padding: 10px 15px;
    border-radius: 5px;
    display: block;
}

#widget-icon-phone .modal-body .content .other {
    border-bottom: 1px solid var(--base-colord);
    height: 12px;
    opacity: 0.7;
    position: relative;
}

#widget-icon-phone .modal-body .content .other span {
    font-size: var(--text-xs);
    background: var(--white);
    color: var(--base-color);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#widget-icon-phone .modal-body .content .info .hotline {
    font-size: var(--text-xl);
    font-weight: bold;
    font-family: sans-serif;
}

@keyframes tada {
    0% {
        transform: scaleX(1)
    }

    10%,20% {
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        transform: scale3d(1.1,1.1,1.1) rotate(3deg)
    }

    40%,60%,80% {
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
    }

    to {
        transform: scaleX(1)
    }
}

.tada {
    animation-name: tada;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.block-editor-content.tableOfContent.mt-30 {
    color: #b1ab99;
}

/**/
.item-rating {
    border-top: 1px solid #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f2d47b;
    margin-top: 15px;
    padding-top: 15px;

}

.item-rating p {
    margin: 0;
}

.item-rating .item-rating-total {
    margin-left: 15px;
    font-size: 11px;
    color: #fff6dc;
}

@media (max-width: 420px) {
    .item-rating {
        flex-direction: column;
    }

    .item-rating .item-rating-total {
        margin-left: 0;
        margin-top: 10px;
    }
}

/*wishlist*/
.wishlist-wrap {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 99;
}

.wishlist-product {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 99
}

.wishlist-btn {
    position: relative;
    cursor: pointer;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 99px;
    text-align: center;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    display: block;
    background-color: transparent;
}

.wishlist-btn:hover {
    background-color: var(--primary-color);
}

.wishlist-btn:hover .fa-heart {
    font-weight: 900;
    color: var(--base-color1);
}

.wishlist-product .wishlist-btn {
    width: 32px;
    height: 32px;
    line-height: 32px;
}

.wishlist-btn .wishlist-tt {
    position: absolute;
    display: none;
    left: 50%;
    transform: translateX(-50%);
    top: -42px;
}

.wishlist-btn:hover .wishlist-tt {
    display: block;
}

.arrow-box {
    position: relative;
    background: var(--primary-color-light);
    font-size: 13px;
    border-radius: 8px;
    width: 80px;
    height: 26px;
    line-height: 26px;
    color: #000;
}

.arrow-box:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: var(--primary-color-light);
    border-width: 8px;
    margin-left: -8px;
}

/**/
.proHome .owl-carousel .owl-item {
    padding: 6px;
}

/*Wishlist*/

.wishlist-header {
    position: relative;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 6px;
    border: 1px solid var(--primary-color-light);
    color: var(--primary-color);
    margin-left: 10px;
}

.wishlist-header:hover {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: var(--base-color1);
}

.wishlist-header .count {
    width: 20px;
    height: 20px;
    border-radius: 99px;
    display: block;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background-color: #f46a6a;
    font-size: 12px;
    position: absolute;
    right: -7px;
    top: -7px;
}

@media (max-width: 991px) {
    .wishlist-header {
        border: 0;
    }

    .wishlist-header .count {
        width: 15px;
        height: 15px;
        line-height: 15px;
        font-size: 10px;
    }

    .wishlist-header:hover {
        color: var(--primary-color);
        border: 0;
        background-color: transparent;
    }
}

.page-wishlist .table thead th {
    border-top: 0;
    border-bottom: 2px solid var(--primary-color);
}

.page-wishlist .table td {
    vertical-align: middle;
}

.page-wishlist .table td {
    border-bottom: 1px solid var(--base-color);
}

.page-wishlist .table tr:last-child td {
    border-bottom: 0;
}

.page-wishlist .table .delete {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 6px;
    border: 1px solid var(--primary-color-light);
    color: var(--primary-color-light);
    background-color: var(--base-color2);
    display: inline-block;
}

.page-wishlist .table .delete:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.page-wishlist .btn-delete {
    color: #f46a6a;
    position: absolute;
    right: 2px;
    top: 0;
    display: block;
    line-height: 1;
    font-size: 18px;
    display: none;
}

@media (max-width: 1024px) {
    .page-wishlist .table {
        width: 1000px;
    }

    .page-wishlist .table-wrap {
        overflow-x: scroll;
    }
}

@media (max-width: 768px) {
    .page-wishlist .table {
        width: 100%;
    }

    .page-wishlist .table-wrap {
        overflow-x: unset;
    }

    .page-wishlist thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .page-wishlist table tr {
        display: block;
        margin-bottom: 20px;
        border: 1px solid var(--base-colord);
        padding: 5px;
    }

    .page-wishlist table td {
        display: block;
        text-align: right !important;
        border-bottom: 0 !important;
        border-top: 1px solid var(--base-colord);
    }

    .page-wishlist table td:first-child {
        border-top: 0;
    }

    .page-wishlist table td::before {
        content: attr(data-label);
        float: left;
        font-weight: 500;
        text-transform: uppercase;
        color: var(--primary-color);
    }

    .page-wishlist table td:last-child {
        border-bottom: 0;
    }

    .page-wishlist table td.td-delete {
        display: none;
    }

    .page-wishlist .btn-delete {
        display: block;
    }

}


/* Viet style */
.wishlist-btn:hover,
.wishlist-btn.active {
    background-color: var(--primary-color);
}

.wishlist-btn:hover .fa-heart,
.wishlist-btn.active .fa-heart {
    font-weight: 900;
    color: var(--base-color1);
}

@media (max-width:575.98px) {
    .tableOfContent .wToc {
        width: 100%;
        float: none;
        margin-left: 0;
    }
}
.block-editor-content input {width:100%!important; height: auto!important;}
.block-editor-content table{width:100%!important}
 