@font-face {
    font-family: "Roobert Regular";
    font-display: swap;
    src: url("fonts/Roobert-Regular.ttf");
}

@font-face {
    font-family: "Roobert";
    font-display: swap;
    src: url("fonts/Roobert.ttf");
}

@font-face {
    font-family: "Gorilla";
    font-display: swap;
    src: url("/wp-content/themes/dental-tools/assets/fonts/GorillaFont.ttf");
}

:root {
    /* --white: #ffffff;
    --graphite: #2b3234;
    --dark-graphite: #1f2224;
    --graphite20p: rgba(43, 50, 52, 0.2);
    --graphite70p: rgba(43, 50, 52, 0.7);
    --op-gray: rgba(226, 227, 235, 0.2);
    --gray: #e2e3eb;
    --tera: #df6e51; */
    --white: #ffffff;
    --black: #0c0c0e;
    --black: #0d0d0c;
    --black_50p: rgba(13, 13, 12, 0.5);
    --black_80p: rgba(13, 13, 12, 0.8);
    --gray-50: #f9fafa;
    --gray-100: #f1f2f3;
    --gray-200: #e3e4e8;
    --gray-300: #d6d7dc;
    --gray-500: #acafb9;
    --gray-900: #464853;
    --purple-bright: #b8309e;
    --green: #349933;
    --orange: #fd7908;
    --red: #f2200d;
    --font-mont: "Montserrat", sans-serif;
    --font-unb: "Unbounded", sans-serif;
}

::selection {
    color: var(--white);
    background-color: var(--purple-bright);
}

::-webkit-scrollbar {
    width: 6px;
    height: 0;
}
::-webkit-scrollbar-thumb {
    background: var(--gray-500);
}

::-webkit-scrollbar-track {
    background: var(--white);
}
/* @media only screen and (max-width: 743px) {
    ::-webkit-scrollbar {
        width: 0px;
        height: 0;
    }
}

 */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
}

html,
body {
    min-height: 100dvh;
    margin: 0;
    padding: 0;
}

body {
    position: relative;
    display: flex;
    flex-direction: column;
    /* font-family: "Roobert Regular", sans-serif; */
    font-family: "Inter", sans-serif;
}

img {
    display: block;
    width: auto;
    height: auto;
    object-fit: contain;
}

img.svg {
    object-fit: contain;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
}
.woocs_auto_switcher,
#contactus-widget-root,
.grecaptcha-badge {
    display: none !important;
}
/* @note basic styles */
.pt-0 {
    padding-top: 0 !important;
}
.pb-48 {
    padding-bottom: 48px !important;
}
@media only screen and (max-width: 743px) {
    .pb-mob-24 {
        padding-bottom: 24px !important;
    }
}
.section-style {
    padding: 48px 0;
}
.section-page-title {
    padding: 24px 0;
    background: var(--gray-50);
    border-radius: 16px;
}
.section-page-title .container {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.breadcrumbs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
}
.breadcrumbs a {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -1%;
    color: var(--black);
    transition: all 0.3s ease;
}
@media only screen and (min-width: 1280px) {
    .breadcrumbs a:hover {
        color: var(--purple-bright);
    }
}
.breadcrumbs .divider {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -1%;
    color: var(--black);
}
.breadcrumbs span.item {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -1%;
    color: var(--gray-900);
}
.section-page-title h1 {
    font-family: var(--font-unb);
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -1%;
    color: var(--black);
}
.container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 96px;
}
@media only screen and (max-width: 1365px) {
    .container {
        padding: 0 24px;
    }
}
@media only screen and (max-width: 743px) {
    .container {
        padding: 0 16px;
    }
    .breadcrumbs a,
    .breadcrumbs span.item,
    .breadcrumbs .divider {
        font-size: 12px;
        line-height: 1;
    }
}
.section-title-btn {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}
.section-title-btn .title {
    font-family: var(--font-unb);
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -1%;
    color: var(--black);
}
@media only screen and (max-width: 743px) {
    .section-title-btn .title {
        font-size: 20px;
    }
    .section-title-btn .btn-default {
        display: none;
    }
}
.btn-default {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 48px;
    padding: 0 24px;
    border-radius: 8px;
    border: 1px solid transparent;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -1%;
    transition: all 0.3s ease;
}
@media only screen and (min-width: 1280px) {
    .btn-default:hover {
        box-shadow: 0 8px 12px 0 rgb(0 0 0 / 0.12);
    }
}
.btn-default img {
    width: 20px !important;
    height: 20px;
}
.btn-default.img24 img {
    width: 24px !important;
    height: 24px;
}
.btn-default.border.on-dark {
    background:
        linear-gradient(var(--black), var(--black)) padding-box,
        linear-gradient(93.95deg, #893cc5 0%, #5b46c0 100%) border-box;
}
.btn-default.border.on-light {
    background:
        linear-gradient(var(--gray-100), var(--gray-100)) padding-box,
        linear-gradient(93.95deg, #893cc5 0%, #5b46c0 100%) border-box;
}
.btn-default.border.on-white {
    background:
        linear-gradient(var(--white), var(--white)) padding-box,
        linear-gradient(93.95deg, #893cc5 0%, #5b46c0 100%) border-box;
}
.btn-default.border-t2 {
    border: 1px solid var(--purple-bright);
}
.btn-default.filled {
    background: linear-gradient(93.95deg, #893cc5 0%, #5b46c0 100%);
}

.btn-default.text-dark {
    color: var(--black);
}
.btn-default.text-white {
    color: var(--white);
}
.added-to-cart-label {
    position: fixed;
    top: 90px;
    right: -100%;
    padding: 16px 24px;
    background: var(--green);
    opacity: 0;
    visibility: hidden;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -1%;
    color: var(--white);
    z-index: 100;
    transition: all 0.3s ease;
}
.added-to-cart-label.active {
    right: 0;
    opacity: 1;
    visibility: visible;
}
/* basic styles end */

/* basic form styles */
html.disable-scroll,
html.disable-scroll2,
html.disable-scroll3 {
    overflow: hidden;
}

.single-post-form,
div.wpcf7 {
    width: 100%;
}

div.wpcf7 .wpcf7-form-control-wrap {
    display: block;
}

div.wpcf7 .wpcf7-form-control-wrap.page-title,
div.wpcf7 .wpcf7-form-control-wrap.page-url,
div.wpcf7 .wpcf7-form-control-wrap.service-title {
    display: none !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    background: #18a46d;
    border-radius: 0px;
    padding: 10px;
    border: none !important;
    margin: 0 !important;
    margin-top: 24px !important;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #fff;
}

.wpcf7 form.unaccepted .wpcf7-response-output {
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    background: #ffa722;
    border-radius: 0px;
    padding: 10px;
    border: none !important;
    margin: 0 !important;
    margin-top: 24px !important;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: var(--black);
}

.wpcf7 form.invalid .wpcf7-response-output {
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    background: var(--gray-100);
    border-radius: 0px;
    padding: 10px;
    border: none !important;
    margin: 0 !important;
    margin-top: 24px !important;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #ff2521;
}

.wpcf7 br {
    display: none;
}

.wpcf7 label br {
    display: inline-block;
}

.wpcf7 p {
    margin: 0;
}
.wpcf7 .wpcf7-form-control-wrap {
    margin-bottom: 16px;
}
.wpcf7 input {
    display: block;
    width: 100%;
    height: 48px;
    padding: 0 24px;
    border-radius: 8px;
    border: none;
    background: var(--gray-100);
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -1%;
    text-align: left;
    color: var(--black);
}
.wpcf7 textarea {
    resize: none;
    display: block;
    width: 100%;
    height: 96px;
    padding: 16px 24px;
    border-radius: 8px;
    border: none;
    background: var(--gray-100);
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -1%;
    text-align: left;
    color: var(--black);
}
.wpcf7 input::-webkit-input-placeholder,
.wpcf7 textarea::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -1%;
    color: var(--black) !important;
}

.wpcf7 input::-moz-placeholder,
.wpcf7 textarea::-moz-placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -1%;
    color: var(--black) !important;
}

.wpcf7 input:-ms-input-placeholder,
.wpcf7 textarea:-ms-input-placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -1%;
    color: var(--black) !important;
}

.wpcf7 input:-moz-placeholder,
.wpcf7 textarea:-moz-placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -1%;
    color: var(--black) !important;
}

.wpcf7 input:focus::-webkit-input-placeholder,
.wpcf7 textarea:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0) !important;
}

.wpcf7 input:focus::-moz-placeholder,
.wpcf7 textarea:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0) !important;
}

.wpcf7 input:focus:-ms-input-placeholder,
.wpcf7 textarea:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0) !important;
}

.wpcf7 input:focus:-moz-placeholder,
.wpcf7 textarea:focus:-moz-placeholder {
    color: rgba(0, 0, 0, 0) !important;
}

.wpcf7 .wpcf7-not-valid-tip {
    position: absolute;
    background: #ffebeb;
    padding: 2px 8px;
    border-radius: 0px;
    bottom: -20px;
    left: 0;
    font-size: 12px;
    line-height: 16px;
    color: #ff2521;
}

/* .wpcf7-form .submit-btn {
    cursor: pointer;
    position: relative;
    display: inline-flex;
    width: auto;
    padding: 0;
    border-radius: 10px;
    padding: 18px 40px 18px;
    background-color: var(--tp-theme-secondary);
    transition: all 0.3s ease;
}

.wpcf7-form .submit-btn:hover {
    background-color: var(--tp-theme-primary);
}

.wpcf7-form .submit-btn .button-default-elements {
    width: 100%;
}

.wpcf7-form .submit-btn input {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-weight: 600;
    font-size: 16px;
    border-radius: 0px;
    border: none;
    padding: 0px;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-heading);
    background: none;
    transition: all 0.3s ease;
}

.wpcf7-form .submit-btn:hover input {
    color: var(--white);
} */

/* @media only screen and (max-width: 768px) {
    .wpcf7-form .tp-contact-inner-btn,
    .wpcf7-form .submit-btn,
    .wpcf7-form .submit-btn > p,
    .wpcf7-form .submit-btn input {
        width: 100%;
        text-align: center;
    }
} */

