/** Shopify CDN: Minification failed

Line 223:0 Unexpected "}"
Line 231:2 Unexpected "}"

**/
.mm-size-modal-top-btn,
.mm-btn-modal_popup
{
align-items: center;
justify-content: center;
margin: 10px 0;
}
.mm-size-modal-top-btn,
.mm-btn-modal_popup{
display: none;
}
.mm-size-modal-end-step-3-text li {
margin-bottom: 8px;
}

.mm-size-modal-wrapper {
  display: block !important;
}
.mm-size-modal-wrapper .mm-size-modal-filter {
  opacity: 0;
  pointer-events: none;
  transition: .3s;
}
.mm-size-modal-wrapper.mm-visible .mm-size-modal-filter {
  opacity: 1;
  pointer-events: auto;
}
.mm-size-modal-wrapper .mm-size-modal-container {
  transform: translate(-50%, 0%);
  opacity: 0;
  pointer-events: none;
  transition: .3s;
}
.mm-size-modal-wrapper.mm-visible .mm-size-modal-container {
  transform: translate(-50%, -50%);
  opacity: 1;
  pointer-events: auto;
}
.mm-size-modal-filter {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.4);
  backdrop-filter: blur(5px) grayscale(100%);
  z-index: 9999;
  display: block !important;
}
.mm-size-modal-container {
  width: 400px;
  max-width: 95%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  z-index: 99999;
  display: block;
}

/* TOP */
.mm-size-modal-top {
  padding: 30px 15px 15px;
  border-bottom: 1px solid #D6D5DD;
}
.mm-size-modal-top-banner {
  display:flex;
  align-items:center;
  justify-content : space-between;
}
.mm-size-modal-top-banner svg{
  width: 16px;
  margin-right:10px;
  cursor: pointer;
}
.mm-size-modal-top p {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0.01em;
  color: #151515;
}
.mm-size-selects-container {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  grid-gap: 14px;
}
.mm-size-select-container {
  width: 100%;
}
.mm-size-select-container label {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  display: flex;
  grid-gap: 6px;
  align-items: center;
  margin-bottom: 6px;
}
.mm-size-select-label-index {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 400;
  color: white;
  background: black;
}
.mm-size-select-container select {
  width: 100%;
  padding: 10px 5px;
  border: solid 1px #D6D5DD;
  cursor: pointer;
}
.mm-size-model-container {
  width: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
  padding-right: 0;
  margin-top: 14px;
  grid-gap: 8px;
  animation: slideLeft .3s;
}
.mm-size-model-container > div {
  display: flex;
  flex-direction:column;
  flex-grow: 1;
   width : inherit;
}
#mmModalSizeSubmit {
  height: 39px;
  width: 60px;
  max-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: none;
  cursor: pointer;
}
#mm-size-result {
  font-weight: 700;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0.01em;
  color: #2B2B2B;
  position: relative;
  animation: slideLeft .3s;
}

/* BOTTOM */
.mm-size-modal-bottom {
  padding: 30px 15px 15px;
}
.mm-size-modal-bottom p {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0.01em;
  color: #151515;
}
.mm-size-modal-bottom p.mm-size-modal-light-text {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #959595;
}

@keyframes slideLeft {
  from {
    left: 60px;
    opacity: 0;
  }
  to {
    left: 0px;
    opacity: 1;
  }
}
  .inputlength , .inputwidth{
    width: 48%;
    border: solid 1px #D6D5DD;
    padding: 10px 5px;
    cursor: pointer;
  }

  .output{
    width:100%;
  }
  button.compare{
    border-radius: 0 ;
    height: 40px;
    width: 100% ;
    text-transform: uppercase;
    display: flex;
    align-items:center;
    justify-content:center;
    font-size: 12px ;
    position: relative;
    color: #636569 ;
    background-color: #F3F1F0;
    border: solid 1px #D6D5DD;
    cursor:pointer;
  }
  button.compare:hover{
    font-weight:900;
  }
}
  .site-box-content.fix-me-with-margin{
    padding: 100px 0 0 0 !important;
  }
  .modal_popup{
    width: 100%;
    position: static;
  }
  }


  .fa-times{
    border: 2px solid black;
    font-size: 18px;
    right: -10px;
    top: -10px;
    background: white;
    width: 33px;
    position: absolute;
    border-radius: 30px;
    padding: 0 8px;
    cursor: pointer;
  }
  .popup_bg{
    height: -webkit-fill-available;
    width: 100%;
    top: 0px;
    z-index: 100;
    position: fixed;
    background: #00000085;
    padding: 20% 50%;
    height:100%;
  }
  .h1 {
    width: 48%;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
  }
  .heading{
    display: flex;
    margin-top: 6%;
  }
  .size {
    border: 5px solid #CCCCCC;
    color: #CCCCCC;
    font-size: 28px;
    height: 96px;
    border-radius: 8px;
    text-align: center;
    margin-left: 26%;
    width:60px;
    font-weight: 900;
    display: table-cell;
    vertical-align: middle;
  }
  .heading_size{
    margin-bottom: 2rem;
  }
  .heading_size > span{
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.01em;
    color: #2B2B2B;
  }
  .size_selected{
    display:block;
  }
  .size_deselected{
    display:none;
  }
.modal_p{
    text-align: center;
    font-style: italic;
    color: grey;
    font-family: 'Lato';
}

/* END */
.mm-size-modal-end {
  padding: 15px;
}
.mm-size-modal-end-step-1 {
  cursor: pointer;
}
.mm-size-modal-end-step-1-title,
.mm-size-modal-end-step-2-title {
  font-weight: bold;
  margin: 0 0 8px;
}
.mm-size-modal-end-step-1-text {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: underline;
  color: rgba(var(--color-foreground),.75);
}
.mm-size-modal-end .mm-size-submit {
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  padding: 4px;
}
.mm-size-modal-end-step-2 input {
  height: 39px;
  padding: 10px 5px;
  border: solid 1px #D6D5DD;
  cursor: pointer;
}
.mm-size-modal-end-step-3 {
  position: relative;
}
.mm-size-modal-end-step-3-title {
  display: flex;
  grid-gap: 6px;
  font-weight: bold;
  margin: 0 0 8px;
}
.mm-size-modal-end-step-3-title svg {
  width: 9px;
}
.mm-size-modal-end-step-3-title svg path {
  fill: white !important;
}
.mm-size-modal-end-step-3-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #000000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 15px;
  line-height: 15px;
  cursor: pointer;
}
.mm-size-modal-end-step-3-text {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: rgba(var(--color-foreground),.75);
}
