@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

* {
  box-sizing: border-box;
}

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

html,
body {
  height: 100%;
}

body {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif !important;
  color: #333;

  background: white;

}

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


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

a,
button {

  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;
  margin: 11px 0px;
  text-align: center;


}

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

.main_menu nav>ul>li>a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding-right: 10px;
  color: black;
}



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


.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: 2px 0px;
  border-top: 1px solid #2583c2ed;
  background: #1582cbed;
}


.img_logo img {
  width: 200px;
}

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


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



.top_hd {
  padding: 0px 0px;
  border-top: 2px solid #2583c2ed;
  border-bottom: 1px solid #7ca6c366;
}

.searchInput {
  background: #fff;
  width: 100%;
  border: 1px solid #2583c2ed;
  position: relative;

}

a.your_ordser {
  background: #a1097b;
  font-size: 14px;
  padding: 5px 14px;
  padding-bottom: 7px;
  position: relative;
  color: #fff;
  margin: 5px 20px;
  border-radius: 0px;

}


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

.searchInput.active input {
  border-radius: 20px 20px 0 0;
}

.searchInput .resultBox {
  padding: 0;
  opacity: 0;
  pointer-events: none;
  max-height: 280px;
  overflow-y: auto;
  scrollbar-color: #bfc1c7 #f2f8f9;
  scrollbar-width: thin;
}

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

.search_main_c {
  border-top: 0px !important;
}

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

.search_img {}

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

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

.searchInput .icon {
  position: absolute;
  right: 0px;
  top: 0px;
  border: none;
  height: 37px;
  background: #ffffff;
  width: 50px;
  text-align: center;
  line-height: 55px;
  font-size: 20px;
  color: #138298;
  cursor: pointer;

}


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

}



a.your_order {
  margin: 4px 10px;
  display: block;
}

.ortd {
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  color: #ffff;
  position: relative;
  top: 9px;
}

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;
}


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;
}


.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: #2583c2ed;
  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: 10px 20px;
  margin-top: 64px;
  margin-bottom: 80px;
}

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

}

.subproducts a {
  color: white;
}

ul.cartinfo {
  text-align: center;
  margin: 6px 0px;
  font-size: 13px;
  color: #231b1b;
  font-weight: 500;
}

ul.cartinfo li {
  padding: 2px 20px;
  font-size: 14px;

}

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

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

button.askbtng {
  border: none;
  padding: 4px 14px;
  color: #fff;
  border-radius: 0px;
  background: #f7531e;
  margin: 9px 0px;
  border-radius: 2px;
}

.dropdown-content a {
  color: black !important;
}

.endcv {
  text-align: end;
}


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

.heding a h1,
.heding a h2,
.heding a h3,
.heding a h4,
.heding a h5,
.heding a h6 {
  font-size: 26px;
  font-weight: 600;
  color: #0f6dad;
  text-align: left;
  margin-bottom: 4px;
}

.mecal_section.bg_color {
  background: #f5f9ff;
}

.cat-item {
  background: #ffffff;
  transition: .5s;
  /* display: flex
; */
  align-items: center;
  border: 1px solid #8080803d;
  color: #3D464D;
  text-align: center;

}



.cat-item img {
  transition: .5s;
  width: 200px;
  height: 200px;
  padding: 10px;
  object-fit: contain;
  margin: 0px auto;
}




.flex-fill {
  flex: 1 1 auto !important;
  padding-bottom: 15px;
  padding-top: 5px;
}

p.catename1 {
  font-size: 16px;
  font-weight: 600;
  margin: 0px;
  color: black;

}










button.wishlist-btn12.me-2 {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #929baf;
}

p.wishlist-btn12 {
  text-align: end;
  margin: 0px;
}

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

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


.priceone {
  color: #333;
}

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

button.fafahart14 {
  margin: 10px 0px 0px 0px;
  border: 1px solid #2c6f9d;
  padding: 4px 18px;
  background: linear-gradient(#4F84C4, #00539C);
  color: #fff;
  width: 100%;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  font-size: 11px;
}

.box2 img {
  width: 200px;
  height: 200px;
  padding: 0px;
  object-fit: contain;
}

.search_img {
  width: 174px !important;
  height: 174px !important;
  padding:
    10px !important;
  object-fit: contain !important;
}

.search_main_c {
  border-top: none !important;
}

.getQuote {
  margin-top: 0px !important;
}

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

.Featured_pf {
  width: 20%;
  padding:
    0px 5px;
  margin-bottom: 10px;
}

.Featured_tittle h2:hover,
a.Featured_tittle h3:hover,
a.Featured_tittle h4:hover,
a.Featured_tittle h5:hover,
a.Featured_tittle h6:hover,
a.Featured_tittle p:hover {
  color: #1560a7;
  transition: all 0.3s ease;
}

button.btn.btn-primaryikmm.d-flex.align-items-center {
  background: #ffffff;
  font-size: 12px;
}

p.pfcatr {
  text-align: left;
  margin: 0px;
  font-size: 13px;
  font-weight: 400;
  line-height: 14px;
  color: #677376;
}

.sub_lilist strong {
  font-weight: 600;
  color: #000000eb;
}

.box2 {
  background: #ffffff;
  padding: 10px 10px 11px 10px;
  text-align: left;
  box-shadow: 12px 12px 32px rgba(13, 39, 80, 0.25), -10px -10px 15px white;
  margin: 6px -6px;
  height: 100%;
  width: 100%;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
}

.pfsub-rt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: baseline;
  margin-top: 4px;
  padding-top: 9px;
  border-top: 1px solid #80808042;
}

