:root {
  --background_color_common: #03396c;
  --background_color_btn_primary: #474069;
  --background_color_common_hover: #012240;
  --background_color_common_active: #001120;
  --button_text_color: #000000;
  /*--button_hover_color:#C0C0C0;*/
  --button_hover_color: #b9d3eb;
  --tr_focused_color: #97bbdb;
  --btn_fill_light: #6495ed;
  --background_color_dark_blue: #3498db;
  --background_color_div_light: #f8f9fb;
  --background_color_div_light_hover: #c6c7c8;
  --background_color_div_light_btn_active: #9e9fa0;
  --list_hover_background_color: #b9d3eb;
  --icon_colors: #a9a9a9;
  --icon_hover: #2ecc71;
  --entry_light_grey: #eff3f4;
  --light_border_grey: #e3eaec;
  --attention_red: #ffb833;
  --attention_red_hover: #e59809;
  --top_title_darkest: #323232;
  --top_title_dark: #356089;
  --top_title_light: #6788a6;
  --top_title_bottom_border: #6f6f6f;
  --fill_color_gray: #71797E;
  --fill_color_focus_light_blue: #55a9e1;
  --paled_btn_backgrd: #585858;
  --section_color_light_blue: #f0ffff;
  --section_color_light_ivory: #FFFFF0;
  --mild_blue: #00b0eb;
  --light_background_border: #e5e7eb;
  --background_color_div_light: #f8f9fb;
  /*no image frame border*/
  --background_color_div_light_hover: #c6c7c8;
  --light_frame_color: #dfe0e1;
  --background_color_common: #03396c;
  --background_color_dark_blue: #3498db;
  --banner_height: 90px;
  --top_navbar_height: 50px;
  --slider_height:500px;
  --details_div_top_padding: 15px;
}

.body {
  margin: 0 auto;
  padding: 20px;
  user-select: none;
  background-color: #eee;
}
.navbar-brand{
  font-size:12px!important;
  color:gray!important;
}
.hrz_align_center {
  text-align: center;
}

.hrz_align_left {
  text-align: left;
}

.hrz_align_right {
  text-align: right !important;

}
.flex_centered{
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/*-----------------------------------------*/
[name=slider] {
  position: relative;
  top: 108%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin: 0 15px 0 0;
  opacity: 0.4;
  transform: translateX(-83px);
  cursor: pointer;
  display: none;
}

/* input[name=slider]:checked {
  opacity: 1;
} */

#slider {
  position: relative;
  width: 80%;
  height: var(--slider_height);
  margin: auto;
  font-family: 'Helvetica Neue', sans-serif;
  perspective: 1400px;
  transform-style: preserve-3d;
}

#slider label,
#slider label img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: white;
  font-size: 70px;
  font-weight: bold;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 400ms ease;

}

/*for center img*/
#s1:checked~#slide1,
#s2:checked~#slide2,
#s3:checked~#slide3,
#s4:checked~#slide4,
#s5:checked~#slide5 {
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  transform: translate3d(0%, 0, 0px);
}

/*for 1st img*/
#s1:checked~#slide2,
#s2:checked~#slide3,
#s3:checked~#slide4,
#s4:checked~#slide5,
#s5:checked~#slide1 {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.2);
  transform: translate3d(9%, 0, -100px);
}

/*for 2nd img*/
#s1:checked~#slide3,
#s2:checked~#slide4,
#s3:checked~#slide5,
#s4:checked~#slide1,
#s5:checked~#slide2 {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  transform: translate3d(20%, 0, -250px);
}


/*for previous 1st img (left side)*/
#s1:checked~#slide5,
#s2:checked~#slide1,
#s3:checked~#slide2,
#s4:checked~#slide3,
#s5:checked~#slide4 {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.2);
  transform: translate3d(-9%, 0, -100px);
}

/*for previous 2nd img (most left*/
#s1:checked~#slide4,
#s2:checked~#slide5,
#s3:checked~#slide1,
#s4:checked~#slide2,
#s5:checked~#slide3 {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  transform: translate3d(-20%, 0, -250px);
}

/*---------------------------------------------------*/
select,
select:active,
select:focus,
input,
input:active,
input:focus {
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
}

