/* =========================================================
   TTG PRODUCT DETAIL V12
   WooCommerce + Flatsome
========================================================= */


/* =========================================================
   01. PRODUCT MAIN LAYOUT
========================================================= */

.single-product .product-container {
    padding-top: 28px;
}

.single-product .product-main {
    padding-bottom: 30px;
}

.single-product .product-info {
    padding-left: 30px;
}


/* =========================================================
   02. PRODUCT TITLE
========================================================= */

.single-product .product-title {
    margin: 0 0 10px;

    color: #222;

    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;

    letter-spacing: -0.02em;
}


/* =========================================================
   03. SIMPLE PRODUCT
========================================================= */

.single-product
.product-type-simple
form.cart {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;

    gap: 10px;

    width: 100%;

    margin-top: 20px;
    margin-bottom: 0;
}

.single-product
.product-type-simple
form.cart .quantity {
    flex: 0 0 auto;

    margin: 0;
}

.single-product
.product-type-simple
form.cart .single_add_to_cart_button {
    flex: 1 1 auto;

    min-width: 190px;
    min-height: 47px;

    margin: 0;

    padding: 0 24px;

    white-space: nowrap;
}

.single-product
.product-type-simple
form.cart .ttg-product-zalo {
    flex: 0 0 135px;

    min-width: 135px;
    min-height: 47px;

    margin: 0;
}

.single-product
.product-type-simple
.variations_form,

.single-product
.product-type-simple
.single_variation_wrap,

.single-product
.product-type-simple
.woocommerce-variation {
    margin: 0;
    padding: 0;
}

.single-product
.product-type-simple
.ttg-product-usps {
    clear: both;

    width: 100%;

    margin-top: 25px;
}

.single-product
.product-type-simple
.product-info
.price-wrapper {
    margin-bottom: 18px;
}


/* =========================================================
   04. FIXED RATING
========================================================= */

.single-product .ttg-fixed-rating {
    display: flex;
    align-items: center;

    gap: 3px;

    width: 100%;

    margin: 3px 0 15px;

    line-height: 1;
}

.single-product .ttg-fixed-rating span {
    display: inline-block;

    color: #F09E16;

    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}


/* =========================================================
   05. MAIN PRICE
========================================================= */

.single-product .price-wrapper {
    margin: 0 0 24px;
}

.single-product .price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 10px;

    margin: 0;
}

.single-product .price ins {
    text-decoration: none;
}

.single-product .price ins .woocommerce-Price-amount,
.single-product .price > .woocommerce-Price-amount {
    color: #F09E16;

    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}

.single-product .price del {
    color: #999;

    opacity: 1;

    font-size: 16px;
    font-weight: 400;
}

.single-product .price del .woocommerce-Price-amount {
    color: #999;
}


/* =========================================================
   06. DISCOUNT BADGE
========================================================= */

.single-product .ttg-price-discount {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 auto;

    min-height: 27px;

    margin-left: 10px;
    padding: 5px 9px;

    border-radius: 4px;

    background: #e84535;
    color: #fff;

    font-size: 12px;
    font-weight: 700;
    line-height: 1;

    white-space: nowrap;
}


/* =========================================================
   07. VARIATIONS
========================================================= */

.single-product table.variations {
    display: block;

    width: 100%;

    margin: 0 0 14px;
}

.single-product table.variations tbody {
    display: block;
}

.single-product table.variations tr {
    display: block;

    width: 100%;
    max-width: 260px;

    margin: 0 0 18px;
}

.single-product table.variations th,
.single-product table.variations td {
    display: block;

    width: 100%;
    max-width: 260px;

    padding: 0;
}

.single-product table.variations th {
    margin: 0 0 8px;
}

.single-product table.variations label {
    color: #333;

    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}


/* =========================================================
   08. VARIATION SELECT
========================================================= */

.single-product table.variations select {
    display: block;

    width: 100%;
    max-width: 220px;
    height: 43px;

    margin: 0;

    padding: 0 38px 0 13px;

    border: 1px solid #ddd;
    border-radius: 5px;

    background-color: #fff;

    color: #333;

    font-size: 13px;
}