.get_coral {
  padding: 4px 9px !important;
  margin-bottom: 18px;
}

.get_b {
  background: #2c6f9d;
  color: white;
  padding: 4px 13px;
  font-weight: 500;
  font-size: 15px;
}

.get_m {
  font-size: 18px;
  font-weight: 500;
  color: white;
  margin:
    0px !important;
}

.pfsub-rt3 {
  display: flex;

  align-items: center;
}

span.cart-products-count.hidden-sm-down {
  color: #ffffff;
  font-weight: 600;
}

button.retingbtng {
  line-height: normal;
  display: inline-block;
  color: #fff;
  border-radius: 3px;
  margin: 0px 10px;

  font-weight: 500;
  font-size: 10px;
  border: 1px solid #388e3c;
  vertical-align: middle;
  background-color: #388e3c;
}

a.your_ordewr {
  font-size: 15px;
  font-weight: 500;
  color: #fff !important;
  letter-spacing: 0.2px;
}

.askbtnga {
  margin: 10px 0px 0px;
  font-size: 13px;
  color: #fff;
  padding: 4px 9px;
  font-weight: 400;
  background: #096cafe6;
  border: none;
  /* background: linear-gradient(58deg, #ff6938ab, #ff6938c9); */
  border-radius: 3px;
}

button.whitprofile {
  border: none;
  background: transparent;
}



.subproduct2 {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin: 10px auto;
  padding: 10px;
  justify-content: space-between;
  background-color: #ffff;
  /* border-radius: 20px 20px 0px 0px; */
  box-shadow: 12px 12px 32px rgba(13, 39, 80, 0.25), -10px -10px 15px white;
  border-bottom: 2px solid #2583c2ed;

}

.sub-deal {
  width: 100%;
}

a.sub-pftittle h2,
a.sub-pftittle h3,
a.sub-pftittle h4,
a.sub-pftittle h5,
a.sub-pftittle h6 {
  font-size: 18px;
  margin: 5px 0px;
  font-weight: 600;
  color: #021d38;
  text-align: left;
}

img.subiimg {
  width: 200px;
  height: 200px;
  padding: 0px;

  object-fit: contain;
}


.table_box.table-responsive {
  height: 147px;
  overflow: auto;
  scrollbar-color: #bfc1c7 #f2f8f9;
  scrollbar-width: thin;
}

.imgdf {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;


}

.current-priceq {
  color: #a1097b;
  font-weight: 600;
  margin-right: 10px;
  font-size: 16px;
  letter-spacing: 0.3px;
}





ul.star19 {
  display: flex;
  justify-content: center;
  font-size: 10px;
  color: #ffa800;

  align-items: baseline;
}

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

button.addct {
  background: #FF9800;
  border: 1px solid #FF9800;
  color: #fff;
  border-radius: 4px;
}

.bottom_box {
  height: 100px;
  overflow: auto;
  scrollbar-color: #bfc1c7 #f2f8f9;
  scrollbar-width: thin;
  border-bottom: 1px dashed #bfc1c7;
  margin-bottom: 10px;
}

button.cartbtng2 {
  border: none;
  font-size: 15px;
  background: #f2f2f2;
  margin: 0px 10px;
  padding: 3px 9px;
  position: relative;
  left: 5px;
  border-radius: 7px;
  color: #2583c2ed;
}


