* {
  font-style: normal !important;
}

:root {
  --museoNorm: "museo_sans300";
  --museoBold: "museo_sans500";
  --museoEbold: "museo_sans700";
  --museoLight: "museo_sans100";
  --museo300: "museo300";
  --museo500: "museo500";
  --museo700: "museo700";
}

html {

  scroll-behavior: smooth;
}


.page-wrapper {
  background: #fcfcfc;
}

main#maincontent {
  margin-top: 170px;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
}

.header.content.header-row {
  box-shadow: 0px 0px 8px #00000029;
  border: 1px solid #00000000;
  border-radius: 31px;
  width: 90%;
  height: auto;
  margin: auto;
  background: #ffffffeb;
  margin-bottom: 50px !important;
  /* z-index: 1; */
}

.page-header.type20 .header.panel>.header.links>li {
  color: #222;
  font-family: var(--museoBold);
  font-weight: bold !important;
}

a.action.remind {
  font-family: var(--museoBold);
  font-size: 20px;
  margin-bottom: 10px;
  cursor: pointer;
  color: #222222;
}

.field.note,
.createAccountTitle p {
  font-weight: normal !important;
  font-size: 20px;
  color: #3F3F3F;
  line-height: 1.5;
  font-family: var(--museoNorm);
  font-weight: bold !important;
}

.page-header.type20 .header-main .header-left,
.page-header.type20 .header-main .header-right {
  padding: 18px 12px !important;
}

.header-row .header-right {
  padding: 26px;
}

header.page-header.sticky-header .nav-sections {
  background: none !important;
}

.banner-image img {
  min-height: 270px;
  border-radius: 30px;
  object-fit: cover;
}

/* purchase Menu  */
.purchaseContainer {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  max-width: 80%;
  width: 100%;
  margin: auto;
}

.purchaseContainer .purchaseMenu {
  display: flex;
  justify-content: space-between;
  /* border: 2px solid #e8e8e8; */
  border-radius: 31px;
  width: 100%;
  padding: 20px 60px;
  max-width: 1170px;
  /* background: #fff; */
}

@media (max-width: 1200px) {
  .purchaseContainer .purchaseMenu {
    flex-wrap: wrap;
    gap: 19px;
  }
}

.purchaseContainer .purchaseMenu .purchaseList {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.purchaseContainer .purchaseMenu .purchaseList img {
  cursor: pointer;
}

.purchaseContainer .purchaseMenu .purchaseList h2 {
  color: #009fac;
  font-size: 24px;
  font-family: var(--museoEbold);
  line-height: 38px;
  cursor: pointer;
  margin: 0px;
}

.viewPromotionBtn button {
  /* background-color: #e00a81; */
  cursor: pointer;
  font-size: 22px !important;
  /* line-height: 40px !important; */
  border: none;
  outline: none;
  color: #fff;
  font-weight: 500;
  /* padding: 17px 64px; */
  border-radius: 50px !important;
  border: none !important;
  background: none;
}

.viewPromotionBtn button:hover {
  /* color: #fff !important;
background-color: #e00a81 !important;
transform: scale(1.1); */
  color: #e00a81 !important;
  background-color: transparent !important;
}

.loginHeading h1 {
  font-size: 56px;
  line-height: 60px;
  letter-spacing: 0px;
  font-style: normal;
  color: #222222;
  font-family: var(--museoBold);
  font-weight: 500;
  margin-bottom: 20px;
}

.login-container {
  padding-top: 0;
}

.l-next {
  display: flex;
  gap: 12px;
  align-items: center;
}

.l-next h2 {
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #222222;
  font-style: normal;
  font-family: var(--museoNorm);
  font-weight: bold;
  margin-bottom: 20px;
}

.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.customer-login-content {
  border: 2px solid #e8e8e8;
  border-radius: 32px;
  padding: 92px 0px;
  display: flex;
  background: rgba(255, 255, 255, 0.8);
}

@media (max-width: 992px) {
  .customer-login-content {
    flex-wrap: wrap;
    padding: 40px 0px;
  }
}

.registered-customer {
  padding: 0 92px !important;
}

@media (max-width: 767px) {
  .registered-customer {
    padding: 0 25px !important;
  }
}


@media (max-width: 767px) {
  .create-customer {
    padding: 0 25px !important;
  }
}

.createAccountTitle h2 {
  font-size: 33px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #222222;
  font-family: var(--museoNorm);
  font-weight: bold;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .createAccountTitle h2 {
    font-size: 28px;
    line-height: 27px;
  }
}

.createAccBtn button,
.primary .action.primary,
.btn.btn-primary,
button.action-primary.action-accept,
.checkout-index-index .modal-popup .modal-footer .action-save-address {
  border-radius: 14px !important;
  background: #e00a81;
  font-size: 24px !important;
  line-height: 35px !important;
  letter-spacing: 0px;
  color: #ffffff;
  cursor: pointer;
  font-family: var(--museoBold);
  font-weight: 500;
  padding: 8px 30px;
  outline: none;
  border: none;
  height: 100% !important;
  display: flex;
  justify-content: center;
  text-transform: none;
}


.createAccBtn button,
.createAccBtn button:hover {
  background: #e00a81;
  min-width: 200px;
}

@media (max-width: 797px) {
  .createAccBtn button {
    font-size: 22px !important;
  }
}

.fieldset>.field input.input-text,
.control select {
  line-height: 32px;
  border: 1px solid #e1e1e1;
  border-radius: 14px;
  font-size: 18px;
  padding: 16px 20px;
}

.field .control {
  position: relative;
}

.fieldset>.field,
.fieldset>.fields>.field {
  margin-bottom: 30px;
}

.fieldset>.field p,
.create.info p {
  font-size: 20px;
  font-weight: bold;
  font-family: var(--museoNorm);
  color: #3F3F3F;
  margin-bottom: 30px;
}

.form-address-edit .fieldset {
  width: 100% !important;
}

.forgot-password-container,
#social-login-popup .forgot {
  border: 2px solid #e8e8e8;
  border-radius: 32px;
  padding: 55px 63px;
  padding: 35px 40px;
  max-width: 540px;
  width: 100%;
}

.control.captcha-image .captcha-img {
  max-width: 200px;
  height: auto !important;
  margin-bottom: 0 !important;
}

.social-login-ajax-loading {
  background: none !important;
}

@media (max-width: 797px) {
  .forgot-password-container {
    padding: 55px 25px;
  }
}

.control.captcha-image.captch-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  justify-content: flex-end;
  margin-top: 0;
}

@media (max-width: 797px) {
  .control.captcha-image.captch-block {
    flex-wrap: wrap;
  }
}

.control.captcha-image.captch-block button,
.captcha-reload:hover {
  /* border: 1px solid #e00a81; */
  border-radius: 0;
  /* letter-spacing: 0px;
color: #222222;
background: #fff */

  background: url(../../../../../../../../media/wysiwyg/reload_icon.svg) no-repeat center center / contain;
  width: 50px;
  height: 50px;
  border: 0;
}

.mfp-move-from-top .mfp-content {
  margin-top: 120px !important;
}

.form.create.account.form-create-account.register-container {
  margin: 0px;
  max-width: 100%;
  border: 2px solid #e8e8e8;
  border-radius: 32px;
  padding: 92px 80px;
  background: #fff;
}

fieldset.fieldset.create.account {
  padding-right: 90px !important;
}

fieldset.fieldset.create.info {
  padding-left: 90px !important;
}

.control.otp-btn {
  display: flex;
  gap: 40px;
  justify-content: end;
}

.control.otp-btn button {
  background: #009fac;
  border-radius: 14px;
  letter-spacing: 0.39px;
  font-size: 22px;
  border: none;
  font-family: var(--museoBold);
  font-weight: 500;
  padding: 16px 17px;
  box-sizing: border-box;
  line-height: normal;
}

.control.otp-btn button span {
  color: #ffffff;
}

.alreadyAcc p {
  margin: 0;
  letter-spacing: 0.36px;
  color: #222222;
  font-size: 16px;
  font-family: var(--museoBold);
  font-weight: 500;
}

.alreadyAcc {
  margin-top: 20px;
}

.alreadyAcc p a {
  color: #e00a81;
  text-decoration: underline;
}

.field.choice.newsletter.newletter-checkbox label p a {
  color: #e00a81;
}

.fieldset>.field .label {
  letter-spacing: 0.43px;
  color: #3f3f3f;
  font-size: 19px;
  font-weight: 500;

  font-family: var(--museoBold);
}

.header.content.header-row {
  box-shadow: 0px 0px 8px #00000029;
  border: 1px solid #00000000;
  border-radius: 31px;
  width: 90%;
  height: auto;
  margin: auto;
  background: #ffffff;
  margin-bottom: 50px !important;
  /* z-index: 1; */
}

.page-header.type20 .header-main .header-left,
.page-header.type20 .header-main .header-right {
  padding: 10px 12px !important;
}

.header-row .header-right {
  padding: 26px;
}

header.page-header.sticky-header .nav-sections {
  background: none !important;
}

.banner-image img {
  min-height: 270px;
  border-radius: 30px;
  object-fit: cover;
}

/* purchase Menu  */
.purchaseContainer {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-bottom: 50px;
}

@media (max-width: 1200px) {
  .purchaseContainer .purchaseMenu {
    flex-wrap: wrap;
    gap: 19px;
  }
}

.purchaseContainer .purchaseMenu .purchaseList {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex: 1;
  border-right: 1px solid #e8e8e8;
}

.purchaseContainer .purchaseMenu .purchaseList:last-child {
  border-right: 0;
}

.purchaseContainer .purchaseMenu .purchaseList img {
  cursor: pointer;
}

@media (max-width: 1200px) {
  .purchaseContainer .purchaseMenu .purchaseList h2 {
    font-size: 16px;
  }
}


.arrow {
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.customer-login-content {
  border: 2px solid #e8e8e8;
  border-radius: 32px;
  padding: 92px 0px;
  display: flex;
}

@media (max-width: 767px) {
  .customer-login-content {
    flex-wrap: wrap;
    padding: 40px 0px;
  }
}

@media (max-width: 767px) {
  .registered-customer {
    padding: 0 25px !important;
  }
}

.create-customer {
  padding: 0px 92px !important;
}

@media (max-width: 767px) {
  .create-customer {
    padding: 0 25px !important;
  }
}

.createAccountTitle h2,
.fieldset.create>.legend,
.fieldset.fieldset.create.info .legend {
  font-size: 33px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #222222;
  font-style: normal;
  font-family: var(--museoNorm);
  font-weight: bold;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .createAccountTitle h2 {
    font-size: 28px;
    line-height: 27px;
  }
}

.createAccBtn button {
  border-radius: 14px !important;
  background: #e00a81;
  font-size: 24px !important;
  line-height: 42px !important;
  letter-spacing: 0px;
  color: #ffffff;
  cursor: pointer;

  font-family: var(--museoBold);
  font-weight: 500;
  padding: 8px 30px;
  outline: none;
  border: none;
  height: 100% !important;
  display: flex;
  justify-content: center;
}

@media (max-width: 797px) {
  .createAccBtn button {
    font-size: 22px !important;
  }
}

.fieldset>.field input.input-text,
.control select {
  line-height: 32px;
  border: 1px solid #e1e1e1;
  border-radius: 14px;
}

.forgot-password-container {
  border: 2px solid #e8e8e8;
  border-radius: 32px;
  padding: 55px 63px;
  max-width: 540px;
  width: 100%;
  background: #fff;
}

@media (max-width: 797px) {
  .forgot-password-container {
    padding: 55px 25px;
  }
}

.control.captcha-image.captch-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  justify-content: flex-end;
  /* margin-top: 45px; */
  margin-left: 30px;
}

.white-popup {

  max-width: 750px !important;
}

/* .control.captcha-image.captch-block {
margin-top: 55px;
} */
.login-container .control.captcha-image.captch-block {

  margin-top: 0;
  margin-left: 20px;
}

.captcha-reload {}

#social-login-popup .block-container .block {
  padding: 40px !important;
}

#social-login-popup .block-container {
  max-width: 100%;
}

#social-login-popup {
  border-radius: 30px;
}

.heading-title {
  font-size: 33px;
  font-family: var(--museoNorm);
  font-weight: bold;
}

.captcha-container {
  flex: 0 0 50%;
}

#social-login-popup .block-container .block.p-0 {
  padding: 0 !important;
}

@media (max-width: 797px) {
  .control.captcha-image.captch-block {
    flex-wrap: wrap;
  }
}

/* .control.captcha-image.captch-block button {
border: 1px solid #e00a81;
border-radius: 14px;
letter-spacing: 0px;
color: #222222;
} */

.control.otp-btn {
  display: flex;
  gap: 40px;
}
}

.field.choice.newsletter.newletter-checkbox {
  display: flex;
  align-items: center;
}

.field.choice.newsletter.newletter-checkbox p {
  margin: 0;
  letter-spacing: 0.32px;
  color: #3f3f3f;
  font-size: 18px;
  line-height: 23px;

  font-family: var(--museoNorm);
  font-weight: bold;
  margin: 0 0 0 10px;
}

.field.choice.newsletter.newletter-checkbox input {
  height: 17px;
  width: 17px;
  margin: 0;
}

.field.choice.newsletter.newletter-checkbox input {
  position: absolute;
}

.field.choice.newsletter.newletter-checkbox label {
  margin-left: 0;
}

.alreadyAcc p {
  margin: 0;
  letter-spacing: 0.36px;
  color: #222222;
  font-size: 20px;
  font-family: var(--museoNorm);
  font-weight: bold;
}

.alreadyAcc {
  margin-top: 20px;
}

.alreadyAcc p a {
  color: #e00a81;
  text-decoration: underline;
}

.field.choice.newsletter.newletter-checkbox label p a {
  color: #e00a81;
}

.trendingPlanContainer {
  margin-top: 56px;
}



.trendingPlanContainer .trendingPlanHeading h2,
.planContracts h2 {
  font-size: 48px;
  line-height: 50px;
  color: #222222;
  font-family: var(--museoEbold);
  font-size: 3em;
}

.planContracts h2,
.trendingPlanContainer.choosePlan .trendingPlanHeading h2 {
  color: #e00a81;
}

.trendingPlanContainer .trendingPlanContent {
  display: flex;
  gap: 42px;
  justify-content: space-between;
}

.trendingPlanContainer.newOffers .trendingPlanContent.owl-carousel .owl-stage-outer {
  /* padding: 40px 20px; */
}

.newOffers .inner-promtion-block {
  /* max-width: 450px; */
  transform: scale(0.95);
  margin: 0 auto;
}

.promotion-page .inner-promtion-block {
  flex: 0 0 33%;
}

.promotion-page.trendingPlanContainer .trendingPlanContent {
  justify-content: start;
}



#popup-modal .plansProducts .owl-carousel .owl-nav .owl-prev {
  left: -30px;
}

#popup-modal .plansProducts .owl-carousel .owl-nav .owl-next {
  right: -30px;
}

@media (max-width: 1200px) {
  .trendingPlanContainer .trendingPlanContent {
    flex-wrap: wrap;
  }
}

.trendingPlanContainer .trendingPlanContent .trendingPlanBlock {
  /* border: 2px solid #e8e8e8; */
  border-radius: 32px;
  max-width: 463px;
  width: 100%;
  background: #fff;
}

.trendingPlanContainer .trendingPlanContent .trendingPlanBlock .trendingBlock-1 {
  padding: 24px 20px 10px;
  height: 180px;
}
.secondChoice-container .porto-products .owl-carousel .owl-stage-outer {
  padding: 20px 12px;
}

.trendingPlanContainer .trendingPlanContent .trendingPlanBlock .trendingBlock-1 .t-head h2,
.plan-details .productDetail .pro-heading h2 {
  letter-spacing: 0.58px;
  color: #db0d80;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}

.plan-details .productDetail .pro-heading h2 {
  font-size: 19px;
  height: auto;
  font-family: var(--museoBold);
}

.plan-details .productDetail {
  padding: 20px 40px;
}

.plan-details .product.details.product-item-details {
  padding: 40px 40px !important;
}

.plan-details .product-item-info .product-item-details .price-box {
  font-size: 34px;
  line-height: 30px;
  font-family: var(--museoEbold);
  letter-spacing: 0.12px;
  color: #222222;
}

.trendingPlanContainer .trendingPlanContent .trendingPlanBlock .trendingBlock-1 .t-head p,
.plan-details .productDetail .pro-heading .t-head p {
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.43px;
  /* color: #009fac; */
  color: #707070;
  font-weight: 700;
}

.trendingPlanContainer .trendingPlanContent .trendingPlanBlock .trendingBlock-1 .t-data {
  display: flex;
  gap: 20px;
  align-items: center;
}

.trendingPlanContainer .trendingPlanContent .trendingPlanBlock .trendingBlock-1 .t-data h3 {
  font-size: 39px;
  line-height: 53px;
  font-weight: 700;
  letter-spacing: 0.12px;
  color: #222222;
}

.trendingPlanContainer .trendingPlanContent .trendingPlanBlock .trendingBlock-1 .t-data p {
  font-size: 14px;
  line-height: 17px;
  color: #222222;
  font-weight: 500;
}

.trendingPlanContainer .trendingPlanContent .trendingPlanBlock .trendingBlock-1 .t-data .blueBtn,
.plan-details .t-data .blueBtn {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  background: #daf6f8;
  padding: 5px 10px;
  width: auto;
  margin-bottom: 0;
}

.trendingPlanContainer .trendingPlanContent .trendingPlanBlock .trendingBlock-1 .t-data .pinkBtn,
.plan-details .t-data .pinkBtn {
  background: #fad6ea;
  padding: 6px 10px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  /* width: 127px; */
  width: auto;
  margin-bottom: 0;
}

.trendingPlanContainer .trendingPlanContent .trendingPlanBlock .trendingBlock-1 .t-details h2 {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.36px;
  color: #3f3f3f;
  font-weight: 500;
  margin-top: 12px;
}

.trendingPlanContainer .trendingPlanContent .trendingPlanBlock .trendingBlock-1 .t-details p {
  margin-top: 12px;
  font-size: 20px;
  line-height: 17px;
  letter-spacing: 0.36px;
  color: #e00a81;
}

.trendingPlanContainer .trendingPlanContent .trendingPlanBlock .trendingBlock-2 {
  border-top: 2px solid #e8e8e8;
  padding: 21px;
}

.trendingPlanContainer .trendingPlanContent .trendingPlanBlock .trendingBlock-2 .trendingPrice {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.trendingPlanContainer .trendingPlanContent .trendingPlanBlock .trendingBlock-2 .trendingPrice .t-btn button,
a.action.change-password {
  background: #e00a81;
  /* padding: 14px 20px; */
  padding: 0;
  border: none;
  outline: none;
  border-radius: 14px;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  width: 150px;
  max-width: 100%;
  font-family: var(--museoBold);
  font-size: 1.4em;
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  font-weight: normal;
}

.box-actions a.action.change-password {
  padding: 14px 20px;
}

.product-item .tocart:before {
  display: none;
}

.pro-Image {
  text-align: center;
}

.trendingPlanContainer .trendingPlanContent .trendingPlanBlock .trendingBlock-2 .trendingPrice .t-price h2 {
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 0.11px;
  color: #222222;
  font-family: var(--museoBold);
  font-weight: bold;
  margin: 0;
}

.eyeImage {
  position: absolute;
  top: 63px;
  left: auto;
  right: 20px;
}

.eyeImage img {
  height: 25px;
  width: 25px;
  cursor: pointer;
  margin: 0 !important;
}

/* latest device */
.latestDeviceContainer {
  margin-top: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.latestDeviceContainer .latestDeviceContent h2 {
  font-size: 48px;
  line-height: 50px;
  color: #222222;

  font-family: var(--museoEbold);
  font-weight: 700;
  margin-bottom: 14px;
}

.pinkBg .latestDeviceContainer .latestDeviceContent h2 {
  color: #E00A81;
}

.latestDeviceContainer .latestDeviceContent p,
.trendingPlanContainer .trendingPlanHeading p {
  color: #222222;
  font-size: 22px;
  line-height: 28px;
  font-family: var(--museoNorm);
  font-weight: 300;
  margin-bottom: 20px;
}

.latestDeviceContainer .latestDeviceContent button,
.latestDeviceContainer .latestDeviceContent .view-all {
  /* background: #e00a81; */
  padding: 13px 40px 13px 0px;
  border: none;
  outline: none;
  border-radius: 14px;
  font-size: 22px;
  color: #222222;
  display: inline-block;
  font-family: var(--museoEbold);
  background: url(../../../../../../../../media/wysiwyg/arrow-black.svg) no-repeat center right;
  cursor: pointer;
}

.latestDeviceContainer .latestProductSlider {
  display: flex;
  gap: 30px;
  overflow: auto;
}

.latestDeviceContainer .latestProductSlider .sliderBlock,
.products-grid .product-item .product-item-info {
  background: rgba(255, 255, 255, 0.8509803922);
  /* border: 2px solid #e8e8e8; */
  border-radius: 32px;
  width: 100%;
  /* max-width: 239px; */
  height: 100%;
  box-shadow: 0px 0px 9px #00000029;
  margin: 10px 0;
}

.latestDeviceContainer .latestProductSlider .sliderBlock .productDetail,
.product-item-photo,
.productDetail {
  display: flex;
  padding: 10px 15px;
  border-bottom: 2px solid #e8e8e8;
  justify-content: space-between;
  height: 75%;
  align-items: center;
}

.product-item-photo a {
  width: 100%;
}

.latestDeviceContainer .latestProductSlider .sliderBlock .productDetail .pro-heading h2,
.productDetail .pro-heading h2 {
  color: #000000;
  font-family: var(--museoEbold);
  font-size: 22px;
  line-height: normal;
  margin: 0 auto 5px;
}

.price-box .price {
  font-family: var(--museoBold);
  font-size: 1.1em !important;
  color: #3f3f3f;
}

.latestDeviceContainer .latestProductSlider .sliderBlock .productDetail .pro-heading p,
.productDetail .pro-heading p {
  font-size: 18px;
  line-height: 30px;
  color: #222222;
  font-family: var(--museoBold);
  margin: 0;
}

.latestDeviceContainer .latestProductSlider .sliderBlock .productDetail .pro-heading h3,
.productDetail .pro-heading h3 {
  background: #ecf6f8;
  padding: 7px 12px;
  border: 1px solid #ecf6f8;
  border-radius: 6px;
  margin-top: 8px;
  font-size: 14px;
  color: #009fac;
  line-height: 22px;
  cursor: pointer;
  display: inline-block;
  font-family: var(--museoBold);
}

.pro-Image {
  max-height: 210px;
  display: flex;
  justify-content: center;
}

.latestDeviceContainer .latestProductSlider .sliderBlock .productDetail .pro-Image img,
.productDetail .pro-Image img {
  width: 100%;
  /* max-width: 100px; */
  /* height: 100% !important; */
  max-height: none;
  margin: 0 auto !important;
  object-fit: contain;
}

.latestDeviceContainer .latestProductSlider .sliderBlock .productPrice,
.productPrice {
  padding: 10px 20px 15px;
  display: flex;
  justify-content: space-between;
  gap: 13px;
  height: 25%;
  align-items: center;
}

.pro-btn {
  flex: 1;
  display: inline-flex;
  justify-content: end;
  width: auto;
  margin-top: 0px;
  max-width: 100%;
}

.products-list .pro-btn {
  margin-top: 10px;
  width: 100%;
}

.products-list .productPrice form {
  max-width: 100%;
}

.latestDeviceContainer .latestProductSlider .sliderBlock .productPrice .pro-price h2,
.productPrice .pro-price h2 {
  /* font-size: 1.4em; */
  font-size: 1.1em;
  line-height: 28px;
  color: #3f3f3f;
  /* font-family: var(--museoBold); */
  font-family: var(--museoNorm);
  margin: 0;
}

.product-item-photo:hover,
.product-item-info:hover .product-item-photo {
  box-shadow: none !important;
}

.latestDeviceContainer .latestProductSlider .sliderBlock .productPrice .pro-price p,
.productPrice .pro-price p {
  font-size: 16px;
  line-height: 28px;
  color: #3f3f3f;
  font-family: var(--museoEbold);
}

.latestDeviceContainer .latestProductSlider .sliderBlock .productPrice .pro-btn button,
.productPrice .pro-btn button {
  background: #e00a81;
  /* padding: 14px 0px; */
  padding: 0;
  border: none;
  outline: none;
  border-radius: 14px;
  /* font-size: 1.4em; */
  color: #ffffff;
  font-family: var(--museoBold);
  font-weight: normal;
  cursor: pointer;
  width: 100%;
  max-width: 150px;
}

.productPrice .pro-btn button span {
  padding: 14px 0px;
}

.productPrice form .pro-btn button {
  width: 150px;
  max-width: 100%;
  padding: 0;
}

.productPrice form {
  max-width: 50%;
}

.pro-btn button a {
  color: #fff;
  text-decoration: none;
  padding: 14px 0;
  display: inline-flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.block-minicart .block-content>.actions>.primary .action.primary {
  background: #009FAC !important;
  padding: 10px 25px !important;
  border: none !important;
  outline: none !important;
  border-radius: 14px !important;
  font-size: 1.6em !important;
  color: #ffffff;
  font-family: var(--museoBold) !important;
  cursor: pointer;
  width: auto !important;
  text-transform: none !important;
  margin: 0 0 !important;
}

.block-minicart .block-content>.actions>.primary {
  text-align: right;
  justify-content: end;
  display: flex;
}

}

.action-primary {
  background: #e00a81 !important;
  padding: 14px 10px !important;
  width: 150px;
  border: none !important;
  outline: none !important;
  border-radius: 14px !important;
  border: 1px solid #e00a81 !important;
  font-size: 1.4em !important;
  color: #ffffff !important;
  cursor: pointer;
  text-transform: none !important;
}

.action-secondary,
.action-secondary:hover {
  background: none !important;
  padding: 14px 10px !important;
  width: 150px;
  border: none !important;
  outline: none !important;
  border-radius: 14px !important;
  font-size: 1.4em !important;
  border: 1px solid #e00a81 !important;
  color: #e00a81 !important;
  cursor: pointer;
  text-transform: none !important;
  box-sizing: border-box;
}

.productPrice .pro-btn button.tocart {
  padding: 8px 10px !important;
}

.price-box.price-configured_price {
  padding: 15px 10px !important;
}

.price-box.price-configured_price p.price-as-configured,
.price-box.price-final_price p.price-as-configured {
  padding: 0;
}

.product-item-info .product-item-details .price-box {
  margin: 0;
}

.latestDeviceContainer .latestProductSlider .slideArrow {
  display: flex;
  align-items: center;
}

.latestDeviceContainer .latestProductSlider .slideArrow img {
  width: 60px;
  height: 30px;
}

.product-item-actions .action.towishlist {
  /* display: none; */
}

.product-item-info.type3 .product-item-actions .towishlist,
.product-item-info.type5 .product-item-actions .towishlist,
.product-item-info.type6 .product-item-actions .towishlist {
  position: absolute;
  right: 16px;
  top: 15px;
  visibility: hidden;
  opacity: 1;
  color: #333;
  border: 0px solid #ddd;
  border-radius: 30px;
  background-color: #fff;
  width: 36px;
  height: 36px;
  line-height: 34px;
  z-index: 9999;
  transition: .25s;
}

.product-item-info.type3:hover .product-item-actions .towishlist {
  visibility: visible !important;
  opacity: 1;

}

/* //latest device */

/* menu */
.page-header.type1 .nav-sections,
.page-header.type2 .nav-sections,
.page-header .navigation>ul,
.page-header.type16.sticky-header .navigation:not(.side-megamenu)>ul,
.page-header.type18 .main-menu-wrap {
  background: none !important;
}

.page-header .panel.wrapper,
.main-panel-top {
  background-color: #f1f1f1 !important;
  color: #222;
}

.header-left h2,
.page-header.type20 .header.panel>.header.links>li>a {
  font-family: var(--museoBold) !important;
  color: #222 !important;
  font-weight: bold;
}

.minicart-wrapper .action.showcart .counter.qty {
  background: #00a5b5 !important;
  top: 15px;
}

.minicart-wrapper .block-minicart {
  width: 500px;
  border-radius: 32px;
}

.minicart-wrapper .block-minicart .block-content>.actions {
  padding: 10px 10px 30px !important;
}

.minicart-wrapper .block-minicart li>.product {
  flex-direction: row-reverse;
}

.sw-megamenu.navigation li>a>span {
  font-family: var(--museoEbold);
  /* font-size: 1.1em; */
}

/* Slider banner */

/* promo banner */
.home-banner-slider {
  max-width: 100%;
}

.owl-carousel .owl-nav.disabled+.owl-dots {
  left: 0;
  right: 0;
  margin: 10px auto;
  max-width: 200px;
}

#banner-slider-demo-2.owl-carousel.dots-style-1 .owl-dot.active span,
#banner-slider-demo-2.owl-carousel.dots-style-1 .owl-dot:hover span {
  background-color: #fff !important;
  border: 0 !important;
}

.owl-carousel.dots-style-1 .owl-dot.active span:after,
.owl-carousel.dots-style-1 .owl-dot:hover span:after {
  content: none !important;
}

#banner-slider-demo-2.owl-carousel.dots-style-1 .owl-dots span {
  border: 0;
  width: 16px;
  height: 16px;
  margin: 5px 3px;
  background: rgb(255 255 255 / 70%) !important;
}

/* .promoBannerContainer {
margin-top: 130px;
} */
.owl-carousel,
.products .product-item {
  margin: 0;
}

.trendingPlans .trendingPlanContainer,
.latestDeviceContainer {
  /* margin: 65px auto; */
  margin: 0 auto;
}

.carePlus .latestDeviceContainer {
  margin: 0;
}

.page-header.type20.sticky-header .header-main {
  box-shadow: none !important;
}

.layout-1220 .page-header.sticky-header .header.content {
  margin: 48px auto 0 !important;
}

.page-header .header-main {
  position: fixed;
  width: 100%;
  top: 48px;
  left: 0;
}

.main-panel-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}

