
#newsletter .wpcf7-form-control::-webkit-input-placeholder {
  color:#5a5a5a !important;
  font: 300 13px/13px unbounded !important;
}
#header_navigation .search-form label{
 float: none;
}
input[type="submit"] {
  padding: 12px 30px;
  font-weight: 500;
  border-radius: 25px;
  color: #ffffff;
  border: none;
  background-color: #FF4074;
}
#sidebar .widget_search input[type="submit"],input[type="submit"]  {
  padding: 14px 17px;
  font-weight: 500;
  border-radius: 0px;
  color: #ffffff;
  border: none;
  background-color: #FF4074;
}

input[type="submit"]:hover{
  cursor: pointer;
}
textarea {
  height: 120px;
}
.screen-reader-text {
  position: absolute;
  top:-9999em;
  left:-9999em;
}
.alignleft,
img.alignleft{
  display: inline; 
  float: left; 
  margin-right:20px; 
  margin-top:4px; 
  margin-bottom:10px; 
  padding:0;
  padding:5px;
}
.alignright, img.alignright { 
  display: inline; 
  float: right; 
  padding:5px; 
  margin-bottom:10px;
  margin-left:25px;
  padding:5px;
}
.aligncenter, img.aligncenter { 
  clear: both; 
  display: block; 
  margin-left: auto; 
  margin-right: auto; 
  margin-top:0;
  padding:5px; 
}
.comment-list .comment-content ul { 
  list-style:none; 
  margin-left:15px;
}
.comment-list .comment-content ul li{
  margin:5px;
}
.toggleMenu{
  display:none;
}
table, td, th {
  border: 1px solid black;
}

/*----------------------  index ---------------------------*/
.post-section {
    padding: 20px 0;
}
.postwrapper-box {
  border: 2px solid #eeeeee;
}

/*------------------Single Post -----------------*/

#single_post .post-slide{
  transform: translateY(0);
  transition: all 0.30s ease 0s;
}
.post-title{
  /* color: #000;
  font-size: 20px; */
}
.post-title a{ color:inherit}
#single_post .post-slide .post-img img {
    width: 100%;
}
#single_post .post-slide .post-img{
  position: relative;
  overflow: hidden;
}
#single_post .post-slide .post-img:before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0,0,0.0);
  transition: all 0.40s linear 0s;
}
#single_post  span.post-date {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 20px;
}

#single_post .post-slide:hover .post-img:before{
  background: rgba(0, 0,0,0.6);
}
#single_post .post-slide:hover .post-img:before{
  top:0;
  left:0;
  background: rgb(73 44 30 / 39%);
}
#single_post .post-slide .post-review{
  border-top: none;
  padding: 25px 0px;
  background: #fff;
  position:relative;
}
#single_post .post-slide .post-bar{
  padding: 0;
  list-style: none;
  margin: 0;
}
#single_post .post-slide .post-bar li{
  display:inline-block;
  font-size:16px;
  color:#555;
  margin-right:20px;
  text-transform: capitalize;
}
#single_post .post_btn a.postbtn:hover{
  background: #FF4074;
}
#single_post .post_btn a.postbtn {
    font-size: 14px;
    color: #FF4074;
    font-weight: 500;
    padding: 10px 23px;
    border: 1px solid #FF4074
}
#single_post .post-slide .post-bar li i{
  color:#FF4074;
  margin-right:8px;
}
#single_post .post-slide .post-title a {
  /* color: #FF4074; */
  font-weight: bold;
  font-size: 22px;
}
#single_post .post-slide .post-description{
  font-size:15px;
  line-height:21px;
  color:#808080;
  margin-bottom: 0;
}
#single_post .post-slide .author{
  font-size:15px;
  line-height:21px;
  color:#808080;
  margin-bottom: 0;
}
#single_post .post-slide .comment{
  font-size:15px;
  line-height:21px;
  color:#808080;
  margin-bottom: 0;
}
.read-moresec{
  margin-bottom: 20px;
}
.read-moresec a{
  font-size: 14px;
  color: #FF4074;
  font-weight: 500;
  padding: 10px 23px;
  border: 1px solid #FF4074;
 
}
/*------------------ Contact Page -----------------*/

  .contact-box .contact-email,.contact-box .contact-address ,.contact-box .contact-phone{
    background: #2B2B2B;
    padding: 33px 70px;
    border-radius: 10px;
  }
  .contact_bg {
    height: 400px;
    position: relative;
  }
 
  .contact-box .heading_box p{
    color: #000;
    width: 60%;
    margin: auto !important;
    font: 300 14px/20px unbounded;
    /* position: absolute;
    width: 34%;
    left: 0px;
    bottom: 30px;
    margin: 0 auto;
    right: 0px; */
  } 
  .contact_details i{
    background: rgb(255 255 255 / 49%);
    width: 65px;
    color: #fff;
    height: 65px;
    border-radius: 40px;
    text-align: center;
    position: relative;
    padding: 19px;
    font-size: 24px;
  }

  .heading_box p {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    text-align: center;
  }
  .heading_box {
    padding: 160px 0px 50px 0px;
    margin: 0 auto;
    width: 30%;
  }

  .heading_box h3{
    font-size: 40px;
    line-height: 35px;
    color: #FF4074;
    font-weight: 600;
    text-align: center;
    position: relative;
    padding: 15px 0; 
    font-family: 'Unbounded';
  }
  .contact_details p {
    color: #ffffff;
    font-weight: 500;
    font-size: 13px;
  }
  .contact_details span {
    font-size: 25px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
  }
  .ccontact_form h3{
    font-size: 40px;
    line-height: 35px;
    color: #FF4074;
    font-weight: 400;
    position: relative;
    padding: 15px 0;
    font-family: 'Unbounded';
  }


