/**** New style ****/
button.darkbutton {
  background: #231f20;
  border: 1px solid #231f20;
  border-radius: 6px;
  font-weight: 700;
  font-size: 15px;
  opacity: 0.85;
}

button.darkbutton:hover {
  background: #d7282f;
  border: 1px solid #d7282f;
  opacity: 1;
}

button.red_btn {
  background: #fff;
  width: 100%;
  opacity: 0.8;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  height: 35px;
  border: 1px solid #d7282f;
  color: #d7282f;
  margin: 0;
  border-radius: 4px;
}

button.red_btn:hover {
  background: #d7282f;
  color: #fff;
}

div .brand_serach {
  color: #fff;
  background: #d7282f;
  border-radius: 6px;
  border: 1px solid #d7282f !important;
  text-transform: capitalize;
  height: auto;
  font-weight: 600;
}

div .brand_serach:hover {
  color: #d7282f;
  background: #d7282f;
  color: #fff;
  opacity: 0.8;
}

.buttonbox {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}

/***** Produce detail page *****/
.outer_layout {
  width: 98%;
  margin: 2rem auto;
}

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

.product_list_left h3 {
  color: #231f20;
  font-size: 21px;
  font-weight: 600;
}

.list_img {
  width: 30px;
  height: 30px;
}

.list_img img {
  height: 25px;
  object-fit: fill;
  filter: grayscale(100%);
}

div .list_txt span {
  font-weight: 400;
  font-size: 14px !important;
  color: #231f20;
  margin: 0 10px;
  font-family: open sans;
}

.detail_accordian {
  background: #ffe8ec !important;
  border-radius: 6px 6px 0px 0px !important;
  height: 37px;
}

.detail_row {
  padding: 0 !important;
}

ul.detail_row li {
  padding: 0;
}

div .list_img {
  padding: 12px 9px !important;
  margin: 8px 0 0 0 !important;
  border-radius: 6px;
}

.MuiPaper-root {
  box-shadow: none !important;
}

.css-1elwnq4-MuiPaper-root-MuiAccordion-root:before {
  background: none !important;
}

.price_slider {
  display: flex;
  font-weight: 700;
  font-size: 14px;
  color: #223354;
  text-align: center;
  margin: 20px 0;
}

.price_slider label {
  font-weight: 700;
  font-size: 14px;
  color: #223354;
  width: 100%;
}

.accordian_txt {
  font-weight: 600 !important;
  text-transform: uppercase;
  font-size: 17px !important;
  font-family: open sans !important;
}

.price_slider input {
  width: 109px !important;
  border-radius: 6px;
  height: 16px;
}

.centertxt {
  padding: 16px;
}

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

.main_accordian {
  box-shadow: 0 3px 9px 0 rgb(0 0 0 / 10%);
  border-radius: 6px;
  margin-bottom: 25px;
}

.scroll_div {
  height: 400px;
  overflow-y: scroll;
  white-space: nowrap;
}

.detail_list {
  padding: 0;
}

/**Search bar **/
.searchbar {
  background: #ffffff;
  border: 1px solid #cccedd;
  border-radius: 6px;
  padding: 6px 9px 6px 30px;
  display: flex;
  margin: 10px 0 0px;
  justify-content: space-between;
  align-items: center;
}

.searcharea input {
  padding: 6px 0px 0 30px !important;
  color: #223354;
  width: 92% !important;
  text-transform: capitalize;
  white-space: nowrap;
  width: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
}

div .brand_check span {
  font-size: 14px !important;
  border-radius: 2px;
  color: #231f20;
  font-family: open sans;
}

/**Search bar **/

/**============================================= product list page style ==========================================**/
.product_list_left {
  background: #fff;
  padding: 20px;
}

.product_list_right {
  background: #fff;
  border-radius: 6px;
  padding: 30px;
  margin-top: 10px;
}

.p_listhead {
  font-size: 24px;
  font-weight: 600;
  display: flex;
  margin-bottom: 14px;
}

.p_listhead span {
  color: #9d9d9d;
  font-size: 15px;
  font-weight: 600;
}