.feedback-popup .wpcf7 button[type="submit"] {
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    height: 48px;
    padding: 0 24px;
    border-radius: 8px;
    border: none;
    background: linear-gradient(93.95deg, #893cc5 0%, #5b46c0 100%);
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -1%;
    color: var(--white);
    transition: all 0.3s ease;
}
@media only screen and (min-width: 1280px) {
    .feedback-popup .wpcf7 button[type="submit"]:hover {
        box-shadow: 0 8px 12px 0 rgb(0 0 0 / 0.12);
    }
}

.wpcf7 .wpcf7-spinner {
    width: 100% !important;
    position: absolute !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
    top: 0px !important;
    right: 0 !important;
    margin: 0 !important;
    background: linear-gradient(93.95deg, #893cc5 0%, #5b46c0 100%) !important;
    border-radius: 24px !important;
    opacity: 1 !important;
    font-size: 12px !important;
    color: #333 !important;
    text-align: center !important;
    z-index: 2 !important;
}

.wpcf7 .wpcf7-spinner::before {
    display: none !important;
}

.wpcf7 .wpcf7-spinner .wpcf7-spinner-icon {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -20px;
    transform: scale(0.5);
    transform-origin: center;
    float: left;
}

.wpcf7 .wpcf7-spinner .wpcf7-spinner-icon div {
    position: absolute;
    width: 72px;
    height: 72px;
    border: 4px solid var(--white);
    opacity: 1;
    border-radius: 50%;
    animation: wpcf7-spinner-icon 1.1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    top: 50%;
    margin-top: -36px;
    left: 50%;
    margin-left: -36px;
}

.wpcf7 .wpcf7-spinner .wpcf7-spinner-icon div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes wpcf7-spinner-icon {
    0% {
        opacity: 1;
        transform: scale(0);
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

/* basic form styles end */

/* feedback-popup */

.popup-fill {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99998;
}

.feedback-popup-wrapp .close-popup {
    cursor: pointer;
    position: absolute;
    width: 24px;
    height: 24px;
    color: var(--tp-heading-primary);
    line-height: 1;
    font-size: 1px;
    text-align: right;
    font-family: initial;
    top: 8px;
    right: 8px;
    z-index: 10;
}

.feedback-popup-wrapp .close-popup img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.feedback-popup-wrapp {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    overflow: auto;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    padding: 60px;
}

@media only screen and (max-width: 992px) {
    .feedback-popup-wrapp {
        align-items: flex-start;
    }
}

.feedback-popup-wrapp.active {
    visibility: visible;
}

.feedback-popup {
    position: relative;
    width: 100%;
    max-width: 760px;
    top: -1000px;
    padding: 48px;
    border-radius: 24px;
    box-shadow: 0px 0px 40px 0px rgba(57, 67, 96, 0.2);
    overflow: hidden;
    visibility: hidden;
    background: #fff;
    z-index: 9999;
    transition: all 0.3s ease;
}

/* .feedback-popup .wpcf7-form .row .col-xl-4.col-lg-4 {
    flex: 0 0 auto;
    width: 100%;
} */

@media only screen and (max-width: 992px) {
    .feedback-popup {
        max-width: calc(100% - 160px);
    }
}

@media only screen and (max-width: 768px) {
    .feedback-popup {
        max-width: calc(100% - 48px);
    }
    .feedback-popup-wrapp {
        padding: 24px 0px;
    }
}

.feedback-popup .feedback-popup-inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    clear: both;
}

/* .feedback-popup .feedback-popup-inner .feedback-popup-consultation-form-content {
    width: 100%;
    float: left;
    padding: 0px;
}

@media only screen and (max-width: 992px) {
    .feedback-popup .feedback-popup-inner .feedback-popup-consultation-form-content {
        width: 100%;
        float: none;
    }
} */

/* @media only screen and (max-width: 768px) {
    .feedback-popup {
        padding: 30px;
    }
    .feedback-popup .feedback-popup-consultation-form-content .feedback-popup-consultation-form-content-title {
        font-size: 20px;
    }
    .feedback-popup .feedback-popup-consultation-form-content .feedback-popup-consultation-form-content-text strong,
    .feedback-popup .feedback-popup-consultation-form-content .feedback-popup-consultation-form-content-text b {
        font-size: 14px;
    }
    .feedback-popup .feedback-popup-consultation-form-content .feedback-popup-consultation-form-content-text p,
    .feedback-popup .feedback-popup-consultation-form-content .feedback-popup-consultation-form-content-text ul,
    .feedback-popup .feedback-popup-consultation-form-content .feedback-popup-consultation-form-content-text ol,
    .feedback-popup .feedback-popup-consultation-form-content .feedback-popup-consultation-form-under-text,
    .feedback-popup .feedback-popup-consultation-form-content .feedback-popup-consultation-form-under-text * {
        font-size: 12px;
    }
} */

@media only screen and (max-width: 540px) {
    .feedback-popup {
        padding: 30px;
    }
}

.feedback-popup.active {
    top: 0;
    visibility: visible;
}

.feedback-popup .title {
    margin-bottom: 8px;
    font-weight: 400;
    color: var(--black);
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -1%;
    text-align: center;
}

.feedback-popup .subtitle {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: -1%;
    color: var(--black);
    text-align: center;
}

/* feedback-popup end */

/* header */
.main-header {
    position: relative;
    z-index: 10;
}
.main-header .main-header-top {
    padding: 24px 0;
}
.main-header .main-header-top .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.main-header .main-header-top .header-logo img {
    height: 16px;
}
.main-header .main-header-top .header-search {
    display: flex;
    flex: 1 1 100%;
}
.main-header .main-header-top .header-search form {
    position: relative;
    display: block;
    width: 100%;
}
.main-header .main-header-top .header-search form input[type="search"] {
    display: block;
    width: 100%;
    height: 48px;
    padding-left: 24px;
    padding-right: 56px;
    border-radius: 8px;
    border: 1px solid var(--gray-300);
    font-family: var(--font-mont);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -1%;
    color: var(--black);
}

.main-header .main-header-top .header-search form input[type="search"]::-webkit-input-placeholder {
    color: var(--black_50p);
}
.main-header .main-header-top .header-search form input[type="search"]::-moz-placeholder {
    color: var(--black_50p);
}
.main-header .main-header-top .header-search form input[type="search"]:-ms-input-placeholder {
    color: var(--black_50p);
}
.main-header .main-header-top .header-search form input[type="search"]:-moz-placeholder {
    color: var(--black_50p);
}
.main-header .main-header-top .header-search form input[type="search"]::-webkit-search-cancel-button {
    display: none;
}
.main-header .main-header-top .header-search form button[type="submit"] {
    cursor: pointer;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 12px;
    right: 12px;
    background: none;
    border: none;
    z-index: 2;
}
.main-header .main-header-top .header-search .product-search-results {
    display: none;
}
.main-header .main-header-top .header-right {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.main-header .main-header-top .header-right .header-mob-search,
.main-header .main-header-top .header-right .header-mob-phone {
    display: none;
}
.main-header .main-header-top .header-right .header-btn-item {
    position: relative;

    padding: 0 12px;
    border-radius: 8px;
}
.main-header .main-header-top .header-right .header-btn-item.header-cart,
.main-header .main-header-top .header-right .header-btn-item.header-wishlist,
.main-header .main-header-top .header-right .header-btn-item.header-user {
    display: flex;
    align-items: center;
    height: 40px;
    transition: all 0.3s ease;
}
.main-header .main-header-top .header-right .header-btn-item .header-btn-item-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -1%;
    color: var(--black);
    transition: all 0.3s ease;
}
@media only screen and (min-width: 1280px) {
    .main-header .main-header-top .header-right .header-btn-item.header-cart:hover,
    .main-header .main-header-top .header-right .header-btn-item.header-wishlist:hover,
    .main-header .main-header-top .header-right .header-btn-item.header-user:hover {
        /* color: var(--purple-bright); */
        background: var(--gray-200);
    }
}
.main-header .main-header-top .header-right .header-btn-item .header-btn-item-inner .count {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 16px;
    height: 16px;
    top: 2px;
    left: 24px;
    padding: 0 2px;
    border-radius: 8px;
    background: var(--black);
    font-weight: 500;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: -1%;
    text-align: center;
    color: var(--white);
}
.main-header .main-header-top .header-right .header-btn-item .current {
    cursor: pointer;
}
.main-header .main-header-top .header-right .header-btn-item .list {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
    width: 100%;
    padding: 8px;
    left: 0;
    top: calc(100% - 16px);
    opacity: 0;
    visibility: hidden;
    border: 1px solid var(--purple-bright);
    border-radius: 8px;
    background: var(--white);
    transition: all 0.3s ease;
}
.main-header .main-header-top .header-right .header-btn-item .list::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 16px;
    top: -16px;
    left: 0;
}
@media only screen and (min-width: 1280px) {
    .main-header .main-header-top .header-right .header-btn-item:hover .list {
        top: calc(100% + 16px);
        opacity: 1;
        visibility: visible;
    }
}
.main-header .main-header-top .header-right .header-btn-item .list .item {
    /* cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -1%;
    color: var(--black); */
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    padding: 0px 16px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -1%;
    color: var(--black);
    transition: all 0.3s ease;
}
@media only screen and (min-width: 1280px) {
    .main-header .main-header-top .header-right .header-btn-item .list .item:hover {
        /* color: var(--purple-bright); */
        background: var(--gray-200);
    }
}
.main-header .main-header-top .header-right .header-btn-item .list .item.active {
    /* color: var(--purple-bright); */
    background: var(--gray-200);
}
.main-header .main-header-top .header-right .header-btn-item .list .item.active {
    pointer-events: none;
}
.main-header .main-header-top .header-right .header-mob-menu-btn {
    display: none;
}

.main-header .main-header-bottom {
    padding: 8px 0;
    background: var(--gray-100);
}
.main-header .main-header-bottom > .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.main-header .main-header-bottom nav > ul,
.main-header .main-header-bottom nav > ul > li.header-megamenu-links > ul {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 8px;
}
.main-header .main-header-bottom nav > ul > li > a,
.main-header .main-header-bottom nav > ul > li.header-megamenu-links > ul > li > a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    height: 40px;
    padding: 0px 16px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -1%;
    color: var(--black);
    transition: all 0.3s ease;
}
.main-header .main-header-bottom nav > ul > li.header-megamenu-links > ul > li.menu-item-has-children {
    position: relative;
}
.main-header .main-header-bottom nav > ul > li.header-megamenu-links > ul > li.menu-item-has-children > a .fix-submenu-hover {
    display: none;
}
/* .main-header .main-header-bottom nav > ul > li.header-megamenu-links > ul > li.menu-item-has-children > a::after {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(/wp-content/themes/dental-tools/assets/img/header-megamenu-down-arrow-icon-v2.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
} */
.main-header .main-header-bottom nav > ul > li.header-megamenu-links > ul > li.menu-item-has-children > .sub-menu {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 220px;
    top: calc(100% - 20px);
    left: 0;
    padding: 8px;
    border-radius: 16px;
    background: var(--gray-200);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.main-header .main-header-bottom nav > ul > li.header-megamenu-links > ul > li.menu-item-has-children:hover > .sub-menu {
    top: calc(100% + 20px);
    opacity: 1;
    visibility: visible;
}
.main-header .main-header-bottom nav > ul > li.header-megamenu-links > ul > li.menu-item-has-children > .sub-menu::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    top: -20px;
    left: 0;
}
.main-header .main-header-bottom nav > ul > li.header-megamenu-links > ul > li.menu-item-has-children > .sub-menu li a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    height: 40px;
    padding: 0px 16px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -1%;
    color: var(--black);
    transition: all 0.3s ease;
}
.main-header .main-header-bottom nav > ul > li.header-megamenu-links > ul > li.menu-item-has-children > .sub-menu li.current-menu-item a {
    background: var(--gray-300);
}
@media only screen and (min-width: 1280px) {
    .main-header .main-header-bottom nav > ul > li.header-megamenu-links > ul > li.menu-item-has-children > .sub-menu li a:hover {
        background: var(--gray-300);
    }
}
.main-header .main-header-bottom nav > ul > li.current-menu-item:not(.header-megamenu-catalog) > a,
.main-header .main-header-bottom nav > ul > li.header-megamenu-links > ul > li.current-menu-item > a {
    background: var(--gray-200);
}

