.ac-calc {
  padding: 20px 0px 70px 0;
}

.screenshot-logo {
  width: 100%;
  height: auto;
  margin: 12px 0px;
  display: none;
}

.screenshot-logo img {
  width: 320px;
  margin: 0px auto;
}

.pdp-page-temp {
  .ac-calc {
    &.adhesive-calc {
      .right-sidebar {
        &.adhesive-right-sidebar {
          background-color: #e6f7fb;
        }
      }
    }
  }
}

.pdp-page-temp .adhesive-calc .sec-title {
  font-weight: 800 !important;
}

.pdp-page-temp {
  .ac-calc {
    &.grout-calc {
      .right-sidebar {
        &.grout-right-sidebar {
          background-color: #e6f7fb;

          .form-group-title.bg-white.hidden-xs {
            background-color: #e6f7fb;
          }
        }
      }
    }
  }
}

.sec-title {
  font-size: 32px;
  line-height: 42px;
  font-weight: 700 !important;
  color: #363435;
  margin-bottom: 30px;
  text-align: center;
}

.left-sidebar {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0px 0 0;
  position: relative;
}

.left-sidebar .calculator-disable-note-show {
  display: none;
}

.left-sidebar-select {
  display: flex;
  gap: 20px;
}

.select-btn {
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 389px;
  min-height: 70px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 30px;
  box-sizing: border-box;
  border: 1px solid rgba(4, 171, 212, 0.4);
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
}

.select-btn.disabled {
  opacity: 0.6;
  cursor: default;
}

.select-btn.active {
  box-sizing: border-box;
  background: #ffffff;
  border: 3px solid #04abd4;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.15);
}

.select-product .btn-no {
  background: rgba(242, 153, 85, 0.2);
}

.select-area .btn-no {
  background: rgba(35, 170, 74, 0.2);
}

.grout-calc .select-product .btn-no {
  background: rgba(35, 170, 74, 0.2);
}

.grout-calc .select-area .btn-no {
  background: rgba(242, 153, 85, 0.2);
}

.btn-no {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-items: center;
  justify-content: center;
}

.btn-title {
  font-size: 20px;
  color: #000000;
  align-self: center;
  margin-left: 20px;
  font-weight: 700;
  line-height: 26px;
  /* width: calc(100% - 90px); */
}

.ms-auto {
  margin-left: auto;
  align-self: center;
}

.mt-auto {
  margin-top: auto;
}

.submit-common,
.contact-us,
.calc-btn-again,
.capture-screenshot-cta {
  width: 146px;
  height: 50px;
  background: #04abd4;
  border-radius: 4px;
  font-weight: 600;
  font-size: 18px;
  line-height: 16px;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  border: none;
  /* padding: 20px 20px; */
}

.capture-screenshot-cta {
  margin-left: 10px;
}

.contact-us {
  margin-right: 15px;
  width: 180px;
}

.submit-common.back-type,
.calc-btn-again,
.capture-screenshot-cta {
  background-color: #fff;
  border: 1px solid #04abd4;
  color: #04abd4;
  margin-right: 15px;
}

.calc-btn-again,
.capture-screenshot-cta {
  width: 180px;
  margin-right: 0px;
}

.right-sidebar {
  background: #ffffff;
  padding: 15px 0px 0px;
  position: relative;
  width: 839px;
  /* height: 505px; */
  border: 1px solid rgba(4, 171, 212, 0.2);
  border-radius: 15px;
  margin: auto;
}

.grout-right-sidebar {
  height: 480px;
}

.note {
  font-size: 12px;
  line-height: 18px;
  color: #000f1b;
  margin-top: 15px;
  font-weight: 400;
  text-align: left;
  width: 798px;
  margin: 15px auto;
}

.note br {
  display: none;
}

.box-card-inner {
  display: flex;
  flex-direction: row;
  gap: 15px;
  justify-content: center;
  align-items: center;
  margin: 30px 0px;
}

