* {
    font-family: 'Estedad-FD' !important;
}

html {
    overflow-y: scroll;
}

body {
    background: #fff;
}

.site-main {
    margin: 15px auto 0;
    width: 100%;
    padding: 0;
}

.tk_product_first_section {
    max-width: calc(100% - 32px);
    width: 1334px;
    padding: 24px 16px;
    margin: auto;
}

.tk_product_breadcrumb_container {
    max-width: 100%;
    width: 1334px;
    display: flex;
    justify-content: space-between;
    line-height: 24px;
    margin: 0 auto 24px;
    flex-wrap: wrap;
}

.tk_product_breadcrumb {
    font-weight: 500;
    font-size: 14px;
}

.tk_product_id {
    width: 150px;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
}

.tk_under_image_section .tk_product_id {
    display: none;
}

.tk_product_title_container {
    max-width: 100%;
    width: 1334px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 24px;
}

.tk_product_title {
    font-weight: 700;
    font-size: 28px !important;
    line-height: 42px;
    font-family: 'Estedad' !important;
    color: #060707 !important;
}

.tk_mobile_product_title_div .tk_product_title {
    font-weight: 700;
    font-size: 22px !important;
    line-height: 37.4px;
    font-family: 'Estedad' !important;
    margin: 32px 0;
}

.tk_product_summary_container {
    max-width: 100%;
    width: 1318px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 0 auto;
    gap: 16px;
}

.tk_product_images_section {
    width: 434px;
    max-width: 100%;
}

.tk_product_images_section .woocommerce-product-gallery {
    width: 362px;
    margin: auto;
}

.tk_product_images_section .woocommerce-product-gallery__wrapper img {
    width: 100%;
    margin: 0;
}

.tk_product_images_section ol.flex-control-nav.flex-control-thumbs {
    border: none;
    width: 100%;
    padding: 8px 0;
}

.tk_product_images_section .flex-control-nav.flex-control-thumbs li {
    width: 56px;
    height: 56px;
    flex: none;
    border-radius: 4px;
    margin: 0 0 0 8px;
    padding: 0;
    border: 1px solid #fff;
}

.tk_product_images_section .flex-control-nav.flex-control-thumbs li:hover {
    border: 1px solid #7E928F;
}

.tk_product_images_section .flex-control-nav.flex-control-thumbs li:focus {
    border: 1px solid red;
    outline: none;
}

.tk_product_images_section .flex-control-nav.flex-control-thumbs li:first-child {
    border: 1px dashed #7E928F;
}

.tk_product_images_section .flex-control-nav.flex-control-thumbs li img {
    width: 44px;
    height: 44px;
    object-fit: cover;
    margin: 6px;
}

.tk_under_image_section {
    width: 100%;
    border-top: 1px solid #E4E9E9;
    padding: 8px 0;
    margin-top: 8px;
    display: inline-flex;
    gap: 0;
    align-items: center;
    flex-wrap: wrap;
}

.tk_under_image_section_button {
    height: 30px;
    line-height: 30px;
    padding: 8px;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

.tk_under_image_section_button img {
    width: 20px;
    margin-left: 8px;
    vertical-align: middle;
}

.tk_product_summary_section {
    width: 546px;
    max-width: 100%;
}

.tk_product_action_section {
    width: 322px;
    max-width: 100%;
}

.tk_product_action_section_box {
    width: 322px;
    border: 2px solid #CCD5D3;
    border-radius: 8px;
    padding-top: 16px;
    overflow: hidden;
}

.tk_product_price {
    padding: 0 16px;
}

.tk_add_to_cart {
    padding: 0 16px;
}

.tk_product_buy_option {
    padding: 0 16px 4px;
    background: #F5F6F6;
    margin-top: 24px;
    border: 1px solid #E4E9E9;
    border-radius: 4px;
}

.tk_product_second_section {
    max-width: 100%;
    background: #F5F6F6;
    border-top: 1px solid #E4E9E9;
    border-bottom: 1px solid #E4E9E9;
    margin: 32px auto;
}

.tk_product_third_section {
    max-width: calc(100% - 32px);
    width: 1334px;
    margin: 0 auto;
}

.tk_product_fourth_section {
    max-width: calc(100% - 32px);
    width: 1334px;
    margin: 0 auto;
}

.tk_product_fifth_section {
    max-width: calc(100% - 32px);
    width: 1334px;
    margin: 0 auto;
}

.tk_product_breadcrumb .woocommerce-breadcrumb,
.tk_product_breadcrumb .woocommerce-breadcrumb a {
    font-size: 0;
    font-weight: 500;
    color: #394040;
    padding: 0;
    margin: 0;
    display: flex;
}

.tk_product_breadcrumb .woocommerce-breadcrumb a {
    font-size: 14px !important;
    white-space: nowrap;
}

.tk_product_breadcrumb .woocommerce-breadcrumb img:last-child {
    display: none;
}

.tk_product_id span {
    font-size: 16px;
    font-weight: 400;
    color: #394040;
}

.tk_product_id a.product_id {
    font-size: 16px;
    font-weight: 500;
    color: #2A4ACA;
}

.tk_add_to_cart_added,
.copy_location_notif,
.tk_product_id_copied_notif,
.copy_product_short_link_notif,
.saved_notif,
.deleted_saved_notif,
.tk_add_to_cart_delete {
    background: #060707;
    padding: 16px;
    width: 288px;
    height: 32px;
    border-radius: 8px;
    position: fixed;
    z-index: 9999999999;
    top: 40px;
    right: calc(50% - 160px);
    display: none;
}

.tk_under_image_section .yith-wcwl-add-to-wishlist {
    margin: 0;
    border: none;
    width: fit-content;
    height: fit-content;
    display: inline-block;
    cursor: pointer;
}

.tk_under_image_section .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
    font-size: 14px;
    font-weight: 500;
    padding: 13px 8px;
}

.tk_under_image_section .add_to_wishlist.single_add_to_wishlist {
    width: fit-content;
}