.contac_form input[type='text'],
.contac_form input[type='email'],
.contac_form input[type='url'],
.contac_form input[type='password'],
.contac_form input[type='search'],
.contac_form input[type='number'],
.contac_form input[type='tel'],
.contac_form input[type='range'],
.contac_form input[type='date'],
.contac_form input[type='month'],
.contac_form input[type='week'],
.contac_form input[type='time'],
.contac_form input[type='datetime'],
.contac_form input[type='datetime-local'],
.contac_form input[type='color'],
.contac_form select,
.contac_form textarea,
.contac_form .wpcf7 .wpcf7-form-control-wrap[class*="file-"] {
  background-color:transparent;
  border-color: #ccc;
  color: #bfbfbf;
  border-radius: 0px;
  box-shadow: none;
  border:2px solid #cccccc;
  background-color: transparent;
}
.contact-box .wpcf7 input[type="text"], .contact-box .wpcf7 input[type="email"],.contact-box .wpcf7 input[type='number'],.contact-box .wpcf7 input[type='tel'] {
  font-size: 16px;
  padding: 8px 10px;
  margin: 0 0px 35px 0;
  height: auto;
  border:1px solid #cccccc;
  background-color: transparent;
}
.contact-box textarea{
  margin: 0 0px 30px 0;
}
.contact-box .wpcf7 input[type="text"]::placeholder
{
  font-family: "Poppins";
}
.contact-box .wpcf7 input[type="email"]::placeholder
{
  font-family: "Poppins";
}
.contact-box .wpcf7 textarea::placeholder
{
  font-family: "Poppins";
}
.contact-box .contac_form input[type="submit"]
{
  border-radius: 40px;
  font-family: "Poppins";
  padding: 12px 20px;
  margin-top: 20px;
}

#appoinment input[type="text"],
#appoinment input[type="email"], 
#appoinment input[type="url"], 
#appoinment input[type="password"], 
#appoinment input[type="search"], 
#appoinment input[type="number"], 
#appoinment input[type="tel"], 
#appoinment input[type="range"], 
#appoinment input[type="date"], 
#appoinment input[type="month"], 
#appoinment input[type="week"], 
#appoinment input[type="time"], 
#appoinment input[type="datetime"], 
#appoinment input[type="datetime-local"], 
#appoinment input[type="color"], 
#appoinment textarea, 
#appoinment input[type="file"], 
#appoinment select,
#appoinment input[type="text"]::placeholder, 
#appoinment input[type="email"]::placeholder, 
#appoinment input[type="url"]::placeholder, 
#appoinment input[type="password"]::placeholder, 
#appoinment input[type="search"]::placeholder, 
#appoinment input[type="number"]::placeholder, 
#appoinment input[type="tel"]::placeholder, 
#appoinment input[type="range"]::placeholder, 
#appoinment input[type="date"]::placeholder, 
#appoinment input[type="month"]::placeholder, 
#appoinment input[type="week"]::placeholder, 
#appoinment input[type="time"]::placeholder, 
#appoinment input[type="datetime"]::placeholder, 
#appoinment input[type="datetime-local"]::placeholder, 
#appoinment input[type="color"]::placeholder, 
#appoinment textarea{
  color: #636363;
}



/*---------------- Banner ----------------------*/
.inner_banner img, .title-box img {
    width: 100%;
}
.title-box{
  height: 300px;
  position: relative;
}
.main_title {
  margin-top: 20px;
}
.banner-heading {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 0;
  height: fit-content;
  margin: auto;
}
.main_title h1{
  padding-top: 20px;
  margin-bottom: 22px;
  font-size: 36px;
  color: #2d3b3e;
  font-weight: bold;
}

/* --------- Blog Page ------- */

