* {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  font-size: 14px;

  font-family: 'Merriweather Sans', sans-serif;
  ;
  color: #333;

  background: white;

}

section.section_top.about_div {
  background: #ffff;
}


p:last-child {
  margin-bottom: 0;
}

a,
button {
  color: inherit;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

*:focus {
  outline: none !important;
}


a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button,
input[type="submit"] {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}


/*-- 
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}


.header_position {
  position: relative;
  padding: 0px 10px;

}

.main_menu nav>ul>li:first-child>a {
  padding-left: 0;
}

.main_menu nav>ul>li>a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding-right: 13px;
  color: black;
  letter-spacing: 0.4px;
  font-family: 'Merriweather Sans', sans-serif;
}

.main_menu nav>ul>li {
  display: inline-block;
  position: relative;
  padding: 0 0px 0 15px;
}

.form-control:focus,
.form-group .btn:focus,
.uneditable-input:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
  color: #4f4f4f;
  background-color: #fff;
  border-color: hwb(189.57deg 12.94% 60%) !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

header.header_area.sticky-header {
  background: rgb(255, 255, 255);
  box-shadow: rgba(43, 52, 69, 0.1) 0px 4px 16px;
}

.sticky-header.sticky {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;

}

.header_bottom {
  padding: 8px 10px;
}

.img_logo img {
  width: 170px;
}

.header_bottom.sticky-header {
  background: #016872;
}


.icon i {
  position: relative;
  top: -9px;
}

a.your_ordewr {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.5px;
  /* text-align: center; */
  position: relative;
  /* top: 7px; */
  left: 14px;
  font-weight: 600;
}

.top_hd {
  padding: 4px 0px;
  /* border-top: 1px solid #0097b2; */
  /* background: #0097b2; */
  background: #048ad3;
}

.searchInput {
  background: #fff;
  width: 100%;
  border: 1px solid #0097b2;
  position: relative;
  margin: 0px 0px 0px auto;
  border-radius: 4px;
}


.searchInput input {
  height: 37px;
  width: 100%;
  outline: none;
  border-radius: 20px;
  border: none;
  padding: 0 60px 0 10px;
  font-size: 13px;
  line-height: 39px;
}

/* .searchInput.active input {
  border-radius: 20px 20px 0 0;
} */
.hesder-buttn-wr {
  display: flex;
  align-items: center;
}

.searchInput .resultBox {
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  display: none;
  padding: 11px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  scrollbar-width: thin;
  padding: 10px 0;
}

.searchInput .resultBox .categories-list,
.searchInput .resultBox .products-list {
  padding: 0 7px;
}

.searchInput .categories-list li,
.searchInput .products-list li {
  border-radius: 0;
}

/* .searchInput.active .resultBox {
  padding: 10px 8px;
  opacity: 1;
  width: 100%;
  position: absolute;
  background-color: #ffff;
  pointer-events: auto;
  z-index: 99;

} */

.resultBox li {
  list-style: none;
  padding: 8px 12px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #c6d1d4;
  cursor: default;
  border-radius: 3px;
}

/* .searchInput.active .resultBox li {
  display: block;
} */

.resultBox li:hover {
  background: #efefef;
}

.searchInput .icon {
  position: absolute;
  right: 0px;
  top: 0px;
  border: none;
  height: 37px;
  background: #feffff;
  width: 42px;
  text-align: center;
  line-height: 100%;
  font-size: 16px;
  color: #088bd3;
  cursor: pointer;
  border-left: 1px solid #1790d2;
  border-radius: 0 4px 4px 0;
}

.top_haeder {
  padding: 5px 12px;
  font-size: 14px;
  border-bottom: 1px solid #d0d8da;

}

i.bi.bi-suit-heart-fill {
  padding: 4px;
}

ul.user_iconss {
  display: flex;
  justify-content: end;
  margin: 0px 10px;
}

ul.user_iconss li {
  margin: 5px 5px;
  font-size: 17px;
  padding: 4px 8px;
  position: relative;
  color: #ffffff;
}

button.cartbtng {
  /* background: transparent; */
  border: none;
  display: contents;
  font-size: 14px;
  font-weight: 500;
}

ul.user_iconss {
  display: flex;
  justify-content: end;
  margin: 0px 10px;
}

span.product_number {
  font-size: 9px;
  position: absolute;
  background-color: #ff6600;
  display: inline-block;
  width: 14px;
  height: 14px;
  color: #fff;
  text-align: center;
  left: 19px;
  top: -4px;
  line-height: 16px;
  border-radius: 50px;
}

.top_right>ul>li>a i.ion.top_right>ul>li:hover ul.dropdown_currency,
.top_right>ul>li:hover ul.dropdown_language,
.top_right>ul>li:hover ul.dropdown_links {
  top: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 9;
}

.top_right>ul>li:hover ul.dropdown_language {
  top: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 9;
}

.top_right>ul>li:hover ul.dropdown_links {
  top: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 9;
}

.top_right>ul>li:hover>a {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .top_right>ul>li {
    padding-right: 15px;
    margin-right: 15px;
  }
}

.top_right>ul>li:last-child {
  padding-right: 0;
  margin-right: 0;
}


.top_right>ul>li:last-child::before {
  display: none;
}

.top_right>ul>li>a {
  color: #333;
  text-transform: capitalize;
  /* line-height: 45px; */
  font-size: 13px;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.3px;
}

@media only screen and (max-width: 767px) {
  .top_right>ul>li>a {
    line-height: 22px;
  }
}

.top_right>ul>li>a img {
  margin-right: 2px;
}

.top_right>ul>li>a i.ion-ios-arrow-down {
  margin-left: 6px;
  font-size: 11px;
}


.top_right>ul>li:hover a:not([href]):not([tabindex]) {
  color: #0070a6;
}

.dropdown_currency,
.dropdown_language,
.dropdown_links {
  position: absolute;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  min-width: 166px;
  text-align: left;
  top: 125%;
  right: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  overflow: hidden;
  z-index: 9999;
  padding: 5px 5px;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #f0f0f0;
  z-index: -1
}

@media only screen and (max-width: 767px) {

  .dropdown_currency,
  .dropdown_language,
  .dropdown_links {
    right: 0;
    left: auto;
    min-width: 200px;
    padding: 0 6px;
  }

  .dropdown_links {
    right: 0px !important;
  }
}




.dropdown_links {
  right: -9px;
}


button.loginbtn {
  background: #0097b2;
  border: none;
  font-size: 13px;
  color: #fff;
  width: 100%;
  padding: 5px 20px;
}


.infoprocis {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
}

.small_text {
  color: #fff;
}

.mecal_section {
  padding: 34px 20px;


}

.mecal_section1 {
  padding: 0px 20px;
  margin: 22px 0px;

}

ul.cartinfo {
  display: flex;
  justify-content: end;
  align-items: baseline;
  margin: 6px 0px;
  font-size: 15px;
  color: #231b1b;
  font-weight: 500;
}

ul.cartinfo li {
  padding: 0px 20px;

}

ul.infologin {
  color: #fff;
  display: flex;
  font-size: 15px;
  justify-content: end;
}

button.pfprofile {
  border: none;
  padding: 4px 20px;
  background-color: transparent;
  color: #141313;
}

button.askbtng {
  border: none;
  background-color: transparent;
  padding: 4px 20px;
}


.sticky-header.sticky {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  background: #ffffff;
  border: 1px solid #d3dced;
}

h1.logoinh {
  font-size: 32px;
  font-size: 28px;
  font-weight: 600;
  color: #0097b2;
  margin: 0px 26px;
}

.infopfoling {
  background-image: linear-gradient(90deg, #ffffff 40%, #272a35 25%);
  margin: 3px 0px;
}


p.about_section {
  text-align: justify;
  font-size: 14px;
}

/* Basic reset */


.heding_main h1{
    font-size: 33px;
    font-weight: 600;
    color: #ff6735;
    text-align: center;
    margin-bottom: 0px;
   font-family: 'Bitter', serif;

}


.profile-dropdown {
  position: relative;
  display: inline-block;
  font-family: 'Merriweather Sans', sans-serif;
  ;
}

.profile-btn {
  background-color: #ffffff;
  color: #161414;
  padding: 0px 19px;
  font-size: 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}


.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
}

.dropdown-content a {
  color: black;
  padding: 6px 16px;
  text-decoration: none;
  display: block;
  transition: background-color 0.3s ease;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.profile-dropdown:hover .dropdown-content {
  display: block;
}



.off_canvars_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  cursor: crosshair;
  background: #333;
  top: 0;
}

.off_canvars_overlay.active {
  opacity: 0.5;
  visibility: visible;
}

.Offcanvas_menu {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .Offcanvas_menu {
    display: block;

  }

  .mb-hide {
    display: none;
  }

}

@media only screen and (max-width: 767px) {
  .Offcanvas_menu {
    display: block;

  }

  .mb-hide {
    display: none;
  }
}

.Offcanvas_menu_wrapper {
  width: 290px;
  position: fixed;
  background: #0097b2;

  z-index: 99;
  top: 0;
  height: 100vh;
  transition: .5s;
  left: 0;
  margin-left: -300px;
  padding: 50px 20px 30px;
  overflow-y: auto;
}

.Offcanvas_menu_wrapper.active {
  margin-left: 0;
}

.Offcanvas_menu_wrapper .slinky-theme-default {
  background: inherit;
  min-height: 300px;
  overflow-y: auto;
}

.Offcanvas_menu_wrapper .follow_us {
  display: block;
}

.Offcanvas_menu_wrapper .search-container {
  display: block;
  margin-right: 0;
  margin-bottom: 24px;
}

.Offcanvas_menu_wrapper .search_box {
  border: 1px solid #e7f3fa;
  width: 100%;
}

.Offcanvas_menu_wrapper .search_box input {
  padding: 0 70px 0 15px;
  height: 35px;
}

.Offcanvas_menu_wrapper .search_box button {
  width: 52px;
  font-size: 21px;
}

.Offcanvas_menu_wrapper .search_box button:hover {
  background: #1d5cb2;
  color: #333;
}

.Offcanvas_menu_wrapper .top_right {
  display: block;
  margin-bottom: 18px;
  text-align: center !important;
}

.Offcanvas_menu_wrapper .top_right>ul>li {
  padding-right: 4px;
  margin-right: 4px;
}

.Offcanvas_menu_wrapper .top_right>ul>li::before {
  display: none;
}

.Offcanvas_menu_wrapper .top_right>ul>li>a {
  font-size: 14px;

}

a.mobsiup {
  background: #e91e63;
  padding: 5px 20px;
  color: #ffff;
}

.offcanvas_main_menu li {
  position: relative;
}

.offcanvas_main_menu li:last-child {
  margin: 0;
}

.offcanvas_main_menu li span.menu-expand {
  position: absolute;
  right: 0;
  font-size: 30px;
  margin-left: 30px;
  color: #1d5cb2;
}

.offcanvas_main_menu li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e7f3fa;
  color: #ffff;
}

.offcanvas_main_menu li a:hover {
  color: #ffa800;
}

.offcanvas_main_menu li ul.sub-menu {
  padding-left: 20px;
}

.slinky-theme-default a:not(.back) {
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}

.slinky-theme-default a:not(.back):hover {
  background: inherit;
  color: #1d5cb2;
}

.canvas_close {
  position: absolute;
  top: 7px;
  right: 13px;
}

.canvas_close a {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
  width: 35px;
  background: #fff;
  height: 35px;
  text-align: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}



img.mob_logo {
  width: 140px;
}

.canvas_close a:hover {
  color: #1d5cb2;
}

.canvas_open {
  display: flex;
  justify-content: space-between;
  box-shadow: rgb(162 170 177 / 27%) 1.95px 1.95px 2.6px;
  margin: 0px auto;
  padding: 5px 20px;
}

.canvas_open span {
  font-size: 18px;
  font-weight: 500;

}

.canvas_open a {
  font-size: 28px;
}


.imgerf {

  width: 280px;
  border: 1px solid #009bde;
  border-radius: 100%;

}

i.bi.bi-x-circle {
  padding: 6px;
  position: relative;
  top: 2px;
}

img.logo_mob {
  width: 150px;
}

.image_404 {
  text-align: center;
  margin: 50px 0px;
}

button.go-home {
  background: #0097b2;
  padding: 6px 20px;
  color: #ffff;
  margin: 20px 0px;
  border: 2px solid #0097b2;
}

