/*!*************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/components/product-option.css ***!
  \*************************************************************************************/




.advanced-cropper-line-wrapper--north, .advanced-cropper-line-wrapper--south {
    height: 12px;
    width: 100%; }
  
  .advanced-cropper-line-wrapper--north {
    cursor: n-resize; }
  
  .advanced-cropper-line-wrapper--south {
    cursor: s-resize; }
  
  .advanced-cropper-line-wrapper--east, .advanced-cropper-line-wrapper--west {
    width: 12px;
    height: 100%; }
  
  .advanced-cropper-line-wrapper--east {
    cursor: e-resize; }
  
  .advanced-cropper-line-wrapper--west {
    cursor: w-resize; }
  
  .advanced-cropper-line-wrapper--disabled {
    cursor: auto; }
  
  .advanced-cropper-line-wrapper__content {
    position: absolute; }
    .advanced-cropper-line-wrapper__content--east, .advanced-cropper-line-wrapper__content--west {
      height: 100%; }
    .advanced-cropper-line-wrapper__content--north, .advanced-cropper-line-wrapper__content--south {
      width: 100%; }
    .advanced-cropper-line-wrapper__content--east {
      left: 50%;
      transform: translateX(-100%); }
    .advanced-cropper-line-wrapper__content--west {
      right: 50%;
      transform: translateX(100%); }
    .advanced-cropper-line-wrapper__content--north {
      top: 50%; }
    .advanced-cropper-line-wrapper__content--south {
      bottom: 50%; }
  
  .advanced-cropper-handler-wrapper {
    position: absolute;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px; }
    .advanced-cropper-handler-wrapper__draggable {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
    .advanced-cropper-handler-wrapper--west-north {
      cursor: nw-resize; }
    .advanced-cropper-handler-wrapper--north {
      cursor: n-resize; }
    .advanced-cropper-handler-wrapper--east-north {
      cursor: ne-resize; }
    .advanced-cropper-handler-wrapper--east {
      cursor: e-resize; }
    .advanced-cropper-handler-wrapper--east-south {
      cursor: se-resize; }
    .advanced-cropper-handler-wrapper--south {
      cursor: s-resize; }
    .advanced-cropper-handler-wrapper--west-south {
      cursor: sw-resize; }
    .advanced-cropper-handler-wrapper--west {
      cursor: w-resize; }
    .advanced-cropper-handler-wrapper--disabled {
      cursor: auto; }
  
  .advanced-cropper-bounding-box {
    position: relative;
    height: 100%;
    width: 100%; }
    .advanced-cropper-bounding-box__handler-wrapper {
      position: absolute; }
      .advanced-cropper-bounding-box__handler-wrapper--east, .advanced-cropper-bounding-box__handler-wrapper--west {
        top: 50%;
        transform: translateY(-50%);
        height: 100%; }
      .advanced-cropper-bounding-box__handler-wrapper--south, .advanced-cropper-bounding-box__handler-wrapper--north {
        left: 50%;
        transform: translateX(-50%);
        width: 100%; }
      .advanced-cropper-bounding-box__handler-wrapper--west, .advanced-cropper-bounding-box__handler-wrapper--west-north, .advanced-cropper-bounding-box__handler-wrapper--west-south {
        left: 0; }
      .advanced-cropper-bounding-box__handler-wrapper--east, .advanced-cropper-bounding-box__handler-wrapper--east-north, .advanced-cropper-bounding-box__handler-wrapper--east-south {
        left: 100%; }
      .advanced-cropper-bounding-box__handler-wrapper--north, .advanced-cropper-bounding-box__handler-wrapper--west-north, .advanced-cropper-bounding-box__handler-wrapper--east-north {
        top: 0; }
      .advanced-cropper-bounding-box__handler-wrapper--south, .advanced-cropper-bounding-box__handler-wrapper--west-south, .advanced-cropper-bounding-box__handler-wrapper--east-south {
        top: 100%; }
    .advanced-cropper-bounding-box__handler {
      position: absolute; }
      .advanced-cropper-bounding-box__handler--west-north {
        left: 0;
        top: 0; }
      .advanced-cropper-bounding-box__handler--north {
        left: 50%;
        top: 0; }
      .advanced-cropper-bounding-box__handler--east-north {
        left: 100%;
        top: 0; }
      .advanced-cropper-bounding-box__handler--east {
        left: 100%;
        top: 50%; }
      .advanced-cropper-bounding-box__handler--east-south {
        left: 100%;
        top: 100%; }
      .advanced-cropper-bounding-box__handler--south {
        left: 50%;
        top: 100%; }
      .advanced-cropper-bounding-box__handler--west-south {
        left: 0;
        top: 100%; }
      .advanced-cropper-bounding-box__handler--west {
        left: 0;
        top: 50%; }
    .advanced-cropper-bounding-box__line {
      position: absolute; }
      .advanced-cropper-bounding-box__line--north, .advanced-cropper-bounding-box__line--south {
        left: 0;
        transform: translateY(-50%); }
      .advanced-cropper-bounding-box__line--north {
        top: 0; }
      .advanced-cropper-bounding-box__line--south {
        top: 100%; }
      .advanced-cropper-bounding-box__line--west, .advanced-cropper-bounding-box__line--east {
        top: 0;
        transform: translateX(-50%); }
      .advanced-cropper-bounding-box__line--west {
        left: 0; }
      .advanced-cropper-bounding-box__line--east {
        left: 100%; }
  
  .advanced-cropper-artificial-transition {
    will-change: transform; }
  
  .advanced-cropper-background-image {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: absolute;
    transform-origin: center;
    pointer-events: none;
    max-width: none !important; }
  
  .advanced-cropper-canvas {
    display: none; }
  
  .advanced-cropper-source {
    width: 1px;
    height: 1px;
    visibility: hidden;
    position: absolute;
    opacity: 0; }
  
  .advanced-cropper-fade {
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    display: flex;
    flex-direction: column; }
    .advanced-cropper-fade--visible {
      opacity: 1;
      visibility: visible; }
  
  .advanced-cropper-wrapper__fade {
    flex-grow: 1;
    min-height: 0; }
  
  .advanced-cropper-stencil-grid {
    display: table;
    border-collapse: collapse;
    table-layout: fixed;
    opacity: 0;
    transition: opacity 0.3s; }
    .advanced-cropper-stencil-grid--visible {
      opacity: 1; }
    .advanced-cropper-stencil-grid__row {
      display: table-row; }
    .advanced-cropper-stencil-grid__cell {
      display: table-cell;
      width: 1%;
      height: 1%;
      border: currentColor solid 1px; }
      .advanced-cropper-stencil-grid__cell--top {
        border-top-color: transparent; }
      .advanced-cropper-stencil-grid__cell--left {
        border-left-color: transparent; }
      .advanced-cropper-stencil-grid__cell--right {
        border-right-color: transparent; }
      .advanced-cropper-stencil-grid__cell--bottom {
        border-bottom-color: transparent; }
  
  .advanced-cropper-stencil-overlay {
    box-sizing: content-box;
    box-shadow: 0 0 0 1000px currentColor;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-backface-visibility: hidden; }
  
  .advanced-cropper-stencil-wrapper {
    will-change: transform; }
  
  .advanced-cropper-boundary {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    direction: ltr;
    position: relative; }
    .advanced-cropper-boundary__content {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .advanced-cropper-boundary__stretcher {
      pointer-events: none;
      position: relative;
      max-width: 100%;
      max-height: 100%; }
  
  .advanced-cropper-circle-stencil {
    position: absolute;
    height: 100%;
    width: 100%;
    box-sizing: content-box;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d; }
    .advanced-cropper-circle-stencil__overlay {
      border-radius: 50%;
      overflow: hidden; }
    .advanced-cropper-circle-stencil__preview {
      border-radius: 50%; }
    .advanced-cropper-circle-stencil__draggable-area, .advanced-cropper-circle-stencil__overlay, .advanced-cropper-circle-stencil__preview, .advanced-cropper-circle-stencil__grid {
      position: absolute;
      height: 100%;
      width: 100%; }
    .advanced-cropper-circle-stencil--movable {
      cursor: move; }
  
  .advanced-cropper-rectangle-stencil {
    position: absolute;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d; }
    .advanced-cropper-rectangle-stencil__draggable-area, .advanced-cropper-rectangle-stencil__overlay, .advanced-cropper-rectangle-stencil__preview, .advanced-cropper-rectangle-stencil__grid {
      position: absolute;
      height: 100%;
      width: 100%; }
    .advanced-cropper-rectangle-stencil--movable {
      cursor: move; }

      .piko-indicator .advanced-cropper-rectangle-stencil__preview::after{
        content: '\2194';
        display: flex;
        align-items: center;
        width: 40px;
        height: 40px;
        background: rgba(0, 0, 0, 0.8);
        border-radius: 50%;
        color: #fff;
        cursor: pointer;
        position: absolute;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        z-index: 55;
        justify-content: center;
        font-size: 20px;

      }
  
  .advanced-cropper-simple-line {
    background: none;
    border-width: 0; }
    .advanced-cropper-simple-line--south, .advanced-cropper-simple-line--north {
      height: 0;
      width: 100%; }
    .advanced-cropper-simple-line--east, .advanced-cropper-simple-line--west {
      height: 100%;
      width: 0; }
    .advanced-cropper-simple-line--east {
      border-right-width: 1px; }
    .advanced-cropper-simple-line--west {
      border-left-width: 1px; }
    .advanced-cropper-simple-line--south {
      border-bottom-width: 1px; }
    .advanced-cropper-simple-line--north {
      border-top-width: 1px; }
  
  .advanced-cropper-simple-handler {
    display: block; }
  
  .advanced-cropper-preview {
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column; }
    .advanced-cropper-preview__content {
      overflow: hidden;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    .advanced-cropper-preview__image {
      display: none;
      pointer-events: none;
      position: absolute;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      transform-origin: center;
      max-width: none !important; }
      .advanced-cropper-preview__image--visible {
        display: block; }
    .advanced-cropper-preview__boundary {
      flex-grow: 1;
      min-height: 0;
      min-width: 0; }
  
  .cropper-preview-wrapper__fade {
    flex-grow: 1;
    min-height: 0;
    width: 100%; }
  
  .advanced-cropper {
    overflow: hidden;
    max-height: 100%;
    background: black;
    position: relative;
    display: flex;
    flex-direction: column;
    color: white;
    cursor: col-resize;
  }
    .advanced-cropper__boundary {
      flex-grow: 1;
      min-height: 0;
      min-width: 0; }
    .advanced-cropper__wrapper, .advanced-cropper__background-wrapper {
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      position: absolute; }
    .advanced-cropper__stencil-wrapper {
      position: absolute; }
    .advanced-cropper * {
      box-sizing: border-box; }
  
  .advanced-cropper-simple-handler {
    background: currentColor;
    height: 10px;
    width: 10px; }
  
  .advanced-cropper-simple-line {
    transition: border 0.5s;
    border-color: rgba(255, 255, 255, 0.3);
    border-style: solid; }
    .advanced-cropper-simple-line--hover {
      border-color: white; }
  
  .advanced-cropper-circle-stencil__preview {
    border: solid 2px rgba(255, 255, 255, 0.2); }
  
  .advanced-cropper-stencil-overlay {
    color: rgba(0, 0, 0, 0.5); }
  
  .advanced-cropper-stencil-grid {
    color: rgba(255, 255, 255, 0.4); }
  



.tp-product-options{
    position: relative;
}


/* modal  */
.piko-paper-material-modal-bg{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 899;
    transition-property: opacity, visibility;
    transition-duration: 125ms;
    transition-timing-function: ease-out;
    visibility: hidden;
    opacity: 0; 
}
.modal-open .piko-paper-material-modal-bg{
    visibility: visible;
    opacity: 1;
}
.piko-paper-material-modal-inner{
    position: fixed;
    width: 90%;
    min-width: 285px;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 6;
    background-color: #fff;
    max-width: 500px;
    right: 0;
    transform: translateX(400px);
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0; 
    z-index: 999;
}
.modal-open .piko-paper-material-modal-inner{
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}
.piko-paper-material-modal-wrap{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
}
.piko-paper-material-modal-wrap button{
    cursor: pointer;
}
.piko-paper-material-modal-header{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 15px 20px;
    border-bottom: 1px solid #ccc;
}
.piko-paper-material-title{
    font-size: 20px;
    font-weight: 500;
}
.piko-paper-material-modal-body{
    padding: 15px;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
}
.piko-paper-material-modal-body button{
    display: block;
    font-weight: normal;
    background-color: transparent;
    border: 1px solid #cdcdcd;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
}
.piko-paper-material-modal-body button:hover{
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}
.piko-paper-material-modal-body button.piko-active{
    background-color: #000;
    color: #fff;
    border-color: #000;
}
.piko-paper-material-modal-body ul{
    margin: 5px 0 0;
    list-style: none;
    padding: 0;
    font-size: 14px;
}
.piko-paper-material-modal-body li{
    display: inline-block;
    padding: 4px 8px;
    margin: 4px;
    border-radius: 3px;
    background: #e5e5e5;
}
.piko-paper-material-modal-body button.piko-active li{
    background: #333;
}

.piko-paper-material-inner{
    border: 1px solid #a3a3a3;
    margin-top: 28px;
    position: relative;
}
.piko-input-number label,
.piko-paper-material-label{
    position: absolute;
    padding: 0 7px;
    font-size: 16px;
    font-weight: 500;
    top: -12px;
    left: 22px;
    z-index: 1;
}
.piko-input-number label::before,
.piko-paper-material-label::before{
  content: '';
  width: calc(100% + 2px);
  height: 3px;
  background-color: #fff;
  position: absolute;
  transform: translateY(10px);
    left: -1px;
    z-index: -1;
}
.piko-input-number-wrap {
    display: flex;
    margin: 0 -15px;
    position: relative;
}
.piko-input-number-wrap > div {
    width: 50%;
    padding: 0 15px;
    position: relative;
}
.piko-input-number-wrap input{
    width: calc(100% - 40px);
    font-size: 16px;
}
.piko-input-number-wrap > div:first-child::after {
    content: '×';
    position: absolute;
    right: -5px;
    top: 15px;
}
.piko-paper-material,
.piko-input-number-wrap input{
    padding: 15px 20px;
    border: 1px solid #a3a3a3;
    background-color: #fff;
}
.piko-paper-material{
    cursor: pointer;
    width: 100%;
    text-align: left;
    border: none;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
}
.piko-paper-material:hover,
.piko-input-number-wrap input:focus{
    outline: none;
    box-shadow: none;
    background-color: #f2f2f2;
}

.piko-paper-size-wrap{
    border: 1px solid #a3a3a3;
    padding: 20px;
}
.piko-paper-material-wrap{
    width: 50%;
}

.piko-paper-material-modal-bottom{
    padding: 15px;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 16px;
}
.piko-input-validation{
    position: absolute;
    top: -8px;
    right: 25px;
}
.piko-input-validation > span{
    display: flex;
    align-items: center;
    font-size: 12px;
    background: #fff;
    padding: 0 5px;
}
.input-valid-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #107d24;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    font-size: 12px;
    line-height: 17px;
}
.input-valid-icon.ivi-error{
    background-color: #ff0000;
    margin-left: 5px;
}
.piko-error .input-valid-icon:not(.ivi-error){
    display: none;
}
/* .advanced-cropper-background-image{
  transform: scale(1) !important;
} */
.has-tppo-product .product .wp-block-column:first-child,
.has-tppo-product .product .wp-block-add-to-cart-form,
.has-tppo-product .product .wp-block-post-excerpt,
.has-tppo-product .product .wp-block-woocommerce-product-price,
.has-tppo-product .product .wp-block-post-title{
  display: none;
}
..has-tppo-product .product .wp-container-core-columns-is-layout-1{
  display: block;
}
.themepiko-product-option{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

.themepiko-product-option .tp-product-title{
  margin-top: 0;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 15px;
  text-decoration: none;
}

.themepiko-product-option p{
  margin-top: 0;
}
.themepiko-product-option .stock{
  font-size: 14px;
  margin-bottom: 25px;
  margin-top: -8px;
}

.wc-block-components-order-summary button:hover .wc-block-components-order-summary__button-text{
    font-size: 20px !important;
    font-weight: 600;
}

.themepiko-product-option .tp-action-button{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

.tp-btn {
  display: flex;
  background: #000;
  color: #fff;
  padding: 10px 25px;
  max-width: 185px;
  justify-content: center;
  cursor: pointer;
  border: none;
}
.tp-btn-alt{
  background: transparent;
  border: 2px solid #000;;
  color: #000;;
}

.tp-loader {
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #3498db;
  width: 18px;
  height: 18px;
  -webkit-animation: tp-loader 2s linear infinite;
  animation: tp-loader 2s linear infinite;
  margin-left: 10px;
  position: absolute;
  right: 15px;
}
.themepiko-add-to-cart{
  font-size: 16px;
  font-weight: 600;
  padding: 18px 35px;
  max-width: 200px;
  align-items: center;
  min-width: 160px;
  transition: all 0.1s;
  position: relative;
}
.themepiko-add-to-cart.piko-loading{
  padding-right: 50px;
}
.tppo-alter-button{
  font-size: 16px;
  font-weight: 600;
  padding: 18px 35px;
  align-items: center;
  transition: all 0.1s;
  position: relative;
  color: #fff !important;
  white-space: nowrap;
}
.themepiko-add-to-cart-action{
  display: flex;
    align-items: center;
    gap: 10px;
}


@-webkit-keyframes tp-loader {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes tp-loader {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.piko-short-description{
  margin-bottom: 30px;
}
.piko-price{
  margin: 30px 0 15px;
  font-size: 22px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #000;
}
@media (max-width:767px){
  .themepiko-product-option{
      grid-template-columns: repeat(1, minmax(0, 1fr));
      gap: 1rem;
  } 

}
#product-options-container{
  min-height: 465px;
}
.themepiko-content-preloader{
  min-height: 465px;
  position: relative;
}
.themepiko-content-preloader .tp-loader{
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.piko-paper-material-more{
  position: absolute;
  font-size: 14px;
  color: #999;
  width: 40px;
  top: 22px;
  right: 7px;
  line-height: 1;
}
.piko-paper-material-more span {
  font-style: normal;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  margin-right: 10px;
  box-shadow: 2px -2px 0px #a3a3a3;
  margin-left: -3px;
}

.piko-help-text{
  margin-top: 15px;
  font-size: 16px;
  display: flex;
  gap: 15px;
}
.piko-help-text-icon{
  position: relative;
  cursor: pointer;
}
.piko-help-tooltip-content{
  position: absolute;
  min-height: 100px;
  width: 200px;
  background-color: #f2f2f2;
  z-index: 99;
  padding: 15px;
  font-size: 14px;
  border-radius: 5px;
  transform: translate(-50%, -100%);
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
}
.piko-help-text-icon:hover .piko-help-tooltip-content{
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -105%);
}
.piko-help-tooltip-content::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border: 10px solid transparent;
    border-top: 10px solid #f2f2f2;
    left: 50%;
    bottom: -20px;
}
.piko-help-tooltip-icon{
  font-size: 23px;
  line-height: 1;
  color: #666;
}

.has-tppo-product #content div.product div.summary, 
.has-tppo-product div.product div.summary, 
.has-tppo-product #content div.product div.summary, 
.has-tppo-product div.product div.summary {
  float: none !important;
  width: auto !important;
  clear: unset;
}
/* theme support  */
.has-tppo-product  .rey-postHeader{
  display:  none;
}
.has-tppo-classic-theme .piko-input-number-wrap input{
  width: 100%;
}
.has-tppo-classic-theme .piko-paper-material{
  justify-content: left;
  padding: 15px 30px;
}

.tppo-tax{
  margin-left: 5px;
  font-size: 75%;
}
.tppo-symbol-right{
  margin-left: 5px;
}
.tppo-symbol-left{
  margin-right: 5px;
}

