/* Tab Nav */
.aftrn-product-tab-nav{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.aftrn-product-tab-nav .aftrn-product-tab-nav-item{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    opacity: .5;
    font-size: 14px;
}

.aftrn-product-tab-nav .aftrn-product-tab-nav-item.active{
    opacity: 1;
}

.aftrn-product-tab-nav .aftrn-product-tab-nav-item img[alt="Phone Models"]{
  width: 10px;
}

.aftrn-product-tab-nav .aftrn-product-tab-nav-item::after{
    content: url('/wp-content/uploads/2025/01/wizard-caret.png');
}

.aftrn-product-tab-nav .aftrn-product-tab-nav-item:last-child::after{
    content: unset;
    margin-right: 0;
}
/* end Tab Nav */


/* Tab Content */
.aftrn-product-tab-content-item{
    display: none !important;
    position: relative;
}

.aftrn-tab-cart-additional-wrapper form{
  gap: 20px;
}

.aftrn-tab-cart-additional-wrapper.no-tab .aftrn-product-tab-content-item{
    display: block!important;
}

.aftrn-product-tab-content-item.aftrn-fe-input.form-control{
  display: flex !important;
  flex-direction: column !important;
  width: 100%;
}

.aftrn-product-tab-content-item.aftrn-fe-input.form-control label{
  margin: 0 !important;
}

.aftrn-product-tab-content-item.active{
    display: block !important;
}

.aftrn-product-tab-content-item>label{
    font-size: 16px !important;
    color: black !important;
    font-weight: bold !important;
}

.aftrn-btn-next-tab{
    background: #353535 !important;
    font-size: 16px !important;
    color: #ffffff !important;
    font-family: 'Agrandir' !important;
    margin-bottom: 0px !important;
    padding: 12px 20px !important;
    font-weight: 400 !important;
    border: none !important;
    width: 100%;
    border-radius: 5px !important;
}

.aftrn-btn-next-tab.hide{
    display: none!important;
}

button[name="add-to-cart"]{
    background: #353535 !important;
    font-size: 16px !important;
    color: #ffffff !important;
    font-family: 'Agrandir' !important;
    margin-bottom: 0px !important;
    padding: 12px 20px !important;
    font-weight: 400 !important;
    border: none !important;
    width: 100%;
    border-radius: 5px !important;
    display: none !important;
    margin-top: 20px;
}

button[name="add-to-cart"].active{
    display: block!important;
}
/* end Tab Content */


/* File upload */
.aftrn-fe-file-upload .image-preview{
    width: 330px;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
}

.aftrn-fe-file-upload .image-preview img{
    height: 100%;
    width: auto;
    max-width: unset;
    max-height: unset;
}

.aftrn-fe-file-upload .aftrn-fe-upload-wrapper{
    position: relative;
}

.aftrn-fe-file-upload .aftrn-fe-upload-wrapper .aftrn-fe-user-file{
    position: absolute;
    font-size: 0;
    width: 100%;
    height: 35px;
    opacity: 0;
    cursor: pointer;
}

.aftrn-fe-file-upload .aftrn-fe-upload-wrapper .aftrn-fe-btn-upload{
    background: #E1E0DE;
    height: 45px;
    width: 100%;
    border-radius: 100px;
    border: 1px dashed #D0CBC7;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
/* end File upload */

/* Extra */
.aftrn-product-tab-content-item.aftrn-fe-options.extras{
    width: 100%;
    background: #f4f4f4;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 17px;
    padding: 15px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px !important;
}

.aftrn-product-tab-content-item.aftrn-fe-options.extras>label{
    margin-bottom: 15px;
    display: block;
}

.aftrn-fe-options-wrapper .extra-option{
    position: relative;
    display: flex;
    margin-bottom: 15px;
}

.aftrn-fe-options-wrapper .extra-option:last-child{
    margin-bottom: 0;
}

.aftrn-fe-options-wrapper .extra-option:before{
    content: url('/wp-content/uploads/2025/02/icon-check-box.svg');
    position: absolute;
}

.aftrn-fe-options-wrapper .extra-option.active:before{
    content: url('/wp-content/uploads/2025/02/icon-check-box-checked.svg');
}

.aftrn-fe-options-wrapper .extra-option button{
    cursor: pointer;
    background: none;
    border: none;
    text-align: start;
    padding-left: 23px;
    z-index: 1;
}

.aftrn-fe-options-wrapper .extra-option button .desc{
    margin: 0;
    margin-top: 5px;
    color: #848484;
}
/* end Extra */

/* Canvas Extra */
.aftrn-fe-options.option-with-extra-cost .extra-option{
  min-width: 100px;
  height: 35px;
  background: white;
  border: 1px solid #212121;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-family: 'Agrandir';
  color: #212121;
  cursor: pointer;
  padding: 0 10px;
  text-wrap: nowrap;
}

.aftrn-fe-options.option-with-extra-cost .extra-option.active{
  background: #212121;
}

.aftrn-fe-options.option-with-extra-cost .extra-option *{
  font-size: 12px !important;
}

.aftrn-fe-options.option-with-extra-cost .extra-option.active *{
  color: white !important;
}

.aftrn-fe-options.option-with-extra-cost .extra-option::before{
  display: none !important;
}

.aftrn-fe-options.option-with-extra-cost .extra-option button{
  display: flex;
  align-items: center;
  gap: 5px;
}

.aftrn-fe-options.option-with-extra-cost .extra-option button .desc{
  display: none;
}

.aftrn-fe-options.option-with-extra-cost.radio-btn .extra-option button{
  font-size: 0 !important;
  padding-left: 0 !important;
}

.aftrn-fe-options.option-with-extra-cost.radio-btn .extra-option button .price{
  font-size: 16px !important;
}
/* end Canvas Extra */

/* Style of Options */
.aftrn-fe-options .aftrn-fe-options-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    row-gap: 0 !important;
}

.aftrn-fe-options .aftrn-fe-options-wrapper label{
    min-width: 100px;
    height: 35px;
    background: white;
    border: 1px solid #212121;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-family: 'Agrandir';
    color: #212121;
    cursor: pointer;  
    padding: 0 10px;
    text-wrap: nowrap;
}

.aftrn-fe-options .aftrn-fe-options-wrapper label input{
width: 0 !important;
height: 0 !important;
opacity: 0;
}

.aftrn-fe-options .aftrn-fe-options-wrapper label.active{
background: #212121;
color: white;
}
/* end Style of Options */

/* Select option mode */
.aftrn-fe-options.option-select-type{
  width: 100%;
}

.aftrn-fe-options.option-select-type .select-option-custom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #DACEBA;
  padding: 10px 15px;
  border-radius: 4px;
  margin-top: 10px;
  cursor: pointer;
}