/* =========================================================
   09. RESET VARIATIONS
========================================================= */

.single-product .reset_variations {
    display: inline-block;

    margin-top: 7px;

    color: #999;

    font-size: 11px;
}


/* =========================================================
   10. VARIATION PRICE
========================================================= */

.single-product .single_variation_wrap {
    width: 100%;
}

.single-product .woocommerce-variation {
    width: 100%;
}

.single-product .woocommerce-variation-price {
    display: none;
}


/* =========================================================
   11. CART ROW
========================================================= */

.single-product
.woocommerce-variation-add-to-cart {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;

    gap: 10px;

    width: 100%;

    margin-top: 4px;
}

.single-product .quantity {
    flex: 0 0 auto;

    margin: 0;
}

.single-product .quantity input[type="number"] {
    min-height: 46px;
}

.single-product .single_add_to_cart_button {
    flex: 1 1 auto;

    min-width: 0;
    min-height: 47px;

    margin: 0;

    padding: 0 22px;

    border-radius: 5px;

    font-size: 13px;
    font-weight: 600;

    white-space: nowrap;
}


/* =========================================================
   12. ZALO MAIN BUTTON
========================================================= */

.single-product .ttg-product-zalo {
    flex: 0 0 135px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    min-width: 135px;
    min-height: 47px;

    margin: 0;

    padding: 0 15px;

    border-radius: 5px;

    background: #1688f8;

    color: #fff;

    font-size: 12px;
    font-weight: 600;
    line-height: 1;

    text-decoration: none;

    transition:
        background-color .2s ease,
        transform .2s ease;
}

.single-product .ttg-product-zalo:hover {
    background: #087bea;

    color: #fff;

    transform: translateY(-1px);
}

.single-product .ttg-zalo-logo {
    display: block;

    width: 24px;
    height: 24px;

    flex: 0 0 24px;

    object-fit: contain;
}


/* =========================================================
   13. USP
========================================================= */

.single-product .ttg-product-usps {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 18px 24px;

    width: 100%;

    margin-top: 28px;
    padding-top: 22px;

    border-top: 1px solid #ece8e3;
}

.single-product .ttg-product-usp {
    display: grid;

    grid-template-columns:
        38px minmax(0, 1fr);

    align-items: center;

    gap: 11px;

    min-width: 0;
}

.single-product .ttg-usp-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;

    flex: 0 0 38px;

    border: 1px solid rgba(184, 115, 51, .24);
    border-radius: 50%;

    background: #fffaf5;

    color: #B87333;

    line-height: 1;

    transition:
        border-color .2s ease,
        background-color .2s ease,
        transform .2s ease;
}

.single-product .ttg-usp-icon svg {
    display: block;

    width: 20px;
    height: 20px;

    flex: 0 0 20px;
}

.single-product .ttg-usp-content {
    display: block;

    min-width: 0;
}

.single-product .ttg-product-usp strong {
    display: block;

    margin: 0 0 3px;

    color: #292929;

    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;

    text-transform: none;
}

.single-product .ttg-product-usp small {
    display: block;

    margin: 0;

    color: #8a8a8a;

    font-size: 10px;
    font-weight: 400;
    line-height: 1.45;
}


/* =========================================================
   14. CUSTOM TTG GALLERY
========================================================= */

.single-product
[data-ttg-product-gallery-column] {
    position: relative;

    display: block;

    width: 100%;
    max-width: 100%;

    margin: 0;
    padding: 0;

    flex: none;
}

.single-product .ttg-product-gallery {
    position: relative;

    display: block;

    width: 100%;
    max-width: 100%;

    margin: 0;
    padding: 0;
}


/* =========================================================
   GALLERY STAGE
========================================================= */

.single-product .ttg-gallery-stage {
    position: relative;

    display: block;

    width: 100%;
    max-width: 100%;

    overflow: hidden;

    border-radius: 7px;

    background: #f7f7f7;
}

.single-product .ttg-gallery-main-link {
    display: block;

    width: 100%;
    max-width: 100%;

    margin: 0;
    padding: 0;

    overflow: hidden;

    line-height: 0;

    cursor: zoom-in;
}

