:root {
  --clr-primary: #f67126;
  --clr-secondary: #3b2f2a;
  --clr-primary-light: #fff6ee;
  --clr-footer: #2b2b2b;
  --clr-bg: #fffaf6;
  --clr-white: #ffffff;
  --clr-black: #111111;
  --clr-text: #222222;
  --clr-muted: #6c757d;
  --clr-border: #eaeaea;
  --font-family: "Poppins", sans-serif;
  --font-logo: "Syne", sans-serif;
  --transition: all 0.25s ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-family);
  font-size: 1rem;
  color: var(--clr-text);
  background-color: var(--clr-bg);
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}
a,
a:hover {
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pointer {
  cursor: pointer;
}
.max-width-1350 {
  max-width: 1350px;
  margin: 0 auto;
}
.btn-main {
  background: var(--clr-primary);
  color: #ffffff;
}
.btn-main:hover {
  background: var(--clr-secondary);
  color: #ffffff;
}
.custom-btn .btn {
  border-radius: 100px;
  font-size: 1rem;
  font-weight: 600;
  padding: 7px 22px;
}
.logo-name {
  font-family: var(--font-logo);
}
.header-actions {
  display: none;
}
.toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
a.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--clr-primary);
}

a.logo img {
  max-width: 50px;
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  min-height: 80px;
  align-items: center;
  padding: 0 10px;
}
.menu {
  display: flex;
}

a.menu-item-list {
  font-size: 1rem;
  font-weight: 600;
  padding: 5px 20px;
}

a.menu-item-list.saletag {
  color: #ff4747;
}

header.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: var(--clr-primary-light);
}

.padset {
  padding: 0 10px;
}
.footer {
  background: var(--clr-footer);
}
.padding-settings {
  padding: 20px 10px;
}
.ftr-menu-container {
  font-size: 14px;
  color: #ffffff;
}

.ftr-title {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 10px;
  padding-bottom: 4px;
}

.footer-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.cmn-width {
  width: Calc(100%);
}

li.ftr-menu-list.socials {
  display: flex;
  align-items: center;
  gap: 10px;
}
a.ftr-menu-list-item:hover,
li.ftr-menu-list.socials a:hover {
  color: var(--clr-primary);
}

li.ftr-menu-list.socials a {
  font-size: 1.2rem;
}
.f-14 {
  font-size: 14px;
}
.f-12 {
  font-size: 12px;
}
.clr-white {
  color: var(--clr-white);
}
.clr-main {
  color: var(--clr-primary);
}
.bg-light-main {
  background: var(--clr-primary-light);
}
.bnr-card {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.bnr-card-left {
  width: 100%;
  padding-right: 0px;
}

.bnr-card-right {
  width: Calc(100%);
  /* padding: 50px; */
}

.bnr-title {
  display: inline-flex;
  flex-wrap: wrap;
  font-weight: 800;
  font-size: 2rem;
}

.bnr-btns.custom-btn {
  padding: 30px 0 10px 0;
}

.bnr-subtitle {
  font-size: 1rem;
  font-weight: 600;
  max-width: 80%;
}
.bnr-card-right {
  margin-top: 20px;
}
.banner-wrapper {
  padding: 20px 10px;
}
.section-padding-settings {
  padding: 40px 10px;
}
.steps-container {
  display: flex;
  padding-top: 00px;
  flex-wrap: wrap;
  /* max-width: 60%; */
  margin: 0 auto;
}

.steps {
  flex: 1 1 33.33%;
  padding: 30px;
  text-align: center;
}

.step-img img {
  object-fit: cover;
  border-radius: 20px;
}

.step-img {
  width: 200px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.section-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--clr-secondary);
}