#navbar-collapable {
  background-color: rgb(255, 255, 240, .8);
}
#nav_display_page_name{
  font-size:16px;
}

.topnav li {
  /* width: 150px; */
  margin-right: 10px;
}

.topnav a {
  display: block;
  float: left;
  text-align: center;
  padding: 5px 18px 5px 18px;
  text-decoration: none;
  font-size: 16px;
  color: black;
  border-radius: 50px;
  width: 100%;
}


.topnav a:hover {
  color: white;
  background-color: var(--mild_blue);
}

.topnav a.active {
  box-shadow: 0 4px 5px 0 rgba(125, 125, 125, .4);
  background-color: var(--mild_blue) !important;
}

.icon_anchor {
  float: right !important;
}

.top_alert {
  margin: 0 auto;
  position: fixed;
  text-align: center;
  top: 0;
  left:50%;
  transform:translate(-50%) ;
  width:400px;
  z-index: 13005;
  /* z-index is important here because it must be top of every window*/
}
button.close{
  /* float:right!important; */
  position:absolute;
  right:0;
  top:0;
  background-color: transparent;
  color:grey;
  font-size:24px;
  border:none;
  text-shadow: 1px 1px 2px gray;
}
button.close:hover{
color:yellow;
}
.center_alert {
  position: fixed;
  text-align: center;
  top: 50%;
  z-index: 13005;
}
.center_alert_success,.center_alert_warning{
  background-color:#99cc33;
  color:black;
  border:1px solid white;
  width:300px;
}
.center_alert_warning{
  background-color:#cc3300;
  color:white;
}
.center_alert_no_collapse{
  width:500px;
  height:200px;
  overflow-y: auto;
  position: fixed;
  top: 50%;
  z-index: 13005;
  padding:25px 18px 18px 18px;
  word-break:normal;
  border-radius:5px;
  outline:none;
  border:none;
}
#dialog_center_alert{/*text entry section in center dialog of alert*/
text-indent: 12px;
line-height: 1.5rem;
text-justify: justify;
text-align:center;
}
.pagination_div {
  text-align: center;
}


#display_item_area {
  overflow: auto;
  position: relative;
  /* padding-right:159px;for right side empty space for big screen. */
}

#selected_item_display_wrapper {
  position: relative;
}

#productSection {
  --gap: 5px;
  --num-cols: 5;
  --row-height: 330px;
  box-sizing: border-box;
  padding: 0 12px 0 5px;
  display: grid;
  grid-template-columns: repeat(var(--num-cols), 1fr);
  grid-auto-rows: var(--row-height);
  gap: var(--gap);
  justify-items: center;
}
#productSection.inquiry_list_product_section{
  --num-cols: 4;
}
#image_side {
  /*public_model.php image side (left of the page)*/
  /* border: 1px solid #888888;; */
  /* box-shadow: inset 0 0 5px #888888; */
  padding: 20px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  flex-direction: column;

}
.public_model_gallery_sect {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
}
#product_detail_section{
  display:none;
}
.control_btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: -webkit-sticky;
  /* Safari & IE */
  position: sticky;
  top: 0;
  z-index:6;
  padding: 0 50px 10px 50px;
}

ul {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  flex: 1;
}

.display_btn_wrapper button,
#deliver_inq,
.styled_btn  {
  padding: 5px 15px;
  color: white;
  display: block;
  cursor: pointer;
  /* width: 150px; */
  background-color: var(--mild_blue);
  margin-right: 10px;
  border: none;
  border-radius:50px;
  box-shadow: 3px 3px 4px var(--background_color_common) !important;
}

#deliver_inq,
.styled_btn {
  margin: 0 auto;
  display: block;
}
#deliver_inq:hover,
.styled_btn:hover{
background-color:#00a1d7!important;
}
#deliver_inq:focus,
.styled_btn:focus{
  background-color: #0093c4!important;
}

.control_btns .display_btn_wrapper {
  display: flex;
}

.control_btns button:hover {
  background-color: var(--mild_blue);
  color: white;
}

.control_btns button:focus,
.control_btns button:active {
  border: none;
  outline: none;
}

#deliver_inq:hover {
  background-color: var(--mild_blue);
  color: white;
}

