
@import url('https://fonts.googleapis.com/css2?family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto+Slab:wght@100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body{
    /* font-family: "Roboto Slab", sans-serif; */
    font-family: "Inria Sans", sans-serif;
}
h2,h4,h6{
   font-family: "Roboto Slab", sans-serif !important; 
}
/* new design will come here */

.accordion-body{
    font-family: "Roboto Slab", sans-serif;
}

.product-details-wrapper{
    margin-top: 100px;
}
#product_name {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 30px;
  line-height: 130%;
}
.sml-desp {
  border-bottom: solid 1px #ccc;
  border-top: solid 1px #ccc;
  padding: 10px 0px;
}
.pkg-hdng {
  float: left;
  width: 100%;
  font-size: 17px;
  line-height: 24px;
  font-weight: bold;
  margin-top: 15px;
  color: #000000;
  letter-spacing: 0.5px;
  text-align: left;
  margin-bottom: 0;
}
.pkg-opt {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
}
.buyopt {
  position: relative;
}
.buyopt {
  float: left;
  width: 100%;
  margin: 15px 0 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #a1a1a1;
  border-radius: 15px;
  padding: 17px 20px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  gap: 12px;
}
.buy-opt-left {
  float: left;
  text-align: left;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.buy-opt-left p {
  font-size: 17px;
  line-height: 26px;
  color: #000000;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.buy-opt-rgt {
  float: right;
  text-align: right;
  margin-left: auto;
}
.formBox {
  float: left;
  width: 100%;
  margin-top: 15px;
}

.input-flds, .selcet-fld {
  float: left;
  width: 100% !important;
  outline: none;
  border: 1px solid #a7abad;
  height: 54px !important;
  padding: 10px 10px 10px 15px !important;
  border-radius: 10px !important;
  color: #000;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  box-sizing: border-box;
  font-size: 15px !important;
  letter-spacing: 0.5px;
  -webkit-appearance: none;
}
.frm-flds.form-floating label {
  line-height: 1;
  font-size: 15px;
}
/* .frm-flds .fl-label {
  left: .75rem;
} */
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem .75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}
.grpbx1{
    border:none;
    padding: 0px;
}
.grpbx1 h4{
  font-weight: bold;
  font-size: 18px;
  line-height: 120%;
  border-top: solid 1px #ccc;
    padding-top: 10px;
    margin-bottom: 15px;
}
.thecaptcha div{
    width: 100% !important;
}
.thecaptcha iframe{
    width: 100% !important;
  background: #f9f9f9;
  border: solid 1px #dcdcdc;
  border-radius: 5px;
  box-shadow: 0 0 4px 1px rgba(0,0,0,.08);
  -webkit-box-shadow: 0 0 4px 1px rgba(0,0,0,.08);
}
.thecaptcha iframe .rc-anchor-normal{
    width: 100% !important;
}
.rc-anchor-light.rc-anchor-normal, .rc-anchor-light.rc-anchor-compact {
  /* border: 1px solid #d3d3d3; */
}
.rc-anchor {
  border-radius: 3px;
  /* box-shadow: 0 0 4px 1px rgba(0,0,0,.08);
  -webkit-box-shadow: 0 0 4px 1px rgba(0,0,0,.08);
  -moz-box-shadow: 0 0 4px 1px rgba(0,0,0,.08); */
}
.rc-anchor-light {
    background: #f9f9f9 !important;
    color: #000;
    box-shadow: none !important;
    border: none !important;
}
#rc-anchor-container{
    box-shadow: none !important;
    border: none !important;
}
div.thecaptcha div div iframe body div#rc-anchor-container{
    border: none !important;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.thecaptcha .rc-anchor-light.rc-anchor-normal{
    border: 1px solid #d3d3d300 !important;
    outline: none !important;
    box-shadow: none !important;
}

.recaptcha-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.recaptcha-wrap iframe {
  border: none !important;
  box-shadow: none !important;
  width: 100% !important;  /* iframe container width */
}


/* wrapper */
.slider-wrap {max-width: 1100px;margin: 0px auto;font-family: Arial, sans-serif;}
.gallery-main { position: relative; border-radius: 12px; overflow: hidden; background: #f6f6f2;  }

/* track uses transform for GPU accelerated slide */
.gallery-track {
  display: flex;
  width: 100%;
  height: 520px;
  transition: transform 420ms cubic-bezier(.2,.9,.3,1);
  will-change: transform;
}
.gallery-slide {
  flex: 0 0 100%;
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 18px;
  box-sizing: border-box;
  user-select: none;
  background-color: #fff;
}
.gallery-slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 10px;
  transition: transform .35s cubic-bezier(.2,.9,.3,1), opacity .18s ease;
  opacity: 1;
}

/* hover zoom on capable devices */
@media (hover: hover) and (pointer: fine) {
  .gallery-slide img.zoomed { transform: scale(1.12); }
}