.section-subtitle {
  font-size: 1rem;
  font-weight: 500;
  color: var(--clr-secondary);
}
.section-card-header.double-side {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.sch-left span,
.sch-left p {
  padding-left: 5px;
}
.product-container,
.shapes-container,
.testimonial,
.pt30 {
  padding: 30px 0 0 0;
}

.product-holder {
  display: flex;
}

.product-card {
  padding: 5px;
  width: calc(100% / 2);
}

.product-card-wrapper {
  border-bottom: 1px solid #ebe6e6;
  border-radius: 0;
  overflow: hidden;
  /* padding: 10px; */
  /* background: #ffffff; */
}

a.product-img-area img {
  object-fit: cover;
  border-radius: 10px;
}

.products-tags,
.itemtags {
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 10px;
  border-radius: 100px;
  background: #ddd8d8;
  color: #2d2d2d;
}
.products-tags {
  position: absolute;
  top: 4px;
  left: 4px;
}
.prd-btn.custom-btn {
  width: 100%;
}
.products-tags.bestseller,
.itemtags.bestseller {
  background: #f50707;
  color: #ffffff;
}

.product-data {
  padding: 15px 0 10px 0;
}

a.product-name {
  font-weight: 700;
  font-size: 14px;
  color: var(--clr-secondary);
          display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
}

.product-tagline {
  font-size: 13px;
  font-weight: 500;
}
.pb-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pricing-cart-area {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.selling-price {
  font-size: 1rem;
  font-weight: 700;
}

.mrp {
  font-size: 13px;
  text-decoration: line-through;
  color: var(--clr-muted);
}
.offer-tag {
  background: green;
  color: #fff;
  font-size: 12px;
  display: inline-flex;
  padding: 2px 10px;
  border-radius: 100px;
}
.prdnames {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.pricing-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.prd-btn.custom-btn .btn {
  width: 100%;
}
.cardtitle {
  font-size: 1.5rem;
  font-weight: 600;
}

.cardsubtitle {
  font-size: 14px;
}

.products-tags.trending,
.itemtags.trending {
  background: green;
  color: #ffffff;
}

.products-tags.newarrival,
.itemtags.newarrival {
  background: #e39507;
  color: #ffffff;
}
.shapes-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 80%;
  margin: 0 auto;
}

.shapes-box {
  width: Calc(100%);
  padding: 10px;
}

.shape-img {
  overflow: hidden;
  border-radius: 20px;
}

.shape-img img {
  object-fit: cover;
}
.testimonial-wrapper {
  display: flex;
}

.testimonial-box {
  width: Calc(100%);
  padding: 0px;
}
.tbox-wrapper {
  border: 1px solid #e1dddd;
  padding: 20px;
  border-radius: 20px;
}

.customer-review {
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
}

.customer-review {
}

.customer-photo img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 100%;
  display: none;
}

.customer {
  display: flex;
  align-items: center;
  gap: 10px;
}

.customer-name {
  font-size: 14px;
  font-weight: 500;
}

.customer-location {
  font-size: 12px;
}
.testimonial {
  max-width: 80%;
  margin: 0 auto;
}
.clr-bg-secondary {
  background: var(--clr-secondary);
}
.btwrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.btbox {
  width: Calc(100%);
  border-radius: 20px;
  padding: 50px 40px;
}

.btbox.clr-bg-secondary {
  color: #ffffff;
}

.bttag {
  background: var(--clr-primary);
  display: inline-flex;
  border-radius: 100px;
  font-size: 13px;
  padding: 5px 15px;
  position: absolute;
  top: 10px;
  right: 10px;
}

ul.bulk-tags-features {
  margin-bottom: 30px;
  list-style: disc;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.custom-btn .btn.btn-main-light {
  background: #f7d2b1;
  color: #d5560f;
}

.custom-btn .btn.btn-main-light:hover {
  background: var(--clr-primary);
  color: #ffffff;
}
.section-card.double-side {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: center;
}

.section-card.double-side .section-card-header {
  width: 100%;
}

.section-card.double-side .section-body {
  width: Calc(100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.reseller-feature {
  padding: 20px 0px 30px 20px;
}

li.reseller-feature-list {
  display: flex;
  gap: 10px;
  padding-top: 5px;
  font-size: 14px;
  font-weight: 500;
}

li.reseller-feature-list i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  color: var(--clr-primary);
  background: #f7eadf;
  font-size: 1rem;
}
.bg-main {
  background: var(--clr-primary);
}
.primary-card {
  padding: 50px 10px;
  border-radius: 50px;
}

.primary-card .section-title,
.primary-card .section-subtitle {
  color: #ffffff;
}

.section-btm-btn1.custom-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.custom-btn .btn.btn-white {
  color: var(--clr-primary);
  background: #ffffff;
}
.custom-btn .btn.btn-white:hover {
  color: #ffffff;
  background: var(--clr-secondary);
}
.footer-card-holder {
  display: flex;
  flex-wrap: wrap;
}

.footer-card {
  flex: 1 1 100%;
  padding-right: 0px;
}

.ftrmenus li a {
  color: #ffffff;
  font-size: 13px;
}

.ftrmenus li a:hover {
  color: var(--clr-primary);
}

.ftrmenu-title {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  padding-bottom: 5px;
}

.ftrmenus {
  margin-bottom: 20px;
}

ul.social li a {
  font-size: 1.5rem;
}

ul.social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-btm {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 80px;
  border-top: 1px solid #333232;
}

.footer-logo-area p {
  font-size: 14px;
  color: #ffffff;
}

.footer-card.cmn {
  display: flex;
}
a.cart {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--clr-primary);
  color: #ffffff;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 100px;
}

a.cart i {
  font-size: 1rem;
}
.mobile-menu-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #d3cece;
  z-index: 99;
}

.mobile-menu {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 500;
}

.mobile-menu-wrapper {
  padding: 10px 20px;
}
.sort-container select {
  background-color: transparent;
  /* border: none; */
  font-size: 12px;
  font-weight: 500;
}

.sort-container select:focus {
  box-shadow: none;
}
.tags-categories-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.category-name {
  padding: 0 10px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 500;
  background: #ffffff;
  border: 1px solid #e7e5e5;
  display: inline-flex;
  padding-top: 1px;
}

.tags-categories.selected .category-name {
  background: var(--clr-primary);
  border-color: var(--clr-primary);
  color: #ffffff;
}

.pricing-cart-area.shop-cart-area {
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
}
.pricing-cart-area.shop-cart-area .pricing-box {
  flex-direction: column-reverse;
  gap: 5px;
}

.pricing-cart-area.shop-cart-area .prd-btn.custom-btn .btn {
  font-size: 12px;
  padding: 5px 12px;
  text-transform: uppercase;
}

.pricing-cart-area.shop-cart-area .pbright {
  position: relative;
}

.product-card-wrapper {
  position: relative;
}

.section-card-header.product-section-card-header {
  padding-bottom: 60px;
}
.product-holder.shop-page-products {
  flex-wrap: wrap;
}
.pdt-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.pdt-left {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-self: flex-start;
}

.pdt-right {
  width: Calc(100%);
}

.pdt-rigt-wrapper {
  padding: 0 10px;
}

.product-main-image img {
  object-fit: cover;
  border-radius: 20px;
}

.product-main-image {
  border-radius: 20px;
  overflow: hidden;
  padding: 10px;
  margin: 0 auto;
}

.pdt-thumbnails-container {
  display: flex;
  /* gap: 10px; */
}

.pdt-thumbnail {
  width: 100px;
  padding: 10px;
  cursor: pointer;
}

.pdt-thumbnail img {
  border-radius: 19px;
  padding: 8px;
  background: #f7efe8;
}
.custom-breadcrumb-area li {
  font-size: 12px;
}
.prdpricing {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.prdinfo-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
}

.product-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--clr-secondary);
}

