@charset "UTF-8";

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 85px;
  left: -150px;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}


/* Size Modal */

@media screen and (max-width: 767px){
    .modal {
      left: -3px;
    }
    .modal-content {
      width: 101%;
      height: auto;
    }
    .size-guide__detail table {
      font-size: 11px;
    }
    .size-guide__detail table thead th {
        padding: 4px;
    }
    .size-guide__detail table tbody td {
      line-height: 4rem;
    }
    .size-guide__detail table tbody td:first-child {
      font-weight: bolder;
      padding-right: 0px;
      padding-bottom: 0px;
    }
    #emailID{
        font-size : 14px;
    }
}


@media screen and (min-width: 768px) {
    .modal {
      left: -40px;
    }
    .modal-content {
      width: 114%;
      height: auto;
    }
    .size-guide__detail table {
      font-size: 14px;
    }
    .size-guide__detail table thead th {
        padding: 10px;
    }
    .size-guide__detail table tbody td {
      line-height: 4rem;
    }
    .size-guide__detail table tbody td:first-child {
      font-weight: bolder;
      padding-right: 10px;
      padding-bottom: 12PX;
    }
} 
@media (min-width: 992px){
    .modal {
      left: -140px;
    }
    .modal-content {
      width: 135%;
      height: 520px;
    }
    .size-guide__detail table {
      font-size: 16px;
    }
    .size-guide__detail table thead th {
        padding: 10px;
    }
    .size-guide__detail table tbody td {
      line-height: 2.1875rem;
    }
    .size-guide__detail table tbody td:first-child {
      font-weight: bolder;
      padding-right: 10px;
      padding-bottom: 12PX;
    }
}
@media (min-width: 1200px) {
    .modal {
      left: -150px;
    }
    .modal-content {
      width: 160%;
      height: auto;
    }
    .size-guide__detail table {
      font-size: 16px;
    }
    .size-guide__detail table thead th {
        padding: 10px;
    }
    .size-guide__detail table tbody td {
      line-height: 2.1875rem;
    }
    .size-guide__detail table tbody td:first-child {
      font-weight: bolder;
      padding-right: 10px;
      padding-bottom: 12PX;
    }
}

/* Size Modal */





.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  /*width: 160%;*/
  /*height: auto;*/
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2.5rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .btn-close {
  padding: 0.75rem 1.25rem;
  margin: -0.75rem -1.25rem -0.75rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1.875rem 2.5rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 1.875rem 2.5rem -0.25rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {

  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1499.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1699.98px) {
  .modal-fullscreen-xxxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xxxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xxxl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xxxl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xxxl-down .modal-footer {
    border-radius: 0;
  }
}

.product-single__swatches .product-swatch .sizeguide-link {
  margin-left: auto;
  font-size: 0.8125rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.875rem;
  position: relative;
}

@media (max-width: 1499.98px) {
  .product-single__swatches .product-swatch .sizeguide-link {
    margin-left: 0;
  }
}

.product-single__swatches .product-swatch .sizeguide-link:before {
  content: '';
  border-bottom: 2px solid;
  display: block;
  width: 0;
  transition: all .3s ease;
  position: absolute;
  left: 0;
  bottom: 0;
}

.product-single__swatches .product-swatch .sizeguide-link:hover:before {
  width: 100%;
}

.size-guide.modal-dialog {
  width: 60rem;
  max-width: calc(100% - 1rem);
}

.size-guide .modal-header {
  background-color: #FAF9F8;
  border-bottom: 0;
  padding: 1.75rem 2.5rem;
  text-transform: uppercase;
}

.size-guide .modal-header .modal-title {
  font-size: 1rem;
}

.size-guide .modal-body {
  padding: 2.5rem;
}

.size-guide__wrapper {
  display: flex;
  gap: 2.6875rem;
}

@media (max-width: 767.98px) {
  .size-guide__wrapper {
    flex-direction: column;
  }
}

.size-guide__image {
  flex: 0 0 42%;
  max-width: 42%;
}

@media (max-width: 767.98px) {
  .size-guide__image {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.size-guide__detail {
  flex: 1;
}

.size-guide__detail>h5,
.size-guide__detail>.h5 {
  margin-bottom: 1.875rem;
}

.size-guide__detail table {
  /*font-size: 16px;*/
  margin-bottom: 1.875rem;
  text-align: center;
  width: 100%;
  padding: 10%;
}

.size-guide__detail table thead th {
  color: #E25748;
  padding-bottom: 0.8125rem;
  font-weight: bolder;
  /*padding: 10px;*/
}

.size-guide__detail table tbody td {
  /*line-height: 2.1875rem;*/
  font-weight: bolder;
}

/*.size-guide__detail table tbody td:first-child {*/
/*  font-weight: bolder;*/
/*  padding-right: 10px;*/
/*  padding-bottom: 12PX;*/
/*}*/

.size-guide__image img {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}