/*product and all product page css*/
.primary-color{
  color: #000929 !important;
}
.secondry-color{
  color: #FAB90A !important;
}
/* slider */
.post-slide{
  margin: 0px 10px 10px;
  border-radius: 15px;
  padding-top: 1px;
  box-shadow: 0px 14px 22px -9px #bbcbd8;
}
.media {
  overflow: hidden;
}
.product-new-arrival-heading{
  display: flex;
}
#filters li span.active {
  background-color: #000;
  font-weight: 600;
}

.product-section {
  margin-bottom: 55px;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.product {
  background-color: #000;
  padding: 6px;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.product:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.product img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.product img:hover {
  transform: scale(1.1);
}

.product .product-body {
  padding: 15px;
  height: calc(100% - 200px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 245px;
}

.product .product-body h3 {
  margin: 6px 0 10px;
  color: #fff;
}

.product .product-body p {
  font-size: 12px;
  text-align: center;
  flex-grow: 1;
  color: #fff;
  margin: 0 0 22px !important;
}

.product-body .details-link {
  display: inline-block;
  background-color: #f8b708;
  color: #ffffff !important;
  text-align: center;
  padding: 3px 15px;
  margin-top: 5 px;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.para-details {
  color: #000929 !important;
  font-size: 32px !important;
  font-weight: 600;
}
.single-post-text a{
  font-size: 13px;
}
.viewAllProduct{
  display: block;
  font-weight: 700;
}
.all-product-sec .product{
  margin-bottom: 1rem;

}



/*product detail page*/
.small-img-group {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  gap: 6px;
}
.main-img {
  margin-bottom: 5px;
  height: 500px;
  border: 1px solid lightgray;
}
.small-img-col {
  flex-basis: 24%;
  cursor: pointer;
  height: 120px;
  border: 1px solid lightgrey;
}
.small-img {
  height: 100%;
}
h3 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.product-heading-txt {
  font-size: 16px;
  font-weight: 600;
  color: rgb(184, 184, 184);
}
.book-btn {
  display: inline-block;
  background-color: #020e2a;
  color: #ffffff !important;
  padding: 5px 15px;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s;
  font-size: 14px;
}
.viewAllImg {
  display: inline-block;
  background-color: #FAB90A;
  color: #ffffff !important;
  padding: 5px 15px;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s;
  font-size: 13px;
  font-weight: 700;
  position: absolute;
  right: 3%;
  bottom: 2%;
}
.product-heading-summary {
  margin-top: 25px;
}
.product-details-summary {
  font-size: 17px;
  font-weight: 400;
  margin-top: 15px !important;
}
.spec-table-row-heading {
  text-decoration: underline !important;
  text-underline-offset: 5px !important;
  font-weight: 500 !important;
}
.list-heading {
  
}
#formSubmitModal .modal-header h5 {
  display: inline;
  font-size: 18px;
  font-weight: 700;
}

#formSubmitModal input {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}
#formSubmitModal .formBtn {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  font-weight: 500;
}
#formSubmitModal .formSubmitBtn {
  background-color: #020e2a;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
}
.spec-table th,
.spec-table td {
  padding: 8px;
  text-align: left;
}
.spec-table th {
  background-color: #f2f2f2;
}
.spec-header {
  font-size: large;
  padding: 10px 0;
}
.spec-table td, th {
  border: none;
}
.products-detail-sec h1.primary-color {
  font-size: 20px;
  font-weight: 900;
}
.products-detail-sec .individual-product{
  margin-top: 1rem;
}
.img-sec{
  position: relative;
}
.products-detail-sec .img-sec .img-card {
  margin-bottom: 2rem;
  border: 1px solid #000;
  border-radius: 8px;
  overflow: hidden;
}
#viewAllImg .img-card {
  margin-bottom: 1.5rem;
}
#viewAllImg .img-card img{
  height: 300px;
  margin: auto;
}
#viewAllImg .modal-header{
  border-bottom: none;
}
.table-responsive{
  border: 1px solid #d1cece;
  border-radius: 6px;
  overflow: hidden;
}
.products-detail-sec h2.product-heading-name{
  margin-top: 1rem;
}
.back a{
  font-weight: 600;
  font-size: 18px;
}
.back a i{
  font-size: 23px;
  font-weight: 900;
  position: relative;
  top: 1px;
  padding-right: 10px;
}