.single-product .ttg-gallery-main-image {
    display: block;

    width: 100%;
    max-width: 100%;

    height: auto;

    margin: 0;

    aspect-ratio: 1 / 1;

    object-fit: cover;

    background: #f7f7f7;

    cursor: zoom-in;

    transition:
        opacity .2s ease,
        transform .25s ease;
}

.single-product
.ttg-gallery-main-image.is-loading {
    opacity: .3;
}


/* =========================================================
   GALLERY SALE BADGE
========================================================= */

.single-product .ttg-gallery-sale {
    position: absolute;

    top: 18px;
    left: 0;

    z-index: 6;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 28px;

    padding: 5px 10px;

    border-radius: 0 4px 4px 0;

    background: #e84535;
    color: #fff;

    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}


/* =========================================================
   GALLERY PREV / NEXT - SMALL & CLEAN
========================================================= */

.single-product .ttg-gallery-nav {
    position: absolute;

    top: 50%;

    z-index: 7;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 32px;
    height: 32px;

    margin: 0;
    padding: 0;

    border: 1px solid rgba(0, 0, 0, .10);
    border-radius: 50%;

    background: rgba(255, 255, 255, .90);

    color: #555;

    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;

    cursor: pointer;

    opacity: .82;

    box-shadow:
        0 2px 8px rgba(0, 0, 0, .08);

    transform: translateY(-50%);

    transition:
        opacity .2s ease,
        background-color .2s ease,
        border-color .2s ease,
        color .2s ease,
        transform .2s ease,
        box-shadow .2s ease;
}

.single-product .ttg-gallery-prev {
    left: 12px;
}

.single-product .ttg-gallery-next {
    right: 12px;
}

.single-product
.ttg-gallery-stage:hover
.ttg-gallery-nav {
    opacity: 1;
}

.single-product .ttg-gallery-nav:hover {
    border-color: rgba(240, 158, 22, .55);

    background: #fff;

    color: #F09E16;

    box-shadow:
        0 3px 10px rgba(0, 0, 0, .08);

    transform:
        translateY(-50%)
        scale(1.05);
}

.single-product .ttg-gallery-nav:active {
    transform:
        translateY(-50%)
        scale(.95);
}


/* =========================================================
   REMOVE EXPAND BUTTON
========================================================= */

.single-product .ttg-gallery-expand {
    display: none;
}


/* =========================================================
   GALLERY THUMBNAILS
========================================================= */

.single-product .ttg-gallery-thumbs {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;

    gap: 12px;

    width: 100%;
    max-width: 100%;

    margin: 14px 0 0;
    padding: 0 0 5px;

    overflow-x: auto;
    overflow-y: hidden;

    white-space: nowrap;

    scrollbar-width: thin;

    -webkit-overflow-scrolling: touch;
}

.single-product .ttg-gallery-thumb {
    position: relative;

    display: block;

    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 82px;

    width: 82px;
    min-width: 82px;
    max-width: 82px;

    height: 82px;
    min-height: 82px;
    max-height: 82px;

    margin: 0;
    padding: 0;

    overflow: hidden;

    border: 1px solid transparent;
    border-radius: 4px;

    background: #f7f7f7;

    opacity: .65;

    cursor: pointer;

    transition:
        opacity .2s ease,
        border-color .2s ease,
        transform .2s ease;
}

.single-product .ttg-gallery-thumb:hover {
    opacity: 1;
}

.single-product .ttg-gallery-thumb.is-active {
    border-color: #F09E16;

    opacity: 1;
}

.single-product .ttg-gallery-thumb img {
    display: block;

    width: 100%;
    height: 100%;

    margin: 0;
    padding: 0;

    object-fit: cover;
}


/* =========================================================
   15. DEFAULT SALE BADGE
========================================================= */

.single-product .onsale {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 48px;

    padding: 6px 9px;

    border-radius: 4px;

    background: #e84535;

    color: #fff;

    font-size: 12px;
    font-weight: 700;
}


/* =========================================================
   16. DESCRIPTION
========================================================= */

