.petqrid-header-top-strip {
  background: #3e1701;
}

.phts-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px;
}

.phts-left i {
  font-size: 1rem;
}

.phts-left {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
}
.phts-right {
  display: none;
}
.phts-right-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
a.callbtn {
  color: #ffffff;
  font-size: 14px;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 100px;
  padding: 3px 20px;
}

.cmnbtn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

a.whatsappbtn {
  background: green;
  color: #ffffff;
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.petqrid-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 10px;
  min-height: 80px;
}

header.petqrid-header {
  width: 100%;
}

.petqrid-logo-area {
  width: 150px;
}

.petqrid-header-menu {
  display: none;
  align-items: center;
}

a.petqrid-menu-list-item {
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--clr-text);
}

.ptoggle {
  display: none;
}
.max-width-1350 {
  max-width: 1350px;
  margin: 0 auto;
}

.item-box-holder {
  display: flex;
  flex-wrap: wrap;
}

.qr-item {
  padding: 10px;
  border: 1px solid #ffffff;
  width: 100%;
}

.qr-item:hover {
  border-color: #e3dfdf;
}

.item-name {
  font-size: 0.85rem;
  font-weight: 700;
  line-height: inherit;
}

.item-details {
  padding: 20px 0;
}

.itmprice-container {
  margin-top: 10px;
}

.item-pricing-area {
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.item-add-to-cart-area {
  margin-top: 10px;
}

.add-btn {
  background: #f5d6c4;
  color: var(--clr-primary);
  font-weight: 700;
  width: 100%;
}
.section-card.double-side {
  display: flex;
  align-items: center;
}

.section-left-side {
  width: 50%;
  padding-right: 100px;
}

.section-right-side {
  width: Calc(100% - 50%);
  padding: 0 50px;
}
.cart-modal.show,
.address-modal.show {
  display: flex;
}

.cart-modal,
.address-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 999;
  overflow: hidden;
}

.cart-modal-wrapper,
.address-modal-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  display: flex;
  /* justify-content: flex-end; */
}

.cart-modal-box,
.address-modal-box {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 425px;
}

.cart-modal-box-header,
.amb-header {
  border-bottom: 1px solid #f1efef;
  min-height: 50px;
  width: 100%;
  padding: 10px 10px;
}