.promoBannerContainer .promoBanners {
  display: flex;
  justify-content: center;
  gap: 0;
}

@media (max-width: 1200px) {
  .promoBannerContainer .promoBanners {
    flex-wrap: wrap;
  }
}

.promoBannerContainer .promoBanners .banner-1 {
  position: relative;
  overflow: hidden;
  padding-right: 30px;
}

.banner-image {
  height: 225px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  position: relative;
  min-height: 100%;
}

.b-21,
.b-22 {
  min-height: calc(50% - 10px);
}

.banner-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.promoBannerContainer .promoBanners .banner-1 .row {
  margin: 0;
}

.promoBannerContainer .promoBanners .banner-1 img {
  height: 100%;
  max-width: 833px;
  max-width: none;
  width: 100%;
}

.promoBannerContainer .promoBanners .banner-1 .banner1InnerContent {
  position: absolute;
  /* top: 33%; */
  top: auto;
  bottom: 60px;
  left: 5%;
  max-width: 416px;
  width: 50%;
}

.promoBannerContainer .promoBanners .banner-1 .banner1InnerContent h2 {
  font-size: 48px;
  line-height: 60px;
  color: #ffffff;
  font-family: var(--museoBold);
  font-weight: bold;
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .promoBannerContainer .promoBanners .banner-1 .banner1InnerContent h2 {
    font-size: 24px;
    line-height: 27px;
  }
}

.promoBannerContainer .promoBanners .banner-1 .banner1InnerContent p {
  font-size: 21px;
  line-height: 28px;
  color: #fff;
  font-family: var(--museoNorm);
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 20px;
}

.promoBannerContainer .promoBanners .banner-1 .banner1InnerContent button,
.promoBannerContainer .promoBanners .banner-1 .banner1InnerContent a.link_btn {
  background: #ffffff;
  border-radius: 14px;
  border: none;
  padding: 13px 20px;
  font-size: 20px;
  color: #e00a81;
  font-family: var(--museoBold);
  font-weight: 500;
  cursor: pointer;
}

.promoBannerContainer .promoBanners .banner-1 .banner1InnerContent a.link_btn {
  display: inline-block;
}

.promoBannerContainer .promoBanners .banner-2 {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 20px;
}

.promoBannerContainer .promoBanners .banner-2 .banner21InnerContent {
  position: absolute;
  left: 7%;
  top: 50%;
  transform: translate(0%, -50%);
}

.promoBannerContainer .promoBanners .banner-2 .banner22InnerContent {
  position: absolute;
  top: 66%;
  left: 6%;
}

.promoBannerContainer .promoBanners .banner-2 .banner2Content h2 {
  font-size: 1.57em;
  color: #ffffff;
  font-family: var(--museoEbold);
  margin: 0;
}

.promoBannerContainer .promoBanners .banner-2 .banner2Content p {
  font-size: 14px;
  color: #ffffff;
  line-height: 32px;
  font-family: var(--museoNorm);
  font-size: 1.3em;
}

.promoBannerContainer .promoBanners .banner-2 .banner2Content button {
  background: #ffffff;
  border-radius: 14px;
  border: none;
  padding: 15px 22px;
  color: #018194;
  font-size: 1.4em;
  font-family: var(--museoNorm);
  cursor: pointer;
}

.banner-image:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: -moz-linear-gradient(left,
      rgba(0, 0, 0, 0.65) 0%,
      rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left,
      rgba(0, 0, 0, 0.65) 0%,
      rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right,
      rgba(0, 0, 0, 0.65) 0%,
      rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1); */
}

.viewPromotionBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 25px 15px;
  align-items: end;
  margin: 0 30px 0 0;
  width: 100%;
  text-align: right;
  justify-content: end;
}

.viewPromotionBtn button {
  /* background: #e00a81; */
  cursor: pointer;
  font-size: 22px;
  /* line-height: 40px; */
  border: none;
  outline: none;

  padding: 0;
  border-radius: 50px;
  transition: all 0.3s;
}

.viewPromotionBtn button a {
  color: #fff;
  color: #E00A81;
  padding-right: 40px;
  background: url(../../../../../../../../media/wysiwyg/arrow-pink.svg) no-repeat center right;
  font-family: var(--museoBold);
}

.trendingPlans .trendingPlanContainer {
  margin-top: 76px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}

.trendingPlanContainer .trendingPlanHeading {
  display: flex;
  justify-content: start;
  align-items: start;
  margin-bottom: 0;
  gap: 0;
}

.trendingPlanContainer .trendingPlanHeading h2 {
  font-size: 48px;
  line-height: 50px;
  color: #222222;
  font-weight: 700;
  margin: 0px 0 15px 0;
  /* font-size: 42px; */
}

.trendingPlanContainer .trendingPlanHeading button {
  /* background: #e00a81; */
  font-size: 18px;
  /* padding: 14px 35px; */
  border: none;
  outline: none;
  border-radius: 14px;
  color: #ffffff;
  cursor: pointer;
  font-size: 20px;
  display: inline-block;
  font-family: var(--museoEbold);
  padding: 13px 40px 13px 0px;
  color: #222222;
  background: url(../../../../../../../../media/wysiwyg/arrow-black.svg) no-repeat center right;
}

.slider-wrapper .owl-carousel .owl-nav.disabled {
  display: block !important;
}

.owl-carousel .owl-nav .owl-next:before,
.owl-carousel .owl-nav .owl-prev:before {
  color: #e00a81;
  font-size: 30px;
  font-weight: bold;
}

.owl-carousel.nav-center-images-only .owl-nav {
  top: 50% !important;
}

.trendingPlanContainer .trendingPlanContent {
  display: flex;
  gap: 42px;
}

.slider-wrapper {
  margin: 0;
}

@media (max-width: 1200px) {
  .trendingPlanContainer .trendingPlanContent {
    flex-wrap: wrap;
  }
}

.trendingPlanContainer .trendingPlanContent .trendingPlanBlock {
  /* border: 2px solid #e8e8e8; */
  border-radius: 32px;
  max-width: 463px;
  width: 100%;
  box-shadow: 0px 0px 9px #00000029;
  margin: 10px 0;
}

.trendingPlanContainer .trendingPlanContent .trendingPlanBlock .trendingBlock-1 {
  padding: 24px 20px 10px;
}

.trendingPlanContainer .trendingPlanContent .trendingPlanBlock .trendingBlock-1 .t-head h2 {
  letter-spacing: 0.58px;
  color: #db0d80;
  font-size: 1em;
  line-height: 18px;
  margin: 0 0 10px;
  font-family: var(--museoEbold);
}

.trendingPlanContainer .trendingPlanContent .trendingPlanBlock .trendingBlock-1 .t-head p,
.plan-details .productDetail .pro-heading .t-head p {
  /* font-size: 1.7em; */
  font-size: 17px;
  line-height: 23px;
  letter-spacing: 0.43px;
  color: #009fac;
  color: #707070;
  margin: 15px auto 15px;
  font-family: var(--museoEbold);
}

.trendingPlanContainer .trendingPlanContent .trendingPlanBlock .trendingBlock-1 .t-data,
.plan-details .t-data {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.trendingPlanContainer .trendingPlanContent .trendingPlanBlock .trendingBlock-1 .t-data h3,
.plan-details .productDetail .pro-heading h3 {
  font-size: 27px;
  line-height: 30px;
  font-family: var(--museoEbold);
  font-family: 'poppins';
  letter-spacing: 0.12px;
  color: #222222;
  margin-bottom: 0px;
}

.plan-details .productDetail .pro-heading h4.lg-heading {
  margin: 0;
  font-size: 50px;
  letter-spacing: -3px;
  font-family: var(--museoEbold);
  font-weight: 900;
  line-height: normal;
}

.plan-details .pro-heading p.sm-detail {
  color: #3F3F3F;
  font-size: 24px;
  line-height: 1.6;
}

.trendingPlanContainer .trendingPlanContent .trendingPlanBlock .trendingBlock-1 .t-data p {
  font-size: 14px;
  line-height: 17px;
  color: #222222;
  font-family: var(--museoBold);
}

.trendingPlanContainer .trendingPlanContent .trendingPlanBlock .trendingBlock-1 .t-details h2 {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.36px;
  color: #3f3f3f;
  font-family: var(--museoBold);
  margin: 10px auto 10px;
  display: block;
}

.trendingPlanContainer .trendingPlanContent .trendingPlanBlock .trendingBlock-1 .t-details p {
  margin-top: 12px;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 10px;
  letter-spacing: 0.36px;
  /* color: #e00a81; */
  color: #3f3f3f;
  font-family: var(--museoBold);
}

.trendingPlanContainer .trendingPlanContent .trendingPlanBlock .trendingBlock-2 {
  border-top: 2px solid #e8e8e8;
  padding: 21px;
}

.trendingPlanContainer .trendingPlanContent .trendingPlanBlock .trendingBlock-2 .trendingPrice {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.helpChooseBtn {
  position: fixed;
  z-index: 1;
  border: none;
  width: 351px;
  height: 60px;
  outline: 0;
  cursor: pointer;
  border-radius: 9px;
  color: #f4f7fb;
  scroll-behavior: smooth;
  top: 50%;
  left: -134px;
  transform: translate(0%, -50%) rotate(270deg);
}

.helpChooseBtn button,
.helpChooseBtn .chooseBtn {
  border: 1px solid #e00a81 !important;
  padding: 12px 30px;
  border-radius: 0px 0px 16px 16px !important;
  background: #fcfcfc !important;
  font-size: 23px !important;
  color: #e00a81;
  font-family: var(--museoBold);
  cursor: pointer;
  font-weight: normal;
}

.helpChooseBtn button,
.helpChooseBtn .chooseBtn {
  border: 1px solid #009FAC !important;
  background: #009FAC !important;
  color: #fff;
}

.first-choice {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0px 32px 32px 0px;
  background: #ffffff;
  width: 744px;
  transform: rotate(90deg);
  height: 663px;
  margin-left: -283px;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.statsBar {
  width: 100%;
  cursor: pointer;
}

.statsBar div {
  height: 11px;
  width: 100%;
  border: 2px solid #e00a81;
  border-radius: 26px;
  display: flex;
}

.statsBar div span {
  background: #e00a81;
  width: 75%;
  border-radius: 26px;
}

.stats-elements {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 46px;
}

.innerfirst h3 {
  color: #222222;
  font-size: 26px;
  margin-top: 38px;
  font-weight: 700;
  font-family: var(--museoBold);
}

.checkVersion {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  align-items: center;
}

.checkVersion button,
.checkSection label {
  border: 3px solid #E1E1E1;
  background: #fff;
  border-radius: 14px;
  letter-spacing: 0.36px;
  color: #222222;
  font-size: 18px;
  padding: 12px 30px;
  font-weight: 500;
  font-family: var(--museoBold);
  cursor: pointer;
  display: inline-flex;
}

.checkSection input:checked+label {
  border-color: #8fd5db;
}

.checkSection input {
  display: none;
}


.nextPreviousBtn {
  display: flex;
  justify-content: space-between;
}

.nextPreviousBtn button,
.nextPreviousBtn button:hover {
  border: none;
  display: flex;
  border-radius: 14px !important;
  background: #e00a81;
  color: #ffffff;
  font-size: 24px !important;
  font-family: var(--museoNorm);
  cursor: pointer;
  padding: 0;
  min-height: 70px;
  width: 200px;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

button.previousBtn,
button.previousBtn:hover {
  border: 2px solid #ef85c0;
  color: #222222;
  background: #ffffff;
}

.innerSecond h3 {
  color: #222222;
  font-size: 26px;
  margin-top: 38px;
  font-weight: 700;
  font-family: var(--museoBold);
}

  .plansProducts .innerSecond>h3 {
    margin-top: 0;
    margin-bottom: 80px;
  }

.checkbox-block {
  margin-top: 30px;
  margin-bottom: 30px;
  /* display: grid;
  grid: auto/auto auto;
  gap: 35px; */
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  width: 100%;
}
.checkVersion button, .checkSection label {
  height: 100%;
  align-items: center;
}
.checkSection {
  width: 50%;
  display: inline-block;
  max-width: calc(50% - 15px);
}

.checkbox-block .mt-4.error {
  width: 100%;
  max-width: none;
  margin: 5px auto 0 !important;
}

.checkbox-block-inner {
  border: 2px solid #e1e1e1;
  background: #fff;
  border-radius: 14px;
  padding: 14px 28px;
  display: flex;
  gap: 20px;
  align-items: center;
}

.checkbox-block-inner label {
  letter-spacing: 0.36px;
  color: #3f3f3f;
  font-size: 20px;
  font-weight: 500;
  font-family: var(--museoBold);
}

.cms-index-index main#maincontent {
  z-index: 3;
  position: relative;
}

@media (min-width: 1600px) {
  .container {
    max-width: 80% !important;
  }

  .cms-index-index main#maincontent,
  .page-product-configurable main#maincontent,
  .catalog-product-view main#maincontent,
  .productaddon-index-view main#maincontent {
    margin-top: 170px;
    max-width: 100% !important;
  }

  .page-product-configurable main#maincontent,
  .catalog-product-view main#maincontent,
  .productaddon-index-view main#maincontent {
    padding: 0;
  }

  .page-product-configurable .columns .column.main,
  .catalog-product-view .columns .column.main {
    max-width: 80%;
    margin: auto;
  }

  main#maincontent {
    max-width: 80% !important;
  }

  .cms-about-us main#maincontent.page-main-full-width {
    max-width: 100% !important;
  }

  main#maincontent .container {
    max-width: 80% !important;
  }
}

/* use care container */
.useCareContainer {
  margin: 10px 0px 70px;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.1607843137);
  border-radius: 40px;
  padding: 31px 45px;
  background: #fff;
}

.useCareImage img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.useCareContent {
  display: flex;
  flex-direction: column;
  gap: 50px;
  z-index: 1;
  align-self: center;
  max-width: 45%;
}

.useCareHeading h1 {
  font-size: 52px;
  line-height: 57px;
  font-family: var(--museoEbold);
  font-weight: bold;
  color: #00a8b4;
  margin-bottom: 13px;
  margin-bottom: 0;
  letter-spacing: 0;
}

.useCareHeading p {
  font-size: 29px;
  line-height: 57px;
  color: #e00a81;
  font-family: var(--museoEbold);
  font-weight: bold;
}

.useCareHeading p span {
  color: #00a8b4;
}

.useCareBtns h2 {
  font-size: 22px;
  line-height: 28px;
  color: #3f3f3f;
  font-family: var(--museoNorm);
  font-weight: normal;
  margin-bottom: 24px;
}

.useCareBtns img {
  margin-right: 13px;
}

/* Footer */
.containerFooter {
  /* border: 1px solid #00000000; */
  background: #f1f1f1;
  display: flex;
  flex-direction: column;
}

.containerFooter .footerTop {
  display: flex;
  justify-content: space-between;
  padding: 45px 70px;
  border-bottom: 1px solid gray;
}

@media (max-width: 1100px) {
  .containerFooter .footerTop {
    flex-wrap: wrap;
  }
}

@media (max-width: 992px) {
  .containerFooter .footerTop {
    gap: 30px;
  }
}

.containerFooter .footerTop .footerTopLeft p {
  font-size: 20px;
  line-height: 29px;
  color: #222222;
  font-family: var(--museoNorm);
  max-width: 315px;
  width: 100%;
  margin: 16px 0px;
  font-weight: bold;
}

.containerFooter .footerTop .footerTopMiddle {
  display: flex;
  gap: 50px;
  width: 40%;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .containerFooter .footerTop .footerTopMiddle {
    flex-wrap: wrap;
  }
}