.product__thumb.fix {
  width: 30%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

p.pc_table_text {
  margin: 3px;
  font-size: 12px;



}

.product__content.product__content-2 {
  width: 80%;
}

p.pc_table_text i {
  font-size: 11px;

}

.product__item.product__item-2.b-radius-2.mb-20 {
  display: flex;
  background: #ffffff;
  padding: 20px;
  box-shadow: 12px 12px 32px rgba(13, 39, 80, 0.25), -10px -10px 15px white;
  margin: 6px -6px;
  border-bottom: 2px solid #2583c2ed;

}

a.tittle23 h2,
a.tittle23 h3,
a.tittle23 h4,
a.tittle23 h5,
a.tittle23 h6 {
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  color: #497bbe;
  line-height: inherit;

}

img.subiimg12 {
  width: 160px;
  padding: 10px;
}










p.footer-title.footer_logo a img {
  width: 200px;
}

ul.footer-links {
  /* list-style-type: disclosure-closed; */
  line-height: 16px;
  color: #37337d;
}

.footer-links li+li {
  margin-top: 10px;
}

p.footer-title::after {
  position: absolute;
  content: "";
  width: 70px;
  border-top: 3px solid #2583c2ed;
  left: 0;
  bottom: -2px;
}

.contact-address li {
  color: black;
  margin-top: 15px;
  position: relative;
  z-index: 1;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}

.footer-links li a {
  color: black;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.footer .footer-title {
  color: #f5470e;
  font-size: 21px;
  margin: 0px 0px 30px;
  margin-bottom: 13px;
  padding-bottom: 6px;
  line-height: 30px;
  font-weight: 500;
  border-bottom: 2px solid #cfdaec;
  position: relative;
}

footer {
  padding: 0px 10px;
}

p.login_textt {
  text-align: center;
  font-size: 13px;
}

#footer {
  color: hwb(0 0% 100%);
  padding: 17px 40px;
  border-top: 2px solid #80808030;
  margin-top: 116px;
  /* border-top: 3px solid #6d7c96; */
  box-shadow: 0 0 12px -7px #6d7c96;
}

p.footer_text_ineerr {
  padding: 4px;
  text-align: center;
  background: #2583c2ed;
  color: #fff;
  letter-spacing: 1px;
}


.pagehaeding a h1 {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 5px;
  color: #085487;
}

p.pret {
  padding: 0px 0px 20px;
  font-size: 13.7px;
  text-align: center;
  color: #5a5555;
}



p.sbu-pre {
  font-size: 13.8px;
  text-align: justify;
  color: #484848;
}









.contact__title::after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  height: 2px;
  width: 50px;
  background: #f26927;
}

.contact__hotline-info {
  padding-bottom: 30px;
}

.contact__form {
  width: 60%;
  margin: 0px auto;
  border: 1px solid #e0e8f6;
  padding: 40px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.number_infoop p>span {
  display: block;
  font-weight: 600;
  font-size: 14px;
}

.contact__input input,
.contact__input textarea {
  width: 100%;
  height: 40px;
  line-height: 35px;
  border: 1px solid #e6e6e6;
  outline: none;
  padding: 0 15px;
}

.contact__input span {
  color: black;
  font-weight: 500;
  display: inline-block;
  position: relative;
  margin: 10px 2px 2px 0px;
}

.contact__title {
  padding-bottom: 6px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}

.contact__title {
  padding-bottom: 6px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}

p.contact__text {
  margin: 0px;
}


.number_infoop i {
  font-size: 18px;
  background: linear-gradient(to bottom, #0070a6 0%, #0070a6 0%, #1c85b7 99%);
  padding: 6px 10px;
  color: #fff;
  margin: 10px;
  line-height: 21px;
  border-radius: 20px;
}

.number_infoop {
  margin-right: 20px;
  align-items: center;
  padding: 0px 11px;
  align-items: baseline;
  display: flex;
}

button.t-y-btn {
  border: 1px solid #45519d;
  background: linear-gradient(to bottom, #0070a6 0%, #0070a6 0%, #1c85b7 99%);
  color: #ffff;
  padding: 4px 20px;
  margin: 20px 0px 0px 0px;
}


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


.filter-section {
  border: 1px solid #c0c9d6;
  padding: 10px;
  border-radius: 0px;
  margin: 10px 0px;

}

.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;
  margin-bottom: 10px;
  padding:
    1px 10px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.34);
}

.filter-wrapper h2 {
  font-size: 19px;
  text-align: justify;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #121718;
}

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

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
}

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

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  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;
  margin: 10px 0px;
}

ul.subproducts li {
  border: 1px solid #268bcf;
  padding: 4px 10px;
  margin: 10px 10px 0px 0px;
}

ul.subproducts li.active {
  border: 1px solid #2583c2ed;

}

.subproducts li a {
  color: #0a4064;
  font-weight: 500;
  font-size: 16px;
}


.subbxow {
  background: #ffffff;
  border-radius: 0px;
  padding: 10px;
  margin: 0px -6px 0px;
  position: relative;
  margin-bottom: 10px;
  text-align: center;
  box-shadow: 0px 1px 5px #617a8bad;
  justify-content: space-between;
  transition: .5s;
  display: flex;
  flex-direction: column;
}

.product_img {
  text-align: center;


}

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


.product_img img {
  width: 200px;
  height: 200px;
  object-fit: contain;
  padding: 10px;
}

.current-price a {
  color: #f7531e !important;
}

.current-pricesea a {
  color: #f7531e !important;
  font-size: 14px;
}

a.subpfname h2,
a.subpfname h3,
a.subpfname h4,
a.subpfname h5,
a.subpfname h6 {
  font-weight: 600;
  text-align: left;
  font-size: 17px;
  color: #0f3d5ced;
  padding: 3px 0px 0px;
  margin: 6px 0px;
  line-height: initial;
  padding-bottom: 7px;
  border-bottom: 1px solid #bbbfc9;
}

.current-priceq a {
  color: #f7531e;
}

.feature-ul li {
  padding: 3px;
  font-size: 13px;
}

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

span.hidden-sm-down.cart-headding {
  color: #ffffff;
}