button.modal_btn {
  background: #078bbc;
  padding: 3px 1px;
  color: #ffff;
  border-radius: 0px;
  font-size: 18px;
  margin: 10px auto;
  width: 40%;
  border: 2px solid #078bbc;
}

.offcanvas-header {
  background: #0097b2;
  color: #fff;
}

.Top {
  margin: 10px 0px;
}

.get_coral {
  padding: 7px 15px;
  font-weight: 400;
  font-size: 13px !important;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e0e0e0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

p#offcanvasLeftLabel {
  font-size: 20px;
  margin: 0px;
}

div#offcanvasLeft {
  height: 500px;
}

.offcanvas-body {
  border-bottom: 3px solid #078bbc;
}

p.catename1:hover {
  color: #078bbc;

}

/* 
.imgcatery3 {
  width: 160px;
  height: 160px;
  border: 1px dashed #d1cbcb;
  border-radius: 81px;
  padding: 10px;
  margin: 0px auto;
  text-align: center;
} */

img.img-fluid {
  width: 140px;
  padding: 13px;
}

.cat-item.img-zoom {
  text-align: center;
}

p.catename1 {
  margin: 6px 0px 0px 0px;
  font-size: 14px;
  font-weight: 600;
  color: #18417c;
  transition: 0.5s all;
  line-height: 120%;
  padding-bottom: 6px;
}

.boxaroun {
  width: 16.66%;
  padding: 0 7px;
}

.heding h1,
.heding h2,
.heding h3,
.heding h4,
.heding h5,
.heding h6 {
     font-size: 30px;
    font-weight: 600;
    color: #086ba1;
    text-align: center;
    font-family: 'Bitter', serif;
    margin-bottom: 0px;
    letter-spacing: 0.3px;
}

.heding .sbu-pre {
  text-align: center;
}

p.pc_table_text {
  font-weight: 400;
  color: #333;
  font-size: 13px;
  margin: 5px 0px;
}

.pc_table_text {
  font-size: 14px;
  margin-bottom: 11px;
  border-left: 2px solid #ff67359c;
    padding: 0 10px;
    text-align: left;
}

p.pc_table_text strong {
 font-weight: 500;
    color: black;
}

.box_med {
     background: #ffffff;
    padding: 10px;
    border: 1px solid #dbd7d773;
    box-shadow: rgb(0 0 0 / 15%) 0px 3px 8px;
}

small.text-bodsy {
  font-size: 12px;
  color: #7b8a8d;
}

section.mecal_section.wolsilider {
    background: #d6e1e729;
    margin: 25px 0px;
}

.pf_tittlesub h2,
.pf_tittlesub h3,
.pf_tittlesub h4,
.pf_tittlesub h5,
.pf_tittlesub h6 {
 font-size: 15.7px;
    font-weight: 700;
    color: #106c9d;
    line-height: normal;
    text-align: left;
}

.feat-mac-ht {
  max-height: 95px;
  overflow-y: auto;
  scrollbar-width: thin;
}

.feat-mac-ht .table {
  margin: 0;
}

.ic-sec-ig .imgdfrt a {
  display: block;
}

.ic-sec-ig .imgse {
  position: relative;
}

.ic-sec-ig .imgse .cart-headding11 {
  margin: 0;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
}

.feat-mac-ht .table tr td {
  font-size: 13px;
  padding: 4px 5px !important;
  text-align: left !important;
}

.typefooter-12 {
  margin-top: 0px;
  box-shadow: 0 0 12px 2px #e3ebf5;
  padding-top: 65px;
  padding: 30px 0px 0px 0px;
  margin: 40px 0px 0px 0px;

}

.module .modtitle {
  color: #0488d0;
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 16px !important;
    font-weight: 600;
    text-transform: unset;
    position: relative;
    padding-bottom: 6px;
}


.module .modtitle:after {
     position: absolute;
    content: "";
    width: 70px;
    height: 2px;
    left: 0;
    bottom: -6px;
    background-color: #ff6735;
}

.box-footer {
  margin-top: 3px;
}

.box-footer .modcontent ul li a {
  border: 0 none;
  font-size: 14px;
  padding: 0;
  font-weight: 400;
  line-height: 120%;
  position: relative;
  display: flex;
  transition: .3s;
  display: inline-block;
  color: #2f2f2f;
  padding-bottom: 8px;
  transition: 0.5s all;
}

.box-footer .modcontent ul li a:hover {
  color: #f7941d;
  letter-spacing: 0;
}

a.help_deatils {
  color: #fcfdff;
  font-size: 16px;
  font-weight: 600;
}

.footer_logo {
  width: 200px;
  padding-bottom: 10px;

}

.typefooter-12 .infos-footer ul li.phone:hover {
  color: #f7941d;
  letter-spacing: 1px;
}

.typefooter-12 .infos-footer ul li.mail:hover {
  color: #f7941d;
  letter-spacing: 1px;
}



.typefooter-12 .infos-footer ul li {
  color: #2f2f2f;
  background: url(../../assets/images/footer_img.png) no-repeat left top;
  font-size: 15px;
  line-height: 24px;
  transition: .3s;
  list-style: outside none none;
  padding: 5px 0px 10px 35px;
}

.typefooter-12 .infos-footer ul li.mail a {
  text-transform: none;
}

.typefooter-12 .infos-footer ul li.adres {
  background-position: left 11px;
}

.typefooter-12 .infos-footer ul li.phone {
  background-position: left -57px;
}

.typefooter-12 .infos-footer ul li.mail {
  background-position: left -103px;
}

.typefooter-12 .infos-footer ul li.timer {
  background-position: left -146px;
}

.typefooter-12 .content-bott {
  margin-top: 33px;
}



.footer_border {
  text-align: center;
  border-top: 1px solid #dee3e8;
  color: #ffffff;
  padding: 8px;
  margin-top: 23px;
  background: #016881;
  font-weight: 400;
  font-size: 13px;
  background: #2072a6;
}

.footer-middle {
  padding-top: 43px;
  padding-bottom: 40px;
}

button.cart-headding {
  display: block;
  color: #607174;
  text-align: left;
  margin: 0px 0px 0px auto;
  background: transparent;
  font-size: 19px;
  width: 30px;
  height: 30px;
  border: 1px solid #193c78;
  border-radius: 2px;
}

button.cart-headding i {
  padding: 0 0 3px 1px;
  display: block;
  line-height: 100%;
}

.sidebar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(84 84 84 / 98%);
  z-index: -1;
}

.sidebar {
  width: 20%;
  position: relative;
  z-index: 2;
  padding: 20px;
  display: flex;
  clip-path: polygon(4% 0%, 100% 0%, 88% 100%, 0% 100%);
  color: white;
  justify-content: center;
  flex-direction: column;
}

.sidebar h2 {
  margin-bottom: 20px;
}

.sidebar ul {
  list-style: none;
}

.sidebar ul li {
  margin-bottom: 10px;
}

.sidebar ul li a {
  text-decoration: none;
  color: white;
  font-size: 1em;
}


.current-price {
  color: #ff8060;
  font-weight: 600;
  font-size: 16px;
}

.original-price {
  text-decoration: line-through;
  margin-left: 10px;
}

p.review {
  font-size: 10px !important;
  margin: 0px 0 !important;
  color: #888;
  padding: 0 5px;
  font-weight: 500 !important;
  border: none !important;
}

.product-item {
  background-color: white;
  padding: 10px;
  text-align: center;
  border: 1px solid #d4dbdc;
  border-radius: 0px;
}


.product-item img {
  width: 130px;
  height: 130px;
  object-fit: cover;
  padding: 10px;
  margin-bottom: 10px;
}

.product-item h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

.product-item p {
  font-size: 14px;
  color: #333;
}

.old-price {
  text-decoration: line-through;
  color: red;
}

.new-price {
  font-weight: bold;
  color: #115e95;
  font-size: 16px;
  margin: 0px 20px;

}


.spbox13 {
  padding: 40px 40px 0px;
}

button.fafahart14:hover {
  color: #fff;
}

button.fafahart14 {
  margin: 20px;
  border: 1px solid #078bbc;
  padding: 4px 18px;

  color: #fff;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  font-size: 11px;
}

a.top h1 {
  color: #202020;
  display: inline-block;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  font-family: "Rambla", sans-serif;
}

.priceone {
  text-align: justify;

}

ul.star16 {
  display: flex;
  justify-content: left;
  font-size: 10px;
  color: #ffa800;
  padding: 5px 10px;
  align-items: baseline;
}

a.box_tittle h2,
a.box_tittle h3,
a.box_tittle h4,
a.box_tittle h5,
a.box_tittle h6,
a.box_tittle p {
  color: #0c72a6;
  padding: 0 10px;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 15px;
  margin: 5px 0px;
  text-align: left;
}


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

.product-image.w-img img {
 width:190px;
    height:190px;
    object-fit: contain;
    /* margin-bottom: 20px; */
    /* margin: 15px auto; */
    padding: 3px;
}
.product__content-2{
  margin-top: 17px;
}
.product__thumb .product-image img {
  transition: all 0.3s ease-out 0s;
}

.product-image.w-img {
  text-align: center;
}

.product-image.w-img {
  text-align: center;
 
  border-radius: 5px;
}

.pfsub-rt {
  display: flex;
  align-items: baseline;
  justify-content: start;
  /* margin: 10px; */
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border: 1px solid #c6d1dd;
  padding: 5px 10px !important;
  font-size: 14px;
}

.pfrdrt {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.imgdfrt {
  display: flex;
  border: 1px solid #edf2fa;
  margin: 10px 0px;
  box-shadow: 0 0 12px 2px #00000020;
}

a.twotittle h2,
a.twotittle h3,
a.twotittle h4,
a.twotittle h5,
a.twotittle h6 {
  font-size: 16px;
  font-weight: 500;
  margin: 10px 10px;
}


.imgse {
  background: #edf2fa;
  /* clip-path: polygon(-9% 0%, 100% 0%, 75% 100%, 0% 100%); */
  margin: 20px;
  border-radius: 10px;
}



.imgse a img {
  width: 90%;
  padding: 30px;
}


ul.star18 {
  display: flex;
  justify-content: left;
  font-size: 10px;
  color: #ffa800;
  padding: 5px 10px;

  align-items: baseline;
}

button.cart-headding11 {
  display: block;
  color: #607174;
  text-align: left;
  margin: 5px 22px 0px auto;
  border: none;
  background: transparent;
  padding: 5px 10px;
}


.sub-deal {
  margin: 10px 10px 0px 0px;
}



.btn,
.form-controll,
.custom-select {
  height: 45px;
}

.form-controll {
  border: none;
  border-bottom: 1px solid #ccc !important;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  width: 100%;
  background: none;
}

.contact-wrap .form {
  background: #fff;
}

.contact-wrap .form,
.contact-wrap .contact-info {
  padding: 20px;
}

.contact-wrap .contact-info {
  background: #0e84b3;
}

.contact-wrap .contact-info {
  color: rgb(255 255 255);
}

.contact-wrap .form h1 {
  color: #000000;
  font-size: 21px;
  margin-bottom: 30px;
}

.contact-wrap .contact-info h2 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 30px;
}

.contact-wrap {
  -webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 20px 0 rgb(199 199 199 / 20%);
  max-width: 1000px;
  width: 100%;
  margin: 0px auto;
}

.contact-wrap .contact-info ul li {
  margin-bottom: 15px;
  color: rgb(255 255 255);
}

.contact-wrap .contact-info ul li i {
  margin-bottom: 0;
  color: rgb(255 255 255);
  font-size: 20px;
  padding: 0 8px 0 0;
}

input.contsunmit {
  background: #0d84b3;
  border: none;
  padding: 6px 10px;
  color: #fff;
}


span.text {
  display: flex;
}



p.dect {
  margin: 0px 0px 20px;
  font-size: 14px;
  text-align: justify;
}

.filter-section {
  border: 1px solid #d6d7d8;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.price-range {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}

input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 5px;
  background: #ddd;
  outline: none;
  opacity: 0.7;
  transition: opacity .2s;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #007BFF;
  cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #007BFF;
  cursor: pointer;
}

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

.price-values span {
  font-size: 14px;
  color: #333;
}

.filter-wrapper {
  max-width: 350px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

}