.single-product .product-tabs {
    margin-top: 34px;
}

.single-product .product-tabs .nav {
    display: block;

    margin: 0 0 24px;
    padding: 0;

    border-bottom: 1px solid #e8e8e8;
}

.single-product .product-tabs .nav > li {
    display: block;

    width: auto;

    margin: 0;
    padding: 0;

    text-align: left;
}

.single-product .product-tabs .nav > li > a {
    position: relative;

    display: inline-flex;
    align-items: center;

    min-height: 48px;

    margin: 0;
    padding: 0 0 11px;

    color: #F09E16;

    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;

    text-transform: uppercase;
    letter-spacing: .02em;
}

.single-product .product-tabs .nav > li > a:hover,
.single-product .product-tabs .nav > li.active > a {
    color: #F09E16;
}

.single-product .product-tabs .nav > li > a::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: -1px;

    width: 100%;
    height: 2px;

    background: #F09E16;

    border-radius: 2px;
}


/* =========================================================
   17. DESCRIPTION CONTENT
========================================================= */

.single-product #tab-description {
    position: relative;

    color: #444;

    font-size: 15px;
    font-weight: 400;
    line-height: 1.75;

    text-transform: none;
    letter-spacing: normal;
}

.single-product #tab-description p,
.single-product #tab-description li,
.single-product #tab-description span,
.single-product #tab-description div,
.single-product #tab-description strong,
.single-product #tab-description em {
    text-transform: none;
    letter-spacing: normal;
}

.single-product #tab-description p {
    margin: 0 0 14px;

    color: #444;

    font-size: 15px;
    font-weight: 400;
    line-height: 1.75;
}

.single-product #tab-description ul,
.single-product #tab-description ol {
    margin-bottom: 16px;
}

.single-product #tab-description li {
    margin-bottom: 7px;
}


/* =========================================================
   18. DESCRIPTION READ MORE
========================================================= */

.single-product .ttg-description-inner {
    position: relative;

    max-height: 330px;

    overflow: hidden;

    transition:
        max-height .4s ease;
}

.single-product .ttg-description-inner.is-open {
    max-height: 10000px;
}

.single-product
.ttg-description-inner.has-more:not(.is-open)::after {
    content: "";

    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    height: 90px;

    pointer-events: none;

    background:
        linear-gradient(
            to bottom,
            rgba(255,255,255,0),
            #fff
        );
}

.single-product .ttg-description-action {
    display: flex;
    justify-content: center;

    width: 100%;

    margin-top: 18px;
}

.single-product .ttg-description-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    min-width: 145px;
    min-height: 42px;

    margin: 0;
    padding: 0 20px;

    border: 1px solid #F09E16;
    border-radius: 5px;

    background: #F09E16;

    color: #fff;

    font-size: 12px;
    font-weight: 700;
    line-height: 1;

    cursor: pointer;
}

.single-product .ttg-description-more:hover {
    background: #d98b0d;

    border-color: #d98b0d;

    color: #fff;
}


/* =========================================================
   19. RELATED PRODUCTS
========================================================= */

.single-product .related-products-wrapper {
    position: relative;

    width: 100%;

    margin-top: 42px;

    overflow: visible;
}

.single-product
.related-products-wrapper
.product-section-title {
    position: relative;

    display: inline-block;

    margin: 0 0 24px;
    padding: 0 0 10px;

    color: #222;

    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;

    text-align: left;
    text-transform: uppercase;
}

.single-product
.related-products-wrapper
.product-section-title::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 55px;
    height: 2px;

    border-radius: 2px;

    background: #F09E16;
}

.single-product
.related-products-wrapper
.product-small,

.single-product
.related-products-wrapper
.product-small
.col-inner {
    height: auto;
}

.single-product
.related-products-wrapper
.box {
    display: block;

    width: 100%;
    height: auto;

    margin: 0;

    overflow: hidden;

    border: 1px solid #eee;
    border-radius: 8px;

    background: #fff;
}

.single-product
.related-products-wrapper
.box-image {
    position: relative;

    width: 100%;

    overflow: hidden;

    border-radius: 7px 7px 0 0;

    background: #f7f7f7;
}