p.new-price span {
  font-size: 17px;
  font-weight: 700;
  color: #2583c2ed;
  letter-spacing: 1px;
}

a.product-title h1 {
  font-size: 21px;
  font-weight: 600;
  line-height: initial;
  margin:
    5px 0px;
  color: #0d588a;
}

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

/* .img-display {
  overflow: hidden;
} */

.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;
}

ul.star1 span {
  color: #FF9800;
}

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

ul.star1 {
  display: flex;
  font-size: 10px;
  justify-content: center;
  margin: 0px 10px;
}

button.getbgt {
  border: 1px solid #a1097b;
  background: #a1097b;
  color: #fff;
  padding: 3px 10px;
  margin: 0px 0px;
}

.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: 5px;
  margin: 0px 10px;
}



.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: 600;
  margin: 10px 0px;
}

.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: 600;
  margin: 10px 0px;
}

a.downlod_textt {
  font-size: 14px;
  font-weight: 600;
}

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



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

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

ul#nav-tab {
  border-bottom: 1px solid #0070a6;
}

.product_info_button ul li a.active {
  color: #0070a6;
}

.product_d_table {
  margin: 20px 0px;
}

.product_info_button ul li a {
  display: block;
  float: left;
  text-transform: capitalize;
  font-size: 16px;
  color: #838b8f;
  font-weight: 600;
  margin-right: 35px;
  line-height: 26px;
  position: relative;
}

.product_info_button ul {
  background-color: #eceff7ab;
  padding: 10px;
}

.product_d_table table {
  border-top: 1px solid #ddd;
  width: 100%;
}

a.downlod_textt {
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0px;
  display: block;
}

.Features_text_ineer {
  padding-bottom: 10px;
  font-size: 15px;
}

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

p.text_productdetilas {
  text-align: justify;
  font-size: 14px;
  line-height: 27px;
}

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

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

.input-group input,
.input-group textarea,
.input-group select {
  width: 100%;
  padding: 6px 10px;
  border: 1px solid #ffffff;
  border-radius: 6px;
  font-size: 13px;
  background-color: #ffff;

}

p.Submitrvi {
  font-size: 18px;
  text-align: left;
  font-weight: 700;
  padding: 10px;
  text-align: center;
  margin: 0px;
  background: #f2f2f2;
  color: #1f0303;
  border-bottom: 1px solid #fff;
}

.reating_fm {
  padding: 20px;
  background: #f2f2f2;
}

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

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

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

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

.reviewing {
  padding: 56px;
  background: #edf2fa;
  margin: 20px 0px;

}

a.rel_text h2,
a.rel_text h3,
a.rel_text h4,
a.rel_text h5,
a.rel_text h6 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
}

.owl-carousel {
  margin: 0px auto !important;
  text-align: center !important;
}

.owl-item img {
  display: block;
  width: 200px !important;
  text-align: center;
  margin: 0px auto;
  height: 200px;
  object-fit: cover;
}


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

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

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

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

}

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

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

}



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

.action {
  cursor: pointer;


}

.action:focus {
  outline: none
}

.action__text {
  font-weight: 700;
  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: #2b972b !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;

}

.fafahart12 {
  border: none;
  background: #fff;
  font-size: 19px;
  width: 30px;

}

.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: #2583c2ed;
  color: white;
  font-size: 15px;
  font-weight: 400;
}

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

.product-img {
  width: 150px;
  height: 150px;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}

.com_text {
  color: vblack;
  font-weight: 500;
}

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

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

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


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;
  padding-top: 6px;
  color: white;
}


.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: #2583c2ed;
  font-size: 18px;
  font-weight: 700;
  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: 700;
}

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

.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: 900px;
  max-width: 100%;
  width: 100% !important;
  overflow: hidden;
  background-position: center;
  border-radius: 2px solid #2583c2ed;
  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;
}

.box_contact {
  width: 100%;
  margin: 0px auto;
  padding: 40px;
  border: 1px solid #7d7c7c21;
  background-color: #ffffff !important;
  border: 1px solid #2f62d614;
  box-shadow: rgb(12 95 174 / 23%) 1.95px 1.95px 2.6px;
}

li.pf_single a {
  display: flex;
  align-items: baseline;
  font-size: 14px;
  padding: 0px 5px;
  text-align: left;
  margin: 5px 0px;
}

/* Section Styling */
.sampler-section {
  padding: 20px 20px;
  text-align: center;
  background-color: #f8f9fa;
}


/* Container for Cards */
.sampler-container {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

ul.pf_flext {
  height: 91px;
  overflow: auto;
  scrollbar-color: #bfc1c7 #f2f8f9;
  scrollbar-width: thin;
}

/* Card Styling */
.sampler-card {
  background-color: #fff;
  box-shadow: 0 0 12px 2px #00000020;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s;
  text-align: center;
  width: 19%;
  padding: 0px 10px 15px 10px;
}

.sampler-card:hover {
  transform: translateY(-5px);
}

/* Image Styling */
.sampler-image {
  width: 170px;
  height: 170px;
  margin: 12px 0px;
  padding: 10px;
  object-fit: cover;
}

/* Title Styling */
.sampler-title h2,
.sampler-title h3,
.sampler-title h4,
.sampler-title h5,
.sampler-title h6 {
  font-size: 17px;
  color: #090909;
  font-weight: 500;
}

.cate_img_section img {
  width: 200px;
  height: 200px;
  object-fit: contain;
  padding: 10px;
}

a.cate-tillte h2,
a.cate-tillte h3,
a.cate-tillte h4,
a.cate-tillte h5,
a.cate-tillte h6 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.3px;
  padding:
    5px;
  color: #0f507b;
}

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

