    .gallery {
        margin: auto;
        text-align: center;
    }
    .main-image img {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
    .thumbnails {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 10px;
    }
    .thumbnails img {
        width: 25%;
        height: 100px;
        cursor: pointer;
        border-radius: 5px;
        transition: transform 0.3s;
    }
    .thumbnails img:hover {
        transform: scale(1.1);
    }
    .tf-product-info-list .tf-product-info-heading {
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px;
    }
    .tf-product-info-list .tf-product-info-name {
        margin-bottom: 20px;
    }
    .tf-product-info-list .tf-product-info-name>.text {
        color: var(--secondary-2);
        letter-spacing: .1em;
        margin-bottom: 4px;
    }
    .tf-product-info-list .tf-product-info-name .name {
        margin-bottom: 12px;
    }
    .tf-product-info-list .tf-product-info-desc {
        display: flex;
        gap: 12px;
        flex-direction: column;
    }
    .tf-product-info-price {
        display: flex;
        align-items: center;
    }
    .tf-product-info-price .price-on-sale {
        margin-right: 8px;
        font-size: 25px;    line-height: 30px;
    }
    .tf-product-info-price .compare-at-price {
        font-size: 16px;
        font-weight: 400;
        line-height: 19.52px;
        color: var(--secondary-2);
        text-decoration: line-through;
        margin-right: 16px;
    }
    .tf-product-info-price .badges-on-sale {
        padding: 0 8px;
        background-color: var(--critical);
        border-radius: 999px;
        color: var(--white);
        letter-spacing: .1em;
    }
    .tf-product-info-quantity .title{
        font-weight: 700;
    }
    .quantity-container {
        width: 180px;
        height: 48px;
        display: flex;
        padding: 0 15px;
        align-items: center;
        justify-content: space-between;
        background-color: var(--white);
        border: 2px solid var(--line);
        border-radius: 999px;
    }
    .quantity-container .quantity-btn{
        width: 44px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 38px;
        color: var(--main);
        background: transparent;
        border: 0;
        padding: 0;
        cursor: pointer;
        transition: all .3s ease;
    }
    .quantity-container input {
        width: 88px;
        height: 44px;
        padding: 0;
        background-color: transparent;
        border: 0;
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        color: var(--main);
    }
    .tf-product-info-list .quantity-container input {
        pointer-events: none;
    }
    .tf-product-info-list .tf-product-info-by-btn {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .btn-style-2 {
        width: max-content;
        padding: 14px 15px;
        background-color: var(--main);
        color: var(--white);
        letter-spacing: .1em;
        border-radius: 999px;
        border: 0;
    }
    .btn-style-2:hover{
        color: var(--white);
        background-color: var(--primary);
    }
    .btn-style-3 {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 14px 15px;
        border-radius: 999px;
        background-color: var(--primary);
        color: var(--white);
        letter-spacing: .1em;
    }
    .btn-style-3:hover{
        background-color: var(--main);
        color: var(--white);
    }
    .btn-group {
        display: flex;
        gap: 20px;
        margin: 20px 0;
    }
    .mb_12 {
        margin-bottom: 12px;
    }
    .tf-product-info-list ul.tf-product-info-sku {
        display: flex;
        flex-direction: column;
        gap: 4px;
        padding-bottom: 19px;
        border-top: 1px solid var(--line);
        padding-top: 50px !important;
    }
    .tf-product-info-list ul.tf-product-info-sku li {
        display: flex;    list-style: none;
        align-items: center;
        gap: 4px;
    }
    .text-caption-1 {
        font-size: 14px;    font-weight: 600;
        line-height: 22px;
    }
    .tf-product-info-list ul.tf-product-info-sku li .text-1 {
        color: var(--secondary);
    }
    .description .nav-tabs>li>a{
        font-size: 20px;
        font-weight: 500;
    }
    .description .nav-tabs>li.active>a{
        color: #555;
        cursor: default;
        background-color: #fff;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
    }
    .description .nav-tabs>li>a.active{
        color: #555;
        cursor: default;
        background-color: #fff;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
    }
    
    .tf-table-page-cart {
        border-spacing: 0;
        border-collapse: collapse;
        margin-bottom: 28px;
        width: 100%;
        line-height: 1.4;
    }
    .tf-table-page-cart th {
        padding-bottom: 12px;
        font-weight: 500;
        padding-left: 10px;
        padding-right: 10px;
    }
    @media (min-width: 992px) {
        .tf-table-page-cart th {
            font-size: 20px;
            padding-left: 20px;
            padding-right: 20px;
            text-align: center;
        }
    }
    .tf-table-page-cart tr {
        border-bottom: 1px solid var(--line);
    }
    .tf-cart-item .tf-cart-item_product {
        display: flex;
        align-items: center;
    }
    .tf-cart-item .tf-cart-item_product .img-box {
        border-radius: 4px;
        overflow: hidden;
        width: 90px;
        height: 120px;
        margin-right: 24px;
        display: block;
    }
    .tf-cart-item .tf-cart-item_product .img-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .tf-table-page-cart td {
        padding: 18px 10px;
        align-content: center;
    }
    @media (min-width: 992px) {
        .tf-table-page-cart td {
            padding: 28px 20px;
        }
    }
    .tf-table-page-cart td:last-child {
        padding-right: 0;
        padding-left: 0;
    }
    .tf-cart-item .remove-cart .icon {
        width: 20px;
        height: 20px;
        transition: all .3s ease;
        cursor: pointer;
    }
    .ip-discount-code {
        position: relative;
    }
    .ip-discount-code input {
        border: 2px solid var(--line);
        outline: 0;
        box-shadow: none;
        font-size: 16px;
        line-height: 26px;
        border-radius: 50px;
        width: 100%;
        background: var(--white);
        color: var(--main);
        font-weight: 400;
        transition: all .3s ease;
        padding: 12px 140px 12px 20px;
    }
    .tf-btn {
        transition: all .3s ease;
        background-color: var(--main);
        color: var(--white);
        padding: 15px 32px;
        border-radius: 99px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        font-size: 16px;
        line-height: 26px;
        font-weight: 600;
        text-transform: capitalize;
        border: 1px solid var(--main);
        position: relative;
        overflow: hidden;
    }
    .ip-discount-code .tf-btn {
        position: absolute;
        right: 8px;
        top: 8px;
        bottom: 8px;
        border-radius: 50px;
        padding: 6px 20px;
    }
    .tf-btn:not(.btn-reset):hover {
        background: var(--primary);
    }
    .fl-sidebar-cart {
        position: -webkit-sticky;
        position: sticky;
        top: 90px;
    }
    @media (min-width: 1200px) {
        .fl-sidebar-cart {
            padding-left: 30px;
        }
    }
    .box-order {
        border-radius: 12px;
        overflow: hidden;
        padding: 15px;
    }
    .bg-surface {
        background-color: var(--surface) !important;
    }
    .box-order .title {
        margin-bottom: 28px;
    
        font-size: 24px;
        line-height: 30px;
    }
    .text-button {
        font-size: 16px;
        line-height: 26px;
        font-weight: 600;
    }
    .box-order .discount, .box-order .ship, .box-order .subtotal {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid var(--line);
    }
    .box-order .ship {
        display: flex;
        gap: 30px;
    }
    @media (min-width: 1200px) {
        .box-order .ship {
            gap: 65px;
        }
    }
    .box-order .ship-item {
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .box-order .ship-item:not(:last-child) {
        margin-bottom: 4px;
    }
    .tf-check-rounded:checked {
        border-color: var(--main);
    }
    
    .tf-check-rounded {
        position: relative;
        border: 1px solid var(--secondary-2);
        border-radius: 50%;
        background: none;
        cursor: pointer;
        outline: 0;
        height: 14px;
        width: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-appearance: none;
    }
    .box-order .ship-item input:checked~label {
        color: var(--main);
    }
    
    .box-order .ship-item label {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-grow: 1;
        color: var(--secondary);
    }
    .align-items-center {
        align-items: center !important;
    }
    .justify-content-between {
        justify-content: space-between !important;
    }
    .d-flex {
        display: flex !important;
    }
    .box-order .total-order {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 30px;
    }
    .box-order .check-agree label a {
        font-weight: 600;
        text-decoration: underline;
        text-transform: capitalize;
    }
    .text-button {
        font-size: 16px;
        line-height: 26px;
        font-weight: 600;
    }
    .btn-checkout{width: 100%;}
    input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea {
        border: 2px solid var(--line);
        outline: 0;
        box-shadow: none;
        font-size: 16px;
        line-height: 26px;
        border-radius: 8px;
        padding: 9px 16px;
        width: 100%;
        background: var(--white);
        color: var(--main);
        font-weight: 400;
        transition: all .3s ease;
    }
    .flat-spacing {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .tf-page-checkout .title-login {
        display: flex;
        align-items: center;
        gap: 4px;
        padding: 11px 16px;
        border-radius: 8px;
        background-color: var(--surface);
        color: var(--secondary-2);
        margin-bottom: 12px;
    }
    
    .tf-page-checkout .title-login a {
        border-bottom: 1px solid;
    }
    .tf-page-checkout .login-box {
        padding: 15px;
        border: 1px solid var(--line);
        border-radius: 8px;
    }
    .tf-page-checkout .login-box .grid-2 {
        gap: 15px;
        margin-bottom: 12px;
    }
    
    .grid-2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .tf-page-checkout .login-box input {
        border-radius: 4px;
    }
    .tf-page-checkout .login-box .tf-btn {
        padding: 10px 32px;
    }
    .tf-page-checkout .wrap .title {
        margin-bottom: 20px;margin-top: 50px;    font-size: 24px;
        line-height: 30px;
    }
    .tf-page-checkout .tf-select select {
        border-radius: 8px;
        padding: 10px 16px;
    }
    
    .tf-select:hover select {
        border-color: var(--main);
    }
    .tf-select select {
        width: 100%;
        position: relative;
        padding: 7px 16px;
        border: 2px solid var(--line);
        border-radius: 999px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: transparent;
        transition: all .3s ease;
    }
    .tf-page-checkout .info-box {
        display: grid;
        grid-gap: 15px;
        gap: 15px;
    }
    .tf-page-checkout .info-box .grid-2 {
        gap: 16px;
    }
    .tf-select:after {
        font-family: 'Glyphicons Halflings';
        position: absolute;
        content: "\e114";
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 20px;
        z-index: -1;
    }
    @media (min-width: 992px) {
        .payment-box .payment-item:not(:last-child) {
            margin-bottom: 20px;
        }
    }
    .payment-box .payment-item {
        padding: 50px 10px;
        border-radius: 8px;
        overflow: hidden;
        border: 2px solid var(--line);
    }
    .payment-box .payment-choose-card.active {
        border-color: transparent;
        background-color: var(--surface);
    }
    
    .payment-box .payment-item .payment-header {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 12px 20px;
        transition: all .3s ease;
    }
    .payment-box .payment-item .payment-header input:checked {
        border-color: #2e72d2;
    }
    .tf-check-rounded {
        position: relative;
        border: 1px solid var(--secondary-2);
        border-radius: 50%;
        background: none;
        cursor: pointer;
        outline: 0;
        height: 14px;
        width: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-appearance: none;
    }
    .tf-check-rounded:before {
        content: "";
        position: absolute;
        border-radius: 50%;
        width: 8px;
        height: 8px;
        background-color: var(--main);
        opacity: 0;
    }
    .payment-box .payment-item .payment-body {
        padding: 0 20px 20px;
        display: grid;
        grid-gap: 15px;
        gap: 15px;
    }
    .payment-box .payment-item .payment-body .input-payment-box {
        display: grid;
        grid-gap: 15px;
        gap: 15px;
    }
    .payment-box .payment-item .payment-body .ip-card {
        position: relative;
    }
    .payment-box .payment-item {
        border-radius: 8px;
        overflow: hidden;
        border: 2px solid var(--line);
    }
    @media (min-width: 992px) {
        .payment-box .payment-item:not(:last-child) {
            margin-bottom: 20px;
        }
    }
    .payment-box .payment-item .payment-header {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 12px 20px;
        transition: all .3s ease;
    }
    .tf-check-rounded {
        position: relative;
        border: 1px solid var(--secondary-2);
        border-radius: 50%;
        background: none;
        cursor: pointer;
        outline: 0;
        height: 14px;
        width: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-appearance: none;
    }
    .payment-box .payment-item .payment-header span {
        flex-grow: 1;
    }
    .p-tb90 {
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .quantity-container input[type=text]{
        border: 0
    }
  
  
  
  
  
  
  
  
  
  
  
    
    