@media only screen and (min-width: 1280px) {
    .main-header .main-header-bottom nav > ul > li:not(.header-megamenu-catalog) > a:hover,
    .main-header .main-header-bottom nav > ul > li.header-megamenu-links > ul > li > a:hover {
        background: var(--gray-200);
    }
    .main-header .main-header-bottom nav li.menu-item-has-children > a .fix-submenu-hover {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 20px;
    }
}
.main-header .main-header-bottom nav > ul > li.menu-item-has-children > a::after {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(/wp-content/themes/dental-tools/assets/img/header-megamenu-down-arrow-icon-v2.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.main-header .main-header-bottom nav > ul > li.header-megamenu-catalog > a {
    border-radius: 8px;
    background: var(--black);
    color: var(--white);
}
.main-header .main-header-bottom nav > ul > li.header-megamenu-catalog > a:hover {
    background: var(--gray-900);
}
.main-header .main-header-bottom nav > ul > li.header-megamenu-catalog > a::after {
    background-image: url(/wp-content/themes/dental-tools/assets/img/header-megamenu-down-arrow-icon-white-v2.svg);
}
.main-header .main-header-bottom nav > ul > li.header-megamenu-catalog > a::before {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(/wp-content/themes/dental-tools/assets/img/header-megamenu-catalog-icon-v2.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.main-header .main-header-bottom nav > ul .sub-menu {
    display: none;
}
.main-header .main-header-bottom nav > ul > li.header-megamenu-links > ul {
    display: flex;
}
.main-header .main-header-bottom nav > ul > li.header-megamenu-catalog > .sub-menu {
    display: flex;
    flex-direction: row;
    gap: 24px;
    position: absolute;
    max-height: calc(100dvh - 160px);
    width: calc(100vw - 192px);
    top: calc(100% + 0px);
    left: 0;
    opacity: 0;
    visibility: hidden;
    padding: 32px;
    border-radius: 32px;
    background: var(--gray-50);
    overflow: auto;
    z-index: 10;
    transition: all 0.3s ease;
}
.main-header .main-header-bottom nav > ul > li.header-megamenu-catalog > .sub-menu::-webkit-scrollbar {
    width: 6px;
    height: 0;
}

.main-header .main-header-bottom nav > ul > li.header-megamenu-catalog > .sub-menu::-webkit-scrollbar-thumb {
    background: var(--gray-100);
}

.main-header .main-header-bottom nav > ul > li.header-megamenu-catalog > .sub-menu::-webkit-scrollbar-track {
    background: var(--white);
}
.main-header .main-header-bottom nav > ul > li.header-megamenu-catalog > .sub-menu::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    top: -20px;
    left: 0;
    z-index: 10;
}
@media only screen and (min-width: 1280px) {
    .main-header .main-header-bottom nav > ul > li.header-megamenu-catalog:hover > .sub-menu {
        top: calc(100% + 20px);
        opacity: 1;
        visibility: visible;
    }
}
.main-header .main-header-bottom nav > ul > li.header-megamenu-catalog > .sub-menu > li.menu-col-wrapp:nth-child(1) {
    width: calc(33.33% - 12px);
}
.main-header .main-header-bottom nav > ul > li.header-megamenu-catalog > .sub-menu > li.menu-col-wrapp:nth-child(2) {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: calc(66.66% - 12px);
}
.main-header .main-header-bottom nav > ul > li.header-megamenu-catalog > .sub-menu > li.menu-col-wrapp:nth-child(1) > .sub-menu {
    display: flex;
}
.main-header .main-header-bottom nav > ul > li.header-megamenu-catalog > .sub-menu > li.menu-col-wrapp:nth-child(2) > .sub-menu {
    display: flex;
    flex-direction: row;
    gap: 24px;
}
.main-header .main-header-bottom nav > ul > li.header-megamenu-catalog > .sub-menu > li.menu-col-wrapp:nth-child(2) > .sub-menu > li {
    width: calc(50% - 12px);
}
.main-header .main-header-bottom .hidden-header-megamenu-messengers {
    display: none;
}
.main-header .main-header-bottom nav > ul > li.header-megamenu-catalog > .sub-menu > li.menu-col-wrapp:nth-child(2) .header-megamenu-messengers {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    width: 100%;
    padding: 32px;
    border-radius: 24px;
    background: var(--gray-100);
}
.main-header .main-header-bottom nav > ul > li.header-megamenu-catalog > .sub-menu > li.menu-col-wrapp:nth-child(2) .header-megamenu-messengers .title {
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -2%;
    color: var(--black);
}
.main-header .main-header-bottom nav > ul > li.header-megamenu-catalog > .sub-menu > li.menu-col-wrapp:nth-child(2) .header-megamenu-messengers .subtitle {
    margin-top: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -1%;
    color: var(--black);
}
.main-header .main-header-bottom nav > ul > li.header-megamenu-catalog > .sub-menu > li.menu-col-wrapp:nth-child(2) .header-megamenu-messengers .buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 16px;
}
.main-header .main-header-bottom nav > ul > li.header-megamenu-catalog > .sub-menu > li.menu-col-wrapp:nth-child(2) .header-megamenu-messengers .buttons .btn-default {
    /* display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 48px; */
    width: calc(25% - 12px);
    /* border-radius: 8px;
    border: 1px solid transparent;
    background:
        linear-gradient(var(--gray-100), var(--gray-100)) padding-box,
        linear-gradient(93.95deg, #893cc5 0%, #5b46c0 100%) border-box;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -1%;
    color: var(--black);
    transition: all 0.3s ease; */
}
/* .main-header .main-header-bottom nav > ul > li.header-megamenu-catalog > .sub-menu > li.menu-col-wrapp:nth-child(2) .header-megamenu-messengers .buttons .button:hover {
    box-shadow: 0 8px 12px 0 rgb(0 0 0 / 0.12);
}
.main-header .main-header-bottom nav > ul > li.header-megamenu-catalog > .sub-menu > li.menu-col-wrapp:nth-child(2) .header-megamenu-messengers .buttons .button img {
    width: 20px;
    height: 20px;
} */

.main-header .main-header-bottom nav > ul > li.header-megamenu-catalog > .sub-menu > li.menu-col-wrapp > .sub-menu > li {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    /* padding: 32px;
    border-radius: 24px;
    background: var(--gray-100); */
}
.main-header .main-header-bottom nav > ul > li.header-megamenu-catalog > .sub-menu > li.menu-col-wrapp > .sub-menu > li.menu-col-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    color: var(--black);
}
.main-header .main-header-bottom nav > ul > li.header-megamenu-catalog > .sub-menu > li.menu-col-wrapp > .sub-menu > li > .sub-menu {
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
    padding: 8px;
    border-radius: 16px;
    background: var(--gray-100);
}
.main-header .main-header-bottom nav > ul > li.header-megamenu-catalog > .sub-menu > li.menu-col-wrapp > .sub-menu > li > .sub-menu > li > a {
    display: block;
    width: 100%;
    padding: 12px 16px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -1%;
    color: var(--black);
    transition: all 0.3s ease;
}
.main-header .main-header-bottom nav > ul > li.header-megamenu-catalog > .sub-menu > li.menu-col-wrapp > .sub-menu > li > .sub-menu > li > a:hover {
    background: var(--gray-200);
}
.main-header .main-header-bottom nav > ul > li.header-megamenu-catalog > .sub-menu > li.menu-col-wrapp > .sub-menu > li > .sub-menu > li.current-menu-item > a {
    color: var(--purple-bright);
}
@media only screen and (min-width: 1280px) {
    .main-header .main-header-bottom nav > ul > li.header-megamenu-catalog > .sub-menu > li.menu-col-wrapp > .sub-menu > li > .sub-menu > li > a:hover {
        background: var(--gray-200);
    }
}
.main-header .main-header-bottom nav .mob-sub-menu-items {
    display: none;
}
.main-header .main-header-bottom .contact {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 4px;
}
.main-header .main-header-bottom .contact .phone {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    font-size: 24px;
    line-height: 20px;
    letter-spacing: -1%;
    color: var(--black);
    transition: all 0.3s ease;
}
@media only screen and (min-width: 1280px) {
    .main-header .main-header-bottom .contact:hover .phone {
        color: var(--purple-bright);
    }
}
.main-header .main-header-bottom .contact .phone img {
    width: 24px;
    height: 24px;
}
.main-header .main-header-bottom .contact .label {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -1%;
    color: var(--black);
}
.main-header .main-header-mob-search-area {
    display: none;
}
@media only screen and (max-width: 1279px) {
    .main-header .main-header-top {
        padding: 20px 0;
    }
    .main-header .main-header-top .container {
        gap: 0;
    }
    .main-header .main-header-top .header-search {
        display: none;
    }
    .main-header .main-header-top .header-right .header-mob-search {
        position: relative;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 20px;
    }
    .main-header .main-header-top .header-right .header-mob-search img {
        position: absolute;
        transition: all 0.3s ease;
    }
    .main-header .main-header-top .header-right .header-mob-search img:nth-child(2) {
        opacity: 0;
    }
    .main-header .main-header-top .header-right .header-mob-search.active img:nth-child(1) {
        opacity: 0;
    }
    .main-header .main-header-top .header-right .header-mob-search.active img:nth-child(2) {
        opacity: 1;
    }
    .main-header .main-header-top .header-right .header-btn-item span.text {
        display: none;
    }
    .main-header .main-header-top .header-right .header-mob-menu-btn {
        cursor: pointer;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 20px;
    }
    .main-header .main-header-top .header-right .header-mob-menu-btn img {
        position: absolute;
        width: 20px;
        height: 20px;
    }

    .main-header .main-header-top .header-right .header-mob-menu-btn img {
        position: absolute;
        transition: all 0.3s ease;
    }
    .main-header .main-header-top .header-right .header-mob-menu-btn img:nth-child(2) {
        opacity: 0;
    }
    .main-header .main-header-top .header-right .header-mob-menu-btn.active img:nth-child(1) {
        opacity: 0;
    }
    .main-header .main-header-top .header-right .header-mob-menu-btn.active img:nth-child(2) {
        opacity: 1;
    }

    .main-header .main-header-bottom {
        position: fixed;
        display: none;
        width: 100%;
        height: calc(100dvh - 64px);
        top: 64px;
        left: 0;
        padding: 0;
        background: var(--white);
        overflow: auto;
        transition: top 0.3s ease;
    }
    .main-header.search-open .main-header-bottom {
        height: calc(100dvh - 128px);
        top: 144px;
    }
    .main-header .main-header-bottom > .container {
        position: relative;
        flex-direction: column;
        padding-bottom: 24px;
        border-radius: 32px;
        background: var(--gray-50);
    }
    .main-header .main-header-bottom nav {
        width: 100%;
    }
    .main-header .main-header-bottom nav > ul {
        flex-direction: column;
        gap: 0px;
    }
    .main-header .main-header-bottom nav > ul > li.header-megamenu-catalog > a {
        display: none;
    }
    .main-header .main-header-bottom nav > ul > li.header-megamenu-catalog > .sub-menu {
        position: relative;
        flex-direction: column;
        gap: 16px;
        max-height: none;
        width: 100%;
        top: auto;
        left: auto;
        padding: 0;
        padding-top: 24px;
        padding-bottom: 16px;
        opacity: 1;
        visibility: visible;
    }
    .main-header .main-header-bottom nav > ul > li.header-megamenu-catalog > .sub-menu > li.menu-col-wrapp:nth-child(1) {
        width: 100%;
    }
    .main-header .main-header-bottom nav > ul > li.header-megamenu-catalog > .sub-menu > li.menu-col-wrapp:nth-child(2) {
        width: 100%;
    }
    .main-header .main-header-bottom nav > ul > li.header-megamenu-catalog > .sub-menu > li.menu-col-wrapp:nth-child(2) > .sub-menu {
        flex-direction: column;
        gap: 16px;
    }
    .main-header .main-header-bottom nav > ul > li.header-megamenu-catalog > .sub-menu > li.menu-col-wrapp:nth-child(2) > .sub-menu > li {
        width: 100%;
    }
    .main-header .main-header-bottom nav > ul > li.header-megamenu-catalog > .sub-menu > li.menu-col-wrapp > .sub-menu > li.menu-col-title {
        padding: 23px 24px;
        border-radius: 16px;
        background: var(--gray-100);
    }
    .main-header .main-header-bottom nav > ul > li.header-megamenu-catalog > .sub-menu > li.menu-col-wrapp > .sub-menu > li.menu-col-title > .menu-col-title {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .main-header .main-header-bottom nav > ul > li.header-megamenu-catalog > .sub-menu > li.menu-col-wrapp > .sub-menu > li.menu-col-title > .menu-col-title::after {
        content: "";
        display: block;
        width: 16px;
        height: 16px;
        background-image: url(/wp-content/themes/dental-tools/assets/img/filter-v2-item-arrow.svg);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .main-header .main-header-bottom nav > ul > li.header-megamenu-catalog > .sub-menu > li.menu-col-wrapp > .sub-menu > li > .sub-menu {
        display: none;
        flex: auto;
        background: var(--gray-200);
        transition: all 0s ease;
    }
    .main-header .main-header-bottom nav > ul > li.header-megamenu-catalog > .sub-menu > li.menu-col-wrapp > .sub-menu > li > .sub-menu > li > a {
        border-radius: 8px;
        color: var(--black);
    }
    .main-header .main-header-bottom nav > ul > li.header-megamenu-catalog > .sub-menu > li.menu-col-wrapp > .sub-menu > li > .sub-menu > li.current-menu-item > a {
        background: var(--gray-300);
        color: var(--black);
    }
    .main-header .main-header-bottom nav > ul > li.header-megamenu-links > ul {
        flex-direction: column;
        padding: 8px;
        border-radius: 16px;
        background: var(--gray-100);
    }
    .main-header .main-header-bottom nav > ul > li.header-megamenu-links > ul > li > a {
        justify-content: space-between;
        border-radius: 8px;
        color: var(--black);
    }

    .main-header .main-header-bottom nav > ul > li.header-megamenu-links > ul > li.current-menu-item > a {
        background: var(--gray-300);
        color: var(--black);
    }

    .main-header .main-header-bottom nav > ul > li.header-megamenu-links > ul > li.menu-item-has-children > .sub-menu {
        position: relative;
        display: none;
        width: 100%;
        top: auto;
        left: auto;
        opacity: 1;
        visibility: visible;
        transition: all 0s ease;
    }
    .main-header .main-header-bottom nav > ul > li.header-megamenu-links > ul > li.menu-item-has-children > .sub-menu::before {
        display: none;
    }
    .main-header .main-header-bottom nav > ul > li.header-megamenu-catalog > .sub-menu > li.menu-col-wrapp:nth-child(2) .header-megamenu-messengers {
        display: none;
    }
    .main-header .main-header-bottom .hidden-header-megamenu-messengers {
        display: block;
        width: 100%;
        margin-top: 16px;
    }
    .main-header .main-header-bottom .hidden-header-megamenu-messengers .header-megamenu-messengers {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 24px;
        border-radius: 24px;
        background: var(--gray-100);
    }
    .main-header .main-header-bottom .hidden-header-megamenu-messengers .header-megamenu-messengers .title {
        margin-bottom: 8px;
        font-weight: 600;
        font-size: 20px;
        line-height: 120%;
        letter-spacing: -2%;
        color: var(--black);
    }
    .main-header .main-header-bottom .hidden-header-megamenu-messengers .header-megamenu-messengers .subtitle {
        margin-bottom: 16px;
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        letter-spacing: -1%;
        color: var(--black);
    }
    .main-header .main-header-bottom .hidden-header-megamenu-messengers .header-megamenu-messengers .buttons {
        display: flex;
        flex-direction: row;
        gap: 16px;
        width: 422px;
    }
    .main-header .main-header-bottom .hidden-header-megamenu-messengers .header-megamenu-messengers .buttons .btn-default {
        width: calc(50% - 8px);
    }
    .main-header .main-header-bottom .contact {
        position: absolute;
        right: 48px;
        bottom: 48px;
        z-index: 2;
    }
    .main-header .main-header-bottom nav .mob-sub-menu-items {
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-top: 16px;
    }
    .main-header .main-header-bottom nav .mob-sub-menu-items .mob-sub-menu-item {
        padding: 24px;
        padding-top: 0;
        border-radius: 16px;
        background: var(--gray-100);
    }
    .main-header .main-header-bottom nav .mob-sub-menu-items .mob-sub-menu-item .mob-sub-menu-item-btn {
        cursor: pointer;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        width: 100%;
        padding-top: 24px;
        font-weight: 600;
        font-size: 14px;
        line-height: 120%;
        letter-spacing: 0%;
        color: var(--black);
    }
    .main-header .main-header-bottom nav .mob-sub-menu-items .mob-sub-menu-item .mob-sub-menu-item-btn img {
        width: 16px;
        height: 16px;
        transition: all 0.3s ease;
    }
    .main-header .main-header-bottom nav .mob-sub-menu-items .mob-sub-menu-item .mob-sub-menu-item-btn.active img {
        transform: rotate(-180deg);
    }
    .main-header .main-header-bottom nav .mob-sub-menu-items .mob-sub-menu-item .mob-sub-menu-list {
        display: none;
        flex-direction: column;
        width: 100%;
        padding: 8px;
        margin-top: 24px;
        border-radius: 16px;
        background: var(--gray-200);
    }
    .main-header .main-header-bottom nav .mob-sub-menu-items .mob-sub-menu-item .mob-sub-menu-list a {
        display: block;
        width: 100%;
        padding: 12px 16px;
        border-radius: 8px;
        font-weight: 500;
        font-size: 14px;
        line-height: 120%;
        letter-spacing: -1%;
        color: var(--black);
        transition: all 0.3s ease;
    }
    .main-header .main-header-bottom nav .mob-sub-menu-items .mob-sub-menu-item .mob-sub-menu-list a.active {
        background: var(--gray-300);
    }
    .main-header .main-header-mob-search-area {
        width: 100%;
        padding: 8px;
        background: var(--gray-100);
    }
    .main-header .main-header-mob-search-area form {
        position: relative;
        width: 100%;
    }
    .main-header .main-header-mob-search-area form input[type="search"] {
        height: 48px;
        width: 100%;
        padding-left: 24px;
        padding-right: 56px;
        border-radius: 8px;
        border: 1px solid var(--gray-300);
        background: var(--gray-100);
    }
    .main-header .main-header-mob-search-area form button[type="submit"] {
        position: absolute;
        right: 24px;
        top: 50%;
        margin-top: -12px;

        background: none;
        border: none;
    }
    .main-header .main-header-mob-search-area form button[type="submit"] img {
        width: 24px;
        height: 24px;
    }
}
@media only screen and (max-width: 743px) {
    .main-header .main-header-top .header-logo img {
        height: 12px;
    }
    .main-header .main-header-top .header-right .header-mob-phone {
        display: block;
    }
    .main-header .main-header-top .header-right .header-langs,
    .main-header .main-header-top .header-right .header-currencies,
    .main-header .main-header-top .header-right .header-btn-item.header-wishlist,
    .main-header .main-header-top .header-right .header-btn-item.header-user {
        display: none;
    }
    .main-header .main-header-top .header-right .header-btn-item img {
        width: 20px;
        height: 20px;
    }
    .main-header .main-header-top .header-right .header-mob-search {
        width: 44px;
    }
    .main-header .main-header-bottom .hidden-header-megamenu-messengers .header-megamenu-messengers {
        padding-bottom: 96px;
    }
    .main-header .main-header-bottom .hidden-header-megamenu-messengers .header-megamenu-messengers .buttons {
        flex-direction: column;
        width: 100%;
    }
    .main-header .main-header-bottom .hidden-header-megamenu-messengers .header-megamenu-messengers .buttons .btn-default {
        width: 100%;
    }
    .main-header .main-header-bottom .contact {
        text-align: center;
        align-items: center;
        justify-content: center;
        width: calc(100% - 96px);
    }
}
/* header end */

/* home main slider */
.home-main-slider-section {
    margin-top: 24px;
}
.home-main-slider-section .home-main-slider {
    border-radius: 32px;
    overflow: hidden;
}

.home-main-slider-section .item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 24px;
    height: 640px;
    padding-left: 96px;
    background-color: var(--black);
    background-image: url(/wp-content/themes/dental-tools/assets/img/hero-gradient-v2.jpg);
    background-position: center;
    background-size: cover;
}
.home-main-slider-section .item .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 32px;
    width: calc(50% - 12px);
    height: 100%;
}
.home-main-slider-section .item .info .title {
    font-family: var(--font-unb);
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -1%;
    color: var(--white);
}
.home-main-slider-section .item .info .subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -1%;
    color: var(--white);
}
.home-main-slider-section .item .info .buttons {
    display: flex;
    flex-direction: row;
    gap: 8px;
}
.home-main-slider-section .item > img {
    width: calc(50% - 12px);
    height: 100%;
    object-fit: cover;
}
.home-main-slider-section .home-main-slider .owl-nav:not(.disabled) {
    position: absolute !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: calc(100% - 16px) !important;
    height: 0 !important;
    top: 50% !important;
    left: 8px !important;
    z-index: 11 !important;
}
.home-main-slider-section .home-main-slider .owl-nav > * {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    height: 48px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 8px !important;
    background: rgba(241, 242, 243, 0.5) !important;
    transition: all 0.3s ease !important;
}
@media only screen and (min-width: 1280px) {
    .home-main-slider-section .home-main-slider .owl-nav > *:hover {
        background: rgba(241, 242, 243, 1) !important;
        box-shadow: 0 8px 12px 0 rgb(0 0 0 / 0.12);
    }
}
.home-main-slider-section .home-main-slider .owl-nav > * img {
    width: 24px !important;
    height: 24px !important;
}
@media only screen and (max-width: 1279px) {
    .home-main-slider-section .item {
        flex-direction: column-reverse;
        align-items: center;
        gap: 0;
        height: auto;
        padding-left: 0;
    }
    .home-main-slider-section .item > img {
        height: 296px;
        width: 100%;
        object-fit: contain;
    }
    .home-main-slider-section .item .info {
        gap: 24px;
        width: 100%;
        padding: 48px;
        padding-top: 52px;
    }
    .home-main-slider-section .item .info .title {
        font-size: 32px;
    }
    .home-main-slider-section .item .info .buttons .btn-default {
        min-width: 200px;
        padding: 0;
    }
}
@media only screen and (max-width: 743px) {
    .home-main-slider-section {
        margin-top: 16px;
    }
    .home-main-slider-section .home-main-slider {
        border-radius: 24px;
    }
    .home-main-slider-section .item > img {
        width: 280px;
        height: auto;
        aspect-ratio: 1/1;
        object-fit: cover;
    }
    .home-main-slider-section .item .info {
        padding: 24px;
        padding-top: 0;
    }
    .home-main-slider-section .item .info .title {
        font-size: 24px;
    }
    .home-main-slider-section .item .info .subtitle {
        font-size: 14px;
    }
    .home-main-slider-section .item .info .buttons {
        flex-direction: column;
        gap: 16px;
    }
    .home-main-slider-section .item .info .buttons .btn-default {
        width: 100%;
    }
}
/* home main slider end */
/* home benefits */
.section-home-benefits {
    padding: 24px 0;
}
.section-home-benefits .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
}
.section-home-benefits .container .item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: calc(25% - 18px);
    padding: 24px;
    border-radius: 24px;
    background: var(--gray-100);
}
.section-home-benefits .container .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 8px;
    background: linear-gradient(93.95deg, #893cc5 0%, #5b46c0 100%);
}
.section-home-benefits .container .item .icon img {
    width: 24px;
    height: 24px;
}
.section-home-benefits .container .item .title {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -1%;
    color: var(--black);
}
@media only screen and (max-width: 1279px) {
    .section-home-benefits .container {
        gap: 16px;
    }
    .section-home-benefits .container .item {
        flex-direction: row;
        align-items: center;
        width: calc(50% - 8px);
        padding: 16px;
        border-radius: 16px;
    }
    .section-home-benefits .container .item .title {
        font-size: 14px;
    }
}
@media only screen and (max-width: 743px) {
    .section-home-benefits {
        padding: 16px 0;
    }
    .section-home-benefits .container .item {
        width: 100%;
    }
}
/* home benefits end */
/* home categories */
.section-categories .home-categories {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
}
.section-categories .home-categories .item {
    position: relative;
    width: calc(16.66% - 20px);
    aspect-ratio: 1/1;
    border-radius: 24px;
    background: var(--gray-100);
    overflow: hidden;
    transition: all 0.3s ease;
}
.section-categories .home-categories .item::after {
    content: "";
    position: absolute;
    display: block;
    background: linear-gradient(360deg, #f1f2f3 0%, rgba(241, 242, 243, 0) 100%);
    width: 100%;
    height: calc(100% - 96px);
    bottom: 0;
    left: 0;
    z-index: 1;
}
.section-specialization-categories .home-categories .item::after {
    background: linear-gradient(0deg, rgba(12, 12, 14, 0.8) 0%, rgba(12, 12, 14, 0) 100%);
}
@media only screen and (min-width: 1280px) {
    .section-categories .home-categories .item:hover {
        box-shadow: 0 8px 12px 0 rgb(0 0 0 / 0.12);
    }
}
.section-categories .home-categories .item img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: contain;
}
.section-specialization-categories .home-categories .item img {
    object-fit: cover;
}
.section-categories .home-categories .item .title {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 24px;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -1%;
    color: var(--black);
    z-index: 2;
}
.section-specialization-categories .home-categories .item .title {
    color: var(--white);
}
@media only screen and (max-width: 1279px) {
    .section-categories .home-categories .item {
        width: calc(33.33% - 16px);
    }
}
@media only screen and (max-width: 743px) {
    .section-categories .home-categories {
        gap: 16px;
    }
    .section-categories .home-categories .item {
        width: calc(50% - 8px);
    }
    .section-categories .home-categories .item .title {
        font-size: 14px;
    }
}
/* home popular categories end */