.postbox-content .post-text
{
  font-size: 18px;
  color: #8fa3aa;
  font-family: " Sans Pro";
  line-height: 28px;
}
.postbox h3{
  font-weight:normal;
  font-size:35px;
  text-align: center;
}
.blogimg-full img{
  width: 100%;
}
.read-more-icon{
  text-align: center;
  margin: -55px 0 0 0;
  z-index: 999;
}
.read-more-icon a:hover{
  opacity: 0.9;
}
.continue-read a {
  color: rgba(19, 10, 138, 0.6);
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  border: solid 1px #bbb;
  padding: 10px 20px 10px 20px;
  border-radius: 6px; 
  display: block; 
  background: #fff;
}
.continue-read a:hover{
  background: #18304c;
  color:#fff;
}
.continue-read {
  margin: -22px auto 0 auto;
  display: table;
}
.metabox img {
  border-radius: 50%;
  margin-left: 30%;
}
.postbox {
   margin-bottom: 39px;
   border: none;
   border-radius: 6px;
}
.postbox h2{
  margin:0 0 5px; 
  font-weight:bold;
}
a.post-readmore {
   font-size: 18px;
   border-bottom: 1px solid;
}
a.post-readmore i {
 margin-left: 8px !important;
 font-size: 18px;
 border-bottom: 1px solid #ffffff;
 padding-bottom: 2px;
}
.postbox  a.blogbutton {
  background:none;
  color:#fff;
  font-size:12px; 
  font-weight:bold; 
  color:#fff; 
  padding:6px 25px;
  border:1px solid #000; 
  color:#000; 
  font-size:18px;
  text-transform:uppercase;
  margin:25px 0 0 0;
  display:table;
}
.blogbutton-small{
  background:none;
  font-size:12px; 
  font-weight:bold; 
  padding:6px 25px;
  border:1px solid #000; 
  color:#000; 
  font-size:14px;
  text-transform:uppercase;
  margin:14px 0 0 0;
  display:table;
}
#comment-nav-above .nav-links {
  width: 100%;
  float: left;
  margin-bottom: 17px;
}




/* ----------------------- POST---------------------- */

.blog-post h5{
  text-transform:uppercase;
  color: #000;
}
.blog-icon i {
  font-size: 20px;
  background: #bbb;
  border-radius: 50%;
  padding: 10px 14px 12px 15px;
  color: #fff;
  margin-right: 1%;
}
.blog-icon i:hover {
    background: #d3da36;
    color: #fff;
}
.blog-icon i.fa-google-plus {
    padding: 12px 10px 12px 11px
}
aside#search-3 {
  padding: 0 !important;
}
.feature-image-box img{
  width:100%;
}
.feature-image-box img a:hover{
  opacity:0.8;
}
.post-singlepage {
  border: solid 1px #bbb;
  box-shadow: 0 0 1px #bbb;
}
.bradcrumbs{
  padding:30px 0;
}
.bradcrumbs a{
  background:#f1f1f1; 
  color:#000;
  padding:5px 15px;
  margin-right:5px;
}

.bradcrumbs span{
  background:#dddddd; 
  color:#000;
  padding:5px 15px;
}



/*------------------ Comments BOX ------------------*/
#respond form{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
div#comments {
  background: #f4f5f6;
  padding: 3rem 3rem 2rem 3rem;
}
#respond {
  border: 1px solid #dedede;
  padding: 1.5rem 2rem;
  border-radius: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#comments{
  float: left;
  width: 100%;
  margin-top: 10px;
}
#comments h2.comments-title{
  font-size:20px; 
  font-weight:bold;
}
#comments h3.comment-reply-title{
  font-size:20px; 
  font-weight:bold;
  clear:both;
}
#comments input[type="text"],
#comments input[type="email"],
#comments input[type="url"], 
#comments input[type="password"],
#comments input[type="search"], 
#comments input[type="number"], 
#comments input[type="tel"],
#comments input[type="range"],
#comments input[type="date"], 
#comments input[type="month"], 
#comments input[type="week"], 
#comments input[type="time"], 
#comments input[type="datetime"], 
#comments input[type="datetime-local"], 
#comments input[type="color"], 
#comments textarea, 
#comments input[type="file"], 
#comments select, 
#comments input[type="text"]::placeholder, 
#comments input[type="email"]::placeholder, 
#comments input[type="url"]::placeholder, 
#comments input[type="password"]::placeholder, 
#comments input[type="search"]::placeholder, 
#comments input[type="number"]::placeholder, 
#comments input[type="tel"]::placeholder, 
#comments input[type="range"]::placeholder, 
#comments input[type="date"]::placeholder, 
#comments input[type="month"]::placeholder, 
#comments input[type="week"]::placeholder, 
#comments input[type="time"]::placeholder, 
#comments input[type="datetime"]::placeholder, 
#comments input[type="datetime-local"]::placeholder, 
#comments input[type="color"]::placeholder, 
#comments textarea {
    color: #222222;
}
#comments input[type="text"],
#comments input[type="email"]{
  padding:12px 10px; 
  font-size:18px;
  background: #ffffff;
}
#comments textarea:hover ,#comments input[type="text"]:hover,
#comments input[type="email"]:hover{
  border: 1px solid #FF4074;
  border-radius: 5px;
}
#comments textarea {
    height: 150px;
    background-color: #ffffff;
    border-color: #f1f1f1;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
}
#comments input[type="submit"].submit {
  background: #FF4074;
  color: white;
  border: unset;
  font-weight: 600;
  padding: 10px 20px;
  font-family: 'Poppins';
}
#comments a time{
  color:#000;
  font-weight:bold;
  font-size:12px;
}
#comments .reply{
  text-align:right;
}
#comments .comment-metadata{
  width:90%;
  float:left;
  padding:1% 0 0 0;
}
#comments .comment-content{
  width:90%;
  text-align:left;
  margin-left:7%;
}
#comments .comment-author{  
  margin-bottom: 1em;
}
#comments h2#reply-title {
  display: inline-table;
  font-family: "Poppins";
}
#comments .comment-author.vcard img {
  padding: 2px;
}