ul.cate_luu {
  text-align: left;
  height: 63px;
  overflow: auto;
  scrollbar-color: #bfc1c7 #f2f8f9;
  scrollbar-width: thin;
}

.cate_boxpagw {
  padding: 10px;
  box-shadow: 0 0 12px 2px #00000020;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  margin-bottom: 10px;
  height: 100%;
}

.cate_img_section {
  padding: 10px 20px;
  border: 1px solid #b0b4c0ba;
  margin: 10px 0px 0px 0px;
  border-radius: 10px;
  text-align: center;

}

.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-content.modal_box {
  border-radius: 0px;
}

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

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






.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;
  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: 1.1em;
  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;
}

.item-details {
  flex: 1;
}

.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;
}

.item-details p {
  margin: 5px 0 0;
  font-size: 1em;
  color: #555;
}

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

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

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

.track-btn:hover {
  background-color: #0070a6;
  color: #fff;

}





















.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: 13px;
}

/* 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;
  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;
}

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

a.imgerf img {
  width: 300px;
}

input.btng_subingg {
  background: #2583c2ed !important;
  color: #ffffff;
  border-radius: 0px;
  border: 1px solid #2583c2ed !important;
}

.modal-content {
  border-radius: 0px;
}

.modal-header {
  background: #2583c2ed;
  border-radius: 0px;
}

/* 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;
}












/* Basic reset */


.profile-dropdown {
  position: relative;
  display: inline-block;
}

.profile-btn {
  color: #ffffff;
  padding: 6px 20px;
  font-size: 16px;
  border: none;
  border-radius: 0px;
  background: transparent;
  cursor: pointer;
  transition: background-color 0.3s;


}