.single-product
.related-products-wrapper
.box-image img {
    display: block;

    width: 100%;
    height: auto;
}

.single-product
.related-products-wrapper
.onsale {
    min-width: 43px;
    min-height: 26px;

    padding: 5px 8px;

    font-size: 11px;
}

.single-product
.related-products-wrapper
.box-text {
    padding: 13px 13px 12px;

    text-align: left;
}

.single-product
.related-products-wrapper
.box-text-inner {
    display: flex;
    flex-direction: column;

    min-height: 128px;
}

.single-product
.related-products-wrapper
.product-small
.category {
    display: none;
}

.single-product
.related-products-wrapper
.product-title {
    min-height: 42px;

    margin: 0 0 8px;
}

.single-product
.related-products-wrapper
.product-title a {
    display: -webkit-box;

    min-height: 40px;

    overflow: hidden;

    color: #292929;

    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;

    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.single-product
.ttg-related-rating {
    display: flex;
    align-items: center;

    gap: 2px;

    margin: 0 0 8px;
}

.single-product
.ttg-related-rating span {
    color: #F09E16;

    font-size: 13px;
    font-weight: 700;
}

.single-product
.related-products-wrapper
.star-rating {
    display: none;
}

.single-product
.related-products-wrapper
.price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;

    gap: 8px;

    margin: 0;
}

.single-product
.related-products-wrapper
.price ins {
    text-decoration: none;
}

.single-product
.related-products-wrapper
.price ins
.woocommerce-Price-amount,

.single-product
.related-products-wrapper
.price >
.woocommerce-Price-amount {
    color: #F09E16;

    font-size: 17px;
    font-weight: 700;
}

.single-product
.related-products-wrapper
.price del {
    opacity: 1;

    color: #a7a7a7;

    font-size: 12px;
}

.single-product
.related-products-wrapper
.ttg-price-discount {
    display: none;
}

.single-product
.related-products-wrapper
.ttg-loop-zalo {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 7px;

    width: 100%;
    height: 40px;

    margin-top: 8px;

    padding: 0 10px;

    overflow: hidden;

    border: 1px solid #1688f8;
    border-radius: 5px;

    background: #fff;

    color: #1688f8;

    font-size: 12px;
    font-weight: 600;

    text-decoration: none;
}

.single-product
.related-products-wrapper
.ttg-loop-zalo
.ttg-loop-zalo-logo-img {
    display: block;

    flex: 0 0 22px;

    width: 22px;
    min-width: 22px;
    max-width: 22px;

    height: 22px;
    min-height: 22px;
    max-height: 22px;

    object-fit: contain;
}

.single-product
.related-products-wrapper
.ttg-loop-zalo > span {
    white-space: nowrap;
}


/* =========================================================
   20. TABLET
========================================================= */

@media only screen and (max-width: 849px) {

    .single-product .product-info {
        padding-left: 15px;
        padding-right: 15px;
    }

    .single-product .product-title {
        font-size: 26px;
    }

    .single-product
    .woocommerce-variation-add-to-cart {
        flex-wrap: wrap;
    }

    .single-product .ttg-product-usps {
        gap: 16px;
    }
}


/* =========================================================
   21. MOBILE
========================================================= */