/* controls & pager */
.controls { display:none; align-items:center; justify-content:space-between; padding:10px 4px;background-color: #fff; }
.btn { background:transparent; border:1px solid rgba(0,0,0,0.06); padding:8px 12px; border-radius:8px; cursor:pointer; }

/* thumbnails: no scroll, wrap instead */
.thumbs {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  overflow-x: auto;     /* allow scrolling */
  overflow-y: hidden;
  padding-bottom: 6px;
  scroll-behavior: smooth;
  -ms-overflow-style: none;  /* hide scrollbar in IE/Edge */
  scrollbar-width: none;     /* hide scrollbar in Firefox */
}

.thumbs::-webkit-scrollbar {
  display: none;            /* hide scrollbar in Chrome/Safari */
}
.thumb {
  width:88px; height:88px; flex:0 0 auto; border-radius:8px; overflow:hidden; cursor:pointer;
  display:flex; align-items:center; justify-content:center; border:1px solid rgba(0,0,0,0.05);
  opacity:.9; transition: transform .12s ease, opacity .12s ease;
}
.thumb.active { outline:2px solid #2b6cb0; opacity:1; transform:scale(1.03); }
.thumb img { width:100%; height:100%; object-fit:cover; display:block; }

/* pager */
.pager { font-size:14px; color:#444; }

/* Modal full screen */
.image-modal { position:fixed; inset:0; display:none; align-items:center; justify-content:center; background: rgba(0,0,0,0.85); z-index:99999; padding:18px; }
.image-modal.open { display:flex; }

/* inner container fills viewport so image can be centered and fully visible */
.image-modal-inner {
  width: 100%;
  height: 100%;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  overflow:hidden;
}

/* modal image fits inside viewport with breathing room */
.image-modal-img {
  max-width: calc(100% - 80px);
  max-height: calc(100% - 120px);
  object-fit: contain;
  border-radius: 8px;
  box-shadow:0 18px 60px rgba(0,0,0,0.6);
  transition: opacity .18s ease, transform .25s ease;
  opacity: 0;
}

/* visible after loaded */
.image-modal-img.visible { opacity: 1; }

/* modal close button (top-right) */
.image-modal-close { position:fixed; top:18px; right:20px; z-index:100000; background:transparent; border:none; color:#fff; font-size:36px; cursor:pointer; }

/* modal arrows - left and right */
.modal-arrow {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:100000;
  background: rgba(255,255,255,0.06);
  border-radius:50%;
  width:52px; height:52px;
  display:flex; align-items:center; justify-content:center;
  cursor:pointer;
  transition: background .12s;
  user-select:none;
}
.modal-arrow:hover { background: rgba(255,255,255,0.12); }
.modal-arrow.left { left:18px; }
.modal-arrow.right { right:18px; }
.modal-arrow svg { width:22px; height:22px; color:#fff; }

/* small screens */
@media (max-width:767px) {
  .gallery-track { height:360px; }
  .thumb { width:66px; height:66px; }
  .image-modal-close { font-size:30px; top:12px; right:12px; }
  .modal-arrow { width:44px; height:44px; }
  .image-modal-img { max-width: calc(100% - 40px); max-height: calc(100% - 80px); }
}

.heading_sec h1.sec_title{
    font-size: 30px !important;
}

.featured_text h5{
    font-size: 18px !important;
}

#thumbsContainer {
  display: flex;
  justify-content: center;
  gap: 10px; /* optional spacing between thumbs */
}
div.bread-eec-1 {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  text-align: center;
  text-transform: capitalize;
  font-weight: 500;
}
.bread-eec-1 {
  padding: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #181918;
  text-align: left;
}
.text-warning1{
    color: #ff9124;
}
.selcet-fld.no-error {
  background: url(../../images/tick-input.png) 92.5% 50% no-repeat #fff !important;
  /* border: 1px solid green !important; */
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.selectr-grpBox {
  float: left;
  width: 100%;
  margin: 20px 0;
  margin-top: 0px;
  margin-bottom: 20px;
  border: 1px solid #a1a1a1;
  border-radius: 15px;
  padding: 20px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 22px;
  float: right;
}

/* hide the real checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* track */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
}

/* knob */
.slider::before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 2px;
  background-color: #fff;
  transition: .4s;
}

/* rounded */
.slider.round {
  border-radius: 34px;
}
.slider.round::before {
  border-radius: 50%;
}

/* checked state */
.switch input:checked + .slider {
  background-color: #2196F3;
}
.switch input:checked + .slider::before {
  transform: translateX(38px);
}
.svv-shippi-2 {
  display: flex;
  justify-content: end;
  margin-bottom: 10px;
  flex-direction: row;
}
.svv-shippi-2 label {
  width: 100%;
  display: flex;
  align-items: start;
  gap: 15px;
  flex-direction: row;
}
.svv-shippi-2 label input {
  margin-top: 6px;
}
.selectr-grpBox input {
  position: absolute;
  opacity: 1;
  margin-top: 3px;
}
.payment-flds-box.credit-card {
  float: left;
  width: 100%;
  margin-top: 0 !important;
}
.payment-flds-box.credit-card {
  padding: 0 !important;
  margin-bottom: 13px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 20px !important;
}
.payment-cards-box {
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}
.payment-cards-box .visa-imgg {
  margin-left: 8px;
}
.visa-imgg {
  width: 200px;
  float: right;
  margin-left: auto;
}
label.paymybtn {
  margin: 0;
  display: flex;
  align-items: center;
}
.paymybtn {
  width: 100%;
  font-weight: 500;
  color: #333333;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
}
.paymybtn input[type="radio"]:checked {
  background: #0098fa;
}
.paymybtn input[type="radio"] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 18px;
  height: 18px;
  -webkit-box-shadow: 0 0 0 0 #000000 inset;
  box-shadow: 0 0 0 0 #000000 inset;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  outline: none;
  margin-top: -6px;
  margin-right: 10px;
}
.paymybtn input[type="radio"]:checked::after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50% ,-50%);
}
.payment-cards-box .visa-imgg {
  margin-left: 8px;
}
.form-floating > .form-select{
    padding-top: 0.33rem;
}
.payment-flds-box.credit-card .frm-flds {
  margin-top: 0;
}
.frm-flds.fl {
  float: left;
}
.frm-flds {
  float: left;
  width: 100%;
  position: relative;
  margin: 7px 0;
    margin-top: 7px;
}
.payment-flds-box.credit-card .frm-flds.form-floating label {
  left: 20px;
}
.payment-flds-box.credit-card label.fl-label {
  height: auto;
  top: auto;
  left: 1px !important;
  line-height: 1;
}
.promocode-sec input[type="text"] {
  border: solid 1px #ccc !important;
  border-radius: 10px;
  background-color: #fff !important;
  color: #000;
  padding: 10px;
  width: 63%;
}
.cupon_btn {
  position: relative;
  display: inline-block;
  background-color: #E35825;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  /* font-family: "Boogaloo", sans-serif; */
  text-transform: uppercase;
  text-align: center;
  padding: 12px 15px;
  border: none;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.frm-flds.form-floating input::placeholder {
  color: transparent !important;
}
.order-summary-section {
  clear: both;
}
.top-row {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #a1a1a1;
  border-bottom: 1px solid #a1a1a1;
  padding-top: 6px;
  padding-bottom: 6px;
}
.top-row div p {
  font-size: 18px !important;
  font-weight: 900;
}
.item-detail-row {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  margin-bottom: 8px;
}
.offer-prcBox {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  background: #f5f5f5;
  border: 1px solid #b8b8b8;
  padding: 8px 15px;
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
.save-txt {
  float: left;
  text-align: left;
}
.save-txt p {
  display: inline-block;
  vertical-align: middle;
  font-size: 23px;
  line-height: 28px;
  color: #124c75;
  text-transform: uppercase;
  font-family: 'SF Pro Text';
}
.save-txt p span {
  font-weight: bold;
  font-size: 38px;
}
.save-txt img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 20px;
}
.ofr-rgt {
  float: right;
  padding: 7px 0;
  text-align: right;
}
.ofr-rgt p {
  font-size: 18px;
  line-height: 22px;
  color: #000;
}
.ofr-rgt p span {
  font-weight: 600;
  font-family: var(--text-1);
}
.termSec p a {
  color: #003487;
  font-weight: 600;
  text-decoration: underline;
}
.pulse {
     animation-name: pulse;
     -webkit-animation-name: pulse;
     animation-duration: 1.5s;
     -webkit-animation-duration: 1.5s;
     animation-iteration-count: infinite;
     -webkit-animation-iteration-count: infinite;
}
 @keyframes pulse {
     0% {
         transform: scale(0.9);
    }
     50% {
         transform: scale(1);
    }
     100% {
         transform: scale(0.9);
    }
}
 @-webkit-keyframes pulse {
     0% {
         -webkit-transform: scale(0.95);
    }
     50% {
         -webkit-transform: scale(1);
    }
     100% {
         -webkit-transform: scale(0.95);
    }
}
.secure-checkout {
  max-width: 320px;
  margin: auto;
  display: block;
}

.promocode-sec{
    display: flex;
}

.heading_sec .accordion-item{
    margin-bottom: 20px !important;

} 

.selectr-grpBox h3{
    font-size: 24px !important;
    
}
.grpbx1 {
    border: none;
    padding: 0px;
}

.accordion-button:not(.collapsed){
    /* background-color: transparent !important; */
}
.accordion-button {
    /* border-bottom: 1px solid #ddd; */
    color: #0D4945;
}
.accordion-item{ 
    border: none;
}

.faq_accordion .accordion-button {
    font-size: 20px !important;
}
.description-view {
    margin-top: 50px;
}

.accordion-item.cd_accordion_item {border-radius: 0;}

.accordion-header.cd_header {
    margin-bottom: 10px;
    border-radius: 0;
}

.accordion-header.cd_header > .accordion-button {
    background: #efefef;
    border-radius: 1px !important;
    color: #373737;
}