.dropdown-content {
  display: none;
  position: absolute;
  top: 27px;
  left: 0;
  background-color: white;
  min-width: 160px;
  border-radius: 0px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.profile-dropdown:hover .dropdown-content {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #f1f1f1;
  transition: background-color 0.3s;
}

.dropdown-content a:last-child {
  border-bottom: none;
}

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

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

.main_loginggg {
  display: flex;
  margin: auto;
  justify-content: center;
  max-width: 800px;
  width: 100%;

}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  60% {
    opacity: 1;
    transform: translateY(5px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

p.topmt {
  margin: 10px 0px;
  text-align: justify;
}

a.sign_text h1 {

  font-size: 22px;
  text-align: left;
  font-weight: 600;
  padding-bottom: 10px;
}

p.textmt {
  padding: 3px 0px 20px 0px;
}

.creteaccount {

  background-color: transparent;
  font-weight: 600;
  width: 100%;
  border-radius: 3px;
  position: relative;
  color: #2583c2ed;

  text-align: center;
  margin: 10px 0px;
}

.login_container {
  background-color: #fff;
  padding: 30px;
  border-radius: 0px;
  border: 1px solid #eee;
  display: flex;
  width: 380px !important;
  max-width: 100%;
  border-radius: 3px;
  flex-direction: column;
  align-items: center;
  margin-right: 30px;
  transition: all 0.6s ease-in-out;
}

a.colortextx {
  font-size: 14px;
  font-weight: 600;
  color: #2583c2ed;
}

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

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



.sing_a {
  color: #3b3a3a;
  font-size: 14px;
  font-weight: 600;
}

.sing_input {
  width: 100%;
  padding: 10px 10px;
  margin: 10px 0;
  box-sizing: border-box;
  font-size: 13px;
  background-color: #ffffff;
  border: 1px solid #c6cfdd;

}


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

.sing_btngg:hover {
  background-color: #2583c2ed;
}

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



.sing_a:hover {
  text-decoration: underline;
  color: #2583c2ed;


}

.main_loginggg {
  padding: 0px 0px 50px 0px;
}

















.end12 {
  text-align: end;
}

.tab-buttonik {
  background-color: #ffffff;
  border: none;
  padding: 7px 10px;
  font-size: 14px;
  width: 100%;
  text-align: left;
  color: #1f1f21d4;
  transition: background-color 0.3s, color 0.3s;
  border-radius: 0px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #1f1f212e;
}

.tab-buttonik:hover {
  background-color: #ff6600;
  color: #fff;
}

.tab-buttonik.active {
  background-color: #2583c2ed;
  color: white;
}

.tab-buttonik i {
  margin-right: 10px;
}

.tab-contenting-container {
  width: 84%;
  padding-left: 20px;
  margin: 0px auto;

}

.tab-contenting {
  display: none;
}

.tab-contenting.active {
  display: block;
}

.forms1 {
  border: 1px solid #dee2e6;

  padding: 20px;
  border-radius: 6px;

}


legend {
  font-weight: 700;
  color: #1b9eb5;
  font-size: 19px;
  text-align: left;
}

.labelname12 {
  display: block;
  margin: 10px 0 5px;
  font-weight: 400;
}



button.UpdateProfile-btng {
  padding: 5px 20px;
  background-color: #2583c2ed;
  color: white;
  border: none;
  margin: 22px 0px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s;
}

.inputext1,
.inputext1,
.inputext1,
.inputext1 {
  width: 100%;
  padding: 5px 10px;
  margin-bottom: 3px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  transition: border-color 0.3s;
}

.profile_upadateing1 {
  /* border: 1px solid #22a4fe; */
  margin: 0px auto;
  width: 100%;
  background-color: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);

}

.tabs {
  display: flex;
  margin-top: 20px;
}

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












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

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


img.sitelogo {
  width: 213px;
}

.sitemap ul>li>a {
  display: inline-block;
  max-width: 500px;
  padding: 5px 10px;
  border: 2px solid #2583c2ed;
  color: #2583c2ed;
  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 #2583c2ed 2px;
  padding-left: 15px;
}

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

}


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

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








a.whitpfff h2 {
  font-size: 17px;
  font-weight: 600;
}

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


img.whist_img {
  width: 110px;
  margin: 0px 20px 0px 0px;
}

button.remove_btng {
  border: 1px solid #fe0000;
  background: #2583c2ed;
  color: #fff;
  font-size: 12px;
  padding: 2px 12px;
  border-radius: 3px;
}

.whist_boxqw {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px;
  flex-wrap: wrap;
  border: 1px solid #bfc4cb;
  padding: 20px;
  border-radius: 10px;
}


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

.whist_wholeboxa {
  margin: 10px auto;
  padding: 20px;
  width: 100%;
  max-width: 1000px;
  justify-content: space-between;
  background-color: #ffff;
  border-radius: 20px 20px 0px 0px;
  box-shadow: 12px 12px 32px rgba(13, 39, 80, 0.25), -10px -10px 15px white;
  border-bottom: 2px solid #2583c2ed;
}











.box32 {
  width: 70%;
}

li.item-total {
  color: #5c5656;
  font-weight: 700;
  font-size: 17px;
  margin: 0px 20px;
}

/* 
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: 700;
}


.edit-accessories {
  font-size: 12px;

  text-decoration: none;
  margin-bottom: 20px;
  display: inline-block;
  background: #ff6600;
  border-radius: 28px;
  color: #fff;
  padding: 0px 10px;
  margin: 3px 0px;
}



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

.item-price,
.item-total {
  font-size: 18px;
  margin: 0px 20px;
  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: 700;
  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;
}


.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: 22px;
  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: #2583c2ed;
  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;
}

/* 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: 100px;
    height: 100px;
  }

  .item-details,
  .accessory-details {
    margin-left: 15px;
  }

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

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

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





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

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


img.sitelogo {
  width: 213px;
}









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

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

.otp-footer a {
  color: #a1097b;
  text-decoration: none;
  font-size: 14px;
}

.forgot-password-box {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  border: 1px solid #2f62d614;
  margin: 0 auto;
  box-shadow: rgb(12 95 174 / 23%) 1.95px 1.95px 2.6px;
  margin: 50px auto;
  width: 350px;
}

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

p.fogettext {
  margin: 0px;
  font-size: 14px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 6px 10px;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0px;
  font-size: 13px;
  background-color: #fff;

}

.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: #2583c2ed;
  color: white;
  font-size: 15px;
  margin: 20px 0px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}













.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: 991.98px) {
  .Offcanvas_menu {
    display: block;

  }


}

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

  }
}

.Offcanvas_menu_wrapper {
  width: 290px;
  position: fixed;
  background: #2583c2ed;

  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: #a1097b;
  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;
}

.monbnone ul li a {
  color: #fff;
}

.canvas_close a {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
  width: 35px;
  background: #fff;
  height: 35px;
  display: block;
  text-align: center;

  border-radius: 50%;
}



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: 180px;
}

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

button.go-home {
  background: #2583c2ed;
  padding: 3px 20px;
  color: #ffff;
  margin: 20px 0px;
  border: 2px solid #2583c2ed;
}

button.modal_btn {
  background: #2c6f9d;
  padding: 0px 1px;
  color: #ffff;
  border-radius: 5px;
  font-size: 15px;
  margin: 10px 10px;
  width: 30%;
  border: 2px solid #2c6f9d;

}

.offcanvas-header {
  padding: 10px 20px;
  align-items: center;
  border-bottom: 1px solid #bbcbd0;

}

p#offcanvasLabel {
  font-size: 19px;
  font-weight: 500;
  color: #094a76;
  margin: 0px !important;
}

.Top {
  margin: 10px 0px;
}

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

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

div#offcanvasLeft {
  height: 600px;

}

.offcanvas-body {

  padding: 12px;
}





ul.breadcrumb {
  /* margin: 10px; */
  background: #e7e9eb;
  padding: 5px 10px;
}