.containerFooter .footerTop .footerTopMiddle .footerMiddleBlock {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.containerFooter .footerTop .footerTopMiddle .footerMiddleBlock h3 {
  font-size: 22px;
  line-height: 31px;
  margin: 0;
  color: #222222;
  font-weight: bold;
  font-family: var(--museoNorm);
  text-transform: uppercase;
}

.containerFooter .footerTop .footerTopMiddle .footerMiddleBlock li {
  font-size: 16px;
  line-height: 24px;
  color: #222222;
  font-weight: bold;
  font-family: var(--museoBold);
  cursor: pointer;
}

.containerFooter .footerTop .footerTopRight {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.containerFooter .footerTop .footerTopRight h3 {
  font-size: 24px;
  line-height: 31px;
  font-weight: bold;
  color: #222222;
  font-family: var(--museoNorm);
}

.containerFooter .footerBottom {
  height: 20%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 70px;
}

.containerFooter .footerBottom .footerBottomLeft h2 {
  font-size: 17px;
  line-height: 29px;
  color: #222222;
  font-weight: bold;
  font-family: var(--museoNorm);
  margin: 0px;
}

.containerFooter .footerBottom .footerBottomRight ul li {
  font-family: var(--museoNorm);
  font-weight: bold;
  color: #222;
}

.containerFooter .footerBottom .footerBottomRight ul {
  display: flex;
  gap: 25px;
}

.containerFooter .footerBottom .footerBottomRight ul li {
  cursor: pointer;
}

.footer-top .container {
  width: 100%;
  max-width: none !important;
}

.footer-top .col-lg-12 {
  padding: 0;
}

.footer-top .containerFooter {
  width: 100%;
}

/* Profiles Page sections */
.sidebar-content ul.nav.items {
  border: 2px solid #e8e8e8;
  border-radius: 32px;
  padding: 20px;
  background: #fff;
}

.block-collapsible-nav .item:first-child {
  border: 0;
}

.sidebar-content .block-collapsible-nav .item a,
.block-collapsible-nav .item>strong {
  border: 0;
  padding: 28px 20px 28px 30px;
  font-size: 1.6em;
  border: 2px solid #fff;
  border-radius: 26px;
  font-weight: bold;
  font-family: var(--museoBold);
  color: #222;
}

.sidebar-content .block-collapsible-nav .item:hover a,
.block-collapsible-nav .item:hover>strong {
  border: 2px solid #ddd;
  background: #f8f8f8;
}

.sidebar-content .block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current>strong {
  /* border-color: #e00a81;
background: #e00a810d; */
  border-color: #009FAC;
  background: #009FAC0D;
  font-weight: bold;
}

.block-collapsible-nav .item a:before,
.block-collapsible-nav .item>strong:before {
  display: none;
}

.customer-account-index .page-title-wrapper,
.customer-address-index .page-title-wrapper,
.wishlist-index-index .page-title-wrapper,
.customer-address-form .page-title-wrapper,
.customer-account-edit .page-title-wrapper,
.sales-order-history .page-title-wrapper,
.sales-order-view .page-title-wrapperr,
.shop-by-category-home-page {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 0;
  width: 77.7%;
  left: auto;
  right: 0;
}

.sales-order-view .page-title-wrapper {
  text-align: left;
  position: absolute;
  width: 100%;
  top: 0;
  left: auto;
  right: 0;
}

.customer-account-index .columns,
.customer-address-index .columns,
.wishlist-index-index .columns,
.customer-address-form .columns,
.customer-account-edit .columns,
.sales-order-history .columns,
.sales-order-view .columns

/* .page-with-filter.page-products .columns  */
  {
  padding-top: 100px;
}

.page-with-filter.page-products .columns .column.main {
  position: relative;
}

.shop-by-category-home-page h2 {
  font-family: var(--museoBold);
  font-size: 38px;
  font-weight: bold;
  line-height: 60px;
  color: #222222;
  letter-spacing: 0;
}

.shop-by-category-home-page {
  top: -80px;
  width: 100%;
}

h1.page-title,
h1.page-title span {
  font-family: var(--museoBold);
  font-size: 52px;
  font-weight: bold;
  line-height: 60px;
  color: #222222;
  letter-spacing: 0;
}

.abs-status,
.return-status,
.order-status {
  padding: 2px 10px;
  border-radius: 5px;
  background: #FFF4DE;
  border: 0;
  color: #FFA800;
  font-weight: 600;
}

.customer-account-index h1.page-title span,
.customer-address-index h1.page-title span,
.page-title-wrapper .page-title span,
.view-category {
  font-size: 38px;
}

.customer-account-index .block .block-title strong {
  font-size: 28px;
  letter-spacing: 0.43px;
  margin: 15px auto 25px;
  font-family: var(--museoEbold);
  line-height: 43px;
  color: #222222;
  flex: 0 0 75%;
  margin: 0;
}

.block.block-dashboard-addresses .block-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* .box.box-information, */
.box.box-billing-address,
.box.box-shipping-address {
  /* border: 2px solid #e8e8e8; */
  border-radius: 0;
  max-width: 463px;
  width: 100%;
  /* overflow: hidden; */
}

strong.box-title span,
.block .block-title strong,
.column.main .fieldset>.legend {
  font-size: 2.4em;
  font-size: 34px;
  line-height: 23px;
  letter-spacing: 0.43px;
  color: #E00A81;
  margin: 0px auto 25px;
  font-family: var(--museoBold);
  text-transform: none;
  padding-bottom: 0;
  display: inline-block;
}

.form-address-edit .formsSec .legend span {
  color: #E00A81;
  font-family: var(--museoEbold);
}

.formsSec.fieldset>.field input.input-text,
.field.country .control select {
  padding: 10px 20px !important;
  min-height: 0 !important;
}

.form-address-edit .fieldset>.field {
  margin-bottom: 22px;
}

.form-address-edit .input-text {
  padding: 10px 20px !important;
  min-height: 0 !important;
}

.box .box-title,
.box .box-content,
.box .box-actions {
  border: 0;
  background-color: transparent;
  padding: 0;
}

.box.box-information,
.box.box-billing-address,
.box.box-shipping-address,
.box.box-address-billing,
.box.box-address-shipping,
.block.block-addresses-list,
.block.block-addresses-list {
  padding: 24px 20px;
}

.box .box-title {
  padding-bottom: 0;
}

.box-actions a.action.edit,
.shipping-address-item button.action.edit-address-link {

  font-size: 0;
  width: 80px;
  max-width: 80px;
  height: 53px;
  border: 0;
  min-width: 0;
  background: #009FAC url(../../../../../../../../media/wysiwyg/path_icon.svg) no-repeat center center;
}

.shipping-address-item button.action.edit-address-link {
  border-radius: 14px;
  z-index: 2;
  position: relative;
}

.box .box-content p,
.block-dashboard-addresses address,
.box-address-billing address,
.box-address-shipping address {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.36px;
  color: #3f3f3f;
  font-family: var(--museoBold);
  margin: 0px;
  display: inline-block;
}

a.action.edit {
  padding: 10px;
  border: 1px solid #e00a81;
  border-radius: 14px;
  flex: 1;
  max-width: 150px;
  text-align: center;
  color: #222;
  font-family: var(--museoBold);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.block.block-dashboard-addresses .block-title a.action.edit {
  font-size: 18px !important;
  font-weight: bold;
  max-width: none;
  padding: 20px 30px;
}

.block .box-actions .action:after {
  display: none;
}

.box .box-actions {
  /* border-top: 2px solid #e8e8e8; */
  display: flex;
  justify-content: start;
  padding: 24px 0px 0;
  gap: 30px;
}

.box .box-content {
  min-height: 0;
}

.customer-account-index .block .block-title {
  display: none;
}

a.action.change-password {
  width: auto;
  text-align: center;
  font-size: 1.45em;
  background: #009FAC;
}

.form-address-edit,
.form-edit-account {
  background: #fff;
  border: 2px solid #e8e8e8 !important;
  border-radius: 32px;
  padding: 35px 40px;
}

.form-address-edit .legend span,
.fieldset.info>.legend,
.fieldset.password .legend {
  margin-right: 0.25em;
  font-size: 33px;
  letter-spacing: 0px;
  color: #222222;
  font-style: normal;
  font-family: var(--museoBold);
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: none;
}

.primary .action.primary {
  padding: 8px 30px !important;
  text-transform: none;
}

.fieldset>.field .label {
  font-family: var(--museoBold);
  font-size: 20px;
  margin-bottom: 10px;
  cursor: pointer;
}

.field.choice .label:before {
  content: "";
  display: inline-flex;
  width: 20px;
  height: 20px;
  padding: 10px;
  border: 1px solid #009fac;
  /* background: #009FAC; */
  border-radius: 3px;
  align-self: center;
}

.fieldset>.field.choice input:checked~label:before,
.field.choice input:checked~.label:before {
  background: #009fac url(../../../../../../../../media/wysiwyg/check-icon.png) no-repeat center center / 14px;
}

.fieldset>.field.choice .label,
.fieldset>.fields>.field.choice .label,
.field.choice.newsletter.newletter-checkbox label {
  display: flex;
  align-items: center;
  gap: 5px;
}

.fieldset>.field.choice input,
.field.choice.newsletter.newletter-checkbox input {
  /* display: none; */
  visibility: hidden;
}

.fieldset>.field.choice input:checked+label:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 8px;
  top: 2px;
  width: 20px;
  height: 20px;
}

/* Choose popup */

._inner-scroll.modal-popup .modal-inner-wrap {
  margin: 0;
  max-width: 50%;
  height: 85vh;
  border-radius: 0 32px 32px 0;
  box-shadow: none;
  box-shadow: 0 0 8px rgb(0 0 0 / 25%);
  /* -webkit-transform: translateX(-200%);
transform: translateX(-200%);
-webkit-transform: translateY(0);
transform: translateY(0); */
  top: 50%;
  transform: translate(-200%, -50%);
}

._inner-scroll.modal-popup._show .modal-inner-wrap {
  top: 50%;
  transform: translate(0, -50%);
}

/* .modal-popup._show .modal-inner-wrap:after {
background: url(../../../../../../../../media/wysiwyg/heartsIcon.svg) no-repeat right center / 42%;
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
bottom: 0;
margin: 0;
opacity: 0.1;
} */

/* .modal-popup._show .modal-inner-wrap:has(.succesful-container):after {
display: none;  
} */

.successful-submit img {
  max-width: 250px;
}

/* .cms-index-index .page-wrapper:before,
.cms-index-index .page-wrapper:after {
content: "";
width: 50%;
height: 50%;
position: fixed;
left: 0;
display: flex;
top: 50%;
transform: translate(0, -50%) scaleX(-1);
background: url(../../../../../../../../media/wysiwyg/heartsIcon.svg) no-repeat right center/ contain;
opacity: 0.05;
z-index: 1;
} */

.cms-index-index .page-wrapper:after {
  left: auto;
  right: 0;
  transform: translate(0, 0%) scaleX(1);
  background: url(../../../../../../../../media/wysiwyg/heartsIcon.svg) no-repeat right center/ contain;
}

.modal-popup._inner-scroll .modal-content,
.modal-popup._inner-scroll .modal-content form {
  height: 100%;
}

.modal-popup .modal-title {
  display: none;
}

.mfp-close,
html .fancybox-close,
.modal-custom .action-close,
._inner-scroll.modal-popup .action-close,
.modal-slide .action-close {
  top: 58px !important;
  color: #000 !important;
}

.mfp-close:before,
html .fancybox-close::before,
.modal-custom .action-close::before,
.modal-popup .action-close::before,
.modal-slide .action-close::before,
.mfp-close:after,
html .fancybox-close::after,
.modal-custom .action-close::after,
.modal-popup .action-close::after,
.modal-slide .action-close::after {
  border-width: 2px;
}

.modal-popup._inner-scroll .modal-content {
  padding-top: 60px;
  z-index: 1;
}

/* Hide the default checkbox */
.checkbox-block-inner input {
  visibility: hidden;
  display: none;
  cursor: pointer;
}

/* Create a custom checkbox */
.mark {
  position: relative;
  height: 22px;
  width: 22px;
  display: flex;
  background-color: #fff;
  border: 1px solid #009fac;
  border-radius: 3px;
}

.checkbox-block-inner:hover input~.mark {
  background-color: #fff;
  border: 1px solid #009fac;
  border-radius: 3px;
}

.checkbox-block-inner input:checked~.mark {
  background: #009fac url(../../../../../../../../media/wysiwyg/check-icon.png) no-repeat center center / 14px;
}

/* Create the mark/indicator (hidden when not checked) */
.mark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the mark when checked */
.container input:checked~.mark:after {
  display: block;
}

/* Style the mark/indicator */
.checkbox-block-inner .mark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.check {
  position: relative;
  height: 22px;
  width: 22px;
  display: flex;
  background-color: white;
  border-radius: 50%;
  border: 1px solid #009fac;
}

.checkbox-block-inner input:checked~.check {
  background-color: white;
}

.checkbox-block-inner:hover input~.check {
  background-color: white;
}

.check:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-block-inner .check:after {
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #009fac;
}

.checkbox-block-inner input:checked~.check:after {
  display: block;
}


.succesful-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 65px;
}

.succesful-content h3 {
  color: #000000;
  text-align: center;
  font-size: 30px;
  line-height: 25px;
  margin-bottom: 20px;
  font-weight: bold;
  font-family: var(--museoBold);
}

.succesful-content p {
  letter-spacing: 0.36px;
  color: #3f3f3f;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  font-family: var(--museoBold);
}

.fourth-step {
  display: flex;
}

.modal-popup .modal-header {
  padding: 0 !important;
}

footer.page-footer {
  z-index: 2;
  position: relative;
}

.product-image-wrapper .product-image-photo {
  right: 0;
  margin: auto;
}


/* Wishlist */
p.price-as-configured {
  font-family: var(--museoEbold);
  font-size: 1.3em !important;
  margin: 0;
  text-align: left;
  padding: 0 20px;
}

.products-grid .product-item .box-tocart input.qty {
  border: 1px solid #ddd;
  border-radius: 4px !important;
  height: 100% !important;
}

.products-grid.wishlist .product-item-tooltip {
  float: left;
  margin: 0 10px;
}

a.editIcon,
a.editIcon:hover {
  background: #e00a81;
  padding: 7px 10px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

a.btn-remove,
a.btn-remove:hover {
  border: 1px solid #e00a81;
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  margin: 0 0px 0 10px;
  color: #e00a81;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

a.btn-remove img {
  width: 20px;
}

.editRemove {
  float: right;
  margin: -60px 0 50px;
}

.limiter-options {
  width: auto;
  min-width: 140px;
  padding: 0 20px !important;
  border-radius: 10px !important;
  margin: 0 10px;
}

/* terms and conditions */
.FaqContainer {
  margin-bottom: 60px;
}

.faq-block-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  row-gap: 70px;
  justify-items: stretch;
}

@media (max-width:1600px) {
  .faq-block-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width:992px) {
  .faq-block-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width:767px) {
  .faq-block-container {
    grid-template-columns: 1fr;
  }
}

.inner-faq-block {
  border: 2px solid #E8E8E8;
  border-radius: 32px;
  max-width: 463px;
  width: 100%;
  background: #fff;
}

.faq-details {
  padding: 30px 30px 15px;
  border-bottom: 2px solid #E8E8E8;
  height: 77%;
}

.TnC .faq-details {
  height: 70%;
}

.faq-details img {
  max-width: 100%;
  margin-bottom: 8px;
}


.faq-details span {
  color: #606060;
  font-size: 14px;
  line-height: 22px;
  font-style: normal;
  font-family: var(--museoBold);
  font-weight: 500;

}

.faq-details h2 {
  letter-spacing: 0.09px;
  color: #222222;
  font-size: 32px;
  font-family: var(--museoBold);
  line-height: normal;
  margin-top: 12px;
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.faq-details p {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.32px;
  color: #3F3F3F;
  font-weight: bold;
  font-family: var(--museoNorm);
  margin: 0px;
}

.faq-btn {
  padding: 13px 30px;
}

.faq-btn button,
.faq-btn button.pinkBtn,
.faq-btn a.pinkBtn {
  border-radius: 14px;
  background: #E00A81;
  padding: 13px 18px;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 20px;
  font-family: var(--museoBold);
  line-height: 30px;
  color: #FFFFFF;
  font-weight: 500;
}

.faq-btn a.pinkBtn {
  display: inline-block;
}

.cms-term-condition main#maincontent,
.cms-general main#maincontent {
  width: 100%;
  /* max-width: 80%; */
  max-width: 85%;
}


.cms-term-condition main#maincontent.page-main-full-width {
  padding-top: 20px;
  padding-bottom: 40px;
}

.cms-term-condition h1.page-title,
.cms-term-condition h1.page-title span {
  font-size: 1.7em;
}

.page-wrapper>.breadcrumbs {
  display: none;
}

.termsSec p {
  color: #3F3F3F;
  font-family: var(--museoNorm);
  font-size: 20px;
  line-height: 2;
  font-weight: bold;
}

.termsSec {
  margin-bottom: 60px;
}


/* New Offer */
.pinkBg {
  background: rgba(224, 10, 129, 0.08);
}

.pinkBg .trendingPlanContainer .trendingPlanHeading h2 {
  color: #E00A81;
}

.columns .column.main {
  padding-bottom: 0;
}

.greenBg {
  background: rgba(0, 159, 172, 0.08);
}

.greenBg .latestDeviceContainer .latestDeviceContent h2 {
  color: #009FAC;
}

.video-sec {
  overflow: hidden;
  border-radius: 50px;
  padding: 0 !important;
}


.video-sec .youtube-thumb {
  box-shadow: 0px 0px 6px #00000029;
  margin: 10px;
  border-radius: 32px;
  overflow: hidden;
}

/* .slick-prev:before {
  content: "\f80a";
  color: #009FAC;
  font-family: "porto-icons";
}

.slick-next:before {
  content: "\f809";
  color: #009FAC;
  font-family: "porto-icons";
} */


.slick-prev:before, .slick-slider .slick-arrow:before {
  content: "\f80a" !important;
  color: #009FAC;
  font-family: "porto-icons";
  font-weight: bold;
  font-size: 30px;
}
.slick-slider .slick-arrow {
  background: none !important;
}

.slick-next:before, .slick-slider .slick-arrow:before {
  content: "\f809" !important;
  color: #009FAC;
  font-family: "porto-icons";
  font-weight: bold;
  font-size: 30px;
}

.slick-prev:after,
.slick-next:after {
  display: none !important;
}

.sparsh_banner {
  padding: 35px 35px;
  margin: 0 !important;
}

.sparsh_banner_slider .slick-arrow.slick-next {
  right: -40px !important;
}

.sparsh_banner_slider .slick-arrow.slick-prev {
  left: -40px !important;
}

.sparsh_banner_slider .slick-slide iframe {
  display: flex;
  max-height: 490px;
}

.contact-sec {
  background: #FCFCFC;
  padding: 60px 0;
}

.contact-sec img {
  margin-right: -190px;
  margin-top: -80px;
  width: auto;
  object-fit: contain;
  height: auto;
  max-width: none;
  max-height: none;
}

.no-resize textarea {
  resize: none;
}

.form.contact {
  background: #FFFFFF;
  box-shadow: 0px 0px 9px #00000029;
  border-radius: 32px;
  padding: 40px 50px;
}

.contact h2 {
  font-family: var(--museoBold);
  margin-bottom: 10px;
  font-size: 33px;
}


.contact p {
  font-size: 20px;
  color: #3F3F3F;
  line-height: normal;
  margin-bottom: 30px;
}

header.page-header {
  z-index: 999;
}

.page-header .navigation .level0.parent>a:after {
  background: url(../../../../../../../../media/wysiwyg/down-arrow_menu.svg) no-repeat center right;
  content: "" !important;
  width: 12px;
  height: 10px;
}

.contact .primary .action.primary {
  font-size: 20px !important;
}

.contact .actions-toolbar .primary .action.primary {
  font-size: 20px !important;
  line-height: 1.3 !important;
  width: 170px;
}

.owl-carousel .owl-nav button[class*='owl-'],
.owl-carousel .owl-nav button[class*='owl-']:hover {
  background: none !important;
}

.newOffers .owl-carousel .owl-nav .owl-prev,
.carePlus .owl-carousel .owl-nav .owl-prev,
.trendingPlans .owl-carousel .owl-nav .owl-prev {
  left: -41px !important;
  transition: all 0.4s;
  /* opacity: 0.5; */
}

.carePlus .owl-carousel:hover .owl-nav button.owl-next {
  opacity: 0.5;
}

.newOffers .owl-carousel:hover .owl-nav .owl-prev,
.carePlus .owl-carousel:hover .owl-nav .owl-prev,
.trendingPlans .owl-carousel:hover .owl-nav .owl-prev {
  left: -32px !important;
  opacity: 1;
}

.newOffers .owl-carousel .owl-nav button.owl-next,
.trendingPlans .owl-carousel .owl-nav button.owl-next,
.carePlus .owl-carousel .owl-nav button.owl-next {
  right: -15px !important;
  transition: all 0.4s;
  opacity: 1;
}

.carePlus .owl-carousel .owl-nav button.owl-next {
  right: -40px !important;
}

.newOffers .owl-carousel:hover .owl-nav button.owl-next,
.trendingPlans .owl-carousel:hover .owl-nav button.owl-next,
.carePlus .owl-carousel:hover .owl-nav button.owl-next {
  right: -32px !important;
  opacity: 1;
}

.useCareHeading .align-items-center {
  display: flex;
  gap: 20px;
}

.trendingPlans .owl-carousel:hover .owl-nav button.owl-next {
  right: -6px !important;
}

.owl-carousel .owl-nav .owl-next:before {
  content: "\f809" !important;
}

.owl-carousel .owl-nav .owl-prev:before {
  content: "\f80a" !important;
}

.testimonials-sec {
  box-shadow: 0px 0px 9px #00000029;
  border-radius: 32px;
  background: #fff;
  padding: 30px;
  margin: 20px;
}

.testimonials-sec figure {
  max-width: 65px;
  height: 65px;
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
}

.magiccart-testimonial-content {
  color: #3F3F3F;
  font-size: 20px;
  font-family: var(--museoNorm);
  font-weight: 600;
  line-height: 1.6;
  padding: 40px;
}

.magiccart-testimonials-grid-left {
  padding: 0 40px;
  display: flex;
  align-items: center;
}

.magiccart-testimonial-author {
  font-size: 23px;
  font-family: var(--museoBold);
  color: #222222;
  font-weight: bold;
}

.magiccart-testimonial-jobandcompany {
  color: #222222;
  font-family: var(--museoNorm);
  font-weight: bold;
}

.magiccart-testimonials .owl-stage-outer {
  /* padding: 15px; */
}

.testimonials .owl-carousel .owl-nav {
  top: calc(100% - 60px);
  right: 50px;
  left: auto;
  text-align: right;
}

.testimonials .owl-carousel .owl-nav button[class*='owl-'] {
  position: relative;
  color: #009FAC;
}

.testimonials .owl-carousel .owl-nav .owl-prev:before,
.testimonials .owl-carousel .owl-nav .owl-next:before,
.latestDevice .owl-carousel .owl-nav .owl-next:before,
.latestDevice .owl-carousel .owl-nav .owl-prev:before {
  color: #009FAC;
}

.magiccart-testimonial-content:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 40px;
  color: #009FAC;
  position: absolute;
  background: url(../../../../../../../../media/wysiwyg/quotes.png) no-repeat center right;
  margin: -10px 0 0 -30px;
}

.magiccart-testimonial-content:after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 40px;
  color: #009FAC;
  position: absolute;
  background: url(../../../../../../../../media/wysiwyg/quotes.png) no-repeat center center / cover;
  margin: -5px 0 0 0px;
}

.testimonials {
  padding: 30px 0;
}

.testimonials .toolbar {
  display: none;
}

.carePlus {
  padding: 35px 0;
}

.carePlus .slider-wrapper {
  /* padding: 50px 35px; */
  margin: 0;
}

.carePlus .owl-carousel .owl-nav .owl-prev {
  left: -40px !important;
}

.carePlus .owl-carousel .owl-nav .owl-next {
  right: -40px;
}

.row.mx-n4 {
  margin-left: -32px;
  margin-right: -32px;
}


/*===================================== All Promotions Custom Style =====================================*/
.promtions-block-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  row-gap: 40px;
}

.inner-promtion-block {
  border: 2px solid #E8E8E8;
  border-radius: 32px;
  border-radius: 16px;
  /* max-width: 400px; */
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 9px #00000029;
  border: 0px solid #E8E8E8;
  overflow: hidden;
}

.page-layout-2columns-right .column.main {
  width: 100% !important;
}

.promotions-details {
  /* padding: 30px 30px 15px; */
  padding: 0;
  /* border-bottom: 2px solid #E8E8E8; */
  height: 88%;
}

.error,
.error1,
.error2 {
  color: #e00a0a;
}

.promotions-details span.green-tag,
.green-tag {
  background: rgba(0, 159, 172, 0.07);
  color: #009FAC;
  padding: 10px;
  border-radius: 6px;
  margin-right: 10px;
  font-family: var(--museoNorm);
  font-weight: bold;
  display: inline-block;
}

.promotions-details span.brown-tag,
.brown-tag {
  background: rgba(172, 86, 0, 0.07);
  color: #AC5600;
  padding: 10px;
  margin-right: 10px;
  border-radius: 6px;
  font-family: var(--museoNorm);
  font-weight: bold;
}

.learn-more-btn button.blank_btn,
.learn-more-btn button.blank_btn:hover {
  border: 0;
  background: none;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 30px;
  margin: 0 auto 10px;
  color: #3F3F3F;
  font-family: var(--museoBold);
  background: url(../../../../../../../../media/wysiwyg/arrow-black.svg) no-repeat center right;
}

.promotions-details img {
  max-width: 100%;
  /* margin-bottom: 18px; */
}


.promotions-details span {
  color: #606060;
  font-size: 14px;
  font-family: var(--museoBold);
  line-height: 22px;
  font-style: normal;
  font-weight: 500;

}

.promotions-details h2 {
  letter-spacing: 0.09px;
  color: #222222;
  font-size: 22px;
  font-family: var(--museoBold);
  line-height: 1.4;
  margin-top: 12px;
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.promotions-details p {
  font-size: 18px;
  line-height: 23px;
  font-family: var(--museoBold);
  letter-spacing: 0.32px;
  color: #3F3F3F;
  font-weight: 500;
  margin: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.promotions-btn {
  padding: 13px 30px;
  height: auto;
}

.promotions-btn button {
  border-radius: 14px !important;
  background: #E00A81;
  padding: 13px 18px;
  border: none;
  outline: none;
  cursor: pointer;
  font-family: var(--museoBold);
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
  font-weight: 500;
}

.promotions-btn button:hover {
  background: #E00A81;
}

/*===================================== FAQ Page Custom Style =====================================*/
.faq-category-categorylist .link {
  margin-top: 0px;
}

.faqpage_question_wrapper {
  background: #FFFFFFD9 !important;
  border: 2px solid #E8E8E8 !important;
  border-radius: 32px;
  padding: 25px 22px;
}

.faqpage_question p a {
  color: #009FAC;
  font-size: 26px;
  line-height: 25px;
  font-family: var(--museoNorm);
  font-weight: bold;
  background: url(../../../../../../../../media/wysiwyg/down-arrow.svg) no-repeat center right / 14px;
}

.faqpage_question.open a {
  background: url(../../../../../../../../media/wysiwyg/up-arrow.svg) no-repeat center right / 14px;
}

/* .faq-category-categorylist .link {
  display: none;
} */

.faqpage_category {
  padding: 15px 0px 15px !important;
  background: none !important;
  box-shadow: none !important;
}

.faqpage_questions {
  margin-top: 40px;
}

.view-category {
  color: #222222 !important;
  /* font-size: 56px; */
  font-family: var(--museoBold);
}

.faqpage_answer p {
  margin-left: -19px;
  color: #3F3F3F;
  font-size: 22px;
  font-family: var(--museoNorm);
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 8px;
  line-height: 1.5;
  word-wrap: break-word;
}

span.fa.fa-caret-right {
  display: none;
}

ul.tab-listing {
  display: flex;
  list-style: none;
  gap: 20px;
  padding: 0;
  font-family: 'museo_sans500';
  color: #222222;
  font-size: 21px;
  margin: 0 auto 50px;
}

ul.tab-listing a {
  padding: 10px 20px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: all 0.4s;
  display: inline-block;
  color: #000;
  font-family: var(--museoNorm);
  font-weight: bold;
}

ul.tab-listing a.active,
ul.tab-listing a:hover {
  /* border-color: #E00A81; */
  border-color: #009FAC;
}

.content-sec {
  padding: 15px 30px;
}

.footerTopRight img {
  max-width: 416px;
}

.owl-carousel .owl-dots .owl-dot span {
  width: 15px !important;
  height: 15px !important;
  margin: 5px 4px !important;
  background-color: rgba(255, 255, 255, 0.3) !important;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #FFFFFF !important;
}

.promoBanners .owl-carousel.owl-loaded,
.testiSlider .owl-carousel.owl-loaded {
  margin: 0;
}

.page-header.type20 .logo {
  max-width: 127px !important;
  min-width: 127px !important;
}

.logo img {
  max-width: none;
  width: 128px !important;
  width: auto !important;
  max-height: 48px !important;
}

.page-header.type20 .navigation:not(.side-megamenu) .level0 {
  background: none;
}

.sw-megamenu.navigation li.level0.classic:hover>.submenu {
  padding: 24px 0;
  box-shadow: none;
}

.page-wrapper:has(.classic:hover>.submenu) #maincontent,
.page-wrapper:has(.block-search.show) #maincontent,
.page-wrapper:has(.customer-welcome.active) #maincontent,

.page-wrapper:has(.classic:hover>.submenu) .category-view,
.page-wrapper:has(.block-search.show) .category-view,
.page-wrapper:has(.customer-welcome.active) .category-view,

.page-wrapper:has(.classic:hover>.submenu) .breadcrumbs,
.page-wrapper:has(.block-search.show) .breadcrumbs,
.page-wrapper:has(.customer-welcome.active) .breadcrumbs,

.page-wrapper:has(.classic:hover>.submenu) .page-footer,
.page-wrapper:has(.block-search.show) .page-footer,
.page-wrapper:has(.customer-welcome.active) .page-footer {
  filter: blur(3px);
}

.page-wrapper:has(.classic:hover>.submenu):before,
.page-wrapper:has(.block-search.show):before,
.page-wrapper:has(.customer-welcome.active):before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 9;
  opacity: 0.5;
}

.page-header.type20 .navigation:not(.side-megamenu) .level0:hover .level-top:before {
  display: none;
}

/* Menu */
.sw-megamenu.navigation li.level0.classic .subchildmenu,
.customer-welcome.active ul {
  background: #fff;
  border-radius: 28px;
  /* border: 2px solid #ddd; */
  box-shadow: 0px 0px 8px #00000029;
  overflow: hidden;
  display: flex;
  /* padding: 24px 44px; */
  padding: 18px 35px;
  gap: 0px;
  flex-wrap: wrap;
  min-width: 280px !important;
}

.customer-welcome.active ul {
  padding: 24px;
  top: 62px;
  right: 0;
  transform: translate(10%, 0%);
  overflow: visible;
}

.customer-welcome.active ul:before {
  left: auto;
  right: 40px;
}

.customer-welcome ul:after {
  left: auto;
  right: 39px;
}

.customer-welcome li {
  width: 100%;
}


.customer-welcome ul li:hover {
  background: none;
}

.sw-megamenu.navigation li.level0.classic:hover>.submenu {
  left: 0 !important;
  right: auto !important;
}

.main-panel-top .container {
  padding: 0;
  max-width: 95% !important;
  width: 100%;
}

.sw-megamenu.navigation li.level0.classic .subchildmenu:has(.parent) {
  flex-wrap: nowrap;
}

.sw-megamenu.navigation li.level0.classic .subchildmenu>li .subchildmenu {
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: none;
  left: 0 !important;
  border: 0;
  visibility: visible;
  opacity: 1;
  transition: none;
  display: none;
  margin-right: 20px;
  padding: 0;
}

.page-header .navigation .level0 .submenu li.level1 {
  padding: 12px 0;
}

.sw-megamenu.navigation:hover li.level0.classic .subchildmenu>li ul.subchildmenu {
  display: flex;
}

.sw-megamenu.navigation li.level0.classic .submenu .subchildmenu a,
.customer-welcome li a,
.customer-welcome li a:hover {
  color: #3F3F3F;
  font-size: 24px;
  font-family: var(--museoNorm);
  text-transform: none;
  font-weight: normal;
  padding: 0px 0;
  background: none !important;
  line-height: normal;
  text-transform: capitalize;
}

.sw-megamenu.navigation li.level0.classic .submenu .subchildmenu li a:hover {
  color: #E00A81;
}

.sw-megamenu.navigation li.level0.classic li.parent a {
  color: #3F3F3F;
  font-size: 18px;
  font-family: var(--museoNorm);
  text-transform: none;
  font-weight: normal;
  padding: 10px 0;
  background: none !important;
  line-height: normal;
}

.page-header .navigation .level0 .submenu li {
  flex: 0 0 100%;
}

.page-header .navigation .level0 .submenu li.parent {
  flex: 1;
}

.page-header .navigation .level0 .submenu li.parent li {
  padding: 10px 0;
}

.page-header .sw-megamenu.navigation .level0 .submenu li.parent>a {
  color: #E00A81;
  font-size: 23px;
  text-transform: none;
  font-family: var(--museoBold);
  display: inline-block;
  margin: 0 auto 15px;
}

.page-header .navigation .level0 .submenu li.parent>a:after {
  display: none !important;
}

.page-header.type20 .navigation:not(.side-megamenu) .level0 .level-top {
  font-size: 14px !important;
}

.page-header .navigation:not(.side-megamenu) .level0.parent:hover>a>span:before,
.page-header .navigation:not(.side-megamenu) .level0.parent:hover>a>span:after {
  display: none;
}

.mfp-close,
html .fancybox-close,
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  z-index: 9;
}

