.single_container {
  max-width: 1290px;
  margin: 0px auto !important;
  padding: 0 20px;
}

.ad {
  display: flex;
  justify-content: center;
  padding: 30px 0px;
  font-family: "poppins";
  width: 100%;
}

.breadcrumb {
  display: flex;
  align-items: center;
  font-family: "poppins";
  gap: 30px;
}

.breadcrumb a {
  color: rgba(89, 89, 89, 1);
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
}

.breadcrumb a::after {
  position: absolute;
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  right: -25px;
}

.breadcrumb a:hover {
  color: rgba(89, 89, 89, 1);
}

.breadcrumb span {
  color: rgba(89, 89, 89, 1);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 36px;
}

.product_info {
  display: flex;
  gap: 30px;
  padding-top: 30px;
}

.product_gallary_col {
  display: flex;
  width: 50%;
  align-items: center;
  gap: 30px;
  padding: 20px;
  border-radius: 10px;
  background-color: rgba(247, 247, 247, 1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

.product_gallary_thumbs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.thumb_nav {
  text-align: center;
  width: 100%;
  cursor: pointer;
}

.thumb_nav img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.thumbs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.thumb_img {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 80px;
  object-fit: fill;
  max-height: 80px;
  height: auto;
  aspect-ratio: 1/1;
  cursor: pointer;
}

.thumb_img.active-thumb {
  border: 2px solid rgba(0, 0, 0, 1);
}

.slides {
  background-color: rgba(255, 255, 255, 1);
  height: 100%;
  width: 100%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.slide {
  width: 100%;
  height: 100%;
  display: none;
  object-fit: contain;
}

.slide.active {
  display: block;
}

.product_description_col {
  width: 50%;
  font-family: "poppins";
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: flex-start;
}
.product_description_col .product_title {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
  color: rgba(0, 0, 0, 1);
  margin: 0px !important;
  text-align: left;
}

.section_title {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: rgba(0, 0, 0, 1);
  margin: 0px !important;
}
.product_description_col p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: rgba(102, 102, 102, 1);
  margin: unset;
}

.enqire_btn {
  font-family: "poppins";
  background-color: rgba(80, 122, 124, 1);
  padding: 14px 26px;
  gap: 10px;
  display: flex;
  align-items: center;
  border-radius: 2px;
  border: none !important;
  outline: none !important;
}

.enqire_btn span {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
}
.enqire_btn img {
  filter: invert(1);
  width: 18px;
  height: 12px;
  object-fit: contain;
}



.product_details {
  font-family: "poppins";
  padding-top: 80px;
}

.product_details .section_title,
.product_bentInfo .section_title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
}

.details_lists {
  font-family: "poppins";
  display: grid;
  grid-template-columns: repeat(2, 47%);
  gap: 10px;
  padding: 10px 0px 0px 0px !important;
  flex-wrap: wrap;
  margin: unset;
}

.details_lists li {
  padding-right: 90px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 460px;
}
.single-sheet_piling .details_lists li {
  width: 470px;
}

.details_lists li p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: rgba(0, 0, 0, 1);
  margin: 0px !important;
}

.details_lists li span {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: rgba(89, 89, 89, 1);
}

.product_bentInfo {
  font-family: "poppins";
  padding-block: 80px;
}

.product_bentInfo_row {
  display: flex;
  align-items: center;
  padding-block: 20px;
}

.bentInfo_img {
  width: 48%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
}

.bentInfo_img img {
  max-width: 400px;
  width: 100%;
  max-height: 300px;
  height: auto;
  object-fit: contain;
}

.bentInfo_details {
  width: 48%;
}

.bentInfo_details li {
  list-style: disc;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(102, 102, 102, 1);
  padding-bottom: 15px;
}