/* home bestsellers */
.section-bestsellers .home-bestsellers-slider .owl-nav:not(.disabled) {
    position: absolute !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: calc(100% + 32px) !important;
    height: 0 !important;
    top: calc(50% - 48px) !important;
    left: -16px;
    z-index: 11 !important;
}
@media only screen and (max-width: 1365px) {
    .section-bestsellers .home-bestsellers-slider .owl-nav {
        width: calc(100% + 0px) !important;
        left: 0px !important;
    }
}
.section-bestsellers .home-bestsellers-slider .owl-nav > * {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    height: 48px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 8px !important;
    background: rgba(241, 242, 243, 0.5) !important;
    transition: all 0.3s ease !important;
}
@media only screen and (min-width: 1280px) {
    .section-bestsellers .home-bestsellers-slider .owl-nav > *:hover {
        background: rgba(241, 242, 243, 1) !important;
        box-shadow: 0 8px 12px 0 rgb(0 0 0 / 0.12);
    }
}
@media only screen and (max-width: 743px) {
    .section-bestsellers .home-bestsellers-slider .owl-nav:not(.disabled) {
        top: calc(50% - 40px) !important;
        left: -16px !important;
    }
    .section-bestsellers .home-bestsellers-slider .owl-nav > * {
        width: 40px !important;
        height: 40px !important;
    }
}
.section-bestsellers .home-bestsellers-slider .owl-nav > * img {
    width: 24px !important;
    height: 24px !important;
}

.section-bestsellers .home-bestsellers-slider .item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: calc(100% - 2px);
}
.section-bestsellers .home-bestsellers-slider .item > a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.section-bestsellers .home-bestsellers-slider .item .item-img {
    position: relative;
    border-radius: 24px;
    border: 1px solid var(--gray-300);
    overflow: hidden;
}
.section-bestsellers .home-bestsellers-slider .item .item-img > img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
    transition: all 0.3s ease;
}
@media only screen and (min-width: 1280px) {
    .section-bestsellers .home-bestsellers-slider .item:hover .item-img > img {
        transform: scale(1.1);
    }
}
.section-bestsellers .home-bestsellers-slider .item .item-img .added_to_cart.wc-forward {
    display: none;
}
.section-bestsellers .home-bestsellers-slider .item .item-img .btn-default {
    position: absolute;
    left: 16px;
    bottom: 0px;
    width: calc(100% - 32px);
    opacity: 0;
    visibility: hidden;
    z-index: 3;
}
@media only screen and (min-width: 1280px) {
    .section-bestsellers .home-bestsellers-slider .item:hover .item-img .btn-default {
        bottom: 16px;
        opacity: 1;
        visibility: visible;
    }
}
.section-bestsellers .home-bestsellers-slider .item .item-img .sale-label-item {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 8px;
    right: 8px;
}
.section-bestsellers .home-bestsellers-slider .item .item-img .sale-label-item img {
    width: 48px;
    height: 48px;
}
.section-bestsellers .home-bestsellers-slider .item .item-img .sale-label-item span {
    position: absolute;
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -2%;
    text-align: center;
    color: var(--white);
    z-index: 2;
}
.section-bestsellers .home-bestsellers-slider .item .title {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -1%;
    color: var(--black);
}