.active_btn {
  background-color: var(--mild_blue);
  box-shadow: 3px 3px 4px var(--background_color_common) !important;
  color: white;
}

.topnav a.active_btn {
  color: white;
}

.cat_list_cls a.active_btn {
  color: white;
}

.top_title {
  background-color: var(--mild_blue);
  color: white;
  padding: 10px;
  text-align: center;
}

h6 {
  margin-bottom: 0;
}
.panel_right{
  height:600px;
  overflow-y: auto;
  overflow-x: hidden;
}
.content_wrapper {
  padding: 10px 5px 10px 5px;
  border-radius: 5px;
  border: none;
  background-color: var(--section_color_light_blue);

}
.sticky{
  position: -webkit-sticky;
  /* Safari & IE */
  position: sticky!important;
  top: 0;
  z-index:6;
}
.info_side_wrapper {
  padding: 5px 0 5px 0;
  font-size: 14px;
}

.modal_body_flex {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between"

}

.scrollable_dialog {
  overflow-y: initial !important
}

.modal-footer {
  padding: 5px 10px 5px 10px !important;
}

.scrollable_body {
  max-height: 60vh;
  overflow-y: auto;
  margin: 0;
  padding: 0;
}

.vl {
  border-left: 2px solid gray;
  height: 500px;
}

#detailimgsection {
  padding: 10px;
}

#detailspecsection {
  padding: 10px;
  width: 100%;
}

/* #display_selected_items{
    --gap: 16px;
    --num-cols: 4;
    --row-height: 100px;

    box-sizing: border-box;
    padding: var(--gap);
    display: grid;
    grid-template-columns: repeat(var(--num-cols), 1fr);
    grid-auto-rows: var(--row-height);
    gap: var(--gap);
} */
/* .stored_first_line{
display:flex;
justify-content: center;
align-items: center;
} */
.stored_item_hr {
  margin: 0;
}

.stored_delete {
  display: flex;
  align-items: flex-start;
  padding: 0;
  justify-content: center;
}

.stored_img_wrapper {
  display: flex;
  align-items: center;
  padding: 5px;
}

.stored_img {
  width: 100%;
  border-radius: 5px;
}

.stored_text_qty_wrapper {
  font-size: 10px;
  word-break: break-all;
  position: relative;
}

.stored_text_col {
  padding-left: 0;
  font-size: 12px;
}

.stored_qty_row {
  position: absolute;
  bottom: 0;
  right: 12px;
}

.stored_qty_wrapper_wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}

.stored_qty_wrapper {
  position: relative;

}

.stored_qty_input {
  height: 20px !important;
  font-size: 12px;
  text-align: center;
  width: 100%;
  border-radius: 5px;
  border: 1px solid var(--light_border_grey);
  box-shadow: 2px 2px 2px rgb(211, 211, 211, .4), -2px -2px 2px rgb(211, 211, 211, .4);
}

.stored_qty_input:focus {
  outline: none !important;
  box-shadow: 0 0 5px #acdfea;
  border: solid 1px var(--background_color_dark_blue);
}

.stored_qty_edit_btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  padding: 0;
  border-radius: 5px;
  border: 1px solid var(--light_border_grey);
  box-shadow: 2px 2px 2px rgb(211, 211, 211, .4), -2px -2px 2px rgb(211, 211, 211, .4);
  outline: none;
}

.stored_delete_btn {
  background-color: transparent;
  /* background-repeat: no-repeat; */
  border: none;
  cursor: pointer;
  /* overflow: hidden; */
  outline: none;
  font-size: 12px;
  padding-right: 0;
  color: #DEDEDE;
}

.stored_delete_btn:hover {
  color: red;
}

.pagination li {
  display: inline-block !important;
}

.pagination li a {
  font-size: 0.8rem !important;
  background-color: var(--background_color_div_light) !important;
}

.pagination li.active a {
  color: red !important;
}

.pagination li a:hover {
  background-color: var(--background_color_div_light_hover) !important;
}

.pagination li a:focus {
  outline: none !important;
  box-shadow: none;
}