.tk_under_image_section .view-wishlist,
.tk_under_image_section .separator {
    display: none;
}

.tk_under_image_section .yith-wcwl-add-to-wishlist .yith-wcwl-add-button img {
    width: 20px;
    margin: 0 0 0 8px;
}

.tk_under_image_section .delete_item {
    display: inline-flex;
    align-items: center;
}

#yith-wcwl-popup-message {
    display: none !important;
}

.tk_product_third_section .carousel-container-crosssell {
    max-width: calc(100% - 32px);
    width: 1334px;
    padding: 16px;
    margin: 0 auto !important;
    border: none;
    overflow: hidden;
}

.tk_product_third_section .cross-sells .add_to_cart_button,
.tk_product_third_section .teslakala_shop .add_to_cart_button {
    display: none !important;
}

.tk_product_third_section .cross-sells .add_to_cart_button:hover,
.tk_product_third_section .teslakala_shop .add_to_cart_button:hover {
    background: #FF9900;
}

.tk_product_third_section .add_to_cart_img {
    filter: none;
}


.tk_product_images_section .flex-control-nav.flex-control-thumbs li:hover {
    border: 1px solid #7E928F;
}

.tk_product_third_section .carousel-container-crosssell h2 {
    border: none;
    padding: 0;
    margin: 0 0 16px 0;
    color: #060707;
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 150%;
}

.tk_product_third_section .products.columns-4 {
    border: 1px solid rgba(228, 233, 233, 1);
    border-radius: 8px;
    padding: 16px;
    gap: 8px;
    width: calc(100% - 34px);
}

.tk_product_third_section .single-p-box .incart {
    margin-bottom: 0;
}

.tk_product_third_section .quantity {
    margin-bottom: 0;
}

.tk_product_third_section .incartquantity {
    display: flex;
    flex-direction: column;
}

.primary_hover:hover {
    background: #FF9900 !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
    height: 19px !important;
    color: #394040 !important;
}

.swiper-button-prev.prev_related svg {
    transform: rotate(180deg) !important;
}

.secondary_hover:hover {
    background: #FFBD1B !important;
}

.tertiary_hover:hover {
    background: #394040 !important;
    border-color: #394040 !important;
    color: #fff !important;
}

.quaternary_hover:hover {
    background: #CCD5D3 !important;
}

.close_quaternary_hover {
    padding: 14px;
    border-radius: 100px;
    margin-left: -6px !important;
}

.close_quaternary_hover:hover {
    background: #CCD5D3 !important;
}

.tk_product_images_section .woocommerce-product-gallery__wrapper img {
    width: calc(100% - 33px);
    margin: 0;
    padding: 0 16.5px;
}

.woocommerce-breadcrumb {
    display: none;
}

.mobile_div,
.tk_mobile_product_title_div .tk_product_title {
    display: none;
}

.archive_fast_shipping_row {
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFF2C5;
    border-radius: 100px;
    width: 94px;
    padding: 4px;
    border: 1px solid #FFF2C5;
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}

.archive_fast_shipping_row:hover {
    border: 1px solid #FF9900;
}

.archive_fast_shipping_title {
    font-size: 12px;
    font-weight: 500;
    color: #394040;
}

.product_top_attribute {
    height: 167px;
    margin-bottom: 24px;
}

.product_top_attribute_title {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 8px;
}

.product_three_top_attribute {
    display: flex;
    gap: 8px;
}

.three_attribute_display {
    background: #F5F6F6;
    border-radius: 4px;
    height: 80px;
    width: calc(100% / 3);
    float: right;
    padding: 8px 16px;
    overflow: hidden;
}

.three_attribute_display:last-child {
    margin-left: 0px;
}

.three_attribute_display_title {
    font-size: 16px;
    font-weight: 400;
    color: #394040;
    margin-bottom: 8px;
    line-height: 22.4px;
}

.three_attribute_display_desc {
    font-size: 16px;
    font-weight: 500;
    color: #060707;
    line-height: 22.4px;
    height: 22.4px;
}

.other_attribute {
    height: 40px;
    text-align: center;
    float: right;
    width: 100%;
    line-height: 40px;
    font-size: 14px;
    font-weight: 500;
}

.other_attribute span {
    font-size: 14px;
    font-weight: 500;
    color: #060707;
    cursor: pointer;
}

.tk_feature {
    max-width: calc(100% - 32px);
    width: 1334px;
    padding: 32px 16px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}

.tk_feature_box {
    display: flex;
    align-items: center;
    padding: 8px 24px;
    border-right: 1px dashed #7E928F;
    margin: 16px 0;
}

.tk_feature_box:first-child {
    padding: 8px 16px 8px 24px;
    border-right: none;
}

.tk_feature_box:last-child {
    padding: 8px 24px 8px 16px;
}

.tk_feature_text {
    display: flex;
    flex-direction: column;
}

.tk_feature_title {
    color: #060707;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 4px;
}

.tk_feature_desc {
    color: #394040;
    font-weight: 400;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
}

.tk_customers {
    max-width: calc(100% - 32px);
    width: 1334px;
    padding: 16px;
    margin: 0 auto;
}

.tk_customers_title {
    font-size: 18px !important;
    font-weight: 500;
    line-height: 25px;
    height: 25px;
    text-align: center;
    color: #394040;
    margin-bottom: 24px;
}

.tk_customers_logo_box {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
}

.tk_contactus {
    max-width: calc(100% - 32px);
    width: 1334px;
    padding: 16px;
    margin: 0 auto;
}