.product_col {
  background: #fff;
  /* box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px; */
  box-shadow: inset rgba(17, 17, 26, 0.05) 0px -1px 1px,
    rgba(17, 17, 26, 0.3) 0px 0px 3px;
  border-radius: 6px;
  height: 100%;
  margin: 0 0 0 1px;
  overflow: hidden;
}
.product_col:hover {
  box-shadow: inset rgba(17, 17, 26, 0.05) 0px -1px 1px,
    rgba(17, 17, 26, 0.5) 0px 0px 3px;
  transition: all ease;
}

.product_col_big {
  background-color: #f7f7f7;
  background: rgb(0 0 0 / 10%);
  box-shadow: 0px 9px 16px rgba(159, 162, 191, 0.18),
    0px 2px 2px rgba(159, 162, 191, 0.32);
  border-radius: 6px;
  height: 100%;
}

.product_col_inn {
  border-bottom: 1px solid #ececec;
  justify-content: space-between;
  padding: 15px;
  min-height: 61px;
  align-items: center;
}

div .pink_btn {
  background: #ffe8ec;
  border-radius: 3px;
  color: #d7282f;
  font-weight: 700;
  font-size: 13px;
  height: 29px;
  text-transform: capitalize;
  padding: 0;
  box-shadow: none;
}

div .pink_btn:hover {
  background: #ffe8ec;
  text-decoration: underline;
}

.product_col_inn h5 {
  font-weight: 400;
  font-size: 14px;
}

.product_col_inn h5 p {
  color: #231f20;
  font-weight: 400;
  font-size: 12px;
  font-family: "Open sans";
}

.productname_col {
  display: flex;
  padding: 12px;
  justify-content: space-between;
  row-gap: 20px;
}

.productname_col p {
  color: #231f20;
  font-size: 12px;
}

.label_left h4 {
  font-weight: 600;
  font-size: 18px;
  margin: 4px 0 4px;
}

.label_right {
  text-align: right;
}

.product_list_img {
  width: auto;
  min-height: 100px;
  position: relative;
  margin: 0 0px 0;
  max-width: 100%;
  border-radius: 5px;
}

.product_list_img img {
  object-fit: contain;
  width: 100% !important;
  max-width: 100%;
  max-height: 100%;
}

div .location_txt {
  color: rgba(35, 31, 32, 0.6);
  font-size: 15px;
  text-transform: capitalize;
}

.model_column {
  border-top: 1px solid #d9d9d9;
  padding: 7px 0 0;
  justify-content: flex-start;
  align-items: center;
}

.model_column label {
  border-right: 1px solid #d9d9d9;
}

.model_column label:last-child {
  border: none;
}

.product_col_inn b {
  font-weight: 600;
  padding: 0 0 0 0px;
}

.productprice {
  font-size: 14px;
}

.productprice span {
  font-size: 22px;
  color: #d7282f;
}

button.buy_btn {
  background: #d7282f;
  opacity: 0.85;
  border-radius: 6px;
  text-transform: capitalize;
}

button.buy_btn:hover {
  opacity: 1;
  background: #d7282f;
}

.searchtop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/** product list right section **/

/*****======================================================= Product list view ====================================================*****/
.list_layout {
  margin: 0rem 0 3rem;
}

.row_view {
  padding: 0;
}

.row_view .product_col {
  box-shadow: none;
}

.row_view .model_column {
  border: none;
}

div .add_border {
  border-bottom: 1px solid #ececec;
  margin: 0;
}

.add_border p {
  font-size: 14px;
  line-height: 23px;
  margin: 0;
  color: #5c5c5c;
}

.row_view .productname_col {
  padding: 5px 7px 0px 4px;
}

.row_view .model_column label {
  border: none;
}

.row_view .product_col_inn {
  padding: 0px 15px 8px 0;
  min-height: auto;
}

.row_view_img {
  position: relative;
}

div .wishlist_btn {
  width: 26px;
  height: 26px;
  top: 6px;
  color: #bdbdbd;
  font-size: 12px;
  border: none;
  cursor: pointer;
  text-align: center;
  border-radius: 40px;
  text-transform: capitalize;
  padding: 0 2px;
  z-index: 1;
  min-width: 0;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dddddd;
  margin-left: 10px;
}