.box-card-inner .box-cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 18px;
  gap: 5px;
  width: 255px;
  height: 95px;
  background: #ffffff;
  border: 1px solid rgba(4, 171, 212, 0.4);
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
}

.box-card-inner .box-cards h3 {
  color: #686868;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.box-card-inner .box-cards p {
  color: #000000;
  font-size: 24px;
  line-height: 28px;
  font-weight: 800;
}

.box-card-inner .box-cards p .small-title {
  color: #000000;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
}

.sidebar-card {
  display: none;
}

.sidebar-card.active {
  display: block;
}

.adhesive-form {
  /* max-height: 450px; */
  overflow: auto;
  padding-bottom: 10px;
}

@media screen and (max-width: 700px) {
  .adhesive-form {
    max-height: 800px;
  }
}

.bag-size-input-container {
  display: flex;
  gap: 15px;
  padding-bottom: 10px;
}

.bag-size-input {
  position: relative;
  display: inline-block;
  border: 1px solid #8d8d8d66;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.3s;
  cursor: pointer;
}

.bag-size-input input[type="radio"] {
  display: none;
  /* Hide the default radio button */
}

.hide-bag-sizes {
  display: none;
}

.input-size-in {
  font-size: 16px;
  color: #333;
  display: block;
  padding: 7px;
  margin-bottom: 0px !important;
  cursor: pointer;
}

.bag-size-input input[type="radio"]:checked + .input-size-in {
  border: 2px solid #04abd4;
  color: #04abd4;
  border-radius: 5px;
}

.sidebar-card .box-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  /*  color: rgba(0, 0, 0, 0.6);*/
  /* color: #363435; */
  color: #000000;
  text-align: center;
}

.product-tab {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  padding-bottom: 15px;
}

.product-tab a {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  padding: 9px 28px;

  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;

  border: 1px solid rgba(4, 171, 212, 0.4);
  border-radius: 12px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.inner-group input::-webkit-input-placeholder {
  color: #929292;
  opacity: 0.7;
}

.inner-group input:-moz-placeholder {
  color: #929292;
  opacity: 0.7;
}

.inner-group input::-ms-placeholder {
  color: #929292;
  opacity: 0.7;
}

.inner-group input::placeholder {
  opacity: 0.7;
  color: #929292;
}

.product-tab a.active {
  color: #000000;
  background: rgba(4, 171, 212, 0.2);
  font-weight: 700;
}

.product-tab-listing {
  display: flex;
  flex-direction: row;
  list-style: none;
  flex-wrap: wrap;
  /* max-height: 370px; */
  overflow: auto;
  padding: 0 10px;
  justify-content: center;
  gap: 0px 10px;
  align-items: stretch;
}

.product-tab-listing li {
  /*  flex-grow: 1;*/
  width: 20%;
  margin-top: 5px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  height: inherit;
  background: #ffffff;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
}

.grout-product-list li::nth-child(-n + 5) {
  margin-top: 5px;
}

.product-tab-listing li a {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  justify-items: center;
  height: 100%;
}

.product-tab-listing li a p {
  margin-top: 10px;
  font-size: 12px;
  line-height: 21px;
  color: #000f1b;
  font-weight: 700;
  padding: 0 12px 15px;
}

.product-tab-listing li a span {
  width: 100px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-tab-listing li a.active {
  color: #ffffff;
  background-color: rgba(4, 171, 212, 0.2);
  border-radius: 15px;
  border: 1px solid #04abd4;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.15);
}

.product-tab-listing li a.active p {
  /*  color: #fff;*/
}

.product-tab-listing li a.active span {
  background: transparent;
  box-shadow: none;
}

.selected-prdt-title {
  font-size: 14px;
  line-height: 10px;
  font-weight: 500;
  color: rgba(63, 63, 63, 0.6);
  display: none;
}

.product_name {
  color: #04abd4;
  /* font-size: 16px; */
  line-height: 20px;
  font-weight: 700;
}

.box-card-row {
  display: flex;
  flex-direction: row;
  justify-content: start;
  gap: 50px;
  margin: 10px 10px;
}

.first-box-card {
  margin: 20px 10px;
}

.last-box-card p.error-msg {
  bottom: -8px;
}

.form-group-title {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 25px 0px;
  gap: 10px;
  /*margin-right: 50px;*/
  width: 180px;
  height: 86px;

  /* background: var(--bg-color2); */
  border-radius: 15px;
  flex: none;
  order: 0;
  flex-grow: 0;
  text-align: center;
}

.form-group-title.bg-white {
  background-color: #fff;
}

.sidebar-card .form-group {
  display: flex;
  gap: 50px;
  flex-direction: row;
  flex-grow: 1;
}

.inner-group {
  position: relative;
  width: calc(50% - 15px);
}

.inner-group label {
  font-size: 16px;
  line-height: 30px;
  color: #363435;
  font-weight: 400;
  margin-bottom: 5px;
  display: block;
}

.inner-group input {
  height: 40px;
  background: #f4f4f4 !important;
  border: 1px solid rgba(141, 141, 141, 0.4);
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.7);
}

.inner-group input::-webkit-input-placeholder,
.inner-group input::-moz-placeholder,
.inner-group input:-moz-placeholder,
.inner-group input:-ms-input-placeholder,
.inner-group input:placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #929292;
  opacity: 0.7;
  font-family: "Lato", sans-serif;
}