.section-bestsellers .home-bestsellers-slider .item .price > span {
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -1%;
    color: var(--purple-bright);
}
.section-bestsellers .home-bestsellers-slider .item .price.sale-price > span {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: start;
    gap: 12px;
}
.section-bestsellers .home-bestsellers-slider .item .price ins {
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -1%;
    color: var(--purple-bright);
}
.section-bestsellers .home-bestsellers-slider .item .price bdi > span:not(.woocommerce-Price-currencySymbol) {
    display: inline-block;
    width: 6px;
}
.section-bestsellers .home-bestsellers-slider .item .price del {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -1%;
    text-decoration: line-through;
    color: var(--gray-500);
}
@media only screen and (max-width: 1279px) {
    .section-bestsellers .home-bestsellers-slider .item .title {
        font-size: 14px;
    }
    .section-bestsellers .home-bestsellers-slider .item .price > span,
    .section-bestsellers .home-bestsellers-slider .item .price ins {
        font-size: 16px;
    }
}
/* home bestsellers end */
/* section cta */
.section-cta {
    padding-bottom: 24px;
}
.section-cta .cta-inner {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
    border-radius: 32px;
    background: var(--gray-100);
    overflow: hidden;
}
.section-cta .info,
.section-cta .image {
    width: calc(50% - 16px);
    height: 100%;
}
.section-cta .info {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 96px;
    padding-right: 0;
    z-index: 2;
}
.section-cta .info .title {
    font-family: var(--font-unb);
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -1%;
    color: var(--black);
}
.section-cta .info .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -1%;
    color: var(--black);
}
.section-cta .info .buttons {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 24px;
}
.section-cta .info .buttons .contact {
    display: flex;
    flex-direction: column;
    align-items: end;
}
.section-cta .info .buttons .contact .label {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -1%;
    color: var(--black);
}
.section-cta .info .buttons .contact .phone {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -1%;
    color: var(--black);
}
.section-cta .info .buttons .contact .phone img {
    width: 24px;
    height: 24px;
}
.section-cta .image {
    position: absolute;
    width: 50%;
    top: 0;
    right: 0;
    z-index: 1;
}
.section-cta .image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #f1f2f3 0%, rgba(241, 242, 243, 0) 100%);
    z-index: 2;
}
.section-cta .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media only screen and (max-width: 1365px) {
    .section-cta .image {
        width: calc(100% - 400px);
    }
}
@media only screen and (max-width: 1279px) {
    .section-cta {
        padding-bottom: 16px;
    }
    .section-cta .info {
        width: 100%;
        gap: 24px;
        padding: 48px;
        padding-right: 206px;
    }
    .section-cta .info .title {
        font-size: 24px;
    }
    .section-cta .image {
        width: calc(100% - 240px);
    }
}
@media only screen and (max-width: 743px) {
    .section-cta .info {
        padding: 64px 24px;
    }
    .section-cta .info .title {
        font-size: 20px;
    }
    .section-cta .info .text {
        font-size: 14px;
    }
    .section-cta .info .buttons {
        flex-direction: column;
        gap: 16px;
    }
    .section-cta .info .buttons .btn-default {
        width: 100%;
    }
    .section-cta .info .buttons .contact {
        width: 100%;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .section-cta .image {
        width: 100%;
    }
    .section-cta .image::before {
        background: linear-gradient(0deg, #f1f2f3 0%, rgba(241, 242, 243, 0.5) 100%);
    }
}
/* section cta end */

/* section footer benefits */
.section-footer-benefits {
    padding-bottom: 24px;
}
.section-footer-benefits .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
}
.section-footer-benefits .item {
    display: flex;
    flex-direction: column;
    flex: 1 1 calc(20% - 20px);
    padding: 24px;
    border-radius: 24px;
    background: var(--gray-100);
    overflow: hidden;
}
.section-footer-benefits .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
    border-radius: 8px;
    background: linear-gradient(93.95deg, #893cc5 0%, #5b46c0 100%);
    overflow: hidden;
}
.section-footer-benefits .item .icon img {
    width: 24px;
    height: 24px;
}
.section-footer-benefits .item .title {
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -1%;
    color: var(--black);
}
.section-footer-benefits .item .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -1%;
    color: var(--gray-900);
}
@media only screen and (max-width: 1279px) {
    .section-footer-benefits .container {
        gap: 16px;
    }
    .section-footer-benefits .item {
        flex-direction: row;
        align-items: center;
        gap: 16px;
        flex: 1 1 calc(33.33% - 16px);
        padding: 16px;
        border-radius: 16px;
    }
    .section-footer-benefits .item .icon {
        margin: 0;
    }
    .section-footer-benefits .item .title {
        font-size: 14px;
    }
    .section-footer-benefits .item .text {
        font-size: 12px;
    }
}
@media only screen and (max-width: 743px) {
    .section-footer-benefits .item {
        flex: 1 1 calc(100% - 16px);
    }
}
/* section footer benefits end */
/* footer v2 */
.footer-v2 {
    background: var(--black);
}
.footer-v2 .footer-v2-top {
    padding: 64px 0;
}
.footer-v2 .footer-v2-top > .container {
    display: flex;
    flex-direction: row;
    gap: 96px;
}
.footer-v2 .footer-v2-top .info {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: calc(33.33% - 48px);
}
.footer-v2 .footer-v2-top .info .footer-logo img {
    width: 172px;
}
.footer-v2 .footer-v2-top .info .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    color: var(--white);
}
.footer-v2 .footer-v2-top .info .socials {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.footer-v2 .footer-v2-top .info .socials .title {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -1%;
    color: var(--gray-500);
}
.footer-v2 .footer-v2-top .info .socials .socials-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
}
.footer-v2 .footer-v2-top .info .socials .socials-inner a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-v2 .footer-v2-top .info .socials .socials-inner a img,
.footer-v2 .footer-v2-top .info .socials .socials-inner a svg {
    width: 24px;
    height: 24px;
}
.footer-v2 .footer-v2-top .info .socials .socials-inner a svg path {
    transition: all 0.3s ease;
}
@media only screen and (min-width: 1280px) {
    .footer-v2 .footer-v2-top .info .socials .socials-inner a:hover svg path {
        fill: var(--purple-bright);
    }
}
.footer-v2 .footer-v2-top .menus {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 48px;
    width: calc(66.66% - 48px);
}
.footer-v2 .footer-v2-top .menus .footer-menu-list {
    display: flex;
    flex-direction: column;
    width: calc(25% - 36px);
}
.footer-v2 .footer-v2-top .menus .footer-menu-list li:not(:last-child) {
    margin-bottom: 12px;
}
.footer-v2 .footer-v2-top .menus .footer-menu-list li.menu-col-title {
    margin-bottom: 24px;
}
.footer-v2 .footer-v2-top .menus .footer-menu-list li.menu-col-title div {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    color: var(--gray-500);
}
.footer-v2 .footer-v2-top .menus .footer-menu-list li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    color: var(--white);
    transition: all 0.3s ease;
}
.footer-v2 .footer-v2-top .menus .footer-menu-list li.current-menu-item a {
    color: var(--purple-bright);
}
@media only screen and (min-width: 1280px) {
    .footer-v2 .footer-v2-top .menus .footer-menu-list li a:hover {
        color: var(--purple-bright);
    }
}
.footer-v2 .footer-v2-bottom {
    padding: 32px 0;
    border-top: 1px solid var(--gray-900);
}
.footer-v2 .footer-v2-bottom .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.footer-v2 .footer-v2-bottom .copyright {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    color: var(--gray-300);
}
.footer-v2 .footer-v2-bottom .gorilla {
    position: relative;
    font-family: Gorilla;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -1%;
    color: var(--gray-300);
    transition: all 0.3s ease;
}
@media only screen and (min-width: 1280px) {
    .footer-v2 .footer-v2-bottom .gorilla:hover {
        color: var(--purple-bright);
    }
}
@media only screen and (max-width: 1279px) {
    .footer-v2 .footer-v2-top > .container {
        flex-direction: column;
        gap: 48px;
    }
    .footer-v2 .footer-v2-top .info {
        width: 100%;
    }
    .footer-v2 .footer-v2-top .menus {
        width: 100%;
    }
}
@media only screen and (max-width: 743px) {
    .footer-v2 .footer-v2-top {
        padding: 32px 0;
    }
    .footer-v2 .footer-v2-top > .container {
        gap: 32px;
    }
    .footer-v2 .footer-v2-top .menus {
        flex-wrap: wrap;
        gap: 32px 16px;
    }
    .footer-v2 .footer-v2-top .menus .footer-menu-list {
        width: calc(50% - 8px);
    }
    .footer-v2 .footer-v2-bottom .container {
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }
}
/* footer v2 end */

/* shop page */
.section-products {
    padding: 24px 0;
}
.section-products .container {
    display: flex;
    flex-direction: row;
    gap: 48px;
}
.section-products .filter-fill {
    display: none;
}
.section-products .products-filter {
    width: calc(20% - 24px);
}
.section-products .products-filter .products-filter-mob-title {
    display: none;
}
.section-products .products-filter .products-categories-wrapp,
.section-products .products-filter .wpc-filters-section,
.section-products .products-filter section.widget_price_filter,
.section-products .products-filter .custom-filter-item {
    margin-bottom: 8px;
    border-radius: 16px;
    background: var(--gray-100);
}
.section-products .products-filter .custom-filter-item:last-child {
    margin-bottom: 0;
}
.section-products .products-filter .products-categories-wrapp .products-categories-title,
.section-products .products-filter .wpc-filters-section > .wpc-filter-header .wpc-filter-title,
.section-products .products-filter section.widget_price_filter .widget-title,
.section-products .products-filter .custom-filter-item .title {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 24px;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    color: var(--black);
}
.section-products .products-filter .products-categories-wrapp .products-categories-title::after,
.section-products .products-filter .wpc-filters-section > .wpc-filter-header .wpc-filter-title::after,
.section-products .products-filter section.widget_price_filter .widget-title:after,
.section-products .products-filter .custom-filter-item .title:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(/wp-content/themes/dental-tools/assets/img/filter-v2-item-arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
}
.section-products .products-filter .products-categories-wrapp .products-categories-title.active::after,
.section-products .products-filter .wpc-filters-section > .wpc-filter-header.active .wpc-filter-title::after,
.section-products .products-filter section.widget_price_filter .widget-title.active:after,
.section-products .products-filter .custom-filter-item .title.active:after {
    transform: rotate(-180deg);
}
.section-products .products-filter .products-categories-wrapp .products-categories-menu,
.section-products .products-filter .wpc-filters-section > .wpc-filter-content,
.section-products .products-filter section.widget_price_filter > form,
.section-products .products-filter .custom-filter-item .list {
    display: none;
    padding: 24px;
    padding-top: 0;
}
.section-products .products-filter .products-categories-wrapp .products-categories-menu > li {
    position: relative;
}
.section-products .products-filter .products-categories-wrapp .products-categories-menu > li > a .open-sub-menu {
    cursor: pointer;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: end;
    width: 56px;
    height: 100%;
    right: 0;
    padding-right: 16px;
    z-index: 2;
}
/* .section-products .products-filter .products-categories-wrapp .products-categories-menu > li > a.active .open-sub-menu {
    transform: rotate(-180deg);
} */
.section-products .products-filter .products-categories-wrapp .products-categories-menu > li > a .open-sub-menu img {
    width: 16px;
    height: 16px;
    transition: all 0.3s ease;
}
.section-products .products-filter .products-categories-wrapp .products-categories-menu > li > a.active .open-sub-menu img {
    transform: rotate(-180deg);
}
.section-products .products-filter .products-categories-wrapp .products-categories-menu li > a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 16px;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -1%;
    color: var(--black);
}
.section-products .products-filter .products-categories-wrapp .products-categories-menu li.menu-item-has-children > a {
    padding-right: 44px;
}
.section-products .products-filter .products-categories-wrapp .products-categories-menu li.current-menu-item > a {
    background: var(--gray-300);
}
@media only screen and (min-width: 1280px) {
    .section-products .products-filter .products-categories-wrapp .products-categories-menu li > a:hover {
        background: var(--gray-300);
    }
}
.section-products .products-filter .products-categories-wrapp .products-categories-menu .sub-menu {
    display: none;
    border-radius: 8px;
    padding: 8px;
    background: var(--gray-50);
}
.section-products .products-filter .wpc-filters-section > .wpc-filter-content ul {
    padding: 0;
}
.section-products .products-filter .wpc-filters-section > .wpc-filter-content .wpc-checkbox-item {
    width: 100%;
    padding: 16px;
    margin-bottom: 0px;
    border-radius: 8px;
    transition: all 0.3s ease;
}
@media only screen and (min-width: 1280px) {
    .section-products .products-filter .wpc-filters-section > .wpc-filter-content .wpc-checkbox-item:hover {
        background: var(--gray-300);
    }
}
.section-products .products-filter .wpc-filters-section > .wpc-filter-content .wpc-checkbox-item .wpc-term-item-content-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.section-products .products-filter .wpc-filters-section > .wpc-filter-content .wpc-checkbox-item label a,
.section-products .products-filter .wpc-filters-section > .wpc-filter-content .wpc-checkbox-item label span {
    opacity: 1;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -1%;
    color: var(--black);
}
.section-products .products-filter section.widget_price_filter > form > .price_slider_wrapper > .price_slider {
    max-width: calc(100% - 26px);
    left: 6px;
}
.section-products .products-filter section.widget_price_filter > form .price_slider_amount {
    padding-top: 24px;
}
.section-products .products-filter section.widget_price_filter > form button[type="submit"] {
    display: none;
}
.section-products .products-filter .wpc-filter-product_cat {
    display: none;
}
.section-products .products-filter .custom-filter-item .item {
    cursor: pointer;
    width: 100%;
    padding: 16px;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -1%;
    color: var(--black);
}
.section-products .products-filter .custom-filter-item .item.active {
    background: var(--gray-300);
}
@media only screen and (min-width: 1280px) {
    .section-products .products-filter .custom-filter-item .item:hover {
        background: var(--gray-300);
    }
}
.section-products .products-list-wrapp {
    width: calc(80% - 24px);
}
.section-products .products-list-wrapp > .woocommerce-result-count.results,
.section-products .products-list-wrapp > .woocommerce-ordering {
    display: none;
}
.section-products .products-list-wrapp .products-list-top-elements {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.section-products .products-list-wrapp .products-list-top-elements .mob-filter-btn {
    display: none;
}
.section-products .products-list-wrapp .products-list-top-elements .woocommerce-result-count.results {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -1%;
    text-align: center;
    color: var(--black);
}

.section-products .products-list-wrapp .shop-titlebar-elements-buttons .shop-titlebar-elements-ordering {
    position: relative;
    z-index: 3;
}
.section-products .products-list-wrapp .shop-titlebar-elements-buttons .shop-titlebar-elements-ordering form.woocommerce-ordering {
    display: none;
}
.section-products .products-list-wrapp .shop-titlebar-elements-buttons .shop-titlebar-elements-ordering .products-list-sort-btn {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    height: 48px;
    padding: 0 16px;
    border-radius: 8px;
    background: var(--gray-200);
    transition: all 0.3s ease;
}
@media only screen and (min-width: 1280px) {
    .section-products .products-list-wrapp .shop-titlebar-elements-buttons .shop-titlebar-elements-ordering .products-list-sort-btn:hover {
        box-shadow: 0 8px 12px 0 rgb(0 0 0 / 0.12);
    }
}
.section-products .products-list-wrapp .shop-titlebar-elements-buttons .shop-titlebar-elements-ordering .products-list-sort-btn img:first-child {
    width: 20px;
    height: 20px;
}
.section-products .products-list-wrapp .shop-titlebar-elements-buttons .shop-titlebar-elements-ordering .products-list-sort-btn img:last-child {
    width: 12px;
    height: 12px;
}

.section-products .products-list-wrapp .shop-titlebar-elements-buttons .shop-titlebar-elements-ordering .shop-titlebar-elements-ordering-list {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 360px;
    right: 0;
    top: calc(100% + 16px);
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.12);
    background: var(--gray-100);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.section-products .products-list-wrapp .shop-titlebar-elements-buttons .shop-titlebar-elements-ordering .shop-titlebar-elements-ordering-list.active {
    opacity: 1;
    visibility: visible;
}
.section-products .products-list-wrapp .shop-titlebar-elements-buttons .shop-titlebar-elements-ordering .shop-titlebar-elements-ordering-list .item {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -1%;
    color: var(--black);
    transition: all 0.3s ease;
}
.section-products .products-list-wrapp .shop-titlebar-elements-buttons .shop-titlebar-elements-ordering .shop-titlebar-elements-ordering-list .item.active {
    color: var(--purple-bright);
}
@media only screen and (min-width: 1280px) {
    .section-products .products-list-wrapp .shop-titlebar-elements-buttons .shop-titlebar-elements-ordering .shop-titlebar-elements-ordering-list .item:hover {
        color: var(--purple-bright);
    }
}
.wpc-filters-section:not(.wpc-filter-post_meta_num, .wpc-filter-layout-dropdown) .wpc-filter-content:not(.wpc-filter-has-hierarchy) ul.wpc-filters-ul-list {
    max-height: none;
}
.wpc-edit-filter-set {
    display: none;
}

.section-products .products-list-wrapp .products-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 24px;
}
.section-products .products-list-wrapp .products-list .item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: calc(33.3333% - 16px);
}
.section-products .products-list-wrapp .products-list .item > a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.section-products .products-list-wrapp .products-list .item .item-image {
    position: relative;
    border-radius: 24px;
    border: 1px solid var(--gray-300);
    overflow: hidden;
}
.section-products .products-list-wrapp .products-list .item .item-image .btn-default {
    position: absolute;
    left: 16px;
    bottom: 0px;
    width: calc(100% - 32px);
    opacity: 0;
    visibility: hidden;
    z-index: 3;
}
@media only screen and (min-width: 1280px) {
    .section-products .products-list-wrapp .products-list .item:hover .item-image .btn-default {
        bottom: 16px;
        opacity: 1;
        visibility: visible;
    }
}
.section-products .products-list-wrapp .products-list .item .item-image > img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
    transition: all 0.3s ease;
}
@media only screen and (min-width: 1280px) {
    .section-products .products-list-wrapp .products-list .item:hover .item-image > img {
        transform: scale(1.1);
    }
}
.section-products .products-list-wrapp .products-list .item .item-image .sale-label-item {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 8px;
    right: 8px;
    z-index: 2;
}
.section-products .products-list-wrapp .products-list .item .item-image .sale-label-item img {
    width: 48px;
    height: 48px;
}
.section-products .products-list-wrapp .products-list .item .item-image .sale-label-item span {
    position: absolute;
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -2%;
    text-align: center;
    color: var(--white);
    z-index: 2;
}
.section-products .products-list-wrapp .products-list .item .title {
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -1%;
    color: var(--black);
}

