/*
 * THM Product Single
 * Breakpoints:
 * - Desktop: default CSS (>= 768px)
 * - Mobile:  @media (max-width: 768px)
 *
 * Đã loại bỏ breakpoint tablet và breakpoint mobile nhỏ riêng.
 * Khi selector/property trùng, khai báo xuất hiện sau trong file gốc được ưu tiên.
 */

.thm-product-gallery, .thm-product-info {
    min-width: 0;
}

.thm-product-gallery .product-gallery .product-images {
    border-radius: 10px;
    overflow: hidden;
}

.thm-product-info .woocommerce-product-details__short-description p {
    margin-bottom: 15px;
}

.thm-product-info .variations {
    margin: 18px 0;
}

.thm-product-info .variations td, .thm-product-info .variations th {
    border: 0;
    padding: 6px 0;
}

.thm-product-info .variations label {
    font-size: 14px;
    font-weight: 500;
}

.thm-product-info select {
    border: 1px solid #ddd;
    border-radius: 20px;
    height: 38px;
    background: #fff;
}

.thm-product-info .single_add_to_cart_button {
    min-height: 43px;
    padding: 0 30px;
    border-radius: 50px !important;
    background: var(--thm-gold) !important;
    color: #fff !important;
    font-weight: 600;
    font-size: 13px;
}

.thm-product-info .single_add_to_cart_button:hover {
    background: var(--thm-gold-dark) !important;
}

.thm-trust-item strong {
    display: block;
    font-size: 13px;
    line-height: 1.35;
}

.thm-trust-item small {
    display: block;
    color: #888;
    font-size: 10px;
    line-height: 1.4;
}

.thm-spec-content, .thm-description-content, .thm-review-content {
    padding: 18px;
}

.thm-spec-content .woocommerce-product-attributes tr:last-child {
    border-bottom: 0;
}

.thm-description-content img {
    max-width: 100%;
    height: auto;
}

.thm-review-content {
    background: #fff;
}

.thm-related-slider .flickity-prev-next-button .arrow {
    fill: #fff;
}

.thm-related-slider .flickity-prev-next-button:hover {
    background: #92652b !important;
}

.thm-related-slider .flickity-prev-next-button:disabled {
    opacity: .35 !important;
}

.thm-pr-qa {
    font-family: "Roboto";
}

.thm-callback-phone:focus {
    border-color: #a8752d !important;
    box-shadow: 0 2px 7px rgba(166,117,45,.18) !important;
    outline: none;
}

.thm-callback-submit:disabled {
    cursor: wait;
    opacity: .65;
}

.thm-single-product {
    --thm-gold: #bd9149;
    --thm-gold-dark: #89602f;
    --thm-brown: #342018;
    --thm-text: #29231f;
    --thm-muted: #777;
    --thm-line: #e7e4df;
    --thm-bg: #f7f7f7;
    color: var(--thm-text);
    width: 100%;
}

.thm-container {
    width: 100%;
    max-width: 1080px!important;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.thm-product-breadcrumb a {
    color: #777;
}

.thm-product-breadcrumb a:hover {
    color: var(--thm-gold);
}

.thm-product-top {
    margin: 0;
}

.thm-product-main {
    display: grid;
    grid-template-columns: minmax(0, 520px)
        minmax(0, 1fr);
    gap: 28px;
    align-items: flex-start;
}

.thm-product-gallery {
    width: 100%;
    min-width: 0;
}

.thm-product-gallery .product-gallery {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.thm-product-gallery .product-images {
    margin: 0;
}

.thm-product-gallery .woocommerce-product-gallery__wrapper {
    margin: 0;
    overflow: hidden;
    border-radius: 10px;
    background: #f5f5f5;
}

.thm-product-gallery .woocommerce-product-gallery__image {
    width: 100%;
}

.thm-product-gallery .woocommerce-product-gallery__image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    aspect-ratio: 1 / 1;
}

.thm-product-gallery .product-thumbnails {
    margin-top: 10px !important;
}

.thm-product-gallery .product-thumbnails .col {
    padding-left: 4px;
    padding-right: 4px;
}

.thm-product-gallery .product-thumbnails img {
    border-radius: 0;
    border: 1px solid #ddd;
    object-fit: cover;
}

.thm-product-info {
    padding-top: 4px;
    min-width: 0;
    padding: 2px 0 0;
}

.thm-product-info h1.product-title {
    color: var(--thm-gold-dark);
    font-size: 28px;
    line-height: 1.18;
    margin: 0
        0
        11px !important;
    font-weight: 600;
}

.thm-product-info .woocommerce-product-rating {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 8px;
}

.thm-product-info .star-rating {
    margin: 0 !important;
}

.thm-product-info .price {
    color: var(--thm-gold) !important;
    font-size: 21px !important;
    font-weight: 700;
    margin: 15px
        0
        18px !important;
}

.thm-product-info .woocommerce-product-details__short-description {
    font-size: 13px;
    line-height: 1.65;
    color: #4b4641;
    margin-bottom: 18px;
}

.thm-product-info .woocommerce-product-details__short-description p:last-child {
    margin-bottom: 0;
}

.thm-product-info form.cart {
    width: 100%;
    margin-bottom: 0 !important;
}

.thm-product-info .quantity {
    border: 0;
    border-radius: 30px;
    overflow: hidden;
    margin: 0;
    background: #fafafa;
}

.thm-product-info .quantity input {
    border: 0 !important;
    box-shadow: none !important;
}

#thm_gift_note:focus {
    border-color: var(--thm-gold) !important;
    box-shadow: 0 0 0 1px rgba(189,145,73,.18) !important;
    outline: 0;
}