.rating-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rating-box i {
  color: orange;
}

a.go-to-review {
  font-size: 12px;
  font-weight: 500;
}
.ratings-container {
  margin-top: -10px;
}
.prdpricing .mrp {
  font-size: 1rem;
}

.prdpricing .selling-price {
  font-size: 1.5rem;
}
.custom-btn .btn.btn-secondary {
  background: var(--clr-secondary);
  color: #ffffff;
}
.product-page-btn-container {
  margin-top: 20px;
  margin-bottom: 20px;
  position: sticky;
  width: 100%;
  left: 0;
  bottom: 70px;
  z-index: 99;
}

.prd-btn-area.custom-btn {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.prd-btn-area.custom-btn .btn {
  width: Calc(100% / 2 - 5px);
}
.bctag {
  background: #e9e0d8;
  font-size: 12px;
  padding: 0 10px;
  font-weight: 500;
  border-radius: 100px;
}
.extra-offer {
  display: flex;
  background: #fff3d6;
  color: #7a4b00;
  padding: 20px 20px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 500;
}

.extra-offer-left {
  width: 60%;
  display: flex;
  flex-direction: column;
}

.extra-offer-right {
  width: Calc(100% - 60%);
  text-align: right;
}

.offer-code span {
  background: #ffffff;
  padding: 4px 12px;
  border-radius: 100px;
  font-weight: 500;
}
.tag-offer-container {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.offer-area {
  background: #fff2eb;
  color: var(--clr-primary);
  border: 1px solid var(--clr-primary);
  border-radius: 100px;
  font-size: 14px;
  font-weight: 600;
  padding: 1px 10px;
}
.variant-type {
  font-size: 14px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
}

.variants-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

a.variants {
  background: #ffffff;
  font-size: 13px;
  padding: 5px 15px;
  display: inline-flex;
  gap: 5px;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #e3dfdf;
  font-weight: 500;
}

a.variants span {
  background: red;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  display: inline-flex;
}

a.variants.selected {
  border-color: var(--clr-primary);
}
.personalize-tag-container {
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 10px;
  background: #f1e5e5;
  font-size: 13px;
  color: var(--clr-secondary);
  font-weight: 500;
  cursor: pointer;
}

.personalize-start {
  color: #5f2607;
}

.mid-title {
  font-size: 1.5rem;
  font-weight: 700;
  padding-left: 10px;
}

.product-page-extra-items-container {
  padding-bottom: 30px;
}
.desktop-mode {
  display: none;
}
.mobile-mode {
  display: block;
}
.extra-stuff {
  margin-bottom: 30px;
}

.review-box {
  padding: 20px 20px;
  border: 1px solid #e5e0e0;
  border-radius: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #ffffff;
}

.review-box {
}

.review-msg {
  font-size: 14px;
  font-weight: 500;
}
.modal-title {
  font-weight: 700;
}

.w-100 {
  width: 100%;
}

.formfields {
  font-size: 14px;
  font-weight: 600;
}
.cart-page-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999999;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
}
.cart-page-modal.cart-opened {
  display: flex;
}
.cart-page-modal-wrapper {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
}

.cart-modal-style {
  width: 450px;
  background: #ffffff;
  max-height: 100%;
  overflow: auto;
}

.cart-page-modal-header,
.cart-page-modal-body,
.cart-page-modal-footer {
  padding: 20px 20px;
}

.cart-page-modal-header {
  border-bottom: 1px solid #efe9e9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 9;
  background: #ffffff;
}

.close-icon,
.back-arrow {
  display: inline-flex;
  background: #ebe7e7;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
}

.close-icon:hover {
  background: #fbebeb;
  color: #ff4747;
}

.modal-title {
  font-size: 1.2rem;
}
.item-qty input {
  border: none;
  width: 30px;
  text-align: center;
}

.qty-changer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  background: #f3f0f0;
  border-radius: 100%;
  font-size: 1.3rem;
  cursor: pointer;
}