span.input-size-in {
  position: absolute;
  bottom: 5px;
  right: 4px;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: rgba(146, 146, 146, 0.7);
  background: #f4f4f4;
  padding: 6px 10px;
}

.talk-btn {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #04abd4;
  text-decoration: none;
  border-bottom: 1px solid;
  padding-bottom: 2px;
  position: absolute;
  bottom: 20px;
}

.final-product-list {
  display: flex;
  flex-direction: row;
  list-style: none;
  flex-wrap: wrap;
}

.final-product-list li {
  flex-grow: 1;
  width: 33%;
  margin-top: 20px;
}

.product-list-info {
  width: 170px;
  height: 203px;
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 10px;
}

.product-img {
  background: #ffffff;
  text-align: center;
}

.product-info h3 {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #000f1b;
  margin-top: 10px;
}

.inner-card-wrap {
  display: flex;
  flex-direction: row;
  align-content: flex-end;
  justify-content: space-evenly;
}

.final-output-card .product-info-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #363435;
  text-align: center;
}

.final-output-card .product-info-title span {
  font-size: 14px;
  display: block;
}

.right-sidebar.active {
  width: 798px;
  height: 458px;
  position: relative;
  padding: 0;
}

.right-sidebar.active .right-sidebar-select {
  position: relative;
  z-index: 2;
  background: #fff;
  height: 458px;
  background: #ffffff;
  border: 1px solid #9bddee;
  border-radius: 15px;
  padding: 15px 0 0;
}

.right-sidebar.active:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 43px;
  background: #9bddee;
  border-radius: 15px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  bottom: -6px;
  z-index: 0;
}

.brand-ambesodor img {
  position: relative;
  bottom: -10px;
}

.bag-title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #000f1b;
  margin-top: 10px;
  text-align: center;
}

.bag-title-screenshot {
  margin-top: -10px;
}

.product-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
}

.talk-to-expert-btn {
  width: 147px;
  height: 50px;
  background: #04abd4;
  border-radius: 4px;
  font-weight: 600;
  font-size: 18px;
  line-height: 16px;
  color: #ffffff;
  display: block;
  text-align: center;
  padding: 17px 10px;
  margin: 30px auto;
}

.product-final-img {
  align-content: baseline;
  font-size-adjust: from-font;
  width: 260px;
  height: 260px;
  background: #cceff7;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: 10px;
}