.thm-gift-note-count {
    position: absolute;
    right: 11px;
    bottom: 8px;
    color: #999;
    font-size: 10px;
}

.thm-product-info .single_add_to_cart_button, .thm-product-info .buy-now-button, .thm-product-info .button.buy_now_button {
    min-height: 43px !important;
    border-radius: 99px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
}

.thm-product-info form.cart .single_add_to_cart_button {
    background: var(--thm-gold) !important;
    color: #fff !important;
}

.thm-callback-submit:hover {
    background: var(--thm-gold-dark) !important;
}

.thm-callback-message {
    min-height: 0;
    margin-top: 7px;
    font-size: 11px;
}

.thm-callback-message.error {
    color: #c94141;
}

.thm-product-trust {
    margin-top: 27px;
    margin-bottom: 21px;
}

.thm-trust-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    min-height: 45px;
    border-right: 1px solid var(--thm-line);
    min-width: 0;
    padding: 0
        12px;
}

.thm-trust-item:last-child {
    border-right: 0;
}

.thm-trust-icon {
    color: var(--thm-gold);
    font-size: 24px;
    display: block;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    object-fit: contain;
}

.thm-trust-text {
    min-width: 0;
}

.thm-trust-text strong {
    display: block;
    margin-bottom: 2px;
    color: #322820;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 600;
    white-space: nowrap;
}

.thm-trust-text small {
    display: block;
    color: #777;
    font-size: 14px;
    line-height: 1.35;
    white-space: nowrap;
}

.thm-product-section {
    margin-top: 20px;
}

.thm-box {
    background: #f7f7f7;
    border-radius: 7px;
    overflow: hidden;
    width: 100%;
}

.thm-box-title {
    padding: 13px
        17px;
    border-bottom: 1px solid #e7e4df;
    color: var(--thm-gold-dark);
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0 !important;
}

.thm-spec-content {
    padding: 10px
        17px
        13px;
}

.thm-spec-content .woocommerce-product-attributes {
    margin: 0;
    border: 0;
    width: 100%;
}

.thm-spec-content .woocommerce-product-attributes tr {
    border-bottom: 3px solid #f7f7f7;
}

.thm-spec-content .woocommerce-product-attributes th, .thm-spec-content .woocommerce-product-attributes td {
    border: 0;
    padding: 5px
        10px;
    font-size: 11px;
    line-height: 1.4;
}

.thm-spec-content .woocommerce-product-attributes td {
    background: #f2f1f0;
}

.thm-description-content {
    font-size: 14px;
    line-height: 1.72;
    padding: 17px
        18px
        20px;
    color: #333;
}

.thm-description-content h2 {
    color: var(--thm-gold-dark);
    font-size: 18px;
    margin-top: 12px;
}

.thm-description-content h3 {
    color: var(--thm-gold-dark);
    font-size: 16px;
}

.thm-review-section {
    margin-top: 24px;
    font-family: "Roboto";
}

.thm-review-section .thm-box {
    background: #f8f8f8;
}

.thm-related-products {
    margin-top: 38px;
    margin-bottom: 45px;
    margin: 40px
        0
        30px;
}

.thm-related-title {
    margin: 0
        0
        25px !important;
    text-align: center;
    color: #fff;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 500;
}

.thm-related-slider {
    position: relative;
}

.thm-related-slider.flickity-enabled {
    display: block;
}

.thm-related-slider .flickity-viewport {
    overflow: hidden;
}