.columns {
  z-index: 2;
  position: relative;
}

.customer-account-login .page-main:before,
.customer-account-login .page-main:after,
.userotp-index-customforgot .page-main:before,
.userotp-index-customforgot .page-main:after,
.customer-account-create .page-main:before,
.customer-account-create .page-main:after {
  content: "";
  display: inline-block;
  position: fixed;
  width: 70vh;
  height: 70vh;
  background: #E00A81;
  border-radius: 50%;
  left: -2%;
  z-index: 0;
  opacity: 0.08;
  top: 58%;
  transform: translate(-50%, -50%);
}

.customer-account-login .page-main:after,
.customer-account-create .page-main:after,
.userotp-index-customforgot .page-main:after {
  left: auto;
  right: -2%;
  background: #009FAC;
  top: 50%;
  transform: translate(50%, -50%);
}

#product-options-wrapper .field.choice input.radio {
  display: none;
}

#product-options-wrapper .field.choice .label {
  display: flex !important;
  align-items: center;
  gap: 20px;
  font-size: 18px !important;
  font-family: var(--museoNorm) !important;
  font-weight: bold;
}

._inner-scroll.modal-popup .action-close::after,
.modal-slide .action-close::after,
._inner-scroll.modal-popup .action-close:hover:after,
.modal-slide .action-close:hover:after,
._inner-scroll.modal-popup .action-close::before,
.modal-slide .action-close::before,
._inner-scroll.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #000;
  opacity: 1 !important;
}

._inner-scroll.modal-popup .action-close::after,
.modal-slide .action-close::after {
  height: 22px !important;
  top: 11px !important;
  left: 19px !important;
  border-left: 3px solid !important;
}

._inner-scroll.modal-popup .action-close::before,
.modal-slide .action-close::before {
  top: 20px !important;
  left: 10px !important;
  border-top: 3px solid !important;
  width: 21px !important;
}

/* .plansProducts .product {
flex: 0 0 273px;
} */

.plansProducts {
  display: none;
}

.plansProducts .owl-carousel .owl-item {
  /* max-width: 300px;   */
}

/* .plansProducts .trendingPlanContainer .trendingPlanContent .trendingPlanBlock {
max-width: 90%;  
} */
.plansProducts .slider-wrapper .owl-carousel .owl-nav.disabled {
  display: none !important;
}

.plansProducts .productDetail {
  padding: 6px 15px;
}

.plansProducts .product.details.product-item-details {
  padding: 12px 15px !important;
}

.plansProducts .trendingPlanContainer .trendingPlanContent .trendingPlanBlock .trendingBlock-1 .t-data h3 {
  font-size: 18px;
  line-height: 20px;
  margin: 0;
}

.plansProducts .trendingPlanContainer .trendingPlanContent .trendingPlanBlock .trendingBlock-1 .t-data .blueBtn,
.plansProducts .trendingPlanContainer .trendingPlanContent .trendingPlanBlock .trendingBlock-1 .t-data .pinkBtn {
  margin: 0;
}

/* .plansProducts .productDetail .pro-heading h2 {
font-size: 18px;
line-height: normal;
height: 42px;
} */
li.ui-menu-item.level0.fullwidth.parent {
  display: none;
}

.plansProducts .product.photo.product-item-photo>a {
  height: 230px;
  text-decoration: none;
}

.plansProducts .productDetail {
  height: 100%;
}

.plansProducts .price-box .price {
  /* font-size: 1em !important; */
  font-family: var(--museoBold);
}

.plansProducts .productPrice .pro-price h2 {
  /* font-size: 1.1em; */
}

.plansProducts .productPrice .pro-btn button {
  /* font-size: 1.3em; */
}

.plansProducts .products-grid .product-item {
  width: 100%;
}

.minicart-items .item-qty {
  min-height: 0;
  padding: 10px 10px !important;
  min-width: 50px;
  box-sizing: border-box;
  height: auto !important;
}

.minicart-wrapper .product .actions>.primary a.action.edit {
  padding: 0;
  width: 50px;
  height: 54px;
  background: #e00a81;
}

.minicart-items .action.edit:before {
  font-size: 22px !important;
  color: #fff !important;
}

.confirm .modal-content {
  padding: 10px;
  text-align: center;
  font-size: 30px;
  line-height: 1.5;
  color: #222;
  font-family: var(--museoBold);
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 80px 30px;
}

.confirm.modal-popup .modal-footer {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 0 0 100px;
}

.modal-popup.confirm .modal-inner-wrap {
  border-radius: 40px;
  overflow: hidden;
}

button.action.primary a,
button.action.primary span a {
  color: #fff;
  text-decoration: none;
  padding: 10px 10px;
  width: 100%;
  height: 100%;
  display: inline-block;
}

ul.block-content.menu-categories.category-level.tab-listing2 {
  margin: 0 !important;
  padding: 0 !important;
}

ul.menu-categories a.list-categories {
  margin: 0 !important;
}

.page-header.type20 .search-area.show-icon .block.block-search {
  max-width: 1260px !important;
  width: 70vw;
  text-align: left;
  padding: 20px 40px !important;
  background: #fff;
  border: 0;
  border-radius: 20px;
  box-shadow: 0px 0px 8px #00000029;
  top: 66px;
}

.block-search .action.search:before {
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.block-search h2.pink-txt {
  color: #E00A81;
  font-size: 23px;
  text-transform: none;
  font-family: var(--museoBold);
  display: inline-block;
  margin: 0 auto 15px;
}

.block-search ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: var(--museoEbold);
  font-size: 18px;
  color: #3F3F3F;
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}

.block-search ul li {}

.page-header.type20 .block-search input {
  height: 42px;
  border: 2px solid #E8E8E8;
  border-radius: 50px !important;
  margin-bottom: 20px;
}

.search-area .search-toggle-icon:after {
  margin-top: 11px !important;
  border-bottom-color: #fff !important;
}

.block-search .block-content,
#search_mini_form {
  position: relative;
}

.page-header.type20 .search-category {
  width: 200px !important;
  height: auto !important;
  border-right: 0;
  display: flex;
  align-items: center;
  right: 0 !important;
  display: none;
}

#mpsearch-category {
  padding: 0 !important;
  max-width: calc(100% - 20px);
  font-family: var(--museoEbold);
  font-size: 18px !important;
  color: #3F3F3F;
}

.page-header.type20 .search-area .minisearch .actions button {
  /* right: 205px; */
  right: 15px;
  font-size: 23px;
  top: 12px;
}

.search-area .search-toggle-icon.open:after {
  display: none !important;
}

.autocomplete-suggestions {

  box-shadow: 0px 0px 8px #00000029 !important;
  border: 0 !important;
  padding: 0 !important;
  border-radius: 20px !important;
}

.sw-megamenu.navigation li.level0 .submenu {
  transition: 0s opacity !important;
}


.page.messages {
  position: absolute;
  top: auto;
  right: 0;
  width: 420px;
}

.message.error,
.message.success {
  border-radius: 10px;
}

.password-strength-meter {
  color: #e00a0a;
}

/* Works on Firefox */
.minicart-items-wrapper,
.description p,
.scrollbar-sec,
.scrollbar-sec .products {
  scrollbar-width: thin;
}

/* Works on Chrome, Edge, and Safari */
.minicart-items-wrapper::-webkit-scrollbar,
select.country-code::-webkit-scrollbar,
.select-items::-webkit-scrollbar,
.country-list::-webkit-scrollbar,
.modal .modal-content::-webkit-scrollbar,
.modal-content::-webkit-scrollbar,
.description p::-webkit-scrollbar,
.scrollbar-sec::-webkit-scrollbar,
.scrollbar-sec .products::-webkit-scrollbar {
  width: 7px;
  height: 2px;
}

.scrollbar-sec .products::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}

.minicart-items-wrapper::-webkit-scrollbar-track,
select.country-code::-webkit-scrollbar-track,
.select-items::-webkit-scrollbar-track,
.country-list::-webkit-scrollbar-track,
.modal .modal-content::-webkit-scrollbar-track,
.modal-content::-webkit-scrollbar-track,
.description p::-webkit-scrollbar-track,
.scrollbar-sec::-webkit-scrollbar-track,
.scrollbar-sec .products::-webkit-scrollbar-track {
  background: none;
}

.minicart-items-wrapper::-webkit-scrollbar-thumb,
select.country-code::-webkit-scrollbar-thumb,
.select-items::-webkit-scrollbar-thumb,
.country-list::-webkit-scrollbar-thumb,
.modal .modal-content::-webkit-scrollbar-thumb,
.modal-content::-webkit-scrollbar-thumb,
.description p::-webkit-scrollbar-thumb,
.scrollbar-sec::-webkit-scrollbar-thumb,
.scrollbar-sec .products::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 20px;
  border: 3px solid transparent;
}

.scrollbar-sec::-webkit-scrollbar-thumb,
.scrollbar-sec .products::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  border: 2px solid transparent;
}

.scrollbar-sec .products::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  border: 1px solid transparent;

}

.collapse-live_cart .scrollbar-sec::-webkit-scrollbar-thumb,
.collapse-live_cart .scrollbar-sec .products::-webkit-scrollbar-thumb {
  background-color: #009FAC;
}

.collapse-live_cart .scrollbar-sec::-webkit-scrollbar-track,
.collapse-live_cart .scrollbar-sec .products::-webkit-scrollbar-track {
  background-color: #ccc;
  width: 40px;
  height: 100%;
}

.collapse-live_cart .scrollbar-sec::-webkit-scrollbar,
.collapse-live_cart .scrollbar-sec .products::-webkit-scrollbar {
  width: 3px;
  margin: 0 10px;
  max-height: 40px;
  border-radius: 50%;
}

select.country-code {
  max-width: 100px;
  padding: 0 12px !important;
}

.control select.country-code {
  border: 1px solid #009FAC;
  background: #009FAC url(../../../../../../../../media/wysiwyg/dropdown-arrow-wht.svg) no-repeat 80px 50%;
  max-height: 200px;
}

/* .form.create.account>.fieldset {
padding-left: 12px !important;
}
.form.create.account>.fieldset {
padding-right: 12px !important;
} */

/* footer accordion  */

.accordion {
  cursor: pointer;
  width: 100%;
  transition: 0.4s;
  display: flex;
  justify-content: space-between;
}

/* .active, .accordion:hover {
background-color: #ccc;
} */

.accordion:after {
  content: '\002B';
  color: #333;
  font-weight: normal;
  float: right;
  margin-left: 5px;
  display: none;
  font-size: 30px;
}

.accordion.active:after {
  /* content: "\2212"; */
  transform: rotate(45deg);
}

.panel {
  max-height: none;
  transition: max-height 0.2s ease-out;
}

.panel ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.mfp-close,
html .fancybox-close,
.modal-custom .action-close,
._inner-scroll.modal-popup .action-close,
.modal-slide .action-close {
  text-indent: 0;
  top: 38px !important;
}

._inner-scroll.modal-popup .action-close::before,
.modal-slide .action-close::before {
  content: '\002B';
  font-size: 50px;
  border: 0 !important;
  width: 32px !important;
}

._inner-scroll.modal-popup .action-close::after,
.modal-slide .action-close::after {
  display: none;
}

/* Custom Select Box */
/*the container must be positioned relative:*/
.custom-select {
  position: relative;
}

.custom-select select {
  display: none;
  /*hide original SELECT element:*/
}

.select-selected {
  max-width: 100px;
  padding: 0 12px !important;
  border: 1px solid #009FAC;
  background: #009FAC url(../../../../../../../../media/wysiwyg/dropdown-arrow-wht.svg) no-repeat 80px 50%;
}

/*style the arrow inside the select element:*/
/* .select-selected:after {
position: absolute;
content: "";
top: 14px;
right: 10px;
width: 0;
height: 0;
border: 6px solid transparent;
border-color: #fff transparent transparent transparent;
} */

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  height: 200px;
  overflow: auto;
}

.custom-select ul.select-selected {
  height: 100%;
  border-radius: 14px;
  display: flex;
  justify-content: start;
  align-items: center;
  min-width: 100px;
  font-size: 22px;
  line-height: normal;
}

.select-items li {
  padding: 10px 10px;
  border-bottom: 1px solid #ddd;
  font-size: 20px;
  color: #313131;
}

.select-items li:hover {
  background: #009fac;
  color: #fff;
}

.custom-select ul {
  list-style: none;
  padding: 0;
  color: #fff;
}

ul.select-items {
  color: #222;
  box-shadow: 0px 0px 9px #00000029;
  border-radius: 0 0 20px 20px;
  width: 240px;
}

ul.select-selected.select-arrow-active {
  border-radius: 14px 14px 0px 0;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.block.block-dashboard-info,
.block.block-dashboard-addresses,
.block.block-addresses-default,
.block.block-addresses-list,
.block.block-addresses-list {
  /* background: #fff url(../../../../../../../../media/wysiwyg/banner-small.png) no-repeat center right / contain; */
  padding: 20px;
  border: 2px solid #E8E8E8;
  border-radius: 32px;
}

.block.block-dashboard-addresses,
.block.block-addresses-default,
.block.block-addresses-list {
  background: #fff;
}

.customer-account-index .box .box-title {
  background: none;
}


.back-btn {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../../../../../../../../media/wysiwyg/back-arrow.png) no-repeat center center / contain;
  margin-right: 10px;
}

.newsletter .mage-error {
  position: relative;
  margin: 10px auto 0 40px;
}


.promotions-details a {
  display: flex;
  height: 220px;
  /* height: 190px; */
  justify-content: center;
  align-items: center;
  width: 100%;
}

.promotions-details img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
  max-width: none;
}

.customer-welcome a {
  font-size: 27px;
}

.page-header.type20 .header-main .header-right {
  gap: 10px;
  justify-content: space-between;
}

.page-header.type20 .header-right>* {
  margin-left: 0 !important;
  width: auto;
  min-width: 50px;
  justify-content: center;
  display: flex;
}

.page-header.type20 .header-contact .wishlist {
  margin: 0 !important;
}

main#maincontent .carePlus-inner .container {
  max-width: 100% !important;
  padding: 0;
  margin: 70px auto 20px;
}

.carePlus-inner .useCareContainer {
  margin-bottom: 0;
}

.contact .no-resize.control textarea {
  min-height: 150px;
}

.congr-detail {
  margin-top: 60px;
}

span#timer,
span.timer {
  color: #e00a81;
  font-size: 18px !important;
  padding: 10px 0;
  display: inline-block;
}

.forgot-password label {
  margin-bottom: 16px;
  display: inline-block;
}

.para p {
  font-size: 20px;
  font-weight: bold;
  font-family: var(--museoNorm);
  color: #3F3F3F;
}

.login-register-popup .action.primary {
  min-width: 350px;
}

.page.messages {
  -webkit-animation: cssAnimation 5s forwards;
  animation: cssAnimation 5s forwards;
  opacity: 1;
  margin-top: -10px;

}

@keyframes cssAnimation {
  0% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes cssAnimation {
  0% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* login popup */

.login-register-popup {
  max-width: 750px;
  position: fixed;
  border: 0;
  border-radius: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translate(0px, 0%);
  top: 0%;
  box-shadow: 0px 0px 8px #00000029;
}


.login-overlay {
  background: rgba(255, 255, 255, 0.8);
}

.login-register-popup .cancelbtn,
#social-login-popup .mfp-close,
.modal .cross {
  position: absolute;
  top: -50px !important;
  right: 0;
  margin: 0;
  background: url(../../../../../../../../media/wysiwyg/cross_icon.svg) no-repeat center right;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 0;
  opacity: 1 !important;
  transform: rotate(0deg);
  border: 0;
  outline: 0;
}

.mfp-close:before,
.mfp-close:after {
  display: none;
}

.login-container .field label.label,
.register-container .field label.label {
  font-size: 24px;
  color: #3F3F3F;
  font-family: var(--museoBold);
  margin-bottom: 10px;
  display: inline-block;
}

.forgot-pass a.action.remind {
  color: #009FAC;
}

.forgot-pass {
  padding: 10px 0;
  text-align: right;
}

.login-header {
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto 0px;
}

.login-header a.active {
  flex: 1;
  text-align: center;
  font-weight: bold;
  font-family: var(--museoEbold);
  display: flex;
  justify-content: center;
  border-bottom: 3px solid #009FAC;
  color: #009FAC;
}

.login-header>a,
.login-header .login-popup,
.login-header .registration-popup {
  flex: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  padding: 30px 0;
  font-family: var(--museoNorm);
  color: #707070;
  border-bottom: 2px solid #E8E8E8;
  font-weight: bold;
}

.login-section,
.form-customer-login,
.form-customer-create {
  flex: 1;
}

.login-container,
.register-container {
  padding: 50px;
}

.login-register-popup .action.primary {
  border-radius: 14px;
  background: #009FAC !important;
  border: 0;
  padding: 15px 10px !important;
  height: auto;
  width: auto;
  min-width: 200px;
  font-family: var(--museoNorm);
  font-weight: bold;
  text-transform: none;
  font-size: 24px;
  text-align: center;
  line-height: 1.42857 !important;
}

.mfp-move-from-top.mfp-ready.mfp-bg {
  background: #fff !important;
}

.login-register-popup input[type=text],
.login-register-popup input[type=password],
.login-register-popup input[type=email] {
  margin: 0 !important;
}

.login-register-popup .eyeImage,
.register-container .eyeImage {
  /* top: 57px; */
  top: 24px;
}

.login-register-popup .icon.firstname

/* .login-register-popup input[type=text].fullname */
  {
  background: url(../../../../../../../../media/wysiwyg/user_ic.svg) no-repeat 20px;
  padding-left: 60px !important;
}

.icon.firstname {
  background: url(../../../../../../../../media/wysiwyg/user_ic.svg) no-repeat 20px;
}

.login-register-popup input[type=text].fullname {
  padding-left: 60px !important;
}

/* .login-register-popup input[type=email], */
.login-register-popup .icon.email,
.login-register-popup input[type=email]:-internal-autofill-selected {
  background: url(../../../../../../../../media/wysiwyg/email_ic.svg) no-repeat 20px;
  padding-left: 60px !important;
}

.icon.email {
  background: url(../../../../../../../../media/wysiwyg/email_ic.svg) no-repeat 20px;
}

.login-register-popup .icon,
.forgot-password .icon {
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 40px;
  top: 14px;
  padding-left: 60px;

}

/* .login-register-popup input[type=password], */
.login-register-popup .icon.password,
.login-register-popup input[type=password]:-internal-autofill-selected {
  background: url(../../../../../../../../media/wysiwyg/password_ic.svg) no-repeat 20px;
  padding-left: 60px !important;
}

.icon.password {
  background: url(../../../../../../../../media/wysiwyg/password_ic.svg) no-repeat 20px;
}

.fieldset>.field input.input-text {
  padding-left: 60px !important;
}

.fieldset>.field .captcha input.input-text {
  padding-left: 20px !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {

  transition: background-color 9999s ease-in-out 0s;
}

.login-container .fieldset:after {
  display: none;
}

.field.note {
  padding-right: 120px;
}

.congr-detail .field.note {
  padding-right: 0;
}

.lottieimage img {
  max-width: 210px;
  margin: 20px auto;
}

.congrats-container {
  padding: 80px 110px;
}

.secondary a.action.back span {
  display: none;
}

.secondary a.action.back {
  display: inline-block;
  width: 40px;
  height: 40px;
}

.secondary a.action.back:after {
  font-family: "porto-icons";
  content: "\f80a";
  position: relative;
  font-size: 32px;
  font-weight: bold;
  top: 8px;
  color: #e00a81;
}

.backSec {
  display: flex;
}

.layout-1220 .header.content,
.main-panel-top .container {
  padding-left: 2vw !important;
  padding-right: 2vw !important;
}

.customer-welcome {
  width: auto !important;
}

.customer-welcome span {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 10px;
  font-family: var(--museoNorm);
  font-size: 16px;
  font-weight: bold;
}


/* Contact us page */

main#maincontent .contact-container .container {
  max-width: 100% !important;
}

.contact-container {
  max-width: 95%;
  margin: 0 auto !important;
}

.contact-container h4,
.contact-container h5 {
  font-weight: normal;
  font-family: var(--museoNorm);
  font-size: 40px;
  color: #fff;
  line-height: normal;
}

.contact-container h5 {
  font-size: 32px;
}

.contact-container p {
  font-size: 24px;
  line-height: normal;
  font-family: var(--museoNorm);
}

.contact-container p strong {
  font-weight: normal;
  font-family: var(--museoBold);
  font-size: 22px;
}

.get-in-touch {
  background: transparent linear-gradient(219deg, #00A8B5 0%, #0087A0 100%) 0% 0% no-repeat padding-box;
  padding: 70px !important;
  color: #fff;
}

.wht-btn {
  display: inline-flex;
  padding: 8px 40px 8px 20px;
  border-radius: 10px;
  font-size: 22px;
  line-height: normal;
  color: #707070 !important;
  background: #fff url(../../../../../../../../media/wysiwyg/direction_icon.svg) no-repeat 125px 15px / 20px;
}

.mail-icon,
.phone-icon,
.loc-icon {
  background: url(../../../../../../../../media/wysiwyg/mail_icon.svg) no-repeat center center / cover;
  display: flex;
  width: 30px;
  height: 30px;
}

.phone-icon {
  background: url(../../../../../../../../media/wysiwyg/phone_icon.svg) no-repeat center center / cover;
}

.loc-icon {
  background: url(../../../../../../../../media/wysiwyg/location_icon.svg) no-repeat center center / cover;
}

.contact-container {
  background-color: #fff;
  border-radius: 45px;
  overflow: hidden;
}

.contact-container .form.contact {
  background-color: #fff;
  box-shadow: none;
  padding: 40px 70px;
}

.appstore,
.googleplay {
  display: flex;
  width: 100%;
  height: 70px;
  background: url(../../../../../../../../media/wysiwyg/app_store_btn.png) no-repeat center center / contain;
}

.googleplay {
  background: url(../../../../../../../../media/wysiwyg/google_play_btn.png) no-repeat center center / contain;
}

.green-txt span,
.link span {
  color: #009FAC;
}


.contact-container .select-selected,
.contact-container .input-text {
  width: 100%;
  background: none;
  border: 1px solid #ddd;
  max-width: none;
  height: auto;
  min-height: 50px;
  border-radius: 14px;
  max-height: none;
  color: #777;
  padding: 10px 20px !important;
}

.contact-container ul.select-items {
  width: 100%;
  height: auto;
  max-height: 200px;
}


.find-stores {
  padding: 100px 0;
}

.store-sec {
  display: inline-block;
  width: 100%;
  padding: 40px 35px;
  background: #fff;
  box-shadow: 0px 24px 38px #00738917;
  border-radius: 32px;
}

.find-stores h2 {
  font-family: var(--museoBold);
  font-size: 40px;
  width: 100%;
  text-align: center;
}


.map-section {
  margin-bottom: 100px;
}

.map-section h4 {
  font-size: 32px;
  font-family: var(--museoNorm);
  line-height: normal;
}


.map-section p,
.map-section ul li {
  font-size: 24px;
  font-family: var(--museoBold);
  line-height: 1.5;
}

.map-section ul li strong {
  font-weight: bold;
  flex: 0 0 180px;
  font-family: var(--museoNorm);
}

.map-section ul {
  padding: 0;
  list-style: none;
}

.map-section ul li {
  padding: 10px 0;
  display: flex;
}

.map {
  /* background-color: #ddd; */
  padding: 0;
}




/* 404 page */
.not-found {
  display: flex;
  margin: 30px auto 50px;
  width: 1000px;
  max-width: 70%;
  background: transparent linear-gradient(240deg, #00A8B5 0%, #0087A0 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  padding: 50px;
  border-radius: 50px;
}

.img-not-found {
  display: flex;
  height: 350px;
  width: 100%;
  background: url(../../../../../../../../media/wysiwyg/404-error.png) no-repeat center center;

}

.not-found p {
  font-size: 28px;
  line-height: 1.5;
  max-width: 80%;
  margin: 0 auto 40px;
  font-family: var(--museoLight);
}

.not-found a.wht-btn {
  color: #009FAC !important;
  background: #fff;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  padding: 15px 20px;
  width: 200px;
  font-size: 24px;
  font-family: var(--museoBold);
}

.animation-img {
  max-width: 150px;
}

.fieldset>.field.required>.label:after {
  color: #222;
}

#totop {
  display: none !important;
}



.login-register-popup .icon,
.login-register-popup .eyeImage,
.register-container .eyeImage {
  /* top: 50%;
transform: translate(0px, -50%); */
}

/* About us */
.about_us .useCareContainer {
  background: transparent linear-gradient(256deg, #00A8B5 0%, #0087A0 100%) 0% 0% no-repeat padding-box;
  box-shadow: none;
  padding-bottom: 0;
  max-height: 55vh;
  overflow: hidden;
  height: 280px;
  background: url(../../../../../../../../media/wysiwyg/About_Us_Banner.png) no-repeat center center / cover;
}

.about_us .useCareContent, .about_us .useCareImage { display: none;}

.about_us .useCareHeading h2 {
  font-size: 40px;
  color: #fff;
  font-family: var(--museoBold);
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 25px;
}

.para-wht {
  font-size: 24px;
  color: #fff;
  line-height: 30px;
  letter-spacing: inherit;
  font-family: var(--museoNorm);
  padding-right: 80px;
}

.about_us .useCareContent {
  gap: 0;
  align-self: start;
  padding: 30px 0 0 20px;
}

span.pink-tag {
  background: #E00A81;
  color: #fff;
  padding: 5px 15px;
  border-radius: 6px;
  margin: 0 auto 15px;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
}

.about_us .useCareImage img {
  object-fit: unset;
  height: auto;
}

.about_us .useCareImage {
  padding-top: 20px;
}

.counts {
  display: flex;
  width: 70%;
  margin: 0 auto;
  background: #fff;
  margin-top: -70px;
  position: relative;
  box-shadow: 0px 24px 38px #00738917;
  border-radius: 32px;
  align-items: center;
  justify-content: space-between;
  padding: 25px 40px;
}

.counts p {
  margin: 0;
  font-size: 24px;
  line-height: normal;
  font-family: var(--museoNorm);
  color: #707070;
}

h3.green-heading {
  margin: 0;
  color: #009FAC;
  font-size: 36px;
  font-family: var(--museoBold);
  font-weight: bold;
}

h4.pink-heading {
  font-size: 40px;
  line-height: normal;
  color: #E00A81;
  margin: 0;
  font-family: var(--museoBold);
}

section.about-para {
  /* font-weight: bold; */
  font-family: var(--museoBold);
  font-size: 24px;
  padding: 60px 0;
  line-height: 32px;
  color: #3F3F3F;
}

.aboutUsTestimonial .magiccart-testimonial-content {
  padding: 20px 40px;
}

span.pink-txt {
  color: #E00A81;
}

.aboutUsTestimonial .testiSlider {
  margin: 0 -30px;
  max-width: none;
  flex: 0 0 calc(100% + 60px);
}

.core-value h2,
.awards h2.heading-title {
  text-align: center;
  font-family: var(--museoBold);
  color: #222222;
  /* font-size: 56px; */
  font-size: 48px;
}

.core-value p {
  /* font-size: 34px; */
  font-size: 25px;
  text-align: center;
  font-family: var(--museoBold);
  line-height: 1.5;
  width: 80%;
  margin: 0 auto;
  color: #222222;
  /* font-weight: bold; */
}

.value-sec figure {
  margin: 0 auto 30px;
}

.value-sec .col-3 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}


.value-sec h4 {
  font-size: 32px;
  line-height: normal;
  /* font-family: var(--museo500); */
  font-family: var(--museoBold);
  margin:0;
}

.awards-sec .inner-promtion-block {
  transform: scale(0.95);
  margin: 0 auto;
}

.awards h2.heading-title {
  margin: 0 auto 40px;
  width: 100%;
  line-height: normal;
}

.awards .pinkBg,
.pressRelease {
  padding: 56px 0;
}

.awards .owl-carousel .owl-nav button.owl-prev {
  margin-left: -30px;
}

.awards .owl-carousel .owl-nav button.owl-next {
  margin-right: -30px;
}

.greenBg .owl-carousel .owl-nav .owl-next:before,
.greenBg .owl-carousel .owl-nav .owl-prev:before,
.pressRelease .owl-carousel .owl-nav .owl-next:before,
.pressRelease .owl-carousel .owl-nav .owl-prev:before {
  color: #009FAC;
}


.awards .owl-carousel .owl-stage {
  height: 100%;
  display: flex;
  padding: 15px 0;
}

.awards .item {
  height: 100%;
  display: flex;
}

.social-pillers {
  padding: 56px 0;
}

.social-pillers .faq-details {
  border-bottom: 0;
}

.awards .owl-carousel.owl-loaded {
  margin: 0;
}

.awards .inner-faq-block {
  height: 100%;
  padding-bottom: 20px;
}

.awards .faq-details p {
  font-size: 18px;
  line-height: 23px;
}

.awards .faq-details h2 {
  font-size: 24px;
}

.core-value {
  padding: 0 0 100px 0;
}

.value-sec {
  margin-top: 80px;
}

i.porto-icon-user-2 {
  background: url(../../../../../../../../media/wysiwyg/user_icon_lg.svg) no-repeat center center / contain;
  display: inline-block;
  width: 50px;
}

.porto-icon-user-2:before {
  content: "";
  width: 19px;
}

.customer-welcome.active ul:before,
.customer-welcome.active ul:after {
  display: none;
}

.latestDeviceContainer .latestProductSlider .sliderBlock,
.products-grid .product-item .product-item-info {
  overflow: hidden;
}

.block-category-list .block-title strong,
.filter-options-title,
.filter .filter-current-subtitle {
  font-weight: inherit;
  font-size: 22px;
  color: #222222;
  text-transform: none;
  font-weight: bold;
  font-family: var(--museoBold);
}


.filter-options .item a,
.block-category-list .block-content ol li a,
.filter-current .item,
.filter-current .item .filter-label {
  font-size: 16px !important;
  font-weight: bold !important;
  color: #222222 !important;
  font-family: var(--museoNorm);
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  text-transform: none;
}

.filter-current .item .filter-label {
  width: auto;
}

.filter-current .item span.filter-value {
  width: auto;
  margin-right: 20px;
  font-size: 16px !important;
  font-weight: bold !important;
  color: #222222 !important;

}

.filter-options .item {
  margin: 0;
  display: flex;
}

.filter-options-content .count {
  display: flex;
  justify-content: center;
  padding: 0;
}

.filter-options .item input[type="checkbox"] {
  top: 0;
  margin: 0 10px 0 0;
}

#ln_slider_price.ui-slider-horizontal {
  height: 7px !important;
  margin-top: 0 !important;
  margin-bottom: 15px;
  box-shadow: none;
  border: 0 !important;
  top: 0;
  background: #000 !important;
}

#ln_slider_price .ui-slider-handle {
  background-color: #fff !important;
  border: 2px solid #222529 !important;
  width: 23px !important;
  height: 23px !important;
  top: -5px;
}


.filter-options-item,
.sidebar-content,
.sidebar .sidebar-content .block-category-list,
.side-custom-block .custom-block,
.sidebar .sidebar-content .side-megamenu,
.block.filter>.content,
.filter-actions {
  border: 0 !important;
}

.filter-options-content .ln_slider_container {
  margin: 0 !important;
}

#latestDeviceProduct .owl-carousel.show-nav-hover:hover button {
  opacity: 1;
}