.container_div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  /* border: 1px solid var(--light_frame_color); */
  border-radius: 10px;
  width: 200px;
  height: 320px;
  object-fit: cover;
  position: relative;
  background-color:rgba(0,0,0,.05);

}
.container_div[data-hotitem]::before {
  position: absolute;
  /* content:attr(data-hotitem); */
  content: "\e9da";
  font-family: 'icomoon' !important;
  top: -8px;
  right: -10px;
  color: red;
  font-weight: Bold;
  padding: 5px 5px 5px 5px;
  font-size: 16px;
  opacity:1;
  text-shadow: 5px 5px 10px yellow;
  /* transform: rotate(-30deg); */
  z-index:5;
}
.container_div.selected_item .checkbox_container{
display:block;
}
.checkbox_container {
  display: none;
  position: absolute;
  left: 8%;
  top: 4%;
  z-index: 5;
  /*padding-left: 15px;*/
  /*margin-bottom: 1px;*/
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;

}

/* Create a custom checkbox */
.checkbox_span {
  /*position: absolute;*/
  /*left: 50%;*/
  /*!*margin-left: -50px;*!*/
  /*top: 50%;*/
  /*!*margin-top: -50px;*!*/
  /*transform: translate(-50%,-50%);*/
  /*border:1px solid  var(--background_color_common);*/
  /*border-radius: 50%;*/
  /*height: 20px;*/
  /*width: 20px;*/
  /*background-color: #eee;*/
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid var(--background_color_common);
  border-radius: 50%;
  height: 20px;
  /*size of circle*/
  width: 20px;
  /*size of circle*/
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox_container:hover input~.checkbox_span {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox_container input:checked~.checkbox_span {
  background-color: var(--background_color_common);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox_span:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox_span:before {
  content: "";
  position: absolute;
  display: none;
}

/* Style the checkmark/indicator */
.checkbox_container .checkbox_span:after {
  /*left: 7px;*/
  /*top: 4px;*/
  /*width: 5px;*/
  /*height: 10px;*/
  /*border: solid white;*/
  /*border-width: 0 2px 2px 0;*/
  /*-webkit-transform: rotate(45deg);*/
  /*-ms-transform: rotate(45deg);*/
  /*transform: rotate(45deg);*/
  left: 4px;
  /*push the ticked mark from left*/
  top: 2px;
  width: 8px;
  /*short side of ticked strip*/
  height: 12px;
  /*long side of ticked strip*/
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Show the checkmark when checked */
.checkbox_container input:checked~.checkbox_span:after {
  display: block;
}

.qty_entry_box {
  width: 40%;
  position: absolute;
  right: 10px;
  bottom: 5px;
  display: none;
  z-index: 500;
  height: 20px !important;
  font-size: 12px;
  border-radius: 5px;
  border: 1px solid var(--light_border_grey);
  box-shadow: 2px 2px 2px rgb(211, 211, 211, .4), -2px -2px 2px rgb(211, 211, 211, .4);
}

.container_div:hover {
  background-color: var(--light_frame_color);
}

.item_img_div {
  width: 198px;
  height: 198px;
  padding: .2rem !important;
}

img.product_img {
  border-radius: 5px;
  width: 100%;
  display: block;
}
.no_img_cls {
  border: 1px solid var(--background_color_div_light);
}

.info_wrapper_div {
  padding: 5px 10px 5px 10px;
  font-size: 14px;
  width: 100%;
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.info_wrapper_div a {
  text-decoration: none;
  color: black;
}

.info_wrapper_div a:hover {
  color: var(--mild_blue);
}

.specname {
  /*used for the title of each item specs like name model description etc*/
  font-weight: bold;
}

.spec {
  /*used for the spec itself which are the latter part of each item description after specname*/
  font-size: 12px;
}


li a:hover {
  background-color: var(--mild_blue);
  color: white;
}

.cat_list_cls {
  left: 0;
  z-index: 100;
  width: 100%;
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  list-style-type: none;
  margin-left: 0;
  /* padding-left: 10px; */
  text-indent: -4px;
  height: 500px;
  overflow: auto;
  padding-right: 10px;
}

.cat_list_cls a {
  display: block;
  color: black;
  padding: 10px;
  text-decoration: none;
}

.cat_list_cls li a:hover {
  background-color: var(--mild_blue);
  color: white;
}

.cat_list_cls ul {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  list-style-type:circle;
  margin-left: 0;
  padding-left: 10px;
  text-indent: -4px;
}

.cat_list_cls li {
  position: relative;
  width: 100%;
}

/* UL Layer 3 Rules */
.cat_list_cls ul ul {
  font-size: 12px;
  width: 100%;
}

/* UL 4 Rules */

.cat_list_cls ul ul ul {
  font-size: 12px;
  width: 100%;
}

.cat_list_cls ul li:before {
  position: absolute;
  content: '';
  display: inline-block;
  height: 25px;
  width: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -35px;
}

.btn_success.btn:focus,
.btn_success.btn:active {
  outline: none !important;
  /*border:none;*/
  box-shadow: 6px 6px 4px var(--background_color_common) !important;
}

/* .progress-bar { */
  /* width: 100%;
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-color:none; */
  /* background-image:url("../styles/images/container.png"); */
/* } */

.banner {
  border-radius: 10px 10px 0 0;
  box-shadow: 0 5px 10px #0005;
  padding: 0 12px 0 12px;
  width: 100%;
  height: var(--banner_height);
  z-index: 50;
  background-color: black;
}

.banner_content_wrapper {
  margin: 0 auto;
  width: 66%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.banner_content_wrapper div {
  width: 100%;
  height: 100%;
  flex: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-transform: uppercase;
}
.banner_content_wrapper #banner_company_name{
  justify-content: flex-start;
  flex:3;
}
.banner_content_wrapper .left_img {
  width: 200px;
  height: 80px;
  justify-content: left;
  flex:1;
}

.banner_content_wrapper img {
  max-width: 100%;
  max-height: 100%;
}

.navbar_wrapper {
  height: var(--top_navbar_height);
  padding: 0;
  position: relative;
  width: 100%;
}

.navbar {
  z-index: 101;
  position: absolute;
  width: 66%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.banner .content span {
  color: #eee;
  font-size: 12px;
}

.banner .content h3 {
  color: #fff;
  font-size: 24px;
  margin: 0 !important;
}

/*****************from here starting top search btn and input styling**********/
/*******************************************************************************/
.searchbox_wrapper {
  display: inline-flex;
  flex-direction: row;
  position: relative;
  height: 100%;
  padding: 0 5px 5px 5px !important;
  width: 100%;
  flex: 1;
}

.top_search {
  flex-grow: 2;
  border-radius: 20px 0 0 20px;
  border:1px solid var(--light_frame_color);
}
.top_search:focus{
    border-color: var(--light_frame_color);
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2)!important; */
}
.top_search.smt_src_fld {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-right: none;
  background-color: var(--background_color_div_light);
}
.search_input_btn {
  font: normal 1.0rem sans-serif;
  height: auto;
  border-radius: 0 20px 20px 0;
  border-left: none;
}

.small_search_box {
  outline: none !important;
}

.src_input_btn {
  font: normal 1.0rem sans-serif;
  height: auto;
  border-radius: 0 20px 20px 0;
  border-left: none;
  background-color: #f8f9fb;
  border-color: var(--light_frame_color);
}

.src_input_btn:hover {
  background-color: var(--background_color_div_light_hover);
}

.src_input_btn:active {
  background-color: var(--background_color_div_light_btn_active);
}

.reset_search_btn_cls {
  font: normal 1rem sans-serif;
  height: auto;
  border-radius: 0 0 0 0;
  border-left: none;
  background-color: #f8f9fb;
  border-color: var(--light_frame_color);
  color:var(--background_color_div_light_hover);
}

.reset_search_btn_cls:hover {
  background-color: var(--background_color_div_light_hover);
}

.reset_search_btn_cls:active {
  background-color: var(--background_color_div_light_btn_active);
}

.select_search_btn {
  border-radius: 20px 0 0 20px;
  font: normal 1.0rem sans-serif;
  height: auto;
  border-left: none;
  background-color: #f8f9fb;
  border-color:var(--light_frame_color);
}

.select_search_btn:hover {
  background-color: var(--background_color_div_light_hover);
}

.select_search_btn:active {
  background-color: var(--background_color_div_light_btn_active);
}

/*LOADER BELOW*********************8*/
@keyframes partial_loader_middle {
  0% {
    transform: rotate(0deg)
  }

  50% {
    transform: rotate(180deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.partial_loader_middle div {
  position: absolute;
  animation: partial_loader_middle 1.27s linear infinite;
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  border-radius: 50%;
  box-shadow: 0 5px 0 3px #519cca;
  transform-origin: 35px 38.85px;
}

.partial_loader_wrapper {
  position: absolute;
  /*overflow: hidden;*/
  background: rgba(255, 255, 255, 0);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: scale(1);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

.partial_loader_middle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: translate(-50%, -50%);
  transform: translateZ(0);
  backface-visibility: hidden;
  transform-origin: 0 0;
  /* see note above */
}

.partial_loader_middle div {
  box-sizing: content-box;
}

.partial_loader_wrapper {
  display: none;
}

.reload_btn_wrapper {
  position: absolute;
  /*overflow: hidden;*/
  background: rgba(255, 255, 255, 0);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

.reload_btn_wrapper button {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  color: white;
  border: none;
  outline: none;
  box-shadow: none;
  background-color: #03396c;
}

.reload_btn_wrapper button:hover {
  background-color: #012240;
}

.reload_btn_wrapper button:active {
  box-shadow: 6px 6px 4px var(--background_color_common) !important;
}

.reload_btn_wrapper {
  display: none;
}

#information_section {
  border-left: 1px solid var(--light_border_grey);
}

hr {
  border-color: var(--light_border_grey);
}

.dynm_cat_img {
  border-radius: 5px;
}

#contact_banner {
  margin: 0 auto;
  width: 1200px;
  height: 300px;
}

#contact_banner img {
  width: 100%;
  height: 100%;
}

#company_var {
  margin: 0 auto;
  font-size: 30px;
  width: 1200px;
  height: 100px;
  padding: 20px;
  text-align: center;
}

#contactSection {
  margin: 0 auto;
  width: 1200px;
  height: 300px;
  display: flex;
  /* justify-content: center;
  align-items: center; */
}

#contactSection>div {
  flex: 1;
  text-align: center;
  font-size: 24px;
}

#contactSection>div img {
  width: 60px;
  height: 60px;
}

.contact_info {
  font-size: 18px;
}

#aboutSection {
  margin-top: 50px;
  width: 1200px;
  text-justify: justify;
  word-break: break-all;
  padding: 25px;
}

#aboutContentWrapper {
  display: flex;
  flex-direction: column;
  width: 1200px;
  padding: 25px;
}