.thm-related-item {
    width: 25%;
    max-width: 25%;
    flex: 0 0 25%;
}

.thm-related-slider .flickity-prev-next-button {
    width: 31px !important;
    height: 31px !important;
    opacity: 1 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: var(--thm-gold) !important;
    box-shadow: none !important;
    position: absolute;
    top: 50%;
    margin: 0 !important;
    padding: 0 !important;
    transform: translateY(-50%);
    visibility: visible !important;
    z-index: 20;
}

.thm-related-slider .flickity-prev-next-button.previous {
    left: -42px !important;
}

.thm-related-slider .flickity-prev-next-button.next {
    right: -42px !important;
}

.thm-related-slider .flickity-prev-next-button svg {
    width: 13px;
    height: 13px;
    display: none !important;
}

.thm-related-slider .flickity-prev-next-button::before {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 7px !important;
    height: 7px !important;
    border-top: 2px solid #fff !important;
    border-right: 2px solid #fff !important;
    display: block !important;
}

.thm-related-slider .flickity-prev-next-button.previous::before {
    transform: translate(-35%, -50%)
        rotate(-135deg) !important;
}

.thm-related-slider .flickity-prev-next-button.next::before {
    transform: translate(-65%, -50%)
        rotate(45deg) !important;
}

.thm-product-info-inner {
    width: 100%;
}

.thm-product-main-title {
    margin: 0 0 14px !important;
    color: #865e2f !important;
    font-size: 27px !important;
    font-weight: 600 !important;
    line-height: 1.28 !important;
}

.thm-product-meta-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    min-height: 22px;
    margin-bottom: 6px;
}

.thm-single-rating {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #8b6333;
    text-decoration: none;
}

.thm-single-rating .star-rating {
    float: none !important;
    display: inline-block;
    width: 5.4em;
    margin: 0 !important;
    color: #c09858;
    font-size: 14px;
}

.thm-single-rating .star-rating::before, .thm-single-rating .star-rating span::before {
    color: #c09858;
}

.thm-single-empty-stars {
    color: #c6c3c0;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -2px;
}

.thm-single-review-text {
    color: #865e2f;
    font-size: 13px;
    line-height: 1;
}

.thm-meta-divider {
    display: block;
    width: 1px;
    height: 18px;
    background: #ddd;
}

.thm-product-sold {
    color: #765c44;
    font-size: 13px;
}

.thm-product-sold strong {
    color: #fff;
    font-weight: 700;
}

.thm-product-stock {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 28px;
    color: #7c5c3c;
    font-size: 13px;
}

.thm-product-stock strong {
    color: #bd8d42;
}

.thm-product-stock .out-stock {
    color: #b83333;
}

.thm-product-main-price {
    margin-bottom: 28px;
    color: #bd8d42;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.2;
}

.thm-product-main-price .amount {
    color: #bd8d42 !important;
    font-size: inherit;
    font-weight: inherit;
}

.thm-product-main-price ins {
    text-decoration: none;
}

.thm-product-main-price del {
    margin-right: 8px;
    color: #999;
    font-size: 14px;
    opacity: .7;
}

.thm-product-short-description {
    margin-bottom: 28px;
    color: #fff;
    font-size: 14px;
    line-height: 2;
}

.thm-product-short-description p {
    margin-bottom: 0;
}

.thm-product-buy-area {
    width: 100%;
}

.thm-product-buy-area .quantity {
    display: inline-flex;
    align-items: center;
    height: 44px;
    margin: 0
        0
        20px !important;
    overflow: hidden;
    border: 0 !important;
    border-radius: 99px;
    background: #fafafa;
}

.thm-product-buy-area .quantity .button {
    width: 42px;
    min-width: 42px;
    height: 44px;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: #fafafa !important;
    color: #111 !important;
    box-shadow: none !important;
}

.thm-product-buy-area .quantity input[type="number"] {
    width: 50px;
    height: 44px;
    margin: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 1px solid #eee !important;
    border-right: 1px solid #eee !important;
    background: #fff;
    box-shadow: none !important;
    text-align: center;
}

.thm-gift-check {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 13px;
    color: #bd9149;
    margin: 0;
    position: absolute;
    top: 10px;
    right: 0;
}

.thm-gift-check input {
    width: 14px;
    height: 14px;
    margin: 0 !important;
}

.thm-gift-note-wrap {
    position: relative;
    width: 100%;
    clear: both;
    margin-top: 0;
}

