/** Shopify CDN: Minification failed

Line 239:30 Expected ":"

**/
/* Calculator Drawer */
.myth_mini_calculator_wrap {
  position: fixed;
  top: 0;
  right: -450px; /* hidden outside screen */
  width: 400px;
  max-width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
  transition: right 0.35s ease;
  overflow-y: auto;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.15);
  /* padding: 25px; */
}

/* Open State */
.myth_mini_calculator_wrap.active {
  right: 0;
  z-index: 99999;
}

/* Overlay */
.myth_calc_overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

.myth_calc_overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Close button */
.myth-close-calc {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.myth-close-calc::before,
.myth-close-calc::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
}

.myth-close-calc::before {
  transform: rotate(45deg);
}

.myth-close-calc::after {
  transform: rotate(-45deg);
}

.myth_calculator_calculate a#myth_mini_calculator {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 10px;
  color: #0d8682;
  font-weight: 600;
}
a#myth_mini_calculator span.cal-icon {
  line-height: 0;
  height: 100%;
}
a#myth_mini_calculator img {
  width: 25px;
}
.myth_calculator_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  width: 100%;
  gap: 10px;
}
.myth_calculator_input .inner {
  background-color: #fff;
  /* {% comment %} border: solid 1px #e2e2e2; {% endcomment %} */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 8px 12px;
}
/* {% comment %} .myth_calculator_input {
    flex: 0 0 46%;
    max-width: 46%;
} {% endcomment %} */
.myth_calculator_input input[type="text"] {
  border: 0;
  font-size: 16px;
}
.or_seperator {
  text-align: center;
  margin: 10px 0;
}
.myth_calculator_input .inner span {
  font-size: 14px;
  font-weight: bold;
}
.myth_calculator_input.sqft,
.myth_calculator_input.box {
width: calc(50% - 25px);
}
.myth_calculator_footer {
  margin-top: 10px;
  font-size: 14px;
}
.myth_calculator_footer label {
  display: flex;
  gap: 10px;
  font-size: 16px;
  align-items: center;
}
.myth_calculator_footer input#myth_cutsandwaste {
 top:0;
}
.myth_calculator {
  margin: 10px 0;
}

.myth_mini_calculator_wrap {
  overflow: hidden;
  position: fixed;
  z-index: 102;
  top: 0;
  right: -370px;
  left: auto;
  width: 370px;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.myth-calc-drawer-heading {
  position: absolute;
  z-index: 11;
  margin: 20px 20px;
  font-size: 18px;
  font-weight: bold;
  color: #111;
}
.myth-close-calc {
  position: absolute;
  z-index: 99;
  top: 25px;
  right: 20px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.myth-close-calc:before {
  position: absolute;
  margin-left: 0;
  top: 0px;
  left: 7px;
  width: 2px;
  height: 15px;
  background-color: #333;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.myth-close-calc:after {
  position: absolute;
  margin-left: 0;
  top: 0px;
  left: 7px;
  width: 2px;
  height: 15px;
  background-color: #333;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.myth_mini_calculator_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;s
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
  z-index: 10;
  top: auto;
  left: auto;
  height: -webkit-calc(100% - 45px);
  height: -moz-calc(100% - 45px);
  height: calc(100% - 45px);
  margin: 0;
  margin-top: 55px;
  padding: 0px 20px 0 20px;
  background: #fff;
  font-size: inherit;
}
body:has(.myth_calc_overlay.active) #shopify-section-sections--20495884910764__header{
    z-index: 0 !important;
}
body:has(.myth_calc_overlay.active) .product-block-list__item.product-block-list__item--gallery .card{
     z-index: 0 !important;
}
body:has(.myth_calc_overlay.active) .product-block-list__item.product-block-list__item--description {
    z-index: -1 !important;
    position:relative !important;
}
.myth_calc_overlay.active .myth_calculator_input {
    width: 100%;
    border: solid 1px #e2e2e2;
    margin-bottom: 10px;
}


.myth_calc_overlay.active .myth_calculator_input:nth-child(3){
    border: none;
}
.myth_calc_overlay.active .myth_calculator_input:last-child{

    margin-bottom: 0;
}
button#myth_mini_calculator_button {
    width: 100%;
    background-color: #111;
    font-weight: bold;
    font-size: 16px;
    padding: 16px;
    color: #FFF;
}
.myth_calc_overlay.active input[type="number"]::-webkit-outer-spin-button,
.myth_calc_overlay.active input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.myth_calc_overlay.active input[type="number"] {
    -moz-appearance: textfield;
    font-size:16px;
    border: none;
    outline: none;
    box-shadow: none;
}
/* hide default checkbox */
input#myth_cutsandwaste,
input#calculator_cutsandwaste {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #bdbdbd;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    top: 4px;
    margin-right: 7px;
    position: relative;
}
input#myth_cutsandwaste{
   margin-right: 0px;
}
/* checked style */

input#calculator_cutsandwaste:checked::after ,input#myth_cutsandwaste:checked::after {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    font-weight: 700;
    color: #27b7c7;
}
input#calculator_cutsandwaste:disabled {
    cursor: no-drop;
}
.box.myth_calculator_label.active label {
  font-size: 16px;
}
p#myth_mini_calculator_result {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.myth_calculator_button {
  margin-bottom: 20px;
}
.myth_calculator_input input[type="text"]:active,
.myth_calculator_input input[type="text"]:focus-visible{
  outline: 0;
}
@media(max-width:768px){
  .myth_calculator_container {
      justify-content: center;
  }

    .myth_calculator_input.sqft, .myth_calculator_input.box {
      width: 100%;
  }
}