.tk_contactus_box {
    background: #394040;
    border-radius: 8px;
    padding: 40px 56px 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tk_contactus_whatsapp_btn {
    display: inline-flex;
    color: #FFFFFF;
    height: 52px;
    width: 185px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-right: 24px;
    border: 2px solid #FFFFFF;
    align-items: center;
    justify-content: center;
}

.tk_contactus_whatsapp_btn:hover {
    background: #fff;
    color: #3a4040;
}

.tk_contactus_phone {
    color: #FFD500;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    position: relative;
}

.tk_contactus_title_span {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
}

.tk_contactus_time {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    position: absolute;
    bottom: -18px;
    left: 35px;
}

.tk_product_tab {
    max-width: calc(100% - 32px);
    width: 1334px;
    padding: 32px 16px;
    margin: 0 auto;
}

.tk_woocommerce-tabs .tabs.wc-tabs {
    border-top: 4px solid #394040;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

.tk_woocommerce-tabs .tabs.wc-tabs li {
    width: 280px;
    text-align: center;
    background-color: #F5F6F6;
    color: #394040;
    font-size: 20px;
    font-weight: 700;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 2px solid #CCD5D3;
    border-top: 4px solid #394040;
    position: relative;
    top: -4px;
    overflow: hidden;
}

.tk_woocommerce-tabs .tabs.wc-tabs li.active {
    border-top: 4px solid #FF9900;
    background: #fff;
}

.tk_woocommerce-tabs .tabs.wc-tabs li a {
    height: 92px;
    width: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: #394040;
    font-size: 20px;
}

.tk_woocommerce-tabs .tabs.wc-tabs li.active:after {
    content: "";
    width: 18.4px;
    height: 18.4px;
    background: #FF9900;
    transform: rotate(45deg);
    position: absolute;
    top: -9px;
}

.tk_woocommerce-tabs .tabs.wc-tabs li.active:hover a {
    color: #394040;
}

.tk_woocommerce-tabs .tabs.wc-tabs li.active:hover {
    background: none;
}

.tk_woocommerce-Tabs-panel {
    padding: 16px;
    margin-top: -4px;
    border-bottom: 4px solid #394040;
}

.tk_woocommerce-Tabs-panel .woocommerce-product-attributes {
    width: 100%;
}

.tk_woocommerce-Tabs-panel .woocommerce-product-attributes tr {
    width: 100%;
    border: none;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.tk_woocommerce-Tabs-panel .woocommerce-product-attributes tr:nth-child(2n) {
    background: #F5F6F6;
}

.tk_woocommerce-Tabs-panel .woocommerce-product-attributes th {
    background: none;
    width: 305px;
    padding: 24px 16px;
    font-size: 18px;
    font-weight: 400;
    color: #394040;
    line-height: 25.2px;
    border-radius: 0 4px 4px 0;
}

.tk_woocommerce-Tabs-panel .woocommerce-product-attributes td {
    background: none;
    padding: 24px 16px;
    font-size: 18px;
    font-weight: 500;
    color: #060707;
    line-height: 25.2px;
    border-radius: 4px 0 0 4px;
}

.tk_woocommerce-Tabs-panel .woocommerce-product-attributes td a {
    color: #2A4ACA;
}

.datasheet_catalog {
    padding: 32px 0;
}

.datasheet_catalog a {
    color: #2A4ACA;
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
}

.datasheet_catalog a:first-child {
    margin: 0 0 0 40px;
}

.datasheet_catalog a:last-child {
    margin: 0 40px 0 0;
}

.tk_woocommerce-Tabs-panel h1 {
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 36px !important;
    color: #060707 !important;
    margin: 24px 0 !important;
}

.tk_woocommerce-Tabs-panel h2 {
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 28px !important;
    color: #060707 !important;
    margin: 24px 0 !important;
}

.tk_woocommerce-Tabs-panel p,
.tk_woocommerce-Tabs-panel ul,
.tk_woocommerce-Tabs-panel ol,
.tk_woocommerce-Tabs-panel li {
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 34.2px !important;
    color: #060707 !important;
    list-style: inside;
    text-align: justify;
}

.tk_woocommerce-Tabs-panel strong {
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 34.2px !important;
    color: #060707 !important;
}

.tk_woocommerce-Tabs-panel p a {
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 34.2px !important;
    color: #2A4ACA !important;
}

.tk_woocommerce-tabs .tabs.wc-tabs li:hover {
    background: #E4E9E9;
}

.tk_woocommerce-tabs .tabs.wc-tabs li:hover a {
    color: #2A4ACA;
}

.tk_update_price {
    font-size: 16px;
    line-height: 22.4px;
    text-align: right;
    font-weight: 500;
    margin-bottom: 8px;
}

.tk_jtoday {
    font-size: 16px;
    line-height: 22.4px;
    text-align: right;
    font-weight: 500;
    color: #04724D;
}

.tk_jtoday_last {
    font-size: 16px;
    line-height: 22.4px;
    text-align: right;
    font-weight: 500;
    color: #ED1C24;
}

.tk_single_price_section {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    margin-bottom: 24px;
}

.tk_single_price_section .discount-percentage {
    background: #ED1C24;
    padding: 4px 4px 0;
    border-radius: 4px;
    min-width: 24px;
    line-height: 22.4px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-bottom: 4px;
}

.tk_single_price_section .tk_price del {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    color: #394040;
    text-align: left;
}

.tk_single_price_section .tk_price del .woocommerce-Price-currencySymbol {
    display: none;
}

.tk_single_price_section .tk_price ins {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #060707;
    text-align: left;
    text-decoration: none;
}

.tk_single_price_section .tk_price {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #060707;
    text-align: left;
    text-decoration: none;
}

.price_inquiry_form .teslakala_buton {
    width: 100% !important;
}

.mobile_number_submit_notif {
    background: #060707;
    padding: 16px;
    width: 746px;
    height: 49px;
    border-radius: 8px;
    position: fixed;
    z-index: 9999999999;
    top: 40px;
    right: calc(50% - 389px);
    display: none;
    align-items: center;
}

.teslakala_buton {
    display: block;
    width: 100%;
    background: #FFD814;
    border-radius: 100px;
    color: #060707;
    border: none;
    font-size: 16px;
    height: 56px;
    font-weight: 500;
}

.price_inquiry_message {
    display: none;
    color: #3CFA92;
    background: #060707;
    padding: 60px 0;
    border-radius: 8px;
    text-align: center;
}

.floating_label {
    font-size: 16px;
    color: #060707;
    font-weight: 700;
    line-height: 22px;
}

.radio_button {
    line-height: 30px;
}

.radio_button label {
    margin-left: 24px;
    font-size: 16px;
    font-weight: 500;
}

.radio_button input {
    vertical-align: middle;
}

.floating-label-input {
    position: relative;
    margin: 16px 0;
}

.floating-label-input label {
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 14px;
    color: #7E928F;
    pointer-events: none;
    transform: translateY(-50%);
    transition: all 0.3s;
    outline: none !important;
}

.floating-label-input input:focus+label,
.floating-label-input input:not(:placeholder-shown)+label {
    top: -1px;
    right: 8px;
    font-size: 14px;
    color: #394040;
    font-weight: 400;
    padding: 0 4px;
    background: #fff;
    max-width: calc(100% - 24px);
    width: auto;
}

.order_by_phone {
    border: 2px solid #E4E9E9;
    border-radius: 4px;
    padding: 16px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order_by_phone span {
    font-size: 16px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
}

.order_by_phone div {
    height: 40px;
}

.order_by_phone .phone_number {
    margin-left: 8px;
    font-size: 16px;
    font-weight: 400;
    height: 20px;
    line-height: 20px;
}

.order_by_phone .btn {
    border: 2px solid #CCD5D3;
    border-radius: 100px;
    height: 36px;
    width: 143px;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    font-weight: 500;
    color: #060707;
}

.tk_product_data_row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.in_person_delivery {
    border: 2px solid #FF9900;
    background: #FFF2C5;
    width: 192px;
    height: 28px;
    text-align: center;
    border-radius: 100px;
    line-height: 28px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.in_person_delivery:hover {
    background: #FFD500;
}

.tk_product_meta_data {
    display: flex;
    align-items: center;
    height: 24px;
    margin: 4px 0;
    line-height: 24px;
    flex-wrap: wrap;
}

.tk_product_brand {
    padding-left: 16px;
    font-size: 16px;
    font-weight: 400;
    height: 24px;
    color: #394040;
}

.tk_product_brand a {
    color: #2A4ACA;
    font-weight: 500;
}

.tk_product_catalog {
    padding-left: 16px;
    padding-right: 16px;
    border-right: 1px solid #E4E9E9;
    font-size: 16px;
    font-weight: 500;
    height: 24px;
    color: #2A4ACA;
    cursor: pointer;
}

.tk_product_datasheet {
    padding-right: 16px;
    border-right: 1px solid #E4E9E9;
    font-size: 16px;
    font-weight: 500;
    height: 24px;
    color: #2A4ACA;
    cursor: pointer;
}

.tk_product_in_person_delivery_popup {
    position: fixed;
    z-index: 9999999999;
    width: 764px;
    height: 501px;
    top: calc(50% - 250.5px);
    left: calc(50% - 382px);
    border: 2px solid #E4E9E9;
    border-radius: 16px;
    background: #fff;
    display: none;
}

.tk_product_in_person_delivery_popup_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 39px;
    padding: 16px;
    border-bottom: 1px solid #E4E9E9;
}

.tk_product_in_person_delivery_popup_body {
    padding: 16px 16px 32px;
}

.in_person_delivery_popup_body_heading {
    font-size: 18px;
    font-weight: 700;
    color: #060707;
    padding-bottom: 16px;
    border-bottom: 1px dashed #CCD5D3;
    line-height: 25.2px;
    margin-bottom: 16px;
}

.in_person_delivery_address {
    margin-top: 16px;
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tk_product_in_person_delivery_popup_back {
    position: fixed;
    background: #060707;
    opacity: 0.32;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
}

.copy_location {
    cursor: pointer;
}

.know_better_price_popup {
    position: fixed;
    z-index: 9999999999;
    width: 764px;
    height: 600px;
    top: calc(50% - 300px);
    left: calc(50% - 382px);
    border: 2px solid #E4E9E9;
    border-radius: 16px;
    background: #fff;
    display: none;
}

.know_better_price_popup_back {
    position: fixed;
    background: #060707;
    opacity: 0.32;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
}

.know_better_price_popup_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 39px;
    padding: 16px;
    border-bottom: 1px solid #E4E9E9;
}

.know_better_price_popup_body {
    padding: 16px 16px 32px;
    overflow-y: scroll;
    height: 480px;
}

.know_better_price_popup_table {
    border-bottom: 1px dashed #CCD5D3;
    margin-bottom: 16px;
}

.know_better_price_popup_table table {
    width: 100%;
}

.know_better_price_popup_table table tr {
    border-bottom: 16px solid #fff;
}

.know_better_price_popup_table table th {
    width: 200px;
    background: #fff;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    color: #060707;
    line-height: 22.4px;
}

.know_better_price_popup_table table td {
    background: #fff;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    color: #060707;
    line-height: 22.4px;
}

.teslakala_text_input::placeholder {
    color: #2F2F2D;
}

.teslakala_buton {
    display: block;
    width: 120px;
    background: #FFD814;
    border-radius: 100px;
    color: #060707;
    border: none;
    font-size: 16px;
    padding: 14px 0;
    margin-right: auto;
    font-weight: 500;
    line-height: 28px;
}

.floating_label {
    font-size: 16px;
    color: #060707;
    font-weight: 700;
    line-height: 22px;
}

.radio-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 8px 0 16px;
    border-bottom: 1px dashed #CCD5D3;
    padding-bottom: 16px;
}

.radio_button {
    line-height: 30px;
}

.radio_button label {
    margin-left: 24px;
    font-size: 16px;
    font-weight: 500;
}

.radio_button input {
    vertical-align: middle;
}

.floating-label-input {
    position: relative;
    margin: 16px 0;
    padding-bottom: 16px;
    border-bottom: 1px dashed #CCD5D3;
}

.teslakala_text_input {
    padding: 20px 12px !important;
    height: 62px !important;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #394040;
    border-radius: 4px !important;
    outline: none;
    transition: border-color 0.3s;
    color: #060707;
    margin: 0 !important;
}

.floating-label-input label {
    position: absolute;
    top: 40%;
    right: 15px;
    font-size: 16px;
    color: #7E928F;
    pointer-events: none;
    transform: translateY(-50%);
    transition: all 0.3s;
    outline: none !important;
}

.floating-label-input input:focus+label,
.floating-label-input input:not(:placeholder-shown)+label {
    top: -1px;
    right: 8px;
    font-size: 14px;
    color: #394040;
    font-weight: 400;
    padding: 0 4px;
    background: #fff;
    max-width: calc(100% - 24px);
    width: auto;
}

.know_better_price_message {
    background: #060707;
    padding: 16px;
    width: 746px;
    height: 49px;
    border-radius: 8px;
    position: fixed;
    z-index: 9999999999;
    top: 40px;
    right: calc(50% - 373px);
    display: none;
    align-items: center;
}

.installment_box {
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

.installment_box_popup {
    position: fixed;
    z-index: 9999999999;
    width: 764px;
    height: 486px;
    top: calc(50% - 243px);
    left: calc(50% - 382px);
    border: 2px solid #E4E9E9;
    border-radius: 16px;
    background: #fff;
    display: none;
}

.installment_box_popup_back {
    position: fixed;
    background: #060707;
    opacity: 0.32;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
}

.installment_box_popup_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 39px;
    padding: 16px;
    border-bottom: 1px solid #E4E9E9;
}

.installment_box_popup_body {
    padding: 16px 16px 32px;
    height: 366px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.installment_contactus {
    border: 2px solid #04724D;
    border-radius: 4px;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 36px;
    margin-bottom: 16px;
}

.installment_contactus span {
    font-size: 16px;
    font-weight: 400;
    height: 20px;
    line-height: 20px;
}

.installment_contactus span strong {
    font-weight: 700;
}

.installment_contactus div {
    height: 40px;
}

.installment_contactus .phone_number {
    margin-left: 8px;
    font-size: 16px;
    font-weight: 400;
    height: 20px;
    line-height: 20px;
}

.installment_contactus .btn {
    border: 2px solid #CCD5D3;
    border-radius: 100px;
    height: 36px;
    width: 143px;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    font-weight: 500;
    color: #060707;
}

.fast_shipping_box {
    height: 100px;
    border: 2px solid #7E928F;
    border-radius: 4px;
    padding: 8px 16px;
    margin-bottom: 16px;
    cursor: pointer;
}

.fast_shipping_box:hover {
    background: #FFF2C5;
}

.fast_shipping_row {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px;
}

.fast_shipping_title {
    font-size: 16px;
    font-weight: 700;
    color: #060707;
}

.fast_shipping_button {
    font-size: 14px;
    font-weight: 400;
    color: #060707;
}

.fast_shipping_p {
    font-size: 16px;
    font-weight: 500;
    color: #060707;
    height: 28px;
    line-height: 28px;
}

.fast_shipping_span {
    font-weight: 400;
    color: #394040;
}

.fast_shipping_box_popup {
    position: fixed;
    z-index: 9999999999;
    width: 764px;
    height: 554px;
    top: calc(50% - 277px);
    left: calc(50% - 382px);
    border: 2px solid #E4E9E9;
    border-radius: 16px;
    background: #fff;
    display: none;
}

.fast_shipping_box_popup_back {
    position: fixed;
    background: #060707;
    opacity: 0.32;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
}

.fast_shipping_box_popup_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 39px;
    padding: 16px;
    border-bottom: 1px solid #E4E9E9;
}

.fast_shipping_box_popup_body {
    padding: 16px 16px 32px;
}

.fast_shipping_box_popup_table {
    border-top: 1px dashed #CCD5D3;
    margin-top: 16px;
}

.fast_shipping_box_popup_table table {
    width: 100%;
}

.fast_shipping_box_popup_table table tr {
    border-top: 12px solid #fff;
    border-bottom: none;
}

.fast_shipping_box_popup_table table th {
    width: 200px;
    background: #fff;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    color: #060707;
    line-height: 22.4px;
}

.fast_shipping_box_popup_table table td {
    background: #fff;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    color: #060707;
    line-height: 22.4px;
}

.fast_shipping_contactus {
    border: 2px solid #04724D;
    border-radius: 4px;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 36px;
}

.fast_shipping_contactus span {
    font-size: 16px;
    font-weight: 400;
    height: 20px;
    line-height: 20px;
}

.fast_shipping_contactus span strong {
    font-weight: 700;
}

.fast_shipping_contactus div {
    height: 40px;
}

.fast_shipping_contactus .phone_number {
    margin-left: 8px;
    font-size: 16px;
    font-weight: 400;
    height: 20px;
    line-height: 20px;
}

.fast_shipping_contactus .btn {
    border: 2px solid #CCD5D3;
    border-radius: 100px;
    height: 36px;
    width: 143px;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    font-weight: 500;
    color: #060707;
}

.guarantee_box {
    height: 53px;
    line-height: 53px;
    border-bottom: 1px dashed #E4E9E9;
    font-size: 16px;
    font-weight: 400;
}

.guarantee_box img {
    vertical-align: middle;
    margin-left: 16px;
}

.installment_box img {
    vertical-align: middle;
}

.installment_text {
    margin-left: 16px;
    width: 100%;
}

.installment_text span {
    display: block;
    line-height: 18px;
    height: 18px;
}

.tk_single_add_to_cart_button {
    background: #FFD500;
    border-radius: 100px;
    color: #060707;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    height: 56px;
    line-height: 56px;
    display: block;
}

.tk_add_to_cart .quantity {
    display: flex;
    border-radius: 100px;
    margin-bottom: 16px;
    border: 2px solid #CCD5D3;
    overflow: hidden;
    height: 40px;
    float: none;
    box-shadow: none;
    width: 100%;
}

.tk_add_to_cart .quantity .plus {
    background: #E4E9E9;
    border: none;
    border-radius: 100px;
    width: 88px;
    height: 52px;
    margin: -6px 0 0 0;
    font-size: 0;
    padding: 0;
    text-align: center;
    display: block;
}

.tk_add_to_cart .quantity .minus {
    background: #E4E9E9;
    border: none;
    border-radius: 100px;
    width: 88px;
    height: 52px;
    margin: -6px 0 0 0;
    font-size: 0;
    padding: 0;
    text-align: center;
    display: block;
}


.archive_meta_sheet {
    display: flex;
    gap: 24px;
}

.archive_meta_data span {
    font-size: 12px;
    font-weight: 400;
    color: #2A4ACA;
    padding: 6px 0;
    text-decoration: none !important;
}

.archive_meta_data {
    width: auto;
    display: flex;
    flex-direction: row;
    gap: 8px;
    height: 24px;
    margin-top: 8px;
}

.tk_add_to_cart .quantity .trash {
    background: #E4E9E9;
    border: none;
    border-radius: 100px;
    width: 88px;
    height: 52px;
    margin: -6px 0 0 0;
    font-size: 0;
    padding: 0;
    text-align: center;
    display: block;
}

.tk_add_to_cart .quantity .input-text.qty {
    width: calc(100% - 176px);
    padding: 0;
    height: 40px;
    font-size: 18px;
    font-weight: 500;
    margin: 1px 0 0 0;
    text-align: center;
    border: none;
    color: #060707;
    outline: none;
}

.tk_add_to_cart .incart {
    height: 56px;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.tk_add_to_cart .incart .in_your_cart {
    color: #060707;
    font-size: 16px;
    font-weight: 500;
    line-height: 60px;
}

.tk_add_to_cart .incart .opencartbtn {
    border: 2px solid #CCD5D3;
    height: 52px;
    width: 138px;
    border-radius: 100px;
    color: #060707;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    line-height: 52px;
}


.added_to_cart_popup {
    position: fixed;
    z-index: 9999999999;
    width: 764px;
    height: 310px;
    top: calc(50% - 155px);
    left: calc(50% - 382px);
    border: 2px solid #E4E9E9;
    border-radius: 16px;
    background: #fff;
    display: none !important;
}

.added_to_cart_popup_back {
    position: fixed;
    background: #060707;
    opacity: 0.32;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
}

.added_to_cart_popup_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 39px;
    padding: 16px;
    border-bottom: 1px solid #E4E9E9;
}

.added_to_cart_popup_body {
    padding: 16px;
}

.added_to_cart_popup .quantity {
    display: inline-flex;
    margin: 24px 0 0;
}

.added_to_cart_popup .quantity .input-text.qty {
    width: 114px;
}

.tk_product_third_section .carousel-container-crosssell .price_inquiry_form_popup {
    display: none;
}

.swiper-slide .single-p-box {
    width: calc(100% - 34px) !important;
    margin: 0 !important;
}

.swiper-slide .single-p-box .archive_in_person_delivery,
.swiper-slide .single-p-box .in_person_delivery_desktop,
.swiper-slide .single-p-box .fast_shipping_desktop,
.swiper-slide .single-p-box .fast_shipping_mobile {
    display: none !important;
}

.carousel-container-crosssell .cart {
    display: block;
}

.product-id {
    display: none;
}

.archive_in_person_delivery_address {
    margin-top: 16px;
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.archive_in_person_delivery_popup_body_heading {
    font-size: 18px;
    font-weight: 700;
    color: #060707;
    padding-bottom: 16px;
    border-bottom: 1px dashed #CCD5D3;
    line-height: 25.2px;
    margin-bottom: 16px;
}

.archive_in_person_delivery_popup_body_heading {
    font-size: 18px;
    font-weight: 700;
    color: #060707;
    padding-bottom: 16px;
    border-bottom: 1px dashed #CCD5D3;
    line-height: 25.2px;
    margin-bottom: 16px;
}

.tk_product_image_lazyload_content {
    width: 100%;
    aspect-ratio: 1;
    background: #F5F6F6;
    color: #F5F6F6;
}

#tab-description img {
    margin: auto;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.archive_product_box .attachment-woocommerce_thumbnail {
    width: auto !important;
    margin: auto;
    display: block;
    object-fit: unset !important;
    margin-bottom: 40px;
}

.archive_product_box .woocommerce-loop-product__title {
    margin: 0 !important;
    color: #060707;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 26px !important;
    height: 72px !important;
}

.archive_product_box .tk_single_price_section .tk_price del {
    font-size: 14px !important;
}

.archive_product_box .tk_single_price_section .tk_price,
.archive_product_box .tk_single_price_section .tk_price ins {
    font-size: 16px !important;
}

.archive_product_box .tk_single_price_section .discount-percentage {
    font-weight: 700 !important;
}

.archive_product_box .tk_single_price_section {
    margin-bottom: 5px !important;
    height: 84px;
}

.archive_product_box .tk_jtoday_last,
.archive_product_box .tk_update_price,
.archive_product_box .tk_jtoday {
    font-size: 12px !important;
    text-align: left !important;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
    height: 22.4px;
}

.archive_product_box .tk_update_price {
    display: block !important;
}

.archive_product_box .button {
    display: flex;
    background: #FFD500;
    height: 32px;
    width: 108px;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    color: #060707;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.archive_product_box .button:hover {
    background: #FF9900 !important
}

.archive_product_box .cart.tk_addtocart_form {
    position: absolute;
    bottom: 28px;
    right: 0;
}

.archive_product_box .quantity {
    display: flex;
    border-radius: 100px;
    margin-bottom: 0;
    border: 2px solid #CCD5D3;
    overflow: hidden;
    height: 28px;
    float: none;
    box-shadow: none;
    width: 104px;
}

.archive_product_box .quantity .plus {
    background: #E4E9E9;
    border: none;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    margin: -1px 0 0;
    font-size: 0;
    padding: 0;
    text-align: center;
    display: block;
}

.archive_product_box .quantity .minus {
    background: #E4E9E9;
    border: none;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    margin: -1px 0 0 0;
    font-size: 0;
    padding: 0;
    text-align: center;
    display: block;
}

.archive_product_box .quantity .trash {
    background: #E4E9E9;
    border: none;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    margin: -1px 0 0 0;
    font-size: 0;
    padding: 0;
    text-align: center;
    display: block;
}

.archive_product_box .quantity .input-text.qty {
    width: calc(100% - 60px);
    padding: 0;
    height: 30px;
    font-size: 18px;
    font-weight: 500;
    margin: 1px 0 0 0;
    text-align: center;
    border: none;
    color: #060707;
    outline: none;
}

.archive_product_box .incart {
    height: 32px;
    margin: 0;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 33px;
    align-items: center;
    width: 108px;
}

.archive_product_box .incart .in_your_cart {
    color: #060707;
    font-size: 12px;
    font-weight: 400;
}

.archive_product_box .inquiry_price {
    bottom: 28px;
    position: absolute;
}

.archive_product_box .inquiry_price:hover {
    background: #FF9900 !important;
}

.special_offer_label_shop {
    display: none;
}

.archive_product_box_data {
    position: relative;
    width: 100%;
}

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

    .tk_product_third_section .carousel-container-crosssell {
        padding: 16px 0;
        margin-right: 0px !important;
        max-width: 100%;
    }

    .tk_product_third_section .carousel-container-crosssell h2 {
        margin-right: 16px;
    }

    .tk_product_third_section .carousel-container-crosssell .swiper-slide:first-child {
        margin-right: 16px;
    }

    .tk_product_third_section .carousel-container-crosssell .swiper-slide:last-child {
        margin-left: 16px;
    }

    .swiper-wrapper .archive_product_box {
        width: 236px !important;
    }

    .swiper-button-prev,
    .swiper-button-next {
        display: none !important;
    }

    .swiper-wrapper {
        display: inline-flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .swiper.mySwiper_related,
    .swiper.mySwiper_crosssell {
        overflow: scroll;
    }

    .tk_product_images_section .flex-control-nav.flex-control-thumbs li {
        width: 10px;
        height: 10px;
        overflow: hidden;
        border-radius: 50px;
        background: #CCD5D3;
        border: 1px solid #fff !important;
    }

    .tk_product_images_section .flex-control-nav.flex-control-thumbs li:first-child {
        background: #2A4ACA;
    }

    .tk_product_images_section .flex-control-nav.flex-control-thumbs li img {
        opacity: 0;
    }


    .woocommerce-breadcrumb,
    .tk_product_breadcrumb {
        overflow-x: scroll;
    }

    .installment_contactus {
        flex-direction: column;
        gap: 16px;
        height: auto;
    }

    .tk_feature {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
        overflow-x: scroll;
    }

    .tk_feature_box {
        padding: 8px 24px !important;
        width: calc(50% - 48px);
        border: none;
    }

    .tk_feature_text {
        width: 100% !important;
    }

    .tk_contactus_time {
        bottom: -25px;
        width: 126px;
        left: 15px;
    }

    .tk_product_breadcrumb .woocommerce-breadcrumb img {
        margin: 0 8px !important;
    }

    .tk_product_breadcrumb .woocommerce-breadcrumb img:first-child {
        margin: 0 0 0 8px !important;
    }

    .tk_product_images_section,
    .tk_product_summary_section,
    .tk_product_action_section {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .tk_product_action_section_box {
        width: 100%;
        border: none;
    }

    .tk_under_image_section {
        border: none;
        padding: 0;
    }

    .tk_add_to_cart_added,
    .copy_location_notif,
    .tk_product_id_copied_notif,
    .copy_product_short_link_notif,
    .saved_notif,
    .deleted_saved_notif,
    .tk_add_to_cart_delete {
        font-size: 14px !important;
        padding: 10px !important;
    }

    .tk_product_breadcrumb_container {
        margin-bottom: 32px;
    }

    .tk_product_title_container {
        display: none;
    }

    .tk_product_images_section ol.flex-control-nav.flex-control-thumbs {
        justify-content: center;
    }

    .tk_product_data_row {
        margin-bottom: 16px;
        flex-direction: column;
        gap: 24px;
    }

    .product_three_top_attribute {
        flex-wrap: wrap;
    }

    .three_attribute_display {
        flex: 1 1 calc(50% - 36px);
    }

    .product_top_attribute {
        height: 310px;
        border-bottom: 6px solid #E4E9E9;
        margin-bottom: 36px;
    }

    .know_better_price {
        border-bottom: 6px solid #E4E9E9;
        padding-bottom: 32px;
        margin-bottom: 32px;
    }

    .fast_shipping_box,
    .fast_shipping_p {
        height: auto;
        font-size: 14px;
    }

    .fast_shipping_row img {
        width: 24px;
    }

    .fast_shipping_title {
        font-size: 14px;
    }

    .order_by_phone {
        flex-wrap: wrap;
        height: auto;
    }

    .order_by_phone span {
        font-size: 14px;
    }

    .order_by_phone div {
        width: 100%;
        text-align: left;
        margin-top: 8px;
    }

    .tk_feature_text {
        width: 112px;
        text-align: center;
    }

    .tk_feature_box {
        flex-direction: column;
    }

    .tk_feature_box img {
        margin: 0 0 16px 0 !important;
        width: 32px;
    }

    .tk_feature_title {
        height: auto;
    }

    .tk_product_second_section {
        margin: 16px auto;
    }

    .tk_product_first_section {
        padding: 32px 16px 16px;
    }

    .tk_customers_title {
        font-size: 16px !important;
    }

    .tk_customers_logo_box {
        gap: 24px;
        justify-content: flex-start;
        padding: 0 0 8px 24px;
        overflow-x: scroll;
    }

    .tk_customers {
        max-width: 100%;
        padding: 16px 0;
    }

    .tk_product_third_section {
        max-width: 100%;
    }

    .tk_customers_logo_box img:first-child {
        margin-right: 24px;
    }

    .tk_contactus_box {
        padding: 40px 16px 56px;
        flex-direction: column;
        border-radius: 0;
    }

    .tk_contactus_title_span {
        font-size: 22px;
    }

    .tk_contactus_title {
        margin-bottom: 40px;
    }

    .tk_contactus_whatsapp_btn {
        margin-right: 4px;
    }

    .tk_product_third_section .products.columns-4 {
        width: 100%;
        margin-right: 0 !important;
    }

    .tk_product_fourth_section {
        max-width: 100%;
    }

    .tk_contactus {
        max-width: 100%;
        padding: 16px 0;
    }

    .tk_product_fifth_section {
        max-width: 100%;
    }

    .tk_woocommerce-tabs .tabs.wc-tabs {
        flex-direction: column;
        border-top: 4px solid #394040;
    }

    .tk_woocommerce-tabs .tabs.wc-tabs li {
        justify-content: flex-start;
        text-align: right;
        width: 100%;
        height: 44px;
        border: none;
        border-bottom: 2px solid #CCD5D3;
        top: 0;
        border-right: 4px solid #394040;
    }

    .tk_woocommerce-tabs .tabs.wc-tabs li.active {
        border-top: none;
        border-right: 4px solid #FF9900 !important;
    }

    .tk_woocommerce-tabs .tabs.wc-tabs li.active:after {
        right: -9px;
        top: unset;
    }

    .tk_woocommerce-tabs .tabs.wc-tabs li a {
        justify-content: flex-start;
        text-align: right;
        width: 100%;
        padding-right: 48px;
        height: 44px;
        font-size: 18px;
    }

    .datasheet_catalog a:first-child {
        margin: 0 0 0 32px;
    }

    .datasheet_catalog a:last-child {
        margin: 0 32px 0 0;
    }

    .tk_woocommerce-Tabs-panel {
        padding: 16px 0;
    }

    .tk_woocommerce-Tabs-panel .woocommerce-product-attributes th {
        width: 152px;
        padding: 14px 8px;
        line-height: 26px;
        font-size: 16px;
        flex: 152px;
    }

    .tk_woocommerce-Tabs-panel .woocommerce-product-attributes td {
        padding: 14px 8px;
        line-height: 26px;
        flex: calc(100% - 152px);
        font-size: 16px;
    }

    .tk_woocommerce-Tabs-panel .woocommerce-product-attributes tr {
        flex-direction: row;
    }

    .tk_woocommerce-Tabs-panel p,
    .tk_woocommerce-Tabs-panel ul,
    .tk_woocommerce-Tabs-panel ol,
    .tk_woocommerce-Tabs-panel li {
        font-size: 16px !important;
        line-height: 30.4px !important;
    }

    .tk_woocommerce-Tabs-panel h1 {
        font-size: 20px;
    }

    .tk_woocommerce-Tabs-panel h2 {
        font-size: 18px;
    }

    .tk_add_to_cart,
    .tk_product_price {
        padding: 0;
    }

    .installment_contactus {
        flex-direction: column;
        gap: 16px;
        height: auto;
    }
}

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

    .fast_shipping_box_popup_body p,
    .fast_shipping_box_popup_body span,
    .fast_shipping_box_popup_body th,
    .fast_shipping_box_popup_body td {
        font-size: 14px !important;
    }

    .fast_shipping_box_popup_header span {
        font-size: 16px !important;
    }

    .installment_box_popup {
        width: 100%;
        left: 0;
        bottom: 0;
        top: auto;
        border-radius: 16px 16px 0 0;
        height: 532px;
    }

    .installment_box_popup>div:nth-child(2) {
        overflow-y: scroll;
        overflow-x: hidden;
        height: 415px;
    }

    .mobile_div,
    .tk_mobile_product_title_div .tk_product_title {
        display: block;
    }

    .desktop_div {
        display: none;
    }

    .tk_product_summary_container {
        flex-wrap: wrap;
        gap: 8px;
    }

    .tk_product_images_section,
    .tk_product_summary_section,
    .tk_product_action_section {
        width: 100%;
        max-width: 100%;
    }

    .tk_product_action_section_box {
        width: 100%;
    }

    .know_better_price_popup,
    .installment_box_popup,
    .added_to_cart_popup,
    .fast_shipping_box_popup,
    .tk_product_in_person_delivery_popup {
        width: 100%;
        left: 0;
        bottom: 0;
        top: auto;
        border-radius: 16px 16px 0 0;
        height: 532px;
    }

    .know_better_price_popup>div:nth-child(2),
    .installment_box_popup>div:nth-child(2),
    .added_to_cart_popup>div:nth-child(2),
    .fast_shipping_box_popup>div:nth-child(2),
    .tk_product_in_person_delivery_popup>div:nth-child(2) {
        overflow-y: scroll;
        overflow-x: hidden;
        height: 415px;
    }

    .in_person_delivery_address {
        align-items: flex-start;
        flex-direction: column;
    }

    .added_to_cart_popup_body {
        flex-direction: column;
    }

    .installment_contactus {
        flex-direction: column;
        height: auto;
    }

    .installment_contactus span {
        margin-bottom: 16px;
    }

    #know_better_price_popup {
        max-width: 92%;
        padding: 4%;
    }

    .fast_shipping_contactus {
        flex-direction: column;
        height: auto;
    }

    .fast_shipping_contactus span {
        margin-bottom: 16px;
    }

    .added_to_cart_popup_body {
        height: auto !important;
    }

    .tk_product_id {
        display: none;
    }

    .tk_under_image_section {
        justify-content: space-between;
    }

    .tk_under_image_section .tk_product_id {
        display: block !important;
        font-size: 14px;
        width: 35%;
    }

    .mobile_number_submit_notif,
    .know_better_price_message {
        width: 288px;
        right: calc(50% - 160px);
        height: auto;
    }

    .radio_button label {
        display: block;
    }

    .tk_contactus_phone {
        font-size: 18px;
    }

    .tk_contactus_whatsapp_btn {
        width: 165px;
    }
}

/* لودینگ دکمه استعلام: وسط‌چین کردن اسپینر tk_loader مثل دکمه‌های مدال ورود */
.teslakala_buton.tk_btn_loading {
    display: flex;
    align-items: center;
    justify-content: center;
}