.section-products .products-list-wrapp .products-list .item .price > span {
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -4%;
    color: var(--purple-bright);
}
.section-products .products-list-wrapp .products-list .item .price.sale-price > span {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: start;
    gap: 12px;
}
.section-products .products-list-wrapp .products-list .item .price ins {
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -4%;
    color: var(--purple-bright);
}
.section-products .products-list-wrapp .products-list .item .price bdi > span:not(.woocommerce-Price-currencySymbol) {
    display: inline-block;
    width: 6px;
}
.section-products .products-list-wrapp .products-list .item .price del {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -4%;
    text-decoration: line-through;
    color: var(--gray-500);
}

.section-products .products-list-wrapp .pagination ul {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 8px !important;
    margin-top: 32px !important;
    padding: 0 !important;
    border: none !important;
}
.section-products .products-list-wrapp .pagination ul li {
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
}
.section-products .products-list-wrapp .pagination ul li.disable {
    display: none !important;
}
.section-products .products-list-wrapp .pagination ul li.enable {
    display: inline-block !important;
}
.section-products .products-list-wrapp .pagination ul li .page-numbers {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 8px !important;
    background-color: var(--gray-100) !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 1 !important;
    letter-spacing: -2% !important;
    color: var(--black) !important;
    transition: all 0.3s ease !important;
}
@media only screen and (min-width: 1280px) {
    .section-products .products-list-wrapp .pagination ul li .page-numbers:hover {
        box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.12) !important;
        background-color: var(--gray-100) !important;
    }
}
.section-products .products-list-wrapp .pagination ul li .page-numbers.current {
    background: var(--black) !important;
    color: var(--white) !important;
}
.section-products .products-list-wrapp .pagination ul li .page-numbers.prev,
.section-products .products-list-wrapp .pagination ul li .page-numbers.next {
    /* border-radius: 50% !important; */
    background-size: 20px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    font-size: 0 !important;
}
.section-products .products-list-wrapp .pagination ul li .page-numbers.prev {
    background-image: url(/wp-content/themes/dental-tools/assets/img/pagination-prev-icon-v2.svg) !important;
}
.section-products .products-list-wrapp .pagination ul li .page-numbers.next {
    background-image: url(/wp-content/themes/dental-tools/assets/img/pagination-next-icon-v2.svg) !important;
}
.section-products .products-list-wrapp .pagination ul li .page-numbers.prev span,
.section-products .products-list-wrapp .pagination ul li .page-numbers.next span,
.section-products .products-list-wrapp .pagination ul li .page-numbers.prev svg,
.section-products .products-list-wrapp .pagination ul li .page-numbers.next svg,
.section-products .products-list-wrapp .pagination ul li .page-numbers.prev img,
.section-products .products-list-wrapp .pagination ul li .page-numbers.next img {
    display: none !important;
}
@media only screen and (max-width: 1279px) {
    .section-products .filter-fill {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: var(--black_80p);
        z-index: 99999;
    }
    .section-products .products-filter {
        position: fixed;
        width: 100%;
        max-width: 348px;
        top: 8px;
        left: -348px;
        padding: 0px;
        border-radius: 24px;
        background: var(--white);
        overflow: hidden;
        z-index: 99999;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }
    .section-products .products-filter.active {
        left: 8px;
        opacity: 1;
        visibility: visible;
    }
    .section-products .products-filter .products-filter-inner {
        max-height: calc(100dvh - 16px);
        overflow: auto;
        padding: 24px;
    }
    .section-products .products-filter .products-filter-mob-title {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 16px;
        font-weight: 600;
        font-size: 16px;
        line-height: 120%;
        letter-spacing: 0%;
        color: var(--black);
    }
    .section-products .products-filter .products-filter-mob-title img {
        cursor: pointer;
        width: 20px;
        height: 20px;
    }
    .section-products .products-list-wrapp .products-list-top-elements .mob-filter-btn {
        cursor: pointer;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: calc(33.33% - 16px);
        gap: 12px;
        height: 48px;
        padding: 0 24px;
        border-radius: 8px;
        background: var(--gray-200);
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: -1%;
        color: var(--black);
        transition: all 0.3s ease;
    }
    .section-products .products-list-wrapp .products-list-top-elements .mob-filter-btn img {
        width: 20px;
        height: 20px;
    }
    /* .section-products .products-list-wrapp .products-list-top-elements .mob-filter-btn:hover {
        box-shadow: 0 8px 12px 0 rgb(0 0 0 / 0.12);
    } */
    .section-products .products-list-wrapp .shop-titlebar-elements-buttons {
        width: calc(33.33% - 16px);
    }
    .section-products .products-list-wrapp .shop-titlebar-elements-buttons .shop-titlebar-elements-ordering .products-list-sort-btn {
        justify-content: center;
        width: 100%;
    }
    .section-products .products-list-wrapp {
        width: 100%;
    }
    .section-products .products-list-wrapp .products-list .item .price.sale-price > span {
        gap: 8px;
    }
    .section-products .products-list-wrapp .products-list .item .price > span,
    .section-products .products-list-wrapp .products-list .item .price ins {
        font-size: 16px;
    }
    .section-products .products-list-wrapp .pagination ul {
        margin-top: 24px !important;
    }
}
@media only screen and (max-width: 743px) {
    .section-products {
        padding: 16px 0;
    }
    .section-products .products-filter .products-filter-inner {
        padding: 24px 16px;
    }
    .section-products .products-list-wrapp .products-list-top-elements {
        padding-bottom: 48px;
    }
    .section-products .products-list-wrapp .products-list-top-elements .mob-filter-btn {
        width: calc(50% - 8px);
    }
    .section-products .products-list-wrapp .shop-titlebar-elements-buttons {
        width: calc(50% - 8px);
    }
    .section-products .products-list-wrapp .products-list-top-elements .woocommerce-result-count.results {
        position: absolute;
        width: 100%;
        text-align: center;
        left: 0;
        bottom: 0;
    }
    .section-products .products-list-wrapp .products-list {
        gap: 16px;
    }
    .section-products .products-list-wrapp .products-list .item {
        width: calc(50% - 8px);
    }
}
/* shop page end */

/* seo text */
.section-seo-text {
    padding-bottom: 48px;
}
.section-seo-text .text-block {
    padding: 48px;
    border-radius: 32px;
    background: var(--gray-100);
}

.text-block h2 {
    font-size: 24px;
    line-height: 1.5;
    color: var(--black);
}

.text-block h3 {
    font-size: 24px;
    line-height: 1.5;
    color: var(--black);
}

.text-block h4 {
    font-size: 24px;
    line-height: 1.5;
    color: var(--black);
}

.text-block h5 {
    font-size: 20px;
    line-height: 1.5;
    color: var(--black);
}

.text-block h6 {
    font-size: 18px;
    line-height: 1.5;
    color: var(--black);
}
.text-block hr {
    border: 0;
    border-top: 1px solid var(--gray-100);
}

.text-block > *:not(:last-child) {
    margin-bottom: 24px;
}

.text-block p,
.text-block li {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -1%;
    color: var(--black);
}

.text-block strong {
    font-weight: 700;
}

.text-block ul,
.text-block ol {
    padding-left: 18px;
}

.text-block ul {
    list-style: disc;
}

.text-block ol {
    list-style: decimal;
}

.text-block a {
    word-wrap: break-word;
    text-decoration: underline;
    color: var(--black);
    transition: all 0.3s ease;
}

.text-block a:hover {
    color: var(--purple-bright);
}

.text-block table {
    width: 100%;
    border-collapse: collapse;
}

.text-block table tr > * {
    border: 1px solid var(--black);
    padding: 8px;
}

.text-block table tr th {
    padding: 8px;
}
@media only screen and (max-width: 1279px) {
    .section-seo-text {
        padding-bottom: 24px;
    }
}
@media only screen and (max-width: 743px) {
    .section-seo-text {
        padding-bottom: 16px;
    }
    .section-seo-text .text-block {
        padding: 32px 24px;
        border-radius: 24px;
    }
    .text-block h2 {
        font-size: 20px;
    }

    .text-block h3 {
        font-size: 20px;
    }

    .text-block h4 {
        font-size: 20px;
    }
}
/* seo text end */