/*--------------- Sidebar -----------------*/
/* Sidebar */

#sidebar h3, #sidebar h2 ,#sidebar .wp-block-search__label{
  color: rgb(0, 0, 0);
  font-family: inherit;
  position: relative;
  margin-bottom: 1.25rem;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#sidebar h3, #sidebar h2,#sidebar .wp-block-search__label{
  position: relative;
}
#sidebar h3::before, #sidebar h2::before,#sidebar .wp-block-search__label::before {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #FF4074;
  position: absolute;
  bottom: 2px;
}
#sidebar .wp-block-search__inside-wrapper{
  margin-top: 10px;
}
#sidebar h3::after, #sidebar h2::after {
  /* content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgb(223, 221, 222);
  margin-top: 7px; */
}
#sidebar .tagcloud a:hover{
  background: #FF4074;
  color: #ffffff;
}
#sidebar .tagcloud a {
    font-size: 18px !important;
    color: #FF4074;
    background: #e5e8eb;
    margin: 0px 3px;
    padding: 4px 10px 6px 10px;
  }
 
#sidebar .woocommerce-product-search button[type="submit"] {
    border-color: transparent;
    color: rgb(255, 255, 255);
    background: #FF4074;
    padding: 6px 12px;
    position: relative;
    right: 0px;
    margin-left: 0;
}
#sidebar form{
 text-align: start;
}
#sidebar .serach-page input[type="search"],input.search-field {
    padding: 10px 10px;
    font-size: 15px;
    margin-bottom: 10px;
    color: #6c6c6c;
    border: solid 1px #e1e1e1;
    width: 100%;}
#sidebar input[type="search"]::placeholder{
  color: rgb(84, 83, 83);
}
#sidebar input[type="search"]:hover, input.search-field{
  border: 1px solid #FF4074;
}
#sidebar input[type="search"] {
  background: #ffffff;
  padding: 12px 10px;
  border: none;
  font-size: 15px;
  color: rgb(84, 83, 83);
  width: auto;
  font-family: 'Poppins';
  font-weight: 400;
  border: 1px solid #fff;
}
#sidebar .widget_search button[type="submit"] {
  border-color: transparent;
  color: rgb(255, 255, 255);
  background: #FF4074;
  padding: 6px 12px;
  position: relative;
  right: 0px;
  margin-left: 0;
}
#sidebar .search-form label ,.search-form label{
    margin-bottom: 0.5rem;
    width: 64%;
    float: left;
}
#sidebar aside {
    margin-bottom: 30px;
    padding: 25px 30px 30px;
    background: #f4f5f6;
}
div#tab-description {
    display: block !important;
}

/***********single product**********/

#contentwoocom .price span {
  color: #FF4074;
}
#contentwoocom button.single_add_to_cart_button.button.alt{
  background: #FF4074;
}
#contentwoocom .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button{
  margin-top: 0px;
}

#contentwoocom .woocommerce-breadcrumb{
  margin: 16px 0 16px 0;
  display: none;
 }
