.body__single_product {
    background-color: #fff;
    padding: 20px 0
}

/******** Timer And Amozing Box *********/
.amazing_offer_box_digi_singp {
    color: var(--primary-color-nirshop);
    padding-bottom: 10px;
    border-bottom: 1px solid var(--primary-color-nirshop);
    margin-bottom: 15px
}

.amazing_offer_box_digi_singp p {
    margin: 0 10px;
    font-size: 13px;
    font-weight: bold;
    display: flex;
    line-height: 24px;
}

.singp_digi_timer {
    font-size: 16px
}

.singp_digi_timer span {
    margin: 0 3px
}

/******* Icons  *************/
.icons_single_product {
    display: flex;
    flex-direction: column;
    width: 40px;
    list-style: none;
    padding-right: 0;
    padding-left: 0;
}

.icons_single_product li a {
    font-size: 22px;
    margin-bottom: 20px;
    color: #424750;
    display: block;
    position: relative;
}

span.singp_digi_tolltip {
    width: max-content;
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
    padding: 9px 15px;
    background-color: #6f6f6f;
    color: #fff;
    z-index: 4;
    transition: all 0.3s ease-in-out;
    font-size: .929rem;
    line-height: 1.692;
    left: calc(100% - 0px);
    margin-left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.singp_digi_tolltip:before {
    border-width: 10px 10px 12px 0;
    border-color: transparent #6f6f6f transparent transparent;
    left: -10px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.icons_single_product li a:hover .singp_digi_tolltip {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

/************** Social Share Link *********************/
.social_share_singp {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
}

.body_social_share_singp {
    padding: 24px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
    max-height: 95vh;
    overflow: auto;
    max-width: 400px;
}

.top_social_share_singp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
}

.top_social_share_singp p {
    font-size: 1.143rem;
    line-height: 1.375;
    color: #232933;
}

.top_social_share_singp i {
    cursor: pointer
}

.text_top_bottom_social_share_singp {
    font-size: 1rem;
    line-height: 2.57;
    color: #232933;
    margin-top: 16px;
    text-align: right;
}

.social_share_singp_buttons {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    justify-content: center;
}

.social_share_singp_buttons a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    color: #fff;
    border-radius: 8px;
    font-size: 20px;
}

.social_share_singp_buttons_twitter {
    background: #4DCCEB;
}

.social_share_singp_buttons_fb {
    background: #4D8DEB;
}

.social_share_singp_buttons_whatsapp {
    background: #1BD741;
}

.social_share_singp_buttons_telegram {
    background: #33a6dd;
}

.social_share_singp_buttons_link {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    font-size: .857rem;
    line-height: 1.833;
    font-weight: 700;
    border: 1px solid #81858b;
    color: #81858b;
    border-radius: 8px;
    cursor: pointer;
}

.social_share_singp_buttons_link span {
    margin: 0 5px
}

/*************** Thumbnail And Carousel ****************/
.woocommerce-page div.product div.images {
    float: unset;
    width: calc(100% - 40px);
}

.flex-control-thumbs {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: calc((100% / 6) - 0.59599999rem);
    float: right;
    list-style: none;
    border: solid 1px #eee;
    margin-left: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
    padding: 8px;
}

.woocommerce div.product div.images .flex-control-thumbs li:nth-child(6n) {
    margin-left: 0
}

/***************  Center Box ************************/
.product_title_nirshop_singp {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 1.143rem;
    line-height: 28px;
    color: #000;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
}

.nirshop_subtitle_singp {
    position: relative;
    bottom: 20px;
    right: 0;
    padding-left: 8px;
    margin-left: auto;
    margin-bottom: -20px;
    color: #c0c2c5;
    background-color: #fff;
    font-size: .857rem;
    line-height: 1.833;
    width: fit-content;
    left: 0;
    margin-right: auto;
    margin-left: 0;
}

.woocommerce-product-rating {
    margin-top: 10px;
    margin-bottom: 10px !important;
    color: #81858b;
    font-size: 14px;
}

.woocommerce-product-rating i {
    margin-left: 4px;
    color: #fac74b;
    font-size: 16px;
}

.woocommerce-product-rating a {
    color: var(--second-color-nirshop);
    text-decoration: none;
    font-size: 14px;
    margin-right: 8px;
}

.list_meta_sp_nirshop li {
    margin-bottom: 15px;
    font-weight: bold;
    list-style: none;
    line-height: 27px;
}

.list_meta_sp_nirshop li > * {
    font-weight: 400;
    color: #686868
}

/**********  excerpt ****************/
.title_short_description {
    font-size: 1rem;
    line-height: 1.571;

    font-weight: 700;
    margin-bottom: 10px;
}

.woocommerce-product-details__short-description {
    list-style: none;
    padding: 0;
    color: #55565a;
    margin: 10px 0;
    font-size: .857rem;
    line-height: 1.833;
    height: 114px;
    overflow: hidden;
}

.woocommerce-product-details__short-description li {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: 100%;
    color: #686868;
    line-height: 30px;
    margin: 0;
}

.woocommerce-product-details__short-description li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #ccc;
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 50%;
}