.item-qty {
  display: flex;
  align-items: center;
  display: inline-flex;
  padding: 5px;
  border-radius: 100px;
  border: 1px solid #d1caca;
}
.cart-items-top {
  display: flex;
}

.cart-item-left {
  width: 100px;
  padding-right: 10px;
  border-radius: 10px;
}

.cart-item-img img {
  object-fit: cover;
  border-radius: 10px;
}

.cart-item-name {
  font-size: 14px;
  font-weight: 600;
}

.tag-color {
  font-size: 12px;
  font-weight: 500;
}

.cart-item-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: Calc(100% - 100px);
}
.remove-n-qty {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.remove-item {
  color: var(--clr-muted);
  font-size: 1.2rem;
}

.remove-item:hover {
  color: #ff4747;
}
.cart-item-price-container {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
}
.cart-items:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #e3dddd;
}

.customization-details {
  background: #f5f5f5;
  margin-top: 10px;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #e9e7e7;
}

.customization-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.customization-item i {
  font-size: 1rem;
}
.customized-on-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  line-height: 1;
  font-size: 13px;
  margin-top: 5px;
}

.customized-on-tag span {
  display: inline-flex;
}
.cart-page-modal-body {
  /* max-height: 100%; */
  /* overflow: auto; */
}

.cart-page-modal-footer {
  position: sticky;
  bottom: 0;
  background: #ffffff;
  border-top: 1px solid #efe9e9;
}

.cart-item-holder-parent .cart-item-holder {
  margin-bottom: 50px;
}
#show_hide_suggest_item span {
  font-size: 14px;
  font-weight: 600;
}
.offer-area-container {
  position: sticky;
  bottom: 80px;
  padding: 10px 20px;
  /* min-height: 160px; */
  /* margin-bottom: 230px; */
  background: #ffffff;
  border-top: 1px solid #efe9e9;
  z-index: 99;
}

.ofr-card {
  display: flex;
  justify-content: space-between;
  /* background: #fbf0ea; */
  /* padding: 10px; */
  /* border-radius: 10px; */
  /* border: 1px solid #f1dcd1; */
}

.ofr-area-wrapper {
  background: #fbf0ea;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #f1dcd1;
}

.ofr-card-left {
  display: flex;
  gap: 5px;
  font-size: 14px;
  font-weight: 400;
}

.ofr-code {
  font-size: 13px;
  color: var(--clr-primary);
}

.ofr-card-left i {
  font-size: 1rem;
  color: var(--clr-primary);
}