.owl-carousel.show-nav-hover .owl-prev,
.owl-carousel.show-nav-hover .owl-next,
.owl-carousel.show-nav-hover .owl-prev,
.owl-carousel.show-nav-hover .owl-next {
  opacity: 1 !important;
}

#latestDeviceProduct .owl-carousel.show-nav-hover button.owl-prev.disabled {
  opacity: 0.5 !important;
}


#latestDeviceProduct .products.products-grid {
  padding: 0;
}

.owl-carousel:hover .owl-nav button.disabled,
#latestDeviceProduct .owl-carousel.show-nav-hover:hover button.disabled,
#latestDeviceProduct .owl-carousel button.owl-next.disabled {
  opacity: 0.5 !important;
}


.page-products.layout-1220 .page-main {
  max-width: 80% !important;
  padding: 0;
}


.categorybannercontainer .item-image {
  background: #F6F6F6;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  border-radius: 63px;
  padding: 60px 70px;

}

.categorybannercontainer .owl-carousel .owl-item img {
  max-width: 50%;
}

.catalog-category-view .page-wrapper {
  padding-top: 160px;
}


.catalog-category-view .page-wrapper>.breadcrumbs .items {
  margin-bottom: 0;
  max-width: 80%;
}


.catalog-category-view .page-wrapper>.breadcrumbs {
  display: block;
  background: none;
  order: 2;
  margin: 20px auto 0;
}

.catalog-category-view main#maincontent {
  margin-top: 20px;
  margin-bottom: 100px;
}

.catalog-category-view .page-wrapper>.breadcrumbs .items:after {
  display: none;
}


.catalog-category-view .page-main {
  order: 1;
}

.catalog-category-view main.page-main {
  order: 3;
}

.catalog-category-view .page-footer {
  order: 4;
}

.banner1InnerContent h2 {
  color: #009FAC;
  font-size: 50px;
  font-family: var(--museoBold);
  height: auto;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 10px 0px;
}

.banner1InnerContent p {

  color: #1D1D1F;
  font-family: var(--museoBold);
  font-size: 31px;
  line-height: normal;
}

.owl-carousel .owl-dots .owl-dot span {
  background: #D1D1D1 !important;
  opacity: 0.44;
  box-shadow: 0px 3px 6px #00000029;
}

.owl-carousel .owl-dots .owl-dot.active span {
  background: #E00A81 !important;
  opacity: 1;
  box-shadow: 0px 3px 6px #00000029;
}

.page-products .filterproducts {
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
  padding: 30px 0;
}

.page-products .latestDeviceContainer .latestProductSlider .sliderBlock,
.page-products .products-grid .product-item .product-item-info {
  /* box-shadow: none; */
}

.page-products .products-grid.columns3 .product-item {
  max-width: 33%;
}


.video-sec.care-sec {
  border-radius: 50px;
  padding: 10px !important;
}

.video-sec.care-sec img {
  box-shadow: 0px 0px 9px #00000029;
  border-radius: 32px;
}


main#maincontent {
  z-index: 99;
}

.resetpassword {
  top: 50%;
  transform: translate(0px, -50%);
}

.resetpassword .form.create.account.form-create-account.register-container {

  padding: 35px 40px;
  border: 0;
}

.wht-bg {
  display: inline-block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff !important;
  opacity: 0.8;
}

.modals-wrapper {
  position: absolute;
  z-index: 999;
}


.userotp-index-customforgot main#maincontent {
  z-index: 999;
  position: relative;
}


.additional-addresses table th.col {
  width: auto;
  font-size: 20px;
  font-weight: normal;
  color: rgba(63, 63, 63, 0.7);
  font-family: var(--museoEbold);
  background: rgba(240, 240, 240, 0.7);
  /* white-space: nowrap; */
}

.additional-addresses table th.col.actions {
  min-width: 150px;
}


.additional-addresses table td.col {
  color: #3F3F3F;
  font-family: var(--museoEbold);
  font-size: 20px;
  vertical-align: middle;
  border-bottom: 1px solid #E8E8E8;
}

.limiter .limiter-label {
  color: #3F3F3F;
  font-size: 18px;
  font-family: var(--museoNorm);
  font-weight: bold;
}


.toolbar select.limiter-options {
  min-width: 0;
  min-height: 0;
  height: auto;
  padding: 8px 40px 8px 15px !important;
}

.action.editbtn,
.action.deletebtn {
  display: inline-flex;
  width: 50px;
  height: 50px;
  border-radius: 7px;
  background-color: #F0F0F0;
  border: 0;
}

.action.editbtn {
  background: #F0F0F0 url(../../../../../../../../media/wysiwyg/edit_icon.svg) no-repeat center center / 20px;
}

.action.deletebtn {
  background: #F0F0F0 url(../../../../../../../../media/wysiwyg/trash_icon.svg) no-repeat center center / 20px;
}

.primary .action.tealBtn {
  background: #009FAC !important;
  font-size: 22px !important;
  padding: 12px 30px !important;
}

.pager {
  margin-bottom: 0;
}

.product.details.product-item-details {
  text-align: left;
}

.wishlist-index-index .products-grid .product-item {
  width: 32%;
}

.editDelete {
  display: flex !important;
  justify-content: center;
  padding: 0px 0 10px 0;
  gap: 20px;
  cursor: pointer;
  margin: 0 !important;
}

.edit-btn,
.trash-btn {
  display: inline-flex;
  width: 76px;
  height: 60px;
  border-radius: 14px;
  justify-content: center;
  background: #009FAC url(../../../../../../../../media/wysiwyg/edit_icon_wht.svg) no-repeat center center / 26px;
}

.trash-btn {
  background: #009FAC url(../../../../../../../../media/wysiwyg/trash_icon_wht.svg) no-repeat center center / 26px;
}

.field.choice label span {
  font-size: 18px;
  color: #3F3F3F;
  font-family: var(--museoEbold);
  letter-spacing: -0.3px;
}

.field.choice input[type="checkbox"] {
  position: absolute;
}

legend.legend.h2 span {
  color: #222;
  font-size: 30px;
}

.order-history-table {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #009FAC;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}

.table-heading {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background: #F1F9FA;
  border-radius: 10px;
}

.table-heading h4 span {
  color: #757575;
  font-family: var(--museoNorm);
  font-weight: bold;
}

.table-heading h4 {
  color: #222222;
  font-family: var(--museoBold);
  font-weight: bold;
  margin: 0;
  line-height: normal;
  font-size: 22px;
}

.status {
  display: inline-block;
  padding: 2px 10px;
  background: #FFF4DE;
  margin: 10px auto;
  color: #FFA800;
  border-radius: 6px;
  font-size: 14px;
}

.status.p-pymnt {
  background: #FFE2E5;
  color: #F64E60;
}

.status.p-paid {
  background: #E4F4F6;
  color: #009FAC;
}

.status.d-schdld {
  background: #ECF6FC;
  color: #3494CD;
}

.status.deliverd {
  background: #DEF2E5;
  color: #11A661;
}

.order-details {
  padding: 15px 20px;
}

button.btn.teal-btn,
.btn.teal-btn {
  border-radius: 14px;
  border: 0;
  background: #009FAC;
  color: #fff;
  font-weight: normal;
  font-family: var(--museoBold);
  font-size: 20px;
  padding: 12px 30px;
}

.account .column.main h2 {
  font-size: 26px;
  font-family: var(--museoNorm);
  margin: 0 auto 10px;
  line-height: 27px;
}

.account .column.main h2.price {
  font-size: 24px;
  font-family: var(--museoBold);
}

.wishlist-index-index .products-grid .product-items .product-item {
  width: 33% !important;
  padding: 0 10px;
  margin: 0;
}

.wishlist-index-index .products-grid .product-items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5%;
  row-gap: 20px;
}

.order-details .price {
  color: #E00A81;
  font-size: 24px;
  font-weight: bold;
}

.myOrders {
  padding: 40px 40px 20px !important;
}

.order-details .gap-4 {
  gap: 30px;
}

.wishlist-index-index .products-grid .product-item .product-item-inner>.editDelete {
  flex-direction: column;
  padding: 0;
  margin: 0;
  gap: 0;
}

.wishlist-index-index .pro-Image {
  overflow: hidden;
}

.account .page-main .page-title-wrapper .order-date .label {
  display: block;
}

.order-date {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.order-date span {
  font-weight: bold;
  color: #222222;
}

ul.items.order-links {
  display: inline-block;
  position: relative;
  width: 100%;
}

.order-details-items.ordered.border-0 {
  border: 0;
}

.table-order-items th {
  background: #F0F0F0;
  padding: 15px 15px !important;
}

.order-details-items .col {
  color: #757575;
  font-size: 22px;
  font-family: var(--museoBold);
  font-weight: bold;
}

.order-details-items .table-order-items td {
  margin: 0 0 10px;
  font-weight: normal;
  color: #222222;
  font-size: 18px;
  font-family: var(--museoEbold);
  vertical-align: middle;
  padding: 20px 15px !important;
}

.order-details-items .col.price .price-excluding-tax {
  font-size: 18px;
}

.order-details-items .table-order-items .product-item-name {
  margin: 0;
}

.order-details-items .col.subtotal {
  text-align: right !important;
}

.order-details-items .col {
  text-align: left !important;
}


.table.table-order-items tfoot tr th.mark {
  background: none;
  color: #5E5E5E;
  font-size: 22px;
  font-weight: bold;
  font-family: var(--museoNorm);
  width: auto;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}


tr.grand_total th strong,
tr.grand_total td.amount strong,
tr.grand_total .amount .price {
  color: #009FAC;
  font-family: var(--museoBold);
}



.order-details-items .table-order-items td {
  padding: 15px 15px !important;
}

.blk-title span {
  color: #222222 !important;
  font-size: 30px !important;
}

.box-content address,
.box-content span,
.payment-method.checkmemo .title {
  font-size: 24px !important;
  line-height: 1.5;
  color: #3F3F3F;
  font-family: var(--museoBold);
  font-weight: normal;
  margin: 0px;
}

.green-btn,
.store-sec .green-btn,
.store-sec .green-btn:hover {
  background: #009FAC;
  color: #fff !important;
  border: 0 !important;
  border-radius: 14px !important;
  font-size: 24px !important;
  font-family: var(--museoBold);
  font-weight: normal;

  padding: 12px 20px 12px 20px !important;
}

.green-btn,
.green-btn:hover {
  border: 1px solid #009FAC !important;
  color: #222222 !important;
  font-size: 18px !important;
  font-family: var(--museoEbold);
  border-radius: 14px !important;
  padding: 12px 20px 12px 40px !important;
  margin-right: 10px;
  background: #fff;
  display: inline-block;
}

.products-grid.wishlist .product-item-photo {
  max-width: 100%;
  display: flex;
}


.products-grid.wishlist .product-item .price-box {
  padding: 0 !important;
  font-size: 14px;
}

.wishlist-index-index .productDetail {
  height: auto;
}

.wishlist-index-index .pro-btn button {
  max-width: none !important;
  width: 100% !important;
}

.wishlist-index-index .products-grid .product-item .product-item-inner {
  margin: 0px 0 0 !important;
  padding: 0px !important;
}

.products-grid.wishlist .product-item-actions {
  margin: 0;
}


/* .wishlist-index-index .price-box .price {
  font-size: 22px !important;
} */

.wishlist-index-index .column.main h2 {
  font-size: 19px !important;
  margin-bottom: 2px;
}

.wishlist-index-index .column.main .pro-heading h2 {
  font-family: var(--museoBold);
  height: auto;
  max-height: 52px;
}

.product-item-info,
.product-item-actions {
  margin: 0;
}

.tooltip.wrapper .tooltip.toggle {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: #ddd;
  font-size: 0;
  border-radius: 50%;
  position: absolute;
  top: 0;
}

.pro-price {
  position: relative;
}

.products-grid.wishlist .product-item-tooltip {
  position: absolute;
  right: 0;
  top: 0;
}

.wishlist-index-index .products-grid .product-item .product-item-info {
  height: auto;
}

.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current strong {
  font-weight: bold !important;
}


.wishlist-index-index .toolbar.wishlist-toolbar {
  display: none;
}

.account.page-layout-2columns-left .column.main {
  width: 73% !important;
}

.account.page-layout-2columns-left .sidebar-main,
.account.page-layout-2columns-left .sidebar-additional {
  width: 26% !important;
}

.account main#maincontent {
  max-width: 75% !important;
}

.order.green-btn {
  background: url(../../../../../../../../media/wysiwyg/repeat.svg) no-repeat 12px 15px / 18px;
}

.print.green-btn {
  background: url(../../../../../../../../media/wysiwyg/printing.svg) no-repeat 12px 13px / 18px;
}


.swatch-attribute-options .swatch-option.color,
.swatch-attribute-options .swatch-option.image

/* .swatch-option */
  {
  border-radius: 50%;
  width: 24px !important;
  height: 24px !important;
  min-width: 0;
  margin: 0 !important;
}

.swatch-attribute-options {
  display: flex;
  gap: 25px;
}

.swatch-option.selected {
  /* border: 2px solid #00000036 !important; */
}

.swatch-option.color.selected:before,
.swatch-option.image.selected:before {
  display: none;
}

.page-products .sorter {
  margin: 0;
}

.page-products .sorter .sorter-label {
  display: none;
}

.toolbar-products {
  justify-content: end;
  margin: 0;
  position: absolute;
  position: relative;
  margin-top: -28px;
  right: 0;
  top: 0;
}

.wrapper.products {
  margin-top: -30px;
}

.modes {
  margin: 0 0 0 30px;
}

.toolbar-sorter.sorter select {
  background: url(../../../../../../../../media/wysiwyg/down_arrow.svg) no-repeat 96% 50% / 12px;
  border: 0;
  font-size: 16px !important;
  color: #222222;
  font-family: var(--museoEbold);
  width: auto;
  min-width: 0;
}


.sorter-action:before {
  color: #3F3F3F;
  opacity: 0.68;
}

.modes .modes-mode {
  background: #F2F2F2;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px 0 0;
  border-radius: 6px;
}

.modes .modes-mode.active {
  background: #00a5b5;
  color: #fff;
}

.products.products-grid,
.products.wrapper.list.products-list {
  padding-top: 50px;
}

/* .products .product-item-photo {
  height: 230px !important;
} */

.category-container.plpcatcontain {
  position: absolute;
  z-index: 9;
}

/* .swatch-option.text,
.swatch-option.text:hover {
background: #00a5b5;
color: #ffffff;
border: 1px solid #00a5b5;
} */

.catalog-category-view .sidebar.sidebar-main .sidebar-content,
.catalogsearch-result-index .sidebar.sidebar-main .sidebar-content {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  bottom: auto !important;
}

.modes-mode.mode-grid:before,
.modes-mode.mode-list:before {
  content: "";
  background: url(../../../../../../../../media/wysiwyg/grid_icon.svg) no-repeat center center / 17px;
  width: 100%;
  height: 100%;
}

.modes-mode.mode-list:before {
  background: url(../../../../../../../../media/wysiwyg/list_icon.svg) no-repeat center center / 22px;
}

.modes-mode.mode-grid.active:before {
  background: url(../../../../../../../../media/wysiwyg/grid_icon_active.svg) no-repeat center center / 17px;
}

.modes-mode.mode-list.active:before {
  background: url(../../../../../../../../media/wysiwyg/list_icon_active.svg) no-repeat center center / 22px;
}

.product-info-main .product.overview .value {
  font-family: var(--museoNorm);
  font-weight: bold;
  color: #222;
  line-height: 2.4;
}

.product-options-bottom,
.product-info-price,
.pricing-sec .mntlypymnt {
  color: #3F3F3F;
}

.pricing-sec {
  line-height: normal;
}

.content-detl p.sm-des {
  line-height: normal;
}

.pricing-sec .mntlypymnt {
  font-weight: 600;
  color: #3F3F3F;
  line-height: 1;
  letter-spacing: -.02em;
  display: none;
}

.product-info-main .page-title-wrapper h1 {
  margin-bottom: 32px;
}

.product.details.product-item-details .pro-price.d-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.box-tocart .field.qty {}

.qty.field .input-text.qty,
.col.qty .input-text.qty {
  padding: 0 !important;
  height: auto !important;
  min-height: 0;
  border: 0;
  border-radius: 0 !important;
  background: none;
  font-family: var(--museoBold);
}

.qty.field .qty-changer>a,
.col.qty .qty-changer>a {
  height: 100%;
  border: 0;
}

.qty.field .control,
.col.qty .control {
  background: #F6F6F6;
  padding: 15px 57px;
  width: auto;
  justify-content: center;
  border-radius: 14px;
  border: 1px solid #E1E1E1;
}

.qty-changer .qty-inc {
  transform: scale(1.5);
  right: 20px !important;
}


.qty-changer .qty-dec {
  transform: scale(1.5);
  left: 20px !important;
}

.swatch-attribute-label {
  /* font-weight: 700; */
  position: relative;
  color: #222222;
  font-size: 28px;
  font-family: var(--museoEbold);
}

.page-product-configurable .swatch-attribute-options .swatch-option.color {
  width: 39px !important;
  height: 39px !important;
}

.product-add-form .swatch-attribute-options {
  margin: 15px 0px 0px !important;
}

.swatch-opt .swatch-attribute {
  margin-bottom: 20px;
}

.swatch-option.color.selected,
.swatch-option.color:hover {
  /* border: 3px solid #009FAC !important; */
  border: 3px solid rgba(0, 0, 0, 0.7) !important;
}

/* .fotorama__nav--thumbs .fotorama__nav__frame,  .fotorama__thumb-border  {
  width: 70px !important;
  height: 70px !important;
} */

.swatch-option.text {
  border: 1px solid #E1E1E1;
  border-radius: 14px;
  font-size: 18px !important;
  font-family: var(--museoEbold);
  color: #3F3F3F;
  padding: 15px 20px !important;
  background: #FFFFFF;
  width: 180px;
  height: 52px !important;
  line-height: 1 !important;
  width: auto;
}


.swatch-option:not(.disabled):hover {
  outline: 0;
}

.swatch-option.text.selected {
  /* border: 1px solid #00a5b5 !important;
  box-sizing: border-box;
  box-shadow: 0 0 0 2px #00a5b5 !important; */

  border: 1px solid rgba(0, 0, 0, 0.3) !important;
  box-sizing: border-box;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.7) !important;
}

.swatch-option.text:focus,
.swatch-option.text:active {
  box-shadow: none;
}

.swatch-option.text.selected:focus,
.swatch-option.text.selected:active {
  outline: 0 !important;
  /* box-shadow: none !important; */
  /* box-shadow: 0 0 0 2px #00a5b5 !important; */


  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.7) !important;
}

.page-layout-1column .product-info-main,
.page-layout-2columns-left .product-info-main,
.page-layout-2columns-right .product-info-main,
.page-layout-3columns .product-info-main,
.page-product-downloadable .product-options-bottom {
  width: 52%;
}

/* .fotorama__nav__shaft {
display: flex !important;
justify-content: start !important;
gap: 5px;
margin: 10px auto;
padding: 0px 0;
}

.fotorama__nav--thumbs .fotorama__nav__frame {
padding: 0 !important;
margin: -4px 0 0 0;
border-radius: 20px;
overflow: hidden;
border: 1px solid #ddd;
height: 90px;
width: 90px !important;
}

.fotorama__thumb-border {
margin: 0 !important;
top: -3px !important;
border-radius: 20px;
width: 92px !important;
height: 92px !important;
}

.fotorama__nav .fotorama__thumb-border {

border-color: #00a5b5;
} */

.sm-heading {
  color: #3F3F3F;
  font-size: 20px;
  font-family: var(--museoNorm);
  font-weight: bold;
  line-height: normal;
}

.benifits h4.sm-heading {
  font-family: var(--museoBold);
  font-weight: normal;
  margin: 0;
}

.radio-btn label {
  color: #222222;
  font-size: 20px;
  font-family: var(--museoNorm);
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
}

.radio-btn label:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #CBCBCB;
}

.radio-btn input:checked+label:before {
  background: #00a5b5;
  box-shadow: inset 0 0 0px 5px rgba(255, 255, 255, 1);
}

.radio-btn input {
  position: absolute;
  opacity: 0;
}

.radio-btn {
  margin: 0px 30px 20px 0;
}


.select-number {
  padding: 30px !important;
  background: #fff;
  border-radius: 32px;
  box-shadow: 0px 9px 31px #00000012;
  /* margin: 50px 0 70px 0; */
  margin: 50px 0 0px 0;
  position: relative;
}