#contentwoocom button.single_add_to_cart_button.button.alt{
  padding: 12px 16px;
}
#contentwoocom .quantity input[type="number"]{
  padding :7px 10px;
}
/*******************************/
#sidebar ul li a {
  color: #1a1a1a;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 15px;
  line-height: 2.5;
  margin-bottom: 17px;
}
#sidebar .widget_archive ul li {
  list-style: none;
  list-style-position: inside;
}
#sidebar .widget_categories ul li ,#sidebar .widget_pages  ul li,#sidebar .widget_meta ul li,#sidebar .widget_nav_menu ul li,#sidebar .widget_product_categories ul li {
  list-style: none;
  list-style-position: inside;
}
#sidebar ul {
 list-style: none;
 margin: 0;
 padding: 0;
 font-size: 17px;
}
/*------------- Title Banner -----------------*/
.title-box h1 {
  color: #fff;
  font-size: 36px;
  text-align: center;
  position: relative;
  text-transform: capitalize;
  z-index: 2;
}
.title-box a{
  font-weight: 600;
}
.breadcrums ,.title-box span {
    color: #fff;
    font-weight: 600;
}
.title-box{
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}
.middle-content {
  padding-bottom: 20px;
}
.title-box {
    display: flex;
    align-items: center;
}
.blue { 
  background: #000;
  position: absolute;
  width: 100%;
  height: 395px;
  opacity: 0.4;
}

/*---------------- Pagination ----------------*/

.navigation_pagination {
  margin: 50px 0;
  text-align: center;
}
.navigation_pagination span.page-numbers.current {
  background: #FF4074;
  border: 1px solid #FF4074#FF4074;
  color: #fff;
}
.navigation_pagination a, .navigation_pagination span {
  border-radius: 5px;
  border: 1px solid #FF4074;
  background: #fff;
  margin: 0 1px 0 0;
  display: inline-block;
  line-height: 1.2em;
  text-decoration: none;
  color: #FF4074;
  padding: 10px 14px;
  margin-right: 8px;
  transition: all 0.5s ease;
  cursor: pointer;
}
.navigation_pagination a.page-numbers:hover {
  background: #FF4074;
  color: #fff;
}


.middle-content ul li::marker{
color:#000;
}
.middle-content ul li {
  list-style-position: inside;
  padding: 10px;
  margin-bottom: 10px;
}

.middle-content ul li a{
  color: #000000;
  font-weight: 500;
}

/* ------------- Category --------------------*/

.category-page h4{
  text-align: left !important;
}
ul.post-categories {
  list-style: none;
  margin: 0;
}
ul.post-categories a {
  color: #333333;
}

/*-------------- Single post content ---------------*/

.feature-box img {
  width: auto;
}
.comment-form-cookies-consent label{
  font-weight: 400;
}
.content_boxes .entry-date, .entry-author a, .entry-comments {
  font-family: 'Poppins';
  font-size: 15px;
  color: black;
  text-decoration: none;
}
.content_boxes .metabox i{
  color: #FF4074;
}
.single-post-content p {
    color: #2e2e30;
    font-family: 'Poppins';
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 25px;
    text-decoration: none;
}
p.social_share a i:hover{
  background: #f4f5f6;
  color: #FF4074;
}
p.social_share a i {
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 16px;
  color: #fff;
  background: #FF4074;
}
.post_ctg {
  display: flex;
}
.post_tag {
    padding: 10px 0px !important;
}
.post_tag a:hover{
    color: #000;
}
.post_tag a {
    font-size: 18px !important;
    color: #FF4074;
    margin: 0px 3px;
    padding-top: 10px;
}
.post_ctg span, .post_ctg ul a {
    font-family: 'Poppins';
    color: black;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}
.nav-previous a, .nav-next a {
  text-decoration: none;
  color: #53514e;
  width: 100%;
  letter-spacing: 1px;
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 14px;
}



/* ----------- Unit Testing ------------- */

.outer_dpage table
{
  text-align: center;
}
.outer_dpage table th
{
  text-align: center;
}

/****************services**************/
.services-box .services_bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.services-box img.service {
    width: 100%;
    border-radius: 30px;
}
.services-box h4 {
    font-size: 13px;
    color: #FF4074;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2.5px;
}
.services-box h5 {
    font-size: 45px;
    font-weight: 700;
    color: #000;
}
.services-box p {
    font-size: 16px;
    font-weight: 400;
}
.services-box .service_mainbox i {
    font-size: 35px;
    color: #FF4074;
}
.services-box  h6 {
    font-size: 35px;
    font-weight: 700;
    color: #FF4074;
}
.services-box .content2 ul li{
   list-style: none;
}
.services-box .content2 ul {
    padding: 25px 25px;
    background: #f7f7f7;
    border-radius: 10px;
}
.services-box .content2 ul li span i{
  font-size: 15px;
  color: #FF4074;
}

.woocommerce div.product .product_title{
  font-size: 30px;
}
.yith-wcwl-add-to-wishlist{
  margin-bottom: 10px;
}
.support-page p{
  font-size: 14px;
}
.support-page h4{
  font-size: 20px;
}