#thm_gift_note {
    display: block;
    width: 100%;
    min-height: 118px;
    padding: 14px
        14px
        30px !important;
    border: 1px solid #ddd !important;
    border-radius: 6px !important;
    background: #1a1a18 !important;
    color: #bd9149;
    font-size: 13px;
    line-height: 1.5;
    resize: vertical;
    box-shadow: none !important;
    margin: 0
        0
        20px !important;
}

.thm-product-buy-area form.cart {
    width: 100%;
    margin: 0 !important;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 14px;
}

.thm-product-buy-area form.cart .quantity {
    flex: 0 0 auto;
}

.thm-product-buy-area .thm-gift-wrap {
    flex: 0 0 100%;
    width: 100%;
}

.thm-product-buy-area .single_add_to_cart_button {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    min-height: 44px;
    margin: 0 !important;
    padding: 0
        18px !important;
    border: 0 !important;
    border-radius: 99px !important;
    background: #bd9149 !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    white-space: normal;
}

.thm-product-buy-area .single_add_to_cart_button::before {
    margin-right: 8px;
}

.thm-product-buy-area .buy-now-button, .thm-product-buy-area .buy_now_button, .thm-product-buy-area .button.buy-now {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    min-height: 44px;
    margin: 0 !important;
    padding: 0
        18px !important;
    border-radius: 99px !important;
    background: #342018 !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 44px !important;
}

.thm-callback-row {
    display: grid;
    align-items: center;
    gap: 14px;
    grid-template-columns: minmax(0, 1fr)
        90px;
}

.thm-callback-phone {
    flex: 1;
    width: 100% !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0
        18px !important;
    border: 1px solid #bd9149 !important;
    border-radius: 99px !important;
    background: #fff !important;
    color: #333;
    font-size: 13px;
    box-shadow: 0 2px 5px rgba(0,0,0,.08) !important;
    min-width: 0;
}

.thm-callback-phone::placeholder {
    color: #b0844e;
    opacity: 1;
}

.thm-callback-submit {
    flex: 0 0 auto;
    min-width: 92px;
    height: 44px;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 99px !important;
    background: #bd9149 !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 44px !important;
    box-shadow: 0 2px 7px rgba(0,0,0,.12) !important;
    width: 90px;
}

.thm-product-hotline {
    margin-top: 12px;
    text-align: center;
    color: #302a26;
    font-size: 13px;
}

.thm-product-hotline a {
    color: #bd8d42;
    text-decoration: none;
}

.thm-product-hotline span {
    color: #333;
}

.thm-gift-wrap {
    width: 100%;
    margin: 0px;
}

label.thm-gift-check {
    top: -30px;
}

.sidebar-widget-phone a {
    border-radius: 99px;
}

.thm-trust-grid {
    border-top: 1px solid var(--thm-line);
    border-bottom: 1px solid var(--thm-line);
    padding: 16px
        4px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    background: #fff;
    border-radius: 10px;
}

section.thm-product-trust {
    font-family: "Roboto";
}

.thm-callback-wrap {
    width: 100%;
    margin-top: 15px;
    flex: 0 0 100%;
    font-family: "Roboto";
}

.thm-product-breadcrumb span.current {
    color: #bd9149;
}

.thm-product-breadcrumb {
    padding: 9px 0 17px;
    font-size: 12px;
    color: #999;
    line-height: 1.4;
    font-family: "Roboto";
}

.thm-callback-message.success {
    color: #fff;
    padding: 5px;
    border-radius: 10px;
    background: #bd9149;
}

.thm-spec-content p {
    font-size: 13px;
    font-family: "Roboto";
}

.thm-spec-content .woocommerce-product-attributes th {
    width: 145px;
    background: #ecebea;
    font-weight: 500;
    font-size: 13px;
    font-family: "Roboto";
}

.thm-product-share {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: 14px;
}

.thm-share-label {
    margin-right: 4px;
    color: #444;
    font-size: 12px;
    font-weight: 400;
}

.thm-share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin: 0;
    padding: 0;
    border: 1px solid #d4b278;
    border-radius: 50%;
    background: #fff;
    color: #9d7437;
    font-size: 15px;
    font-weight: 700;
    line-height: 34px;
    text-decoration: none;
    cursor: pointer;
    transition: background .2s ease,
        color .2s ease,
        transform .2s ease;
        min-height: unset;
}

.thm-share-btn:hover {
    background: #bd9149;
    color: #fff;
    transform: translateY(-1px);
}

.thm-share-facebook {
    background: #3b5998;
    border-color: #3b5998;
    color: #fff;
}

.thm-share-zalo {
    background: #1689e5;
    border-color: #1689e5;
    color: #fff;
    font-size: 13px;
}