@media screen and (max-width: 1025px) {
  .ad {
    padding: 30px 20px;
  }
  .breadcrumb span,
  .breadcrumb a {
    font-size: 14px;
  }

  .product_gallary_col {
    width: 45%;
    flex-direction: column-reverse;
  }
  .product_gallary_thumbs {
    width: 100%;
    flex-direction: row;
    align-items: center;
  }
  .thumb_nav {
    transform: rotate(270deg);
    width: 10%;
  }
  .thumbs {
    flex-direction: row;
  }
  .thumb_img {
    width: 65px;
    height: 60px;
  }
  .product_description_col {
    width: 52%;
  }
  .details_lists {
    grid-template-columns: repeat(2, 50%);
  }

  .details_lists li {
    padding-right: 40px;
  }

  .details_lists li p {
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .ad {
    flex-wrap: wrap;
  }
  .breadcrumb {
    flex-wrap: wrap;
    gap: 10px;
  }
  .breadcrumb a,
  .breadcrumb span {
    margin-right: 10px;
    line-height: 16px;
  }
  .breadcrumb a::after {
    right: -20px;
  }

  .product_info {
    flex-direction: column;
  }
  .product_gallary_col {
    width: 100%;
  }
  .thumb_img {
    width: 65px;
    height: 60px;
  }
  .slides {
    width: 350px;
    height: 350px;
  }
  .product_description_col {
    width: 100%;
  }
  .details_lists {
    grid-template-columns: repeat(1, 100%);
  }

  .details_lists li {
    padding-right: 10px;
  }
  .product_bentInfo_row {
    flex-direction: column;
  }
  .bentInfo_img,
  .bentInfo_details {
    width: 100%;
    justify-content: flex-start;
  }
}

a:focus {
  outline: none !important;
}
/* Homepage search*/
.search_form {
  font-family: "poppins";
  display: flex;
  flex-direction: column;
  width: 100%;
}
.form_container {
  font-family: "poppins";
  display: flex;
  align-items: stretch;
  width: 100%;
}

.search_input {
  display: flex;
  padding: 16px 20px 16px 20px;
  gap: 5px;
  background: rgba(255, 255, 255, 1);
  flex-direction: column;
  align-items: flex-start;
}

.search_what {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  width: 35%;
  border-radius: 5px 0px 0px 5px;
}
.search_type {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  width: 25%;
}
.search_manufacturer {
  width: 25%;
  border-radius: 0px 5px 5px 0px;
}

.search_input label {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.search_input input,
.search_input select {
  color: rgba(153, 153, 153, 1) !important;
  padding: 0px !important;
  width: 100%;
  outline: none !important;
  min-height: unset !important;
  height: unset !important;
  border: none !important;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 24px;
  border: none;
}

.search_btn {
  background: linear-gradient(180deg, #ff7377 0%, #ff5a5f 100%);
  border-radius: 5px !important;
  width: 15%;
  padding: 10px 30px 10px 30px !important;
  gap: 10px;
  margin-left: 30px !important;
  border-radius: 5px;
  border: 1px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer !important;
}
.search_btn span {
  color: #fff;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 30px !important;
}

.search_btn img {
  width: 24px;
  height: 25px;
}

.bottom_container_tag {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
  margin-top: 40px;
}
.tag__heading {
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
  color: rgba(0, 0, 0, 1);
  margin: 0px !important;
}

.tags {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 10px;
}

.tags a {
  background-color: #fff;
  padding: 3px 20px 3px 20px;
  gap: 5px;
	text-transform:lowercase;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.tags a:hover{
	color:#000;
}
@media (max-width: 1025px) {
  .search_what {
    width: 28%;
  }
  .search_type {
    width: 26%;
  }
  .search_manufacturer {
    width: 27%;
  }
  .search_btn {
    width: 19%;
  }
}
@media (max-width: 900px) {
  .form_container {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
  }
  .search_what {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    border-radius: 5px !important;
  }
  .search_type {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    border-radius: 5px !important;
  }
  .search_manufacturer {
    width: 100%;
    border-radius: 5px !important;
  }
  .search_btn {
    width: 49%;
    padding: 20px 30px !important;
    margin-left: 0px !important;
  }
  .tags {
    overflow: auto;
    flex-wrap: nowrap;
  }
  .tags::-webkit-scrollbar {
    visibility: hidden;
  }
  .tags a {
    min-width: max-content;
  }
}

/*homepage types*/
.type_container {
  display: grid;
  row-gap: 50px;
  column-gap: 20px;
  grid-template-columns: repeat(5, 1fr);
  padding-inline: 20px;
}
.type {
  border: 1px solid #e9eef2;
  border-radius: 5px;
  font-family: "Poppins";
  padding-bottom: 30px;
  position: relative;
  width: 100%;
  height: auto;
}
.type p,
.type h4 {
  margin: 0px;
}

.type_title {
  width: 100%;
  border-bottom: 0px solid #e9eef2;
  padding-block: 15px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.type_title h4 {
  color: #023b4a;
  font-weight: 500;
  font-size: 16px;
  max-height: 49px;
  line-height: 24px;
  text-align: Center;
}
.type_details {
  max-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 10px;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
}

.type_name {
  display: flex;
  align-items: center;
  gap: 10px;
}
.type_name span a,  .type_name a:hover {
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  color: rgba(0, 0, 0, 0.6);
}
.type_qantity {
  background-color: rgba(233, 238, 242, 1);
  padding: 1px 7px;
  min-width: 30px;
  text-align: center;
  color: #000;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  border-radius: 30px;
}
.type_details:last-of-type {
  border: 2px solid orange !important;
}
.arrow_btn {
  position: absolute;
  bottom: -20px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.arrow_btn .btn {
  display: flex;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: rgba(233, 238, 242, 1);
}

@media (max-width: 1025px) {
  .type_container {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: row;
  }
}
@media (max-width: 767px) {
  .type_container {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: row;
  }
}
@media (max-width: 500px) {
  .type_container {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-flow: row;
  }
}

/*homepage products */
.product_container {
  display: grid;
  row-gap: 30px;
  column-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  padding-inline: 20px;
  grid-auto-flow: row;
}
.product_box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
  font-family: "Poppins";
}
.product_image {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 10px;
  height: 200px;
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.product_image img {
  object-fit: fill;
  max-height: 100%;
  aspect-ratio: 1;
}
.product_title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-block: 15px;
  color: rgba(0, 0, 0, 1);
  text-align: left;
}
.product_compare {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  gap: 9px;
  color: rgba(102, 102, 102, 1);
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.product_compare input[type="checkbox"] {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  outline: 0;
  border-radius: 1px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.31);
  -webkit-transition: 0.05s border-color ease-in-out;
  -moz-transition: 0.05s border-color ease-in-out;
  -ms-transition: 0.05s border-color ease-in-out;
  -o-transition: 0.05s border-color ease-in-out;
  transition: 0.05s border-color ease-in-out;
  margin: unset;
}
.view_btn {
  background: rgba(80, 122, 124, 1);
  border-radius: 5px;
  padding-block: 10px;
  color: rgba(255, 255, 255, 1);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  width: 100%;
  display: block;
  text-decoration: none;
}
.view_btn:hover {
  color: #fff;
}
@media (max-width: 1025px) {
  .product_container {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: row;
  }
}
@media (max-width: 767px) {
  .product_container {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: row;
  }
}
@media (max-width: 500px) {
  .product_container {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-flow: row;
  }
}

/*page common css */

.page_container {
  padding-block: 70px 90px;
}

.page_header {
  height: 185px;
  padding-inline: 20px;
  margin-top: -95px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 25px;
  background: url(https://sheetpilingspecs.com/pilebuck/wp-content/uploads/2024/07/header_bg-scaled.jpg),
    #e6ecf2;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-blend-mode: soft-light;
}
.page_header_title {
  color: #023b4a;
  font-family: "Poppins", Sans-serif;
  font-size: 30px;
  font-weight: 500;
  text-transform: normal;
  line-height: 39px;
}
@media (max-width: 767px) {
  .page_header {
    background-size: 160%;
  }

  .page_header_title {
    font-size: 20px;
    line-height: 30px;
  }
}

/* compare page */
.specifications h3 {
  color: rgba(0, 0, 0, 1);
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
}


/* Product Form Popup */
      .modal {
        display: none;
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(255 255 255 / 93%);
      }

      .modal-content {
        background-color: #e9eef2;
        margin: 45px auto;
        padding: 15px;
        width: 40%;
        display: flex;
        flex-direction: column;
        gap: 10px;
        border-radius: 10px;
        align-items: center;
      }

      .close {
        color: rgba(80, 122, 124, 1);
        text-align: right;
        font-size: 29px;
        font-weight: bold;
        align-self: flex-end;
      }

      .close:hover,
      .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
      }

      .product_popup_form {
        display: flex;
        flex-direction: column;
        gap: 15px;
        width: 95%;
      }
      .product_popup_form input,
      .product_popup_form textarea {
       border: none !important;
    outline: none !important;
    background-color: rgba(255, 255, 255, 1) !important;
    padding: 12px !important;
    border-radius: 2px !important;
    font-family: Poppins;
    font-size: 17px !important;
    font-weight: 400;
    line-height: 25.5px !important;
    text-align: left;
    color: rgba(97, 97, 97, 1) !important;
      }
    
.product_popup_form textarea {min-height:100px !important;}
      .send_btn {
        font-family: "poppins";
        background-color: rgba(80, 122, 124, 1);
        padding: 10px 26px;
        color: #fff;
        border-radius: 2px;
        border: none !important;
        outline: none !important;
        font-size: 18px;
        font-weight: 500;
        line-height: 28px;
        cursor: pointer;
        text-align: center;
        text-transform: capitalize;
        width: max-content;
      }

@media (max-width:1225px){
  .modal-content {
		width: 60%;}
}

@media (max-width:767px){
  .modal-content {
		width: 90%;
	margin-top:100vh;}
}

/* popup form ends */

/* menufacturer list  */
.manufacturer_list{
	display:grid;
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 20px;
	grid-auto-flow:row;
grid-column-gap:30px;}

.manufacturer_list a, .manufacturer_list a:hover{color:#000;font-size:15px;
font-weight:500}

@media (max-width:1025px){
.manufacturer_list{
	
	grid-template-columns: repeat(2, 1fr);}
}

@media (max-width:550px){
.manufacturer_list{	
	grid-template-columns: repeat(1, 1fr);}
}


/* compare page new css  */
.compare_container{
	display:flex ;
	flex-direction:column;
	align-items:center;
	font-family:"poppins", sans-serif;
}
.compare_container h1{text-align:center}

#search-box {
    width: 50%;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    box-sizing: border-box;
}

#results {
width: 50%;
    list-style: none;
    padding: 0;
    max-height: 51vh;
    margin: 0;
    overflow-y: scroll
}

#results::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.1);
	background-color: transparent;
}

#results::-webkit-scrollbar
{
	width: 10px;
	background-color: transparent;
}

#results::-webkit-scrollbar-thumb
{
	background-color: #cdcdcd;
	border: 2px solid #cdcdcd;
}

#results li {
	padding: 10px;
  background-color: rgb(233 238 242);
  margin-bottom: 10px;
  cursor: pointer;
		border:1px solid  rgb(233 238 242);
}

#results li:hover {
    background-color:rgb(233 238 242 / 81%);
	border:1px solid  rgb(233 238 242);
}