/* single product */
.single-product-section-page-title {
    display: none;
}
.single-product-page-section-v2 {
    padding: 48px 0;
}
.single-product-page-section-v2 .product .single-product-main-content {
    display: flex;
    flex-direction: row;
    gap: 64px;
    margin-bottom: 48px;
}
.single-product-page-section-v2 .product .single-product-main-content .images {
    display: none;
}
.single-product-page-section-v2 .product .single-product-main-content .single-product-gallery {
    width: calc(50% - 32px);
    max-width: calc(50% - 32px);
}
.single-product-page-section-v2 .product .single-product-main-content .single-product-gallery .main-slider {
    overflow: hidden;
    border-radius: 32px;
    border: 1px solid var(--gray-300);
}
.single-product-page-section-v2 .product .single-product-main-content .single-product-gallery .main-slider .item {
    cursor: pointer;
    width: 100%;
    overflow: hidden;
}
.single-product-page-section-v2 .product .single-product-main-content .single-product-gallery .main-slider .item img {
    cursor: pointer;
    display: block;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
    transition: all 0.3s ease;
}
@media only screen and (min-width: 1280px) {
    .single-product-page-section-v2 .product .single-product-main-content .single-product-gallery .main-slider .item:hover img {
        transform: scale(1.1);
    }
}
.single-product-page-section-v2 .product .single-product-main-content .single-product-gallery .main-slider .owl-nav:not(.disabled) {
    position: absolute !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: calc(100% - 16px) !important;
    height: 0 !important;
    top: calc(50% - 24px) !important;
    left: 8px !important;
    z-index: 11 !important;
}
.single-product-page-section-v2 .product .single-product-main-content .single-product-gallery .main-slider .owl-nav > * {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    height: 48px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 8px !important;
    background: rgba(241, 242, 243, 0.5) !important;
    transition: all 0.3s ease !important;
}
@media only screen and (min-width: 1280px) {
    .single-product-page-section-v2 .product .single-product-main-content .single-product-gallery .main-slider .owl-nav > *:hover {
        background: rgba(241, 242, 243, 1) !important;
        box-shadow: 0 8px 12px 0 rgb(0 0 0 / 0.12);
    }
}
.single-product-page-section-v2 .product .single-product-main-content .single-product-gallery .main-slider .owl-nav > * img {
    width: 24px !important;
    height: 24px !important;
}
.single-product-page-section-v2 .product .single-product-main-content .single-product-gallery .main-slider .owl-dots {
    display: none;
}
.single-product-page-section-v2 .product .single-product-main-content .single-product-gallery .sub-slider {
    margin-top: 16px;
}
.single-product-page-section-v2 .product .single-product-main-content .single-product-gallery .sub-slider .owl-stage {
    margin: 0 auto;
}
.single-product-page-section-v2 .product .single-product-main-content .single-product-gallery .sub-slider .item {
    width: 100%;
    border-radius: 16px;
    border: 1px solid var(--gray-300);
    overflow: hidden;
}
.single-product-page-section-v2 .product .single-product-main-content .single-product-gallery .sub-slider .item img {
    cursor: pointer;
    display: block;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
    transition: all 0.3s ease;
}
@media only screen and (min-width: 1280px) {
    .single-product-page-section-v2 .product .single-product-main-content .single-product-gallery .sub-slider .item:hover img {
        transform: scale(1.1);
    }
}
.lg-outer .lg-thumb-item.active {
    border-color: var(--purple-bright);
}
@media only screen and (min-width: 1280px) {
    .lg-outer .lg-thumb-item:hover {
        border-color: var(--purple-bright);
    }
}
.single-product-page-section-v2 .woocommerce-notices-wrapper .button {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 48px;
    padding: 0 24px;
    border-radius: 8px;
    border: 1px solid transparent;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -1%;
    transition: all 0.3s ease;
    background: linear-gradient(93.95deg, #893cc5 0%, #5b46c0 100%);
    color: var(--white);
}
@media only screen and (min-width: 1280px) {
    .single-product-page-section-v2 .woocommerce-notices-wrapper .button:hover {
        box-shadow: 0 8px 12px 0 rgb(0 0 0 / 0.12);
    }
}
.single-product-page-section-v2 .product .single-product-main-content .summary.entry-summary {
    width: calc(50% - 32px);
}
.single-product-page-section-v2 .product .single-product-main-content .summary.entry-summary .product-title {
    margin-top: 8px;
    font-family: var(--font-unb);
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -1%;
    color: var(--black);
}
.single-product-page-section-v2 .product .single-product-main-content .summary.entry-summary .product-sku {
    margin-top: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -1%;
    color: var(--gray-500);
}
.single-product-page-section-v2 .product .single-product-main-content .summary.entry-summary .price.product-price {
    display: inline-flex;
    flex-direction: row;
    gap: 16px;
    margin-top: 24px;
}
.single-product-page-section-v2 .product:not(.product-type-variable) .single-product-main-content .summary.entry-summary .single-product-price-inner .woocs_price_code {
    display: flex;
    flex-direction: column-reverse;
}
.single-product-page-section-v2 .product .single-product-main-content .summary.entry-summary .single-product-price-inner .woocs_price_code > span {
    text-decoration: none;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -4%;
    color: var(--purple-bright);
}
.single-product-page-section-v2 .product .single-product-main-content .summary.entry-summary .single-product-price-inner .woocs_price_code ins {
    text-decoration: none;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -4%;
    color: var(--purple-bright);
}
.single-product-page-section-v2 .product .single-product-main-content .summary.entry-summary .single-product-price-inner .woocs_price_code del {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -4%;
    text-decoration: line-through;
    color: var(--gray-500);
}
.single-product-page-section-v2 .product .single-product-main-content .summary.entry-summary .price.product-price .single-product-discount {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background-image: url(/wp-content/themes/dental-tools/assets/img/product-list-sale-icon-v2.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -2%;
    color: var(--white);
}
.single-product-page-section-v2 .product .single-product-main-content .summary.entry-summary .single-product-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px 16px;
    margin-top: 24px;
}
.single-product-page-section-v2 .product .single-product-main-content .summary.entry-summary .single-product-buttons > * {
    position: relative;
    width: calc(50% - 8px);
}
.single-product-page-section-v2 .product .single-product-main-content .summary.entry-summary .single-product-buttons .quantity-wrapp-v2 {
    position: relative;
}
.single-product-page-section-v2 .product .single-product-main-content .summary.entry-summary .single-product-buttons .quantity-wrapp-v2 input {
    display: block;
    width: 100%;
    height: 48px;
    border-radius: 8px;
    border: none;
    background: var(--gray-100);
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -1%;
    text-align: center;
    color: var(--black);
}
.single-product-page-section-v2 .product .single-product-main-content .summary.entry-summary .single-product-buttons .quantity-wrapp-v2 .quantity-plus,
.single-product-page-section-v2 .product .single-product-main-content .summary.entry-summary .single-product-buttons .quantity-wrapp-v2 .quantity-minus {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
}
.single-product-page-section-v2 .product .single-product-main-content .summary.entry-summary .single-product-buttons .quantity-wrapp-v2 .quantity-plus img,
.single-product-page-section-v2 .product .single-product-main-content .summary.entry-summary .single-product-buttons .quantity-wrapp-v2 .quantity-minus img {
    width: 20px;
    height: 20px;
}
.single-product-page-section-v2 .product .single-product-main-content .summary.entry-summary .single-product-buttons .quantity-wrapp-v2 .quantity-minus {
    left: 24px;
}
.single-product-page-section-v2 .product .single-product-main-content .summary.entry-summary .single-product-buttons .quantity-wrapp-v2 .quantity-plus {
    right: 24px;
}
.single-product-page-section-v2 .product .single-product-main-content .summary.entry-summary .single-product-buttons .add-to-wishlist-v2 .yith-wcwl-add-to-wishlist,
.single-product-page-section-v2 .product .single-product-main-content .summary.entry-summary .single-product-buttons .add-to-wishlist-v2 .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
}
.single-product-page-section-v2 .product .single-product-main-content .summary.entry-summary .single-product-buttons .add-to-wishlist-v2 svg.active path {
    stroke: var(--purple-bright);
    fill: var(--purple-bright);
}
.single-product-page-section-v2 .product .single-product-main-content .summary.entry-summary .single-product-feedback-buttons {
    margin: 24px 0;
    padding: 24px 0;
    border-top: 1px solid var(--gray-300);
    border-bottom: 1px solid var(--gray-300);
}
.single-product-page-section-v2 .product .single-product-main-content .summary.entry-summary .single-product-feedback-buttons .title {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -2%;
    color: var(--black);
}
.single-product-page-section-v2 .product .single-product-main-content .summary.entry-summary .single-product-feedback-buttons .text {
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -1%;
    color: var(--black);
}
.single-product-page-section-v2 .product .single-product-main-content .summary.entry-summary .single-product-feedback-buttons .buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
}
.single-product-page-section-v2 .product .single-product-main-content .summary.entry-summary .single-product-feedback-buttons .buttons .btn-default {
    width: calc(50% - 8px);
}
.single-product-page-section-v2 .product .single-product-main-content .summary.entry-summary .woocommerce-product-details__short-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -1%;
    color: var(--black);
}
.single-product-page-section-v2 .product .single-product-main-content .summary.entry-summary form.cart,
.single-product-page-section-v2 .product .single-product-main-content .summary.entry-summary .stock {
    display: none;
}

/* variation single product */
.single-product-page-section-v2 .product-type-variable .single-product-main-content .summary > .price {
    position: relative;
    /* opacity: 0; */
}
.single-product-page-section-v2 .product-type-variable .single-product-main-content .summary > .price::after {
    content: "";
}

.single-product-page-section-v2 .product-type-variable .single-product-main-content .summary > .price:not(.load)::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 50%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.06) 50%, rgba(0, 0, 0, 0) 100%);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #edf0f9;
    border-radius: 8px;
    -webkit-animation: LOADING-SHIMMER 2s infinite ease-in-out;
    animation: LOADING-SHIMMER 2s infinite ease-in-out;
    transform: translateY(-50%);
    z-index: 2;
}
@-webkit-keyframes LOADING-SHIMMER {
    0% {
        background-position: calc(-100% - 600px) 0;
    }

    100% {
        background-position: calc(100% + 600px) 0;
    }
}

@keyframes LOADING-SHIMMER {
    0% {
        background-position: calc(-100% - 600px) 0;
    }

    100% {
        background-position: calc(100% + 600px) 0;
    }
}
.single-product-page-section-v2 .single-product-main-content .summary .woocommerce-variation-description,
.single-product-page-section-v2 .single-product-main-content .summary .woocommerce-variation-price,
.single-product-page-section-v2 .single-product-main-content .summary .woocommerce-variation-availability,
.single-product-page-section-v2 .single-product-main-content .summary .woocommerce-variation-add-to-cart {
    display: none;
}
.single-product-page-section-v2 .single-product-main-content .summary .variations_form {
    margin-top: 24px;
}
.single-product-page-section-v2 .single-product-main-content .summary .variations_form table.variations {
    margin: 0;
}
.single-product-page-section-v2 .single-product-main-content .summary .variations_form table.variations tr {
    display: flex;
    flex-direction: column;
    align-items: start;
}
.single-product-page-section-v2 .single-product-main-content .summary .variations_form table.variations tr:not(:first-child) {
    margin-top: 16px;
}
.single-product-page-section-v2 .single-product-main-content .summary .variations_form table.variations th.label {
    margin-bottom: 12px;
    line-height: 1;
}
.single-product-page-section-v2 .single-product-main-content .summary .variations_form table.variations th.label > label {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -2%;
    color: var(--bg-dark-primary);
}
.single-product-page-section-v2 .single-product-main-content .summary .variations_form table.variations th.label > span {
    position: relative;
    margin-left: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -2%;
    color: rgba(13, 13, 12, 0.5);
}
/* .single-product-page-section-v2 .single-product-main-content .summary .variations_form table.variations th.label > span::before {
    content: ":";
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -2%;
    color: var(--bg-dark-primary);
    z-index: 2;
} */
.single-product-page-section-v2 .single-product-main-content .summary .variations_form table.variations .value.woo-variation-items-wrapper ul.button-variable-items-wrapper,
.single-product-page-section-v2 .single-product-main-content .summary .variations_form table.variations .value.woo-variation-items-wrapper ul.variable-items-wrapper.color-variable-items-wrapper.wvs-style-squared {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
}
.single-product-page-section-v2 .single-product-main-content .summary .variations_form table.variations .value.woo-variation-items-wrapper ul.button-variable-items-wrapper li {
    display: flex;
    align-items: center;
    height: 37px;
    max-height: 37px;
    margin: 0;
    padding: 8px 16px;
    border-radius: 8px;
    border: none;
    box-shadow: none;
    background: var(--gray-200);
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -1%;
    color: var(--black);
    transition: all 0.3s ease;
}
.single-product-page-section-v2 .single-product-main-content .summary .variations_form table.variations .value.woo-variation-items-wrapper ul.button-variable-items-wrapper li.disabled {
    display: none;
}
.single-product-page-section-v2 .single-product-main-content .summary .variations_form table.variations .value.woo-variation-items-wrapper ul.button-variable-items-wrapper li.selected {
    background: var(--black);
    color: var(--white);
}
@media only screen and (min-width: 1280px) {
    .single-product-page-section-v2 .single-product-main-content .summary .variations_form table.variations .value.woo-variation-items-wrapper ul.button-variable-items-wrapper li:hover {
        box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.12);
    }
}
.single-product-page-section-v2 .single-product-main-content .summary .variations_form table.variations .value.woo-variation-items-wrapper ul.variable-items-wrapper.color-variable-items-wrapper.wvs-style-squared li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
}
.single-product-page-section-v2 .single-product-main-content .summary .variations_form table.variations .value.woo-variation-items-wrapper ul.variable-items-wrapper.color-variable-items-wrapper.wvs-style-squared li.selected {
    box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 2px #000);
}
.single-product-page-section-v2 .single-product-main-content .summary .variations_form table.variations .value.woo-variation-items-wrapper ul.variable-items-wrapper.color-variable-items-wrapper.wvs-style-squared li .variable-item-contents span {
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 8px;
}

.single-product-page-section-v2 .single-product-main-content .summary .variations_form table.variations .value.woo-variation-items-wrapper ul.variable-items-wrapper.color-variable-items-wrapper.wvs-style-squared li.selected .variable-item-contents:before {
    background-image: var(--wvs-tick);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 60%;
    content: " ";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}

