
.sppcfw_admin_hidden {
    display: none !important;
    pointer-events: none!important;
}

/*Category & product customization settings tab*/
/* Style the tab */
#sppcfw_content_area .tab,
.sppcfw_content_area .tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
  }
  
  /* Style the buttons inside the tab */
  #sppcfw_content_area .tab button,
  .sppcfw_content_area .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
  }
  
  /* Change background color of buttons on hover */
  #sppcfw_content_area .tab button:hover,
  .sppcfw_content_area .tab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current tablink class */
  #sppcfw_content_area .tab button.active,
  .sppcfw_content_area .tab button.active {
    background-color: #ccc;
  }
  
  /* Style the tab content */
  .sppcfw_content_area .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
  }


 table tbody tr.sppcfw_product_enable_varition_table.disable_variation_table {
    background: #bababa80 !important;
       pointer-events: none !important;
    opacity: 0.4 !important;
}

table tbody tr.sppcfw_global_change_clear_text.disable_variation_table {
     background: #bababa80 !important;
     pointer-events: none !important;
    opacity: 0.4 !important;
    
}
#woocommerce-product-data ul.wc-tabs li.custom_tabs_tab a:before{
content:'\f509';
}

#sppcfw_single_product_tabcontent_main .wp-editor-wrap{
  clear: both;
}

.sppcfw_tab_title_input_area{
  display: flex;
  justify-content: space-between;
}
/*===================youtube icon style============*/
.wwodgc_youtube-link a {
    text-decoration: none;
}

/*===================vertical tab============*/
tr.sppcfw_additional_content td{
  padding: 0px;
}
#sppcfw_product_category_additonal_content{
  width: 100%;
}
#sppcfw_product_category_additonal_content .tab2 {
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
#sppcfw_product_category_additonal_content .tab2 button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
#sppcfw_product_category_additonal_content .tab2 button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
#sppcfw_product_category_additonal_content .tab2 button.active {
  background-color: #ccc;
}

/* Style the tab content */
#sppcfw_product_category_additonal_content .tabcontent2 {
  padding: 10px;
  border: 1px solid #ccc;
  max-width: 100%;
  display: none;
}


div#sppcfw_single_product_additional_content_main {
  margin: 20px !important;
}

.sppcfw_advanced_enable_quick_cart,
.sppcfw_product_enable_quick_cart,
.sppcfw_cat_enable_quick_cart {
  display: none;
}

#basic_settings{
  display: block;
}

	/** WordPress 3.8 Fix **/
  .form-table th {
    padding: 20px 10px;
  }

  #wpbody-content .metabox-holder {
    padding-top: 5px;
  }

  .wpsa-image-preview img {
    height: auto;
    max-width: 70px;
  }

  .wpsa-settings-separator {
    background: #ccc;
    border: 0;
    color: #ccc;
    height: 1px;
    position: absolute;
    left: 0;
    width: 99%;
  }
  .sppcfw-group .form-table input.sppcfw-color-picker {
    max-width: 100px;
  }

  /* Review Notices Styles  */

  .wrap .sppcfw_sreview_notices {
    padding: 7px 20px;
    /*display: flex;*/
    align-items: center;
    gap: 10px;
  }

  .sppcfw_sreview_notices span.logo {
    display: inline-block;
    /*width: 150px;*/
  }

  .sppcfw_sreview_notices span.logo > img {
      width: 100%;
  }
  .right_contes li:first-child{
    font-size: 15px;
    line-height: 1.5;
  }
  .right_contes{
    margin-top: 0;
  }
  .sppcfw_sreview_notices li.button_wrap{
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .sppcfw_sreview_notices li.button_wrap > a,
  .sppcfw_sreview_notices li.button_wrap > button {
    padding: 7px 10px;
    display: inline-flex;
    gap: 5px;
    align-items: center;
    text-decoration: none;
    font-weight: 500;
    border: 1px solid #2271b1;
    border-radius: 3px;
    outline: none;
    color: #043959;
    box-shadow: none;
    background: #fff;
    cursor: pointer;
  }
  .sppcfw_sreview_notices li.button_wrap > a:first-child {
    background: #043959;
    color: #fff;
  }
  .sppcfw_sreview_notices li.button_wrap > a:focus {
    outline: none;
    box-shadow: none;
  }
  
  .nav-tab-wrapper > a,
  .nav-tab-wrapper > button{
    cursor: pointer;
  }




/* Style the tab container dashboard settings start */
.tab-container-sppcfw {
  display: flex;
  margin-top: 30px;
}

/* Style the tab */
.tab-sppcfw {
  background-color: #f1f1f1;
  width: 20%;
  padding-right: 10px;
  border-radius: 5px 0 0 5px;
}

/* Style the buttons inside the tab */
.tab-sppcfw button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  border-radius: 5px;
}

/* Change background color of buttons on hover */
.tab-sppcfw button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab-sppcfw button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent-sppcfw {
  padding: 12px;
  width: 76%;
  background-color: #F9FAFF;
  border-radius: 10px;
  display: none;
}

/* Show the active tab content */
.tabcontent-sppcfw.active {
  display: block;
}


.grid-support {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); /* Auto grid with min-width */
  gap: 20px; /* Space between items */
  width: 100%;
}

.support-item {
  background: #f4f4f4;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.support-item strong {
  font-size: 18px;
  color: #333;
  display: block;
  margin-bottom: 8px;
}

.support-item a {
  color: #0073aa;
  font-weight: bold;
  text-decoration: none;
}

.support-item a:hover {
  color: #00a0d2;
  text-decoration: underline;
}

.support-item p {
  font-size: 14px;
  color: #666;
  margin-top: 8px;
  line-height: 1.5;
}

.tabcontent-sppcfw.active .sppcfw-group {
  display: block !important;
}
#submit_sppcfw_advanced, #submit_sppcfw_basic{
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
}
#sppcfw_basic h2, #sppcfw_advanced h2, #sppcfw_advanced_license h2{
  background: #007cba;
  padding: 10px;
  border-radius: 3px;
  color: white;
  margin: 0;
}

#submit_sppcfw_basic, #submit_sppcfw_advanced{
  z-index:99999;
}
/* Style the tab container dashboard settings end */