.thm-share-native {
    background: #fff;
    display: none;
}

.thm-share-copy {
    background: #fff;
}

.thm-share-status {
    margin-left: 3px;
    color: #888;
    font-size: 10px;
}

/* ==========================================================
   MOBILE < 768px
========================================================== */
@media only screen and (max-width: 768px) {
    /* Mobile dùng native share; desktop mặc định ẩn nút này. */
    .thm-share-native {
        display: inline-flex;
    }

    .thm-callback-wrap {
        margin-top: 10px;
    }

    .thm-container {
        padding-left: 10px;
        padding-right: 10px;
        max-width: 100%;
    }

    .thm-product-breadcrumb {
        padding: 6px
            0
            9px;
        overflow-x: auto;
        white-space: nowrap;
        font-size: 12px;
    }

    .thm-product-main {
        display: block;
        grid-template-columns: minmax(0, 48%)
            minmax(0, 52%);
        gap: 20px;
    }

    .thm-product-gallery {
        margin-bottom: 15px;
    }

    .thm-product-gallery .woocommerce-product-gallery__image img {
        max-height: none;
        aspect-ratio: 1 / 1;
    }

    .thm-product-info h1.product-title {
        margin-bottom: 8px !important;
        font-size: 23px;
        line-height: 1.28;
    }

    .thm-product-info .price {
        margin: 10px
            0
            13px !important;
        font-size: 19px !important;
    }

    .thm-product-info .woocommerce-product-details__short-description {
        margin-bottom: 13px;
        font-size: 12px;
        line-height: 1.6;
    }

    .thm-gift-wrap {
        margin-top: 10px;
    }

    .thm-gift-check {
        justify-content: flex-start;
        font-size: 12px;
        margin: 8px
            0
            9px;
    }

    #thm_gift_note {
        min-height: 90px;
        padding: 11px 11px 28px;
        font-size: 11px;
    }

    .thm-callback-row {
        gap: 7px;
        grid-template-columns: minmax(0, 1fr)
            67px;
    }

    .thm-callback-phone {
        min-width: 0;
        height: 39px !important;
        padding: 0
            12px !important;
        font-size: 11px;
    }

    .thm-callback-submit {
        min-width: 68px;
        height: 39px;
        padding: 0
            12px !important;
        font-size: 10px !important;
        line-height: 39px !important;
        width: 67px;
    }

    .thm-product-trust {
        margin: 18px
            0
            14px;
    }

    .thm-trust-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 0;
    }

    .thm-trust-item {
        justify-content: flex-start;
        min-height: 60px;
        padding: 0
            7px;
        border-right: 1px solid var(--thm-line);
        border-bottom: 1px solid var(--thm-line);
    }

    .thm-trust-item:nth-child(2n) {
        border-right: 0;
    }

    .thm-trust-item:nth-child(n/**/+3) {
        border-bottom: 0;
    }

    .thm-trust-icon {
        width: 28px;
        height: 28px;
        flex-basis: 28px;
    }

    .thm-trust-text strong {
        font-size: 13px;
        white-space: normal;
    }

    .thm-trust-text small {
        font-size: 12px;
        white-space: normal;
    }

    .thm-product-section {
        margin-top: 14px;
    }

    .thm-box-title {
        padding: 11px
            12px;
        font-size: 13px;
    }

    .thm-spec-content {
        padding: 9px;
    }

    .thm-description-content {
        padding: 12px
            12px
            15px;
        font-size: 14px;
    }

    .thm-related-products {
        margin-top: 25px;
        margin-bottom: 30px;
        margin: 26px
            0
            22px;
    }

    .thm-related-title {
        margin-bottom: 16px !important;
        font-size: 21px;
    }

    .thm-related-item {
        width: 48%;
        max-width: 48%;
        flex: 0 0 48%;
    }

    .thm-related-slider .flickity-prev-next-button {
        width: 27px !important;
        height: 27px !important;
        min-height: unset;
    }

    .thm-related-slider .flickity-prev-next-button.previous {
        left: -3px !important;
    }

    .thm-related-slider .flickity-prev-next-button.next {
        right: -3px !important;
    }

    .quantity.buttons_added {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        margin-bottom: 0px !important;
        padding: 0px;
    }

    .sidebar-widget-phone a {
        border-radius: 99px;
        padding: 0px !important;
        line-height: 37px;
        text-align: center;
        margin: 0px auto;
    }

    .thm-product-share {
        justify-content: flex-start;
        margin-top: 12px;
    }

    .thm-share-label {
        font-size: 11px;
    }

    .thm-share-btn {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
}