.filter-wrapper h2,
.filter-wrapper h3,
.filter-wrapper h4,
.filter-wrapper h5,
.filter-wrapper h6,
.filter-wrapper p {
  font-size: 15px;
    text-align: left;
    font-weight: 700;
    letter-spacing: 0px;
    color: #0a77b3;
    margin-bottom: 9px;
}

.filter-section .price-tit {
  font-size: 15px;
  color: #000000;
  margin: 15px 0px 0;
  display: block;
  font-weight: 600;
  letter-spacing: 0;
}

.checkbox-container {
 display: block;
    position: relative;
    padding-left: 24px;
    margin-bottom: 9px;
    cursor: pointer;
    font-size: 13px;
    color: black;
    user-select: none;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
 position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #f0f0f0;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.checkbox-container input:checked~.checkmark {
  background-color: #007BFF;
  border-color: #007BFF;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container input:checked~.checkmark:after {
  display: block;
}

.checkbox-container .checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

ul.subproducts {
  display: flex;
  flex-wrap: wrap;
}

ul.subproducts li.active {
  background: #0a8cbb;
  border: 0px solid #0a90be;
  color: #ffff;
}

ul.subproducts li {
  border: 1px solid #02a5d1;
  padding: 6px 10px;
  margin: 3px 3px;
  border-radius: 4px;
}



.subbxow {
 background: #ffffff;
    border-radius: 0px;
    padding: 8px;
    margin: 9px -8px 0px;
    position: relative;
    box-shadow: 0 0 12px 2px #00000020;
    text-align: center;
    /* border-radius: 10px; */
    transition: .5s;
}

.product_img {
  text-align: center;

}

.pagehaeding a h1 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #193c78;
}

.fafahart12 {
 border: none;
    background: #0589d0;
    font-size: 14px;
    width: 21px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    margin: 0px 0px 0px auto;
    height: 21px;
    line-height: 25px;
}

.product_img img {
 width: 230px;
    height: 230px;
    object-fit: contain;
   
}



.compare_bttn {
  width: 0px;
  color: #fff;
  float: right;
  margin-top: -5px;
  margin-right: 15px;
  padding: 0;
}

.action--compare-add {
  color: #fff;
}

.action--compare-add:hover .action__text--invisible,
.action--download:hover .action__text--invisible {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
  background: #2F3035;
  border-radius: 2px;
  padding: 3px 5px
}

.action--compare-add:hover {
  color: #fff;

}

.action--compare-add .bi-check-lg,
.action--compare-add input[type=checkbox]:checked~.fa-plus {
  display: none;
  font-weight: 400 !important;
  color: #fff;
}

.action--compare-add input[type=checkbox]:checked~.bi-check-lg {
  display: inherit;
  color: #fff;

}



.check-hidden {
  position: absolute;
  opacity: 0
}

.action {
  cursor: pointer;


}

.action:focus {
  outline: none
}

.action__text {
  font-weight: 600;
  letter-spacing: 1px;
  font-size: .813em;
  vertical-align: middle;
  display: inline-block
}

.action__text--invisible {
  position: absolute;
  top: 100%;
  opacity: 0;
  pointer-events: none
}

.compare-section {
  position: fixed;
  top: 200px;
  right: 20px;
  z-index: 999;
}

.btn-compare {
  color: #0070a6 !important;
  margin-top: 0px;
  letter-spacing: 1px;
  font-size: 15px;
  height: 36px;
}

a.btn.compare_btn.pull-right.btn-compare {
  background-color: #545454 !important;
  color: #fff !important;
}

.pf_left {
  text-align: left;
  margin: 10px;
}

.com_pp {
  position: relative;
  padding: 5px 30px;
  background: #2ca2a8;
  border: none;
  border-radius: 0px;
}

.com_pp:hover {
  position: relative;
  padding: 5px 30px;
  background: #2ca2a8;
  color: #0070a6;

}



.btngehu {
  text-align: end;
  margin: 0px;
  align-items: end;
  background: #eceff7 !important;
}


.compare-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.compare-table th,
.compare-table td {
  padding: 13px;
  border: 1px solid #ddd;
  text-align: center;
}

.compare-table th {
  background-color: #0c77ab;
  color: white;
  font-size: 15px;
  font-weight: 400;
}

.compare-table td {
  padding: 15px !important;
  color: #555;
}

.product-img {
  width: 100px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.trash {
  margin: 0px;
  text-align: right;
  border: none;
  background-color: transparent;
  position: relative;
  float: right;
  /* top: 139px; */
}

.add-to-cart {
  padding: 5px 15px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  font-size: 14px;
  background-color: #0c77ab;
  color: white;
}

.add-to-cart:hover {
  background-color: #218838;
}

.subpfname h2,
.subpfname h3,
.subpfname h4,
.subpfname h5,
.subpfname h6 {
 font-weight: 700;
    text-align: left;
    font-size: 16px;
  color: #0d6ea3;
    padding: 1px 0px 0px;
    margin: 5px 0px;
    line-height: initial;
    padding-bottom: 8px;
    border-bottom: 1px solid #048ad391;
}

ul.feature-ul {
  text-align: left;
  font-size: 13px;
  padding-bottom: 0;
  height: 86px;
  margin-bottom: 0;
  overflow: auto;
  scrollbar-color: #bfc1c7 #f2f8f9;
  scrollbar-width: thin;
  border-bottom: 0;
}

.bozing1 .difl {
  padding-top: 0;
  margin: 0;
}

.cr-bx-pr-bt .askbtng {
  border: 1px solid #0e699e;
  background: transparent;
  color: #0e699e;
  font-size: 13px;
  padding: 4px 9px;
  margin: 0;
  font-weight: 500;
  border-radius: 2px;
}

.cr-bx-pr-bt .priceone {
  margin: 0;
}

.cr-bx-pr-bt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #bbbfc9;
  padding-top: 10px;
  margin: 10px 0px 0;
}

.feature-ul li {
 padding: 3px;
    font-size: 13px;
    line-height: 120%;
    font-weight: 400;
    color: #525050;
}

.pdet-ft-wr {
  max-height: 98px;
  overflow-y: auto;
  scrollbar-width: thin;
}

.feature-ul li b {
  font-weight: 500;
  color:black;
}

#products_container .bozing1 {
  height: inherit;
  display: flex;
  flex-direction: column;
}

#products_container .bozing1 .subbxow {
  height: inherit;
  display: flex;
  flex-direction: column;
  flex: 1;
  box-shadow: none;
  border: 1px solid #b3b3b3;

}

#products_container .bozing1 .subbxow .product_img {
  height: inherit;
  display: flex;
  flex-direction: column;
  flex: 1;
}

a.com-head h2,
a.com-head h3,
a.com-head h4,
a.com-head h5,
a.com-head h6 {
  font-size: 15px;
  font-weight: 500;
  text-align: left;
}

p.new-price span {
  font-size: 17px;
  font-weight: 600;
  color: #181a1a;
  letter-spacing: 1px;
}

a.product-title h1 {
     font-size: 27px;
    font-weight: 600;
    color: #ff6735;
    text-align: left;
    margin-bottom: 3px;
    font-family: 'Bitter', serif;
}
.pfdeatis{
  display: none !important;
}
.pfdeatis {
  display: flex;
  align-items: center;
  margin: 10px 0px;
}

.img-display {
  overflow: hidden;
}

.img-display.pro-set-im-dis {
  overflow: visible;
}

.img-display.pro-set-im-dis img {
  border-radius: 8px;
}

.img-showcase {
  display: flex;
  width: 100%;
  transition: all 0.5s ease;
}

.img-item {
  text-align: center;
  margin: 0px auto;
  border-radius: 10px;
  border: 1px solid #d6dce4;
  padding: 8px 14px;
}

.img-showcase img {
  min-width: 100%;
  border: 1px solid #adb6c4;
  padding: 30px;
  border-radius: 20px;
}

.img-item a img {
  width: 80px;
}

.img-select {
  display: flex;
}

.img-item {
  margin: 0.3rem;
}

.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3) {
  margin-right: 0;
}

.img-item:hover {
  opacity: 0.8;
}

button.getbgt {
  border: 1px solid #0e6ca1;
  background: #0b7aad;
  color: #fff;
  padding: 3px 10px;


}

.cart-plus-minus {
  display: flex;
  align-items: center;
}

.cart-option {
  display: flex;
  align-items: center;
  margin: 18px 0px;
  flex-wrap: wrap;
}

button.add_btng {
  border: none;
  padding: 6px 7px;
  font-size: 13px;
}

.cart-btn_dl {
  background-color: #fd840a;
  color: #fff;
  padding: 5px 15px;
  text-decoration: none;
  font-size: 13px;
  border: none;
  border-radius: 0px;
  margin: 0px 5px;
}



.cart-plus-minus .qtybutton {
  cursor: pointer;
  padding: 1px 10px;
  background-color: #f8f9fa;
  border: 1px solid #ced4da;
}

.cart-plus-minus .qtybutton {
  cursor: pointer;
  padding: 1px 10px;
  background-color: #f8f9fa;
  border: 1px solid #ced4da;
}

.cart-plus-minus input {
  width: 40px;
  text-align: center;
  padding: 1px 10px;
  background-color: #f8f9fa;
  border: 1px solid #ced4da;
}

td {
  border: 1px solid #dce1e6;
  padding: 4px 10px;
  text-align: left;
}

p.pf_sfct1 {
     font-size: 19px;
    font-weight: 700;
    margin: 9px 9px 3px 0px;
    color: #1285c5;
}

.speict table {
  width: 100%;
}

ul.feacure li {
  padding: 4px 0px;
  display: flex;
  font-size: 14px;
  align-items: baseline;
}

p.pf_sfct {
 font-size: 19px;
    font-weight: 700;
    margin: 9px 0px;
    color: #1285c5;
}
.first_child{
      color: black;
    font-weight: 600;
}
a.downlod_textt {
  font-size: 14px;
  font-weight: 600;
}

p.cadow {
  font-size: 17px;
  font-weight: 600;
  margin: 4px 0px;
  color: #ff6600;
}



.category-menu.menu-xl {
  margin: 0px !important;
  text-align: left;
}

.category-menu.menu-xl {
  position: sticky !important;
  top: 97px;
}



.reviewing:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.reviewing .user {
  font-weight: 600;
  font-size: 19px;
}

.reviewing .date {
  color: #666;
  font-size: 14px;
}

.reviewing .rating {
  margin-top: 5px;
}

.reviewing .content {
  margin-top: 10px;
  padding: 10px 0px;
}

.reviewing {
  padding: 40px;
  background: #edf2fa;

}

i.bi.bi-chevron-double-right.me-1 {
  font-size: 11px;
}

.input-group {
  margin-bottom: 10px;
}

.input-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.input-group input,
.input-group textarea,
.input-group select {
  border: none;
  border-bottom: 1px solid #ccc !important;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  margin: 10px 0px;
  padding: 10px 0px;
  width: 100%;
  background: none;
}

.input-group textarea {
  height: 100px;
}

.input-group button {
  background-color: #0070a6;
  color: white;
  border: none;
  padding: 5px 20px;
  border-radius: 4px;
  cursor: pointer;
}

.input-group button:hover {
  background-color: #45a049;
}

.customr p {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 30px;

}

.product_carouseling {
  display: flex;
  justify-content: center;
  flex-direction: column;
}


.rel_text h2,
.rel_text h3,
.rel_text h4,
.rel_text h5,
.rel_text h6 {
      font-size: 23px;
    font-weight: 700;
    margin-top: 40px;
    color: #0c76af;
}

.product-contenting ul li:hover {
  color: #ff6600;
}



.product-cardbox1 {
  display: flex;
  align-items: center;
  background-color: #f4f7fc;
  border-radius: 12px;
  padding: 10px;
  margin: 5px 0px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);

}

.image-containering {
  background-color: white;
  border-radius: 12px;
  padding: 10px;
  width: 60%;
}

.product-image12 {
  width: 150px;
  height: auto;
  display: block;
  padding: 10px;
}

.product-contenting {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
  background-color: #eef3fd;
  border-radius: 12px;
  margin-left: 10px;
  width: 100%;
  position: relative;
}