/* ===== SubNexus: ensure product grid shows ===== */
.woocommerce ul.products,
.woocommerce-page ul.products { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; }
.woocommerce ul.products li.product { visibility: visible; opacity: 1; }


/* ===== SubNexus: compact page title / breadcrumb on all pages ===== */
.title-box,
.inner_banner,
.page-header,
.entry-header,
.page-title-wrap,
.breadcrums,
.breadcrumbs {
  padding: 10px 0 !important;
  margin: 10px 0 !important;
  min-height: 0 !important;
}
.title-box h1,
.page-title,
.entry-title {
  margin: 0 !important;
  line-height: 1.2 !important;
  font-size: clamp(20px, 2.8vw, 28px) !important;
  color: #1e1e1e; /* ensure visible on white backgrounds */
}
/* Prevent giant banner images under titles */
.title-box img,
.page-header img,
.inner_banner img {
  max-height: 220px !important;
  width: 100%;
  height: auto !important;
  object-fit: cover;
}
/* Breadcrumb spacing */
.breadcrums,
.breadcrumbs {
  font-size: 14px;
  margin-top: 6px !important;
  margin-bottom: 0 !important;
}
/* ===== End SubNexus: compact page title / breadcrumb ===== */


/* ===== SubNexus: globally hide page title/breadcrumb bars ===== */
.title-box,
.inner_banner,
.page-header,
.entry-header,
.page-title-wrap,
.breadcrums,
.breadcrumbs {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ===== SubNexus: site background via CSS variable (easy to change) ===== */
:root { --subnexus-bg: #ffffff; } /* change this hex to any color you want */
body { background-color: var(--subnexus-bg) !important; }

/* ensure inner containers don't force their own white backgrounds */
.container, .container1, .site, .content-area, #primary, .outer-footer, .outer-header {
  background: transparent !important;
}

/* ===== SubNexus: WooCommerce product grid fixes ===== */
.woocommerce ul.products,
.woocommerce-page ul.products,
.woocommerce .related ul.products,
.woocommerce .upsells ul.products {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
  gap: 24px !important;
  list-style: none !important;
  padding-left: 0 !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  writing-mode: horizontal-tb !important;
}

.woocommerce ul.products li.product a {
  display: block !important;
}

.woocommerce ul.products li.product img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  white-space: normal !important;
  word-break: normal !important;
  hyphens: auto !important;
  overflow: visible !important;
}
/* ===== End SubNexus patches ===== */


/* ===== SubNexus: hide page title/breadcrumb bar site-wide ===== */
.title-box,
.inner_banner,
.page-header,
.page-title-wrap,
.breadcrums,
.breadcrumbs { display: none !important; }


/* ===== SubNexus: global site background color ===== */
:root { --site-bg: #0f0f12; } /* change this hex to whatever you like */
body { background-color: var(--site-bg) !important; }


/* ===== SubNexus: WooCommerce product list fixes ===== */
.woocommerce ul.products,
.woocommerce-page ul.products {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 16px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  list-style: none;
  margin: 0;
  width: calc(25% - 12px) !important; /* 4 columns desktop */
}
@media (max-width: 1200px){
  .woocommerce ul.products li.product { width: calc(33.333% - 12px) !important; }
}
@media (max-width: 900px){
  .woocommerce ul.products li.product { width: calc(50% - 12px) !important; }
}
@media (max-width: 520px){
  .woocommerce ul.products li.product { width: 100% !important; }
}
/* Make product card content readable and not vertical */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: anywhere;
  line-height: 1.3;
  font-size: 16px;
  min-height: 2.6em; /* two lines */
}
/* Image sizing */
.woocommerce ul.products li.product a img {
  width: 100% !important;
  height: 220px !important;
  object-fit: cover !important;
  display: block;
  border-radius: 6px;
}
/* Ensure summary text and prices lay out cleanly */
.woocommerce ul.products li.product .price { display: block; margin-top: 6px; }
.woocommerce ul.products li.product .button { margin-top: 8px; }
/* Prevent theme rules that overlap or stack items */
.woocommerce ul.products li.product a { display: block; }


/* ===== SubNexus: stronger product card title/link fixes ===== */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product a,
.woocommerce ul.products li.product a .woocommerce-loop-product__title {
  writing-mode: horizontal-tb !important;
  white-space: normal !important;
  word-break: break-word !important;
  overflow-wrap: anywhere !important;
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  text-align: left !important;
  letter-spacing: normal !important;
}

/* Ensure no child sets absurd narrow widths */
.woocommerce ul.products li.product * {
  max-width: 100% !important;
}