.view-all-offer {
  display: block;
  text-align: center;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #f1dcd1;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.ofr-card-right .custom-btn .btn {
  font-size: 13px;
  padding: 3px 15px;
}
.cart-summary-title {
  font-size: 14px;
  font-weight: 600;
}

ul.cart-info {
  font-size: 13px;
  margin-top: 10px;
  font-weight: 500;
}

ul.cart-info li {
  display: flex;
  justify-content: space-between;
  padding: 0 0 5px 0;
}

ul.cart-info li.netpayable {
  font-weight: 600;
  border-top: 1px dashed #ddd5d5;
  border-bottom: 1px dashed #ddd5d5;
  margin-top: 6px;
  padding: 10px 0;
}
.offer-section-card-header {
  border-bottom: 1px solid #efe9e9;
  position: sticky;
  top: 0;
  z-index: 9;
  background: #ffffff;
  padding: 20px 20px;
}

.ofr-modal-heading {
  display: flex;
  gap: 10px;
}

.offer-code-inputer {
  margin-top: 20px;
}

.discount-code input {
  width: 100%;
  border-radius: 100px;
  border: 1px solid #d5d0d0;
  font-size: 13px;
  padding: 10px 20px;
  font-weight: 500;
}

.discount-code {
  position: relative;
}

.applycode {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 100px;
  font-size: 14px;
  padding: 0 30px;
  height: 100%;
  border: 1px solid #d5d0d0;
}

.discount-code.have-code .applycode {
  background: var(--clr-primary);
  color: #ffffff;
  border-color: var(--clr-primary);
}