.product-contenting h2,
.product-contenting h3,
.product-contenting h4,
.product-contenting h5,
.product-contenting h6 {
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

.speict {
  box-shadow: 0 0 12px 2px #00000020;
    padding: 1px 20px 20px 20px;
}

.somld {
  box-shadow: 0 0 12px 2px #00000020;
  padding: 16px;
  margin-top: 20px;
}

ul.star1 {
  display: flex;
  justify-content: left;
  font-size: 10px;
  color: #ffa800;
  align-items: baseline;
}

.pfdeatis {
  display: flex;
  align-items: center;
  margin: 10px 0px;
}

p.Submitrvi {
  font-size: 18px;
  text-align: left;
  font-weight: 600;
  padding: 10px;

  margin: 0px;

  color: #1f0303;

}

.boxrevt {
  border: 1px solid #edf2fa;
  padding: 14px;
  border-radius: 10px;
}

.box_med12 {
  box-shadow: 0 0 12px 2px #00000020;
  padding: 20px;
  margin: 20px 0px;
}



.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  padding: 50px;
}

a.table_text1s h2,
a.table_text1s h3,
a.table_text1s h4,
a.table_text1s h5,
a.table_text1s h6 {
  font-size: 14px;
  color: #354a4e;
  font-weight: 600;
}

img.table_img {
  width: 130px;
  padding: 10px;
}

.page_top {
  text-align: center;
}

table.table.table-bordered.table_bg_color {
  text-align: center !important;
}

.table>thead tbody,

tfoot,
th,
thead,
tr {
  text-align: center !important;
}


a.add_cart {
  background: #0070a6;
  padding: 4px 19px;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
}

.pf_products_grid {
  columns: 3;
  column-gap: 1rem;
  width: 100%;
}

p.sbu-pre {
  padding-bottom: 20px;
  font-weight: 400;
  padding-top: 2px;
  font-size: 13.7px;
  color: #000000c7;
}


.img_center {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

li.pf_single a {
 display: flex
;
    align-items: baseline;
    font-size: 13px;
    padding: 2px 0px;
    font-size: 14px;
    color: black;
}

.alltry_tittle h2,
.alltry_tittle h3,
.alltry_tittle h4,
.alltry_tittle h5,
.alltry_tittle h6 {
 color: white;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.3px;
    padding: 5px;
    /* border: 1px solid #048ad32b; */
    background: linear-gradient(45deg, #077cbb, #048ad37d);

}

a.list-group-product_grid {
font-size: 14px;
    padding: 1px 0px;
    display: block;
    color: black;
    text-align: center;
}

a.cat_texthad h2,
a.cat_texthad h3,
a.cat_texthad h4,
a.cat_texthad h5,
a.cat_texthad h6 {
    font-size: 17px;
    font-weight: 600;
    color: #096fa7;
}

li.pf_single a {
  display: flex;
  align-items: baseline;
  font-size: 13px;
  padding: 2px 0px;
}

.cate_gireding {
  columns: 4;
  column-gap: 1rem;
  width: 100%;
}

.ct-bg_section {

  padding: 20px;
  transition: .5s;
  box-shadow: 0 0 12px 2px #00000020;
  overflow: hidden;
  border-left: 2px solid #0f679d;
}

.modal-content {
  border-radius: 0px;
  border-bottom: 3px solid #0c77ab;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  border: 0;
  border-radius: 30px;
  opacity: 5;
  background-color: white !important;
}

.modal-header.catalog_modal_header {
  background: #0c77ab;
  border-radius: 0px;
  color: #fff;
}

.modal_setion_btng {
  width: 50%;
  padding: 4px;
}

a.btn.download_btn {
  width: 100%;
  border: 1px solid #b4bac2;
  margin: 3px 0px;
  font-size: 14px;
  border-radius: 0px;
  border-bottom: 3px solid #0c77ab;
  text-align: start;
  padding: 10px;
}




.text_single_page h1,
.text_single_page h2 {
  text-align: center;
  font-size: 22px;
  padding: 10px;
  font-weight: 600;
}



.main_daetils {
  width: 100%;
  max-width: 700px;
  padding: 10px;
  margin: 10px auto;
  overflow: hidden;
  box-shadow: rgba(145, 139, 139, 0.2) 0px 12px 28px 0px, rgb(255, 255, 255) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}


.download_btng {
  background-color: #2f62d6;
  border: none;
  color: #fff;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 18px;
  margin-top: -40px;
  text-decoration: none;
  font-weight: 400;
}

.logo_single {
  width: 24%;
  margin: 15px 28px;

}

.img_product_single {
  text-align: center;

}

.catalog_head {
  font-size: 20px !important;
  font-weight: 600;
  margin: 32px;
  text-align: center;
  line-height: 30px;
  text-align: center;
  padding: 20px;
}

.catalog_contact {
  color: #f26522;
  font-weight: 600;
  font-size: 13px;
}



.cate_table_single {
  padding: 20px 20px;
  padding: 20px;
  font-size: 15px;
  text-align: justify;
  line-height: 27px;
  border: 1px solid #dfe0e3;
}

.cate_cont {
  text-align: left;
  padding: 30px 30px;
  line-height: 10px;
  font-size: 15px;
  margin: 30px auto;

}

.catalog_text {
  padding: 2px;
  font-size: 14px;
}

.catalog_subhead {
  color: #545454;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0px;
  text-align: left;
  border-bottom: 1px dashed #00000073;

}

.text_single_page h1,
.text_single_page h2 {
  text-align: center;
  font-size: 22px;
  padding: 10px;
  font-weight: 600;
}

.download_btnn {
  background-color: #0b79ac;
  border: none;
  color: #fff;
  padding: 9px 20px;
  cursor: pointer;
  font-size: 15px;
  margin: 30px 0px;
  text-decoration: none;
  font-weight: 400;
  display: inline-block;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center;
}

.text_cate_single {
  padding: 20px;
  font-size: 15px;
  text-align: justify;
  line-height: 27px;
  border: 1px solid #dfe0e3;
  margin: 10px 0px;
}

.catalog_footerlog.mb-2 {
  width: 25%;
}

.img_left {
  text-align: end;
}

.single_img {
  width: 300px;
  padding: 10px;
}

.img_bg {
  background-image: url(../images/single.png);
  background-size: cover;
  height: 840px;
  max-width: 100%;
  width: 100% !important;
  overflow: hidden;
  background-position: center;
  border-radius: 2px solid #0abab5;
  background-repeat: no-repeat;
}

.center_sectionpfing {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 160px 0px;
}

p.catalog_text {
  font-size: 14px;
  text-align: justify;
}

.box_contact i {
  font-size: 21px;
  margin: 0px 4px 0px 0px;
}






.order-details-container {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 900px;
  border-top: 3px solid #0594c4;
  margin: 40px auto;
}



.order-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.order-info-item {
  text-align: center;
}

.order-info-item h2 {
  margin: 0;
  font-size: 14px;
  color: #666;
}

.order-info-item p {
  margin: 5px 0 0;
  font-size: 1.2em;
  font-weight: bold;
  color: #333;
}

.order-number {
  text-align: center;
  margin-bottom: 20px;
}

.order-number h2 {
  margin: 0;
  font-size: 1em;
  color: #999;
}

.order-items {
  border-top: 1px solid #ddd;
  padding-top: 10px;
}

.order-item {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.order-item img {
  width: 100px;
  height: auto;
  margin-right: 20px;
  border-radius: 5px;
}

button.btn_Buy {
  background: #0070a6;
  border: 1px solid #0070a6;
  color: #fff;
  font-size: 13px;
  margin-top: 20px;
  padding: 4px 10px;

}

.track-btn {
  background-color: #ee1f2ccf;
  color: #ffff;
  padding: 3px 20px;
  border: 1px solid red;
  font-size: 14px;
  border-radius: 0px;
}

.track-order {
  text-align: center;
  margin-top: 20px;
}

button.btn_Buy1 {
  background: #545454;
  border: 1px solid #545454;
  color: #fff;
  font-size: 13px;
  margin-top: 20px;
  padding: 4px 10px;
}

.item-details h2,
.item-details h3,
.item-details h4,
.item-details h5,
.item-details h6 {
  margin: 0;
  font-size: 20px;
  color: #333;
  font-weight: 500;
}







.order-info {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;

  flex-wrap: wrap;
  padding: 2px 20px;
}

.order-info p {
  margin: 5px 0;
  font-size: 15px;
}

/* Main container */
.order-tracking-container-new {
  max-width: 1131px;
  margin: 0 auto;
  padding: 20px;
  margin: 10px auto;
  border-radius: 10px;
  /* border: 1px solid #ddd; */
  box-sizing: border-box;
  box-shadow: 0 0 12px 2px #00000020;
  width: 100%;
}

/* Order Info */
.order-info {
  margin-bottom: 20px;

}



/* Tracking Progress */
.tracking-progress {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

/* Tracking Step */
.tracking-step-new {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  flex-basis: 18%;
  /* Responsive width for each step */
  margin-bottom: 20px;
}

.step-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.completed .step-circle {
  background-color: #28a745;
  color: white;
}

.active .step-circle {
  background-color: #ffc107;
  color: white;
}

.pending .step-circle {
  background-color: #ccc;
  color: white;
}

.step-info h4 {
  margin: 5px 0;
  font-size: 14px;
}

.step-info p {
  margin: 0;
  font-size: 12px;
  color: #666;
}

/* Tracking Line */
.tracking-line {
  width: 100px;
  height: 2px;
  background-color: #ccc;
  margin: 0 auto;
}

#exampleModalLabel {
  color: #ffff;
}

.completed~.tracking-line {
  background-color: #28a745;
}

.active~.tracking-line {
  background-color: #ffc107;
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
  .tracking-step-new {
    flex-basis: 21%;
    /* Adjust for smaller screens */
  }

  .tracking-line {
    width: 80px;
  }
}

@media (max-width: 480px) {
  .tracking-step-new {
    flex-basis: 100%;
    /* Stack on small screens */
  }

  .tracking-line {
    display: none;
    /* Hide lines on very small screens for better readability */
  }
}



a.orderdel h2,
a.orderdel h3,
a.orderdel h4,
a.orderdel h5,
a.orderdel h6 {
  font-size: 17px;
  font-weight: 600;
  color: #3d4b4d;
}

h2.py_heding,
h3.py_heding,
h4.py_heding,
h5.py_heding,
h6.py_heding,
p.py_heding {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}




img.sitelogo {
  width: 213px;
}

.sitemap ul>li>a {
  display: inline-block;
  max-width: 500px;
  padding: 5px 10px;
  border: 2px solid #01a4d1;
  color: #01a4d1;
  font-size: 14px;
  text-decoration: none;
  border-radius: 0px 30px 30px 0px;
  text-overflow: ellipsis;
  margin: 5px 0;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}

.sitemap ul>li {
  border-left: solid #193c78 2px;
  padding-left: 15px;
}

.sitemap ul>li>a::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 15px;
  background: #183e7a;
}

.l1bg {
  background-color: #039dcb !important;
  border: 2px solid #039dcb !important;
  color: white !important;
}

.site_logo {
  padding: 10px;
  width: 230px;
}


















.main_loginggg {
  display: flex;
  margin: auto;
  justify-content: center;

}

h1.sign_text {
  font-size: 22px;
  text-align: center;
  font-weight: 600;
  padding-bottom: 10px;
}

.login_container {
  background-color: #fff;
  margin: 50px auto;
  width: 537px;
  max-width: 100%;

  padding: 24px;
  border-radius: 20px;
  border-bottom: 5px solid #2b8697 !important;
  border: 1px solid #d9dbdf;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.6s ease-in-out
}

.form-container {
  width: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hidden_singup {
  display: none;
}

p.login_textt {
  font-size: 14px;
}

.sing_a {
  color: #0d0d0d;
  font-size: 14px;
  font-weight: 600;
}

.sing_input {
  border: none;
  border-bottom: 1px solid #ccc !important;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  margin: 10px 0px;
  padding: 10px 0px;
  width: 100%;
  background: none;
}


.sing_btngg {
  width: 100%;
  padding: 4px;
  background-color: #2b8697;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin: 10px 0px 0px 0px;
}

.sing_btngg:hover {
  background-color: #0d0d0d;
}

.account_text {
  text-align: center;
  color: #333;
  margin-top: 20px;
}



.sing_a:hover {
  text-decoration: underline;
  color: #0674a9;


}

a.foget {
  margin: 10px 4px 0px 6px;
  display: block;
  color: red;
}




.back-to-login {
  color: red;
}

.form-group input,
.form-group textarea {
  border: none;
  border-bottom: 1px solid #ccc !important;
  padding-left: 0;
  padding-right: 0;
  margin: 10px 0px;
  border-radius: 0;
  padding: 10px 0px;
  width: 100%;
  background: none;
}

.forgot-password-box {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  border: 1px solid #2f62d614;
  margin: 0 auto;
  box-shadow: 0 0 12px 2px #00000020;
  border-bottom: 5px solid #2b8697 !important;
  border: 1px solid #d9dbdf;
  border-radius: 20px;
  margin: 100px auto;
  max-width: 450px;
  width: 100%;
}

p.fogettext {
  margin: 0px;
}

.form-group label {
  font-size: 13px;
  color: #555;
  margin: 15px 0px 4px;
}

.pagehaeding h1 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin: 0px 0px 15px;
}

p.fogettext {
  margin: 0px;
}

.reset-btn {
  width: 100%;
  padding: 3px;
  background-color: #0097b2;
  color: white;
  font-size: 15px;
  margin: 20px 0px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.otp-footer p a {
  color: #10679d;
}

.imgboxac img {
  height: 449px;
  width: 100%;
  border-radius: 0px 10px 10px 0px;
}

.boxmyacount {
  display: flex;
  justify-content: center;
  width: 1100px;
  margin: 0px auto;
  padding: 0px;
  border: 1px solid #b8cdd1;
  border-radius: 20px;
  border-bottom: 5px solid #2b8697 !important;
  border: 1px solid #d9dbdf;
}

.box_center {
  border: 1px solid #2f62d614;
  box-shadow: rgb(12 95 174 / 23%) 1.95px 1.95px 2.6px;
  margin: 0px auto;
  padding: 30px;
  width: 100%;
  border-radius: 10px 0px 0px 10px;
}

.product_info_button {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
}

.product_info_button ul li a.active {
  background-color: #078bbc !important;

  color: #ffff;
}

.product_info_button ul li a:first-child {
  border-left: none !important;
}

.product_info_button ul li a {
  display: block;
  float: left;
  font-size: 15px;
  color: #706666;
  font-weight: 500;
  margin-right: 0px;
  padding: 3px 15px;
  border-left: 1px solid;
  position: relative;
  margin: 5px 0px;
}

.contact__input input,
.contact__input textarea {
  border: none;
  border-bottom: 1px solid #ccc !important;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  width: 100%;
  background: none;
}

textarea {
  resize: vertical;
}

form .user-details .input-box {
  margin-bottom: 20px;
  width: calc(100% / 2 - 20px);
}

.content form .user-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0px;
}

.imgboxac {
  width: 56%;
}

.user-details .input-box input {
  border: none;
  border-bottom: 1px solid #ccc !important;
  padding-left: 0;
  padding-right: 0;
  padding: 10px 0px;
  margin: 5px 0px;
  border-radius: 0;
  width: 100%;
  background: none;
}

.gender-details {
  text-align: center;
}

form .button input {
  width: 57%;
  border-radius: 5px;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 7px;
  background: linear-gradient(-135deg, #427996, #0097b2);
}

textarea::placeholder {
  color: #888;
  /* Placeholder text color */

}














.box32 {
  width: 70%;
}

li.item-total {
  color: #5c5656;
  font-weight: 600;
  font-size: 17px;
}

ul.info_csa li {
  width: 11%;
}


.cart-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.cart-items {
  flex: 3;
}

.cart-item {
  display: flex;
  align-items: flex-start;
  margin: 20px 0px;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 1px solid #2f62d614;
  box-shadow: rgb(12 95 174 / 23%) 1.95px 1.95px 2.6px;
}

.item-image img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
}

.item-details {
  flex: 1;
  margin-left: 20px;
  position: relative;
}

.item-title h2,
.item-title h3,
.item-title h4,
.item-title h5,
.item-title h6 {
  font-size: 16px;
  color: #2b2934;
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 600;
}


.edit-accessories {
  font-size: 12px;
  text-decoration: none;
  margin-bottom: 20px;
  display: inline-block;
  background: #0985b6b5;
  border-radius: 28px;
  border: 1px solid white;
  color: #fff;
  padding: 4px 10px;
  margin: 3px 0px;
}



.edit-accessories:hover {
  color: #fff;
}

.item-price,
.item-total {
  font-size: 18px;
  margin: 10px 0;
  font-weight: 500;
}

.quantity-controls {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.quantity-btn {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  padding: 1px 12px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 16px;
  transition: background-color 0.2s;
}

.quantity-btn:hover {
  background-color: #e0e0e0;
}

.quantity-input {
  width: 40px;
  text-align: center;
  border: none;
  font-size: 16px;
  margin: 0 10px;
}

.remove-btn {
  background: none;
  border: none;
  color: #f3280a;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  padding: 0;
}


.remove-btn:hover {
  text-decoration: underline;
}

/* .accessories-section {
  margin-top: 30px;
} */

.accessories-section h2 {
  font-size: 15px;
  margin-bottom: 0px;
  font-weight: 600;
  color: #0c0c0e;
}

.accessory-item {
  display: flex;
  align-items: center;
  padding: 5px 0;
  border-bottom: 1px solid #e0e0e0;
}

.accessory-image img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
}

.accessory-details {
  flex: 1;

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

.accessory-name {
  font-size: 13px;
  font-weight: 500;
}

.accessory-price {
  font-size: 16px;
  color: #555;
}

.remove-btn12 {
  background: none;
  border: none;
  color: #a6a09c;
  cursor: pointer;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0;
}

button#decrementBtn {
  cursor: pointer;
  padding: 1px 10px;
  background-color: #f8f9fa;
  border: 1px solid #ced4da;
}

.counter-container {
  display: flex;
  align-items: center;
}

button#incrementBtn {
  cursor: pointer;
  padding: 1px 10px;
  background-color: #f8f9fa;
  border: 1px solid #ced4da;
}

span#counterValue {
  width: 40px;
  text-align: center;
  padding: 1px 10px;
  background-color: #f8f9fa;
  border: 1px solid #ced4da;
}