.select-number select {
  border: 1px solid #E1E1E1;
  /* height: 50px !important; */
  /* padding: 0 !important; */
  min-height: 50px;
  margin-bottom: 10px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.paymentMethod h2 {
  font-size: 56px;
  font-size: 42px;
  line-height: 60px;
  color: #009FAC;
  font-family: var(--museoBold);
  font-weight: 700;
  margin-bottom: 14px;
}

p.sm-para {
  font-size: 24px;
  color: #3F3F3F;
  font-family: var(--museoNorm);
  font-weight: bold;
}

.paymentMethod small {
  font-size: 13px;
  color: #222222;
  font-family: var(--museoNorm);
}

.choosePlan .owl-carousel .owl-nav {

  left: 0;
  right: 0;
  margin: 0 -20px;
  width: auto;
}

.trendingPlanBlock.selected {
  border: 3px solid #e00a81;
}

.choosePlan .products .product-item {
  padding-left: 20px;
  padding-right: 20px;
}

.specification-sec h3 {
  color: #009FAC;
  font-size: 42px;
  line-height: normal;
  font-family: var(--museoBold);
  font-weight: bold;
}

.specific-listing {
  background: #fff;
  padding: 0 !important;
  border-radius: 32px !important;
  overflow: hidden;
  box-shadow: 0px 0px 9px #00000029;
}

.specific-listing li {
  display: flex;
  justify-content: space-evenly;
  text-align: left;
  font-size: 22px;
  padding: 25px 40px;
  border-bottom: 2px solid #E2E2E2;
}

.specific-listing li strong {
  flex: 1;
  font-family: var(--museoBold);
  color: #000000;
}

.specific-listing li span {
  flex: 1;
  font-family: var(--museoBold);
  font-weight: bold;
  color: #009FAC;
}

.specific-listing li:last-child {
  border: 0;
}

.description {
  margin: 0 0 0 30px;
  background: #fff;
  padding: 40px !important;
  border-radius: 32px !important;
  overflow: hidden;
  box-shadow: 0px 0px 9px #00000029;
}


.description p {
  color: #3F3F3F;
  font-size: 18px;
  line-height: 2;
  font-family: var(--museoNorm);
  font-weight: bold;
}


.bullets:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  background: #009FAC;
  border-radius: 50%;
  margin: 0 5px 0 0;
}




.selectable label {
  color: #3F3F3F;
  display: flex;
  font-size: 24px;
  font-family: var(--museoEbold);
  background: #fff;
  border-radius: 14px;
  padding: 12px 32px;
  border: 2px solid #E1E1E1;
  border-radius: 14px;
  cursor: pointer;
  justify-content: center;
}

.selectable label {
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.selectable label span {
  font-family: var(--museoNorm);
  font-weight: bold;
  font-size: 14px;
}

.selectable input:checked+label {
  border: 2px solid #009FAC;
}

.methods {
  gap: 10px;
  padding: 30px 0;
}

.methods input {
  opacity: 0;
  position: absolute;
}

.paymentMethod .sm-para {
  margin: 0;
}


.selectable {
  position: relative;
}

.description figure {
  display: flex;
  gap: 30px;
  padding: 20px 0 40px 0;
  justify-content: center;
}

.specification-sec .description figure {
  justify-content: start;
  padding: 0px 0 40px 0;
}

.description figure img {
  max-width: 50px;
}


.product-add-form .box-tocart {
  border: 0;
}

.payment-details-sec {
  box-shadow: 0px 0px 8px #00000029;
  border: 1px solid #00000000;
  border-radius: 31px;
  width: 90%;
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 9;
  padding: 15px;
}

.payment-details-sec .even {
  max-width: 290px;
  gap: 0px;
}


.even {
  justify-content: space-evenly;
}

.content-detl h4.name {
  /* color: #E00A81; */
  color: #222529;
  font-family: var(--museoBold);
  margin: 0 0 5px 0;
  font-size: 18px;
}

.payment-details-sec .products {
  flex-direction: column;
}

.payment-details-sec .products .product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.payment-details-sec .products .product:last-child {
  margin-bottom: 0;
}

.content-detl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 10px;
  flex: 0 0 calc(100% - 200px);
}

.green-txt {
  color: #00a5b5;
}

.payToday {
  justify-content: end;
}

.content-detl .sm {
  font-weight: bold;
  font-family: var(--museoNorm);
  text-transform: capitalize;
}

.payToday .primary-btn,
.box-tocart .action.primary.tocart {
  display: flex;
  align-items: center;
  height: auto;
  min-height: 0;
  align-self: center;
  border-radius: 20px;
  font-family: var(--museoNorm);
  font-size: 28px;
  margin: 0 0 0 40px;
  color: #fff;
  background: #e00a81;
  padding: 20px 70px;
  border: 1px solid #e00a81;
}

.box-tocart .action.primary.tocart {
  text-transform: none;
  padding: 5px 20px;
  border: 0;
  border-radius: 14px;
  font-size: 20px;
}

/* .payToday .primary-btn[disabled] {
  background: #CACACA;
  border: 1px solid #CACACA;
} */


p.sm-des {
  color: #222222;
  font-size: 12px;
  margin: 10px auto 10px;
  font-family: var(--museoEbold);
}

.price-sec {
  font-family: var(--museoBold);
  font-size: 20px;
  margin: 0;
}

.payment-details-sec .products .product .price-sec {
  line-height: normal;
}

.price-sec strong {
  font-size: 20px;
}

.payment-details-sec h4 {
  font-family: var(--museoBold);
  margin: 0;
  font-size: 24px;
  /* color: #000000; */
  color: #009FAC;
}

span.price-pm {
  font-family: var(--museoNorm);
  margin: 0;
  font-size: 22px;
  font-weight: bold;
  color: #222;
}


form.tocart-form {
  width: 100%;
}

.product-add-form form {
  display: flex;
  flex-direction: column;
}

#product-options-wrapper {
  order: 2;
}

.product-options-bottom {
  order: 1;
}

.fotorama__thumb-border {
  border-radius: 16px;
  margin: 0 !important;
}

.fotorama__nav__frame {
  border-radius: 20px;
  overflow: hidden;
  padding: 0 !important;
  border: 1px solid #ddd;
  box-sizing: border-box !important;
}

.fotorama__nav__shaft {
  display: inline-flex !important;
  justify-content: start;
  gap: 8px !important;
}

.fotorama__nav.fotorama__nav--thumbs {
  padding: 6px 10px;
}

.fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
  margin: 15px auto;
}

.fotorama__nav .fotorama__thumb-border {
  /* border: 3px solid #009FAC !important; */

  border: 1px solid rgba(0, 0, 0, 0.3) !important;
  box-sizing: border-box;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.7) !important;
}

span.seperator {
  display: inline-block;
  width: 5px;
  height: 90px;
  background: #e00a8163;
  border-radius: 40px;
  margin: 0 0 0 20px;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9;
}

.modal-dialog {
  width: 90%;
  max-width: 1200px;
  max-height: calc(100vh - 220px);
  background: #fff;
  position: absolute;
  margin: 0 auto;
  top: 180px;
  left: 0;
  right: 0;
  border-radius: 20px;
  box-shadow: 0px 0px 8px #00000029;
  display: flex;
  /* overflow: auto; */
}

.numbers {
  display: flex;
  flex-wrap: wrap;
}

.pricing {
  font-size: 30px;
  font-family: var(--museoEbold);
  line-height: normal;
}

h2.title {
  font-size: 28px;
  font-family: var(--museoBold);
  font-weight: bold;
  margin: 0 auto 10px;
}

p a.link {
  font-size: 14px;
}

.numbers input {
  max-width: 70px;
  height: 70px;
  box-sizing: border-box;
  text-align: center;
  margin: 0 10px 0 0;
}


.modal-body {
  padding: 30px;
}


.modal-body .heading-title, .bordered-box.progresif-yes h2.title, .bordered-box.progresif-dst-imagine h2.title, h2.title.existing-number-title {
  margin: 0 auto 10px;
  font-size: 26px;
  font-family: var(--museoBold);
}



.modal .modal-content {
  width: 100%;
  overflow: auto;
}

.bordered-box {
  display: flex;
  justify-content: space-between;
  /* border: 3px solid #E00A81; */
  border: 3px solid #00a5b5;
  padding: 40px;
  border-radius: 32px;
  margin: 20px auto 20px;
  background: #fff;
}

.modal .cross {
  top: 10px !important;
  right: 10px;
  background: url(../../../../../../../../media/wysiwyg/cross_icon2.svg) no-repeat center right;
}

.bordered-box button.btn-bordered,
.t-btn .select.btn.btn-bordered,
.t-btn .select.btn.btn-bordered:hover .bordered-box button.btn-bordered:hover {
  border: 2px solid #E00A81;
  background: #fff;
  border-radius: 14px;
  color: #222;
  height: 50px;
  box-sizing: border-box;
  font-size: 20px;
  padding: 0;
}

.t-btn .select.btn.btn-bordered {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-family: var(--museoBold);
  height: 50px !important;
  width: 160px;
  background: #E00A81;
  font-weight: normal;
  color: #fff;
}

/* .selected .t-btn .select.btn.btn-bordered {
  background: #fff;
  color: #222;
} */

.numeric {
  padding: 10px 20px;
  flex: 1;
  max-width: 20%;
  text-align: center;
  color: #222;
  font-family: var(--museoEbold);
  font-size: 20px;
  background: #fff;
  border: 2px solid #E1E1E1;
  border-radius: 14px;
  margin: 20px 10px 0 0;
  min-width: 170px;
  cursor: pointer;
}

.numeric.active {
  border-color: #00a5b5;
}

.numbers .dropdown {
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  color: #E00A81;
  font-family: var(--museoEbold);
  font-size: 20px;
  padding-right: 30px;
  background: url(../../../../../../../../media/wysiwyg/down-arrow.svg) no-repeat center right / 20px;
}

.bordered-box.filled {
  /* background: #E00A81; */
  background: #00a5b5;
}

.yourNum {
  display: flex;
  justify-content: space-between;
}

.yourNum {
  font-size: 28px;
  font-family: var(--museoBold);
  color: #fff;
  line-height: normal;
  padding: 25px 20px;
}

.yourNum .num {
  font-size: 32px;
  font-family: var(--museoBold);
  line-height: normal;
}

.modal-body .btn {
  margin: 30px auto 0;
  font-size: 28px !important;
  line-height: 2 !important;
  width: 210px;
}

.grey-box {
  border: 2px solid #E8E8E8;
  border-radius: 32px;
  background: #fff;
  display: inline-block;
  padding: 40px;
  width: 100%;
}

.grey-box h5 {
  font-size: 24px;
  font-family: var(--museoBold);
  color: #000;
  line-height: normal;
}

.productBundle h2,
.plan-details h2 {
  color: #222222;
  font-size: 38px;
  font-family: var(--museoBold);
  line-height: normal;
}

.plan-details h2.back_txt {
  font-size: 30px;
  align-items: center;
  display: flex;
}

.productBundle h2 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.checkthanks {
  display: inline-block;
  width: 80px;
  height: 80px;
  background: url(../../../../../../../../media/wysiwyg/Success.gif) no-repeat center center / cover !important;
}

.productBundle .btn {
  height: auto !important;
  font-size: 20px !important;
  width: 160px;
}

.addons-box {
  border: 2px solid #E8E8E8;
  border-radius: 32px;
  background: #fff;
  display: inline-block;
  padding: 40px 20px;
  width: 100%;
}

.column-sec {
  border-bottom: 2px solid #E8E8E8;
  padding: 20px 0;
}

.column-sec .col {
  /* padding: 10px 10px; */
  padding: 0;
}

.column-sec h4 {
  color: #222222;
  font-size: 30px;
  font-family: var(--museoBold);
  font-weight: bold;
  line-height: normal;
}



.column-sec p {
  color: #222222;
  font-size: 24px;
  font-family: var(--museoBold);
  margin: 0 auto 12px;
}

.column-sec p.sm-txt {
  color: #727272;
  font-size: 23px;
  margin: 0;
  font-weight: normal;
  line-height: 2;
}

.bottom-sec {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 60px 0 0;
}

a.link {
  font-size: 28px;
  color: #E00A81;
  margin: 20px auto 40px;
  font-family: var(--museoEbold);
}


.bottom-sec small.terms {
  font-size: 22px;
  color: #3F3F3F;
  font-family: var(--museoBold);
}


.bottom-sec small.terms a {
  text-decoration: underline;
}


.addons-box.bordered {
  border: 2px solid #E00A81;
  margin: 0 auto 30px;
  overflow: hidden;
}

.column-sec {
  width: 100%;
  justify-content: space-between;
}

/* .product-sec span {
  font-size: 14px;
} */

span.green-text {
  color: #00a5b5;
}

/* .product-sec span {
  line-height: 1.8;
  color: #3F3F3F;
  font-family: var(--museoBold);
  font-size: 19px;
} */

.column-sec span.price {
  font-size: 22px;
  color: #009FAC;
  font-family: var(--museoBold);
  font-weight: bold;
}

span.green-text {
  color: #009FAC;
  margin: 0 10px 0 0;
}

.price-bar .bordered-box {
  margin: 0 -20px -40px;
  border-radius: 0 0 28px 28px;
  align-items: center;
  padding: 20px;
}

.price-bar .price {
  font-size: 22px;
}

.cart-container {
  display: flex;
  flex-direction: column;
}

.cart-container .form.form-cart {
  background: #fff;
  border: 2px solid #E8E8E8;
  padding: 40px 60px;
  border-radius: 32px;
  width: 100%;
}


.form.form-cart th.col {
  font-size: 26px !important;
  font-family: var(--museoNorm);
  font-weight: bold !important;
  text-transform: none !important;
  padding: 10px 0px 30px !important;
  border-bottom: 2px solid #ddd !important;
}

.cart.table-wrapper .product-item-name>a {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 0;
  white-space: normal;
  font-family: var(--museoEbold);
}

.cart.table-wrapper .col.qty {
  display: none;
}

span.cart-price .price {
  color: #222222;
  font-size: 25px !important;
  font-family: var(--museoBold);
  font-weight: bold !important;
}

.cart.table-wrapper .item td.col {
  padding: 20px 0px;
}

.product-item-details p {
  font-size: 20px;
  color: #5E5E5E;
  font-family: var(--museoNorm);
  font-weight: bold;
  margin: 0;
}

.cart.table-wrapper .product-item-name {
  margin-bottom: 10px;
}

.cart.table-wrapper .actions-toolbar>.action-edit:before,
.cart.table-wrapper .actions-toolbar>.action-delete:before {
  display: none;
}

a.action.action-delete,
a.action.action-edit {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #009FAC url(../../../../../../../../media/wysiwyg/trash-can-regular.svg) no-repeat center center / 20px !important;
  border-radius: 10px !important;
  position: relative !important;
  right: auto !important;
}

a.action.action-edit {
  background: #009FAC url(../../../../../../../../media/wysiwyg/edit_icon_wht.svg) no-repeat center center / 20px !important;
}

.cart-summary {
  border: 0;
  width: 100% !important;
  background: none;
  padding: 0 !important;
  margin: 40px auto;
}

tr.totals .mark,
.amount .price,
.cart-totals tbody .totals-tax .mark {
  width: auto;
  height: auto;
  border: 0 !important;
  color: #5E5E5E;
  font-size: 30px;
  font-family: var(--museoBold);
  line-height: normal;
  margin: 0 auto;
  padding: 15px 0;
}

.grand.totals th.mark,
.grand.totals .amount .price {
  color: #009FAC !important;
  font-size: 30px !important;
  padding: 15px 0 !important;
  font-family: var(--museoBold);
  line-height: normal !important;
}

.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.abs-sidebar-totals,
.cart-totals,
.opc-block-summary .table-totals {
  border: 0 !important;
}

.action.primary.checkout {
  padding: 18px 50px !important;
  height: auto;
}

.checkout.checkout-methods-items {
  text-align: right;
}

.cart-summary .checkout-methods-items {
  margin: 20px auto 0;
}

.cart-summary .checkout-methods-items .action.primary.checkout {
  text-transform: none;
  font-family: var(--museoNorm);
  border-radius: 14px;
  background: #E00A81;
  font-size: 28px;
  width: auto;
}

#block-shipping {
  display: none;
}

.cart-summary .checkout-methods-items .action.primary.checkout::after {
  display: none;
}


.products-list.list .product-item-info {
  flex-direction: column;
  align-items: start;
  text-align: left;
  padding-left: 160px;
  /* position: relative; */
}

/* .products-list.list .productDetail .pro-Image img {
  object-fit: cover;
} */

.products-list.list .pro-Image {
  padding-left: 0;
  left: 15px;
}

.products-list.list .product.details.product-item-details {
  padding: 0px 14px !important;
  width: 100%;
  min-width: 100%;
  border: 0;
}

.products-list.list .product-item-photo {
  flex: 0 0 100%;
  max-width: none;
  width: 100%;
  position: static;
  height: auto;
  min-height: 0;
}

.products-list.list .productDetail {
  border: 0;
  height: auto;
}

.products-list.list .pro-heading h2 {
  height: auto;
  margin: 0;
  max-width: 75%;
}

.products-list.list .product-item-description {
  background: none;
  border: 0;
  box-shadow: none;
  padding: 0 !important;
  border-radius: 0 !important;
  margin: 0;
  order: 2;
}

.products-list.list .product.details.product-item-details {
  display: flex;
  flex-direction: column;
  align-items: start;
  text-align: left;
}

.products-list.list .pro-Image {
  position: absolute;
  left: 25px;
  width: 160px;
  top: 50%;
  transform: translate(0, -50%);
  max-height: 160px;
}

.products-list.list .pro-heading h3 {
  margin: 0;
}

.products-list.list .pro-heading {
  padding-bottom: 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  min-width: 100%;
  padding: 0 !important;

  /* flex-direction: column;
align-items: start;
gap: 5px; */
}

/* .product-item-info .product-item-details .product-item-actions {
margin: 0;
} */
.products-list.list .pro-price h2 {
  display: none;
}

.products-list.list .action.tocart.primary {
  background: #e00a81;
  border: none;
  outline: none;
  border-radius: 14px;
  font-size: 1em;
  line-height: 2;
  color: #ffffff;
  font-family: var(--museoBold);
  font-weight: normal;
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 8px 30px;
  text-transform: none;
  margin-bottom: 0;
}

.products-list.list .products .product-item {
  padding: 20px 30px;
  background: #fff;
  border-radius: 32px;
  box-shadow: 0px 0px 9px #00000029;
  /* min-height: 220px; */
  position: relative;
}

.products-list.list .pro-price {
  order: 1;
  font-size: 22px;
  color: #222;
  font-family: var(--museoBold);
}

.products-list.list .product-item-inner {
  order: 3;
}


.modal .modal-content small,
.modal .modal-content .bordered-box p {
  font-size: 20px;
  color: #3F3F3F;
  font-family: var(--museoNorm);
  font-weight: bold;
  margin: 10px auto 10px;
  display: inline-block;
}


.modal .modal-content .bordered-box p {
  margin-bottom: 30px;
}

tr.item-actions {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.cart.table-wrapper .col.subtotal {
  padding-right: 180px !important;
}

.cart.table-wrapper .actions-toolbar {
  padding-bottom: 0px;
  margin: 0;
}

.cart-container .form-cart .actions.main,
.cart-discount {
  display: none;
}

.form.contact .action.submit.primary,
.form.contact .action.submit.primary:hover {
  background: #009FAC;
}

.cart-summary>.title {
  display: none !important;
}


.action.submit.primary,
.action.submit.primary:hover {
  border-radius: 14px;
  background: #E00A81;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 28px;
  font-family: var(--museoNorm);
  font-weight: normal;
  height: auto;
  line-height: normal;
  text-transform: none;
  padding: 15px 40px;
}

a.use-ajax.action.towishlist.action-towishlist {
  display: none;
}

.product-item-photo img {
  max-height: 70px;
  width: auto !important;
}



.prev-next-products {
  display: none;
}

.plan-details .product-items {
  background: #fff;
  border-radius: 40px;
  border: 2px solid #E8E8E8;
}

.benifits .title-heading {
  font-size: 36px;
  font-weight: normal;
  line-height: normal;
  font-family: var(--museoBold);
  margin-bottom: 40px;
}

.benifits h4.sm-title {
  font-size: 21px;
  font-weight: bold;
  line-height: normal;
  font-family: var(--museoBold);

}

.benifits {
  /* padding: 100px 0 60px; */
  padding: 0px 0 60px;
}

.icons-sec {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 0 30px;
}

.icons-sec figure {
  margin: 0 auto 10px;
  height: 100px;
  display: flex;
  justify-content: center;
}

.icons-sec small {
  color: #3E4A56;
  font-size: 14px;
  font-family: var(--museoBold);
}


.icons-sec label {
  font-weight: bold;
  font-size: 20px;
  color: #222222;
}

.benifits .cols {
  display: flex;
}

.benifits .cols figure {
  width: 60px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: start;
}

.benifits .cols figure img {
  max-width: 50px;
}

.benifits p {
  color: #3E4A56;
  font-size: 14px;
  font-family: var(--museoBold);
  font-weight: bold;
  line-height: 1.3;
}

.tooltip.wrapper .tooltip.toggle {
  display: none;
}

.fieldset.formsSec.info .legend span {
  font-weight: bold;
}

.confirmation-modal .modal-dialog {
  width: 50%;
  max-width: 600px;
}

.confirmation-modal .modal-content {
  display: flex;
  justify-content: center;
}

.confirmation-modal .social-login-btn,
.confirmation-modal .modal-body .btn {
  display: flex;
  width: auto;
  height: auto;
  background: #00a5b5;
  border-radius: 14px;
  padding: 18px 0px;
  color: #fff;
  align-items: center;
  font-size: 24px !important;
  line-height: 1.5 !important;
  font-family: var(--museoBold);
  justify-content: center;
}

.confirmation-modal .link {
  margin: 0 10px;
  flex: 1;
}

.confirmation-modal .modal-body .btn.btn-primary {
  margin: 0 10px;
  background: #e00a81;
  flex: 1;
  border-radius: 14px !important;
}

.animate {
  display: inline-flex;
  width: 100%;
  height: 300px;
  background: url(../../../../../../../../media/wysiwyg/login_animation-gif1.gif) no-repeat center center / contain;
}

.item-options dt,
.item-options dd,
.product-item-details {
  color: #5E5E5E;
  font-family: var(--museoBold);
  font-size: 20px;
}



.select-choice input {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 34px;
  opacity: 0;
}

.select-choice {
  position: relative;
}

.swatch-attribute-options {
  margin: 10px auto 0 !important;
}

.filter-options-item {
  padding: 20px 20px 0px 10px;
}

.filter-options-item.active .filter-options-content {
  /* margin-top: 15px; */
}

#ln_slider_text_price {
  width: 100%;
  display: flex;
  justify-content: center;
  color: #000000;
  font-family: var(--museoBold);
  font-weight: bold;
  font-size: 14px;
  padding: 0px 10px;
  border-radius: 5px;
}

.useCareHeading .align-items-center>div {
  white-space: nowrap;
}

.pin-wrapper {
  height: auto !important;
  margin: 0 auto 100px;
}

a.select {
  display: flex;
}

.benifits .btn.btn-primary {
  line-height: 35px;
}



.plan-listing-list .products-list.list .products .product-item {
  min-height: 0;
  padding: 10px 0 25px 0;
  border-radius: 20px;
}

.plan-listing-list .products-list.list .product-item-info {
  padding: 0;
}

.plan-listing-list .productPrice form {
  max-width: none;
}

.plan-listing-list .product-item-info .product-item-details .product-item-actions {
  margin: 0;
}

.plan-listing-list .products-list.list .product-item-inner {
  margin: 10px 0 0;
}


.product-item-photo a,
.productDetail {
  height: 100%;
}

.mx-n4 {
  margin: 10px -22px -17px;
  border-radius: 0;
}


ul.address-list {
  list-style: none;
  padding: 0;
}

ul.address-list li {
  display: flex;
  padding: 5px 0;
  font-size: 19px;
}

ul.address-list li p {
  margin: 0;
  font-size: 19px;
}

ul.address-list li strong {
  width: 150px;
  margin: 0 10px 0 0;
  font-family: var(--museoEbold);
  color: #222222;
  font-weight: normal;
}

.bottom-sec .heading-title {
  font-size: 30px;
  font-family: var(--museoBold);
}

.btn-sec .btn-bordered {
  height: auto !important;
  font-size: 20px !important;
  width: 300px;
  border-radius: 10px !important;
  font-family: var(--museoBold);
  font-weight: normal;
}

.checkout-onepage-success .btn-sec .btn-bordered,
.checkout-onepage-success .btn-sec .btn-bordered:hover {
  border: 2px solid #e00a81;
  line-height: 1.7 !important;
  background: #fff;
  height: 66px !important;
  color: #444;
}

.return-to-shop .action.btn-go-shop {
  background: #e00a81;
  border-radius: 8px !important;
  font-size: 18px !important;
  line-height: 30px !important;
  width: auto;
  display: inline-block;
  text-transform: none;
  font-weight: normal;
  font-family: var(--museoBold);
}

.btn-sec .btn {
  width: 300px;

  align-items: center;
  font-family: var(--museoBold);
  font-weight: bold;
  border-radius: 10px !important;
  margin: 0 8px;
}


#shipping .fieldset>.field input.input-text {
  padding-left: 20px !important;
  width: 100%;
  min-height: 0;
  height: 50px;
}

#shipping .field-tooltip .field-tooltip-action {
  display: none;
}

#shipping .opc-wrapper .form-login {
  max-width: 100%;
}

#checkout .opc-progress-bar,
#checkout .authentication-wrapper {
  display: none;
}


#checkout .opc-wrapper .form-login {
  width: 100%;
  max-width: none;
}

#checkout .opc-wrapper .step-title,
.order-summary h2.heading,
.sp-checkout-orderattachment h2 {
  text-transform: none;
  font-size: 32px;
  line-height: normal;
  font-family: var(--museoBold);
  border: 0;
}

.sp-checkout-orderattachment h2 {
  margin: 0;
}

#checkout .opc-sidebar {
  margin: 0;
}

#checkout .opc-wrapper .form-login .fieldset .field .label,
#checkout .opc-wrapper .form-shipping-address .fieldset .field .label {
  font-size: 21px;
  width: 100%;
  margin-bottom: 16px;
}

#checkout-step-shipping .field {
  margin: 0 0 1em;
}

/* #checkout-step-shipping .field {
  width: 50%;
  float: left;
} */