.cart-modal-box-footer,
.amb-footer {
  border-top: 1px solid #f1efef;
  padding: 10px 10px;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-modal-box-body,
.amb-body {
  max-height: 100%;
  height: 100%;
  overflow: auto;
}
.cmbf-wrapper {
  width: 100%;
}
.cart-modal-title {
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 5px;
}
.custom-btn .btn.btn-main.place-order,
.custom-btn .btn.btn-main.checkout-btn {
  width: 100%;
}
.cart-item {
  display: flex;
  gap: 10px;
  padding: 20px 10px;
  border-bottom: 1px solid #ebe6e6;
}

a.go-to-item-details {
  flex: 1 1 80px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e3e3e5;
  padding: 5px;
  width: 80px;
  display: inline-flex;
  height: 80px;
}

.cart-item-details {
  /* display: flex; */
  flex: 1 1 auto;
  width: Calc(100% - 90px);
}

.cart-item:not(:last-child) {
  /* border-bottom: 1px solid #ebe6e6; */
}

a.go-to-item-details img {
  object-fit: cover;
  border-radius: 5px;
}
.cart-item-pricing-area {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
}

.cart-item-price {
  font-size: 14px;
  font-weight: 700;
}

.cart-item-mrp {
  text-decoration: line-through;
  font-weight: 500;
  font-size: 13px;
}

.badge.badge-success {
  background: green;
  display: flex;
  align-items: center;
  justify-content: center;
}

.crt-itm-btm {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-qty-holder {
  border: 1px solid #b7b2b2;
  border-radius: 100px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.cart-qty-holder button {
  border: none;
  display: inline-flex;
  font-size: 1.125rem;
  width: 40px;
  height: 30px;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}

.cart-qty-holder input {
  border: none;
  text-align: center;
  font-weight: 600;
  width: 20px;
}

.cart-qty-holder button:hover {
  background: var(--clr-primary);
  color: #ffffff;
}

.remove-item:hover {
  color: #ff4747;
}
.cart-summary-area {
  padding: 20px;
}

.cart-summary {
  /* background: #f1f1f1; */
  border-radius: 10px;
  /* padding: 10px; */
}

.cart-summary-title {
  font-size: 14px;
  font-weight: 700;
}

ul.cart-total-details {
  margin-top: 10px;
}

.cart-total-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
}

.cart-total-list.cart-total-amount {
  font-weight: 800;
  border-top: 1px solid #e9e5e5;
  border-bottom: 1px solid #e9e5e5;
  padding: 10px 0;
  margin: 10px 0;
}
.log-box-fields.have-code {
  display: flex;
  align-items: center;
  gap: 5px;
}

.apply-code {
  border: none;
  padding: 8px 10px;
}

.amb-body-wrapper {
  padding: 10px 20px;
}
.del-form-fields-holder {
  margin-bottom: 10px;
}

.add-login-area {
  margin-bottom: 20px;
}

.add-det-name {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

.addloc-cords {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.addloc {
  flex: 1 1 32%;
}
.form-fields-holder.del-form-fields-holder,
.form-fields-holder.del-form-fields-holder select {
  font-size: 13px;
  font-weight: 600;
}
.custom-btn.log-btn-for-add {
  display: flex;
  justify-content: flex-end;
}

.login-modal-opener {
  background: transparent;
  border: none;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}

.login-modal-opener:hover {
  color: var(--clr-primary);
}

.adddetails-box {
  border-top: 1px solid #f1efef;
  padding-top: 20px;
}

button.accordion-button:focus {
  box-shadow: none;
  outline: none;
}

.order-summary-side {
  margin-bottom: 30px;
}
.my-accordion-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
}
.accordion-button.my-accordion-button:not(.collapsed) {
  color: var(--clr-text);
  font-size: 13px;
  font-weight: 600;
  background-color: #ffffff;
  box-shadow: none;
}
.back-arrow {
  font-size: 1.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #ebe9e9;
  width: 30px;
  height: 30px;
}
.tag-details-top {
  display: flex;
  flex-wrap: wrap;
}

.tag-details-top-left {
  width: 100%;
}

.tag-details-top-right {
  width: Calc(100%);
  padding: 20px 10px;
}

.tag-item-name {
  font-size: 1.5rem;
  font-weight: 700;
}

.tag-pricing {
  margin-top: 20px;
}

.tag-price {
  font-weight: 700;
  font-size: 1.2rem;
}

.tag-pricing {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tag-mrp {
  text-decoration: line-through;
  font-weight: 500;
}
.tdtl-main-img {
  border-radius: 10px;
  overflow: hidden;
  padding: 5px;
  border: 1px solid #edebeb;
  display: flex;
    justify-content: center;
    align-items: center;
}

.tdtl-main-img img {
  object-fit: cover;
  border-radius: 10px;
}
.tag-btn.custom-btn {
  margin-top: 0px;
}

.tag-btn.custom-btn .btn {
  width: 100%;
}

.tag-bullets-container {
  margin-top: 30px;
  margin-bottom: 30px;
}
header.petqrid-header.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #ffffff;
}

header.petqrid-header.scrolled .petqrid-header-top-strip {
  display: none;
}
.item-name a {
  color: #000000;
}
.tag-btn-area {
    position: sticky;
    bottom: 0;
    padding: 10px 0px;
    background: #ffffff;
    border-top: 1px solid #d9d8d8;
}
.tdtl-img-holder {
    /* width: fit-content; */
    /* margin: 0 auto; */
}
.tdtl-img-holder img {
    margin: 0 auto;
    max-width: 100%;
}
.empty_cart {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 20px;
    height: 100%;
    flex-direction: column;
    gap: 10px;
    font-style: italic;
    font-size: 14px;
    font-weight: 500;
}
.empty_cart i {
    font-size: 2rem;
    background: #e9e7e7;
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #878181;
}
li.bullets-list {
    display: flex;
    gap: 5px;
}

li.bullets-list i {
    font-size: 17px;
    color: green;
}
.pet-slider-containor {
    margin-top: 40px;
}

.psc-box-holder.myslider.my-slick-slider {
    display: flex;
    flex-wrap: wrap;
}

.psc-slider-box {
    padding: 30px;
}

.pscsb-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.psc-left {
    width: 150px;
    /* height: 150px; */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #e1dcdc;
    /* padding: 10px; */
}

.psc-right {
    width: 100%;
}

.psc-left img {
    /* height: 100px; */
    object-fit: cover;
    /* width: 100px; */
    /* height: 100px; */
}

.psc-slider-box {
    /* width: 50%; */
    flex: 1 1 50%;
}

.psc-left {}

.testimonial-heading {
    font-weight: 700;
    padding-bottom: 5px;
}

.testi-user {
    padding-top: 20px;
    font-weight: 600;
    font-size: 14px;
}

.testi-msg {
    font-size: 14px;
    font-weight: 500;
}
.hide-on-mobile{
  display: none;
}
.ls-m-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
/* ------------------------------------------------------------ */
/* RESPONSIVE */
@media only screen and (min-width: 1100px) {
  .hide-on-mobile{
  display: block;
}
  .cart-modal-wrapper,
  .address-modal-wrapper {
    justify-content: flex-end;
  }
  .phts-right {
    display: block;
  }
  .qr-item {
    width: calc(100% / 4);
  }
  .petqrid-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 60px;
  min-height: 80px;
}
.phts-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 60px;
}
.tag-details-top{
    flex-wrap: nowrap;
}
.tag-details-top-left {
  width: 50%;
}

.tag-details-top-right {
  width: Calc(100% - 50%);
  padding: 10px 40px;
}
.tag-btn.custom-btn {
  margin-top: 30px;
}
.tag-btn-area {
    position: relative;
    bottom: unset;
    padding: 0px 0px;
    background: transparent;
    border-color: #ffffff;
}
.psc-left {
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #e1dcdc;
    /* padding: 10px; */
}

.psc-right {
    width: Calc(100% - 110px);
}
.pscsb-wrapper{
  flex-wrap: nowrap;
}
}
/* //RESPONSIVE */

.tba-value.span-two {
  display: flex;
  flex-direction: column;
}

.tba-list-new div {
  flex: 1 1 33%;
  /* text-align: center; */
}

.tba-value.span-two span {
  display: flex;
  line-height: 1.2;
}

.tba-value span {
  /* line-height: 1; */
}

/* ------------------------------------------------------------ */