.cart-summary {
  flex: 1;
  background-color: #eaecef;
  padding: 20px 25px;
  border-radius: 8px;
  height: fit-content;
  position: sticky;
  top: 30px;

}

.cart-summary h2 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #111;
}

.summary-details {
  margin-bottom: 20px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 16px;
}

.summary-row.total {
  font-size: 18px;
  font-weight: 600;
  border-top: 1px solid #e0e0e0;
  padding-top: 10px;
  margin-top: 10px;
}

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

.checkout-btn {
  width: 100%;
  background-color: #0097b2;
  color: #fff;
  border: none;
  padding: 6px 0;
  font-size: 15px;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.checkout-btn:hover {
  background-color: #e59400;
}


input.btng_subingg {
  background: #0c77ab;
  border: 1px solid #0c77ab;
  color: #ffffff;
}

.modal-header {
  background: #0690bf;
  border-radius: 0px;
}

p.ourtext {
font-size: 14px;
    margin-bottom: 20px;
}








/* Responsive Design */
@media (max-width: 992px) {
  .cart-content {
    flex-direction: column;
  }

  .cart-summary {
    position: static;
    width: 100%;
  }
}

@media (max-width: 576px) {

  .item-image img,
  .accessory-image img {
    width: 200px;
    height: 200px;
  }


  .quantity-btn {
    padding: 5px 10px;
  }

  .quantity-input {
    width: 30px;
    margin: 0 5px;
  }

  .checkout-btn {
    padding: 12px 0;
    font-size: 14px;
  }
}


.serproduct-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

p.error_page {
  font-size: 15px;
  margin: 20px;
  font-weight: 500;
}


a.img img {
  border-radius: 20px;
  width: 400px;
}

@media screen and (max-width:1199.98px) {
  body .icemak-lst {
    padding: 0;
  }

  ul.cartinfo li {
    padding: 0px 10px;
  }

  .heding a h1,
  .heding a h2,
  .heding a h3,
  .heding a h4,
  .heding a h5,
  .heding a h6 {
    font-size: 22px;
  }

  .main_menu nav>ul>li>a {

    font-size: 14px;

  }

  .bozing1 {
    width: 50%;
  }

  .boxaroun {
    width: 24%;
    padding: 13px;
    margin: 3px;


  }



  .img-item {
    padding: 4px;
  }

  .cate_gireding {
    columns: 3;

  }

  .typefooter-12 .infos-footer ul li {

    line-height: 18px;


  }

  .serproduct-grid {
    grid-template-columns: repeat(3, 1fr);

  }


  .sidebar {
    width: 30%;

  }

  .img_logo img {
    width: 160px;
  }

}

@media screen and (max-width:991.98px) {
  .header_bottom {
    display: none;
  }

  .heding a h1,
  .heding a h2,
  .heding a h3,
  .heding a h4,
  .heding a h5,
  .heding a h6 {
    font-size: 20px;
    text-align: center;
    margin: 20px 0px 20px 0px;
  }

  img.imgbox4 {
    width: 130px;
  }

  .mecal_section {
    padding: 10px;
  }

  p.sbu-pre {
    display: none;
  }

  .banner {
    display: none;
  }

  .box32 {
    width: 100%;
  }

  img.pf_img {
    width: 125px;
    margin: 10px;
  }

  .module .modtitle {
    margin: 20px 0px !important;
  }

  .boxaroun {
    width: 32%;
    margin: 10px auto;
  }

  .filter-wrapper {
    display: none;
  }

  .pagehaeding a h1 {
    font-size: 19px;

  }


  .img-item {

    padding: 4px;
  }

  .img_center {
    text-align: center;
  }

  .mecal_section1.modlnone {
    display: none;
  }

  .pf_products_grid {
    columns: 2;

  }

  .imgboxac {
    display: none;
  }

  .box_center {

    border-radius: 19px;
  }

  .product_info_button ul li a {

    margin: 5px 0px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {

  .boxdf {
    width: 50%;
    padding: 0 5px;
  }

  .serproduct-grid {

    grid-template-columns: repeat(2, 1fr);

  }

  .boxcf {
    width: 50%;
  }
}

@media screen and (max-width:767px) {
  .boxaroun {
    width: 49%;
    margin: 10px auto;
  }

  .cate_gireding {
    columns: 2;

  }


  .order-lg-1.order-1 {
    display: none;
  }

  .order-2 {
    display: none;
  }


  .login_container {
    margin: 0px auto;
    padding: 10px;

  }

  .imgdfrt {
    display: block;

  }

  .pfrdrt {
    width: 100%;

  }

  .pf_products_grid {
    columns: 2;

  }


  .product-item {
    border-left: none;
    border: 1px solid #acafb3;
    margin: 5px;
  }

  .cate_cont {

    padding: 0px;

  }

  ul.infologin {

    justify-content: center;
  }

  .forgot-password-box {
    margin: 0px auto;
    padding: 20px;
  }

  .searchInput {

    margin: 5px auto;
  }

  .container-box1 {
    display: block;

  }

  .customr p {
    font-size: 20px;

    padding-bottom: 10px;
  }

  .sidebar {
    width: 100%;
  }


  .order-details-container {

    margin: 0px auto;
  }



}

@media screen and (max-width:576px) {
  .boxaroun {
    width: 99%;
    margin: 10px auto;
  }

  ul.subproducts li {

    width: 100%;
  }

  .serproduct-grid {

    grid-template-columns: repeat(1, 1fr);

  }

  .cart-item {
    display: block;

  }

  .info_csa {
    display: block;

    align-items: baseline;
  }

  button.getbgt {

    margin: 10px 0px;
  }

  .bozing1 {
    width: 100%;
  }


  .order-item img {
    width: 160px;
    margin: 10px 0px;

  }

  a.your_ordewr {

    font-size: 14px;

  }

  .order-item {
    display: block;

  }

  .profile-btn {

    padding: 0px 4px;
    font-size: 12px;

  }

  .pf_products_grid {
    columns: 1;

  }

  .cate_gireding {
    columns: 1;

  }

  button.askbtng {

    padding: 4px 4px;
    font-size: 11px;
  }


}


@media screen and (max-width:320px) {
  ul.star16 {
    display: block;
    padding: 0px 0px !important;

  }

  .new-price {

    margin: 0px -10px;
  }

  .difl {

    margin: 10px 0px !important;
    align-items: center;
  }
}










.displyn {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #b9b0b0;
  margin: 10px 0px;
}



.boxcenter {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
     border-right: 1px solid #8ba6b5;
}

ul.featuree-ul {
  text-align: left;
  padding: 0;
  scrollbar-width: thin;
  scrollbar-color: #048ad399 #f1f1f1;
  overflow: auto;
  border-bottom: 0;
  height: 90px;
}


ul.featuree-ul::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

ul.featuree-ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}

ul.featuree-ul::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 3px;
}

ul.featuree-ul li b {
  font-weight: 500;
  font-size: 13px;
  color: black;
}

.featuree-ul li {
  font-size: 13px;
  font-weight: 300;
  color: black;
}

img.imgbox4 {
  width: 165px;
  height: 165px;
  object-fit: contain;
  padding: 4px;
}

ul.featuree-ul {
  text-align: left;
  padding: 0px;
  scrollbar-width: thin;
  overflow: auto;
  border-bottom: 0;
  height: 90px;
}

.lifxt {
  border-top: 1px solid #048ad3b5;
  padding-top: 10px;
}

.pf-name1 h2,
.pf-name1 h3,
.pf-name1 h4,
.pf-name1 h5,
.pf-name1 h6 {
  font-size: 15.7px;
  text-align: left;
  font-weight: 700;
  padding: 4px 0px 0px 0px;
  color: #0a7ab7;
  margin-bottom: 3px;
}

ul.lifxt {
  text-align: left;
  display: flex;
  margin: 10px 0px 0px 0px;
  justify-content: space-between;
  align-items: center;
}

.box4 {
  border: 1px solid #1e23263b;
    padding: 10px 11px 0px 11px;
    height: 100%;
}

button.cartbtngm {
  border: none;
  background: #0e699e;
  font-size: 13px;
  padding: 4px 9px;
  color: #ffffff;
  margin: 4px 0px 0px 0px;
  font-weight: 500;
  border-radius: 2px;
}

.container-box1 {
  padding: 21px;
  box-shadow: 0 0 12px 2px #00000020;

}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  .boxitem {
    width: 50%;
  }
}