.opc-wrapper .step-content {
  clear: both;
}

#checkout-step-shipping .control select {
  height: 50px;
  /* width: 50%; */
  min-height: 0;
}

#checkout-step-shipping .field label,
.sp-checkout-orderattachment .field label {
  font-size: 21px;
  font-family: var(--museoBold);
  color: #222222;
  margin-bottom: 16px;
  display: inline-block;
  margin-bottom: 0;
}

.fieldset>.field._required>.label:after, .order-attachments .field.required label:after  {
  content: '*';
  color: #e02b27;
  font-size: 1em;
  margin: 0 0 0 0.25em;
}

#checkout .fieldset {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}


#checkout .fieldset .field {
  flex: 0 0 49%;
}


#checkout .fieldset .control.captcha,
#checkout .control.captcha-image {
  display: flex;
  margin: 0;
  gap: 10px;
  align-items: start;
}


#checkout .action.captcha-reload {
  padding: 0;
  font-size: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: url(../../../../../../../../media/wysiwyg/reload_icon.svg) no-repeat center center / contain;
}


#checkout .opc-wrapper .form-shipping-address {
  max-width: 100%;
}

.field.additional:before {
  content: "Address Line 2";
  color: #222222;
  font-family: var(--museoBold);
  font-size: 21px;
  margin-bottom: 16px;
  display: inline-flex;
  margin-top: 10px;
}

/* .field.additional:before {
  font-size: 24px;
} */

#checkout .opc-wrapper .form-login {
  border: 0;
}

/* #shipping-new-address-form>.field:nth-child(2) {
display: none;
} */

/* #shipping-new-address-form .field:nth-child(9),
#shipping-new-address-form .field:nth-child(13),
#shipping-new-address-form .field:nth-child(12),
.modal-inner-wrap #shipping-new-address-form .field:nth-child(9) {
  flex: 0 0 100%;
} */


#shipping-new-address-form .field:nth-child(10), #shipping-new-address-form .field:nth-child(13), #shipping-new-address-form .field:nth-child(11), .modal-inner-wrap #shipping-new-address-form .field:nth-child(10) {
  flex: 0 0 100%;
}

/* #shipping-new-address-form .field:nth-child(10) {
bottom: 130px;
right: 0;
max-width: 270px;
position: absolute;
} */

/* #shipping-new-address-form .field:nth-child(10),
.modal-inner-wrap #shipping-new-address-form .field:nth-child(9) { */
  #shipping-new-address-form .field:nth-child(11),
.modal-inner-wrap #shipping-new-address-form .field:nth-child(10) {
  margin-top: -129px;
  /* margin-top: -115px; */
  max-width: 270px;
  position: relative;
  float: right;
  left: calc(100% - 270px);
}
#checkout .opc-wrapper .form-shipping-address .fieldset .field .label:empty {
  display: none;
}

#shipping-new-address-form {
  position: relative;
}

#shipping-new-address-form .control select {
  height: 50px;
  min-height: 0;
  line-height: normal;
}

#checkout .fieldset .field.additional {
  max-width: calc(100% - 290px);
}


#checkout .fieldset>.field:last-child,
#checkout .fieldset>.fields>.field:last-child {
  margin-bottom: 30px;
}

#checkout .opc-block-summary {
  border-radius: 32px;
}

#checkout .message.warning {
  position: absolute;
}

#checkout #shipping-new-address-form .field:nth-child(14) .input-text {
  height: 150px;
}

#checkout .opc-block-summary {
  padding: 35px 40px 0;
}

.order-summary .item-options dt,
.order-summary .item-options dd,
.order-summary .product-item-details {
  font-size: 16px;
}

.opc-block-summary .items-in-cart>.title strong {
  font-weight: bold;
  font-family: var(--museoBold);
  color: #5E5E5E;
  font-size: 20px;
}

.order-summary .minicart-items .product-item-details {
  max-width: none;
  margin: 0;
  padding: 0;
}

.order-summary .minicart-items .product-item-details .price {
  color: #5E5E5E !important;
  font-size: 20px !important;
}

.order-summary .minicart-items .product-item-name {
  font-size: 20px !important;
  color: #222222 !important;
  max-width: 240px;
}

.opc-block-summary .product-item .product-item-name-block {
  max-width: calc(100% - 100px);
}

.order-summary .minicart-items .product-item-details .details-qty,
.order-summary .minicart-items .product .toggle {
  display: flex;
  align-items: center;
  color: #5E5E5E;
  font-family: var(--museoBold);
  font-size: 16px;
}

.order-summary tr.totals .mark,
.order-summary .amount .price {
  font-size: 24px;
}

.order-summary tr.totals .mark {
  flex-wrap: wrap;
}

.order-summary .opc-block-summary .product-item .product .product-image-container {
  min-width: 50px;
  height: auto !important;
  margin-right: 10px;
}

.order-summary .opc-block-summary .mark .value {
  font-size: 14px;
  width: 100%;
  margin: 5px 0 0;
}

.order-summary .opc-block-summary .table-totals .grand strong {
  font-size: 24px;
}

.order-summary .grand.totals .amount .price {
  font-size: 24px !important;
}

.order-summary .block.items-in-cart {
  border-bottom: 1px solid #ddd;
  padding-bottom: 0px;
  margin-bottom: 10px;
}

.order-summary .opc-block-summary .items-in-cart>.title {
  border-bottom: 0;
}


.order-summary .minicart-items .product-item-details .product.options dd,
.order-summary .minicart-items .product-item-details .product.options dt,
.product.options.list dt,
.product.options.list dd {
  width: 49%;
  display: inline-block;
}

.order-summary .minicart-items .product-item-details .product.options dt,
.product.options.list dt {
  display: none;
}

.order-summary .minicart-items .product-item-details .product.options dd,
.product.options.list dd {
  width: auto;
  margin-right: 10px;
}

.order-summary #discount-form {
  position: relative;
}

.order-summary #discount-form .action.action-apply {
  position: absolute;
  right: 0;
  /* top: 57px; */
  top: 25px;
  border: 0;
  text-align: revert;
  background: none;
  color: #009FAC;
  font-family: var(--museoEbold);
  font-size: 18px;
  padding: 0;
  line-height: normal;
}

.order-summary #discount-form .input-text {
  border: 1px solid #009FAC;
  padding-right: 160px !important;
  font-size: 15px !important;
  font-family: var(--museoEbold);
}

.order-summary #discount-form .label,
.referal-section .fieldset>.field .label {
  color: #5E5E5E;
  font-size: 21px;
  font-family: var(--museoBold);
  margin-bottom: 10px;
  display: inline-block;
  display: none;
}

.order-summary .abs-sidebar-totals .grand .mark,
.order-summary .cart-totals .grand .mark,
.order-summary .opc-block-summary .table-totals .grand .mark {
  border-top: 1px solid #e7e7e7 !important;
}

.order-summary .payment-option-title .action.action-toggle {
  color: #E00A81;
  font-family: var(--museoBold);
  font-size: 15px;
  cursor: pointer;
  font-weight: bold;
}

.order-summary .opc-block-summary .items-in-cart>.title:after {
  position: absolute;
  right: 0;
  top: 0.3em;
  font-size: 33px;
  color: #E00A81;
}

.field-tooltip {
  display: none;
}

.shipping-address-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.opc-wrapper .shipping-address-item {
  border: 2px solid #E8E8E8;
  border-radius: 32px;
  padding: 30px;
  overflow: hidden;
  color: #3F3F3F;
  font-size: 21px;
  font-family: var(--museoBold);
  line-height: 1.5;
  background: #fff;
  flex: 0 0 40%;
}


.opc-wrapper .shipping-address-item.selected-item:after {
  display: none;
}

.opc-wrapper .shipping-address-item.selected-item {
  border-color: #009FAC;
}

.opc-wrapper .action-select-shipping-item,
.opc-wrapper .action-select-shipping-item:hover {
  margin: 0 !important;
  font-size: 17px;
  color: #009FAC;
  border: 1px solid #009FAC;
  border-radius: 10px;
  background-color: #fff;
}


.payment-option-inner {
  margin-top: 12px;
}

.new-address-popup button.action-show-popup {
  color: #E00A81;
  font-size: 24px;
  font-family: var(--museoBold);
  font-weight: bold;
  padding: 0;
  background: none;
  border: 0;
}

.table-checkout-shipping-method {
  max-width: none;
  width: 100% !important;
  background: #fff;
  border-radius: 10px;
  margin: 10px 0 30px;
}

.street label.label span {
  display: none;
}

#shipping-new-address-form .field:nth-child(10) {}

#mini-cart.minicart-items .product-item-details .product.options,
#mini-cart .details-qty.qty {
  /* display: none; */
}

#mini-cart .product-item-pricing {
  width: 100%;
}

.minicart-wrapper #mini-cart .product .actions>.primary a.action.edit {
  margin: 0;
  width: 32px;
  height: 32px;
  padding: 0;
  background: #00a5b5;
  border: #00a5b5;
  border-radius: 8px;
}

.minicart-wrapper #mini-cart .product .actions {
  margin: 0;
  display: flex;
  justify-content: end;
  flex: 0 0 100%;
}

.minicart-items .action.edit:before {
  content: "" !important;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../../../../../../../../media/wysiwyg/edit_icon_wht.svg) no-repeat center center / contain;
}

.minicart-wrapper #mini-cart .product .actions>.primary a.action.edit {
  right: -20px;
  position: relative;
}

#mini-cart .minicart-price .price {
  color: #222529;
  font-size: 20px;
  font-family: var(--museoEbold);
  font-weight: bold;
}

.minicart-wrapper .block-minicart .subtotal {
  color: #009FAC !important;
  font-family: var(--museoBold);
  text-transform: none !important;
  font-size: 20px !important;
}

.minicart-wrapper .block-minicart .subtotal .amount .price {
  font-size: 22px !important;
}

.minicart-wrapper .block-minicart {
  margin-top: 40px;
}

#mini-cart.minicart-items .action.delete:before {
  font-size: 21px;
  /* content: "\e082";
  font-family: "Simple-Line-Icons" !important; */
  content: "";
  display: inline-block;
  width: 14px;
  height: 20px;
  background: url(../../../../../../../../media/wysiwyg/cross_icon_sm.svg) no-repeat center center / contain;
}

.minicart-wrapper #mini-cart .product .actions {
  margin: -26px 0 0;
}

.block-minicart .items-total,
.block-minicart .items-total .count {
  color: #787878;
  font-size: 18px;
  text-transform: none;
  font-family: var(--museoEbold);
}

.minicart-wrapper .product .actions>.secondary {
  box-shadow: none !important;
}


#mini-cart .product-item-photo img {
  max-height: 80px;
  margin: 0 !important;
}

.action.viewcart {
  color: #009FAC !important;
  font-family: var(--museoBold);
  text-transform: none;
  font-size: 18px;
}


.intl-tel-input {
  width: 100% !important;
}

#shipping .fieldset>.field input.input-text {
  margin: 0 !important;
}

.intl-tel-input.allow-dropdown {
  display: flex;
}

.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.allow-dropdown .selected-flag:hover {
  width: 100px !important;
  background: #fff !important;
  border: 1px solid #00a5b5;
  border-radius: 12px;
  font-size: 17px;
}

.intl-tel-input.allow-dropdown .flag-container {
  right: auto;
  left: 0;
  position: relative;
  width: auto;
  margin-right: 10px;
}

.intl-tel-input .country-list .country {
  padding: 10px 10px;
  border-bottom: 1px solid #ddd;
  font-size: 20px;
  color: #313131;
  font-family: var(--museoBold);
}

.intl-tel-input .country-list {
  border: 0;
  box-shadow: 0px 0px 9px #00000029;
  border-radius: 0 0 20px 20px;
}

.table-checkout-shipping-method tbody td {
  color: #5E5E5E;
  font-size: 20px;
  font-family: var(--museoBold);
}

.ui-datepicker {

  width: 300px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
}

.minicart-items .product-item-details>*:not(.product-item-name) {
  font-weight: bold !important;
  font-size: 16px !important;
}

.admin__control-textarea {
  height: 150px;
}

.table-checkout-shipping-method tbody td:first-child {
  padding-left: 10px;
  width: 40px;
  max-width: 40px;
  text-align: center;
}


.column.main .opc-block-summary .product-item {
  border-bottom: 1px solid #3f3f3f2e;
  margin: 0 auto 5px;
}

.column.main .opc-block-summary .product-item:last-child {
  border: 0;
}

dl.item-options {
  margin: 0;
}


#checkout-step-shipping.step-content .input-text {
  min-height: 0;
  height: 50px;
  width: 50%;
}

.checkout-index-index .modal-popup .modal-inner-wrap {
  /* max-width: none; */
  width: 70% !important;
  transform: translate(-50%, -50%) !important;
  border-radius: 32px;
  background: #FCFCFC;
  border: 2px solid #E8E8E8;
  margin: 0 auto !important;
  max-width: 1140px;
  top: 50%;
}

.modal-inner-wrap #shipping-new-address-form .field:nth-child(11) {
  flex: 0 0 100%;
}

.modal-inner-wrap .sp-checkout-orderattachment {
  width: 100%;
}

.checkout-index-index .modal-popup .form-shipping-address.no-max {
  max-width: none;
}

#mini-cart .details-qty.qty {
  position: relative;
  width: auto;
  display: inline-block;
}

.minicart-items .item-qty {
  background: #F6F6F6;
  padding: 4px 20px !important;
  width: 120px !important;
  justify-content: center;
  border-radius: 10px !important;
  border: 1px solid #E1E1E1;
  min-height: 40px;
  font-size: 18px !important;
}


.minicart-items .update-cart-item {
  background: none !important;
  padding: 0 !important;
  font-size: 25px !important;
  color: #222529 !important;
  font-weight: normal !important;
  left: 12px;
  position: absolute;
  top: 8px;
  font-family: var(--museoBold);
}

.minicart-items .item-qty+.update-cart-item {
  right: 16px !important;
  position: absolute;
  left: auto;
}

#mini-cart .product-item-pricing,
.minicart-items .product-item-pricing {
  width: auto;
}

.modal-inner-wrap #checkout .fieldset .field.additional {
  max-width: none;
  max-width: calc(100% - 290px);
}

.modal-inner-wrap #shipping-new-address-form .field:nth-child(8) {
  flex: 0 0 100%;
}

.sp-checkout-orderattachment {
  width: 100%;
}

.upload-icon {
  display: flex;
  width: 30px;
  height: 30px;
  background: url(../../../../../../../../media/wysiwyg/upload-icon.svg) no-repeat center center / contain;
}

.uploadFiles .sp-attachment-drag-area {
  display: inline-flex;
  width: 160px;
  border: 2px dashed #bebebe;
  border-radius: 14px;
  align-items: center;
  height: 160px;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  position: relative;
  min-width: 160px;
}

.uploadFiles .sp-attachment-drag-area h4 {
  margin: 0;
  color: #919191;
  font-family: var(--museoBold);
}

.uploadFiles .sp-attachment-row .order-attachment-preview {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
  max-height: none;
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 2px solid #ddd;
  justify-content: center;
  align-items: center;
}

.uploadFiles .sp-attachment-row {
  margin: 0;
  overflow: visible;
  width: 160px;
  border: 0;
}

.uploadFiles .sp-attachment-row .order-attachment-preview img {
  max-height: 150px;
  object-fit: cover;
}

.uploadFiles .field .control {
  /* gap: 20px; */
  gap: 0px;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  margin: 40px auto 0;
}

div.mage-error.file-validate {
  position: absolute;
  top: -35px;
}

.uploadFiles .sp-attachment-remove {
  position: absolute;
  right: -15px;
  top: -15px;
  margin: 0;
  width: 40px;
  height: 40px;
  background: #e00a81 url(../../../../../../../../media/wysiwyg/cross_icon.svg) no-repeat center center / cover;
  border-radius: 50%;
}

.uploadFiles .sp-attachment-row-content {
  display: flex;
  width: 160px;
  height: 160px;
  margin: 0;
  border: 2px dashed #bebebe;
  border-radius: 14px;
  justify-content: center;
  padding: 10px;
  align-items: center;
}

.sp-attachment-drag-area:before {
  content: "";
  display: inline-block;
  width: calc(100% - 22px);
  height: calc(100% - 22px);
  border: 2px solid #ddd;
  position: absolute;
  border-radius: 14px;
}

.uploadFiles .sp-attachment-row {}

.attachment-container {
  display: flex;
  gap: 20px;
  margin-left: 20px;
}

.opc-wrapper .step-title {
  padding-bottom: 0;
  margin: 0 0 32px 0;
}


button.action.action-select-shipping-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.sp-attachment-row .attachment-file .filename {
  font-size: 19px;
  color: #E00A81;
  font-family: var(--museoBold);
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 0;
}

#customer-email-fieldset .control.captcha div.mage-error {
  position: absolute;
  bottom: -10px;
}



.modal-footer {
  display: flex;
  justify-content: center;
}

.modal-footer button.action.secondary.action-hide-popup {
  display: none;
}

/* payment method page */

.checkout-payment-method .ccard .number .input-text,
.checkout-payment-method .ccard .cvv .input-text,
.checkout-payment-method .ccard .year .select,
.checkout-payment-method .ccard .month .select {
  width: 100%;
  padding-left: 15px !important;
  min-height: 0;
  height: 50px;
}

#checkout .fieldset.payment.ccard .field {
  //flex: 0 0 60%;
  //width: 60%;
  //max-width: 60%;
}

#checkout .fieldset.payment.ccard {
  flex-direction: column;
}

div#checkout-payment-method-load {
  width: 100%;
}

.checkout-payment-method .ccard .year .select,
.checkout-payment-method .ccard .month .select {
  /* width: 180px; */
  width: 100%;
}

#checkout .fieldset.payment.ccard .field.year,
.checkout-payment-method .ccard.fieldset>.field .fields.group.group-2 .field {
  flex: 0 0 50%;
  //width: 50% !important;
}


#checkout .fieldset.payment.ccard .field.cvv {
  max-width: 33%;
  display: inline-flex;
  flex-wrap: wrap;
  padding-left: 5px;
}

#checkout .fieldset.payment.ccard .field.date {
  max-width: 67%;
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 67%;
}

#checkout .fieldset.payment.ccard .field.cvv input {
  /* width: 200px; */
  width: 100%;
  max-width: 100%;
  height: 50px;
}

.field .control._with-tooltip {
  position: relative;
  width: 100%;
}

.checkout-payment-method .ccard .cvv .label {
  width: 100%;
}


form#co-payment-form.form.payments {
  border: 2px solid #E8E8E8;
  border-radius: 32px;
  background: #fff;
  display: inline-block;
  padding: 40px;
  width: 100%;
  position: relative;
}

form#co-payment-form.form.payments .fieldset hr,
form#co-payment-form.form.payments .fieldset br {
  display: none;
}


#checkout .opc-wrapper .items.payment-methods .step-title {
  position: absolute;
  color: #222222;
  font-size: 38px;
  font-family: var(--museoBold);
  line-height: normal;
  top: -90px;
  left: 0;
}

/* #checkout .opc-sidebar {
  display: none;
} */

#checkout .fieldset.payment.ccard .field.cvv-sec {
  align-items: start;
}

.planDetails .pro-heading h2.title-heading {
  height: auto;
  color: #707070;
  font-size: 24px;
}

.planDetails .pro-heading h2.value-heading {
  height: auto;
  font-size: 39px;
  font-weight: bold;
  color: #222222;
  font-family: var(--museoBold);
  margin: 25px 0;
}


.planDetails .pro-heading .plan-text {
  font-size: 20px;
  color: #3F3F3F;
}

.product-item-info .product-item-details.planPrice .price-box {
  font-weight: 600;
  color: #222222;
  font-size: 24px;
}

.field.select-choice.choice .label:before,
.field.select-choice.choice input:checked~.label:before {
  width: 16px;
  height: 16px;
  padding: 0;
  background-size: 10px;
}

.field.select-choice.choice .label {
  display: flex;
  align-items: center;
  margin-top: -2px;
}

.products-list .planDetails .pro-heading h2.value-heading {
  font-size: 22px;
  margin: 0;

}

#mini-cart .details-qty.qty,
.minicart-items .item-qty {
  display: none;
}

/* Loader section */
.loader:before {
  /* background: #000 !important; */
  /* background: rgba(255, 255, 255, 0.8) url(../../../../../../../../media/wysiwyg/loader.svg) no-repeat center center / 150px; */
  background: rgba(255, 255, 255, 0.8) url(../../../../../../../../media/wysiwyg/loader_img.gif) no-repeat center center / 90px;
  /* width: 300px !important;
  height: 100px !important; */
  content: "" !important;

  animation: none !important;
  margin: 0 !important;
  z-index: 99999;
  width: 100%;
  height: 100%;
  left: 0 !important;
  top: 0 !important;
}


.minicart-wrapper .block-minicart .subtotal {
  display: none !important;
}


.productDetail .pro-heading h3.yellow-tag {
  background: #fbf8ed;
  color: #C79F00;
}


.filter-options-title {
  display: flex;
  justify-content: space-between;
}

.active .filter-options-title:after {
  content: '\002D';
}

.filter-options-title:after {
  content: '\002B';
}

/* .product-image-photo.default_image {
  background: #fdfdfd;
  border-radius: 10px;
  border: 1px solid #ddd;
  max-width: 90%;
} */

.product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo {
  background: #fdfdfd;
  /* border-radius: 10px; */
  max-width: 90%;
}

.minicart-items .product-item-photo {
  align-items: start;
}

a.link_btn {
  display: none;
}


.ln_overlay .loader {
  /* width: 300px; */
  width: 100% !important;
  height: 100% !important;
  border-radius: 0 !important;
  animation: none !important;
  height: auto;
  border: 0 !important;
}

.products-grid .product-item .product-item-info {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}

.latestDeviceContainer .latestProductSlider .sliderBlock .productDetail,
.product-item-photo,
.productDetail {
  border: 0;
}

.product.details.product-item-details {
  border-top: 2px solid #e8e8e8;
  height: auto;
}


.page-product-configurable .swatch-attribute-options .swatch-option.color {
  box-shadow: none;
}

span.seperator {
  position: absolute;
  right: 0;
  left: 80px;
  margin: 0 auto;
  height: calc(100% - 26px);
}

.productDetail .pro-Image {
  padding-left: 10px !important;
}

.checkout-payment-method .credit-card-types img {
  filter: none;
  max-width: none;
  width: 60px;
  margin: 0 10px 0 0;
  max-width: 46px;
  max-height: 25px;
}

.fieldset>.field.required>.label:after {
  color: #e22b27;
}

.field-error {
  color: #e22b27;
  font-size: 12px;
}


a.action.multicheckout {
  display: none;
}


.order-date {
  justify-content: start;
}

.sales-order-view span.cart-price .price {
  font-size: 18px !important;
}

tr.totals .mark,
.amount .price {
  font-size: 22px;
}

.product-item-name {
  font-size: 18px;
}

.customer-addresses-toolbar.toolbar.bottom {
  background: none !important;
}

.block .title strong {
  font-weight: bold;
  font-family: var(--museoBold);
}

.product-item-info.type3 .product-item-actions .towishlist {
  background: #e00a81;
  color: #fff;
  border-color: #fff;
  transition: all 0.25s;
  opacity: 0;
}

button.action.tocart.primary,
button.action.tocart.primary:hover,
.product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions>.actions-primary .tocart:hover {
  /* background: #00a5b5 !important; */
  /* border-color: #00a5b5 !important; */
  background: #e00a81 !important;
  color: #fff !important;
}

.btn-bordered a {
  color: #000;
}

.btn-bordered a.numberAvailable {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.catalogsearch-result-index .toolbar.toolbar-products {
  display: none;
}

#checkout .opc-block-summary {
  border-radius: 20px 20px 0 0;
  margin: 0;
  border-bottom: 0;
}

.referal-section {
  background: #fff;
  border: 2px solid #e7e7e7;
  border-radius: 0 0 20px 20px;
  margin-bottom: 30px;
  border-top: 0;
}

.referal-section {
  padding: 20px 40px 35px;
}


#checkout .referal-section .fieldset .field {
  flex: 0 0 100%;
  margin-bottom: 0;
}

.referal-section .fieldset>.field input.input-text {
  border: 1px solid #009FAC;
  padding: 10px 20px !important;
  width: 100%;
  padding-right: 160px !important;
  border-radius: 14px !important;
  font-size: 15px !important;
  font-family: var(--museoEbold);
}

.referal-section .action {
  background: none;
  color: #009FAC;
  font-family: var(--museoEbold);
  border: 0;
  padding: 0;
  font-size: 18px;
  right: 16px;
  /* top: 58px; */
  top: 25px;
  position: absolute;
  z-index: 9;
}

::placeholder {
  color: red;
  opacity: 1;
  /* Firefox */
}

.control input::placeholder {
  color: #333;
}


.checkout-shipping-method .step-title,
.checkout-shipping-method #checkout-shipping-method-load {
  display: none;
}

.disable {
  opacity: 0.6;
  pointer-events: none;
}

.checkout-payment-method {
  padding-top: 69px;
}

#checkout .opc-wrapper .items.payment-methods .step-title {
  top: -76px;
}

.product-item-description a.action.more {
  display: none;
}


.congrats-index-promotion main#maincontent .container {
  max-width: 100% !important;
  padding: 0;
  margin-top: 100px;
}

.modal-body.renew .bordered-box h2.title {
  font-size: 25px;
  font-family: var(--museoEbold);
  font-weight: bold;
  margin: 0 auto 10px;
}

.modal-body.renew p,
.modal-body.renew p a {
  font-size: 20px;
}

#checkout .opc-wrapper .form-shipping-address .fieldset .field.street.admin__control-fields label.label {
  display: none;
}

.upgrade-plan-number {
  display: inline-block;
  font-size: 1.3vw;
  color: #df0a80;
  padding: 20px 0 0;
  font-family: var(--museoBold);
}

.actions-toolbar .primary .action.primary,
.form-customer-create .first-form .action.primary,
.actions-toolbar .primary .action.primary:hover,
.form-customer-create .first-form .action.primary:hover {
  line-height: normal !important;
  padding: 14px 20px !important;
  margin-bottom: 0;
}

.authorization-link.link {
  margin-top: 0;
  margin: 0;
}



.column.main .contact-us-form .fieldset>.legend {
  font-size: 24px;
}

.find-stores h2 {
  margin-bottom: 60px;
}