div .wishlist_btn:hover {
  background: none;
}

.location_icon {
  position: relative;
  left: -3px;
  top: 4px;
  color: #d7282f;
  font-size: 18px !important;
}

.row_view .product_list_img img {
  object-fit: contain;
}

.sort_area {
  font-size: 15px;
  padding: 5px 0 0 0;
  margin-top: 20px;
  top: 22px;
  right: 20px;
}

.sort_area span svg {
  margin: 0px 13px -7px 0px;
}

.sort_icon_status {
  color: #d7282f;
}

.txt_color {
  color: #2e7d32;
  font-size: 14px;
  text-transform: capitalize;
  padding: 8px 0;
  font-weight: 600;
}

.txt_color:hover {
  text-decoration: underline;
}

.row_view .model_column {
  justify-content: space-between;
  display: flex;
  gap: 20px;
}

.filter_menu {
  display: none;
}

.list_row {
  margin-bottom: 20px;
}

.rowlist_view {
  box-shadow: 0 3px 9px 0 rgb(0 0 0 / 10%);
  border: 1px solid #e1e1e1;
  margin: 0 0 1rem;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

div .get_quote {
  height: 32px;
  background: #fff;
  color: #d7282f;
  font-size: 13px;
  border-radius: 4px;
  border: 1px solid #d7282f;
  padding: 12px 10px;
  box-shadow: none;
  text-transform: none;
  font-weight: 600;
}

div .get_quote:hover {
  background: #d7282f !important;
  color: #fff;
  box-shadow: none;
  border: 1px solid #d7282f;
}

.categ_img {
  width: 25px;
  height: 25px;
}

.popupHeading {
  color: #222;
  font-size: 15px !important;
  font-weight: 600 !important;
  padding-right: 50px !important;
}

.popupcross {
  right: 20px;
  position: absolute;
}

.nameEmail {
  width: 100%;
}

.priceForm {
  margin-top: 15px;
}

.priceForm input {
  height: 30px;
}

.successMessage {
  margin: 0 auto;
  width: 80%;
  padding: 0 0 2rem;
}

.successMessage svg {
  margin: 14px 9px -13px 0;
  font-size: 40px;
}

.successMessage p {
  padding: 0 0 10px;
  font-size: 15px;
}

.gridBox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  width: "28%!important";
}

.gridspecialBox {
  grid-column: span 2;
  grid-row: span 2;
}

div .slideback {
  font-size: 16px;
}

.filter_head {
  font-size: 13px !important;
}

div .product_count {
  font-size: 14px;
  margin: 6px 3px 0 9px;
}

