#product .ndkcfLoaded .product-add-to-cart > .product-options,
#product .product-add-to-cart > .product-options {
    display: flex !important;
    justify-content: space-between;
    padding: 0 3px;
}

#product .product-add-to-cart #ps_checkout-payment-method-logo-block-container {
    display: none;
}

#product .product-add-to-cart .product-variants {
    margin-right: 0;
    max-width: 49%;
    flex-grow: 1;
}

#product .product-add-to-cart .product-variants > .product-variants-item {
    margin-right: 6px;
    margin-top: 0;
}

#product .product-add-to-cart .product-variants > .product-variants-item .custom-select2 {
    max-width: none;
}

#product .product-add-to-cart .product-variants > .product-variants-item > .form-control-label {
    padding-top: 0;
}

#product .product-add-to-cart button.sizecharts {
    margin-left: 0;
/*     max-width: 49%; */
    flex-grow: 1;
    margin-top: 17px !important;
}

#product .product-add-to-cart > .product-cust-but {
    justify-content: center;
}

#product .product-add-to-cart > .product-cust-but > button {
    border: none;
}

#product .product-add-to-cart > .product-cust-but > button > i {
    font-size: 16px;
    color: #555;
}

#nxlpopwrapper {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  background-color: #fff;
  display: none;
}

#nxlpopwrapper > .heading {
  position: relative;
  /*
  text-align: right;
  padding: 8px 8px 0 0;
  margin-bottom: -14px;
*/
  font-size: 15px;
  font-weight: 400;
}

#nxlpopwrapper > .heading > i {
    position: absolute;
    z-index: 501;
    top: 8px;
    right: 8px;
    cursor: pointer;
}

#nxlpopwrapper > .inner {
    overflow: auto;
    max-height: 100%;
}

#nxlpopwrapper > .inner > #ndkcsfields-block > h3 {
    background-color: transparent;
}