.aftrn-fe-options.option-select-type .select-option-custom p{
  padding: 0;
  margin: 0;
  line-height: 1;
  margin-top: 3px;
}

.aftrn-fe-options.option-select-type .select-option-custom img{
  rotate: 90deg;
}

.aftrn-fe-options.option-select-type .aftrn-fe-options-wrapper{
  flex-direction: column;
  gap: 0 !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 4px;
  border: 1px solid #daceba;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 86px;
  display: none;
}

.aftrn-fe-options.option-select-type .aftrn-fe-options-wrapper.opened{
  display: flex;
}

.aftrn-fe-options.option-select-type .aftrn-fe-options-wrapper label{
  margin: 0;
  border: none;
  font-size: 14px;
  height: 42px;
  border-bottom: 1px solid #0000000d;
  justify-content: start;
}

.aftrn-fe-options.option-select-type .aftrn-fe-options-wrapper label:last-child{
  border-bottom: none;
}

.aftrn-fe-options.option-select-type .aftrn-fe-options-wrapper label:hover{
  background: #daceba;
}
/* end Select option mode */

/* Style of Img Options */
.aftrn-fe-options.img-option .aftrn-fe-options-wrapper{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.aftrn-fe-options .aftrn-fe-options-wrapper label.img-option-wrapper{
  height: 166px;
  border: none;
  display: flex;
  flex-direction: column;
}

.aftrn-fe-options .aftrn-fe-options-wrapper label.img-option-wrapper.active{
  background: none;
  color: #212121;
}

.aftrn-fe-options .aftrn-fe-options-wrapper label.img-option-wrapper .content{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.aftrn-fe-options .aftrn-fe-options-wrapper label.img-option-wrapper .content .dot{
  background: #C2BCB8;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aftrn-fe-options .aftrn-fe-options-wrapper label.img-option-wrapper.active .content .dot:before{
  content: '';
  width: 10px;
  height: 10px;
  background: #212121;
  border-radius: 100px;
}
/* end Style of Img Options */


/* Quantity Button */
.oxy-product-cart-button .quantity{
  display: none;
}
/* end Quantity Button */

/* Style Upload file */
.aftrn-product-tab-content-item.aftrn-fe-file-upload.digital-art-upload-img{
    width: 100%;
    background: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 17px;
    padding: 15px;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-top: 20px;
    padding-bottom: 100px;
}

.aftrn-product-tab-content-item.aftrn-fe-file-upload.digital-art-upload-img.only-one{
  padding-bottom: 15px;
}

.aftrn-product-tab-content-item.aftrn-fe-file-upload.digital-art-upload-img.active{
    display: flex !important;
}

.aftrn-product-tab-content-item.aftrn-fe-file-upload.digital-art-upload-img .aftrn-fe-upload-wrapper{
    width: 100%;
}

.aftrn-product-tab-content-item.aftrn-fe-file-upload.digital-art-upload-img .image-preview{
  display: none;
}
.aftrn-product-tab-content-item.aftrn-fe-file-upload.digital-art-upload-img .image-preview.active{
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.aftrn-fe-input.pet-name{
    margin-top: -94px;
    position: relative;
    margin-bottom: 40px !important;
    display: flex;
    flex-direction: column;
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
}

.aftrn-fe-input.active{
  display: flex !important;
  flex-direction: column !important;
}

.aftrn-fe-input.pet-name label{
  margin: 0 !important;
}

.aftrn-fe-input.pet-name input{
    height: 40px;
    border-color: #D7D6CB;
    border-radius: 8px;
   font-family: 'Agrandir';
}
/* end Style Upload file */













/* Tab Wizard */
.aftrn-fe-product-wizard-wrapper.hide{
    display: none !important;
  }
  .aftrn-fe-product-wizard-wrapper .aftrn-fe-product-wizard-tab{
    opacity: .5;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
  
  .aftrn-fe-product-wizard-wrapper .aftrn-fe-product-wizard-tab.active{
    opacity: 1;
  }
  
  .aftrn-tab-cart-additional-wrapper .cart .aftrn-cart-tab{
    display: none;
  }
  
  .aftrn-tab-cart-additional-wrapper .cart .aftrn-cart-tab.active{
    display: block;
  }
  
  /* end Tab Wizard */
  
  form.cart{
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  
  .aftrn-cart-tab{
    margin-bottom: 10px !important;  
  }
  
  .aftrn-cart-tab>label{
    font-size: 16px !important;
    font-family: 'Agrandir';
    font-weight: 700 !important;
    color: black !important;
  }
  
  
  /* Background color style */
  /* .aftrn-fe-options.bg-color .aftrn-fe-options-wrapper label{
    background: none;
    border: 1px solid transparent;
    background-image: url('/wp-content/uploads/2025/01/c1.png');
    height: 100px;
  }
  
  .aftrn-fe-options.bg-color .aftrn-fe-options-wrapper label.active{
    border: 1px solid #212121;
    color: #212121;
  }
  
  .aftrn-fe-options.bg-color .aftrn-fe-options-wrapper label:nth-child(2){
    background-image: url('/wp-content/uploads/2025/01/c2.png');
  }
  
  .aftrn-fe-options.bg-color .aftrn-fe-options-wrapper label:nth-child(3){
    background-image: url('/wp-content/uploads/2025/01/c3.png');
  }
  
  .aftrn-fe-options.bg-color .aftrn-fe-options-wrapper label:nth-child(4){
    background-image: url('/wp-content/uploads/2025/01/c4.png');
  }
  
  .aftrn-fe-options.bg-color .aftrn-fe-options-wrapper label:nth-child(5){
    background-image: url('/wp-content/uploads/2025/01/c5.png');
  } */
  /* end Background color style */
  
  
  .btn-info-buttons{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  
  .aftrn-btn-wizard-cart-back{
    display: none;
    cursor: pointer;
  }

  
  .aftrn-btn-wizard-cart-next.hide{
    display: none !important;
  }
  
  /* Modal */
  .btn-product-photo-guide{
    width: 0;    
    height: 0;
    overflow: hidden;
  }
  
  .btn-product-photo-guide.active{
    width: unset;    
    height: unset;
    overflow: hidden;
  }

  #btn-open-modal-size-chart{
    background: none;
    border: none;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    cursor: pointer;
    text-decoration: underline;
    position: absolute;
    top: 0;
    right: 0;
  }

  #btn-open-modal-size-chart img{
    width: 20px;
  }
  /* end Modal */