.wislistouter {
  border: 1px solid #eaeaea;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

div .wislist_img {
  font-size: 14px !important;
  position: relative;
  top: 1px;
  vertical-align: middle;
  color: #d7282f;
  cursor: pointer;
}

div .wislist_imgActive {
  font-size: 13px !important;
  position: relative;
  top: 0px;
  vertical-align: middle;
  color: #d7282f;
  cursor: pointer;
}

.condition_value {
  clear: both;
}

div .redoutline_btn {
  border: 1px solid #d7282f;
  border-radius: 4px !important;
  background: #fff !important;
  min-width: 116px;
  padding: 2px 10px !important;
  transition: all ease 0.3s;
  min-height: 30px;
}

div .redoutline_btn:hover {
  background: #d7282f !important;
  color: #fff !important;
}

div .redoutline_btn span {
  color: #d7282f !important;
  font-size: 15px !important;
}

div .redoutline_btn:hover span {
  color: #fff !important;
}

div .blackoutline_btn {
  border: 1px solid #d7282f;
  border-radius: 4px !important;
  background: #d7282f !important;
  color: #ffffff !important;
  padding: 0 12px;
  gap: 1px;
  transition: all ease 0.5s;
}

div .blackoutline_btn:hover {
  background: #c21016 !important;
  color: #fff !important;
  border: 1px solid #d7282f;
}

div .blackoutline_btn span {
  color: #ffffff !important;
  font-size: 13px !important;
}

div .blackoutline_btn span:hover {
  color: #fff !important;
}

div .blackoutline_btn:hover span {
  color: #fff !important;
}

.divider {
  border-top: 1px dashed #d2d2d2 !important;
  padding-left: 0 !important;
  margin: 0 10px;
  padding-right: 0 !important;
  padding-top: 11px !important;
  height: 50px;
  width: calc(100% - 20px);
  margin: 0 10px;
}

.location_box {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding: 5px 0;
  height: 40px;
  overflow: hidden;
}

.config_products {
  overflow: hidden;
  position: absolute;
  right: -2px;
  top: 0px;
  background: url("/assets/ribon.svg") no-repeat center;
  color: #fff;
  border-radius: 6px;
  z-index: 4;
  font-size: 11px;
  width: 95px;
  height: 45px;
  display: flex;
  align-items: center;
  background-size: 100%;
  padding: 0 8px 0 18px;
}

.config_products span {
  margin: 0;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  top: -3px;
}

/***** Big Post style *****/
.big_post_id {
  color: rgba(35, 31, 32, 1);
  font-size: 12px;
  font-family: Open sans;
  font-weight: 600;
}

div .number {
  color: rgba(35, 31, 32, 1);
  font-size: 12px;
}

div .product_name {
  color: #231f20;
  font-weight: 500;
  font-size: 13px;
  display: inline-block;
  word-break: break-all;
}

div .big_post_btn {
  padding: 3px 10px !important;
  border: 1px solid #d7282f;
  border-radius: 4px;
  background: #fff;
  color: #d7282f;
  font-size: 15px;
  text-transform: capitalize;
  min-width: 150px;
  letter-spacing: normal;
  right: 0;
  box-shadow: none;
  font-weight: 600;
}

div .big_post_btn:hover {
  background: #d7282f;
  color: #fff;
  box-shadow: none;
}

div .big_post_btnblack {
  padding: 2px 10px !important;
  border: 1px solid #d7282f;
  border-radius: 4px;
  background: #fff;
  color: #d7282f;
  font-size: 13px;
  text-transform: inherit;
  min-width: 116px;
  letter-spacing: normal;
  box-shadow: none;
  font-weight: 600;
}

div .big_post_btnblack:hover {
  background: #d7282f;
  color: #fff;
  box-shadow: none;
  border: 1px solid #d7282f;
}

/***** 27 April 23 *****/
div .product_list_right {
  padding: 16px;
}

.searcharea {
  width: 100% !important;
}

.reset {
  font-weight: 600 !important;
}

.sliderbigimg {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 5px;
}

.bigcondition_valuebig {
  display: flex;
  display: flex;
  justify-content: space-between;
  margin: 0 10px;
}

.stackarrow {
  width: 90%;
  direction: row;
  right: 0;
  top: 40%;
  justify-content: space-between;
  position: absolute;
  z-index: 2;
  margin: 0 5%;
}

.formattxt {
  text-transform: capitalize;
  font-weight: 600 !important;
}

.productid {
  font-size: 12px !important;
}

.specificationbox {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
  border-top: 1px solid #eaeaea;
  padding-top: 10px;
}

div .pink_btn {
  border: 1px solid #d7282f;
  border-radius: 4px !important;
  background: #fff !important;
  height: 35px;
  font-size: 13px;
  font-weight: 600;
  padding: 12px 8px;
}

div .pink_btn:hover {
  background: #d7282f !important;
  color: #fff;
  box-shadow: none;
  border: 1px solid #d7282f;
  text-decoration: none;
}

.productcategory {
  font-size: 14px !important;
  color: #d7282f;
  font-weight: 600;
}

div .pretitle {
  color: #d7282f;
  font-size: 13px;
  margin: 0;
}

.pricetype {
  text-transform: capitalize;
  cursor: pointer;
  padding: 3px 15px;
  border-radius: 4px;
  color: #000000 !important;
  font-size: 12px;
  font-weight: 500 !important;
  width: 100px;
  text-align: center;
  border: 1px solid #e7e7e7;
}

.productlistdata {
  border-left: 1px solid #eaeaea;
}

.productname {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  padding: 0px 0 0 0px;
  color: #231f20;
  display: inline-block;
}

.productname:hover {
  color: #c0050b;
}

.brandbox {
  position: absolute !important;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  bottom: 10px;
  margin: 0 2%;
}

.brandboxbg {
  color: #3e3e3e;
  padding: 2px 8px;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  border: 1px solid #e7e7e7;
}

.brandboxbg .location_txt {
  font-size: 11px;
  color: #3e3e3e;
  font-weight: 600;
  cursor: pointer;
}

/***** List view css *****/
.listproduct_col {
  border: none;
}

.uploadicon {
  font-size: 16px !important;
}

.favicon {
  margin: 2px 0 0 -11px;
}

/********** Styling for 5 grid system **********/

div .redoutline_btn span {
  font-size: 13px !important;
  display: block;
  width: 100%;
}

.product_postimage {
  height: 350px !important;
}

.imgbigpost {
  /* height: 310px; */
  /* aspect-ratio: 1/1; */
  margin-left: 5px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #dddddd;
}

.viewtype {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: end;
  padding: 1rem 0 0;
}

.searchbar_outer {
  width: 90%;
  position: relative;
}

.searchbar_outer svg {
  color: #d7282f;
}

.breadcrumblist {
  margin: -6px 0 8px 1px !important;
  font-size: 13px !important;
}

.sideserchbar {
  display: flex;
  justify-content: end;
}

.slikarrow {
  font-size: 12px !important;
  width: 20px !important;
}

.slikarrow:hover {
  background: transparent !important;
}

.proiddata {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 200px !important;
}

.bigpostouter {
  background: #fff !important;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px,
    rgba(17, 17, 26, 0.1) 0px 0px 8px;
  max-height: auto;
}

.boxround {
  border: 1px solid rgba(221, 221, 221, 0.5);
  border-radius: 5px;
  margin: 10px;
  padding: 10px !important;
}

.locatio_icon {
  color: #d7282f;
  font-size: 15px !important;
  margin: 0 2px -3px 0;
}

.gridboximage {
  position: relative;
}

.post_btnicon {
  font-size: 18px !important;
  margin: 1px 0 0 5px;
}

.post_btnicon2 {
  font-size: 18px !important;
  margin: 3px 0 0 0px;
}

/***** Produce detail page *****/

/***** Product list view styling *****/
.row_view_img {
  height: 200px;
}

.leftcolarrow {
  top: 0;
}

/*********************** Start Big Post new styling after removing makestyle *******************/
div .ProductLocationandbrand {
  color: rgba(35, 31, 32, 0.6);
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
}

div .ProductLocationandbrand svg {
  color: rgba(215, 40, 47, 0.85);
  position: relative;
  bottom: -4px;
  left: -4px;
  font-size: 18px;
}

div .product_bg {
  border-radius: 4px;
  font-size: 13px !important;
  color: #3e3e3e !important;
  padding: 3px 8px;
  min-width: 85px;
  text-align: center;
  text-transform: capitalize;
  width: 100px;
  cursor: pointer;
  border: 1px solid #e7e7e7;
}

div .bigposttile {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

div .checkicon {
  margin: 0 4px 0 0;
}

div .pricestack {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0 !important;
}

div .stacklocation {
  align-items: flex-start;
  display: block;
  min-height: 85px;
}

div .listimg {
  min-width: 28px;
}

/*********************** End Big Post new styling after removing makestyle *******************/

/*********************** New styling after removing makestyle **************************/
.InStockStyle {
  color: #34a853;
  font-family: Open sans;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}

.InStockStyle svg {
  width: 19px;
}

div .ByOrderStyle {
  color: rgba(215, 40, 47, 1);
  font-family: Open sans;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}

div .ByOrderStyle svg {
  width: 19px;
}

div .slidesmall {
  display: flex;
}

div .slideActive {
  border: none !important;
  border-radius: 6px;
  object-fit: cover;
}

div .ProductLocationandbrand {
  font-family: Open sans;
  font-size: 11px !important;
  font-weight: 600 !important;
  white-space: nowrap;
  text-transform: capitalize !important;
  min-width: 100px;
  max-width: 112px;
  overflow: hidden;
  text-overflow: ellipsis;
}

div .ProductLocationandbrand svg {
  color: rgba(215, 40, 47, 0.85);
  position: relative;
  bottom: -4px;
  left: -4px;
  font-size: 18px !important;
}

div .valuebg {
  font-size: 11px;
  color: #3e3e3e !important;
}

@media screen and (max-width: 1800px) {
  .searchbar_outer {
    width: 87%;
  }

  div .pink_btn {
    font-size: 13px;
  }

  div .get_quote {
    font-size: 13px;
  }

  .add_border p {
    font-size: 13px;
  }

  .buttonbox {
    gap: 8px;
  }

  div .redoutline_btn span {
    font-size: 13px !important;
  }

  div .blackoutline_btn span {
    font-size: 13px !important;
  }

  .divider {
    margin: 0 8px;
  }

  /********** Styling for 5 grid system **********/
  div .big_post_btn {
    font-size: 13px;
    min-width: 128px;
  }

  div .big_post_btnblack {
    font-size: 13px;
    min-width: 128px;
  }

  /***** 02 june 2023 css ******/
  .productname {
    font-size: 15px;
    padding: 1px 0 0 4px;
  }

  .productid {
    font-size: 12px !important;
  }

  .row_view .product_col_inn {
    padding: 0px 0 10px;
  }

  .row_view .productname_col {
    padding: 10px 0 10px 0;
  }

  .product_col_inn b {
    padding: 0 0 0 0px;
  }

  .productname {
    padding: 1px 0 0 0px;
  }

  .specificationbox {
    gap: 20px;
  }

  .ProductLocationandbrand {
    font-size: 11px !important;
    width: 80px;
  }
}

/***** Media queries start here *****/
@media screen and (max-width: 1500px) {
  .searchbar_outer {
    width: 85%;
  }

  .p_listhead {
    font-size: 24px;
  }

  .label_left h4 {
    font-size: 14px;
  }

  div .pink_btn {
    font-size: 12px;
  }

  .location_column {
    padding: 0 12px 10px;
  }

  div .location_txt {
    font-size: 12px;
  }

  .product_list_left {
    padding: 18px;
  }

  .productprice span {
    font-size: 16px;
  }

  .model_column p {
    margin: 0;
  }

  .product_col_inn {
    min-height: 61px;
  }

  .product_list_left h3 {
    font-size: 18px;
  }

  .accordian_txt {
    font-size: 15px !important;
  }

  button.darkbutton {
    font-size: 13px;
  }

  .row_view .product_list_img img {
    height: 260px;
    object-fit: contain;
    width: 100%;
  }

  /***** Product List View css 03 May 23 *****/
  div .get_quote {
    padding: 12px 14px;
  }

  /********** 26 May 2023 css **********/
  div .redoutline_btn span {
    font-size: 11px !important;
  }

  div .blackoutline_btn span {
    font-size: 11px !important;
  }

  .conditiondata {
    margin: 0 !important;
  }

  .stacklocation {
    padding: 0 !important;
    justify-content: space-around !important;
    display: flex !important;
    gap: 10px;
  }

  .stackproductname {
    padding: 0 !important;
  }

  .infocol {
    padding: 18px 6px 10px !important;
  }

  .boxquote {
    margin-left: 6px !important;
  }

  div .get_quote {
    padding: 12px 8px;
  }

  div .pink_btn {
    padding: 12px 4px;
  }

  .imageouterbbox {
    height: 360px;
  }
}

@media only screen and (max-width: 1750px) and (min-width: 1536px) {
  .config_products {
    font-size: 11px;
  }
}

@media screen and (max-width: 1300px) {
  div .redoutline_btn {
    min-width: auto;
  }

  div .blackoutline_btn {
    min-width: auto;
  }

  .divider {
    margin: 0 7px;
  }

  .productprice span {
    font-size: 16px;
  }

  .p_listhead {
    font-size: 18px;
    margin: 0;
  }

  .productprice span {
    font-size: 13px;
  }

  .product_col_inn {
    min-height: 50px;
    min-height: auto;
    padding: 12px;
  }

  div .list_txt span {
    font-size: 12px !important;
  }

  div .product_count {
    margin: 4px 0 3px 0;
  }

  /**** May 03 23 responsive css ****/
  .searcharea input {
    font-size: 14px;
  }

  .searcharea {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px !important;
  }

  div .get_quote {
    padding: 12px 15px;
    font-size: 10px;
  }

  .add_border p {
    font-size: 12px;
    line-height: normal;
  }

  .model_column label {
    padding: 0;
  }

  .label_left h4 {
    margin: 4px 0 0;
  }

  div .wishlist_btn {
    font-size: 10px;
  }

  .stackproductvalue {
    padding: 0;
  }

  .config_products {
    width: 120px;
    padding: 0 8px 0 26px;
    font-size: 10px;
  }

  .specificationbox {
    margin: 8px 0 0 0;
  }

  .row_view .get_quote {
    font-size: 12px;
  }

  .viewby {
    font-size: 13px !important;
  }

  .viewtype {
    align-items: center;
  }

  .row_view .product_col {
    padding: 10px 20px 8px 0;
  }

  .overviewfield {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }

  .specificationbox {
    gap: 45px;
  }

  div .product_list_right {
    padding: 10px 6px;
    padding-bottom: 4rem;
  }

  .stacklocation {
    gap: 6px;
  }

  div .product_name {
    font-size: 13px;
  }
}

@media only screen and (max-width: 1700px) and (min-width: 1501px) {
  div .pricestack {
    padding-bottom: 0 !important;
    padding-top: 2px !important;
  }
}

@media only screen and (max-width: 900px) {
  div .pricestack {
    padding-bottom: 16px !important;
    padding-top: 2px !important;
  }
}

@media only screen and (max-width: 1250px) and (min-width: 1199px) {
  .product_blackoutline_btn {
    padding: 1px 1px 1px 2px !important;
  }

  .divider {
    margin: 0 5px;
  }

  .boxquote {
    margin-left: 3px !important;
  }
}

@media screen and (max-width: 1200px) {
  .row_view_img {
    height: 210px;
  }

  .row_view .product_list_img img {
    height: 210px;
  }

  .brandbox {
    display: grid;
    margin: 0 auto;
    gap: 4px;
    text-align: center;
    justify-content: center;
  }
}

@media screen and (max-width: 899px) {
  div .grid_left {
    display: none;
  }

  .sort_area span svg {
    margin: 0px 2px -8px 0px;
  }

  .filter_menu {
    display: block;
    margin: 0 10px;
  }

  .filter_menu button {
    background: #ffffff;
    border: 1px solid #d7d7d7;
    border-radius: 30px;
    color: #231f20;
    box-shadow: none;
  }

  .filter_menu button:hover {
    background: #ffffff;
    color: #231f20;
  }

  .showfilter {
    position: absolute;
    z-index: 1;
    top: 3rem;
  }

  .filter_menu button {
    padding: 3px;
    min-width: 20px;
    font-size: 14px;
    text-transform: capitalize;
  }

  .filter_menu button span {
    margin: 0;
  }

  .searchbar_outer {
    width: 60%;
  }

  .viewtype {
    right: 16px;
  }

  .searchtop {
    align-items: baseline;
  }

  .sort_area {
    display: flex;
  }

  .searcharea {
    width: 100%;
  }

  .p_listhead {
    margin: 2px 0 7px;
  }

  .mobilefilters {
    background: #fff;
    border-radius: 3px;
    width: 300px;
    padding: 12px;
  }

  /********** List view styling **********/
  .row_view_img {
    height: 200px;
  }

  div .big_post_btn {
    min-width: auto;
    font-size: 12px;
  }

  div .big_post_btnblack {
    min-width: auto;
    font-size: 12px;
  }

  .list_right {
    margin-top: 0;
  }

  .brandbox {
    display: block;
    margin: 0 auto;
    gap: 10px;
  }
}

@media screen and (max-width: 768px) {
  div .get_quote {
    padding: 10px !important;
  }

  .row_view .product_list_img img {
    object-fit: contain;
  }

  .product_list_img img {
    object-fit: contain;
  }

  .bigcondition_valuebig {
    left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .sort_area {
    margin: 7px 0 5px 0 !important;
    top: 45px;
    right: 18px;
  }

  .sort_area span svg {
    margin: 0px 8px -8px 0px;
  }

  .product_list_right {
    margin-top: 0px;
  }

  .searchbar_outer {
    /* border: 1px solid #f2f2f2;
    box-shadow: 0px 9px 16px rgba(159, 162, 191, 0.18),
      0px 2px 2px rgba(159, 162, 191, 0.32);
    border-radius: 6px; */
    top: 8px;
    margin: 0 auto 8px;
    left: 0;
    right: 0;
    padding: 0 9px;
  }

  .product_list_right {
    padding: 10px;
  }

  .searchtop .searchbar {
    margin: 5px 0 4px;
    padding-left: 14px;
  }

  .model_column {
    display: flex;
    flex-wrap: wrap;
  }

  /* .model_column label:nth-child(2n) {
    flex-break: after;
  } */

  /* .product_list_right {
    padding: 0 !important;
  } */

  .product_listviewright {
    padding: 10px;
  }

  /***** 3May 2023 css *****/
  .searcharea {
    width: 100% !important;
  }

  .searchtop .searchbar {
    border-radius: 50px;
  }

  div .brand_serach {
    border-radius: 50px;
  }

  .product_col {
    /* margin: 0 10px; */
  }

  .bigpostouter {
    margin: 0 10px;
  }

  .rowlist_view {
    margin: 0 0px 3rem;
  }

  .p_listhead {
    font-size: 16px;
  }

  div .product_count {
    margin: 2px 3px 0 0;
  }

  .sideserchbar {
    display: block;
    position: relative;
  }

  .searchbar_outer {
    width: 100%;
  }

  .filterstack {
    display: flex !important;
    justify-content: space-between !important;
    margin: 16px 0 10px;
  }

  .productname {
    font-size: 14px;
  }

  .bigpostouter {
    margin: 0;
  }

  .imgbigpost {
    /* width: 96%; */
    margin: 0 auto;
  }

  .sliderbigimg {
    padding: 0;
  }

  .bigcondition_valuebig {
    width: 94%;
    margin: 10px auto 0;
    padding: 0;
  }

  .gridboximage {
    padding-left: 16px !important;
  }

  .row_view .productname_col {
    padding: 4px 10px 10px 12px;
  }

  .row_view .product_col_inn {
    padding: 0px 0 10px;
  }

  .row_view .productname_col {
    padding: 4px 0px 10px 0px;
  }

  .row_view .product_list_img img {
    height: 200px;
  }

  .imageouterbbox {
    height: auto;
  }

  .row_view .model_column label {
    padding: 0 0 10px;
    float: left;
    width: 50%;
  }

  /*********************** Start Big Post new styling after removing makestyle *******************/
  .pricestack {
    padding: 5px 10px 15px;
  }

  .div .product_name {
    font-size: 14px;
  }

  div .product_name {
    font-size: 14px;
  }

  .bigpostouter {
    max-height: 100%;
  }

  .searchbar_outer {
    /* display: none; */
    position: absolute;
    top: -11px;
    width: 75% !important;
    margin: 0 0 0 25px;
  }

  .product_col {
    border: 1px solid #e1e1e1;
  }

  .searchbar {
    padding: 0px 6px 0px;
  }

  .searchtop .product_searchbar {
    margin: 5px 0 5px;
  }

  div .brand_serach {
    height: 25px;
    line-height: normal;
    font-size: 12px;
  }

  .viewtype {
    gap: 2px;
  }

  .viewtype svg {
    font-size: 20px;
  }
}

@media screen and (max-width: 600px) {
  .row_view .product_col {
    padding: 0px 20px 10px;
  }

  .row_view .model_column label {
    width: 100%;
  }
}

@media screen and (max-width: 380px) {
  .p_listhead {
    display: block;
  }

  .imgbigpost {
    /* height: 230px; */
    /* aspect-ratio: 1/1; */
    height: auto;
  }

  .gridboximage {
    padding-top: 0 !important;
  }
}
