:root {
    --transparent_bg: rgb(0 0 0 / 10%);
    --white_color:#fff;
    --text_bg: #121212;
}

section.banner_hero_section {
    height: 60vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
section.banner_hero_section .banner_hover_element {
    background-color: var(--transparent_bg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.banner_hero_section .banner_hover_element .card_text{
    text-align: center;
}
section.banner_hero_section .banner_hover_element .card_text h2{
    color: #fff;
    text-transform: uppercase;
    font-family: 'Signika Negative', sans-serif;
    font-weight: 600;
    font-size: 40px;
}
section.banner_hero_section .banner_hover_element .card_text  a button{
    color: var(--text_bg);
    background-color: var(--white_color);
    padding: 9px 26px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
    font-family: 'Signika Negative', sans-serif;
}
.card_category .card_media  img{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.card_category .card_media{
    overflow: hidden;
}
.card_category:hover .card_media  img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.card_category .card_media img{
    width: 100%;
}
.card_category .card_media{
    border-radius: 20px;
}
.card_category .card_content svg{
    width: 15px;
    height: 15px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.card_category:hover .card_content svg{
    margin-left: 5px;
}
.colectii_title{
    font-family: 'Signika Negative', sans-serif;
    font-size: 40px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 25px;
}
.card_category .card_content{
    padding-top: 10px;
}
.card_category .card_content span{
    font-family: 'Signika Negative', sans-serif;
    color: var(--text_bg);
    font-size: 17px;
    font-weight: 500;
}


/* Category Style */
.bredcrumbs_category {
    padding-top: 25px;
    padding-bottom: 35px;
}
.bredcrumbs_category h3{
    font-family: 'Signika Negative', sans-serif;
    color: var(--text_bg);
    font-size: 40px;
    font-weight: 600;
}
.section_cat_prod .card_prod_prev  .card_media_prod img{
    width: 100%;
    height: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.section_cat_prod .card_prod_prev  .card_media_prod{
    overflow: hidden;
    border-radius: 10px;
}
.section_cat_prod .card_prod_prev:hover  .card_media_prod img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.section_cat_prod .card_prod_prev  .prod_details{
    margin-top: 12px;
}
.prod_details_modal a,
.section_cat_prod .card_prod_prev  .prod_details a{
    text-decoration: none;
    color: var(--text_bg);
}
.section_cat_prod .card_prod_prev:hover  .prod_details a{
    text-decoration: underline;
}
.section_cat_prod .card_prod_prev  .prod_details h3{
    font-family: 'Signika Negative', sans-serif;
    color: var(--text_bg);
    font-size: 18px;
    font-weight: 600;
}
.prod_details_modal{
    margin-top: 0px;
    text-align: left;
    margin-bottom: 30px;
    border-bottom: 0.5px solid hsl(0deg 0% 0% / 15%);
    padding-bottom: 15px;
}
.section_cat_prod .card_prod_prev  .price_prod_outlet span.pret_regular_outlet {
    text-decoration: line-through;
    font-size: 15px;
    margin-right: 5px;
    font-family: 'Signika Negative', sans-serif;
    font-weight: 400;
}
.section_cat_prod .card_prod_prev  .price_prod_outlet  span.pret_promo_outlet{
    font-size: 22px;
    font-weight: 400;
    font-family: 'Signika Negative', sans-serif;
}
.section_cat_prod .card_prod_prev .prod_outle_options{
    margin-top: 10px;
}
.section_cat_prod .card_prod_prev .prod_outle_options .prod_outle_option_mobile_modal,
.section_cat_prod .card_prod_prev .prod_outle_options .prod_outle_option_desktop{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.section_cat_prod .card_prod_prev .prod_outle_options .prod_outle_option_mobile .ds_item_opt{
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 10px;
}
.section_cat_prod .card_prod_prev .prod_outle_options .prod_outle_option_desktop .ds_item_opt{
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 6px;
}
.section_cat_prod .card_prod_prev .prod_outle_options .prod_outle_option_mobile .ds_item_opt button{
    padding: 8px 12px!important;
}

.section_cat_prod .card_prod_prev .prod_outle_options .prod_outle_option_mobile .ds_item_opt button,
.section_cat_prod .card_prod_prev .prod_outle_options .prod_outle_option_desktop .ds_item_opt button{
    border:1px solid var(--text_bg);
    background-color: var(--white_color);
    color: var(--text_bg);
    border-radius: 10px;
    padding: 7px 10px;
}
.section_cat_prod .card_prod_prev .prod_outle_options .prod_outle_option_mobile .disabled_optipn button,
.section_cat_prod .card_prod_prev .prod_outle_options .prod_outle_option_desktop .disabled_optipn button{
    opacity: 0.6;
}
.section_cat_prod .card_prod_prev .prod_outle_options .prod_outle_option_mobile .disabled_optipn button:hover,
.section_cat_prod .card_prod_prev .prod_outle_options .prod_outle_option_desktop .disabled_optipn button:hover{
    background-color: rgb(239 125 125 / 32%)!important;
}

.size_list .disabled_optipn {
    opacity: 0.6;
}
.size_list .disabled_optipn:hover{
    background-color: rgb(239 125 125 / 32%)!important;
}


.section_cat_prod .card_prod_prev .prod_outle_options .prod_outle_option_mobile .ds_item_opt button:hover,
.section_cat_prod .card_prod_prev .prod_outle_options .prod_outle_option_desktop .ds_item_opt button:hover{
    background-color: rgba(0, 128, 0, 0.151);
}
.section_cat_prod .card_prod_prev .prod_outle_options .prod_outle_option_mobile{
    display: none;
}
.pagination-model{
    display: flex;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 25px;
}
.pagination-model .inline-pagination .current,
.pagination-model .inline-pagination .page a,
.pagination-model .inline-pagination .next a,
.pagination-model .inline-pagination .prev a
{
    border: 2px solid var(--text_bg);
    display: inline-block;
    font-family: 'Signika Negative', sans-serif;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: normal;
    border-radius: 8px;
    height: 37px;
    width: 37px;
    line-height: 33px;
    font-size: 18px;
    color: var(--text_bg);
}
.pagination-model .inline-pagination .current{
    background-color: var(--text_bg);
    border-color: var(--text_bg);
    color: var(--white_color);
}
.pagination-model .inline-pagination .page,
.pagination-model .inline-pagination .deco,
.pagination-model .inline-pagination .next,
.pagination-model .inline-pagination .prev{
    margin-left: 4px;
    margin-right: 4px;
}
.pagination-model .inline-pagination .next svg,
.pagination-model .inline-pagination .prev svg{
    width: 22px;
    height: 22px;
    stroke: var(--text_bg);
}
.pagination-model .inline-pagination .prev svg{
    transform: rotate(180deg);
}


/* Single Prod */
.sections_carousels .big_carousel .carousel_big_item img,
.sections_carousels .small_carousel .carousel_small_item img{
    width: 98%;
}
.outdata_position_absolute{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff00;
}
.sections_carousels .big_carousel .carousel_big_item{
    position: relative;
}
.lightgallery_initalize{
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: var(--white_color);
    border:1px solid var(--text_bg);
    top: 20px;
    left: 20px;
    opacity: 0;
}
.lightgallery_initalize svg{
    width: 30px;
    height: 30px;
}
.sections_carousels .big_carousel .carousel_big_item:hover  .lightgallery_initalize{
    opacity: 1;
}
.single_prod_container{
    margin-top: 20px;
}
.section_cat_prod {
    margin-top: 80px;
    margin-bottom: 30px;
}
.section_cat_prod h3{
    margin-bottom: 5px;
}
.title_fast_delivery{
    font-family: 'Signika Negative', sans-serif;
    font-size: 28px;
    font-weight: 600;
}
.container_form_order .form_cell_data {
    display: flex;
    width: 100%;
    align-items: center;
}
.container_form_order .form_cell_data .cell_input_label {
    width: 20%;
    font-size: 16px;
    font-weight: 500;
    height: 45px;
}
.container_form_order .form_cell_data .cell_input_row {
    width: 80%;
    display: flex;
    margin-bottom: 10px;
}

.container_form_order .form_cell_data .cell_input_row .icon_input svg{
    width: 20px;
    height: 20px;
}
.container_form_order .form_cell_data .cell_input_row .icon_input{
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    height: 45px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.container_form_order .form_cell_data .cell_input_row input{
    border-bottom-left-radius: 0px!important;
    border-top-left-radius: 0px!important;
}
.list_product_add ul li{
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list_product_add ul li .card_micro_image img{
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.list_product_add ul li .list_item_micro {
    display: flex;
}
.list_product_add ul li .list_item_micro .card_micro_image img {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
}
.list_product_add ul li .list_item_micro .card_micro_image {
    margin-right: 15px;
    position: relative;
}
.list_product_add ul li .list_item_micro .card_micro_image .count_prod{
    display: inline-table;
    vertical-align: middle;
    width: 21px;
    height: 21px;
    background-color: #7c7c7c;
    border-radius: 100%;
    font-size: 12px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: -4px;
    right: -10px;
}
.list_product_add ul {
    padding-left: 0;
}
.list_product_add ul li .list_item_micro .card_micro_details span:nth-of-type(1){
    font-family: 'Signika Negative', sans-serif;
    text-decoration: underline;
    font-size: 16px;
}
.list_product_add ul li .list_item_micro .card_micro_details span:nth-of-type(2){
    font-size: 14px;
}
.card_micro_price_sell .price_prod_sell{
    font-family: 'Signika Negative', sans-serif;
}
.send_order_final_step h4{
    font-family: 'Signika Negative', sans-serif;
    font-size: 15px;
    font-weight: 600;
}
.transport_mod {
    display: flex;
    border: 1px solid #d9d9d9;
    justify-content: space-between;
    padding: 6px 16px;
    border-radius: 5px;
    margin-bottom: 12px;
}
.total_to_pay{
    border-radius: 5px;
    color: #000;
    background-color: #f9f9f9;
    border: 1px solid #d3d3d3;
    padding: 10px;
}
.total_to_pay  .row_pay_data{
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}
.total_to_pay  .row_pay_data span:nth-of-type(1){
    color: #555;
}
.total_to_pay  .row_pay_data span:nth-of-type(2){
    font-family: 'Signika Negative', sans-serif;
    color: #000;
}
.total_to_pay .row_pay_data_final {
    border-top: 1px solid #dddada;
    margin-top: 10px;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
}
.total_to_pay .row_pay_data_final span:nth-of-type(1){
    font-family: 'Signika Negative', sans-serif;
    color: #000;
    font-weight: 600;
    font-size: 16px;

}
.total_to_pay .row_pay_data_final span:nth-of-type(2){
    font-family: 'Signika Negative', sans-serif;
    color: #000;
    font-weight: 600;
    font-size: 19px;

}


@keyframes bounce {
    0% {
        transform: scale(1,1) translate(0px, 0px);
    }
    30%{
        transform: scale(1,0.8) translate(0px, 10px);
    }
    75%{
        transform: scale(1,1.1) translate(0px, -20px);
    }
    100% {
        transform: scale(1,1) translate(0px, 0px);
    }
}

.bounce_button {
    animation: bounce 1s;
    -webkit-animation: bounce 1s;
    animation-iteration-count: infinite;
}
.button_final_step_send {
    padding-top: 18px;
}

.final_button_send_order {
    border-radius: 0px ;
    border-style: solid;
    border-width: 0px;
    border-color: rgb(255, 255, 255);
    background: rgb(0, 208, 132);
    box-shadow: rgba(0, 0, 0, 0) 0px 2px 7px 0px !important;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.final_button_send_order span:nth-of-type(1){
    font-family: 'Signika Negative', sans-serif;
    color: #000;
    font-weight: 700;
    font-size: 20px;
}
.final_button_send_order span:nth-of-type(2){
    font-size: 17px;
    font-weight: 400;
}
.product_details_single .title_section h2:nth-of-type(1){
    font-family: 'Signika Negative', sans-serif;
    color: #000;
    font-size: 35px;
    font-weight: 600;
}
.product_details_single .title_section {
    margin-bottom: 10px;
}
.product_details_single .price_size .price_single_prod {
    display: flex;
    margin-bottom: 10px;
}
.product_details_single .price_size .price_single_prod span:nth-of-type(1){
    font-family: 'Signika Negative', sans-serif;
    color: #000000bf;
    text-decoration: line-through;
    margin-right: 12px;
    font-size: 19px;
    font-weight: 400;
}
.product_details_single .price_size .price_single_prod span:nth-of-type(2){
    font-family: 'Signika Negative', sans-serif;
    color: #000;
    font-size: 26px;
    font-weight: 600;
}
.product_details_single .price_size .single_size label {
    position: relative;
    cursor: pointer;
    margin-right: 8px;
}

.product_details_single .price_size .single_size  label [type="radio"] {
    display: none;
}

.product_details_single .price_size .single_size  [type="radio"]+span {
    display: inline-block;
    border: 1px solid var(--text_bg);
    background-color: var(--white_color);
    padding: 5px 15px;
    border-radius: 25px;
    font-family: 'Signika Negative', sans-serif;
}

.product_details_single .price_size .single_size :checked+span {
    background: var(--text_bg);
    display: inline-block;
    color: var(--white_color);
}
.product_details_single .price_size .single_size{
    margin-bottom: 18px;
}
.distance_section_details{
    padding-top: 15px;
    padding-left: 25px;
}
.product_details_single .price_size{
    margin-top: 8px;
}
.cart_action_section span,
.product_details_single .single_size span{
    font-size: 17px;
    font-family: 'Signika Negative', sans-serif;
    color: #00000096;
}
.product_details_single .description_produs {
    padding-top: 35px;
    font-family: 'Signika Negative', sans-serif;
    color: #000;
}
.product_details_single .single_size .size_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.button_contoller_single .fast_modal_open button{
    border-radius: 0px;
    border-style: solid;
    border-width: 0px;
    border-color: rgb(255, 255, 255);
    background: rgb(0, 208, 132);
    box-shadow: rgba(0, 0, 0, 0) 0px 2px 7px 0px !important;
    width: 340px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
}
.button_contoller_single .fast_modal_open button span:nth-of-type(1){
    font-family: 'Signika Negative', sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 18px;
}
.button_contoller_single .fast_modal_open button span:nth-of-type(2){
    font-family: 'Signika Negative', sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 16px;
}
.button_contoller_single .fast_modal_open {
    margin-top: 15px;
}
.button_contoller_single  .add_to_cart_btn button{
    width: 340px;
    border: 1px solid var(--text_bg);
    background: #000;
    border-radius: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Signika Negative', sans-serif;
    color: #fff;
}
.button_contoller_single .add_to_cart_btn {
    /*margin-top: 15px;*/
}
.set_quantity_single_prod{
    /*margin-top: 8px;*/
    margin-bottom: 10px;
    display: flex;
}

.cart_action_section .set_quantity_single_prod input::-webkit-outer-spin-button,
.cart_action_section .set_quantity_single_prod input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.set_quantity_single_prod button{
    background-color: var(--white_color);
    border: 1px solid var(--text_bg);
    height: 40px;
    width: 40px;
    font-size: 24px;
    font-family: 'Signika Negative', sans-serif;
    color: #000000ae;
    font-weight: 400;
}
.set_quantity_single_prod button:focus{
    outline: none;
}
.set_quantity_single_prod  button.btn_qt_minus{
    border-right: none;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 10px;
}
.set_quantity_single_prod button.btn_qt_plus{
    border-left: none;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 10px;
}
.set_quantity_single_prod .input_qty_number{
    height: 40px;
    width: 50px;
    font-size: 18px;
    font-family: 'Signika Negative', sans-serif;
    color: #000000ae;
    text-align: center;
    border-left: none;
    border-right: none;
    border-top:  1px solid var(--text_bg);
    border-bottom:  1px solid var(--text_bg);
    font-weight: 400;
}

/* cart style */

.card_prod_tabel{
    display: flex;
    margin-top: 12px;
    margin-bottom: 12px;
}
.cart_action_section,
.append_price_total{
    margin-top: 12px;
    margin-bottom: 12px;
}
.card_image_tabel img{
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
}
.details_prod_tabel{
    padding-left: 15px;
}
.details_prod_tabel a{
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Signika Negative', sans-serif;
}
.details_prod_tabel .price_prod_tb,
.details_prod_tabel .size_prod_tb{
    color: #000000a4;
    font-weight: 400;
    font-size: 16px;
}
.tabel_title{
    color: #000000a4;
    font-size: 14px;
    font-weight: 700;
}
.cart_title{
    font-weight: 600;
    font-family: 'Signika Negative', sans-serif;
    margin-top: 40px;
    margin-bottom: 25px;
    font-size: 40px;
}
.list_product_cart{
    margin-bottom: 50px;
}
.container_facturare,
.facturare_firma{
    display: none;
}
.contant_form_container h2{
    font-family: 'Signika Negative', sans-serif;
    font-size: 27px;
    margin-bottom: 15px;
}
.contant_form_container h4{
    font-family: 'Signika Negative', sans-serif;
    font-size: 22px;
    margin-bottom: 15px;
}
.paiment_transport {
    margin-top: 45px;
}
.contant_form_container h5{
    font-family: 'Signika Negative', sans-serif;
    font-size: 18px;
    margin-bottom: 15px;
}
.contant_form_container {
    margin-bottom: 55px;
}
.trash_delete_item{
    padding-top: 12px;
    text-align: end;
}
.trash_delete_item svg{
    width: 30px;
    height: 30px;
}
.container_form_bb{
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    padding: 20px;
}

.container_sumar{
    background-color: #f1f1f1;
    border: 1px solid #bfbfbf;
    padding: 15px;
    border-radius: 10px;
}
.container_sumar .cell {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 10px;
}
.container_sumar .cell span{
    font-size: 16px;
}
.container_sumar .cell_total{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 5px;
}
.container_sumar .cell_total span{
    font-size: 24px;
    font-weight: 600;
}
.progress_bar_container {
    margin-top: 20px;
    margin-bottom: 20px;
}
.notice_progress span{
    color: #28a745;
}
.button_send_order{
    padding-top: 18px;
}
.button_send_order button{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
@media (max-width: 767.98px) {
    .section_cat_prod .card_prod_prev .prod_outle_options .prod_outle_option_desktop{
        /*display: none;*/
    }
    .section_cat_prod .card_prod_prev .prod_outle_options .prod_outle_option_mobile{
        display: block;
        text-align: center;
    }
    .section_cat_prod .card_prod_prev .prod_details{
        text-align: center;
    }
    .section_cat_prod .card_prod_prev .prod_outle_options .prod_outle_option_mobile button.modal_open{
        border:1px solid var(--text_bg);
        background-color: var(--white_color);
        color: var(--text_bg);
        border-radius: 5px;
        padding: 7px 20px;
        font-family: 'Signika Negative', sans-serif;
    }
    .section_cat_prod .card_prod_prev .prod_outle_options .prod_outle_option_mobile button.modal_open:hover{
        background-color:  var(--text_bg);
        color:  var(--white_color);
    }
    .distance_section_details{
        padding-top: 30px;
        padding-left: 15px;
    }
    .section_cat_prod {
        margin-top: 40px;
    }
    .bredcrumbs_category {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .sumar_comanda {
        margin-top: 30px;
    }
}

@media (max-width: 575.98px) {
    section.banner_hero_section .banner_hover_element .card_text h2{
        font-size: 28px;
    }
    .colectii_title{
        font-size: 28px;
        margin-top: 24px;
        margin-bottom: 20px;
    }
    .section_cat_prod .card_prod_prev .prod_outle_options .prod_outle_option_mobile button.modal_open{
        padding: 5px 13px;
    }
    .bredcrumbs_category h3{
        font-size: 30px;
    }
    .bredcrumbs_category {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .container_form_order .form_cell_data{
        flex-wrap: wrap;
    }
    .container_form_order .form_cell_data .cell_input_label{
        width: 100%;
        height: 30px;
    }
    .container_form_order .form_cell_data .cell_input_row{
        width: 100%;
    }
    .final_button_send_order span:nth-of-type(1){
        font-size: 18px;
    }
    .final_button_send_order span:nth-of-type(2){
        font-size: 16px;
    }
    .title_fast_delivery{
        font-size: 24px;
    }
    .product_details_single .title_section h2:nth-of-type(1){
        font-size: 30px;
    }
    .button_contoller_single  .add_to_cart_btn button,
    .button_contoller_single .fast_modal_open button{
        width: 100%;
    }
    .container_form_bb{
        padding: 15px;
    }
    .contant_form_container h2{
        font-size: 20px
    }
    .contant_form_container h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .cart_title{
        font-size: 35px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .form-qty .set_quantity_single_prod button{
        background-color: var(--white_color);
        border: 1px solid var(--text_bg);
        height: 30px;
        width: 20px;
        font-size: 14px;
        font-family: 'Signika Negative', sans-serif;
        color: #000000;
        font-weight: 400;
    }

    .form-qty .set_quantity_single_prod .input_qty_number{
        height: 30px;
        width: 40px;
        font-size: 18px;
        font-family: 'Signika Negative', sans-serif;
        color: #000000;
        text-align: center;
        border-left: none;
        border-right: none;
        border-top:  1px solid var(--text_bg);
        border-bottom:  1px solid var(--text_bg);
        font-weight: 400;
    }

    .card_image_tabel img{
        width: 80px;
        height: 80px;
        object-fit: cover;
        border-radius: 10px;
    }
}