.discount-code.have-code input {
  border-color: var(--clr-primary);
}
.discount-applied {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.code-applied {
  margin-top: 20px;
  background: #f7efeb;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
}

.code-name {
  display: flex;
  align-items: center;
  gap: 5px;
}

.save-msg {
  display: block;
  text-align: center;
  color: green;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ede3de;
}
.close-icon2 {
  font-size: 11px;
  color: var(--clr-muted);
}

.close-icon2:hover {
  color: #ff4747;
}
.offer-card-holder {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 20px;
}

.custom-btn .btn.btn-main.not-applicable {
  background: #c6cbcf;
  color: var(--clr-muted);
}
.offer-section,
.cart-modal-style.cart-page-modal-box.cart-section.cart-hide {
  display: none;
}
.offer-section.offer-opened {
  display: block;
}
.success-card {
  width: 540px;
  max-width: 100%;
  background: #ffffff;
  margin: 0 auto;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #e1dbdb;
  text-align: center;
}

.success-top i {
  color: green;
  font-size: 3.5rem;
}

.success-msg {
  font-size: 1.5rem;
  font-weight: 700;
  color: green;
  padding-bottom: 5px;
}

.success-top p {
  font-size: 14px;
  font-weight: 500;
}

.orderidbox {
  display: flex;
  flex-direction: column;
  background: #fff6ee;
  margin: 20px 0;
  border-radius: 10px;
  padding: 20px 20px;
  border: 1px dashed #e7dacf;
  font-size: 14px;
}

.orderidbox span {
  font-weight: 600;
}

.pet-details-asking-container {
  display: flex;
  flex-direction: column;
  background: #fff6ee;
  margin: 20px 0;
  border-radius: 10px;
  padding: 20px 20px;
  border: 1px dashed #e7dacf;
  font-size: 14px;
}

.pet-details-asking-container .custom-btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.pet-details-asking-container .custom-btn .btn i {
  font-size: 1rem;
}

.pet-details-asking-container .custom-btn {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pet-details-asking-container .custom-btn .btn.btn-whatsapp {
  background: green;
  color: #ffffff;
}
.bnr-image-area {
  border-radius: 10px;
  overflow: hidden;
  /* border-right: 5px solid #89390b; */
}
a.reel-card {
  width: 25%;
  padding: 10px;
  position: relative;
}

.video-wrapper {
  display: flex;
}

.reel-card-wrapper {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.reel-video video {
  width: 100%;
}

.video-item {
}

.video-item-name {
  color: #ffffff;
  width: Calc(100% - 60px);
}

.video-item {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}

.vi-wrapper {
  display: flex;
  gap: 5px;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  padding: 10px;
  max-width: 90%;
  margin: 0 auto;
  border-radius: 10px;
}

.video-item-image {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ebe6e6;
}

.video-item-image img {
  object-fit: cover;
}

.vitmnm {
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.vitmprice {
  display: flex;
  align-items: center;
  gap: 10px;
}

.vitmprice .costprice {
  font-size: 13px;
}
.vitmprice .mrp {
  color: #ffffff;
  font-weight: 200;
}
a.reel-card .reel-card-wrapper {
  border: 2px solid #d1c8c8;
}

.reel-video {
  display: flex;
}
.prd-btn-area.custom-btn .btn {
  width: 100%;
}
.product-card.cart-suggest-item-card {
}

.product-card.cart-suggest-item-card .product-card-wrapper {
  border: none;
  padding: 0 0;
}

.product-card.cart-suggest-item-card .product-card-wrapper .product-img {
}

.product-card.cart-suggest-item-card .product-card-wrapper a.product-name {
  font-size: 13px;
}

.product-card.cart-suggest-item-card .product-card-wrapper a.product-tagline {
  font-size: 11px;
  font-weight: 500;
}

.product-card.cart-suggest-item-card
  .product-card-wrapper
  .pricing-cart-area.shop-cart-area {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
}

.product-card.cart-suggest-item-card
  .product-card-wrapper
  .pricing-cart-area.shop-cart-area
  .prd-btn.custom-btn
  .btn {
  width: 100%;
}

.product-card.cart-suggest-item-card .product-card-wrapper .prd-btn.custom-btn {
  width: 100%;
}

.product-card.cart-suggest-item-card .product-card-wrapper .pbright {
  position: relative;
  top: unset;
  left: unset;
}

.product-card.cart-suggest-item-card .product-card-wrapper .pricing-box {
  flex-direction: column-reverse;
  gap: 10px;
}

.product-card.cart-suggest-item-card .product-card-wrapper .products-tags {
  left: 5px;
  right: unset;
  top: 5px;
  font-size: 11px;
  font-weight: 500;
  padding: 0 5px;
}

.form-page-container {
    background: #ffffff;
    padding: 30px 20px;
    border-radius: 20px;
    max-width: 600px;
    margin: 0 auto;
}

.form-page-header {
    text-align: center;
    color: var(--clr-primary);
    font-weight: 700;
    font-size: 2rem;
}

.reseller-title {
    color: var(--clr-secondary);
    text-align: center;
    margin-bottom: 20px;
}

.formfields input, .formfields select, .formfields textarea {
    font-size: 13px;
    font-weight: 500;
}

.tbox-wrapper {
    min-height: 200px;
}
.customer-review {display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;margin-bottom: 20px;}

.radio-box {
    position: relative;
}

.radio-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.radio-box input {
    position: absolute;
    opacity: 0;
    left: 0;
}

.radio-box label {
    background: #d5d4d4;
    padding: 5px 15px;
    border-radius: 100px;
    color: #2d2d2d;
    font-weight: 500;
    font-size: 13px;
    cursor: pointer;
    border: 1px solid #d5d4d4;
}

.radio-box label:hover {border-color: var(--clr-primary);}

.radio-box input:checked + label {
    background: var(--clr-primary);
    border-color: var(--clr-primary);
    color: #ffffff;
}
 
form#contactUsForm {
    margin-top: 30px;
}

.itemtags.limited_stock,
.products-tags.limited_stock {
    color: #ffffff;
    background: #692804;
}
.section-title strong {
    color: var(--clr-primary);
}
.reseller-program-img {
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
}
.slick-arrow {
    display: none !important;
}
li.mobile-menu-list a i {
    font-size: 1.2rem;
}

li.mobile-menu-list a {
    display: flex;
    flex-direction: column;
    text-align: center;
}
span.color-white {
    border: 1px solid #cbc7c7;
}
.cuppage-title {
}

ol.breadcrumb.mybreadcrumb {
    text-align: center;
    display: flex;
    justify-content: center;
}

.contactuspage-container {
    padding: 80px 10px;
}

.section-wrapper.maxwidth-1320px {
    max-width: 1350px;
    margin: 0 auto;
}

li.content-data-list {
    padding-bottom: 15px;
}

.pc-main-title {
    font-size: 1.2rem;
    font-weight: 700;
    padding-bottom: 10px;
}

.privacy-content-box {
    margin-top: 20px;
}

.pc-content-subtitle {
    font-size: 15px;
    font-weight: 500;
}

.pc-body-text {
    font-size: 15px;
    padding-bottom: 10px;
}

label.error {
    font-size: 11px;
    font-weight: 500;
    font-style: italic;
    color: #ff4747;
}

input.error {
    border-color: #ff4747;
}
.form-fields-container .btn {
    width: 100%;
}