@media screen and (max-width:991px) {
  .boxcenter {
    border-right: none;
  }
  img.imgbox4 {
    width: 211px !important;
    height: 211px !important;
  }
  .ak-sbcat, .difl .priceone{
padding-bottom: 12px !important;
  }
      .feat-mac-ht {
         margin-left: 0px !important;
    }
}

.stars {
  color: #f39c12;
  font-size: 11px;
}

.star {
  color: #F9C706;
  font-size: 11px;
}

/* CAPTCHA */
.input-groups {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.input-wrapper {
  display: flex;
  width: 100%;
  position: relative;
}

.input-wrapper i {
  background: #fff;
  padding: 6px 3px;
  position: relative;
  left: -33px;
  top: 6px;
}

.input-wrappersss {
  display: flex;
  width: 100%;
  position: relative;
}

.input-wrappersss i {
  background: #fff;
  padding: 6px 3px;
  position: relative;
  left: -29px;
  top: 20px;
}

.input-wrapper .captcha_refresh {
  position: absolute;
  top: 0px;
  right: -18px;
  font-size: 13px;
}

.input-wrapper .captcha_refresh .refresh-btn {
  background: #fff;
  padding: 6px 3px;
}

.input-wrapperss {
  display: flex;
  align-items: center;
  margin-left: 5px
}

.input-wrapperss i {
  background: #fff;
  padding: 6px 3px;
  position: relative;
  left: -30px;
  top: 2px;
  color: #7c7979;
}

#contact_captcha {
  height: 46px;
}

.captcha-wrapper {
  display: flex;
  align-items: center;
}

.captcha-box {
  padding: 6px 22px 6px 27px;
  border-radius: 5px;
  background-color: #0097b2;
  font-family: 'Merriweather Sans', sans-serif;
  ;
  color: #333;
  text-align: center;
  background-image: repeating-linear-gradient(19deg, transparent, transparent 7px, rgba(255, 255, 255, 0.1) -25px, rgba(255, 255, 255, 0.1) 13px);
  margin-right: 10px;
  margin-top: 10px;
  height: 47px;
}

.prod-captcha-box {
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #0690bf;
  font-family: "Rambla", sans-serif;
  font-size: 16px;
  background-size: 8px 8px;
  color: #333;
  text-align: center;
  position: relative;
}


input#contact_captcha {
  height: 46px;
  margin-top: 10px;
}


/* Search Bar */
/* .resultBox {
  scrollbar-width: thin;
  scrollbar-color: #054899 #f1f1f1;
  max-height: 200px;
  border-top: none;
  z-index: 99;
  background: #fff;
  position: absolute;
  scrollbar-color: #054899 #f1f1f1;
  width: 100%;
  top: 39px
} */



.results-container {
  display: flex;
}

.categories-list,
.products-list {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
}

.products-list {
  border-left: 1px solid #ccc;
}

.categories-list {
  padding-right: 10px;
}

.categories-list li,
.products-list li {
  padding: 0;
  transition: 0.5s all;
}

.searchInput .resultBox li b {
  font-size: 16px;
  padding-left: 0 !important;
  letter-spacing: 0;
}

.categories-list li:hover,
.products-list li:hover {
  background-color: #f0f0f0;
}

.box_search {
  background: #fff;
  padding: 0;
  font-size: 13px;
  line-height: 25px;
  display: flex
}

.categories-list {
  border-right: 1px solid #ddd
}

.top_cart {
  color: #004d67;
  text-decoration: none;
}

.cart_empimg {
  width: 200px;
}

.remove-cart {
  position: absolute;
  top: 5px;
  right: 5px;
}

#scrollsearch {
  display: block;
  max-height: 300px;
  /* Adjust height if needed */
  overflow-y: scroll;
}

#suggestionsList {
  list-style: none;
  padding: 0;
}

#suggestionsList li {
  padding: 10px;
  cursor: pointer;
}

#suggestionsList li:hover {
  background-color: #f0f0f0;
}

.main-title h1 {
  font-size: 20px;
}

.search_query {
  color: #a74e95;
}

button.close.cart_close {
  width: 28px;
  border: 1px solid #004d67;
}

/* ACCESSORIES */

.addabtn {

  background-color: rgb(1, 128, 185);
  color: #ffffff;
  padding: 3px 8px;
  top: 4px;
  right: 5px;
  font-size: 12px;
}

.addabtn:hover {
  background-color: rgb(0, 100, 146);
  color: #ffffff;
}

.changebtn {

  background-color: rgb(224, 168, 0);
  color: #ffffff;
  padding: 3px 8px;
  top: 38px;
  right: 5px;
  font-size: 12px;
}

.changebtn:hover {
  background-color: rgb(203, 152, 0);
  color: #ffffff;
}

.cart-option-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
  /* Initially hidden */
}

.cart-option-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1001;
  display: none;
}


.cart-option-popup-overlay.show,
.cart-option-popup.show {
  display: block;
}

button.btn.btn-sm.btn-secondary.acc_cancel {
  padding: 8px 16px;
  font-size: 14px;
  margin-left: 12px;
  font-weight: 500
}

button.btn.btn-sm.btn-success.acc_sub {
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500
}

button.btn.btn-sm.btn-primary.acc_sub {
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500
}

#shipping_address {
  text-align: end;
}

.approved {
  color: #00abdd;
}

.col-lg-4.track_btng {
  text-align: end;
}

.acc_name {
  font-weight: 500;
}

.acc_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0px;
}

.acc_head {
  font-weight: bold;
  margin-top: 5px;
  font-weight: 500;
}

.accs_head {
  flex: 1;
  font-weight: bold;
  margin-top: 5px;
  font-weight: 500;
}

.acc_data {
  flex: 3;
  display: flex;
  flex-direction: column;
  margin-top: 6px;
  margin-left: 11px;
}

.acc_data div {
  margin-bottom: 5px;
}

.accessories-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}


button.btn.btn-sm.btn-success.acc_sub {
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500
}

button.btn.btn-sm.btn-primary.acc_sub {
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500
}

.accessories-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.accessories-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: 50px;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1001;
  width: 500px;
  max-width: 90%;
  max-height: 80vh;
  overflow-y: auto;
}

.popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;

}

.popup-header h3 {
  margin: 0;
  font-size: 18px;
}

.close-btn {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #333;
}

.popup-body {
  margin: 10px 0;
  padding: 13px;
}

.popup-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.table-header,
.table-row {
  display: table-row;
}

.header-item,
.table-item {
  display: table-cell;
  padding: 8px;
  border-bottom: 1px solid #ddd;
}

.header-item {
  font-weight: bold;
}

.table-row:hover {
  background-color: #f9f9f9;
}

.features-details ul {
  list-style-type: square;
  padding-left: 20px;
}

input#accessory_0 {
  height: auto;
  width: auto;
}

.accessory-image {
  width: 70px;
  height: auto;
  margin-left: 10px;/
}

.account-toggle-password i,
.login-password i,
.toggle-password i {
  color: #aaa;
  background: #fff;
  position: static;
}

.password-input-container .account-toggle-password,
.password-input-container .toggle-password {
  position: absolute;
  /* top: 11px; */
  /* left: auto; */
  /* right: 11px; */
  bottom: auto;
}

.product-btm a {
  color: #000;
  font-weight: 500;
}

input#login_captcha {
  width: 200px;
}

/*********************************
4. Breadcrumbs
*********************************/

.breadcrumbs {
  width: 100%;
  height: 40px;
  border-bottom: solid 1px #ebebeb;
  margin-bottom: 10px;
}

.breadcrumbs ul li {
  display: inline-block;
  margin-right: 10px;
}

.breadcrumbs ul li.active {
  position: relative;
  padding-left: 18px;
}

.breadcrumbs ul li.active::before {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  vertical-align: middle;
  content: "/";
  font-size: 14px;
  color: #51545f;
}

.breadcrumbs ul li.active a {
  color: #000;
}

.breadcrumbs ul li a {
  color: #51545f;
}

.breadcrumbs ul li a i {
  padding-right: 6px;
  font-size: 13px;
}

.remove i.bi.bi-trash {
  color: red;
}

.ct-bg_section h2,
.ct-bg_section h3,
.ct-bg_section h4,
.ct-bg_section h5,
.ct-bg_section h6 {
  font-size: 17px;
    font-weight: 700;
    color: #096fa7;
    text-align: center;
}

.main-title {
  margin-bottom: 20px;
}

.close {
  margin-left: 298px;
  border: 1px solid white;
  border-radius: 19px;
}

img.track_img {
  width: 20%;
  margin-top: 20px;
}

img.ordertrack_img {
  width: 30%;
}

.quantity {
  width: 40px;
  text-align: center;
  padding: 1px 10px;
  background-color: #f8f9fa;
  border: 1px solid #ced4da;
}

button.log_btng.sign-out {
  border: 1px solid white;
  color: black;
  padding: 8px;
  margin-bottom: -30px;
  margin-left: 4px;
  background: transparent;
}

button.log_btng.sign-out:hover {
  background: #f1f1f1;
}

.sitemap h1 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}

a.rel_text span {
  font-size: 23px;
  font-weight: 600;
}


/**************************** Redesign CSS Start ********************************/
a.your_ordewr i {
  font-size: 22px;
}

.hed-top .your_ordewr {
  top: 0;
  display: flex;

}

a.your_ordewr i {
  font-size: 17px;
  padding-right: 6px;
  line-height: 100%;
}

.hed-top {
  align-items: center;
}

.mecal_section1 {
  padding: 0px 20px;
  margin: 22px 0px;
}


.cart-content .alert-warning {
  padding: 7px 10px;
  line-height: 120%;
}

.mecal_section1.modlnone {
  margin: 30px 0;
}

.searchInput .icon i {
  top: auto;
}

.header_bottom .img_logo .header-log-wr {
  height: 30px;
  display: block;
}

.top_hd {
  border-top: 0;
}

.original-price {
  display: none;
}

.feat-mac-ht {
  margin-bottom: 15px;
}

.box-footer .modcontent ul li a i {
  display: none;
}

.modal-header.catalog_modal_header h2,
.modal-header.catalog_modal_header h3,
.modal-header.catalog_modal_header h4,
.modal-header.catalog_modal_header h5,
.modal-header.catalog_modal_header h6 {
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
}