.aboutContent {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;

}

.aboutContent div {
  flex: 1;
}

.aboutContentText {
  text-align: justify;
  text-justify: inter-word;
  padding: 25px;
}

.aboutContentImg img {
  width: 100%;
  height: auto;
}

/*************************ending top search btn and input styling***************/
@media screen and (max-width: 1680px) {
  #productSection {
    --num-cols: 4;
  }
}

@media screen and (max-width: 1340px) {
  #productSection {
    --num-cols: 3;
  }

  .qty_entry_box {
    width: 50%;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    width: 100%;
  }

  .banner_content_wrapper {
    width: 100%;
  }

  .banner_content_wrapper #banner_company_name {
    flex-grow: 2;
    margin-left: auto;
    order: 2;
    justify-content: center;
  }
  .banner_content_wrapper .left_img{
    flex-grow:2;
  }
  .banner_content_wrapper #banner_normal_text{
    flex-grow: 0;
  }
  #about_img_one {
    order: 1;
  }

  #about_text_one {
    order: 2;
  }

  #about_img_three {
    order: 1;
  }

  #about_text_three {
    order: 2;
  }

  #aboutSection {
    width: 100%;
    height: auto;
    padding: 25px;
  }

  #aboutContentWrapper {
    width: 100%;
    height: auto;
  }

  .aboutContent {
    height: auto;
    flex-direction: column;
  }

  #contact_banner {
    width: 100%;
    height: auto;
  }

  #company_var {
    width: 100%;
    height: auto;
  }

  #contactSection {
    width: 100%;
    height: auto;
    flex-direction: column;
  }

  #contactSection>div {
    margin-top: 30px;
  }

  .checkbox_container {
    display: block;
  }

  #slider {
    height: 200px;
  }

  .control_btns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  #productSection {
    --num-cols: 4;
    padding: 0 12px 0 12px;
  }

  .banner .content span {
    display: none;
  }

  .banner .left_img {
    flex-grow: 1;
  }
}
@media screen and (max-width: 900px) {
  #productSection {
    --num-cols: 3;
    padding: 0 12px 0 12px;
  }
}