.compare_loader {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #507A7C;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.p__title1{
	margin-bottom:40px;
}


.switch_unit {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch_unit input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.switch_unit .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch_unit .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch_unit input:checked + .slider {
  background-color: #2196F3;
}

.switch_unit input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.switch_unit input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.switch_unit .slider.round {
  border-radius: 34px;
}

.switch_unit .slider.round:before {
  border-radius: 50%;
}

@media (max-width:867px){
	#search-box {
    width: 100%;
}
#results {
width: 100%;
	max-height: 41vh;
}
	#results li {
		padding:6px 10px;}
}

/* Browse page css  */
.browse_container {
  display: flex;
  padding-block: 70px 90px;
	justify-content:space-between
}

.browse_form_col {
    width: 27%;
    background-color: #E9EEF2;
    padding:20px 10px;
	height:max-content;
}

.browse_form_col h5 {
  font-size: 20px;
  color: #121212;
}

.browse_left_form {
  font-family: "poppins", sans-serif;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.browse_left_form .top-div{display:flex;
flex-direction:row;
justify-content:space-between;
align-items:center;}

.browse_left_form .top-div .swicther
{width:36%;
	display: flex;
    flex-direction: row;
    align-items: center;
	margin-bottom:20px;
}


.browse_left_form div {
  display: flex;
  flex-direction: column;
  gap: 7px;
  width: 100%;
}

.browse_left_form div label {
  color: #121212;
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
}

.browse_left_form input[type=number],
.browse_left_form select {
  background-color: #fff;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #E9EEF2;
  outline: none;
  padding: 10px;
  color: #666666;
	max-width:100%;
	outline:none;
}


.browse_left_form input[type=number]:focus,
.browse_left_form select:focus {border-color:transparent;
outline:none;}

/* Chrome, Safari, Edge, Opera */
.browse_left_form input[type=number]::-webkit-outer-spin-button,
.browse_left_form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.browse_left_form input[type=number] {
  -moz-appearance: textfield;
}

.browse_left_form button,
.browse_left_form button:hover,
.browse_left_form button:focus {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  padding: 15px 0px 15px 0px;
  background-color: #507a7c;
  color: #fff;
  border: none;
  cursor: pointer;
	margin-bottom:10px;
}

.browse_left_form select::-webkit-scrollbar {
  width: 10px;
}

.browse_left_form select::-webkit-scrollbar-track {
  background: #e9eef2;
}

.browse_left_form select::-webkit-scrollbar-thumb {
  background: #e9eef2;
  border-radius: 1px;
}

.browse_left_form select::-webkit-scrollbar-thumb:hover {
  background: #c7c7c7;
}

.browse_left_form select {
  scrollbar-width: thin;
  scrollbar-color: #c7c7c7 #f1f1f1;
}

.broswse_filter_wrapper {
  display: flex;
  width: 70%;
}

#filter-message {
  font-size: 15px;
  color: red;
  display: block;
	width:100%;
	text-align:center;
}

.product_details_container {
  flex-direction: column;
  gap: 30px;
  display: flex;
	width:100%;
}

.product_details_container .product_details{padding-top:5px}

@media (max-width:1025px){
	.browse_container {
  display: flex;flex-direction:column;
		gap:50px;
justify-content:flex-start;
}

.browse_form_col {
  width: 100%;
}
	.broswse_filter_wrapper {
  width: 100%;
}
}