@media only screen and (max-width: 549px) {

    .single-product .product-container {
        padding-top: 10px;
    }

    .single-product .product-info {
        padding: 20px 15px 0;
    }

    .single-product .product-title {
        font-size: 22px;
        line-height: 1.3;
    }


    /* Gallery arrows */

    .single-product .ttg-gallery-nav {
        width: 30px;
        height: 30px;

        opacity: .92;

        font-size: 18px;

        box-shadow:
            0 2px 6px rgba(0, 0, 0, .07);
    }

    .single-product .ttg-gallery-prev {
        left: 8px;
    }

    .single-product .ttg-gallery-next {
        right: 8px;
    }


    .single-product .ttg-gallery-stage {
        border-radius: 5px;
    }

    .single-product .ttg-gallery-main-image {
        aspect-ratio: 1 / 1;
    }

    .single-product .ttg-gallery-sale {
        top: 12px;

        min-height: 25px;

        padding: 4px 8px;

        font-size: 11px;
    }

    .single-product .ttg-gallery-thumbs {
        gap: 8px;

        margin-top: 10px;
    }

    .single-product .ttg-gallery-thumb {
        flex-basis: 66px;

        width: 66px;
        min-width: 66px;
        max-width: 66px;

        height: 66px;
        min-height: 66px;
        max-height: 66px;
    }


    /* Price */

    .single-product
    .price ins
    .woocommerce-Price-amount,

    .single-product
    .price >
    .woocommerce-Price-amount {
        font-size: 24px;
    }

    .single-product .price del {
        font-size: 14px;
    }


    /* Variations */

    .single-product table.variations tr,
    .single-product table.variations th,
    .single-product table.variations td {
        width: 100%;
        max-width: 100%;
    }

    .single-product table.variations select {
        width: 100%;
        max-width: 100%;
    }


    /* USP */

    .single-product
    .ttg-product-usps {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 16px 12px;
    }


    /* Description */

    .single-product .product-tabs {
        margin-top: 26px;
    }

    .single-product #tab-description,
    .single-product #tab-description p {
        font-size: 14px;
        line-height: 1.7;
    }

    .single-product .ttg-description-inner {
        max-height: 300px;
    }


    /* Related */

    .single-product
    .related-products-wrapper {
        margin-top: 32px;
    }

    .single-product
    .related-products-wrapper
    .product-section-title {
        font-size: 17px;
    }

    .single-product
    .related-products-wrapper
    .product-title a {
        font-size: 12px;
    }

    .single-product
    .related-products-wrapper
    .price ins
    .woocommerce-Price-amount,

    .single-product
    .related-products-wrapper
    .price >
    .woocommerce-Price-amount {
        font-size: 14px;
    }

    .single-product
    .related-products-wrapper
    .ttg-loop-zalo {
        gap: 5px;

        height: 36px;

        padding: 0 7px;

        font-size: 10px;
    }

    .single-product
    .related-products-wrapper
    .ttg-loop-zalo
    .ttg-loop-zalo-logo-img {
        flex-basis: 18px;

        width: 18px;
        min-width: 18px;
        max-width: 18px;

        height: 18px;
        min-height: 18px;
        max-height: 18px;
    }
}


/* =========================================================
   22. REMOVE FLATSOME LEGACY GALLERY CONTROLS
========================================================= */

.single-product
.ttg-product-gallery-wrap
.flickity-button,

.single-product
.ttg-product-gallery-wrap
.flickity-prev-next-button,

.single-product
.ttg-product-gallery-wrap
.slider-nav,

.single-product
.ttg-product-gallery-wrap
.slider-nav-reveal,

.single-product
.ttg-product-gallery-wrap
.slider-nav-push,

.single-product
.ttg-product-gallery-wrap
.nav-left,

.single-product
.ttg-product-gallery-wrap
.nav-right,

.single-product
.ttg-product-gallery-wrap
.previous:not(.ttg-gallery-prev),

.single-product
.ttg-product-gallery-wrap
.next:not(.ttg-gallery-next),

.single-product
.ttg-product-gallery-wrap
button.previous,

.single-product
.ttg-product-gallery-wrap
button.next {
    display: none;
}

.single-product
.product-main
.flickity-prev-next-button:not(.ttg-gallery-nav),

.single-product
.product-main
.slider-nav:not(.ttg-gallery-nav),

.single-product
.product-main
button.previous:not(.ttg-gallery-prev),

.single-product
.product-main
button.next:not(.ttg-gallery-next) {
    display: none;
}

.single-product
.ttg-gallery-thumbs
~ .flickity-button,

.single-product
.ttg-gallery-thumbs
~ .flickity-prev-next-button,

.single-product
.ttg-gallery-thumbs
~ .slider-nav,

.single-product
.ttg-gallery-thumbs
~ button.previous,

.single-product
.ttg-gallery-thumbs
~ button.next {
    display: none;
}