.more_desc_digi {
    display: none;
    color: var(--second-color-nirshop);
    font-size: 12px;
    cursor: pointer;
}

.icon_text_nirshop_sp {
    margin: 20px 0;
    display: flex;
    align-items: center
}

.icon_text_nirshop_sp p {
    color: #686868;
    font-size: .8rem;
    line-height: 25px;
    margin: 0 10px;
}

/************** Box Pay And Extra Info ******************/
.box_info_product_pay {
    background-color: #f5f5f5;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    padding: 15px;
    margin-top: 35px;
}

.box_info_product_pay .extra_info,.box_info_product_pay .extra_info a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    color: var(--bs-body-color);
}

.box_info_product_pay .extra_info i {
    margin-right: 10px;
    font-size: 22px;
    font-weight: 400;
    line-height: 0;
}

.sp_quantity_nirshop {
    position: relative;
    top: 10px;
}

.box_info_product_pay .extra_info span {
    margin: 0 3px;
    display: block
}

.box_info_product_pay .extra_info:not(:last-child) {
    margin-bottom: 30px;
}

.box_info_product_pay .qty {
    display: none
}

.woocommerce div.product form.cart {
    margin-top: 15px;
    margin-bottom: 0;
}

.woocommerce div.product form.cart .single_add_to_cart_button {
    display: block;
    line-height: 1.222;
    border-radius: 8px;
    color: #fff;
    overflow: hidden;
    text-align: center;
    min-height: 48px;
    padding: 12px 18px;
    background-color: var(--primary-color-nirshop) !important;
    border: none;
    width: 100%;
    margin-top: 17px;
    font-size: 14px;
    font-weight: 700;
}

.list_ads_bt_sp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    padding-top: 15px;
    border-top: 1px solid #e0e0e2;
}

.list_ads_bt_sp a {
    display: flex;
    align-items: inherit;
    color: #9B9B9B;
    font-size: 11px;
    line-height: 20px;
}

.list_ads_bt_sp a img {
    margin-right: 10px;
}

/***********  tabs ************/
.information_product_single {
    margin: 15px 0;
    padding: 25px;
}

.nirshop_tabs_sp {
    padding: 0 !important;
}

.nirshop_tabs_sp li {
    border: 0 !important;
    background: #fff !important;
    border-radius: 0 !important;
    margin: 0 10px !important;
    padding: 0 10px !important;
}

.nirshop_tabs_sp li:after, .nirshop_tabs_sp li:before {
    display: none;
}

.nirshop_tabs_sp li.active:before {
    border-bottom: 2px solid var(--primary-color-nirshop) !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    display: block !important;
    content: " " !important;
    border-radius: 0 !important;
    width: 100% !important;
    bottom: 0 !important;
    right: 0 !important;
    box-shadow: none !important;
    transition: all 0.3s ease-in-out !important;
}

.nirshop_tabs_sp li a {
    padding: 5px 12px;
    font-size: 15px;
    font-weight: normal;
    border-bottom: 4px solid transparent;
    color: #6F6F6F !important;
    position: relative;
}

.nirshop_tabs_sp li.active a {
    color: var(--primary-color-nirshop) !important
}

.woocommerce-Tabs-panel > h2 {
    font-size: 18px;
    margin-bottom: 15px;
}

#tab-description {
    color: #59636E;
    line-height: 32px;
    margin: 15px 0;
    font-size: 14px;
}

#tab-description a {
    color: var(--second-color-nirshop)
}

#tab-description ul li {
    display: flex;
    align-items: center;
}

#tab-description ul li:before, #tab-description ol li:before {
    color: #DEDFE2;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #DEDFE2;
    margin-left: 5px;
}