ul.desc_fucuter {
  text-align: left;
  height: 86px;
  overflow: auto;
  scrollbar-color: #bfc1c7 #f2f8f9;
  scrollbar-width: thin;
}

a.Featured_tittle h2,
a.Featured_tittle h3,
a.Featured_tittle h4,
a.Featured_tittle h5,
a.Featured_tittle h6 {
  font-size: 17px;
  font-weight: 600;
  color: #0c3e5eed;
  border-bottom: 1px solid #ccd2db;
  padding: 5px 0px;
  text-align: left;
  margin-bottom: 0px;
}

li.sub_lilist {
  font-size: 13px;
  padding: 1px 0px;
}


nav.breadcrumbb {
  background: #edeef0;
  padding: 5px 10px;
  margin: 0px;
}

ol.breadcrumb {
  margin: 0px;
  font-size: 13px;
}

.pagehaeding {
  text-align: center;
  font-size: 15px;
}




button#qq_send_btn:hover {
  background: #2583c2ed;
}

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

.captchar_flewxl {
  display: flex !important;
}

.captcha_image img {
  width: 114px !important;
  height: 40px !important;
  border-radius: 3px;
  border: 0;
  margin: 9px 5px !important;
}

h2,
span.py_heding,
h3,
span.py_heding,
h4,
span.py_heding,
h5,
span.py_heding,
h6,
span.py_heding {
  font-size: 16px;
  font-weight: 600;
}



.boxc1 {
  width: 20%;
  padding: 0px 5px;
  margin-bottom: 7px;
}

li.monbnone a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}

.bozing1 {
  width: 25%;
}

.product-imgs {
  width: 100%;
  max-width: 550px;
  margin: 0px auto;
}

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


.offcanvas.offcanvas-end {
  top: 43px !important;
  right: 450px !important;
  width: 35%;
  height: 515px;
  border: 1px solid #2c6f9d;
  border-radius: 10px;

}

button.btn-close.text-reset {
  position: relative;
  top: -16px;
  left: 24px;

}








button.btn.btn-primaryikmm.d-flex.align-items-center:hover {
  color: #000;
}

button.remove-btn12:hover {
  color: red;
}





@media screen and (max-width:1300px) {
  .cartinfo li {
    padding: 0px 5px !important;
    font-size: 12px;
  }

  .sampler-card {
    width: 32%;
    margin: 10px auto !important;
  }
}




.desknone {
  display: none;
}





@media screen and (max-width:1199.98px) {
  .cartinfo li {
    padding: 0px 5px !important;
    font-size: 12px;
  }


  .top_hd {
    padding: 8px 0px;

  }

  .Featured_pf {
    width: 32%;
    margin: 0px 2px;


  }

  .subnboxa {
    width: 33%;
  }

  a.your_ordewr {
    font-size: 13px;

  }


  .main_menu nav>ul>li>a {
    padding-right: 2px;
    font-size: 14px;

  }


  .profile-btn {
    padding: 6px 10px;

    font-size: 14px;

  }


  .bozing1 {
    width: 50%;
  }

}

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

  .pagehaeding a h1 {

    margin: 0px !important;
  }

  .monbnone {
    display: none;
  }

  .pagehaeding {

    padding-bottom: 0px !important;

  }


  #footer {

    padding: 20px 10px;

  }

  .endtop {
    text-align: left;
    display: flex;
    justify-content: end;
  }

  .desknone {
    display: block;
    border-bottom: 1px solid #b0bdc5;
    text-align: center;
    margin: 0px;
  }

  .your_ordewrj {
    display: none !important;
  }

  .offcanvas.offcanvas-end {
    top: 43px !important;
    right: 30px !important;
    width: 70%;
    height: 515px;
    border: 1px solid #2c6f9d;
    border-radius: 10px;
  }



  .canvas_open {
    padding: 0px 20px 3px 20px !important;
  }




  button.askbtng {
    border: none;
    padding: 4px 20px;
    position: absolute;
    color: #fff;
    border-radius: 0px;
    background: #ff6634fa;
    margin: 9px 0px;
    border-radius: 5px;
  }

  .subnboxa {
    width: 50%;
  }

  .banner {
    display: none;
  }

  .Featured_pf {
    width: 32%;
    margin-bottom: 10px;
  }

  .modlnone {
    display: none;
  }

  .cat-item {

    margin: 5px 0px;

  }

  .mecal_section1 {
    padding: 5px;
    margin: 15px 0px;
  }

  .mecal_section {
    padding: 10px 10px;
    margin: 0px 0px;
  }

  .sampler-card {
    width: 49%;
    margin: 10px auto !important;
  }

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

  .product__content.product__content-2 {
    width: 100%;
  }

  .product__item.product__item-2.b-radius-2.mb-20 {
    display: block;

  }

  .product__thumb.fix {
    width: 100%;
    text-align: center;
  }

  .sampler-section {
    padding: 10px 10px;

  }

  .pagehaeding a h1 {
    font-size: 22px;
    margin: 20px;

  }

  p.sbu-pre {
    display: none;
  }

  p.pret {
    display: none;
  }

  .whist_wholeboxa {

    padding: 0px;

  }

  .searchInput {

    width: 100%;

  }

  .filter-wrapper {
    display: none;
  }

  .whist_boxqw {

    margin: 10px;

  }

  .profile-dropdown {
    display: none;
  }

  .contact__form {
    width: 100%;

  }

  span.textg {
    display: none;
  }

  .cart-btn_dl {
    margin: 10px !important;
  }

  a.product-title h1 {
    font-size: 17px;

  }

  .box32 {
    width: 100%;
  }


}

