/* GLOBAL */

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
}

a {
  color: inherit;
}

body {
  background-color: #fdefe6;
  background: #fdefe6;
}

html :where(.wp-block) {
  margin-bottom: 28px;
  margin-top: 28px;
  max-width: 1800px;
}

.editor-styles-wrapper.block-editor-writing-flow {
  background: #fdefe6;
}

.containerFull {
  max-width: 2040px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.container {
  max-width: 1840px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.containerFull > .container {
  max-width: 1800px;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.page-template-default.woocommerce-page .content {
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.page-template-default.woocommerce-page .content .entry-content {
  padding: 50px 0 70px;
}

img {
  display: block;
  max-width: 100%;
}

/* GLOBAL */

/* HEAD TOP BAR */

.headerTopBar {
  padding: 23px 0;
  background: #d94237;
}

.headerTopBarRow {
  display: grid;
  grid-template-columns: 1fr max-content;
  align-items: center;
  gap: 10px;
}

.headerTopBarContent p {
  font-family: Roboto;
  font-weight: 300;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #fff;
}

.headerTopBarContent .outlineBtn {
  padding: 10px 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0px;
  text-align: center;
  border: 3px solid;
  transition: all ease-in-out 0.4s;
  border-color: #fff;
  background: transparent;
  color: #fff;
  border-radius: 100px 100px 0;
  display: inline-block;
  width: fit-content;
}

.headerTopBarContent .outlineBtn:hover {
  background: #fff;
  color: #d94237;
}

.headerSocialLinks ul {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: end;
}

.headerSocialLinks ul li {
  list-style: none;
  transition: all ease-in-out 0.4s;
}

.headerSocialLinks ul li:hover {
  opacity: 0.5;
  transform: translateY(-3px);
}

.headerSocialLinks ul li a {
  width: 25px;
  display: block;
  height: 25px;
}

.headerSocialLinks ul li a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* HEAD TOP BAR */

/* HEADER */

.mainHeader {
  padding-top: 37px;
  padding-bottom: 37px;
  background: #799caf;
  transition: all 0.3s ease;
  z-index: 99;
  position: relative;
}

.mainHeader.sticky {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  padding-top: 15px;
  padding-bottom: 15px;
}

.mainHeadRow {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  gap: 10px;
}

.headLogoImg {
  width: 100%;
  max-width: 316px;
}

.headLogoImg a {
  display: block;
  height: 100%;
  width: 100%;
}

.headLogoImg a img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.headerLinksMobileDrawer {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr max-content auto;
}

.headerLinksHldr ul {
  display: flex;
  align-items: center;
  gap: 100px;
  justify-content: center;
  height: 100%;
}
.headerLinksHldr ul li.menu_cart {
  background-image: url(../img/cart_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 25px;
  height: fit-content;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  margin-top: -8px;

  a {
    color: transparent !important;
    font-size: 0px !important;
    width: 100%;
    height: stretch;
    display: block;
  }
}
.headerLinksHldr ul li {
  list-style: none;
}

.headerLinksHldr ul li a {
  font-family: Roboto;
  font-weight: 300;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0px;
  transition: all ease 0.3s;
  color: #fff;
}

.headerLinksHldr ul li a:hover {
  opacity: 0.5;
}

.headerLinksHldr ul li.current-menu-item a {
  font-weight: 400;
}

.headerLinksMobileDrawer .headerDrawerCrossIcon {
  display: none;
}

.headerHamburgerIconHldr {
  display: none;
}

/* HEADER */

/* MAIN BANNER */

.mainBanner {
  padding: 110px 0 135px;
}

.bannerRow {
  display: grid;
  grid-template-columns: 1.44fr 1fr;
  gap: 67px;
  align-items: center;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 100%;
  position: relative;
}

.bannerRow::after {
  content: "";
  width: 150px;
  height: 214px;
  z-index: 2;
  background-image: url(https://dev03.offcenterdesign.co/wp-content/uploads/2026/03/skull-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -50px;
  bottom: -90px;
}

.bannerImg {
  width: 100%;
  height: 100%;
  position: relative;
}

.bannerImg img {
  width: 100%;
  object-fit: contain;
  height: 100%;
  position: relative;
  z-index: 0;
}

.bannerContent {
  width: 100%;
  max-width: 510px;
}

.bannerContent span {
  font-family: Roboto;
  font-weight: 300;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0px;
}

.headingH1 {
  font-family: Roboto;
  font-weight: 900;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0px;
}

.bannerContent .headingH1 {
  margin-top: 10px;
}

.bannerContent .mainBtn {
  margin-top: 20px;
  width: 100%;
  max-width: 422px;
}

.mainBtn {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.mainBtn :is(a, button) {
  padding: 10px;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0px;
  text-align: center;
  min-width: 422px;
  width: auto;
  border: 3px solid;
  transition: all ease-in-out 0.4s;
}

.mainBtn :is(a, button).fillBtn {
  border-color: #d94237;
  background: #d94237;
  color: #fff;
  border-radius: 0 100px 100px;
}

.mainBtn :is(a, button).fillBtn:hover {
  border-color: #799caf;
  background: transparent;
  color: #799caf;
}

.mainBtn :is(a, button).outlineBtn {
  border-color: #799caf;
  background: transparent;
  color: #799caf;
  border-radius: 100px 100px 0;
}

.mainBtn :is(a, button).outlineBtn:hover {
  border-color: #d94237;
  background: #d94237;
  color: #fff;
}

/* MAIN BANNER */

/* FOOTER */

.footerMain {
  padding-top: 34px;
  background: #d94237;
  position: relative;
}

.footerTopWrapper .containerFull {
  position: relative;
}

.footerTopWrapper .containerFull::after {
  content: "";
  width: 170px;
  height: 190px;
  z-index: 2;
  background-image: url(../img/skull-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -280px;
  right: 30px;
}

.footerTopWrapper {
  padding: 77px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.footerTopWrapper::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #799caf;
  opacity: 70%;
  z-index: 1;
}

.footerTopRow {
  position: relative;
  z-index: 2;
}

.footerTopRow {
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  align-items: center;
  gap: 10px;
}

.footerLogo {
  width: 315px;
}

.footerLogo a {
  display: block;
  height: 100%;
  width: 100%;
}

.footerLogo a img {
  object-fit: contain;
}

.footerContactHldr .headerSocialLinks ul {
  justify-content: center;
}

.footerContactHldr .mainBtn {
  margin-top: 20px;
}

:is(.footerContactHldr, .readyToTakeContent) .mainBtn .outlineBtn {
  border-color: #fff;
  color: #fff;
}

:is(.footerContactHldr, .readyToTakeContent) .mainBtn .fillBtn:hover {
  border-color: #fff;
  color: #fff;
}

.footerContactHldr {
  width: 100%;
  max-width: 423px;
}

.footerLinksHldr ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.footerLinksHldr ul li {
  list-style: none;
  transition: all ease-in-out 0.4s;
}

.footerLinksHldr ul li:hover {
  opacity: 0.5;
}

.footerLinksHldr ul li a {
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0px;
  color: #fff;
}

.footerBtmWrapper {
  padding: 40px 0;
  background: #404b20;
}

.footerBtmWrapperCont p {
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0px;
  color: #fff;
}

.footerBtmWrapperCont p a {
  color: #fff;
}

.footerBtmWrapperCont p a:hover {
  color: #d94237;
}

/* FOOTER */

/* READY TO TAKE */

.readyToTake {
  padding: 305px 0 385px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.readyToTakeContent {
  width: fit-content;
  padding: 20px;
  background: #404b20ab;
  border-radius: 20px;
}

.headingH2,
.type-page .entry-header h1.entry-title {
  font-family: Roboto;
  font-weight: 900;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0px;
}

.readyToTakeContent * {
  color: #fff;
}

.readyToTakeContent p {
  font-family: Roboto;
  font-weight: 300;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0px;
  margin-top: 20px;
}

/* READY TO TAKE */

/* COST OF AVOIDING */

.costOfAvoiding {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.costOfAvoiding .container {
  position: relative;
}

.costOfAvoiding .container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  border-left: 3px dashed #d94237;
  border-bottom: 3px dashed #d94237;
  border-radius: 0 100px 0;
  pointer-events: none;
  top: -100px;
  left: 30px;
  height: 100%;
  width: 90%;
}

.costOfAvoiding .container::after {
  content: "";
  width: 150px;
  height: 160px;
  z-index: 2;
  background-image: url(https://dev03.offcenterdesign.co/wp-content/uploads/2026/03/skull-icon-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  bottom: 30px;
  z-index: 3;
}

.costOfAvoidingRow {
  padding: 320px 0;
}

.costOfAvoidingContent {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.costOfAvoidingContent .headingH2 {
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
}

.costOfAvoidingContent .headingH2::after {
  content: "";
  bottom: 0;
  height: 4px;
  width: 116px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #d94237;
}

.costOfAvoidingContent :is(p, li) {
  font-family: Roboto;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0px;
  margin-top: 16px;
}

.costOfAvoidingContent li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}

.costOfAvoidingContent li::before {
  content: "";
  position: relative;
  height: 20px;
  width: 20px;
  background-image: url(../img/avoid-liicon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.costOfAvoidingContent :is(ul, ol) {
  margin: 20px 0;
}

/* COST OF AVOIDING */

/* WHEN SOMEONE DIES */

.whenSomeOneDies {
  position: relative;
}

.whenSomeOneDies .container {
  position: relative;
}

.whenSomeOneDies .container::after {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  border-right: 3px dashed #d94237;
  border-bottom: 3px dashed #d94237;
  border-radius: 0 0 100px;
  pointer-events: none;
  top: -100px;
  right: 90px;
  height: 123.3%;
  width: 87%;
  margin-left: auto;
  z-index: 1;
}

.whenSomeOneDiesRow {
  padding: 412px 0 312px;
}

.whenSomeOneDiesContent {
  max-width: 1142px;
  margin-left: auto;
  margin-right: auto;
}

.whenSomeOneDiesContent * {
  text-align: center;
}

.whenSomeOneDiesContent .headingH2 {
  padding-bottom: 20px;
  position: relative;
}

.whenSomeOneDiesContent .headingH2::after {
  content: "";
  bottom: 0;
  height: 4px;
  width: 116px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #d94237;
}

.whenSomeOneDiesContent p {
  margin-top: 20px;
  font-family: Roboto;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0px;
}

.whenSomeOneDiesContent .mainBtn {
  justify-content: center;
}

/* WHEN SOMEONE DIES */

/* REAL EXPERINCE */

.realExperience {
  padding: 270px 0;
}

.realExperience .container {
  position: relative;
}

.realExperience .container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  border-right: 3px dashed #d94237;
  border-top: 3px dashed #d94237;
  border-radius: 0 100px 0;
  pointer-events: none;
  top: -170px;
  right: 20px;
  height: 489.3%;
  width: 90%;
  margin-left: auto;
  z-index: 1;
}

header.entry-header {
  padding: 0 20px;
}

.headingHldr {
  margin-bottom: 50px;
}

.headingHldr *,
.type-page .entry-header h1.entry-title {
  text-align: center;
}

.headingHldr .headingH2,
.type-page .entry-header h1.entry-title {
  padding-bottom: 20px;
  position: relative;
}

.headingHldr .headingH2::after,
.type-page .entry-header h1.entry-title::after {
  content: "";
  bottom: 0;
  height: 4px;
  width: 116px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #d94237;
}

.headingHldr p {
  margin-top: 20px;
  font-family: Roboto;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0px;
}

.headingHldr h3 {
  font-family: Roboto;
  font-weight: 900;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 20px;
}

.realExperienceRow {
  margin-top: 100px;
}

.realExperienceContent {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.expSlideBxCnt {
  max-width: 1085px;
  margin: 0 auto;
  position: relative;
  padding-top: 40px;
}

.expSlideBxCnt p {
  font-family: Roboto;
  font-weight: 300;
  font-style: italic;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0px;
  text-align: center;
}

.expSlideBxCnt span {
  display: block;
  font-family: Roboto;
  font-weight: 900;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 20px;
}

.expSlideBxCnt::before {
  content: "";
  width: 45px;
  height: 35px;
  position: absolute;
  background-image: url(../img/quote-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: -60px;
  top: 0;
}

.expSlideBxCnt::after {
  content: "";
  width: 45px;
  height: 35px;
  position: absolute;
  background-image: url(../img/quote-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  right: -60px;
  top: 0;
  transform: scale(-1, -1);
}

.experienceSlider :is(.swiper-button-next, .swiper-button-prev) {
  height: 45px;
  width: 45px;
}

.experienceSlider :is(.swiper-button-next) {
  right: -8px !important;
}

.experienceSlider :is(.swiper-button-prev) {
  left: -8px !important;
}

.experienceSlider :is(.swiper-button-next, .swiper-button-prev) svg,
.experienceSlider :is(.swiper-button-next, .swiper-button-prev) svg path {
  fill: #cccccb;
}

/* REAL EXPERINCE */

/* NEXT STEP */

.nextStepMn {
  padding: 190px 0 100px;
  position: relative;
  overflow: visible;
}

.nextStepMn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    #fdefe6 67.66%,
    #fde9de 77.54%,
    #fbdac8 92.63%,
    #f9d1bb 99.99%
  );
  -webkit-mask-image: url("../img/NEXT-STEP-MASKIMG.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: top;
  mask-image: url("../img/NEXT-STEP-MASKIMG.png");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  mask-position: top;
}

.nextStepMn .container {
  position: relative;
  z-index: 1;
}

.nextStepMn .container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  border-left: 3px dashed #d94237;
  border-bottom: 3px dashed #d94237;
  border-radius: 100px 0 0 100px;
  border-top: 3px dashed #d94237;
  pointer-events: none;
  top: -500px;
  left: 20px;
  height: 280%;
  width: 9%;
}

.nextStepMn .mainBtn {
  justify-content: center;
}

.nextStepMnRow {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.nextStepBx {
  padding: 30px;
  border: 3px dashed #d94237;
}

.nextStepBx:nth-of-type(3n + 1) {
  border-top-color: transparent;
  border-right-color: transparent;
}

.nextStepBx:nth-of-type(3n + 2) {
  border-bottom-color: transparent;
  border-right-color: transparent;
}

.nextStepBx:nth-of-type(3n + 3) {
  border-top-color: transparent;
}

.nextStepBx h3 {
  font-family: Roboto;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0px;
  text-align: center;
}

.nextStepBx p {
  font-family: Roboto;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 20px;
}

/* NEXT STEP */

/* DEATH DAOULA */

.deathDaula {
  padding: 100px 0;
  position: relative;
  overflow: visible;
}

.deathDaula::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    180deg,
    #fdefe6 67.65%,
    #fde9de 77.53%,
    #fbdac8 92.62%,
    #f9d1bb 99.98%
  );
  -webkit-mask-image: url("../img/NEXT-STEP-MASKIMG-2.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: bottom;
  mask-image: url("../img/NEXT-STEP-MASKIMG-2.png");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  mask-position: bottom;
}

.deathDaula .container {
  position: relative;
  z-index: 2;
}

.deathDaula .container .headingHldr .headingH2 {
  background: #fdefe6;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.deathDaula .container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  border-left: 3px dashed #d94237;
  border-bottom: 3px dashed #d94237;
  border-radius: 0 0 0 100px;
  pointer-events: none;
  top: 28px;
  left: 130px;
  height: 120%;
  width: 3%;
}

.deathDaulaRow::before {
  content: "";
  width: 184px;
  height: 214px;
  z-index: 2;
  background-image: url(https://dev03.offcenterdesign.co/wp-content/uploads/2026/03/skull-icon-3.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -215px;
}

.deathDaulaRow .mainBtn {
  margin-top: 0px;
  align-items: center;
  justify-content: center;
  grid-column: 1 / -1;
  grid-row: auto / span 1;
}

.deathDaulaRow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  position: relative;
  z-index: 2;
}

.deathDaoulaBox {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 0 20px;
}

.deathDaoulaBox::before {
  content: "";
  height: 80%;
  width: 100%;
  background-image: url(../img/death-daoula-box-masbefore.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 85px;
}

.deathDaoulaBox:nth-child(even) {
  margin-top: 60px;
}

.deathDaoulaBoxImg {
  background: linear-gradient(
    0deg,
    #ffffff 65.64%,
    #ddbbb1 82.06%,
    #cc978b 93.97%,
    #c68a7f 100.01%
  );
  width: 227px;
  height: 227px;
  border-radius: 50%;
  overflow: hidden;
  padding: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.deathDaoulaBoxImg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 8px solid #fff;
}

.deathDaoulaBoxContent {
  background: linear-gradient(
    0deg,
    #ffffff 20.73%,
    #fffdfb 27.2%,
    #fdefe6 100.65%
  );
  -webkit-mask-image: url("../img/death-daoula-box-mask.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: top;
  mask-image: url("../img/death-daoula-box-mask.png");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  mask-position: top;
  padding: 90px 30px 50px 30px;
  margin-top: -120px;
  z-index: 1;
}

.deathDaoulaBoxContent h3 {
  font-family: Roboto;
  font-weight: 900;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0px;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

.deathDaoulaBoxContent h3::after {
  content: "";
  height: 4px;
  width: 115px;
  background: #c68a7f;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.deathDaoulaBoxContent p {
  margin-top: 10px;
  font-family: Roboto;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0px;
  text-align: center;
}

.deathDaoulaBoxContent p br {
  display: none;
}

.deathDaula .mainBtn {
  justify-content: center;
}

/* DEATH DAOULA */

/* ISNT DRESSING */

.isNtDressing .mainBtn {
  justify-content: center;
}

.isNtDressing {
  padding: 85px 0 332px;
}

.isNtDressing .container {
  position: relative;
}

.isNtDressingRow::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  border-right: 3px dashed #d94237;
  border-radius: 0 0 0 0;
  pointer-events: none;
  top: -232px;
  left: 38px;
  height: 135%;
  width: 2%;
}

.isNtDressingRow {
  max-width: 1601px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: max-content 1fr;
  position: relative;
}

.isNtDressingRow::after {
  content: "";
  width: 180px;
  height: 190px;
  z-index: 2;
  background-image: url(https://dev03.offcenterdesign.co/wp-content/uploads/2026/03/skull-icon-4.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -20px;
  bottom: -200px;
}

.isntDressingBox {
  position: relative;
  z-index: 1;
}

.isntDressingBox:nth-of-type(3n + 1) {
  margin-top: 116px;
  width: 100%;
  max-width: 599px;
}

.isntDressingBox:nth-of-type(3n + 1) .isntDressingBoxImg::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  border: 10px solid #c68a7f;
  top: 30px;
  left: 30px;
}

.isntDressingBox:nth-of-type(3n + 2) {
  position: absolute;
  z-index: 2;
  width: 648px;
  top: 0;
  left: 41%;
  transform: translateX(-50%);
}

.isntDressingBox:nth-of-type(3n + 2) .isntDressingBoxImg img {
  border: 10px solid #d94237;
}

.isntDressingBox:nth-of-type(3n + 2) .isntDressingBoxImg {
  padding: 40px;
}

.isntDressingBox:nth-of-type(3n + 2) .isntDressingBoxImg::after {
  content: "";
  height: 98%;
  width: 97%;
  position: absolute;
  border: 10px solid #c68a7f;
  top: 0px;
  left: 0px;
}

.isntDressingBox:nth-of-type(3n + 3) {
  width: 100%;
  margin-top: 65px;
  max-width: 713px;
  margin-left: auto;
  margin-right: 0;
}

.isntDressingBox:nth-of-type(3n + 3) .isntDressingBoxImg::after {
  content: "";
  height: 98%;
  width: 96%;
  position: absolute;
  border: 10px solid #c68a7f;
  top: 20px;
  left: -20px;
}

.isntDressingBoxImg {
  width: 100%;
  position: relative;
}

.isntDressingBoxImg img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  position: relative;
}

.isntDressingBoxContent {
  padding: 60px 0 0 0;
  position: relative;
  max-width: 75%;
  margin-left: auto;
  margin-right: 0;
}

.isntDressingBoxContentRev {
  width: 100%;
  margin-left: auto;
  margin-right: 0;
}

.isntDressingBoxContent::before {
  content: "";
  width: 45px;
  height: 35px;
  position: absolute;
  background-image: url(../img/quote-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: -50px;
  top: 70px;
}

.isntDressingBoxContent::after {
  content: "";
  width: 45px;
  height: 35px;
  position: absolute;
  background-image: url(../img/quote-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  right: -10px;
  bottom: 10px;
  transform: scaleX(-1) scaleY(-1);
}

.isntDressingBoxContentRev :is(p, span) {
  display: block;
  font-family: Roboto;
  font-size: 18px;
  line-height: 1.2;
  font-style: italic;
  font-weight: 300;
}

.isntDressingBoxContentRev *:first-child {
  margin-top: 0px !important;
}

.isntDressingBoxContentRev p {
  margin-top: 20px;
}

.isntDressingBoxContentRev span {
  margin-top: 10px;
}

/* ISNT DRESSING */

/* PAGE HEADER TOP */

.pageHeaderTop,
header.entry-header {
  padding-top: 80px;
}

.pageHeaderTop .headingHldr {
  margin-bottom: 0px !important;
}

/* PAGE HEADER TOP */

/* CALL TEXT SECTION */

.callTextSection {
  padding: 90px 0 40px;
}

.callTextSection .containerFull {
  position: relative;
}

.callTextSection .containerFull::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  border-left: 3px dashed #d94237;
  border-bottom: 3px dashed #d94237;
  border-radius: 0 0 0;
  pointer-events: none;
  top: -230px;
  left: 12%;
  height: 132%;
  width: 84%;
  z-index: -1;
}

.callTextSectionRow::after {
  content: "";
  width: 160px;
  height: 200px;
  z-index: 2;
  background-image: url(../img/skull-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -90px;
  bottom: 0;
}

.callTextSectionRow {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 65px;
  align-items: center;
  position: relative;
  max-width: 1770px;
  margin-left: auto;
  margin-right: auto;
}

.callTextSectionImg {
  width: 100%;
}

.callTextSectionImg img {
  width: 100%;
  object-fit: cover;
}

.callTextSectionContent p {
  margin-bottom: 20px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0px;
}

.callTextSectionContent .headingH2 {
  margin-top: 30px;
}

.callTextSectionContent .headerSocialLinks {
  margin-top: 30px;
}

.callTextSectionContent .headerSocialLinks ul {
  justify-content: flex-start;
  background: #fdefe6;
  width: fit-content;
}

.callTextSectionContent .headerSocialLinks ul li {
  filter: brightness(0) saturate(100%) invert(22%) sepia(45%) saturate(3309%)
    hue-rotate(344deg) brightness(122%) contrast(80%);
}

/* CALL TEXT SECTION */

/* IMAGE WITH CONTENT */

.imageWithContent {
  margin: 50px 0;
}

.imageWithContent .container {
  position: relative;
}

.imageWithContent .container::after {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  border-right: 3px dashed #d94237;
  pointer-events: none;
  top: -170px;
  right: 0px;
  height: 132%;
  width: 99%;
  z-index: -1;
}

.imageWithContentRow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  align-items: center;
  max-width: 1770px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

.imageWithContentContent,
.callTextSectionContent {
  background: #fdefe6;
}

.imageWithContentContent *:first-child {
  margin-top: 0px !important;
}

.imageWithContentContent *:last-child {
  margin-bottom: 0px !important;
}

.imageWithContentContent p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #000;
  margin-top: 10px;
  background: #fdefe6;
}

.imageWithContentContent p strong {
  font-weight: 900;
  margin-top: 20px;
  display: block;
}

.imageWithContent.Others {
  margin-bottom: 200px;
}

.imageWithContent.Others .container::after {
  content: "";
  top: 0px;
}

.imageWithContent.Others .imageWithContentImage {
  order: 1;
}

.imageWithContent.Others .imageWithContentContent {
  order: 2;
}

.imageWithContentImage {
  width: 100%;
}

.imageWithContentImage img {
  width: 100%;
  object-fit: cover;
}

/* IMAGE WITH CONTENT */

/* Image & content What we do page */
.page_what_we_do article {
  position: relative;
}

.page_what_we_do article::before {
  content: "";
  border-left: 3px dashed #d94237;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 11%;
  z-index: -1;
}

.page_what_we_do article::after {
  content: "";
  width: 150px;
  height: 150px;
  z-index: 2;
  background-image: url(https://dev03.offcenterdesign.co/wp-content/themes/enterprise-pro/assets/img/skull-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 140px;
  left: calc(11% - 60px);
}

.page_what_we_do .entry-content > p {
  max-width: 1040px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
}

.sec {
  padding-top: 60px;
  padding-bottom: 60px;
}

.img_listCOntent-row {
  display: grid;
  grid-template-columns: 1.76fr 6fr;
  max-width: 1180px;
  margin: 0 auto;
  gap: 30px;
  align-items: center;
}

.img_listCOntent_img img {
  width: 100%;
  height: fit-content;
}

.img_listCOntent_content {
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-size: 18px;
  font-weight: 300;
  color: #000000;
  font-family: "Roboto", sans-serif;
  line-height: 1.25;

  strong {
    font-weight: 900;
  }

  ul {
    padding-left: 30px;
  }
}

.short_cta_sec {
  margin-bottom: 30px;
}

.short_cta_row {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 50px 100px;
  font-size: 18px;
  font-weight: 300;
  max-width: 1255px;
  margin: 0 auto;
  background: linear-gradient(
    180deg,
    #ffffff -0.01%,
    #fffdfb 8.09%,
    #fdefe6 100%
  );
}

.short_cta_row .headingH2 {
  margin-bottom: 12px;
}

.short_cta_row .mainBtn {
  margin-top: 30px;
}

/* Image & content What we do page */

/* NEw DEV CSS START*/
.tribe-events-page-template .pageHeaderTopRow {
  max-width: 1260px;
  margin: auto;
}

.tribe-events-page-template .headingHldr p {
  margin-top: 50px;
  font-weight: 400;
  text-wrap: pretty;
}

body .tribe-common .tribe-common-l-container {
  max-width: 1460px;
  margin: 0 auto;
  padding: 70px 0 70px !important;
}

body
  .tribe-common--breakpoint-medium.tribe-common
  .tribe-common-form-control-text__input {
  height: 114px;
  min-height: 114px;
  background: #ffffff;
  border: none !important;
  outline: none !important;
  padding: 20px 90px;
}

body
  .tribe-common--breakpoint-medium.tribe-common
  .tribe-common-form-control-text__input,
body
  .tribe-common--breakpoint-medium.tribe-common
  .tribe-common-form-control-text__input::placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  color: #b3b4b4;
}

body
  .tribe-common--breakpoint-medium.tribe-events
  .tribe-events-c-search__input-control-icon-svg {
  display: none;
}

body .tribe-events-c-view-selector__list {
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  gap: 30px;
}

body .tribe-events-c-view-selector__list li {
  padding: 0 !important;
  background: transparent !important;
  margin: 0;
}

body .tribe-events-c-view-selector__list li a {
  padding: 0;
  height: 74px;
  min-height: 74px;

  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
}

body
  .tribe-events-c-view-selector__list
  li
  a
  span.tribe-events-c-view-selector__list-item-text {
  color: #b3b4b4;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
}

body
  .tribe-events-c-view-selector__list
  li.tribe-events-c-view-selector__list-item--active
  a {
  background: #c68a7f;
  padding: 0 32px !important;
  border-radius: 10px !important;
  color: #fff !important;
}

body
  .tribe-events-c-view-selector__list
  li.tribe-events-c-view-selector__list-item--active
  a
  span.tribe-events-c-view-selector__list-item-text {
  color: #fff !important;
}

body .tribe-events-c-view-selector__list li a:after {
  display: none !important;
}

body
  .tribe-common--breakpoint-medium.tribe-events
  .tribe-events-c-view-selector--tabs
  .tribe-events-c-view-selector__content {
  padding: 0 90px 0 30px;
}

body
  .tribe-common--breakpoint-medium.tribe-events
  .tribe-common-c-btn.tribe-events-c-search__button {
  padding: 0 !important;
  background: none !important;
  outline: none !important;
  border: none !important;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  color: #b3b4b4 !important;
}

body
  .tribe-common--breakpoint-medium.tribe-events
  .tribe-events-c-events-bar--border {
  border: 1px solid #c3c4c9 !important;
}

body
  .tribe-common--breakpoint-full.tribe-events
  .tribe-events-c-top-bar__datepicker-desktop {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  color: #b3b4b4 !important;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small,
.tribe-common--breakpoint-medium.tribe-common
  a.tribe-common-c-btn-border-small {
  background: #c68a7f;
  border-color: #c68a7f;
  padding: 15px 25px !important;
  border-radius: 10px !important;
  color: #fff !important;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
  transition: all 0.3s ease;
}

.tribe-common--breakpoint-medium.tribe-common
  .tribe-common-c-btn-border-small:hover,
.tribe-common--breakpoint-medium.tribe-common
  a.tribe-common-c-btn-border-small:hover {
  color: #c68a7f !important;
  border-color: #c68a7f;
  background-color: #fff !important;
}

/* event Bar */
body .tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  color: #000000 !important;
  text-transform: uppercase;
}

body
  .tribe-common--breakpoint-medium.tribe-common
  .tribe-common-h4--min-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: Black;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0;
}

body
  .tribe-events-calendar-list__event
  .tribe-events-calendar-list__event-datetime-wrapper
  * {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  color: #000000 !important;
  text-transform: uppercase;
}

body
  .tribe-common--breakpoint-medium.tribe-events
  .tribe-events-calendar-list__event-description {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000000;
}

body
  .tribe-common--breakpoint-medium.tribe-events
  .tribe-events-calendar-list__event {
  justify-content: space-between !important;
  align-items: center;
}

body
  .tribe-common--breakpoint-medium.tribe-events
  .tribe-events-calendar-list__event-featured-image-wrapper {
  width: 19%;
}

body
  .tribe-common--breakpoint-medium.tribe-events
  .tribe-events-calendar-list__event-details {
  width: 76%;
}

body .tribe-events-c-nav__list .tribe-events-c-nav__list-item span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
  color: #989898 !important;
}

body
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__button {
  background: #c68a7f;
  border: 1px solid #c68a7f;
  padding: 13px 26px !important;
  border-radius: 10px !important;
  color: #fff !important;
}

.event_types_section {
  padding: 0 0 120px;
  position: relative;
  display: block;
}

body .event_types_content_row {
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 1463px;
  margin: auto;
}

body .eventype_Box {
  background: #ffffff;
  padding: 60px 50px;
  box-shadow: 0 0px 15px 0px #000;
  display: flex;
  align-items: center;
  gap: 40px;
}

body .eventype_Box .ET_box_content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 744px;
}

body .eventype_Box > img {
  width: 200px;
  min-width: 200px;
  height: 135px;
  object-fit: cover;
}

body .eventype_Box .ET_box_content h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0;
  color: #000;
}

body .eventype_Box .ET_box_content p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000000;
}

body .eventype_Box > .subET_trigger {
  margin-left: auto;
  height: 54px;
  min-height: 54px;
  background: #c68a7f;
  border-radius: 10px;
  padding: 6px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Roboto;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  cursor: pointer;
  outline: none !important;
  border: none;
}

/* Artical Products List */
.woocommerce-shop article.status-publish.entry {
  position: relative;
  display: block;
  padding-bottom: 180px;
  max-width: 1630px;
  margin: auto;
}

.woocommerce-shop article.status-publish.entry:before {
  content: "";
  position: absolute;
  left: -40px;
  right: -40px;
  top: 0;
  bottom: 0;
  background-image: url(https://dev03.offcenterdesign.co/wp-content/uploads/2026/03/Vector.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
}

.woocommerce-shop article.status-publish.entry .entry-header .entry-title {
  padding-bottom: 20px;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 0;
}

.woocommerce-shop
  article.status-publish.entry
  .entry-header
  .entry-title::after {
  content: "";
  bottom: 0;
  height: 4px;
  width: 116px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #d94237;
}

.woocommerce-shop article .entry-content .has-text-align-center {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
}

.woocommerce-shop
  article
  .entry-content
  .woocommerce
  :is(
    .woocommerce-notices-wrapper,
    .woocommerce-result-count,
    .woocommerce-ordering
  ) {
  display: none;
}

.woocommerce-shop article .entry-content .woocommerce .products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 70px;
  position: relative;
  margin-top: 50px;
}

.woocommerce-shop article .entry-content .woocommerce .products::before,
.woocommerce-shop article .entry-content .woocommerce .products::after {
  display: none;
}

.woocommerce-shop article .entry-content .woocommerce .products li {
  width: 100% !important;
  max-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
}

body .product .woocommerce-loop-product__link img {
  width: 100%;
  height: 450px !important;
  min-height: 450px !important;
  object-fit: cover;
}

body .product .woocommerce-loop-product__link .woocommerce-loop-product__title {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 22px !important;
  line-height: 1;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
  text-align: center;
}

body .product .woocommerce-loop-product__link span.price {
  display: none !important;
}

body .woocommerce ul.products li.product .button {
  background: #d94237;
  height: 54px;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 55px;
  border-radius: 10px;
  margin-top: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  width: max-content;
  margin: 14px auto 0;
  text-transform: capitalize;
}

/* Artical Products List */
body.single-product article .entry-header {
  display: none;
}

.single_proDetails_SectionRow {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  padding: 120px 0;
  margin: auto;
  max-width: 1600px;
}

.single_proDetails_SectionRow .single_proGallery {
  position: relative;
  display: block;
}
.single_proDetails_SectionRow .single_proGallery ol.flex-control-nav {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  list-style: none !important;
  flex-wrap: wrap;

  li {
    cursor: pointer;
  }
}
.single_proDetails_SectionRow
  .single_proGallery
  .woocommerce-product-gallery__image
  :is(a, img) {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single_proDetails_SectionRow
  .single_proGallery
  .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d94237;
  border-radius: 6px;
}

.single_proDetails_SectionRow
  .single_proGallery
  .woocommerce-product-gallery__trigger
  img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.single_proDetails_SectionRow .single_proDetailsContent .price {
  margin-bottom: 30px;
}

.single_proDetails_SectionRow .single_proDetailsContent .price * {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0;
  color: #d94237;
}

.single_proDetails_SectionRow
  .single_proDetailsContent
  .woocommerce-product-details__short-description {
  display: block;
  position: relative;
}

.single_proDetails_SectionRow
  .single_proDetailsContent
  .woocommerce-product-details__short-description
  :is(li, p, a) {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000000;
}

.single_proDetails_SectionRow
  .single_proDetailsContent
  .woocommerce-product-details__short-description
  :is(ul, ol) {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.single_proDetails_SectionRow
  .single_proDetailsContent
  .woocommerce-product-details__short-description
  :is(ul, ol)
  li {
  list-style: inside disc !important;
}

.single_proDetails_SectionRow
  .single_proDetailsContent
  .woocommerce-product-details__short-description
  p:not(:last-child) {
  margin-bottom: 20px;
}

.single_proDetails_SectionRow .single_proDetailsContent form.cart {
  margin-top: 30px;
}

.single_proDetails_SectionRow
  .single_proDetailsContent
  .variations_form
  .variations
  tr {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: row-reverse;
  max-width: max-content;
}

.single_proDetails_SectionRow
  .single_proDetailsContent
  .variations_form
  .variations
  label {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
  color: #000000;
}

.single_proDetails_SectionRow
  .single_proDetailsContent
  .variations_form
  .variations
  .value {
  display: flex;
  flex-direction: column;
  gap: 3px;
  position: relative;
}

.single_proDetails_SectionRow
  .single_proDetailsContent
  .variations_form
  .variations
  .value
  select {
  border: 1px solid #c3c4c9;
  height: 56px;
  width: 75px;
  background: #fff;
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  color: #000000;
  opacity: 1;
  outline: none !important;
  text-align: center !important;
  cursor: pointer;
}

.single_proDetails_SectionRow .single_proDetailsContent .product_meta {
  margin-top: 15px;
}

.single_proDetails_SectionRow .single_proDetailsContent span.posted_in {
  display: none;
}

.reset_variations {
  position: absolute;
  bottom: -25px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  color: #d94237;
}

.reset_variations[style="visibility: hidden;"] {
  display: none;
}

.reset_variations[style="visibility: visible;"] {
  display: block;
}

.single_variation_wrap {
  position: relative;
  margin-top: 55px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

body .single_proDetailsContent .cart,
.single_variation_wrap .variations_button {
  display: flex;
  align-items: center;
  gap: 0 30px;
  flex-wrap: wrap;
}

body .single_proDetailsContent .quantity input {
  background: #ffffff;
  border: 1px solid #c3c4c9;
  height: 56px;
  min-height: 56px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
  color: #000000;
  outline: none;
  padding: 3px 20px;
  width: 120px !important;
  margin: 0;
}

body .single_proDetailsContent .single_add_to_cart_button {
  background: #d94237 !important;
  height: 56px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 24px !important;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  text-transform: capitalize;
  border-radius: 10px !important;
  padding: 10px 60px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
}

.relatedProducts_section {
  position: relative;
  display: block;
  margin: 0 0 120px;
}

.related.products h2 {
  display: none;
}

.related.products ul.products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  position: relative;
}

.related.products ul.products li {
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}

.related.products ul.products:before,
.related.products ul.products:after {
  display: none;
}

.single_proDetails_SectionRow {
  position: relative;
  z-index: 1;
}

.single_proDetails_SectionRow::after {
  content: "";
  position: absolute;
  bottom: 180px;
  right: -30px;
  width: 96%;
  height: 100%;
  border-left: 3px dashed #d94237;
  z-index: -1;
  border-bottom: 3px dashed #d94237;
  pointer-events: none;
}

.single_proDetails_SectionRow::before {
  content: "";
  width: 154px;
  height: 190px;
  z-index: 2;
  background-image: url(https://dev03.offcenterdesign.co/wp-content/themes/enterprise-pro/assets/img/skull-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 100px;
  right: -100px;
}

.relatedProduct_Row {
  max-width: 1600px;
  margin: auto;
}

.single_proGallery
  .woocommerce-product-gallery.woocommerce-product-gallery--with-images {
  height: 100%;
  width: 100%;
}

.single_proGallery .woocommerce-product-gallery__wrapper {
  height: 100%;
  width: 100%;
}

.single_proGallery .woocommerce-product-gallery__image {
  width: 100%;
  height: 100%;
}

.relatedProduct_Row {
  position: relative;
}

.relatedProduct_Row::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: -30px;
  width: 100%;
  height: calc(100% + 300px);
  border-right: 3px dashed #d94237;
  z-index: -1;
  pointer-events: none;
}

.event_head_top .pageHeaderTopRow {
  position: relative;
}

.post-type-archive-tribe_events .event_head_top .pageHeaderTopRow::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: -40px;
  width: 100%;
  height: calc(100% + 160px);
  border-left: 3px dashed #d94237;
  z-index: -1;
  pointer-events: none;
}

.post-type-archive-tribe_events .event_head_top .pageHeaderTopRow::before {
  content: "";
  width: 80px;
  height: 100px;
  z-index: 2;
  background-image: url(https://dev03.offcenterdesign.co/wp-content/themes/enterprise-pro/assets/img/skull-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -45px;
  left: -80px;
}

body .tribe-events-view {
  padding: 0 20px;
}

section.single_proDetails_Section {
  overflow: hidden;
}

#popmake-171 .pum-content.popmake-content {
  overflow: hidden scroll;
  max-height: 84vh;
  height: 100%;
}

.pum-close.popmake-close {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pum-theme-11 .pum-content h1,
.pum-theme-11 .pum-content p,
.pum-theme-lightbox .pum-content h1,
.pum-theme-lightbox .pum-content p {
  line-height: 3;
}

/* =========================================================
   WooCommerce Global Typography & Section Spacing
========================================================= */

.woocommerce-cart,
.woocommerce-checkout,
.woocommerce-account {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.2;
  color: #000000;
}

.woocommerce-cart h1,
.woocommerce-cart h2,
.woocommerce-checkout h1,
.woocommerce-checkout h2,
.woocommerce-account h1:not(h1.entry-title) {
  font-family: Roboto, sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 20px;
}

/* =========================================================
   Buttons
========================================================= */

.woocommerce-cart .button,
.woocommerce-checkout .button,
.woocommerce-account .button,
.woocommerce-cart button,
.woocommerce-checkout button,
.woocommerce-account button,
.woocommerce-cart input[type="submit"],
.woocommerce-checkout input[type="submit"],
.woocommerce-account input[type="submit"],
.wc-block-cart__submit-button,
.wc-block-components-button:not(.is-link) {
  background: #d94237;
  color: #ffffff;
  border: none;
  padding: 12px 22px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  min-height: fit-content !important;
  font-size: 18px;
  line-height: 1.2;
}

.woocommerce-cart .button:hover,
.woocommerce-checkout .button:hover,
.woocommerce-account .button:hover,
.woocommerce-cart button:hover,
.woocommerce-checkout button:hover,
.woocommerce-account button:hover,
.wc-block-cart__submit-button:hover {
  background: #799caf;
  color: #ffffff;
}

/* =========================================================
   Forms & Inputs
========================================================= */

.woocommerce-cart input[type="text"],
.woocommerce-cart input[type="email"],
.woocommerce-cart input[type="number"],
.woocommerce-cart input[type="password"],
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="number"],
.woocommerce-checkout input[type="password"],
.woocommerce-account input[type="text"],
.woocommerce-account input[type="email"],
.woocommerce-account input[type="password"],
.woocommerce-account input[type="number"],
.woocommerce-cart select,
.woocommerce-checkout select,
.woocommerce-account select,
.woocommerce-cart textarea,
.woocommerce-checkout textarea,
.woocommerce-account textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ddd;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  color: #000000;
  background: #ffffff00;
  box-sizing: border-box;
}

.woocommerce-cart input:focus,
.woocommerce-checkout input:focus,
.woocommerce-account input:focus,
.woocommerce-cart textarea:focus,
.woocommerce-checkout textarea:focus,
.woocommerce-account textarea:focus {
  outline: none;
  border-color: #d94237;
}

/* =========================================================
   WooCommerce Notices
========================================================= */

.woocommerce-cart .woocommerce-message,
.woocommerce-checkout .woocommerce-message,
.woocommerce-account .woocommerce-message {
  border-left: 4px solid #799caf;
  background: #f7f7f7;
  padding: 15px;
  margin-bottom: 20px;
}

.woocommerce-cart .woocommerce-error,
.woocommerce-checkout .woocommerce-error,
.woocommerce-account .woocommerce-error {
  border-left: 4px solid #d94237;
  background: #f7f7f7;
  padding: 15px;
}

.woocommerce-cart .woocommerce-info,
.woocommerce-checkout .woocommerce-info,
.woocommerce-account .woocommerce-info {
  border-left: 4px solid #799caf;
  background: #f7f7f7;
  padding: 15px;
}

/* =========================================================
   Cart Page
========================================================= */

.woocommerce-cart table.shop_table {
  width: 100%;
  border-collapse: collapse;
}

.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td {
  border-bottom: 1px solid #eee;
  padding: 15px;
  text-align: left;
}

.woocommerce-cart table.shop_table th {
  font-weight: 500;
}

.woocommerce-cart .product-quantity input.qty {
  width: 70px;
  text-align: center;
}

.woocommerce-cart .coupon {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.woocommerce-cart .coupon input {
  flex: 1;
}

.woocommerce-cart .cart_totals {
  margin-top: 40px;
}

.woocommerce-cart .cart_totals table {
  width: 100%;
}

.woocommerce-cart .cart_totals th,
.woocommerce-cart .cart_totals td {
  padding: 12px 0;
}

/* =========================================================
   Checkout Page
========================================================= */

.woocommerce-checkout form.checkout {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.woocommerce-checkout #customer_details {
  flex: 1 1 60%;
}

.woocommerce-checkout #order_review {
  flex: 1 1 35%;
}

.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields {
  margin-bottom: 30px;
}

.woocommerce-checkout .form-row {
  margin-bottom: 18px;
}

.woocommerce-checkout table.shop_table {
  width: 100%;
  border-collapse: collapse;
}

.woocommerce-checkout table.shop_table th,
.woocommerce-checkout table.shop_table td {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.woocommerce-checkout #place_order {
  width: 100%;
  margin-top: 20px;
}

header.woocommerce-Address-title.title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
}

:is(
  header.woocommerce-Address-title.title,
  .woocommerce-account .woocommerce
):before,
:is(
  header.woocommerce-Address-title.title,
  .woocommerce-account .woocommerce
):after {
  content: none !important;
}

/* =========================================================
   My Account Page
========================================================= */

.woocommerce-account .woocommerce {
  display: flex;
  gap: 40px;
  /* flex-wrap: wrap; */
  justify-content: flex-start;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  flex: 1 1 220px;
}

.woocommerce-account .woocommerce-MyAccount-content {
  flex: 1 1 70%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
  border-bottom: 1px solid #eee;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 12px 15px;
  text-decoration: none;
  color: #000000;
}

.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  background: #799caf;
  color: #ffffff;
}

header.woocommerce-Address-title.title h2 {
  font-size: 22px;
}

.woocommerce-account .woocommerce-form {
  max-width: 500px;
}

.woocommerce-account .woocommerce-form .form-row {
  margin-bottom: 18px;
}

.woocommerce-cart,
.woocommerce-cart .wc-block-cart .wc-block-cart__totals-title,
.woocommerce-cart .wc-block-cart .wp-block-woocommerce-cart-order-summary-block,
.woocommerce-cart .wc-block-cart-items__row .wc-block-components-product-name {
  font-size: 18px;
}

body.woocommerce-cart
  .wc-block-cart-items__row
  .wc-block-components-product-name {
  font-size: 18px !important;
  font-weight: 500;
}

.woocommerce-cart p,
.woocommerce-cart td,
.woocommerce-cart th,
.woocommerce-cart label,
.woocommerce-cart span,
.woocommerce-cart a {
  font-size: 18px;
  line-height: 1.4;
}

/* Smaller UI elements */
.woocommerce-cart .product-name,
.woocommerce-cart .product-price,
.woocommerce-cart .product-subtotal,
.woocommerce-cart .cart_totals th,
.woocommerce-cart .cart_totals td,
.woocommerce-cart .wc-block-components-product-metadata__description > p {
  font-size: 16px;
}

/* Quantity input */
.woocommerce-cart .qty {
  font-size: 16px;
}

/* Coupon input */
.woocommerce-cart .coupon input {
  font-size: 16px;
}

/* Buttons */
.woocommerce-cart button,
.woocommerce-cart input[type="submit"] {
  font-size: 16px;
}

/* Search and Error 404 Page */

/*  */

body.search main.content {
  display: flex;
  gap: 30px;
  padding: 100px 15px;
  flex-wrap: wrap;
  max-width: 1840px;
  margin: 0 auto;
}

body.search main.content .archive-description {
  flex: 1 0 100%;
  width: 100%;
}

body.search main.content .archive-description .archive-title {
  text-align: center;
  color: #000;
  margin-bottom: 30px;
  font-size: 40px;
}

body.search main.content article.status-publish {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  flex: 1 0 30%;
}

body.search main.content article.status-publish .entry-content * {
  width: 100%;
  height: auto;
}

body.search main.content .entry {
  width: 100%;
  text-align: center;
}

body.search main.content .entry p {
  font-weight: 300;
  font-size: 18;
  line-height: 28px;
  letter-spacing: 0;
  color: #000000;
}

body.search main.content header.entry-header {
  padding: 0;
}

body.search
  main.content
  article.status-publish
  .entry-header
  .entry-title
  .entry-title-link {
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0;
  color: #000000;
}

body.error404 article.entry {
  padding: 100px 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

body.error404 article.entry .entry-title {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 30px;
}

body.error404 article.entry .entry-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

body.error404 article.entry .entry-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #000000;
  max-width: 840px;
}

body.error404 article.entry .entry-content p a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 2px;
}

body.error404 article.entry .entry-content p * {
  display: inline-block;
}

body.error404 article.entry .search-form .search-form-input {
  height: 50px;
  width: 100%;
  max-width: 400px;
  background: #fff;
  border: 1px solid #000000;
  padding: 10px;
  border-radius: 6px;
}

body.error404 article.entry .search-form .search-form-input::placeholder,
body.error404 article.entry .search-form .search-form-input {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
}

body.error404 article.entry .search-form {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

body.error404 article.entry .search-form .search-form-submit {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0;
  height: 50px;
  border-radius: 6px;
  background: #d94237;
  display: flex;
  align-items: center;
  padding: 10px 30px;
  color: #fff;
  cursor: pointer;
  border: none;
}

body.error404 article.entry .search-form .search-form-submit:hover {
  opacity: 0.5;
}

/*  */
.pagination {
  min-width: 100%;
  justify-content: space-around;
  align-items: center;
  display: flex;
  padding-top: 20px;

  ul {
    display: flex;
    gap: 8px;
    align-items: center;
    list-style: none;
    padding-left: 0;
  }
}