.block.social-login-customer-authentication.login-container {
  display: block !important;
}

.mage-error.message.message-error.error.referral-invalide:before {
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\f847';
  font-family: 'porto-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}

.mage-success.message.message-success.success:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\f846';
  font-family: 'porto-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}

#checkout .referal-section .fieldset .field {
  order: 2;
}

button.action.action-cancel.btn.btn-primary {
  font-size: 16px !important;
  padding: 2px 20px;
  border-radius: 7px !important;
  text-transform: capitalize;
}

/* 
.order-summary #discount-form .action.action-apply, .referal-section .action {
  top: calc(100% - 30px);
  
  top: 50px;
  margin: 0;
} */

.carePlus-sec .useCareHeading img {
  max-width: 240px;
}

.customer-welcome li a,
.customer-welcome li a:hover {
  font-family: var(--museoEbold);
  /* font-size: 18px; */
  font-weight: bold !important;
  padding: 8px 0 !important;
}

.myaccount-dropdown li {
  display: flex;
}

.myaccount-dropdown li span {
  width: 22px;
  height: 22px;
  margin: 0 10px 0 0;
  padding: 0;
}

.myaccount-dropdown li span.user-icon {
  background: url(../../../../../../../../media/wysiwyg/user_icon_lg.svg) no-repeat center center / 20px;
}

.myaccount-dropdown li span.logout-icon {
  background: url(../../../../../../../../media/wysiwyg/logout.svg) no-repeat center center / 20px;
}

.customer-welcome ul li.header_account_link_list {
  display: flex;
  align-items: center;
}


.cart.table-wrapper .actions-toolbar>.action-edit {
  display: none;
}

.totals.discount .title {
  width: 100%;
}

.totals .discount.coupon {
  display: inline-flex;
  width: auto;
  font-size: 18px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 10px 0 0;
}

.box-title.br-0 {
  border: 0;
  padding: 0;
}

strong.box-title span.box-des {
  padding: 0;
  display: none;
}

.swatch-attribute.mobile_ram {
  margin-top: 40px;
}


.payment-method-title.field.choice label {
  display: flex;
  align-items: center;
  gap: 10px;
}


.btn-sec .btn {
  padding: 0.8em 2em;
  line-height: 1.7 !important;
}

a.action.previous,
a.action.next,
a.action.previous:hover,
a.action.next:hover {
  border: 1px solid #009fac;
  background: #009fac;
  border-radius: 6px;
  color: #fff;
  width: 40px;
  height: 40px;
}

.pages .action.previous:before,
.pages .action.next:before,
.pages .action.previous:hover:before,
.pages .action.next:hover:before {
  color: #fff !important;

  font-size: 28px;
  line-height: 1.4;
  font-weight: normal;
}

.abs-pager-toolbar .pages,
.toolbar-giftregistry-results .pages,
.toolbar-wishlist-results .pages,
.account .toolbar .pages {
  top: 10px;
  width: auto !important;
  right: 0;
}

.pages strong.page,
.pages a.page,
.pages strong.page,
.pages .action {
  border: 0;
}

.pages a.page,
.pages strong.page {
  width: 40px;
  height: 40px;
  line-height: 1.2;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.page-wrapper>.breadcrumbs .items>li {
  font-size: 15px;
  font-family: var(--museoEbold);
}

.page-wrapper>.breadcrumbs .items>li.home a:after {
  font-weight: bold;
}

.page-wrapper>.breadcrumbs .items>li:not(:last-child)::after {
  font-size: 16px;
}

.page-wrapper>.breadcrumbs .items>li.item.home {
  display: none;
}

.filter-current,
.filter-actions {
  padding-left: 10px;
}


.new-address-popup button.action-show-popup {
  color: #3F3F3F;
  /* text-decoration: underline; */
}

/* .opc-wrapper .action-show-popup>span:before {
  padding: 0;
} */

.checkout-shipping-method .actions-toolbar>.primary {
  float: left !important;
}

.actions-toolbar .primary .action.primary.continue {
  width: 330px;
}


.btn-primary.selectremove {
  color: #707070;
  text-shadow: none;
  border: 2px solid #e00a81;
  background: #fff;
}

.plan-details .productDetail .pro-heading .t-head p.plan-name {
  font-size: 33px;
  color: #707070;
  font-family: var(--museoBold);
  line-height: 1.3;
  margin: 15px auto 40px;
}

.search-area.show-icon {
  position: static !important;
}

.page-header.type20 .search-area.show-icon .block.block-search {
  left: -90%;
  right: 0;
  margin: 0 auto;
  position: absolute;
  transform: translate(60%, 30px);
}


.search-autocomplete ul:not(:empty),
.search-autocomplete ul li {
  border: 0;
}

.fotorama__active .fotorama__dot {
  background-color: #e00a81 !important;
  border-color: #e00a81 !important;
}

.fotorama__dot {
  height: 10px;
  left: 0px;
  position: relative;
  top: 8px;
  width: 10px;
}

.column-sec p.sm-txt+br {
  display: none;
}

.order-details-items .item-options dt {
  font-size: 14px;
}

.order-details-items .item-options dd {
  margin: 0;
}


#product-options-wrapper .field.choice .label {

  padding: 12px 32px;
  border: 2px solid #E1E1E1;
  border-radius: 14px;
  cursor: pointer;
  flex-direction: column;
  gap: 0;
}

.field.option-9 .field.choice input:checked~.label {
  border: 2px solid #009FAC !important;
}

.field.option-9 .field.choice input~.label:before,
.field.option-9 .field.choice input:checked~.label:before {
  display: none;
}

.options-list.nested {
  display: flex;
  gap: 10px;
}

.field.option-9 .field.choice label span {
  color: #3F3F3F;
  font-family: var(--museoEbold);
  letter-spacing: -0.3px;
  font-size: 24px;
}

.field.option-9 .field.choice label span.price-notice,
.field.option-9 .field.choice label span.price-wrapper {
  font-family: var(--museoNorm);
  font-weight: bold;
  font-size: 14px;
}


#product-options-wrapper .field.option-9 .field.choice .label {
  background: #fff;
}

.field.option-9,
.swatch-opt .swatch-attribute.contracts {
  position: absolute;
  left: 0;
  left: 10.36vw;
  bottom: 0;
  margin: 0 0 -270px 0px !important;
  display: inline-block;
  display: none;
}

.methods.payment-unfront {
  min-height: 150px;
  flex-wrap: wrap;
  /* align-items: start; */
}

.swatch-option-tooltip {
  display: none !important;
}

/* 
.payment-unfront,
.paymentMethod .sm-para {
  visibility: hidden;
} */

.fieldset>.field.option-9 .label.option-9 {
  font-size: 24px;
  color: #3F3F3F;
  font-family: var(--museoNorm);
  font-weight: bold;
}

.select-number div:empty {
  display: none;
}

h4.name.select-name:empty,
.select-price:empty {
  display: none;
}



.dst-image.arrow-image {
  display: inline-block;
  margin: 11px 20px;
  max-width: 40px;
  vertical-align: top;
}

.upgrade-plan-number {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}

.dst-to-progresif {
  font-size: 1.3vw;
  /* font-size: 16px; */
  /* color: #df0a80; */
  color: #3F3F3F;
  font-family: var(--museoBold);
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.dst-number-swtich {
  color: #3F3F3F;
  position: relative;
}

.dst-number-swtich:before

/* , .dst-to-progresif:before */
  {
  /* content: "DST"; */
  font-size: 16px;
  position: absolute;
  margin-top: 26px;
  left: 0;
  font-family: var(--museoBold);
}

.dst-to-progresif:before,
.dst-to-progresif-contain .dst-to-progresif-image {
  /* content: "Progresif"; */
  color: #00a8b4;
  text-transform: capitalize;
  font-size: 18px;
}

.dst-to-progresif-image-progresif {
  font-size: 18px;
}

.dst-to-progresif-contain {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.chooseyourplan {
  line-height: 2;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: capitalize;
}

p.sm-des {
  margin: 0;
}

.select-number {
  display: flow-root;
}

.dst-to-progresif,
.upgrade-plan-number {
  float: left;
}

.dst-image.arrow-image {
  float: left;
}


#description.page-main-description {
  display: none;
}

/* .checkout-index-index #checkoutSteps #shipping #checkout-step-shipping .field label.label span:after {
  content: '*';
  color: #e02b27;
  font-size: 1em;
  margin: 0 0 0 0.25em;
} */

/* .payment-method .payment-method-title.field.choice {
  display: none;
} */

/* 
.filter-options-item.active .filter-options-content[aria-hidden="false"] {
  display: none !important;
}
.filter-options-item.active .filter-options-content[aria-hidden="true"] {
  display: block !important;
} */


.swatch-option-tooltip {
  min-width: 25px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 0;
}

.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.swatch-option-tooltip .title {
  z-index: 9;
  position: absolute;
  text-align: center;
  justify-content: center;
  display: flex;
  font-size: 12px !important;
  margin: 0 auto;
  width: 100%;
  color: #fff;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0px, -50%);
  text-transform: capitalize;
  font-family: var(--museoBold);
}


.message.error,
.message.success,
.page.messages {
  z-index: 99999;
}

.payment-method-title.field.choice input {
  position: absolute;
  visibility: hidden;
}

/* iframe#cboxmain .chatBox {
  position: fixed !important;
  bottom: 0 !important;
  right: 0 !important;
} */

.ic-number label {

  width: 100%;
}

.ic-number label sup {
  color: #e02b27;
  font-size: 1em;
  display: inline-block;
  vertical-align: middle;
  top: 0;
  margin: 0;
}



.product-monthly-price-update:empty {
  display: none;
}

.price-sec small {
  font-size: 18px;
}


span.seperator {
  position: absolute;
  right: auto;
  /* left: 67%; */
  left: 59%;
  margin: 0 auto;
  height: calc(100% - 26px);
  transform: translate(-50%, 0%);
}

.payment-details-sec .paynowCollapse {
  font-family: var(--museoBold);
  font-size: 18px;
  margin: 0 0;
  width: 100%;
  position: relative;
  /* background: #f7f7f7; */
  background: #e00a81;
  color: #fff;
  padding: 4px 15px;
  border-radius: 12px;
  display: none;
}

.trendingPlanContainer .trendingPlanContent .trendingPlanBlock .trendingBlock-1 .t-data .blueBtn,
.trendingPlanContainer .trendingPlanContent .trendingPlanBlock .trendingBlock-1 .t-data .pinkBtn,
.plan-details .t-data .pinkBtn {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 40%;
}

.payment-details-sec .paynowCollapse small {
  font-size: 13px;
  margin-top: -20px;
  display: inline-block;
  /* display: none; */
}

.collapse-live_cart {
  margin-top: 0px;
  display: flex;
  width: 100%;
}


.paynowCollapse.open:after {
  transform: rotate(90deg);
  top: 50%;
  transform: translate(0%, -50%) rotate(90deg);
}

.paynowCollapse:after {
  font-family: "porto-icons";
  content: "\e81a";
  position: absolute;
  transform: rotate(-90deg);
  right: 18px;
  top: 5px;
  top: 50%;
  transform: translate(0%, -50%) rotate(-90deg);
}

/* .field._required._error .field-error {
  display: none;
} */

.scrollbar-sec,
.scrollbar-sec .products {
  max-height: 110px;
  overflow: auto;
  height: 100%;
  min-height: 100% !important;
  min-height: 70px !important;
  align-self: center;
  /* justify-content: center; */
}

.payment-details-sec .products .product {
  align-items: start;
}

.pricing-sec.br-0 {
  border-right: 0;
}


.payment-details-sec .products .product {
  margin-bottom: 0;
}

.sp-attachment-error.danger {
  width: auto;
  height: auto;
  vertical-align: middle;
  align-items: center;
  align-self: center;
  padding: 10px 20px;
  margin: 0 0 0 10px;
}

.productBundle .addons-box .bordered-box.filled {
  margin: 0 -20px -17px;
  border-radius: 0;
  padding: 12px 20px;
}

#product-list2 {
  padding: 0;
}

textarea.mage-error {
  border: 1px solid #e1e1e1;
}

.nav-before-open.nav-open .nav-toggle {
  opacity: 0;
  -moz-animation: cssAnimation 0.2s;
  /* Firefox */
  -webkit-animation: cssAnimation 0.2s;
  /* Safari and Chrome */
  -o-animation: cssAnimation 0.2s;
  /* Opera */
  animation: cssAnimation 0.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#shipping .fieldset>.field .telephone-code input.input-text:disabled {
  opacity: 1;
  padding: 0 10px !important;
  text-align: center;
  margin-right: 10px !important;
  /* font-size: 16px !important; */
}

/* .categorybannercontainer .promoBanners > .banner-1 {  
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-height: 300px;
  overflow: hidden;
  border-radius: 33px;
  padding: 0;
  min-width: 100%;
} */
@keyframes cssAnimation {
  99% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes cssAnimation {
  99% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#minicart-content-wrapper .minicart-items {

  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

.contact-num {
  display: flex !important;
  flex-wrap: wrap;
}

.contact-num div.mage-error {
  display: block;
  min-width: 100%;
}

.contact-num input.opacity-100 {
  opacity: 1;
}

.plan-details .productDetail .pro-heading h4.lg-heading {
  font-size: 38px;
  font-weight: bolder;
  font-family: 'Poppins';
}

.bottom-sec .all-addon-product {
  color: #009FAC;
}

.about_us .counts {
  display: none;
}

.ui-datepicker .ui-datepicker-title select {
  line-height: 1;
  height: auto;
  min-height: 0;
  border-radius: 5px !important;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  border: 0;
  width: 25px;
  height: 25px;
  position: relative;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
}

.ui-datepicker .ui-state-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.ui-datepicker .ui-datepicker-prev span:before,
.ui-datepicker .ui-datepicker-next span:before {
  font-family: "porto-icons";
  content: "\e81a";
  position: relative;
  left: 1px;
  color: #009FAC;
  display: inline-block;
  font-size: 30px;
}

.ui-datepicker .ui-datepicker-prev span {
  transform: rotateY(180deg);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 12px;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  background: #009FAC;
  color: #fff;
}

.ui-datepicker .ui-datepicker-calendar td {
  border: #f2f2f2 1px solid;
}

.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
  background: #e00a812e;
}



.checkout-onepage-success .productPrice form .pro-btn button,
.checkout-onepage-success .productPrice.planPrice .pro-btn button {
  padding: 10px 0;
}

.addons-box.bordered {
  border-color: #00a5b5;
}

.left-col-num {
  display: flex;
  flex-direction: column;
}

.d-flex-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.progresif-new-plan {
  width: 100%;
}

button.close-button.custom-number-unset,
button.close-clear.custom-number-unset,
button.close-button.custom-number-unset:hover {
  border: 0;
  padding: 0;
  font-size: 16px;
  color: #e00a81;
  position: absolute;
  margin: 0 0 0 0;
  bottom: 10px;
  bottom: 23px;
  border: 2px solid #e00a81;
  padding: 5px 18px;
  right: 28px;
  background-color: #fff;
  border-radius: 5px;
}

.description p {
  max-height: 320px;
  overflow: auto;
}

.product-info-main p a {
  color: #009FAC;
  font-weight: 600;
  text-decoration: underline;
}


.product-info-stock-sku {
  display: none;
}


.product-item-photo {

  display: flex;
  align-items: start;
  height: calc(100% - 112px);
}

.products-grid {
  padding: 0 0 0 0 !important;
}

.plan-details .product-items {
  display: flex;
  height: 100%;
}

.planContracts.mb-3 {
  margin-bottom: 0 !important;
}


.category-container.plpcatcontain {
  position: relative;
  max-width: 70%;
}

  
ul.tab-listing {    
  margin: 0;
  flex-wrap: wrap;
  gap: 8px 12px;
}
.page-products .filterproducts {
  padding-top: 20px;
  margin-top: 20px !important;
}

ul.tab-listing a {
  padding: 0px 8px;
  font-size: 18px;
}

.toolbar-products {
  top: -15px;
}

.d-flex-container {
  max-width: calc(100% - 100px);
}

.fieldset>.city.field input.input-text,
.fieldset>.zip.field input.input-text {
  padding-left: 20px !important;
}

.city .input-text.required-entry,
.zip .input-text.required-entry {
  padding: 10px 20px !important;
}

.monthly-payment.product-monthly-price-detail .price {
  font-size: 1.1em !important;
  font-family: var(--museoBold);
  display: inline-block;
  color: #009FAC;
  margin: 3px auto 0;
  font-weight: bold;
}

.monthly-payment.product-monthly-price-detail .price small {
  color: #009FAC;
  font-size: 0.9em !important;
}


.monthly-payment.product-monthly-price-detail {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 10px auto 0;
  color: #222222;
  font-family: var(--museoNorm);
  font-size: 15px;
  font-weight: bold;
}

.minicart-wrapper .block-minicart li {
  padding: 15px 0px !important;
  width: 100%;
}

.checkout-payment-method .payment-method-title.field.choice {
  //display: none;
}

/* 
.monthly-payment.product-monthly-price-detail {
  
  font-weight: 600;
  color: #3F3F3F;
  font-size: 1.3em !important;
  font-family: var(--museoBold);

} */


.page-header.type20 .search-area.show-icon .block.block-search li {
  padding: 0 10px 0 0;
  gap: 10px;
  width: auto;
  margin-bottom: 10px;
  display: flex;
  padding: 4px 10px;
  border-radius: 8px;
  text-transform: capitalize;
}

.search-autocomplete ul li .amount {
  top: 0;
  right: auto;
  position: relative;
  background: #00a5b5;
  border-radius: 30px;
  padding: 4px;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}

.catalogsearch-result-index .productPrice .pro-btn button a {
  padding: 0 !important;
}

.cart.table-wrapper .product-item-name {
  color: #222529;
  font-family: var(--museoEbold);
  font-size: 25px !important;
  margin: 0;
}

.from-price {
  display: inline-flex;
  width: auto;
  font-size: 20px;
  margin: 0px 10px 0px 0;
  font-family: var(--museoEbold);
  align-items: center;
}

.from-price .mt-3 {
  margin-top: 0 !important;
}

.from-price p {
  margin-bottom: 0;
}

.product-info-price {
  display: inline-flex;
  vertical-align: middle;
  margin: -6px 0 0 0 !important;
}


.fixed-charges p {
  margin: 0;
  font-size: 17px;
}

.fixed-charges label {
  font-size: 18px;
}



.cost-summary-btn {
  padding: 0 15px;
  margin: 20px 0 0;
  float: right;
}


/* .trendingPlanContent .t-head {
  min-height: 8vh;
}

.trendingPlanContent .t-details {
  min-height: 15vh;
} */
.trendingPlans .owl-carousel .owl-stage {
  display: flex;
}

.trendingPlans .products .product-item,
.trendingPlans .products .product-item form {
  height: 100%;
}

.trendingPlans .owl-carousel .owl-item {
  height: auto;
}

.trendingPlans .trendingPlanContainer .trendingPlanContent .trendingPlanBlock {
  display: flex;
  height: calc(100% - 20px);
  flex-direction: column;
}

.trendingPlans .trendingPlanContainer .trendingPlanContent .trendingPlanBlock .trendingBlock-1 {
  flex: 0 0 76%;
  height: 76%;
}

.trendingPlans .trendingPlanContainer .trendingPlanContent .trendingPlanBlock .trendingBlock-2 {
  flex: 0 0 24%;
  height: 24%;
  align-items: center;
  justify-content: space-between;
  display: flex;
}

.trendingPlans .trendingPlanContainer .trendingPlanContent .trendingPlanBlock .trendingBlock-2 .trendingPrice {
  width: 100%;
}

.page.messages {
  animation: none !important;
  }
  
  .amblog-index-index.page-layout-2columns-right .column.main {
    width: 75% !important;
}


/* About section */
.testimonials.aboutUsTestimonial, .pressRelease {
  display:none;
}

/* .checkout-payment-method .credit-card-types .item:nth-child(1), .checkout-payment-method .credit-card-types .item:nth-child(3),*/ .checkout-payment-method .credit-card-types .item:nth-child(4), .checkout-payment-method .credit-card-types .item:nth-child(5) { 
  display: none;
}


.content-sec.addons-box {
  background: #e4fdff;
  padding: 15px 20px;
}
.content-sec.addons-box p {
  margin:0;
}
p a.link {
  color: #00a5b5;
}

.contact-container h4 {
  font-weight: bold;
}

.contact-container .actions-toolbar {
  margin-top: 0px;
}


.promotions-details img {
  max-width: 100%;
  /* margin-bottom: 18px; */
  
  height: 100%;
  width: 100%;
}

/* For Square Images homepage */

.newOffers .promotions-details {
  height: calc(100% - 50px);
}

.newOffers .promotions-details figure.product-img {  
  margin: 0;
  object-fit: cover;
  /* height: 302px; */
  aspect-ratio: 1/1;
}

.newOffers .promotions-details .content-sec {
  display: none;
}

.newOffers .learn-more-btn button.blank_btn, .newOffers .learn-more-btn button.blank_btn:hover {
  margin: 5px auto;
}
/* / For Square Images homepage */

/* For font dynamic pages.. */

.magezon-builder p, .magezon-builder * {
  font-family: var(--museoBold);
}

a, .alink, a:visited, .alink:visited {
  color: #E00A81;
}

.magezon-builder .fas {
    font-family: 'Font Awesome 5 Free';
}


.find-stores .mgz-element.ueub0du .mgz-element-separator-line, .find-stores .mgz-element-separator {
  border-color: #00a8b5;
  border-top-style: solid;
  border-top-width: 10px;
}

.find-stores .sr3pewx-s, .find-stores .i7rplj5-s, .find-stores .mgz-element-text {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  margin-top: -15px !important;
  background-color: #f7f7f7 !important;
  font-family: var(--museoBold);
}

.contact-sec img {
  margin-right: 0px;
  margin-top: 0px;
  max-width: 130%;
  width: 100%;
}

.panel.header .top-links-icon {
  display: none;
}
.panel.header a .font-weight-extra-bold {
  font-weight: bold !important;;
}

.grey-box .sm-title.centered-text {  
  text-align: center;
  font-weight: normal;
  margin: 0;
}

.catalogsearch-result-index .productPrice .pro-btn button, .catalogsearch-result-index .productPrice .pro-btn button, .catalogsearch-result-index .productPrice .pro-btn button { padding: 14px 0px !important;}
.message.info {
  margin-bottom: 20px;
  margin-top: 20px;
}
.item.current strong {
  border: 1px solid #e00a81 !important;
  background: #e00a81;
  color: #fff;
  border-radius: 6px;}



.radio-btn.selectBtn label {
    font-size: 14px;
    border: 2px solid #ddd;
    border-radius: 5px;
    padding: 4px 10px;
    background: #fff;
    width: 100px;
    text-align: center;
    justify-content: center;
    cursor: pointer;
    width: 100%;
}

.radio-btn.selectBtn input:checked + label {
  background: #00a5b5;
  border-color: #00a5b5;
  color: #fff;
}

.radio-btn.selectBtn label:before {
  display: none;
}

.radio-btn.selectBtn {
  margin-right: 0px;
}
.progresif-customer {
  width: 100%;
  gap: 30px;
}

.planContracts .select-number, .default-hide, .default-hide.active {
  transition: all 0.1s;
}
.planContracts .select-number.default-hide, .default-hide {
  height: 0;
  overflow: hidden;
  padding: 0 !important;
}

.selectedNum .pink-text {
  color: #db0d80;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}

.selectedNum {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

button.close-button.custom-number-unset.reset-btn {
  position: relative;
  top:0;
  right:0;
}
.paymentOptionButton {
  display: flex;
  align-items: start;
  flex: 1;
  max-width: 18.9%;
  text-align: center;
  justify-content: start;
  min-width: 18.9%;
}

.paymentOptionButton .selectable {
  width: 100%;
  height: 100%;
}

.paymentOptionButton label {
  height: 100%;
}

.purpose {
  gap: 10px;
}

button.close-button.custom-number-unset, button.close-button.custom-number-unset:hover, button.close-clear.custom-number-unset, button.close-button.custom-number-unset:hover {
  position: relative;
  top: 10px;
  right:0;
}

.updateNum {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.updateNum .selected-number {
  font-size: 18px;
}

button.close-clear.custom-number-unset.clearRel {
  position: relative;
  top: 0;
  right:0;
  margin-left:10px;
}
.form-group.d-flex.physical-sim {
  gap: 10px;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 8px !important;
}
.gap-2 {
  gap: 20px !important;
}

.physical-sim .radio-btn input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
}

.t-0 {
  top: 0 !important;
}

.productDetail .pro-heading .col.text-right { 
  display: flex;
  align-items: center;
  justify-content: end;
}

.productDetail .pro-heading h3 {
  margin: 0 !important;
}

.secondChoice-container h3 {
  font-weight: 600;
}

.plansProducts {
  margin-top: 10px;
}
.secondChoice-container h3 {
  font-size: 26px;
  margin: 10px 0 20px 0;
  color: #222222;
  font-family: var(--museoBold);
}
.nextPreviousBtn {
    margin: 0 auto 30px;
}



/* 
iframe#cboxmain {
height: 50px;
} */


.cms-about-us .viewPromotionBtn button a {
  color: #222222;
  background: url(../../../../../../../../media/wysiwyg/arrow-black.svg) no-repeat center right / 25px;
}



.faq-details img {
  max-height: 60px;
}


.inner-faq-block {
  display: flex;
  flex-direction: column;
}
.TnC .faq-details {
  height: auto;
  flex: 1;
}


.form-group.d-flex.physical-sim {
  gap: 7px;
  flex-direction: row-reverse;
}

.product.photo.product-item-photo > a {
    color: #222529;
}

.term-condition a {
  color: #e00a81;
}
.productPrice .pro-btn button.out-of-stock {
    background: #D5D5D5;
}
.productPrice .pro-btn button.out-of-stock a {
  cursor: default;
}


.owl-carousel .owl-nav button.owl-next i, .owl-carousel .owl-nav button.owl-prev i {
  display: none;
}
.discount-code {
  //display: none;
}
#custom-checkout-form {
  //display:none;
}

.fieldset>.field.choice input:checked~label:before, .field.choice input:checked~.label:before {
    display: none !important;
}

.checkout-payment-method .payment-method-title {
    border-top: none !important;
}

#checkout .fieldset.payment.ccard .field label {
  width: 100% !important;
}