.selected-product-title {
  color: #04abd4;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin: 20px auto 15px;
  width: 320px;
  text-align: center;
  margin: 20px 0px 10px 0px;
}

/* width */
.custom-scroll::-webkit-scrollbar {
  width: 6px;
  border-radius: 10px;
}

/* Track */
.custom-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Handle */
.custom-scroll::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

/* Handle on hover */
.custom-scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.mg-tp-40 {
  margin-top: 30px;
}

.mg-bt-20 {
  margin-bottom: 20px;
}

.submit-btn {
  text-align: center;
}

p.error-msg {
  font-size: 12px;
  color: red;
  line-height: 13px;
  margin-top: 10px;
  font-weight: 500;
  position: absolute;
  bottom: 4px;
}

.visible-xs,
.visible-sm {
  display: none;
}

.hidden-xs {
  display: block;
}

.calculator-disable-note {
  display: flex;
  justify-content: center;
  margin-top: -10px;
  display: none;
}

.calculator-disable-note p {
  color: red;
}

.calculator-disable-note-show {
  display: block;
}

.calculator-disable-note-show p {
  text-align: center;
}

.inline-widget .result-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 993px) {
  .visible-md {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .ac-calc-wrap .calculator-disable-note-show {
    display: none;
  }

  .left-sidebar .calculator-disable-note-show {
    display: block !important;
    position: absolute;
    bottom: 5px;
    left: 0;
  }
}

@media screen and (max-width: 992px) {
  .ac-calc-wrap {
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .sec-title {
    font-size: 24px;
    line-height: 34px;
  }

  .left-sidebar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px;
  }

  .select-btn .ms-auto {
    display: none;
  }

  .select-btn {
    padding: 22px 10px 15px;
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    height: auto;
    justify-content: start;
    align-items: center;
  }

  .inner-group label {
    font-size: 14px;
    line-height: 24px;
  }

  .btn-title {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
    font-size: 18px;
  }

  .right-sidebar {
    width: 100%;
    height: auto;
    border-radius: unset;
    padding: 0px;
    border: none;
  }

  .left-sidebar .submit-btn {
    display: none;
  }

  .left-sidebar-select {
    display: flex;
    gap: 54px;
    align-items: center;
    justify-content: center;
  }

  .hidden-md {
    display: none;
  }

  .visible-md {
    display: block;
  }

  .talk-btn {
    position: relative;
    bottom: 0;
    margin-top: 30px;
  }

  .sidebar-card .form-group {
    display: flex;
    gap: 15px;
    flex-direction: row;
    justify-content: space-between;
  }

  .sidebar-card .form-group.thickness-form-group {
    justify-content: start;
  }

  .box-card-row.second-box-card {
    margin-top: 0px;
  }

  .inner-group input {
    height: 40px;
    font-size: 14px;
  }

  .right-sidebar.active .right-sidebar-select {
    position: relative;
    z-index: 2;
    background: #fff;
    height: auto;
    background: #ffffff;
    border: 1px solid #9bddee;
    border-radius: 15px;
    padding: 0px 0 0;
  }

  .right-sidebar.active:after {
    display: none;
  }

  span.input-size-in {
    font-size: 16px;
    line-height: 30px;
    padding: 1px 6px;
    bottom: 3px;
  }

  span.input-size-in-thickness {
    bottom: 4px;
  }

  .right-sidebar.active {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .inline-widget .inner-card-wrap {
    padding-top: 20px;
    padding: 20px;
  }

  .inline-widget .result-btn {
    padding-block: 5px 10px;
  }

  .left-sidebar-select {
    display: flex;
    gap: 15px;
  }

  .product-tab-listing {
    gap: 0px;
    padding: 0px;
    max-height: unset;
    overflow: unset;
  }

  .pdp-page-temp .submit-btn {
    background: #e6f7fb;
  }

  .submit-btn {
    position: sticky;
    left: 0;
    bottom: 0;
    width: 100%;
    /* background: #e6f7fb; */
    background: #fff;
    padding: 6px 0px;
  }

  .final-btn-set {
    position: unset;
  }

  .product-tab {
    overflow: auto;
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    padding-bottom: 10px;
    height: auto;
    padding-right: 10px;
  }

  .product-tab a {
    margin: 10px 0px 10px 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .sidebar-card {
    overflow: hidden;
  }

  .sidebar-card.active {
    overflow: unset;
  }

  .product-tab-listing li {
    width: calc(50% - 12px);
    margin-top: 20px;
    margin: 6px;
    display: flex;
    flex-direction: row;
  }

  .product-tab-listing li a {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    padding: 0 10px;
    background: #ffffff;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .product-tab-listing li a span {
    box-shadow: none;
    background-color: transparent;
  }

  .product-tab-listing li a p {
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 18px;
  }

  .hidden-xs {
    display: none;
  }

  .box-card-row.last-box-card {
    margin-bottom: 0;
  }

  .visible-xs {
    display: block !important;
  }

  .form-group-title {
    height: 30px;
    width: 100%;
    padding: 10px 20px;
  }

  .box-card-row {
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 5px;
    /* margin: 40px 10px 30px; */
    margin: 10px;
  }

  .first-box-card {
    margin: 20px 10px;
  }

  .width-xs-100 {
    width: 100%;
  }

  .product_name_hide {
    display: none;
  }

  p.error-msg {
    position: relative;
    bottom: 0;
    height: 20px;
    float: left;
    width: 100%;
    margin-top: 5px;
  }

  .right-sidebar.active {
    width: 100%;
    height: auto;
    background: #ffffff;
    border: 0px solid #9bddee;
    border-radius: 0px;
    padding: 0;
  }

  .box-card-inner .box-cards {
    display: inline-grid;
    padding: 15px 5px;
    width: calc(50% - 12px);
    height: 120px;
    background: #ffffff;
    border: 1px solid rgba(4, 171, 212, 0.4);
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    text-align: center;
    margin: 10px 5px 5px;
    vertical-align: top;
  }

  .box-card-inner .box-cards h3 {
    line-height: 22px;
    margin-bottom: 0px;
  }

  .bag-title {
    font-size: 32px;
    line-height: 53px;
    font-weight: 700;
  }

  .product-final-img {
    width: 170px;
    height: 170px;
    margin-top: 24px;
  }

  .box-card-inner .box-cards p {
    margin-top: 5px;
  }

  .final-output-card.text-center {
    margin-top: -75px;
    z-index: 1;
  }

  .brand-ambesodor img {
    position: absolute;
    bottom: -20px;
    width: 85%;
    left: 50%;
    transform: translateX(-50%);
  }

  .calc-btn-again,
  .contact-us,
  .capture-screenshot-cta {
    width: 49%;
  }

  .capture-screenshot-cta {
    margin: 10px auto;
  }

  .contact-us {
    margin-right: 0px;
    width: 100%;
  }

  .final-btn-set {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 30px;
    justify-content: space-between;
  }

  .final-btn-set a {
    width: 49%;
  }

  .box-card-inner {
    display: block;
    margin: 10px 0px;
    text-align: center;
    width: 100%;
  }

  .inner-card-wrap {
    display: flex;
    flex-direction: column;
  }

  .brand-ambesodor {
    position: relative;
    height: 220px;
    width: calc(100% - 10px);
    margin-left: 10px;
  }

  .selected-product-title {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .brand-ambesodor img {
    bottom: 0;
  }
}

@media screen and (min-width: 400px) and (max-width: 600px) {
  .brand-ambesodor {
    height: 250px;
  }

  .brand-ambesodor img {
    bottom: -32px;
  }
}

.capture-output-results {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  margin: 20px auto;
  position: relative;
}

.capture-output-results .inner-card-wrap {
  position: relative;
  width: 100%;
  padding: 15px;
  overflow: hidden;
  flex-direction: row !important;
}

/* Brand ambassador image styles */
.capture-output-results .brand-ambesodor {
  float: left;
  width: 51%;
}

.pdp-page-temp .capture-output-results .brand-ambesodor {
  width: 53%;
}

.pdp-page-temp
  #adhesive-calculator-main.capture-output-results
  .brand-ambesodor {
  width: unset;
}

.pdp-page-temp
  #adhesive-calculator-main.capture-output-results
  .brand-ambesodor
  .hidden-xs {
  width: 100%;
  height: auto;
  bottom: 5px;
}

.pdp-page-temp
  #adhesive-calculator-main.capture-output-results
  .final-output-card {
  width: 50%;
}

.pdp-page-temp
  #adhesive-calculator-main.capture-output-results
  .brand-ambesodor.brand-ambesodor-calc {
  width: 34.2%;
}

/*
@media screen and (max-width: 1440px) {
  .pdp-page-temp #adhesive-calculator-main.capture-output-results .brand-ambesodor {
    width: 39.2%;
  }
} */

.capture-output-results .brand-ambesodor img {
  width: 100%;
}

.capture-output-results .hidden-xs {
  display: block;
}

.capture-output-results .visible-xs {
  display: none !important;
}

/* Final output card styles */
.capture-output-results .final-output-card {
  float: right;
  width: 60%;
  text-align: center;
}

.capture-output-results .product-final-img {
  background: #e6f7ff;
  width: 260px;
  height: 260px;
  margin: 0 auto 15px;
  position: relative;
}

.capture-output-results .product-final-img img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -55% 0 0 -50%;
}

.capture-output-results .selected-product-title {
  color: #04abd4;
  font-size: 20px;
  /* margin: 0 0 10px; */
  font-weight: bold;
  margin: 10px auto;
}

.capture-output-results .product-info-title {
  color: #333333;
  font-size: 16px;
  /* margin: 0 0 10px; */
  font-weight: normal;
  margin: 10px auto;
}

.capture-output-results .bag-title,
.capture-output-results .bag-title .bags-title,
.capture-output-results .bag-title .bag-count {
  font-size: 24px;
  color: #000000 !important;
  margin: 0;
  font-weight: bold;
}

/* .capture-output-results .bag-count {
  color: #0066CC;
} */

.capture-output-results .bags-title {
  color: #666666;
}

.capture-output-results .box-card-inner {
  width: 798px;
  position: relative;
  padding: 0;
  margin: 30px auto;
}

.capture-output-results .box-cards {
  background-color: #fff !important;
  background: #fff !important;
  width: 300px;
  gap: unset;
  padding-bottom: 30px;
}

.capture-output-results .product-final-img img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

html2canvas {
  image-rendering: pixelated;
  image-rendering: -webkit-optimize-contrast;
}

@media screen and (max-width: 600px) {
  .pdp-page-temp
    #adhesive-calculator-main.capture-output-results
    .brand-ambesodor {
    width: 34.2%;
  }

  .capture-output-results .capture-output-results-box {
    width: 800px !important;
  }

  .capture-output-results .right-sidebar-select {
    height: 450px !important;
  }

  .capture-output-results .inner-card-wrap {
    padding: 30px;
  }

  .capture-output-results .inner-card-wrap .brand-ambesodor {
    height: auto !important;
    margin-bottom: 16px;
  }

  .capture-output-results .final-output-card {
    margin: unset;
  }

  /* .capture-output-results .final-output-card-wrap {
    width: 800px !important;
  } */

  .capture-output-results .final-output-card-wrap .box-card-inner .box-cards {
    width: 250px !important;
    display: block !important;
    color: #686868 !important;
  }

  .capture-output-results .final-output-card-wrap .box-card-inner {
    width: 1100px !important;
    margin: 0px auto;
    display: flex;
  }
}

.result-body {
  width: 1200px !important;
  overflow: auto !important;
}
