.pro-description-1 {
    padding: 10px 40px;
    font-family: "Nunito", sans-serif;
}
.pro-description-1 h4{
    font-size: 38px;
    font-weight: 600;
}
.pro-description-1 h3{
    font-size: 44px;
    font-weight: 800;
}
.brd-style{
    padding: 0px 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}
.cart-button{
    padding: 15px 40px;
    background-color: #E35825;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.5rem;
    font-family: "Boogaloo", sans-serif;
}
 .custom-tabs {
      border: 1px solid #f2f2f2;
      border-radius: 10px;
      padding: 30px;
      text-align: center;
      background: #E1E4F1;
    }

    .nav-tabs {
      border-bottom: none;
      justify-content: center;
      margin-bottom: 20px;
    }

    .nav-tabs .nav-link {
      border: none;
      font-weight: 600;
      color: #000;
      position: relative;
      margin: 0 15px;
    }

    .nav-tabs .nav-link.active {
      color: #000;
      background: transparent;
    }

    .nav-tabs .nav-link.active::after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: -2px;
      margin: auto;
      width: 80%;
      height: 3px;
      background-color: #F6921E; /* underline color */
    }

    .tab-content p {
        text-align: left;
        color: #222;
        line-height: 1.6;
    }
    .specs{
        border: 1px solid #EFEADE;
        padding: 20px;
        border-radius: 15px;
        margin-top: 40px;
    }
.specs h6{
    font-family: "Nunito", sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
}

.product-para h6{
    font-family: "Nunito", sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
}    
.cstm-btn{
    font-size: 1.3rem;
    font-weight: 700 !important;
    font-family: "Nunito", sans-serif;
}
.cst-mb{
    margin-bottom: 60px;
}
.detail-bg{
    background: url(../images/prodetails-bg.png);
    background-size: cover;
    width: 100%;
    height: 590px;
    background-repeat: no-repeat;
}
.blockquote{
    margin-bottom: 30px;
}
.blockquote h5{
    color: #A68C86;
    font-size: 1.1rem;
    font-weight: 500;
}
.tes-cstm-rht{
   padding-top: 90px;
}
.test-img{
    width: 130px;
    height: 130px;
    object-fit: cover;
}    

@media only screen and (max-width: 575px) {
    .pro-description-1 {
        padding: 10px 20px;
        font-family: "Nunito", sans-serif;
    }
    .cupon_btn{
        font-size: 16px;
    }
    .promocode-sec input[type="text"]{
        width: 40%!important;
    }
}


/* new design media query */

/*laptop view*/
@media screen and (min-width: 992px){
    .arrdin-nne{display: none;}
}



/*tablet*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .arrdin-nne{display: none;}
}



/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .arrdin-nne{display: none;}
}



/*mobile view*/
@media screen and (max-width: 575px){
    .description-view{/* display: none; */}
    .promocode-sec input[type="text"]{padding: 6px;width:58%;}
    .cupon_btn{font-size: 13px;padding: 10px 19px;}
}

/* new design will come here */
#product_name {
  font-family: "Inter", sans-serif;
  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: 8px;
  color: #000000;
  letter-spacing: 0.5px;
  text-align: left;
  margin-bottom: 0px;
}
.pkg-opt {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
}
.buyopt {
  position: relative;
}
.buyopt {
  float: left;
  width: 100%;
  margin: 10px 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;
  margin-bottom: 0px;
}
.buy-opt-rgt {
  float: right;
  text-align: right;
  margin-left: auto;
}
.formBox {
  float: left;
  width: 100%;
  margin-top: 15px;
}
.frm-flds {
  float: left;
  width: 100%;
  position: relative;
  margin: 7px 0;
}
.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;
}
.frm-flds .fl-label {
  left: .15rem;
  bottom: .15rem;
}
.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: 24px 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 {
    background-color: #fff;
  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: #F6921E;
}
.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;
}
.selectr-grpBox input {
  position: absolute;
  opacity: 1;
  /* margin-top: 3px; */
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 22px;
  margin-top: 0px;
  float: right;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.selectr-grpBox input {
  position: absolute;
  opacity: 1;
  /* margin-top: 3px; */
}
.slider.round {
  border-radius: 34px;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider.round::before {
  border-radius: 50%;
}
.slider::before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider {
  cursor: pointer;
}
input:checked + .slider {
  background-color: #2196F3;
}
input:checked + .slider::before {
    left: auto;
    right: 2px;
}

.custm-accordian{
    background-color: #f1f1f2 !important;
}

.faq_accordion .accordion-item {
    -
    top: none; */
    padding: 10px 20px 0px 0px;
    /* background: #FFFEFA; */
    margin-bottom: 5px;
    border-radius: 0px;
}

.visa-imgg {
    width: 200px!important;
    margin-left: auto;
}
.promocode-sec input[type="text"] {
    color: rgb(0, 0, 0);
    width: 60%;
    background-color: rgb(255, 255, 255) !important;
    border-radius: 10px;
    padding: 10px;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgb(204, 204, 204) !important;
    border-image: initial !important;
}

.cupon_btn {
    position: relative;
    display: inline-block;
    background: #D9A870;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    font-family: "Boogaloo", sans-serif;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 30px;
    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;
}
.faq_accordion .accordion-button{
    padding: 10px 0px !important;
}
.faq_accordion .accordion-body{
    padding: 10px 0px !important;
}
.buyopt.selected {
    box-shadow: 0 0 0 2px #6bb4ff;
    border: 1px solid #0071e3;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.more_btn_2 {
    position: relative;
    display: inline-block;
    background-image: linear-gradient(0deg, #45DB65 0%, #017C1B 149.52%);
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
    text-align: center;
    border-radius: 10px;
    padding: 22px 65px;
    transition: all 0.4s 
ease-in-out;
}
#productInfoAccordion .accordion-item {
    background: none;
    border: none;
    padding: 20px 0;
    box-shadow: none;
    border-bottom: 1px solid #0000004D;
    border-radius: 0;
    color: #000;
}
.svv-shippi-2{
    display: flex;
}
.svv-shippi-2 label {
    width: 100%;
    display: flex;
    align-items: start;
    flex-direction: row;
    gap: 15px;
}

.faq_accordion .accordion-item :first-child{
    border-top: 0px!important;
}