@media screen and (max-width: 768px) {
  #navbar-collapable {
    padding-left: 20px !important;
  }
  #nav_display_page_name{
    padding-left: 20px !important;
  }
  .topnav a {
    margin-top: 10px;
    text-align: left;
  }
  #slider {
    height: 100px;
  }

  .item_img_div {
    width: 100%;
    height: 50%;

  }
}

.navbar-toggler .icon-bars {
  color: var(--mild_blue);
}
.navbar-toggler::after{
  content:'';
  height:10px;
  width:10px;
  border-radius:50%;
  background-color:red;
  opacity:0;
  position:absolute;
  top:8px;
  box-shadow: 0 2px 5px black;
}
.navbar-toggler.selected_warning::after{
 opacity:1;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none !important;
  box-shadow: none !important;
}

@media screen and (max-width: 680px) {
  #productSection {
    --num-cols: 2;
  }
}

@media screen and (max-width: 455px) {
  .container_div {
    width: 100%;
  }
}

@media screen and (max-width: 350px) {
  #slider {
    height: 80px;
  }

  #productSection {
    --num-cols: 2;

  }
}



.image_wrapper {
  position: relative;
}

.image_wrapper::after {
  content: attr(data-gallery_image);
  bottom: 2px;
  right: 2px;
  position: absolute;
  height: 10px;
  width: 10px;
  padding: 8px 10px 10px 3px;
  line-height: 10%;
  border: 2px #fff solid;
  border-radius: 10%;
  background: var(--background_color_common);
  opacity: 1;
  color: white;

}