/* Light grey site background */
:root { --subnexus-bg: #f3f4f6; } /* light grey */


/* ===== SubNexus: compact banner-heading / title bar on all pages EXCEPT the Shop page ===== */
body:not(.woocommerce-shop) .banner-heading,
body:not(.woocommerce-shop) .title-box,
body:not(.woocommerce-shop) .page-header,
body:not(.woocommerce-shop) .entry-header,
body:not(.woocommerce-shop) .page-title-wrap,
body:not(.woocommerce-shop) .breadcrums,
body:not(.woocommerce-shop) .breadcrumbs {
  display: block !important;         /* override earlier hide */
  padding: 10px 0 !important;        /* ~70% smaller than default */
  margin: 8px 0 !important;
  min-height: 0 !important;
}
body:not(.woocommerce-shop) .banner-heading h1,
body:not(.woocommerce-shop) .title-box h1,
body:not(.woocommerce-shop) .page-header h1 {
  margin: 0 !important;
  line-height: 1.2 !important;
  font-size: clamp(20px, 2.8vw, 28px) !important;
}
body:not(.woocommerce-shop) .breadcrums,
body:not(.woocommerce-shop) .breadcrumbs {
  margin-top: 4px !important;
  margin-bottom: 0 !important;
  font-size: 14px !important;
}

/* ===== SubNexus: product grid/card styling ===== */
.woocommerce ul.products,
.woocommerce-page ul.products,
.woocommerce .related ul.products,
.woocommerce .upsells ul.products {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)) !important; /* larger columns */
  gap: 24px !important;
  list-style: none !important;
  padding-left: 0 !important;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  text-align: left !important;
  background: #ffffff !important;
  border: 1px solid rgba(0,0,0,.06) !important;
  border-radius: 10px !important;
  padding: 12px !important;
  box-shadow: 0 2px 6px rgba(0,0,0,.05) !important;
}
.woocommerce ul.products li.product a { display: block !important; }
.woocommerce ul.products li.product img {
  width: 100% !important;
  height: 220px !important;
  object-fit: cover !important;
  border-radius: 6px !important;
  display: block !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  white-space: normal !important;
  word-break: break-word !important;
  overflow-wrap: anywhere !important;
  line-height: 1.3 !important;
  font-size: 16px !important;
  min-height: 2.6em !important; /* two lines */
  margin: 8px 0 0 !important;
}
.woocommerce ul.products li.product .price { display: block !important; margin-top: 6px !important; }
.woocommerce ul.products li.product .button { margin-top: auto !important; width: 100% !important; }

/* Mobile adjustments */
@media (max-width: 520px){
  .woocommerce ul.products,
  .woocommerce-page ul.products { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)) !important; }
}

/* light grey site background (kept) */
:root { --subnexus-bg: #f3f4f6; }
body { background-color: var(--subnexus-bg) !important; }


/* ===== SubNexus: final grid & banner refinements ===== */
/* Ensure the UL grid spans full width and items stretch evenly */
.woocommerce ul.products,
.woocommerce-page ul.products {
  width: 100% !important;
  align-items: stretch !important;
  grid-auto-rows: auto !important;
  justify-items: stretch !important;
}

/* Prevent any child from forcing narrow columns */
.woocommerce ul.products li.product { min-width: 0 !important; }

/* Banner heading exact compacting for the markup you sent */
body:not(.woocommerce-shop) .banner-heading {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}
body:not(.woocommerce-shop) .banner-heading h1 { 
  font-size: clamp(20px, 2.6vw, 26px) !important; 
  margin: 0 !important; 
  line-height: 1.2 !important;
}
body:not(.woocommerce-shop) .banner-heading .breadcrums { 
  margin-top: 4px !important; 
  margin-bottom: 0 !important; 
  font-size: 14px !important; 
}


/* ===== SubNexus: Shop two-column layout with left category menu ===== */
.shop-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 24px;
}
.shop-sidebar {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 10px;
  padding: 14px;
  height: fit-content;
  position: sticky;
  top: 100px; /* below header */
}
.shop-side-title {
  margin: 0 0 10px 0;
  font-size: 18px;
}
.shop-cats { list-style: none; padding: 0; margin: 0; }
.shop-cats li { margin: 6px 0; }
.shop-cats li a {
  display: block;
  padding: 8px 10px;
  border-radius: 8px;
  text-decoration: none;
  color: #222;
  background: transparent;
}
.shop-cats li a:hover,
.shop-cats li.current-cat a {
  background: #f0f2f5;
}

/* Mobile: stack sidebar above products */
@media (max-width: 900px){
  .shop-layout { grid-template-columns: 1fr; }
  .shop-sidebar { position: static; top: auto; }
}

/* Product grid density control */
@media (min-width: 1200px){
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: repeat(4, minmax(220px, 1fr)) !important;
  }
}

/* SubNexus: hide slider globally as safety */
#slider{display:none!important;}