.catalog-pp-bx-wr .modal-dialog {
  max-width: 900px;
  padding: 0 15px;
}

#contactForm .form-groupp.mb-5 {
  margin-bottom: 20px !important;
}

.captcha-wrapr .input-groups {
  margin: 0;
}

.cont-pg-bt .contsunmit {
  height: 100%;
  width: auto;
  padding: 0 20px;
  line-height: 30px;
  background: #0e84b3;
  font-size: 15px;
  font-weight: 500;
}

.filter-wrapper {
     max-height: 900px;
    overflow-y: auto;
    scrollbar-width: none;
    border: 1px solid #4f8aab82;
}

.qt-bx-wr .get_coral {
  padding: 5px 10px;
  font-size: 14px !important;
  height: 38px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  padding: 6px;
  color: #999;
  border-left: 2px solid #38a8e0;
}

.qt-bx-wr textarea.get_coral {
  height: 70px;
  resize: none;
}

.qt-bx-wr .Top {
  margin: 5px 0;
}

.qt-bx-wr .Top .input-groups {
  margin: 0 auto;
}

.input-groups .input-wrapper input.captcha {
  padding: 5px 10px;
}

.qt-bx-wr .btn {
  margin: 10px auto 0;
  width: auto;
  line-height: 30px;
  font-size: 14px;
  padding: 0 10px;
  height: auto;
  border-radius: 5px;
  font-weight: 500;
}

.qt-bx-wr .btn:hover {
  border-color: #078bbc;
  color: #078bbc;
}

.prd-det-imgo .product-image.w-img img {
  padding: 17px;
}

body .k-bt-g .askbtng {
  background: #fff;
  border-style: none;
  color: #4f5255;
  font-size: 12px;
  letter-spacing: 1px;
  position: relative;
  padding: 0px 5px;
  line-height: 120%;
  text-transform: capitalize;
  font-weight: 600;
  border-radius: 5px;
  width: 60px;
  height: 55px;
  border-radius: 11px;
  border: 3px solid #0e84b3;
}

.k-bt-g {
  position: fixed;
  top: 300px;
  left: auto;
  bottom: auto;
  right: 10px;
  display: none;
  z-index: 9;
}

.hesder-buttn-wr .profile-dropdown .profile-btn {
  padding: 0 15px 0 0px;
  border: 0;
  line-height: 100%;
  background: transparent;
  color: #fff;
  font-weight: 500;
  font-family: 'Rambla', sans-serif;
  font-size: 16px;
}

.hesder-buttn-wr .askbtng {
  border: 1px solid #fff;
  background: #ff6735;
  color: #fff;
  font-size: 13.5px;
  font-weight: 600;
  padding: 0 15px 2px;
  letter-spacing: 0.4px;
  line-height: 27px;
  border-radius: 4px;
  text-transform: capitalize;
}

header ul.cartinfo .cart-headding .top_cart i {
  font-size: 21px;
  padding-right: 5px;
}

header ul.cartinfo li {
  padding: 0 0;
  display: flex;
  align-items: center;
}

header ul.cartinfo li .cart-headding {
  padding-right: 4px;
}

header ul.cartinfo .cart-headding .top_cart {
  display: flex;
  align-items: center;
}

.Offcanvas_menu {
  position: relative;
}

.cartinfo.header-car-mb-wr {
  position: absolute;
  left: auto;
  right: 53px;
  top: 0;
  bottom: auto;
}

.boxaroun {
  width: 16.66%;
  padding: 0 7px 15px;
  height: inherit;
  display: flex;
  flex-direction: column;
}

.boxaroun>a {
  padding: 10px;
  height: inherit;
  display: flex;
  flex-direction: column;
  flex: 1;
  border: 1px solid #acacac;
}

.border2q img.img-fluid {
  width: 190px;
  height: 190px;
  object-fit: contain;
  padding: 0;
}

.imgcatery3 {
  padding-bottom: 14px;
}

.mecal_section.fir-ca-sec .container-box1 {
  padding: 0;
  box-shadow: none;
}

.fir-ca-sec .boxitem {
      padding: 0 5px;
    margin-bottom: 11px;
}
.fir-ca-sec .img-sv-sf {
  padding: 0;
}

.fir-ca-sec ul.featuree-ul {
  height: 65px;
  margin-top: 2px;
}

.fir-ca-sec .cartbtngm {
  border: 1px solid #0e699e;
  background: transparent;
  color: #0e699e;
}

.wolsilider .product-image.w-img {
 background: linear-gradient(45deg, #3c99cb2b, transparent);
    border: 1px solid #80808066;
}

.typefooter-12 .infos-footer ul li.adres {
  background: transparent;
  position: relative;
}

.typefooter-12 .infos-footer ul li.adres::before {
  content: "\f3e8";
  font-family: bootstrap-icons;
  position: absolute;
  left: 2px;
  right: auto;
  bottom: auto;
  top: 10px;
  font-size: 23px;
}

.medic-pf-brd.pf_border .medi-pf-brd {
   padding: 15px;
    overflow: hidden;
    /* border-radius: 10px 10px 0px 10px; */
    /* margin: 0 7px 20px 7px; */
    box-shadow: none;
    border: 1px solid #b1adad;
    border-bottom: 2px solid #0592c2;
}
.medic-pf-brd{
      border: 1px solid #8080808a;
    padding: 10px;
}

.pf_border {
 width:25%;
 padding:0px 5px;
 margin-bottom:11px;
}

.medic-pf-brd .pf_flext {
 max-height: 70px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #7baacb #e3e5ea;
    margin-top: 10px;
}

.filter-wrapper h2.ftr-wr-mn-tt {
  font-size: 18px;
  color: #1c74ad;
}

.medic-pf-brd.pf_border .img_center {
  padding: 0;
}

.fir-ca-sec .cartbtngm i {
  display: none;
}

.cate_gireding {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 13px;
}



.cat-ig-li-im img {
height: 176px;
    width: 177px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.cate_luu {
  max-height: 90px;
  overflow-y: auto;
  scrollbar-width: thin;
  margin-top:10px;
}

.cate_luu li {
  border-bottom: 1px solid #e8e8e8;
}

.cate_luu li:last-child {
  border: 0;
}

ul.lifxt button.askbtng {
  border: 1px solid #0e699e;
  background: transparent;
  color: #025787 !important;
  font-size: 13px;
  padding: 4px 9px;
  margin: 4px 0px 0px 0px;
  font-weight: 600;
  border-radius: 2px;
  transition: 0.5s all;
}

ul.lifxt button.askbtng:hover {
  background: #0e699e;
  color: #fff;
}

.qt-bx-wr .offcanvas-header {
  background: #f7f7f7;
  padding: 10px 15px;
  color: #078bbc;
  border-bottom: 1px solid #078bbc;
}

.qt-bx-wr .offcanvas-header p#offcanvasLeftLabel {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.qt-bx-wr .offcanvas-header .btn-close {
  border: 1px solid #333;
  padding: 5px;
}

form .user-details .input-box {
  position: relative;
}

form .user-details .input-box .account-toggle-password {
  position: absolute;
  top: 12px;
  right: 4px;
}

.profile-dropdown .log_btng.sign-out {
  margin: 0;
  padding: 6px 16px;
  display: block;
  width: 100%;
  text-align: left;
}

#offcanvasLeft.qt-bx-wr {
  height: 430px;
  top: auto;
  right: auto;
  bottom: 0;
  border-top: 3px solid #078bbc;
  left: 0;
  width: 320px;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}

.offcanvas.offcanvas-end {
  left: 0;
  transform: translateX(-100%);
}

.qt-bx-wr .captcha-box {
  height: 38px;
  margin: 0 10px 0 0;
  width: 100px;
  padding: 5px 10px;
  background: #38a8e0;
  background-image: repeating-linear-gradient(19deg, transparent, transparent 7px, rgba(255, 255, 255, 0.1) -25px, rgba(255, 255, 255, 0.1) 13px);
}

.prd-det-imgo .product-image.w-img {
  background: transparent;

 
  margin: 0 auto 10px;
}

.prd-det-imgo .product-image.w-img img {
     padding: 0px;
    width: 204px;
    height: 204px;
    object-fit: contain;
}

.prd-det-imgo .box_med12 {
 box-shadow: none;
    padding: 4px 15px 5px 15px;
    margin: 5px 0px;
    border: 1px solid #afafaf;
    border-radius: 5px;
    position: relative;
}

.prd-det-imgo .box_med12 .cart-headding {
  margin: 0;
  position: absolute;
  top: 10px;
  left: auto;
  right: 10px;
  bottom: auto;
}

.serproduct-grid .product-item {
  height: inherit;
  display: flex;
  flex-direction: column;
}

.serproduct-grid .product-item a {
  height: inherit;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.serresu-bx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 6px;
}

.difl .askbtng {
   border: 1px solid #ff6735;
    padding: 5px 10px 7px;
    font-size: 13px;
    color: #0a4f7c;
    border-radius: 4px;
    font-weight: 700;
    line-height: 100%;
    margin: 0;
    transition: 0.5s all;
}

.difl .askbtng:hover {
  background-color: #2172a8;
  color: #fff;
}

.cart-option .askbtng {
 border: 1px solid #2172a8;
    padding: 5px 10px 7px;
    font-size: 13px;
    color: #044976;
    border-radius: 4px;
    font-weight: 600;
    line-height: 100%;
    margin: 0;
    transition: 0.5s all;
}

.cart-option .askbtng:hover {
  background-color: #2172a8;
  color: #fff;
}

.autoclave-head .askbtng {
  border: 1px solid #2172a8;
  padding: 5px 10px 7px;
  font-size: 13px;
  color: #2172a8;
  border-radius: 4px;
  line-height: 100%;
  margin: 0;
  transition: 0.5s all;
}

.autoclave-head .askbtng:hover {
  background-color: #2172a8;
  color: #fff;
}

.ftlawr .infos-footer {
  padding-right: 40px;
}

.product-owl-carousel .img-item {
  padding: 5px;
  margin: 10px 0 0 0;
}

.product-owl-carousel .img-item a {
  display: block;
  height: 80px;
}

.product-owl-carousel .img-item a img {
  padding: 0;
  height: 100%;
  object-fit: contain;
}

.product-imgs .owl-carousel .owl-nav {
  display: flex;
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  bottom: auto;
  transform: translateY(-45%);
  justify-content: space-between;
  margin: 0 -10px;
  pointer-events: none;
}

.owl-dots {
  display: none;
}

.product-imgs .owl-carousel .owl-nav .owl-next,
.product-imgs .owl-carousel .owl-nav .owl-prev {
  height: 20px;
  width: 20px;
  margin: 0px;
  position: relative;
  border: 1px solid #048ad3;
  border-radius: 50%;
  background: #048ad3;
  font-size: 0;
  cursor: pointer;
  pointer-events: all;
}

.product-imgs .owl-carousel .owl-nav div::before {
  font-family: bootstrap-icons;
  font-size: 12px;
  color: #fff;
  transition: 0.5s all;
  position: absolute;
  top: auto;
  left: 3px;
  right: 0;
  bottom: 0px;
  font-weight: 600;
  content: "\f234";
  width: auto;
  display: inline-block;
}

.product-imgs .owl-carousel .owl-nav .owl-prev::before {
  transform: rotate(180deg);
  left: 2px;
  right: auto;
}

.product-imgs .owl-carousel .owl-nav div.disabled {
  background: #d7dadb;
  border-color: #d7dadb;
}

@media screen and (max-width:1300px) {
  .boxaroun {
    width: 20%;
    margin: 0;
  }

  .serproduct-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width:1199px) {
  .ipad-v-hd {
    display: none;
  }

  .breadcrumbs {
    display: none !important;
  }

  .medic-pf-brd.pf_border .medi-pf-brd {
    padding: 10px;
    margin: 0 5px 13px 5px;
  }

  .filter-wrapper {
    padding: 20px 7px;
  }



  .ct-bg_section {
    padding: 15px 10px;
  }

  .ftlawr .infos-footer {
    padding-right: 0;
  }
}

@media screen and (max-width:1120px) {
  .boxaroun {
    width: 25%;
  }

  .filter-wrapper h2.ftr-wr-mn-tt {
    font-size: 16px;
  }

  .serproduct-grid {
    grid-template-columns: repeat(3, 1fr);
  }

}