.woocommerce table.shop_attributes, .woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
    border-spacing: 5px;
    border-collapse: separate;
    border: none;
}

.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
    background-color: transparent;
}

.woocommerce table.shop_attributes th {
    color: #000;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.571;
    background: #ededed;
    border-radius: 5px;
}

.woocommerce table.shop_attributes td {
    color: rgb(35, 41, 51);
    font-size: 1rem;
    line-height: 1.571;
    font-style: normal;
    background: #ededed;
    border-radius: 5px;
    padding: 0 10px;
}

/**********  comment ***********************/
.commentlist{padding:0}
.comment-form-rating {
    line-height: 32px
}

.name_rate_digi_com {
    display: flex;
    align-items: center
}

.name_rate_digi_com .star-rating {
    margin-left: 20px;
}

.woocommerce p.stars a::before {
    content: "\f005";
    font-family: 'Font Awesome 5 Pro';
    margin-left: 4px;
    color: #f7a928;
    font-size: 16px;
    font-weight: 400;
}

.woocommerce p.stars a:hover ~ a::before, .woocommerce p.stars.selected a.active ~ a::before {
    content: "\f005";
    font-weight: 400;
}

.woocommerce p.stars:hover a::before, .woocommerce p.stars.selected a.active::before, .woocommerce p.stars.selected a.active::before, .woocommerce p.stars.selected a:not(.active)::before {
    content: "\f005";
    font-weight: 900;
}

.woocommerce #reviews #respond {
    margin-top: 15px;
}

.friends_naraz_nirshop {
    margin-top: 25px
}

.friends_naraz_nirshop ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 13px;
    list-style: none;
    padding: 0
}

.friends_naraz_nirshop ul li:nth-child(2) {
    margin: 0 10px
}

.like__fe_nazar {
    color: #00a049;
    font-size: .857rem;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.dislike__fe_nazar {
    color: #d32f2f;
    font-size: .857rem;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.like__fe_nazar i, .dislike__fe_nazar i {
    font-size: 1.286rem;
    line-height: 18px;
    margin-left: 2px;
    line-height: 0
}

.list_extra_rate_pos_icom li, .list_extra_rate_neg_icom li {
    display: flex;
    align-items: center
}

.list_extra_rate_pos_icom li i {
    color: #4caf50;
    font-size: 1.143rem;
    line-height: 16px;
    margin-left: 8px;
    position: relative;
}

.list_extra_rate_neg_icom li i {
    color: #d32f2f;
    font-size: 1.143rem;
    line-height: 16px;
    margin-left: 8px;
    position: relative;
}

/*************  Extra Rate *****************/
.extra_rate_nirshop {
    text-align: center;
    font-size: 1.2rem;
    color: var(--primary-color-nirshop)
}

.title_extra_rate_pos, .title_extra_rate_neg {
    margin-bottom: 12px;
    color: #565656;
    font-size: 1.143rem;
    line-height: 1.375;
    position: relative;
}

.title_extra_rate_pos:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: var(--second-color-nirshop);
    border-radius: 50%;
    right: 0;
    margin-right: 10px;
}

.title_extra_rate_neg:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: var(--primary-color-nirshop);
    border-radius: 50%;
    right: 0;
    margin-right: 10px;
}

#set_extra_rate_pos, #set_extra_rate_neg {
    height: 50px;
    border-radius: 5px;
    border: 1px solid #eee;
    outline: 0;
    padding: 0 10px;
    font-size: 14px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

#set_extra_rate_pos input, #set_extra_rate_neg input {
    border: 0;
    outline: 0 !important;
    height: 100%;
    width: 100%;
    padding-right: 40px;
}