.single-product-page-section-v2 .wvs-has-image-tooltip:after,
.single-product-page-section-v2 .wvs-has-image-tooltip:before,
.single-product-page-section-v2 [data-wvstooltip]:after,
.single-product-page-section-v2 [data-wvstooltip]:before {
    transition: all 0.3s ease;
}

.single-product-page-section-v2 .single-product-main-content .summary .variations_form .wvs-has-image-tooltip:after,
.single-product-page-section-v2 .single-product-main-content .summary .variations_form [data-wvstooltip]:after {
    left: 28px;
}
.single-product-page-section-v2 .single-product-main-content .summary .variations_form table.variations tr .reset_variations {
    display: none !important;
    /* position: absolute;
    left: 0;
    bottom: -24px;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: -1%;
    color: var(--bg-dark-primary); */
}
/* variation single product end */

.single-product-page-section-v2 .product .wc-tabs-wrapper ul.wc-tabs {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-bottom: 24px;
}
.single-product-page-section-v2 .product .wc-tabs-wrapper ul.wc-tabs li a {
    display: flex;
    align-items: center;
    height: 38px;
    padding: 0 16px;
    border-radius: 8px;
    background: var(--gray-200);
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -1%;
    color: var(--black);
    transition: all 0.3s ease;
}
.single-product-page-section-v2 .product .wc-tabs-wrapper ul.wc-tabs li.active a {
    background: var(--black);
    color: var(--white);
}
@media only screen and (min-width: 1280px) {
    .single-product-page-section-v2 .product .wc-tabs-wrapper ul.wc-tabs li a:hover {
        background: var(--black);
        color: var(--white);
    }
}
.single-product-page-section-v2 .product .wc-tabs-wrapper .woocommerce-Tabs-panel {
    padding: 48px;
    border-radius: 32px;
    background: var(--gray-100);
}
.single-product-page-section-v2 .product .wc-tabs-wrapper .woocommerce-Tabs-panel:not(.woocommerce-Tabs-panel--payment_delivery) > h2:first-child {
    display: none;
}

.single-product-page-section-v2 .product .wc-tabs-wrapper .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information > h2:first-child {
    display: none;
}
.single-product-page-section-v2 .product .wc-tabs-wrapper .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes {
    margin: 0;
    padding: 0;
    border: none;
}
.single-product-page-section-v2 .product .wc-tabs-wrapper .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes tr {
    vertical-align: top;
}
.single-product-page-section-v2 .product .wc-tabs-wrapper .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes tr:nth-child(even) td,
.single-product-page-section-v2 .product .wc-tabs-wrapper .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes tr:nth-child(even) th {
    background: none;
}
.single-product-page-section-v2 .product .wc-tabs-wrapper .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes th {
    width: 210px;
    margin: 0;
    padding: 0;
    padding-right: 48px;
    border: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -1%;
    text-align: left;
    color: var(--black);
}
.single-product-page-section-v2 .product .wc-tabs-wrapper .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes td,
.single-product-page-section-v2 .product .wc-tabs-wrapper .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes td p {
    margin: 0;
    padding: 0;
    border: none;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    line-height: 150%;
    letter-spacing: -1%;
    color: var(--black);
}
.single-product-page-section-v2 .product .wc-tabs-wrapper .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes tr:not(:last-child) th,
.single-product-page-section-v2 .product .wc-tabs-wrapper .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes tr:not(:last-child) td {
    padding-bottom: 8px;
}

.single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .comment-form {
    max-width: 50%;
    margin: 0;
}
.single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #reviews #comments h2.woocommerce-Reviews-title,
.single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #reviews #respond .comment-reply-title {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: -1%;
    color: var(--black);
}
.single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #reviews #comments .woocommerce-noreviews,
.single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #reviews .meta .woocommerce-review__verified.verified {
    display: none;
}
.single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #reviews .comment-notes {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -1%;
    color: var(--black);
}
.single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .review-rate {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin-top: 24px;
    margin-bottom: 16px;
    padding: 16px 24px;
    border-radius: 8px;
    background: var(--gray-200);
}
.single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews label#comment-form-rating-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: -1%;
    color: var(--black);
}
.single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews p.stars {
    display: inline-flex;
}
.single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews p.stars a::before {
    content: "\e020";
    color: var(--gray-200);
    transition: all 0.3s ease;
}
@media only screen and (min-width: 1280px) {
    .single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews p.stars:hover a::before {
        color: var(--purple-bright);
    }
}
.single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews p.stars.selected a::before {
    content: "\e020" !important;
    color: var(--purple-bright) !important;
}
.single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews p.stars.selected a.active ~ a::before {
    content: "\e020" !important;
    color: var(--gray-200) !important;
}
@media only screen and (min-width: 1280px) {
    .single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews p.stars a:hover ~ a::before {
        content: "\e020" !important;
        color: var(--gray-200) !important;
    }
}
.single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form #respond p {
    margin: 0;
}
.single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form #respond p.comment-notes {
    margin-top: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -1%;
    color: var(--gray-100);
}
.single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form #respond .form-submit input[type="submit"] {
    cursor: pointer;
    width: 100%;
    max-width: 340px;
    margin-top: 24px;
    padding: 14px 24px;
    border: none;
    border-radius: 32px;
    background: var(--purple-bright);
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -1%;
    color: var(--white);
    transition: all 0.3s ease;
}
@media only screen and (min-width: 1280px) {
    .single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form #respond .form-submit input[type="submit"]:hover {
        box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.12);
    }
}
.single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #reviews #comments ol.commentlist {
    list-style-type: none;
    padding: 0;
}
.single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #reviews #comments ol.commentlist li:not(:last-child) {
    margin-bottom: 16px;
}
.single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #reviews #comments ol.commentlist li:last-child {
    margin-bottom: 24px;
}
.single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #reviews #comments ol.commentlist li {
    padding: 24px;
    border-radius: 16px;
    background: var(--gray-200);
}
.single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #reviews #comments ol.commentlist li img.avatar {
    display: none;
}
.single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #reviews #comments ol.commentlist li .comment-text {
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
}
.single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #reviews #comments ol.commentlist li .comment-text .description p:last-child {
    margin-bottom: 0;
}
.single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #reviews #comments ol.commentlist li .comment-text p.meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}
.single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -1%;
    color: var(--black);
}
.single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__dash,
.single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -1%;
    color: var(--black);
}
.single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #reviews #comments ol.commentlist li .comment-text .star-rating {
    position: absolute;
    left: 0;
    top: 30px;
    font-size: 16px;
}
.single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #reviews #comments ol.commentlist li .comment-text .star-rating span::before {
    color: var(--purple-bright);
}

.single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #reviews #comments ol.commentlist li .review-author__ratingStars {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
}
.single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #reviews #comments ol.commentlist li .review-author__ratingStars li {
    padding: 0;
    margin: 0;
}
.single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #reviews #comments ol.commentlist li .comment-text .description {
    padding-top: 18px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -1%;
    color: var(--black);
}
.single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #reviews .comment-form-author,
.single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #reviews .comment-form-email {
    position: relative;
    width: 100%;
    float: none;
    margin-bottom: 16px !important;
}

.single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #reviews .comment-form-comment {
    position: relative;
}
.single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #reviews .comment-form-author > label,
.single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #reviews .comment-form-email > label,
.single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #reviews .comment-form-comment > label {
    position: absolute;
    top: 16px;
    left: 24px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -1%;
    color: var(--black);
    z-index: 2;
    transition: all 0.3s ease;
}
.single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #reviews .comment-form-author.active > label,
.single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #reviews .comment-form-email.active > label,
.single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #reviews .comment-form-comment.active > label {
    font-size: 12px;
    line-height: 12px;
    color: var(--border);
}

.single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #reviews .comment-form-author input,
.single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #reviews .comment-form-email input,
.single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #reviews #comment {
    width: 100%;
    height: 52px;
    padding: 16px 24px;
    border-radius: 8px;
    border: none;
    background: var(--gray-300);
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -1%;
    color: var(--black);
    transition: all 0.3s ease;
}
.single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #reviews .comment-form-author.active input,
.single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #reviews .comment-form-email.active input,
.single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #reviews .comment-form-comment.active #comment {
    height: 64px;
    padding-top: 28px;
}
.single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #reviews .comment-form-cookies-consent {
    display: none;
}
.single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .products__ratingStars {
    display: flex;
    align-items: center;
}
.single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .review-star-empty {
    background-image: url("/wp-content/themes/dental-tools/assets/img/review-star-empty.svg");
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .review-star-filling,
.single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .review-star-filled {
    background-image: url("/wp-content/themes/dental-tools/assets/img/review-star-filled.svg");
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 18px;
    height: 18px;
}

.single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews li[data-status="unapproved"] {
    opacity: 0.25;
}

.single-product-page-section-v2 .up-sells.upsells.products,
.single-product-page-section-v2 .related.products {
    display: none;
}
@media only screen and (max-width: 1279px) {
    .single-product-section-page-title {
        display: block;
        border-radius: 0;
        background: none;
        padding-bottom: 0;
    }

    .single-product-page-section-v2 .product .single-product-main-content .summary.entry-summary .breadcrumbs,
    .single-product-page-section-v2 .product .single-product-main-content .summary.entry-summary .product-title,
    .single-product-page-section-v2 .product .single-product-main-content .summary.entry-summary .product-sku {
        display: none;
    }
    .single-product-section-page-title h1 {
        font-size: 24px;
    }
    .single-product-section-page-title .product-sku {
        font-weight: 600;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: -1%;
        color: var(--gray-500);
    }

    .single-product-page-section-v2 {
        padding-top: 24px;
        padding-bottom: 48px;
    }
    .single-product-page-section-v2 .product .single-product-main-content {
        flex-direction: column;
        gap: 24px;
    }
    .single-product-page-section-v2 .product .single-product-main-content .single-product-gallery,
    .single-product-page-section-v2 .product .single-product-main-content .summary.entry-summary {
        width: 100%;
        max-width: 100%;
    }
    .single-product-page-section-v2 .product .single-product-main-content .summary.entry-summary .price.product-price {
        margin-top: 0;
    }
    .single-product-page-section-v2 .product.product-type-variable .single-product-main-content .summary.entry-summary .price.product-price {
        margin-top: 24px;
    }
}
@media only screen and (max-width: 743px) {
    .single-product-section-page-title h1 {
        font-size: 20px;
    }
    .single-product-page-section-v2 {
        padding-top: 16px;
        padding-bottom: 32px;
    }
    .single-product-page-section-v2 .product .single-product-main-content {
        gap: 16px;
    }
    .single-product-page-section-v2 .product .single-product-main-content .single-product-gallery .main-slider {
        border-radius: 24px;
    }
    .single-product-page-section-v2 .product .single-product-main-content .single-product-gallery .main-slider .owl-nav {
        top: calc(50% - 20px) !important;
    }
    .single-product-page-section-v2 .product .single-product-main-content .single-product-gallery .main-slider .owl-nav > * {
        width: 40px;
        height: 40px;
    }

    .single-product-page-section-v2 .product .single-product-main-content .summary.entry-summary .single-product-price-inner .woocs_price_code > span,
    .single-product-page-section-v2 .product .single-product-main-content .summary.entry-summary .single-product-price-inner .woocs_price_code ins {
        font-size: 28px;
    }
    .single-product-page-section-v2 .product .single-product-main-content .summary.entry-summary .single-product-price-inner .woocs_price_code del {
        font-size: 16px;
    }
    .single-product-page-section-v2 .product.product-type-variable .single-product-main-content .summary.entry-summary .price.product-price {
        margin-top: 16px;
    }
    .single-product-page-section-v2 .product .single-product-main-content .summary.entry-summary .single-product-buttons {
        gap: 16px;
        margin-top: 16px;
    }
    .single-product-page-section-v2 .product .single-product-main-content .summary.entry-summary .single-product-buttons > * {
        width: 100%;
    }
    .single-product-page-section-v2 .product .single-product-main-content .summary.entry-summary .single-product-feedback-buttons {
        margin: 16px 0;
    }
    .single-product-page-section-v2 .product .wc-tabs-wrapper ul.wc-tabs {
        position: relative;
        display: flex;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
        width: calc(100% + 32px);
        left: -16px;
        padding: 0 16px;
    }
    .single-product-page-section-v2 .product .wc-tabs-wrapper .woocommerce-Tabs-panel {
        padding: 32px 24px;
        border-radius: 24px;
    }
    .single-product-page-section-v2 .product .wc-tabs-wrapper .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes tr {
        display: block;
    }
    .single-product-page-section-v2 .product .wc-tabs-wrapper .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes tr:not(:last-child) {
        margin-bottom: 24px;
    }
    .single-product-page-section-v2 .product .wc-tabs-wrapper .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes tr th,
    .single-product-page-section-v2 .product .wc-tabs-wrapper .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes tr td {
        display: block;
        width: 100%;
        padding: 0;
    }
    .single-product-page-section-v2 .product .wc-tabs-wrapper .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes tr th {
        padding-bottom: 16px;
    }

    .single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .review-rate {
        width: 100%;
    }

    .single-product-page-section-v2 .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .comment-form {
        max-width: 100%;
        width: 100%;
    }
}
/* single product end */