@media screen and (max-width:991px) {
  img.imgbox4 {
    width: 130px;
  }
 .box_med {
   
    padding: 10px 10px 0px 10px;
    }
  a.btn.download_btn {
    margin: 0;
    font-size: 14px;
    padding: 5px 10px;
    height: 100%;
    line-height: 120%;
  }

  .hesder-buttn-wr .profile-dropdown {
    display: none;
  }

  .hed-top .your_ordewr {
    left: 0;
    font-size: 15px;
  }

  a.your_ordewr i {
    font-size: 19px;
    padding-right: 5px;
  }

  .canvas_open.heade-lg a {
    line-height: 100%;
  }

  .canvas_open.heade-lg span {
    line-height: 100%;
  }

  .canvas_open.heade-lg a.heade-lg-anch {
    font-size: 0;
    display: block;
  }

  .canvas_open {
    padding: 8px 20px;
  }

  .medic-pf-brd.pf_border img.pf_img {
    width: auto;
    margin: 0;
  }

  .cate_gireding {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
  }

  .boxmyacount .product_info_button {
    justify-content: center;
  }

}

@media screen and (max-width:820px) {
  .boxaroun {
    width: 33.33%;
  }

  .serproduct-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media screen and (max-width:767px) {
  .feat-mac-ht {
    margin-left: 10px;
  }

  .k-bt-g {
    display: block;
  }

  .heding .sbu-pre {
    text-align: justify;
  }

  .mb-hd {
    display: none;
  }

  a.alltry_tittle h2,
  a.alltry_tittle h3,
  a.alltry_tittle h4,
  a.alltry_tittle h5,
  a.alltry_tittle h6 {
    text-align: center;
  }

  .medic-pf-brd.pf_border img.pf_img {
    width: 150px;
    margin: 0;
    padding: 10px;
  }

  .cate_gireding {
    grid-template-columns: repeat(2, 1fr);
  }

  .boxmyacount .box_center {
    padding: 20px 10px;
  }

  form .user-details .input-box {
    margin-bottom: 8px;
    width: 100%;
  }

  .boxmyacount #nav-tab {
    justify-content: center;
  }

  #offcanvasLeft.qt-bx-wr {
    height: 405px;
    top: 0;
    right: 0;
    bottom: 0;
    border-top: 3px solid #078bbc;
    left: 0;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    border-radius: 0 0 10px 10px;
  }

  .offcanvas.offcanvas-end {
    left: 0;
    transform: translateY(-100%);
    right: 0;
    margin: 0 auto;
  }

  .serproduct-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 0;
    margin: 0;
  }

  .mecal_section1.prd-sc-mgw .product-imgs {
   max-width: 350px;
        margin-bottom: 24px;
  }
}

@media screen and (max-width:575px) {
  .ic-sec-ig .imgse a img {
    width: 200px;
    padding: 10px;
    margin: 0 auto;
  }

  .ic-sec-ig .imgdfrt a {
    text-align: center;
  }

  .ic-sec-ig .imgdfrt a.twotittle {
    text-align: left;
  }

  .modal_setion_btng {
    width: 100%;
  }

  .typefooter-12 .infos-footer ul li {
    font-size: 14px;
    padding: 5px 0px 10px 30px;
  }

  .box-footer .modcontent ul li a {
    padding-bottom: 5px;
  }

  .boxaroun {
    width: 50%;
  }

  .imgcatery3 {
    padding-bottom: 10px;
  }

  .border2q img.img-fluid {
    width: 110px;
    padding: 0;
  }

  .typefooter-12 .infos-footer ul li.adres::before {
    left: 1px;
    top: 8px;
    font-size: 22px;
  }

  .cate_gireding {
    grid-template-columns: repeat(1, 1fr);
  }

  .serproduct-grid {
    grid-template-columns: repeat(1, 1fr);
  }

}



/* Stripe */

.stripe-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background-color: #665bffc7;
  /* background-color: #6772e5;  */
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.stripe-button:hover {
  background-color: #665bffc7;
}

.stripe-button-text {
  margin-right: 10px;
}

.stripe-logo {
  width: 73px;
  height: 37px;
}

button.stripe-button {
  width: 745px;
}


.form-check-input:checked {
  background-color: #877fff;
  border-color: #e1dfff;
}

.saveInfo input[type=checkbox]:checked {
  background-color: #877fff;
  border-color: #e1dfff;
  margin-top: 6px;
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  background-color: #f8f9fa;
  border-bottom: 1px solid #ddd;
}

.card-body {
  padding: 15px;
}

.d-flex {
  display: flex;
  align-items: center;
}

.ms-2 {
  margin-left: 10px;
}

.me-2 {
  margin-right: 10px;
}

.form-check {
  margin: 0;
}

small {
  margin-left: 28px;
  color: #8f8f8f;
}

.stripe_hgh {
  font-weight: 500;
  margin-bottom: auto;
}

label.form-check-label {
  font-weight: 600;
}

.product-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}

.product-name {
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 300px;
}

.product-qty {
  font-size: 0.9rem;
  /* color: #555; */
}

.summary-price {
  font-weight: 500;
  text-align: right;
}

.order-summary .d-flex {
  justify-content: space-between;
  margin-bottom: 5px;
}

.order-summary p {
  margin: 0;
}

p.summary {
  font-size: small;
  color: #444546;
}

.summary_total {
  font-size: 17px;
  font-weight: 500;
}

#shipping-message {
  background-color: antiquewhite;
}

.accessories-details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.accessories-details li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

.accessory-name {
  text-align: left;
}

.accessory-price {
  /* text-align: right; */
  font-weight: 500;
  position: relative;
  left: -22px;
}


.heading-title-products h1 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}


/* Tooltip styles */
.pro-cart-btn .tooltip {
  visibility: hidden;
  width: 200px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  right: 11%;
  margin-top: -46px;
  opacity: 0;
  transition: opacity 0.3s;
}

.pro-cart-btn:hover .tooltip {
  visibility: visible;
  opacity: 1;
}


.attributes-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.attributes-list li {
  /* padding: 5px 10px; */
  border-radius: 5px;
  font-size: 14px;
  white-space: nowrap;
}


/* Floating label style */
.form-floating {
  position: relative;
}

.form-floating input,
.form-floating textarea {
  /* padding-top: 1.5rem; */
}

.form-floating label {
  position: absolute;
  /* top: 0.75rem; */
  /* left: 1rem; */
  font-size: 1rem;
  color: #6c757d;
  pointer-events: none;
  transition: all 0.2s ease;
}

.form-floating input:focus,
.form-floating textarea:focus,
.form-floating input:not(:placeholder-shown),
.form-floating textarea:not(:placeholder-shown) {
  padding-top: 0.75rem;
}

.form-floating input:focus+label,
.form-floating textarea:focus+label,
.form-floating input:not(:placeholder-shown)+label,
.form-floating textarea:not(:placeholder-shown)+label {
  top: -0.5rem;
  font-size: 0.75rem;
  color: #007bff;
}

a.order-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 300px;
}

.order-main-class .order_f {
  font-size: 14px;
  font-weight: 500;
  color: #253d4e;
}

.order_f {
  display: flex;
  justify-content: space-between;
  margin-bottom: 29px;
}

.feat-u li>i {
  display: none;
}

h2,
h3,
h4,
h5,
h6.catename1 {
  margin: 6px 0px 0px 0px;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  transition: 0.5s all;
  line-height: 120%;
  padding-bottom: 6px;
}

.icemak-lst-img a img {
     height: 209px;
    width: 200px;
    display: block;
    object-fit: contain;
}

.icemak-lst-img a {
  width: auto;
  height: auto;
  display: inline-block;
  margin: 0 auto;
}

.icemak-lst .alltry_tittle {
  display: block;
  text-align: center;
}

p.txt-cnt {
  text-align: center;
}



.quantity-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  max-width: 120px;
}

.qty-btn {
  width: 32px;
  height: 32px;
  background: #f1f1f1;
  border: none;
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s;
}

.qty-btn:hover {
  background: #ddd;
}

.qty-input {
  width: 40px;
  height: 32px;
  text-align: center;
  border: none;
  background: #fff;
  font-size: 16px;
  pointer-events: none;
}

.sitemap_desc {
  text-align: center;
}

.cart_dsc {
  text-align: center;
}

/*catalog btn*/
.sub-cat-catalog {
  background: transparent;
  background-color: transparent;
  border-radius: 3px;
  display: inline-block;
  color: #fd2500;
  font-weight: 500;
  cursor: pointer;
  line-height: 26px;
  padding: 0 10px 0px 25px;
  font-size: 14px;
  -webkit-appearance: none;
  text-transform: capitalize;
  position: relative;
  box-shadow: none;
  transition: 0.5s all;
  border: 1px solid #3da3db;
  /* position: relative; */
  text-decoration: none;
}

.sub-cat-catalog:hover {
  background: #ff6835;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .mb-hum-er {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
  }

  .mb-hum-er .canvas_open {
    box-shadow: none;
    padding: 0;
    margin: 0;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}



/************************************************* Without Ecommerce CSS Start ***************************************************/
.ak-sbcat,
.difl .priceone {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.sub-cat-catalog i {
  position: absolute;
  left: 6px;
  top: 0;
  right: auto;
  bottom: auto;
}

ul.lifxt button.askbtng {
  margin: 0;
}

.main_menu.header_position {
  text-align: right;
}

.banner img {
  width: 100%;
}

/**************************************************************** RESPONSIVE START ****************************************************************/
@media only screen and (max-width: 1199px) {
  .sh-in-vw {
    display: block;
  }
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 991px) {
  .canvas_close a .bi.bi-x-circle {
    padding: 0;
    line-height: 100%;
    top: 0;
  }
}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 585px) {}

.rel_text {
  font-size: 19px;
  font-weight: 600;
}

.banner {
  display: flex;
  flex-wrap: wrap;
  margin-left: 10px;
}

.banner-img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.banner_sec {
  margin-top: 10px;
}

/*.dual-ring {
  display: inline-block;
  width: 64px;
  height: 64px;
}

.dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #5887c7;
  border-color: #5887c7 transparent #5887c7 transparent;
  animation: dual-ring 1.2s linear infinite;
}

@keyframes dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.lab_loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}*/

.boxdf{
  padding:0px 6px ;
  margin-bottom:10px;
}

@media(min-width:300px) and (max-width:1200px){
  .banner img{
display: none !important;
  }
  .home_abt .about_section{
    display: none !important;
  }
  .mecal_section1.modlnone{
margin: 0px 0;
  }
  .sbu-pre{
    display: none !important;
  }
  .p.dect{
    display: none !important;
  }
  .heding h1, .heding h2, .heding h3, .heding h4, .heding h5, .heding h6{
    margin-bottom:6px !important;
  }
  .ul.feature-ul{
    height: auto !important;
    margin-bottom: 1px !important;
  }
.txt-cnt{
display: none;
  }
  .heding_main h1{
margin-bottom: 8px !important;
  }
  .fir-ca-sec ul.featuree-ul{
height:auto !important;
  }
}
@media(min-width:991px) and (max-width:1200px){
.pf_border{
width:25% !important;
}
}

@media(min-width:768px) and (max-width:990px){
.pf_border{
width:33.33% !important;
}
}
@media(min-width:435px) and (max-width:767px){
.pf_border{
width:50% !important;
}
}
@media(min-width:300px) and (max-width:434px){
.pf_border{
width:100% !important;
}
}

/*skeleton loading*/
@keyframes shimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

.skeleton {
  display: block;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 100px;
  animation: shimmer 1.5s linear infinite;
  background-color: #ccc;
  border-radius: 4px;
}

.equipment-loader-horizontal {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.equipment-card-horizontal {
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  padding: 15px;
  border-radius: 8px;
}

.skeleton-img-horizontal {
  width: 160px;
  height: 120px;
  flex-shrink: 0;
}

.equipment-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.skeleton-title {
  height: 20px;
  width: 60%;
}

.skeleton-count {
  height: 14px;
  width: 30%;
}
@media (max-width: 768px) {
  .equipment-card-horizontal {
    flex-direction: column;
    align-items: flex-start;
  }

  .skeleton-img-horizontal {
    width: 100%;
    height: 180px;
  }

  .skeleton-title,
  .skeleton-count {
    width: 80%;
  }
}
/**/