a.refresh_captcha {
  position: relative;
  left: 4px;
  font-size: 15px;
  top: 21px;
}

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

  .subnboxa {
    width: 50%;
  }

  .img-showcase img {

    padding: 0px;

  }

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

  .product-imgs {
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
  }

  .boxqw {
    width: 50%;
  }

}


@media screen and (max-width:767px) {
  .product__thumb.fix {
    width: 100%;
    text-align: center;
  }

  a.sign_text h1 {

    margin: 20px;
  }

  .login_container {

    margin: 20px 0px;
    padding: 0px;

  }

  .text_single_page h1,
  .text_single_page h2 {

    font-size: 18px;

  }

  .tab-contenting-container {
    width: 100%;
    padding-left: 0px;
    margin: 20px auto;
  }

  .tabs {
    display: block;

  }


  .sampler-card {
    width: 49%;
    margin: 10px auto !important;
  }
}

@media screen and (max-width:768px) {
  li.monbnone {
    display: none;
  }

  .top_hd {
    padding: 5px 0px;
    border-top: 2px solid #2583c2ed;
  }

  .searchInput {

    width: 100%;

  }


  .Featured_pf {
    width: 49%;
  }

  a.whitpfff h2 {
    font-size: 15px;
    margin: 10px 0px;
  }

  ul.subproducts li {

    font-size: 12px;
  }
}


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

  ul.subproducts li {
    font-size: 14px;
    width: 100%;
  }

  .addwhist {

    margin: 14px 0px !important;

  }


  .cart-item {
    display: block;

  }

  .item-image {
    text-align: center;
  }

  .item-image img,
  .accessory-image img {
    width: 50%;
    height: auto;
    padding: 10px;
  }

  a.your_ordewrj {
    font-size: 12px;
  }


  button.askbtng {
    border: none;
    padding: 4px 6px;
    color: #fff;
    border-radius: 0px;
    background: #ff6634fa;
    margin: 9px 1px !important;
    font-size: 12px !important;
    border-radius: 5px;
  }



  .bozing1 {
    width: 100%;
  }

  .subnboxa {
    width: 100%;
  }

  .sampler-card {
    width: 100%;
    margin: 10px auto !important;
  }
}




@media screen and (max-width:400px) {
  .button.askbtng {
    display: none !important;
  }
}





@media screen and (max-width:991.98px) {
  .boxc1 {
    width: 33%;
  }

  .bozing1 {
    width: 50%;
  }

  .top_hd {
    display: none;
  }

  .pagehaeding {
    margin: 0px 0px 20px 0px;
  }

  .contact__form {

    padding: 15px;

  }

}

input#subtotal {
  text-align: left;
}


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

  .footer {
    margin: 20px 0px;
  }

  .footer .footer-title {

    font-weight: 600;

  }




  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;
    display: flex;
  }

  .bozing1 {
    width: 100%;
  }

  span.cart-products-count.hidden-sm-down {

    font-size: 11px;
  }

  ul.cartinfo {

    margin: 0px 0px;

  }


  ul#nav-tab li {
    padding: 5px 0px;
  }




  .cartinfo li {
    padding: 0px 0px !important;
    font-size: 11px;
    margin: 10px 0px;
  }
}


@media screen and (max-width:375px) {
  .boxc1 {
    width: 100%;
  }

  .bozing1 {
    width: 100%;
  }
}
.pro_fd img{
  width: 59px;
    height: 60px;
    object-fit: contain;
    border: 1px solid #d6dce4;
    margin-left: 6px;
    margin-top: 6px;
    border-radius: 5px;
    padding: 6px;
}

.faq-section {
  background-color: #f9f9fc;
    padding: 10px 20px;
}

.faq-title {

    text-align: center;

    font-size: 24px;
 
    line-height: initial;
    margin: 8px 0px;
    color: #0d588a;
    font-weight: 600;
  
}

.faq-card {
    background: #ffffff;
    /* border-radius: 12px; */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    padding: 15px 34px;
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.faq-question {
       display: block;
    font-size: 16px;
    font-weight: 600;
    /* margin-top: 20px; */
    color: #166397;

}

.faq-answer {
      font-size: 13.4px;
    line-height: 1.4;
    color: #555;
    margin-top: 0px;
    font-weight: 400;
}