/*below each row items in the product home page*/
.eachproductbox {
  display: inline-block;
  width: 25%;

  padding: 5px;
  max-width: 100%;
  text-align: center;
  cursor: pointer;
}

#aboutSection {
  text-indent: 10px;
  text-justify: justify;
}

#country li:hover {
  cursor: pointer;
  background-color: var(--list_hover_background_color);
}

#country .dropdown-menu {
  padding: 5px;
}

#country .dropdown-menu li {
  padding: 5px;
}

#country .dropdown-menu li a {
  display: block;
}

#country button {
  outline: none;
  border: 1px solid #ced4da !important;
  width: 100%;
}
#country button:focus,
#country button:active,
.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid var(--background_color_dark_blue) !important;
}

#company_info_modal input,
#company_info_modal select,
#company_info_modal button {
  text-align: left;
}

#country .dropdown-toggle:after {
  content: none;
}

.flagstrap-icon {
  margin-right: 15px !important;
}

#company_info_modal .form-group {
  margin-top: 15px;
}
.icon_text_wrapper_md {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px !important;
}
@font-face {
  font-family: 'icomoon';
  src:  url('../font/icomoon.eot?bfrmyh');
  src:  url('../font/icomoon.eot?bfrmyh#iefix') format('embedded-opentype'),
    url('../font/icomoon.ttf?bfrmyh') format('truetype'),
    url('../font/icomoon.woff?bfrmyh') format('woff'),
    url('../font/icomoon.svg?bfrmyh#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size:18px;
  line-height: 1;
  
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-list-tree:before {
  content: "\f30c";
}
.icon-house:before {
  content: "\f24c";
}
.icon-address-card:before {
  content: "\ebfb";
}
.icon-square-info:before {
  content: "\f653";
}
.icon-cart-shopping:before {
  content: "\ee12";
}
.icon-paper-plane:before {
  content: "\f41d";
}
.icon-magnifying-glass:before {
  content: "\f330";
}
.icon-xmark:before {
  content: "\f875";
}
.icon-bars:before {
  content: "\eccb";
}
.icon-fire:before {
  content: "\e9da";
}
.icon-xmark-large:before {
  content: "\f876";
}
.icon-plus3:before {
  content: "\f4d9";
}
.icon-arrow-left3:before {
  content: "\ec45";
}
.icon-arrows-rotate:before {
  content: "\ec67";
}