#set_extra_rate_pos i, #set_extra_rate_neg i {
    position: absolute;
    right: 10px;
    font-size: 27px;
    color: #878787;
    line-height: 0;
    display: none;
    cursor: pointer;
}
.list_extra_rate_pos{padding:0}
.list_extra_rate_pos li {
    background-color: #edf6f7;
    color: #3a8c96;
    margin-top: 12px;
    font-size: .857rem;
    line-height: 1.833;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

.list_extra_rate_neg li {
    background-color: #fff3f4;
    color: #fb3449;
    margin-top: 12px;
    font-size: .857rem;
    line-height: 1.833;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

.list_extra_rate_pos li i, .list_extra_rate_neg li i {
    cursor: pointer
}

.extra_fiels_com_nirshop > p {
    font-size: .929rem;
    line-height: 1.692;
    margin-bottom: 15px;
}

.rating_reng {
    background: #d5d5d5;
    height: 5px;
    position: relative;
    margin-bottom: 20px;
    margin-right: 60px;
    direction: rtl;
}

.rating_reng:before {
    position: absolute;
    left: 100%;
    top: 50%;
    content: attr(data-name);
    margin-left: 10px;
    color: #6f6f6f;
    font-size: .929rem;
    line-height: 1.692;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    white-space: nowrap;
}

.rating_reng > span {
    position: absolute;
    width: 12px;
    height: 12px;
    z-index: 2;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 2px solid #fcfcfc;
    background-color: silver;
    cursor: pointer;
}

.rating_reng > span.active {
    background-color: var(--second-color-nirshop);
}

.rating_reng > span:nth-child(1) {
    left: -6px;
}

.rating_reng > span:nth-child(2) {
    left: calc(25% - 6px);
}

.rating_reng > span:nth-child(3) {
    left: calc(50% - 6px);
}

.rating_reng > span:nth-child(4) {
    left: calc(75% - 6px);
}

.rating_reng > span:nth-child(5) {
    left: calc(100% - 6px);
}

.rating_reng .slider_base {
    position: absolute;
    height: 6px;
    background: var(--second-color-nirshop);
    top: 0;
    left: 0;
    width: 50%;
    transition: all 0.4s ease-in-out;
}

.slider_base_span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: var(--second-color-nirshop);
    border-radius: 50%;
    right: calc(50% - 12px);
    top: -7px;
    position: absolute;
    transition: all 0.4s ease-in-out;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
    cursor: pointer;
    z-index: 33;
}

/**********  Related *************/
section.related.products, .up-sells.upsells.products {
    position: relative;
    background-color: #fff;
    border: 1px solid #e0e0e2;
    border-radius: 8px;
    margin-top: 15px;
    padding-bottom: 5px;
}

section.related.products h2, .up-sells.upsells.products h2 {
    margin: 0 20px;
}

/***********  Result Extra Filed ******************/
.result_extra_fields_nirshop {
    border: 2px solid var(--second-color-nirshop);
    background-color: #f7f9fc;
    border-radius: 10px;
    display: block;
    width: 100%;
    position: sticky;
    padding: 10px 20px;
    top: 110px;
}

.result_extra_fields_nirshop_view {
    height: 6px;
    background: silver;
    width: 100%;
    transition: all 0.4s ease-in-out;
    margin-top: 10px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.result_extra_fields_nirshop_co {
    position: absolute;
    background-color: var(--second-color-nirshop);
    content: " ";
    height: 6px;
    right: 0;
}

.list_color_nirshop_sp {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0;
}

.list_color_nirshop_sp li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-left: 10px;
    cursor: pointer;
}

.list_color_nirshop_sp li .border_span {
    position: absolute;
    width: 32px;
    height: 32px;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
}

.list_color_nirshop_sp li .color_attr_span {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    top: 4px;
    right: 4px;
}

.remove_attr_color .label, .remove_attr_color .value select {
    display: none !important;
}

.list_color_nirshop_sp li.active .border_span {
    border: 3px solid var(--second-color-nirshop);
}

.box_info_product_pay .variations_form {
    margin-top: 30px !important
}

.variations tr {
    display: block
}

.variations tr:not(:last-child) {
    margin-bottom: 15px;
}

.variations tr .value {
    display: block
}

.woocommerce div.product form.cart .variations select {
    min-width: 100%;
    height: 35px;
    padding: 0 5px;
    margin-top: 3px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.woocommerce-variation-price {
    width: 100%;

    letter-spacing: 0;
    font-weight: 700;
    font-size: 18px !important;
    line-height: 1.1;
    text-align: left;
    display: block;
}

.woocommerce-variation-price span {
    color: #000 !important;
    font-size: 20px !important;
}
.woocommerce-variation-price span del{display: block !important;margin-bottom: 10px;}
.woocommerce-variation-price span del *{font-size: 16px !important;}
.woocommerce-variation-price span ins{text-decoration:none}
.reset_variations {
    background-color: var(--second-color-nirshop);
    padding: 10px 15px;
    border-radius: 8px;
    color: #fff;
    margin-top: 14px;
    display: block;
    width: fit-content;
}

.nirshop_video_lightbox_war {
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    z-index: 999999;
    text-align: center;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}

.nirshop_video_lightbox_box {
    width: 90%;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    margin: auto;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    flex-direction: column;
}

.close_nirshop_video_lightbox {
    font-size: 25px;
    position: relative;
    left: 20px;
    top: 10px;
    right: auto;
    display: block;
    width: 100%;
    text-align: left;
    cursor: pointer;
}

.nirshop_video_lightbox_box video {
    padding: 20px;
    width: 100%;
}
.amazing_offer_box_digi_singp i:before{line-height: 0;margin: 0 5px;vertical-align: middle;}
/******************
Dokan Tabs
*************************/
.list-unstyled{
    list-style: none;line-height: 32px;
    padding: 0;
}
.list-unstyled li{
    display: flex;
    align-items: center;
}

.seller-rating{display: none}
.list-unstyled li span:first-child{font-weight: bold;font-size: 15px;margin: 0 5px;position: relative;}
/**********************************************
#------- RESPONSIVE ************
**********************************************/
@media screen and (max-width: 991px) {
    .rating_reng:before{
        display: none;
    }
    .rating_reng{
        margin-left: 0 !important;
    }
    .information_product_single{padding: 15px !important}
    .woocommerce table.shop_attributes th,.woocommerce table.shop_attributes td{
        border-bottom: solid 1px #eee;
        text-align: center;
    }
    .box_info_product_pay {
        background-color: #fff;
        margin-top: 10px !important;
    }
    .woocommerce table.shop_attributes{
        margin-top: 15px;
    }
    .list_ads_bt_sp {
        justify-content: center !important;
        flex-wrap: wrap;
    }

    .list_ads_bt_sp a {
        min-width: 20%;
        margin: 10px;
        justify-content: center;
    }

    .mob_add_cart_sing_p {
        position: fixed !important;
        bottom: 60px;
        left: 0;
        width: 100%;
        z-index: 9999999999999999999;
        background: #fff;
        padding: 10px;
        box-shadow: 0 -1px 2px 0 rgb(0 0 0 / 8%);
        height:65px;
        margin-bottom:-10px;
    }
    .mob_add_cart_sing_p.only{
        bottom:0
    }
    .mob_add_cart_sing_p .single_add_to_cart_button {
        margin-top: 0 !important
    }

    body.single-product .footer_1 .copy_right_nirshop {
        margin-bottom: 110px !important
    }

    /****************** Tabs  ************/
    .woocommerce div.product .woocommerce-tabs .panel {
        border-radius: 8px;
        background-color: #FFF;
        box-shadow: 0 2px 4px 0 rgb(0 0 0 / 9%);
        padding: 20px 15px !important;
        display: block !important;
        position: relative;
        margin-bottom: 20px !important;
    }


    .woocommerce div.product .woocommerce-tabs ul.tabs {
        display: none
    }

    .desc_nirshop,.woocommerce-Reviews-title {
        display: none
    }

    .mob_tabs_sp_nirshop {
        display: flex;
        justify-content: space-between;
    }

    .mob_tabs_sp_nirshop h2 {
        font-size: 13px;
    }

    .mob_tabs_sp_nirshop span {
        font-size: 13px;
        color: var(--second-color-nirshop);
        display: flex;
        align-items: center;
    }

    .mob_tabs_sp_nirshop span:after {
        content: "\f284";
        font-family: bootstrap-icons !important;
        margin: 0 5px;
    }

    .mob_tabs_content,.mob_tabs_content > h2 {
        display: none
    }
    .mob_tabs_content{margin-top:10px}
    /***********  Comments ***************/
    .comments_nirshop{flex-direction: column}
    .left_comment_gust,.no_user_com_nirweb .comment-form-comment{width: 100%}
    .title_extra_rate_neg{margin-top: 20px !important;}


}

@media screen and (max-width: 578px) {
    .amazing_offer_box_digi_singp p {
        margin: 0 15px
    }

    .mob_add_cart_sing_p {
        bottom: 45px;
        margin-bottom: 0;
    }

    body.single-product .footer_1 .copy_right_nirshop {
        margin-bottom: 100px !important;
    }
    body.single-product .footer_1 .copy_right_nirshop.only{
        margin-bottom: 70px !important;
    }
}