/* ===== SubNexus: remove oversized Home hero/logo block ===== */
.home .wp-block-cover,
.home .wp-block-cover-image,
.home .wp-block-cover__image-background,
.home .wp-block-image.size-full,
.home .wp-block-image:first-of-type {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Specifically hide the logo image if inserted directly */
.home img[src*="SubNexus_Neon_Gaming_Logo"] { display: none !important; }
.home img[alt="logo"] { display: none !important; }


/* ===== SubNexus: strict product grid (3–4 columns), equal-height cards ===== */
.woocommerce ul.products,
.woocommerce-page ul.products,
.woocommerce .related ul.products,
.woocommerce .upsells ul.products {
  display: grid !important;
  gap: 24px !important;
  list-style: none !important;
  padding-left: 0 !important;
  width: 100% !important;
  align-items: stretch !important;
  justify-items: stretch !important;
}

/* Columns by breakpoint: 4 on large, 3 on medium, 2 on tablet, 1 on mobile */
@media (min-width: 1200px){
  .woocommerce ul.products, .woocommerce-page ul.products { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
}
@media (min-width: 900px) and (max-width: 1199.98px){
  .woocommerce ul.products, .woocommerce-page ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
}
@media (min-width: 600px) and (max-width: 899.98px){
  .woocommerce ul.products, .woocommerce-page ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}
@media (max-width: 599.98px){
  .woocommerce ul.products, .woocommerce-page ul.products { grid-template-columns: 1fr !important; }
}

/* Equal-height cards using flex and fixed sub-areas */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  background: #fff !important;
  border: 1px solid rgba(0,0,0,.06) !important;
  border-radius: 12px !important;
  padding: 12px !important;
  box-shadow: 0 2px 6px rgba(0,0,0,.05) !important;
}

/* Image area: fixed height for perfectly aligned rows */
.woocommerce ul.products li.product img {
  width: 100% !important;
  height: 240px !important;
  object-fit: cover !important;
  border-radius: 8px !important;
  display: block !important;
}

/* Title area: reserve space so rows align */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  margin: 10px 0 0 !important;
  line-height: 1.25 !important;
  font-size: 17px !important;
  min-height: 2.5em !important; /* ~two lines */
  white-space: normal !important;
  word-break: break-word !important;
  overflow-wrap: anywhere !important;
}

.woocommerce ul.products li.product .price { margin-top: 6px !important; display: block !important; }
.woocommerce ul.products li.product .button { margin-top: auto !important; width: 100% !important; }

/* Remove the breadcrumb/nav trail globally */
.breadcrums,
.breadcrumbs,
.woocommerce-breadcrumb,
nav.woocommerce-breadcrumb {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}


/* ===== SubNexus final overrides ===== */
.banner-heading,
.title-box .breadcrums,
.breadcrums,
.breadcrumbs,
.woocommerce-breadcrumb,
nav.woocommerce-breadcrumb { display:none !important; height:0 !important; margin:0 !important; padding:0 !important; }
.title-box { padding:0 !important; margin:0 !important; min-height:0 !important; background:none !important; }

.woocommerce ul.products,
.woocommerce-page ul.products,
.woocommerce .related ul.products,
.woocommerce .upsells ul.products { display:grid !important; gap:24px !important; list-style:none !important; padding-left:0 !important; width:100% !important; align-items:stretch !important; justify-items:stretch !important; }
@media (min-width:1200px){ .woocommerce ul.products, .woocommerce-page ul.products { grid-template-columns: repeat(4, minmax(0,1fr)) !important; } }
@media (min-width:900px) and (max-width:1199.98px){ .woocommerce ul.products, .woocommerce-page ul.products { grid-template-columns: repeat(3, minmax(0,1fr)) !important; } }
@media (min-width:600px) and (max-width:899.98px){ .woocommerce ul.products, .woocommerce-page ul.products { grid-template-columns: repeat(2, minmax(0,1fr)) !important; } }
@media (max-width:599.98px){ .woocommerce ul.products, .woocommerce-page ul.products { grid-template-columns: 1fr !important; } }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { min-width:0 !important; display:flex !important; flex-direction:column !important; height:100% !important; background:#fff !important; border:1px solid rgba(0,0,0,.06) !important; border-radius:12px !important; padding:12px !important; box-shadow:0 2px 6px rgba(0,0,0,.05) !important; box-sizing:border-box !important; }
.woocommerce ul.products li.product img { width:100% !important; height:240px !important; object-fit:cover !important; border-radius:8px !important; display:block !important; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { margin:10px 0 0 !important; line-height:1.25 !important; font-size:17px !important; min-height:2.5em !important; white-space:normal !important; word-break:break-word !important; overflow-wrap:anywhere !important; }
.woocommerce ul.products li.product .price { margin-top:6px !important; display:block !important; }
.woocommerce ul.products li.product .button { margin-top:auto !important; width:100% !important; }
